JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
/* CORE INFRASTRUCTURE ALL EPISODES*/ /*Init*/ <<set config.addVisitedLinkClass to true>> <script src="typed.js"></script> <<story-init>> <<set $lastScene to "Start Game">>
<<set $goToIntro to recall('restarting', false)>> <<if $goToIntro>> <<run memorize('restarting', false)>> <<set $passageCounter to 0>> <<set $started to true>> <<goto "Intro">> <</if>> <alt>The Gaspeé burns in the darkness...</alt> <<set Config.passages.start = "Start Game">> <div class="startBackground episode-3"> <div class="startGame"> <div class="plainTexta"> <h2>Portrait Of A Tyrant</h2> <h1>Episode 3: <br>Impressment</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: 3 });<</script>><</link>> <</if>> <a href="/episodes.html">Episodes</a> </div> /*<<link [[The Stern]]>><<set $attack to true>><<set $inventory.push("Puffy Shirt")>><<set $inventory.push("Horn Of Gunpowder")>><<set $inventory.push("Captain's Logbook")>><<set $inventory.push("Whale Oil")>><<set $inventory.push("Flint")>><<set $inventory.push("Fire Starter")>> <</link>>*/ <<if $debug>> <<button 'Go To Stern Fire' 'The Bow'>><<set $attack to true>><<set $inventory.push("New Spring")>><<set $inventory.push("Whale Oil")>><</button>> <</if>> </div>
<<set $tempX to "<br><div class='buttonDown'><img src='images/episode-3/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 $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 $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 "Hardtack">> <<Combine "Hardtack" "Mug Full Of Molasses" "Mug Full Of Molasses And Hardtack" "Youy dip the hardtack in the mug full of molasses, and swish it around. You pull it out and your mouth begins to water.">> <<case "Boiled Hardtack">> <<Combine "Boiled Hardtack" "Mug Full Of Molasses" "Mug Full Of Molasses And Hardtack" "You dip the hardtack in the mug full of molasses, and swish it around. You pull it out and your mouth begins to water.">> <<case "Mug Full Of Molasses">> <<Combine "Boiled Hardtack" "Mug Full Of Molasses" "Mug Full Of Molasses And Hardtack" "You dip the hardtack in the mug full of molasses, and swish it around. You pull it out and your mouth begins to water.">> <<case "Flint">> <<if (($checkStatusTwo=="Flint" && $tempCheck=="Fire Starter") || ($checkStatusTwo=="Fire Starter" && $tempCheck=="Flint")) && $newPassage=="The Crow's Nest" && hasVisited("Pour The Horn")>> <<goto FlintAndFire>> <<else>> I need something flammable!! <</if>> <<if (($checkStatusTwo=="Flint" && $tempCheck=="Fire Starter") || ($checkStatusTwo=="Fire Starter" && $tempCheck=="Flint")) && $newPassage=="The Stern" && !hasVisited("FireNode")>> <<goto FireNode>> <<else>> <<set $inventoryHeading to "Hmmm maybe a different combination?">> <</if>> <<case "Fire Starter">> <<if (($checkStatusTwo=="Fire Starter" && $tempCheck=="Flint") || ($checkStatusTwo=="Flint" && $tempCheck=="Fire Starter")) && $newPassage=="The Crow's Nest" && hasVisited("Pour The Horn") && $attack>> <<goto FlintAndFire>> <<else>> I need something flammable!! <</if>> <<if (($checkStatusTwo=="Fire Starter" && $tempCheck=="Flint") || ($checkStatusTwo=="Flint" && $tempCheck=="Fire Starter")) && $newPassage=="The Stern" && !hasVisited("FireNode") && $attack>> <<goto FireNode>> <<else>> <<set $inventoryHeading to "Hmmm... Definitely the right idea, just not the right time or place, I guess...">> <</if>> <<case "Mug Full Of Molasses">> <<Combine "Mug Full Of Molasses" "Hardtack" "Mug Full Of Molasses And Hardtack" "It worked!">> <<case "Empty">> 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>
<<nobr>> <<switch $checkStatus>> <<case "Empty Mug">> <<if $lastScene is "Barrels Of Molasses" && $inventory.includes("Empty Mug")>> <<goto "Fill Mug With Molasses">> <<else>> <<if $lastScene is "The Drips" && $inventory.includes("Empty Mug")>> <<goto "Place Mug On Table">> <<else>> Maybe I should try to fill this with something first... an empty mug is just... an empty mug. <</if>> <</if>> <<case "Captain's Logbook">> <<if $inventory.includes("Captain's Logbook") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Captain's Logbook")>> <<set $objectToBurn to "Captain's Logbook">> <<goto AnythingElse>> <</if>> <<case "Puffy Shirt">> <<if $inventory.includes("Puffy Shirt") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Puffy Shirt")>> <<set $objectToBurn to $checkStatus>> <<goto AnythingElse>> <<else>> I would look //great// in this, but perhaps now's not the time. <</if>> <<case "Mug Full Of Water">> <<if $newPassage is "The Bread Room">> <<if !hasVisited("Pour Water On The Brazier")>> <<set $douse to "water">> <<set $inventory.delete("Mug Full Of Water")>> <<set $inventory.unshift("Empty Mug")>> <<set $checkStatus to "Empty Mug">> <<goto "Pour Water On The Brazier">> <<else>> @@.fade-in;I already put it out!@@ <</if>> <<else>> You taste the water... ooooh refreshing! <</if>> <<case "Horn Of Gunpowder">> <<if $newPassage is "The Crow's Nest" && $attack && !hasVisited("Pour The Horn")>> <<goto "Pour The Horn">> <</if>> <<if $inventory.includes("Horn Of Gunpowder") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Horn Of Gunpowder")>> <<set $objectToBurn to $checkStatus>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Mug Full Of Molasses And Hardtack">> //You break off a little corner of the hardtack, and eat it.// //That is delicious! I think I'm going let that hardtack marinade in there a while longer.// <<case "Hardtack Soaked In Molasses">> //You take a bite and savor the sweety, tangy flavor! That is delicious! I think I'm going let that hardtack marinade in there a while longer.// <<case "Whale Oil">> <<if $inventory.includes("Whale Oil") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Whale Oil")>> <<set $objectToBurn to $checkStatus>> <<goto AnythingElse>> <</if>> <<if $newPassage is "The Captain's Desk" && !hasVisited("Use Whale Oil")>> <<goto "Use Whale Oil">> <<elseif $newPassage is "The Captain's Desk" && hasVisited("Use Whale Oil")>> The lamp's already full of oil! <<else>> Not sure this is the right place to do this... <</if>> <<case "Mug Full Of Molasses">> <<if $newPassage is "The Bread Room">> <<if !hasVisited("Pour Water On The Brazier")>> <<set $douse to "molasses">> <<set $inventory.delete("Mug Full Of Molasses")>> <<set $inventory.unshift("Empty Mug")>> <<set $checkStatus to "Empty Mug">> <<goto "Pour Water On The Brazier">> <<else>> @@.fade-in;I already put it out!@@ <</if>> <<else>> @@.fade-in;You taste the molasses... wow! That's extremely sweet and tangy!@@ <</if>> <<case "Fire Starter">> <<if $newPassage is "The Captain's Desk" && hasVisited("Use Whale Oil") && !hasVisited("Light The Lamp")>> <<if $inventory.includes("Flint")>> <<goto "Light The Lamp">> <<else>> Going to need that flint to make this work... <</if>> <</if>> <<if $newPassage is "The Crow's Nest" && $attack && hasVisited("Pour The Horn") && !hasVisited("Flint Swing")>> <<goto "FlintAndFire">> <<else>> Hmmmm... that didn't work the way I hoped... <</if>> <<case "Flint">> <<if $newPassage is "The Captain's Desk" && hasVisited("Use Whale Oil") && !hasVisited("Light The Lamp")>> <<if $inventory.includes("Fire Starter")>> <<goto "Light The Lamp">> <<else>> Going to need that fire starter to finish this job... <</if>> <</if>> <<if $newPassage is "The Crow's Nest" && $attack && hasVisited("Pour The Horn") && !hasVisited("Flint Swing")>> <<goto "Flint Swing">> <<else>> Hmmmm... that didn't work the way I hoped... <</if>> <<case "New Spring">> <<if $newPassage is "The Crow's Nest" && $attack && !hasVisited("Flint Swing") && !hasVisited("FlintAndFire")>> <<set $pick to "New Spring">> <<goto "PickTheLock">> <<else>> Hmmmm... that didn't work the way I hoped... <</if>> <<case "Small File">> <<if $newPassage is "The Crow's Nest" && $attack && !hasVisited("Flint Swing") && !hasVisited("FlintAndFire")>> <<set $pick to "Small File">> <<goto "PickTheLock">> <<else>> Hmmmm... that didn't work the way I hoped... <</if>> <<case "Key Labeled ‘Shot'">> <<if $lastScene == "Magazine Locked" || $newPassage == "The Captain's Quarters">> <<if !hasVisited("Magazine Unlocked")>> <<goto "Magazine Unlocked">> <<else>> @@.fade-in;The Magazine's already unlocked...@@ <</if>> <<else>> This might be the wrong door for this key... <</if>> <<case "Key Labeled ‘Bread'">> <<if $lastScene is "Bread Room Locked" || $newPassage == "The Captain's Quarters">> <<if !hasVisited("Bread Room Unlocked")>> <<goto "Bread Room Unlocked">> <<else>> @@.fade-in;The Bread Room's already unlocked...@@ <</if>> <<else>> This might be the wrong door for this key... <</if>> <<case "Hardtack">> //You bite into the Hardtack and almost chip your tooth.//<br>''Briana'': Ow!! Oh man that's hard. I can see where the name comes from... <<default>> Hmmmm... that didn't work the way I hoped... <</switch>> <</nobr>>
<<switch $checkStatus>> <<case "Empty">> Your Satchel is empty. /* Implement the ability to throw loaves, sausages, and fruits, and a bag of hair. */ <<case "Captain's Logbook">> <<if $newPassage is "The Galley" && !hasVisited("Throw The Book")>> <<set $inventory.delete("Captain's Logbook")>> <<goto "Throw The Book">> <</if>> <<case "Whale Oil">> <<if $inventory.includes("Whale Oil") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Whale Oil")>> <<set $objectToBurn to $checkStatus>> <<set $whale to true>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Rope">> <<if $inventory.includes("Rope") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Rope")>> <<set $objectToBurn to $checkStatus>> <<goto AnythingElse>> <<else>> It's the right idea, just not the right time or place... <</if>> <<case "Puffy Shirt">> <<if $inventory.includes("Puffy Shirt") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Puffy Shirt")>> <<set $objectToBurn to "Puffy Shirt">> <<set $puffy to true>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Horn Of Gunpowder">> <<if ($newPassage is "The Crow's Nest" || $lastScene is "George Freaking Out" || $lastScene is "Chain Connected To The Mast") && $attack && !hasVisited("Pour the Horn")>> <<goto "Pour The Horn">> <</if>> <<if $inventory.includes("Horn Of Gunpowder") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Horn Of Gunpowder")>> <<set $objectToBurn to $checkStatus>> <<set $powder to true>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Captain's Logbook">> <<if $inventory.includes("Captain's Logbook") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Captain's Logbook")>> <<set $objectToBurn to $checkStatus>> <<set $logbook to true>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Mug Full Of Water">> <<if $newPassage is "The Bread Room">> <<if !hasVisited("Pour Water On The Brazier")>> <<set $douse to "water">> <<set $inventory.delete("Mug Full Of Water")>> <<set $inventory.unshift("Empty Mug")>> <<set $checkStatus to "Empty Mug">> <<goto "Pour Water On The Brazier">> <<else>> @@.fade-in;I already put it out!@@ <</if>> <<else>> @@.fade-in;You toss the water out of the mug and it splashes on the floor.@@ Hmm. <<set $inventory.delete("Mug Full Of Water")>> <<set $inventory.unshift("Empty Mug")>> <<set $checkStatus to "Empty Mug">> <</if>> <<case "Mug Full Of Molasses">> <<if $newPassage is "The Bread Room">> <<if !hasVisited("Pour Water On The Brazier")>> <<set $douse to "molasses">> <<set $inventory.delete("Mug Full Of Molasses")>> <<set $inventory.unshift("Empty Mug")>> <<set $checkStatus to "Empty Mug">> <<goto "Pour Water On The Brazier">> <<else>> @@.fade-in;I already put it out!@@ <</if>> <<else>> @@.fade-in;You toss the molasses across the room, and it splats on floor... Hmm. Not a lot of strategy there...@@ <<set $inventory.delete("Mug Full Of Molasses")>> <<set $inventory.unshift("Empty Mug")>> <<set $checkStatus to "Empty Mug">> <</if>> <<default>> I can't throw that right now. <</switch>> /*<br><br><hr><hr>*/
<<switch $checkStatus>> <<case "Empty">> Your Satchel is empty. <<case "Raisins">> <<if ($newPassage is "The Crow's Nest" || $lastScene is "Talk To George")>> <<set $inventory.delete("Raisins")>> <<set $food to "raisins">> <<if !hasVisited("George Happy")>> <<goto "George Happy">> <</if>> <<else>> Maybe someone else? <</if>> <<case "Strips Of White Fabric">> <<if $newPassage is "The Galley" && $attack>> <<if !hasVisited("Give Shirt Strips")>> <<set $inventory.delete("Strips Of White Fabric")>> <<goto "Give Shirt Strips">> <</if>> <<else>> A good idea but not right now... and not here. <</if>> <<case "Horn Of Gunpowder">> <<if ($newPassage is "The Crow's Nest" || $lastScene is "George Freaking Out" || $lastScene is "Chain Connected To The Mast") && $attack && !hasVisited("Pour the Horn")>> <<goto "Pour The Horn">> <</if>> <<if $inventory.includes("Horn Of Gunpowder") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Horn Of Gunpowder")>> <<set $objectToBurn to $checkStatus>> <<set $powder to true>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Whale Oil">> <<if $inventory.includes("Whale Oil") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Whale Oil")>> <<set $objectToBurn to $checkStatus>> <<set $whale to true>> <<goto AnythingElse>> <<else>> This could work... just not here. <</if>> <<case "Hardtack">> <<if !hasVisited( "Give Hard Hardtack") && ($newPassage is "The Crow's Nest" || $lastScene is "Talk To George") && hasVisited("Talk To George")>> <<goto "Give Hard Hardtack">> <<else>> I should probably prepare this a little before I give it to anybody... <</if>> <<if ($newPassage is "The Galley" || $lastScene is "Boiling Pot Of Water") && !hasVisited("Boil Hardtack")>> <<set $inventory.delete("Hardtack")>> <<goto "Boil Hardtack">> <</if>> <<case "Boiled Hardtack">> <<if !hasVisited( "George Happy")&& ($newPassage is "The Crow's Nest" || $lastScene is "Talk To George") && hasVisited("Talk To George")>> <<set $inventory.delete("Boiled Hardtack")>> <<set $food to "boiled hardtack">> <<goto "George Happy">> <<else>> I don't want to just give this away! <</if>> <<case "Hardtack Soaked In Molasses">> <<if !hasVisited( "George Happy") && $newPassage is "The Crow's Nest" && hasVisited("Talk To George")>> <<set $food to "hardtack soaked in molasses">> <<set $inventory.delete("Hardtack Soaked In Molasses")>> <<goto "George Happy">> <<else>> I don't want to just give this away! <</if>> <<case "Rope">> <<if $inventory.includes("Rope") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Rope")>> <<set $objectToBurn to $checkStatus>> <<goto AnythingElse>> <<else>> It's the right idea, just not the right time or place... <</if>> <<case "Puffy Shirt">> <<if $inventory.includes("Puffy Shirt") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Puffy Shirt")>> <<set $objectToBurn to "Puffy Shirt">> <<set $shirt to true>> <<goto AnythingElse>> <<elseif $newPassage is "The Galley" && $attack>> <<goto "Give Shirt Strips">> <<else>> I'm not sure this is the right time for that. <</if>> <<case "Captain's Logbook">> <<if $inventory.includes("Captain's Logbook") && $newPassage is "The Stern" && $attack>> <<set $inventory.delete("Captain's Logbook")>> <<set $objectToBurn to $checkStatus>> <<set $logbook to true>> <<goto Give Logbook>> <</if>> <<if !hasVisited("Give Logbook") && ($newPassage is "The Hold" || $lastScene is "GiveAbrahamLogbook")>> <<set $inventory.delete("Captain's Logbook")>> <<goto "Give Logbook">> <<else>> I can't just give this away! This thing is definitely too important. <</if>> <<case "Daughter Of Liberty Pin">> <<if ($newPassage is "The Hold" || $lastScene is "Talk To Sons Of Liberty") && $attack && !hasVisited("Give Colonials Pin")>> <<goto "Give Colonials Pin">> <<else>> I really don't think I want to give that one away!! It's special. A sign of my fellowship with the Daughters Of Liberty in Boston! <</if>> <<default>> I actually don't think I want to give the <span style="color: #e1755d;">$checkStatus</span> away just yet. <</switch>>
<<switch $checkStatus>> <<case "Empty">> Your Satchel is empty. <<case "Puffy Shirt">> <<Dismantle "Puffy Shirt" "Strips Of White Fabric" "Empty" "You tear the shirt into clean white strips of fabric, some about 4 feet long, some shorter.">> <<case "Musket Repair Kit">> <<if $inventory.includes("Musket Repair Kit")>> <<set $inventory.unshift("Small File")>> <<set $inventory.unshift("New Spring")>> <<set $checkStatus to "New Spring">> <<set $inventory.delete("Musket Repair Kit")>> <<set $deconstructed to true>> <<set $inventoryHeading to "//You open up the small leather satchel to reveal a <b>Small File</b> and a <b>New Spring</b>.//">> <<goto Inventory>> <<else>> I'm not sure that's possible... <</if>> <<case "Mug Full Of Molasses And Hardtack">> <<Dismantle "Mug Full Of Molasses And Hardtack" "Mug Full Of Molasses" "Hardtack Soaked In Molasses" "You remove the hardtack from the molasses and put it back in your Satchel. Hmmm... this looks good enough to eat...">> <<default>> You can't take that apart. <</switch>>
<<set _temp to [ "//June 9th, 1772//", "Providence, Rhode Island", "It's a hot, sticky night aboard His Majesty's Ship Gaspée, a small military schooner sporting eight cannons.", "Since the morning, the ship's been stuck in a sandbar about a mile off the coast, and after spending most of the day in the water trying to dig it out, you and the crew have given up.", "Instead, for the last hour or so, everyone's just been standing around in water up to their waists, telling dirty jokes.", "Sensing an opportunity, you snuck back aboard the ship.", "Since the first day of your impressment, you and George have been looking for a way to escape the Gaspée and make the journey to meet your dad, who you recently learned is hiding somewhere in the backcountry.", "Just a week ago, as you came into port, George tried to steal a dinghy for the two of you to row to freedom.", "He managed to run the boat it into a pier, sinking it while crying “Dang dinghy!!\" so loudly that Dudingston's guard caught him half-drowned, ten feet from shore.", "As punishment, they chained him to the crow's nest for the better part of a week.", "Since then, you decided to take matters into your own hands.", "With the boat deserted, and the Captain overseeing the work in the water, this is the best chance you've had in months to search the Captain's quarters for something to give you an edge in your flight from the ship...", "<<goto \"The Captain's Quarters\">>", ]>> //<<Rep _temp>>//
<<set $footerDisplay to "[[To The Hold|The Hold]][[To The Magazine|Magazine Locked]][[To The Bread Room|Bread Room Locked]]">> <<if $attack && !hasVisited("Wake Up Smuggler") && !hasVisited("ForgotBenny2")>> <<set _tempForgot to [ "Anyone out there?", "<<goto ForgotBenny2>>", ]>> @@.rumble;<<Rep _tempForgot>>@@ <</if>> <<set _temp to [ "@@.jump;BANG!@@", "<<goto 'BANG!'>>", ]>> <<set _temp2 to [ "@@.jump8ths;BANG! BANG!@@", "<<goto 'BANG! BANG!'>>", ]>> <<set _temp3 to [ "@@.jump8ths;BANG! BANG! BANG! BANG!@@", "<<goto 'BANG! BANG! BANG! BANG!'>>", ]>> <<if !$attack>> <<if !hasVisited("Pour Water On The Brazier")>> <<if !hasVisited("BANG!")>> <<Rep _temp>> <<else>> <<if hasVisited("BANG! BANG!")>> <<if !hasVisited("BANG! BANG! BANG! BANG!")>> <<Rep _temp3>> <</if>> <<else>> <<Rep _temp2>> <</if>> <</if>> <</if>> <</if>> [[The Captain's Desk]] <<if hasVisited("Whale Oil Container") && hasVisited("Flint") && hasVisited("Fire Starter")>> [[Chest In The Corner][$chest to true]] <<else>> @@.differentVisited;[[Chest In The Corner][$chest to true]]@@ <</if>> <<if !hasVisited("Logbook")>> [[Captain's Bed|Bed][$currentI to "Captain Background"]] <</if>> <<if !hasVisited("Shirt Hanging Up to Dry")>> [[Shirt Hanging Up to Dry][$puffyShirt to false]] <</if>> <<set $footerDisplay to "">> <<if hasVisited("The Bread Room")>> <<set $footerDisplay+="@@.differentVisited;[[To The Bread Room|The Bread Room]]@@">> <<else>> <<set $footerDisplay+="@@.differentVisited;[[To The Bread Room|Bread Room Locked]]@@">> <</if>> <<if hasVisited("The Magazine")>> <<set $footerDisplay+="@@.differentVisited;[[To The Magazine|The Magazine]]@@">> <<else>> <<set $footerDisplay+="@@.differentVisited;[[To The Magazine|Magazine Locked]]@@">> <</if>> <<if $attack && !hasVisited("Wake Up Smuggler")>> <<set $footerDisplay+="@@.differentVisited;[[To The Hold|ReleaseSmuggler]]@@">> <<elseif hasVisited("BANG! BANG! BANG! BANG!")>> <<set $footerDisplay+="@@.differentVisited;[[To The Hold|The Hold]]@@">> <<else>> <<set $footerDisplay+="@@.differentVisited;[[To The Hold|HoldSmuggler]]@@">> <</if>> <<if hasVisited("Place Mug On Table")>> <<set $timePassed to true>> <</if>>
<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:#966144;}.cls-3{fill:#b29d7d;}.cls-4{fill:#8a6a4e;}.cls-5{fill:#f8f3ea;}.cls-6{fill:#5d4038;}.cls-20,.cls-7{fill:#3c2422;}.cls-8{fill:#7c5843;}.cls-9{fill:#876546;}.cls-10{fill:#bb965f;}.cls-11{fill:#514436;}.cls-12{fill:#7c654a;}.cls-13{fill:#423625;}.cls-14{fill:#664a32;}.cls-15{fill:#2e2219;}.cls-16{fill:#785232;}.cls-17{fill:#b48862;}.cls-18{fill:#18160e;}.cls-19{fill:#514332;}.cls-20,.cls-52{opacity:0.6;}.cls-21{fill:#2d3633;}.cls-22{fill:#8c2a11;}.cls-23{fill:#bf7d58;}.cls-24{fill:#35190e;}.cls-25{fill:#a6683f;}.cls-26{fill:#995d38;}.cls-27{fill:#7c6d63;}.cls-28{fill:#472825;}.cls-29{fill:#1f1009;}.cls-30{fill:#d1bc91;}.cls-31{fill:#eee4e1;}.cls-32{fill:#b2885e;}.cls-33{fill:#fdfcff;}.cls-34{fill:#756457;}.cls-35{fill:#5d4b3a;}.cls-36{fill:#7f5e3a;}.cls-37{fill:#503215;}.cls-38{fill:#795639;}.cls-39{fill:#cea128;}.cls-40{fill:#eee760;}.cls-41{fill:#1b0b00;}.cls-42{fill:#362b1e;}.cls-43{fill:#402513;}.cls-44{fill:#5d3e1b;}.cls-45{fill:#81552e;}.cls-46{fill:#190f00;}.cls-47{fill:#502c29;}.cls-48{fill:#caa574;}.cls-49{fill:#302224;}.cls-50{fill:#473018;}.cls-51{fill:#211813;}.cls-52{fill:url(#radial-gradient);}.cls-53{fill:#574129;}.cls-54,.cls-55{mix-blend-mode:overlay;}.cls-54{fill:url(#radial-gradient-3);}.cls-55{fill:url(#radial-gradient-4);}.cls-56{fill:#301705;}.cls-57{fill:#938051;}.cls-58{fill:#72623e;}.cls-59{fill:#bc6112;}.cls-60{fill:#e8e2c5;}.cls-61{fill:#8a4508;}.cls-62{fill:#452102;}.cls-63{fill:#c8b26f;}.cls-64{fill:#381d08;}.cls-65{fill:#82a0b1;}.cls-66{fill:#556982;}.cls-67{fill:#a08b58;}.cls-68{fill:#dfbc7d;}.cls-69{fill:#422b1a;}.cls-70{fill:#8f3319;}.cls-71{fill:#e4dac6;}.cls-72{fill:#3b0500;}.cls-73{fill:#49363d;}.cls-74{fill:#251e23;}.cls-75{fill:#2e1922;}.cls-76{mix-blend-mode:soft-light;fill:url(#linear-gradient);}</style><radialGradient id="radial-gradient" cx="221.66649" cy="342.0005" r="23.53848" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c49c51"/><stop offset="1" stop-color="#a67c52"/></radialGradient><radialGradient id="radial-gradient-3" cx="222.33325" cy="348.00025" r="59.66675" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbbf51"/><stop offset="1" stop-color="#a67c52" stop-opacity="0"/></radialGradient><radialGradient id="radial-gradient-4" cx="221.99949" cy="350.667" r="23.333" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbbf51"/><stop offset="1" stop-color="#fff17f" stop-opacity="0"/></radialGradient><linearGradient id="linear-gradient" x1="769" y1="288" x2="0" y2="288" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fba151"/><stop offset="1" stop-color="#2e6a88"/></linearGradient></defs><title>1CaptainsQuarters</title><g class="cls-1"><g id="SettingBase"><polygon class="cls-2" points="768 478 546.998 402.667 0 489.581 0 576 768 576 768 478"/><polygon class="cls-3" points="546.998 403.667 672 126 157 63 0 45 0 505 163 480 283 456 385 432 466.331 419 546.998 403.667"/><polygon class="cls-4" points="768 163 654 166 546.998 403.667 768 479 768 163"/><polygon class="cls-5" points="692 297 722 203 709.5 180.5 682 179.5 662.5 193.5 625.5 287 692 297"/><polygon class="cls-5" points="768 188 752 196.5 726.5 301 768 308.5 768 188"/><polygon class="cls-6" points="572.332 416.335 529.666 429 531 440.334 589.666 462.334 646.333 432.334 572.332 416.335"/><polygon class="cls-7" points="320 500 136.604 556.578 92 538 108 490 249 462.5 256.25 471 204 481 250 507 316 494 320 500"/><polygon class="cls-8" points="695 305.5 686 323 612.334 309.667 621 293.001 695 305.5"/><polygon class="cls-8" points="716 310.166 709.667 325.75 768 340.335 768 321 716 310.166"/><polygon class="cls-9" points="290 168 281 174 279 245 278 457 287 454 290 168"/><polygon class="cls-9" points="206 65 205 123 212 129 232.5 126.5 252 82 206 65"/><polygon class="cls-9" points="399 100 396 142 416 152 429 150 431 98 399 100"/><polygon class="cls-9" points="541 123 545 175 567.5 182.5 589 138 541 123"/><polygon class="cls-10" points="604 152 602 182 616 185 630 158 604 152"/><polygon class="cls-11" points="632 163 568 133.5 510 128 386 101 226.5 73 174 66 177 0 768 0 768 143 632 163"/><polygon class="cls-12" points="768 142.999 622.999 158.333 612.999 184.999 632.999 190.333 644.999 170.333 768 166.333 768 142.999"/><path class="cls-13" d="M768,11,648.5,34.5l-7.22272,2.2744L600,0H544.333l67.085,46.1758L528.52539,72.2744,355.27049,11.9355,369,.25,321.18549.06445,321,0H234l53.15189,16.2358L226.5,73,231,85.5l1.5,41,22,7L261,129l.5-28,11.5,2,7-10V76l53.56149-45.5874,166.4424,50.8423-13.9326,4.3867L345,49l-8,9L463.792,92.6563l-25.24321,7.9482L324,70l-11,8,109.99509,27.709L422,151l19,4,5-24,31-10-1.5-9.5,71.90629-15.4873,59.44819,25.0308L581,124.5l-13,9-.5,49,9,2.5,10-18.5,29-9.5,9-15.5,22.04978-1.46L685,159.666,699,159l-1-9-22.76172-11.8589,43.5498-2.8833L742.5,155l11.5-1-1-8.5-10.43752-11.8159L768,132V99.5l-51.32522,6.8618L675.81148,68.356,768,48.5Zm-79.40922,99.1162L634.709,117.3198,573.80369,90.3271,646.11618,74.752Z"/><path class="cls-14" d="M717.999,181.251,709,174H682l-20.5,17.5-40,94-3,8.5L695,305.5l3.99608-9.9961L727.498,201.502Zm-49.124,13.374,21.06248-13.0625,1.5918.1504-14.8672,43.9365-20.7539-1.5332Zm4.73828,40.0342-16.6924,49.333-26.1865-2.6187,21.5058-48.9126Zm16.2148,52.6235-21.1904-2.1186,15.7705-49.3946,20.5723,2.1162Zm18.1963-59.3169-20.6377-1.5244,13.9834-43.7978,4.0987.3877,10.5156,18.9843Z"/><path class="cls-14" d="M747.93648,235.7461,758.001,198.667l9.999-9-.167-12.167-16.749,14.583L716,306.667V310l52,10.667V235l-.49412,1.9692ZM732.667,292l12.44918-45.8643,19.3535,2.917-11.789,46.9121Z"/><polygon class="cls-6" points="565 476 556.5 499 435 550.5 370.5 559 348 551 371.5 519.5 511 483.5 521.5 489.5 527.5 491.5 565 476"/><polygon class="cls-9" points="406.333 190.667 403.5 202.5 406 214 398 218 393 270 394 359.5 425.5 371 438.5 359.5 425 209 406.333 190.667"/><polygon class="cls-15" points="429 169.333 418 172 406.333 190.667 406.666 201.667 417 213.667 439.666 218 450.666 208.333 450 185.667 442.333 175 429 169.333"/></g><g id="Door3Closed"><polygon class="cls-16" points="546.998 403.667 547.665 272.333 544.998 216.333 544.331 194.333 525.665 187.667 469.665 185 466.331 419 546.998 403.667"/><polygon class="cls-17" points="485.664 206.333 484.998 281.666 522 284 536.998 278.999 534.331 209.667 485.664 206.333"/><polygon class="cls-17" points="534.331 311.666 504.998 309.666 485.664 314.333 484.998 400.333 533.665 395 534.331 311.666"/><polygon class="cls-17" points="475 296 481.813 294.333 480.594 317.111 475 317.666 475 296"/></g><g id="Door3Open"><polygon class="cls-18" points="546.998 403.667 547.665 272.333 544.998 216.333 544.331 194.333 525.665 187.667 469.665 185 466.331 419 546.998 403.667"/><polygon class="cls-16" points="544.331 194.333 528.335 175.663 530 357.333 534 420 546.998 403.667 548.335 264.33 544.331 194.333"/><polygon class="cls-17" points="541 292 550 291.663 550 314.33 541 313.666 541 292"/><polygon class="cls-14" points="528.168 175.832 517.584 178.583 524.334 420 534 420 528.168 175.832"/></g><g id="Door2Closed"><polygon class="cls-16" points="385 432 390 292 393 204 394 187 339 174 290 168 286 199 283 456 385 432"/><polygon class="cls-17" points="301.25 197 299.375 231 301.5 284 377.5 284 381 257 380 209.5 342.5 201 301.25 197"/><polygon class="cls-17" points="372.333 313 333 312.5 305 318.5 302.5 431.5 354.333 421 370.333 413.667 372.333 313"/><polygon class="cls-17" points="377 297 377 318 381 318 383 296.5 377 297"/></g><g id="Door2Open"><polygon class="cls-18" points="385 432 390 292 393 204 394 187 339 174 290 168 286 199 283 456 385 432"/><polygon class="cls-16" points="290 168 330.999 166.333 367.666 167.001 366.333 461.667 360.333 466.334 283 456 284.999 196.333 290 168"/><polygon class="cls-14" points="367.666 167.001 375.666 173.001 370.333 404.334 372.333 463 360.333 466.334 367.666 167.001"/><polygon class="cls-17" points="295.806 197 294.375 231 295.997 284 353.996 284 356.666 257 354 203.667 322.666 195.001 295.806 197"/><polygon class="cls-17" points="350.333 315 322 311.5 294 317.5 291.5 430.5 326.333 438.334 349 435.667 350.333 315"/><polygon class="cls-17" points="346 294 346 315 350 315 352 293.5 346 294"/><polygon class="cls-14" points="352 293.5 358.333 295 357.666 315 350 315 352 293.5"/></g><g id="PuffyShirt"><polygon class="cls-19" points="416.046 206.108 408.787 213.658 400.365 249.085 398.333 300.482 409.658 304.838 408.206 333.586 414.885 337.941 415.466 342.298 441.165 350.573 445.085 346.653 446.827 351.444 454.667 353.622 454.231 342.733 464.25 243.567 454.667 216.562 446.827 205.237 438.986 202.333 416.046 206.108"/><polygon class="cls-15" points="401.75 296 400.5 298.75 409.5 302.75 417.5 303.25 416.5 299 406 295.75 401.75 296"/><polygon class="cls-12" points="464.25 243.567 468.25 272 470 292.75 466.5 307.5 461.5 310 457 309 463.5 242.75 464.25 243.567"/><polygon class="cls-15" points="411.75 329.5 411.25 333.5 417 337.5 418.25 340.75 440.75 347 444.75 343.5 449 349.5 451.75 350.25 451.5 346.25 437.75 335 411.75 329.5"/></g><g id="Smuggler"><polygon class="cls-20" points="468.999 470.332 352.999 509.666 326.999 507.666 292.332 508.999 290.332 489.665 326.999 469.665 350.999 466.999 397.666 456.999 398.332 467.665 428.999 464.332 441.058 462.811 468.999 470.332"/><polygon class="cls-21" points="462.028 242.309 417.661 231.683 397.727 241.407 397.773 245.048 370.286 283.226 376.908 295.367 400.64 325.167 410.006 312.456 413.883 317.44 456.376 328.478 458.032 322.407 470.172 309.162 479.555 288.192 462.028 242.309"/><polygon class="cls-22" points="424.285 229.858 415.747 235.997 416.096 250.189 419.979 256.129 427.876 261.955 419.852 269.014 419.606 283 425.441 283 434 266.81 434 275.44 452.572 283.098 454.687 280.058 448.996 267.661 440.381 260.854 451.081 255.992 456.797 243.107 424.285 229.858"/><polygon class="cls-23" points="450.56 215.639 430.628 208.831 421.876 218.23 423.375 235.653 424.793 245.783 432.508 253.77 437.337 253.908 448.293 247.565 454.775 239.623 450.56 215.639"/><polygon class="cls-24" points="446.105 230.71 440.27 228.157 435.043 230.102 435.408 231.805 438.446 232.412 441.12 230.102 446.105 230.71"/><polygon class="cls-24" points="430.91 232.168 431.519 231.074 428.601 227.914 425.319 227.792 425.684 229.373 427.02 229.494 430.91 232.168"/><polygon class="cls-25" points="435.408 231.805 431.519 231.074 430.545 232.776 428.236 242.623 430.91 244.202 436.503 241.407 435.408 231.805"/><polygon class="cls-26" points="436.503 241.407 430.91 244.202 433.706 244.567 436.503 241.407"/><polygon class="cls-27" points="426.574 217.907 423.74 221.472 423.375 235.653 419.627 239.016 413.296 235.916 409.725 226.668 412.964 221.477 417.339 222.771 415.412 219.204 413 218.878 413 214.179 415.006 211.748 432.055 205.752 457.027 209.641 458 211.263 464 214.341 464 220.014 460.278 221.31 465.224 223.741 466.724 234.437 464.314 237.355 470.972 243.027 470.65 248.05 468.061 250.644 461.741 250.321 453.154 248.212 450.884 243.674 451.209 235.248 446.509 227.63 443.916 218.232 440.026 216.773 430.628 219.527 426.574 217.907"/><polygon class="cls-28" points="460.203 202.51 461.296 206.887 452.363 212.234 430.029 220.499 420.323 215.395 406 203.726 406 198.622 413.048 197.649 428.846 199.107 450.239 199.35 460.203 202.51"/><polygon class="cls-29" points="400.533 413.486 391.896 412.07 381.324 409.877 384.371 441.962 382.465 443.997 384.294 448.26 379.532 450.111 379.115 452.098 367.549 458.94 357.486 461.193 349.055 462.301 347.679 467.576 374.567 469.906 379.894 469.245 385.019 463.169 386.079 465.1 395.988 461.674 399.904 456.014 395.459 447.903 400.533 413.486"/><polygon class="cls-29" points="426.852 414.292 439.324 416.425 447.547 414.016 443.164 448.713 446.016 448.549 450.728 456.467 458.863 460.38 468.013 462.74 471.257 470.375 449.635 468.102 441.058 462.811 439.89 465.553 433.521 464.954 428.225 462.254 428.121 451.617 429.46 444.476 426.852 414.292"/><polygon class="cls-30" points="408.64 310.542 383.117 352.068 380.289 379.732 378.047 410.672 391.826 417.31 401.75 412.353 411.681 367.656 425.474 347.239 426.996 370.418 423 397.461 423 415.12 437.758 421.191 452.033 413.465 459.173 362.141 457.498 317.44 427.688 319.096 408.64 310.542"/><polygon class="cls-23" points="406.433 301.161 411.676 306.128 411.124 321.028 406.709 323.512 406.571 314.268 400.777 323.787 395.12 332.066 392.913 322.961 395.396 306.128 400.914 300.334 406.433 301.161"/><polygon class="cls-24" points="438.75 233.141 441.045 231.863 444.511 233 440.923 233 438.75 233.141"/><polygon class="cls-24" points="441.958 232.662 441.682 234.179 439.889 234.662 439.198 233.972 439.13 233.006 441.958 232.662"/><polygon class="cls-24" points="430.3 232.869 428.783 231.42 425.609 231.213 428.507 232.523 430.3 232.869"/><polygon class="cls-24" points="429.887 245.699 432.51 245.147 436.165 245.699 439.753 247.079 439.89 247.906 433.958 247.562 430.44 246.596 429.887 245.699"/></g><g id="Letter"><polygon class="cls-9" points="234.5 210 219.5 229.5 218 265 226.5 284 249.5 284.5 252.5 279.5 234.5 210"/><polygon class="cls-31" points="234.5 210 225.75 234 229.041 274.333 248.021 280 271.01 279.667 275.172 263 261 263.333 261 249 268 214.333 234.5 210"/><polygon class="cls-32" points="261 263.333 243 262.333 242 271 236.666 273.667 232.333 264.667 238.333 259.667 260.667 261.167 261 263.333"/><polygon class="cls-33" points="253.5 212.25 238 226.667 237.667 235.667 257 224.333 257 217 253.5 212.25"/><polygon class="cls-34" points="266.25 202 253.5 212.25 254 216.5 257.25 218.25 271.25 207.25 269.25 203 266.25 202"/></g><g id="Messages"><polygon class="cls-9" points="224.5 200.5 224 209.5 194.5 212 191.5 204.5 193 180.5 197 176 224.5 200.5"/><polygon class="cls-9" points="203 245 203 254 179.5 256 177.5 237 182.333 218.667 203 245"/><polygon class="cls-9" points="188.083 264.25 184.375 274.375 186.5 294 197 294 217 293.5 215 276 188.083 264.25"/><polygon class="cls-31" points="182.333 218.667 210.333 227 208.666 251.667 190.666 246.667 178.333 246.333 182.333 218.667"/><polygon class="cls-31" points="188.333 264 192 285.667 213 284.333 224.333 286.333 218 265 202 262 188.333 264"/><polygon class="cls-31" points="197 176 197 202 229.333 202.667 231 178.333 197 176"/><polygon class="cls-35" points="212.5 170.75 211.75 181 212.75 182.25 215 181.5 216.25 171.25 214 169.5 212.5 170.75"/><polygon class="cls-35" points="195 214.5 191.75 225.25 193 227.25 195.25 227 198.75 216 197.75 214.75 195 214.5"/></g><g id="ChestClosed"><polygon class="cls-36" points="681.664 419.002 680.331 374.335 642.331 393.668 641.664 442.335 681.664 419.002"/><polygon class="cls-37" points="642.331 393.668 574.332 371.002 572.332 416.335 641.664 442.335 642.331 393.668"/><polygon class="cls-38" points="680.331 374.335 664.33 362.335 606.996 348.335 581.663 359.002 574.332 371.002 642.331 393.668 680.331 374.335"/><polygon class="cls-39" points="600.667 379.667 601 391 615 396 615 385 600.667 379.667"/><polygon class="cls-40" points="615 385 617.668 378 602.668 373.333 600.667 379.667 615 385"/><polygon class="cls-41" points="632 381.25 636.812 382.625 633 391.5 633 409 628 407.75 628 390 632 381.25"/><polygon class="cls-41" points="589.75 369.25 586 375.5 585.75 393.75 582 392.5 581.5 374 586.5 368.25 589.75 369.25"/></g><g id="ChestOpen"><polygon class="cls-42" points="613 357.5 574.332 371.002 585.5 382.5 643 405.5 680.331 374.335 613 357.5"/><polygon class="cls-36" points="681.664 419.002 680.331 374.335 642.331 393.668 641.664 442.335 681.664 419.002"/><polygon class="cls-37" points="642.331 393.668 574.332 371.002 572.332 416.335 641.664 442.335 642.331 393.668"/><polygon class="cls-38" points="680.331 374.335 674.5 365 622 345.5 593 342.5 581.332 353.002 649.331 375.668 680.331 374.335"/><polygon class="cls-39" points="600.667 379.667 601 391 615 396 614.833 384.335 600.667 379.667"/><polygon class="cls-40" points="619.166 365.668 624 359.168 610.166 355.001 604.666 360.835 619.166 365.668"/><polygon class="cls-41" points="639.5 364.335 644.166 365.501 639.543 372.632 636.889 389.93 632.136 387.935 634.828 370.391 639.5 364.335"/><polygon class="cls-41" points="599.333 351.668 594.019 357.666 590.372 375.55 586.921 373.623 589.5 355.668 595 350.168 599.333 351.668"/></g><g id="DrawerClosed"><polygon class="cls-43" points="267 402 267 465 256.25 471 249 462.5 249 409 267 402"/><polygon class="cls-44" points="328 496 328 372 245.25 348 148 354.5 147 489.5 152 495.5 162.5 491 161 398 212 421.5 212.5 522.5 219.5 528 231 521.5 231 421.5 312 408.5 312.875 494 317.937 501 328 496"/><polygon class="cls-45" points="328 372 218 386.5 148 354.5 256 346.5 328 372"/><polygon class="cls-43" points="317 382 317 400 228 413.667 228 396 317 382"/><polygon class="cls-46" points="266 398 266 402 284.333 398.667 284 395 266 398"/><polygon class="cls-47" points="264.5 346.25 264 336.125 256 332.563 237.5 333.531 233.5 337.016 234.5 352.258 242 356 256 356 264.5 346.25"/><polygon class="cls-48" points="274.5 338.5 240 361.5 274.5 370.5 285 376 300 379 318 361 324 358.5 295 345.5 274.5 338.5"/></g><g id="DrawerOut"><polygon class="cls-43" points="267 402 267 465 256.25 471 249 462.5 249 409 267 402"/><polygon class="cls-44" points="328 496 328 372 245.25 348 148 354.5 147 489.5 152 495.5 162.5 491 161 398 212 421.5 212.5 522.5 219.5 528 231 521.5 231 421.5 312 408.5 312.875 494 317.937 501 328 496"/><polygon class="cls-45" points="328 372 218 386.5 148 354.5 256 346.5 328 372"/><polygon class="cls-47" points="264.5 346.25 264 336.125 256 332.563 237.5 333.531 233.5 337.016 234.5 352.258 242 356 256 356 264.5 346.25"/><polygon class="cls-48" points="274.5 338.5 240 361.5 274.5 370.5 285 376 300 379 318 361 324 358.5 295 345.5 274.5 338.5"/><polygon class="cls-49" points="317 382 329.667 403.667 277.667 422.334 228 413.667 228 396 317 382"/><polygon class="cls-43" points="262.75 411.5 232.5 395.083 227 396 227 414 256.25 431.75 262.75 411.5"/><polygon class="cls-50" points="345.25 396 316.5 382.083 287.75 386.75 328.25 404.75 340 416.667 345.25 396"/><polygon class="cls-43" points="345.25 396 345 416 256.25 431.75 256 412 345.25 396"/><polygon class="cls-46" points="294 413 294 417 312.333 413.667 312 410 294 413"/></g><g id="LampUnlit"><polygon class="cls-51" points="237.333 372 238 367.333 232 363.333 210.333 362.667 203.667 367.667 205.333 372.667 218 377 231.333 375.667 237.333 372"/><polygon class="cls-52" points="237.333 326.667 231.333 317 218.666 314.667 209 321.667 206 327.667 202.666 358 212.333 368 226.667 369.334 234.333 366.334 240.666 355 237.333 326.667"/><path class="cls-51" d="M233.33349,299.667l-1.7363-.7236L233,282.6665,230,281l-20,3-1,3,1.68989,13.7617L208.33349,303,209,321.667,215,325l14-.333L233.667,320ZM215,296.667l-2.04391,1.9414-1.6226-10.2749,2-1,16-3,1,1.6665-1.2647,11.8896-3.7353-1.5566Z"/><polygon class="cls-53" points="229 366 229 357 221.25 355.5 213 358.25 213.5 365.25 221 367 229 366"/></g><g id="LampLit"><polygon class="cls-51" points="237.333 372 238 367.333 232 363.333 210.333 362.667 203.667 367.667 205.333 372.667 218 377 231.333 375.667 237.333 372"/><polygon class="cls-52" points="237.333 326.667 231.333 317 218.666 314.667 209 321.667 206 327.667 202.666 358 212.333 368 226.667 369.334 234.333 366.334 240.666 355 237.333 326.667"/><path class="cls-51" d="M233.33349,299.667l-1.7363-.7236L233,282.6665,230,281l-20,3-1,3,1.68989,13.7617L208.33349,303,209,321.667,215,325l14-.333L233.667,320ZM215,296.667l-2.04391,1.9414-1.6226-10.2749,2-1,16-3,1,1.6665-1.2647,11.8896-3.7353-1.5566Z"/><polygon class="cls-53" points="229 366 229 357 221.25 355.5 213 358.25 213.5 365.25 221 367 229 366"/><path class="cls-54" d="M282,348.001a59.66675,59.66675,0,1,1-59.66651-59.6675A59.66678,59.66678,0,0,1,282,348.001Z"/><circle class="cls-55" cx="221.99949" cy="350.667" r="23.333"/></g><g id="Briana"><polygon class="cls-56" points="499.5 435.25 504.5 459.125 506.333 471.667 505.333 479.667 492 489.75 488 492.25 486 493.75 479.25 495.75 477.75 498.25 477.25 501 492 504.25 500 501.5 510.75 495.5 513.125 496.25 520 493 521.667 487 519 476.333 520 451 520.5 436.75 499.5 435.25"/><polygon class="cls-56" points="545.5 426.25 553 451.875 551.25 463.813 544 477.281 541 481.5 541 487 546.25 488 557.25 482.75 564.5 471.25 566.5 464 569.5 459 568 452.75 564.75 444.75 562.75 443.75 561 416 545.5 426.25"/><polygon class="cls-57" points="502 325.25 496.25 365 490.75 434.25 506.25 440.25 518.25 440 526.75 432.25 528.75 422 525.75 397 524.5 374.5 530.5 403.75 541.75 428 555 429.5 560.5 421.75 565 408.5 564.5 398 555 364.75 544.25 332 542 321.5 540 319.5 502 325.25"/><polygon class="cls-58" points="541 320 540.5 325.25 517 331.25 502 325.25 502.667 320.5 541 320"/><polygon class="cls-59" points="499.333 209.917 498 220.542 499 223.355 499.166 225.677 498.833 232.172 503.5 242.002 507.5 245.375 511.25 246.125 511 251 508.5 252.5 516.666 264.667 524.333 265.167 531.333 252.333 527.166 250.167 525.666 246.833 527.25 237.167 533 233.167 533 219 514 202.167 499.333 209.917"/><polygon class="cls-60" points="506.562 224.438 503.625 225.438 502.417 225.333 502.25 222.875 503.875 222.188 506.562 224.438"/><polygon class="cls-60" points="520.333 224.292 517.291 225.75 515.666 225.833 515.917 222.25 520.333 224.292"/><polygon class="cls-61" points="511 246.167 515.375 247.75 519.375 246.75 521.375 243.875 514.875 245.875 511 246.167"/><polygon class="cls-61" points="531.625 227 529.5 225.688 527.875 228.531 528.25 230.641 527.25 232.383 530.125 232.004 530.25 229.502 529.5 228.439 529.75 227 531.625 227"/><path class="cls-62" d="M566.167,343.333l-5.5-10.833-2.5-5-1.06741.7998L557,327.333,545.333,318l-5,10.667,1.334,12.666L555.333,348,559,346.667l-.75781-7.3252,2.09081,4.4912,1.834,18.5.5,10.834,2.833,3,4.333-2.667.667-16.333Zm1.833,27.5L567,373l-2.167-.667L564,363.5,562.333,349,561,341.167l-3.16411-5.7529-.625-6.0401L559.5,334.667l5.167,8.833,3.666,14.333Z"/><polygon class="cls-59" points="554.833 310.667 550.167 308.834 547.167 310.5 543.5 318.5 551.333 328.667 553 329.834 555.667 330.167 559.333 327.834 561.833 326.334 566.833 321.5 564 313.5 554.833 310.667"/><polygon class="cls-59" points="494 342.5 497.5 347.333 496.667 352.667 496 358.833 495 359.167 493.333 357.833 493 353.5 493.5 352 492.5 350.667 490.833 353.5 490.5 361.5 492.667 365 495 369.667 494.333 371.167 494.167 372.5 492.167 372.333 487.167 369 483.167 357.833 486.167 344.333 494 342.5"/><polygon class="cls-61" points="552.375 313.125 551 312 548.375 314.375 545.625 320.25 546.375 320.375 552.375 313.125"/><polygon class="cls-61" points="554.25 317.5 553 317.125 547.25 323.375 547.75 324 553.375 319.375 554.25 317.5"/><polygon class="cls-61" points="556.667 322.083 556.751 323.583 553.251 327.083 550.917 328.333 550.417 327.25 553.834 323.75 556.667 322.083"/><polygon class="cls-63" points="494.833 259.833 492 265.667 489.833 280.667 482.167 302 477.833 323.834 481.333 333.834 483.833 339.667 485.333 344.334 491.833 345.667 494.833 343.834 495.833 336.5 499.333 332.167 502.833 324.5 510.25 323 516.75 325 521.75 324.5 525.666 324.834 532 323.75 539 321 540.333 320.5 542.666 312.667 546.166 295.167 548.833 294.167 553.166 310.167 556 312.334 561 315.334 563.666 323.667 561.833 326.334 564 326.167 568.333 321.5 569.166 317.834 575 310.834 572.5 300.5 562.833 279.167 548.333 259 540 254.833 521.333 265.167 502 257.333 494.833 259.833"/><polygon class="cls-64" points="521.417 224 520.084 223.75 519.501 222.917 516.5 221.5 514.001 222.75 513.167 224.25 513.834 223.917 514.298 223.826 514.417 225.083 515.333 225.833 516.958 225.75 517.625 224.125 516.833 222.833 520.167 224.458 521.417 224"/><polygon class="cls-64" points="506.917 224.5 505.501 222.333 502.501 221.25 501.084 221.75 499.751 223.5 500.687 223.063 500.625 223.938 501.312 225.125 503.041 225.458 503.708 224 503.267 222.737 505.001 223.5 506.917 224.5"/><polygon class="cls-64" points="507.501 221.75 507.251 220.583 504.584 217.833 501.584 216.833 500.417 217.417 499.667 219.833 501.501 218.583 503.334 218.75 506.417 221.667 507.501 221.75"/><polygon class="cls-64" points="521.084 219.833 517.917 218.5 515.751 218.917 513.501 220.417 511.917 220.833 511.417 220.167 512.001 219.167 515.584 216.833 518.751 216.917 520.667 218.75 521.084 219.833"/><polygon class="cls-61" points="510.25 224.25 508.583 223.167 508.083 223.75 507.083 228.583 506.583 229.75 507.417 231.417 510.333 232.083 510.5 231.417 512.667 230.167 513.5 229.167 513.25 228.167 511.667 227.5 510.25 224.25"/><polygon class="cls-62" points="515.083 237.083 512.333 235.083 509.333 234.917 507.666 235.333 506.916 236.667 506.333 236.167 506.083 236.833 506.416 237.417 509.166 237 515.083 237.083"/><polygon class="cls-61" points="513.583 238.667 512.833 238.167 507.916 238.25 507.583 239 510 240.167 511.916 240 513.583 238.667"/><polygon class="cls-62" points="531.5 224 529 223.417 526.916 227.167 526.083 224.167 524.166 222.25 524.416 220.417 523.083 218.583 522.166 215.5 521.416 212.417 518.583 210.75 517.416 211.333 515.083 209.333 509.75 208.333 505.333 208.583 504.333 210.167 501.666 209.583 501.416 211.333 499.5 212.25 497.916 212 497.083 209.5 498.5 207 500.75 206.167 500.25 205.583 501.5 203.583 508.5 202.333 531.5 212.75 538 224 534 235.167 527.166 238 526.416 237.417 526.916 233.667 530.416 233.583 533.916 229.917 531.5 224"/><polygon class="cls-65" points="529.333 236.875 532 232.417 532 226 528 217.5 518.833 207.75 508.167 204.917 500.333 206.25 498.5 207 497.75 208.667 498.167 204.583 505.167 200 516.083 195.917 521.583 196.667 529.667 202.333 526.25 193.917 528.583 190.583 536.75 199.417 540.25 194.417 542.417 199 542.583 208.833 538.75 214.25 540 225.083 537.916 233.083 531.333 239.083 527.5 238.083 529.333 236.875"/><polygon class="cls-66" points="540.416 199.75 539.166 207.167 537.833 207.667 536.166 203.75 536.75 199.417 535.86 201.513 534.353 198.406 530.677 195.037 532.083 200 534 200 534.599 204.486 534.416 204.917 537 211.083 540.25 208.917 541.25 202.5 540.416 199.75"/><polygon class="cls-65" points="532.25 249.438 529.125 250.156 521.687 263.828 514.656 257.789 507 251 502 251 495 257.688 494.375 261 502 261 515.125 266.375 518.25 268.75 515.375 277 515.125 281 528 292.5 532.875 292.25 532.625 290.125 526.5 277.875 526.125 274.125 534 285.125 539.375 288.25 540.625 287 537.75 278.25 531.375 264.875 537.875 262.875 542.75 257.5 543.25 253.625 539.25 252.25 535.5 251 533.5 249.5 532.25 249.438"/><polygon class="cls-66" points="521.875 268.125 520.25 269.125 522.125 278.125 528.125 283.625 530.25 285.125 526.5 277.875 526.125 274.125 535.625 279.5 531.375 271.75 526.375 269 521.875 268.125"/><polygon class="cls-67" points="495 265.75 493.333 269.625 495.834 278.396 491.332 290.364 491.501 294.183 495.665 305.175 497.834 321.171 501.833 324.333 507.833 324.833 514.5 324.5 504 319.667 499.666 307.333 496.25 299.5 495 291.75 498 279.167 498 277 495 269.667 495 265.75"/><polygon class="cls-67" points="529.667 324.167 527.5 314.833 531 311.333 534.833 313.667 534 321.5 539.833 316 541.333 318.5 539.667 322.333 532.333 324.5 529.667 324.167"/><polygon class="cls-63" points="506.312 484.875 500.375 484 499 484 497.125 485.5 497.5 486 503.625 486.5 496.875 491 492.5 489.25 491.5 489.125 489.375 490.625 489.625 491.5 496.5 494.25 498 494.375 507.25 487.5 507.375 486.125 506.312 484.875"/><polygon class="cls-63" points="551 462 559 462 559.75 462.875 556.375 470.875 555.25 471.375 547.25 470.5 547.125 469.75 548 468.125 550.125 468.25 555.5 468.5 557.375 464 551 464 550.625 463.25 551 462"/></g><g id="SettingFore"><polygon class="cls-68" points="768 384.334 726.999 391.668 666.999 418.334 624.332 441.001 550.332 468.334 537.665 486.334 539.665 522.334 668.332 576 768 576 768 384.334"/><polygon class="cls-69" points="678.166 576 539.417 522.334 534 529 534 576 678.166 576"/><polygon class="cls-10" points="636 460 620 460 613.664 488.334 653.664 511 710.997 514.334 729 508.5 636 460"/><polygon class="cls-70" points="729 508.5 740.5 496.5 737 479 712.5 449 663.5 435.5 633.5 440 630 465.5 651 496.5 696.5 509.5 729 508.5"/><polygon class="cls-49" points="768 514 729 523 697.5 576 768 576 768 514"/><polygon class="cls-10" points="734.998 391.834 722.998 406.417 758.331 427.042 768 428.334 768 404 734.998 391.834"/><polygon class="cls-71" points="768 346.332 755.664 348.999 749.664 374.999 735.664 389.665 736.33 402.999 768 417.665 768 346.332"/><polygon class="cls-72" points="713.668 508.332 681.668 448.332 647.001 445.665 630 465.5 651 496.5 696.5 509.5 713.668 508.332"/><polygon class="cls-49" points="0 0 0 93.5 93.668 84.999 119.002 92.333 117.002 576 183 577 183 0 0 0"/><path class="cls-49" d="M488.93749,456.5,361.375,500l.375,76H503l6.46879-113.5ZM385,551l9.81449-3.1729.5888,21.1788L384.124,572.9023Zm70.98629-2.9229-27.0615-11.2753L484,519l-1.75491,20.0059Z"/><polygon class="cls-49" points="263 560 263 576 334.5 576 277 554.5 263 560"/></g><g id="Door1Closed"><polygon class="cls-73" points="95 576 93.668 84.999 0 92.333 0 576 95 576"/><polygon class="cls-74" points="117.002 576 119.002 92.333 93.668 84.999 95 576 117.002 576"/><polygon class="cls-75" points="0 138 73 130 75 323 0 325 0 138"/><polygon class="cls-75" points="0 360 72 361 75 576 0 576 0 360"/><polygon class="cls-18" points="63.999 344 46.666 340 40.666 362.667 49.999 380 68.666 375.334 73.333 362 80.666 361.334 79.999 352 71.333 353.334 63.999 344"/></g><g id="Door1Open"><polygon class="cls-73" points="16 576 13 82 0 92.333 0 576 16 576"/><polygon class="cls-74" points="37.002 576 39.002 92.333 13 82 15 576 37.002 576"/></g><g id="Gradient"><rect class="cls-76" width="769" height="576"/></g></g><desc>This is the Captain's Quarters.</desc></svg> <<toggleLayer "Door1Open" false "" "">> <<toggleLayer "Door1Closed" true "" "">> <<toggleLayer "PuffyShirt" $puffyShirt "A puffy shirt hangs on a peg." "">> <<set _bread to $breadDoor>> <<set _oppBread to !_bread>> <<toggleLayer "Door2Open" _bread "The Bread Room door is open." "">> <<toggleLayer "Door2Closed" _oppBread "The Bread Room door is closed." "">> <<set _magazine to hasVisited("The Magazine")>> <<set _oppMag to !_magazine>> <<toggleLayer "Door3Closed" _oppMag "The door to the Magazine is closed." "">> <<toggleLayer "Door3Open" _magazine "The door to the Magazine is open." "">> <<set _oppDrawer to !$drawer>> <<toggleLayer "DrawerOut" $drawer "The drawer to the Captain's Desk is open." "">> <<toggleLayer "DrawerClosed" _oppDrawer "" "">> <<set _oppChest to !$chest>> <<toggleLayer "ChestOpen" $chest "The chest in the corner is open." "">> <<toggleLayer "ChestClosed" _oppChest "" "">> <<set _oppLamp to !$lamp>> <<toggleLayer "LampLit" $lamp "The lamp on the desk is lit." "">> <<toggleLayer "LampUnlit" _oppLamp "The lamp on the desk is unlit." "">> <<set _marque to !$Documents.includes("Letter Of Marque")>> <<toggleLayer "Letter" _marque "The letter of Marque is secured to the wall." "">> <<if !hasVisited("Talk To Sons Of Liberty")>> <<toggleLayer "Smuggler" $smuggler "Benny stands next to you." "">> <<else>> <<toggleLayer "Smuggler" false "" "">> <</if>>
[[Look Above The Desk]] [[Open The Desk Drawer][$drawer to true]] [[Oil Lamp]] <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
<<set $lastScene to passage()>> <<if hasVisited("Whale Oil Container") && hasVisited("Flint") && hasVisited("Fire Starter")>> @@.fade-in;// Ok! Looks like I got everything here...//@@<br><br> <<else>> @@.fade-in; //Oooh. Jackpot!//@@<br><br> <<if !hasVisited("Whale Oil Container")>> [[Container Of Whale Oil|Whale Oil Container]] <</if>> <<if !hasVisited("Flint")>> [[Flint]] <</if>> <<if !hasVisited("Fire Starter")>> [[Fire Starter]] <</if>> <</if>> <<set $footerDisplay to "[[Back|The Captain's Quarters][$currentI to 'Captain Background']]">>
<<set _temp to [ 'Ah, the captain\'s bed!', "Can never resist a good bed...", "...the bunks they have for us in the hold are puny...", '...always have to sleep on my side...', '....and Lasarus\'s snoring could wake a dead whale...', "This //is// tempting...<br><br><<if !$attack>><<button [[Take a Nap]]>><</button>><<else>><<button [[Look Under The Bed]]>><</button>><</if>><<button [[Keep Looking Around|The Captain's Quarters]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
<<PickUp "Puffy Shirt" false false>> <<set $lastScene to "The Captain's Quarters">>
@@.fade-in;// Ooooh whale oil... made from whale brains! Nasty work, but effective! This could be handy...it's a lubricant, it's flammable, and so much more!//@@<br><br> [[Take The Container Of Whale Oil|Take The Whale Oil]] <<set $footerDisplay to "[[Back|Chest In The Corner]]">>
“Are you not impressed?" <br>--Captain Dudingston <br><br> <<set $footerDisplay to "[[Back|Look Above The Desk]]">>
“Just remember: impressment is temporary; marriage is forever..." <br>––Captain Dudingston <br><br> <<set $footerDisplay to "[[Back|Look Above The Desk]]">>
“Impressment makes the heart grow fonder..." <br>--Captain Dudingston <br><br> <<set $footerDisplay to "[[Back|Look Above The Desk]]">>
<<set $imageOfThingToExamine to "<img src='images/episode-3/Impressment.png'/>">> <<set $textOfThingToExamine to "<h2>Three Steps to Impressment</h2><hr> 1) Identify an unwitting sailor (a relatively easy task).<br> 2) Ask them nicely to join the Navy!<br> 3) If that fails, remind them that they'll be hanged if they don't come with you. <br><br> FAQ:<br><br> <b>Q:</b> Can you grab just anyone or do they have to be British?<br> <b>A:</b> You should techincally ask for their papers, but who's going to challenge you? Being powerful is awesome.<br><br> <b>Q:</b> How long can I keep them (my impressed sailors)?<br> <b>A:</b> As long as you want! After a while impressed men usually run away, but remember you can always just get more! The next ship you see will be your own sailor salad bar!">> <<include examineDisplay>> <<set $lastScene to "Look Above The Desk">>
<<set $footerDisplay to "[[To The Galley|The Galley]][[To The Captain's Quarters|The Captain's Quarters]]">> <<if hasVisited("Talk To The Captain") && !hasVisited("GaspeePartII")>> <<goto "GaspeePartII">> <</if>> <<if hasVisited("Talk To The Captain") && !hasVisited("GaspeePartII")>> <<goto "GaspeePartII">> <</if>> <<if !$attack>> [[Talk To Lasarus]] [[Sailors Napping]] [[Barrels Of Molasses]] [[The Drips]] <<if hasVisited("Place Mug On Table") && !hasVisited("Take The Mug Full Of Water") && $timePassed && !$inventory.includes("Empty Mug")>> [[Take The Mug Full Of Water]] <<else>> <<if hasVisited("Place Mug On Table") &&!$inventory.includes("Empty Mug") && !$inventory.includes("Mug Full Of Water") && !$inventory.includes("Mug Full Of Molasses") >> [[Take The Empty Mug]] <</if>> <</if>> <<if !hasVisited("Rope")>> [[Rope]] <</if>> <<else>> [[Barrels Of Molasses]] [[The Drips]] <<if hasVisited("Talk To Sons Of Liberty") && !hasVisited("End Colonial Convo")>> @@.differentVisited;[[Talk To Sons Of Liberty Again|Talk To Sons Of Liberty]]@@ <</if>> <<if !hasVisited("Rope")>> [[Rope]] <</if>> <</if>> <<if hasVisited("Wake Up Smuggler")&& !hasVisited("Lower Dudingston")>> <<goto "Lower Dudingston">> <</if>> <<if $attack and !hasVisited("Talk To Sons Of Liberty")>> <<goto "Talk To Sons Of Liberty">> <</if>> <<if hasVisited("End Colonial Convo") && !hasVisited("Give Logbook") && $attack && !hasVisited("Take The Captain")>> [[Deliver Evidence To The Sons Of Liberty|GiveAbrahamLogbook]] <</if>>
<<set $footerDisplay to "[[To The Captain's Quarters|The Captain's Quarters]]">> [[Examine The Magazine]] <<if !$inventory.includes("Horn Of Gunpowder")>> [[Take The Horn of Gunpowder|Take Horn of Gunpowder]] <</if>> <<if !hasVisited("Musket Repair Kit")>> [[Take The Musket Repair Kit|Musket Repair Kit]] <</if>> <<set $satchelFlash to false>>
<<set $footerDisplay to "[[To The Captain's Quarters|The Captain's Quarters]]">> <<if !hasVisited("Pour Water On The Brazier") && !$attack && ($inventory.includes("Mug Full Of Water") || $inventory.includes("Mug Full Of Molasses"))>> <<set $satchelFlash to true>> <</if>> <<set _temp to [ "@@.jump;BANG!@@", "<<goto 'BANG!'>>", ]>> <<set _temp2 to [ "@@.jump8ths;BANG! BANG!@@", "<<goto 'BANG! BANG!'>>", ]>> <<set _temp3 to [ "@@.jump8ths;BANG! BANG! BANG! BANG!@@", "<<goto 'BANG! BANG! BANG! BANG!'>>", ]>> <<if !$attack>> <<if !hasVisited("Pour Water On The Brazier")>> <<if !hasVisited("BANG!")>> <<Rep _temp>> <<else>> <<if hasVisited("BANG! BANG!")>> <<if !hasVisited("BANG! BANG! BANG! BANG!")>> <<Rep _temp3>> <</if>> <<else>> <<Rep _temp2>> <</if>> <</if>> <</if>> <<else>> <<set _tempSmug to [ "<b>Briana:</b> Wake up, smuggler! It's time to go!", "<<goto 'Wake Up Smuggler'>>", ]>> <<if !hasVisited("Wake Up Smuggler")>> <<set $satchelFlash to false>> <<Rep _tempSmug>> <</if>> <</if>> [[Hardtack]] [[Brazier]] <<if hasVisited("Place Mug On Table")>> <<set $timePassed to true>> <</if>>
<<set $footerDisplay to " <<if $attack && !hasVisited(\"Give Shirt Strips\")>> [[Climb the Ladder To the Upperdeck|Talk to Injured Lieutenant Dudingston]] <<elseif $attack && hasVisited(\"Give Shirt Strips\")>> [[Climb the Ladder To the Upperdeck|The Bow]] <<elseif !$attack && hasVisited('Pour Water On The Brazier')>> [[Climb the Ladder To the Upperdeck|The Bow]] <<elseif !$attack && !hasVisited('Pour Water On The Brazier')>> [[Climb the Ladder To the Upperdeck|ForgotBenny]] <</if>> [[To The Hold|The Hold][$currentI to 'Hold Background']] ">> <<set _tempDudPain to [ "<b>Medic:</b> Clean bedding!!", "Clean rags!!", "Does anyone have clean clothes for bandages???", "Please?!", "The Captain can\'t bleed like this for much longer!", "<b>Dudingston:</b> Ahhh Ooooh! That hurrrrrts, you fool!", "<<goto 'Talk to Injured Lieutenant Dudingston'>>", ]>> <<if (hasVisited("Take The Captain") || hasVisited("EndDud")) && !hasVisited("GoGeorge")>> <<goto GoGeorge>> <</if>> <<if !$attack>> <<if !hasVisited("Talk To The Cook")>> [[Talk To The Cook]] <<else>> <<if !hasVisited("Take The Raisins")>> [[Take The Raisins From Milo|Take The Raisins]] <</if>> [[Can I hear a riddle before I go?]] <</if>> [[Available Ingredients]] [[Examine The Fire]] <<if !hasVisited("Take The Mug")>> [[Mug On The Table]] <</if>> [[Boiling Pot Of Water]] <<else>> <<if !hasVisited("EndDud")>> <<if hasVisited("Offer Your Assistance") && !hasVisited("Take The Captain")>> [[Offer Your Assistance]] [[Glory In Dudingston's Downfall|Glory In His Downfall]] <<elseif !hasVisited("Take The Captain")>> <<Rep _tempDudPain>> <</if>> <</if>> <</if>> <<if hasVisited("Talk To The Captain") && !hasVisited("GaspeePartII")>> <<goto "GaspeePartII">> <</if>> <<if hasVisited("Place Mug On Table")>> <<set $timePassed to true>> <</if>>
@@.fade-in;//Several barrels appear to be full of molasses... Looks tasty... If only I had something to put this in...//@@<br> <<set $footerDisplay to "[[Back|The Hold][$satchelFlash to false]]">> <<if $inventory.includes("Empty Mug")>> <<set $satchelFlash to true>> <</if>>
<<if $chain is true && hasVisited("FireNode") && !hasVisited("Refuse To Burn The Ship")>>@@.fade-in;//Oh no! I forgot about George!!//@@<br><br> <<elseif hasVisited("FireNode")>>@@.fade-in;<b>Briana:</b> Let's get out of here!@@<br><br><</if>> <<set $footerDisplay to "[[To The Bow|The Bow][$satchelFlash to false]]">> <<if !$attack>> <<if hasVisited("George Done")>> @@.differentVisited;[[Talk To The Captain]]@@ <</if>> [[Sailors Playing Instruments]] [[The Poop Deck]] <<else>> [[Talk To The Musicians]] <<if $lastScene is "SecondBeckon" || $lastScene is "TheSternBurn" || !hasVisited("Talk To Men Laying Combustibles") >> <<goto 'Talk To Men Laying Combustibles'>> <<elseif !hasVisited("FireNode")>> @@.differentVisited;[[Talk To Men Laying Combustibles]]@@ <</if>> <</if>> <<if hasVisited("Place Mug On Table")>> <<set $timePassed to true>> <</if>> <<if hasVisited("End Colonial Convo") && !hasVisited("Give Logbook") && $attack && hasVisited("Take The Captain")>> [[Deliver Evidence To The Sons Of Liberty|GiveAbrahamLogbook]] <</if>>
<<set $footerDisplay to " <<if hasVisited('FireNode') && !$chain>> [[Leave The Boat|Beach Transition]] <<else>> <<if $attack && hasVisited(\"GetOutOfHere\")>>[[Climb Up To The Crow's Nest|The Crow's Nest]]<<else>>@@.differentVisited;[[Climb Up To The Crow's Nest|The Crow's Nest]]@@<</if>> <<if !hasVisited(\"FireNode\")>>@@.differentVisited;[[To The Stern|The Stern]]@@<<else>>[[To The Stern|The Stern]]<</if>> [[Climb Down to the Galley|The Galley]] <</if>> ">> <<if !$attack>> <<if hasVisited("WilsonOpen")>><<if hasVisited("CaughtYou") && hasVisited("TryEscape") && hasVisited("Plans") && hasVisited("ImpressmentRevisited")>>[[Talk To Wilson|WilsonQuestions]]<<else>>@@.differentVisited;[[Talk To Wilson|WilsonQuestions]]@@<</if>><<else>>[[Talk To Wilson|WilsonOpen]]<</if>> [[Listen To The Singing Coming From The Crow's Nest][$libertyCounter to 0]] [[Buckets]] <<else>> <<if !hasVisited("George Freaking Out")>> <<if !hasVisited("Flint Swing") && !hasVisited("FlintAndFire") && !hasVisited("PickTheLock")>> [[Screams From Above]] <</if>> <</if>> <</if>> <<if hasVisited("Place Mug On Table")>> <<set $timePassed to true>> <</if>> <<if (hasVisited("Flint Swing") || hasVisited("FlintAndFire") || hasVisited("PickTheLock")) && hasVisited("FireNode")>> <<goto LeaveNow>> <<elseif $attack && !hasVisited("Talk To Men Laying Combustibles")>> <<goto 'TheSternBurn'>> <<elseif (hasVisited("Flint Swing") || hasVisited("FlintAndFire") || hasVisited("PickTheLock")) && !hasVisited("SecondBeckon")>> <<goto 'SecondBeckon'>> <<elseif !hasVisited("FireNode") && $attack && hasVisited("TheSternBurn")>> @@.fade-in;<br>//Flammable things... flammable things... I bet there're all sorts of flammable things down below...//@@<br><br> <<elseif $attack && !hasVisited("Flint Swing") && !hasVisited("FlintAndFire") && !hasVisited("PickTheLock")>> @@.fade-in;<br>//George, hold on, buddy!!//@@<br><br> <</if>>
<<set $footerDisplay to "[[Climb Down To The Bow|The Bow][$satchelFlash to false]]">> <<if !$attack && !hasVisited("George Happy") && hasVisited("Talk To George") && ($inventory.includes("Raisins") || $inventory.includes("Hardtack Soaked In Molasses") || $inventory.includes("Boiled Hardtack"))>> <<set $satchelFlash to true>> <</if>> <<set _temp to [ '<b>George:</b> My savior!! ', '<b>George:</b> Briana, you did it!! ', '<b>Briana:</b> Indeed I did!', "<<goto GetOutOfHere>>", ]>> <<if !$attack>> <<if !hasVisited("George Done")>> [[Dang Dinghy!|Talk To George]] <<else>> <<if !hasVisited("Wilson Done")>> [[Talk To George Some More|George Happy]] <</if>> <</if>> [[The Crow's Nest|NamedCrow]] <<else>> <<if $inventory.includes("Horn Of Gunpowder") && $attack && hasVisited("George Freaking Out") && !hasVisited("Pour The Horn")>> <<set $satchelFlash to true>> <<elseif !$inventory.includes("New Spring") && !$inventory.includes("Small File") && ((!$inventory.includes("Flint") && $inventory.includes("Horn Of Gunpowder")) || ($inventory.includes("Flint") && !$inventory.includes("Horn Of Gunpowder")) ) && $attack && $chain>> @@.fade-in;//I need to look around. There's got to be something I can do for George.//@@<br><br> <</if>> <<if (hasVisited("Pour The Horn") && ($inventory.includes("Flint") || $inventory.includes("Fire Starter"))) || $inventory.includes("New Spring") || $inventory.includes("Small File")>> <<set $satchelFlash to true>> <</if>> <<if !$chain>> <<if hasVisited("GetOutOfHere")>> <<goto "GetOutOfHere">> <<else>> <<set $satchelFlash to false>> <<Rep _temp>> <</if>> <<else>> @@.differentVisited;[[George Freaking Out]]@@ [[Chain Connected To The Mast]] <</if>> <</if>> <<if $debug>> DEBUG [[Flint Swing]] <</if>>
<<set _temp to [ '<b>Briana:</b> Hey, Milo! ', '//Milo is whistling, and then coughing, and then whistling…//', '<b>Briana:</b> Milo!', '//Milo continues whistling…//', '<b>Briana:</b> What\'re you making?', '//He keeps whistling, but does look over at you.//', "//Milo is boiling two huge pots of hardtack. He's also counting and portioning out a mound of raisins on his cutting board.//", '<b>Briana:</b> Hello?', '<b>Milo:</b> Hey, leave me alone. Can\'t you see I\'m whistling and counting??!', '//Milo resumes whistling.//', '<b>Briana:</b> Did Wilson get on you again about stealing raisins?', '<b>Milo:</b> I would never!!! //He lowers his voice.// Well, maybe...just a few at a time. But it really is NO fun around here anymore.', "They\'ve warned me. If they don\'t hear me whistling while I count these raisins, they\'ll be up me bum with:", "‘Open your mouth! Show me the raisins!\'", "They\'ll look in my pockets, in my shoes, make me undress... It\'s quite unpleasant!!", '<b>Briana:</b> I\'ve never tried to eat raisins and whistle at the same time. I bet it\'s pretty hard.', '<b>Milo:</b> It\'s very hard. Spent a heck of lot of time in my bunk trying to master the technique. I can\'t quite get it.', "<b>Briana:</b> Well, can I get MY ration?", "That is, if you can whistle and hand me raisins at the same time. Don\'t want to challenge you too much.", "Don\'t want you to pull a muscle or anything.", '//Milo scowls at you and hands you a small pile of raisins.//', "<<goto 'The Galley'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Galley]]">>
/*Meet Captain, steering the ship using a tiller. If you have not yet talked to George, the Captain will not want to talk to you. You are a lowly sailor. Conditionals: 1st time: He'll just ignore you if you try to talk to him and grunt in response. The 2nd time you pester him, he’ll tell you to get back to work. The 3rd time he'll tell you to leave him alone. The 4th time he'll throw you off the boat, and you'll have to start the scene over. */ <<set _temp to [ "<b>Briana:</b> Aren't you worried at all, just sitting here like this?", "<b>Dudingston:</b> What am I going to do, Briana? You were out there... the ship won't move.", "<b>Briana:</b> It's just that you've racked up a fair number of enemies lately... All those fishing boats and packet ships you searched that had no contraband...", "Nobody likes to be treated like they're guilty when they haven't done anything wrong.", "<b>Dudingston:</b> Ah, should we just politely ask who's carrying stolen or unregistered goods, and see who raises their hand?", "I didn't //tell them// to break up their contraband into small quantities, then load it onto their smallest boats.", "They made //everyone// look guilty—even the smallest vessels. So now I'm searching everyone.", "<b>Briana:</b> Well, sir, I think you're making yourself look like the enemy.", "//Dudingston pauses for a moment.//", "<b>Dudingston:</b> You know I'm NOT the enemy, Briana. I'm just doing my job.", "<b>Briana:</b> Well, then who made me work for you?", "Who tore me away from my job and my friends in Boston?", "<b>Dudingston:</b> The King. //He// issued the Letter of Marque. We needed a crew to enforce his laws and so we pressed one into service on //his// behalf.", "<b>Briana:</b> Well, you tell yourself whatever you want.", "Most of the crew //hates you// for pressing them into service. The merchants hate you for taking their rum. But as much as I thought I would, I don't hate you.", "I'm not sure I like you either. Jury's still out.", "Your saving grace is that by harassing all these smugglers and taking their molasses, we've actually been slowing down rum production in Rhode Island quite a lot.", "When there's less rum to trade, there are fewer enslaved people to exchange for that rum, and ultimately fewer enslaved people to sell. ", "I know //you're// only doing this for the money, but I can appreciate the side effects.", "<b>Dudingston:</b> You wound me. Profits are not the //only thing// that I live for.", "And I'm not some dullard; I //understand// the implications of what we're doing out here.", /* "<b>Briana:</b> At least you pay us. I\'m making more money now than I ever have;", 'And you feed us regularly; ', "Other than hitting that sand bar today, you\'ve had a pretty impressive run as Captain catching smugglers.", "But you\'ve got to ASK people if they //want// to join you, Dudingston. You can\'t just TAKE us.", "We had lives back home.", */ " <b>Dudingston:</b> You try doing this job. It's not easy being the captain.", "I deal with hard men, Briana. They can't be asked politely. I take what I want because cajoling doesn't work.", "<b>Briana:</b> Well, when your only way of dealing with people is to beat them into submission, you're just asking for someone to find a way to beat you back.", "//You look around nervously.// I just hope we get the ship moving again soon.", "<<if hasVisited(\"George Done\")>><<goto GaspeePartII>><<else>><<goto \'The Stern\'>><</if>>", ]>> <<Rep _temp>> /*"I like //some things// about this life, sir, and I also think you often take it too far.", '<b>Dudingston:</b> They say the same thing about every privateer, my dear. They call us pirates, but my Letter of Marque says otherwise!', '<b>Dudingston:</b> What were you doing up there? ', '<b>Briana:</b> I was talking with George. We were remarking on the weather.', '<b>Dudingston:</b> Really… what did you learn? ', "<b>Briana:</b> That if you were hoping for a storm to float you off this sand bar, you\'re out of luck, I'm afraid.", "<b>Dudingston:</b> Thank you for your piercing insight.", "I'd concluded hours ago that we'll have to wait for high tide to wash us out of here.",*/ <<set $footerDisplay to "[[Back|The Stern]]">>
<i>From high above, George sings:</i><br><br> <<set _temp to [ "I am a man, not a crow!", "@@.rumbleShort;Let me off this windy throne!@@", "I did not deserve this solemn lot;", "@@.rumbleShort;It was //pressed upon me//, my soul to rot!@@", "<<set $libertyCounter++>><<goto \"Listen To The Singing Coming From The Crow's Nest\">>", ]>> <<set _temp1 to [ "This boat could sink, I\'d smile wide!", "@@.rumbleShort;Oh Duddy-pants you\'d run and hide!@@", "<<set $libertyCounter++>><<goto \"Listen To The Singing Coming From The Crow's Nest\">>", ]>> <<set _temp2 to [ "Let me out, let me down!", "Bring me low, you filthy clown!", "Let me out, let me down!", "Bring me low, to solid ground!", "<<if !$Songbook.includes('Filthy Clown')>><br><br><b>Briana:</b> Oooh, new material! Better write this one down...<br><<Entry 'Filthy Clown' 'The Bow' true>><<else>><<set $libertyCounter++>><<goto 'The Bow'>><</if>>", ]>> <<if $libertyCounter == 0>> @@.jump;<<App _temp>>@@ <</if>> <<if $libertyCounter == 1>> @@.jump;<<App _temp1>>@@ <</if>> <<if $libertyCounter == 2>> @@.jump;<<App _temp2>>@@ <</if>> <<set $footerDisplay to "">>
<<set _temp to [ "<<if !hasVisited('NamedCrow')>><b>Briana:</b> Hello, mate!<<else>><b>Briana:</b> You know, you're not looking so hot, George.<</if>>", "<b>George:</b> Damn dinghy!! Errrg…", "//George moans softly.//", "<b>Briana:</b> George, you ok? ", "<b>George:</b> I’m so hungry, Brie. I think I’m about to pass out. I don't know if I can survive up here any longer...", "<b>Briana:</b> <<if $inventory.includes(\"Hardtack\") || $inventory.includes(\"Boiled Hardtack\") || $inventory.includes(\"Raisins\") >>Uh, wait a minute, I may have something for you.<<set $satchelFlash to true>><<else>>Shoot. I don't have any food on me but let me see what I can find down below. Hang in there George! I'll be back.<</if>>", "<<goto \"The Crow's Nest\">>", ]>> <<set $footerDisplay to "[[Back|The Crow's Nest]]">> <<Rep _temp>>
<<PickUp "Horn Of Gunpowder">> <<set $lastScene to "The Magazine">>
//@@.fade-in; As you look into the fire, you feel your face grow warm and you become transfixed by the dancing flames and glowing red embers.@@<br> // <<set $footerDisplay to "[[Back|The Galley]]">>
<<PickUp "Hot Coal" false false>> <<set $lastScene to "The Bread Room">>
<<PickUp "Captain's Logbook" false true>> <<set $Documents.delete("Captain's Logbook")>> <<set $inventory.unshift("Captain's Logbook")>> <<set $lastScene to "The Captain's Quarters">>
<div class="fixed"><<include "Magazine With Horn Background">></div>
<div class="fixed"> <<if $smugglerGone>> <<include "Bread Room No Smuggler Background">> <<else>> <<include "Bread Room Start Background">> <</if>> <<set $currentI to "Bread Room 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:#5d462e;}.cls-3{fill:#d7c29e;}.cls-4{fill:#b08961;}.cls-5{fill:#947f52;}.cls-6{fill:#f8f4da;}.cls-7{fill:#ab8e54;}.cls-8{fill:#4c3218;}.cls-9{fill:#7e6552;}.cls-10{fill:#ab825e;}.cls-11{fill:#6e5539;}.cls-12{fill:#291e16;}.cls-13{fill:#442e1c;}.cls-14{fill:#221710;}.cls-15{fill:#78522f;}.cls-16{fill:#50381d;}.cls-17{fill:#2c150d;}.cls-18{fill:#1c160e;}.cls-19{fill:#473221;}.cls-20{fill:#6d6148;}.cls-21{fill:#5e4f32;}.cls-22{fill:#bc6112;}.cls-23{fill:#e8e2c5;}.cls-24{fill:#8a4508;}.cls-25{fill:#452102;}.cls-26{fill:#c8b26f;}.cls-27{fill:#381d08;}.cls-28{fill:#82a0b1;}.cls-29{fill:#556982;}.cls-30{fill:#a08b58;}.cls-31{mix-blend-mode:soft-light;fill:url(#linear-gradient);}.cls-32{fill:#170c06;}</style><linearGradient id="linear-gradient" x1="608" y1="288" x2="170" y2="288" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="1" stop-color="#2e3192"/></linearGradient></defs><title>2BreadMag</title><g class="cls-1"><g id="Magazine"><g id="Back"><rect class="cls-2" x="164" y="443" width="424" height="133"/><rect class="cls-3" x="164" y="78" width="429" height="383"/><polygon class="cls-4" points="528.57 118.6 530.07 313.59 594.57 115.6 528.57 118.6"/><polygon class="cls-5" points="586 125 481 462 529 523 608 538 608 123 586 125"/><polygon class="cls-6" points="608 165.67 587 173.67 550.33 311 572.33 318.33 608 195.67 608 165.67"/><polygon class="cls-6" points="608 287.67 593.67 334.33 608 339.67 608 287.67"/><polygon class="cls-7" points="459.58 127.6 461.67 362.86 296.05 346.59 290 357.95 290 102 277.58 106.6 279.98 376.76 272.09 391.58 280.12 391.77 280.58 444.08 290 452 290 392 461.97 396.04 462.58 465.08 472 473 472 123 459.58 127.6"/><polygon class="cls-8" points="478.5 472.5 411.58 508.58 356.09 507.08 342.59 493.58 294.59 511.58 174.59 529.58 171.59 454.58 478.5 472.5"/><polygon class="cls-8" points="504.58 493.58 460 517 459.58 540.08 426.58 558.08 405.5 576 588 576 504.58 493.58"/></g><g id="Mid"><polygon class="cls-9" points="446 138 433 133.67 431 124.33 459 119.67 446 138"/><polygon class="cls-9" points="359 137 346 132.67 344 123.33 372 118.67 359 137"/><polygon class="cls-9" points="250 135 237 130.67 235 121.33 263 116.67 250 135"/><polygon class="cls-9" points="539 139 526 134.67 524 125.33 552 120.67 539 139"/><path class="cls-10" d="M463.67,215.33l-16-6-12.67-1-3.35,7-16-6-12.67-1L399.33,216l9,6.33,2.24,25.61-14.39-.61-1.51-32-16-6-12.67-1L362.33,216l9,6.33,2.11,24-18.34-.77-1.43-30.27-16-6-12.67-1L321.33,216l9,6.33,1.95,22.31L317,244h-7.33l-4,4.33,2,10.67,18,2.67,8.08-.23,1.92,21.89,10.66,6L357,285.67l-1.18-24.86,18.83-.54,2,23.06,10.66,6L398,285.67l-1.23-26,14.79-.42,2.11,24.11,10.66,6L435,285.67l-1.28-27.08,9.76-.28,2.19,25,10.66,6L467,285.67Zm-30.41,33.56-1.55-32.62,8.62,6.06,2.36,27Z"/><polygon class="cls-10" points="404.33 157.17 399.5 160.42 415.67 185 372 185 337.33 158 331.67 162.67 340.33 186.67 326 182 323 155 311.83 153 304 159 304 190 325 198 476 198 483 194 475 159.33 456.67 165.33 429.33 174 404.33 157.17"/><polygon class="cls-11" points="608 129 446 126 358 127 249 122 174.33 125 187 0 608 0 608 129"/><path class="cls-12" d="M594.33,157.67,583.66,171,543,321l28,6.67L608,209V186.34L592.89,236h-5.47L608,169V152.34Zm-22.81,85.4,7.38.21-19.26,66.55-6-1.49Zm19.06.53-20.92,68.74L564.38,311l20.75-67.56ZM581,236h-7.55l16.87-61.66,10.47-6.72Z"/><polygon class="cls-12" points="608 261.17 587 335.08 608 341.67 608 334 599.66 330.33 608 295 608 261.17"/><path class="cls-12" d="M365,235.33l-4.86-.46.19-12.87L356,212.33l-9-5-10.67,1.34L333.67,212l3.66,5,6.34-1,4,10.33S350,285,351,286a58.13,58.13,0,0,0,5,3.67l3.33-2,.74-48.44L365,239Z"/><path class="cls-12" d="M404,235.33l-4.86-.46.19-12.87L395,212.33l-9-5-10.67,1.34L372.67,212l3.66,5,6.34-1,4,10.33S389,285,390,286a58.13,58.13,0,0,0,5,3.67l3.33-2,.74-48.44L404,239Z"/><path class="cls-12" d="M441,235.33l-4.86-.46.19-12.87L432,212.33l-9-5-10.67,1.34L409.67,212l3.66,5,6.34-1,4,10.33S426,285,427,286a58.13,58.13,0,0,0,5,3.67l3.33-2,.74-48.44L441,239Z"/><path class="cls-12" d="M475,235.33l-4.86-.46.19-12.87L466,212.33l-9-5-10.67,1.34L443.67,212l3.66,5,6.34-1,4,10.33S460,285,461,286a58.13,58.13,0,0,0,5,3.67l3.33-2,.74-48.44L475,239Z"/><polygon class="cls-13" points="475.83 246 472 245 328 245 315.33 242.67 311.67 245 312.67 253.33 316.33 255.33 330 258.33 475 255 477 252.67 475.83 246"/><polygon class="cls-12" points="400.33 171 390 182.33 371 186.67 356 180.33 337.33 158 343.67 154.33 354.33 167 368.67 166 379 157.33 392.67 161.67 400.33 171"/><polygon class="cls-12" points="404 157.33 427.33 181 447 189 459.67 182.67 465 175.67 459 165.33 449.67 160.33 437.33 169 424.67 168.67 407.67 154.33 404 157.33"/><path class="cls-13" d="M481.83,158.33l-6.75-1-7.7,3.5.16,5.17H330.22l.11-7.67L323,155l-2.67,3,.34,28.83L334.33,194H483ZM330,181l.13-9H467.72l.28,9Z"/></g><g id="Fore"><polygon class="cls-14" points="498.13 482.13 486.25 488.25 482.41 500.67 476.13 497.13 464.25 503.25 460 517 467.5 528.5 483.5 529.5 491 519 491 513.59 505.5 514.5 513 504 513 490.5 498.13 482.13"/><polygon class="cls-15" points="181 167 214 168 249 183 260 231 252 272 247 281 249 287 272 286 319 291 330 313 330 326 400 331 404 339 403 463 318 467 233 469 178 462 181 167"/><polygon class="cls-16" points="210 168 195 230 221 290 202 343 220 376 195 376 177 386 181 167 210 168"/><polygon class="cls-17" points="248.83 491.83 247.58 419.25 234.33 412 184 412 182.33 499 232.33 503 248.83 491.83"/><polygon class="cls-17" points="270 353 258 364.5 263.5 469 298 475 329 471.5 334 370.5 315.5 353 270 353"/><polygon class="cls-17" points="608 387 575 386 555 403 554 420 532 417 507 438 507 540 518 556 566 557 567 576 609 576 608 387"/><polygon class="cls-17" points="321.59 576 320.09 543.08 215.09 516.08 170.09 520.58 171.59 576 321.59 576"/><path class="cls-14" d="M461,449.62V436.5l-12.28-6.91L452,425V411.5l-14.88-8.38-8.25,4.26L432,403V389.5l-14.88-8.38-11.87,6.13L401,401l2.31,3.54-11.06,5.71L388,424l4.44,6.81-8.32-4.69-11.87,6.13L368,446l.11.17-9.86,5.08L354,465l7.5,11.5,16,1L385,467v-8.91l3.08.2L386,465l7.5,11.5,16,1,5.07-7.1,5.93,9.1,16,1L444,470V459.91l2.76.17L444,469l7.5,11.5,16,1L475,471V457.5Zm-42-36.46,4.95.31L421,423l3.41,5.23L419,425.18Zm-17.17,32.12L399,446.74v-11l4.47.28L401,444Zm28.44,3.14.37.56-.55-.31Zm1.73-13.7,2.07.13L432,441.53Z"/><polygon class="cls-18" points="477.5 470 351 464.5 350 468 349.5 477 353.5 480 474.5 486 477 482.5 478.5 472.5 477.5 470"/><polygon class="cls-19" points="608 78 534 128 538 138 565 139 608 112 608 78"/><polygon class="cls-19" points="608 0 568 0 529.27 40 445.26 40 473 0 439 0 413.87 39.4 317.92 34.21 334 0 303 0 288.4 32.98 189 29 181 51 279 54.21 249 122 251 135 271 134 308.06 55.17 401.85 58.24 358 127 359 136 378 137 432.03 59.08 509.97 59.93 446 126 446 138 467 139 546.8 60.33 608 61 608 43 566.98 40.44 608 0"/></g><g id="Briana"><polygon class="cls-18" points="494.87 498.01 500.17 523.36 502.12 536.67 501.06 545.16 486.9 555.86 482.66 558.51 480.54 560.11 473.37 562.23 471.78 564.88 471.25 567.8 486.9 571.25 495.4 568.33 506.81 561.96 509.33 562.76 516.62 559.31 518.39 552.94 515.56 541.62 516.62 514.73 517.15 499.61 494.87 498.01"/><polygon class="cls-18" points="542.69 499.46 550.65 526.66 548.79 539.33 541.14 553.63 538 558.1 538 563.94 543.53 565 555.18 559.43 562.87 547.23 564.98 539.53 568.16 534.22 566.57 527.59 563.12 519.1 561 518.04 559.14 488.58 542.69 499.46"/><polygon class="cls-20" points="497.52 381.26 491.42 423.45 485.58 496.95 502.03 503.32 514.77 503.06 523.79 494.83 525.91 483.95 522.73 457.42 521.4 433.54 527.77 464.58 538.67 502.33 554.67 504.67 566.28 498.35 571.05 484.29 563.86 458.48 553.77 423.19 542.36 388.43 539.98 377.28 537.85 375.16 497.52 381.26"/><polygon class="cls-21" points="538.91 375.69 538.38 381.26 513.44 387.63 497.52 381.26 498.23 376.22 538.91 375.69"/><polygon class="cls-22" points="494.69 258.85 493.27 270.13 494.33 273.11 494.51 275.58 494.16 282.47 499.11 292.9 503.36 296.49 507.34 297.28 507.07 302.45 504.42 304.05 513.09 316.96 521.22 317.49 528.65 303.87 524.23 301.57 522.64 298.03 524.11 287.77 530 283.53 530 268.49 510.05 250.63 494.69 258.85"/><polygon class="cls-23" points="502.36 274.26 499.24 275.32 497.96 275.21 497.78 272.6 499.51 271.87 502.36 274.26"/><polygon class="cls-23" points="516.98 274.11 513.75 275.65 512.02 275.75 512.29 271.94 516.98 274.11"/><polygon class="cls-24" points="507.07 297.32 511.71 299.01 515.96 297.94 518.08 294.89 511.19 297.02 507.07 297.32"/><polygon class="cls-24" points="528.96 277 526.71 275.6 524.98 278.61 525.38 280.85 524.32 282.7 527.37 282.29 527.5 279.64 526.71 278.52 526.97 277 528.96 277"/><path class="cls-25" d="M565.62,400.46,559.79,389l-2.66-5.31-1.13.85-.1-1-12.39-9.9-5.3,11.32,1.41,13.44,14.51,7.08L558,404l-.81-7.77,2.22,4.77,2,19.63.53,11.5,3,3.18,4.6-2.83.7-17.33Zm2,29.18-1.06,2.3-2.3-.7-.88-9.38-1.77-15.39-1.42-8.31-3.36-6.11-.66-6.41,2.43,5.62,5.48,9.37,3.89,15.22Z"/><polygon class="cls-22" points="553.6 365.78 548.64 363.84 545.46 365.61 541.57 374.1 549.88 384.89 551.65 386.13 554.48 386.48 558.37 384.01 561.02 382.41 566.33 377.28 563.33 368.79 553.6 365.78"/><polygon class="cls-22" points="489.03 399.57 492.74 404.7 491.86 410.36 491.15 416.91 490.09 417.26 488.32 415.85 487.97 411.25 488.5 409.65 487.44 408.24 485.67 411.25 485.31 419.74 487.61 423.45 490.09 428.41 489.38 430 489.2 431.41 487.08 431.24 481.77 427.7 477.53 415.85 480.71 401.52 489.03 399.57"/><polygon class="cls-24" points="550.99 368.39 549.53 367.2 546.74 369.72 543.82 375.96 544.62 376.09 550.99 368.39"/><polygon class="cls-24" points="552.98 373.04 551.65 372.64 545.55 379.27 546.08 379.94 552.05 375.03 552.98 373.04"/><polygon class="cls-24" points="555.54 377.9 555.63 379.49 551.92 383.21 549.44 384.54 548.91 383.39 552.53 379.67 555.54 377.9"/><polygon class="cls-26" points="489.91 311.83 486.9 318.02 484.61 333.94 476.47 356.59 471.87 379.76 475.58 390.37 478.24 396.56 479.83 401.52 486.73 402.93 489.91 400.99 490.97 393.2 494.69 388.6 498.4 380.47 506.27 378.88 513.17 381 518.48 380.47 522.64 380.82 529.36 379.67 536.79 376.75 538.21 376.22 540.68 367.91 544.4 349.33 547.23 348.27 551.83 365.25 554.83 367.55 560.14 370.74 562.97 379.58 561.02 382.41 563.33 382.24 567.92 377.28 568.81 373.39 575 365.96 572.35 354.99 562.09 332.35 546.7 310.95 537.85 306.52 518.04 317.49 497.52 309.18 489.91 311.83"/><polygon class="cls-27" points="518.13 273.8 516.71 273.53 516.1 272.65 512.91 271.14 510.26 272.47 509.37 274.06 510.08 273.71 510.57 273.61 510.7 274.95 511.67 275.75 513.39 275.65 514.1 273.93 513.26 272.56 516.8 274.29 518.13 273.8"/><polygon class="cls-27" points="502.74 274.33 501.24 272.03 498.05 270.88 496.55 271.41 495.13 273.27 496.13 272.8 496.06 273.73 496.79 274.99 498.62 275.35 499.33 273.8 498.86 272.46 500.7 273.27 502.74 274.33"/><polygon class="cls-27" points="503.36 271.41 503.09 270.17 500.26 267.25 497.08 266.19 495.84 266.81 495.04 269.38 496.99 268.05 498.94 268.23 502.21 271.32 503.36 271.41"/><polygon class="cls-27" points="517.77 269.38 514.41 267.96 512.11 268.4 509.73 269.99 508.05 270.44 507.51 269.73 508.13 268.67 511.94 266.19 515.3 266.28 517.33 268.23 517.77 269.38"/><polygon class="cls-24" points="506.27 274.06 504.51 272.91 503.98 273.53 502.91 278.66 502.38 279.9 503.27 281.67 506.36 282.38 506.54 281.67 508.84 280.34 509.73 279.28 509.46 278.22 507.78 277.51 506.27 274.06"/><polygon class="cls-25" points="511.4 287.69 508.49 285.56 505.3 285.38 503.53 285.83 502.74 287.24 502.12 286.71 501.85 287.42 502.21 288.04 505.13 287.6 511.4 287.69"/><polygon class="cls-24" points="509.81 289.36 509.02 288.83 503.8 288.92 503.44 289.72 506.01 290.96 508.04 290.78 509.81 289.36"/><polygon class="cls-25" points="528.83 273.8 526.18 273.18 523.97 277.16 523.08 273.98 521.05 271.94 521.31 270 519.9 268.05 518.92 264.78 518.13 261.5 515.12 259.74 513.88 260.35 511.4 258.23 505.75 257.17 501.06 257.44 500 259.12 497.17 258.5 496.9 260.35 494.87 261.33 493.19 261.06 492.3 258.41 493.81 255.75 496.19 254.87 495.66 254.25 496.99 252.13 504.42 250.8 528.83 261.86 535.73 273.8 531.48 285.65 524.23 288.66 523.43 288.04 523.97 284.06 527.68 283.97 531.39 280.08 528.83 273.8"/><polygon class="cls-28" points="526.35 287.46 529 282.73 529 275.92 524.93 266.9 515.3 256.55 504.02 253.54 495.73 254.96 493.79 255.75 493 257.52 493.45 253.19 500.88 248.32 512.47 243.99 518.3 244.79 526.88 250.8 523.26 241.87 525.73 238.33 534.4 247.71 538.12 242.4 540.42 247.26 540.59 257.7 536.52 263.45 537.85 274.95 535.64 283.44 528.65 289.81 524.49 288.75 526.35 287.46"/><polygon class="cls-29" points="538.29 248.06 536.97 255.93 535.55 256.46 533.78 252.31 534.4 247.71 533.46 249.93 531.86 246.63 527.96 242.9 529.45 248 531.48 248 532.12 252.92 531.92 253.46 534.67 260.05 538.12 257.77 539.18 250.97 538.29 248.06"/><polygon class="cls-28" points="529.63 300.8 526.31 301.56 518.41 316.07 510.95 309.43 502.83 302 497.52 302 490.09 309.29 489.43 313 497.52 313 511.45 318.74 514.77 321.28 511.71 330.04 511.45 334.29 525.12 346.5 530.29 346.24 530.02 343.98 523.52 330.98 523.13 327 531.48 338.68 537.19 341.99 538.51 340.67 535.46 331.38 528.7 317.18 535.6 315.06 540.77 309.35 541.3 305.24 537.06 303.78 533.08 302.45 530.95 300.86 529.63 300.8"/><polygon class="cls-29" points="518.61 320.63 516.89 321.69 518.88 331.25 525.25 337.08 527.5 338.68 523.52 330.98 523.13 327 533.21 332.7 528.7 324.48 523.39 321.56 518.61 320.63"/><polygon class="cls-30" points="490 318.11 488.27 322.22 490.95 331.53 486.19 344.24 486.37 348.29 490.79 359.95 493.1 376.93 497.34 380.29 503.71 380.82 510.79 380.47 499.64 375.34 495.04 362.25 491.42 353.93 489.95 345.71 493 332.35 493 330.05 490 322.27 490 318.11"/><polygon class="cls-30" points="526.88 380.11 524.58 370.21 528.3 366.49 532.37 368.97 531.48 377.28 537.67 371.44 539.27 374.1 537.5 378.17 529.71 380.47 526.88 380.11"/><polygon class="cls-26" points="502.1 550.81 495.8 550 494.33 550 492.35 551.47 492.74 551.94 499.24 552.44 492.08 557.2 487.44 555.34 486.38 555.2 484.12 556.79 484.38 557.72 491.68 560.64 493.27 560.77 503.09 553.47 503.23 552.07 502.1 550.81"/><polygon class="cls-26" points="548.53 537 557.02 537 557.81 538.13 554.23 546.73 553.04 547.31 544.55 546.4 544.41 545.62 545.34 543.9 547.6 544.04 553.3 544.54 555.29 540 548.53 540 548.13 538.77 548.53 537"/></g><g id="RepairKit"><polygon class="cls-5" points="245.33 380 209 380 186.33 399 190.33 406.5 189.83 416.83 217.67 429.83 253.67 422.67 254 410.33 228.83 404.67 247.58 389.5 245.33 380"/><polygon class="cls-15" points="226.23 406.16 225.33 406 245.33 390 212.67 390.33 192.33 406 226.17 406.17 226.23 406.16"/><polygon class="cls-2" points="251 410.67 225.83 405.33 192.33 406 219 415 251 410.67"/><polygon class="cls-13" points="220.25 408.88 217.13 399.38 218.63 393.75 223.38 392.63 223.13 395.75 223.58 401.67 225.88 404.5 220.25 408.88"/><polygon class="cls-7" points="230.5 399.38 227.88 397.25 224.38 396.63 221.88 399.5 222.38 404.63 224.75 406.38 230.5 399.38"/><polygon class="cls-18" points="216.63 411.13 233.31 396.81 242.28 396.28 257.14 386.52 261 388.75 261 395 244.75 400.5 242 403 241.5 406 224.75 412.25 216.63 411.13"/><polygon class="cls-3" points="223.63 405.38 234.63 397.88 239.25 397 245.75 398.5 245.5 399.75 239.88 398.63 235.38 400 232.75 403.38 231.88 406.25 236.13 407.5 242.88 406.38 246 402.38 247 402.88 244.5 407.25 239.38 409.5 227.63 412.5 225.25 412.25 224 410.63 225.88 409.25 225.25 408.13 223 409.88 222.25 408.38 223.63 405.38"/><polygon class="cls-7" points="215.5 412 216.25 402 213.5 396.75 208 397.25 206.5 401.5 206.25 408.75 215.5 412"/><polygon class="cls-18" points="208.5 409.83 203.67 402.33 201.67 403.17 206.33 409.5 208.5 409.83"/><polygon class="cls-18" points="213.5 411.83 208.67 404.33 206.67 405.17 211.33 411.5 213.5 411.83"/><polygon class="cls-3" points="225.92 397.58 224.58 397.67 224.33 398.83 225.42 399.5 226.33 399 225.92 397.58"/><polygon class="cls-3" points="224.92 401.58 223.58 401.67 223.33 402.83 224.42 403.5 225.33 403 224.92 401.58"/><path class="cls-3" d="M228.83,398.75l-.83.33v1.09l1-.09A1,1,0,0,0,228.83,398.75Z"/><path class="cls-13" d="M244.88,409.38l2.62-3.76-.62-.74c.74-1.13,2.87.87,2.87.87l-.75,1.13-.88-.76L245.5,410Z"/><path class="cls-13" d="M246.11,409.64l4.28-1.63-.1-1c1.26-.51,1.89,2.34,1.89,2.34l-1.25.51-.3-1.11-4.35,1.73Z"/><polygon class="cls-13" points="225.33 382.5 225.5 386 235 386 234.67 382.67 225.33 382.5"/></g><g id="GunpowderHorn"><polygon class="cls-18" points="326.33 341 316 352.33 297 356.67 282 350.33 263.33 328 269.67 324.33 280.33 337 294.67 336 305 327.33 318.67 331.67 326.33 341"/><polygon class="cls-17" points="302.5 329.33 312.83 332.5 319.5 337.17 323.67 344 326.33 341 323.5 335 316.17 328.83 306 326.5 302.5 329.33"/><polygon class="cls-17" points="268.67 325.33 267.29 320.88 265 317 262 317 259.5 320.33 260.5 322.67 262.67 325.17 265.33 327.67 268 327.83 268.67 325.33"/><polygon class="cls-7" points="265.17 330.33 271.33 358.17 295 371.67 310 366.33 322 340.67 321.67 333.17 320 331.83 320.33 340.33 308.17 365 295 369.5 273.17 357.33 266.67 330.17 265.17 330.33"/><polygon class="cls-17" points="317.67 331.33 317.5 327.17 321.5 322.83 324.5 323.33 325.83 326.83 322.33 332.33 319.33 333.33 317.67 331.33"/></g><g id="Gradient"><rect class="cls-31" x="170" width="438" height="576"/></g></g><g id="RoomDivide"><polygon class="cls-32" points="200 0 181 118 193 122 193 156 186 160 186 576 155 576 155 160 148 157 149 121 160 118 136 0 200 0"/></g></g><desc>You are standing in the Magazine.</desc></svg> <<set _horn to !hasVisited("Take Horn of Gunpowder")>> <<set _repair to !hasVisited("Musket Repair Kit")>> <<toggleLayer "GunpowderHorn" _horn "A horn of gunpowder sits on top of a barrel." "">> <<toggleLayer "RepairKit" _repair "A musket repair kit sits on a box in the corner of the tiny room." "">>
<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:#925020;}.cls-3{fill:#3d2713;}.cls-4{fill:#864f26;}.cls-5{fill:#f49f06;}.cls-6{fill:#4e2e21;}.cls-7{fill:#2d1910;}.cls-8{fill:#a8784d;}.cls-9{fill:#421d0b;}.cls-10{fill:#613727;}.cls-11{fill:#46281d;}.cls-12{fill:#763c17;}.cls-13{fill:#603620;}.cls-14{fill:#2d3633;}.cls-15{fill:#d1bc91;}.cls-16{fill:#8c2a11;}.cls-17{fill:#bf7d58;}.cls-18{fill:#35190e;}.cls-19{fill:#a6683f;}.cls-20{fill:#995d38;}.cls-21{fill:#7c6d63;}.cls-22{fill:#472825;}.cls-23{fill:#1f1009;}.cls-24{fill:url(#radial-gradient);}.cls-25,.cls-26{opacity:0.6;}.cls-25,.cls-26,.cls-27{mix-blend-mode:soft-light;}.cls-25{fill:url(#radial-gradient-2);}.cls-26{fill:#f15a24;}.cls-27{fill:url(#linear-gradient);}.cls-28{fill:#170c06;}</style><radialGradient id="radial-gradient" cx="380.33" cy="118.67" r="98.67" gradientTransform="translate(195.31 -234.18) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="1" stop-color="#ed1c24" stop-opacity="0"/></radialGradient><radialGradient id="radial-gradient-2" cx="367.5" cy="149.5" r="158.76" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.19" stop-color="#faab3a"/><stop offset="0.42" stop-color="#f99d36"/><stop offset="0.67" stop-color="#f6852f"/><stop offset="0.93" stop-color="#f26427"/><stop offset="1" stop-color="#f15a24"/></radialGradient><linearGradient id="linear-gradient" x1="365" x2="365" y2="576" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.14" stop-color="#f6ac3a"/><stop offset="0.3" stop-color="#e8a136"/><stop offset="0.48" stop-color="#d08f30"/><stop offset="0.67" stop-color="#ae7527"/><stop offset="0.86" stop-color="#84541c"/><stop offset="1" stop-color="#603813"/></linearGradient></defs><title>2Bread</title><g class="cls-1"><g id="Bread_Room" data-name="Bread Room"><g id="Back"><polygon class="cls-2" points="520 118.17 272.32 117.74 200 72.99 200 360 524.99 364.99 520 118.17"/><polygon class="cls-3" points="519.67 385 280.33 382.33 200 386.33 200 362 317 363.67 521.67 365.67 519.67 385"/><polygon class="cls-4" points="536 118 277 120 200 65 200 0 504 0 536 118"/><polygon class="cls-5" points="322 113.5 248 77 216.5 72.5 286.5 116 322 113.5"/><polygon class="cls-5" points="352.5 115.5 314 91 303.5 90 304 95 333 118 352.5 115.5"/><polygon class="cls-5" points="470.5 118.5 420 85.5 375.5 71 371 75.5 378 80.5 368 86.5 396.25 112.42 429.5 121 470.5 118.5"/><polygon class="cls-5" points="472 110.5 475 106 467.5 99.5 456.5 95 451 98 457 104.5 472 110.5"/><polygon class="cls-5" points="415.25 78 416.38 69 409.5 63 405 63 403 66.5 408 75 415.25 78"/><polygon class="cls-5" points="425 66 426 60.5 417.5 56.5 414 58.5 417.5 63.5 425 66"/><polygon class="cls-5" points="352 55 361 57 361.5 61 354 63.5 346.5 62 352 55"/><polygon class="cls-5" points="355 42.5 360 45 354 51.5 349 48 355 42.5"/><rect class="cls-6" x="200" y="365" width="319" height="211"/><polygon class="cls-7" points="523 473 228 473 200 529 200 576 254 576 285 561 279 537.67 330.33 533.67 401.67 542.33 448.33 528.33 491.67 509.67 523 473"/><rect class="cls-7" x="200" y="364" width="321" height="24"/></g><g id="Mid"><polygon class="cls-8" points="431.5 165 430 173.5 434 179 468.5 180 467.5 170 461 164 431.5 165"/><polygon class="cls-8" points="325.5 180 324 188.5 328 194 362.5 195 361.5 185 355 179 325.5 180"/><polygon class="cls-8" points="435 190 435 195 446.5 198.5 461 196.5 462 187.5 452 184.5 436.5 186.5 435 190"/><polygon class="cls-8" points="438 152 438 157 449.5 160.5 464 158.5 465 149.5 455 146.5 439.5 148.5 438 152"/><polygon class="cls-8" points="388 170 388 175 399.5 178.5 414 176.5 415 167.5 405 164.5 389.5 166.5 388 170"/><polygon class="cls-8" points="383 178 383 183 394.5 186.5 409 184.5 410 175.5 400 172.5 384.5 174.5 383 178"/><polygon class="cls-8" points="388 187 388 192 399.5 195.5 414 193.5 415 184.5 405 181.5 389.5 183.5 388 187"/><polygon class="cls-8" points="386 157 386 162 397.5 165.5 412 163.5 413 154.5 403 151.5 387.5 153.5 386 157"/><polygon class="cls-8" points="239 172 238.05 172.03 238.73 165.95 242 165.5 243 156.5 233 153.5 217.5 155.5 216 159 216 162.18 213.5 162.5 212 166 212 171 217.66 172.72 209.5 173 208 181.5 212 187 239 191 245.5 178 239 172"/><polygon class="cls-8" points="215.5 139.5 214 143 214 148 225.5 151.5 240 149.5 241 140.5 231 137.5 215.5 139.5"/><polygon class="cls-8" points="237 133.5 238 124.5 228 121.5 212.5 123.5 211 127 211 132 222.5 135.5 237 133.5"/><polygon class="cls-8" points="329 169 329 174 340.5 177.5 355 175.5 356 166.5 346 163.5 330.5 165.5 329 169"/><polygon class="cls-8" points="324 174.39 324 179.75 339.97 183.5 360.11 181.36 361.5 171.71 347.61 168.5 326.08 170.64 324 174.39"/><polygon class="cls-8" points="321 152.39 321 157.75 336.97 161.5 357.11 159.36 358.5 149.71 344.61 146.5 323.08 148.64 321 152.39"/><polygon class="cls-8" points="509.76 183.67 511 183.5 512 174.5 509.17 173.65 508.5 167 502 161 501.05 161.03 501.73 154.95 505 154.5 506 145.5 496 142.5 480.5 144.5 479 148 479 151.18 476.5 151.5 475 155 475 160 480.66 161.72 472.5 162 471 170.5 475 176 485.3 176.3 485 177 485 182 487.33 182.71 479.03 183.5 477 187 477 192 492.55 195.5 512.15 193.5 513.5 184.5 509.76 183.67"/><polygon class="cls-8" points="267.76 342.74 269 342.54 270 332.07 267.17 331.08 266.5 323.34 260 316.36 259.05 316.4 259.73 309.32 263 308.8 264 298.32 254 294.83 238.5 297.16 237 301.23 237 304.93 234.5 305.31 233 309.38 233 315.19 238.66 317.2 230.5 317.52 229 327.41 233 333.81 243.3 334.16 243 334.98 243 340.79 245.33 341.62 237.03 342.54 235 346.61 235 352.43 250.55 356.5 270.15 354.17 271.5 343.7 267.76 342.74"/><polygon class="cls-8" points="463.76 346.67 465 346.5 466 337.5 463.17 336.65 462.5 330 456 324 455.05 324.03 455.73 317.95 459 317.5 459.81 310.22 465 309.5 466 300.5 456 297.5 440.5 299.5 439 303 439 306.92 434.5 307.5 433 311 433 314.18 430.5 314.5 429 318 429 323 434.66 324.72 426.5 325 425 333.5 429 339 439.3 339.3 439 340 439 345 441.33 345.71 433.03 346.5 431 350 431 355 446.55 358.5 466.15 356.5 467.5 347.5 463.76 346.67"/><polygon class="cls-8" points="412.52 259.39 413.72 250.58 418.5 250.74 417.5 238.98 411 231.93 403.12 232.24 403.73 225.81 407 225.28 408 214.69 398 211.17 382.5 213.52 381 217.64 381 221.37 378.5 221.75 377 225.87 377 231.75 381.46 233.35 380 243.1 382.52 247.16 378.25 247.63 376 251.74 376 257.62 382.36 259.24 381.03 259.39 379 263.5 379 269.38 394.55 273.5 414.15 271.15 415.5 260.56 411.46 259.51 412.52 259.39"/><polygon class="cls-8" points="364.52 260.39 365.96 249.8 364.3 249.38 363.5 239.98 357 232.93 355.14 233 355.73 226.81 359 226.28 360 215.69 350 212.17 334.5 214.52 333 218.64 333 222.37 330.5 222.75 329 226.87 329 232.75 332.25 233.91 327.5 234.1 326 244.1 329.57 249.87 328 252.74 328 258.62 334.36 260.24 333.03 260.39 331 264.5 331 270.38 346.55 274.5 366.15 272.15 367.5 261.56 363.46 260.51 364.52 260.39"/><polygon class="cls-8" points="470.52 264.5 471.96 255.5 469.19 254.9 468.5 248 462 242 461.05 242.03 461.73 235.95 465 235.5 466 226.5 456 223.5 440.5 225.5 439 229 439 232.18 436.5 232.5 435 236 435 241 440.66 242.72 432.5 243 431 251.5 434.81 256.74 434 258 434 263 440.36 264.37 439.03 264.5 437 268 437 273 452.55 276.5 472.15 274.5 473.5 265.5 469.46 264.6 470.52 264.5"/><polygon class="cls-8" points="505 227.5 506 218.5 496 215.5 480.5 217.5 479 221 479 226 490.5 229.5 505 227.5"/><polygon class="cls-8" points="510.46 264.6 511.52 264.5 512.88 255.98 513.5 256 512.5 246 506.73 240.68 508 240.5 509 231.5 499 228.5 483.5 230.5 482 234 482 239 487.36 240.63 476.5 241 475 249.5 478.55 254.38 477.25 254.5 475 258 475 263 481.36 264.37 480.03 264.5 478 268 478 273 493.55 276.5 513.15 274.5 514.5 265.5 510.46 264.6"/><polygon class="cls-8" points="505 311.5 506 302.5 496 299.5 480.5 301.5 479 305 479 310 490.5 313.5 505 311.5"/><polygon class="cls-8" points="510.46 348.6 511.52 348.5 512.88 339.98 513.5 340 512.5 330 506.73 324.68 508 324.5 509 315.5 499 312.5 483.5 314.5 482 318 482 319.89 469.5 321.5 468 325 468 330 475.23 332.2 475 333.5 478.55 338.38 477.25 338.5 475 342 475 347 481.36 348.37 480.03 348.5 478 352 478 357 493.55 360.5 513.15 358.5 514.5 349.5 510.46 348.6"/><polygon class="cls-8" points="300 222.5 301 213.5 291 210.5 275.5 212.5 274 216 274 221 285.5 224.5 300 222.5"/><polygon class="cls-8" points="305.46 259.6 306.52 259.5 307.88 250.98 308.5 251 307.5 241 301.73 235.68 303 235.5 304 226.5 294 223.5 278.5 225.5 277 229 277 234 282.36 235.63 271.5 236 270 244.5 273.55 249.38 272.25 249.5 270 253 270 258 276.36 259.37 275.03 259.5 273 263 273 268 288.55 271.5 308.15 269.5 309.5 260.5 305.46 259.6"/><polygon class="cls-8" points="305 304.5 306 295.5 296 292.5 280.5 294.5 279 298 279 303 290.5 306.5 305 304.5"/><polygon class="cls-8" points="312.26 343.65 311.5 336 309.08 333.76 311 333.5 312 324.5 305.33 322.5 305.86 317.8 308 317.5 309 308.5 299 305.5 283.5 307.5 282 311 282 315.31 280.5 315.5 279 319 279 324 285.44 325.96 285 327 285 330.68 275.5 331 274 339.5 278 345 279.49 345.04 278 348.36 278 355.5 294.21 360.5 314.52 357.64 315.96 344.79 312.26 343.65"/><polygon class="cls-8" points="365.26 343.65 364.5 336 362.08 333.76 364 333.5 365 324.5 358.33 322.5 358.86 317.8 361 317.5 362 308.5 360.35 308 364 307.5 365 298.5 355 295.5 339.5 297.5 338 301 338 306 341.01 306.92 336.5 307.5 335 311 335 315.31 333.5 315.5 332 319 332 324 338.44 325.96 338 327 338 330.68 328.5 331 327 339.5 331 345 332.49 345.04 331 348.36 331 355.5 347.21 360.5 367.52 357.64 368.96 344.79 365.26 343.65"/><polygon class="cls-8" points="412.31 343.66 411.69 336 408.32 332.15 412 331.36 413 317.21 408.28 314.99 409 308.5 407.35 308 411 307.5 412 298.5 402 295.5 386.5 297.5 385 301 385 306 388.01 306.92 383.5 307.5 382 311 382 315.31 380.5 315.5 379 319 379 324 386 326.13 386 329 389.57 330.71 382.55 331 381.33 339.5 383.36 342.95 380.25 343.36 378 348.36 378 355.5 394.21 360.5 414.52 357.64 415.96 344.79 412.31 343.66"/><polygon class="cls-8" points="265.96 241.5 262.17 240.68 261.5 234 259.08 231.76 261 231.5 262 222.5 255.33 220.5 256 214.5 246 211.5 230.5 213.5 229 217 229 222 235.44 223.96 235 225 235 228.68 225.5 229 224 237.5 228 243 228.63 243.02 228 244 228 249 239.84 251.56 230.03 253.07 228 258.74 228 266.83 243.55 272.5 263.15 269.26 264.5 254.69 255.35 251.4 264.52 250.5 265.96 241.5"/><path class="cls-8" d="M307.76,183.67l1.24-.17,1-9-2.84-.85L306.5,167l-6.5-6-.95,0,.68-6.08,3.27-.45,1-9-10-3-8.68,1.12.68-6.12-10-3-15.5,2L259,140v5l.11,0-3.61.47L254,149v3.18l-2.5.32L250,156v5l6.36,1.94-1.86.06-1.5,8.5,4,5.5,3.39.1-.39.9v5l2.33.71-8.3.79-2,3.5v5l15.55,3.5,18.88-1.93,4.12.93,19.6-2,1.35-9Z"/><polygon class="cls-9" points="251.69 325.18 255.67 313.08 243 307.02 200 306.33 200 320.33 200 334 200 334.33 200 348 200 362 250.55 356.67 255.67 341.08 251.69 339.18 255.67 327.08 251.69 325.18"/><polygon class="cls-9" points="252.33 270.33 251 260.33 217.67 253 200 253 200 273 252.33 270.33"/><polygon class="cls-8" points="200 241 215 240.33 216.34 231 209.67 219.66 200 219 200 241"/><polygon class="cls-9" points="399.5 195.5 399.67 183 389.67 179 355 179 350.33 186.33 357 199 399.5 195.5"/><polygon class="cls-9" points="473 170.33 453.67 169.66 447 177.66 447.44 179.07 430.67 178.66 424 184.32 430 198 452.93 196.78 453 197 479.67 195 482.33 177 473 170.33"/><polygon class="cls-9" points="419 486.16 424.33 413.58 405 404.99 405 382 374.33 375.66 328.33 376.99 323 385.66 322.33 408.33 302.33 410.99 287.66 430.99 296.33 486.33 419 486.16"/><polygon class="cls-10" points="275 508.99 297.66 500.33 301.66 491.66 289.66 405.66 257.66 396.33 225 408.99 221.66 433.66 245 504.33 275 508.99"/><polygon class="cls-11" points="200 393 223 393 244.99 437.66 248.99 553.66 238.99 565.66 200 566.33 200 393"/><polygon class="cls-10" points="489.66 395.66 466.33 380.99 428.99 374.33 412.33 384.99 418.99 488.99 450.99 494.33 484.99 480.99 489.66 395.66"/><path class="cls-12" d="M518.33,357.83,435,356.4l-.19-68.82,83.54,2.09-2-15.34-81.59-2.48-.18-66.64,83.44.46V192.33l-83.48.46L434.35,129H520l.17-13.17-123.92-3.41L285.62,113,200,58.33V78l73,51h39v64.45l-38.83.22L200,183v14l74.5,7.33,37.5.21v63.58L275,267H200v18l78.33-1.33,33.67.84v69.78l-31.67-.54-80.33.58V368l85,.33,235.33,2ZM329.63,129h86.08l.89,63.89-87.71.47Zm-.87,75.63,88,.48.93,66.23L328,268.61Zm-.93,80.27,90.09,2.26,1,69L327,354.55Z"/><polygon class="cls-13" points="279.67 0 200 58.33 200 0 279.67 0"/><polygon class="cls-13" points="451 0 519.67 40.67 518.33 0 451 0"/></g><g id="Smuggler"><polygon class="cls-14" points="438 375 417.5 385 412 436 489.75 481 499 479.5 510 468 504.5 448 513 435 496 387.5 438 375"/><polygon class="cls-15" points="489.75 481 485.38 470.75 441.44 433.13 418.47 426.06 408.98 433.03 400.99 420.02 384 415.51 356.5 459 364 466 388 477.5 388 483 404 491 428 493 433.5 482.75 462.5 500 469 500 489.75 481"/><polygon class="cls-16" points="444.81 373.13 436.03 379.44 436.39 394.03 440.38 400.14 448.5 406.13 440.25 413 440 427 446 427 455 411.13 455 420 474 427.88 476.13 424.75 470.25 412 461.38 405 472.38 400 478.25 386.75 444.81 373.13"/><polygon class="cls-17" points="471.83 358.5 451.33 351.5 442.33 361.17 443.88 379.08 445.33 389.5 454.67 398.17 469.5 391.33 476.17 383.17 471.83 358.5"/><polygon class="cls-18" points="467.25 374 461.25 371.38 455.88 373.38 456.25 375.13 459.38 375.75 462.13 373.38 467.25 374"/><polygon class="cls-18" points="458.88 376.63 462.63 374.5 465.13 375.25 466.25 376.25 465.13 377.38 463.25 377.88 462.75 376.13 460 377.25 458.88 376.63"/><polygon class="cls-18" points="451.63 375.5 452.25 374.38 449.25 371.13 445.88 371 446.25 372.63 447.63 372.75 451.63 375.5"/><polygon class="cls-18" points="460.5 390.5 459.88 391.63 451.75 388.88 450.88 390.13 449.13 389 451.63 387.88 457.42 389.33 460.5 390.5"/><polygon class="cls-19" points="456.25 375.13 452.25 374.38 451.25 376.13 448.88 386.25 451.63 387.88 457.38 385 456.25 375.13"/><polygon class="cls-20" points="457.38 385 451.63 387.88 454.5 388.25 457.38 385"/><polygon class="cls-21" points="447.17 360.83 444.25 364.5 443.88 379.08 440.02 382.54 433.51 379.35 429.84 369.84 433.17 364.5 437.67 365.84 435.08 362.17 432 361.83 432 357 434.67 354.5 452.5 348.33 478.33 352.33 479.58 354 486 357.17 486 363 482 364.33 487 366.83 488.5 377.83 486 380.83 492.83 386.67 492.5 391.83 489.83 394.5 483.33 394.17 474.5 392 472.17 387.33 472.5 378.67 467.67 370.83 465 361.17 461 359.67 451.33 362.5 447.17 360.83"/><polygon class="cls-22" points="481.75 345 482.88 349.5 473.69 355 450.72 363.5 440.73 358.25 426 346.25 426 341 433.25 340 449.5 341.5 471.5 341.75 481.75 345"/><polygon class="cls-23" points="381.88 469.5 374.06 463.38 364.78 460.81 350.27 489.03 347.26 490.02 346.75 495.26 341 494.5 339.5 496.25 324.25 496.75 313 493.5 304 490 299.75 494.5 325.25 511.5 331.25 513.75 340 510.5 340 513 351.38 515 358 511.5 358 501 381.88 469.5"/><polygon class="cls-23" points="420.63 486.13 412.31 477.06 402.28 474.03 390.27 510.02 387.26 508.26 377.75 514.25 366.75 514 355.5 511.5 347.75 518 372.5 527.5 384.75 526.5 384.5 530.13 391.75 533 399 533 405 521.5 407.5 513 420.63 486.13"/></g><g id="Brazier"><circle class="cls-24" cx="380.33" cy="118.67" r="98.67" transform="translate(27.49 303.69) rotate(-45)"/><path class="cls-18" d="M415,133l.67-47.17-.5-1.75-.34,0,.17,0L383.7,58.49l1.3-2.16V54l-3.6-.33L379.75,34H385l1-1.67L380.33,27l-5.83.33-4.42,4.34L371.67,34h2.25l-1.56,18.85-2-.18-2,2.66.81,4.58L345,83.08l0,0-.69,3.55.33,44-4,1.33.5,4.34,6.83.08V149l4.83,2,2.17-2.67V136.51l10,.13V149l4.83,2,2.17-2.67v-11.6l32,.4V149l4.83,2,2.17-2.67V137.22l9,.11V133ZM375,62.68l20.87,18.78-40.31,1.3Zm-22,68-.33-4.67L405,124.67l.33,6.66Zm48.59-48.78-20.3-20.58.56,0,27.57,21.83Z"/></g><g id="Gradient"><rect class="cls-25" x="200" width="335" height="299"/><rect class="cls-26" x="200" y="299" width="332" height="277"/><rect class="cls-27" x="200" width="330" height="576"/></g></g><g id="RoomDivide"><polygon class="cls-28" points="564 0 545 118 557 122 557 156 550 160 550 576 519 576 519 160 512 157 513 121 524 118 500 0 564 0"/></g></g><desc>This is the Bread Room. It is a tiny room lined with tin and tons of hardtack. The smuggler sits on the floor.</desc></svg> <<toggleLayer "Bread_Room" true "" "">> <<set _brazier to !hasVisited("Pour Water On The Brazier")>> <<toggleLayer "Gradient" _brazier "The room is sweltering." "">>
<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:#925020;}.cls-3{fill:#3d2713;}.cls-4{fill:#864f26;}.cls-5{fill:#f49f06;}.cls-6{fill:#4e2e21;}.cls-7{fill:#2d1910;}.cls-8{fill:#a8784d;}.cls-9{fill:#421d0b;}.cls-10{fill:#613727;}.cls-11{fill:#46281d;}.cls-12{fill:#763c17;}.cls-13{fill:#603620;}.cls-14{fill:url(#radial-gradient);}.cls-15{fill:#35190e;}.cls-16,.cls-17{opacity:0.6;}.cls-16,.cls-17,.cls-18{mix-blend-mode:soft-light;}.cls-16{fill:url(#radial-gradient-2);}.cls-17{fill:#f15a24;}.cls-18{fill:url(#linear-gradient);}.cls-19{fill:#170c06;}</style><radialGradient id="radial-gradient" cx="380.33" cy="118.67" r="98.67" gradientTransform="translate(195.31 -234.18) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="1" stop-color="#ed1c24" stop-opacity="0"/></radialGradient><radialGradient id="radial-gradient-2" cx="367.5" cy="149.5" r="158.76" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.19" stop-color="#faab3a"/><stop offset="0.42" stop-color="#f99d36"/><stop offset="0.67" stop-color="#f6852f"/><stop offset="0.93" stop-color="#f26427"/><stop offset="1" stop-color="#f15a24"/></radialGradient><linearGradient id="linear-gradient" x1="365" x2="365" y2="576" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.14" stop-color="#f6ac3a"/><stop offset="0.3" stop-color="#e8a136"/><stop offset="0.48" stop-color="#d08f30"/><stop offset="0.67" stop-color="#ae7527"/><stop offset="0.86" stop-color="#84541c"/><stop offset="1" stop-color="#603813"/></linearGradient></defs><title>2BreadNoSmug</title><g class="cls-1"><g id="Bread_Room" data-name="Bread Room"><g id="Back"><polygon class="cls-2" points="520 118.17 272.32 117.74 200 72.99 200 360 524.99 364.99 520 118.17"/><polygon class="cls-3" points="519.67 385 280.33 382.33 200 386.33 200 362 317 363.67 521.67 365.67 519.67 385"/><polygon class="cls-4" points="536 118 277 120 200 65 200 0 504 0 536 118"/><polygon class="cls-5" points="322 113.5 248 77 216.5 72.5 286.5 116 322 113.5"/><polygon class="cls-5" points="352.5 115.5 314 91 303.5 90 304 95 333 118 352.5 115.5"/><polygon class="cls-5" points="470.5 118.5 420 85.5 375.5 71 371 75.5 378 80.5 368 86.5 396.25 112.42 429.5 121 470.5 118.5"/><polygon class="cls-5" points="472 110.5 475 106 467.5 99.5 456.5 95 451 98 457 104.5 472 110.5"/><polygon class="cls-5" points="415.25 78 416.38 69 409.5 63 405 63 403 66.5 408 75 415.25 78"/><polygon class="cls-5" points="425 66 426 60.5 417.5 56.5 414 58.5 417.5 63.5 425 66"/><polygon class="cls-5" points="352 55 361 57 361.5 61 354 63.5 346.5 62 352 55"/><polygon class="cls-5" points="355 42.5 360 45 354 51.5 349 48 355 42.5"/><rect class="cls-6" x="200" y="365" width="319" height="211"/><polygon class="cls-7" points="523 473 228 473 200 529 200 576 254 576 285 561 279 537.67 330.33 533.67 401.67 542.33 448.33 528.33 491.67 509.67 523 473"/><rect class="cls-7" x="200" y="364" width="321" height="24"/></g><g id="Mid"><polygon class="cls-8" points="431.5 165 430 173.5 434 179 468.5 180 467.5 170 461 164 431.5 165"/><polygon class="cls-8" points="325.5 180 324 188.5 328 194 362.5 195 361.5 185 355 179 325.5 180"/><polygon class="cls-8" points="435 190 435 195 446.5 198.5 461 196.5 462 187.5 452 184.5 436.5 186.5 435 190"/><polygon class="cls-8" points="438 152 438 157 449.5 160.5 464 158.5 465 149.5 455 146.5 439.5 148.5 438 152"/><polygon class="cls-8" points="388 170 388 175 399.5 178.5 414 176.5 415 167.5 405 164.5 389.5 166.5 388 170"/><polygon class="cls-8" points="383 178 383 183 394.5 186.5 409 184.5 410 175.5 400 172.5 384.5 174.5 383 178"/><polygon class="cls-8" points="388 187 388 192 399.5 195.5 414 193.5 415 184.5 405 181.5 389.5 183.5 388 187"/><polygon class="cls-8" points="386 157 386 162 397.5 165.5 412 163.5 413 154.5 403 151.5 387.5 153.5 386 157"/><polygon class="cls-8" points="239 172 238.05 172.03 238.73 165.95 242 165.5 243 156.5 233 153.5 217.5 155.5 216 159 216 162.18 213.5 162.5 212 166 212 171 217.66 172.72 209.5 173 208 181.5 212 187 239 191 245.5 178 239 172"/><polygon class="cls-8" points="215.5 139.5 214 143 214 148 225.5 151.5 240 149.5 241 140.5 231 137.5 215.5 139.5"/><polygon class="cls-8" points="237 133.5 238 124.5 228 121.5 212.5 123.5 211 127 211 132 222.5 135.5 237 133.5"/><polygon class="cls-8" points="329 169 329 174 340.5 177.5 355 175.5 356 166.5 346 163.5 330.5 165.5 329 169"/><polygon class="cls-8" points="324 174.39 324 179.75 339.97 183.5 360.11 181.36 361.5 171.71 347.61 168.5 326.08 170.64 324 174.39"/><polygon class="cls-8" points="321 152.39 321 157.75 336.97 161.5 357.11 159.36 358.5 149.71 344.61 146.5 323.08 148.64 321 152.39"/><polygon class="cls-8" points="509.76 183.67 511 183.5 512 174.5 509.17 173.65 508.5 167 502 161 501.05 161.03 501.73 154.95 505 154.5 506 145.5 496 142.5 480.5 144.5 479 148 479 151.18 476.5 151.5 475 155 475 160 480.66 161.72 472.5 162 471 170.5 475 176 485.3 176.3 485 177 485 182 487.33 182.71 479.03 183.5 477 187 477 192 492.55 195.5 512.15 193.5 513.5 184.5 509.76 183.67"/><polygon class="cls-8" points="267.76 342.74 269 342.54 270 332.07 267.17 331.08 266.5 323.34 260 316.36 259.05 316.4 259.73 309.32 263 308.8 264 298.32 254 294.83 238.5 297.16 237 301.23 237 304.93 234.5 305.31 233 309.38 233 315.19 238.66 317.2 230.5 317.52 229 327.41 233 333.81 243.3 334.16 243 334.98 243 340.79 245.33 341.62 237.03 342.54 235 346.61 235 352.43 250.55 356.5 270.15 354.17 271.5 343.7 267.76 342.74"/><polygon class="cls-8" points="463.76 346.67 465 346.5 466 337.5 463.17 336.65 462.5 330 456 324 455.05 324.03 455.73 317.95 459 317.5 459.81 310.22 465 309.5 466 300.5 456 297.5 440.5 299.5 439 303 439 306.92 434.5 307.5 433 311 433 314.18 430.5 314.5 429 318 429 323 434.66 324.72 426.5 325 425 333.5 429 339 439.3 339.3 439 340 439 345 441.33 345.71 433.03 346.5 431 350 431 355 446.55 358.5 466.15 356.5 467.5 347.5 463.76 346.67"/><polygon class="cls-8" points="412.52 259.39 413.72 250.58 418.5 250.74 417.5 238.98 411 231.93 403.12 232.24 403.73 225.81 407 225.28 408 214.69 398 211.17 382.5 213.52 381 217.64 381 221.37 378.5 221.75 377 225.87 377 231.75 381.46 233.35 380 243.1 382.52 247.16 378.25 247.63 376 251.74 376 257.62 382.36 259.24 381.03 259.39 379 263.5 379 269.38 394.55 273.5 414.15 271.15 415.5 260.56 411.46 259.51 412.52 259.39"/><polygon class="cls-8" points="364.52 260.39 365.96 249.8 364.3 249.38 363.5 239.98 357 232.93 355.14 233 355.73 226.81 359 226.28 360 215.69 350 212.17 334.5 214.52 333 218.64 333 222.37 330.5 222.75 329 226.87 329 232.75 332.25 233.91 327.5 234.1 326 244.1 329.57 249.87 328 252.74 328 258.62 334.36 260.24 333.03 260.39 331 264.5 331 270.38 346.55 274.5 366.15 272.15 367.5 261.56 363.46 260.51 364.52 260.39"/><polygon class="cls-8" points="470.52 264.5 471.96 255.5 469.19 254.9 468.5 248 462 242 461.05 242.03 461.73 235.95 465 235.5 466 226.5 456 223.5 440.5 225.5 439 229 439 232.18 436.5 232.5 435 236 435 241 440.66 242.72 432.5 243 431 251.5 434.81 256.74 434 258 434 263 440.36 264.37 439.03 264.5 437 268 437 273 452.55 276.5 472.15 274.5 473.5 265.5 469.46 264.6 470.52 264.5"/><polygon class="cls-8" points="505 227.5 506 218.5 496 215.5 480.5 217.5 479 221 479 226 490.5 229.5 505 227.5"/><polygon class="cls-8" points="510.46 264.6 511.52 264.5 512.88 255.98 513.5 256 512.5 246 506.73 240.68 508 240.5 509 231.5 499 228.5 483.5 230.5 482 234 482 239 487.36 240.63 476.5 241 475 249.5 478.55 254.38 477.25 254.5 475 258 475 263 481.36 264.37 480.03 264.5 478 268 478 273 493.55 276.5 513.15 274.5 514.5 265.5 510.46 264.6"/><polygon class="cls-8" points="505 311.5 506 302.5 496 299.5 480.5 301.5 479 305 479 310 490.5 313.5 505 311.5"/><polygon class="cls-8" points="510.46 348.6 511.52 348.5 512.88 339.98 513.5 340 512.5 330 506.73 324.68 508 324.5 509 315.5 499 312.5 483.5 314.5 482 318 482 319.89 469.5 321.5 468 325 468 330 475.23 332.2 475 333.5 478.55 338.38 477.25 338.5 475 342 475 347 481.36 348.37 480.03 348.5 478 352 478 357 493.55 360.5 513.15 358.5 514.5 349.5 510.46 348.6"/><polygon class="cls-8" points="300 222.5 301 213.5 291 210.5 275.5 212.5 274 216 274 221 285.5 224.5 300 222.5"/><polygon class="cls-8" points="305.46 259.6 306.52 259.5 307.88 250.98 308.5 251 307.5 241 301.73 235.68 303 235.5 304 226.5 294 223.5 278.5 225.5 277 229 277 234 282.36 235.63 271.5 236 270 244.5 273.55 249.38 272.25 249.5 270 253 270 258 276.36 259.37 275.03 259.5 273 263 273 268 288.55 271.5 308.15 269.5 309.5 260.5 305.46 259.6"/><polygon class="cls-8" points="305 304.5 306 295.5 296 292.5 280.5 294.5 279 298 279 303 290.5 306.5 305 304.5"/><polygon class="cls-8" points="312.26 343.65 311.5 336 309.08 333.76 311 333.5 312 324.5 305.33 322.5 305.86 317.8 308 317.5 309 308.5 299 305.5 283.5 307.5 282 311 282 315.31 280.5 315.5 279 319 279 324 285.44 325.96 285 327 285 330.68 275.5 331 274 339.5 278 345 279.49 345.04 278 348.36 278 355.5 294.21 360.5 314.52 357.64 315.96 344.79 312.26 343.65"/><polygon class="cls-8" points="365.26 343.65 364.5 336 362.08 333.76 364 333.5 365 324.5 358.33 322.5 358.86 317.8 361 317.5 362 308.5 360.35 308 364 307.5 365 298.5 355 295.5 339.5 297.5 338 301 338 306 341.01 306.92 336.5 307.5 335 311 335 315.31 333.5 315.5 332 319 332 324 338.44 325.96 338 327 338 330.68 328.5 331 327 339.5 331 345 332.49 345.04 331 348.36 331 355.5 347.21 360.5 367.52 357.64 368.96 344.79 365.26 343.65"/><polygon class="cls-8" points="412.31 343.66 411.69 336 408.32 332.15 412 331.36 413 317.21 408.28 314.99 409 308.5 407.35 308 411 307.5 412 298.5 402 295.5 386.5 297.5 385 301 385 306 388.01 306.92 383.5 307.5 382 311 382 315.31 380.5 315.5 379 319 379 324 386 326.13 386 329 389.57 330.71 382.55 331 381.33 339.5 383.36 342.95 380.25 343.36 378 348.36 378 355.5 394.21 360.5 414.52 357.64 415.96 344.79 412.31 343.66"/><polygon class="cls-8" points="265.96 241.5 262.17 240.68 261.5 234 259.08 231.76 261 231.5 262 222.5 255.33 220.5 256 214.5 246 211.5 230.5 213.5 229 217 229 222 235.44 223.96 235 225 235 228.68 225.5 229 224 237.5 228 243 228.63 243.02 228 244 228 249 239.84 251.56 230.03 253.07 228 258.74 228 266.83 243.55 272.5 263.15 269.26 264.5 254.69 255.35 251.4 264.52 250.5 265.96 241.5"/><path class="cls-8" d="M307.76,183.67l1.24-.17,1-9-2.84-.85L306.5,167l-6.5-6-.95,0,.68-6.08,3.27-.45,1-9-10-3-8.68,1.12.68-6.12-10-3-15.5,2L259,140v5l.11,0-3.61.47L254,149v3.18l-2.5.32L250,156v5l6.36,1.94-1.86.06-1.5,8.5,4,5.5,3.39.1-.39.9v5l2.33.71-8.3.79-2,3.5v5l15.55,3.5,18.88-1.93,4.12.93,19.6-2,1.35-9Z"/><polygon class="cls-9" points="251.69 325.18 255.67 313.08 243 307.02 200 306.33 200 320.33 200 334 200 334.33 200 348 200 362 250.55 356.67 255.67 341.08 251.69 339.18 255.67 327.08 251.69 325.18"/><polygon class="cls-9" points="252.33 270.33 251 260.33 217.67 253 200 253 200 273 252.33 270.33"/><polygon class="cls-8" points="200 241 215 240.33 216.34 231 209.67 219.66 200 219 200 241"/><polygon class="cls-9" points="399.5 195.5 399.67 183 389.67 179 355 179 350.33 186.33 357 199 399.5 195.5"/><polygon class="cls-9" points="473 170.33 453.67 169.66 447 177.66 447.44 179.07 430.67 178.66 424 184.32 430 198 452.93 196.78 453 197 479.67 195 482.33 177 473 170.33"/><polygon class="cls-9" points="419 486.16 424.33 413.58 405 404.99 405 382 374.33 375.66 328.33 376.99 323 385.66 322.33 408.33 302.33 410.99 287.66 430.99 296.33 486.33 419 486.16"/><polygon class="cls-10" points="275 508.99 297.66 500.33 301.66 491.66 289.66 405.66 257.66 396.33 225 408.99 221.66 433.66 245 504.33 275 508.99"/><polygon class="cls-11" points="200 393 223 393 244.99 437.66 248.99 553.66 238.99 565.66 200 566.33 200 393"/><polygon class="cls-10" points="489.66 395.66 466.33 380.99 428.99 374.33 412.33 384.99 418.99 488.99 450.99 494.33 484.99 480.99 489.66 395.66"/><path class="cls-12" d="M518.33,357.83,435,356.4l-.19-68.82,83.54,2.09-2-15.34-81.59-2.48-.18-66.64,83.44.46V192.33l-83.48.46L434.35,129H520l.17-13.17-123.92-3.41L285.62,113,200,58.33V78l73,51h39v64.45l-38.83.22L200,183v14l74.5,7.33,37.5.21v63.58L275,267H200v18l78.33-1.33,33.67.84v69.78l-31.67-.54-80.33.58V368l85,.33,235.33,2ZM329.63,129h86.08l.89,63.89-87.71.47Zm-.87,75.63,88,.48.93,66.23L328,268.61Zm-.93,80.27,90.09,2.26,1,69L327,354.55Z"/><polygon class="cls-13" points="279.67 0 200 58.33 200 0 279.67 0"/><polygon class="cls-13" points="451 0 519.67 40.67 518.33 0 451 0"/></g><g id="Brazier"><circle class="cls-14" cx="380.33" cy="118.67" r="98.67" transform="translate(27.49 303.69) rotate(-45)"/><path class="cls-15" d="M415,133l.67-47.17-.5-1.75-.34,0,.17,0L383.7,58.49l1.3-2.16V54l-3.6-.33L379.75,34H385l1-1.67L380.33,27l-5.83.33-4.42,4.34L371.67,34h2.25l-1.56,18.85-2-.18-2,2.66.81,4.58L345,83.08l0,0-.69,3.55.33,44-4,1.33.5,4.34,6.83.08V149l4.83,2,2.17-2.67V136.51l10,.13V149l4.83,2,2.17-2.67v-11.6l32,.4V149l4.83,2,2.17-2.67V137.22l9,.11V133ZM375,62.68l20.87,18.78-40.31,1.3Zm-22,68-.33-4.67L405,124.67l.33,6.66Zm48.59-48.78-20.3-20.58.56,0,27.57,21.83Z"/></g><g id="Gradient"><rect class="cls-16" x="200" width="335" height="299"/><rect class="cls-17" x="200" y="299" width="332" height="277"/><rect class="cls-18" x="200" width="330" height="576"/></g></g><g id="RoomDivide"><polygon class="cls-19" points="564 0 545 118 557 122 557 156 550 160 550 576 519 576 519 160 512 157 513 121 524 118 500 0 564 0"/></g></g><desc>This is the Bread Room. The smuggler is gone.</desc></svg> <<set _brazier to !hasVisited("Pour Water On The Brazier")>> <<toggleLayer "Gradient" _brazier "The brazier is lit and the room is very hot." "">>
<div class="fixed"> <<if !$attack>> <<include "HoldNoSonsBac">> <<else>> <<include "Hold Sons Background">> <</if>> </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: #89694f; } .cls-3 { fill: #473625; } .cls-4 { fill: #5a4937; } .cls-5 { fill: #675642; } .cls-6 { fill: #c5cfdf; } .cls-7 { fill: #281c14; } .cls-8 { fill: #2f2412; } .cls-9 { fill: #392820; } .cls-10 { fill: #766148; } .cls-11 { fill: #6b4e33; } .cls-12 { fill: #4f3312; } .cls-13 { fill: #1e160e; } .cls-14 { fill: #462c1b; } .cls-15 { fill: #3e1d14; } .cls-16 { fill: #3c0600; } .cls-17 { fill: #5c5240; } .cls-18 { fill: #938051; } .cls-19 { fill: #1c0d00; } .cls-20 { fill: #d4bb9a; } .cls-21 { fill: #140400; } .cls-22 { fill: #423230; } .cls-23 { fill: #4b392d; } .cls-24 { fill: #2e1e15; } .cls-25 { fill: #0b0100; } .cls-26 { fill: #977559; } .cls-27 { fill: #2d2c31; } .cls-28 { fill: #7f614a; } .cls-29 { fill: #33261c; } .cls-30 { fill: #301705; } .cls-31 { fill: #3d331e; } .cls-32 { fill: #5e4216; } .cls-33 { fill: #1c1612; } .cls-34 { fill: #29333c; } .cls-35 { fill: #b68a5e; } .cls-36 { fill: #4c361c; } .cls-37 { fill: #060608; } .cls-38 { fill: #d2c2ac; } .cls-39 { fill: #2d241e; } .cls-40 { fill: #b38963; } .cls-41 { fill: #855b3a; } .cls-42 { fill: #b8ac97; } .cls-43 { fill: #70786b; } .cls-44 { fill: #140602; } .cls-45 { fill: #c0925e; } .cls-46 { fill: #311400; } .cls-47 { fill: #906c49; } .cls-48 { fill: #5b1506; } .cls-49 { fill: #a68e66; } .cls-50 { fill: #2d3633; } .cls-51 { fill: #8c2a11; } .cls-52 { fill: #bf7d58; } .cls-53 { fill: #35190e; } .cls-54 { fill: #a6683f; } .cls-55 { fill: #995d38; } .cls-56 { fill: #7c6d63; } .cls-57 { fill: #472825; } .cls-58 { fill: #1f1009; } .cls-59 { fill: #d1bc91; } .cls-60 { fill: #72623e; } .cls-61 { fill: #bc6112; } .cls-62 { fill: #e8e2c5; } .cls-63 { fill: #8a4508; } .cls-64 { fill: #452102; } .cls-65 { fill: #c8b26f; } .cls-66 { fill: #381d08; } .cls-67 { fill: #82a0b1; } .cls-68 { fill: #556982; } .cls-69 { fill: #a08b58; } .cls-70 { fill: #643e1a; } .cls-71 { fill: #452b1c; } .cls-72 { fill: #573617; } .cls-73 { fill: #613a19; } .cls-74 { fill: #3b2319; } .cls-75 { fill: #281719; } .cls-76 { fill: #1d0e07; } .cls-77, .cls-78 { fill: #f4d88e; } .cls-77 { opacity: 0.5; mix-blend-mode: overlay; } .cls-78, .cls-79, .cls-80 { mix-blend-mode: soft-light; } .cls-79 { fill: url(#linear-gradient); } .cls-80 { opacity: 0.8; fill: url(#linear-gradient-2); } </style> <linearGradient id="linear-gradient" x1="640.7077" y1="-94.2769" x2="199.2923" y2="670.2769" gradientTransform="matrix(-1, 0, 0, 1, 804, 0)" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#fbb03b"/> <stop offset="0.2135" stop-color="#cc8d3e"/> <stop offset="0.5949" stop-color="#7d5243"/> <stop offset="0.8664" stop-color="#4b2d46"/> <stop offset="1" stop-color="#381f47"/> </linearGradient> <linearGradient id="linear-gradient-2" x1="-103.8275" y1="53.2324" x2="864.8984" y2="520.7676" gradientTransform="translate(66.9104) scale(0.8359 1)" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#e0eee0"/> <stop offset="0.2006" stop-color="#e4cdb6" stop-opacity="0.7783"/> <stop offset="0.5951" stop-color="#eb9068" stop-opacity="0.3633"/> <stop offset="0.8701" stop-color="#ef6937" stop-opacity="0.1017"/> <stop offset="1" stop-color="#f15a24" stop-opacity="0"/> </linearGradient> </defs> <g class="cls-1"> <g id="Back"> <polygon class="cls-2" points="515 171 731 165 752.667 367.667 747 384 521 369 515 171"/> <polygon class="cls-3" points="747 384 517 364 161 487 335 576 761 576 747 384"/> <polygon class="cls-4" points="0 105 515 171 521 369 449.662 394.334 367 418 0 453 0 105"/> <polygon class="cls-5" points="618 498 454 454 303 533 335 576 612 576 618 498"/> <polygon class="cls-6" points="315.095 0 157.602 73.602 0 24 0 0 315.095 0"/> <polygon class="cls-7" points="44 114 23.02 113.237 23 111.5 0 109 0 157 23.5 155.5 23.223 131.092 34 127.5 44 114"/> <polygon class="cls-8" points="457.66 300.329 456 273 416 274 416 300 384 286 352 289 350 341 320 327 277 328 277 404 438 379 456.993 381.663 457.66 300.329"/> <polygon class="cls-7" points="347 114 347 394 356.261 396.333 359.08 391 357.27 125.667 347 114"/> <polygon class="cls-9" points="519.5 212.75 476 235.25 459.25 236.5 391.75 225 353.75 207 354.75 204.25 392.25 223.75 460.5 234.75 476 233.25 515 212 462 224 392.5 214.25 355 201.5 355.5 199.25 392.75 212.25 461.75 222 513.75 210.75 519.5 212.75"/> <polygon class="cls-9" points="349.75 198.75 339 199.5 333.5 209.25 336 247.75 326.25 257 324.75 285.5 327.5 287 328.5 285.5 329 259 337.25 250.25 338.75 246 336 209.5 340.25 202 350 201 349.75 198.75"/> <polygon class="cls-7" points="377.333 162.333 375.333 169.333 361.667 170 355 181 353.333 159 377.333 162.333"/> </g> <g id="CorkIn"> <polygon class="cls-10" points="33 154.167 55.667 156.417 72 164.708 95.667 171.021 107.666 167.677 132.333 168.005 160.666 183.002 173 208.668 171.666 243.667 158 257.334 137.667 267 154.667 315 174.333 375.334 191.333 399.667 192.333 409.334 0 443.334 0 157 33 154.167"/> <polygon class="cls-11" points="37.333 231 42.667 222.333 52.333 224.333 54.667 230.333 51 239 43 238 37.333 231"/> <polygon class="cls-11" points="0.167 329.166 7.25 326.083 14 331.334 14 341 8.333 345 0 342.334 0.167 329.166"/> <polygon class="cls-11" points="109 325 104 328.334 103.333 335 111.333 342.334 116 342 120.333 330.667 114.333 325.667 109 325"/> <polygon class="cls-11" points="132.333 229.667 142.666 226.333 145.666 233.333 144.333 240.667 138 242.667 131.333 238 132.333 229.667"/> <polygon class="cls-12" points="89 238.333 75 256 66.667 259.667 45 261.667 55.333 277.667 59.333 291.667 66.667 272.333 83.333 259.333 104.666 258 117 259.667 98.333 249 89 238.333"/> <polygon class="cls-12" points="107.666 167.667 96 179 91.333 192.333 82 175 72 164.667 93.333 161.667 107.666 167.667"/> <polygon class="cls-12" points="34.667 154.333 12.667 162.667 0 183.667 0 150 21.333 152.333 34.667 154.333"/> <polygon class="cls-12" points="150.333 312.5 145 340.416 125.333 356.709 108 361.688 70.333 346.011 58.333 324.005 56.667 311.67 48.333 334.334 29.667 351.001 11 356 0 354.667 0 375 27.667 357.667 63.333 358.333 83.333 374 112 378.667 126.666 362 148.666 361 172 372.333 161.333 345.333 150.333 312.5"/> </g> <g id="CorkOut"> <polygon class="cls-10" points="33 154.167 55.667 156.417 72 164.708 95.667 171.021 107.666 167.677 132.333 168.005 160.666 183.002 173 208.668 171.666 243.667 158 257.334 137.667 267 154.667 315 174.333 375.334 191.333 399.667 192.333 409.334 0 443.334 0 157 33 154.167"/> <polygon class="cls-13" points="37.333 231 42.667 222.333 52.333 224.333 54.667 230.333 51 239 43 238 37.333 231"/> <polygon class="cls-11" points="0.167 329.166 7.25 326.083 14 331.334 14 341 8.333 345 0 342.334 0.167 329.166"/> <polygon class="cls-11" points="109 325 104 328.334 103.333 335 111.333 342.334 116 342 120.333 330.667 114.333 325.667 109 325"/> <polygon class="cls-11" points="132.333 229.667 142.666 226.333 145.666 233.333 144.333 240.667 138 242.667 131.333 238 132.333 229.667"/> <polygon class="cls-12" points="89 238.333 75 256 66.667 259.667 45 261.667 55.333 277.667 59.333 291.667 66.667 272.333 83.333 259.333 104.666 258 117 259.667 98.333 249 89 238.333"/> <polygon class="cls-12" points="107.666 167.667 96 179 91.333 192.333 82 175 72 164.667 93.333 161.667 107.666 167.667"/> <polygon class="cls-12" points="34.667 154.333 12.667 162.667 0 183.667 0 150 21.333 152.333 34.667 154.333"/> <polygon class="cls-12" points="150.333 312.5 145 340.416 125.333 356.709 108 361.688 70.333 346.011 58.333 324.005 56.667 311.67 48.333 334.334 29.667 351.001 11 356 0 354.667 0 375 27.667 357.667 63.333 358.333 83.333 374 112 378.667 126.666 362 148.666 361 172 372.333 161.333 345.333 150.333 312.5"/> <polygon class="cls-14" points="41.5 236.333 47.25 235.667 50.958 239 51.979 256.333 50.489 257.667 47 256.667 47 245 45 249 41 247 40 241 41.5 236.333"/> </g> <g id="BunkBedsII"> <polygon class="cls-15" points="335.5 216 327 182 295.5 177 289 186 284.5 215.5 335.5 216"/> <polygon class="cls-16" points="410.5 277 391 263.5 376 264 366 277 410.5 277"/> <polygon class="cls-17" points="455.666 296.002 390.999 295.669 308.332 298.336 206.332 289.669 205.665 275.669 308.332 273.002 437.666 276.336 454.332 279.002 455.666 296.002"/> <polygon class="cls-9" points="450.999 290.335 310.999 291.002 271.665 287.668 274.332 293.002 310.328 300.79 451.666 301.002 450.999 290.335"/> <polygon class="cls-17" points="452 229 447.5 223.5 368 215.5 320 214 217 217.5 215.5 222.5 452 229"/> <polygon class="cls-9" points="455.5 235.5 313.5 229.5 211.5 227.5 213 222 312.5 218.5 454.5 228.5 455.5 235.5"/> <polygon class="cls-17" points="457 355 386.5 352 358 352.5 247.5 354 216.5 366 221.5 375 310.5 385.5 460 363.5 457 355"/> <polygon class="cls-9" points="459.667 237.333 517 238.667 517 233 459 229.667 459.667 237.333"/> <polygon class="cls-9" points="458 289 515 289 516.667 299 460 299.667 458 289"/> <polygon class="cls-9" points="466.666 362.334 522 348.334 523.666 360 465.333 377.667 466.666 362.334"/> <polygon class="cls-17" points="518 348 508.666 343.667 410.333 345.667 394.666 349.667 392.333 353 458.333 364 518 348"/> <polygon class="cls-17" points="518 286 509 280 449.667 277.333 431 284.333 465 290 518 286"/> <polygon class="cls-17" points="511.667 231.333 483.667 228.667 461.667 228 461 231 511.667 231.333"/> <polygon class="cls-3" points="509.666 239 485.666 242.667 312.999 236 213.999 226.333 313.999 228.333 455.5 235.5 461.666 237.333 509.666 239"/> <polygon class="cls-18" points="381.666 369.667 383.999 357 361.333 348.667 301.333 354 303.999 364.333 315.666 368 316.999 376.667 327.999 382 373.999 372.333 381.666 369.667"/> <polygon class="cls-19" points="302.5 273.5 294.5 252 280.5 245.5 273 257.5 269.5 268.5 282 275 302.5 273.5"/> </g> <g id="Mid_copy" data-name="Mid copy"> <polygon class="cls-7" points="205 114 205 394 214.261 396.333 217.08 391 215.27 125.667 205 114"/> <polygon class="cls-9" points="235.04 365.708 73.749 373.082 0.167 372.499 0 388.332 32.41 386.995 32.998 432.332 52.332 428.999 46.776 386.403 96.998 384.332 125.438 382.158 125.998 425.332 145.332 421.999 143.286 380.794 201.665 376.332 250 380 250 406.332 257.176 403.01 258.353 369.686 235.04 365.708"/> <polygon class="cls-3" points="702.167 161.834 459.667 172.999 336.959 153.042 0 105 0 24 187.667 74.333 325.001 0 734 0 702.167 161.834"/> <polygon class="cls-20" points="380.5 115.5 302 88.5 308.5 86.5 384.5 114 380.5 115.5"/> <polygon class="cls-20" points="433 116 497.5 142.5 503 140.5 467 125 464 125.5 442 115 433 116"/> <polygon class="cls-20" points="629.5 91 640 120.5 645.5 123 633 88.5 614.5 13 618.5 44.5 629.5 91"/> <polygon class="cls-7" points="479.666 162.833 419 164.249 391.988 159.92 435.666 149 414.333 146.333 373.79 157.002 301.663 145.441 374.499 132.333 353.666 125 282.726 142.405 218.014 132.032 274.999 106.333 262.332 102.333 218.999 106.333 181.351 126.644 120.198 118.222 174.332 78.333 162.999 71.667 132.332 80.333 69.42 111.228 0 101.667 0 112 214.999 141.667 482.999 177.667 505.644 175.645 479.666 162.833"/> <path class="cls-21" d="M261.667,403.667l8.6665-1.333-44-114L199,211l-10.6665-48L162.999,71.667,157,66.3335l-4,4,7.417,26.1548L102.62,87.5527,95.667,50.3335,91,45.667,83,49l31.3335,142.667,25.3335,82L154.3335,331,179,415l10.667-6-9.0449-30.9648,66.1259-13.5645Zm-83.3335-244,8.0708,41.4292-58.1382-5.0313L117.061,151.2437l60.41,5.3828ZM104.33,96.7051l58.8057,9.3691L175.1328,148.38l-60.3848-6.3867L107,111ZM133,215l-2.209-8.8369,57.58,4.9355L206.7,259.2534l-62.53-6.0122Zm13.8623,47.4575,62.647,4.1768,14.5688,38.2768-63.86,3.27Zm30.2,103.3882-14.3154-49.0078,64.7241-3.0147,16.47,43.2715Z"/> <polygon class="cls-20" points="398.5 113 367 98 378.5 96.5 404.5 112 398.5 113"/> <path class="cls-9" d="M737.6641,104.333l-49.253,5.1172-3.2392-24.6973L735,76V58.333L682.3828,68.7686,669.66,6.2583,687,0H622.332L574.998,21,533.97,28.0474,494.998,0H467L517.52,30.873,466.332,39.6655,388.8252,56.32,307.11,19.9434,344,0H305.6665l-72.001,38.9985-21.3335,2.667-53.333,21.333L66.332,32.332l-18.6665.6665L0,10V30.332L230.9927,98.3267l71.7627,18.1977,2.9067,277.81,6.667,6,8-4.666-2.2725-275.2632,4.9312,1.2505,124.7358,36.8691,1.9385,235.81,6.667,6,8-4.666-2.5752-232.9966,43.8906,12.9731,4.167.3575,5.8506,195.666,4.667,2,6-2-3.3018-194.7832L636.249,172.916l91.917-4.7495L712.999,150.332l-21.1572.8062-1.8184-26.8223L732.998,119ZM671.2393,87.2l4.7509,23.646-60.1279,6.8623L598.709,96.4307,660.998,89Zm-66.9971,31.8345-40.5781,4.6313-38.1358,6.73-41.4765-20.2871L586.4492,97.8931ZM586.332,36.333l69.64-25.1343L668.1055,71.6l-.4395.0874L585.915,81.9756,548.7871,42.1631ZM478.998,53,536.5,44.0708l36.9717,39.4707L545.665,87.041l-86.2129,9.2554L412.0576,68.1152ZM202.3325,68.332,249.666,50.9985l44.5625-24.0913,74.0991,33.8169L304.999,74.332,266.84,85.9248Zm95.3335,26-8.0469-2.1948L375.665,76.333l16.5489-3.7368,47.1552,27.8647-72.458,15.4541ZM462.69,113.46l47.6416,19.6172-56.416,9.9556-52.45-16.3481ZM502.999,158.332l-29.0976-9.0693,56.43-7.5967h.0009l29.0371,14.5186Zm72.6133-2.7661-30.14-15.2763L603.6641,135l12.6923-1.57,16.7852,19.9448Zm68.6592-2.6157L627.4307,132.06l51.54-6.3765,5.1719,25.7481Z"/> <polygon class="cls-3" points="454.333 362.165 315 385.663 315 392 316.993 410.997 453.66 387.663 456.993 381.663 454.333 362.165"/> <polygon class="cls-7" points="236.833 142.667 233.333 150 223 150 214.667 160.333 212.667 139 236.833 142.667"/> <polygon class="cls-22" points="680.625 377.875 676 291 673.667 221 663 215.667 587 213.667 585.333 216 590 370.334 672.25 378.5 680.625 377.875"/> <polygon class="cls-17" points="671 377 667.5 295.5 663.5 292.5 662 222.5 592 220 596.125 371 671 377"/> <polygon class="cls-23" points="600 232 600 279 657.25 285.25 657.625 283.5 654.75 233.25 600 232"/> <polygon class="cls-23" points="658 301.25 602 296.375 599.875 298.125 603.875 360.25 660.75 364.75 661 324.625 658 301.25"/> <polygon class="cls-24" points="646.334 292.667 648.668 288.334 655.334 289.334 657.001 295.667 652.668 302 648.334 300.667 646.334 292.667"/> <polygon class="cls-24" points="687 0 716.328 63.663 710.328 108.33 698.994 156.997 694.328 166.997 718.328 266.33 726.995 270.33 734.995 436.33 768 444.998 768 0 687 0"/> <polygon class="cls-9" points="371.166 51.166 429.083 31.917 429.667 24 414 24 356.333 49.667 371.166 51.166"/> <polygon class="cls-9" points="341.666 40.333 375 27.667 368.333 23.667 334.333 34.999 341.666 40.333"/> <polygon class="cls-9" points="571.667 76.333 486.333 86.999 475 84.999 566.333 71.667 571.667 76.333"/> <polygon class="cls-9" points="487 157.667 533.667 152.333 530.333 147.667 478.333 155.667 487 157.667"/> <polygon class="cls-9" points="679.667 102.999 709.667 102.333 712.333 90.333 677.667 98.999 679.667 102.999"/> </g> <g id="State2"> <g id="BunkBeds"> <polygon class="cls-15" points="335.5 216 327 182 295.5 177 289 186 284.5 215.5 335.5 216"/> <polygon class="cls-16" points="410.5 277 391 263.5 376 264 366 277 410.5 277"/> <polygon class="cls-17" points="455.666 296.002 390.999 295.669 308.332 298.336 206.332 289.669 205.665 275.669 308.332 273.002 437.666 276.336 454.332 279.002 455.666 296.002"/> <polygon class="cls-9" points="450.999 290.335 310.999 291.002 271.665 287.668 274.332 293.002 310.328 300.79 451.666 301.002 450.999 290.335"/> <polygon class="cls-17" points="452 229 447.5 223.5 368 215.5 320 214 217 217.5 215.5 222.5 452 229"/> <polygon class="cls-9" points="455.5 235.5 313.5 229.5 211.5 227.5 213 222 312.5 218.5 454.5 228.5 455.5 235.5"/> <polygon class="cls-17" points="457 355 386.5 352 358 352.5 247.5 354 216.5 366 221.5 375 310.5 385.5 460 363.5 457 355"/> <polygon class="cls-9" points="459.667 237.333 517 238.667 517 233 459 229.667 459.667 237.333"/> <polygon class="cls-9" points="458 289 515 289 516.667 299 460 299.667 458 289"/> <polygon class="cls-9" points="466.666 362.334 522 348.334 523.666 360 465.333 377.667 466.666 362.334"/> <polygon class="cls-17" points="518 348 508.666 343.667 410.333 345.667 394.666 349.667 392.333 353 458.333 364 518 348"/> <polygon class="cls-17" points="518 286 509 280 449.667 277.333 431 284.333 465 290 518 286"/> <polygon class="cls-17" points="511.667 231.333 483.667 228.667 461.667 228 461 231 511.667 231.333"/> <polygon class="cls-3" points="509.666 239 485.666 242.667 312.999 236 213.999 226.333 313.999 228.333 455.5 235.5 461.666 237.333 509.666 239"/> <polygon class="cls-25" points="393 342.5 381.5 337.5 378.45 343.6 377.5 336 371.5 324 379.5 319.5 375.5 309.5 365.5 307 358.5 319 345 327 339.5 346 346.333 357.245 374.209 355.633 374.5 360 390 363 396.5 356.5 393 342.5"/> <polygon class="cls-26" points="411.921 187.659 423.107 177.836 432.35 180.364 434.26 186.682 425.618 196.349 419.966 197.088 416.172 195.307 411.463 200.213 404.585 197 405.725 192.362 411.921 187.659"/> <polygon class="cls-27" points="444.649 219.52 441.754 209.346 429.707 199.653 416.174 195.292 410.981 196.355 405.726 192.358 393 195.25 382.75 202.25 366.852 201.673 364.25 211.5 378.75 218.5 416.494 220.584 441.511 224.011 444.649 219.52"/> <polygon class="cls-26" points="442.797 220.15 440.618 214.868 432.039 211.643 419.739 218.774 409.071 217.557 405.649 220.491 401.515 228.626 402.506 228.762 406.472 223.754 410.347 221.256 407.721 225.691 406.648 229.834 408.708 231.378 411.276 229.206 413.437 230.007 417.302 225.742 425.218 225.06 427.257 223.068 440.442 222.603 442.797 220.15"/> <polygon class="cls-28" points="426.25 191.75 427.75 193.25 430.25 193.5 432.25 186.5 430.25 185.75 426.25 191.75"/> <polygon class="cls-29" points="433.5 189 434 184 429.75 180.375 421.25 184.313 410.25 187.531 413.25 180.766 423 174.258 436 178.504 436.75 185.002 435.75 189 433.5 189"/> <polygon class="cls-19" points="382.25 218.75 386.75 208.5 361.5 175.75 352.5 173.75 337.5 189.5 327.25 184.5 314.5 190.25 291 212.25 282.5 215 307.25 214.75 325.5 200.25 329.25 202.25 323.75 212 317.5 215 338.25 214.25 343.5 206 358.5 217.75 382.25 218.75"/> <polygon class="cls-30" points="467 260.999 485.666 262.999 504.333 267.999 506 277.333 476.333 278.667 467 260.999"/> <polygon class="cls-31" points="478.666 278.999 481.666 269.333 469.666 259.667 446.666 254.999 422.666 261.999 412.666 274.999 435.333 277.999 478.666 278.999"/> <polygon class="cls-28" points="411.875 271.875 409.687 264.188 413.969 258.219 419.984 257.234 427.242 254.492 428.871 258.996 434 263.25 434 271 429.5 274.75 416.75 275.5 411.875 271.875"/> <polygon class="cls-32" points="434.667 269.999 430.667 269.333 430 272.333 425.667 272.999 423 271.333 424.667 267.999 420.334 262.666 415.667 258.333 411 257.999 408 265.333 410 274.999 418.667 277.333 433.333 277.999 434.667 269.999"/> <polygon class="cls-28" points="431.473 330.02 425.262 326.5 419.051 330.02 416.152 328.777 411.805 329.191 413.875 332.918 410.977 339.336 412.84 342.855 409.527 345.34 413.461 351.344 420.5 353 433.75 342.027 431.473 330.02"/> <polygon class="cls-30" points="428.562 326.5 425.875 326 422 326 422.75 330 425.5 332.625 418.5 346.375 420 350.75 426.5 351.25 432.875 351.375 437.75 341.875 438 332.25 428.562 326.5"/> <polygon class="cls-33" points="440.75 348.75 437 344.25 417 348.5 412 347.25 409.527 345.34 412.84 342.855 410.75 340.25 411.5 337.25 403.75 341.75 392.75 342.75 355.5 349.75 358.75 364 380.25 370.25 419 360.25 428 359.5 440.75 348.75"/> <polygon class="cls-18" points="381.666 369.667 383.999 357 361.333 348.667 301.333 354 303.999 364.333 315.666 368 316.999 376.667 327.999 382 373.999 372.333 381.666 369.667"/> <polygon class="cls-28" points="325.333 381.334 329.999 370.667 323.666 366 297.999 372.334 290.333 368.667 284.333 362 278.666 359.667 278.999 365 285.999 374.667 291.666 384.667 298.666 385.334 308.666 382 325.333 381.334"/> <polygon class="cls-28" points="304.999 367 305.333 355.667 301.333 354 281.999 358 281.666 367.334 304.999 367"/> <polygon class="cls-19" points="302.5 273.5 294.5 252 280.5 245.5 273 257.5 269.5 268.5 282 275 302.5 273.5"/> </g> <g id="Mid"> <polygon class="cls-7" points="205 114 205 394 214.261 396.333 217.08 391 215.27 125.667 205 114"/> <polygon class="cls-9" points="235.04 365.708 73.749 373.082 0.167 372.499 0 388.332 32.41 386.995 32.998 432.332 52.332 428.999 46.776 386.403 96.998 384.332 125.438 382.158 125.998 425.332 145.332 421.999 143.286 380.794 201.665 376.332 250 380 250 406.332 257.176 403.01 258.353 369.686 235.04 365.708"/> <polygon class="cls-3" points="702.167 161.834 459.667 172.999 336.959 153.042 0 105 0 24 187.667 74.333 325.001 0 734 0 702.167 161.834"/> <polygon class="cls-20" points="380.5 115.5 302 88.5 308.5 86.5 384.5 114 380.5 115.5"/> <polygon class="cls-20" points="433 116 497.5 142.5 503 140.5 467 125 464 125.5 442 115 433 116"/> <polygon class="cls-20" points="629.5 91 640 120.5 645.5 123 633 88.5 614.5 13 618.5 44.5 629.5 91"/> <polygon class="cls-7" points="479.666 162.833 419 164.249 391.988 159.92 435.666 149 414.333 146.333 373.79 157.002 301.663 145.441 374.499 132.333 353.666 125 282.726 142.405 218.014 132.032 274.999 106.333 262.332 102.333 218.999 106.333 181.351 126.644 120.198 118.222 174.332 78.333 162.999 71.667 132.332 80.333 69.42 111.228 0 101.667 0 112 214.999 141.667 482.999 177.667 505.644 175.645 479.666 162.833"/> <path class="cls-21" d="M261.667,403.667l8.6665-1.333-44-114L199,211l-10.6665-48L162.999,71.667,157,66.3335l-4,4,7.417,26.1548L102.62,87.5527,95.667,50.3335,91,45.667,83,49l31.3335,142.667,25.3335,82L154.3335,331,179,415l10.667-6-9.0449-30.9648,66.1259-13.5645Zm-83.3335-244,8.0708,41.4292-58.1382-5.0313L117.061,151.2437l60.41,5.3828ZM104.33,96.7051l58.8057,9.3691L175.1328,148.38l-60.3848-6.3867L107,111ZM133,215l-2.209-8.8369,57.58,4.9355L206.7,259.2534l-62.53-6.0122Zm13.8623,47.4575,62.647,4.1768,14.5688,38.2768-63.86,3.27Zm30.2,103.3882-14.3154-49.0078,64.7241-3.0147,16.47,43.2715Z"/> <polygon class="cls-20" points="398.5 113 367 98 378.5 96.5 404.5 112 398.5 113"/> <path class="cls-9" d="M737.6641,104.333l-49.253,5.1172-3.2392-24.6973L735,76V58.333L682.3828,68.7686,669.66,6.2583,687,0H622.332L574.998,21,533.97,28.0474,494.998,0H467L517.52,30.873,466.332,39.6655,388.8252,56.32,307.11,19.9434,344,0H305.6665l-72.001,38.9985-21.3335,2.667-53.333,21.333L66.332,32.332l-18.6665.6665L0,10V30.332L230.9927,98.3267l71.7627,18.1977,2.9067,277.81,6.667,6,8-4.666-2.2725-275.2632,4.9312,1.2505,124.7358,36.8691,1.9385,235.81,6.667,6,8-4.666-2.5752-232.9966,43.8906,12.9731,4.167.3575,5.8506,195.666,4.667,2,6-2-3.3018-194.7832L636.249,172.916l91.917-4.7495L712.999,150.332l-21.1572.8062-1.8184-26.8223L732.998,119ZM671.2393,87.2l4.7509,23.646-60.1279,6.8623L598.709,96.4307,660.998,89Zm-66.9971,31.8345-40.5781,4.6313-38.1358,6.73-41.4765-20.2871L586.4492,97.8931ZM586.332,36.333l69.64-25.1343L668.1055,71.6l-.4395.0874L585.915,81.9756,548.7871,42.1631ZM478.998,53,536.5,44.0708l36.9717,39.4707L545.665,87.041l-86.2129,9.2554L412.0576,68.1152ZM202.3325,68.332,249.666,50.9985l44.5625-24.0913,74.0991,33.8169L304.999,74.332,266.84,85.9248Zm95.3335,26-8.0469-2.1948L375.665,76.333l16.5489-3.7368,47.1552,27.8647-72.458,15.4541ZM462.69,113.46l47.6416,19.6172-56.416,9.9556-52.45-16.3481ZM502.999,158.332l-29.0976-9.0693,56.43-7.5967h.0009l29.0371,14.5186Zm72.6133-2.7661-30.14-15.2763L603.6641,135l12.6923-1.57,16.7852,19.9448Zm68.6592-2.6157L627.4307,132.06l51.54-6.3765,5.1719,25.7481Z"/> <polygon class="cls-3" points="454.333 362.165 315 385.663 315 392 316.993 410.997 453.66 387.663 456.993 381.663 454.333 362.165"/> <polygon class="cls-7" points="236.833 142.667 233.333 150 223 150 214.667 160.333 212.667 139 236.833 142.667"/> <polygon class="cls-22" points="680.625 377.875 676 291 673.667 221 663 215.667 587 213.667 585.333 216 590 370.334 672.25 378.5 680.625 377.875"/> <polygon class="cls-17" points="671 377 667.5 295.5 663.5 292.5 662 222.5 592 220 596.125 371 671 377"/> <polygon class="cls-23" points="600 232 600 279 657.25 285.25 657.625 283.5 654.75 233.25 600 232"/> <polygon class="cls-23" points="658 301.25 602 296.375 599.875 298.125 603.875 360.25 660.75 364.75 661 324.625 658 301.25"/> <polygon class="cls-24" points="646.334 292.667 648.668 288.334 655.334 289.334 657.001 295.667 652.668 302 648.334 300.667 646.334 292.667"/> <polygon class="cls-24" points="687 0 716.328 63.663 710.328 108.33 698.994 156.997 694.328 166.997 718.328 266.33 726.995 270.33 734.995 436.33 768 444.998 768 0 687 0"/> <polygon class="cls-9" points="371.166 51.166 429.083 31.917 429.667 24 414 24 356.333 49.667 371.166 51.166"/> <polygon class="cls-9" points="341.666 40.333 375 27.667 368.333 23.667 334.333 34.999 341.666 40.333"/> <polygon class="cls-9" points="571.667 76.333 486.333 86.999 475 84.999 566.333 71.667 571.667 76.333"/> <polygon class="cls-9" points="487 157.667 533.667 152.333 530.333 147.667 478.333 155.667 487 157.667"/> <polygon class="cls-9" points="679.667 102.999 709.667 102.333 712.333 90.333 677.667 98.999 679.667 102.999"/> </g> <g id="Sentry"> <polygon class="cls-34" points="227.666 237 206.333 255.667 184.333 327.667 193.333 351.333 205.333 355 205 399.667 219.333 408.667 295.666 392.333 287.666 333.333 310 351.333 318.666 350 324.333 339.667 306 316.667 288 286.667 270.666 259.333 265.666 258.667 267.333 252 252.333 239.667 227.666 237"/> <polygon class="cls-25" points="338.25 385.875 338 352.313 328.25 346.031 315.75 344.266 317.75 350.008 331 359 331 386 338.25 385.875"/> <polygon class="cls-35" points="266.5 198.625 270.375 210.75 269.75 214.25 273.625 219.625 275 224.75 274.25 226.25 270.75 226.75 271.625 230.375 271.25 231.125 271.5 233.125 269.625 236.125 270.75 238.875 270.5 240.875 267.375 241.875 258.25 240 250.875 250 247.25 251.5 233.625 238.125 244.75 212.875 262.375 196.375 266.5 198.625"/> <polygon class="cls-36" points="262.333 189.667 268.667 194.667 274.667 193.333 271 199.333 266.667 199.667 262 197.667 257.667 204.333 258.333 212.333 255.333 217.667 249.333 214.333 248 215.333 244 223 249 228.333 243 237 233 238 226 230.333 220.667 209.667 262.333 189.667"/> <polygon class="cls-37" points="269.5 185.125 263.75 182.313 258.25 185.406 247.5 179 242 179 223.25 187 221.75 190.25 220.25 201.75 213.25 210.25 215 213 228.5 212.75 254.75 202.25 269.5 185.125"/> <polygon class="cls-36" points="268.833 213.333 267 210.5 261 212.5 260.5 214.667 266 218.333 268.833 213.333"/> <polygon class="cls-38" points="227.25 233.75 229.75 233.875 247 248.063 252.75 247.531 253.5 246.016 259 249.508 254.75 258.004 262 281.75 262 294 256.25 296.75 247 293.5 246.5 258.25 236.25 250 226 236.75 227.25 233.75"/> <polygon class="cls-35" points="341.723 361.416 345.411 360.725 346.333 357.245 341.723 343.979 317.014 337.163 311.666 341.591 312.404 348.767 323.468 360 329.369 360 330.844 357.344 329 353.803 324.943 352.308 321.624 349.533 323.284 347.869 331.028 350.632 337.113 360.772 341.723 361.416"/> <g id="Extra_two" data-name="Extra two"> <polygon class="cls-39" points="550.761 302.352 531.323 274.995 498.566 264.556 487.407 265.996 480.208 263.476 452.851 274.635 432.692 310.991 428.373 343.388 435.932 355.627 451.411 360.666 453.21 406.022 461.49 440.579 448.171 448.858 440.972 450.658 439.892 454.617 457.53 456.057 481.648 447.058 481.288 385.504 504.326 383.704 513.325 399.183 511.165 441.298 533.123 452.817 544.642 455.337 545.362 450.658 530.603 439.499 538.522 398.463 537.082 353.107 548.961 339.788 550.761 302.352"/> <polygon class="cls-40" points="500.153 265.33 506.9 240.594 501.759 229.365 492.123 224.24 480.569 235.159 470.92 240.608 473.491 259.234 478.383 266.874 489.125 271.756 500.153 265.33"/> <polygon class="cls-41" points="493.086 246.537 490.139 247.655 490.167 246.917 477.449 247.038 476.61 249.437 482.369 252.917 488.273 250.703 487.785 258.263 491.481 260.832 494.05 258.263 494.532 253.765 493.086 246.537"/> <polygon class="cls-41" points="487.465 263.644 492.524 262.117 494.452 262.76 489.713 264.125 487.465 263.644"/> <polygon class="cls-27" points="501.973 223.783 507.112 226.139 513.325 239.416 510.754 242.414 490.838 248.197 473.062 244.128 465.351 238.346 469.635 230.636 473.491 229.137 476.489 231.492 479.058 221.641 493.621 218 500.26 219.713 501.973 223.783"/> <polygon class="cls-15" points="418.294 295.872 402.935 285.974 383.017 291.433 383.017 307.751 365.739 407.583 391.897 415.021 395.016 479.574 381.577 493.493 381.337 497.334 397.175 495.894 403.414 481.495 404.375 483.414 408.454 475.736 407.495 468.296 408.215 409.021 425.732 413.102 427.892 426.06 422.852 443.339 416.614 475.495 424.053 481.014 426.452 479.216 436.772 486.294 443.491 486.294 447.091 483.174 443.73 480.055 433.651 474.775 427.653 464.456 440.371 427.741 441.091 411.902 445.89 412.382 441.811 354.067 419.253 303.432 418.294 295.872"/> <polygon class="cls-26" points="401.736 253.517 414.455 248.238 425.734 253.757 428.373 264.556 433.412 275.115 432.453 277.514 428.613 277.995 425.734 284.714 421.655 289.753 415.655 287.834 414.455 296.473 407.256 299.593 408.935 293.833 397.656 288.794 400.536 278.475 401.736 253.517"/> <polygon class="cls-42" points="425.644 253.847 415.909 255.962 416.832 274.297 410.723 283.465 395.79 279.5 388.594 272.838 392.285 268.517 395.976 267.615 395.976 258.796 402.455 248.357 414.874 247.277 425.853 251.057 425.644 253.847"/> <polygon class="cls-43" points="415.054 295.153 407.135 298.392 398.856 334.389 403.535 382.984 420.094 374.705 428.373 383.704 434.132 383.344 426.213 336.189 414.334 301.632 415.054 295.153"/> <polygon class="cls-44" points="412.894 395.043 409.822 393.98 410.614 391.864 408.035 380.464 398.496 378.845 401.736 388.384 401.736 395.825 391.627 428.476 393.515 432.09 396.097 430.68 408.918 396.398 411.995 397.383 412.894 395.043"/> <polygon class="cls-26" points="387.577 382.384 392.376 374.945 399.816 376.865 405.335 388.143 403.416 397.263 401.016 400.143 399.337 398.942 400.777 395.103 399.337 390.303 395.976 395.103 392.857 394.863 388.297 388.863 387.577 382.384"/> </g> </g> <g id="Whipple"> <polygon class="cls-45" points="586.875 247.5 589.5 253.375 589 257 591 261.125 592.125 262.375 592.25 264 590.25 265 588.5 264.875 588.375 266.75 587.875 268.375 588.5 269.25 587.875 271 584.625 270.625 583.375 272.625 582 274 582.375 277.625 569.5 274 570.75 256.25 586.875 247.5"/> <polygon class="cls-29" points="585.25 247.75 583 254.5 579.75 257.5 576 256.25 574 260.5 577.25 266.75 573.75 269.5 569 270.25 565.75 257.25 585.25 247.75"/> <polygon class="cls-16" points="594.5 246.5 592 241.5 575 239.5 564.5 245 560.5 257.5 563 263 594.5 246.5"/> <polygon class="cls-46" points="584.875 280 585 276 582.25 275.25 578.375 277.25 568 272 566.375 273.75 566.625 277.125 559.75 278.625 542.834 298.168 536.501 315.834 547.5 335.25 546.5 360.25 550.75 367.25 571.5 374 592.25 372.75 597.5 364.25 594.25 335 604.5 346.25 610 345.25 612 339.75 594.5 310.25 592.5 287.75 590.125 282 584.875 280"/> <polygon class="cls-47" points="610.584 339.583 616.312 343.146 617.074 346.114 615.995 347.183 613.999 345.425 611.415 344.921 616.001 351.752 616.166 357.334 614.584 358.834 613.667 358 613.834 352.833 610.625 348.667 612 353.75 612 359 611.334 359.167 610.251 358.25 609.501 352.667 608.584 350 607.501 350.167 608.584 354.833 607.751 357.75 606.917 357.917 605.917 357.333 606.334 353.917 605.5 349.833 605 350 605 355 603.751 356.417 602.501 356.25 603.334 351.667 601.751 347.083 602.334 340.167 606.334 338.417 610.584 339.583"/> <polygon class="cls-19" points="587.5 347.5 592 378.25 591.25 396.5 590 409.25 597.25 414 602.5 416 603.75 418.75 596.25 419.75 580 413.5 579.75 380.5 580.75 371.5 577.75 347.5 569.25 346.75 568.25 383.25 566.5 413 572.5 426 574.25 430.25 570.5 432 560.75 425.5 557 409.75 557.75 362 555.5 328.5 590.25 335.25 587.5 347.5"/> <polygon class="cls-48" points="571 278 580.75 279.5 584.75 280.875 592 315 591.25 336.25 585.25 342 576.25 334.75 565.5 342.5 557 341.75 552.5 334.75 563.5 311 567.5 286 571 278"/> <polygon class="cls-49" points="582.25 275.25 583 276.75 581.75 279.375 582.312 284 580 287 580 290.25 576.687 289.5 575.906 284.75 578.203 281 573.602 280.375 567.738 275 567.994 272 569.747 271.5 579.498 275.75 582.25 275.25"/> <polygon class="cls-29" points="588.458 255.25 588.791 254.167 587.77 253.604 584.937 254.375 583.458 257.5 585.687 255 587.5 254.958 588.458 255.25"/> <polygon class="cls-29" points="585.167 258.167 587.584 256.583 587.834 257.083 587.084 259.417 586.334 258.083 585.167 258.167"/> <g id="Smuggler"> <polygon class="cls-50" points="670.748 258.619 643.949 252.201 631.909 258.074 631.936 260.274 615.334 283.333 619.334 290.667 633.668 308.667 639.325 300.989 641.667 304 667.334 310.667 668.334 307 675.667 299 681.334 286.333 670.748 258.619"/> <polygon class="cls-51" points="647.95 251.099 642.793 254.807 643.004 263.378 645.35 266.967 650.119 270.486 645.272 274.65 645.124 283 648.648 283 654 273.418 654 278.631 665.127 283.256 666.359 281.42 662.899 273.932 657.684 269.82 664.142 266.884 667.591 259.102 647.95 251.099"/> <polygon class="cls-52" points="663.821 242.51 651.781 238.398 646.495 244.075 647.4 254.599 648.257 260.717 652.917 265.542 655.834 265.625 662.451 261.794 666.367 256.997 663.821 242.51"/> <polygon class="cls-53" points="661.13 251.613 657.605 250.071 654.448 251.246 654.669 252.274 656.504 252.641 658.119 251.246 661.13 251.613"/> <polygon class="cls-53" points="651.952 252.494 652.319 251.833 650.557 249.924 648.575 249.851 648.795 250.806 649.602 250.879 651.952 252.494"/> <polygon class="cls-54" points="654.669 252.274 652.319 251.833 651.731 252.861 650.337 258.809 651.952 259.763 655.33 258.074 654.669 252.274"/> <polygon class="cls-55" points="655.33 258.074 651.952 259.763 653.641 259.983 655.33 258.074"/> <polygon class="cls-56" points="649.333 243.88 647.621 246.033 647.4 254.599 645.137 256.63 641.312 254.758 639.155 249.172 641.112 246.036 643.755 246.818 642.523 244.664 641 244.467 641 241.628 642.278 240.16 652.609 236.538 667.711 238.887 668.337 239.867 672 241.726 672 245.153 669.722 245.935 672.693 247.404 673.592 253.864 672.133 255.627 676.151 259.053 675.957 262.087 674.393 263.654 670.574 263.458 665.388 262.185 664.017 259.444 664.213 254.355 661.374 249.753 659.808 244.076 657.458 243.195 651.781 244.858 649.333 243.88"/> <polygon class="cls-57" points="669.645 234.58 670.306 237.224 664.91 240.454 651.42 245.446 645.604 242.363 637 235.315 637 232.231 641.21 231.644 650.728 232.524 663.639 232.671 669.645 234.58"/> <polygon class="cls-58" points="633.603 362.014 628.387 361.158 622.001 359.833 623.842 379.213 622.69 380.442 623.795 383.017 620.919 384.136 620.667 385.335 613.681 389.468 607.602 390.829 602.51 391.498 601.679 394.685 617.92 396.092 621.138 395.692 624.232 392.022 624.873 393.189 630.858 391.119 633.224 387.7 630.539 382.802 633.603 362.014"/> <polygon class="cls-58" points="649.501 362.5 657.034 363.788 662.001 362.333 659.353 383.291 661.076 383.191 663.923 387.975 668.836 390.338 674.362 391.764 676.322 396.375 663.262 395.002 658.081 391.807 657.376 393.462 653.529 393.101 650.33 391.47 650.268 385.045 651.076 380.731 649.501 362.5"/> <polygon class="cls-59" points="638.5 299.833 623.084 324.916 621.376 341.625 620.021 360.314 628.345 364.323 634.339 361.329 640.337 334.331 648.668 321.999 649.501 335.999 647 352.334 647 363 656.001 366.667 664.667 362 669.001 331 668.001 304 650.001 305 638.5 299.833"/> <polygon class="cls-52" points="637.167 294.167 640.334 297.167 640.001 306.167 637.334 307.667 637.251 302.083 633.751 307.833 630.334 312.834 629.001 307.334 630.501 297.167 633.834 293.667 637.167 294.167"/> <polygon class="cls-53" points="656.687 253.083 658.073 252.313 660.167 253 658 253 656.687 253.083"/> <polygon class="cls-53" points="658.625 252.792 658.458 253.708 657.375 254 656.958 253.583 656.917 253 658.625 252.792"/> <polygon class="cls-53" points="651.583 252.917 650.667 252.042 648.75 251.917 650.5 252.708 651.583 252.917"/> <polygon class="cls-53" points="651.334 260.667 652.918 260.333 655.126 260.667 657.293 261.5 657.376 262 653.793 261.792 651.668 261.208 651.334 260.667"/> </g> </g> </g> <g id="Briana"> <polygon class="cls-30" points="667.244 382.956 670.163 396.898 671.234 404.223 670.649 408.895 662.863 414.783 660.527 416.242 659.359 417.119 655.418 418.286 654.542 419.746 654.25 421.353 662.863 423.25 667.535 421.645 673.813 418.141 675.2 418.578 679.215 416.681 680.187 413.177 678.631 406.947 679.215 392.153 679.507 383.832 667.244 382.956"/> <polygon class="cls-30" points="694.105 377.7 698.485 392.665 697.464 399.636 693.492 407.501 692 409.965 692 413.177 694.805 413.761 701.099 410.694 705.268 403.978 706.401 399.745 708.138 396.825 707.253 393.176 705.352 388.504 704.182 387.92 703.158 371.715 694.105 377.7"/> <polygon class="cls-18" points="668.703 318.72 665.345 341.932 662.134 382.372 671.185 385.876 678.192 385.73 683.156 381.204 684.324 375.219 682.572 360.619 681.842 347.48 685.347 364.561 691.916 378.723 699.653 379.598 702.866 375.072 705.493 367.335 705.202 361.203 699.653 341.786 693.376 322.661 692.061 316.529 690.894 315.361 668.703 318.72"/> <polygon class="cls-60" points="691.477 315.653 691.185 318.72 677.463 322.223 668.703 318.72 669.093 315.945 691.477 315.653"/> <polygon class="cls-61" points="667.145 251.368 666.367 257.573 666.951 259.216 667.048 260.572 666.853 264.365 669.58 270.105 671.915 272.075 674.105 272.513 673.959 275.359 672.499 276.236 677.268 283.341 681.745 283.633 685.832 276.139 683.399 274.873 682.523 272.926 683.546 267.282 687 264.946 687 256.673 675.808 246.842 667.145 251.368"/> <polygon class="cls-62" points="671.367 259.848 669.652 260.432 668.946 260.372 668.85 258.935 669.798 258.534 671.367 259.848"/> <polygon class="cls-62" points="679.409 259.763 677.633 260.614 676.684 260.663 676.83 258.57 679.409 259.763"/> <polygon class="cls-63" points="673.959 272.538 676.514 273.462 678.85 272.878 680.018 271.199 676.222 272.367 673.959 272.538"/> <polygon class="cls-63" points="686.004 261 684.763 260.406 683.813 262.153 684.033 263.427 683.449 264.466 685.127 264.256 685.2 262.801 684.763 262.01 684.908 261 686.004 261"/> <path class="cls-64" d="M706.1748,329.2793l-3.2119-6.3262-1.46-2.92-.623.4678-.0586-.5655-6.8125-5.4492-2.9209,6.2285.7793,7.3965,7.9814,3.8936,2.1407-.7783-.4424-4.2784,1.2207,2.6231,1.0713,10.8037.292,6.3262,1.6543,1.7529,2.53-1.5586.39-9.5381Zm1.07,16.06-.584,1.2646-1.2656-.3887-.4863-5.1582-.9737-8.4677-.7783-4.5743-1.8476-3.3593-.3653-3.5274,1.337,3.0909,3.0175,5.1582,2.1407,8.37Z"/> <polygon class="cls-61" points="699.557 310.204 696.831 309.133 695.079 310.106 692.938 314.778 697.513 320.715 698.485 321.397 700.043 321.591 702.185 320.228 703.644 319.353 706.564 316.529 704.909 311.858 699.557 310.204"/> <polygon class="cls-61" points="664.031 328.793 666.075 331.615 665.589 334.729 665.199 338.33 664.616 338.526 663.643 337.747 663.447 335.217 663.739 334.34 663.155 333.563 662.182 335.217 661.988 339.889 663.253 341.932 664.616 344.657 664.227 345.533 664.129 346.311 662.962 346.215 660.041 344.268 657.705 337.747 659.457 329.863 664.031 328.793"/> <polygon class="cls-63" points="698.121 311.639 697.318 310.981 695.785 312.369 694.179 315.8 694.617 315.872 698.121 311.639"/> <polygon class="cls-63" points="699.216 314.193 698.485 313.975 695.128 317.624 695.42 317.989 698.704 315.288 699.216 314.193"/> <polygon class="cls-63" points="700.627 316.869 700.676 317.746 698.632 319.79 697.269 320.52 696.977 319.887 698.973 317.844 700.627 316.869"/> <polygon class="cls-65" points="664.518 280.519 662.863 283.925 661.599 292.685 657.121 305.143 654.591 317.893 656.635 323.732 658.094 327.139 658.971 329.864 662.766 330.643 664.518 329.572 665.102 325.289 667.145 322.759 669.19 318.281 673.521 317.405 677.316 318.573 680.236 318.281 682.523 318.477 686.223 317.844 690.31 316.237 691.088 315.945 692.451 311.371 694.495 301.152 696.052 300.568 698.583 309.911 700.238 311.178 703.157 312.929 704.714 317.795 703.644 319.353 704.909 319.255 707.439 316.529 707.926 314.389 711.333 310.301 709.873 304.267 704.228 291.808 695.76 280.031 690.894 277.598 679.993 283.633 668.703 279.059 664.518 280.519"/> <polygon class="cls-66" points="680.042 259.593 679.264 259.447 678.923 258.96 677.171 258.132 675.712 258.862 675.225 259.739 675.614 259.544 675.885 259.491 675.954 260.226 676.489 260.663 677.438 260.614 677.828 259.666 677.365 258.911 679.312 259.86 680.042 259.593"/> <polygon class="cls-66" points="671.574 259.885 670.748 258.619 668.995 257.986 668.169 258.278 667.39 259.301 667.937 259.045 667.9 259.556 668.302 260.25 669.31 260.445 669.7 259.593 669.442 258.855 670.456 259.301 671.574 259.885"/> <polygon class="cls-66" points="671.915 258.278 671.769 257.598 670.213 255.991 668.46 255.408 667.779 255.748 667.341 257.16 668.412 256.429 669.482 256.527 671.282 258.23 671.915 258.278"/> <polygon class="cls-66" points="679.848 257.16 677.998 256.381 676.733 256.624 675.42 257.501 674.495 257.744 674.203 257.355 674.543 256.77 676.636 255.408 678.485 255.456 679.604 256.527 679.848 257.16"/> <polygon class="cls-63" points="673.521 259.739 672.548 259.106 672.256 259.447 671.671 262.27 671.38 262.95 671.867 263.924 673.569 264.313 673.667 263.924 674.933 263.193 675.419 262.609 675.272 262.026 674.349 261.637 673.521 259.739"/> <polygon class="cls-64" points="676.343 267.233 674.737 266.065 672.985 265.967 672.012 266.211 671.574 266.99 671.234 266.698 671.088 267.087 671.281 267.428 672.889 267.185 676.343 267.233"/> <polygon class="cls-63" points="675.468 268.157 675.029 267.865 672.158 267.914 671.963 268.352 673.375 269.034 674.494 268.936 675.468 268.157"/> <polygon class="cls-64" points="685.931 259.593 684.471 259.252 683.253 261.442 682.768 259.69 681.647 258.57 681.794 257.501 681.015 256.429 680.479 254.629 680.042 252.829 678.388 251.855 677.706 252.196 676.343 251.028 673.228 250.444 670.649 250.59 670.065 251.514 668.509 251.173 668.362 252.196 667.244 252.731 666.318 252.585 665.832 251.124 666.659 249.665 667.973 249.178 667.681 248.837 668.411 247.67 672.499 246.94 685.931 253.023 689.727 259.593 687.391 266.113 683.399 267.768 682.962 267.428 683.253 265.238 685.297 265.19 687.342 263.048 685.931 259.593"/> <polygon class="cls-67" points="684.553 267.111 686 264.508 686 260.76 683.775 255.796 678.478 250.103 672.276 248.449 667.715 249.227 666.652 249.665 666.219 250.639 666.463 248.254 670.552 245.578 676.926 243.193 680.14 243.631 684.859 246.94 682.864 242.024 684.227 240.078 688.996 245.237 691.04 242.317 692.306 244.993 692.402 250.736 690.164 253.899 690.894 260.226 689.678 264.898 685.832 268.401 683.539 267.816 684.553 267.111"/> <polygon class="cls-68" points="691.137 245.432 690.407 249.763 689.629 250.055 688.655 247.768 688.996 245.237 688.477 246.46 687.597 244.647 685.449 242.89 686.27 246 687.391 246 687.74 248.409 687.634 248.554 689.142 252.102 691.04 250.81 691.624 247.05 691.137 245.432"/> <polygon class="cls-67" points="686.368 274.447 684.543 274.867 680.2 282.851 676.095 279.145 671.623 275 668.703 275 664.616 278.984 664.251 281 668.703 281 676.368 284.238 678.192 285.675 676.514 290.519 676.368 292.867 683.887 299.589 686.733 299.444 686.587 298.206 683.011 291.054 682.791 288.864 687.391 295.288 690.529 297.112 691.259 296.383 689.58 291.272 685.857 283.463 689.653 282.294 692.5 279.156 692.792 276.893 690.456 276.09 688.267 275.359 687.098 274.484 686.368 274.447"/> <polygon class="cls-68" points="680.31 285.36 679.36 285.944 680.456 291.199 683.959 294.412 685.2 295.288 683.011 291.055 682.791 288.864 688.34 292.003 685.857 287.477 682.937 285.871 680.31 285.36"/> <polygon class="cls-69" points="664 283.974 663.334 286.236 664.948 291.358 662.396 298.348 662.534 300.577 664.984 306.996 666.26 316.338 668.602 318.184 672.107 318.477 676.001 318.281 669.871 315.46 667.34 308.257 665.345 303.682 664.433 299.156 666 291.808 666 290.543 664 286.26 664 283.974"/> <polygon class="cls-69" points="684.859 318.087 683.595 312.636 685.639 310.592 687.877 311.955 687.391 316.529 690.796 313.317 691.673 314.778 690.699 317.016 686.417 318.281 684.859 318.087"/> <polygon class="cls-65" points="671.222 411.723 667.754 411 666.951 411 665.856 412.088 666.075 412.485 669.652 412.831 665.71 415.486 663.155 414.478 662.571 414.411 661.331 415.29 661.477 415.803 665.491 417.409 666.367 417.482 671.769 413.469 671.843 412.559 671.222 411.723"/> <polygon class="cls-65" points="697.318 399 701.989 399 702.428 399.299 700.457 403.866 699.8 404.105 695.128 403.567 695.055 403.116 695.566 402.16 696.807 402.23 699.945 402.503 701.04 400 697.318 400 697.099 399.647 697.318 399"/> </g> <g id="Foreground"> <polygon class="cls-70" points="278 576 493 490 536 442 338 382 192 405 0 434 0 576 278 576"/> <polygon class="cls-14" points="541 457 536 442 451 494 400 511 283 563 251 576 335 576 492 499.07 492 576 527 576 527 481.92 535 478 541 457"/> <polygon class="cls-44" points="768 426 723 416 680 428 678 480 616 484 568 519 577 576 768 576 768 426"/> <polygon class="cls-71" points="445.666 452.334 370.592 510.078 355.593 511.578 282.097 484.58 287 471 445.666 452.334"/> <polygon class="cls-71" points="253 443 180.102 484.58 154.603 487.579 153.103 469.58 253 443"/> <polygon class="cls-72" points="251.666 433.666 253 443 175.666 477.666 105.666 458.333 189 420.333 251.666 433.666"/> <polygon class="cls-71" points="161 501 171.103 519.079 133.605 540.078 43.61 537.078 45.11 519.079 76 508 161 501"/> <polygon class="cls-73" points="181.667 431 197.667 432.333 211.667 442.333 197 455.666 171.667 463 152.333 462.333 149.667 447.666 166.333 437 181.667 431"/> <g id="Mug"> <path class="cls-74" d="M158,397l-38-9-38,4L64,402l2.8789,31.9541L59,431l-14,6-9,21,6,22,30.2285,13.3359L76,508l44,12,26-5,15-14ZM53,475l-3-19,6-11,12.1475,3.0371,3.0859,34.2559Z"/> <polygon class="cls-75" points="73 410 117 416 120 510 114 514 91 510 87 459 78 452 73 410"/> <polygon class="cls-76" points="73 410 77 400 118 395 150 402 149 411 116 420 85 416 73 410"/> </g> <polygon class="cls-72" points="367.666 423.667 365.776 424.572 287 462.334 287 471 372.999 495.667 445.666 452.334 443.666 444.334 367.666 423.667"/> <polygon class="cls-73" points="381 434.334 355.667 437 332.333 448.334 339 468.334 360.333 472.334 393 464.334 409 449.667 401.667 441.667 381 434.334"/> </g> <g id="Light"> <polygon class="cls-77" points="305.666 0 536 442 451 494 400 511 251 576 0 576 0 0 305.666 0"/> <polygon class="cls-78" points="632.451 494.455 588.953 522.953 600.952 537.952 656.45 539.452 614.452 518.453 632.451 494.455"/> </g> <g id="Gradient"> <rect class="cls-79" width="768" height="576"/> <rect class="cls-80" x="2" y="-1" width="766" height="576"/> </g> </g> <desc> <desc>You arrive at the Hold.</desc> </svg> <<set _state1 to !$captain>> <<toggleLayer "Light" _state1 "There's an eerie quiet, with only the muffled sound of feet on the deck above." "">> <<toggleLayer "State2" $captain "It's crowded with several Sons of Liberty, you, and Benny." "">>
<div class="fixed"> <<if $attack>> <<include "Galley With Captain">> <<else>> <<if !hasVisited("Take The Mug")>> <<include "Galley With Mug">> <<else>> <<include "Galley No Mug">> <</if>> <</if>> </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:#694429;}.cls-3{fill:#7e502e;}.cls-4{fill:#483929;}.cls-5{fill:#180c08;}.cls-6{fill:#462f17;}.cls-7{fill:#77542c;}.cls-8{fill:#bc9061;}.cls-9{fill:#cfd9f4;}.cls-10{fill:#3b2c25;}.cls-11{fill:#561d0a;}.cls-12{fill:#482718;}.cls-13{fill:#140400;}.cls-14{fill:#24180e;}.cls-15{fill:#c75a05;}.cls-16{fill:#f49c07;}.cls-17{fill:#7b250a;}.cls-18{fill:#792908;}.cls-19{fill:#b5602a;}.cls-20{fill:#f4e8b6;opacity:0.4;}.cls-21,.cls-56,.cls-57{mix-blend-mode:soft-light;}.cls-21{fill:url(#radial-gradient);}.cls-22{fill:#392612;}.cls-23{fill:#402c1b;}.cls-24{fill:#1b0c04;}.cls-25{fill:#35190e;}.cls-26{fill:#876950;}.cls-27{fill:#4c3c30;}.cls-28{fill:#665744;}.cls-29{fill:#80634e;}.cls-30{fill:#782d1a;}.cls-31{fill:#494008;}.cls-32{fill:#3c2c12;}.cls-33{fill:#8f4d2d;}.cls-34{fill:#a26e3f;}.cls-35{fill:#7e4122;}.cls-36{fill:#907046;}.cls-37{fill:#1c150c;}.cls-38{fill:#332613;}.cls-39{fill:#c48051;}.cls-40{fill:#1e0f08;}.cls-41{fill:#a5673e;}.cls-42{fill:#b7ab96;}.cls-43{fill:#b77140;}.cls-44{fill:#f4dcb5;}.cls-45{fill:#995319;}.cls-46{fill:#c8c8c3;}.cls-47{fill:#000a00;}.cls-48{fill:#7a3d10;}.cls-49{fill:#678693;}.cls-50{fill:#96875e;}.cls-51{fill:#72674c;}.cls-52{fill:#23170d;}.cls-53{fill:#634120;}.cls-54{fill:#473121;}.cls-55{fill:#463021;}.cls-56{fill:#fde4a2;}.cls-57{fill:url(#linear-gradient);}</style><radialGradient id="radial-gradient" cx="210.35" cy="373.83" r="182.24" gradientTransform="translate(325.95 -39.24) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.09" stop-color="#f9a237" stop-opacity="0.83"/><stop offset="0.23" stop-color="#f78f32" stop-opacity="0.62"/><stop offset="0.36" stop-color="#f57f2e" stop-opacity="0.43"/><stop offset="0.5" stop-color="#f4712a" stop-opacity="0.27"/><stop offset="0.63" stop-color="#f36728" stop-opacity="0.15"/><stop offset="0.76" stop-color="#f26026" stop-opacity="0.07"/><stop offset="0.88" stop-color="#f15b24" stop-opacity="0.02"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></radialGradient><linearGradient id="linear-gradient" x1="604.71" y1="-94.28" x2="163.29" y2="670.28" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.21" stop-color="#cc8d3e"/><stop offset="0.59" stop-color="#7d5243"/><stop offset="0.87" stop-color="#4b2d46"/><stop offset="1" stop-color="#381f47"/></linearGradient></defs><title>GalleyNoMug</title><g class="cls-1"><g id="SettingBack"><polygon class="cls-2" points="768 145.12 482.67 154.33 478.58 405.09 768 463 768 145.12"/><rect class="cls-3" x="81" y="125" width="393" height="283"/><rect class="cls-2" y="61" width="84" height="460"/><polygon class="cls-4" points="768 438.33 460 392.25 82 418 0 507 0 576 768 576 768 438.33"/><polygon class="cls-5" points="768 556 576 511 396 561 354 576 768 576 768 556"/></g><g id="SettingFar"><polygon class="cls-6" points="595 301.67 555.67 291.67 507 303.67 492.33 368.33 507 397.67 603 359.67 595 301.67"/><polygon class="cls-7" points="464.33 326.33 378 318 350.67 315.67 352 327.67 466 332.33 464.33 326.33"/><path class="cls-7" d="M468.67,355l-103.34-4.67-15.66,1L349,359s48,6,49,5.67S463,366,463,366Z"/><polygon class="cls-4" points="768 149 516 173 255 136 78 136 0 47 0 0 768 0 768 149"/><polygon class="cls-8" points="381.67 48.67 395 34.33 404.67 17.33 398.67 13.67 389.67 22.33 387.33 29.33 378.33 36.67 371 47.67 381.67 48.67"/><polygon class="cls-8" points="392.67 50.33 394.33 43.33 407.67 37.33 411.67 39.67 399 51 392.67 50.33"/><polygon class="cls-8" points="199.33 50.67 193 80.33 184 81.33 188 51 199.33 50.67"/><polygon class="cls-8" points="181 82 181 66 178 60 174.17 61 173 69.67 173 82 181 82"/><polygon class="cls-8" points="129 132.83 114.67 102.75 107 91 105 91 107.67 103.33 119.33 130.67 129 132.83"/><polygon class="cls-8" points="482.67 154.33 503.33 142.33 510.33 145.67 507.33 149 490 157.67 482.67 154.33"/><polygon class="cls-8" points="478 146.33 514.67 135.67 523.33 131 517.33 128 508.67 131.33 479 141.67 478 146.33"/><polygon class="cls-9" points="768 52 723 58 669 0 768 0 768 52"/><path class="cls-10" d="M768,67V46.33l-31.85,6.05-15.82-6.05L683,0H647l69.33,55.67.48.38L690,61.15,589,0H475L450.33,19.67,404.75,48.11,273.48,39.59,284.33,0,257,.17l-8.18,39.22L150,41.86,145,0H0V11H64.5l56.8-8.93,2.06,14.24L86.5,20,80,25l10.5,2,34.47.47,2.16,15-22.8.57L6.72,45.6,0,39V175.67l8.33-1.33,4-9.33L11,141l6.67-1.31,12.66-6.63L34,107.74l11,12.59,16.29,15-4.46,27L48,165.67V188l10.33,1.67,7.34-7.34-.67-8,19.33-.66L91,164.33l-1.5-26.66,140.75,2,60,7.33,44.41,8.4,4.8,58.6L335,286l-.67,94.33,19.34-2L355,338l-4.5-50.5.27-4.26L371.5,290l67.5,8,4-5,24,3.43v2.07L462.5,325l5.5,60.5,18.5,3,7-177,1.38-39.13L520.33,175,768,161.67V142l-41.37,6.22L646,109.5l-18.5.5,5.5,8.5L712,150l-13.75,1L671.5,140l-11,.5,2,3.5L680,152.37l-15.36,1.13-29-13.17-89.62-26.94,67-9.06,23.49-6.22,1.18.22L768,139V124.33L660,91.89l76.37-20.22ZM36.8,80,20.39,59.41,41.67,59,129,55.53l3.11,21.56Zm54.87,47.66-16.33.74L45.29,90.68l89.42-2.09,12.36,40.28Zm174.66-62,4.05-14.76L390,57.34,361.67,75,332.94,92.48l-76.85-9.75Zm-32.84,65.61-49.82-1.61-23.88-.52L151,99l1.65-10.56L235,89.64l-2.67,9.57ZM154.31,77.8l0-.13-2.77-23,94.23-3.75-8.45,30.36Zm87.33,53.74L246.33,99l2.78-4.63L261,99l56.75,2.73L267.4,132.38Zm47.79,2.15,48.89-30.92L441,108.33l28.81,3.84L387.67,133l-60.51,10.19ZM432.5,283.5l-56-3-25.21-5.71,3.21-51.29,1-18.5-2.8-46.22,29.62,5.55,85.16,5.72L467,290.21ZM626.33,147l19,7.91-10.32.76-116,10L443.67,157l-70-7.44,126-29.89,2.61-.36ZM587,92.33l-83.24,13.26-58.09-7.92-90.24-3.88L420.2,60.11,493,71,593.88,90.06Zm64.78-21.42L558.5,42l-41-9.5-6.5,4L533.5,45,629,71.5l18.21.93-28.4,9.38L439,50.33l73.62-42.1,153.22,58Z"/><polygon class="cls-10" points="360 67 312 60 302.5 65.5 312 71.5 350 73 360 67"/><polygon class="cls-10" points="401.5 210 401 184.5 406 183.5 413 189.5 412.5 213 424.5 221.5 430 245.5 418.5 260.5 401 263 386 255.5 380 230.5 388 217 401.5 210"/><polygon class="cls-10" points="384 209.5 387.5 198.5 383 189.5 378.5 186 378 180 373.5 178.5 372 185 366 188 362 200 370.5 210 384 209.5"/><polygon class="cls-10" points="435.75 203.75 429.38 205.63 427.94 217.31 438.5 227 448 227 453 216.5 452 206 446 204 444.5 185.5 438 182.5 434.5 185 435.75 203.75"/><polygon class="cls-11" points="430 306 413 299.5 405 301.5 403.5 320 420.5 327.5 427.5 324.5 430 306"/><polygon class="cls-11" points="442.5 303.5 436.5 305.5 431 322 442.5 329 448.5 325.5 452.5 310.5 442.5 303.5"/><polygon class="cls-10" points="432.5 283.5 433.5 263.5 426 263 421.5 266 420.5 285 432.5 283.5"/><polygon class="cls-10" points="441.5 287 438 259.13 445 252.56 453 257.5 453 290 441.5 287"/><polygon class="cls-12" points="394.75 325.25 395.38 309.13 384.69 308.56 380 313.5 380 327 394.75 325.25"/><polygon class="cls-12" points="391 358 391 340 399 337 409 343 407 359 399 362.5 391 358"/><polygon class="cls-12" points="375 354.5 373 334.5 364 331 357 337 358 355 367.5 358 375 354.5"/><polygon class="cls-12" points="450 333 439.5 335.5 439.33 358.67 454.5 363.5 461.5 358.5 460.5 338 450 333"/><polygon class="cls-12" points="371.5 321 364.5 324 355 322 355 302 360.5 296.5 372.5 300.5 371.5 321"/><path class="cls-10" d="M389.5,251l-11-1.5.5,4,4.5,2.5,2,13-7,10.5-9-7.5-2-19,5.5,1.5,2.5-5L369,247l-5,2-3,15,9,18.5-4.5,8,2,14.5,9.5,1.5-.5-5.5-4-.5-1-10.5,6.5-4,3,11.5-2.5,4.5s-.5,4,1,4,5.5-2,5.5-2l1.5-8L385,283.5l5-12Z"/><polygon class="cls-10" points="579.5 100.17 580.92 180.92 587.63 225.63 593.65 375.65 608.16 349.66 600 173 600 100 579.5 100.17"/><polygon class="cls-10" points="706.5 65.17 707.92 145.92 714.63 190.63 720.65 340.65 735.16 314.66 727 138 727 65 706.5 65.17"/><path class="cls-13" d="M711,196.51,719,152.84l.86-3.2,48.1-4.52v-9.28l-45.76,5.1,12-44.59L768,90.67V81.18l-31,5.06,7.42-27.57-4-4.22-6,5.62L709,156.35,698.37,207,671,288.47,627,408.65l8.66,1.4,14.92-41.32L716.75,383l-9,32.64L718.37,422,743,333.45,757.7,273,768,237.88V191.31Zm9.34,173.67L653.43,361l16.47-45.62,64.72,3.18Zm16.84-60.78L673.29,306l14.57-40.35,62.65-4.4Zm16.05-57.92-62.53,6.34L709,207.06l57.58-5.21-2.21,9.32Z"/></g><g id="Oven"><polygon class="cls-14" points="225 227 232.25 125.75 223.38 117.13 212.19 115.56 200 122 200 192 198 200.5 198.5 225 175 227 164 233.5 162 239.5 161 292 148 301 146.5 308.5 149 344.5 137.5 360.5 141.75 429 276 431.5 276 359 265 343 264 298.5 251 292 252.5 270 254 265 253.5 233 236 229 225 227"/><polygon class="cls-15" points="252.25 352.75 254.75 321.75 242 309.75 170.5 309.25 163 320.75 167.5 352.75 192.25 355.5 239.5 355.25 252.25 352.75"/><polygon class="cls-15" points="257 368.25 236 364.5 171 364.75 155.25 371.25 156.25 414.75 219 416.5 257 417.5 259.25 378.75 257 368.25"/><polygon class="cls-16" points="199.67 416 203 408.67 194.67 397.67 184.67 405 187.67 411.33 175.67 407.33 167.67 409.67 169.67 415.33 199.67 416"/><polygon class="cls-16" points="210.33 416 208.67 407.67 216 391 226 398.33 223.67 409.33 228.67 408 234.67 410.67 237.67 412.67 237 404 243.67 397.33 251.67 407 251 414 255 413.33 257 417.5 210.33 416"/><polygon class="cls-14" points="228.75 320.5 253.75 322.5 254 316.75 211.96 316.37 212 315 210 314.25 207.25 315.5 207.23 316.33 198.75 316.25 166.5 312 158.25 313.75 157.25 317.75 207.13 319.67 207.07 321.79 194.5 321.5 186.5 324.25 187.25 343.75 194.75 346.5 229 346.75 232.75 342.75 234 325.5 227.25 322.25 211.78 321.9 211.85 319.85 228.75 320.5"/><polygon class="cls-17" points="212.5 324.5 211.5 327.75 228.25 330 230.5 327.25 226.75 324.75 212.5 324.5"/><polygon class="cls-17" points="206.5 325 206 326.75 190.5 327 188.75 325.75 193.5 323.75 206.5 325"/><polygon class="cls-14" points="260.83 367 223.58 366.5 221.63 370.08 206.31 369.71 195.66 366.36 171 368 171 372 153 370 148.67 373 150.67 375.33 170.33 376.67 167.33 398.67 188 404 208 404 212 399.5 207.67 375 220 375 216 396.67 223.33 404 252.67 403.33 261 394.67 260.83 367"/><polygon class="cls-16" points="199 399.25 199.25 393.75 192.75 389.25 188.5 392.5 192 398.5 199 399.25"/><polygon class="cls-16" points="203.5 399.75 202.25 395.25 205 393.5 205.25 398.25 203.5 399.75"/><polygon class="cls-16" points="183.75 398.5 180.25 394.5 175.75 396 182 400.5 183.75 398.5"/><polygon class="cls-18" points="206 375.38 194.38 379.63 181.38 379.38 174.88 376.75 206 375.38"/><polygon class="cls-18" points="204 371 175 372.75 174 370.38 183.38 369.13 197.38 369.25 204 371"/><polygon class="cls-19" points="180.81 371 180.75 368 179 368 178.5 371 180.81 371"/><polygon class="cls-19" points="177.13 371.5 175.38 369.75 174.5 371.25 177.13 371.5"/><polygon class="cls-20" points="393.67 115.83 410.33 108.75 428.33 115.04 446.33 136.35 440 144 440 155 416.67 182 399 182 383 174 378.33 189.33 366.67 205.67 376 227.67 364 249 345.33 266.67 343.33 278.67 334 288 315 287.33 319.5 313 305 340 275 343.67 261.33 342.67 250.67 357.33 250.33 366 232.33 376 215.33 370 214 357.33 199.33 363.67 194.33 369 184.33 366.67 183 352.33 197.33 338.33 197 326.67 209.67 316 211.67 304.67 223 294 232 296.67 225.67 285.33 237.33 277.67 236.33 266.33 245 257.33 255.33 260 253.33 250.67 246.67 247 247.67 230.67 242.67 221.33 243.33 207.33 254.67 194.33 265 191 277.33 197.67 269 172.67 269 163 262 160.67 265.67 147.33 286.67 133 303.67 130 307.33 120 332.33 114.67 352 126.67 352.33 117.67 386 112.33 393.67 115.83"/><circle class="cls-21" cx="210.35" cy="373.84" r="182.24" transform="translate(-202.73 258.23) rotate(-45)"/></g><g id="SettingMid"><polygon class="cls-22" points="518.33 395.66 516.34 491.67 394.33 511 352.33 513.67 300.33 455 301 369 481 395 518.33 395.66"/><polygon class="cls-23" points="139.83 429.17 138.58 338.42 124.46 331.04 83 327 82.33 432.33 110.67 435 139.83 429.17"/><polygon class="cls-24" points="47 409 48 453.5 56.5 459 63.5 451.5 61.5 409 47 409"/><path class="cls-25" d="M148.25,459.5l-2.87-91L106.94,364l-16.47-5.5-4-147.5L28,198,0,200V507H8l4.5-2.5-2-93.5,59,3L77,508.5s6.5,1,8.5,1,6.5-7,6.5-7l-5-89,44-24,2.5,74.5,11,1Z"/><polygon class="cls-24" points="80 280.5 32 273.5 29.5 307.5 82.5 313 80 280.5"/><polygon class="cls-24" points="78.5 274.5 79 247.5 30 237 32 265.5 78.5 274.5"/><polygon class="cls-24" points="80 240.5 77.5 217 30.5 207 29 228 80 240.5"/><polygon class="cls-26" points="59.5 342.5 46 334 26.5 332.5 24 339.5 21.5 387.5 55.5 399.5 67 384 89 388.5 101.5 379 95 336.5 82.5 328.5 66 330 59.5 342.5"/><path class="cls-24" d="M93,394c0-2-1-18-1-18l-16-.5-9,4,.5,16.5L83,400.5Z"/><polygon class="cls-11" points="99 347 109 343 119 349.5 116 372.5 112 376 98.5 373.5 96 355 99 347"/><polygon class="cls-11" points="122.5 350.5 133.5 346.5 140 351 137 372.5 132.5 378 121 372 122.5 350.5"/><polygon class="cls-11" points="76 239.67 78 222 68 218.5 53 216.5 50.5 233.5 76 239.67"/><polygon class="cls-11" points="45.17 232 46 220 39.5 218 37 230 45.17 232"/><polygon class="cls-27" points="44.33 267.83 46 251 52.5 252 53.5 262.5 58 243 71 249.5 70.17 273 44.33 267.83"/><polygon class="cls-11" points="61 311.17 59 292 54 289 47 289.5 46.33 309.83 61 311.17"/><polygon class="cls-11" points="68 311.33 68 290 75.5 288 82 293.5 80.5 313 68 311.33"/><polygon class="cls-28" points="515.17 403 428.33 409 342 409 302.33 377 301 369 469 366.33 518.33 395.66 515.17 403"/><polygon class="cls-29" points="427 399.66 360.33 402.33 334.33 380.33 337 375.66 403.67 376.33 427 394.33 427 399.66"/><polygon class="cls-30" points="388.75 392 391 390.25 391 386.25 388.25 383.75 384.5 384.75 384.75 390 388.75 392"/><polygon class="cls-30" points="395.25 393.25 395.75 397.5 399.75 397.25 401 393.25 396.75 391.75 395.25 393.25"/><polygon class="cls-30" points="412.5 392 412.25 387.5 409.43 388.09 410 386.25 406.67 385.08 407 382.25 404.75 381 402 382.84 398.75 380.75 398.25 385.75 400.75 388 402.42 385.82 403 388.25 404.51 388.48 404.75 390.5 407.41 390.33 409 392.5 412.5 392"/><polygon class="cls-31" points="416.67 389.33 414.5 391.33 417.33 392.67 419 390.5 416.67 389.33"/><polygon class="cls-31" points="418.67 393.17 415.67 395.17 417 395.67 419.67 395 418.67 393.17"/><polygon class="cls-31" points="370 387.83 367.5 389.67 369.33 391 371.83 389.17 370 387.83"/><polygon class="cls-31" points="369 381.5 367.83 384.5 370.17 385.17 371.33 382.5 369 381.5"/><polygon class="cls-31" points="363.33 380 363 382.17 364.83 382.08 365.5 380 363.33 380"/><polygon class="cls-31" points="377.33 379.67 375.33 383.33 376.83 384.5 380.67 381.83 377.33 379.67"/><polygon class="cls-31" points="383 380.17 381.83 383.5 383.17 383.83 384.83 380.83 383 380.17"/><polygon class="cls-31" points="382.33 386.33 381.17 387.5 382.5 389.17 383.5 388.5 382.33 386.33"/><polygon class="cls-31" points="379.17 392.5 375.83 395 377.67 396.33 380.67 394.67 379.17 392.5"/><polygon class="cls-26" points="473 386 473 365 469.25 359.5 450.25 356.25 442.25 362.25 438 367 443.5 386.75 460 392.25 473 386"/><polygon class="cls-32" points="470.5 365 467.25 360.75 451 359.5 443.75 363.5 446 368.5 462.5 369.75 470.5 365"/><polygon class="cls-33" points="429.13 359.75 423.81 353.13 420.91 347.06 419 347.75 419 354 411.25 356.75 407.25 366.75 417.5 376 425 374.5 429.75 365 429.13 359.75"/><polygon class="cls-34" points="445.67 364.67 439.33 358.67 422.67 361 418 371.33 423.33 382 435 382.67 443.67 373.67 445.67 364.67"/><polygon class="cls-35" points="452 381.33 451.33 375.33 437.67 372.33 428.33 380 429.67 387.33 444.67 391.33 452 381.33"/><polygon class="cls-36" points="463.75 364 469.75 342.5 472.75 341.25 475.5 345.25 466.75 364.75 462.25 368.75 461.5 365.75 463.75 364"/></g><g id="ChefCalm"><polygon class="cls-37" points="317.25 324 309.75 348.75 308.25 369 320.5 368.5 317.25 324"/><polygon class="cls-38" points="336.75 307.25 323.5 311.75 317 319.75 306.75 351.25 310.25 362.75 321 372 337.33 379.96 340.25 371.75 348.5 372.75 342.5 368.25 357.33 367.67 363 342.5 366.67 337 375.25 355.5 366.5 368 360 371.75 356 376.25 359 382.17 367.33 382.5 383 368.75 388.25 357 378.5 330 370 319.5 354.5 312.25 336.75 307.25"/><polygon class="cls-39" points="362.75 307.08 359.25 313.42 352.75 321.25 348.25 320.75 342.42 315 339.42 311 338.75 306.17 337.17 304.5 336.74 297.9 339.55 296.94 354.72 288.8 363.5 295.02 364.55 304.2 362.75 307.08"/><polygon class="cls-40" points="351.04 305.38 350.77 303.68 349.99 302.52 347.83 302.46 346.21 303.66 346.68 303.82 348.25 303.13 348.93 303.19 348.05 303.7 348.15 304.54 349.25 305.19 350.25 305.13 350.47 304.61 351.04 305.38"/><polygon class="cls-40" points="352.96 303.4 352.1 300.08 350.26 299.08 348.42 298.79 346.26 299.93 345.84 301.42 346.39 301.61 346.9 300.64 348.72 300.43 351.18 301.55 352.96 303.4"/><polygon class="cls-40" points="355.69 306.07 355.6 304.8 357.75 303.43 361.21 303.4 362.79 305.18 362.06 307.04 361.62 305.57 360.15 304.66 357.92 304.73 355.69 306.07"/><polygon class="cls-41" points="354.5 312.8 355.61 308.86 355.6 304.8 353.79 304.7 350.56 309.67 350.94 311.12 353.82 313 354.5 312.8"/><polygon class="cls-25" points="361.48 309.03 363.52 302.29 360.11 295.87 358.44 297.69 354.51 296.48 352.65 294.24 353.1 292.56 348.81 294.64 347.5 296.3 343.88 296.63 342.29 301.24 341.21 301.66 338.74 296.97 343.22 286.35 351.32 283.6 356.55 285.29 365.58 293.58 366.26 302.68 362.23 308.96 361.48 309.03"/><polygon class="cls-42" points="365.95 297.48 370.12 283.82 361.08 276.08 350.74 275.45 339.99 282.03 340.25 293.59 352.75 287.87 362.65 291.17 365.95 297.48"/><polygon class="cls-42" points="330.88 309.5 334.75 315.5 337.5 327.63 333.13 344.5 327.88 352.13 325 354.38 325.88 356.75 335.63 364.88 339.75 364.75 342.5 368.25 364.17 368 360.33 361.67 364.38 341.75 363.38 332.25 365 318.75 364.25 316.63 362.38 315.38 361.63 315.63 361.88 320.63 360.5 331.5 352.25 335 342.75 331.88 340.38 328.25 339.63 319.88 338 312.5 333.63 307.88 330.25 308.75 330.88 309.5"/><polygon class="cls-43" points="364.67 383.83 366.17 380.17 360.5 375.5 356.17 375.17 353.83 381.5 364.67 383.83"/><polygon class="cls-43" points="340.25 371.75 348 368.83 351.83 371.67 353.33 383.17 350.83 384.33 339.67 381.83 337.33 379.96 340.25 371.75"/><polygon class="cls-25" points="352.63 376.38 348.25 374.5 347.63 377.75 348.13 380.25 354.88 382.63 354.38 380.25 352.63 376.38"/><polygon class="cls-44" points="351.63 376.38 350.5 377.63 351.5 388.88 369.63 398.13 369.88 385.5 351.63 376.38"/><polygon class="cls-31" points="359.67 393.33 360.17 390.83 357.83 389.17 357.67 392.67 359.67 393.33"/><polygon class="cls-31" points="355 392.33 355.83 391 354.67 389.17 352.33 390.67 355 392.33"/><polygon class="cls-31" points="360.33 387 361 385.25 359.67 383.88 357.67 385.44 358 387 360.33 387"/><polygon class="cls-31" points="356.75 397 355.33 394 352 394 353.67 397 356.75 397"/></g><g id="Briana"><polygon class="cls-45" points="157.38 264.09 161.48 286.91 160.07 293.31 160.2 308.06 160.59 311.65 160.84 314.85 159.94 318.69 160.52 325.24 155.84 330.11 136.36 331.26 135.59 346.38 140.72 353.05 130.21 369.97 111.23 366.38 99.44 345.1 105.6 340.23 111.23 316.64 113.8 286.39 142 259.99 157.38 264.09"/><polygon points="118.93 296.13 121.49 294.34 126.62 298.19 125.08 303.82 126.62 307.67 123.28 307.16 120.46 302.03 123.03 299.21 118.93 296.13"/><polygon points="131.75 295.88 129.18 296.65 126.1 292.55 122.26 290.75 115.59 294.34 114.57 302.54 117.64 308.95 122 310.75 112.52 321.26 108.42 320.75 105.34 297.42 124.31 271.01 148.66 256.14 158.92 259.99 160.97 264.35 156.1 267.68 149.95 266.39 145.33 270.76 140.46 271.01 135.85 269.99 137.38 276.91 137.64 283.57 134.82 284.6 134.56 288.7 131.49 292.29 131.75 295.88"/><polygon class="cls-46" points="147.2 290.81 149.75 294.36 153.59 296.41 153.6 289.31 147.2 290.81"/><polygon class="cls-47" points="145.31 289.57 148.63 289.96 151.9 287.99 154.91 287.91 156.8 290.6 154.44 290.31 148.43 291.52 145.31 289.57"/><polygon class="cls-47" points="153.04 289.37 152.27 293.37 153.59 296.41 154.78 296.27 154.9 292.64 154.68 289.11 153.04 289.37"/><polygon class="cls-47" points="158.27 288.06 153.9 283.12 149.18 282.56 144.93 282.88 152.52 280.23 157.2 281.69 159.33 285.39 158.27 288.06"/><polygon class="cls-47" points="152.7 315.2 160.39 311.26 161.48 312.94 161 314.42 152.7 315.2"/><polygon class="cls-48" points="160.07 293.31 162.38 300.24 164.82 302.42 164.43 305.49 160.2 308.06 157.13 306.9 158.02 299.34 160.07 293.31"/><polygon class="cls-49" points="148.81 256.44 122 278.9 108.8 303.68 107.33 315.04 104.1 317.65 87.14 300.98 85.09 272.62 83.63 263.84 91.11 247.76 98 244.25 98 259.16 104.7 246.59 115.5 244.54 113.16 253.31 128.94 247.18 146.49 253.02 150.28 253.61 154.28 258.19 148.81 256.44"/><polygon class="cls-49" points="160.18 356.33 131.18 332.61 109.04 330.5 90.58 336.3 75.29 353.17 81.62 357.92 113.78 348.95 160.18 356.33"/><polygon class="cls-50" points="201.45 478.44 203.39 431.09 160.17 355.16 130.12 341.98 111.67 345.15 101.13 350.95 81.62 356.75 51.04 416.32 49.98 432.14 74.77 453.76 104.82 464.3 138 467.91 141.61 487.6 183.71 483.7 201.45 478.44"/><polygon class="cls-51" points="146.82 466 137.24 445.44 109.87 448.95 81.77 438.41 68.43 487.62 62.77 576 117.74 576 116.24 530.19 125.51 576 178.81 576 171.78 510.91 169.68 484.87 146.82 466"/><polygon class="cls-52" points="204.56 507.1 199.57 492.67 204.76 465.77 204.37 443.55 201.64 427.95 201.14 433.56 202.81 459.53 197.25 490.6 193.07 487.99 192.7 488.47 186.78 464.21 191.8 436.92 188.97 408.85 186.83 413.53 189.01 437.31 183 459.14 183 466.16 189.34 492.65 176.61 509.43 181.33 526.19 193.44 536.71 207.48 528.14 204.56 507.1"/><polygon class="cls-45" points="204.1 430 204 429.9 204 424.06 200.11 416.96 200.38 416.26 197.7 410.41 193.33 409.26 193.44 408.46 191.5 403.01 186.44 401.25 186.05 408.46 186.44 420.55 188.78 424.06 191.51 422.89 192.68 414.23 194.63 417.04 192.09 426.69 191.8 429.9 195.02 430.19 198.52 424.06 198.62 422.98 199.69 425.23 196.77 432.24 197.06 434.58 199.99 434.87 201.14 433.56 200.57 439.26 201.74 442.18 203.79 440.72 205.74 431.66 204.1 430"/><polygon class="cls-45" points="187.41 404.18 185.95 394.16 181.16 391.27 179 393.36 179 399.5 182.91 404.47 187.41 404.18"/></g><g id="Table"><polygon class="cls-53" points="768 399 541.67 368.33 431 391.67 430.33 399 768 480.33 768 399"/><polygon class="cls-54" points="768 475.67 687.67 457 607.67 439.67 429.67 396.33 431.67 411 439 417.67 443 550.33 450.33 554.33 459 549.67 455.67 421 560.34 450.33 713.67 480.33 768 496.33 768 475.67"/><polygon class="cls-55" points="768 463 696.67 455.33 675 443 610.34 433 522.34 403.67 514.34 381 523.67 369 757 415.67 768 438.33 768 463"/></g><g id="Light"><polygon class="cls-56" points="683 0 493 378 431 391.67 429.67 398.33 431.67 411 439 417.67 441 502.33 326.33 576 768 576 768 0 683 0"/></g><g id="Gradient"><rect class="cls-57" width="768" height="576"/></g></g><desc>The Galley is quiet. The Cook works behind his station.</desc></svg> <<toggleLayer "Gradient" true "" "">>
<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:#694429;}.cls-3{fill:#7e502e;}.cls-4{fill:#483929;}.cls-5{fill:#180c08;}.cls-6{fill:#462f17;}.cls-7{fill:#77542c;}.cls-8{fill:#bc9061;}.cls-9{fill:#cfd9f4;}.cls-10{fill:#3b2c25;}.cls-11{fill:#561d0a;}.cls-12{fill:#482718;}.cls-13{fill:#140400;}.cls-14{fill:#29333c;}.cls-15{fill:#b68a5e;}.cls-16{fill:#4c361c;}.cls-17{fill:#060608;}.cls-18{fill:#d2c2ac;}.cls-19{fill:#24180e;}.cls-20{fill:#c75a05;}.cls-21{fill:#f49c07;}.cls-22{fill:#7b250a;}.cls-23{fill:#792908;}.cls-24{fill:#b5602a;}.cls-25{fill:#f4e8b6;opacity:0.4;}.cls-26,.cls-74,.cls-75{mix-blend-mode:soft-light;}.cls-26{fill:url(#radial-gradient);}.cls-27{fill:#392612;}.cls-28{fill:#402c1b;}.cls-29{fill:#1b0c04;}.cls-30{fill:#35190e;}.cls-31{fill:#876950;}.cls-32{fill:#4c3c30;}.cls-33{fill:#665744;}.cls-34{fill:#80634e;}.cls-35{fill:#782d1a;}.cls-36{fill:#494008;}.cls-37{fill:#3c2c12;}.cls-38{fill:#8f4d2d;}.cls-39{fill:#a26e3f;}.cls-40{fill:#7e4122;}.cls-41{fill:#907046;}.cls-42{fill:#8c8170;}.cls-43{fill:#332613;}.cls-44{fill:#c48051;}.cls-45{fill:#1e0f08;}.cls-46{fill:#a5673e;}.cls-47{fill:#b77140;}.cls-48{fill:#b7ab96;}.cls-49{fill:#f4dcb5;}.cls-50{fill:#995319;}.cls-51{fill:#c8c8c3;}.cls-52{fill:#000a00;}.cls-53{fill:#7a3d10;}.cls-54{fill:#678693;}.cls-55{fill:#96875e;}.cls-56{fill:#72674c;}.cls-57{fill:#23170d;}.cls-58{fill:#634120;}.cls-59{fill:#473121;}.cls-60{fill:#463021;}.cls-61{fill:#a46820;}.cls-62{fill:#b58355;}.cls-63{fill:#b9ac93;}.cls-64{fill:#364646;}.cls-65{fill:#251912;}.cls-66{fill:#9f5c32;}.cls-67{fill:#80664b;}.cls-68{fill:#5e190a;}.cls-69{fill:#a19177;}.cls-70{fill:#817364;}.cls-71{fill:#b18051;}.cls-72{fill:#36300f;}.cls-73{fill:#ead5aa;}.cls-74{fill:#fde4a2;}.cls-75{fill:url(#linear-gradient);}</style><radialGradient id="radial-gradient" cx="210.35" cy="373.83" r="182.24" gradientTransform="translate(325.95 -39.24) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.09" stop-color="#f9a237" stop-opacity="0.83"/><stop offset="0.23" stop-color="#f78f32" stop-opacity="0.62"/><stop offset="0.36" stop-color="#f57f2e" stop-opacity="0.43"/><stop offset="0.5" stop-color="#f4712a" stop-opacity="0.27"/><stop offset="0.63" stop-color="#f36728" stop-opacity="0.15"/><stop offset="0.76" stop-color="#f26026" stop-opacity="0.07"/><stop offset="0.88" stop-color="#f15b24" stop-opacity="0.02"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></radialGradient><linearGradient id="linear-gradient" x1="604.71" y1="-94.28" x2="163.29" y2="670.28" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.21" stop-color="#cc8d3e"/><stop offset="0.59" stop-color="#7d5243"/><stop offset="0.87" stop-color="#4b2d46"/><stop offset="1" stop-color="#381f47"/></linearGradient></defs><title>GalleyCaptain</title><g class="cls-1"><g id="SettingBack"><polygon class="cls-2" points="768 145.12 482.67 154.33 478.58 405.09 768 463 768 145.12"/><rect class="cls-3" x="81" y="125" width="393" height="283"/><rect class="cls-2" y="61" width="84" height="460"/><polygon class="cls-4" points="768 438.33 460 392.25 82 418 0 507 0 576 768 576 768 438.33"/><polygon class="cls-5" points="768 556 576 511 396 561 354 576 768 576 768 556"/></g><g id="SettingFar"><polygon class="cls-6" points="595 301.67 555.67 291.67 507 303.67 492.33 368.33 507 397.67 603 359.67 595 301.67"/><polygon class="cls-7" points="464.33 326.33 378 318 350.67 315.67 352 327.67 466 332.33 464.33 326.33"/><path class="cls-7" d="M468.67,355l-103.34-4.67-15.66,1L349,359s48,6,49,5.67S463,366,463,366Z"/><polygon class="cls-4" points="768 149 516 173 255 136 78 136 0 47 0 0 768 0 768 149"/><polygon class="cls-8" points="381.67 48.67 395 34.33 404.67 17.33 398.67 13.67 389.67 22.33 387.33 29.33 378.33 36.67 371 47.67 381.67 48.67"/><polygon class="cls-8" points="392.67 50.33 394.33 43.33 407.67 37.33 411.67 39.67 399 51 392.67 50.33"/><polygon class="cls-8" points="199.33 50.67 193 80.33 184 81.33 188 51 199.33 50.67"/><polygon class="cls-8" points="181 82 181 66 178 60 174.17 61 173 69.67 173 82 181 82"/><polygon class="cls-8" points="129 132.83 114.67 102.75 107 91 105 91 107.67 103.33 119.33 130.67 129 132.83"/><polygon class="cls-8" points="482.67 154.33 503.33 142.33 510.33 145.67 507.33 149 490 157.67 482.67 154.33"/><polygon class="cls-8" points="478 146.33 514.67 135.67 523.33 131 517.33 128 508.67 131.33 479 141.67 478 146.33"/><polygon class="cls-9" points="768 52 723 58 669 0 768 0 768 52"/><path class="cls-10" d="M768,67V46.33l-31.85,6.05-15.82-6.05L683,0H647l69.33,55.67.48.38L690,61.15,589,0H475L450.33,19.67,404.75,48.11,273.48,39.59,284.33,0,257,.17l-8.18,39.22L150,41.86,145,0H0V11H64.5l56.8-8.93,2.06,14.24L86.5,20,80,25l10.5,2,34.47.47,2.16,15-22.8.57L6.72,45.6,0,39V175.67l8.33-1.33,4-9.33L11,141l6.67-1.31,12.66-6.63L34,107.74l11,12.59,16.29,15-4.46,27L48,165.67V188l10.33,1.67,7.34-7.34-.67-8,19.33-.66L91,164.33l-1.5-26.66,140.75,2,60,7.33,44.41,8.4,4.8,58.6L335,286l-.67,94.33,19.34-2L355,338l-4.5-50.5.27-4.26L371.5,290l67.5,8,4-5,24,3.43v2.07L462.5,325l5.5,60.5,18.5,3,7-177,1.38-39.13L520.33,175,768,161.67V142l-41.37,6.22L646,109.5l-18.5.5,5.5,8.5L712,150l-13.75,1L671.5,140l-11,.5,2,3.5L680,152.37l-15.36,1.13-29-13.17-89.62-26.94,67-9.06,23.49-6.22,1.18.22L768,139V124.33L660,91.89l76.37-20.22ZM36.8,80,20.39,59.41,41.67,59,129,55.53l3.11,21.56Zm54.87,47.66-16.33.74L45.29,90.68l89.42-2.09,12.36,40.28Zm174.66-62,4.05-14.76L390,57.34,361.67,75,332.94,92.48l-76.85-9.75Zm-32.84,65.61-49.82-1.61-23.88-.52L151,99l1.65-10.56L235,89.64l-2.67,9.57ZM154.31,77.8l0-.13-2.77-23,94.23-3.75-8.45,30.36Zm87.33,53.74L246.33,99l2.78-4.63L261,99l56.75,2.73L267.4,132.38Zm47.79,2.15,48.89-30.92L441,108.33l28.81,3.84L387.67,133l-60.51,10.19ZM432.5,283.5l-56-3-25.21-5.71,3.21-51.29,1-18.5-2.8-46.22,29.62,5.55,85.16,5.72L467,290.21ZM626.33,147l19,7.91-10.32.76-116,10L443.67,157l-70-7.44,126-29.89,2.61-.36ZM587,92.33l-83.24,13.26-58.09-7.92-90.24-3.88L420.2,60.11,493,71,593.88,90.06Zm64.78-21.42L558.5,42l-41-9.5-6.5,4L533.5,45,629,71.5l18.21.93-28.4,9.38L439,50.33l73.62-42.1,153.22,58Z"/><polygon class="cls-10" points="360 67 312 60 302.5 65.5 312 71.5 350 73 360 67"/><polygon class="cls-10" points="401.5 210 401 184.5 406 183.5 413 189.5 412.5 213 424.5 221.5 430 245.5 418.5 260.5 401 263 386 255.5 380 230.5 388 217 401.5 210"/><polygon class="cls-10" points="384 209.5 387.5 198.5 383 189.5 378.5 186 378 180 373.5 178.5 372 185 366 188 362 200 370.5 210 384 209.5"/><polygon class="cls-10" points="435.75 203.75 429.38 205.63 427.94 217.31 438.5 227 448 227 453 216.5 452 206 446 204 444.5 185.5 438 182.5 434.5 185 435.75 203.75"/><polygon class="cls-11" points="430 306 413 299.5 405 301.5 403.5 320 420.5 327.5 427.5 324.5 430 306"/><polygon class="cls-11" points="442.5 303.5 436.5 305.5 431 322 442.5 329 448.5 325.5 452.5 310.5 442.5 303.5"/><polygon class="cls-10" points="432.5 283.5 433.5 263.5 426 263 421.5 266 420.5 285 432.5 283.5"/><polygon class="cls-10" points="441.5 287 438 259.13 445 252.56 453 257.5 453 290 441.5 287"/><polygon class="cls-12" points="394.75 325.25 395.38 309.13 384.69 308.56 380 313.5 380 327 394.75 325.25"/><polygon class="cls-12" points="391 358 391 340 399 337 409 343 407 359 399 362.5 391 358"/><polygon class="cls-12" points="375 354.5 373 334.5 364 331 357 337 358 355 367.5 358 375 354.5"/><polygon class="cls-12" points="450 333 439.5 335.5 439.33 358.67 454.5 363.5 461.5 358.5 460.5 338 450 333"/><polygon class="cls-12" points="371.5 321 364.5 324 355 322 355 302 360.5 296.5 372.5 300.5 371.5 321"/><path class="cls-10" d="M389.5,251l-11-1.5.5,4,4.5,2.5,2,13-7,10.5-9-7.5-2-19,5.5,1.5,2.5-5L369,247l-5,2-3,15,9,18.5-4.5,8,2,14.5,9.5,1.5-.5-5.5-4-.5-1-10.5,6.5-4,3,11.5-2.5,4.5s-.5,4,1,4,5.5-2,5.5-2l1.5-8L385,283.5l5-12Z"/><polygon class="cls-10" points="579.5 100.17 580.92 180.92 587.63 225.63 593.65 375.65 608.16 349.66 600 173 600 100 579.5 100.17"/><polygon class="cls-10" points="706.5 65.17 707.92 145.92 714.63 190.63 720.65 340.65 735.16 314.66 727 138 727 65 706.5 65.17"/><path class="cls-13" d="M711,196.51,719,152.84l.86-3.2,48.1-4.52v-9.28l-45.76,5.1,12-44.59L768,90.67V81.18l-31,5.06,7.42-27.57-4-4.22-6,5.62L709,156.35,698.37,207,671,288.47,627,408.65l8.66,1.4,14.92-41.32L716.75,383l-9,32.64L718.37,422,743,333.45,757.7,273,768,237.88V191.31Zm9.34,173.67L653.43,361l16.47-45.62,64.72,3.18Zm16.84-60.78L673.29,306l14.57-40.35,62.65-4.4Zm16.05-57.92-62.53,6.34L709,207.06l57.58-5.21-2.21,9.32Z"/></g><g id="Sentry"><polygon class="cls-14" points="736.21 257.72 755.96 275 768 317 768 363.58 756.89 366.98 757.2 408.33 743.93 416.67 673.25 401.54 680.66 346.91 659.98 363.58 651.95 362.35 646.7 352.78 663.68 331.48 680.35 303.7 696.4 278.39 701.03 277.78 699.48 271.61 713.37 260.19 736.21 257.72"/><polygon class="cls-15" points="700.25 222.18 696.67 233.41 697.25 236.65 693.66 241.63 692.38 246.37 693.08 247.76 696.32 248.22 695.51 251.58 695.86 252.28 695.63 254.13 697.36 256.91 696.32 259.45 696.55 261.3 699.44 262.23 707.89 260.49 714.72 269.75 718.08 271.14 730.69 258.76 720.39 235.38 704.07 220.1 700.25 222.18"/><polygon class="cls-16" points="704.11 213.89 698.25 218.52 692.69 217.28 696.09 222.84 700.1 223.15 704.42 221.3 708.43 227.47 707.82 234.88 710.59 239.81 716.15 236.73 717.38 237.65 721.09 244.75 716.46 249.69 722.01 257.72 731.27 258.64 737.75 251.54 742.69 232.41 704.11 213.89"/><polygon class="cls-17" points="697.48 209.68 702.8 207.08 707.89 209.94 717.85 204 722.94 204 740.3 211.41 741.69 214.43 743.08 225.08 749.56 232.95 747.94 235.49 735.44 235.26 711.13 225.54 697.48 209.68"/><polygon class="cls-16" points="698.09 235.8 699.79 233.18 705.35 235.03 705.81 237.04 700.72 240.43 698.09 235.8"/><polygon class="cls-18" points="736.6 254.71 734.28 254.82 718.31 267.96 712.99 267.47 712.29 266.06 707.2 269.3 711.42 277.16 705 299.15 705 310.49 710.03 313.04 718.46 310.03 718.85 277.39 728.3 269.75 737.77 257.48 736.6 254.71"/><polygon class="cls-15" points="630.6 372.92 627.19 372.27 626.33 369.05 630.6 356.77 653.48 350.46 658.43 354.56 657.75 361.4 647.51 372 642.04 372 640.68 369.34 642.38 365.97 646.14 364.53 649.21 361.94 647.68 360.39 640.51 362.94 634.87 372.32 630.6 372.92"/></g><g id="Oven"><polygon class="cls-19" points="225 227 232.25 125.75 223.38 117.13 212.19 115.56 200 122 200 192 198 200.5 198.5 225 175 227 164 233.5 162 239.5 161 292 148 301 146.5 308.5 149 344.5 137.5 360.5 141.75 429 276 431.5 276 359 265 343 264 298.5 251 292 252.5 270 254 265 253.5 233 236 229 225 227"/><polygon class="cls-20" points="252.25 352.75 254.75 321.75 242 309.75 170.5 309.25 163 320.75 167.5 352.75 192.25 355.5 239.5 355.25 252.25 352.75"/><polygon class="cls-20" points="257 368.25 236 364.5 171 364.75 155.25 371.25 156.25 414.75 219 416.5 257 417.5 259.25 378.75 257 368.25"/><polygon class="cls-21" points="199.67 416 203 408.67 194.67 397.67 184.67 405 187.67 411.33 175.67 407.33 167.67 409.67 169.67 415.33 199.67 416"/><polygon class="cls-21" points="210.33 416 208.67 407.67 216 391 226 398.33 223.67 409.33 228.67 408 234.67 410.67 237.67 412.67 237 404 243.67 397.33 251.67 407 251 414 255 413.33 257 417.5 210.33 416"/><polygon class="cls-19" points="228.75 320.5 253.75 322.5 254 316.75 211.96 316.37 212 315 210 314.25 207.25 315.5 207.23 316.33 198.75 316.25 166.5 312 158.25 313.75 157.25 317.75 207.13 319.67 207.07 321.79 194.5 321.5 186.5 324.25 187.25 343.75 194.75 346.5 229 346.75 232.75 342.75 234 325.5 227.25 322.25 211.78 321.9 211.85 319.85 228.75 320.5"/><polygon class="cls-22" points="212.5 324.5 211.5 327.75 228.25 330 230.5 327.25 226.75 324.75 212.5 324.5"/><polygon class="cls-22" points="206.5 325 206 326.75 190.5 327 188.75 325.75 193.5 323.75 206.5 325"/><polygon class="cls-19" points="260.83 367 223.58 366.5 221.63 370.08 206.31 369.71 195.66 366.36 171 368 171 372 153 370 148.67 373 150.67 375.33 170.33 376.67 167.33 398.67 188 404 208 404 212 399.5 207.67 375 220 375 216 396.67 223.33 404 252.67 403.33 261 394.67 260.83 367"/><polygon class="cls-21" points="199 399.25 199.25 393.75 192.75 389.25 188.5 392.5 192 398.5 199 399.25"/><polygon class="cls-21" points="203.5 399.75 202.25 395.25 205 393.5 205.25 398.25 203.5 399.75"/><polygon class="cls-21" points="183.75 398.5 180.25 394.5 175.75 396 182 400.5 183.75 398.5"/><polygon class="cls-23" points="206 375.38 194.38 379.63 181.38 379.38 174.88 376.75 206 375.38"/><polygon class="cls-23" points="204 371 175 372.75 174 370.38 183.38 369.13 197.38 369.25 204 371"/><polygon class="cls-24" points="180.81 371 180.75 368 179 368 178.5 371 180.81 371"/><polygon class="cls-24" points="177.13 371.5 175.38 369.75 174.5 371.25 177.13 371.5"/><polygon class="cls-25" points="393.67 115.83 410.33 108.75 428.33 115.04 446.33 136.35 440 144 440 155 416.67 182 399 182 383 174 378.33 189.33 366.67 205.67 376 227.67 364 249 345.33 266.67 343.33 278.67 334 288 315 287.33 319.5 313 305 340 275 343.67 261.33 342.67 250.67 357.33 250.33 366 232.33 376 215.33 370 214 357.33 199.33 363.67 194.33 369 184.33 366.67 183 352.33 197.33 338.33 197 326.67 209.67 316 211.67 304.67 223 294 232 296.67 225.67 285.33 237.33 277.67 236.33 266.33 245 257.33 255.33 260 253.33 250.67 246.67 247 247.67 230.67 242.67 221.33 243.33 207.33 254.67 194.33 265 191 277.33 197.67 269 172.67 269 163 262 160.67 265.67 147.33 286.67 133 303.67 130 307.33 120 332.33 114.67 352 126.67 352.33 117.67 386 112.33 393.67 115.83"/><circle class="cls-26" cx="210.35" cy="373.84" r="182.24" transform="translate(-202.73 258.23) rotate(-45)"/></g><g id="SettingMid"><polygon class="cls-27" points="518.33 395.66 516.34 491.67 394.33 511 352.33 513.67 300.33 455 301 369 481 395 518.33 395.66"/><polygon class="cls-28" points="139.83 429.17 138.58 338.42 124.46 331.04 83 327 82.33 432.33 110.67 435 139.83 429.17"/><polygon class="cls-29" points="47 409 48 453.5 56.5 459 63.5 451.5 61.5 409 47 409"/><path class="cls-30" d="M148.25,459.5l-2.87-91L106.94,364l-16.47-5.5-4-147.5L28,198,0,200V507H8l4.5-2.5-2-93.5,59,3L77,508.5s6.5,1,8.5,1,6.5-7,6.5-7l-5-89,44-24,2.5,74.5,11,1Z"/><polygon class="cls-29" points="80 280.5 32 273.5 29.5 307.5 82.5 313 80 280.5"/><polygon class="cls-29" points="78.5 274.5 79 247.5 30 237 32 265.5 78.5 274.5"/><polygon class="cls-29" points="80 240.5 77.5 217 30.5 207 29 228 80 240.5"/><polygon class="cls-31" points="59.5 342.5 46 334 26.5 332.5 24 339.5 21.5 387.5 55.5 399.5 67 384 89 388.5 101.5 379 95 336.5 82.5 328.5 66 330 59.5 342.5"/><path class="cls-29" d="M93,394c0-2-1-18-1-18l-16-.5-9,4,.5,16.5L83,400.5Z"/><polygon class="cls-11" points="99 347 109 343 119 349.5 116 372.5 112 376 98.5 373.5 96 355 99 347"/><polygon class="cls-11" points="122.5 350.5 133.5 346.5 140 351 137 372.5 132.5 378 121 372 122.5 350.5"/><polygon class="cls-11" points="76 239.67 78 222 68 218.5 53 216.5 50.5 233.5 76 239.67"/><polygon class="cls-11" points="45.17 232 46 220 39.5 218 37 230 45.17 232"/><polygon class="cls-32" points="44.33 267.83 46 251 52.5 252 53.5 262.5 58 243 71 249.5 70.17 273 44.33 267.83"/><polygon class="cls-11" points="61 311.17 59 292 54 289 47 289.5 46.33 309.83 61 311.17"/><polygon class="cls-11" points="68 311.33 68 290 75.5 288 82 293.5 80.5 313 68 311.33"/><polygon class="cls-33" points="515.17 403 428.33 409 342 409 302.33 377 301 369 469 366.33 518.33 395.66 515.17 403"/><polygon class="cls-34" points="427 399.66 360.33 402.33 334.33 380.33 337 375.66 403.67 376.33 427 394.33 427 399.66"/><polygon class="cls-35" points="388.75 392 391 390.25 391 386.25 388.25 383.75 384.5 384.75 384.75 390 388.75 392"/><polygon class="cls-35" points="395.25 393.25 395.75 397.5 399.75 397.25 401 393.25 396.75 391.75 395.25 393.25"/><polygon class="cls-35" points="412.5 392 412.25 387.5 409.43 388.09 410 386.25 406.67 385.08 407 382.25 404.75 381 402 382.84 398.75 380.75 398.25 385.75 400.75 388 402.42 385.82 403 388.25 404.51 388.48 404.75 390.5 407.41 390.33 409 392.5 412.5 392"/><polygon class="cls-36" points="416.67 389.33 414.5 391.33 417.33 392.67 419 390.5 416.67 389.33"/><polygon class="cls-36" points="418.67 393.17 415.67 395.17 417 395.67 419.67 395 418.67 393.17"/><polygon class="cls-36" points="370 387.83 367.5 389.67 369.33 391 371.83 389.17 370 387.83"/><polygon class="cls-36" points="369 381.5 367.83 384.5 370.17 385.17 371.33 382.5 369 381.5"/><polygon class="cls-36" points="363.33 380 363 382.17 364.83 382.08 365.5 380 363.33 380"/><polygon class="cls-36" points="377.33 379.67 375.33 383.33 376.83 384.5 380.67 381.83 377.33 379.67"/><polygon class="cls-36" points="383 380.17 381.83 383.5 383.17 383.83 384.83 380.83 383 380.17"/><polygon class="cls-36" points="382.33 386.33 381.17 387.5 382.5 389.17 383.5 388.5 382.33 386.33"/><polygon class="cls-36" points="379.17 392.5 375.83 395 377.67 396.33 380.67 394.67 379.17 392.5"/><polygon class="cls-31" points="473 386 473 365 469.25 359.5 450.25 356.25 442.25 362.25 438 367 443.5 386.75 460 392.25 473 386"/><polygon class="cls-37" points="470.5 365 467.25 360.75 451 359.5 443.75 363.5 446 368.5 462.5 369.75 470.5 365"/><polygon class="cls-38" points="429.13 359.75 423.81 353.13 420.91 347.06 419 347.75 419 354 411.25 356.75 407.25 366.75 417.5 376 425 374.5 429.75 365 429.13 359.75"/><polygon class="cls-39" points="445.67 364.67 439.33 358.67 422.67 361 418 371.33 423.33 382 435 382.67 443.67 373.67 445.67 364.67"/><polygon class="cls-40" points="452 381.33 451.33 375.33 437.67 372.33 428.33 380 429.67 387.33 444.67 391.33 452 381.33"/><polygon class="cls-41" points="463.75 364 469.75 342.5 472.75 341.25 475.5 345.25 466.75 364.75 462.25 368.75 461.5 365.75 463.75 364"/></g><g id="ChefReact"><polygon class="cls-42" points="299.33 260.33 297 267 282.5 258.17 290.5 251.33 299.33 260.33"/><polygon class="cls-43" points="280.33 288.67 272 296.75 268.33 307.67 260.67 338 261.33 340 250.33 350 257 359 261 358.67 271.67 349.67 273.33 344 277 339.67 283 324 294.67 351.67 270.33 394 271.33 405 269.33 418.67 273 428.67 272.33 445.33 262.33 446.33 249 452.33 248 455 260.33 457.33 282.33 453 285 426.67 289.67 416 297 391 300.88 392.13 300.63 368.88 346.13 367.88 340.33 333 322 312.33 316.33 310.33 334 306 336.67 299.33 334.67 292.67 309.67 269.67 306.33 268.33 302 276.67 320 293 302.67 293.67 293.33 292.67 280.33 288.67"/><polygon class="cls-44" points="300 276 298.33 284.17 294.58 292.83 291.71 294 283.02 291.67 277.84 288 276.5 284.83 273 283.33 271.67 275.67 274 273.83 285.67 261.17 296 264.17 300 272.5 300 276"/><polygon class="cls-45" points="287.63 278.04 286.81 276.52 285.7 275.68 283.64 276.34 282.5 278 283 278 284.25 276.83 284.92 276.67 284.58 277.83 285.29 278.5 286 278.25 286 277 286.83 277.5 287.63 278.04"/><polygon class="cls-45" points="288.79 275.54 286.89 272.69 284.82 272.34 283 272.67 281.33 274.46 281.42 276 282 276 282.17 274.92 283.92 273.42 286.5 273.58 288.79 275.54"/><polygon class="cls-45" points="292.25 277.17 291.75 276 293.33 274 296.58 272.83 298.67 274 298.58 276 297.58 274.08 296 273.83 293.92 275.17 292.25 277.17"/><polygon class="cls-45" points="293.92 286.92 292.5 285.25 289 284.75 288 285.58 286.42 288.33 287 289.08 292.67 289.92 293.75 288.17 293.92 286.92"/><polygon class="cls-46" points="293.33 283.92 293.08 279.83 291.75 276 290 276.5 288.58 282.25 289.42 283.5 292.75 284.33 293.33 283.92"/><polygon class="cls-47" points="254.25 360.38 257 360.5 259.88 354.5 258.38 349.75 245.63 347 243.88 349 244.88 359.25 254.25 360.38"/><polygon class="cls-30" points="253.38 357.25 253.63 353.5 249 352.25 245.63 357 237.88 362 230.5 361 224.88 364.63 225.38 368.13 235.25 370.5 240.38 364.13 248.63 359 253.38 357.25"/><polygon class="cls-30" points="298.69 278.06 298.41 271.03 293.08 266.08 292.1 268.35 287.99 268.49 285.49 266.99 285.37 265.25 282 268.62 281.31 270.62 278 272.13 278 277 277.13 277.75 273.25 274.13 274 262.63 280.75 257.38 286.25 257.25 297.5 262.13 301.13 270.5 299.38 277.75 298.69 278.06"/><polygon class="cls-48" points="275.67 293.33 282.13 314.56 287.19 312.28 300.97 310.52 299.73 292.76 303.49 292.5 305.5 310.25 328.75 342.25 344 348.25 344.5 351 339 351 336.38 368.38 301.13 369.25 300.63 400.88 282.75 396.5 272.25 390.75 286 354 290.25 351.25 280 327 279.25 317 272 296.75 272 294 275.67 293.33"/><polygon class="cls-48" points="299.33 260.33 296 248.17 284.33 245.83 275 250.33 268.83 261.33 273.17 270.67 282.5 258.17 291.17 256.17 299.33 260.33"/><polygon class="cls-47" points="307 268.83 307.33 256.67 297.83 252.5 294 254.33 294.83 256 297.67 254.83 300.83 255.83 296.67 256 295.83 256.67 296.67 258.5 300.67 259.67 299.67 272.5 302.83 276.5 307 268.83"/><polygon class="cls-49" points="363 398.33 375 392.33 353.67 378.33 339 385 363 398.33"/><polygon class="cls-30" points="339 384.83 344.67 382.58 341.33 379.96 329 371.65 325 372 325 377 339 384.83"/></g><g id="Briana"><polygon class="cls-50" points="157.38 264.09 161.48 286.91 160.07 293.31 160.2 308.06 160.59 311.65 160.84 314.85 159.94 318.69 160.52 325.24 155.84 330.11 136.36 331.26 135.59 346.38 140.72 353.05 130.21 369.97 111.23 366.38 99.44 345.1 105.6 340.23 111.23 316.64 113.8 286.39 142 259.99 157.38 264.09"/><polygon points="118.93 296.13 121.49 294.34 126.62 298.19 125.08 303.82 126.62 307.67 123.28 307.16 120.46 302.03 123.03 299.21 118.93 296.13"/><polygon points="131.75 295.88 129.18 296.65 126.1 292.55 122.26 290.75 115.59 294.34 114.57 302.54 117.64 308.95 122 310.75 112.52 321.26 108.42 320.75 105.34 297.42 124.31 271.01 148.66 256.14 158.92 259.99 160.97 264.35 156.1 267.68 149.95 266.39 145.33 270.76 140.46 271.01 135.85 269.99 137.38 276.91 137.64 283.57 134.82 284.6 134.56 288.7 131.49 292.29 131.75 295.88"/><polygon class="cls-51" points="147.2 290.81 149.75 294.36 153.59 296.41 153.6 289.31 147.2 290.81"/><polygon class="cls-52" points="145.31 289.57 148.63 289.96 151.9 287.99 154.91 287.91 156.8 290.6 154.44 290.31 148.43 291.52 145.31 289.57"/><polygon class="cls-52" points="153.04 289.37 152.27 293.37 153.59 296.41 154.78 296.27 154.9 292.64 154.68 289.11 153.04 289.37"/><polygon class="cls-52" points="158.27 288.06 153.9 283.12 149.18 282.56 144.93 282.88 152.52 280.23 157.2 281.69 159.33 285.39 158.27 288.06"/><polygon class="cls-52" points="152.7 315.2 160.39 311.26 161.48 312.94 161 314.42 152.7 315.2"/><polygon class="cls-53" points="160.07 293.31 162.38 300.24 164.82 302.42 164.43 305.49 160.2 308.06 157.13 306.9 158.02 299.34 160.07 293.31"/><polygon class="cls-54" points="148.81 256.44 122 278.9 108.8 303.68 107.33 315.04 104.1 317.65 87.14 300.98 85.09 272.62 83.63 263.84 91.11 247.76 98 244.25 98 259.16 104.7 246.59 115.5 244.54 113.16 253.31 128.94 247.18 146.49 253.02 150.28 253.61 154.28 258.19 148.81 256.44"/><polygon class="cls-54" points="160.18 356.33 131.18 332.61 109.04 330.5 90.58 336.3 75.29 353.17 81.62 357.92 113.78 348.95 160.18 356.33"/><polygon class="cls-55" points="201.45 478.44 203.39 431.09 160.17 355.16 130.12 341.98 111.67 345.15 101.13 350.95 81.62 356.75 51.04 416.32 49.98 432.14 74.77 453.76 104.82 464.3 138 467.91 141.61 487.6 183.71 483.7 201.45 478.44"/><polygon class="cls-56" points="146.82 466 137.24 445.44 109.87 448.95 81.77 438.41 68.43 487.62 62.77 576 117.74 576 116.24 530.19 125.51 576 178.81 576 171.78 510.91 169.68 484.87 146.82 466"/><polygon class="cls-57" points="204.56 507.1 199.57 492.67 204.76 465.77 204.37 443.55 201.64 427.95 201.14 433.56 202.81 459.53 197.25 490.6 193.07 487.99 192.7 488.47 186.78 464.21 191.8 436.92 188.97 408.85 186.83 413.53 189.01 437.31 183 459.14 183 466.16 189.34 492.65 176.61 509.43 181.33 526.19 193.44 536.71 207.48 528.14 204.56 507.1"/><polygon class="cls-50" points="204.1 430 204 429.9 204 424.06 200.11 416.96 200.38 416.26 197.7 410.41 193.33 409.26 193.44 408.46 191.5 403.01 186.44 401.25 186.05 408.46 186.44 420.55 188.78 424.06 191.51 422.89 192.68 414.23 194.63 417.04 192.09 426.69 191.8 429.9 195.02 430.19 198.52 424.06 198.62 422.98 199.69 425.23 196.77 432.24 197.06 434.58 199.99 434.87 201.14 433.56 200.57 439.26 201.74 442.18 203.79 440.72 205.74 431.66 204.1 430"/><polygon class="cls-50" points="187.41 404.18 185.95 394.16 181.16 391.27 179 393.36 179 399.5 182.91 404.47 187.41 404.18"/></g><g id="Table"><polygon class="cls-58" points="768 399 541.67 368.33 431 391.67 430.33 399 768 480.33 768 399"/><polygon class="cls-59" points="768 475.67 687.67 457 607.67 439.67 429.67 396.33 431.67 411 439 417.67 443 550.33 450.33 554.33 459 549.67 455.67 421 560.34 450.33 713.67 480.33 768 496.33 768 475.67"/><polygon class="cls-60" points="768 463 696.67 455.33 675 443 610.34 433 522.34 403.67 514.34 381 523.67 369 757 415.67 768 438.33 768 463"/></g><g id="Captain"><polygon class="cls-61" points="531.86 400.32 543.75 414.02 545.66 411.68 533.77 397.98 531.86 400.32"/><polygon class="cls-62" points="533.5 330.5 544.88 327.5 550.75 328.38 552.5 332.38 564.25 335.38 571.38 338.5 575.25 340.38 578.13 345.38 575.13 357.25 535.13 365.63 526.25 336.13 533.5 330.5"/><path class="cls-63" d="M752,344l-14.67-1-80,29.67-26,25.66,37,36.67L695,441l46-26,27,26V361Zm-11,33.33-30.5,9.17,29.83-17.17L751.5,380Z"/><polygon class="cls-64" points="670.67 367 679 388 673.67 399.67 583 391.67 563.33 362 590.33 349.67 645 354.67 670.67 367"/><polygon class="cls-65" points="545.96 332.88 546.1 330.9 545.38 330.03 544.28 330.27 544.42 331 540 331 534.42 333.5 534.17 336.75 537.42 334.33 543.83 332.83 545.96 332.88"/><polygon class="cls-65" points="547.08 334 543.92 333.25 540.42 335.08 537.92 339 540 338.33 541.75 335.17 543 334.75 542.42 336.25 543.42 336.92 545.92 336.58 546 335.33 545.25 334.58 546.92 335.42 548.42 335 547.08 334"/><polygon class="cls-65" points="552.17 331.17 552.5 328.75 551.58 327.92 549.75 328 549.58 330.58 551.5 331.5 552.17 331.17"/><polygon class="cls-65" points="572.83 339.17 568.42 336.75 565.25 336.42 561.33 338.83 559.58 342.75 561.42 343.67 565.08 340.92 572.83 339.17"/><polygon class="cls-66" points="564.67 335.67 565.17 330 563.67 328.5 559.17 330.33 549.58 330.58 549.17 332.17 557.33 337 564.67 335.67"/><polygon class="cls-67" points="533.5 330.5 531.17 335.67 538.5 345.5 538.67 351.33 537 351.83 535.33 357.5 544 362.17 535.17 378.17 529.17 381.83 521.33 381 514.83 369.67 518 363.17 521.33 360.67 518.33 352.33 523.5 335.83 529.83 331.17 533.5 330.5"/><polygon class="cls-68" points="581.5 375.5 561 356.83 537.33 360 530.33 374.83 526.33 396.5 560.17 423.33 614.25 435.25 636.5 423.5 669.75 439.75 683 429.75 690 389 650.75 383.5 639.25 371 631 364.75 614.25 378.5 606.75 379.75 601.75 386 595.25 383.25 581.5 375.5"/><polygon class="cls-62" points="630 372.25 636.5 363.25 640.75 364 651.5 356.5 660 359.25 665.25 363 664.75 366 661.25 365.63 656.75 363 651 363 648.5 367.5 649.5 369.25 654.75 366.25 664.25 368.5 668.25 370 668 373 664 373.5 658.75 372.25 652.5 373.75 652.25 376.5 658.13 374.75 661 377.25 661 382 659.5 386 657.25 386.5 657 380.75 652.5 382.25 658.25 384 656.5 389.5 649.67 386.33 634.33 387 629 380.67 628.67 373.67 630 372.25"/><polygon class="cls-69" points="576.75 350 575.5 355.25 561 356.83 560.75 361.5 576.75 364.25 587.75 358.25 598.25 372.75 607.75 371.75 615.75 364 596.25 352.5 590.25 346.25 576.75 350"/><polygon class="cls-61" points="544.83 372.17 556.5 392.17 554.33 394.83 543.17 376.67 544.83 372.17"/><polygon class="cls-61" points="542.33 381.33 541 384.83 551.33 402.17 553.33 399.5 542.33 381.33"/><polygon class="cls-61" points="540.59 388 537.36 390.85 547.5 407 548.83 405 540.59 388"/><polygon class="cls-61" points="534.5 396.67 532 398.17 545.33 412 548.17 409.33 534.5 396.67"/></g><g id="Surgeon"><polygon class="cls-70" points="664.33 318.33 664 323 660.25 325.25 657.75 321 664.33 318.33"/><polygon class="cls-71" points="627.33 313 661.67 278.67 690.33 286 688 300.67 681.33 313.67 676.33 314 671 323 666 321.67 664.33 318.33 657.33 324 645.33 322 627.33 313"/><polygon class="cls-71" points="623.17 545.67 622.33 576 641 576 652 550.33 623.17 545.67"/><polygon class="cls-71" points="580.5 552 573.33 576 554 576 555.67 543.67 580.5 552"/><polygon class="cls-63" points="556 449.33 550.67 501.33 543.33 539 564 555.67 584 556.67 601.67 543 594 479.33 599.67 482.33 613.33 552 639.67 559 658.33 553.67 662.33 537.33 620.67 446 556 449.33"/><polygon class="cls-72" points="660.83 347.67 660.58 339 639.63 315.33 626.98 309.67 616.32 314 598 332 557 403.67 554 445 557.67 455.67 598.17 466.33 626 451 625.67 442.67 617 420 645 387 660.83 347.67"/><polygon class="cls-63" points="660.67 349.67 657 338.67 644.33 335.33 634.33 344.67 620.33 388 635.33 422.67 652 426.67 664 420.67 667 413 660.67 349.67"/><polygon class="cls-70" points="689 290.17 688.33 299.33 694 289.67 674.33 265.38 657.67 265.69 640.67 274.68 627.33 276.34 625.33 291 633.67 305.33 643 310.33 656 302.67 656 295 666.67 286 674 288 672.67 292.67 667 299 668.33 303 683.67 296.67 689 290.17"/><polygon class="cls-73" points="730.33 440 710.91 444.2 710 432.33 700.33 427.67 687 437.33 692.33 452.33 708.67 455 726 449.67 737.67 455.67 740.33 446 730.33 440"/></g><g id="Light"><polygon class="cls-74" points="683 0 493 378 431 391.67 429.67 398.33 431.67 411 439 417.67 441 502.33 326.33 576 768 576 768 0 683 0"/></g><g id="Gradient"><rect class="cls-75" width="768" height="576"/></g></g><desc>You are in the Galley.</desc> </svg> <<toggleLayer "Captain" $captain "It is full of commotion and Captain Dudingston lays on the table." "" >> <<toggleLayer "Surgeon" $captain "A medic from the Sons of Liberty administers to the Captain's wounds." "">> <<toggleLayer "Sentry" $captain "A large Son of Liberty stands nearby monitoring the situation." "">> <<toggleLayer "ChefReact" $captain "The Cook is quite distressed and just stands there looking shocked." "">>
<div class="fixed"> <<if !$attack>> <<include "Stern No Fire Background">> <<else>> <<include "Stern Fire Background">> <</if>> </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:#eec374;}.cls-3{fill:url(#linear-gradient);}.cls-4{fill:#b2946a;}.cls-5{fill:#f9f29d;}.cls-6{fill:#d6daed;}.cls-7{fill:#916d5a;}.cls-8{fill:#ba9160;}.cls-9{fill:#1f1815;}.cls-10{fill:#5f4531;}.cls-11{fill:#68513c;}.cls-12,.cls-27,.cls-61{fill:#5f4d3b;}.cls-12,.cls-27,.cls-33,.cls-37,.cls-88{mix-blend-mode:multiply;}.cls-13{fill:#260e0a;}.cls-14{fill:#9d8265;}.cls-15{fill:#6e512b;}.cls-16{fill:#2b1d10;}.cls-17{fill:#1c1608;}.cls-18{fill:#391f08;}.cls-19{fill:#b1875c;}.cls-20{fill:#916846;}.cls-21{fill:#745642;}.cls-22{fill:#725438;}.cls-23{fill:#2d2218;}.cls-24{fill:#493c30;}.cls-25{fill:#d3a966;}.cls-26{fill:#938051;}.cls-27{opacity:0.6;}.cls-28{fill:#685b3e;}.cls-29{fill:#4c412c;}.cls-30{fill:#eae4d6;}.cls-31{fill:#3c2613;}.cls-32{fill:#6d1b1b;}.cls-33,.cls-35,.cls-37{fill:#b2a072;}.cls-33{opacity:0.3;}.cls-34,.cls-36{fill:#cebfb2;}.cls-36,.cls-37{opacity:0.5;}.cls-38{fill:#e65129;}.cls-39{fill:#e0dca9;}.cls-40{fill:#e7b957;}.cls-41{fill:#832710;}.cls-42{mix-blend-mode:overlay;fill:url(#radial-gradient);}.cls-43{fill:#301705;}.cls-44{fill:#72623e;}.cls-45{fill:#bc6112;}.cls-46{fill:#e8e2c5;}.cls-47{fill:#8a4508;}.cls-48{fill:#452102;}.cls-49{fill:#c8b26f;}.cls-50{fill:#381d08;}.cls-51{fill:#82a0b1;}.cls-52{fill:#556982;}.cls-53{fill:#a08b58;}.cls-54{fill:#3e1d14;}.cls-55{fill:#a57132;}.cls-56{fill:#b28562;}.cls-57{fill:#70786b;}.cls-58{fill:#977559;}.cls-59{fill:#b8ac97;}.cls-60{fill:#ce9265;}.cls-62{fill:#213142;}.cls-63{fill:#24352c;}.cls-64{fill:#a87763;}.cls-65{fill:none;}.cls-66{fill:#15346b;}.cls-67{fill:#1d160c;}.cls-68{fill:#5d544a;}.cls-69{fill:#78624a;}.cls-70{fill:#1a2a39;}.cls-71{fill:#f1f6b7;}.cls-72{fill:#d7a854;}.cls-73{fill:#685433;}.cls-74{fill:#70471e;}.cls-75{fill:#b58c43;}.cls-76{fill:#040000;}.cls-77{fill:#623322;}.cls-78{fill:#96875e;}.cls-79{fill:#4a5229;}.cls-80{fill:#895f36;}.cls-81{fill:#b28e7d;}.cls-82{fill:#332d1e;}.cls-83{fill:#49392e;}.cls-84{fill:#211c10;}.cls-85{fill:#b28461;}.cls-86{fill:#8f545a;}.cls-87{fill:#201920;}.cls-88{fill:#67523e;opacity:0.4;}.cls-89{fill:#987634;}.cls-90{fill:#5b572a;}.cls-91{fill:#e5db9c;}.cls-92{fill:#dfe1a6;}.cls-93{fill:#fcb15e;}.cls-94{fill:#ea783c;}.cls-95{fill:#f5efbf;}.cls-96,.cls-99{mix-blend-mode:soft-light;}.cls-96{fill:url(#linear-gradient-2);}.cls-97{fill:#4e341c;}.cls-98{fill:#6e4e2d;}.cls-99{fill:url(#linear-gradient-3);}</style><linearGradient id="linear-gradient" x1="170.65356" y1="674.52688" x2="585.6551" y2="-44.27688" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f6dff"/><stop offset="1" stop-color="#b8cc6d"/></linearGradient><radialGradient id="radial-gradient" cx="24.5001" cy="449.50012" r="252.4996" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f15a24"/><stop offset="1" stop-color="#fbb03b" stop-opacity="0"/></radialGradient><linearGradient id="linear-gradient-2" x1="592.07821" y1="550.49946" x2="141.34879" y2="-97.12728" gradientTransform="translate(770.3228 577.6394) rotate(180) scale(1.0562 1.2733)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f15a24"/><stop offset="1" stop-color="#0071bc" stop-opacity="0.9"/></linearGradient><linearGradient id="linear-gradient-3" y1="288" x2="768" y2="288" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#222754"/><stop offset="1" stop-color="#6d8bff" stop-opacity="0.5"/></linearGradient></defs><title>5UpperRight</title><g class="cls-1"><g id="SettingBack"><rect class="cls-2" x="402" width="366" height="105"/><polygon class="cls-3" points="768 61 613 47 394 31 0 34 0 576 768 576 768 61"/><polygon class="cls-4" points="688.576 576 717.075 369.088 685.577 178.598 676 155 568 129 496.586 135.1 338 189 0 329 0 576 688.576 576"/><polygon class="cls-5" points="705 72.333 690.334 66.999 607 56.333 592.334 59.667 550 57.5 536 61.5 540.5 64 599.667 64.333 617 64.999 683 70.999 705 72.333"/><polygon class="cls-5" points="755.166 93.889 747.286 87.065 717.101 81.794 684.962 78.236 682.02 83.611 732.824 97.285 755.166 93.889"/><polygon class="cls-5" points="737.669 70.998 733.002 67.665 711.669 65.665 708.335 68.332 722.335 71.665 737.669 70.998"/><polygon class="cls-5" points="582 81.5 585.5 74.5 579 70.5 521.5 70 510 73.5 510.5 80 555 76.5 582 81.5"/><polygon class="cls-6" points="423.667 98.333 397 95 339.667 93 315 106.333 398 104 423.667 98.333"/><polygon class="cls-6" points="328.333 158.667 342 161.333 316.532 163.676 264.719 174.984 238.729 177.115 269.22 160.215 328.333 158.667"/><polygon class="cls-6" points="768 136.334 754.999 163.001 758.999 199.001 736.999 241.667 738.332 275.667 750.332 390.334 732.332 455.001 733.666 486.334 762.999 406.334 760.332 298.334 768 289.667 768 136.334"/></g><g id="SettingMid"><polygon class="cls-7" points="239 576 268.333 529.667 224.333 505.667 136.333 576 239 576"/><polygon class="cls-7" points="273 576 297.667 543.667 331.667 549 355.667 547.667 375 555.667 367 576 273 576"/><polygon class="cls-7" points="65.667 576 137.667 503 118.333 493 29.667 576 65.667 576"/><polygon class="cls-8" points="22.333 576 146.333 465 134.333 455 0 561.001 0 576 22.333 576"/><polygon class="cls-7" points="0 529 108.333 451.667 87 427 0 476.333 0 529"/><polygon class="cls-7" points="0 447.668 107.667 353.001 76.333 351.001 0 408.335 0 447.668"/><polygon class="cls-7" points="588 572 621.667 441 622.334 408.333 611.667 411.667 601.667 466.333 565.001 569 545.001 562.333 595.001 419.667 587.667 417.667 561.001 492.333 531.667 559.667 539.668 576 588 572"/><polygon class="cls-9" points="86 254 79 248 76.945 247.567 74 197.5 62.5 199 63.235 249.508 57 253 51 269.5 58.5 278.5 63.666 279.054 64 302 79.5 291 78.559 274.995 84 270.5 86 254"/><polygon class="cls-9" points="143 225 137 219 135.239 218.567 132.714 168.5 122.857 170 123.487 220.508 118.143 224 113 240.5 119.429 249.5 123.856 250.054 124.143 273 137.429 262 136.622 245.995 141.286 241.5 143 225"/><polygon class="cls-9" points="109.666 198.333 99 249 88.333 289 79.5 291 95 241 104.333 192.333 109.666 198.333"/><polygon class="cls-10" points="718.333 167 726.999 162.333 738.999 165.667 734.333 207 718.999 251.667 718.333 167"/><polygon class="cls-10" points="723.666 336.999 737.666 332.332 747.666 366.999 726.333 410.999 723.666 336.999"/><polygon class="cls-11" points="719.665 395 730.998 419.667 744.331 550.334 743.665 576 707 576 719.665 395"/><path class="cls-12" d="M682.17678,284.2549,710,304l-2-27-26.42972-21.5352L670,154l-15-4-75-17-20,4,24,7,67,23,11,35,1.46288,50.2314L548.89359,194.9468,597,175l-8.82321-6.1763L591,166l-74-26-43,4,96.82909,33.8433L564,182,451,193l-80-14L249,220,0,329v99l17-5,159.2393-58.7754L230,394l108,62,81,31,194.292,67.5801L605,576h36l11-54,5.44818-22.8135L682,529l13-9-30.67292-49.6182L668,455l10.46878-102.7891L708,376V359l-27.91212-33.4941ZM538.07229,199.4336,602,229l43,19-20-1-92.80961-45.1279ZM337,448,188.3662,359.749,250,337l46.84329-19.5488L369,386l118,74,115,43,24.71288,16.9092-9.8887,25.5469Zm304,35-9.93852,25.6758L490,454,372,377l-64.00341-64.2031L377,284l97-58,46.61619-19.3286L627,253l36.97748,16.8809L665,305Z"/></g><g id="Setting"><polygon class="cls-13" points="727 290 720 156 702 95 628 85 550 69 459 84 262 128 0 204 0 229 296 145 450 106 550 82 625 100 694 107 706 167 705.451 251.998 699 201 689 160 641 139 577 128 517 129 438 152 281 203 112 272 0 318 1 354 195 256 334 200 492 143 586 138 671 160 684 193 694 276 694.969 400 693.541 411.104 659.667 576 672.334 576 714.667 576 718.334 576 728 387 727 290"/><polygon class="cls-13" points="34 208 32 314 0 329 0 218 34 208"/><polygon class="cls-13" points="153 179 151 262 176 253 177 195 175 166 153 179"/><polygon class="cls-13" points="289 139 293 206 316 204 313 137 289 139"/><polygon class="cls-13" points="382 119 381 176 400 169 398 104 382 119"/><polygon class="cls-13" points="447 99 453 154 471 148 465 100 447 99"/><polygon class="cls-13" points="518 85 518 135 534 137 529 78 518 85"/><polygon class="cls-13" points="568 79 568 129 580 133 581 85 568 79"/><polygon class="cls-13" points="619 93 613 141 623.8 141 637 97 619 93"/><polygon class="cls-14" points="538.75 0 501.875 99 460.187 167 448 166 448 156 455 146 461.5 150 495.5 75.5 510.5 23 515 13.5 513.5 24 496 84.5 476 126.5 467.5 145.5 502 92.5 521.5 38 531 7.5 538.75 0"/><polygon class="cls-13" points="678 98 661 154 676 155 690 104 678 98"/><polygon class="cls-13" points="703 145 693 196 694 216 701 216 713 161 703 145"/><polygon class="cls-15" points="499 238 451 227 379.534 262.733 474 297 492 289.333 533 259 499 238"/><polygon class="cls-16" points="473.015 296.643 379.534 262.733 379 263 380.25 269.5 472.667 304 500 288.667 532.25 264.25 533 259 473.015 296.643"/><path class="cls-17" d="M644,523l-64-26-78-23-28,5-87,27-35,25-29,45h27l19-36,42-26,87-25,42.91109,11.3242L528,505.333l-8.333,9.334L498,505l-54,16-57,35-9,20h16l8-17.667,43.333-25.667L495,518.667l10.667,4.666-20.35741,9.9971L462,539l-44,20-3,17H619l-53-44-31-10.333L545.667,511,572,512.667l29.667,22.666L619,576h22l-44.43552-58.0381L626,529l15,47h18.667Zm-81.667,20.666L588,572l-36-26-31.89551-9.6289,7.5439-5.8408Z"/><polygon class="cls-17" points="278 197 239 188 211 202 200 267 220 303 257 312 287 292 290 273 310 280 333 269 340 250 338 189 317 175 283 181 278 197"/><path class="cls-18" d="M184.292,257.6665l-39.6465-1.333-32.6558,11L101.6611,280.833,100.6665,294H106l.3335-14,12.333-8.3335,28.667-10,35,3.3335,20.333,10.6665-2.7266,15.3687L199.25,276.9165l-18.958-6.6245-3.0869,1.8545L166.6665,267H141l-27.6665,13.3335L110,292.834l1.5962,1.2187-1.2627,5.2803,3.021,5.2871-.688,5.0469,18,12.333L154,330l23.6665-3.667,27.3335-18L208,301l.583-27.6665ZM153,304.333l10.3047-5.0644.0288,1.3984-12.667,7-11.0727-.4922,1.2622-3.3213Zm10.0884-15.6611-7.1846,2.0322,7.1489-3.771Zm-24.4424,6.6416-.0903.2969L136,296.333l-5.8594-.1328L127,292.667V290l16.3335-8.6665,11.333-1,4.9541,2.3779ZM150.3335,269l.5019.1626-.8496.021Zm-29,15.3335,20.7891-10.9922,5.5439-1.0078,13,.6665,4.8335,3.8662-1.1665-.1997-.7363,1.2993L151,274l-26.6665,11-3,6.667,2.3813,4.3867L121.3335,296l-1.5371-1.0762ZM114,299.8877v-3.9981l.4937.377Zm1.123-8.2354-.4565-.3193,1.4468-6.9434Zm3.9683,8.126L122,302h4.9429l.7236,1.333,8.4321.333-1.0092,3.3086-6.9224-.3076-9.4614-4.2305Zm9.2422,13.5547-4.3442-3.6201L127.6665,311l5.9243.8887-.7178,2.3525Zm54.333-7.666L172,312l-23.6665,5.333L137,315.0664V314l.5752-1.5137L141,313l18.3335,1.333,18-9.333L184,296.667Zm4.2671-17.0596L186.6665,282,181,277.4668l11.667,2.8667L195.3335,285l-2.7105,14.5215L191,300.333l-1-9Z"/><path class="cls-18" d="M140.856,303.8535,113.3335,290.333l-49.667,3-33.333,17.334-4,6.333,1,5.333-3,5,2.333,6.334-2.333,5.666.333,6-2.333,5L27,356.667l26,9.666L93.3335,368l15,1.333,11.6665-8L125.6665,352l15-10L145,323.667ZM37.375,316.208,60.3335,303H75l-16,4L41.3335,318.667l1.5,9.167L36.75,323.083Zm68.292,45.459L56.3335,359l-17-9.333L79,356.334l33.667-.667ZM117,346.333,84.667,347l42-9Z"/><polygon class="cls-19" points="532 0 0 0 0 229 532 0"/><polygon class="cls-20" points="191 141 46 80 0 29 0 222 191 141"/><polygon class="cls-21" points="548 0 225 158 97 214 0 259 0 218 265 106 480 18 528 0 548 0"/><polygon class="cls-22" points="602.5 173.5 602 121 594 113.5 580 114.5 577.5 124 576 163 438.5 119.5 369.5 97.5 365.5 100 367 106 454.5 134 574.5 173.5 587.5 180 598 179 602.5 173.5"/><polygon class="cls-23" points="584 163.5 587 120 583 116.5 577.5 124 576 163 584 163.5"/><polygon class="cls-24" points="502 257.8 483.366 254.333 471.667 260.617 466.25 268.417 472.316 274.917 480.116 276 481.2 272.317 474.267 267.333 480.116 261.05 487.916 259.967 501.206 262.061 502 257.8"/><polygon class="cls-16" points="484.233 273.111 480.116 276 476.434 272.533 476.866 258.45 483.8 250.217 494.923 245.378 501.566 246.823 503.083 258.45 501.206 262.061 496.8 258.883 496.656 249.423 492.322 251.156 483.583 260.617 484.233 273.111"/></g><g id="HatchClosed"><polygon class="cls-15" points="137 460 176 481 264.466 412.09 154 368 68 417 67.174 418.516 81 433 137 460"/><polygon class="cls-16" points="101.5 454 176 491 267 420 268 413.5 264.466 412.09 176 481 137 460 81 433 67.174 418.516 62 428 101.5 454"/><polygon class="cls-24" points="207.5 429 186 425 172.5 432.25 166.25 441.25 173.25 448.75 182.25 450 183.5 445.75 175.5 440 182.25 432.75 191.25 431.5 206.583 433.917 207.5 429"/><polygon class="cls-16" points="187 446.667 182.25 450 178 446 178.5 429.75 186.5 420.25 199.333 414.667 207 416.334 208.75 429.75 206.583 433.917 201.5 430.25 201.333 419.334 196.333 421.334 186.25 432.25 187 446.667"/></g><g id="HatchOpen"><polygon class="cls-17" points="264.466 412.09 261.477 414.418 227 404.5 67.174 418.516 62 428 101.5 454 176 491 267 420 268 413.5 264.466 412.09"/><polygon class="cls-15" points="177.667 449.666 198.334 499 207.667 503 212.334 494.333 189.667 447 178.334 444.333 177.667 449.666"/><polygon class="cls-15" points="143 439.334 196.667 443.334 264.333 389 262 381 154 368 68 417 67.174 418.516 87 427.001 143 439.334"/><polygon class="cls-24" points="229.119 392.189 203.18 390.487 187.765 399.16 181.133 408.809 190.132 415.547 205.333 414.001 208.333 410.334 192.027 406.576 199.411 398.621 210.008 396.415 228.468 397.193 229.119 392.189"/><polygon class="cls-16" points="210.28 411.654 205.847 415.397 201.257 411.793 200.306 395.564 207.426 385.388 219.71 378.682 227.495 379.658 230.435 392.865 228.648 397.209 223.258 394.01 222.119 383.152 217.317 385.59 208.248 397.361 210.28 411.654"/><polygon class="cls-16" points="262 381 242.25 401.75 196.625 440.042 144.645 439.353 85.99 425.344 67.168 418.521 67.331 427.003 100.665 436.667 149.333 447.334 198.999 448.333 236.166 419 264 389 264 384 262 381"/></g><g id="Combustibles"><g id="Hay_Back" data-name="Hay Back"><polygon class="cls-25" points="249.666 234.333 246.999 227 230.333 231.667 240.334 213.667 233.671 209.667 225.676 224.333 213.019 211.667 152.374 189 22.416 248.333 16.499 281 165 351 207.844 326.008 216.333 331.667 219.666 329.333 211.265 324.012 212.045 323.557 225.333 326.667 227 324 215.866 321.328 228.998 313.667 236 303 236 261.667 233.166 240.333 249.666 234.333"/><polygon class="cls-15" points="112.5 207 189 238.5 200 255.5 203 330 206 327.5 203 251.5 190 236 116 205 112.5 207"/><polygon class="cls-15" points="56 232.5 133.5 271 131.75 274 51.5 234 56 232.5"/></g><g id="HayFront"><polygon class="cls-2" points="180.995 423.515 204 427 206 420 188.513 413.243 199 408 199.411 398.621 183.422 404.522 184 400 173 387 154 372 173 348 168 342 144 366 110 342 79 329 41.652 349.329 44 337 35 336 27.236 357.176 0 372 0 573 18.33 565.554 28 572 43.323 555.4 64 547 97 525 127.063 512.317 148.897 514.444 153.684 502.357 150.977 502.228 152.519 501.578 169 506 176 499 162.613 495.096 169.004 483.592 184 487 185 479 173.43 475.625 176 471 177.148 457.884 193 476 195 465 178.064 447.413 178.334 444.333 180.995 423.515"/><path class="cls-26" d="M0,281l61-22,25-3,24-19,7,6-15,14,18,4,23,15,19-5,6,8-16,5,11,11c8-5,13,2,13,2l-6,12,15,15-3,35-10,24-17,11,9,16-2,5-21-20-23,13-28,6L67,437l-11-3,15-24L47,421l-26,8L0,455Z"/><polygon class="cls-15" points="0 323 28 346 34 380 35 425 40 422 40 371 35 336 0 308 0 323"/><polygon class="cls-15" points="52 261 97 285 141 327 144 371 141 395 147 397 149 366 146 323 96 276 61 259 52 261"/><polygon class="cls-26" points="21 429 36.333 451.666 43.323 555.4 47.667 553.666 42.333 449.666 25.001 426.333 21 429"/><polygon class="cls-26" points="128.667 399.666 135.333 421.833 126.333 513 129.333 513 139.667 420.166 130.667 396.916 128.667 399.666"/><polygon class="cls-2" points="92.333 313 117 293.667 133 291.667 135 296.334 118.333 297 98.333 312.334 92.333 313"/><polygon class="cls-2" points="103 316 123 316 137 328.334 133.833 331.667 122 321.667 122 329 116.333 329.667 115 321.667 105 319 103 316"/><polygon class="cls-2" points="21.666 368.333 58.333 387 67.666 400.333 62.999 403 53.666 391 24.333 374.333 21.666 368.333"/><polygon class="cls-25" points="125.772 559.801 131.667 556.333 119.667 548.333 109.118 553.607 80.635 543.015 88.333 535.666 79 531 76.054 541.311 64.24 536.918 62.333 521.666 53.667 521 55.678 533.734 52.58 532.582 24.054 522.082 0 531.082 0 576 169.333 576 125.772 559.801"/></g><g id="PuffyShirt"><polygon class="cls-27" points="158 288.999 137 286.334 148.334 314.334 99.667 335.667 71.667 338.334 53.001 332.334 27.001 343.001 0 338.335 0 275 113.667 253.001 150.334 262.334 158 288.999"/><polygon class="cls-28" points="38 250 82 235 158 246 183 277 181 292 158 289 128 268 109 269 142 281 158 315 103 316 81 325 30 307 25 287 21 311 48 326 9 332 0 323 0 270 22 262 38 250"/><polygon class="cls-29" points="78.5 241.75 71.5 242.125 42 252.063 43 259.031 63.5 260.016 72 254.508 76.5 265.504 86.5 271.002 80 261.501 77 252.001 84 248 84 243 78.5 241.75"/><polygon class="cls-29" points="157 286.333 155.333 281.667 169 275.333 179 277.333 180.667 281.667 178.333 289 157 286.333"/><polygon class="cls-29" points="125 308.667 97.333 309.667 83 316.667 81.333 322.334 101.667 314.667 137 314 154.333 313.334 125 308.667"/><polygon class="cls-29" points="38.667 325.334 24.333 323.667 11 328.667 16 329.667 38.667 325.334"/></g><g id="Logbook"><polygon class="cls-27" points="118 444 99 461.5 60.5 469.5 59.5 483 90.5 542 112 541 146.5 522 118 444"/><polygon class="cls-26" points="123.666 445.334 118.333 440.668 110.666 451.668 107.333 464.668 110.331 474.831 123.666 445.334"/><polygon class="cls-30" points="132.667 444 125.333 441.334 114.333 452 110 473.334 84.667 466 67 466.667 65 476 122.667 480.334 132.667 444"/><polygon class="cls-31" points="110.331 474.831 64.998 472.914 64.332 476.289 105.665 525.644 146.331 523.653 164.331 478.998 136.998 442 130.331 442 110.331 474.831"/><polygon class="cls-26" points="73.25 469 84.75 467.75 102.25 472.25 84.75 469.5 73.25 469"/><polygon class="cls-26" points="114.167 479.667 112.333 480.834 114.5 487.001 116.667 488.334 118.333 487.334 116.167 485.167 114.167 479.667"/><polygon class="cls-26" points="130.167 503.667 128.333 504.834 130.5 511.001 132.667 512.334 134.333 511.334 132.167 509.167 130.167 503.667"/><polygon class="cls-26" points="121.667 491.334 119 492.834 120.833 498.001 124.333 501.167 126.667 500.667 122.833 496.667 121.667 491.334"/><polygon class="cls-32" points="125.833 478.834 126.5 481.501 138 495.167 139.833 495.501 151.333 475.001 150.833 472.667 141 460.001 139.5 459.167 125.833 478.834"/></g><g id="WhaleOil"><polygon class="cls-33" points="75.333 295.667 76.667 285.333 88.667 282.333 97.333 289 93 297.667 86.333 300 89.333 303.667 97 304 97 307 87.333 308.667 75 303 75.333 295.667"/><polygon class="cls-34" points="58.666 290.336 42.666 292.336 33 304.333 37.375 316.208 67.999 337.002 82.305 337.269 95.333 345.002 101.666 343.667 105.332 335.669 95.333 327.002 94.666 314.336 58.666 290.336"/><polygon class="cls-35" points="102 335.75 97.875 334.75 93.438 338.25 94.219 341.75 96.734 342.75 100.117 342 102 338.75 102 335.75"/><polygon class="cls-35" points="96.667 333 89 327.333 88.333 319.333 58.333 299 48 300 38.667 308.329 40 315.664 69 334.999 83 334.333 92 340.334 92 337 96.667 333"/><polygon class="cls-36" points="74.125 318.5 69.688 323.25 68.344 328.75 37 308.75 37 303 43 297.75 74.125 318.5"/><polygon class="cls-33" points="104 351.334 99 355 95.667 384.334 99.667 398 104.666 396.667 104.333 384.667 108.333 381.334 111.666 395 119.333 405.667 123.333 403.334 122 389.667 114 374 110.333 361 104 351.334"/><polygon class="cls-33" points="90.333 351.166 94.333 357.25 91.667 369.625 85.333 372.813 83.333 382 72 382 63 372.667 68 360.333 74.333 353 81.333 358.667 85 351.667 90.333 351.166"/><polygon class="cls-33" points="126.166 406.667 117.75 413.667 99.375 415.333 108.021 426 119.344 426.333 123.339 436.333 128.336 435.667 127.667 425 134 425 133.333 438.333 139.333 442 144.667 438 143 422 144 414.333 136.333 405 126.166 406.667"/><polygon class="cls-33" points="96 421 102 430 102 441 94 445 91 438 86 439.667 86.333 450.667 76.667 452.667 75.333 442 82 427 90.333 425.333 96 421"/><path class="cls-33" d="M172.3335,420l-7,8.334-6.667-.334-2.333,11.334S164,451.668,165,451.334s6.3335-10,6.3335-10L175.5,440l3-10.25L175.6665,421Z"/><path class="cls-37" d="M107,473.334l-14-4.667L89.3335,478l6,15.667,12,17.333,5.3335,1-7-13.666L112,498s6.3335,9.667,7.3335,9.667,9-2.833,9-2.833L118,489.667l-8.6665-6Z"/><polygon class="cls-33" points="22.25 352.75 0 349.5 0 375 14.5 382.5 25.5 378 25.75 367 34 363.5 34 357 22.25 352.75"/><polygon class="cls-33" points="33 392 18 387 8 392.5 11.5 398 31 399 33 392"/><polygon class="cls-33" points="170.25 317.75 160.375 321.625 155.937 337.063 136.469 346.281 137.5 354 158 354 171.5 343 171 334 178 334 182.5 325.5 170.25 317.75"/><polygon class="cls-33" points="193.75 226.75 176.375 223.625 162.437 234.563 175.469 251.031 189.484 248.016 197.742 255.008 208 251 208 243 200 239 205.5 234.5 193.75 226.75"/><polygon class="cls-33" points="148.333 228.667 134 223.333 122.333 225 119.333 232 136.333 235 149.333 234.333 148.333 228.667"/><polygon class="cls-33" points="120 265 112.666 257.333 119 248.333 130.666 250.333 129.333 262.667 137 257.333 144.333 262.667 141 267 130 268 125.666 265.667 120 265"/><polygon class="cls-33" points="41.5 432 26 434.5 14.5 454 18 477 25.5 475.5 28 456 35 457 35.5 472 48.5 471 55 452.5 41.5 432"/></g><g id="Gunpowder"><polygon class="cls-17" points="79 365.751 78 367.417 79 368.084 79.917 367.001 79 365.751"/><polygon class="cls-17" points="9 370.751 8 372.417 9 373.084 9.917 372.001 9 370.751"/><polygon class="cls-17" points="105 372.751 104 374.417 105 375.084 105.917 374.001 105 372.751"/><polygon class="cls-17" points="120 255.751 119 257.417 120 258.084 120.917 257.001 120 255.751"/><polygon class="cls-17" points="107 366.751 106 368.417 107 369.084 107.917 368.001 107 366.751"/><polygon class="cls-17" points="81 298.751 80 300.417 81 301.084 81.917 300.001 81 298.751"/><polygon class="cls-17" points="167 332.751 166 334.417 167 335.084 167.917 334.001 167 332.751"/><polygon class="cls-17" points="206 244.751 205 246.417 206 247.084 206.917 246.001 206 244.751"/><polygon class="cls-17" points="203 243.751 202 245.417 203 246.084 203.917 245.001 203 243.751"/><polygon class="cls-17" points="167 338.751 166 340.417 167 341.084 167.917 340.001 167 338.751"/><polygon class="cls-17" points="159 346.751 158 348.417 159 349.084 159.917 348.001 159 346.751"/><polygon class="cls-17" points="139 261.751 138 263.417 139 264.084 139.917 263.001 139 261.751"/><polygon class="cls-17" points="136 264.751 135 266.417 136 267.084 136.917 266.001 136 264.751"/><polygon class="cls-17" points="124 249.751 123 251.417 124 252.084 124.917 251.001 124 249.751"/><polygon class="cls-17" points="126 253.751 125 255.417 126 256.084 126.917 255.001 126 253.751"/><polygon class="cls-17" points="117 393.751 116 395.417 117 396.084 117.917 395.001 117 393.751"/><polygon class="cls-17" points="106 415.751 105 417.417 106 418.084 106.917 417.001 106 415.751"/><polygon class="cls-17" points="160 430.751 159 432.417 160 433.084 160.917 432.001 160 430.751"/><polygon class="cls-17" points="141 426.751 140 428.417 141 429.084 141.917 428.001 141 426.751"/><polygon class="cls-17" points="113 379.751 112 381.417 113 382.084 113.917 381.001 113 379.751"/><polygon class="cls-17" points="98.847 380.274 100.754 380.649 101.041 379.482 99.711 378.987 98.847 380.274"/><polygon class="cls-17" points="92.847 427.274 94.754 427.649 95.042 426.482 93.711 425.987 92.847 427.274"/><polygon class="cls-17" points="95.847 430.274 97.754 430.649 98.042 429.482 96.711 428.987 95.847 430.274"/><polygon class="cls-17" points="119.847 261.274 121.754 261.649 122.041 260.482 120.711 259.987 119.847 261.274"/><polygon class="cls-17" points="171.847 237.274 173.754 237.649 174.041 236.482 172.711 235.987 171.847 237.274"/><polygon class="cls-17" points="174.847 243.274 176.754 243.649 177.041 242.482 175.711 241.987 174.847 243.274"/><polygon class="cls-17" points="71.847 374.274 73.754 374.649 74.042 373.482 72.711 372.987 71.847 374.274"/><polygon class="cls-17" points="20.847 362.274 22.754 362.649 23.042 361.482 21.711 360.987 20.847 362.274"/><polygon class="cls-17" points="25.847 363.274 27.754 363.649 28.042 362.482 26.711 361.987 25.847 363.274"/><polygon class="cls-17" points="18.847 357.274 20.754 357.649 21.042 356.482 19.711 355.987 18.847 357.274"/><polygon class="cls-17" points="15.847 355.274 17.754 355.649 18.042 354.482 16.711 353.987 15.847 355.274"/><polygon class="cls-17" points="6.847 368.274 8.754 368.649 9.042 367.482 7.711 366.987 6.847 368.274"/><polygon class="cls-17" points="10.847 377.274 12.754 377.649 13.042 376.482 11.711 375.987 10.847 377.274"/><polygon class="cls-17" points="16.847 375.274 18.754 375.649 19.042 374.482 17.711 373.987 16.847 375.274"/><polygon class="cls-17" points="20.847 392.274 22.754 392.649 23.042 391.482 21.711 390.987 20.847 392.274"/><polygon class="cls-17" points="4.847 355.274 6.754 355.649 7.042 354.482 5.711 353.987 4.847 355.274"/><polygon class="cls-17" points="75.847 378.274 77.754 378.649 78.042 377.482 76.711 376.987 75.847 378.274"/><polygon class="cls-17" points="116.847 392.274 118.754 392.649 119.041 391.482 117.711 390.987 116.847 392.274"/><polygon class="cls-17" points="118.847 398.274 120.754 398.649 121.041 397.482 119.711 396.987 118.847 398.274"/><polygon class="cls-17" points="106.847 423.274 108.754 423.649 109.041 422.482 107.711 421.987 106.847 423.274"/><polygon class="cls-17" points="108.847 420.274 110.754 420.649 111.041 419.482 109.711 418.987 108.847 420.274"/><polygon class="cls-17" points="138.847 437.274 140.754 437.649 141.041 436.482 139.711 435.987 138.847 437.274"/><polygon class="cls-17" points="160.847 444.274 162.754 444.649 163.041 443.482 161.711 442.987 160.847 444.274"/><polygon class="cls-17" points="139.847 431.274 141.754 431.649 142.041 430.482 140.711 429.987 139.847 431.274"/><polygon class="cls-17" points="160.847 436.274 162.754 436.649 163.041 435.482 161.711 434.987 160.847 436.274"/><polygon class="cls-17" points="89 361 88 359.625 86.375 360.125 86.5 361.5 89 361"/><circle class="cls-17" cx="87.25" cy="365.5" r="0.625"/><polygon class="cls-17" points="85 430.751 84 432.417 85 433.084 85.917 432.001 85 430.751"/><polygon class="cls-17" points="77.847 439.274 79.754 439.649 80.042 438.482 78.711 437.987 77.847 439.274"/><polygon class="cls-17" points="81.847 443.274 83.754 443.649 84.042 442.482 82.711 441.987 81.847 443.274"/><circle class="cls-17" cx="93.25" cy="430.5" r="0.625"/><circle class="cls-17" cx="102.25" cy="391.5" r="0.625"/><circle class="cls-17" cx="96.25" cy="440.5" r="0.625"/><circle class="cls-17" cx="99.25" cy="436.5" r="0.625"/><circle class="cls-17" cx="100.25" cy="389.5" r="0.625"/><circle class="cls-17" cx="115.25" cy="420.5" r="0.625"/><circle class="cls-17" cx="118.25" cy="417.5" r="0.625"/><circle class="cls-17" cx="120.25" cy="418.5" r="0.625"/><circle class="cls-17" cx="125.25" cy="428.5" r="0.625"/><circle class="cls-17" cx="123.25" cy="432.5" r="0.625"/><circle class="cls-17" cx="133.25" cy="417.5" r="0.625"/><circle class="cls-17" cx="131.25" cy="421.5" r="0.625"/><circle class="cls-17" cx="136.25" cy="409.5" r="0.625"/><circle class="cls-17" cx="140.25" cy="412.5" r="0.625"/><circle class="cls-17" cx="140.25" cy="415.5" r="0.625"/><circle class="cls-17" cx="173.25" cy="425.5" r="0.625"/><circle class="cls-17" cx="172.25" cy="431.5" r="0.625"/><circle class="cls-17" cx="169.25" cy="427.5" r="0.625"/><circle class="cls-17" cx="168.25" cy="439.5" r="0.625"/><circle class="cls-17" cx="172.25" cy="437.5" r="0.625"/><circle class="cls-17" cx="159.25" cy="438.5" r="0.625"/><circle class="cls-17" cx="13.25" cy="391.5" r="0.625"/><circle class="cls-17" cx="14.25" cy="394.5" r="0.625"/><circle class="cls-17" cx="30.25" cy="396.5" r="0.625"/><circle class="cls-17" cx="25.25" cy="398.5" r="0.625"/><circle class="cls-17" cx="27.25" cy="395.5" r="0.625"/><circle class="cls-17" cx="139.25" cy="347.5" r="0.625"/><circle class="cls-17" cx="147.25" cy="352.5" r="0.625"/><circle class="cls-17" cx="152.25" cy="346.5" r="0.625"/><circle class="cls-17" cx="155.25" cy="348.5" r="0.625"/><circle class="cls-17" cx="158.25" cy="342.5" r="0.625"/><circle class="cls-17" cx="155.25" cy="345.5" r="0.625"/><circle class="cls-17" cx="181.25" cy="238.5" r="0.625"/><circle class="cls-17" cx="186.25" cy="244.5" r="0.625"/><circle class="cls-17" cx="184.25" cy="239.5" r="0.625"/><circle class="cls-17" cx="187.25" cy="226.5" r="0.625"/><circle class="cls-17" cx="182.25" cy="228.5" r="0.625"/><circle class="cls-17" cx="179.25" cy="226.5" r="0.625"/><circle class="cls-17" cx="136.25" cy="226.5" r="0.625"/><circle class="cls-17" cx="138.25" cy="231.5" r="0.625"/><circle class="cls-17" cx="135.25" cy="231.5" r="0.625"/><circle class="cls-17" cx="125.25" cy="228.5" r="0.625"/><circle class="cls-17" cx="122.25" cy="231.5" r="0.625"/><circle class="cls-17" cx="165.25" cy="329.5" r="0.625"/><circle class="cls-17" cx="163.25" cy="325.5" r="0.625"/><circle class="cls-17" cx="166.25" cy="323.5" r="0.625"/><circle class="cls-17" cx="166.25" cy="326.5" r="0.625"/><circle class="cls-17" cx="171.25" cy="324.5" r="0.625"/><circle class="cls-17" cx="89.25" cy="289.5" r="0.625"/><circle class="cls-17" cx="87.25" cy="294.5" r="0.625"/><circle class="cls-17" cx="82.25" cy="292.5" r="0.625"/><circle class="cls-17" cx="81.25" cy="295.5" r="0.625"/><circle class="cls-17" cx="159.25" cy="343.5" r="0.625"/><circle class="cls-17" cx="116.25" cy="383.5" r="0.625"/><circle class="cls-17" cx="118.25" cy="387.5" r="0.625"/><polygon class="cls-17" points="28 442.751 27 444.417 28 445.084 28.917 444.001 28 442.751"/><polygon class="cls-17" points="30 436.751 29 438.417 30 439.084 30.917 438.001 30 436.751"/><polygon class="cls-17" points="36 449.751 35 451.417 36 452.084 36.917 451.001 36 449.751"/><polygon class="cls-17" points="21.847 450.274 23.754 450.649 24.042 449.482 22.711 448.987 21.847 450.274"/><polygon class="cls-17" points="39.847 462.274 41.754 462.649 42.042 461.482 40.711 460.987 39.847 462.274"/><circle class="cls-17" cx="25.25" cy="461.5" r="0.625"/><circle class="cls-17" cx="23.25" cy="459.5" r="0.625"/><circle class="cls-17" cx="39.25" cy="453.5" r="0.625"/><circle class="cls-17" cx="41.25" cy="457.5" r="0.625"/><polygon class="cls-17" points="40 439.751 39 441.417 40 442.084 40.917 441.001 40 439.751"/><polygon class="cls-17" points="43.847 452.274 45.754 452.649 46.042 451.482 44.711 450.987 43.847 452.274"/><circle class="cls-17" cx="43.25" cy="443.5" r="0.625"/><circle class="cls-17" cx="40.25" cy="448.5" r="0.625"/></g></g><g id="CombustiblesFire"><polygon class="cls-38" points="67 259 70 315 45 378 25 398 10 430 38 405 62.999 403 88 376 77 408 54 421 36 417 19 439 19 453 0 486 0 318 16 300 26 306 40 289 37 307 26.667 333.667 36 327 48 309 60.333 303 58 287 67 259"/><polygon class="cls-38" points="19 257 34 208 52 203 65 213 48 212 39 236 28 250 19 257"/><polygon class="cls-38" points="97 302 101.661 280.833 94 262 107 246 107 262 112 272 114.666 291.333 97 302"/><polygon class="cls-38" points="130 381 120 357 137 328.334 145 339 157 320 159.621 282.711 165 312 164 341 143 358 130 381"/><polygon class="cls-39" points="158.333 328.333 151.666 344.333 142.333 349.666 141 361.666 147.666 354.333 154.333 345.666 158.333 328.333"/><polygon class="cls-39" points="48.667 341.332 33.333 370.666 18.667 374.666 5.333 406.666 24 379.332 38 374.666 45.333 359.999 48.667 341.332"/><polygon class="cls-39" points="42 325.666 38.667 340.332 28 353.666 32.667 340.999 42 325.666"/><polygon class="cls-39" points="0 344.999 7.667 339.666 15 325.666 15.667 338.999 4.333 356.332 0 360.999 0 344.999"/><polygon class="cls-40" points="78.998 286.996 74.998 274.996 80.998 262.329 84.332 281.662 78.998 286.996"/><polygon class="cls-40" points="117.665 254.329 123.665 232.996 132.998 227.662 123.856 250.054 117.665 254.329"/><polygon class="cls-40" points="21.166 218.831 28.415 201.58 26.373 160.955 21.686 192.308 17.843 184.318 10 170.996 10 188 18.332 202.996 21.166 218.831"/><polygon class="cls-41" points="0 502.999 13.666 498.999 27.666 477.666 30.333 488.333 26.333 511.666 16.333 528.999 8.333 538.999 24.333 532.333 40.999 538.333 23.666 542.999 12.333 561.666 0 570.333 0 502.999"/><path class="cls-42" d="M242.47269,577A251.30871,251.30871,0,0,0,277,449.5C277,310.0479,163.9521,197,24.5,197c-8.2666,0-16.437.4102-24.5,1.1865V577Z"/></g><g id="BrianaFarther"><polygon class="cls-27" points="476.756 391.25 320.665 350.332 308.664 352.998 302.664 340.331 297.998 328.331 286.664 324.998 287.332 334.331 272 339.664 272 361 297.331 370.331 307.998 392.998 376.664 406.998 402.664 427.664 426.124 422.708 405.998 400.998 458.664 412.331 476.756 391.25"/><polygon class="cls-43" points="416.428 370.778 420.737 391.356 422.316 402.167 421.455 409.061 409.963 417.752 406.516 419.907 404.792 421.2 398.974 422.924 397.681 425.078 397.25 427.449 409.963 430.25 416.858 427.88 426.124 422.708 428.171 423.354 434.097 420.554 435.533 415.382 433.234 406.189 434.097 384.353 434.527 372.071 416.428 370.778"/><polygon class="cls-43" points="456.075 363.022 462.539 385.107 461.031 395.397 454.684 407.006 452 410.642 452 415.382 456.623 416.244 466.153 411.719 472.427 401.808 474.162 395.559 476.755 391.249 475.465 385.862 472.664 378.967 470.941 378.104 469.435 354.188 456.075 363.022"/><polygon class="cls-26" points="418.582 275.969 413.626 310.23 408.886 369.917 422.245 375.088 432.588 374.873 439.914 368.193 441.638 359.358 439.053 337.81 437.975 318.418 443.146 343.629 452.843 364.53 464.263 365.823 469.004 359.143 472.882 347.723 472.451 338.673 464.263 310.015 454.997 281.787 453.059 272.737 451.334 271.014 418.582 275.969"/><polygon class="cls-44" points="452.196 271.444 451.766 275.969 431.511 281.141 418.582 275.969 419.157 271.876 452.196 271.444"/><polygon class="cls-45" points="416.283 176.564 415.135 185.721 415.996 188.145 416.14 190.148 415.852 195.746 419.875 204.218 423.322 207.125 426.555 207.771 426.339 211.973 424.185 213.266 431.223 223.753 437.831 224.184 443.864 213.123 440.272 211.255 438.979 208.382 440.194 200.05 445 196.603 445 184.392 428.774 169.884 416.283 176.564"/><polygon class="cls-46" points="422.515 189.079 419.982 189.941 418.941 189.851 418.798 187.732 420.198 187.14 422.515 189.079"/><polygon class="cls-46" points="434.384 188.954 431.762 190.21 430.361 190.282 430.577 187.193 434.384 188.954"/><polygon class="cls-47" points="426.339 207.808 430.11 209.172 433.558 208.31 435.281 205.832 429.679 207.556 426.339 207.808"/><polygon class="cls-47" points="444.116 191 442.284 190.013 440.884 192.536 441.207 194.389 440.345 195.909 442.823 195.592 442.931 193.44 442.284 192.381 442.5 191 444.116 191"/><path class="cls-48" d="M473.88769,291.5552l-4.7402-9.3369-2.1553-4.3096-.9199.6894-.086-.8335-10.0556-8.0439-4.3096,9.1939,1.1504,10.9169,11.7783,5.7466,3.1611-1.1494-.6533-6.3135,1.8018,3.8711,1.581,15.9453.4307,9.3379,2.4414,2.585,3.7354-2.2979.5742-14.0781Zm1.5801,23.7026-.8623,1.8672-1.8672-.5742-.7178-7.6133-1.43749-12.498-1.14841-6.751L466.707,284.73l-.53811-5.2061,1.9727,4.562,4.4531,7.6133,3.1602,12.3535Z"/><polygon class="cls-45" points="464.119 263.4 460.098 261.82 457.512 263.256 454.352 270.151 461.102 278.915 462.539 279.92 464.838 280.208 467.998 278.197 470.152 276.904 474.462 272.737 472.02 265.842 464.119 263.4"/><polygon class="cls-45" points="411.686 290.837 414.703 295.003 413.985 299.601 413.411 304.915 412.549 305.202 411.112 304.053 410.825 300.318 411.256 299.025 410.394 297.876 408.957 300.318 408.67 307.213 410.538 310.23 412.549 314.253 411.974 315.545 411.831 316.694 410.107 316.551 405.798 313.678 402.35 304.053 404.935 292.417 411.686 290.837"/><polygon class="cls-47" points="462 265.519 460.815 264.549 458.553 266.596 456.183 271.66 456.829 271.768 462 265.519"/><polygon class="cls-47" points="463.616 269.29 462.539 268.966 457.583 274.354 458.014 274.892 462.862 270.906 463.616 269.29"/><polygon class="cls-47" points="465.699 273.24 465.772 274.533 462.756 277.549 460.744 278.627 460.312 277.693 463.258 274.677 465.699 273.24"/><polygon class="cls-49" points="412.405 219.587 409.963 224.615 408.096 237.543 401.488 255.93 397.753 274.749 400.769 283.368 402.924 288.395 404.217 292.418 409.819 293.566 412.405 291.987 413.267 285.666 416.283 281.931 419.3 275.323 425.692 274.03 431.295 275.754 435.604 275.323 438.979 275.611 444.439 274.677 450.473 272.306 451.621 271.876 453.632 265.124 456.648 250.041 458.947 249.179 462.683 262.969 465.125 264.837 469.435 267.423 471.732 274.605 470.152 276.904 472.02 276.76 475.755 272.737 476.473 269.578 481.501 263.544 479.347 254.637 471.015 236.251 458.517 218.868 451.334 215.277 435.245 224.183 418.582 217.432 412.405 219.587"/><polygon class="cls-50" points="435.317 188.702 434.169 188.486 433.666 187.768 431.08 186.547 428.926 187.624 428.207 188.917 428.782 188.63 429.182 188.552 429.284 189.636 430.074 190.282 431.475 190.21 432.049 188.81 431.367 187.696 434.24 189.097 435.317 188.702"/><polygon class="cls-50" points="422.82 189.133 421.6 187.266 419.014 186.332 417.793 186.763 416.644 188.271 417.451 187.894 417.396 188.648 417.989 189.671 419.479 189.959 420.055 188.702 419.674 187.613 421.169 188.271 422.82 189.133"/><polygon class="cls-50" points="423.323 186.763 423.107 185.757 420.81 183.387 418.224 182.525 417.218 183.027 416.571 185.111 418.152 184.033 419.731 184.177 422.389 186.69 423.323 186.763"/><polygon class="cls-50" points="435.03 185.111 432.301 183.961 430.434 184.32 428.495 185.613 427.13 185.973 426.698 185.398 427.202 184.536 430.29 182.525 433.019 182.597 434.671 184.177 435.03 185.111"/><polygon class="cls-47" points="425.692 188.917 424.256 187.983 423.825 188.486 422.963 192.652 422.532 193.658 423.251 195.094 425.765 195.669 425.908 195.094 427.776 194.017 428.494 193.155 428.278 192.293 426.914 191.718 425.692 188.917"/><polygon class="cls-48" points="429.858 199.979 427.488 198.255 424.902 198.111 423.466 198.47 422.819 199.62 422.316 199.189 422.102 199.763 422.389 200.266 424.759 199.907 429.858 199.979"/><polygon class="cls-47" points="428.565 201.343 427.919 200.912 423.681 200.984 423.394 201.63 425.477 202.636 427.129 202.492 428.565 201.343"/><polygon class="cls-48" points="444.008 188.702 441.853 188.199 440.058 191.432 439.339 188.846 437.687 187.193 437.902 185.614 436.754 184.033 435.963 181.376 435.316 178.718 432.875 177.282 431.869 177.785 429.858 176.06 425.262 175.199 421.455 175.414 420.593 176.779 418.294 176.276 418.079 177.785 416.428 178.574 415.062 178.359 414.344 176.204 415.565 174.049 417.505 173.332 417.074 172.829 418.151 171.105 424.185 170.027 444.008 179.005 449.61 188.702 446.163 198.327 440.272 200.769 439.626 200.266 440.058 197.034 443.074 196.962 446.091 193.802 444.008 188.702"/><polygon class="cls-51" points="441.921 199.799 444 195.957 444 190.426 440.771 183.1 432.98 174.696 423.843 172.254 417.118 173.403 415.552 174.049 414.912 175.486 415.275 171.967 421.31 168.016 430.72 164.497 435.461 165.144 442.429 170.027 439.483 162.773 441.494 159.9 448.533 167.514 451.55 163.204 453.418 167.154 453.56 175.63 450.257 180.298 451.334 189.636 449.538 196.531 443.864 201.702 440.451 200.84 441.921 199.799"/><polygon class="cls-52" points="451.693 167.801 450.615 174.193 449.467 174.624 448.03 171.248 448.533 167.514 447.767 169.32 446.468 166.643 443.299 163.73 444.511 168 446.163 168 446.679 171.875 446.521 172.25 448.749 177.567 451.55 175.7 452.412 170.17 451.693 167.801"/><polygon class="cls-51" points="444.654 210.627 441.961 211.246 435.551 223.03 429.49 217.838 422.892 212 418.582 212 412.549 217.955 412.01 221 418.582 221 429.894 225.429 432.588 227.374 430.11 234.434 429.894 237.855 440.991 247.755 445.193 247.533 444.977 245.699 439.699 235.138 439.375 231.906 446.163 241.386 450.796 244.079 451.873 243.002 449.395 235.46 443.9 223.932 449.503 222.208 453.705 217.576 454.136 214.236 450.687 213.051 447.456 211.973 445.732 210.68 444.654 210.627"/><polygon class="cls-52" points="435.713 226.733 434.311 227.595 435.928 235.352 441.1 240.093 442.931 241.386 439.699 235.137 439.375 231.905 447.563 236.538 443.9 229.857 439.591 227.487 435.713 226.733"/><polygon class="cls-53" points="413 224.686 411.338 228.026 413.381 235.586 409.444 245.901 409.561 249.192 413.136 258.667 414.998 272.454 418.442 275.179 423.611 275.61 429.356 275.323 420.306 271.157 416.57 260.527 413.626 253.775 412.481 247.096 415 236.25 415 234.383 413 228.062 413 224.686"/><polygon class="cls-53" points="442.429 275.036 440.56 266.991 443.577 263.974 446.881 265.986 446.163 272.737 451.19 267.997 452.483 270.151 451.047 273.455 444.727 275.323 442.429 275.036"/><polygon class="cls-49" points="422.299 413.652 417.182 413 415.996 413 414.38 414.19 414.703 414.571 419.982 414.977 414.165 418.843 410.394 417.328 409.532 417.217 407.7 418.509 407.916 419.262 413.842 421.631 415.135 421.738 423.107 415.814 423.215 414.679 422.299 413.652"/><polygon class="cls-49" points="460.815 394 467.711 394 468.357 394.672 465.448 401.525 464.478 401.935 457.583 401.172 457.476 400.52 458.229 399.116 460.061 399.223 464.694 399.658 466.31 396 460.815 396 460.492 395.215 460.815 394"/></g><g id="SonsOfLiberty"><g id="BackMan"><polygon class="cls-27" points="326 416 305.5 396.5 276.5 389 304.5 359.5 321.5 368.5 339 380 326 416"/><polygon class="cls-17" points="298.999 267 290.999 314.333 299.664 375.04 278.998 395.019 321 374.998 321 302 329.664 284.998 331.664 326.998 338.997 374.998 320.997 414.998 330.331 417.665 356.331 376.331 347.664 324.998 362.997 282.998 359.664 252.332 346.331 242.332 298.999 267"/><polygon class="cls-54" points="259 232.667 269.667 248 279 286.667 296 287.667 301.667 279 279 226.667 259.667 227 258.667 231.333 259 232.667"/><path class="cls-55" d="M318.33249,372.999l-17.9687-10.876-11.3521-39.1123L247.022,296.3535l-25.979-9.979-25.2915,6.0415S171.334,307,170,309l15,15-3,35-12,25.5L184,400l-.5781,4.5225,15.98869-5.9014L199,408l-10.4873,5.2432L206,420l-2,7-23.0054-3.4854L211.5,450l49.50289-15.666,36.001-30.6641,3.2832-32.2617L317.666,382.332Z"/><polygon class="cls-56" points="257.334 301.166 247.334 307.917 246 325.958 252 329.333 252 317 258 329.333 254.667 345.333 266.667 344 274 318.666 272.667 305.333 257.334 301.166"/><polygon class="cls-56" points="225.453 279.88 229 290.522 224.271 299.39 217.768 298.798 223.089 289.34 217.177 287.566 204.17 298.798 197.667 297.024 201.806 282.836 214.221 276.333 225.453 279.88"/><polygon class="cls-57" points="270.661 199.998 241.956 199.958 211 277.333 219 284.333 228.667 285 238.666 236.667 255.995 227.332 283.995 244.665 300 280 315.333 284.333 333.667 278.333 346.661 246.665 319.328 195.332 283.328 182.665 270.661 199.998"/><polygon class="cls-54" points="257 204.5 254.5 222 263.667 233.667 238 252.667 236.666 269.333 229.5 278.834 222 279.667 211.667 274.333 214 261.667 215 245.333 223.333 230.333 241.334 210.667 246 199 257 204.5"/><polygon class="cls-58" points="238.499 163.833 231.248 174.583 241.956 199.958 260.478 211.979 271 203.999 271 177 252.665 161.999 238.499 163.833"/><polygon class="cls-59" points="236.663 176.665 243.33 172.665 254.663 175.331 263.996 198.665 272.663 201.998 284.663 186.665 285.33 176.665 279.33 173.331 258.663 158.665 246.663 157.998 233.996 165.998 229.33 176.665 231.33 193.331 235.996 200.665 231.33 203.998 233.996 211.998 241.334 210.667 243.996 201.998 237.33 189.331 236.663 176.665"/><polygon class="cls-54" points="291.5 181 278.5 188 272 231 277.667 255.333 268.333 273 269 282 254.5 299.5 261 307 274 311 289 296 302 270.333 303.5 251.5 322.5 272 344.5 291 353 274 353 244 320 193 291.5 181"/><polygon class="cls-15" points="216 354.332 225.5 336.332 242.916 328.332 243.624 334.332 229.645 339.666 222.989 350.332 234.327 348.332 232.83 355.666 216 356.999 216 354.332"/></g><g id="FrontMan"><polygon class="cls-26" points="275.875 465.832 203.519 447.083 202.803 457.041 215.03 464.353 204.365 467.01 190.643 502.337 174.63 505.668 170.818 520.333 181.497 522.333 168.531 526.332 161.668 552.332 205.52 576 265.008 576 383.984 576 384.175 520.999 400 508.999 400 498 391.23 504.999 393.519 486.332 377.502 474.999 367.588 478.332 336.318 470.332 275.875 465.832"/><polygon class="cls-2" points="328.999 489.666 366.333 444.333 384.333 437.666 387.666 443.666 369.666 448.333 338.333 485.666 328.999 489.666"/><polygon class="cls-2" points="316.166 475.333 368.333 462 382 462 382.333 467.666 364.333 466.999 323.666 478.999 316.166 475.333"/><polygon class="cls-2" points="230.5 473.5 214 442.5 202.5 436.5 201 440.5 212 448.5 230.333 481.667 230.5 473.5"/><polygon class="cls-60" points="384.331 536.332 369.664 527.665 362.998 534.998 384.331 569.665 390.998 541.665 389.664 523.665 384.175 520.999 384.331 536.332"/><polygon class="cls-60" points="232 404.25 216 410.5 216 417 221 422.5 223 437 231.5 456.5 249.5 454 257 463.5 298.333 457.667 283 398.5 244 380 229 391.5 232 404.25"/><polygon class="cls-61" points="240.166 410.834 241.416 443.584 260 458.333 260 448 266.999 456.333 295.665 454.333 299.665 443 240.166 410.834"/><polygon class="cls-62" points="242.333 360.666 229 368.664 229 422 286.666 450.664 305.999 449.331 310.666 412.664 281.999 367.331 242.333 360.666"/><polygon class="cls-63" points="307.767 454.547 275.121 456.852 250.493 461.082 242.599 472.488 209.416 488.799 206.226 504.163 165.872 537.874 159.466 565.935 176.235 576.779 200.567 576.552 235.389 557.227 241.565 576.17 386.999 576 363.666 515.666 325.156 460.386 307.767 454.547"/><polygon class="cls-31" points="250 470 304 505 371 576 352 576 293 515 224 480 225 472 238 468 250 470"/><polygon class="cls-2" points="404.5 482.5 406.5 487.5 385 493 404.5 482.5"/><polygon class="cls-21" points="245.167 191.667 249 192.667 254 203.333 249.833 209.167 247 207.833 245.167 191.667"/></g></g><g id="Layer_27" data-name="Layer 27"><polygon class="cls-64" points="460.625 56.375 456.375 63.875 457.75 65 461 65 461.333 70.5 465.666 73 471 73 470.333 77 483 68.667 479.666 55 460.625 56.375"/><polygon class="cls-64" points="451.333 119 442.666 116 437.666 118 444.333 121.667 443.333 127.667 436.666 127.334 437.333 129.667 449 133.667 457 126.334 451.333 119"/><polygon class="cls-65" points="491 160 492.252 159.214 480 155.667 491 160"/><polygon class="cls-66" points="480 155.667 492.252 159.214 505.333 151 510.666 149.667 511.666 144.667 504.666 117 502.166 86.333 485.583 74.667 482.958 68.667 478.645 67.667 468.322 74.667 464.661 80.667 459.663 87.333 455.999 117.667 449.999 118.334 450.333 121.334 454.666 127 461 129 457 149.334 462.333 154.667 465.087 154.863 465 154.5 480 155.667"/><polygon class="cls-67" points="474.333 187.334 468.333 188.334 461 187.334 457.666 189.667 479 197.667 486 197 487 193.667 485.077 183.226 472.67 179.942 474.333 187.334"/><polygon class="cls-67" points="512 185 500.333 181.334 501.007 177.497 491.481 182.259 490.666 188.667 496 191 510 191 514 187.667 512 185"/><polygon class="cls-68" points="465 154.5 465.087 154.863 467 155 471.333 174 472.67 179.942 485.077 183.226 480 155.667 465 154.5"/><polygon class="cls-68" points="504.666 156.667 505.333 151 492.252 159.214 492.666 159.334 493 170.334 491.481 182.259 501.007 177.497 504.666 156.667"/><polygon class="cls-69" points="466 57.5 469.5 70.5 480 73 489.5 66 484.5 62.5 482 53 466 57.5"/><polygon class="cls-70" points="487.666 63.333 490.666 56.667 473 43 462.333 43.333 448.666 46.333 447.666 49.667 460 59 475.666 63 487.666 63.333"/></g><g id="Musicians"><g id="Shadow"><polygon class="cls-27" points="685 448 548 405 484 405 448 387 439 399 459 418 450 443 484 485 514 530 671 519 685 448"/></g><g id="Linus"><polygon class="cls-17" points="659.976 462.693 654.408 483.643 636.125 501.266 637.701 511.377 664.464 507.68 677.505 471.105 675.597 456.998 659.976 462.693"/><path class="cls-49" d="M696.88568,315.4795l-33.9511,32.6748-36.7061-7.9502-18.0381,54.833,4.9209,19.1397,36.6563,13.8857,3.7617,45.0479,18.1055,6.5351,7.3857-7.9316,8.4268-40.1768,14.4423-75.8701Zm-50.4179,81.7451-4.374-4.9209,6.4863-11.333Z"/><polygon class="cls-71" points="595.158 254.806 596.574 247.689 599.248 247.924 597.734 255.848 595.158 254.806"/><polygon class="cls-71" points="585.91 253.874 588.425 247.627 590.188 247.263 588.669 255.164 585.91 253.874"/><polygon class="cls-71" points="579.997 253.833 580.977 247.154 583.843 247.045 582.01 253.419 579.997 253.833"/><polygon class="cls-71" points="587.809 272.598 583.918 279.175 586.192 280.017 589.231 274.402 587.809 272.598"/><polygon class="cls-71" points="583.955 269.194 580.568 275.667 578.694 274.218 582.029 267.49 583.955 269.194"/><polygon class="cls-71" points="578.28 264.591 575.554 271.718 573.324 269.815 575.955 263.495 578.28 264.591"/><polygon class="cls-72" points="642.047 223.894 640.417 234.391 640.413 237.87 639.08 241.634 640.526 253.753 647.503 262.97 652.883 264.465 656.574 263.703 659.775 267.343 666.806 266.64 674.295 259.695 673.918 252.787 680.933 246.095 682.752 230.324 662.343 217.918 642.047 223.894"/><polygon class="cls-73" points="666.273 228.482 670.679 234.571 671.975 237.453 674.852 235.284 678.347 235.261 681.17 240.454 678.446 245.915 673.556 248.501 670.979 255.506 672.668 256.907 677.89 253.378 685.769 239.853 683.402 221.619 679.252 213.379 666.273 228.482"/><polygon class="cls-74" points="652.245 240.623 655.294 237.165 661.336 235.917 666.784 241.121 659.724 237.431 655.632 237.963 652.245 240.623"/><polygon class="cls-74" points="649.077 240.958 649.495 237.897 645.637 233.619 641.811 234.584 648.621 237.903 649.077 240.958"/><polygon class="cls-74" points="663.207 243.289 660.333 240.383 657.069 239.833 655.506 242.43 656.767 242.381 656.558 243.465 658.301 245.107 660.156 244.619 659.896 242.58 663.207 243.289"/><polygon class="cls-74" points="647.428 240.598 644.785 237.12 642.569 237.402 641.531 238.316 643.667 239.142 642.869 240.709 643.869 242.177 645.822 241.495 645.937 240.02 647.428 240.598"/><polygon class="cls-75" points="648.777 242.288 650.224 240.48 652.17 242.014 653.24 249.914 649.841 251.789 646.93 251.593 646.022 247.188 648.777 242.288"/><polygon class="cls-76" points="645.687 253.556 647.014 256.169 650.078 258.292 655.79 256.72 649.274 255.046 645.687 253.556"/><polygon class="cls-77" points="636.475 214.252 637.08 220.778 652.784 234.334 665.707 231.665 679.588 217.554 679.167 204.496 671.474 200.297 655.585 201.299 640.078 210.097 636.475 214.252"/><polygon class="cls-78" points="656.574 263.703 661.247 265.99 668.401 263.774 674.295 259.695 677.195 258.059 683.773 261.957 696.756 340.183 681.589 349.132 658.2 351.633 626.191 340.258 619.264 320.691 643.628 267.104 648.833 263.521 652.883 264.465 656.574 263.703"/><polygon class="cls-22" points="602.794 287.962 610.338 290.603 616.271 282.903 631.397 280.342 640.66 266.399 647.521 263.066 647.426 268.577 653.376 274.116 652.422 332.451 627.473 349.444 613.122 330.887 619.264 320.691 608.001 313.389 601.734 301.478 602.794 287.962"/><polygon class="cls-79" points="600.338 260.822 669.742 288.483 693.881 290.147 707.67 312.846 689.078 327.885 671.817 308.701 659.936 301.313 595.241 273.424 600.338 260.822"/><path class="cls-80" d="M574.59279,263.2539l14.1963,12.8159,6.24119-.81,64.9062,26.0527-.2099.5254,4.6513,2.1885,10.7295,22.7177,15.8701,14.5704,13.3311,3.5449,17.6641-4.6983,11-6.4707,6.5312-11.5849-2.875-16.4668-10.7168-12.4844-14.6152-7.2188-22.2871-1.1684-16.7637,3.9868-6.1172-2.9375-.1377.3462-62.9971-25.2876-3.5058-6.7021-20.23149-2.6441Zm90.63469,24.8174-.6152,1.542-61.7178-24.7725.60652-1.5473Zm34.0342,26.4219-20.1836-8.1739a11.02122,11.02122,0,0,1,.4785-2.2031l20.8955,8.4629A11.33194,11.33194,0,0,1,699.26168,314.4932Zm2.125-4.6123c-.05268.2636-.1211.5214-.1943.7793l-20.8301-8.4375c.1289-.2354.2656-.4639.4092-.6905ZM682.084,299.8438a11.08962,11.08962,0,0,1,1.36718-1.2256l18.0312,7.3027a11.55836,11.55836,0,0,1,.1348,1.833Zm15.66988,16.2587a11.10738,11.10738,0,0,1-1.5693,1.1446l-16.8037-6.8057c-.04688-.1865-.1065-.3691-.1465-.5586a11.0797,11.0797,0,0,1-.1856-1.3574Zm3.0635-12.6718-15.1602-6.1397a11.44068,11.44068,0,0,1,2.3662-.7734A11.30539,11.30539,0,0,1,700.81738,303.4307Zm-20.3985,9.6484,13.168,5.335c-.3232.0966-.6504.1865-.9883.2558A11.31536,11.31536,0,0,1,680.41888,313.0791Zm-78.9794-44.5264.7041-1.7968,61.7041,24.7675-.7159,1.792Zm60.6357,27.4092-61.6748-24.7554.2891-.7407,61.6796,24.7588Zm-63.0283-21.3052.6035-1.5361,61.6611,24.7495-.6123,1.5342Z"/><path class="cls-71" d="M593.64359,258.4878a1.756,1.756,0,1,0,1.36419-2.0762A1.75688,1.75688,0,0,0,593.64359,258.4878Z"/><path class="cls-71" d="M586.97749,256.7158a1.757,1.757,0,1,0,1.3643-2.0776A1.7563,1.7563,0,0,0,586.97749,256.7158Z"/><path class="cls-71" d="M580.31349,254.9414a1.75547,1.75547,0,1,0,1.3642-2.0752A1.75605,1.75605,0,0,0,580.31349,254.9414Z"/><path class="cls-71" d="M576.73439,263.0293a1.75591,1.75591,0,1,0,1.3642-2.0747A1.7571,1.7571,0,0,0,576.73439,263.0293Z"/><path class="cls-71" d="M582.00879,268.2393a1.75655,1.75655,0,1,0,1.36421-2.0747A1.755,1.755,0,0,0,582.00879,268.2393Z"/><path class="cls-71" d="M588.084,272.2344a1.756,1.756,0,1,0,1.36329-2.0757A1.75764,1.75764,0,0,0,588.084,272.2344Z"/><polygon class="cls-22" points="679.293 262.714 684.815 261.923 717.627 278.243 740.263 304.713 737.443 324.894 726.96 324.257 707.189 310.845 706.426 307.152 705.144 290.619 684.723 289.936 669.733 288.484 679.293 262.714"/><polygon class="cls-72" points="684.096 294.354 691.835 287.813 703.93 288.791 705.181 290.623 708.735 300.208 706.654 306.234 686.468 313.551 685.415 311.843 680.021 314.531 678.261 312.793 679.31 308.553 682.001 308.872 683.871 306.91 688.479 302.11 689.093 298.31 684.777 298.5 680.057 298.427 679.536 295.908 684.096 294.354"/><polygon class="cls-72" points="602.794 287.962 593.458 273.268 599.937 261.43 610.019 256.024 614.635 258.045 615.965 261.095 610.276 264.894 608.922 268.498 612.794 264.373 617.787 262.294 618.771 263.665 617.943 265.586 613.163 269.548 613.686 278.014 616.271 282.903 614.77 284.964 610.338 290.603 602.794 287.962"/></g><g id="George"><path class="cls-27" d="M553.76948,436.1904,511.5,433.5l-25.5,7L363.5,415,318,426.5s5,24.5,5.5,26.5,118,29,118,29,95-9.5,95-8,19.66018-15.0967,19.66018-15.0967Z"/><polygon class="cls-81" points="522.689 393.155 525.678 413.478 525.079 449.34 518.505 454.72 508.941 446.352 500.573 393.753 522.689 393.155"/><polygon class="cls-81" points="554.367 368.649 557.355 395.547 553.769 436.19 545.401 440.374 538.826 436.788 531.654 381.201 554.367 368.649"/><polygon class="cls-82" points="494.752 313.81 492.439 346.238 501.481 396 529.861 396 534.953 385.906 551.689 381.61 562.447 360.037 549.895 317.571 494.752 313.81"/><polygon class="cls-83" points="510.434 219.814 493.1 238.94 488.916 279.585 502.079 344.441 541.515 343.539 560.653 319.338 552.286 261.36 536.746 221.618 510.434 219.814"/><polygon class="cls-84" points="494.822 191.18 487.74 190.66 485.216 193.207 485.068 204.326 487.428 205.831 490.228 203.546 487.099 201.414 487.372 193.151 490.55 192.908 495.373 193.702 494.822 191.18"/><polygon class="cls-85" points="492.313 182.413 488.035 187.378 485.528 195.94 486.878 198.788 484.83 205.996 488.3 209.239 489.683 213.982 490.224 217.216 492.12 222.454 496.935 223.735 504.325 222.27 507.347 226.859 506.892 228.234 518.994 235.584 524.298 231.849 530.291 220.004 511.113 186.069 492.313 182.413"/><polygon class="cls-86" points="486.878 198.788 481.517 207.294 481.762 209.473 484.942 211.496 489.213 211.764 489.775 210.562 487.702 207.593 487.565 199.81 486.878 198.788"/><polygon class="cls-87" points="486.316 195.482 489.463 195.198 496.169 199.918 498.662 202.052 496.97 202.418 490.064 198.398 487.539 198.38 485.719 196.605 486.316 195.482"/><polygon class="cls-87" points="489.114 200.865 487.099 201.414 488.885 201.802 488.937 203.367 490.051 205.592 491.283 203.799 494.421 204.696 489.114 200.865"/><polygon class="cls-87" points="490.94 180.793 487.57 183.344 488.988 185.673 491.221 185.197 492.174 183.507 493.228 188.439 496.834 193.056 501.656 196.024 502.827 199.592 507.046 204.231 511.194 204.665 511.957 207.775 511.721 209.795 512.935 210.808 515.669 208.004 518.828 206.376 520.904 208.769 520.808 214.851 517.354 217.672 514.7 218.69 512.516 216.999 510.911 217.58 511.54 219.654 510.763 220.844 513.055 221.497 514.141 220.152 515.166 220.272 514.945 222.294 516.068 225.395 520.287 225.561 522.053 224.197 524.399 222.378 526.459 223.085 526.279 224.602 530.227 225.832 536.147 223.811 540.445 220.319 539.312 216.852 535.899 217.115 532.264 218.431 536.08 214.94 539.004 215.002 539.112 211.291 538.681 208.764 539.301 207.805 539.801 203.505 536.756 198.436 533.701 194.34 533.687 189.627 533.482 184.381 529.881 181.451 525.995 181.407 522.544 175.883 514.123 174.336 517.546 171.766 515.723 169.403 510.878 167.044 505.009 166.871 511.991 169.786 513.493 172.265 510.725 172.301 507.88 170.791 504.237 170.417 503.526 172.126 505.768 173.975 499.364 173.995 493.852 176.474 495.209 178.885 490.94 180.793"/><polygon class="cls-81" points="519.957 325.803 508.935 333.011 506.756 342.946 510.84 341.757 512.39 336.433 515.498 334.39 512.23 344.88 514.561 357.533 519.145 360.336 517.321 353.017 522.667 360.736 528.177 360.985 528.783 353.819 533.768 340.518 531.758 333.416 519.957 325.803"/><path class="cls-84" d="M508.86909,361.2197l1.96291,4.9385,4.36329,2.9277,4.83789-2.1816,4.4893-5.5967.2812-3.0888,3.0508-3.0518,2.2178-6.8232-.668-2.4034,1.6914-1.6904,2.2168-6.8232-1.4219-5.125-5.0595-3.7452-5.28808,3.5821-2.89942,10.7461.06542.0732-.40722.0977-2.48149,9.1943-.4355-.0547Zm13.71879-4.4365-.1924.0898-2.4551-1.5625.5069-.1044,2.1474.9355Zm6.1426-13.2705-.0821-.293-5.39938-1.3584-1.05562.2549,1.3964-6.5654,2.7295-4.0947,3.3623,1.8212,1.584,4.3204Zm-4.628.5664,2.3389.1152.43362,1.1836-1.23832.5772-2.2412-1.4258Zm.8526,11.5996-.2569.1201-4.2636-2.9697-1.4014-.1758,1.3154-6.1855.9903-.6309.8857.9717,5.1182,1.1943.3623-.3633.3203.875Zm-13.29489,7.3272,4.4326-6.8946,1.1914-.248,1.70019,1.8623,3.5859.8359-.0234,2.1807-5.40729,5.6133-2.8154.2119Z"/><polygon class="cls-84" points="515.886 326.821 524.473 329.966 531.633 338.021 534.608 331.432 528.361 324.463 519.839 322.932 515.886 326.821"/><polygon class="cls-87" points="525.079 449.34 528.666 468.467 513.125 473.846 510.734 470.26 489.217 474.443 480.85 470.857 479.653 464.283 493.401 460.099 508.941 446.352 525.079 449.34"/><polygon class="cls-87" points="556.16 434.995 558.551 448.742 556.16 458.903 543.011 460.099 536.435 449.939 538.826 436.788 556.16 434.995"/><polygon class="cls-87" points="489.481 215.167 491.8 215.44 494.692 216.618 490.224 217.216 489.481 215.167"/><polygon class="cls-88" points="503.415 244.48 496.845 264.278 510 291.25 510 316.653 518.141 291.25 505.623 259.57 503.415 244.48"/></g><g id="Eric"><polygon class="cls-89" points="551.755 365 543.119 365 541.5 383.983 550.676 394.285 554.454 394.848 563.629 411.051 577.662 416.994 596.553 405.663 597.633 387.853 601.41 384.615 602.49 360.867 597.093 357.09 593.314 363.026 587.378 345.215 560.931 340.897 549.057 355.377 551.755 365"/><polygon class="cls-76" points="598.712 348.454 581.98 338.198 560.931 335.5 545.818 348.454 551.215 367.345 558.231 381.378 559.851 394.331 571.185 401.348 588.997 400.269 598.172 391.093 598.712 348.454"/><polygon class="cls-90" points="606.332 406.999 587.666 404.332 546.999 414.332 517.666 456.999 501.666 516.332 525.665 557.664 524.999 576 633 576 636.999 556.331 651.665 517.664 631.665 431.664 606.332 406.999"/></g></g><g id="Fire"><polygon class="cls-38" points="129.667 0 151.333 35.333 156.333 56 157 78.333 177 104.333 184.667 110.667 136.667 96.667 102.333 67 70.667 22.667 39 3.333 32 0 129.667 0"/><polygon class="cls-41" points="178 0 191.667 15 201.333 36.667 240 57.333 280.333 70 305 84.333 296.667 63 294.667 27 280.333 0 178 0"/><polygon class="cls-41" points="312 0 335 35 339.333 61.333 344.667 53 348.667 26 343.667 0 312 0"/><polygon class="cls-38" points="30.667 17.667 49.667 27 75.667 59 103 96.333 119.333 111.333 73.333 85.667 56.333 47 43.333 30 30.667 17.667"/><polygon class="cls-39" points="107.333 49.667 110 49 114.667 60 117.667 74.667 111.667 71 107.333 49.667"/><polygon class="cls-39" points="105.667 27.667 113 36.333 119 61 125 80.333 134 88.333 126 71.667 116.667 34.333 112 29.333 105.667 27.667"/><polygon class="cls-39" points="102.667 0 122.667 24.333 129 50.667 132.333 77.667 142 89.333 150.667 93.667 136.667 75.333 132.333 33.333 120.667 10.333 108 0 102.667 0"/><polygon class="cls-38" points="181 71 183.333 85.667 200.333 101 215 102.667 189.667 80.667 181 71"/><polygon class="cls-38" points="215.333 58.667 227.333 82.667 250 102 275 107 293.333 111.667 280.666 90.333 264.333 80.333 230.666 72 215.333 58.667"/><polygon class="cls-91" points="267.333 50 263.333 41 256 37 260.667 46.667 267.333 50"/><polygon class="cls-91" points="270 48.333 275 51.667 276.667 46 269.667 32 263 29.333 255.667 28.333 266.667 33 270 48.333"/><polygon class="cls-91" points="280 47.667 282 53 285 53 285.667 47.333 277.667 28 265.667 19 247 15.667 265.667 24.667 276 32.333 280 47.667"/><polygon class="cls-92" points="328.333 0 339.667 22.333 341.333 36 343.667 23.667 339.333 6.667 334.667 0 328.333 0"/><polygon class="cls-38" points="378 0 405.334 10 412.667 30.667 435.334 56.667 423.334 33 431 21.667 430.334 6.667 426 0 378 0"/><polygon class="cls-38" points="430 0 456.667 14 479.334 21.333 499.334 21.667 489 16.333 488.667 11.667 500.667 10 514.334 15.667 524.667 10.667 533.667 0 430 0"/><polygon class="cls-93" points="303 20.5 308 36 306.5 62.5 313.5 51 316 31.5 303 20.5"/><polygon class="cls-94" points="356.334 0 357.667 19 352.334 38.333 364.334 25 371 0 356.334 0"/><polygon class="cls-40" points="165 16.333 162.667 25 166 33 168 31.333 165 16.333"/><polygon class="cls-40" points="175.333 14 172 25.667 174.667 26.333 179.333 18.333 175.333 14"/><polygon class="cls-40" points="145.666 7 145 12.833 147.666 13.25 149 7 145.666 7"/><polygon class="cls-40" points="84.667 36.333 89.333 42.667 87.667 44 78.667 40.333 84.667 36.333"/><polygon class="cls-40" points="74 11.667 76.667 16.667 78.333 16.333 76.667 10 74 11.667"/><polygon class="cls-40" points="53.667 22.667 55.333 28 57.667 28.333 57 20.667 53.667 22.667"/><polygon class="cls-40" points="310.667 17 311.667 23.333 314.667 23 312.667 15 310.667 17"/><polygon class="cls-40" points="291.333 44 297 49.667 298.333 45.667 293.667 40.333 291.333 44"/><polygon class="cls-40" points="259.667 72.333 262.667 78 266 78 264.667 72 259.667 72.333"/><polygon class="cls-95" points="382.5 27.5 381.5 35.5 375.5 49 369 40 366 53.5 377.5 68 379.5 54.5 387.5 39.5 382.5 27.5"/><polygon class="cls-95" points="400 0 404 17.5 398 37.5 404 30.5 410 9.5 409 0 400 0"/><rect class="cls-96" x="-2" width="770" height="578"/></g><g id="Ropes"><polygon class="cls-97" points="695 406 658 346 584 186 498 0 489 0 515 55 611 258 658 360 679 395 675 401 640 361 548 239 450 83 400 0 391 0 437 70.5 536 236 576 286 646 381 673 410 668 436 688 445 695 406"/><polygon class="cls-98" points="664 169 668.25 190 677.375 197.5 685.437 197 692.969 186 689.484 169.5 681.492 164.5 666.496 140.5 662.498 139.5 628 80.5 583.5 0 577 0 593 28 647.5 123.5 659 140 658.5 146 671 165 649.5 140.5 603 59.5 568 0 564 0 595.5 54 649 147.5 664 169"/><polygon class="cls-14" points="700.25 160 670.375 83 635 0 630 0 666.5 85.5 697 160.5 699.5 162 700.25 160"/><polygon class="cls-31" points="78 0 283 302 399 422 538 529 641 576 614 576 530 536 387 429 273 314 260 293 153 151 47 0 78 0"/></g><g id="Gradient"><rect class="cls-99" width="768" height="576"/></g></g><desc>The Stern is full of movement. There is a large pile of combustibles near the main mast.</desc></svg> <<set _combust to hasVisited("FireNode")>> <<toggleLayer "CombustiblesFire" _combust "The pile of combustibles burns intensely." "">> <<toggleLayer "Fire" $fire "The sails are on fire." "">> <<toggleLayer "Logbook" $logbook "The logbook sits atop the pile of combustibles." "">> <<toggleLayer "Gunpowder" $powder "The gunpowder has been sprinkled all over the deck and the pile." "">> <<toggleLayer "PuffyShirt" $shirt "The puffy shirt has been tossed on the pile." "">> <<toggleLayer "WhaleOil" $whale "The whale oil has soaked the pile and the deck nearby." "">> <<set _wilson to !$chain>> <<toggleLayer "George" _wilson "George stands next to you." "">>
<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:#eec374;}.cls-3{fill:url(#linear-gradient);}.cls-4{fill:#b2946a;}.cls-5{fill:#f9f29d;}.cls-6{fill:#d6daed;}.cls-7{fill:#916d5a;}.cls-8{fill:#ba9160;}.cls-9{fill:#1f1815;}.cls-10{fill:#5f4531;}.cls-11{fill:#68513c;}.cls-12,.cls-25{fill:#5f4d3b;mix-blend-mode:multiply;}.cls-13{fill:#260e0a;}.cls-14{fill:#9d8265;}.cls-15{fill:#6e512b;}.cls-16{fill:#2b1d10;}.cls-17{fill:#1c1608;}.cls-18{fill:#391f08;}.cls-19{fill:#b1875c;}.cls-20{fill:#916846;}.cls-21{fill:#745642;}.cls-22{fill:#725438;}.cls-23{fill:#2d2218;}.cls-24{fill:#493c30;}.cls-25{opacity:0.6;}.cls-26{fill:#995319;}.cls-27{fill:#c8c8c3;}.cls-28{fill:#000a00;}.cls-29{fill:#7a3d10;}.cls-30{fill:#4e6d89;}.cls-31{fill:#82a0b1;}.cls-32{fill:#c8b26f;}.cls-33{fill:#411802;}.cls-34{fill:#96875e;}.cls-35{fill:#6f4518;}.cls-36{fill:#6d6144;}.cls-37{fill:#a87763;}.cls-38{fill:none;}.cls-39{fill:#761b00;}.cls-40{fill:#1d160c;}.cls-41{fill:#5d544a;}.cls-42{fill:#78624a;}.cls-43{fill:#1a2a39;}.cls-44{fill:#be8825;}.cls-45{fill:#f1f6b7;}.cls-46{fill:#d7a854;}.cls-47{fill:#685433;}.cls-48{fill:#70471e;}.cls-49{fill:#b58c43;}.cls-50{fill:#040000;}.cls-51{fill:#623322;}.cls-52{fill:#4a5229;}.cls-53{fill:#895f36;}.cls-54{fill:#987634;}.cls-55{fill:#5b572a;}.cls-56{fill:#4e341c;}.cls-57{fill:#6e4e2d;}.cls-58{fill:#3c2613;}.cls-59{mix-blend-mode:soft-light;fill:url(#linear-gradient-2);}</style><linearGradient id="linear-gradient" x1="170.65" y1="674.53" x2="585.66" y2="-44.28" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f6dff"/><stop offset="1" stop-color="#b8cc6d"/></linearGradient><linearGradient id="linear-gradient-2" y1="288" x2="768" y2="288" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#222754"/><stop offset="1" stop-color="#6d8bff" stop-opacity="0.5"/></linearGradient></defs><title>5UpperRightNoFire</title><g class="cls-1"><g id="SettingBack"><rect class="cls-2" x="402" width="366" height="105"/><polygon class="cls-3" points="768 61 613 47 394 31 0 34 0 576 768 576 768 61"/><polygon class="cls-4" points="688.58 576 717.08 369.09 685.58 178.6 676 155 568 129 496.59 135.1 338 189 0 329 0 576 688.58 576"/><polygon class="cls-5" points="705 72.33 690.33 67 607 56.33 592.33 59.67 550 57.5 536 61.5 540.5 64 599.67 64.33 617 65 683 71 705 72.33"/><polygon class="cls-5" points="755.17 93.89 747.29 87.06 717.1 81.79 684.96 78.24 682.02 83.61 732.82 97.28 755.17 93.89"/><polygon class="cls-5" points="737.67 71 733 67.67 711.67 65.67 708.34 68.33 722.34 71.67 737.67 71"/><polygon class="cls-5" points="582 81.5 585.5 74.5 579 70.5 521.5 70 510 73.5 510.5 80 555 76.5 582 81.5"/><polygon class="cls-6" points="423.67 98.33 397 95 339.67 93 315 106.33 398 104 423.67 98.33"/><polygon class="cls-6" points="328.33 158.67 342 161.33 316.53 163.68 264.72 174.98 238.73 177.12 269.22 160.22 328.33 158.67"/><polygon class="cls-6" points="768 136.33 755 163 759 199 737 241.67 738.33 275.67 750.33 390.33 732.33 455 733.67 486.33 763 406.33 760.33 298.33 768 289.67 768 136.33"/></g><g id="SettingMid"><polygon class="cls-7" points="239 576 268.33 529.67 224.33 505.67 136.33 576 239 576"/><polygon class="cls-7" points="273 576 297.67 543.67 331.67 549 355.67 547.67 375 555.67 367 576 273 576"/><polygon class="cls-7" points="65.67 576 137.67 503 118.33 493 29.67 576 65.67 576"/><polygon class="cls-8" points="22.33 576 146.33 465 134.33 455 0 561 0 576 22.33 576"/><polygon class="cls-7" points="0 529 108.33 451.67 87 427 0 476.33 0 529"/><polygon class="cls-7" points="0 447.67 107.67 353 76.33 351 0 408.33 0 447.67"/><polygon class="cls-7" points="588 572 621.67 441 622.33 408.33 611.67 411.67 601.67 466.33 565 569 545 562.33 595 419.67 587.67 417.67 561 492.33 531.67 559.67 539.67 576 588 572"/><polygon class="cls-9" points="86 254 79 248 76.94 247.57 74 197.5 62.5 199 63.23 249.51 57 253 51 269.5 58.5 278.5 63.67 279.05 64 302 79.5 291 78.56 275 84 270.5 86 254"/><polygon class="cls-9" points="143 225 137 219 135.24 218.57 132.71 168.5 122.86 170 123.49 220.51 118.14 224 113 240.5 119.43 249.5 123.86 250.05 124.14 273 137.43 262 136.62 246 141.29 241.5 143 225"/><polygon class="cls-9" points="109.67 198.33 99 249 88.33 289 79.5 291 95 241 104.33 192.33 109.67 198.33"/><polygon class="cls-10" points="718.33 167 727 162.33 739 165.67 734.33 207 719 251.67 718.33 167"/><polygon class="cls-10" points="723.67 337 737.67 332.33 747.67 367 726.33 411 723.67 337"/><polygon class="cls-11" points="719.66 395 731 419.67 744.33 550.33 743.66 576 707 576 719.66 395"/><path class="cls-12" d="M682.18,284.25,710,304l-2-27-26.43-21.54L670,154l-15-4-75-17-20,4,24,7,67,23,11,35,1.46,50.23L548.89,195,597,175l-8.82-6.18L591,166l-74-26-43,4,96.83,33.84L564,182,451,193l-80-14L249,220,0,329v99l17-5,159.24-58.78L230,394l108,62,81,31,194.29,67.58L605,576h36l11-54,5.45-22.81L682,529l13-9-30.67-49.62L668,455l10.47-102.79L708,376V359l-27.91-33.49ZM538.07,199.43,602,229l43,19-20-1-92.81-45.13ZM337,448,188.37,359.75,250,337l46.84-19.55L369,386l118,74,115,43,24.71,16.91-9.89,25.55Zm304,35-9.94,25.68L490,454,372,377l-64-64.2L377,284l97-58,46.62-19.33L627,253l37,16.88L665,305Z"/></g><g id="Setting"><polygon class="cls-13" points="727 290 720 156 702 95 628 85 550 69 459 84 262 128 0 204 0 229 296 145 450 106 550 82 625 100 694 107 706 167 705.45 252 699 201 689 160 641 139 577 128 517 129 438 152 281 203 112 272 0 318 1 354 195 256 334 200 492 143 586 138 671 160 684 193 694 276 694.97 400 693.54 411.1 659.67 576 672.33 576 714.67 576 718.33 576 728 387 727 290"/><polygon class="cls-13" points="34 208 32 314 0 329 0 218 34 208"/><polygon class="cls-13" points="153 179 151 262 176 253 177 195 175 166 153 179"/><polygon class="cls-13" points="289 139 293 206 316 204 313 137 289 139"/><polygon class="cls-13" points="382 119 381 176 400 169 398 104 382 119"/><polygon class="cls-13" points="447 99 453 154 471 148 465 100 447 99"/><polygon class="cls-13" points="518 85 518 135 534 137 529 78 518 85"/><polygon class="cls-13" points="568 79 568 129 580 133 581 85 568 79"/><polygon class="cls-13" points="619 93 613 141 623.8 141 637 97 619 93"/><polygon class="cls-14" points="538.75 0 501.88 99 460.19 167 448 166 448 156 455 146 461.5 150 495.5 75.5 510.5 23 515 13.5 513.5 24 496 84.5 476 126.5 467.5 145.5 502 92.5 521.5 38 531 7.5 538.75 0"/><polygon class="cls-13" points="678 98 661 154 676 155 690 104 678 98"/><polygon class="cls-13" points="703 145 693 196 694 216 701 216 713 161 703 145"/><polygon class="cls-15" points="499 238 451 227 379.53 262.73 474 297 492 289.33 533 259 499 238"/><polygon class="cls-16" points="473.01 296.64 379.53 262.73 379 263 380.25 269.5 472.67 304 500 288.67 532.25 264.25 533 259 473.01 296.64"/><path class="cls-17" d="M644,523l-64-26-78-23-28,5-87,27-35,25-29,45h27l19-36,42-26,87-25,42.91,11.32-12.91,5-8.33,9.34L498,505l-54,16-57,35-9,20h16l8-17.67,43.33-25.66,49.67-14,10.67,4.66-20.36,10L462,539l-44,20-3,17H619l-53-44-31-10.33L545.67,511,572,512.67l29.67,22.66L619,576h22l-44.44-58L626,529l15,47h18.67Zm-81.67,20.67L588,572l-36-26-31.9-9.63,7.55-5.84Z"/><polygon class="cls-17" points="278 197 239 188 211 202 200 267 220 303 257 312 287 292 290 273 310 280 333 269 340 250 338 189 317 175 283 181 278 197"/><path class="cls-18" d="M184.29,257.67l-39.64-1.34-32.66,11-10.33,13.5-1,13.17H106l.33-14,12.34-8.33,28.66-10,35,3.33,20.34,10.67L199.94,291l-.69-14.12-19-6.63-3.08,1.86L166.67,267H141l-27.67,13.33L110,292.83l1.6,1.22-1.27,5.28,3,5.29-.68,5.05,18,12.33L154,330l23.67-3.67,27.33-18,3-7.33.58-27.67ZM153,304.33l10.3-5.06,0,1.4-12.66,7-11.08-.5,1.27-3.32Zm10.09-15.66-7.19,2,7.15-3.77Zm-24.44,6.64-.09.3-2.56.72-5.86-.13L127,292.67V290l16.33-8.67,11.34-1,5,2.38ZM150.33,269l.51.16-.85,0Zm-29,15.33,20.79-11,5.55-1,13,.67,4.83,3.87-1.17-.2-.73,1.3L151,274l-26.67,11-3,6.67,2.38,4.38-2.38-.05-1.53-1.08ZM114,299.89v-4l.49.38Zm1.12-8.24-.45-.32,1.44-6.94Zm4,8.13L122,302h4.94l.73,1.33,8.43.34-1,3.3-6.92-.3-9.46-4.23Zm9.24,13.55L124,309.71l3.68,1.29,5.92.89-.72,2.35Zm54.34-7.66L172,312l-23.67,5.33L137,315.07V314l.58-1.51L141,313l18.33,1.33,18-9.33,6.67-8.33Zm4.26-17.06-.26-6.61L181,277.47l11.67,2.86,2.66,4.67-2.71,14.52-1.62.81-1-9Z"/><path class="cls-18" d="M140.86,303.85l-27.53-13.52-49.66,3L30.33,310.67l-4,6.33,1,5.33-3,5,2.34,6.34-2.34,5.66.34,6-2.34,5L27,356.67l26,9.66L93.33,368l15,1.33,11.67-8,5.67-9.33,15-10L145,323.67ZM37.38,316.21,60.33,303H75l-16,4L41.33,318.67l1.5,9.16-6.08-4.75Zm68.29,45.46L56.33,359l-17-9.33L79,356.33l33.67-.66ZM117,346.33,84.67,347l42-9Z"/><polygon class="cls-19" points="532 0 0 0 0 229 532 0"/><polygon class="cls-20" points="191 141 46 80 0 29 0 222 191 141"/><polygon class="cls-21" points="548 0 225 158 97 214 0 259 0 218 265 106 480 18 528 0 548 0"/><polygon class="cls-22" points="602.5 173.5 602 121 594 113.5 580 114.5 577.5 124 576 163 438.5 119.5 369.5 97.5 365.5 100 367 106 454.5 134 574.5 173.5 587.5 180 598 179 602.5 173.5"/><polygon class="cls-23" points="584 163.5 587 120 583 116.5 577.5 124 576 163 584 163.5"/><polygon class="cls-24" points="502 257.8 483.37 254.33 471.67 260.62 466.25 268.42 472.32 274.92 480.12 276 481.2 272.32 474.27 267.33 480.12 261.05 487.92 259.97 501.21 262.06 502 257.8"/><polygon class="cls-16" points="484.23 273.11 480.12 276 476.43 272.53 476.87 258.45 483.8 250.22 494.92 245.38 501.57 246.82 503.08 258.45 501.21 262.06 496.8 258.88 496.66 249.42 492.32 251.16 483.58 260.62 484.23 273.11"/></g><g id="HatchClosed"><polygon class="cls-15" points="137 460 176 481 264.47 412.09 154 368 68 417 67.17 418.52 81 433 137 460"/><polygon class="cls-16" points="101.5 454 176 491 267 420 268 413.5 264.47 412.09 176 481 137 460 81 433 67.17 418.52 62 428 101.5 454"/><polygon class="cls-24" points="207.5 429 186 425 172.5 432.25 166.25 441.25 173.25 448.75 182.25 450 183.5 445.75 175.5 440 182.25 432.75 191.25 431.5 206.58 433.92 207.5 429"/><polygon class="cls-16" points="187 446.67 182.25 450 178 446 178.5 429.75 186.5 420.25 199.33 414.67 207 416.33 208.75 429.75 206.58 433.92 201.5 430.25 201.33 419.33 196.33 421.33 186.25 432.25 187 446.67"/></g><g id="HatchOpen"><polygon class="cls-17" points="264.47 412.09 261.48 414.42 227 404.5 67.17 418.52 62 428 101.5 454 176 491 267 420 268 413.5 264.47 412.09"/><polygon class="cls-15" points="177.67 449.67 198.33 499 207.67 503 212.33 494.33 189.67 447 178.33 444.33 177.67 449.67"/><polygon class="cls-15" points="143 439.33 196.67 443.33 264.33 389 262 381 154 368 68 417 67.17 418.52 87 427 143 439.33"/><polygon class="cls-24" points="229.12 392.19 203.18 390.49 187.76 399.16 181.13 408.81 190.13 415.55 205.33 414 208.33 410.33 192.03 406.58 199.41 398.62 210.01 396.42 228.47 397.19 229.12 392.19"/><polygon class="cls-16" points="210.28 411.65 205.85 415.4 201.26 411.79 200.31 395.56 207.43 385.39 219.71 378.68 227.5 379.66 230.44 392.87 228.65 397.21 223.26 394.01 222.12 383.15 217.32 385.59 208.25 397.36 210.28 411.65"/><polygon class="cls-16" points="262 381 242.25 401.75 196.63 440.04 144.65 439.35 85.99 425.34 67.17 418.52 67.33 427 100.67 436.67 149.33 447.33 199 448.33 236.17 419 264 389 264 384 262 381"/></g><g id="Briana"><polygon class="cls-25" points="356.33 471.67 334 494 290.33 479.67 283 483.67 250.33 475 233 479.67 261 492.33 287.67 517 291 521 269.67 521.67 156.33 513.67 46.33 499.67 23 461.67 57.67 431 198.33 438.33 216.33 447.67 267 450.33 315 464.33 321.67 471 339 471 356.33 471.67"/><polygon class="cls-26" points="335.73 201.11 338.51 216.57 337.55 220.91 337.64 230.89 337.9 233.32 338.07 235.49 337.46 238.1 337.85 242.53 334.68 245.83 321.49 246.61 320.97 256.85 324.44 261.37 317.32 272.83 304.47 270.39 296.48 255.98 300.65 252.68 304.47 236.71 306.21 216.22 325.31 198.33 335.73 201.11"/><polygon points="309.68 222.82 311.42 221.6 314.89 224.21 313.85 228.03 314.89 230.63 312.63 230.28 310.72 226.81 312.46 224.9 309.68 222.82"/><polygon points="318.36 222.64 316.63 223.16 314.54 220.39 311.94 219.17 307.42 221.6 306.73 227.16 308.81 231.5 311.76 232.72 305.34 239.83 302.56 239.49 300.48 223.69 313.33 205.8 329.82 195.73 336.77 198.33 338.16 201.28 334.86 203.54 330.69 202.68 327.56 205.63 324.27 205.8 321.14 205.11 322.18 209.79 322.36 214.31 320.45 215 320.27 217.78 318.19 220.21 318.36 222.64"/><polygon class="cls-27" points="328.83 219.21 330.56 221.61 333.16 223 333.17 218.2 328.83 219.21"/><polygon class="cls-28" points="327.55 218.37 329.8 218.63 332.02 217.3 334.05 217.25 335.33 219.07 333.74 218.87 329.67 219.69 327.55 218.37"/><polygon class="cls-28" points="332.79 218.24 332.26 220.95 333.16 223 333.96 222.91 334.05 220.45 333.89 218.06 332.79 218.24"/><polygon class="cls-28" points="336.86 216.48 333.3 213.79 330.08 214.05 327.31 214.83 331.99 212.05 335.29 212.4 337.2 214.57 336.86 216.48"/><polygon class="cls-28" points="332.43 235.41 337.9 233.32 338.51 234.54 338.07 235.49 332.43 235.41"/><polygon class="cls-29" points="337.55 220.91 339.11 225.59 340.76 227.07 340.5 229.16 337.64 230.89 335.55 230.11 336.16 224.99 337.55 220.91"/><polygon class="cls-30" points="329.92 195.93 311.76 211.14 302.82 227.92 301.82 235.62 299.64 237.39 288.15 226.1 286.76 206.89 285.77 200.94 290.82 190.05 295.47 187.68 295.47 197.77 300.03 189.26 307.35 187.87 305.77 193.81 316.46 189.66 328.35 193.62 330.92 194.01 333.63 197.11 329.92 195.93"/><polygon class="cls-31" points="337.62 263.59 317.98 247.52 302.98 246.09 290.48 250.02 280.13 261.45 284.41 264.66 306.2 258.59 337.62 263.59"/><polygon class="cls-32" points="365.57 346.29 366.89 314.22 337.61 262.8 317.26 253.87 304.77 256.01 297.62 259.94 284.41 263.87 263.7 304.23 262.99 314.94 279.77 329.58 300.13 336.72 322.6 339.17 325.05 352.5 353.56 349.86 365.57 346.29"/><polygon class="cls-33" points="322.33 442 326 470 325.33 480.17 328 491 334 494 339 490.33 347 483 359 472.67 359.33 463.69 358 461.01 346.67 463.67 343 460.34 341.67 421.33 323.33 425.33 322.33 442"/><polygon class="cls-34" points="328.58 337.87 322.09 323.94 303.55 326.32 284.52 319.18 278.81 351.85 274 426 291.33 444 310 438 307.86 381.35 319.33 413.33 318.67 439.33 335.33 448 352.14 439.78 345.48 368.29 344.06 350.65 328.58 337.87"/><polygon class="cls-33" points="300.73 440.64 285 480.24 285 500.19 293.22 514 295.03 518.98 288.07 521.67 277.69 518.6 266.55 505.17 269.23 495.2 265.39 494.05 265 476.4 271.52 469.12 278.43 429.99 286.48 417.33 301.82 419.64 305 431.53 300.73 440.64"/><polygon class="cls-35" points="367.68 365.71 364.31 355.94 367.82 337.71 367.56 322.66 365.71 312.1 365.36 315.9 366.5 333.49 362.73 354.53 359.9 352.76 359.64 353.09 355.64 336.66 359.04 318.17 357.13 299.16 355.67 302.33 357.11 318.44 353 333.23 353 337.98 357.33 355.92 348.73 367.28 351.94 378.64 360.14 385.77 369.66 379.96 367.68 365.71"/><polygon class="cls-26" points="367.72 313.48 368 313.42 368 309.46 365.02 304.66 365.02 304.18 363.12 300.22 360.12 299.44 360.18 298.9 358.85 295.2 355.41 294.01 355.15 298.9 355.41 307.08 356.99 309.46 358.84 308.67 359.63 302.8 360.95 304.71 359.24 311.24 359.04 313.42 361.22 313.62 363.59 309.46 363.66 308.73 364.39 310.25 362.41 315.01 362.6 316.59 364.58 316.79 365.37 315.9 364.98 319.76 365.77 321.74 367.16 320.75 368.66 314.61 367.72 313.48"/><polygon class="cls-26" points="356.07 296 355.08 289.21 351.65 287.26 350 288.67 350 292.83 352.84 296.19 356.07 296"/><polygon class="cls-36" points="310 438 310 424 299 411.75 304 409.5 308.5 410.75 310.5 417.75 312 429 310 438"/></g><g id="Sailor"><polygon class="cls-37" points="468.63 60.38 464.38 67.88 465.75 69 469 69 469.33 74.5 473.67 77 479 77 478.33 81 491 72.67 487.67 59 468.63 60.38"/><polygon class="cls-37" points="459.33 123 450.67 120 445.67 122 452.33 125.67 451.33 131.67 444.67 131.33 445.33 133.67 457 137.67 465 130.33 459.33 123"/><polygon class="cls-38" points="499 164 500.25 163.21 488 159.67 499 164"/><polygon class="cls-39" points="488 159.67 500.25 163.21 513.33 155 518.67 153.67 519.67 148.67 512.67 121 510.17 90.33 493.58 78.67 490.96 72.67 486.64 71.67 476.32 78.67 472.66 84.67 467.66 91.33 464 121.67 458 122.33 458.33 125.33 462.67 131 469 133 465 153.33 470.33 158.67 473.09 158.86 473 158.5 488 159.67"/><polygon class="cls-40" points="482.33 191.33 476.33 192.33 469 191.33 465.67 193.67 487 201.67 494 201 495 197.67 493.08 187.23 480.67 183.94 482.33 191.33"/><polygon class="cls-40" points="520 189 508.33 185.33 509.01 181.5 499.48 186.26 498.67 192.67 504 195 518 195 522 191.67 520 189"/><polygon class="cls-41" points="473 158.5 473.09 158.86 475 159 479.33 178 480.67 183.94 493.08 187.23 488 159.67 473 158.5"/><polygon class="cls-41" points="512.67 160.67 513.33 155 500.25 163.21 500.67 163.33 501 174.33 499.48 186.26 509.01 181.5 512.67 160.67"/><polygon class="cls-42" points="474 61.5 477.5 74.5 488 77 497.5 70 492.5 66.5 490 57 474 61.5"/><polygon class="cls-43" points="495.67 67.33 498.67 60.67 481 47 470.33 47.33 456.67 50.33 455.67 53.67 468 63 483.67 67 495.67 67.33"/><polygon class="cls-44" points="507.13 92.5 504.88 100.63 506.75 102 508 95.25 509.25 104 511.25 104.25 510.5 93 507.13 92.5"/><polygon class="cls-44" points="480.5 93.13 476.38 96.88 471.13 97.5 468 94.25 465.5 104.25 467.5 105.75 469 99 469.5 107.5 471.88 108.13 472.25 99.63 474 108.75 476.75 107.75 475.75 98.25 478.88 107.25 481.13 106.13 479 97.25 482.75 105.5 483.88 102.75 480.5 93.13"/></g><g id="Musicians"><g id="Shadow"><polygon class="cls-25" points="685 448 548 405 484 405 448 387 439 399 459 418 450 443 484 485 514 530 671 519 685 448"/></g><g id="Linus"><polygon class="cls-17" points="659.98 462.69 654.41 483.64 636.13 501.27 637.7 511.38 664.46 507.68 677.5 471.11 675.6 457 659.98 462.69"/><path class="cls-32" d="M696.89,315.48l-34,32.67-36.7-7.95-18,54.84,4.92,19.14,36.66,13.88,3.76,45.05,18.1,6.54,7.39-7.94,8.43-40.17,14.44-75.87Zm-50.42,81.74-4.38-4.92L648.58,381Z"/><polygon class="cls-45" points="595.16 254.81 596.57 247.69 599.25 247.92 597.73 255.85 595.16 254.81"/><polygon class="cls-45" points="585.91 253.87 588.42 247.63 590.19 247.26 588.67 255.16 585.91 253.87"/><polygon class="cls-45" points="580 253.83 580.98 247.15 583.84 247.04 582.01 253.42 580 253.83"/><polygon class="cls-45" points="587.81 272.6 583.92 279.18 586.19 280.02 589.23 274.4 587.81 272.6"/><polygon class="cls-45" points="583.96 269.19 580.57 275.67 578.69 274.22 582.03 267.49 583.96 269.19"/><polygon class="cls-45" points="578.28 264.59 575.55 271.72 573.32 269.81 575.96 263.5 578.28 264.59"/><polygon class="cls-46" points="642.05 223.89 640.42 234.39 640.41 237.87 639.08 241.63 640.53 253.75 647.5 262.97 652.88 264.46 656.57 263.7 659.77 267.34 666.81 266.64 674.29 259.69 673.92 252.79 680.93 246.09 682.75 230.32 662.34 217.92 642.05 223.89"/><polygon class="cls-47" points="666.27 228.48 670.68 234.57 671.98 237.45 674.85 235.28 678.35 235.26 681.17 240.45 678.45 245.91 673.56 248.5 670.98 255.51 672.67 256.91 677.89 253.38 685.77 239.85 683.4 221.62 679.25 213.38 666.27 228.48"/><polygon class="cls-48" points="652.25 240.62 655.29 237.16 661.34 235.92 666.78 241.12 659.72 237.43 655.63 237.96 652.25 240.62"/><polygon class="cls-48" points="649.08 240.96 649.5 237.9 645.64 233.62 641.81 234.58 648.62 237.9 649.08 240.96"/><polygon class="cls-48" points="663.21 243.29 660.33 240.38 657.07 239.83 655.51 242.43 656.77 242.38 656.56 243.47 658.3 245.11 660.16 244.62 659.9 242.58 663.21 243.29"/><polygon class="cls-48" points="647.43 240.6 644.78 237.12 642.57 237.4 641.53 238.32 643.67 239.14 642.87 240.71 643.87 242.18 645.82 241.5 645.94 240.02 647.43 240.6"/><polygon class="cls-49" points="648.78 242.29 650.22 240.48 652.17 242.01 653.24 249.91 649.84 251.79 646.93 251.59 646.02 247.19 648.78 242.29"/><polygon class="cls-50" points="645.69 253.56 647.01 256.17 650.08 258.29 655.79 256.72 649.27 255.05 645.69 253.56"/><polygon class="cls-51" points="636.48 214.25 637.08 220.78 652.78 234.33 665.71 231.66 679.59 217.55 679.17 204.5 671.47 200.3 655.59 201.3 640.08 210.1 636.48 214.25"/><polygon class="cls-34" points="656.57 263.7 661.25 265.99 668.4 263.77 674.29 259.69 677.2 258.06 683.77 261.96 696.76 340.18 681.59 349.13 658.2 351.63 626.19 340.26 619.26 320.69 643.63 267.1 648.83 263.52 652.88 264.46 656.57 263.7"/><polygon class="cls-22" points="602.79 287.96 610.34 290.6 616.27 282.9 631.4 280.34 640.66 266.4 647.52 263.07 647.43 268.58 653.38 274.12 652.42 332.45 627.47 349.44 613.12 330.89 619.26 320.69 608 313.39 601.73 301.48 602.79 287.96"/><polygon class="cls-52" points="600.34 260.82 669.74 288.48 693.88 290.15 707.67 312.85 689.08 327.88 671.82 308.7 659.94 301.31 595.24 273.42 600.34 260.82"/><path class="cls-53" d="M574.59,263.25l14.2,12.82,6.24-.81,64.91,26.05-.21.53,4.65,2.19,10.73,22.71L691,341.31l13.33,3.55,17.66-4.7,11-6.47,6.53-11.58-2.87-16.47-10.72-12.49-14.61-7.21L689,284.77l-16.76,4-6.12-2.93-.14.34-63-25.28-3.5-6.71-20.23-2.64Zm90.64,24.82-.62,1.54-61.72-24.77.61-1.55Zm34,26.42-20.18-8.17a10.15,10.15,0,0,1,.48-2.2l20.89,8.46A10.72,10.72,0,0,1,699.26,314.49Zm2.13-4.61c-.06.26-.12.52-.2.78l-20.83-8.44c.13-.23.27-.46.41-.69Zm-19.31-10a11.37,11.37,0,0,1,1.37-1.22l18,7.3a11.45,11.45,0,0,1,.14,1.83Zm15.67,16.26a10.55,10.55,0,0,1-1.57,1.15l-16.8-6.81c0-.19-.11-.37-.15-.56a10.41,10.41,0,0,1-.18-1.35Zm3.07-12.67-15.16-6.14a11.44,11.44,0,0,1,2.36-.77A11.31,11.31,0,0,1,700.82,303.43Zm-20.4,9.65,13.17,5.33c-.33.1-.65.19-1,.26A11.31,11.31,0,0,1,680.42,313.08Zm-79-44.53.7-1.79,61.71,24.76-.72,1.8ZM662.08,296,600.4,271.21l.29-.74,61.68,24.75Zm-63-21.3.6-1.54,61.66,24.75-.61,1.53Z"/><path class="cls-45" d="M593.64,258.49a1.76,1.76,0,1,0,1.37-2.08A1.76,1.76,0,0,0,593.64,258.49Z"/><path class="cls-45" d="M587,256.72a1.74,1.74,0,0,0,2.07,1.36,1.76,1.76,0,1,0-.71-3.44A1.75,1.75,0,0,0,587,256.72Z"/><path class="cls-45" d="M580.31,254.94a1.76,1.76,0,1,0,3.44-.71,1.76,1.76,0,0,0-3.44.71Z"/><path class="cls-45" d="M576.73,263A1.76,1.76,0,1,0,578.1,261,1.77,1.77,0,0,0,576.73,263Z"/><path class="cls-45" d="M582,268.24a1.76,1.76,0,0,0,3.44-.71,1.76,1.76,0,1,0-3.44.71Z"/><path class="cls-45" d="M588.08,272.23a1.76,1.76,0,1,0,3.44-.71,1.74,1.74,0,0,0-2.07-1.36A1.76,1.76,0,0,0,588.08,272.23Z"/><polygon class="cls-22" points="679.29 262.71 684.82 261.92 717.63 278.24 740.26 304.71 737.44 324.89 726.96 324.26 707.19 310.85 706.43 307.15 705.14 290.62 684.72 289.94 669.73 288.48 679.29 262.71"/><polygon class="cls-46" points="684.1 294.35 691.84 287.81 703.93 288.79 705.18 290.62 708.74 300.21 706.65 306.23 686.47 313.55 685.41 311.84 680.02 314.53 678.26 312.79 679.31 308.55 682 308.87 683.87 306.91 688.48 302.11 689.09 298.31 684.78 298.5 680.06 298.43 679.54 295.91 684.1 294.35"/><polygon class="cls-46" points="602.79 287.96 593.46 273.27 599.94 261.43 610.02 256.02 614.63 258.05 615.97 261.1 610.28 264.89 608.92 268.5 612.79 264.37 617.79 262.29 618.77 263.67 617.94 265.59 613.16 269.55 613.69 278.01 616.27 282.9 614.77 284.96 610.34 290.6 602.79 287.96"/></g><g id="Eric"><polygon class="cls-54" points="551.75 365 543.12 365 541.5 383.98 550.68 394.29 554.45 394.85 563.63 411.05 577.66 416.99 596.55 405.66 597.63 387.85 601.41 384.62 602.49 360.87 597.09 357.09 593.31 363.03 587.38 345.21 560.93 340.9 549.06 355.38 551.75 365"/><polygon class="cls-50" points="598.71 348.45 581.98 338.2 560.93 335.5 545.82 348.45 551.22 367.35 558.23 381.38 559.85 394.33 571.18 401.35 589 400.27 598.17 391.09 598.71 348.45"/><polygon class="cls-55" points="606.33 407 587.67 404.33 547 414.33 517.67 457 501.67 516.33 525.66 557.66 525 576 633 576 637 556.33 651.66 517.66 631.66 431.66 606.33 407"/></g></g><g id="Ropes"><polygon class="cls-56" points="695 406 658 346 584 186 498 0 489 0 515 55 611 258 658 360 679 395 675 401 640 361 548 239 450 83 400 0 391 0 437 70.5 536 236 576 286 646 381 673 410 668 436 688 445 695 406"/><polygon class="cls-57" points="664 169 668.25 190 677.38 197.5 685.44 197 692.97 186 689.48 169.5 681.49 164.5 666.5 140.5 662.5 139.5 628 80.5 583.5 0 577 0 593 28 647.5 123.5 659 140 658.5 146 671 165 649.5 140.5 603 59.5 568 0 564 0 595.5 54 649 147.5 664 169"/><polygon class="cls-14" points="700.25 160 670.38 83 635 0 630 0 666.5 85.5 697 160.5 699.5 162 700.25 160"/><polygon class="cls-58" points="78 0 283 302 399 422 538 529 641 576 614 576 530 536 387 429 273 314 260 293 153 151 47 0 78 0"/></g><g id="Gradient"><rect class="cls-59" width="768" height="576"/></g></g><desc>On the Stern, things are mellow. Some musicians play music while the Captain monitors the progress of the men digging the ship out of the sandbar.</desc></svg> <<toggleLayer "Gradient" true "" "">>
<div class="fixed"> <<if !$attack>> <<include "Bow No Fire Background">> <<else>> <<include "Bow Fire Background">> <</if>> </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:#ebc373;}.cls-3{fill:url(#linear-gradient);}.cls-4{fill:#8f6d5a;}.cls-5{fill:#af9369;}.cls-6{fill:#d5d7eb;}.cls-7{fill:#f4f29c;}.cls-8{fill:#514438;}.cls-9{fill:#4e3821;}.cls-10{fill:#6c5030;}.cls-11,.cls-12,.cls-44{fill:#67523e;}.cls-11,.cls-29,.cls-44{mix-blend-mode:multiply;}.cls-13{fill:#2a1612;}.cls-14{fill:#6c522f;}.cls-15{fill:#211c10;}.cls-16{fill:#855b3a;}.cls-17{fill:#2d2c31;}.cls-18{fill:#977559;}.cls-19{fill:#b8ac97;}.cls-20{fill:#140602;}.cls-21{fill:#63554b;}.cls-22{fill:#3e1d14;}.cls-23{fill:#5b422f;}.cls-24{fill:#7c5424;}.cls-25{fill:#aa9768;}.cls-26{fill:#44311f;}.cls-27{fill:#af957d;}.cls-28{fill:#70553a;}.cls-29{fill:#5f4d3b;opacity:0.6;}.cls-30{fill:#995319;}.cls-31{fill:#c8c8c3;}.cls-32{fill:#000a00;}.cls-33{fill:#6f4518;}.cls-34{fill:#4e6d89;}.cls-35{fill:#82a0b1;}.cls-36{fill:#c8b26f;}.cls-37{fill:#411802;}.cls-38{fill:#96875e;}.cls-39{fill:#6d6144;}.cls-40{fill:#b28e7d;}.cls-41{fill:#332d1e;}.cls-42{fill:#49392e;}.cls-43{fill:#201920;}.cls-44{opacity:0.4;}.cls-45{fill:#e4552c;}.cls-46{fill:#812d17;}.cls-47{fill:#dedd9b;}.cls-48{fill:#e3b952;}.cls-49{fill:#f1eebc;}.cls-50,.cls-52{mix-blend-mode:soft-light;}.cls-50{fill:url(#linear-gradient-2);}.cls-51{fill:#3e2b1a;}.cls-52{fill:url(#linear-gradient-3);}</style><linearGradient id="linear-gradient" x1="250.71574" y1="678.02688" x2="621.76649" y2="35.34812" gradientTransform="matrix(-1, 0, 0, 1, 842, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f6dff"/><stop offset="1" stop-color="#b8cc6d"/></linearGradient><linearGradient id="linear-gradient-2" x1="429.49987" y1="550.31182" x2="-19.87518" y2="-95.36891" gradientTransform="matrix(1.0562, 0, 0, -1.2733, 167.6772, 577.6394)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f15a24"/><stop offset="1" stop-color="#0071bc" stop-opacity="0.9"/></linearGradient><linearGradient id="linear-gradient-3" x1="384" y1="576" x2="384" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#222754"/><stop offset="1" stop-color="#6d8bff" stop-opacity="0.5"/></linearGradient></defs><title>6UpperLeft (1)</title><g class="cls-1"><g id="Base"><rect class="cls-2" width="768" height="176"/><polygon class="cls-3" points="0 162.5 227 115 533 69 768 62 768 576 0 576 0 162.5"/><polygon class="cls-4" points="71.667 121.667 62.334 126.999 58.334 133.667 47.667 129.667 37.667 131.667 61.001 138.333 71.667 121.667"/><polygon class="cls-4" points="103.5 83.298 92.84 89.389 88.271 97.003 76.089 92.435 64.667 94.719 91.317 102.333 103.5 83.298"/></g><g id="SettingBack"><polygon class="cls-5" points="768 250 549 183 267 131 167 128 130 152 128 309 274 576 768 576 768 250"/><polygon class="cls-6" points="121 240 90 257 48 321 23 331 7 319 0 322 0 361 9 348 38 352 57 339 83 298 98 288 86 310 68 362 48 372 22 372 10 381 0 396 0 466 42 398 55 392 76 400 91 383 103 325 112 351 103 407 75 486 75 521 81 538 79 554 92 576 128 576 107 518 106 453 124 377 124 479 138 499 173 519 121 240"/><polygon class="cls-6" points="738 175 705 152 629 143 592 134 536 142 528 148 568 148 598 145 634 160 708 168 738 175"/><polygon class="cls-7" points="97 156 89 154 48.5 165.5 38.5 173 49.5 174 92.5 160 97 156"/><polygon class="cls-7" points="126.5 160 93 169 24.5 206 17 215.5 30 216.5 53.5 204.5 105.5 182.5 126 167.5 126.5 160"/><polygon class="cls-7" points="276.5 125.5 346.999 110.999 386 114 407.5 115 424.5 119 428 124.5 422 128 400 120 380.5 122.5 358.5 118 302 128.5 276.5 125.5"/><polygon class="cls-7" points="398 100 371.5 102 368 106.5 384.5 105 398 100"/><polygon class="cls-7" points="43 551 47 526 47 494 40.5 496 27.5 528 34.5 543 43 551"/><polygon class="cls-8" points="209 193.667 202.667 184.333 139.667 150.667 136.667 166.333 209 193.667"/><polygon class="cls-8" points="249.333 133.834 262 169 262 176 251.333 163.667 235.333 134 249.333 133.834"/><polygon class="cls-8" points="220 133 207.333 145 197.667 147.667 195 153.667 188.667 154.667 173.333 125 220 133"/></g><g id="SettingMid"><polygon class="cls-9" points="140.333 248.333 169.394 257.661 199.667 241 200.333 215.666 171 211.666 133 227.666 140.333 248.333"/><path class="cls-4" d="M188.604,212.3315l-14.0601-10.1757-26.2456.9287-18.1025,11.4116-2.3076,4.3638.3564,3.7788-1.7383,3.4487,1.0269,4.5161-1.4092,3.9331-.0161,4.2329-1.3877,3.4654,2.2554,4.5713,13.3813,7.4248,21.1827,2.1342,7.8549,1.2959,6.3975-5.3545,3.2812-6.437,8.2159-6.6841,2.8657-12.8051Zm-54.8691,6.063,12.5161-8.9238,7.7217.3491-8.5591,2.606-9.6768,7.8799.4951,6.5322-3.0483-3.5537Zm34.5005,33.8057-25.8897-3.0532-8.6533-6.9766,20.6723,5.6397,17.7471.332Zm6.4555-10.5273-17.0454-.3008,22.3999-5.336Z"/><path class="cls-10" d="M508.873,140.9248l24.12309,30.5791,6.9961,1.0039-67.5078-81.9922-1.0156,5.0157-12.5313,3.0312-6.1533-1.001L445,86l-6.5-2,7.76659,12.502-5.39159-.877-15.36431-4.2495L415.5,74.5l-5.5,2,22,39L459,155l7,1-15.73731-24.7979L456.5,133.5l13,2.5,3.97269.7725L494.5,165.5l8.5,1-22.72361-28.4048L487.5,139.5ZM464,101l11.998-1.748,11.09579,14.0644L470.5,115.5l-5.82521-.2773L455.09859,101Zm-35.03221-3.7969L445,101h4.06049l8.629,13.8901L449.5,114.5l-13.66111-6.0273L433,104ZM460,131l-12.99321-4.9282-7.2285-11.3911L444,116l18.10349,5.2407,8.7676,11.9781Zm17.73339,3.6191L468.624,121.0884,483.5,120l6.46579-3.0425L505.75,136.9658,484.5,136Z"/><polygon class="cls-4" points="310.999 365.001 278.333 333.001 265.666 326.334 263.666 335.001 286.999 355.001 306.999 372.334 310.999 365.001"/><polygon class="cls-4" points="682.336 576 517.003 469.669 484.336 481.002 613.003 576 682.336 576"/><polygon class="cls-4" points="360.333 381.667 359.666 386.334 349.666 385.001 268.999 315.667 252.999 298.334 259.666 295.001 299.666 330.334 360.333 381.667"/><polygon class="cls-4" points="768 576 698.333 543.667 653 523.001 610.333 490.334 581 475.001 573 479.667 579.666 490.334 681 549.001 730.334 576 768 576"/><polygon class="cls-4" points="692 518 692 526 679.666 525.001 612.333 484.334 535.666 440.334 530.333 433 540 433 692 518"/><polygon class="cls-4" points="768 395.001 686.333 367.668 687.666 363.001 716.333 368.334 768 386.334 768 395.001"/><polygon class="cls-8" points="373.833 270.333 321.25 351.667 266 379.001 266 371 316.999 342.334 368.999 267.667 373.833 270.333"/><polygon class="cls-8" points="336.999 213.667 268.332 275.667 196.999 303 154.999 319.667 150.332 308.334 214.332 289.667 268.332 267.667 334.332 207 336.999 213.667"/><polygon class="cls-8" points="349.666 237.667 262.999 317 222.332 335.667 171.666 348.334 172.332 359 240.999 338.334 295.666 298.334 343.666 253.667 349.666 237.667"/><polygon class="cls-9" points="491 576 495 523 469 490 427 487 396 515 303 541 256 484 254 476 364 459 382 438 372 410 343 396 291 418 224 430 206 397 236 397 282 380 260 346 199 363 189 369 164 327 133 211 140 154 166 133 223 135 354 148 505 181 582 205 569 233 599 233 614 220 724 248 768 268 768 237 535 174 415 151 280 124 161 124 131 147 120 218 216 576 491 576"/><polygon class="cls-11" points="680 450 760 342 768 350 768 293 751 296 669 414 680 450"/><polygon class="cls-4" points="768 376.334 748.999 368.334 753.666 363.668 768 366.334 768 376.334"/><polygon class="cls-11" points="554 388 568 391 650 367 689 308 664 263 557 228 396 206 554 388"/></g><g id="Setting"><polygon class="cls-10" points="685.75 127.75 687.875 185.125 692.437 210.063 696.719 211.531 692 181.5 692 135 685.75 127.75"/><polygon class="cls-4" points="112 275 119 372 149 533 175 576 253 570 112 275"/><polygon class="cls-12" points="115 204 112 275 131 385 170 491 223 576 267 561 205 461 157 349 115 204"/><polygon class="cls-13" points="414 501 223 558 216 550 201 550 189 563 190 567 166 576 459 576 457 527 414 501"/><polygon class="cls-13" points="354 439 351 421 337 402 285 409 278 405 263 408 259 417 248 418 241 412 228 414 225 425 181 434 162 433 153 438 152 460 166 468 178 467 188 457 243 457 328 445 354 439"/><polygon class="cls-14" points="256 384 258 324 235 306 204 319 206 383 236 397 256 384"/><polygon class="cls-13" points="282 554 207 448 195 420 199 387 191 375 183 376 181 387 158 335 147.456 271.467 146 258 139 253 136 258 126 219 130 169 141 141 158 128 211 125 271 129 366 144 502 172 629 210 768 250 768 228 683 208 534 169 406 145 284 121 160 119 127 145 115 204 135 313 176 422 216 504 262 576 282 554"/><polygon class="cls-15" points="768 197.666 759 198.333 753 206.333 753.667 222.999 745 204.999 723.667 199.666 703.667 202.333 696.334 254.333 707.667 274.999 730.334 278.999 727.667 296.999 735 313.666 759.667 320.332 768 308.332 768 197.666"/><polygon class="cls-15" points="602.166 173.667 600.416 169.667 604.042 166.333 614.353 171.333 617.011 177.333 615.005 179.333 610.336 178.333 607.334 186.333 608.668 189.667 607.333 193.333 603.333 192.667 598 204.667 598.667 212.333 579 237 571 237.667 561.333 232.333 560.333 221 566 214 571 214 589.667 188.333 594 184 592.333 180 594.333 177 599 178.667 602.166 173.667"/><polygon class="cls-15" points="553 242.999 549 202.999 513.667 190.333 494.333 203.666 491.667 240.333 522.333 260.333 553 242.999"/><polygon class="cls-15" points="481 220.999 475 190.999 460.333 181.666 438.333 187.666 435.667 208.999 481 220.999"/><polygon class="cls-15" points="357 177.666 353.666 105.666 335.667 90.999 331 92.333 331 97 346.999 110.999 348.999 176.999 357 177.666"/></g><g id="BG_People" data-name="BG People"><polygon class="cls-16" points="423.167 177.667 420.334 192.5 416 190.833 415.5 179.167 423.167 177.667"/><polygon class="cls-16" points="399 178 392.334 184.5 386.5 181.667 389.834 173.5 399 178"/><polygon class="cls-17" points="278.139 122.304 270.659 117.569 261 120.18 261 127.986 252.867 175.737 265.445 179.295 266.971 210.172 260.559 216.83 260.453 218.667 268.032 217.979 271.019 211.091 271.479 212.009 273.432 208.336 272.973 204.778 273.317 176.425 281.696 178.377 282.728 184.576 280.318 192.84 277.334 208.221 280.893 210.861 282.041 209.808 286.977 213 290.19 213 291.912 211.701 290.305 210.306 285.484 207.829 282.615 202.917 288.698 185.367 289.043 177.797 291.338 178.03 289.387 150.138 278.597 125.919 278.139 122.304"/><polygon class="cls-18" points="263.911 105.738 267.794 100.417 273.776 99.868 277.539 103.623 282.224 106.685 282.43 107.903 280.98 109.054 281.475 112.516 281.061 115.589 278.132 116.298 276.588 121.959 274 123 271.018 121.166 269.628 116.233 263.911 105.738"/><polygon class="cls-19" points="273.762 99.927 270.31 103.211 275.247 110.474 275.032 115.739 267.943 117.833 263.346 116.9 263.582 114.337 264.668 113.172 262.475 109.568 262.724 103.571 267.628 99.981 273.103 98.765 273.762 99.927"/><polygon class="cls-20" points="374.556 178.739 373.086 178.231 373.465 177.219 372.23 171.766 367.56 170.991 369 175.554 369 179.113 364.273 194.731 365.231 196.459 366.494 195.785 372.64 179.388 374.118 179.858 374.556 178.739"/><polygon class="cls-18" points="263.445 163.684 265.741 160.126 269.3 161.044 271.939 166.439 271.021 170.801 269.873 172.179 269.07 171.605 269.76 169.768 269.07 167.472 267.463 169.768 265.971 169.653 263.79 166.783 263.445 163.684"/><polygon class="cls-16" points="412.118 102.51 416.761 102.794 419.136 105.227 417.859 106.024 419.681 109.023 419.937 111.983 416.996 113.916 415.777 120.023 412.826 121.118 405.346 117.686 408.256 112.224 404.738 107.566 412.118 102.51"/><polygon class="cls-17" points="415.625 97.875 413.125 104.75 406.75 112.625 403.5 113 402.25 110.125 404.625 99.375 413 97 415.625 97.875"/><polygon class="cls-21" points="420.5 148.999 426.5 172.75 423.25 179 411.75 180 411.5 161 403.5 179 393.75 179.25 387 171.75 398.25 143.75 420.5 148.999"/><polygon class="cls-22" points="432.25 135 425.769 136.885 422.246 123.242 415.617 119.359 414.859 120.219 406.719 115.688 401.437 118.125 395.875 124.625 387 142 387 152.75 393.062 156.375 401.375 153.75 406.125 149.125 413.875 152 420.5 148.999 424.75 152.5 432.875 147 435.125 141.125 432.25 135"/><polygon class="cls-16" points="395.75 155.25 395.521 160.042 393.24 163.921 392.441 163.237 393.012 160.384 391.414 161.069 390.502 165.291 389.703 166.089 389.246 163.921 389.475 161.64 388.22 165.291 389.019 166.888 388.561 167.458 387.991 167.344 387.192 165.291 386.736 164.264 388.447 158.787 391.984 155.25 394.267 155.935 395.75 155.25"/><polygon class="cls-16" points="434.375 139.25 437.25 135.375 437.375 131.875 435 129.25 432 130.625 432.125 136.25 432.25 139 434.375 139.25"/><path class="cls-10" d="M435.65629,133.4531l-2.2188.8282-1.56249-2.9688-3.75,1.9375-.37011,2.5928L427.125,136l-.625.625,2.625,1.5,3.875,10L431,157h-2v-7.375l-.74321.5366,1.57621-4.4951L426.5,136.625l-.5.875,1.167,6-1.334,7.3335-3,7.1665.834,3.5,1.666-3,.77249-2.2041L426,157.125l1.375,6.125,4.375-.375.57229-1.3047.05271.6797,4.25.25L440,159V139.5ZM432.25,139l-2.69341-3.0166L430.25,133.75l2.375,2.875Zm6,18.875L435.375,161l-2.66211-.3193L434,157.75l2.375-7.375.375-10.125,2,5.375Z"/></g><g id="SmallBoat"><polygon class="cls-23" points="632.75 265.25 513.875 219.125 392.437 181.063 327.469 165.781 321.5 151 314 151 312.5 157 315.5 172.5 321 172 325.665 190.999 332.332 216.333 355 265.5 432.5 326.5 554 388 636.5 354.5 632.75 265.25"/><polygon class="cls-24" points="382.5 186.5 338.5 175.5 332.5 180.5 351 228 484 295 541.5 313 588.5 284.5 623 271 594.5 257 430.5 201.5 382.5 186.5"/><polygon class="cls-25" points="583.5 260 582.5 255 569 251 507.5 285.5 505 292 521 301.5 565 272.5 583.5 260"/><polygon class="cls-25" points="532 238.5 488 268 475 277.5 456.5 270 473 251 511.5 232 532 238.5"/><polygon class="cls-25" points="471.5 217 474 226.5 424.5 255 407.5 245 430 229 462 213 471.5 217"/><polygon class="cls-25" points="416.5 202 410.5 211 369 228.5 354.5 221 353 214 376.5 202 401 194.5 416.5 202"/><polygon class="cls-26" points="564 251.5 560.005 253.697 429.5 204.5 425.5 205.75 427.5 209.25 554.961 256.472 554 257 554 263 588 278 593.5 278.75 608 270.5 608 267 564 251.5"/><polygon class="cls-26" points="391 212.333 391.5 210.833 391.471 206.139 366.5 192 361.25 189.5 347.666 196.667 347.25 200 351.389 202.065 342.666 206.667 342.25 210 375.27 226.474 382.833 225 529.25 290.75 533 289.5 533.25 287.25 386 222.333 386.5 220.833 386.471 216.139 385.323 215.489 387.833 215 534.25 280.75 538 279.5 538.25 277.25 391 212.333"/><polygon class="cls-15" points="363.5 271.5 341.5 280.5 326.5 272.5 327.5 257.5 350.5 234 360 240.5 355 262 363.5 271.5"/><polygon class="cls-15" points="508.25 364.75 494 372 475 372 466.5 365 491 321 504.5 327.5 501 350 503.5 360.5 508.25 364.75"/><polygon class="cls-14" points="768 403 687 466 691 480 768 530 768 403"/><polygon class="cls-26" points="768 508 714.666 476.667 727 455.334 768 490 768 508"/><polygon class="cls-26" points="768 473.667 746 456.334 764 444 768 451.667 768 473.667"/></g><g id="Mast"><polygon class="cls-27" points="658 0 660.5 100.5 768 133.5 768 0 658 0"/><polygon class="cls-27" points="604.5 121.5 582.5 49 576 0 304 0 300 45 604.5 121.5"/><polygon class="cls-27" points="245 0 185.5 43.5 135.5 64.5 117.5 65.5 168 102.5 193.5 127 193 133.5 262 20.5 267 0 245 0"/><polygon class="cls-28" points="196 144 91 34 85 33 85 38 176 155 190 155 196 144"/><polygon class="cls-28" points="209 193.667 133.666 161 130 169 129.666 174.333 203 200.333 209 193.667"/><polygon class="cls-28" points="220.333 125 253 176.333 261.666 175.667 259 167.667 232.333 127 220.333 125"/><polygon class="cls-28" points="332.332 216.333 228.167 248.583 204 241.001 204 216 285.666 198.333 283.667 0.25 310 0 310 38 608.332 117.667 612.999 124.333 607.666 127.667 309 52.333 309 196 325.665 190.999 328.999 200.999 332.332 216.333"/><polygon class="cls-28" points="617.667 0.001 627.667 448.999 639.667 465.665 656.334 468.999 680.334 453.665 668.333 128.998 768 158.332 768 127 666.333 94.332 662.333 0 617.667 0.001"/><polygon class="cls-10" points="271.667 0 253.666 41.664 204.333 122.997 193 140.997 187 136.997 209.666 103.664 247 41.664 267 0 271.667 0"/><polygon class="cls-10" points="245 0 219 14.5 187.25 26.75 166.25 34.5 139.5 41.75 114.5 44.25 99.25 43 94.75 40.75 115.5 41.75 142 38.5 173.75 29.25 215 14 241 0 245 0"/><polygon class="cls-10" points="175.75 0 158.5 14.25 116.75 34 99.75 37.5 92.25 37.75 90.5 35.75 101.25 35.25 121.25 29 158.25 12 171 0 175.75 0"/><polygon class="cls-10" points="586.5 0 604 74.5 623 132 624 116 608 69.5 590.5 0 586.5 0"/></g><g id="Briana"><polygon class="cls-29" points="505.324 493.667 527.658 516 571.324 501.667 578.658 505.667 615 489 621.667 493 606.334 519.666 573.991 539 570.658 543 615.667 536.334 638.333 512.334 663 507.667 768 455.668 768 371.668 661.667 416.335 629.667 439.667 598.5 461.5 546.658 486.333 539.992 493 522.658 493 505.324 493.667"/><polygon class="cls-30" points="525.93 223.112 523.152 238.566 524.107 242.906 524.021 252.893 523.761 255.323 523.586 257.494 524.194 260.098 523.808 264.528 526.976 267.829 540.17 268.606 540.69 278.851 537.218 283.366 544.337 294.826 557.187 292.395 565.174 277.983 561.007 274.684 557.187 258.709 555.45 238.219 536.35 220.334 525.93 223.112"/><polygon points="551.978 244.816 550.241 243.602 546.768 246.205 547.81 250.026 546.768 252.631 549.025 252.285 550.935 248.81 549.199 246.9 551.978 244.816"/><polygon points="543.295 244.643 545.032 245.164 547.116 242.387 549.72 241.172 554.234 243.602 554.929 249.158 552.846 253.5 549.894 254.715 556.318 261.834 559.097 261.486 561.181 245.685 548.33 227.8 531.835 217.729 524.889 220.334 523.5 223.285 526.799 225.543 530.966 224.675 534.093 227.627 537.391 227.8 540.518 227.106 539.475 231.795 539.302 236.309 541.212 237.004 541.386 239.782 543.47 242.213 543.295 244.643"/><polygon class="cls-31" points="532.827 241.209 531.101 243.613 528.502 245.005 528.493 240.197 532.827 241.209"/><polygon class="cls-32" points="534.104 240.369 531.86 240.633 529.642 239.298 527.604 239.245 526.328 241.068 527.921 240.871 531.992 241.69 534.104 240.369"/><polygon class="cls-32" points="528.868 240.236 529.395 242.946 528.502 245.005 527.696 244.909 527.61 242.451 527.764 240.059 528.868 240.236"/><polygon class="cls-32" points="524.803 238.48 528.362 235.787 531.574 236.048 534.352 236.83 529.665 234.051 526.365 234.398 524.455 236.568 524.803 238.48"/><polygon class="cls-32" points="529.23 257.406 523.761 255.323 523.152 256.537 523.586 257.494 529.23 257.406"/><polygon class="cls-33" points="524.107 242.906 522.545 247.595 520.001 249 520.334 251.167 524.021 252.893 526.104 252.111 525.497 246.988 524.107 242.906"/><polygon class="cls-34" points="531.735 217.927 549.897 233.142 558.833 249.924 559.836 257.622 562.02 259.393 573.509 248.099 574.896 228.887 575.888 222.945 570.839 212.052 566.185 209.675 566.185 219.774 561.631 211.26 554.304 209.873 555.888 215.814 545.194 211.656 533.312 215.616 530.738 216.012 528.032 219.114 531.735 217.927"/><polygon class="cls-35" points="524.036 285.591 543.678 269.521 558.677 268.093 571.175 272.021 581.531 283.448 577.247 286.662 555.462 280.592 524.036 285.591"/><polygon class="cls-36" points="496.084 368.294 494.769 336.223 524.044 284.799 544.396 275.871 556.893 278.014 564.034 281.942 577.247 285.87 597.959 326.225 598.673 336.938 581.889 351.579 561.533 358.722 539.056 361.165 536.612 374.499 508.097 371.859 496.084 368.294"/><polygon class="cls-37" points="539.324 464 535.658 492 536.324 502.166 533.658 513 527.658 516 522.658 512.333 514.658 505 502.658 494.667 502.324 485.686 503.658 483.011 514.991 485.667 518.658 482.336 519.992 443.334 538.324 447.334 539.324 464"/><polygon class="cls-38" points="533.082 359.871 539.57 345.943 558.111 348.323 577.143 341.182 582.85 373.847 587.658 448.001 570.324 466 551.658 460 553.797 403.345 542.324 435.333 542.99 461.333 526.324 470 509.514 461.779 516.181 390.291 517.602 372.651 533.082 359.871"/><polygon class="cls-37" points="561.099 462.643 577 502.24 577 522.186 568.608 535.995 566.715 540.981 573.632 543.666 583.994 540.598 595.12 527.173 592.436 517.199 596.274 516.049 596.657 498.404 590.138 491.117 583.232 451.992 575.178 439.334 559.835 441.636 556.743 453.526 561.099 462.643"/><polygon class="cls-33" points="493.977 387.71 497.352 377.935 493.84 359.713 494.103 344.663 495.952 334.102 496.294 337.902 495.163 355.488 498.926 376.534 501.76 374.763 502.013 375.093 506.018 358.656 502.619 340.174 504.533 321.164 505.985 324.332 504.721 340.438 509 355.225 509 359.977 504.494 377.924 513.01 389.284 509.762 400.638 501.536 407.767 492.011 401.958 493.977 387.71"/><polygon class="cls-30" points="494.106 335.484 494 335.422 494 331.461 496.811 326.657 496.719 326.181 498.579 322.221 501.562 321.436 501.493 320.9 502.814 317.203 506.249 316.015 506.512 320.9 506.248 329.085 504.666 331.461 502.816 330.669 502.024 324.803 500.704 326.708 502.421 333.243 502.619 335.422 500.44 335.619 498.064 331.461 497.998 330.734 497.272 332.253 499.252 337.006 499.055 338.59 497.074 338.788 496.293 337.902 496.678 341.759 495.886 343.738 494.5 342.748 493.088 336.609 494.106 335.484"/><polygon class="cls-30" points="505.589 317.995 506.579 311.213 510.181 309.258 512 310.668 512 314.827 508.993 318.193 505.589 317.995"/><polygon class="cls-39" points="552 460 552 446 562.829 433.75 557.744 431.5 553.201 432.75 551.18 439.75 549.84 451 552 460"/><polygon class="cls-39" points="517.602 372.651 521.5 405 515.5 465.5 509.514 461.779 514.5 392 517.602 372.651"/><path class="cls-26" d="M520.334,251.167l5.416-.667c.35449,1.6113-1.72851,2.3926-1.72851,2.3926Z"/></g><g id="George"><polygon class="cls-29" points="611.334 552.994 693.333 516.333 698 512.333 768 487.002 768 576 695.334 576 621.342 570.325 612.666 564.333 604.987 557.995 611.334 552.994"/><polygon class="cls-40" points="651.654 471.328 654.987 493.995 654.32 533.995 646.987 539.995 636.32 530.662 626.987 471.995 651.654 471.328"/><polygon class="cls-40" points="686.987 443.995 690.32 473.995 686.32 519.328 676.987 523.995 669.653 519.995 661.654 457.995 686.987 443.995"/><polygon class="cls-41" points="620.494 382.829 617.914 418.748 628 474 659.654 474 665.333 462.992 684 458.326 696 434.326 682 386.992 620.494 382.829"/><polygon class="cls-42" points="637.984 277.987 618.651 299.32 613.984 344.654 628.666 416.994 672.651 415.987 693.999 388.994 684.666 324.327 667.333 280 637.984 277.987"/><polygon class="cls-15" points="620.572 246.05 612.673 245.47 609.857 248.31 609.693 260.713 612.324 262.391 615.448 259.843 611.958 257.465 612.263 248.249 615.807 247.977 621.186 248.863 620.572 246.05"/><polygon class="cls-40" points="617.774 236.271 613.002 241.81 610.206 251.358 611.711 254.536 609.428 262.576 613.298 266.193 614.84 271.483 615.443 275.09 617.559 280.933 622.929 282.361 631.172 280.727 634.542 285.846 634.034 287.379 647.533 295.577 653.448 291.411 660.134 278.2 638.743 240.349 617.774 236.271"/><polygon class="cls-4" points="611.711 254.536 605.731 264.023 606.005 266.453 609.553 268.71 614.315 269.009 614.943 267.668 612.631 264.357 612.478 255.676 611.711 254.536"/><polygon class="cls-43" points="611.085 250.849 614.595 250.531 622.074 255.797 624.855 258.176 622.968 258.585 615.266 254.101 612.449 254.081 610.419 252.1 611.085 250.849"/><polygon class="cls-43" points="614.206 256.852 611.958 257.465 613.95 257.898 614.009 259.643 615.25 262.125 616.625 260.125 620.125 261.125 614.206 256.852"/><polygon class="cls-43" points="616.242 234.465 612.483 237.31 614.065 239.907 616.555 239.377 617.618 237.492 618.795 242.992 622.816 248.142 628.195 251.453 629.501 255.432 634.206 260.607 638.833 261.09 639.684 264.56 639.421 266.813 640.774 267.942 643.824 264.815 647.348 262.999 649.663 265.668 649.556 272.452 645.704 275.599 642.744 276.734 640.307 274.848 638.518 275.496 639.219 277.809 638.352 279.137 640.908 279.864 642.12 278.364 643.264 278.498 643.018 280.754 644.269 284.212 648.975 284.398 650.944 282.876 653.561 280.848 655.859 281.636 655.658 283.328 660.062 284.7 666.665 282.446 671.459 278.551 670.195 274.684 666.389 274.977 662.334 276.445 666.59 272.551 669.852 272.62 669.973 268.481 669.491 265.663 670.183 264.593 670.74 259.797 667.344 254.144 663.936 249.575 663.922 244.318 663.692 238.466 659.676 235.199 655.342 235.149 651.492 228.988 642.1 227.263 645.918 224.396 643.884 221.76 638.48 219.13 631.935 218.936 639.723 222.188 641.397 224.953 638.31 224.993 635.137 223.309 631.073 222.891 630.28 224.797 632.78 226.859 625.639 226.882 619.491 229.647 621.004 232.336 616.242 234.465"/><polygon class="cls-40" points="648.607 396.205 636.312 404.244 633.883 415.326 638.437 413.999 640.167 408.061 643.634 405.782 639.989 417.483 642.589 431.596 647.702 434.722 645.667 426.559 651.63 435.169 657.775 435.446 658.451 427.454 664.011 412.617 661.769 404.696 648.607 396.205"/><path class="cls-15" d="M636.24018,435.708l2.1885,5.5078,4.8672,3.2656,5.3965-2.4335,5.0068-6.2422.3135-3.4453,3.40332-3.4034,2.47358-7.6103-.7451-2.6807,1.8858-1.8857,2.4736-7.6104-1.58688-5.7158-5.64262-4.1777-5.89838,3.9951-3.23442,11.9863.0732.0811-.4541.1093-2.7675,10.2549-.4854-.0605Zm15.30182-4.9482-.21492.0996-2.7382-1.7422.5654-.1172,2.3945,1.0439Zm6.85058-14.8018-.0908-.3271-6.0235-1.5147-1.1767.2842,1.5576-7.3233,3.0439-4.5664,3.751,2.0313,1.7666,4.8184Zm-5.1621.6318,2.6093.129.4834,1.3193-1.3808.6445-2.5-1.5908Zm.9511,12.9375-.2861.1338-4.7559-3.3115-1.5634-.1963,1.4677-6.8994,1.1045-.7031.9883,1.083,5.708,1.332.40432-.4043.35738.9756Zm-14.8291,8.1729,4.9444-7.6904,1.32912-.2764,1.89648,2.0771,3.999.9327-.0254,2.4326-6.0313,6.2607-3.1406.2364Z"/><polygon class="cls-15" points="644.066 397.341 653.644 400.848 661.63 409.832 664.949 402.483 657.98 394.71 648.476 393.003 644.066 397.341"/><polygon class="cls-43" points="654.32 533.995 658.32 555.328 640.987 561.328 638.32 557.328 614.32 561.995 604.987 557.995 603.653 550.662 618.987 545.995 636.32 530.662 654.32 533.995"/><polygon class="cls-43" points="688.987 517.995 691.653 533.328 688.987 544.662 674.32 545.995 666.987 534.662 669.653 519.995 688.987 517.995"/><polygon class="cls-43" points="614.615 272.805 617.201 273.109 620.428 274.423 615.443 275.09 614.615 272.805"/><polygon class="cls-44" points="630.156 305.5 623.077 327.582 638 357.665 638 386 646.83 357.665 632.744 322.331 630.156 305.5"/></g><g id="Fire"><polygon class="cls-45" points="422.25 0 434.75 10 438 20 437.5 23.5 445 33.25 446 47.25 459 62.75 456.25 64 440 56.25 435.25 47.5 417.5 39.5 415.5 34.75 414.25 17 429 22.5 424.75 18.5 424.5 9.25 417 0 422.25 0"/><polygon class="cls-45" points="404.75 46.75 406.25 43.5 402 39.25 398.25 38 397.25 43.5 404.75 46.75"/><polygon class="cls-45" points="401.5 50.875 400.375 56.813 404 58.25 404 61 413 61 413.75 59 401.5 50.875"/><polygon class="cls-46" points="444.25 0 461.25 16.25 469.25 39 481.75 49.5 489.25 66.75 520 83 529.5 89.25 540.25 100 530 74.25 511.5 59.75 497.75 16.5 481.25 0 444.25 0"/><polygon class="cls-45" points="496.5 0 520.5 33 526.75 61.5 535.5 68 546 67.5 556.5 75.75 566.5 96.25 570.75 99.75 566.5 71.5 554.5 62.5 554.25 39.25 551.5 13.5 541 0 496.5 0"/><polygon class="cls-46" points="576.125 0 585.312 14.75 586.531 25.5 580.766 40.75 588 37.5 588 47 582 61 582 78 588 87 578 79 565.5 57.75 559.5 34.75 542.5 21.25 535.75 8.5 537 0 576.125 0"/><polygon class="cls-45" points="715.75 0 717.25 16 709.75 31.75 705.75 42.25 703.5 76.75 708.25 92.5 710.25 78.25 732.25 56.5 740.75 36.75 734.25 9.25 730.5 0 715.75 0"/><polygon class="cls-45" points="734.25 0 752.25 30.25 758 57.5 754.25 69.25 751.25 86 758 103.25 768 110.25 768 0 734.25 0"/><polygon class="cls-47" points="490 27.75 495 50.5 510.5 69.25 522.5 74.5 511.25 65.25 498 46 490 27.75"/><polygon class="cls-47" points="485.25 35.5 488.75 42.75 491.25 52.25 497.75 60.5 493.5 58 486.75 47.75 485.25 35.5"/><polygon class="cls-47" points="530.5 26.5 533.25 31.75 533.75 42.75 537.75 57.25 533.5 54 529 41 530.5 26.5"/><polygon class="cls-47" points="529.75 1.75 535.25 13 537.75 26.5 537.5 41.5 539.5 55.75 543.5 59.5 541.5 47.5 542 25.25 536.5 8.75 529.75 1.75"/><polygon class="cls-47" points="729.75 20.5 732 35.25 725.5 50.5 716.5 59.75 725.5 42.75 729 31.75 729.75 20.5"/><polygon class="cls-47" points="720 37 722 37 722 43 716.5 51 713.5 53.75 712.25 53.25 719 41.75 720 37"/><polygon class="cls-47" points="751 0.25 763 19.125 768 40.75 768 22 760.5 6.75 754.5 0 751 0.25"/><polygon class="cls-48" points="551.5 19 543.5 10.5 544.25 5.25 549 8 551.5 19"/><polygon class="cls-48" points="562.625 19.25 562 10 566 10 564.5 18.25 562.625 19.25"/><polygon class="cls-48" points="592.75 62.5 595.5 57.5 598.5 59.75 595 63.5 592.75 62.5"/><polygon class="cls-48" points="703.5 37.125 701.625 27.438 702.687 12.719 699.719 16.734 695.234 15.992 694.492 4.996 696.496 1.748 689 6 689 21 698.25 32.5 701.25 43.75 699.25 43 699 50.75 701.75 60.25 703 47.25 703.5 37.125"/><polygon class="cls-48" points="746.75 38.25 744.25 44.5 746.25 45.25 750.5 39.25 746.75 38.25"/><polygon class="cls-48" points="741.75 20 740.5 26.75 743 26.5 747.25 19 746.25 15 741.75 20"/><polygon class="cls-49" points="600 14 600 23 603.333 21.333 604.666 11.333 600 14"/><polygon class="cls-49" points="389.666 3.667 393.333 9.667 390 12 387 7 389.666 3.667"/><polygon class="cls-49" points="408 8 408 18 411 15.333 411.666 7.333 408 8"/><polygon class="cls-49" points="434 58 434 61 436.666 63.333 437.666 60.667 434 58"/><rect class="cls-50" width="768" height="576"/></g><g id="Ropes"><path class="cls-51" d="M320.5.5l-1.85351,15.2705L312.5,17l-10.28911-.7915L303.5,0h-5l-1.22711,14.9277L286,9.5l-3.26121-2.53613L283.5.25l-5-.25-3,28.5L263,67.5,252,97l-17,31-40.5,63.5L139,266v11l4,1.002,4.4561-6.5347,19.7163,31.187L155,323l3.5,16.5,14.3252-28.2197,29.92719,40.2148L191,375l5.5,7.5L202,371l73-159L315,89,326.5,0Zm-7,21.5h4.39009l-2.5,20.5962L310.25,44.5l-10.16411-1.5791,1.8267-22.9658ZM301,48h12l1.76069-.2202-2.5869,21.3115L304,69.5l-11.68211-4.522,6.4463-17.6035ZM282.11129,12.502,296.5,19l.43209.0762L295.5,36.5l-1.51171,4.3579L282.93749,35.5l-2.9473-4.3433L280,31.125Zm-3.789,24.145,10.1699,7.853,3.8579,1.0796-5.792,16.6938L279,57.5l-5.27641-5.7158Zm-6.19,20.3759L284,65.5l1.26609.4976-8.9985,25.9375-12.2017-11.021L266.5,75.5625ZM262.06539,85.313l12.7808,10.7192L270,110l-4.47461,10.208-14.1152-11.4687Zm11.6612,110.5078L259.5,186.5l-11.63571-12.1011,9.06-20.5908L266.5,157l16.07029,12.2891Zm-42.191,98.1079L218.5,283.5l-18.05761-21.6689,11.4341-20.251L218,250l25.13529,18.0215L232,293ZM195,223.5l12.70409,13.1274L195.9482,255.7783l-18.6171-27.1499,9.7856-13.9971Zm-1.4424,36.1724-14.123,23.0068L164,263l-2.1768-12.1914,12.627-18.0606Zm4.76709,5.9331L219,290.5l10.96139,6.5771-10.8828,21.7657L200.5,295.5l-15.2524-6.4707ZM237,259l-22.51661-22.0371,15.603-27.6343L241,222.5l12.5,7,5.88179,2.0762-13.874,31.123Zm-8.752-58.4463L217.5,191l-6.61621-11.5781,10.8984-17.8994L229,169.5l11.70949,7.3184L238,183ZM232.5,165.5l-6.36131-11.1328,9.6816-15.9019L241.5,144.5l10.397,6.7979-8.791,20.0537Zm39-14-12.49611-2.4185,10.25-23.2949L279,131.5l14.37009,5.3887-8.6015,25.8066Zm-21.55961-39.5298,14.4107,10.917-10.4639,23.8696L238.501,134.063,244,125.0313Zm-42.8359,73.3379L213.5,196.5l12.47019,8.1538L213,228l-2.51321,4.0942L200,218.5l-9.0146-9.4438Zm-54.583,78.8047,4.4873-6.4185L160,267l17.1689,19.3701-4.9541,8.0703Zm25.3525,38.1235,5.8604-10.4961L196.5,300l20.13959,23.7207-7.3598,14.7197Zm83.51269-75.1582L245.5,218l-12.82081-13.2632L241,190l4.43649-10.083L256,190l14.5,7,2.5,1-4,12Zm33.1377-93.6518L281,129.5l-10.63671-6.2354L274,115l5.83539-15.9346L295.5,107.5l7.5.5Zm10.1377-30.4126L289.5,99l-8.20411-3.9238,9.8086-26.7852L298,71l13.58149,2.9707L310,87Z"/><polygon class="cls-51" points="378 0 373 68 365 111 340 229 292 426 266 503 256 504 247 551 274 543.5 276 506 299 430 341 262 374 117 385 48 385 0 378 0"/><polygon class="cls-51" points="511 0 435 243 368 399 315 515 306 513 296 537 328 528.5 333 522 328 518 386 383 446 249 459 203 520 0 511 0"/><polygon class="cls-26" points="145 265.5 135.5 262.5 122.5 271.5 127.5 355 135 362 141.5 355.5 145 265.5"/></g><g id="Layer_10" data-name="Layer 10"><rect class="cls-52" width="768" height="576"/></g></g><desc>You are on the Bow of the ship. Wilson is gone.</desc></svg> <<set _wilson to !$chain>> <<toggleLayer "Fire" $fire "The sails are on fire." "">> <<toggleLayer "George" _wilson "George stands next to you." "">>
<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:#ebc373;}.cls-3{fill:url(#linear-gradient);}.cls-4{fill:#8f6d5a;}.cls-5{fill:#af9369;}.cls-6{fill:#d5d7eb;}.cls-7{fill:#f4f29c;}.cls-8{fill:#514438;}.cls-9{fill:#4e3821;}.cls-10{fill:#6c5030;}.cls-11,.cls-12{fill:#67523e;}.cls-11,.cls-29{mix-blend-mode:multiply;}.cls-13{fill:#2a1612;}.cls-14{fill:#6c522f;}.cls-15{fill:#211c10;}.cls-16{fill:#855b3a;}.cls-17{fill:#2d2c31;}.cls-18{fill:#977559;}.cls-19{fill:#b8ac97;}.cls-20{fill:#140602;}.cls-21{fill:#63554b;}.cls-22{fill:#3e1d14;}.cls-23{fill:#5b422f;}.cls-24{fill:#7c5424;}.cls-25{fill:#aa9768;}.cls-26{fill:#44311f;}.cls-27{fill:#af957d;}.cls-28{fill:#70553a;}.cls-29{fill:#5f4d3b;opacity:0.6;}.cls-30{fill:#995319;}.cls-31{fill:#c8c8c3;}.cls-32{fill:#000a00;}.cls-33{fill:#7a3d10;}.cls-34{fill:#4e6d89;}.cls-35{fill:#82a0b1;}.cls-36{fill:#c8b26f;}.cls-37{fill:#411802;}.cls-38{fill:#96875e;}.cls-39{fill:#6f4518;}.cls-40{fill:#6d6144;}.cls-41{fill:#3e2b1a;}.cls-42{mix-blend-mode:soft-light;fill:url(#linear-gradient-2);}</style><linearGradient id="linear-gradient" x1="250.72" y1="678.03" x2="621.77" y2="35.35" gradientTransform="matrix(-1, 0, 0, 1, 842, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f6dff"/><stop offset="1" stop-color="#b8cc6d"/></linearGradient><linearGradient id="linear-gradient-2" x1="384" y1="576" x2="384" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#222754"/><stop offset="1" stop-color="#6d8bff" stop-opacity="0.5"/></linearGradient></defs><title>6UpperLeft</title><g class="cls-1"><g id="Base"><rect class="cls-2" width="768" height="176"/><polygon class="cls-3" points="0 162.5 227 115 533 69 768 62 768 576 0 576 0 162.5"/><polygon class="cls-4" points="71.67 121.67 62.33 127 58.33 133.67 47.67 129.67 37.67 131.67 61 138.33 71.67 121.67"/><polygon class="cls-4" points="103.5 83.3 92.84 89.39 88.27 97 76.09 92.44 64.67 94.72 91.32 102.33 103.5 83.3"/></g><g id="SettingBack"><polygon class="cls-5" points="768 250 549 183 267 131 167 128 130 152 128 309 274 576 768 576 768 250"/><polygon class="cls-6" points="121 240 90 257 48 321 23 331 7 319 0 322 0 361 9 348 38 352 57 339 83 298 98 288 86 310 68 362 48 372 22 372 10 381 0 396 0 466 42 398 55 392 76 400 91 383 103 325 112 351 103 407 75 486 75 521 81 538 79 554 92 576 128 576 107 518 106 453 124 377 124 479 138 499 173 519 121 240"/><polygon class="cls-6" points="738 175 705 152 629 143 592 134 536 142 528 148 568 148 598 145 634 160 708 168 738 175"/><polygon class="cls-7" points="97 156 89 154 48.5 165.5 38.5 173 49.5 174 92.5 160 97 156"/><polygon class="cls-7" points="126.5 160 93 169 24.5 206 17 215.5 30 216.5 53.5 204.5 105.5 182.5 126 167.5 126.5 160"/><polygon class="cls-7" points="276.5 125.5 347 111 386 114 407.5 115 424.5 119 428 124.5 422 128 400 120 380.5 122.5 358.5 118 302 128.5 276.5 125.5"/><polygon class="cls-7" points="398 100 371.5 102 368 106.5 384.5 105 398 100"/><polygon class="cls-7" points="43 551 47 526 47 494 40.5 496 27.5 528 34.5 543 43 551"/><polygon class="cls-8" points="209 193.67 202.67 184.33 139.67 150.67 136.67 166.33 209 193.67"/><polygon class="cls-8" points="249.33 133.83 262 169 262 176 251.33 163.67 235.33 134 249.33 133.83"/><polygon class="cls-8" points="220 133 207.33 145 197.67 147.67 195 153.67 188.67 154.67 173.33 125 220 133"/></g><g id="SettingMid"><polygon class="cls-9" points="140.33 248.33 169.39 257.66 199.67 241 200.33 215.67 171 211.67 133 227.67 140.33 248.33"/><path class="cls-4" d="M188.6,212.33l-14.06-10.17-26.24.92L130.2,214.5l-2.31,4.36.35,3.78-1.73,3.45,1,4.51-1.41,3.94v4.23l-1.39,3.46,2.26,4.58,13.38,7.42,21.18,2.14,7.85,1.29,6.4-5.35,3.28-6.44,8.22-6.68,2.86-12.81Zm-54.87,6.06,12.52-8.92,7.72.35-8.56,2.61-9.67,7.88.49,6.53-3-3.56Zm34.51,33.81-25.89-3-8.66-7,20.67,5.64,17.75.33Zm6.45-10.53-17-.3,22.4-5.33Z"/><path class="cls-10" d="M508.87,140.92,533,171.5l7,1-67.51-82-1,5-12.53,3-6.16-1L445,86l-6.5-2,7.77,12.5-5.39-.88-15.37-4.24-10-16.88-5.5,2,22,39L459,155l7,1-15.74-24.8,6.24,2.3,13,2.5,4,.77,21,28.73,8.5,1-22.72-28.4,7.22,1.4ZM464,101l12-1.75,11.09,14.07L470.5,115.5l-5.83-.28L455.1,101Zm-35-3.8,16,3.8h4.06l8.63,13.89-8.19-.39-13.66-6L433,104ZM460,131l-13-4.93-7.23-11.39L444,116l18.1,5.24,8.77,12Zm17.73,3.62-9.11-13.53L483.5,120l6.47-3,15.78,20-21.25-1Z"/><polygon class="cls-4" points="311 365 278.33 333 265.67 326.33 263.67 335 287 355 307 372.33 311 365"/><polygon class="cls-4" points="682.34 576 517 469.67 484.34 481 613 576 682.34 576"/><polygon class="cls-4" points="360.33 381.67 359.67 386.33 349.67 385 269 315.67 253 298.33 259.67 295 299.67 330.33 360.33 381.67"/><polygon class="cls-4" points="768 576 698.33 543.67 653 523 610.33 490.33 581 475 573 479.67 579.67 490.33 681 549 730.33 576 768 576"/><polygon class="cls-4" points="692 518 692 526 679.67 525 612.33 484.33 535.67 440.33 530.33 433 540 433 692 518"/><polygon class="cls-4" points="768 395 686.33 367.67 687.67 363 716.33 368.33 768 386.33 768 395"/><polygon class="cls-8" points="373.83 270.33 321.25 351.67 266 379 266 371 317 342.33 369 267.67 373.83 270.33"/><polygon class="cls-8" points="337 213.67 268.33 275.67 197 303 155 319.67 150.33 308.33 214.33 289.67 268.33 267.67 334.33 207 337 213.67"/><polygon class="cls-8" points="349.67 237.67 263 317 222.33 335.67 171.67 348.33 172.33 359 241 338.33 295.67 298.33 343.67 253.67 349.67 237.67"/><polygon class="cls-9" points="491 576 495 523 469 490 427 487 396 515 303 541 256 484 254 476 364 459 382 438 372 410 343 396 291 418 224 430 206 397 236 397 282 380 260 346 199 363 189 369 164 327 133 211 140 154 166 133 223 135 354 148 505 181 582 205 569 233 599 233 614 220 724 248 768 268 768 237 535 174 415 151 280 124 161 124 131 147 120 218 216 576 491 576"/><polygon class="cls-11" points="680 450 760 342 768 350 768 293 751 296 669 414 680 450"/><polygon class="cls-4" points="768 376.33 749 368.33 753.67 363.67 768 366.33 768 376.33"/><polygon class="cls-11" points="554 388 568 391 650 367 689 308 664 263 557 228 396 206 554 388"/></g><g id="Setting"><polygon class="cls-10" points="685.75 127.75 687.88 185.13 692.44 210.06 696.72 211.53 692 181.5 692 135 685.75 127.75"/><polygon class="cls-4" points="112 275 119 372 149 533 175 576 253 570 112 275"/><polygon class="cls-12" points="115 204 112 275 131 385 170 491 223 576 267 561 205 461 157 349 115 204"/><polygon class="cls-13" points="414 501 223 558 216 550 201 550 189 563 190 567 166 576 459 576 457 527 414 501"/><polygon class="cls-13" points="354 439 351 421 337 402 285 409 278 405 263 408 259 417 248 418 241 412 228 414 225 425 181 434 162 433 153 438 152 460 166 468 178 467 188 457 243 457 328 445 354 439"/><polygon class="cls-14" points="256 384 258 324 235 306 204 319 206 383 236 397 256 384"/><polygon class="cls-13" points="282 554 207 448 195 420 199 387 191 375 183 376 181 387 158 335 147.46 271.47 146 258 139 253 136 258 126 219 130 169 141 141 158 128 211 125 271 129 366 144 502 172 629 210 768 250 768 228 683 208 534 169 406 145 284 121 160 119 127 145 115 204 135 313 176 422 216 504 262 576 282 554"/><polygon class="cls-15" points="768 197.67 759 198.33 753 206.33 753.67 223 745 205 723.67 199.67 703.67 202.33 696.33 254.33 707.67 275 730.33 279 727.67 297 735 313.67 759.67 320.33 768 308.33 768 197.67"/><polygon class="cls-15" points="602.17 173.67 600.42 169.67 604.04 166.33 614.35 171.33 617.01 177.33 615 179.33 610.34 178.33 607.33 186.33 608.67 189.67 607.33 193.33 603.33 192.67 598 204.67 598.67 212.33 579 237 571 237.67 561.33 232.33 560.33 221 566 214 571 214 589.67 188.33 594 184 592.33 180 594.33 177 599 178.67 602.17 173.67"/><polygon class="cls-15" points="553 243 549 203 513.67 190.33 494.33 203.67 491.67 240.33 522.33 260.33 553 243"/><polygon class="cls-15" points="481 221 475 191 460.33 181.67 438.33 187.67 435.67 209 481 221"/><polygon class="cls-15" points="357 177.67 353.67 105.67 335.67 91 331 92.33 331 97 347 111 349 177 357 177.67"/></g><g id="BG_People" data-name="BG People"><polygon class="cls-16" points="423.17 177.67 420.33 192.5 416 190.83 415.5 179.17 423.17 177.67"/><polygon class="cls-16" points="399 178 392.33 184.5 386.5 181.67 389.83 173.5 399 178"/><polygon class="cls-17" points="278.14 122.3 270.66 117.57 261 120.18 261 127.99 252.87 175.74 265.44 179.29 266.97 210.17 260.56 216.83 260.45 218.67 268.03 217.98 271.02 211.09 271.48 212.01 273.43 208.34 272.97 204.78 273.32 176.43 281.7 178.38 282.73 184.58 280.32 192.84 277.33 208.22 280.89 210.86 282.04 209.81 286.98 213 290.19 213 291.91 211.7 290.31 210.31 285.48 207.83 282.62 202.92 288.7 185.37 289.04 177.8 291.34 178.03 289.39 150.14 278.6 125.92 278.14 122.3"/><polygon class="cls-18" points="263.91 105.74 267.79 100.42 273.78 99.87 277.54 103.62 282.22 106.69 282.43 107.9 280.98 109.05 281.48 112.52 281.06 115.59 278.13 116.3 276.59 121.96 274 123 271.02 121.17 269.63 116.23 263.91 105.74"/><polygon class="cls-19" points="273.76 99.93 270.31 103.21 275.25 110.47 275.03 115.74 267.94 117.83 263.35 116.9 263.58 114.34 264.67 113.17 262.48 109.57 262.72 103.57 267.63 99.98 273.1 98.77 273.76 99.93"/><polygon class="cls-20" points="374.56 178.74 373.09 178.23 373.46 177.22 372.23 171.77 367.56 170.99 369 175.55 369 179.11 364.27 194.73 365.23 196.46 366.49 195.78 372.64 179.39 374.12 179.86 374.56 178.74"/><polygon class="cls-18" points="263.44 163.68 265.74 160.13 269.3 161.04 271.94 166.44 271.02 170.8 269.87 172.18 269.07 171.6 269.76 169.77 269.07 167.47 267.46 169.77 265.97 169.65 263.79 166.78 263.44 163.68"/><polygon class="cls-16" points="412.12 102.51 416.76 102.79 419.14 105.23 417.86 106.02 419.68 109.02 419.94 111.98 417 113.92 415.78 120.02 412.83 121.12 405.35 117.69 408.26 112.22 404.74 107.57 412.12 102.51"/><polygon class="cls-17" points="415.63 97.88 413.13 104.75 406.75 112.63 403.5 113 402.25 110.13 404.63 99.38 413 97 415.63 97.88"/><polygon class="cls-21" points="420.5 149 426.5 172.75 423.25 179 411.75 180 411.5 161 403.5 179 393.75 179.25 387 171.75 398.25 143.75 420.5 149"/><polygon class="cls-22" points="432.25 135 425.77 136.88 422.25 123.24 415.62 119.36 414.86 120.22 406.72 115.69 401.44 118.13 395.88 124.63 387 142 387 152.75 393.06 156.38 401.38 153.75 406.13 149.13 413.88 152 420.5 149 424.75 152.5 432.88 147 435.13 141.13 432.25 135"/><polygon class="cls-16" points="395.75 155.25 395.52 160.04 393.24 163.92 392.44 163.24 393.01 160.38 391.41 161.07 390.5 165.29 389.7 166.09 389.25 163.92 389.48 161.64 388.22 165.29 389.02 166.89 388.56 167.46 387.99 167.34 387.19 165.29 386.74 164.26 388.45 158.79 391.98 155.25 394.27 155.94 395.75 155.25"/><polygon class="cls-16" points="434.38 139.25 437.25 135.38 437.38 131.88 435 129.25 432 130.63 432.13 136.25 432.25 139 434.38 139.25"/><path class="cls-10" d="M435.66,133.45l-2.22.83-1.56-3-3.76,1.94-.37,2.59-.63.16-.62.62,2.62,1.5,3.88,10L431,157h-2v-7.38l-.74.54,1.57-4.49-3.33-9-.5.88,1.17,6-1.34,7.33-3,7.17.84,3.5,1.66-3,.78-2.2-.11.82,1.38,6.13,4.37-.37.57-1.31.06.68,4.24.25L440,159V139.5ZM432.25,139l-2.69-3,.69-2.23,2.37,2.87Zm6,18.88L435.38,161l-2.67-.32,1.29-2.93,2.38-7.37.37-10.13,2,5.37Z"/></g><g id="SmallBoat"><polygon class="cls-23" points="632.75 265.25 513.88 219.13 392.44 181.06 327.47 165.78 321.5 151 314 151 312.5 157 315.5 172.5 321 172 325.67 191 332.33 216.33 355 265.5 432.5 326.5 554 388 636.5 354.5 632.75 265.25"/><polygon class="cls-24" points="382.5 186.5 338.5 175.5 332.5 180.5 351 228 484 295 541.5 313 588.5 284.5 623 271 594.5 257 430.5 201.5 382.5 186.5"/><polygon class="cls-25" points="583.5 260 582.5 255 569 251 507.5 285.5 505 292 521 301.5 565 272.5 583.5 260"/><polygon class="cls-25" points="532 238.5 488 268 475 277.5 456.5 270 473 251 511.5 232 532 238.5"/><polygon class="cls-25" points="471.5 217 474 226.5 424.5 255 407.5 245 430 229 462 213 471.5 217"/><polygon class="cls-25" points="416.5 202 410.5 211 369 228.5 354.5 221 353 214 376.5 202 401 194.5 416.5 202"/><polygon class="cls-26" points="564 251.5 560 253.7 429.5 204.5 425.5 205.75 427.5 209.25 554.96 256.47 554 257 554 263 588 278 593.5 278.75 608 270.5 608 267 564 251.5"/><polygon class="cls-26" points="391 212.33 391.5 210.83 391.47 206.14 366.5 192 361.25 189.5 347.67 196.67 347.25 200 351.39 202.06 342.67 206.67 342.25 210 375.27 226.47 382.83 225 529.25 290.75 533 289.5 533.25 287.25 386 222.33 386.5 220.83 386.47 216.14 385.32 215.49 387.83 215 534.25 280.75 538 279.5 538.25 277.25 391 212.33"/><polygon class="cls-15" points="363.5 271.5 341.5 280.5 326.5 272.5 327.5 257.5 350.5 234 360 240.5 355 262 363.5 271.5"/><polygon class="cls-15" points="508.25 364.75 494 372 475 372 466.5 365 491 321 504.5 327.5 501 350 503.5 360.5 508.25 364.75"/><polygon class="cls-14" points="768 403 687 466 691 480 768 530 768 403"/><polygon class="cls-26" points="768 508 714.67 476.67 727 455.33 768 490 768 508"/><polygon class="cls-26" points="768 473.67 746 456.33 764 444 768 451.67 768 473.67"/></g><g id="Mast"><polygon class="cls-27" points="658 0 660.5 100.5 768 133.5 768 0 658 0"/><polygon class="cls-27" points="604.5 121.5 582.5 49 576 0 304 0 300 45 604.5 121.5"/><polygon class="cls-27" points="245 0 185.5 43.5 135.5 64.5 117.5 65.5 168 102.5 193.5 127 193 133.5 262 20.5 267 0 245 0"/><polygon class="cls-28" points="196 144 91 34 85 33 85 38 176 155 190 155 196 144"/><polygon class="cls-28" points="209 193.67 133.67 161 130 169 129.67 174.33 203 200.33 209 193.67"/><polygon class="cls-28" points="220.33 125 253 176.33 261.67 175.67 259 167.67 232.33 127 220.33 125"/><polygon class="cls-28" points="332.33 216.33 228.17 248.58 204 241 204 216 285.67 198.33 283.67 0.25 310 0 310 38 608.33 117.67 613 124.33 607.67 127.67 309 52.33 309 196 325.67 191 329 201 332.33 216.33"/><polygon class="cls-28" points="617.67 0 627.67 449 639.67 465.67 656.33 469 680.33 453.67 668.33 129 768 158.33 768 127 666.33 94.33 662.33 0 617.67 0"/><polygon class="cls-10" points="271.67 0 253.67 41.66 204.33 123 193 141 187 137 209.67 103.66 247 41.66 267 0 271.67 0"/><polygon class="cls-10" points="245 0 219 14.5 187.25 26.75 166.25 34.5 139.5 41.75 114.5 44.25 99.25 43 94.75 40.75 115.5 41.75 142 38.5 173.75 29.25 215 14 241 0 245 0"/><polygon class="cls-10" points="175.75 0 158.5 14.25 116.75 34 99.75 37.5 92.25 37.75 90.5 35.75 101.25 35.25 121.25 29 158.25 12 171 0 175.75 0"/><polygon class="cls-10" points="586.5 0 604 74.5 623 132 624 116 608 69.5 590.5 0 586.5 0"/></g><g id="Layer_11" data-name="Layer 11"><polygon class="cls-29" points="565.32 499.67 587.66 522 631.32 507.67 638.66 511.67 675 495 681.67 499 666.33 525.67 633.99 545 630.66 549 675.67 542.33 698.33 518.33 723 513.67 768 485 770.33 411.67 721.67 422.33 689.67 445.67 658.5 467.5 606.66 492.33 599.99 499 582.66 499 565.32 499.67"/><polygon class="cls-30" points="585.93 229.11 583.15 244.57 584.11 248.91 584.02 258.89 583.76 261.32 583.59 263.49 584.19 266.1 583.81 270.53 586.98 273.83 600.17 274.61 600.69 284.85 597.22 289.37 604.34 300.83 617.19 298.39 625.17 283.98 621.01 280.68 617.19 264.71 615.45 244.22 596.35 226.33 585.93 229.11"/><polygon points="611.98 250.82 610.24 249.6 606.77 252.21 607.81 256.03 606.77 258.63 609.02 258.29 610.93 254.81 609.2 252.9 611.98 250.82"/><polygon points="603.29 250.64 605.03 251.16 607.12 248.39 609.72 247.17 614.23 249.6 614.93 255.16 612.85 259.5 609.89 260.71 616.32 267.83 619.1 267.49 621.18 251.69 608.33 233.8 591.84 223.73 584.89 226.33 583.5 229.28 586.8 231.54 590.97 230.68 594.09 233.63 597.39 233.8 600.52 233.11 599.48 237.79 599.3 242.31 601.21 243 601.39 245.78 603.47 248.21 603.29 250.64"/><polygon class="cls-31" points="592.83 247.21 591.1 249.61 588.5 251 588.49 246.2 592.83 247.21"/><polygon class="cls-32" points="594.1 246.37 591.86 246.63 589.64 245.3 587.6 245.25 586.33 247.07 587.92 246.87 591.99 247.69 594.1 246.37"/><polygon class="cls-32" points="588.87 246.24 589.39 248.95 588.5 251 587.7 250.91 587.61 248.45 587.76 246.06 588.87 246.24"/><polygon class="cls-32" points="584.8 244.48 588.36 241.79 591.57 242.05 594.35 242.83 589.66 240.05 586.37 240.4 584.46 242.57 584.8 244.48"/><polygon class="cls-32" points="589.23 263.41 583.76 261.32 583.15 262.54 583.59 263.49 589.23 263.41"/><polygon class="cls-33" points="584.11 248.91 582.54 253.59 580.89 255.07 581.16 257.15 584.02 258.89 586.1 258.11 585.5 252.99 584.11 248.91"/><polygon class="cls-34" points="591.74 223.93 609.9 239.14 618.83 255.92 619.84 263.62 622.02 265.39 633.51 254.1 634.9 234.89 635.89 228.94 630.84 218.05 626.18 215.68 626.18 225.77 621.63 217.26 614.3 215.87 615.89 221.81 605.19 217.66 593.31 221.62 590.74 222.01 588.03 225.11 591.74 223.93"/><polygon class="cls-35" points="584.04 291.59 603.68 275.52 618.68 274.09 631.17 278.02 641.53 289.45 637.25 292.66 615.46 286.59 584.04 291.59"/><polygon class="cls-36" points="556.08 374.29 554.77 342.22 584.04 290.8 604.4 281.87 616.89 284.01 624.03 287.94 637.25 291.87 657.96 332.23 658.67 342.94 641.89 357.58 621.53 364.72 599.06 367.17 596.61 380.5 568.1 377.86 556.08 374.29"/><polygon class="cls-37" points="599.32 470 595.66 498 596.32 508.17 593.66 519 587.66 522 582.66 518.33 574.66 511 562.66 500.67 562.32 491.69 563.66 489.01 574.99 491.67 578.66 488.34 579.99 449.33 598.32 453.33 599.32 470"/><polygon class="cls-38" points="593.08 365.87 599.57 351.94 618.11 354.32 637.14 347.18 642.85 379.85 647.66 454 630.32 472 611.66 466 613.8 409.35 602.32 441.33 602.99 467.33 586.32 476 569.51 467.78 576.18 396.29 577.6 378.65 593.08 365.87"/><polygon class="cls-37" points="621.1 468.64 637 508.24 637 528.19 628.61 542 626.72 546.98 633.63 549.67 643.99 546.6 655.12 533.17 652.44 523.2 656.27 522.05 656.66 504.4 650.14 497.12 643.23 457.99 635.18 445.33 619.84 447.64 616.74 459.53 621.1 468.64"/><polygon class="cls-39" points="553.98 393.71 557.35 383.94 553.84 365.71 554.1 350.66 555.95 340.1 556.29 343.9 555.16 361.49 558.93 382.53 561.76 380.76 562.01 381.09 566.02 364.66 562.62 346.17 564.53 327.16 565.99 330.33 564.72 346.44 569 361.23 569 365.98 564.49 383.92 573.01 395.28 569.76 406.64 561.54 413.77 552.01 407.96 553.98 393.71"/><polygon class="cls-30" points="554.11 341.48 554 341.42 554 337.46 556.81 332.66 556.72 332.18 558.58 328.22 561.56 327.44 561.49 326.9 562.81 323.2 566.25 322.01 566.51 326.9 566.25 335.08 564.67 337.46 562.82 336.67 562.02 330.8 560.7 332.71 562.42 339.24 562.62 341.42 560.44 341.62 558.06 337.46 558 336.73 557.27 338.25 559.25 343.01 559.05 344.59 557.07 344.79 556.29 343.9 556.68 347.76 555.89 349.74 554.5 348.75 553.09 342.61 554.11 341.48"/><polygon class="cls-30" points="565.59 324 566.58 317.21 570.18 315.26 572 316.67 572 320.83 568.99 324.19 565.59 324"/><polygon class="cls-40" points="612 466 612 452 622.83 439.75 617.74 437.5 613.2 438.75 611.18 445.75 609.84 457 612 466"/><polygon class="cls-40" points="577.6 378.65 581.5 411 575.5 471.5 569.51 467.78 574.5 398 577.6 378.65"/></g><g id="Ropes"><path class="cls-41" d="M320.5.5l-1.85,15.27L312.5,17l-10.29-.79L303.5,0h-5l-1.23,14.93L286,9.5,282.74,7,283.5.25l-5-.25-3,28.5L263,67.5,252,97l-17,31-40.5,63.5L139,266v11l4,1,4.46-6.53,19.71,31.18L155,323l3.5,16.5,14.33-28.22,29.92,40.22L191,375l5.5,7.5L202,371l73-159L315,89,326.5,0Zm-7,21.5h4.39l-2.5,20.6-5.14,1.9-10.16-1.58,1.82-23ZM301,48h12l1.76-.22-2.59,21.31L304,69.5,292.32,65l6.44-17.61ZM282.11,12.5,296.5,19l.43.08L295.5,36.5,294,40.86,282.94,35.5,280,31.16v0Zm-3.79,24.15,10.17,7.85,3.86,1.08-5.79,16.69L279,57.5l-5.28-5.72ZM272.13,57,284,65.5l1.27.5-9,25.94-12.2-11,2.43-5.35ZM262.07,85.31,274.85,96,270,110l-4.47,10.21-14.12-11.47Zm11.66,110.51L259.5,186.5l-11.64-12.1,9.06-20.59L266.5,157l16.07,12.29Zm-42.19,98.11-13-10.43-18.06-21.67,11.44-20.25L218,250l25.14,18L232,293ZM195,223.5l12.7,13.13L196,255.78l-18.62-27.15,9.79-14Zm-1.44,36.17-14.13,23L164,263l-2.18-12.19,12.63-18.06Zm4.76,5.94L219,290.5l11,6.58-10.88,21.76L200.5,295.5,185.25,289ZM237,259l-22.52-22,15.61-27.63L241,222.5l12.5,7,5.88,2.08L245.51,262.7Zm-8.75-58.45L217.5,191l-6.62-11.58,10.9-17.9,7.22,8,11.71,7.32L238,183Zm4.25-35.05-6.36-11.13,9.68-15.9,5.68,6,10.4,6.8-8.79,20Zm39-14L259,149.08l10.25-23.29L279,131.5l14.37,5.39-8.6,25.81ZM249.94,112l14.41,10.92-10.46,23.87-15.39-12.7,5.5-9ZM207.1,185.31l6.4,11.19L226,204.65,213,228l-2.51,4.09L200,218.5l-9-9.44Zm-54.58,78.8,4.49-6.42,3,9.31,17.17,19.37-5,8.07Zm25.35,38.13,5.86-10.5L196.5,300l20.14,23.72-7.36,14.72Zm83.52-75.16L245.5,218l-12.82-13.26L241,190l4.44-10.08L256,190l14.5,7,2.5,1-4,12Zm33.13-93.65L281,129.5l-10.64-6.24L274,115l5.84-15.93,15.66,8.43,7.5.5ZM304.66,103,289.5,99l-8.2-3.92,9.8-26.79L298,71l13.58,3L310,87Z"/><polygon class="cls-41" points="378 0 373 68 365 111 340 229 292 426 266 503 256 504 247 551 274 543.5 276 506 299 430 341 262 374 117 385 48 385 0 378 0"/><polygon class="cls-41" points="511 0 435 243 368 399 315 515 306 513 296 537 328 528.5 333 522 328 518 386 383 446 249 459 203 520 0 511 0"/><polygon class="cls-26" points="145 265.5 135.5 262.5 122.5 271.5 127.5 355 135 362 141.5 355.5 145 265.5"/></g><g id="Layer_10" data-name="Layer 10"><rect class="cls-42" width="768" height="576"/></g></g><desc>The Bow is quiet. Wilson stands near the mast. You can hear singing coming from above.</desc></svg> <<toggleLayer "Layer_10" true "" "">>
<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:#45414c;opacity:0.4;}.cls-4{fill:#d5d7eb;}.cls-5{fill:#f4f29c;}.cls-6{fill:#373e45;}.cls-7{fill:#af9369;}.cls-8{fill:#9b8870;}.cls-9{fill:#826d5b;}.cls-10{fill:#70553a;}.cls-11{fill:#44311f;}.cls-12{fill:#735744;}.cls-13{fill:#ae865c;}.cls-14{fill:#91765d;}.cls-15{fill:#8e6847;}.cls-16{fill:#812d17;}.cls-17{fill:#e4552c;}.cls-18{fill:#e7b551;}.cls-19{fill:#f1eebc;}.cls-20{fill:#e2b858;}.cls-21,.cls-42,.cls-43{mix-blend-mode:soft-light;}.cls-21{fill:url(#linear-gradient-2);}.cls-22{fill:#50342e;}.cls-23{fill:#704d45;}.cls-24{fill:#4f4131;}.cls-25{fill:#211c10;}.cls-26{fill:#b28e7d;}.cls-27{fill:#332d1e;}.cls-28{fill:#8f6d5a;}.cls-29{fill:#201920;}.cls-30{fill:#2a1612;}.cls-31{fill:#452102;}.cls-32{fill:#c8b26f;}.cls-33{fill:#bc6112;}.cls-34{fill:#8c7e56;}.cls-35{fill:#f4da8f;}.cls-36{fill:#82a0b1;}.cls-37{fill:#7d400c;}.cls-38{fill:#44210a;}.cls-39{fill:#42230e;}.cls-40{fill:#442000;}.cls-41{fill:#889eac;}.cls-42{fill:url(#linear-gradient-3);}.cls-43{fill:url(#linear-gradient-4);}</style><linearGradient id="linear-gradient" x1="596.7" y1="639.4" x2="170.65" y2="-98.53" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#728bff"/><stop offset="1" stop-color="#b8cc6d"/></linearGradient><linearGradient id="linear-gradient-2" x1="729.33" y1="227.47" x2="2.2" y2="227.47" gradientTransform="translate(770.32 577.64) rotate(180) scale(1.06 1.27)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f15a24"/><stop offset="1" stop-color="#0071bc" stop-opacity="0.5"/></linearGradient><linearGradient id="linear-gradient-3" x1="384" y1="576" x2="384" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#452700"/><stop offset="1" stop-color="#fff" stop-opacity="0.5"/></linearGradient><linearGradient id="linear-gradient-4" x1="384" x2="384" y2="576" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#222754"/><stop offset="1" stop-color="#6d8bff" stop-opacity="0.5"/></linearGradient></defs><title>BirdsNestPro</title><g class="cls-1"><g id="Layer_11" data-name="Layer 11"><polygon class="cls-2" points="768 0 0 0 0 542 768 540.5 768 0"/></g><g id="Layer_10" data-name="Layer 10"><polygon class="cls-3" points="768 239 641 162 521 136 340 91 228 0 199 0 231 120 231 164 293 153 305 117 332 163 768 431 768 239"/><polygon class="cls-4" points="281.5 18.75 273.5 15.63 272.5 21.06 301.5 37.03 316 39 316 35 291.5 23 281.5 18.75"/><polygon class="cls-4" points="267.5 0 312.5 23.5 387.5 57 390 53 371 42 314 9.5 295 0 267.5 0"/><polygon class="cls-5" points="439.5 0 469.5 27.5 522 56 548.5 58.5 558 54 639.5 82.5 644.5 79.5 627.5 68.5 553.67 40.33 524.33 43.67 475.67 21.67 457 0 439.5 0"/><polygon class="cls-4" points="585.5 0.25 596 11.63 660 35.56 690.5 60 710 60 768 97 768 113 711 76.33 682.33 69 645 38.33 603 27.67 571.67 13 554 0 585.5 0.25"/><polygon class="cls-5" points="707.5 0 722.5 24.5 768 62.33 768 44.33 739.67 31.67 717 0 707.5 0"/><polygon class="cls-5" points="647.67 19 672.33 25.33 697 50.67 701.67 50.33 688.33 26.33 673 19.67 647.67 19"/><polygon class="cls-4" points="48 78 73 164 76 213 68 255 81 289 54 257 63 210 59 161 50 143 48 78"/><polygon class="cls-6" points="407.5 103.25 401 116.5 401 127 388 122 375 125.5 404.5 133.5 407.5 103.25"/><polygon class="cls-6" points="448 40 431 47 427.5 60 407.5 49.5 394 50 429.5 68 448 40"/><polygon class="cls-6" points="662 40 645 38.33 635.5 44 630.5 31 620 24.5 633 50 662 40"/></g><g id="Layer_9" data-name="Layer 9"><polygon class="cls-7" points="132.17 308 187.08 130 81 0 74 0 100 179 100 303 132.17 308"/><polygon class="cls-8" points="768 400 532 223 422 185 242 151 218 171 212 235 218 361 416 576 768 576 768 400"/><polygon class="cls-9" points="320.67 164 319 216.67 309 222.67 301.67 162.33 288 157.33 280.67 179 267 200.67 244.67 195.33 245.67 218.67 276.67 239 273.67 244 240.33 238 239 281 239.67 307.67 218 310 217 197 240 157 275.33 150.33 320.67 164"/><polygon class="cls-10" points="276.67 239 218 220.33 218 229 226.33 237 276.33 247 279.67 242.33 276.67 239"/><polygon class="cls-10" points="302.33 219.67 292.33 159 298 159 309.67 159 313 220.33 306.33 224.33 302.33 219.67"/><polygon class="cls-9" points="488.33 237.67 475.95 241.96 473.33 234.33 459.67 222.67 450 226.33 467 232 471.64 243.45 460.02 247.48 451.67 237.33 442.67 230.33 438.67 233 449.33 239.67 456.13 248.82 446 252.33 450.33 259 490 244.33 488.33 237.67"/><path class="cls-9" d="M408.33,192.33l-4-.74,4-5.92-8-1.67-54.66,83-22,32.67,5.66,1,4.65-6.61,7.35,3.94,2.89,6.67-7.55,7L340,315l18.29-15.3L361,304l-.32-6.31,10-8.36-2.34-7L358,291.88l-2-4.21L343.17,281l5.2-7.54,8,.25,7,10,4.34-4.67-8.34-9-6.69-2.79,7.17-10.4,7.86,4.19,1.33,3.67,2.67-5.34-9.56-5.86,14.56-21.14,25.77-38,10.89,3.32,17,13.66,2-.66L417,195.33ZM355.08,294.61l-9.17,8.49-1.58-7.1-8-5.32,4.75-6.75,10.22,4.74Z"/><polygon class="cls-11" points="316.67 164.67 281 159.33 252.33 160.33 230.67 188.67 225.33 216 225.67 263.67 228.98 304 228 310.5 206.33 306.33 205.67 253 210 207.33 218.33 168 236.67 148.33 273.33 146 343.33 158.67 476 188 545 213.67 614.5 270 609.67 278.67 601.67 279.67 544 234 504.67 214.67 380.33 178 316.67 164.67"/><polygon class="cls-10" points="94 0 77 0 241.67 199 257.67 205 268.33 201.67 271.67 187 261.67 169.67 94 0"/></g><g id="Layer_6" data-name="Layer 6"><polygon class="cls-12" points="135.67 0 133.67 68.33 150.33 168.33 205.67 253 261.67 286.33 295.67 289 286.33 297.67 245 285 199.67 256.33 143 171 117 67 121 0 135.67 0"/><polygon class="cls-12" points="699.25 322.8 696.16 225.2 549.08 0 560 0 660.04 150.1 711 220.6 711 335 699.25 322.8"/><polygon class="cls-12" points="697.58 0 679.58 33.11 592.58 127.6 511 201 544 182 651.08 84.1 699.08 25.61 718.58 0 697.58 0"/><polygon class="cls-12" points="768 190.6 714.08 231.1 732.08 238.6 768 208.6 768 190.6"/><polygon class="cls-12" points="580.54 280.59 537.08 187.6 475.59 0 468 0 529.58 193.59 570.08 283.59 580.54 280.59"/><polygon class="cls-13" points="527 556 541.19 576 591 576 298.96 287 228.98 304 141.99 296 130.62 291.25 230 459 527 556"/><polygon class="cls-14" points="0 219 0 576 541.19 576 527 556 230 459 130.62 291.25 32 250 0 219"/><polygon class="cls-15" points="249 576 71 376 0 251 0 576 249 576"/><polygon class="cls-12" points="419 442 332 407 271 398 334 418 459 484 419 442"/><polygon class="cls-12" points="591.08 576 307.6 275 297 275 289.6 285.09 531.09 576 591.08 576"/><polygon class="cls-12" points="473 576 310 521 265 521 321 532 409 576 473 576"/><polygon class="cls-11" points="81 0 83 37 61.67 154.33 37 231.67 15.67 291 0 310.33 0 283 15 258.33 53.67 147 76.33 33.67 73.67 0 81 0"/><polygon class="cls-11" points="69 0.17 63.67 27.75 39.67 109.71 23.67 155.02 0 199 0 176 25.67 120.33 43 75 58.33 14.33 61 0 69 0.17"/></g><g id="Fire"><g id="Layer_8" data-name="Layer 8"><polygon class="cls-16" points="106.5 377 89 359.5 82 346 58.5 337 67 361 74.5 374.5 87 379 106.5 377"/><polygon class="cls-16" points="93 336 84.5 327.5 62 316 52 307 35 303 47 322.5 70 332.5 93 336"/><polygon class="cls-16" points="337 384 292.5 367 261 374 251 377.5 213.5 367 193.5 356 167 342.5 115 339.5 144.5 355 163 389 231 412 269.5 410 302 389 337 384"/><polygon class="cls-17" points="251 342 223 330 209 308 188.5 290 152 278 123 262 116.5 262.5 98.5 251 86.5 248.5 106.5 269 126.5 301 144 315.5 179 321 195.5 330.5 212.5 338 251 342"/><polygon class="cls-17" points="63 233.75 45 209.5 45 188 33.5 127.5 0 86 0 125 9 138 6.5 147.5 12 200.5 46 229.5 63 233.75"/><polygon class="cls-17" points="60.33 471 39 460.33 40.33 471.67 59 477 60.33 471"/><polygon class="cls-17" points="75.67 472.33 63 459 55 462.33 70.33 471 75.67 472.33"/></g><polygon class="cls-18" points="146.5 453 108.5 410.5 86.5 401.5 50 390 32.5 377.5 40.5 396 58.5 430 105.5 440.5 146.5 453"/><polygon class="cls-18" points="159.25 469.25 125.5 458 99 458 109.5 472.25 132.5 481 165 481 159.25 469.25"/><polygon class="cls-19" points="96.25 371.5 80.88 358.5 76.5 352 72 352 77.5 362.5 92 371 96.25 371.5"/><polygon class="cls-19" points="94.5 376 80 369.5 74 362 71 363 76.5 371.5 87.5 375.5 94.5 376"/><polygon class="cls-19" points="156 356 166 354.5 189 362 225.5 382.5 256.5 387 271 381 265.5 386.5 252 391 222.5 386.5 186 365.5 156 356"/><polygon class="cls-19" points="175.5 370.5 199 384 232.5 395 256.5 393.5 268 388.5 262 393.5 246.5 398.5 227.5 399.5 195 386 177.5 375 175.5 370.5"/><polygon class="cls-19" points="221 402.5 240.5 404.5 261.5 397.5 258 401.5 241.5 407.5 229.5 406 221 402.5"/><polygon class="cls-19" points="180 311 166 304.5 147.5 285.5 137.5 275.5 123 269.5 135.5 279.5 155.5 299 168.5 310.5 180 311"/><polygon class="cls-19" points="170 313.5 150.5 305 135.5 288.5 129 282.5 136.5 293.5 148.5 308 161.5 314 170 313.5"/><polygon class="cls-19" points="40 213.5 27 193.5 20.5 171 18 160 17 170.5 20 192.5 31 210 40 213.5"/><polygon class="cls-19" points="38.5 196.25 32 176.13 30.5 156.06 28 143.03 22 125.02 13 118.51 24 140.5 24 162 29 186 33.5 194.5 38.5 196.25"/><polygon class="cls-20" points="128 407.5 134.5 419 138 412.5 133.5 402.5 128 407.5"/><polygon class="cls-20" points="144.5 409 145.5 418 150.5 419.5 151.5 408.5 144.5 409"/><polygon class="cls-20" points="92.5 326 96.5 338 100 334.5 98.5 324.5 92.5 326"/><polygon class="cls-20" points="110.5 224.5 121 244 130.5 245.5 134 242 123.5 227.5 110.5 224.5"/><polygon class="cls-20" points="117.5 206.5 125 219.5 131.5 222 135.5 217 130 206.5 120 203 117.5 206.5"/><polygon class="cls-20" points="123.5 126.5 107.5 116 101 132 111.5 154.5 123.5 160.5 125.5 135 123.5 126.5"/><polygon class="cls-20" points="116 72 119.5 52 112 46 108 49.5 106 60 111 77.5 116 72"/><polygon class="cls-20" points="97.5 47 103.5 40 102 33 93 33 97.5 47"/><polygon class="cls-20" points="264 227 263.5 208 253.5 206.5 248.5 213 254.5 227 264 227"/><polygon class="cls-20" points="269.5 234.25 278 236.5 278 224 272.5 220.5 269 224 269.5 234.25"/><polygon class="cls-20" points="228 310.5 225 317 231.5 320 234.5 315 228 310.5"/><rect class="cls-21" width="768" height="576"/></g><g id="Layer_5" data-name="Layer 5"><polygon class="cls-22" points="612.5 195 609.5 294 626.5 296.5 638 203.5 612.5 195"/><polygon class="cls-22" points="474.5 210 497 298 527.5 293 503 194 474.5 210"/><polygon class="cls-22" points="382 407 449 435.5 448 410 387.5 372.5 382 407"/><polygon class="cls-22" points="462.5 481 403 483.5 413.5 501.5 444.5 513 472.5 495.5 462.5 481"/><polygon class="cls-23" points="620.33 279 535 275 469 317 435 387.67 438.33 457 455.67 522.33 596.33 571 646.33 576 703 569.67 751.67 473 729 345.67 689.67 307 620.33 279"/><polygon class="cls-24" points="478.59 495.08 562.58 444.08 575.5 473 528.08 531.08 530.33 548.33 630.08 487.58 732.07 456.08 736.57 378.08 721.58 339.09 660.08 366.09 637 306.17 601.58 295.59 532.59 351.09 490.59 424.58 493.59 450.08 460.39 477.87 478.59 495.08"/></g><g id="George"><g id="Chain"><polygon class="cls-25" points="627 255.25 617.5 251 612.75 253.25 607 268.5 609.5 271.75 614.5 270 611.25 265.5 615.75 254.25 620.25 255.5 626.5 259 627 255.25"/><polygon class="cls-25" points="619.25 267.25 609.5 262.75 604.5 266.25 599.5 281.25 603.75 284.75 607.25 281.75 604 279.25 608 268.5 612.75 267.75 617.25 268.5 619.25 267.25"/><path class="cls-25" d="M602.41,305,595,299.5l-7.75,5.25L583,320.5l5.25,5.75,7.5,1.75,5.5-5.5,3.25-10ZM597,323.25,593.25,325l-5.5-3.5,2.5-11.75,4-6,4.93,2.67,2.32,6.33Z"/><path class="cls-25" d="M597.66,321l-7.91-2-7.25,1.75-4.25,15.75,5.25,5.75L591,344l5.5-5.5,3.25-10Zm-5.41,18.26L588.5,341l-5.5-3.5,2.5-11.75,5.5-3.5,3.43.17,2.32,6.33Z"/><path class="cls-25" d="M592.32,339.74l-6.69-4.67-7.4-.92-9.55,13.22,2.87,7.24,6.4,4.29,7.09-3.2,6.58-8.2ZM580.8,354.9l-4.13.31L572.76,350l6.5-10.11,6.38-1.32,3.15,1.37-.07,6.74Z"/></g><polygon class="cls-26" points="545.5 433 526 502.67 522.33 526.33 538.33 527 542.33 515.67 575.5 473 545.5 433"/><polygon class="cls-26" points="604.5 497.5 596.5 538 615.5 545 655.5 525.5 604.5 497.5"/><polygon class="cls-27" points="624 393 571.5 413 537 438 539.5 464.5 553.5 486.5 580.5 495 611.5 459 632.5 447 614.5 469.5 596 497.5 611 525 641.67 527 682.33 517.67 684.5 495 704 430.5 624 393"/><polygon class="cls-11" points="607.25 271.25 582 286.75 581 299.33 595.67 314 615.5 329 616 351.67 618.67 357.33 617.33 382.33 621 403.33 639 436.33 675.67 445.33 693.33 440 722.67 423.33 724.67 394 700.33 345.33 667.67 304 607.25 271.25"/><polygon class="cls-26" points="627.92 241.92 619.54 246.63 615.52 254.9 613.68 258.53 605.84 270.68 609 276.88 608.33 282.84 613.17 288 613.33 290.83 610.92 290.5 608 288.83 608 297 613.83 301.17 624.67 302.83 626.5 310.67 625.17 312.33 638.17 328.5 647.33 326 661.5 312.67 652 256.33 627.92 241.92"/><polygon class="cls-28" points="613.38 259.5 600.63 266.88 599.88 270 603.25 274.38 609 276.88 610.38 275.5 609 270.38 614.75 261 613.38 259.5"/><polygon class="cls-29" points="616 254.17 615 256.83 619 259.17 623 270.5 624.17 275.17 621.83 274.17 617 263.5 614 261.33 613.33 257.67 616 254.17"/><polygon class="cls-29" points="615.13 263 612.75 261.13 614.13 264 613 266 612.88 270.38 617.88 273.25 615.13 263"/><polygon class="cls-29" points="626.83 239 620.92 240.83 621.71 244.75 625.02 245.21 627.18 243.35 626.17 250.68 628.84 258.84 634 265.34 633.83 270.83 637.33 279.33 642.83 282 642.33 286.67 641 289.33 642.17 291.33 647.33 288.83 652.5 288.17 654.17 292.5 651 300.83 644.83 303 640.67 303.25 638.5 300 636 300 635.83 303 634.17 304.17 637 306.17 639.17 304.83 640.42 305.5 639 308.17 639 313 644.83 315.33 648 314.33 652.17 313 654.67 315 653.67 317 658.5 320.67 667.67 320.83 675.33 318.17 675.5 312.58 670.67 311 665 311 672 308.33 676 310 678 305 678.67 301.33 680 300.33 682.83 294.67 681.17 286.17 679 279 681.33 272.5 683.67 265.17 680.17 259.33 674.83 257.33 672.83 248 662 241.67 668 239.83 666.67 235.67 661.17 230 653.17 226.83 661.33 234.33 662.17 238.5 658.33 237.17 655.17 233.67 650.33 231.33 648.5 233.33 650.67 237 641.83 233.83 633 234.5 633.67 238.5 626.83 239"/><polygon class="cls-28" points="616.25 252.75 616.96 235.97 620.56 234.53 624.13 228.56 632.73 226.78 642.94 230.08 649.39 237.62 649.41 239.88 646.71 240.46 639.79 235.25 634.66 236.62 642.52 241.21 645.87 246.1 644.22 249.06 638.65 244.7 635.98 247.54 631.27 246.09 624.28 242.4 621.61 243.22 624.48 244.81 631.19 249.62 630.52 252.47 626.38 251.46 619.88 247.71 616.25 252.75"/><polygon class="cls-29" points="542.17 515.67 532.75 522.33 524 521.67 524 507 505.67 529 483.67 551.67 484.33 562.33 507.67 569.67 530.33 548.33 543 525 542.17 515.67"/></g><g id="Layer_4" data-name="Layer 4"><path class="cls-30" d="M742.33,250.33l-14-18L628.34,179l-108-8.66-78,26L375,257,335.67,361l32,130.67,12,24L499,576H704.33L726,559l17-28.5,15-28L768,431V345.67ZM653,571.67l-24.71-8.35,37.38-7.65,21-17,2.29,21Zm18-76L548.33,548.33,412.33,487l-32-126.67L442,235l69-34,61.33,1.33,55.34,6L707,257.67,718.34,329l.66,87ZM718.39,534,717,514.17,737.48,478,737,504Z"/><polygon class="cls-11" points="451 0 510 173 586 385 582 404 566 408 547 396 477 177 445 92 436 47 420 0 451 0"/><polygon class="cls-25" points="575.67 353 576 368.67 563 379 551.33 378 536.33 364 535 365.67 538.33 379.33 550 389.67 571.33 393 581 383 583.67 371.33 578.33 353.33 575.67 353"/></g><g id="Briana"><polygon class="cls-31" points="457 404 463.5 448 474.5 471.5 481 483.5 482 490 474 496.5 459 491 452.5 470.5 448 447 431 416 457 404"/><polygon class="cls-31" points="467.5 379.5 469 397 484.49 428.23 488.15 431 498.32 431 497.51 427.57 508.49 430.13 515.82 433.44 527.62 433.06 532.5 429.01 530.06 423.32 526.8 421.29 511.75 418.04 493.44 410.31 483.5 371 467.5 379.5"/><path class="cls-32" d="M465.87,460.63,457.44,464l.5.4-2.07.18.13,3.28,4.39,10.06,12.44-5.38ZM460.1,466l5.9-2,2.75,6.86-6.86,2.74-2.57-5.07Z"/><polygon class="cls-32" points="507 416.5 507.5 415 504.33 413.67 502.33 415.17 500.17 419.83 513.5 424.17 517.17 419.67 516.67 418.67 513.67 417.83 511.33 421 505.33 418.83 507 416.5"/><polygon class="cls-33" points="481.33 322.67 488.33 330.67 486.67 347.33 482.33 352 471.67 329 474.33 320 481.33 322.67"/><polygon class="cls-32" points="459 308 478 332 487.5 377.5 480 391 464.5 390 458.5 366.5 461 403.5 458.5 416 445.5 420 425.5 418 412.5 381.5 403 337 459 308"/><polygon class="cls-34" points="462 312 461 348.5 427.5 361.5 399.5 350.5 462 312"/><polygon class="cls-33" points="428.33 373 438.67 370.67 446.67 379.33 447.67 383.67 445 386.67 440 383.67 438 380 435 380.33 439.67 394.33 446.33 403.67 446.67 405.67 444 407 437 406.33 433.67 408 424.67 404.33 416 393 428.33 373"/><polygon class="cls-35" points="430 230.25 443 232.63 454.5 253.06 473.5 273.53 489.5 303.52 482 327.01 474.5 329.5 460 311.5 453.5 334.5 435 347.5 421.5 348.5 407.5 347.5 421 370.5 431 373.5 434 383.5 427 393 414.5 396 384.5 397 363 380 363 338 356 307 366 282.5 430 230.25"/><polygon class="cls-32" points="448 254 456 273.5 452.5 300.5 450.5 323.5 453.5 334.5 460.5 315.5 461.5 278 456 261.5 448 254"/><polygon class="cls-32" points="392 313.5 418.5 318.5 425 328.5 443 342.5 435 347.5 410.67 349 411.5 353.5 392.5 332 392 313.5"/><polygon class="cls-32" points="421 370.5 403 368 391.5 379.5 393 388 421 370.5"/><polygon class="cls-32" points="413 363.5 397.5 357 386 362.5 413 363.5"/><polygon class="cls-36" points="432.33 277.67 439.33 302 434.33 303.67 425.33 296.67 422.33 278.67 392 278.33 375.33 285 362.33 293.33 358 290.33 366.33 263.67 378 245.33 426.33 227.33 435.67 232.33 439.33 242 439.67 271 446.33 280.67 448.67 297.33 444.67 296.33 432.33 277.67"/><polygon class="cls-37" points="412.33 272.67 382.33 264 377.33 260 376 253.33 426.33 231.67 432 240 432 268 430.67 272.33 412.33 272.67"/><polygon class="cls-33" points="416 209.5 423.75 217 424.75 226.75 428.75 234 430.5 252.75 430.75 259.75 427.75 263.5 421.33 267.33 410.33 268.33 389.75 263.25 377.75 248.75 386 222.5 416 209.5"/><polygon class="cls-38" points="407.75 234.25 408.75 231 402.25 231.5 394 237.5 393.25 247.5 397.25 238.75 407.75 234.25"/><polygon class="cls-38" points="415.5 228.25 417.38 219.38 418.19 217.56 422.22 218.53 417.98 215.77 415.49 216.51 413 225.25 413 228 415.5 228.25"/><polygon class="cls-38" points="406.5 238.92 402.5 239.63 398.83 245.31 398.33 248.99 402 244.33 402 247 403.33 247.17 405 245 404.83 241.5 406.5 238.92"/><polygon class="cls-38" points="416.5 230.17 417.33 226.17 418.83 223.33 422.17 222.33 420.67 224.83 420.33 229 419.17 230.5 417.5 229.67 416.5 230.17"/><polygon class="cls-39" points="425.13 249 422.38 248.5 419.38 251.25 416.38 257.13 418.88 255.88 424.5 250.13 425.13 249"/><polygon class="cls-37" points="413.05 227.5 410.12 228.44 409.33 230.78 411.68 244.63 411.29 246.97 412.86 249.08 420.1 247.44 422.06 242.75 422.25 236.88 416.97 232.19 413.05 227.5"/><polygon class="cls-40" points="387 237 387 244 383.75 247.5 386 253 383.5 255.25 380.5 254.75 374 245 382.75 217.5 408.75 210.25 397.25 222.5 392.75 225.75 391.75 230 387.75 230.75 387 237"/><polygon class="cls-41" points="423.75 217 411.5 213.5 396 218.5 383 230 380 243 380.5 254.75 378.5 258 366.5 251.25 358.25 238 360.67 219 347.75 221.25 341.75 205 344.5 198.5 358.75 208.25 365.75 208.5 355.75 196.75 362.75 186.25 370 182 373.25 201.25 387 192 399.75 193 422.67 208 423.75 217"/></g><g id="Gradient"><rect class="cls-42" width="768" height="576"/><rect class="cls-43" width="768" height="576"/></g></g><desc>The Crow's Nest sits at the top of the bow mast.</desc></svg> <<toggleLayer "Fire" $fire "The sails near the Crow's Nest have caught fire and are rapidly encroaching on you both." "">> <<toggleLayer "Chain" $chain "George is chained to the base of the Crow's Nest, and is not very happy about it." "">>
<<PickUp "Letter Of Marque" false true>> <<set $lastScene to "TakeLetter">>
<<PickUp "Key Labeled ‘Bread'" false false>> <<set $footerDisplay to "[[Back|Open The Desk Drawer]]">> <<set $lastScene to "Open The Desk Drawer">>
<<set $lastScene to "Open The Desk Drawer">> <<PickUp "Key Labeled ‘Shot'" false false>> <<set $footerDisplay to "[[Back|Open The Desk Drawer]]">>
<<PickUp "Musket Repair Kit" false false>> <<set $lastScene to "The Magazine">>
//@@.fade-in; A packet of yeast!! Don't go on a journey without it, they say... at least sailors say that... I think. It's not bad advice, either way.@@ <br>// <<set $footerDisplay to "[[Back|Available Ingredients]]">>
//@@.fade-in; I always wondered what suet was... then I saw the hard, white fat on a cow bone, and it all made sense!!@@// <br> <<set $footerDisplay to "[[Back|Available Ingredients]]">>
//@@.fade-in;Peas peas, the magic fruit! The more you eat them, the more you... Oh, wait, that's beans.@@// <br> <<set $footerDisplay to "[[Back|Available Ingredients]]">>
//@@.fade-in;A half hogshead of vinegar...Hm. That's actually one //barrel// of vinegar, because a hogshead is //two barrels//. Why didn't they just label it one barrel?@@// <br> <<set $footerDisplay to "[[Back|Available Ingredients]]">>
//@@.fade-in; Ah! Sailors' gold... raisins'll keep you healthy on a long voyage... Maybe I'll pinch a few later...@@<br>// <<set $footerDisplay to "[[Back|Available Ingredients]]">>
//@@.fade-in; Rum; never had a taste for it. I suppose that's largely due to the fact that, like gold, it's the main currency of the slave trade. Wouldn't be //nearly// so much rum production if you couldn't trade it for slaves, then sell the slaves for profits.@@ <br> <<set $footerDisplay to "[[Back|Available Ingredients]]">>//
//@@.fade-in; Molasses... the thick, dark, brown syrup they use to make rum... and some tasty desserts.@@<br> // <<set $footerDisplay to "[[Back|Available Ingredients]]">>
<<PickUp "Rope" false false>> <<set $lastScene to "The Hold">>
<<set $lastScene to "Open The Desk Drawer">> <<if !hasVisited("Key Labeled Bread")>> [[Key Labeled Bread]] <</if>> <<if !hasVisited("Key Labeled Shot")>> [[Key Labeled Shot]] <</if>> <<set $lastScene to passage()>> <<if hasVisited("Key Labeled Shot") && hasVisited("Key Labeled Bread")>> @@.fade-in;// Got everything here...//@@ <<set $drawer to false>> <</if>> <<set $footerDisplay to "[[Back|The Captain's Desk]]">>
[[Impressment Motivational Poster]] [[Impressment Postcard 1]] [[Impressment Postcard 2]] [[Impressment Postcard 3]] [[A Warning To All Privateers|Quote On Privateers]] <<LnkChk "Letter Of Marque" "Letter Of Marque">> <<set $lastScene to "Look Above The Desk">> <<set $footerDisplay to "[[Back|The Captain's Desk]]">>
@@.fade-in;<b>Dudingston:</b> Please! I think I'm dying!@@<br><br> [[Offer Your Assistance]] [[Glory In Dudingston's Downfall|Glory In His Downfall]] <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ "<b>George:</b>@@.rumble; Ah! Ah! Ah!! Ahhhhhhh!!!@@ @@.jump8ths;Get me out of here!!!!@@ ", "<b>Briana:</b> I'm working on it!", "@@.jump8ths;<b>George:</b> <<if !hasVisited(\"FireNode\")>>Did you see those men down there? They're getting ready to burn the ship!! Are they trying to turn me into a shishkebab??<</if>> Did you find the key to the lock?@@", "<b>Briana:</b> No.", "@@.rumble;<b>George:</b> Ah!! Ah!!@@", "<b>Briana:</b> But I've got another idea. Just hold on. You should probably back as far away from the mast as you can get.<<if $inventory.includes(\"Flint\") && $inventory.includes(\"Horn Of Gunpowder\")>><<set $satchelFlash to true>><</if>>", "<b>George:</b> Right. I just backed away, and if you notice, I'm in exactly the same place as I was before, because we're in a //crow's nest//!!", "...which is only supposed to be big enough to accomodate //crows//; not me, and now you, for a week.", "<b>Briana:</b> Just shut up for a minute and let me think, gosh.", "<b>George:</b> No problem. I'll just contemplate how tasty I'll be for the passing carrion, once I'm properly broiled.", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Crow's Nest]]">>
<<PickUp "Raisins" true false>> <<set $lastScene to "The Galley">>
[[Packet of Yeast]] [[½ Barrel of Suet]] [[Bushels of Peas]] [[½ Hogshead of vinegar]] [[Barrel of Raisins]] [[2 ½ Hogsheads of Rum]] [[2 Barrels of Molasses]] <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ "\'\'Briana:\'\' Will you shut it, Smuggler?", "Quit banging on the door, damn it!", "\'\'Smuggler:\'\' I will NOT! It's 1,000 degrees in here. I think I'm dying!", "\'\'Briana:\'\' Oh, don't be a wimp.", "Dudingston throws men in the Bread Room all the time. And //they// don't whine like little children!", "Aren't you smugglers supposed to be all tough and stoic?", "<b>Smuggler:</b> Not //this// smuggler! I'm sensitive!", "<b>Briana:</b> Not my problem.", "//You wait a few beats to see if he'll stop talking on his own.//", "<b>Smuggler:</b> Hello?? Are you still there?", "\'\'Briana:\'\' No.", "//The smuggler remains quiet for a moment.//", "<b>Smuggler:</b> Is the boat even moving anymore?", "\'\'Briana:\'\' Oh. No. We hit a sandbar.", "\'\'Smuggler:\'\' You hit a sandbar! Brilliant work! Let me out!", "\'\'Briana:\'\' You got a problem, take it up with the Captain. I'm busy.", "<<goto \"The Captain's Quarters\">><<set $breadDoor to false>>", ]>> <<set _temp2 to [ "\'\'Briana:\'\' Will you shut it, Smuggler?", "\'\'Smuggler:\'\' I will NOT! It's 1000 degrees in here. I think I'm dying!", "\'\'Briana:\'\' Oh, don't be a wimp. Dudingston throws men in the Bread Room all the time. And //they// don't whine like little children!", "Aren't you smugglers supposed to be all tough and stoic?", "<b>Smuggler:</b> Not //this// smuggler! I'm sensitive!", "\'\'Briana:\'\' Not my problem.", "//You turn to leave...//", "<b>Smuggler:</b> Is the boat even moving anymore?", "\'\'Briana:\'\' Oh. No. We hit a sandbar.", "\'\'Smuggler:\'\' You hit a sandbar! Brilliant work! Let me out!", "\'\'Briana:\'\' You got a problem, take it up with the Captain. I'm busy.", "<<goto \"The Captain's Quarters\"<<set $breadDoor to false>>>>", ]>> <<if $lastScene is "The Bread Room">> <<Rep _temp2>> <<else>> <<Rep _temp>> <</if>>
<<set _temp to [ '//As you climb onto the bed, you hear a light crunch. Not very bed-like, to your ear. //', '//You shift a little, and hear a crinkle.// ', '//You climb off the bed and look at it skeptically.//<br><br><<button [[Look Under The Bed]]>><</button>>', ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
Colonial smugglers were smart and realized that losing a smuggled cargo in the hold of an oceangoing ship meant losing both a large cargo and a valuable vessel. Over time they adapted their methods to use smaller vessels, offloading the smuggled cargo from the larger ship at sea and dividing it up between smaller boats for the trip to shore. Dudingston realized exactly what the smugglers were doing, and he began stopping every vessel he saw regardless of size. The result of his new enforcement tactics, however, meant everything from whaleboats and tenders to coastal packet ships drew his attention. Merchants who were carrying trade within the colonies—cargoes generally free of the contentious duties and taxes—found themselves stopped and boarded by the Gaspée for inspection since Dudingston suspected everyone.6
His arrival instigated an angry exchange between Governor Wanton and Vice Admiral John Montagu, who commanded the Royal Navy’s North America Squadron, over the fact Dudingston would only report to the Navy and the Admiralty and not to colonial officials. Montagu insisted Dudingston was doing his duty and “behaved like an officer” and threatened to report Wanton to London for his “insolent letters.”5 military superior to or independent of the civil power
rumors that the colonists were considering arming their own ship to contest his freedom on Narragansett Bay.
Any captures or seizures made by the Gaspée had to be sent to Vice-Admiralty Court for disposition. Rhode Island had established its own court in Newport, but after capturing an illicit cargo of rum in the middle of May 1772, Dudingston began sending his captures to the court in Boston instead. The take had been large: twelve hogsheads, or large wooden casks, which held approximately three liquid tons of illicit rum. It was clear anything he seized was unsafe in Newport. This wasn’t only because of the Liberty incident a few years earlier, but also due to rumors that the colonists were considering arming their own ship to contest his freedom on Narragansett Bay. The lieutenant would need to leave the rum under guard if he left it in Newport and, with the Gaspée’s small crew, he didn’t have the manpower for it.
The ship carrying the captured rum cargo was owned by the Greene family, the noted Rhode Island merchants whose members included general assembly member and future Continental Army Major General Nathaniel Greene. The family filed charges against Dudingston, and a warrant was drawn up for the lieutenant’s arrest by the colonial authorities.7
Double-click this passage to edit it.
Double-click this passage to edit it.
Double-click this passage to edit it.
Double-click this passage to edit it.
//An oil lamp sitting on the Captain's desk. Looks like it's all dried up.// <<set $footerDisplay to "[[Back|The Captain's Desk]]">>
//You see a dark rock.//<br><br> [[Take The Flint]] <<set $footerDisplay to "[[Back|Chest In The Corner]]">>
@@.fade-in;//You see a curved piece of steel at the bottom of the chest.//@@<br><br> [[Take The Fire Starter]] <<set $footerDisplay to "[[Back|Chest In The Corner]]">>
Smuggler:“I’m dying! I’m so hot, there’s no air in here.” <b>Briana:</b> ”Yeah, it’s the bread room. It’s lined with tin to keep out the rats." Smuggler: "I think that hanging stove might be problem. Dudingston lit it just to taunt me. What a smarmy hogshead. I'll help you out if you help me cool down." <b>Briana:</b> "You're going to help me? How's that going to work?" Smuggler: "Well, for one thing, you look like a fool. What in the blarmy hell are you wearing? You look like someone decorated you for Christmas. Tell you what? I'll give you my shoes if you help me." <b>Briana:</b> (Thinking to herself: well, they did tell me I was going to have to try to blend in if I wanted anyone to give me any information…) I'm also going to need your pants. Smuggler: What? <b>Briana:</b> I need to blend in, and I can't do it looking like this. I'm not really supposed to be here either, my friend. Smuggler: Fine. Find me something to help with this heat, and we have a deal. <b>Briana:</b> Action: Use fan on smuggler Action: Gives the smuggler the fan she found on the wall in the Captain's quarters Grievance Dialogue: Smuggler: (Fanning himself) Ah, so much better. <b>Briana:</b> I don't want to pry, but would you mind telling me how you ended up locked in this awful little bread room? Smuggler: Oh, that. Well, I was moving some molasses from the Camen Islands, in the Caribbean. I'd been at sea for about 4 weeks, and was almost back to Providence, when the Gaspée came upon me. Dudingston started shouting, and I saw the men ready themselves at the foredeck cannons. I work for John Smith, the biggest trader in town, and most people know to leave his shipments alone. Well, not Dudingston. I told him who I worked for, and he asked me for my papers. I explained that I didn't have any papers to show him, and that he should shove off. He arrested me right there, took my boat, all the molasses, and he locked me up here until he could get me back to shore. He has no right! Doing the bidding of the King, collecting his payment, and taxing us into bankruptcy. Why do you think we smuggle the stuff in the first place?
Pour water in the brazier in the bread room. Use a mug, position it under the drips in the hold to catch the water. I can't free you, because I CAN make you more comfortable.
<<set _temp to [ '//The water drips through the floorboards of the deck, and splats on the end of the galley table.//', '@@.jump;Plop!@@', '@@.jump8ths;Plop!@@', '@@.jump;Plooop!@@', ]>> <<Rep _temp>> <<if $inventory.includes("Empty Mug")>> <<set $satchelFlash to true>> <</if>> <<set $footerDisplay to "[[Back|The Hold][$satchelFlash to false]]">>
<<if !hasVisited("Take The Mug")>> <<set _temp to [ '//You notice an empty mug on the table...//', '<<button [[Take The Mug]]>><</button>>', ]>> <<Rep _temp>> <</if>> <br> <<set $footerDisplay to "[[Back|The Galley]]">>
@@.fade-in;//The lamp hangs near the wall, providing meager light to this section of the Hold.//@@<br> <<button [[Back|The Hold]]>><</button>>
@@.fade-in;// Looks like a pretty nice rope... hope nobody needs this...//@@<br><br> <<if !hasVisited("Take The Rope")>> <<button [[Take The Rope]]>><</button>> <</if>> <<set $footerDisplay to "[[Back|The Hold]]">>
<<set _temp to [ "//You wiggle the key in the lock and hear the door click as it opens.//", "<<goto 'The Bread Room'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>> <<set $breadDoor to true>>
<<set $lastScene to "Bread Room Locked">> @@.fade-in;//You try the Bread Room door, but it's locked.//@@ <br> <<if $inventory.includes("Key Labeled ‘Bread'")>> <<set $satchelFlash to true>> <</if>> <<set $footerDisplay to "[[Back|The Captain's Quarters][$satchelFlash to false]]">> <<if hasVisited("Bread Room Unlocked")>> <<goto "The Bread Room">> <</if>>
<<set _temp to [ "//You hear the door click as it unlocks.//", "<<goto 'The Magazine'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>>
<<set $lastScene to "Magazine Locked">> @@.fade-in;//You try the Magazine's door, but it's locked.//@@ <br> <<if $inventory.includes("Key Labeled ‘Shot'")>> <<set $satchelFlash to true>> <</if>> <<set $footerDisplay to "[[Back|The Captain's Quarters][$satchelFlash to false]]">> <<if hasVisited("Magazine Unlocked")>> <<set $currentI to "Magazine Background">><<goto "The Magazine">> <</if>>
<<set _temp to [ "//You look under the bed to discover a book shoved under the mattress.//", "//The Captain's Logbook! Ah... this could be valuable...//<<if $smuggler>>// Better keep this out of sight while Benny's around.//<</if>>", "<<goto TakeTheBook>>", ]>> <<if !hasVisited("Logbook")>> <<Rep _temp>> <<else>> Looks like that was it... <</if>> <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
Eh. Just a tip: try to find Captain's Logbook. Those guy out there'll probably be pretty grateful to get their hands on it. You know theuy've got that warrant to take him in, right? Well, they're going to need some evidence they can present to the press or in court to argue that Dudingston crossed the line from privateering into harassment and illegality. Searching EVERYONE anytime, for any reason. It slowed everything down and made everyone paranoid. Lot of innocent whalers and fishermen were interrogated and accused of God know's what! But they were just doing their jobs. The insane and illegal taxes from the King were what drove us to this in the first place, I tell you.
<<set _temp to [ "<b>Linus:</b> There's nothing else to do until the tide comes in late tonight...", "So for now we play!", "<<button [[Request Of The Day]]>><</button>>", ]>> <<Rep _temp>>
Double-click this passage to edit it.
Double-click this passage to edit it.
Double-click this passage to edit it.
<<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 \'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 \'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 \'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.', '<<set $libertyCounter++>><<goto \'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.”', '<<set $libertyCounter++>><<goto \'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.', '<<set $libertyCounter++>><<goto \'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>', '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.', '<<set $libertyCounter++>><<goto \'Liberty Song\'>>', ]>> <<set _temp6 to [ 'This bumper I crown for our Sovereign\'s health,<br> ', '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 _tempChor>>@@ <</if>> <<if $libertyCounter ==4>> @@.jump;<<App _temp2>>@@ <</if>> <<if $libertyCounter ==5>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==6>> @@.jump;<<App _temp3>>@@ <</if>> <<if $libertyCounter ==7>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==8>> @@.jump;<<App _temp4>>@@ <</if>> <<if $libertyCounter ==9>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==10>> @@.jump;<<App _temp5>>@@ <</if>> <<if $libertyCounter ==11>> @@.jump;<<App _tempChor>>@@ <</if>> <<if $libertyCounter ==12>> @@.jump;<<App _temp6>>@@ <</if>>
<<set _temp to [ '<b>Musicians:</b> Certainly! A song For The Ladies!<br><br>', '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;', '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 $spinCounter++>><<goto \'Spinning 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!', '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 $spinCounter++>><<goto \'Spinning Song\'>>', ]>> <<set _temp3 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.', '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 \'Happy Song\'>>', ]>> <<if $spinCounter ==0>> @@.jump;<<App _temp>>@@ <</if>> <<if $spinCounter ==1>> @@.jump;<<App _temp2>>@@ <</if>> <<if $spinCounter ==2>> @@.jump;<<App _temp3>>@@ <</if>>
<<set _temp to [ "<b>Musicians:</b> Well sure! A gallant tune indeed!", "A one, a two, a three, a four:", "As I walked down on London Street,", "A Pressgang there I chanced to meet.", "They asked me if I'd join the fleet,", "On board of a man of war.", "<<set $teaCounter++>><<goto 'Pressgang'>>", ]>> <<set _temp2 to [ "Come, brother shipmates, tell me true,", "What kind of treatment they give you,", "So I may know before I go ", "On board of a man of war.", "<<set $teaCounter++>><<goto 'Pressgang'>>", ]>> <<set _temp3 to [ "When I got there to my surprise,", "All that they'd told me was shocking lies.", "There was a row and some jolly old fights", "On board of a man of war.", "<<set $teaCounter++>><<goto 'Pressgang'>>", ]>> <<set _temp4 to [ "The first thing they done when they took me in hand,", "They lashed me with a tar of a strand.", "They flogged me till I could not stand", "On board of a man of war.", "<<set $teaCounter++>><<goto 'Pressgang'>>", ]>> <<set _temp5 to [ "Now I was married and me wife's name was Kate,", "'Twas she that drive me to this bad state.", "She that caused me to go away on board of man of war.", "When next I get my foot on shore", "<<set $teaCounter++>><<goto 'Pressgang'>>", ]>> <<set _temp6 to [ "To see them London girls once more,", "I'll never go to sea no more ", "On board of a man of war.", "<<goto 'Happy Song'>>", ]>> <<if $teaCounter ==0>> @@.jump;<<App _temp>>@@ <</if>> <<if $teaCounter ==1>> @@.jump;<<App _temp2>>@@ <</if>> <<if $teaCounter ==2>> @@.jump;<<App _temp3>>@@ <</if>> <<if $teaCounter ==3>> @@.jump;<<App _temp4>>@@ <</if>> <<if $teaCounter ==4>> @@.jump;<<App _temp5>>@@ <</if>> <<if $teaCounter ==5>> @@.jump;<<App _temp6>>@@ <</if>>
<<PickUp "Flint" false false>> <<set $footerDisplay to "[[Back|Chest In The Corner]]">>
<<PickUp "Fire Starter" false false>> <<set $footerDisplay to "[[Back|Chest In The Corner]]">>
<<set _temp to [ "\'\'Smuggler:\'\' Let me out of here, you cretin!", "\'\'Briana:\'\' Cretin? You think I\'m going to let you out of there talking to me like that?<<set $breadDoor to false>>", 'It\'s your own fault Dudingston locked you in the Bread Room. ', "\'\'Smuggler:\'\' MY fault? I was minding my own business.", "\'\'Briana:\'\' You were //smuggling// something onto that island, right?", "\'\'Smuggler:\'\' Well, yeah. But that's what I do.", "It was just molasses.", "\'\'Briana:\'\' I really don't care, Smuggler. You're not the only one on this boat who doesn't want to be here.", "So, do me a favor and shut it, would you?<<set $breadDoor to false>>", "<<goto \"The Captain's Quarters\">>", ]>> <<set _temp2 to [ "\'\'Smuggler:\'\' Let me out of here, you cretin!", "\'\'Briana:\'\' Cretin? You think I\'m going to let you out of here talking to me like that?", 'It\'s your own fault Dudingston locked you in the Bread Room. ', "\'\'Smuggler:\'\' MY fault? I was minding my own business.", "\'\'Briana:\'\' You were //smuggling// something onto that island, right?", "\'\'Smuggler:\'\' Well, yeah. But that's what I do.", "It was just molasses.", "\'\'Briana:\'\' I really don't care, Smuggler. You're not the only one on this boat who doesn't want to be here.", "So, do me a favor and shut it, would you?<<set $breadDoor to false>>", "//You turn and walk out of the Bread Room.//", "<<goto \"The Captain's Quarters\">>", ]>> <<if $newPassage is "The Bread Room">> <<Rep _temp2>> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
<<set _temp to [ "\'\'Briana:\'\' Would you PLEASE be quiet!! I don't have that long before the crew comes back inside and if you keep banging someone's going to find me. ", "\'\'Smuggler:\'\' I'm so hot!!", "I think Dudingston lit the brazier on the ceiling just to taunt me!", "\'\'Briana:\'\' What? No, that little oven is there to keep the hardtack dry. Aren't you a boat captain? Don't you know these things?", "<b>Smuggler:</b> I mostly pilot small fishing boats. Military ships aren't really my area.", "But I think there's a deal to be made: If you let me out of here, I'll help you get off the ship.", "I //am// a smuggler, after all...", "<b>Briana:</b> Not gonna happen. I've got enough trouble already without being blamed for letting you out.", "//The smuggler pauses for a moment.//", "<b>Smuggler:</b> I\'ll share news from the mainland...", "//You pause for a second, painfully aware of how trapped you've felt lately, cooped up on this ship, forbidden to leave when you go to port.//", "\'\'Smuggler:\'\' Did you know there's a warrant out for your Captain's arrest?", "\'\'Briana:\'\' Ah... no...", "<b>Smuggler:</b> Well, you should know, there are a lot of folks out there who want to see him put out of commission... I'm not so sure you're safe, just sitting out here in the water like this.", "If you want to hear more, you can let me out!", "//You pause for a minute to think this over.//", "<b>Smuggler:</b> Hello?", "\'\'Briana:\'\' How about I help you cool off? I can do that much. But you've got to stop with the banging.", "<b>Smuggler:</b> That would be a start...", "<<if !hasVisited(\"The Bread Room\")>>\'\'Briana:\'\' Ok. Let me see if I can find a key to get in there.<<else>>//You take a breath.//<</if>>", "I'll be back. Now //be quiet.//", "<<if !$Notebook.includes(\"The Smuggler\")>><<set $Notebook.push(\"The Smuggler\")>><</if>><<if $newPassage == 'The Bread Room'>><<goto 'The Bread Room'>><<else>><<goto \"The Captain's Quarters\">><</if>><<set $breadDoor to false>>", ]>> <<set _temp2 to [ "\'\'Briana:\'\' Would you PLEASE be quiet!! I don't have that long before the crew comes back inside and if you keep banging someone's going to find me.<<set $breadDoor to false>>", "\'\'Smuggler:\'\' I'm so hot!!", "I think Dudingston lit the brazier on the ceiling just to taunt me!", "\'\'Briana:\'\' What? No, that's there to keep the hardtack dry. Don't you know that?", "<b>Smuggler:</b> I mostly pilot small fishing boats. Military ships aren't really my area.", "But I think there's a deal to be made: If you let me out of here, I'll help you get off the ship.", "I //am// a smuggler, after all...", "<b>Briana:</b> You just said you don't know your way around military ships! Not gonna happen. I've got enough trouble already without being blamed for letting you out.", "//The smuggler pauses for a moment.//", "<b>Smuggler:</b> I\'ll share news from the mainland...", "//You pause for a second, painfully aware of how trapped you've felt lately, cooped up on this ship, forbidden to leave when you go to port.//", "\'\'Smuggler:\'\' Did you know there's a warrant out for your Captain's arrest?", "\'\'Briana:\'\' Ah... no...", "<b>Smuggler:</b> Well, you should know, there are a lot of folks out there who want to see him put out of commission... I'm not so sure you're safe, just sitting out here in the water like this.", "If you want to hear more, you can let me out!", "//You pause for a minute to think this over.//", "\'\'Briana:\'\' How about I help you cool off? I can do that much. But you've got to stop with the banging.", "<b>Smuggler:</b> That would be a start...", "\'\'Briana:\'\' Ok, let me see what I can do... I'll be back. Now //be quiet.//", "<<if !$Notebook.includes(\"The Smuggler\")>><<set $Notebook.push(\"The Smuggler\")>><</if>><<goto \"The Captain's Quarters\">><<set $breadDoor to false>>", ]>> <<if $newPassage is "The Bread Room">> <<Rep _temp2>> <<else>> <<Rep _temp>> <</if>> <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
"\'\'Briana:\'\' You were //smuggling// molasses?", "\'\'Smuggler:\'\' Yup. Real profitable too.", "\'\'Briana:\'\' Why would you even need to smuggle molasses? It wasn't stolen, was it?", "\'\'Smuggler:\'\' No, I'm just avoiding the King's new taxes...", "Your Captain's made that quite a lot harder with his incessant patrolling of Narragansett Bay.", Player Actions: Meet captured smuggler inside bread room banging on the floor. Smuggler:“I’m dying! I’m so hot, there’s no air in here.” "\'\'Briana:\'\' ”Yeah, it’s the bread room.", "Got to keep those loaves toasty if you don't want em to rot!", "But I see you've never tended a bread room, then...", "Not such a bad place to hang out. It’s lined with tin to keep out the rats, when there're rats." \'\'Smuggler:\'\' "I think that hanging stove might be the problem. Dudingston lit it just to taunt me. What a smarmy little man. I'll tell you anything you want about what's going on in the world outside this ship IF you'll help me cool down. I bet you don't hear about the outside world that often being stuck here all the time. You're pressed into service, like the rest of the crew, right? Sounds like a happy situation! I've got some information that should be of particular interest to someone in your position, on this particular ship, at this particular time...", \'\'Briana:\'\' Action: Use fan on smuggler Action: Gives the smuggler the fan she found on the wall in the Captain's quarters Grievance Dialogue: \'\'Smuggler:\'\' (Fanning himself) Ah, so much better. \'\'Briana:\'\' I don't want to pry, but would you mind telling me how you ended up locked in this awful little bread room? \'\'Smuggler:\'\' Oh, that. Well, I was moving some molasses from the Cayman Islands, in the Caribbean. I'd been at sea for about 4 weeks, and was almost back to Providence, when the Gaspée came upon me. Dudingston started shouting, and I saw the men ready themselves at the foredeck cannons. I work for John Smith, the biggest trader in town, and most people know to leave his shipments alone. Well, not Dudingston. I told him who I worked for, and he asked me for my papers. I explained that I didn't have any papers to show him, and that he should shove off. He arrested me right there, took my boat, all the molasses, and he locked me up here until he could get me back to shore. He has no right! Doing the bidding of the King, collecting his payment, and taxing us into bankruptcy. Why do you think we smuggle the stuff in the first place? \'\'Briana:\'\' Wow. I'm seeing it now. You just described two of the Legendary Grievances. Match the smuggler's story to the grievance concerning the regulation of trade and unfair taxes Correct Answer for Grievances: Grievance 13c: For cutting off our Trade with all parts of the world: Grievance 13d: For imposing Taxes on us without our Consent \'\'Briana:\'\' And what was the King expecting? He's taxing you without a say in who has the power or what they do with it? He doesn't have the right! He shouldn't have the right! Correct Answer for Rights, Briana says: Article 1, Section 9, Clause 5: No tax or duty shall be laid on articles exported from any state. Article 1, Section 9, Clause 6: No preference shall be given by any regulation of commerce or revenue to the ports of one state over those of another: nor shall vessels bound to, or from one state, be obliged to enter, clear, or pay duties in another. \'\'Smuggler:\'\' True true! I love that idea. I need to trade, and that would make it a lot easier. \'\'Briana:\'\' Things are going to get better for you soon, I promise. I'll find a way to free you…somehow. \'\'Smuggler:\'\' Jolly-good! I believe you. Take the pants, take the shoes, and have the socks while you're at it. I'm not going to need those without any shoes, after all. ***5 Persuasion Points Received *** Action: Take smuggler's pants, shoes, socks. Use pants with Briana. Use shoes with Briana. Use socks with Briana. Now you are dressed like a sailor. Conditionals: People on the rest of the ship will not talk to you until you put on this outfit. If you encounter them without wearing the clothes, they will say: “What are you wearing? How can you go around dressed like that?!” “You better not let the Captain see you dressed like that!” “What do you think you are, some kind of fashionista?” <<set $footerDisplay to "[[Back|The Bread Room]]">>
<<PickUp "Whale Oil" false false>> <<set $footerDisplay to "[[Back|Chest In The Corner]]">>
<<set _temp to [ "Wow, we've still got a lot of hardtack!", "The Captain really stocked up when we went to port.", "Now that I've got the key to the Bread Room, I can take as many of these little suckers as I want!", "<<if !$inventory.includes('Hardtack')>> <<button [[Take The Hardtack]]>><</button>> <<else>> @@.fade-in;I'll come get more later if I need it... I've got enough hardtack for now.@@ <</if>>", ]>> //<<Rep _temp>>// <<set $footerDisplay to "[[Back|The Bread Room]]">>
<<set _temp to [ '//You look up at the brazier dangling from the ceiling, and feel the heat on your face...//', 'Ooooh, that\'s hot!', 'The coals must have been changed recently. ', 'The Captain\'s really putting the screws to this guy!', ]>> //<<Rep _temp>>// <<set $footerDisplay to " [[Back|The Bread Room]]">>
<<PickUp "Hardtack" false false>> <<set $lastScene to "The Bread Room">>
/* <<set _temp2 to [ Here, take this hardtack. (eats vigorously) <b>George:</b> Thank you so much! This may save my life… <b>Briana:</b> Why are you up here anyway? <b>George:</b> Last time we went to port I tried to escape the ship. Some of the men caught me as I was sneaking over the side, ready to swim to shore. They tied me up, and then as punishment Dudingston put me up here on a continual watch-duty for a week. I’ve been sleeping on the mast, made it my new bed, living room, dining room, and toilet. Quite a life I’m leading. <b>Briana:</b> Why were you trying to escape? <b>George:</b> Why? Because I don't want to fight for the British Navy. I just wanted to settle in America. I joined a trader's crew in England and smuggled myself across the ocean, only to be rejected when I landed in Boston because I'm Jewish. <b>Briana:</b> Wait, what? Why did you have to smuggle yourself out? And you couldn’t live in Boston? <b>George:</b> Not since the King decided to limit the size of the Colonial colonies has it been easy to come here. More immigrants means greater numbers and greater power in America. And that's starting to frighten him. It's one of the reasons he doesn’t want anyone moving west of the Appalachian Mountains. He would tell you that he doesn’t want to fight the natives anymore. It’s too expensive. But he also doesn't want to lose control. Briana:So you’re telling me that the King determines who can come to America? Not the Colonials? <b>George:</b> That is what he’s trying to do. <b>Briana:</b> But, you made it here. So what are you going to do now? <b>George:</b> Well, after I arrived in Boston and found out I really wasn’t welcome, I got work on a whaling ship making its way toward Rhode Island. I’d been told that of all the colonies people of all faiths could live the most freely there. It seemed promising. I only ended up on this schooner because I had the bad luck to cross paths with the Gaspée, and Captain Dudingston, as we approached Providence near the end of our hunt. Apparently, Dudingston was short a few crew members. So he boarded our whaling vessel and pressed six of us into service on his ship. <b>Briana:</b> “Pressed\" like they were pushing you? <b>George:</b> “Pressed\" like forced into service, technically under threat of execution, but they don't emphasize that part. Being a Lieutenant in the British Navy, he had the legal authority to take as many British seamen as he needed from virtually any ship at sea. Most of our crew here is made up of other pressed men, like me. I tried to escape a few days ago, and that's how I landed up here. <b>Briana:</b> So Dudingston could just grab anyone he wanted? <b>George:</b> Not exactly. They are supposed to be British. And the skilled tradesmens are not to be touched: harpoonists, sailmakers, and shipwrights and the like. And generally officers aren’t supposed to press Colonials, but if you're at sea, and you don't have the papers to verify your citizenship or your trade, you're fair game. You can get stuck on one of these boats for months before you escape, or get killed, or they let you go, while your family wastes away at home with no idea what happened. How did you get here? <b>Briana:</b> Oh, I'm from the future. But before I get to that, tell me if I’ve got this straight: Correct Grievance Response: Grievance 7: He has endeavored to prevent the population of these States; for that purpose obstructing the Laws for Naturalization of Foreigners; refusing to pass others to encourage their migrations hither, and raising the conditions of new Appropriations of Lands. Grievance 17: He has constrained our fellow Citizens taken Captive on the high Seas to bear Arms against their Country, to become the executioners of their friends and Brethren, or to fall themselves by their Hands. Correct Rights Response: First Amendment: Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances. After your dialogue has concluded: <b>Dudingston:</b> You! Get down here! Do not fraternize with the conscript! */
<<set _temp to [ '<b>George</b>: What, are you trying to murder me? ', 'Was I not miserable enough, you give me unprepared hardtack? ', 'Did you want me to break a tooth?', "<<goto \"The Crow's Nest\">>", ]>> <<Rep _temp>> <<set $satchelFlash to false>>
<<set _temp to [ '<<set $satchelFlash to false>><b>Benny:</b> Abraham! ', "<b>Abraham:</b> Smuggler Benny!", "<b>Briana:</b> Wait a second, you know these guys?", "//Benny turns to you.//", "<b>Benny:</b> Of course I know these guys!", "We are two sides of an economic triangle!", "I smuggle molasses from the Caribbean sugarcane plantations, and I sell it to men like Abraham, who turn it into rum here in Providence.", "Abraham hires men to put his rum on a boat, and sail it all the way to the West African coast to trade it for slaves.", "Then Abraham's men put the slaves on a boat, and sell them on Abraham's behalf to the highest bidders in the colonies or in the Caribbean.", "The cycle starts again when Abraham uses his profits to buy more molasses.", "You see, it's the Caribbean where the slaves tend the sugarcane and boil it into molasses.", "Abraham needs someone like me so he and his men can avoid getting taxed by the Crown on every molasses purchase.", "As you can tell, the molasses smugglers and the rum makers are two links in the same chain.", "<b>Briana:</b> An apt metaphor.", '<b>Abraham:</b> <i>(coughs)</i> Anyway...', "//Benny turns to Abraham.//", '<b>Abraham:</b> How long has it been old buddy? You\'re back from Suriname, I see? ', "<b>Benny:</b> Just arrived a few days ago! Dudingston caught me rolling my barrels onto a tiny island a few miles from here. He took all the molasses //and// my ship.", "<b>Abraham:</b> Well, Benny, by order of the Sons of Liberty, you are //free// to recover your molasses and your ship!", "Captain Dudingston will no longer be a problem for you, if he lives. Either way he\'s coming with us.", "<b>Benny:</b> I am SO grateful, gentlemen!", "<b>Large Man:</b> Hey, Abraham, what should we do with //her//?", '//They all look at you.//', "<<if hasVisited(\"Pour Water On The Brazier\")>><b>Benny:</b> I can vouch for her, gentlemen. She\'s on our side, definitely not working for Dudingston.<<else>><b>Benny:</b> I needed her help earlier, and she left me to crispify!!<</if>>", "<<if hasVisited(\"Pour Water On The Brazier\")>><<goto 'End Colonial Convo'>><<else>><<goto ProveIT>><</if>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Hold]]">>
Double-click this passage to edit it.
<<set _temp to [ '//You pour the $douse on the Brazier. It sizzles and pops, and lets off some steam. A minute or two later, the air already starts to feel cooler.// ', '<b>Smuggler:</b> You\'re my hero! ', '<b>Briana:</b> Yeah, yeah, yeah. Just don\'t forget it if I need you later!', 'Smuggler: I won\'t, dear lady!', "<<goto 'The Bread Room'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>>
<<set _temp to [ '<b>Lasarus:</b> Hey Briana! What\'re you up to? Want to hear a riddle? ', '<<if !hasVisited(\"CorrectFog\")>><<button [[Sure. What\'ve you got?|Fogs]]>><</button>><<else>><<button [[Sure. What\'ve you got?|Riddle2]]>><</button>><</if>> <<button [[I think I\'m going to go check on George, actually. He\'s been in that crow\'s nest for almost a week now, you know.|Leave Lasarus]]>><</button>>', ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Hold]]">>
<<set _temp to [ "//They must be //exhausted// from all that work trying to get the Gaspée out of the sandbar... It was all for naught!//", "<<goto Snores>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Hold]]">>
@@.fade-in; <b>Lasarus:</b> Oh, ok! Catch you later, then.@@ <<set $footerDisplay to "[[Back|The Hold]]">>
<<set _temp to [ '\'\'Lasarus:\'\'<br>The fogs vanish as the sun rises', 'But the fogs have not yet begun to vanish;', "<br>Therefore:<br><<button [[the sun has already risen.|WrongFog]]>><</button>><<button [[the sun is not yet risen.|CorrectFog]]>><</button>><<button [[the sun will never rise.|WrongFog]]>><</button>>", ]>> <<App _temp>> <<set $footerDisplay to "[[Back|The Hold]]">> <<set $timePassed to true>>
<<set _temp to [ '<b>Lasarus:</b> Ah, not so much. Do you want to: ', '<<button [[Hear the correct answer?]]>><</button>><<button [[Try again?|Fogs]]>><</button>><<button [[Hear another riddle?|Riddle2]]>><</button>>', ]>> <<App _temp>>
<<set _temp to [ '<b>Lasarus:</b> Hey! That\'s right. Nice work!', "The fogs vanish as the sun rises<br>But the fogs have not yet begun to vanish;<br>Therefore the sun has not risen.", 'Try another?', '\'\'Briana:\'\'<br><<button [[Sure|Riddle2]]>><</button>><<button [[Nah. Thanks though. I\'ll be back later, Lasarus.|Leave Lasarus]]>><</button>>', ]>> <<Rep _temp>>
<<set _temp to [ '\'\'Lasarus:\'\' All right. Here we go:', 'As the captain, so are his soldiers', 'But the captain is a coward;', "<br>Therefore:<br><<button [[his soldiers are happy.|WrongSoldiers]]>><</button>><<button [[his soldiers are brave.|WrongSoldiers]]>><</button>><<button [[his soldiers are cowards.|Correct Riddle2]]>><</button>>", ]>> <<App _temp>>
<<set _temp to [ "<b>Lasarus:</b> Here's the answer to this one:", "The fogs vanish as the sun rises<br>But the fogs have not yet begun to vanish;<br>Therefore the sun has not yet risen.", "Try another?", "<<button[[Sure|Riddle2]]>><</button>><<button [[Nah. Thanks though. I\'ll be back later, Lasarus.|Leave Lasarus]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Hold]]">>
<<set _temp to [ "<b>Lasarus:</b> Here's the answer to this one:", "As the captain, so are his soldiers,<br>But the captain is a coward;<br>Therefore his soldiers are too.", 'Thanks for playing!', "<<goto 'The Hold'>>", ]>> <<Rep _temp>>
<<set _temp to [ '<b>Lasarus:</b> Ah, that was close... Do you want to:', "<<button [[Hear the correct answer?|CorrectSoldiers]]>><</button>><<button [[Try again?|Riddle2]]>><</button>>", ]>> <<App _temp>>
<<set _temp to [ "<b>Lasarus:</b> Yes! Indeed!", "As the captain, so are his soldiers,<br>But the captain is a coward;<br>Therefore his soldiers are too.", "Thanks for playing!", "\'\'Briana:\'\' No, thank //you//, Lasarus.", "<<goto 'The Hold'>>", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Milo:</b> I don't see why not..", "<<goto 'Gulo'>>", ]>> <<set _temp2 to [ "<b>Milo:</b> Sure. Here's another one..", "<<goto 'Tyrant'>>", ]>> <<if !hasVisited("CorrectGulo")>> <<Rep _temp>> <<else>> <<Rep _temp2>> <</if>> <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ '\'\'Milo:\'\'<br>Gulo cannot make dinner without flesh and fish. ', 'There was no fish to be gotten today.', "<br>Therefore:<br><<button [[Gulo this day cannot make a dinner. |CorrectGulo]]>><</button>><<button [[Gulo this day can make a dinner.|WrongGulo]]>><</button>><<button [[Gulo this day can make a caserole.|WrongGulo]]>><</button>>", ]>> <<App _temp>> <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ '<b>Milo:</b> Ah, not so much, dear. What do you want to do next?', '<<button [[Hear The Correct Answer|CorrectGulo?]]>><</button>><<button [[Try Again|Gulo]]>><</button>><<button [[Hear A Different Riddle|Tyrant]]>><</button>><<button [[I\'ll be back later... Thanks, Milo.|Leave Gulo]]>><</button>>', ]>> <<App _temp>>
<<set _temp to [ '<b>Milo:</b> Hey! You got it!', "Gulo cannot make dinner without flesh and fish.<br> There was no fish to be gotten today.<br> Therefore Gulo this day cannot make a dinner. ", 'Try another?', '\'\'Briana:\'\'<br><<button [[Sure|Tyrant]]>><</button>><<button [[Nah. Thanks though. I\'ll be back later, Milo.|Leave Gulo]]>><</button>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Milo:</b> Here\'s the answer to this one:', "Gulo cannot make dinner without flesh and fish.<br>There was no fish to be gotten today.<br>Therefore Gulo this day cannot make a dinner.", 'Try another?', '\'\'Briana:\'\'<br> <<button [[Sure|Tyrant]]>><</button>><<button [[Nah. Thanks though. I\'ll be back later, Milo.|The Galley]]>><</button>>', ]>> <<Rep _temp>>
<<set _temp to [ '\'\'Milo:\'\' All right.', "Every wicked man is truly miserable.", "All tyrants are wicked men.", "Therefore:<br><<button [[all tyrants are perfectly fine.|WrongTyrant]]>><</button>><<button [[all tyrants are truly miserable|CorrectTyrant]]>><</button>><<button [[all tyrants are depressed.|WrongTyrant]]>><</button>>", ]>> <<App _temp>>
<<set _temp to [ "<b>Milo:</b> Ah, that was close... What do you want to do next?", "<<button [[Can I hear the correct answer?|CorrectTyrant]]>><</button>><<button [[Can I try again?|Tyrant]]>><</button>><<button [[I\'ll be back later... Thanks, Milo.|Leave Gulo]]>><</button>>", ]>> <<App _temp>>
<<set _temp to [ '<b>Milo:</b> Yes! Indeed!', "Every wicked man is truly miserable.<br>All tyrants are wicked men.<br>Therefore all tyrants are truly miserable.", 'Thanks for playing!', '\'\'Briana:\'\' Quite uplifting, Milo!', "<<goto 'The Galley'>>", ]>> <<Rep _temp>>
<<set _temp to [ 'Here\'s the answer to this one:', "Every wicked man is truly miserable.<br>All tyrants are wicked men.<br>Therefore all tyrants are truly miserable.", 'Thanks for playing!', '\'\'Briana:\'\' Quite uplifting, Milo!', "<<goto 'The Galley'>>", ]>> <<Rep _temp>>
@@.fade-in; <b>Milo:</b> Oh, ok! See you soon, I'm sure.@@ <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ "<b>Briana:</b> Hey guys, my request of the day is the:", "<br><<button [[Liberty Song]]>><<set $libertyCounter to 0>><</button>><<button [[Spinning Song]]>><<set $spinCounter to 0>><</button>><<button [[Pressgang Song|Pressgang]]>><<set $teaCounter to 0>><</button>> <br><br> Think you can swing that?", ]>> <<App _temp>> <<set $footerDisplay to "[[Back|The Stern]]">> <<set $lastScene to 'Request Of The Day'>>
<<PickUp "Empty Mug" false false>> <<set $lastScene to "The Galley">>
<b>Milo:</b> Need something boiled, Briana? <<if $inventory.includes("Hardtack")>> <<set $satchelFlash to true>> <</if>> <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ "<b>Briana:</b> Ah, the poop deck! My favorite deck!", "Duddypants, do you know //why// it\'s called the poop deck?", '<b>Dudingston:</b> Yes. Of course. It\'s from the French word for stern: ‘la poupe\'.', '<b>Briana:</b> Show-off. ', 'So... it\'s got absolutely nothing to do with poop?', '<b>Dudingston:</b> No, nothing at all.', "//He sighs.//", "<b>Dudingston:</b> You\'re better than this, Briana.", "<b>Briana:</b> No, I\'m not. Girls can talk about poop too, you know. Everybody poops. Them's the facts.", '//Dudingston rolls his eyes at you, then continues looking over the side of the ship.//', "<b>Briana:</b> And given that we\'re speaking //English// on this particular ship, you\'re really kind of misleading your crew with all this casual //French//.", "Especially, because the poop deck, or should I say ‘la poupe deck\', is at the very //back// of the ship, BUT you\'re actually supposed to ‘la poupe\' off the //front// of the ship; which I did not know until I came aboard the Gaspée.", "Despite this state of semi-imprisonment, I //have// learned a lot. I can tie a waaaaay better knot now. My old knots were just sad, I tell ya!", "<b>Dudingston:</b> You sound bored. Shouldn\'t you be hacking at the sandbar with everyone else? Do you need a shovel? I\'m sure we can find you one.", "<b>Briana:</b> No I do //not// need a shovel, thank you, //Captain!//", '<b>Dudingston:</b> You know, you\'re the only one of the crew that I allow to speak this way to me. ', '<b>Briana:</b> And why //is// that?', "<b>Dudingston:</b> Because I think you\'re funny. I //could// kill you at any moment, of course...claim you were deserting. But I\'d rather laugh! Now, if you\'ll excuse me, I have some actual work to get done.", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Stern]]">> /*Any luck getting the boat dislodged? The poop deck is the top deck at the stern of the ship and has nothing to do with pooping. It comes from the French word for stern "la poupe." From what I have dug up, it seems that most sailors went to the bathroom at the head of the ship, either leaning over the rail or defecating in a bucket and tossing it out into the ocean. Some might also have a grate or a shoot that went directly into the ocean. Apparently, they placed it at the front of the ship so that the smell would be blown away by the wind.*/
@@.fade-in;//Ah, our elegant bucket system for relieving oneself at the head of the ship... I'm not going to miss this!//@@ <br> <<set $footerDisplay to "[[Back|The Bow]]">>
<<set _temp to [ "<b>Milo:</b> Sure thing. Wait just a minute and it\'ll be ready... it don\'t take long.", "//He pauses and doesn't move for about a minute.//", "//Then Milo reaches into the pot with his tongs and removes a steaming hot piece of hardtack, that looks quite a lot more malleable than before. You can see the tongs dig into it as Milo drops it in front of you.//", "You wait a few moments for it to cool...", "<<button [[Pick Up The Boiled Hardtack|Pick Up Boiled Hardtack]]>><</button>>", ]>> //<<Rep _temp>>// <<set $satchelFlash to false>>
<<set _temp to [ "//You position your mug under the molasses, and pull the cork.//", "//The sticky brown liquid slowly oozes into your mug.", "//Your nose is assaulted with a sweet, tangy scent.//", "<<button [[You replace the cork and take your full mug.|Fill Mug Now]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Hold]]">>
<<PickUp "Mug Full Of Molasses" false false>> <<set $satchelFlash to false>> <<set $lastScene to 'The Hold'>> <<set $inventory.delete("Empty Mug")>>
<<PickUp "Boiled Hardtack" false false>> <<set $satchelFlash to false>> <<set $lastScene to "The Galley">>
<<set _temp to [ "//Hours pass.//", "//The rest of the crew comes back aboard.//", "//Everyone receives their rations of raisins, hardtack, and rum and they go off to bed, exhausted from a day of shoveling.//", "//As the clock strikes two in the morning, you force yourself awake as you register that something is very wrong aboard the ship...//", "<b>Lasarus:</b> Captain, Captain, we're under siege!!", "<b>Dudingston:</b> Men! Grab the shot, pistols and swords.", '<b>Sailor:</b> Who has the key to the shot locker?', '<b>Dudingston:</b> It\'s in my desk. I\'ll get it. ', "<b>Dudingston:</b> <<if $inventory.includes('Key Labled Shot')>>It\'s not there!<</if>><<if $inventory.includes('Whale Oil')>> Blast it where is my whale oil?<</if>> I can\'t see anything! Does anyone have a match?", '<b>Tall Sailor:</b> Not I! ', '<b>Medium-Short Sailor:</b> Not I! ', '<b>Very Short Sailor:</b> Not me! ', '<b>Dudingston:</b> Forget it! I\'m going up to defend our honor!! Ahhhhhhh!', "//And with that Dudingston throws himself up the ladder, and onto the deck.//", "//He cries out: “Stop there you brutes!\" and you hear a response from just off the starboard side: “Turn yourself in, criminal!\"", "//Two shots are fired, and you hear Dudingston cry out in pain, then cheers from the men boarding the ship.//", "//The men below deck run up the ladder, leaving you alone in the hold.//", "//The upper deck begins to rumble as the men sacking the ship climb on board and begin to scuffle with Dudingston's crew.//", "//After only a minute or two, an eerie silence overtakes the ship and several large men who you've never seen before climb down the ladder into the hold...//", "//Before they spot you, you run back into the Captain's quarters and close the door.//", '<<goto "The Captain\'s Quarters">>', ]>> <<Rep _temp>> <<set $attack to true>> /*Colonial: Show me to the gunpowder or die! \'\'Briana:\'\' What’re you going to do? Colonial: Blow up the ship, of course. \'\'Briana:\'\' Why would you do that? You can't do that. Colonial: Of course I can. Dudingston’s a dishonest, scallywag bully. He’s running us out of town, snapping up legitimate trading hauls and most of the shady ones as well. And what are we doing that's so special? Who are they kidding? Britain’s black market is a thousand times the size of ours. A bunch of hypocrites. They just want to collect as many taxes as they can, on anything they can think of. They’d be taxing the sweat on m'brow if their money men could measure it! Now, I'm going to set the fuse and I recommend you follow me before this place is blown to smithereens! \'\'Briana:\'\' Wait! We’ve got to free the Smuggler and George, the man chained to the crow's nest. Colonial: Fine, you've got 2 minutes to get them and yourself off the boat. I'm lighting this fuse and that's the end of it! */
<<set $smuggler to true>> <<set $satchelFlash to false>> <<set _temp to [ '<b>Smuggler:</b> You came back for me!!', '<b>Briana:</b> Despite my better sense, yeah. Here I am.', 'You know, my name\'s Benny. You can call me Benny. ', '<b>Briana:</b> Yeah, well, Benny, I think we might all be murdered in a moment by a band of marauders. So we should probably think about packing our things and finding a way off the boat... like, right now. ', '<b>Benny:</b> Ah! The Sons of Liberty arrived? Right on time, I\'d say. I told you it wasn\'t safe just sitting in the water like this...', '<b>Briana:</b> Well, good for you, Benny. That\'s very helpful. Now what? ', '<b>Benny:</b> I\'d say you\'re going to need something to trade those blokes.', 'Something they\'d find valuable... some kind of evidence that they can use against Dudingston. ', "I\'m not sure what that would be...", "But say! You\'re the one who\'s been rummaging through his things...", 'Did you find anything good in there?', "<<if !$inventory.includes(\"Captain's Logbook\")>><b>Briana:</b> Let's go out to the Captain's Quarters and see if we can find something that'll fit the bill.<<else>> Let's get out of here... I'm sure I've got something that'll do the job.<</if>>", "<<goto 'The Bread Room'>>", ]>> <<set _tempLeftMeHere to [ "<b>Benny:</b> Ha! I believed in you!! How could you just leave me here like that?", "I kept waiting for you to return; what a fool I was!!", "<b>Briana:</b> Oh, don't be so dramatic, I'm here now, aren't I?", "<b>Benny:</b> I was broiling—the air is so dry, I can feel my eyeballs!", "I don't know if I can stand.", "<b>Briana:</b> You're such a baby. Come with me and we can face our persecutors together.", "<b>Benny:</b> Where are they?", "<b>Briana:</b> Out in the hold. Let's go.<<set $smugglerGone to true>>", "<<goto \"The Captain's Quarters\">>", ]>> <<if hasVisited("Pour Water On The Brazier")>> <<Rep _temp>> <<else>> <<Rep _tempLeftMeHere>> <</if>> <<set $footerDisplay to "[[Back|The Bread Room]]">>
<<set _temp to [ 'As you reenter the Hold, an odd scene presents itself:', 'The Sons of Liberty are lowering Dudingston ever so gingerly down the ladder. ', 'He is bleeding freely from a wound on his forearm and groin, and only appears half-conscious. ', 'They lay him on the galley table and one of the Sons stands over him, and cries out: ', '“Clean bedding!! Clean rags? Does anyone have clean clothes for bandages??? Please! The Captain can\'t bleed like this for much longer!\"', '<<goto \'The Hold\'>>', ]>> //<<Rep _temp>>//
<<set _temp to [ "<b>Briana:</b> Thank you so much, boys!! That was great!", "<<if previous()=='Pressgang' && !$Songbook.includes('The Pressgang')>> I think I'm going to write down those lyrics... <br><br><<Entry 'The Pressgang' 'The Stern' true>><<else>><b>Musicians:</b> Our pleasure! Want to hear another one?<br><br> <<button [[Liberty Song]]>><<set $libertyCounter to 0>><</button>><<button [[Spinning Song]]>><<set $spinCounter to 0>><</button>><<button [[Pressgang]]>><<set $teaCounter to 0>><</button>><<button [[No thanks!|The Stern]]>><</button>><</if>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Stern]]">>
<<set _temp to [ '<b>Briana:</b> Do you know //why// this is called the Crow\'s Nest, George?', "<b>George:</b> No idea.<<if !hasVisited(\"George Happy\")>> My stomach is eating itself. I really don't care, no matter what you say next.<</if>>", "<b>Briana:</b> Well! They used to keep crows up here, in the crow's nest, to aid in navigation.", "If you ever lost your bearing, or had an emergency and needed to get back to land as fast as possible, you'd let the crow go, and it would fly towards land, no matter where you were.", "Something about them lets them always know where the closest land mass is, no matter how far out in the ocean they are...", "So the navigator would just follow his crow, and save the day.", "Pretty cool, right?", '//Silence.//', "<b>George:</b> Ok fine! That actually //is// pretty cool. <<if !hasVisited(\"George Happy\")>>Now would you please go find me something to eat?? I promise when I can return the favor, I will!<</if>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Crow's Nest][$satchelFlash to false]]">>
<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:#694429;}.cls-3{fill:#7e502e;}.cls-4{fill:#483929;}.cls-5{fill:#180c08;}.cls-6{fill:#462f17;}.cls-7{fill:#77542c;}.cls-8{fill:#bc9061;}.cls-9{fill:#cfd9f4;}.cls-10{fill:#3b2c25;}.cls-11{fill:#561d0a;}.cls-12{fill:#482718;}.cls-13{fill:#140400;}.cls-14{fill:#24180e;}.cls-15{fill:#c75a05;}.cls-16{fill:#f49c07;}.cls-17{fill:#7b250a;}.cls-18{fill:#792908;}.cls-19{fill:#b5602a;}.cls-20{fill:#f4e8b6;opacity:0.4;}.cls-21,.cls-60,.cls-61{mix-blend-mode:soft-light;}.cls-21{fill:url(#radial-gradient);}.cls-22{fill:#392612;}.cls-23{fill:#402c1b;}.cls-24{fill:#1b0c04;}.cls-25{fill:#35190e;}.cls-26{fill:#876950;}.cls-27{fill:#4c3c30;}.cls-28{fill:#665744;}.cls-29{fill:#80634e;}.cls-30{fill:#782d1a;}.cls-31{fill:#494008;}.cls-32{fill:#3c2c12;}.cls-33{fill:#8f4d2d;}.cls-34{fill:#a26e3f;}.cls-35{fill:#7e4122;}.cls-36{fill:#907046;}.cls-37{fill:#1c150c;}.cls-38{fill:#332613;}.cls-39{fill:#c48051;}.cls-40{fill:#1e0f08;}.cls-41{fill:#a5673e;}.cls-42{fill:#b7ab96;}.cls-43{fill:#b77140;}.cls-44{fill:#f4dcb5;}.cls-45{fill:#995319;}.cls-46{fill:#c8c8c3;}.cls-47{fill:#000a00;}.cls-48{fill:#7a3d10;}.cls-49{fill:#678693;}.cls-50{fill:#96875e;}.cls-51{fill:#72674c;}.cls-52{fill:#23170d;}.cls-53{fill:#634120;}.cls-54{fill:#473121;}.cls-55{fill:#463021;}.cls-56{fill:#452b1c;}.cls-57{fill:#3b2319;}.cls-58{fill:#281719;}.cls-59{fill:#1d0e07;}.cls-60{fill:#fde4a2;}.cls-61{fill:url(#linear-gradient);}</style><radialGradient id="radial-gradient" cx="210.35" cy="373.83" r="182.24" gradientTransform="translate(325.95 -39.24) rotate(45)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.09" stop-color="#f9a237" stop-opacity="0.83"/><stop offset="0.23" stop-color="#f78f32" stop-opacity="0.62"/><stop offset="0.36" stop-color="#f57f2e" stop-opacity="0.43"/><stop offset="0.5" stop-color="#f4712a" stop-opacity="0.27"/><stop offset="0.63" stop-color="#f36728" stop-opacity="0.15"/><stop offset="0.76" stop-color="#f26026" stop-opacity="0.07"/><stop offset="0.88" stop-color="#f15b24" stop-opacity="0.02"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></radialGradient><linearGradient id="linear-gradient" x1="604.71" y1="-94.28" x2="163.29" y2="670.28" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.21" stop-color="#cc8d3e"/><stop offset="0.59" stop-color="#7d5243"/><stop offset="0.87" stop-color="#4b2d46"/><stop offset="1" stop-color="#381f47"/></linearGradient></defs><title>GalleyNoCaptain</title><g class="cls-1"><g id="SettingBack"><polygon class="cls-2" points="768 145.12 482.67 154.33 478.58 405.09 768 463 768 145.12"/><rect class="cls-3" x="81" y="125" width="393" height="283"/><rect class="cls-2" y="61" width="84" height="460"/><polygon class="cls-4" points="768 438.33 460 392.25 82 418 0 507 0 576 768 576 768 438.33"/><polygon class="cls-5" points="768 556 576 511 396 561 354 576 768 576 768 556"/></g><g id="SettingFar"><polygon class="cls-6" points="595 301.67 555.67 291.67 507 303.67 492.33 368.33 507 397.67 603 359.67 595 301.67"/><polygon class="cls-7" points="464.33 326.33 378 318 350.67 315.67 352 327.67 466 332.33 464.33 326.33"/><path class="cls-7" d="M468.67,355l-103.34-4.67-15.66,1L349,359s48,6,49,5.67S463,366,463,366Z"/><polygon class="cls-4" points="768 149 516 173 255 136 78 136 0 47 0 0 768 0 768 149"/><polygon class="cls-8" points="381.67 48.67 395 34.33 404.67 17.33 398.67 13.67 389.67 22.33 387.33 29.33 378.33 36.67 371 47.67 381.67 48.67"/><polygon class="cls-8" points="392.67 50.33 394.33 43.33 407.67 37.33 411.67 39.67 399 51 392.67 50.33"/><polygon class="cls-8" points="199.33 50.67 193 80.33 184 81.33 188 51 199.33 50.67"/><polygon class="cls-8" points="181 82 181 66 178 60 174.17 61 173 69.67 173 82 181 82"/><polygon class="cls-8" points="129 132.83 114.67 102.75 107 91 105 91 107.67 103.33 119.33 130.67 129 132.83"/><polygon class="cls-8" points="482.67 154.33 503.33 142.33 510.33 145.67 507.33 149 490 157.67 482.67 154.33"/><polygon class="cls-8" points="478 146.33 514.67 135.67 523.33 131 517.33 128 508.67 131.33 479 141.67 478 146.33"/><polygon class="cls-9" points="768 52 723 58 669 0 768 0 768 52"/><path class="cls-10" d="M768,67V46.33l-31.85,6.05-15.82-6.05L683,0H647l69.33,55.67.48.38L690,61.15,589,0H475L450.33,19.67,404.75,48.11,273.48,39.59,284.33,0,257,.17l-8.18,39.22L150,41.86,145,0H0V11H64.5l56.8-8.93,2.06,14.24L86.5,20,80,25l10.5,2,34.47.47,2.16,15-22.8.57L6.72,45.6,0,39V175.67l8.33-1.33,4-9.33L11,141l6.67-1.31,12.66-6.63L34,107.74l11,12.59,16.29,15-4.46,27L48,165.67V188l10.33,1.67,7.34-7.34-.67-8,19.33-.66L91,164.33l-1.5-26.66,140.75,2,60,7.33,44.41,8.4,4.8,58.6L335,286l-.67,94.33,19.34-2L355,338l-4.5-50.5.27-4.26L371.5,290l67.5,8,4-5,24,3.43v2.07L462.5,325l5.5,60.5,18.5,3,7-177,1.38-39.13L520.33,175,768,161.67V142l-41.37,6.22L646,109.5l-18.5.5,5.5,8.5L712,150l-13.75,1L671.5,140l-11,.5,2,3.5L680,152.37l-15.36,1.13-29-13.17-89.62-26.94,67-9.06,23.49-6.22,1.18.22L768,139V124.33L660,91.89l76.37-20.22ZM36.8,80,20.39,59.41,41.67,59,129,55.53l3.11,21.56Zm54.87,47.66-16.33.74L45.29,90.68l89.42-2.09,12.36,40.28Zm174.66-62,4.05-14.76L390,57.34,361.67,75,332.94,92.48l-76.85-9.75Zm-32.84,65.61-49.82-1.61-23.88-.52L151,99l1.65-10.56L235,89.64l-2.67,9.57ZM154.31,77.8l0-.13-2.77-23,94.23-3.75-8.45,30.36Zm87.33,53.74L246.33,99l2.78-4.63L261,99l56.75,2.73L267.4,132.38Zm47.79,2.15,48.89-30.92L441,108.33l28.81,3.84L387.67,133l-60.51,10.19ZM432.5,283.5l-56-3-25.21-5.71,3.21-51.29,1-18.5-2.8-46.22,29.62,5.55,85.16,5.72L467,290.21ZM626.33,147l19,7.91-10.32.76-116,10L443.67,157l-70-7.44,126-29.89,2.61-.36ZM587,92.33l-83.24,13.26-58.09-7.92-90.24-3.88L420.2,60.11,493,71,593.88,90.06Zm64.78-21.42L558.5,42l-41-9.5-6.5,4L533.5,45,629,71.5l18.21.93-28.4,9.38L439,50.33l73.62-42.1,153.22,58Z"/><polygon class="cls-10" points="360 67 312 60 302.5 65.5 312 71.5 350 73 360 67"/><polygon class="cls-10" points="401.5 210 401 184.5 406 183.5 413 189.5 412.5 213 424.5 221.5 430 245.5 418.5 260.5 401 263 386 255.5 380 230.5 388 217 401.5 210"/><polygon class="cls-10" points="384 209.5 387.5 198.5 383 189.5 378.5 186 378 180 373.5 178.5 372 185 366 188 362 200 370.5 210 384 209.5"/><polygon class="cls-10" points="435.75 203.75 429.38 205.63 427.94 217.31 438.5 227 448 227 453 216.5 452 206 446 204 444.5 185.5 438 182.5 434.5 185 435.75 203.75"/><polygon class="cls-11" points="430 306 413 299.5 405 301.5 403.5 320 420.5 327.5 427.5 324.5 430 306"/><polygon class="cls-11" points="442.5 303.5 436.5 305.5 431 322 442.5 329 448.5 325.5 452.5 310.5 442.5 303.5"/><polygon class="cls-10" points="432.5 283.5 433.5 263.5 426 263 421.5 266 420.5 285 432.5 283.5"/><polygon class="cls-10" points="441.5 287 438 259.13 445 252.56 453 257.5 453 290 441.5 287"/><polygon class="cls-12" points="394.75 325.25 395.38 309.13 384.69 308.56 380 313.5 380 327 394.75 325.25"/><polygon class="cls-12" points="391 358 391 340 399 337 409 343 407 359 399 362.5 391 358"/><polygon class="cls-12" points="375 354.5 373 334.5 364 331 357 337 358 355 367.5 358 375 354.5"/><polygon class="cls-12" points="450 333 439.5 335.5 439.33 358.67 454.5 363.5 461.5 358.5 460.5 338 450 333"/><polygon class="cls-12" points="371.5 321 364.5 324 355 322 355 302 360.5 296.5 372.5 300.5 371.5 321"/><path class="cls-10" d="M389.5,251l-11-1.5.5,4,4.5,2.5,2,13-7,10.5-9-7.5-2-19,5.5,1.5,2.5-5L369,247l-5,2-3,15,9,18.5-4.5,8,2,14.5,9.5,1.5-.5-5.5-4-.5-1-10.5,6.5-4,3,11.5-2.5,4.5s-.5,4,1,4,5.5-2,5.5-2l1.5-8L385,283.5l5-12Z"/><polygon class="cls-10" points="579.5 100.17 580.92 180.92 587.63 225.63 593.65 375.65 608.16 349.66 600 173 600 100 579.5 100.17"/><polygon class="cls-10" points="706.5 65.17 707.92 145.92 714.63 190.63 720.65 340.65 735.16 314.66 727 138 727 65 706.5 65.17"/><path class="cls-13" d="M711,196.51,719,152.84l.86-3.2,48.1-4.52v-9.28l-45.76,5.1,12-44.59L768,90.67V81.18l-31,5.06,7.42-27.57-4-4.22-6,5.62L709,156.35,698.37,207,671,288.47,627,408.65l8.66,1.4,14.92-41.32L716.75,383l-9,32.64L718.37,422,743,333.45,757.7,273,768,237.88V191.31Zm9.34,173.67L653.43,361l16.47-45.62,64.72,3.18Zm16.84-60.78L673.29,306l14.57-40.35,62.65-4.4Zm16.05-57.92-62.53,6.34L709,207.06l57.58-5.21-2.21,9.32Z"/></g><g id="Oven"><polygon class="cls-14" points="225 227 232.25 125.75 223.38 117.13 212.19 115.56 200 122 200 192 198 200.5 198.5 225 175 227 164 233.5 162 239.5 161 292 148 301 146.5 308.5 149 344.5 137.5 360.5 141.75 429 276 431.5 276 359 265 343 264 298.5 251 292 252.5 270 254 265 253.5 233 236 229 225 227"/><polygon class="cls-15" points="252.25 352.75 254.75 321.75 242 309.75 170.5 309.25 163 320.75 167.5 352.75 192.25 355.5 239.5 355.25 252.25 352.75"/><polygon class="cls-15" points="257 368.25 236 364.5 171 364.75 155.25 371.25 156.25 414.75 219 416.5 257 417.5 259.25 378.75 257 368.25"/><polygon class="cls-16" points="199.67 416 203 408.67 194.67 397.67 184.67 405 187.67 411.33 175.67 407.33 167.67 409.67 169.67 415.33 199.67 416"/><polygon class="cls-16" points="210.33 416 208.67 407.67 216 391 226 398.33 223.67 409.33 228.67 408 234.67 410.67 237.67 412.67 237 404 243.67 397.33 251.67 407 251 414 255 413.33 257 417.5 210.33 416"/><polygon class="cls-14" points="228.75 320.5 253.75 322.5 254 316.75 211.96 316.37 212 315 210 314.25 207.25 315.5 207.23 316.33 198.75 316.25 166.5 312 158.25 313.75 157.25 317.75 207.13 319.67 207.07 321.79 194.5 321.5 186.5 324.25 187.25 343.75 194.75 346.5 229 346.75 232.75 342.75 234 325.5 227.25 322.25 211.78 321.9 211.85 319.85 228.75 320.5"/><polygon class="cls-17" points="212.5 324.5 211.5 327.75 228.25 330 230.5 327.25 226.75 324.75 212.5 324.5"/><polygon class="cls-17" points="206.5 325 206 326.75 190.5 327 188.75 325.75 193.5 323.75 206.5 325"/><polygon class="cls-14" points="260.83 367 223.58 366.5 221.63 370.08 206.31 369.71 195.66 366.36 171 368 171 372 153 370 148.67 373 150.67 375.33 170.33 376.67 167.33 398.67 188 404 208 404 212 399.5 207.67 375 220 375 216 396.67 223.33 404 252.67 403.33 261 394.67 260.83 367"/><polygon class="cls-16" points="199 399.25 199.25 393.75 192.75 389.25 188.5 392.5 192 398.5 199 399.25"/><polygon class="cls-16" points="203.5 399.75 202.25 395.25 205 393.5 205.25 398.25 203.5 399.75"/><polygon class="cls-16" points="183.75 398.5 180.25 394.5 175.75 396 182 400.5 183.75 398.5"/><polygon class="cls-18" points="206 375.38 194.38 379.63 181.38 379.38 174.88 376.75 206 375.38"/><polygon class="cls-18" points="204 371 175 372.75 174 370.38 183.38 369.13 197.38 369.25 204 371"/><polygon class="cls-19" points="180.81 371 180.75 368 179 368 178.5 371 180.81 371"/><polygon class="cls-19" points="177.13 371.5 175.38 369.75 174.5 371.25 177.13 371.5"/><polygon class="cls-20" points="393.67 115.83 410.33 108.75 428.33 115.04 446.33 136.35 440 144 440 155 416.67 182 399 182 383 174 378.33 189.33 366.67 205.67 376 227.67 364 249 345.33 266.67 343.33 278.67 334 288 315 287.33 319.5 313 305 340 275 343.67 261.33 342.67 250.67 357.33 250.33 366 232.33 376 215.33 370 214 357.33 199.33 363.67 194.33 369 184.33 366.67 183 352.33 197.33 338.33 197 326.67 209.67 316 211.67 304.67 223 294 232 296.67 225.67 285.33 237.33 277.67 236.33 266.33 245 257.33 255.33 260 253.33 250.67 246.67 247 247.67 230.67 242.67 221.33 243.33 207.33 254.67 194.33 265 191 277.33 197.67 269 172.67 269 163 262 160.67 265.67 147.33 286.67 133 303.67 130 307.33 120 332.33 114.67 352 126.67 352.33 117.67 386 112.33 393.67 115.83"/><circle class="cls-21" cx="210.35" cy="373.84" r="182.24" transform="translate(-202.73 258.23) rotate(-45)"/></g><g id="SettingMid"><polygon class="cls-22" points="518.33 395.66 516.34 491.67 394.33 511 352.33 513.67 300.33 455 301 369 481 395 518.33 395.66"/><polygon class="cls-23" points="139.83 429.17 138.58 338.42 124.46 331.04 83 327 82.33 432.33 110.67 435 139.83 429.17"/><polygon class="cls-24" points="47 409 48 453.5 56.5 459 63.5 451.5 61.5 409 47 409"/><path class="cls-25" d="M148.25,459.5l-2.87-91L106.94,364l-16.47-5.5-4-147.5L28,198,0,200V507H8l4.5-2.5-2-93.5,59,3L77,508.5s6.5,1,8.5,1,6.5-7,6.5-7l-5-89,44-24,2.5,74.5,11,1Z"/><polygon class="cls-24" points="80 280.5 32 273.5 29.5 307.5 82.5 313 80 280.5"/><polygon class="cls-24" points="78.5 274.5 79 247.5 30 237 32 265.5 78.5 274.5"/><polygon class="cls-24" points="80 240.5 77.5 217 30.5 207 29 228 80 240.5"/><polygon class="cls-26" points="59.5 342.5 46 334 26.5 332.5 24 339.5 21.5 387.5 55.5 399.5 67 384 89 388.5 101.5 379 95 336.5 82.5 328.5 66 330 59.5 342.5"/><path class="cls-24" d="M93,394c0-2-1-18-1-18l-16-.5-9,4,.5,16.5L83,400.5Z"/><polygon class="cls-11" points="99 347 109 343 119 349.5 116 372.5 112 376 98.5 373.5 96 355 99 347"/><polygon class="cls-11" points="122.5 350.5 133.5 346.5 140 351 137 372.5 132.5 378 121 372 122.5 350.5"/><polygon class="cls-11" points="76 239.67 78 222 68 218.5 53 216.5 50.5 233.5 76 239.67"/><polygon class="cls-11" points="45.17 232 46 220 39.5 218 37 230 45.17 232"/><polygon class="cls-27" points="44.33 267.83 46 251 52.5 252 53.5 262.5 58 243 71 249.5 70.17 273 44.33 267.83"/><polygon class="cls-11" points="61 311.17 59 292 54 289 47 289.5 46.33 309.83 61 311.17"/><polygon class="cls-11" points="68 311.33 68 290 75.5 288 82 293.5 80.5 313 68 311.33"/><polygon class="cls-28" points="515.17 403 428.33 409 342 409 302.33 377 301 369 469 366.33 518.33 395.66 515.17 403"/><polygon class="cls-29" points="427 399.66 360.33 402.33 334.33 380.33 337 375.66 403.67 376.33 427 394.33 427 399.66"/><polygon class="cls-30" points="388.75 392 391 390.25 391 386.25 388.25 383.75 384.5 384.75 384.75 390 388.75 392"/><polygon class="cls-30" points="395.25 393.25 395.75 397.5 399.75 397.25 401 393.25 396.75 391.75 395.25 393.25"/><polygon class="cls-30" points="412.5 392 412.25 387.5 409.43 388.09 410 386.25 406.67 385.08 407 382.25 404.75 381 402 382.84 398.75 380.75 398.25 385.75 400.75 388 402.42 385.82 403 388.25 404.51 388.48 404.75 390.5 407.41 390.33 409 392.5 412.5 392"/><polygon class="cls-31" points="416.67 389.33 414.5 391.33 417.33 392.67 419 390.5 416.67 389.33"/><polygon class="cls-31" points="418.67 393.17 415.67 395.17 417 395.67 419.67 395 418.67 393.17"/><polygon class="cls-31" points="370 387.83 367.5 389.67 369.33 391 371.83 389.17 370 387.83"/><polygon class="cls-31" points="369 381.5 367.83 384.5 370.17 385.17 371.33 382.5 369 381.5"/><polygon class="cls-31" points="363.33 380 363 382.17 364.83 382.08 365.5 380 363.33 380"/><polygon class="cls-31" points="377.33 379.67 375.33 383.33 376.83 384.5 380.67 381.83 377.33 379.67"/><polygon class="cls-31" points="383 380.17 381.83 383.5 383.17 383.83 384.83 380.83 383 380.17"/><polygon class="cls-31" points="382.33 386.33 381.17 387.5 382.5 389.17 383.5 388.5 382.33 386.33"/><polygon class="cls-31" points="379.17 392.5 375.83 395 377.67 396.33 380.67 394.67 379.17 392.5"/><polygon class="cls-26" points="473 386 473 365 469.25 359.5 450.25 356.25 442.25 362.25 438 367 443.5 386.75 460 392.25 473 386"/><polygon class="cls-32" points="470.5 365 467.25 360.75 451 359.5 443.75 363.5 446 368.5 462.5 369.75 470.5 365"/><polygon class="cls-33" points="429.13 359.75 423.81 353.13 420.91 347.06 419 347.75 419 354 411.25 356.75 407.25 366.75 417.5 376 425 374.5 429.75 365 429.13 359.75"/><polygon class="cls-34" points="445.67 364.67 439.33 358.67 422.67 361 418 371.33 423.33 382 435 382.67 443.67 373.67 445.67 364.67"/><polygon class="cls-35" points="452 381.33 451.33 375.33 437.67 372.33 428.33 380 429.67 387.33 444.67 391.33 452 381.33"/><polygon class="cls-36" points="463.75 364 469.75 342.5 472.75 341.25 475.5 345.25 466.75 364.75 462.25 368.75 461.5 365.75 463.75 364"/></g><g id="ChefCalm"><polygon class="cls-37" points="317.25 324 309.75 348.75 308.25 369 320.5 368.5 317.25 324"/><polygon class="cls-38" points="336.75 307.25 323.5 311.75 317 319.75 306.75 351.25 310.25 362.75 321 372 337.33 379.96 340.25 371.75 348.5 372.75 342.5 368.25 357.33 367.67 363 342.5 366.67 337 375.25 355.5 366.5 368 360 371.75 356 376.25 359 382.17 367.33 382.5 383 368.75 388.25 357 378.5 330 370 319.5 354.5 312.25 336.75 307.25"/><polygon class="cls-39" points="362.75 307.08 359.25 313.42 352.75 321.25 348.25 320.75 342.42 315 339.42 311 338.75 306.17 337.17 304.5 336.74 297.9 339.55 296.94 354.72 288.8 363.5 295.02 364.55 304.2 362.75 307.08"/><polygon class="cls-40" points="351.04 305.38 350.77 303.68 349.99 302.52 347.83 302.46 346.21 303.66 346.68 303.82 348.25 303.13 348.93 303.19 348.05 303.7 348.15 304.54 349.25 305.19 350.25 305.13 350.47 304.61 351.04 305.38"/><polygon class="cls-40" points="352.96 303.4 352.1 300.08 350.26 299.08 348.42 298.79 346.26 299.93 345.84 301.42 346.39 301.61 346.9 300.64 348.72 300.43 351.18 301.55 352.96 303.4"/><polygon class="cls-40" points="355.69 306.07 355.6 304.8 357.75 303.43 361.21 303.4 362.79 305.18 362.06 307.04 361.62 305.57 360.15 304.66 357.92 304.73 355.69 306.07"/><polygon class="cls-41" points="354.5 312.8 355.61 308.86 355.6 304.8 353.79 304.7 350.56 309.67 350.94 311.12 353.82 313 354.5 312.8"/><polygon class="cls-25" points="361.48 309.03 363.52 302.29 360.11 295.87 358.44 297.69 354.51 296.48 352.65 294.24 353.1 292.56 348.81 294.64 347.5 296.3 343.88 296.63 342.29 301.24 341.21 301.66 338.74 296.97 343.22 286.35 351.32 283.6 356.55 285.29 365.58 293.58 366.26 302.68 362.23 308.96 361.48 309.03"/><polygon class="cls-42" points="365.95 297.48 370.12 283.82 361.08 276.08 350.74 275.45 339.99 282.03 340.25 293.59 352.75 287.87 362.65 291.17 365.95 297.48"/><polygon class="cls-42" points="330.88 309.5 334.75 315.5 337.5 327.63 333.13 344.5 327.88 352.13 325 354.38 325.88 356.75 335.63 364.88 339.75 364.75 342.5 368.25 364.17 368 360.33 361.67 364.38 341.75 363.38 332.25 365 318.75 364.25 316.63 362.38 315.38 361.63 315.63 361.88 320.63 360.5 331.5 352.25 335 342.75 331.88 340.38 328.25 339.63 319.88 338 312.5 333.63 307.88 330.25 308.75 330.88 309.5"/><polygon class="cls-43" points="364.67 383.83 366.17 380.17 360.5 375.5 356.17 375.17 353.83 381.5 364.67 383.83"/><polygon class="cls-43" points="340.25 371.75 348 368.83 351.83 371.67 353.33 383.17 350.83 384.33 339.67 381.83 337.33 379.96 340.25 371.75"/><polygon class="cls-25" points="352.63 376.38 348.25 374.5 347.63 377.75 348.13 380.25 354.88 382.63 354.38 380.25 352.63 376.38"/><polygon class="cls-44" points="351.63 376.38 350.5 377.63 351.5 388.88 369.63 398.13 369.88 385.5 351.63 376.38"/><polygon class="cls-31" points="359.67 393.33 360.17 390.83 357.83 389.17 357.67 392.67 359.67 393.33"/><polygon class="cls-31" points="355 392.33 355.83 391 354.67 389.17 352.33 390.67 355 392.33"/><polygon class="cls-31" points="360.33 387 361 385.25 359.67 383.88 357.67 385.44 358 387 360.33 387"/><polygon class="cls-31" points="356.75 397 355.33 394 352 394 353.67 397 356.75 397"/></g><g id="Briana"><polygon class="cls-45" points="157.38 264.09 161.48 286.91 160.07 293.31 160.2 308.06 160.59 311.65 160.84 314.85 159.94 318.69 160.52 325.24 155.84 330.11 136.36 331.26 135.59 346.38 140.72 353.05 130.21 369.97 111.23 366.38 99.44 345.1 105.6 340.23 111.23 316.64 113.8 286.39 142 259.99 157.38 264.09"/><polygon points="118.93 296.13 121.49 294.34 126.62 298.19 125.08 303.82 126.62 307.67 123.28 307.16 120.46 302.03 123.03 299.21 118.93 296.13"/><polygon points="131.75 295.88 129.18 296.65 126.1 292.55 122.26 290.75 115.59 294.34 114.57 302.54 117.64 308.95 122 310.75 112.52 321.26 108.42 320.75 105.34 297.42 124.31 271.01 148.66 256.14 158.92 259.99 160.97 264.35 156.1 267.68 149.95 266.39 145.33 270.76 140.46 271.01 135.85 269.99 137.38 276.91 137.64 283.57 134.82 284.6 134.56 288.7 131.49 292.29 131.75 295.88"/><polygon class="cls-46" points="147.2 290.81 149.75 294.36 153.59 296.41 153.6 289.31 147.2 290.81"/><polygon class="cls-47" points="145.31 289.57 148.63 289.96 151.9 287.99 154.91 287.91 156.8 290.6 154.44 290.31 148.43 291.52 145.31 289.57"/><polygon class="cls-47" points="153.04 289.37 152.27 293.37 153.59 296.41 154.78 296.27 154.9 292.64 154.68 289.11 153.04 289.37"/><polygon class="cls-47" points="159.05 286.78 153.79 282.8 149.05 283.19 144.95 284.34 151.87 280.24 156.74 280.75 159.56 283.96 159.05 286.78"/><polygon class="cls-47" points="152.51 314.72 160.59 311.65 161.48 313.44 160.84 314.85 152.51 314.72"/><polygon class="cls-48" points="160.07 293.31 162.38 300.24 164.82 302.42 164.43 305.49 160.2 308.06 157.13 306.9 158.02 299.34 160.07 293.31"/><polygon class="cls-49" points="148.81 256.44 122 278.9 108.8 303.68 107.33 315.04 104.1 317.65 87.14 300.98 85.09 272.62 83.63 263.84 91.11 247.76 98 244.25 98 259.16 104.7 246.59 115.5 244.54 113.16 253.31 128.94 247.18 146.49 253.02 150.28 253.61 154.28 258.19 148.81 256.44"/><polygon class="cls-49" points="160.18 356.33 131.18 332.61 109.04 330.5 90.58 336.3 75.29 353.17 81.62 357.92 113.78 348.95 160.18 356.33"/><polygon class="cls-50" points="201.45 478.44 203.39 431.09 160.17 355.16 130.12 341.98 111.67 345.15 101.13 350.95 81.62 356.75 51.04 416.32 49.98 432.14 74.77 453.76 104.82 464.3 138 467.91 141.61 487.6 183.71 483.7 201.45 478.44"/><polygon class="cls-51" points="146.82 466 137.24 445.44 109.87 448.95 81.77 438.41 68.43 487.62 62.77 576 117.74 576 116.24 530.19 125.51 576 178.81 576 171.78 510.91 169.68 484.87 146.82 466"/><polygon class="cls-52" points="204.56 507.1 199.57 492.67 204.76 465.77 204.37 443.55 201.64 427.95 201.14 433.56 202.81 459.53 197.25 490.6 193.07 487.99 192.7 488.47 186.78 464.21 191.8 436.92 188.97 408.85 186.83 413.53 189.01 437.31 183 459.14 183 466.16 189.34 492.65 176.61 509.43 181.33 526.19 193.44 536.71 207.48 528.14 204.56 507.1"/><polygon class="cls-45" points="204.1 430 204 429.9 204 424.06 200.11 416.96 200.38 416.26 197.7 410.41 193.33 409.26 193.44 408.46 191.5 403.01 186.44 401.25 186.05 408.46 186.44 420.55 188.78 424.06 191.51 422.89 192.68 414.23 194.63 417.04 192.09 426.69 191.8 429.9 195.02 430.19 198.52 424.06 198.62 422.98 199.69 425.23 196.77 432.24 197.06 434.58 199.99 434.87 201.14 433.56 200.57 439.26 201.74 442.18 203.79 440.72 205.74 431.66 204.1 430"/><polygon class="cls-45" points="187.41 404.18 185.95 394.16 181.16 391.27 179 393.36 179 399.5 182.91 404.47 187.41 404.18"/></g><g id="Table"><polygon class="cls-53" points="768 399 541.67 368.33 431 391.67 430.33 399 768 480.33 768 399"/><polygon class="cls-54" points="768 475.67 687.67 457 607.67 439.67 429.67 396.33 431.67 411 439 417.67 443 550.33 450.33 554.33 459 549.67 455.67 421 560.34 450.33 713.67 480.33 768 496.33 768 475.67"/><polygon class="cls-55" points="768 463 696.67 455.33 675 443 610.34 433 522.34 403.67 514.34 381 523.67 369 757 415.67 768 438.33 768 463"/><g id="TheMug"><g id="TheMug-2" data-name="TheMug"><polygon class="cls-56" points="588.34 395.42 592 401.96 578.43 409.56 545.86 408.47 546.4 401.96 557.58 397.95 588.34 395.42"/><path class="cls-57" d="M587.26,357.78l-13.76-3.26L559.75,356l-6.51,3.62,1,11.56-2.85-1.07-5.07,2.17-3.26,7.6,2.18,8,10.94,4.82,1.36,5.31,15.92,4.34,9.41-1.81,5.43-5.06Zm-38,28.23-1.09-6.88,2.17-4,4.4,1.1,1.12,12.4Z"/><polygon class="cls-58" points="556.49 362.48 572.42 364.65 573.5 398.67 571.33 400.12 563.01 398.67 561.56 380.21 558.3 377.68 556.49 362.48"/><polygon class="cls-59" points="556.49 362.48 557.94 358.86 572.78 357.05 584.36 359.59 584 362.84 572.06 366.1 560.84 364.65 556.49 362.48"/></g></g></g><g id="Light"><polygon class="cls-60" points="683 0 493 378 431 391.67 429.67 398.33 431.67 411 439 417.67 441 502.33 326.33 576 768 576 768 0 683 0"/></g><g id="Gradient"><rect class="cls-61" width="768" height="576"/></g></g><desc>The Galley is quiet. The Cook whistles while he counts raisins. There is a mug on the table near you.</desc> </svg> <<toggleLayer "Gradient" true "" "">>
<<set _temp to [ "You approach the oven, and feel your satchel at your side.", "The fire is roaring, and you think of the captain bleeding on the table behind you.", "You focus on the flames, and all of sudden you know what you need to do.<<set $satchelFlash to true>>", ]>> <<if !hasVisited("Throw The Book") && hasVisited("Give Shirt Strips") && $inventory.includes("Captain's Logbook")>> <<Rep _temp>> <<else>> Nice oven. Very nice oven. <</if>> <<set $footerDisplay to "[[Back|The Galley][$satchelFlash to false]]">>
<<if $items["Puffy Shirt"].status == true>> @@.fadein;<b>Briana:</b> I think I've got something that will help...@@ <<set $satchelFlash to true>> <<else>> @@.fadein;<b>Briana:</b> I'll look around and try to find something that will help...@@ <<set $satchelFlash to false>> <</if>> <<set $footerDisplay to "[[Back|The Galley][$satchelFlash to false]]">>
<<set _temp to [ '<b>Dudingston:</b> Get back! I remind you, you are still my property!', 'The King\'s Letter of Marque gives me authority over you.', '<b>Briana:</b> No, sir!', 'You should be ashamed. ', 'You are a legalized pirate who relies almost entirely on forced labor.', 'It would be one thing if you did your own dirty work, but instead you make us do it for you.', 'Day in and day out you have:', '<<goto Grievances>>', ]>> <<Rep _temp>>
You know these guys? Of course I know these guys. I //work// with a number of these fine gentlemen. They buy the molasses from me, they turn it into rum, and trade the rum for slaves in Africa. We are two links in the same chain. An apt metaphor, Smuggler. Abraham! Edward! How long has it been? You're back from Suriname? Yes. Arrived a few days ago, and Dudingston caught me rolling my barrels onto a tiny Island not far from here. Greedy louse took all the molasses and my ship. Well, Benny, your luck has certainly changed! You are free to recover your molasses and your ship. Dudingston will no longer be a problem for you. He's coming with us. Hey, Abraham, what should we do with this one? //They all look at you.// If you help the smuggler cool down: I can vouch for this one, gentlemen. She's on our side, definitely not working for Dudingston. If you don't help him: I need her help earlier, and she left me to bake!! Throw her over the side, I don't care. Wait, wait!! I was pressed into service!! You can let me go, I'm on your side! See here, I'm a Daughter of Liberty, I've got proof!! (Use your Daughter of Liberty Pin) Well. Look at that. She's telling the truth. It'd be pretty weird for someone to carry that around who wasn't a Patriot, but... she could have //taken it// from someone, you know! Just saying. I was in the riots in New York. I helped offend and annoy the troops in a wide variety of ways during the occupation in Boston. And I'm only here now because I was pressed into service by thatarsewho's lying over there on the table!! So: Let. Me. Go! //You yank your arm away, and pull yourself back to the wall.// //Abraham is surprised, and looks angry for a second, and then relaxes.// Fine. It's not like you can do any real harm around here. If you want to make yourself useful, you can help us find proof of the different ways Dudingston has bent the law for his benefit. Recently, he's been pillaging the coast, claiming he's gathering vital supplies. But he's destroying peoples' fences for firewood, and taking livestock for slaughter; he's marching into peoples' homes and pressing their sons and slaves into service, right from the dinner table! His Letter of Marque gives him a great deal of leeway, but this is simply unreasonable!! He doesn't care about the lives he's changing or the people he's tearig away from their families. We've already got a warrant out for his arrest. We need hard proof that he's been breaking the law. Maybe he wrote down some of the details of the boats and stores he consfiscated illegally, how much he thought they were worth... Could have taken notes so he could split some of the bounties he brought in. If you find anything like that, bring it to me. And if that doesn't work out, the boys will need help on the upper deck setting out the combustibles we brought.
What are you fighting for? What do you mean? We're fighting for liberty!! We're fighting for the king to allow us a vote towards our own futures. We're fighting for freedom and equal rights to those guaranteed to any englishmen! But after all that... We are lawyers, dentists, teachers, fishermen, whalers, sailors!! All hard-working sons of Rhode Island! But with Dudingston? Why are you really out here? For molasses? Give me a break. Actually... hold on. You //are// aware that rum is made from distilling molasses? So without molasses, you have no rum. It takes about 1 gallon of molasses to produce a gallon of rum. So, Dudingston seriously cut down the flow of cheap molasses from the West Indes into our distilleries...our famous Rhode Island rum is the talk of the world... And I mean, really, rum, truly is the lifeblood of Rhode Island. But... doesn't the money, the currency, actually come from the slaves you sell? You trade the rum for men in Africa? Don't you use the rum to buy slaves, and sell those slaves throughout the colonies? I don't know. I don't hate him. I haven't decided yet what I think of him. So you've got all your principles. I get that. And you've got all your And why does that matter? Yeah, but you're out here trying to end Dudingston's stranglehold on the mouth of Narragansett Bay! And the money in Narragansett Bay comes from rum. So your real problem is that Dudingston has put a stranglehold on the rum. Well. Yes.
//You toss the logbook in an elegant curve, and it slides soundlessly into the fire.//
<<set _temp to [ '//George bites into the $food and sighs.//', '<b>George:</b> Oh! That\'s sooo much better. Absolutely delicious!', "@@.rumble;mmm mmm mmm@@", 'I didn\'t know you could cook!', '<b>Briana:</b> Neither did I!', '<b>Briana:</b> So how you doing, buddy? You\'re looking a little chapped.', '<b>George:</b> Chapped? If you\'d been up in the crow\'s nest for a week, you\'d be looking a little chapped as well. There\'s not a whole lot of shade up here...', "<<goto 'George Done'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Crow's Nest]]">> <<set $satchelFlash to false>>
<<set $textOfThingToExamine to "<h2>A Warning To All Privateers.</h2><hr><br>Boston minister Cotton Mather lamented after the execution of pirate John Quelch: “Yea, Since the Privateering Stroke, so easily degenerates into the Piratical; and the Privateering Trade, is usually carried on with so Unchristian a Temper, and proves an inlet unto so much Debauchery, and Iniquity, and Confusion, I believe, I shall have Good men Concur with me, in wishing, That Privateering may no more be practised, except there may appear more hopeful Circumstances to Encourage it.\"">> <<set $imageOfThingToExamine to "<img src='images/episode-3/Privateer.jpg'/>">> <<include examineDisplay>> <<set $lastScene to "Look Above The Desk">>
<<set _temp to [ '<b>Abraham:</b> Well. Look at that. She\'s telling the truth. ', '<b>Large Squinting Man:</b> It\'d be pretty weird for someone to carry that around who wasn\'t a Patriot, but...', '...she could have //taken it// from one! ', '//He squints at you, even harder than usual.// ', '<b>Briana:</b> I was in the riots in New York. ', 'In Boston, I helped subvert, offend, and annoy the King\'s men into submission!', 'And I\'m only here //now// because I was pressed into service by that //arse// of a Captain, who appears to be //lying over there on the table//!!', "//You hear moaning coming from the Galley.//", '<b>Briana:</b> So: Let. Me. Go! ', '//You yank your arm away, and pull yourself back to the wall.// ', '//Abraham is surprised, and looks angry for a second, and then relaxes.// ', '<b>Abraham:</b> Fine. It\'s not like you can do any real harm around here. ', "<<goto 'End Colonial Convo'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>>
<<set _temp to [ '<<set $inventory.delete(\"Empty Mug\")>>//You position the mug on the table, just under the drips.//', '//A satisfying plop lets you know the first drop hit the inside of the mug.// ', '<b>Briana:</b> Well, this is going to take a little while. Better give it a bit and come back once the mug\'s full.', '<<goto \'The Hold\'>>', ]>> <<Rep _temp>> <<set $satchelFlash to false>> <<set $mug to true>>
@@.fade-in;<b>Briana:</b> Look at that! It's full of water! Beautiful!@@ <br> [[Take The Mug Full Of Water]]
<<PickUp "Mug Full Of Water" false false>> <<set $mug to false>> <<set $lastScene to "The Hold">>
<<PickUp "Empty Mug" false false>> <<set $mug to false>> <<set $lastScene to "The Hold">>
<<set _temp to [ "//Abraham turns to you with a sudden intensity.//", "<b>Abraham:</b> If you really do want to serve the cause, you can find proof that Dudingston's a thief.", 'We know he\'s been pillaging the coast, claiming he\'s gathering vital supplies. ', 'But he\'s actually just destroying peoples\' fences for firewood, and poaching their livestock for slaughter. ', 'He\'s been marching into peoples\' homes and pressing their sons and slaves into service, right from their dinner tables! ', 'We have a warrant out for his arrest but we need hard proof to convict him before a judge. ', "So we're here to gather details of the ships and stores he's consfiscated illegally, find notes on their worth, details on his bounties.", 'If you find anything like that, please bring it to me.', "But don't take too long!", "The boys on the stern are prepping the combustibles as we speak.", "If you have anything to add to the pile, we could always use more kindling!", "This ship will be at the bottom of the Bay by sunrise, you better believe it!", "<<goto 'The Hold'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Hold]]">> <<set $satchelFlash to false>>
@@.fade-in;<b>Men Laying Combustibles:</b> Ho, M'lady! Would you like to join in the fun?! It's not every day you get to burn a ship to ashes!!!<br><br>@@ [[Help The Men Burn The Ship]] [[Refuse To Burn The Ship]] <<if visited() lt 2>> <<set $footerDisplay to "">> <<else>> <<set $footerDisplay to "[[Back|The Bow]]">> <</if>>
<<set _temp to [ '<b>George:</b> Help! Please!! Anyone!! ', 'I\'m still up here and I can\'t get down!! ', 'Dudingston chained me here! ', 'Please!! Help!!', "<<goto \"The Bow\">>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Bow]]">>
<<set _temp to [ '<b>Dudingston:</b> It\'s true I\'ve done my best to cut of their shipping lanes, but I believe you were getting at something else...', 'Something to do with why you find it so unjust to work for me...', '<b>Briana:</b> Hmmmm.', "<<goto Grievances>>", ]>> <<Rep _temp>>
<<set _temp to [ '<b>Briana:</b> You have constrained your fellow Citizens, taken Captive on the high Seas to bear Arms against their Country...', 'To become the Executioners of their Friends and Brethren, or to Fall themselves by their Hands.', '<<goto \'GrievanceCorrect\'>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Dudingston:</b> That is false! I haven\'t denied anyone a fair trial! ', 'Besides, everything I do is perfectly legal. Haven\'t you seen my letter of Marque?', '<b>Briana:</b> Hmmmm.', '<<goto Grievances>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Dudingston:</b> I personally need my men out at sea, ', 'but what did you expect of my fellow Brits, who defend the colonies from aggression at every turn? ', 'That we\'d sail back to England after every conflict, and just wait for something new to go wrong back here? ', 'It\'s so much easier to use the buildings in your towns,', 'and live off of your generous gifts of food and other supplies. ', 'But you were talking about something else, weren\'t you?', '<b>Briana:</b> Hmmmm.', '<<goto Grievances>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Dudingston:</b> And how would that protect you from trade violations and impressment? I\'m confused...', '<b>Briana:</b> Indeed! I misspoke. Excuse me.', 'To stop your hostile assertion of dominance in our seas, we must cultivate a new defense:', '<<goto Rights>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Briana:</b> No quartering of soldiers in one\'s house.', '<b>Dudingston:</b> The housing for my soldiers is not your concern.', 'I can already see why stationing them in your town might be intimidating for some people...', '<b>Briana:</b> Indeed! I misspoke. Excuse me.', 'To stop your hostile assertion of dominance in our seas, we must cultivate a new defense:', '<<goto Rights>>', ]>> <<Rep _temp>>
<<set _temp to [ "<b>Briana:</b> The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures.", "<<goto EndDud>>", ]>> <<Rep _temp>>
@@.fade-in;A right that guards against such cynical invasions of our liberty and property:@@<br> [[Right to trial by jury in civil cases.|Right1]][[No quartering of soldiers in one's house.|Right2]][[Freedom from unreasonable searches and seizures.|Right3]][[Freedom from excessive bail, and cruel and unusual punishment.|Right4]]
<b>Briana:</b> Day in and day out you have:<br><br> [[Deprived us in many cases, of the benefit of Trial by Jury.|Grievance3]] [[You have constrained your fellow Citizens, taken Captive on the high Seas to bear Arms against their Country|Grievance2]] [[You have cut off our trade with all parts of the world.|Grievance1]] [[You have quartered large bodies of troops among us.|Grievance4]] <<set $footerDisplay to "">>
<<set _temp to [ '<b>Dudingston:</b>I don\'t see how that would help you with your current problems, my dear.', 'You haven\'t been imprisoned or tried in court.', '<b>Briana:</b> Indeed! I misspoke. Excuse me.', 'To stop your hostile assertion of dominance in our seas, we must cultivate a new defense:', 'To defend against people like you, we need:', '<<goto Rights>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Dudingston:</b> Well gosh, it sounds so dramatic when you put it that way.', '<b>Briana:</b> Do not mock me!', "I will use the momentum from your downfall to advocate for a new right...", '<<goto Rights>>', ]>> <<Rep _temp>>
<<set _temp to [ '<b>Dudingston:</b> Blast it!', 'As I listen to you, and watch these blokes light my ship on fire...', 'I have to wonder if I\'ve gone astray.', "<b>Briana:</b> Captain, I really should say... I think in some ways what you're doing is actually good. It's just how you do it that's so terrible.", "<<goto 'Give Shirt Strips'>>", ]>> <<Rep _temp>>
<<set _temp to [ '<<set $satchelFlash to false>><b>Dudingston:</b> @@.rumble;Ahgrhh...@@ Thank you.', 'This hurts.', '@@.rumble;Ooooooooooo...@@', "<b>Briana:</b> Quit your whining! At least you're not going to die!", "//You look at the medic, who seems unsure.//", "<b>Briana:</b> You're //probably// not going to die.", "//You pause for a minute and shuffle your feet.//", "<b>Dudingston:</b> Out with it! I think I can taste my spleen!", "<b>Briana:</b> Well, sir...I'm faced with an odd situation.", '//You// are an arrogant, aggressive arse that bludgeons his way into getting what he wants.', "You've plundered the coasts like a pirate, with little regard for the people you've hurt;", "And you've pressed almost your entire crew into service, with no apparent concern for the lives you forced us all to abandon in order to serve you at sea.", 'But, at the same time, watching these jackasses burn down your ship in the name of “Liberty" --that is, the Liberty to continue to make rum and sell slaves-- makes me want to slap the lot of them.', "So I find myself unsure about whose side to rally to.", "That said, I don't want you to die.", "So my shirt, actually, your shirt, made the ultimate sacrifice.", "<b>Dudingston:</b> And I appreciate that. Moral clarity is rare in the real world, I find.", "I suppose all I can say is you don't have to make it easier for these jackasses to take me down!", "Please, if you do nothing else, find my logbook.", "Take it from my quarters and get rid of it. Please.", "<<goto 'Take The Captain'>>", ]>> <<Rep _temp>>
<<set _temp to [ '//Just then, without a word, the large man looming in the corner steps into the galley, and lifts the Captain off the table.//', "//He carries him over to the ladder, whistles, and a set of hands dangles down from the hatch above.//", "//The large man lifts the Captain over his head, and the dangling hands pull him up through the hatch.//", "//Throughout this short maneuver, the Captain lets forth a sustained and florid stream of obscenities that does not at all affect the progress of the two men handling him.//", "//You think you see the large man smirking.//", "<b>Briana:</b> So... I take it that we're leaving?", '<b>Abraham:</b> Everyone: abandon ship!! ', '@@.rumble;Everyone@@ @@.jump;ABANDON SHIP!!@@', '@@.rumble;We are about to set the combustibles aflame.@@', '@@.groove;Please show yourselves to your dinghies!!@@', "<<goto 'The Galley'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Climb the Ladder To the Upperdeck|The Bow][$currentI to 'Bow Background']][[To The Hold|The Hold][$currentI to 'Hold Background']]">> <<set $captain to false>>
<<set _temp to [ '//You toss the Logbook with both hands into the flames.//', '//A flurry embers shoots out from all sides and engulfs the book, filling the chamber of the cast-iron oven.//', '//You hear a great woosh as the oven sucks in enough air to eat the book in one long draw.//', '//You see its tender pages disintegrate and disappear.//', '<<goto "The Galley">>', ]>> <<Rep _temp>>
<<set _temp to [ 'You gingerly uncork your horn of gunpowder, and carefully pour some of the black pepper-like grains into the mechanism of the lock.', 'George extends his chain as far as it will go, and leans away from you, out over the flames, as he waits for your next move.', "<<goto \"The Crow's Nest\">>", ]>> //<<Rep _temp>>// <<if $inventory.includes("Flint")>> <<set $satchelFlash to true>> <</if>> <<set $footerDisplay to "[[Back|The Crow's Nest]]">>
<<switch $checkStatus>> <<case "Flint">> <<if $newPassage is "The Crow's Nest" && $attack && hasVisited("Pour The Horn") && !hasVisited("Flint Swing")>> <<goto "Flint Swing">> <<else>> <<if $newPassage is "The Crow's Nest" && $attack && !hasVisited("Pour The Horn")>> @@.fade-in; I made a spark!! Oooo. But there's nothing to light...@@ <<else>> @@.fade-in;I've already done that... George's free!!@@ <</if>> <</if>> <<default>> Not sure about that... <</switch>>
<<set _temp to [ 'You grab the flint tightly, with half of it sticking out above your fist. You pull your arm back and in a swooping motion, you come down hard on the keyhole of the lock. ', 'Your arm bounces back from the impact, as you see a spark.<<set $chain to false>> ', 'A small fireball shoots out of the lock, as it explodes in two pieces, leaving the clasp dangling from George\'s chain.<<set $chain to false>>', "<<goto \"George Is Free\">>", ]>> //<<Rep _temp>>// <<set $satchelFlash to false>>
@@.fade-in; Hmm. Those chains look pretty thick. Not going to be able to file through those... Going to need something pretty heavy-duty to get those off without a key...@@ <br> <<set $footerDisplay to "[[Back|The Crow's Nest]]">>
<<set _temp to [ '//You and George paddle away from the Gaspée as the fire begins to rage.// ', '//Soon you arrive back at the beach to watch the ship burn.//', '<<goto "The Beach">>', ]>> <<Rep _temp>>
<<if !hasVisited("WowLookAtThat")>> <<goto WowLookAtThat>> <<elseif hasVisited("EndEnd")>> [[To Be Continued|https://portraitofatyrant.com/wiki/?episode=3]] <<else>> <<if hasVisited("WilsonOpen")>> <<if $wilson is true>>[[Congratulate Wilson|WhatAboutYouWilson][$wilsonBeach to true]]<</if>> <</if>> <<link [[Talk To Benny|Outro]]>><<set $passageCounter to 0>><<set $smuggler to true>><</link>> <</if>> <<set $footerDisplay to "">> <<if !hasVisited("WhatAboutYouWilson")>> <<set $wilson to true>> <</if>> <<if $debug>> DEBUG [[Congratulate Wilson|WhatAboutYouWilson][$wilsonBeach to true]] [[Talk To Benny|Outro]] <</if>>
<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><linearGradient id="linear-gradient" x1="384" y1="341" x2="384" y2="84" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c7e0ea"/><stop offset="0.134" stop-color="#b3cad6"/><stop offset="0.382" stop-color="#92a7b5"/><stop offset="0.617" stop-color="#7b8e9e"/><stop offset="0.829" 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.036" stop-color="#5b7e98"/><stop offset="0.364" stop-color="#686a8a"/><stop offset="0.688" stop-color="#6f5d81"/><stop offset="1" stop-color="#72597e"/></linearGradient><radialGradient id="radial-gradient" cx="430.732" cy="205" r="240.341" gradientTransform="translate(-190.544) scale(1.363 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.01" stop-color="#fbaf3b" stop-opacity="0.984"/><stop offset="0.173" stop-color="#f89935" stop-opacity="0.727"/><stop offset="0.334" stop-color="#f68530" stop-opacity="0.506"/><stop offset="0.489" stop-color="#f4762b" stop-opacity="0.324"/><stop offset="0.637" stop-color="#f36a28" stop-opacity="0.183"/><stop offset="0.775" stop-color="#f26126" stop-opacity="0.082"/><stop offset="0.9" stop-color="#f15c24" stop-opacity="0.021"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></radialGradient><radialGradient id="radial-gradient-2" cx="384" cy="288" r="339.411" gradientTransform="translate(960 -96) rotate(90) scale(1 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffea7f"/><stop offset="0.205" stop-color="#d5c679"/><stop offset="0.588" stop-color="#8c866e"/><stop offset="0.863" stop-color="#5e5e67"/><stop offset="1" stop-color="#4c4f64"/></radialGradient><radialGradient id="radial-gradient-3" cx="382" cy="232.5" r="296.528" gradientTransform="translate(847 -149.5) rotate(90) scale(1 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffea7f"/><stop offset="0.07" stop-color="#e2d17b" stop-opacity="0.836"/><stop offset="0.163" stop-color="#bfb275" stop-opacity="0.642"/><stop offset="0.262" stop-color="#a09871" stop-opacity="0.47"/><stop offset="0.364" stop-color="#86816d" stop-opacity="0.325"/><stop offset="0.47" stop-color="#716f6a" stop-opacity="0.207"/><stop offset="0.581" stop-color="#616167" stop-opacity="0.115"/><stop offset="0.699" stop-color="#555765" stop-opacity="0.05"/><stop offset="0.831" stop-color="#4e5164" stop-opacity="0.012"/><stop offset="1" stop-color="#4c4f64" stop-opacity="0"/></radialGradient></defs><g style="isolation:isolate"><g id="Setting"><rect y="84" width="768" height="257" style="fill:url(#linear-gradient)"/><polygon points="768 314 747 313 728 305 715 310 647 314 603 300 559.457 308.287 483 311 315.118 307 292 300 279 303.56 258 297 237 307 131 303 80 297 18 303 0 295 0 576 768 576 768 314" style="fill:url(#linear-gradient-2)"/><polygon points="768 106 713 133 670 129 663 120 643 125 609 125 583 149 549 149 475 149 411.333 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" style="fill:#575c7c"/><polygon 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" style="fill:#575c7c"/><polygon points="131.25 200.75 109.375 205.625 103.437 218.063 74.469 220.531 52.984 210.516 42.992 202.008 16.746 200.004 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" style="fill:#575c7c"/><polygon 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" style="fill:#575c7c"/><polygon points="617.5 191 604.667 185 589 185 574.001 190 571.667 194.667 578.001 198 596.334 197 611.334 201.667 631.001 202 638.001 199.333 638.667 195.667 627.334 192.667 617.5 191" style="fill:#575c7c"/></g><g id="BigFire"><polygon points="690.333 0 679 28.999 641.667 57.667 617 54.333 617 69 597 88.333 565.667 92.999 544.333 84.333 542.333 88.999 526.333 90.333 523.667 99.667 515 103.667 523 116.333 523 128 539.666 153.666 554.333 206.999 535 234.999 535 254 524.333 274.333 527.666 282.333 525 291.666 470.333 305.666 424.333 275.666 337.666 248.333 312.999 208.333 282.999 135.666 302.333 88.333 315.5 88.75 311.666 62.333 334.999 38.999 352.333 40.333 350.999 24.333 353.666 7.666 368.333 0 690.333 0" style="fill:#ce4f26"/><polygon points="473.5 297.333 474.917 290.168 471.625 285.251 480.313 287.958 486.323 278.646 497.662 259.323 498.664 231.995 495.666 224.331 500.666 206.999 497.667 192.333 490.334 185.667 490 160.667 477.667 144.667 460.333 135 454 137.333 446.166 134.667 439 118.667 439 108 432.333 95 425.667 93 433.667 107.333 429 118.667 437 139 455 148.333 459.667 171 455.667 178.667 427.333 166.667 397.333 165 378.666 175.333 380 162 398.333 148 411.333 140 426.667 145.333 420 135 405.333 130.667 386 138.667 391 130.167 404 121 416 121 423.333 124.333 419.333 117.667 400.667 110 382.333 118 367.333 141.333 345.333 152.333 336.666 171.667 343.333 214.333 359.666 260 473.5 297.333" style="fill:#f3d16c"/><polygon points="515 181.667 507.5 175 503.416 179.333 504.709 194.333 513.187 197 515 193 515 181.667" style="fill:#f3d16c"/><polygon points="523 176.333 525.667 171.333 523 161 514.667 159.667 513.667 163.333 516.667 174.667 523 176.333" style="fill:#f3d16c"/><polygon points="497.666 110.667 502 106.667 502 79 491.667 70.333 478.667 69 473 70.333 473 61 465.667 45.667 450.334 36.667 439 34.667 402.667 52.333 419.667 56.667 437.334 57.333 457.334 72 462.334 82 486.334 82.333 497 93.333 497.666 110.667" style="fill:#f3d16c"/><polygon points="482 31 489.334 47.333 487.334 62 498 65.667 502.667 59 501.334 41.333 487.667 32 482 31" style="fill:#f3d16c"/><polygon points="388.5 61.167 382.75 66.917 365 61.333 365 57 371 54.333 388.5 61.167" style="fill:#f3d16c"/><polygon points="386 79 380.333 74 364 73.667 361.333 86 386 79" style="fill:#f3d16c"/><polygon points="559.166 74.667 566.416 77.667 589.042 48 584.687 15.667 561 0 539 0 555.333 28.333 563.667 55.667 559.166 74.667" style="fill:#f3d16c"/><polygon points="475 101 470 106 492.5 115.5 492 130 488.5 140 505.5 146 520.5 142.5 529.5 150.5 548.5 206.5 539.5 219.5 527 217 533 239.5 526.5 265.5 516 272 534.5 270 550.5 241 546.5 227.5 558.5 225 569 198 556 146.5 537.5 124 515.5 119.5 509 128.5 506 116 498.5 109 475 101" style="fill:#a42e14"/><polygon points="479.75 0.25 507.875 12.625 510.937 23.063 515.469 68.531 525.984 70.016 531.492 62.758 528.5 42 537 42 546 27.5 546 3 534.5 0 479.75 0.25" style="fill:#a42e14"/><polygon points="624 0 623.5 15.5 615 33.5 625 40.5 661.5 16.5 665 0 624 0" style="fill:#a42e14"/><polygon points="486.25 98 483.5 93.5 476.25 92 467 94.25 466.25 97.5 477.25 96.75 486.25 98" style="fill:#a42e14"/></g><g id="SmallFire"><polygon points="458.333 235.001 479.666 224.334 483.666 207.667 481.666 199.667 493.666 188.334 491.666 162.334 482.333 145.001 470.999 137.667 470.333 143.667 468.333 148.334 460.333 136.334 442.333 131.001 446.333 120.334 464.999 119.667 464.333 106.334 443.666 97.001 421.666 105.667 420.999 111.667 421.666 117.667 411.666 119.001 406.333 121.667 399.666 136.334 412.333 158.334 424.999 157.667 429.666 172.334 422.333 189.667 424.999 207.667 458.333 235.001" style="fill:#ce4f26"/><polygon points="387.665 76.334 391.665 65.667 400.332 67.001 408.998 85.667 411.665 97.667 417.665 81.001 411.665 52.334 396.998 43.667 383.665 48.334 382.331 59.667 376.998 53.001 378.331 64.334 387.665 76.334" style="fill:#ce4f26"/><polygon points="374.998 39.667 374.332 25.001 366.332 19.667 363.665 28.334 368.332 38.334 374.998 39.667" style="fill:#ce4f26"/><polygon points="328.999 189 336.332 173.667 327.665 155.667 328.999 144.333 325.665 127 314.999 115 310.5 117.188 310.332 129 301.665 119 300.999 113 297.665 94.333 278.75 78.5 270.25 70.75 328.999 189" style="fill:#ce4f26"/><polygon points="465.665 83.667 466.332 90.334 474.998 103.001 479.665 122.334 482.998 107.001 478.998 90.334 465.665 83.667" style="fill:#a42e14"/><polygon points="369.665 131.001 366.998 122.334 370.75 112.25 384.25 115.25 389.665 107.001 382.331 95.001 384.331 87.001 394.332 91.001 408.998 106.334 405.665 115.667 369.665 131.001" style="fill:#a42e14"/><polygon points="440 221 454 215.5 454 196 443.5 187 436 187 435 192 431 189.5 427.5 181.5 437 169 441 156 436.5 139.5 422.75 124.5 410 124 410 127 417.5 130.5 425.5 143.5 425 152.5 414 140 401 133 381 133 377 141.5 367.5 143 371 149 393 149 407.75 156 409 160.5 409 185 440 221" style="fill:#f3d16c"/><polygon points="462.5 182.75 460.5 197.625 463 208.813 462 217 466 217 471.5 205.5 470.5 190.5 462.5 182.75" style="fill:#f3d16c"/><polygon points="356.5 49 356 59 360 72 371.5 77.5 375.5 85 376.5 77.5 372.5 63 367 59.5 362 45.5 356.5 49" style="fill:#f3d16c"/><polygon points="344.5 53.5 342.5 65.5 345 75 338 69 337 61.5 344.5 53.5" style="fill:#f3d16c"/><polygon points="351.5 73 352 81.5 358.5 87 356 75 351.5 73" style="fill:#f3d16c"/><polygon points="242 176 236 187 238.5 199.5 238 208.5 256.5 211.5 257.5 199.5 248 192.5 246.5 172 242 176" style="fill:#f3d16c"/></g><g id="Ship"><g id="Rope"><polygon points="259.25 50 253 74 242.25 99.5 239.25 101 251 74 255.25 57.25 256.75 45 273.75 63.75 314.25 101.75 324.5 105.75 325.75 108.5 316.25 104.75 308.75 99 272.25 66 262.75 54.5 278.75 78.5 288.25 89.75 310.75 111.25 325.75 121.25 324.5 123.25 305.25 109.5 285.25 89.75 270.25 70.75 259.25 50" style="fill:#ad8249"/><polygon points="279.5 93 273.75 103.75 266.75 109.75 262 109.25 272 101.25 277 90.75 279.5 93" style="fill:#ad8249"/><polygon points="265.75 124.75 253.5 142.25 236.75 157.5 242.75 155.75 255.5 143 266.5 127.25 265.75 124.75" style="fill:#ad8249"/><polygon points="265 166.25 256.25 154 255.25 155 264.75 167.75 265 166.25" style="fill:#ad8249"/><polygon points="262.75 176.25 255.25 163.5 249.25 157.75 246.75 158.75 253.5 165 262.5 178 262.75 176.25" style="fill:#ad8249"/><polygon points="334.781 117.604 310.5 117.188 291.75 114.469 292.25 116.359 311.75 119 334 119 334.781 117.604" style="fill:#ad8249"/><polygon points="402.75 116.25 375.75 111.75 344 102 326 95.5 315.5 88.75 317.75 93.75 327.5 97.75 346.75 104.5 370.75 112.25 384.25 115.25 400.75 116.75 402.75 116.25" style="fill:#ad8249"/><polygon points="284.333 210.667 307 246 308 242.667 289 213.333 284.333 210.667" style="fill:#ad8249"/><polygon points="297 216 312.667 243 313.333 240.667 299.667 215.333 297 216" style="fill:#ad8249"/><polygon points="345.666 191.333 352.333 212 354 234.333 351.666 231 349 210.667 343 192 341.333 195 343 204.333 343.333 214.333 340.333 210.667 339.666 197.333 338.333 192.333 345.666 191.333" style="fill:#ad8249"/><polygon points="364.5 194.833 372.417 212.417 375 231 375 248 374.667 253.667 377 254.667 378.333 248.333 377.333 228 374 209.667 366.667 194.667 364.5 194.833" style="fill:#ad8249"/><polygon points="373.667 197.667 379.667 213 382 231.667 381.667 248.667 381.333 255 385.667 258.333 382.667 223 380.667 210 376 198.333 373.667 197.667" style="fill:#ad8249"/><polygon points="379 199.333 387 219 391.667 248.667 390.667 263.667 394.334 264.333 393.667 247.667 389.667 221.667 385.667 209 379 199.333" style="fill:#ad8249"/><polygon points="443.667 262.667 464.667 295 468.334 295.667 446.667 262.333 451.667 266.667 480.667 300.667 483 299.334 457 253.667 450.334 248.667 474 288.667 452.334 264.333 443.667 262.667" style="fill:#ad8249"/><polygon points="484.333 281.337 502.334 296.667 505.667 296 487.667 279.667 484.333 281.337" style="fill:#ad8249"/><polygon points="551.375 273.5 535.334 271.667 531.667 272.667 549.667 275.667 551.375 273.5" style="fill:#ad8249"/><polygon points="356.667 113.333 365.667 137 395 158.667 390.667 161.333 372 158.667 363.667 165.333 362 180.667 322.667 127.667 356.667 113.333" style="fill:#bba86e"/></g><polygon points="389.667 175 425.667 226 455.667 266.667 423.334 261.667 370 175 373.667 173.667 389.667 175" style="fill:#bba86e"/><path d="M425,278l11,2L338.147,123.126,362.5,113.5l-.5-3-5-1.5-22.219,8.729L311.643,80.634,319,78V75l-4-1.5L278.821,85.961,253,36h-2l-1,2,24.07,49.6L225,104.5V108l6,1.5,45.751-16.377,19.321,39.813L231,158.5l-.5,4,5.5,1,62.849-24.841L349,242l11.5,2L304.834,136.293l28.9-11.425ZM301.913,130.641,281.622,91.38l26.5-9.488,22.363,37.523Z" style="fill:#563b30"/><polygon points="290 120.5 263 112 265.5 135 261.5 179 252.5 204.5 247 209.5 337 218 290 120.5" style="fill:#bba86e"/><polygon points="289.333 116.667 260.333 107.333 257.333 108.333 257.666 111.333 291.666 121.333 289.333 116.667" style="fill:#563b30"/><polygon points="340.666 217 247 209.5 246.333 210.667 247.666 212.333 341 221.667 340.666 217" style="fill:#563b30"/><polygon points="349 146 309.333 132.333 306.333 132.667 307 135.333 352 151.333 349 146" style="fill:#563b30"/><polygon points="312.833 155.5 404.75 113.583 408 114.333 408 117 314.333 159.333 312.833 155.5" style="fill:#563b30"/><polygon points="399.667 153.667 401.667 154.333 402 158 341.333 195 337 194.333 336.333 190.667 399.667 153.667" style="fill:#563b30"/><polygon points="364.666 169.667 405 171.333 407.667 173 406 176 368.333 174.333 364.666 169.667" style="fill:#563b30"/><polygon points="350.666 148 307 135.333 310.666 143.667 332 154.667 335.666 152.667 339.666 162 346 163.667 345 186 352.333 192 382.666 203.667 350.666 148" style="fill:#bba86e"/><polygon points="401.5 176 449 225.125 483.667 251.73 520.333 268.365 540.667 272.349 519.667 277.008 484.333 281.337 448.333 247.127 396.5 175 401.5 176" style="fill:#bba86e"/><polygon points="557.75 276 551.375 273.5 532.937 284 500.5 296 476 296 403 265 349 235.5 338.5 228.5 293 247.5 297.5 271.5 313.5 315.5 361.5 323 389 319 401 323 466.5 323.5 493 321.5 504 319.5 523.667 295.333 557.75 276" style="fill:#2e292f"/><polygon points="313.25 270 308 271.5 301 261.25 300.5 257 304.25 255.25 307.5 257.5 313.25 270" style="fill:#d5853a"/><polygon points="317.75 254.5 314.25 252.25 310.5 254 310.25 256.25 318 268.75 322.25 267 317.75 254.5" style="fill:#d5853a"/><polygon points="341.75 244.5 338.25 242.25 334.5 244 334.25 246.25 342 258.75 347.25 257.25 341.75 244.5" style="fill:#d5853a"/><polygon points="330.75 249 326.5 247.25 324 248 323 252.75 329.5 264 335.666 260.667 330.75 249" style="fill:#d5853a"/></g><g id="Layer_12" data-name="Layer 12"><rect x="27" width="739" height="410" style="mix-blend-mode:overlay;fill:url(#radial-gradient)"/></g><g id="Mid"><polygon 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.307 657.5 239 653 239 651.5 244 734 356.5 752.5 449.5 768 462.5 767.75 362.75 752.375 357.375 702.563 295.226 714.5 300 739.5 305 768 303 768 293.5 735.5 297 710 293 695.367 286.246 666.938 250.776 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" style="fill:#231009"/><path d="M755.371,442.536c.934-3.1-.038-22.869-.038-22.869l-4.667-3.334L748.333,411,740,415l3.657,25.868-14.9-2.12,2.9-35.582L724,400h-6.667l.423,37.181L693.6,433.742,694.666,413l-4-4L689,393.333,686.666,393l-1,3-4.333,1.333,1.956,34.941L672,430.667l-42.331-2.334-53.668,9-2.661.287L572.5,420l-5-4-7.5,2v21.06l-13.432,1.45L547,418.5l-4-4-10,.5.8,26.887-4.132.446.666,8.667,38.1,27.75L525,496l-50.665,19.666-83.333-18-210.669-43.33L0,439V576H768V444.334Z" style="fill:#422b28"/><polygon points="-0.25 232.75 16.375 235.625 38.938 254.563 56.469 262.531 61.484 257.016 58.492 252.508 42.996 248.504 51.498 245.502 55.999 237.001 51.499 234.001 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" style="fill:#231009"/><polygon 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" style="fill:#99a8ad"/><polygon points="475.166 341.5 464.083 341.25 429.709 342.958 408.02 343.314 404.678 344.156 409.667 346 449 346 472 344.667 475.166 341.5" style="fill:#99a8ad"/><polygon points="405 338.667 400.333 337 391.333 339.167 352.333 339.833 344.166 337.333 339.666 339.667 344.333 341.667 369.666 343 396 343 405 338.667" style="fill:#99a8ad"/><polygon points="388.834 347.834 377.417 346.416 360.708 346.042 348.687 346.688 343.01 349.844 345 352 362 352 383 352.333 388.834 347.834" style="fill:#99a8ad"/><polygon points="354.666 371 346.333 368 323.666 366.333 306.666 361 296.333 362.333 287.333 369.333 296.333 374.667 315 377.667 326.333 383 355.333 385 367.666 381.667 368 375.333 354.666 371" style="fill:#99a8ad"/><polygon 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" style="fill:#99a8ad"/><polygon points="297.535 345.229 300.958 345.762 299.299 348.217 291.727 350.319 264.343 351.184 251.073 350.302 244.331 348.047 246.44 346.044 262.031 346.834 268.352 349 287.105 349 291.951 347.834 291.029 346.375 288 345.793 288 344.917 294.295 344.667 297.535 345.229" style="fill:#99a8ad"/><polygon points="647 334 633 334 639 340.334 632.667 345 573 346 562 347 558.667 349.834 576.667 352 641 352 653.667 347.667 655.333 339 647 334" style="fill:#99a8ad"/></g><g id="Sailors"><polygon points="599 480 595.875 481 568.437 478.75 543.062 472.516 537.045 460.041 529.513 457.737 528.064 454 533.279 454 534.691 451.491 534.56 450.552 537 449.25 533.922 445.991 533.206 440.871 526.471 437.938 521.401 441.921 520.532 451.916 516.405 452.552 513 439.5 507.75 439 506.451 433.518 513.5 435.75 516 431.75 509.25 420.25 498.75 417.25 493.75 424.25 496.691 428.43 496.5 435.5 499.5 436.25 500.25 439.5 491.5 441.5 486.25 451.75 485.685 458.421 478.972 456.772 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.402 449.582 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" style="fill:#2d211b"/><polygon points="569.666 433.166 564.166 433.75 559.418 439.708 568.708 450.689 565.355 457.679 564.677 473.673 560.34 486.004 568.336 483.669 575.002 473.002 574 462.334 581.334 468.001 581.667 475.001 578 483.334 590 483.001 590 489 601.667 512.001 598.334 516.668 594.334 518.834 592 521 603 521 609 517.001 603.334 493.001 600 485.001 603.334 478.334 606 494.668 619.667 508.334 623.834 518.668 627 521.334 627 515 624.667 502.001 615 488.668 613.334 469.668 607.334 462.001 588.334 444.668 578.667 443.668 580.667 440.334 579 437.001 576 437.334 569.666 433.166" style="fill:#2d211b"/><polygon points="490.333 487.668 491.667 509.001 497.333 524.668 493.667 531.334 489.333 533.334 488.333 535 496 535 506 532.001 501.333 507.334 500.333 500.334 505 489.668 508 506.001 510 525.001 515.667 527.334 519.333 523.334 516.667 496.001 511 480.334 490.333 487.668" style="fill:#2d211b"/><polygon points="594.002 316.775 589.048 321.818 575.427 322.837 567.644 323.168 559.152 328.995 559.683 331.111 557.384 330.933 555.968 330.399 558.269 328.632 566.228 323.147 557.207 321.023 537.218 326.861 536.333 326.153 555.084 320.14 548.362 317.132 546.062 314.125 552.431 313.947 553.314 311.472 552.431 310.057 554.022 306.518 556.676 306.342 557.56 308.287 556.676 310.41 558.091 310.587 559.152 313.24 559.457 308.287 561 307.226 561 304.041 564.232 303.334 565.584 304.926 564.757 307.226 566.022 309.526 566.416 312.887 573 314.125 573 310.409 575 309.172 575 307.225 576.717 305.634 578.549 306.342 578.756 309.879 580.364 310.232 581.257 312.002 582.322 310.764 581.085 308.382 582.148 306 584.802 306 585.333 311.036 588.517 312.139 589.225 316.58 594.002 316.775" style="fill:#5d403c"/><polygon points="335.502 325.459 326.983 334.131 303.56 335.883 290.175 336.452 275.574 346.473 276.485 350.111 272.532 349.804 270.098 348.887 274.054 345.848 287.742 336.415 272.228 332.764 237.854 342.803 236.333 341.585 268.578 331.244 257.019 326.072 253.064 320.901 264.015 320.596 265.535 316.339 264.015 313.905 266.752 307.819 271.315 307.517 272.836 310.862 271.315 314.513 273.748 314.817 275.574 319.38 276.222 310.862 279 309.037 279 303.56 284.434 302.345 286.696 305.082 285.243 309.037 287.403 312.993 287.879 318.772 299 320.901 299 314.512 303 312.384 303 309.035 305.865 306.3 308.972 307.517 309.306 313.6 312.061 314.207 313.59 317.25 315.42 315.121 313.291 311.06 315.118 307 319.681 307 320.595 315.625 326.069 317.503 327.287 325.132 335.502 325.459" style="fill:#5d403c"/><polygon points="671.999 430.667 677.001 421.334 666.334 420 668.167 401.666 665 398 665 388 658.668 386.666 656.334 390 653.668 395 656 395 657.001 399.666 659.334 400.666 650.334 406 648.668 420.333 642.334 421 639.001 408 632.001 406.333 631.334 396 626.001 394.333 621.668 398.666 623.334 408.666 619.668 411.333 618.334 428.666 615.001 420.666 615.668 414.333 604.334 404.666 603.001 398.333 599.501 396 591 403.333 591 410 572.667 422.501 572.5 428.168 581.084 426.333 592.209 422.666 598.605 429.333 572.303 430.333 572.817 438.834 611.66 437.666 654.33 430.333 671.999 430.667" style="fill:#2d211b"/></g><g id="Briana"><polygon points="236.833 553.666 233 576 212 576 208.333 561.666 236.833 553.666" style="fill:#411802"/><polygon points="186.167 556.333 183 576 158 576 154.333 550.333 186.167 556.333" style="fill:#411802"/><polygon points="226.82 254.213 230.327 273.724 229.121 279.204 229.231 291.81 229.56 294.879 229.779 297.619 229.012 300.906 229.5 306.5 225.5 310.667 208.844 311.648 208.185 324.581 212.571 330.282 203.582 344.75 187.36 341.681 177.276 323.486 182.538 319.32 187.36 299.152 189.553 273.285 213.665 250.706 226.82 254.213" style="fill:#995319"/><polygon points="193.936 281.614 196.129 280.081 200.513 283.368 199.198 288.191 200.513 291.48 197.664 291.043 195.252 286.657 197.444 284.245 193.936 281.614"/><polygon points="204.897 281.395 202.706 282.053 200.075 278.547 196.787 277.013 191.087 280.081 190.21 287.096 192.841 292.577 196.567 294.111 188.456 303.099 184.949 302.66 182.318 282.711 198.54 260.131 219.366 247.417 228.134 250.706 229.889 254.432 225.724 257.283 220.463 256.186 216.516 259.914 212.352 260.131 208.405 259.256 209.721 265.174 209.94 270.873 207.528 271.751 207.309 275.259 204.678 278.328 204.897 281.395"/><polygon points="218.113 277.06 220.293 280.096 223.573 281.852 223.585 275.782 218.113 277.06" style="fill:#c8c8c3"/><polygon points="216.5 276 219.333 276.333 222.134 274.648 224.706 274.581 226.319 276.883 224.306 276.633 219.167 277.667 216.5 276" style="fill:#000a00"/><polygon points="223.111 275.832 222.445 279.253 223.573 281.852 224.591 281.731 224.699 278.628 224.506 275.607 223.111 275.832" style="fill:#000a00"/><polygon points="228.244 273.614 223.75 270.216 219.695 270.544 216.187 271.531 222.105 268.023 226.271 268.461 228.683 271.202 228.244 273.614" style="fill:#000a00"/><polygon points="222.654 297.508 229.56 294.879 230.327 296.412 229.779 297.619 222.654 297.508" style="fill:#000a00"/><polygon points="229.121 279.204 231.094 285.122 233.177 286.986 232.848 289.617 229.231 291.81 226.601 290.823 227.368 284.355 229.121 279.204" style="fill:#7a3d10"/><polygon points="219.491 247.667 196.562 266.875 185.281 288.063 184.016 297.781 181.258 300.016 166.754 285.758 165.002 261.504 163.751 254.002 170.125 240.251 176 237.25 176 250 181.75 239.25 191 237.5 189 245 202.5 239.75 217.5 244.75 220.75 245.25 224.167 249.167 219.491 247.667" style="fill:#4e6d89"/><polygon points="229.211 333.091 204.415 312.804 185.479 311 169.7 315.959 156.626 330.386 162.036 334.443 189.537 326.779 229.211 333.091" style="fill:#82a0b1"/><polygon points="264.5 437.5 266.159 397.012 229.201 332.091 203.508 320.82 187.731 323.525 178.715 328.484 162.035 333.443 135.887 384.389 134.985 397.914 156.175 416.398 181.873 425.415 210.25 428.5 213.333 445.334 249.333 442.001 264.5 437.5" style="fill:#c8b26f"/><polygon points="217.791 426.866 209.599 409.283 186.192 412.288 162.166 403.272 150.754 445.351 145.95 550.713 166 566.5 195.849 562 191.64 481.751 201.258 562 230.5 568.5 247.545 555.522 239.129 465.271 237.333 443.001 217.791 426.866" style="fill:#96875e"/><polygon points="267.159 462.012 262.898 449.671 267.333 426.667 266.999 407.667 264.665 394.333 264.234 399.132 265.662 421.333 260.912 447.903 257.333 445.667 257.016 446.083 251.958 425.333 256.25 402 253.833 378 252 382 254 402.333 249 421 249 427 254.286 449.657 243.333 464 247.333 478.333 257.667 487.333 269.667 480 267.159 462.012" style="fill:#6f4518"/><polygon points="266.931 396.079 267 396 267 391 263.517 384.935 263.667 384.334 261.333 379.334 257.575 378.345 257.667 377.667 256 373 251.666 371.5 251.333 377.667 251.667 388 253.667 391 256 390 257.001 382.594 258.667 385 256.5 393.25 256.25 396 259 396.25 262 391 262.083 390.083 263 392 260.5 398 260.75 400 263.25 400.25 264.237 399.132 263.75 404 264.75 406.5 266.5 405.25 268.25 397.5 266.931 396.079" style="fill:#995319"/><polygon points="252.5 374 251.25 365.438 247 362.969 245 364.75 245 370 248.5 374.25 252.5 374" style="fill:#995319"/></g><g id="Smuggler"><polygon points="120.999 576.166 118.999 549.082 71.666 481.041 4 465.021 0 481.667 0 526 27.666 576 120.999 576.166" style="fill:#96875e"/><polygon points="123.75 525.5 128.875 550 121 568 117 568 118.999 549.082 106.362 530.839 123.75 525.5" style="fill:#bc9464"/><polygon points="126.019 367.816 133.587 387.467 124 458 127.25 471.5 126 518.5 126 531 118.233 534.332 106.237 530.839 89 472.615 89 435.353 81 471.666 80.999 496.333 35.22 495.322 4 465 25 382.079 43.922 356.75 70.705 348.599 126.019 367.816" style="fill:#332622"/><polygon points="112.044 350.93 121.942 360.537 126.018 368.105 105.057 361.99 75.945 356.168 53.238 353.257 59.643 346.272 71.288 341.905 112.044 350.93" style="fill:#a42e14"/><polygon points="128.201 313.376 135.333 325.021 135.187 329.097 127.91 333.171 128.201 313.376" style="fill:#9e7b56"/><path d="M123.98,294.744l3.784,8.442,1.747,9.607-1.164,4.949.582,18.341-2.911,13.682-4.367,2.039-15.138-2.912-7.86-3.494s-11.936-2.911-11.645-2.038-14.265-4.949-13.392-3.784.292-7.278.292-7.278l4.948-28.238Z" style="fill:#bc9464"/><polygon points="114.955 284.264 125.435 292.415 126.6 304.06 124.271 308.427 125.727 319.78 124.853 336.374 119.322 339.285 122.233 349.184 118.74 359.081 107.386 362.574 80.895 359.372 77.692 353.259 72.452 352.968 65.174 346.272 61.681 338.12 66.339 330.261 73.034 327.641 67.503 319.78 68.959 307.554 75.654 302.604 80.021 290.959 103.019 282.809 114.955 284.264" style="fill:#46424c"/><polygon points="68.333 576 66.333 548.334 32.333 514.334 50.333 576 68.333 576" style="fill:#8d5222"/></g><g id="Wilson"><polygon points="345 384.668 341.75 384.75 332.5 392 332.854 393.57 293 407 293 433 321 442.5 327.5 423.5 334.939 402.801 336 407.5 342.25 405 347.25 389.75 345 384.668" style="fill:#be7b5a"/><polygon points="331 428.668 310 436 292.667 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.668" style="fill:#3a1d14"/><path d="M319.166,352.166,312,347h-7l-3.667,4.334-2.667,2-7.666,1-6,8-2,10L286,376l-7,2.667-2.334,11,4,8L279,399.834,275.333,410l1.333,8.667,3.667-10,6,6.333L280,423l2,8.667,2.333-8L286.667,428h6L296,418.333l5-5.666,2.333,10.666,17.667,5,1,4L329,437l6.666-1.333-6-4,1.334-3c2,1.666,6.666-2.667,6.666-2.667l-1-7,4-5,2-10.667L338,394a37.316,37.316,0,0,0,7,4.667l.333,6,2.667-4-.334-6L343.833,390,345,384.668V378l-2.667-3.332,1.333-5-3-8.667L335,355.334l-3,2.334-1.667-5-5.667-3L321,349.334Z" style="fill:#150d14"/></g><g id="WilsonReal"><polygon points="326.213 301.571 309.509 312.471 305.814 326.578 312.26 326.842 311.828 341.883 317.145 353.462 332.209 354.433 340.323 368.899 348.035 400.846 377.779 353.476 361.204 329.596 364.444 304.777 326.213 301.571" style="fill:#855b3a"/><polygon points="303.315 291.727 327.209 312.056 367.668 327.9 380.579 322.408 379.144 309.041 347.502 274 311.246 282.9 303.315 291.727" style="fill:#2d2c31"/><polygon points="319 496.201 293.269 598.055 307.207 624.858 356.525 629.146 357.597 547.665 391.905 624.858 433.718 625.93 467.072 603.681 418.826 483.603 319 496.201" style="fill:#63554b"/><polyline points="296.402 444.249 311.512 385.74 339.94 369.089 343.19 372.775 378.101 353.342 400.75 363.795 424.605 391.671 462.665 466.183 462.665 512.285 436.666 527.831 401.018 516.573 380.648 496.739 347.412 509.068 319 496.201 313 518 300.774 511.213" style="fill:#2d1b11"/><polygon points="326.002 310.511 321.595 313.816 321.595 308.11 326.002 310.511" style="fill:#3e1d14"/></g><g id="Gradient"><rect width="768" height="576" style="opacity:0.2;mix-blend-mode:multiply;fill:url(#radial-gradient-2)"/><rect x="33" width="698" height="465" style="mix-blend-mode:soft-light;fill:url(#radial-gradient-3)"/></g></g><desc>On the beach, you watch the Gaspeé burn as the men all around you scatter into the darkness.</desc></svg> </div> <<toggleLayer "Smuggler" $smuggler "Benny stands to your left." "">> <<toggleLayer "Wilson" $george "George stands to your right." "">> <<toggleLayer "WilsonReal" $wilsonBeach "Wilson stands to your right." "">>
<<set _temp to [ '//You hand Abraham the Captain\'s Logbook.//', '<b>Abraham:</b> Ah excellent!! ', 'Yes, this is exactly what we were looking for. ', 'We accept this offer of friendship and we grant you the same privileges as the smuggler: freedom to return to your former life.', "But, alas, we //do// still plan to burn the ship down.", "So it might be wise to make haste towards the nearest exit!", "<<goto 'The Hold'>>", ]>> <<Rep _temp>> <<set $satchelFlash to false>>
<<set _temp to [ '//You pour some of the whale oil from your container into the lamp.//', '//You think, 'Now I just need something to light it...'//', ]>> <<Rep _temp>> <br> [[Back|The Captain's Desk]]
<<set _temp to [ 'You remove the metal cover on the lamp, exposing the wick. ', 'After taking your flint and firestarter from your satchel, you smack them together, ', 'and the wick, now soaked in whale oil, ignites.', '<<set $lamp to true>><<goto "The Captain\'s Desk">>', ]>> //<<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:#876546;}.cls-3{fill:#eee4e1;}.cls-4{fill:#b2885e;}.cls-5{fill:#fdfcff;}.cls-6{fill:#756457;}.cls-7{fill:#5d4b3a;}.cls-8{fill:#402513;}.cls-9{fill:#5d3e1b;}.cls-10{fill:#81552e;}.cls-11{fill:#190f00;}.cls-12{fill:#502c29;}.cls-13{fill:#caa574;}.cls-14{fill:#302224;}.cls-15{fill:#473018;}.cls-16{fill:#211813;}.cls-17,.cls-19{opacity:0.6;}.cls-17{fill:url(#radial-gradient);}.cls-18{fill:#574129;}.cls-19{fill:url(#radial-gradient-2);}.cls-20,.cls-21{mix-blend-mode:overlay;}.cls-20{fill:url(#radial-gradient-3);}.cls-21{fill:url(#radial-gradient-4);}</style><radialGradient id="radial-gradient" cx="367.32" cy="269.72" r="31.48" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c49c51"/><stop offset="1" stop-color="#a67c52"/></radialGradient><radialGradient id="radial-gradient-2" cx="367.43" cy="270.18" r="31.82" xlink:href="#radial-gradient"/><radialGradient id="radial-gradient-3" cx="368.33" cy="278.29" r="80.67" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbbf51"/><stop offset="1" stop-color="#a67c52" stop-opacity="0"/></radialGradient><radialGradient id="radial-gradient-4" cx="367.88" cy="281.9" r="31.55" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbbf51"/><stop offset="1" stop-color="#fff17f" stop-opacity="0"/></radialGradient></defs><title>CaptainsQuartersDeskPro</title><g class="cls-1"><g id="Letter"><polygon class="cls-2" points="384.49 93.17 364.43 119.25 362.42 166.73 373.79 192.15 404.55 192.81 408.56 186.13 384.49 93.17"/><polygon class="cls-3" points="384.49 93.17 372.78 125.27 377.19 179.22 402.57 186.8 433.32 186.35 438.89 164.06 419.93 164.5 419.93 145.33 429.29 98.97 384.49 93.17"/><polygon class="cls-4" points="419.93 164.5 395.86 163.17 394.52 174.76 387.38 178.32 381.59 166.29 389.62 159.6 419.49 161.61 419.93 164.5"/><polygon class="cls-5" points="409.9 96.18 389.17 115.46 388.72 127.5 414.58 112.34 414.58 102.53 409.9 96.18"/><polygon class="cls-6" points="426.95 82.47 409.9 96.18 410.57 101.86 414.92 104.2 433.64 89.49 430.97 83.81 426.95 82.47"/></g><g id="Messages"><polygon class="cls-2" points="371.11 80.46 370.44 92.5 330.99 95.84 326.97 85.81 328.98 53.71 334.33 47.69 371.11 80.46"/><polygon class="cls-2" points="342.36 139.98 342.36 152.02 310.92 154.69 308.25 129.28 314.71 104.76 342.36 139.98"/><polygon class="cls-2" points="322.4 165.73 317.44 179.27 320.29 205.52 334.33 205.52 361.08 204.85 358.41 181.45 322.4 165.73"/><polygon class="cls-3" points="314.71 104.76 352.16 115.91 349.94 148.9 325.86 142.21 309.36 141.77 314.71 104.76"/><polygon class="cls-3" points="322.74 165.4 327.64 194.38 355.73 192.59 370.89 195.27 362.42 166.73 341.02 162.72 322.74 165.4"/><polygon class="cls-3" points="334.33 47.69 334.33 82.47 377.58 83.36 379.81 50.81 334.33 47.69"/><polygon class="cls-7" points="355.06 40.67 354.06 54.38 355.4 56.05 358.41 55.05 360.08 41.34 357.07 39 355.06 40.67"/><polygon class="cls-7" points="331.66 99.19 327.31 113.57 328.98 116.24 331.99 115.91 336.67 101.19 335.33 99.52 331.66 99.19"/></g><g id="DrawerClosed"><polygon class="cls-8" points="427.96 349.97 427.96 434.24 413.58 442.26 403.88 430.89 403.88 359.33 427.96 349.97"/><polygon class="cls-9" points="509.55 475.7 509.55 309.85 398.87 277.75 268.79 286.44 267.45 467.01 274.14 475.03 288.19 469.01 286.18 344.62 354.39 376.05 355.06 511.14 364.43 518.5 379.81 509.81 379.81 376.05 488.14 358.67 489.31 473.02 496.09 482.39 509.55 475.7"/><polygon class="cls-10" points="509.55 309.85 362.42 329.24 268.79 286.44 413.24 275.74 509.55 309.85"/><polygon class="cls-8" points="494.83 323.22 494.83 347.3 375.79 365.58 375.79 341.95 494.83 323.22"/><polygon class="cls-11" points="426.62 344.62 426.62 349.97 451.14 345.51 450.69 340.61 426.62 344.62"/><polygon class="cls-12" points="424.61 275.41 423.94 261.86 413.24 257.1 388.5 258.39 383.15 263.06 384.49 283.44 394.52 288.45 413.24 288.45 424.61 275.41"/><polygon class="cls-13" points="437.99 265.04 391.84 295.8 437.99 307.84 452.03 315.2 472.1 319.21 496.17 295.13 504.19 291.79 465.41 274.4 437.99 265.04"/></g><g id="DrawerOut"><polygon class="cls-8" points="428.38 350 428.38 435.28 413.83 443.4 404.02 431.9 404.02 359.47 428.38 350"/><polygon class="cls-9" points="510.96 477.24 510.96 309.39 398.94 276.9 267.29 285.7 265.94 468.44 272.71 476.57 286.92 470.48 284.89 344.58 353.93 376.39 354.61 513.12 364.08 520.56 379.65 511.76 379.65 376.39 489.3 358.8 490.48 474.54 497.34 484.01 510.96 477.24"/><polygon class="cls-10" points="510.96 309.39 362.05 329.01 267.29 285.7 413.49 274.87 510.96 309.39"/><polygon class="cls-12" points="425 274.53 424.32 260.82 413.49 256 388.45 257.31 383.04 262.03 384.39 282.66 394.54 287.73 413.49 287.73 425 274.53"/><polygon class="cls-13" points="438.54 264.04 391.83 295.17 438.54 307.36 452.75 314.8 473.06 318.86 497.42 294.5 505.54 291.11 466.29 273.51 438.54 264.04"/><polygon class="cls-14" points="496.07 322.92 513.22 352.25 442.82 377.52 375.59 365.79 375.59 341.88 496.07 322.92"/><polygon class="cls-8" points="422.63 362.86 381.68 340.63 374.24 341.88 374.24 366.24 413.83 390.27 422.63 362.86"/><polygon class="cls-15" points="534.31 341.88 495.39 323.04 456.47 329.35 511.3 353.72 527.2 369.85 534.31 341.88"/><polygon class="cls-8" points="534.31 341.88 533.97 368.95 413.83 390.27 413.49 363.53 534.31 341.88"/><polygon class="cls-11" points="464.93 364.89 464.93 370.3 489.75 365.79 489.3 360.83 464.93 364.89"/></g><g id="LampUnlit"><polygon class="cls-16" points="388.28 309.85 389.17 303.61 381.14 298.25 352.16 297.36 343.25 304.05 345.48 310.74 362.42 316.54 380.25 314.75 388.28 309.85"/><polygon class="cls-17" points="388.28 249.21 380.25 236.28 363.31 233.16 350.38 242.53 346.37 250.55 341.91 291.12 354.84 304.5 374.01 306.28 384.26 302.27 392.74 287.11 388.28 249.21"/><path class="cls-16" d="M382.93,213.1l-2.33-1,1.88-21.77-4-2.23-26.75,4-1.34,4,2.26,18.4-3.15,3,.89,25,8,4.45,18.72-.44,6.24-6.24Zm-24.52-4-2.74,2.59-2.17-13.74,2.68-1.34,21.4-4,1.33,2.23-1.69,15.9-5-2.08Z"/><polygon class="cls-18" points="377.13 301.82 377.13 289.79 366.76 287.78 355.73 291.46 356.4 300.82 366.43 303.16 377.13 301.82"/></g><g id="LampLit"><polygon class="cls-16" points="388.61 310.74 389.51 304.43 381.4 299.02 352.11 298.12 343.1 304.88 345.35 311.64 362.48 317.5 380.5 315.69 388.61 310.74"/><polygon class="cls-19" points="388.61 249.45 380.5 236.38 363.38 233.23 350.31 242.69 346.25 250.8 341.75 291.81 354.81 305.33 374.19 307.13 384.56 303.08 393.12 287.75 388.61 249.45"/><path class="cls-16" d="M383.21,213l-2.35-1,1.89-22-4.05-2.25-27,4.06-1.35,4,2.28,18.61-3.18,3,.9,25.24,8.11,4.51,18.93-.45,6.31-6.31Zm-24.79-4.06-2.76,2.63-2.2-13.9,2.71-1.35,21.63-4.05,1.35,2.25-1.71,16.07-5.05-2.1Z"/><polygon class="cls-18" points="377.35 302.63 377.35 290.46 366.87 288.43 355.71 292.15 356.39 301.61 366.53 303.98 377.35 302.63"/><path class="cls-20" d="M449,278.29a80.67,80.67,0,1,1-80.67-80.67A80.67,80.67,0,0,1,449,278.29Z"/><circle class="cls-21" cx="367.88" cy="281.9" r="31.55"/></g></g><desc>This is the little desk in the Captain's Quarters.</desc></svg> <<toggleLayer "DrawerOut" $drawer "The drawer is open." "">> <<set _oppDrawer to !$drawer>> <<toggleLayer "DrawerClosed" _oppDrawer "The desk drawer is closed." "">> <<toggleLayer "LampLit" $lamp "The lamp is lit." "">> <<set _oppLamp to !$lamp>> <<toggleLayer "LampUnlit" _oppLamp "The lamp is out." "">> <<set _marque to !$Documents.includes("Letter Of Marque")>> <<toggleLayer "Letter" _marque "The letter of Marque is secured to the wall." "">>
@@.fade-in;//A chest in the corner of the Captain's Quarters.//@@<br> [[Open The Chest|Chest In The Corner]] <<set $footerDisplay to "[[Back|The Captain's Quarters][$currentI to 'Captain Background']]">>
<<set _temp to [ '<b>Wilson:</b> I just messed up the timing. Does it even matter? I miss my wife. I miss my daughter. I want to get out of here.', "I didn\'t smuggle myself out of Prussia to work for the British Navy for no pay!", "<b>Briana:</b> Oh come on. Tell me what happened; I won't gossip.", "//Wilson sighs.//", "<b>Wilson:</b> The last time we went to port I tried to jump over the side of the ship when we were still a half-mile out or so. I'm a good swimmer, I figured I could make it.", "Well, some of the men caught me as I was preparing to dive— literally grabbed me by my suspenders as I was going over.", "They tied me up, and then as punishment Dudingston put me out here, swabbing the deck for a week.", 'I\'ve made these boards my bed, living room, dining room, and toilet. Quite a life I\'m leading.', ' <<goto WilsonQuestions>>', ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|WilsonQuestions]]">>
<<set _temp to [ "<b>Wilson:</b> Why? Because I don\'t want to fight for the British Navy.", "I went through a lot to come to America. This was not what I had in mind.", "<<goto WilsonQuestions>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|WilsonQuestions]]">>
<<set _temp to [ "<b>Wilson:</b> Oh, I had a few run-ins with folks after I landed.", "Some people just said nasty things about Jews. Standard stuff.", "Other people refused to let me stay in their hotels. I got thrown out of couple of restaurants. It was humiliating.", "Then I heard about Providence, Rhode Island. It's said their people are open-minded.", "For them it doesn't matter how you worship God. You can live there in peace.", "So I set out for Rhode Island on a whaling ship making its way along the coast.", "<<goto WilsonQuestions>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|WilsonQuestions]]">>
<<if hasVisited("TryEscape") && !hasVisited("EscapePlan")>> [[How'd you get to America?|EscapePlan]] <<elseif hasVisited("EscapePlan")>> [[Why did you have to smuggle yourself out of England?|SmuggleOut]] <<if hasVisited("Plans")>> [[Are there actually any rules around impressment?|ImpressmentRevisited]] <<else>> [[You had to leave Boston because you're Jewish?|Plans]] <</if>> <<else>> [[Why were you trying to escape this time?|TryEscape]] <</if>> <<if hasVisited("Plans")>> [[But how were you actually impressed?|HowWilsonImpressed]] <</if>> [[I still don't understand how they caught you this time around...|CaughtYou]] <<if hasVisited("CaughtYou") && hasVisited("TryEscape") && hasVisited("Plans") && hasVisited("ImpressmentRevisited")>> <<goto "Wilson Done">> <</if>> <<set $footerDisplay to "[[Back|The Bow]]">>
<<set _temp2 to [ "<b>George:</b> Please, Briana. You've got to help me get out of here.", "We need to find the key to this lock!", "<b>Briana:</b> I'll find it, George, I promise!", "//The Captain yells from below://", "<b>Dudingston:</b> You! Briana! Get down here! Do not fraternize with the jailbird!", "<b>Briana:</b> Um... yes, sir!", "<b>Dudingston:</b> Come find me on the stern. I have something important to discuss with you.", "<b>Briana:</b> Yes, sir!", ]>> <<Rep _temp2>> <<set $footerDisplay to "[[Back|The Crow's Nest]]">> <<set $Notebook.push("Wilson Part I")>> <<set $Notebook.push("Wilson Part II")>>
<<set _temp to [ "<b>Benny:</b> Hey Briana! Wow. Jeez I\'m really sorry about before. I was freaking out a bit, I guess.", 'All that time in the Bread Room did me NO GOOD! Anyway, sorry I almost got you captured.', '<b>Briana:</b> Did you want something?', "<b>Benny:</b> I... heard you talking to George.", "I wanted to offer my assistance, because I feel bad about how I reacted back there.", 'There\'re some people I know who live at a place called Buzzard\'s Roost, way out in the backcountry, in Georgia. ', 'It\'s waaaaaay up the Savannah River, just past Augusta... beyond the edge of the territory, where you\'re on your own.', 'I could introduce you, if you want something far away from all this craziness.', 'We could sail my boat down the coast. It wouldn\'t take more than a week and you\'d be there.', "<b>Briana:</b> Well... I was planning to go find my father, but I still don't know where he is, exactly... I know the backcountry is a good bet. I guess in the meantime I need to establish myself //somewhere...//", "//You squint at Benny.//", "<b>Briana:</b> I hope you know I'm still pissed at you. And I don't like what you do for a living.", "But I don't think your soul is rotten, or anything.", "And it's not like people are knocking down my door with offers of assistance...", "So, yes. Let's set sail for the backcountry.", "//Benny suddenly doesn't look so sullen anymore.//", "<b>Briana:</b> And I don't see any point in staying here one minute longer. We're just going to get arrested, or worse...", "<b>Benny:</b> I couldn't agree more. Let's recover my ship, and be off. It's just down the coast a little ways.", "<b>Briana</b>: I figure Dudingston\'s going have quite a time trying to explain what happened tonight, and he\'ll be looking for witnesses.", '<b>Benny:</b> I\'m sure he\'ll land on his feet. ', "When the dust settles, I bet he\'ll get a promotion! “The great hero who fended off the heathen Sons of Liberty!\" Just watch!", '//You look up at the burning skeleton of the Gaspée.// ', "<b>Briana:</b> So long, Gaspée! You probably deserved better than this... but that's life.", "<<goto EndEnd>>", ]>> <<set _temp2 to [ "<b>Benny:</b> Hey Briana! I heard you and George talking. I was just going to offer my assistance...", "I wanted to pay you back for your kindness in the Bread Room.", "There\'re some people I know who live at a place called Buzzard\'s Roost, way out in the backcountry, in Georgia.", 'It\'s waaaaaay up the Savannah River, just past Augusta... beyond the edge of the territory, where you\'re on your own.', 'I could introduce you, if you want something far away from all this craziness.', 'We could sail my boat down the coast. It wouldn\'t take more than a week and you\'d be there.', "<b>Briana:</b> Well... I was planning to go find my father, but I still don't know where he is, exactly... I know the backcountry is a good bet. I guess in the meantime I need to establish myself //somewhere...//", "//You squint at Benny.//", "<b>Briana:</b> I hope you know I'm still pissed at you. And I don't like what you do for a living.", "But I don't think your soul is rotten, or anything.", "And it's not like people are knocking down my door with offers of assistance...", "So, yes. Let's set sail for the backcountry.", "//Benny suddenly doesn't look so sullen anymore.//", "<b>Briana:</b> And I don't see any point in staying here one minute longer. We're just going to get arrested, or worse...", "<b>Benny:</b> I couldn't agree more. Let's recover my ship, and be off. It's just down the coast a little ways.", "<b>Briana</b>: I figure Dudingston\'s going have quite a time trying to explain what happened tonight, and he\'ll be looking for witnesses.", '<b>Benny:</b> I\'m sure he\'ll land on his feet. ', "When the dust settles, I bet he\'ll get a promotion! “The great hero who fended off the heathen Sons of Liberty!\" Just watch!", "//You look up at the burning skeleton of the Gaspée.//", "<b>Briana:</b> So long, Gaspée! You probably deserved better than this... but that's life.<<set $QPassage to ''>>", "<<goto EndEnd>>", ]>> <<if !hasVisited("Pour Water On The Brazier")>> <<Rep _temp>> <<else>> <<Rep _temp2>> <</if>> <<set $footerDisplay to "[[Back|The Beach]]">>
<<set _tempGeorge to [ "<b>Briana:</b> Sounds like it's time to get out of here! Better grab what I need and go!", "<<goto 'The Galley'>>", ]>> <<Rep _tempGeorge>> <<set $footerDisplay to "[[Back|The Galley]]">>
<<set _temp to [ '<b>George:</b> Quick, we can climb down to a dinghy from here!', '<b>Briana:</b> Goodbye, Gaspée! It was not so short, and not so sweet! I won\'t miss you!', '<b>George:</b> Me neither.', "<b>Briana:</b> I'll row. You don't have such a great dinghy record as of late.", "//George hangs his head.//", "<b>George:</b> It's true.", "Dang dinghy!!", "<<button \"Climb Down To A Dinghy\" \"Beach Transition\">><</button>>", ]>> <<Rep _temp>>
<<switch $newPassage>> <<case "The Captain's Desk">> <<include DeskBackground>> <<case "The Captain's Quarters">> <<include CaptainBackground>> <<case "The Galley">> <<include "Galley Background">> <<case "The Magazine">> <<include "Magazine Background">> <<case "The Bread Room">> <<include "Bread Background">> <<case "The Hold">> <<include "Hold Background">> <<case "The Drips">> <<include "Hold Background">> <<case "Barrels Of Molasses">> <<include "Hold Background">> <<case "The Bow">> <<include "Bow Background">> <<case "The Stern">> <<include "Stern Background">> <<case "The Crow's Nest">> <<include "Crow Background">> <<case "George Is Free">> <<include "Cutscene">> <<case "The Beach">> <<include "Beach Background">> <<default>> <</switch>> <<include MapControls>>
<<set _temp to [ "@@.rumble;Hownnnnnk Shhhhhhhhhphhhhhhhhh@@", "@@.jump8ths;chu chu@@ @@.jump;Hownnnnnk@@", "@@.jump;Hawuuuuuk@@ @@.jump8ths;chu@@ @@.rumble;Shhhhhhhhhhhphhhhhhh@@ @@.groove;chu@@ @@.groove;chu@@ @@.groove;chu@@ @@.groove;chu@@ @@.groove;chu@@ @@.rumble;Shhhhhhhhhhhphhhhhhh@@", "@@.rumble;pft pft pft hawannk chuuuuuuuuuuuw@@", "@@.mirror;Hownnnnnk@@ @@.jump;Hownnnnnk@@ @@.upside-down;Hownnnnnk@@", "<<goto 'The Hold'>>", ]>> <<App _temp>>
<<set _temp to [ "You grab the flint tightly, with half of it sticking out above your fist. In your left hand, you're holding the fire starter.", "You lean down, trying to keep your feet as far from the lock filled with gunpowder as you can.", "Then in one swooping motion, you come down hard on the fire starter, which is resting on the keyhole of the lock.", 'As your arm bounces back from the impact, you see a spark.<<set $chain to false>> ', 'A small fireball shoots out of the lock as it explodes in two pieces, leaving the clasp dangling from George\'s chain.<<set $chain to false>>', "<<goto \"The Crow's Nest\">>", ]>> //<<Rep _temp>>// <<set $satchelFlash to false>>
<<set _temp to [ "Ah the Magazine!! For so long I thought this room was some kind of publication!!", "Took me months to figure out it's where they keep all the guns.", "And then I realized why the Magazine can only be accessed from the Captain\'s Quarters:", "It gives the Captain an advantage during a mutiny.", "If the Captain thinks he's going to be killed or captured by his crew, he can run into his cabin.", "Then he can lock the door, and he'll be the only one with access to the Magazine, where all the guns and gunpowder are stored!", "AND he'd be the only one with access to the bread room, where most of the food is.", "It's a pretty smart design, given the general mood of his crew!", "Impressment does NOT make the heart grow fonder for one's Captain, I've noticed!", "<<goto 'The Magazine'>>", ]>> //<<Rep _temp>>//
<<set _temp to [ "<<if $pick == 'New Spring'>>You take the new spring and stretch it out so that you have a straight end. You shove it into the lock and begin twisting it back and forth. Soon, you hear a click, pull on the clasp, and the lock falls off the chain, clanging to the floor of the crow's nest. <<else>> You shove the small file into the lock and begin twisting it back and forth. Soon, you hear a click, pull on the clasp, and the lock falls off the chain, clanging to the floor of the crow's nest.<</if>>", "<<set $chain to false>><<goto \"The Crow's Nest\">>", ]>> //<<Rep _temp>>// <<set $lastScene to "The Crow's Nest">> <<set $satchelFlash to false>>
<<set _temp to [ "<b>Briana:</b> Boy, would I!", "<b>Men Laying Combustibles:</b> Do you have anything flammable we can spread around the deck?", "<<if $inventory.includes(\"Captain's Logbook\") || $inventory.includes(\"Puffy Shirt\") || $inventory.includes(\"Whale Oil\") || $inventory.includes(\"Horn Of Gunpowder\")>> <<set $satchelFlash to true>><b>Briana:</b> I believe I do, as a matter of fact... <<else>> <<if !hasVisited(\"AnythingElse\")>>No, I'm afraid I don't... but I can go look for something. I'll be right back!<<else>><<button [[Well, I think that's everything I've got, but I can go look for more things to burn...|The Stern]]>><</button>><<button [[I'm pretty sure that's everything there is to burn. Let's get this going-away party started!|LightItUp]]>><</button>><</if>><<set $satchelFlash to false>> <</if>>", ]>> <<Rep _temp>> <<set $lastScene to "AnythingElse">> <<set $footerDisplay to "[[Back|The Stern]]">>
<<set _temp to [ "<b>Briana:</b> Wait, wait!! Stop.", "<<button [[My friend's still in the crow's nest, and I need time to get him down!|FriendDown]]>><</button>> <<button [[What are you going to accomplish by setting the ship on fire?|WhySetShip]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Stern]]">>
<<set $footerDisplay to "[[Back|The Stern]]">> <<set _temp to [ "<<if $checkStatus == \"Horn Of Gunpowder\" || $checkStatus ==\"Whale Oil\">> //You sprinkle the $objectToBurn all around the deck of the ship, and then return to the men with the rest of the combustibles.// <<else>> //You toss the $objectToBurn onto a small pile near the base of the mast at the stern of the ship.// <</if>>", "<b>Men Laying Combustibles:</b> <<if visited()==1>>Hazzah!<</if>><<if visited()==2>>Oh yeah!<</if>><<if visited()==3>>Go girl!<</if>><<if visited()==4>>You're so bad!<</if>><<if visited()==5>>Oh my!<</if>>", "Do you have anything else we can burn?", "<<if $inventory.includes(\"Captain's Logbook\") || $inventory.includes(\"Puffy Shirt\") || $inventory.includes(\"Whale Oil\") || $inventory.includes(\"Horn Of Gunpowder\")>> <b>Briana:</b> I believe I do, as a matter of fact...<<set $satchelFlash to true>> <<else>> <<set _tempNoNo to [ "No, I'm afraid I don't...<<set $satchelFlash to false>>", "<<goto LightItUp>>", ]>> <<Rep _tempNoNo>> <</if>>", ]>> <<set $satchelFlash to false>> <<Rep _temp>> <<set $lastScene to "AnythingElse">>
<<set _temp to [ "<b>Man With The Combustibles:</b> It's time to say goodbye to the Gaspée!", "You\'ve been a scourge on our coasts, to our ships, and to our industry!", "An offense to our people and a stain on our humble colonies!", "Out with you! Down with you!! To the depths you go!!", "<<if hasVisited(\"Refuse To Burn The Ship\")>><<goto 'FireNode'>><<else>>//He turns to you.//<</if>>", "My lady, we need a flame!!", "<<if $inventory.includes(\"Flint\") && $inventory.includes(\"Fire Starter\")>><<set $satchelFlash to true>><b>Briana:</b> Here: I've got a way! <<else>><b>Briana:</b> I need to go hunt for something to help us start this fire... Hold on!<</if>>", "<<goto \"The Bow\">>", ]>> <<Rep _temp>>
<<set _temp to [ "//<<if hasVisited(\"Refuse To Burn The Ship\")>>The Man With The Combustibles takes out a flint and fire starter. As he knocks the flint against the fire starter, a few sparks fly, and the flames catch with a roar!!<<else>>As you knock the flint against the fire starter, a few sparks fly, and the flames catch with a roar!!<</if>>//", "//Then a few seconds later, with a “whoosh\", the mast bursts into flames!!<<set $fire to true>>//", "<b>Men With The Combustibles:</b> Would you look at that? Let\'s get out of here! She's going up fast!", "Once that gunpowder down in the magazine lights...", "<<if (!hasVisited(\"FlintAndFire\") && !hasVisited(\"Flint Swing\") && !hasVisited(\"PickTheLock\"))>><b>Briana:</b> Oh!! @@.jump8ths;George??!!!@@<br> <<if !hasVisited(\"Refuse To Burn The Ship\")>> I completely forgot!!<</if>> I'm coming, buddy!<<else>>Agreed! It's definitely time to go!<</if>>", "<<if !hasVisited(\"FlintAndFire\") && !hasVisited(\"Flint Swing\") && !hasVisited(\"PickTheLock\")>><b>Men With The Combustibles:</b> It's your funeral!<<else>>So long Gaspée!!<</if>>", "<<goto \'The Stern\'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "">> <<set $satchelFlash to false>>
<<set $footerDisplay to "[[Back|The Captain's Quarters]]">> <<set _temp to [ "Maybe the smuggler's got an idea how to get me out of this predicament...", "Better him than them, right?", "<<goto \"The Captain's Quarters\">>", ]>> //<<Rep _temp>>//
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><linearGradient id="linear-gradient" x1="640.708" y1="-94.277" x2="199.292" y2="670.277" gradientTransform="matrix(-1, 0, 0, 1, 804, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.213" stop-color="#cc8d3e"/><stop offset="0.595" stop-color="#7d5243"/><stop offset="0.866" stop-color="#4b2d46"/><stop offset="1" stop-color="#381f47"/></linearGradient><linearGradient id="linear-gradient-2" x1="-103.827" y1="53.232" x2="864.898" y2="520.768" gradientTransform="translate(66.91) scale(0.836 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e0eee0"/><stop offset="0.201" stop-color="#e4cdb6" stop-opacity="0.778"/><stop offset="0.595" stop-color="#eb9068" stop-opacity="0.363"/><stop offset="0.87" stop-color="#ef6937" stop-opacity="0.102"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></linearGradient></defs><g style="isolation:isolate"><g id="Back"><polygon points="515 171 731 165 752.667 367.667 747 384 521 369 515 171" style="fill:#89694f"/><polygon points="747 384 517 364 161 487 335 576 761 576 747 384" style="fill:#473625"/><polygon points="0 105 515 171 521 369 449.662 394.334 367 418 0 453 0 105" style="fill:#5a4937"/><polygon points="618 498 454 454 303 533 335 576 612 576 618 498" style="fill:#675642"/><polygon points="315.095 0 157.602 73.602 0 24 0 0 315.095 0" style="fill:#c5cfdf"/><polygon points="44 114 23.02 113.237 23 111.5 0 109 0 157 23.5 155.5 23.223 131.092 34 127.5 44 114" style="fill:#281c14"/><polygon points="457.66 300.329 456 273 416 274 416 300 384 286 352 289 350 341 320 327 277 328 277 404 438 379 456.993 381.663 457.66 300.329" style="fill:#2f2412"/><polygon points="347 114 347 394 356.261 396.333 359.08 391 357.27 125.667 347 114" style="fill:#281c14"/><polygon points="519.5 212.75 476 235.25 459.25 236.5 391.75 225 353.75 207 354.75 204.25 392.25 223.75 460.5 234.75 476 233.25 515 212 462 224 392.5 214.25 355 201.5 355.5 199.25 392.75 212.25 461.75 222 513.75 210.75 519.5 212.75" style="fill:#392820"/><polygon points="349.75 198.75 339 199.5 333.5 209.25 336 247.75 326.25 257 324.75 285.5 327.5 287 328.5 285.5 329 259 337.25 250.25 338.75 246 336 209.5 340.25 202 350 201 349.75 198.75" style="fill:#392820"/><polygon points="377.333 162.333 375.333 169.333 361.667 170 355 181 353.333 159 377.333 162.333" style="fill:#281c14"/></g><g id="CorkIn"><polygon points="33 154.167 55.667 156.417 72 164.708 95.667 171.021 107.666 167.677 132.333 168.005 160.666 183.002 173 208.668 171.666 243.667 158 257.334 137.667 267 154.667 315 174.333 375.334 191.333 399.667 192.333 409.334 0 443.334 0 157 33 154.167" style="fill:#766148"/><polygon points="37.333 231 42.667 222.333 52.333 224.333 54.667 230.333 51 239 43 238 37.333 231" style="fill:#6b4e33"/><polygon points="0.167 329.166 7.25 326.083 14 331.334 14 341 8.333 345 0 342.334 0.167 329.166" style="fill:#6b4e33"/><polygon points="109 325 104 328.334 103.333 335 111.333 342.334 116 342 120.333 330.667 114.333 325.667 109 325" style="fill:#6b4e33"/><polygon points="132.333 229.667 142.666 226.333 145.666 233.333 144.333 240.667 138 242.667 131.333 238 132.333 229.667" style="fill:#6b4e33"/><polygon points="89 238.333 75 256 66.667 259.667 45 261.667 55.333 277.667 59.333 291.667 66.667 272.333 83.333 259.333 104.666 258 117 259.667 98.333 249 89 238.333" style="fill:#4f3312"/><polygon points="107.666 167.667 96 179 91.333 192.333 82 175 72 164.667 93.333 161.667 107.666 167.667" style="fill:#4f3312"/><polygon points="34.667 154.333 12.667 162.667 0 183.667 0 150 21.333 152.333 34.667 154.333" style="fill:#4f3312"/><polygon points="150.333 312.5 145 340.416 125.333 356.709 108 361.688 70.333 346.011 58.333 324.005 56.667 311.67 48.333 334.334 29.667 351.001 11 356 0 354.667 0 375 27.667 357.667 63.333 358.333 83.333 374 112 378.667 126.666 362 148.666 361 172 372.333 161.333 345.333 150.333 312.5" style="fill:#4f3312"/></g><g id="CorkOut"><polygon points="33 154.167 55.667 156.417 72 164.708 95.667 171.021 107.666 167.677 132.333 168.005 160.666 183.002 173 208.668 171.666 243.667 158 257.334 137.667 267 154.667 315 174.333 375.334 191.333 399.667 192.333 409.334 0 443.334 0 157 33 154.167" style="fill:#766148"/><polygon points="37.333 231 42.667 222.333 52.333 224.333 54.667 230.333 51 239 43 238 37.333 231" style="fill:#1e160e"/><polygon points="0.167 329.166 7.25 326.083 14 331.334 14 341 8.333 345 0 342.334 0.167 329.166" style="fill:#6b4e33"/><polygon points="109 325 104 328.334 103.333 335 111.333 342.334 116 342 120.333 330.667 114.333 325.667 109 325" style="fill:#6b4e33"/><polygon points="132.333 229.667 142.666 226.333 145.666 233.333 144.333 240.667 138 242.667 131.333 238 132.333 229.667" style="fill:#6b4e33"/><polygon points="89 238.333 75 256 66.667 259.667 45 261.667 55.333 277.667 59.333 291.667 66.667 272.333 83.333 259.333 104.666 258 117 259.667 98.333 249 89 238.333" style="fill:#4f3312"/><polygon points="107.666 167.667 96 179 91.333 192.333 82 175 72 164.667 93.333 161.667 107.666 167.667" style="fill:#4f3312"/><polygon points="34.667 154.333 12.667 162.667 0 183.667 0 150 21.333 152.333 34.667 154.333" style="fill:#4f3312"/><polygon points="150.333 312.5 145 340.416 125.333 356.709 108 361.688 70.333 346.011 58.333 324.005 56.667 311.67 48.333 334.334 29.667 351.001 11 356 0 354.667 0 375 27.667 357.667 63.333 358.333 83.333 374 112 378.667 126.666 362 148.666 361 172 372.333 161.333 345.333 150.333 312.5" style="fill:#4f3312"/><polygon points="41.5 236.333 47.25 235.667 50.958 239 51.979 256.333 50.489 257.667 47 256.667 47 245 45 249 41 247 40 241 41.5 236.333" style="fill:#462c1b"/></g><g id="BunkBeds"><polygon points="335.5 216 327 182 295.5 177 289 186 284.5 215.5 335.5 216" style="fill:#3e1d14"/><polygon points="410.5 277 391 263.5 376 264 366 277 410.5 277" style="fill:#3c0600"/><polygon points="455.666 296.002 390.999 295.669 308.332 298.336 206.332 289.669 205.665 275.669 308.332 273.002 437.666 276.336 454.332 279.002 455.666 296.002" style="fill:#5c5240"/><polygon points="450.999 290.335 310.999 291.002 271.665 287.668 274.332 293.002 310.328 300.79 451.666 301.002 450.999 290.335" style="fill:#392820"/><polygon points="452 229 447.5 223.5 368 215.5 320 214 217 217.5 215.5 222.5 452 229" style="fill:#5c5240"/><polygon points="455.5 235.5 313.5 229.5 211.5 227.5 213 222 312.5 218.5 454.5 228.5 455.5 235.5" style="fill:#392820"/><polygon points="457 355 386.5 352 358 352.5 247.5 354 216.5 366 221.5 375 310.5 385.5 460 363.5 457 355" style="fill:#5c5240"/><polygon points="459.667 237.333 517 238.667 517 233 459 229.667 459.667 237.333" style="fill:#392820"/><polygon points="458 289 515 289 516.667 299 460 299.667 458 289" style="fill:#392820"/><polygon points="466.666 362.334 522 348.334 523.666 360 465.333 377.667 466.666 362.334" style="fill:#392820"/><polygon points="518 348 508.666 343.667 410.333 345.667 394.666 349.667 392.333 353 458.333 364 518 348" style="fill:#5c5240"/><polygon points="518 286 509 280 449.667 277.333 431 284.333 465 290 518 286" style="fill:#5c5240"/><polygon points="511.667 231.333 483.667 228.667 461.667 228 461 231 511.667 231.333" style="fill:#5c5240"/><polygon points="509.666 239 485.666 242.667 312.999 236 213.999 226.333 313.999 228.333 455.5 235.5 461.666 237.333 509.666 239" style="fill:#473625"/><polygon points="393 342.5 381.5 337.5 378.45 343.6 377.5 336 371.5 324 379.5 319.5 375.5 309.5 365.5 307 358.5 319 345 327 339.5 346 346.333 357.245 374.209 355.633 374.5 360 390 363 396.5 356.5 393 342.5" style="fill:#0b0100"/><polygon points="411.921 187.659 423.107 177.836 432.35 180.364 434.26 186.682 425.618 196.349 419.966 197.088 416.172 195.307 411.463 200.213 404.585 197 405.725 192.362 411.921 187.659" style="fill:#977559"/><polygon points="444.649 219.52 441.754 209.346 429.707 199.653 416.174 195.292 410.981 196.355 405.726 192.358 393 195.25 382.75 202.25 366.852 201.673 364.25 211.5 378.75 218.5 416.494 220.584 441.511 224.011 444.649 219.52" style="fill:#2d2c31"/><polygon points="442.797 220.15 440.618 214.868 432.039 211.643 419.739 218.774 409.071 217.557 405.649 220.491 401.515 228.626 402.506 228.762 406.472 223.754 410.347 221.256 407.721 225.691 406.648 229.834 408.708 231.378 411.276 229.206 413.437 230.007 417.302 225.742 425.218 225.06 427.257 223.068 440.442 222.603 442.797 220.15" style="fill:#977559"/><polygon points="426.25 191.75 427.75 193.25 430.25 193.5 432.25 186.5 430.25 185.75 426.25 191.75" style="fill:#7f614a"/><polygon points="433.5 189 434 184 429.75 180.375 421.25 184.313 410.25 187.531 413.25 180.766 423 174.258 436 178.504 436.75 185.002 435.75 189 433.5 189" style="fill:#33261c"/><polygon points="382.25 218.75 386.75 208.5 361.5 175.75 352.5 173.75 337.5 189.5 327.25 184.5 314.5 190.25 291 212.25 282.5 215 307.25 214.75 325.5 200.25 329.25 202.25 323.75 212 317.5 215 338.25 214.25 343.5 206 358.5 217.75 382.25 218.75" style="fill:#1c0d00"/><polygon points="467 260.999 485.666 262.999 504.333 267.999 506 277.333 476.333 278.667 467 260.999" style="fill:#301705"/><polygon points="478.666 278.999 481.666 269.333 469.666 259.667 446.666 254.999 422.666 261.999 412.666 274.999 435.333 277.999 478.666 278.999" style="fill:#3d331e"/><polygon points="411.875 271.875 409.687 264.188 413.969 258.219 419.984 257.234 427.242 254.492 428.871 258.996 434 263.25 434 271 429.5 274.75 416.75 275.5 411.875 271.875" style="fill:#7f614a"/><polygon points="434.667 269.999 430.667 269.333 430 272.333 425.667 272.999 423 271.333 424.667 267.999 420.334 262.666 415.667 258.333 411 257.999 408 265.333 410 274.999 418.667 277.333 433.333 277.999 434.667 269.999" style="fill:#5e4216"/><polygon points="431.473 330.02 425.262 326.5 419.051 330.02 416.152 328.777 411.805 329.191 413.875 332.918 410.977 339.336 412.84 342.855 409.527 345.34 413.461 351.344 420.5 353 433.75 342.027 431.473 330.02" style="fill:#7f614a"/><polygon points="428.562 326.5 425.875 326 422 326 422.75 330 425.5 332.625 418.5 346.375 420 350.75 426.5 351.25 432.875 351.375 437.75 341.875 438 332.25 428.562 326.5" style="fill:#301705"/><polygon points="440.75 348.75 437 344.25 417 348.5 412 347.25 409.527 345.34 412.84 342.855 410.75 340.25 411.5 337.25 403.75 341.75 392.75 342.75 355.5 349.75 358.75 364 380.25 370.25 419 360.25 428 359.5 440.75 348.75" style="fill:#1c1612"/><polygon points="381.666 369.667 383.999 357 361.333 348.667 301.333 354 303.999 364.333 315.666 368 316.999 376.667 327.999 382 373.999 372.333 381.666 369.667" style="fill:#938051"/><polygon points="325.333 381.334 329.999 370.667 323.666 366 297.999 372.334 290.333 368.667 284.333 362 278.666 359.667 278.999 365 285.999 374.667 291.666 384.667 298.666 385.334 308.666 382 325.333 381.334" style="fill:#7f614a"/><polygon points="304.999 367 305.333 355.667 301.333 354 281.999 358 281.666 367.334 304.999 367" style="fill:#7f614a"/><polygon points="302.5 273.5 294.5 252 280.5 245.5 273 257.5 269.5 268.5 282 275 302.5 273.5" style="fill:#1c0d00"/></g><g id="Mid"><polygon points="205 114 205 394 214.261 396.333 217.08 391 215.27 125.667 205 114" style="fill:#281c14"/><polygon points="235.04 365.708 73.749 373.082 0.167 372.499 0 388.332 32.41 386.995 32.998 432.332 52.332 428.999 46.776 386.403 96.998 384.332 125.438 382.158 125.998 425.332 145.332 421.999 143.286 380.794 201.665 376.332 250 380 250 406.332 257.176 403.01 258.353 369.686 235.04 365.708" style="fill:#392820"/><polygon points="702.167 161.834 459.667 172.999 336.959 153.042 0 105 0 24 187.667 74.333 325.001 0 734 0 702.167 161.834" style="fill:#473625"/><polygon points="380.5 115.5 302 88.5 308.5 86.5 384.5 114 380.5 115.5" style="fill:#d4bb9a"/><polygon points="433 116 497.5 142.5 503 140.5 467 125 464 125.5 442 115 433 116" style="fill:#d4bb9a"/><polygon points="629.5 91 640 120.5 645.5 123 633 88.5 614.5 13 618.5 44.5 629.5 91" style="fill:#d4bb9a"/><polygon points="479.666 162.833 419 164.249 391.988 159.92 435.666 149 414.333 146.333 373.79 157.002 301.663 145.441 374.499 132.333 353.666 125 282.726 142.405 218.014 132.032 274.999 106.333 262.332 102.333 218.999 106.333 181.351 126.644 120.198 118.222 174.332 78.333 162.999 71.667 132.332 80.333 69.42 111.228 0 101.667 0 112 214.999 141.667 482.999 177.667 505.644 175.645 479.666 162.833" style="fill:#281c14"/><path d="M261.667,403.667l8.666-1.333-44-114L199,211l-10.667-48L163,71.667l-6-5.334-4,4,7.417,26.155-57.8-8.935-6.953-37.22L91,45.667,83,49l31.333,142.667,25.334,82L154.333,331,179,415l10.667-6-9.045-30.965,66.126-13.564Zm-83.334-244L186.4,201.1l-58.138-5.031-11.2-44.821,60.41,5.383Zm-74-62.962,58.8,9.369,12,42.306-60.385-6.387L107,111ZM133,215l-2.209-8.837,57.58,4.936L206.7,259.253l-62.53-6.012Zm13.862,47.458,62.647,4.176,14.569,38.277-63.86,3.27Zm30.2,103.388-14.315-49.008,64.724-3.015L243.94,357.1Z" style="fill:#140400"/><polygon points="398.5 113 367 98 378.5 96.5 404.5 112 398.5 113" style="fill:#d4bb9a"/><path d="M737.664,104.333l-49.253,5.117-3.239-24.7L735,76V58.333L682.383,68.769,669.66,6.258,687,0H622.332L575,21,533.97,28.047,495,0H467l50.519,30.873-51.187,8.793L388.825,56.32,307.11,19.943,344,0H305.666l-72,39-21.333,2.668L159,63,66.332,32.332,47.666,33,0,10V30.332l230.993,68,71.762,18.2,2.907,277.81,6.667,6,8-4.666-2.272-275.263,4.931,1.25,124.736,36.869,1.938,235.81,6.667,6,8-4.666-2.575-233,43.89,12.974,4.167.357,5.851,195.666,4.667,2,6-2-3.3-194.783,113.222-3.969,91.917-4.749L713,150.332l-21.157.806-1.819-26.822L733,119ZM671.239,87.2l4.751,23.646-60.128,6.862L598.709,96.431,661,89Zm-67,31.835-40.578,4.631-38.136,6.73-41.476-20.287,102.4-12.216Zm-17.91-82.7L655.972,11.2l12.133,60.4-.439.087L585.915,81.976,548.787,42.163ZM479,53l57.5-8.928,36.972,39.471-27.807,3.5L459.452,96.3,412.058,68.115ZM202.332,68.332,249.666,51l44.562-24.091,74.1,33.817L305,74.332,266.84,85.925Zm95.334,26-8.047-2.195,86.046-15.8L392.214,72.6l47.155,27.865-72.458,15.454ZM462.69,113.46l47.642,19.618-56.416,9.955-52.45-16.348ZM503,158.332l-29.1-9.069,56.43-7.6h0l29.037,14.519Zm72.613-2.766L545.473,140.29,603.664,135l12.692-1.57,16.786,19.945Zm68.659-2.616-16.84-20.89,51.54-6.377,5.172,25.748Z" style="fill:#392820"/><polygon points="454.333 362.165 315 385.663 315 392 316.993 410.997 453.66 387.663 456.993 381.663 454.333 362.165" style="fill:#473625"/><polygon points="236.833 142.667 233.333 150 223 150 214.667 160.333 212.667 139 236.833 142.667" style="fill:#281c14"/><polygon points="680.625 377.875 676 291 673.667 221 663 215.667 587 213.667 585.333 216 590 370.334 672.25 378.5 680.625 377.875" style="fill:#423230"/><polygon points="671 377 667.5 295.5 663.5 292.5 662 222.5 592 220 596.125 371 671 377" style="fill:#5c5240"/><polygon points="600 232 600 279 657.25 285.25 657.625 283.5 654.75 233.25 600 232" style="fill:#4b392d"/><polygon points="658 301.25 602 296.375 599.875 298.125 603.875 360.25 660.75 364.75 661 324.625 658 301.25" style="fill:#4b392d"/><polygon points="646.334 292.667 648.668 288.334 655.334 289.334 657.001 295.667 652.668 302 648.334 300.667 646.334 292.667" style="fill:#2e1e15"/><polygon points="687 0 716.328 63.663 710.328 108.33 698.994 156.997 694.328 166.997 718.328 266.33 726.995 270.33 734.995 436.33 768 444.998 768 0 687 0" style="fill:#2e1e15"/><polygon points="371.166 51.166 429.083 31.917 429.667 24 414 24 356.333 49.667 371.166 51.166" style="fill:#392820"/><polygon points="341.666 40.333 375 27.667 368.333 23.667 334.333 34.999 341.666 40.333" style="fill:#392820"/><polygon points="571.667 76.333 486.333 86.999 475 84.999 566.333 71.667 571.667 76.333" style="fill:#392820"/><polygon points="487 157.667 533.667 152.333 530.333 147.667 478.333 155.667 487 157.667" style="fill:#392820"/><polygon points="679.667 102.999 709.667 102.333 712.333 90.333 677.667 98.999 679.667 102.999" style="fill:#392820"/></g><g id="Briana"><polygon points="667.244 382.956 670.163 396.898 671.234 404.223 670.649 408.895 662.863 414.783 660.527 416.242 659.359 417.119 655.418 418.286 654.542 419.746 654.25 421.353 662.863 423.25 667.535 421.645 673.813 418.141 675.2 418.578 679.215 416.681 680.187 413.177 678.631 406.947 679.215 392.153 679.507 383.832 667.244 382.956" style="fill:#301705"/><polygon points="694.105 377.7 698.485 392.665 697.464 399.636 693.492 407.501 692 409.965 692 413.177 694.805 413.761 701.099 410.694 705.268 403.978 706.401 399.745 708.138 396.825 707.253 393.176 705.352 388.504 704.182 387.92 703.158 371.715 694.105 377.7" style="fill:#301705"/><polygon points="668.703 318.72 665.345 341.932 662.134 382.372 671.185 385.876 678.192 385.73 683.156 381.204 684.324 375.219 682.572 360.619 681.842 347.48 685.347 364.561 691.916 378.723 699.653 379.598 702.866 375.072 705.493 367.335 705.202 361.203 699.653 341.786 693.376 322.661 692.061 316.529 690.894 315.361 668.703 318.72" style="fill:#938051"/><polygon points="691.477 315.653 691.185 318.72 677.463 322.223 668.703 318.72 669.093 315.945 691.477 315.653" style="fill:#72623e"/><polygon points="667.145 251.368 666.367 257.573 666.951 259.216 667.048 260.572 666.853 264.365 669.58 270.105 671.915 272.075 674.105 272.513 673.959 275.359 672.499 276.236 677.268 283.341 681.745 283.633 685.832 276.139 683.399 274.873 682.523 272.926 683.546 267.282 687 264.946 687 256.673 675.808 246.842 667.145 251.368" style="fill:#bc6112"/><polygon points="671.367 259.848 669.652 260.432 668.946 260.372 668.85 258.935 669.798 258.534 671.367 259.848" style="fill:#e8e2c5"/><polygon points="679.409 259.763 677.633 260.614 676.684 260.663 676.83 258.57 679.409 259.763" style="fill:#e8e2c5"/><polygon points="673.959 272.538 676.514 273.462 678.85 272.878 680.018 271.199 676.222 272.367 673.959 272.538" style="fill:#8a4508"/><polygon points="686.004 261 684.763 260.406 683.813 262.153 684.033 263.427 683.449 264.466 685.127 264.256 685.2 262.801 684.763 262.01 684.908 261 686.004 261" style="fill:#8a4508"/><path d="M706.175,329.279l-3.212-6.326-1.46-2.92-.623.468-.059-.566-6.812-5.449-2.921,6.229.779,7.4,7.982,3.894,2.14-.778-.442-4.279,1.221,2.623,1.071,10.8.292,6.326,1.654,1.753,2.53-1.558.39-9.539Zm1.07,16.06-.584,1.264-1.266-.388-.486-5.158-.974-8.468-.778-4.574-1.847-3.36-.366-3.527,1.337,3.091,3.018,5.158,2.14,8.37Z" style="fill:#452102"/><polygon points="699.557 310.204 696.831 309.133 695.079 310.106 692.938 314.778 697.513 320.715 698.485 321.397 700.043 321.591 702.185 320.228 703.644 319.353 706.564 316.529 704.909 311.858 699.557 310.204" style="fill:#bc6112"/><polygon points="664.031 328.793 666.075 331.615 665.589 334.729 665.199 338.33 664.616 338.526 663.643 337.747 663.447 335.217 663.739 334.34 663.155 333.563 662.182 335.217 661.988 339.889 663.253 341.932 664.616 344.657 664.227 345.533 664.129 346.311 662.962 346.215 660.041 344.268 657.705 337.747 659.457 329.863 664.031 328.793" style="fill:#bc6112"/><polygon points="698.121 311.639 697.318 310.981 695.785 312.369 694.179 315.8 694.617 315.872 698.121 311.639" style="fill:#8a4508"/><polygon points="699.216 314.193 698.485 313.975 695.128 317.624 695.42 317.989 698.704 315.288 699.216 314.193" style="fill:#8a4508"/><polygon points="700.627 316.869 700.676 317.746 698.632 319.79 697.269 320.52 696.977 319.887 698.973 317.844 700.627 316.869" style="fill:#8a4508"/><polygon points="664.518 280.519 662.863 283.925 661.599 292.685 657.121 305.143 654.591 317.893 656.635 323.732 658.094 327.139 658.971 329.864 662.766 330.643 664.518 329.572 665.102 325.289 667.145 322.759 669.19 318.281 673.521 317.405 677.316 318.573 680.236 318.281 682.523 318.477 686.223 317.844 690.31 316.237 691.088 315.945 692.451 311.371 694.495 301.152 696.052 300.568 698.583 309.911 700.238 311.178 703.157 312.929 704.714 317.795 703.644 319.353 704.909 319.255 707.439 316.529 707.926 314.389 711.333 310.301 709.873 304.267 704.228 291.808 695.76 280.031 690.894 277.598 679.993 283.633 668.703 279.059 664.518 280.519" style="fill:#c8b26f"/><polygon points="680.042 259.593 679.264 259.447 678.923 258.96 677.171 258.132 675.712 258.862 675.225 259.739 675.614 259.544 675.885 259.491 675.954 260.226 676.489 260.663 677.438 260.614 677.828 259.666 677.365 258.911 679.312 259.86 680.042 259.593" style="fill:#381d08"/><polygon points="671.574 259.885 670.748 258.619 668.995 257.986 668.169 258.278 667.39 259.301 667.937 259.045 667.9 259.556 668.302 260.25 669.31 260.445 669.7 259.593 669.442 258.855 670.456 259.301 671.574 259.885" style="fill:#381d08"/><polygon points="671.915 258.278 671.769 257.598 670.213 255.991 668.46 255.408 667.779 255.748 667.341 257.16 668.412 256.429 669.482 256.527 671.282 258.23 671.915 258.278" style="fill:#381d08"/><polygon points="679.848 257.16 677.998 256.381 676.733 256.624 675.42 257.501 674.495 257.744 674.203 257.355 674.543 256.77 676.636 255.408 678.485 255.456 679.604 256.527 679.848 257.16" style="fill:#381d08"/><polygon points="673.521 259.739 672.548 259.106 672.256 259.447 671.671 262.27 671.38 262.95 671.867 263.924 673.569 264.313 673.667 263.924 674.933 263.193 675.419 262.609 675.272 262.026 674.349 261.637 673.521 259.739" style="fill:#8a4508"/><polygon points="676.343 267.233 674.737 266.065 672.985 265.967 672.012 266.211 671.574 266.99 671.234 266.698 671.088 267.087 671.281 267.428 672.889 267.185 676.343 267.233" style="fill:#452102"/><polygon points="675.468 268.157 675.029 267.865 672.158 267.914 671.963 268.352 673.375 269.034 674.494 268.936 675.468 268.157" style="fill:#8a4508"/><polygon points="685.931 259.593 684.471 259.252 683.253 261.442 682.768 259.69 681.647 258.57 681.794 257.501 681.015 256.429 680.479 254.629 680.042 252.829 678.388 251.855 677.706 252.196 676.343 251.028 673.228 250.444 670.649 250.59 670.065 251.514 668.509 251.173 668.362 252.196 667.244 252.731 666.318 252.585 665.832 251.124 666.659 249.665 667.973 249.178 667.681 248.837 668.411 247.67 672.499 246.94 685.931 253.023 689.727 259.593 687.391 266.113 683.399 267.768 682.962 267.428 683.253 265.238 685.297 265.19 687.342 263.048 685.931 259.593" style="fill:#452102"/><polygon points="684.553 267.111 686 264.508 686 260.76 683.775 255.796 678.478 250.103 672.276 248.449 667.715 249.227 666.652 249.665 666.219 250.639 666.463 248.254 670.552 245.578 676.926 243.193 680.14 243.631 684.859 246.94 682.864 242.024 684.227 240.078 688.996 245.237 691.04 242.317 692.306 244.993 692.402 250.736 690.164 253.899 690.894 260.226 689.678 264.898 685.832 268.401 683.539 267.816 684.553 267.111" style="fill:#82a0b1"/><polygon points="691.137 245.432 690.407 249.763 689.629 250.055 688.655 247.768 688.996 245.237 688.477 246.46 687.597 244.647 685.449 242.89 686.27 246 687.391 246 687.74 248.409 687.634 248.554 689.142 252.102 691.04 250.81 691.624 247.05 691.137 245.432" style="fill:#556982"/><polygon points="686.368 274.447 684.543 274.867 680.2 282.851 676.095 279.145 671.623 275 668.703 275 664.616 278.984 664.251 281 668.703 281 676.368 284.238 678.192 285.675 676.514 290.519 676.368 292.867 683.887 299.589 686.733 299.444 686.587 298.206 683.011 291.054 682.791 288.864 687.391 295.288 690.529 297.112 691.259 296.383 689.58 291.272 685.857 283.463 689.653 282.294 692.5 279.156 692.792 276.893 690.456 276.09 688.267 275.359 687.098 274.484 686.368 274.447" style="fill:#82a0b1"/><polygon points="680.31 285.36 679.36 285.944 680.456 291.199 683.959 294.412 685.2 295.288 683.011 291.055 682.791 288.864 688.34 292.003 685.857 287.477 682.937 285.871 680.31 285.36" style="fill:#556982"/><polygon points="664 283.974 663.334 286.236 664.948 291.358 662.396 298.348 662.534 300.577 664.984 306.996 666.26 316.338 668.602 318.184 672.107 318.477 676.001 318.281 669.871 315.46 667.34 308.257 665.345 303.682 664.433 299.156 666 291.808 666 290.543 664 286.26 664 283.974" style="fill:#a08b58"/><polygon points="684.859 318.087 683.595 312.636 685.639 310.592 687.877 311.955 687.391 316.529 690.796 313.317 691.673 314.778 690.699 317.016 686.417 318.281 684.859 318.087" style="fill:#a08b58"/><polygon points="671.222 411.723 667.754 411 666.951 411 665.856 412.088 666.075 412.485 669.652 412.831 665.71 415.486 663.155 414.478 662.571 414.411 661.331 415.29 661.477 415.803 665.491 417.409 666.367 417.482 671.769 413.469 671.843 412.559 671.222 411.723" style="fill:#c8b26f"/><polygon points="697.318 399 701.989 399 702.428 399.299 700.457 403.866 699.8 404.105 695.128 403.567 695.055 403.116 695.566 402.16 696.807 402.23 699.945 402.503 701.04 400 697.318 400 697.099 399.647 697.318 399" style="fill:#c8b26f"/></g><g id="Layer_15" data-name="Layer 15"><polygon points="263 402 257 402 258 356 244 353 236 329 259 257 278 241 289 254 300 260 312 296 306 260 310 252 306 248 310 248 320 254 317 261 324 261 353 322 345 371 347 390 263 402" style="fill:#181d44"/><polygon points="283 238 278 236 278 241 289 254 300 260 312 296 306 260 310 252 306 248 300 248 283 238" style="fill:#575f9b"/><polygon points="283 238 295 239 300 230 296 226 300 216 308 218 310 215 310 206 314 201 324 201 324 210 323 216 326 221 329 229 327 229 324 229 324 232 323 233 324 234 323 236 322 238 323 241 323 243 320 245 311 242 306 248 300 248 283 238" style="fill:#7c6549"/><polyline points="300 230 296 226 300 216 308 218 310 216 310 206 315 201 325 201 322 192 310 186 301 186 290 190 282 203 279 216 282 252 289 254 296 250 299 251 303 251 302 245" style="fill:#281e0e"/><polygon points="320 214 320 216 315 215 320 214" style="fill:#3a3734"/></g><g id="Foreground"><polygon points="278 576 493 490 536 442 338 382 192 405 0 434 0 576 278 576" style="fill:#643e1a"/><polygon points="541 457 536 442 451 494 400 511 283 563 251 576 335 576 492 499.07 492 576 527 576 527 481.92 535 478 541 457" style="fill:#462c1b"/><polygon points="768 426 723 416 680 428 678 480 616 484 568 519 577 576 768 576 768 426" style="fill:#140602"/><polygon points="445.666 452.334 370.592 510.078 355.593 511.578 282.097 484.58 287 471 445.666 452.334" style="fill:#452b1c"/><polygon points="253 443 180.102 484.58 154.603 487.579 153.103 469.58 253 443" style="fill:#452b1c"/><polygon points="251.666 433.666 253 443 175.666 477.666 105.666 458.333 189 420.333 251.666 433.666" style="fill:#573617"/><polygon points="161 501 171.103 519.079 133.605 540.078 43.61 537.078 45.11 519.079 76 508 161 501" style="fill:#452b1c"/><polygon points="181.667 431 197.667 432.333 211.667 442.333 197 455.666 171.667 463 152.333 462.333 149.667 447.666 166.333 437 181.667 431" style="fill:#613a19"/><g id="Mug"><path d="M158,397l-38-9-38,4L64,402l2.879,31.954L59,431l-14,6-9,21,6,22,30.229,13.336L76,508l44,12,26-5,15-14ZM53,475l-3-19,6-11,12.148,3.037,3.085,34.256Z" style="fill:#3b2319"/><polygon points="73 410 117 416 120 510 114 514 91 510 87 459 78 452 73 410" style="fill:#281719"/><polygon points="73 410 77 400 118 395 150 402 149 411 116 420 85 416 73 410" style="fill:#1d0e07"/></g><polygon points="367.666 423.667 365.776 424.572 287 462.334 287 471 372.999 495.667 445.666 452.334 443.666 444.334 367.666 423.667" style="fill:#573617"/><polygon points="381 434.334 355.667 437 332.333 448.334 339 468.334 360.333 472.334 393 464.334 409 449.667 401.667 441.667 381 434.334" style="fill:#613a19"/></g><g id="Light"><polygon points="305.666 0 536 442 451 494 400 511 251 576 0 576 0 0 305.666 0" style="fill:#f4d88e;opacity:0.5;mix-blend-mode:overlay"/><polygon points="632.451 494.455 588.953 522.953 600.952 537.952 656.45 539.452 614.452 518.453 632.451 494.455" style="fill:#f4d88e;mix-blend-mode:soft-light"/></g><g id="Gradient"><rect width="768" height="576" style="mix-blend-mode:soft-light;fill:url(#linear-gradient)"/><rect x="2" y="-1" width="766" height="576" style="opacity:0.8;mix-blend-mode:soft-light;fill:url(#linear-gradient-2)"/></g></g></svg> <<toggleLayer "Mug" _mug "The mug is on the table." "">>
<<set _temp to [ "<b>Briana:</b> I can\'t believe you\'re still here!", "<b>Linus:</b> They told us to keep playing... so we'll keep playing!!", "<b>Eric:</b> We serve a higher master anyhow, not any political cause!", "@@.rumbleShort;<b>Linus:</b> The great muse calls us!@@", "@@.jump;Bum-ditty-bum-ditty-bum-ditty@@", "<<button 'Do you still take requests?' 'StillRequests'>><</button>><<button [[Ok! Bye fellas. Enjoy!|The Stern]]>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Stern]]">>
<<set _temp to [ "//And with that, you walk down the beach towards Benny's single-sail smuggling craft.//", "//It's nestled in some rocks about a half mile down the coast.//", "//As you watch the little boat roll in the waves, your stomach begins to turn over.//", "I'm going to the //backcountry...// with this guy?", "<<goto 'The Beach'>>", ]>> <<Rep _temp>>
<<widget "story-init">> /* CORE INFRASTRUCTURE ALL EPISODES*/ /*Init*/ /*Variables*/ <<set $deconstructed to false>> <<set $songs to false>> <<set $document to false>> <<set $poster to false>> <<set $examine to false>> <<set $imageOfThingToExamine to "">> <<set $notebookText 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 $Notebook to ["Empty"]>> <<set $Documents to []>> <<set $inventory to ["Empty"]>> <<set $Songbook to []>> <<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 "Daughter Of Liberty Pin">> <<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 Captain's Quarters">> <<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*/ /*EPISODE 3*/ /*ITEMS*/ <<set $items["Notebook"] to { name : "Notebook", status : false, desc : "Ah! Memories of Boston!", image: "<<include Notebook>>", }>> <<set $items["Captain's Logbook"] to { name : "Captain's Logbook", status : false, desc : "<h2>Captain Dudingston's Logbook</h2><hr> //Dudingston //definitely// didn't want anyone to find this one. So. Look at that: you HAVE been documenting your hijinks, Duddypants. And it looks like there've been a lot of them.//", image: "<img src='images/episode-3/CaptainsLogbook.png'/>", }>> <<set $items["Letter Of Marque"] to { name : "Letter Of Marque", status : false, desc : "<h2>Dudingston's Letter of Marque.</h2><hr>Joseph Dudley, Esq; Captain General and Governor General in Chief, in and over Her Majesty's Provinces of the Massachusetts Bay, and New-Hampshire in New-England in America, and Vice-Admiral of the same. To Lieutenant William Dudingston, Capt. of HMS Schooner Gaspée, Greeting.<br><br>Whereas Her Sacred Majesty ANNE by the Grace of GOD, of England, Scotland, France and Ireland, QUEEN, Defender of the Faith, Etc. Hath an Open and Declared War against France and Spain, their Vassals and Subjects. And Forasmuch as you have made Application unto Me for Licence to Arm, Furnish and Equip the said Briganteen in Warlike manner, against Her Majesty's said Enemies, I do accordingly Permit and Allow the same; And, Reposing special Trust and Confidence in your Loyalty, Courage and good Conduct, Do by these Presents, by Virtue of the Powers and Authorities contained in Her Majesty's Royal Commission to Me granted, Impower and Commissionate you the said Daniel Plowman, to be Captain or Commander of the said Briganteen Charles, Burthen Eighty Tuns or thereabouts: <br><br>Hereby Authorizing you in and with the said Briganteen and Company to her belonging, to War, Fight, Take, Kill, Suppress and Destroy, any Pirates, Privateers, or other the Subjects and Vassals of France, or Spain, the Declared Enemies of the Crown of England, in what Place soever you shall happen to meet them;<br><br> Their Ships, Vessels and Goods, to take and make Prize of. And your said Briganteens Company are Commanded to Obey you as their Captain: And your self in the Execution of this Commission, to Observe and Follow the Orders and Instructions herewith given you. And I do hereby Request all Governors and Commanders in Chief, of any of Her Majesty's Territories, Islands, Provinces or Plantations, where the said Captain or Commander shall arrive with his said Vessel and Men: And all Admirals, Vice-Admirals and Commanders of Her Majesty's Ships of War, and others, that may happen to meet him at Sea; Also all Officers and Subjects of the Friends or Allies of Her said Sacred Majesty, to permit him the said Captain or Commander with his said Vessel, Men, and the Prizes that he may have taken, freely and quietly to pass and repass, without giving or suffering him to receive any Trouble or Hindrance, but on the contrary all Succour and Assistance needful.<br><br> And this Commission is to continue in Force for the Space of Six Months next ensuing (if the War so long lasts) and not afterwards. Given under my Hand and Seal at Arms at Boston the Thirteenth Day of July: In the Second Year of Her said Majesties Reign , Annoque Domini, 1703.<br><br>By His Excellency's Command,<br>Isaac Addington, Secr.", image: "<img src='images/episode-3/LetterOfMarque.png'/>", }>> <<set $items["Whale Oil"] to { name : "Whale Oil", status : false, desc : "Whale oil! Made from the blubber of the Baleen whales right here in New England...", image: "none", }>> <<set $items["Oil Lamp"] to { name : "Oil Lamp", status : false, desc : "The lamp appears to be completely dry. Can't light it in this state...", image: "none", }>> <<set $items["Puffy Shirt"] to { name : "Puffy Shirt", status : false, desc : "Oooh a puffy shirt!! How I love the puffy shirts of the sea! Thank you!", image: "none", }>> <<set $items["Key Labeled ‘Shot'"] to { name : "Key Labeled ‘Shot'", status : false, desc : "A bronze key with the word ‘Shot' scratched into its surface.", image: "none", }>> <<set $items["Key Labeled ‘Bread'"] to { name : "Key Labeled ‘Bread'", status : false, desc : "A bronze key with the word ‘Bread' scratched into its surface.", image: "none", }>> <<set $items["Small Ceramic Cup"] to { name : "Small Ceramic Cup", status : false, desc : "A small ceramic cup covered in floral and landscape patterns.", image: "none", }>> <<set $items["Hardtack"] to { name : "Hardtack", status : false, desc : "Hard tack, king the of petrified breads! Where would we be without you? Not on long voyages, I'll tell you that much. You just need some love before you'll provide sustenance to others...", image: "none", }>> <<set $items["Boiled Hardtack"] to { name : "Boiled Hardtack", status : false, desc : "Now we're talking! This thing looks delicious.", image: "none", }>> <<set $items["Hardtack Soaked In Molasses"] to { name : "Hardtack Soaked In Molasses", status : false, desc : "Ooooh this is one of my favorite desserts!", image: "none", }>> <<set $items["Hot Coal"] to { name : "Hot Coal", status : false, desc : "A red-hot coal from the fire.", image: "none", }>> <<set $items["Horn Of Gunpowder"] to { name : "Horn Of Gunpowder", status : false, desc : "A horn full of gunpowder, corked at the end.", image: "none", }>> <<set $items["Musket Repair Kit"] to { name : "Musket Repair Kit", status : false, desc : "A set of tools to adjust the musket's firing action.", image: "none", }>> <<set $items["Rope"] to { name : "Rope", status : false, desc : "A lovely rope of braided twine.", image: "none", }>> <<set $items["Raisins"] to { name : "Raisins", status : false, desc : "Seaman's gold! Keeps you healthy out at sea, and so tasty!", image: "none", }>> <<set $items["Empty Mug"] to { name : "Empty Mug", status : false, desc : "A rather handsome mug, tall and solid.", image: "none", }>> <<set $items["Mug Full Of Molasses"] to { name : "Mug Full Of Molasses", status : false, desc : "A mug full to the brim with molasses.", image: "none", }>> <<set $items["Mug Full Of Water"] to { name : "Mug Full Of Water", status : false, desc : "A mug full of rainwater.", image: "none", }>> <<set $items["Mug Full Of Molasses And Hardtack"] to { name : "Mug Full Of Molasses And Hardtack", status : false, desc : "A mug filled to the brim with molasses and a piece of hardtack that is slowly absorbing the molasses.", image: "none", }>> <<set $items["Rice Paper Fan"] to { name : "Rice Paper Fan", status : false, desc : "That's a rather pretty fan... must be from another voyage the Captain went on... maybe for the East India Company.", image: "none", }>> <<set $items["Flint"] to { name : "Flint", status : false, desc : "This is half of the equation, if one is trying to start a fire...", image: "none", }>> <<set $items["Small File"] to { name : "Small File", status : false, desc : "A small file, usually used to remove dirt and build-up inside the trigger.", image: "none", }>> <<set $items["New Spring"] to { name : "New Spring", status : false, desc : "A new spring that could be installed inside the trigger mechanism to make the hammer snap and create a spark.", image: "none", }>> <<set $items["Daughter Of Liberty Pin"] to { name : "Daughter Of Liberty Pin", status : false, desc : "<h2>Daughters Of Liberty Pin</h2><hr>It really was an honor to receive this from George's Aunt Teddy. I'll treasure it! ", image: "<img src='images/episode-3/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 Joyner, a Black Girl daughter of John Joyner, 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-3/CertificateOfFreedom.jpg'/>", }>> <<set $items["Strips Of White Fabric"] to { name : "Strips Of White Fabric", status : false, desc : "It's really too bad... was such a lovely puffy shirt!", image: "none", }>> <<set $items["Fire Starter"] to { name : "Fire Starter", status : false, desc : "A curved piece of steel designed to fit around your hand... Smack the flint against this to get a spark...", 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>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["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["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 Colonial 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 Colonials scorn to be slaves boys <br>That Colonials 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>November 8, 1765<br>The Middle Fields<br><br>//(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["Song Idea"] to { name : "Song Idea", status : false, desc : "<h2>Song Idea.</h2><hr>November 2, 1765<br>My Room<br><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["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>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["The Pressgang"] to { name : "The Pressgang", status : false, desc : "<h2>The Pressgang</h2><hr>As I walked down on London Street,<br> A Pressgang there I chanced to meet.<br> They asked me if I'd join the fleet,<br> On board of a man of war.<br> <br> Come, brother shipmates, tell me true,<br> What kind of treatment they give you,<br> So I may know before I go <br> On board of a man of war.<br> <br> When I got there to my surprise,<br> All that they'd told me was shocking lies.<br> There was a row and some jolly old fights<br> On board of a man of war.<br> <br> The first thing they done when they took me in hand,<br> They lashed me with a tar of a strand.<br> They flogged me till I could not stand<br> On board of a man of war.<br> <br> Now I was married and me wife's name was Kate,<br> 'Twas she that drive me to this bad state.<br> She that caused me to go away on board of man of war.<br> When next I get my foot on shore<br> <br> To see them London girls once more,<br> I'll never go to sea no more <br> On board of a man of war .", image: "none", }>> <<set $items["Filthy Clown"] to { name : "Filthy Clown", status : false, desc : "<h2>Filthy Clown</h2><hr>A song by George<br>June 9, 1772<br><br>I am a man, not a crow!<br>Let me off this windy throne!<br><br>I did not deserve this solemn lot;<br>It was //pressed upon me//, my soul to rot!<br><br>This boat could sink, I\'d smile wide!<br>Oh Duddy-pants you\'d run and hide!<br><br>Let me out, let me down!<br>Bring me low, you filthy clown! <br>Let me out, let me down!<br>Bring me low, to solid ground!", image: "none", }>> <<set $items["Impressment"] to { name : "Impressment", status : false, desc : "<h2>Impressment</h2><hr>January 1, 1770,<br> HMS Gaspée,<br> Providence, Rhode Island<br> I don't know how long I can take this... I've been sea sick ever since Dudingston picked me up in that alleyway in the North End of Boston. Never met such unpleasant fellows in all my life. When I boarded the Gaspeé the look of the sailors I'd be spending the next few months with was not encouraging. That was one depressed group… oof. As I got to know them, it became clear that at least 4/5ths of the crew were pressed to work on ship. Only talked to one man who'd actually volunteered. Everyone was from different places, been with Dudingston for different amounts of time. Almost all of them had tried to escape at one point or another. We had nothing in common, and couldn't agree on anything except this: Dudingston was a foul but honest man. If he was going to screw you over, he'd tell you to your face. If he was going to punish you, he'd give you your lashes right then and there. And It didn't matter that I was girl, no one treated me any different, even though sometimes, like when we had to dig the boat out of shallow water, I wished they'd just let me work in the kitchen or something. ", image: "none", }>> <<set $items["The Smuggler"] to { name : "The Smuggler", status : false, desc : "<h2>The Smuggler</h2><hr>June 9, 1772<br>HMS Gaspée<br>One of the more ethically challenged fellows I've known in my life was Benny, the smuggler locked in the store room aboard the Gaspeé. A few days ago, Dudingston picked up Benny while he was trying to stash a boatful of molasses on one of the islands in Narragansett Bay. Benny was rolling the barrels into some bushes not far from shore when Dudingston guided the Gaspeé out of the mist like a spectre. He tried to run, but on such a tiny island, there was nowhere to go. Dudingston's men dragged him aboard the Gaspeé and locked him in the storage room below deck until he could stand trial in Providence.<br><br> Technically, Dudingston was just doing his job. He //was// tasked by the King with disrupting the flow of smuggled molasses from the Caribbean. As a privateer, he could keep the profits of any goods he was able to confiscate. People in Rhode Island needed the cheap molasses so that they could process it into rum, and then sell that rum in West Africa in exchange for more slaves, who they'd then sell to the plantations in the Caribbean for cash and more molasses.", image: "none", }>> <<set $items["Shore Raids"] to { name : "Shore Raids", status : false, desc : "<h2>Shore Raids</h2><hr>June 4, 1771<br>HMS Gaspée<br>Today was awful. Dudingston ordered us to shore to raid the little villages surrounding Narragansett Bay, cutting down their fences for firewood, and looting their farms for supplies. We are no better than a band of mangy pirates.", image: "none", }>> <<set $items["Wilson Part I"] to { name : "Wilson Part I", status : false, desc : "<h2>Wilson Part I</h2><hr>HMS Gaspée<br>George was not a happy fellow when I met him in the crow's nest of the Gaspeé. He had traveled to the American colonies to find better work, and possibly to buy some land, which was too expensive in Prussia. He made it to England, but then had to smuggle himself to America because the King had cut of all legal means of emigrating to the colonies. George said the King wanted to limit the size of colonies because if they grew too large, they'd be too difficult to control. Anyway, George made it all the way from England to Boston, hiding below-deck of a merchant vessel carrying kettles, lamps, and other manufactures made in London.", image: "none", }>> <<set $items["Wilson Part II"] to { name : "Wilson Part II", status : false, desc : "<h2>Wilson Part II</h2><hr>June 7, 1772<br>HMS Gaspée<br>When George arrived in Boston, he had a nasty surprise: Jews were not welcome there. He asked around and discovered that Providence, Rhode Island had a small Jewish community, and a temple; so he got work on a whaling ship headed for Providence, and felt quite certain things were looking up. When his whaling vessel entered Narragansett Bay outside Providence, their ship was raided by Captain Dudingston, a privateer tasked with catching smugglers. Dudingston was short on sailors because most of his crew had abandoned him the last time he made it to port. And so, just as George was about to reach his destination, he was pressed into service, forced to work for Dudingston as a temporary member of his Majesty's British Navy. But George was having none of that, and so at the first chance he got, he tried to escape the boat. By yet another stroke of bad luck, Dudingston's press gang caught him again, and upon returning him to the Gaspeé, tied him to the crow's nest for nearly a week.", image: "none", }>> <<set $items["John Brown Rum King"] to { name : "John Brown Rum King", status : false, desc : "<h2>John Brown, Rum King</h2><hr>John Brown was not a good man, but he was a good businessman. And he knew how to command loyalty in the town of Providence. So he wasn't terribly worried when The Commission to Investigate the sacking of the Gaspeé was created, even though he'd led the raid, and if he was found out, it'd be his head on the chopping block. The Commission held a higher authority than the courts of Rhode Island, and so any trial they oversaw would be held in England, where a jury was likely to be much less understanding about the sacking of a British vessel. Locally, everyone knew what an aggressive, marauding ass Dudingston had been, and that in many ways, the Gaspeé got was it deserved. The British assumed that any men tried under these circumstances would be let off without punishment, and if that happened, it would set a terrible precedent, undermining the King's authority.", image: "none", }>> <<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. 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.<br><br>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: 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 born free. I implore you: use your freedom bravely, 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. 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.<br><br> Forever yours,<br> Mom <<set $momLetterRead to true>>", image: "<img src='images/episode-3/LetterFromMom.jpg'/>", }>> /* Things in your satchel at the start of the Level */ /* Things in your satchel at the start of the Level */ <<set $Songbook[0] to "Song Idea">> <<set $Songbook.unshift("Duty Song")>> <<set $Songbook.unshift("Liberty Chant")>> <<set $Notebook[0] to "Impressment">> <<set $Notebook.push("Shore Raids")>> <<set $inventory[0] to "Daughter Of Liberty Pin">> <<set $Songbook.unshift("To The Ladies Song")>> <<set $Songbook.unshift("The Liberty Song")>> <<set $Documents.push("Letter From Mom")>> <<set $Documents[0] to "Certificate Of Freedom">> <<set $inventory.push("Notebook")>> /* Variables */ <<set $george to true>> <<set $hiBenny to true>> <<set $attack to false>> <<set $currentI to "">> <<set $teaCounter to 0>> <<set $spinCounter to 0>> <<set $libertyCounter to 0>> <<set $drawer to false>> <<set $lamp to false>> <<set $chest to false>> <<set $puffyShirt to true>> <<set $food to "">> <<set $douse to "">> <<set $smugglerGone to false>> <<set $chain to true>> <<set $breadDoor to false>> <<set $pick to "">> <<set $objectToBurn to "">> <<set $fire to false>> <<set $logbook to false>> <<set $powder to false>> <<set $shirt to false>> <<set $whale to false>> <<set $oldNewPassage to "">> <<set $smuggler to false>> <<set $wilson to true>> <<set $newPassage to "Start Game">> <<set $captain to true>> <<set $QPassage to false>> <<set $Q2Passage to false>> <<set $Q3Passage to false>> <<set $Q4Passage to false>> <<set $Q5Passage to false>> <<set $wilsonBeach to false>> <<set $oldPassage to "Start">> <</widget>>
<svg id="Layer_7" data-name="Layer 7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 995 879"><defs><style>.cls-1{fill:#575c7c;}.cls-2{fill:#ad8249;}.cls-3{opacity:0.63;fill:url(#radial-gradient);}.cls-4{fill:#bba86e;}.cls-5{fill:#563b30;}.cls-6{fill:#2e292f;}.cls-7{fill:#d5853a;}.cls-8{fill:#99a8ad;}.cls-9{fill:#5d403c;}</style><radialGradient id="radial-gradient" cx="507.5" cy="466" r="422.08249" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbb03b"/><stop offset="0.0096" stop-color="#fbaf3b" stop-opacity="0.98396"/><stop offset="0.17308" stop-color="#f89935" stop-opacity="0.72721"/><stop offset="0.33434" stop-color="#f68530" stop-opacity="0.50555"/><stop offset="0.48923" stop-color="#f4762b" stop-opacity="0.32432"/><stop offset="0.63661" stop-color="#f36a28" stop-opacity="0.1833"/><stop offset="0.7746" stop-color="#f26126" stop-opacity="0.08232"/><stop offset="0.89956" stop-color="#f15c24" stop-opacity="0.02124"/><stop offset="1" stop-color="#f15a24" stop-opacity="0"/></radialGradient></defs><title>IntroCharacterLayout</title><polygon class="cls-1" points="297.393 424.413 241.896 423.28 212.448 424.413 193.194 427.811 197.724 439.137 159.215 433.474 113.911 441.402 102.585 449.33 105.983 457.258 171.674 461.789 206.785 456.126 230.57 447.065 309.852 443.667 313.25 433.474 297.393 424.413"/><polygon class="cls-1" points="875.085 391.169 846.016 377.578 810.527 377.578 776.551 388.904 771.264 399.475 785.612 407.026 827.14 404.761 861.118 415.331 905.668 416.087 921.525 410.046 923.033 401.74 897.362 394.944 875.085 391.169"/><polygon class="cls-2" points="277.573 68.774 263.415 123.139 239.064 180.902 232.269 184.3 258.885 123.139 268.512 85.197 271.91 57.448 310.418 99.921 402.16 185.999 425.378 195.06 428.209 201.289 406.69 192.795 389.701 179.77 307.021 105.018 285.501 78.968 321.744 133.333 343.264 158.816 394.231 207.519 428.209 230.171 425.378 234.701 381.773 203.554 336.468 158.816 302.49 115.777 277.573 68.774"/><polygon class="cls-2" points="323.443 166.178 310.418 190.529 294.562 204.121 283.802 202.988 306.454 184.866 317.78 161.082 323.443 166.178"/><polygon class="cls-2" points="292.297 238.099 264.548 277.74 226.606 312.285 240.197 308.321 269.078 279.439 293.996 243.762 292.297 238.099"/><polygon class="cls-2" points="290.598 332.105 270.777 304.356 268.512 306.622 290.031 335.503 290.598 332.105"/><polygon class="cls-2" points="285.501 354.757 268.512 325.876 254.921 312.851 249.258 315.116 264.548 329.274 284.935 358.722 285.501 354.757"/><polygon class="cls-2" points="448.667 221.911 393.665 220.968 351.192 214.81 352.325 219.092 396.497 225.074 446.897 225.074 448.667 221.911"/><polygon class="cls-2" points="602.631 218.845 541.47 208.651 469.55 186.565 428.776 171.841 404.991 156.551 410.088 167.877 432.174 176.938 475.779 192.228 530.144 209.784 560.724 216.579 598.1 219.977 602.631 218.845"/><polygon class="cls-2" points="334.392 432.718 385.737 512.756 388.002 505.205 344.963 438.759 334.392 432.718"/><polygon class="cls-2" points="363.085 444.8 398.574 505.96 400.083 500.675 369.126 443.29 363.085 444.8"/><polygon class="cls-2" points="473.325 388.925 488.427 435.739 492.202 486.329 486.916 478.778 480.876 432.718 467.284 390.435 463.509 397.23 467.284 418.373 468.04 441.025 461.244 432.718 459.733 402.516 456.714 391.19 473.325 388.925"/><polygon class="cls-2" points="515.986 396.852 533.92 436.683 539.771 478.778 539.771 517.286 539.017 530.123 544.302 532.389 547.322 518.042 545.057 471.982 537.506 430.454 520.895 396.476 515.986 396.852"/><polygon class="cls-2" points="536.752 403.271 550.343 438.004 555.628 480.289 554.873 518.797 554.118 533.143 563.934 540.694 557.139 460.656 552.608 431.208 542.036 404.781 536.752 403.271"/><polygon class="cls-2" points="548.832 407.046 566.954 451.595 577.526 518.797 575.26 552.776 583.567 554.285 582.056 516.532 572.995 457.637 563.934 428.943 548.832 407.046"/><polygon class="cls-2" points="695.317 550.51 742.886 623.751 751.193 625.262 702.112 549.755 713.438 559.571 779.13 636.588 784.414 633.569 725.519 530.123 710.419 518.797 764.027 609.406 714.949 554.285 695.317 550.51"/><polygon class="cls-2" points="787.434 592.803 828.21 627.528 835.76 626.017 794.986 589.018 787.434 592.803"/><polygon class="cls-2" points="939.298 575.049 902.962 570.896 894.655 573.161 935.429 579.957 939.298 575.049"/><ellipse class="cls-3" cx="507.5" cy="466" rx="438.5" ry="405"/><polygon class="cls-4" points="498.243 212.238 518.63 265.848 585.075 314.927 575.26 320.968 532.976 314.927 514.1 330.029 510.323 364.762 421.226 244.705 498.243 212.238"/><polygon class="cls-4" points="572.995 351.926 654.543 467.452 722.499 559.57 649.258 548.244 528.445 351.926 536.752 348.905 572.995 351.926"/><path class="cls-5" d="M653.03189,585.24286l24.91735,4.53042L456.29245,234.4191l55.16362-21.80381-1.13261-6.79564-11.32606-3.39782-50.33011,19.77192L396.2532,138.16634l16.6661-5.96611v-6.79564l-9.06086-3.39782L321.906,150.23449,263.41523,37.06127H258.8848l-2.26521,4.53043L311.1428,153.942l-111.15354,38.2864v7.92825l13.59128,3.39782L317.21631,166.457,360.982,256.642l-147.40148,57.9079-1.13261,9.06086,12.45868,2.26521L367.2732,269.60511,480.87569,503.69518l26.04995,4.53043L380.83029,264.2463l65.47664-25.88074ZM374.21381,251.44354l-45.96457-88.935,60.04128-21.493L438.9459,226.014Z"/><polygon class="cls-4" points="347.228 228.472 286.067 209.217 291.73 261.317 282.67 360.987 262.283 418.75 249.824 430.076 453.693 449.33 347.228 228.472"/><polygon class="cls-5" points="345.718 219.788 280.027 198.647 273.232 200.912 273.986 207.708 351.003 230.36 345.718 219.788"/><polygon class="cls-5" points="461.999 447.065 249.824 430.076 248.314 432.718 251.334 436.494 462.754 457.635 461.999 447.065"/><polygon class="cls-5" points="480.876 286.235 391.023 255.277 384.227 256.032 385.737 262.073 487.671 298.316 480.876 286.235"/><polygon class="cls-5" points="398.951 307.754 607.161 212.804 614.523 214.503 614.523 220.544 402.349 316.438 398.951 307.754"/><polygon class="cls-5" points="595.647 303.602 600.178 305.112 600.932 313.417 463.509 397.23 453.693 395.72 452.183 387.415 595.647 303.602"/><polygon class="cls-5" points="516.364 339.846 607.728 343.62 613.769 347.395 609.993 354.191 524.67 350.416 516.364 339.846"/><polygon class="cls-4" points="484.651 290.765 385.737 262.073 394.042 280.949 442.367 305.866 450.672 301.336 459.733 322.478 474.08 326.253 471.815 376.843 488.427 390.435 557.137 416.862 484.651 290.765"/><polygon class="cls-4" points="599.799 354.191 707.397 465.47 785.925 525.735 868.981 563.417 915.042 572.442 867.473 582.995 787.434 592.803 705.886 515.309 588.473 351.926 599.799 354.191"/><polygon class="cls-6" points="953.739 580.712 939.298 575.049 897.533 598.834 824.055 626.017 768.558 626.017 603.197 555.795 480.876 488.971 457.091 473.115 354.024 516.154 364.217 570.519 400.461 670.188 509.191 687.177 571.484 678.117 598.667 687.177 747.038 688.31 807.066 683.78 831.984 679.249 876.534 624.506 953.739 580.712"/><polygon class="cls-7" points="399.894 567.121 388.002 570.519 372.145 547.301 371.013 537.673 379.507 533.709 386.869 538.806 399.894 567.121"/><polygon class="cls-7" points="410.088 532.01 402.16 526.914 393.665 530.878 393.099 535.974 410.654 564.29 420.281 560.326 410.088 532.01"/><polygon class="cls-7" points="464.453 509.358 456.525 504.261 448.03 508.226 447.464 513.322 465.019 541.638 476.912 538.24 464.453 509.358"/><polygon class="cls-7" points="439.536 519.552 429.908 515.588 424.245 517.286 421.98 528.046 436.704 553.53 450.672 545.98 439.536 519.552"/><polygon class="cls-8" points="883.517 677.55 861.998 676.984 850.672 681.514 851.238 685.479 862.564 687.177 864.263 693.973 846.141 701.335 726.085 708.131 706.264 710.962 707.397 715.493 747.605 721.156 872.758 716.059 882.951 709.263 885.783 697.937 876.155 688.31 869.926 684.912 877.854 682.647 900.506 680.948 911.832 674.152 905.037 670.755 892.578 673.02 893.144 675.285 883.517 677.55"/><polygon class="cls-8" points="766.669 729.084 741.563 728.518 663.699 732.387 614.57 733.192 606.998 735.101 618.299 739.277 707.397 739.277 759.497 736.258 766.669 729.084"/><polygon class="cls-8" points="607.728 722.667 597.156 718.89 576.769 723.799 488.426 725.308 469.927 719.645 459.733 724.932 470.305 729.462 527.69 732.482 587.341 732.482 607.728 722.667"/><polygon class="cls-8" points="571.108 743.432 545.246 740.22 507.397 739.372 480.168 740.835 467.308 747.984 471.815 752.869 510.323 752.869 557.893 753.623 571.108 743.432"/><polygon class="cls-8" points="425.944 693.407 459.356 696.238 463.887 700.769 462.754 705.299 471.815 708.697 491.635 709.263 489.937 711.528 471.249 712.661 453.127 713.227 445.199 709.263 450.295 704.167 444.632 700.769 429.908 699.07 417.45 697.937 425.944 693.407"/><polygon class="cls-8" points="364.296 737.532 372.051 738.738 368.292 744.299 351.14 749.061 289.109 751.019 259.05 749.022 243.779 743.914 248.555 739.377 283.873 741.167 298.192 746.073 340.67 746.073 351.648 743.432 349.559 740.127 342.698 738.808 342.698 736.824 356.957 736.258 364.296 737.532"/><polygon class="cls-9" points="896.857 746.077 885.635 757.501 854.781 759.808 837.15 760.558 817.915 773.758 819.117 778.551 813.909 778.146 810.702 776.939 815.914 772.935 833.945 760.509 813.509 755.7 768.229 768.924 766.225 767.32 808.7 753.698 793.474 746.885 788.264 740.074 802.69 739.671 804.692 734.063 802.69 730.858 806.295 722.841 812.306 722.443 814.31 726.85 812.306 731.659 815.511 732.059 817.915 738.069 818.606 726.85 822.101 724.445 822.101 717.231 829.423 715.63 832.485 719.236 830.611 724.445 833.478 729.657 834.369 737.269 849.283 740.074 849.283 731.657 853.814 728.854 853.814 724.443 857.703 720.839 861.853 722.443 862.322 730.455 865.965 731.256 867.987 735.265 870.4 732.46 867.598 727.064 870.006 721.669 876.017 721.669 877.22 733.077 884.432 735.574 886.036 745.635 896.857 746.077"/><polygon class="cls-9" points="450.3 692.748 431.002 712.391 377.943 716.36 347.625 717.649 314.549 740.348 316.615 748.59 307.66 747.894 302.145 745.816 311.106 738.932 342.114 717.565 306.972 709.294 229.107 732.035 225.661 729.276 298.702 705.852 272.519 694.137 263.56 682.424 288.367 681.731 291.809 672.089 288.367 666.576 294.567 652.79 304.902 652.104 308.349 659.683 304.902 667.952 310.414 668.642 314.549 678.977 316.018 659.683 322.311 655.549 322.311 643.143 334.62 640.389 339.745 646.589 336.452 655.549 341.346 664.51 342.423 677.599 367.615 682.424 367.615 667.95 376.676 663.129 376.676 655.544 383.166 649.348 390.203 652.104 390.961 665.884 397.201 667.259 400.665 674.152 404.811 669.33 399.987 660.132 404.126 650.934 414.462 650.934 416.532 670.472 428.933 674.725 431.69 692.006 450.3 692.748"/></svg>
<<set _temp to [ "//<<if hasVisited('BANG!')>> That smuggler's going to rat me out for sure if I just abandon him now...<<else>>Damn it. I better see what that arse in the closet is so worked up about.<</if>>//", "<<goto \"The Captain's Quarters\">>", ]>> <<Rep _temp>> <<set _footerDisplay to "">>
<style> #HoldQ { animation: blink 1.1s infinite; } #GalleyQ { animation: blink 1.15s infinite; } #CaptainQ { animation: blink 1.2s infinite; } #BreadRoomQ { animation: blink 1.25s infinite; } #MagazineQ { animation: blink 1.3s infinite; } #Crow_sNestQ { animation: blink 1.35s infinite; } #BowQ { animation: blink 1.4s infinite; } #SternQ { animation: blink 1.45s infinite; } #BeachQ { animation: blink 1.5s infinite; } </style> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 989.39 516.809"> <defs> <linearGradient id="linear-gradient" x1="494.695" y1="579.125" x2="494.695" y2="-155.256" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#dcd4c2"/> <stop offset="0.026" stop-color="#ddd6c4"/> <stop offset="0.422" stop-color="#f0eee7"/> <stop offset="0.838" stop-color="#e2dccd"/> <stop offset="1" stop-color="#dcd4c2"/> </linearGradient> <linearGradient id="parchment_gradient" data-name="parchment gradient" x1="99.564" y1="114.82" x2="43.307" y2="46.981" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#dcd4c2"/> <stop offset="0.059" stop-color="#e2dccd"/> <stop offset="0.168" stop-color="#eae6dc"/> <stop offset="0.299" stop-color="#efece4"/> <stop offset="0.511" stop-color="#f0eee7"/> <stop offset="0.7" stop-color="#eeece4"/> <stop offset="0.834" stop-color="#eae6db"/> <stop offset="0.949" stop-color="#e1dbcc"/> <stop offset="1" stop-color="#dcd4c2"/> </linearGradient> <linearGradient id="linear-gradient-2" x1="566.345" y1="337.414" x2="625.403" y2="235.122" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#2f6dff"/> <stop offset="1" stop-color="#b8cc6d"/> </linearGradient> <linearGradient id="linear-gradient-4" x1="574.448" y1="336.915" x2="628.033" y2="244.104" gradientTransform="matrix(-1, 0, 0, 1, 1061.389, 0)" xlink:href="#linear-gradient-2"/> <linearGradient id="linear-gradient-6" x1="485.968" y1="227.005" x2="428.92" y2="128.194" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#728bff"/> <stop offset="1" stop-color="#b8cc6d"/> </linearGradient> <linearGradient id="linear-gradient-8" x1="223.84" y1="281.802" x2="223.84" y2="322.453" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#59819a"/> <stop offset="0.036" stop-color="#5b7e98"/> <stop offset="0.364" stop-color="#686a8a"/> <stop offset="0.688" stop-color="#6f5d81"/> <stop offset="1" stop-color="#72597e"/> </linearGradient> </defs> <g style="isolation: isolate"> <g id="Map"> <path d="M4.924,312.762a11.543,11.543,0,0,1,.342,3.819l-.984,12.7-.521,10.947a11.554,11.554,0,0,0,.073,1.959l.754,6.117a11.544,11.544,0,0,1-.257,4.2l-1.64,6.58c-.447,1.794-.7,22.465-.278,24.264l9.386,7.229c.588,2.484-.453,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.018,1.158,7.637,1.508,10.382a11.506,11.506,0,0,1-.022,3.074l-2.36,16.689a11.559,11.559,0,0,0,.073,3.684l.336,1.847,6.423,20.446-4.15,33.312.7-.014c5.226-.105,49.255-1.811,49.255-1.811l.148-1.121h10.4l.16.33s60.69.479,74.69.271c13.969-.229,76.4-3.392,76.4-3.392l-3.1-14.254a1.454,1.454,0,0,1,2.63-1.071c4.669,6.693,12.11,16.1,17.1,16.1,7.793,0,29.522,1.477,38.993,1.54,9.439.062,19.638.145,30.313.249s21.824.229,33.227.375,60.468-.6,60.468-.6l2.934-11.445a1.474,1.474,0,0,1,2.808-.085l3.761,11.53s53.5,2.706,62.939,2.914c9.471.229,26.195-3.683,33.956-3.475,7.855.208,8.71,4.515,18.308,4.661s19.955.271,30.788.4c10.833.1,43.174-.583,61.007.478,1.52.083,2.97-1.318,4.162-3.03a9.963,9.963,0,0,1,10.532-3.983l28.448,6.993,59.169.02,1.991-5.6a6.763,6.763,0,0,1,10.529-2.829l10.549,8.406s25.521-.021,36.512-.063c10.96-.042,17.865-6.389,30.852-6.451,12.955-.063,31.992,6.139,45.771,6.076,13.778-.083,27.684-.187,41.082-.27,13.431-.083,26.354-.167,38.2-.25,11.815-.083,22.584-.167,31.675-.229l17.795-.8-4.046-38.239,6.548-22.843.347-2.064a14.367,14.367,0,0,0,.1-4.12L980.8,428.847a14.447,14.447,0,0,1,0-3.44c.366-3.068,1.137-9.351,1.571-11.606.44-2.28.93-13.833,1.146-19.414a14.3,14.3,0,0,0-.982-5.8L978.5,378.377a14.375,14.375,0,0,1-.664-8.305l7.034-11.3c.438-2.015-1.2-17.59-1.64-19.606l-1.6-7.368a14.351,14.351,0,0,1-.232-4.7l.791-6.846a14.458,14.458,0,0,0,.086-2.192l-.454-12.25-.907-14.218a14.455,14.455,0,0,1,.369-4.282l2.664-11.116a14.408,14.408,0,0,0-.189-7.409l-15.784-3.279c-.583-1.978,12.009-11.124,12.306-13.175l3.115-21.5a14.38,14.38,0,0,0-.876-7.4c-1.658-4.141-4.159-10.657-4.15-12.28.009-1.676,3.3-9.415,5.336-14.041a14.334,14.334,0,0,0,1.1-7.455L982.439,169.8a14.382,14.382,0,0,1,.83-6.8h0a14.349,14.349,0,0,0,.916-5.76l-.327-7.021a14.439,14.439,0,0,1,.031-1.825l.747-9.3a14.184,14.184,0,0,0-2.3-9l-.174-.261a14.291,14.291,0,0,1-.981-13.951l4.621-9.743c1.1-2.313,3.821-5.345,3.574-7.923-.758-7.9-12.416-22.669-12.844-24.067-.383-1.251,5.805-12.8,5.805-12.8l-3.942-8.676-4.411-9.489L947.14,30.72l-13.233-14.1s-7.165-7.411-9.01-8.676L913.548,1.416s-49.207.833-63.08.812c-13.842,0-40.64-.021-40.64-.021L773.869,8.243a6.726,6.726,0,0,1-3.129-.215c-4.729-1.483-19.241-5.863-25.688-5.863-7.792,0-18.023,3.185-27.525,3.205S699.25,2.249,688.512,2.29s-62.3,2.269-73.8,2.31c-7.987.029-18.437,10.629-19.294,17.059a1.211,1.211,0,0,1-2.3.284L585.522,3.782a1.22,1.22,0,0,0-1.666-.6l-13.47,6.7a1.221,1.221,0,0,1-.773.109c-4.182-.784-39.726-7.4-48.7-7.437-9.566-.042-18.371-.083-26.195-.166-7.761-.084-16.44-.146-25.784-.209-8.121-.054-46.873-.592-57.1-.735a3.282,3.282,0,0,0-3.2,2.259l-3.97,12.628a1,1,0,0,1-1.818.542L394.13,4.61a5.728,5.728,0,0,0-4.607-2.375l-67.462-.8a6.519,6.519,0,0,0-3.451.937l-9.177,5.561a6.537,6.537,0,0,1-6.96-.135L294.507,2.53a6.5,6.5,0,0,0-3.722-1.071c-7.571.155-33.969.689-40.6.706-7.761.021-17.548.021-28.7.042s-23.693,2.1-37,2.123c-13.3,0-71.646-4.516-85.835-4.324-10.418.141-20.78,38.22-34.653,38.22L78.191,51.161S49.68,64.418,33.969,66.583c-6.3.874-8.33,16.044-8.33,16.044L16.879,84,3.414,100.909A53.347,53.347,0,0,0,0,105.937c.059.319.13.637.217.953,1.3,4.756,3.319,12.516,2.93,13.633C2.711,121.772.936,137.1.137,144.137a11.483,11.483,0,0,0,1.247,6.635l4.578,8.751A11.642,11.642,0,0,1,4.909,172l-.182.242a11.679,11.679,0,0,0-2.344,8.023l.7,8.31A11.545,11.545,0,0,1,3.1,190.2l-.364,6.274a12.465,12.465,0,0,0,1,5.427,11.234,11.234,0,0,1,.68,5.8L1.936,225.453A11.575,11.575,0,0,0,3,232.121C5,236.265,17.616,237.5,17.616,239c0,1.451-11.9,12.958-13.58,16.651a11.605,11.605,0,0,0-.917,6.606l.513,23.807a11.552,11.552,0,0,1-.468,5.471l1.76,21.225" style="fill: url(#linear-gradient)"/> <g> <g style="mix-blend-mode: multiply"> <path d="M31.53,120.094c.08.013.138.335.189.921s.1,1.443.13,2.574c.02,1.109.045,2.453.074,4,.007.393.012.805.013,1.233s0,.843,0,1.282c-.006.872-.012,1.791-.018,2.75,0,.468,0,.99-.014,1.512s-.025,1.035-.04,1.55c-.031,1.041-.05,2.028-.031,3.112s.05,2.235.049,3.442c0,1.133.03,2.318.043,3.557q.017,1.834.033,3.732c0,.637.016,1.245.016,1.917s-.018,1.319-.033,1.963-.028,1.274-.026,1.895l.006,1.95q0,.984.009,1.975c0,.676.009,1.285.036,1.926.043,1.145.121,2.391.122,3.636q.01,1.8.021,3.582c0,.577.011,1.241,0,1.84s-.018,1.183-.028,1.771-.01,1.1,0,1.68.016,1.159.024,1.733c.029,2.3.071,4.537.107,6.689s.051,4.219.063,6.167c.008.974.015,1.919.022,2.829s0,1.788.006,2.627,0,1.666.005,2.377.024,1.425.038,2.1.023,1.334.023,1.951c0,.551.006,1.06.012,1.529.012.936.022,1.694.022,2.207,0,.27,0,.537,0,.812s-.009.559-.017.827c-.016.535-.039,1.036-.061,1.509s-.045.916-.062,1.335-.026.8-.035,1.25q-.027,1.287-.061,2.408c-.025.753-.042,1.415-.08,2.076-.076,1.282-.173,2.221-.248,2.872s-.141,1-.2.991-.112-.388-.139-1.087-.027-1.708-.033-2.9c0-.574-.022-1.293-.029-2.029s-.016-1.549-.02-2.4c0-.408,0-.907.008-1.393s.026-.963.043-1.437.034-.941.045-1.4c0-.228.009-.456.01-.681q0-.362,0-.729c0-.474-.006-1.185-.014-2.14,0-.477-.006-1.017,0-1.619,0-.535,0-1.125-.01-1.782s-.02-1.377-.023-2.167c0-.807.008-1.557.012-2.4s.01-1.695.016-2.594,0-1.834,0-2.8c0-1.926,0-3.973-.007-6.107s-.037-4.358-.043-6.642q0-.857-.007-1.723c0-.557,0-1.221.012-1.813.027-1.217.071-2.326.066-3.458q.008-1.781.017-3.577c0-.618,0-1.145-.016-1.73l-.057-1.782c-.011-.339-.02-.682-.025-1.032l0-.526v-.5q0-.992,0-1.978v-1.966c0-.694.008-1.367.022-2.018s.029-1.283.032-1.894c0-.591-.013-1.251-.02-1.878-.02-1.258-.039-2.5-.057-3.719-.021-1.194-.063-2.4-.079-3.612-.008-1.157-.052-2.248-.082-3.4-.035-1.136-.031-2.336-.008-3.381.009-.528.019-1.035.024-1.52s0-.932,0-1.434c0-.972,0-1.9,0-2.787q0-.66,0-1.284c0-.4,0-.79-.008-1.176-.009-.77-.019-1.512-.019-2.212,0-.347,0-.7.008-1.009s.008-.586.011-.857c.013-1.1.03-2,.075-2.606S31.452,120.08,31.53,120.094Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M31.53,222.745a4.388,4.388,0,0,1,.189,1.536c.049.98.1,2.4.13,4.287.02,1.848.045,4.087.074,6.662q.011.984.013,2.055,0,1.038,0,2.135c-.006,1.453-.012,2.983-.018,4.582,0,.78,0,1.649-.014,2.519s-.025,1.724-.04,2.582c-.031,1.733-.05,3.379-.031,5.184s.05,3.724.049,5.735c0,1.886.03,3.861.043,5.925q.017,3.055.033,6.218c0,1.06.016,2.073.016,3.193s-.018,2.2-.033,3.269-.028,2.124-.026,3.159q0,1.617.006,3.247t.009,3.29c0,1.127.009,2.142.036,3.209.043,1.908.121,3.984.122,6.057q.01,2.994.021,5.969c0,.96.011,2.068,0,3.065s-.018,1.97-.028,2.95-.01,1.835,0,2.8.016,1.93.024,2.887c.029,3.826.071,7.557.107,11.143s.051,7.029.063,10.275q.012,2.433.022,4.712t.006,4.376c0,1.38,0,2.776.005,3.96.008,1.2.024,2.374.038,3.5s.023,2.222.023,3.249q0,1.377.012,2.548c.012,1.558.022,2.822.022,3.676,0,.45,0,.9,0,1.352,0,.474-.009.932-.017,1.379-.016.89-.039,1.725-.061,2.512s-.045,1.527-.062,2.226-.026,1.336-.035,2.082c-.018,1.428-.039,2.769-.061,4.011s-.042,2.357-.08,3.458c-.076,2.136-.173,3.7-.248,4.786a6.038,6.038,0,0,1-.2,1.65,7.023,7.023,0,0,1-.139-1.81c-.03-1.16-.027-2.847-.033-4.834,0-.958-.022-2.155-.029-3.382s-.016-2.58-.02-4c0-.679,0-1.51.008-2.32s.026-1.6.043-2.394.034-1.568.045-2.333c0-.382.009-.761.01-1.135q0-.6,0-1.216c0-.789-.006-1.973-.014-3.564,0-.8-.006-1.695,0-2.7,0-.89,0-1.874-.01-2.969s-.02-2.293-.023-3.609c0-1.345.008-2.595.012-4q.007-2.071.016-4.322c0-1.5,0-3.055,0-4.659,0-3.209,0-6.618-.007-10.175s-.037-7.258-.043-11.063q0-1.426-.007-2.871c0-.928,0-2.035.012-3.021.027-2.026.071-3.874.066-5.761q.008-2.966.017-5.959c0-1.03,0-1.907-.016-2.881l-.057-2.97q-.017-.845-.025-1.718l0-.876v-.827q0-1.65,0-3.295v-3.276c0-1.156.008-2.276.022-3.362s.029-2.136.032-3.155c0-.984-.013-2.084-.02-3.128q-.03-3.146-.057-6.2c-.021-1.99-.063-3.992-.079-6.018-.008-1.927-.052-3.745-.082-5.663-.035-1.892-.031-3.892-.008-5.633.009-.88.019-1.724.024-2.531s0-1.553,0-2.389c0-1.62,0-3.171,0-4.644q0-1.1,0-2.138c0-.664,0-1.318-.008-1.96-.009-1.284-.019-2.52-.019-3.686,0-.578,0-1.161.008-1.679,0-.5.008-.977.011-1.428.013-1.828.03-3.327.075-4.342S31.452,222.723,31.53,222.745Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M31.53,389.807c.08.006.138.148.189.408a9.9,9.9,0,0,1,.13,1.139c.02.491.045,1.085.074,1.77.007.174.012.355.013.545s0,.373,0,.567c-.006.386-.012.793-.018,1.218,0,.206,0,.437-.014.668s-.025.459-.04.687a12.533,12.533,0,0,0-.031,1.376c.015.478.05.99.049,1.524,0,.5.03,1.025.043,1.574s.022,1.092.033,1.651c0,.282.016.551.016.848s-.018.584-.033.869-.028.564-.026.839l.006.863q0,.435.009.873c0,.3.009.569.036.853.043.506.121,1.058.122,1.608q.01.8.021,1.586c0,.255.011.549,0,.814s-.018.523-.028.784-.01.487,0,.743.016.513.024.767c.029,1.016.071,2.007.107,2.96s.051,1.867.063,2.729q.012.647.022,1.252c0,.4,0,.791.006,1.162s0,.738.005,1.052.024.631.038.931.023.59.023.863c0,.244.006.47.012.677.012.414.022.75.022.976,0,.12,0,.238,0,.359s-.009.248-.017.367c-.016.236-.039.458-.061.667s-.045.406-.062.591-.026.355-.035.554c-.018.379-.039.735-.061,1.065s-.042.626-.08.919a10.4,10.4,0,0,1-.248,1.271c-.077.286-.141.442-.2.438s-.112-.172-.139-.481-.027-.756-.033-1.284c0-.254-.022-.572-.029-.9s-.016-.685-.02-1.064c0-.18,0-.4.008-.616s.026-.426.043-.636.034-.416.045-.62c0-.1.009-.2.01-.3s0-.214,0-.323c0-.209-.006-.524-.014-.947,0-.211-.006-.45,0-.716,0-.237,0-.5-.01-.789s-.02-.609-.023-.958.008-.69.012-1.062.01-.75.016-1.148,0-.811,0-1.238c0-.852,0-1.758-.007-2.7s-.037-1.928-.043-2.939q0-.38-.007-.763c0-.246,0-.54.012-.8.027-.539.071-1.029.066-1.531.005-.524.011-1.053.017-1.582,0-.274,0-.507-.016-.766l-.057-.789c-.011-.149-.02-.3-.025-.456l0-.232v-.22c0-.292,0-.585,0-.875v-.871c0-.307.008-.6.022-.892s.029-.568.032-.839-.013-.553-.02-.83c-.02-.557-.039-1.107-.057-1.646s-.063-1.061-.079-1.6c-.008-.512-.052-1-.082-1.5a12.917,12.917,0,0,1-.008-1.5c.009-.234.019-.458.024-.673s0-.412,0-.635c0-.43,0-.842,0-1.233,0-.195,0-.384,0-.568s0-.35-.008-.52c-.009-.341-.019-.67-.019-.98,0-.153,0-.308.008-.446l.011-.379a9.507,9.507,0,0,1,.075-1.153C31.387,389.941,31.452,389.8,31.53,389.807Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M31.53,435.4c.08,0,.138.067.189.185a2.212,2.212,0,0,1,.13.517c.02.222.045.492.074.8.007.08.012.162.013.248s0,.17,0,.258q-.009.263-.018.552c0,.094,0,.2-.014.3s-.025.207-.04.311a2.6,2.6,0,0,0-.031.625c.015.216.05.449.049.691,0,.227.03.465.043.714s.022.5.033.75c0,.127.016.25.016.384a3.919,3.919,0,0,1-.033.395,3.085,3.085,0,0,0-.026.38l.006.391.009.4a1.976,1.976,0,0,0,.036.387,4.091,4.091,0,0,1,.122.73l.021.72a3.49,3.49,0,0,1,0,.369l-.028.356a2.107,2.107,0,0,0,0,.337l.024.348c.029.461.071.911.107,1.343s.051.847.063,1.239c.008.195.015.385.022.567s0,.36.006.528,0,.334.005.477.024.286.038.422a3.906,3.906,0,0,1,.023.392c0,.111.006.213.012.307.012.188.022.34.022.443,0,.055,0,.109,0,.164s-.009.112-.017.166c-.016.107-.039.208-.061.3s-.045.184-.062.269a2.168,2.168,0,0,0-.035.251c-.018.172-.039.333-.061.483a3.634,3.634,0,0,1-.08.417,2.628,2.628,0,0,1-.248.577c-.077.13-.141.2-.2.2s-.112-.078-.139-.218a3.782,3.782,0,0,1-.033-.583c0-.116-.022-.26-.029-.408s-.016-.311-.02-.482a1.931,1.931,0,0,1,.008-.28c.01-.1.026-.193.043-.288s.034-.189.045-.282c0-.046.009-.091.01-.136v-.147c0-.1-.006-.238-.014-.43,0-.1-.006-.2,0-.325s0-.225-.01-.357-.02-.277-.023-.435.008-.313.012-.482l.016-.521c0-.181,0-.368,0-.562,0-.387,0-.8-.007-1.226s-.037-.875-.043-1.334c0-.114,0-.23-.007-.346a2.36,2.36,0,0,1,.012-.364,5.359,5.359,0,0,0,.066-.694q.008-.358.017-.719a1.808,1.808,0,0,0-.016-.347l-.057-.358c-.011-.068-.02-.137-.025-.207l0-.106v-.1l0-.4v-.394a2.964,2.964,0,0,1,.022-.405c.014-.131.029-.258.032-.381s-.013-.251-.02-.377c-.02-.252-.039-.5-.057-.747s-.063-.481-.079-.725-.052-.451-.082-.683a2.67,2.67,0,0,1-.008-.679c.009-.106.019-.208.024-.305s0-.187,0-.288l0-.559q0-.134,0-.258c0-.08,0-.159-.008-.237-.009-.154-.019-.3-.019-.444,0-.069,0-.14.008-.2l.011-.172a2.024,2.024,0,0,1,.075-.524C31.387,435.464,31.452,435.4,31.53,435.4Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M31.53,455.831a23.6,23.6,0,0,1,.189,3.627c.049,2.314.1,5.676.13,10.126l.07,14.949-.105-.1.81,0,5-.012,5.2,0,11.151.017,6.13.014,6.283.038c4.218.031,8.222.05,12.615.031l13.957-.048,14.42-.042,15.13-.032,7.77-.015,7.957.031,7.686.026,7.9-.006,8.006-.009,7.809-.034c4.644-.043,9.695-.118,14.741-.119l14.524-.02h7.459l7.179.027h6.813l7.024-.024,27.118-.1,25-.062,11.468-.021,10.651,0,9.636-.006,8.528-.036,7.909-.023,6.2-.011,8.945-.022,3.292,0,3.355.017,6.115.059,5.415.06,5.067.034,9.762.06,8.416.077c5.2.074,9.006.168,11.645.24,1.3.045,2.31.081,3,.1a4.185,4.185,0,0,1,1.012.093,6.254,6.254,0,0,1-1.152.08l-3.254.055-11.764.032-8.228.028-9.743.019-5.645-.007-5.828-.043-5.677-.043-2.762-.01h-2.958l-8.674.014-6.565,0-7.224.009-8.783.023-9.727-.012-10.519-.015-11.338,0-24.76.006-26.925.043-6.986.007-7.351-.013c-4.932-.022-9.43-.042-14.021-.064l-14.5-.016-7.01.015-7.228.056-4.18.024-2.133,0-2.011,0-8.02,0h-7.973l-8.18-.021-7.678-.032-7.613.02-15.079.056L93.784,485,80,485.078c-4.6.034-9.47.029-13.707.008l-6.161-.024-5.814,0-11.3,0-5.2,0-4.769.008-1.233,0h-.547l0-.534q-.008-3.952-.015-7.509c0-1.364.006-2.742.008-3.967q.006-1.77.011-3.373c.013-4.317.03-7.857.075-10.255A19.8,19.8,0,0,1,31.53,455.831Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M403.076,483.436c.012-.076.3-.133.831-.182s1.3-.1,2.319-.126l3.6-.073c.355-.006.725-.011,1.111-.012l1.155,0,2.479.017c.422,0,.892,0,1.363.014s.932.024,1.4.038c.938.031,1.828.05,2.8.031s2.015-.049,3.1-.048c1.02,0,2.089-.029,3.205-.042l3.364-.031c.573,0,1.121-.017,1.727-.016s1.189.017,1.769.032,1.148.027,1.708.025l1.757-.006,1.78-.009c.609,0,1.158-.008,1.735-.034,1.033-.043,2.155-.118,3.277-.119l3.229-.02c.519,0,1.118-.011,1.658,0l1.6.027c.525.008.993.01,1.515,0l1.561-.024c2.07-.028,4.089-.068,6.028-.1s3.8-.049,5.558-.061l2.55-.022,2.367,0c.747,0,1.5,0,2.142-.006s1.284-.023,1.9-.036,1.2-.023,1.758-.023c.5,0,.955-.006,1.378-.011.843-.012,1.526-.022,1.988-.022.244,0,.485,0,.732,0s.5.008.746.016c.481.015.933.037,1.359.059s.826.044,1.2.06.722.026,1.126.034c.773.018,1.5.038,2.17.06s1.275.04,1.871.077c1.155.074,2,.168,2.588.24s.9.138.893.2-.35.108-.979.135-1.54.026-2.615.032c-.518,0-1.166.021-1.829.028s-1.4.015-2.166.019c-.367,0-.817,0-1.255-.007s-.868-.026-1.295-.042-.848-.033-1.262-.043c-.207-.006-.412-.009-.614-.011H478.8c-.426,0-1.067.006-1.928.014-.43,0-.917.006-1.459,0-.482,0-1.014,0-1.606.009s-1.241.02-1.952.023c-.728,0-1.4-.007-2.163-.012l-2.338-.015-2.52,0c-1.736,0-3.58,0-5.5.007s-3.927.035-5.985.042l-1.553.007c-.5,0-1.1,0-1.634-.012-1.1-.027-2.1-.069-3.117-.064l-3.223-.017c-.557,0-1.032,0-1.558.015l-1.607.056c-.3.01-.615.019-.929.024l-.475,0H438.8l-1.782,0h-1.773c-.624,0-1.231-.009-1.818-.022s-1.156-.028-1.707-.031c-.532,0-1.127.012-1.692.019l-3.352.056c-1.076.02-2.159.061-3.255.076-1.042.008-2.026.051-3.063.08s-2.106.029-3.048.008c-.476-.009-.933-.019-1.369-.024s-.84,0-1.292,0l-2.512,0-1.157,0c-.359,0-.713,0-1.06.008-.695.008-1.363.019-1.994.018-.313,0-.628,0-.909-.007l-.772-.011c-.989-.012-1.8-.029-2.349-.073S403.064,483.512,403.076,483.436Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M493.88,484.809a30.765,30.765,0,0,1,4.078-.183c2.6-.049,6.384-.095,11.389-.127l17.7-.072q2.613-.009,5.458-.012l5.671,0,12.172.017c2.071,0,4.38,0,6.691.014,2.29.009,4.58.024,6.858.038,4.6.031,8.975.05,13.77.031,4.771-.015,9.894-.049,15.234-.048,5.011,0,10.257-.029,15.74-.042l16.516-.032c2.816,0,5.507-.016,8.481-.015,2.95,0,5.84.018,8.686.031s5.641.027,8.389.026l8.628-.006,8.738-.009c2.994,0,5.69-.008,8.524-.034,5.069-.043,10.582-.118,16.091-.119l15.853-.02c2.552,0,5.493-.011,8.142,0l7.836.027c2.576.008,4.875.01,7.437,0l7.667-.024c10.163-.028,20.076-.068,29.6-.1s18.672-.049,27.293-.062l12.518-.021,11.626,0c3.666,0,7.372,0,10.518-.006,3.187-.007,6.3-.023,9.309-.036s5.9-.023,8.632-.023q3.657,0,6.767-.011c4.14-.012,7.5-.022,9.764-.022,1.2,0,2.379,0,3.593,0,1.259,0,2.476.009,3.663.017,2.364.015,4.583.037,6.674.059s4.055.044,5.911.06,3.549.026,5.531.034c3.794.018,7.355.038,10.655.06,3.333.024,6.26.04,9.187.077,5.673.074,9.83.168,12.711.24a42.513,42.513,0,0,1,4.384.2c-.034.059-1.718.108-4.81.135s-7.56.026-12.841.032c-2.543,0-5.722.021-8.981.028-3.3.009-6.853.015-10.634.019-1.8,0-4.011,0-6.163-.007s-4.261-.026-6.361-.043-4.163-.032-6.2-.043c-1.014,0-2.022-.009-3.015-.01h-3.229c-2.1,0-5.241.007-9.469.014q-3.17,0-7.165,0c-2.365,0-4.977,0-7.886.009s-6.093.02-9.587.023c-3.572,0-6.894-.008-10.617-.012l-11.482-.015-12.376,0c-8.525,0-17.58,0-27.027.006s-19.282.036-29.389.043l-7.626.007c-2.465,0-5.4,0-8.023-.013-5.384-.026-10.292-.068-15.305-.064l-15.83-.016c-2.734,0-5.064,0-7.651.015l-7.89.056q-2.245.015-4.563.024l-2.328,0-2.2,0-8.754,0h-8.7c-3.069,0-6.046-.008-8.929-.021s-5.675-.028-8.38-.032c-2.617,0-5.537.013-8.31.02l-16.46.056c-5.285.019-10.605.06-15.984.076-5.118.008-9.949.051-15.044.08-5.026.034-10.337.029-14.962.008q-3.507-.014-6.725-.024c-2.156-.006-4.125,0-6.346,0l-12.335,0-5.68,0q-2.645,0-5.206.008c-3.41.008-6.694.018-9.791.018-1.534,0-3.084,0-4.461-.007l-3.794-.011c-4.855-.012-8.836-.029-11.533-.073A25.947,25.947,0,0,1,493.88,484.809Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M929.655,484.809a6.884,6.884,0,0,1,1.91-.183c1.219-.049,2.989-.095,5.333-.127l8.287-.072,2.556-.012,2.656,0,2.253.007-.111.107.011-3.345.014-3.041c.013-1.04.027-2.081.04-3.117.031-2.093.05-4.08.031-6.259s-.032-4.5-.049-6.924q-.021-3.414-.043-7.154-.016-3.688-.033-7.506c0-1.28-.01-2.5-.016-3.855l.033-3.947q.013-1.942.026-3.814l-.006-3.921-.009-3.972c-.013-1.357-.024-2.578-.036-3.874-.044-2.3-.121-4.81-.123-7.313q-.009-3.613-.02-7.2v-3.7l.028-3.562v-3.38l-.024-3.485c-.037-4.617-.073-9.123-.107-13.453s-.043-8.488-.063-12.4l-.022-5.689q0-2.748-.006-5.284c0-1.666,0-3.351-.006-4.78-.012-1.448-.025-2.866-.037-4.231l-.024-3.924q-.006-1.662-.011-3.075l-.023-4.439c0-.544,0-1.08,0-1.633l.017-1.664q.032-1.607.061-3.033l.062-2.687.035-2.514c.022-1.723.042-3.341.061-4.843s.054-2.834.08-4.175c.076-2.579.173-4.468.248-5.778a8.7,8.7,0,0,1,.2-1.992,10.268,10.268,0,0,1,.139,2.186c.03,1.4.027,3.436.033,5.836l.029,4.082c.006,1.5.013,3.115.02,4.834l-.008,2.8q-.022,1.457-.043,2.891c-.015.953-.03,1.894-.045,2.816l-.01,1.37,0,1.468c0,.952.008,2.381.015,4.3l0,3.257.01,3.584c.007,1.321.014,2.77.023,4.357l-.012,4.826-.016,5.219q0,2.715,0,5.625c0,3.874,0,7.989.007,12.283s.028,8.765.043,13.358q0,1.722.007,3.466c0,1.12-.008,2.454-.012,3.647-.027,2.446-.071,4.677-.066,6.956q-.009,3.579-.017,7.194l.016,3.478.057,3.586.025,2.074,0,1.058v1q0,2,0,3.979v3.956q-.011,2.091-.022,4.058l-.032,3.809c.006,1.189.013,2.517.02,3.777q.028,3.8.057,7.481.039,3.6.078,7.265c.029,2.321.055,4.521.083,6.838.035,2.284.031,4.7.008,6.8q-.012,1.594-.025,3.056c0,.981,0,1.875,0,2.884l0,3.519v.525H950.5l-2.66,0-2.438.008-4.585.018-2.089-.007-1.777-.011c-2.273-.012-4.138-.029-5.4-.073A5.819,5.819,0,0,1,929.655,484.809Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M952.988,307.369a11.344,11.344,0,0,1-.2-2.568c-.053-1.639-.1-4.02-.138-7.171-.022-3.09-.049-6.836-.079-11.143q-.011-1.646-.014-3.437,0-1.736,0-3.571l.018-7.664c0-1.3,0-2.758.016-4.213s.026-2.885.042-4.318c.033-2.9.053-5.652.033-8.671-.016-3-.053-6.23-.052-9.593,0-3.155-.032-6.458-.046-9.911q-.018-5.109-.035-10.4c0-1.773-.017-3.467-.017-5.34,0-1.857.019-3.677.035-5.469s.029-3.552.028-5.283q0-2.7-.007-5.432t-.009-5.5c0-1.885-.01-3.583-.038-5.368-.047-3.191-.129-6.663-.131-10.131q-.01-5.007-.022-9.982c0-1.607-.011-3.459,0-5.127q.015-2.476.03-4.934c.009-1.622.011-3.07,0-4.683s-.017-3.228-.026-4.828c-.031-6.4-.074-12.64-.113-18.638s-.054-11.757-.067-17.185q-.012-4.071-.023-7.882t-.006-7.32c0-2.309,0-4.642-.007-6.624-.007-2.006-.025-3.969-.039-5.861s-.025-3.716-.025-5.435q0-2.3-.013-4.261c-.013-2.607-.023-4.72-.024-6.148,0-.754,0-1.5,0-2.263,0-.792.01-1.559.018-2.306.017-1.489.041-2.886.065-4.2s.048-2.554.066-3.723.028-2.234.037-3.482c.019-2.389.041-4.631.065-6.709.027-2.1.044-3.942.085-5.785.081-3.572.184-6.189.263-8a15.449,15.449,0,0,1,.216-2.76,18.542,18.542,0,0,1,.147,3.029c.032,1.939.029,4.76.035,8.085,0,1.6.023,3.6.031,5.655.01,2.077.017,4.315.021,6.7,0,1.136,0,2.526-.008,3.881s-.028,2.683-.046,4.005-.036,2.621-.047,3.9c-.006.638-.01,1.273-.012,1.9q0,1.006,0,2.033c0,1.319.007,3.3.015,5.962q.006,2,0,4.512c0,1.489,0,3.134.01,4.965s.022,3.837.024,6.037c0,2.249-.008,4.341-.012,6.685l-.017,7.23q0,3.762,0,7.793c0,5.367,0,11.069.007,17.017.017,5.948.039,12.142.046,18.506q0,2.387.008,4.8c.005,1.552,0,3.4-.013,5.052-.029,3.39-.076,6.48-.07,9.637q-.009,4.959-.018,9.968c-.006,1.722,0,3.189.016,4.817l.061,4.969q.017,1.413.026,2.873l.006,1.465,0,1.383q0,2.762,0,5.512v5.48c0,1.932-.009,3.807-.024,5.622s-.031,3.573-.034,5.277c0,1.647.014,3.486.022,5.232q.03,5.261.061,10.364c.021,3.328.066,6.678.083,10.065.008,3.223.055,6.265.088,9.472.037,3.165.032,6.51.008,9.422q-.015,2.208-.026,4.234c-.007,1.358,0,2.6,0,4,0,2.709,0,5.3,0,7.767l0,3.576q0,1.665.009,3.278c.009,2.147.02,4.215.02,6.165,0,.966,0,1.942-.008,2.809l-.012,2.389c-.013,3.057-.032,5.564-.08,7.262A9.4,9.4,0,0,1,952.988,307.369Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M944.361,29.555c0,.077-.091.133-.25.183a3.939,3.939,0,0,1-.7.126l-1.086.072c-.107.006-.219.011-.335.012l-.348,0-.747-.017c-.127,0-.269,0-.411-.014s-.281-.024-.421-.038a4.833,4.833,0,0,0-.845-.03c-.293.014-.607.048-.935.047-.307,0-.629.029-.966.042l-1.013.032c-.173,0-.338.016-.521.015s-.358-.017-.533-.031-.346-.027-.515-.026l-.529.006-.537.009a3.455,3.455,0,0,0-.523.035,7.677,7.677,0,0,1-.987.119l-.973.02c-.157,0-.337.01-.5,0l-.481-.027a4.081,4.081,0,0,0-.456,0l-.471.024c-.623.028-1.232.068-1.816.1s-1.146.049-1.675.062l-.768.021-.714,0c-.225,0-.452,0-.645.006s-.387.024-.572.036-.362.023-.529.023c-.15,0-.288.006-.416.012-.254.012-.46.021-.6.021-.074,0-.146,0-.22,0s-.152-.009-.225-.016c-.145-.016-.282-.038-.41-.06s-.249-.044-.363-.06-.217-.026-.339-.034q-.35-.025-.654-.059c-.2-.025-.384-.041-.564-.078a4.494,4.494,0,0,1-.78-.24c-.176-.075-.271-.137-.269-.2s.105-.108.295-.135a7.433,7.433,0,0,1,.788-.032c.156,0,.351-.021.552-.027s.42-.016.652-.02a3.512,3.512,0,0,1,.378.008c.132.009.262.026.391.042s.255.032.38.043c.062,0,.124.009.185.01h.2c.129,0,.322-.006.581-.014.13,0,.276-.006.44,0,.145,0,.3,0,.484-.009s.374-.02.588-.022.423.007.652.011l.705.016.759,0c.523,0,1.079-.005,1.659-.007s1.183-.036,1.8-.042l.468-.007a4.32,4.32,0,0,1,.493.012c.33.026.631.069.939.064l.972.016a3.162,3.162,0,0,0,.469-.015l.484-.056c.092-.01.186-.018.28-.024l.143,0,.135,0,.537,0h.534a5.431,5.431,0,0,1,.548.022c.177.013.349.028.515.031s.339-.013.51-.02l1.01-.056c.324-.019.651-.06.981-.075.314-.008.61-.051.923-.081a5.042,5.042,0,0,1,.918-.007c.144.009.281.019.413.024s.253,0,.389,0l.757,0,.349,0c.108,0,.215,0,.319-.008.21-.008.411-.018.6-.018.094,0,.19,0,.274.008l.233.011a3.6,3.6,0,0,1,.708.072C944.279,29.416,944.365,29.479,944.361,29.555Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M903.345,29.555c0,.077-.064.133-.177.183a2.075,2.075,0,0,1-.5.126l-.769.072c-.076.006-.155.011-.238.012l-.247,0-.529-.017c-.09,0-.191,0-.291-.014s-.2-.024-.3-.038a2.437,2.437,0,0,0-.6-.03c-.207.014-.43.048-.663.047s-.446.029-.684.042l-.719.032c-.122,0-.239.016-.369.015s-.254-.017-.378-.031a3.029,3.029,0,0,0-.365-.026l-.375.006-.38.009a1.743,1.743,0,0,0-.371.035,3.966,3.966,0,0,1-.7.119l-.69.02a3.48,3.48,0,0,1-.354,0l-.341-.027a2.062,2.062,0,0,0-.324,0l-.333.024c-.442.028-.874.068-1.288.1s-.812.049-1.187.062l-.545.021-.506,0c-.159,0-.321,0-.457.006s-.275.024-.405.036a3.572,3.572,0,0,1-.376.023c-.106,0-.2.006-.294.012-.18.012-.326.021-.425.021-.052,0-.1,0-.156,0s-.108-.009-.16-.016c-.1-.016-.2-.038-.29-.06s-.177-.044-.257-.06a2.056,2.056,0,0,0-.241-.034c-.165-.017-.32-.037-.464-.059a3.617,3.617,0,0,1-.4-.078,2.55,2.55,0,0,1-.553-.24c-.125-.075-.193-.137-.191-.2s.075-.108.209-.135a3.751,3.751,0,0,1,.559-.032c.111,0,.249-.021.391-.027s.3-.016.462-.02a1.765,1.765,0,0,1,.268.008c.094.009.186.026.277.042s.181.032.27.043c.044,0,.088.009.131.01h.14c.092,0,.228-.006.412-.014.092,0,.2-.006.312,0s.217,0,.343-.009.265-.02.417-.022.3.007.462.011l.5.016.538,0c.371,0,.765-.005,1.176-.007s.839-.036,1.279-.042l.331-.007a2.163,2.163,0,0,1,.349.012,5.108,5.108,0,0,0,.666.064l.689.016a1.6,1.6,0,0,0,.333-.015l.343-.056c.065-.01.131-.018.2-.024l.1,0,.1,0,.381,0h.379a2.735,2.735,0,0,1,.388.022c.126.013.247.028.365.031s.241-.013.362-.02l.716-.056c.23-.019.461-.06.7-.075s.433-.051.655-.081a2.54,2.54,0,0,1,.651-.007c.1.009.2.019.292.024s.18,0,.276,0l.537,0,.247,0c.077,0,.152,0,.226-.008.149-.008.292-.018.426-.018.067,0,.135,0,.2.008l.165.011a1.832,1.832,0,0,1,.5.072C903.287,29.416,903.348,29.479,903.345,29.555Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M875.439,29.555a19.388,19.388,0,0,1-3.218.183c-2.054.048-5.037.094-8.986.126l-13.962.072q-2.061.009-4.306.012l-4.474,0-9.6-.017c-1.633,0-3.455,0-5.278-.014s-3.614-.024-5.411-.038c-3.633-.03-7.081-.049-10.864-.03-3.764.014-7.806.048-12.02.047-3.953,0-8.092.029-12.418.042l-13.03.032c-2.222,0-4.344.016-6.691.015-2.327,0-4.607-.017-6.853-.031s-4.45-.027-6.619-.026l-6.806.006L738,29.939c-2.362,0-4.489.008-6.725.035-4,.042-8.349.117-12.7.119l-12.507.02c-2.014,0-4.334.01-6.424,0l-6.182-.027c-2.033-.008-3.846-.01-5.868,0l-6.049.024c-8.018.028-15.839.068-23.353.1s-14.732.049-21.534.062l-9.875.021-9.173,0c-2.892,0-5.816,0-8.3.006-2.515.007-4.974.024-7.344.036s-4.657.023-6.811.023q-2.886,0-5.339.012c-3.266.012-5.914.021-7.7.021-.945,0-1.877,0-2.835,0-.993,0-1.954-.009-2.89-.016-1.865-.016-3.616-.038-5.265-.06s-3.2-.044-4.664-.06-2.8-.026-4.364-.034c-2.993-.017-5.8-.037-8.406-.059-2.63-.025-4.939-.041-7.248-.078-4.476-.074-7.756-.168-10.029-.24a26.278,26.278,0,0,1-3.458-.2,31.844,31.844,0,0,1,3.794-.135c2.431-.029,5.965-.025,10.131-.032,2.007,0,4.515-.021,7.086-.027,2.6-.009,5.407-.016,8.39-.02,1.423,0,3.165,0,4.862.008s3.362.026,5.018.042,3.285.032,4.89.043c.8,0,1.594.009,2.378.01h2.548c1.652,0,4.134-.006,7.47-.014q2.5,0,5.653,0c1.866,0,3.927,0,6.222-.009s4.806-.02,7.563-.022c2.819,0,5.439.007,8.377.011l9.059.016,9.764,0c6.726,0,13.87-.005,21.323-.007s15.213-.036,23.187-.042l6.016-.007c1.945,0,4.264,0,6.331.012,4.247.026,8.119.069,12.074.064l12.489.016c2.158.006,4,0,6.037-.015l6.225-.056q1.772-.015,3.6-.024l1.837,0,1.731,0,6.907,0h6.866c2.421,0,4.771.008,7.045.022s4.477.028,6.612.031c2.064,0,4.368-.013,6.556-.02l12.986-.056c4.169-.019,8.367-.06,12.611-.075,4.038-.008,7.849-.051,11.869-.081,3.965-.034,8.156-.029,11.805-.007q2.766.014,5.3.024c1.7.006,3.255,0,5.007,0l9.732,0,4.481,0q2.087,0,4.107-.008c2.691-.008,5.281-.018,7.725-.018,1.211,0,2.433,0,3.52.008l2.993.011c3.831.011,6.971.028,9.1.072A16.063,16.063,0,0,1,875.439,29.555Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M529.2,29.87c-.054.048-1.335.083-3.671.114s-5.746.06-10.251.08l-15.928.045q-2.352.006-4.913.007l-5.1,0L478.381,30.1c-1.863,0-3.942,0-6.022-.009-2.062-.005-4.123-.015-6.172-.024-4.145-.019-8.079-.03-12.394-.019-4.3.009-8.906.031-13.713.03-4.509,0-9.232.019-14.167.027l-14.865.02c-2.535,0-4.956.01-7.633.009-2.655,0-5.256-.011-7.818-.02s-5.077-.017-7.551-.016l-7.765,0-7.866.006c-2.694,0-5.121,0-7.672.021-4.562.027-9.524.074-14.482.075l-14.269.012c-2.3,0-4.944.007-7.329,0L321.61,30.2c-2.319,0-4.387-.006-6.693,0l-6.9.015c-9.148.018-18.07.043-26.642.065s-16.807.031-24.566.038l-11.267.014-10.464,0c-3.3,0-6.635,0-9.467,0-2.868,0-5.674.014-8.378.022s-5.313.015-7.77.015q-3.292,0-6.09.007c-3.727.007-6.747.013-8.789.013-1.078,0-2.141,0-3.234,0-1.133,0-2.229-.006-3.3-.01-2.129-.01-4.126-.024-6.008-.038s-3.65-.027-5.32-.037-3.194-.016-4.979-.022c-3.414-.011-6.62-.023-9.59-.037-3-.015-5.635-.025-8.268-.049-5.107-.046-8.848-.1-11.441-.15-2.577-.047-3.979-.086-3.946-.124s1.546-.068,4.329-.084,6.8-.016,11.558-.02c2.289,0,5.15-.014,8.083-.018,2.97-.005,6.169-.01,9.572-.012,1.623,0,3.61,0,5.547,0s3.835.016,5.725.026,3.747.02,5.577.027c.912,0,1.82.006,2.714.007h2.906c1.885,0,4.717,0,8.523-.009q2.852,0,6.449,0c2.129,0,4.479,0,7.1-.006s5.484-.013,8.63-.014c3.215,0,6.2,0,9.556.007l10.335.01h11.139c7.672,0,15.822,0,24.325,0s17.356-.023,26.453-.027l6.863,0c2.219,0,4.865,0,7.222.007,4.845.017,9.263.044,13.775.041l14.248.01c2.461,0,4.559,0,6.887-.01l7.1-.035q2.02-.009,4.107-.015l2.1,0h1.975l7.879,0h7.833q4.144,0,8.038.013t7.542.02c2.355,0,4.984-.008,7.48-.013L424.88,29.8c4.756-.012,9.544-.038,14.386-.047,4.607-.005,8.955-.032,13.541-.051,4.524-.021,9.3-.018,13.467,0q3.156.007,6.053.015c1.94,0,3.713,0,5.711,0l11.1,0h5.112q2.38,0,4.686,0c3.069-.005,6.024-.011,8.813-.011,1.38,0,2.775,0,4.015,0l3.414.007c4.371.007,7.953.018,10.381.045A33.047,33.047,0,0,1,529.2,29.87Z" style="fill: #d5ba9e"/> </g> <line x1="28.129" y1="161.099" x2="28.129" y2="119.881" style="fill: none;stroke: #cfb291;stroke-miterlimit: 10;stroke-width: 0.5px;mix-blend-mode: multiply"/> <line x1="28.129" y1="488.343" x2="28.129" y2="165.659" style="fill: none;stroke: #cfb291;stroke-miterlimit: 10;stroke-width: 0.5px;mix-blend-mode: multiply"/> <g style="mix-blend-mode: multiply"> <path d="M29.539,488.619c.007-.077.192-.134.529-.183s.829-.095,1.479-.127l2.3-.072.709-.012.736,0,1.581.017.869.014.89.038c.6.031,1.166.05,1.789.031s1.285-.049,1.978-.048l2.044-.042,2.145-.032,1.1-.015,1.128.031c.369.015.732.028,1.089.027l1.121-.007,1.135-.009c.388,0,.739-.008,1.107-.034.658-.042,1.374-.118,2.089-.119l2.059-.02c.332,0,.713-.011,1.058,0l1.017.027c.335.008.633.01.966,0l1-.023,3.844-.1,3.544-.062,1.626-.02,1.51-.006,1.366-.006,1.209-.036,1.121-.023.879-.011,1.268-.022.467,0,.475.016.867.059.768.06.718.034,1.384.06c.433.024.813.04,1.193.078.737.073,1.276.167,1.651.24s.574.137.569.2-.223.109-.625.135-.982.026-1.667.032l-1.167.028-1.381.019c-.234,0-.521,0-.8-.007l-.826-.042-.805-.044-.391-.01h-.42l-1.23.014-.93,0-1.024.01-1.245.022-1.379-.011-1.491-.016-1.608,0-3.51.007L61.6,488.7l-.991.007c-.32,0-.7,0-1.042-.012-.7-.027-1.336-.069-1.987-.064l-2.056-.017c-.355,0-.658,0-.994.016l-1.024.055-.593.024-.3,0h-.286l-1.136,0H50.056c-.4,0-.785-.009-1.159-.022l-1.089-.031-1.079.02-2.137.055-2.076.076c-.665.008-1.292.051-1.954.08s-1.343.03-1.943.008l-.874-.024-.824,0-1.6,0-.737,0-.676.008-1.272.019-.579-.008-.493-.011c-.631-.012-1.148-.029-1.5-.073S29.531,488.7,29.539,488.619Z" style="fill: #d5ba9e"/> </g> <polyline points="956.15 352.236 956.15 488.343 92.49 488.343" style="fill: none;stroke: #cfb291;stroke-miterlimit: 10;stroke-width: 0.5px;mix-blend-mode: multiply"/> <line x1="956.15" y1="277.277" x2="956.15" y2="349.5" style="fill: none;stroke: #cfb291;stroke-miterlimit: 10;stroke-width: 0.5px;mix-blend-mode: multiply"/> <line x1="956.15" y1="35.821" x2="956.15" y2="275.088" style="fill: none;stroke: #cfb291;stroke-miterlimit: 10;stroke-width: 0.5px;mix-blend-mode: multiply"/> <g style="mix-blend-mode: multiply"> <path d="M941.823,26.69a7.318,7.318,0,0,1-1.793.151c-1.145.039-2.807.078-5.008.1L927.24,27q-1.149.007-2.4.01l-2.493,0L916.994,27c-.91,0-1.926,0-2.942-.012s-2.014-.019-3.016-.031c-2.024-.025-3.946-.041-6.055-.025s-4.35.04-6.7.039c-2.2,0-4.51.024-6.921.035l-7.262.026c-1.239,0-2.422.013-3.73.013s-2.567-.015-3.819-.027-2.481-.022-3.689-.021l-3.794,0-3.842.008c-1.317,0-2.5.006-3.749.028-2.228.035-4.653.1-7.075.1l-6.971.017c-1.122,0-2.415.008-3.58,0l-3.446-.022c-1.133-.006-2.144-.008-3.27,0l-3.372.019c-4.469.024-8.827.056-13.016.085s-8.21.041-12,.051l-5.5.017-5.113,0c-1.612,0-3.241,0-4.625,0-1.4.005-2.772.019-4.093.029s-2.6.019-3.8.019q-1.608,0-2.975.01c-1.821.009-3.3.017-4.294.017-.527,0-1.046,0-1.58,0q-.829,0-1.61-.013c-1.04-.013-2.016-.031-2.935-.049s-1.783-.036-2.6-.049-1.56-.022-2.432-.028c-1.668-.015-3.234-.031-4.685-.049s-2.753-.034-4.04-.064c-2.494-.061-4.322-.138-5.589-.2a9.994,9.994,0,0,1-1.928-.162,12.042,12.042,0,0,1,2.115-.111c1.355-.023,3.325-.021,5.647-.026,1.118,0,2.516-.017,3.949-.023,1.451-.007,3.013-.013,4.676-.016.793,0,1.764,0,2.71.006s1.874.022,2.8.035,1.831.027,2.725.035c.445,0,.889.008,1.326.009h1.42c.92,0,2.3-.005,4.163-.012.929,0,1.979,0,3.151,0,1.04,0,2.188,0,3.467-.008s2.679-.016,4.216-.018c1.571,0,3.031.006,4.669.009l5.049.013,5.442,0c3.748,0,7.73,0,11.884-.006s8.479-.029,12.923-.035l3.353,0c1.084,0,2.377,0,3.529.009,2.367.022,4.525.057,6.729.053l6.961.014c1.2,0,2.227,0,3.365-.013l3.469-.046q.987-.012,2.007-.019l1.023,0h.965l3.85,0h3.827c1.349,0,2.659.006,3.926.018s2.5.023,3.685.025c1.151,0,2.435-.01,3.654-.016l7.238-.046c2.324-.016,4.663-.05,7.029-.062,2.25-.007,4.374-.042,6.615-.066,2.21-.028,4.545-.025,6.579-.007q1.542.012,2.957.02c.948,0,1.814,0,2.79,0l5.425,0,2.5,0q1.164,0,2.289-.006c1.5-.007,2.944-.016,4.306-.015.674,0,1.356,0,1.961.006l1.669.009c2.135.01,3.885.024,5.071.06A6.155,6.155,0,0,1,941.823,26.69Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M748.879,26.541c-.007.077-.169.133-.464.183a12.98,12.98,0,0,1-1.294.126l-2.011.072c-.2.006-.4.011-.62.012l-.645,0-1.383-.017c-.235,0-.5,0-.76-.014s-.521-.024-.779-.038c-.524-.031-1.02-.049-1.565-.031s-1.125.049-1.731.048c-.57,0-1.166.029-1.789.042l-1.877.032c-.32,0-.626.016-.964.016s-.663-.018-.987-.032-.641-.027-.953-.026l-.98.006-.993.009c-.341,0-.647.008-.969.035-.576.042-1.2.117-1.828.119l-1.8.02c-.29,0-.624.01-.925,0l-.891-.027c-.292-.008-.554-.01-.845,0l-.871.024c-1.155.028-2.281.068-3.364.1s-2.122.05-3.1.062l-1.423.021-1.321,0c-.416,0-.837,0-1.2.006s-.716.024-1.058.037-.671.022-.981.022c-.277,0-.533.006-.769.012-.47.012-.851.021-1.109.021-.136,0-.271,0-.409,0s-.281-.009-.416-.016c-.268-.016-.521-.038-.758-.06s-.461-.043-.672-.06-.4-.026-.628-.034q-.648-.026-1.211-.059c-.379-.025-.712-.041-1.044-.078a13.956,13.956,0,0,1-1.445-.24c-.325-.075-.5-.137-.5-.2s.195-.108.547-.135.859-.025,1.459-.032c.289,0,.65-.021,1.021-.028s.778-.015,1.208-.019c.205,0,.456,0,.7.008s.485.025.723.042.473.032.7.043c.115,0,.23.009.343.01h.367c.238,0,.595-.006,1.076-.014.24,0,.511-.006.814,0,.269,0,.566,0,.9-.009s.692-.02,1.09-.022.783.007,1.206.011l1.3.016h1.406c.969,0,2,0,3.071-.006s2.192-.036,3.34-.042l.867-.007c.28,0,.614,0,.911.012.612.026,1.17.069,1.74.064l1.8.016c.311.006.576,0,.87-.015l.9-.056c.171-.01.343-.018.519-.024l.265,0,.249,0,1,0h.989c.348,0,.687.008,1.014.022s.645.028.953.031.629-.013.944-.02l1.87-.056c.6-.019,1.205-.06,1.817-.075.581-.009,1.13-.051,1.709-.081s1.175-.029,1.7-.007c.265.009.52.019.764.024s.469,0,.721,0l1.4,0,.645,0c.2,0,.4,0,.592-.008.387-.008.76-.018,1.112-.018.175,0,.351,0,.507.008l.431.011a12.7,12.7,0,0,1,1.311.072C748.726,26.4,748.886,26.465,748.879,26.541Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M695.7,26.541a32.443,32.443,0,0,1-4.172.183c-2.663.048-6.53.094-11.651.126l-18.1.072q-2.673.009-5.584.012l-5.8,0-12.451-.017c-2.118,0-4.481,0-6.844-.014q-3.516-.014-7.016-.038c-4.71-.031-9.181-.049-14.085-.031-4.881.015-10.122.049-15.585.048-5.125,0-10.492.029-16.1.042l-16.894.032c-2.881,0-5.633.016-8.676.016q-4.526,0-8.885-.032t-8.582-.026l-8.825.006-8.939.009c-3.063,0-5.821.008-8.72.035-5.185.042-10.825.117-16.46.119l-16.217.02c-2.61,0-5.619.01-8.329,0l-8.015-.027c-2.636-.008-4.987-.01-7.608,0l-7.843.024c-10.4.028-20.536.068-30.279.1s-19.1.05-27.92.062l-12.8.021-11.893,0c-3.75,0-7.541,0-10.759.006-3.261.007-6.45.024-9.523.037s-6.038.022-8.83.022q-3.741,0-6.922.012c-4.235.012-7.668.021-9.989.021-1.225,0-2.433,0-3.675,0-1.287,0-2.533-.009-3.746-.016-2.419-.016-4.69-.038-6.828-.06s-4.148-.043-6.047-.06-3.63-.026-5.658-.034c-3.88-.017-7.524-.037-10.9-.059-3.409-.025-6.4-.041-9.4-.078-5.8-.074-10.056-.168-13-.24a44.067,44.067,0,0,1-4.485-.2c.035-.058,1.757-.108,4.92-.135s7.734-.025,13.136-.032c2.6,0,5.853-.021,9.187-.028,3.374-.008,7.01-.015,10.878-.019,1.845,0,4.1,0,6.3.008s4.36.025,6.507.042,4.259.032,6.339.043c1.036,0,2.068.009,3.084.01h3.3c2.143,0,5.361-.006,9.686-.014q3.241,0,7.329,0c2.42,0,5.091,0,8.067-.009s6.233-.02,9.807-.022c3.655,0,7.052.007,10.861.011l11.746.016h12.66c8.72,0,17.982,0,27.646-.006s19.725-.036,30.064-.042l7.8-.007c2.521,0,5.528,0,8.207.012,5.507.026,10.527.069,15.656.064l16.193.016c2.8.006,5.181,0,7.827-.015l8.071-.056q2.3-.015,4.667-.024l2.382,0,2.245,0,8.955,0h8.9q4.71-.006,9.135.022t8.572.031c2.676,0,5.664-.013,8.5-.02l16.837-.056c5.406-.019,10.848-.06,16.351-.075,5.236-.009,10.177-.051,15.389-.081,5.142-.033,10.575-.029,15.306-.007q3.587.014,6.879.024c2.205.006,4.219,0,6.491,0l12.618,0,5.811,0q2.7,0,5.325-.008c3.488-.008,6.847-.018,10.016-.018,1.569,0,3.154,0,4.563.008l3.881.011c4.967.012,9.039.029,11.8.072A26.866,26.866,0,0,1,695.7,26.541Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M247.144,26.541c-.015.077-.376.133-1.035.183s-1.62.094-2.89.126l-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.163-.024-1.741-.038c-1.168-.031-2.277-.049-3.493-.031s-2.511.049-3.866.048c-1.272,0-2.6.029-3.994.042l-4.191.032c-.714,0-1.4.016-2.152.016s-1.482-.018-2.2-.032-1.431-.027-2.129-.026l-2.189.006-2.217.009c-.76,0-1.444.008-2.163.035-1.286.042-2.685.117-4.083.119l-4.022.02c-.648,0-1.394.01-2.066,0l-1.989-.027c-.653-.008-1.237-.01-1.887,0l-1.945.024c-2.579.028-5.094.068-7.511.1s-4.738.05-6.926.062l-3.176.021-2.95,0c-.93,0-1.87,0-2.669.006s-1.6.024-2.362.037-1.5.022-2.19.022c-.619,0-1.191.006-1.717.012-1.051.012-1.9.021-2.478.021-.3,0-.6,0-.911,0s-.629-.009-.93-.016c-.6-.016-1.163-.038-1.693-.06s-1.029-.043-1.5-.06-.9-.026-1.4-.034c-.962-.017-1.866-.037-2.7-.059s-1.589-.041-2.331-.078c-1.44-.074-2.495-.168-3.226-.24s-1.121-.137-1.112-.2a3.411,3.411,0,0,1,1.22-.135c.782-.028,1.919-.025,3.259-.032.645,0,1.452-.021,2.279-.028s1.738-.015,2.7-.019c.458,0,1.018,0,1.564.008s1.081.025,1.614.042,1.056.032,1.572.043c.257,0,.513.009.765.01h.819c.532,0,1.33-.006,2.4-.014.536,0,1.142-.006,1.818,0,.6,0,1.263,0,2-.009s1.546-.02,2.433-.022c.906,0,1.749.007,2.694.011l2.913.016h3.141c2.163,0,4.46,0,6.857-.006s4.893-.036,7.458-.042l1.935-.007c.625,0,1.371,0,2.035.012,1.366.026,2.612.069,3.884.064l4.017.016c.694.006,1.285,0,1.941-.015l2-.056q.57-.015,1.158-.024l.591,0,.557,0,2.221,0h2.208c.779,0,1.534.008,2.266.022s1.44.028,2.126.031c.664,0,1.405-.013,2.109-.02l4.176-.056c1.341-.019,2.691-.06,4.056-.075,1.3-.009,2.525-.051,3.818-.081,1.275-.033,2.623-.029,3.8-.007.593.009,1.163.019,1.707.024s1.046,0,1.61,0l3.13,0,1.441,0c.447,0,.888,0,1.321-.008.865-.008,1.7-.018,2.484-.018.39,0,.783,0,1.132.008l.963.011c1.232.012,2.242.029,2.926.072S247.16,26.465,247.144,26.541Z" style="fill: #d5ba9e"/> </g> </g> <path d="M280.205,471.986c9.661-3.736,22.7-5.5,25.3-15.526,2.265-8.752-5.927-16.668-13.993-20.751l11.187-31.093c.728,4.911,7.957,6.235,11.932,3.261s5.405-8.19,6.584-13.012q6.959-28.458,13.916-56.915c.935,4.9,8.033,6.206,12.14,3.383s5.865-7.924,7.372-12.674c6.333-19.967,10.28-46.8-7.8-57.381q3.205-8.74,6.413-17.482l-23.811.454a83.83,83.83,0,0,0-16-73.125c-16.884-20.6-43.68-33.07-55.112-57.124-9.009,14.9,1.989,34.058,15.034,45.587s29.388,21.5,34.535,38.134A82.771,82.771,0,0,0,262.416,229.6c-5.183,4.931-9.989,11.348-9.4,18.478.33,4.022,2.287,8.438.068,11.809-3.828,5.815-13.978.641-19.521,4.853-5.414,4.115-2.045,12.489-.2,19.034,9.349,33.173-35.217,67.053-19.992,97.973,2.188,4.444,5.524,8.347,6.966,13.086,1.962,6.444.136,13.363-1.688,19.848L199.136,484.02h70.447C271.1,479.073,275.249,473.9,280.205,471.986Z" style="fill: none"/> <path d="M431.012,265.556c2.688-11.567,5.1-25.943-4.141-33.4-10.86-8.763-26.917.639-35.944,11.279s-18.534,24.04-32.488,24c-5.334,2.981-2.139,12.206,3.748,13.843s11.94-1.483,17.255-4.5q21.529-12.207,43.057-24.416c-7.7,42.4-15.428,85.123-14.786,128.211.172,11.542.871,23.52-3.559,34.179-3.31,7.969-9.458,15.2-9.449,23.831.006,5.386,2.486,10.629,1.935,15.987s-6.889,10.6-11.047,7.172c2.33-6.121-4.931-12.393-11.453-11.788s-11.765,5.41-16.476,9.96q-4.839-5.762-9.676-11.525c-7.476-1.05-12.65,7.582-13.569,15.075-.853,6.965-.145,14.633-3.653,20.549h114.6c.045-14.019-4.9-28.534-8.993-42.286A346.329,346.329,0,0,1,431.012,265.556Z" style="fill: none"/> <g style="opacity: 0.2"> <path d="M442.4,500.917l20-16.9H445.369A47.258,47.258,0,0,1,442.4,500.917Z" style="fill: #dacdb7"/> </g> <g style="opacity: 0.2"> <path d="M273.934,494.524c15.294-12.507,44.2,6.68,55.966-9.189a15.12,15.12,0,0,0,.866-1.315H269.583C268.141,488.715,269.065,493.209,273.934,494.524Z" style="fill: #dacdb7"/> </g> <g style="opacity: 0.2"> <path d="M891.112,454.239,835.353,484.02h57.473q30.9-20.012,60.216-42.346V417.327C933.691,431.451,912.309,442.917,891.112,454.239Z" style="fill: #dacdb7"/> </g> <g style="opacity: 0.2"> <path d="M946.7,117.635C916.8,147.987,885.75,180.3,874.81,221.472c-2.09,7.863-3.9,16.723-10.563,21.4-6.581,4.617-15.4,3.4-23.414,4.088-29.482,2.552-57.245,32.812-83.9,19.97-9.234-4.448-16.9-13.869-27.137-13.306-13.444.739-19.091,17.221-21.364,30.491l-11.643,68c-2.455,14.337-5.488,29.778-16.2,39.624-15.662,14.4-39.978,10.707-61.169,8.8a248.909,248.909,0,0,0-118.529,18.51c-11.553,4.877-24.944,10.622-35.965,4.639-10.443-5.67-13.347-19.1-14.759-30.9A550.6,550.6,0,0,1,450.3,261.03c2.09-17.175,8.234-37.867,25.172-41.4,12.881-2.688,30.99,4.34,36.5-7.611,1.587-3.445,1.242-7.429.865-11.2q-1.6-16.005-3.2-32.009c-.658-6.582-2.334-14.515-8.611-16.6-8.212-2.734-14.935,6.989-23.109,9.836-9.678,3.37-19.6-3.326-29.351-6.476-18.967-6.126-39.266,1.368-59.024,4-39.976,5.317-83.553-12.373-103.985-47.141-11.72-19.944-15.49-43.777-27.229-63.71s-37.3-35.671-57.635-24.647c-21.3,11.546-21,42.3-13.926,65.469.726,2.379,1.567,4.862,3.416,6.525,2.529,2.274,6.232,2.439,9.566,3.108,20.137,4.038,28.98,27.3,34.34,47.13,2.493,9.223,4.974,19.113,1.885,28.154-7.71,22.565-39.709,21.351-62.876,15.7l.741,39.479c.169,9.021.618,18.824,6.442,25.716,2.458,2.91,5.707,5.058,8.233,7.909,9.136,10.309,6.438,26.506.543,38.955s-14.546,24.093-16.13,37.776c-1.807,15.612,5.919,30.526,9.748,45.768,8.133,32.377-2.051,67.819-22.9,93.892-1.191,1.489-2.422,2.941-3.674,4.373h43.038l19.509-69.343c1.824-6.485,3.65-13.4,1.688-19.848-1.442-4.739-4.778-8.642-6.966-13.086-15.225-30.92,29.341-64.8,19.992-97.973-1.845-6.545-5.214-14.919.2-19.034,5.543-4.212,15.693.962,19.521-4.853,2.219-3.371.262-7.787-.068-11.809-.585-7.13,4.221-13.547,9.4-18.478A82.771,82.771,0,0,1,307.9,207.722c-5.147-16.632-21.489-26.605-34.535-38.134S249.32,138.9,258.329,124c11.432,24.054,38.228,36.528,55.112,57.124a83.83,83.83,0,0,1,16,73.125l23.811-.454q-3.207,8.74-6.413,17.482c18.078,10.581,14.131,37.414,7.8,57.381-1.507,4.75-3.265,9.851-7.372,12.674s-11.205,1.512-12.14-3.383q-6.958,28.458-13.916,56.915c-1.179,4.822-2.609,10.037-6.584,13.012s-11.2,1.65-11.932-3.261l-11.187,31.093c8.066,4.083,16.258,12,13.993,20.751-2.6,10.027-15.634,11.79-25.3,15.526-4.956,1.916-9.1,7.087-10.622,12.034h61.183c3.508-5.916,2.8-13.584,3.653-20.549.919-7.493,6.093-16.125,13.569-15.075q4.838,5.763,9.676,11.525c4.711-4.55,9.955-9.356,16.476-9.96s13.783,5.667,11.453,11.788c4.158,3.424,10.5-1.814,11.047-7.172s-1.929-10.6-1.935-15.987c-.009-8.629,6.139-15.862,9.449-23.831,4.43-10.659,3.731-22.637,3.559-34.179-.642-43.088,7.086-85.812,14.786-128.211q-21.528,12.208-43.057,24.416c-5.315,3.014-11.368,6.133-17.255,4.5s-9.082-10.862-3.748-13.843c13.954.037,23.461-13.362,32.488-24s25.084-20.042,35.944-11.279c9.241,7.456,6.829,21.832,4.141,33.4a346.329,346.329,0,0,0,5.364,176.178c4.091,13.752,9.038,28.267,8.993,42.286H462.4l37.294-31.511c9.669-8.17,24.326-16.418,33.674-7.881a129.591,129.591,0,0,1,38.685-15.392c6.836-1.508,14.667-2.251,20.205,2.03,7.038,5.441,6.829,15.839,9.076,24.446s12.566,17.194,19.084,11.14c-9.668-18.046,8.442-43.606,28.674-40.469,7.514,1.166,14.708,5.417,22.233,4.323,12.883-1.873,24.964-18.531,35.4-10.746-4.336-13.7,8.677-29.7,22.972-28.25-7.728-13.295-15.533-29.94-7.726-43.189,5.918-10.043,18.376-13.583,29.117-18.114s22.124-13.484,20.705-25.055c7.853,3.274,10.975,12.619,12.565,20.978s3,17.645,9.544,23.077,19.707,1.87,18.81-6.591c4.911,7.732,14.441,16.464,21.68,10.851,6.62-5.132,2.263-15.521,2.611-23.89,1-24.123,43.148-33.022,39.454-56.883,6.429,5.6,16.575-.908,20.4-8.528s5.383-16.984,12.177-22.134c3.409-2.584,7.688-3.694,11.873-4.577,10.528-2.221,21.48-3.332,32.143-2.312V111.476C950.845,113.46,948.74,115.562,946.7,117.635Z" style="fill: #dacdb7"/> </g> <path d="M290.055,241.112c-6.022,0-7.938.547-13.413,0s-15.055-2.738-9.58,3.284,6.577,11.5,10.679,8.486,8.208-7.664,6.84-1.095-5.2-1.095-3.559,9.581-7.664,17.519,2.737,16.15,3.833-9.233,14.508.174,28.194-8.112,13.139,14.607-20.53,29.29-15.329,37.5,1.1,20.257,10.95,14.508,11.77,1.1,15.328-15.6,4.654-24.363,3.559-31.48,0-20.529-6.57-24.088-11.5,1.643-15.055-3.011-13.96-11.5-10.949-16.424,11.223-13.722,4.653-13.43S290.055,241.112,290.055,241.112Z" style="fill: #cbc7c0;opacity: 0.4"/> <path d="M419.53,250.419c-2.464,7.117-2.19,16.15,0,19.161s10.675,11.77,3.558,14.507-9.033-4.653-16.423,6.844-10.128,20.8-9.307,27.373-3.832,10.128-3.011,12.591,5.474-2.189,6.569,12.045-6.022,21.624.548,29.289-8.486,10.128-2.464,18.887,17.474,3.285,11.064,15.6-21.466,29.563-17.907,38.322,12.318,4.38,11.77,8.486-11.5,5.2-13.686,12.044-4.38-1.369,0-7.665c-6.022-5.748-12.318-7.117-17.793-8.485s-3.285,1.642-5.474,3.832-3.559,9.581-6.57,9.307-.547-12.592-7.938-13.139-11.5-3.832-12.044,1.368-5.2,3.011-4.106,7.665-4.439,8.212-.166,11.5,10.02,4.927,7.283,6.843-4.106,3.285-7.391,0-7.117-6.843-7.117.547,3.824,15.056-2.605,15.329-9.165,4.106-11.629-1.642.547-12.318-4.927-7.391,6.022,7.665-5.475,9.033-13.139-5.2-18.613-2.737-7.939,4.653-11.5,7.938,3.558-10.949,0-14.508-16.15-1.642-6.57-6.022,18.34-4.927,19.435-6.022,2.464-11.223,7.391-13.686,9.033-.274,12.044-1.916-6.3-13.413-2.737-13.413,11.223,7.391,13.139,4.379-1.095-9.854-3.011-11.222-7.938-.822-8.76-.822-1.916-10.128-1.916-10.128-3.011-7.39-.821-10.4,4.38-11.5,8.76-7.391,6.843,9.033,9.033,6.843,4.106-5.748,3.011-9.581,1.36-11.222,3.143-12.317,5.616-9.581,2.879-11.5-8.486,1.483-6.3-2.133a101.315,101.315,0,0,1,10.675-13.47c2.738-2.737,12.866-12.044,13.687-12.318s6.57-6.022,5.2-8.485-6.022-13.139-2.464-15.055,9.307,1.368,10.4-3.833,4.106-21.624,7.117-24.088-10.128-1.261-3.558-7.748,16.15-9.5,15.876-14.424-1.369-12.866,6.843-10.676,14.782,1.369,16.7-1.642,9.854-11.5,11.223-12.865A23.075,23.075,0,0,1,419.53,250.419Z" style="fill: #cbc7c0;opacity: 0.25"/> <path d="M265.427,349.783c-2.745-1.916-2.745-7.665-7.125-5.749s-6.022,11.771-7.117,12.866-6.843,5.748-7.39,6.843,1.368,4.321,1.642,10.646,2.268,10.979-1.74,16.727-6.472,10.676-4.556,15.877,3.559,12.317,7.665,14.781,6.189,6.843,5.147,7.391-6.242,1.642-6.516,4.106-4.38,10.128-5.474,9.033a39.066,39.066,0,0,0-6.57-4.38c-.821-.274-4.38,2.19-5.2,1.369s-3.558-5.2,0-5.2,7.938-5.2,6.57-6.3-7.117-3.285-7.117-3.285l-3.559,3.559V438.2s6.022,5.748,5.748,9.033,4.38,17.792,1.643,18.34-7.665,4.927-2.737,6.843,4.379,5.749,1.094,7.938-7.938,15.877-3.011,14.782,7.665-7.117,10.4-6.843,4.654-4.882,3.011-6.547-4.653-6.866-1.095-6.593,4.654,4.654,6.844,2.464,6.569-5.475,4.106-7.664-6.3-6.022-6.57-7.939-.266-8.485,1.236-9.58.68-7.117,4.786-3.559,4.106,8.76,4.654,9.581,4.653,4.653,7.664,2.737a12.3,12.3,0,0,1,7.938-1.916c1.643.274,4.38-4.38,3.011-5.748s-7.649-5.749-7.383-6.844-4.661-4.379-4.387-6.569a5.89,5.89,0,0,1,4.387-4.653c2.182-.548,9.573-5.749,9.573-7.117s-1.369-5.749-2.19-6.3-7.383-1.369-7.383-1.369-3.84-3.011-2.471-4.106,5.2-1.642,5.475-3.558,1.642-13.687-.274-20.53-4.927-4.38-1.916-6.843,4.927-1.095,5.2-5.475,1.642-19.435.821-24.636-2.19-8.759-3.559-8.486S265.427,349.783,265.427,349.783Z" style="fill: #cbc7c0;opacity: 0.4"/> <path d="M138.5,29.931l3.236,13.857c-1.879,12.788-37.622-6.216-49.543-1.222L70.226,69.974,31.289,105.439l1.335,378.988,165.136.392c-1.531-4.5-3.446-9.132-3.967-12.405-1.277-8.029,5.292-1.825,8.212,1.643s6.57-.365,7.847-4.2-6.022-32.482-2.737-35.95,4.2-12.044,5.839-14.781S208.937,380.706,202,379.976s-3.665-27.7-5.125-34.821,2.309-4.9,17.455-8.92,7.659-10.444,5.651-14.641a131.6,131.6,0,0,0-7.029-13.236c-2.554-4.015,5.84-8.759,11.315-13.5s5.839-5.839,2.372-5.839-2.555-27.921-2.555-29.928-.182-11.132-.365-15.694-6.752-3.833-23.358-5.475-6.57,7.664-9.672,11.5-4.927,3.285-8.759,2.92,4.2-8.577,8.212-16.789,2.372-7.847-2.19-12.957-2.738-9.854,0-12.774,14.781,4.745,17.518,7.847,33.213,2.92,36.315,2.92,3.65,8.212,6.935,14.416,5.11,3.832,9.854,1.825,8.212-7.117,18.979-12.746,0-8.6-1.1-11.707.182-9.489,8.759-7.3,15.147,4.563,16.789.183-3.1-6.387-6.387-7.482-3.832-4.015-8.029-4.927-2.738-11.862-4.38-14.6-12.227-20.256-18.066-24.636-4.745-10.949-4.38-16.424-3.467-16.424-8.212-21.533-11.5-33.578-12.226-35.4-6.752-12.956-13.5-23.906,3.468-.73,4.745-2.919,4.745-9.307,4.745-7.847,2.372,13.139,4.015,17.153,18.8,17.154,18.978,18.249A47.959,47.959,0,0,0,263.5,95.4c3.65,8.212,9.125,9.124,11.68,14.964s1.277,4.744,1.094,18.248,8.577,13.869,10.037,19.891,4.745,1.46,7.665,3.65.182,2.555,1.277,8.577,16.606,6.57,29.381,4.2,5.839,2.373,6.022,6.848-2.738,10.123-3.65,20.89,10.037,2.373,14.416-8.577,2.373-5.839,7.482-12.313,5.293-.826,4.38,2.459a81.987,81.987,0,0,0-1.642,15.694c.182,2.555-5.657,10.584-6.752,13.139s-2.555,10.949-4.2,19.891-2.189-.182-6.022-6.934-3.1,8.577-3.832,38.14,6.2,5.657,9.125-6.753,5.292-2.737,6.2-8.577,3.65-20.985,6.022-24.818,5.292,3.65,4.2,7.847,4.928,9.855,10.22,20.621-.365,4.927,0,16.059,9.854,9.307,15.511,1.46,1.095-12.409,1.642-19.526,19.709-3.65,18.8-8.942,2.007-4.562-1.1-16.241-5.84-8.942-17.7-22.446-5.109-10.037-9.489-23.906,4.2-.182,13.139,7.664,4.38,4.2,14.6,17.884,7.3-1.277,11.5-7.847-3.1-8.394-3.1-17.7,3.284-1.825,20.438,1.46-.182,6.752-7.482,11.861,5.11,3.65,12.409,4.015,3.1-6.022,7.482-14.5,5.475-5.57,2.373,4.466,15.876,10.22,21.168,13.139,6.752-.182,8.212-1.642,3.467-6.2,4.927-8.577a21.53,21.53,0,0,1,4.015-5.109c1.277-1.095,1.1,3.467.182,5.109s-7.3,13.322-8.212,13.869-.73,1.278-4.379,4.745-6.935,2.555-9.672,4.562-5.657,11.314-12.409,12.957-2.737,5.292-1.46,9.672-2.007,8.759-6.57,11.679-8.941,19.526-8.941,22.811-1.643,8.576-3.833,10.219-.912,33.03,2.19,40.539,4.562,12.382,4.015,14.207-1.825.548-5.84,1.825-3.832,8.029-3.2,9.307,5.576,2.007,6.671,2.92-.183,4.744-2.373,7.117.365,7.117,2.008,13.139-.548,12.044-3.285,11.314-3.832,9.307-2.373,11.314,5.84,3.285,6.935,4.745,1.642,4.927-.365,8.394-.182,11.862-.547,14.234,4.562,10.219,4.744,12.957-1.46,3.284-2.007,6.752-.913,8.029-3.285,6.569-2.372,6.935-2.19,9.672,4.015,1.278,7.482,2.008,9.125,7.3,10.584,9.671.913,4.38.183,7.482-1.095,10.95-3.65,12.774-2.19,2.008-2.118,5.133,2.483,1.619,2.483,5.269-3.1,4.927-2.372,6.935,5.292-1.825,6.752-4.015,5.657-3.65,9.672-5.475,11.679,2.555,14.416,2.738,6.57-1.1,8.212-1.825-3.1-3.1-8.036-3.783.189-5.889.007-9.356,3.649-1.825,7.117-2.92,9.671-1.46,13.986-2.372,2.073-3.285.339-6.4,3.558-2.545,7.208-3.275,4.38-7.117,5.292-10.4,6.752-2.737,16.059-3.832,2.92,1.1,7.847,4.744,1.642-4.014,5.84-4.927.365-2.555,2.555-7.482,5.109-1.46,12.226-3.649,3.1-2.738,6.57-4.928,40.694,12.592,43.249,13.687,2.372,4.38,2.737,6.205,1.825,11.861,3.1,13.5,8.029-2.919,8.759-3.284-.182-7.665-3.65-9.49,2.008-6.387,2.555-7.664,14.964-6.205,17.884-7.665,3.285-4.014,5.475-5.474,11.314.182,12.956.365,5.657.73,12.044,6.2,7.117-1.095,9.49-2.189,3.284-8.03,2.737-9.672,7.847-.913,10.4,2.554,9.124,1.278,13.535,1.278,2.524-2.372,1.246-4.745-2.007-4.927,0-7.117,4.015-.73,2.92-3.649-.912-6.2-.912-8.212,2.737-5.658,6.022-6.066,5.109-1.052,8.006-.139,14.8-2.92,14.987-3.832-3.285-6.2-8.942-8.759-2.555-4.745-4.927-10.037,2.92-12.045,2.372-16.242-3.1-5.839-3.467-10.584,3.65-4.927,4.2-7.482,2.373-2.372,4.38-2.007,8.212,1.46,10.4,1.1,2.007-4.2,2.19-7.117-1.825-5.657,0-7.117,2.007,10.949,4.927,9.854,4.744.912,11.5,2.007,3.468-5.474,3.833-7.3-1.825-6.022-2.19-8.212,3.832-4.745,8.029-6.022,6.57,4.927,9.745,4.745,1.2-4.928.474-8-.912-4.772,1.643-6.962,3.65,2.92,4.015,6.962.365,5.265,1.459,6.543.365,2.189-.729,5.292-2.738,2.555-2.92,4.2,1.642,8.212,2.9,11.132,1.666,2.554.389,4.379.912.73,2.007,3.285.547,5.475,1.46,7.847,2.737-2.19,2.737-2.19.912-2.92,2.372-3.284,2.738.547,3.1,3.649,5.657,4.2,6.934,1.825-2.92-3.65-3.832-7.482.912-1.1,7.664.183,1.643-4.015,7.3-4.745.365,5.292,1.825,11.321,2.555.176,2.555-1.649,3.467-2.373,6.2-2.92.548-3.285,2.92-6.022,1.46,3.1,5.475,6.569,1.825-1.824,4.379-3.649,2.738.73,2.738,2.372.547,5.475,2.737,5.292,1.1-5.292.912-8.029-1.277-2.738-1.642-4.38,3.1-6.2,4.745-8.395.73-3.284-2.555-5.657-2.19-2.189-4.2-3.284.365-6.022-.365-8.577-4.927-1.643-7.482-3.623-.365-5.5,2.555-7.509,3.1,2.19,3.284,4.015,2.008,3.1,4.38.73a7.668,7.668,0,0,1,8.394-1.643c2.738,1.1,13.322-.182,11.5-1.083s-1.277-6.034,1.277-11.873,2.92-1.095,8.395-1.46,2.007,1.825,2.92,2.555,4.562-1.643,5.657-2.373,2.555-4.2,1.1-6.387-1.643.73-3.1,1.278-2.189-2.19-4.744-3.1-2.373-4.014-3.468-8.9,1.46-.4,4.563-.038,2.189-2.007,1.277-4.014,3.285-2.92,4.745-3.832,4.2-5.11,4.927-3.65,1.1,2.555,2.19,4.744,4.2,3.65,5.839,4.928,6.387.912,7.665.912,2.19-1.277-.09-2.19,1.185-2.372,2.1-3.467-.73-3.467-1.825-5.884,1.278-1.05,4.2-.138,1.46-2.92-.365-5.11,3.65-13.139,2.555-16.888-2.555-3.915-2.555-3.915,7.665-.365,11.315-1.46,5.109-.73,9.489,0,8.759,9.124,10.584,10.949,2.555-1.825,2.92-4.328,5.84-.782,9.124-.052,6.752-6.569,6.752-6.569V29.148Z" style="fill: #cbc7c0;opacity: 0.15"/> <path d="M952.944,415.113a12.75,12.75,0,0,0-.187-1.825v4.088A8.931,8.931,0,0,0,952.944,415.113Z" style="fill: #cbc7c0;opacity: 0.4"/> <path d="M952.757,417.376a2.742,2.742,0,0,1-2.737,2.482c-4.015,0-3.65-2.92-6.934,0s-2.92,9.489-7.3,11.314-2.19,5.11-6.569,4.015-3.285-2.92-5.84-1.825-1.46,3.65-5.84,3.65-1.459-5.11-4.379,0-2.19,12.044-6.935,12.774-15.329,3.649-17.519,2.554-5.839,0-4.014,2.92.47,7.3-.5,8.03-7.535,1.095-10.819,0-6.2,4.015-6.2,5.109-.365,2.555-2.92,2.92,1.46,6.2-4.744,4.745-6.935,3.019-7.665,5.524A6.04,6.04,0,0,1,850.528,484h49.547a32.422,32.422,0,0,1,.152-7.568c.522-2.19,4.171-6.935,4.171-6.935s5.84-5.109,6.935-4.379,1.46,2.92,4.015.73,8.759-7.1,8.759-7.1,5.84-6.042,10.584-5.312,9.855,2.92,10.585,1.825.547-2.555,4.014-3.284-2.19,0,3.467-.73Z" style="fill: #cbc7c0;opacity: 0.25"/> <path d="M898.57,226.755c.427.626,1.262,1.725.33,2.315-.427.271-1,.165-1.46.4a2.062,2.062,0,0,0-1.041,1.773c-.123,2.3,2.356,3.147,3.87,4.276,1.053.786,2.162,2.136,1.638,3.549-.319.86-1.356,1.138-1.188,2.178a2.714,2.714,0,0,0,.734,1.224,4.166,4.166,0,0,1,1,1.955,9.507,9.507,0,0,1-.784,4.628c-.2.6.727.841.938.259.862-2.382,1.53-5.125-.222-7.276-.295-.363-.639-.536-.529-1.051.086-.407.246-.431.5-.738a2.822,2.822,0,0,0,.574-1.2,3.69,3.69,0,0,0-.615-2.848,8.042,8.042,0,0,0-2.594-2.209c-.942-.569-3.487-2.218-2.012-3.562.461-.421,1.235-.238,1.742-.616a1.287,1.287,0,0,0,.506-.9,2.745,2.745,0,0,0-1.074-2.4c-.157-.152-.445.049-.313.242Z" style="fill: #dacdb7"/> <path d="M817.283,319.572a20.811,20.811,0,0,0-.778-10.617l-.68.523a23.048,23.048,0,0,1,3.725,3.138c.981,1.05,1.762,2.245,2.672,3.35a6.612,6.612,0,0,0,2.556,2.065,12.276,12.276,0,0,0,3.644.387c5.152.463.367,8.423,4.826,10.186,2.293.906,5.615-1.444,7.559.4,1.539,1.463-.844,2.86-2.1,3.236a8.668,8.668,0,0,0-3.088,1.255,5.446,5.446,0,0,0-1.516,2.526,4.415,4.415,0,0,1-.745,1.536c-.889.935-2.166.176-2.808-.691-1.226-1.655-1.359-3.992-3.014-5.358-2.5-2.064-5.991.317-8.538-1.842-3.09-2.617-2.411-7.054-1.753-10.56.116-.622-.836-.888-.953-.263-.588,3.135-1.17,6.588.43,9.532a6.768,6.768,0,0,0,2.5,2.656,7.229,7.229,0,0,0,4.315.621c1.842-.126,3.346.091,4.3,1.82.647,1.173.963,2.509,1.689,3.643,1.231,1.922,3.816,2.737,5.038.367.605-1.174.729-2.625,1.924-3.4,1.279-.831,2.926-.8,4.214-1.637,1.82-1.187,2.169-3.648-.018-4.656a5.481,5.481,0,0,0-3.1-.324c-1.69.252-4.125,1.11-5.154-.833-1.1-2.084.056-4.746-.741-6.945a3.3,3.3,0,0,0-2.4-2.131c-1.915-.445-3.762.214-5.391-1.225-1.324-1.169-2.2-2.788-3.38-4.094a19.821,19.821,0,0,0-4.226-3.56c-.32-.2-.832.138-.68.523a19.287,19.287,0,0,1,1.08,10.208c-.064.384.519.553.591.163Z" style="fill: #dacdb7"/> <path d="M801.327,301.9c-.979,1.789-2.142,4.2-.608,6.018.754.9,1.873,1.365,2.562,2.341a5.531,5.531,0,0,1,.894,4.192c-.229,1.144-1.092,2.044-1.275,3.187a2.54,2.54,0,0,0,1.073,2.4c.943.791,2.131,1.339,2.772,2.445.923,1.594-.49,2.766-1.631,3.666A11.839,11.839,0,0,0,800.94,332c-.728,2.367-.339,4.84-.8,7.242a4.491,4.491,0,0,1-1.7,3c-2.157,1.45-3.709-.956-3.62-2.894.137-3.007,2.257-5.594.943-8.64a31.044,31.044,0,0,0-1.955-3.209,10.529,10.529,0,0,1-1.305-4.053c-.327-2.647,0-5.325-.067-7.982a13.141,13.141,0,0,0-1.862-6.978,11.97,11.97,0,0,1-1.876-3.845c-.32-1.372-.485-2.772-.843-4.137a29.115,29.115,0,0,0-18.407-19.685c-1.923-.663-5.128-1.9-7.094-.841a3.253,3.253,0,0,0-1.5,2.657,10.47,10.47,0,0,1-1.179,4.328,4.673,4.673,0,0,1-4.636,2.339c-1.013-.178-2.014-.959-2.991-.219-.8.607-.9,1.707-1.167,2.6-.571,1.9-3.082,3.354-4.4,1.141a.5.5,0,0,0-.854.5,3.224,3.224,0,0,0,4.869.8,4.71,4.71,0,0,0,1.455-2.637c.2-.741.237-1.438,1.054-1.605.678-.139,1.292.313,1.968.413a5.777,5.777,0,0,0,5.758-3.184,9.426,9.426,0,0,0,1.008-3.5c.2-1.783.581-3.159,2.731-2.977,5.1.43,10.223,3.258,13.983,6.6a27.793,27.793,0,0,1,8.264,12.843c.777,2.656.8,5.491,2.324,7.879A13.509,13.509,0,0,1,791,311.831a16.9,16.9,0,0,1,.455,4.212,56.094,56.094,0,0,0,.126,7.908,11.342,11.342,0,0,0,1.086,3.524c.68,1.327,1.765,2.453,2.294,3.859,1.2,3.191-1.788,6.2-1.019,9.429.468,1.967,2.329,3.476,4.354,2.665,2.046-.82,2.75-3.065,2.956-5.065.282-2.751.043-5.4,1.4-7.93a11.5,11.5,0,0,1,3.155-3.586,4.847,4.847,0,0,0,2.2-2.921,3.469,3.469,0,0,0-1.123-2.833c-1.031-1.082-3.416-1.886-2.911-3.664.358-1.26,1.15-2.148,1.249-3.521a6.4,6.4,0,0,0-.782-3.535c-.706-1.266-1.819-1.805-2.842-2.749-1.66-1.532-.7-3.789.192-5.449.163-.306-.3-.578-.465-.272Z" style="fill: #dacdb7"/> <path d="M863.336,311.215c1.052.132,1.746,1.3,2.417,1.994a2.889,2.889,0,0,0,1.368.849,5.222,5.222,0,0,1,1.472.435c.56.364.122.982-.331,1.206a4.34,4.34,0,0,1-.963.286,7.856,7.856,0,0,1-1.085.194,2.2,2.2,0,0,1-1.816-.534,5.787,5.787,0,0,1-1.054-1.654.958.958,0,0,1-.091-.883,1.839,1.839,0,0,1,.5-.525,3.714,3.714,0,0,0,1.221-1.269c.231-.522-.528-.985-.779-.455-.264.556-.872.839-1.316,1.231a1.751,1.751,0,0,0-.592,1.856,6.349,6.349,0,0,0,1.225,2.171,2.878,2.878,0,0,0,2.1,1.025,7.168,7.168,0,0,0,2.594-.481A1.983,1.983,0,0,0,869.7,315c.045-1.625-1.965-1.366-2.939-1.919a8.953,8.953,0,0,1-1.652-1.325,2.729,2.729,0,0,0-1.771-.848c-.206-.01-.194.288,0,.312Z" style="fill: #dacdb7"/> <path d="M880.478,293.65c.885.286,1.762.589,2.641.894.776.269,1.57.5,2.32.842A3.241,3.241,0,0,1,887,296.642a2.116,2.116,0,0,1,.033,2.04,2.033,2.033,0,0,1-1.692,1.024c-.563.022-1.366-.258-1.214-.958.139-.639.58-1.168.452-1.857a1.772,1.772,0,0,0-1.348-1.287c-.805-.227-1.688-.084-2.334-.716a1.229,1.229,0,0,1-.02-1.81c.366-.35-.127-1.031-.553-.718a2.028,2.028,0,0,0-.74,2.158,2.549,2.549,0,0,0,1.7,1.7,7.663,7.663,0,0,0,1.383.21c.368.051.937.178,1.042.6.08.326-.155.7-.276.989a2.127,2.127,0,0,0-.217,1.156,1.858,1.858,0,0,0,1.689,1.417,2.913,2.913,0,0,0,2.336-.773,2.8,2.8,0,0,0,.842-2.354,2.861,2.861,0,0,0-1.228-2.017,8.315,8.315,0,0,0-2.625-1.085c-1.218-.36-2.437-.715-3.647-1.1-.248-.078-.353.309-.107.388Z" style="fill: #dacdb7"/> <path d="M744.86,293.067a6.651,6.651,0,0,1,.4-8.607.421.421,0,0,0-.294-.711,7.036,7.036,0,0,1-6.181-3.162c-1.458-2.2-.762-4.62-1.172-7.058-.272-1.609-1.287-3.377-3.035-3.654a3.455,3.455,0,0,0-3.5,2.192c-.9,1.863-.383,3.835.209,5.708a17.093,17.093,0,0,1,.874,3.948c.094,1.294.086,2.592.264,3.88a22.939,22.939,0,0,0,5.964,11.9c3.262,3.652,7.875,6.074,9.006,11.182.608,2.744.817,5.609,1.179,8.395.266,2.048.309,4.428,1.421,6.239a5.283,5.283,0,0,0,1.72,1.642c.735.48,2.794,1.457,1.609,2.443-.753.627-2.148.308-3.046.227a30.126,30.126,0,0,1-3.675-.522,10.29,10.29,0,0,1-6.162-3.471c-1.557-2-2.241-4.5-3.126-6.828a54.854,54.854,0,0,0-7.351-13.41c-1.15-1.536-2.506-3.285-4.555-3.521a3.088,3.088,0,0,0-3.517,2.246,20.176,20.176,0,0,0-.146,2.9c-.133,1.339-1.1,1.793-1.826,2.748-1.431,1.877.5,3.315.881,5.136.257,1.237-.208,2.476-.241,3.717a6.963,6.963,0,0,0,.6,2.841c.754,1.831,2.33,3.719,2.2,5.793-.133,2.2-2.513,3.57-3.28,5.561-.866,2.247-.61,4.736-1.375,7.008-1.8,5.334-8.282,6.208-12.887,4.373-1.68-.669-3.584-2.082-5.163-.418-1.314,1.385-.92,3.365-.188,4.929,1.735,3.7,4.747,6.656,7.312,9.778a25.1,25.1,0,0,1,3.54,5.321,14.461,14.461,0,0,1,1.125,6.814,14.454,14.454,0,0,0,.945,6.624,30.639,30.639,0,0,0,3.178,5.139,21.055,21.055,0,0,1,3.048,5.379c.324.986,1.021,3.239-.717,3.2a13.09,13.09,0,0,1-3.321-1.023c-4.177-1.267-9.056-.611-11.912,2.945a8.111,8.111,0,0,0-1.842,5.061.494.494,0,0,0,.988,0c.047-5.7,6.06-8.339,11.014-7.431,1.795.328,3.785,1.725,5.645,1.394,1.73-.309,1.655-2.058,1.35-3.435-.866-3.907-3.879-6.83-5.81-10.208a12.161,12.161,0,0,1-1.617-6.691,18.985,18.985,0,0,0-.558-6.592c-1.219-3.728-3.931-6.718-6.435-9.639a45.858,45.858,0,0,1-3.854-4.953A13.178,13.178,0,0,1,701,345.391c-.491-1.527-.057-3.844,2.093-3.33,1.11.266,2.17,1.022,3.27,1.386a13.65,13.65,0,0,0,3.442.673,10.551,10.551,0,0,0,5.922-1.329,8.733,8.733,0,0,0,3.663-3.986c.942-2.155.766-4.549,1.355-6.791.6-2.275,2.733-3.5,3.42-5.668.521-1.644-.125-3.283-.856-4.749-.448-.9-.961-1.77-1.32-2.71a7.235,7.235,0,0,1-.249-3.826,5.994,5.994,0,0,0-.112-2.922c-.38-1.053-1.613-2.226-1.13-3.4.347-.846,1.329-1.292,1.789-2.086a5.283,5.283,0,0,0,.472-2.744c0-1.25.115-2.63,1.546-2.991a3.82,3.82,0,0,1,3.587,1.476,36.2,36.2,0,0,1,4.57,6.538,53.686,53.686,0,0,1,3.5,7.1c1.611,3.993,2.615,8.569,6.739,10.75a17.139,17.139,0,0,0,5.86,1.648c1.548.2,3.952.808,5.359-.169a1.837,1.837,0,0,0,.026-2.953,14.1,14.1,0,0,0-1.859-1.277,4.766,4.766,0,0,1-1.956-3.1c-.618-2.662-.782-5.488-1.134-8.2a23.584,23.584,0,0,0-1.478-6.869,15.379,15.379,0,0,0-4.08-4.925,46.549,46.549,0,0,1-4.883-4.744,24.232,24.232,0,0,1-3.924-6.281,21.7,21.7,0,0,1-1.446-7.5,15.714,15.714,0,0,0-.451-3.267c-.327-1.235-.828-2.426-1.061-3.686a4.479,4.479,0,0,1,.623-3.538,2.084,2.084,0,0,1,3.317-.436c1.807,1.811.876,4.786,1.3,7.044a7.716,7.716,0,0,0,8.055,6.046l-.295-.711a7.3,7.3,0,0,0-.2,9.582c.23.272.6-.116.386-.386Z" style="fill: #dacdb7"/> <path d="M739,339.714c-.136.807-.215,1.626-.312,2.439q-.074.6-.145,1.2a4.642,4.642,0,0,0-.063,1.182c.169,1.216,1.41,1.758,2.463,2.034a2.7,2.7,0,0,0,2.036,0,2.674,2.674,0,0,0,1.016-1.6c.4-1.219.532-2.759-.826-3.419-.649-.317-1.389-.362-2.044-.665a4.674,4.674,0,0,1-1.777-1.418.509.509,0,0,0-.673-.177.5.5,0,0,0-.177.674A5.742,5.742,0,0,0,741.319,342a7.635,7.635,0,0,1,1.527.472,1.215,1.215,0,0,1,.483,1.3,5.026,5.026,0,0,1-.45,1.554.989.989,0,0,1-.437.5,1.594,1.594,0,0,1-.93-.007c-.812-.153-2.054-.409-2.338-1.32a3.147,3.147,0,0,1-.04-1.087l.061-1.2c.042-.82.1-1.641.107-2.462,0-.166-.27-.214-.3-.04Z" style="fill: #dacdb7"/> <path d="M731.38,341.074a7.882,7.882,0,0,0,2.02,4c1.1.96,4.472,2.153,3.236,4.14-.678,1.09-2.446,2.281-1.278,3.719.96,1.183,3.041,1.329,4.3,2.1A3.072,3.072,0,0,1,741.19,357a1.528,1.528,0,0,1-1.266,2.006,5.388,5.388,0,0,1-5.155-2.239c-1.816-2.389-2.429-5.536-4.836-7.492a6.913,6.913,0,0,1-2.059-1.984,3.8,3.8,0,0,1,.161-3.275,10.271,10.271,0,0,1,1.872-2.511,2.669,2.669,0,0,1,.43-.452c.425-.195.586.126.833.462a4.247,4.247,0,0,1,.662,1.468.5.5,0,0,0,.953-.263c-.34-1.3-1.621-3.755-3.146-2.366a8.716,8.716,0,0,0-3,4.948,4.142,4.142,0,0,0,.531,2.736,9.6,9.6,0,0,0,2.183,2.024,13.923,13.923,0,0,1,3.115,4.715,10.265,10.265,0,0,0,3.345,4.3c1.453.931,4.068,1.553,5.557.365,1.232-.982,1-2.843.189-4.018a4.92,4.92,0,0,0-1.943-1.528c-.956-.466-2.314-.648-3.141-1.3-1.073-.846-.038-1.643.557-2.33a3.221,3.221,0,0,0,.731-1.206,2.7,2.7,0,0,0-.774-2.49c-.859-.933-2.128-1.274-3.121-2.022a6.516,6.516,0,0,1-2.039-3.6.231.231,0,0,0-.444.123Z" style="fill: #dacdb7"/> <path d="M631.366,425.522a8.349,8.349,0,0,1,4.834-1.771,3.422,3.422,0,0,1,2.24.926,7.408,7.408,0,0,0,1.345,1.262c1.243.7,3.127-.125,4.4-.4,1.7-.375,3.485-.645,5.153-1.159a2.653,2.653,0,0,0,1.907-2.5c.151-1.134-.008-2.249-1.309-2.491a11.305,11.305,0,0,0-2.238-.025q-1.437.029-2.872.089-2.87.12-5.733.37-1.527.133-3.05.3a11.35,11.35,0,0,0-2.708.435,1.862,1.862,0,0,0-1.152,2.7c.347.53,1.2.035.853-.5-.852-1.3,1.755-1.506,2.436-1.585q1.332-.154,2.667-.282,2.668-.253,5.348-.4,1.34-.07,2.679-.114a19.621,19.621,0,0,1,3.064-.063c.553.073,1.034.148,1.108.778a3.3,3.3,0,0,1-.153,1.2c-.314,1.025-1.079,1.142-2.017,1.353q-2.58.583-5.159,1.165c-.944.215-2.167.751-3.041.153-.535-.366-.894-.939-1.445-1.294-2.539-1.638-5.166.327-7.18,1.805-.023.017,0,.057.024.04Z" style="fill: #dacdb7"/> <path d="M628.3,419.853a1.214,1.214,0,0,0-1.472-1.458c-1.244.286-1.681,2.176-1.835,3.2a9.235,9.235,0,0,0,1.133,5.847c.642,1.138,1.56,2.239.7,3.564a4.105,4.105,0,0,1-3.419,1.541c-3.326.165-8.023-.33-10.189-3.207-1.113-1.477-.938-3.488-2.09-4.931-1.073-1.345-2.839-1.824-4.436-2.213l.294.722,2.225-5.018a.5.5,0,0,0-.555-.722,13.41,13.41,0,0,1-7.178-.7c-1.944-.76-3.349-2.067-5.551-1.693-4.554.775-8.815,3.087-13.521,3.014a10.446,10.446,0,0,1-3.483-.621c-1.072-.4-2.009-1.069-3.061-1.51a7.9,7.9,0,0,0-2.887-.483,3.965,3.965,0,0,1-3.036-1.535c-1.117-1.18-2.141-2.086-3.85-2.062-1.554.022-4,1.214-5.265-.092-.781-.809-.812-2.422-1.145-3.459a11.069,11.069,0,0,0-1.134-2.538,4.589,4.589,0,0,0-3.8-2.395c-.621-.015-.615.931,0,.961,2.12.1,3.251,2.118,3.876,3.915.512,1.475.489,3.478,1.831,4.5,1.233.939,2.886.48,4.273.251a4.459,4.459,0,0,1,2.952.191,11.978,11.978,0,0,1,2.13,2.009,4.289,4.289,0,0,0,1.736,1.061c1.2.344,2.467.054,3.664.469,1.055.365,1.976,1.057,3,1.489a10.74,10.74,0,0,0,2.972.758c4.5.5,8.88-1.417,13.142-2.541,1.616-.426,2.936-.725,4.5.083a21.266,21.266,0,0,0,2.988,1.39,14.479,14.479,0,0,0,7.108.487l-.555-.722-2.226,5.018a.5.5,0,0,0,.294.722c2,.487,3.917,1.077,4.59,3.24.471,1.512.735,2.878,1.849,4.07,1.945,2.08,5.018,2.735,7.739,2.981,2.611.236,6.945.3,7.516-3.116.3-1.786-1.261-3.187-1.843-4.748a8.84,8.84,0,0,1-.541-3.147,8.651,8.651,0,0,1,.2-1.966,4.068,4.068,0,0,1,.282-.858q.534-1.222,1.8.174c-.058.177.219.252.279.077Z" style="fill: #dacdb7"/> <path d="M544.693,406.389a5.6,5.6,0,0,0,2.9,6.039c.6.3,1.258.4,1.868.659,1.308.555,1.442,1.719.954,2.936-.606,1.514-1.966,2.566-2.583,4.08-1.015,2.491.8,3.977,2.765,5.075,1.223.685,2.838,1.539,2.573,3.2-.341,2.125-2.759,2.912-4.608,2.891-1.929-.022-3.814-.524-5.75-.441a14.086,14.086,0,0,0-4.79,1.061c-3.168,1.314-5.454,4.319-8.9,4.968-1.265.238-2.7.323-3.68,1.263a4.846,4.846,0,0,0-.935,1.459,5.666,5.666,0,0,1-.436.849c-.545.757-1.426.556-2.186.265-1.814-.694-3.619-1.436-5.41-2.187-1.195-.5-1.825-1.193-1.431-2.54a12.853,12.853,0,0,1,1.338-2.469,3.794,3.794,0,0,0,.143-3.859c-.867-1.567-2.331-2.6-2.755-4.427-.7-3.028.415-6.464-1.828-9.014a.5.5,0,0,0-.844.349,26.033,26.033,0,0,1-.537,6.893l.9-.118-4.587-6.259a.507.507,0,0,0-.676-.177c-1.955,1.135-2.4,3.352-2.248,5.466.228,3.2,1.387,6.385,2.186,9.471l1.418,5.482c.212.818,1.012,2.751.53,3.53a1.839,1.839,0,0,1-2.245.409c-1.449-.616-2.172-2.286-3.367-3.243a3.506,3.506,0,0,0-3.294-.785.5.5,0,0,0-.363.477q.327,6.1.522,12.208c.058,1.843.2,3.714.123,5.557a4.453,4.453,0,0,1-.809,2.782,1.855,1.855,0,0,1-2.69.284.5.5,0,0,0-.826.218c-.76,1.8-1.725,3.934-3.486,4.966-2.042,1.195-4.035-.234-6.156-.174-4.354.123-4.906,6.059-8.831,6.763-1.806.325-3.283-1.347-5.106-.371a4.929,4.929,0,0,0-2.286,3.5c-.379,2.1.5,4.174.679,6.25.171,1.933-.656,4.778-3.07,4.64-.635-.036-.633.953,0,.989,2.628.15,4.117-2.638,4.092-4.959-.021-1.954-.772-3.82-.8-5.771-.023-1.531.767-3.773,2.535-3.989,1-.121,1.853.514,2.805.7a3.725,3.725,0,0,0,1.873-.142,7.574,7.574,0,0,0,3.374-2.741c1.036-1.34,2.067-3.131,3.772-3.7,1.843-.613,3.664.619,5.527.51,3.25-.19,4.93-3.589,6.032-6.2l-.826.218a2.727,2.727,0,0,0,3.631.117c1.551-1.142,1.585-3.3,1.552-5.041-.105-5.538-.345-11.076-.642-16.606l-.363.476c2.031-.625,3.247,1.565,4.422,2.8a4.039,4.039,0,0,0,2.956,1.467A2.388,2.388,0,0,0,509,441.2c.631-1.31-.218-3.114-.55-4.4q-1.449-5.6-2.9-11.2c-.629-2.441-1.529-6.307,1.15-7.863l-.676-.177,4.586,6.259c.23.312.806.336.9-.118a27.085,27.085,0,0,0,.572-7.156l-.843.35c2.183,2.481.761,6.3,1.757,9.225.506,1.485,1.669,2.442,2.5,3.724,1.3,2.025-.393,3.448-1.176,5.239a3.143,3.143,0,0,0,.24,3.456,4.543,4.543,0,0,0,1.653.919c1.009.412,2.02.817,3.03,1.225,1.3.525,3.179,1.769,4.625,1.184,1.393-.565,1.364-2.369,2.483-3.2,1.309-.972,3.324-.754,4.812-1.381a22.326,22.326,0,0,0,4.236-2.76,13.965,13.965,0,0,1,5.412-2.468,19.553,19.553,0,0,1,6.2.08c2.732.3,6.618-.258,7.146-3.628.439-2.8-2.6-3.686-4.389-4.967-3.737-2.674,2.6-6.055,1.837-9.4-.4-1.764-2.127-1.789-3.517-2.33a4.851,4.851,0,0,1-2.911-5.3c.054-.31-.416-.447-.478-.131Z" style="fill: #dacdb7"/> <path d="M617.6,433.436a10.258,10.258,0,0,1-8.1,4.61.476.476,0,0,0-.448.342,3.643,3.643,0,0,1-3.326,2.694c-1.962.169-2.994-1.23-3.792-2.819a9.087,9.087,0,0,0-2.909-3.711,21.932,21.932,0,0,0-4.658-2.192c-8.1-3.15-16.751-6.112-25.486-6.669a39.3,39.3,0,0,0-7.144.23c-2.087.247-4.5.586-6.251-.857v.7c3.354-2.9,7.93-3.4,12.164-3.9l15.268-1.771c.624-.072.631-1.061,0-.988-5.513.639-11.029,1.252-16.539,1.92-4.123.5-8.353,1.235-11.591,4.037a.5.5,0,0,0,0,.7c3.016,2.489,7.489.9,11,.84a53.123,53.123,0,0,1,14.938,2.248,138.772,138.772,0,0,1,14.043,4.715c2.074.818,4.295,1.7,5.524,3.68.887,1.429,1.354,3.229,2.849,4.187a4.673,4.673,0,0,0,6.8-2.8l-.449.341a10.7,10.7,0,0,0,8.44-5.339.2.2,0,0,0-.344-.2Z" style="fill: #dacdb7"/> <path d="M604.7,446.254a15.984,15.984,0,0,1-.932,9.785c-.548,1.263-1.53,2.585-1.178,4.034a3.385,3.385,0,0,0,2.544,2.288,8.384,8.384,0,0,0,4.116-.028c1.251-.376,1.669-1.513,1.885-2.69.4-2.169.719-4.935-.936-6.689a8.005,8.005,0,0,0-1.676-1.163c-.88-.554-1.037-1.415-1.375-2.332a18.778,18.778,0,0,0-2.488-4.615c-.372-.508-1.23-.015-.853.5a18.375,18.375,0,0,1,2,3.41c.479,1.081.655,2.531,1.535,3.377.8.772,1.941,1.015,2.539,2.021a5.575,5.575,0,0,1,.567,3.14,8.478,8.478,0,0,1-.639,3.425,1.942,1.942,0,0,1-1.8.811,9.84,9.84,0,0,1-2.333-.044c-1.655-.305-2.592-1.547-1.921-3.184a37.221,37.221,0,0,0,1.5-3.6,16.31,16.31,0,0,0,.08-8.617.33.33,0,0,0-.636.176Z" style="fill: #dacdb7"/> <path d="M544.914,406.739c.632-2.7,3.722-4.237,6.292-4.263a3.12,3.12,0,0,1,2.316.723,9.524,9.524,0,0,0,1.583,1.453,9.627,9.627,0,0,0,4.011,1.035c.624.068.62-.911,0-.976a12.48,12.48,0,0,1-2.566-.467,4.936,4.936,0,0,1-2.116-1.458,4.549,4.549,0,0,0-4.226-1.118,7.748,7.748,0,0,0-3.769,1.626,4.831,4.831,0,0,0-1.832,3.4c-.021.176.267.211.307.042Z" style="fill: #dacdb7"/> <path d="M460.464,474.678a20.107,20.107,0,0,1,1.594,3.2,13.179,13.179,0,0,1,.466,1.665,1.319,1.319,0,0,1-.3,1.421,1.554,1.554,0,0,1-2.171-.7,5.134,5.134,0,0,1-.533-3.272,12.031,12.031,0,0,1,.547-1.882,1.734,1.734,0,0,0-.132-1.587c-.356-.474-1.165-.006-.8.469s-.054,1.133-.215,1.609a6.833,6.833,0,0,0-.356,2.1,5.093,5.093,0,0,0,1.171,3.582,2.289,2.289,0,0,0,2.832.44c1.189-.743.756-2.177.378-3.264a11.879,11.879,0,0,0-2.182-4.009c-.147-.163-.4.046-.3.23Z" style="fill: #dacdb7"/> <path d="M453.017,477.8a3.511,3.511,0,0,1,1.025,3.1,2.221,2.221,0,0,1-1.979,1.82,1.621,1.621,0,0,1-1.706-1.514,5.986,5.986,0,0,1,.8-2.342,3.012,3.012,0,0,0,.172-2.82.475.475,0,0,0-.82.479c.458.833-.136,1.827-.474,2.594a3.681,3.681,0,0,0-.365,3,2.553,2.553,0,0,0,2.672,1.365,2.971,2.971,0,0,0,2.273-2.22,4.147,4.147,0,0,0-1.224-3.836c-.237-.247-.609.127-.375.376Z" style="fill: #dacdb7"/> <path d="M464.2,484.428a14.665,14.665,0,0,0-12.826.7,15.245,15.245,0,0,0-4.671,4.228c-1.457,1.915-3.075,4.534-5.783,4.51l.478.478c-.292-3.274,1.066-6.26,2.185-9.254a22.806,22.806,0,0,0,1.289-4.519,38.9,38.9,0,0,0,0-5.11c.074-3.426,2.248-6.245,3.274-9.406a12.548,12.548,0,0,0,.125-7.145,14.417,14.417,0,0,0-3.752-6.435,14.067,14.067,0,0,0-6.571-3.486c-3.725-1.028.109-4.063.485-6.164.324-1.806-1.007-2.914-2.5-3.57-.911-.4-1.89-.664-2.766-1.142-1.4-.762-1.577-1.79-1.036-3.3,1.193-3.332,2.941-6.464,3.623-9.969a12.437,12.437,0,0,0-.894-8.238c-.7-1.309-1.823-2.28-2.64-3.505-1.1-1.652-.795-3.254-.092-4.977a13.113,13.113,0,0,0,1.314-4.26,23.348,23.348,0,0,0-.71-4.689c-.518-3.353,2.171-6.136,1.349-9.477a8.645,8.645,0,0,0-5.272-5.627,18.025,18.025,0,0,0-4.5-1.141c-2.007-.284-3.6-1-3.663-3.282-.053-1.943,1.224-3.638,2.269-5.163a59.227,59.227,0,0,0,3.208-5.028,16.6,16.6,0,0,0,2.168-9.853,9.2,9.2,0,0,1,.052-3.244,9.531,9.531,0,0,1,1.536-2.726,7.893,7.893,0,0,0,1.41-4.212c.121-3.619-1.674-7-1.7-10.608a.49.49,0,0,0-.98,0c.026,3.252,1.414,6.257,1.67,9.47a7.283,7.283,0,0,1-1.244,4.855,8.445,8.445,0,0,0-1.8,3.914c-.156,1.566.227,3.12.217,4.685a14.02,14.02,0,0,1-1.412,5.72c-1.37,2.978-3.457,5.485-5.125,8.281-1.223,2.049-1.994,5.011-.07,6.927a5.674,5.674,0,0,0,3.41,1.24,14.993,14.993,0,0,1,5.271,1.6,7.5,7.5,0,0,1,3.377,3.72c.755,1.942.12,3.668-.566,5.5a8.615,8.615,0,0,0-.632,4.158c.2,1.658.845,3.286.754,4.973-.162,2.993-2.91,5.556-1.674,8.649a11.854,11.854,0,0,0,2.093,2.957,9.365,9.365,0,0,1,2.161,5.292c.288,3.443-.943,6.733-2.246,9.854a34.626,34.626,0,0,0-1.864,4.694,2.931,2.931,0,0,0,.443,2.627c1.187,1.508,3.369,1.648,4.925,2.59,2.665,1.614-.031,3.967-.793,5.872-.9,2.247.979,3.227,2.879,3.7a12.08,12.08,0,0,1,6.864,4.73,12.788,12.788,0,0,1,2.439,8.769c-.39,3.478-2.713,6.311-3.515,9.667-.482,2.015-.044,3.985-.141,6.018a17.783,17.783,0,0,1-1.243,5.176c-1.167,3.206-2.661,6.385-2.345,9.884a.489.489,0,0,0,.478.478c4.5.037,6.334-5.584,9.451-7.941a14.426,14.426,0,0,1,13.7-2c.283.111.4-.338.125-.452Z" style="fill: #dacdb7"/> <path d="M444.65,351.326c-3.855,2.213-6.959,7.274-5.681,11.836a13.6,13.6,0,0,0,1.7,3.057,6.245,6.245,0,0,1,.845,4.13c-.545,3.071-3.792,3.014-5.936,4.412a5.741,5.741,0,0,0-2.5,5.321c.186,1.8,1.507,3.815,3.5,3.886,2.384.084,3.4-3.094,4.26-4.8q2.014-4,3.744-8.14c1.326-3.177,2.515-6.316,2.105-9.816-.4-3.409-1.76-6.625-2.019-10.057-.048-.63-1.037-.635-.988,0,.4,5.31,3.136,10.122,1.513,15.5a62.514,62.514,0,0,1-3.075,7.627,74.141,74.141,0,0,1-3.573,7.2c-.8,1.355-2.059,2.038-3.387.834a3.946,3.946,0,0,1-1.054-3.643c.491-2.69,2.661-3.439,4.9-4.348a5.024,5.024,0,0,0,3.309-3.414,6.949,6.949,0,0,0-.826-4.973c-.815-1.431-1.843-2.488-1.983-4.228a9.945,9.945,0,0,1,.427-3.627,10.971,10.971,0,0,1,4.975-6.317.256.256,0,0,0-.258-.441Z" style="fill: #dacdb7"/> <path d="M431.62,296.264q1.737,2.716,3.37,5.5a12.034,12.034,0,0,1,1.527,2.933c.276,1.114-.421,2.086-.668,3.13a6.428,6.428,0,0,0,3.186,6.931c1.34.712,2.962.934,4.066-.292a6.246,6.246,0,0,0,1.3-4.354,7.47,7.47,0,0,0-1.6-4.3,27.7,27.7,0,0,0-3.508-3.25,9.023,9.023,0,0,1-1.811-2.054,13.543,13.543,0,0,0-1.189-2.22,3.481,3.481,0,0,0-2.394-.944c-1.235-.152-2.47-.3-3.7-.447-.628-.075-.622.91,0,.985l2.47.3c.973.117,2.38.035,3.013.913a15.185,15.185,0,0,1,.829,1.683,7.9,7.9,0,0,0,1.152,1.562c1.889,2.043,4.651,3.359,5.508,6.195a6.276,6.276,0,0,1-.347,4.673,1.946,1.946,0,0,1-2.393,1.091,4.627,4.627,0,0,1-1.9-1.049,5.764,5.764,0,0,1-1.858-3.369,5.017,5.017,0,0,1,.062-1.938,17.365,17.365,0,0,0,.663-2.3c.163-1.654-1.191-3.2-2.014-4.511q-1.619-2.58-3.278-5.135c-.191-.294-.663-.022-.472.276Z" style="fill: #dacdb7"/> <path d="M429.93,340.6a9.864,9.864,0,0,1,.248-8.354l-.6.077a2.122,2.122,0,0,0,3.06.081c1.277-1.031,1.145-2.683.574-4.075-.562-1.368-2.74-4.039-1.357-5.511.823-.875,2.092-.038,2.957.35a4.23,4.23,0,0,0,2.182.477.5.5,0,0,0,.471-.359c1.243-5.323-3.873-8.8-7.286-11.864-2.012-1.806-3.982-4.024-3.972-6.89.008-2.638,1.47-5.016,2.271-7.46a9.683,9.683,0,0,0-.2-6.911c-1.073-2.735-2.373-5.088-1.448-8.1.785-2.549,2.109-4.858,2.785-7.459a67.918,67.918,0,0,0,1.346-7.314c.811-5.551,1.571-11.5,5.489-15.827l-.826-.481a9.756,9.756,0,0,0,1.275,6.53.494.494,0,0,0,.853-.5,8.676,8.676,0,0,1-1.175-5.769c.064-.439-.458-.888-.826-.481-3.26,3.6-4.481,8.268-5.243,12.952-.853,5.239-1.355,10.463-3.534,15.366-1.066,2.4-1.922,4.733-1.2,7.363.712,2.611,2.48,4.942,2.319,7.751-.156,2.7-1.691,5.088-2.428,7.641a8.252,8.252,0,0,0,.628,6.552c2.733,4.8,11.776,8.044,10.239,14.635l.47-.358c-1.6.154-2.8-1.312-4.393-1.2a2.2,2.2,0,0,0-2.037,1.977,6.12,6.12,0,0,0,1.07,3.806,5.846,5.846,0,0,1,1.13,3.207c-.105,1.148-1.654,2.516-2.646,1.326a.383.383,0,0,0-.6.078,11.117,11.117,0,0,0-.037,9c.133.307.578.041.448-.262Z" style="fill: #dacdb7"/> <path d="M347.377,233.5c-.019,3.186-.125,7.244-3.368,8.928a3.931,3.931,0,0,1-2.066.474c-.664-.046-1.195-.4-1.837-.5a1.908,1.908,0,0,0-2,1.119,12.189,12.189,0,0,0-1.012,3.769,28.59,28.59,0,0,0-.425,4.789c-.006,1.451.2,2.871.262,4.315a5.657,5.657,0,0,1-.636,3.513c-1.129,1.508-3.095.26-4.015-.854a9.084,9.084,0,0,1-1.694-3.945,43.419,43.419,0,0,1-.512-9.957c.172-7.05.452-14.1.681-21.146.036-1.116-.326-3.7.662-4.554.944-.813,2.108.3,2.519,1.066a12.93,12.93,0,0,1,.75,2.595,4.236,4.236,0,0,0,4.5,3.378,3.919,3.919,0,0,0,3.479-3.968c.016-2.888-2.645-3.405-4.229-5.233-.616-.711-1.1-1.8-.322-2.61a3.534,3.534,0,0,1,1.675-.729,6.8,6.8,0,0,0,2.806-1.206,7.242,7.242,0,0,0,2.131-5.766c-.075-3-1.552-5.761-1.743-8.747-.182-2.844,1.075-5.315,2.742-7.53,1.575-2.094,3.431-3.964,4.934-6.113a20.041,20.041,0,0,0,3.324-8.133,15.417,15.417,0,0,0-.429-8c-.808-2.049-2.781-3.826-5.12-3.471-2.191.332-3.332,2.52-3.666,4.51-.467,2.771.727,6.747-2.022,8.614a2.384,2.384,0,0,1-3.517-.654c-.566-.723-1.052-1.611-1.944-1.976-1.98-.811-3.3,1.383-3.125,3.1a29.685,29.685,0,0,0,1.266,4.306,7.814,7.814,0,0,1-.158,5.355c-1.453,2.977-5.055,3.333-6.67.339-1.48-2.746-.349-5.758.635-8.461.872-2.4,1.668-4.9,1.113-7.468s-2.477-3.9-4.854-4.675a25.813,25.813,0,0,0-8.962-1.087,79.409,79.409,0,0,0-9.235,1.067c-3.184.492-6.579,1.269-9.816,1.042-1.32-.092-2.843-.458-3.523-1.722a4.288,4.288,0,0,1,.2-3.558c.7-1.849,1.9-3.793,1.5-5.851-.812-4.172-6.309-3.511-8.962-5.681-2.089-1.708-1.218-5.076-2.05-7.417a6.371,6.371,0,0,0-4.821-4.418,4.6,4.6,0,0,0-3.09.561c-1.394.811-2.324,2.074-4.1,1.972a3.554,3.554,0,0,1-3.288-2.8c-.389-1.792.678-3.124,1.84-4.34,1.484-1.555,3.134-3.654,1.85-5.844a.493.493,0,0,0-.85.5c1.662,2.833-2.983,5.14-3.724,7.594a4.61,4.61,0,0,0,2.549,5.509,4.753,4.753,0,0,0,2.807.273c1.6-.342,2.5-1.745,3.976-2.291,3.477-1.285,5.9,2.437,6.343,5.356.344,2.282.018,4.636,2.059,6.2,1.521,1.165,3.49,1.509,5.258,2.134,2.372.837,3.815,2.4,3.036,5.031-.6,2.031-2.083,4.031-1.808,6.239.672,5.4,9.227,3.316,12.585,2.816,6.652-.991,13.848-2.569,20.393-.184a5.339,5.339,0,0,1,3.5,3.012,8.151,8.151,0,0,1,.158,4.472c-.6,2.842-2.138,5.413-2.407,8.338a6.808,6.808,0,0,0,2.329,5.972,4.274,4.274,0,0,0,5.522-.335c2-1.794,2.3-4.524,1.816-7.035-.284-1.459-.92-2.8-1.281-4.227a2.567,2.567,0,0,1,.414-2.636c.983-.842,1.754.106,2.3.828,1.216,1.592,2.569,2.819,4.67,1.817,2.406-1.147,2.884-3.75,2.917-6.169.033-2.453.09-8.142,4.143-7.091,3.494.906,3.692,5.524,3.487,8.433a19.163,19.163,0,0,1-2.99,8.981c-1.5,2.323-3.469,4.287-5.148,6.471a13.51,13.51,0,0,0-3.068,6.659c-.336,3.138,1.084,6.029,1.585,9.062.405,2.455-.021,5.858-2.628,6.943-1.651.687-4.357.736-4.266,3.191.111,3.01,3.986,3.273,4.817,5.771a3.084,3.084,0,0,1-1.606,3.766,3.151,3.151,0,0,1-4.176-2.056c-.623-1.834-1.029-5.347-3.828-5.048-2.424.259-2.079,3.643-2.134,5.317-.233,7.212-.519,14.424-.695,21.638a46.952,46.952,0,0,0,.478,9.863c.418,2.208,1.308,4.53,3.246,5.835,1.716,1.156,3.824.942,4.656-1.087.927-2.26.2-4.871.174-7.214a28.131,28.131,0,0,1,.415-5.232,20.146,20.146,0,0,1,.56-2.514,4.628,4.628,0,0,1,.3-.805c.447-.84,1.175-.621,1.905-.408a5.235,5.235,0,0,0,5.53-2.241c1.634-2.23,1.585-5.213,1.533-7.846a.258.258,0,0,0-.515,0Z" style="fill: #dacdb7"/> <path d="M271.831,132.171c.576-2.75,1.19-5.986.013-8.663a6.365,6.365,0,0,0-2.889-2.96c-1.9-1.07-3.241-2.227-2.706-4.595a27.469,27.469,0,0,1,2.245-5.154,12.824,12.824,0,0,0,1.148-4.315,16,16,0,0,0-2.362-9.319c-1.735-2.92-4.3-4.935-6.777-7.184a15.364,15.364,0,0,1-3.231-3.769,10.728,10.728,0,0,1-.965-5.785c.092-3.1-.4-5.737-2.964-7.7-2.158-1.655-4.808-2.48-7.057-3.987a7.586,7.586,0,0,1-3.121-4.067c-.494-1.454-.916-3.012-2.208-3.974-1.645-1.225-4.142-1.436-6.081-1.906l-7.515-1.823a.5.5,0,0,0-.6.605,22.656,22.656,0,0,0,3.328,8.526c1.659,2.538,4.109,4.343,5.853,6.786a7.2,7.2,0,0,1,1.31,4.582,16.494,16.494,0,0,0,.25,4.432c.778,3.121,2.8,5.758,3.592,8.877,1.6,6.323-1.093,12.867.378,19.219,1.319,5.7,6.275,10.209,6.682,16.151.211,3.086-1.473,6.016-.975,9.1a26.6,26.6,0,0,0,1.643,4.55,22.224,22.224,0,0,1,1.1,5.427c.3,3.275.212,6.583.747,9.837A27.238,27.238,0,0,0,253.7,163.5c3.168,5.9,7.773,11.013,10.087,17.367a19.246,19.246,0,0,1,1.041,9.639c-.4,2.6-1.187,5.437-.421,8.045a6.4,6.4,0,0,0,2.322,3.241c1.146.909,2.87,1.915,2.492,3.65-.672,3.085-5.4,3.4-7.558,5.019a4.259,4.259,0,0,0-1.729,2.493,13.181,13.181,0,0,0,.065,2.408c-.04,1.472-.8,1.631-1.914,2.147a4.593,4.593,0,0,0-2.421,5.913c.237.575,1.186.323.946-.261a3.685,3.685,0,0,1,.65-3.929c.912-.985,2.464-.989,3.27-2.088.747-1.018.308-2.212.312-3.36,0-1.677,1.346-2.648,2.724-3.32,2.1-1.027,4.593-1.48,6.023-3.534,1.419-2.036.265-3.946-1.446-5.283-1.225-.958-2.324-1.795-2.79-3.356a11.271,11.271,0,0,1-.022-4.837c.422-2.795.952-5.446.56-8.287-.9-6.567-4.962-12.038-8.487-17.439a44.979,44.979,0,0,1-4.57-8.417,32.066,32.066,0,0,1-1.7-10.115c-.151-3.243-.266-6.574-1.371-9.663-.576-1.61-1.516-3.129-1.677-4.861a17.843,17.843,0,0,1,.759-5.149c1.21-5.962-2.382-10.554-4.874-15.62a19.2,19.2,0,0,1-1.984-9.134c.068-3.315.636-6.605.577-9.925a22.087,22.087,0,0,0-2.65-9.485,14.335,14.335,0,0,1-1.742-5.659c-.066-1.779.289-3.554-.312-5.282-1-2.862-3.666-4.672-5.533-6.924A21.739,21.739,0,0,1,227.7,57.31l-.605.6,6.107,1.481a56.689,56.689,0,0,1,6.009,1.505c2.053.747,2.452,2.512,3.12,4.373a7.948,7.948,0,0,0,1.9,3.071c1.847,1.815,4.361,2.721,6.595,3.942a10.758,10.758,0,0,1,3.1,2.312,7.378,7.378,0,0,1,1.413,5.194,16.817,16.817,0,0,0,.3,5.052,10.069,10.069,0,0,0,1.931,3.528c2.028,2.5,4.808,4.237,6.933,6.641a16.417,16.417,0,0,1,4.16,9.458,11.828,11.828,0,0,1-.706,5.094c-.6,1.563-1.488,3-2.121,4.548a6.042,6.042,0,0,0-.408,4.527c.651,1.594,2.173,2.175,3.537,3.027,3.5,2.187,3.01,6.861,2.333,10.357-.067.345.458.5.531.146Z" style="fill: #dacdb7"/> <path d="M258.425,217.347a4.241,4.241,0,0,0-2.607,3.829c-.246,2.494.828,4.619,1.656,6.9a7.443,7.443,0,0,1,.558,4.676,4.642,4.642,0,0,1-3.291,2.971c-3.049.874-6.059-1.046-8.057-3.193a16.522,16.522,0,0,1-3.879-7.876c-.522-2.331-.876-4.849-2.227-6.88-3.125-4.7-9.5-3.162-14.249-3.127a66.155,66.155,0,0,1-19.646-3.056c-5.87-1.766-11.708-3.873-17.84-4.52a32.434,32.434,0,0,0-4.407-.178,7.5,7.5,0,0,0-3.518.658c-1.97,1.136-1.769,3.57-1.112,5.429a36.65,36.65,0,0,0,4.03,7.749c.786,1.2,1.719,2.307,2.463,3.53a5.692,5.692,0,0,1,.292,5.255c-1.143,3.364-2.414,6.707-3.762,9.993a23.848,23.848,0,0,1-5.28,8.265c-3.543,3.476-8.342,6.562-8.934,11.919-.07.631.919.626.988,0,.545-4.93,5.255-7.922,8.521-11.1,4.069-3.959,5.867-9.194,7.811-14.4.548-1.467,1.1-2.933,1.609-4.416a7.347,7.347,0,0,0,.479-4.015,9.1,9.1,0,0,0-1.706-3.216c-.9-1.239-1.775-2.492-2.565-3.807a42.883,42.883,0,0,1-2.073-3.884,10.317,10.317,0,0,1-1.369-4.4c.077-3.411,5.39-2.659,7.656-2.476,6.2.5,12.116,2.645,18.024,4.437a68.386,68.386,0,0,0,18.427,3.2c2.914.063,5.811-.272,8.719-.233,2.974.039,5.714.947,7.105,3.772,1.1,2.235,1.318,4.792,1.963,7.172a16.389,16.389,0,0,0,3.791,6.89c1.847,1.984,4.386,3.68,7.19,3.686a6.007,6.007,0,0,0,5.574-3.39c1.164-2.773-.409-5.64-1.447-8.176-.92-2.246-1.581-6.2,1.29-7.352.39-.157.226-.795-.177-.64Z" style="fill: #dacdb7"/> <path d="M175.118,261.444c.732-3.314,3.86-5.073,6.47-6.827,2.648-1.78,4.825-3.744,6.024-6.78a19.472,19.472,0,0,0,1.176-5.209c.092-.916.137-1.837.15-2.757s-.242-2.221.154-3.081c.768-1.668,3.626.119,4.984.274a7.02,7.02,0,0,0,4.845-1.573,29.34,29.34,0,0,0,4.008-4.148c.592-.652,1.8-2.334,2.666-1.43a8.636,8.636,0,0,1,1.107,2.3c1.193,2.638,2.53,5.627,5.494,6.618,1.976.661,4.048.173,6.075.2,1.809.023,4.244.608,4.572,2.722.335,2.167-1.717,3.929-3.6,4.46-2.1.594-4.355.269-6.5.249-9.35-.086-18.277,3.675-26.009,8.677-.532.344-.038,1.2.5.853,7.867-5.09,16.879-8.8,26.392-8.523,3.6.107,8.257.3,9.9-3.694,1.357-3.3-1.593-5.468-4.587-5.7-2.372-.187-4.946.678-7.173-.484a8.646,8.646,0,0,1-3.409-4.144c-.382-.778-.726-1.572-1.087-2.359a7.24,7.24,0,0,0-1.177-2.172c-1.315-1.284-2.877.661-3.721,1.575-1.561,1.69-2.911,3.679-4.965,4.823a5.342,5.342,0,0,1-3.459.743c-.97-.159-1.865-.61-2.821-.83-1.222-.281-2.53-.119-3.024,1.2a7.692,7.692,0,0,0-.132,2.658c.006,1.05-.024,2.1-.109,3.149a16.686,16.686,0,0,1-1.909,6.953,14.713,14.713,0,0,1-4.5,4.547c-2.794,1.986-6.176,3.906-6.832,7.572-.058.322.425.465.5.137Z" style="fill: #dacdb7"/> <path d="M188.3,260.824c3.279-3.837,7.615-8.559,13.244-7.593,2.094.359,4,2.086,6.211,1.347,1.916-.643,3.132-2.327,5.2-2.735,4.2-.826,8.5,1.9,8.691,6.314.114,2.664-.616,5.258-.309,7.935A25.149,25.149,0,0,0,223,272.317c1.925,4.949,4.784,9.7,5.087,15.119l.494-.493c-2.642-.088-4.312-2.68-6.916-2.906-1.53-.132-3.626.485-3.83,2.27-.232,2.02,1.877,2.872,3.172,3.923a3.412,3.412,0,0,1-1.237,5.833.5.5,0,0,0,.263.953,4.342,4.342,0,0,0,3.1-3.61,4.292,4.292,0,0,0-2.079-4.368c-.866-.61-2.523-1.4-2.23-2.722.257-1.155,1.865-1.4,2.841-1.292,1.382.148,2.511,1.127,3.662,1.819a6.621,6.621,0,0,0,3.254,1.086.5.5,0,0,0,.493-.493c-.284-5.058-2.694-9.531-4.611-14.114a26.317,26.317,0,0,1-2.18-7.609c-.267-2.861.654-5.7.263-8.545-.522-3.8-3.974-6.217-7.651-6.422a8.125,8.125,0,0,0-5.2,1.483c-1.211.862-2.241,1.826-3.854,1.482-1.406-.3-2.625-1.12-4.057-1.361-5.972-1.006-10.414,4.03-13.832,8.128-.2.239.14.586.345.346Z" style="fill: #dacdb7"/> <path d="M270.73,254.512a18.534,18.534,0,0,0-1.665-7.252c-.26-.565-.543-1.118-.857-1.654-.323-.553-.744-1.065-1.028-1.638-.189-.384-.248-.739.182-.971a3.261,3.261,0,0,1,.777-.212,12.235,12.235,0,0,1,1.734-.27,11.281,11.281,0,0,1,6.513,1.322,7.137,7.137,0,0,1,2.5,2.227c.775,1.244-.384,2.632-1.183,3.548a13.543,13.543,0,0,1-6.836,4.149.486.486,0,0,0,.259.937,13.823,13.823,0,0,0,7.005-4.095c.885-.956,1.934-2.18,2-3.544.066-1.32-1-2.386-1.953-3.159a11.322,11.322,0,0,0-7.087-2.39,12.208,12.208,0,0,0-3.827.524c-1.377.454-1.367,1.671-.621,2.729a20.523,20.523,0,0,1,2.522,4.476,16.927,16.927,0,0,1,1.1,5.273c.014.293.464.3.457,0Z" style="fill: #dacdb7"/> <path d="M286.764,247.952c-.911-.846-1.822-1.691-2.711-2.561a3.845,3.845,0,0,1-.695-.677.725.725,0,0,1,.294-.963,14.84,14.84,0,0,1,1.458-.914,8.549,8.549,0,0,1,3.361-1.212,4.967,4.967,0,0,1,3.145,1.262,19.229,19.229,0,0,1,4.651,4.739,1.128,1.128,0,0,1,.314.789c-.016.434-.31.457-.7.6a10,10,0,0,1-1.594.427,22.851,22.851,0,0,1-3.573.3c-2.013.063-4.426.137-5.836-1.56-.407-.49-1.092.21-.7.7,1.558,1.916,4.277,1.918,6.532,1.846a21.348,21.348,0,0,0,4.454-.476c.959-.237,2.687-.637,2.509-1.951a3.781,3.781,0,0,0-.849-1.561,21.2,21.2,0,0,0-1.373-1.7,20.2,20.2,0,0,0-3.061-2.761,6.451,6.451,0,0,0-3.66-1.593,8.68,8.68,0,0,0-4.073,1.389c-.794.449-2.891,1.415-2.278,2.641.332.664,1.181,1.163,1.726,1.638.758.661,1.506,1.332,2.254,2,.27.242.669-.151.4-.4Z" style="fill: #dacdb7"/> <path d="M293.056,254.52a4.584,4.584,0,0,1-6.173-3.113.491.491,0,0,0-.46-.351c-2-.183-2.569,2.142-2.2,3.685.279,1.152,1.537,3.629-.239,4.146-1.046.3-1.83-1.065-2.934-1.122-1.656-.086-2.127,1.793-2.09,3.1a14.649,14.649,0,0,0,.706,3.314l1.268,4.744,1.267,4.745a19.965,19.965,0,0,0,1.133,3.8c1.054,2.106,3.006,1.712,4.7.666a5.466,5.466,0,0,1,4.149-1.131,15.271,15.271,0,0,1,4.548,1.977,77.471,77.471,0,0,1,7.425,4.634c2.617,1.885,4.618,4.272,4.083,7.7-.488,3.124-2.017,6.189-3.124,9.133-2.268,6.033-4.6,12.045-6.8,18.1a18.564,18.564,0,0,0-1.392,8.687A24.517,24.517,0,0,0,299.553,335c.957,1.922,2.137,3.8,4.25,4.567a10.728,10.728,0,0,0,7.064-.368,19.742,19.742,0,0,0,10.9-10.589c1.269-3,.136-6.341.534-9.5a20.212,20.212,0,0,1,3.559-9.088l-.774.1a16.468,16.468,0,0,1,1.693,2.347.5.5,0,0,0,.674.176c2.614-1.421,2.883-4.658,2.745-7.326-.2-3.895-.483-7.854-.972-11.725-.367-2.907-1-5.977-2.732-8.408-2.018-2.832-4.959-3.534-8.2-4.171a11.637,11.637,0,0,1-5.381-2.38,14.321,14.321,0,0,0-4.3-2.625c-1.783-.623-3.671-.881-5.448-1.519a15.335,15.335,0,0,1-4.833-3.14,22.094,22.094,0,0,0-4.111-3.107c-1.7-.889-3.719-1.139-5.3-2.241a3.648,3.648,0,0,1-1.673-2.547c-.079-1.206.816-2.053,1.644-2.807.792-.721,1.925-1.688,3.077-1.554,1.047.122,1.544,1,2.1,1.79.762,1.081,1.72,2.034,3.158,1.8a3.385,3.385,0,0,0,2.7-2.748c.64-4.143-4.317-5.472-7.413-5.574-.637-.021-.636.968,0,.989,1.949.064,4.118.3,5.513,1.825a3.185,3.185,0,0,1,.87,2.879,2.267,2.267,0,0,1-2.592,1.612c-1.3-.4-1.749-2.169-2.769-2.971a3.068,3.068,0,0,0-3.336-.2c-2.247,1.077-4.84,3.616-3.614,6.273,1.456,3.154,5.538,3.2,8.124,4.917,2.7,1.79,4.716,4.414,7.811,5.614,1.637.635,3.381.915,5.06,1.413a14.351,14.351,0,0,1,4.945,2.87,10.725,10.725,0,0,0,4.123,2.078c1.629.416,3.323.567,4.926,1.087,3.272,1.061,5.038,3.861,5.923,7.036,1.022,3.664,1.091,7.563,1.389,11.333.247,3.132,1.519,8.8-1.933,10.675l.674.176a18.025,18.025,0,0,0-1.847-2.545.5.5,0,0,0-.774.1,21.025,21.025,0,0,0-3.757,13.936,10.08,10.08,0,0,1-.142,4.123,14.771,14.771,0,0,1-1.99,3.694,20.029,20.029,0,0,1-5.051,5.159,14.016,14.016,0,0,1-6.557,2.527,6.253,6.253,0,0,1-6.592-3.463A24.959,24.959,0,0,1,298,327.762c-.532-3.1.223-6.043,1.273-8.945,2.025-5.592,4.182-11.14,6.275-16.707,1.034-2.75,2.178-5.485,3.08-8.281.72-2.234,1.077-4.629.026-6.821a12.539,12.539,0,0,0-4.458-4.566c-2.307-1.593-4.712-3.054-7.16-4.419-1.952-1.088-4.189-2.355-6.512-2.05a6.952,6.952,0,0,0-2.811,1.214,5.528,5.528,0,0,1-1.669.852c-1.135.239-1.744-.659-2.061-1.592-1.044-3.065-1.7-6.314-2.54-9.442-.422-1.581-.859-3.159-1.267-4.744-.213-.826-.621-2.928.43-3.437.915-.442,2.046,1.083,2.992,1.185a1.908,1.908,0,0,0,1.776-.888,3.318,3.318,0,0,0,.41-2.6c-.224-1.047-1.819-4.725.642-4.509l-.46-.35a5.244,5.244,0,0,0,7.337,3.278c.282-.147.034-.54-.244-.418Z" style="fill: #dacdb7"/> <path d="M262.377,311.734c.037-.348.073-.7.112-1.045.026-.232-.253-.325-.424-.244a6.829,6.829,0,0,0-2.547,2.164,5.356,5.356,0,0,0-1.208,3.092c.072,1.185,1.371,1.61,2.365,1.7a5.628,5.628,0,0,0,3.129-.7,8.219,8.219,0,0,0,3.893-5.665,11.113,11.113,0,0,0,.338-3.694,1.506,1.506,0,0,0-2.269-1.066,6.253,6.253,0,0,0-2.5,2.642c-.667,1.052-1.711,2.59-3.17,2.288-.621-.129-.886.824-.263.953,2.041.421,3.4-1.352,4.366-2.873a5.28,5.28,0,0,1,1.868-2.067c.382-.191.9-.291,1,.243a6.2,6.2,0,0,1-.059,1.614,9.318,9.318,0,0,1-2.151,5.615c-1.193,1.263-3.353,2.352-5.1,1.575-.692-.309-.616-.887-.429-1.52a6.362,6.362,0,0,1,.667-1.5,7.065,7.065,0,0,1,2.35-2.311l-.425-.243c-.009.348-.021.7-.032,1.045-.011.318.452.3.484,0Z" style="fill: #dacdb7"/> <path d="M359.306,267.116c-.07-1.563-.142-3.125-.194-4.688-.029-.846.16-2.354-.967-2.59a5.958,5.958,0,0,0-3.1.706,5.634,5.634,0,0,0-2.493,2.1c-.608.947-.935,2.034-1.445,3.031a4.872,4.872,0,0,1-.882,1.285c-.068.067-.285.31-.392.331-.64.123-.549-.24-.671-.517a2.1,2.1,0,0,1-.07-.986c.206-2.086,2.8-4.93,1.263-6.976-1.143-1.518-3.517-.659-4.281.783a6.77,6.77,0,0,0-.522,3.544c.077,1.582.182,3.164.273,4.746.089,1.527.127,3.067.271,4.59a2.814,2.814,0,0,0,1.66,2.562,3.314,3.314,0,0,0,3.028-.331c1-.622,1.5-1.736,2.45-2.4,1.146-.8,2.174.378,3.126.928a2.427,2.427,0,0,0,2.76,0c2.31-1.729.644-4.59-.693-6.3-.391-.5-1.087.2-.7.7a5.694,5.694,0,0,1,1.562,3.087c.022.882-.555,2.033-1.571,1.963-.848-.058-1.543-.824-2.245-1.226a2.6,2.6,0,0,0-2.089-.337c-1.871.585-2.407,3.377-4.674,3.143-1.6-.165-1.63-1.7-1.7-2.978q-.113-1.938-.226-3.876c-.078-1.344-.16-2.687-.235-4.031a6.369,6.369,0,0,1,.372-3.3,1.893,1.893,0,0,1,2.29-.981c1.13.517.43,2.263.1,3.1-.652,1.67-1.9,3.824-.761,5.579s2.92-.745,3.4-1.74c.442-.912.749-1.888,1.252-2.771a5.1,5.1,0,0,1,2.817-2.247,5.332,5.332,0,0,1,1.609-.426c.692.006.729.345.778.918.031.352.048.706.072,1.059.1,1.511.18,3.023.263,4.536.02.362.583.365.566,0Z" style="fill: #dacdb7"/> <path d="M267.551,389.73c-2.3-4.084,1.013-8.281,2.789-11.83,1.866-3.728,1.734-7.649,1.157-11.681-.663-4.635-1.418-9.3-2.4-13.881-.681-3.175-2.233-6.78-5.76-7.554-3.191-.7-5.469,1.88-6.783,4.441-1.961,3.823-3.161,8.01-5.036,11.872a4.292,4.292,0,0,1-2.117,2.148,9.852,9.852,0,0,0-2.335,1.284,7.275,7.275,0,0,0-2.24,4.057,17.8,17.8,0,0,0,.07,5.919,31.075,31.075,0,0,1,.239,6.7,40.98,40.98,0,0,1-3.777,13c-1.68,3.732-3.678,7.46-4.335,11.546a13.473,13.473,0,0,0,2.043,9.82,27.8,27.8,0,0,0,7.026,6.671c1.428,1.035,2.91,2,4.324,3.052.642.478,1.053.785,1.017,1.653a2.769,2.769,0,0,1-.672,1.668q-.807,1.213-1.656,2.4a29.834,29.834,0,0,1-9.064,8.79,33.457,33.457,0,0,1-6.116,2.738c-2.249.742-4.164-.027-4.485-2.491-.488-3.746,3.072-6.324,3.6-9.852.344-2.3-1.01-5.561-3.732-5.453-3.581.143-3.789,4.536-3.25,7.106,1.9,9.058,4.805,18.018,5.8,27.242a33.577,33.577,0,0,1-.938,13.426c-1.186,3.887-3.237,7.483-4.129,11.465-.527,2.353-1.194,7.384,1.814,8.506a2.676,2.676,0,0,0,2.877-.888c1.18-1.223,1.785-2.617,3.676-2.766,1.4-.11,2.863-.12,3.649-1.484a5.3,5.3,0,0,0,.13-3.994c-.5-1.8-1.612-4.519.79-5.452,1.518-.589,3.267-.166,4.818-.69,3.023-1.022,4.227-4.509,3.931-7.438A21.893,21.893,0,0,0,246.792,464q-1.284-3.244-2.576-6.485c-.853-2.147-1.766-4.28-2.548-6.454-.709-1.969-1.231-4.319.063-6.175,1.55-2.223,4.233-1.243,5.844.313a14.005,14.005,0,0,1,3.229,5.571,26.146,26.146,0,0,1,1.116,6.6,11.338,11.338,0,0,0,1.243,5.068c1.337,2.2,4.346,3.676,6.6,1.884,2.02-1.609,2.974-6.125,6.222-4.223,1.291.756,2.484,1.479,4,.825a4.626,4.626,0,0,0,2.554-3.37,8.168,8.168,0,0,0-1.02-4.893c-.974-2.03-2.148-3.978-3.231-5.951-2.015-3.668-5.545-8.647-1.393-12.13,2.683-2.249,6.2-4.006,6.907-7.787a5.606,5.606,0,0,0-.727-4.184,7.8,7.8,0,0,0-3.4-2.358c-2.073-.98-3.239-2.262-2.576-4.709.554-2.047,1.539-3.916,1.983-6.009a24.905,24.905,0,0,0-.575-11.83c-1.1-4.051-2.691-8.3-1.182-12.456.217-.6-.738-.857-.953-.262-1.327,3.655-.376,7.432.638,11.038,1.178,4.187,2.025,8.242,1.248,12.6a36.861,36.861,0,0,1-1.845,5.839,5.28,5.28,0,0,0-.015,4.515c1.657,2.8,6.166,2.264,6.521,6.116.389,4.225-3.791,6.414-6.575,8.673-2.9,2.356-2.839,5.563-1.391,8.775.885,1.965,2.02,3.829,3.057,5.717a46.141,46.141,0,0,1,3.129,6c.734,1.989.752,4.763-1.54,5.753-1.828.79-3.105-1.24-4.834-1.431-2.513-.277-3.542,2.61-4.837,4.194a3.082,3.082,0,0,1-4.309.793c-1.921-1.193-2.447-3.431-2.648-5.535a42.4,42.4,0,0,0-.655-5.6,19.963,19.963,0,0,0-2.16-5.479c-1.391-2.4-4.23-5.281-7.291-4.15-3.095,1.143-3.258,4.96-2.442,7.635,1.271,4.166,3.194,8.214,4.8,12.261,1.429,3.6,3.7,8.156,1.241,11.821-1.149,1.713-2.83,1.989-4.746,2.106a5.131,5.131,0,0,0-3.63,1.208c-2.445,2.609,1.145,5.923.01,8.745-.749,1.863-3.4.921-4.87,1.773-1.087.631-1.66,1.8-2.534,2.658-1.994,1.952-3.187-1.079-3.3-2.77a16.264,16.264,0,0,1,.911-6c1.215-3.794,3.149-7.325,4.049-11.224,1.9-8.241-.066-16.747-1.942-24.8q-1.545-6.633-3.091-13.267c-.479-2.06-1.23-4.719.458-6.445,1.609-1.644,3.551-.288,4.112,1.521,1.13,3.642-2.575,6.458-3.313,9.786-.5,2.256.1,5.358,2.695,5.975,1.773.422,3.616-.506,5.21-1.168A26.939,26.939,0,0,0,249.466,432.2c1.006-1.358,2.423-2.923,2.975-4.534.462-1.349-.355-2.335-1.388-3.109a101.336,101.336,0,0,1-8.2-6.152c-2.632-2.422-4.722-5.438-5.019-9.095-.346-4.27,1.519-8.377,3.26-12.159a61.088,61.088,0,0,0,4.273-11.347,34.488,34.488,0,0,0,.4-12.26,12.323,12.323,0,0,1,.414-6.017,5.539,5.539,0,0,1,1.679-2.359,21.111,21.111,0,0,1,2.595-1.347c1.393-.818,1.954-2.258,2.547-3.683q1.323-3.181,2.643-6.364c1.2-2.878,2.741-8.128,6.654-8.121,4.768.007,5.72,6.065,6.37,9.6.83,4.516,1.787,9.063,2.242,13.636a16.508,16.508,0,0,1-.486,6.727,38.454,38.454,0,0,1-2.679,5.5c-1.407,2.751-2.381,6.059-.714,8.918a.3.3,0,0,0,.523-.305Z" style="fill: #dacdb7"/> <path d="M267.413,477.9a41.793,41.793,0,0,0,23.049-16.11q1.044-1.479,1.95-3.05a14.346,14.346,0,0,1,2.118-3.281,2.409,2.409,0,0,1,1.7-.9c.931.046,1.241.892,1.5,1.65a11.674,11.674,0,0,1,.66,4.22,5.646,5.646,0,0,1-1.8,3.974c-.951.9-2.1,1.585-2.973,2.573-1.123,1.275-1.875,3.4-.735,4.9s3.133,1.124,4.492.183A6.619,6.619,0,0,0,299.221,470a4.723,4.723,0,0,1,.964-1.376c.9-.673,1.54.125,2.365.346,2.141.575,2.554-2.041,3.386-3.354,1.549-2.448,4.162-3.157,6.887-2.871,2.314.243,4.247-.2,5.583-2.247s1.245-4.564.681-6.865c-.453-1.843-1-4.867-3-5.693-1.054-.436-2.3-.092-3.323-.608-1.138-.576-1.454-1.977-1.52-3.14-.123-2.157.717-4.33.066-6.464a3.908,3.908,0,0,0-4.112-2.745c-2.454.117-4.855,1.5-7.063,2.442l-4.351,1.859c-1.441.615-3.557,1.944-5.2,1.457-2.476-.735-1.612-4.537-1.105-6.314a9.054,9.054,0,0,1,1.254-2.84,3.109,3.109,0,0,1,3.685-1.186c2.156.535,4.107.654,6.1-.516a6.631,6.631,0,0,0,3.24-4.843,7.146,7.146,0,0,0-1.8-5.73c-.784-.9-1.964-1.831-2.188-3.067-.279-1.534,1.388-2.675,2.4-3.574,1.994-1.778,4.576-3.706,7.416-3.081a4.826,4.826,0,0,1,2.685,1.551,3.294,3.294,0,0,1,.714,1.821,1.653,1.653,0,0,0,.321,1.056c.533.535,1.493.222,2.1.063a11.272,11.272,0,0,0,3.031-1.295,12.536,12.536,0,0,0,4.414-4.618c2.5-4.541.94-9.047-.088-13.755-.6-2.741-.7-5.437.805-7.911,1.115-1.83,2.669-3.339,3.867-5.111a6.606,6.606,0,0,0,1.342-4.913c-.262-1.368-1.2-2.494-1.442-3.863a7.531,7.531,0,0,1,1.061-4.693c3.828-7.274,12.26-10.406,16.994-16.93a15.33,15.33,0,0,0,2.4-4.97.493.493,0,0,0-.949-.262c-2.219,8.114-11.033,11.78-16.336,17.563-2.847,3.106-5.384,7.263-3.415,11.458a5.305,5.305,0,0,1,.651,3.766,8.658,8.658,0,0,1-1.532,2.879,44.163,44.163,0,0,0-3.818,5.153c-2.4,4.526.063,9.348.761,13.965a11.232,11.232,0,0,1-7,12.272,4.872,4.872,0,0,1-1.528.44c-.609,0-.528.161-.675-.447-.045-.184-.038-.4-.079-.581a4.285,4.285,0,0,0-1.329-2.21,6.167,6.167,0,0,0-4.847-1.483c-2.352.307-4.341,1.781-6.072,3.306-1.481,1.3-3.474,2.837-2.7,5.055.758,2.165,3.072,3.267,3.7,5.552a5.82,5.82,0,0,1-3.066,6.839,5.928,5.928,0,0,1-3.707.485,8.939,8.939,0,0,0-3.334-.521c-1.739.3-2.808,1.843-3.45,3.36-1.1,2.592-2.478,8.9,1.955,9.189a7.135,7.135,0,0,0,3.188-.787c1.53-.646,3.054-1.3,4.581-1.955q2.061-.88,4.122-1.76a12.985,12.985,0,0,1,4.276-1.33c3.382-.176,3.533,3.139,3.232,5.642-.216,1.8-.423,3.841.622,5.449a3.237,3.237,0,0,0,1.789,1.354c1.449.44,3.027-.094,3.93,1.453a15.525,15.525,0,0,1,1.369,4.029,8.634,8.634,0,0,1,.054,4.806,4.805,4.805,0,0,1-2.312,2.833c-1.516.736-3.232.049-4.822.111a7.508,7.508,0,0,0-5.262,2.535,8.264,8.264,0,0,0-1.36,2.285c-.4.942-.718,1.857-1.982,1.422a5.766,5.766,0,0,0-1.4-.524c-2.036-.183-2.668,2.634-3.959,3.671-1,.8-2.868,1.49-3.62-.031-.717-1.452.488-3.1,1.514-4.015,1.78-1.593,3.7-2.761,4.213-5.268s-.548-10.634-4.739-7.485c-1.791,1.346-2.6,3.656-3.75,5.5a41.043,41.043,0,0,1-4.677,6.1,41.612,41.612,0,0,1-11.731,8.851,40.1,40.1,0,0,1-7.024,2.735.25.25,0,0,0,.133.482Z" style="fill: #dacdb7"/> <path d="M303.462,443.789a17.886,17.886,0,0,0-.191,13.8.425.425,0,0,0,.763.1,8.373,8.373,0,0,0,1.121-7.721c-.547-1.5-1.471-2.925-.676-4.508.49-.975,1.251-2.085.533-3.142-.35-.515-1.193-.029-.84.491.608.895-.732,2.274-.933,3.2a6.189,6.189,0,0,0,.811,3.669,7.67,7.67,0,0,1-.737,7.594h.721a16.853,16.853,0,0,1-.089-13.195c.138-.327-.341-.613-.483-.282Z" style="fill: #dacdb7"/> <path d="M269.166,477.624a3.087,3.087,0,0,0-3.7,2.835,3.24,3.24,0,0,0,.925,2.269c.97.986,2.146.747,3.375,1.09,3.258.91,2.466,5.175,1.643,7.491-.7,1.974-2.211,4.952-.788,6.949,1.321,1.854,4.118.97,5.606-.153,2.107-1.592,3.183-4.043,4.945-5.942,1.056-1.139,2.486-2.322,4.135-2.287a4.143,4.143,0,0,1,2.947,1.61c1.233,1.386,2,3.119,3.233,4.509a3.757,3.757,0,0,0,4.663,1.161c1.809-.938,4.684-6.784,7.136-4.344a.491.491,0,0,0,.694-.693l-5.236-5.331-.1.771a12.021,12.021,0,0,1,9.166-2.247,7.25,7.25,0,0,1,3.955,1.777c1.063,1.039,2.051,2.8.776,4.052a.5.5,0,0,0,0,.695c2.16,2.774,5.5-1.875,7.916-1.322,2.036.464.4,3.876.73,5.261.508,2.135,3.2,1.738,4.728,1.1a7.273,7.273,0,0,0,4.163-4.581c.841-2.924-.377-5.845-1.052-8.662-.664-2.775-.689-7.61,3.223-7.942,2.215-.188,3.58,2.969,5.92,1.6,1.632-.953,2.047-3.167,1.565-4.854a23.85,23.85,0,0,0-1.56-3.464,10.235,10.235,0,0,1-.869-4.893c.058-1.525.274-3.041.273-4.569a12.7,12.7,0,0,0-.129-1.849,7.631,7.631,0,0,1-.364-2.877c.343-1.377,1.929-2.213,3.025-2.917a19.708,19.708,0,0,1,4.3-2.247c2.559-.859,6.125-.555,7.438,2.187.927,1.934.474,4.243,1.367,6.191a3.417,3.417,0,0,0,4.7,1.585c2.462-1.093,4.381-3.642,5.86-5.807.82-1.2,1.5-2.924,2.816-3.663,1.652-.926,3.978.318,5.575.885,3.5,1.24,7.231,2.27,10.51,4.03,2.923,1.568,5.708,4.324,5.565,7.891-.109,2.716-1.946,5.751-.058,8.233a.494.494,0,0,0,.759.1,66.305,66.305,0,0,0,7.658-7.828q1.575-1.9,3.015-3.916c.922-1.291,2.321-2.839,2.75-4.392.341-1.233-.348-2.235-1.072-3.169a17.5,17.5,0,0,1-2.748-5.067,48.589,48.589,0,0,1-1.981-10.583,19.717,19.717,0,0,1,.049-6.1,20.292,20.292,0,0,1,2.3-5.682c1.88-3.408,3.915-6.737,5.877-10.1q1.5-2.571,3-5.143c.789-1.351,1.866-2.9,1.589-4.553-.229-1.365-1.358-2.118-2.339-2.956a16.659,16.659,0,0,1-3.07-3.474,18.532,18.532,0,0,1-.859-19,.494.494,0,0,0-.853-.5,19.3,19.3,0,0,0-1.17,15.918,18.779,18.779,0,0,0,4.016,6.576c1.037,1.088,3.222,2.2,3.339,3.825a5.276,5.276,0,0,1-1,2.812c-.571,1.006-1.167,2-1.75,3q-3.126,5.36-6.254,10.716c-1.708,2.925-3.5,5.926-3.938,9.349-.456,3.587.254,7.424.852,10.967a24.333,24.333,0,0,0,3.028,8.936c.494.79,1.131,1.47,1.638,2.247.848,1.3.247,2.215-.487,3.357a63.575,63.575,0,0,1-3.757,5.25,66.867,66.867,0,0,1-8.516,8.822l.759.1c-1.782-2.345.24-5.513.2-8.131a9.031,9.031,0,0,0-3.208-6.382,21.636,21.636,0,0,0-7.309-3.841c-3.059-1.1-6.169-2.471-9.321-3.276-2.51-.642-4.083.491-5.377,2.555-1.566,2.5-3.5,5.589-6.224,6.975-1.588.81-3.2.386-3.812-1.329a15.638,15.638,0,0,1-.55-3.133c-.291-2.117-.981-3.992-2.957-5.066a8.089,8.089,0,0,0-6.695-.222,19.986,19.986,0,0,0-3.62,1.872,15.351,15.351,0,0,0-3.011,2.182,3.5,3.5,0,0,0-1.066,2.776,39.787,39.787,0,0,1,.52,4.517c-.094,2.913-.713,5.835.437,8.629a38.181,38.181,0,0,1,1.764,3.906c.352,1.235.148,3.046-1.115,3.748-1.4.779-2.566-.9-3.714-1.422a3.691,3.691,0,0,0-2.756-.1,5.542,5.542,0,0,0-3.534,4.762c-.36,3.269,1.313,6.253,1.652,9.441.361,3.4-1.816,7.11-5.546,7.272-2.294.1-1.6-1.9-1.4-3.355a3.571,3.571,0,0,0-.355-2.578c-.931-1.359-2.565-.98-3.848-.415-1.229.543-3.792,2.558-4.936,1.09v.695c2.581-2.545-.773-6.091-3.289-6.982a12.875,12.875,0,0,0-11.8,1.857.5.5,0,0,0-.1.771l5.236,5.33.694-.693c-1.358-1.352-3.322-.728-4.649.361-1.574,1.289-2.631,4.341-5.069,4.1-1.761-.172-2.805-2.2-3.662-3.516a10.392,10.392,0,0,0-3.185-3.568c-4.519-2.608-7.7,3.206-9.993,6.034a8.6,8.6,0,0,1-2.642,2.344,3.928,3.928,0,0,1-2.007.453c-1.218-.079-1.709-1-1.722-2.1-.031-2.732,1.891-5.15,2.061-7.874.117-1.881-.543-4.122-2.308-5.066-1.289-.689-2.937-.059-4.019-1.181a2.413,2.413,0,0,1,2.251-4.026c.3.047.427-.4.126-.456Z" style="fill: #dacdb7"/> <path d="M200.9,378.448a24.359,24.359,0,0,1,4.433,7.021,31.083,31.083,0,0,0,3.546,6.94c1.728,2.252,3.734,4.339,4.508,7.147a19.107,19.107,0,0,1-.07,8.625c-.253,1.316-.558,2.626-.9,3.92a18.011,18.011,0,0,0-.917,4.518c-.007,2.029,1.388,4.1.952,6.095a13.8,13.8,0,0,1-1.763,3.682c-.723,1.267-1.465,2.524-2.17,3.8a30.322,30.322,0,0,0-2.868,6.609c-1.341,4.924.047,9.544,1.257,14.32.632,2.5,1.253,5,1.784,7.515a30.79,30.79,0,0,1,.931,6.345,16.332,16.332,0,0,1-1.507,6.468c-.513,1.136-1.705,3.734-3.319,3.145-1.194-.437-2.148-1.788-2.963-2.7a15.363,15.363,0,0,0-3-2.853c-2.921-1.869-5.555,1.01-5.54,3.968.02,4.171,2.2,8.41,4.042,12.053.287.568,1.14.068.853-.5-1.737-3.439-3.756-7.373-3.9-11.3-.056-1.513.581-3.587,2.343-3.872,1.314-.212,2.515,1.073,3.333,1.919,1.345,1.391,3.356,4.736,5.674,4.344,1.433-.242,2.452-1.971,3.049-3.137a18.329,18.329,0,0,0,1.811-6.07,19.071,19.071,0,0,0-.4-5.694c-.442-2.5-1.026-4.966-1.631-7.427-1.213-4.927-3.2-10.07-2.136-15.192a26.511,26.511,0,0,1,2.935-7.281c1.266-2.309,2.888-4.553,3.842-7.013.711-1.833.135-3.211-.312-5.014-.785-3.169.544-6.135,1.215-9.206a24.2,24.2,0,0,0,.608-8.964c-.471-2.936-2.048-5.215-3.877-7.477a24.96,24.96,0,0,1-2.675-3.748c-.706-1.307-1.169-2.75-1.756-4.113a20.13,20.13,0,0,0-5.022-7.275.279.279,0,0,0-.395.395Z" style="fill: #dacdb7"/> <path d="M335.918,441.648a13.694,13.694,0,0,0,4.367-4.46c.922-1.534,1.541-4.122,3.436-4.752a2.351,2.351,0,0,1,2.682,1.09c.678,1.122.06,2.309-.687,3.213-1.226,1.481-3.256,3.154-2.511,5.335.18.528.615.976.747,1.513.219.9-.825,1.225-1.511,1.45a2.839,2.839,0,0,1-2.324-.026,1.33,1.33,0,0,1-.6-1.69.5.5,0,0,0-.423-.738,3.7,3.7,0,0,0-2.723,1.545c-.684.833-1.226,2.033-2.255,2.5a1.681,1.681,0,0,1-1.448.009c-.707-.41-.407-1.24-.054-1.781a10.493,10.493,0,0,1,3-2.737c.528-.35.033-1.206-.5-.853a11.1,11.1,0,0,0-3.419,3.2c-.648,1.066-.632,2.519.633,3.1a2.873,2.873,0,0,0,3.109-.68c1.153-1.066,1.85-3.257,3.658-3.323l-.423-.737a2.256,2.256,0,0,0,.688,2.838c1.1.887,2.641.611,3.85.126,1.1-.441,2.113-1.205,1.669-2.52-.236-.7-.824-1.258-.863-2.023a3.692,3.692,0,0,1,1-2.328,11.948,11.948,0,0,0,2.374-3.2,3.035,3.035,0,0,0-.605-3.114,3.186,3.186,0,0,0-2.891-1.052,3.953,3.953,0,0,0-2.479,1.94c-.777,1.236-1.223,2.644-2,3.88a12.938,12.938,0,0,1-3.755,3.824c-.276.185-.022.63.262.449Z" style="fill: #dacdb7"/> <path d="M314.846,442.783c2.9-.917,6.707-2.036,9.208.417a3.711,3.711,0,0,1,.657,4.445c-.512.971-1.654,1.657-1.439,2.893.2,1.181,1.544,1.886,1.5,3.135-.052,1.611-1.654,2.636-2.738,3.584a6.624,6.624,0,0,0-2.03,3.037,4.234,4.234,0,0,1-.944,1.967c-.48.4-1.61.559-1.728-.261-.09-.627-1.043-.36-.953.263a1.6,1.6,0,0,0,1.677,1.306,2.494,2.494,0,0,0,2.28-1.4c.743-1.363.85-2.781,2.044-3.9a13.247,13.247,0,0,0,2.854-2.888,3.157,3.157,0,0,0,.112-3.2,16.06,16.06,0,0,1-1.006-1.48c-.39-.906.608-1.584,1.045-2.29a4.7,4.7,0,0,0-1.2-6.315c-2.845-2.113-6.5-1.1-9.561-.113-.507.164-.292.964.221.8Z" style="fill: #dacdb7"/> <path d="M901.414,477.93a38.993,38.993,0,0,1,.176-4.456,6.958,6.958,0,0,1,1.463-4.039c1.934-2.183,5.229-2.167,7.909-2.119a.5.5,0,0,0,0-.989c-2.943-.049-6.49.027-8.6,2.416a7.255,7.255,0,0,0-1.657,4.227,30.5,30.5,0,0,0,.323,4.96c.017.245.391.251.387,0Z" style="fill: #dacdb7"/> <path d="M850.4,487.577a3.61,3.61,0,0,0,3.316-2.661,3.161,3.161,0,0,0-.093-2.07c-.227-.553-.713-.973-.927-1.523a2.212,2.212,0,0,1,1.12-2.6c1.771-1.231,3.988-1.156,5.369-3,.531-.71.885-1.492,2.025-.751a7.671,7.671,0,0,0,1.026.738,3.34,3.34,0,0,0,2.443.037c5.125-1.76,2.4-8.623,6.014-11.554,2.265-1.837,5.222.8,7.564,1.352a7.194,7.194,0,0,0,6.026-.983c2.361-1.76,1.9-4.189,2.1-6.79a5,5,0,0,1,6.233-4.4.5.5,0,0,0,.263-.953,5.971,5.971,0,0,0-5.268,1.11,6.2,6.2,0,0,0-2.232,5.327c.01,1.44.091,2.9-.843,4.1a5.155,5.155,0,0,1-3.817,1.857,9.359,9.359,0,0,1-4.176-.889,13.186,13.186,0,0,0-3.526-1.354,4.436,4.436,0,0,0-4.394,2.7c-1.244,2.4-.769,5.32-2.069,7.678a3.873,3.873,0,0,1-2.906,2.054c-1.354.091-1.8-1.24-2.993-1.422a1.819,1.819,0,0,0-1.647.793c-.293.34-.508.74-.8,1.078a4.818,4.818,0,0,1-2.087,1.281c-1.77.665-4.468,1.47-4.531,3.819-.035,1.3,1.18,2,1.415,3.194a2.925,2.925,0,0,1-2.6,3.4c-.271.017-.277.432,0,.425Z" style="fill: #dacdb7"/> <path d="M911.145,467.064a4.671,4.671,0,0,0,3.868-.578c1.387-.939,1.775-2.566,2.724-3.852,1.223-1.656,3.425-2.736,5.108-3.873,1.752-1.184,3.5-2.385,5.315-3.468a28.285,28.285,0,0,1,5.729-2.721,4.312,4.312,0,0,1,3.295-.055,14.888,14.888,0,0,1,1.971,1.41,3.531,3.531,0,0,0,3.383.718c1.386-.51,2.214-1.868,3.526-2.494,1.512-.723,3.718-.421,5.357-.337,1.075.056,1.445-.616,1.86-1.536.259-.575-.593-1.078-.854-.5-.159.353-.326.938-.715,1.068a5.622,5.622,0,0,1-1.381-.11,12.434,12.434,0,0,0-4.414.4c-1.268.5-2.064,1.645-3.212,2.322-1.683.994-2.909-.345-4.21-1.282-2.738-1.971-6.018-.3-8.676,1.065a97.092,97.092,0,0,0-9.82,6.27,9.686,9.686,0,0,0-3.636,3.638,6.833,6.833,0,0,1-1.767,2.715,3.961,3.961,0,0,1-3.314.7.258.258,0,0,0-.137.5Z" style="fill: #dacdb7"/> <path d="M916.5,428.349a11.973,11.973,0,0,1,.935-5.017,11.336,11.336,0,0,1,.575-1.158c.218-.382.408-.781.91-.715a3.4,3.4,0,0,1,1.826,1.026,3.807,3.807,0,0,1,1.009,1.795c.2.815.089,1.671.23,2.5.12.694.775,1.47.478,2.177a1.8,1.8,0,0,1-1.571,1.022,2.56,2.56,0,0,1-2.581-2.711c.065-.63-.919-.625-.984,0a3.533,3.533,0,0,0,2.784,3.62c1.594.342,3.711-.812,3.379-2.673-.091-.512-.394-.95-.516-1.453a10.432,10.432,0,0,1-.148-1.767,4.893,4.893,0,0,0-.928-2.637c-.9-1.21-3.3-2.811-4.395-1a12.246,12.246,0,0,0-1.648,7c.025.41.656.417.645,0Z" style="fill: #dacdb7"/> <path d="M922.527,413.561c-.207,1.28-.439,2.681.51,3.734a1.913,1.913,0,0,0,2.84.113,4.46,4.46,0,0,0,.931-2.8c.064-1.083-.158-2.521-1.494-2.647a2,2,0,0,0-1.687.759,4.316,4.316,0,0,0-.756,2.076.5.5,0,0,0,.342.6.494.494,0,0,0,.6-.342c.125-.763.285-1.963,1.23-2.121.815-.137.82.975.8,1.509a4.38,4.38,0,0,1-.487,2.1,1.133,1.133,0,0,1-.61.524,1.144,1.144,0,0,1-1.009-.217c-.961-.7-.84-2.107-.693-3.143.047-.337-.464-.488-.52-.143Z" style="fill: #dacdb7"/> <path d="M918.059,427.554a1.544,1.544,0,0,1-.6-.413c-.045-.044-.086-.092-.128-.139-.07-.077.022.051-.028-.038-.015-.028-.031-.054-.046-.081-.068-.121-.153-.231-.218-.354-.033-.061-.063-.124-.091-.188.025.059.013.028,0-.014s-.021-.059-.031-.089a3.082,3.082,0,0,1-.1-.4c0-.014-.021-.121-.009-.047s0-.034,0-.049c-.006-.075-.009-.15-.008-.225s0-.126.01-.188c0-.02.021-.148,0-.023.006-.038.012-.075.019-.113a.475.475,0,0,0-.915-.252,2.645,2.645,0,0,0,.351,2.046,1.941,1.941,0,0,0,.395.474c-.058-.048.012.012.031.028s.057.05.086.075c.072.062.148.12.225.176a2.811,2.811,0,0,0,.9.4.3.3,0,0,0,.161-.584Z" style="fill: #dacdb7"/> <path d="M903.887,320.291l-.069-.481a6.842,6.842,0,0,0,4.308-2.374l.326-.393.112.494a1.9,1.9,0,0,0,1.27,1.358,2.907,2.907,0,0,0,3.118-1.557l.215-.371.218.369a3.471,3.471,0,0,0,4.376,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.377,7.377,0,0,1,903.887,320.291Z" style="fill: #cfb291"/> <path d="M255.218,277.853l-.068-.482A6.838,6.838,0,0,0,259.458,275l.326-.393.112.493a1.9,1.9,0,0,0,1.27,1.359,2.9,2.9,0,0,0,3.117-1.558l.216-.37.218.368a3.471,3.471,0,0,0,4.376,1.207l.238.426a3.979,3.979,0,0,1-4.826-1.065,3.32,3.32,0,0,1-3.493,1.454,2.422,2.422,0,0,1-1.458-1.286A7.382,7.382,0,0,1,255.218,277.853Z" style="fill: #cfb291"/> <path d="M918.026,313.84l-.069-.481a6.836,6.836,0,0,0,4.308-2.373l.326-.394.112.494a1.9,1.9,0,0,0,1.27,1.359,2.909,2.909,0,0,0,3.118-1.558l.215-.37.218.368a3.47,3.47,0,0,0,4.376,1.206l.238.427a3.979,3.979,0,0,1-4.826-1.065,3.32,3.32,0,0,1-3.493,1.454,2.421,2.421,0,0,1-1.457-1.287A7.374,7.374,0,0,1,918.026,313.84Z" style="fill: #cfb291"/> <path d="M757.194,418.214l-.068-.481a6.836,6.836,0,0,0,4.307-2.373l.326-.393.112.493a1.9,1.9,0,0,0,1.271,1.359,2.906,2.906,0,0,0,3.117-1.558l.215-.37.219.368a3.469,3.469,0,0,0,4.376,1.206l.237.427a3.979,3.979,0,0,1-4.826-1.065,3.319,3.319,0,0,1-3.492,1.454A2.419,2.419,0,0,1,761.53,416,7.376,7.376,0,0,1,757.194,418.214Z" style="fill: #cfb291"/> <path d="M778.008,406.563l-.068-.482a6.838,6.838,0,0,0,4.308-2.373l.325-.393.112.493a1.9,1.9,0,0,0,1.271,1.359,2.905,2.905,0,0,0,3.117-1.558l.215-.37.219.369a3.472,3.472,0,0,0,4.376,1.206l.238.426a3.978,3.978,0,0,1-4.827-1.065,3.318,3.318,0,0,1-3.492,1.454,2.419,2.419,0,0,1-1.458-1.286A7.377,7.377,0,0,1,778.008,406.563Z" style="fill: #cfb291"/> <path d="M248.128,286.552l-.068-.482a6.833,6.833,0,0,0,4.307-2.373l.326-.393.112.493a1.9,1.9,0,0,0,1.271,1.359,2.905,2.905,0,0,0,3.117-1.558l.215-.37.219.368A3.471,3.471,0,0,0,262,284.8l.238.426a3.98,3.98,0,0,1-4.827-1.065,3.319,3.319,0,0,1-3.492,1.454,2.419,2.419,0,0,1-1.458-1.286A7.382,7.382,0,0,1,248.128,286.552Z" style="fill: #cfb291"/> <path d="M802.231,426.752l-.068-.481a6.84,6.84,0,0,0,4.307-2.373l.326-.394.112.494a1.9,1.9,0,0,0,1.271,1.359A2.909,2.909,0,0,0,811.3,423.8l.215-.37.219.368A3.469,3.469,0,0,0,816.106,425l.237.427a3.979,3.979,0,0,1-4.826-1.065,3.319,3.319,0,0,1-3.492,1.454,2.421,2.421,0,0,1-1.458-1.287A7.371,7.371,0,0,1,802.231,426.752Z" style="fill: #cfb291"/> <g> <path d="M875.479,374.171a.541.541,0,0,0-.09-.019.294.294,0,0,1-.072-.016.093.093,0,0,1-.049-.037.164.164,0,0,1-.016-.081.292.292,0,0,1,.009-.081.606.606,0,0,1,.047-.1.353.353,0,0,1,.185-.13,1.46,1.46,0,0,1,.224-.046,2.02,2.02,0,0,0,.218-.037.248.248,0,0,0,.16-.107.345.345,0,0,1,.018-.041.575.575,0,0,1,.03-.051c.011-.016.024-.037.04-.065v-.94a.136.136,0,0,0,.021-.044.217.217,0,0,0,.011-.044v-.329a.351.351,0,0,1,0-.037c0-.018.007-.037.011-.057l.014-.058a.176.176,0,0,0,.007-.037v-.162a.42.42,0,0,0-.007-.086l-.014-.067c0-.022-.008-.043-.011-.065a.572.572,0,0,1,0-.079v-.078a.152.152,0,0,0,.009-.035c0-.017.007-.035.012-.053l.012-.049,0-.025c0-.016,0-.051,0-.107s0-.114.006-.176.007-.119.012-.171a.942.942,0,0,1,.012-.1.25.25,0,0,1,.013-.051.2.2,0,0,0,.014-.056v-.319c0-.025.008-.074.014-.146s.013-.15.019-.232.012-.159.018-.233.01-.127.01-.158a.216.216,0,0,0,.025-.062.313.313,0,0,0,.016-.068.671.671,0,0,0-.03-.192.755.755,0,0,0-.086-.187.72.72,0,0,0-.134-.158.493.493,0,0,0-.176-.1.181.181,0,0,0-.046-.012l-.079-.016-.078-.019a.176.176,0,0,1-.051-.018l-.024-.019-.039-.03-.041-.03-.026-.018-.028-.007a.319.319,0,0,0-.051-.012l-.051-.009-.027,0a.3.3,0,0,1-.1-.069,1.388,1.388,0,0,1-.118-.123,1.3,1.3,0,0,1-.1-.13.2.2,0,0,1-.042-.095.127.127,0,0,1,0-.037.052.052,0,0,1,0-.023.2.2,0,0,1,.025-.044c.014-.02.029-.041.047-.062s.033-.042.048-.061a.313.313,0,0,1,.037-.037.5.5,0,0,0,.07-.016.43.43,0,0,1,.092-.016h.713a.506.506,0,0,1,.1-.021l.088,0a.4.4,0,0,1,.2.049.664.664,0,0,1,.155.12,1.492,1.492,0,0,1,.132.158,1.882,1.882,0,0,0,.127.155.254.254,0,0,0,.037.039c.022.02.045.043.07.069s.047.05.069.072l.042.042a.543.543,0,0,1,.1.162.573.573,0,0,0,.1.162,1.016,1.016,0,0,0,.187.178,1.461,1.461,0,0,1,.2.174,2.451,2.451,0,0,1,.185.236c.068.1.139.192.213.289a3.436,3.436,0,0,0,.223.266.663.663,0,0,0,.217.167,2.67,2.67,0,0,0,.313.454,3.634,3.634,0,0,0,.386.389c.022.04.047.085.074.136a.664.664,0,0,0,.088.128.459.459,0,0,0,.1.069q.058.029.114.06a.382.382,0,0,1,.1.077.182.182,0,0,1,.044.113c.015.013.041.036.079.072s.075.074.115.116l.114.118c.035.037.061.061.076.074a.506.506,0,0,1,.065.088.44.44,0,0,0,.051.074.213.213,0,0,0,.067.051.265.265,0,0,0,.109.018.321.321,0,0,0,.078-.009c.025-.006.041-.028.047-.065a2.241,2.241,0,0,0,.1-.368,2.2,2.2,0,0,0,.032-.382v-.148a.411.411,0,0,0-.011-.062.421.421,0,0,1-.012-.072.144.144,0,0,1-.009-.07c0-.043,0-.087,0-.132s0-.07,0-.076a1.1,1.1,0,0,1-.014-.148q0-.1-.009-.216t-.009-.21c0-.065-.006-.11-.009-.134s0-.045,0-.079-.006-.07-.009-.107-.007-.072-.01-.1a.367.367,0,0,0-.009-.062.232.232,0,0,0-.011-.056.132.132,0,0,0-.021-.046v-.8a.1.1,0,0,0-.01-.033.062.062,0,0,0-.023-.032,1.748,1.748,0,0,0-.169-.264.42.42,0,0,0-.243-.162.2.2,0,0,1-.039-.007l-.06-.014-.058-.014a.17.17,0,0,1-.037-.011.091.091,0,0,1-.026-.012l-.041-.025-.04-.026a.08.08,0,0,0-.023-.011,1.03,1.03,0,0,1-.15-.125.233.233,0,0,1-.049-.186.173.173,0,0,1,.032-.088.335.335,0,0,1,.063-.062.283.283,0,0,1,.067-.037l.046-.016.04,0,.062,0h.084l1.018.065a3.228,3.228,0,0,0,.438-.032,3.1,3.1,0,0,1,.442-.033s.015.006.044.009a.119.119,0,0,1,.053.014.34.34,0,0,0,.1.021.222.222,0,0,1,.07.014.079.079,0,0,1,.041.049.369.369,0,0,1,.014.125.2.2,0,0,1-.039.125.32.32,0,0,1-.1.085.627.627,0,0,1-.129.058l-.125.042a.649.649,0,0,0-.065.021c-.04.014-.066.024-.079.03s-.056.029-.1.051a.951.951,0,0,0-.113.074c-.025.024-.049.05-.072.076s-.042.047-.058.063a.262.262,0,0,0-.062.125,1.388,1.388,0,0,0-.03.148c0,.025,0,.065,0,.122s-.006.118-.009.183-.006.127-.009.186-.007.1-.01.125v.407a.187.187,0,0,1-.016.049.186.186,0,0,0-.016.048v.153a.83.83,0,0,0,.021.194.889.889,0,0,1,.021.2v.088a.429.429,0,0,1-.01.086.2.2,0,0,1-.032.076v.551a.24.24,0,0,1,0,.033c0,.015,0,.032-.007.051a.354.354,0,0,1-.007.05l0,.028v.449a.483.483,0,0,1-.016.063.305.305,0,0,0-.017.072.5.5,0,0,0-.009.06c0,.027-.007.057-.011.088s-.009.059-.012.085a.339.339,0,0,1-.009.054v.208a2.079,2.079,0,0,0,.037.394,2.145,2.145,0,0,1,.037.393v.023a.357.357,0,0,1-.016.072.34.34,0,0,0-.017.067.255.255,0,0,0-.009.081v.252a.265.265,0,0,0,.009.084c-.043.043-.085.087-.127.132a.206.206,0,0,1-.155.067.052.052,0,0,1-.023,0,.02.02,0,0,1-.014,0,.743.743,0,0,1-.232-.121,1.3,1.3,0,0,1-.187-.176c-.057-.064-.112-.132-.164-.2s-.107-.139-.163-.2c-.009-.012-.033-.039-.071-.081l-.123-.132-.12-.13-.07-.074a3.876,3.876,0,0,1-.315-.4q-.142-.208-.3-.4a.068.068,0,0,0-.023-.042c-.01-.006-.027-.02-.054-.041l-.083-.07-.081-.069c-.025-.022-.04-.035-.046-.042a.247.247,0,0,1-.023-.039l-.04-.072c-.014-.025-.028-.048-.041-.072s-.023-.037-.026-.044a.029.029,0,0,1-.014-.013c-.009-.01-.014-.016-.014-.019s-.011-.006-.025-.018a.558.558,0,0,0-.049-.04l-.053-.041a.26.26,0,0,0-.035-.026.315.315,0,0,1-.06-.072.919.919,0,0,1-.042-.083c-.012-.029-.025-.059-.039-.088a.39.39,0,0,0-.053-.081.28.28,0,0,0-.042-.046l-.079-.081a1.031,1.031,0,0,0-.081-.081c-.026-.025-.044-.04-.053-.047a.585.585,0,0,1-.037-.048.165.165,0,0,1-.028-.049.2.2,0,0,0-.057-.055l-.07-.045c-.023-.013-.046-.027-.067-.041a.314.314,0,0,1-.06-.049.14.14,0,0,1-.017-.03.262.262,0,0,0-.03-.053l-.034-.051a.1.1,0,0,0-.026-.028.128.128,0,0,0-.023-.032.443.443,0,0,0-.032-.037.307.307,0,0,1-.035-.021.545.545,0,0,1-.051-.037l-.049-.042c-.015-.014-.023-.024-.023-.03a.2.2,0,0,1-.051-.042l-.081-.081-.081-.08a.394.394,0,0,0-.051-.047.423.423,0,0,0-.071-.074.141.141,0,0,0-.091-.028.115.115,0,0,0-.09.049.462.462,0,0,0-.067.113.866.866,0,0,0-.044.13.433.433,0,0,0-.016.1c0,.043,0,.078,0,.1s0,.053,0,.081v.123c0,.026,0,.051,0,.076s0,.056,0,.093a.392.392,0,0,0,.009.058c.006.029.012.06.018.092s.013.063.019.09a.383.383,0,0,1,.009.051.212.212,0,0,1,.009.077v.136c0,.056,0,.114,0,.174s0,.117,0,.169,0,.1,0,.139,0,.068,0,.083c.006.031.012.055.016.072a.47.47,0,0,1,.012.051.255.255,0,0,1,0,.035c0,.006,0,.033,0,.083s0,.091,0,.125a1.082,1.082,0,0,1-.021.218,1.072,1.072,0,0,0-.021.217.766.766,0,0,0,.016.146.736.736,0,0,1,.017.155.347.347,0,0,1-.017.107.392.392,0,0,0-.016.111.47.47,0,0,0,.079.3.429.429,0,0,0,.2.136,1.243,1.243,0,0,0,.273.058,1.1,1.1,0,0,1,.287.072.409.409,0,0,1,.134.093c.034.037.074.083.121.139a.118.118,0,0,1,.037.062.5.5,0,0,1,0,.072v.083a.068.068,0,0,1-.041.017l-.061,0-.06,0a.06.06,0,0,0-.037.011c-.037.016-.069.028-.1.037a.4.4,0,0,1-.074.021.311.311,0,0,1-.067.007h-.181a2.162,2.162,0,0,1-.312-.023,2.176,2.176,0,0,0-.313-.023,2.619,2.619,0,0,0-.345.023,2.526,2.526,0,0,1-.335.023h-.079a.858.858,0,0,0-.09-.009c-.045,0-.091-.006-.139-.007l-.137-.007A.643.643,0,0,1,875.479,374.171Z" style="fill: #dacdb7"/> <g> <path d="M897.254,397.75a54.838,54.838,0,0,0-9.613-.344c-3.509.1-7.027.249-10.518.437-5.807.305-11.328.739-17.129.025-.327-.037-.437.144-.18.216a28.2,28.2,0,0,0,7.977.826c2.869-.032,5.774-.278,8.273-.384,6.983-.293,14.052-.488,21.013-.356C897.688,398.177,897.923,397.846,897.254,397.75Z" style="fill: #dacdb7"/> <path d="M879.351,383.4a13.586,13.586,0,0,0-10.494,3.877,15.306,15.306,0,0,0-4.4,10.5,14.7,14.7,0,0,0,1.141,6.2,12.381,12.381,0,0,0,4.022,4.869,14.458,14.458,0,0,0,11.982,2.426,14.661,14.661,0,0,0,8.277-5.74,14.215,14.215,0,0,0,2.526-9.512,14.937,14.937,0,0,0-1.226-4.809,12.35,12.35,0,0,0-2.812-4.1,17.53,17.53,0,0,0-4.316-2.557,8.782,8.782,0,0,0-4.955-1.106c-.794.166-.914.448-.326.308a6.95,6.95,0,0,1,4.012.747c.661.293,1.317.638,1.994.993a22.612,22.612,0,0,1,1.973,1.127,9.5,9.5,0,0,1,3.052,3.331,14.341,14.341,0,0,1,1.7,4.422,13.718,13.718,0,0,1-7.73,15.463,13.517,13.517,0,0,1-11.62-.269,13.1,13.1,0,0,1-4.633-3.775,11.38,11.38,0,0,1-2.173-5.544,15.146,15.146,0,0,1,3.084-11.37,13.681,13.681,0,0,1,10.547-5.074C880.379,383.862,880.953,383.606,879.351,383.4Z" style="fill: #dacdb7"/> <path d="M877.929,380.026c-.2,6.026-.284,12.085-.188,18.141s.353,12.1.669,18.116c0,.074.046.073.045,0-.079-6.023-.063-12.072.037-18.116q.185-9.091.369-18.118C878.882,378.527,877.978,378.5,877.929,380.026Z" style="fill: #dacdb7"/> <path d="M877.855,384.109a21.715,21.715,0,0,0-1.1,3.877c-.336,1.433-.736,2.863-1.087,4.3-.139.594-.278,1.191-.416,1.784l-.2.893a.816.816,0,0,0,.054.54,1.392,1.392,0,0,0,.333.363,21.609,21.609,0,0,1,2.544,2.594.121.121,0,0,0,.209-.114,6.855,6.855,0,0,0-2.047-2.737l-.339-.3c-.106-.091-.11-.1-.117-.078-.054.009.042-.4.1-.666.118-.581.234-1.144.373-1.655a58.143,58.143,0,0,0,2.1-8.661C878.291,384,877.972,383.845,877.855,384.109Z" style="fill: #dacdb7"/> <g> <path d="M878.205,398.293l-2.436,2.341a.621.621,0,0,0-.19.263.627.627,0,0,0,.048.355,55.568,55.568,0,0,1,2.6,10.052" style="fill: #dacdb7"/> <path d="M878.557,411.1a10.12,10.12,0,0,0-.533-3.654c-.362-1.3-.757-2.592-1.238-3.844-.2-.521-.415-1.029-.633-1.53l-.325-.75c-.122-.284-.2-.4.012-.6a17.52,17.52,0,0,1,2.4-2.219c.1-.076,0-.236-.113-.207a5.607,5.607,0,0,0-2.549,1.736c-.1.112-.162.17-.3.337a1,1,0,0,0-.2.4.885.885,0,0,0,.019.443,3.466,3.466,0,0,0,.179.424l.171.364c.223.483.437.953.6,1.4a76.34,76.34,0,0,1,2.087,7.7C878.182,411.326,878.533,411.36,878.557,411.1Z" style="fill: #dacdb7"/> </g> <path d="M878.4,398.484a13.791,13.791,0,0,0,2.647,2.973c.139.11.286.224.393.318l.031.028.01.008a1.842,1.842,0,0,1,.205-.172l.123-.074a.075.075,0,0,1,.06-.034l.019,0,.009,0c-.981-.207-.272-.057-.491-.1h0l0,.009,0,.016-.013.064-.051.256c-.064.342-.154.683-.241,1.025-.177.683-.393,1.364-.6,2.047-.7,2.291-1.362,4.458-2.168,6.741a.121.121,0,0,0,.207.114,8.549,8.549,0,0,0,1.442-2.949c.355-1.106.635-2.283.972-3.259.235-.682.474-1.366.694-2.06.107-.349.212-.7.3-1.053.051-.175.087-.356.129-.534.022-.1.039-.156.063-.291a.285.285,0,0,0-.049-.18l-.039-.051-.058-.062-.108-.1-.419-.354-.2-.17c-.028-.023-.064-.063-.061-.056.042.11.011.034.008,0a.4.4,0,0,0-.06-.131c-.173-.18-.211-.139-.242-.187l-.19-.188-.386-.378c-.517-.5-1.043-1-1.583-1.468C878.561,398.067,878.254,398.241,878.4,398.484Z" style="fill: #dacdb7"/> <g> <path d="M878.383,397.926c.7-.894,1.77-1.94,2.472-2.835.12-.154.606-.366.648-.557s-.366-.357-.417-.556l-2.474-9.8c-.019-.076-.055-.167-.133-.174s-.312.034-.242,0" style="fill: #dacdb7"/> <path d="M878.41,384.369a.219.219,0,0,1,.043.011l0,0,0-.167.011-.111a.356.356,0,0,1-.179.13l-.087.036,0,.006s0,.028,0,.049l.011.125c.015.168.035.335.059.5.049.332.114.662.19.99.152.656.348,1.305.535,1.953.41,1.413.8,2.839,1.246,4.241.19.575.382,1.153.572,1.727l.036.106a1.037,1.037,0,0,0,.058.15.775.775,0,0,0,.21.221c.141.081.214.2.245.162-.03,0-.132.15-.25.222a1.766,1.766,0,0,0-.361.318,20.424,20.424,0,0,1-2.423,2.671.121.121,0,0,0,.135.2,6.981,6.981,0,0,0,2.609-2.188l.14-.189.068-.1c-.006.008-.03.023-.01,0,.055-.059.191-.154.33-.272a1.44,1.44,0,0,0,.254-.269.68.68,0,0,0,.124-.373.623.623,0,0,0-.116-.37,1.408,1.408,0,0,0-.392-.336c.027.117-.048-.1-.092-.221l-.143-.4c-.091-.267-.176-.527-.25-.779-.409-1.409-.765-2.843-1.137-4.271-.186-.714-.376-1.427-.579-2.135l-.316-1.057-.167-.525-.086-.262a.5.5,0,0,0-.074-.15.2.2,0,0,0-.183-.076.246.246,0,0,0-.156.079l-.053.063c0,.006-.017.009-.028.012.006,0-.028.007-.059-.04a.1.1,0,0,1-.008-.076c.052-.088.018-.051.03-.082a.06.06,0,0,0-.031-.065c-.024,0-.01-.029-.079.016a.252.252,0,0,0-.075.123.259.259,0,0,0,.126.274.489.489,0,0,0,.106.046A.633.633,0,0,0,878.41,384.369Z" style="fill: #dacdb7"/> </g> <path d="M892.22,397.542c-1.221-.481-2.5-.761-3.781-1.133-1.395-.406-2.785-.906-4.208-1.306-.594-.163-1.185-.311-1.777-.436l-.887-.178-.11-.021-.055-.011c-.015-.007-.133-.009-.155.017a.483.483,0,0,0-.2.249c-.065.148-.109.288-.164.421l-1.163,1.3a17.781,17.781,0,0,1-1.3,1.273.121.121,0,0,0,.124.2,4.947,4.947,0,0,0,1.414-.871,8.46,8.46,0,0,0,.63-.6l.3-.328c.1-.125.171-.188.148-.176h-.009l.074-.037a.7.7,0,0,0,.132-.093l.062-.067a.912.912,0,0,0,.127-.193,2.232,2.232,0,0,0,.109-.257c.046-.137.113-.3.106-.309s-.022.024-.041.032a.4.4,0,0,1-.075.047.6.6,0,0,1-.132.036.4.4,0,0,1-.155-.013l.027,0,.054.009.217.036.431.072a15.291,15.291,0,0,1,1.623.37c2.784.823,5.534,2.163,8.5,2.378C892.353,397.974,892.482,397.649,892.22,397.542Z" style="fill: #dacdb7"/> <g> <path d="M877.67,398.094l-2.464-2.311a.46.46,0,0,0-.625-.109,55.221,55.221,0,0,1-9.912,2.95" style="fill: #dacdb7"/> <path d="M864.894,398.945a10.58,10.58,0,0,0,3.613-.668c1.283-.4,2.563-.828,3.8-1.352q.768-.332,1.5-.692l.732-.36c.276-.137.381-.212.592-.008a17.446,17.446,0,0,1,2.333,2.276c.081.1.236-.015.2-.124a5.6,5.6,0,0,0-1.86-2.449l-.347-.282a1.006,1.006,0,0,0-.4-.186.888.888,0,0,0-.451.031,3.132,3.132,0,0,0-.42.2l-.353.187c-.469.244-.927.477-1.366.653-2.454.99-5.068,1.584-7.6,2.343C864.644,398.582,864.63,398.934,864.894,398.945Z" style="fill: #dacdb7"/> </g> <path d="M877.875,398.364a.252.252,0,0,1-.118.152c-.051.036-.149.092-.256.15-.231.119-.524.247-.829.422a2.835,2.835,0,0,0-.9.763l-.276.377c-.08.111-.2.232-.144.18a.689.689,0,0,0-.2.14l-.075.079-.093.112-.054.065c0,.006-.011-.01.009.014l.08.089c.054.07.1.118.122.161a.381.381,0,0,1,.054.113.035.035,0,0,1,0,.027c-.068.43.092-.584.075-.48h-.015l-.515-.071c-.343-.053-.688-.107-1.032-.172l-2.07-.4c-2.313-.441-4.515-.779-6.795-1.444-.13-.038-.2.141-.1.214a7.348,7.348,0,0,0,3.02,1.174c1.123.227,2.3.358,3.291.579l2.076.472,1.049.216.527.1.265.044.133.022.033,0,.016,0a.343.343,0,0,0,.1,0,.353.353,0,0,0,.158-.08,2.1,2.1,0,0,0,.207-.221l.063-.066-.018.009a.155.155,0,0,1-.036.01l.043-.013a.407.407,0,0,0,.12-.062,2.422,2.422,0,0,0,.4-.436,2.6,2.6,0,0,1,.677-.729c.271-.2.583-.368.882-.576a1.924,1.924,0,0,0,.416-.383.7.7,0,0,0,.143-.562A.219.219,0,0,0,877.875,398.364Z" style="fill: #dacdb7"/> <g> <path d="M878.657,398.214c.929.654,1.89,2.1,2.82,2.757a.993.993,0,0,0,1.124.173l9.655-2.979c.075-.023.164-.064.167-.142s-.16-.073-.122-.005" style="fill: #dacdb7"/> <path d="M892.378,398.02c-.017,0,.033,0-.057,0,0,0,0,0,0,0a.184.184,0,0,1-.059-.052.7.7,0,0,1-.09-.148c-.038-.084-.015-.029-.032-.048-.065,0-.16.017-.238.028-.164.023-.326.05-.488.082-.324.064-.645.145-.963.237-.637.182-1.264.408-1.89.625-1.367.476-2.746.932-4.1,1.442l-1.665.652a2.247,2.247,0,0,1-.761.23,1.651,1.651,0,0,1-.707-.352,25.414,25.414,0,0,1-2.461-2.562.121.121,0,0,0-.191.141,7.751,7.751,0,0,0,1.96,2.716,4.067,4.067,0,0,0,.844.563,1.289,1.289,0,0,0,.676.131,1.838,1.838,0,0,0,.534-.148c.536-.227,1.051-.445,1.539-.615,1.362-.475,2.751-.9,4.135-1.335.691-.22,1.381-.443,2.066-.679l1.022-.364.507-.192.252-.1c.074-.037.194-.049.264-.184a.109.109,0,0,0-.045-.142.081.081,0,0,0-.092.02c-.023.064-.023.024.012.026.024-.015-.014.01-.029.007s.03.037.028.065S892.357,398.024,892.378,398.02Z" style="fill: #dacdb7"/> </g> <path d="M878.657,416.882c.2-6.025.283-12.084.188-18.14s-.354-12.1-.669-18.117c0-.074-.047-.072-.046,0q.12,9.034-.036,18.116-.186,9.09-.37,18.118C877.7,418.382,878.607,418.406,878.657,416.882Z" style="fill: #dacdb7"/> <path d="M876.676,387.937a4.806,4.806,0,0,0-3.54.77,8.361,8.361,0,0,0-2.83,2.743c-1.153,1.876-1.434,3.874-2.011,5.889-.036.115.143.178.215.1a6.708,6.708,0,0,0,1.127-2.612,10.669,10.669,0,0,1,.985-2.681,8.1,8.1,0,0,1,6-3.776C876.836,388.34,876.931,388,876.676,387.937Z" style="fill: #dacdb7"/> <path d="M877.349,407.559c-.962-.411-1.937-.611-2.889-1a10.48,10.48,0,0,1-2.839-1.769,7.134,7.134,0,0,1-2.811-4.741c-.009-.108-.2-.1-.235,0a3.29,3.29,0,0,0,.448,2.755,10.876,10.876,0,0,0,1.879,2.186,9.523,9.523,0,0,0,6.347,2.987C877.458,407.981,877.556,407.648,877.349,407.559Z" style="fill: #dacdb7"/> <path d="M888.748,396.45a4.483,4.483,0,0,0-.736-3.528,10.6,10.6,0,0,0-2.6-2.878,11.6,11.6,0,0,0-5.72-2.24c-.123-.014-.145.174-.051.229a15.506,15.506,0,0,0,2.536,1.013,9.517,9.517,0,0,1,2.518,1.246,8.822,8.822,0,0,1,3.624,6.087C888.339,396.589,888.677,396.7,888.748,396.45Z" style="fill: #dacdb7"/> <path d="M888.068,399.563c-.4.961-.613,1.928-1.026,2.865a9.188,9.188,0,0,1-1.907,2.729,8.454,8.454,0,0,1-2.244,1.671,5.312,5.312,0,0,1-2.758.588c-.108-.007-.13.183-.039.232a3.205,3.205,0,0,0,2.8-.092,9.742,9.742,0,0,0,2.376-1.666,8.6,8.6,0,0,0,3.213-6.23A.225.225,0,0,0,888.068,399.563Z" style="fill: #dacdb7"/> </g> </g> <text transform="translate(255.676 96.27)" style="font-size: 36px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica;letter-spacing: 0.1499972873263889em">P<tspan x="26.3" y="0" style="letter-spacing: 0.1426730685763889em">R</tspan><tspan x="55.378" y="0" style="letter-spacing: 0.13682725694444445em">O</tspan><tspan x="85.81" y="0">VI</tspan><tspan x="134.244" y="0" style="letter-spacing: 0.1377902560763889em">D</tspan><tspan x="166.029" y="0">E</tspan><tspan x="196.917" y="0" style="letter-spacing: 0.14024522569444445em">N</tspan><tspan x="231.515" y="0">CE, RI 1772</tspan></text> <g id="Key"> <g style="mix-blend-mode: multiply"> <path d="M47.31,442.688c.024-.1.591-.177,1.625-.243s2.543-.126,4.537-.168l7.049-.1,2.175-.016,2.259,0,4.849.023,2.665.018,2.732.051c1.835.041,3.576.066,5.486.041s3.942-.065,6.069-.064l6.271-.055,6.579-.043,3.379-.02,3.46.042c1.133.019,2.247.036,3.342.034l3.437-.008,3.481-.012c1.193,0,2.267-.01,3.4-.046,2.019-.056,4.215-.156,6.41-.158l6.315-.026c1.017,0,2.189-.014,3.244,0l3.122.036c1.026.011,1.941.013,2.962,0l3.055-.031L157,441.813l10.872-.082,4.987-.028,4.632-.007,4.19-.008,3.708-.048,3.439-.031,2.7-.014,3.89-.029,1.431,0,1.459.021,2.659.08,2.355.079,2.2.046,4.245.078c1.327.033,2.494.054,3.66.1,2.26.1,3.915.222,5.063.319a5.309,5.309,0,0,1,1.747.261,6.2,6.2,0,0,1-1.917.179c-1.227.039-3.011.034-5.115.043l-3.578.037-4.236.026c-.719,0-1.6,0-2.455-.01l-2.534-.057-2.469-.057-1.2-.013-1.286,0-3.772.019-2.855,0-3.141.012-3.819.03-4.23-.015-4.574-.021-4.931,0-10.766.009-11.708.056-3.038.01c-.982.005-2.153,0-3.2-.017-2.145-.035-4.1-.091-6.1-.085l-6.306-.021c-1.09-.008-2.018,0-3.048.02l-3.144.074-1.817.032-.928.006-.874,0-3.488,0h-3.466c-1.223,0-2.409-.012-3.558-.029l-3.338-.042-3.311.027-6.557.073-6.368.1c-2.038.011-3.963.068-5.992.107-2,.045-4.119.039-5.961.01l-2.679-.032-2.528,0-4.914,0-2.263,0-2.074.011-3.9.024-1.777-.01-1.512-.015c-1.934-.015-3.52-.038-4.595-.1S47.285,442.789,47.31,442.688Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M47.31,469.173c.024-.1.591-.177,1.625-.243s2.543-.126,4.537-.168l7.049-.1,2.175-.016,2.259,0,4.849.023,2.665.018,2.732.051c1.835.041,3.576.066,5.486.041s3.942-.065,6.069-.064l6.271-.055,6.579-.043,3.379-.02,3.46.042c1.133.019,2.247.036,3.342.035l3.437-.009,3.481-.012c1.193,0,2.267-.01,3.4-.046,2.019-.056,4.215-.156,6.41-.158l6.315-.026c1.017,0,2.189-.014,3.244,0l3.122.036c1.026.011,1.941.014,2.962,0l3.055-.031L157,468.3l10.872-.082,4.987-.028,4.632-.007,4.19-.008,3.708-.048q1.822-.015,3.439-.031l2.7-.014,3.89-.029,1.431,0,1.459.022,2.659.079,2.355.079,2.2.046,4.245.079c1.327.032,2.494.053,3.66.1,2.26.1,3.915.222,5.063.319a5.309,5.309,0,0,1,1.747.261,6.2,6.2,0,0,1-1.917.179c-1.227.039-3.011.034-5.115.043l-3.578.037-4.236.026c-.719,0-1.6,0-2.455-.01l-2.534-.056-2.469-.058-1.2-.013-1.286,0-3.772.019-2.855,0-3.141.012-3.819.03-4.23-.015-4.574-.021-4.931,0-10.766.008-11.708.056-3.038.01c-.982.006-2.153,0-3.2-.016-2.145-.036-4.1-.092-6.1-.086l-6.306-.021c-1.09-.008-2.018,0-3.048.02l-3.144.074-1.817.032-.928.006-.874,0-3.488,0h-3.466c-1.223,0-2.409-.011-3.558-.029l-3.338-.042-3.311.027q-3.328.036-6.557.074l-6.368.1c-2.038.011-3.963.068-5.992.107-2,.045-4.119.039-5.961.01l-2.679-.031-2.528,0-4.914,0-2.263,0-2.074.011-3.9.024-1.777-.01-1.512-.014c-1.934-.016-3.52-.039-4.595-.1S47.285,469.274,47.31,469.173Z" style="fill: #d5ba9e"/> </g> <g style="mix-blend-mode: multiply"> <path d="M85.97,442.605c.057,0,.1.092.135.254a5.112,5.112,0,0,1,.094.709c.015.305.033.676.053,1.1q0,.163.009.339c0,.115,0,.232,0,.353,0,.241-.008.494-.012.758,0,.129-.007.271-.01.417s-.019.283-.029.427a6.751,6.751,0,0,0-.022.857c.01.3.036.616.035.948.01.309.02.639.031.98s.016.68.024,1.028c0,.175.007.344.011.528l-.023.541c-.011.177-.02.351-.02.522l.005.537.007.544a5.121,5.121,0,0,0,.025.531c.031.315.087.658.088,1s.01.66.015.987c0,.159.008.342,0,.507l-.02.488c-.006.16-.008.3,0,.463s.011.319.017.477c.026.63.052,1.249.077,1.843s.031,1.164.045,1.7q.009.4.016.779c0,.251,0,.493,0,.724s0,.458,0,.655.018.391.027.579.011.369.017.538c0,.151.006.291.008.421.007.259.012.467.016.608,0,.074,0,.147,0,.223s-.009.153-.012.228c-.015.142-.031.282-.045.416s-.031.255-.044.368-.016.224-.025.344c-.016.234-.03.455-.044.663s-.03.39-.058.572a5.834,5.834,0,0,1-.177.792c-.056.178-.1.275-.146.272s-.08-.106-.1-.3-.019-.471-.024-.8c-.006-.157-.013-.358-.02-.559s-.01-.428-.015-.662c0-.113,0-.25.006-.384s.021-.263.031-.4.022-.262.032-.386l.008-.187v-.2c0-.13-.006-.325-.011-.589,0-.132,0-.28,0-.446,0-.147,0-.308-.007-.491s-.011-.38-.017-.6.006-.429.009-.661.007-.467.011-.714,0-.506,0-.771c0-.531,0-1.094-.005-1.682s-.02-1.2-.031-1.83l-.006-.475c0-.153,0-.336.01-.5.019-.335.05-.641.047-.953s.008-.655.012-.985a4.692,4.692,0,0,0-.011-.477l-.041-.491-.018-.284,0-.145v-.136l0-.545v-.542c0-.191.006-.376.016-.556l.023-.522c0-.162-.01-.344-.015-.517-.014-.347-.027-.689-.041-1.025s-.038-.665-.056-1-.038-.619-.06-.936a7.268,7.268,0,0,1,0-.932c.006-.146.012-.286.017-.418l0-.395c0-.268,0-.524,0-.768,0-.121,0-.239,0-.354l-.006-.324c0-.213-.009-.417-.013-.609,0-.095,0-.191,0-.278s.006-.161.008-.236a5.147,5.147,0,0,1,.054-.718C85.867,442.689,85.914,442.6,85.97,442.605Z" style="fill: #d5ba9e"/> </g> <rect id="CobbleryQ" x="98.531" y="451.499" width="7.859" height="7.859" transform="translate(-292.027 205.843) rotate(-45)" style="fill: #ef6e55"/> <text transform="translate(111.338 460.195)" style="font-size: 14px;fill: #b89a76;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(56.027 460.152)" style="font-size: 14px;fill: #b89a76;font-family: IM_FELL_DW_Pica_Italic, IM FELL DW Pica">Key</text> </g> <path d="M92.194,42.566c6.5,5.778,37.75,17.574,43.825,13.512,3.985-2.665,7.659-11.274,4.562-22.047-1.623-5.649-5.109-11.892-11.387-18.186l-6.166,7.944-1-7.061-22,17.974" style="fill: #b59777;opacity: 0.99"/> <path id="corner" d="M10.16,88.856C39.842,51.44,67.536,22.671,85.8,7.331a39.289,39.289,0,0,1,9.654-6.2A14.288,14.288,0,0,1,99.067,0,24.135,24.135,0,0,0,91.74,7.632C89.3,11.785,87.984,17.507,91.4,24.49c.627,1.282-2.028,6.047-1.06,7.412,2.061,2.9,8.358,2.268,11.62,4.91a91.7,91.7,0,0,0,8.553,6.076c2.81,1.781,4.263,4.639,7.009,6.126a87.491,87.491,0,0,0,18.5,7.064s-4.6,2.438-11.957,6.346c-.669.356-18.049-9.274-18.049-9.274s14.208,11.316,13.28,11.809c-9.021,4.8-20.794,11.069-33.021,17.612-1.257.673-4.272-1.726-5.537-1.049-.562.3.626,3.678.063,3.98l-41.1,28.32-7-4.814-.5,6.74-15,13.963-14.5-19.74Z" style="fill: url(#parchment_gradient)"/> </g> <g id="Paths"> <polygon points="731.909 387.647 698.305 316.756 699.75 316.07 731.919 383.931 763.628 317.869 765.07 318.561 731.909 387.647" style="fill: #ba9c76"/> <polygon points="719.525 378.03 453.609 378.03 453.609 177.21 455.209 177.21 455.209 376.43 719.525 376.43 719.525 378.03" style="fill: #ba9c76"/> <rect x="457.515" y="271.014" width="150.015" height="1.6" style="fill: #ba9c76"/> </g> <g id="Captain_sQuarters" data-name="Captain'sQuarters"> <g id="_Rectangle_" data-name="<Rectangle>"> <g id="Blank_box" data-name="Blank box"> <path d="M788.642,426.414H677.823V358.136l10-10h90.819l10,10Z" style="fill: #fbf6f0"/> <path d="M789.042,426.814H677.424V355.97l8.234-8.235h95.149l8.235,8.235Zm-110.818-.8H788.242V356.3l-7.766-7.766H685.989l-7.765,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="Captain_sQuartersOn" data-name="Captain'sQuartersOn"> <g id="scene"> <polygon points="788.337 411.339 753.099 399.328 677.989 411.699 677.989 426.866 788.337 426.806 788.337 411.339" style="fill: #966144"/> <polygon points="753.099 399.328 776.197 348.63 686.052 348.565 678.052 356.565 677.839 413.651 691.872 411.499 711.006 407.672 727.269 403.846 740.237 401.773 753.099 399.328" style="fill: #b29d7d"/> <polygon points="788.337 360.955 770.16 361.433 753.099 399.328 788.337 411.339 788.337 360.955" style="fill: #8a6a4e"/> <polygon points="776.219 382.32 781.002 367.333 779.009 363.745 774.624 363.586 771.515 365.818 765.616 380.726 776.219 382.32" style="fill: #f8f3ea"/> <polygon points="788.337 364.941 785.786 366.296 781.72 382.958 788.337 384.154 788.337 364.941" style="fill: #f8f3ea"/> <polygon points="776.697 383.676 775.262 386.466 763.516 384.34 764.898 381.683 776.697 383.676" style="fill: #7c5843"/> <polygon points="780.045 384.42 779.036 386.904 788.337 389.23 788.337 386.147 780.045 384.42" style="fill: #7c5843"/> <polygon points="712.122 361.752 710.687 362.709 710.368 374.029 710.208 407.832 711.643 407.353 712.122 361.752" style="fill: #876546"/> <polygon points="699.162 348.367 698.569 354.577 699.685 355.534 702.954 355.135 706.257 348.367 699.162 348.367" style="fill: #876546"/> <polygon points="729.501 350.91 729.023 357.606 732.212 359.201 734.285 358.882 734.604 350.591 729.501 350.91" style="fill: #876546"/> <polygon points="752.143 354.577 752.78 362.868 756.368 364.064 759.796 356.969 752.143 354.577" style="fill: #876546"/> <polygon points="762.188 359.201 761.869 363.984 764.101 364.462 766.333 360.157 762.188 359.201" style="fill: #bb965f"/> <polygon points="766.652 360.955 756.448 356.251 747.2 355.374 727.428 351.069 714.179 348.48 781.002 348.48 788.661 356.438 788.337 357.766 766.652 360.955" style="fill: #514436"/> <polygon points="788.337 357.766 765.217 360.211 763.622 364.462 766.811 365.313 768.725 362.124 788.337 361.486 788.337 357.766" style="fill: #7c654a"/> <g> <polygon points="702.714 349 702.954 355.371 706.461 356.459 707.498 355.76 707.578 351.409 709.411 351.72 710.527 350.166 710.527 348.592 702.564 348.592 702.714 349" style="fill: #423625"/> <polyline points="718.875 348.592 733.327 352.141 733.169 359.179 736.198 359.8 736.995 356.071 741.938 354.517 741.699 353.04 753.164 350.634 762.643 354.524 758.52 355.061 756.448 356.459 756.368 364.074 757.803 364.463 759.397 361.588 764.021 360.111 765.456 357.703 768.972 357.476 775.103 360.526 777.335 360.422 777.175 359.023 773.546 357.181 780.49 356.732 784.271 359.8 786.104 359.645 785.945 358.324 784.281 356.488 788.337 356.226 784.006 351.812 780.153 352.242 776.127 348.592 770.459 348.592 775.675 352.825 767.084 353.945 757.373 349.75 762.889 348.592" style="fill: #423625"/> <line x1="739.832" y1="350.112" x2="735.807" y2="351.347" style="fill: #423625"/> </g> <g> <path d="M780.364,363.865l-1.435-1.156h-4.3l-3.268,2.79-6.378,14.988-.478,1.355,12.2,1.834.637-1.594,4.545-14.988ZM772.532,366l3.358-2.083.254.024-2.371,7.006-3.309-.245Zm.755,6.383-2.661,7.866-4.176-.417,3.429-7.8Zm2.585,8.391-3.378-.338,2.514-7.876,3.28.338Zm2.9-9.458-3.291-.243,2.23-6.983.653.062,1.677,3.027Z" style="fill: #664a32"/> <path d="M785.138,372.554l1.6-5.912,1.6-1.435-.027-1.94-2.671,2.325-5.594,18.27v.531l8.292,1.7V372.435l-.079.314Zm-2.435,8.969,1.985-7.313,3.086.465-1.88,7.48Z" style="fill: #664a32"/> </g> <polygon points="753.099 399.328 753.205 378.387 752.78 369.458 752.674 365.951 749.697 364.888 740.768 364.462 740.237 401.773 753.099 399.328" style="fill: #785232"/> <polygon points="743.319 367.864 743.213 379.875 749.113 380.248 751.504 379.45 751.079 368.395 743.319 367.864" style="fill: #b48862"/> <polygon points="751.079 384.659 746.402 384.34 743.319 385.084 743.213 398.796 750.973 397.946 751.079 384.659" style="fill: #b48862"/> <polygon points="741.619 382.161 742.706 381.895 742.511 385.527 741.619 385.615 741.619 382.161" style="fill: #b48862"/> <polygon points="727.269 403.846 728.066 381.523 728.545 367.492 728.704 364.781 719.935 362.709 712.122 361.752 711.484 366.695 711.006 407.672 727.269 403.846" style="fill: #785232"/> <polygon points="713.915 366.376 713.617 371.797 713.955 380.248 726.073 380.248 726.631 375.943 726.472 368.369 720.493 367.014 713.915 366.376" style="fill: #b48862"/> <polygon points="725.249 384.872 718.978 384.792 714.513 385.748 714.115 403.766 722.379 402.092 724.931 400.922 725.249 384.872" style="fill: #b48862"/> <polygon points="725.993 382.32 725.993 385.669 726.631 385.669 726.95 382.241 725.993 382.32" style="fill: #b48862"/> <polygon points="698.25 374.029 698.25 375.464 694.503 375.783 694.184 372.754 694.955 369.83 698.25 374.029" style="fill: #876546"/> <polygon points="695.911 377.059 696.496 380.513 699.844 380.301 701.652 380.62 700.642 377.218 698.091 376.74 695.911 377.059" style="fill: #eee4e1"/> <polygon points="697.293 363.027 697.293 367.173 702.449 367.279 702.714 363.4 697.293 363.027" style="fill: #eee4e1"/> <polygon points="699.765 362.19 699.645 363.825 699.805 364.024 700.163 363.904 700.363 362.27 700.004 361.991 699.765 362.19" style="fill: #5d4b3a"/> <polygon points="696.974 369.166 696.456 370.88 696.656 371.199 697.014 371.159 697.572 369.405 697.413 369.206 696.974 369.166" style="fill: #5d4b3a"/> <polygon points="774.571 401.773 774.358 394.651 768.299 397.734 768.193 405.493 774.571 401.773" style="fill: #7f5e3a"/> <polygon points="768.299 397.734 757.457 394.12 757.138 401.348 768.193 405.493 768.299 397.734" style="fill: #503215"/> <polygon points="774.358 394.651 771.807 392.738 762.665 390.506 758.626 392.206 757.457 394.12 768.299 397.734 774.358 394.651" style="fill: #795639"/> <polygon points="761.656 395.501 761.709 397.308 763.941 398.105 763.941 396.352 761.656 395.501" style="fill: #cea128"/> <polygon points="763.941 396.352 764.367 395.235 761.975 394.491 761.656 395.501 763.941 396.352" style="fill: #eee760"/> <polygon points="766.652 395.754 767.419 395.973 766.812 397.388 766.812 400.178 766.014 399.979 766.014 397.149 766.652 395.754" style="fill: #1b0b00"/> <polygon points="759.915 393.84 759.318 394.837 759.278 397.747 758.68 397.547 758.6 394.598 759.397 393.681 759.915 393.84" style="fill: #1b0b00"/> <polygon points="708.454 399.062 708.454 409.107 706.74 410.064 705.584 408.709 705.584 400.178 708.454 399.062" style="fill: #402513"/> <polygon points="718.181 414.05 718.181 394.279 704.987 390.452 689.48 391.488 689.321 413.014 690.118 413.97 691.792 413.253 691.553 398.424 699.685 402.171 699.765 418.275 700.881 419.152 702.714 418.116 702.714 402.171 715.63 400.099 715.769 413.731 716.576 414.847 718.181 414.05" style="fill: #5d3e1b"/> <polygon points="718.181 394.279 700.642 396.591 689.48 391.488 706.701 390.213 718.181 394.279" style="fill: #81552e"/> <polygon points="716.427 395.873 716.427 398.743 702.236 400.922 702.236 398.105 716.427 395.873" style="fill: #402513"/> <polygon points="708.295 398.424 708.295 399.062 711.218 398.531 711.165 397.946 708.295 398.424" style="fill: #190f00"/> <polygon points="708.056 390.173 707.976 388.559 706.701 387.991 703.751 388.145 703.113 388.701 703.273 391.131 704.468 391.728 706.701 391.728 708.056 390.173" style="fill: #502c29"/> <polygon points="709.65 388.937 704.149 392.605 709.65 394.04 711.325 394.917 713.716 395.395 716.586 392.525 717.543 392.126 712.919 390.053 709.65 388.937" style="fill: #caa574"/> <polygon points="708.454 399.062 708.454 409.107 706.74 410.064 705.584 408.709 705.584 400.178 708.454 399.062" style="fill: #402513"/> <polygon points="718.181 414.05 718.181 394.279 704.987 390.452 689.48 391.488 689.321 413.014 690.118 413.97 691.792 413.253 691.553 398.424 699.685 402.171 699.765 418.275 700.881 419.152 702.714 418.116 702.714 402.171 715.63 400.099 715.769 413.731 716.576 414.847 718.181 414.05" style="fill: #5d3e1b"/> <polygon points="718.181 394.279 700.642 396.591 689.48 391.488 706.701 390.213 718.181 394.279" style="fill: #81552e"/> <polygon points="708.056 390.173 707.976 388.559 706.701 387.991 703.751 388.145 703.113 388.701 703.273 391.131 704.468 391.728 706.701 391.728 708.056 390.173" style="fill: #502c29"/> <polygon points="709.65 388.937 704.149 392.605 709.65 394.04 711.325 394.917 713.716 395.395 716.586 392.525 717.543 392.126 712.919 390.053 709.65 388.937" style="fill: #caa574"/> <polygon points="716.427 395.873 718.446 399.328 710.155 402.304 702.236 400.922 702.236 398.105 716.427 395.873" style="fill: #302224"/> <polygon points="707.777 400.577 702.954 397.959 702.077 398.105 702.077 400.975 706.74 403.806 707.777 400.577" style="fill: #402513"/> <polygon points="720.931 398.105 716.347 395.886 711.763 396.631 718.221 399.501 720.094 401.401 720.931 398.105" style="fill: #473018"/> <polygon points="720.931 398.105 720.891 401.294 706.74 403.806 706.701 400.657 720.931 398.105" style="fill: #402513"/> <polygon points="712.76 400.816 712.76 401.454 715.683 400.922 715.63 400.338 712.76 400.816" style="fill: #190f00"/> <polygon points="788.337 396.245 781.799 397.415 772.232 401.667 765.429 405.281 753.63 409.639 751.611 412.509 751.93 418.249 772.445 426.806 788.337 426.806 788.337 396.245" style="fill: #dfbc7d"/> <polygon points="774.013 426.806 751.89 418.249 751.026 419.312 751.026 426.806 774.013 426.806" style="fill: #422b1a"/> <polygon points="788.337 390.186 786.37 390.611 785.413 394.757 783.181 397.095 783.287 399.221 788.337 401.56 788.337 390.186" style="fill: #e4dac6"/> </g> <polygon id="Overlay" points="780.956 347.72 685.862 347.72 677.633 355.955 677.633 426.799 789.186 426.799 789.186 355.955 780.956 347.72" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_name" data-name="Ribbon and name"> <g> <path d="M680.474,415.118l-.032-8.485C676.394,409.258,669.657,416.478,680.474,415.118Z" style="fill: #bc9e76"/> <line x1="794.002" y1="430.694" x2="793.765" y2="418.382" style="fill: #fbf6f0"/> <path d="M803.847,443.957l-9.924-1.554c-.32-2.713,1.034-10.036-1.787-12.05l1.866.341.048-13.189-.514.045c-4.009-7.826-59.1-1.112-63.243-2.88-11.522-1.463-70.7,6.159-52.149-5.8,7.754-6.305-9-5.162-12.165-3.294l-4.314.523c-1.638.086,6.263,5.154,6.2,5.477.153.716-4.161,7.351-4.606,8.064-1.526,1.09,7.8,1.857,8.076,2.279l1.8,6.135c-7.22,20.279,8.22,18.691,21.348,18.091l31.164.065c21.192,2.074,46.754-2.441,67.71.159-.7,2.508-7.31,3.489-9.288,4.108-8.881,7.124,15.075,5.545,18.353,5.548l-4.718-7.56Z" style="fill: #fbf6f0"/> <line x1="793.765" y1="418.382" x2="793.968" y2="426.961" style="fill: #fbf6f0"/> <path d="M793.436,430.5c-28.864-.838-58.557,1.4-87.571.462-14.688-.362-46.121,5.567-31.3-19.018-13.047,23.845,16.735,17.975,31.016,18.444C734.688,432.046,764.646,428.292,793.436,430.5Z" style="fill: #c4a985"/> <path d="M793.991,431.342c1.327-25.441-6.175-14.945-28.706-16.956-29.827-.259-60.331,1.706-89.992.846-3.381-2.415.421-5.216,2.72-6.506,7.442-7.664-13.353-2.572-16.329-2.2,9.19,6.742,7.1,3.72,1.711,13.357a7.694,7.694,0,0,0,1.766.812l-.037-.009c2.214.406,4.729.765,5.937,1.15-1.306-.44-7.926.216-8.038-2.354l-.012.019c1.422-2.389,3-5.017,4.539-7.581l-.04.228-.1-.5.121.2c-1.517-1.168-3.111-2.424-4.618-3.6l.083.042c-1.219-.641-2.792-2.668-.406-2.656,7.517-1.542,27.539-4.866,12.069,6.734-1.064,6.1,42.317.728,49.39,2.157,15.831-.436,31.656-.368,47.473-.645C789.4,414.54,796.821,408.567,793.991,431.342Z" style="fill: #c4a985"/> </g> <g> <path d="M701.757,423.79l-.1-.166s0-.033-.009-.089l-.02-.193c-.008-.072-.016-.149-.024-.228s-.013-.144-.017-.2v-.166c0-.052.012-.133.023-.243s.024-.223.036-.336.024-.216.036-.312a1.176,1.176,0,0,1,.029-.177,1.326,1.326,0,0,1,.169-.5c.089-.155.183-.3.282-.446l.089-.131c.044-.062.089-.129.137-.2s.092-.137.136-.2.073-.1.089-.127a1.748,1.748,0,0,0,.255-.176c.079-.064.156-.131.232-.2l.225-.208a2.744,2.744,0,0,1,.232-.192.345.345,0,0,1,.074-.054.3.3,0,0,0,.062-.042l.075-.02a.508.508,0,0,1,.052-.015l.034-.006a.414.414,0,0,0,.088-.026c.047-.019.1-.036.155-.054l.157-.054a.437.437,0,0,1,.092-.026,1.781,1.781,0,0,1,.429-.071c.153-.008.3-.012.454-.012h.974l.089.023.137.036.135.036.1.023.364.154a3.555,3.555,0,0,0,.372.137h.011a.578.578,0,0,0,.172-.026c.056-.018.11-.038.163-.06s.108-.042.161-.059a.507.507,0,0,1,.163-.027c.039,0,.066.024.08.072a.531.531,0,0,1,.021.154,1,1,0,0,1-.006.112.841.841,0,0,0-.006.089.472.472,0,0,0,.012.083.6.6,0,0,1,.012.071v.451a.746.746,0,0,0,.029.169c.017.054.032.108.048.161l.045.16a.714.714,0,0,1,.02.17c0,.079,0,.154-.006.224a.7.7,0,0,1-.036.2.443.443,0,0,1-.092.164.656.656,0,0,1-.266.154.433.433,0,0,1-.074.017l-.339-.171-.012-.036c-.008-.024-.014-.04-.017-.047-.012-.036-.032-.094-.06-.175s-.056-.168-.086-.262-.059-.18-.086-.261-.045-.137-.054-.169a.588.588,0,0,1-.052-.065c-.025-.031-.049-.066-.075-.1s-.051-.07-.077-.1-.045-.056-.056-.068-.032-.031-.06-.056-.056-.052-.086-.077-.058-.049-.083-.069a.182.182,0,0,0-.044-.029.408.408,0,0,0-.062-.016l-.108-.014-.106-.009-.069,0a.347.347,0,0,1-.052-.021.172.172,0,0,1-.06-.033h-.2c-.016,0-.033-.016-.054-.05a.33.33,0,0,0-.041-.062.32.32,0,0,1,.015-.077.366.366,0,0,0,.015-.066.462.462,0,0,1-.089-.014.484.484,0,0,0-.1-.015h-.006c-.008,0-.021.013-.042.038s-.033.039-.041.039a1.043,1.043,0,0,1-.089.056.308.308,0,0,1-.077.039h-.327a.267.267,0,0,0-.065.015.344.344,0,0,1-.059.014h-.06a.489.489,0,0,1-.115-.014.428.428,0,0,0-.11-.015.579.579,0,0,0-.175.035.6.6,0,0,0-.157.077l-.077.08c-.04.042-.083.087-.131.134s-.092.091-.133.131-.068.065-.08.077a.092.092,0,0,1-.03.018.05.05,0,0,1-.024.014.03.03,0,0,0-.017.009.33.33,0,0,0-.042.03l-.063.05c-.021.019-.042.036-.061.054l-.037.032c-.019.025-.049.064-.088.119s-.083.116-.128.181-.087.128-.124.187a1.308,1.308,0,0,0-.075.125s-.01.012-.021.039l-.035.091c-.014.036-.027.072-.038.107a.485.485,0,0,1-.037.083.253.253,0,0,1-.008.051c-.006.025-.014.053-.024.083l-.027.08a.226.226,0,0,0-.012.042.243.243,0,0,0-.032.052c-.014.029-.028.058-.042.09s-.026.062-.038.092-.021.048-.025.056v.457a.3.3,0,0,1-.008.059c-.006.028-.013.057-.021.086s-.015.058-.023.083-.015.043-.018.051v.914a.235.235,0,0,1,.044.139.41.41,0,0,0,.026.151c0,.008.006.015.019.019l.023.011a1.177,1.177,0,0,1,.1.389,3.644,3.644,0,0,0,.062.4.1.1,0,0,0,.021.042.1.1,0,0,1,.021.042c.047.106.094.212.139.317s.095.206.146.3a2.281,2.281,0,0,0,.178.281,1.4,1.4,0,0,0,.244.256l.154.112a.644.644,0,0,0,.172.095.519.519,0,0,0,.074.015l.118.021c.042.008.08.015.116.02a.369.369,0,0,1,.066.015.584.584,0,0,1,.047.042c.019.02.041.04.062.063s.042.042.06.061a.353.353,0,0,1,.032.042.6.6,0,0,0,.077.015c.04.006.081.01.125.014l.127.009c.042,0,.07,0,.087,0a.283.283,0,0,1,.047.01l.077.017.077.015.042.006a.958.958,0,0,0,.364-.1.856.856,0,0,0,.294-.222.376.376,0,0,0,.027-.051c.01-.022.017-.032.021-.032a.118.118,0,0,1,.074-.051.463.463,0,0,1,.092-.009c.027,0,.053,0,.074,0s.042,0,.063,0h.017a.182.182,0,0,0,.047-.012.081.081,0,0,0,.048-.029.274.274,0,0,1,.036-.045c.02-.021.04-.045.062-.071l.062-.071c.02-.022.034-.037.042-.044l.03-.06c.015-.031.032-.064.05-.1l.05-.092a.339.339,0,0,1,.036-.053c.051-.075.1-.144.152-.205a.966.966,0,0,0,.133-.246,2.536,2.536,0,0,0,.092-.285c.03-.111.054-.208.074-.291.008-.04.015-.071.021-.095s.011-.046.015-.068a.375.375,0,0,0,.006-.039.559.559,0,0,1,.157-.3.42.42,0,0,1,.305-.11.378.378,0,0,1,.2.047.4.4,0,0,1,.124.122.516.516,0,0,1,.068.172.919.919,0,0,1,.021.193,1.139,1.139,0,0,1-.006.121.287.287,0,0,1-.047.122v.914a.263.263,0,0,1,.041.053.134.134,0,0,1,.012.06v.041c0,.013-.012.035-.024.068s-.024.071-.039.111-.026.077-.038.112a.66.66,0,0,1-.029.077c-.009.02-.018.039-.028.057a.1.1,0,0,0-.014.038.649.649,0,0,1-.22.107,2.273,2.273,0,0,1-.223.047c-.073.012-.145.026-.218.042a.72.72,0,0,0-.211.083l-.048.045c-.024.021-.048.043-.074.064s-.05.043-.075.063a.178.178,0,0,1-.041.03,2.408,2.408,0,0,1-.285.181,1.131,1.131,0,0,1-.3.115l-.586.166a2.2,2.2,0,0,1-.612.084c-.127,0-.258-.007-.394-.018s-.275-.029-.412-.05-.275-.049-.408-.08-.257-.066-.376-.1a.22.22,0,0,1-.1-.053.517.517,0,0,1-.063-.077c-.017-.028-.036-.056-.055-.086a.318.318,0,0,0-.083-.08l-.066-.036c-.036-.019-.075-.042-.119-.068s-.086-.051-.127-.077-.074-.044-.1-.057l-.052-.026a.327.327,0,0,1-.033-.018.162.162,0,0,1-.033-.029l-.042-.057s-.013-.017-.029-.039-.032-.047-.051-.077-.035-.057-.053-.083-.029-.042-.033-.05a.277.277,0,0,1-.041-.036c-.02-.02-.041-.04-.062-.063s-.044-.042-.066-.061a.255.255,0,0,1-.038-.042.262.262,0,0,1-.027-.038c-.014-.023-.029-.045-.047-.069a.747.747,0,0,1-.051-.074.44.44,0,0,1-.029-.056c-.1-.159-.177-.307-.244-.446a3.086,3.086,0,0,1-.166-.412,2.794,2.794,0,0,1-.1-.427A3.5,3.5,0,0,1,701.757,423.79Z" style="fill: #bc9e76"/> <path d="M716.33,427.167h-.671l-.074-.007-.139-.014-.142-.015-.083-.006c-.064,0-.169,0-.318-.006s-.305-.006-.471-.006-.335,0-.482.006-.247.006-.3.006a.542.542,0,0,1-.087-.092.184.184,0,0,1-.038-.116.168.168,0,0,1,.011-.074c.008-.014.022-.042.042-.086a.2.2,0,0,1,.021-.065.1.1,0,0,1,.051-.059l.049-.006.08-.013.078-.011a.111.111,0,0,0,.042-.012.3.3,0,0,0,.052-.029c.025-.016.05-.035.077-.054l.078-.054.047-.029a.115.115,0,0,1,.039-.015.612.612,0,0,1,.074-.014l.08-.009.051,0c.007,0,.015-.006.023-.018l.013-.017v-.208a1.754,1.754,0,0,0-.031-.321,3.025,3.025,0,0,0-.074-.317c-.029-.1-.06-.207-.092-.309s-.059-.2-.083-.293c0-.012-.009-.038-.017-.078s-.018-.083-.03-.13-.022-.09-.03-.13-.013-.066-.017-.078a.142.142,0,0,0-.012-.041.662.662,0,0,1-.024-.062l-.024-.063a.15.15,0,0,1-.012-.035c-.011-.036-.023-.073-.036-.113a.606.606,0,0,0-.044-.112.351.351,0,0,0-.065-.093.191.191,0,0,0-.1-.05l-.068-.014-.092-.016-.086-.009-.056,0-.037.025a.162.162,0,0,1-.035.017l-.065.018a.248.248,0,0,1-.066.011h-.326c-.146,0-.3,0-.448.009a3.844,3.844,0,0,0-.418.039.131.131,0,0,0-.048.024.141.141,0,0,1-.035.017.957.957,0,0,1-.1.013l-.148.012-.151.011-.1.006-.042.041-.16.9a.592.592,0,0,0-.119.2.9.9,0,0,0-.047.216q-.012.113-.015.225a1.34,1.34,0,0,1-.027.226.227.227,0,0,1-.041.089c-.029.044-.044.067-.048.071l.048.095a.672.672,0,0,1,.038.056q.027.045.033.057l.068.018c.033.007.068.016.1.026l.1.03.066.021.231.053a1.222,1.222,0,0,1,.258.086.7.7,0,0,1,.208.146.308.308,0,0,1,.086.226v.1a.289.289,0,0,1-.026.038.6.6,0,0,1-.048.054c-.018.017-.034.034-.05.048a.16.16,0,0,1-.042.026q-.072,0-.234.006l-.344.015-.345.014c-.108,0-.186.007-.234.007h-1.644a.141.141,0,0,1-.023-.045.134.134,0,0,0-.031-.051,1.8,1.8,0,0,0-.041-.2.968.968,0,0,1-.03-.225.128.128,0,0,1,.09-.122c.059-.026.112-.046.16-.063a.308.308,0,0,0,.041,0l.08-.009.083-.011a.2.2,0,0,0,.051-.012c.039-.016.09-.039.151-.071l.181-.092c.06-.029.112-.057.157-.08a.671.671,0,0,0,.075-.042l.059-.095v-.575c.039,0,.074-.035.1-.092a1.383,1.383,0,0,0,.08-.193c.024-.072.046-.143.065-.214a.628.628,0,0,1,.06-.154l.032-.03c.019-.015.037-.032.057-.051l.053-.049a.071.071,0,0,0,.024-.036.133.133,0,0,0,.011-.053q.006-.048.012-.105c0-.037.008-.073.012-.106s.007-.055.007-.063.02-.045.038-.089a.2.2,0,0,1,.056-.088l.072-.689a.669.669,0,0,0,.109-.261c.018-.1.034-.188.051-.279a.141.141,0,0,0,.029-.065.342.342,0,0,0,.012-.06c.008-.008.024-.026.048-.056a.622.622,0,0,1,.047-.056.534.534,0,0,0,.015-.069c.006-.033.013-.07.021-.109s.014-.078.02-.116.011-.067.015-.086v-.166c0-.012.016-.033.033-.066s.035-.065.053-.1.036-.069.054-.1.029-.051.033-.059a.139.139,0,0,0,.017-.045c.008-.026.016-.052.024-.08s.014-.053.02-.077a.305.305,0,0,0,.01-.047.456.456,0,0,0,.032-.066c.014-.032.028-.065.041-.1a.756.756,0,0,0,.036-.1.291.291,0,0,1,.027-.068,2.161,2.161,0,0,0,.1-.38,2.8,2.8,0,0,1,.1-.4,1.525,1.525,0,0,1,.139-.295.663.663,0,0,0,.092-.322.09.09,0,0,0,.012-.058c0-.033,0-.069-.006-.111s-.006-.068-.006-.08.016-.027.035-.059.041-.065.063-.1.041-.069.057-.1a.21.21,0,0,0,.023-.066v-.32a.537.537,0,0,1,.036-.086.564.564,0,0,1,.047-.086.42.42,0,0,0,.048-.03l.038-.027a.272.272,0,0,0,.033-.026c.064-.04.119-.077.169-.113a1.372,1.372,0,0,1,.149-.095.716.716,0,0,1,.16-.066.81.81,0,0,1,.2-.023c.019,0,.056,0,.112.006s.093.006.112.006c.037.031.077.067.122.106a.232.232,0,0,1,.081.137,2.442,2.442,0,0,1,.091.48,2.457,2.457,0,0,0,.086.463.184.184,0,0,0,.012.054.064.064,0,0,0,.019.029c.007.021.016.044.026.072a.221.221,0,0,1,.015.053v.208a1.381,1.381,0,0,0,.083.255,1.215,1.215,0,0,1,.077.243c0,.012.01.041.021.089s.02.1.029.154.018.108.024.158.009.08.009.092.009.024.018.047l.027.078.026.077c.008.023.016.035.024.035.008.04.023.105.044.2s.046.187.072.287.05.2.074.285.039.152.048.188a2.519,2.519,0,0,1,.29.7c.059.243.113.491.16.744a.564.564,0,0,1,.024.057c.012.029.02.048.024.056.067.17.13.337.186.5s.12.329.188.5a.365.365,0,0,0-.012.059c0,.027-.009.057-.013.086a.841.841,0,0,1-.014.083q-.009.039-.015.057v.083l.032.048a.691.691,0,0,1,.054.077l.054.08c.017.025.028.042.032.05a1.051,1.051,0,0,1,.113.258c.024.085.049.167.077.246a1.434,1.434,0,0,0,.1.229.628.628,0,0,0,.2.2q0,.014.021.027c.013.01.02.019.02.027a.317.317,0,0,1,.092.042.309.309,0,0,0,.074.035.732.732,0,0,0,.1.017l.172.025c.06.008.118.015.172.02s.087.009.1.009l.065.035.083.051a.338.338,0,0,1,.069.057.1.1,0,0,1,.026.065.687.687,0,0,1-.02.1c-.014.054-.032.109-.054.169a1.644,1.644,0,0,1-.067.16c-.025.048-.044.073-.06.077H716.5a.561.561,0,0,1-.086-.006A.229.229,0,0,1,716.33,427.167Zm-4.444-4.261v.012l.017.071a.361.361,0,0,1,.012.06c.028.051.059.1.092.151a.883.883,0,0,0,.107.13.458.458,0,0,0,.131.093.4.4,0,0,0,.169.035.472.472,0,0,0,.207-.045.5.5,0,0,1,.208-.044.859.859,0,0,1,.205.024.9.9,0,0,0,.2.023h.042a.525.525,0,0,0,.063-.023l.077-.038c.025-.015.049-.028.071-.039a.121.121,0,0,1,.044-.018.187.187,0,0,0,.036-.113c0-.055.006-.1.006-.124a.73.73,0,0,0-.068-.3,1.882,1.882,0,0,1-.105-.288c-.054-.178-.11-.357-.166-.537s-.11-.359-.166-.536c0-.013-.012-.04-.026-.081l-.048-.142-.05-.157-.036-.114a.329.329,0,0,1-.029-.065c-.012-.031-.025-.065-.036-.1l-.035-.1c-.012-.032-.021-.054-.025-.066-.015-.044-.025-.069-.029-.077s-.022-.012-.054-.012a.13.13,0,0,0-.095.044.6.6,0,0,0-.074.105.677.677,0,0,0-.052.124.61.61,0,0,0-.028.107v.119a.141.141,0,0,1-.02.047c-.014.024-.028.048-.042.075s-.028.049-.041.074a.343.343,0,0,1-.027.041c0,.012,0,.037,0,.074s-.006.078-.009.122-.008.083-.012.118-.006.058-.006.066a.889.889,0,0,1-.106.249.732.732,0,0,0-.1.243c0,.009,0,.026-.007.054s-.008.058-.012.091-.007.065-.011.093a.208.208,0,0,1-.012.053.172.172,0,0,0-.023.042c-.012.023-.026.05-.04.08s-.027.058-.041.083l-.027.05-.012.095-.011.083a.509.509,0,0,0-.006.072Z" style="fill: #bc9e76"/> <path d="M717.463,426.662c0-.015.009-.041.039-.077a.638.638,0,0,1,.109-.1,1.305,1.305,0,0,1,.131-.092.2.2,0,0,1,.1-.042.437.437,0,0,1,.077-.012l.128-.012.127-.011c.04,0,.065-.007.077-.007a.817.817,0,0,1,.074-.056c.042-.03.073-.053.092-.068a.145.145,0,0,1,.042-.048.305.305,0,0,0,.048-.047c0-.016,0-.045,0-.086s0-.087.009-.137.009-.095.014-.139.011-.074.015-.089a.5.5,0,0,1,.012-.054c.008-.031.015-.066.024-.1s.016-.074.024-.107a.541.541,0,0,0,.011-.062v-.025a.469.469,0,0,0-.035-.177.506.506,0,0,1-.036-.19.9.9,0,0,1,.036-.25.935.935,0,0,0,.035-.261v-.053c0-.016,0-.066-.006-.151s-.008-.177-.014-.273-.011-.188-.015-.273-.007-.139-.007-.164v-.077a.237.237,0,0,1,.028-.106.7.7,0,0,1,.062-.1.71.71,0,0,0,.062-.107.275.275,0,0,0,.027-.121.278.278,0,0,0-.027-.114.27.27,0,0,1-.027-.112.26.26,0,0,1,.042-.143.251.251,0,0,0,.041-.142,1.563,1.563,0,0,0-.035-.3,1.647,1.647,0,0,1-.036-.326.956.956,0,0,1-.012-.184v-.56a1,1,0,0,1,.012-.188.521.521,0,0,1-.071-.157.6.6,0,0,1-.024-.163v-.018a.115.115,0,0,0,.018-.039.634.634,0,0,1,.03-.067.665.665,0,0,0,.029-.065.134.134,0,0,1,.018-.037v-.212a1.114,1.114,0,0,0-.041-.3.4.4,0,0,0-.166-.232.778.778,0,0,1-.1-.011l-.139-.025-.136-.023-.089-.018c0-.008-.022-.018-.054-.033a.228.228,0,0,0-.059-.021l-.071.006a1.128,1.128,0,0,1-.113.006c-.04,0-.063,0-.071-.012a.177.177,0,0,1-.092-.041.427.427,0,0,1-.08-.084.4.4,0,0,1-.057-.1.284.284,0,0,1-.02-.095.291.291,0,0,1,.035-.137.478.478,0,0,1,.089-.115.429.429,0,0,1,.119-.08.4.4,0,0,1,.13-.036.61.61,0,0,1,.1-.012l.18-.014.2-.015c.062,0,.11-.008.141-.012h.2a.6.6,0,0,0,.086.015c.046.006.094.012.146.017l.145.015.086.006h1.364a.392.392,0,0,1,.072.02.28.28,0,0,0,.083.022h.024a.618.618,0,0,0,.19-.027.728.728,0,0,1,.219-.027c.032,0,.077,0,.134.006l.1.006s.027.007.071.02a.328.328,0,0,0,.089.022c.071.008.153.015.246.02a.747.747,0,0,1,.24.051,2.317,2.317,0,0,1,.413.2,3.272,3.272,0,0,1,.376.267,1.408,1.408,0,0,1,.256.27,3.723,3.723,0,0,1,.258.394,3.892,3.892,0,0,1,.211.431,1.429,1.429,0,0,1,.106.383v.255a.487.487,0,0,0,.021.077.56.56,0,0,1,.021.077v.053c-.028.146-.058.291-.092.433a3.877,3.877,0,0,1-.125.418,2.4,2.4,0,0,1-.184.4,1.788,1.788,0,0,1-.27.356.365.365,0,0,1-.05.045.393.393,0,0,1-.041.026.083.083,0,0,1-.028.012.282.282,0,0,0-.052.06c-.029.035-.06.075-.095.118l-.108.134c-.035.046-.061.08-.077.1s-.023.028-.047.06a.176.176,0,0,0-.036.059c-.087,0-.156.009-.208.015a.333.333,0,0,0-.16.074,1.575,1.575,0,0,1-.172.074c-.067.026-.138.049-.21.069s-.145.035-.217.048a1.258,1.258,0,0,1-.19.017.742.742,0,0,1-.29-.056,1.32,1.32,0,0,0-.273-.081h-.178a.454.454,0,0,1-.208-.068.4.4,0,0,0-.214-.057H720a.426.426,0,0,0-.1.013.275.275,0,0,0-.094.041.331.331,0,0,1-.009.06c-.006.027-.014.056-.023.086s-.019.057-.027.083a.2.2,0,0,0-.013.05l-.017.044c-.008.023-.017.044-.027.066s-.023.053-.039.092c-.007,0-.011.007-.011.024v.044a.036.036,0,0,0,.011.026.256.256,0,0,0,.042.077.277.277,0,0,1,.041.078.277.277,0,0,0,.009.05.717.717,0,0,1,.016.083c0,.031.008.057.012.08s0,.039,0,.042l.03.083.018.03a.477.477,0,0,1-.039.175.974.974,0,0,0-.051.164c0,.007-.009.023-.017.047l-.027.077c-.009.028-.018.053-.027.077a.186.186,0,0,0-.012.048.541.541,0,0,0,.012.077c.009.039.018.083.027.13s.019.092.027.134.014.068.017.08a1.068,1.068,0,0,1,.025.171,1.207,1.207,0,0,0,.026.179.582.582,0,0,0,.066.166.429.429,0,0,0,.127.136.493.493,0,0,0,.089.048.342.342,0,0,0,.078.029h.533a.223.223,0,0,1,.1.045,1.137,1.137,0,0,1,.126.1c.042.038.079.072.111.1a.259.259,0,0,1,.047.053v.036a1.558,1.558,0,0,1-.086.137.562.562,0,0,1-.083.091.355.355,0,0,1-.1.06,1.073,1.073,0,0,1-.139.038c-.036,0-.1,0-.181-.006s-.173-.006-.265-.006-.177,0-.258.006-.137.006-.169.006a.747.747,0,0,0-.11.015.319.319,0,0,0-.1.027h-1.406a.251.251,0,0,0-.142-.054.3.3,0,0,0-.059.006.415.415,0,0,1-.077.006h-.048a.382.382,0,0,1-.267-.157A.64.64,0,0,1,717.463,426.662Zm2.546-3.447a2.9,2.9,0,0,1,.306.041,1.616,1.616,0,0,0,.3.03h.059c.012-.011.031-.032.056-.059s.055-.057.086-.086.061-.058.086-.083l.057-.057a.366.366,0,0,0,.089-.051c.052-.033.091-.057.119-.073l.148-.071a.712.712,0,0,0,.149-.1l.112-.115c.052-.054.1-.108.154-.163s.1-.109.14-.157a.878.878,0,0,0,.074-.1,1.245,1.245,0,0,0,.158-.282,1.65,1.65,0,0,0,.091-.327,3,3,0,0,0,.041-.335c.009-.111.013-.213.013-.309a.285.285,0,0,0-.06-.178.873.873,0,0,1-.106-.178c-.009,0-.018-.018-.027-.044s-.022-.052-.035-.081-.029-.052-.042-.077-.025-.035-.033-.035c0-.015-.017-.041-.05-.074l-.063-.063a.221.221,0,0,0-.018-.041l-.038-.08c-.014-.03-.028-.056-.042-.08a.108.108,0,0,0-.032-.042s-.011-.012-.03-.026l-.068-.048c-.026-.018-.051-.034-.078-.051a.578.578,0,0,1-.061-.041.2.2,0,0,0-.048-.026.167.167,0,0,0-.042-.016.191.191,0,0,1-.023-.032l-.036-.054c-.011-.017-.024-.034-.036-.049a.108.108,0,0,1-.017-.031.052.052,0,0,1-.03-.017.07.07,0,0,1-.012-.018l-.059-.017-.089-.028c-.032-.01-.062-.018-.093-.026a.269.269,0,0,0-.061-.012l-.042-.006-.077-.015-.077-.015a.349.349,0,0,0-.048-.006.328.328,0,0,0-.053-.017c-.028-.008-.058-.018-.089-.03a.91.91,0,0,0-.093-.03.379.379,0,0,1-.055-.018h-.119l-.047.069c-.025.033-.05.068-.077.1l-.08.1c-.027.032-.045.054-.057.065s-.018.035-.03.057-.024.045-.036.068-.031.056-.047.083v.736a.8.8,0,0,0-.08.243,1.662,1.662,0,0,0-.021.262v.106a.411.411,0,0,0,.012.1.331.331,0,0,0-.038.056c-.018.03-.03.049-.034.057v.089c0,.044,0,.1.009.174s.012.145.016.214.008.131.012.184,0,.083,0,.087a.161.161,0,0,0,.012.044l.027.074c.009.027.019.054.027.077a.212.212,0,0,0,.017.042v.338a.072.072,0,0,1-.02.038.221.221,0,0,0-.033.057.32.32,0,0,1-.035.054.177.177,0,0,0-.037.059V423s.006.012.019.024l.023.024a.389.389,0,0,0,.06-.024A.359.359,0,0,1,719.9,423c.055,0,.083.024.083.071a.206.206,0,0,1,0,.039.206.206,0,0,0,0,.039C719.973,423.185,719.985,423.207,720.009,423.215Z" style="fill: #bc9e76"/> <path d="M729.639,427.125h-1.258l-.051-.017-.074-.028-.074-.026a.234.234,0,0,1-.05-.024h-.054a1.386,1.386,0,0,1-.314.078,3.194,3.194,0,0,1-.338.017,2.17,2.17,0,0,1-.24-.015.988.988,0,0,1-.256-.062.556.556,0,0,1-.2-.131.3.3,0,0,1-.083-.225.31.31,0,0,1,.074-.2.29.29,0,0,1,.175-.11l.118-.006.187-.012.184-.011c.058,0,.1-.006.122-.006a.408.408,0,0,0,.172-.069.547.547,0,0,0,.124-.121,1.021,1.021,0,0,0,.093-.151c.025-.054.049-.108.074-.163,0-.032-.009-.09-.013-.173s-.006-.17-.006-.261,0-.176.006-.255.009-.138.013-.178c0-.016,0-.056.012-.121s.015-.136.023-.211.016-.145.024-.207.012-.106.012-.125v-.03a.335.335,0,0,0-.018-.071.35.35,0,0,1-.018-.065v-.042a.3.3,0,0,1,.018-.1.388.388,0,0,0,.018-.122.652.652,0,0,0-.018-.148.6.6,0,0,1-.018-.148v-.09c0-.019.01-.071.018-.157s.016-.177.027-.275.018-.192.023-.277.009-.138.009-.163v-.486a1.12,1.12,0,0,1,.054-.261.84.84,0,0,0,.041-.262.438.438,0,0,0-.026-.163.41.41,0,0,1-.027-.163.7.7,0,0,1,.006-.092.152.152,0,0,1,.047-.085v-.956a.308.308,0,0,0-.015-.047c-.009-.028-.018-.052-.026-.072a1.4,1.4,0,0,1-.057-.16.209.209,0,0,0-.109-.131.477.477,0,0,1-.057-.023c-.025-.012-.054-.025-.086-.038s-.062-.028-.091-.039l-.063-.024h-.351q-.374,0-.711.021c-.226.013-.459.02-.7.02h-.249a1.964,1.964,0,0,0-.252.169,1.5,1.5,0,0,0-.2.2c-.008,0-.016.01-.026.03a.169.169,0,0,1-.027.042c-.016.044-.028.079-.036.106a.63.63,0,0,1-.026.077.36.36,0,0,1-.039.069l-.06.085c-.043.056-.088.113-.133.169a1.618,1.618,0,0,1-.145.164.694.694,0,0,1-.172.125.454.454,0,0,1-.208.047.274.274,0,0,1-.145-.036.15.15,0,0,1-.063-.142v-.03c0-.023,0-.058.006-.1s.01-.092.016-.14.01-.092.014-.134.006-.07.006-.086a.546.546,0,0,0,.009-.077c0-.031,0-.062.009-.091s.007-.069.011-.116c.012-.009.036-.029.072-.062l.065-.063c0-.008.015-.033.032-.077s.036-.091.054-.142l.051-.146.029-.086v-.208a.116.116,0,0,1,.048-.092.391.391,0,0,0,.083-.074,1.442,1.442,0,0,0,.1-.145.821.821,0,0,1,.094-.136.545.545,0,0,1,.125-.105.355.355,0,0,1,.178-.041.424.424,0,0,1,.178.038,1.148,1.148,0,0,1,.164.1l.157.112a.718.718,0,0,0,.16.092.142.142,0,0,0,.044.009q.033,0,.069,0h.1a.941.941,0,0,0,.235-.026.808.808,0,0,1,.216-.027,2.406,2.406,0,0,1,.475.047,2.354,2.354,0,0,0,.48.048.868.868,0,0,0,.206-.026.767.767,0,0,1,.205-.028h.023l.258.015.308.018.265.015.124.006.042.006.074.012.075.011a.352.352,0,0,0,.046.006h.037q.314,0,.614-.017c.2-.012.4-.018.607-.018a1.54,1.54,0,0,1,.235.018,1.7,1.7,0,0,0,.24.017h.131c.115,0,.227,0,.338-.012a.852.852,0,0,0,.308-.077.123.123,0,0,0,.057-.014.255.255,0,0,0,.039-.027.568.568,0,0,0,.058-.042c.033-.023.067-.051.105-.08l.1-.08a.559.559,0,0,0,.056-.048l.038-.006a.719.719,0,0,1,.072-.008l.08-.009a.47.47,0,0,1,.065-.006h.071a.13.13,0,0,1,.131.08,1.242,1.242,0,0,0,.083.157c.008.012.023.036.044.071a.222.222,0,0,0,.051.066l0,.048.006.089c0,.031,0,.06.009.089a.1.1,0,0,0,.011.046.41.41,0,0,0,.031.066c.015.032.032.066.049.1s.036.073.054.1.03.054.038.065a.349.349,0,0,0,.013.063.151.151,0,0,0,.023.061c.012.033.033.084.066.158s.065.151.1.234l.1.237c.034.075.056.129.068.16q0,.014,0,.057c0,.03,0,.062.009.1s.009.069.013.1a.163.163,0,0,0,.017.066v.052a.268.268,0,0,1-.137.244.529.529,0,0,1-.279.083.61.61,0,0,1-.07-.006l-.06-.006c-.063-.055-.13-.116-.2-.184a.9.9,0,0,1-.169-.225c-.067-.127-.132-.252-.192-.377a1.677,1.677,0,0,0-.217-.335,1.044,1.044,0,0,0-.294-.243.98.98,0,0,0-.418-.114h-.73a.74.74,0,0,0-.089-.032.506.506,0,0,0-.072-.02h-.67a.589.589,0,0,1-.1.049l-.1.045a.076.076,0,0,1-.023.018c-.012.012-.018.019-.018.023a.328.328,0,0,0-.012.066c0,.032-.008.065-.012.1s-.008.068-.012.1a.528.528,0,0,0-.006.062v.041c0,.012,0,.039.006.078s.009.083.015.13.011.091.015.13.006.064.006.072v.083a3.425,3.425,0,0,1-.021.362,3.243,3.243,0,0,0-.021.368,2.91,2.91,0,0,0,.021.347,3.236,3.236,0,0,1,.021.359.172.172,0,0,1-.048.118.168.168,0,0,0-.047.114.8.8,0,0,0,.027.211.793.793,0,0,1,.026.2v.19c-.008.035-.014.062-.02.08s-.013.044-.021.08v.207a.17.17,0,0,0-.012.048l-.012.074q-.006.039-.015.075a.4.4,0,0,1-.014.046c-.033.337-.059.67-.08,1s-.034.666-.034,1.006v.114a1.227,1.227,0,0,0,.006.124,1.037,1.037,0,0,0,.036.16.675.675,0,0,0,.063.128,1.048,1.048,0,0,0,.106.145.817.817,0,0,0,.131.121.223.223,0,0,0,.133.051.594.594,0,0,0,.173-.026.517.517,0,0,1,.172-.028,1.713,1.713,0,0,1,.231.018,1.085,1.085,0,0,1,.246.065.591.591,0,0,1,.2.131.307.307,0,0,1,.081.22.348.348,0,0,1-.028.127.487.487,0,0,1-.071.128.456.456,0,0,1-.107.1.252.252,0,0,1-.133.051c-.02,0-.055,0-.1-.006l-.16-.011-.163-.012c-.052,0-.087-.008-.108-.012a.391.391,0,0,1-.085-.021A.328.328,0,0,0,729.639,427.125Z" style="fill: #bc9e76"/> <path d="M740.219,427.167h-.671l-.074-.007-.139-.014-.143-.015-.083-.006c-.063,0-.168,0-.317-.006s-.306-.006-.472-.006-.335,0-.481.006-.247.006-.3.006a.635.635,0,0,1-.087-.092.19.19,0,0,1-.038-.116.165.165,0,0,1,.012-.074c.008-.014.021-.042.042-.086a.222.222,0,0,1,.02-.065.1.1,0,0,1,.051-.059l.05-.006.08-.013.077-.011a.1.1,0,0,0,.042-.012.27.27,0,0,0,.053-.029l.077-.054.077-.054.048-.029a.116.116,0,0,1,.038-.015.7.7,0,0,1,.074-.014l.08-.009.051,0q.012,0,.024-.018l.012-.017v-.208a1.752,1.752,0,0,0-.03-.321c-.019-.106-.044-.211-.074-.317s-.061-.207-.092-.309-.059-.2-.083-.293a.653.653,0,0,1-.017-.078c-.008-.039-.018-.083-.031-.13s-.021-.09-.029-.13-.014-.066-.018-.078a.166.166,0,0,0-.011-.041c-.009-.02-.017-.041-.025-.062s-.015-.043-.023-.063a.15.15,0,0,1-.012-.035c-.012-.036-.023-.073-.036-.113a.686.686,0,0,0-.044-.112.376.376,0,0,0-.065-.093.2.2,0,0,0-.1-.05l-.068-.014-.092-.016-.086-.009-.057,0-.036.025a.187.187,0,0,1-.035.017l-.066.018a.236.236,0,0,1-.065.011H736.8c-.147,0-.3,0-.448.009a3.82,3.82,0,0,0-.418.039.124.124,0,0,0-.048.024.16.16,0,0,1-.035.017.957.957,0,0,1-.1.013l-.148.012-.152.011c-.048,0-.079.006-.095.006l-.042.041-.16.9a.626.626,0,0,0-.119.2,1.012,1.012,0,0,0-.047.216c-.008.075-.012.15-.014.225a1.247,1.247,0,0,1-.028.226.212.212,0,0,1-.041.089.811.811,0,0,1-.048.071l.048.095a.381.381,0,0,1,.038.056c.019.03.03.049.034.057s.034.01.068.018.067.016.1.026l.1.03.065.021.232.053a1.222,1.222,0,0,1,.258.086.7.7,0,0,1,.208.146.312.312,0,0,1,.086.226v.1a.236.236,0,0,1-.027.038.4.4,0,0,1-.048.054l-.049.048a.178.178,0,0,1-.042.026c-.048,0-.126,0-.235.006l-.343.015-.345.014c-.109,0-.187.007-.235.007h-1.643a.139.139,0,0,1-.024-.045.121.121,0,0,0-.03-.051c-.008-.054-.021-.122-.041-.2a.968.968,0,0,1-.03-.225.128.128,0,0,1,.09-.122c.058-.026.112-.046.16-.063a.318.318,0,0,0,.041,0l.08-.009.083-.011a.209.209,0,0,0,.051-.012c.039-.016.09-.039.151-.071s.121-.063.181-.092.112-.057.157-.08a.6.6,0,0,0,.074-.042l.06-.095v-.575c.039,0,.074-.035.1-.092a1.177,1.177,0,0,0,.08-.193c.025-.072.046-.143.066-.214a.635.635,0,0,1,.059-.154l.033-.03c.018-.015.037-.032.056-.051s.037-.034.054-.049a.067.067,0,0,0,.023-.036.145.145,0,0,0,.012-.053q.006-.048.012-.105c0-.037.008-.073.012-.106s.006-.055.006-.063a.949.949,0,0,0,.038-.089.215.215,0,0,1,.057-.088l.071-.689a.671.671,0,0,0,.11-.261q.026-.143.051-.279a.152.152,0,0,0,.029-.065.342.342,0,0,0,.012-.06c.007-.008.024-.026.047-.056s.04-.048.047-.056a.486.486,0,0,0,.016-.069l.02-.109c.008-.04.015-.078.021-.116s.011-.067.015-.086v-.166a.543.543,0,0,1,.033-.066c.017-.031.035-.065.053-.1s.036-.069.053-.1.03-.051.033-.059a.157.157,0,0,0,.018-.045c.008-.026.016-.052.023-.08s.015-.053.021-.077a.305.305,0,0,0,.01-.047.6.6,0,0,0,.032-.066c.014-.032.027-.065.041-.1a.919.919,0,0,0,.036-.1.36.36,0,0,1,.026-.068,2.16,2.16,0,0,0,.105-.38,2.669,2.669,0,0,1,.1-.4,1.525,1.525,0,0,1,.139-.295.663.663,0,0,0,.092-.322.09.09,0,0,0,.012-.058c0-.033,0-.069-.006-.111s-.006-.068-.006-.08.016-.027.035-.059.041-.065.063-.1.041-.069.056-.1a.2.2,0,0,0,.024-.066v-.32a.455.455,0,0,1,.036-.086.487.487,0,0,1,.047-.086.53.53,0,0,0,.048-.03l.038-.027a.383.383,0,0,0,.033-.026c.063-.04.119-.077.169-.113a1.362,1.362,0,0,1,.148-.095.758.758,0,0,1,.16-.066.816.816,0,0,1,.2-.023c.02,0,.057,0,.113.006s.093.006.112.006l.122.106a.23.23,0,0,1,.08.137,2.445,2.445,0,0,1,.092.48,2.457,2.457,0,0,0,.086.463.184.184,0,0,0,.012.054.062.062,0,0,0,.018.029c.008.021.017.044.027.072a.255.255,0,0,1,.014.053v.208a1.549,1.549,0,0,0,.083.255,1.154,1.154,0,0,1,.077.243c0,.012.011.041.022.089s.019.1.029.154.018.108.024.158.008.08.008.092.01.024.019.047l.026.078c.01.027.019.053.027.077s.015.035.024.035c.008.04.023.105.044.2s.046.187.071.287.051.2.075.285.039.152.047.188a2.489,2.489,0,0,1,.29.7q.09.365.161.744.006.012.024.057l.023.056q.1.255.187.5t.187.5a.592.592,0,0,0-.011.059c0,.027-.009.057-.013.086a.829.829,0,0,1-.015.083.47.47,0,0,1-.014.057v.083c0,.007.014.023.032.048a.691.691,0,0,1,.054.077c.017.027.036.053.053.08a.477.477,0,0,1,.033.05,1.09,1.09,0,0,1,.113.258c.023.085.049.167.077.246a1.351,1.351,0,0,0,.1.229.628.628,0,0,0,.2.2c0,.009.007.018.02.027s.021.019.021.027a.329.329,0,0,1,.092.042.309.309,0,0,0,.074.035.737.737,0,0,0,.1.017l.172.025c.061.008.119.015.172.02s.088.009.1.009l.065.035.083.051a.338.338,0,0,1,.069.057.1.1,0,0,1,.026.065.612.612,0,0,1-.021.1,1.539,1.539,0,0,1-.053.169,1.638,1.638,0,0,1-.068.16c-.024.048-.044.073-.059.077h-.208a.552.552,0,0,1-.086-.006A.223.223,0,0,1,740.219,427.167Zm-4.444-4.261v.012l.017.071a.361.361,0,0,1,.012.06,1.692,1.692,0,0,0,.092.151.883.883,0,0,0,.107.13.458.458,0,0,0,.131.093.392.392,0,0,0,.169.035.475.475,0,0,0,.207-.045.494.494,0,0,1,.208-.044.859.859,0,0,1,.205.024.9.9,0,0,0,.2.023h.042a.525.525,0,0,0,.063-.023l.077-.038c.025-.015.049-.028.071-.039a.115.115,0,0,1,.044-.018.194.194,0,0,0,.036-.113c0-.055.006-.1.006-.124a.746.746,0,0,0-.068-.3,1.782,1.782,0,0,1-.105-.288q-.082-.267-.166-.537c-.056-.18-.11-.359-.166-.536l-.026-.081c-.014-.042-.031-.089-.048-.142s-.034-.107-.05-.157l-.036-.114a.278.278,0,0,1-.029-.065c-.012-.031-.025-.065-.037-.1s-.023-.069-.035-.1-.02-.054-.024-.066c-.016-.044-.026-.069-.029-.077s-.022-.012-.054-.012a.129.129,0,0,0-.095.044.547.547,0,0,0-.074.105.681.681,0,0,0-.053.124.693.693,0,0,0-.027.107v.119a.13.13,0,0,1-.021.047l-.042.075c-.013.025-.027.049-.041.074a.274.274,0,0,1-.026.041c0,.012,0,.037,0,.074s-.006.078-.01.122-.008.083-.011.118-.006.058-.006.066a.864.864,0,0,1-.107.249.708.708,0,0,0-.1.243c0,.009,0,.026-.007.054s-.008.058-.012.091-.008.065-.012.093a.223.223,0,0,1-.011.053.2.2,0,0,0-.024.042c-.011.023-.025.05-.039.08s-.027.058-.041.083-.023.042-.027.05l-.012.095-.012.083a.493.493,0,0,0,0,.072Z" style="fill: #bc9e76"/> <path d="M743.031,427.083c-.21,0-.417.01-.62.027s-.408.027-.614.027h-.042l-.178-.027a.847.847,0,0,1-.205-.053.538.538,0,0,1-.166-.1.235.235,0,0,1-.068-.177.37.37,0,0,1,.007-.066.093.093,0,0,1,.035-.065.1.1,0,0,1,.059-.031.376.376,0,0,1,.066-.011c.11-.012.22-.02.332-.024a2.2,2.2,0,0,0,.326-.035,1.185,1.185,0,0,0,.306-.1.8.8,0,0,0,.263-.212,4.155,4.155,0,0,1,.019-.514c.015-.168.023-.335.023-.5a.817.817,0,0,0-.02-.184.647.647,0,0,1-.022-.171v-.107a.47.47,0,0,1,.006-.06c0-.027.01-.058.016-.091s.011-.065.014-.093a.478.478,0,0,0,.006-.053v-.89a.283.283,0,0,1,.006-.044q.006-.033.015-.069c.006-.023.011-.045.014-.062a.265.265,0,0,0,.006-.032c0-.008,0-.03,0-.063s0-.072,0-.116,0-.087,0-.13,0-.077,0-.1,0-.044,0-.086,0-.084,0-.127,0-.083,0-.122,0-.062,0-.074a.579.579,0,0,0-.014-.089.466.466,0,0,0-.027-.089v-.047a.352.352,0,0,1,.048-.178.4.4,0,0,0,.047-.2v-.071a.448.448,0,0,0-.012-.1.28.28,0,0,0-.042-.1v-.415a3.147,3.147,0,0,1,.028-.416,3.2,3.2,0,0,0,.026-.4v-.083a.105.105,0,0,1-.015-.032l-.017-.054c-.006-.018-.014-.042-.022-.074a.3.3,0,0,1,.022-.092.212.212,0,0,1,.032-.074v-.042a.317.317,0,0,0-.083-.207.381.381,0,0,0-.172-.131c-.036,0-.1-.014-.19-.03s-.186-.033-.284-.05l-.283-.051-.186-.035a.387.387,0,0,1-.217-.114.337.337,0,0,1-.074-.237.217.217,0,0,1,.1-.192.757.757,0,0,1,.241-.1,1.443,1.443,0,0,1,.279-.039c.1,0,.168-.006.22-.006h.059c.016,0,.054,0,.115.012l.2.024.192.024a1.076,1.076,0,0,0,.112.011.361.361,0,0,0,.114.012h.349a.478.478,0,0,0,.125-.012.309.309,0,0,0,.146.048c.053,0,.093.006.121.006a2.182,2.182,0,0,0,.469-.048,2.432,2.432,0,0,1,.493-.048h.332a.822.822,0,0,0,.148.081,1.413,1.413,0,0,1,.146.071.354.354,0,0,1,.112.1.272.272,0,0,1,.045.167.339.339,0,0,1-.018.1.541.541,0,0,1-.05.11.327.327,0,0,1-.08.089.167.167,0,0,1-.1.035c-.088.016-.175.029-.262.037s-.178.011-.272.011-.2,0-.291-.011-.192-.021-.291-.037q-.012,0-.021.027a.148.148,0,0,0-.009.045.325.325,0,0,0,.006.045c0,.021.007.043.009.064a.9.9,0,0,0,.015.093v.095a.318.318,0,0,1-.021.118l-.041.107-.042.1a.3.3,0,0,0-.02.109v.084a.34.34,0,0,1,.026.07.208.208,0,0,0,.026.066v.326a.182.182,0,0,0,.019.054.3.3,0,0,1,.023.071c.008.106.015.208.021.3s.009.2.009.314a1.2,1.2,0,0,1-.062.377,1.205,1.205,0,0,0-.062.389v.011c0,.008.01.023.02.045s.021.046.032.074a.582.582,0,0,1,.031.081.2.2,0,0,1,.011.049v.214a2.044,2.044,0,0,1-.047.443,2.02,2.02,0,0,0-.047.441c0,.194.008.385.026.573s.026.376.026.567v.51a.826.826,0,0,0-.026.11.412.412,0,0,1-.026.1.265.265,0,0,1-.006.032.368.368,0,0,1-.016.054.346.346,0,0,0-.014.053.265.265,0,0,0-.006.032c0,.008,0,.03.006.063s.007.071.011.113.008.081.013.118a.612.612,0,0,0,.012.08.284.284,0,0,0,.058.131.343.343,0,0,0,.1.075.467.467,0,0,0,.118.038,1.31,1.31,0,0,1,.137.03c0,.008.018.016.045.023l.08.027.08.027a.444.444,0,0,1,.05.018,1.105,1.105,0,0,0,.11.011l.172.012.175.012c.055,0,.1.006.119.006a.185.185,0,0,1,.068.071.233.233,0,0,1,.015.089v.054a.337.337,0,0,1-.051.2,1.539,1.539,0,0,1-.151.16.1.1,0,0,0-.048.02.126.126,0,0,1-.035.021h-.054c-.3-.02-.59-.047-.881-.083A7.363,7.363,0,0,0,743.031,427.083Z" style="fill: #bc9e76"/> <path d="M746.633,427.113a.943.943,0,0,0-.116-.023.4.4,0,0,1-.092-.022.12.12,0,0,1-.063-.046.216.216,0,0,1-.02-.105.354.354,0,0,1,.012-.1.6.6,0,0,1,.059-.122.46.46,0,0,1,.237-.166,1.785,1.785,0,0,1,.289-.059c.1-.013.189-.028.278-.048a.316.316,0,0,0,.205-.137c0-.011.012-.029.023-.052a.46.46,0,0,1,.039-.066.893.893,0,0,0,.05-.083v-1.205a.17.17,0,0,0,.028-.057.277.277,0,0,0,.014-.055v-.422a.341.341,0,0,1,.006-.047c0-.024.009-.049.015-.074s.011-.051.017-.074a.267.267,0,0,0,.009-.048v-.207a.578.578,0,0,0-.009-.111c-.006-.029-.011-.058-.017-.086s-.011-.055-.015-.083a.705.705,0,0,1-.006-.1v-.1a.18.18,0,0,0,.012-.044c0-.021.009-.045.015-.068l.014-.063a.208.208,0,0,0,.006-.032c0-.02,0-.065,0-.136s0-.147.01-.226.009-.152.014-.22a1.14,1.14,0,0,1,.015-.124.312.312,0,0,1,.018-.065.328.328,0,0,0,.017-.072v-.409c0-.032.01-.094.019-.187s.015-.192.023-.3.016-.2.024-.3.011-.162.011-.2a.244.244,0,0,0,.034-.08.476.476,0,0,0,.02-.086.872.872,0,0,0-.038-.246.966.966,0,0,0-.11-.24.926.926,0,0,0-.172-.2.666.666,0,0,0-.226-.13.285.285,0,0,0-.059-.015l-.1-.021c-.035-.007-.069-.015-.1-.023a.253.253,0,0,1-.066-.024l-.029-.024-.051-.038a.608.608,0,0,0-.054-.039l-.032-.023a.209.209,0,0,1-.036-.009.492.492,0,0,0-.066-.016l-.064-.012-.036,0a.394.394,0,0,1-.13-.089,1.626,1.626,0,0,1-.151-.158,1.457,1.457,0,0,1-.128-.166.25.25,0,0,1-.054-.122.142.142,0,0,1,.006-.046.075.075,0,0,1,.006-.031.272.272,0,0,1,.033-.055.989.989,0,0,1,.06-.081c.021-.028.042-.053.061-.077a.3.3,0,0,1,.048-.048.593.593,0,0,0,.089-.02.507.507,0,0,1,.119-.022h.913a.633.633,0,0,1,.125-.026c.031,0,.069,0,.112,0a.51.51,0,0,1,.259.063.818.818,0,0,1,.2.154,1.833,1.833,0,0,1,.169.2,2.291,2.291,0,0,0,.164.2.308.308,0,0,0,.047.051c.028.026.058.055.089.089l.089.092c.028.027.046.046.054.054a.716.716,0,0,1,.128.207.714.714,0,0,0,.127.208,1.328,1.328,0,0,0,.24.228,1.9,1.9,0,0,1,.253.223,3.347,3.347,0,0,1,.237.3q.13.185.272.371c.1.125.191.238.286.341a.856.856,0,0,0,.278.214,3.425,3.425,0,0,0,.4.581,4.848,4.848,0,0,0,.5.5l.1.176a.86.86,0,0,0,.113.163.552.552,0,0,0,.133.089c.05.024.1.05.146.077a.52.52,0,0,1,.122.1.232.232,0,0,1,.055.145c.021.016.054.047.1.092s.1.095.148.149l.146.151a.945.945,0,0,0,.1.095.673.673,0,0,1,.083.113.548.548,0,0,0,.065.1.251.251,0,0,0,.086.065.329.329,0,0,0,.14.024.409.409,0,0,0,.1-.012c.032-.008.051-.036.06-.083a2.781,2.781,0,0,0,.124-.472,2.834,2.834,0,0,0,.042-.49v-.189a.678.678,0,0,0-.015-.081.445.445,0,0,1-.015-.091.176.176,0,0,1-.012-.089c0-.056,0-.113.006-.17s.006-.09.006-.1a1.36,1.36,0,0,1-.018-.189c0-.087-.008-.179-.012-.277s-.008-.186-.011-.269-.008-.141-.012-.172,0-.058-.006-.1-.009-.088-.013-.135-.008-.093-.011-.134a.454.454,0,0,0-.012-.08.256.256,0,0,0-.015-.071.174.174,0,0,0-.026-.06v-1.026a.138.138,0,0,0-.012-.042.086.086,0,0,0-.03-.041,2.219,2.219,0,0,0-.217-.338.525.525,0,0,0-.311-.208.277.277,0,0,1-.05-.009l-.077-.018-.075-.018a.279.279,0,0,1-.048-.015.133.133,0,0,1-.032-.015.5.5,0,0,1-.053-.032l-.051-.033a.094.094,0,0,0-.03-.015,1.228,1.228,0,0,1-.192-.16.3.3,0,0,1-.062-.237.206.206,0,0,1,.041-.113.379.379,0,0,1,.08-.08.307.307,0,0,1,.086-.047l.059-.022a.418.418,0,0,0,.051,0c.025,0,.052,0,.08,0h.106l1.306.083a3.965,3.965,0,0,0,.561-.041,4.15,4.15,0,0,1,.566-.042s.02.009.057.013a.133.133,0,0,1,.068.018.527.527,0,0,0,.125.026.275.275,0,0,1,.089.018.1.1,0,0,1,.053.062.5.5,0,0,1,.018.16.249.249,0,0,1-.051.16.442.442,0,0,1-.127.111,1.044,1.044,0,0,1-.166.074l-.161.053a.635.635,0,0,0-.083.027,1.034,1.034,0,0,0-.1.038c-.032.016-.072.038-.122.066a1.384,1.384,0,0,0-.146.094c-.031.032-.061.065-.092.1a1.077,1.077,0,0,1-.074.08.352.352,0,0,0-.08.161c-.017.07-.03.134-.038.19,0,.031,0,.084-.006.157s-.008.151-.012.234-.008.162-.012.237-.008.129-.012.161v.522a.307.307,0,0,1-.02.063.244.244,0,0,0-.021.061v.2a1.127,1.127,0,0,0,.026.249,1.138,1.138,0,0,1,.027.261v.113a.522.522,0,0,1-.012.11.254.254,0,0,1-.041.1v.707a.26.26,0,0,1-.006.041.567.567,0,0,0-.009.065c0,.023,0,.046-.009.065a.3.3,0,0,0-.006.036v.576a.508.508,0,0,1-.021.08.425.425,0,0,0-.02.092.6.6,0,0,0-.012.077c0,.035-.009.073-.016.112s-.01.076-.014.11a.433.433,0,0,1-.012.069v.266a2.657,2.657,0,0,0,.048.5,2.759,2.759,0,0,1,.047.5v.029a.393.393,0,0,1-.021.093.441.441,0,0,0-.02.086.309.309,0,0,0-.012.1v.323a.311.311,0,0,0,.012.106c-.056.056-.111.113-.163.17a.264.264,0,0,1-.2.086.065.065,0,0,1-.029-.006.025.025,0,0,1-.017,0,.965.965,0,0,1-.3-.155,1.766,1.766,0,0,1-.241-.225c-.073-.083-.143-.17-.21-.262s-.137-.178-.208-.261c-.012-.015-.042-.051-.092-.1s-.1-.111-.158-.169-.106-.116-.154-.167l-.089-.095a4.9,4.9,0,0,1-.4-.51c-.123-.178-.253-.35-.392-.516a.079.079,0,0,0-.03-.054c-.012-.008-.034-.025-.067-.053s-.07-.057-.108-.09-.072-.06-.1-.089-.052-.044-.06-.052a.522.522,0,0,1-.029-.051c-.017-.029-.033-.061-.051-.092s-.035-.062-.054-.092l-.032-.056a.037.037,0,0,1-.017-.018c-.012-.012-.019-.02-.019-.024s-.015-.008-.032-.024-.038-.032-.063-.05l-.068-.053a.224.224,0,0,0-.044-.033.35.35,0,0,1-.077-.092.765.765,0,0,1-.054-.107c-.015-.038-.032-.075-.051-.113a.434.434,0,0,0-.067-.1.4.4,0,0,0-.054-.06c-.032-.031-.065-.066-.1-.1s-.071-.072-.105-.1a.539.539,0,0,0-.068-.06.494.494,0,0,1-.047-.062.207.207,0,0,1-.036-.063.313.313,0,0,0-.074-.071l-.089-.056-.086-.053a.461.461,0,0,1-.077-.063.164.164,0,0,1-.021-.038.368.368,0,0,0-.039-.068c-.015-.025-.03-.046-.044-.066a.133.133,0,0,0-.033-.036.178.178,0,0,0-.029-.041l-.041-.048a.323.323,0,0,1-.045-.026.549.549,0,0,1-.066-.048l-.062-.053c-.02-.018-.029-.031-.029-.039a.223.223,0,0,1-.066-.053l-.1-.1c-.039-.037-.073-.072-.105-.1a.522.522,0,0,0-.064-.06.7.7,0,0,0-.093-.1.182.182,0,0,0-.115-.036.153.153,0,0,0-.117.063.677.677,0,0,0-.086.145,1.112,1.112,0,0,0-.055.166.534.534,0,0,0-.022.131c0,.056,0,.1,0,.134s0,.067,0,.1v.158c0,.033,0,.066,0,.1s0,.071,0,.119a.49.49,0,0,0,.012.075c.009.037.017.077.024.118s.016.08.024.116a.465.465,0,0,1,.012.064.3.3,0,0,1,.011.1v.175q0,.107,0,.222c0,.078,0,.15,0,.217s0,.126,0,.178,0,.087,0,.106a.688.688,0,0,0,.021.092c.006.023.011.044.015.066a.307.307,0,0,1,.006.045c0,.007,0,.043,0,.106s.006.117.006.16a1.381,1.381,0,0,1-.026.28,1.292,1.292,0,0,0-.027.278.831.831,0,0,0,.021.187.954.954,0,0,1,.021.2.44.44,0,0,1-.021.136.438.438,0,0,0-.021.143.61.61,0,0,0,.1.389.554.554,0,0,0,.261.174,1.665,1.665,0,0,0,.35.075,1.378,1.378,0,0,1,.368.091.535.535,0,0,1,.172.119c.044.047.1.107.154.178a.158.158,0,0,1,.048.08.626.626,0,0,1,.006.092v.108a.089.089,0,0,1-.054.02l-.077.006-.077.006a.084.084,0,0,0-.047.014c-.048.021-.088.037-.122.048a.737.737,0,0,1-.1.027.519.519,0,0,1-.086.008h-.231a2.676,2.676,0,0,1-.4-.029,2.822,2.822,0,0,0-.4-.029,3.4,3.4,0,0,0-.443.029,3.127,3.127,0,0,1-.43.029h-.1c-.019,0-.058-.007-.115-.011s-.117-.007-.179-.009-.119,0-.175-.009A.8.8,0,0,1,746.633,427.113Z" style="fill: #bc9e76"/> <path d="M756.257,421.892a.557.557,0,0,1,.036-.226.3.3,0,0,1,.1-.122.818.818,0,0,1,.134-.08.774.774,0,0,0,.157-.106l.086-.089c.037-.04.076-.079.115-.119s.074-.076.1-.107a.635.635,0,0,0,.056-.065,1.376,1.376,0,0,0,.179-.27.673.673,0,0,0,.077-.306c0-.024,0-.051,0-.083a.628.628,0,0,0-.016-.1.273.273,0,0,0-.035-.086.134.134,0,0,0-.071-.056.208.208,0,0,0-.054-.012c-.027,0-.057-.009-.089-.015l-.088-.015-.054-.006a.582.582,0,0,1-.146-.048.609.609,0,0,1-.115-.07.73.73,0,0,1-.1-.093c-.033-.033-.066-.07-.1-.109a.852.852,0,0,0-.08-.092l-.074-.074c-.024-.023-.046-.049-.068-.074a.34.34,0,0,1-.056-.1v-.208a1.26,1.26,0,0,1,.02-.246.532.532,0,0,1,.074-.185.526.526,0,0,1,.14-.138,1.363,1.363,0,0,1,.217-.119c.027-.012.062-.026.106-.041l.128-.051c.041-.018.079-.034.112-.051l.063-.029h.106a.766.766,0,0,1,.235.051,2.754,2.754,0,0,1,.308.124,2.139,2.139,0,0,1,.286.16.538.538,0,0,1,.168.157.176.176,0,0,0,.015.039l.03.068.027.065a.15.15,0,0,0,.017.036,1.22,1.22,0,0,0,.054.128c.024.049.047.1.071.154a1.383,1.383,0,0,1,.059.157.42.42,0,0,1,.024.13.388.388,0,0,1-.027.152.406.406,0,0,0-.026.151.505.505,0,0,0,.026.163.485.485,0,0,1,.027.163c0,.079,0,.148,0,.2a.983.983,0,0,1-.037.193l-.026.027a.042.042,0,0,1-.026.015l-.2.409a1.533,1.533,0,0,1-.252.374,1.231,1.231,0,0,1-.145.145.245.245,0,0,0-.092.193,1.2,1.2,0,0,1-.122.036,1.065,1.065,0,0,0-.121.035.349.349,0,0,0-.048.006l-.077.015-.077.015-.048.006a.145.145,0,0,1-.032.018.528.528,0,0,0-.054.026l-.05.03q-.024.015-.024.021a.421.421,0,0,0-.074.011l-.1.027a.9.9,0,0,1-.1.024.448.448,0,0,1-.066.009h-.273c-.047-.012-.076-.033-.083-.062A.357.357,0,0,1,756.257,421.892Z" style="fill: #bc9e76"/> <path d="M759.432,426.241a.485.485,0,0,1-.035-.131,1.252,1.252,0,0,1-.006-.136,1.3,1.3,0,0,1,.023-.243,2.382,2.382,0,0,1,.057-.232c.021-.075.043-.149.064-.223s.041-.147.057-.222c.019-.095.039-.189.057-.281a.335.335,0,0,1,.151-.223.382.382,0,0,1,.065-.012l.1-.012.1-.011c.03,0,.05-.007.062-.007a.153.153,0,0,1,.068.03.165.165,0,0,1,.057.054,2.454,2.454,0,0,1,.148.314c.036.095.081.211.136.35l.042.071v.249a.426.426,0,0,0,.05.122.507.507,0,0,0,.074.089c.029.026.057.05.086.074a1.116,1.116,0,0,1,.093.083,1.417,1.417,0,0,1,.074.122.763.763,0,0,0,.074.116.425.425,0,0,0,.1.092.3.3,0,0,0,.16.039,1.33,1.33,0,0,0,.169.023l.274.026.272.028.175.017h.054a.539.539,0,0,0,.251-.062,1.97,1.97,0,0,1,.241-.1.248.248,0,0,1,.083-.027.754.754,0,0,1,.083-.015l.056-.05c.035-.03.059-.052.075-.068a.436.436,0,0,1,.039-.054l.052-.068q.028-.031.048-.057l.027-.029,0-.039a.554.554,0,0,1,.008-.067c0-.025.008-.046.013-.066s.01-.032.018-.036a.112.112,0,0,1,.011-.032l.024-.054.024-.053a.134.134,0,0,0,.012-.033.186.186,0,0,0,.012-.048l.011-.073c0-.026.008-.05.012-.071a.325.325,0,0,0,.006-.045.388.388,0,0,0-.021-.092.58.58,0,0,1-.02-.08.783.783,0,0,1-.012-.1c0-.052-.009-.108-.013-.167s-.007-.114-.011-.164-.006-.084-.006-.1a.241.241,0,0,0-.041-.08l-.08-.107c-.03-.038-.061-.073-.093-.107s-.057-.061-.077-.08a.891.891,0,0,0-.16-.166.731.731,0,0,0-.2-.118.236.236,0,0,0-.071-.028.484.484,0,0,0-.065-.014l-.035-.033c-.021-.018-.041-.036-.063-.053l-.062-.051a.342.342,0,0,0-.041-.029l-.042-.021a.127.127,0,0,0-.054-.015.246.246,0,0,0-.047-.024l-.089-.038c-.032-.015-.061-.027-.09-.039a.4.4,0,0,1-.047-.023.207.207,0,0,1-.053-.024.089.089,0,0,1-.03-.018.2.2,0,0,1-.036-.03l-.05-.053-.05-.053-.03-.03a.191.191,0,0,0-.033-.021c-.017-.01-.037-.021-.059-.036l-.065-.041-.051-.033a2.467,2.467,0,0,1-.341-.219c-.109-.083-.216-.167-.324-.253s-.214-.168-.323-.249a3.819,3.819,0,0,0-.335-.223,1.1,1.1,0,0,1-.077-.112c-.035-.056-.072-.115-.109-.178s-.075-.122-.111-.175-.059-.09-.071-.11a.162.162,0,0,1-.029-.048l-.039-.074a.715.715,0,0,1-.036-.074c-.009-.024-.016-.041-.02-.053v-.308c0-.151,0-.3.015-.452a2.249,2.249,0,0,1,.068-.433,1.4,1.4,0,0,1,.169-.359,2.949,2.949,0,0,1,.614-.694,1.248,1.248,0,0,1,.326-.2l.041,0,.081-.006c.03,0,.057,0,.083-.009a.2.2,0,0,0,.05-.012.369.369,0,0,0,.071-.011c.037-.008.074-.018.114-.03s.077-.022.112-.03a.415.415,0,0,1,.071-.012h.057c.033,0,.073,0,.118,0s.092,0,.14,0h.195l.137,0c.048,0,.092,0,.134,0h.086a.437.437,0,0,0,.112.033l.116.018c.037.006.075.013.112.021a.393.393,0,0,1,.111.041.449.449,0,0,0,.041.051c.02.021.034.037.042.044a1.19,1.19,0,0,0,.26.244.61.61,0,0,0,.345.094.441.441,0,0,0,.213-.039.421.421,0,0,0,.119-.089,1.089,1.089,0,0,1,.095-.088.232.232,0,0,1,.148-.038.249.249,0,0,1,.078.008.2.2,0,0,1,.065.075.592.592,0,0,1,.035.065c.016.031.033.064.051.1s.033.068.048.1a.434.434,0,0,0,.032.063v.083a.1.1,0,0,0-.015.035c-.006.02-.011.042-.017.065s-.012.046-.016.066a.27.27,0,0,0-.006.036v.492a.6.6,0,0,0-.1.208,1.366,1.366,0,0,1-.069.213.378.378,0,0,1-.029.08.222.222,0,0,1-.042.074c-.02.052-.036.1-.05.134a.333.333,0,0,1-.054.1.174.174,0,0,1-.088.056.548.548,0,0,1-.158.018.41.41,0,0,1-.368-.189.815.815,0,0,1-.086-.191c-.021-.071-.043-.143-.062-.216s-.041-.144-.066-.214a.609.609,0,0,0-.094-.181c-.008-.008-.025-.028-.051-.059s-.054-.065-.086-.1l-.092-.1c-.029-.033-.053-.059-.068-.074a.924.924,0,0,0-.1-.1l-.137-.122a1.082,1.082,0,0,0-.141-.106.243.243,0,0,0-.119-.045H761.7a.169.169,0,0,0-.074-.035.366.366,0,0,0-.068-.006h-.066a2.871,2.871,0,0,0-.349.266c-.111.1-.216.2-.315.309v.083a.7.7,0,0,1-.02.179.588.588,0,0,0-.022.177v.066a.411.411,0,0,0,.022.077.49.49,0,0,1,.02.077c0,.067.006.126.006.178a1.177,1.177,0,0,0,.009.148.739.739,0,0,0,.033.143.711.711,0,0,0,.077.154.234.234,0,0,1,.035.029l.054.054.083.077.14.127c.049.046.1.089.141.128s.075.066.086.077l.031.03.05.053c.018.02.036.038.053.054l.033.029.062.031c.034.015.072.034.116.055l.131.069c.043.023.077.042.1.053a3.3,3.3,0,0,1,.318.155.7.7,0,0,0,.341.088c.19.127.391.259.605.4a5.852,5.852,0,0,1,.588.434.158.158,0,0,1,.05.041l.039.042.02.043c.01.023.022.047.036.075s.026.053.036.077a.179.179,0,0,0,.02.042,3.253,3.253,0,0,0,.208.281.857.857,0,0,1,.16.3.285.285,0,0,1,.015.054c.006.027.011.058.015.091s.008.066.011.095a.127.127,0,0,0,.013.051.228.228,0,0,0,.021.059.217.217,0,0,1,.02.066v.083a.317.317,0,0,1-.038.163.472.472,0,0,0-.057.175c0,.015,0,.056.006.121s.006.13.006.193a.435.435,0,0,1-.012.137.113.113,0,0,1-.014.035c-.01.02-.023.041-.036.063s-.027.043-.038.062-.021.033-.025.041-.025.047-.053.1-.058.118-.091.183-.065.127-.093.184a.5.5,0,0,1-.059.1c0,.008-.013.026-.039.053s-.056.06-.092.1l-.1.1c-.034.033-.061.061-.08.08a2.9,2.9,0,0,1-.392.3,1.616,1.616,0,0,1-.439.193c-.02,0-.066.013-.137.03l-.231.05-.241.05q-.115.024-.174.03h-.042q-.319,0-.662-.018a3.445,3.445,0,0,1-.662-.1.4.4,0,0,1-.106-.051c-.031-.022-.065-.044-.1-.069s-.066-.046-.1-.071a.485.485,0,0,0-.108-.058,1.269,1.269,0,0,0-.137-.051l-.192-.069c-.065-.023-.126-.047-.181-.068a.317.317,0,0,1-.107-.057c-.012-.015-.033-.041-.066-.077l-.1-.112-.1-.112C759.464,426.276,759.443,426.253,759.432,426.241Z" style="fill: #bc9e76"/> <path d="M700.645,438.866v-1.311a.853.853,0,0,0,.026-.111.692.692,0,0,0,.015-.109.26.26,0,0,0,.012-.065c0-.036.008-.075.012-.116s.007-.08.009-.116l0-.059c.008-.02.022-.05.044-.092a.4.4,0,0,1,.045-.074c0-.012.01-.035.02-.069s.023-.068.036-.106.026-.072.035-.1a.5.5,0,0,1,.021-.059c.013-.016.042-.056.09-.119l.151-.2c.053-.073.1-.142.145-.208a.987.987,0,0,0,.077-.126q.006-.014.033-.063c.018-.034.035-.069.054-.107s.034-.073.05-.1.027-.05.036-.054a.062.062,0,0,0,.011-.017q.012-.024.024-.024l.036-.033c.02-.017.041-.035.064-.053l.066-.05.036-.03.032-.03a.669.669,0,0,0,.054-.053.53.53,0,0,1,.053-.053q.027-.024.039-.024c0-.008.006-.016.017-.024a.392.392,0,0,1,.042-.024c.016-.011.033-.023.053-.035a.2.2,0,0,0,.024-.033c.012-.018.025-.035.039-.054l.039-.05a.078.078,0,0,0,.017-.03.318.318,0,0,1,.051-.017c.025-.008.053-.018.083-.03l.077-.03a.13.13,0,0,0,.038-.018.418.418,0,0,0,.146-.094.61.61,0,0,1,.151-.107.124.124,0,0,1,.041-.015l.077-.021c.029-.008.054-.015.077-.023a.278.278,0,0,0,.1-.033l.089-.03c.031-.01.062-.018.092-.026a.278.278,0,0,0,.056-.019.46.46,0,0,0,.086-.035.644.644,0,0,1,.06-.029l.058-.025c.023-.007.051-.015.087-.023a.316.316,0,0,1,.062-.015c.034-.006.068-.01.1-.014l.1-.009.059,0a.411.411,0,0,1,.081-.048.615.615,0,0,1,.091-.042.107.107,0,0,1,.03-.009.1.1,0,0,0,.036-.014.25.25,0,0,0,.047-.018h.831l.128-.039a.426.426,0,0,1,.272.016.946.946,0,0,1,.143.07l.139.087a.637.637,0,0,0,.143.067c.118.056.235.107.349.152l.351.139a.18.18,0,0,0,.041.027.224.224,0,0,1,.036.021.327.327,0,0,1,.05.041c.025.025.053.05.08.077s.053.055.074.08.037.043.045.051a.657.657,0,0,0,.1.063.882.882,0,0,1,.1.055.617.617,0,0,1,.083.066.2.2,0,0,1,.057.095.8.8,0,0,0,.009.089c.006.043.013.068.02.072a.348.348,0,0,0,.09.077l.089.058c.02.025.058.065.115.122l.185.184.186.188c.06.058.1.1.125.124a.913.913,0,0,0,.068.291,1.978,1.978,0,0,1,.1.285.3.3,0,0,1,.015.061q.009.051.021.108l.02.1c.007.032.012.054.016.066a.292.292,0,0,1,.026.047c.014.028.028.057.045.089s.029.062.041.089a.215.215,0,0,0,.024.047c0,.021.012.057.024.11a.635.635,0,0,1,.017.1v1.08a4.767,4.767,0,0,1-.074.561,5.239,5.239,0,0,1-.134.554c0,.008-.013.028-.041.057s-.042.049-.042.057a.6.6,0,0,0-.065.174c-.008.05-.016.114-.023.193a1.682,1.682,0,0,1-.1.173c-.05.079-.1.162-.16.249s-.113.169-.163.246-.088.13-.108.157a.248.248,0,0,1-.052.065c-.033.032-.069.068-.111.107s-.082.079-.121.119a1.038,1.038,0,0,0-.083.089.489.489,0,0,1-.065.041.382.382,0,0,0-.066.042c-.008.008-.026.025-.053.054s-.058.056-.089.089l-.092.088-.057.054a.619.619,0,0,1-.124.08,1.27,1.27,0,0,0-.148.086.653.653,0,0,0-.125.107.2.2,0,0,0-.054.136v.054a1.038,1.038,0,0,1,.027.118c.01.052.015.081.015.089s.027.021.071.051.076.051.1.062a.687.687,0,0,0,.077.041l.128.066c.045.023.088.045.127.062a.779.779,0,0,0,.077.032l.042.031c.024.015.049.033.077.052a.805.805,0,0,0,.08.054.292.292,0,0,0,.057.03.28.28,0,0,0,.095.027.732.732,0,0,0,.112.014.235.235,0,0,0,.054.048.47.47,0,0,0,.059.041l.072.024c.035.012.074.024.115.036s.08.023.116.035a.348.348,0,0,0,.065.019l.039.02.053.032.05.031a.144.144,0,0,0,.03.011l.059.006.105.015.1.015.065,0a.56.56,0,0,1,.226.075.818.818,0,0,0,.226.091l.047.006.091.013.1.012a.528.528,0,0,0,.062.006.482.482,0,0,0,.1.043.723.723,0,0,0,.113.04c.019.007.054.017.1.029l.16.036c.058.012.112.023.161.035l.1.025.121.017.211.024c.075.007.146.015.211.023a.983.983,0,0,1,.121.019.211.211,0,0,1,.06.02.3.3,0,0,0,.053.021h.137l.065.023.116.039c.041.014.08.025.115.035a.384.384,0,0,0,.071.016.467.467,0,0,0,.143.012l.109,0,.111,0c.035,0,.066,0,.091,0a.418.418,0,0,1,.051,0,.813.813,0,0,1,.127.047.231.231,0,0,1,.11.083c.036,0,.072,0,.107,0l.106,0a1.871,1.871,0,0,1,.22.012c.067.007.141.02.22.036a.4.4,0,0,0,.051.017l.083.024a.712.712,0,0,1,.077.024.147.147,0,0,1,.038.018,2.683,2.683,0,0,0,.347.035c.117,0,.231.006.341.006h.226a.259.259,0,0,0,.062-.021.273.273,0,0,1,.063-.02h.041s.03.007.077.02a.562.562,0,0,0,.083.021h.291c.043.02.068.041.074.062a.309.309,0,0,1,.009.08.206.206,0,0,1-.045.137.347.347,0,0,1-.121.089c-.036.012-.081.029-.137.054s-.108.046-.16.071-.1.043-.139.059a.5.5,0,0,1-.069.024.912.912,0,0,1-.106.02c-.06.01-.124.019-.193.027s-.135.015-.2.024-.1.012-.119.012c0,0-.01.008-.029.012l-.063.014c-.021.006-.043.011-.065.015a.3.3,0,0,1-.044.006h-.154a2.2,2.2,0,0,1-.327-.024,2.307,2.307,0,0,0-.32-.023.472.472,0,0,0-.208.044.431.431,0,0,1-.2.045.694.694,0,0,1-.175-.024.694.694,0,0,0-.175-.024.122.122,0,0,0-.092.042.129.129,0,0,1-.1.041h-.025l-.041-.018-.065-.023-.066-.024a.15.15,0,0,0-.035-.012h-.451a.893.893,0,0,1-.27-.053,1.783,1.783,0,0,0-.264-.077l-.051-.006c-.025,0-.054-.007-.086-.009l-.092-.009a.535.535,0,0,0-.068-.006c-.237-.036-.478-.077-.721-.121a7.1,7.1,0,0,1-.715-.175,1.84,1.84,0,0,1-.231-.077c-.075-.033-.148-.062-.22-.09a.267.267,0,0,1-.042-.006l-.064-.012-.066-.012a.078.078,0,0,1-.036-.011,3.163,3.163,0,0,1-.418-.128l-.412-.157a1.168,1.168,0,0,1-.225-.122c-.072-.049-.147-.1-.226-.139a.506.506,0,0,1-.062-.009.154.154,0,0,1-.063-.02l-.047-.028-.077-.041-.077-.039a.179.179,0,0,0-.042-.017.27.27,0,0,1-.054-.012l-.089-.028-.091-.026-.057-.017a.143.143,0,0,1-.074-.045.3.3,0,0,1-.044-.069c-.012-.023-.025-.047-.039-.071a.2.2,0,0,0-.056-.059.649.649,0,0,0-.125-.059c-.044-.016-.089-.029-.137-.042s-.093-.026-.135-.041a.517.517,0,0,1-.125-.066.551.551,0,0,1-.123-.091.227.227,0,0,0-.132-.069.515.515,0,0,1-.08-.02.648.648,0,0,0-.075-.022,2.335,2.335,0,0,1-.422-.24,1.766,1.766,0,0,0-.415-.222c-.007,0-.035-.006-.08-.015a.412.412,0,0,1-.091-.027,1.076,1.076,0,0,1-.175-.109.683.683,0,0,0-.182-.1.488.488,0,0,0-.142-.026.224.224,0,0,1-.119-.045c-.047-.031-.11-.074-.187-.13s-.155-.11-.235-.163-.147-.1-.207-.14a.669.669,0,0,0-.107-.065l-.077-.077c-.039-.039-.082-.083-.127-.131s-.089-.091-.131-.13l-.08-.077-.077-.042q-.012,0-.024-.024a.083.083,0,0,0-.011-.017c-.06-.091-.118-.187-.173-.285s-.111-.194-.166-.285a.128.128,0,0,0-.027-.038c-.017-.022-.036-.045-.053-.069s-.035-.046-.053-.065a.116.116,0,0,1-.027-.035.361.361,0,0,1-.041-.081c-.021-.045-.035-.074-.042-.085a.4.4,0,0,1-.024-.09c-.008-.043-.017-.067-.03-.072a.734.734,0,0,0-.041-.1c-.02-.039-.04-.08-.06-.121s-.039-.083-.059-.125a.683.683,0,0,1-.041-.1,1.586,1.586,0,0,1-.024-.326A.761.761,0,0,0,700.645,438.866Zm1.738,1.11a.872.872,0,0,0,.065.086c.032.038.066.078.1.122s.068.084.1.121l.061.08a.6.6,0,0,0,.048.074.2.2,0,0,1,.035.063.515.515,0,0,1,.027.071l.047.13c.019.048.036.092.054.131a.5.5,0,0,0,.039.077l.059.059a.5.5,0,0,0,.065.06.37.37,0,0,1,.048.064.45.45,0,0,1,.02.048.15.15,0,0,0,.027.045.579.579,0,0,0,.054.05.23.23,0,0,0,.044.033l.075.047.08.054c.025.017.046.03.061.039a.257.257,0,0,0,.036.023.576.576,0,0,0,.066.035c.023.012.045.025.065.037a.151.151,0,0,1,.035.023.109.109,0,0,1,.033.023c.018.017.036.035.053.054a.687.687,0,0,0,.054.054.27.27,0,0,0,.038.029.138.138,0,0,0,.036.018l.069.027a.633.633,0,0,0,.077.026.21.21,0,0,0,.055.012.692.692,0,0,0,.12.015l.243.021.276.027.222.02h.048a.216.216,0,0,0,.094-.02.465.465,0,0,0,.078-.048l.071-.053a.33.33,0,0,1,.077-.045.178.178,0,0,1,.045-.012l.068-.011.062-.012.033-.006a.4.4,0,0,0,.137-.1,1.286,1.286,0,0,1,.118-.106c.071-.075.143-.153.217-.234s.143-.164.211-.249a2.656,2.656,0,0,0,.183-.265,1.283,1.283,0,0,0,.131-.29.553.553,0,0,0,.021-.077.183.183,0,0,1,.026-.077,1.6,1.6,0,0,1,.125-.244.97.97,0,0,0,.112-.261,2.369,2.369,0,0,0,.092-.49,3.4,3.4,0,0,1,.08-.5.208.208,0,0,1,.013-.042c.008-.023.015-.049.023-.077s.016-.054.024-.077a.208.208,0,0,0,.011-.048v-.207c0-.008,0-.029.006-.062s.01-.07.016-.107.011-.072.015-.1,0-.049,0-.053a.253.253,0,0,1,.006-.042.27.27,0,0,0,.006-.054,1.4,1.4,0,0,0-.012-.163q-.01-.1-.03-.2c-.012-.071-.025-.139-.041-.2s-.029-.116-.042-.16c-.035-.1-.067-.2-.1-.294s-.054-.187-.074-.281a.47.47,0,0,1-.02-.1c-.006-.043-.009-.068-.009-.077l-.051-.1c-.025-.051-.055-.107-.086-.169s-.062-.121-.092-.178-.052-.1-.068-.127a.488.488,0,0,1-.042-.063.371.371,0,0,0-.041-.062l-.029-.03-.054-.051c-.019-.017-.038-.035-.054-.052a.329.329,0,0,1-.029-.039.3.3,0,0,1-.051-.075l-.056-.109a.839.839,0,0,0-.065-.11.317.317,0,0,0-.071-.074.556.556,0,0,1-.086-.015.21.21,0,0,1-.08-.027.174.174,0,0,1-.063-.035.2.2,0,0,0-.062-.036c-.064-.035-.122-.066-.175-.092a1.307,1.307,0,0,0-.157-.062,1.06,1.06,0,0,0-.166-.035c-.06-.008-.127-.014-.2-.019a.058.058,0,0,0-.045-.041.232.232,0,0,0-.068-.012h-.142a.257.257,0,0,1-.057.033.22.22,0,0,1-.056.02c-.155.009-.295.014-.421.016a1.892,1.892,0,0,0-.41.055c0,.008-.016.015-.036.019l-.065.012-.068.009-.039,0a.325.325,0,0,0-.109.122.734.734,0,0,1-.093.133c-.008.008-.021.024-.041.048s-.041.049-.062.077-.044.053-.066.077a.439.439,0,0,0-.038.047.961.961,0,0,0-.083.137c-.024.048-.048.1-.071.143a1.311,1.311,0,0,1-.08.136.694.694,0,0,1-.1.119.8.8,0,0,1-.077.059.378.378,0,0,0-.077.066.332.332,0,0,0-.059.083.918.918,0,0,0-.065.118.758.758,0,0,0-.089.2,1.114,1.114,0,0,1-.083.208c-.044.11-.092.22-.142.329a1.021,1.021,0,0,0-.095.341c-.021.142-.039.285-.057.428a4.189,4.189,0,0,1-.074.42v.054a.159.159,0,0,0,.006.029c0,.016.009.034.015.051l.014.047a.173.173,0,0,1,.006.027v.255a.277.277,0,0,0,.019.072c.011.035.025.075.041.118s.03.084.042.119a.312.312,0,0,1,.017.071v.208a.394.394,0,0,1,.032.053c.019.032.038.065.057.1s.038.068.054.1a.273.273,0,0,0,.035.06.52.52,0,0,0,.006.071.66.66,0,0,1,.006.1.791.791,0,0,1-.006.1A.639.639,0,0,0,702.383,439.976Z" style="fill: #bc9e76"/> <path d="M710.328,439.276v-.089c0-.056,0-.124.007-.2s.007-.163.009-.244,0-.152.009-.213,0-.1,0-.122v-.142a.642.642,0,0,0-.014-.143.6.6,0,0,1-.016-.148.926.926,0,0,1,.016-.175,1.062,1.062,0,0,0,.014-.181v-.03a.572.572,0,0,0-.014-.089.554.554,0,0,1-.016-.089c0-.044-.007-.08-.009-.109l0-.09c0-.029,0-.052,0-.068a1.1,1.1,0,0,1,.024-.261,1.1,1.1,0,0,0,.023-.249,1.272,1.272,0,0,0-.014-.193,1.262,1.262,0,0,1-.016-.21,2.084,2.084,0,0,1,.016-.265,2.621,2.621,0,0,0,.014-.3c0-.127,0-.239,0-.339a3.365,3.365,0,0,0-.028-.349.457.457,0,0,0-.192-.14c-.081-.033-.159-.064-.235-.092a1.342,1.342,0,0,1-.2-.089.146.146,0,0,1-.083-.13v-.042a.455.455,0,0,1,.022-.113.737.737,0,0,0,.02-.089c0-.019.023-.037.057-.05a.21.21,0,0,0,.061-.033,2.106,2.106,0,0,1,.451-.08c.151-.009.3-.014.458-.014h.457a.776.776,0,0,0,.186-.022.909.909,0,0,1,.188-.02l.132,0c.066,0,.136,0,.211,0l.214,0,.149,0a1.2,1.2,0,0,1,.225.069,1.467,1.467,0,0,1,.213.1.117.117,0,0,1,.036.063.342.342,0,0,1,.006.062v.054c0,.071-.012.116-.036.136s-.064.053-.124.1a.9.9,0,0,0-.119.05.411.411,0,0,1-.089.039.193.193,0,0,1-.074.027.482.482,0,0,0-.092.027.368.368,0,0,0-.048.006l-.077.014a.692.692,0,0,0-.076.021.185.185,0,0,0-.042.017.392.392,0,0,0-.131.095.874.874,0,0,0-.107.152.859.859,0,0,0-.074.178.628.628,0,0,0-.026.163,1.4,1.4,0,0,0,.012.193c.007.057.019.126.035.2v1.809a.509.509,0,0,0-.041.161c0,.051-.006.111-.006.177v.167q.029.426.083.878a3.36,3.36,0,0,0,.213.855c0,.008.014.028.042.062a.2.2,0,0,1,.042.062s.01.01.017.03.016.041.024.065.015.046.023.068a.111.111,0,0,0,.019.039.632.632,0,0,0,.1.186.727.727,0,0,1,.1.188.159.159,0,0,0,.006.029l.012.051a.268.268,0,0,0,.012.047.069.069,0,0,0,.012.027.351.351,0,0,0,.068.112.354.354,0,0,0,.083.069c.03.017.062.035.1.051a.8.8,0,0,1,.118.065l.042.041a.37.37,0,0,1,.071.024.177.177,0,0,0,.066.018c.015,0,.056,0,.124.012l.217.026.219.027c.07.008.112.012.128.012a.445.445,0,0,1,.062.021.37.37,0,0,0,.068.02c.02.008.048.017.083.027s.071.019.108.027l.094.02.047.009a.781.781,0,0,0,.084-.017l.065-.012a.333.333,0,0,0,.053-.012,1.312,1.312,0,0,0,.306-.1,1.923,1.923,0,0,0,.264-.155c.083-.056.165-.119.247-.186l.252-.208a1.178,1.178,0,0,1,.2-.136.412.412,0,0,0,.169-.167c.009,0,.017-.014.027-.041s.019-.052.027-.071c.015-.06.037-.129.062-.208a1.268,1.268,0,0,0,.051-.213.285.285,0,0,0,.015-.054c0-.027.01-.057.014-.089s.007-.061.009-.088,0-.046,0-.054a.253.253,0,0,0,.026-.042c.015-.024.03-.048.045-.074s.029-.05.042-.075a.14.14,0,0,0,.018-.046.408.408,0,0,0,.011-.078c0-.04.008-.083.012-.131s.007-.094.009-.142,0-.085,0-.112l0-.051c0-.029,0-.064.006-.1l.006-.116c0-.037,0-.065,0-.086a2.837,2.837,0,0,0-.027-.386,2.953,2.953,0,0,1-.026-.385v-.142c0-.032,0-.062,0-.093a.109.109,0,0,1,.032-.073c.016-.171.028-.352.036-.546s.012-.382.012-.564v-.077a.247.247,0,0,0-.006-.066.367.367,0,0,0-.012-.047c-.009-.027-.017-.057-.027-.089l-.027-.088a.346.346,0,0,1-.011-.054,1.068,1.068,0,0,1-.012-.107c0-.051-.006-.1-.006-.161s0-.109.006-.163a1.021,1.021,0,0,1,.012-.109c-.021-.044-.046-.1-.077-.172a.383.383,0,0,0-.125-.16c-.02-.012-.043-.027-.072-.042l-.086-.05a.628.628,0,0,0-.083-.045.15.15,0,0,0-.056-.018.286.286,0,0,1-.053-.008c-.028-.006-.059-.011-.092-.016s-.064-.009-.093-.015a.415.415,0,0,0-.052-.008.106.106,0,0,1-.033-.015.235.235,0,0,1-.039-.026c-.024-.021-.061-.05-.113-.09a.431.431,0,0,0-.228-.1.55.55,0,0,1-.1-.02.193.193,0,0,1-.077-.048.132.132,0,0,1-.032-.1.169.169,0,0,1,.029-.08.516.516,0,0,1,.077-.1.547.547,0,0,1,.107-.083.226.226,0,0,1,.119-.036c.127,0,.224,0,.293-.006s.135-.006.2-.006h.748l.048-.005.091-.012a.82.82,0,0,0,.089-.015.118.118,0,0,0,.051-.021h.083a.413.413,0,0,1,.148.027.412.412,0,0,0,.148.026.612.612,0,0,0,.182-.026.61.61,0,0,1,.186-.027,1.128,1.128,0,0,1,.463.1.987.987,0,0,1,.368.282.337.337,0,0,0,.015.062.179.179,0,0,0,.026.063v.041a.166.166,0,0,0-.026.045.132.132,0,0,0-.015.05l-.083.041c-.04.021-.081.04-.125.06s-.086.04-.128.059l-.086.041a.543.543,0,0,1-.154.028,1.486,1.486,0,0,0-.151.014.484.484,0,0,0-.142.047.384.384,0,0,0-.128.119c0,.02-.01.056-.017.107s-.016.109-.025.173-.015.122-.023.178a.934.934,0,0,0-.012.118v.41c0,.012,0,.035-.006.07s-.009.073-.015.113-.01.078-.014.113a.605.605,0,0,0-.007.071.277.277,0,0,0,.021.065.27.27,0,0,1,.021.072v.112c0,.013,0,.036-.006.071s-.009.074-.015.114-.01.077-.014.112a.605.605,0,0,0-.007.071,3.007,3.007,0,0,0-.012.326v.968c0,.071,0,.133,0,.187s0,.093.009.122c-.012.035-.026.087-.044.154l-.039.143-.083,1.121a.492.492,0,0,0-.059.106,1.067,1.067,0,0,0-.042.128c-.011.046-.022.089-.032.131s-.021.08-.033.115a.139.139,0,0,1-.015.045.28.28,0,0,1-.026.05c-.071.127-.142.26-.211.4a1.935,1.935,0,0,1-.246.38l-.027.031-.044.049c-.016.019-.033.036-.048.054l-.035.038c-.008,0-.021.013-.037.025l-.049.035a.51.51,0,0,0-.051.036.077.077,0,0,1-.029.017l-.042.041-.066.066-.065.065-.035.036a.209.209,0,0,1-.051.012l-.08.015c-.028.006-.054.011-.08.014a.107.107,0,0,0-.044.012.277.277,0,0,0-.143.069.462.462,0,0,1-.142.085.27.27,0,0,0-.054.012c-.027.009-.059.018-.1.028l-.106.029-.077.02c-.044.009-.1.018-.166.028a.681.681,0,0,0-.173.044.61.61,0,0,0-.092.056.454.454,0,0,1-.066.045.277.277,0,0,1-.067.027.523.523,0,0,1-.1.008h-.154a.627.627,0,0,1-.065-.006c-.031,0-.066-.008-.1-.014l-.1-.015a.639.639,0,0,0-.066-.006h-.445l-.032-.007a.358.358,0,0,1-.054-.014.477.477,0,0,0-.054-.015l-.032-.006h-.368a.572.572,0,0,0-.062-.045.237.237,0,0,1-.062-.049c-.123-.06-.235-.114-.339-.161s-.2-.1-.3-.151-.191-.114-.288-.182a3.314,3.314,0,0,1-.311-.243.214.214,0,0,0-.033-.02.441.441,0,0,1-.053-.035.4.4,0,0,0-.054-.037.138.138,0,0,1-.032-.02.4.4,0,0,1-.1-.125,1.294,1.294,0,0,1-.065-.151c-.021-.053-.04-.107-.057-.161a1.262,1.262,0,0,0-.063-.151.487.487,0,0,1-.038-.053c-.018-.028-.036-.058-.053-.091l-.048-.093a.248.248,0,0,1-.021-.047.608.608,0,0,1-.077-.185,1.356,1.356,0,0,1-.032-.207c-.006-.071-.01-.14-.012-.208s-.008-.131-.015-.189a.79.79,0,0,0-.012-.08c-.008-.046-.016-.1-.024-.146s-.015-.1-.023-.142A.65.65,0,0,1,710.328,439.276Z" style="fill: #bc9e76"/> <path d="M725.312,442.367h-.671l-.075-.007c-.041,0-.087-.008-.138-.014l-.143-.015-.083-.006c-.063,0-.169,0-.317-.006s-.306,0-.472,0-.335,0-.481,0-.247.006-.3.006a.624.624,0,0,1-.087-.091.2.2,0,0,1-.038-.117.165.165,0,0,1,.012-.074c.008-.014.021-.042.042-.086a.222.222,0,0,1,.02-.065.1.1,0,0,1,.051-.059l.05-.006.08-.012.077-.012a.111.111,0,0,0,.042-.012.3.3,0,0,0,.053-.029c.024-.016.05-.034.077-.054l.077-.054.048-.029a.106.106,0,0,1,.038-.015c.022,0,.047-.01.074-.014l.08-.009.051,0a.03.03,0,0,0,.023-.017l.013-.018v-.208a1.833,1.833,0,0,0-.03-.32c-.02-.107-.044-.212-.074-.318s-.061-.207-.092-.308-.06-.2-.083-.294a.781.781,0,0,1-.018-.077c-.008-.039-.017-.083-.03-.13s-.021-.091-.029-.131a.781.781,0,0,0-.018-.077.127.127,0,0,0-.012-.041c-.008-.021-.016-.041-.024-.063l-.023-.062a.191.191,0,0,1-.012-.035c-.012-.037-.024-.074-.036-.114a.79.79,0,0,0-.044-.112.372.372,0,0,0-.066-.093.188.188,0,0,0-.1-.05l-.069-.014-.091-.016-.086-.009-.057,0-.036.025a.16.16,0,0,1-.035.017l-.066.018a.251.251,0,0,1-.065.012h-.326c-.147,0-.3,0-.449.008a3.844,3.844,0,0,0-.418.039.129.129,0,0,0-.047.024.151.151,0,0,1-.036.018c-.019,0-.052.008-.1.012l-.149.012-.151.012c-.048,0-.079.006-.1.006l-.042.041-.16.9a.592.592,0,0,0-.119.2,1.012,1.012,0,0,0-.047.216q-.012.112-.015.225a1.234,1.234,0,0,1-.027.226.227.227,0,0,1-.041.089.811.811,0,0,1-.048.071l.048.095a.354.354,0,0,1,.038.057.568.568,0,0,1,.033.056l.069.018.1.026.1.03.065.021c.064.016.141.033.232.054a1.185,1.185,0,0,1,.258.086.692.692,0,0,1,.208.145.311.311,0,0,1,.085.226v.1a.169.169,0,0,1-.026.038.4.4,0,0,1-.048.054c-.017.018-.034.034-.05.048a.126.126,0,0,1-.042.026c-.047,0-.126,0-.234.006l-.344.015c-.121.006-.235.011-.344.014s-.187.007-.235.007h-1.643a.129.129,0,0,1-.024-.045.121.121,0,0,0-.03-.05c-.008-.055-.022-.122-.041-.2a.918.918,0,0,1-.03-.225.128.128,0,0,1,.089-.122c.059-.026.113-.046.161-.063a.318.318,0,0,0,.041,0l.08-.008.083-.012a.209.209,0,0,0,.051-.012c.039-.016.089-.039.151-.071s.121-.063.181-.092.112-.057.157-.08a.481.481,0,0,0,.074-.042l.06-.095v-.575c.039,0,.074-.035.1-.092a1.231,1.231,0,0,0,.08-.193c.025-.071.046-.143.066-.214a.635.635,0,0,1,.059-.154l.032-.03c.019-.015.038-.032.057-.05l.054-.05c.015-.016.023-.028.023-.036a.145.145,0,0,0,.012-.053c0-.032.008-.066.012-.105s.007-.073.011-.106.007-.055.007-.062.021-.045.038-.089a.2.2,0,0,1,.057-.089l.071-.689a.673.673,0,0,0,.11-.26c.017-.1.034-.189.05-.28a.135.135,0,0,0,.03-.065.392.392,0,0,0,.011-.06.66.66,0,0,0,.048-.055.732.732,0,0,1,.047-.057.5.5,0,0,0,.016-.068c.006-.034.012-.071.02-.11s.015-.078.021-.116.01-.066.014-.086v-.166a.538.538,0,0,1,.034-.065c.017-.032.035-.066.052-.1s.036-.069.054-.1l.033-.059a.157.157,0,0,0,.018-.045c.008-.025.015-.052.023-.08s.015-.053.021-.077a.283.283,0,0,0,.01-.047c.007-.013.018-.034.032-.066s.027-.065.041-.1a1.069,1.069,0,0,0,.036-.1.3.3,0,0,1,.026-.068,2.249,2.249,0,0,0,.105-.38,2.654,2.654,0,0,1,.1-.4,1.455,1.455,0,0,1,.14-.3.66.66,0,0,0,.092-.322c.008-.007.011-.027.011-.058s0-.068,0-.11-.006-.069-.006-.081.015-.027.035-.059.041-.065.062-.1.041-.069.057-.1a.186.186,0,0,0,.023-.066v-.32a.482.482,0,0,1,.037-.086.584.584,0,0,1,.046-.086.273.273,0,0,0,.048-.03l.038-.027a.213.213,0,0,0,.034-.026c.063-.04.119-.077.169-.113a1.419,1.419,0,0,1,.148-.095.706.706,0,0,1,.16-.065.769.769,0,0,1,.2-.024c.02,0,.057,0,.113.006s.092.006.112.006l.122.106a.23.23,0,0,1,.08.137,2.441,2.441,0,0,1,.092.481,2.384,2.384,0,0,0,.086.462.212.212,0,0,0,.011.054.059.059,0,0,0,.019.029c.008.021.017.044.026.072a.235.235,0,0,1,.015.053v.208a1.549,1.549,0,0,0,.083.255,1.144,1.144,0,0,1,.077.244c0,.011.011.041.022.088s.019.1.029.155.018.107.023.157.009.08.009.092.01.024.019.048.016.049.026.077.019.053.026.077.016.035.025.035c.008.04.022.105.044.2s.046.187.071.287.051.2.074.286.039.151.048.187a2.5,2.5,0,0,1,.29.7q.09.364.16.744c0,.008.013.027.025.057l.023.057q.1.255.187.5c.057.164.12.329.187.5a.3.3,0,0,0-.011.059c0,.028-.009.057-.013.086a.829.829,0,0,1-.015.083c-.006.027-.011.045-.014.057v.083a.333.333,0,0,0,.032.048.8.8,0,0,1,.053.077l.054.08a.312.312,0,0,1,.032.05,1.12,1.12,0,0,1,.114.259c.023.085.049.167.077.246a1.373,1.373,0,0,0,.1.228.632.632,0,0,0,.2.2c0,.009.006.018.02.028s.021.018.021.026a.36.36,0,0,1,.091.042.307.307,0,0,0,.075.035.816.816,0,0,0,.1.018l.172.024.172.021c.054,0,.088.008.1.008s.038.02.065.036l.083.05a.33.33,0,0,1,.068.057.094.094,0,0,1,.027.065.612.612,0,0,1-.021.1,1.554,1.554,0,0,1-.054.169,1.354,1.354,0,0,1-.067.16c-.024.048-.044.073-.06.077h-.208a.548.548,0,0,1-.085-.006A.208.208,0,0,1,725.312,442.367Zm-4.445-4.26v.011l.018.072a.338.338,0,0,1,.012.059c.028.051.058.1.091.152a1.009,1.009,0,0,0,.108.129.458.458,0,0,0,.131.093.375.375,0,0,0,.169.035.461.461,0,0,0,.207-.045.491.491,0,0,1,.208-.044.865.865,0,0,1,.2.024.845.845,0,0,0,.2.023h.042a.389.389,0,0,0,.062-.023l.077-.038c.026-.015.049-.028.072-.039a.115.115,0,0,1,.044-.018.188.188,0,0,0,.036-.113c0-.055.006-.1.006-.124a.735.735,0,0,0-.069-.3,1.773,1.773,0,0,1-.1-.288c-.055-.178-.111-.356-.166-.537l-.166-.536c0-.013-.013-.039-.027-.08s-.03-.09-.047-.143-.035-.106-.05-.157l-.036-.113a.363.363,0,0,1-.03-.066c-.011-.031-.024-.064-.036-.1s-.023-.07-.035-.1l-.024-.065q-.024-.066-.03-.078c0-.007-.021-.011-.053-.011a.124.124,0,0,0-.1.044.51.51,0,0,0-.074.1.681.681,0,0,0-.053.124.581.581,0,0,0-.027.108v.118a.132.132,0,0,1-.021.048c-.014.023-.027.047-.042.074s-.027.05-.041.074a.4.4,0,0,1-.026.041c0,.012,0,.037,0,.074s-.006.078-.01.122-.008.083-.012.118-.006.058-.006.066a.834.834,0,0,1-.106.249.732.732,0,0,0-.1.243c0,.009,0,.026-.006.054s-.008.058-.012.092-.008.064-.012.092a.208.208,0,0,1-.012.053.394.394,0,0,0-.023.042c-.012.024-.025.05-.039.08s-.027.058-.041.083a.494.494,0,0,0-.027.05l-.012.1-.012.083a.485.485,0,0,0-.006.071Z" style="fill: #bc9e76"/> <path d="M732.675,442.272a1.11,1.11,0,0,0-.249.027,1.142,1.142,0,0,1-.243.026.307.307,0,0,1-.108-.035,1.577,1.577,0,0,1-.157-.087c-.053-.033-.1-.065-.147-.1a.3.3,0,0,1-.087-.078,1.209,1.209,0,0,1-.133-.243,1.473,1.473,0,0,0-.122-.237.414.414,0,0,0-.063-.092.273.273,0,0,1-.05-.074c-.007-.012-.021-.033-.039-.065s-.035-.067-.052-.1-.034-.072-.048-.1a.2.2,0,0,1-.021-.065.26.26,0,0,1-.05-.057.449.449,0,0,1-.045-.068q-.149-.214-.293-.424c-.1-.14-.192-.286-.283-.436a.109.109,0,0,0-.014-.042.159.159,0,0,0-.027-.041,3.024,3.024,0,0,0-.172-.357c-.064-.11-.128-.225-.2-.343a.184.184,0,0,0-.011-.034c-.009-.017-.018-.035-.028-.052s-.018-.037-.026-.054a.123.123,0,0,0-.018-.032.284.284,0,0,1-.074-.045c-.042-.03-.072-.053-.092-.069a.311.311,0,0,1-.048-.032l-.074-.054-.074-.05a.365.365,0,0,0-.048-.03c-.008-.007-.028-.029-.061-.065s-.055-.057-.063-.066l-.045-.023-.071-.038c-.026-.015-.05-.027-.074-.039a.467.467,0,0,0-.053-.024.611.611,0,0,1-.083-.014.212.212,0,0,1-.083-.028.236.236,0,0,1-.083-.035.251.251,0,0,0-.1-.036h-.006c-.023,0-.052.022-.089.063a1.59,1.59,0,0,0-.106.142,1.212,1.212,0,0,0-.089.157.32.32,0,0,0-.036.107.764.764,0,0,0,.027.208.759.759,0,0,1,.027.208.666.666,0,0,1-.027.195.637.637,0,0,0-.027.185.6.6,0,0,0,.039.21,1.309,1.309,0,0,1,.056.2v.747a.417.417,0,0,1-.021.087.515.515,0,0,0-.02.08v.041a.489.489,0,0,0,.08.288.735.735,0,0,0,.2.195,1.459,1.459,0,0,0,.259.14c.093.04.179.078.258.116a1,1,0,0,1,.2.121.2.2,0,0,1,.08.155.169.169,0,0,1-.051.122.407.407,0,0,1-.125.083.734.734,0,0,1-.151.047.8.8,0,0,1-.13.015l-.137,0-.2,0c-.068,0-.134,0-.2-.009s-.1-.008-.128-.012l-1.407-.012a.245.245,0,0,1-.118.035c-.048,0-.092.007-.136.007h-.446a.6.6,0,0,1-.1-.053c-.044-.028-.066-.058-.066-.089a.154.154,0,0,1,.033-.089.427.427,0,0,1,.078-.087.562.562,0,0,1,.091-.065.168.168,0,0,1,.078-.027h.669a.062.062,0,0,0,.034-.02.307.307,0,0,0,.038-.051c.011-.02.023-.038.033-.056a.1.1,0,0,0,.015-.039v-.409a.7.7,0,0,0,.014-.086c.006-.046.012-.094.018-.145s.011-.1.015-.146.006-.074.006-.086,0-.054-.006-.112-.006-.117-.006-.173v-.077a.066.066,0,0,1,.012-.047.279.279,0,0,1,0-.039c0-.022,0-.074.009-.157s.008-.208.012-.377.006-.4.006-.7a.488.488,0,0,0,.083-.19,1.589,1.589,0,0,0,.011-.2c0-.028,0-.064,0-.11s-.006-.072-.006-.08a.127.127,0,0,0-.021-.045.094.094,0,0,1-.021-.044v-.011a1.942,1.942,0,0,1,.027-.318,1.935,1.935,0,0,0,.026-.317.46.46,0,0,0-.026-.179.339.339,0,0,1-.027-.142v-.018a.3.3,0,0,1,.021-.08.39.39,0,0,0,.021-.074.683.683,0,0,0,.011-.074c0-.034.009-.069.015-.1l.016-.1a.4.4,0,0,1,.011-.062v-.5c0-.016,0-.061.015-.139s.021-.16.035-.25.028-.172.039-.249.02-.125.024-.145v-.315a.421.421,0,0,1,.006-.049c0-.027.008-.054.014-.083s.011-.057.016-.081.006-.038.006-.042v-.083a.207.207,0,0,0-.036-.062l-.047-.063a.448.448,0,0,0-.039-.041c-.018-.015-.036-.033-.054-.05a.577.577,0,0,0-.047-.044c-.014-.013-.023-.019-.027-.019a.265.265,0,0,0-.1-.026.482.482,0,0,1-.107-.027.459.459,0,0,1-.1-.017c-.048-.013-.1-.025-.149-.036l-.145-.035-.092-.025a.551.551,0,0,1-.228-.121.275.275,0,0,1-.111-.217.12.12,0,0,1,.033-.083.323.323,0,0,1,.078-.062.383.383,0,0,1,.1-.041.311.311,0,0,1,.089-.016,1.137,1.137,0,0,1,.125.006.548.548,0,0,1,.124.036c.143.008.285.018.428.029s.28.019.415.019.265-.007.392-.019.249-.021.368-.029a.344.344,0,0,1,.089-.036.5.5,0,0,1,.083-.006.194.194,0,0,1,.128.045.187.187,0,0,0,.126.045,2.034,2.034,0,0,0,.294-.022c.1-.013.194-.028.289-.043s.188-.032.281-.045a1.943,1.943,0,0,1,.288-.021h.225a.209.209,0,0,0,.089.041.83.83,0,0,0,.107.019c.036,0,.069.007.1.008a.25.25,0,0,1,.077.015.2.2,0,0,1,.072.057l.058.061.66.208c.047.044.085.081.115.114l.09.094c.029.032.051.058.067.077a.634.634,0,0,1,.048.063.366.366,0,0,0,.048.061.524.524,0,0,0,.2.161.421.421,0,0,1,.169.13,1.774,1.774,0,0,1,.131.324,3.512,3.512,0,0,0,.119.342.119.119,0,0,0,.012.029c.007.015.015.032.023.051l.023.052a.15.15,0,0,1,.012.034v.041a.215.215,0,0,1-.012.036l-.023.062c-.008.022-.016.042-.023.062a.138.138,0,0,0-.012.042v.451a.1.1,0,0,1-.013.035.574.574,0,0,1-.029.051l-.032.05a.293.293,0,0,1-.022.03l0,.038c0,.022,0,.045-.009.068a.4.4,0,0,1-.014.066.11.11,0,0,1-.015.035,1.569,1.569,0,0,1-.145.374,2.34,2.34,0,0,1-.246.371,2.3,2.3,0,0,1-.315.317,1.484,1.484,0,0,1-.35.22c-.008,0-.037,0-.086.012s-.079.017-.086.029a.423.423,0,0,0-.163.185c-.046.087-.084.162-.117.225a.07.07,0,0,0,.013.018.04.04,0,0,0,.029.012c.139.119.269.241.392.368a3.21,3.21,0,0,1,.344.421.291.291,0,0,0,.018.062c.012.033.02.055.024.063a.136.136,0,0,0,.014.041.169.169,0,0,0,.027.042c.032.055.059.109.084.163a1.477,1.477,0,0,0,.083.163,1.082,1.082,0,0,0,.077.137c.023.035.047.069.071.1s.049.064.077.095.059.071.1.119c.1.126.19.26.287.4a1.315,1.315,0,0,0,.336.341.927.927,0,0,0,.258.134,2.218,2.218,0,0,1,.269.112.643.643,0,0,1,.211.167.443.443,0,0,1,.086.293v.1c0,.02,0,.041,0,.064a.05.05,0,0,1-.032.048.579.579,0,0,0-.077.015.679.679,0,0,0-.1.027c-.009,0-.03,0-.065,0l-.128.009c-.05,0-.1.009-.149.015l-.121.014h-.011a.148.148,0,0,1-.072-.02c-.024-.014-.048-.03-.074-.048a.543.543,0,0,0-.086-.047A.262.262,0,0,0,732.675,442.272Zm-3.708-4.112c.035,0,.1,0,.186.009s.183.011.283.015.192.008.281.014.149.009.182.009h.094c.028,0,.068-.012.118-.023a.66.66,0,0,0,.089-.024,1.143,1.143,0,0,0,.333-.187,1.566,1.566,0,0,0,.232-.243,2.654,2.654,0,0,0,.186-.286,3.379,3.379,0,0,1,.2-.311.493.493,0,0,1,.041-.074.153.153,0,0,0,.031-.062s0-.022.008-.054.011-.065.015-.1.008-.069.012-.1.006-.05.006-.058a.649.649,0,0,0,.02-.083.258.258,0,0,1,.027-.084v-.1c0-.083,0-.17-.011-.261a.664.664,0,0,0-.077-.254,2.291,2.291,0,0,1-.14-.294,1.772,1.772,0,0,0-.14-.283.131.131,0,0,1-.032-.032c-.015-.017-.028-.036-.042-.054a.642.642,0,0,1-.038-.053c-.013-.018-.02-.029-.024-.033a.229.229,0,0,0-.024-.044c-.015-.026-.032-.051-.051-.078l-.052-.074-.034-.041a.034.034,0,0,0-.014-.029.048.048,0,0,0-.027-.013.249.249,0,0,0-.1-.035.946.946,0,0,0-.107-.006.864.864,0,0,1-.1-.006.179.179,0,0,1-.1-.048c-.05-.027-.1-.053-.138-.08a1.244,1.244,0,0,0-.125-.065.686.686,0,0,0-.137-.041.892.892,0,0,0-.175-.015h-.083c-.019,0-.051,0-.092.006l-.134.015c-.047.006-.093.011-.139.014s-.078.006-.1.006l-.035.036-.062.062c-.023.022-.044.043-.066.062s-.037.035-.045.042a.38.38,0,0,1-.009.056.232.232,0,0,1-.02.068.315.315,0,0,1-.021.086.333.333,0,0,0-.021.093.527.527,0,0,0-.032.139.234.234,0,0,1-.057.134v.546c0,.023.008.085.012.187s.01.209.015.326.011.226.015.326.006.163.006.187,0,.067-.006.142-.009.157-.015.244-.011.169-.015.246a1.345,1.345,0,0,1-.012.145v.108a.3.3,0,0,0,.074.183A.346.346,0,0,0,728.967,438.16Z" style="fill: #bc9e76"/> <path d="M739.428,442.325H738.17l-.051-.017-.074-.028-.074-.026a.3.3,0,0,1-.05-.023h-.054a1.383,1.383,0,0,1-.314.077,3.194,3.194,0,0,1-.338.017c-.071,0-.151,0-.24-.014a1.032,1.032,0,0,1-.256-.063.556.556,0,0,1-.2-.131.3.3,0,0,1-.083-.225.31.31,0,0,1,.074-.2.29.29,0,0,1,.175-.11l.118-.006.187-.011.184-.012c.058,0,.1-.006.122-.006a.42.42,0,0,0,.172-.068.593.593,0,0,0,.124-.121,1.031,1.031,0,0,0,.093-.152c.025-.054.05-.108.074-.163,0-.032-.009-.09-.013-.173s-.006-.17-.006-.261,0-.175.006-.254.009-.139.013-.179c0-.016,0-.056.012-.121s.015-.136.023-.211.016-.145.024-.207.012-.106.012-.125v-.029a.325.325,0,0,0-.018-.072.33.33,0,0,1-.018-.065v-.042a.308.308,0,0,1,.018-.1.388.388,0,0,0,.018-.122.659.659,0,0,0-.018-.148.6.6,0,0,1-.018-.148v-.09c0-.019.01-.071.018-.157s.016-.177.027-.275.018-.192.023-.277.009-.138.009-.163v-.486a1.12,1.12,0,0,1,.054-.261.839.839,0,0,0,.041-.261.434.434,0,0,0-.026-.163.415.415,0,0,1-.027-.164.673.673,0,0,1,.006-.091.152.152,0,0,1,.047-.086v-.955a.271.271,0,0,0-.015-.048c-.009-.028-.018-.052-.026-.072a1.336,1.336,0,0,1-.057-.16.209.209,0,0,0-.109-.131.35.35,0,0,1-.057-.023l-.086-.038c-.032-.015-.062-.027-.091-.039l-.063-.024h-.35q-.375,0-.712.021c-.226.014-.459.02-.7.02h-.249a1.964,1.964,0,0,0-.252.169,1.5,1.5,0,0,0-.2.2c-.008,0-.016.01-.026.03a.169.169,0,0,1-.027.042c-.016.044-.028.079-.036.106a.462.462,0,0,1-.026.077.314.314,0,0,1-.039.069l-.06.086-.132.169a2.06,2.06,0,0,1-.146.164.716.716,0,0,1-.172.124.455.455,0,0,1-.208.048.274.274,0,0,1-.145-.037.15.15,0,0,1-.063-.142v-.029c0-.024,0-.059.006-.1s.01-.092.016-.14.01-.091.014-.133.006-.071.006-.086a.586.586,0,0,0,.009-.077c0-.032,0-.063.009-.092s.008-.069.011-.116a.711.711,0,0,0,.072-.062l.065-.063c0-.007.015-.033.032-.077s.036-.09.054-.142l.051-.146.029-.086v-.208a.116.116,0,0,1,.048-.092.365.365,0,0,0,.083-.074,1.337,1.337,0,0,0,.1-.145.821.821,0,0,1,.094-.136.517.517,0,0,1,.125-.1.345.345,0,0,1,.178-.041.409.409,0,0,1,.178.038,1.053,1.053,0,0,1,.164.095c.053.037.105.076.157.113a.755.755,0,0,0,.16.091.142.142,0,0,0,.044.009q.033,0,.069,0h.1a.941.941,0,0,0,.235-.026.808.808,0,0,1,.216-.027,2.4,2.4,0,0,1,.475.047,2.364,2.364,0,0,0,.481.048.866.866,0,0,0,.2-.026.767.767,0,0,1,.205-.028h.023l.258.015.309.019.264.014.124.006.042.006.074.012.075.011.046.006h.037q.314,0,.614-.017c.2-.012.4-.018.607-.018a1.53,1.53,0,0,1,.235.018,1.7,1.7,0,0,0,.24.017h.131c.115,0,.227,0,.338-.011a.868.868,0,0,0,.308-.078.112.112,0,0,0,.057-.014.255.255,0,0,0,.039-.027.66.66,0,0,0,.059-.042c.032-.023.066-.05.1-.08l.1-.08a.559.559,0,0,0,.056-.048l.038,0a.707.707,0,0,1,.072-.009l.08-.009a.484.484,0,0,1,.065-.006h.071a.13.13,0,0,1,.131.08,1.177,1.177,0,0,0,.083.157c.008.012.023.037.044.072a.228.228,0,0,0,.051.065l0,.048.006.089c0,.031,0,.06.009.089a.131.131,0,0,0,.011.047.46.46,0,0,0,.031.065c.015.032.032.066.049.105s.037.072.054.1.03.054.038.065a.349.349,0,0,0,.013.063.16.16,0,0,0,.023.061c.012.033.034.084.066.158s.065.151.1.234l.1.237c.034.076.057.129.068.161,0,.008,0,.027,0,.056s0,.063.009.1.009.069.013.1a.175.175,0,0,0,.017.066v.053a.268.268,0,0,1-.136.243.535.535,0,0,1-.28.083.61.61,0,0,1-.07-.006l-.06-.006c-.063-.055-.13-.116-.2-.184a.9.9,0,0,1-.169-.225c-.067-.127-.132-.252-.192-.377a1.706,1.706,0,0,0-.217-.335,1.044,1.044,0,0,0-.294-.243.98.98,0,0,0-.418-.114h-.73c-.016-.007-.045-.018-.089-.032a.741.741,0,0,0-.072-.02H739.4a.735.735,0,0,1-.1.05l-.1.044a.076.076,0,0,1-.023.018c-.012.012-.018.02-.018.023a.344.344,0,0,0-.012.066c0,.032-.008.065-.012.1s-.008.068-.012.1a.522.522,0,0,0-.006.063v.041c0,.011,0,.038.006.077s.009.083.015.131.011.09.016.13,0,.063,0,.071v.083a3.178,3.178,0,0,1-.021.362,3.243,3.243,0,0,0-.021.368,2.9,2.9,0,0,0,.021.347,3.011,3.011,0,0,1,.021.359.18.18,0,0,1-.047.119.163.163,0,0,0-.048.113.8.8,0,0,0,.027.211.793.793,0,0,1,.026.2v.19a.7.7,0,0,1-.02.08c-.006.018-.013.044-.021.08v.207a.17.17,0,0,0-.012.048l-.012.075c0,.025-.009.05-.015.074a.322.322,0,0,1-.014.047c-.033.337-.059.67-.08,1s-.034.666-.034,1v.114a1.227,1.227,0,0,0,.006.124,1.012,1.012,0,0,0,.036.16.675.675,0,0,0,.063.128.94.94,0,0,0,.106.145.817.817,0,0,0,.131.121.216.216,0,0,0,.133.051.589.589,0,0,0,.173-.026.521.521,0,0,1,.172-.027,1.7,1.7,0,0,1,.231.017,1.036,1.036,0,0,1,.246.066.588.588,0,0,1,.2.13.311.311,0,0,1,.08.22.348.348,0,0,1-.028.127.487.487,0,0,1-.071.128.476.476,0,0,1-.106.1.263.263,0,0,1-.134.05c-.02,0-.055,0-.1-.006l-.16-.011-.163-.012a1.031,1.031,0,0,1-.107-.012.382.382,0,0,1-.086-.021A.328.328,0,0,0,739.428,442.325Z" style="fill: #bc9e76"/> <path d="M743.5,442.04a.307.307,0,0,1,.077-.181.241.241,0,0,1,.2-.1c.027,0,.065,0,.112-.006s.093-.006.137-.006q.177,0,.246.006l.08.006h.065c.051,0,.106,0,.163-.006a1.088,1.088,0,0,0,.166-.024.537.537,0,0,0,.143-.053.169.169,0,0,0,.08-.1v-.3c0-.174,0-.342.009-.5s.016-.324.033-.486c.008-.04.016-.078.023-.116s.02-.084.036-.139a.389.389,0,0,1-.006-.09c0-.086,0-.161,0-.221s.006-.146.014-.253a.127.127,0,0,1,.006-.041.223.223,0,0,1,.013-.03c0-.08,0-.158.006-.238s.009-.158.017-.237a.471.471,0,0,1-.02-.1,1,1,0,0,0-.022-.121.558.558,0,0,1-.011-.084l-.012-.118c0-.04-.008-.075-.012-.106s-.006-.052-.006-.06v-.659a.166.166,0,0,1-.02-.074.883.883,0,0,1-.009-.127c0-.04.007-.095.009-.166s0-.142.009-.211.006-.131.008-.184l0-.087a.26.26,0,0,1,.006-.041.207.207,0,0,1,.018-.053l.011-.06a.232.232,0,0,0,.006-.041.536.536,0,0,0-.011-.1,1.069,1.069,0,0,0-.03-.107.734.734,0,0,1-.029-.2v-.176a1.11,1.11,0,0,1,.012-.175c0-.054.007-.113.011-.175s.006-.12.006-.174,0-.1-.006-.158-.007-.126-.011-.193a1.205,1.205,0,0,1-.012-.172v-.125a.232.232,0,0,0-.107-.112.839.839,0,0,0-.175-.068,1.135,1.135,0,0,0-.2-.036c-.064,0-.117-.008-.157-.008a.375.375,0,0,0-.068.008.458.458,0,0,0-.068.021.543.543,0,0,1-.074.017.458.458,0,0,1-.08.006,1.355,1.355,0,0,1-.173-.014.876.876,0,0,1-.192-.051.456.456,0,0,1-.154-.095.194.194,0,0,1-.063-.148.841.841,0,0,1,.006-.113.062.062,0,0,1,.054-.053c.027-.008.073-.019.136-.033a1.434,1.434,0,0,1,.172-.027c.035,0,.1.009.2.013s.207.01.322.017.211.013.314.015l.219,0a.616.616,0,0,0,.16.035c.052,0,.129.007.232.007l.053-.013.089-.017a.094.094,0,0,1,.033-.012h.739l.039,0a.421.421,0,0,0,.074-.015.4.4,0,0,1,.059-.017l.053-.013h1.8l.16.006c.087,0,.174.013.262.024a1.1,1.1,0,0,0,.178.018,2.716,2.716,0,0,0,.314-.018l.157-.021a1.266,1.266,0,0,1,.152-.009,1.634,1.634,0,0,1,.285.022.5.5,0,0,1,.124.026c.011,0,.037,0,.074.006l.122.012c.043,0,.083.007.118.011a.254.254,0,0,1,.066.013.239.239,0,0,1,.157.127.6.6,0,0,1,.068.181,1.572,1.572,0,0,1,.035.231c0,.064.006.135.006.214v.306c0,.081,0,.148-.006.2s-.007.1-.011.13l-.012.1c-.008.068-.017.131-.026.193s-.015.1-.015.1v.167a.5.5,0,0,1-.013.107.254.254,0,0,1-.047.1.217.217,0,0,1-.062.006h-.063a.349.349,0,0,1-.228-.112,1.933,1.933,0,0,1-.235-.265c-.075-.1-.143-.2-.2-.3s-.106-.179-.133-.234c-.008-.021-.022-.054-.042-.1s-.043-.1-.072-.154-.042-.1-.067-.157a.308.308,0,0,0-.057-.1.6.6,0,0,0-.1-.115.225.225,0,0,0-.152-.068H747.96a1.239,1.239,0,0,0-.379-.075c-.135,0-.271-.012-.41-.021-.071,0-.143,0-.213-.006l-.208-.012a.355.355,0,0,1-.1-.014c-.033-.01-.064-.019-.1-.027l-.1-.036a.358.358,0,0,0-.109-.017.137.137,0,0,0-.1.059,1.093,1.093,0,0,0-.08.107.083.083,0,0,0-.029.047,1.321,1.321,0,0,1,.012.213v.612a1.1,1.1,0,0,1-.012.2.565.565,0,0,1-.029.195c-.009.036-.018.072-.028.11a.56.56,0,0,0-.014.14c.007.031.015.068.023.11a1.066,1.066,0,0,0,.03.115c.02.071.036.144.05.219a1.292,1.292,0,0,1,.022.25c0,.047,0,.1-.006.145s-.011.1-.019.157l-.029.3v.208l.029.054a.306.306,0,0,0,.093.011c.061,0,.109.006.145.006a.363.363,0,0,0,.116.012h.383a.5.5,0,0,0,.129-.012l.013.006a.024.024,0,0,0,.018.006.223.223,0,0,0,.089.035.53.53,0,0,0,.094.007.537.537,0,0,0,.092-.007c.03,0,.061-.01.093-.017a.544.544,0,0,0,.086-.018.434.434,0,0,1,.121-.012l.059.012.057.012a.207.207,0,0,0,.044.006c.028.007.055.013.08.017a.393.393,0,0,0,.074.007.216.216,0,0,0,.128-.042.365.365,0,0,0,.1-.1.6.6,0,0,0,.062-.136,1.113,1.113,0,0,0,.036-.14c0-.016,0-.046,0-.092s0-.093.009-.145.008-.1.012-.14a.157.157,0,0,1,.018-.074,1.249,1.249,0,0,1,.05-.127q.021-.045.021-.027v-.053c.008-.036.017-.078.026-.128a.122.122,0,0,1,.086-.1.148.148,0,0,1,.033-.017.532.532,0,0,1,.062-.025l.068-.02a.218.218,0,0,1,.051-.009.249.249,0,0,1,.192.077.46.46,0,0,1,.1.137v1.483a.785.785,0,0,0,.012.13c0,.048.008.092.012.131s0,.065,0,.077a1.259,1.259,0,0,1-.017.154c-.012.08-.027.165-.042.255a2.091,2.091,0,0,0-.041.238c-.008.071-.012.115-.012.131a.526.526,0,0,0-.018.142c-.008.056-.016.112-.024.172a.625.625,0,0,1-.041.16.273.273,0,0,1-.09.116.267.267,0,0,1-.166.044.224.224,0,0,1-.154-.051.311.311,0,0,1-.089-.124.707.707,0,0,1-.041-.163,1.136,1.136,0,0,1-.012-.171.28.28,0,0,0-.006-.045.205.205,0,0,1-.006-.039c-.016-.075-.034-.158-.053-.249a1.347,1.347,0,0,0-.086-.258.731.731,0,0,0-.143-.208.373.373,0,0,0-.222-.1l-.226-.023c-.067-.008-.139-.013-.217-.016a1.074,1.074,0,0,1-.174-.015c-.068,0-.129,0-.184.006s-.107.006-.154.006H746.7a.075.075,0,0,1-.052-.012.148.148,0,0,1-.066-.011.444.444,0,0,0-.083-.018h-.1a.228.228,0,0,0-.1.018.322.322,0,0,0-.066.042.106.106,0,0,1-.026.02l-.033.021a.3.3,0,0,1-.041.017h-.172a.625.625,0,0,1,.006.087v.08a.236.236,0,0,1,0,.044.166.166,0,0,1-.015.039.579.579,0,0,1-.033.086.172.172,0,0,0-.02.069c0,.007,0,.023,0,.046a.662.662,0,0,0,.018.078.159.159,0,0,1,.012.059.368.368,0,0,1,.012.063c0,.029.007.061.009.094s0,.067.009.1a.641.641,0,0,1,.006.071.037.037,0,0,1,.012.027v.039c.027.015.042.025.042.029a1.507,1.507,0,0,1,.049.176c.014.06.025.125.034.192,0,.028.006.083.008.166s0,.173.009.271.007.189.009.278,0,.153,0,.193v.612a.268.268,0,0,0,.08.18.46.46,0,0,0,.166.1.782.782,0,0,0,.208.039c.073,0,.142.006.2.006h.2a.667.667,0,0,1,.157-.021c.085-.006.223-.009.413-.009a.269.269,0,0,0,.053-.006.337.337,0,0,1,.066-.006c.067-.008.139-.015.217-.02a.625.625,0,0,0,.144-.021.048.048,0,0,0,.024-.006l.024-.01a.038.038,0,0,0,.023-.014.364.364,0,0,0,.057-.024.293.293,0,0,1,.039-.017.333.333,0,0,1,.1.032.249.249,0,0,1,.086.051.805.805,0,0,0,.088.009c.037,0,.073,0,.111,0h.382c.04,0,.074,0,.1,0s.044,0,.044-.009a.022.022,0,0,0,.013-.006l.011,0,.012,0a.565.565,0,0,0,.178-.021.658.658,0,0,0,.125-.062c.031-.024.051-.038.058-.042a.055.055,0,0,1,.019-.006h-.012a.485.485,0,0,1,.127-.048.546.546,0,0,0,.086-.017,1.039,1.039,0,0,0,.119-.029.208.208,0,0,0,.077-.042.094.094,0,0,1,.024-.018.185.185,0,0,0,.03-.023c.02-.016.041-.036.065-.057s.047-.043.071-.063.045-.037.062-.053l.033-.03a.066.066,0,0,0,.015-.017l.021-.048a.357.357,0,0,1,.041-.089c.036-.083.069-.159.1-.228a1.242,1.242,0,0,1,.11-.193.83.83,0,0,1,.148-.16,1.03,1.03,0,0,1,.211-.131.06.06,0,0,0,.029-.006c.008,0,.031-.015.066-.036l.032-.014.033-.015.035-.012a.151.151,0,0,1,.075.044c.034.03.05.053.05.068v.208s.01.036.03.095c.015.036.031.072.045.111a.29.29,0,0,1,.02.085v.172c0,.119,0,.249-.014.392s-.019.259-.027.35a.467.467,0,0,1-.137.258.676.676,0,0,1-.234.14,1.145,1.145,0,0,1-.285.059c-.1.007-.2.011-.288.011h-.516a.22.22,0,0,0-.1-.047c-.031,0-.067,0-.111,0l-.014,0-.075.02a.606.606,0,0,1-.083.026.106.106,0,0,1-.029,0,.469.469,0,0,1-.119.019l-.172.012-.166.008-.1,0h-2.841a.637.637,0,0,1-.12-.011.9.9,0,0,1-.106-.031.7.7,0,0,1-.109-.032.271.271,0,0,0-.086-.02.1.1,0,0,0-.025,0,.6.6,0,0,0-.065.02.188.188,0,0,0-.038.006l-.057.012a.165.165,0,0,1-.057.011h-.032a.653.653,0,0,0-.1.016c-.05.01-.109.022-.175.038l-.238.048a.883.883,0,0,1-.172.023h-.124l-.825.018c-.008,0-.02-.016-.036-.047a.834.834,0,0,1-.045-.11l-.041-.127a.942.942,0,0,1-.027-.1Z" style="fill: #bc9e76"/> <path d="M758.569,442.272a1.11,1.11,0,0,0-.249.027,1.142,1.142,0,0,1-.243.026.31.31,0,0,1-.107-.035,1.381,1.381,0,0,1-.157-.087c-.053-.033-.1-.065-.148-.1a.318.318,0,0,1-.087-.078,1.317,1.317,0,0,1-.133-.243,1.473,1.473,0,0,0-.122-.237.369.369,0,0,0-.062-.092.273.273,0,0,1-.05-.074c-.008-.012-.021-.033-.039-.065s-.035-.067-.053-.1-.034-.072-.048-.1a.222.222,0,0,1-.02-.065.257.257,0,0,1-.051-.057.691.691,0,0,1-.045-.068q-.147-.214-.293-.424c-.1-.14-.191-.286-.282-.436a.117.117,0,0,0-.015-.042.138.138,0,0,0-.026-.041,3.028,3.028,0,0,0-.173-.357l-.2-.343a.15.15,0,0,0-.012-.034l-.027-.052c-.01-.018-.019-.037-.027-.054a.1.1,0,0,0-.017-.032.284.284,0,0,1-.074-.045c-.042-.03-.073-.053-.092-.069a.268.268,0,0,1-.048-.032l-.074-.054-.075-.05a.474.474,0,0,0-.047-.03c-.008-.007-.029-.029-.062-.065s-.055-.057-.062-.066l-.045-.023-.072-.038c-.025-.015-.049-.027-.074-.039a.4.4,0,0,0-.053-.024.638.638,0,0,1-.083-.014.219.219,0,0,1-.083-.028.244.244,0,0,1-.083-.035.254.254,0,0,0-.1-.036h-.006c-.024,0-.053.022-.089.063a1.59,1.59,0,0,0-.106.142,1.015,1.015,0,0,0-.089.157.3.3,0,0,0-.036.107.727.727,0,0,0,.027.208.8.8,0,0,1,.026.208.7.7,0,0,1-.026.195.6.6,0,0,0-.027.185.574.574,0,0,0,.039.21,1.2,1.2,0,0,1,.055.2v.747a.461.461,0,0,1-.02.087.456.456,0,0,0-.021.08v.041a.5.5,0,0,0,.08.288.724.724,0,0,0,.2.195,1.485,1.485,0,0,0,.258.14c.093.04.179.078.258.116a.97.97,0,0,1,.2.121.2.2,0,0,1,.08.155.168.168,0,0,1-.05.122.433.433,0,0,1-.125.083.743.743,0,0,1-.152.047.774.774,0,0,1-.13.015l-.136,0-.2,0c-.069,0-.134,0-.2-.009s-.1-.008-.128-.012l-1.406-.012a.245.245,0,0,1-.118.035c-.048,0-.093.007-.137.007h-.445a.56.56,0,0,1-.1-.053c-.044-.028-.065-.058-.065-.089a.154.154,0,0,1,.033-.089.422.422,0,0,1,.077-.087.569.569,0,0,1,.092-.065.165.165,0,0,1,.077-.027h.67a.057.057,0,0,0,.033-.02.226.226,0,0,0,.038-.051c.012-.02.024-.038.034-.056a.108.108,0,0,0,.014-.039v-.409a.633.633,0,0,0,.015-.086c.006-.046.012-.094.017-.145s.011-.1.015-.146.007-.074.007-.086,0-.054-.007-.112-.006-.117-.006-.173v-.077a.061.061,0,0,1,.013-.047.279.279,0,0,1,0-.039c0-.022,0-.074.009-.157s.007-.208.011-.377.006-.4.006-.7a.474.474,0,0,0,.083-.19,1.4,1.4,0,0,0,.012-.2c0-.028,0-.064-.006-.11s-.006-.072-.006-.08a.138.138,0,0,0-.02-.045.1.1,0,0,1-.022-.044v-.011a1.945,1.945,0,0,1,.028-.318,2.052,2.052,0,0,0,.026-.317.48.48,0,0,0-.026-.179.339.339,0,0,1-.028-.142v-.018a.323.323,0,0,1,.022-.08.439.439,0,0,0,.02-.074.63.63,0,0,0,.012-.074c0-.034.009-.069.015-.1l.015-.1a.372.372,0,0,1,.012-.062v-.5c0-.016,0-.061.015-.139s.021-.16.035-.25.027-.172.039-.249.019-.125.023-.145v-.315a.421.421,0,0,1,.006-.049c0-.027.009-.054.015-.083s.01-.057.015-.081.006-.038.006-.042v-.083a.207.207,0,0,0-.036-.062c-.023-.033-.039-.054-.047-.063a.342.342,0,0,0-.039-.041l-.054-.05a.584.584,0,0,0-.046-.044.067.067,0,0,0-.028-.019.265.265,0,0,0-.1-.026.485.485,0,0,1-.106-.027.456.456,0,0,1-.1-.017c-.047-.013-.1-.025-.148-.036l-.146-.035-.091-.025a.554.554,0,0,1-.229-.121.277.277,0,0,1-.11-.217.12.12,0,0,1,.033-.083.338.338,0,0,1,.077-.062.39.39,0,0,1,.1-.041.305.305,0,0,1,.089-.016,1.137,1.137,0,0,1,.125.006.548.548,0,0,1,.124.036c.142.008.285.018.427.029s.281.019.415.019.265-.007.392-.019.249-.021.368-.029a.358.358,0,0,1,.089-.036.513.513,0,0,1,.083-.006.19.19,0,0,1,.128.045.187.187,0,0,0,.127.045,2.045,2.045,0,0,0,.294-.022c.1-.013.193-.028.288-.043s.189-.032.281-.045a1.953,1.953,0,0,1,.288-.021h.226a.2.2,0,0,0,.089.041.815.815,0,0,0,.106.019c.036,0,.07.007.1.008a.263.263,0,0,1,.077.015.2.2,0,0,1,.071.057l.059.061.659.208a1.557,1.557,0,0,1,.115.114c.031.031.06.062.09.094l.068.077a.693.693,0,0,1,.047.063.431.431,0,0,0,.048.061.532.532,0,0,0,.2.161.414.414,0,0,1,.169.13,1.706,1.706,0,0,1,.131.324c.032.109.072.222.119.342a.119.119,0,0,0,.012.029q.012.023.024.051l.023.052a.15.15,0,0,1,.012.034v.041a.215.215,0,0,1-.012.036c-.008.019-.016.04-.023.062s-.016.042-.024.062a.138.138,0,0,0-.012.042v.451a.089.089,0,0,1-.012.035c-.008.016-.018.032-.03.051l-.032.05a.359.359,0,0,1-.021.03l0,.038c0,.022,0,.045-.009.068a.538.538,0,0,1-.015.066.117.117,0,0,1-.014.035,1.574,1.574,0,0,1-.146.374,2.21,2.21,0,0,1-.246.371,2.3,2.3,0,0,1-.314.317,1.509,1.509,0,0,1-.351.22c-.008,0-.036,0-.086.012s-.078.017-.086.029a.435.435,0,0,0-.163.185c-.046.087-.084.162-.116.225a.07.07,0,0,0,.013.018.037.037,0,0,0,.029.012c.139.119.268.241.391.368a3.057,3.057,0,0,1,.344.421.26.26,0,0,0,.019.062c.011.033.019.055.023.063a.121.121,0,0,0,.015.041.172.172,0,0,0,.026.042,1.685,1.685,0,0,1,.084.163c.024.053.051.107.083.163a1.4,1.4,0,0,0,.077.137c.024.035.047.069.072.1a1.07,1.07,0,0,0,.077.095c.027.032.058.071.1.119.094.126.19.26.287.4a1.3,1.3,0,0,0,.336.341.935.935,0,0,0,.257.134,2.234,2.234,0,0,1,.27.112.654.654,0,0,1,.211.167.449.449,0,0,1,.086.293v.1c0,.02,0,.041,0,.064a.051.051,0,0,1-.032.048.579.579,0,0,0-.078.015.657.657,0,0,0-.094.027c-.009,0-.031,0-.066,0l-.128.009-.148.015-.121.014h-.012a.144.144,0,0,1-.071-.02.773.773,0,0,1-.074-.048.591.591,0,0,0-.086-.047A.27.27,0,0,0,758.569,442.272Zm-3.708-4.112c.036,0,.1,0,.187.009s.183.011.282.015.193.008.281.014.15.009.182.009h.1c.027,0,.067-.012.118-.023a.66.66,0,0,0,.089-.024,1.143,1.143,0,0,0,.333-.187,1.514,1.514,0,0,0,.231-.243,2.66,2.66,0,0,0,.187-.286,3.185,3.185,0,0,1,.205-.311.416.416,0,0,1,.041-.074.161.161,0,0,0,.03-.062s0-.022.009-.054.011-.065.015-.1.007-.069.011-.1.006-.05.006-.058a.575.575,0,0,0,.021-.083.215.215,0,0,1,.027-.084v-.1q0-.125-.012-.261a.647.647,0,0,0-.077-.254,2.28,2.28,0,0,1-.139-.294,1.86,1.86,0,0,0-.14-.283.1.1,0,0,1-.032-.032c-.015-.017-.029-.036-.042-.054a.47.47,0,0,1-.038-.053.406.406,0,0,0-.025-.033.259.259,0,0,0-.023-.044c-.016-.026-.033-.051-.051-.078l-.053-.074-.033-.041a.035.035,0,0,0-.015-.029.043.043,0,0,0-.026-.013.248.248,0,0,0-.1-.035.942.942,0,0,0-.106-.006.894.894,0,0,1-.1-.006.174.174,0,0,1-.1-.048c-.051-.027-.1-.053-.139-.08a1.244,1.244,0,0,0-.125-.065.686.686,0,0,0-.137-.041.874.874,0,0,0-.174-.015h-.083c-.02,0-.051,0-.092.006l-.134.015c-.048.006-.094.011-.14.014s-.078.006-.1.006l-.035.036-.063.062c-.022.022-.044.043-.065.062l-.045.042a.38.38,0,0,1-.009.056.262.262,0,0,1-.021.068.3.3,0,0,1-.02.086.309.309,0,0,0-.022.093.569.569,0,0,0-.032.139.233.233,0,0,1-.056.134v.546c0,.023.007.085.011.187s.01.209.016.326.011.226.015.326,0,.163,0,.187,0,.067,0,.142-.009.157-.015.244-.012.169-.016.246-.008.126-.011.145v.108a.3.3,0,0,0,.074.183A.344.344,0,0,0,754.861,438.16Z" style="fill: #bc9e76"/> <path d="M760.409,441.442a.6.6,0,0,1-.035-.131,1.26,1.26,0,0,1-.006-.137,1.221,1.221,0,0,1,.024-.243c.015-.079.034-.156.056-.232s.043-.149.065-.222.041-.148.056-.223c.02-.1.039-.188.057-.281a.338.338,0,0,1,.151-.223.4.4,0,0,1,.066-.012l.1-.011.1-.012c.03,0,.051-.007.063-.007a.157.157,0,0,1,.068.03.186.186,0,0,1,.057.054,2.384,2.384,0,0,1,.147.315c.036.094.081.21.137.349l.042.071v.249a.392.392,0,0,0,.05.123.454.454,0,0,0,.074.088c.028.026.056.05.086.075a.946.946,0,0,1,.093.083c.027.039.051.08.074.121a.693.693,0,0,0,.074.116.39.39,0,0,0,.1.092.293.293,0,0,0,.16.039,1.162,1.162,0,0,0,.169.023l.273.027.273.027.174.018h.054a.541.541,0,0,0,.252-.063,1.751,1.751,0,0,1,.24-.1.219.219,0,0,1,.083-.028.638.638,0,0,1,.083-.014l.057-.051c.034-.03.058-.052.074-.068s.021-.03.039-.053.035-.047.053-.069l.048-.056.026-.03,0-.039c0-.021,0-.044.009-.067s.008-.046.013-.066.009-.032.017-.036a.133.133,0,0,1,.012-.032l.023-.054.025-.053a.113.113,0,0,0,.011-.033.175.175,0,0,0,.012-.047l.012-.074c0-.026.008-.049.012-.071a.45.45,0,0,0,0-.045.379.379,0,0,0-.02-.092.508.508,0,0,1-.021-.08c0-.015-.007-.05-.011-.1s-.009-.108-.013-.167-.008-.114-.012-.163-.006-.084-.006-.1a.214.214,0,0,0-.041-.08c-.024-.033-.05-.069-.08-.106s-.06-.074-.092-.108-.057-.06-.078-.08a.89.89,0,0,0-.16-.166.726.726,0,0,0-.195-.118.226.226,0,0,0-.071-.027.385.385,0,0,0-.066-.015l-.035-.032c-.02-.019-.041-.036-.062-.054l-.063-.051a.3.3,0,0,0-.041-.029l-.042-.021a.134.134,0,0,0-.054-.015.215.215,0,0,0-.047-.024c-.028-.011-.057-.024-.088-.038l-.09-.039a.237.237,0,0,1-.047-.023.216.216,0,0,1-.054-.024.071.071,0,0,1-.029-.018.149.149,0,0,1-.036-.03c-.016-.015-.032-.033-.05-.053l-.051-.053-.029-.03a.247.247,0,0,0-.033-.021c-.018-.01-.037-.021-.06-.036l-.064-.041c-.023-.014-.039-.024-.051-.033a2.408,2.408,0,0,1-.341-.219c-.109-.083-.217-.167-.324-.253s-.214-.168-.323-.249a3.733,3.733,0,0,0-.335-.222c-.016-.02-.042-.057-.078-.113s-.072-.115-.109-.178-.074-.122-.11-.175-.06-.09-.072-.11a.2.2,0,0,1-.029-.048c-.012-.023-.024-.047-.039-.074a.7.7,0,0,1-.035-.074c-.01-.023-.017-.041-.021-.053v-.308c0-.151,0-.3.015-.451a2.34,2.34,0,0,1,.068-.434,1.426,1.426,0,0,1,.169-.358,2.786,2.786,0,0,1,.283-.374,2.629,2.629,0,0,1,.332-.321,1.232,1.232,0,0,1,.326-.2l.041,0,.081-.006c.029,0,.057,0,.083-.009a.179.179,0,0,0,.05-.011.415.415,0,0,0,.071-.012c.036-.008.073-.018.113-.029a1.136,1.136,0,0,1,.113-.031.476.476,0,0,1,.071-.011h.056l.119,0c.046,0,.091,0,.139,0h.2l.136,0,.134,0h.086a.479.479,0,0,0,.112.032c.04.006.078.013.117.018s.075.013.112.021a.387.387,0,0,1,.11.041.475.475,0,0,0,.041.051c.021.021.034.037.042.045a1.191,1.191,0,0,0,.261.243.61.61,0,0,0,.345.095.456.456,0,0,0,.213-.039.481.481,0,0,0,.119-.089.962.962,0,0,1,.094-.089.237.237,0,0,1,.149-.038.275.275,0,0,1,.077.008c.016.006.037.031.065.075a.551.551,0,0,1,.036.065c.015.031.033.065.05.1s.034.068.048.1a.673.673,0,0,0,.032.063v.083a.155.155,0,0,0-.014.035c-.006.021-.012.042-.018.065s-.011.046-.015.066a.27.27,0,0,0-.006.036v.492a.622.622,0,0,0-.1.208,1.353,1.353,0,0,1-.068.213.35.35,0,0,1-.03.08c-.02.046-.034.071-.042.074-.019.052-.036.1-.049.134a.343.343,0,0,1-.054.1.191.191,0,0,1-.089.057.584.584,0,0,1-.157.017.432.432,0,0,1-.226-.053.44.44,0,0,1-.142-.136.759.759,0,0,1-.086-.191c-.022-.071-.043-.142-.063-.216s-.041-.144-.065-.213a.628.628,0,0,0-.1-.182c-.008-.008-.024-.027-.051-.059s-.053-.065-.086-.1l-.091-.1c-.03-.033-.053-.058-.069-.074a1,1,0,0,0-.094-.1l-.137-.122a1.089,1.089,0,0,0-.142-.106.254.254,0,0,0-.119-.045h-.534a.188.188,0,0,0-.074-.035.377.377,0,0,0-.069-.006h-.065a2.961,2.961,0,0,0-.35.266c-.11.1-.216.2-.314.309v.083a.651.651,0,0,1-.021.179.633.633,0,0,0-.021.178v.065a.459.459,0,0,0,.021.077.434.434,0,0,1,.021.077c0,.068.006.126.006.178a1.392,1.392,0,0,0,.008.148.675.675,0,0,0,.034.143.649.649,0,0,0,.077.154.233.233,0,0,1,.035.03l.054.053c.011.012.039.037.083.077l.139.127c.049.046.1.089.142.128s.074.066.086.077l.03.03.051.053a.453.453,0,0,0,.053.054l.033.029.061.031c.035.015.073.034.117.055s.087.045.13.069l.1.054a3.051,3.051,0,0,1,.317.154.708.708,0,0,0,.341.089c.191.127.392.258.606.4a5.852,5.852,0,0,1,.588.434.171.171,0,0,1,.049.041l.039.042.021.044c.01.022.021.047.035.074s.026.054.036.077a.212.212,0,0,0,.021.042,2.767,2.767,0,0,0,.208.281.873.873,0,0,1,.16.3.285.285,0,0,1,.015.054c0,.027.01.058.014.092s.008.065.012.094a.121.121,0,0,0,.013.051.222.222,0,0,0,.02.06.19.19,0,0,1,.021.065v.083a.315.315,0,0,1-.038.163.454.454,0,0,0-.057.175c0,.016,0,.057.006.121s.006.13.006.193a.426.426,0,0,1-.012.137.13.13,0,0,1-.015.035.524.524,0,0,1-.036.063c-.014.021-.026.043-.038.062l-.024.041a1.1,1.1,0,0,0-.053.105l-.092.183c-.034.066-.064.127-.093.184a.532.532,0,0,1-.058.105c0,.007-.014.025-.039.052s-.057.06-.092.1l-.1.1-.08.081a3.031,3.031,0,0,1-.391.3,1.622,1.622,0,0,1-.44.193c-.019,0-.065.013-.136.03l-.232.05-.24.051c-.077.015-.136.025-.175.029h-.042c-.213,0-.434-.006-.661-.018a3.358,3.358,0,0,1-.662-.1.423.423,0,0,1-.107-.051l-.1-.068c-.034-.024-.067-.047-.1-.072a.457.457,0,0,0-.107-.058c-.028-.013-.074-.03-.137-.051l-.192-.068c-.066-.024-.126-.047-.181-.069a.337.337,0,0,1-.108-.056c-.011-.016-.033-.041-.065-.078s-.064-.072-.1-.112-.068-.077-.1-.112S760.421,441.453,760.409,441.442Z" style="fill: #bc9e76"/> </g> <g> <path d="M677.055,430.959c24.794-.02,80.3-1.227,112.3-1a4.257,4.257,0,0,1,4.413,4.089" style="fill: #fbf6f0"/> <path d="M782.748,445.591s6.551.16,9.011.5c6.556,1.81-10.143,4.305-10.035,6.137C780.994,453.83,782.748,445.591,782.748,445.591Z" style="fill: #bc9e76"/> <path d="M793.866,442.361c6.343,1.3,15.794-.929,4.348,6.107.552,2.3,2.969,4.732,4.213,7.176l-.01-.013c-1.377,1.83-26.709,1.635-19.417-4.878,2.73-2.073,9.131-1.212,10.295-4.27l.012.006c-30.4-1.472-61.586,1.5-92.012.2-14.229.285-38.756,3.731-27.573-18.289-9.627,21.538,13.305,17.763,27.369,17.621,23.346-.054,47.239,1.12,70.7-.429,5.849.39,17.937-1.879,22.051,1.355-2.3,3.143-18.242,3.438-8.716,8.305,5.3,1.314,12.424.1,16.911.742-1.5-2.365-2.925-4.611-4.359-6.876l.056.071a.729.729,0,0,1,.182-1.15l-.049.031c1.909-1.39,3.912-2.854,5.739-4.185,0,.016.1.1.055.079-.032.02.035-.054,0,.035.008-.048-.01.067-.008.055C800.6,443.518,796.061,443.025,793.866,442.361Z" style="fill: #c4a985"/> <path d="M793.991,447.01c1.017-22.678-3.8-16.22-22.519-16.913-25.281-.144-50.782,1.088-75.976,1.045a98.77,98.77,0,0,1-10.562-.329c4.782-.364,10.907-.307,16-.318,19.964-.286,40.346-.656,60.419-.78,10.251,1.033,21.809-2.249,31.395,1.1C795.768,435.071,793.768,442.267,793.991,447.01Z" style="fill: #c4a985"/> </g> </g> </g> <g id="Captain_sQuartersHere" data-name="Captain'sQuartersHere"> <g id="scene-2" data-name="scene"> <polygon points="788.385 410.991 753.147 398.979 678.037 411.35 678.037 426.517 788.385 426.457 788.385 410.991" style="fill: #966144"/> <polygon points="753.147 398.979 776.245 348.281 686.1 348.216 678.1 356.216 677.887 413.303 691.92 411.15 711.054 407.324 727.317 403.497 740.285 401.424 753.147 398.979" style="fill: #b29d7d"/> <polygon points="788.385 360.606 770.208 361.084 753.147 398.979 788.385 410.991 788.385 360.606" style="fill: #8a6a4e"/> <polygon points="776.267 381.972 781.05 366.984 779.057 363.396 774.672 363.237 771.563 365.469 765.664 380.377 776.267 381.972" style="fill: #f8f3ea"/> <polygon points="788.385 364.592 785.834 365.947 781.768 382.61 788.385 383.805 788.385 364.592" style="fill: #f8f3ea"/> <polygon points="776.745 383.327 775.31 386.117 763.565 383.991 764.946 381.334 776.745 383.327" style="fill: #7c5843"/> <polygon points="780.094 384.071 779.084 386.556 788.385 388.881 788.385 385.798 780.094 384.071" style="fill: #7c5843"/> <polygon points="712.17 361.403 710.735 362.36 710.416 373.681 710.257 407.483 711.692 407.005 712.17 361.403" style="fill: #876546"/> <polygon points="699.21 348.018 698.617 354.228 699.733 355.185 703.002 354.786 706.306 348.018 699.21 348.018" style="fill: #876546"/> <polygon points="729.549 350.561 729.071 357.258 732.26 358.852 734.333 358.533 734.652 350.242 729.549 350.561" style="fill: #876546"/> <polygon points="752.191 354.228 752.828 362.519 756.416 363.715 759.844 356.62 752.191 354.228" style="fill: #876546"/> <polygon points="762.236 358.852 761.917 363.636 764.149 364.114 766.381 359.809 762.236 358.852" style="fill: #bb965f"/> <polygon points="766.7 360.606 756.496 355.902 747.248 355.025 727.477 350.72 714.227 348.131 781.05 348.131 788.709 356.09 788.385 357.417 766.7 360.606" style="fill: #514436"/> <polygon points="788.385 357.417 765.265 359.862 763.671 364.114 766.859 364.964 768.773 361.775 788.385 361.137 788.385 357.417" style="fill: #7c654a"/> <g> <polygon points="702.763 348.651 703.002 355.023 706.51 356.111 707.546 355.411 707.626 351.06 709.459 351.371 710.575 349.817 710.575 348.244 702.612 348.244 702.763 348.651" style="fill: #423625"/> <polyline points="718.923 348.244 733.375 351.792 733.217 358.83 736.246 359.452 737.043 355.722 741.986 354.168 741.747 352.692 753.212 350.285 762.691 354.175 758.568 354.712 756.496 356.111 756.416 363.725 757.851 364.114 759.445 361.239 764.069 359.763 765.504 357.354 769.02 357.127 775.151 360.177 777.383 360.073 777.224 358.675 773.594 356.832 780.538 356.384 784.319 359.452 786.153 359.296 785.993 357.976 784.329 356.139 788.385 355.878 784.054 351.463 780.201 351.893 776.175 348.244 770.507 348.244 775.723 352.477 767.132 353.596 757.421 349.402 762.937 348.244" style="fill: #423625"/> <line x1="739.88" y1="349.763" x2="735.855" y2="350.999" style="fill: #423625"/> </g> <g> <path d="M780.412,363.516l-1.435-1.156h-4.3l-3.268,2.79-6.378,14.988-.478,1.355,12.2,1.834.637-1.594,4.545-14.988Zm-7.832,2.133,3.358-2.083.254.024-2.371,7.005-3.309-.244Zm.755,6.383-2.661,7.866-4.176-.418,3.429-7.8Zm2.586,8.39-3.379-.337,2.514-7.876,3.281.337Zm2.9-9.457-3.291-.243,2.23-6.984.653.062,1.677,3.027Z" style="fill: #664a32"/> <path d="M785.186,372.205l1.6-5.912,1.6-1.435-.027-1.94-2.67,2.325-5.594,18.27v.532l8.291,1.7V372.086l-.079.314Zm-2.435,8.97,1.985-7.313,3.086.465-1.88,7.48Z" style="fill: #664a32"/> </g> <polygon points="753.147 398.979 753.253 378.039 752.828 369.11 752.722 365.602 749.746 364.539 740.817 364.114 740.285 401.424 753.147 398.979" style="fill: #785232"/> <polygon points="743.368 367.515 743.261 379.527 749.161 379.899 751.553 379.102 751.127 368.047 743.368 367.515" style="fill: #b48862"/> <polygon points="751.127 384.31 746.45 383.991 743.368 384.735 743.261 398.448 751.021 397.597 751.127 384.31" style="fill: #b48862"/> <polygon points="741.667 381.812 742.754 381.547 742.559 385.178 741.667 385.267 741.667 381.812" style="fill: #b48862"/> <polygon points="727.317 403.497 728.114 381.175 728.593 367.143 728.752 364.433 719.983 362.36 712.17 361.403 711.532 366.346 711.054 407.324 727.317 403.497" style="fill: #785232"/> <polygon points="713.964 366.027 713.665 371.448 714.003 379.899 726.121 379.899 726.679 375.594 726.52 368.02 720.541 366.665 713.964 366.027" style="fill: #b48862"/> <polygon points="725.298 384.523 719.026 384.443 714.562 385.4 714.163 403.417 722.428 401.743 724.979 400.574 725.298 384.523" style="fill: #b48862"/> <polygon points="726.042 381.972 726.042 385.32 726.679 385.32 726.998 381.892 726.042 381.972" style="fill: #b48862"/> <polygon points="698.298 373.681 698.298 375.116 694.551 375.434 694.232 372.405 695.003 369.482 698.298 373.681" style="fill: #876546"/> <polygon points="695.96 376.71 696.544 380.165 699.893 379.952 701.7 380.271 700.69 376.869 698.139 376.391 695.96 376.71" style="fill: #eee4e1"/> <polygon points="697.341 362.679 697.341 366.824 702.497 366.931 702.763 363.051 697.341 362.679" style="fill: #eee4e1"/> <polygon points="699.813 361.842 699.693 363.476 699.853 363.675 700.211 363.556 700.411 361.921 700.052 361.642 699.813 361.842" style="fill: #5d4b3a"/> <polygon points="697.023 368.817 696.504 370.532 696.704 370.85 697.062 370.811 697.62 369.057 697.461 368.857 697.023 368.817" style="fill: #5d4b3a"/> <polygon points="774.619 401.424 774.406 394.302 768.347 397.385 768.241 405.145 774.619 401.424" style="fill: #7f5e3a"/> <polygon points="768.347 397.385 757.505 393.771 757.186 400.999 768.241 405.145 768.347 397.385" style="fill: #503215"/> <polygon points="774.406 394.302 771.855 392.389 762.713 390.157 758.674 391.858 757.505 393.771 768.347 397.385 774.406 394.302" style="fill: #795639"/> <polygon points="766.7 395.405 767.468 395.624 766.86 397.039 766.86 399.83 766.062 399.63 766.062 396.8 766.7 395.405" style="fill: #1b0b00"/> <polygon points="759.964 393.492 759.366 394.488 759.326 397.398 758.728 397.199 758.648 394.249 759.445 393.332 759.964 393.492" style="fill: #1b0b00"/> <polygon points="708.503 398.714 708.503 408.759 706.789 409.715 705.633 408.36 705.633 399.83 708.503 398.714" style="fill: #402513"/> <polygon points="718.229 413.701 718.229 393.93 705.035 390.103 689.529 391.14 689.369 412.665 690.166 413.622 691.841 412.904 691.601 398.076 699.733 401.823 699.813 417.927 700.929 418.804 702.763 417.767 702.763 401.823 715.678 399.75 715.817 413.382 716.624 414.499 718.229 413.701" style="fill: #5d3e1b"/> <polygon points="718.229 393.93 700.69 396.242 689.529 391.14 706.749 389.864 718.229 393.93" style="fill: #81552e"/> <polygon points="716.475 395.525 716.475 398.395 702.284 400.574 702.284 397.757 716.475 395.525" style="fill: #402513"/> <polygon points="708.343 398.076 708.343 398.714 711.266 398.182 711.213 397.597 708.343 398.076" style="fill: #190f00"/> <polygon points="708.104 389.824 708.024 388.21 706.749 387.642 703.799 387.796 703.161 388.352 703.321 390.782 704.516 391.379 706.749 391.379 708.104 389.824" style="fill: #502c29"/> <polygon points="709.698 388.589 704.198 392.256 709.698 393.691 711.373 394.568 713.764 395.046 716.634 392.176 717.591 391.778 712.967 389.705 709.698 388.589" style="fill: #caa574"/> <polygon points="708.503 398.714 708.503 408.759 706.789 409.715 705.633 408.36 705.633 399.83 708.503 398.714" style="fill: #402513"/> <polygon points="718.229 413.701 718.229 393.93 705.035 390.103 689.529 391.14 689.369 412.665 690.166 413.622 691.841 412.904 691.601 398.076 699.733 401.823 699.813 417.927 700.929 418.804 702.763 417.767 702.763 401.823 715.678 399.75 715.817 413.382 716.624 414.499 718.229 413.701" style="fill: #5d3e1b"/> <polygon points="718.229 393.93 700.69 396.242 689.529 391.14 706.749 389.864 718.229 393.93" style="fill: #81552e"/> <polygon points="708.104 389.824 708.024 388.21 706.749 387.642 703.799 387.796 703.161 388.352 703.321 390.782 704.516 391.379 706.749 391.379 708.104 389.824" style="fill: #502c29"/> <polygon points="709.698 388.589 704.198 392.256 709.698 393.691 711.373 394.568 713.764 395.046 716.634 392.176 717.591 391.778 712.967 389.705 709.698 388.589" style="fill: #caa574"/> <polygon points="788.385 389.59 781.847 390.759 772.281 395.011 765.478 398.625 753.679 402.983 751.659 405.853 751.978 411.593 772.493 420.15 788.385 420.15 788.385 389.59" style="fill: #dfbc7d"/> <polygon points="788.385 383.531 786.418 383.956 785.461 388.101 783.229 390.44 783.335 392.566 788.385 394.904 788.385 383.531" style="fill: #e4dac6"/> </g> <g id="Highlight"> <path d="M788.952,426.776H677.134V355.79l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H787.952V356.2l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill: #ef6e55"/> </g> <g id="Ribbon_and_name-2" data-name="Ribbon and name"> <g> <path d="M673.156,428.159c-6.973,20.866,7.877,18.421,21.347,18.091l31.165.065c15.682,1,37.506-.026,53.2-.673,2.643-.038,12.057-.37,14.506.832l-1.686,2.077c-2.511.881-15.169,2.585-7.037,7,4.1.8,13.561.755,17.788.579l-4.718-7.561,6.147-4.512-9.924-1.554c-.3-2.723,1.007-10.027-1.787-12.05l1.866.341-.253-13.527" style="fill: #fbf6f0"/> <line x1="794.027" y1="430.794" x2="793.79" y2="418.482" style="fill: #fbf6f0"/> <path d="M793.79,418.482a4.258,4.258,0,0,0-4.413-4.09c-13.546.007-49.854.053-59.06.381-10.716.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.974,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.554-7.187,6.608,3.766,9.172l1.8,6.135" style="fill: #fbf6f0"/> <line x1="793.79" y1="418.482" x2="793.993" y2="427.061" style="fill: #fbf6f0"/> <path d="M793.461,430.6c-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.175-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.026,34.067.526,50.977.2C768.668,430.438,781.7,428.233,793.461,430.6Z" style="fill: #ef6e55"/> <path d="M794.235,418.813c.052-5.629-6.247-4.922-10.31-4.849-8.6-.064-17.426.058-26.07.18-25.683.27-51.7.663-77.357.955-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.77.766,2.006,1.462,2.446l-.083-.041c1.48,1.159,3.026,2.379,4.52,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.313,2.141,8.037,2.354-1.558-.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-.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-.265,22.618-.395,24.683-.272,49.552-.935,74.171-.849,16.561-.2,15.91-1.374,15.752,15.2a7.5,7.5,0,0,0,.151,1.8C794.342,428.2,794.2,422.657,794.235,418.813Z" style="fill: #ef6e55"/> </g> <g> <path d="M701.679,423.89l-.1-.166s0-.033-.009-.089l-.02-.193q-.012-.109-.024-.228c-.007-.079-.013-.145-.017-.2v-.166c0-.052.012-.133.023-.243s.024-.223.035-.336.025-.216.037-.312a1.2,1.2,0,0,1,.029-.178,1.338,1.338,0,0,1,.169-.5q.133-.231.282-.445l.089-.131c.044-.062.089-.13.137-.2s.092-.138.136-.2l.089-.127a1.83,1.83,0,0,0,.255-.176c.079-.064.156-.132.231-.2l.226-.208a2.607,2.607,0,0,1,.232-.193.347.347,0,0,1,.074-.053.493.493,0,0,0,.062-.042l.074-.021a.379.379,0,0,1,.053-.014l.033-.006a.384.384,0,0,0,.089-.027c.047-.018.1-.036.155-.053l.157-.054a.379.379,0,0,1,.092-.026,1.781,1.781,0,0,1,.429-.072c.153-.008.3-.011.454-.011h.974l.089.023.137.036.135.035q.066.018.1.024c.134.055.256.107.364.154a3.618,3.618,0,0,0,.371.137h.012a.548.548,0,0,0,.172-.027c.056-.017.11-.038.163-.059s.107-.042.161-.06a.534.534,0,0,1,.163-.026c.039,0,.066.023.08.071a.541.541,0,0,1,.021.154,1.015,1.015,0,0,1-.006.113.825.825,0,0,0-.006.089.484.484,0,0,0,.012.083.6.6,0,0,1,.012.071v.451a.7.7,0,0,0,.029.169l.048.16c.015.054.03.108.045.16a.726.726,0,0,1,.02.17c0,.079,0,.155-.006.225a.74.74,0,0,1-.036.2.439.439,0,0,1-.092.163.461.461,0,0,1-.174.119.378.378,0,0,1-.092.035.5.5,0,0,1-.074.018l-.339-.172-.012-.035a.441.441,0,0,0-.018-.048c-.011-.035-.031-.094-.059-.175s-.056-.168-.086-.261-.059-.18-.086-.261-.045-.138-.054-.169c-.011-.012-.029-.033-.053-.065l-.074-.1-.077-.105a.837.837,0,0,0-.057-.067c-.011-.013-.031-.031-.059-.057l-.086-.077c-.029-.025-.058-.049-.083-.068a.152.152,0,0,0-.044-.029.408.408,0,0,0-.062-.016c-.035-.006-.07-.011-.108-.015s-.073-.007-.106-.008l-.069,0a.306.306,0,0,1-.052-.021.191.191,0,0,1-.06-.033h-.2c-.016,0-.033-.017-.054-.05a.3.3,0,0,0-.041-.062.335.335,0,0,1,.015-.078.324.324,0,0,0,.014-.065.485.485,0,0,1-.088-.015.548.548,0,0,0-.1-.014h-.006c-.008,0-.022.012-.042.038s-.033.039-.041.039-.046.03-.089.056a.308.308,0,0,1-.077.039H705.1a.25.25,0,0,0-.065.014.3.3,0,0,1-.059.015h-.06a.443.443,0,0,1-.115-.015.426.426,0,0,0-.11-.014.549.549,0,0,0-.175.035.557.557,0,0,0-.157.077l-.078.08c-.04.042-.083.087-.13.134s-.092.091-.133.131-.069.065-.08.077a.085.085,0,0,1-.031.017.046.046,0,0,1-.023.015.038.038,0,0,0-.018.009.376.376,0,0,0-.042.03l-.062.05c-.022.018-.042.036-.062.054l-.036.032c-.019.024-.05.063-.089.119l-.128.181c-.044.065-.086.128-.124.187s-.062.1-.074.124q-.006,0-.021.039l-.035.092c-.014.035-.027.071-.039.106a.375.375,0,0,1-.036.083.341.341,0,0,1-.008.051.826.826,0,0,1-.024.083c-.01.031-.019.057-.027.08a.251.251,0,0,0-.012.042.259.259,0,0,0-.032.053q-.021.042-.042.09c-.014.031-.027.061-.038.092s-.021.048-.025.055v.457a.4.4,0,0,1-.008.06c-.006.027-.013.057-.021.086s-.016.057-.023.083-.015.043-.018.051v.914a.232.232,0,0,1,.044.138.415.415,0,0,0,.026.152c0,.008.006.014.019.018l.023.012a1.17,1.17,0,0,1,.1.389,3.721,3.721,0,0,0,.062.4.09.09,0,0,0,.021.041.1.1,0,0,1,.021.042c.047.107.094.213.139.317s.1.207.146.3a2.14,2.14,0,0,0,.178.281,1.424,1.424,0,0,0,.243.256l.155.113a.613.613,0,0,0,.172.094.64.64,0,0,0,.074.016l.118.021.116.02a.369.369,0,0,1,.066.015.3.3,0,0,1,.046.042l.063.062c.021.022.042.042.06.062a.285.285,0,0,1,.032.042.624.624,0,0,0,.077.014c.04.006.081.011.125.015l.127.009c.042,0,.07,0,.087,0a.374.374,0,0,1,.047.009l.077.018.077.015.042.006a.958.958,0,0,0,.364-.1.871.871,0,0,0,.294-.223.305.305,0,0,0,.027-.05q.015-.033.021-.033a.116.116,0,0,1,.074-.05.463.463,0,0,1,.092-.009c.027,0,.053,0,.074,0l.063,0h.017a.182.182,0,0,0,.047-.012.092.092,0,0,0,.048-.029.237.237,0,0,1,.036-.045c.02-.022.04-.045.062-.072l.062-.071c.02-.021.033-.036.042-.044l.029-.059c.016-.032.033-.065.051-.1l.05-.093a.319.319,0,0,1,.036-.053c.051-.075.1-.143.152-.205a.933.933,0,0,0,.132-.246,2.334,2.334,0,0,0,.093-.285c.029-.11.054-.207.074-.29.008-.04.015-.071.021-.1s.011-.046.015-.067,0-.035,0-.039a.564.564,0,0,1,.158-.3.424.424,0,0,1,.3-.109.371.371,0,0,1,.2.047.4.4,0,0,1,.124.122.508.508,0,0,1,.068.172.91.91,0,0,1,.02.193,1.151,1.151,0,0,1,0,.121.3.3,0,0,1-.047.122v.913a.264.264,0,0,1,.041.054.132.132,0,0,1,.011.059v.041c0,.013-.011.036-.023.069s-.024.07-.039.11-.026.077-.038.112-.022.062-.029.078-.018.039-.028.056a.093.093,0,0,0-.014.038.671.671,0,0,1-.22.108c-.075.019-.15.035-.223.047s-.145.026-.219.042a.7.7,0,0,0-.21.083l-.048.045c-.024.021-.048.043-.075.064s-.049.043-.074.063a.178.178,0,0,1-.041.03,2.484,2.484,0,0,1-.285.18,1.183,1.183,0,0,1-.3.116l-.587.166a2.226,2.226,0,0,1-.611.084c-.127,0-.258-.007-.394-.019s-.275-.028-.413-.05-.274-.048-.407-.08-.258-.065-.376-.1a.23.23,0,0,1-.1-.053.573.573,0,0,1-.063-.077c-.017-.028-.036-.057-.055-.086a.293.293,0,0,0-.084-.08l-.065-.036c-.036-.02-.075-.042-.119-.069s-.086-.05-.127-.077-.074-.044-.1-.056l-.052-.027-.034-.017a.167.167,0,0,1-.032-.03c-.012-.014-.025-.033-.042-.056,0,0-.013-.017-.029-.039s-.032-.047-.051-.078-.035-.056-.053-.083-.029-.042-.033-.049a.247.247,0,0,1-.041-.037l-.062-.062-.066-.062a.219.219,0,0,1-.038-.042.146.146,0,0,1-.027-.038c-.014-.022-.03-.045-.047-.068a.887.887,0,0,1-.051-.074.434.434,0,0,1-.029-.057q-.144-.237-.244-.445a3.2,3.2,0,0,1-.166-.412,2.822,2.822,0,0,1-.1-.427A3.506,3.506,0,0,1,701.679,423.89Z" style="fill: #ef6e55"/> <path d="M716.252,427.267h-.671l-.074-.007-.139-.015c-.052-.006-.1-.011-.142-.014l-.083-.006c-.064,0-.169,0-.318-.006s-.305-.006-.471-.006-.335,0-.482.006-.247.006-.3.006a.757.757,0,0,1-.087-.092.19.19,0,0,1-.038-.116.17.17,0,0,1,.012-.075.939.939,0,0,0,.042-.085.207.207,0,0,1,.021-.066.1.1,0,0,1,.05-.058l.05-.006.08-.013.077-.012a.127.127,0,0,0,.042-.011.238.238,0,0,0,.053-.03c.025-.015.05-.034.077-.053l.077-.054a.413.413,0,0,1,.048-.029.116.116,0,0,1,.038-.015.662.662,0,0,1,.075-.015l.08-.009.05,0q.012,0,.024-.018l.013-.018v-.208a1.743,1.743,0,0,0-.031-.32,3.231,3.231,0,0,0-.074-.317c-.029-.1-.06-.207-.092-.309s-.059-.2-.083-.294c0-.012-.009-.037-.017-.077s-.018-.083-.031-.13-.021-.091-.029-.131-.014-.065-.017-.077a.134.134,0,0,0-.012-.041c-.009-.02-.017-.041-.025-.062s-.015-.043-.023-.063a.15.15,0,0,1-.012-.035c-.011-.036-.023-.073-.036-.113a.7.7,0,0,0-.044-.113.346.346,0,0,0-.065-.092.188.188,0,0,0-.1-.05L713.6,424l-.092-.016-.086-.008-.057,0-.036.024a.129.129,0,0,1-.035.018l-.065.017a.257.257,0,0,1-.066.012h-.326c-.146,0-.3,0-.448.009a3.588,3.588,0,0,0-.418.039.132.132,0,0,0-.048.023.146.146,0,0,1-.035.018.957.957,0,0,1-.1.013l-.148.011-.152.012c-.047,0-.079.006-.094.006l-.042.041-.16.9a.623.623,0,0,0-.12.2.965.965,0,0,0-.046.216c-.008.076-.013.151-.015.226a1.329,1.329,0,0,1-.027.225.219.219,0,0,1-.042.089c-.028.044-.043.068-.047.072l.047.094a.493.493,0,0,1,.039.057c.018.029.029.049.033.057s.034.009.068.017l.1.027.1.03.066.02q.095.024.231.054a1.222,1.222,0,0,1,.258.086.678.678,0,0,1,.208.146.3.3,0,0,1,.086.225v.1a.378.378,0,0,1-.026.038c-.014.018-.031.036-.048.054s-.035.034-.05.047a.144.144,0,0,1-.042.027c-.048,0-.126,0-.235.006s-.223.008-.343.014l-.345.015c-.108,0-.187.007-.234.007h-1.644a.132.132,0,0,1-.023-.045.127.127,0,0,0-.031-.051,1.752,1.752,0,0,0-.041-.2.97.97,0,0,1-.03-.226.13.13,0,0,1,.09-.122c.059-.025.112-.046.16-.062a.308.308,0,0,0,.041,0l.08-.009.083-.012a.278.278,0,0,0,.051-.011c.039-.016.09-.04.151-.072l.181-.092c.06-.029.112-.056.157-.08a.427.427,0,0,0,.074-.042l.06-.094v-.576c.039,0,.074-.035.1-.091a1.349,1.349,0,0,0,.08-.194c.024-.071.046-.142.065-.214a.628.628,0,0,1,.06-.154l.032-.029c.018-.016.037-.032.056-.051s.038-.034.054-.05a.064.064,0,0,0,.024-.036.148.148,0,0,0,.011-.053c0-.032.008-.066.012-.1s.008-.073.012-.107.007-.054.007-.062.02-.045.038-.089a.209.209,0,0,1,.056-.089l.072-.688a.684.684,0,0,0,.109-.261c.018-.1.034-.188.051-.279a.146.146,0,0,0,.029-.066.338.338,0,0,0,.012-.059c.008-.008.024-.027.048-.056a.7.7,0,0,1,.047-.057c0-.011.009-.034.015-.068s.013-.07.021-.109.014-.078.02-.117.011-.066.015-.085v-.167a.556.556,0,0,1,.033-.065c.018-.031.035-.065.053-.1s.036-.069.053-.1l.034-.06a.154.154,0,0,0,.017-.045c.008-.025.016-.051.024-.08s.014-.052.02-.077a.263.263,0,0,0,.01-.047.431.431,0,0,0,.032-.065c.014-.032.028-.066.041-.1a.745.745,0,0,0,.036-.1.3.3,0,0,1,.027-.069,2.173,2.173,0,0,0,.1-.379,2.8,2.8,0,0,1,.1-.4,1.562,1.562,0,0,1,.139-.3.659.659,0,0,0,.092-.321.091.091,0,0,0,.012-.059c0-.032,0-.068-.006-.11s-.006-.068-.006-.08.016-.027.035-.06.041-.064.063-.1.041-.07.056-.1a.193.193,0,0,0,.024-.065v-.321a.579.579,0,0,1,.036-.086.5.5,0,0,1,.047-.085.324.324,0,0,0,.048-.031l.038-.026c.014-.01.025-.019.033-.026.064-.041.119-.078.169-.114s.1-.067.148-.095a.743.743,0,0,1,.161-.065.767.767,0,0,1,.2-.023l.112,0c.056,0,.093.006.112.006.036.032.076.068.122.107a.225.225,0,0,1,.08.137,2.374,2.374,0,0,1,.092.48,2.487,2.487,0,0,0,.086.463.19.19,0,0,0,.012.054.079.079,0,0,0,.018.029c.008.02.017.044.027.071a.2.2,0,0,1,.014.054v.208a1.549,1.549,0,0,0,.083.255,1.159,1.159,0,0,1,.078.243c0,.012.01.041.021.089s.02.1.029.154.018.108.024.157.009.08.009.092.009.025.018.048.017.05.027.077l.026.077c.008.024.016.035.024.035.008.04.023.106.044.2s.046.186.072.287.05.2.074.285l.048.187a2.555,2.555,0,0,1,.29.7c.059.243.113.491.16.744,0,.008.012.026.024.056s.02.048.024.057c.067.17.13.337.186.5s.12.329.188.5a.384.384,0,0,0-.012.06c0,.027-.009.056-.013.086s-.009.057-.014.083a.554.554,0,0,1-.015.056v.083a.531.531,0,0,0,.032.048c.019.024.036.049.054.077s.036.054.054.08.028.042.032.05a1.074,1.074,0,0,1,.113.259c.024.085.049.167.077.246a1.519,1.519,0,0,0,.1.229.638.638,0,0,0,.2.2q0,.012.021.027c.013.01.02.019.02.026a.347.347,0,0,1,.092.042.291.291,0,0,0,.074.036c.012,0,.045.009.1.017l.172.025.171.02c.054.006.088.009.1.009s.038.019.065.035.056.033.083.051a.336.336,0,0,1,.069.056.1.1,0,0,1,.026.066.658.658,0,0,1-.02.1,1.72,1.72,0,0,1-.054.169,1.562,1.562,0,0,1-.068.161c-.024.047-.043.073-.059.077h-.208a.561.561,0,0,1-.086-.006A.247.247,0,0,1,716.252,427.267Zm-4.444-4.261v.012l.017.071a.342.342,0,0,1,.012.06c.028.05.059.1.092.151a.883.883,0,0,0,.107.13.478.478,0,0,0,.131.093.4.4,0,0,0,.169.035.472.472,0,0,0,.207-.045.5.5,0,0,1,.208-.044.913.913,0,0,1,.205.023.851.851,0,0,0,.2.024h.042a.417.417,0,0,0,.063-.024c.025-.011.051-.024.077-.038l.071-.039a.113.113,0,0,1,.044-.017.188.188,0,0,0,.036-.114c0-.054.006-.1.006-.124a.737.737,0,0,0-.068-.3,1.844,1.844,0,0,1-.105-.288c-.054-.177-.11-.356-.166-.537s-.11-.358-.166-.536c0-.013-.012-.039-.026-.08l-.048-.143c-.018-.053-.034-.106-.05-.157l-.036-.113a.3.3,0,0,1-.029-.065c-.012-.032-.025-.065-.036-.1s-.024-.069-.036-.1-.02-.053-.024-.065c-.016-.044-.025-.069-.029-.077s-.022-.012-.054-.012a.13.13,0,0,0-.1.044.529.529,0,0,0-.074.1.758.758,0,0,0-.053.124.666.666,0,0,0-.027.107v.118a.135.135,0,0,1-.02.048c-.014.023-.028.048-.042.074l-.041.074a.221.221,0,0,1-.027.041c0,.012,0,.038,0,.075s-.006.078-.01.122-.007.083-.011.118-.006.057-.006.065a.864.864,0,0,1-.107.249.729.729,0,0,0-.1.243c0,.009,0,.027-.007.054s-.008.059-.012.092-.008.064-.011.093a.22.22,0,0,1-.012.053.172.172,0,0,0-.024.042c-.011.023-.025.049-.039.08s-.027.057-.041.083l-.027.049-.012.1-.011.083a.5.5,0,0,0-.006.071Z" style="fill: #ef6e55"/> <path d="M717.385,426.762c0-.016.009-.041.039-.077a.642.642,0,0,1,.109-.1c.044-.034.087-.064.131-.092a.212.212,0,0,1,.1-.042.474.474,0,0,1,.077-.011l.128-.012.127-.012c.04,0,.065-.007.077-.007s.033-.026.074-.055.073-.053.092-.069a.155.155,0,0,1,.042-.047.358.358,0,0,0,.048-.047c0-.016,0-.045,0-.086s0-.087.009-.137.008-.1.014-.14.011-.073.015-.089,0-.021.012-.053.015-.067.024-.1.016-.073.024-.106a.507.507,0,0,0,.011-.063v-.024a.474.474,0,0,0-.035-.178.5.5,0,0,1-.036-.189.9.9,0,0,1,.036-.25.935.935,0,0,0,.035-.261v-.054q0-.022-.006-.15c0-.086-.008-.177-.014-.274s-.011-.187-.015-.272-.007-.14-.007-.164v-.077a.241.241,0,0,1,.028-.107.687.687,0,0,1,.062-.1.72.72,0,0,0,.062-.108.267.267,0,0,0,0-.234.27.27,0,0,1-.027-.112.26.26,0,0,1,.042-.143.256.256,0,0,0,.041-.142,1.563,1.563,0,0,0-.035-.3,1.655,1.655,0,0,1-.036-.326.963.963,0,0,1-.012-.184v-.561a.993.993,0,0,1,.012-.187.533.533,0,0,1-.071-.157.607.607,0,0,1-.024-.163v-.018a.143.143,0,0,0,.018-.039.479.479,0,0,1,.03-.067.672.672,0,0,0,.029-.066.138.138,0,0,1,.018-.036v-.213a1.125,1.125,0,0,0-.041-.3.4.4,0,0,0-.166-.231.648.648,0,0,1-.1-.012l-.139-.024-.136-.024-.089-.017a.129.129,0,0,0-.054-.033.228.228,0,0,0-.059-.021l-.072.006a1.109,1.109,0,0,1-.112.006c-.04,0-.063,0-.071-.012a.185.185,0,0,1-.092-.041.426.426,0,0,1-.08-.084.387.387,0,0,1-.057-.1.279.279,0,0,1-.02-.094.291.291,0,0,1,.035-.137.454.454,0,0,1,.089-.115.408.408,0,0,1,.119-.08.353.353,0,0,1,.13-.036.61.61,0,0,1,.1-.012l.18-.015c.068-.006.133-.011.2-.014s.111-.008.142-.012h.2a.519.519,0,0,0,.086.014l.146.018.145.015.086.006h1.364a.319.319,0,0,1,.072.02.28.28,0,0,0,.083.022h.024a.589.589,0,0,0,.19-.028.761.761,0,0,1,.219-.026c.032,0,.076,0,.134.006l.1.006a.621.621,0,0,1,.071.02.328.328,0,0,0,.089.022c.071.007.153.014.246.02a.722.722,0,0,1,.24.051,2.348,2.348,0,0,1,.413.2,3.166,3.166,0,0,1,.376.268,1.369,1.369,0,0,1,.256.269,3.639,3.639,0,0,1,.258.395,3.878,3.878,0,0,1,.211.43,1.489,1.489,0,0,1,.106.383v.255a.459.459,0,0,0,.021.077.6.6,0,0,1,.021.077v.053c-.028.147-.058.291-.093.434a3.721,3.721,0,0,1-.124.418,2.431,2.431,0,0,1-.184.394,1.823,1.823,0,0,1-.27.357.373.373,0,0,1-.051.045l-.041.026a.074.074,0,0,1-.027.012.284.284,0,0,0-.053.059l-.094.118-.108.134c-.035.046-.061.08-.077.1-.008.009-.023.028-.047.059a.186.186,0,0,0-.036.06c-.087,0-.156.009-.208.015a.324.324,0,0,0-.16.074c-.047.023-.105.049-.172.074s-.138.049-.21.068-.145.035-.217.048a1.15,1.15,0,0,1-.19.018.743.743,0,0,1-.29-.057,1.37,1.37,0,0,0-.274-.08h-.177a.466.466,0,0,1-.208-.068.4.4,0,0,0-.214-.057h-.047a.419.419,0,0,0-.1.013.257.257,0,0,0-.094.041.323.323,0,0,1-.009.059.742.742,0,0,1-.024.086c-.009.03-.018.058-.026.083a.2.2,0,0,0-.013.051c0,.008-.009.023-.017.044s-.017.044-.027.065-.023.053-.039.092c-.008,0-.011.008-.011.025v.044a.036.036,0,0,0,.011.026.269.269,0,0,0,.042.077.279.279,0,0,1,.041.077.27.27,0,0,0,.009.051.678.678,0,0,1,.016.083c0,.03.008.057.011.08s.006.038.006.042l.03.083.018.029a.493.493,0,0,1-.039.175,1,1,0,0,0-.051.164c0,.008-.009.024-.017.047s-.017.05-.027.077-.018.054-.027.077a.2.2,0,0,0-.012.048.521.521,0,0,0,.012.077c.009.04.018.083.027.13s.019.093.027.134.013.068.017.08a1.08,1.08,0,0,1,.025.172,1.1,1.1,0,0,0,.026.179.594.594,0,0,0,.066.166.448.448,0,0,0,.126.136.525.525,0,0,0,.09.047.335.335,0,0,0,.077.03h.534a.209.209,0,0,1,.1.045,1.159,1.159,0,0,1,.127.1c.042.038.078.072.111.105a.312.312,0,0,1,.047.052v.037c-.032.055-.06.1-.086.136a.57.57,0,0,1-.083.092.38.38,0,0,1-.1.06,1.226,1.226,0,0,1-.14.038q-.053,0-.18-.006c-.085,0-.173-.006-.265-.006s-.177,0-.258.006-.137.006-.169.006a.856.856,0,0,0-.11.014.31.31,0,0,0-.1.028h-1.406a.253.253,0,0,0-.143-.054.286.286,0,0,0-.058.006.415.415,0,0,1-.077.006h-.048a.386.386,0,0,1-.267-.158A.632.632,0,0,1,717.385,426.762Zm2.546-3.447a2.642,2.642,0,0,1,.3.041,1.626,1.626,0,0,0,.306.03h.059c.012-.012.031-.032.056-.06s.055-.056.086-.086.061-.057.086-.083.045-.045.057-.056a.366.366,0,0,0,.089-.051c.051-.033.091-.058.119-.073s.085-.04.148-.072a.713.713,0,0,0,.149-.095l.112-.116c.052-.053.1-.107.154-.163s.1-.108.14-.157a.79.79,0,0,0,.074-.1,1.221,1.221,0,0,0,.157-.282,1.643,1.643,0,0,0,.092-.326,3.275,3.275,0,0,0,.041-.336c.009-.11.013-.213.013-.308a.29.29,0,0,0-.06-.178.9.9,0,0,1-.106-.178c-.009,0-.018-.018-.027-.045s-.022-.052-.036-.08-.028-.053-.042-.077-.024-.035-.032-.035c0-.016-.017-.041-.051-.074l-.062-.063a.173.173,0,0,0-.018-.041l-.038-.08a.835.835,0,0,0-.042-.08.1.1,0,0,0-.032-.042s-.011-.013-.03-.026-.042-.031-.069-.048-.05-.035-.077-.051-.046-.029-.061-.041a.167.167,0,0,0-.048-.026.184.184,0,0,0-.042-.016.35.35,0,0,1-.024-.032l-.035-.054c-.011-.018-.024-.034-.036-.05a.078.078,0,0,1-.017-.03.049.049,0,0,1-.03-.018.046.046,0,0,1-.012-.017l-.059-.018L721,419.6c-.032-.01-.062-.019-.093-.027a.316.316,0,0,0-.061-.011l-.042-.006-.077-.016c-.028-.006-.054-.011-.077-.014a.368.368,0,0,0-.048-.006.42.42,0,0,0-.053-.018c-.028-.008-.058-.017-.089-.029a.59.59,0,0,0-.093-.03.337.337,0,0,1-.055-.018h-.12l-.046.068c-.025.034-.05.069-.078.1s-.054.069-.08.1-.045.054-.056.066-.018.035-.031.057l-.035.068c-.015.027-.031.056-.048.083v.735a.827.827,0,0,0-.08.243,1.788,1.788,0,0,0-.02.262v.107a.4.4,0,0,0,.012.1.354.354,0,0,0-.038.057l-.034.056v.089c0,.044,0,.1.009.175s.012.145.016.214.008.131.011.184.006.083.006.086a.153.153,0,0,0,.012.044l.026.075c.01.027.02.053.028.077a.181.181,0,0,0,.017.042v.338a.09.09,0,0,1-.02.038.191.191,0,0,0-.033.056.261.261,0,0,1-.036.054.185.185,0,0,0-.036.06v.041s.006.011.019.023l.023.025a.345.345,0,0,0,.06-.025.5.5,0,0,1,.058-.023c.056,0,.083.023.083.071a.224.224,0,0,1,0,.039.2.2,0,0,0,0,.038C719.9,423.284,719.907,423.307,719.931,423.315Z" style="fill: #ef6e55"/> <path d="M729.561,427.225H728.3l-.051-.018-.074-.027-.074-.027a.2.2,0,0,1-.05-.023H728a1.383,1.383,0,0,1-.314.077,2.937,2.937,0,0,1-.338.018,2.142,2.142,0,0,1-.24-.015,1.031,1.031,0,0,1-.256-.062.583.583,0,0,1-.2-.131.3.3,0,0,1-.083-.226.307.307,0,0,1,.074-.2.281.281,0,0,1,.175-.11c.019,0,.059,0,.118-.006l.187-.012.184-.012c.057,0,.1-.006.122-.006a.407.407,0,0,0,.172-.068.547.547,0,0,0,.124-.121,1.076,1.076,0,0,0,.093-.151c.025-.054.049-.109.074-.164,0-.032-.009-.089-.013-.172s-.006-.17-.006-.261,0-.176.006-.255.009-.139.013-.179c0-.015,0-.055.012-.121s.015-.136.023-.211.016-.144.023-.207.013-.1.013-.125v-.029a.321.321,0,0,0-.018-.071.331.331,0,0,1-.018-.066V424.2a.3.3,0,0,1,.018-.1.4.4,0,0,0,.018-.122.668.668,0,0,0-.018-.149.592.592,0,0,1-.018-.147v-.09c0-.02.01-.071.018-.157s.016-.177.027-.276.017-.191.023-.276.009-.139.009-.163v-.487a1.073,1.073,0,0,1,.054-.26.84.84,0,0,0,.041-.262.417.417,0,0,0-.027-.163.434.434,0,0,1-.026-.163.688.688,0,0,1,.006-.092.149.149,0,0,1,.047-.086v-.955a.3.3,0,0,0-.015-.048c-.01-.027-.018-.052-.026-.071a1.474,1.474,0,0,1-.057-.16.207.207,0,0,0-.109-.131.53.53,0,0,1-.057-.024l-.086-.038-.092-.039-.062-.023h-.351q-.374,0-.712.02c-.225.014-.459.021-.7.021h-.249a1.866,1.866,0,0,0-.252.169,1.389,1.389,0,0,0-.2.205c-.008,0-.017.01-.026.029a.151.151,0,0,1-.027.042c-.016.044-.028.079-.036.107a.694.694,0,0,1-.026.077.352.352,0,0,1-.039.068l-.06.086c-.043.056-.088.112-.133.169a1.888,1.888,0,0,1-.145.164.683.683,0,0,1-.172.124.458.458,0,0,1-.208.048.287.287,0,0,1-.146-.036.151.151,0,0,1-.062-.143v-.029c0-.023,0-.059.006-.1s.01-.091.015-.139.011-.092.015-.134.006-.07.006-.086a.565.565,0,0,0,.009-.077c0-.031,0-.063.009-.092s.007-.068.011-.115a.94.94,0,0,0,.072-.063l.065-.062c0-.008.015-.033.032-.077s.036-.091.054-.143.035-.1.051-.145l.029-.086v-.208a.112.112,0,0,1,.048-.092.421.421,0,0,0,.083-.074,1.349,1.349,0,0,0,.1-.146.821.821,0,0,1,.094-.136.481.481,0,0,1,.125-.1.355.355,0,0,1,.178-.041.428.428,0,0,1,.178.038,1.11,1.11,0,0,1,.164.1l.157.112a.806.806,0,0,0,.16.092.142.142,0,0,0,.044.009c.022,0,.045,0,.068,0h.1a.88.88,0,0,0,.234-.027.866.866,0,0,1,.217-.026,2.333,2.333,0,0,1,.475.047,2.354,2.354,0,0,0,.48.048.808.808,0,0,0,.205-.027.819.819,0,0,1,.2-.027h.024l.258.014.308.019.265.015.124.006a.323.323,0,0,1,.042,0l.074.012.074.012a.36.36,0,0,0,.047.006h.036c.209,0,.415-.006.615-.018s.4-.017.607-.017a1.517,1.517,0,0,1,.234.017,1.58,1.58,0,0,0,.241.018h.131c.115,0,.227,0,.337-.012a.873.873,0,0,0,.309-.077.113.113,0,0,0,.057-.015.261.261,0,0,0,.039-.026c.008,0,.027-.019.058-.042s.067-.051.1-.08l.1-.08a.638.638,0,0,0,.057-.048l.038-.006c.022,0,.046-.007.071-.009l.081-.009a.444.444,0,0,1,.065,0h.071a.13.13,0,0,1,.131.08,1.314,1.314,0,0,0,.083.157c.008.012.023.036.044.071a.238.238,0,0,0,.051.066l0,.047.006.089c0,.032,0,.061.008.089a.123.123,0,0,0,.012.047.485.485,0,0,0,.03.065c.016.033.033.067.05.105s.036.072.054.1.03.054.038.066a.346.346,0,0,0,.013.062.151.151,0,0,0,.023.062c.012.032.033.084.066.157s.065.151.1.234.07.163.1.238.056.129.068.16c0,.009,0,.027,0,.057s0,.062.009.1.009.07.012.1a.165.165,0,0,0,.018.065v.053a.267.267,0,0,1-.137.243.52.52,0,0,1-.279.083.593.593,0,0,1-.07-.006l-.06-.006c-.063-.054-.13-.116-.2-.183a.921.921,0,0,1-.169-.226c-.067-.127-.132-.252-.192-.377a1.706,1.706,0,0,0-.217-.335,1.079,1.079,0,0,0-.294-.243.994.994,0,0,0-.418-.113h-.731a.571.571,0,0,0-.088-.032.617.617,0,0,0-.072-.021h-.67a.569.569,0,0,1-.1.05l-.1.045a.068.068,0,0,1-.023.017q-.018.018-.018.024a.313.313,0,0,0-.013.065c0,.033-.007.066-.011.1s-.008.067-.012.1a.51.51,0,0,0-.006.062v.041c0,.012,0,.038.006.077s.009.083.015.131.01.091.015.13.006.063.006.071v.083a3.459,3.459,0,0,1-.021.363,3.243,3.243,0,0,0-.021.368,2.894,2.894,0,0,0,.021.346,3.269,3.269,0,0,1,.021.36.172.172,0,0,1-.048.118.167.167,0,0,0-.048.113.789.789,0,0,0,.028.211.852.852,0,0,1,.026.2v.191c-.008.035-.014.061-.02.08a.767.767,0,0,0-.021.08v.207a.153.153,0,0,0-.013.048l-.011.074c0,.025-.009.051-.015.074a.259.259,0,0,1-.015.047c-.032.337-.058.67-.08,1s-.033.666-.033,1.006v.113a1.227,1.227,0,0,0,.006.124,1.012,1.012,0,0,0,.036.16.619.619,0,0,0,.063.128,1,1,0,0,0,.106.146.817.817,0,0,0,.131.121.223.223,0,0,0,.133.051.563.563,0,0,0,.173-.027.543.543,0,0,1,.172-.027,1.713,1.713,0,0,1,.231.018,1.035,1.035,0,0,1,.246.065.562.562,0,0,1,.2.131.305.305,0,0,1,.08.22.346.346,0,0,1-.027.127.529.529,0,0,1-.071.127.48.48,0,0,1-.107.1.264.264,0,0,1-.133.051c-.02,0-.055,0-.1-.006l-.16-.012-.163-.012a.908.908,0,0,1-.108-.011.36.36,0,0,1-.086-.022A.351.351,0,0,0,729.561,427.225Z" style="fill: #ef6e55"/> <path d="M740.141,427.267h-.671l-.074-.007-.139-.015c-.052-.006-.1-.011-.143-.014l-.083-.006c-.063,0-.169,0-.317-.006s-.306-.006-.472-.006-.335,0-.481.006-.247.006-.3.006a.757.757,0,0,1-.087-.092.19.19,0,0,1-.038-.116.17.17,0,0,1,.012-.075c.008-.013.021-.041.042-.085a.225.225,0,0,1,.02-.066.1.1,0,0,1,.051-.058l.05-.006.08-.013.077-.012a.137.137,0,0,0,.042-.011.263.263,0,0,0,.053-.03c.024-.015.05-.034.077-.053l.077-.054a.413.413,0,0,1,.048-.029.116.116,0,0,1,.038-.015.69.69,0,0,1,.074-.015l.08-.009.051,0q.012,0,.024-.018l.012-.018v-.208a1.741,1.741,0,0,0-.03-.32c-.02-.106-.044-.212-.074-.317s-.061-.207-.092-.309-.06-.2-.083-.294a.781.781,0,0,1-.018-.077c-.007-.039-.017-.083-.03-.13s-.021-.091-.029-.131-.014-.065-.018-.077a.156.156,0,0,0-.011-.041c-.009-.02-.017-.041-.025-.062l-.023-.063a.15.15,0,0,1-.012-.035c-.012-.036-.023-.073-.036-.113a.8.8,0,0,0-.044-.113.349.349,0,0,0-.066-.092.181.181,0,0,0-.1-.05l-.069-.015-.091-.016-.086-.008-.057,0-.036.024a.167.167,0,0,1-.035.018l-.066.017a.244.244,0,0,1-.065.012h-.326c-.147,0-.3,0-.448.009a3.567,3.567,0,0,0-.418.039.132.132,0,0,0-.048.023.167.167,0,0,1-.035.018.957.957,0,0,1-.1.013l-.149.011-.151.012c-.048,0-.079.006-.1.006l-.042.041-.16.9a.619.619,0,0,0-.119.2,1.025,1.025,0,0,0-.047.216c-.008.076-.013.151-.014.226a1.236,1.236,0,0,1-.028.225.212.212,0,0,1-.041.089q-.042.066-.048.072l.048.094a.41.41,0,0,1,.038.057.4.4,0,0,1,.033.057c.012,0,.035.009.069.017l.1.027.1.03.065.02c.064.016.141.034.232.054a1.222,1.222,0,0,1,.258.086.678.678,0,0,1,.208.146.308.308,0,0,1,.086.225v.1a.292.292,0,0,1-.027.038.466.466,0,0,1-.048.054c-.017.017-.034.034-.049.047a.158.158,0,0,1-.042.027c-.048,0-.126,0-.235.006s-.223.008-.344.014l-.344.015c-.109,0-.187.007-.235.007h-1.643a.151.151,0,0,1-.024-.045.115.115,0,0,0-.03-.051,2,2,0,0,0-.041-.2.919.919,0,0,1-.03-.226.13.13,0,0,1,.09-.122c.058-.025.112-.046.16-.062a.318.318,0,0,0,.041,0l.08-.009.083-.012a.3.3,0,0,0,.051-.011c.039-.016.089-.04.151-.072l.181-.092c.059-.029.112-.056.157-.08a.481.481,0,0,0,.074-.042l.06-.094v-.576c.039,0,.074-.035.1-.091a1.244,1.244,0,0,0,.08-.194c.025-.071.046-.142.066-.214a.635.635,0,0,1,.059-.154l.033-.029c.018-.016.037-.032.056-.051l.054-.05a.066.066,0,0,0,.023-.036.138.138,0,0,0,.012-.053c0-.032.008-.066.012-.1s.008-.073.011-.107.007-.054.007-.062.021-.045.038-.089a.219.219,0,0,1,.057-.089l.071-.688a.671.671,0,0,0,.11-.261c.017-.1.034-.188.05-.279a.145.145,0,0,0,.03-.066.3.3,0,0,0,.011-.059c.008-.008.025-.027.048-.056s.039-.049.047-.057a.461.461,0,0,0,.016-.068l.02-.109c.008-.04.015-.078.021-.117l.014-.085v-.167a.628.628,0,0,1,.034-.065c.017-.031.035-.065.052-.1l.054-.1.033-.06a.143.143,0,0,0,.018-.045c.008-.025.016-.051.023-.08s.015-.052.021-.077a.263.263,0,0,0,.01-.047c.007-.012.018-.034.032-.065s.027-.066.041-.1a.9.9,0,0,0,.036-.1.378.378,0,0,1,.026-.069,2.264,2.264,0,0,0,.1-.379,2.667,2.667,0,0,1,.1-.4,1.566,1.566,0,0,1,.14-.3.659.659,0,0,0,.092-.321.091.091,0,0,0,.012-.059c0-.032,0-.068-.006-.11s-.006-.068-.006-.08.015-.027.035-.06.041-.064.062-.1.041-.07.057-.1a.193.193,0,0,0,.024-.065v-.321a.415.415,0,0,1,.036-.086.435.435,0,0,1,.047-.085.317.317,0,0,0,.047-.031l.039-.026.033-.026c.063-.041.119-.078.169-.114a1.6,1.6,0,0,1,.148-.095.755.755,0,0,1,.16-.065.772.772,0,0,1,.205-.023l.113,0c.055,0,.092.006.112.006.036.032.076.068.122.107a.23.23,0,0,1,.08.137,2.445,2.445,0,0,1,.092.48,2.487,2.487,0,0,0,.086.463.19.19,0,0,0,.012.054.059.059,0,0,0,.018.029c.008.02.017.044.026.071a.224.224,0,0,1,.015.054v.208a1.549,1.549,0,0,0,.083.255,1.154,1.154,0,0,1,.077.243c0,.012.011.041.022.089s.019.1.029.154.018.108.023.157.009.08.009.092.01.025.019.048.016.05.026.077.019.054.027.077.015.035.024.035c.008.04.022.106.044.2s.046.186.071.287l.074.285c.024.089.039.151.048.187a2.5,2.5,0,0,1,.29.7c.06.243.114.491.16.744,0,.008.013.026.025.056l.023.057q.1.255.187.5c.057.164.12.329.187.5a.414.414,0,0,0-.011.06c0,.027-.009.056-.013.086s-.009.057-.015.083-.01.045-.014.056v.083a.371.371,0,0,0,.032.048c.018.024.036.049.054.077s.036.054.053.08.029.042.033.05a1.159,1.159,0,0,1,.113.259c.023.085.049.167.077.246a1.421,1.421,0,0,0,.1.229.642.642,0,0,0,.2.2c0,.008.007.017.02.027s.021.019.021.026a.36.36,0,0,1,.091.042.289.289,0,0,0,.075.036c.011,0,.045.009.1.017l.172.025.172.02c.054.006.088.009.1.009s.038.019.065.035.056.033.083.051a.328.328,0,0,1,.068.056.1.1,0,0,1,.027.066.587.587,0,0,1-.021.1,1.474,1.474,0,0,1-.053.169,1.562,1.562,0,0,1-.068.161c-.024.047-.044.073-.059.077h-.208a.552.552,0,0,1-.086-.006A.24.24,0,0,1,740.141,427.267Zm-4.445-4.261v.012l.018.071a.342.342,0,0,1,.012.06c.028.05.058.1.091.151a.955.955,0,0,0,.108.13.478.478,0,0,0,.131.093.392.392,0,0,0,.169.035.475.475,0,0,0,.207-.045.494.494,0,0,1,.208-.044.92.92,0,0,1,.205.023.845.845,0,0,0,.2.024h.042a.376.376,0,0,0,.062-.024c.026-.011.051-.024.078-.038l.071-.039a.108.108,0,0,1,.044-.017.2.2,0,0,0,.036-.114c0-.054.006-.1.006-.124a.739.739,0,0,0-.069-.3,1.836,1.836,0,0,1-.1-.288l-.166-.537c-.056-.179-.11-.358-.166-.536l-.026-.08c-.014-.042-.031-.09-.048-.143s-.034-.106-.05-.157l-.036-.113a.345.345,0,0,1-.03-.065c-.011-.032-.024-.065-.036-.1s-.023-.069-.035-.1-.02-.053-.024-.065c-.016-.044-.026-.069-.03-.077s-.021-.012-.053-.012a.129.129,0,0,0-.1.044.491.491,0,0,0-.074.1.681.681,0,0,0-.053.124.574.574,0,0,0-.027.107v.118a.125.125,0,0,1-.021.048l-.042.074c-.013.026-.027.05-.041.074a.19.19,0,0,1-.026.041c0,.012,0,.038,0,.075s-.006.078-.01.122-.008.083-.012.118,0,.057,0,.065a.864.864,0,0,1-.107.249.708.708,0,0,0-.1.243c0,.009,0,.027-.007.054s-.008.059-.012.092-.008.064-.012.093a.316.316,0,0,1-.011.053.172.172,0,0,0-.024.042c-.012.023-.025.049-.039.08s-.027.057-.041.083-.023.042-.027.049l-.012.1-.012.083a.5.5,0,0,0-.006.071Z" style="fill: #ef6e55"/> <path d="M742.953,427.183q-.315,0-.62.027c-.2.018-.408.026-.614.026h-.042l-.178-.026a.837.837,0,0,1-.205-.054.518.518,0,0,1-.166-.1.237.237,0,0,1-.068-.178.47.47,0,0,1,.006-.065.1.1,0,0,1,.036-.066.108.108,0,0,1,.059-.03.309.309,0,0,1,.066-.012c.11-.011.22-.019.332-.023a2.355,2.355,0,0,0,.326-.035,1.224,1.224,0,0,0,.306-.1.8.8,0,0,0,.263-.213,4.138,4.138,0,0,1,.019-.513c.015-.168.023-.335.023-.5a.811.811,0,0,0-.02-.184.654.654,0,0,1-.022-.172v-.106a.454.454,0,0,1,.006-.06c0-.027.01-.058.016-.092s.01-.064.014-.092a.505.505,0,0,0,.006-.053v-.891a.3.3,0,0,1,.006-.044c0-.021.009-.045.015-.068s.01-.045.014-.063a.208.208,0,0,0,.006-.032c0-.008,0-.029,0-.062s0-.073,0-.117,0-.086,0-.129,0-.078,0-.1,0-.044,0-.086,0-.084,0-.127,0-.084,0-.122,0-.062,0-.074a.562.562,0,0,0-.014-.089.466.466,0,0,0-.027-.089v-.048a.355.355,0,0,1,.048-.178.4.4,0,0,0,.047-.2v-.07a.463.463,0,0,0-.012-.105.3.3,0,0,0-.042-.1v-.415a3.124,3.124,0,0,1,.028-.416,3.211,3.211,0,0,0,.026-.4v-.083a.093.093,0,0,1-.015-.032l-.017-.054c-.006-.017-.014-.042-.022-.074a.3.3,0,0,1,.022-.092.222.222,0,0,1,.032-.074v-.042a.321.321,0,0,0-.083-.207.4.4,0,0,0-.172-.131c-.036,0-.1-.013-.19-.029l-.285-.051-.282-.051c-.089-.015-.151-.027-.186-.035a.381.381,0,0,1-.217-.113.34.34,0,0,1-.074-.237.218.218,0,0,1,.1-.193.738.738,0,0,1,.24-.1,1.389,1.389,0,0,1,.28-.039c.094,0,.168-.006.219-.006H742c.016,0,.054,0,.115.012l.2.024.192.023c.059.008.1.012.112.012a.358.358,0,0,0,.113.012h.35a.478.478,0,0,0,.125-.012.32.32,0,0,0,.146.048c.053,0,.093.006.121.006a2.231,2.231,0,0,0,.468-.048,2.449,2.449,0,0,1,.494-.048h.332a.785.785,0,0,0,.148.08c.052.023.1.046.146.071a.37.37,0,0,1,.112.1.269.269,0,0,1,.045.166.345.345,0,0,1-.018.1.5.5,0,0,1-.051.11.324.324,0,0,1-.08.089.169.169,0,0,1-.1.035c-.088.016-.175.028-.262.036s-.178.012-.272.012-.2,0-.291-.012-.192-.02-.291-.036c-.008,0-.015.009-.021.026a.16.16,0,0,0-.009.045.307.307,0,0,0,.006.045c0,.022.007.043.009.065s.007.052.015.092v.095a.318.318,0,0,1-.021.118l-.041.108c-.015.035-.028.07-.042.1a.287.287,0,0,0-.02.11v.084a.318.318,0,0,1,.026.07.169.169,0,0,0,.026.065v.327a.166.166,0,0,0,.019.053.369.369,0,0,1,.023.072c.008.106.015.208.021.3s.009.2.009.315a1.2,1.2,0,0,1-.062.377,1.2,1.2,0,0,0-.062.388v.012c0,.008.01.023.02.045s.021.046.032.073a.7.7,0,0,1,.031.081.272.272,0,0,1,.011.05v.214a1.976,1.976,0,0,1-.048.442,2.092,2.092,0,0,0-.046.442c0,.194.008.385.026.573s.026.376.026.566v.51a.742.742,0,0,0-.026.111.413.413,0,0,1-.026.1.208.208,0,0,1-.006.032.308.308,0,0,1-.016.054.544.544,0,0,0-.015.054c0,.017,0,.028,0,.032s0,.029,0,.063.008.071.012.113.008.081.013.118a.642.642,0,0,0,.012.08.284.284,0,0,0,.058.131.325.325,0,0,0,.1.074.43.43,0,0,0,.118.038c.044.008.089.018.137.031,0,.007.018.015.045.023l.08.026.08.028a.333.333,0,0,1,.05.017,1.016,1.016,0,0,0,.11.012l.172.012.175.011c.055,0,.094.006.119.006a.2.2,0,0,1,.068.072.228.228,0,0,1,.015.088v.054a.335.335,0,0,1-.051.2,1.444,1.444,0,0,1-.151.16.094.094,0,0,0-.048.021.11.11,0,0,1-.035.02h-.054c-.3-.019-.59-.046-.881-.083A7.363,7.363,0,0,0,742.953,427.183Z" style="fill: #ef6e55"/> <path d="M746.555,427.213a.675.675,0,0,0-.116-.023.4.4,0,0,1-.092-.022.118.118,0,0,1-.063-.047.209.209,0,0,1-.02-.1.413.413,0,0,1,.011-.1.751.751,0,0,1,.06-.122.46.46,0,0,1,.237-.166,1.792,1.792,0,0,1,.288-.058q.145-.02.279-.048a.323.323,0,0,0,.205-.137c0-.012.012-.029.023-.053a.447.447,0,0,1,.039-.065c.014-.021.031-.048.05-.083v-1.2a.165.165,0,0,0,.027-.057.243.243,0,0,0,.015-.056v-.421a.341.341,0,0,1,.006-.047c0-.025.009-.049.015-.075s.011-.05.017-.074a.252.252,0,0,0,.009-.048v-.207a.56.56,0,0,0-.009-.11c-.006-.029-.011-.059-.017-.086s-.011-.056-.015-.083a.711.711,0,0,1-.006-.1v-.1a.2.2,0,0,0,.012-.044c0-.022.009-.045.015-.068s.01-.045.014-.063a.233.233,0,0,0,.006-.032c0-.021,0-.066,0-.137s0-.146.01-.225.008-.153.014-.22a1.069,1.069,0,0,1,.015-.124.331.331,0,0,1,.018-.066.324.324,0,0,0,.017-.071v-.409c0-.032.01-.095.019-.188s.015-.191.023-.3.016-.2.024-.3.011-.162.011-.2a.254.254,0,0,0,.034-.081.473.473,0,0,0,.02-.085.873.873,0,0,0-.038-.247,1,1,0,0,0-.11-.24.945.945,0,0,0-.172-.2.669.669,0,0,0-.226-.131.246.246,0,0,0-.059-.014l-.1-.021-.1-.023a.218.218,0,0,1-.065-.025l-.029-.023-.051-.038a.456.456,0,0,0-.054-.039l-.032-.024a.209.209,0,0,1-.036-.009c-.02,0-.041-.011-.066-.015l-.064-.012-.036-.006a.394.394,0,0,1-.13-.089,1.613,1.613,0,0,1-.151-.157,1.551,1.551,0,0,1-.128-.166.247.247,0,0,1-.054-.122.149.149,0,0,1,.006-.047.07.07,0,0,1,.006-.03.271.271,0,0,1,.033-.056.96.96,0,0,1,.059-.08c.022-.028.042-.054.062-.077a.263.263,0,0,1,.048-.048.785.785,0,0,0,.089-.02.49.49,0,0,1,.119-.022h.913a.567.567,0,0,1,.125-.026c.031,0,.069,0,.112,0a.509.509,0,0,1,.259.062.822.822,0,0,1,.2.155,1.85,1.85,0,0,1,.169.2,2.452,2.452,0,0,0,.164.2.357.357,0,0,0,.047.051,1.241,1.241,0,0,1,.089.089c.032.033.061.064.089.091l.054.054a.718.718,0,0,1,.127.207.745.745,0,0,0,.127.208,1.373,1.373,0,0,0,.241.229,1.943,1.943,0,0,1,.253.222,3.378,3.378,0,0,1,.237.3c.087.122.178.246.272.37s.191.238.285.342a.869.869,0,0,0,.279.214,3.465,3.465,0,0,0,.4.581,4.848,4.848,0,0,0,.5.5c.028.052.06.11.1.176a.893.893,0,0,0,.113.163.583.583,0,0,0,.133.089c.05.023.1.05.146.077a.491.491,0,0,1,.122.1.236.236,0,0,1,.055.145c.021.016.054.047.1.092s.1.1.148.148l.146.152a.9.9,0,0,0,.1.094.677.677,0,0,1,.083.114.5.5,0,0,0,.065.094.245.245,0,0,0,.086.066.348.348,0,0,0,.14.023.464.464,0,0,0,.1-.011c.031-.008.051-.037.06-.083a3.01,3.01,0,0,0,.124-.472,2.834,2.834,0,0,0,.042-.49v-.19a.68.68,0,0,0-.015-.08.479.479,0,0,1-.016-.092.2.2,0,0,1-.011-.089c0-.055,0-.112.006-.17s0-.089,0-.1a1.613,1.613,0,0,1-.017-.19c0-.087-.008-.178-.012-.276s-.008-.187-.012-.27-.007-.14-.011-.171,0-.058-.006-.1-.009-.089-.013-.136-.008-.092-.012-.134a.41.41,0,0,0-.011-.08.263.263,0,0,0-.015-.071.166.166,0,0,0-.026-.059v-1.027a.145.145,0,0,0-.012-.042.106.106,0,0,0-.03-.041,2.322,2.322,0,0,0-.217-.338.536.536,0,0,0-.312-.208.288.288,0,0,1-.049-.009l-.078-.017-.074-.019a.224.224,0,0,1-.048-.014.117.117,0,0,1-.032-.015c-.017-.01-.036-.02-.054-.032a.429.429,0,0,0-.05-.033.094.094,0,0,0-.03-.015,1.286,1.286,0,0,1-.192-.16.3.3,0,0,1-.063-.237.227.227,0,0,1,.041-.114.471.471,0,0,1,.081-.08.385.385,0,0,1,.085-.047c.029-.009.048-.016.06-.021a.427.427,0,0,0,.051,0c.025,0,.052,0,.08,0h.106l1.306.083a4.119,4.119,0,0,0,.561-.041,4.15,4.15,0,0,1,.566-.042s.02.009.057.013a.136.136,0,0,1,.068.017.487.487,0,0,0,.125.027.282.282,0,0,1,.089.017.106.106,0,0,1,.053.063.5.5,0,0,1,.018.16.251.251,0,0,1-.051.16.417.417,0,0,1-.128.11.9.9,0,0,1-.166.075l-.16.052a.775.775,0,0,0-.083.028.751.751,0,0,0-.1.038c-.033.015-.073.038-.122.065a1.4,1.4,0,0,0-.146.1c-.031.032-.061.064-.092.1a1.077,1.077,0,0,1-.074.08.347.347,0,0,0-.08.161,1.8,1.8,0,0,0-.038.189c0,.031,0,.084-.006.157s-.008.152-.012.235-.008.162-.012.237-.008.129-.012.16v.523a.259.259,0,0,1-.021.062.271.271,0,0,0-.02.062v.2a1.127,1.127,0,0,0,.026.249,1.126,1.126,0,0,1,.027.261v.113a.52.52,0,0,1-.012.109.269.269,0,0,1-.041.1v.706a.232.232,0,0,1-.006.041.586.586,0,0,0-.009.066c0,.023-.006.045-.01.065s0,.031,0,.035v.576a.481.481,0,0,1-.021.08.379.379,0,0,0-.02.092.634.634,0,0,0-.012.077c0,.036-.009.074-.016.113s-.01.076-.014.11a.414.414,0,0,1-.012.068v.267a2.657,2.657,0,0,0,.048.5,2.759,2.759,0,0,1,.047.5V426a.393.393,0,0,1-.021.093.374.374,0,0,0-.02.086.3.3,0,0,0-.012.1v.324a.319.319,0,0,0,.012.106c-.056.056-.111.112-.163.17a.266.266,0,0,1-.2.086.065.065,0,0,1-.029-.006.024.024,0,0,1-.018-.006.958.958,0,0,1-.3-.154,1.838,1.838,0,0,1-.241-.226c-.073-.083-.143-.17-.211-.261s-.136-.178-.208-.261a1.381,1.381,0,0,0-.091-.1l-.158-.169-.154-.167c-.047-.05-.077-.083-.089-.094a5.012,5.012,0,0,1-.4-.51c-.123-.179-.253-.351-.392-.517a.079.079,0,0,0-.03-.053c-.012-.008-.034-.026-.067-.053l-.108-.09c-.037-.031-.072-.061-.1-.089s-.052-.045-.06-.053a.323.323,0,0,1-.029-.05c-.017-.03-.033-.061-.051-.092s-.035-.063-.054-.092l-.032-.057a.031.031,0,0,1-.017-.017c-.012-.012-.019-.021-.019-.025s-.015-.007-.032-.023-.038-.032-.063-.051l-.068-.053a.471.471,0,0,0-.044-.033.32.32,0,0,1-.077-.092.753.753,0,0,1-.054-.106c-.016-.038-.032-.075-.051-.113a.44.44,0,0,0-.067-.1.51.51,0,0,0-.054-.059c-.032-.032-.065-.067-.1-.1s-.071-.072-.105-.1a.526.526,0,0,0-.068-.06.538.538,0,0,1-.047-.063.185.185,0,0,1-.036-.062.3.3,0,0,0-.074-.071c-.03-.02-.059-.038-.089-.056s-.059-.036-.086-.054a.419.419,0,0,1-.077-.062.192.192,0,0,1-.021-.038.374.374,0,0,0-.039-.069c-.016-.024-.03-.046-.044-.065a.133.133,0,0,0-.033-.036.157.157,0,0,0-.029-.041l-.041-.048a.48.48,0,0,1-.045-.026.687.687,0,0,1-.066-.048l-.062-.053c-.02-.019-.03-.031-.03-.039a.25.25,0,0,1-.065-.054l-.1-.1c-.038-.037-.072-.073-.1-.1a.486.486,0,0,0-.064-.059.649.649,0,0,0-.093-.095.179.179,0,0,0-.116-.036.15.15,0,0,0-.116.062.685.685,0,0,0-.086.146,1.075,1.075,0,0,0-.055.166.52.52,0,0,0-.022.131c0,.055,0,.1,0,.133s0,.068,0,.1v.157c0,.033,0,.067,0,.1s0,.071,0,.119a.466.466,0,0,0,.012.074c.009.037.017.077.024.118s.016.08.024.117a.381.381,0,0,1,.011.064.265.265,0,0,1,.012.1v.174c0,.072,0,.146,0,.223s0,.15,0,.217,0,.126,0,.178,0,.087,0,.106a.91.91,0,0,0,.022.092c.006.022.011.044.015.065a.276.276,0,0,1,0,.045c0,.008,0,.043.006.107s.006.117.006.16a1.453,1.453,0,0,1-.026.279,1.3,1.3,0,0,0-.028.278.836.836,0,0,0,.022.188.944.944,0,0,1,.02.2.441.441,0,0,1-.02.137.436.436,0,0,0-.022.142.608.608,0,0,0,.1.389.55.55,0,0,0,.261.175,1.656,1.656,0,0,0,.349.074,1.426,1.426,0,0,1,.369.092.5.5,0,0,1,.171.119c.044.047.1.107.155.178a.154.154,0,0,1,.048.08.809.809,0,0,1,0,.092v.107a.079.079,0,0,1-.053.021l-.077.006-.078,0a.072.072,0,0,0-.046.015c-.048.021-.088.036-.123.048a.672.672,0,0,1-.094.026.441.441,0,0,1-.086.009H748.9a2.811,2.811,0,0,1-.4-.029,2.693,2.693,0,0,0-.4-.03,3.231,3.231,0,0,0-.443.03,3.293,3.293,0,0,1-.43.029h-.1a1.129,1.129,0,0,0-.115-.012c-.058,0-.117-.007-.179-.008s-.119,0-.175-.009A.778.778,0,0,1,746.555,427.213Z" style="fill: #ef6e55"/> <path d="M756.179,421.991a.551.551,0,0,1,.036-.225.3.3,0,0,1,.095-.122.781.781,0,0,1,.133-.08.76.76,0,0,0,.158-.107l.086-.089c.037-.04.076-.079.115-.119s.074-.075.1-.106a.609.609,0,0,0,.056-.066,1.447,1.447,0,0,0,.179-.269.69.69,0,0,0,.077-.306c0-.024,0-.052,0-.083a.663.663,0,0,0-.016-.1.324.324,0,0,0-.035-.086.133.133,0,0,0-.071-.055.22.22,0,0,0-.054-.012l-.089-.016-.089-.014-.053-.006a.625.625,0,0,1-.146-.048.609.609,0,0,1-.115-.07.985.985,0,0,1-.1-.093c-.032-.033-.065-.07-.1-.109a.776.776,0,0,0-.08-.092c-.026-.027-.05-.051-.074-.074s-.046-.049-.068-.075a.345.345,0,0,1-.057-.1v-.208a1.253,1.253,0,0,1,.021-.246.525.525,0,0,1,.074-.185.5.5,0,0,1,.14-.139,1.363,1.363,0,0,1,.217-.119c.027-.012.062-.025.106-.041s.086-.033.128-.051.079-.034.112-.05l.063-.03h.106a.8.8,0,0,1,.235.051,2.754,2.754,0,0,1,.308.124,2.371,2.371,0,0,1,.285.16.557.557,0,0,1,.169.158.2.2,0,0,0,.015.039l.03.068.027.064a.115.115,0,0,0,.017.037,1.131,1.131,0,0,0,.054.127c.023.049.047.1.071.155a1.253,1.253,0,0,1,.059.157.451.451,0,0,1,.024.13.4.4,0,0,1-.027.151.411.411,0,0,0-.026.152.51.51,0,0,0,.026.163.507.507,0,0,1,.027.163c0,.079,0,.147-.006.205a.966.966,0,0,1-.036.192l-.026.028a.045.045,0,0,1-.026.014c-.064.131-.13.267-.2.409a1.5,1.5,0,0,1-.252.374,1.311,1.311,0,0,1-.145.146.243.243,0,0,0-.092.192,1.039,1.039,0,0,1-.122.036,1.08,1.08,0,0,0-.121.036l-.048,0-.077.015c-.027.007-.054.012-.077.016a.368.368,0,0,1-.048.006.158.158,0,0,1-.032.017q-.027.012-.054.027c-.018.009-.034.02-.05.03s-.024.016-.024.02a.378.378,0,0,0-.075.012l-.1.026a.873.873,0,0,1-.1.025.424.424,0,0,1-.065.009h-.273c-.047-.012-.076-.034-.083-.063A.346.346,0,0,1,756.179,421.991Z" style="fill: #ef6e55"/> <path d="M759.354,426.341a.558.558,0,0,1-.036-.131c0-.035,0-.081,0-.137a1.221,1.221,0,0,1,.023-.243c.016-.079.034-.156.057-.231s.043-.15.064-.223.041-.147.057-.223c.019-.094.039-.188.056-.281a.335.335,0,0,1,.152-.222.362.362,0,0,1,.065-.012l.1-.012.1-.012a.581.581,0,0,1,.063-.006.142.142,0,0,1,.068.03.157.157,0,0,1,.057.054,2.377,2.377,0,0,1,.147.314c.037.1.081.211.137.35l.042.071v.249a.4.4,0,0,0,.05.122.538.538,0,0,0,.074.089l.086.074a.961.961,0,0,1,.093.083,1.264,1.264,0,0,1,.074.121.763.763,0,0,0,.074.116.387.387,0,0,0,.1.092.287.287,0,0,0,.16.039,1.117,1.117,0,0,0,.169.024c.085.007.176.016.273.026l.273.027.175.018h.053a.541.541,0,0,0,.252-.063,1.711,1.711,0,0,1,.241-.1.2.2,0,0,1,.083-.027.713.713,0,0,1,.083-.015s.023-.021.056-.051.059-.052.074-.067a.638.638,0,0,1,.04-.054c.017-.023.035-.047.052-.068l.048-.057.026-.029,0-.039c0-.022,0-.044.009-.068s.008-.046.013-.065.01-.032.017-.036a.119.119,0,0,1,.012-.032l.024-.054.024-.054a.119.119,0,0,0,.012-.032.169.169,0,0,0,.011-.048l.012-.073c0-.027.008-.05.012-.071a.344.344,0,0,0,.006-.045.388.388,0,0,0-.021-.092.58.58,0,0,1-.02-.08.781.781,0,0,1-.012-.1c0-.052-.009-.107-.013-.167s-.007-.113-.011-.163-.006-.084-.006-.1a.253.253,0,0,0-.041-.081c-.025-.033-.051-.069-.08-.106s-.061-.073-.093-.107-.057-.061-.077-.08a.9.9,0,0,0-.16-.167.787.787,0,0,0-.2-.118.275.275,0,0,0-.071-.027.407.407,0,0,0-.065-.015l-.036-.032-.062-.054-.063-.05a.255.255,0,0,0-.041-.03l-.042-.02a.122.122,0,0,0-.053-.016.212.212,0,0,0-.047-.023l-.089-.038q-.048-.022-.09-.039a.246.246,0,0,1-.047-.024.211.211,0,0,1-.053-.023.077.077,0,0,1-.03-.019.192.192,0,0,1-.036-.029c-.016-.016-.032-.033-.05-.054l-.051-.053-.029-.03a.154.154,0,0,0-.033-.02l-.06-.036-.064-.042a.583.583,0,0,1-.051-.033,2.37,2.37,0,0,1-.341-.218c-.109-.083-.216-.167-.324-.253s-.214-.168-.323-.249a3.607,3.607,0,0,0-.335-.223c-.016-.02-.042-.057-.077-.112l-.11-.178c-.038-.064-.074-.122-.11-.176s-.06-.09-.071-.109a.2.2,0,0,1-.03-.048c-.011-.024-.024-.048-.039-.074s-.025-.05-.035-.075-.016-.041-.02-.052v-.309c0-.15,0-.3.014-.451a2.354,2.354,0,0,1,.069-.434,1.408,1.408,0,0,1,.169-.358,2.864,2.864,0,0,1,.282-.374,2.688,2.688,0,0,1,.332-.32,1.254,1.254,0,0,1,.326-.2l.041,0,.081,0c.03,0,.057,0,.083-.009a.2.2,0,0,0,.05-.012.4.4,0,0,0,.071-.012c.036-.007.074-.017.114-.029s.077-.022.112-.03a.4.4,0,0,1,.071-.012h.057l.118,0c.046,0,.092,0,.14,0h.195l.137,0,.133,0h.086a.454.454,0,0,0,.113.032l.116.019.112.02a.439.439,0,0,1,.111.041.272.272,0,0,0,.041.051l.042.045a1.161,1.161,0,0,0,.26.243.6.6,0,0,0,.345.095.454.454,0,0,0,.213-.039.441.441,0,0,0,.119-.089,1.29,1.29,0,0,1,.1-.089.238.238,0,0,1,.148-.038.231.231,0,0,1,.077.009c.016.006.037.03.066.074a.638.638,0,0,1,.035.066l.051.1.048.1a.365.365,0,0,0,.032.062v.083a.11.11,0,0,0-.015.035c-.006.021-.012.042-.017.066s-.012.046-.016.065a.337.337,0,0,0-.006.036v.493a.613.613,0,0,0-.1.208,1.314,1.314,0,0,1-.068.213.4.4,0,0,1-.029.08.222.222,0,0,1-.042.074c-.02.052-.036.1-.05.134a.314.314,0,0,1-.054.094.175.175,0,0,1-.089.057.536.536,0,0,1-.157.018.436.436,0,0,1-.225-.053.427.427,0,0,1-.143-.137.807.807,0,0,1-.086-.19c-.021-.072-.043-.143-.062-.216s-.041-.145-.066-.214a.616.616,0,0,0-.1-.182c-.007-.007-.024-.027-.05-.058s-.054-.066-.086-.1l-.092-.1c-.029-.034-.053-.059-.068-.075a1.055,1.055,0,0,0-.1-.094l-.137-.122a1.28,1.28,0,0,0-.141-.107.253.253,0,0,0-.12-.045h-.534a.2.2,0,0,0-.074-.035.366.366,0,0,0-.068-.006h-.066a2.781,2.781,0,0,0-.349.267q-.166.148-.315.308v.083a.691.691,0,0,1-.02.179.6.6,0,0,0-.022.178v.065a.41.41,0,0,0,.022.078.463.463,0,0,1,.02.077q.006.1.006.177a1.193,1.193,0,0,0,.009.149.65.65,0,0,0,.033.142.717.717,0,0,0,.077.155.186.186,0,0,1,.035.029l.054.054.083.077.14.127c.048.046.1.089.141.128s.074.065.086.077l.03.029.051.054c.018.019.035.038.053.054l.033.029.062.03.116.056.131.068.1.054c.1.043.208.095.318.154a.692.692,0,0,0,.341.089c.19.127.391.259.6.4a5.847,5.847,0,0,1,.588.433.192.192,0,0,1,.05.041c.017.02.031.034.039.042l.02.044c.01.023.022.047.035.074s.027.054.037.077a.142.142,0,0,0,.02.042,2.944,2.944,0,0,0,.208.282.864.864,0,0,1,.16.3.267.267,0,0,1,.015.053c.006.028.011.059.015.092s.007.065.011.1a.127.127,0,0,0,.013.051.269.269,0,0,0,.02.059.194.194,0,0,1,.021.066v.083a.317.317,0,0,1-.038.163.466.466,0,0,0-.057.174c0,.016,0,.057.006.122s.006.129.006.193a.435.435,0,0,1-.012.137.2.2,0,0,1-.014.035.72.72,0,0,1-.037.062l-.038.063c-.011.019-.02.033-.024.041s-.025.047-.053.1-.058.118-.092.184-.064.127-.092.183a.515.515,0,0,1-.059.105c0,.008-.014.025-.039.053s-.057.059-.092.095l-.1.1c-.034.033-.061.06-.08.08a2.981,2.981,0,0,1-.392.3,1.613,1.613,0,0,1-.439.192l-.137.03-.232.05-.24.051c-.077.016-.136.025-.175.029h-.042q-.319,0-.661-.017a3.37,3.37,0,0,1-.662-.1.372.372,0,0,1-.106-.051c-.032-.021-.065-.044-.1-.068s-.066-.047-.1-.071a.46.46,0,0,0-.107-.059c-.027-.013-.073-.029-.137-.051l-.192-.068c-.066-.023-.126-.047-.181-.068a.325.325,0,0,1-.107-.057c-.012-.016-.033-.041-.066-.077l-.1-.112c-.035-.04-.069-.078-.1-.113S759.365,426.353,759.354,426.341Z" style="fill: #ef6e55"/> <path d="M700.566,438.966v-1.312a.635.635,0,0,0,.027-.11.723.723,0,0,0,.015-.109.338.338,0,0,0,.012-.066c0-.035.008-.074.012-.115s.007-.08.009-.116l0-.06a.923.923,0,0,1,.044-.092.438.438,0,0,1,.045-.074l.02-.068c.01-.033.022-.068.036-.107s.026-.072.035-.1a.545.545,0,0,1,.021-.06c.013-.015.042-.055.09-.119s.1-.131.151-.2.1-.142.145-.208a.906.906,0,0,0,.077-.127c0-.009.015-.029.033-.062s.035-.07.054-.108.034-.072.049-.1.028-.05.037-.054a.118.118,0,0,0,.011-.018c.008-.015.016-.023.024-.023l.036-.033c.019-.018.041-.035.064-.053l.066-.051.036-.029.032-.03c.018-.016.036-.034.054-.053a.453.453,0,0,1,.053-.054.083.083,0,0,1,.039-.023.032.032,0,0,1,.017-.025l.042-.023a.61.61,0,0,1,.053-.035.26.26,0,0,0,.024-.033l.038-.054c.014-.018.028-.034.039-.05s.018-.025.018-.03a.355.355,0,0,1,.051-.018c.025-.008.053-.017.083-.029l.077-.03a.147.147,0,0,0,.038-.018.421.421,0,0,0,.146-.1.565.565,0,0,1,.151-.106.117.117,0,0,1,.041-.016l.077-.02.077-.024a.229.229,0,0,1,.054-.011.2.2,0,0,1,.048-.022c.027-.01.056-.019.089-.029l.091-.027a.235.235,0,0,0,.057-.018.654.654,0,0,0,.086-.035.67.67,0,0,1,.06-.03l.058-.024a.623.623,0,0,1,.087-.023.3.3,0,0,1,.062-.015c.034-.006.068-.011.1-.015s.069-.007.1-.008l.059,0a.347.347,0,0,1,.08-.048.554.554,0,0,1,.092-.042.11.11,0,0,1,.029-.009.1.1,0,0,0,.037-.015.214.214,0,0,0,.046-.017h.832l.127-.039a.437.437,0,0,1,.273.015.952.952,0,0,1,.143.071l.139.087a.684.684,0,0,0,.143.067c.118.056.235.106.349.151l.351.14a.138.138,0,0,0,.041.026l.036.022a.312.312,0,0,1,.05.041c.025.024.053.05.08.077s.053.055.074.08.037.043.045.051a.651.651,0,0,0,.1.062.884.884,0,0,1,.1.056.612.612,0,0,1,.083.065.206.206,0,0,1,.057.1.8.8,0,0,0,.009.089c.006.043.012.067.02.071a.33.33,0,0,0,.09.077l.089.059c.02.024.058.064.115.122l.185.184.186.187.125.124a.907.907,0,0,0,.068.291,2.066,2.066,0,0,1,.1.285.316.316,0,0,1,.015.062c.006.034.013.069.021.107l.02.1c.007.032.012.054.016.065a.33.33,0,0,1,.026.048c.014.027.028.057.045.089s.029.061.041.089a.275.275,0,0,0,.023.047c0,.02.013.056.025.11a.635.635,0,0,1,.017.1v1.08a4.724,4.724,0,0,1-.074.56,5.2,5.2,0,0,1-.134.555c0,.008-.013.027-.041.057s-.042.048-.042.056a.607.607,0,0,0-.065.175c-.008.05-.016.113-.024.192a1.382,1.382,0,0,1-.1.173c-.05.079-.1.162-.16.249s-.113.169-.163.246-.088.13-.108.158a.254.254,0,0,1-.053.065l-.11.107c-.041.04-.082.079-.121.119a1.038,1.038,0,0,0-.083.089.631.631,0,0,1-.065.041.343.343,0,0,0-.066.042l-.054.053-.088.089c-.032.031-.063.062-.092.089s-.049.046-.057.054a.667.667,0,0,1-.124.08,1.142,1.142,0,0,0-.148.086.648.648,0,0,0-.125.106.2.2,0,0,0-.054.137v.054a1.038,1.038,0,0,1,.027.118c.01.052.015.081.015.089s.027.02.071.05.075.051.1.063.037.021.077.041l.128.065c.045.024.088.045.127.063l.077.032.042.03.077.053c.028.021.054.038.08.054a.336.336,0,0,0,.057.029.237.237,0,0,0,.1.027.747.747,0,0,0,.112.015.213.213,0,0,0,.054.048.628.628,0,0,0,.059.041l.072.023c.035.013.074.025.115.037s.08.023.116.035a.435.435,0,0,0,.064.018.422.422,0,0,1,.04.021c.017.01.035.02.053.032s.034.021.05.03a.105.105,0,0,0,.03.012l.059.006.1.014.1.015a.627.627,0,0,0,.065.006.563.563,0,0,1,.226.074.839.839,0,0,0,.226.092l.046.006.092.013.1.011a.537.537,0,0,0,.061.006.425.425,0,0,0,.1.044.72.72,0,0,0,.112.039.762.762,0,0,0,.1.029c.05.012.1.025.16.037s.111.023.161.035.082.019.1.024.057.01.121.018l.211.023.211.024a.869.869,0,0,1,.121.018.23.23,0,0,1,.06.021.344.344,0,0,0,.053.02h.137c.008,0,.029.012.064.024l.117.039.115.035a.34.34,0,0,0,.071.015.467.467,0,0,0,.143.012l.109,0,.11,0c.036,0,.067,0,.092,0a.418.418,0,0,1,.051,0,.932.932,0,0,1,.127.047.244.244,0,0,1,.11.083c.035,0,.072,0,.107,0l.106,0a1.871,1.871,0,0,1,.22.012c.067.008.141.021.22.036a.327.327,0,0,0,.05.018c.026.008.053.016.083.023a.657.657,0,0,1,.078.025.16.16,0,0,1,.038.017,2.372,2.372,0,0,0,.347.035c.117,0,.231.006.341.006h.226a.236.236,0,0,0,.062-.02.235.235,0,0,1,.063-.021h.041a.8.8,0,0,1,.077.021.5.5,0,0,0,.083.02h.291c.043.021.068.041.074.063a.3.3,0,0,1,.009.08.206.206,0,0,1-.045.137.347.347,0,0,1-.121.089,1.446,1.446,0,0,0-.137.053c-.055.024-.108.047-.16.072s-.1.042-.14.058a.453.453,0,0,1-.068.025c-.012,0-.047.01-.106.02s-.124.019-.193.026-.136.016-.2.025-.1.012-.119.012c0,0-.01.007-.029.011l-.063.015c-.021.006-.043.011-.065.015l-.044,0h-.155a2.195,2.195,0,0,1-.326-.023,2.163,2.163,0,0,0-.32-.023.468.468,0,0,0-.208.043.419.419,0,0,1-.2.045.691.691,0,0,1-.175-.023.651.651,0,0,0-.175-.024.119.119,0,0,0-.092.042.129.129,0,0,1-.1.041h-.025l-.041-.018c-.02-.008-.042-.016-.065-.023l-.066-.024a.128.128,0,0,0-.035-.013h-.451a.869.869,0,0,1-.271-.052,1.658,1.658,0,0,0-.263-.077l-.051-.006c-.025,0-.054-.007-.086-.009l-.092-.01a.535.535,0,0,0-.068-.006c-.237-.035-.478-.076-.721-.121a6.841,6.841,0,0,1-.715-.175,1.691,1.691,0,0,1-.231-.077c-.075-.032-.149-.061-.22-.09l-.042,0-.064-.012-.066-.012a.087.087,0,0,1-.036-.012,3.118,3.118,0,0,1-.418-.128c-.14-.052-.278-.105-.412-.157a1.111,1.111,0,0,1-.225-.121,2.446,2.446,0,0,0-.226-.14.453.453,0,0,1-.063-.008.136.136,0,0,1-.062-.021l-.047-.027c-.024-.014-.05-.028-.077-.041l-.077-.039a.214.214,0,0,0-.042-.018.27.27,0,0,1-.054-.012c-.027-.007-.057-.017-.089-.027s-.062-.018-.092-.026a.409.409,0,0,1-.056-.018.133.133,0,0,1-.074-.045.293.293,0,0,1-.044-.068c-.012-.024-.025-.047-.039-.071a.186.186,0,0,0-.056-.059.718.718,0,0,0-.125-.06c-.044-.015-.089-.029-.137-.042a1.133,1.133,0,0,1-.136-.041.513.513,0,0,1-.125-.065.529.529,0,0,1-.122-.092.231.231,0,0,0-.132-.068.48.48,0,0,1-.081-.021.713.713,0,0,0-.074-.021,2.461,2.461,0,0,1-.422-.24,1.786,1.786,0,0,0-.415-.222.763.763,0,0,1-.08-.016.4.4,0,0,1-.092-.026,1.2,1.2,0,0,1-.174-.109.656.656,0,0,0-.182-.1.456.456,0,0,0-.143-.026.233.233,0,0,1-.118-.045c-.048-.032-.11-.075-.187-.13s-.156-.111-.235-.163-.147-.1-.207-.14a.594.594,0,0,0-.107-.065l-.077-.078-.127-.13c-.046-.047-.089-.091-.131-.13l-.08-.077-.077-.042q-.012,0-.024-.024a.071.071,0,0,0-.011-.017c-.06-.091-.118-.187-.173-.286s-.111-.193-.166-.285a.144.144,0,0,0-.027-.038c-.017-.021-.036-.045-.053-.068s-.036-.046-.053-.066-.027-.031-.027-.035a.344.344,0,0,1-.041-.08c-.021-.046-.035-.074-.042-.086a.383.383,0,0,1-.024-.09c-.008-.043-.017-.066-.03-.071a.739.739,0,0,0-.041-.1c-.02-.039-.04-.08-.06-.121s-.039-.083-.059-.125a.618.618,0,0,1-.041-.1,1.59,1.59,0,0,1-.024-.326A.743.743,0,0,0,700.566,438.966Zm1.739,1.109a.659.659,0,0,0,.065.086c.031.038.066.078.1.122s.068.084.1.121l.062.08a.591.591,0,0,0,.048.075.205.205,0,0,1,.035.062.581.581,0,0,1,.027.071c.014.04.03.084.047.13s.036.092.054.131a.39.39,0,0,0,.039.077l.059.06a.6.6,0,0,0,.065.06.385.385,0,0,1,.048.064c.008.017.014.032.02.048a.163.163,0,0,0,.027.045.708.708,0,0,0,.053.05.378.378,0,0,0,.045.033l.075.047.08.053a.564.564,0,0,0,.061.039.343.343,0,0,0,.036.024c.02.012.041.023.066.035l.065.036a.222.222,0,0,1,.035.024s.015.007.033.023a.678.678,0,0,1,.053.054.669.669,0,0,0,.054.053.23.23,0,0,0,.038.03.15.15,0,0,0,.036.017l.069.028c.025.009.05.018.077.026a.21.21,0,0,0,.055.012.637.637,0,0,0,.119.014l.244.022c.09.008.182.016.276.026s.167.017.222.021h.048a.2.2,0,0,0,.094-.021.333.333,0,0,0,.077-.048c.025-.017.048-.035.072-.052a.3.3,0,0,1,.077-.045.178.178,0,0,1,.045-.012l.068-.012.062-.011.033-.006a.415.415,0,0,0,.137-.1.973.973,0,0,1,.118-.106l.217-.235q.11-.121.21-.249a2.774,2.774,0,0,0,.184-.264,1.271,1.271,0,0,0,.131-.291.444.444,0,0,0,.02-.077.2.2,0,0,1,.027-.077,1.543,1.543,0,0,1,.125-.243.963.963,0,0,0,.112-.262,2.347,2.347,0,0,0,.092-.489,3.4,3.4,0,0,1,.08-.5.19.19,0,0,1,.013-.042l.023-.077c.008-.028.016-.054.024-.077a.219.219,0,0,0,.011-.048v-.207c0-.008,0-.03.006-.063s.01-.069.016-.106.011-.072.014-.1.006-.049.006-.052a.24.24,0,0,1,.006-.042.278.278,0,0,0,.006-.054,1.386,1.386,0,0,0-.012-.163c-.008-.066-.017-.133-.03-.2s-.025-.139-.041-.2-.029-.117-.042-.161c-.035-.1-.067-.2-.1-.294s-.054-.186-.074-.281a.4.4,0,0,1-.02-.1c-.006-.042-.009-.068-.009-.077s-.026-.048-.051-.1-.055-.108-.086-.169-.062-.121-.092-.178-.052-.1-.068-.128a.371.371,0,0,1-.042-.062.487.487,0,0,0-.041-.063l-.029-.029-.054-.051a.681.681,0,0,1-.054-.053.218.218,0,0,1-.029-.039.291.291,0,0,1-.051-.074c-.017-.033-.036-.07-.057-.109a.919.919,0,0,0-.064-.111.31.31,0,0,0-.071-.073.615.615,0,0,1-.086-.016.2.2,0,0,1-.08-.026.184.184,0,0,1-.063-.035.2.2,0,0,0-.062-.036c-.064-.035-.122-.067-.175-.092a1.213,1.213,0,0,0-.157-.062,1.059,1.059,0,0,0-.166-.036c-.06-.007-.127-.013-.2-.018,0-.02-.019-.033-.045-.041a.232.232,0,0,0-.068-.012h-.142a.228.228,0,0,1-.057.032.191.191,0,0,1-.057.021c-.154.009-.3.013-.421.015a1.9,1.9,0,0,0-.409.056c0,.008-.016.015-.036.019l-.065.011-.069.009-.038,0a.314.314,0,0,0-.109.121.71.71,0,0,1-.093.134c-.008.008-.021.023-.041.048s-.041.049-.062.077-.044.053-.066.077a.354.354,0,0,0-.038.047.961.961,0,0,0-.083.137c-.024.048-.048.094-.071.142a1.534,1.534,0,0,1-.08.137.693.693,0,0,1-.105.118.885.885,0,0,1-.077.06.386.386,0,0,0-.077.065.357.357,0,0,0-.059.083,1.076,1.076,0,0,0-.065.118.773.773,0,0,0-.089.2,1.062,1.062,0,0,1-.083.208c-.044.111-.092.22-.143.33a1.014,1.014,0,0,0-.094.34c-.021.143-.039.286-.057.428a4.209,4.209,0,0,1-.074.421v.054a.177.177,0,0,0,.006.029c0,.016.009.033.014.051l.015.047a.135.135,0,0,1,.006.027v.255a.291.291,0,0,0,.018.071l.041.118c.016.044.031.084.042.12a.28.28,0,0,1,.018.071v.208a.33.33,0,0,1,.032.053c.019.032.037.065.057.1s.038.068.054.1a.258.258,0,0,0,.035.059.533.533,0,0,0,.006.072.658.658,0,0,1,0,.094.813.813,0,0,1,0,.1A.627.627,0,0,0,702.305,440.075Z" style="fill: #ef6e55"/> <path d="M710.25,439.375v-.089c0-.055,0-.124.007-.2s.007-.162.009-.243,0-.152.009-.214,0-.1,0-.121v-.143a.7.7,0,0,0-.014-.142.608.608,0,0,1-.016-.149.916.916,0,0,1,.016-.174,1.185,1.185,0,0,0,.014-.181v-.03a.744.744,0,0,0-.014-.089.554.554,0,0,1-.016-.089c0-.044-.007-.08-.009-.109l-.006-.09c0-.03,0-.052,0-.069a1.1,1.1,0,0,1,.024-.26,1.111,1.111,0,0,0,.023-.249,1.429,1.429,0,0,0-.014-.194,1.245,1.245,0,0,1-.016-.21,2.069,2.069,0,0,1,.016-.264,2.874,2.874,0,0,0,.014-.3c0-.127,0-.239,0-.339a3.332,3.332,0,0,0-.027-.35.464.464,0,0,0-.192-.139c-.081-.033-.159-.065-.235-.092a1.456,1.456,0,0,1-.2-.089.146.146,0,0,1-.083-.131v-.042a.457.457,0,0,1,.022-.112.785.785,0,0,0,.02-.089c0-.02.022-.037.057-.051a.206.206,0,0,0,.061-.032,2.106,2.106,0,0,1,.451-.08c.151-.01.3-.015.457-.015h.457a.838.838,0,0,0,.187-.021.838.838,0,0,1,.187-.021l.133,0c.066,0,.136,0,.211,0s.147,0,.214,0l.149,0a1.188,1.188,0,0,1,.225.068,1.634,1.634,0,0,1,.213.1.122.122,0,0,1,.036.062.352.352,0,0,1,.006.063v.054q0,.107-.036.135c-.024.021-.065.054-.124.1a.7.7,0,0,0-.119.05.411.411,0,0,1-.089.039.2.2,0,0,1-.074.026.7.7,0,0,0-.092.027l-.048.006-.077.015c-.028.006-.053.013-.076.02a.135.135,0,0,0-.042.018.392.392,0,0,0-.131.1.9.9,0,0,0-.107.151.867.867,0,0,0-.074.179.616.616,0,0,0-.026.163,1.568,1.568,0,0,0,.011.192c.008.058.02.126.036.2v1.81a.5.5,0,0,0-.041.16c0,.052-.006.111-.006.178v.167q.029.426.083.878a3.342,3.342,0,0,0,.213.854.188.188,0,0,0,.042.063.212.212,0,0,1,.042.061s.009.011.017.031.016.041.024.065.015.046.023.067a.093.093,0,0,0,.019.039.637.637,0,0,0,.1.187.721.721,0,0,1,.1.187.18.18,0,0,0,.006.03l.011.051a.371.371,0,0,0,.013.046.068.068,0,0,0,.012.028.354.354,0,0,0,.151.18.691.691,0,0,0,.1.051.816.816,0,0,1,.118.066l.042.041a.358.358,0,0,1,.071.023.164.164,0,0,0,.066.019c.015,0,.056,0,.124.011l.217.027.219.026c.07.009.112.013.128.013a.527.527,0,0,1,.062.02.33.33,0,0,0,.068.021c.02.008.048.016.083.026s.071.02.107.028l.1.02.047.009a.63.63,0,0,0,.084-.018c.02,0,.041-.008.065-.011a.333.333,0,0,0,.053-.012,1.361,1.361,0,0,0,.306-.105,1.917,1.917,0,0,0,.264-.154c.083-.057.165-.119.247-.186s.165-.137.252-.208a1.178,1.178,0,0,1,.2-.136.418.418,0,0,0,.169-.167c.009,0,.017-.014.027-.041l.026-.072c.016-.059.038-.128.063-.208a1.364,1.364,0,0,0,.051-.212.257.257,0,0,0,.014-.054c.006-.027.011-.058.015-.089s.007-.062.009-.089,0-.046,0-.054a.23.23,0,0,0,.026-.042c.015-.023.029-.047.045-.074s.029-.05.042-.074a.135.135,0,0,0,.018-.047.494.494,0,0,0,.011-.077c0-.04.008-.083.012-.131s.007-.095.009-.142,0-.085,0-.113l0-.051c0-.029,0-.063.006-.1l0-.116c0-.037,0-.066,0-.086a2.834,2.834,0,0,0-.026-.386,2.813,2.813,0,0,1-.026-.386v-.141c0-.033,0-.063,0-.093a.107.107,0,0,1,.032-.073c.015-.171.028-.353.036-.546s.012-.382.012-.565v-.077a.238.238,0,0,0-.006-.065.327.327,0,0,0-.012-.047c-.009-.027-.018-.058-.027-.089l-.027-.089a.325.325,0,0,1-.011-.054,1,1,0,0,1-.012-.106c0-.052-.006-.105-.006-.161s0-.11.006-.163a1.085,1.085,0,0,1,.012-.11c-.021-.044-.046-.1-.078-.171a.371.371,0,0,0-.125-.161c-.019-.011-.042-.026-.071-.042l-.086-.049a.53.53,0,0,0-.083-.045.15.15,0,0,0-.056-.018.326.326,0,0,1-.053-.009c-.028-.006-.059-.01-.092-.015s-.064-.009-.093-.015a.339.339,0,0,0-.052-.009.135.135,0,0,1-.034-.014.2.2,0,0,1-.038-.027c-.024-.02-.061-.05-.113-.09a.45.45,0,0,0-.143-.077.407.407,0,0,0-.086-.017.476.476,0,0,1-.094-.021.177.177,0,0,1-.077-.048.128.128,0,0,1-.033-.1.173.173,0,0,1,.03-.08.46.46,0,0,1,.077-.1.511.511,0,0,1,.107-.083.214.214,0,0,1,.118-.036q.191,0,.294-.006c.07,0,.135-.006.2-.006h.748l.048-.006.091-.012a.642.642,0,0,0,.089-.014.106.106,0,0,0,.051-.022h.083a.4.4,0,0,1,.147.028.445.445,0,0,0,.149.026.646.646,0,0,0,.182-.026.61.61,0,0,1,.186-.028,1.133,1.133,0,0,1,.463.1.99.99,0,0,1,.368.281.34.34,0,0,0,.015.063.155.155,0,0,0,.026.062v.041a.172.172,0,0,0-.026.045.136.136,0,0,0-.015.051l-.083.041c-.04.02-.081.04-.125.059l-.128.06-.086.041a.548.548,0,0,1-.154.027,1.245,1.245,0,0,0-.151.015.484.484,0,0,0-.142.047.365.365,0,0,0-.128.119c0,.02-.01.056-.018.107s-.015.109-.024.172-.016.122-.023.178a.97.97,0,0,0-.012.118v.41c0,.012,0,.036-.006.071s-.009.073-.015.113-.01.077-.014.112a.616.616,0,0,0-.007.072.293.293,0,0,0,.021.065.267.267,0,0,1,.021.071v.113c0,.012,0,.036-.006.071s-.009.073-.015.113-.01.077-.014.113a.605.605,0,0,0-.007.071,2.994,2.994,0,0,0-.012.326v.968q0,.106,0,.186c0,.054,0,.094.009.122-.012.036-.026.087-.044.155s-.031.114-.039.142l-.083,1.121a.481.481,0,0,0-.059.107,1.067,1.067,0,0,0-.042.128c-.011.046-.022.089-.032.131s-.021.08-.033.115a.147.147,0,0,1-.015.045.439.439,0,0,1-.026.05c-.071.126-.142.259-.211.4a1.935,1.935,0,0,1-.246.38l-.028.03-.043.05c-.016.018-.033.036-.048.054l-.036.038c-.007,0-.02.012-.036.024s-.032.024-.049.035-.036.025-.051.036a.088.088,0,0,1-.03.018l-.042.041c-.019.021-.041.042-.065.065s-.045.046-.065.066l-.036.036a.185.185,0,0,1-.05.012l-.08.014-.08.015a.1.1,0,0,0-.044.012.284.284,0,0,0-.143.068.459.459,0,0,1-.143.086.282.282,0,0,0-.053.012c-.028.009-.059.017-.1.027l-.106.029-.078.021c-.044.009-.1.017-.166.027a.767.767,0,0,0-.172.044.557.557,0,0,0-.092.057.55.55,0,0,1-.066.045.321.321,0,0,1-.067.026.444.444,0,0,1-.1.009h-.154a.627.627,0,0,1-.065-.006l-.1-.015-.1-.014c-.033,0-.054-.006-.066-.006h-.445l-.032-.007a.544.544,0,0,1-.054-.015l-.054-.014-.032-.006h-.368a.456.456,0,0,0-.062-.045.215.215,0,0,1-.062-.05c-.123-.059-.236-.113-.339-.16s-.2-.1-.3-.151-.191-.115-.288-.182a3.452,3.452,0,0,1-.312-.243.138.138,0,0,0-.032-.021.329.329,0,0,1-.054-.035.414.414,0,0,0-.053-.036.211.211,0,0,1-.032-.02.423.423,0,0,1-.1-.125,1.242,1.242,0,0,1-.066-.152c-.02-.053-.039-.106-.056-.16a1.2,1.2,0,0,0-.063-.151.453.453,0,0,1-.038-.053c-.018-.028-.036-.059-.054-.092l-.047-.093a.221.221,0,0,1-.021-.047.6.6,0,0,1-.077-.184,1.375,1.375,0,0,1-.032-.207c-.006-.071-.01-.141-.012-.208s-.008-.131-.016-.19c0-.007,0-.035-.011-.08s-.016-.094-.024-.145-.015-.1-.023-.143A.617.617,0,0,1,710.25,439.375Z" style="fill: #ef6e55"/> <path d="M725.233,442.467h-.67l-.075-.007-.138-.015-.143-.014-.083-.006c-.063,0-.169,0-.317-.006s-.306-.006-.472-.006-.335,0-.481.006-.247.006-.3.006a.632.632,0,0,1-.087-.092.19.19,0,0,1-.038-.116.162.162,0,0,1,.012-.074c.007-.014.021-.042.042-.086a.2.2,0,0,1,.02-.066.1.1,0,0,1,.051-.058l.05-.006.08-.013.077-.012a.1.1,0,0,0,.042-.011.263.263,0,0,0,.053-.03c.024-.015.049-.034.077-.053l.077-.054a.488.488,0,0,1,.048-.029.106.106,0,0,1,.038-.015.643.643,0,0,1,.074-.015l.08-.008.051,0c.008,0,.016-.006.023-.018l.013-.017v-.208a1.844,1.844,0,0,0-.03-.321c-.02-.106-.044-.212-.074-.317s-.061-.207-.092-.309-.06-.2-.083-.294a.712.712,0,0,1-.018-.077c-.008-.039-.017-.083-.03-.13s-.022-.091-.029-.131-.014-.065-.018-.077a.134.134,0,0,0-.012-.041l-.024-.062q-.012-.033-.024-.063a.183.183,0,0,1-.011-.035c-.012-.036-.024-.073-.036-.113a.79.79,0,0,0-.044-.112.338.338,0,0,0-.066-.093.181.181,0,0,0-.1-.05l-.069-.015c-.03-.006-.06-.01-.092-.015l-.086-.009-.056,0-.036.024a.167.167,0,0,1-.035.018l-.066.018a.29.29,0,0,1-.065.011h-.326c-.147,0-.3,0-.449.009a3.844,3.844,0,0,0-.418.039.131.131,0,0,0-.048.024.162.162,0,0,1-.035.017.889.889,0,0,1-.1.013l-.149.012-.151.011c-.048,0-.079.006-.1.006l-.042.041-.16.9a.6.6,0,0,0-.119.2.943.943,0,0,0-.047.216q-.012.113-.015.225a1.255,1.255,0,0,1-.027.226.233.233,0,0,1-.041.089c-.028.043-.044.067-.048.071l.048.095a.407.407,0,0,1,.038.056c.019.03.029.049.033.057a.612.612,0,0,0,.069.017l.1.027.1.03.065.021.232.053a1.232,1.232,0,0,1,.257.086.666.666,0,0,1,.208.146.305.305,0,0,1,.086.225v.1a.258.258,0,0,1-.026.038.477.477,0,0,1-.048.054c-.017.017-.034.034-.05.048a.145.145,0,0,1-.042.026q-.072,0-.234.006l-.344.014-.345.015c-.108,0-.186.007-.234.007h-1.643a.151.151,0,0,1-.024-.045.133.133,0,0,0-.03-.051c-.008-.054-.022-.122-.041-.2a.919.919,0,0,1-.03-.226.13.13,0,0,1,.089-.122c.059-.025.113-.046.161-.062a.329.329,0,0,0,.041,0l.08-.009.083-.012a.161.161,0,0,0,.05-.011c.039-.016.09-.039.152-.072l.18-.091.158-.08a.811.811,0,0,0,.074-.042l.059-.095v-.575c.04,0,.075-.036.1-.092a1.244,1.244,0,0,0,.08-.194c.024-.071.046-.142.065-.213a.684.684,0,0,1,.06-.155l.032-.029c.019-.016.037-.032.057-.051l.054-.05a.066.066,0,0,0,.023-.036.136.136,0,0,0,.012-.052c0-.033.008-.067.012-.105s.007-.073.011-.106.007-.055.007-.063a.949.949,0,0,0,.038-.089.21.21,0,0,1,.057-.089l.071-.688a.655.655,0,0,0,.109-.261c.018-.1.035-.188.051-.279a.14.14,0,0,0,.03-.066.387.387,0,0,0,.011-.059.575.575,0,0,0,.048-.056.647.647,0,0,1,.047-.056.524.524,0,0,0,.016-.069c0-.033.012-.07.02-.109s.015-.078.021-.116.01-.067.014-.086v-.166a.638.638,0,0,1,.033-.066c.018-.031.036-.065.053-.1s.036-.07.054-.1.029-.052.033-.059a.157.157,0,0,0,.018-.045c.008-.026.015-.052.023-.08s.015-.053.021-.078a.344.344,0,0,0,.009-.047.523.523,0,0,0,.033-.065c.013-.032.027-.065.041-.1s.026-.069.036-.1a.282.282,0,0,1,.026-.068,2.3,2.3,0,0,0,.105-.38,2.667,2.667,0,0,1,.1-.4,1.507,1.507,0,0,1,.14-.3.667.667,0,0,0,.092-.321.1.1,0,0,0,.011-.059c0-.032,0-.068-.006-.11s0-.068,0-.08.015-.027.035-.06.041-.064.062-.1.041-.069.057-.1a.177.177,0,0,0,.023-.065v-.32a.537.537,0,0,1,.036-.086.606.606,0,0,1,.047-.086.28.28,0,0,0,.048-.031l.038-.026a.211.211,0,0,0,.033-.026c.064-.04.12-.077.169-.114a1.53,1.53,0,0,1,.149-.094.69.69,0,0,1,.16-.066.816.816,0,0,1,.2-.023c.02,0,.057,0,.112.006s.093.006.113.006l.122.106a.23.23,0,0,1,.08.137,2.445,2.445,0,0,1,.092.48,2.394,2.394,0,0,0,.086.463.181.181,0,0,0,.011.054.07.07,0,0,0,.019.029l.026.071a.237.237,0,0,1,.015.054v.208a1.46,1.46,0,0,0,.083.255,1.215,1.215,0,0,1,.077.243c0,.012.011.041.022.089s.019.1.029.154.017.108.023.158.009.08.009.091.01.025.019.048.016.05.026.077.019.054.026.077.016.036.025.036c.008.04.022.1.044.2s.046.186.071.287.051.2.074.285.039.152.048.188a2.519,2.519,0,0,1,.29.7q.09.364.16.744a.618.618,0,0,1,.025.057c.011.029.019.047.023.056.067.17.13.337.187.5s.12.329.187.5a.411.411,0,0,0-.012.06c0,.027-.008.057-.012.086s-.009.057-.015.083a.554.554,0,0,1-.015.056v.083a.424.424,0,0,0,.033.048c.018.024.036.049.053.077s.036.054.054.081a.556.556,0,0,1,.032.049,1.12,1.12,0,0,1,.114.259c.023.085.048.167.077.246a1.383,1.383,0,0,0,.1.229.648.648,0,0,0,.2.2c0,.009.007.017.021.027s.02.019.02.027a.291.291,0,0,1,.092.042.329.329,0,0,0,.074.035.958.958,0,0,0,.1.017l.172.025.172.02c.054.006.088.009.1.009l.066.035.083.051a.33.33,0,0,1,.068.057.092.092,0,0,1,.027.065.612.612,0,0,1-.021.1,1.627,1.627,0,0,1-.054.169,1.644,1.644,0,0,1-.067.16c-.024.048-.044.073-.06.077h-.208a.571.571,0,0,1-.086-.006A.255.255,0,0,1,725.233,442.467Zm-4.444-4.261v.012l.018.071a.3.3,0,0,1,.011.06c.029.051.059.1.092.151a.887.887,0,0,0,.108.13.478.478,0,0,0,.131.093.388.388,0,0,0,.168.035.477.477,0,0,0,.208-.045.491.491,0,0,1,.208-.044.92.92,0,0,1,.205.023.839.839,0,0,0,.2.024h.042a.414.414,0,0,0,.062-.024c.026-.011.051-.024.077-.038l.072-.039a.126.126,0,0,1,.044-.017.2.2,0,0,0,.036-.114c0-.054.006-.1.006-.124a.731.731,0,0,0-.069-.3,1.807,1.807,0,0,1-.1-.288c-.055-.178-.111-.357-.166-.538s-.111-.358-.166-.536l-.027-.08c-.013-.042-.03-.09-.048-.142s-.034-.107-.049-.158l-.036-.113a.345.345,0,0,1-.03-.065c-.011-.032-.024-.065-.036-.1s-.023-.069-.035-.1-.021-.054-.024-.066c-.016-.044-.026-.069-.03-.077s-.021-.012-.053-.012a.127.127,0,0,0-.095.044.481.481,0,0,0-.074.105.681.681,0,0,0-.053.124.61.61,0,0,0-.028.107v.118a.118.118,0,0,1-.02.048l-.042.074-.041.075a.4.4,0,0,1-.026.041c0,.011,0,.037,0,.074s-.006.078-.01.122-.008.083-.012.118-.006.058-.006.066a.834.834,0,0,1-.106.249.732.732,0,0,0-.1.243c0,.008,0,.026-.007.053s-.007.059-.011.092-.008.065-.012.093a.22.22,0,0,1-.012.053.219.219,0,0,0-.023.042c-.012.023-.026.05-.039.08l-.041.083c-.015.025-.024.042-.028.05l-.011.095-.012.083a.509.509,0,0,0-.006.072Z" style="fill: #ef6e55"/> <path d="M732.6,442.371a1.112,1.112,0,0,0-.249.028,1.211,1.211,0,0,1-.243.026.331.331,0,0,1-.108-.035,1.673,1.673,0,0,1-.157-.087c-.053-.033-.1-.066-.148-.1a.3.3,0,0,1-.086-.077,1.209,1.209,0,0,1-.133-.243,1.473,1.473,0,0,0-.122-.237.414.414,0,0,0-.063-.092.291.291,0,0,1-.05-.074c-.007-.012-.021-.034-.039-.066s-.035-.066-.052-.1-.035-.073-.048-.1a.2.2,0,0,1-.021-.064.318.318,0,0,1-.051-.057.586.586,0,0,1-.044-.068l-.293-.424c-.1-.141-.192-.286-.283-.437a.148.148,0,0,0-.014-.042.18.18,0,0,0-.027-.041,2.8,2.8,0,0,0-.173-.356c-.063-.11-.127-.226-.195-.344a.134.134,0,0,0-.012-.033c-.008-.018-.017-.035-.027-.053a.536.536,0,0,1-.026-.054.145.145,0,0,0-.018-.032.254.254,0,0,1-.074-.045c-.042-.029-.072-.052-.092-.068a.416.416,0,0,1-.048-.032c-.023-.018-.049-.036-.074-.054s-.051-.034-.074-.051-.039-.025-.048-.029l-.062-.065-.062-.066-.045-.023-.071-.038-.074-.04c-.024-.011-.041-.019-.053-.023a.713.713,0,0,1-.083-.015.2.2,0,0,1-.083-.027.259.259,0,0,1-.083-.035.235.235,0,0,0-.1-.036h-.006c-.023,0-.053.021-.089.062a1.477,1.477,0,0,0-.106.143,1.052,1.052,0,0,0-.089.157.32.32,0,0,0-.036.107.764.764,0,0,0,.027.208.754.754,0,0,1,.027.208.671.671,0,0,1-.027.2.63.63,0,0,0-.027.184.587.587,0,0,0,.039.21,1.32,1.32,0,0,1,.056.2v.747a.431.431,0,0,1-.021.087.412.412,0,0,0-.02.08v.041a.489.489,0,0,0,.08.288.735.735,0,0,0,.2.195,1.459,1.459,0,0,0,.259.14c.092.04.178.078.258.116a1,1,0,0,1,.2.121.2.2,0,0,1,.08.154.169.169,0,0,1-.051.122.374.374,0,0,1-.125.083.643.643,0,0,1-.151.047.712.712,0,0,1-.13.016l-.137,0-.2-.006q-.1,0-.2-.009c-.062,0-.1-.007-.128-.011l-1.407-.012a.269.269,0,0,1-.118.035c-.048,0-.093.007-.137.007h-.445a.619.619,0,0,1-.1-.054c-.044-.027-.066-.057-.066-.089a.159.159,0,0,1,.033-.089.448.448,0,0,1,.077-.086.551.551,0,0,1,.092-.065.169.169,0,0,1,.077-.027h.67a.059.059,0,0,0,.034-.021.241.241,0,0,0,.038-.051l.033-.055a.1.1,0,0,0,.015-.039v-.409c0-.012.008-.041.014-.086s.012-.094.018-.146.01-.1.014-.145.007-.075.007-.086,0-.054-.007-.113,0-.117,0-.172v-.078a.063.063,0,0,1,.012-.047.3.3,0,0,1,0-.039c0-.021,0-.074.009-.157s.008-.208.012-.377.006-.4.006-.7a.485.485,0,0,0,.083-.189,1.594,1.594,0,0,0,.011-.2c0-.027,0-.063-.006-.109s0-.072,0-.08a.113.113,0,0,0-.021-.045.094.094,0,0,1-.021-.044v-.012a1.93,1.93,0,0,1,.027-.317,2.062,2.062,0,0,0,.026-.317.476.476,0,0,0-.026-.179.341.341,0,0,1-.027-.143v-.017a.3.3,0,0,1,.021-.08.391.391,0,0,0,.021-.075c0-.015.007-.04.011-.074s.009-.068.015-.1l.016-.1a.293.293,0,0,1,.011-.062v-.5c0-.016,0-.062.015-.139s.021-.16.035-.25l.039-.249c.012-.077.02-.125.024-.146v-.314a.356.356,0,0,1,0-.05c0-.026.009-.054.015-.083l.016-.08q.006-.036.006-.042v-.083a.187.187,0,0,0-.037-.062c-.023-.034-.039-.054-.046-.063a.3.3,0,0,0-.04-.041l-.053-.051c-.018-.017-.033-.032-.047-.044a.079.079,0,0,0-.027-.018.264.264,0,0,0-.1-.027.445.445,0,0,1-.107-.026.48.48,0,0,1-.1-.018l-.149-.036c-.051-.011-.1-.023-.145-.035l-.092-.024a.575.575,0,0,1-.228-.121.276.276,0,0,1-.111-.217.118.118,0,0,1,.033-.083.326.326,0,0,1,.078-.063.422.422,0,0,1,.1-.041.342.342,0,0,1,.089-.015,1.137,1.137,0,0,1,.125.006.461.461,0,0,1,.124.036c.143.008.285.017.428.029s.28.019.415.019.264-.007.391-.019.249-.021.369-.029a.29.29,0,0,1,.088-.036.513.513,0,0,1,.083-.006.185.185,0,0,1,.128.045.191.191,0,0,0,.127.045,2.034,2.034,0,0,0,.294-.022c.1-.014.194-.028.288-.044l.282-.045a2.078,2.078,0,0,1,.288-.02h.225a.222.222,0,0,0,.089.041.8.8,0,0,0,.107.018l.1.009a.256.256,0,0,1,.077.015.2.2,0,0,1,.072.056l.058.062.659.208c.048.044.086.081.116.113s.059.063.089.095.052.058.068.077a.526.526,0,0,1,.048.063.418.418,0,0,0,.048.061.531.531,0,0,0,.2.16.42.42,0,0,1,.169.131,1.871,1.871,0,0,1,.131.323,3.337,3.337,0,0,0,.119.342.11.11,0,0,0,.011.029l.024.051.023.053a.15.15,0,0,1,.012.033v.041a.167.167,0,0,1-.012.036c-.007.02-.015.04-.023.063s-.016.042-.024.061a.182.182,0,0,0-.011.042v.451a.1.1,0,0,1-.013.036c-.008.015-.018.032-.029.05l-.032.05a.244.244,0,0,1-.022.031l0,.038c0,.022,0,.045-.009.068a.527.527,0,0,1-.014.065.108.108,0,0,1-.015.036,1.569,1.569,0,0,1-.145.374,2.369,2.369,0,0,1-.247.371,2.3,2.3,0,0,1-.314.317,1.469,1.469,0,0,1-.351.22l-.086.011c-.049.008-.078.018-.085.03a.427.427,0,0,0-.164.184c-.045.087-.084.162-.116.226a.07.07,0,0,0,.013.018.042.042,0,0,0,.029.011c.139.119.269.241.392.368a3.277,3.277,0,0,1,.344.421.23.23,0,0,0,.018.063c.012.033.02.054.024.062a.1.1,0,0,0,.014.041.151.151,0,0,0,.027.042c.032.056.059.11.084.163a1.32,1.32,0,0,0,.083.163,1.016,1.016,0,0,0,.077.137c.023.035.047.07.071.1s.049.063.077.1.059.071.1.119c.095.126.19.259.287.4a1.315,1.315,0,0,0,.336.341.955.955,0,0,0,.258.134,2.287,2.287,0,0,1,.269.112.643.643,0,0,1,.211.167.441.441,0,0,1,.086.293v.1c0,.019,0,.041,0,.064a.051.051,0,0,1-.032.048.579.579,0,0,0-.077.015.482.482,0,0,0-.095.027c-.009,0-.03,0-.065,0l-.128.009c-.05,0-.1.008-.149.014l-.121.015h-.012a.138.138,0,0,1-.071-.021c-.024-.013-.049-.03-.074-.047a.473.473,0,0,0-.086-.047A.262.262,0,0,0,732.6,442.371Zm-3.708-4.111q.052,0,.186.009c.089.006.183.01.283.014s.192.009.281.015.149.009.181.009h.095c.027,0,.068-.012.118-.024a.579.579,0,0,0,.089-.023,1.144,1.144,0,0,0,.333-.188,1.522,1.522,0,0,0,.232-.243,2.639,2.639,0,0,0,.186-.285,3.249,3.249,0,0,1,.2-.311.548.548,0,0,1,.041-.075.145.145,0,0,0,.031-.061.43.43,0,0,1,.008-.054c.006-.031.011-.065.015-.1s.008-.069.012-.1.006-.051.006-.059a.828.828,0,0,0,.02-.083.258.258,0,0,1,.027-.084v-.1c0-.083,0-.17-.011-.261a.681.681,0,0,0-.077-.255,2.171,2.171,0,0,1-.14-.294,1.8,1.8,0,0,0-.14-.282.132.132,0,0,1-.032-.032c-.015-.018-.028-.036-.042-.054a.658.658,0,0,1-.038-.054c-.013-.017-.021-.028-.025-.032a.188.188,0,0,0-.023-.045c-.016-.025-.032-.051-.051-.077l-.052-.074-.034-.041a.039.039,0,0,0-.014-.03.052.052,0,0,0-.027-.012.235.235,0,0,0-.1-.035.959.959,0,0,0-.107-.006.864.864,0,0,1-.1-.006.183.183,0,0,1-.1-.048c-.051-.027-.1-.054-.139-.08a1.066,1.066,0,0,0-.125-.065.617.617,0,0,0-.136-.041.892.892,0,0,0-.175-.015h-.083c-.02,0-.051,0-.092.006l-.134.014-.139.015c-.045,0-.078.006-.1.006l-.035.036-.063.062c-.022.022-.044.043-.065.062l-.045.042a.4.4,0,0,1-.009.056.281.281,0,0,1-.02.068.315.315,0,0,1-.021.086.326.326,0,0,0-.021.093.491.491,0,0,0-.032.138.231.231,0,0,1-.057.134v.546c0,.024.008.086.012.188s.009.209.015.326.011.225.015.326.006.163.006.187,0,.067-.006.142-.009.156-.015.243-.011.169-.015.246a1.375,1.375,0,0,1-.012.146v.107a.307.307,0,0,0,.074.184A.354.354,0,0,0,728.889,438.26Z" style="fill: #ef6e55"/> <path d="M739.35,442.425h-1.258l-.051-.018-.074-.027-.074-.026a.234.234,0,0,1-.05-.024h-.054a1.332,1.332,0,0,1-.314.077,2.937,2.937,0,0,1-.338.018,2.156,2.156,0,0,1-.24-.015.988.988,0,0,1-.256-.062.556.556,0,0,1-.2-.131.3.3,0,0,1-.083-.226.309.309,0,0,1,.074-.2.285.285,0,0,1,.175-.11l.118-.006.187-.012.184-.012.122,0a.421.421,0,0,0,.172-.069.547.547,0,0,0,.124-.121,1.076,1.076,0,0,0,.093-.151c.025-.054.049-.109.074-.163,0-.033-.009-.09-.013-.173s-.006-.17-.006-.261,0-.176.006-.255.009-.138.013-.179c0-.015,0-.055.012-.121s.015-.135.023-.211.016-.144.023-.207.013-.105.013-.125v-.029a.321.321,0,0,0-.018-.071.331.331,0,0,1-.018-.066V439.4a.3.3,0,0,1,.018-.1.388.388,0,0,0,.018-.122.668.668,0,0,0-.018-.149.586.586,0,0,1-.018-.147v-.09c0-.019.01-.071.018-.157s.016-.177.027-.276.018-.191.023-.276.009-.139.009-.163v-.486a1.12,1.12,0,0,1,.054-.261.84.84,0,0,0,.041-.262.438.438,0,0,0-.026-.163.413.413,0,0,1-.027-.163.7.7,0,0,1,.006-.092.158.158,0,0,1,.047-.086v-.955a.3.3,0,0,0-.015-.048c-.01-.027-.018-.051-.026-.071a1.4,1.4,0,0,1-.057-.16.2.2,0,0,0-.109-.131c-.013,0-.031-.012-.057-.023s-.054-.025-.086-.038-.062-.028-.092-.04l-.062-.023h-.351q-.374,0-.712.021c-.225.013-.459.02-.7.02h-.249a1.866,1.866,0,0,0-.252.169,1.5,1.5,0,0,0-.2.2c-.008,0-.017.01-.026.029a.137.137,0,0,1-.027.042c-.016.044-.028.079-.036.107a.63.63,0,0,1-.026.077.352.352,0,0,1-.039.068l-.06.086c-.043.056-.088.113-.133.169a1.618,1.618,0,0,1-.145.164.666.666,0,0,1-.172.124.442.442,0,0,1-.208.048.281.281,0,0,1-.145-.036.149.149,0,0,1-.063-.143v-.029c0-.023,0-.058.006-.1s.01-.092.015-.14.011-.092.015-.134.006-.07.006-.086a.565.565,0,0,0,.009-.077c0-.031,0-.062.009-.092s.007-.068.011-.115c.012-.009.036-.029.072-.062l.065-.063c0-.008.015-.033.032-.077s.036-.091.054-.143.035-.1.051-.145l.029-.086v-.208a.116.116,0,0,1,.048-.092.391.391,0,0,0,.083-.074,1.349,1.349,0,0,0,.1-.146.856.856,0,0,1,.094-.135.485.485,0,0,1,.125-.105.355.355,0,0,1,.178-.041.424.424,0,0,1,.178.038,1.205,1.205,0,0,1,.164.1l.157.112a.76.76,0,0,0,.16.092.142.142,0,0,0,.044.009q.033,0,.069,0h.1a.893.893,0,0,0,.235-.027.853.853,0,0,1,.216-.026,2.406,2.406,0,0,1,.475.047,2.354,2.354,0,0,0,.48.048.808.808,0,0,0,.205-.027.821.821,0,0,1,.206-.027h.023l.258.015.308.018.265.015.124.006.042.006.074.011.074.012.047.006h.037c.208,0,.414-.006.614-.018s.4-.017.607-.017a1.678,1.678,0,0,1,.235.017,1.557,1.557,0,0,0,.24.018h.131c.115,0,.227,0,.338-.012a.873.873,0,0,0,.308-.077.113.113,0,0,0,.057-.015.2.2,0,0,0,.039-.026c.008,0,.027-.019.058-.042s.067-.051.1-.08l.1-.08c.029-.024.048-.039.056-.048l.038-.006a.707.707,0,0,1,.072-.009l.08-.008a.47.47,0,0,1,.065-.006h.071a.13.13,0,0,1,.131.08,1.314,1.314,0,0,0,.083.157c.008.012.023.036.044.071a.238.238,0,0,0,.051.066l0,.048.006.088c0,.032,0,.061.008.089a.116.116,0,0,0,.012.047.542.542,0,0,0,.03.066c.016.032.033.066.05.1s.036.072.054.1.03.053.038.065a.367.367,0,0,0,.013.063.151.151,0,0,0,.023.061c.012.032.033.084.066.157s.065.152.1.235l.1.237c.034.075.056.129.068.16,0,.009,0,.027,0,.057s0,.062.009.1.009.07.013.1a.152.152,0,0,0,.017.065v.053a.265.265,0,0,1-.137.243.52.52,0,0,1-.279.083.593.593,0,0,1-.07-.006l-.06,0c-.063-.055-.13-.117-.2-.184a.9.9,0,0,1-.169-.226c-.067-.127-.132-.252-.192-.377a1.67,1.67,0,0,0-.217-.334,1.064,1.064,0,0,0-.294-.244.994.994,0,0,0-.418-.113h-.731a.647.647,0,0,0-.088-.032.617.617,0,0,0-.072-.021h-.67a.506.506,0,0,1-.1.05l-.1.045a.09.09,0,0,1-.023.018c-.012.011-.018.019-.018.023a.269.269,0,0,0-.012.066c0,.032-.008.065-.012.1s-.008.067-.012.1a.528.528,0,0,0-.006.062v.041c0,.012,0,.038.006.077s.009.083.015.131.01.091.015.13.006.064.006.071v.083a3.428,3.428,0,0,1-.021.363,3.243,3.243,0,0,0-.021.368,2.923,2.923,0,0,0,.021.347,3.236,3.236,0,0,1,.021.359.172.172,0,0,1-.048.118.166.166,0,0,0-.047.113.788.788,0,0,0,.027.211.852.852,0,0,1,.026.2v.191c-.008.035-.014.061-.02.08s-.013.044-.021.08v.207a.134.134,0,0,0-.012.048l-.012.074a.743.743,0,0,1-.015.074.445.445,0,0,1-.014.047c-.033.337-.059.67-.081,1s-.033.666-.033,1.006v.113a1.227,1.227,0,0,0,.006.124,1.045,1.045,0,0,0,.036.161.591.591,0,0,0,.063.127,1,1,0,0,0,.106.146.817.817,0,0,0,.131.121.223.223,0,0,0,.133.051.563.563,0,0,0,.173-.027.543.543,0,0,1,.172-.027,1.713,1.713,0,0,1,.231.018,1.035,1.035,0,0,1,.246.065.562.562,0,0,1,.2.131.307.307,0,0,1,.08.22.346.346,0,0,1-.027.127.487.487,0,0,1-.071.128.456.456,0,0,1-.107.1.264.264,0,0,1-.133.051c-.02,0-.055,0-.1-.006l-.16-.012-.163-.011c-.052,0-.087-.008-.108-.012a.36.36,0,0,1-.086-.022A.351.351,0,0,0,739.35,442.425Z" style="fill: #ef6e55"/> <path d="M743.42,442.14a.3.3,0,0,1,.077-.181.241.241,0,0,1,.2-.1c.028,0,.066,0,.113,0s.093-.006.136-.006c.119,0,.2,0,.247.006l.08,0h.065c.051,0,.106,0,.163,0a.991.991,0,0,0,.166-.025.5.5,0,0,0,.143-.053.164.164,0,0,0,.08-.1v-.3c0-.175,0-.343.009-.5s.016-.324.033-.486c.008-.04.015-.078.023-.116s.02-.084.035-.139a.5.5,0,0,1,0-.09c0-.087,0-.161,0-.222s.007-.145.015-.253a.131.131,0,0,1,.006-.041c0-.011.009-.021.013-.03,0-.079,0-.157.006-.237s.009-.158.017-.237a.418.418,0,0,1-.02-.1A.929.929,0,0,0,745,438.8a.709.709,0,0,1-.012-.084l-.011-.118c0-.04-.008-.075-.012-.107s-.006-.051-.006-.059v-.659a.158.158,0,0,1-.02-.075.883.883,0,0,1-.009-.127c0-.04.007-.094.009-.166s0-.141.008-.211.007-.13.009-.183l0-.087a.232.232,0,0,1,.006-.041.214.214,0,0,1,.018-.054l.011-.059a.26.26,0,0,0,.006-.041.455.455,0,0,0-.012-.1.85.85,0,0,0-.029-.107.742.742,0,0,1-.029-.2v-.175a1.1,1.1,0,0,1,.012-.175c0-.055.007-.113.011-.175s.006-.12.006-.175,0-.1-.006-.157-.008-.126-.011-.193a1.215,1.215,0,0,1-.012-.172v-.125a.236.236,0,0,0-.108-.113.864.864,0,0,0-.174-.068,1.234,1.234,0,0,0-.2-.035c-.064-.006-.117-.009-.157-.009a.311.311,0,0,0-.068.009.63.63,0,0,0-.068.02c-.028.008-.052.014-.074.018a.458.458,0,0,1-.08.006,1.212,1.212,0,0,1-.173-.015.777.777,0,0,1-.192-.051.439.439,0,0,1-.154-.094.2.2,0,0,1-.063-.149.815.815,0,0,1,.006-.112.063.063,0,0,1,.054-.054c.027-.008.073-.018.136-.032a1.234,1.234,0,0,1,.172-.027c.035,0,.1.009.2.012s.206.01.322.018.211.013.314.015l.219,0a.66.66,0,0,0,.16.035c.052,0,.129.007.231.007.021,0,.039-.009.054-.013l.089-.018a.086.086,0,0,1,.033-.011h.739l.039,0a.44.44,0,0,0,.074-.015.322.322,0,0,1,.058-.018.493.493,0,0,0,.054-.012h1.8l.16.006c.087,0,.174.012.262.024a1.1,1.1,0,0,0,.177.018,2.72,2.72,0,0,0,.315-.018l.157-.021a1.262,1.262,0,0,1,.151-.009,1.749,1.749,0,0,1,.286.021.518.518,0,0,1,.124.027l.074,0,.122.012.118.012a.254.254,0,0,1,.066.013.234.234,0,0,1,.157.127.592.592,0,0,1,.068.18,1.583,1.583,0,0,1,.035.232c0,.063.006.134.006.214v.305c0,.081,0,.149-.006.2s-.008.1-.011.13l-.012.1q-.012.1-.027.192c-.009.062-.014.1-.014.1v.167a.488.488,0,0,1-.013.106.258.258,0,0,1-.047.1.217.217,0,0,1-.062.006H750.2a.346.346,0,0,1-.228-.113,1.982,1.982,0,0,1-.235-.264c-.075-.1-.143-.2-.2-.3s-.106-.18-.134-.234c-.007-.021-.021-.054-.042-.1s-.043-.1-.071-.154-.042-.1-.067-.158a.334.334,0,0,0-.057-.1.6.6,0,0,0-.1-.115.226.226,0,0,0-.152-.069h-1.027a1.239,1.239,0,0,0-.379-.074c-.135-.006-.271-.013-.41-.022-.071,0-.143,0-.213,0l-.208-.012a.333.333,0,0,1-.1-.015l-.1-.026c-.032-.012-.067-.025-.1-.036a.36.36,0,0,0-.109-.018.138.138,0,0,0-.1.06,1.229,1.229,0,0,0-.08.106.085.085,0,0,0-.029.048,1.343,1.343,0,0,1,.011.213v.611a1.126,1.126,0,0,1-.011.2.542.542,0,0,1-.03.2c-.008.036-.017.072-.027.11a.55.55,0,0,0-.015.14c.008.031.016.067.024.109a.835.835,0,0,0,.03.115c.02.072.036.145.05.22a1.282,1.282,0,0,1,.021.25c0,.047,0,.1,0,.145s-.011.1-.019.157l-.029.3v.208l.029.053a.282.282,0,0,0,.093.012c.06,0,.109.006.144.006a.375.375,0,0,0,.117.012h.382a.5.5,0,0,0,.13-.012l.013.006a.024.024,0,0,0,.018.006.241.241,0,0,0,.088.035.628.628,0,0,0,.187,0,.891.891,0,0,0,.093-.018.689.689,0,0,0,.086-.017.434.434,0,0,1,.121-.012l.059.012.057.011a.207.207,0,0,0,.044.006.691.691,0,0,0,.08.018.393.393,0,0,0,.074.007.216.216,0,0,0,.128-.042.4.4,0,0,0,.095-.1.61.61,0,0,0,.062-.137,1.059,1.059,0,0,0,.036-.139c0-.016,0-.046,0-.092s0-.094.01-.146.008-.1.012-.139a.153.153,0,0,1,.018-.074,1.249,1.249,0,0,1,.05-.127c.014-.031.021-.039.021-.028v-.053c.008-.036.016-.078.026-.127a.122.122,0,0,1,.086-.1.136.136,0,0,1,.033-.018c.018-.008.038-.016.062-.024l.068-.021a.267.267,0,0,1,.051-.008.249.249,0,0,1,.192.077.477.477,0,0,1,.1.136v1.484a.785.785,0,0,0,.012.13c0,.048.008.092.011.131s.006.065.006.077a1.545,1.545,0,0,1-.017.154c-.012.079-.027.164-.042.255a2.115,2.115,0,0,0-.041.237c-.008.072-.012.115-.012.131a.538.538,0,0,0-.019.143c-.007.055-.015.112-.023.172a.635.635,0,0,1-.041.16.281.281,0,0,1-.09.116.275.275,0,0,1-.166.044.229.229,0,0,1-.154-.051.3.3,0,0,1-.089-.124.671.671,0,0,1-.041-.163,1.149,1.149,0,0,1-.012-.172.216.216,0,0,0-.007-.045.171.171,0,0,1,0-.039c-.016-.074-.034-.157-.053-.249a1.347,1.347,0,0,0-.086-.258.745.745,0,0,0-.143-.208.375.375,0,0,0-.222-.1l-.226-.024c-.067-.007-.14-.012-.217-.015a1.088,1.088,0,0,1-.175-.015q-.1,0-.183.006c-.056,0-.108.006-.154.006h-.108a.08.08,0,0,1-.053-.012.145.145,0,0,1-.065-.012.5.5,0,0,0-.083-.017h-.1a.24.24,0,0,0-.1.017.437.437,0,0,0-.066.042.109.109,0,0,1-.026.021l-.033.02-.041.018h-.172a.615.615,0,0,1,.006.087v.08a.244.244,0,0,1,0,.044.185.185,0,0,1-.015.039.787.787,0,0,1-.033.086.173.173,0,0,0-.021.068.341.341,0,0,0,.006.047.606.606,0,0,0,.018.077.164.164,0,0,1,.012.06.521.521,0,0,1,.012.062c0,.03.007.062.009.1s0,.066.009.1a.623.623,0,0,1,.006.071.036.036,0,0,1,.011.026v.039q.042.024.042.03a1.292,1.292,0,0,1,.05.176,1.782,1.782,0,0,1,.033.192c0,.027.007.083.009.166s0,.173.009.27.007.19.009.279,0,.153,0,.193v.611a.269.269,0,0,0,.08.181.466.466,0,0,0,.166.095.824.824,0,0,0,.208.039q.11.006.2.006h.2a.694.694,0,0,1,.157-.022c.085-.006.223-.009.412-.009a.265.265,0,0,0,.054,0,.337.337,0,0,1,.066-.006q.1-.012.216-.021a.661.661,0,0,0,.145-.02.048.048,0,0,0,.024-.006l.024-.01a.051.051,0,0,0,.023-.015.348.348,0,0,0,.057-.023.216.216,0,0,1,.039-.018.313.313,0,0,1,.1.033.232.232,0,0,1,.086.05.855.855,0,0,0,.089.009q.054,0,.111,0h.381q.06,0,.1,0c.029,0,.044,0,.044-.009a.027.027,0,0,0,.013,0l.011,0,.012,0a.532.532,0,0,0,.178-.022.6.6,0,0,0,.125-.061.519.519,0,0,1,.058-.042.055.055,0,0,1,.019-.006h-.012a.485.485,0,0,1,.127-.048.569.569,0,0,0,.086-.018.741.741,0,0,0,.119-.029.2.2,0,0,0,.077-.042.071.071,0,0,1,.024-.017.153.153,0,0,0,.03-.024c.02-.015.041-.035.065-.057l.071-.062c.024-.02.045-.037.062-.054l.033-.029a.085.085,0,0,0,.015-.018s.009-.019.021-.047a.338.338,0,0,1,.041-.089c.036-.083.069-.159.1-.229a1.156,1.156,0,0,1,.11-.192.774.774,0,0,1,.148-.16,1.03,1.03,0,0,1,.211-.131.062.062,0,0,0,.029-.006l.066-.036.032-.015.033-.015.035-.011a.143.143,0,0,1,.075.044c.034.03.05.052.05.068v.208s.01.035.03.1c.015.036.031.072.045.11a.3.3,0,0,1,.02.086v.172c0,.118,0,.249-.015.392s-.018.258-.026.349a.47.47,0,0,1-.137.259.708.708,0,0,1-.234.14,1.144,1.144,0,0,1-.285.058q-.152.012-.288.012h-.516a.218.218,0,0,0-.1-.047.844.844,0,0,0-.11-.006l-.015,0-.074.021a.81.81,0,0,1-.083.026.109.109,0,0,1-.029,0,.451.451,0,0,1-.119.018l-.172.012-.166.009-.1,0H745.9a.551.551,0,0,1-.119-.012.892.892,0,0,1-.106-.03,1.016,1.016,0,0,1-.109-.032.286.286,0,0,0-.086-.021.1.1,0,0,0-.025,0l-.065.021a.263.263,0,0,0-.038,0l-.057.012a.15.15,0,0,1-.057.012h-.032a.637.637,0,0,0-.1.016c-.05.009-.109.022-.175.038-.084.015-.163.032-.238.047a.9.9,0,0,1-.172.024h-.124l-.826.018c-.007,0-.019-.016-.035-.047a.912.912,0,0,1-.045-.111l-.041-.127c-.014-.044-.023-.075-.027-.095Z" style="fill: #ef6e55"/> <path d="M758.491,442.371a1.112,1.112,0,0,0-.249.028,1.211,1.211,0,0,1-.243.026.328.328,0,0,1-.107-.035,1.685,1.685,0,0,1-.158-.087c-.052-.033-.1-.066-.147-.1a.3.3,0,0,1-.087-.077,1.209,1.209,0,0,1-.133-.243,1.473,1.473,0,0,0-.122-.237.4.4,0,0,0-.062-.092.291.291,0,0,1-.05-.074c-.008-.012-.022-.034-.039-.066s-.035-.066-.053-.1-.034-.073-.048-.1a.219.219,0,0,1-.02-.064.256.256,0,0,1-.051-.057.631.631,0,0,1-.045-.068c-.1-.143-.2-.285-.293-.424s-.191-.286-.282-.437a.131.131,0,0,0-.015-.042.183.183,0,0,0-.026-.041,3.1,3.1,0,0,0-.173-.356c-.063-.11-.128-.226-.195-.344a.134.134,0,0,0-.012-.033l-.027-.053a.544.544,0,0,1-.027-.054.158.158,0,0,0-.017-.032.253.253,0,0,1-.075-.045c-.042-.029-.072-.052-.091-.068a.342.342,0,0,1-.048-.032l-.074-.054-.075-.051-.047-.029c-.008-.008-.029-.029-.062-.065l-.063-.066-.044-.023c-.022-.012-.045-.025-.072-.038s-.05-.028-.074-.04a.53.53,0,0,0-.053-.023.754.754,0,0,1-.083-.015.2.2,0,0,1-.083-.027.269.269,0,0,1-.083-.035.237.237,0,0,0-.1-.036h-.006c-.024,0-.053.021-.089.062a1.662,1.662,0,0,0-.107.143,1.043,1.043,0,0,0-.088.157.306.306,0,0,0-.037.107.727.727,0,0,0,.028.208.8.8,0,0,1,.026.208.707.707,0,0,1-.026.2.6.6,0,0,0-.028.184.587.587,0,0,0,.039.21,1.213,1.213,0,0,1,.056.2v.747a.479.479,0,0,1-.02.087.456.456,0,0,0-.021.08v.041a.489.489,0,0,0,.08.288.75.75,0,0,0,.2.195,1.5,1.5,0,0,0,.259.14c.093.04.179.078.258.116a.97.97,0,0,1,.2.121.2.2,0,0,1,.08.154.168.168,0,0,1-.05.122.4.4,0,0,1-.125.083.637.637,0,0,1-.152.047.712.712,0,0,1-.13.016l-.136,0-.2-.006q-.1,0-.2-.009c-.061,0-.1-.007-.128-.011l-1.406-.012a.269.269,0,0,1-.118.035c-.048,0-.093.007-.137.007h-.445a.58.58,0,0,1-.1-.054c-.044-.027-.065-.057-.065-.089a.151.151,0,0,1,.033-.089.417.417,0,0,1,.077-.086.513.513,0,0,1,.092-.065.162.162,0,0,1,.077-.027h.67q.012,0,.033-.021a.212.212,0,0,0,.038-.051c.012-.019.024-.038.033-.055a.1.1,0,0,0,.015-.039v-.409a.633.633,0,0,0,.015-.086c.006-.046.011-.094.017-.146s.011-.1.015-.145.007-.075.007-.086,0-.054-.007-.113-.006-.117-.006-.172v-.078a.063.063,0,0,1,.013-.047.3.3,0,0,1,0-.039c0-.021,0-.074.008-.157s.008-.208.012-.377.006-.4.006-.7a.47.47,0,0,0,.083-.189,1.405,1.405,0,0,0,.012-.2c0-.027,0-.063-.006-.109s-.006-.072-.006-.08a.122.122,0,0,0-.02-.045.1.1,0,0,1-.022-.044v-.012a2.046,2.046,0,0,1,.027-.317,1.948,1.948,0,0,0,.027-.317.454.454,0,0,0-.027-.179.358.358,0,0,1-.027-.143v-.017a.323.323,0,0,1,.022-.08.438.438,0,0,0,.02-.075.6.6,0,0,0,.012-.074c0-.033.009-.068.014-.1l.016-.1a.351.351,0,0,1,.012-.062v-.5c0-.016,0-.062.014-.139s.022-.16.036-.25.027-.172.039-.249.019-.125.023-.146v-.314a.429.429,0,0,1,.006-.05c0-.026.009-.054.015-.083s.01-.056.015-.08.006-.038.006-.042v-.083a.2.2,0,0,0-.036-.062c-.024-.034-.039-.054-.047-.063a.28.28,0,0,0-.039-.041c-.018-.016-.035-.033-.054-.051s-.033-.032-.047-.044a.064.064,0,0,0-.027-.018.256.256,0,0,0-.1-.027.446.446,0,0,1-.106-.026.475.475,0,0,1-.1-.018l-.148-.036c-.052-.011-.1-.023-.146-.035l-.091-.024a.572.572,0,0,1-.229-.121.278.278,0,0,1-.11-.217.114.114,0,0,1,.033-.083.321.321,0,0,1,.077-.063.43.43,0,0,1,.1-.041.336.336,0,0,1,.089-.015,1.163,1.163,0,0,1,.125.006.461.461,0,0,1,.124.036c.142.008.285.017.427.029s.281.019.415.019.265-.007.392-.019.249-.021.368-.029a.294.294,0,0,1,.089-.036.5.5,0,0,1,.083-.006.185.185,0,0,1,.128.045.187.187,0,0,0,.127.045,2.056,2.056,0,0,0,.294-.022c.1-.014.193-.028.288-.044l.281-.045a2.1,2.1,0,0,1,.288-.02h.226a.216.216,0,0,0,.089.041.81.81,0,0,0,.106.018l.1.009a.263.263,0,0,1,.077.015.2.2,0,0,1,.071.056c.031.034.051.054.059.062l.659.208c.048.044.086.081.115.113l.09.095c.029.031.052.058.067.077a.433.433,0,0,1,.048.063.505.505,0,0,0,.048.061.539.539,0,0,0,.2.16.413.413,0,0,1,.169.131,1.724,1.724,0,0,1,.131.323,3.337,3.337,0,0,0,.119.342.093.093,0,0,0,.012.029c.008.016.016.033.023.051l.024.053a.15.15,0,0,1,.012.033v.041a.167.167,0,0,1-.012.036c-.008.02-.016.04-.024.063s-.015.042-.023.061a.154.154,0,0,0-.012.042v.451a.113.113,0,0,1-.012.036c-.008.015-.018.032-.03.05l-.032.05-.021.031,0,.038c0,.022,0,.045-.009.068a.521.521,0,0,1-.015.065.15.15,0,0,1-.014.036,1.618,1.618,0,0,1-.146.374,2.3,2.3,0,0,1-.246.371,2.352,2.352,0,0,1-.314.317,1.509,1.509,0,0,1-.351.22c-.008,0-.036,0-.086.011s-.078.018-.086.03a.432.432,0,0,0-.163.184c-.046.087-.084.162-.116.226a.111.111,0,0,0,.012.018.044.044,0,0,0,.03.011c.138.119.268.241.391.368a3.2,3.2,0,0,1,.344.421.25.25,0,0,0,.019.063.625.625,0,0,0,.023.062.108.108,0,0,0,.015.041.133.133,0,0,0,.026.042c.032.056.06.11.084.163a1.671,1.671,0,0,0,.083.163,1.138,1.138,0,0,0,.077.137c.024.035.047.07.072.1s.048.063.077.1.058.071.094.119q.142.189.288.4a1.3,1.3,0,0,0,.335.341.985.985,0,0,0,.258.134,2.234,2.234,0,0,1,.27.112.654.654,0,0,1,.211.167.447.447,0,0,1,.086.293v.1c0,.019,0,.041,0,.064a.052.052,0,0,1-.032.048.579.579,0,0,0-.078.015.448.448,0,0,0-.094.027c-.009,0-.031,0-.066,0l-.128.009c-.05,0-.1.008-.148.014l-.121.015h-.012a.136.136,0,0,1-.071-.021.759.759,0,0,1-.074-.047.509.509,0,0,0-.086-.047A.27.27,0,0,0,758.491,442.371Zm-3.708-4.111c.035,0,.1,0,.187.009s.182.01.282.014.192.009.281.015.15.009.182.009h.095c.027,0,.067-.012.118-.024a.579.579,0,0,0,.089-.023,1.157,1.157,0,0,0,.333-.188,1.473,1.473,0,0,0,.231-.243,2.645,2.645,0,0,0,.187-.285,3.069,3.069,0,0,1,.2-.311.456.456,0,0,1,.041-.075.152.152,0,0,0,.03-.061s0-.023.009-.054a.947.947,0,0,0,.014-.1c0-.036.008-.069.012-.1s.006-.051.006-.059a.537.537,0,0,0,.021-.083.215.215,0,0,1,.027-.084v-.1q0-.124-.012-.261a.663.663,0,0,0-.077-.255,2.171,2.171,0,0,1-.14-.294,1.89,1.89,0,0,0-.139-.282.116.116,0,0,1-.032-.032q-.023-.027-.042-.054c-.014-.018-.027-.035-.039-.054a.35.35,0,0,0-.024-.032.247.247,0,0,0-.023-.045c-.016-.025-.033-.051-.051-.077s-.035-.05-.053-.074l-.033-.041a.037.037,0,0,0-.015-.03.05.05,0,0,0-.026-.012.239.239,0,0,0-.1-.035.942.942,0,0,0-.106-.006.894.894,0,0,1-.1-.006.181.181,0,0,1-.1-.048c-.051-.027-.1-.054-.139-.08a1.066,1.066,0,0,0-.125-.065.626.626,0,0,0-.137-.041.884.884,0,0,0-.175-.015h-.083c-.019,0-.05,0-.091.006l-.134.014-.14.015c-.045,0-.078.006-.1.006l-.036.036c-.02.02-.041.04-.062.062s-.044.043-.065.062-.038.034-.045.042a.4.4,0,0,1-.009.056.276.276,0,0,1-.021.068.343.343,0,0,1-.02.086.3.3,0,0,0-.022.093.572.572,0,0,0-.032.138.225.225,0,0,1-.057.134v.546c0,.024.008.086.012.188s.01.209.016.326.011.225.014.326.006.163.006.187,0,.067-.006.142-.008.156-.014.243-.012.169-.016.246a1.375,1.375,0,0,1-.012.146v.107a.309.309,0,0,0,.075.184A.351.351,0,0,0,754.783,438.26Z" style="fill: #ef6e55"/> <path d="M760.331,441.541a.6.6,0,0,1-.035-.131,1.252,1.252,0,0,1-.006-.136,1.231,1.231,0,0,1,.024-.244c.015-.079.034-.156.056-.231s.043-.149.065-.223.041-.147.056-.222q.03-.142.057-.282a.336.336,0,0,1,.151-.222.4.4,0,0,1,.066-.012l.1-.012.1-.011c.03,0,.051-.007.062-.007a.144.144,0,0,1,.069.03.16.16,0,0,1,.056.054,2.27,2.27,0,0,1,.148.314c.036.095.081.211.137.35l.042.071v.249a.4.4,0,0,0,.049.122.5.5,0,0,0,.075.089c.028.025.056.05.086.074a1.111,1.111,0,0,1,.092.083,1.275,1.275,0,0,1,.075.121.745.745,0,0,0,.074.117.38.38,0,0,0,.1.091.288.288,0,0,0,.161.039,1.117,1.117,0,0,0,.169.024l.273.026.272.028c.085.007.144.013.175.017h.054a.54.54,0,0,0,.252-.062,1.76,1.76,0,0,1,.24-.1.226.226,0,0,1,.083-.027.754.754,0,0,1,.083-.015s.024-.02.057-.051.058-.051.074-.067a.58.58,0,0,1,.039-.054c.018-.023.035-.047.053-.068l.048-.057.026-.029,0-.039c0-.022,0-.044.009-.067s.008-.046.012-.066.01-.032.018-.036a.119.119,0,0,1,.012-.032l.023-.054.025-.054a.143.143,0,0,0,.011-.032.186.186,0,0,0,.012-.048l.012-.073c0-.026.008-.05.011-.071a.325.325,0,0,0,.006-.045.425.425,0,0,0-.02-.092.508.508,0,0,1-.021-.08.673.673,0,0,1-.011-.1c0-.051-.009-.107-.013-.167s-.008-.113-.012-.163-.006-.084-.006-.1a.223.223,0,0,0-.041-.08c-.024-.034-.051-.07-.08-.107a1.371,1.371,0,0,0-.093-.107c-.031-.033-.056-.061-.077-.08a.833.833,0,0,0-.16-.166.726.726,0,0,0-.2-.118.248.248,0,0,0-.071-.028.358.358,0,0,0-.066-.014l-.035-.033c-.021-.018-.041-.036-.063-.053l-.062-.051a.214.214,0,0,0-.041-.029l-.042-.021a.126.126,0,0,0-.054-.016.237.237,0,0,0-.047-.023l-.089-.038-.089-.039a.215.215,0,0,1-.047-.024.188.188,0,0,1-.054-.023.073.073,0,0,1-.029-.019.138.138,0,0,1-.036-.029.677.677,0,0,1-.05-.054c-.019-.019-.035-.037-.051-.052l-.029-.031a.286.286,0,0,0-.033-.02l-.06-.036-.064-.041a.49.49,0,0,1-.051-.034,2.316,2.316,0,0,1-.341-.218c-.109-.083-.217-.167-.324-.253s-.214-.168-.324-.249a3.675,3.675,0,0,0-.335-.223c-.015-.019-.042-.057-.077-.112s-.072-.115-.109-.178-.074-.122-.11-.176-.06-.09-.072-.109a.251.251,0,0,1-.029-.048c-.012-.023-.024-.048-.039-.074a.809.809,0,0,1-.035-.074c-.01-.024-.017-.041-.021-.053v-.309c0-.15,0-.3.015-.451a2.329,2.329,0,0,1,.068-.433,1.431,1.431,0,0,1,.169-.359,2.864,2.864,0,0,1,.282-.374,2.77,2.77,0,0,1,.333-.32,1.232,1.232,0,0,1,.326-.2l.041,0,.081-.006c.029,0,.056,0,.083-.009a.21.21,0,0,0,.05-.012.5.5,0,0,0,.071-.011c.036-.008.073-.018.113-.03s.077-.022.112-.03a.421.421,0,0,1,.072-.012h.056l.119,0c.045,0,.091,0,.139,0h.195l.137,0,.134,0h.086a.437.437,0,0,0,.112.033c.04,0,.078.012.116.018s.076.013.113.021a.359.359,0,0,1,.11.041.485.485,0,0,0,.041.05l.042.045a1.144,1.144,0,0,0,.261.243.6.6,0,0,0,.345.095.449.449,0,0,0,.212-.039.463.463,0,0,0,.12-.089,1.282,1.282,0,0,1,.094-.089.242.242,0,0,1,.149-.038.235.235,0,0,1,.077.009c.016.006.037.03.065.074a.7.7,0,0,1,.036.066c.015.031.033.064.05.1s.033.069.048.1a.621.621,0,0,0,.032.062v.083a.116.116,0,0,0-.014.036c-.006.02-.012.042-.018.065s-.012.046-.015.066a.27.27,0,0,0-.006.036v.492a.613.613,0,0,0-.1.208,1.386,1.386,0,0,1-.068.213.35.35,0,0,1-.03.08.2.2,0,0,1-.042.074c-.019.052-.036.1-.049.134a.358.358,0,0,1-.054.095.189.189,0,0,1-.089.056.54.54,0,0,1-.157.018.442.442,0,0,1-.226-.053.433.433,0,0,1-.142-.137.719.719,0,0,1-.086-.19q-.033-.106-.063-.216c-.019-.073-.041-.144-.065-.214a.622.622,0,0,0-.095-.181c-.008-.008-.024-.028-.051-.059s-.054-.065-.086-.1l-.092-.1c-.029-.033-.052-.059-.068-.074a.831.831,0,0,0-.1-.095c-.044-.04-.088-.08-.136-.122a1.2,1.2,0,0,0-.142-.107.254.254,0,0,0-.119-.045H762.6a.211.211,0,0,0-.074-.035.377.377,0,0,0-.069-.006h-.065a2.89,2.89,0,0,0-.35.267c-.11.1-.216.2-.314.309v.083a.638.638,0,0,1-.021.178.638.638,0,0,0-.021.178v.066a.487.487,0,0,0,.021.077.434.434,0,0,1,.021.077c0,.067.006.126.006.178a1.191,1.191,0,0,0,.008.148.675.675,0,0,0,.034.143.689.689,0,0,0,.077.154.282.282,0,0,1,.035.029l.054.054c.011.012.039.037.083.077l.139.127c.049.046.1.089.142.128s.074.065.086.077l.03.029.051.054a.543.543,0,0,0,.053.054l.033.029.061.03.116.056.131.068c.043.024.077.042.1.054.1.043.208.1.317.154a.7.7,0,0,0,.341.089c.191.127.392.259.606.4a5.831,5.831,0,0,1,.587.433.177.177,0,0,1,.05.041l.039.042.021.044c.01.023.021.047.035.075a.848.848,0,0,1,.036.077.212.212,0,0,0,.021.042,2.884,2.884,0,0,0,.208.281.864.864,0,0,1,.16.3.242.242,0,0,1,.014.053c.006.028.011.059.015.092s.008.066.012.1a.127.127,0,0,0,.013.051.209.209,0,0,0,.02.059.2.2,0,0,1,.021.066v.083a.307.307,0,0,1-.039.163.467.467,0,0,0-.056.175c0,.015,0,.056.006.121s.006.13.006.193a.435.435,0,0,1-.012.137.145.145,0,0,1-.015.035.7.7,0,0,1-.036.062c-.014.022-.026.043-.038.063a.324.324,0,0,0-.024.041c-.008.012-.026.047-.053.1s-.059.119-.092.184-.064.127-.093.184a.544.544,0,0,1-.058.1c0,.008-.014.026-.039.053l-.092.1-.1.1c-.034.033-.06.061-.08.08a3.041,3.041,0,0,1-.391.3,1.62,1.62,0,0,1-.44.192l-.137.031-.231.049c-.083.018-.163.036-.24.051s-.136.026-.175.03h-.042c-.213,0-.434-.006-.661-.018a3.358,3.358,0,0,1-.662-.1.376.376,0,0,1-.107-.05c-.031-.022-.064-.044-.1-.069s-.067-.047-.1-.071a.46.46,0,0,0-.107-.059c-.028-.012-.074-.029-.137-.05l-.193-.069c-.065-.023-.126-.047-.18-.068a.333.333,0,0,1-.108-.057c-.011-.015-.033-.041-.065-.077l-.1-.112c-.035-.039-.068-.077-.1-.113S760.343,441.553,760.331,441.541Z" style="fill: #ef6e55"/> </g> <g> <path d="M677.079,431.058s42.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="M803.711,443.655l-.95-.135-1.771-.253c-2.289-.316-4.02-.537-5.215-.676a16.581,16.581,0,0,0-1.774-.152c0-.2,0-.393,0-.605l.006-1.319-.015-2.9c0-.5,0-1.018-.007-1.539,0-.555.014-1.082-.009-1.7a4.422,4.422,0,0,0-1.929-3.389,5.066,5.066,0,0,0-1.876-.8,5.872,5.872,0,0,0-1.052-.112l-1.017-.011c-1.368-.017-2.939-.019-4.426.01l-4.45.072-4.728.071-4.868.057-2.458.023-2.479-.018-2.642-.009-2.574.011-2.59.009-.649,0-.689.007-1.349.026-2.334.06c-.765.018-1.454.026-2.263.026l-4.683.021c-1.483.019-2.935-.006-4.528-.009l-2.374.018-2.256.039c-2.99.041-5.905.163-8.691.235-2.792.055-5.47.08-7.99.091l-3.66.013-3.4-.007-3.14-.009-2.836.015-2.332,0-2.12,0h-2.8l-.955,0-.892-.012-1.832-.044-1.882-.044-1.822-.016-3.146,0-2.656,0c-1.562,0-2.887-.018-3.8,0a5.488,5.488,0,0,0-1.424.1,4.606,4.606,0,0,0,1.3.173c.851.066,2.08.153,3.758.225l2.717.082,3.152.068,1.636.037,1.748.058,1.974.059,1.084.018,1.062.006,2.889-.008,2,0,2.554-.013,2.754-.026,3.111-.006,3.44-.01,3.7-.033c2.55-.024,5.255-.068,8.076-.14,2.825-.1,5.743-.229,8.751-.286l2.267-.052,2.2-.025h2.317l2.408-.023,4.689-.05c1.629-.01,3.26-.084,4.759-.125.838-.026,1.635-.036,2.521-.041l2.585-.019,2.551-.015,2.482.013,2.569.018,2.509-.02,4.885-.037,4.656-.043,4.506-.045c1.418-.016,2.711,0,4.073.022a10.555,10.555,0,0,1,2.008.127,4.638,4.638,0,0,1,1.762.791,3.907,3.907,0,0,1,1.611,3c.014.567,0,1.131,0,1.673q.006.842.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-.016-.009-.01,0-.716-.2-.662-.111c-1.256-.188-2.548-.279-3.881-.347s-2.712-.111-4.131-.116c-1.337-.016-2.678-.007-4.023.007l-4.045.069-1.014.028-1.075.034-2.107.092-3.64.2-3.529.2c-2.448.15-4.868.3-7.291.329-2.312.055-4.577.043-7.061.029l-3.7-.005-3.519,0-13.566-.067-12.477-.122-5.713-.055-5.3-.05-4.9-.025-4.428.036-3.645.073-3.3.081c-1.949.044-3.4.037-4.362.022-.5,0-1-.028-1.486-.042-.457-.013-.919-.039-1.383-.077-.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.592,12.592,0,0,1-1.352-.493c-.211-.1-.4-.214-.6-.314a2.739,2.739,0,0,1-.531-.327,4.849,4.849,0,0,1-1.594-1.74,8.423,8.423,0,0,1-.707-2.158,18.021,18.021,0,0,1-.272-4.058,16.486,16.486,0,0,1,1.938-7.7c-.015-.021-.129.107-.338.375a7.7,7.7,0,0,0-.737,1.316,17.888,17.888,0,0,0-1.346,5.725,18.19,18.19,0,0,0,.153,4.287,8.76,8.76,0,0,0,.692,2.347l.134.3.184.275c.128.18.243.375.387.547a6.04,6.04,0,0,0,1.007.92,9.153,9.153,0,0,0,2.352,1.212,19.575,19.575,0,0,0,2.7.687q1.447.261,3.1.395c.55.039,1.117.09,1.7.105.564.018,1.113.049,1.669.049,1.052.016,2.609.018,4.523-.032l3.129-.085,3.975-.086c1.385-.023,2.822-.044,4.293-.045l4.854.012,5.366.034,5.778.037,12.6.078,13.667.015,3.541-.014,3.434-.007,3.619,0c1.224-.006,2.582-.029,3.762-.069,2.433-.038,4.879-.235,7.315-.377l7.412-.435c1.307-.07,2.551-.107,3.932-.143l4.032-.072c.706-.006,1.406,0,2.109,0-.205.971-1.347,6.443-1.145,6.678,0,.032-.021.059-.024.092a2.147,2.147,0,0,0,.779,1.612,7.471,7.471,0,0,0,1.445,1.013,8.927,8.927,0,0,0,3.481.94c1.168.137,2.311.185,3.411.228,2.213.068,4.231.079,6.357.072l3.167-.046,1.371-.038c.232-.012.432,0,.678-.032a.375.375,0,0,0,.181-.63l.01.013-.222-.353-3-4.751-1.08-1.706-.006-.01-.006-.006a.2.2,0,0,1,.055-.317l0,0,.007,0,.034-.025,2.035-1.487,3.56-2.619a.462.462,0,0,0,.259-.46A.41.41,0,0,0,803.711,443.655Zm-10.256,3.059a.868.868,0,0,0-.211-.15c.026.007.054.016.08.022A.412.412,0,0,1,793.455,446.714Zm6.34.07-1.9,1.384.049-.031a.767.767,0,0,0-.1.066.727.727,0,0,0-.08,1.084l-.057-.071,1.135,1.79q1.451,2.289,3.05,4.809l.036.058-.082,0-.331.011-1.334.041-3.1.057c-2.129.014-4.574.02-6.877-.062-1.167-.042-2.3-.117-3.417-.257l-.83-.128c-.266-.064-.541-.118-.8-.189a6.778,6.778,0,0,1-1.5-.695,5.021,5.021,0,0,1-1.324-1.081,1.154,1.154,0,0,1-.214-1.331,3.033,3.033,0,0,1,1.206-1.079c.118-.067.245-.12.367-.181,1.446-.593,3.416-1.1,5.062-1.571a23.867,23.867,0,0,0,3.492-1.109,5.485,5.485,0,0,0,1.152-.636,2.264,2.264,0,0,0,.321-.327c.02.131.042.219.067.226.063.018.114-.4.149-1.2s.05-1.976.06-3.412l0-.432a16.516,16.516,0,0,0,1.716.361c1.226.22,3.042.506,5.257.848L802.7,444l.484.075.251.039h.011l0,0C802.291,444.962,801.067,445.856,799.8,446.784Z" style="fill: #ef6e55"/> </g> </g> </g> <rect id="Captain_sQuartersQ" data-name="Captain'sQuartersQ" x="670.726" y="341.039" width="10.966" height="10.966" transform="translate(-46.971 579.646) rotate(-45)" style="fill: #ef6e55"/> <line x1="359.781" y1="429.794" x2="850.528" y2="430.48" style="fill: none"/> </g> <g id="BreadRoom"> <g id="_Rectangle_2" data-name="<Rectangle>"> <g id="Blank_box-2" data-name="Blank box"> <path d="M727.156,321.19H676.978V252.912l10-10h30.178l10,10Z" style="fill: #fbf6f0"/> <path d="M727.556,321.591H676.579V250.746l8.234-8.234h34.509l8.234,8.234Zm-50.177-.8h49.377V251.077l-7.765-7.765H685.144l-7.765,7.765Z" style="fill: #ba9c76"/> </g> </g> <g id="BreadRoomOn"> <text transform="translate(686.309 302.336)" style="font-size: 9.600000381469727px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing: -0.005900064869719153em">B</tspan><tspan x="6.019" y="0">READ</tspan><tspan x="1.934" y="11.199" style="letter-spacing: -0.007324218458961707em">R</tspan><tspan x="8.248" y="11.199">O</tspan><tspan x="15.05" y="11.199" style="letter-spacing: -0.009765624611948943em">O</tspan><tspan x="21.758" y="11.199">M</tspan></text> <polygon points="709.631 280.107 710.144 280.056 710.804 275.922 711.104 275.931 710.619 271.078 707.819 268.494 708.435 268.409 708.92 264.041 704.067 262.585 696.545 263.556 695.817 265.254 695.817 267.681 698.419 268.473 693.148 268.652 692.42 272.777 694.142 275.145 693.511 275.203 692.42 276.902 692.42 279.328 695.506 279.995 694.86 280.056 693.876 281.755 693.876 284.182 701.42 285.88 710.933 284.91 711.59 280.542 709.631 280.107" style="fill: #bc9e76"/> <polygon points="706.979 262.306 707.464 258.866 702.611 257.719 695.089 258.484 694.361 259.821 694.361 261.733 699.942 263.07 706.979 262.306" style="fill: #bc9e76"/> </g> <g id="BreadRoomHere"> <path d="M727.869,321.615H676.516V250.63l8.293-8.293h34.767l8.293,8.293Zm-50.353-1h49.353V251.044l-7.707-7.707H685.223l-7.707,7.707Z" style="fill: #ef6e55"/> <text transform="translate(686.309 302.336)" style="font-size: 9.600000381469727px;fill: #ef6e55;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica"><tspan style="letter-spacing: -0.005900064869719153em">B</tspan><tspan x="6.019" y="0">READ</tspan><tspan x="1.934" y="11.199" style="letter-spacing: -0.007324218458961707em">R</tspan><tspan x="8.248" y="11.199">O</tspan><tspan x="15.05" y="11.199" style="letter-spacing: -0.009765624611948943em">O</tspan><tspan x="21.758" y="11.199">M</tspan></text> <polygon points="709.631 280.107 710.144 280.056 710.804 275.922 711.104 275.931 710.619 271.078 707.819 268.494 708.435 268.409 708.92 264.041 704.067 262.585 696.545 263.556 695.817 265.254 695.817 267.681 698.419 268.473 693.148 268.652 692.42 272.777 694.142 275.145 693.511 275.203 692.42 276.902 692.42 279.328 695.506 279.995 694.86 280.056 693.876 281.755 693.876 284.182 701.42 285.88 710.933 284.91 711.59 280.542 709.631 280.107" style="fill: #a8784d"/> <polygon points="706.979 262.306 707.464 258.866 702.611 257.719 695.089 258.484 694.361 259.821 694.361 261.733 699.942 263.07 706.979 262.306" style="fill: #a8784d"/> </g> <rect id="BreadRoomQ" x="669.917" y="235.348" width="10.966" height="10.966" transform="translate(27.527 548.117) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Magazine"> <g id="_Rectangle_3" data-name="<Rectangle>"> <g id="Blank_box-3" data-name="Blank box"> <path d="M787.523,321.19H737.345V252.912l10-10h30.178l10,10Z" style="fill: #fbf6f0"/> <path d="M787.923,321.591H736.945V250.746l8.234-8.234h34.509l8.235,8.234Zm-50.178-.8h49.378V251.077l-7.766-7.765H745.511l-7.766,7.765Z" style="fill: #ba9c76"/> </g> </g> <g id="MagazineOn"> <g> <path d="M748.439,303.1h-.886c-.013,0-.027-.01-.04-.031a.389.389,0,0,1-.04-.07c-.013-.026-.024-.051-.033-.072a.248.248,0,0,1-.014-.038.239.239,0,0,1,.068-.168.194.194,0,0,1,.148-.075l.093,0c.047,0,.1,0,.146,0s.092,0,.136,0l.089,0a.312.312,0,0,1,.035-.022l.03-.017c.01,0,.022-.013.04-.032s.036-.039.057-.061.039-.042.058-.061a.22.22,0,0,0,.037-.042c0-.015,0-.045,0-.087s.007-.088.012-.136.009-.094.012-.138,0-.075,0-.094a.255.255,0,0,0,.02-.075.356.356,0,0,1,.022-.084v-.3a.188.188,0,0,1,.008-.043c.007-.021.013-.045.02-.07s.012-.048.018-.071a.2.2,0,0,0,.009-.042c.023-.106.046-.219.071-.341a1.736,1.736,0,0,0,.038-.347.265.265,0,0,0-.022-.062.217.217,0,0,1-.02-.07v-.3c0-.14,0-.281.013-.422a2.674,2.674,0,0,1,.061-.412l.01-.033c0-.018.012-.039.018-.06l.019-.064a.138.138,0,0,0,.009-.04q0-.024.012-.117t.024-.2c.007-.074.015-.143.023-.208s.012-.109.012-.127l.005-.037c0-.023.007-.046.011-.071s.009-.048.012-.07l0-.038a.151.151,0,0,0-.01-.035.331.331,0,0,0-.023-.052c-.01-.017-.018-.033-.026-.049a.126.126,0,0,1-.011-.028.22.22,0,0,1,.015-.056c.012-.028.019-.046.022-.052a.449.449,0,0,0,.01-.044l.008-.061c0-.021.007-.039.01-.057l0-.03c0-.013,0-.033,0-.063s-.007-.062-.01-.1l-.008-.1c0-.029-.007-.052-.01-.067a.226.226,0,0,0-.171-.085c-.07,0-.136-.008-.194-.014a.134.134,0,0,1-.039-.01.332.332,0,0,1-.058-.023c-.021-.009-.04-.017-.059-.023a.151.151,0,0,0-.037-.009c-.069-.019-.13-.033-.182-.042a.935.935,0,0,1-.144-.038.269.269,0,0,1-.11-.077.5.5,0,0,1-.084-.166c0-.01.009-.022.028-.036a.248.248,0,0,0,.037-.031h.1a.329.329,0,0,0,.056-.009l.094-.023c.034-.01.066-.018.094-.024a.329.329,0,0,1,.056-.009h.543l.036,0a.464.464,0,0,1,.051.011c.017,0,.041.01.073.017h.689a.7.7,0,0,1,.26.176,2.172,2.172,0,0,1,.194.246.343.343,0,0,0,.022.028l.035.039a.224.224,0,0,1,.03.043.074.074,0,0,1,.012.03c.007,0,.013.022.018.056a.181.181,0,0,0,.024.07.746.746,0,0,0,.1.186.458.458,0,0,1,.082.2c0,.006,0,.025,0,.054l.012.094q.008.049.012.093a.506.506,0,0,1,0,.059,1.034,1.034,0,0,0,.068.15,1.108,1.108,0,0,1,.064.141.343.343,0,0,0,.015.065.367.367,0,0,1,.017.066.166.166,0,0,0,.023.033l.042.049c.016.017.03.034.043.05a.2.2,0,0,0,.024.027.346.346,0,0,1,.011.043c0,.021.008.045.012.07s0,.049.007.073l0,.044a.989.989,0,0,0,.124.274,1.552,1.552,0,0,1,.143.274.241.241,0,0,0,0,.042l.009.071c0,.025.006.049.007.073l0,.044a.35.35,0,0,0,.016.063.372.372,0,0,1,.016.064.15.15,0,0,0,.062.082l.088.052a.335.335,0,0,1,.082.058.121.121,0,0,1,.036.094v.079a.378.378,0,0,1-.017.062.383.383,0,0,0-.017.06l.008.03c0,.018.01.036.016.057s.013.041.019.063l.014.052c.01.022.022.047.037.077a.668.668,0,0,0,.055.087.39.39,0,0,0,.067.073.122.122,0,0,0,.075.03.061.061,0,0,0,.047-.019.133.133,0,0,0,.031-.047l.023-.058a.252.252,0,0,1,.03-.054,1.046,1.046,0,0,1,.134-.129.432.432,0,0,0,.124-.162c0-.016.007-.031.01-.047s.006-.029.01-.042a.135.135,0,0,0,0-.033,1.077,1.077,0,0,1,.051-.152,1.251,1.251,0,0,1,.062-.121c.021-.039.046-.079.072-.118s.054-.084.082-.133a.773.773,0,0,0,.084-.181.868.868,0,0,1,.08-.176l.024-.03a.613.613,0,0,1,.042-.054c.015-.019.03-.036.042-.052l.023-.028a.132.132,0,0,0,.023-.057c.007-.024.012-.049.017-.074s.009-.05.012-.073a.19.19,0,0,1,.014-.054,2.231,2.231,0,0,1,.173-.377,2.894,2.894,0,0,0,.188-.378.565.565,0,0,0,.05-.175.782.782,0,0,1,.039-.176.677.677,0,0,0,.049-.1c.024-.052.048-.107.073-.167s.05-.113.073-.164.038-.082.044-.1l.015-.049a.309.309,0,0,0,.008-.049v-.024a.128.128,0,0,0-.011-.04.107.107,0,0,1-.012-.035v-.033c.022-.043.046-.087.07-.131a.768.768,0,0,1,.085-.119.433.433,0,0,1,.267-.144l.115,0,.185,0a.741.741,0,0,0,.113-.005l.039-.006c.02,0,.043-.011.066-.019l.063-.021.033-.009a2.579,2.579,0,0,1,.286-.057,2.186,2.186,0,0,1,.305-.018h.075l.091,0c.03,0,.057,0,.08,0l.04,0a.324.324,0,0,1,.114.024.472.472,0,0,1,.12.066.427.427,0,0,1,.094.1.2.2,0,0,1,.037.115.137.137,0,0,1-.03.079.5.5,0,0,1-.073.08.668.668,0,0,1-.084.064.157.157,0,0,1-.066.025.719.719,0,0,1-.15-.016.654.654,0,0,0-.149-.017,1.091,1.091,0,0,0-.161.012.636.636,0,0,0-.172.054.2.2,0,0,0-.089.084.425.425,0,0,0-.05.124.736.736,0,0,0-.019.144c0,.05,0,.1,0,.136v.079a.775.775,0,0,0,0,.092.552.552,0,0,0,.015.068c.006.021.013.043.02.065a.5.5,0,0,1,.022.084c0,.016,0,.042,0,.08s0,.076,0,.115,0,.077,0,.113,0,.06,0,.072q0,.431-.024.856t-.014.855a.155.155,0,0,1-.017.047.172.172,0,0,0-.016.047v.037c.016.082.032.168.047.258a1.522,1.522,0,0,1,.024.263.7.7,0,0,1-.036.227.731.731,0,0,0-.035.228v.055a.484.484,0,0,0,0,.069.2.2,0,0,0,.029.068v.054c0,.026,0,.054,0,.084s0,.057,0,.085v.129c0,.031,0,.061,0,.09s0,.057,0,.08v.04a.378.378,0,0,1-.017.056.278.278,0,0,0-.016.07v.123a.2.2,0,0,0,.026.065.632.632,0,0,0,.035.065.241.241,0,0,0,.025.036c.015.017.029.035.043.054s.028.035.039.049l.024.025c.007,0,.013.015.021.034a.121.121,0,0,1,.012.037l.018.021a.031.031,0,0,0,.024.012h.127a.185.185,0,0,1,.035.01l.064.018.06.019a.189.189,0,0,0,.037.01.107.107,0,0,0,.033.008l.059.012.059.012a.149.149,0,0,1,.037.01l.043.016.06.026a.543.543,0,0,1,.059.028.3.3,0,0,1,.03.018.357.357,0,0,0,0,.038l0,.033a.145.145,0,0,1-.062.115.219.219,0,0,1-.14.049h-1.556a.294.294,0,0,0-.073.016.308.308,0,0,1-.059.017h-.065l-.031.009a.472.472,0,0,1-.053.018l-.052.02-.028.009h-.333a.2.2,0,0,1-.126-.061.175.175,0,0,1-.066-.127v-.032a.739.739,0,0,0,.117-.017.825.825,0,0,1,.118-.016.192.192,0,0,0,.044-.017.14.14,0,0,1,.045-.016l.035,0,.053-.01a.251.251,0,0,0,.049-.012.088.088,0,0,0,.027-.012.147.147,0,0,0,.086-.077.564.564,0,0,0,.047-.127.789.789,0,0,0,.021-.135c0-.045,0-.084,0-.116q.051-.3.072-.6c.015-.2.034-.4.059-.61,0-.031,0-.087,0-.171s0-.17.006-.262.006-.179.007-.26,0-.14,0-.174c0-.059,0-.137,0-.232s0-.19-.007-.283-.005-.177-.006-.248l0-.118c0-.022,0-.063,0-.125s0-.125-.007-.194-.006-.134-.007-.2,0-.109-.008-.137a.361.361,0,0,0-.009-.056.531.531,0,0,0-.026-.087.538.538,0,0,0-.037-.08c-.014-.023-.027-.035-.04-.035a.1.1,0,0,0-.068.022.188.188,0,0,0-.044.049.515.515,0,0,0-.036.061.19.19,0,0,1-.04.056.161.161,0,0,1-.025.033c-.015.016-.03.033-.05.052a.466.466,0,0,1-.054.048.192.192,0,0,1-.035.027.1.1,0,0,1-.011.037.091.091,0,0,0-.012.037,1.5,1.5,0,0,1-.134.242,1.45,1.45,0,0,0-.133.246,1.832,1.832,0,0,0-.068.255c-.018.089-.038.176-.064.261a.113.113,0,0,1-.04.084.147.147,0,0,0-.048.08.094.094,0,0,0-.012.03.428.428,0,0,0-.012.054c0,.019-.006.037-.01.054a.238.238,0,0,0,0,.03l-.038.038c-.018.019-.039.038-.06.059s-.043.04-.064.06a.291.291,0,0,0-.035.04.154.154,0,0,0-.042.1.392.392,0,0,1-.023.1c0,.008-.008.026-.015.051a.279.279,0,0,0-.009.047c-.007.006-.018.021-.038.044s-.031.038-.037.045a1.144,1.144,0,0,0-.065.251,1.406,1.406,0,0,1-.062.25c-.009.016-.02.04-.035.073s-.027.068-.042.1-.027.068-.04.1-.02.045-.023.051a.223.223,0,0,1-.024.056c-.016.031-.031.065-.049.1s-.034.072-.051.105a.6.6,0,0,1-.036.063l0,.038c0,.021,0,.045-.006.07s-.007.049-.01.07l0,.037a.242.242,0,0,1-.017.074.311.311,0,0,0-.015.058.571.571,0,0,0-.04.082c-.018.039-.037.079-.059.122s-.042.082-.059.119a.43.43,0,0,1-.04.076.918.918,0,0,0-.1.065.192.192,0,0,1-.117.037.176.176,0,0,1-.121-.058.729.729,0,0,1-.111-.138,1.347,1.347,0,0,1-.085-.164.7.7,0,0,1-.044-.141c-.015-.056-.029-.108-.04-.155s-.021-.093-.03-.138-.021-.092-.035-.138a1.489,1.489,0,0,0-.059-.155c0-.007-.013-.024-.03-.053s-.035-.062-.055-.094l-.05-.092c-.016-.028-.026-.045-.029-.052a1.378,1.378,0,0,1-.127-.3,3.26,3.26,0,0,0-.107-.321,4.777,4.777,0,0,0-.2-.464,3.51,3.51,0,0,1-.193-.478.083.083,0,0,1-.009-.033c0-.019,0-.039-.006-.061s0-.042,0-.061,0-.031,0-.038a.337.337,0,0,1-.037-.048c-.019-.027-.032-.043-.037-.05a.164.164,0,0,0-.015-.044.191.191,0,0,1-.014-.045l-.014-.035q-.009-.025-.021-.054c-.008-.019-.016-.035-.023-.049a.161.161,0,0,0-.017-.026l0-.049c0-.023,0-.048-.008-.073l-.008-.071a.422.422,0,0,1,0-.042.221.221,0,0,1-.022-.04c-.008-.016-.015-.035-.025-.055s-.019-.039-.029-.057a.332.332,0,0,0-.023-.04l-.1-.1a.616.616,0,0,1-.07-.133c-.019-.052-.039-.1-.062-.153a.441.441,0,0,0-.09-.127.2.2,0,0,0-.148-.051h-.028a.913.913,0,0,0-.03.155q-.007.07-.012.138c0,.045,0,.092-.007.14s0,.1-.007.162c-.007.029-.011.049-.016.064s-.01.035-.017.063v.051a.343.343,0,0,0,.017.1.4.4,0,0,1,.016.112v.028c-.015.075-.031.151-.047.225a1.19,1.19,0,0,0-.023.234,1.377,1.377,0,0,0,.035.31,1.319,1.319,0,0,1,.035.309c-.007.026-.011.045-.016.059a.331.331,0,0,0-.012.042l0,.026v.488a.241.241,0,0,1-.009.042l-.021.07q-.012.037-.024.072a.309.309,0,0,1-.016.045v.047a.216.216,0,0,0,.01.072.46.46,0,0,0,.032.082v.7a.527.527,0,0,1,.038.094c.009.035.018.069.028.1a.533.533,0,0,0,.035.1.18.18,0,0,0,.059.074c.065,0,.145.015.241.028a.985.985,0,0,1,.246.06.181.181,0,0,0,.044.04.3.3,0,0,1,.045.036.457.457,0,0,0,.075.028.339.339,0,0,1,.066.023.12.12,0,0,1,.045.042.163.163,0,0,1,.015.076.169.169,0,0,1-.027.1.2.2,0,0,1-.07.057.316.316,0,0,1-.094.023c-.035,0-.068,0-.1,0-.132,0-.263-.006-.393-.017s-.263-.016-.395-.016H748.8l-.026,0-.042.011-.042.012-.027,0a.234.234,0,0,1-.039-.008c-.02,0-.043-.011-.066-.018l-.068-.021A.18.18,0,0,1,748.439,303.1Z" style="fill: #bc9e76"/> <path d="M761.644,303.17h-.531l-.058,0-.11-.012-.113-.011-.065,0-.251,0c-.117,0-.241,0-.372,0s-.265,0-.38,0l-.239,0a.513.513,0,0,1-.068-.072.154.154,0,0,1-.031-.092.13.13,0,0,1,.01-.059c0-.011.017-.033.033-.068a.166.166,0,0,1,.015-.051.085.085,0,0,1,.041-.047l.04,0c.02,0,.041-.007.063-.009l.061-.009a.106.106,0,0,0,.033-.01.238.238,0,0,0,.042-.023l.06-.042c.023-.016.043-.031.062-.042a.325.325,0,0,1,.037-.024.067.067,0,0,1,.03-.012.444.444,0,0,1,.059-.011c.022,0,.043-.006.063-.008l.04,0a.026.026,0,0,0,.019-.014.085.085,0,0,0,.01-.014v-.164a1.355,1.355,0,0,0-.024-.253c-.015-.084-.035-.168-.058-.251s-.048-.164-.074-.244-.047-.157-.065-.232a.608.608,0,0,1-.014-.061c-.007-.031-.014-.066-.023-.1s-.018-.072-.024-.1a.42.42,0,0,0-.014-.06.109.109,0,0,0-.009-.033c-.007-.016-.013-.032-.019-.049s-.012-.033-.019-.049a.145.145,0,0,1-.009-.028c-.01-.029-.018-.058-.028-.089a.8.8,0,0,0-.035-.09.3.3,0,0,0-.052-.072.15.15,0,0,0-.077-.04l-.054-.012c-.023,0-.048-.009-.073-.012l-.068-.007a.423.423,0,0,0-.045,0l-.028.019a.116.116,0,0,1-.027.014l-.052.014a.209.209,0,0,1-.052.009h-.258c-.115,0-.233,0-.353.007a3.088,3.088,0,0,0-.331.031.088.088,0,0,0-.037.019.093.093,0,0,1-.029.013.714.714,0,0,1-.077.01l-.117.009-.12.01-.074,0-.033.032-.127.713a.486.486,0,0,0-.094.157.744.744,0,0,0-.037.171c-.006.059-.01.119-.012.178a1.08,1.08,0,0,1-.021.178.179.179,0,0,1-.033.071.445.445,0,0,1-.038.055l.038.076a.278.278,0,0,1,.031.044c.013.024.022.039.025.044a.555.555,0,0,0,.055.015l.082.021.079.023.052.017.182.042a.978.978,0,0,1,.2.068.515.515,0,0,1,.164.115.248.248,0,0,1,.069.178v.08l-.022.03a.359.359,0,0,1-.037.042c-.015.014-.027.027-.04.037a.089.089,0,0,1-.033.022l-.185,0-.272.011-.272.012c-.086,0-.147,0-.185,0h-1.3a.12.12,0,0,1-.02-.035.082.082,0,0,0-.023-.04c-.006-.044-.017-.1-.032-.159a.724.724,0,0,1-.024-.179.1.1,0,0,1,.071-.1c.047-.02.089-.037.126-.05l.033,0,.063-.006.066-.01a.186.186,0,0,0,.04-.009,1.307,1.307,0,0,0,.119-.057l.143-.072.124-.063c.037-.019.056-.031.059-.033l.047-.076v-.454c.031,0,.059-.027.082-.073a1.141,1.141,0,0,0,.063-.152c.019-.056.036-.113.051-.168a.468.468,0,0,1,.047-.122l.026-.024.044-.04a.576.576,0,0,0,.043-.04c.012-.013.019-.021.019-.028a.116.116,0,0,0,.009-.042c0-.025.007-.052.01-.082s.005-.058.009-.084,0-.043,0-.05a.635.635,0,0,0,.031-.07.184.184,0,0,1,.044-.071l.057-.543a.529.529,0,0,0,.087-.207c.014-.074.027-.148.039-.219a.1.1,0,0,0,.023-.052.256.256,0,0,0,.01-.047c.006-.006.019-.022.037-.045l.038-.044c0-.01.007-.027.012-.054s.01-.055.017-.087.011-.061.015-.091l.012-.068v-.132c0-.008.012-.026.026-.051s.029-.051.042-.079.029-.055.042-.08.023-.041.027-.047a.1.1,0,0,0,.013-.036c.006-.02.013-.041.019-.063s.012-.042.017-.061a.217.217,0,0,0,.006-.037.41.41,0,0,0,.027-.051c.011-.026.021-.052.032-.08a.812.812,0,0,0,.028-.083.2.2,0,0,1,.022-.053,1.866,1.866,0,0,0,.082-.3,1.98,1.98,0,0,1,.082-.314,1.164,1.164,0,0,1,.109-.235.506.506,0,0,0,.074-.253.085.085,0,0,0,.008-.047c0-.025,0-.053,0-.087a.476.476,0,0,1,0-.063.389.389,0,0,1,.028-.047c.015-.024.031-.051.049-.079s.032-.055.045-.08a.174.174,0,0,0,.018-.052v-.253a.494.494,0,0,1,.028-.067.454.454,0,0,1,.038-.069.149.149,0,0,0,.037-.023c.009-.006.019-.014.031-.021a.208.208,0,0,0,.025-.021c.05-.031.1-.061.134-.089a1.093,1.093,0,0,1,.117-.075.586.586,0,0,1,.126-.052.646.646,0,0,1,.162-.018c.016,0,.045,0,.089,0l.089,0c.028.026.061.054.1.085a.184.184,0,0,1,.063.108,2,2,0,0,1,.073.38,1.782,1.782,0,0,0,.068.365.163.163,0,0,0,.009.043.059.059,0,0,0,.014.023l.021.056a.176.176,0,0,1,.012.042v.164a1.189,1.189,0,0,0,.065.2,1.027,1.027,0,0,1,.062.193c0,.008.008.032.016.07s.016.078.024.121.013.086.018.125.007.063.007.072a.343.343,0,0,1,.014.037l.021.062.022.06c0,.019.011.029.018.029.006.031.018.083.035.154s.036.149.056.228.04.155.059.225.031.119.038.148a2,2,0,0,1,.229.555q.07.288.127.588c0,.006.009.022.019.045a.315.315,0,0,0,.018.044c.053.135.1.267.148.4s.094.259.147.391a.3.3,0,0,0-.009.047c0,.022-.007.044-.009.067a.559.559,0,0,1-.012.066q-.008.03-.012.045v.065a.286.286,0,0,0,.026.038c.014.019.028.039.042.061l.042.063c.014.021.023.034.026.04a.916.916,0,0,1,.09.2c.018.068.039.133.06.2a1.072,1.072,0,0,0,.082.179.5.5,0,0,0,.158.163s0,.013.016.021.016.015.016.021a.286.286,0,0,1,.073.033.227.227,0,0,0,.059.028.584.584,0,0,0,.077.014l.135.018.136.017c.043,0,.071.007.082.007s.031.015.052.028.044.025.065.04a.253.253,0,0,1,.055.044.077.077,0,0,1,.021.052.387.387,0,0,1-.017.077,1.2,1.2,0,0,1-.042.134,1.183,1.183,0,0,1-.054.127c-.018.037-.034.057-.047.06h-.164a.362.362,0,0,1-.068,0A.165.165,0,0,1,761.644,303.17Zm-3.511-3.366v.01l.014.055c0,.026.009.041.009.047a1.239,1.239,0,0,0,.073.12.671.671,0,0,0,.084.1.377.377,0,0,0,.1.073.3.3,0,0,0,.134.028.374.374,0,0,0,.164-.035.386.386,0,0,1,.164-.035.651.651,0,0,1,.161.019.718.718,0,0,0,.162.018h.033a.462.462,0,0,0,.049-.018l.061-.031.056-.031a.114.114,0,0,1,.036-.014.142.142,0,0,0,.028-.088c0-.044,0-.078,0-.1a.568.568,0,0,0-.055-.236,1.822,1.822,0,0,1-.082-.228c-.043-.141-.087-.282-.131-.425s-.088-.283-.131-.424c0-.009-.01-.03-.021-.063s-.024-.07-.037-.112-.028-.084-.04-.124-.023-.071-.029-.089-.013-.028-.023-.052-.019-.052-.028-.08-.019-.055-.029-.079l-.018-.052c-.013-.034-.021-.055-.024-.061s-.016-.009-.042-.009a.1.1,0,0,0-.075.035.428.428,0,0,0-.058.082.461.461,0,0,0-.042.1.665.665,0,0,0-.022.084v.093a.094.094,0,0,1-.016.037l-.033.059c-.01.02-.021.04-.033.059a.3.3,0,0,1-.02.033c0,.01,0,.029,0,.058s0,.062-.007.1-.006.066-.009.094a.436.436,0,0,0,0,.052.657.657,0,0,1-.085.2.606.606,0,0,0-.079.192c0,.006,0,.02,0,.042s-.006.046-.01.072l-.008.074a.182.182,0,0,1-.01.042.189.189,0,0,0-.019.032l-.03.063q-.017.036-.033.066l-.021.04c0,.025-.006.05-.009.075s-.006.044-.01.066a.418.418,0,0,0,0,.056Z" style="fill: #bc9e76"/> <path d="M762.431,300.535v-.651a.335.335,0,0,1,0-.042l.011-.07c0-.026.009-.05.012-.074a.3.3,0,0,0,0-.048v-.357a1.658,1.658,0,0,1,.134-.487,3.634,3.634,0,0,1,.232-.455s.014-.018.032-.044l.064-.094c.023-.036.047-.071.07-.105l.054-.081.033-.033a.241.241,0,0,0,.024-.039c.012-.023.025-.048.04-.073l.039-.072a.1.1,0,0,1,.028-.04.44.44,0,0,1,.04-.047c.021-.022.043-.045.068-.069l.073-.067a.667.667,0,0,1,.053-.047s.01-.012.029-.026.039-.028.06-.042.043-.028.064-.04a.124.124,0,0,1,.04-.019l.021-.023.037-.042a.554.554,0,0,1,.042-.042.2.2,0,0,1,.031-.024.341.341,0,0,1,.031-.021c.016-.011.036-.023.058-.035a.644.644,0,0,1,.063-.033.411.411,0,0,0,.04-.019,1.015,1.015,0,0,0,.211-.152,1.967,1.967,0,0,1,.211-.171.25.25,0,0,1,.1-.035.807.807,0,0,0,.126-.021l.074-.026c.039-.014.079-.029.122-.042l.121-.042.073-.027h.225a.337.337,0,0,0,.049-.011.273.273,0,0,1,.049-.012h.042a3.8,3.8,0,0,1,.546.04,5.194,5.194,0,0,0,.547.05.434.434,0,0,0,.129.065c.048.016.1.028.152.04s.107.021.161.03.106.021.153.033a.378.378,0,0,1,.145.075.535.535,0,0,0,.178.089c.119.038.215.065.289.082a.376.376,0,0,1,.168.078.263.263,0,0,1,.08.147,1.477,1.477,0,0,1,.022.293,1.522,1.522,0,0,1-.022.235,1.078,1.078,0,0,1-.072.251.607.607,0,0,1-.141.2.318.318,0,0,1-.225.082h-.056a.061.061,0,0,1-.043-.01.087.087,0,0,1-.037-.012.345.345,0,0,1-.049-.027l-.05-.033a.122.122,0,0,1-.028-.026c-.012-.012-.034-.038-.066-.075l-.1-.12c-.034-.042-.067-.081-.1-.117a.634.634,0,0,1-.061-.077q-.009-.046-.024-.111a.282.282,0,0,0-.052-.114l-.1-.138a1.055,1.055,0,0,0-.115-.134.705.705,0,0,0-.139-.1.371.371,0,0,0-.164-.047h-.22a.14.14,0,0,1-.04-.016l-.065-.035-.064-.036a.191.191,0,0,1-.033-.021.318.318,0,0,0-.109-.025c-.037,0-.074,0-.111,0h-.4a.278.278,0,0,0-.117.037.57.57,0,0,0-.089.063,1.034,1.034,0,0,0-.085.079.708.708,0,0,1-.1.087l-.065.027c-.037.013-.058.023-.061.03l-.023.025c-.013.015-.027.029-.04.042l-.042.043-.027.026c-.04.034-.083.068-.129.1a.305.305,0,0,0-.1.129.126.126,0,0,1-.009.028l-.021.052c-.008.019-.016.036-.024.052a.2.2,0,0,1-.016.027.152.152,0,0,1-.026.033.589.589,0,0,1-.05.052c-.018.019-.036.036-.053.052a.144.144,0,0,1-.036.027.091.091,0,0,1-.013.029c-.01.015-.019.033-.029.051a.419.419,0,0,1-.028.052.168.168,0,0,1-.018.028.224.224,0,0,1-.026.033c-.014.015-.028.033-.043.051l-.039.052c-.013.016-.019.025-.019.029a.242.242,0,0,0-.059.142.356.356,0,0,1-.049.157l-.023.024a.407.407,0,0,0-.064.122,1.126,1.126,0,0,0-.032.136c-.008.046-.016.092-.021.137a.993.993,0,0,1-.024.125.112.112,0,0,1-.01.035c0,.017-.011.036-.018.054a.507.507,0,0,1-.019.049l-.009.026a2.507,2.507,0,0,0-.1.349,1.943,1.943,0,0,0-.03.368,2.515,2.515,0,0,0,.018.323,1.922,1.922,0,0,0,.059.291,2.116,2.116,0,0,0,.1.279,2.846,2.846,0,0,0,.146.284c.028.059.055.126.082.2a.563.563,0,0,0,.105.185l.045.047c.02.022.043.045.068.07s.049.049.073.07l.049.047a.2.2,0,0,0,.11.035.306.306,0,0,1,.114.031.649.649,0,0,1,.071.026.269.269,0,0,1,.061.03l.07.068q.053.05.108.108c.038.039.073.077.105.112s.058.063.074.078a1.764,1.764,0,0,0,.4.084c.134.013.271.019.412.019a.552.552,0,0,0,.2-.037,1.136,1.136,0,0,0,.188-.1c.053-.044.1-.082.143-.115a.269.269,0,0,0,.091-.148c0-.008,0-.028,0-.055s.007-.059.01-.092.006-.063.009-.092a.305.305,0,0,1,.009-.051.463.463,0,0,1,.012-.061.45.45,0,0,1,.022-.075.2.2,0,0,1,.011-.047.324.324,0,0,0,.012-.042v-.206a1.433,1.433,0,0,1,.027-.153q.019-.072.036-.147c.011-.05.021-.1.031-.152a1.007,1.007,0,0,0,.013-.171c0-.051,0-.109,0-.174a1.646,1.646,0,0,0-.021-.2,1.038,1.038,0,0,0-.05-.188.391.391,0,0,0-.089-.144.28.28,0,0,0-.133-.082.578.578,0,0,0-.148-.017h-.145a.457.457,0,0,1-.122-.033.764.764,0,0,1-.138-.073.514.514,0,0,1-.115-.1.179.179,0,0,1-.047-.117v-.033a.182.182,0,0,1,.05-.061.308.308,0,0,1,.043-.038h.789a.117.117,0,0,1,.077-.037.846.846,0,0,1,.087,0,.4.4,0,0,1,.109.016c.036.011.071.024.105.038l.1.038a.379.379,0,0,0,.107.015.077.077,0,0,0,.027,0,.1.1,0,0,1,.035,0,.133.133,0,0,0,.032-.015c.02-.009.039-.02.059-.03l.058-.031a.16.16,0,0,1,.034-.013l.065,0c.034,0,.062,0,.08,0h.084a.4.4,0,0,1,.094.01.13.13,0,0,1,.075.047h.646a.076.076,0,0,1,.055.018.119.119,0,0,1,.032.047.236.236,0,0,1,.017.059.355.355,0,0,1,0,.048.2.2,0,0,1-.066.162.391.391,0,0,1-.164.078,1.615,1.615,0,0,1-.213.033,1.592,1.592,0,0,0-.218.03.481.481,0,0,0-.176.07.191.191,0,0,0-.082.153c0,.028,0,.075-.01.14s-.013.134-.02.206-.016.14-.024.205-.013.108-.016.133,0,.049,0,.11,0,.118,0,.172v.072a.071.071,0,0,1-.009.04.351.351,0,0,1,0,.037c0,.019,0,.039-.007.062s0,.042-.007.06a.351.351,0,0,0,0,.037v.544a.3.3,0,0,0,.014.042.133.133,0,0,1,.01.028.373.373,0,0,0,.03.031.357.357,0,0,1,.042.05c.015.018.027.036.04.051a.2.2,0,0,1,.023.033c0,.009.009.024.017.044a.568.568,0,0,1,.021.066c.006.023.012.046.016.068a.271.271,0,0,0,.012.042.118.118,0,0,1-.044.087.428.428,0,0,1-.092.051.647.647,0,0,1-.1.035.575.575,0,0,0-.082.028.06.06,0,0,0-.029.017c-.011.011-.025.021-.039.033l-.04.032c-.013.011-.02.017-.023.017-.034.013-.063.022-.085.028l-.063.019-.045.014a.335.335,0,0,0-.068.014.488.488,0,0,0-.063.019.1.1,0,0,0-.026.01.175.175,0,0,0-.042.023.337.337,0,0,1-.04.023.092.092,0,0,1-.023.009.4.4,0,0,1-.073.01l-.124.009-.125.011a.58.58,0,0,0-.072.012.348.348,0,0,0-.052.008l-.077.016c-.026.006-.052.012-.075.019l-.049.014H764.84a.418.418,0,0,1-.214-.066,1.013,1.013,0,0,0-.208-.1c-.062-.016-.116-.029-.159-.037a.42.42,0,0,1-.132-.057.049.049,0,0,1-.02-.01.181.181,0,0,1-.036-.023l-.046-.032-.039-.015-.06-.021-.062-.021a.1.1,0,0,1-.037-.019.328.328,0,0,1-.134-.1.822.822,0,0,0-.124-.12.335.335,0,0,0-.037-.033l-.049-.04-.049-.038-.029-.02a.157.157,0,0,0-.03-.019c-.017-.01-.037-.019-.059-.031a.477.477,0,0,0-.063-.027.149.149,0,0,1-.04-.022l-.019-.028-.03-.052c-.011-.019-.021-.036-.03-.054l-.02-.035-.018-.009a.023.023,0,0,1-.014-.023c-.041-.051-.081-.106-.122-.164a1.34,1.34,0,0,1-.107-.188.339.339,0,0,1-.015-.068c-.006-.039-.009-.062-.009-.068a1.582,1.582,0,0,0-.132-.244,1.977,1.977,0,0,1-.135-.244.6.6,0,0,1-.042-.137c-.01-.049-.019-.1-.027-.149l-.023-.149A.731.731,0,0,0,762.431,300.535Z" style="fill: #bc9e76"/> <path d="M774.389,303.17h-.531l-.058,0-.109-.012-.114-.011-.065,0-.251,0c-.117,0-.241,0-.372,0s-.265,0-.38,0l-.239,0a.513.513,0,0,1-.068-.072.154.154,0,0,1-.031-.092.13.13,0,0,1,.01-.059c.006-.011.017-.033.033-.068a.15.15,0,0,1,.016-.051.08.08,0,0,1,.04-.047l.04,0c.02,0,.041-.007.063-.009l.061-.009a.106.106,0,0,0,.033-.01.238.238,0,0,0,.042-.023l.06-.042c.023-.016.043-.031.062-.042l.037-.024a.067.067,0,0,1,.03-.012.444.444,0,0,1,.059-.011c.022,0,.043-.006.063-.008l.04,0a.026.026,0,0,0,.019-.014.085.085,0,0,0,.01-.014v-.164a1.355,1.355,0,0,0-.024-.253c-.015-.084-.035-.168-.058-.251s-.048-.164-.074-.244-.046-.157-.065-.232a.608.608,0,0,1-.014-.061c-.006-.031-.014-.066-.023-.1a.994.994,0,0,1-.023-.1.546.546,0,0,0-.015-.06.109.109,0,0,0-.009-.033.409.409,0,0,1-.018-.049c-.007-.018-.013-.033-.02-.049a.145.145,0,0,1-.009-.028c-.01-.029-.018-.058-.028-.089a.8.8,0,0,0-.035-.09.3.3,0,0,0-.052-.072.15.15,0,0,0-.077-.04l-.054-.012c-.023,0-.048-.009-.073-.012l-.068-.007a.416.416,0,0,0-.044,0l-.029.019a.116.116,0,0,1-.027.014l-.052.014a.209.209,0,0,1-.052.009h-.257c-.116,0-.234,0-.354.007a3.113,3.113,0,0,0-.331.031.088.088,0,0,0-.037.019.1.1,0,0,1-.028.013.742.742,0,0,1-.078.01l-.117.009-.12.01-.074,0-.033.032-.127.713a.5.5,0,0,0-.094.157.744.744,0,0,0-.037.171c-.006.059-.01.119-.012.178a1.08,1.08,0,0,1-.021.178.179.179,0,0,1-.033.071.445.445,0,0,1-.038.055l.038.076a.278.278,0,0,1,.031.044c.013.024.022.039.025.044a.555.555,0,0,0,.055.015l.082.021c.027.007.055.015.079.023l.052.017.182.042a.959.959,0,0,1,.2.068.5.5,0,0,1,.164.115.248.248,0,0,1,.069.178v.08l-.022.03a.286.286,0,0,1-.037.042.438.438,0,0,1-.04.037.082.082,0,0,1-.033.022l-.185,0-.272.011-.272.012c-.085,0-.147,0-.185,0h-1.3a.1.1,0,0,1-.019-.035.091.091,0,0,0-.024-.04,1.392,1.392,0,0,0-.032-.159.724.724,0,0,1-.024-.179.1.1,0,0,1,.071-.1c.047-.02.089-.037.126-.05l.033,0,.063-.006.066-.01a.186.186,0,0,0,.04-.009,1.307,1.307,0,0,0,.119-.057l.144-.072.124-.063c.036-.019.055-.031.058-.033l.047-.076v-.454c.031,0,.059-.027.082-.073a1.139,1.139,0,0,0,.064-.152c.018-.056.035-.113.05-.168a.507.507,0,0,1,.047-.122l.027-.024c.013-.013.028-.026.044-.04l.043-.04c.011-.013.018-.021.018-.028a.116.116,0,0,0,.009-.042c0-.025.007-.052.01-.082s0-.058.009-.084,0-.043,0-.05.017-.035.032-.07a.173.173,0,0,1,.043-.071l.057-.543a.529.529,0,0,0,.087-.207c.014-.074.027-.148.039-.219a.109.109,0,0,0,.024-.052.321.321,0,0,0,.009-.047c.006-.006.019-.022.037-.045s.032-.038.039-.044.006-.027.011-.054.01-.055.017-.087.012-.061.015-.091l.012-.068v-.132c0-.008.012-.026.027-.051s.028-.051.042-.079.028-.055.042-.08.022-.041.026-.047a.118.118,0,0,0,.014-.036c0-.02.012-.041.018-.063s.012-.042.017-.061a.165.165,0,0,0,.007-.037c.006-.009.014-.027.026-.051s.021-.052.032-.08a.812.812,0,0,0,.028-.083.2.2,0,0,1,.022-.053,1.866,1.866,0,0,0,.082-.3,2.094,2.094,0,0,1,.082-.314,1.164,1.164,0,0,1,.109-.235.506.506,0,0,0,.074-.253.085.085,0,0,0,.008-.047c0-.025,0-.053,0-.087a.552.552,0,0,1,0-.063c0-.006.012-.022.028-.047s.031-.051.049-.079.032-.055.045-.08a.174.174,0,0,0,.018-.052v-.253a.421.421,0,0,1,.029-.067.391.391,0,0,1,.037-.069.149.149,0,0,0,.037-.023c.01-.006.019-.014.031-.021a.15.15,0,0,0,.025-.021c.05-.031.1-.061.134-.089a1.093,1.093,0,0,1,.117-.075.586.586,0,0,1,.126-.052.649.649,0,0,1,.163-.018c.015,0,.044,0,.088,0l.089,0,.1.085a.179.179,0,0,1,.063.108,1.928,1.928,0,0,1,.073.38,1.782,1.782,0,0,0,.068.365.163.163,0,0,0,.009.043.059.059,0,0,0,.014.023l.021.056a.176.176,0,0,1,.012.042v.164a1.189,1.189,0,0,0,.065.2,1.027,1.027,0,0,1,.062.193c0,.008.008.032.016.07s.016.078.024.121.013.086.018.125.007.063.007.072a.343.343,0,0,1,.014.037l.021.062.022.06c.006.019.011.029.018.029.006.031.018.083.035.154s.037.149.056.228.04.155.059.225.031.119.038.148a2,2,0,0,1,.229.555q.07.288.127.588c0,.006.009.022.019.045s.015.038.018.044c.053.135.1.267.148.4s.1.259.147.391a.3.3,0,0,0-.009.047c0,.022-.006.044-.009.067a.559.559,0,0,1-.012.066q-.007.03-.012.045v.065a.238.238,0,0,0,.027.038l.042.061c.013.021.028.043.042.063s.022.034.025.04a.916.916,0,0,1,.09.2c.018.068.039.133.06.2a1.072,1.072,0,0,0,.082.179.505.505,0,0,0,.158.163s0,.013.016.021.016.015.016.021a.286.286,0,0,1,.073.033.227.227,0,0,0,.059.028.584.584,0,0,0,.077.014l.136.018.135.017c.043,0,.071.007.082.007s.031.015.052.028.044.025.066.04a.245.245,0,0,1,.054.044.077.077,0,0,1,.021.052.387.387,0,0,1-.017.077,1.2,1.2,0,0,1-.042.134,1.01,1.01,0,0,1-.054.127c-.018.037-.034.057-.046.06h-.164a.367.367,0,0,1-.069,0A.171.171,0,0,1,774.389,303.17Zm-3.511-3.366v.01l.014.055a.321.321,0,0,1,.009.047,1.239,1.239,0,0,0,.073.12.671.671,0,0,0,.084.1.377.377,0,0,0,.1.073.3.3,0,0,0,.134.028.371.371,0,0,0,.164-.035.389.389,0,0,1,.164-.035.651.651,0,0,1,.161.019.718.718,0,0,0,.162.018h.034c.011,0,.028-.01.048-.018l.061-.031.057-.031a.1.1,0,0,1,.035-.014.142.142,0,0,0,.028-.088c0-.044.005-.078.005-.1a.568.568,0,0,0-.055-.236,1.822,1.822,0,0,1-.082-.228c-.043-.141-.087-.282-.131-.425s-.088-.283-.13-.424c0-.009-.011-.03-.022-.063s-.023-.07-.037-.112-.027-.084-.04-.124-.023-.071-.028-.089a.472.472,0,0,1-.024-.052c-.01-.025-.018-.052-.028-.08s-.019-.055-.029-.079l-.018-.052c-.013-.034-.021-.055-.024-.061s-.016-.009-.041-.009a.1.1,0,0,0-.076.035.428.428,0,0,0-.058.082.461.461,0,0,0-.042.1.665.665,0,0,0-.022.084v.093a.1.1,0,0,1-.015.037l-.034.059c-.01.02-.021.04-.033.059a.3.3,0,0,1-.02.033c0,.01,0,.029,0,.058s0,.062-.007.1-.006.066-.009.094a.436.436,0,0,0,0,.052.657.657,0,0,1-.085.2.606.606,0,0,0-.079.192c0,.006,0,.02,0,.042s-.006.046-.009.072l-.009.074a.182.182,0,0,1-.01.042.189.189,0,0,0-.019.032l-.03.063q-.017.036-.033.066l-.021.04-.009.075c0,.022-.006.044-.01.066a.418.418,0,0,0,0,.056Z" style="fill: #bc9e76"/> <path d="M775.523,301.018a.2.2,0,0,1,.046-.138.342.342,0,0,1,.116-.085.612.612,0,0,1,.147-.042c.053-.008.1-.013.146-.017a.473.473,0,0,1,.072,0h.246l.07,0c.019,0,.07,0,.151-.008l.258-.012.257-.012c.081,0,.131-.007.15-.01h.384a.644.644,0,0,1,.223.171q.087.106.171.228a.026.026,0,0,1,.007.015.069.069,0,0,0,.012.018.072.072,0,0,0,.014.024.521.521,0,0,1-.042.2.979.979,0,0,1-.085.169.36.36,0,0,1-.126.1.648.648,0,0,0-.14.094c-.02,0-.052,0-.1,0l-.147.009-.146.009c-.046,0-.077,0-.1,0h-.088l-.091,0-.157-.009-.158-.009c-.049,0-.079,0-.092,0h-.281c-.015,0-.039,0-.07,0l-.1-.012-.1-.011c-.033,0-.057-.005-.073-.005a.516.516,0,0,1-.215-.077.326.326,0,0,1-.111-.134.559.559,0,0,1-.042-.183c0-.068-.009-.143-.011-.224Z" style="fill: #bc9e76"/> <path d="M753.372,314.326q-.37,0-.745,0c-.25,0-.5,0-.76,0h-.721a.738.738,0,0,1-.1-.037.137.137,0,0,1-.056-.05.179.179,0,0,1-.023-.075.9.9,0,0,1,0-.114.682.682,0,0,1,.07-.286,2.01,2.01,0,0,1,.171-.3c.068-.1.139-.19.213-.278s.14-.165.193-.234a.773.773,0,0,1,.051-.072c.026-.034.041-.053.047-.059a.2.2,0,0,0,.019-.03l.03-.054.033-.052a.2.2,0,0,1,.022-.028s.013-.014.042-.033a.2.2,0,0,0,.047-.037.135.135,0,0,0,.032-.026.045.045,0,0,0,.012-.026.111.111,0,0,1,.009-.032.37.37,0,0,1,.022-.047l.051-.109c.022-.046.044-.093.068-.14s.045-.091.063-.131.032-.065.038-.075.023-.022.051-.045l.052-.044c.081-.094.169-.2.265-.319s.177-.228.246-.329a.416.416,0,0,0,.04-.072.466.466,0,0,1,.035-.068q.2-.3.415-.59t.429-.582a.14.14,0,0,0,.032-.037l.04-.061c.015-.022.026-.042.038-.058a.1.1,0,0,0,.016-.032.177.177,0,0,0,.021-.055.321.321,0,0,0,.012-.052.065.065,0,0,0,.021-.03q.012-.027.021-.027a.379.379,0,0,1,.047-.067c.028-.036.058-.074.092-.115s.063-.079.093-.115.049-.058.059-.068l.117-.147a1.689,1.689,0,0,0,.114-.167,1.035,1.035,0,0,0,.09-.183.526.526,0,0,0,.035-.192v-.047a.2.2,0,0,0,0-.044.036.036,0,0,0-.028-.03,1.468,1.468,0,0,1-.229-.04.852.852,0,0,0-.221-.031.31.31,0,0,0-.044,0,.209.209,0,0,1-.031,0,.163.163,0,0,0-.044.017.148.148,0,0,1-.045.016h-.431a.259.259,0,0,1-.047-.016.377.377,0,0,0-.047-.017h-.066l-.086,0-.145.012c-.052,0-.1.009-.144.011l-.079,0h-.042a1.846,1.846,0,0,1-.263-.018,1.847,1.847,0,0,0-.262-.019.392.392,0,0,0-.183.044.707.707,0,0,0-.155.111,1.039,1.039,0,0,0-.131.147c-.041.055-.076.107-.108.157a.354.354,0,0,0-.014.033l-.019.033a.232.232,0,0,1-.065.03l-.066.026a.143.143,0,0,1-.014.04c-.009.02-.019.042-.029.066s-.018.045-.027.065a.189.189,0,0,1-.019.035.236.236,0,0,1-.078.061l-.135.078a1.474,1.474,0,0,1-.141.067.31.31,0,0,1-.092.029c-.05,0-.081-.013-.094-.037a.266.266,0,0,1-.018-.1,1.709,1.709,0,0,1,.028-.291,2.411,2.411,0,0,1,.071-.29.527.527,0,0,1,.025-.063c.015-.034.028-.069.043-.106s.026-.072.037-.1a.263.263,0,0,0,.017-.061.163.163,0,0,0,.011-.045c0-.026.009-.054.012-.082l.009-.079a.343.343,0,0,0,0-.047.4.4,0,0,1,.023-.07.507.507,0,0,1,.042-.089,1.473,1.473,0,0,0,.057-.139.67.67,0,0,1,.07-.142.481.481,0,0,1,.1-.114.231.231,0,0,1,.147-.046l.01,0h.014a.052.052,0,0,0,.023,0l.164.3.028.01a.122.122,0,0,1,.034.014c.062.028.118.05.169.068a1.2,1.2,0,0,0,.144.04,1.359,1.359,0,0,0,.15.02c.053,0,.116.007.188.007a1.91,1.91,0,0,0,.373-.035,1.972,1.972,0,0,1,.372-.035,1.237,1.237,0,0,1,.293.033,1.391,1.391,0,0,1,.265.1h1.444l.042,0L755.4,308l.066-.012.044,0h.047a.341.341,0,0,1,.125.026.544.544,0,0,1,.126.067.42.42,0,0,1,.1.1.194.194,0,0,1,.037.114v.019c0,.019-.013.043-.021.07s-.015.057-.021.085-.012.053-.018.075a.136.136,0,0,1-.015.037.1.1,0,0,1-.013.024l-.036.045c-.014.016-.027.035-.04.053a.2.2,0,0,1-.033.042l-.049.045a.326.326,0,0,1-.033.031l-.02.018c-.013.016-.045.059-.1.129l-.164.228c-.058.081-.113.157-.166.227s-.088.114-.1.133a1.4,1.4,0,0,1-.175.207,1.1,1.1,0,0,0-.171.215.349.349,0,0,0-.033.059c-.015.033-.033.068-.051.1l-.052.1-.028.057a.5.5,0,0,1-.042.047l-.071.07c-.025.025-.049.048-.07.071a.274.274,0,0,0-.042.047c-.007,0-.017.013-.03.032s-.031.04-.047.063-.034.048-.05.072-.028.044-.037.057l-.019.033-.019.033a.224.224,0,0,1-.026.033c-.013.015-.03.032-.048.049s-.038.034-.055.051a.147.147,0,0,1-.035.031,2.654,2.654,0,0,0-.164.237c-.053.086-.106.169-.159.25a.108.108,0,0,0-.012.026.307.307,0,0,1-.017.042l-.018.042a.11.11,0,0,0-.009.027c-.044.052-.091.1-.141.154a.7.7,0,0,0-.127.169.087.087,0,0,0-.013.025c-.007.015-.013.031-.02.05s-.012.036-.016.054a.189.189,0,0,0-.007.035.16.16,0,0,0-.039.047c-.018.024-.03.042-.036.052l-.04.037-.063.058-.061.059a.19.19,0,0,0-.033.037l-.042.07c-.022.038-.046.078-.073.122s-.051.085-.072.122a.228.228,0,0,1-.047.066c0,.007-.008.018-.024.035l-.048.054c-.018.019-.036.035-.052.05l-.035.025a.366.366,0,0,1-.029.042c-.015.022-.033.047-.051.075l-.059.085c-.021.027-.036.05-.049.065-.025.032-.058.076-.1.131s-.08.117-.117.179a2.082,2.082,0,0,0-.1.185.362.362,0,0,0-.042.147v0a.059.059,0,0,0,.016.033c.011.013.024.026.037.04s.029.027.042.037l.032.022h.032a.179.179,0,0,0,.047-.017.23.23,0,0,1,.042-.016h.043a.328.328,0,0,1,.06.016.38.38,0,0,0,.061.017h.267c.084.006.168.012.251.015s.166.008.251.008a1.765,1.765,0,0,0,.412-.047,1.778,1.778,0,0,1,.4-.046.666.666,0,0,1,.089.006l.065.007a.151.151,0,0,1,.035.01l.064.018.061.019a.209.209,0,0,0,.037.01l.029-.01.049-.019.049-.018a.1.1,0,0,1,.033-.01,1.042,1.042,0,0,1,.155-.03l.182-.026a1.3,1.3,0,0,0,.178-.038.318.318,0,0,0,.136-.07.787.787,0,0,1,.068-.07c.034-.031.068-.065.1-.1l.1-.1c.028-.03.046-.049.056-.058a.829.829,0,0,0,.1-.162c.032-.068.067-.134.1-.2a.8.8,0,0,1,.124-.169.213.213,0,0,1,.157-.071.158.158,0,0,1,.078.027.413.413,0,0,1,.084.065.482.482,0,0,1,.068.084.162.162,0,0,1,.028.087v.558a.845.845,0,0,1,.049.087.2.2,0,0,1,.026.1v0a1.779,1.779,0,0,0-.054.183.811.811,0,0,1-.056.164.437.437,0,0,1-.094.131.351.351,0,0,1-.162.084h-.309c-.131,0-.259,0-.384-.016s-.253-.016-.385-.016a.78.78,0,0,0-.159.016.736.736,0,0,1-.164.016,5.279,5.279,0,0,1-.631-.037A5.262,5.262,0,0,0,753.372,314.326Z" style="fill: #bc9e76"/> <path d="M758.51,314.3c-.166,0-.329.008-.49.021s-.323.022-.486.022H757.5c-.038-.007-.085-.014-.141-.022a.644.644,0,0,1-.162-.042.416.416,0,0,1-.131-.082.183.183,0,0,1-.053-.14.376.376,0,0,1,0-.052.081.081,0,0,1,.028-.052.091.091,0,0,1,.047-.023.264.264,0,0,1,.052-.009c.087-.01.174-.016.262-.02a1.71,1.71,0,0,0,.258-.027.962.962,0,0,0,.241-.08.634.634,0,0,0,.209-.169,3.193,3.193,0,0,1,.014-.4c.013-.133.019-.265.019-.4a.542.542,0,0,0-.017-.144.565.565,0,0,1-.016-.137v-.084a.362.362,0,0,1,0-.047c0-.021.008-.046.012-.072s.009-.051.012-.073a.263.263,0,0,0,0-.042v-.7a.247.247,0,0,1,0-.036c0-.017.007-.035.012-.053s.009-.035.012-.05l0-.026,0-.048c0-.028,0-.058,0-.092s0-.068,0-.1,0-.06,0-.079,0-.035,0-.068,0-.067,0-.1,0-.066,0-.1l0-.059a.368.368,0,0,0-.012-.07.377.377,0,0,0-.021-.071v-.038a.268.268,0,0,1,.038-.14.317.317,0,0,0,.037-.155v-.056a.312.312,0,0,0-.01-.082.257.257,0,0,0-.032-.077V309.7a2.713,2.713,0,0,1,.02-.328,2.277,2.277,0,0,0,.022-.318v-.066a.091.091,0,0,1-.012-.026c0-.014-.01-.028-.014-.042s-.01-.034-.016-.058a.266.266,0,0,1,.016-.074.219.219,0,0,1,.026-.058v-.033a.255.255,0,0,0-.066-.164.317.317,0,0,0-.135-.1c-.029,0-.079-.011-.151-.024s-.146-.025-.224-.04l-.223-.039c-.07-.012-.12-.022-.149-.028a.312.312,0,0,1-.17-.089.267.267,0,0,1-.059-.187.171.171,0,0,1,.082-.153.615.615,0,0,1,.19-.08,1.154,1.154,0,0,1,.22-.03c.075,0,.133,0,.174,0h.047a.816.816,0,0,1,.091.01l.155.018.152.019c.047.006.076.01.089.01a.29.29,0,0,0,.089.009h.276a.4.4,0,0,0,.1-.009.252.252,0,0,0,.115.037c.042,0,.074,0,.1,0a1.786,1.786,0,0,0,.37-.038,1.9,1.9,0,0,1,.39-.037h.262a.787.787,0,0,0,.118.063,1.207,1.207,0,0,1,.114.056.291.291,0,0,1,.089.078.215.215,0,0,1,.035.131.257.257,0,0,1-.014.082.422.422,0,0,1-.04.087.235.235,0,0,1-.063.07.134.134,0,0,1-.079.028c-.07.012-.138.022-.206.028s-.141.009-.216.009-.156,0-.23-.009-.152-.016-.23-.028c-.006,0-.012.007-.016.021a.113.113,0,0,0-.008.035.255.255,0,0,0,0,.035.463.463,0,0,1,.007.052q0,.026.012.072v.075a.258.258,0,0,1-.016.094c-.012.028-.022.057-.033.085l-.033.082a.22.22,0,0,0-.016.086v.066a.236.236,0,0,1,.021.056.12.12,0,0,0,.021.052v.258a.188.188,0,0,0,.014.042.251.251,0,0,1,.018.056c.007.084.012.164.017.24s.007.157.007.248a.929.929,0,0,1-.049.3.963.963,0,0,0-.049.307v.01l.016.035c.008.017.016.036.026.059s.017.043.024.063a.234.234,0,0,1,.008.039V311a1.576,1.576,0,0,1-.037.35,1.619,1.619,0,0,0-.037.348q0,.231.021.453c.014.149.021.3.021.448v.4a.4.4,0,0,0-.021.087.3.3,0,0,1-.021.077l0,.025a.426.426,0,0,1-.011.042.4.4,0,0,0-.012.043l0,.026c0,.006,0,.022,0,.049s.006.056.009.089.006.064.009.094a.342.342,0,0,0,.01.063.219.219,0,0,0,.047.1.23.23,0,0,0,.074.059.357.357,0,0,0,.094.03l.108.024q0,.009.036.018l.063.022.062.021a.291.291,0,0,1,.041.014c.015,0,.044.006.086.01l.136.008.139.01c.044,0,.075,0,.094,0a.125.125,0,0,1,.053.056.176.176,0,0,1,.012.07v.042a.267.267,0,0,1-.04.16,1.14,1.14,0,0,1-.119.126.072.072,0,0,0-.038.017.134.134,0,0,1-.028.016H759.9c-.234-.015-.465-.038-.695-.065A5.558,5.558,0,0,0,758.51,314.3Z" style="fill: #bc9e76"/> <path d="M761.355,314.326a.689.689,0,0,0-.091-.018.3.3,0,0,1-.073-.017.085.085,0,0,1-.049-.037.159.159,0,0,1-.017-.082.261.261,0,0,1,.01-.082.443.443,0,0,1,.047-.1.362.362,0,0,1,.187-.132,1.473,1.473,0,0,1,.227-.046,2.055,2.055,0,0,0,.22-.038.249.249,0,0,0,.163-.108.269.269,0,0,1,.018-.042.508.508,0,0,1,.03-.052.561.561,0,0,0,.04-.065v-.951a.158.158,0,0,0,.021-.045.209.209,0,0,0,.012-.044v-.333a.328.328,0,0,1,0-.038c0-.019.006-.038.011-.059l.015-.058a.294.294,0,0,0,.007-.038v-.164a.527.527,0,0,0-.007-.087l-.015-.067c0-.022-.008-.044-.011-.066a.583.583,0,0,1,0-.079V311.4a.08.08,0,0,0,.009-.035c0-.016.007-.035.012-.053s.009-.036.012-.049l0-.027c0-.015,0-.051,0-.107s0-.116.007-.179.007-.12.011-.173a.98.98,0,0,1,.012-.1.248.248,0,0,1,.015-.052.294.294,0,0,0,.013-.056v-.324c0-.024.008-.074.015-.147s.012-.152.019-.235.012-.161.018-.236.01-.128.01-.159a.21.21,0,0,0,.025-.064.343.343,0,0,0,.017-.068.71.71,0,0,0-.03-.194.8.8,0,0,0-.087-.19.769.769,0,0,0-.136-.16.519.519,0,0,0-.179-.1.428.428,0,0,0-.047-.011l-.079-.017-.08-.018a.234.234,0,0,1-.052-.019l-.023-.019c-.013-.009-.025-.02-.04-.031l-.042-.03-.025-.019-.029-.006a.333.333,0,0,0-.052-.012l-.051-.01-.028,0a.305.305,0,0,1-.1-.07,1.411,1.411,0,0,1-.119-.124,1.343,1.343,0,0,1-.1-.131.215.215,0,0,1-.042-.1.122.122,0,0,1,0-.037.049.049,0,0,1,0-.023.219.219,0,0,1,.025-.045c.015-.021.031-.041.047-.064s.034-.042.05-.06a.179.179,0,0,1,.037-.037.609.609,0,0,0,.07-.017.4.4,0,0,1,.094-.016h.722a.458.458,0,0,1,.1-.022l.089,0a.413.413,0,0,1,.2.049.718.718,0,0,1,.158.122,1.748,1.748,0,0,1,.133.159,1.405,1.405,0,0,0,.129.157.206.206,0,0,0,.037.04l.071.071.07.072.042.043a.559.559,0,0,1,.1.164.564.564,0,0,0,.1.164,1.012,1.012,0,0,0,.19.18,1.558,1.558,0,0,1,.2.176,2.364,2.364,0,0,1,.187.239c.069.1.141.194.216.293s.15.188.225.269a.672.672,0,0,0,.221.169,2.631,2.631,0,0,0,.316.459,3.654,3.654,0,0,0,.392.395l.074.138a.626.626,0,0,0,.09.128.422.422,0,0,0,.1.071,1.247,1.247,0,0,1,.114.061.392.392,0,0,1,.1.077.188.188,0,0,1,.044.115c.016.012.042.037.08.073s.076.075.117.117l.114.119a.854.854,0,0,0,.079.075.619.619,0,0,1,.065.089.355.355,0,0,0,.052.075.19.19,0,0,0,.067.052.261.261,0,0,0,.111.019.3.3,0,0,0,.08-.01c.024-.006.04-.027.046-.065a2.217,2.217,0,0,0,.1-.372,2.167,2.167,0,0,0,.033-.387V311.2s0-.027-.011-.063a.421.421,0,0,1-.012-.072.147.147,0,0,1-.01-.071c0-.044,0-.088,0-.133s0-.072,0-.078a1.121,1.121,0,0,1-.014-.15c0-.068-.007-.142-.01-.218s0-.147-.009-.213-.006-.111-.009-.136,0-.045,0-.079-.006-.071-.01-.109l-.009-.105a.285.285,0,0,0-.009-.063.2.2,0,0,0-.012-.056.13.13,0,0,0-.021-.047v-.811a.109.109,0,0,0-.009-.033.066.066,0,0,0-.024-.033,1.739,1.739,0,0,0-.171-.267.42.42,0,0,0-.246-.164.335.335,0,0,1-.04-.007l-.06-.014-.059-.014-.038-.012a.079.079,0,0,1-.025-.012.226.226,0,0,1-.042-.026l-.04-.025a.079.079,0,0,0-.024-.012,1.047,1.047,0,0,1-.152-.127.235.235,0,0,1-.05-.187.184.184,0,0,1,.033-.089.3.3,0,0,1,.131-.1l.047-.017h.04c.02,0,.042,0,.063,0h.084l1.032.066a3.307,3.307,0,0,0,.443-.033,3.172,3.172,0,0,1,.447-.033s.016.006.045.009a.108.108,0,0,1,.054.014.389.389,0,0,0,.1.022.2.2,0,0,1,.07.013.083.083,0,0,1,.042.05.369.369,0,0,1,.015.126.2.2,0,0,1-.04.127.372.372,0,0,1-.1.087.713.713,0,0,1-.132.058l-.126.042a.521.521,0,0,0-.066.022.656.656,0,0,0-.079.03c-.026.013-.058.029-.1.052a1.007,1.007,0,0,0-.114.074c-.026.026-.05.051-.074.078s-.043.047-.058.063a.265.265,0,0,0-.063.127c-.014.056-.024.106-.031.15,0,.025,0,.067,0,.124s-.007.119-.01.185,0,.129-.009.187-.006.1-.009.127v.412a.2.2,0,0,1-.017.05.241.241,0,0,0-.016.049v.155a.8.8,0,0,0,.021.2.91.91,0,0,1,.021.207v.089a.426.426,0,0,1-.009.086.221.221,0,0,1-.033.078v.558a.13.13,0,0,1,0,.032c0,.016,0,.033-.007.052a.385.385,0,0,1-.007.052l0,.028v.454a.351.351,0,0,1-.016.064.3.3,0,0,0-.016.073.329.329,0,0,0-.01.06c0,.029-.007.058-.012.089s-.008.061-.011.087a.223.223,0,0,1-.01.054v.211a2.114,2.114,0,0,0,.038.4,2.139,2.139,0,0,1,.037.4v.023a.3.3,0,0,1-.016.073.326.326,0,0,0-.016.068.223.223,0,0,0-.01.082v.256a.236.236,0,0,0,.01.084c-.044.044-.087.089-.129.134a.213.213,0,0,1-.157.068.054.054,0,0,1-.024,0,.022.022,0,0,1-.014,0,.762.762,0,0,1-.235-.122,1.38,1.38,0,0,1-.189-.178c-.058-.065-.113-.134-.166-.206s-.108-.14-.164-.207l-.073-.082-.124-.133c-.044-.046-.084-.09-.122-.131l-.071-.076a3.952,3.952,0,0,1-.318-.4q-.145-.212-.31-.408a.064.064,0,0,0-.023-.042l-.054-.042c-.026-.023-.055-.046-.085-.07l-.082-.071-.047-.043a.284.284,0,0,1-.023-.039l-.039-.073c-.015-.024-.029-.049-.043-.072s-.023-.038-.026-.045a.035.035,0,0,1-.013-.014q-.015-.015-.015-.018s-.012-.007-.025-.02l-.05-.039-.054-.043a.129.129,0,0,0-.035-.025.325.325,0,0,1-.061-.073.672.672,0,0,1-.042-.085c-.012-.029-.026-.059-.04-.089a.425.425,0,0,0-.053-.082s-.018-.021-.043-.046l-.079-.082-.082-.083a.435.435,0,0,0-.054-.046.334.334,0,0,1-.038-.049.152.152,0,0,1-.028-.05.242.242,0,0,0-.059-.056l-.07-.045c-.024-.013-.046-.028-.068-.042a.354.354,0,0,1-.061-.049.148.148,0,0,1-.016-.031.38.38,0,0,0-.031-.053c-.012-.019-.024-.037-.035-.052a.089.089,0,0,0-.026-.028.144.144,0,0,0-.023-.033l-.033-.038-.036-.02a.551.551,0,0,1-.05-.038c-.018-.014-.034-.028-.05-.042s-.024-.025-.024-.031a.215.215,0,0,1-.051-.042l-.082-.082-.082-.082a.477.477,0,0,0-.051-.047.585.585,0,0,0-.073-.075.147.147,0,0,0-.091-.028.116.116,0,0,0-.092.05.485.485,0,0,0-.068.114.757.757,0,0,0-.044.132.453.453,0,0,0-.017.1c0,.044,0,.079,0,.106s0,.054,0,.082v.124q0,.04,0,.078c0,.024,0,.056,0,.094a.32.32,0,0,0,.01.058c.006.03.012.061.018.094s.013.063.019.091a.483.483,0,0,1,.01.052.208.208,0,0,1,.009.077v.138c0,.056,0,.115,0,.176s0,.118,0,.171,0,.1,0,.141,0,.068,0,.084.011.055.015.073a.437.437,0,0,1,.012.052.149.149,0,0,1,.005.035c0,.006,0,.034,0,.084s0,.092,0,.127a1.032,1.032,0,0,1-.022.22,1.184,1.184,0,0,0-.02.22.782.782,0,0,0,.015.148.687.687,0,0,1,.017.157.32.32,0,0,1-.017.107.411.411,0,0,0-.015.113.481.481,0,0,0,.079.307.441.441,0,0,0,.206.138,1.356,1.356,0,0,0,.277.059,1.074,1.074,0,0,1,.29.073.374.374,0,0,1,.136.094c.035.037.075.084.122.14a.118.118,0,0,1,.038.064.492.492,0,0,1,0,.072v.084a.058.058,0,0,1-.042.017l-.06,0-.062,0a.052.052,0,0,0-.037.012c-.037.016-.069.028-.1.037a.554.554,0,0,1-.075.022.318.318,0,0,1-.068.006h-.183a2.081,2.081,0,0,1-.316-.023,2.094,2.094,0,0,0-.317-.023,2.505,2.505,0,0,0-.349.023,2.438,2.438,0,0,1-.34.023h-.079l-.092-.009-.141-.007c-.048,0-.094,0-.137-.007A.477.477,0,0,1,761.355,314.326Z" style="fill: #bc9e76"/> <path d="M768.831,314.111a.239.239,0,0,1,.062-.143.185.185,0,0,1,.154-.077c.022,0,.052,0,.089,0s.074-.005.108-.005c.094,0,.158,0,.195.005l.063,0h.052c.04,0,.083,0,.129,0a.8.8,0,0,0,.131-.019.372.372,0,0,0,.112-.042.126.126,0,0,0,.063-.08v-.234c0-.138,0-.271.007-.4s.014-.255.027-.383c0-.032.011-.063.018-.092s.016-.067.028-.111a.314.314,0,0,1,0-.07c0-.068,0-.127,0-.176s.006-.114.012-.2a.1.1,0,0,1,0-.032.071.071,0,0,1,.01-.023c0-.063,0-.125,0-.188s.008-.125.014-.187a.414.414,0,0,1-.016-.083.712.712,0,0,0-.017-.1.551.551,0,0,1-.009-.066l-.009-.093c0-.032-.006-.06-.01-.084s0-.041,0-.047v-.521a.127.127,0,0,1-.017-.058.855.855,0,0,1-.006-.1q0-.046.006-.132c0-.055,0-.111.007-.166s.006-.1.007-.145l0-.069a.189.189,0,0,1,0-.032.159.159,0,0,1,.015-.042l.008-.047a.137.137,0,0,0,0-.033.385.385,0,0,0-.009-.08c-.006-.027-.014-.056-.023-.084a.546.546,0,0,1-.023-.159v-.139a1.015,1.015,0,0,1,.008-.138c0-.044.007-.089.01-.138s0-.1,0-.139,0-.075,0-.124-.007-.1-.01-.152a1.131,1.131,0,0,1-.008-.136v-.1a.183.183,0,0,0-.085-.089.64.64,0,0,0-.138-.053.861.861,0,0,0-.155-.029c-.052,0-.093-.006-.124-.006a.278.278,0,0,0-.054.006.313.313,0,0,0-.054.017l-.058.014a.387.387,0,0,1-.064,0,.929.929,0,0,1-.136-.012.754.754,0,0,1-.152-.04.36.36,0,0,1-.122-.075.158.158,0,0,1-.05-.118.663.663,0,0,1,0-.088.049.049,0,0,1,.042-.042l.108-.026a.965.965,0,0,1,.136-.021c.028,0,.081.006.159.01s.163.007.253.013.168.01.249.012.139,0,.173,0a.511.511,0,0,0,.127.028c.041,0,.1,0,.183,0a.372.372,0,0,0,.042-.01l.07-.013a.1.1,0,0,1,.026-.01h.583l.032,0a.43.43,0,0,0,.058-.012.206.206,0,0,1,.047-.013l.042-.01h1.425l.127,0c.068,0,.137.008.206.018a.8.8,0,0,0,.141.014,2.027,2.027,0,0,0,.248-.014c.044-.006.085-.012.124-.016a.944.944,0,0,1,.12-.007,1.481,1.481,0,0,1,.224.016.443.443,0,0,1,.1.021l.059,0c.029,0,.061.007.1.009l.094.009a.267.267,0,0,1,.052.01.187.187,0,0,1,.124.1.435.435,0,0,1,.054.143,1.173,1.173,0,0,1,.028.183c0,.05,0,.106,0,.169v.241c0,.063,0,.117,0,.159s-.006.076-.009.1-.007.051-.01.077c-.006.053-.012.1-.02.152s-.012.075-.012.082v.131a.411.411,0,0,1-.01.085.2.2,0,0,1-.037.079.185.185,0,0,1-.05.005h-.048a.273.273,0,0,1-.181-.089,1.476,1.476,0,0,1-.186-.209c-.058-.079-.113-.159-.161-.239a2.081,2.081,0,0,1-.105-.185c-.007-.015-.018-.042-.033-.08s-.035-.078-.056-.122-.034-.078-.055-.124a.222.222,0,0,0-.044-.077.469.469,0,0,0-.082-.092.182.182,0,0,0-.12-.054h-.81a1.018,1.018,0,0,0-.3-.058c-.107,0-.214-.01-.324-.017-.056,0-.113,0-.168,0l-.165-.009a.267.267,0,0,1-.08-.012l-.075-.022-.082-.027a.264.264,0,0,0-.086-.015.111.111,0,0,0-.078.047.77.77,0,0,0-.062.085c-.016.016-.024.028-.024.037a1.114,1.114,0,0,1,.009.169v.483a.9.9,0,0,1-.009.159.457.457,0,0,1-.023.155c-.007.029-.014.057-.022.087a.431.431,0,0,0-.011.109c0,.026.012.055.018.087a.873.873,0,0,0,.024.092c.015.056.029.114.04.173a1.19,1.19,0,0,1,.016.2c0,.037,0,.076,0,.116s-.008.08-.013.124l-.024.239v.164l.024.042a.218.218,0,0,0,.072.009c.049,0,.087,0,.115,0a.3.3,0,0,0,.091.009h.3a.41.41,0,0,0,.1-.009l.01,0a.02.02,0,0,0,.014,0,.193.193,0,0,0,.07.029.686.686,0,0,0,.148,0,.73.73,0,0,0,.073-.015.407.407,0,0,0,.068-.014.327.327,0,0,1,.1-.009l.047.009.045.009a.118.118,0,0,0,.035,0,.555.555,0,0,0,.062.015.408.408,0,0,0,.059,0,.165.165,0,0,0,.1-.033.281.281,0,0,0,.075-.082.482.482,0,0,0,.049-.108.939.939,0,0,0,.029-.109c0-.013,0-.038,0-.074s0-.074.006-.114.007-.078.01-.11a.119.119,0,0,1,.014-.059c.016-.044.029-.077.04-.1s.017-.031.017-.021v-.042l.02-.1a.1.1,0,0,1,.068-.078.084.084,0,0,1,.026-.013c.014-.006.031-.013.05-.019s.036-.012.053-.017a.2.2,0,0,1,.193.054.367.367,0,0,1,.077.109v1.171a.551.551,0,0,0,.01.1c0,.038,0,.072.008.1s0,.052,0,.061,0,.06-.013.122-.021.13-.034.2-.026.132-.033.188-.009.091-.009.1a.448.448,0,0,0-.014.113c-.006.044-.012.088-.019.135a.472.472,0,0,1-.032.127.222.222,0,0,1-.07.092.216.216,0,0,1-.132.035.179.179,0,0,1-.122-.04.251.251,0,0,1-.071-.1.554.554,0,0,1-.032-.129.918.918,0,0,1-.01-.136.156.156,0,0,0,0-.035.173.173,0,0,1,0-.03c-.013-.06-.028-.125-.043-.2a1,1,0,0,0-.068-.2.6.6,0,0,0-.112-.164.3.3,0,0,0-.176-.082l-.178-.019c-.053,0-.111-.009-.171-.011a.965.965,0,0,1-.139-.012c-.053,0-.1,0-.145,0s-.085,0-.122,0h-.085a.067.067,0,0,1-.042-.01.105.105,0,0,1-.051-.01.346.346,0,0,0-.066-.013h-.079a.19.19,0,0,0-.08.013.384.384,0,0,0-.052.033.112.112,0,0,1-.02.017l-.027.017a.24.24,0,0,1-.032.013h-.137a.387.387,0,0,1,0,.069v.062a.261.261,0,0,1,0,.035.174.174,0,0,1-.011.032.447.447,0,0,1-.027.067.153.153,0,0,0-.015.054.266.266,0,0,0,0,.038.393.393,0,0,0,.014.06.135.135,0,0,1,.009.047.238.238,0,0,1,.01.05c0,.023.006.048.007.074s0,.053.006.078a.352.352,0,0,1,0,.056.03.03,0,0,1,.01.022v.03c.022.012.032.02.032.023a.977.977,0,0,1,.04.139c.011.048.02.1.027.152,0,.022,0,.066.007.131s0,.137.006.213.006.15.007.221,0,.121,0,.152v.482a.219.219,0,0,0,.063.144.37.37,0,0,0,.132.075.581.581,0,0,0,.164.03c.057,0,.111,0,.161,0h.16a.618.618,0,0,1,.124-.016c.067,0,.176-.007.325-.007a.237.237,0,0,0,.043,0,.267.267,0,0,1,.051,0c.054-.006.11-.012.172-.016a.483.483,0,0,0,.114-.017.041.041,0,0,0,.019,0,.064.064,0,0,1,.019-.008.042.042,0,0,0,.019-.011.284.284,0,0,0,.044-.019.163.163,0,0,1,.031-.014.261.261,0,0,1,.082.026.171.171,0,0,1,.067.04.566.566,0,0,0,.071.007c.028,0,.057,0,.086,0h.3c.031,0,.059,0,.082,0s.035,0,.035-.007l.009,0,.01,0,.009,0a.45.45,0,0,0,.14-.016.454.454,0,0,0,.1-.049.453.453,0,0,1,.047-.033.029.029,0,0,1,.014,0H773.6a.4.4,0,0,1,.1-.038.525.525,0,0,0,.069-.013.573.573,0,0,0,.093-.024.155.155,0,0,0,.061-.033.1.1,0,0,1,.019-.014.1.1,0,0,0,.023-.018l.052-.045c.018-.017.038-.033.056-.049l.049-.042.027-.023.011-.015.016-.037a.278.278,0,0,1,.033-.07c.028-.066.055-.126.08-.181a.968.968,0,0,1,.086-.152.669.669,0,0,1,.117-.127.807.807,0,0,1,.167-.1.06.06,0,0,0,.024,0l.051-.028.026-.012.025-.012.029-.008a.109.109,0,0,1,.058.035c.027.023.04.041.04.053v.165s.008.028.024.075c.012.027.024.056.035.086a.212.212,0,0,1,.016.068v.136c0,.094,0,.2-.011.309s-.015.2-.022.277a.368.368,0,0,1-.107.2.536.536,0,0,1-.186.11.9.9,0,0,1-.224.047q-.12.009-.228.009H773.8a.159.159,0,0,0-.077-.037.693.693,0,0,0-.087,0l-.012,0s-.023.007-.058.015a.583.583,0,0,1-.066.022.1.1,0,0,1-.023,0,.338.338,0,0,1-.094.014l-.136.009c-.047,0-.091.006-.131.008l-.08,0h-2.245a.4.4,0,0,1-.094-.01.718.718,0,0,1-.085-.023.687.687,0,0,1-.086-.026.243.243,0,0,0-.068-.016l-.018,0c-.007,0-.024.007-.052.015a.165.165,0,0,0-.03,0l-.045.01a.128.128,0,0,1-.044.009h-.027a.49.49,0,0,0-.082.012c-.039.007-.085.018-.137.031s-.129.024-.188.037a.673.673,0,0,1-.137.018h-.1l-.653.015c-.006,0-.015-.013-.027-.038a.561.561,0,0,1-.035-.087c-.012-.032-.023-.066-.033-.1s-.018-.06-.022-.076Z" style="fill: #bc9e76"/> </g> <g> <polygon points="778.563 272.542 773.462 278.138 764.082 280.276 756.676 277.15 747.461 266.124 750.588 264.314 755.853 270.567 762.93 270.074 768.031 265.795 774.779 267.934 778.563 272.542" style="fill: #bc9e76"/> <polygon points="766.797 266.783 771.898 268.346 775.19 270.65 777.247 274.023 778.563 272.542 777.165 269.58 773.544 266.536 768.525 265.384 766.797 266.783" style="fill: #bc9e76"/> <polygon points="750.094 264.807 749.415 262.607 748.284 260.694 746.802 260.694 745.568 262.339 746.062 263.491 747.132 264.726 748.448 265.96 749.765 266.042 750.094 264.807" style="fill: #bc9e76"/> <polygon points="748.366 267.276 751.41 281.017 763.094 287.682 770.499 285.049 776.424 272.378 776.259 268.675 775.436 268.016 775.601 272.213 769.594 284.391 763.094 286.612 752.315 280.606 749.106 267.194 748.366 267.276" style="fill: #bc9e76"/> <polygon points="774.284 267.77 774.202 265.713 776.177 263.573 777.658 263.82 778.316 265.548 776.588 268.263 775.107 268.757 774.284 267.77" style="fill: #bc9e76"/> </g> </g> <g id="MagazineHere"> <path d="M788.235,321.615H736.882V250.63l8.293-8.293h34.767l8.293,8.293Zm-50.353-1h49.353V251.044l-7.707-7.707H745.589l-7.707,7.707Z" style="fill: #ef6e55"/> <g> <path d="M748.439,303.1h-.886c-.013,0-.027-.01-.04-.031a.389.389,0,0,1-.04-.07c-.013-.026-.024-.051-.033-.072a.248.248,0,0,1-.014-.038.239.239,0,0,1,.068-.168.194.194,0,0,1,.148-.075l.093,0c.047,0,.1,0,.146,0s.092,0,.136,0l.089,0a.312.312,0,0,1,.035-.022l.03-.017c.01,0,.022-.013.04-.032s.036-.039.057-.061.039-.042.058-.061a.22.22,0,0,0,.037-.042c0-.015,0-.045,0-.087s.007-.088.012-.135.009-.1.012-.139,0-.075,0-.094a.255.255,0,0,0,.02-.075.356.356,0,0,1,.022-.084v-.3a.188.188,0,0,1,.008-.043c.007-.021.013-.045.02-.07s.012-.048.018-.071a.2.2,0,0,0,.009-.042c.023-.106.046-.219.071-.341a1.736,1.736,0,0,0,.038-.347.265.265,0,0,0-.022-.062.217.217,0,0,1-.02-.07v-.3c0-.14,0-.281.013-.422a2.674,2.674,0,0,1,.061-.412l.01-.033c0-.018.012-.039.018-.06l.019-.064a.138.138,0,0,0,.009-.04q0-.024.012-.117t.024-.2c.007-.073.015-.143.023-.208s.012-.109.012-.127l.005-.037c0-.023.007-.046.011-.071s.009-.048.012-.07l0-.038a.151.151,0,0,0-.01-.035.331.331,0,0,0-.023-.052c-.01-.017-.018-.033-.026-.049a.126.126,0,0,1-.011-.028.22.22,0,0,1,.015-.056c.012-.028.019-.046.022-.052a.449.449,0,0,0,.01-.044l.008-.061c0-.02.007-.039.01-.057l0-.03c0-.013,0-.033,0-.063s-.007-.062-.01-.1l-.008-.1c0-.029-.007-.052-.01-.067a.226.226,0,0,0-.171-.085c-.07,0-.136-.008-.194-.014a.134.134,0,0,1-.039-.01.332.332,0,0,1-.058-.023c-.021-.009-.04-.017-.059-.023a.151.151,0,0,0-.037-.009c-.069-.019-.13-.033-.182-.042a.935.935,0,0,1-.144-.038.269.269,0,0,1-.11-.077.5.5,0,0,1-.084-.166c0-.01.009-.022.028-.036a.248.248,0,0,0,.037-.031h.1a.329.329,0,0,0,.056-.009l.094-.023c.034-.01.066-.018.094-.024a.329.329,0,0,1,.056-.009h.543l.036,0a.464.464,0,0,1,.051.011c.017,0,.041.01.073.017h.689a.7.7,0,0,1,.26.176,2.172,2.172,0,0,1,.194.246l.022.028.035.039a.26.26,0,0,1,.03.043.074.074,0,0,1,.012.03c.007,0,.013.022.018.056a.181.181,0,0,0,.024.07.746.746,0,0,0,.1.186.458.458,0,0,1,.082.2c0,.006,0,.025,0,.054l.012.094q.008.05.012.093a.506.506,0,0,1,0,.059,1.034,1.034,0,0,0,.068.15,1.108,1.108,0,0,1,.064.141.343.343,0,0,0,.015.065.367.367,0,0,1,.017.066.166.166,0,0,0,.023.033l.042.049c.016.017.03.034.043.05a.2.2,0,0,0,.024.027.346.346,0,0,1,.011.043c0,.021.008.045.012.07s0,.049.007.073l0,.044a.989.989,0,0,0,.124.274,1.552,1.552,0,0,1,.143.274.241.241,0,0,0,0,.042l.009.071c0,.025.006.049.007.073l0,.044a.35.35,0,0,0,.016.063.372.372,0,0,1,.016.064.15.15,0,0,0,.062.082l.088.052a.335.335,0,0,1,.082.058.121.121,0,0,1,.036.094v.079a.378.378,0,0,1-.017.062.383.383,0,0,0-.017.06l.008.03c0,.018.01.037.016.057s.013.041.019.063l.014.052c.01.022.022.047.037.077a.668.668,0,0,0,.055.087.39.39,0,0,0,.067.073.122.122,0,0,0,.075.03.061.061,0,0,0,.047-.019.133.133,0,0,0,.031-.047l.023-.058a.252.252,0,0,1,.03-.054,1.046,1.046,0,0,1,.134-.129.432.432,0,0,0,.124-.162c0-.016.007-.031.01-.047s.006-.029.01-.042a.135.135,0,0,0,0-.033,1.077,1.077,0,0,1,.051-.152,1.251,1.251,0,0,1,.062-.121c.021-.039.046-.079.072-.118s.054-.084.082-.133a.773.773,0,0,0,.084-.181.868.868,0,0,1,.08-.176l.024-.03a.613.613,0,0,1,.042-.054c.015-.019.03-.036.042-.052l.023-.028a.132.132,0,0,0,.023-.057c.007-.024.012-.049.017-.074s.009-.05.012-.073a.19.19,0,0,1,.014-.054,2.231,2.231,0,0,1,.173-.377,2.894,2.894,0,0,0,.188-.378.565.565,0,0,0,.05-.175.782.782,0,0,1,.039-.176.677.677,0,0,0,.049-.1c.024-.052.048-.107.073-.167s.05-.113.073-.164.038-.082.044-.1l.015-.049a.309.309,0,0,0,.008-.049v-.024a.128.128,0,0,0-.011-.04.107.107,0,0,1-.012-.035v-.033c.022-.043.046-.087.07-.131a.768.768,0,0,1,.085-.119.433.433,0,0,1,.267-.144l.115,0,.185,0a.741.741,0,0,0,.113,0l.039-.006c.02-.005.043-.011.066-.019l.063-.021.033-.009a2.579,2.579,0,0,1,.286-.057,2.186,2.186,0,0,1,.305-.018l.075,0,.091,0c.03,0,.057,0,.08,0l.04,0a.324.324,0,0,1,.114.024.472.472,0,0,1,.12.066.427.427,0,0,1,.094.1.2.2,0,0,1,.037.115.137.137,0,0,1-.03.079.5.5,0,0,1-.073.08.668.668,0,0,1-.084.064.157.157,0,0,1-.066.025.719.719,0,0,1-.15-.016.654.654,0,0,0-.149-.017,1.091,1.091,0,0,0-.161.012.636.636,0,0,0-.172.054.2.2,0,0,0-.089.084.425.425,0,0,0-.05.124.736.736,0,0,0-.019.144c0,.05,0,.095,0,.136v.079a.775.775,0,0,0,0,.092.552.552,0,0,0,.015.068c.006.021.013.043.02.065a.5.5,0,0,1,.022.084c0,.016,0,.042,0,.08s0,.076,0,.115,0,.077,0,.113,0,.06,0,.072q0,.43-.024.856t-.014.855a.155.155,0,0,1-.017.047.172.172,0,0,0-.016.047v.037c.016.082.032.168.047.258a1.522,1.522,0,0,1,.024.263.7.7,0,0,1-.036.227.731.731,0,0,0-.035.228v.055a.484.484,0,0,0,0,.069.2.2,0,0,0,.029.068v.054c0,.026,0,.054,0,.084s0,.057,0,.085v.129c0,.031,0,.061,0,.09s0,.057,0,.08v.04a.378.378,0,0,1-.017.056.278.278,0,0,0-.016.07v.123a.2.2,0,0,0,.026.065.632.632,0,0,0,.035.065.241.241,0,0,0,.025.036c.015.017.029.035.043.054s.028.035.039.049l.024.025c.007,0,.013.015.021.034a.121.121,0,0,1,.012.037l.018.021a.031.031,0,0,0,.024.012h.127a.185.185,0,0,1,.035.01l.064.018.06.019a.189.189,0,0,0,.037.01.107.107,0,0,0,.033.008l.059.012.059.012a.149.149,0,0,1,.037.01l.043.016.06.026a.543.543,0,0,1,.059.028.3.3,0,0,1,.03.018.357.357,0,0,0,0,.038l0,.033a.145.145,0,0,1-.062.115.219.219,0,0,1-.14.049h-1.556a.294.294,0,0,0-.073.016.308.308,0,0,1-.059.017h-.065l-.031.009a.472.472,0,0,1-.053.018l-.052.02-.028.009h-.333a.2.2,0,0,1-.126-.061.175.175,0,0,1-.066-.127v-.032a.739.739,0,0,0,.117-.017.825.825,0,0,1,.118-.016.192.192,0,0,0,.044-.017.14.14,0,0,1,.045-.016l.035,0,.053-.01a.251.251,0,0,0,.049-.012.088.088,0,0,0,.027-.012.147.147,0,0,0,.086-.077.564.564,0,0,0,.047-.127.789.789,0,0,0,.021-.135c0-.045,0-.084,0-.116q.051-.3.072-.6c.015-.2.034-.4.059-.61,0-.031,0-.087,0-.17s0-.171.006-.263.006-.179.007-.26,0-.14,0-.174c0-.059,0-.136,0-.232s0-.19-.007-.283-.005-.177-.006-.248l0-.118c0-.022,0-.063,0-.125s0-.125-.007-.194-.006-.134-.007-.2,0-.109-.008-.137a.361.361,0,0,0-.009-.056.531.531,0,0,0-.026-.087.538.538,0,0,0-.037-.08c-.014-.023-.027-.035-.04-.035a.1.1,0,0,0-.068.022.188.188,0,0,0-.044.049.515.515,0,0,0-.036.061.19.19,0,0,1-.04.056.161.161,0,0,1-.025.033c-.015.016-.03.033-.05.052a.6.6,0,0,1-.054.049.226.226,0,0,1-.035.026.1.1,0,0,1-.011.037.091.091,0,0,0-.012.037,1.5,1.5,0,0,1-.134.242,1.45,1.45,0,0,0-.133.246,1.832,1.832,0,0,0-.068.255c-.018.089-.038.176-.064.261a.113.113,0,0,1-.04.084.147.147,0,0,0-.048.08.094.094,0,0,0-.012.03.428.428,0,0,0-.012.054c0,.019-.006.037-.01.054a.238.238,0,0,0,0,.03l-.038.038c-.018.019-.039.038-.06.059s-.043.04-.064.06a.291.291,0,0,0-.035.04.154.154,0,0,0-.042.1.392.392,0,0,1-.023.1c0,.008-.008.026-.015.051a.279.279,0,0,0-.009.047c-.007.006-.018.021-.038.044s-.031.038-.037.045a1.144,1.144,0,0,0-.065.251,1.406,1.406,0,0,1-.062.25c-.009.016-.02.04-.035.073s-.027.068-.042.1-.027.068-.04.1-.02.045-.023.051a.223.223,0,0,1-.024.056c-.016.031-.031.065-.049.1s-.034.072-.051.105a.6.6,0,0,1-.036.063l0,.038c0,.021,0,.045-.006.07s-.007.049-.01.07l0,.037a.242.242,0,0,1-.017.074.311.311,0,0,0-.015.058.571.571,0,0,0-.04.082c-.018.039-.037.079-.059.122s-.042.082-.059.119a.43.43,0,0,1-.04.076.918.918,0,0,0-.1.065.192.192,0,0,1-.117.037.176.176,0,0,1-.121-.058.729.729,0,0,1-.111-.138,1.347,1.347,0,0,1-.085-.164.7.7,0,0,1-.044-.141c-.015-.056-.029-.108-.04-.155s-.021-.093-.03-.138-.021-.092-.035-.138a1.489,1.489,0,0,0-.059-.155c0-.007-.013-.024-.03-.053s-.035-.062-.055-.094l-.05-.092c-.016-.028-.026-.045-.029-.052a1.378,1.378,0,0,1-.127-.3,3.26,3.26,0,0,0-.107-.321,4.777,4.777,0,0,0-.2-.464,3.51,3.51,0,0,1-.193-.478.083.083,0,0,1-.009-.033c0-.019,0-.039-.006-.061s0-.042,0-.061,0-.031,0-.038a.337.337,0,0,1-.037-.048c-.019-.027-.032-.043-.037-.05a.164.164,0,0,0-.015-.044.191.191,0,0,1-.014-.045l-.014-.035q-.009-.025-.021-.054c-.008-.019-.016-.035-.023-.049a.161.161,0,0,0-.017-.026l0-.049c0-.023,0-.048-.008-.073l-.008-.071a.422.422,0,0,1,0-.042.221.221,0,0,1-.022-.04c-.008-.016-.015-.035-.025-.055s-.019-.039-.029-.057a.332.332,0,0,0-.023-.04l-.1-.1a.616.616,0,0,1-.07-.133c-.019-.052-.039-.1-.062-.153a.441.441,0,0,0-.09-.127.2.2,0,0,0-.148-.051h-.028a.913.913,0,0,0-.03.155q-.007.071-.012.138c0,.045,0,.092-.007.14s0,.1-.007.162c-.007.029-.011.049-.016.064s-.01.035-.017.063v.051a.343.343,0,0,0,.017.1.4.4,0,0,1,.016.112v.028c-.015.075-.031.151-.047.225a1.19,1.19,0,0,0-.023.234,1.377,1.377,0,0,0,.035.31,1.319,1.319,0,0,1,.035.309c-.007.026-.011.045-.016.059a.331.331,0,0,0-.012.042l0,.026v.488a.241.241,0,0,1-.009.042l-.021.07q-.012.037-.024.072a.309.309,0,0,1-.016.045v.047a.216.216,0,0,0,.01.072.46.46,0,0,0,.032.082v.7a.527.527,0,0,1,.038.094c.009.035.018.069.028.1a.533.533,0,0,0,.035.095.18.18,0,0,0,.059.074c.065,0,.145.015.241.028a.985.985,0,0,1,.246.06.181.181,0,0,0,.044.04.3.3,0,0,1,.045.036.457.457,0,0,0,.075.028.339.339,0,0,1,.066.023.12.12,0,0,1,.045.042.163.163,0,0,1,.015.076.169.169,0,0,1-.027.1.2.2,0,0,1-.07.057.316.316,0,0,1-.094.023c-.035,0-.068,0-.1,0-.132,0-.263-.006-.393-.017s-.263-.016-.395-.016H748.8l-.026,0-.042.011-.042.012-.027,0a.234.234,0,0,1-.039-.008.508.508,0,0,1-.066-.018l-.068-.021A.18.18,0,0,1,748.439,303.1Z" style="fill: #ef6e55"/> <path d="M761.644,303.169h-.531l-.058,0-.11-.012-.113-.011-.065,0-.251-.005c-.117,0-.241,0-.372,0s-.265,0-.38,0l-.239.005a.513.513,0,0,1-.068-.072.154.154,0,0,1-.031-.092.13.13,0,0,1,.01-.059c0-.011.017-.033.033-.068a.166.166,0,0,1,.015-.051.085.085,0,0,1,.041-.047l.04,0c.02,0,.041-.007.063-.009l.061-.009a.106.106,0,0,0,.033-.01.238.238,0,0,0,.042-.023l.06-.042c.023-.016.043-.031.062-.042a.325.325,0,0,1,.037-.024.067.067,0,0,1,.03-.012c.018,0,.037-.008.059-.011s.043-.006.063-.008l.04,0a.026.026,0,0,0,.019-.014.085.085,0,0,0,.01-.014v-.164a1.355,1.355,0,0,0-.024-.253c-.015-.084-.035-.168-.058-.251s-.048-.164-.074-.244-.047-.157-.065-.232a.608.608,0,0,1-.014-.061c-.007-.031-.014-.066-.023-.1s-.018-.072-.024-.1a.42.42,0,0,0-.014-.06.109.109,0,0,0-.009-.033c-.007-.016-.013-.032-.019-.049s-.012-.033-.019-.049a.145.145,0,0,1-.009-.028c-.01-.029-.018-.058-.028-.089a.8.8,0,0,0-.035-.09.3.3,0,0,0-.052-.072.15.15,0,0,0-.077-.04l-.054-.012c-.023,0-.048-.009-.073-.012l-.068-.007a.423.423,0,0,0-.045,0l-.028.019a.116.116,0,0,1-.027.014l-.052.014a.209.209,0,0,1-.052.009h-.258c-.115,0-.233,0-.353.007a3.088,3.088,0,0,0-.331.031.088.088,0,0,0-.037.019.093.093,0,0,1-.029.013.714.714,0,0,1-.077.01l-.117.009-.12.01-.074,0-.033.032-.127.713a.486.486,0,0,0-.094.157.744.744,0,0,0-.037.171c-.006.059-.01.119-.012.178a1.08,1.08,0,0,1-.021.178.179.179,0,0,1-.033.071.445.445,0,0,1-.038.055l.038.076a.278.278,0,0,1,.031.044c.013.024.022.039.025.044a.555.555,0,0,0,.055.015l.082.021.079.023.052.017.182.042a.978.978,0,0,1,.2.068.515.515,0,0,1,.164.115.248.248,0,0,1,.069.178v.08l-.022.03a.359.359,0,0,1-.037.042c-.015.014-.027.027-.04.037a.089.089,0,0,1-.033.022l-.185,0-.272.011-.272.012c-.086,0-.147,0-.185,0h-1.3a.107.107,0,0,1-.02-.035.082.082,0,0,0-.023-.04c-.006-.044-.017-.1-.032-.159a.724.724,0,0,1-.024-.179.1.1,0,0,1,.071-.1c.047-.02.089-.037.126-.05h.033l.063-.007.066-.01a.186.186,0,0,0,.04-.009,1.307,1.307,0,0,0,.119-.057l.143-.072.124-.063c.037-.019.056-.031.059-.033l.047-.076v-.454c.031,0,.059-.027.082-.073a1.141,1.141,0,0,0,.063-.152c.019-.056.036-.113.051-.168a.468.468,0,0,1,.047-.122l.026-.024.044-.04a.576.576,0,0,0,.043-.04c.012-.013.019-.021.019-.028a.116.116,0,0,0,.009-.042c0-.025.007-.052.01-.082s.005-.058.009-.084,0-.043,0-.05a.635.635,0,0,0,.031-.07.184.184,0,0,1,.044-.071l.057-.543a.529.529,0,0,0,.087-.207c.014-.074.027-.148.039-.219a.1.1,0,0,0,.023-.052.256.256,0,0,0,.01-.047c.006-.006.019-.022.037-.045l.038-.044c0-.01.007-.027.012-.054s.01-.055.017-.087.011-.061.015-.091l.012-.068v-.132c0-.008.012-.026.026-.051s.029-.051.042-.079.029-.055.042-.08.023-.041.027-.047a.1.1,0,0,0,.013-.035c.006-.021.013-.042.019-.064s.012-.042.017-.061a.217.217,0,0,0,.006-.037.41.41,0,0,0,.027-.051c.011-.026.021-.052.032-.08s.021-.056.028-.082a.2.2,0,0,1,.022-.054,1.866,1.866,0,0,0,.082-.3,1.98,1.98,0,0,1,.082-.314,1.164,1.164,0,0,1,.109-.235.506.506,0,0,0,.074-.253.085.085,0,0,0,.008-.047c0-.025,0-.053,0-.087a.476.476,0,0,1,0-.063.389.389,0,0,1,.028-.047c.015-.024.031-.051.049-.079s.032-.055.045-.08a.174.174,0,0,0,.018-.052v-.253a.494.494,0,0,1,.028-.067.454.454,0,0,1,.038-.069.149.149,0,0,0,.037-.023c.009-.006.019-.014.031-.021a.208.208,0,0,0,.025-.021c.05-.031.1-.061.134-.089a1.093,1.093,0,0,1,.117-.075.586.586,0,0,1,.126-.052.646.646,0,0,1,.162-.018c.016,0,.045,0,.089.005l.089,0c.028.026.061.054.1.085a.184.184,0,0,1,.063.108,2,2,0,0,1,.073.38,1.782,1.782,0,0,0,.068.365.163.163,0,0,0,.009.043.059.059,0,0,0,.014.023l.021.056a.176.176,0,0,1,.012.042v.164a1.189,1.189,0,0,0,.065.2,1.027,1.027,0,0,1,.062.193c0,.008.008.032.016.07s.016.078.024.121.013.086.018.125.007.063.007.072a.343.343,0,0,1,.014.037l.021.062.022.06c0,.019.011.029.018.029.006.031.018.083.035.154s.036.149.056.228.04.155.059.225.031.119.038.148a2,2,0,0,1,.229.555q.07.288.127.588c0,.006.009.022.019.045a.315.315,0,0,0,.018.044c.053.135.1.267.148.4s.094.259.147.391a.3.3,0,0,0-.009.047c0,.022-.007.044-.009.067a.559.559,0,0,1-.012.066q-.008.03-.012.045v.065a.286.286,0,0,0,.026.038c.014.019.028.039.042.061l.042.063c.014.021.023.034.026.04a.916.916,0,0,1,.09.2c.018.068.039.133.06.2a1.072,1.072,0,0,0,.082.179.5.5,0,0,0,.158.163s0,.013.016.021.016.015.016.021a.286.286,0,0,1,.073.033.227.227,0,0,0,.059.028.584.584,0,0,0,.077.014l.135.018.136.017c.043,0,.071.007.082.007s.031.015.052.028.044.025.065.04a.253.253,0,0,1,.055.044.077.077,0,0,1,.021.052.387.387,0,0,1-.017.077,1.2,1.2,0,0,1-.042.134,1.183,1.183,0,0,1-.054.127c-.018.037-.034.057-.047.06h-.164a.362.362,0,0,1-.068,0A.165.165,0,0,1,761.644,303.169Zm-3.511-3.366v.01l.014.055c0,.026.009.041.009.047a1.239,1.239,0,0,0,.073.12.626.626,0,0,0,.084.1.377.377,0,0,0,.1.073.3.3,0,0,0,.134.028.374.374,0,0,0,.164-.035.386.386,0,0,1,.164-.035.651.651,0,0,1,.161.019.718.718,0,0,0,.162.018h.033a.462.462,0,0,0,.049-.018l.061-.031.056-.031a.114.114,0,0,1,.036-.014.142.142,0,0,0,.028-.088c0-.044,0-.078,0-.1a.568.568,0,0,0-.055-.236,1.767,1.767,0,0,1-.082-.228c-.043-.141-.087-.282-.131-.425s-.088-.283-.131-.424c0-.009-.01-.03-.021-.063s-.024-.07-.037-.112-.028-.084-.04-.124-.023-.071-.029-.089-.013-.028-.023-.052-.019-.052-.028-.08-.019-.055-.029-.079l-.018-.052c-.013-.034-.021-.055-.024-.061s-.016-.009-.042-.009a.1.1,0,0,0-.075.035.428.428,0,0,0-.058.082.461.461,0,0,0-.042.1.665.665,0,0,0-.022.084v.093a.094.094,0,0,1-.016.037l-.033.059a.56.56,0,0,1-.033.059.3.3,0,0,1-.02.033c0,.01,0,.029,0,.058s0,.062-.007.1-.006.066-.009.094a.436.436,0,0,0,0,.052.657.657,0,0,1-.085.2.606.606,0,0,0-.079.192c0,.006,0,.02,0,.042s-.006.046-.01.073l-.008.073a.182.182,0,0,1-.01.042.189.189,0,0,0-.019.032l-.03.063q-.017.036-.033.066l-.021.04c0,.025-.006.05-.009.075s-.006.044-.01.066a.418.418,0,0,0,0,.056Z" style="fill: #ef6e55"/> <path d="M762.431,300.534v-.651a.335.335,0,0,1,0-.042l.011-.07c0-.026.009-.05.012-.074a.3.3,0,0,0,0-.048v-.357a1.658,1.658,0,0,1,.134-.487,3.634,3.634,0,0,1,.232-.455s.014-.018.032-.044l.064-.094c.023-.036.047-.071.07-.1l.054-.081.033-.033a.241.241,0,0,0,.024-.039c.012-.023.025-.048.04-.073l.039-.072a.1.1,0,0,1,.028-.04.44.44,0,0,1,.04-.047c.021-.022.043-.045.068-.069l.073-.067a.667.667,0,0,1,.053-.047s.01-.012.029-.026.039-.028.06-.042.043-.028.064-.04a.124.124,0,0,1,.04-.019l.021-.023.037-.042a.554.554,0,0,1,.042-.042.2.2,0,0,1,.031-.024.341.341,0,0,1,.031-.021c.016-.011.036-.023.058-.035a.644.644,0,0,1,.063-.033.411.411,0,0,0,.04-.019,1.015,1.015,0,0,0,.211-.152,1.967,1.967,0,0,1,.211-.171.266.266,0,0,1,.1-.035.807.807,0,0,0,.126-.021l.074-.026c.039-.014.079-.029.122-.042l.121-.042.073-.027h.225a.337.337,0,0,0,.049-.011.273.273,0,0,1,.049-.012h.042a3.8,3.8,0,0,1,.546.04,5.194,5.194,0,0,0,.547.05.434.434,0,0,0,.129.065c.048.016.1.028.152.04s.107.021.161.03.106.021.153.033a.378.378,0,0,1,.145.075.535.535,0,0,0,.178.089c.119.038.215.065.289.082a.376.376,0,0,1,.168.078.263.263,0,0,1,.08.147,1.477,1.477,0,0,1,.022.293,1.522,1.522,0,0,1-.022.235,1.078,1.078,0,0,1-.072.251.607.607,0,0,1-.141.2.318.318,0,0,1-.225.082h-.056a.061.061,0,0,1-.043-.01.087.087,0,0,1-.037-.012.345.345,0,0,1-.049-.027l-.05-.033a.122.122,0,0,1-.028-.026c-.012-.012-.034-.038-.066-.075l-.1-.12c-.034-.042-.067-.081-.1-.117a.634.634,0,0,1-.061-.077q-.009-.047-.024-.111a.288.288,0,0,0-.052-.114l-.1-.138a1.055,1.055,0,0,0-.115-.134.705.705,0,0,0-.139-.1.371.371,0,0,0-.164-.047h-.22a.114.114,0,0,1-.04-.016l-.065-.035-.064-.036a.191.191,0,0,1-.033-.021.318.318,0,0,0-.109-.025c-.037,0-.074,0-.111,0h-.4a.278.278,0,0,0-.117.037.57.57,0,0,0-.089.063,1.034,1.034,0,0,0-.085.079.708.708,0,0,1-.1.087l-.065.027c-.037.013-.058.023-.061.03l-.023.025c-.013.015-.027.029-.04.042l-.042.043-.027.026c-.04.034-.083.068-.129.1a.305.305,0,0,0-.1.129.126.126,0,0,1-.009.028l-.021.052c-.008.019-.016.036-.024.052a.2.2,0,0,1-.016.027.152.152,0,0,1-.026.033.589.589,0,0,1-.05.052c-.018.019-.036.036-.053.052a.144.144,0,0,1-.036.027.091.091,0,0,1-.013.029c-.01.015-.019.033-.029.051a.419.419,0,0,1-.028.052.168.168,0,0,1-.018.028.224.224,0,0,1-.026.033c-.014.015-.028.033-.043.051l-.039.052c-.013.016-.019.025-.019.029a.242.242,0,0,0-.059.142.356.356,0,0,1-.049.157l-.023.024a.407.407,0,0,0-.064.122,1.126,1.126,0,0,0-.032.136c-.008.046-.016.092-.021.137a.993.993,0,0,1-.024.125.112.112,0,0,1-.01.035c0,.017-.011.036-.018.054a.507.507,0,0,1-.019.049l-.009.026a2.507,2.507,0,0,0-.1.349,1.943,1.943,0,0,0-.03.368,2.515,2.515,0,0,0,.018.323,1.922,1.922,0,0,0,.059.291,2.116,2.116,0,0,0,.1.279,2.742,2.742,0,0,0,.146.284c.028.059.055.126.082.2a.563.563,0,0,0,.105.185l.045.047c.02.022.043.045.068.07s.049.049.073.07l.049.047a.2.2,0,0,0,.11.035.306.306,0,0,1,.114.031.649.649,0,0,1,.071.026.269.269,0,0,1,.061.03l.07.069c.035.032.071.068.108.107s.073.077.105.112.058.063.074.078a1.764,1.764,0,0,0,.4.084c.134.013.271.019.412.019a.552.552,0,0,0,.2-.037,1.136,1.136,0,0,0,.188-.1c.053-.044.1-.082.143-.115a.269.269,0,0,0,.091-.148c0-.008,0-.028,0-.055s.007-.059.01-.092.006-.063.009-.092a.305.305,0,0,1,.009-.051.463.463,0,0,1,.012-.061.45.45,0,0,1,.022-.075.2.2,0,0,1,.011-.047.324.324,0,0,0,.012-.042v-.206a1.433,1.433,0,0,1,.027-.153q.019-.072.036-.147c.011-.05.021-.1.031-.152a1.007,1.007,0,0,0,.013-.171c0-.051,0-.109,0-.174a1.646,1.646,0,0,0-.021-.2,1.038,1.038,0,0,0-.05-.188.391.391,0,0,0-.089-.144.28.28,0,0,0-.133-.082.578.578,0,0,0-.148-.017h-.145a.457.457,0,0,1-.122-.033.827.827,0,0,1-.138-.072.544.544,0,0,1-.115-.1.179.179,0,0,1-.047-.117v-.033a.182.182,0,0,1,.05-.061.308.308,0,0,1,.043-.038h.789a.117.117,0,0,1,.077-.037.846.846,0,0,1,.087,0,.365.365,0,0,1,.109.017.932.932,0,0,1,.105.037l.1.038a.379.379,0,0,0,.107.015.077.077,0,0,0,.027,0,.1.1,0,0,1,.035,0,.133.133,0,0,0,.032-.015c.02-.009.039-.02.059-.03l.058-.031a.16.16,0,0,1,.034-.013l.065,0c.034,0,.062,0,.08,0h.084a.4.4,0,0,1,.094.01.13.13,0,0,1,.075.047h.646a.076.076,0,0,1,.055.018.119.119,0,0,1,.032.047.236.236,0,0,1,.017.059.355.355,0,0,1,0,.048.2.2,0,0,1-.066.163.4.4,0,0,1-.164.077,1.615,1.615,0,0,1-.213.033,1.592,1.592,0,0,0-.218.03.481.481,0,0,0-.176.07.191.191,0,0,0-.082.153c0,.028,0,.075-.01.14s-.013.134-.02.206-.016.14-.024.2-.013.108-.016.133,0,.049,0,.11,0,.118,0,.172v.072a.071.071,0,0,1-.009.04.351.351,0,0,1,0,.037c0,.019,0,.039-.007.062s0,.042-.007.06a.351.351,0,0,0,0,.037v.544a.3.3,0,0,0,.014.042.133.133,0,0,1,.01.028.373.373,0,0,0,.03.031.357.357,0,0,1,.042.05c.015.018.027.036.04.051a.2.2,0,0,1,.023.033c0,.009.009.024.017.044a.568.568,0,0,1,.021.066c.006.023.012.046.016.068a.271.271,0,0,0,.012.042.118.118,0,0,1-.044.087.428.428,0,0,1-.092.051.647.647,0,0,1-.1.035.575.575,0,0,0-.082.028.06.06,0,0,0-.029.017c-.011.011-.025.021-.039.033l-.04.032c-.013.011-.02.017-.023.017-.034.013-.063.022-.085.028l-.063.019-.045.014a.335.335,0,0,0-.068.014.488.488,0,0,0-.063.019.1.1,0,0,0-.026.01.175.175,0,0,0-.042.023.337.337,0,0,1-.04.023.092.092,0,0,1-.023.009.4.4,0,0,1-.073.01l-.124.009-.125.011a.58.58,0,0,0-.072.012.348.348,0,0,0-.052.008l-.077.016c-.026.006-.052.012-.075.019l-.049.014H764.84a.418.418,0,0,1-.214-.066,1.013,1.013,0,0,0-.208-.1c-.062-.016-.116-.029-.159-.037a.42.42,0,0,1-.132-.057.049.049,0,0,1-.02-.01.181.181,0,0,1-.036-.023l-.046-.032-.039-.015-.06-.021-.062-.021a.1.1,0,0,1-.037-.019.328.328,0,0,1-.134-.1.822.822,0,0,0-.124-.12.335.335,0,0,0-.037-.033l-.049-.04-.049-.038-.029-.02a.157.157,0,0,0-.03-.019c-.017-.01-.037-.019-.059-.031a.477.477,0,0,0-.063-.027.149.149,0,0,1-.04-.022l-.019-.028-.03-.052c-.011-.019-.021-.036-.03-.054l-.02-.035-.018-.009a.023.023,0,0,1-.014-.023c-.041-.051-.081-.106-.122-.164a1.34,1.34,0,0,1-.107-.188.339.339,0,0,1-.015-.068c-.006-.039-.009-.062-.009-.068a1.582,1.582,0,0,0-.132-.244,1.977,1.977,0,0,1-.135-.244.588.588,0,0,1-.042-.137c-.01-.049-.019-.1-.027-.149l-.023-.149A.731.731,0,0,0,762.431,300.534Z" style="fill: #ef6e55"/> <path d="M774.389,303.169h-.531l-.058,0-.109-.012-.114-.011-.065,0-.251-.005c-.117,0-.241,0-.372,0s-.265,0-.38,0l-.239.005a.513.513,0,0,1-.068-.072.154.154,0,0,1-.031-.092.13.13,0,0,1,.01-.059c.006-.011.017-.033.033-.068a.15.15,0,0,1,.016-.051.08.08,0,0,1,.04-.047l.04,0c.02,0,.041-.007.063-.009l.061-.009a.106.106,0,0,0,.033-.01.238.238,0,0,0,.042-.023l.06-.042c.023-.016.043-.031.062-.042l.037-.024a.067.067,0,0,1,.03-.012c.018,0,.037-.008.059-.011s.043-.006.063-.008l.04,0a.026.026,0,0,0,.019-.014.085.085,0,0,0,.01-.014v-.164a1.355,1.355,0,0,0-.024-.253c-.015-.084-.035-.168-.058-.251s-.048-.164-.074-.244-.046-.157-.065-.232a.608.608,0,0,1-.014-.061c-.006-.031-.014-.066-.023-.1a.994.994,0,0,1-.023-.1.546.546,0,0,0-.015-.06.109.109,0,0,0-.009-.033.409.409,0,0,1-.018-.049c-.007-.018-.013-.033-.02-.049a.145.145,0,0,1-.009-.028c-.01-.029-.018-.058-.028-.089a.8.8,0,0,0-.035-.09.3.3,0,0,0-.052-.072.15.15,0,0,0-.077-.04l-.054-.012c-.023,0-.048-.009-.073-.012l-.068-.007a.416.416,0,0,0-.044,0l-.029.019a.116.116,0,0,1-.027.014l-.052.014a.209.209,0,0,1-.052.009h-.257c-.116,0-.234,0-.354.007a3.113,3.113,0,0,0-.331.031.088.088,0,0,0-.037.019.1.1,0,0,1-.028.013.742.742,0,0,1-.078.01l-.117.009-.12.01-.074,0-.033.032-.127.713a.5.5,0,0,0-.094.157.744.744,0,0,0-.037.171c-.006.059-.01.119-.012.178a1.08,1.08,0,0,1-.021.178.179.179,0,0,1-.033.071.445.445,0,0,1-.038.055l.038.076a.278.278,0,0,1,.031.044c.013.024.022.039.025.044a.555.555,0,0,0,.055.015l.082.021c.027.007.055.015.079.023l.052.017.182.042a.959.959,0,0,1,.2.068.5.5,0,0,1,.164.115.248.248,0,0,1,.069.178v.08l-.022.03a.286.286,0,0,1-.037.042.438.438,0,0,1-.04.037.082.082,0,0,1-.033.022l-.185,0-.272.011-.272.012c-.085,0-.147,0-.185,0h-1.3a.092.092,0,0,1-.019-.035.091.091,0,0,0-.024-.04,1.392,1.392,0,0,0-.032-.159.724.724,0,0,1-.024-.179.1.1,0,0,1,.071-.1c.047-.02.089-.037.126-.05h.033l.063-.007.066-.01a.186.186,0,0,0,.04-.009,1.307,1.307,0,0,0,.119-.057l.144-.072.124-.063c.036-.019.055-.031.058-.033l.047-.076v-.454c.031,0,.059-.027.082-.073a1.139,1.139,0,0,0,.064-.152c.018-.056.035-.113.05-.168a.507.507,0,0,1,.047-.122l.027-.024c.013-.013.028-.026.044-.04l.043-.04c.011-.013.018-.021.018-.028a.116.116,0,0,0,.009-.042c0-.025.007-.052.01-.082s0-.058.009-.084,0-.043,0-.05.017-.035.032-.07a.173.173,0,0,1,.043-.071l.057-.543a.529.529,0,0,0,.087-.207c.014-.074.027-.148.039-.219a.109.109,0,0,0,.024-.052.321.321,0,0,0,.009-.047c.006-.006.019-.022.037-.045s.032-.038.039-.044.006-.027.011-.054.01-.055.017-.087.012-.061.015-.091l.012-.068v-.132c0-.008.012-.026.027-.051s.028-.051.042-.079.028-.055.042-.08.022-.041.026-.047a.12.12,0,0,0,.014-.035c0-.021.012-.042.018-.064s.012-.042.017-.061a.165.165,0,0,0,.007-.037c.006-.009.014-.027.026-.051s.021-.052.032-.08.021-.056.028-.082a.2.2,0,0,1,.022-.054,1.866,1.866,0,0,0,.082-.3,2.094,2.094,0,0,1,.082-.314,1.164,1.164,0,0,1,.109-.235.506.506,0,0,0,.074-.253.085.085,0,0,0,.008-.047c0-.025,0-.053,0-.087a.552.552,0,0,1,0-.063c0-.006.012-.022.028-.047s.031-.051.049-.079.032-.055.045-.08a.174.174,0,0,0,.018-.052v-.253a.421.421,0,0,1,.029-.067.391.391,0,0,1,.037-.069.149.149,0,0,0,.037-.023c.01-.006.019-.014.031-.021a.15.15,0,0,0,.025-.021c.05-.031.1-.061.134-.089a1.093,1.093,0,0,1,.117-.075.586.586,0,0,1,.126-.052.649.649,0,0,1,.163-.018c.015,0,.044,0,.088.005l.089,0,.1.085a.179.179,0,0,1,.063.108,1.928,1.928,0,0,1,.073.38,1.782,1.782,0,0,0,.068.365.163.163,0,0,0,.009.043.059.059,0,0,0,.014.023l.021.056a.176.176,0,0,1,.012.042v.164a1.189,1.189,0,0,0,.065.2,1.027,1.027,0,0,1,.062.193c0,.008.008.032.016.07s.016.078.024.121.013.086.018.125.007.063.007.072a.343.343,0,0,1,.014.037l.021.062.022.06c.006.019.011.029.018.029.006.031.018.083.035.154s.037.149.056.228.04.155.059.225.031.119.038.148a2,2,0,0,1,.229.555q.07.288.127.588c0,.006.009.022.019.045s.015.038.018.044c.053.135.1.267.148.4s.1.259.147.391a.3.3,0,0,0-.009.047c0,.022-.006.044-.009.067a.559.559,0,0,1-.012.066q-.007.03-.012.045v.065a.238.238,0,0,0,.027.038l.042.061c.013.021.028.043.042.063s.022.034.025.04a.916.916,0,0,1,.09.2c.018.068.039.133.06.2a1.072,1.072,0,0,0,.082.179.505.505,0,0,0,.158.163s0,.013.016.021.016.015.016.021a.286.286,0,0,1,.073.033.227.227,0,0,0,.059.028.584.584,0,0,0,.077.014l.136.018.135.017c.043,0,.071.007.082.007s.031.015.052.028.044.025.066.04a.245.245,0,0,1,.054.044.077.077,0,0,1,.021.052.387.387,0,0,1-.017.077,1.2,1.2,0,0,1-.042.134,1.01,1.01,0,0,1-.054.127c-.018.037-.034.057-.046.06h-.164a.367.367,0,0,1-.069,0A.171.171,0,0,1,774.389,303.169Zm-3.511-3.366v.01l.014.055a.321.321,0,0,1,.009.047,1.239,1.239,0,0,0,.073.12.626.626,0,0,0,.084.1.377.377,0,0,0,.1.073.3.3,0,0,0,.134.028.371.371,0,0,0,.164-.035.389.389,0,0,1,.164-.035.651.651,0,0,1,.161.019.718.718,0,0,0,.162.018h.034c.011,0,.028-.01.048-.018l.061-.031.057-.031a.1.1,0,0,1,.035-.014.142.142,0,0,0,.028-.088c0-.044.005-.078.005-.1a.568.568,0,0,0-.055-.236,1.767,1.767,0,0,1-.082-.228c-.043-.141-.087-.282-.131-.425s-.088-.283-.13-.424c0-.009-.011-.03-.022-.063s-.023-.07-.037-.112-.027-.084-.04-.124-.023-.071-.028-.089a.472.472,0,0,1-.024-.052c-.01-.025-.018-.052-.028-.08s-.019-.055-.029-.079l-.018-.052c-.013-.034-.021-.055-.024-.061s-.016-.009-.041-.009a.1.1,0,0,0-.076.035.428.428,0,0,0-.058.082.461.461,0,0,0-.042.1.665.665,0,0,0-.022.084v.093a.1.1,0,0,1-.015.037l-.034.059a.56.56,0,0,1-.033.059.3.3,0,0,1-.02.033c0,.01,0,.029,0,.058s0,.062-.007.1-.006.066-.009.094a.436.436,0,0,0,0,.052.657.657,0,0,1-.085.2.606.606,0,0,0-.079.192c0,.006,0,.02,0,.042s-.006.046-.009.073l-.009.073a.182.182,0,0,1-.01.042.189.189,0,0,0-.019.032l-.03.063q-.017.036-.033.066l-.021.04-.009.075c0,.022-.006.044-.01.066a.418.418,0,0,0,0,.056Z" style="fill: #ef6e55"/> <path d="M775.523,301.017a.2.2,0,0,1,.046-.138.342.342,0,0,1,.116-.085.612.612,0,0,1,.147-.042c.053-.008.1-.013.146-.017a.473.473,0,0,1,.072,0h.124c.044,0,.085,0,.122,0h.07c.019,0,.07,0,.151-.008l.258-.012.257-.012c.081,0,.131-.007.15-.01h.384a.644.644,0,0,1,.223.171q.087.107.171.228a.026.026,0,0,1,.007.015.069.069,0,0,0,.012.018.072.072,0,0,0,.014.024.521.521,0,0,1-.042.2.979.979,0,0,1-.085.169.36.36,0,0,1-.126.1.648.648,0,0,0-.14.094c-.02,0-.052,0-.1,0l-.147.009-.146.009c-.046,0-.077,0-.1,0h-.088l-.091,0-.157-.009-.158-.009c-.049,0-.079,0-.092,0h-.281c-.015,0-.039,0-.07,0l-.1-.012-.1-.011c-.033,0-.057,0-.073,0a.516.516,0,0,1-.215-.077.326.326,0,0,1-.111-.134.559.559,0,0,1-.042-.183c0-.068-.009-.143-.011-.224Z" style="fill: #ef6e55"/> <path d="M753.372,314.325q-.37,0-.745,0c-.25,0-.5,0-.76,0h-.721a.738.738,0,0,1-.1-.037.137.137,0,0,1-.056-.05.179.179,0,0,1-.023-.075.9.9,0,0,1,0-.114.682.682,0,0,1,.07-.286,2.01,2.01,0,0,1,.171-.3c.068-.1.139-.19.213-.278s.14-.165.193-.234a.773.773,0,0,1,.051-.072c.026-.034.041-.053.047-.059a.2.2,0,0,0,.019-.03l.03-.054.033-.052a.2.2,0,0,1,.022-.028s.013-.014.042-.033a.2.2,0,0,0,.047-.037.135.135,0,0,0,.032-.026.045.045,0,0,0,.012-.026.111.111,0,0,1,.009-.032.37.37,0,0,1,.022-.047l.051-.109c.022-.046.044-.093.068-.14s.045-.091.063-.131.032-.065.038-.075.023-.022.051-.045l.052-.044c.081-.094.169-.2.265-.319s.177-.228.246-.329a.416.416,0,0,0,.04-.072.466.466,0,0,1,.035-.068q.2-.3.415-.59t.429-.582a.14.14,0,0,0,.032-.037l.04-.061c.015-.022.026-.042.038-.058a.1.1,0,0,0,.016-.032.177.177,0,0,0,.021-.055.321.321,0,0,0,.012-.052.065.065,0,0,0,.021-.03q.012-.027.021-.027a.379.379,0,0,1,.047-.067c.028-.036.058-.074.092-.115s.063-.079.093-.115.049-.058.059-.068l.117-.147a1.689,1.689,0,0,0,.114-.167,1.035,1.035,0,0,0,.09-.183.526.526,0,0,0,.035-.192v-.047a.2.2,0,0,0,0-.044.036.036,0,0,0-.028-.03,1.468,1.468,0,0,1-.229-.04.852.852,0,0,0-.221-.031.31.31,0,0,0-.044,0,.209.209,0,0,1-.031,0,.163.163,0,0,0-.044.017.148.148,0,0,1-.045.016h-.431a.259.259,0,0,1-.047-.016.377.377,0,0,0-.047-.017h-.066l-.086,0-.145.012-.144.012-.079,0h-.042a1.846,1.846,0,0,1-.263-.018,1.847,1.847,0,0,0-.262-.019.392.392,0,0,0-.183.044.707.707,0,0,0-.155.111,1.1,1.1,0,0,0-.131.147c-.041.055-.076.107-.108.157a.354.354,0,0,0-.014.033l-.019.033a.232.232,0,0,1-.065.03l-.066.026a.143.143,0,0,1-.014.04c-.009.02-.019.042-.029.066s-.018.045-.027.065a.189.189,0,0,1-.019.035.223.223,0,0,1-.078.061l-.135.078a1.474,1.474,0,0,1-.141.067.31.31,0,0,1-.092.029c-.05,0-.081-.013-.094-.037a.266.266,0,0,1-.018-.1,1.709,1.709,0,0,1,.028-.291,2.411,2.411,0,0,1,.071-.29.527.527,0,0,1,.025-.063c.015-.034.028-.069.043-.106s.026-.072.037-.1a.263.263,0,0,0,.017-.061.163.163,0,0,0,.011-.045c0-.026.009-.054.012-.082l.009-.079a.343.343,0,0,0,0-.047.4.4,0,0,1,.023-.07.545.545,0,0,1,.042-.089,1.473,1.473,0,0,0,.057-.139.67.67,0,0,1,.07-.142.481.481,0,0,1,.1-.114.231.231,0,0,1,.147-.046l.01,0h.014a.052.052,0,0,0,.023,0l.164.3.028.01a.122.122,0,0,1,.034.014c.062.028.118.05.169.068a1.2,1.2,0,0,0,.144.04,1.359,1.359,0,0,0,.15.02c.053,0,.116.007.188.007a1.91,1.91,0,0,0,.373-.035,1.972,1.972,0,0,1,.372-.035,1.237,1.237,0,0,1,.293.033,1.391,1.391,0,0,1,.265.1h1.444l.042,0L755.4,308a.6.6,0,0,1,.066-.011.363.363,0,0,1,.044,0h.047a.341.341,0,0,1,.125.026.544.544,0,0,1,.126.067.42.42,0,0,1,.1.1.194.194,0,0,1,.037.114v.019c0,.019-.013.043-.021.07s-.015.057-.021.085-.012.053-.018.075a.121.121,0,0,1-.015.037.1.1,0,0,1-.013.024l-.036.045a.582.582,0,0,0-.04.054.28.28,0,0,1-.033.042c-.021.018-.038.033-.049.044a.326.326,0,0,1-.033.031l-.02.018c-.013.016-.045.059-.1.129l-.164.228c-.058.081-.113.157-.166.227s-.088.115-.1.133a1.4,1.4,0,0,1-.175.207,1.1,1.1,0,0,0-.171.215.349.349,0,0,0-.033.059c-.015.033-.033.068-.051.105l-.052.1c-.016.031-.025.049-.028.056a.5.5,0,0,1-.042.047l-.071.07c-.025.025-.049.048-.07.071a.274.274,0,0,0-.042.047c-.007,0-.017.013-.03.032s-.031.04-.047.063-.034.048-.05.072-.028.044-.037.057l-.019.033-.019.033a.224.224,0,0,1-.026.033c-.013.015-.03.032-.048.049s-.038.034-.055.051a.147.147,0,0,1-.035.031,2.654,2.654,0,0,0-.164.237c-.053.086-.106.169-.159.25a.108.108,0,0,0-.012.026.307.307,0,0,1-.017.042l-.018.042a.11.11,0,0,0-.009.027c-.044.052-.091.1-.141.154a.7.7,0,0,0-.127.169.087.087,0,0,0-.013.025c-.007.015-.013.031-.02.05s-.012.036-.016.054a.189.189,0,0,0-.007.035.16.16,0,0,0-.039.047c-.018.024-.03.042-.036.052l-.04.037-.063.058-.061.059a.19.19,0,0,0-.033.037l-.042.07c-.022.038-.046.078-.073.122s-.051.085-.072.122a.228.228,0,0,1-.047.066c0,.007-.008.018-.024.035l-.048.054c-.018.019-.036.035-.052.05l-.035.025a.366.366,0,0,1-.029.042c-.015.022-.033.047-.051.075l-.059.085c-.021.027-.036.05-.049.066s-.058.075-.1.13-.08.117-.117.179a2.082,2.082,0,0,0-.1.185.362.362,0,0,0-.042.147v0a.056.056,0,0,0,.016.033c.011.013.024.026.037.04s.029.027.042.037l.032.022h.032a.179.179,0,0,0,.047-.017.23.23,0,0,1,.042-.016h.043a.328.328,0,0,1,.06.016.38.38,0,0,0,.061.017h.267c.084.006.168.012.251.015s.166.008.251.008a1.765,1.765,0,0,0,.412-.047,1.778,1.778,0,0,1,.4-.046.666.666,0,0,1,.089.006l.065.007a.151.151,0,0,1,.035.01l.064.019c.022,0,.042.012.061.018a.209.209,0,0,0,.037.01l.029-.01c.015-.006.032-.013.049-.018l.049-.019a.1.1,0,0,1,.033-.01,1.188,1.188,0,0,1,.155-.03l.182-.026a1.3,1.3,0,0,0,.178-.038.318.318,0,0,0,.136-.07.956.956,0,0,1,.068-.07c.034-.031.068-.065.1-.1s.067-.066.1-.1.046-.049.056-.058a.829.829,0,0,0,.1-.162c.032-.068.067-.134.1-.2a.8.8,0,0,1,.124-.169.213.213,0,0,1,.157-.071.158.158,0,0,1,.078.027.413.413,0,0,1,.084.065.482.482,0,0,1,.068.084.162.162,0,0,1,.028.087v.558a.845.845,0,0,1,.049.087.2.2,0,0,1,.026.1v0a1.855,1.855,0,0,0-.054.183.811.811,0,0,1-.056.164.455.455,0,0,1-.094.132.37.37,0,0,1-.162.084h-.309c-.131,0-.259,0-.384-.017s-.253-.016-.385-.016a.78.78,0,0,0-.159.016.736.736,0,0,1-.164.017,5.279,5.279,0,0,1-.631-.038A5.262,5.262,0,0,0,753.372,314.325Z" style="fill: #ef6e55"/> <path d="M758.51,314.3c-.166,0-.329.008-.49.021s-.323.022-.486.022H757.5c-.038-.007-.085-.014-.141-.022a.644.644,0,0,1-.162-.042.4.4,0,0,1-.131-.082.183.183,0,0,1-.053-.14.376.376,0,0,1,0-.052.081.081,0,0,1,.028-.052.091.091,0,0,1,.047-.023.264.264,0,0,1,.052-.009c.087-.01.174-.016.262-.02a1.59,1.59,0,0,0,.258-.027.962.962,0,0,0,.241-.08.634.634,0,0,0,.209-.169,3.193,3.193,0,0,1,.014-.405c.013-.133.019-.265.019-.4a.542.542,0,0,0-.017-.144.565.565,0,0,1-.016-.137v-.084a.362.362,0,0,1,0-.047c0-.021.008-.046.012-.072s.009-.051.012-.073a.263.263,0,0,0,0-.042v-.7a.247.247,0,0,1,0-.036c0-.017.007-.035.012-.053s.009-.035.012-.05l0-.025,0-.049c0-.028,0-.058,0-.092s0-.068,0-.1,0-.06,0-.079,0-.035,0-.068,0-.066,0-.1,0-.066,0-.095l0-.059a.368.368,0,0,0-.012-.07.377.377,0,0,0-.021-.071v-.038a.271.271,0,0,1,.038-.14.317.317,0,0,0,.037-.155v-.056a.312.312,0,0,0-.01-.082.257.257,0,0,0-.032-.077v-.329a2.713,2.713,0,0,1,.02-.328,2.277,2.277,0,0,0,.022-.318v-.066a.091.091,0,0,1-.012-.026c0-.014-.01-.028-.014-.042s-.01-.034-.016-.058a.266.266,0,0,1,.016-.074.219.219,0,0,1,.026-.058v-.032a.256.256,0,0,0-.066-.165.317.317,0,0,0-.135-.1c-.029,0-.079-.011-.151-.023l-.224-.041-.223-.039c-.07-.012-.12-.022-.149-.028a.312.312,0,0,1-.17-.089.267.267,0,0,1-.059-.187.171.171,0,0,1,.082-.153.615.615,0,0,1,.19-.08,1.154,1.154,0,0,1,.22-.03c.075,0,.133,0,.174,0h.047a.816.816,0,0,1,.091.01l.155.018.152.019c.047.006.076.01.089.01a.29.29,0,0,0,.089.009h.276a.4.4,0,0,0,.1-.009.252.252,0,0,0,.115.037c.042,0,.074,0,.1,0a1.786,1.786,0,0,0,.37-.038,1.9,1.9,0,0,1,.39-.037h.262a.787.787,0,0,0,.118.063,1.207,1.207,0,0,1,.114.056.291.291,0,0,1,.089.078.215.215,0,0,1,.035.131.257.257,0,0,1-.014.082.422.422,0,0,1-.04.087.235.235,0,0,1-.063.07.127.127,0,0,1-.079.028c-.07.012-.138.022-.206.028s-.141.009-.216.009-.156,0-.23-.009-.152-.016-.23-.028c-.006,0-.012.007-.016.021a.113.113,0,0,0-.008.035.255.255,0,0,0,0,.035.463.463,0,0,1,.007.052q0,.026.012.072v.075a.258.258,0,0,1-.016.094c-.012.028-.022.057-.033.085l-.033.082a.22.22,0,0,0-.016.086v.066a.236.236,0,0,1,.021.056.12.12,0,0,0,.021.052v.258a.188.188,0,0,0,.014.042.251.251,0,0,1,.018.056c.007.084.012.164.017.24s.007.157.007.248a.929.929,0,0,1-.049.3.963.963,0,0,0-.049.307v.01l.016.035c.008.017.016.036.026.059s.017.043.024.063a.234.234,0,0,1,.008.039V311a1.576,1.576,0,0,1-.037.35,1.619,1.619,0,0,0-.037.348q0,.231.021.453c.014.149.021.3.021.448v.4a.4.4,0,0,0-.021.087.3.3,0,0,1-.021.077l0,.025a.426.426,0,0,1-.011.042.4.4,0,0,0-.012.043l0,.026c0,.006,0,.022,0,.049s.006.056.009.089.006.064.009.094a.342.342,0,0,0,.01.063.219.219,0,0,0,.047.1.23.23,0,0,0,.074.059.357.357,0,0,0,.094.03l.108.024q0,.009.036.018l.063.022.062.021a.291.291,0,0,1,.041.014c.015,0,.044.006.086.01l.136.008.139.01c.044,0,.075,0,.094,0a.13.13,0,0,1,.053.056.176.176,0,0,1,.012.07v.042a.267.267,0,0,1-.04.16,1.14,1.14,0,0,1-.119.126.072.072,0,0,0-.038.017.134.134,0,0,1-.028.016H759.9c-.234-.015-.465-.038-.695-.065A5.754,5.754,0,0,0,758.51,314.3Z" style="fill: #ef6e55"/> <path d="M761.355,314.325a.9.9,0,0,0-.091-.018.3.3,0,0,1-.073-.017.085.085,0,0,1-.049-.037.159.159,0,0,1-.017-.082.261.261,0,0,1,.01-.082.443.443,0,0,1,.047-.1.362.362,0,0,1,.187-.132,1.473,1.473,0,0,1,.227-.046,2.055,2.055,0,0,0,.22-.038.249.249,0,0,0,.163-.108.269.269,0,0,1,.018-.042c.009-.018.02-.036.03-.052a.561.561,0,0,0,.04-.065v-.951a.158.158,0,0,0,.021-.045.209.209,0,0,0,.012-.044v-.333a.328.328,0,0,1,0-.038c0-.019.006-.038.011-.059l.015-.058a.294.294,0,0,0,.007-.038v-.164a.527.527,0,0,0-.007-.087l-.015-.067c0-.022-.008-.044-.011-.066a.583.583,0,0,1,0-.079v-.08a.091.091,0,0,0,.009-.036c0-.016.007-.035.012-.053s.009-.036.012-.049l0-.027c0-.015,0-.051,0-.107s0-.116.007-.179.007-.12.011-.173.009-.085.012-.1a.248.248,0,0,1,.015-.052.294.294,0,0,0,.013-.056v-.324c0-.024.008-.074.015-.147s.012-.152.019-.235.012-.161.018-.236.01-.128.01-.159a.21.21,0,0,0,.025-.064.343.343,0,0,0,.017-.068.716.716,0,0,0-.03-.194.8.8,0,0,0-.087-.19.769.769,0,0,0-.136-.16.5.5,0,0,0-.179-.1.237.237,0,0,0-.047-.012l-.079-.017-.08-.018a.234.234,0,0,1-.052-.019l-.023-.019c-.013-.009-.025-.02-.04-.031l-.042-.03-.025-.019-.029-.006a.333.333,0,0,0-.052-.012l-.051-.01-.028,0a.305.305,0,0,1-.1-.07,1.411,1.411,0,0,1-.119-.124,1.343,1.343,0,0,1-.1-.131.215.215,0,0,1-.042-.1.122.122,0,0,1,0-.037.052.052,0,0,1,0-.023.219.219,0,0,1,.025-.045c.015-.021.031-.041.047-.064s.034-.042.05-.06a.179.179,0,0,1,.037-.037.609.609,0,0,0,.07-.017.4.4,0,0,1,.094-.016h.722a.458.458,0,0,1,.1-.022l.089,0a.413.413,0,0,1,.2.049.718.718,0,0,1,.158.122,1.748,1.748,0,0,1,.133.159,1.405,1.405,0,0,0,.129.157.206.206,0,0,0,.037.04c.022.021.045.044.071.071l.07.072.042.043a.573.573,0,0,1,.1.164.564.564,0,0,0,.1.164.981.981,0,0,0,.19.18,1.558,1.558,0,0,1,.2.176,2.364,2.364,0,0,1,.187.239c.069.1.141.194.216.293s.15.188.225.269a.672.672,0,0,0,.221.169,2.631,2.631,0,0,0,.316.459,3.654,3.654,0,0,0,.392.4l.074.138a.626.626,0,0,0,.09.128.422.422,0,0,0,.1.071,1.247,1.247,0,0,1,.114.061.392.392,0,0,1,.1.077.188.188,0,0,1,.044.115c.016.012.042.037.08.073s.076.075.117.117l.114.119a.854.854,0,0,0,.079.075.619.619,0,0,1,.065.089.391.391,0,0,0,.052.076.2.2,0,0,0,.067.051.261.261,0,0,0,.111.019.3.3,0,0,0,.08-.01c.024-.006.04-.027.046-.065a2.217,2.217,0,0,0,.1-.372,2.167,2.167,0,0,0,.033-.387v-.151s0-.027-.011-.063a.421.421,0,0,1-.012-.072.147.147,0,0,1-.01-.071c0-.044,0-.088,0-.133s0-.072,0-.078a1.121,1.121,0,0,1-.014-.15c0-.068-.007-.142-.01-.218s0-.147-.009-.213-.006-.111-.009-.136,0-.045,0-.079-.006-.071-.01-.109l-.009-.105a.285.285,0,0,0-.009-.063.208.208,0,0,0-.012-.056.13.13,0,0,0-.021-.047v-.811a.109.109,0,0,0-.009-.033.066.066,0,0,0-.024-.033,1.739,1.739,0,0,0-.171-.267.42.42,0,0,0-.246-.164.335.335,0,0,1-.04-.007l-.06-.014-.059-.014a.3.3,0,0,1-.038-.012.079.079,0,0,1-.025-.012.226.226,0,0,1-.042-.026l-.04-.025a.079.079,0,0,0-.024-.012,1.047,1.047,0,0,1-.152-.127.234.234,0,0,1-.05-.187.184.184,0,0,1,.033-.089.3.3,0,0,1,.131-.1l.047-.016.04,0c.02,0,.042,0,.063,0h.084l1.032.066a3.307,3.307,0,0,0,.443-.033,3.172,3.172,0,0,1,.447-.033s.016.006.045.009a.108.108,0,0,1,.054.014.389.389,0,0,0,.1.022.2.2,0,0,1,.07.013.083.083,0,0,1,.042.05.369.369,0,0,1,.015.126.2.2,0,0,1-.04.127.372.372,0,0,1-.1.087.713.713,0,0,1-.132.058l-.126.042a.521.521,0,0,0-.066.022.656.656,0,0,0-.079.03c-.026.013-.058.03-.1.052a1.007,1.007,0,0,0-.114.074c-.026.026-.05.051-.074.078s-.043.047-.058.063a.265.265,0,0,0-.063.127c-.014.056-.024.106-.031.15,0,.025,0,.067,0,.124s-.007.119-.01.185,0,.129-.009.187-.006.1-.009.127v.412a.2.2,0,0,1-.017.05.241.241,0,0,0-.016.049v.155a.81.81,0,0,0,.021.2.9.9,0,0,1,.021.206v.089a.426.426,0,0,1-.009.086.221.221,0,0,1-.033.078v.558a.13.13,0,0,1,0,.032c0,.016,0,.034-.007.052a.385.385,0,0,1-.007.052l0,.028v.454a.351.351,0,0,1-.016.064.3.3,0,0,0-.016.073.328.328,0,0,0-.01.061c0,.028-.007.057-.012.088s-.008.061-.011.087a.223.223,0,0,1-.01.054v.211a2.106,2.106,0,0,0,.038.4,2.139,2.139,0,0,1,.037.4v.023a.3.3,0,0,1-.016.073.326.326,0,0,0-.016.068.226.226,0,0,0-.01.082v.256a.236.236,0,0,0,.01.084c-.044.044-.087.089-.129.134a.213.213,0,0,1-.157.068.054.054,0,0,1-.024,0,.022.022,0,0,1-.014,0,.762.762,0,0,1-.235-.122,1.38,1.38,0,0,1-.189-.178c-.058-.065-.113-.134-.166-.206s-.108-.14-.164-.207l-.073-.082-.124-.133c-.044-.046-.084-.09-.122-.131l-.071-.076a3.952,3.952,0,0,1-.318-.4q-.145-.211-.31-.408a.064.064,0,0,0-.023-.042l-.054-.042c-.026-.023-.055-.046-.085-.07l-.082-.071-.047-.043a.284.284,0,0,1-.023-.039l-.039-.073c-.015-.024-.029-.049-.043-.072s-.023-.038-.026-.045a.035.035,0,0,1-.013-.014q-.015-.015-.015-.018s-.012-.007-.025-.02l-.05-.039-.054-.043a.157.157,0,0,0-.035-.025.325.325,0,0,1-.061-.073.672.672,0,0,1-.042-.085c-.012-.029-.026-.059-.04-.089a.425.425,0,0,0-.053-.082s-.018-.021-.043-.046l-.079-.082c-.029-.03-.056-.057-.082-.082a.391.391,0,0,0-.054-.047.334.334,0,0,1-.038-.049.152.152,0,0,1-.028-.05.263.263,0,0,0-.059-.056l-.07-.045c-.024-.013-.046-.028-.068-.042a.354.354,0,0,1-.061-.049.148.148,0,0,1-.016-.031.38.38,0,0,0-.031-.053c-.012-.019-.024-.036-.035-.052a.089.089,0,0,0-.026-.028.144.144,0,0,0-.023-.033l-.033-.038-.036-.02a.551.551,0,0,1-.05-.038c-.018-.014-.034-.028-.05-.042s-.024-.025-.024-.031a.215.215,0,0,1-.051-.042l-.082-.082-.082-.082a.477.477,0,0,0-.051-.047.585.585,0,0,0-.073-.075.147.147,0,0,0-.091-.028.116.116,0,0,0-.092.05.485.485,0,0,0-.068.114.757.757,0,0,0-.044.132.453.453,0,0,0-.017.1c0,.044,0,.079,0,.106s0,.054,0,.082v.124q0,.04,0,.078c0,.024,0,.056,0,.094a.32.32,0,0,0,.01.058c.006.03.012.061.018.094s.013.063.019.091a.483.483,0,0,1,.01.052.208.208,0,0,1,.009.077v.139c0,.055,0,.114,0,.175s0,.118,0,.171,0,.1,0,.141,0,.068,0,.084c.006.031.011.055.015.073a.437.437,0,0,1,.012.052.149.149,0,0,1,.005.035c0,.006,0,.034,0,.084s0,.092,0,.127a1.032,1.032,0,0,1-.022.22,1.184,1.184,0,0,0-.02.22.782.782,0,0,0,.015.148.687.687,0,0,1,.017.157.32.32,0,0,1-.017.107.411.411,0,0,0-.015.113.481.481,0,0,0,.079.307.441.441,0,0,0,.206.138,1.356,1.356,0,0,0,.277.059,1.074,1.074,0,0,1,.29.073.374.374,0,0,1,.136.094c.035.037.075.084.122.14a.118.118,0,0,1,.038.064.492.492,0,0,1,0,.072v.084a.058.058,0,0,1-.042.017l-.06,0-.062,0a.052.052,0,0,0-.037.012c-.037.016-.069.028-.1.037a.554.554,0,0,1-.075.022.321.321,0,0,1-.068.007h-.183a2.082,2.082,0,0,1-.316-.024,2.094,2.094,0,0,0-.317-.023,2.505,2.505,0,0,0-.349.023,2.44,2.44,0,0,1-.34.024h-.079c-.016,0-.046-.006-.092-.01l-.141-.007c-.048,0-.094,0-.137-.007A.477.477,0,0,1,761.355,314.325Z" style="fill: #ef6e55"/> <path d="M768.831,314.11a.241.241,0,0,1,.062-.143.185.185,0,0,1,.154-.077c.022,0,.052,0,.089,0s.074,0,.108,0c.094,0,.158,0,.195,0l.063,0h.052c.04,0,.083,0,.129,0a.8.8,0,0,0,.131-.019.372.372,0,0,0,.112-.042.126.126,0,0,0,.063-.08v-.234c0-.138,0-.271.007-.4s.014-.255.027-.383c0-.032.011-.063.018-.092s.016-.067.028-.11a.332.332,0,0,1,0-.071c0-.068,0-.127,0-.176s.006-.114.012-.2a.1.1,0,0,1,0-.032.071.071,0,0,1,.01-.023c0-.063,0-.125,0-.188s.008-.125.014-.187a.414.414,0,0,1-.016-.083.712.712,0,0,0-.017-.1.551.551,0,0,1-.009-.066l-.009-.093c0-.032-.006-.06-.01-.084s0-.041,0-.047v-.521a.127.127,0,0,1-.017-.058.855.855,0,0,1-.006-.1q0-.046.006-.132c0-.055,0-.111.007-.166s.006-.1.007-.145l0-.069a.2.2,0,0,1,0-.032.173.173,0,0,1,.015-.042l.008-.047a.137.137,0,0,0,0-.033.385.385,0,0,0-.009-.08c-.006-.027-.014-.056-.023-.084a.546.546,0,0,1-.023-.159v-.139a1.015,1.015,0,0,1,.008-.138c0-.043.007-.089.01-.138s0-.095,0-.139,0-.075,0-.124-.007-.1-.01-.152a1.131,1.131,0,0,1-.008-.136v-.1a.177.177,0,0,0-.085-.088.592.592,0,0,0-.138-.054.861.861,0,0,0-.155-.029c-.052,0-.093-.006-.124-.006a.278.278,0,0,0-.054.006.313.313,0,0,0-.054.017l-.058.014a.387.387,0,0,1-.064,0,.929.929,0,0,1-.136-.012.754.754,0,0,1-.152-.04.36.36,0,0,1-.122-.075.158.158,0,0,1-.05-.118.663.663,0,0,1,0-.088.049.049,0,0,1,.042-.042l.108-.026a.965.965,0,0,1,.136-.021c.028,0,.081.006.159.01s.163.007.253.013.168.01.249.012.139,0,.173,0a.511.511,0,0,0,.127.028c.041,0,.1,0,.183,0a.372.372,0,0,0,.042-.01l.07-.013a.1.1,0,0,1,.026-.01h.583l.032,0a.43.43,0,0,0,.058-.012.206.206,0,0,1,.047-.013l.042-.01h1.425l.127,0c.068,0,.137.008.206.018a.8.8,0,0,0,.141.014,2.027,2.027,0,0,0,.248-.014c.044-.006.085-.012.124-.016a.944.944,0,0,1,.12-.007,1.481,1.481,0,0,1,.224.016.443.443,0,0,1,.1.021l.059,0,.1.01.094.008a.267.267,0,0,1,.052.01.187.187,0,0,1,.124.1.435.435,0,0,1,.054.143,1.19,1.19,0,0,1,.028.183c0,.05,0,.106,0,.169v.241c0,.063,0,.117,0,.159s-.006.076-.009.1-.007.051-.01.077c-.006.053-.012.1-.02.152s-.012.075-.012.082v.131a.411.411,0,0,1-.01.085.2.2,0,0,1-.037.079.185.185,0,0,1-.05,0h-.048a.273.273,0,0,1-.181-.089,1.476,1.476,0,0,1-.186-.209c-.058-.079-.113-.159-.161-.239a2.081,2.081,0,0,1-.105-.185c-.007-.015-.018-.042-.033-.08s-.035-.078-.056-.122-.034-.078-.055-.124a.222.222,0,0,0-.044-.077.469.469,0,0,0-.082-.092.18.18,0,0,0-.12-.053h-.81a.987.987,0,0,0-.3-.059c-.107,0-.214-.01-.324-.017-.056,0-.113,0-.168,0l-.165-.009a.267.267,0,0,1-.08-.012l-.075-.022-.082-.027a.264.264,0,0,0-.086-.015.111.111,0,0,0-.078.047.77.77,0,0,0-.062.085c-.016.016-.024.028-.024.037a1.114,1.114,0,0,1,.009.169v.483a.9.9,0,0,1-.009.159.457.457,0,0,1-.023.155c-.007.029-.014.057-.022.087a.431.431,0,0,0-.011.109c0,.026.012.055.018.087a.873.873,0,0,0,.024.092c.015.056.029.114.04.173a1.19,1.19,0,0,1,.016.2c0,.037,0,.076,0,.116s-.008.08-.013.124l-.024.239v.164l.024.042a.218.218,0,0,0,.072.009c.049,0,.087,0,.115,0a.3.3,0,0,0,.091.009h.3a.41.41,0,0,0,.1-.009l.01,0a.02.02,0,0,0,.014,0,.193.193,0,0,0,.07.029.686.686,0,0,0,.148,0,.73.73,0,0,0,.073-.015.407.407,0,0,0,.068-.014.327.327,0,0,1,.1-.009l.047.009.045.009a.118.118,0,0,0,.035,0,.555.555,0,0,0,.062.015.408.408,0,0,0,.059,0,.165.165,0,0,0,.1-.033.281.281,0,0,0,.075-.082.482.482,0,0,0,.049-.108.939.939,0,0,0,.029-.109c0-.013,0-.038,0-.074s0-.074.006-.114.007-.078.01-.11a.119.119,0,0,1,.014-.059c.016-.044.029-.077.04-.1s.017-.031.017-.021V310l.02-.1a.1.1,0,0,1,.068-.078.084.084,0,0,1,.026-.013c.014-.006.031-.013.05-.019s.036-.012.053-.017a.2.2,0,0,1,.193.054.367.367,0,0,1,.077.109v1.171a.551.551,0,0,0,.01.1c0,.038,0,.072.008.1s0,.051,0,.06,0,.06-.013.122-.021.13-.034.2-.026.132-.033.188-.009.091-.009.1a.454.454,0,0,0-.014.113c-.006.044-.012.088-.019.135a.472.472,0,0,1-.032.127.222.222,0,0,1-.07.092.216.216,0,0,1-.132.035.179.179,0,0,1-.122-.04.251.251,0,0,1-.071-.1.554.554,0,0,1-.032-.129.918.918,0,0,1-.01-.136.156.156,0,0,0,0-.035.173.173,0,0,1,0-.03c-.013-.06-.028-.125-.043-.2a1,1,0,0,0-.068-.2.6.6,0,0,0-.112-.164.3.3,0,0,0-.176-.082l-.178-.018c-.053-.006-.111-.01-.171-.012a.965.965,0,0,1-.139-.012c-.053,0-.1,0-.145,0s-.085.005-.122.005h-.085a.067.067,0,0,1-.042-.01.105.105,0,0,1-.051-.01.458.458,0,0,0-.066-.013h-.079a.208.208,0,0,0-.08.013.311.311,0,0,0-.052.034.175.175,0,0,1-.02.016l-.027.017a.24.24,0,0,1-.032.013h-.137a.387.387,0,0,1,0,.069v.062a.261.261,0,0,1,0,.035.174.174,0,0,1-.011.032.447.447,0,0,1-.027.067.153.153,0,0,0-.015.054.266.266,0,0,0,0,.038.393.393,0,0,0,.014.06.135.135,0,0,1,.009.047.238.238,0,0,1,.01.05c0,.023.006.048.007.074s0,.053.006.078a.352.352,0,0,1,0,.056.03.03,0,0,1,.01.022v.03c.022.013.032.02.032.023a.977.977,0,0,1,.04.139c.011.048.02.1.027.152,0,.022,0,.066.007.131s0,.137.006.213.006.15.007.221,0,.121,0,.152v.482a.219.219,0,0,0,.063.144.37.37,0,0,0,.132.075.619.619,0,0,0,.164.031c.057,0,.111,0,.161,0h.16a.618.618,0,0,1,.124-.016c.067,0,.176-.007.325-.007a.237.237,0,0,0,.043,0,.267.267,0,0,1,.051,0c.054-.006.11-.012.172-.016a.483.483,0,0,0,.114-.017.041.041,0,0,0,.019,0,.064.064,0,0,1,.019-.008.042.042,0,0,0,.019-.011.284.284,0,0,0,.044-.019.163.163,0,0,1,.031-.014.261.261,0,0,1,.082.026.171.171,0,0,1,.067.04.566.566,0,0,0,.071.007c.028,0,.057,0,.086,0h.3c.031,0,.059,0,.082,0s.035,0,.035-.007l.009,0,.01,0,.009,0a.45.45,0,0,0,.14-.016.454.454,0,0,0,.1-.049.453.453,0,0,1,.047-.033.029.029,0,0,1,.014,0H773.6a.4.4,0,0,1,.1-.038.525.525,0,0,0,.069-.013.573.573,0,0,0,.093-.024.155.155,0,0,0,.061-.033.1.1,0,0,1,.019-.014.1.1,0,0,0,.023-.018l.052-.045c.018-.017.038-.033.056-.049l.049-.042.027-.023.011-.015.016-.037a.278.278,0,0,1,.033-.07c.028-.066.055-.126.08-.181a.968.968,0,0,1,.086-.152.669.669,0,0,1,.117-.127.852.852,0,0,1,.167-.1.06.06,0,0,0,.024,0l.051-.028.026-.012.025-.012.029-.008a.109.109,0,0,1,.058.035c.027.023.04.041.04.054v.164s.008.028.024.075c.012.027.024.056.035.086a.212.212,0,0,1,.016.068v.136c0,.094,0,.2-.011.309s-.015.205-.022.277a.368.368,0,0,1-.107.2.536.536,0,0,1-.186.11.9.9,0,0,1-.224.047q-.12.009-.228.009H773.8a.159.159,0,0,0-.077-.037.693.693,0,0,0-.087,0l-.012,0s-.023.007-.058.015a.583.583,0,0,1-.066.022.1.1,0,0,1-.023,0,.371.371,0,0,1-.094.015l-.136.008c-.047,0-.091.006-.131.008l-.08,0h-2.245a.4.4,0,0,1-.094-.01.718.718,0,0,1-.085-.023.687.687,0,0,1-.086-.026.243.243,0,0,0-.068-.016l-.018,0c-.007,0-.024.007-.052.015a.165.165,0,0,0-.03,0l-.045.01a.128.128,0,0,1-.044.009h-.027a.49.49,0,0,0-.082.012c-.039.007-.085.018-.137.031s-.129.024-.188.037a.69.69,0,0,1-.137.019h-.1l-.653.014c-.006,0-.015-.013-.027-.038a.561.561,0,0,1-.035-.087c-.012-.032-.023-.066-.033-.1s-.018-.06-.022-.076Z" style="fill: #ef6e55"/> </g> <g> <polygon points="778.563 272.542 773.462 278.138 764.082 280.276 756.676 277.15 747.461 266.124 750.588 264.314 755.853 270.567 762.93 270.074 768.031 265.795 774.779 267.934 778.563 272.542" style="fill: #1c160e"/> <polygon points="766.797 266.783 771.898 268.346 775.19 270.65 777.247 274.023 778.563 272.542 777.165 269.58 773.544 266.536 768.525 265.384 766.797 266.783" style="fill: #2c150d"/> <polygon points="750.094 264.807 749.415 262.607 748.284 260.694 746.802 260.694 745.568 262.339 746.062 263.491 747.132 264.726 748.448 265.96 749.765 266.042 750.094 264.807" style="fill: #2c150d"/> <polygon points="748.366 267.276 751.41 281.017 763.094 287.682 770.499 285.049 776.424 272.378 776.259 268.675 775.436 268.016 775.601 272.213 769.594 284.391 763.094 286.612 752.315 280.606 749.106 267.194 748.366 267.276" style="fill: #ab8e54"/> <polygon points="774.284 267.77 774.202 265.713 776.177 263.573 777.658 263.82 778.316 265.548 776.588 268.263 775.107 268.757 774.284 267.77" style="fill: #2c150d"/> </g> </g> <rect id="MagazineQ" x="730.283" y="235.348" width="10.966" height="10.966" transform="translate(45.208 590.803) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Hold"> <g id="_Rectangle_4" data-name="<Rectangle>"> <g> <path d="M650.711,426.749H539.893V358.47l10-10h90.818l10,10Z" style="fill: #fbf6f0"/> <path d="M651.111,427.149H539.493V356.305l8.234-8.235h95.15l8.234,8.235Zm-110.818-.8H650.311V356.636l-7.765-7.766H548.058l-7.765,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="HoldOn"> <g id="scene-3" data-name="scene"> <polygon points="614.15 368.55 645.249 367.682 648.369 396.996 647.553 399.358 615.014 397.189 614.15 368.55" style="fill: #905c3a"/> <polygon points="647.553 399.358 614.438 396.465 563.183 414.256 588.235 427.129 649.568 427.129 647.553 399.358" style="fill: #442418"/> <polygon points="540.003 359.003 614.15 368.55 615.014 397.189 604.743 400.853 592.842 404.276 540.003 409.338 540.003 359.003" style="fill: #81552f"/> <polygon points="575.316 348.717 562.694 354.462 547.177 349.392 548.299 348.717 575.316 348.717" style="fill: #efe3d8"/> <polygon points="589.962 360.305 589.962 400.805 591.296 401.142 591.702 400.371 591.441 361.993 589.962 360.305" style="fill: #5d3017"/> <polygon points="594.33 367.296 594.042 368.309 592.074 368.405 591.114 369.996 590.874 366.814 594.33 367.296" style="fill: #5d3017"/> <polygon points="544.754 366.115 548.017 366.44 550.369 367.64 553.776 368.553 555.504 368.069 559.056 368.117 563.135 370.286 564.911 373.998 564.719 379.06 562.751 381.037 559.823 382.435 562.271 389.378 565.103 398.105 567.55 401.624 567.694 403.022 540.003 407.94 540.003 366.525 544.754 366.115" style="fill: #a8854f"/> <polygon points="545.378 377.228 546.146 375.975 547.537 376.264 547.873 377.132 547.345 378.385 546.194 378.241 545.378 377.228" style="fill: #8e5e35"/> <polygon points="540.027 391.427 541.046 390.981 542.018 391.741 542.018 393.139 541.202 393.717 540.003 393.332 540.027 391.427" style="fill: #8e5e35"/> <polygon points="555.696 390.824 554.976 391.307 554.88 392.271 556.032 393.332 556.704 393.283 557.328 391.644 556.464 390.921 555.696 390.824" style="fill: #8e5e35"/> <polygon points="559.056 377.035 560.543 376.553 560.975 377.566 560.783 378.626 559.871 378.916 558.912 378.241 559.056 377.035" style="fill: #8e5e35"/> <polygon points="552.817 378.289 550.801 380.844 549.601 381.375 546.482 381.664 547.969 383.978 548.545 386.003 549.601 383.207 552.001 381.326 555.072 381.133 556.848 381.375 554.16 379.832 552.817 378.289" style="fill: #895723"/> <polygon points="555.504 368.068 553.824 369.707 553.152 371.635 551.809 369.128 550.369 367.634 553.44 367.2 555.504 368.068" style="fill: #895723"/> <polygon points="544.994 366.139 541.826 367.344 540.003 370.382 540.003 365.512 543.074 365.85 544.994 366.139" style="fill: #895723"/> <polygon points="561.647 389.016 560.879 393.054 558.048 395.411 555.552 396.131 550.129 393.863 548.401 390.68 548.161 388.896 546.962 392.174 544.274 394.585 541.586 395.308 540.003 395.115 540.003 398.056 543.986 395.549 549.121 395.646 552.001 397.912 556.128 398.587 558.24 396.176 561.407 396.031 564.767 397.671 563.231 393.765 561.647 389.016" style="fill: #895723"/> <polygon points="605.608 386.63 596.297 386.582 584.395 386.968 569.71 385.714 569.614 383.689 584.395 383.303 603.016 383.786 605.416 384.171 605.608 386.63" style="fill: #724d2f"/> <polygon points="604.936 385.81 584.779 385.907 579.116 385.425 579.5 386.196 584.682 387.323 605.032 387.353 604.936 385.81" style="fill: #4f2717"/> <polygon points="605.08 376.939 604.432 376.143 592.986 374.986 586.075 374.769 571.245 375.275 571.029 375.999 605.08 376.939" style="fill: #724d2f"/> <polygon points="605.584 377.879 585.139 377.011 570.454 376.722 570.67 375.926 584.995 375.42 605.44 376.867 605.584 377.879" style="fill: #4f2717"/> <polygon points="605.8 395.164 595.649 394.73 591.546 394.802 575.637 395.019 571.173 396.755 571.893 398.056 584.707 399.575 606.232 396.393 605.8 395.164" style="fill: #724d2f"/> <polygon points="605.944 385.617 614.15 385.617 614.39 387.064 606.232 387.16 605.944 385.617" style="fill: #4f2717"/> <polygon points="607.191 396.224 615.158 394.199 615.398 395.887 606.999 398.442 607.191 396.224" style="fill: #4f2717"/> <polygon points="614.582 394.151 613.238 393.524 599.081 393.814 596.825 394.392 596.489 394.874 605.992 396.465 614.582 394.151" style="fill: #724d2f"/> <polygon points="614.582 385.183 613.286 384.316 604.744 383.93 602.056 384.942 606.952 385.762 614.582 385.183" style="fill: #724d2f"/> <polygon points="601.372 371.551 601.588 371.768 601.948 371.804 602.236 370.792 601.948 370.683 601.372 371.551" style="fill: #7f614a"/> <polygon points="569.518 360.305 569.518 400.805 570.851 401.142 571.257 400.371 570.996 361.993 569.518 360.305" style="fill: #5d3017"/> <polygon points="641.098 367.224 606.184 368.839 588.517 365.952 540.003 359.003 540.003 356.713 547.402 349.167 567.022 354.568 577.969 348.717 642.543 348.867 644.635 350.519 641.098 367.224" style="fill: #73421f"/> <polygon points="609.063 367.368 600.329 367.573 596.44 366.947 602.728 365.368 599.657 364.982 593.82 366.525 583.435 364.853 593.922 362.957 590.922 361.896 580.708 364.414 571.391 362.913 579.596 359.196 577.772 358.618 571.533 359.196 566.113 362.134 557.308 360.916 565.102 355.146 563.471 354.182 559.055 355.436 549.998 359.904 540.003 358.521 540.003 360.016 570.957 364.307 609.543 369.514 612.803 369.221 609.063 367.368" style="fill: #5f3318"/> <path d="M577.676,402.2l1.248-.193-6.335-16.489-3.935-11.186-1.536-6.942-3.647-13.211-.864-.771-.576.578,1.068,3.783-8.322-1.292-1-5.384-.672-.675-1.151.483,4.511,20.635,3.647,11.861,2.112,8.292,3.551,12.15,1.536-.868-1.3-4.479,9.52-1.962Zm-12-35.293,1.162,5.993-8.37-.728-1.613-6.483,8.7.779ZM555.024,357.8l8.466,1.355,1.728,6.119-8.694-.924-1.116-4.483Zm4.127,17.11-.318-1.278,8.291.714,2.638,6.965-9-.87Zm2,6.864,9.02.6,2.1,5.537-9.195.473Zm4.348,14.954-2.061-7.088,9.319-.436,2.371,6.259Z" style="fill: #370b03"/> <path d="M646.209,358.907l-7.092.74-.466-3.572,7.174-1.266v-2.556l-7.576,1.51-1.022-5.046H635.1l1.091,5.455-.063.013-11.771,1.488-5.345-5.758,5.4-.844.979-.354H611.992l-4.849.836-11.159,2.409-7.257-3.245h-4.163l8.469,3.882-9.118,1.969-5.494,1.676-9.287-2.544,6.815-2.507,4.558-2.476h-5.5l-1.36.74-3.072.386-7.678,3.085-13.342-4.435-1.334.047-1.588,1.623,26.629,7.875,10.332,2.632.419,40.183.96.868,1.151-.675-.327-39.814.71.18,17.959,5.333.279,34.108.96.868,1.152-.675-.371-33.7,6.319,1.876.6.052.843,28.3.672.29.863-.29-.475-28.173,16.3-.574,13.234-.687-2.184-2.58-3.046.117-.262-3.88,6.188-.769Zm-11.038-2.218,1.474-.26.684,3.42-8.657.993-2.47-3.078Zm-10.734,1.286L627,361.033l-5.842.67-5.491.974-5.971-2.935Zm-15.47-6.493,8.279-1.291,5.323,5.709-4,.506-12.412,1.338-6.824-4.076Zm-26.108,5.978-1.158-.317,12.388-2.286,2.383-.541,6.789,4.031-10.432,2.235Zm22.5,7.045L597.8,362.14l8.815-1.913,6.859,2.838Zm7.066,2.212-4.189-1.311,8.125-1.1h0l4.18,2.1Zm10.455-.4-4.339-2.209,8.378-.765,1.827-.228L631.16,366Zm9.885-.378-2.424-3.022,7.42-.922.745,3.724Z" style="fill: #61331a"/> <polygon points="605.416 396.2 585.355 399.599 585.355 400.515 585.642 403.263 605.319 399.888 605.799 399.02 605.416 396.2" style="fill: #502b1a"/> <polygon points="574.101 364.452 573.597 365.512 572.109 365.512 570.91 367.007 570.622 363.921 574.101 364.452" style="fill: #5d3017"/> <polygon points="637.996 398.472 637.33 385.907 636.995 375.782 635.459 375.01 624.517 374.721 624.277 375.059 624.949 397.381 636.791 398.563 637.996 398.472" style="fill: #4d2a1c"/> <polygon points="636.611 398.346 636.107 386.557 635.531 386.124 635.315 375.999 625.236 375.637 625.83 397.478 636.611 398.346" style="fill: #724d2f"/> <polygon points="626.388 377.373 626.388 384.171 634.631 385.075 634.685 384.822 634.271 377.554 626.388 377.373" style="fill: #4d2a1c"/> <polygon points="634.739 387.389 626.676 386.684 626.37 386.937 626.946 395.923 635.135 396.574 635.171 390.77 634.739 387.389" style="fill: #4d2a1c"/> <polygon points="633.059 386.148 633.395 385.521 634.355 385.666 634.595 386.582 633.971 387.498 633.347 387.305 633.059 386.148" style="fill: #2e1e15"/> <polygon points="642.692 348.717 643.137 353.024 642.273 359.485 640.641 366.524 639.969 367.971 643.425 382.338 644.673 382.917 645.824 406.927 650.576 408.181 650.465 356.976 642.692 348.717" style="fill: #38190e"/> <polygon points="580.028 427.129 610.983 414.69 617.174 407.747 588.667 399.069 567.646 402.396 540.003 406.59 540.003 427.129 580.028 427.129" style="fill: #6a3418"/> <polygon points="617.894 409.917 617.174 407.747 604.936 415.269 597.593 417.728 580.748 425.249 576.141 427.129 588.235 427.129 610.839 416.002 610.839 427.129 615.878 427.129 615.878 413.521 617.03 412.954 617.894 409.917" style="fill: #3d1b12"/> <polygon points="650.576 405.433 644.097 403.987 637.906 405.722 637.618 413.244 628.692 413.822 621.781 418.885 623.077 427.129 650.576 427.129 650.576 405.433" style="fill: #140602"/> </g> <polygon id="Overlay-2" data-name="Overlay" points="642.937 348.07 547.843 348.07 539.613 356.305 539.613 427.149 651.167 427.149 651.167 356.305 642.937 348.07" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_Name-3" data-name="Ribbon and Name"> <g> <path d="M652.819,418.6l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.171-.795-21.323,2.179-19.954-4.2.912-3.883,9.476-3.545,9.476-3.545,11.573-6.714-48.82-.409-44.1-1.521-12.815-.267-54.766-1.358-66.876-.673l-7.563-2.532-1.8-6.135c-11-2.558-9.2.348-3.767-9.172-.059-.223.357-.948.3-1.171.26-.144-7.974-5.567-6.2-5.477,5.409-.355,9.9-2.861,15.365-1.743,3.283-.711,4.455,3.243,1.114,4.513l-2.789,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.619c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.413,4.089" style="fill: #fbf6f0"/> <path d="M662.8,428.115c-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-.057-.071c1.395,2.2,2.763,4.357,4.221,6.657-5.534.012-11.487.615-17-.609-6.7-2.737.083-5.106,3.714-5.818,2.036-.239,8.6-2.843,3.059-3.588-26.9-.677-54.425,1.429-81.267.329-14.855-1.178-49.8,6.831-35.835-18.479-2.17,1.457-2.483,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.49-.955-4.275,12.638,5.433,10.26,14.106,10.639,1.221-.354,5.739.7,5.6-.75l.01.013c-1.483-2.349-2.884-4.573-4.308-6.82C657.568,431.8,663.91,429.547,662.8,428.115Zm-10.315,3.051a.881.881,0,0,0-.215-.153A.312.312,0,0,1,652.487,431.166Z" style="fill: #c4a985"/> <path d="M653.264,418.929c.052-5.628-6.247-4.922-10.311-4.849-34.377.057-69.057.807-103.426,1.135-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.771.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-.136-.754c-1.89-1.673-4.277-2.993-5.956-4.955,2.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.625,3.092,7.3,3.128,33.129-.46,66.694-1.343,99.816-1.217,17.2-1.558,11.451,4.747,12.876,16.974C653.371,428.319,653.232,422.773,653.264,418.929Z" style="fill: #bc9e76"/> </g> <text transform="translate(558.359 426.86)" style="font-size: 12.152199745178223px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE <tspan x="30.623" y="0" style="letter-spacing: -0.011732700909279612em">H</tspan><tspan x="40.687" y="0" style="letter-spacing: -0.011250535118487299em">O</tspan><tspan x="49.159" y="0">LD</tspan></text> </g> </g> <g id="HoldHere"> <g id="scene-4" data-name="scene"> <polygon points="614.15 368.55 645.249 367.682 648.369 396.996 647.553 399.358 615.014 397.189 614.15 368.55" style="fill: #905c3a"/> <polygon points="647.553 399.358 614.438 396.465 563.183 414.256 588.235 427.129 649.568 427.129 647.553 399.358" style="fill: #442418"/> <polygon points="540.003 359.003 614.15 368.55 615.014 397.189 604.743 400.853 592.842 404.276 540.003 409.338 540.003 359.003" style="fill: #81552f"/> <polygon points="575.316 348.717 562.694 354.462 547.177 349.392 548.299 348.717 575.316 348.717" style="fill: #efe3d8"/> <polygon points="589.962 360.305 589.962 400.805 591.296 401.142 591.702 400.371 591.441 361.993 589.962 360.305" style="fill: #5d3017"/> <polygon points="594.33 367.296 594.042 368.309 592.074 368.405 591.114 369.996 590.874 366.814 594.33 367.296" style="fill: #5d3017"/> <polygon points="544.754 366.115 548.017 366.44 550.369 367.64 553.776 368.553 555.504 368.069 559.056 368.117 563.135 370.286 564.911 373.998 564.719 379.06 562.751 381.037 559.823 382.435 562.271 389.378 565.103 398.105 567.55 401.624 567.694 403.022 540.003 407.94 540.003 366.525 544.754 366.115" style="fill: #a8854f"/> <polygon points="545.378 377.228 546.146 375.975 547.537 376.264 547.873 377.132 547.345 378.385 546.194 378.241 545.378 377.228" style="fill: #8e5e35"/> <polygon points="540.027 391.427 541.046 390.981 542.018 391.741 542.018 393.139 541.202 393.717 540.003 393.332 540.027 391.427" style="fill: #8e5e35"/> <polygon points="555.696 390.824 554.976 391.307 554.88 392.271 556.032 393.332 556.704 393.283 557.328 391.644 556.464 390.921 555.696 390.824" style="fill: #8e5e35"/> <polygon points="559.056 377.035 560.543 376.553 560.975 377.566 560.783 378.626 559.871 378.916 558.912 378.241 559.056 377.035" style="fill: #8e5e35"/> <polygon points="552.817 378.289 550.801 380.844 549.601 381.375 546.482 381.664 547.969 383.978 548.545 386.003 549.601 383.207 552.001 381.326 555.072 381.133 556.848 381.375 554.16 379.832 552.817 378.289" style="fill: #895723"/> <polygon points="555.504 368.068 553.824 369.707 553.152 371.635 551.809 369.128 550.369 367.634 553.44 367.2 555.504 368.068" style="fill: #895723"/> <polygon points="544.994 366.139 541.826 367.344 540.003 370.382 540.003 365.512 543.074 365.85 544.994 366.139" style="fill: #895723"/> <polygon points="561.647 389.016 560.879 393.054 558.048 395.411 555.552 396.131 550.129 393.863 548.401 390.68 548.161 388.896 546.962 392.174 544.274 394.585 541.586 395.308 540.003 395.115 540.003 398.056 543.986 395.549 549.121 395.646 552.001 397.912 556.128 398.587 558.24 396.176 561.407 396.031 564.767 397.671 563.231 393.765 561.647 389.016" style="fill: #895723"/> <polygon points="605.608 386.63 596.297 386.582 584.395 386.968 569.71 385.714 569.614 383.689 584.395 383.303 603.016 383.786 605.416 384.171 605.608 386.63" style="fill: #724d2f"/> <polygon points="604.936 385.81 584.779 385.907 579.116 385.425 579.5 386.196 584.682 387.323 605.032 387.353 604.936 385.81" style="fill: #4f2717"/> <polygon points="605.08 376.939 604.432 376.143 592.986 374.986 586.075 374.769 571.245 375.275 571.029 375.999 605.08 376.939" style="fill: #724d2f"/> <polygon points="605.584 377.879 585.139 377.011 570.454 376.722 570.67 375.926 584.995 375.42 605.44 376.867 605.584 377.879" style="fill: #4f2717"/> <polygon points="605.8 395.164 595.649 394.73 591.546 394.802 575.637 395.019 571.173 396.755 571.893 398.056 584.707 399.575 606.232 396.393 605.8 395.164" style="fill: #724d2f"/> <polygon points="605.944 385.617 614.15 385.617 614.39 387.064 606.232 387.16 605.944 385.617" style="fill: #4f2717"/> <polygon points="607.191 396.224 615.158 394.199 615.398 395.887 606.999 398.442 607.191 396.224" style="fill: #4f2717"/> <polygon points="614.582 394.151 613.238 393.524 599.081 393.814 596.825 394.392 596.489 394.874 605.992 396.465 614.582 394.151" style="fill: #724d2f"/> <polygon points="614.582 385.183 613.286 384.316 604.744 383.93 602.056 384.942 606.952 385.762 614.582 385.183" style="fill: #724d2f"/> <polygon points="601.372 371.551 601.588 371.768 601.948 371.804 602.236 370.792 601.948 370.683 601.372 371.551" style="fill: #7f614a"/> <polygon points="569.518 360.305 569.518 400.805 570.851 401.142 571.257 400.371 570.996 361.993 569.518 360.305" style="fill: #5d3017"/> <polygon points="641.098 367.224 606.184 368.839 588.517 365.952 540.003 359.003 540.003 356.713 547.402 349.167 567.022 354.568 577.969 348.717 642.543 348.867 644.635 350.519 641.098 367.224" style="fill: #73421f"/> <polygon points="609.063 367.368 600.329 367.573 596.44 366.947 602.728 365.368 599.657 364.982 593.82 366.525 583.435 364.853 593.922 362.957 590.922 361.896 580.708 364.414 571.391 362.913 579.596 359.196 577.772 358.618 571.533 359.196 566.113 362.134 557.308 360.916 565.102 355.146 563.471 354.182 559.055 355.436 549.998 359.904 540.003 358.521 540.003 360.016 570.957 364.307 609.543 369.514 612.803 369.221 609.063 367.368" style="fill: #5f3318"/> <path d="M577.676,402.2l1.248-.193-6.335-16.489-3.935-11.186-1.536-6.942-3.647-13.211-.864-.771-.576.578,1.068,3.783-8.322-1.292-1-5.384-.672-.675-1.151.483,4.511,20.635,3.647,11.861,2.112,8.292,3.551,12.15,1.536-.868-1.3-4.479,9.52-1.962Zm-12-35.293,1.162,5.993-8.37-.728-1.613-6.483,8.7.779ZM555.024,357.8l8.466,1.355,1.728,6.119-8.694-.924-1.116-4.483Zm4.127,17.11-.318-1.278,8.291.714,2.638,6.965-9-.87Zm2,6.864,9.02.6,2.1,5.537-9.195.473Zm4.348,14.954-2.061-7.088,9.319-.436,2.371,6.259Z" style="fill: #370b03"/> <path d="M646.209,358.907l-7.092.74-.466-3.572,7.174-1.266v-2.556l-7.576,1.51-1.022-5.046H635.1l1.091,5.455-.063.013-11.771,1.488-5.345-5.758,5.4-.844.979-.354H611.992l-4.849.836-11.159,2.409-7.257-3.245h-4.163l8.469,3.882-9.118,1.969-5.494,1.676-9.287-2.544,6.815-2.507,4.558-2.476h-5.5l-1.36.74-3.072.386-7.678,3.085-13.342-4.435-1.334.047-1.588,1.623,26.629,7.875,10.332,2.632.419,40.183.96.868,1.151-.675-.327-39.814.71.18,17.959,5.333.279,34.108.96.868,1.152-.675-.371-33.7,6.319,1.876.6.052.843,28.3.672.29.863-.29-.475-28.173,16.3-.574,13.234-.687-2.184-2.58-3.046.117-.262-3.88,6.188-.769Zm-11.038-2.218,1.474-.26.684,3.42-8.657.993-2.47-3.078Zm-10.734,1.286L627,361.033l-5.842.67-5.491.974-5.971-2.935Zm-15.47-6.493,8.279-1.291,5.323,5.709-4,.506-12.412,1.338-6.824-4.076Zm-26.108,5.978-1.158-.317,12.388-2.286,2.383-.541,6.789,4.031-10.432,2.235Zm22.5,7.045L597.8,362.14l8.815-1.913,6.859,2.838Zm7.066,2.212-4.189-1.311,8.125-1.1h0l4.18,2.1Zm10.455-.4-4.339-2.209,8.378-.765,1.827-.228L631.16,366Zm9.885-.378-2.424-3.022,7.42-.922.745,3.724Z" style="fill: #61331a"/> <polygon points="605.416 396.2 585.355 399.599 585.355 400.515 585.642 403.263 605.319 399.888 605.799 399.02 605.416 396.2" style="fill: #502b1a"/> <polygon points="574.101 364.452 573.597 365.512 572.109 365.512 570.91 367.007 570.622 363.921 574.101 364.452" style="fill: #5d3017"/> <polygon points="637.996 398.472 637.33 385.907 636.995 375.782 635.459 375.01 624.517 374.721 624.277 375.059 624.949 397.381 636.791 398.563 637.996 398.472" style="fill: #4d2a1c"/> <polygon points="636.611 398.346 636.107 386.557 635.531 386.124 635.315 375.999 625.236 375.637 625.83 397.478 636.611 398.346" style="fill: #724d2f"/> <polygon points="626.388 377.373 626.388 384.171 634.631 385.075 634.685 384.822 634.271 377.554 626.388 377.373" style="fill: #4d2a1c"/> <polygon points="634.739 387.389 626.676 386.684 626.37 386.937 626.946 395.923 635.135 396.574 635.171 390.77 634.739 387.389" style="fill: #4d2a1c"/> <polygon points="633.059 386.148 633.395 385.521 634.355 385.666 634.595 386.582 633.971 387.498 633.347 387.305 633.059 386.148" style="fill: #2e1e15"/> <polygon points="642.692 348.717 643.137 353.024 642.273 359.485 640.641 366.524 639.969 367.971 643.425 382.338 644.673 382.917 645.824 406.927 650.576 408.181 650.465 356.976 642.692 348.717" style="fill: #38190e"/> <polygon points="580.028 427.129 610.983 414.69 617.174 407.747 588.667 399.069 567.646 402.396 540.003 406.59 540.003 427.129 580.028 427.129" style="fill: #6a3418"/> <polygon points="617.894 409.917 617.174 407.747 604.936 415.269 597.593 417.728 580.748 425.249 576.141 427.129 588.235 427.129 610.839 416.002 610.839 427.129 615.878 427.129 615.878 413.521 617.03 412.954 617.894 409.917" style="fill: #3d1b12"/> <polygon points="650.576 405.433 644.097 403.987 637.906 405.722 637.618 413.244 628.692 413.822 621.781 418.885 623.077 427.129 650.576 427.129 650.576 405.433" style="fill: #140602"/> </g> <path d="M651.211,427.249H539.393V356.263l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H650.211V356.677L642.5,348.97H548.1l-7.707,7.707Z" style="fill: #ef6e55"/> <g id="Ribbon_and_Name-4" data-name="Ribbon and Name"> <g> <path d="M652.819,418.6l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727-14.434-.214s-6.431-.1-5.519-3.987S650.721,433,650.721,433s5.285-2.87-2.733-3.038-41.365,1.519-41.365,1.519l-48.836-1.013-18.04.337-7.562-2.531-1.8-6.135-7.536-1.576c-.7.167-.938-.149-.54-.7l4.309-6.893c-.059-.223.357-.948.3-1.171l-6.185-4.9c-.5-.15-.508-.409-.012-.577l4.314-.523a21.288,21.288,0,0,1,11.051-1.22l1.139-.049c2.768.385,2.574,3.6-.024,4.562l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.619c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.413,4.089" style="fill: #fbf6f0"/> <path d="M662.8,428.115c-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-.057-.071c1.395,2.2,2.763,4.357,4.221,6.657-5.534.012-11.487.615-17-.609-6.7-2.737.083-5.106,3.714-5.818,2.036-.239,8.6-2.843,3.059-3.588-9.119-.858-18.454-.246-27.609.262-17.752.8-36.07.07-53.658.069-9.976-1.366-31.3,3.521-37.591-3.675-1.89-4.544-1.287-11.491,1.756-14.806-2.17,1.457-2.483,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.49-.955-.2.97-1.348,6.446-1.145,6.678,1.949,5.657,10.591,3.372,15.251,3.961,1.221-.354,5.739.7,5.6-.75l.01.013c-1.483-2.349-2.884-4.573-4.308-6.82.064-.769,1.548-1.209,2.054-1.787C660.028,430.605,663.914,429.086,662.8,428.115Zm-10.315,3.051a.881.881,0,0,0-.215-.153A.312.312,0,0,1,652.487,431.166Z" style="fill: #ef6e55"/> <path d="M653.264,418.929c.052-5.628-6.247-4.922-10.311-4.849-8.6-.064-17.425.058-26.069.18-25.683.27-51.7.663-77.357.955-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.771.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-.136-.754c-1.62-1.236-3.129-2.55-4.845-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.625,3.092,7.3,3.128,7.448-.115,14.978-.264,22.618-.4,25.7-.272,51.557-1.011,77.2-.822,17.2-1.558,11.451,4.747,12.876,16.974C653.371,428.319,653.232,422.773,653.264,418.929Z" style="fill: #ef6e55"/> </g> <text transform="translate(558.359 426.86)" style="font-size: 12.152199745178223px;fill: #ef6e55;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE <tspan x="30.623" y="0" style="letter-spacing: -0.011732700909279612em">H</tspan><tspan x="40.687" y="0" style="letter-spacing: -0.011250535118487299em">O</tspan><tspan x="49.159" y="0">LD</tspan></text> </g> </g> <rect id="HoldQ" x="532.796" y="341.374" width="10.966" height="10.966" transform="translate(-87.606 482.213) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Galley"> <g id="_Rectangle_5" data-name="<Rectangle>"> <g> <path d="M513.333,426.749H402.515V358.47l10-10h90.818l10,10Z" style="fill: #fbf6f0"/> <path d="M513.733,427.149H402.115V356.305l8.234-8.235H505.5l8.234,8.235Zm-110.818-.8H512.933V356.636l-7.765-7.766H410.681l-7.766,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="GalleyOn"> <g id="scene-5" data-name="scene"> <polygon points="513.092 364.59 471.965 365.918 471.377 402.061 513.092 410.409 513.092 364.59" style="fill: #764422"/> <rect x="414.07" y="361.69" width="56.646" height="40.791" style="fill: #7d4525"/> <rect x="402.395" y="356.296" width="12.108" height="62.472" style="fill: #61351f"/> <polygon points="513.092 406.853 468.698 400.211 414.214 403.922 402.395 416.75 402.395 426.696 513.092 426.696 513.092 406.853" style="fill: #35201a"/> <polygon points="488.157 387.154 482.487 385.713 475.472 387.442 473.359 396.763 475.472 400.991 489.31 395.514 488.157 387.154" style="fill: #31190d"/> <polygon points="469.323 390.71 456.879 389.508 452.939 389.172 453.131 390.902 469.563 391.574 469.323 390.71" style="fill: #77542c"/> <path d="M469.947,394.842l-14.894-.673-2.258.144-.1,1.105s6.918.865,7.062.817,9.369.192,9.369.192Z" style="fill: #77542c"/> <polygon points="513.092 365.791 476.77 368.608 439.15 364.264 413.637 364.264 402.156 357.096 410.956 348.296 505.356 348.296 513.356 356.296 513.092 365.791" style="fill: #623d1f"/> <g> <path d="M454.284,353.33c-.925-.2-11.663-1.946-6.918.649C448.638,353.954,453.41,354.644,454.284,353.33Z" style="fill: #3f2418"/> <path d="M494.018,363.9,481.1,360.016c2.36-.329,10.894-1.322,13.035-2.2.165-.008,18.787,5.861,18.956,5.894,2.582-3.361-14.687-5.752-15.573-6.791a119.3,119.3,0,0,1,13.5-2.961l-2.841-2.842a5.3,5.3,0,0,1-1.952-.763c-.635-.707-1.167-1.4-1.652-2.055h-3.16l4.235,3.4c-3.846,1.319-7.137-.909-10.884-3.4h-9.154c7.376,2.494,15.666,5.444,10.733,5.6-17.167-6.182-31.99-7.5-3.283.085l2.624.133-4.092,1.353-25.918-4.537,4.6-2.632h-5.085c-5.97,3.432-18.023,1.34-23.374,1.083,0,0,.123-.447.3-1.083h-3.578c-.073.337-.157.684-.272,1.054l-14.241.356-.169-1.41H420.5l.215,1.492c-1.461-.011-7.036.17-11.563.308l-2.107,2.106c3.855-.109,12.106-.453,13.943-.526l.45,3.108-13.744.421-1.619-2.033-3.562,3.562c-.213,5.594-1.023,16.268,1.655,10.723.212-.8-.986-3.978.769-3.647,2.276-.466,2.078-2.86,2.349-4.608,2.79,3.527,4.742,2.809,3.3,7.869-1.843.01-1.175,2.55-1.273,3.7a1.972,1.972,0,0,0,2.547-.818c-.639-2.612,2.593.25,3.651-2.594l-.216-3.843c9.525,0,26.218.116,35.342,2.556,1.249,9.435-.4,22.884-.052,32.421l2.786-.289a76.6,76.6,0,0,0-.456-13.092c-.575-1.453,2.7.511,3.027.36.533-.312,10.486,2,10.306.433,4.784.4,3.3.592,2.81,4.613l.793,8.72,2.667.432,1.009-25.512.2-5.641c.162.915,37.8-1.534,39.365-1.542V364.14l-5.963.9c-.619-.278-17.463-9.047-13.5-4.284-.586.363,16.566,5.378,9.4,4.689-1.881-1.23-9.383-2.831-2.632.194C498.831,366.319,495.388,364.586,494.018,363.9Zm-78.411-1.826c-2.607,1.327-5.335-3.946-6.684-5.331l12.889-.3C425.247,365.321,422.154,361.432,415.607,362.074Zm71.4-5.093c-9.8,2.856-23.392.363-33.378.21l9.337-4.854C466.978,353.214,487.147,355.458,487,356.981Zm-28.4-5.044c-2.038,1.285-6.155,3.826-8.219,5.066l-11.077-1.4,1.476-2.46C439.122,348.756,457.411,352.7,458.6,351.937ZM436.05,362.6c-2.312-.087-8.394-.271-10.623-.307-.273-1.106-1.671-4.761-1.03-5.868l11.87.173C435.705,357.494,436.019,361.552,436.05,362.6Zm-11.413-7.709c0-.015-.386-3.321-.4-3.339l13.581-.54-1.218,4.375Zm12.587,7.747c.133-.551.552-5.073,1.076-5.357,1.008.926,8.552.941,9.895,1.06C445.88,359.758,440.184,363.892,437.224,362.633Zm6.888.31c5.937-6.315,18.432-3.956,26-3.1C462.732,361.366,451.5,366,444.112,362.943Zm25.6,22.561-4.977-.968c-2.542-.129-9.365-.355-11.7-1.256l.462-7.393a73.644,73.644,0,0,0-.259-9.328l4.27.8,12.275.824Zm7.491-17.953c-5.21-.62-15.743-1.789-20.947-2.321,14.579-4.46,21.752-4.775,36.418-.369L495.41,366C495.473,366,477.8,367.481,477.2,367.551Z" style="fill: #3f2418"/> </g> <polygon points="460.266 373.942 460.194 370.266 460.915 370.122 461.924 370.987 461.851 374.374 463.581 375.599 464.374 379.058 462.716 381.221 460.194 381.581 458.032 380.5 457.167 376.896 458.32 374.951 460.266 373.942" style="fill: #3b2c25"/> <polygon points="457.744 373.87 458.248 372.284 457.599 370.987 456.951 370.482 456.879 369.617 456.23 369.401 456.014 370.338 455.149 370.771 454.572 372.5 455.798 373.942 457.744 373.87" style="fill: #3b2c25"/> <polygon points="465.203 373.041 464.284 373.311 464.077 374.996 465.599 376.392 466.968 376.392 467.689 374.878 467.545 373.365 466.68 373.077 466.464 370.41 465.527 369.978 465.022 370.338 465.203 373.041" style="fill: #3b2c25"/> <polygon points="459.293 390.553 459.383 388.229 457.843 388.148 457.167 388.86 457.167 390.806 459.293 390.553" style="fill: #482718"/> <polygon points="458.752 395.274 458.752 392.679 459.906 392.247 461.347 393.112 461.059 395.418 459.906 395.923 458.752 395.274" style="fill: #482718"/> <polygon points="455.942 389.941 454.933 390.373 453.564 390.085 453.564 387.202 454.356 386.409 456.086 386.986 455.942 389.941" style="fill: #482718"/> <polygon points="485.922 358.114 486.132 371.626 487.128 379.107 488.021 404.21 490.174 399.862 488.964 370.302 488.964 358.086 485.922 358.114" style="fill: #3f2418"/> <polygon points="504.228 353.075 504.402 369.078 505.229 377.938 505.971 407.67 507.759 402.519 506.754 367.509 506.754 353.042 504.228 353.075" style="fill: #3f2418"/> <polygon points="434.826 376.392 435.871 361.798 434.591 360.555 432.979 360.33 431.222 361.257 431.222 371.347 430.934 372.572 431.006 376.104 427.619 376.392 426.033 377.329 425.745 378.194 425.601 385.761 423.727 387.058 423.511 388.139 423.871 393.328 422.214 395.634 422.826 405.508 442.177 405.868 442.177 395.418 440.591 393.112 440.447 386.698 438.573 385.761 438.789 382.59 439.006 381.869 438.934 377.257 436.411 376.68 434.826 376.392" style="fill: #2a1209"/> <polygon points="438.753 394.517 439.114 390.049 437.276 388.319 426.97 388.247 425.889 389.905 426.538 394.517 430.105 394.914 436.916 394.878 438.753 394.517" style="fill: #c75a05"/> <polygon points="439.438 396.751 436.411 396.211 427.042 396.247 424.772 397.184 424.916 403.454 433.961 403.706 439.438 403.85 439.762 398.265 439.438 396.751" style="fill: #c75a05"/> <polygon points="431.174 403.634 431.655 402.577 430.454 400.991 429.012 402.048 429.445 402.961 427.715 402.385 426.562 402.721 426.85 403.538 431.174 403.634" style="fill: #f49c07"/> <polygon points="432.712 403.634 432.471 402.433 433.528 400.03 434.97 401.087 434.634 402.673 435.354 402.481 436.219 402.865 436.651 403.153 436.555 401.904 437.516 400.943 438.669 402.337 438.573 403.346 439.15 403.249 439.438 403.85 432.712 403.634" style="fill: #f49c07"/> <polygon points="435.366 389.869 438.97 390.157 439.006 389.328 432.946 389.273 432.952 389.076 432.664 388.968 432.267 389.148 432.264 389.267 431.042 389.256 426.394 388.644 425.204 388.896 425.06 389.472 432.251 389.749 432.242 390.054 430.429 390.013 429.276 390.409 429.384 393.22 430.465 393.616 435.402 393.652 435.943 393.076 436.123 390.589 435.15 390.121 432.921 390.07 432.93 389.775 435.366 389.869" style="fill: #24180e"/> <polygon points="433.024 390.445 432.88 390.914 435.294 391.238 435.618 390.842 435.078 390.481 433.024 390.445" style="fill: #7b250a"/> <polygon points="432.159 390.517 432.087 390.77 429.853 390.806 429.601 390.625 430.285 390.337 432.159 390.517" style="fill: #7b250a"/> <polygon points="439.991 396.571 434.621 396.499 434.339 397.016 432.132 396.961 430.596 396.478 427.042 396.715 427.042 397.292 424.448 397.004 423.823 397.436 424.111 397.772 426.946 397.965 426.514 401.136 429.493 401.904 432.375 401.904 432.952 401.256 432.327 397.724 434.105 397.724 433.528 400.847 434.585 401.904 438.813 401.808 440.015 400.559 439.991 396.571" style="fill: #24180e"/> <polygon points="432.087 397.778 430.411 398.391 428.538 398.355 427.601 397.977 432.087 397.778" style="fill: #792908"/> <polygon points="431.799 397.148 427.619 397.4 427.475 397.058 428.826 396.877 430.844 396.895 431.799 397.148" style="fill: #792908"/> <polygon points="477.106 400.703 476.818 414.54 459.233 417.327 453.179 417.711 445.684 409.255 445.78 396.859 471.725 400.607 477.106 400.703" style="fill: #31190d"/> <polygon points="422.55 405.532 422.37 392.451 420.334 391.388 414.358 390.806 414.262 405.988 418.346 406.373 422.55 405.532" style="fill: #31190d"/> <polygon points="409.169 402.625 409.313 409.039 410.538 409.832 411.547 408.751 411.259 402.625 409.169 402.625" style="fill: #1b0c04"/> <path d="M423.763,409.9l-.414-13.117-5.541-.648-2.373-.793-.575-21.26-8.431-1.874-4.034.288v44.25h1.153l.648-.36-.288-13.477,8.5.433,1.081,13.621s.937.144,1.225.144.937-1.009.937-1.009l-.72-12.828,6.342-3.46.36,10.738,1.586.145Z" style="fill: #290f0a"/> <polygon points="413.926 384.103 407.007 383.094 406.647 387.995 414.286 388.788 413.926 384.103" style="fill: #1b0c04"/> <polygon points="413.71 383.238 413.782 379.347 406.719 377.833 407.007 381.941 413.71 383.238" style="fill: #1b0c04"/> <polygon points="413.926 378.338 413.565 374.951 406.791 373.509 406.575 376.536 413.926 378.338" style="fill: #1b0c04"/> <polygon points="410.971 393.04 409.025 391.815 406.214 391.598 405.854 392.607 405.494 399.526 410.394 401.256 412.052 399.021 415.223 399.67 417.025 398.301 416.088 392.175 414.286 391.022 411.908 391.238 410.971 393.04" style="fill: #876950"/> <polygon points="408.785 382.278 409.025 379.851 409.962 379.995 410.106 381.509 410.755 378.698 412.628 379.635 412.508 383.022 408.785 382.278" style="fill: #4c3c30"/> <polygon points="476.649 401.76 464.133 402.625 451.69 402.625 445.972 398.012 445.78 396.859 469.995 396.475 477.106 400.703 476.649 401.76" style="fill: #5d422f"/> <polygon points="463.941 401.279 454.332 401.664 450.584 398.493 450.969 397.82 460.578 397.916 463.941 400.51 463.941 401.279" style="fill: #80634e"/> <polygon points="470.572 399.31 470.572 396.283 470.031 395.49 467.293 395.022 466.14 395.887 465.527 396.571 466.32 399.418 468.698 400.211 470.572 399.31" style="fill: #876950"/> <polygon points="470.211 396.283 469.743 395.67 467.401 395.49 466.356 396.067 466.68 396.787 469.058 396.968 470.211 396.283" style="fill: #3c2c12"/> <polygon points="464.248 395.526 463.482 394.571 463.063 393.697 462.788 393.797 462.788 394.697 461.671 395.094 461.095 396.535 462.572 397.868 463.653 397.652 464.338 396.283 464.248 395.526" style="fill: #8f4d2d"/> <polygon points="466.632 396.235 465.719 395.37 463.317 395.706 462.644 397.196 463.413 398.733 465.095 398.829 466.344 397.532 466.632 396.235" style="fill: #a26e3f"/> </g> <polygon id="Overlay-3" data-name="Overlay" points="505.559 348.07 410.465 348.07 402.236 356.305 402.236 427.149 513.789 427.149 513.789 356.305 505.559 348.07" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_Name-5" data-name="Ribbon and Name"> <g> <path d="M515.441,418.6l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.171-.795-21.323,2.179-19.953-4.2.911-3.883,9.475-3.545,9.475-3.545,11.574-6.714-48.82-.409-44.1-1.521-12.815-.267-54.765-1.358-66.876-.673l-7.563-2.532-1.8-6.135c-11-2.558-9.2.348-3.767-9.172-.058-.223.357-.948.3-1.171.26-.144-7.973-5.567-6.2-5.477,5.409-.355,9.9-2.861,15.365-1.743,3.283-.711,4.455,3.243,1.115,4.513l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.619c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.413,4.089" style="fill: #fbf6f0"/> <path d="M525.424,428.115c-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.534.012-11.487.615-17-.609-6.695-2.737.083-5.106,3.715-5.818,2.035-.239,8.6-2.843,3.058-3.588-26.895-.677-54.425,1.429-81.266.329-14.856-1.178-49.8,6.831-35.836-18.479-2.17,1.457-2.483,3.536-3.172,7.022-3.009,18.682,22.735,10.5,33.83,12.067,25.6.387,51.8.2,77.49-.955-4.275,12.638,5.433,10.26,14.107,10.639,1.221-.354,5.738.7,5.594-.75l.01.013c-1.483-2.349-2.884-4.573-4.308-6.82C520.19,431.8,526.532,429.547,525.424,428.115Zm-10.314,3.051a.922.922,0,0,0-.215-.153A.316.316,0,0,1,515.11,431.166Z" style="fill: #c4a985"/> <path d="M515.886,418.929c.052-5.628-6.247-4.922-10.31-4.849-34.378.057-69.058.807-103.427,1.135-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.771.766,2.006,1.462,2.447l-.083-.042c1.48,1.159,3.026,2.379,4.52,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.141,8.037,2.354-1.558-.655-5.579-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.729l-.136-.754c-1.89-1.673-4.277-2.993-5.955-4.955,2.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,33.129-.46,66.694-1.343,99.816-1.217,17.2-1.558,11.451,4.747,12.876,16.974C515.993,428.319,515.854,422.773,515.886,418.929Z" style="fill: #bc9e76"/> </g> <text transform="translate(414.151 426.86)" style="font-size: 12.152199745178223px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE GALLEY</text> </g> </g> <g id="GalleyHere"> <g id="scene-6" data-name="scene"> <polygon points="513.092 364.59 471.965 365.918 471.377 402.061 513.092 410.409 513.092 364.59" style="fill: #764422"/> <rect x="414.07" y="361.69" width="56.646" height="40.791" style="fill: #7d4525"/> <rect x="402.395" y="356.296" width="12.108" height="62.472" style="fill: #61351f"/> <polygon points="513.092 406.853 468.698 400.211 414.214 403.922 402.395 416.75 402.395 426.696 513.092 426.696 513.092 406.853" style="fill: #35201a"/> <polygon points="488.157 387.154 482.487 385.713 475.472 387.442 473.359 396.763 475.472 400.991 489.31 395.514 488.157 387.154" style="fill: #31190d"/> <polygon points="469.323 390.71 456.879 389.508 452.939 389.172 453.131 390.902 469.563 391.574 469.323 390.71" style="fill: #77542c"/> <path d="M469.947,394.842l-14.894-.673-2.258.144-.1,1.105s6.918.865,7.062.817,9.369.192,9.369.192Z" style="fill: #77542c"/> <polygon points="513.092 365.791 476.77 368.608 439.15 364.264 413.637 364.264 402.156 357.096 410.956 348.296 505.356 348.296 513.356 356.296 513.092 365.791" style="fill: #623d1f"/> <g> <path d="M454.284,353.33c-.925-.2-11.663-1.946-6.918.649C448.638,353.954,453.41,354.644,454.284,353.33Z" style="fill: #3f2418"/> <path d="M494.018,363.9,481.1,360.016c2.36-.329,10.894-1.322,13.035-2.2.165-.008,18.787,5.861,18.956,5.894,2.582-3.361-14.687-5.752-15.573-6.791a119.3,119.3,0,0,1,13.5-2.961l-2.841-2.842a5.3,5.3,0,0,1-1.952-.763c-.635-.707-1.167-1.4-1.652-2.055h-3.16l4.235,3.4c-3.846,1.319-7.137-.909-10.884-3.4h-9.154c7.376,2.494,15.666,5.444,10.733,5.6-17.167-6.182-31.99-7.5-3.283.085l2.624.133-4.092,1.353-25.918-4.537,4.6-2.632h-5.085c-5.97,3.432-18.023,1.34-23.374,1.083,0,0,.123-.447.3-1.083h-3.578c-.073.337-.157.684-.272,1.054l-14.241.356-.169-1.41H420.5l.215,1.492c-1.461-.011-7.036.17-11.563.308l-2.107,2.106c3.855-.109,12.106-.453,13.943-.526l.45,3.108-13.744.421-1.619-2.033-3.562,3.562c-.213,5.594-1.023,16.268,1.655,10.723.212-.8-.986-3.978.769-3.647,2.276-.466,2.078-2.86,2.349-4.608,2.79,3.527,4.742,2.809,3.3,7.869-1.843.01-1.175,2.55-1.273,3.7a1.972,1.972,0,0,0,2.547-.818c-.639-2.612,2.593.25,3.651-2.594l-.216-3.843c9.525,0,26.218.116,35.342,2.556,1.249,9.435-.4,22.884-.052,32.421l2.786-.289a76.6,76.6,0,0,0-.456-13.092c-.575-1.453,2.7.511,3.027.36.533-.312,10.486,2,10.306.433,4.784.4,3.3.592,2.81,4.613l.793,8.72,2.667.432,1.009-25.512.2-5.641c.162.915,37.8-1.534,39.365-1.542V364.14l-5.963.9c-.619-.278-17.463-9.047-13.5-4.284-.586.363,16.566,5.378,9.4,4.689-1.881-1.23-9.383-2.831-2.632.194C498.831,366.319,495.388,364.586,494.018,363.9Zm-78.411-1.826c-2.607,1.327-5.335-3.946-6.684-5.331l12.889-.3C425.247,365.321,422.154,361.432,415.607,362.074Zm71.4-5.093c-9.8,2.856-23.392.363-33.378.21l9.337-4.854C466.978,353.214,487.147,355.458,487,356.981Zm-28.4-5.044c-2.038,1.285-6.155,3.826-8.219,5.066l-11.077-1.4,1.476-2.46C439.122,348.756,457.411,352.7,458.6,351.937ZM436.05,362.6c-2.312-.087-8.394-.271-10.623-.307-.273-1.106-1.671-4.761-1.03-5.868l11.87.173C435.705,357.494,436.019,361.552,436.05,362.6Zm-11.413-7.709c0-.015-.386-3.321-.4-3.339l13.581-.54-1.218,4.375Zm12.587,7.747c.133-.551.552-5.073,1.076-5.357,1.008.926,8.552.941,9.895,1.06C445.88,359.758,440.184,363.892,437.224,362.633Zm6.888.31c5.937-6.315,18.432-3.956,26-3.1C462.732,361.366,451.5,366,444.112,362.943Zm25.6,22.561-4.977-.968c-2.542-.129-9.365-.355-11.7-1.256l.462-7.393a73.644,73.644,0,0,0-.259-9.328l4.27.8,12.275.824Zm7.491-17.953c-5.21-.62-15.743-1.789-20.947-2.321,14.579-4.46,21.752-4.775,36.418-.369L495.41,366C495.473,366,477.8,367.481,477.2,367.551Z" style="fill: #3f2418"/> </g> <polygon points="460.266 373.942 460.194 370.266 460.915 370.122 461.924 370.987 461.851 374.374 463.581 375.599 464.374 379.058 462.716 381.221 460.194 381.581 458.032 380.5 457.167 376.896 458.32 374.951 460.266 373.942" style="fill: #3b2c25"/> <polygon points="457.744 373.87 458.248 372.284 457.599 370.987 456.951 370.482 456.879 369.617 456.23 369.401 456.014 370.338 455.149 370.771 454.572 372.5 455.798 373.942 457.744 373.87" style="fill: #3b2c25"/> <polygon points="465.203 373.041 464.284 373.311 464.077 374.996 465.599 376.392 466.968 376.392 467.689 374.878 467.545 373.365 466.68 373.077 466.464 370.41 465.527 369.978 465.022 370.338 465.203 373.041" style="fill: #3b2c25"/> <polygon points="459.293 390.553 459.383 388.229 457.843 388.148 457.167 388.86 457.167 390.806 459.293 390.553" style="fill: #482718"/> <polygon points="458.752 395.274 458.752 392.679 459.906 392.247 461.347 393.112 461.059 395.418 459.906 395.923 458.752 395.274" style="fill: #482718"/> <polygon points="455.942 389.941 454.933 390.373 453.564 390.085 453.564 387.202 454.356 386.409 456.086 386.986 455.942 389.941" style="fill: #482718"/> <polygon points="485.922 358.114 486.132 371.626 487.128 379.107 488.021 404.21 490.174 399.862 488.964 370.302 488.964 358.086 485.922 358.114" style="fill: #3f2418"/> <polygon points="504.228 353.075 504.402 369.078 505.229 377.938 505.971 407.67 507.759 402.519 506.754 367.509 506.754 353.042 504.228 353.075" style="fill: #3f2418"/> <polygon points="434.826 376.392 435.871 361.798 434.591 360.555 432.979 360.33 431.222 361.257 431.222 371.347 430.934 372.572 431.006 376.104 427.619 376.392 426.033 377.329 425.745 378.194 425.601 385.761 423.727 387.058 423.511 388.139 423.871 393.328 422.214 395.634 422.826 405.508 442.177 405.868 442.177 395.418 440.591 393.112 440.447 386.698 438.573 385.761 438.789 382.59 439.006 381.869 438.934 377.257 436.411 376.68 434.826 376.392" style="fill: #2a1209"/> <polygon points="438.753 394.517 439.114 390.049 437.276 388.319 426.97 388.247 425.889 389.905 426.538 394.517 430.105 394.914 436.916 394.878 438.753 394.517" style="fill: #c75a05"/> <polygon points="439.438 396.751 436.411 396.211 427.042 396.247 424.772 397.184 424.916 403.454 433.961 403.706 439.438 403.85 439.762 398.265 439.438 396.751" style="fill: #c75a05"/> <polygon points="431.174 403.634 431.655 402.577 430.454 400.991 429.012 402.048 429.445 402.961 427.715 402.385 426.562 402.721 426.85 403.538 431.174 403.634" style="fill: #f49c07"/> <polygon points="432.712 403.634 432.471 402.433 433.528 400.03 434.97 401.087 434.634 402.673 435.354 402.481 436.219 402.865 436.651 403.153 436.555 401.904 437.516 400.943 438.669 402.337 438.573 403.346 439.15 403.249 439.438 403.85 432.712 403.634" style="fill: #f49c07"/> <polygon points="435.366 389.869 438.97 390.157 439.006 389.328 432.946 389.273 432.952 389.076 432.664 388.968 432.267 389.148 432.264 389.267 431.042 389.256 426.394 388.644 425.204 388.896 425.06 389.472 432.251 389.749 432.242 390.054 430.429 390.013 429.276 390.409 429.384 393.22 430.465 393.616 435.402 393.652 435.943 393.076 436.123 390.589 435.15 390.121 432.921 390.07 432.93 389.775 435.366 389.869" style="fill: #24180e"/> <polygon points="433.024 390.445 432.88 390.914 435.294 391.238 435.618 390.842 435.078 390.481 433.024 390.445" style="fill: #7b250a"/> <polygon points="432.159 390.517 432.087 390.77 429.853 390.806 429.601 390.625 430.285 390.337 432.159 390.517" style="fill: #7b250a"/> <polygon points="439.991 396.571 434.621 396.499 434.339 397.016 432.132 396.961 430.596 396.478 427.042 396.715 427.042 397.292 424.448 397.004 423.823 397.436 424.111 397.772 426.946 397.965 426.514 401.136 429.493 401.904 432.375 401.904 432.952 401.256 432.327 397.724 434.105 397.724 433.528 400.847 434.585 401.904 438.813 401.808 440.015 400.559 439.991 396.571" style="fill: #24180e"/> <polygon points="432.087 397.778 430.411 398.391 428.538 398.355 427.601 397.977 432.087 397.778" style="fill: #792908"/> <polygon points="431.799 397.148 427.619 397.4 427.475 397.058 428.826 396.877 430.844 396.895 431.799 397.148" style="fill: #792908"/> <polygon points="477.106 400.703 476.818 414.54 459.233 417.327 453.179 417.711 445.684 409.255 445.78 396.859 471.725 400.607 477.106 400.703" style="fill: #31190d"/> <polygon points="422.55 405.532 422.37 392.451 420.334 391.388 414.358 390.806 414.262 405.988 418.346 406.373 422.55 405.532" style="fill: #31190d"/> <polygon points="409.169 402.625 409.313 409.039 410.538 409.832 411.547 408.751 411.259 402.625 409.169 402.625" style="fill: #1b0c04"/> <path d="M423.763,409.9l-.414-13.117-5.541-.648-2.373-.793-.575-21.26-8.431-1.874-4.034.288v44.25h1.153l.648-.36-.288-13.477,8.5.433,1.081,13.621s.937.144,1.225.144.937-1.009.937-1.009l-.72-12.828,6.342-3.46.36,10.738,1.586.145Z" style="fill: #290f0a"/> <polygon points="413.926 384.103 407.007 383.094 406.647 387.995 414.286 388.788 413.926 384.103" style="fill: #1b0c04"/> <polygon points="413.71 383.238 413.782 379.347 406.719 377.833 407.007 381.941 413.71 383.238" style="fill: #1b0c04"/> <polygon points="413.926 378.338 413.565 374.951 406.791 373.509 406.575 376.536 413.926 378.338" style="fill: #1b0c04"/> <polygon points="410.971 393.04 409.025 391.815 406.214 391.598 405.854 392.607 405.494 399.526 410.394 401.256 412.052 399.021 415.223 399.67 417.025 398.301 416.088 392.175 414.286 391.022 411.908 391.238 410.971 393.04" style="fill: #876950"/> <polygon points="408.785 382.278 409.025 379.851 409.962 379.995 410.106 381.509 410.755 378.698 412.628 379.635 412.508 383.022 408.785 382.278" style="fill: #4c3c30"/> <polygon points="476.649 401.76 464.133 402.625 451.69 402.625 445.972 398.012 445.78 396.859 469.995 396.475 477.106 400.703 476.649 401.76" style="fill: #5d422f"/> <polygon points="463.941 401.279 454.332 401.664 450.584 398.493 450.969 397.82 460.578 397.916 463.941 400.51 463.941 401.279" style="fill: #80634e"/> <polygon points="470.572 399.31 470.572 396.283 470.031 395.49 467.293 395.022 466.14 395.887 465.527 396.571 466.32 399.418 468.698 400.211 470.572 399.31" style="fill: #876950"/> <polygon points="470.211 396.283 469.743 395.67 467.401 395.49 466.356 396.067 466.68 396.787 469.058 396.968 470.211 396.283" style="fill: #3c2c12"/> <polygon points="464.248 395.526 463.482 394.571 463.063 393.697 462.788 393.797 462.788 394.697 461.671 395.094 461.095 396.535 462.572 397.868 463.653 397.652 464.338 396.283 464.248 395.526" style="fill: #8f4d2d"/> <polygon points="466.632 396.235 465.719 395.37 463.317 395.706 462.644 397.196 463.413 398.733 465.095 398.829 466.344 397.532 466.632 396.235" style="fill: #a26e3f"/> </g> <path d="M513.833,427.249H402.015V356.263l8.293-8.293H505.54l8.293,8.293Zm-110.818-1H512.833V356.677l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill: #ef6e55"/> <g id="Ribbon_and_Name-6" data-name="Ribbon and Name"> <g> <path d="M515.441,418.6l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727-14.434-.214s-6.43-.1-5.519-3.987S513.343,433,513.343,433s5.285-2.87-2.733-3.038-41.365,1.519-41.365,1.519l-48.835-1.013-18.041.337-7.562-2.531-1.8-6.135-7.536-1.576c-.695.167-.938-.149-.54-.7l4.309-6.893c-.058-.223.357-.948.3-1.171l-6.185-4.9c-.5-.15-.508-.409-.012-.577l4.314-.523a21.289,21.289,0,0,1,11.051-1.22l1.14-.049c2.767.385,2.573,3.6-.025,4.562l-2.79,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.619c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.413,4.089" style="fill: #fbf6f0"/> <path d="M525.424,428.115c-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.534.012-11.487.615-17-.609-6.695-2.737.083-5.106,3.715-5.818,2.035-.239,8.6-2.843,3.058-3.588-9.119-.858-18.454-.246-27.609.262-17.751.8-36.07.07-53.657.069-9.977-1.366-31.3,3.521-37.592-3.675-1.89-4.544-1.287-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.83,12.067,25.6.387,51.8.2,77.49-.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.595-.75l.01.013c-1.483-2.349-2.884-4.573-4.308-6.82.065-.769,1.548-1.209,2.054-1.787C522.65,430.605,526.536,429.086,525.424,428.115Zm-10.314,3.051a.922.922,0,0,0-.215-.153A.316.316,0,0,1,515.11,431.166Z" style="fill: #ef6e55"/> <path d="M515.886,418.929c.052-5.628-6.247-4.922-10.31-4.849-8.6-.064-17.425.058-26.07.18-25.683.27-51.7.663-77.357.955-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.771.766,2.006,1.462,2.447l-.083-.042c1.48,1.159,3.026,2.379,4.52,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.141,8.037,2.354-1.558-.655-5.579-.587-7.665-1.953,1.516-2.469,3.182-5.113,4.786-7.729l-.136-.754c-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-.4,25.7-.272,51.557-1.011,77.2-.822,17.2-1.558,11.451,4.747,12.876,16.974C515.993,428.319,515.854,422.773,515.886,418.929Z" style="fill: #ef6e55"/> </g> <text transform="translate(414.151 426.86)" style="font-size: 12.152199745178223px;fill: #ef6e55;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE GALLEY</text> </g> </g> <rect id="GalleyQ" x="395.418" y="341.374" width="10.966" height="10.966" transform="translate(-127.843 385.072) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Stern"> <g id="_Rectangle_6" data-name="<Rectangle>"> <g> <path d="M651.03,322.009H540.212V253.73l10-10H641.03l10,10Z" style="fill: #fbf6f0"/> <path d="M651.43,322.409H539.812V251.565l8.234-8.235H643.2l8.234,8.235Zm-110.818-.8H650.63V251.9l-7.766-7.766H548.377l-7.765,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="SternOn"> <g id="scene-7" data-name="scene"> <polygon points="650.851 254.14 598.074 254.14 598.268 243.87 642.732 243.982 650.928 251.754 650.851 254.14" style="fill: #eec374"/> <polygon points="650.816 251.754 646.212 247.136 596.92 243.437 548.752 243.982 540.106 251.641 540.106 322.265 650.851 322.265 650.816 251.754" style="fill: url(#linear-gradient-2)"/> <polygon points="639.398 322.265 643.507 292.338 638.965 264.785 637.584 261.372 622.011 257.612 611.713 258.494 588.845 266.29 540.106 286.539 540.106 322.265 639.398 322.265" style="fill: #b2946a"/> <polygon points="641.766 249.416 639.651 248.644 627.635 247.101 625.52 247.583 619.415 247.27 617.397 247.849 618.045 248.21 626.577 248.258 629.077 248.355 638.594 249.223 641.766 249.416" style="fill: #f9f29d"/> <polygon points="649 252.533 647.864 251.546 643.511 250.784 638.877 250.269 638.452 251.047 645.778 253.025 649 252.533" style="fill: #f9f29d"/> <polygon points="646.477 249.223 645.804 248.74 642.728 248.451 642.247 248.837 644.266 249.319 646.477 249.223" style="fill: #f9f29d"/> <polygon points="601.198 253.176 597.353 252.694 589.086 252.405 585.529 254.333 597.497 253.996 601.198 253.176" style="fill: #d6daed"/> <polygon points="574.57 322.265 578.8 315.563 572.455 312.092 559.765 322.265 574.57 322.265" style="fill: #916d5a"/> <polygon points="543.327 322.265 561.207 306.21 559.477 304.764 540.106 320.095 540.106 322.265 543.327 322.265" style="fill: #ba9160"/> <polygon points="540.106 315.467 555.728 304.282 552.652 300.714 540.106 307.849 540.106 315.467" style="fill: #916d5a"/> <polygon points="643.689 263.108 644.938 262.433 646.669 262.915 645.996 268.894 643.785 275.354 643.689 263.108" style="fill: #5f4531"/> <polygon points="644.458 287.696 646.476 287.021 647.918 292.035 644.842 298.4 644.458 287.696" style="fill: #5f4531"/> <polygon points="643.881 296.085 645.515 299.653 647.438 318.553 647.342 322.265 642.055 322.265 643.881 296.085" style="fill: #68513c"/> <path d="M638.475,280.068l4.012,2.855-.288-3.905-3.811-3.115-1.669-14.675-2.163-.579-10.815-2.459-2.884.579,3.461,1.012,9.661,3.327,1.587,5.062.211,7.266-16.521-8.286,6.937-2.885-1.273-.893.407-.409-10.67-3.76-6.2.578,13.963,4.895-.985.6-16.294,1.591L593.6,264.844l-17.592,5.93-35.906,15.765v14.319l2.452-.723,22.962-8.5,7.752,4.307,15.573,8.967,11.68,4.484,28.017,9.775-1.2,3.1h5.191l1.587-7.811.785-3.3,3.541,4.312,1.874-1.3-4.423-7.176.53-2.225L637.94,289.9l4.259,3.44v-2.459l-4.025-4.844ZM617.7,267.8l9.219,4.277,6.2,2.748-2.884-.145-13.383-6.527ZM588.7,303.751l-21.433-12.764,8.888-3.291,6.755-2.827,10.4,9.915,17.016,10.7,16.583,6.219,3.563,2.446-1.426,3.695Zm43.836,5.063-1.433,3.713-20.341-7.908-17.015-11.137-9.229-9.286,9.95-4.165,13.987-8.389,6.722-2.8,15.341,6.7,5.332,2.441.147,5.08Z" style="fill: #5f4d3b;mix-blend-mode: multiply"/> <polygon points="644.938 280.898 643.929 261.517 641.334 252.694 630.663 251.248 619.415 248.933 606.293 251.103 577.886 257.467 540.106 268.46 540.106 272.076 582.789 259.926 604.996 254.285 619.415 250.814 630.23 253.417 640.18 254.43 641.91 263.108 641.831 275.402 640.901 268.026 639.459 262.096 632.537 259.058 623.309 257.467 614.657 257.612 603.265 260.938 580.626 268.315 556.257 278.295 540.106 284.948 540.25 290.155 568.225 275.981 588.269 267.881 611.052 259.637 624.607 258.913 636.863 262.096 638.738 266.869 640.18 278.874 640.32 296.809 640.114 298.415 635.229 322.265 637.056 322.265 643.16 322.265 643.689 322.265 645.083 294.928 644.938 280.898" style="fill: #260e0a"/> <polygon points="545.009 269.038 544.721 284.37 540.106 286.539 540.106 270.485 545.009 269.038" style="fill: #260e0a"/> <polygon points="562.169 264.844 561.88 276.849 565.485 275.547 565.629 267.158 565.341 262.963 562.169 264.844" style="fill: #260e0a"/> <polygon points="581.78 259.058 582.356 268.749 585.673 268.46 585.24 258.769 581.78 259.058" style="fill: #260e0a"/> <polygon points="595.19 256.165 595.046 264.41 597.786 263.397 597.497 253.996 595.19 256.165" style="fill: #260e0a"/> <polygon points="604.563 253.273 605.428 261.228 608.024 260.36 607.159 253.417 604.563 253.273" style="fill: #260e0a"/> <polygon points="614.801 251.248 614.801 258.48 617.108 258.769 616.387 250.235 614.801 251.248" style="fill: #260e0a"/> <polygon points="622.011 250.38 622.011 257.612 623.741 258.19 623.886 251.248 622.011 250.38" style="fill: #260e0a"/> <polygon points="629.365 252.405 628.5 259.347 630.057 259.347 631.961 252.983 629.365 252.405" style="fill: #260e0a"/> <polygon points="637.873 253.128 635.421 261.228 637.584 261.372 639.603 253.996 637.873 253.128" style="fill: #260e0a"/> <polygon points="641.478 259.926 640.036 267.302 640.18 270.195 641.189 270.195 642.92 262.24 641.478 259.926" style="fill: #260e0a"/> <polygon points="612.061 273.377 605.14 271.786 594.834 276.955 608.456 281.911 611.052 280.802 616.964 276.415 612.061 273.377" style="fill: #6e512b"/> <polygon points="608.314 281.859 594.834 276.955 594.757 276.993 594.938 277.933 608.264 282.923 612.205 280.706 616.856 277.174 616.964 276.415 608.314 281.859" style="fill: #2b1d10"/> <path d="M632.97,314.6l-9.229-3.76-11.247-3.327-4.038.723-12.545,3.9-5.047,3.616-4.182,6.509h3.894l2.739-5.207,6.057-3.761,12.545-3.616,6.188,1.638-1.862.725-1.2,1.35-3.124-1.4-7.787,2.314-8.219,5.062-1.3,2.893h2.307l1.154-2.555L604.323,316l7.161-2.025,1.539.675-2.936,1.446-3.361.82-6.345,2.893-.432,2.459h29.416l-7.642-6.364-4.471-1.5,1.539-1.543,3.8.242,4.278,3.278,2.5,5.882h3.172l-6.407-8.395,4.244,1.6,2.163,6.8h2.692Zm-11.776,2.989,3.7,4.1-5.191-3.76-4.6-1.393,1.088-.845Z" style="fill: #1c1608"/> <polygon points="604.331 243.87 548.527 243.982 540.106 251.866 540.106 272.076 604.331 243.87" style="fill: #b1875c"/> <polygon points="567.648 259.347 544.71 247.812 540.106 252.204 540.106 271.063 567.648 259.347" style="fill: #916846"/> <polygon points="607.026 243.757 572.551 261.806 554.094 269.906 540.106 276.415 540.106 270.485 578.319 254.285 604.142 243.757 607.026 243.757" style="fill: #745642"/> <polygon points="609.932 278.456 609.338 278.874 608.807 278.372 608.87 276.335 609.869 275.144 611.473 274.444 612.431 274.653 612.65 276.335 612.379 276.857 611.744 276.398 611.723 275.029 611.098 275.28 609.838 276.649 609.932 278.456" style="fill: #2b1d10"/> <polygon points="559.861 305.487 565.485 308.524 578.242 298.557 562.313 292.18 549.912 299.267 549.793 299.487 551.786 301.582 559.861 305.487" style="fill: #6e512b"/> <polygon points="554.742 304.619 565.485 309.971 578.607 299.701 578.751 298.761 578.242 298.557 565.485 308.524 559.861 305.487 551.786 301.582 549.793 299.487 549.047 300.858 554.742 304.619" style="fill: #2b1d10"/> <polygon points="567.071 303.558 566.386 304.041 565.774 303.462 565.846 301.112 566.999 299.738 568.85 298.93 569.955 299.171 570.208 301.112 569.895 301.714 569.162 301.184 569.138 299.605 568.417 299.894 566.963 301.473 567.071 303.558" style="fill: #2b1d10"/> <polygon points="634.989 288.998 624.318 265.856 614.235 243.982 612.989 243.982 614.368 246.909 628.211 276.27 634.989 291.023 638.017 296.085 637.44 296.953 632.393 291.168 619.127 273.522 604.996 250.958 600.806 243.982 599.759 243.982 603.121 249.15 617.397 273.088 623.165 280.32 633.258 294.061 637.152 298.255 636.431 302.016 639.315 303.317 640.324 297.676 634.989 288.998" style="fill: #4e341c"/> <polygon points="639.529 263.47 638.376 262.746 636.214 259.275 635.637 259.13 630.663 250.597 627.08 244.095 626.237 244.095 633.475 256.816 635.133 259.203 635.061 260.071 636.863 262.819 633.763 259.275 627.058 247.559 625.026 244.095 624.424 244.095 625.976 246.764 633.691 260.288 635.854 263.397 636.467 266.435 637.783 267.519 638.945 267.447 640.031 265.856 639.529 263.47" style="fill: #6e4e2d"/> <polygon points="617.685 315.467 597.641 299.991 580.914 282.634 554.605 243.757 550.246 243.757 562.169 260.794 577.598 281.332 579.472 284.37 595.911 301.003 616.531 316.479 628.644 322.265 632.537 322.265 617.685 315.467" style="fill: #3c2613"/> </g> <polygon id="Overlay-4" data-name="Overlay" points="643.256 243.33 548.162 243.33 539.932 251.564 539.932 322.409 651.486 322.409 651.486 251.564 643.256 243.33" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_Name-7" data-name="Ribbon and Name"> <g> <path d="M653.137,313.858l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.172-.795-21.324,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.358-66.877-.673l-7.562-2.532-1.8-6.136c-11-2.557-9.2.348-3.766-9.171-.059-.223.356-.948.3-1.171.26-.144-7.974-5.568-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-.381a4.257,4.257,0,0,1,4.412,4.09" style="fill: #fbf6f0"/> <path d="M663.121,323.375c-11.787-1.762-12.8-1.373-.323.451-1.757,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.614-17-.609-6.695-2.738.083-5.107,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.588-26.895-.677-54.425,1.429-81.267.329-14.855-1.178-49.8,6.831-35.835-18.479-2.17,1.457-2.484,3.536-3.173,7.021-3.008,18.683,22.736,10.5,33.831,12.068,25.6.387,51.8.2,77.489-.955-4.274,12.638,5.434,10.259,14.107,10.639,1.221-.354,5.738.7,5.595-.75l.01.013c-1.483-2.35-2.885-4.573-4.308-6.82C657.887,327.059,664.228,324.807,663.121,323.375Zm-10.315,3.051a.856.856,0,0,0-.215-.154A.313.313,0,0,1,652.806,326.426Z" style="fill: #c4a985"/> <path d="M653.583,314.189c.052-5.629-6.248-4.922-10.311-4.849-34.378.057-69.057.807-103.426,1.135-.779-7.1,3.205-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.141,8.037,2.354-1.559-.656-5.58-.587-7.665-1.953,1.516-2.47,3.182-5.113,4.786-7.729l-.137-.754c-1.89-1.673-4.276-2.993-5.955-4.955,2.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,33.129-.46,66.694-1.343,99.816-1.218,17.2-1.557,11.45,4.748,12.876,16.975C653.689,323.578,653.551,318.033,653.583,314.189Z" style="fill: #bc9e76"/> </g> <text transform="translate(555.731 322.12)" style="font-size: 12.152199745178223px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE STERN</text> </g> </g> <g id="SternHere"> <g id="scene-8" data-name="scene"> <polygon points="650.851 254.14 598.074 254.14 598.268 243.87 642.732 243.982 650.928 251.754 650.851 254.14" style="fill: #eec374"/> <polygon points="650.816 251.754 646.212 247.136 596.92 243.437 548.752 243.982 540.106 251.641 540.106 322.265 650.851 322.265 650.816 251.754" style="fill: url(#linear-gradient-2)"/> <polygon points="639.398 322.265 643.507 292.338 638.965 264.785 637.584 261.372 622.011 257.612 611.713 258.494 588.845 266.29 540.106 286.539 540.106 322.265 639.398 322.265" style="fill: #b2946a"/> <polygon points="641.766 249.416 639.651 248.644 627.635 247.101 625.52 247.583 619.415 247.27 617.397 247.849 618.045 248.21 626.577 248.258 629.077 248.355 638.594 249.223 641.766 249.416" style="fill: #f9f29d"/> <polygon points="649 252.533 647.864 251.546 643.511 250.784 638.877 250.269 638.452 251.047 645.778 253.025 649 252.533" style="fill: #f9f29d"/> <polygon points="646.477 249.223 645.804 248.74 642.728 248.451 642.247 248.837 644.266 249.319 646.477 249.223" style="fill: #f9f29d"/> <polygon points="601.198 253.176 597.353 252.694 589.086 252.405 585.529 254.333 597.497 253.996 601.198 253.176" style="fill: #d6daed"/> <polygon points="574.57 322.265 578.8 315.563 572.455 312.092 559.765 322.265 574.57 322.265" style="fill: #916d5a"/> <polygon points="543.327 322.265 561.207 306.21 559.477 304.764 540.106 320.095 540.106 322.265 543.327 322.265" style="fill: #ba9160"/> <polygon points="540.106 315.467 555.728 304.282 552.652 300.714 540.106 307.849 540.106 315.467" style="fill: #916d5a"/> <polygon points="643.689 263.108 644.938 262.433 646.669 262.915 645.996 268.894 643.785 275.354 643.689 263.108" style="fill: #5f4531"/> <polygon points="644.458 287.696 646.476 287.021 647.918 292.035 644.842 298.4 644.458 287.696" style="fill: #5f4531"/> <polygon points="643.881 296.085 645.515 299.653 647.438 318.553 647.342 322.265 642.055 322.265 643.881 296.085" style="fill: #68513c"/> <path d="M638.475,280.068l4.012,2.855-.288-3.905-3.811-3.115-1.669-14.675-2.163-.579-10.815-2.459-2.884.579,3.461,1.012,9.661,3.327,1.587,5.062.211,7.266-16.521-8.286,6.937-2.885-1.273-.893.407-.409-10.67-3.76-6.2.578,13.963,4.895-.985.6-16.294,1.591L593.6,264.844l-17.592,5.93-35.906,15.765v14.319l2.452-.723,22.962-8.5,7.752,4.307,15.573,8.967,11.68,4.484,28.017,9.775-1.2,3.1h5.191l1.587-7.811.785-3.3,3.541,4.312,1.874-1.3-4.423-7.176.53-2.225L637.94,289.9l4.259,3.44v-2.459l-4.025-4.844ZM617.7,267.8l9.219,4.277,6.2,2.748-2.884-.145-13.383-6.527ZM588.7,303.751l-21.433-12.764,8.888-3.291,6.755-2.827,10.4,9.915,17.016,10.7,16.583,6.219,3.563,2.446-1.426,3.695Zm43.836,5.063-1.433,3.713-20.341-7.908-17.015-11.137-9.229-9.286,9.95-4.165,13.987-8.389,6.722-2.8,15.341,6.7,5.332,2.441.147,5.08Z" style="fill: #5f4d3b;mix-blend-mode: multiply"/> <polygon points="644.938 280.898 643.929 261.517 641.334 252.694 630.663 251.248 619.415 248.933 606.293 251.103 577.886 257.467 540.106 268.46 540.106 272.076 582.789 259.926 604.996 254.285 619.415 250.814 630.23 253.417 640.18 254.43 641.91 263.108 641.831 275.402 640.901 268.026 639.459 262.096 632.537 259.058 623.309 257.467 614.657 257.612 603.265 260.938 580.626 268.315 556.257 278.295 540.106 284.948 540.25 290.155 568.225 275.981 588.269 267.881 611.052 259.637 624.607 258.913 636.863 262.096 638.738 266.869 640.18 278.874 640.32 296.809 640.114 298.415 635.229 322.265 637.056 322.265 643.16 322.265 643.689 322.265 645.083 294.928 644.938 280.898" style="fill: #260e0a"/> <polygon points="545.009 269.038 544.721 284.37 540.106 286.539 540.106 270.485 545.009 269.038" style="fill: #260e0a"/> <polygon points="562.169 264.844 561.88 276.849 565.485 275.547 565.629 267.158 565.341 262.963 562.169 264.844" style="fill: #260e0a"/> <polygon points="581.78 259.058 582.356 268.749 585.673 268.46 585.24 258.769 581.78 259.058" style="fill: #260e0a"/> <polygon points="595.19 256.165 595.046 264.41 597.786 263.397 597.497 253.996 595.19 256.165" style="fill: #260e0a"/> <polygon points="604.563 253.273 605.428 261.228 608.024 260.36 607.159 253.417 604.563 253.273" style="fill: #260e0a"/> <polygon points="614.801 251.248 614.801 258.48 617.108 258.769 616.387 250.235 614.801 251.248" style="fill: #260e0a"/> <polygon points="622.011 250.38 622.011 257.612 623.741 258.19 623.886 251.248 622.011 250.38" style="fill: #260e0a"/> <polygon points="629.365 252.405 628.5 259.347 630.057 259.347 631.961 252.983 629.365 252.405" style="fill: #260e0a"/> <polygon points="637.873 253.128 635.421 261.228 637.584 261.372 639.603 253.996 637.873 253.128" style="fill: #260e0a"/> <polygon points="641.478 259.926 640.036 267.302 640.18 270.195 641.189 270.195 642.92 262.24 641.478 259.926" style="fill: #260e0a"/> <polygon points="612.061 273.377 605.14 271.786 594.834 276.955 608.456 281.911 611.052 280.802 616.964 276.415 612.061 273.377" style="fill: #6e512b"/> <polygon points="608.314 281.859 594.834 276.955 594.757 276.993 594.938 277.933 608.264 282.923 612.205 280.706 616.856 277.174 616.964 276.415 608.314 281.859" style="fill: #2b1d10"/> <path d="M632.97,314.6l-9.229-3.76-11.247-3.327-4.038.723-12.545,3.9-5.047,3.616-4.182,6.509h3.894l2.739-5.207,6.057-3.761,12.545-3.616,6.188,1.638-1.862.725-1.2,1.35-3.124-1.4-7.787,2.314-8.219,5.062-1.3,2.893h2.307l1.154-2.555L604.323,316l7.161-2.025,1.539.675-2.936,1.446-3.361.82-6.345,2.893-.432,2.459h29.416l-7.642-6.364-4.471-1.5,1.539-1.543,3.8.242,4.278,3.278,2.5,5.882h3.172l-6.407-8.395,4.244,1.6,2.163,6.8h2.692Zm-11.776,2.989,3.7,4.1-5.191-3.76-4.6-1.393,1.088-.845Z" style="fill: #1c1608"/> <polygon points="604.331 243.87 548.527 243.982 540.106 251.866 540.106 272.076 604.331 243.87" style="fill: #b1875c"/> <polygon points="567.648 259.347 544.71 247.812 540.106 252.204 540.106 271.063 567.648 259.347" style="fill: #916846"/> <polygon points="607.026 243.757 572.551 261.806 554.094 269.906 540.106 276.415 540.106 270.485 578.319 254.285 604.142 243.757 607.026 243.757" style="fill: #745642"/> <polygon points="609.932 278.456 609.338 278.874 608.807 278.372 608.87 276.335 609.869 275.144 611.473 274.444 612.431 274.653 612.65 276.335 612.379 276.857 611.744 276.398 611.723 275.029 611.098 275.28 609.838 276.649 609.932 278.456" style="fill: #2b1d10"/> <polygon points="559.861 305.487 565.485 308.524 578.242 298.557 562.313 292.18 549.912 299.267 549.793 299.487 551.786 301.582 559.861 305.487" style="fill: #6e512b"/> <polygon points="554.742 304.619 565.485 309.971 578.607 299.701 578.751 298.761 578.242 298.557 565.485 308.524 559.861 305.487 551.786 301.582 549.793 299.487 549.047 300.858 554.742 304.619" style="fill: #2b1d10"/> <polygon points="567.071 303.558 566.386 304.041 565.774 303.462 565.846 301.112 566.999 299.738 568.85 298.93 569.955 299.171 570.208 301.112 569.895 301.714 569.162 301.184 569.138 299.605 568.417 299.894 566.963 301.473 567.071 303.558" style="fill: #2b1d10"/> <polygon points="634.989 288.998 624.318 265.856 614.235 243.982 612.989 243.982 614.368 246.909 628.211 276.27 634.989 291.023 638.017 296.085 637.44 296.953 632.393 291.168 619.127 273.522 604.996 250.958 600.806 243.982 599.759 243.982 603.121 249.15 617.397 273.088 623.165 280.32 633.258 294.061 637.152 298.255 636.431 302.016 639.315 303.317 640.324 297.676 634.989 288.998" style="fill: #4e341c"/> <polygon points="639.529 263.47 638.376 262.746 636.214 259.275 635.637 259.13 630.663 250.597 627.08 244.095 626.237 244.095 633.475 256.816 635.133 259.203 635.061 260.071 636.863 262.819 633.763 259.275 627.058 247.559 625.026 244.095 624.424 244.095 625.976 246.764 633.691 260.288 635.854 263.397 636.467 266.435 637.783 267.519 638.945 267.447 640.031 265.856 639.529 263.47" style="fill: #6e4e2d"/> <polygon points="617.685 315.467 597.641 299.991 580.914 282.634 554.605 243.757 550.246 243.757 562.169 260.794 577.598 281.332 579.472 284.37 595.911 301.003 616.531 316.479 628.644 322.265 632.537 322.265 617.685 315.467" style="fill: #3c2613"/> </g> <path d="M651.53,322.509H539.712V251.523l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H650.53V251.937l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill: #ef6e55"/> <g id="Ribbon_and_Name-8" data-name="Ribbon and Name"> <g> <path d="M653.137,313.858l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727-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.531-1.8-6.136-7.535-1.575c-.7.167-.939-.149-.54-.7l4.309-6.893c-.059-.223.356-.948.3-1.171l-6.185-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.167a2.352,2.352,0,0,0,1.7,4.251s42.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="M663.121,323.375c-11.787-1.762-12.8-1.373-.323.451-1.757,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.614-17-.609-6.695-2.738.083-5.107,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.492,1.756-14.806-2.17,1.457-2.484,3.536-3.173,7.021-3.008,18.683,22.736,10.5,33.831,12.068,25.6.387,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-.769,1.548-1.209,2.054-1.787C660.347,325.865,664.233,324.346,663.121,323.375Zm-10.315,3.051a.856.856,0,0,0-.215-.154A.313.313,0,0,1,652.806,326.426Z" style="fill: #ef6e55"/> <path d="M653.583,314.189c.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.205-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.141,8.037,2.354-1.559-.656-5.58-.587-7.665-1.953,1.516-2.47,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-.265,22.618-.4,25.7-.272,51.557-1.011,77.2-.822,17.2-1.558,11.45,4.747,12.876,16.974C653.689,323.578,653.551,318.033,653.583,314.189Z" style="fill: #ef6e55"/> </g> <text transform="translate(555.731 322.12)" style="font-size: 12.152199745178223px;fill: #ef6e55;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE STERN</text> </g> </g> <rect id="SternQ" x="533.115" y="236.633" width="10.966" height="10.966" transform="translate(-13.45 451.76) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Bow"> <g id="_Rectangle_7" data-name="<Rectangle>"> <g> <path d="M513.225,322.009H402.407V253.73l10-10h90.818l10,10Z" style="fill: #fbf6f0"/> <path d="M513.625,322.409H402.007V251.565l8.234-8.235h95.15l8.234,8.235Zm-110.818-.8H512.825V251.9l-7.766-7.766H410.572l-7.765,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="BowOn"> <g id="scene-9" data-name="scene"> <polygon points="513.367 263.893 402.458 263.893 402.458 252.002 410.298 243.893 497.581 243.668 513.367 263.893" style="fill: #ebc373"/> <polygon points="402.458 261.943 435.239 255.083 479.43 248.44 513.461 251.777 513.367 321.658 402.458 321.658 402.458 261.943" style="fill: url(#linear-gradient-4)"/> <polygon points="513.367 274.579 481.74 264.903 441.016 257.394 426.575 256.961 421.231 260.427 420.942 283.099 442.027 321.658 513.367 321.658 513.367 274.579" style="fill: #af9369"/> <polygon points="419.932 273.135 415.455 275.59 409.389 284.832 405.779 286.277 403.468 284.544 402.458 284.977 402.458 290.609 403.757 288.732 407.945 289.309 410.689 287.432 414.444 281.511 416.61 280.067 414.877 283.244 412.278 290.753 409.389 292.197 405.635 292.197 403.902 293.497 402.458 295.663 402.458 305.772 408.523 295.952 410.4 295.086 413.433 296.241 415.599 293.786 417.332 285.41 418.632 289.165 417.332 297.252 413.289 308.661 413.289 313.715 414.155 316.17 413.866 318.481 415.744 321.658 420.942 321.658 417.91 313.282 417.765 303.895 420.365 292.92 420.365 307.65 422.387 310.538 427.441 313.426 419.932 273.135" style="fill: #d5d7eb"/> <polygon points="509.034 263.748 504.269 260.427 493.293 259.127 487.95 257.827 479.863 258.983 478.708 259.849 484.484 259.849 488.816 259.416 494.015 261.582 504.702 262.737 509.034 263.748" style="fill: #d5d7eb"/> <polygon points="416.466 261.004 415.31 260.715 409.462 262.376 408.017 263.459 409.606 263.604 415.816 261.582 416.466 261.004" style="fill: #f4f29c"/> <polygon points="420.726 261.582 415.888 262.882 405.996 268.225 404.913 269.597 406.79 269.741 410.184 268.008 417.693 264.831 420.654 262.665 420.726 261.582" style="fill: #f4f29c"/> <polygon points="442.388 256.6 452.569 254.506 458.201 254.939 461.306 255.083 463.761 255.661 464.266 256.455 463.4 256.961 460.223 255.805 457.407 256.166 454.23 255.517 446.07 257.033 442.388 256.6" style="fill: #f4f29c"/> <polygon points="459.934 252.917 456.107 253.206 455.602 253.856 457.984 253.639 459.934 252.917" style="fill: #f4f29c"/> <polygon points="434.228 257.683 432.399 259.416 431.003 259.801 430.618 260.667 429.704 260.812 427.489 256.528 434.228 257.683" style="fill: #514438"/> <polygon points="473.364 321.658 473.942 314.004 470.187 309.238 464.122 308.805 459.645 312.849 446.215 316.603 439.427 308.372 439.138 307.216 455.024 304.761 457.623 301.729 456.179 297.685 451.991 295.663 444.482 298.84 434.806 300.573 432.207 295.808 436.539 295.808 431.196 290.898 429.752 291.764 426.141 285.699 421.664 268.947 422.675 260.715 426.43 257.683 434.662 257.972 453.58 259.849 475.386 264.615 486.506 268.081 487.557 269.834 491.127 270.247 507.013 274.29 513.367 277.179 513.367 272.702 479.718 263.604 462.389 260.282 442.893 256.383 425.708 256.383 421.376 259.705 419.787 269.958 433.651 321.658 473.364 321.658" style="fill: #4e3821"/> <polygon points="482.462 294.508 484.484 294.941 496.326 291.475 501.958 282.955 498.348 276.456 482.896 271.402 459.645 268.225 482.462 294.508" style="fill: #67523e;mix-blend-mode: multiply"/> <polygon points="418.632 278.189 419.643 292.197 423.975 315.448 427.73 321.658 438.994 320.791 418.632 278.189" style="fill: #8f6d5a"/> <polygon points="419.065 267.936 418.632 278.189 421.376 294.075 427.008 309.383 434.662 321.658 441.016 319.492 432.062 305.05 425.13 288.876 419.065 267.936" style="fill: #67523e"/> <polygon points="443.182 318.481 432.351 303.173 430.618 299.129 431.196 294.364 430.04 292.631 428.885 292.775 428.596 294.364 425.275 286.854 423.752 277.679 423.542 275.734 422.531 275.012 422.098 275.734 420.654 270.102 421.231 262.882 422.82 258.838 425.275 256.961 432.929 256.528 441.593 257.105 455.313 259.271 474.953 263.315 493.293 268.803 513.367 274.579 513.367 271.402 501.092 268.514 479.574 262.882 461.089 259.416 443.471 255.95 425.564 255.661 420.798 259.416 419.065 267.936 421.953 283.677 427.874 299.418 433.651 311.26 440.294 321.658 443.182 318.481" style="fill: #2a1612"/> <polygon points="482.318 273.568 481.74 267.792 476.638 265.962 473.846 267.888 473.461 273.183 477.889 276.071 482.318 273.568" style="fill: #211c10"/> <polygon points="471.92 270.391 471.054 266.059 468.936 264.711 465.759 265.577 465.374 268.658 471.92 270.391" style="fill: #211c10"/> <polygon points="493.835 276.781 476.668 270.12 459.131 264.624 449.748 262.417 448.886 260.282 447.803 260.282 447.587 261.149 448.02 263.387 448.814 263.315 449.488 266.059 450.451 269.717 453.724 276.818 464.916 285.627 482.462 294.508 494.376 289.67 493.835 276.781" style="fill: #5b422f"/> <polygon points="457.696 265.409 451.341 263.82 450.475 264.542 453.146 271.402 472.353 281.078 480.657 283.677 487.445 279.561 492.427 277.612 488.311 275.59 464.627 267.575 457.696 265.409" style="fill: #7c5424"/> <polygon points="454.952 277.684 451.775 278.984 449.608 277.828 449.753 275.662 453.074 272.269 454.446 273.207 453.724 276.312 454.952 277.684" style="fill: #211c10"/> <polygon points="475.855 291.151 473.798 292.197 471.054 292.197 469.826 291.187 473.364 284.832 475.314 285.771 474.808 289.02 475.169 290.537 475.855 291.151" style="fill: #211c10"/> <polygon points="497.481 243.781 497.842 252.989 513.367 257.755 513.367 251.664 505.465 243.781 497.481 243.781" style="fill: #af957d"/> <polygon points="486.328 243.668 445.898 243.668 445.781 244.974 489.755 256.022 486.578 245.552 486.328 243.668" style="fill: #af957d"/> <polygon points="438.862 243.781 430.583 243.781 429.246 244.758 422.026 247.791 419.426 247.935 426.719 253.278 430.401 256.816 430.329 257.755 438.862 243.781" style="fill: #af957d"/> <polygon points="415.976 243.781 414.733 243.781 414.733 243.964 427.874 260.86 429.896 260.86 430.763 259.271 415.976 243.781" style="fill: #70553a"/> <polygon points="450.451 269.717 435.408 274.375 431.918 273.279 431.918 269.669 443.711 267.118 443.423 243.704 447.226 243.668 447.226 243.964 490.309 255.469 490.983 256.431 490.212 256.913 447.081 246.034 447.081 266.781 449.488 266.059 449.969 267.503 450.451 269.717" style="fill: #70553a"/> <polygon points="491.657 243.443 493.101 303.317 494.834 305.724 497.241 306.205 500.707 303.991 498.973 257.105 513.367 261.341 513.367 256.816 498.685 252.099 498.107 243.443 491.657 243.443" style="fill: #70553a"/> <path d="M430.546,266.131c-.382.829-9.282,11.344-8.015,12.347.629.4.923-.4,1.221-.8l2.847,4.5c-1.074,1.531-2.192,3.336-1.251,5.321l2.068-4.075,4.322,5.807c-.307.861-2.541,3.743-.9,4.477,1.268-2.406,10.236-22.406,11.337-24.623,1.486-5.155,6.3-17.688,7.061-25.422H441.9C439.969,251.709,434.9,259.6,430.546,266.131Zm11.211-19.42c3.112,1.682,1.169,2.371.6,5.042C439.615,249.834,441.224,249.393,441.757,246.711ZM440.3,250.8c2.713,1.619,1.427,2.667.5,5.04C437.821,254.084,439.307,253.258,440.3,250.8Zm-1.751,3.85c3.08,1.666,1.5,2.549.57,5.024C435.878,257.435,437.39,257.675,438.552,254.646Zm.283,5.679c-.882,1.379-.622,3.849-2.8,2.051l-.919-1.608C436.9,257.536,436.21,258.8,438.835,260.325Zm-4.349,1.477c3.09,3.167,3.34,1.279.934,5.636C432.9,265.429,432.425,264.417,434.486,261.8Zm-2.12,3.435c2.687,4.484,3.814.908.488,6.757C429.951,268.177,429.322,269.4,432.366,265.237Zm-1.748,5.515c2.533,2.109,1.556,2.277.137,4.662l-2.689-3.921C429.083,270.271,429.237,268.623,430.618,270.752Zm-4.791,3.944c2.594-4.615,2.273-1.1,4.583,1.28l-2.04,3.322C427.564,278.335,425.634,276.08,425.827,274.7Zm1.5,6.3-2.843-4.38c.906-1.528.658-.535,1.08.417C426.189,278.022,428.965,279.747,427.327,281Zm5.353,6.354-4.535-5.228c.836-2.087,1.232-1.236,2.69-.323C432.2,283.782,434.759,284.724,432.68,287.351Zm1.415-2.83c-3.87-6.336-6.491-1.812-3-7.688C435.055,282.678,436.825,279.539,434.1,284.521Zm1.8-3.6c-1.309-.772-3.559-3.432-4.49-4.635l1.651-2.925C435.606,277.315,439.242,275.193,435.894,280.923Zm.789-5.044c-3.758-3.451-3.609-2.831-1-7.173a8,8,0,0,0,4.23,3.212C439.164,272.758,438.5,277.636,436.683,275.879Zm3.522-4.61a13.029,13.029,0,0,1-4.145-3.227,29.657,29.657,0,0,0,1.842-3.584C441.494,268.233,443.1,265.169,440.205,271.269Zm1.782-4.514c-2.958-1.99-4.613-2.5-2.426-6.067C443.854,262.334,443.441,262.9,441.987,266.755Zm1.595-4.784-1.916-1.617-1.805-.349c.88-1.185.8-4.506,2.887-2.539C446.177,258.122,443.971,259.787,443.582,261.971Zm1.409-4.227c-4.3-1.143-3.51-1.288-2.121-4.962C446.852,255.025,446.485,253.045,444.991,257.744Zm1.464-4.392c-4.644-.874-3.095-1.527-1.958-5.014C448.572,249.542,447.656,248.928,446.455,253.352Zm-.529-7.944c3.171-.364,1.562.913,1.614,3.046a5.183,5.183,0,0,1-2.868-.595C444.867,247.76,445.409,244.808,445.926,245.408Zm-2.086,2.061c-2.014-.977-1.958-1.81-1.189-3.7C444.883,245.458,444.866,244.736,443.84,247.469Z" style="fill: #3e2b1a"/> <polygon points="456.656 243.781 456.324 248.296 455.168 254.506 451.558 271.546 444.626 299.996 440.871 311.116 439.427 311.26 438.128 318.047 442.027 316.964 442.316 311.549 445.637 300.573 451.702 276.312 456.468 255.372 458.057 245.408 458.057 243.781 456.656 243.781" style="fill: #3e2b1a"/> <polygon points="474.629 243.668 465.277 273.568 455.602 296.097 447.948 312.849 446.648 312.56 445.204 316.026 449.825 314.798 450.547 313.859 449.825 313.282 458.201 293.786 466.866 274.435 468.743 267.792 475.992 243.668 474.629 243.668" style="fill: #3e2b1a"/> </g> <polygon id="Overlay-5" data-name="Overlay" points="505.451 243.33 410.357 243.33 402.127 251.564 402.127 322.409 513.681 322.409 513.681 251.564 505.451 243.33" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_Name-9" data-name="Ribbon and Name"> <g> <path d="M515.332,313.858l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727c-3.172-.795-21.324,2.179-19.954-4.2.911-3.882,9.476-3.545,9.476-3.545,11.573-6.713-48.821-.408-44.1-1.52-12.816-.268-54.766-1.358-66.877-.673l-7.562-2.532-1.8-6.136c-11-2.557-9.2.348-3.766-9.171-.059-.223.356-.948.3-1.171.261-.144-7.973-5.568-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-.381a4.257,4.257,0,0,1,4.412,4.09" style="fill: #fbf6f0"/> <path d="M525.316,323.375c-11.788-1.762-12.805-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.614-17.005-.609-6.695-2.738.083-5.107,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.588-26.9-.677-54.425,1.429-81.267.329-14.855-1.178-49.8,6.831-35.835-18.479-2.17,1.457-2.484,3.536-3.173,7.021-3.009,18.683,22.736,10.5,33.831,12.068,25.6.387,51.8.2,77.489-.955-4.274,12.638,5.434,10.259,14.107,10.639,1.221-.354,5.738.7,5.6-.75l.01.013c-1.484-2.35-2.885-4.573-4.308-6.82C520.082,327.059,526.423,324.807,525.316,323.375ZM515,326.426a.856.856,0,0,0-.215-.154A.313.313,0,0,1,515,326.426Z" style="fill: #c4a985"/> <path d="M515.778,314.189c.052-5.629-6.248-4.922-10.311-4.849-34.378.057-69.057.807-103.426,1.135-.779-7.1,3.2-12.488-7.143-10.912a104.713,104.713,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.141,8.037,2.354-1.559-.656-5.58-.587-7.665-1.953,1.516-2.47,3.182-5.113,4.786-7.729l-.137-.754c-1.89-1.673-4.277-2.993-5.955-4.955,2.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,33.129-.46,66.694-1.343,99.816-1.218,17.2-1.557,11.45,4.748,12.876,16.975C515.884,323.578,515.746,318.033,515.778,314.189Z" style="fill: #bc9e76"/> </g> <text transform="translate(425.4 322.12)" style="font-size: 12.152199745178223px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE B<tspan x="38.314" y="0" style="letter-spacing: -0.010246023054336648em">O</tspan><tspan x="46.799" y="0">W</tspan></text> </g> </g> <g id="BowHere"> <g id="scene-10" data-name="scene"> <polygon points="513.367 263.893 402.458 263.893 402.458 252.002 410.298 243.893 497.581 243.668 513.367 263.893" style="fill: #ebc373"/> <polygon points="402.458 261.943 435.239 255.083 479.43 248.44 513.461 251.777 513.367 321.658 402.458 321.658 402.458 261.943" style="fill: url(#linear-gradient-4)"/> <polygon points="513.367 274.579 481.74 264.903 441.016 257.394 426.575 256.961 421.231 260.427 420.942 283.099 442.027 321.658 513.367 321.658 513.367 274.579" style="fill: #af9369"/> <polygon points="419.932 273.135 415.455 275.59 409.389 284.832 405.779 286.277 403.468 284.544 402.458 284.977 402.458 290.609 403.757 288.732 407.945 289.309 410.689 287.432 414.444 281.511 416.61 280.067 414.877 283.244 412.278 290.753 409.389 292.197 405.635 292.197 403.902 293.497 402.458 295.663 402.458 305.772 408.523 295.952 410.4 295.086 413.433 296.241 415.599 293.786 417.332 285.41 418.632 289.165 417.332 297.252 413.289 308.661 413.289 313.715 414.155 316.17 413.866 318.481 415.744 321.658 420.942 321.658 417.91 313.282 417.765 303.895 420.365 292.92 420.365 307.65 422.387 310.538 427.441 313.426 419.932 273.135" style="fill: #d5d7eb"/> <polygon points="509.034 263.748 504.269 260.427 493.293 259.127 487.95 257.827 479.863 258.983 478.708 259.849 484.484 259.849 488.816 259.416 494.015 261.582 504.702 262.737 509.034 263.748" style="fill: #d5d7eb"/> <polygon points="416.466 261.004 415.31 260.715 409.462 262.376 408.017 263.459 409.606 263.604 415.816 261.582 416.466 261.004" style="fill: #f4f29c"/> <polygon points="420.726 261.582 415.888 262.882 405.996 268.225 404.913 269.597 406.79 269.741 410.184 268.008 417.693 264.831 420.654 262.665 420.726 261.582" style="fill: #f4f29c"/> <polygon points="442.388 256.6 452.569 254.506 458.201 254.939 461.306 255.083 463.761 255.661 464.266 256.455 463.4 256.961 460.223 255.805 457.407 256.166 454.23 255.517 446.07 257.033 442.388 256.6" style="fill: #f4f29c"/> <polygon points="459.934 252.917 456.107 253.206 455.602 253.856 457.984 253.639 459.934 252.917" style="fill: #f4f29c"/> <polygon points="434.228 257.683 432.399 259.416 431.003 259.801 430.618 260.667 429.704 260.812 427.489 256.528 434.228 257.683" style="fill: #514438"/> <polygon points="473.364 321.658 473.942 314.004 470.187 309.238 464.122 308.805 459.645 312.849 446.215 316.603 439.427 308.372 439.138 307.216 455.024 304.761 457.623 301.729 456.179 297.685 451.991 295.663 444.482 298.84 434.806 300.573 432.207 295.808 436.539 295.808 431.196 290.898 429.752 291.764 426.141 285.699 421.664 268.947 422.675 260.715 426.43 257.683 434.662 257.972 453.58 259.849 475.386 264.615 486.506 268.081 487.557 269.834 491.127 270.247 507.013 274.29 513.367 277.179 513.367 272.702 479.718 263.604 462.389 260.282 442.893 256.383 425.708 256.383 421.376 259.705 419.787 269.958 433.651 321.658 473.364 321.658" style="fill: #4e3821"/> <polygon points="482.462 294.508 484.484 294.941 496.326 291.475 501.958 282.955 498.348 276.456 482.896 271.402 459.645 268.225 482.462 294.508" style="fill: #67523e;mix-blend-mode: multiply"/> <polygon points="418.632 278.189 419.643 292.197 423.975 315.448 427.73 321.658 438.994 320.791 418.632 278.189" style="fill: #8f6d5a"/> <polygon points="419.065 267.936 418.632 278.189 421.376 294.075 427.008 309.383 434.662 321.658 441.016 319.492 432.062 305.05 425.13 288.876 419.065 267.936" style="fill: #67523e"/> <polygon points="443.182 318.481 432.351 303.173 430.618 299.129 431.196 294.364 430.04 292.631 428.885 292.775 428.596 294.364 425.275 286.854 423.752 277.679 423.542 275.734 422.531 275.012 422.098 275.734 420.654 270.102 421.231 262.882 422.82 258.838 425.275 256.961 432.929 256.528 441.593 257.105 455.313 259.271 474.953 263.315 493.293 268.803 513.367 274.579 513.367 271.402 501.092 268.514 479.574 262.882 461.089 259.416 443.471 255.95 425.564 255.661 420.798 259.416 419.065 267.936 421.953 283.677 427.874 299.418 433.651 311.26 440.294 321.658 443.182 318.481" style="fill: #2a1612"/> <polygon points="482.318 273.568 481.74 267.792 476.638 265.962 473.846 267.888 473.461 273.183 477.889 276.071 482.318 273.568" style="fill: #211c10"/> <polygon points="471.92 270.391 471.054 266.059 468.936 264.711 465.759 265.577 465.374 268.658 471.92 270.391" style="fill: #211c10"/> <polygon points="493.835 276.781 476.668 270.12 459.131 264.624 449.748 262.417 448.886 260.282 447.803 260.282 447.587 261.149 448.02 263.387 448.814 263.315 449.488 266.059 450.451 269.717 453.724 276.818 464.916 285.627 482.462 294.508 494.376 289.67 493.835 276.781" style="fill: #5b422f"/> <polygon points="457.696 265.409 451.341 263.82 450.475 264.542 453.146 271.402 472.353 281.078 480.657 283.677 487.445 279.561 492.427 277.612 488.311 275.59 464.627 267.575 457.696 265.409" style="fill: #7c5424"/> <polygon points="454.952 277.684 451.775 278.984 449.608 277.828 449.753 275.662 453.074 272.269 454.446 273.207 453.724 276.312 454.952 277.684" style="fill: #211c10"/> <polygon points="475.855 291.151 473.798 292.197 471.054 292.197 469.826 291.187 473.364 284.832 475.314 285.771 474.808 289.02 475.169 290.537 475.855 291.151" style="fill: #211c10"/> <polygon points="497.481 243.781 497.842 252.989 513.367 257.755 513.367 251.664 505.465 243.781 497.481 243.781" style="fill: #af957d"/> <polygon points="486.328 243.668 445.898 243.668 445.781 244.974 489.755 256.022 486.578 245.552 486.328 243.668" style="fill: #af957d"/> <polygon points="438.862 243.781 430.583 243.781 429.246 244.758 422.026 247.791 419.426 247.935 426.719 253.278 430.401 256.816 430.329 257.755 438.862 243.781" style="fill: #af957d"/> <polygon points="415.976 243.781 414.733 243.781 414.733 243.964 427.874 260.86 429.896 260.86 430.763 259.271 415.976 243.781" style="fill: #70553a"/> <polygon points="450.451 269.717 435.408 274.375 431.918 273.279 431.918 269.669 443.711 267.118 443.423 243.704 447.226 243.668 447.226 243.964 490.309 255.469 490.983 256.431 490.212 256.913 447.081 246.034 447.081 266.781 449.488 266.059 449.969 267.503 450.451 269.717" style="fill: #70553a"/> <polygon points="491.657 243.443 493.101 303.317 494.834 305.724 497.241 306.205 500.707 303.991 498.973 257.105 513.367 261.341 513.367 256.816 498.685 252.099 498.107 243.443 491.657 243.443" style="fill: #70553a"/> <path d="M430.546,266.131c-.382.829-9.282,11.344-8.015,12.347.629.4.923-.4,1.221-.8l2.847,4.5c-1.074,1.531-2.192,3.336-1.251,5.321l2.068-4.075,4.322,5.807c-.307.861-2.541,3.743-.9,4.477,1.268-2.406,10.236-22.406,11.337-24.623,1.486-5.155,6.3-17.688,7.061-25.422H441.9C439.969,251.709,434.9,259.6,430.546,266.131Zm11.211-19.42c3.112,1.682,1.169,2.371.6,5.042C439.615,249.834,441.224,249.393,441.757,246.711ZM440.3,250.8c2.713,1.619,1.427,2.667.5,5.04C437.821,254.084,439.307,253.258,440.3,250.8Zm-1.751,3.85c3.08,1.666,1.5,2.549.57,5.024C435.878,257.435,437.39,257.675,438.552,254.646Zm.283,5.679c-.882,1.379-.622,3.849-2.8,2.051l-.919-1.608C436.9,257.536,436.21,258.8,438.835,260.325Zm-4.349,1.477c3.09,3.167,3.34,1.279.934,5.636C432.9,265.429,432.425,264.417,434.486,261.8Zm-2.12,3.435c2.687,4.484,3.814.908.488,6.757C429.951,268.177,429.322,269.4,432.366,265.237Zm-1.748,5.515c2.533,2.109,1.556,2.277.137,4.662l-2.689-3.921C429.083,270.271,429.237,268.623,430.618,270.752Zm-4.791,3.944c2.594-4.615,2.273-1.1,4.583,1.28l-2.04,3.322C427.564,278.335,425.634,276.08,425.827,274.7Zm1.5,6.3-2.843-4.38c.906-1.528.658-.535,1.08.417C426.189,278.022,428.965,279.747,427.327,281Zm5.353,6.354-4.535-5.228c.836-2.087,1.232-1.236,2.69-.323C432.2,283.782,434.759,284.724,432.68,287.351Zm1.415-2.83c-3.87-6.336-6.491-1.812-3-7.688C435.055,282.678,436.825,279.539,434.1,284.521Zm1.8-3.6c-1.309-.772-3.559-3.432-4.49-4.635l1.651-2.925C435.606,277.315,439.242,275.193,435.894,280.923Zm.789-5.044c-3.758-3.451-3.609-2.831-1-7.173a8,8,0,0,0,4.23,3.212C439.164,272.758,438.5,277.636,436.683,275.879Zm3.522-4.61a13.029,13.029,0,0,1-4.145-3.227,29.657,29.657,0,0,0,1.842-3.584C441.494,268.233,443.1,265.169,440.205,271.269Zm1.782-4.514c-2.958-1.99-4.613-2.5-2.426-6.067C443.854,262.334,443.441,262.9,441.987,266.755Zm1.595-4.784-1.916-1.617-1.805-.349c.88-1.185.8-4.506,2.887-2.539C446.177,258.122,443.971,259.787,443.582,261.971Zm1.409-4.227c-4.3-1.143-3.51-1.288-2.121-4.962C446.852,255.025,446.485,253.045,444.991,257.744Zm1.464-4.392c-4.644-.874-3.095-1.527-1.958-5.014C448.572,249.542,447.656,248.928,446.455,253.352Zm-.529-7.944c3.171-.364,1.562.913,1.614,3.046a5.183,5.183,0,0,1-2.868-.595C444.867,247.76,445.409,244.808,445.926,245.408Zm-2.086,2.061c-2.014-.977-1.958-1.81-1.189-3.7C444.883,245.458,444.866,244.736,443.84,247.469Z" style="fill: #3e2b1a"/> <polygon points="456.656 243.781 456.324 248.296 455.168 254.506 451.558 271.546 444.626 299.996 440.871 311.116 439.427 311.26 438.128 318.047 442.027 316.964 442.316 311.549 445.637 300.573 451.702 276.312 456.468 255.372 458.057 245.408 458.057 243.781 456.656 243.781" style="fill: #3e2b1a"/> <polygon points="474.629 243.668 465.277 273.568 455.602 296.097 447.948 312.849 446.648 312.56 445.204 316.026 449.825 314.798 450.547 313.859 449.825 313.282 458.201 293.786 466.866 274.435 468.743 267.792 475.992 243.668 474.629 243.668" style="fill: #3e2b1a"/> </g> <path d="M513.725,322.509H401.907V251.523l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H512.725V251.937l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill: #ef6e55"/> <g id="Ribbon_and_Name-10" data-name="Ribbon and Name"> <g> <path d="M515.332,313.858l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727-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.519L420.3,325.729l-18.04.337-7.562-2.531-1.8-6.136-7.535-1.575c-.7.167-.939-.149-.54-.7l4.309-6.893c-.059-.223.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.167a2.352,2.352,0,0,0,1.7,4.251s42.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="M525.316,323.375c-11.788-1.762-12.805-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.614-17.005-.609-6.695-2.738.083-5.107,3.714-5.818,2.035-.239,8.6-2.843,3.059-3.588-9.119-.858-18.455-.247-27.61.262-17.751.8-36.07.07-53.657.069-9.976-1.366-31.3,3.52-37.591-3.675-1.89-4.544-1.287-11.492,1.756-14.806-2.17,1.457-2.484,3.536-3.173,7.021-3.009,18.683,22.736,10.5,33.831,12.068,25.6.387,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.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.787C522.542,325.865,526.428,324.346,525.316,323.375ZM515,326.426a.856.856,0,0,0-.215-.154A.313.313,0,0,1,515,326.426Z" style="fill: #ef6e55"/> <path d="M515.778,314.189c.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.713,104.713,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.141,8.037,2.354-1.559-.656-5.58-.587-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.55-4.844-3.79a4.182,4.182,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-.265,22.618-.4,25.7-.272,51.557-1.011,77.2-.822,17.2-1.558,11.45,4.747,12.876,16.974C515.884,323.578,515.746,318.033,515.778,314.189Z" style="fill: #ef6e55"/> </g> <text transform="translate(425.4 322.12)" style="font-size: 12.152199745178223px;fill: #ef6e55;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE B<tspan x="38.314" y="0" style="letter-spacing: -0.010246023054336648em">O</tspan><tspan x="46.799" y="0">W</tspan></text> </g> </g> <rect id="BowQ" x="395.31" y="236.633" width="10.966" height="10.966" transform="translate(-53.813 354.317) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Crow_sNest" data-name="Crow'sNest"> <g id="_Rectangle_8" data-name="<Rectangle>"> <g> <path d="M513.535,216.593H402.717V148.314l10-10h90.818l10,10Z" style="fill: #fbf6f0"/> <path d="M513.935,216.993H402.317V146.149l8.234-8.235H505.7l8.234,8.235Zm-110.818-.8H513.135V146.48l-7.765-7.766H410.883l-7.766,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="Crow_sNestOn" data-name="Crow'sNestOn"> <g id="scene-11" data-name="scene"> <polygon points="513.461 146.395 505.372 138.317 410.997 138.542 402.858 146.619 402.858 211.283 513.574 211.067 513.461 146.395" style="fill: url(#linear-gradient-6)"/> <polygon points="493.319 143.12 482.675 139.066 478.446 139.545 475.725 138.317 472.569 138.317 478.11 141.321 481.93 141.681 483.3 141.033 495.049 145.136 495.77 144.704 493.319 143.12" style="fill: #f4f29c"/> <polygon points="505.212 141.897 502.401 141.897 498.004 138.379 497.839 138.317 494.026 138.317 495.842 138.778 501.224 143.192 505.356 144.248 513.574 149.526 513.574 147.223 505.212 141.897" style="fill: #d5d7eb"/> <polygon points="409.778 144.488 413.382 156.868 413.814 163.922 412.661 169.968 414.535 174.863 410.643 170.256 411.94 163.49 411.364 156.436 410.066 153.845 409.778 144.488" style="fill: #d5d7eb"/> <polygon points="418.668 138.317 414.262 138.317 417.274 159.027 417.274 176.878 421.911 177.598 429.828 151.974 418.668 138.317" style="fill: #af9369"/> <polygon points="513.574 190.842 479.552 165.361 463.694 159.891 437.745 154.997 434.285 157.876 433.42 167.089 434.285 185.227 462.829 216.178 513.574 216.178 513.574 190.842" style="fill: #9b8870"/> <polygon points="449.086 156.868 448.845 164.45 447.404 165.313 446.347 156.628 444.376 155.908 443.319 159.027 441.349 162.146 438.129 161.379 438.274 164.738 442.743 167.665 442.31 168.385 437.505 167.521 437.313 173.711 437.409 177.55 434.285 177.886 434.141 161.619 437.457 155.86 442.55 154.901 449.086 156.868" style="fill: #826d5b"/> <polygon points="442.743 167.665 434.285 164.978 434.285 166.225 435.487 167.377 442.695 168.816 443.175 168.145 442.743 167.665" style="fill: #70553a"/> <polygon points="446.443 164.882 445.001 156.148 445.818 156.148 447.5 156.148 447.98 164.978 447.019 165.553 446.443 164.882" style="fill: #70553a"/> <polygon points="448.509 156.964 443.367 156.196 439.235 156.34 436.111 160.419 435.342 164.354 435.39 171.216 435.868 177.022 435.727 177.958 432.603 177.358 432.507 169.68 433.132 163.106 434.333 157.444 436.976 154.613 442.262 154.277 452.353 156.1 471.479 160.323 481.426 164.018 491.445 172.127 490.748 173.375 489.595 173.519 481.282 166.945 475.611 164.162 457.687 158.883 448.509 156.964" style="fill: #44311f"/> <polygon points="440.58 157.684 421.415 138.317 418.15 138.317 437.697 161.907 440.004 162.77 441.541 162.29 442.022 160.179 440.58 157.684" style="fill: #70553a"/> <polygon points="498.01 154.867 487.039 138.429 485.396 138.429 503.217 165.678 503.662 179.728 505.356 181.484 505.356 165.015 498.01 154.867" style="fill: #735744"/> <polygon points="500.557 138.317 488.285 151.628 476.524 162.194 481.282 159.459 496.718 145.367 502.511 138.317 500.557 138.317" style="fill: #735744"/> <polygon points="513.574 160.697 505.8 166.527 508.395 167.607 513.574 163.288 513.574 160.697" style="fill: #735744"/> <polygon points="480.285 160.265 473.116 138.429 471.972 138.429 479.203 161.128 485.041 174.084 486.549 173.652 480.285 160.265" style="fill: #735744"/> <polygon points="478.831 213.299 480.877 216.178 488.057 216.178 445.956 174.575 435.868 177.022 423.327 175.87 421.689 175.186 436.015 199.335 478.831 213.299" style="fill: #ae865c"/> <polygon points="402.858 164.786 402.858 216.178 480.877 216.178 478.831 213.299 436.015 199.335 421.689 175.186 407.471 169.248 402.858 164.786" style="fill: #91765d"/> <polygon points="438.754 216.178 413.094 187.387 402.858 169.392 402.858 216.178 438.754 216.178" style="fill: #8e6847"/> <polygon points="463.261 196.888 450.72 191.849 441.926 190.554 451.008 193.433 469.028 202.934 463.261 196.888" style="fill: #735744"/> <polygon points="488.069 216.178 447.201 172.847 445.674 172.847 444.607 174.3 479.42 216.178 488.069 216.178" style="fill: #735744"/> <polygon points="471.046 216.178 447.548 208.26 441.061 208.26 449.134 209.844 461.82 216.178 471.046 216.178" style="fill: #735744"/> <polygon points="491.157 161.331 490.724 175.582 493.175 175.942 494.833 162.554 491.157 161.331" style="fill: #50342e"/> <polygon points="471.262 163.49 474.506 176.158 478.903 175.438 475.371 161.187 471.262 163.49" style="fill: #50342e"/> <polygon points="457.928 191.849 467.586 195.952 467.442 192.281 458.72 186.883 457.928 191.849" style="fill: #50342e"/> <polygon points="469.532 202.502 460.955 202.862 462.469 205.453 466.938 207.109 470.974 204.589 469.532 202.502" style="fill: #50342e"/> <polygon points="492.286 173.423 479.984 172.847 470.469 178.893 465.568 189.066 466.049 199.047 468.547 208.452 488.826 215.458 496.034 216.178 504.203 215.266 511.219 201.35 507.951 183.02 502.281 177.454 492.286 173.423" style="fill: #704d45"/> <polygon points="471.852 204.529 483.961 197.187 485.823 201.35 478.987 209.711 479.311 212.195 493.691 203.449 508.394 198.915 509.043 187.687 506.881 182.073 498.015 185.959 494.689 177.334 489.583 175.811 479.636 183.801 473.581 194.38 474.014 198.051 469.229 202.051 471.852 204.529" style="fill: #4f4131"/> <path d="M509.873,169.3l-2.017-2.591-14.417-7.677L477.87,157.78l-11.244,3.743-9.707,8.733-5.671,14.972,4.614,18.81,1.729,3.455,17.2,8.685h29.6l3.124-2.447,2.451-4.1,2.162-4.031,1.442-10.293V183.02ZM497,215.554l-3.563-1.2,5.389-1.1,3.033-2.449.331,3.025Zm2.595-10.941L481.906,212.2,462.3,203.366l-4.614-18.235,8.89-18.042,9.947-4.9,8.842.192,7.977.864,11.437,7.1,1.634,10.269.1,12.524Zm6.832,5.517-.2-2.854,2.952-5.21-.068,3.747Z" style="fill: #2a1612"/> <polygon points="476.38 158.164 469.64 138.429 465.168 138.429 465.712 140.025 467.01 146.503 471.623 158.739 481.714 190.266 484.453 191.993 486.76 191.417 487.336 188.682 476.38 158.164" style="fill: #44311f"/> <polygon points="485.847 184.076 485.895 186.331 484.021 187.819 482.339 187.675 480.176 185.659 479.984 185.899 480.465 187.866 482.147 189.354 485.222 189.834 486.616 188.394 487 186.715 486.231 184.124 485.847 184.076" style="fill: #211c10"/> </g> <polygon id="Overlay-6" data-name="Overlay" points="505.761 137.914 410.667 137.914 402.438 146.148 402.438 216.993 513.991 216.993 513.991 146.148 505.761 137.914" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_Name-11" data-name="Ribbon and Name"> <g> <path d="M515.643,208.442l.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.545,9.475-3.545,11.574-6.713-48.82-.408-44.1-1.52-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.767-9.172-.058-.223.357-.948.3-1.171.26-.144-7.973-5.568-6.2-5.477,5.409-.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.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="M525.626,217.959c-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.534.012-11.487.614-17-.609-6.695-2.738.083-5.106,3.715-5.818,2.035-.239,8.6-2.843,3.058-3.588-26.895-.677-54.425,1.429-81.266.329-14.856-1.178-49.8,6.831-35.836-18.479-2.17,1.457-2.483,3.536-3.172,7.021-3.009,18.683,22.735,10.5,33.83,12.068,25.6.387,51.8.2,77.49-.955-4.275,12.638,5.433,10.259,14.107,10.639,1.22-.354,5.738.7,5.594-.75l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82C520.392,221.643,526.734,219.391,525.626,217.959Zm-10.314,3.051a.893.893,0,0,0-.215-.153A.313.313,0,0,1,515.312,221.01Z" style="fill: #c4a985"/> <path d="M516.088,208.773c.052-5.629-6.247-4.922-10.31-4.849-34.378.057-69.058.807-103.427,1.135-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.77.766,2.006,1.462,2.446l-.083-.041c1.48,1.159,3.026,2.379,4.52,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.141,8.037,2.354-1.558-.655-5.579-.587-7.665-1.953,1.516-2.47,3.182-5.113,4.786-7.729l-.136-.754c-1.89-1.673-4.277-2.993-5.955-4.955,2.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,33.129-.46,66.694-1.343,99.816-1.218,17.2-1.557,11.451,4.748,12.876,16.975C516.2,218.162,516.056,212.617,516.088,208.773Z" style="fill: #bc9e76"/> </g> <text transform="translate(413.582 216.703)" 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.007312847827016745em">R</tspan><tspan x="16.074" y="0" style="letter-spacing: -0.010246023054336648em">O</tspan><tspan x="24.56" y="0" style="letter-spacing: 0.020492046108673296em">W</tspan><tspan x="35.928" y="0">’S NEST</tspan></text> </g> </g> <g id="Crow_sNestHere" data-name="Crow'sNestHere"> <g id="scene-12" data-name="scene"> <polygon points="513.461 146.395 505.372 138.317 410.997 138.542 402.858 146.619 402.858 211.283 513.574 211.067 513.461 146.395" style="fill: url(#linear-gradient-6)"/> <polygon points="493.319 143.12 482.675 139.066 478.446 139.545 475.725 138.317 472.569 138.317 478.11 141.321 481.93 141.681 483.3 141.033 495.049 145.136 495.77 144.704 493.319 143.12" style="fill: #f4f29c"/> <polygon points="505.212 141.897 502.401 141.897 498.004 138.379 497.839 138.317 494.026 138.317 495.842 138.778 501.224 143.192 505.356 144.248 513.574 149.526 513.574 147.223 505.212 141.897" style="fill: #d5d7eb"/> <polygon points="409.778 144.488 413.382 156.868 413.814 163.922 412.661 169.968 414.535 174.863 410.643 170.256 411.94 163.49 411.364 156.436 410.066 153.845 409.778 144.488" style="fill: #d5d7eb"/> <polygon points="418.668 138.317 414.262 138.317 417.274 159.027 417.274 176.878 421.911 177.598 429.828 151.974 418.668 138.317" style="fill: #af9369"/> <polygon points="513.574 190.842 479.552 165.361 463.694 159.891 437.745 154.997 434.285 157.876 433.42 167.089 434.285 185.227 462.829 216.178 513.574 216.178 513.574 190.842" style="fill: #9b8870"/> <polygon points="449.086 156.868 448.845 164.45 447.404 165.313 446.347 156.628 444.376 155.908 443.319 159.027 441.349 162.146 438.129 161.379 438.274 164.738 442.743 167.665 442.31 168.385 437.505 167.521 437.313 173.711 437.409 177.55 434.285 177.886 434.141 161.619 437.457 155.86 442.55 154.901 449.086 156.868" style="fill: #826d5b"/> <polygon points="442.743 167.665 434.285 164.978 434.285 166.225 435.487 167.377 442.695 168.816 443.175 168.145 442.743 167.665" style="fill: #70553a"/> <polygon points="446.443 164.882 445.001 156.148 445.818 156.148 447.5 156.148 447.98 164.978 447.019 165.553 446.443 164.882" style="fill: #70553a"/> <polygon points="448.509 156.964 443.367 156.196 439.235 156.34 436.111 160.419 435.342 164.354 435.39 171.216 435.868 177.022 435.727 177.958 432.603 177.358 432.507 169.68 433.132 163.106 434.333 157.444 436.976 154.613 442.262 154.277 452.353 156.1 471.479 160.323 481.426 164.018 491.445 172.127 490.748 173.375 489.595 173.519 481.282 166.945 475.611 164.162 457.687 158.883 448.509 156.964" style="fill: #44311f"/> <polygon points="440.58 157.684 421.415 138.317 418.15 138.317 437.697 161.907 440.004 162.77 441.541 162.29 442.022 160.179 440.58 157.684" style="fill: #70553a"/> <polygon points="498.01 154.867 487.039 138.429 485.396 138.429 503.217 165.678 503.662 179.728 505.356 181.484 505.356 165.015 498.01 154.867" style="fill: #735744"/> <polygon points="500.557 138.317 488.285 151.628 476.524 162.194 481.282 159.459 496.718 145.367 502.511 138.317 500.557 138.317" style="fill: #735744"/> <polygon points="513.574 160.697 505.8 166.527 508.395 167.607 513.574 163.288 513.574 160.697" style="fill: #735744"/> <polygon points="480.285 160.265 473.116 138.429 471.972 138.429 479.203 161.128 485.041 174.084 486.549 173.652 480.285 160.265" style="fill: #735744"/> <polygon points="478.831 213.299 480.877 216.178 488.057 216.178 445.956 174.575 435.868 177.022 423.327 175.87 421.689 175.186 436.015 199.335 478.831 213.299" style="fill: #ae865c"/> <polygon points="402.858 164.786 402.858 216.178 480.877 216.178 478.831 213.299 436.015 199.335 421.689 175.186 407.471 169.248 402.858 164.786" style="fill: #91765d"/> <polygon points="438.754 216.178 413.094 187.387 402.858 169.392 402.858 216.178 438.754 216.178" style="fill: #8e6847"/> <polygon points="463.261 196.888 450.72 191.849 441.926 190.554 451.008 193.433 469.028 202.934 463.261 196.888" style="fill: #735744"/> <polygon points="488.069 216.178 447.201 172.847 445.674 172.847 444.607 174.3 479.42 216.178 488.069 216.178" style="fill: #735744"/> <polygon points="471.046 216.178 447.548 208.26 441.061 208.26 449.134 209.844 461.82 216.178 471.046 216.178" style="fill: #735744"/> <polygon points="491.157 161.331 490.724 175.582 493.175 175.942 494.833 162.554 491.157 161.331" style="fill: #50342e"/> <polygon points="471.262 163.49 474.506 176.158 478.903 175.438 475.371 161.187 471.262 163.49" style="fill: #50342e"/> <polygon points="457.928 191.849 467.586 195.952 467.442 192.281 458.72 186.883 457.928 191.849" style="fill: #50342e"/> <polygon points="469.532 202.502 460.955 202.862 462.469 205.453 466.938 207.109 470.974 204.589 469.532 202.502" style="fill: #50342e"/> <polygon points="492.286 173.423 479.984 172.847 470.469 178.893 465.568 189.066 466.049 199.047 468.547 208.452 488.826 215.458 496.034 216.178 504.203 215.266 511.219 201.35 507.951 183.02 502.281 177.454 492.286 173.423" style="fill: #704d45"/> <polygon points="471.852 204.529 483.961 197.187 485.823 201.35 478.987 209.711 479.311 212.195 493.691 203.449 508.394 198.915 509.043 187.687 506.881 182.073 498.015 185.959 494.689 177.334 489.583 175.811 479.636 183.801 473.581 194.38 474.014 198.051 469.229 202.051 471.852 204.529" style="fill: #4f4131"/> <path d="M509.873,169.3l-2.017-2.591-14.417-7.677L477.87,157.78l-11.244,3.743-9.707,8.733-5.671,14.972,4.614,18.81,1.729,3.455,17.2,8.685h29.6l3.124-2.447,2.451-4.1,2.162-4.031,1.442-10.293V183.02ZM497,215.554l-3.563-1.2,5.389-1.1,3.033-2.449.331,3.025Zm2.595-10.941L481.906,212.2,462.3,203.366l-4.614-18.235,8.89-18.042,9.947-4.9,8.842.192,7.977.864,11.437,7.1,1.634,10.269.1,12.524Zm6.832,5.517-.2-2.854,2.952-5.21-.068,3.747Z" style="fill: #2a1612"/> <polygon points="476.38 158.164 469.64 138.429 465.168 138.429 465.712 140.025 467.01 146.503 471.623 158.739 481.714 190.266 484.453 191.993 486.76 191.417 487.336 188.682 476.38 158.164" style="fill: #44311f"/> <polygon points="485.847 184.076 485.895 186.331 484.021 187.819 482.339 187.675 480.176 185.659 479.984 185.899 480.465 187.866 482.147 189.354 485.222 189.834 486.616 188.394 487 186.715 486.231 184.124 485.847 184.076" style="fill: #211c10"/> </g> <path d="M514.035,217.093H402.217V146.107l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H513.035V146.521l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill: #ef6e55"/> <g id="Ribbon_and_Name-12" data-name="Ribbon and Name"> <g> <path d="M515.643,208.442l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.727-14.434-.214s-6.43-.105-5.519-3.987,9.475-3.545,9.475-3.545,5.285-2.869-2.733-3.038-41.365,1.519-41.365,1.519l-48.835-1.012-18.041.337-7.562-2.531-1.8-6.135-7.536-1.576c-.695.167-.938-.149-.54-.7l4.309-6.893c-.058-.223.357-.948.3-1.171l-6.185-4.9c-.5-.15-.508-.41-.012-.578l4.314-.523a21.288,21.288,0,0,1,11.051-1.219l1.14-.049c2.767.385,2.573,3.6-.025,4.561l-2.79,2.167a2.352,2.352,0,0,0,1.7,4.251s42.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="M525.626,217.959c-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.534.012-11.487.614-17-.609-6.695-2.738.083-5.106,3.715-5.818,2.035-.239,8.6-2.843,3.058-3.588-9.119-.858-18.454-.247-27.609.262-17.752.8-36.07.07-53.657.069-9.977-1.366-31.3,3.52-37.592-3.675-1.89-4.544-1.287-11.491,1.756-14.806-2.17,1.457-2.483,3.536-3.172,7.021-3.009,18.683,22.735,10.5,33.83,12.068,25.6.387,51.8.2,77.49-.955-.2.969-1.348,6.446-1.145,6.678,1.949,5.657,10.591,3.372,15.251,3.961,1.221-.354,5.739.7,5.595-.75l.01.013c-1.483-2.35-2.884-4.573-4.308-6.82.065-.769,1.548-1.209,2.054-1.787C522.852,220.449,526.738,218.93,525.626,217.959Zm-10.314,3.051a.893.893,0,0,0-.215-.153A.313.313,0,0,1,515.312,221.01Z" style="fill: #ef6e55"/> <path d="M516.088,208.773c.052-5.629-6.247-4.922-10.31-4.849-8.6-.064-17.426.058-26.07.18-25.683.27-51.7.663-77.357.955-.779-7.095,3.206-12.488-7.143-10.912a104.748,104.748,0,0,0-11.792,1.745c-.852.77.766,2.006,1.462,2.446l-.083-.041c1.48,1.159,3.026,2.379,4.52,3.529l.049.256c-1.519,2.525-3.077,5.125-4.475,7.475l.012-.019c-.729,2.184,7.312,2.141,8.037,2.354-1.558-.655-5.579-.587-7.665-1.953,1.516-2.47,3.182-5.113,4.786-7.729l-.136-.754c-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-.265,22.618-.395,25.7-.272,51.557-1.011,77.2-.822,17.2-1.558,11.451,4.747,12.876,16.974C516.2,218.162,516.056,212.617,516.088,208.773Z" style="fill: #ef6e55"/> </g> <text transform="translate(413.582 216.703)" 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.007312847827016745em">R</tspan><tspan x="16.074" y="0" style="letter-spacing: -0.010246023054336648em">O</tspan><tspan x="24.56" y="0" style="letter-spacing: 0.020492046108673296em">W</tspan><tspan x="35.928" y="0">’S NEST</tspan></text> </g> </g> <rect id="Crow_sNestQ" data-name="Crow'sNestQ" x="395.62" y="131.217" width="10.966" height="10.966" transform="translate(20.819 323.661) rotate(-45)" style="fill: #ef6e55"/> </g> <g id="Beach"> <g id="_Rectangle_9" data-name="<Rectangle>"> <g> <path d="M279.144,322.131H168.326V253.852l10-10h90.818l10,10Z" style="fill: #fbf6f0"/> <path d="M279.544,322.531H167.926V251.687l8.234-8.235h95.15l8.234,8.235Zm-110.818-.8H278.744V252.018l-7.766-7.766H176.491l-7.765,7.766Z" style="fill: #ba9c76"/> </g> </g> <g id="BeachOn"> <g id="scene-13" data-name="scene"> <polygon points="279.392 288.456 168.287 288.456 168.287 251.277 279.392 252.13 279.392 288.456" style="fill: #99b9c1"/> <polygon points="279.392 284.55 276.354 284.406 273.605 283.248 271.725 283.972 261.887 284.55 255.522 282.525 249.223 283.724 238.162 284.116 213.875 283.538 210.53 282.525 208.649 283.04 205.611 282.091 202.573 283.538 187.239 282.959 179.861 282.091 170.891 282.959 168.287 281.802 168.287 322.453 279.392 322.453 279.392 284.55" style="fill: url(#linear-gradient-8)"/> <polygon points="279.392 254.459 271.435 258.366 265.215 257.787 264.202 256.485 261.309 257.208 256.39 257.208 252.628 260.68 247.71 260.68 237.004 260.68 227.794 259.378 221.67 258.944 218.342 261.982 209.807 262.706 205.177 266.322 197.799 266.322 189.698 264.008 187.962 261.404 186.081 262.561 182.031 262.416 180.295 260.825 175.521 261.548 168.287 262.995 168.287 251.849 176.191 244.078 271.358 243.965 279.242 252.074 279.392 254.459" style="fill: #575c7c"/> <path d="M271.218,261.187c-1.768.671-4.764,1.927-6.582.8a9.975,9.975,0,0,1-4.413.868,4.954,4.954,0,0,0-4.412-.651l2.821,2.315c1.152-.122,7.063,2.994,6.8.217,3.7,1,7.273-2,9.983-4.123Z" style="fill: #575c7c"/> <path d="M187.275,268.167c-4.857.464-2.4,3.165-8.215,2.861-2.534-1.437-10.491-5.759-10.629-.365,3.544-.594,8.04,1.417,11.357,2.242,2.309-.107,10.51-.02,12.514-1.158,1.352-2.219-4.029.276-.868-2.893,2.3-1.044,5.919-.395,8.318-1.013C200.662,266.305,187.706,265.592,187.275,268.167Z" style="fill: #575c7c"/> <polygon points="207.058 269.071 203.514 268.999 201.633 269.071 200.403 269.288 200.693 270.011 198.233 269.65 195.34 270.156 194.617 270.662 194.834 271.169 199.029 271.458 201.271 271.096 202.79 270.518 207.854 270.301 208.071 269.65 207.058 269.071" style="fill: #575c7c"/> <polygon points="257.62 266.756 255.763 265.888 253.496 265.888 251.327 266.612 250.989 267.287 251.905 267.769 254.557 267.624 256.728 268.299 259.573 268.348 260.585 267.962 260.682 267.431 259.042 266.997 257.62 266.756" style="fill: #575c7c"/> <polygon points="234.593 273.122 237.679 271.579 238.258 269.167 237.969 268.01 239.705 266.371 239.415 262.609 238.065 260.102 236.426 259.041 236.329 259.909 236.04 260.584 234.883 258.848 232.278 258.076 232.857 256.533 235.558 256.437 235.461 254.508 232.471 253.158 229.289 254.411 229.192 255.279 229.289 256.147 227.842 256.34 227.07 256.726 226.106 258.848 227.938 262.031 229.771 261.934 230.446 264.056 229.385 266.563 229.771 269.167 234.593 273.122" style="fill: #ce4f26"/> <polygon points="224.37 250.168 224.948 248.625 226.202 248.818 227.456 251.518 227.842 253.254 228.71 250.843 227.842 246.696 225.72 245.442 223.791 246.117 223.598 247.757 222.827 246.792 223.02 248.432 224.37 250.168" style="fill: #ce4f26"/> <polygon points="215.883 266.467 216.944 264.249 215.69 261.645 215.883 260.005 215.4 257.498 213.857 255.761 213.206 256.078 213.182 257.787 211.928 256.34 211.832 255.472 211.35 252.772 208.613 250.481 207.384 249.36 215.883 266.467" style="fill: #ce4f26"/> <polygon points="235.654 251.229 235.75 252.193 237.004 254.026 237.679 256.823 238.161 254.604 237.583 252.193 235.654 251.229" style="fill: #a42e14"/> <polygon points="221.766 258.076 221.38 256.822 221.923 255.364 223.876 255.798 224.659 254.604 223.598 252.868 223.888 251.711 225.334 252.29 227.456 254.508 226.974 255.858 221.766 258.076" style="fill: #a42e14"/> <polygon points="231.941 271.096 233.966 270.301 233.966 267.48 232.447 266.178 231.362 266.178 231.218 266.901 230.639 266.539 230.133 265.382 231.507 263.574 232.086 261.693 231.435 259.306 229.445 257.136 227.601 257.063 227.601 257.498 228.686 258.004 229.843 259.885 229.771 261.187 228.18 259.378 226.299 258.366 223.406 258.366 222.827 259.595 221.453 259.812 221.959 260.68 225.142 260.68 227.275 261.693 227.456 262.344 227.456 265.888 231.941 271.096" style="fill: #f3d16c"/> <polygon points="235.196 265.563 234.907 267.715 235.268 269.333 235.124 270.518 235.702 270.518 236.498 268.854 236.353 266.684 235.196 265.563" style="fill: #f3d16c"/> <polygon points="219.861 246.213 219.789 247.66 220.368 249.541 222.031 250.336 222.61 251.421 222.755 250.336 222.176 248.239 221.38 247.732 220.657 245.707 219.861 246.213" style="fill: #f3d16c"/> <polygon points="218.125 246.864 217.836 248.6 218.198 249.975 217.185 249.107 217.04 248.022 218.125 246.864" style="fill: #f3d16c"/> <polygon points="219.138 249.685 219.21 250.915 220.151 251.711 219.789 249.975 219.138 249.685" style="fill: #f3d16c"/> <polygon points="203.297 264.586 202.429 266.178 202.79 267.986 202.718 269.288 205.394 269.722 205.539 267.986 204.165 266.973 203.948 264.008 203.297 264.586" style="fill: #f3d16c"/> <polygon points="216.719 256.138 213.206 256.078 210.494 255.685 210.566 255.958 213.387 256.34 216.606 256.34 216.719 256.138" style="fill: #ad8249"/> <polygon points="238.355 279.825 240.959 282.043 241.441 281.946 238.837 279.583 238.355 279.825" style="fill: #ad8249"/> <polygon points="248.053 278.691 245.733 278.426 245.202 278.571 247.806 279.005 248.053 278.691" style="fill: #ad8249"/> <polygon points="219.885 255.52 221.187 258.944 225.431 262.079 224.804 262.464 222.104 262.079 220.898 263.043 220.657 265.261 214.967 257.594 219.885 255.52" style="fill: #bba86e"/> <polygon points="224.659 264.442 229.867 271.82 234.207 277.703 229.53 276.979 221.814 264.442 222.345 264.249 224.659 264.442" style="fill: #bba86e"/> <path d="M229.771,279.342l1.591.29-14.156-22.695,3.523-1.393-.072-.434-.723-.217-3.215,1.263-3.347-5.366,1.064-.381v-.434l-.578-.217-5.234,1.8-3.736-7.228H204.6l-.145.289,3.482,7.175-7.1,2.445v.507l.868.217,6.619-2.369,2.795,5.759-9.414,3.7-.072.578.8.145,9.092-3.594,7.255,14.95,1.664.29-8.053-15.582,4.181-1.653Zm-17.807-21.318-2.935-5.68,3.834-1.372L216.1,256.4Z" style="fill: #563b30"/> <polygon points="210.241 256.557 206.335 255.327 206.696 258.655 206.118 265.02 204.816 268.709 204.02 269.433 217.04 270.662 210.241 256.557" style="fill: #bba86e"/> <polygon points="210.144 256.003 205.949 254.652 205.515 254.797 205.563 255.231 210.482 256.678 210.144 256.003" style="fill: #563b30"/> <polygon points="217.571 270.518 204.02 269.433 203.924 269.601 204.117 269.843 217.619 271.193 217.571 270.518" style="fill: #563b30"/> <polygon points="218.776 260.246 213.038 258.269 212.604 258.317 212.7 258.703 219.21 261.018 218.776 260.246" style="fill: #563b30"/> <polygon points="213.544 261.621 226.841 255.557 227.312 255.665 227.312 256.051 213.761 262.175 213.544 261.621" style="fill: #563b30"/> <polygon points="226.106 261.355 226.395 261.452 226.444 261.982 217.667 267.335 217.04 267.238 216.944 266.708 226.106 261.355" style="fill: #563b30"/> <polygon points="221.043 263.67 226.878 263.911 227.263 264.152 227.022 264.586 221.573 264.345 221.043 263.67" style="fill: #563b30"/> <polygon points="219.017 260.536 212.7 258.703 213.231 259.909 216.317 261.5 216.847 261.211 217.426 262.561 218.342 262.802 218.198 266.033 219.258 266.901 223.647 268.589 219.017 260.536" style="fill: #bba86e"/> <polygon points="226.371 264.586 233.243 271.693 238.258 275.542 243.563 277.948 246.504 278.525 243.466 279.199 238.355 279.825 233.147 274.876 225.648 264.442 226.371 264.586" style="fill: #bba86e"/> <polygon points="248.976 279.053 248.053 278.691 245.386 280.21 240.693 281.946 237.149 281.946 226.588 277.462 218.776 273.194 217.257 272.181 210.675 274.93 211.326 278.402 213.641 284.767 220.585 285.852 224.563 285.274 226.299 285.852 235.775 285.925 239.608 285.635 241.2 285.346 244.045 281.85 248.976 279.053" style="fill: #2e292f"/> <polygon points="213.604 278.185 212.845 278.402 211.832 276.919 211.76 276.304 212.302 276.051 212.772 276.377 213.604 278.185" style="fill: #d5853a"/> <polygon points="214.255 275.943 213.749 275.617 213.206 275.87 213.17 276.196 214.292 278.004 214.906 277.751 214.255 275.943" style="fill: #d5853a"/> <polygon points="217.727 274.496 217.221 274.17 216.679 274.424 216.642 274.749 217.764 276.557 218.523 276.34 217.727 274.496" style="fill: #d5853a"/> <polygon points="216.136 275.147 215.521 274.894 215.16 275.002 215.015 275.689 215.955 277.317 216.847 276.835 216.136 275.147" style="fill: #d5853a"/> <path d="M269.627,272.254a58.288,58.288,0,0,0,9.765-11v-2.532c-1.964,2.961-6.414,8.791-9.042,11.139-1.146.874-5,4.389-6.56,4.313l-.384-.479h-.651l-.217.724L274.473,290.7l2.677,13.454,2.242,1.881-.036-14.431-2.224-.778-7.207-8.991c2.552,1.317,6.675,1.552,9.467,1.125v-1.374c-3.168.529-7.664.736-10.508-1.05l-4.112-5.131c5.006,1.746,10.844-2.771,14.62-5.537v-1.3c-1.541,1.634-5.826,4.268-7.812,5.352a18.182,18.182,0,0,1-6.293.8C266.224,274.658,268.849,272.761,269.627,272.254Z" style="fill: #231009"/> <path d="M277.565,303.145a26.634,26.634,0,0,0,0-3.308l-.676-.482-.337-.772-1.206.579.529,3.742-2.154-.307.42-5.147-1.109-.458h-.965l.061,5.379-3.494-.5.154-3-.579-.579-.241-2.267-.337-.048-.145.434-.627.193.283,5.055-1.633-.233-6.124-.337-7.764,1.3-.385.041-.122-2.549-.723-.578-1.085.289v3.047l-1.943.209.062-3.184-.578-.578-1.447.072.116,3.889-.6.065.1,1.254,5.513,4.014-6.284,2.5-7.33,2.845-12.055-2.6-30.477-6.269-26.089-2.218v19.819h111.1V303.406Z" style="fill: #422b28"/> <polygon points="244.491 285.238 243.117 285.201 242.393 285.491 242.429 285.744 243.153 285.852 243.261 286.286 242.104 286.757 234.437 287.191 233.171 287.371 233.243 287.661 235.811 288.022 243.804 287.697 244.455 287.263 244.636 286.54 244.021 285.925 243.623 285.708 244.129 285.563 245.576 285.455 246.299 285.021 245.865 284.804 245.07 284.948 245.106 285.093 244.491 285.238" style="fill: #99a8ad"/> <polygon points="226.878 288.119 226.202 287.878 224.9 288.191 219.258 288.288 218.077 287.926 217.426 288.264 218.101 288.553 221.766 288.746 225.576 288.746 226.878 288.119" style="fill: #99a8ad"/> <polygon points="224.539 289.445 222.887 289.24 220.47 289.186 218.731 289.279 217.91 289.736 218.198 290.048 220.657 290.048 223.695 290.096 224.539 289.445" style="fill: #99a8ad"/> <polygon points="219.596 292.796 218.39 292.362 215.111 292.121 212.652 291.35 211.157 291.543 209.855 292.555 211.157 293.327 213.858 293.761 215.497 294.532 219.692 294.822 221.477 294.34 221.525 293.423 219.596 292.796" style="fill: #99a8ad"/> <polygon points="211.331 289.068 211.826 289.145 211.586 289.5 210.491 289.805 206.529 289.93 204.609 289.802 203.634 289.476 203.939 289.186 206.195 289.3 207.109 289.614 209.822 289.614 210.523 289.445 210.39 289.234 209.951 289.15 209.951 289.023 210.862 288.987 211.331 289.068" style="fill: #99a8ad"/> <polygon points="261.887 287.444 259.862 287.444 260.73 288.36 259.814 289.035 251.182 289.18 249.59 289.324 249.108 289.734 251.712 290.048 261.019 290.048 262.852 289.421 263.093 288.167 261.887 287.444" style="fill: #99a8ad"/> </g> <polygon id="Overlay-7" data-name="Overlay" points="271.37 243.452 176.276 243.452 168.046 251.687 168.046 322.531 279.6 322.531 279.6 251.687 271.37 243.452" style="fill: #ba9c76;opacity: 0.75"/> <g id="Ribbon_and_Name-13" data-name="Ribbon and Name"> <g> <path d="M281.251,313.98l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.728c-3.172-.8-21.324,2.178-19.954-4.2.912-3.883,9.476-3.545,9.476-3.545,11.573-6.714-48.82-.409-44.1-1.52-12.816-.268-54.766-1.359-66.877-.674l-7.562-2.532-1.8-6.135c-11-2.558-9.2.348-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.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.619c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.412,4.089" style="fill: #fbf6f0"/> <path d="M291.235,323.5c-11.787-1.762-12.805-1.373-.323.451-1.757,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.358,4.221,6.657-5.534.012-11.488.615-17-.609-6.695-2.737.083-5.106,3.714-5.817,2.035-.24,8.6-2.844,3.059-3.589-26.895-.677-54.425,1.429-81.267.329-14.855-1.178-49.8,6.831-35.835-18.479-2.17,1.457-2.484,3.536-3.173,7.022-3.009,18.682,22.736,10.5,33.831,12.067,25.6.387,51.8.2,77.489-.955-4.274,12.639,5.434,10.26,14.107,10.639,1.221-.354,5.738.7,5.595-.75l.01.013c-1.483-2.349-2.885-4.573-4.308-6.82C286,327.181,292.342,324.929,291.235,323.5Zm-10.315,3.051a.881.881,0,0,0-.215-.153A.312.312,0,0,1,280.92,326.548Z" style="fill: #c4a985"/> <path d="M281.7,314.311c.052-5.628-6.248-4.922-10.311-4.849-34.378.057-69.057.808-103.426,1.135-.779-7.095,3.2-12.488-7.143-10.912a104.713,104.713,0,0,0-11.792,1.745c-.853.771.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.89-1.673-4.277-2.993-5.955-4.955,2.661-.417,24.539-5.279,15.527,2.561-1.253,1.046-3.243,1.658-3.618,3.456-.35,4.129,4.624,3.092,7.3,3.128,33.129-.46,66.694-1.343,99.816-1.217,17.2-1.558,11.45,4.747,12.876,16.974C281.8,323.7,281.665,318.155,281.7,314.311Z" style="fill: #bc9e76"/> </g> <text transform="translate(178.701 322.242)" style="font-size: 12.152199745178223px;fill: #bc9e76;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">WEST FIELDS</text> </g> </g> <g id="BeachHere"> <g id="scene-14" data-name="scene"> <polygon points="279.392 288.456 168.287 288.456 168.287 251.277 279.392 252.13 279.392 288.456" style="fill: #99b9c1"/> <polygon points="279.392 284.55 276.354 284.406 273.605 283.248 271.725 283.972 261.887 284.55 255.522 282.525 249.223 283.724 238.162 284.116 213.875 283.538 210.53 282.525 208.649 283.04 205.611 282.091 202.573 283.538 187.239 282.959 179.861 282.091 170.891 282.959 168.287 281.802 168.287 322.453 279.392 322.453 279.392 284.55" style="fill: url(#linear-gradient-8)"/> <polygon points="279.392 254.459 271.435 258.366 265.215 257.787 264.202 256.485 261.309 257.208 256.39 257.208 252.628 260.68 247.71 260.68 237.004 260.68 227.794 259.378 221.67 258.944 218.342 261.982 209.807 262.706 205.177 266.322 197.799 266.322 189.698 264.008 187.962 261.404 186.081 262.561 182.031 262.416 180.295 260.825 175.521 261.548 168.287 262.995 168.287 251.849 176.191 244.078 271.358 243.965 279.242 252.074 279.392 254.459" style="fill: #575c7c"/> <path d="M271.218,261.187c-1.768.671-4.764,1.927-6.582.8a9.975,9.975,0,0,1-4.413.868,4.954,4.954,0,0,0-4.412-.651l2.821,2.315c1.152-.122,7.063,2.994,6.8.217,3.7,1,7.273-2,9.983-4.123Z" style="fill: #575c7c"/> <path d="M187.275,268.167c-4.857.464-2.4,3.165-8.215,2.861-2.534-1.437-10.491-5.759-10.629-.365,3.544-.594,8.04,1.417,11.357,2.242,2.309-.107,10.51-.02,12.514-1.158,1.352-2.219-4.029.276-.868-2.893,2.3-1.044,5.919-.395,8.318-1.013C200.662,266.305,187.706,265.592,187.275,268.167Z" style="fill: #575c7c"/> <polygon points="207.058 269.071 203.514 268.999 201.633 269.071 200.403 269.288 200.693 270.011 198.233 269.65 195.34 270.156 194.617 270.662 194.834 271.169 199.029 271.458 201.271 271.096 202.79 270.518 207.854 270.301 208.071 269.65 207.058 269.071" style="fill: #575c7c"/> <polygon points="257.62 266.756 255.763 265.888 253.496 265.888 251.327 266.612 250.989 267.287 251.905 267.769 254.557 267.624 256.728 268.299 259.573 268.348 260.585 267.962 260.682 267.431 259.042 266.997 257.62 266.756" style="fill: #575c7c"/> <polygon points="234.593 273.122 237.679 271.579 238.258 269.167 237.969 268.01 239.705 266.371 239.415 262.609 238.065 260.102 236.426 259.041 236.329 259.909 236.04 260.584 234.883 258.848 232.278 258.076 232.857 256.533 235.558 256.437 235.461 254.508 232.471 253.158 229.289 254.411 229.192 255.279 229.289 256.147 227.842 256.34 227.07 256.726 226.106 258.848 227.938 262.031 229.771 261.934 230.446 264.056 229.385 266.563 229.771 269.167 234.593 273.122" style="fill: #ce4f26"/> <polygon points="224.37 250.168 224.948 248.625 226.202 248.818 227.456 251.518 227.842 253.254 228.71 250.843 227.842 246.696 225.72 245.442 223.791 246.117 223.598 247.757 222.827 246.792 223.02 248.432 224.37 250.168" style="fill: #ce4f26"/> <polygon points="215.883 266.467 216.944 264.249 215.69 261.645 215.883 260.005 215.4 257.498 213.857 255.761 213.206 256.078 213.182 257.787 211.928 256.34 211.832 255.472 211.35 252.772 208.613 250.481 207.384 249.36 215.883 266.467" style="fill: #ce4f26"/> <polygon points="235.654 251.229 235.75 252.193 237.004 254.026 237.679 256.823 238.161 254.604 237.583 252.193 235.654 251.229" style="fill: #a42e14"/> <polygon points="221.766 258.076 221.38 256.822 221.923 255.364 223.876 255.798 224.659 254.604 223.598 252.868 223.888 251.711 225.334 252.29 227.456 254.508 226.974 255.858 221.766 258.076" style="fill: #a42e14"/> <polygon points="231.941 271.096 233.966 270.301 233.966 267.48 232.447 266.178 231.362 266.178 231.218 266.901 230.639 266.539 230.133 265.382 231.507 263.574 232.086 261.693 231.435 259.306 229.445 257.136 227.601 257.063 227.601 257.498 228.686 258.004 229.843 259.885 229.771 261.187 228.18 259.378 226.299 258.366 223.406 258.366 222.827 259.595 221.453 259.812 221.959 260.68 225.142 260.68 227.275 261.693 227.456 262.344 227.456 265.888 231.941 271.096" style="fill: #f3d16c"/> <polygon points="235.196 265.563 234.907 267.715 235.268 269.333 235.124 270.518 235.702 270.518 236.498 268.854 236.353 266.684 235.196 265.563" style="fill: #f3d16c"/> <polygon points="219.861 246.213 219.789 247.66 220.368 249.541 222.031 250.336 222.61 251.421 222.755 250.336 222.176 248.239 221.38 247.732 220.657 245.707 219.861 246.213" style="fill: #f3d16c"/> <polygon points="218.125 246.864 217.836 248.6 218.198 249.975 217.185 249.107 217.04 248.022 218.125 246.864" style="fill: #f3d16c"/> <polygon points="219.138 249.685 219.21 250.915 220.151 251.711 219.789 249.975 219.138 249.685" style="fill: #f3d16c"/> <polygon points="203.297 264.586 202.429 266.178 202.79 267.986 202.718 269.288 205.394 269.722 205.539 267.986 204.165 266.973 203.948 264.008 203.297 264.586" style="fill: #f3d16c"/> <polygon points="216.719 256.138 213.206 256.078 210.494 255.685 210.566 255.958 213.387 256.34 216.606 256.34 216.719 256.138" style="fill: #ad8249"/> <polygon points="238.355 279.825 240.959 282.043 241.441 281.946 238.837 279.583 238.355 279.825" style="fill: #ad8249"/> <polygon points="248.053 278.691 245.733 278.426 245.202 278.571 247.806 279.005 248.053 278.691" style="fill: #ad8249"/> <polygon points="219.885 255.52 221.187 258.944 225.431 262.079 224.804 262.464 222.104 262.079 220.898 263.043 220.657 265.261 214.967 257.594 219.885 255.52" style="fill: #bba86e"/> <polygon points="224.659 264.442 229.867 271.82 234.207 277.703 229.53 276.979 221.814 264.442 222.345 264.249 224.659 264.442" style="fill: #bba86e"/> <path d="M229.771,279.342l1.591.29-14.156-22.695,3.523-1.393-.072-.434-.723-.217-3.215,1.263-3.347-5.366,1.064-.381v-.434l-.578-.217-5.234,1.8-3.736-7.228H204.6l-.145.289,3.482,7.175-7.1,2.445v.507l.868.217,6.619-2.369,2.795,5.759-9.414,3.7-.072.578.8.145,9.092-3.594,7.255,14.95,1.664.29-8.053-15.582,4.181-1.653Zm-17.807-21.318-2.935-5.68,3.834-1.372L216.1,256.4Z" style="fill: #563b30"/> <polygon points="210.241 256.557 206.335 255.327 206.696 258.655 206.118 265.02 204.816 268.709 204.02 269.433 217.04 270.662 210.241 256.557" style="fill: #bba86e"/> <polygon points="210.144 256.003 205.949 254.652 205.515 254.797 205.563 255.231 210.482 256.678 210.144 256.003" style="fill: #563b30"/> <polygon points="217.571 270.518 204.02 269.433 203.924 269.601 204.117 269.843 217.619 271.193 217.571 270.518" style="fill: #563b30"/> <polygon points="218.776 260.246 213.038 258.269 212.604 258.317 212.7 258.703 219.21 261.018 218.776 260.246" style="fill: #563b30"/> <polygon points="213.544 261.621 226.841 255.557 227.312 255.665 227.312 256.051 213.761 262.175 213.544 261.621" style="fill: #563b30"/> <polygon points="226.106 261.355 226.395 261.452 226.444 261.982 217.667 267.335 217.04 267.238 216.944 266.708 226.106 261.355" style="fill: #563b30"/> <polygon points="221.043 263.67 226.878 263.911 227.263 264.152 227.022 264.586 221.573 264.345 221.043 263.67" style="fill: #563b30"/> <polygon points="219.017 260.536 212.7 258.703 213.231 259.909 216.317 261.5 216.847 261.211 217.426 262.561 218.342 262.802 218.198 266.033 219.258 266.901 223.647 268.589 219.017 260.536" style="fill: #bba86e"/> <polygon points="226.371 264.586 233.243 271.693 238.258 275.542 243.563 277.948 246.504 278.525 243.466 279.199 238.355 279.825 233.147 274.876 225.648 264.442 226.371 264.586" style="fill: #bba86e"/> <polygon points="248.976 279.053 248.053 278.691 245.386 280.21 240.693 281.946 237.149 281.946 226.588 277.462 218.776 273.194 217.257 272.181 210.675 274.93 211.326 278.402 213.641 284.767 220.585 285.852 224.563 285.274 226.299 285.852 235.775 285.925 239.608 285.635 241.2 285.346 244.045 281.85 248.976 279.053" style="fill: #2e292f"/> <polygon points="213.604 278.185 212.845 278.402 211.832 276.919 211.76 276.304 212.302 276.051 212.772 276.377 213.604 278.185" style="fill: #d5853a"/> <polygon points="214.255 275.943 213.749 275.617 213.206 275.87 213.17 276.196 214.292 278.004 214.906 277.751 214.255 275.943" style="fill: #d5853a"/> <polygon points="217.727 274.496 217.221 274.17 216.679 274.424 216.642 274.749 217.764 276.557 218.523 276.34 217.727 274.496" style="fill: #d5853a"/> <polygon points="216.136 275.147 215.521 274.894 215.16 275.002 215.015 275.689 215.955 277.317 216.847 276.835 216.136 275.147" style="fill: #d5853a"/> <path d="M269.627,272.254a58.288,58.288,0,0,0,9.765-11v-2.532c-1.964,2.961-6.414,8.791-9.042,11.139-1.146.874-5,4.389-6.56,4.313l-.384-.479h-.651l-.217.724L274.473,290.7l2.677,13.454,2.242,1.881-.036-14.431-2.224-.778-7.207-8.991c2.552,1.317,6.675,1.552,9.467,1.125v-1.374c-3.168.529-7.664.736-10.508-1.05l-4.112-5.131c5.006,1.746,10.844-2.771,14.62-5.537v-1.3c-1.541,1.634-5.826,4.268-7.812,5.352a18.182,18.182,0,0,1-6.293.8C266.224,274.658,268.849,272.761,269.627,272.254Z" style="fill: #231009"/> <path d="M277.565,303.145a26.634,26.634,0,0,0,0-3.308l-.676-.482-.337-.772-1.206.579.529,3.742-2.154-.307.42-5.147-1.109-.458h-.965l.061,5.379-3.494-.5.154-3-.579-.579-.241-2.267-.337-.048-.145.434-.627.193.283,5.055-1.633-.233-6.124-.337-7.764,1.3-.385.041-.122-2.549-.723-.578-1.085.289v3.047l-1.943.209.062-3.184-.578-.578-1.447.072.116,3.889-.6.065.1,1.254,5.513,4.014-6.284,2.5-7.33,2.845-12.055-2.6-30.477-6.269-26.089-2.218v19.819h111.1V303.406Z" style="fill: #422b28"/> <polygon points="244.491 285.238 243.117 285.201 242.393 285.491 242.429 285.744 243.153 285.852 243.261 286.286 242.104 286.757 234.437 287.191 233.171 287.371 233.243 287.661 235.811 288.022 243.804 287.697 244.455 287.263 244.636 286.54 244.021 285.925 243.623 285.708 244.129 285.563 245.576 285.455 246.299 285.021 245.865 284.804 245.07 284.948 245.106 285.093 244.491 285.238" style="fill: #99a8ad"/> <polygon points="226.878 288.119 226.202 287.878 224.9 288.191 219.258 288.288 218.077 287.926 217.426 288.264 218.101 288.553 221.766 288.746 225.576 288.746 226.878 288.119" style="fill: #99a8ad"/> <polygon points="224.539 289.445 222.887 289.24 220.47 289.186 218.731 289.279 217.91 289.736 218.198 290.048 220.657 290.048 223.695 290.096 224.539 289.445" style="fill: #99a8ad"/> <polygon points="219.596 292.796 218.39 292.362 215.111 292.121 212.652 291.35 211.157 291.543 209.855 292.555 211.157 293.327 213.858 293.761 215.497 294.532 219.692 294.822 221.477 294.34 221.525 293.423 219.596 292.796" style="fill: #99a8ad"/> <polygon points="211.331 289.068 211.826 289.145 211.586 289.5 210.491 289.805 206.529 289.93 204.609 289.802 203.634 289.476 203.939 289.186 206.195 289.3 207.109 289.614 209.822 289.614 210.523 289.445 210.39 289.234 209.951 289.15 209.951 289.023 210.862 288.987 211.331 289.068" style="fill: #99a8ad"/> <polygon points="261.887 287.444 259.862 287.444 260.73 288.36 259.814 289.035 251.182 289.18 249.59 289.324 249.108 289.734 251.712 290.048 261.019 290.048 262.852 289.421 263.093 288.167 261.887 287.444" style="fill: #99a8ad"/> </g> <path d="M279.644,322.631H167.826V251.645l8.293-8.293h95.232l8.293,8.293Zm-110.818-1H278.644V252.059l-7.707-7.707h-94.4l-7.707,7.707Z" style="fill: #ef6e55"/> <g id="Ribbon_and_Name-14" data-name="Ribbon and Name"> <g> <path d="M281.251,313.98l.2,8.579,9.879,1.329-6.147,4.513,4.445,7.728-14.434-.215s-6.431-.1-5.52-3.987,9.476-3.544,9.476-3.544,5.284-2.87-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.535-1.576c-.7.167-.939-.149-.54-.7l4.309-6.893c-.059-.223.356-.948.3-1.171l-6.184-4.9c-.5-.15-.508-.409-.012-.577l4.313-.523a21.289,21.289,0,0,1,11.051-1.22l1.14-.049c2.768.385,2.574,3.6-.025,4.562l-2.789,2.166a2.353,2.353,0,0,0,1.7,4.252s42.522-.237,53.238-.619c9.206-.328,45.514-.374,59.06-.38a4.257,4.257,0,0,1,4.412,4.089" style="fill: #fbf6f0"/> <path d="M291.235,323.5c-11.787-1.762-12.805-1.373-.323.451-1.757,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.358,4.221,6.657-5.534.012-11.488.615-17-.609-6.695-2.737.083-5.106,3.714-5.817,2.035-.24,8.6-2.844,3.059-3.589-9.119-.858-18.455-.246-27.609.263-17.752.8-36.071.069-53.658.068-9.976-1.366-31.3,3.521-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.009,18.682,22.736,10.5,33.831,12.067,25.6.387,51.8.2,77.489-.955-.2.97-1.347,6.446-1.144,6.678,1.948,5.657,10.59,3.372,15.251,3.961,1.221-.354,5.738.7,5.595-.75l.01.013c-1.483-2.349-2.885-4.573-4.308-6.82.064-.769,1.547-1.209,2.054-1.787C288.461,325.987,292.347,324.468,291.235,323.5Zm-10.315,3.051a.881.881,0,0,0-.215-.153A.312.312,0,0,1,280.92,326.548Z" style="fill: #ef6e55"/> <path d="M281.7,314.311c.052-5.628-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.095,3.2-12.488-7.143-10.912a104.713,104.713,0,0,0-11.792,1.745c-.853.771.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.62-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.046-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-.4,25.7-.272,51.557-1.011,77.2-.822,17.2-1.558,11.45,4.747,12.876,16.974C281.8,323.7,281.665,318.155,281.7,314.311Z" style="fill: #ef6e55"/> </g> <text transform="translate(184.16 322.242)" style="font-size: 12.152199745178223px;fill: #ef6e55;font-family: IM_FELL_DW_Pica_Roman, IM FELL DW Pica">THE S<tspan x="36.997" y="0" style="letter-spacing: -0.011732700909279612em">H</tspan><tspan x="47.06" y="0" style="letter-spacing: -0.009763857263544335em">O</tspan><tspan x="55.551" y="0">RE</tspan></text> </g> </g> <rect id="BeachQ" x="161.229" y="236.756" width="10.966" height="10.966" transform="translate(-122.46 188.833) rotate(-45)" style="fill: #ef6e55"/> </g> </g> <desc>This is your map of the Gaspeé.</desc> </svg> <<set _crowsnest to hasVisited("The Crow's Nest")>> <<set _stern to hasVisited("The Stern")>> <<set _captain to hasVisited("The Captain's Quarters")>> <<set _Bow to hasVisited("The Bow")>> <<set _Galley to hasVisited("The Galley")>> <<set _Hold to hasVisited("The Hold")>> <<set _BreadRoom to hasVisited("The Bread Room")>> <<set _Magazine to hasVisited("The Magazine")>> <<set _Beach to hasVisited("The Beach")>> <<toggleLayer "GalleyHere" false "" "">> <<toggleLayer "SternHere" false "" "">> <<toggleLayer "BowHere" false "" "">> <<toggleLayer "MagazineHere" false "" "">> <<toggleLayer "HoldHere" false "" "">> <<toggleLayer "BreadRoomHere" false "" "">> <<toggleLayer "BeachHere" false "" "">> <<toggleLayer "Captain_sQuartersHere" false "" "">> <<toggleLayer "Crow_sNestHere" false "" "">> <<toggleLayer "GalleyQ" false "" "">> <<toggleLayer "SternQ" false "" "">> <<toggleLayer "BowQ" false "" "">> <<toggleLayer "MagazineQ" false "" "">> <<toggleLayer "HoldQ" false "" "">> <<toggleLayer "BreadRoomQ" false "" "">> <<toggleLayer "BeachQ" false "" "">> <<toggleLayer "Captain_sQuartersQ" false "" "">> <<toggleLayer "Crow_sNestQ" false "" "">> <<toggleLayer "Ribbon_and_Name-14" true "You are currently at The " "">> <<switch $newPassage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestHere" true "Crow's Nest." "">> <<case "The Stern">> <<toggleLayer "SternHere" true "Stern." "">> <<case "The Hold">> <<toggleLayer "HoldHere" true "Hold." "">> <<case "The Bow">> <<toggleLayer "BowHere" true "Bow." "">> <<case "The Galley">> <<toggleLayer "GalleyHere" true "Galley." "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomHere" true "Bread Room." "">> <<case "The Magazine">> <<toggleLayer "MagazineHere" true "Magazine." "">> <<case "The Beach">> <<toggleLayer "BeachHere" true "Beach." "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersHere" true "Captain's Quarters." "">> <<default>> <</switch>> <<toggleLayer "Ribbon_and_Name-14" true "Action is needed at The " "">> <<switch $QPassage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestQ" true "Crow's Nest," "">> <<case "The Stern">> <<toggleLayer "SternQ" true "Stern," "">> <<case "The Hold">> <<toggleLayer "HoldQ" true "Hold," "">> <<case "The Bow">> <<toggleLayer "BowQ" true "Bow," "">> <<case "The Galley">> <<toggleLayer "GalleyQ" true "Galley," "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomQ" true "Bread Room," "">> <<case "The Magazine">> <<toggleLayer "MagazineQ" true "Magazine," "">> <<case "The Beach">> <<toggleLayer "BeachQ" true "Beach," "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersQ" true "and Captain's Quarters." "">> <<default>> <</switch>> <<switch $Q2Passage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestQ" true "Crow's Nest," "">> <<case "The Stern">> <<toggleLayer "SternQ" true "Stern," "">> <<case "The Hold">> <<toggleLayer "HoldQ" true "Hold," "">> <<case "The Bow">> <<toggleLayer "BowQ" true "Bow," "">> <<case "The Galley">> <<toggleLayer "GalleyQ" true "Galley," "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomQ" true "Bread Room," "">> <<case "The Magazine">> <<toggleLayer "MagazineQ" true "Magazine," "">> <<case "The Beach">> <<toggleLayer "BeachQ" true "Beach," "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersQ" true "and Captain's Quarters." "">> <<default>> <</switch>> <<switch $Q3Passage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestQ" true "Crow's Nest," "">> <<case "The Stern">> <<toggleLayer "SternQ" true "Stern," "">> <<case "The Hold">> <<toggleLayer "HoldQ" true "Hold," "">> <<case "The Bow">> <<toggleLayer "BowQ" true "Bow," "">> <<case "The Galley">> <<toggleLayer "GalleyQ" true "Galley," "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomQ" true "Bread Room," "">> <<case "The Magazine">> <<toggleLayer "MagazineQ" true "Magazine," "">> <<case "The Beach">> <<toggleLayer "BeachQ" true "Beach," "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersQ" true "and Captain's Quarters." "">> <<default>> <</switch>> <<switch $Q4Passage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestQ" true "Crow's Nest," "">> <<case "The Stern">> <<toggleLayer "SternQ" true "Stern," "">> <<case "The Hold">> <<toggleLayer "HoldQ" true "Hold," "">> <<case "The Bow">> <<toggleLayer "BowQ" true "Bow," "">> <<case "The Galley">> <<toggleLayer "GalleyQ" true "Galley," "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomQ" true "Bread Room," "">> <<case "The Magazine">> <<toggleLayer "MagazineQ" true "Magazine," "">> <<case "The Beach">> <<toggleLayer "BeachQ" true "Beach," "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersQ" true "and Captain's Quarters." "">> <<default>> <</switch>> <<switch $Q5Passage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestQ" true "Crow's Nest," "">> <<case "The Stern">> <<toggleLayer "SternQ" true "Stern," "">> <<case "The Hold">> <<toggleLayer "HoldQ" true "Hold," "">> <<case "The Bow">> <<toggleLayer "BowQ" true "Bow," "">> <<case "The Galley">> <<toggleLayer "GalleyQ" true "Galley," "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomQ" true "Bread Room," "">> <<case "The Magazine">> <<toggleLayer "MagazineQ" true "Magazine," "">> <<case "The Beach">> <<toggleLayer "BeachQ" true "Beach," "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersQ" true "and Captain's Quarters." "">> <<default>> <</switch>> <<switch $Q6Passage>> <<case "The Crow's Nest">> <<toggleLayer "Crow_sNestQ" true "Crow's Nest," "">> <<case "The Stern">> <<toggleLayer "SternQ" true "Stern," "">> <<case "The Hold">> <<toggleLayer "HoldQ" true "Hold," "">> <<case "The Bow">> <<toggleLayer "BowQ" true "Bow," "">> <<case "The Galley">> <<toggleLayer "GalleyQ" true "Galley," "">> <<case "The Bread Room">> <<toggleLayer "BreadRoomQ" true "Bread Room," "">> <<case "The Magazine">> <<toggleLayer "MagazineQ" true "Magazine," "">> <<case "The Beach">> <<toggleLayer "BeachQ" true "Beach," "">> <<case "The Captain's Quarters">> <<toggleLayer "Captain_sQuartersQ" true "and Captain's Quarters." "">> <<default>> <</switch>> <<toggleLayer "Ribbon_and_Name-13" true "You've visited The " "">> <<toggleLayer "Captain_sQuartersOn" _captain "Captain's Quarters," "">> <<toggleLayer "MagazineOn" _Magazine "Magazine," "">> <<toggleLayer "BreadRoomOn" _BreadRoom "Bread Room," "">> <<toggleLayer "HoldOn" _Hold "Hold," "">> <<toggleLayer "GalleyOn" _Galley "Galley," "">> <<toggleLayer "BowOn" _Bow "Bow," "">> <<toggleLayer "Crow_sNestOn" _crowsnest "Crow's Nest," "">> <<toggleLayer "SternOn" _stern "Stern." "">> <<toggleLayer "BeachOn" _Beach "and Beach." "">>
<<button [[Take The Captain's Logbook|Logbook]]>><</button>> <<set $footerDisplay to "[[Back|Look Under The Bed]]">>
<<set $satchelFlash to true>> <b>Briana:</b> Abraham, I found something you'll be interested in... <<set $lastScene to "GiveAbrahamLogbook">> <<if !$inventory.includes("Captain's Logbook")>> Oh, wait, nevermind! <<set $satchelFlash to false>> <</if>> <<set $footerDisplay to "<<link 'Back' $newPassage>><</link>>">>
<<set _temp to [ 'Now let\'s get out of here!', '<b>George:</b> Please!', ]>> <<Rep _temp>>
<<set _temp to [ '<<set $smuggler to false>><b>Briana:</b> It\'s really burning. They\'re really burning it. This is some heavy s--t right here. ', "<b>George:</b> The Sons Of Liberty really outdid themselves this time. It's practically a declaration of war.", "The King's going to have to respond, somehow...", "<b>Briana:</b> Yeah, he will, won't he... ", "<b>George:</b> Do you think the ship's going to just keep burning? How long could it last? ", '<b>Briana:</b> Till morning? ', '<b>George:</b> Could happen.', '<b>Briana:</b> What should we do?', '<b>George:</b> Get the hell out of here.', '<b>Briana:</b> What are we? Fugitives? Aren\'t we technically deserting from the British navy if we leave now? ', '<b>George:</b> Eh! There are 13 colonies! You can just pick another one!', 'No one will know who you are if you go somewhere new. It\'ll be a fresh start!', '<b>Briana:</b> We just need to think bigger than Boston and New York. ', "<b>George:</b> Are you kidding? I'm heading right back to Boston.", "//He looks at you as a guilty expression passes across his face.//", "<b>George:</b> But... ", "<b>Briana:</b> Hey, it's all right, George. I get why you want to go back.", "<b>George:</b> //(regaining his composure)// And I understand why you feel like getting out of town for a while. I really do.", "<b>Briana:</b> Yeah, well... my dad's supposed to be somewhere in the backcountry. He mentioned that he was heading south.", "//You take a deep breath.//", "<b>Briana:</b> So I guess this is goodbye, for now. I'm going to miss you, George.", "<b>George:</b> Aw Briana, I'm going to miss you too!", "We've had good times, haven't we?", "<b>Briana:</b> We have, we have.", "<b>George:</b> Then it stands.", "//George bows to you.//", "<b>George:</b> Until our next adventure, lady Briana!", "I hope you find your father, I really do. Good luck.", "//And with that, George hugs you, gives you a nod, and walks off into the darkness.//<<set $george to false>>", "<<goto \"The Beach\">>", ]>> <<Rep _temp>> <<set $Notebook.push("John Brown Rum King")>> <<set $footerDisplay to "">>
<<set _temp to [ "<b>Briana:</b> Well, hang in there, buddy.", "We'll figure something out. I have a feeling that our luck is about to change.", "<<goto 'The Bow'>>", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Briana:</b> Wilson, how are you? How's the mopping?", "<b>Wilson:</b> Sloppy! I\'m back here, aren\'t I. That should tell you how I'm doing. ", "<b>Briana:</b> I really thought you were going to make it this time.", "//You smile.//", "Maybe fifth time\'s the charm?", "//Wilson looks forlorn.//", "<<goto \'WilsonQuestions\'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Bow]]">>
<<set _temp to[ "<b>Wilson:</b> Well, to start with, I joined a trader\'s crew in England.", "I used them to smuggle myself across the ocean, only to be rejected when I landed in Boston because I\'m Jewish.", "<<goto WilsonQuestions>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|WilsonQuestions]]">>
<<set _temp to [ "<b>Wilson:</b> Ever since the King decided to limit the size of the American Colonies, it's been very tough to come here.", "More immigrants means greater numbers and greater power in America. And that\'s starting to frighten the King //and// Parliament.", 'It\'s one of the reasons he doesn\'t want anyone moving west of the Appalachian Mountains.', "He would tell you that he doesn\'t want to fight the natives anymore. It\'s too expensive.", "But really, he doesn\'t want to lose control.", '<b>Briana:</b> So you\'re telling me that the King determines who can come to America? Not the Colonials? ', '<b>Wilson:</b> That is what he\'s trying to do.', '<<goto WilsonQuestions>>', ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|WilsonQuestions]]">>
<<set _temp to [ "<b>Briana:</b> I know the press gangs are just a bunch of thugs... Are there actually any rules around impressment?", "<b>Wilson:</b> Well, sure, that's what Dudingston's Letter of Marque is all about. Gives him the authority to be a privateer in the King's waters.", "But he's only //supposed// to press British citizens. Not Prussians like myself...", "And the skilled tradesmens he meets are supposed to be left alone: the harpoonists, sailmakers, and shipwrights are considered too valuable to waste away on a privateering ship.", "But if you\'re at sea like I was, and you don\'t have the papers to prove your citizenship, like I didn't, you\'re fair game.", "The worst part of all of this is my family has no idea what happened to me. I've given Dudingston a few letters to send, but I don't think they ever went out...", "I certainly haven't heard back from anyone.", "//Wilson hangs his head.//", "<<goto WilsonQuestions>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|WilsonQuestions]]">>
<<set _temp to [ "<b>Briana:</b> //(sigh)// <<if visited()==1>>I forgot about Benny.<<else>>Benny's still stuck in the Bread Room, isn't he? Hmmm.<</if>>", "<<button 'Go To The Upper Deck' 'The Bow'>><</button>><<button 'Go Back And Help Benny' 'The Galley'>><</button>>", ]>> <<Rep _temp>> <<set $footerDisplay to "">>
<<set _temp to [ "<b>Briana:</b> Yeah, it's me. I'm coming, Benny. Just give me a second.", "<<goto \"The Captain's Quarters\">>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Captain's Quarters]]">>
@@.fade-in;<b>Linus:</b> Sure!! What do you want to hear?@@<br><br> [[Liberty Song][$libertyCounter to 0]] [[Spinning Song][$spinCounter to 0]] [[Pressgang][$teaCounter to 0]] <<set $footerDisplay to "[[Back|The Stern]]">>
<<set _temp to [ "<<if (hasVisited(\"Flint Swing\") || hasVisited(\"FlintAndFire\") || hasVisited(\"PickTheLock\"))>>As you and George descend from the crow's nest,<<else>>As you poke your head through the hatch,<</if>> the men at the Stern<<if visited() gt 1>> again<</if>> call to you excitedly.", "<<goto 'The Stern'>>", ]>> //<<Rep _temp>>// <<set $lastScene to "TheSternBurn">>
<<set _temp to [ "As you and George descend from the crow's nest, the men at the Stern call to you again.", "<<goto 'The Stern'>>", ]>> //<<Rep _temp>>// <<set $lastScene to "SecondBeckon">>
<<set _temp to [ "<b>Briana:</b> Wilson!! You finally escaped the Gaspée!", "Hazzah!", "<b>Wilson:</b> Hazzah, indeed, Briana.", "<b>Briana:</b> So what are you going to do now?", "<b>Wilson:</b> Well, <<if !hasVisited('Plans')>>I'm Jewish, so <</if>>I can't go just anywhere.", "Providence is one place where I\'m sure I\'ll be welcome.", "And maybe Charleston... but it's a dirty business down in Charleston. I want no part of it.", "//You nod in agreement.//", "<b>Wilson:</b> Religious tolerance is //valued// here. It's where I should be.", "I'll keep my head down, stay out of trouble, and Dudingston will never find me. ", "//You look up the beach.//", "<b>Wilson:</b> There\'s even a synagogue; people I can practice with...", 'If everything works out, I can bring my family to join me.', "<b>Briana:</b> It's a beautiful plan, Wilson. I'll miss you, but I'm very happy you're finally off that boat. It didn't suit you.", "<b>Wilson:</b> I'll miss you too, Briana! Take care of yourself. <<set $wilson to false>><<set $wilsonBeach to false>>", "<<goto 'The Beach'>>", ]>> <<Rep _temp>> <<set $footerDisplay to "[[Back|The Beach]]">>
<<set $QPassage to "">> <<set $Q2Passage to "">> <<set $Q3Passage to "">> <<set $Q4Passage to "">> <<set $Q5Passage to "">> <<set $Q6Passage to "">> <<if !$attack>> <<if !hasVisited("The Bread Room")>> <<set $QPassage to "The Bread Room">> <<else>> <<set $QPassage to "">> <</if>> <<if !hasVisited("George Happy") && hasVisited("The Captain's Quarters")>> <<set $Q2Passage to "The Crow's Nest">> <<else>> <<set $Q2Passage to "">> <</if>> <<if hasVisited("George Happy")>> <<set $Q2Passage to "The Stern">> <</if>> <<if !hasVisited("Take The Mug") && hasVisited("BANG! BANG! BANG! BANG!")>> <<set $Q4Passage to "The Bread Room">> <<set $Q3Passage to "The Galley">> <<elseif hasVisited("Take The Mug") && !hasVisited("Place Mug On Table")>> <<set $Q3Passage to "The Hold">> <<set $Q4Passage to "The Bread Room">> <<else>> <<set $Q3Passage to "">> <</if>> <<if hasVisited("Pour Water On The Brazier")>> <<set $Q4Passage to "">> <</if>> <<else>> <<set $QPassage to "">> <<set $Q2Passage to "">> <<set $Q3Passage to "">> <<set $Q4Passage to "">> <<set $Q5Passage to "">> <<if hasVisited("Take The Captain")>> <<if !$inventory.includes("Horn Of Gunpowder")>> <<set $Q4Passage to "The Magazine">> <</if>> <<if !$inventory.includes("Flint") && !$inventory.includes("Fire Starter") && $chain>> <<set $Q5Passage to "The Captain's Quarters">> <</if>> <</if>> <<if !hasVisited("Wake Up Smuggler")>> <<set $QPassage to "Bread Room">> <<elseif !hasVisited("End Colonial Convo")>> <<set $QPassage to "The Hold">> <<elseif hasVisited("End Colonial Convo") && hasVisited("Wake Up Smuggler") && !hasVisited("Take The Captain")>> <<set $QPassage to "The Galley">> <<elseif hasVisited("FireNode") && $chain>> <<set $QPassage to "The Crow's Nest">> <<elseif !hasVisited("FireNode") && !$chain>> <<set $QPassage to "The Stern">> <<elseif hasVisited("FireNode") && !$chain && !hasVisited("Outro") >> <<set $QPassage to "The Beach">> <<else>> <<set $QPassage to ''>> <</if>> <<if $chain>> <<set $Q2Passage to "The Crow's Nest">> <</if>> <</if>>
<<set _temp to [ 'I only landed on this schooner because I had the bad luck to cross paths with the Gaspée near the end of a deep water hunt.', "Like always, Dudingston was short a few crew members. And he just happened to see our little whaling boat on the horizon.", "He boarded us, and pressed six of us into service, like it'd been planned all along. No conversation. Just orders, papers, and pistols, and we crossed a plank to the Gaspée.", "<b>Briana:</b> It's a funny term, “pressed\", like they were squeezing you for your juices!!", "<b>Wilson:</b> It's “pressed\" like forced into service!", "<b>Briana:</b> Oh I know. Don't be so testy. Did YOU know that legally they can kill you if you refuse to serve?", "<b>Wilson:</b> I didn't put up a fight, myself. Turns out it wouldn't have mattered much. I don't have the knack for escaping.", "<b>Briana:</b> It's not like it's just you. Most of the crew's been impressed in just the last month.", "<<goto WilsonQuestions>>", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Benny:</b> Throw her over the side, I don't care.", "<b>Briana:</b> Wait, wait!! I was pressed into service!!<<set $satchelFlash to true>> ", "You can let me go, I'm on your side! Look, I've got proof!!", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Men With The Combustibles:</b> Ummmm, no. We're on a schedule.", "<b>Briana:</b> Ah! I see: Shot the Captain. Burned his ship.", "You're a regular bunch of pirates!", "<b>Men With The Combustibles:</b> We don't have time for this.", "<<goto LightItUp>>", ]>> <<Rep _temp>>
<<set _temp to [ "<b>Men With The Combustibles:</b> We'll be sending a message. To leave us the hell alone.", "<b>Briana:</b> You'll be sending a message all right. For them to come at you with everything's they've got.", "Can't you see the headline?", "“Captain Shot! Ship burned into the Bay!\"", "Now who's the pirate?", "<b>Men With The Combustibles:</b> We don't have time for this.", "<<goto LightItUp>>", ]>> <<Rep _temp>>
<style> #Front { animation: p-left-125 12.0s ease-in-out forwards; } #Fire { animation: p-left-150 12.0s ease-in-out forwards; } #Back { 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 1039.128 576.617"><defs><linearGradient id="linear-gradient" x1="627.426" y1="11.489" x2="627.426" y2="371.607" gradientUnits="userSpaceOnUse"><stop offset="0.005" stop-color="#ff654c"/><stop offset="1" stop-color="#f4ba86"/></linearGradient><linearGradient id="linear-gradient-2" x1="714.883" y1="286.085" x2="714.883" y2="625.652" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c77e9d"/><stop offset="1" stop-color="#008ba4"/></linearGradient></defs><g style="isolation:isolate"><g id="Back"><g id="Sky"><rect x="215.723" y="0.617" width="823.404" height="310.309" style="fill:url(#linear-gradient)"/><polygon points="752.298 0.622 791.617 16.851 811.021 13.021 816.638 16.851 892.723 22.213 908.809 11.418 926.426 11.418 965.489 0.622 752.298 0.622" style="fill:#787071"/></g><g id="Water"><rect x="390.638" y="296.776" width="648.489" height="279.841" style="fill:url(#linear-gradient-2)"/><polygon points="980.181 310.309 978.894 312 980.904 312.894 1001.298 312.894 1004.17 311.553 1023.702 311.553 1026.957 312.894 1034.617 312.894 1035.957 310.309 1032.894 307.723 999.766 307.723 996.702 309.587 987.319 309.587 980.181 310.309" style="fill:#a5c38a"/><polygon points="960.511 305.056 961.372 306.014 963.479 306.766 981.191 306.766 983.681 305.911 984.351 305.056 982.915 304.372 961.66 304.372 960.511 305.056" style="fill:#ebba86"/><polygon points="954.638 304.269 955.915 305.465 955.277 306.87 952.596 306.87 951.447 305.465 952.085 304.269 954.638 304.269" style="fill:#ebba86"/><polygon points="902.681 307.578 703.915 307.578 703.915 305.569 899.617 305.569 903.447 306.491 902.681 307.578" style="fill:#a5c38a"/><polygon points="882.766 312.894 877.404 314.234 879.702 315.128 923.362 315.128 924.638 314.011 920.298 312.894 882.766 312.894" style="fill:#ebba86"/><polygon points="976.979 474.702 978.894 503.234 970.589 537.893 976.979 562.995 976.979 576.617 1007.426 576.617 1007.426 559.33 989.008 549.372 978.894 536.74 984.351 520.032 984.351 501.35 982.213 516.894 978.255 520.689 981.957 506.426 981.702 495.574 976.979 474.702" style="fill:#88b6a1"/><polygon points="959.553 535.787 957.447 544.561 961.484 556.468 957.447 576.617 939.93 576.617 953.426 562.138 951.702 549.372 959.553 535.787" style="fill:#88b6a1"/><polygon points="528.943 80.426 609.239 102.888 615.286 118.79 787.021 152.776 744.511 134.032 732.255 118.79 723.83 101.031 714.883 87.955 691.915 87.955 684.892 96.239 673.66 77.104 635.207 41.362 609.239 41.362 598.062 45.957 603.191 64.134 579.064 64.134 572.936 58.25 563.053 55.532 555.191 62.426 555.191 72.383 551.872 77.104 528.943 80.426" style="fill:#566e9f"/><polygon points="700.213 48.766 787.021 72.383 781.277 60.574 772.213 58.25 759.957 41.362 743.617 37.021 724.723 41.362 724.213 48.255 700.213 48.766" style="fill:#5b6179"/><polygon points="413.373 134.032 469.25 137.872 480.747 188.415 502.393 198.824 507.273 217.913 506.293 237.581 536.212 254.737 551.808 242.559 582.766 254.938 631.254 238.171 655.128 245.872 667.532 258.702 691.915 258.702 728.426 242.559 757.915 252.766 767.106 266.219 770.17 283.497 793.915 285.012 811.532 292.568 828.383 296.776 408.207 296.776 413.373 134.032" style="fill:#8f4c6d"/><rect x="834.511" y="292.787" width="204.617" height="3.989" style="fill:#240303"/><polygon points="1039.128 290.268 825.319 290.268 825.319 293.693 828.383 293.693 828.383 296.903 837 296.903 837 293.693 845.314 293.693 845.314 296.903 853.931 296.903 853.931 293.693 866.027 293.693 866.027 296.903 874.644 296.903 874.644 293.693 882.957 293.693 882.957 296.903 891.574 296.903 891.574 293.693 894.83 293.693 894.83 296.903 903.447 296.903 903.447 293.693 912.287 293.693 912.287 296.903 920.904 296.903 920.904 293.693 924.16 293.693 924.16 296.903 932.777 296.903 932.777 293.693 935.426 293.693 935.426 296.903 944.043 296.903 944.043 293.693 947.298 293.693 947.298 296.903 955.915 296.903 955.915 293.693 974.298 293.693 974.298 296.776 982.915 296.776 982.915 293.693 986.17 293.693 986.17 296.776 994.787 296.776 994.787 293.693 1006.713 293.693 1006.713 296.776 1015.33 296.776 1015.33 293.693 1018.585 293.693 1018.585 296.776 1027.202 296.776 1027.202 293.693 1039.128 293.693 1039.128 290.268" style="fill:#634146"/><path d="M730.152,286.872c-4.864-3.35-8.431-10.056-10.78-15.908h4.152v-1.4h-4.7c-1.022-2.7-1.768-5.121-2.25-6.826v-2.925h-3.351v9.751h-6.949v1.4h6.949V279.2H710.3v1.4h2.92v6.27H696.149V271.553h-8.936v6.114a96.578,96.578,0,0,1-8.194-15.752h.024v-1.4h-2.211c-.45-2.059-.823-3.885-1.109-5.339v-4.3H673.17v9.639h-3.319v1.4h3.319v24.957H658.032l5.994,9.287h75.6l7.076-9.287Zm-52.216-24.957a92.659,92.659,0,0,0,9.277,17.582v7.375H685.46c-3.451-5.371-6.441-16.61-8.317-24.957Zm-2.142-1.4h-.071v-.322C675.746,260.294,675.771,260.4,675.794,260.511Zm-.071,1.4h.38c1.815,8.136,4.72,19.136,8.192,24.957h-8.572Zm42,7.644h-1.144v-3.3C716.9,267.279,717.285,268.39,717.718,269.559ZM716.574,280.6H719.5v-1.4h-2.921v-8.234h1.68c2.213,5.625,5.576,12.137,10.224,15.908h-11.9Z" transform="translate(271.128 0.617)" style="fill:#240303"/></g><g id="BG_folks" data-name="BG folks"><g id="Boat_bottom" data-name="Boat bottom"><polygon points="875.649 411.574 875.649 427.66 879.017 429.447 882.855 414.3 875.649 411.574" style="fill:#351e1f"/><polygon points="851.872 405.025 853.532 422.553 857.457 423.064 858.894 406.723 851.872 405.025" style="fill:#351e1f"/><path d="M626.213,419.03c.156,1.436-5,15.574-5,15.574l5,2.3,5.085-13.787Z" transform="translate(271.128 0.617)" style="fill:#351e1f"/><rect x="825.702" y="406.117" width="4.851" height="20.139" style="fill:#351e1f"/><rect x="801.064" y="409.577" width="4.851" height="20.139" style="fill:#351e1f"/><rect x="777.511" y="412.484" width="4.851" height="20.139" style="fill:#351e1f"/><rect x="751.026" y="418.513" width="4.851" height="20.139" style="fill:#351e1f"/><polygon points="736.468 437.519 753.451 430.787 779.936 424.596 828.128 418.513 847.532 416.186 856.085 416.186 879.128 424.596 897.702 430.787 906 435.319 902.426 446.413 741.626 447.495 736.468 437.519" style="fill:#351e1f"/><polygon points="907.66 434.043 894.492 490.979 866.872 562.138 839.253 576.617 787.021 576.617 879.128 489.683 907.66 434.043" style="fill:#645472"/><polygon points="950.584 446.413 915.968 462.984 890.516 515.638 892.34 527.434 882.855 545.617 894.492 558.383 950.584 446.413" style="fill:#324c71"/></g><g id="Boat"><polygon points="966.638 420.511 941.092 451.532 913.812 497.607 901.532 528.196 894.492 558.383 901.149 562.138 940.326 547.66 959.553 521.936 976.979 474.702 976.979 437.745 974.031 420.511 966.638 420.511" style="fill:#a0583c"/><polygon points="945.716 453.101 964.979 426.638 969.574 424.596 972.383 428.936 972.383 462.984 968.298 480.37 951.702 518.128 933.241 540.766 913.812 551.382 904.979 552.383 903.064 549.372 903.064 534.383 918.957 497.261 945.716 453.101" style="fill:#412c29"/><polygon points="916.582 502.809 943.66 515.743 953.072 515.011 959.429 500.548 925.201 486.957 918.957 497.261 916.582 502.809" style="fill:#9a532d"/><polygon points="934.787 471.137 964.729 488.489 968.298 480.37 970.589 470.617 942.276 462.984 934.787 471.137" style="fill:#9a532d"/><polygon points="950.584 446.413 972.383 449.664 972.383 443.106 954.354 441.234 950.584 446.413" style="fill:#9a532d"/><polygon points="939.93 532.563 933.241 540.766 928.021 544.021 904.575 530.854 910.34 515.743 933.241 527.166 939.93 532.563" style="fill:#9a532d"/><polygon points="948.218 449.664 972.709 454.787 972.383 449.664 950.584 446.413 948.218 449.664" style="fill:#724739"/><polygon points="684.892 453.638 770.17 429.196 850.149 417.987 903.064 435.813 897.702 455.362 874.532 484.372 835.085 529.468 805.863 552.383 776.936 576.617 684.892 453.638" style="fill:#a27c71"/><polygon points="904.575 422.553 904.575 430.787 903.064 435.813 896.635 454.787 872.397 486.813 864.943 494.076 839.253 523.747 835.085 529.468 825.812 536.74 797.426 558.574 781.915 572.362 787.021 576.617 813.319 559.66 846.255 528.196 870.223 500.17 886.979 481.787 904.575 448.372 907.66 434.043 908.809 422.553 904.575 422.553" style="fill:#351e1f"/><polygon points="905.362 424.596 851.92 405.533 813.83 409.752 760.979 417.414 735.995 424.596 734.99 420.156 759.064 411.833 793.978 407.671 820.34 404.514 845.044 401.032 858.108 402.902 888.894 412.596 908.809 422.376 905.362 424.596" style="fill:#351e1f"/><polygon points="889.691 503.348 865.267 552.383 839.253 576.617 869.203 576.617 893.416 527.434 889.691 503.348" style="fill:#324c71"/><polygon points="768.27 455.745 768.27 459.764 795.782 478.245 825.702 464.553 828.128 460.505 768.27 455.745" style="fill:#1c151a"/><polygon points="768.27 455.745 795.782 474.08 828.128 460.505 803.489 445.449 768.27 455.745" style="fill:#553d3a"/><polygon points="804.076 399.842 857.876 437.885 864.746 434.63 866.872 421.829 861.937 420.028 856.001 421.829 857.724 430.098 806.942 398.342 804.516 398.089 804.076 399.842" style="fill:#5f464e"/></g><g id="Leg"><polygon points="780.282 536.74 776.936 550.34 778.085 552.383 779.936 552.383 784.979 549.372 784.979 548.298 782.809 547.787 782.043 546 785.489 540.574 780.282 536.74" style="fill:#684a3a"/><polygon points="793.397 543.222 791.904 550.468 792.651 552.383 794.502 552.383 799.66 548.553 799.66 547.802 797.234 547.802 796.691 546.255 798.182 542.435 793.397 543.222" style="fill:#684a3a"/><polygon points="784.151 522.128 779.936 535.404 781.277 540.574 785.489 540.574 789.828 532.506 792 537.894 792 542.872 796.596 544.021 799.66 540.957 800.809 531.957 787.979 522.128 784.151 522.128" style="fill:#8b693a"/><polygon points="792 498.064 796.404 496.34 799.66 498.83 796.596 510.702 799.66 513.383 802.915 511.851 810 503.809 813.638 504.862 815.553 510.319 808.277 517.979 805.021 519.319 803.777 529.468 800.809 531.957 792.766 533.681 787.021 531.383 784.532 525.83 783.766 520.66 788.553 513.191 788.17 509.553 792 498.064" style="fill:#5b3631"/><polygon points="797.362 505.053 802.436 504.096 804.543 506.011 804.543 510.003 802.436 514.053 799.66 515.011 796.691 513.191 797.362 505.053" style="fill:#c27514"/><polygon points="811.883 504.354 815.074 499.979 814.404 498.255 814.691 495.67 815.553 495.67 815.553 497.585 817.085 494.234 817.755 494.234 817.085 496.723 818.809 494.809 819.67 495.766 819.096 498.16 820.34 497.968 820.34 498.734 818.234 500.84 816.894 501.511 814.34 506.861 813.638 504.862 811.883 504.354" style="fill:#c27514"/><polygon points="798.06 497.607 799.085 494.234 800.617 494.234 801.862 492.415 801.287 491.745 799.961 492.894 800.809 488.872 799.961 488.872 798.894 490.691 798.798 489.351 798.06 489.638 796.691 491.745 794.502 497.085 796.404 496.34 798.06 497.607" style="fill:#c27514"/><polygon points="802.436 504.096 804.543 506.011 803.489 510.128 798.798 516.255 795.83 516.255 793.245 513.479 795.064 511.085 792.479 511.851 791.904 509.553 794.502 506.202 798.223 503.234 802.436 504.096" style="fill:#392618"/><polygon points="839.84 522.128 835.085 529.468 825.702 536.74 825.702 525.511 828.399 518.128 839.84 522.128" style="fill:#5b3631"/><polygon points="835.66 504.096 828.766 506.861 827.489 513.702 829.404 523.021 834.447 524.681 839.84 522.128 839.84 519.191 842.426 516.894 843.702 511.404 845.234 515.011 850.468 519.319 854.681 518.553 856.085 514.859 854.17 512.553 850.596 510.511 846.128 505.021 840.894 503.234 835.66 504.096" style="fill:#e0b990"/><polygon points="873.638 461.777 868.979 465.319 866.872 474.319 869.17 481.787 876.255 481.787 883.723 474.319 888.319 474.702 893.681 468.957 892.915 464.362 889.851 462.984 887.553 465.128 883.723 464.745 873.638 461.777" style="fill:#e0b990"/><polygon points="868.979 465.319 868.127 468.957 874.532 470.298 877.787 474.319 877.021 481.021 883.723 474.319 883.723 464.745 873.638 461.777 868.979 465.319" style="fill:#a7b01b"/><polygon points="891.282 463.628 893.681 459.191 892.482 455.745 893.681 453.101 895.979 453.101 897.702 457.532 896.17 461.426 893.506 467.909 892.915 464.362 891.282 463.628" style="fill:#fdc581"/><polygon points="875.925 476.809 881.809 478.532 886.723 477.67 888.319 474.702 892.34 474.702 892.34 477.766 889.851 481.021 886.723 481.787 872.489 481.787 873.638 478.245 875.925 476.809" style="fill:#fdc581"/><polygon points="876.255 481.787 869.17 481.787 866.872 474.319 864.191 485.617 864.957 494.234 872.489 486.957 876.255 481.787" style="fill:#fffbcc"/><polygon points="869.17 481.787 872.489 486.957 876.255 481.787 869.17 481.787" style="fill:#c1ad72"/><polygon points="934.233 502.027 922.877 497.261 918.957 502.027 925.635 518.128 934.233 525.511 945.383 513.957 951.702 511.386 950.777 502.245 934.233 502.027" style="fill:#c1ad72"/><polygon points="949.787 466.66 955.723 472.787 959.553 482.614 956.489 485.617 942.702 485.617 938.106 476.138 940.326 469.723 949.787 466.66" style="fill:#c1ad72"/><polygon points="937.351 480.37 935.792 480.914 928.754 486.959 923.653 486.959 921.858 489.699 922.803 494.363 929.605 497.634 934.233 494.363 934.233 502.027 938.343 507.128 949.395 504.294 954.354 496.943 952.087 489.699 943.576 480.37 937.351 480.37" style="fill:#004b47"/><polygon points="934.233 525.511 935.234 531.574 933.241 540.383 928.021 543.255 921.858 538.851 924.915 529.66 934.233 525.511" style="fill:#c9c7b2"/><polygon points="915.968 527.234 912.83 533.681 915.123 537.893 922.877 535.787 921.064 528.255 915.968 527.234" style="fill:#c9c7b2"/><polygon points="941.092 451.532 947.298 453.638 953.426 463.787 952.013 468.957 950.422 467.809 940.326 469.723 939.334 471.399 934.233 471.845 931.127 463.596 933.241 453.101 941.092 451.532" style="fill:#684a3a"/></g><g id="Face"><polygon points="937.351 471.137 934.233 471.845 933.241 476.663 935.792 480.914 939.051 479.776 940.326 475.104 937.351 471.137" style="fill:#fdc581"/><ellipse cx="936.823" cy="449.664" rx="4.269" ry="5.123" style="fill:#fdc581"/><ellipse cx="879.128" cy="462.984" rx="4.596" ry="5.973" style="fill:#fdc581"/><path d="M574.106,502.617l-2.09-2.686h0a4.642,4.642,0,0,0-4.1-3.287c-2.538,0-4.6,2.674-4.6,5.973s1.786,5.122,4.325,5.122a4.7,4.7,0,0,0,4.85-4.7Z" transform="translate(271.128 0.617)" style="fill:#fdc581"/><polygon points="841.998 498.667 841.34 497.607 838.66 496.915 834.447 497.607 832.404 503.234 831.255 503.234 830.553 504.574 831.424 505.795 835.085 507.574 837.064 507.574 839.106 504.096 840.319 499.404 841.998 498.667" style="fill:#684a3a"/><polygon points="839.253 508.335 837.064 507.574 835.085 507.574 837.814 509.266 839.253 508.335" style="fill:#b05e32"/><polygon points="852.024 519.036 852.024 516 854.234 515.011 855.777 515.67 860.489 521.043 863.362 521.745 864.191 524.426 863.362 525.511 859.213 525 858.447 522.511 852.024 519.036" style="fill:#fdc581"/><polygon points="835.085 524.379 835.66 521.617 838.213 520.261 844.787 523.277 847.021 522.32 849.511 523.34 850.149 525.191 847.213 527.234 843.511 526.596 842.617 525.83 835.085 524.379" style="fill:#fdc581"/><polygon points="880.404 459 877.66 459.957 876.064 465.574 873.447 466.532 872.489 465.064 873.255 463.915 873.191 459.638 876.447 455.745 883.149 456.383 885.447 459.383 885.447 465.064 885.957 466.851 885.064 467.809 882.541 466.975 882.894 461.426 881.809 459.638 880.404 459" style="fill:#684a3a"/><polygon points="873.638 456.255 875.553 458.809 877.66 459.957 882.894 461.426 886.34 460.596 886.723 458.298 884.426 454.979 876.957 453.638 873.638 456.255" style="fill:#501a41"/><polygon points="873.638 478.245 874.532 481.787 872.489 481.787 873.638 478.245" style="fill:#b05e32"/><polygon points="934.233 471.845 934.8 475.104 937.351 477.344 937.351 481.764 940.326 482.614 944.436 479.776 944.436 477.344 943.585 476.663 942.924 473.356 940.326 470.617 936.784 470.617 934.233 471.845" style="fill:#b05e32"/><polygon points="934.34 443.106 932.553 444.541 932.553 447.574 933.447 448.723 934.34 445.915 934.979 448.723 937.66 449.664 937.66 452.298 939.515 453.638 942.255 451.915 943.66 446.936 939.447 443.106 934.34 443.106" style="fill:#b05e32"/><polygon points="931.644 430.787 924.399 430.787 924.399 445.125 927.723 447.459 927.723 510.298 929.411 510.447 929.411 447.539 931.644 445.125 931.644 430.787" style="fill:#b06a46"/><polygon points="945.076 512.904 951.984 513.905 957.768 499.704 955.54 496.934 974.031 451.542 972.417 451.323 953.963 496.622 950.86 498.704 945.076 512.904" style="fill:#b06a46"/><polygon points="908.809 515.011 900.383 521.043 897.702 533.074 902.106 537.894 908.809 535.787 908.809 528.255 910.34 526.452 916.468 531 914.936 538.851 918 542.435 924.255 540.766 926.617 532.149 930.255 532.149 934.233 525.511 929.212 517.213 921.064 513.957 908.809 515.011" style="fill:#237793"/><polygon points="924.255 490.085 926.298 488.298 926.298 485.617 931.787 485.617 930.255 489.574 928.021 490.085 927.447 493.149 925.404 493.749 924.255 492.511 924.255 490.085" style="fill:#fdc581"/><polygon points="936.948 495.574 931.847 493.725 930.855 490.979 928.507 490.979 925.635 493.11 926.292 496.55 929.401 495.453 930.855 497.234 936.294 500.17 937.94 498.128 936.948 495.574" style="fill:#fdc581"/><polygon points="921.064 513.957 921.064 521.936 918 523.747 919.532 527.234 915.968 529.66 915.968 523.747 912.77 528.255 908.809 529.66 908.809 528.255 910.34 523.747 912.447 523.747 908.809 519.128 910.723 511.719 921.064 513.957" style="fill:#a70e13"/><polygon points="911.872 509.745 908.809 515.011 910.34 518.128 918 520.261 921.064 518.128 921.064 512.234 916.66 509.745 911.872 509.745" style="fill:#684a3a"/><polygon points="910.34 518.128 910.979 519.128 912.319 520.261 913.021 521.936 914.362 521.936 915.319 521.043 917.298 521.043 918 520.261 910.34 518.128" style="fill:#c27514"/><polygon points="914.936 538.851 911.681 545.936 908.809 545.936 907.66 550.34 909.574 552.383 914.17 551.298 915.968 547.409 919.965 541.911 918 542.435 914.936 538.851" style="fill:#c27514"/><polygon points="908.809 535.787 908.809 540.574 910.34 542.435 908.809 544.561 907.66 542.435 906.511 545.617 906.511 547.409 905.17 548.426 903.064 544.561 905.17 539.809 904.417 537.167 908.809 535.787" style="fill:#c27514"/></g></g><g id="Deck_fire" data-name="Deck fire"><polygon points="760.386 494.234 760.787 517.057 749.209 534.383 731.489 513.558 760.386 494.234" style="fill:#72707f;opacity:0.4;mix-blend-mode:multiply"/><polygon points="726.255 392.696 736.468 381.315 751.041 387.006 755.877 401.636 768.27 401.636 777.511 422.553 770.17 437.885 781.213 447.229 779.936 463.519 770.17 465.159 764.617 476.09 749.489 479.469 726.255 392.696" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="755.877 424.596 751.026 438.652 753.451 450.894 755.877 457.011 753.451 467.909 755.877 474.08 758.426 466.995 768.27 458.298 765.699 464.411 770.17 474.702 767.183 485.541 758.289 496.915 753.451 501.35 753.451 506.861 745.915 513.957 733.496 516.255 682.34 447.495 739.263 437.885 743.362 431.84 755.877 424.596" style="fill:#f1210a"/><polygon points="764.617 476.09 760.979 484.277 753.451 488.872 759.83 489.83 764.617 485.617 764.617 476.09" style="fill:#f69226"/><path d="M479.9,491.511l4.851,1.112s6.471-1.516,6.156-1.112-8.581,4.212-8.581,4.212Z" transform="translate(271.128 0.617)" style="fill:#f69226"/><polygon points="756.535 439.66 756.535 443.872 751.026 455.745 751.026 460.723 753.451 455.745 759.034 453.101 760.787 447.495 758.106 450.191 759.034 443.681 756.535 439.66" style="fill:#f69226"/><polygon points="731.489 502.245 731.489 494.234 741.447 484.277 736.997 493.261 737.426 499.585 733.496 506.106 731.489 502.245" style="fill:#ffd400"/><polygon points="788.553 422.553 785.489 428.553 788.553 427.404 788.553 422.553" style="fill:#f68b1f"/><polygon points="743.362 391.213 740.106 393.128 741.734 397.332 743.362 391.213" style="fill:#ffcb05"/></g><g id="MidMast"><path d="M529.351,426.449c-.2-.147-.412-.3-.622-.467C489.562,395.823,318.115,130.072,310.8,118.715l1.682-1.083c1.558,2.417,135.571,210.151,195.993,283.84-50.493-73.2-149.264-271.222-154.133-281l1.79-.891c1.385,2.782,138.106,276.913,173.765,304.778.215.167.426.327.633.478Z" transform="translate(271.128 0.617)" style="fill:#a57471"/><path d="M628.483,445.388C627,444.9,481.729,397.137,424.01,334.44l1.47-1.355C473.3,385.031,583.6,427.693,619.844,440.737c-34.356-19.02-140.2-81.016-189.014-148.2l1.617-1.176c58.167,80.046,195.438,150.918,196.843,151.643Z" transform="translate(271.128 0.617)" style="fill:#895a56"/><path d="M532.778,552.973c-76.264-56.329-143.323-153.035-144-154l2.457-1.721c.665.949,66.108,93.842,140.305,150.248-40.689-109.266-59.113-186.061-67.416-231.467-9.143-50.008-8.332-73.909-8.323-74.145l2.612-1.426c-.036.934-2.482,96.7,77.55,310.068Z" transform="translate(271.128 0.617)" style="fill:#664d4a"/><polygon points="728.426 242.559 712.723 285.012 712.723 329.966 749.489 479.469 655.128 441.737 593.169 287.057 572.776 224.096 728.426 242.559" style="fill:#e0ab7c"/><path d="M443.855,238.725c-57.417-45.958-119.6-207.289-120.219-208.913l2.8-1.073c.619,1.617,62.508,162.193,119.292,207.644Z" transform="translate(271.128 0.617)" style="fill:#664d4a"/><polygon points="589.095 25.277 641.489 377.076 673.66 429.196 600.128 25.277 593.169 22.213 589.095 25.277" style="fill:#893c22"/><polygon points="524.288 72.383 668.681 87.955 671.835 96.239 534.457 80.426 524.288 72.383" style="fill:#893c22"/><polygon points="517.161 210.251 726.128 230.681 732.255 237.447 728.426 242.559 517.414 221.62 515.58 214.48 517.161 210.251" style="fill:#893c22"/><polygon points="577.149 113.504 631.254 118.318 632.681 121.231 631.377 124.076 578.489 118.79 576.009 115.898 577.149 113.504" style="fill:#893c22"/><polygon points="702.237 454.249 711.191 434.043 703.915 423.064 706.596 406.117 695.137 418.513 697.021 428.553 689.362 444.541 702.237 454.249" style="fill:#ffd400"/></g><g id="Mast"><path d="M384,380.7,277.824,120.021-65.468.005h-205.66V576H510.149Zm-75.424-62.355-44.291-9.907L231.266,284.4l10.02,28.1-10.02,10.826L198.1,312.5,154.919,205.676l9.96-55.072h25.227L209.62,187.8l7.55-19.521h24.116L280.681,217.3l36.69,82.8Z" transform="translate(271.128 0.617)" style="fill:#cb9e94"/><polygon points="185.362 0.617 551.808 127.651 555.191 121.277 551.03 115.878 225.064 0.617 185.362 0.617" style="fill:#8f5d41"/><polygon points="338.362 0.617 356.553 31.404 347.457 64.134 327.447 87.955 338.362 121.636 334.4 166.353 311.362 188.415 316.723 204.648 301.915 237.581 132.894 0 338.362 0.617" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="659.489 453.101 676.723 487.416 676.723 516 691.66 547.66 691.66 561.83 659.489 536.553 636.511 532.504 626.17 506.888 626.17 542.043 641.106 576.617 787.021 576.617 756.486 538.237 712.34 514.859 696.83 474.08 659.489 453.101" style="fill:#cb5b49"/><polygon points="225.064 0.617 248.795 35.617 241.277 64.134 248.795 87.955 236.93 121.636 263.106 122.936 275.362 114.894 286.521 122.936 296.043 141.319 286.521 160.851 301.915 188.415 301.915 237.581 327.447 283.497 278.61 242.559 233.234 176.067 185.362 148.272 173.489 168.894 185.362 204.648 148.213 156.638 117.191 102.888 121.787 87.955 99.957 51.319 75.83 51.319 67.787 72.383 74.681 109.149 31.021 40.213 0 28.723 0 0.622 225.064 0.617" style="fill:#cd684e"/><polygon points="641.489 547.66 647.617 564.511 663.702 576.617 687.447 576.617 658.34 562.138 641.489 547.66" style="fill:#eaa356"/><polygon points="695.872 522.128 716.553 542.043 716.553 557.617 735.702 569.106 709.66 568.596 715.787 576.617 770.17 576.617 757.915 556.085 742.596 553.787 733.021 532.504 716.553 529.418 695.872 522.128" style="fill:#eaa356"/><polygon points="593.169 229.197 551.808 217.913 512.413 168.894 488.298 168.894 480.747 188.415 461.234 151.221 443.644 151.221 428.037 122.936 446.681 142.468 464.154 145.915 471.667 151.221 480.747 163.149 500.17 163.149 526.345 168.894 541.783 188.415 551.808 181.532 550.463 151.221 570.007 176.922 593.169 229.197" style="fill:#b7794c"/><polygon points="615.286 283.497 631.254 312.152 649.149 323.941 651.263 371.826 648.808 378.159 655.128 404.633 635.207 378.159 631.254 342.105 615.286 325.552 615.286 283.497" style="fill:#cb5b49"/><polygon points="647.617 278.219 655.128 292.568 655.128 308.04 664.468 293.13 659.872 283.497 647.617 278.219" style="fill:#cb5b49"/><polygon points="536.212 0.622 550.463 28.723 544.393 51.319 563.053 64.134 559.532 80.426 545.844 80.426 551.808 101.031 551.03 115.878 385.085 58.25 393.574 41.362 381.505 21.978 375.447 0.622 536.212 0.622" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="512.413 168.894 524.288 151.221 520.851 127.651 514.295 144.766 507.273 151.221 502.393 140.17 492.128 156.255 488.298 168.894 512.413 168.894" style="fill:#79261e"/><polygon points="534.457 121.636 539.164 98.043 528.943 80.426 534.457 121.636" style="fill:#79261e"/><polygon points="517.414 98.043 517.161 80.426 506.293 64.134 510.603 51.319 499.021 64.134 502.393 80.426 499.021 97.488 514.295 102.888 517.414 98.043" style="fill:#e1482c"/><polygon points="489.556 176.067 504.383 156.638 506.293 168.894 499.021 173.872 489.556 176.067" style="fill:#e2943d"/><polygon points="0 0.622 72.383 0.617 124.085 51.319 139.021 102.888 159.229 102.888 185.362 121.636 185.362 137.872 212.553 127.651 258.511 142.057 275.362 168.894 286.521 195.818 275.362 224.096 290.269 224.096 301.915 237.581 327.447 283.497 348.383 378.159 384.128 397.643 411.555 516 593.169 542.043 605.198 491.844 635.207 491.649 655.128 508.851 660.638 529.418 687.447 522.128 716.553 529.418 733.021 562.138 765.687 569.106 770.17 576.617 0 576.617 0 0.622" style="fill:#72707f;opacity:0.32;mix-blend-mode:multiply"/><polygon points="96.511 151.221 84.128 176.922 96.511 206.293 73.532 188.415 78.128 229.197 63.191 292.568 31.021 240.046 0 210.251 0 576.617 322.851 576.617 280.208 378.159 212.553 259.66 202.213 283.497 182.681 232.374 139.021 210.251 96.511 151.221" style="fill:#79261e"/><polygon points="159.229 336.942 161.426 367.366 186.511 410.444 190.34 462.085 171.191 436.029 169.66 453.101 148.979 421.299 101.489 412.308 59.362 381.315 73.915 417.987 99.191 441.737 114.511 483.755 109.915 497.756 136.723 562.979 159.229 576.617 311.362 576.617 301.915 500.936 296.043 456.779 255.163 401.301 225.064 409.351 202.596 363.919 174.255 357.819 159.229 336.942" style="fill:#cb5b49"/><polygon points="117.191 436.029 139.021 453.101 152.809 479.469 190.946 497.756 225.064 542.043 243.574 547.66 235.532 516 243.574 487.416 236.681 441.737 275.362 465.159 296.043 508.851 286.521 576.617 185.362 576.617 159.229 549.007 139.021 532.504 135.574 497.756 144.766 522.128 159.229 522.128 153.957 506.323 144.766 497.756 133.277 465.159 117.191 436.029" style="fill:#eaa356"/></g></g><g id="Front"><g id="CrowsnestBase"><rect x="219.202" y="362.287" width="24.128" height="111.765" transform="translate(348.1 -33.478) rotate(10.107)" style="fill:#593d44"/><rect x="390.537" y="355.728" width="30.273" height="109.431" style="fill:#593d44"/><polygon points="384.128 336.942 451.085 334.38 550.463 355.159 544.393 377.076 467.178 360.38 384.128 360.38 384.128 336.942" style="fill:#221314"/><polygon points="271.128 522.128 301.915 479.222 372.064 454.787 444.99 454.659 570.305 475.293 587.998 527.826 582.766 576.617 280.34 576.617 271.128 522.128" style="fill:#874648"/><polygon points="524.288 569.106 343.937 532.504 271.128 522.128 308.298 470.29 375.447 454.659 419.295 454.704 538.062 527.826 524.288 569.106" style="fill:#5c4451"/><polygon points="446.681 501.335 427.28 508.851 409.394 501.335 414.818 0.622 442.338 0.622 446.681 501.335" style="fill:#893c22"/><polygon points="384.128 0.622 326.447 470.29 316.723 479.469 375.447 0.622 384.128 0.622" style="fill:#705f6d"/><path d="M-105.106,576H-111.9C-29.536,377.424,12.892,230.5,33.981,143.17,56.83,48.558,60.34.005,60.34.005l6.894,0C67.2.479,62.809,49.3,39.877,144.315,18.742,231.889-22.535,376.92-105.106,576Z" transform="translate(271.128 0.617)" style="fill:#705f6d"/><polygon points="275.362 378.159 296.035 487.416 316.723 474.064 301.915 373.497 275.362 378.159" style="fill:#593d44"/><polygon points="285.25 377.076 301.915 483.622 296.035 487.416 271.128 377.076 285.25 377.076" style="fill:#413438"/><polygon points="410.936 335.489 409.394 506.888 431.196 515.215 446.681 501.335 424.131 432.287 426.046 381.315 421.704 367.366 420.811 326.359 410.936 335.489" style="fill:#472424"/><polygon points="428.015 0.622 428.015 87.955 421.704 107.234 420.811 261.191 411.555 301.819 414.818 0.622 428.015 0.622" style="fill:#472424"/></g><g id="Picked_Lock" data-name="Picked Lock"><path d="M161.918,432.387l3.826,5.185,7.2,2.606,3.919-4.827.3-15.1-3.693-4.051-5.093,1.416-4.1,3.137Zm10.48-11.7,1.464,11.953-1.389,3.842-6.386-2.853.24-10.323Z" transform="translate(271.128 0.617)" style="fill:#201920"/><path d="M178.222,405.755l-5.362-3.575H165.2l-2.043,5.873,4.851,14.3,4.851,2.553,4.308-3.064,2.789-4.345Zm-5.872,14.572-5.444-10.742V405.5l6.976.51,3.286,9.789Z" transform="translate(271.128 0.617)" style="fill:#201920"/><path d="M179.933,402.774l2.271-6.031-1.731-7.461-6.182-.663-12.832,7.956-1.391,5.3,3.958,3.5,4.863,1.735Zm-15.522-2.428,9.235-7.73,3.979-.923,1.079,6.91-8.793,5.413Z" transform="translate(271.128 0.617)" style="fill:#201920"/><polygon points="459.486 382.676 452.075 378.159 439.674 379.691 435.926 387.734 449.936 398.725 452.075 395.063 441.428 386.202 444.325 381.599 449.936 381.599 456.805 385.819 459.486 382.676" style="fill:#201920"/><polygon points="471.472 388.442 460.11 388.442 449.936 393.282 448.749 403.153 460.11 414.159 472.054 414.159 480.747 404.968 478.373 395.063 471.472 388.442" style="fill:#201920"/><polygon points="449.936 393.282 455.87 402.957 469.083 408.527 478.245 400.905 478.373 395.063 471.472 388.442 460.11 388.442 449.936 393.282" style="fill:#653e68"/><polygon points="465.961 392.329 460.338 392.329 460.338 397.5 467.423 398.725 470.801 402.957 474.018 398.725 468.718 397.283 465.961 392.329" style="fill:#201920"/><polygon points="483.538 414.279 480.064 412.851 482.362 402.957 480.747 394.277 475.524 392.329 474.018 398.725 467.178 407.724 454.297 408.527 448.749 403.153 449.936 398.725 445.859 395.526 444.625 406.723 459.486 422.426 484.801 432.287 483.538 414.279" style="fill:#995319"/></g><g id="Briana"><polygon points="456.638 436.029 453.574 449.106 461.234 517.021 444.625 534.894 424.289 534.894 421.915 542.043 453.574 547.66 477.064 547.66 483.538 527.826 480.128 517.532 483.538 479.469 478.723 462.797 456.638 436.029" style="fill:#452102"/><polygon points="566.151 533.362 564.129 554.298 553.511 558.894 544.393 552.766 540.223 568.596 524.288 568.596 520.851 557.362 524.288 529.418 566.151 533.362" style="fill:#452102"/><polygon points="572.553 453.468 579.704 491.649 566.151 533.362 544.393 542.043 521.753 527.826 517.414 477.294 572.553 453.468" style="fill:#8c7e56"/><polygon points="467.35 418.786 456.638 436.029 467.35 455.719 518.283 487.416 563.053 468 572.553 453.468 467.35 418.786" style="fill:#c8b26f"/><polygon points="535.108 292.568 525.199 308.004 524.288 313.115 519.729 323.852 518.36 326.359 517.202 328.624 516.694 331.706 514.295 336.314 516.237 341.294 526.063 346.061 529.575 362.701 536.212 370.316 522.899 378.192 537.853 381.315 566.151 372.623 557.382 364.778 552.919 344.961 560.208 322.074 547.595 294.231 535.108 292.568" style="fill:#995319"/><polygon points="553.511 327.64 552.18 325.552 547.267 326.809 546.682 331.398 544.393 333.744 546.984 334.38 550.6 331.485 549.58 328.646 553.511 327.64" style="fill:#7a3d10"/><polygon points="544.219 323.57 545.859 324.909 549.35 322.844 552.704 322.697 556.489 327.338 554.754 333.646 550.563 337.399 546.834 337.391 550.584 347.947 553.738 348.814 563.053 332.694 557.185 307.645 543.887 289.4 535.227 289.105 532.408 291.668 534.958 295.581 539.844 296.506 541.897 301.092 545.38 302.753 549.063 303.403 545.842 307.995 543.636 312.789 545.387 314.393 544.331 317.47 545.492 321.026 544.219 323.57"/><polygon points="534.457 315.183 531.519 317.005 528.093 317.344 530.233 312.152 534.457 315.183" style="fill:#c8c8c3"/><polygon points="536.212 314.847 533.671 314.13 531.875 311.696 529.7 310.728 527.506 312.123 529.315 312.624 533.341 315.328 536.212 314.847" style="fill:#000a00"/><polygon points="530.621 312.362 529.977 315.523 528.093 317.344 527.265 316.881 528.273 314.189 529.507 311.676 530.621 312.362" style="fill:#000a00"/><polygon points="527.018 308.648 532.063 307.335 535.413 309.053 538.062 311.139 534.246 306.043 530.53 304.942 527.498 306.43 527.018 308.648" style="fill:#000a00"/><polygon points="526.345 327.394 518.36 326.359 517.161 327.398 517.202 328.624 526.345 327.394" style="fill:#000a00"/><polygon points="524.288 313.115 520.505 317.476 518.064 318.331 517.414 320.696 519.729 323.852 522.326 323.941 523.962 318.141 524.288 313.115" style="fill:#7a3d10"/><polygon points="543.692 289.57 556.487 314.111 558.625 336.219 556.263 344.975 557.829 347.861 575.279 340.811 585.368 320.7 589.095 314.731 588.499 300.71 584.523 296.056 580.006 306.955 578.917 295.736 571.639 290.968 570.696 298.089 561.018 288.82 546.426 287.78 543.472 287.057 539.164 289.194 543.692 289.57" style="fill:#678693"/><polygon points="520.851 364.044 524.288 355.306 557.037 342.105 570.305 353.074 582.766 368.789 576.766 373.534 547.73 364.044 520.851 364.044" style="fill:#82a0b1"/><polygon points="520.851 364.044 505.23 388.2 499.23 409.456 483.538 414.279 484.801 432.287 500.349 441.737 530.621 441.737 544.393 454.659 582.766 454.659 606.52 435.275 608.15 409.456 582.766 368.789 576.766 373.534 547.73 364.044 520.851 364.044" style="fill:#f4da8f"/><polygon points="530.621 441.737 547.73 423.996 543.998 381.315 553.511 388.661 570.305 431.583 544.393 454.659 530.621 441.737" style="fill:#c8b26f"/><polygon points="524.288 529.418 528.943 516 545.844 516 559.277 544.085 534.457 549.007 524.288 529.418" style="fill:#452102"/><polygon points="530.621 441.737 544.393 454.659 572.776 454.659 553.511 465.159 530.621 461.106 524.288 441.737 530.621 441.737" style="fill:#8c7e56"/></g><g id="George"><polygon points="411.702 445.532 391.277 508.851 375.447 508.851 384.128 436.089 411.702 431.73 411.702 445.532" style="fill:#b28e7d"/><polygon points="326.426 427.468 322.851 475.149 336.638 479.469 348.383 446.553 326.426 427.468" style="fill:#b28e7d"/><path d="M154.919,191.884l4.852,8.173v12l-1.021,2.031L158.7,222.4l-1.814,7.66-5.545-1.484-4.086,4.468-3.321-5.794,1.405,7.836-5.236,6.852-8.428-3.1-4.89-.1-6.858,1.154-18.9-10.727s27.073-30.828,27.839-31.083S145.341,187.8,145.341,187.8Z" transform="translate(271.128 0.617)" style="fill:#aa7763"/><polygon points="390.339 355.219 417.363 424.596 417.363 454.719 401.528 455.719 401.528 442.979 396 454.719 372.157 454.719 368.809 418.846 361.426 394.979 355.532 422.131 348.383 446.553 319.277 446.043 305.489 426.931 312.128 393.957 307.021 347.553 390.339 355.219" style="fill:#473333"/><polygon points="335.316 238.639 365.082 224.096 398.653 243.319 409.149 296.776 428.878 272.594 445.915 277.219 448.979 294.969 443.362 304.741 441.83 322.219 415.702 346.219 395.872 338.809 391.856 359.114 361.778 367.366 307.021 347.553 301.915 333.191 335.316 238.639" style="fill:#5b3631"/><polygon points="433.964 194.527 428.015 193.005 428.015 192.501 423.684 186.627 407.147 176.922 391.911 176.922 386.204 186.116 376.499 186.116 371.135 196.332 368.071 194.527 366.794 203.086 372.157 204.505 370.625 211.401 366.283 211.401 363.984 208.865 365.772 215.487 369.379 217.67 365.977 219.641 370.004 222.981 365.082 224.096 372.157 231.106 381.191 232.374 383.653 228.623 386.785 232.374 392.379 231.106 388.799 229.466 388.799 226.109 392.379 224.32 392.379 217.913 391.013 214.698 393.396 205.809 398.463 202.869 401.528 203.609 401.528 211.401 403.826 211.401 405.614 207.031 409.445 205.809 411.233 201.53 418.895 201.53 428.015 195.818 428.015 193.94 432.687 197.354 433.708 207.031 436.007 203.086 433.964 194.527" style="fill:#33190c"/><path d="M157.751,271.977l-.863-8.083,2.883-13.532H163.3l1.581,6.893-2.092,6.383,12.766-10.468,9.958-2.808,1.021,3.064-7.4,3.574-4.851,5.617,14.3-4.851,1.532,3.4-3.829,4.433v5.625L176.132,284.4l-1.345-7.793C173.766,276.289,157.751,271.977,157.751,271.977Z" transform="translate(271.128 0.617)" style="fill:#aa7763"/><polygon points="377.225 493.95 368.298 513.957 377.225 522.128 396.383 522.128 402.511 519.574 424.979 519.064 435.702 512.426 431.106 503.219 411.702 500.681 396.826 491.649 391.869 499.203 382.596 500.17 377.225 493.95" style="fill:#2b2020"/><polygon points="322.851 470.29 316.723 479.469 316.723 494.553 328.979 497.219 348.383 487.915 356.553 483.755 356.553 479.469 348.383 479.469 339.102 472.564 332.553 477.191 322.851 470.29" style="fill:#2b2020"/><polygon points="404.592 273.565 421.704 270.219 424.289 278.219 409.149 296.776 404.592 273.565" style="fill:#72423d"/><polygon points="421.704 270.219 428.198 266.219 439.277 270.219 439.277 275.402 428.878 272.594 424.289 278.219 421.704 270.219" style="fill:#8c5b49"/><polygon points="417.363 212.678 424.003 212.678 426.046 215.743 417.363 212.678" style="fill:#201920"/><polygon points="422.854 214.21 420.811 215.743 421.832 217.913 424.131 217.02 424.131 214.21 422.854 214.21" style="fill:#201920"/><polygon points="427.547 214.21 430.628 213.217 426.046 206.293 419.295 206.293 424.131 208.336 427.547 214.21" style="fill:#201920"/><polygon points="419.295 213.217 420.811 215.743 422.854 214.21 419.295 213.217" style="fill:#c8c8c3"/><polygon points="361.778 367.366 309.692 371.826 307.021 347.553 361.778 367.366" style="fill:#352323"/><polygon points="428.015 195.818 422.471 201.83 418.895 201.53 428.015 195.818" style="fill:#90613d"/><polygon points="428.015 230.681 421.114 230.681 422.471 229.197 428.015 230.681" style="fill:#90613d"/></g><g id="Crowsnest"><polygon points="617.123 388.442 582.766 368.789 608.15 409.456 608.15 420.944 564.129 450.691 442.264 465.159 313.66 453.101 249.319 420.944 260.809 382.326 309.692 371.826 307.021 347.553 236.298 367.366 212.553 422.071 231.702 454.659 271.128 576.617 292.979 576.617 258.688 466.161 289.915 479.469 328.761 484.458 343.809 576.617 361.426 576.617 357.389 488.135 422.471 496.493 441.683 494.581 441.007 494.959 433.015 576.43 453.295 576.43 467.061 492.055 533.929 485.4 524.288 576.617 544.393 576.617 557.832 480.612 595.309 464.63 572.776 576.617 590.198 576.617 622.34 453.101 631.254 416.974 617.123 388.442" style="fill:#221314"/><polygon points="631.254 416.974 625.877 406.117 625.048 408.409 618.864 425.521 572.776 454.659 508.76 465.159 530.621 472.881 563.053 468 603.431 449.106 611.41 439.891 599.195 542.043 631.254 416.974" style="fill:#8d3e26"/><polygon points="500.17 465.159 478.373 476.043 443.165 472.213 500.17 465.159" style="fill:#8d3e26"/></g></g><g id="Fire"><polygon points="349.363 445.092 328.979 479.469 336.102 529.418 319.277 506.888 307.046 542.043 319.277 576.617 464.154 576.617 456.638 555.377 438.034 551.601 424.979 518.043 417.363 532.504 420.078 547.66 402 545.143 368.298 510.819 345.214 465.159 349.363 445.092" style="fill:#e1482d"/><polygon points="307.046 465.159 316.723 426.255 305.425 397.332 286.521 385.201 291.909 419.647 301.622 428.808 307.046 465.159" style="fill:#e1482d"/><polygon points="356.553 506.888 364.723 522.128 361.778 538.468 368.298 562.138 362.426 571.66 356.553 562.138 343.787 566.043 336.638 576.617 441.102 576.43 433.046 562.138 411.702 554.809 399.447 559.404 375.447 542.043 375.447 522.128 356.553 506.888" style="fill:#eac555"/><polygon points="497.872 576.617 489.407 562.027 493.64 542.043 497.872 576.617" style="fill:#eac555"/><polygon points="507.191 576.617 507.191 559.33 518.681 576.617 507.191 576.617" style="fill:#e1482d"/><polygon points="316.723 323.941 318.255 315.328 312.894 313.028 316.723 323.941" style="fill:#eac555"/><polygon points="297.957 308.04 296.043 296.776 289.532 296.776 297.957 308.04" style="fill:#eac555"/><polygon points="321.83 365.872 320.553 357.702 327.447 355.728 321.83 365.872" style="fill:#e1482d"/><polygon points="279.702 468 272.553 451.66 254.936 440.795 261.523 456.779 270 459.319 279.702 468" style="fill:#e1482d"/><polygon points="512.993 498.847 516.646 503.993 520.105 496.844 512.993 498.847" style="fill:#eac555"/><polygon points="544.683 497.219 541.227 503.617 547.559 503.617 544.683 497.219" style="fill:#e1482d"/><polygon points="582.766 409.577 579.704 420.787 587.998 416.821 582.766 409.577" style="fill:#e1482d"/><polygon points="608.15 409.456 603.191 415.182 615.286 414.159 608.15 409.456" style="fill:#f39931"/><polygon points="621.574 384.188 615.286 390.553 621.574 392.696 621.574 384.188" style="fill:#f39931"/><polygon points="616.468 373.534 618.43 369.957 615.286 367.366 616.468 373.534" style="fill:#f4da8f"/><polygon points="551.808 264.638 550.463 254.737 556.851 252.766 551.808 264.638" style="fill:#e1482d"/><polygon points="603.191 576.617 600.638 562.138 615.286 549.372 626.17 576.617 603.191 576.617" style="fill:#e1482d"/><polygon points="0 419.647 71.234 446.005 109.915 497.756 128.931 544.021 163.723 532.504 217.404 558.383 237.064 576.617 0 576.617 0 419.647" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="879.176 240.725 882.176 217.564 895.869 205.943 897.878 166.003 872.856 115.528 842.793 102.539 829.899 133.682 847.476 171.632 840.686 188.066 859.644 230.332 879.176 240.725" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="802.541 102.539 801.315 87.605 787.356 83.962 787.356 95.89 793.676 102.539 802.541 102.539" style="fill:#e32a14"/><polygon points="811.021 122.936 816.638 127.651 816.638 122.936 811.021 122.936" style="fill:#fff799"/><polygon points="841.397 555.319 841.397 563.489 848.546 553.277 841.397 555.319" style="fill:#e1482d"/><polygon points="687.447 423.064 679.787 432.623 687.447 434.043 687.447 423.064" style="fill:#fff799"/><polygon points="159.229 51.319 163.723 41.362 150.511 37.021 159.229 51.319" style="fill:#a70e13"/><polygon points="124.277 244.739 124.277 231.603 110.106 233.455 124.277 244.739" style="fill:#f04e3e"/><polygon points="150.511 344.065 145.915 336.942 136.723 336.942 150.511 344.065" style="fill:#f04e3e"/><polygon points="150.511 381.315 150.511 371.826 143.617 370.45 150.511 381.315" style="fill:#f04e3e"/><polygon points="30.158 415.182 27.094 404.633 22.498 410.444 30.158 415.182" style="fill:#fdb913"/><polygon points="99.191 531.83 87.957 525.702 93.574 536.426 99.191 531.83" style="fill:#fdb913"/><polygon points="55.149 424.612 55.149 414.682 44.426 415.419 55.149 424.612" style="fill:#f58220"/><polygon points="54.383 432.957 59.362 435.255 58.213 439.468 54.383 432.957" style="fill:#f04e3e"/></g></g></svg> </div>
<b>George:</b> My savior!! <<timed 12s>> <<goto "The Crow's Nest">> <</timed>> <<set $footerDisplay to "">>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 576"><defs><linearGradient id="linear-gradient" x1="356.298" y1="10.872" x2="356.298" y2="370.99" gradientUnits="userSpaceOnUse"><stop offset="0.005" stop-color="#ff654c"/><stop offset="1" stop-color="#f4ba86"/></linearGradient><linearGradient id="linear-gradient-2" x1="443.755" y1="285.468" x2="443.755" y2="625.035" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c77e9d"/><stop offset="1" stop-color="#008ba4"/></linearGradient></defs><g style="isolation:isolate"><g id="Back"><g id="Sky"><rect x="-55.404" width="823.404" height="310.309" style="fill:url(#linear-gradient)"/><polygon points="481.17 0.005 520.489 16.234 539.894 12.404 545.511 16.234 621.596 21.596 637.681 10.8 655.298 10.8 694.362 0.005 481.17 0.005" style="fill:#787071"/></g><g id="Water"><rect x="119.511" y="296.159" width="648.489" height="279.841" style="fill:url(#linear-gradient-2)"/><polygon points="709.054 309.691 707.766 311.383 709.777 312.277 730.17 312.277 733.043 310.936 752.574 310.936 755.83 312.277 763.489 312.277 764.83 309.691 761.766 307.106 728.638 307.106 725.574 308.97 716.191 308.97 709.054 309.691" style="fill:#a5c38a"/><polygon points="689.383 304.439 690.245 305.397 692.351 306.149 710.064 306.149 712.553 305.294 713.223 304.439 711.787 303.755 690.532 303.755 689.383 304.439" style="fill:#ebba86"/><polygon points="683.511 303.652 684.787 304.848 684.149 306.253 681.468 306.253 680.319 304.848 680.957 303.652 683.511 303.652" style="fill:#ebba86"/><polygon points="631.553 306.961 432.787 306.961 432.787 304.952 628.489 304.952 632.319 305.874 631.553 306.961" style="fill:#a5c38a"/><polygon points="611.638 312.277 606.277 313.617 608.574 314.511 652.234 314.511 653.511 313.394 649.17 312.277 611.638 312.277" style="fill:#ebba86"/><polygon points="705.851 474.085 707.766 502.617 699.462 537.276 705.851 562.378 705.851 576 736.298 576 736.298 558.713 717.88 548.755 707.766 536.123 713.223 519.415 713.223 500.733 711.085 516.277 707.128 520.072 710.83 505.809 710.574 494.957 705.851 474.085" style="fill:#88b6a1"/><polygon points="688.426 535.17 686.319 543.944 690.356 555.851 686.319 576 668.803 576 682.298 561.521 680.574 548.755 688.426 535.17" style="fill:#88b6a1"/><polygon points="257.815 79.809 338.111 102.271 344.158 118.173 515.894 152.159 473.383 133.415 461.128 118.173 452.702 100.414 443.755 87.338 420.787 87.338 413.764 95.622 402.532 76.487 364.079 40.745 338.111 40.745 326.934 45.34 332.064 63.517 307.936 63.517 301.809 57.633 291.925 54.915 284.064 61.809 284.064 71.766 280.745 76.487 257.815 79.809" style="fill:#566e9f"/><polygon points="429.085 48.149 515.894 71.766 510.149 59.957 501.085 57.633 488.83 40.745 472.489 36.404 453.596 40.745 453.085 47.638 429.085 48.149" style="fill:#5b6179"/><polygon points="142.245 133.415 198.122 137.255 209.62 187.798 231.266 198.207 236.145 217.296 235.166 236.964 265.084 254.12 280.681 241.942 311.638 254.321 360.126 237.554 384 245.255 396.404 258.085 420.787 258.085 457.298 241.942 486.787 252.149 495.979 265.602 499.043 282.88 522.787 284.395 540.404 291.951 557.255 296.159 137.08 296.159 142.245 133.415" style="fill:#8f4c6d"/><rect x="563.383" y="292.17" width="204.617" height="3.989" style="fill:#240303"/><polygon points="768 289.651 554.191 289.651 554.191 293.076 557.255 293.076 557.255 296.286 565.872 296.286 565.872 293.076 574.186 293.076 574.186 296.286 582.803 296.286 582.803 293.076 594.899 293.076 594.899 296.286 603.516 296.286 603.516 293.076 611.83 293.076 611.83 296.286 620.447 296.286 620.447 293.076 623.702 293.076 623.702 296.286 632.319 296.286 632.319 293.076 641.16 293.076 641.16 296.286 649.777 296.286 649.777 293.076 653.032 293.076 653.032 296.286 661.649 296.286 661.649 293.076 664.298 293.076 664.298 296.286 672.915 296.286 672.915 293.076 676.17 293.076 676.17 296.286 684.787 296.286 684.787 293.076 703.17 293.076 703.17 296.159 711.787 296.159 711.787 293.076 715.043 293.076 715.043 296.159 723.66 296.159 723.66 293.076 735.585 293.076 735.585 296.159 744.202 296.159 744.202 293.076 747.457 293.076 747.457 296.159 756.074 296.159 756.074 293.076 768 293.076 768 289.651" style="fill:#634146"/><path d="M730.152,286.872c-4.864-3.35-8.431-10.056-10.78-15.908h4.152v-1.4h-4.7c-1.022-2.7-1.768-5.121-2.25-6.826v-2.925h-3.351v9.751h-6.949v1.4h6.949V279.2H710.3v1.4h2.92v6.27H696.149V271.553h-8.936v6.114a96.578,96.578,0,0,1-8.194-15.752h.024v-1.4h-2.211c-.45-2.059-.823-3.885-1.109-5.339v-4.3H673.17v9.639h-3.319v1.4h3.319v24.957H658.032l5.994,9.287h75.6l7.076-9.287Zm-52.216-24.957a92.659,92.659,0,0,0,9.277,17.582v7.375H685.46c-3.451-5.371-6.441-16.61-8.317-24.957Zm-2.142-1.4h-.071v-.322C675.746,260.294,675.771,260.4,675.794,260.511Zm-.071,1.4h.38c1.815,8.136,4.72,19.136,8.192,24.957h-8.572Zm42,7.644h-1.144v-3.3C716.9,267.279,717.285,268.39,717.718,269.559ZM716.574,280.6H719.5v-1.4h-2.921v-8.234h1.68c2.213,5.625,5.576,12.137,10.224,15.908h-11.9Z" style="fill:#240303"/></g><g id="BG_folks" data-name="BG folks"><g id="Boat_bottom" data-name="Boat bottom"><polygon points="604.521 410.957 604.521 427.043 607.89 428.83 611.727 413.683 604.521 410.957" style="fill:#351e1f"/><polygon points="580.745 404.408 582.404 421.936 586.33 422.447 587.766 406.106 580.745 404.408" style="fill:#351e1f"/><path d="M626.213,419.03c.156,1.436-5,15.574-5,15.574l5,2.3,5.085-13.787Z" style="fill:#351e1f"/><rect x="554.574" y="405.5" width="4.851" height="20.139" style="fill:#351e1f"/><rect x="529.936" y="408.96" width="4.851" height="20.139" style="fill:#351e1f"/><rect x="506.383" y="411.867" width="4.851" height="20.139" style="fill:#351e1f"/><rect x="479.898" y="417.896" width="4.851" height="20.139" style="fill:#351e1f"/><polygon points="465.34 436.902 482.324 430.17 508.809 423.979 557 417.896 576.404 415.569 584.957 415.569 608 423.979 626.574 430.17 634.872 434.702 631.298 445.796 470.499 446.878 465.34 436.902" style="fill:#351e1f"/><polygon points="636.532 433.426 623.365 490.362 595.745 561.521 568.125 576 515.894 576 608 489.066 636.532 433.426" style="fill:#645472"/><polygon points="679.457 445.796 644.84 462.367 619.389 515.021 621.213 526.817 611.727 545 623.365 557.766 679.457 445.796" style="fill:#324c71"/></g><g id="Boat"><polygon points="695.511 419.894 669.964 450.915 642.685 496.99 630.404 527.579 623.365 557.766 630.021 561.521 669.199 547.043 688.426 521.319 705.851 474.085 705.851 437.128 702.903 419.894 695.511 419.894" style="fill:#a0583c"/><polygon points="674.588 452.484 693.851 426.021 698.447 423.979 701.255 428.319 701.255 462.367 697.17 479.753 680.574 517.511 662.114 540.149 642.685 550.765 633.851 551.766 631.936 548.755 631.936 533.766 647.83 496.644 674.588 452.484" style="fill:#412c29"/><polygon points="645.455 502.192 672.532 515.126 681.944 514.394 688.301 499.931 654.073 486.34 647.83 496.644 645.455 502.192" style="fill:#9a532d"/><polygon points="663.66 470.52 693.601 487.872 697.17 479.753 699.462 470 671.149 462.367 663.66 470.52" style="fill:#9a532d"/><polygon points="679.457 445.796 701.255 449.047 701.255 442.489 683.227 440.617 679.457 445.796" style="fill:#9a532d"/><polygon points="668.803 531.946 662.114 540.149 656.894 543.404 633.447 530.237 639.213 515.126 662.114 526.549 668.803 531.946" style="fill:#9a532d"/><polygon points="677.09 449.047 701.581 454.17 701.255 449.047 679.457 445.796 677.09 449.047" style="fill:#724739"/><polygon points="413.764 453.021 499.043 428.579 579.021 417.37 631.936 435.196 626.574 454.745 603.404 483.755 563.957 528.851 534.735 551.766 505.809 576 413.764 453.021" style="fill:#a27c71"/><polygon points="633.447 421.936 633.447 430.17 631.936 435.196 625.507 454.17 601.269 486.196 593.816 493.459 568.125 523.13 563.957 528.851 554.684 536.123 526.298 557.957 510.787 571.745 515.894 576 542.191 559.043 575.128 527.579 599.096 499.553 615.851 481.17 633.447 447.755 636.532 433.426 637.681 421.936 633.447 421.936" style="fill:#351e1f"/><polygon points="634.234 423.979 580.793 404.916 542.702 409.135 489.851 416.797 464.867 423.979 463.863 419.539 487.936 411.216 522.85 407.054 549.213 403.897 573.917 400.415 586.98 402.285 617.766 411.979 637.681 421.759 634.234 423.979" style="fill:#351e1f"/><polygon points="618.564 502.731 594.14 551.766 568.125 576 598.075 576 622.289 526.817 618.564 502.731" style="fill:#324c71"/><polygon points="497.142 455.128 497.142 459.147 524.654 477.628 554.574 463.936 557 459.888 497.142 455.128" style="fill:#1c151a"/><polygon points="497.142 455.128 524.654 473.463 557 459.888 532.362 444.832 497.142 455.128" style="fill:#553d3a"/><polygon points="532.948 399.225 586.748 437.268 593.618 434.013 595.745 421.212 590.81 419.411 584.873 421.212 586.597 429.481 535.814 397.725 533.389 397.472 532.948 399.225" style="fill:#5f464e"/></g><g id="Leg"><polygon points="509.155 536.123 505.809 549.723 506.957 551.766 508.809 551.766 513.851 548.755 513.851 547.681 511.681 547.17 510.915 545.383 514.362 539.957 509.155 536.123" style="fill:#684a3a"/><polygon points="522.269 542.605 520.777 549.851 521.523 551.766 523.374 551.766 528.532 547.936 528.532 547.185 526.106 547.185 525.564 545.638 527.054 541.818 522.269 542.605" style="fill:#684a3a"/><polygon points="513.023 521.511 508.809 534.787 510.149 539.957 514.362 539.957 518.7 531.888 520.872 537.277 520.872 542.255 525.468 543.404 528.532 540.34 529.681 531.34 516.851 521.511 513.023 521.511" style="fill:#8b693a"/><polygon points="520.872 497.447 525.277 495.723 528.532 498.213 525.468 510.085 528.532 512.766 531.787 511.234 538.872 503.191 542.511 504.245 544.426 509.702 537.149 517.362 533.894 518.702 532.649 528.851 529.681 531.34 521.638 533.064 515.894 530.766 513.404 525.213 512.638 520.043 517.426 512.574 517.043 508.936 520.872 497.447" style="fill:#5b3631"/><polygon points="526.234 504.436 531.309 503.479 533.415 505.394 533.415 509.386 531.309 513.436 528.532 514.394 525.564 512.574 526.234 504.436" style="fill:#c27514"/><polygon points="540.755 503.737 543.947 499.362 543.277 497.638 543.564 495.053 544.426 495.053 544.426 496.968 545.957 493.617 546.628 493.617 545.957 496.106 547.681 494.191 548.543 495.149 547.968 497.543 549.213 497.351 549.213 498.117 547.106 500.223 545.766 500.894 543.212 506.244 542.511 504.245 540.755 503.737" style="fill:#c27514"/><polygon points="526.933 496.99 527.957 493.617 529.489 493.617 530.734 491.798 530.16 491.128 528.833 492.277 529.681 488.255 528.833 488.255 527.766 490.074 527.67 488.734 526.933 489.021 525.564 491.128 523.374 496.468 525.277 495.723 526.933 496.99" style="fill:#c27514"/><polygon points="531.309 503.479 533.415 505.394 532.362 509.511 527.67 515.638 524.702 515.638 522.117 512.862 523.936 510.468 521.351 511.234 520.777 508.936 523.374 505.585 527.096 502.617 531.309 503.479" style="fill:#392618"/><polygon points="568.713 521.511 563.957 528.851 554.574 536.123 554.574 524.894 557.271 517.511 568.713 521.511" style="fill:#5b3631"/><polygon points="564.532 503.479 557.638 506.244 556.362 513.085 558.277 522.404 563.319 524.064 568.713 521.511 568.713 518.574 571.298 516.277 572.574 510.787 574.106 514.394 579.34 518.702 583.553 517.936 584.957 514.242 583.043 511.936 579.468 509.894 575 504.404 569.766 502.617 564.532 503.479" style="fill:#e0b990"/><polygon points="602.511 461.16 597.851 464.702 595.745 473.702 598.043 481.17 605.128 481.17 612.596 473.702 617.191 474.085 622.553 468.34 621.787 463.745 618.723 462.367 616.426 464.511 612.596 464.128 602.511 461.16" style="fill:#e0b990"/><polygon points="597.851 464.702 597 468.34 603.404 469.681 606.66 473.702 605.894 480.404 612.596 473.702 612.596 464.128 602.511 461.16 597.851 464.702" style="fill:#a7b01b"/><polygon points="620.155 463.011 622.553 458.574 621.354 455.128 622.553 452.484 624.851 452.484 626.574 456.915 625.043 460.809 622.379 467.292 621.787 463.745 620.155 463.011" style="fill:#fdc581"/><polygon points="604.798 476.191 610.681 477.915 615.596 477.053 617.191 474.085 621.213 474.085 621.213 477.149 618.723 480.404 615.596 481.17 601.362 481.17 602.511 477.628 604.798 476.191" style="fill:#fdc581"/><polygon points="605.128 481.17 598.043 481.17 595.745 473.702 593.064 485 593.83 493.617 601.362 486.34 605.128 481.17" style="fill:#fffbcc"/><polygon points="598.043 481.17 601.362 486.34 605.128 481.17 598.043 481.17" style="fill:#c1ad72"/><polygon points="663.106 501.41 651.75 496.644 647.83 501.41 654.507 517.511 663.106 524.894 674.255 513.34 680.574 510.769 679.65 501.628 663.106 501.41" style="fill:#c1ad72"/><polygon points="678.66 466.043 684.596 472.17 688.426 481.997 685.362 485 671.574 485 666.979 475.521 669.199 469.106 678.66 466.043" style="fill:#c1ad72"/><polygon points="666.223 479.753 664.664 480.297 657.627 486.342 652.526 486.342 650.731 489.082 651.675 493.746 658.477 497.017 663.106 493.746 663.106 501.41 667.215 506.511 678.267 503.677 683.227 496.326 680.96 489.082 672.448 479.753 666.223 479.753" style="fill:#004b47"/><polygon points="663.106 524.894 664.106 530.957 662.114 539.766 656.894 542.638 650.731 538.234 653.788 529.043 663.106 524.894" style="fill:#c9c7b2"/><polygon points="644.84 526.617 641.702 533.064 643.996 537.276 651.75 535.17 649.936 527.638 644.84 526.617" style="fill:#c9c7b2"/><polygon points="669.964 450.915 676.17 453.021 682.298 463.17 680.886 468.34 679.294 467.191 669.199 469.106 668.207 470.782 663.106 471.228 660 462.979 662.114 452.484 669.964 450.915" style="fill:#684a3a"/></g><g id="Face"><polygon points="666.223 470.52 663.106 471.228 662.114 476.046 664.664 480.297 667.923 479.159 669.199 474.487 666.223 470.52" style="fill:#fdc581"/><ellipse cx="665.695" cy="449.047" rx="4.269" ry="5.123" style="fill:#fdc581"/><ellipse cx="608" cy="462.367" rx="4.596" ry="5.973" style="fill:#fdc581"/><path d="M574.106,502.617l-2.09-2.686h0a4.642,4.642,0,0,0-4.1-3.287c-2.538,0-4.6,2.674-4.6,5.973s1.786,5.122,4.325,5.122a4.7,4.7,0,0,0,4.85-4.7Z" style="fill:#fdc581"/><polygon points="570.87 498.05 570.213 496.99 567.532 496.298 563.319 496.99 561.277 502.617 560.128 502.617 559.426 503.957 560.297 505.178 563.957 506.957 565.936 506.957 567.979 503.479 569.191 498.787 570.87 498.05" style="fill:#684a3a"/><polygon points="568.125 507.718 565.936 506.957 563.957 506.957 566.686 508.649 568.125 507.718" style="fill:#b05e32"/><polygon points="580.896 518.419 580.896 515.383 583.106 514.394 584.649 515.053 589.362 520.426 592.234 521.128 593.064 523.809 592.234 524.894 588.085 524.383 587.319 521.894 580.896 518.419" style="fill:#fdc581"/><polygon points="563.957 523.762 564.532 521 567.085 519.644 573.66 522.66 575.894 521.703 578.383 522.723 579.021 524.574 576.085 526.617 572.383 525.979 571.489 525.213 563.957 523.762" style="fill:#fdc581"/><polygon points="609.277 458.383 606.532 459.34 604.936 464.957 602.319 465.915 601.362 464.447 602.128 463.298 602.064 459.021 605.319 455.128 612.021 455.766 614.319 458.766 614.319 464.447 614.83 466.234 613.936 467.191 611.413 466.358 611.766 460.809 610.681 459.021 609.277 458.383" style="fill:#684a3a"/><polygon points="602.511 455.638 604.426 458.191 606.532 459.34 611.766 460.809 615.213 459.979 615.596 457.681 613.298 454.362 605.83 453.021 602.511 455.638" style="fill:#501a41"/><polygon points="602.511 477.628 603.404 481.17 601.362 481.17 602.511 477.628" style="fill:#b05e32"/><polygon points="663.106 471.228 663.672 474.487 666.223 476.727 666.223 481.147 669.199 481.997 673.308 479.159 673.308 476.727 672.458 476.046 671.796 472.739 669.199 470 665.656 470 663.106 471.228" style="fill:#b05e32"/><polygon points="663.213 442.489 661.426 443.924 661.426 446.957 662.319 448.106 663.213 445.298 663.851 448.106 666.532 449.047 666.532 451.681 668.387 453.021 671.128 451.298 672.532 446.319 668.319 442.489 663.213 442.489" style="fill:#b05e32"/><polygon points="660.516 430.17 653.271 430.17 653.271 444.508 656.596 446.842 656.596 509.681 658.283 509.83 658.283 446.922 660.516 444.508 660.516 430.17" style="fill:#b06a46"/><polygon points="673.948 512.287 680.856 513.288 686.641 499.087 684.412 496.317 702.903 450.925 701.289 450.706 682.836 496.005 679.733 498.087 673.948 512.287" style="fill:#b06a46"/><polygon points="637.681 514.394 629.255 520.426 626.574 532.457 630.979 537.277 637.681 535.17 637.681 527.638 639.213 525.835 645.34 530.383 643.809 538.234 646.872 541.818 653.128 540.149 655.489 531.532 659.128 531.532 663.106 524.894 658.085 516.596 649.936 513.34 637.681 514.394" style="fill:#237793"/><polygon points="653.128 489.468 655.17 487.681 655.17 485 660.66 485 659.128 488.957 656.894 489.468 656.319 492.532 654.277 493.132 653.128 491.894 653.128 489.468" style="fill:#fdc581"/><polygon points="665.82 494.957 660.719 493.108 659.727 490.362 657.379 490.362 654.507 492.493 655.165 495.933 658.273 494.836 659.727 496.617 665.167 499.553 666.812 497.511 665.82 494.957" style="fill:#fdc581"/><polygon points="649.936 513.34 649.936 521.319 646.872 523.13 648.404 526.617 644.84 529.043 644.84 523.13 641.642 527.638 637.681 529.043 637.681 527.638 639.213 523.13 641.319 523.13 637.681 518.511 639.596 511.102 649.936 513.34" style="fill:#a70e13"/><polygon points="640.745 509.128 637.681 514.394 639.213 517.511 646.872 519.644 649.936 517.511 649.936 511.617 645.532 509.128 640.745 509.128" style="fill:#684a3a"/><polygon points="639.213 517.511 639.851 518.511 641.191 519.644 641.894 521.319 643.234 521.319 644.191 520.426 646.17 520.426 646.872 519.644 639.213 517.511" style="fill:#c27514"/><polygon points="643.809 538.234 640.553 545.319 637.681 545.319 636.532 549.723 638.447 551.766 643.043 550.681 644.84 546.792 648.837 541.294 646.872 541.818 643.809 538.234" style="fill:#c27514"/><polygon points="637.681 535.17 637.681 539.957 639.213 541.818 637.681 543.944 636.532 541.818 635.383 545 635.383 546.792 634.043 547.809 631.936 543.944 634.043 539.191 633.289 536.55 637.681 535.17" style="fill:#c27514"/></g></g><g id="Deck_fire" data-name="Deck fire"><polygon points="489.258 493.617 489.66 516.44 478.081 533.766 460.362 512.941 489.258 493.617" style="fill:#72707f;opacity:0.4;mix-blend-mode:multiply"/><polygon points="455.128 392.079 465.34 380.698 479.913 386.389 484.749 401.019 497.142 401.019 506.383 421.936 499.043 437.268 510.085 446.612 508.809 462.902 499.043 464.542 493.489 475.473 478.362 478.852 455.128 392.079" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="484.749 423.979 479.898 438.035 482.324 450.277 484.749 456.394 482.324 467.292 484.749 473.463 487.298 466.378 497.142 457.681 494.571 463.794 499.043 474.085 496.055 484.924 487.161 496.298 482.324 500.733 482.324 506.244 474.787 513.34 462.369 515.638 411.213 446.878 468.135 437.268 472.234 431.223 484.749 423.979" style="fill:#f1210a"/><polygon points="493.489 475.473 489.851 483.66 482.324 488.255 488.702 489.213 493.489 485 493.489 475.473" style="fill:#f69226"/><path d="M479.9,491.511l4.851,1.112s6.471-1.516,6.156-1.112-8.581,4.212-8.581,4.212Z" style="fill:#f69226"/><polygon points="485.407 439.043 485.407 443.255 479.898 455.128 479.898 460.106 482.324 455.128 487.907 452.484 489.66 446.878 486.979 449.574 487.907 443.064 485.407 439.043" style="fill:#f69226"/><polygon points="460.362 501.628 460.362 493.617 470.319 483.66 465.87 492.644 466.298 498.968 462.369 505.489 460.362 501.628" style="fill:#ffd400"/><polygon points="517.426 421.936 514.362 427.936 517.426 426.787 517.426 421.936" style="fill:#f68b1f"/><polygon points="472.234 390.596 468.979 392.511 470.606 396.715 472.234 390.596" style="fill:#ffcb05"/></g><g id="MidMast"><path d="M529.351,426.449c-.2-.147-.412-.3-.622-.467C489.562,395.823,318.115,130.072,310.8,118.715l1.682-1.083c1.558,2.417,135.571,210.151,195.993,283.84-50.493-73.2-149.264-271.222-154.133-281l1.79-.891c1.385,2.782,138.106,276.913,173.765,304.778.215.167.426.327.633.478Z" style="fill:#a57471"/><path d="M628.483,445.388C627,444.9,481.729,397.137,424.01,334.44l1.47-1.355C473.3,385.031,583.6,427.693,619.844,440.737c-34.356-19.02-140.2-81.016-189.014-148.2l1.617-1.176c58.167,80.046,195.438,150.918,196.843,151.643Z" style="fill:#895a56"/><path d="M532.778,552.973c-76.264-56.329-143.323-153.035-144-154l2.457-1.721c.665.949,66.108,93.842,140.305,150.248-40.689-109.266-59.113-186.061-67.416-231.467-9.143-50.008-8.332-73.909-8.323-74.145l2.612-1.426c-.036.934-2.482,96.7,77.55,310.068Z" style="fill:#664d4a"/><polygon points="457.298 241.942 441.596 284.395 441.596 329.349 478.362 478.852 384 441.12 322.041 286.44 301.649 223.479 457.298 241.942" style="fill:#e0ab7c"/><path d="M443.855,238.725c-57.417-45.958-119.6-207.289-120.219-208.913l2.8-1.073c.619,1.617,62.508,162.193,119.292,207.644Z" style="fill:#664d4a"/><polygon points="317.967 24.66 370.362 376.459 402.532 428.579 329 24.66 322.041 21.596 317.967 24.66" style="fill:#893c22"/><polygon points="253.161 71.766 397.553 87.338 400.707 95.622 263.329 79.809 253.161 71.766" style="fill:#893c22"/><polygon points="246.034 209.634 455 230.064 461.128 236.83 457.298 241.942 246.286 221.003 244.452 213.863 246.034 209.634" style="fill:#893c22"/><polygon points="306.021 112.887 360.126 117.701 361.553 120.614 360.25 123.459 307.362 118.173 304.882 115.281 306.021 112.887" style="fill:#893c22"/><polygon points="431.109 453.632 440.064 433.426 432.787 422.447 435.468 405.5 424.01 417.896 425.894 427.936 418.234 443.924 431.109 453.632" style="fill:#ffd400"/></g><g id="Mast"><path d="M384,380.7,277.824,120.021-65.468.005h-205.66V576H510.149Zm-75.424-62.355-44.291-9.907L231.266,284.4l10.02,28.1-10.02,10.826L198.1,312.5,154.919,205.676l9.96-55.072h25.227L209.62,187.8l7.55-19.521h24.116L280.681,217.3l36.69,82.8Z" style="fill:#cb9e94"/><polygon points="-85.766 0 280.681 127.034 284.064 120.66 279.903 115.261 -46.064 0 -85.766 0" style="fill:#8f5d41"/><polygon points="67.234 0 85.426 30.787 76.33 63.517 56.319 87.338 67.234 121.019 63.272 165.736 40.234 187.798 45.596 204.031 30.787 236.964 -138.234 -0.617 67.234 0" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="388.362 452.484 405.596 486.799 405.596 515.383 420.532 547.043 420.532 561.213 388.362 535.936 365.383 531.886 355.043 506.271 355.043 541.426 369.979 576 515.894 576 485.358 537.62 441.213 514.242 425.702 473.463 388.362 452.484" style="fill:#cb5b49"/><polygon points="-46.064 0 -22.332 35 -29.851 63.517 -22.332 87.338 -34.198 121.019 -8.021 122.319 4.234 114.277 15.394 122.319 24.915 140.702 15.394 160.234 30.787 187.798 30.787 236.964 56.319 282.88 7.483 241.942 -37.894 175.45 -85.766 147.655 -97.638 168.277 -85.766 204.031 -122.915 156.021 -153.936 102.271 -149.34 87.338 -171.17 50.702 -195.298 50.702 -203.34 71.766 -196.447 108.532 -240.106 39.596 -271.128 28.106 -271.128 0.005 -46.064 0" style="fill:#cd684e"/><polygon points="370.362 547.043 376.489 563.894 392.574 576 416.319 576 387.213 561.521 370.362 547.043" style="fill:#eaa356"/><polygon points="424.745 521.511 445.426 541.426 445.426 557 464.574 568.489 438.532 567.979 444.66 576 499.043 576 486.787 555.468 471.468 553.17 461.894 531.886 445.426 528.801 424.745 521.511" style="fill:#eaa356"/><polygon points="322.041 228.58 280.681 217.296 241.286 168.277 217.17 168.277 209.62 187.798 190.106 150.604 172.517 150.604 156.91 122.319 175.553 141.851 193.027 145.298 200.54 150.604 209.62 162.532 229.043 162.532 255.217 168.277 270.655 187.798 280.681 180.915 279.335 150.604 298.879 176.305 322.041 228.58" style="fill:#b7794c"/><polygon points="344.158 282.88 360.126 311.535 378.021 323.324 380.135 371.209 377.681 377.542 384 404.016 364.079 377.542 360.126 341.488 344.158 324.935 344.158 282.88" style="fill:#cb5b49"/><polygon points="376.489 277.602 384 291.951 384 307.423 393.34 292.513 388.745 282.88 376.489 277.602" style="fill:#cb5b49"/><polygon points="265.084 0.005 279.335 28.106 273.266 50.702 291.925 63.517 288.404 79.809 274.716 79.809 280.681 100.414 279.903 115.261 113.957 57.633 122.447 40.745 110.377 21.361 104.319 0.005 265.084 0.005" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="241.286 168.277 253.161 150.604 249.723 127.034 243.167 144.149 236.145 150.604 231.266 139.553 221 155.638 217.17 168.277 241.286 168.277" style="fill:#79261e"/><polygon points="263.329 121.019 268.036 97.426 257.815 79.809 263.329 121.019" style="fill:#79261e"/><polygon points="246.286 97.426 246.034 79.809 235.166 63.517 239.475 50.702 227.894 63.517 231.266 79.809 227.894 96.87 243.167 102.271 246.286 97.426" style="fill:#e1482c"/><polygon points="218.428 175.45 233.255 156.021 235.166 168.277 227.894 173.255 218.428 175.45" style="fill:#e2943d"/><polygon points="-271.128 0.005 -198.745 0 -147.043 50.702 -132.106 102.271 -111.898 102.271 -85.766 121.019 -85.766 137.255 -58.574 127.034 -12.617 141.44 4.234 168.277 15.394 195.201 4.234 223.479 19.141 223.479 30.787 236.964 56.319 282.88 77.255 377.542 113 397.026 140.427 515.383 322.041 541.426 334.07 491.227 364.079 491.032 384 508.234 389.511 528.801 416.319 521.511 445.426 528.801 461.894 561.521 494.56 568.489 499.043 576 -271.128 576 -271.128 0.005" style="fill:#72707f;opacity:0.32;mix-blend-mode:multiply"/><polygon points="-174.617 150.604 -187 176.305 -174.617 205.676 -197.596 187.798 -193 228.58 -207.936 291.951 -240.106 239.429 -271.128 209.634 -271.128 576 51.723 576 9.081 377.542 -58.574 259.043 -68.915 282.88 -88.447 231.757 -132.106 209.634 -174.617 150.604" style="fill:#79261e"/><polygon points="-111.898 336.325 -109.702 366.749 -84.617 409.826 -80.787 461.468 -99.936 435.412 -101.468 452.484 -122.149 420.682 -169.638 411.691 -211.766 380.698 -197.213 417.37 -171.936 441.12 -156.617 483.138 -161.213 497.138 -134.404 562.362 -111.898 576 40.234 576 30.787 500.319 24.915 456.162 -15.964 400.684 -46.064 408.734 -68.532 363.302 -96.872 357.202 -111.898 336.325" style="fill:#cb5b49"/><polygon points="-153.936 435.412 -132.106 452.484 -118.319 478.852 -80.182 497.138 -46.064 541.426 -27.553 547.043 -35.596 515.383 -27.553 486.799 -34.447 441.12 4.234 464.542 24.915 508.234 15.394 576 -85.766 576 -111.898 548.39 -132.106 531.886 -135.553 497.138 -126.362 521.511 -111.898 521.511 -117.17 505.706 -126.362 497.138 -137.851 464.542 -153.936 435.412" style="fill:#eaa356"/></g></g><g id="Front"><g id="CrowsnestBase"><rect x="219.202" y="362.287" width="24.128" height="111.765" transform="translate(76.972 -34.095) rotate(10.107)" style="fill:#593d44"/><rect x="119.41" y="355.111" width="30.273" height="109.431" style="fill:#593d44"/><polygon points="113 336.325 179.957 333.763 279.335 354.542 273.266 376.459 196.05 359.763 113 359.763 113 336.325" style="fill:#221314"/><polygon points="0 521.511 30.787 478.605 100.936 454.17 173.862 454.042 299.177 474.676 316.87 527.209 311.638 576 9.213 576 0 521.511" style="fill:#874648"/><polygon points="253.161 568.489 72.809 531.886 0 521.511 37.17 469.673 104.319 454.042 148.167 454.087 266.935 527.209 253.161 568.489" style="fill:#5c4451"/><polygon points="175.553 500.718 156.152 508.234 138.266 500.718 143.69 0.005 171.211 0.005 175.553 500.718" style="fill:#893c22"/><polygon points="113 0.005 55.32 469.673 45.596 478.852 104.319 0.005 113 0.005" style="fill:#705f6d"/><path d="M-105.106,576H-111.9C-29.536,377.424,12.892,230.5,33.981,143.17,56.83,48.558,60.34.005,60.34.005l6.894,0C67.2.479,62.809,49.3,39.877,144.315,18.742,231.889-22.535,376.92-105.106,576Z" style="fill:#705f6d"/><polygon points="4.234 377.542 24.907 486.799 45.596 473.447 30.787 372.88 4.234 377.542" style="fill:#593d44"/><polygon points="14.123 376.459 30.787 483.005 24.907 486.799 0 376.459 14.123 376.459" style="fill:#413438"/><polygon points="139.809 334.872 138.266 506.271 160.068 514.598 175.553 500.718 153.003 431.67 154.919 380.698 150.577 366.749 149.683 325.742 139.809 334.872" style="fill:#472424"/><polygon points="156.888 0.005 156.888 87.338 150.577 106.617 149.683 260.574 140.427 301.202 143.69 0.005 156.888 0.005" style="fill:#472424"/></g><g id="Picked_Lock" data-name="Picked Lock"><path d="M161.918,432.387l3.826,5.185,7.2,2.606,3.919-4.827.3-15.1-3.693-4.051-5.093,1.416-4.1,3.137Zm10.48-11.7,1.464,11.953-1.389,3.842-6.386-2.853.24-10.323Z" style="fill:#201920"/><path d="M178.222,405.755l-5.362-3.575H165.2l-2.043,5.873,4.851,14.3,4.851,2.553,4.308-3.064,2.789-4.345Zm-5.872,14.572-5.444-10.742V405.5l6.976.51,3.286,9.789Z" style="fill:#201920"/><path d="M179.933,402.774l2.271-6.031-1.731-7.461-6.182-.663-12.832,7.956-1.391,5.3,3.958,3.5,4.863,1.735Zm-15.522-2.428,9.235-7.73,3.979-.923,1.079,6.91-8.793,5.413Z" style="fill:#201920"/><polygon points="188.358 382.059 180.948 377.542 168.546 379.074 164.798 387.117 178.808 398.108 180.948 394.446 170.301 385.585 173.198 380.982 178.808 380.982 185.677 385.202 188.358 382.059" style="fill:#201920"/><polygon points="200.344 387.825 188.983 387.825 178.808 392.665 177.621 402.536 188.983 413.542 200.927 413.542 209.62 404.351 207.246 394.446 200.344 387.825" style="fill:#201920"/><polygon points="178.808 392.665 184.743 402.34 197.955 407.91 207.118 400.288 207.246 394.446 200.344 387.825 188.983 387.825 178.808 392.665" style="fill:#653e68"/><polygon points="194.834 391.712 189.211 391.712 189.211 396.883 196.296 398.108 199.674 402.34 202.89 398.108 197.591 396.666 194.834 391.712" style="fill:#201920"/><polygon points="212.411 413.662 208.936 412.234 211.234 402.34 209.62 393.66 204.396 391.712 202.89 398.108 196.05 407.107 183.169 407.91 177.621 402.536 178.808 398.108 174.731 394.909 173.497 406.106 188.358 421.809 213.673 431.67 212.411 413.662" style="fill:#995319"/></g><g id="Briana"><polygon points="185.511 435.412 182.447 448.489 190.106 516.404 173.497 534.277 153.161 534.277 150.787 541.426 182.447 547.043 205.936 547.043 212.411 527.209 209 516.915 212.411 478.852 207.596 462.18 185.511 435.412" style="fill:#452102"/><polygon points="295.023 532.745 293.002 553.681 282.383 558.277 273.266 552.149 269.095 567.979 253.161 567.979 249.723 556.745 253.161 528.801 295.023 532.745" style="fill:#452102"/><polygon points="301.426 452.851 308.576 491.032 295.023 532.745 273.266 541.426 250.625 527.209 246.286 476.676 301.426 452.851" style="fill:#8c7e56"/><polygon points="196.222 418.169 185.511 435.412 196.222 455.102 247.155 486.799 291.925 467.383 301.426 452.851 196.222 418.169" style="fill:#c8b26f"/><polygon points="263.981 291.951 254.071 307.387 253.161 312.498 248.601 323.235 247.233 325.742 246.075 328.007 245.566 331.089 243.167 335.697 245.11 340.677 254.935 345.444 258.448 362.084 265.084 369.699 251.772 377.575 266.726 380.698 295.023 372.006 286.254 364.161 281.791 344.344 289.08 321.457 276.468 293.614 263.981 291.951" style="fill:#995319"/><polygon points="282.383 327.023 281.052 324.935 276.14 326.192 275.555 330.781 273.266 333.127 275.856 333.763 279.472 330.868 278.452 328.029 282.383 327.023" style="fill:#7a3d10"/><polygon points="273.091 322.953 274.731 324.291 278.222 322.227 281.577 322.08 285.362 326.721 283.626 333.029 279.436 336.782 275.706 336.774 279.457 347.33 282.61 348.197 291.925 332.077 286.058 307.028 272.759 288.783 264.1 288.488 261.28 291.051 263.83 294.964 268.716 295.889 270.769 300.475 274.252 302.136 277.935 302.786 274.715 307.378 272.508 312.172 274.259 313.776 273.204 316.853 274.365 320.409 273.091 322.953"/><polygon points="263.329 314.566 260.391 316.388 256.965 316.727 259.105 311.535 263.329 314.566" style="fill:#c8c8c3"/><polygon points="265.084 314.23 262.544 313.513 260.747 311.079 258.572 310.111 256.378 311.506 258.187 312.007 262.214 314.711 265.084 314.23" style="fill:#000a00"/><polygon points="259.493 311.745 258.849 314.906 256.965 316.727 256.138 316.264 257.145 313.572 258.38 311.059 259.493 311.745" style="fill:#000a00"/><polygon points="255.89 308.031 260.935 306.718 264.285 308.436 266.935 310.522 263.118 305.426 259.402 304.325 256.37 305.813 255.89 308.031" style="fill:#000a00"/><polygon points="255.217 326.777 247.233 325.742 246.034 326.781 246.075 328.007 255.217 326.777" style="fill:#000a00"/><polygon points="253.161 312.498 249.378 316.859 246.937 317.714 246.286 320.079 248.601 323.235 251.199 323.324 252.835 317.524 253.161 312.498" style="fill:#7a3d10"/><polygon points="272.564 288.953 285.359 313.494 287.497 335.602 285.135 344.358 286.701 347.244 304.151 340.194 314.24 320.083 317.967 314.114 317.371 300.093 313.395 295.439 308.878 306.338 307.789 295.119 300.511 290.351 299.569 297.472 289.891 288.203 275.298 287.163 272.344 286.44 268.036 288.577 272.564 288.953" style="fill:#678693"/><polygon points="249.723 363.427 253.161 354.689 285.909 341.488 299.177 352.457 311.638 368.172 305.638 372.917 276.603 363.427 249.723 363.427" style="fill:#82a0b1"/><polygon points="249.723 363.427 234.102 387.583 228.102 408.839 212.411 413.662 213.673 431.67 229.221 441.12 259.493 441.12 273.266 454.042 311.638 454.042 335.392 434.658 337.022 408.839 311.638 368.172 305.638 372.917 276.603 363.427 249.723 363.427" style="fill:#f4da8f"/><polygon points="259.493 441.12 276.603 423.379 272.87 380.698 282.383 388.044 299.177 430.966 273.266 454.042 259.493 441.12" style="fill:#c8b26f"/><polygon points="253.161 528.801 257.815 515.383 274.716 515.383 288.149 543.468 263.329 548.39 253.161 528.801" style="fill:#452102"/><polygon points="259.493 441.12 273.266 454.042 301.649 454.042 282.383 464.542 259.493 460.489 253.161 441.12 259.493 441.12" style="fill:#8c7e56"/></g><g id="George"><polygon points="140.574 444.915 120.149 508.234 104.319 508.234 113 435.472 140.574 431.113 140.574 444.915" style="fill:#b28e7d"/><polygon points="55.298 426.851 51.723 474.532 65.511 478.852 77.255 445.936 55.298 426.851" style="fill:#b28e7d"/><path d="M154.919,191.884l4.852,8.173v12l-1.021,2.031L158.7,222.4l-1.814,7.66-5.545-1.484-4.086,4.468-3.321-5.794,1.405,7.836-5.236,6.852-8.428-3.1-4.89-.1-6.858,1.154-18.9-10.727s27.073-30.828,27.839-31.083S145.341,187.8,145.341,187.8Z" style="fill:#aa7763"/><polygon points="119.211 354.602 146.235 423.979 146.235 454.102 130.4 455.102 130.4 442.362 124.872 454.102 101.029 454.102 97.681 418.229 90.298 394.362 84.404 421.514 77.255 445.936 48.149 445.426 34.362 426.314 41 393.34 35.894 346.936 119.211 354.602" style="fill:#473333"/><polygon points="64.189 238.022 93.954 223.479 127.526 242.702 138.021 296.159 157.751 271.977 174.787 276.602 177.851 294.352 172.234 304.124 170.702 321.602 144.575 345.602 124.745 338.191 120.729 358.497 90.651 366.749 35.894 346.936 30.787 332.574 64.189 238.022" style="fill:#5b3631"/><polygon points="162.836 193.91 156.888 192.388 156.888 191.884 152.556 186.01 136.019 176.305 120.783 176.305 115.076 185.499 105.371 185.499 100.008 195.715 96.943 193.91 95.666 202.469 101.029 203.888 99.497 210.784 95.155 210.784 92.857 208.248 94.644 214.87 98.251 217.053 94.849 219.023 98.876 222.364 93.954 223.479 101.029 230.489 110.064 231.757 112.525 228.006 115.657 231.757 121.251 230.489 117.671 228.849 117.671 225.492 121.251 223.703 121.251 217.296 119.885 214.081 122.269 205.192 127.335 202.252 130.4 202.992 130.4 210.784 132.699 210.784 134.487 206.414 138.318 205.192 140.105 200.913 147.767 200.913 156.888 195.201 156.888 193.323 161.559 196.737 162.581 206.414 164.879 202.469 162.836 193.91" style="fill:#33190c"/><path d="M157.751,271.977l-.863-8.083,2.883-13.532H163.3l1.581,6.893-2.092,6.383,12.766-10.468,9.958-2.808,1.021,3.064-7.4,3.574-4.851,5.617,14.3-4.851,1.532,3.4-3.829,4.433v5.625L176.132,284.4l-1.345-7.793C173.766,276.289,157.751,271.977,157.751,271.977Z" style="fill:#aa7763"/><polygon points="106.097 493.333 97.17 513.34 106.097 521.511 125.255 521.511 131.383 518.957 153.851 518.447 164.574 511.809 159.979 502.602 140.574 500.064 125.698 491.032 120.742 498.586 111.468 499.553 106.097 493.333" style="fill:#2b2020"/><polygon points="51.723 469.673 45.596 478.852 45.596 493.936 57.851 496.602 77.255 487.298 85.426 483.138 85.426 478.852 77.255 478.852 67.975 471.947 61.426 476.574 51.723 469.673" style="fill:#2b2020"/><polygon points="133.464 272.948 150.577 269.602 153.161 277.602 138.021 296.159 133.464 272.948" style="fill:#72423d"/><polygon points="150.577 269.602 157.07 265.602 168.149 269.602 168.149 274.785 157.751 271.977 153.161 277.602 150.577 269.602" style="fill:#8c5b49"/><polygon points="146.235 212.061 152.875 212.061 154.919 215.125 146.235 212.061" style="fill:#201920"/><polygon points="151.726 213.593 149.683 215.125 150.704 217.296 153.003 216.402 153.003 213.593 151.726 213.593" style="fill:#201920"/><polygon points="156.419 213.593 159.5 212.6 154.919 205.676 148.167 205.676 153.003 207.719 156.419 213.593" style="fill:#201920"/><polygon points="148.167 212.6 149.683 215.125 151.726 213.593 148.167 212.6" style="fill:#c8c8c3"/><polygon points="90.651 366.749 38.565 371.209 35.894 346.936 90.651 366.749" style="fill:#352323"/><polygon points="156.888 195.201 151.343 201.213 147.767 200.913 156.888 195.201" style="fill:#90613d"/><polygon points="156.888 230.064 149.986 230.064 151.343 228.58 156.888 230.064" style="fill:#90613d"/></g><g id="Crowsnest"><polygon points="345.995 387.825 311.638 368.172 337.022 408.839 337.022 420.327 293.002 450.074 171.136 464.542 42.532 452.484 -21.808 420.327 -10.319 381.709 38.565 371.209 35.894 346.936 -34.83 366.749 -58.574 421.454 -39.426 454.042 0 576 21.851 576 -12.439 465.544 18.787 478.852 57.633 483.841 72.681 576 90.298 576 86.261 487.518 151.343 495.876 170.555 493.964 169.879 494.342 161.887 575.813 182.168 575.813 195.933 491.438 262.801 484.783 253.161 576 273.266 576 286.704 479.995 324.181 464.013 301.649 576 319.07 576 351.213 452.484 360.126 416.357 345.995 387.825" style="fill:#221314"/><polygon points="360.126 416.357 354.749 405.5 353.921 407.792 347.736 424.904 301.649 454.042 237.632 464.542 259.493 472.263 291.925 467.383 332.303 448.489 340.282 439.274 328.068 541.426 360.126 416.357" style="fill:#8d3e26"/><polygon points="229.043 464.542 207.246 475.426 172.037 471.596 229.043 464.542" style="fill:#8d3e26"/></g></g><g id="Fire"><polygon points="78.235 444.474 57.851 478.852 64.974 528.801 48.149 506.271 35.918 541.426 48.149 576 193.027 576 185.511 554.76 166.906 550.984 153.851 517.426 146.235 531.886 148.951 547.043 130.872 544.526 97.17 510.202 74.086 464.542 78.235 444.474" style="fill:#e1482d"/><polygon points="35.918 464.542 45.596 425.638 34.297 396.715 15.394 384.584 20.781 419.03 30.495 428.191 35.918 464.542" style="fill:#e1482d"/><polygon points="85.426 506.271 93.596 521.511 90.651 537.851 97.17 561.521 91.298 571.043 85.426 561.521 72.66 565.426 65.511 576 169.975 575.813 161.918 561.521 140.574 554.191 128.319 558.787 104.319 541.426 104.319 521.511 85.426 506.271" style="fill:#eac555"/><polygon points="226.745 576 218.279 561.41 222.512 541.426 226.745 576" style="fill:#eac555"/><polygon points="236.064 576 236.064 558.713 247.553 576 236.064 576" style="fill:#e1482d"/><polygon points="45.596 323.324 47.128 314.711 41.766 312.411 45.596 323.324" style="fill:#eac555"/><polygon points="26.83 307.423 24.915 296.159 18.404 296.159 26.83 307.423" style="fill:#eac555"/><polygon points="50.702 365.255 49.426 357.085 56.319 355.111 50.702 365.255" style="fill:#e1482d"/><polygon points="8.574 467.383 1.426 451.043 -16.191 440.178 -9.605 456.162 -1.128 458.702 8.574 467.383" style="fill:#e1482d"/><polygon points="241.865 498.23 245.518 503.376 248.977 496.227 241.865 498.23" style="fill:#eac555"/><polygon points="273.556 496.602 270.1 503 276.432 503 273.556 496.602" style="fill:#e1482d"/><polygon points="311.638 408.96 308.576 420.17 316.87 416.204 311.638 408.96" style="fill:#e1482d"/><polygon points="337.022 408.839 332.064 414.565 344.158 413.542 337.022 408.839" style="fill:#f39931"/><polygon points="350.447 383.571 344.158 389.936 350.447 392.079 350.447 383.571" style="fill:#f39931"/><polygon points="345.34 372.917 347.302 369.34 344.158 366.749 345.34 372.917" style="fill:#f4da8f"/><polygon points="280.681 264.021 279.335 254.12 285.723 252.149 280.681 264.021" style="fill:#e1482d"/><polygon points="332.064 576 329.511 561.521 344.158 548.755 355.043 576 332.064 576" style="fill:#e1482d"/><polygon points="608.048 240.108 611.048 216.947 624.742 205.326 626.75 165.386 601.729 114.911 571.665 101.922 558.771 133.065 576.348 171.015 569.559 187.448 588.516 229.714 608.048 240.108" style="fill:#72707f;opacity:0.6900000000000001;mix-blend-mode:multiply"/><polygon points="531.413 101.922 530.187 86.988 516.229 83.345 516.229 95.273 522.548 101.922 531.413 101.922" style="fill:#e32a14"/><polygon points="539.894 122.319 545.511 127.034 545.511 122.319 539.894 122.319" style="fill:#fff799"/><polygon points="570.27 554.702 570.27 562.872 577.418 552.66 570.27 554.702" style="fill:#e1482d"/><polygon points="416.319 422.447 408.66 432.006 416.319 433.426 416.319 422.447" style="fill:#fff799"/></g></g><desc>Up in the Crow's Nest, George is delighted to be free. You stand next to him in the tiny space and rejoice.</desc></svg> <<toggleLayer "MidMast" true "" "">>
<<if hasVisited("Flint Swing") || hasVisited("FlintAndFire") || hasVisited("PickTheLock")>> <<include CrowFire>> <<else>> <<include CrowNest>> <</if>>
@@.pulse;//You pick up the <span style='color: #e1755d;'>Letter of Marque</span> and stow it in your ''Satchel'' under <b>Documents</b>!//@@ <<set $footerDisplay to "[[Back|Look Above The Desk]]">>
<<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-3/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-3/LineSpike-01.png'/> </div>
<div class="positionLines"> <img src='images/episode-3/LineSpikeRight-01.png'/> </div>
<div class="positionLines"> <img src='images/episode-3/LineSpikeMiddle-01.png'/> </div>
<div class="sideBarSizer"><img alt="Sidebar Image" src='images/episode-3/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-3/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-3/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-3/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>>