From a4a19e9671d8bf10681f4a0dde57e6fd14d5e3fb Mon Sep 17 00:00:00 2001
From: Lokplart <lokplart@gmail.com>
Date: Mon, 5 Jul 2021 14:57:09 +0300
Subject: [PATCH 1/6] Initial commit

---
 game/config.xml                    | Bin 226 -> 190 bytes
 game/locations/$newloc.qsrc        |   2 +-
 game/locations/city_menu_form.qsrc |  18 ++++++++++++++----
 game/locations/init_game.qsrc      |   2 +-
 game/locations/main_menu.qsrc      |   2 +-
 game/locations/menu_form.qsrc      |  18 ++++++++++++++----
 6 files changed, 31 insertions(+), 11 deletions(-)

diff --git a/game/config.xml b/game/config.xml
index dbd0589cf4c62e3fa89aee6290cc486536fa2670..511b6ddaf891ee70cc8b64e6531f0b0946b98dca 100644
GIT binary patch
delta 9
QcmaFFxQ}tdjEQ^H02RChJ^%m!

delta 45
vcmdnT_=s`B3}pod4Te01d<I>H93Yv)kjbFHkjjt(q)UJ}A1J3eak@GH`#cJC

diff --git a/game/locations/$newloc.qsrc b/game/locations/$newloc.qsrc
index 23d4c52f..b35030e7 100644
--- a/game/locations/$newloc.qsrc
+++ b/game/locations/$newloc.qsrc
@@ -5,7 +5,7 @@
 if $master_name ! 'Старый Охотник': wizard_mode = 0
 
 !AddOn - Version check
-$title_fix = 'Jack-o-nine-tails v2.2.4 Dev Version (no-loli edition)'
+$title_fix = 'Jack-o-nine-tails v2.2.4 Dev Version'
 if saved_game_loaded > 0 or $ongload = '' or $game_ver ! $title_fix:
 	killvar 'saved_game_loaded'
 	gs '$addon', 'update', 'full'
diff --git a/game/locations/city_menu_form.qsrc b/game/locations/city_menu_form.qsrc
index 11619a01..18258449 100644
--- a/game/locations/city_menu_form.qsrc
+++ b/game/locations/city_menu_form.qsrc
@@ -560,10 +560,20 @@ if city_form = 1000:
 		$setting_display_r += '<br><div id="under">NSFW - nudity is currently hidden<br><div id = "clear"><a href = "EXEC: nsfw = 0 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	end
 
+	if no_loli = 0 and perv_revealed > 0:
+		$setting_display_r += '<br><div id="under">New lolis and explicit loli text <i>disabled</i><div id = "clear"><a href = "EXEC: no_loli = 2 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+	elseif no_loli = 2:
+		$setting_display_r += '<br><div id="under">New lolis and explicit loli text <i>enabled</i><div id = "clear"><a href = "EXEC: no_loli = 0 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+	elseif no_loli = 0:
+		$setting_display_r += '<br><div id="under">New loli aged slaves will appear<div id = "clear"><a href = "EXEC: no_loli = 1 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+	elseif no_loli = 1:
+		$setting_display_r += '<br><div id="under">New loli aged slaves won’t appear<div id = "clear"><a href = "EXEC: no_loli = 0 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>' 
+	end
+
 	if no_milf ! 1:
-		$setting_display_r += '<br><div id="under">New MILF aged slaves will appear<br><div id = "clear"><a href = "EXEC: no_milf = 1 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">New MILF aged slaves will appear<br><div id = "clear"><a href = "EXEC: no_milf = 1 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	else
-		$setting_display_r += '<br><div id="under">New MILF aged slaves won’t appear<br><div id = "clear"><a href = "EXEC: no_milf = 0 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">New MILF aged slaves won’t appear<br><div id = "clear"><a href = "EXEC: no_milf = 0 & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	end
 
 	if no_mindbreak ! 1:
@@ -573,9 +583,9 @@ if city_form = 1000:
 	end
 
 	if no_guro ! 1:
-		$setting_display_r += '<br><div id="under">Gore is currently shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_off & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">Gore is currently shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_off & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	else
-		$setting_display_r += '<br><div id="under">Gore is currently not shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_on & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">Gore is currently not shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_on & gt ''city_menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	end
 
 	$setting_display_r += '<br><div id="under_gray">{ { { Obedience Difficulty Setting } } }<br></div>'
diff --git a/game/locations/init_game.qsrc b/game/locations/init_game.qsrc
index dee96d9f..c493cf21 100644
--- a/game/locations/init_game.qsrc
+++ b/game/locations/init_game.qsrc
@@ -101,7 +101,7 @@ brand_rate = 0
 !Game Option Variables
 nsfw = 0
 nsfw_sound_disabled = 0
-no_loli = 1
+no_loli = 0
 no_milf = 0
 no_mindbreak = 0
 no_guro = 0
diff --git a/game/locations/main_menu.qsrc b/game/locations/main_menu.qsrc
index ac95f84a..66dfde4d 100644
--- a/game/locations/main_menu.qsrc
+++ b/game/locations/main_menu.qsrc
@@ -25,7 +25,7 @@ func('$menu', '===END===')
 gs 'start_refresh' &! ERASES ALL VARIABLES IN THE GAME, MUST BE DONE AFTER MENU DISPLAY ABOVE FOR CORRECT RENDERING
 
 !AddOn - Initialisation
-$title_fix = 'Jack-o-nine-tails v2.2.4 Dev Version (no-loli edition)'
+$title_fix = 'Jack-o-nine-tails v2.2.4 Dev Version'
 $game_ver = $title_fix
 
 one_time_conversion_of_interaction_counter_arrays = 1 &! initialized to 1 in main_menu so new games started after this code was added will bypass the update check in $newloc
diff --git a/game/locations/menu_form.qsrc b/game/locations/menu_form.qsrc
index 9ee766b4..68444936 100644
--- a/game/locations/menu_form.qsrc
+++ b/game/locations/menu_form.qsrc
@@ -3195,10 +3195,20 @@ if menu_form = 2000:
 		$setting_display_r += '<br><div id="under">NSFW - nudity is currently hidden<br><div id = "clear"><a href = "EXEC: nsfw = 0 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	end
 
+	if no_loli = 0 and perv_revealed > 0:
+		$setting_display_r += '<br><div id="under">New lolis and explicit loli text <i>disabled</i><div id = "clear"><a href = "EXEC: no_loli = 2 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+	elseif no_loli = 2:
+		$setting_display_r += '<br><div id="under">New lolis and explicit loli text <i>enabled</i><div id = "clear"><a href = "EXEC: no_loli = 0 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+	elseif no_loli = 0:
+		$setting_display_r += '<br><div id="under">New loli aged slaves will appear<div id = "clear"><a href = "EXEC: no_loli = 1 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+	elseif no_loli = 1:
+		$setting_display_r += '<br><div id="under">New loli aged slaves won’t appear<div id = "clear"><a href = "EXEC: no_loli = 0 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>' 
+	end
+
 	if no_milf ! 1:
-		$setting_display_r += '<br><div id="under">New MILF aged slaves will appear<br><div id = "clear"><a href = "EXEC: no_milf = 1 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">New MILF aged slaves will appear<br><div id = "clear"><a href = "EXEC: no_milf = 1 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	else
-		$setting_display_r += '<br><div id="under">New MILF aged slaves won’t appear<br><div id = "clear"><a href = "EXEC: no_milf = 0 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">New MILF aged slaves won’t appear<br><div id = "clear"><a href = "EXEC: no_milf = 0 & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	end
 
 	if no_mindbreak ! 1:
@@ -3208,9 +3218,9 @@ if menu_form = 2000:
 	end
 
 	if no_guro ! 1:
-		$setting_display_r += '<br><div id="under">Gore is currently shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_off & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">Gore is currently shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_off & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	else
-		$setting_display_r += '<br><div id="under">Gore is currently not shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_on & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
+		$setting_display_r += '<div id="under">Gore is currently not shown<br><div id = "clear"><a href = "EXEC: dynamic $guro_on & gt ''menu_form''"><img src = "content\pic\clear.png"></a></div></div>'
 	end
 
 	$setting_display_r += '<br><div id="under_gray">{ { { Obedience Difficulty Setting } } }<br></div>'
-- 
GitLab


From 780ae5cc76cf8d085f7616de8c8f44c939f2ae65 Mon Sep 17 00:00:00 2001
From: Lokplart <lokplart@gmail.com>
Date: Mon, 23 Aug 2021 13:55:35 +0300
Subject: [PATCH 2/6] Patch json files

---
 game/json/slaves/1.json               | 15 ++++++++++
 game/json/slaves/10.json              | 15 ++++++++++
 game/json/slaves/100.json             | 15 ++++++++++
 game/json/slaves/101.json             | 15 ++++++++++
 game/json/slaves/102.json             | 15 ++++++++++
 game/json/slaves/103.json             | 15 ++++++++++
 game/json/slaves/104.json             | 15 ++++++++++
 game/json/slaves/105.json             | 15 ++++++++++
 game/json/slaves/106.json             | 15 ++++++++++
 game/json/slaves/107.json             | 15 ++++++++++
 game/json/slaves/108.json             | 15 ++++++++++
 game/json/slaves/109.json             | 15 ++++++++++
 game/json/slaves/11.json              | 15 ++++++++++
 game/json/slaves/110.json             | 15 ++++++++++
 game/json/slaves/111.json             | 15 ++++++++++
 game/json/slaves/112.json             | 15 ++++++++++
 game/json/slaves/113.json             | 15 ++++++++++
 game/json/slaves/114.json             | 15 ++++++++++
 game/json/slaves/115.json             | 15 ++++++++++
 game/json/slaves/116.json             | 15 ++++++++++
 game/json/slaves/117.json             | 15 ++++++++++
 game/json/slaves/118.json             | 15 ++++++++++
 game/json/slaves/119.json             | 15 ++++++++++
 game/json/slaves/12.json              | 15 ++++++++++
 game/json/slaves/120.json             | 15 ++++++++++
 game/json/slaves/121.json             | 15 ++++++++++
 game/json/slaves/122.json             | 15 ++++++++++
 game/json/slaves/123.json             | 15 ++++++++++
 game/json/slaves/124.json             | 15 ++++++++++
 game/json/slaves/125.json             | 15 ++++++++++
 game/json/slaves/126.json             | 15 ++++++++++
 game/json/slaves/127.json             | 15 ++++++++++
 game/json/slaves/128.json             | 15 ++++++++++
 game/json/slaves/129.json             | 15 ++++++++++
 game/json/slaves/13.json              | 15 ++++++++++
 game/json/slaves/130.json             | 15 ++++++++++
 game/json/slaves/131.json             | 15 ++++++++++
 game/json/slaves/132.json             | 15 ++++++++++
 game/json/slaves/133.json             | 15 ++++++++++
 game/json/slaves/134.json             | 15 ++++++++++
 game/json/slaves/135.json             | 15 ++++++++++
 game/json/slaves/136.json             | 15 ++++++++++
 game/json/slaves/137.json             | 15 ++++++++++
 game/json/slaves/138.json             | 15 ++++++++++
 game/json/slaves/139.json             | 15 ++++++++++
 game/json/slaves/14.json              | 15 ++++++++++
 game/json/slaves/140.json             | 15 ++++++++++
 game/json/slaves/141.json             | 15 ++++++++++
 game/json/slaves/142.json             | 15 ++++++++++
 game/json/slaves/143.json             | 15 ++++++++++
 game/json/slaves/144.json             | 15 ++++++++++
 game/json/slaves/145.json             | 15 ++++++++++
 game/json/slaves/146.json             | 15 ++++++++++
 game/json/slaves/147.json             | 15 ++++++++++
 game/json/slaves/148.json             | 15 ++++++++++
 game/json/slaves/149.json             | 15 ++++++++++
 game/json/slaves/15.json              | 15 ++++++++++
 game/json/slaves/150.json             | 15 ++++++++++
 game/json/slaves/151.json             | 15 ++++++++++
 game/json/slaves/152.json             | 15 ++++++++++
 game/json/slaves/153.json             | 15 ++++++++++
 game/json/slaves/154.json             | 15 ++++++++++
 game/json/slaves/155.json             | 15 ++++++++++
 game/json/slaves/156.json             | 15 ++++++++++
 game/json/slaves/157.json             | 15 ++++++++++
 game/json/slaves/158.json             | 15 ++++++++++
 game/json/slaves/159.json             | 15 ++++++++++
 game/json/slaves/16.json              | 15 ++++++++++
 game/json/slaves/160.json             | 15 ++++++++++
 game/json/slaves/161.json             | 15 ++++++++++
 game/json/slaves/162.json             | 15 ++++++++++
 game/json/slaves/163.json             | 15 ++++++++++
 game/json/slaves/164.json             | 15 ++++++++++
 game/json/slaves/165.json             | 15 ++++++++++
 game/json/slaves/166.json             | 15 ++++++++++
 game/json/slaves/167.json             | 15 ++++++++++
 game/json/slaves/168.json             | 15 ++++++++++
 game/json/slaves/169.json             | 15 ++++++++++
 game/json/slaves/17.json              | 15 ++++++++++
 game/json/slaves/170.json             | 15 ++++++++++
 game/json/slaves/171.json             | 15 ++++++++++
 game/json/slaves/172.json             | 15 ++++++++++
 game/json/slaves/18.json              | 15 ++++++++++
 game/json/slaves/19.json              | 15 ++++++++++
 game/json/slaves/2.json               | 15 ++++++++++
 game/json/slaves/20.json              | 15 ++++++++++
 game/json/slaves/21.json              | 15 ++++++++++
 game/json/slaves/22.json              | 15 ++++++++++
 game/json/slaves/23.json              | 15 ++++++++++
 game/json/slaves/24.json              | 15 ++++++++++
 game/json/slaves/25.json              | 15 ++++++++++
 game/json/slaves/2573_wilhelmine.json | 40 +++++++++++++++++++++++++++
 game/json/slaves/26.json              | 15 ++++++++++
 game/json/slaves/27.json              | 15 ++++++++++
 game/json/slaves/28.json              | 15 ++++++++++
 game/json/slaves/29.json              | 15 ++++++++++
 game/json/slaves/3.json               | 15 ++++++++++
 game/json/slaves/30.json              | 15 ++++++++++
 game/json/slaves/31.json              | 15 ++++++++++
 game/json/slaves/32.json              | 15 ++++++++++
 game/json/slaves/33.json              | 15 ++++++++++
 game/json/slaves/34.json              | 15 ++++++++++
 game/json/slaves/35.json              | 15 ++++++++++
 game/json/slaves/36.json              | 15 ++++++++++
 game/json/slaves/37.json              | 15 ++++++++++
 game/json/slaves/38.json              | 15 ++++++++++
 game/json/slaves/39.json              | 15 ++++++++++
 game/json/slaves/4.json               | 15 ++++++++++
 game/json/slaves/40.json              | 15 ++++++++++
 game/json/slaves/41.json              | 15 ++++++++++
 game/json/slaves/42.json              | 15 ++++++++++
 game/json/slaves/43.json              | 15 ++++++++++
 game/json/slaves/44.json              | 15 ++++++++++
 game/json/slaves/45.json              | 15 ++++++++++
 game/json/slaves/46.json              | 15 ++++++++++
 game/json/slaves/47.json              | 15 ++++++++++
 game/json/slaves/48.json              | 15 ++++++++++
 game/json/slaves/49.json              | 15 ++++++++++
 game/json/slaves/5.json               | 15 ++++++++++
 game/json/slaves/50.json              | 15 ++++++++++
 game/json/slaves/51.json              | 15 ++++++++++
 game/json/slaves/52.json              | 15 ++++++++++
 game/json/slaves/53.json              | 15 ++++++++++
 game/json/slaves/54.json              | 15 ++++++++++
 game/json/slaves/55.json              | 15 ++++++++++
 game/json/slaves/56.json              | 15 ++++++++++
 game/json/slaves/57.json              | 15 ++++++++++
 game/json/slaves/58.json              | 15 ++++++++++
 game/json/slaves/59.json              | 15 ++++++++++
 game/json/slaves/6.json               | 15 ++++++++++
 game/json/slaves/60.json              | 15 ++++++++++
 game/json/slaves/61.json              | 15 ++++++++++
 game/json/slaves/62.json              | 15 ++++++++++
 game/json/slaves/63.json              | 15 ++++++++++
 game/json/slaves/64.json              | 15 ++++++++++
 game/json/slaves/65.json              | 15 ++++++++++
 game/json/slaves/66.json              | 15 ++++++++++
 game/json/slaves/67.json              | 15 ++++++++++
 game/json/slaves/68.json              | 15 ++++++++++
 game/json/slaves/69.json              | 15 ++++++++++
 game/json/slaves/7.json               | 15 ++++++++++
 game/json/slaves/70.json              | 15 ++++++++++
 game/json/slaves/71.json              | 15 ++++++++++
 game/json/slaves/72.json              | 15 ++++++++++
 game/json/slaves/73.json              | 15 ++++++++++
 game/json/slaves/74.json              | 15 ++++++++++
 game/json/slaves/75.json              | 15 ++++++++++
 game/json/slaves/76.json              | 15 ++++++++++
 game/json/slaves/77.json              | 15 ++++++++++
 game/json/slaves/78.json              | 15 ++++++++++
 game/json/slaves/79.json              | 15 ++++++++++
 game/json/slaves/8.json               | 15 ++++++++++
 game/json/slaves/80.json              | 15 ++++++++++
 game/json/slaves/81.json              | 15 ++++++++++
 game/json/slaves/82.json              | 15 ++++++++++
 game/json/slaves/83.json              | 15 ++++++++++
 game/json/slaves/84.json              | 15 ++++++++++
 game/json/slaves/85.json              | 15 ++++++++++
 game/json/slaves/86.json              | 15 ++++++++++
 game/json/slaves/87.json              | 15 ++++++++++
 game/json/slaves/88.json              | 15 ++++++++++
 game/json/slaves/89.json              | 15 ++++++++++
 game/json/slaves/9.json               | 15 ++++++++++
 game/json/slaves/90.json              | 15 ++++++++++
 game/json/slaves/91.json              | 15 ++++++++++
 game/json/slaves/92.json              | 15 ++++++++++
 game/json/slaves/93.json              | 15 ++++++++++
 game/json/slaves/94.json              | 15 ++++++++++
 game/json/slaves/95.json              | 15 ++++++++++
 game/json/slaves/96.json              | 15 ++++++++++
 game/json/slaves/97.json              | 15 ++++++++++
 game/json/slaves/98.json              | 15 ++++++++++
 game/json/slaves/99.json              | 15 ++++++++++
 173 files changed, 2620 insertions(+)
 create mode 100644 game/json/slaves/1.json
 create mode 100644 game/json/slaves/10.json
 create mode 100644 game/json/slaves/100.json
 create mode 100644 game/json/slaves/101.json
 create mode 100644 game/json/slaves/102.json
 create mode 100644 game/json/slaves/103.json
 create mode 100644 game/json/slaves/104.json
 create mode 100644 game/json/slaves/105.json
 create mode 100644 game/json/slaves/106.json
 create mode 100644 game/json/slaves/107.json
 create mode 100644 game/json/slaves/108.json
 create mode 100644 game/json/slaves/109.json
 create mode 100644 game/json/slaves/11.json
 create mode 100644 game/json/slaves/110.json
 create mode 100644 game/json/slaves/111.json
 create mode 100644 game/json/slaves/112.json
 create mode 100644 game/json/slaves/113.json
 create mode 100644 game/json/slaves/114.json
 create mode 100644 game/json/slaves/115.json
 create mode 100644 game/json/slaves/116.json
 create mode 100644 game/json/slaves/117.json
 create mode 100644 game/json/slaves/118.json
 create mode 100644 game/json/slaves/119.json
 create mode 100644 game/json/slaves/12.json
 create mode 100644 game/json/slaves/120.json
 create mode 100644 game/json/slaves/121.json
 create mode 100644 game/json/slaves/122.json
 create mode 100644 game/json/slaves/123.json
 create mode 100644 game/json/slaves/124.json
 create mode 100644 game/json/slaves/125.json
 create mode 100644 game/json/slaves/126.json
 create mode 100644 game/json/slaves/127.json
 create mode 100644 game/json/slaves/128.json
 create mode 100644 game/json/slaves/129.json
 create mode 100644 game/json/slaves/13.json
 create mode 100644 game/json/slaves/130.json
 create mode 100644 game/json/slaves/131.json
 create mode 100644 game/json/slaves/132.json
 create mode 100644 game/json/slaves/133.json
 create mode 100644 game/json/slaves/134.json
 create mode 100644 game/json/slaves/135.json
 create mode 100644 game/json/slaves/136.json
 create mode 100644 game/json/slaves/137.json
 create mode 100644 game/json/slaves/138.json
 create mode 100644 game/json/slaves/139.json
 create mode 100644 game/json/slaves/14.json
 create mode 100644 game/json/slaves/140.json
 create mode 100644 game/json/slaves/141.json
 create mode 100644 game/json/slaves/142.json
 create mode 100644 game/json/slaves/143.json
 create mode 100644 game/json/slaves/144.json
 create mode 100644 game/json/slaves/145.json
 create mode 100644 game/json/slaves/146.json
 create mode 100644 game/json/slaves/147.json
 create mode 100644 game/json/slaves/148.json
 create mode 100644 game/json/slaves/149.json
 create mode 100644 game/json/slaves/15.json
 create mode 100644 game/json/slaves/150.json
 create mode 100644 game/json/slaves/151.json
 create mode 100644 game/json/slaves/152.json
 create mode 100644 game/json/slaves/153.json
 create mode 100644 game/json/slaves/154.json
 create mode 100644 game/json/slaves/155.json
 create mode 100644 game/json/slaves/156.json
 create mode 100644 game/json/slaves/157.json
 create mode 100644 game/json/slaves/158.json
 create mode 100644 game/json/slaves/159.json
 create mode 100644 game/json/slaves/16.json
 create mode 100644 game/json/slaves/160.json
 create mode 100644 game/json/slaves/161.json
 create mode 100644 game/json/slaves/162.json
 create mode 100644 game/json/slaves/163.json
 create mode 100644 game/json/slaves/164.json
 create mode 100644 game/json/slaves/165.json
 create mode 100644 game/json/slaves/166.json
 create mode 100644 game/json/slaves/167.json
 create mode 100644 game/json/slaves/168.json
 create mode 100644 game/json/slaves/169.json
 create mode 100644 game/json/slaves/17.json
 create mode 100644 game/json/slaves/170.json
 create mode 100644 game/json/slaves/171.json
 create mode 100644 game/json/slaves/172.json
 create mode 100644 game/json/slaves/18.json
 create mode 100644 game/json/slaves/19.json
 create mode 100644 game/json/slaves/2.json
 create mode 100644 game/json/slaves/20.json
 create mode 100644 game/json/slaves/21.json
 create mode 100644 game/json/slaves/22.json
 create mode 100644 game/json/slaves/23.json
 create mode 100644 game/json/slaves/24.json
 create mode 100644 game/json/slaves/25.json
 create mode 100644 game/json/slaves/2573_wilhelmine.json
 create mode 100644 game/json/slaves/26.json
 create mode 100644 game/json/slaves/27.json
 create mode 100644 game/json/slaves/28.json
 create mode 100644 game/json/slaves/29.json
 create mode 100644 game/json/slaves/3.json
 create mode 100644 game/json/slaves/30.json
 create mode 100644 game/json/slaves/31.json
 create mode 100644 game/json/slaves/32.json
 create mode 100644 game/json/slaves/33.json
 create mode 100644 game/json/slaves/34.json
 create mode 100644 game/json/slaves/35.json
 create mode 100644 game/json/slaves/36.json
 create mode 100644 game/json/slaves/37.json
 create mode 100644 game/json/slaves/38.json
 create mode 100644 game/json/slaves/39.json
 create mode 100644 game/json/slaves/4.json
 create mode 100644 game/json/slaves/40.json
 create mode 100644 game/json/slaves/41.json
 create mode 100644 game/json/slaves/42.json
 create mode 100644 game/json/slaves/43.json
 create mode 100644 game/json/slaves/44.json
 create mode 100644 game/json/slaves/45.json
 create mode 100644 game/json/slaves/46.json
 create mode 100644 game/json/slaves/47.json
 create mode 100644 game/json/slaves/48.json
 create mode 100644 game/json/slaves/49.json
 create mode 100644 game/json/slaves/5.json
 create mode 100644 game/json/slaves/50.json
 create mode 100644 game/json/slaves/51.json
 create mode 100644 game/json/slaves/52.json
 create mode 100644 game/json/slaves/53.json
 create mode 100644 game/json/slaves/54.json
 create mode 100644 game/json/slaves/55.json
 create mode 100644 game/json/slaves/56.json
 create mode 100644 game/json/slaves/57.json
 create mode 100644 game/json/slaves/58.json
 create mode 100644 game/json/slaves/59.json
 create mode 100644 game/json/slaves/6.json
 create mode 100644 game/json/slaves/60.json
 create mode 100644 game/json/slaves/61.json
 create mode 100644 game/json/slaves/62.json
 create mode 100644 game/json/slaves/63.json
 create mode 100644 game/json/slaves/64.json
 create mode 100644 game/json/slaves/65.json
 create mode 100644 game/json/slaves/66.json
 create mode 100644 game/json/slaves/67.json
 create mode 100644 game/json/slaves/68.json
 create mode 100644 game/json/slaves/69.json
 create mode 100644 game/json/slaves/7.json
 create mode 100644 game/json/slaves/70.json
 create mode 100644 game/json/slaves/71.json
 create mode 100644 game/json/slaves/72.json
 create mode 100644 game/json/slaves/73.json
 create mode 100644 game/json/slaves/74.json
 create mode 100644 game/json/slaves/75.json
 create mode 100644 game/json/slaves/76.json
 create mode 100644 game/json/slaves/77.json
 create mode 100644 game/json/slaves/78.json
 create mode 100644 game/json/slaves/79.json
 create mode 100644 game/json/slaves/8.json
 create mode 100644 game/json/slaves/80.json
 create mode 100644 game/json/slaves/81.json
 create mode 100644 game/json/slaves/82.json
 create mode 100644 game/json/slaves/83.json
 create mode 100644 game/json/slaves/84.json
 create mode 100644 game/json/slaves/85.json
 create mode 100644 game/json/slaves/86.json
 create mode 100644 game/json/slaves/87.json
 create mode 100644 game/json/slaves/88.json
 create mode 100644 game/json/slaves/89.json
 create mode 100644 game/json/slaves/9.json
 create mode 100644 game/json/slaves/90.json
 create mode 100644 game/json/slaves/91.json
 create mode 100644 game/json/slaves/92.json
 create mode 100644 game/json/slaves/93.json
 create mode 100644 game/json/slaves/94.json
 create mode 100644 game/json/slaves/95.json
 create mode 100644 game/json/slaves/96.json
 create mode 100644 game/json/slaves/97.json
 create mode 100644 game/json/slaves/98.json
 create mode 100644 game/json/slaves/99.json

diff --git a/game/json/slaves/1.json b/game/json/slaves/1.json
new file mode 100644
index 00000000..71b0d7a3
--- /dev/null
+++ b/game/json/slaves/1.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0001_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0001_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0001_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0001_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/10.json b/game/json/slaves/10.json
new file mode 100644
index 00000000..e3680f5a
--- /dev/null
+++ b/game/json/slaves/10.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0010_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0010_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0010_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0010_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/100.json b/game/json/slaves/100.json
new file mode 100644
index 00000000..b31b00e7
--- /dev/null
+++ b/game/json/slaves/100.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0100_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0100_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0100_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0100_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/101.json b/game/json/slaves/101.json
new file mode 100644
index 00000000..4c5741f8
--- /dev/null
+++ b/game/json/slaves/101.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0101_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0101_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0101_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0101_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/102.json b/game/json/slaves/102.json
new file mode 100644
index 00000000..d2aa75bd
--- /dev/null
+++ b/game/json/slaves/102.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0102_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0102_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0102_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0102_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/103.json b/game/json/slaves/103.json
new file mode 100644
index 00000000..2900b441
--- /dev/null
+++ b/game/json/slaves/103.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0103_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0103_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0103_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0103_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/104.json b/game/json/slaves/104.json
new file mode 100644
index 00000000..3968e26f
--- /dev/null
+++ b/game/json/slaves/104.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0104_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0104_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0104_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0104_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/105.json b/game/json/slaves/105.json
new file mode 100644
index 00000000..adae2318
--- /dev/null
+++ b/game/json/slaves/105.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0105_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0105_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0105_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0105_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/106.json b/game/json/slaves/106.json
new file mode 100644
index 00000000..9e70f68c
--- /dev/null
+++ b/game/json/slaves/106.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0106_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0106_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0106_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0106_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/107.json b/game/json/slaves/107.json
new file mode 100644
index 00000000..55aa7aa7
--- /dev/null
+++ b/game/json/slaves/107.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0107_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0107_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0107_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0107_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/108.json b/game/json/slaves/108.json
new file mode 100644
index 00000000..635120d2
--- /dev/null
+++ b/game/json/slaves/108.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0108_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0108_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0108_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0108_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/109.json b/game/json/slaves/109.json
new file mode 100644
index 00000000..34288030
--- /dev/null
+++ b/game/json/slaves/109.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0109_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0109_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0109_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0109_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 3,
+    "seed_boobs_img": "boobs_E",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/11.json b/game/json/slaves/11.json
new file mode 100644
index 00000000..9f4ec4fb
--- /dev/null
+++ b/game/json/slaves/11.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0011_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0011_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0011_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0011_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/110.json b/game/json/slaves/110.json
new file mode 100644
index 00000000..aaef20a9
--- /dev/null
+++ b/game/json/slaves/110.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0110_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0110_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0110_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0110_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 3,
+    "seed_boobs_img": "boobs_DD",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/111.json b/game/json/slaves/111.json
new file mode 100644
index 00000000..5b56b314
--- /dev/null
+++ b/game/json/slaves/111.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0111_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0111_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0111_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0111_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/112.json b/game/json/slaves/112.json
new file mode 100644
index 00000000..3d12b40b
--- /dev/null
+++ b/game/json/slaves/112.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0112_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0112_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0112_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0112_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/113.json b/game/json/slaves/113.json
new file mode 100644
index 00000000..28337c8a
--- /dev/null
+++ b/game/json/slaves/113.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0113_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0113_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0113_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0113_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/114.json b/game/json/slaves/114.json
new file mode 100644
index 00000000..4c4970b2
--- /dev/null
+++ b/game/json/slaves/114.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0114_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0114_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0114_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0114_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/115.json b/game/json/slaves/115.json
new file mode 100644
index 00000000..0c54f79f
--- /dev/null
+++ b/game/json/slaves/115.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0115_pink_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0115_pink_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0115_pink_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0115_pink_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/116.json b/game/json/slaves/116.json
new file mode 100644
index 00000000..f613a6a3
--- /dev/null
+++ b/game/json/slaves/116.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0116_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0116_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0116_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0116_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/117.json b/game/json/slaves/117.json
new file mode 100644
index 00000000..c0e7959d
--- /dev/null
+++ b/game/json/slaves/117.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0117_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0117_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0117_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0117_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/118.json b/game/json/slaves/118.json
new file mode 100644
index 00000000..7de1019d
--- /dev/null
+++ b/game/json/slaves/118.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0118_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0118_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0118_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0118_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/119.json b/game/json/slaves/119.json
new file mode 100644
index 00000000..6732d18c
--- /dev/null
+++ b/game/json/slaves/119.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0119_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0119_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0119_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0119_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/12.json b/game/json/slaves/12.json
new file mode 100644
index 00000000..f134ef31
--- /dev/null
+++ b/game/json/slaves/12.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0012_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0012_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0012_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0012_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/120.json b/game/json/slaves/120.json
new file mode 100644
index 00000000..def3ef14
--- /dev/null
+++ b/game/json/slaves/120.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0120_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0120_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0120_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0120_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/121.json b/game/json/slaves/121.json
new file mode 100644
index 00000000..d7c23f53
--- /dev/null
+++ b/game/json/slaves/121.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0121_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0121_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0121_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0121_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/122.json b/game/json/slaves/122.json
new file mode 100644
index 00000000..c5efa5b4
--- /dev/null
+++ b/game/json/slaves/122.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0122_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0122_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0122_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0122_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/123.json b/game/json/slaves/123.json
new file mode 100644
index 00000000..5fabae77
--- /dev/null
+++ b/game/json/slaves/123.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0123_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0123_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0123_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0123_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/124.json b/game/json/slaves/124.json
new file mode 100644
index 00000000..6405e20d
--- /dev/null
+++ b/game/json/slaves/124.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0124_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0124_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0124_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0124_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 3,
+    "seed_boobs_img": "boobs_D",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/125.json b/game/json/slaves/125.json
new file mode 100644
index 00000000..12e4160c
--- /dev/null
+++ b/game/json/slaves/125.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0125_purple_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0125_purple_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0125_purple_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0125_purple_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/126.json b/game/json/slaves/126.json
new file mode 100644
index 00000000..22f2f2cd
--- /dev/null
+++ b/game/json/slaves/126.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0126_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0126_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0126_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0126_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/127.json b/game/json/slaves/127.json
new file mode 100644
index 00000000..809cdaf8
--- /dev/null
+++ b/game/json/slaves/127.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0127_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0127_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0127_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0127_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 3,
+    "seed_boobs_img": "boobs_DD",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/128.json b/game/json/slaves/128.json
new file mode 100644
index 00000000..313cad44
--- /dev/null
+++ b/game/json/slaves/128.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0128_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0128_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0128_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0128_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/129.json b/game/json/slaves/129.json
new file mode 100644
index 00000000..a5fd75fb
--- /dev/null
+++ b/game/json/slaves/129.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0129_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0129_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0129_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0129_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/13.json b/game/json/slaves/13.json
new file mode 100644
index 00000000..49236189
--- /dev/null
+++ b/game/json/slaves/13.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0013_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0013_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0013_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0013_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/130.json b/game/json/slaves/130.json
new file mode 100644
index 00000000..72da5e24
--- /dev/null
+++ b/game/json/slaves/130.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0130_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0130_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0130_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0130_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/131.json b/game/json/slaves/131.json
new file mode 100644
index 00000000..4bbb92d0
--- /dev/null
+++ b/game/json/slaves/131.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0131_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0131_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0131_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0131_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/132.json b/game/json/slaves/132.json
new file mode 100644
index 00000000..f4428005
--- /dev/null
+++ b/game/json/slaves/132.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0132_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0132_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0132_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0132_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/133.json b/game/json/slaves/133.json
new file mode 100644
index 00000000..769cc4ab
--- /dev/null
+++ b/game/json/slaves/133.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0133_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0133_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0133_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0133_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/134.json b/game/json/slaves/134.json
new file mode 100644
index 00000000..63e3e437
--- /dev/null
+++ b/game/json/slaves/134.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0134_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0134_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0134_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0134_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/135.json b/game/json/slaves/135.json
new file mode 100644
index 00000000..3ecfd212
--- /dev/null
+++ b/game/json/slaves/135.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0135_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0135_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0135_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0135_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/136.json b/game/json/slaves/136.json
new file mode 100644
index 00000000..82fc2d7b
--- /dev/null
+++ b/game/json/slaves/136.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0136_purple_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0136_purple_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0136_purple_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0136_purple_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/137.json b/game/json/slaves/137.json
new file mode 100644
index 00000000..a9627b61
--- /dev/null
+++ b/game/json/slaves/137.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0137_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0137_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0137_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0137_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/138.json b/game/json/slaves/138.json
new file mode 100644
index 00000000..fcb13c68
--- /dev/null
+++ b/game/json/slaves/138.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0138_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0138_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0138_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0138_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/139.json b/game/json/slaves/139.json
new file mode 100644
index 00000000..0ad8babd
--- /dev/null
+++ b/game/json/slaves/139.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0139_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0139_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0139_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0139_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/14.json b/game/json/slaves/14.json
new file mode 100644
index 00000000..2370b009
--- /dev/null
+++ b/game/json/slaves/14.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0014_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0014_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0014_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0014_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/140.json b/game/json/slaves/140.json
new file mode 100644
index 00000000..cf6838b1
--- /dev/null
+++ b/game/json/slaves/140.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0140_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0140_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0140_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0140_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/141.json b/game/json/slaves/141.json
new file mode 100644
index 00000000..5bbded75
--- /dev/null
+++ b/game/json/slaves/141.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0141_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0141_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0141_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0141_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/142.json b/game/json/slaves/142.json
new file mode 100644
index 00000000..5acff0c2
--- /dev/null
+++ b/game/json/slaves/142.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0142_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0142_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0142_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0142_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/143.json b/game/json/slaves/143.json
new file mode 100644
index 00000000..e6636bbe
--- /dev/null
+++ b/game/json/slaves/143.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0143_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0143_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0143_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0143_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/144.json b/game/json/slaves/144.json
new file mode 100644
index 00000000..962de196
--- /dev/null
+++ b/game/json/slaves/144.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0144_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0144_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0144_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0144_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/145.json b/game/json/slaves/145.json
new file mode 100644
index 00000000..09e503e3
--- /dev/null
+++ b/game/json/slaves/145.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0145_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0145_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0145_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0145_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/146.json b/game/json/slaves/146.json
new file mode 100644
index 00000000..a290d955
--- /dev/null
+++ b/game/json/slaves/146.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0146_red_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0146_red_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0146_red_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0146_red_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/147.json b/game/json/slaves/147.json
new file mode 100644
index 00000000..288e8e7d
--- /dev/null
+++ b/game/json/slaves/147.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0147_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0147_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0147_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0147_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/148.json b/game/json/slaves/148.json
new file mode 100644
index 00000000..d2956ded
--- /dev/null
+++ b/game/json/slaves/148.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0148_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0148_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0148_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0148_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 3,
+    "seed_boobs_img": "boobs_D",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/149.json b/game/json/slaves/149.json
new file mode 100644
index 00000000..38a73542
--- /dev/null
+++ b/game/json/slaves/149.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0149_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0149_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0149_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0149_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/15.json b/game/json/slaves/15.json
new file mode 100644
index 00000000..26ffd741
--- /dev/null
+++ b/game/json/slaves/15.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0015_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0015_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0015_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0015_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/150.json b/game/json/slaves/150.json
new file mode 100644
index 00000000..c5cf4d8c
--- /dev/null
+++ b/game/json/slaves/150.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0150_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0150_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0150_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0150_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/151.json b/game/json/slaves/151.json
new file mode 100644
index 00000000..445f181e
--- /dev/null
+++ b/game/json/slaves/151.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0151_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0151_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0151_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0151_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/152.json b/game/json/slaves/152.json
new file mode 100644
index 00000000..6989b36e
--- /dev/null
+++ b/game/json/slaves/152.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0152_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0152_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0152_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0152_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/153.json b/game/json/slaves/153.json
new file mode 100644
index 00000000..acb33130
--- /dev/null
+++ b/game/json/slaves/153.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0153_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0153_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0153_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0153_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/154.json b/game/json/slaves/154.json
new file mode 100644
index 00000000..65cfc37b
--- /dev/null
+++ b/game/json/slaves/154.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0154_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0154_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0154_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0154_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/155.json b/game/json/slaves/155.json
new file mode 100644
index 00000000..4ad3e59a
--- /dev/null
+++ b/game/json/slaves/155.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0155_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0155_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0155_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0155_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/156.json b/game/json/slaves/156.json
new file mode 100644
index 00000000..b74cd99a
--- /dev/null
+++ b/game/json/slaves/156.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0156_red_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0156_red_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0156_red_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0156_red_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/157.json b/game/json/slaves/157.json
new file mode 100644
index 00000000..8fcff24b
--- /dev/null
+++ b/game/json/slaves/157.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0157_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0157_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0157_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0157_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/158.json b/game/json/slaves/158.json
new file mode 100644
index 00000000..933e2d97
--- /dev/null
+++ b/game/json/slaves/158.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0158_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0158_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0158_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0158_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/159.json b/game/json/slaves/159.json
new file mode 100644
index 00000000..5d724d24
--- /dev/null
+++ b/game/json/slaves/159.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0159_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0159_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0159_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0159_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/16.json b/game/json/slaves/16.json
new file mode 100644
index 00000000..33c30f0f
--- /dev/null
+++ b/game/json/slaves/16.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0016_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0016_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0016_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0016_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/160.json b/game/json/slaves/160.json
new file mode 100644
index 00000000..5b71a810
--- /dev/null
+++ b/game/json/slaves/160.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0160_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0160_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0160_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0160_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/161.json b/game/json/slaves/161.json
new file mode 100644
index 00000000..9724d903
--- /dev/null
+++ b/game/json/slaves/161.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0161_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0161_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0161_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0161_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/162.json b/game/json/slaves/162.json
new file mode 100644
index 00000000..cef6c68d
--- /dev/null
+++ b/game/json/slaves/162.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0162_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0162_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0162_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0162_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/163.json b/game/json/slaves/163.json
new file mode 100644
index 00000000..d0829f4c
--- /dev/null
+++ b/game/json/slaves/163.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0163_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0163_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0163_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0163_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/164.json b/game/json/slaves/164.json
new file mode 100644
index 00000000..098a9bdc
--- /dev/null
+++ b/game/json/slaves/164.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0164_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0164_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0164_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0164_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/165.json b/game/json/slaves/165.json
new file mode 100644
index 00000000..1bbe573f
--- /dev/null
+++ b/game/json/slaves/165.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0165_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0165_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0165_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0165_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/166.json b/game/json/slaves/166.json
new file mode 100644
index 00000000..f9a29790
--- /dev/null
+++ b/game/json/slaves/166.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0166_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0166_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0166_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0166_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/167.json b/game/json/slaves/167.json
new file mode 100644
index 00000000..8b21cdd4
--- /dev/null
+++ b/game/json/slaves/167.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0167_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0167_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0167_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0167_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/168.json b/game/json/slaves/168.json
new file mode 100644
index 00000000..4176a3c0
--- /dev/null
+++ b/game/json/slaves/168.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0168_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0168_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0168_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0168_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/169.json b/game/json/slaves/169.json
new file mode 100644
index 00000000..2e4a3a1b
--- /dev/null
+++ b/game/json/slaves/169.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0169_white_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0169_white_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0169_white_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0169_white_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/17.json b/game/json/slaves/17.json
new file mode 100644
index 00000000..0b250cb6
--- /dev/null
+++ b/game/json/slaves/17.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0017_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0017_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0017_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0017_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/170.json b/game/json/slaves/170.json
new file mode 100644
index 00000000..c7fd1987
--- /dev/null
+++ b/game/json/slaves/170.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0170_white_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0170_white_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0170_white_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0170_white_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/171.json b/game/json/slaves/171.json
new file mode 100644
index 00000000..95eccbc8
--- /dev/null
+++ b/game/json/slaves/171.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0171_white_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0171_white_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0171_white_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0171_white_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/172.json b/game/json/slaves/172.json
new file mode 100644
index 00000000..fb3b76fb
--- /dev/null
+++ b/game/json/slaves/172.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0172_white_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0172_white_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0172_white_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0172_white_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/18.json b/game/json/slaves/18.json
new file mode 100644
index 00000000..4cf11cc6
--- /dev/null
+++ b/game/json/slaves/18.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0018_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0018_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0018_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0018_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/19.json b/game/json/slaves/19.json
new file mode 100644
index 00000000..f682afb7
--- /dev/null
+++ b/game/json/slaves/19.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0019_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0019_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0019_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0019_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/2.json b/game/json/slaves/2.json
new file mode 100644
index 00000000..4ccd66d8
--- /dev/null
+++ b/game/json/slaves/2.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0002_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0002_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0002_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0002_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/20.json b/game/json/slaves/20.json
new file mode 100644
index 00000000..0fe93853
--- /dev/null
+++ b/game/json/slaves/20.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0020_black_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0020_black_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0020_black_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0020_black_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/21.json b/game/json/slaves/21.json
new file mode 100644
index 00000000..dcfa2692
--- /dev/null
+++ b/game/json/slaves/21.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0021_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0021_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0021_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0021_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/22.json b/game/json/slaves/22.json
new file mode 100644
index 00000000..496d52ae
--- /dev/null
+++ b/game/json/slaves/22.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0022_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0022_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0022_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0022_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/23.json b/game/json/slaves/23.json
new file mode 100644
index 00000000..7feadc28
--- /dev/null
+++ b/game/json/slaves/23.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0023_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0023_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0023_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0023_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/24.json b/game/json/slaves/24.json
new file mode 100644
index 00000000..8b75d76c
--- /dev/null
+++ b/game/json/slaves/24.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0024_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0024_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0024_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0024_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/25.json b/game/json/slaves/25.json
new file mode 100644
index 00000000..8666e922
--- /dev/null
+++ b/game/json/slaves/25.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0025_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0025_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0025_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0025_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/2573_wilhelmine.json b/game/json/slaves/2573_wilhelmine.json
new file mode 100644
index 00000000..79bc7507
--- /dev/null
+++ b/game/json/slaves/2573_wilhelmine.json
@@ -0,0 +1,40 @@
+{
+    "seed_name": "Wilhelmine",
+    "seed_calisthenics": 2,
+    "seed_art": 2,
+    "seed_expression": 2,
+    "seed_beauty": 5,
+    "seed_stamina": 2,
+    "seed_sensitivity": 5,
+    "seed_temper": 5,
+    "seed_ego": 5,
+    "seed_pride": 5,
+    "seed_intellect": 3,
+    "seed_exotic": 1,
+    "seed_fat": 1,
+    "seed_spoil": 3,
+    "seed_world_description": "In my world the Bright Alliance leads a never-ending war against an ancient evil. The Alliance includes all worthy nations: bright elves, dwarves and civilized people. Even the angels and unicorns fight on our side, but the enemy has dragons and trolls. He wants to enslave everyone so that Darkness reigns in the world.",
+    "seed_family_description": "My dad is the king of Arthuria. Arthuria is a very proud kingdom with a long military history, although we own only a little land. Our paladins are known worldwide for their nobility and they strike fear in the enemy's miserable henchmen with only their looks. And I had a pet unicorn. Oh, if only he was here...",
+    "seed_metabolism": 1,
+    "seed_virginity": 0,
+    "seed_nymphomania": -1,
+    "seed_nymphomania_revealed": 2,
+    "seed_masohism": -1,
+    "seed_abuse_attitude": -1,
+    "seed_blood_attitude": -1,
+    "seed_passion_sweets": 1,
+    "seed_passion_fame": 1,
+    "seed_passion_comfort": 1,
+    "fullimage": "girls/full/wilhelmine_pink_long",
+    "fullmade": "girls/full/maid/wilhelmine",
+    "fullmistress": "girls/full/mistress/wilhelmine",
+    "fullsecretary": "girls/full/secretary/wilhelmine",
+    "seed_ava": "content/pic/girls/face/wilhelmine_sepia",
+    "seed_ava_gray": "content/pic/girls/face/wilhelmine_gray",
+    "seed_ava_clear": "content/pic/girls/face/wilhelmine",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_BB",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "arrogant"
+}
\ No newline at end of file
diff --git a/game/json/slaves/26.json b/game/json/slaves/26.json
new file mode 100644
index 00000000..53463c7a
--- /dev/null
+++ b/game/json/slaves/26.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0026_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0026_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0026_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0026_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/27.json b/game/json/slaves/27.json
new file mode 100644
index 00000000..c42db477
--- /dev/null
+++ b/game/json/slaves/27.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0027_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0027_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0027_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0027_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/28.json b/game/json/slaves/28.json
new file mode 100644
index 00000000..227a0a6f
--- /dev/null
+++ b/game/json/slaves/28.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0028_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0028_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0028_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0028_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/29.json b/game/json/slaves/29.json
new file mode 100644
index 00000000..e19c7b1a
--- /dev/null
+++ b/game/json/slaves/29.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0029_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0029_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0029_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0029_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/3.json b/game/json/slaves/3.json
new file mode 100644
index 00000000..1c5b7ac7
--- /dev/null
+++ b/game/json/slaves/3.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0003_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0003_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0003_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0003_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/30.json b/game/json/slaves/30.json
new file mode 100644
index 00000000..4525f925
--- /dev/null
+++ b/game/json/slaves/30.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0030_blond_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0030_blond_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0030_blond_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0030_blond_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/31.json b/game/json/slaves/31.json
new file mode 100644
index 00000000..e0dbb412
--- /dev/null
+++ b/game/json/slaves/31.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0031_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0031_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0031_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0031_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/32.json b/game/json/slaves/32.json
new file mode 100644
index 00000000..503f53e1
--- /dev/null
+++ b/game/json/slaves/32.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0032_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0032_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0032_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0032_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/33.json b/game/json/slaves/33.json
new file mode 100644
index 00000000..9158c2bd
--- /dev/null
+++ b/game/json/slaves/33.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0033_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0033_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0033_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0033_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/34.json b/game/json/slaves/34.json
new file mode 100644
index 00000000..a27d3349
--- /dev/null
+++ b/game/json/slaves/34.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0034_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0034_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0034_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0034_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/35.json b/game/json/slaves/35.json
new file mode 100644
index 00000000..04fb65a8
--- /dev/null
+++ b/game/json/slaves/35.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0035_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0035_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0035_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0035_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/36.json b/game/json/slaves/36.json
new file mode 100644
index 00000000..994d3efb
--- /dev/null
+++ b/game/json/slaves/36.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0036_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0036_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0036_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0036_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/37.json b/game/json/slaves/37.json
new file mode 100644
index 00000000..a05c0372
--- /dev/null
+++ b/game/json/slaves/37.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0037_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0037_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0037_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0037_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/38.json b/game/json/slaves/38.json
new file mode 100644
index 00000000..0af8a3d5
--- /dev/null
+++ b/game/json/slaves/38.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0038_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0038_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0038_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0038_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/39.json b/game/json/slaves/39.json
new file mode 100644
index 00000000..17a33e2f
--- /dev/null
+++ b/game/json/slaves/39.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0039_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0039_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0039_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0039_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/4.json b/game/json/slaves/4.json
new file mode 100644
index 00000000..10eba602
--- /dev/null
+++ b/game/json/slaves/4.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0004_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0004_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0004_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0004_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/40.json b/game/json/slaves/40.json
new file mode 100644
index 00000000..f35f2545
--- /dev/null
+++ b/game/json/slaves/40.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0040_blond_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0040_blond_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0040_blond_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0040_blond_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/41.json b/game/json/slaves/41.json
new file mode 100644
index 00000000..d0fa14e0
--- /dev/null
+++ b/game/json/slaves/41.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0041_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0041_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0041_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0041_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/42.json b/game/json/slaves/42.json
new file mode 100644
index 00000000..452e1382
--- /dev/null
+++ b/game/json/slaves/42.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0042_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0042_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0042_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0042_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/43.json b/game/json/slaves/43.json
new file mode 100644
index 00000000..5cd493c4
--- /dev/null
+++ b/game/json/slaves/43.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0043_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0043_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0043_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0043_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/44.json b/game/json/slaves/44.json
new file mode 100644
index 00000000..702b4ede
--- /dev/null
+++ b/game/json/slaves/44.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0044_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0044_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0044_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0044_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/45.json b/game/json/slaves/45.json
new file mode 100644
index 00000000..a021a599
--- /dev/null
+++ b/game/json/slaves/45.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0045_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0045_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0045_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0045_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/46.json b/game/json/slaves/46.json
new file mode 100644
index 00000000..a1c5243b
--- /dev/null
+++ b/game/json/slaves/46.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0046_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0046_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0046_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0046_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/47.json b/game/json/slaves/47.json
new file mode 100644
index 00000000..2def02d9
--- /dev/null
+++ b/game/json/slaves/47.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0047_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0047_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0047_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0047_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/48.json b/game/json/slaves/48.json
new file mode 100644
index 00000000..a8393dd7
--- /dev/null
+++ b/game/json/slaves/48.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0048_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0048_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0048_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0048_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/49.json b/game/json/slaves/49.json
new file mode 100644
index 00000000..46113b75
--- /dev/null
+++ b/game/json/slaves/49.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0049_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0049_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0049_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0049_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/5.json b/game/json/slaves/5.json
new file mode 100644
index 00000000..2b0d98d0
--- /dev/null
+++ b/game/json/slaves/5.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0005_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0005_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0005_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0005_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/50.json b/game/json/slaves/50.json
new file mode 100644
index 00000000..f2c72a66
--- /dev/null
+++ b/game/json/slaves/50.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0050_blue_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0050_blue_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0050_blue_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0050_blue_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/51.json b/game/json/slaves/51.json
new file mode 100644
index 00000000..2c3a3428
--- /dev/null
+++ b/game/json/slaves/51.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0051_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0051_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0051_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0051_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/52.json b/game/json/slaves/52.json
new file mode 100644
index 00000000..f6eabb75
--- /dev/null
+++ b/game/json/slaves/52.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0052_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0052_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0052_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0052_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/53.json b/game/json/slaves/53.json
new file mode 100644
index 00000000..8b285e4d
--- /dev/null
+++ b/game/json/slaves/53.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0053_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0053_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0053_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0053_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/54.json b/game/json/slaves/54.json
new file mode 100644
index 00000000..219f5635
--- /dev/null
+++ b/game/json/slaves/54.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0054_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0054_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0054_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0054_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/55.json b/game/json/slaves/55.json
new file mode 100644
index 00000000..05bd3e02
--- /dev/null
+++ b/game/json/slaves/55.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0055_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0055_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0055_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0055_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/56.json b/game/json/slaves/56.json
new file mode 100644
index 00000000..8b9832b5
--- /dev/null
+++ b/game/json/slaves/56.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0056_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0056_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0056_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0056_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/57.json b/game/json/slaves/57.json
new file mode 100644
index 00000000..7b514513
--- /dev/null
+++ b/game/json/slaves/57.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0057_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0057_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0057_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0057_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/58.json b/game/json/slaves/58.json
new file mode 100644
index 00000000..d75ee454
--- /dev/null
+++ b/game/json/slaves/58.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0058_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0058_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0058_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0058_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_D",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/59.json b/game/json/slaves/59.json
new file mode 100644
index 00000000..4af30b11
--- /dev/null
+++ b/game/json/slaves/59.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0059_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0059_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0059_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0059_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/6.json b/game/json/slaves/6.json
new file mode 100644
index 00000000..bf373b0d
--- /dev/null
+++ b/game/json/slaves/6.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0006_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0006_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0006_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0006_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/60.json b/game/json/slaves/60.json
new file mode 100644
index 00000000..04da28b2
--- /dev/null
+++ b/game/json/slaves/60.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0060_blue_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0060_blue_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0060_blue_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0060_blue_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/61.json b/game/json/slaves/61.json
new file mode 100644
index 00000000..74b639ff
--- /dev/null
+++ b/game/json/slaves/61.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0061_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0061_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0061_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0061_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/62.json b/game/json/slaves/62.json
new file mode 100644
index 00000000..97d5a34b
--- /dev/null
+++ b/game/json/slaves/62.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0062_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0062_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0062_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0062_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/63.json b/game/json/slaves/63.json
new file mode 100644
index 00000000..e231b381
--- /dev/null
+++ b/game/json/slaves/63.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0063_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0063_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0063_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0063_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/64.json b/game/json/slaves/64.json
new file mode 100644
index 00000000..6f215d58
--- /dev/null
+++ b/game/json/slaves/64.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0064_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0064_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0064_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0064_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/65.json b/game/json/slaves/65.json
new file mode 100644
index 00000000..d20e6fdf
--- /dev/null
+++ b/game/json/slaves/65.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0065_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0065_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0065_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0065_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/66.json b/game/json/slaves/66.json
new file mode 100644
index 00000000..cbe3e702
--- /dev/null
+++ b/game/json/slaves/66.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0066_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0066_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0066_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0066_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/67.json b/game/json/slaves/67.json
new file mode 100644
index 00000000..1fc42f65
--- /dev/null
+++ b/game/json/slaves/67.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0067_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0067_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0067_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0067_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/68.json b/game/json/slaves/68.json
new file mode 100644
index 00000000..4915b4a5
--- /dev/null
+++ b/game/json/slaves/68.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0068_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0068_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0068_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0068_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/69.json b/game/json/slaves/69.json
new file mode 100644
index 00000000..74451828
--- /dev/null
+++ b/game/json/slaves/69.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0069_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0069_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0069_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0069_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/7.json b/game/json/slaves/7.json
new file mode 100644
index 00000000..2489c31b
--- /dev/null
+++ b/game/json/slaves/7.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0007_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0007_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0007_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0007_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/70.json b/game/json/slaves/70.json
new file mode 100644
index 00000000..f6aa0ed8
--- /dev/null
+++ b/game/json/slaves/70.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0070_brown_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0070_brown_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0070_brown_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0070_brown_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/71.json b/game/json/slaves/71.json
new file mode 100644
index 00000000..c1f3691e
--- /dev/null
+++ b/game/json/slaves/71.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0071_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0071_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0071_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0071_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/72.json b/game/json/slaves/72.json
new file mode 100644
index 00000000..1ac6d669
--- /dev/null
+++ b/game/json/slaves/72.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0072_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0072_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0072_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0072_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/73.json b/game/json/slaves/73.json
new file mode 100644
index 00000000..ddc4b511
--- /dev/null
+++ b/game/json/slaves/73.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0073_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0073_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0073_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0073_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/74.json b/game/json/slaves/74.json
new file mode 100644
index 00000000..2b848b9f
--- /dev/null
+++ b/game/json/slaves/74.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0074_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0074_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0074_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0074_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/75.json b/game/json/slaves/75.json
new file mode 100644
index 00000000..39f354d6
--- /dev/null
+++ b/game/json/slaves/75.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0075_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0075_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0075_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0075_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/76.json b/game/json/slaves/76.json
new file mode 100644
index 00000000..246ed317
--- /dev/null
+++ b/game/json/slaves/76.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0076_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0076_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0076_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0076_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/77.json b/game/json/slaves/77.json
new file mode 100644
index 00000000..8bd41944
--- /dev/null
+++ b/game/json/slaves/77.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0077_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0077_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0077_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0077_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_BB",
+    "seed_pussy_img": "pussy_g3",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/78.json b/game/json/slaves/78.json
new file mode 100644
index 00000000..c2b047c0
--- /dev/null
+++ b/game/json/slaves/78.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0078_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0078_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0078_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0078_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/79.json b/game/json/slaves/79.json
new file mode 100644
index 00000000..8e4b61fe
--- /dev/null
+++ b/game/json/slaves/79.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0079_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0079_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0079_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0079_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/8.json b/game/json/slaves/8.json
new file mode 100644
index 00000000..7a813762
--- /dev/null
+++ b/game/json/slaves/8.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0008_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0008_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0008_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0008_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/80.json b/game/json/slaves/80.json
new file mode 100644
index 00000000..645ea1b5
--- /dev/null
+++ b/game/json/slaves/80.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0080_brown_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0080_brown_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0080_brown_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0080_brown_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/81.json b/game/json/slaves/81.json
new file mode 100644
index 00000000..2f68b82c
--- /dev/null
+++ b/game/json/slaves/81.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0081_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0081_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0081_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0081_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/82.json b/game/json/slaves/82.json
new file mode 100644
index 00000000..ae4a1604
--- /dev/null
+++ b/game/json/slaves/82.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0082_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0082_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0082_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0082_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/83.json b/game/json/slaves/83.json
new file mode 100644
index 00000000..968d657a
--- /dev/null
+++ b/game/json/slaves/83.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0083_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0083_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0083_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0083_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/84.json b/game/json/slaves/84.json
new file mode 100644
index 00000000..19c5f872
--- /dev/null
+++ b/game/json/slaves/84.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0084_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0084_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0084_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0084_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/85.json b/game/json/slaves/85.json
new file mode 100644
index 00000000..bfe5e24d
--- /dev/null
+++ b/game/json/slaves/85.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0085_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0085_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0085_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0085_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/86.json b/game/json/slaves/86.json
new file mode 100644
index 00000000..215aef95
--- /dev/null
+++ b/game/json/slaves/86.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0086_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0086_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0086_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0086_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/87.json b/game/json/slaves/87.json
new file mode 100644
index 00000000..83cdfef7
--- /dev/null
+++ b/game/json/slaves/87.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0087_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0087_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0087_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0087_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/88.json b/game/json/slaves/88.json
new file mode 100644
index 00000000..0245e618
--- /dev/null
+++ b/game/json/slaves/88.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0088_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0088_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0088_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0088_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/89.json b/game/json/slaves/89.json
new file mode 100644
index 00000000..e3d4a549
--- /dev/null
+++ b/game/json/slaves/89.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0089_green_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0089_green_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0089_green_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0089_green_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/9.json b/game/json/slaves/9.json
new file mode 100644
index 00000000..7e54632b
--- /dev/null
+++ b/game/json/slaves/9.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0009_black_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0009_black_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0009_black_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0009_black_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/90.json b/game/json/slaves/90.json
new file mode 100644
index 00000000..07dee018
--- /dev/null
+++ b/game/json/slaves/90.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0090_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0090_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0090_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0090_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/91.json b/game/json/slaves/91.json
new file mode 100644
index 00000000..6a42f1ca
--- /dev/null
+++ b/game/json/slaves/91.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0091_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0091_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0091_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0091_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 3,
+    "seed_boobs_img": "boobs_D",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/92.json b/game/json/slaves/92.json
new file mode 100644
index 00000000..a85b1fc5
--- /dev/null
+++ b/game/json/slaves/92.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0092_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0092_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0092_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0092_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/93.json b/game/json/slaves/93.json
new file mode 100644
index 00000000..2bf4b2c5
--- /dev/null
+++ b/game/json/slaves/93.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0093_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0093_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0093_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0093_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/94.json b/game/json/slaves/94.json
new file mode 100644
index 00000000..3d061e1c
--- /dev/null
+++ b/game/json/slaves/94.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0094_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0094_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0094_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0094_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/95.json b/game/json/slaves/95.json
new file mode 100644
index 00000000..95fc75fa
--- /dev/null
+++ b/game/json/slaves/95.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0095_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0095_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0095_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0095_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 2,
+    "seed_boobs_img": "boobs_C",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/96.json b/game/json/slaves/96.json
new file mode 100644
index 00000000..81e72ce9
--- /dev/null
+++ b/game/json/slaves/96.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0096_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0096_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0096_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0096_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/97.json b/game/json/slaves/97.json
new file mode 100644
index 00000000..2a359517
--- /dev/null
+++ b/game/json/slaves/97.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0097_green_short_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0097_green_short_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0097_green_short_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0097_green_short_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/98.json b/game/json/slaves/98.json
new file mode 100644
index 00000000..a8ed1c46
--- /dev/null
+++ b/game/json/slaves/98.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0098_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0098_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0098_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0098_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 1,
+    "seed_boobs_img": "boobs_B",
+    "seed_pussy_img": "pussy_l1",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
diff --git a/game/json/slaves/99.json b/game/json/slaves/99.json
new file mode 100644
index 00000000..532afc7a
--- /dev/null
+++ b/game/json/slaves/99.json
@@ -0,0 +1,15 @@
+{
+    "fullimage": "girls/full/0099_pink_long_loli",
+    "fullmade": "",
+    "fullmistress": "",
+    "fullsecretary": "",
+    "seed_ava": "content/pic/girls/face/0099_pink_long_loli_sepia",
+    "seed_ava_gray": "content/pic/girls/face/0099_pink_long_loli_gray",
+    "seed_ava_clear": "content/pic/girls/face/0099_pink_long_loli",
+    "seed_age": 1,
+    "seed_boobs": 0,
+    "seed_boobs_img": "boobs_A",
+    "seed_pussy_img": "pussy_l2",
+    "seed_psy_basic": "",
+    "seed_world": ""
+}
\ No newline at end of file
-- 
GitLab


From 1657a35dc2d613cf98fbb3818203fa49a97bc13a Mon Sep 17 00:00:00 2001
From: ImperatorAugustus <>
Date: Mon, 14 Aug 2023 10:02:08 -0400
Subject: [PATCH 3/6] compile

---
 Qgen/jack.txt | 10374 ++++++++++++++++++++++++++++--------------------
 game/jack.qsp |   Bin 9094800 -> 9502436 bytes
 2 files changed, 6069 insertions(+), 4305 deletions(-)

diff --git a/Qgen/jack.txt b/Qgen/jack.txt
index 7fc105ef..c6fdac39 100644
--- a/Qgen/jack.txt
+++ b/Qgen/jack.txt
@@ -207,9 +207,11 @@
 �g�s� �'�s�t�a�r�t�_�r�e�f�r�e�s�h�'� �&�!� �E�R�A�S�E�S� �A�L�L� �V�A�R�I�A�B�L�E�S� �I�N� �T�H�E� �G�A�M�E�,� �M�U�S�T� �B�E� �D�O�N�E� �A�F�T�E�R� �M�E�N�U� �D�I�S�P�L�A�Y� �A�B�O�V�E� �F�O�R� �C�O�R�R�E�C�T� �R�E�N�D�E�R�I�N�G�
�
 �
�
 �!�A�d�d�O�n� �-� �I�n�i�t�i�a�l�i�s�a�t�i�o�n�
�
-�$�t�i�t�l�e�_�f�i�x� �=� �'�J�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s� �v�2�.�2�.�1� �D�e�v� �V�e�r�s�i�o�n� �(�n�o�-�l�o�l�i� �e�d�i�t�i�o�n�)�'�
�
+�$�t�i�t�l�e�_�f�i�x� �=� �'�J�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s� �v�2�.�2�.�4� �D�e�v� �V�e�r�s�i�o�n�'�
�
 �$�g�a�m�e�_�v�e�r� �=� �$�t�i�t�l�e�_�f�i�x�
�
 �
�
+�o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �1� �&�!� �i�n�i�t�i�a�l�i�z�e�d� �t�o� �1� �i�n� �m�a�i�n�_�m�e�n�u� �s�o� �n�e�w� �g�a�m�e�s� �s�t�a�r�t�e�d� �a�f�t�e�r� �t�h�i�s� �c�o�d�e� �w�a�s� �a�d�d�e�d� �w�i�l�l� �b�y�p�a�s�s� �t�h�e� �u�p�d�a�t�e� �c�h�e�c�k� �i�n� �$�n�e�w�l�o�c�
�
+�
�
 �g�s� �'�$�a�d�d�o�n�_�c�u�s�t�o�m�_�d�a�t�a�'�
�
 �g�s� �'�r�e�f�r�e�s�h�_�d�a�t�a�b�a�s�e�'�
�
 �g�s� �'�i�n�i�t�_�g�a�m�e�'�
�
@@ -255,7 +257,7 @@
 �*�n�l� �'�T�h�i�s� �g�a�m�e� �i�s� �b�u�i�l�t� �o�n� �t�h�e� �<�a� �h�r�e�f�=�"�h�t�t�p�:�/�/�q�s�p�.�s�u�"�>�A�E�R�O� �Q�S�P�<�/�a�>� �p�l�a�t�f�o�r�m� �a�n�d� �d�e�s�i�g�n�e�d� �f�o�r� �u�s�e� �w�i�t�h� �t�h�e� �F�a�s�t�Q�S�P� �p�l�a�y�e�r� �b�y� �G�r�a�y�l�o�r� �(�b�u�n�d�l�e�d� �w�i�t�h� �t�h�e� �g�a�m�e�)�.� �Y�o�u� �c�a�n� �c�h�e�c�k� �t�h�e� �<�a� �h�r�e�f�=�"�h�t�t�p�:�/�/�o�l�d�h�u�n�t�e�r�g�a�m�e�s�.�b�l�o�g�s�p�o�t�.�r�u�/�"�>�a�u�t�h�o�r� s� �b�l�o�g�<�/�a�>� �f�o�r� �o�t�h�e�r� �g�a�m�e�s� �(�u�n�t�r�a�n�s�l�a�t�e�d�)� �f�r�o�m� �t�h�i�s� �a�u�t�h�o�r�.�'�
�
 �*�n�l� �'�I�f� �y�o�u� �w�a�n�t� �t�o� �s�u�p�p�o�r�t� �t�h�e� �a�u�t�h�o�r� �i�n� �c�r�e�a�t�i�n�g� �n�e�w� �g�a�m�e�s� �o�r� �j�u�s�t� �t�h�a�n�k� �h�i�m� �f�o�r� �t�h�i�s� �o�n�e�,� �d�o�n� t� �b�e� �s�h�y� �t�o� �s�e�n�d� �y�o�u�r� �d�o�n�a�t�i�o�n�s� �v�i�a� �Y�a�n�d�e�x�-�m�o�n�e�y� �o�r� �P�a�y�P�a�l�,� �a�l�l� �n�e�c�e�s�s�a�r�y� �i�n�f�o�r�m�a�t�i�o�n� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �t�h�i�s� �i�n� �h�i�s� �b�l�o�g�.�<�b�r�>�'�
�
 �*�n�l� �'�2�0�1�9� �-� �T�h�a�n�k�s� �t�o� �B�e�a�v�e�r�1�4�,� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�s�p�e�c�t�r�e�1�v�i�p�e�r�.�2�1�6�3�5�8�/�"�>�C�r�u�s�h�b�o�s�s�<�/�a�>� �a�n�d� �t�h�e� �d�e�f�u�n�c�t� �H�F� �c�o�m�m�u�n�i�t�y� �f�o�r� �h�a�v�i�n�g� �l�e�d� �u�s� �t�o� �v�e�r�s�i�o�n� �1�.�7�.�5�.� �T�h�a�n�k�s� �t�o� �F�u�g�i�t�i�v�e� �R�e�d� �f�o�r� �v�e�r�s�i�o�n� �1�.�8� �w�h�i�c�h� �i�s� �t�h�e� �b�a�s�i�s� �o�f� �t�h�i�s� �v�e�r�s�i�o�n�.�<�b�r�>�'�
�
-�*�n�l� �'�T�h�a�n�k�s� �t�o� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�q�w�e�r�t�y�u�1�2�3�5�9�.�1�4�1�9�9�7�/�"�>�Q�w�e�r�t�y�u�1�2�3�5�9�<�/�a�>� �f�o�r� �l�e�a�d�i�n�g� �t�h�e� �2�.�0� �p�r�o�j�e�c�t� �t�o� �c�o�m�p�l�e�t�i�o�n�.� �T�h�a�n�k�s� �t�o� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�p�o�w�e�r�a�i�r�m�a�x�.�9�1�8�6�1�5�/�"�>�P�o�w�e�r�a�i�r�m�a�x�<�/�a�>� �f�o�r� �a�l�l� �h�i�s� �t�e�d�i�o�u�s� �w�o�r�k� �o�n� �t�h�e� �b�e�t�a� �v�e�r�s�i�o�n�,� �o�v�e�r� �s�o� �m�a�n�y� �m�o�n�t�h�s�.� �T�h�a�n�k�s� �t�o� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�l�o�k�p�l�a�r�t�.�7�8�1�6�9�7�/�"�>�L�o�k�p�l�a�r�t�<�/�a�>�,� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�i�m�p�e�r�a�t�o�r�a�u�g�u�s�t�u�s�t�e�r�t�i�u�s�.�2�8�4�2�2�6�5�/�"�>�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�<�/�a�>� �a�n�d� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�u�t�t�e�r�l�y�j�u�n�k�y�.�2�7�9�5�5�4�3�/�"�>�u�t�t�e�r�l�y�j�u�n�k�y�<�/�a�>� �f�o�r� �s�i�g�n�i�f�i�c�a�n�t� �c�o�n�t�r�i�b�u�t�i�o�n�s�.� �T�h�a�n�k�s� �t�o� �a�l�l� �t�h�e� �F�9�5�Z�o�n�e� �c�o�m�m�u�n�i�t�y� �u�s�e�r�s� �f�o�r� �h�e�l�p� �w�i�t�h� �b�u�g�s�,� �p�l�a�y�t�h�r�o�u�g�h� �g�u�i�d�e�s�,� �a�n�d� �a�d�d�i�t�i�o�n�a�l� �m�o�d�s�.�<�/�d�i�v�>�'�
�
+�*�n�l� �'�T�h�a�n�k�s� �t�o� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�q�w�e�r�t�y�u�1�2�3�5�9�.�1�4�1�9�9�7�/�"�>�Q�w�e�r�t�y�u�1�2�3�5�9�<�/�a�>� �f�o�r� �l�e�a�d�i�n�g� �t�h�e� �2�.�0� �p�r�o�j�e�c�t� �t�o� �c�o�m�p�l�e�t�i�o�n�.� �T�h�a�n�k�s� �t�o� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�p�o�w�e�r�a�i�r�m�a�x�.�9�1�8�6�1�5�/�"�>�P�o�w�e�r�a�i�r�m�a�x�<�/�a�>� �f�o�r� �a�l�l� �h�i�s� �t�e�d�i�o�u�s� �w�o�r�k� �o�n� �t�h�e� �b�e�t�a� �v�e�r�s�i�o�n�,� �o�v�e�r� �s�o� �m�a�n�y� �m�o�n�t�h�s�.� �T�h�a�n�k�s� �t�o� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�l�o�k�p�l�a�r�t�.�7�8�1�6�9�7�/�"�>�L�o�k�p�l�a�r�t�<�/�a�>�,� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�p�i�a�n�o�c�a�t�.�9�4�7�3�1�0�/�"�>�P�i�a�n�o�c�a�t�<�/�a�>�,� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�i�m�p�e�r�a�t�o�r�a�u�g�u�s�t�u�s�t�e�r�t�i�u�s�.�2�8�4�2�2�6�5�/�"�>�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�<�/�a�>� �a�n�d� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�m�e�m�b�e�r�s�/�u�t�t�e�r�l�y�j�u�n�k�y�.�2�7�9�5�5�4�3�/�"�>�u�t�t�e�r�l�y�j�u�n�k�y�<�/�a�>� �f�o�r� �s�i�g�n�i�f�i�c�a�n�t� �c�o�n�t�r�i�b�u�t�i�o�n�s�.� �T�h�a�n�k�s� �t�o� �a�l�l� �t�h�e� �F�9�5�Z�o�n�e� �c�o�m�m�u�n�i�t�y� �u�s�e�r�s� �f�o�r� �h�e�l�p� �w�i�t�h� �b�u�g�s�,� �p�l�a�y�t�h�r�o�u�g�h� �g�u�i�d�e�s�,� �a�n�d� �a�d�d�i�t�i�o�n�a�l� �m�o�d�s�.�<�/�d�i�v�>�'�
�
 �
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�c�l�o�s�e�_�s�c�r�o�l�l�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�m�a�i�n�_�m�e�n�u�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�c�l�o�s�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
@@ -266,8 +268,8 @@
 �
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�t�i�t�l�e�_�s�c�r�o�l�l�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�s�c�r�o�l�l�_�l�a�r�g�e�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�t�i�t�l�e�_�s�c�r�o�l�l�_�t�e�x�t�"�>�J�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s� �G�a�m�e� �a�n�d� �D�e�v�e�l�o�p�m�e�n�t� �I�n�f�o�r�m�a�t�i�o�n�:�<�b�r�>�'�
�
-�*�n�l� �'�C�u�r�r�e�n�t� �g�a�m�e� �p�l�a�y� �d�i�s�c�u�s�s�i�o�n� �(�q�u�e�s�t�i�o�n�s�,� �b�u�g� �r�e�p�o�r�t�s�,� �f�e�a�t�u�r�e� �r�e�q�u�e�s�t�s�,� �e�t�c�.�)� �c�a�n� �b�e� �f�o�u�n�d� �a�t� �<�a� �h�r�e�f�=�"�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�t�h�r�e�a�d�s�/�j�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s�-�v�2�-�2�-�o�l�d�-�h�u�n�t�s�m�a�n�-�c�o�m�m�u�n�i�t�y�-�d�e�v�e�l�o�p�p�m�e�n�t�.�3�9�0�/�"�>�h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�t�h�r�e�a�d�s�/�j�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s�-�v�2�-�2�-�o�l�d�-�h�u�n�t�s�m�a�n�-�c�o�m�m�u�n�i�t�y�-�d�e�v�e�l�o�p�p�m�e�n�t�.�3�9�0�/�<�/�a�>�<�b�r�>�'�
�
-�*�n�l� �'�P�l�e�a�s�e� �r�e�p�o�r�t� �a�n�y� �r�e�p�r�o�d�u�c�a�b�l�e� �b�u�g�s� �t�h�a�t� �y�o�u� �f�i�n�d� �i�n�-�g�a�m�e�.� � �T�h�i�s� �h�e�l�p�s� �t�o� �e�n�s�u�r�e� �c�l�e�a�n�e�r� �r�e�l�e�a�s�e�s� �i�n� �t�h�e� �f�u�t�u�r�e�.� � �H�a�p�p�y� �G�a�m�i�n�g�!�!�!�<�/�d�i�v�>�'�
�
+�*�n�l� �'�C�u�r�r�e�n�t� �g�a�m�e� �p�l�a�y� �d�i�s�c�u�s�s�i�o�n� �(�q�u�e�s�t�i�o�n�s�,� �b�u�g� �r�e�p�o�r�t�s�,� �f�e�a�t�u�r�e� �r�e�q�u�e�s�t�s�,� �e�t�c�.�)� �c�a�n� �b�e� �f�o�u�n�d� �a�t� �h�t�t�p�s�:�/�/�f�9�5�z�o�n�e�.�t�o�/�t�h�r�e�a�d�s�/�j�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s�-�v�2�-�2�-�o�l�d�-�h�u�n�t�s�m�a�n�-�c�o�m�m�u�n�i�t�y�-�d�e�v�e�l�o�p�m�e�n�t�.�3�9�0�/�<�b�r�>�'�
�
+�*�n�l� �'�P�l�e�a�s�e� �r�e�p�o�r�t� �a�n�y� �r�e�p�r�o�d�u�c�i�b�l�e� �b�u�g�s� �t�h�a�t� �y�o�u� �f�i�n�d� �i�n�-�g�a�m�e�.� � �T�h�i�s� �h�e�l�p�s� �t�o� �e�n�s�u�r�e� �c�l�e�a�n�e�r� �r�e�l�e�a�s�e�s� �i�n� �t�h�e� �f�u�t�u�r�e�.� � �H�a�p�p�y� �G�a�m�i�n�g�!�<�/�d�i�v�>�'�
�
 �
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�c�l�o�s�e�_�s�c�r�o�l�l�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�m�a�i�n�_�m�e�n�u�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�c�l�o�s�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
@@ -396,7 +398,7 @@
 �!�G�a�m�e� �O�p�t�i�o�n� �V�a�r�i�a�b�l�e�s�
�
 �n�s�f�w� �=� �0�
�
 �n�s�f�w�_�s�o�u�n�d�_�d�i�s�a�b�l�e�d� �=� �0�
�
-�n�o�_�l�o�l�i� �=� �1�
�
+�n�o�_�l�o�l�i� �=� �0�
�
 �n�o�_�m�i�l�f� �=� �0�
�
 �n�o�_�m�i�n�d�b�r�e�a�k� �=� �0�
�
 �n�o�_�g�u�r�o� �=� �0�
�
@@ -489,8 +491,8 @@
 �!�I�n�i�t�i�a�l�i�z�e� �C�u�s�t�o�m� �G�a�m�e�
�
 �
�
 �g�e�t�_�i�n�i�t�i�a�l�_�s�l�a�v�e� �=� �0�
�
-�h�e�r�o�_�p�o�i�n�t�s� �=� �6�1�5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �B�l�a�d�e�
�
-�s�p�a�r�k�s� �=� �1�5�0�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �B�l�a�d�e�
�
+�s�p�a�r�k�s� �=� �6�0�0�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �B�l�a�d�e�
�
+�h�e�r�o�_�p�o�i�n�t�s� �=� �5�8�5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �B�l�a�d�e�
�
 �
�
 �m�a�s�t�e�r�_�e�n�e�r�g�y� �=� �5�
�
 �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �0�
�
@@ -778,7 +780,7 @@
 �i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �0�:� �h�e�r�o�_�c�h�o�i�c�e� �=� �1�
�
 �
�
 �i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �<� �2�:�
�
-�	�!� �C�h�e�a�t� �c�o�d�e�s� �a�r�e� �d�i�s�a�b�l�e�d� �f�o�r� �H�a�r�d� �d�i�f�f�i�c�u�l�t�y�,� �e�x�c�e�p�t� �t�h�e� �a�g�e� �o�n�e�s�
�
+�	�!� �C�h�e�a�t� �c�o�d�e�s� �a�r�e� �d�i�s�a�b�l�e�d� �f�o�r� �E�x�t�r�e�m�e� �d�i�f�f�i�c�u�l�t�y�,� �e�x�c�e�p�t� �t�h�e� �a�g�e� �o�n�e�s�
�
 �
�
 �	�i�f� �$�m�a�s�t�e�r�_�n�a�m�e� �=� �'�J�e�a�n�G�r�e�y�'� �a�n�d� �c�h�e�a�t�_�a�l�l�_�b�a�s�i�c� �<� �1�:�
�
 �	�	�c�h�e�a�t�_�a� �=� �2�
�
@@ -1100,13 +1102,13 @@
 �
�
 �i�f� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �!� �0�:�
�
 �	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �1�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�l�i�b�i�d�o� �&� �g�t� �$�c�u�r�l�o�c� �&�!� �U�n�c�l�e� �T�o�m� �i�s� �a�l�w�a�y�s� �i�m�p�o�t�e�n�t� �i�n� �l�o�l�i� �v�e�r�s�i�o�n�
�
-�	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �1�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�l�i�b�i�d�o� �&� �m�s�g� �'�T�h�i�s� �i�s� �a� �c�h�a�l�l�e�n�g�e� �c�h�a�r�a�c�t�e�r�.� �L�i�b�i�d�o� �i�s� �l�o�c�k�e�d� �o�n� �N�o�r�m�a�l� �o�r� �H�a�r�d� �d�i�f�f�i�c�u�l�t�y�.�'� �&� �g�t� �$�c�u�r�l�o�c�
�
+�	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �1�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�l�i�b�i�d�o� �&� �m�s�g� �'�T�h�i�s� �i�s� �a� �c�h�a�l�l�e�n�g�e� �c�h�a�r�a�c�t�e�r�.� �L�i�b�i�d�o� �i�s� �l�o�c�k�e�d� �o�n� �N�o�r�m�a�l� �o�r� �E�x�t�r�e�m�e� �d�i�f�f�i�c�u�l�t�y�.�'� �&� �g�t� �$�c�u�r�l�o�c�
�
 �
�
 �	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �(�$�e�s�t�a�t�e� �=� �'�w�h�i�t�e�_�h�o�u�s�e�'� �o�r� �$�e�s�t�a�t�e� �=� �'�k�o�r�v�u�s�_�h�o�u�s�e�'�)�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�r�e�p� �&� �g�t� �$�c�u�r�l�o�c�
�
-�	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �$�e�s�t�a�t�e� �=� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�r�e�p� �&� �m�s�g� �'�T�h�i�s� �i�s� �a� �c�h�a�l�l�e�n�g�e� �c�h�a�r�a�c�t�e�r�.� �C�a�n�n�o�t� �s�t�a�r�t� �i�n� �W�h�i�t�e� �T�o�w�n�,� �t�h�e� �N�e�c�r�o�p�o�l�i�s� �o�r� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l� �o�n� �N�o�r�m�a�l� �o�r� �H�a�r�d� �d�i�f�f�i�c�u�l�t�y�.�'� �&� �g�t� �$�c�u�r�l�o�c�
�
+�	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �$�e�s�t�a�t�e� �=� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�r�e�p� �&� �m�s�g� �'�T�h�i�s� �i�s� �a� �c�h�a�l�l�e�n�g�e� �c�h�a�r�a�c�t�e�r�.� �C�a�n�n�o�t� �s�t�a�r�t� �i�n� �W�h�i�t�e� �T�o�w�n�,� �t�h�e� �N�e�c�r�o�p�o�l�i�s� �o�r� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l� �o�n� �N�o�r�m�a�l� �o�r� �E�x�t�r�e�m�e� �d�i�f�f�i�c�u�l�t�y�.�'� �&� �g�t� �$�c�u�r�l�o�c�
�
 �e�n�d�
�
 �
�
-�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �!� �0� �a�n�d� �$�e�s�t�a�t�e� �=� �'�w�h�i�t�e�_�h�o�u�s�e�'�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�r�e�p� �&� �m�s�g� �'�C�a�n�n�o�t� �s�t�a�r�t� �i�n� �W�h�i�t�e� �T�o�w�n� �o�n� �N�o�r�m�a�l� �o�r� �H�a�r�d� �d�i�f�f�i�c�u�l�t�y�.� �O�n�l�y� �p�a�t�r�i�c�i�a�n�s� �a�r�e� �a�l�l�o�w�e�d� �t�o� �l�i�v�e� �t�h�e�r�e�.�'� �&� �g�t� �$�c�u�r�l�o�c�
�
+�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �!� �0� �a�n�d� �$�e�s�t�a�t�e� �=� �'�w�h�i�t�e�_�h�o�u�s�e�'�:� �d�y�n�a�m�i�c� �$�l�o�w�e�r�_�r�e�p� �&� �m�s�g� �'�C�a�n�n�o�t� �s�t�a�r�t� �i�n� �W�h�i�t�e� �T�o�w�n� �o�n� �N�o�r�m�a�l� �o�r� �E�x�t�r�e�m�e� �d�i�f�f�i�c�u�l�t�y�.� �O�n�l�y� �p�a�t�r�i�c�i�a�n�s� �a�r�e� �a�l�l�o�w�e�d� �t�o� �l�i�v�e� �t�h�e�r�e�.�'� �&� �g�t� �$�c�u�r�l�o�c�
�
 �
�
 �$�m�a�s�t�e�r�_�a�v�a� �=� �$�s�e�p�i�a�_�a�v�a�_�p�a�t�h�[�h�e�r�o�_�c�h�o�i�c�e�]�
�
 �$�m�a�s�t�e�r�_�a�v�a�_�c�o�l�o�r� �=� �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�h�e�r�o�_�c�h�o�i�c�e�]�
�
@@ -1145,7 +1147,7 @@
 �	�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �1�
�
 �	�$�d�i�f�f�i�c�u�l�t�y�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'�E�a�s�y�'�
�
 �	�$�d�i�f�f�i�c�u�l�t�y�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'�N�o�r�m�a�l�'�
�
-�	�$�d�i�f�f�i�c�u�l�t�y�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'�H�a�r�d�'�
�
+�	�$�d�i�f�f�i�c�u�l�t�y�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'�E�x�t�r�e�m�e�'�
�
 �e�n�d�
�
 �
�
 �i�f� �c�u�s�t�o�m�_�g�a�m�e� �=� �1�:�
�
@@ -1394,24 +1396,6 @@
 �t�r�a�i�n�e�r�_�s�l�a�v�e�_�t�r�a�i�n�i�n�g�_�c�o�u�n�t�[�'�r�a�b�b�a�n�'�]� �=� �-�1�
�
 �t�r�a�i�n�e�r�_�s�l�a�v�e�_�t�r�a�i�n�i�n�g�_�c�o�u�n�t�[�'�s�h�e�e�p�h�e�r�d�'�]� �=� �-�1�
�
 �
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �1� �a�n�d� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �1�5�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1�5�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �2� �a�n�d� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �3�0�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �3�0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �3� �a�n�d� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �6�0�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �6�0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �4� �a�n�d� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �1�0�0�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1�0�0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �5� �a�n�d� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �1�8�0�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1�8�0�
�
-�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �1� �a�n�d� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �<� �1�0�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �1�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �2� �a�n�d� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �<� �2�0�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �2�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �3� �a�n�d� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �<� �4�0�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �4�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �4� �a�n�d� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �<� �8�0�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �8�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �5� �a�n�d� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �<� �1�2�0�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �1�2�0�
�
-�
�
-�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �1� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �1�5�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �1�5�
�
-�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �2� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �3�0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �3�0�
�
-�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �3� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �6�0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �6�0�
�
-�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �4� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �1�0�0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �1�0�0�
�
-�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �5� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �1�8�0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �1�8�0�
�
-�
�
 �i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �9� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �!� �0�:�
�
 �	�i�s�_�p�e�r�v� �=� �3� �&�!� �i�m�p�o�t�e�n�c�e� �c�h�a�l�l�e�n�g�e� �f�o�r� �U�n�c�l�e� �T�o�m� �i�f� �l�o�l�i�s� �a�r�e� �e�n�a�b�l�e�d� �a�n�d� �n�o�t� �E�a�s�y� �g�a�m�e� �d�i�f�f�i�c�u�l�t�y�
�
 �	�m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �0�
�
@@ -1585,6 +1569,7 @@
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�m�s�g� �'�<�b�r�>�<�c�e�n�t�e�r�>�G�a�m�e� �u�p�d�a�t�e�d�<�b�r�>�t�o�<�b�r�>�(�<�<�$�t�i�t�l�e�_�f�i�x�>�>�)�'�
�
 �	�	�	�e�n�d�
�
+�	�	�	�i�f� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �i�n�s�t�r�(�$�t�i�t�l�e�_�f�i�x�,� �'�n�o�-�l�o�l�i� �e�d�i�t�i�o�n�'�)� �>� �0�:� �n�o�_�l�o�l�i� �=� �1� �&�!� �a�d�d�e�d� �i�n� �2�.�2�.�3� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�$�g�a�m�e�_�v�e�r� �=� �$�t�i�t�l�e�_�f�i�x�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
@@ -2423,6 +2408,8 @@
 �	�k�i�l�l�o�b�j� �&�!� �r�e�m�o�v�e� �a�n�y� �s�t�r�a�y� �o�b�j�e�c�t�s�
�
 �	�g�t� �'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�
�
 �e�l�s�e�i�f� �i�s�_�h�o�m�e� �=� �0�:�
�
+�	�!�c�h�e�c�k� �f�o�r� �a�n� �e�v�e�n�t� �w�h�e�n� �r�e�t�u�r�n�i�n�g� �h�o�m�e� �(�a�d�d�e�d� �h�e�r�e� �t�o� �c�a�t�c�h� �p�l�a�y�e�r�s� �w�h�o� �n�e�v�e�r� �w�a�l�k� �o�u�t�s�i�d�e� �t�h�e�i�r� �h�o�m�e�,� �a�l�s�o� �c�h�e�c�k�e�d� �a�t� �t�h�e� �e�n�d� �o�f� �c�i�t�y�_�m�e�n�u�_�f�o�r�m� �f�o�r� �p�l�a�y�e�r�s� �w�h�o� �d�o� �w�a�l�k�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�g�s� �'�$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�'�,� �'�h�o�m�e�'�
�
 �	�i�s�_�h�o�m�e� �=� �1�
�
 �	�c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �'�c�o�n�t�e�n�t�/�s�n�d�/�d�o�o�r�.�w�a�v�'�
�
@@ -2573,15 +2560,23 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�p�o�i�n�t�,� �s�l�a�v�e�_�t�o�_�a�s�s�i�s�t�a�n�t�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�s�l�a�v�e�_�t�o�_�a�s�s�i�s�t�a�n�t�'�,� �'�A�p�p�o�i�n�t� �a�s�s�i�s�t�a�n�t�'�,� �'�A�p�p�o�i�n�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�s� �a�s�s�i�s�t�a�n�t�'�)�
�
 �	�e�n�d�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�e�n�d�_�d�a�y�,� �n�e�x�t�_�d�a�y�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�n�e�x�t�_�d�a�y�'�,� �'�E�n�d� �o�f� �t�h�e� �d�a�y�'�,� �'�E�n�d� �t�h�e� �d�a�y�'�)�
�
+�	�!�a�u�t�o�s�a�v�e�
�
+�	�i�f� �a�u�t�o�s�a�v�e�_�d�a�y� �=� �1�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�e�n�d�_�d�a�y�,� �'�s�a�v�e�g�a�m�e� �"�s�a�v�e�/�a�u�t�o�_�d�a�y�_�e�n�d�.�s�a�v�"� �&� �g�t� �"�n�e�x�t�_�d�a�y�"�'�,� �'�E�n�d� �o�f� �t�h�e� �d�a�y�'�,� �'�E�n�d� �t�h�e� �d�a�y�'�)�
�
+�	�e�l�s�e�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�e�n�d�_�d�a�y�,� �n�e�x�t�_�d�a�y�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�n�e�x�t�_�d�a�y�'�,� �'�E�n�d� �o�f� �t�h�e� �d�a�y�'�,� �'�E�n�d� �t�h�e� �d�a�y�'�)�
�
+�	�e�n�d�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �	�!�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�0;>@88:� �<�<�s�l�a�v�e�[�"�c�a�l�o�r�i�e�s�"�]�>�>�/� �AB>I5=85:� �<�<�s�l�a�v�e�[�"�s�t�a�r�v�a�t�i�o�n�"�]�>�>� �/� �6+@ �<�<�s�l�a�v�e�_�r�a�t�e�[�"�f�a�t�"�]�>�>�<�b�r�>�<�/�d�i�v�>�'�
�
+�
�
+�	�i�f� �n�s�f�w� �=� �0� �a�n�d� �(�s�l�a�v�e�_�t�y�p�e� �=� �2�5�7�5� �o�r� �s�l�a�v�e�_�t�y�p�e� �=� �2�5�7�4�)�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)� �&�!� �h�e�l�e�n� �a�n�d� �y�a�s�m�i�n�
�
+�
�
 �e�n�d�
�
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -2649,7 +2644,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -2672,7 +2667,7 @@
 �
�
 �	�i�f� �k�i�t�c�h�e�n� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�i�n�n�e�r�_�A�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�r�e�p�a�r�e� �D�i�n�n�e�r�'�,� �$�n�o�_�k�i�t�c�h�e�n�)�
�
-�	�e�l�s�e�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�:�
�
+�	�e�l�s�e�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�i�n�n�e�r�_�A�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�r�e�p�a�r�e� �D�i�n�n�e�r�'�,� �'�F�o�o�d� �h�a�s� �b�e�e�n� �p�r�e�p�a�r�e�d� �a�l�r�e�a�d�y�'�)�
�
 �	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�"�c�o�o�k�"�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�i�n�n�e�r�_�A�,� �m�e�n�u�_�d�i�n�n�e�r�_�A�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�r�e�p�a�r�e� �D�i�n�n�e�r�'�,� �'�O�r�d�e�r� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �t�o� �p�r�e�p�a�r�e� �d�i�n�n�e�r�'�)�
�
@@ -2708,7 +2703,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �5�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �-�1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -2786,13 +2781,13 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�u�s�p�e�x�_�g�r�a�y�,� �e�m�p�t�y�,� �'�A�u�s�p�e�x�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �n�o�w�'�)�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�5�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �1�:�
�
+�	�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�5�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�,� �m�e�n�u�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�,� �'�S�t�r�e�n�g�t�h�e�n�s� �t�h�e� �c�a�s�t�e�r� s� �a�u�r�a� �d�e�p�e�n�d�i�n�g� �o�n� �t�h�e� �m�a�g�i�c�a�l� �p�o�w�e�r�s� �o�f� �t�h�e� �c�a�s�t�e�r� �(�c�o�s�t�s� �5�$� �t�o� �c�a�s�t�)�'�)�
�
 �	�e�l�s�e�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�,� �'�T�h�e� �s�p�e�l�l� �i�s� �a�l�r�e�a�d�y� �a�c�t�i�v�e�'�)�
�
 �	�e�l�s�e�i�f� �m�a�s�t�e�r�_�m�a�g�e� �<� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�,� �'�Y�o�u�r� �m�a�g�i�c� �s�k�i�l�l� �i�s�n� t� �h�i�g�h� �e�n�o�u�g�h� �t�o� �c�a�s�t� �t�h�i�s�'�)�
�
-�	�e�l�s�e�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�5�]� �>� �0�:�
�
+�	�e�l�s�e�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�5�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �m�o�r�e� �t�h�a�n� �o�n�c�e� �a� �d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s� �t�o� �c�a�s�t� �t�h�i�s� �s�p�e�l�l�'�)�
�
@@ -2800,7 +2795,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�a�_�M�a�g�n�i�f�i�k�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �n�o�w�'�)�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�4�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �2�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�4�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�,� �m�e�n�u�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�I�n�c�r�e�a�s�e�s� �d�e�g�r�e�e� �o�f� �n�e�x�t� �f�e�e�l�i�n�g� �o�f� �m�e�r�i�t� �o�r� �g�u�i�l�t� �e�x�p�e�r�i�e�n�c�e�d� �b�y� �t�h�e� �s�l�a�v�e� �(�c�o�s�t�s� �5�$� �t�o� �c�a�s�t�)�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �<� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�N�o� �s�l�a�v�e� �a�v�a�i�l�a�b�l�e� �t�o� �c�a�s�t� �S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s� �o�n�'�)�
�
@@ -2808,7 +2803,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�Y�o�u�r� �m�a�g�i�c� �s�k�i�l�l� �i�s�n� t� �h�i�g�h� �e�n�o�u�g�h� �t�o� �c�a�s�t� �t�h�i�s�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �u�n�c�o�n�s�c�i�o�u�s�'�)�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�4�]� �>� �0�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�4�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �o�n� �t�h�e� �s�a�m�e� �s�l�a�v�e� �m�o�r�e� �t�h�a�n� �o�n�c�e� �a� �d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s� �t�o� �c�a�s�t� �t�h�i�s� �s�p�e�l�l�'�)�
�
@@ -2816,7 +2811,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �n�o�w�'�)�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�6�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �3�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�6�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �3�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�r�e�m�e�d�i�o�,� �m�e�n�u�_�T�r�e�m�e�d�i�o�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�r�e�m�e�n�d�i�o�'�,� �'�C�a�u�s�e�s� �t�h�e� �s�l�a�v�e� �t�o� �b�e� �a�f�r�a�i�d� �o�f� �t�h�e� �s�l�a�v�e�r� �(�c�o�s�t�s� �5�$� �t�o� �c�a�s�t�)�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �<� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�r�e�m�e�d�i�o�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�r�e�m�e�n�d�i�o�'�,� �'�N�o� �s�l�a�v�e� �a�v�a�i�l�a�b�l�e� �t�o� �c�a�s�t� �T�r�e�m�e�n�d�i�o� �o�n�'�)�
�
@@ -2824,7 +2819,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�r�e�m�e�d�i�o�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�r�e�m�e�n�d�i�o�'�,� �'�Y�o�u�r� �m�a�g�i�c� �s�k�i�l�l� �i�s�n� t� �h�i�g�h� �e�n�o�u�g�h� �t�o� �c�a�s�t� �t�h�i�s�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�r�e�m�e�d�i�o�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�r�e�m�e�n�d�i�o�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �u�n�c�o�n�s�c�i�o�u�s�'�)�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�6�]� �>� �0�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�6�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�r�e�m�e�d�i�o�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�r�e�m�e�n�d�i�o�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �o�n� �t�h�e� �s�a�m�e� �s�l�a�v�e� �m�o�r�e� �t�h�a�n� �o�n�c�e� �a� �d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�r�e�m�e�d�i�o�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�r�e�m�e�n�d�i�o�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s� �t�o� �c�a�s�t� �t�h�i�s� �s�p�e�l�l�'�)�
�
@@ -2864,7 +2859,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�l�i�k�a�c�i�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�l�i�k�a�c�i�a�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �n�o�w�'�)�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�7�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �4�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�7�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �4�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�m�i�n�i�_�D�i�c�t�u�m�,� �m�e�n�u�_�D�o�m�i�n�i�_�D�i�c�t�u�m�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�D�o�m�i�n�i� �D�i�c�t�u�m�'�,� �'�C�a�u�s�e�s� �t�h�e� �s�l�a�v�e� �t�o� �f�o�l�l�o�w� �a�l�l� �o�r�d�e�r�s� �o�f� �t�h�e� �c�a�s�t�e�r� �(�c�o�s�t�s� �5�$� �t�o� �c�a�s�t�)�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �<� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�m�i�n�i�_�D�i�c�t�u�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�m�i�n�i� �D�i�c�t�u�m�'�,� �'�N�o� �s�l�a�v�e� �a�v�a�i�l�a�b�l�e� �t�o� �c�a�s�t� �D�o�m�i�n�i� �D�i�c�t�u�m� �o�n�'�)�
�
@@ -2872,7 +2867,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�m�i�n�i�_�D�i�c�t�u�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�m�i�n�i� �D�i�c�t�u�m�'�,� �'�Y�o�u�r� �m�a�g�i�c� �s�k�i�l�l� �i�s�n� t� �h�i�g�h� �e�n�o�u�g�h� �t�o� �c�a�s�t� �t�h�i�s�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�m�i�n�i�_�D�i�c�t�u�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�m�i�n�i� �D�i�c�t�u�m�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �u�n�c�o�n�s�c�i�o�u�s�'�)�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�7�]� �>� �0�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�7�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�m�i�n�i�_�D�i�c�t�u�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�m�i�n�i� �D�i�c�t�u�m�'�,� �'�T�h�e� �s�p�e�l�l� �c�a�n� t� �b�e� �c�a�s�t� �o�n� �t�h�e� �s�a�m�e� �s�l�a�v�e� �m�o�r�e� �t�h�a�n� �o�n�c�e� �a� �d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�m�i�n�i�_�D�i�c�t�u�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�m�i�n�i� �D�i�c�t�u�m�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s� �t�o� �c�a�s�t� �t�h�i�s� �s�p�e�l�l�'�)�
�
@@ -2903,7 +2898,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �T�a�l�k�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�t�a�l�k�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -2918,7 +2913,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�l�e�s�s�o�n�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -2941,7 +2936,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x�e�d�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�s�e�x�_�e�d�u�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -2960,7 +2955,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�p�u�n�i�s�h�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -2995,7 +2990,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�r�e�w�a�r�d�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3025,7 +3020,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�s�e�x�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -3038,11 +3033,13 @@
 �
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>� �-�2� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �-�2�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�T�h�r�e�e�s�o�m�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�e�s�o�m�e�'�,� �'�T�h�r�e�e�s�o�m�e� �w�i�t�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>�'�)�
�
-�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �-�2�:�
�
+�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �-�2� �a�n�d� �s�p�a�r�k�s� �>� �0�:�
�
 �	�	�	�!�c�h�e�c�k� �a�s�s�i�s�t�a�n�t� �!� �e�x�i�s�t� �i�n�s�t�e�a�d� �o�f� �=� �n�o�_�s�l�a�v�e� �t�o� �a�l�l�o�w� �t�h�i�s� �i�n�t�e�r�a�c�t�i�o�n� �w�h�e�n� �a�s�s�i�s�t�a�n�t� �i�s� �f�a�i�n�t�e�d� �o�r� �d�e�a�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�T�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�e�s�o�m�e� �(�1�$�)�'�,� �'�H�a�v�e� �a� �t�h�r�e�e�s�o�m�e� �w�i�t�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �s�o�m�e�o�n�e� �f�r�o�m� �o�u�t�s�i�d�e� �t�h�e� �h�o�u�s�e�h�o�l�d�'�)�
�
 �	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<�=� �-�2�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �$�t�e�x�t�_�e�x�h�a�u�s�t�e�d�)�
�
+�	�	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �1�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �h�i�r�e� �a� �w�h�o�r�e�'�)�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�V�a�g�i�n�a�l�_�R�a�p�e�,� �m�e�n�u�_�V�a�g�i�n�a�l�_�R�a�p�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�V�a�g�i�n�a�l� �R�a�p�e�'�,� �'�R�a�p�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �v�a�g�i�n�a�l�l�y�'�)�
�
@@ -3066,7 +3063,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �I�n�v�i�t�e� �a� �t�u�t�o�r�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�t�u�t�o�r�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -3219,7 +3216,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �G�e�t� �r�i�d� �o�f� �h�e�r�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�g�e�t�_�r�i�d�_�o�f�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3239,7 +3236,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �U�n�c�o�n�s�c�i�o�u�s� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�u�n�c�o�n�s�c�i�o�u�s�:�
�
-�	�!�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�!�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�l�a�v�e�_�a�c�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�a�l�k�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �u�n�c�o�n�s�c�i�o�u�s�'�)�
�
@@ -3257,10 +3254,10 @@
 �!�m�a�i�n� �m�e�n�u� �-� �D�o�m�e�s�t�i�c� �i�s�s�u�e�s� �-� �A�c�c�o�u�n�t�i�n�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�A�c�c�o�u�n�t�i�n�g�:�
�
 �	�i�f� �s�l�a�v�e�[�"�a�c�c�o�u�n�t�_�r�u�l�e�"�]� �=� �1�:�
�
-�	�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�S�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�S�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�c�c�o�u�n�t�_�r�u�l�e�"�]� �=� �1�:�
�
-�	�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�A�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�A�'�)�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�A�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�A�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�A�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -3290,7 +3287,11 @@
 �	�	�e�l�s�e�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�I�n�c�r�e�a�s�e�,� �m�e�n�u�_�I�n�c�r�e�a�s�e�P�o�o�r�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�I�n�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�i�n�c�r�e�a�s�e�)�
�
 �	�	�e�n�d�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�P�o�o�r�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�i�f� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �=� �0�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�c�r�e�a�s�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �i�s� �a�t� �i�t�s� �m�i�n�i�m�u�m�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�P�o�o�r�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�a�s�i�c�,� �e�m�p�t�y�,� �'�B�a�s�i�c�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �L�i�v�i�n�g�:� �B�a�s�i�c�'�)�
�
@@ -3300,7 +3301,11 @@
 �	�	�e�l�s�e�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�I�n�c�r�e�a�s�e�,� �m�e�n�u�_�I�n�c�r�e�a�s�e�B�a�s�i�c�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�I�n�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�i�n�c�r�e�a�s�e�)�
�
 �	�	�e�n�d�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�B�a�s�i�c�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�i�f� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �=� �1�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�c�r�e�a�s�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �i�s� �a�t� �i�t�s� �m�i�n�i�m�u�m�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�B�a�s�i�c�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �3�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�o�m�f�o�r�t�a�b�l�e�,� �e�m�p�t�y�,� �'�C�o�m�f�o�r�t�a�b�l�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �L�i�v�i�n�g�:� �C�o�m�f�o�r�t�a�b�l�e�'�)�
�
@@ -3310,7 +3315,11 @@
 �	�	�e�l�s�e�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�I�n�c�r�e�a�s�e�,� �m�e�n�u�_�I�n�c�r�e�a�s�e�C�o�m�f�o�r�t�a�b�l�e�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�I�n�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�i�n�c�r�e�a�s�e�)�
�
 �	�	�e�n�d�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�C�o�m�f�o�r�t�a�b�l�e�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�i�f� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �=� �2�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�c�r�e�a�s�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �i�s� �a�t� �i�t�s� �m�i�n�i�m�u�m�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�C�o�m�f�o�r�t�a�b�l�e�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �4�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�s�p�e�c�t�a�b�l�e�,� �e�m�p�t�y�,� �'�R�e�s�p�e�c�t�a�b�l�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �L�i�v�i�n�g�:� �R�e�s�p�e�c�t�a�b�l�e�'�)�
�
@@ -3320,7 +3329,11 @@
 �	�	�e�l�s�e�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�I�n�c�r�e�a�s�e�,� �m�e�n�u�_�I�n�c�r�e�a�s�e�R�e�s�p�e�c�t�a�b�l�e�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�I�n�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�i�n�c�r�e�a�s�e�)�
�
 �	�	�e�n�d�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�R�e�s�p�e�c�t�a�b�l�e�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�i�f� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �=� �3�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�c�r�e�a�s�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �i�s� �a�t� �i�t�s� �m�i�n�i�m�u�m�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�R�e�s�p�e�c�t�a�b�l�e�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�u�x�u�r�i�o�u�s�,� �e�m�p�t�y�,� �'�L�u�x�u�r�i�o�u�s�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �L�i�v�i�n�g�:� �L�u�x�u�r�i�o�u�s�'�)�
�
@@ -3330,7 +3343,11 @@
 �	�	�e�l�s�e�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�I�n�c�r�e�a�s�e�,� �m�e�n�u�_�I�n�c�r�e�a�s�e�L�u�x�u�r�i�o�u�s�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�I�n�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�i�n�c�r�e�a�s�e�)�
�
 �	�	�e�n�d�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�L�u�x�u�r�i�o�u�s�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�i�f� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �=� �4�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�c�r�e�a�s�e�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �i�s� �a�t� �i�t�s� �m�i�n�i�m�u�m�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�c�r�e�a�s�e�,� �m�e�n�u�_�D�e�c�r�e�a�s�e�L�u�x�u�r�i�o�u�s�,� �'�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�D�e�c�r�e�a�s�e�'�,� �$�t�o�o�l�t�i�p�_�d�e�c�r�e�a�s�e�)�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �6�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�x�t�r�a�v�a�g�a�n�t�,� �e�m�p�t�y�,� �'�E�x�t�r�a�v�a�g�a�n�t�'�,� �'�S�t�a�n�d�a�r�d� �o�f� �L�i�v�i�n�g�:� �E�x�t�r�a�v�a�g�a�n�t�'�)�
�
@@ -3469,7 +3486,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�l�e�s�s�o�n�_�S�_�A�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -3495,7 +3512,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x�e�d� �-� �a�d�d�e�d� �b�y� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�s�e�x�_�e�d�u�_�a�s�s�i�s�t�a�n�t�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -3514,7 +3531,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�r�v�e� �m�e� �-� �a�d�d�e�d� �b�y� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�S�e�r�v�e�_�S�_�a�s�s�i�s�t�a�n�t�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3559,7 +3576,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �T�a�k�e� �a� �d�r�u�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�d�r�u�g�_�S�_�a�s�s�i�s�t�a�n�t�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3597,7 +3614,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �D�r�i�n�k� �a� �p�o�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�p�o�t�i�o�n�_�S�_�a�s�s�i�s�t�a�n�t�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3645,7 +3662,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s� �-� �A�t�t�e�n�d� �c�l�a�s�s�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�c�l�a�s�s�e�s�_�S�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -3777,7 +3794,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s� �-� �T�a�k�e� �a� �d�r�u�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�d�r�u�g�_�S�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3815,7 +3832,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s� �-� �D�r�i�n�k� �a� �p�o�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�p�o�t�i�o�n�_�S�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -3863,7 +3880,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �T�a�l�k� �-� �A�s�k�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�1�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -3881,27 +3898,27 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �T�a�l�k� �-� �A�f�f�e�c�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�1�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�1�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�1�'�]� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�x�p�l�a�i�n�_�p�o�s�i�t�i�o�n�,� �m�e�n�u�_�E�x�p�l�a�i�n�_�p�o�s�i�t�i�o�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�x�p�l�a�i�n� �h�e�r� �p�o�s�i�t�i�o�n�'�,� �'�E�x�p�l�a�i�n� �t�o� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�e�r� �p�o�s�i�t�i�o�n� �a�s� �a� �s�l�a�v�e�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�x�p�l�a�i�n�_�p�o�s�i�t�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�x�p�l�a�i�n� �h�e�r� �p�o�s�i�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �a�l�r�e�a�d�y� �h�a�d� �h�e�r� �p�o�s�i�t�i�o�n� �e�x�p�l�a�i�n�e�d� �t�o� �h�e�r� �t�o�d�a�y�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�2�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�2�'�]� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�n�c�o�u�r�a�g�e�,� �m�e�n�u�_�E�n�c�o�u�r�a�g�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�n�c�o�u�r�a�g�e�'�,� �'�E�n�c�o�u�r�a�g�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�,� �i�f� �s�h�e� �f�e�e�l�s� �d�e�p�r�e�s�s�e�d� �y�o�u� �m�a�y� �e�n�c�o�u�r�a�g�e� �h�e�r� �a�n�d� �h�e�r� �m�o�o�d� �w�i�l�l� �b�e� �i�m�p�r�o�v�e�d� �i�f� �s�u�c�c�e�s�s�f�u�l�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�n�c�o�u�r�a�g�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�n�c�o�u�r�a�g�e�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a�l�r�e�a�d�y� �e�n�c�o�u�r�a�g�e�d� �f�o�r� �t�h�e� �d�a�y�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�3�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�3�'�]� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�,� �i�f� �s�h�e� �i�s� �n�o�t� �o�b�e�d�i�e�n�t� �y�o�u� �m�a�y� �t�r�y� �t�o� �e�n�d� �h�e�r� �l�i�t�t�l�e� �r�e�b�e�l�l�i�o�n� �b�y� �t�h�r�e�a�t�e�n�i�n�g� �p�u�n�i�s�h�m�e�n�t�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�a�t�e�n�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �t�h�r�e�a�t�e�n�e�d� �t�o�d�a�y�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�s�p�o�i�l�"�]� �>� �0� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�4�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �0� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�4�'�]� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�p�o�i�l�,� �m�e�n�u�_�s�p�o�i�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�u�t� �i�n� �p�l�a�c�e�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �s�p�o�i�l�e�d� �a�n�d� �t�h�i�n�k�s� �h�i�g�h�l�y� �o�f� �h�e�r�s�e�l�f�,� �y�o�u� �m�a�y� �p�u�t� �h�e�r� �i�n� �h�e�r� �p�l�a�c�e� �t�o� �r�e�m�i�n�d� �h�e�r� �o�f� �w�h�a�t� �s�h�e� �i�s�'�)�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�s�p�o�i�l�"�]� �=� �0�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�p�o�i�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�u�t� �i�n� �p�l�a�c�e�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�l�r�e�a�d�y� �k�n�o�w�s� �h�e�r� �p�l�a�c�e�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�p�o�i�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�u�t� �i�n� �p�l�a�c�e�'�,� �'�Y�o�u� �h�a�v�e� �a�l�r�e�a�d�y� �p�u�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�n� �h�e�r� �p�l�a�c�e� �t�o�d�a�y�'�)�
�
@@ -3915,7 +3932,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �A�p�p�l�i�e�d� �s�k�i�l�l�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�2�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -3976,7 +3993,7 @@
 �
�
 �!�!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �P�h�y�s�i�c�a�l� �d�e�v�e�l�o�p�m�e�n�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�2�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4006,7 +4023,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �C�r�e�a�t�i�v�e� �d�e�v�e�l�o�p�m�e�n�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�2�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4030,7 +4047,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �A�n�i�m�a�l� �b�e�h�a�v�i�o�r�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�2�4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4078,7 +4095,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �C�r�e�a�t�i�v�e� �d�e�v�e�l�o�p�m�e�n�t� �-� �M�u�s�i�c�a�l� �i�n�s�t�r�u�m�e�n�t�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�2�3�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4125,7 +4142,7 @@
 �$�t�e�x�t�_�s�k�i�l�l�e�d�s�e�x� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �m�a�s�t�e�r�e�d� �t�h�i�s� �s�k�i�l�l�,� �s�h�e� �d�o�e�s�n� t� �n�e�e�d� �m�o�r�e� �t�e�a�c�h�i�n�g�'�
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �P�e�t�t�i�n�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4158,7 +4175,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �O�r�a�l� �t�e�c�h�n�i�q�u�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4195,7 +4212,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �P�e�n�e�t�r�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4227,18 +4244,20 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �G�r�o�u�p� �s�e�x�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �<�=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�T�h�r�e�e�s�o�m�e�_�p�e�r�s�o�n�a�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]�]�>�>�'�,� �'�T�e�a�c�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �s�e�x� �l�e�s�s�o�n� �(�T�h�r�e�e�s�o�m�e�)�'�)�
�
-�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �<�=� �5�:�
�
+�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �<�=� �5� �a�n�d� �s�p�a�r�k�s� �>� �0�:�
�
 �	�	�!�c�h�e�c�k� �a�s�s�i�s�t�a�n�t� �!� �e�x�i�s�t� �i�n�s�t�e�a�d� �o�f� �=� �n�o�_�s�l�a�v�e� �t�o� �a�l�l�o�w� �t�h�i�s� �i�n�t�e�r�a�c�t�i�o�n� �w�h�e�n� �a�s�s�i�s�t�a�n�t� �i�s� �f�a�i�n�t�e�d� �o�r� �d�e�a�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�T�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�p�e�r�s�o�n�a�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]�]�>�>� �(�1�$�)�'�,� �'�H�i�r�e� �a� �w�h�o�r�e� �a�n�d� �t�e�a�c�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �s�e�x� �l�e�s�s�o�n� �(�T�h�r�e�e�s�o�m�e�)�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �$�t�e�x�t�_�s�k�i�l�l�e�d�s�e�x�)�
�
+�	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �1�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �h�i�r�e� �a� �w�h�o�r�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]� �<�=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�u�k�k�a�k�e�,� �m�e�n�u�_�B�u�k�k�a�k�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�s�u�b�_�b�u�k�k�a�k�e�[�s�l�a�v�e�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�]�>�>�'�,� �'�T�e�a�c�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �s�e�x� �l�e�s�s�o�n� �(�B�u�k�k�a�k�e�)�'�)�
�
@@ -4268,7 +4287,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �X�e�n�o�p�h�i�l�y�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�5�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4323,7 +4342,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �F�e�t�i�s�h�i�s�m�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�6�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4367,7 +4386,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �D�e�m�o�n�s�t�r�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�3�7�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4408,7 +4427,7 @@
 �$�t�e�x�t�_�s�k�i�l�l�e�d�s�e�x� �=� �'�<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �h�a�s� �m�a�s�t�e�r�e�d� �t�h�i�s� �s�k�i�l�l�,� �s�h�e� �d�o�e�s�n� t� �n�e�e�d� �m�o�r�e� �t�e�a�c�h�i�n�g�'�
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �P�e�t�t�i�n�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4440,7 +4459,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �O�r�a�l� �t�e�c�h�n�i�q�u�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4477,7 +4496,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �P�e�n�e�t�r�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4509,18 +4528,20 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �G�r�o�u�p� �s�e�x�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �<�=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�t�h�r�e�e�s�o�m�e�_�a�s�s�i�s�t�a�n�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]�]�>�>�'�,� �'�T�e�a�c�h� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �a� �s�e�x� �l�e�s�s�o�n� �(�T�h�r�e�e�s�o�m�e�)�'�)�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �<�=� �5�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �<�=� �5� �a�n�d� �s�p�a�r�k�s� �>� �0�:�
�
 �	�	�!�c�h�e�c�k� �s�l�a�v�e� �!� �e�x�i�s�t� �i�n�s�t�e�a�d� �o�f� �=� �n�o�_�s�l�a�v�e� �t�o� �a�l�l�o�w� �t�h�i�s� �i�n�t�e�r�a�c�t�i�o�n� �w�h�e�n� �s�l�a�v�e� �i�s� �f�a�i�n�t�e�d� �o�r� �d�e�a�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�t�h�r�e�e�s�o�m�e�_�a�s�s�i�s�t�a�n�t�_�n�o�s�l�a�v�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]�]�>�>� �(�1�$�)�'�,� �'�H�i�r�e� �a� �w�h�o�r�e� �a�n�d� �t�e�a�c�h� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �a� �s�e�x� �l�e�s�s�o�n� �(�T�h�r�e�e�s�o�m�e�)�'�)�
�
 �	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �$�t�e�x�t�_�s�k�i�l�l�e�d�s�e�x�)�
�
+�	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �1�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �h�i�r�e� �a� �w�h�o�r�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]� �<�=� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�u�k�k�a�k�e�,� �m�e�n�u�_�b�u�k�k�a�k�e�_�a�s�s�i�s�t�a�n�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�s�l�a�v�e�_�s�u�b�_�b�u�k�k�a�k�e�[�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�]�>�>�'�,� �'�T�e�a�c�h� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �a� �s�e�x� �l�e�s�s�o�n� �(�B�u�k�k�a�k�e�)�'�)�
�
@@ -4550,7 +4571,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �X�e�n�o�p�h�i�l�y�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�5�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4605,7 +4626,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �F�e�t�i�s�h�i�s�m�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�6�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4649,7 +4670,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�c�t�i�v�i�t�i�e�s� �-� �S�e�x� �-� �D�e�m�o�n�s�t�r�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�3�7�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4687,15 +4708,15 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �P�s�y�c�h�o�l�o�g�i�c�a�l� �p�r�e�s�s�u�r�e�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�h�a�s�t�i�s�e�,� �m�e�n�u�_�c�h�a�s�t�i�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�t�r�i�c�t�l�y� �c�h�a�s�t�i�s�e�'�,� �'�S�t�r�i�c�t�l�y� �c�h�a�s�t�i�s�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�c�o�l�d�,� �m�e�n�u�_�s�c�o�l�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�o�u�g�h�l�y� �s�c�o�l�d�'�,� �'�R�o�u�g�h�l�y� �s�c�o�l�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �(�=�2�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�t�o�r�t�u�r�e�s�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�_�t�o�r�t�u�r�e�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �w�i�t�h� �t�o�r�t�u�r�e�s�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �t�o�r�t�u�r�e�s� �(�=�3�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�s�a�l�e�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�_�s�a�l�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �w�i�t�h� �s�a�l�e�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �s�a�l�e� �(�=�4�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�d�e�a�t�h�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�_�d�e�a�t�h�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �w�i�t�h� �d�e�a�t�h�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �d�e�a�t�h� �(�=�5�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�c�o�l�d�,� �m�e�n�u�_�s�c�o�l�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�o�u�g�h�l�y� �s�c�o�l�d�'�,� �'�R�o�u�g�h�l�y� �s�c�o�l�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �(�=�1�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�s�a�l�e�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�_�s�a�l�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �w�i�t�h� �s�a�l�e�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �s�a�l�e� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�t�o�r�t�u�r�e�s�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�_�t�o�r�t�u�r�e�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �w�i�t�h� �t�o�r�t�u�r�e�s�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �t�o�r�t�u�r�e�s� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�_�d�e�a�t�h�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�_�d�e�a�t�h�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �w�i�t�h� �d�e�a�t�h�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �d�e�a�t�h� �(�=�3�)�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�B�a�c�k�_�p�r�e�s�s�u�r�e�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�B�a�c�k�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�b�a�c�k�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
@@ -4704,15 +4725,15 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �B�a�t�t�e�r�i�n�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�p�a�n�k�,� �m�e�n�u�_�S�p�a�n�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�p�a�n�k�'�,� �'�S�p�a�n�k� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �(�=�1�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�p�a�n�k�,� �m�e�n�u�_�S�p�a�n�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�p�a�n�k�'�,� �'�S�p�a�n�k� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �(�=�2�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�l�a�p�,� �m�e�n�u�_�S�l�a�p�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�l�a�p�'�,� �'�S�l�a�p� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �(�=�2�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�e�a�r�,� �m�e�n�u�_�T�e�a�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�i�n�c�h�'�,� �'�P�i�n�c�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� s� �n�i�p�p�l�e�s� �(�=�3�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�i�t�,� �m�e�n�u�_�H�i�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�H�i�t� �i�n� �t�h�e� �s�t�o�m�a�c�h�'�,� �'�H�i�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�n� �t�h�e� �s�t�o�m�a�c�h� �(�=�4�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�e�a�t�,� �m�e�n�u�_�B�e�a�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�B�e�a�t� �b�r�u�t�a�l�l�y�'�,� �'�B�e�a�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �b�r�u�t�a�l�l�y� �(�=�5�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�e�a�r�,� �m�e�n�u�_�T�e�a�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�i�n�c�h�'�,� �'�P�i�n�c�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� s� �n�i�p�p�l�e�s� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�i�t�,� �m�e�n�u�_�H�i�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�H�i�t� �i�n� �t�h�e� �s�t�o�m�a�c�h�'�,� �'�H�i�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�n� �t�h�e� �s�t�o�m�a�c�h� �(�=�3�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�e�a�t�,� �m�e�n�u�_�B�e�a�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�B�e�a�t� �b�r�u�t�a�l�l�y�'�,� �'�B�e�a�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �b�r�u�t�a�l�l�y� �(�=�4�)�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�B�a�c�k�_�B�a�t�t�e�r�i�n�g�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�B�a�c�k�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�b�a�c�k�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
@@ -4721,7 +4742,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �F�l�a�g�e�l�l�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4729,7 +4750,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�e�l�t�,� �m�e�n�u�_�b�e�l�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�l�o�g� �w�i�t�h� �b�e�l�t�'�,� �'�F�l�o�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �a� �b�e�l�t� �(�=�2�)�'�)�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:�
�
 �	�	�d�y�n�a�m�i�c� �$�t�o�o�l�s�e�q�u�i�p�p�e�d� �&�!� �u�p�d�a�t�e� �w�h�i�p�e�q�u�i�p�p�e�d�,� �l�a�s�h�e�q�u�i�p�p�e�d� �b�o�o�l�e�a�n�s�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�a�n�e�,� �m�e�n�u�_�c�a�n�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�l�o�g� �w�i�t�h� �c�a�n�e�'�,� �'�F�l�o�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �c�a�n�e� �(�=�3�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�a�n�e�,� �m�e�n�u�_�c�a�n�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�l�o�g� �w�i�t�h� �c�a�n�e�'�,� �'�F�l�o�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �c�a�n�e� �(�=�4�)�'�)�
�
 �	�	�i�f� �=0309:0 �>� �0� �o�r� �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�s�h�,� �m�e�n�u�_�l�a�s�h�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�l�o�g� �w�i�t�h� �l�a�s�h�'�,� �'�F�l�o�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �a� �l�a�s�h� �(�=�4�)�'�)�
�
 �	�	�e�l�s�e�
�
@@ -4753,17 +4774,17 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �T�o�r�t�u�r�e� �i�n�s�t�r�u�m�e�n�t�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�o�t�w�a�x�,� �m�e�n�u�_�H�o�t�w�a�x�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�H�o�t� �w�a�x�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �h�o�t� �w�a�x� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�o�i�n�t�m�e�n�t�,� �m�e�n�u�_�o�i�n�t�m�e�n�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�B�u�r�n�i�n�g� �o�i�n�t�m�e�n�t�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �b�u�r�n�i�n�g� �o�i�n�t�m�e�n�t� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�o�t�w�a�x�,� �m�e�n�u�_�H�o�t�w�a�x�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�H�o�t� �w�a�x�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �h�o�t� �w�a�x� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�o�i�n�t�m�e�n�t�,� �m�e�n�u�_�o�i�n�t�m�e�n�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�B�u�r�n�i�n�g� �o�i�n�t�m�e�n�t�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �b�u�r�n�i�n�g� �o�i�n�t�m�e�n�t� �(�=�3�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�r�o�c�o�d�i�l�e�s�,� �m�e�n�u�_�C�r�o�c�o�d�i�l�e�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�C�r�o�c�o�d�i�l�e�s�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �c�r�o�c�o�d�i�l�e� �c�l�i�p�s� �(�=�3�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�i�c�k�i�n�g�,� �m�e�n�u�_�P�r�i�c�k�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�r�i�c�k�i�n�g�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �n�e�e�d�l�e�s� �(�=�3�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�a�t�e�r�t�o�r�t�u�r�e�,� �m�e�n�u�_�W�a�t�e�r�t�o�r�t�u�r�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�t�e�r� �t�o�r�t�u�r�e�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �w�a�t�e�r� �(�=�3�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�i�n�f�u�s�i�o�n�,� �m�e�n�u�_�i�n�f�u�s�i�o�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�A�c�e�t�i�c� �i�n�f�u�s�i�o�n�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a�n� �a�c�e�t�i�c� �i�n�f�u�s�i�o�n� �(�=�4�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�u�t�e�r�i�z�a�t�i�o�n�,� �m�e�n�u�_�C�a�u�t�e�r�i�z�a�t�i�o�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�C�a�u�t�e�r�i�z�a�t�i�o�n�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �c�a�u�t�e�r�i�z�a�t�i�o�n� �(�=�4�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�i�n�f�u�s�i�o�n�,� �m�e�n�u�_�i�n�f�u�s�i�o�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�A�c�e�t�i�c� �i�n�f�u�s�i�o�n�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a�n� �a�c�e�t�i�c� �i�n�f�u�s�i�o�n� �(�=�3�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�i�c�k�i�n�g�,� �m�e�n�u�_�P�r�i�c�k�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�r�i�c�k�i�n�g�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �n�e�e�d�l�e�s� �(�=�4�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�a�t�e�r�t�o�r�t�u�r�e�,� �m�e�n�u�_�W�a�t�e�r�t�o�r�t�u�r�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�t�e�r� �t�o�r�t�u�r�e�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �w�a�t�e�r� �(�=�5�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�u�t�e�r�i�z�a�t�i�o�n�,� �m�e�n�u�_�C�a�u�t�e�r�i�z�a�t�i�o�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�C�a�u�t�e�r�i�z�a�t�i�o�n�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �c�a�u�t�e�r�i�z�a�t�i�o�n� �(�=�5�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�v�i�c�e�s�,� �m�e�n�u�_�v�i�c�e�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�i�n�g�e�r� �v�i�c�e�s�'�,� �'�T�o�r�t�u�r�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �f�i�n�g�e�r� �v�i�c�e�s� �(�=�5�)�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -4773,7 +4794,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �T�o�r�t�u�r�e� �u�n�i�t�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�5�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -4789,16 +4810,16 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �T�o�r�t�u�r�e� �u�n�i�t�s� �-� �P�r�e�s�e�n�t�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�5�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�h�o�r�s�e�,� �m�e�n�u�_�P�r�e�s�e�n�t�h�o�r�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�o�o�d�e�n� �h�o�r�s�e�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�o�o�d�e�n� �h�o�r�s�e� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�r�a�c�k�,� �m�e�n�u�_�P�r�e�s�e�n�t�r�a�c�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�n�u�a�l� �r�a�c�k�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �m�a�n�u�a�l� �r�a�c�k� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�b�a�r�r�e�l�,� �m�e�n�u�_�P�r�e�s�e�n�t�b�a�r�r�e�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�t�e�r� �b�a�r�r�e�l�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�a�t�e�r� �b�a�r�r�e�l� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�s�w�i�n�g�,� �m�e�n�u�_�P�r�e�s�e�n�t�s�w�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�o�l�t�e�n� �s�w�i�n�g�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �f�i�r�e� �s�w�i�n�g� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�m�a�i�d�e�n�,� �m�e�n�u�_�P�r�e�s�e�n�t�m�a�i�d�e�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�I�r�o�n� �m�a�i�d�e�n�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a�n� �i�r�o�n� �m�a�i�d�e�n� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�p�i�t�,� �m�e�n�u�_�P�r�e�s�e�n�t�p�i�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�I�n�f�e�s�t�e�d� �p�i�t�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a�n� �i�n�f�e�s�t�e�d� �p�i�t� �(�=�1�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�h�o�r�s�e�,� �m�e�n�u�_�P�r�e�s�e�n�t�h�o�r�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�o�o�d�e�n� �h�o�r�s�e�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�o�o�d�e�n� �h�o�r�s�e� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�r�a�c�k�,� �m�e�n�u�_�P�r�e�s�e�n�t�r�a�c�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�n�u�a�l� �r�a�c�k�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �m�a�n�u�a�l� �r�a�c�k� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�b�a�r�r�e�l�,� �m�e�n�u�_�P�r�e�s�e�n�t�b�a�r�r�e�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�t�e�r� �b�a�r�r�e�l�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�a�t�e�r� �b�a�r�r�e�l� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�s�w�i�n�g�,� �m�e�n�u�_�P�r�e�s�e�n�t�s�w�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�o�l�t�e�n� �s�w�i�n�g�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �f�i�r�e� �s�w�i�n�g� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�m�a�i�d�e�n�,� �m�e�n�u�_�P�r�e�s�e�n�t�m�a�i�d�e�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�I�r�o�n� �m�a�i�d�e�n�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a�n� �i�r�o�n� �m�a�i�d�e�n� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�r�e�s�e�n�t�p�i�t�,� �m�e�n�u�_�P�r�e�s�e�n�t�p�i�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�I�n�f�e�s�t�e�d� �p�i�t�'�,� �'�P�r�e�s�e�n�t�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a�n� �i�n�f�e�s�t�e�d� �p�i�t� �(�=�2�)�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�B�a�c�k�_�u�n�i�t�s�P�r�e�s�e�n�t�a�t�i�o�n�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�B�a�c�k�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4�5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�b�a�c�k�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
@@ -4807,11 +4828,11 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �T�o�r�t�u�r�e� �u�n�i�t�s� �-� �D�e�m�o�n�s�t�r�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�5�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�m�o�n�s�t�h�o�r�s�e�,� �m�e�n�u�_�D�e�m�o�n�s�t�h�o�r�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�o�o�d�e�n� �h�o�r�s�e�'�,� �'�D�e�m�o�n�s�t�r�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�o�o�d�e�n� �h�o�r�s�e� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�m�o�n�s�t�h�o�r�s�e�,� �m�e�n�u�_�D�e�m�o�n�s�t�h�o�r�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�o�o�d�e�n� �h�o�r�s�e�'�,� �'�D�e�m�o�n�s�t�r�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�o�o�d�e�n� �h�o�r�s�e� �(�=�3�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�m�o�n�s�t�r�a�c�k�,� �m�e�n�u�_�D�e�m�o�n�s�t�r�a�c�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�n�u�a�l� �r�a�c�k�'�,� �'�D�e�m�o�n�s�t�r�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �m�a�n�u�a�l� �r�a�c�k� �(�=�3�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�m�o�n�s�t�b�a�r�r�e�l�,� �m�e�n�u�_�D�e�m�o�n�s�t�b�a�r�r�e�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�t�e�r� �b�a�r�r�e�l�'�,� �'�D�e�m�o�n�s�t�r�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�a�t�e�r� �b�a�r�r�e�l� �(�=�3�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�m�o�n�s�t�s�w�i�n�g�,� �m�e�n�u�_�D�e�m�o�n�s�t�s�w�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�o�l�t�e�n� �s�w�i�n�g�'�,� �'�D�e�m�o�n�s�t�r�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �f�i�r�e� �s�w�i�n�g� �(�=�3�)�'�)�
�
@@ -4825,12 +4846,12 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �T�o�r�t�u�r�e� �u�n�i�t�s� �-� �A�p�p�l�i�c�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�5�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�p�p�l�i�c�h�o�r�s�e�,� �m�e�n�u�_�A�p�p�l�i�c�h�o�r�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�o�o�d�e�n� �h�o�r�s�e�'�,� �'�A�p�p�l�i�c�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�o�o�d�e�n� �h�o�r�s�e� �(�=�4�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�p�p�l�i�c�h�o�r�s�e�,� �m�e�n�u�_�A�p�p�l�i�c�h�o�r�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�o�o�d�e�n� �h�o�r�s�e�'�,� �'�A�p�p�l�i�c�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�o�o�d�e�n� �h�o�r�s�e� �(�=�5�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�p�p�l�i�c�r�a�c�k�,� �m�e�n�u�_�A�p�p�l�i�c�r�a�c�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�n�u�a�l� �r�a�c�k�'�,� �'�A�p�p�l�i�c�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �m�a�n�u�a�l� �r�a�c�k� �(�=�5�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�p�p�l�i�c�b�a�r�r�e�l�,� �m�e�n�u�_�A�p�p�l�i�c�b�a�r�r�e�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�t�e�r� �b�a�r�r�e�l�'�,� �'�A�p�p�l�i�c�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �w�a�t�e�r� �b�a�r�r�e�l� �(�=�5�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�p�p�l�i�c�s�w�i�n�g�,� �m�e�n�u�_�A�p�p�l�i�c�s�w�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�o�l�t�e�n� �s�w�i�n�g�'�,� �'�A�p�p�l�i�c�a�t�i�o�n� �o�f� �t�o�r�t�u�r�i�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �u�s�i�n�g� �a� �f�i�r�e� �s�w�i�n�g� �(�=�5�)�'�)�
�
@@ -4844,23 +4865,23 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �B�o�n�d�a�g�e� �a�n�d� �d�e�p�r�i�v�a�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�6�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�o�r�n�e�r�,� �m�e�n�u�_�c�o�r�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�u�t� �i�n�t�o� �a� �c�o�r�n�e�r�'�,� �'�P�u�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�n�t�o� �a� �c�o�r�n�e�r� �(�=�1�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�e�a�s�,� �m�e�n�u�_�p�e�a�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�u�t� �o�n� �p�e�a�s�'�,� �'�P�u�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �o�n� �p�e�a�s� �(�=�2�)�'�)�
�
-�	�i�f� �i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0�:�
�
+�	�i�f� �i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0� �o�r� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0� �o�r� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�p�r�i�v�a�t�i�o�n�,� �m�e�n�u�_�D�e�p�r�i�v�a�t�i�o�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�D�e�p�r�i�v�a�t�i�o�n�'�,� �'�F�o�r�c�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�n�t�o� �a� �d�e�p�r�i�v�a�t�i�o�n� �s�u�i�t� �(�=�2�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�p�r�i�v�a�t�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�p�r�i�v�a�t�i�o�n�'�,� �'�Y�o�u� �d�o�n� t� �o�w�n� �a� �D�e�p�r�i�v�a�t�i�o�n� �s�u�i�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�e�p�r�i�v�a�t�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�e�p�r�i�v�a�t�i�o�n�'�,� �'�Y�o�u� �d�o�n� t� �o�w�n� �a� �d�e�p�r�i�v�a�t�i�o�n� �s�u�i�t�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �v�i�b�r�a�t�o�r� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�r�o�b�o�n�d�,� �m�e�n�u�_�E�r�o�b�o�n�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�r�o�t�i�c� �b�o�n�d�a�g�e�'�,� �'�P�u�n�i�s�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�h�r�o�u�g�h� �e�r�o�t�i�c� �b�o�n�d�a�g�e� �(�=�2� �t�o� �3�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�r�o�b�o�n�d�,� �m�e�n�u�_�E�r�o�b�o�n�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�r�o�t�i�c� �b�o�n�d�a�g�e�'�,� �'�P�u�n�i�s�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�h�r�o�u�g�h� �e�r�o�t�i�c� �b�o�n�d�a�g�e� �(�=�3� �t�o� �4�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�r�o�b�o�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�r�o�t�i�c� �b�o�n�d�a�g�e�'�,� �'�Y�o�u� �d�o�n� t� �h�a�v�e� �v�i�b�r�a�t�o�r�s�'�)�
�
 �	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�a�i�n�b�o�n�d�,� �m�e�n�u�_�P�a�i�n�b�o�n�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�p�a�i�n�_�b�o�n�d�a�g�e�_�m�e�n�u�>�>�'�,� �'�P�u�n�i�s�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�h�r�o�u�g�h� �p�a�i�n�f�u�l� �b�o�n�d�a�g�e� �(�=�3� �t�o� �5�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�a�i�n�b�o�n�d�,� �m�e�n�u�_�P�a�i�n�b�o�n�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�<�<�$�p�a�i�n�_�b�o�n�d�a�g�e�_�m�e�n�u�>�>�'�,� �'�P�u�n�i�s�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�h�r�o�u�g�h� �p�a�i�n�f�u�l� �b�o�n�d�a�g�e� �(�=�3� �t�o� �4�)�'�)�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�a�d�d�l�e�,� �m�e�n�u�_�s�a�d�d�l�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�o�p�e� �s�a�d�d�l�e�'�,� �'�H�a�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �f�r�o�m� �a� �r�o�p�e� �s�a�d�d�l�e� �(�=�3�)�'�)�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�e�g�s�,� �m�e�n�u�_�l�e�g�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�H�a�n�g� �b�y� �t�h�e� �l�e�g�s�'�,� �'�H�a�n�g� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �b�y� �t�h�e� �l�e�g�s� �(�=�4�)�'�)�
�
@@ -4878,13 +4899,13 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �S�h�a�m�i�n�g�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�7�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�a�k�e�d�_�w�a�l�k�,� �m�e�n�u�_�N�a�k�e�d�_�w�a�l�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�N�a�k�e�d� �w�a�l�k�'�,� �'�T�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �f�o�r� �a� �n�a�k�e�d� �w�a�l�k� �(�=�1�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�o�d�i�u�m�,� �m�e�n�u�_�p�o�d�i�u�m�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�h�a�m�e�f�u�l� �p�o�d�i�u�m�'�,� �'�P�u�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �o�n� �t�h�e� �s�l�a�v�e� �m�a�r�k�e�t� s� �p�o�d�i�u�m� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�o�d�i�u�m�,� �m�e�n�u�_�p�o�d�i�u�m�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�h�a�m�e�f�u�l� �p�o�d�i�u�m�'�,� �'�D�i�s�p�l�a�y� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�t� �t�h�e� �s�l�a�v�e� �m�a�r�k�e�t� �(�=�1�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�a�k�e�d�_�w�a�l�k�,� �m�e�n�u�_�N�a�k�e�d�_�w�a�l�k�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�N�a�k�e�d� �w�a�l�k�'�,� �'�T�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �f�o�r� �a� �n�a�k�e�d� �w�a�l�k� �(�=�2�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�a�n�v�a�s�,� �m�e�n�u�_�c�a�n�v�a�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�L�i�v�i�n�g� �c�a�n�v�a�s�'�,� �'�P�u�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �o�n� �t�h�e� �s�t�r�e�e�t� �a�s� �a� �l�i�v�i�n�g� �c�a�n�v�a�s� �(�=�3�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�u�b�l�i�c�_�u�s�e�,� �m�e�n�u�_�P�u�b�l�i�c�_�u�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�u�b�l�i�c� �u�s�e�'�,� �'�P�u�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �o�n� �t�h�e� �s�t�r�e�e�t� �f�o�r� �p�u�b�l�i�c� �u�s�e� �(�=�4�)�'�)�
�
 �	�i�f� �d�o�g�o�r�t�o�i�l�e�t� �=� �1�:�
�
@@ -4900,16 +4921,16 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �P�u�n�i�s�h� �-� �E�x�a�m�p�l�e� �o�f� �p�u�n�i�s�h�m�e�n�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�8�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�p�r�i�s�o�n�e�r�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �4�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�a�t�e�n�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�T�h�r�e�a�t�e�n�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�a�t�e�n� �p�r�i�s�o�n�e�r�'�,� �'�T�h�r�e�a�t�e�n� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�1�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�l�o�g�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�F�l�o�g�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�l�o�g� �p�r�i�s�o�n�e�r�'�,� �'�F�l�o�g� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�2�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�e�a�t�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�B�e�a�t�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�B�e�a�t� �p�r�i�s�o�n�e�r�'�,� �'�B�e�a�t� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�3�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�o�r�t�u�r�e�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�T�o�r�t�u�r�e�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�o�r�t�u�r�e� �p�r�i�s�o�n�e�r�'�,� �'�T�o�r�t�u�r�e� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�4�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�x�e�c�u�t�e�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�E�x�e�c�u�t�e�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�x�e�c�u�t�e� �p�r�i�s�o�n�e�r�'�,� �'�E�x�e�c�u�t�e� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�5�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�e�a�t�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�B�e�a�t�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�B�e�a�t� �p�r�i�s�o�n�e�r�'�,� �'�B�e�a�t� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�2�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�o�r�t�u�r�e�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�T�o�r�t�u�r�e�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�o�r�t�u�r�e� �p�r�i�s�o�n�e�r�'�,� �'�T�o�r�t�u�r�e� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�3�)�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�E�x�e�c�u�t�e�p�r�i�s�o�n�e�r�,� �m�e�n�u�_�E�x�e�c�u�t�e�p�r�i�s�o�n�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�x�e�c�u�t�e� �p�r�i�s�o�n�e�r�'�,� �'�E�x�e�c�u�t�e� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>� �(�=�4�)�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�B�a�c�k�_�E�x�a�m�p�l�e�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�B�a�c�k�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�b�a�c�k�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
@@ -4918,27 +4939,27 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �S�p�e�n�d� �t�i�m�e� �t�o�g�e�t�h�e�r�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�t�r�o�l�l�,� �m�e�n�u�_�S�t�r�o�l�l�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�t�r�o�l�l� �o�n� �t�h�e� �r�o�o�f�'�,� �'�S�t�r�o�l�l� �w�i�t�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �o�n� �t�h�e� �r�o�o�f� �(�=�1�)�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�a�l�k�_�c�i�t�y�,� �m�e�n�u�_�W�a�l�k�_�c�i�t�y�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�l�k� �a�r�o�u�n�d� �t�h�e� �c�i�t�y�'�,� �'�T�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �f�o�r� �a� �w�a�l�k� �a�r�o�u�n�d� �t�h�e� �c�i�t�y� �(�=�2�)�'�)�
�
-�	�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�5�1�3�]� �>� �0�:�
�
+�	�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�5�1�3�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�e�a�c�h�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o� �t�o� �t�h�e� �b�e�a�c�h�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �w�e�n�t� �t�o� �t�h�e� �b�e�a�c�h� �t�o�d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�e�a�c�h�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o� �t�o� �t�h�e� �b�e�a�c�h�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �g�o� �t�o� �t�h�e� �b�e�a�c�h� �(�2�$�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�e�a�c�h�,� �m�e�n�u�_�b�e�a�c�h�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�G�o� �t�o� �t�h�e� �b�e�a�c�h�'�,� �'�T�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�o� �t�h�e� �b�e�a�c�h� �(�2�$�)� �(�=�3�)�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�5�1�4�]� �>� �0�:�
�
+�	�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�5�1�4�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�h�e�a�t�e�r�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o� �t�o� �t�h�e� �t�h�e�a�t�e�r�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �w�e�n�t� �t�o� �t�h�e� �t�h�e�a�t�e�r� �t�o�d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �4�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�h�e�a�t�e�r�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o� �t�o� �t�h�e� �t�h�e�a�t�e�r�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �g�o� �t�o� �t�h�e� �t�h�e�a�t�e�r� �(�4�$�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�h�e�a�t�e�r�,� �m�e�n�u�_�t�h�e�a�t�e�r�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�G�o� �t�o� �t�h�e� �t�h�e�a�t�e�r�'�,� �'�T�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�o� �t�h�e� �t�h�e�a�t�e�r� �(�4�$�)� �(�=�4�)�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�5�1�5�]� �>� �0�:�
�
+�	�i�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�5�1�5�'�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�s�t�a�u�r�a�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o� �t�o� �a� �r�e�s�t�a�u�r�a�n�t�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �w�e�n�t� �t�o� �a� �r�e�s�t�a�u�r�a�n�t� �t�o�d�a�y�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �8�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�s�t�a�u�r�a�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o� �t�o� �a� �r�e�s�t�a�u�r�a�n�t�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �g�o� �t�o� �a� �r�e�s�t�a�u�r�a�n�t� �(�8�$�)�'�)�
�
@@ -4956,7 +4977,7 @@
 �i�f� �f�u�l�l�_�d�a�y� �<� �1�:� �f�u�l�l�_�d�a�y� �=� �1�
�
 �
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -4973,7 +4994,7 @@
 �	�i�f� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-� �s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]�/�2�)� �>�=� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�a�y�_�r�e�s�t�,� �m�e�n�u�_�d�a�y�_�r�e�s�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�s�t� �u�n�t�i�l� �e�v�e�n�i�n�g�'�,� �'�R�e�w�a�r�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �r�e�s�t� �u�n�t�i�l� �e�v�e�n�i�n�g� �(�=�2�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�a�y�_�r�e�s�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�s�t� �t�i�l�l� �e�v�e�n�i�n�g�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �a�l�r�e�a�d�y� �s�p�e�n�t� �t�o�o� �m�u�c�h� �e�n�e�r�g�y� �i�n� �o�t�h�e�r� �w�a�y�s� �t�o�d�a�y�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�a�y�_�r�e�s�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�s�t� �t�i�l�l� �e�v�e�n�i�n�g�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �s�p�e�n�t� �t�o�o� �m�u�c�h� �e�n�e�r�g�y� �i�n� �o�t�h�e�r� �w�a�y�s� �t�o�d�a�y�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-� �s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]�/�2�)� �>�=� �2� �a�n�d� �b�o�a�r�d�g�a�m�e�s� �>�=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�d�a�y�_�F�u�n�,� �m�e�n�u�_�d�a�y�_�F�u�n�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�F�u�n� �u�n�t�i�l� �e�v�e�n�i�n�g�'�,� �'�R�e�w�a�r�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �f�r�e�e� �t�i�m�e� �u�n�t�i�l� �e�v�e�n�i�n�g� �(�=�2�)�'�)�
�
@@ -4995,7 +5016,7 @@
 �	�i�f� �s�p�a�r�k�s� �<� �5�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�G�o�l�d�e�n�c�a�g�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o�l�d�e�n� �c�a�g�e�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �s�e�n�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�o� �t�h�e� �G�o�l�d�e�n� �C�a�g�e�'�)�
�
 �	�e�l�s�e�i�f� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-� �s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]�/�2�)� �<� �3�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�G�o�l�d�e�n�c�a�g�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o�l�d�e�n� �c�a�g�e�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �a�l�r�e�a�d�y� �s�p�e�n�t� �t�o�o� �m�u�c�h� �e�n�e�r�g�y� �i�n� �o�t�h�e�r� �w�a�y�s� �t�o�d�a�y�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�G�o�l�d�e�n�c�a�g�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�o�l�d�e�n� �c�a�g�e�'�,� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �s�p�e�n�t� �t�o�o� �m�u�c�h� �e�n�e�r�g�y� �i�n� �o�t�h�e�r� �w�a�y�s� �t�o�d�a�y�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�G�o�l�d�e�n�c�a�g�e�,� �m�e�n�u�_�G�o�l�d�e�n�c�a�g�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�G�o�l�d�e�n� �c�a�g�e�'�,� �'�R�e�w�a�r�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�t�h� �f�r�e�e� �t�i�m�e� �a�t� �t�h�e� �G�o�l�d�e�n� �C�a�g�e� �(�$�5�)� �(�=�5�)�'�)�
�
 �	�e�n�d�
�
@@ -5007,7 +5028,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �E�r�o�t�i�c� �r�e�w�a�r�d�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -5046,7 +5067,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �M�a�k�e� �a� �g�i�f�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -5056,17 +5077,17 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�o�u�q�u�e�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�o�u�q�u�e�t� �o�f� �f�l�o�w�e�r�s� �(�$�2�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �9�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�l�a�i�d�,� �m�e�n�u�_�p�l�a�i�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�r�m� �p�l�a�i�d� �(�$�9�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �w�a�r�m� �p�l�a�i�d� �b�l�a�n�k�e�t� �(�$�9�)� �(�=�2�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�l�a�i�d�,� �m�e�n�u�_�p�l�a�i�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�W�a�r�m� �p�l�a�i�d� �(�$�9�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�'� �+� �i�i�f�(�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�l�a�i�d�'�]� �>� �0�,� �'�n�o�t�h�e�r�'�,� �'�'�)� �+� �'� �w�a�r�m� �p�l�a�i�d� �b�l�a�n�k�e�t� �(�$�9�)� �(�=�2�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�l�a�i�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�W�a�r�m� �p�l�a�i�d� �(�$�9�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �1�5�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�o�y�,� �m�e�n�u�_�t�o�y�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�l�u�s�h� �t�o�y� �(�$�1�5�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �p�l�u�s�h� �t�o�y� �(�$�1�5�)� �(�=�3�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�o�y�,� �m�e�n�u�_�t�o�y�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�l�u�s�h� �t�o�y� �(�$�1�5�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�'� �+� �i�i�f�(�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�,� �'�n�o�t�h�e�r�'�,� �'�'�)� �+� �'� �p�l�u�s�h� �t�o�y� �(�$�1�5�)� �(�=�3�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�o�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�l�u�s�h� �t�o�y� �(�$�1�5�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �2�5�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�e�r�f�u�m�e�,� �m�e�n�u�_�P�e�r�f�u�m�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�e�r�f�u�m�e� �(�$�2�0�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �b�o�t�t�l�e� �o�f� �p�e�r�f�u�m�e� �(�$�2�0�)� �(�=�4�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�e�r�f�u�m�e�,� �m�e�n�u�_�P�e�r�f�u�m�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�P�e�r�f�u�m�e� �(�$�2�0�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�'� �+� �i�i�f�(�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�r�f�u�m�e�'�]� �>� �0�,� �'�n�o�t�h�e�r�'�,� �'�'�)� �+� �'� �b�o�t�t�l�e� �o�f� �p�e�r�f�u�m�e� �(�$�2�0�)� �(�=�4�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�e�r�f�u�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�e�r�f�u�m�e� �(�$�2�0�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
@@ -5088,7 +5109,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �M�a�k�e� �a� �g�i�f�t� �-� �C�l�o�t�h�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�4�7�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -5146,7 +5167,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �M�a�k�e� �a� �g�i�f�t� �-� �A�c�c�e�s�s�o�r�i�e�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�4�6�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -5159,11 +5180,11 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�a�d�b�a�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�e�a�d�b�a�n�d� �(�$�3�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �i�n�v�e�n�t�o�r�y�[�'�p�l�a�i�n�_�r�i�n�g�'�]� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�n�g�,� �m�e�n�u�_�r�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�p�a�r�k�l�y� �R�i�n�g� �(�o�w�n�e�d�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �s�p�a�r�k�l�y� �r�i�n�g� �(�=�2�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�n�g�,� �m�e�n�u�_�r�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�l�e�g�a�n�t� �R�i�n�g� �(�o�w�n�e�d�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n� �e�l�e�g�a�n�t� �r�i�n�g� �(�=�2�)�'�)�
�
 �	�e�l�s�e�i�f� �s�p�a�r�k�s� �>�=� �3�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�n�g�,� �m�e�n�u�_�r�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�S�p�a�r�k�l�y� �R�i�n�g� �(�$�3�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �s�p�a�r�k�l�y� �r�i�n�g� �(�$�3�)� �(�=�2�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�n�g�,� �m�e�n�u�_�r�i�n�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�l�e�g�a�n�t� �R�i�n�g� �(�$�3�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n� �e�l�e�g�a�n�t� �r�i�n�g� �(�$�3�)� �(�=�2�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�n�g�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�p�a�r�k�l�y� �R�i�n�g� �(�$�3�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�n�g�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�l�e�g�a�n�t� �R�i�n�g� �(�$�3�)�'�,� �'�N�o�t� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �i�n�v�e�n�t�o�r�y�[�'�i�n�c�r�u�s�t�e�d�_�e�a�r�r�i�n�g�s�'�]� �>� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�e�a�r�r�i�n�g�s�,� �m�e�n�u�_�e�a�r�r�i�n�g�s�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�G�e�m�s�t�o�n�e� �E�a�r�r�i�n�g�s� �(�o�w�n�e�d�)�'�,� �'�G�i�f�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �g�e�m�s�t�o�n�e� �e�a�r�r�i�n�g�s� �(�=�3�)�'�)�
�
@@ -5194,7 +5215,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �S�w�e�e�t� �t�r�e�a�t�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�5�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -5239,7 +5260,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �-� �R�e�w�a�r�d� �-� �M�o�r�a�l� �e�n�c�o�u�r�a�g�e�m�e�n�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�6�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -5256,7 +5277,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �A�p�p�l�i�e�d� �s�k�i�l�l�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �4�1�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -5333,7 +5354,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �P�h�y�s�i�c�a�l� �d�e�v�e�l�o�p�m�e�n�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �4�1�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -5376,7 +5397,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �C�r�e�a�t�i�v�e� �d�e�v�e�l�o�p�m�e�n�t�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �4�1�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -5408,7 +5429,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �A�s�s�i�s�t�a�n�t� �a�s�s�i�g�n�m�e�n�t�s� �-� �C�o�n�d�u�c�t� �a� �l�e�s�s�o�n� �-� �A�n�i�m�a�l� �b�e�h�a�v�i�o�r�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �4�1�4�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1� �a�n�d� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -5454,7 +5475,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s� �-� �S�e�r�v�e� �m�e�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�S�e�r�v�e�_�S�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -5475,11 +5496,13 @@
 �
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>� �-�2� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �-�2�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�T�h�r�e�e�s�o�m�e�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�e�s�o�m�e�'�,� �'�T�h�r�e�e�s�o�m�e� �w�i�t�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>�'�)�
�
-�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �-�2�:�
�
+�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �-�2� �a�n�d� �s�p�a�r�k�s� �>� �0�:�
�
 �	�	�	�!�c�h�e�c�k� �a�s�s�i�s�t�a�n�t� �!� �e�x�i�s�t� �i�n�s�t�e�a�d� �o�f� �=� �n�o�_�s�l�a�v�e� �t�o� �a�l�l�o�w� �t�h�i�s� �i�n�t�e�r�a�c�t�i�o�n� �w�h�e�n� �a�s�s�i�s�t�a�n�t� �i�s� �f�a�i�n�t�e�d� �o�r� �d�e�a�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�,� �m�e�n�u�_�T�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�T�h�r�e�e�s�o�m�e� �(�1�$�)�'�,� �'�T�h�r�e�e�s�o�m�e� �w�i�t�h� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �s�o�m�e�o�n�e� �f�r�o�m� �o�u�t�s�i�d�e� �t�h�e� �h�o�u�s�e�h�o�l�d�'�)�
�
 �	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<�=� �-�2�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �$�t�e�x�t�_�e�x�h�a�u�s�t�e�d�)�
�
+�	�	�e�l�s�e�i�f� �s�p�a�r�k�s� �<� �1�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�T�h�r�e�e�s�o�m�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�h�r�e�e�s�o�m�e�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �h�i�r�e� �a� �w�h�o�r�e�'�)�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�l�a�v�e�_�R�e�l�a�x�e�d�_�V�a�g�i�n�a�l�_�s�e�x�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�l�a�x�e�d� �V�a�g�i�n�a�l� �S�e�x�'�,� �'�T�h�e� �m�i�n�d� �i�s� �w�i�l�l�i�n�g�,� �b�u�t� �t�h�e� �f�l�e�s�h� �i�s� �n�o�t�'�)�
�
@@ -5496,7 +5519,7 @@
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s� �-� �S�e�r�v�e� �m�e� �-� �E�n�t�e�r�t�a�i�n� �m�e�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �5�4�1�3�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -5558,10 +5581,20 @@
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�S�F�W� �-� �n�u�d�i�t�y� �i�s� �c�u�r�r�e�n�t�l�y� �h�i�d�d�e�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�s�f�w� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
+�	�i�f� �n�o�_�l�o�l�i� �=� �0� �a�n�d� �p�e�r�v�_�r�e�v�e�a�l�e�d� �>� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i�s� �a�n�d� �e�x�p�l�i�c�i�t� �l�o�l�i� �t�e�x�t� �<�i�>�d�i�s�a�b�l�e�d�<�/�i�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i�s� �a�n�d� �e�x�p�l�i�c�i�t� �l�o�l�i� �t�e�x�t� �<�i�>�e�n�a�b�l�e�d�<�/�i�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i� �a�g�e�d� �s�l�a�v�e�s� �w�i�l�l� �a�p�p�e�a�r�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �1�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i� �a�g�e�d� �s�l�a�v�e�s� �w�o�n� t� �a�p�p�e�a�r�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'� �
�
+�	�e�n�d�
�
+�
�
 �	�i�f� �n�o�_�m�i�l�f� �!� �1�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�i�l�l� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�i�l�l� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�o�n� t� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�o�n� t� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �n�o�_�m�i�n�d�b�r�e�a�k� �!� �1�:�
�
@@ -5571,9 +5604,9 @@
 �	�e�n�d�
�
 �
�
 �	�i�f� �n�o�_�g�u�r�o� �!� �1�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�f�f� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�f�f� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �n�o�t� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�n� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �n�o�t� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�n� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�{� �{� �{� �O�b�e�d�i�e�n�c�e� �D�i�f�f�i�c�u�l�t�y� �S�e�t�t�i�n�g� �}� �}� �}�<�b�r�>�<�/�d�i�v�>�'�
�
@@ -5688,39 +5721,41 @@
 �
�
 �!� �S�l�a�v�e� �E�d�i�t�o�r�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �2�1�0�1�:�
�
-�	�!�t�h�i�s� �i�s� �n�e�e�d�e�d� �f�o�r� �b�e�a�u�t�y� �c�h�e�a�t� �t�o� �w�o�r�k� �w�e�l�l�
�
-�	�g�s� �'�$�n�e�w�l�o�c�'�
�
+�	�g�s� �'�$�n�e�w�l�o�c�'� �&�!� �r�e�c�a�l�c�u�l�a�t�e� �s�t�a�t�s� �(�t�h�i�s� �a�l�s�o� �e�n�f�o�r�c�e�s� �l�i�m�i�t�s� �o�n� �s�o�m�e� �s�t�a�t�s�,� �w�h�i�c�h� �i�s� �w�h�y� �t�h�e�y� �d�o� �n�o�t� �h�a�v�e� �r�a�n�g�e� �c�h�e�c�k�s� �i�n� �t�h�e� �c�o�d�e� �b�e�l�o�w�)�
�
+�	�g�s� �'�#�v�a�r�_�b�a�s�e�'� �&�!� �r�e�f�r�e�s�h� �s�o�m�e� �t�e�x�t�s� �t�h�a�t� �a�r�e� �n�o�t� �u�p�d�a�t�e�d� �b�y� �$�n�e�w�l�o�c� �(�e�.�g�.� �b�r�e�a�s�t� �s�i�z�e� �d�e�s�c�r�i�p�t�i�o�n�)�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�l�a�v�e� �E�d�i�t�o�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�a�s�e�_�b�e�a�u�t�y�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�?@8@>4=0O_�:@0A>B0[�s�l�a�v�e�[�"�b�a�s�e�_�b�e�a�u�t�y�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �+�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �=� �5� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�a�s�e�_�b�e�a�u�t�y�'�]� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �+�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �=� �5� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�!�d�i�s�a�b�l�e�d� �c�h�a�n�g�i�n�g� �c�u�r�r�e�n�t� �b�e�a�u�t�y� �l�e�v�e�l� �d�i�r�e�c�t�l�y� �b�e�c�a�u�s�e� �b�r�u�i�s�e�s� �a�n�d� �s�c�a�r�s� �a�n�d� �p�h�y�s�i�q�u�e� �f�a�c�t�o�r� �i�n�t�o� �i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�!�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�!�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�b�e�a�u�t�y�[�s�l�a�v�e�[�"�b�e�a�u�t�y�"�]�]�
�
-�	�!�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �+�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]� �=� �5� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�b�e�a�u�t�y�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�b�e�a�u�t�y�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�g�r�a�c�e�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�3@0F8O[�s�l�a�v�e�[�"�g�r�a�c�e�_�c�o�u�n�t�"�]�]� �+� �s�l�a�v�e�[�"�g�r�a�c�e�"�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�g�r�a�c�e�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�g�r�a�c�e�'�]� �>� �-�1�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�g�r�a�c�e�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�3@0F8O[�s�l�a�v�e�[�"�g�r�a�c�e�_�c�o�u�n�t�"�]�]� �&�!� �g�r�a�c�e� �r�a�n�g�e�s� �f�r�o�m� �-�1� �t�o� �+�1�,� �g�r�a�c�e�_�c�o�u�n�t� �i�s� �a� �d�e�r�i�v�e�d� �v�a�l�u�e� �u�p�d�a�t�e�d� �b�y� �$�n�e�w�l�o�c� �v�i�a� �#�s�t�a�t�i�c�_�b�a�s�e� �(�$�n�e�w�l�o�c�_�u�p�d�a�t�e�_�s�l�a�v�e�)�
�
+�	�i�f� �s�l�a�v�e�[�'�g�r�a�c�e�'�]� �<� �1�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�g�r�a�c�e�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�e�n�s�i�t�i�v�i�t�y�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�s�e�n�s�i�t�i�v�i�t�y�[�s�l�a�v�e�[�"�s�e�n�s�i�t�i�v�i�t�y�"�]�]�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�e�n�s�i�t�i�v�i�t�y�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�e�n�s�i�t�i�v�i�t�y�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�a�s�e�_�e�x�o�t�i�c�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�?@8@>4=0O_�M:7>B8:0[�s�l�a�v�e�[�"�b�a�s�e�_�e�x�o�t�i�c�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �+�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �=� �5� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�a�s�e�_�e�x�o�t�i�c�'�]� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �+�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �=� �5� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�!�d�i�s�a�b�l�e�d� �c�h�a�n�g�i�n�g� �c�u�r�r�e�n�t� �e�x�o�t�i�c�i�s�m� �l�e�v�e�l� �d�i�r�e�c�t�l�y� �b�e�c�a�u�s�e� �c�l�o�t�h�i�n�g� �a�n�d� �o�t�h�e�r� �t�h�i�n�g�s� �f�a�c�t�o�r� �i�n�t�o� �i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�!�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�!�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�e�x�o�t�i�c�[�s�l�a�v�e�[�"�e�x�o�t�i�c�"�]�]�
�
-�	�!�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �+�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]� �=� �5� �&� �s�l�a�v�e�_�r�a�t�e�[�'�'�e�x�o�t�i�c�'�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�'�b�a�s�e�_�e�x�o�t�i�c�'�'�]�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�a�t�t�o�o�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�t�a�t�t�o�o�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�a�t�t�o�o�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�s�l�a�v�e�_�t�a�t�t�o�o�[�s�l�a�v�e�[�"�t�a�t�t�o�o�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�a�t�t�o�o�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�t�a�t�t�o�o�'�]� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�a�t�t�o�o�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�e�m�p�e�r�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�t�e�m�p�e�r�[�s�l�a�v�e�[�"�t�e�m�p�e�r�"�]�]�
�
@@ -5746,33 +5781,45 @@
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�e�n�l�a�r�g�e�_�b�r�e�a�s�t� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�[�s�l�a�v�e�[�"�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�]� �<� �1�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�b�o�o�b�s�_�m�o�d�i�f�i�c�a�t�i�o�n�[�s�l�a�v�e�[�"�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�]� �<� �3�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�i�r�g�i�n�i�t�y�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�i�r�g�i�n�i�t�y�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�v�i�r�g�i�n�i�t�y�[�s�l�a�v�e�[�"�v�i�r�g�i�n�i�t�y�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�i�r�g�i�n�i�t�y�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �3�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�i�r�g�i�n�i�t�y�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�a�n�a�l�_�s�t�r�e�t�c�h�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�s�l�a�v�e�_�a�n�a�l�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�[�"�a�n�a�l�_�s�t�r�e�t�c�h�"�]�]�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�a�n�a�l�_�s�t�r�e�t�c�h�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�c�l�i�t�_�p�i�e�r�c�i�n�g�[�s�l�a�v�e�[�"�c�l�i�t�_�p�i�e�r�c�i�n�g�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�]� �<� �1�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�[�s�l�a�v�e�[�"�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�'�]� �<� �4�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�v�a�g�i�n�a�l�_�m�o�d�i�f�i�c�a�t�i�o�n�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�"�b�r�a�n�d�"�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�r�a�n�d�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�s�l�a�v�e�_�b�r�a�n�d�[�s�l�a�v�e�[�"�b�r�a�n�d�"�]�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�"�b�r�a�n�d�"�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �<� �4�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�b�r�a�n�d�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�O�b�e�d�i�e�n�c�e�:�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]�
�
@@ -5821,57 +5868,45 @@
 �	�e�l�s�e�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�y�m�p�h�o�m�a�n�i�a�c�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�n�y�m�p�h�o�m�a�n�i�a�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� � �=� �2�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�a�s�o�c�h�i�s�t�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�a�s�o�c�h�i�s�m�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� � �=� �1�:�
�
+�	�i�f� � �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� �=� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�a�s�o�c�h�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�a�s�o�c�h�i�s�m�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� �=� �1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�A�c�c�u�s�t�o�m�e�d� �t�o� �P�a�i�n�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�a�s�o�c�h�i�s�m�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� � �=� �-�1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� �=� �2�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�a�s�o�c�h�i�s�t�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�a�s�o�c�h�i�s�m�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� �=� �-�1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�A�f�r�a�i�d� �o�f� �P�a�i�n�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�a�s�o�c�h�i�s�m�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� � �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�"�]� � �=� �0�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�a�s�o�c�h�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�a�s�o�c�h�i�s�m�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� � �=� �2�:�
�
+�	�i�f� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� �=� �0� �o�r� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� �=� �1�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�x�h�i�b�i�t�i�o�n�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� �=� �2�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�x�h�i�b�i�t�i�o�n�i�s�t�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� � �=� �-�1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� �=� �-�1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�h�y�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� � �=� �1� �o�r� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� � �=� �0�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�x�h�i�b�i�t�i�o�n�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� � �=� �2�:�
�
+�	�i�f� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� �=� �0� �o�r� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� �=� �1�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�e�r�v�e�r�s�i�o�n�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�p�e�r�v�e�r�s�i�o�n�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� �=� �2�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�e�r�v�e�r�t�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�p�e�r�v�e�r�s�i�o�n�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� � �=� �-�1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� �=� �-�1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�u�r�i�s�t�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�p�e�r�v�e�r�s�i�o�n�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� � �=� �0� �o�r� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�"�]� � �=� �1�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�e�r�v�e�r�s�i�o�n�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�p�e�r�v�e�r�s�i�o�n�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� � �=� �2�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�L�e�s�b�i�a�n�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� � �=� �1�:�
�
+�	�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� �=� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�H�o�m�o�s�e�x�u�a�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� �=� �1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�i�s�e�x�u�a�l�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� � �=� �-�1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� �=� �2�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�L�e�s�b�i�a�n�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� �=� �-�1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�H�o�m�o�p�h�o�b�i�c�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�h�o�m�o�s�e�x�u�a�l�i�s�m�"�]� � �=� �0�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�H�o�m�o�s�e�x�u�a�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� � �=� �2�:�
�
+�	�i�f� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� �=� �0� �o�r� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� �=� �1�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�A�b�u�s�e� �A�t�t�i�t�u�d�e�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� � �=� �2�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�s�i�-�M�a�s�o�c�h�i�s�t�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� � �=� �-�1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� � �=� �-�1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�H�y�s�t�e�r�i�c�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� � �=� �0� �o�r� �s�l�a�v�e�[�"�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� � �=� �1�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�A�b�u�s�e� �A�t�t�i�t�u�d�e�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�"�]� � �=� �2�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�D�a�r�k�n�e�s�s� �C�h�i�l�d�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
@@ -5972,7 +6007,7 @@
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�o�w�a�r�d�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�o�u�r�a�g�e�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�c�o�u�r�a�g�e�"�]� � �=� �0�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�o�u�r�a�g�e�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�o�u�r�a�g�e�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�o�r�m�a�l� �C�o�u�r�a�g�e�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�o�u�r�a�g�e�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�m�e�t�a�b�o�l�i�s�m�"�]� � �=� �5�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�o�w�e�r�f�u�l� �M�e�t�a�b�o�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�e�t�a�b�o�l�i�s�m�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
@@ -5981,7 +6016,7 @@
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�o�d� �M�e�t�a�b�o�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�e�t�a�b�o�l�i�s�m�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�m�e�t�a�b�o�l�i�s�m�"�]� � �=� �3�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�e�t�a�b�o�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�e�t�a�b�o�l�i�s�m�'�'�]� �=� �4� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�o�r�m�a�l� �M�e�t�a�b�o�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�e�t�a�b�o�l�i�s�m�'�'�]� �=� �4� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�m�e�t�a�b�o�l�i�s�m�"�]� � �=� �2�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�W�e�a�k�e�n�e�d� �M�e�t�a�b�o�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�e�t�a�b�o�l�i�s�m�'�'�]� �=� �3� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
@@ -5989,15 +6024,13 @@
 �	�i�f� �s�l�a�v�e�[�"�m�e�t�a�b�o�l�i�s�m�"�]� � �=� �1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�W�e�a�k� �M�e�t�a�b�o�l�i�s�m�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�m�e�t�a�b�o�l�i�s�m�'�'�]� �=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�s�p�o�r�t�_�a�f�f�i�n�i�t�y�"�]� � �=� �1�:�
�
+�	�i�f� �s�l�a�v�e�[�"�s�p�o�r�t�_�a�f�f�i�n�i�t�y�"�]� �=� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�o�r�t� �A�f�f�i�n�i�t�y�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�s�p�o�r�t�_�a�f�f�i�n�i�t�y�"�]� �=� �1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�o�r�t�i�v�e�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�'�]� �=� �-�1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�s�p�o�r�t�_�a�f�f�i�n�i�t�y�"�]� � �=� �-�1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�"�s�p�o�r�t�_�a�f�f�i�n�i�t�y�"�]� � �=� �-�1�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�o�r�p�i�d�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�'�]� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�"�s�p�o�r�t�_�a�f�f�i�n�i�t�y�"�]� � �=� �0�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�o�r�t� �A�f�f�i�n�i�t�y�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�'�]� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�e�x�p�r�e�s�s�i�o�n�_�a�f�f�i�n�i�t�y�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
 �	�i�f� �s�l�a�v�e�[�"�e�x�p�r�e�s�s�i�o�n�_�a�f�f�i�n�i�t�y�"�]� �>� �0�:�
�
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�O�r�a�t�o�r� �'� �+� �s�l�a�v�e�[�"�e�x�p�r�e�s�s�i�o�n�_�a�f�f�i�n�i�t�y�"�]�
�
@@ -6194,7 +6227,7 @@
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�t�o�n�g�u�e�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�+� �$�s�l�a�v�e�_�s�u�b�_�t�o�n�g�u�e�[�s�l�a�v�e�[�"�s�u�b�_�t�o�n�g�u�e�"�]�]� �+�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�t�o�n�g�u�e�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�t�o�n�g�u�e�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�b�j�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�+� �$�s�l�a�v�e�_�s�u�b�_�b�j�[�s�l�a�v�e�[�"�s�u�b�_�b�j�"�]�]� �+�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�b�j�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�b�j�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�d�t�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�+� �$�s�l�a�v�e�_�s�u�b�_�d�t�[�s�l�a�v�e�[�"�s�u�b�_�d�t�"�]�]� �+�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�d�t�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�d�t�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�a�s�s�l�i�k�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�+� �$�s�l�a�v�e�_�s�u�b�_�a�s�s�l�i�k�[�s�l�a�v�e�[�"�s�u�b�_�a�s�s�l�i�k�"�]�]� �+�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�a�s�s�l�i�k�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�'�'�s�u�b�_�a�s�s�l�i�k�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�a�s�s�l�i�k�'�'�]� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�+� �$�s�l�a�v�e�_�s�u�b�_�a�s�s�l�i�k�[�s�l�a�v�e�[�"�s�u�b�_�a�s�s�l�i�k�"�]�]� �+�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�a�s�s�l�i�k�'�'�]� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�s�u�b�_�a�s�s�l�i�k�'�'�]� �=� �5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�c� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�$�n�e�w�l�o�c�'�'� �&� �m�e�n�u�_�f�o�r�m� �=� �2�1�0�3� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�c�2� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�x�t� �P�a�g�e� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�$�n�e�w�l�o�c�'�'� �&� �m�e�n�u�_�f�o�r�m� �=� �2�1�0�5� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
@@ -6242,100 +6275,144 @@
 �	�g�s� �'�$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�'�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�a�s�t�e�r� �E�d�i�t�o�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�w�o�u�n�d�s� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�w�o�u�n�d�s�[�m�a�s�t�e�r�_�w�o�u�n�d�s�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�w�o�u�n�d�s�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
-�
�
-�	�!�p�r�e�v�e�n�t� �g�a�m�e� �o�v�e�r� �b�y� �g�o�i�n�g� �t�o� �'�F�r�a�i�l�'� �(�0�)� �m�a�s�t�e�r�_�s�t�r�
�
-�	�$�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�5�]� �=� �$�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�4�]�
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
-�	�i�f� �m�a�s�t�e�r�_�s�t�r� �>� �1�:�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�s�t�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�s�t�r�[�m�a�s�t�e�r�_�s�t�r�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�s�t�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�w�o�u�n�d�s� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�w�o�u�n�d�s�[�m�a�s�t�e�r�_�w�o�u�n�d�s�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s� �<� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�w�o�u�n�d�s�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�c�h�a� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�c�h�a�[�m�a�s�t�e�r�_�c�h�a�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�c�h�a�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�s�t�r� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1� �+� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�s�t�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�s�t�r�[�m�a�s�t�e�r�_�s�t�r�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�s�t�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�l�i�b�i�d�o� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�l�i�b�i�d�o�[�m�a�s�t�e�r�_�l�i�b�i�d�o�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�l�i�b�i�d�o�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�c�h�a� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�c�h�a� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�c�h�a�[�m�a�s�t�e�r�_�c�h�a�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�c�h�a� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�c�h�a�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �b�r�a�n�d�_�r�a�t�e� �=� �b�r�a�n�d�_�r�a�t�e�_�c�a�p�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�b�r�a�n�d�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �b�r�a�n�d�_�r�a�t�e� �=� �b�r�a�n�d�_�r�a�t�e�_�c�a�p�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �b�r�a�n�d�_�r�a�t�e� �=� �b�r�a�n�d�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�l�i�b�i�d�o� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�l�i�b�i�d�o�[�m�a�s�t�e�r�_�l�i�b�i�d�o�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�l�i�b�i�d�o�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�g�u�i�l�d�_�b�r�a�n�d�[�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �b�r�a�n�d�_�r�a�t�e� �=� �b�r�a�n�d�_�r�a�t�e�_�c�a�p�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�b�r�a�n�d�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�]�
�
+�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �b�r�a�n�d�_�r�a�t�e� �=� �b�r�a�n�d�_�r�a�t�e�_�c�a�p�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �b�r�a�n�d�_�r�a�t�e� �=� �b�r�a�n�d�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�e�a�l�t�h� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�w�e�a�l�t�h�[�m�a�s�t�e�r�_�w�e�a�l�t�h�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�e�a�l�t�h� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�g�u�i�l�d�_�b�r�a�n�d�[�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�]�
�
+�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�h�y�g�i�e�n�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�p�e�r�s�o�n�a�l�_�h�y�g�i�e�n�e�[�m�a�s�t�e�r�_�h�y�g�i�e�n�e�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�h�y�g�i�e�n�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�e�a�l�t�h� �-�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�w�e�a�l�t�h�[�m�a�s�t�e�r�_�w�e�a�l�t�h�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�w�e�a�l�t�h� �+�=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�u�t�o�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�t�u�t�o�r�[�m�a�s�t�e�r�_�t�u�t�o�r�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�u�t�o�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�h�y�g�i�e�n�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�p�e�r�s�o�n�a�l�_�h�y�g�i�e�n�e�[�m�a�s�t�e�r�_�h�y�g�i�e�n�e�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�h�y�g�i�e�n�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�u�t�l�e�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�b�u�t�l�e�r�[�m�a�s�t�e�r�_�b�u�t�l�e�r�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�u�t�l�e�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�u�t�o�r� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�u�t�o�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�t�u�t�o�r�[�m�a�s�t�e�r�_�t�u�t�o�r�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�u�t�o�r� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�u�t�o�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�[�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�u�t�l�e�r� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�u�t�l�e�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�b�u�t�l�e�r�[�m�a�s�t�e�r�_�b�u�t�l�e�r�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�u�t�l�e�r� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�u�t�l�e�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�e�d�i�c� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�m�e�d�i�c�[�m�a�s�t�e�r�_�m�e�d�i�c�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�e�d�i�c�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�[�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�i�g�h�t�e�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�f�i�g�h�t�e�r�[�m�a�s�t�e�r�_�f�i�g�h�t�e�r�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�i�g�h�t�e�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�m�e�d�i�c� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�e�d�i�c� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�m�e�d�i�c�[�m�a�s�t�e�r�_�m�e�d�i�c�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�m�e�d�i�c� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�e�d�i�c�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�a�g�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�m�a�g�e�[�m�a�s�t�e�r�_�m�a�g�e�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�a�g�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�i�g�h�t�e�r� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�i�g�h�t�e�r� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�f�i�g�h�t�e�r�[�m�a�s�t�e�r�_�f�i�g�h�t�e�r�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�i�g�h�t�e�r� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�i�g�h�t�e�r�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�m�a�g�e� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�a�g�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�m�a�g�e�[�m�a�s�t�e�r�_�m�a�g�e�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�m�a�g�e� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�m�a�g�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�[�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �$�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y� �+�=� �'�<�/�d�i�v�>�'�
�
+�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�[�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�o�r�t�u�r�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�t�o�r�t�u�r�e�[�m�a�s�t�e�r�_�t�o�r�t�u�r�e�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�o�r�t�u�r�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�o�r�t�u�r�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�t�o�r�t�u�r�e�[�m�a�s�t�e�r�_�t�o�r�t�u�r�e�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�t�o�r�t�u�r�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�o�n�d�a�g�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�b�o�n�d�a�g�e�[�m�a�s�t�e�r�_�b�o�n�d�a�g�e�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�o�n�d�a�g�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�o�n�d�a�g�e� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�b�o�n�d�a�g�e�[�m�a�s�t�e�r�_�b�o�n�d�a�g�e�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�b�o�n�d�a�g�e�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�t�t�i�n�g� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�p�e�t�t�i�n�g�[�m�a�s�t�e�r�_�p�e�t�t�i�n�g�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�t�t�i�n�g�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�t�t�i�n�g� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�p�e�t�t�i�n�g�[�m�a�s�t�e�r�_�p�e�t�t�i�n�g�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�t�t�i�n�g�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �=� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�o�r�a�l� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�o�r�a�l�[�m�a�s�t�e�r�_�o�r�a�l�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �=� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�o�r�a�l�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �=� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�o�r�a�l� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �=� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�o�r�a�l� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�o�r�a�l�[�m�a�s�t�e�r�_�o�r�a�l�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�o�r�a�l� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �=� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�o�r�a�l�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �=� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�[�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�[�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�e�t�i�s�h� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�f�e�t�i�s�h�[�m�a�s�t�e�r�_�f�e�t�i�s�h�]�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�e�t�i�s�h�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�e�t�i�s�h� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�e�t�i�s�h� �-� �2�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �$�m�a�s�t�e�r�_�f�e�t�i�s�h�[�m�a�s�t�e�r�_�f�e�t�i�s�h�]�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�e�t�i�s�h� �<� �5�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�m�a�s�t�e�r�_�f�e�t�i�s�h�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�4�]� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�p�a�r�k�s� �-�=� �1�0�0�0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �s�p�a�r�k�s�
�
-�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�p�a�r�k�s� �+�=� �1�0�0�0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�p�a�r�k�s� �=� �9�9�9�9�9�9�9�9� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�'�
�
+�	�	�i�f� �s�p�a�r�k�s� �>� �0�:� �$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�p�a�r�k�s� �/�=� �2� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �s�p�a�r�k�s�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�p�a�r�k�s� �+�=� �1�0�0�0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�p�a�r�k�s� �=� �2�0�0�0�0�0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�t�e�a�c�h�_�s�.�p�n�g�"�>�<�/�a�>�'�
�
+�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�/�d�i�v�>�'�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�c� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�$�n�e�w�l�o�c�'�'� �&� �m�e�n�u�_�f�o�r�m� �=� �2�1�0�0� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
@@ -6355,7 +6432,7 @@
 �
�
 �!�M�e�n�u� �f�o�r� �t�h�e� �B�a�r�n� �-� �a�r�r�i�v�e�d� �h�e�r�e� �v�i�a� �m�a�i�n� �m�e�n�u� �>� �d�o�m�e�s�t�i�c� �i�s�s�u�e�s� �>� �b�u�s�i�n�e�s�s� �>� �t�h�e� �b�a�r�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �3�0�0�1�:�
�
-�	�i�f� �n�s�f�w� �=� �0� �a�n�d� �$�f�a�r�m�h�a�n�d�[�'�f�u�l�l�i�m�a�g�e�'�]� �!� �'�'�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�a�r�m�h�a�n�d�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�f�a�r�m�h�a�n�d�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�!�F�a�r�m�h�a�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
@@ -6363,6 +6440,8 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�a�r�m�h�a�n�d�,� �m�e�n�u�_�f�a�r�m�h�a�n�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �f�a�r�m�h�a�n�d�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �f�a�r�m�h�a�n�d�'�)�
�
 �	�e�l�s�e�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�f�a�r�m�h�a�n�d�,� �m�e�n�u�_�R�e�t�f�a�r�m�h�a�n�d�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�)�
�
+�	�e�l�s�e�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�a�r�m�h�a�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �h�e�r�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�a�r�m�h�a�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �f�a�r�m�h�a�n�d�'�,� �'�N�o� �s�l�a�v�e� �a�v�a�i�l�a�b�l�e�'�)�
�
 �	�e�n�d�
�
@@ -6370,26 +6449,30 @@
 �	�!�H�a�r�p�y�
�
 �	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�a�r�p�y�,� �m�e�n�u�_�H�a�r�p�y�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n� �e�g�g�l�a�y�e�r�'�)�
�
+�	�e�l�s�e�i�f� �h�a�r�p�y�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �h�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�,� �'�N�o� �s�l�a�v�e� �a�v�a�i�l�a�b�l�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�,� �m�e�n�u�_�R�e�t�H�a�r�p�y�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�)�
�
-�	�e�l�s�e�
�
+�	�e�l�s�e�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�N�o� �e�g�g�l�a�y�e�r� �a�v�a�i�l�a�b�l�e�'�)�
�
+�	�e�l�s�e�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �h�e�r�'�)�
�
 �	�e�n�d�
�
+�
�
 �	�!�P�i�g�
�
 �	�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�,� �m�e�n�u�_�p�i�g�1�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �p�i�g�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �p�i�g�'�)�
�
 �	�e�l�s�e�i�f� �p�i�g�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�,� �m�e�n�u�_�p�i�g�1�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�x�c�h�a�n�g�e� �y�o�u�r� �s�l�a�v�e� �a�n�d� �p�i�g�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�,� �s�e�n�d� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�o� �b�e� �f�a�t�t�e�n�e�d�'�)�
�
-�	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �p�i�g�'�,� �'�N�o� �s�l�a�v�e� �a�v�a�i�l�a�b�l�e�'�)�
�
-�	�e�n�d�
�
-�	�i�f� �p�i�g�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�e�l�s�e�i�f� �p�i�g�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�P�i�g�,� �m�e�n�u�_�R�e�t�P�i�g�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�)�
�
-�	�e�l�s�e�
�
+�	�e�l�s�e�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�P�i�g�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�,� �'�N�o� �p�i�g� �a�v�a�i�l�a�b�l�e�'�)�
�
+�	�e�l�s�e�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�P�i�g�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �h�e�r�'�)�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
@@ -6397,6 +6480,7 @@
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�o�r�d�e�r�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�r�m�h�a�n�d� �o�r�d�e�r�s�'�,� �'�N�o� �f�a�r�m�h�a�n�d� �a�v�a�i�l�a�b�l�e�'�)�
�
 �	�e�n�d�
�
+�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�a�r�n�t�u�t�,� �m�e�n�u�_�b�a�r�n�t�u�t�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�H�o�w� �d�o�e�s� �t�h�i�s� �w�o�r�k�?�'�,� �'�H�o�w� �d�o�e�s� �t�h�i�s� �w�o�r�k�?�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -6406,7 +6490,7 @@
 �
�
 �!�F�a�r�m�h�a�n�d� �o�r�d�e�r�s�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �3�0�0�2�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�a�r�m�h�a�n�d�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�f�a�r�m�h�a�n�d�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �4�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -6487,9 +6571,6 @@
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�c�h�e�c�k� �f�o�r� �a�n� �e�v�e�n�t�
�
-�g�s� �'�$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�'�
�
-�
�
 �!�E�n�e�r�g�y� �l�o�s�s� �w�i�l�l� �o�c�c�u�r� �w�i�t�h� �t�h�e� �r�e�g�u�l�a�r� �m�e�n�u� �n�o�w� �i�n�s�t�e�a�d� �o�f� �o�n�l�y� �w�i�t�h� �t�h�e� �q�u�i�c�k� �t�r�a�v�e�l� �b�u�t�t�o�n�s� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �c�i�t�y�_�f�o�r�m� �=� �0�:�
�
 �	�$�p�l�a�c�e� �=� �'�c�i�t�y�'�
�
@@ -6555,7 +6636,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�i�f� �$�e�s�t�a�t�e� �=� �'�w�h�i�t�e�_�h�o�u�s�e�'�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�w�h�i�t�e�_�h�o�u�s�e�,� �0�,� �'�m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�w�h�i�t�e�_�h�o�u�s�e�,� �0�,� �'�c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�c�i�t�y�_�f�o�r�m�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�o�w�n�,� �m�e�n�u�_�t�o�w�n�,� �'�T�o� �t�h�e� �C�e�n�t�r�a�l� �S�t�r�e�e�t�'�)�
�
 �
�
@@ -6585,7 +6666,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�i�f� �$�e�s�t�a�t�e� �=� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�t�a�u�r�u�s�_�h�o�u�s�e�,� �0�,� �'�m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�t�a�u�r�u�s�_�h�o�u�s�e�,� �0�,� �'�c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�d�o�n�_�c�a�s�t�i�l�i�o�'�]� �!� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�a�s�t�i�l�i�o�,� �m�e�n�u�_�c�a�s�t�i�l�i�o�,� �'�D�o�n� �C�a�s�t�i�l�i�o�'�)�
�
@@ -6643,7 +6724,7 @@
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �$�e�s�t�a�t�e� �=� �'�s�e�r�p�i�s�_�h�o�u�s�e�'�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�s�e�r�p�i�s�_�h�o�u�s�e�,� �0�,� �'�m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�s�e�r�p�i�s�_�h�o�u�s�e�,� �0�,� �'�c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�y�ô�h�a�n�a�n�_�s�t�i�v�e�n�'�]� �!� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�y�ô�h�a�n�a�n�_�s�t�i�v�e�n�,� �m�e�n�u�_�y�ô�h�a�n�a�n�_�s�t�i�v�e�n�,� �'�Y�ô�h�a�n�a�n� �S�t�i�v�e�n�'�)�
�
@@ -6776,7 +6857,7 @@
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �$�e�s�t�a�t�e� �=� �'�k�a�m�i�r�a�_�h�o�u�s�e�'�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�k�a�m�i�r�a�_�h�o�u�s�e�,� �0�,� �'�m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�k�a�m�i�r�a�_�h�o�u�s�e�,� �0�,� �'�c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�g�l�o�t�h�_�p�r�i�s�o�n�g�u�a�r�d�'�]� �!� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�g�l�o�t�h�,� �m�e�n�u�_�g�l�o�t�h�,� �'�G�l�o�t� �P�r�i�s�o�n�g�u�a�r�d�'�)�
�
@@ -6794,7 +6875,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�r�b�u�e�_�g�r�a�y�,� �m�e�n�u�_�a�r�b�u�e�,� �'�A�r�b�u�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�m�a�g�n�a�g�a�'�]� �!� �2�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�m�a�g�n�a�g�a�,� �m�e�n�u�_�m�a�g�n�a�g�a�e�,� �'�M�a�g�n�a�g�a�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�m�a�g�n�a�g�a�,� �m�e�n�u�_�m�a�g�n�a�g�a�,� �'�M�a�g�n�a�g�a�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�m�a�g�n�a�g�a�_�g�r�a�y�,� �m�e�n�u�_�m�a�g�n�a�g�a�,� �'�M�a�g�n�a�g�a�'�)�
�
 �	�e�n�d�
�
@@ -6876,7 +6957,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�i�f� �$�e�s�t�a�t�e� �=� �'�k�o�r�v�u�s�_�h�o�u�s�e�'�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�k�o�r�v�u�s�_�h�o�u�s�e�,� �0�,� �'�m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�k�o�r�v�u�s�_�h�o�u�s�e�,� �0�,� �'�c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �A�p�a�r�t�m�e�n�t�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�w�i�g�h�t�'�]� �!� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�w�i�g�h�t�,� �m�e�n�u�_�w�i�g�h�t�,� �'�W�i�g�h�t�'�)�
�
@@ -6950,7 +7031,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �
�
 �	�i�f� �$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�s�l�u�m�_�h�o�u�s�e�,� �0�,� �'�m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �S�h�a�c�k�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�a�p�a�r�t�m�e�n�t�s�l�u�m�_�h�o�u�s�e�,� �0�,� �'�c�i�t�y�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�Y�o�u�r� �S�h�a�c�k�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�m�u�g�g�l�e�r�,� �m�e�n�u�_�S�m�u�g�g�l�e�r�,� �'�S�m�u�g�g�l�e�r� s� �R�e�n�d�e�z�v�o�u�s�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�o�n�e�y�l�e�n�d�e�r�,� �m�e�n�u�_�M�o�n�e�y�l�e�n�d�e�r�,� �'�M�o�n�e�y�l�e�n�d�e�r� s� �H�o�m�e�'�)�
�
@@ -7017,10 +7098,20 @@
 �	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�S�F�W� �-� �n�u�d�i�t�y� �i�s� �c�u�r�r�e�n�t�l�y� �h�i�d�d�e�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�s�f�w� �=� �0� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
+�	�i�f� �n�o�_�l�o�l�i� �=� �0� �a�n�d� �p�e�r�v�_�r�e�v�e�a�l�e�d� �>� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i�s� �a�n�d� �e�x�p�l�i�c�i�t� �l�o�l�i� �t�e�x�t� �<�i�>�d�i�s�a�b�l�e�d�<�/�i�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �2� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i�s� �a�n�d� �e�x�p�l�i�c�i�t� �l�o�l�i� �t�e�x�t� �<�i�>�e�n�a�b�l�e�d�<�/�i�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �0� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �0�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i� �a�g�e�d� �s�l�a�v�e�s� �w�i�l�l� �a�p�p�e�a�r�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �1� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �1�:�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �l�o�l�i� �a�g�e�d� �s�l�a�v�e�s� �w�o�n� t� �a�p�p�e�a�r�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�l�o�l�i� �=� �0� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'� �
�
+�	�e�n�d�
�
+�
�
 �	�i�f� �n�o�_�m�i�l�f� �!� �1�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�i�l�l� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �1� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�i�l�l� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �1� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�o�n� t� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �0� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�N�e�w� �M�I�L�F� �a�g�e�d� �s�l�a�v�e�s� �w�o�n� t� �a�p�p�e�a�r�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �n�o�_�m�i�l�f� �=� �0� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �n�o�_�m�i�n�d�b�r�e�a�k� �!� �1�:�
�
@@ -7030,9 +7121,9 @@
 �	�e�n�d�
�
 �
�
 �	�i�f� �n�o�_�g�u�r�o� �!� �1�:�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�f�f� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�f�f� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �n�o�t� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�n� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�o�r�e� �i�s� �c�u�r�r�e�n�t�l�y� �n�o�t� �s�h�o�w�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�g�u�r�o�_�o�n� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�{� �{� �{� �O�b�e�d�i�e�n�c�e� �D�i�f�f�i�c�u�l�t�y� �S�e�t�t�i�n�g� �}� �}� �}�<�b�r�>�<�/�d�i�v�>�'�
�
@@ -7067,6 +7158,9 @@
 �!� � �	�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�c�2� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>� �N�e�x�t� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �
�
+�!�c�h�e�c�k� �f�o�r� �a�n� �e�v�e�n�t� �(�m�o�v�e�d� �t�o� �e�n�d� �a�f�t�e�r� �e�v�a�l�u�a�t�i�n�g� �c�i�t�y�_�f�o�r�m� �s�o� �c�i�t�y�_�d�i�s�t�r�i�c�t� �i�s� �s�e�t� �s�o� �m�a�i�n�_�s�c�r�e�e�n� �w�i�l�l� �r�e�s�e�t� �m�e�n�u�_�f�o�r�m� �u�p�o�n� �r�e�t�u�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�g�s� �'�$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�'�
�
+�
�
 �g�t� �'�c�i�t�y�_�s�c�r�e�e�n�'�
�
 �
�
 �-�-�-� �c�i�t�y�_�m�e�n�u�_�f�o�r�m� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
@@ -7075,7 +7169,7 @@
 �
�
 �!�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-� �S�l�a�v�e� �M�a�n�a�g�e�m�e�n�t� �-� �S�t�a�r�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �i�f� �i�s�_�h�o�m�e� �=� �1� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�$�t�m�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �t�o� �i�n�v�e�n�t�o�r�y�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�'�s�l�a�v�e�_�s�t�a�t�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�e�q�u�i�p�m�e�n�t�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�t�m�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �t�o� �i�n�v�e�n�t�o�r�y�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�s�l�a�v�e�'�'�)�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�e�q�u�i�p�m�e�n�t�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�
�
 �	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:�
�
 �	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�V�i�r�g�i�n�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�v�i�r�g�i�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -7087,8 +7181,6 @@
 �	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�S�t�e�r�i�l�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�s�t�e�r�i�l�e�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�2�:�
�
 �	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�I�m�m�a�t�u�r�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�f�e�r�t�i�l�e�n�o�t�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �<� �1�:�
�
-�	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�N�o�t� �F�e�r�t�i�l�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�f�e�r�t�i�l�e�n�o�t�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�
�
 �	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�F�e�r�t�i�l�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�f�e�r�t�i�l�e�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
@@ -7164,7 +7256,7 @@
 �
�
 �!�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-� �A�s�s�i�s�t�a�n�t� �M�a�n�a�g�e�m�e�n�t� �-� �S�t�a�r�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �i�f� �i�s�_�h�o�m�e� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�$�t�m�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s� �=� �"�s�l�i�n�f�o�_�m�a�t�u�r�e� �t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �t�o� �i�n�v�e�n�t�o�r�y�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�'�a�s�s�i�s�t�a�n�t�_�s�t�a�t�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�e�q�u�i�p�m�e�n�t�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�t�m�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s� �=� �"�s�l�i�n�f�o�_�m�a�t�u�r�e� �t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �t�o� �i�n�v�e�n�t�o�r�y�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�a�s�s�i�s�t�a�n�t�'�'�)�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�e�q�u�i�p�m�e�n�t�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:�
�
 �	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�V�i�r�g�i�n�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�v�i�r�g�i�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
@@ -7175,8 +7267,6 @@
 �	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�S�t�e�r�i�l�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�s�t�e�r�i�l�e�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�2�:�
�
 �	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�I�m�m�a�t�u�r�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�f�e�r�t�i�l�e�n�o�t�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �<� �1�:�
�
-�	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�N�o�t� �F�e�r�t�i�l�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�f�e�r�t�i�l�e�n�o�t�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�3�:�
�
 �	�	�	�$�t�m�p� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�M�i�l�k� �C�o�w�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�m�i�l�k�c�o�w�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�
�
@@ -7237,9 +7327,9 @@
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�a�s�i�n�f�o�_�p�r�e�g�n�a�n�t�_�r�i�s�k�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�I�t� �s�e�e�m�s� �t�h�a�t� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �i�s� �i�l�l�!�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�m�a�s�t�e�r�_�i�l�l�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�w�o�u�n�d�s�'�]� �>� �0�:�
�
-�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�a�s�i�n�f�o�_�p�r�e�g�n�a�n�t�_�r�i�s�k�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �i�s� �w�o�u�n�d�e�d�!�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�m�a�s�t�e�r�_�w�o�u�n�d�e�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�w�o�u�n�d�s�'�]� �>� �0�:�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�a�s�i�n�f�o�_�p�r�e�g�n�a�n�t�_�r�i�s�k�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �i�s� �w�o�u�n�d�e�d�!�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�m�a�s�t�e�r�_�w�o�u�n�d�e�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �!� �a�l�s�o� �s�h�o�w� �r�a�t�i�n�g� �o�u�t�s�i�d�e�
�
@@ -7251,9 +7341,7 @@
 �
�
 �!�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-� �M�a�s�t�e�r� �M�a�n�a�g�e�m�e�n�t� �-� �S�t�a�r�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s� �!� �0�:�
�
-�	�i�f� �m�a�s�t�e�r�_�m�e�d�i�c� �>� �2� �o�r� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]� �>� �2�:�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�a�s�t�e�r�_�i�n�f�o�_�w�o�u�n�d�s�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�I�t� �s�e�e�m�s� �t�h�a�t� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>� �i�s� �w�o�u�n�d�e�d�!�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�m�a�s�t�e�r�_�w�o�u�n�d�e�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�a�s�t�e�r�_�i�n�f�o�_�w�o�u�n�d�s�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�I�t� �s�e�e�m�s� �t�h�a�t� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>� �i�s� �w�o�u�n�d�e�d�!�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�i�n�f�o�_�m�a�s�t�e�r�_�w�o�u�n�d�e�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �i�f� �m�a�s�t�e�r�_�i�l�l� �!� �0�:�
�
 �	�i�f� �m�a�s�t�e�r�_�m�e�d�i�c� �>� �2� �o�r� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]� �>� �2�:�
�
@@ -7445,6 +7533,12 @@
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
+�i�f� �$�a�r�g�s�[�3�]� �=� �'�a�n�y�_�a�g�e�'�:�
�
+�	�!� �s�p�e�c�i�a�l� �p�a�r�a�m�e�t�e�r� �t�h�a�t� �i�n�s�t�r�u�c�t�s� �u�s� �t�o� �o�m�i�t� �t�h�e� �a�g�e� �p�o�r�t�i�o�n� �o�f� �t�h�e� �i�m�a�g�e� �p�a�t�h� �(�s�o� �w�e� �c�a�n� �s�t�i�l�l� �h�a�v�e� �m�a�t�c�h�e�s� �f�o�r� �h�a�i�r�)�
�
+�	�$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �=� �$�r�e�p�l�a�c�e�(�$�m�a�i�n�_�s�p�e�c�_�n�o�N�r�,� �'�_�'� �+� �$�a�g�e�[�s�l�a�v�e�[�'�a�g�e�'�]�]�,� �'�'�)�
�
+�	�$�m�a�i�n�_�g�e�n�_�n�o�N�r� �=� �$�r�e�p�l�a�c�e�(�$�m�a�i�n�_�g�e�n�_�n�o�N�r�,� �'�_�'� �+� �$�a�g�e�[�s�l�a�v�e�[�'�a�g�e�'�]�]�,� �'�'�)�
�
+�e�n�d�
�
+�
�
 �!�m�s�g� �"�m�a�i�n� �s�p�e�c�:� �"� �+� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r�
�
 �!�m�s�g� �"�m�a�i�n� �g�e�n�:� �"� �+� �$�m�a�i�n�_�g�e�n�_�n�o�N�r�
�
 �
�
@@ -7478,66 +7572,93 @@
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�n�i�t�_�s�l�a�v�e�_�i�m�a�g�e�_�c�h�a�r�a�c�t�e�r�i�s�t�i�c�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�f�a�r�m�h�a�n�d�'�)�
�
 �	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �$�f�a�r�m�h�a�n�d�[�'�h�a�i�r�C�o�l�o�r�'�]� �+� �'�_�'� �+� �$�f�a�r�m�h�a�n�d�[�'�h�a�i�r�L�e�n�'�]� �+� �'�_�'� �+� �$�a�g�e�[�f�a�r�m�h�a�n�d�[�'�a�g�e�'�]�]�
�
 �	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�'� �+� �$�a�g�e�[�f�a�r�m�h�a�n�d�[�'�a�g�e�'�]�]�
�
+�	�e�l�s�e�i�f� �$�s�e�c�o�n�d�a�r�y�_�a�c�t�o�r� �=� �'�y�o�u�n�g�'�:�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�y�o�u�n�g�'�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�y�o�u�n�g�'�
�
+�	�e�l�s�e�i�f� �$�s�e�c�o�n�d�a�r�y�_�a�c�t�o�r� �=� �'�m�i�l�f�'�:�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�m�i�l�f�'�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�m�i�l�f�'�
�
+�	�e�l�s�e�i�f� �$�s�e�c�o�n�d�a�r�y�_�a�c�t�o�r� �=� �'�l�o�l�i�'�:�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�l�o�l�i�'�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�l�o�l�i�'�
�
 �	�e�l�s�e�i�f� �$�s�e�c�o�n�d�a�r�y�_�a�c�t�o�r� �=� �'�g�e�n�e�r�a�l�'�:�
�
 �	�	�i�f� �r�a�n�d�(�1�,� �2�)� �=� �1�:�
�
-�	�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �"�g�e�n�e�r�a�l�_�y�o�u�n�g�"�
�
-�	�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �"�g�e�n�e�r�a�l�_�y�o�u�n�g�"�
�
+�	�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�y�o�u�n�g�'�
�
+�	�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�y�o�u�n�g�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �"�g�e�n�e�r�a�l�_�m�i�l�f�"�
�
-�	�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �"�g�e�n�e�r�a�l�_�m�i�l�f�"�
�
+�	�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�m�i�l�f�'�
�
+�	�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �'�g�e�n�e�r�a�l�_�m�i�l�f�'�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
+�	�i�f� �$�a�r�g�s�[�3�]� �=� �'�a�n�y�_�a�g�e�'�:�
�
+�	�	�!� �s�p�e�c�i�a�l� �p�a�r�a�m�e�t�e�r� �t�h�a�t� �i�n�s�t�r�u�c�t�s� �u�s� �t�o� �o�m�i�t� �t�h�e� �a�g�e� �p�o�r�t�i�o�n� �o�f� �t�h�e� �i�m�a�g�e� �p�a�t�h� �(�s�o� �w�e� �c�a�n� �s�t�i�l�l� �h�a�v�e� �m�a�t�c�h�e�s� �f�o�r� �h�a�i�r�)�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �=� �$�r�e�p�l�a�c�e�(�$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r�,� �'�_�'� �+� �$�a�g�e�[�s�l�a�v�e�[�'�a�g�e�'�]�]�,� �'�'�)�
�
+�	�	�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �=� �$�r�e�p�l�a�c�e�(�$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r�,� �'�_�'� �+� �$�a�g�e�[�s�l�a�v�e�[�'�a�g�e�'�]�]�,� �'�'�)�
�
+�	�e�n�d�
�
+�
�
 �	�!�m�s�g� �"�s�e�c� �s�p�e�c�:� �"� �+� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r�
�
 �	�!�m�s�g� �"�s�e�c� �g�e�n�:� �"� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r�
�
 �
�
-�	�!� �b�u�i�l�d�i�n�g� �t�h�e� �s�p�e�c�i�f�i�c� �a�n�d� �g�e�n�e�r�a�l� �i�m�a�g�e� �p�o�o�l�s� �
�
-�	�i�f� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �<� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r�:�
�
-�	�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r�
�
-�	�e�l�s�e�
�
-�	�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r�
�
+�	�!� �f�i�n�d� �e�l�i�g�i�b�l�e� �i�m�a�g�e� �p�o�o�l�s� �f�o�r� �t�w�o� �a�c�t�o�r�s�
�
+�
�
+�	�!� �i�d�e�n�t�i�f�y� �s�p�e�c�i�f�i�c� �i�m�a�g�e� �s�e�t�s� �(�i�n� �c�a�s�e� �i�m�a�g�e�s� �f�o�r� �b�o�t�h� �c�o�m�b�i�n�a�t�i�o�n�s� �A�~�B�,� �B�~�A� �e�x�i�s�t�,� �r�a�n�d�o�m� �c�h�a�n�c�e� �t�o� �u�s�e� �e�i�t�h�e�r� �s�e�t�)�
�
+�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �&�!� �A�~�B�
�
+�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r�]� �=� �0� �o�r� �r�a�n�d�(�1�,�2�)� �=� �1�:�
�
+�	�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �&�!� �B�~�A�
�
+�	�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r�]� �=� �0�:� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �&�!� �B�&�A� �i�s� �e�m�p�t�y� �s�o� �r�e�v�e�r�t� �t�o� �A�~�B� �(�w�h�i�c�h� �m�i�g�h�t� �a�l�s�o� �b�e� �e�m�p�t�y�)�
�
 �	�e�n�d�
�
-�	�i�f� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �<� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r�:�
�
-�	�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r� �=� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r�
�
-�	�e�l�s�e�
�
-�	�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�g�e�n�_�n�o�N�r�
�
+�	�
�
+�	�!� �m�a�i�n�-�s�p�e�c�i�f�i�c� �s�e�c�o�n�d�a�r�y�-�g�e�n�e�r�a�l� �(�i�n� �c�a�s�e� �i�m�a�g�e�s� �f�o�r� �b�o�t�h� �c�o�m�b�i�n�a�t�i�o�n�s� �A�~�B�,� �B�~�A� �e�x�i�s�t�,� �r�a�n�d�o�m� �c�h�a�n�c�e� �t�o� �u�s�e� �e�i�t�h�e�r� �s�e�t�)�
�
+�	�$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �&�!� �A�~�B�
�
+�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r�]� �=� �0� �o�r� �r�a�n�d�(�1�,�2�)� �=� �1�:�
�
+�	�	�$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �&�!� �B�~�A�
�
+�	�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r�]� �=� �0�:� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �&�!� �B�&�A� �i�s� �e�m�p�t�y� �s�o� �r�e�v�e�r�t� �t�o� �A�~�B� �(�w�h�i�c�h� �m�i�g�h�t� �a�l�s�o� �b�e� �e�m�p�t�y�)�
�
+�	�e�n�d�
�
+�
�
+�	�!� �s�e�c�o�n�d�a�r�y�-�s�p�e�c�i�f�i�c� �m�a�i�n�-�g�e�n�e�r�a�l� �(�i�n� �c�a�s�e� �i�m�a�g�e�s� �f�o�r� �b�o�t�h� �c�o�m�b�i�n�a�t�i�o�n�s� �A�~�B�,� �B�~�A� �e�x�i�s�t�,� �r�a�n�d�o�m� �c�h�a�n�c�e� �t�o� �u�s�e� �e�i�t�h�e�r� �s�e�t�)�
�
+�	�$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �&�!� �A�~�B�
�
+�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r�]� �=� �0� �o�r� �r�a�n�d�(�1�,�2�)� �=� �1�:�
�
+�	�	�$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �&�!� �B�~�A�
�
+�	�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r�]� �=� �0�:� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �&�!� �B�&�A� �i�s� �e�m�p�t�y� �s�o� �r�e�v�e�r�t� �t�o� �A�~�B� �(�w�h�i�c�h� �m�i�g�h�t� �a�l�s�o� �b�e� �e�m�p�t�y�)�
�
+�	�e�n�d�
�
+�
�
+�	�!� �b�o�t�h� �g�e�n�e�r�a�l� �(�i�n� �c�a�s�e� �i�m�a�g�e�s� �f�o�r� �b�o�t�h� �c�o�m�b�i�n�a�t�i�o�n�s� �A�~�B�,� �B�~�A� �e�x�i�s�t�,� �r�a�n�d�o�m� �c�h�a�n�c�e� �t�o� �u�s�e� �e�i�t�h�e�r� �s�e�t�)�
�
+�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r� �=� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �&�!� �A�~�B�
�
+�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�]� �=� �0� �o�r� �r�a�n�d�(�1�,�2�)� �=� �1�:�
�
+�	�	�$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �&�!� �B�~�A�
�
+�	�	�i�f� �p�i�c�M�a�x�[�$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�]� �=� �0�:� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r� �=� �$�m�a�i�n�_�g�e�n�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r� �&�!� �B�&�A� �i�s� �e�m�p�t�y� �s�o� �r�e�v�e�r�t� �t�o� �A�~�B� �(�w�h�i�c�h� �m�i�g�h�t� �a�l�s�o� �b�e� �e�m�p�t�y�)�
�
 �	�e�n�d�
�
-�	�$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r� �=� �$�m�a�i�n�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�s�e�c�o�n�d�a�r�y�_�g�e�n�_�n�o�N�r�
�
-�	�$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r� �=� �$�s�e�c�o�n�d�a�r�y�_�s�p�e�c�_�n�o�N�r� �+� �'�~�'� �+� �$�m�a�i�n�_�g�e�n�_�n�o�N�r�
�
 �
�
 �	�!�m�s�g� �"�d�o�u�b�l�e� �s�p�e�c� �p�o�o�l�:� �"� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r�
�
-�	�!�m�s�g� �"�d�o�u�b�l�e� �g�e�n� �p�o�o�l�:� �"� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�
�
 �	�!�m�s�g� �"�m�a�i�n� �s�p�e�c� �p�o�o�l�:� �"� �+� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r�
�
 �	�!�m�s�g� �"�s�e�c� �s�p�e�c� �p�o�o�l�:� �"� �+� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r�
�
+�	�!�m�s�g� �"�d�o�u�b�l�e� �g�e�n� �p�o�o�l�:� �"� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�
�
 �
�
-�	�!� �s�p�e�c�i�f�i�c� �i�m�a�g�e� �p�o�o�l� �i�s� �t�h�e� �h�i�g�h�e�s�t� �m�o�s�t� �d�e�t�a�i�l�e�d� �t�y�p�e� �o�f� �i�m�a�g�e� �f�o�u�n�d�
�
+�	�!� �f�o�r� �s�p�e�c�i�f�i�c� �i�m�a�g�e� �p�o�o�l�,� �u�s�e� �t�h�e� �m�o�s�t� �s�p�e�c�i�f�i�c� �e�l�i�g�i�b�l�e� �n�o�n�-�e�m�p�t�y� �i�m�a�g�e� �s�e�t� �(�p�i�c�M�a�x� �>� �0�)�:� �d�o�u�b�l�e�S�p�e�c�,� �m�a�i�n�S�p�e�c�,� �o�r� �s�e�c�o�n�d�a�r�y�S�p�e�c�
�
 �	�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�S�p�e�c�_�n�o�N�r�
�
 �	�s�p�e�c�i�f�i�c�_�i�m�a�g�e�_�t�y�p�e� �=� �2�
�
 �	�!�m�s�g� �"�s�p�e�c� �t�r�y� �1�:� �"� �+� �$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�
�
+�	�!� �d�o�u�b�l�e�S�p�e�c� �i�s� �n�o�w� �t�h�e� �s�p�e�c�i�f�i�c� �p�o�o�l�,� �m�a�i�n�S�p�e�c�,� �s�e�c�o�n�d�a�r�y�S�p�e�c� �a�n�d� �d�o�u�b�l�e�G�e�n� �h�a�v�e� �c�h�a�n�c�e� �f�o�r� �s�e�l�e�c�t�i�o�n� �a�s� �g�e�n�e�r�a�l� �p�o�o�l�
�
 �	�i�f� �p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�]� �=� �0�:�
�
 �	�	�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r�
�
 �	�	�s�p�e�c�i�f�i�c�_�i�m�a�g�e�_�t�y�p�e� �=� �5�
�
 �	�	�!�m�s�g� �"�s�p�e�c� �t�r�y� �2�:� �"� �+� �$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�
�
+�	�	�!� �m�a�i�n�S�p�e�c� �i�s� �n�o�w� �t�h�e� �s�p�e�c�i�f�i�c� �p�o�o�l�,� �s�e�c�o�n�d�a�r�y�S�p�e�c� �a�n�d� �d�o�u�b�l�e�G�e�n� �h�a�v�e� �c�h�a�n�c�e� �f�o�r� �s�e�l�e�c�t�i�o�n� �a�s� �g�e�n�e�r�a�l� �p�o�o�l�
�
 �	�	�i�f� �p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�]� �=� �0�:�
�
 �	�	�	�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r�
�
 �	�	�	�s�p�e�c�i�f�i�c�_�i�m�a�g�e�_�t�y�p�e� �=� �7�
�
 �	�	�	�!�m�s�g� �"�s�p�e�c� �t�r�y� �3�:� �"� �+� �$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�
�
+�	�	�	�!� �s�e�c�o�n�d�a�r�y�S�p�e�c� �i�s� �n�o�w� �t�h�e� �s�p�e�c�i�f�i�c� �p�o�o�l�,� �d�o�u�b�l�e�G�e�n� �h�a�s� �c�h�a�n�c�e� �f�o�r� �s�e�l�e�c�t�i�o�n� �a�s� �g�e�n�e�r�a�l� �p�o�o�l�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
-�	�!� �g�e�n�e�r�a�l� �i�m�a�g�e� �p�o�o�l� �i�s� �a� �r�a�n�d�o�m� �b�e�t�w�e�e�n� �t�h�e� �r�e�m�a�i�n�i�n�g� �i�m�a�g�e� �p�o�o�l�s�
�
-�	�i�f� �s�p�e�c�i�f�i�c�_�i�m�a�g�e�_�t�y�p�e� �=� �7�:�
�
-�	�	�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�
�
-�	�e�l�s�e�
�
-�	�	�p�i�c�_�r�a�n�d� �=� �r�a�n�d�(�s�p�e�c�i�f�i�c�_�i�m�a�g�e�_�t�y�p�e�,� �7�)�
�
-�	�	�i�f� �p�i�c�_�r�a�n�d� �>�=� �2� �a�n�d� �p�i�c�_�r�a�n�d� �<�=� �4�:�
�
-�	�	�	�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r�
�
-�	�	�e�l�s�e�i�f� �p�i�c�_�r�a�n�d� �=� �5� �o�r� �p�i�c�_�r�a�n�d� �=� �6�:�
�
-�	�	�	�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r�
�
-�	�	�e�l�s�e�
�
-�	�	�	�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
+�	�!� �f�o�r� �g�e�n�e�r�a�l� �i�m�a�g�e� �p�o�o�l�,� �r�a�n�d�o�m� �b�e�t�w�e�e�n� �t�h�e� �r�e�m�a�i�n�i�n�g� �i�m�a�g�e� �p�o�o�l�s� �(�e�x�c�l�u�d�i�n�g� �e�m�p�t�y� �s�e�t�s� �a�n�d� �e�x�c�l�u�d�i�n�g� �t�h�e� �i�m�a�g�e� �s�e�t� �c�h�o�s�e�n� �f�o�r� �s�p�e�c�i�f�i�c� �p�o�o�l� �a�b�o�v�e�)�
�
+�	�!� �0�-�1� �a�r�e� �u�n�u�s�e�d� �(�d�o�u�b�l�e�S�p�e�c� �i�s� �a�l�w�a�y�s� �u�s�e�d� �a�s� �s�p�e�c�i�f�i�c� �p�a�t�h� �i�f� �a�n�y� �i�m�a�g�e�s� �e�x�i�s�t�)�,� �2�,�3�,�4� �=� �m�a�i�n�S�p�e�c�,� �5�,�6� �=� �s�e�c�o�n�d�a�r�y�S�p�e�c�,� �7� �=� �d�o�u�b�l�e�G�e�n�
�
+�	�p�i�c�_�r�a�n�d� �=� �r�a�n�d�(�s�p�e�c�i�f�i�c�_�i�m�a�g�e�_�t�y�p�e�,� �7�)�
�
+�	�i�f� �(�p�i�c�_�r�a�n�d� �>�=� �2� �a�n�d� �p�i�c�_�r�a�n�d� �<�=� �4�)�:� �$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�m�a�i�n�S�p�e�c�_�n�o�N�r�
�
+�	�i�f� �p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r�]� �=� �0� �o�r� �(�p�i�c�_�r�a�n�d� �=� �5� �o�r� �p�i�c�_�r�a�n�d� �=� �6�)�:� �$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�s�e�c�o�n�d�a�r�y�S�p�e�c�_�n�o�N�r�
�
+�	�i�f� �p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r�]� �=� �0� �o�r� �(�p�i�c�_�r�a�n�d� �=� �7�)�:� �$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r� �=� �$�a�r�g�s�[�1�]� �+� �'�_�'� �+� �$�p�i�c�P�a�t�h�_�d�o�u�b�l�e�G�e�n�_�n�o�N�r�
�
 �e�n�d�
�
 �
�
 �!�m�s�g� �$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�
�
@@ -7555,7 +7676,7 @@
 �	�	�	�a�r�g�s�[�3�]� �=� �0� �&�!� �m�a�k�i�n�g� �t�h�e� �(�s�a�f�e�?�)� �a�s�s�u�m�p�t�i�o�n� �t�h�a�t� �g�e�n�e�r�a�l� �p�i�c�s� �c�a�n� �b�e� �r�e�u�s�e�d� �(�s�e�e� �u�s�a�g�e� �o�f� �a�r�g�s�[�3�]� �b�e�l�o�w�)�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �p�i�c�_�r�a�n�d� �>� �(�(�p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�]� �+� �p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r�]�)� �/� �2�)� �-� �(�p�i�c�_�t�y�p�e� �/� �3�)� �+� �(�1�*� �(�p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�]� �=� �1�)�)�:�
�
+�	�	�i�f� �p�i�c�_�r�a�n�d� �>� �(�(�p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�]� �+� �p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r�]�)� �/� �2�)� �-� �(�p�i�c�_�t�y�p�e� �/� �3�)� �+� �(�1� �*� �(�p�i�c�M�a�x�[�$�p�i�c�P�a�t�h�_�s�p�e�c�_�n�o�N�r�]� �=� �1�)�)�:�
�
 �	�	�	�$�p�i�c�P�a�t�h� �=� �$�p�i�c�P�a�t�h�_�g�e�n�_�n�o�N�r�
�
 �	�	�	�a�r�g�s�[�3�]� �=� �0� �&�!� �m�a�k�i�n�g� �t�h�e� �(�s�a�f�e�?�)� �a�s�s�u�m�p�t�i�o�n� �t�h�a�t� �g�e�n�e�r�a�l� �p�i�c�s� �c�a�n� �b�e� �r�e�u�s�e�d� �(�s�e�e� �u�s�a�g�e� �o�f� �a�r�g�s�[�3�]� �b�e�l�o�w�)�
�
 �	�	�e�l�s�e�
�
@@ -7624,6 +7745,36 @@
 �
�
 �-�-�-� �d�i�s�p�l�a�y�_�p�i�c� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
+�#� �d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�
�
+�!� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�t�y�p�e�'�,� �'�d�i�v�t�y�p�e�'�,� �'�p�s�y�'�)� �-�-� �p�a�r�a�m�e�t�e�r�s� �a�r�e� �o�p�t�i�o�n�a�l� �e�x�c�e�p�t� �t�h�e� �s�l�a�v�e�t�y�p�e�
�
+�
�
+�i�f� �$�a�r�g�s�[�1�]� �=� �'�'�:� �$�a�r�g�s�[�1�]� �=� �'�b�g�'�
�
+�
�
+�!�$�r�e�s�u�l�t� �=� �'�<�d�i�v� �i�d�=�"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�
�
+�a�r�g�s�[�2�]� �=� �d�y�n�e�v�a�l�(�'�r�e�s�u�l�t� �=� �<�<�$�a�r�g�s�[�0�]�>�>�_�t�y�p�e�'�)�
�
+�a�r�g�s�[�3�]� �=� �5� �+� �d�y�n�e�v�a�l�(�'�r�e�s�u�l�t� �=� �<�<�$�a�r�g�s�[�0�]�>�>�[�"�m�o�o�d�"�]�'�)�
�
+�a�r�g�s�[�4�]� �=� �d�y�n�e�v�a�l�(�'�r�e�s�u�l�t� �=� �<�<�$�a�r�g�s�[�0�]�>�>�[�"�f�a�t�"�]�'�)�
�
+�a�r�g�s�[�5�]� �=� �d�y�n�e�v�a�l�(�'�r�e�s�u�l�t� �=� �i�i�f�(�<�<�$�a�r�g�s�[�0�]�>�>�[�"�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�"�]� �=� �0�,� �0�,� �<�<�$�a�r�g�s�[�0�]�>�>�[�"�b�o�o�b�s�"�]�)�'�)�
�
+�$�a�r�g�s�[�6�]� �=� �d�y�n�e�v�a�l�(�'�$�r�e�s�u�l�t� �=� �$�<�<�$�a�r�g�s�[�0�]�>�>�[�"�c�l�o�t�h�"�]�'�)�
�
+�$�a�r�g�s�[�7�]� �=� �d�y�n�e�v�a�l�(�'�$�r�e�s�u�l�t� �=� �$�<�<�$�a�r�g�s�[�0�]�>�>�[�"�f�u�l�l�i�m�a�g�e�"�]�'�)�
�
+�$�a�r�g�s�[�8�]� �=� �d�y�n�e�v�a�l�(�'�$�r�e�s�u�l�t� �=� �$�<�<�$�a�r�g�s�[�0�]�>�>�_�p�s�y�_�s�t�a�t�u�s�'�)�
�
+�
�
+�!� �h�e�l�e�n� �a�n�d� �y�a�s�m�i�n�
�
+�i�f� �a�r�g�s�[�2�]� �=� �2�5�7�5� �o�r� �a�r�g�s�[�2�]� �=� �2�5�7�4�:�
�
+�	�i�f� �$�a�r�g�s�[�6�]� �=� �'�3>;0O'� �o�r� �$�a�r�g�s�[�6�]� �=� �'�c�o�w�_�g�e�a�r�'� �o�r� �$�a�r�g�s�[�6�]� �=� �'�p�e�t�s�u�i�t�'� �o�r� �$�a�r�g�s�[�6�]� �=� �'�a�n�a�l�_�t�a�i�l�'� �o�r� �$�a�r�g�s�[�6�]� �=� �'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�:� �$�a�r�g�s�[�6�]� �=� �'�n�a�k�e�d�'�
�
+�	�$�r�e�s�u�l�t� �=� �'�<�d�i�v� �i�d�=�"�<�<�$�a�r�g�s�[�1�]�>�>�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�g�i�r�l�s�\�f�u�l�l�\�c�l�o�t�h�e�d�\�'� �+� �i�i�f�(�a�r�g�s�[�4�]� �<�=� �1�,� �'�m�o�d�e�l�'�,� �i�i�f�(�a�r�g�s�[�4�]� �<�=� �3�,� �'�v�o�l�u�p�t�u�o�u�s�'�,� �'�o�b�e�s�e�'�)�)� �+� �'�\�<�<�a�r�g�s�[�2�]�>�>�_�<�<�$�a�r�g�s�[�6�]�>�>�'� �+� �i�i�f�(�a�r�g�s�[�5�]� �>� �s�e�e�d�_�b�o�o�b�s�[�a�r�g�s�[�2�]�]�,� �'�_�a�u�g�m�e�n�t�e�d�'�,� �'�'�)� �+� �'�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �$�a�r�g�s�[�2�]� �=� �'�p�s�y�'�:�
�
+�	�	�$�r�e�s�u�l�t� �+�=� �'�<�d�i�v� �i�d�=�"�<�<�$�a�r�g�s�[�1�]�>�>�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�g�i�r�l�s�\�f�u�l�l�\�m�o�o�d�\�<�<�a�r�g�s�[�2�]�>�>�_�<�<�$�a�r�g�s�[�8�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�
�
+�	�	�$�r�e�s�u�l�t� �+�=� �'�<�d�i�v� �i�d�=�"�<�<�$�a�r�g�s�[�1�]�>�>�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�g�i�r�l�s�\�f�u�l�l�\�m�o�o�d�\�<�<�a�r�g�s�[�2�]�>�>�_�<�<�a�r�g�s�[�3�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
+�e�l�s�e�
�
+�	�$�r�e�s�u�l�t� �=� �'�<�d�i�v� �i�d�=�"�<�<�$�a�r�g�s�[�1�]�>�>�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�r�g�s�[�7�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�e�n�d�
�
+�
�
+�-�-�-� �d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
+�
�
 �#� �s�l�a�v�e�b�a�s�e�_�t�e�s�t�
�
 �!�d�e�b�u�g� �l�o�c�a�t�i�o�n� �f�o�r� �s�l�a�v�e� �d�a�t�a�b�a�s�e�
�
 �g�s� �'�_�l�a�y�o�u�t�'�
�
@@ -8450,7 +8601,7 @@
 �	�s�l�a�v�e�[�'�e�p�i�l�a�t�i�o�n�'�]� �=� �1�2�
�
 �	�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �7�
�
 �	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �2�
�
-�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �2�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �1�
�
 �
�
 �	�!�S�l�a�v�e� �E�q�u�i�p�p�e�d� �A�r�m�o�r�,� �W�e�a�p�o�n�s�,� �a�n�d� �C�l�o�t�h�
�
 �	�$�s�l�a�v�e�[�'�w�p�n�'�]� �=� �'�:0B0=0'�
�
@@ -8549,7 +8700,7 @@
 �i�f� �d�e�b�u�g�_�r�a�n�d� �=� �2�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�d�e�b�u�g�_�i�m�a�g�e�_�s�l�a�v�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�m�o�b�\�g�l�a�d�_�d�e�m�o�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �i�f� �d�e�b�u�g�_�r�a�n�d� �=� �3�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�d�e�b�u�g�_�i�m�a�g�e�_�s�l�a�v�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�m�o�b�\�g�l�a�d�_�c�h�a�m�p�i�o�n�_�d�e�m�o�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �
�
-�!�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�f�u�l�l�_�i�m�a�g�e�_�s�l�a�v�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�!�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�f�u�l�l�_�i�m�a�g�e�_�s�l�a�v�e�'�)�
�
 �
�
 �i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0�:�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�l�o�s�e�_�b�u�t�t�o�n�_�d�e�b�u�g�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�a�p�p�r�o�v�e�_�s�m�a�l�l�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
@@ -8625,7 +8776,7 @@
 �i�f� �d�e�b�u�g�_�r�a�n�d� �=� �2�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�d�e�b�u�g�_�i�m�a�g�e�_�s�l�a�v�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�m�o�b�\�g�l�a�d�_�d�e�m�o�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �i�f� �d�e�b�u�g�_�r�a�n�d� �=� �3�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�d�e�b�u�g�_�i�m�a�g�e�_�s�l�a�v�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�m�o�b�\�g�l�a�d�_�c�h�a�m�p�i�o�n�_�d�e�m�o�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �
�
-�!�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�f�u�l�l�_�i�m�a�g�e�_�s�l�a�v�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�!�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�f�u�l�l�_�i�m�a�g�e�_�s�l�a�v�e�'�)�
�
 �
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�c�l�o�s�e�_�b�u�t�t�o�n�_�d�e�b�u�g�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�a�p�p�r�o�v�e�_�s�m�a�l�l�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
@@ -8638,10 +8789,53 @@
 �i�f� �$�m�a�s�t�e�r�_�n�a�m�e� �!� �'�!B0@K9 �E>B=8:'�:� �w�i�z�a�r�d�_�m�o�d�e� �=� �0�
�
 �
�
 �!�A�d�d�O�n� �-� �V�e�r�s�i�o�n� �c�h�e�c�k�
�
-�$�t�i�t�l�e�_�f�i�x� �=� �'�J�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s� �v�2�.�2�.�1� �D�e�v� �V�e�r�s�i�o�n� �(�n�o�-�l�o�l�i� �e�d�i�t�i�o�n�)�'�
�
+�$�t�i�t�l�e�_�f�i�x� �=� �'�J�a�c�k�-�o�-�n�i�n�e�-�t�a�i�l�s� �v�2�.�2�.�4� �D�e�v� �V�e�r�s�i�o�n�'�
�
 �i�f� �s�a�v�e�d�_�g�a�m�e�_�l�o�a�d�e�d� �>� �0� �o�r� �$�o�n�g�l�o�a�d� �=� �'�'� �o�r� �$�g�a�m�e�_�v�e�r� �!� �$�t�i�t�l�e�_�f�i�x�:�
�
 �	�k�i�l�l�v�a�r� �'�s�a�v�e�d�_�g�a�m�e�_�l�o�a�d�e�d�'�
�
 �	�g�s� �'�$�a�d�d�o�n�'�,� �'�u�p�d�a�t�e�'�,� �'�f�u�l�l�'�
�
+�e�l�s�e�i�f� �o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �0�:�
�
+�	�!�T�O�D�O�:� �m�o�v�e� �i�n�t�o� �u�p�g�r�a�d�e� �h�a�n�d�l�e�r� �w�h�e�n� �v�e�r�s�i�o�n� �i�n�c�r�e�m�e�n�t�s� �f�r�o�m� �2�.�2�.�2� �t�o� �n�e�x�t� �v�e�r�s�i�o�n�
�
+�	�m�s�g� �'�O�l�d� �s�a�v�e�d� �g�a�m�e� �d�e�t�e�c�t�e�d� �.�.�.� �y�o�u� �m�a�y� �c�l�o�s�e� �t�h�i�s� �w�i�n�d�o�w� �n�o�w� �a�n�d� �c�o�n�t�i�n�u�e� �p�l�a�y�i�n�g� �.�.�.� �g�a�m�e� �m�a�y� �f�r�e�e�z�e� �t�e�m�p�o�r�a�r�i�l�y� �t�o� �r�e�d�u�c�e� �f�i�l�e� �s�i�z�e� �f�o�r� �f�u�t�u�r�e� �s�a�v�e�s� �.�.�.� �p�l�e�a�s�e� �b�e� �p�a�t�i�e�n�t�,� �y�o�u� �w�i�l�l� �b�e� �n�o�t�i�f�i�e�d� �w�h�e�n� �u�p�d�a�t�e� �i�s� �d�o�n�e�'�
�
+�	�o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �2� �&�!� �i�n�i�t�i�a�l�i�z�e�d� �t�o� �1� �i�n� �m�a�i�n�_�m�e�n�u� �s�o� �n�e�w� �g�a�m�e�s� �s�t�a�r�t�e�d� �a�f�t�e�r� �t�h�i�s� �c�o�d�e� �w�a�s� �a�d�d�e�d� �w�i�l�l� �b�y�p�a�s�s� �t�h�i�s� �u�p�d�a�t�e� �c�h�e�c�k�
�
+�e�l�s�e�i�f� �o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �2�:�
�
+�	�o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �3� �&�!� �i�n�c�r�e�m�e�n�t�a�l� �d�e�l�a�y� �t�o� �e�n�s�u�r�e� �t�h�e� �f�i�r�s�t� �m�e�s�s�a�g�e� �i�s� �s�e�e�n� �b�e�f�o�r�e� �t�h�e� �g�a�m�e� �p�a�u�s�e�s�
�
+�e�l�s�e�i�f� �o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �3�:�
�
+�	�o�n�e�_�t�i�m�e�_�c�o�n�v�e�r�s�i�o�n�_�o�f�_�i�n�t�e�r�a�c�t�i�o�n�_�c�o�u�n�t�e�r�_�a�r�r�a�y�s� �=� �4� �&�!� �d�o�-�o�n�c�e�
�
+�	�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�s�e�x�_�d�o�n�e�_�t�o�d�a�y�'�
�
+�	�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�'�
�
+�	�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�'�
�
+�	�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�'�
�
+�	�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�'�
�
+�	�$�a�d�d�_�c�o�u�n�t�e�r�_�v�a�r�s�_�f�o�r�_�v�a�l�i�d�_�s�l�a�v�e�s� �=� �{�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�	�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�'� � � � � � � � � �&�!� �i�n�s�t�a�n�c�e�-�s�p�e�c�i�f�i�c� �v�e�r�s�i�o�n� �o�f� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y� � � � �&�!� �a�r�r�a�y� �v�a�r�,� �e�a�c�h� �i�n�d�e�x� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �a�n� �i�n�t�e�r�a�c�t�i�o�n� �i�d�,� �w�i�t�h� �a� �c�o�u�n�t� �a�s� �t�h�e� �v�a�l�u�e�
�
+�	�	�	�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�'� � � � � � � � � �&�!� �r�e�p�l�a�c�e�d� �'�a�l�r�e�a�d�y�_�d�o�n�e�_�c�u�r�s�l�a�v�e�'� � � � � � � � � � � � � � � � � � � �&�!� �a�r�r�a�y� �v�a�r�,� �e�a�c�h� �i�n�d�e�x� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �a�n� �i�n�t�e�r�a�c�t�i�o�n� �i�d�,� �w�i�t�h� �a� �c�o�u�n�t� �a�s� �t�h�e� �v�a�l�u�e�
�
+�	�	�	�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�'� � � � � � � � �&�!� �n�e�w� �i�n� �2�.�2� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �&�!� �a�r�r�a�y� �v�a�r�,� �e�a�c�h� �i�n�d�e�x� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �a�n� �i�n�t�e�r�a�c�t�i�o�n� �i�d�,� �w�i�t�h� �a� �c�o�u�n�t� �a�s� �t�h�e� �v�a�l�u�e�
�
+�	�	�	�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�s�e�x�_�t�o�d�a�y�'� � � � � � � � � � �&�!� �r�e�p�l�a�c�e�d� �'�t�o�d�a�y�_�s�e�x�_�c�u�r�s�l�a�v�e�'� � � � � � � � � � � � � � � � � � � � � � �&�!� �a�r�r�a�y� �v�a�r�,� �e�a�c�h� �i�n�d�e�x� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �a�n� �i�n�t�e�r�a�c�t�i�o�n� �i�d�,� �w�i�t�h� �a� �c�o�u�n�t� �a�s� �t�h�e� �v�a�l�u�e�
�
+�	�	�	�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�]� �=� �'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�s�e�x�_�t�o�t�a�l�'� � � � � � � � � � �&�!� �r�e�p�l�a�c�e�d� �'�a�l�r�e�a�d�y�_�s�e�x�_�c�u�r�s�l�a�v�e�'� � � � � � � � � � � � � � � � � � � � �&�!� �a�r�r�a�y� �v�a�r�,� �e�a�c�h� �i�n�d�e�x� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �a�n� �i�n�t�e�r�a�c�t�i�o�n� �i�d�,� �w�i�t�h� �a� �c�o�u�n�t� �a�s� �t�h�e� �v�a�l�u�e�
�
+�	�	�e�n�d�
�
+�	�}�
�
+�	�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�a�d�d�_�c�o�u�n�t�e�r�_�v�a�r�s�_�f�o�r�_�v�a�l�i�d�_�s�l�a�v�e�s�'�,� �'�$�a�l�l�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�a�d�d�_�c�o�u�n�t�e�r�_�v�a�r�s�_�f�o�r�_�v�a�l�i�d�_�s�l�a�v�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�t�o�c�k�'�)�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�a�d�d�_�c�o�u�n�t�e�r�_�v�a�r�s�_�f�o�r�_�v�a�l�i�d�_�s�l�a�v�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�e�l�e�c�t�'�)�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�a�d�d�_�c�o�u�n�t�e�r�_�v�a�r�s�_�f�o�r�_�v�a�l�i�d�_�s�l�a�v�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�a�v�e�d�_�s�t�o�c�k�'�)�
�
+�	�k�i�l�l�v�a�r� �'�$�a�d�d�_�c�o�u�n�t�e�r�_�v�a�r�s�_�f�o�r�_�v�a�l�i�d�_�s�l�a�v�e�s�'�
�
+�	�f�o�r� �i� �=� �0� �t�o� �a�r�r�s�i�z�e�(�'�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�'�)� �-� �1�:� �k�i�l�l�v�a�r� �$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�
�
+�	�k�i�l�l�v�a�r� �'�$�t�e�m�p�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�'�
�
+�	�f�o�r� �i� �=� �0� �t�o� �a�r�r�s�i�z�e�(�'�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�'�)� �-� �1�:�
�
+�	�	�i�f� �a�r�r�s�i�z�e�(�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�)� �>� �0�:�
�
+�	�	�	�f�o�r� �j� �=� �0� �t�o� �a�r�r�s�i�z�e�(�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�)� �-� �1�:�
�
+�	�	�	�	�d�y�n�a�m�i�c� �"�i�f� �<�<�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�>�>�[�j�]� �>� �0�:� �c�o�n�v�e�r�t�e�d�_�c�o�u�n�t� �+�=� �1� �&� �<�<�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�>�>�_�c�o�n�v�e�r�t�e�d�[�$�s�t�r�(�j�)�]� �+�=� �<�<�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�>�>�[�j�]�"�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�f�o�r� �i� �=� �0� �t�o� �a�r�r�s�i�z�e�(�'�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�'�)� �-� �1�:� �c�o�p�y�a�r�r� �$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]�,� �$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]� �+� �'�_�c�o�n�v�e�r�t�e�d�'�
�
+�	�f�o�r� �i� �=� �0� �t�o� �a�r�r�s�i�z�e�(�'�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�'�)� �-� �1�:� �k�i�l�l�v�a�r� �$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�[�i�]� �+� �'�_�c�o�n�v�e�r�t�e�d�'�
�
+�	�k�i�l�l�v�a�r� �'�$�p�e�r�m�_�c�o�u�n�t�e�r�_�a�r�r�a�y�_�v�a�r�s�'�
�
+�	�m�s�g� �'�U�p�d�a�t�e� �c�o�m�p�l�e�t�e�d� �.�.�.� �f�i�l�e� �s�i�z�e� �r�e�d�u�c�e�d� �f�o�r� �s�u�b�s�e�q�u�e�n�t� �s�a�v�e�s� �.�.�.� �y�o�u� �m�a�y� �c�l�o�s�e� �t�h�i�s� �w�i�n�d�o�w� �n�o�w� �a�n�d� �c�o�n�t�i�n�u�e� �p�l�a�y�i�n�g�'�
�
+�e�l�s�e�i�f� �n�e�w�l�o�c�_�d�o�_�o�n�c�e�_�p�e�r�_�g�a�m�e� �=� �0�:�
�
+�	�n�e�w�l�o�c�_�d�o�_�o�n�c�e�_�p�e�r�_�g�a�m�e� �=� �1�
�
+�	�g�s� �'�#�e�s�t�a�t�e�_�b�a�s�e�'� �&�!� �a�d�j�u�s�t� �r�e�n�t�a�l� �c�o�s�t�s� �b�a�s�e�d� �o�n� �g�a�m�e� �d�i�f�f�i�c�u�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�b�u�g�_�n�e�w�l�o�c� �=� �1�:� �m�s�g� �'�$�n�e�w�l�o�c�:� �$�c�u�r�l�o�c� �=� �<�<�$�c�u�r�l�o�c�>�>�'�
�
@@ -8661,19 +8855,11 @@
 �	�i�f� �s�l�a�v�e�[�'�s�i�n�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�:� �e�v�a�l� �=� �0�
�
 �e�n�d�
�
 �
�
-�!� �s�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �i�s� �c�a�p�p�e�d� �b�y� �r�e�s�i�d�e�n�c�e� �p�r�e�s�t�i�g�e� �(�c�u�r�r�e�n�t�l�y� �r�a�n�g�e�s� �[�-�1�,� �4�]�,� �t�h�e�r�e�f�o�r�e� �+�2�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �>� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �2�:� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �2�
�
-�i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h� �>� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �2�:� �m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �2�
�
-�i�f� �d�a�y� �=� �1�:� �m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �&�!� �a�l�l�o�w� �i�m�m�e�d�i�a�t�e� �c�h�a�n�g�e�s� �o�n� �d�a�y� �1�
�
+�!� �s�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �[�0�,�6�]� �m�u�s�t� �b�e� �e�q�u�a�l� �o�r� �g�r�e�a�t�e�r� �t�h�a�n� �r�e�s�i�d�e�n�c�e� �p�r�e�s�t�i�g�e� �(�c�u�r�r�e�n�t�l�y� �r�a�n�g�e�s� �[�-�1�,� �4�]�,� �t�h�e�r�e�f�o�r�e� �+�1�)� �a�n�d� �c�a�n�n�o�t� �b�e� �m�o�r�e� �t�h�a�n� �o�n�e� �l�e�v�e�l� �h�i�g�h�e�r� �(�t�h�e�r�e�f�o�r�e� �+�2�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t� �=� �m�a�x�(�e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �1�,� �m�i�n�(�m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�,� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �2�)�)� �&�!� �t�a�k�e�s� �e�f�f�e�c�t� �a�t� �n�e�x�t� �e�n�d� �o�f� �d�e�c�a�d�e� �b�i�l�l�i�n�g�
�
+�m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �m�a�x�(�e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �1�,� �m�i�n�(�m�a�s�t�e�r�_�w�e�a�l�t�h�,� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �2�)�)� �&�!� �c�l�a�m�p� �"�c�u�r�r�e�n�t�"� �l�e�v�e�l� �w�i�t�h�i�n� �s�a�m�e� �r�a�n�g�e� �(�c�a�n� �b�e� �o�u�t� �o�f� �r�a�n�g�e� �o�n� �d�a�y� �1� �a�n�d� �a�f�t�e�r� �c�h�a�n�g�i�n�g� �a�p�a�r�t�m�e�n�t�s�)�
�
 �
�
 �!�A�d�d�e�d� �b�e�h�a�v�i�o�r� �a�n�d� �r�u�l�e�s� �f�o�r� �e�x�t�e�n�d�e�d� �r�e�n�t�a�l� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �p�e�n� �!� �1�:�
�
-�	�p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�
�
-�	�t�e�n�t�a�c�l�e�_�h�p� �=� �0�
�
-�	�t�e�n�t�a�c�l�e�_�s�i�z�e� �=� �0�
�
-�	�t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �0�
�
-�e�n�d�
�
-�
�
 �i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �!� �1�:�
�
 �	�p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�
�
 �	�t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �0�
�
@@ -8796,25 +8982,9 @@
 �!�R�e�s�e�t� �a�s�s�i�s�t�a�n�t� �v�a�r�i�a�b�l�e�s� �i�f� �n�o� �a�s�s�i�s�t�a�n�t� �e�x�i�s�t�s� �a�n�d� �f�i�x� �b�l�a�n�k� �s�c�r�e�e�n� �b�u�g� �f�o�r� �a�s�s�i�s�t�a�n�t� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�a�s�s�i�s�t�a�n�t�'�
�
 �
�
+�!� �a�u�t�o�m�a�t�i�c�a�l�l�y� �e�n�a�b�l�e� �a�l�c�h�e�m�y� �r�u�l�e� �f�o�r� �a�s�s�i�s�t�a�n�t� �w�h�e�n� �t�h�e�r�e� �i�s� �n�o� �s�l�a�v�e�
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1�
�
 �
�
-�!� �m�a�k�e� �o�v�e�r�l�a�p�p�i�n�g� �r�u�l�e�s� �m�u�t�u�a�l�l�y� �e�x�c�l�u�s�i�v�e�,� �b�y� �r�e�m�o�v�i�n�g� �t�h�e�m� �f�r�o�m� �t�h�e� �a�s�s�i�s�t�a�n�t� �i�f� �t�h�e� �s�l�a�v�e� �h�a�s� �t�h�e�m� �e�n�a�b�l�e�d�,� �a�n�d� �v�i�c�e� �v�e�r�s�a�
�
-�!� �a�s�s�i�s�t�a�n�t� �i�s� �c�h�e�c�k�e�d� �f�i�r�s�t� �s�o� �t�h�a�t� �i�f� �a� �s�l�a�v�e� �i�s� �r�e�m�o�v�e�d� �f�r�o�m� �c�r�y�o� �w�h�o� �h�a�d� �t�h�e� �r�u�l�e� �b�e�f�o�r�e�,� �t�h�e� �r�u�l�e� �s�t�a�y�s� �w�i�t�h� �t�h�e� �a�s�s�i�s�t�a�n�t�
�
-�!� �t�h�i�s� �c�h�e�c�k�s� �o�n�l�y� �f�o�r� �r�u�l�e�s� �t�h�a�t� �a�r�e� �e�n�a�b�l�e�d�,� �n�o�t� �r�u�l�e�s� �t�h�a�t� �a�r�e� �d�i�s�a�b�l�e�d�,� �s�o� �i�t� �r�e�m�a�i�n�s� �p�o�s�s�i�b�l�e� �t�o� �d�i�s�a�b�l�e� �t�h�e� �r�u�l�e� �f�o�r� �b�o�t�h�
�
-�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �1�:� � � � � � � �s�l�a�v�e�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �1�:� � � � � � � � �s�l�a�v�e�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1�:� � � � � � � � � �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1�:� � � � � � �s�l�a�v�e�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �0�
�
-�
�
-�	�!�i�f� �s�l�a�v�e�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �1�:� � � � � � � � � � � �a�s�s�i�s�t�a�n�t�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �s�l�a�v�e�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �1�:� � � � � � � � � � � � �a�s�s�i�s�t�a�n�t�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1�:� � � � � � � � � � � � � �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �s�l�a�v�e�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �1�:� � � � � �a�s�s�i�s�t�a�n�t�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �s�l�a�v�e�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1�:� � � � � � � � � � �a�s�s�i�s�t�a�n�t�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �0�
�
-�e�n�d�
�
-�
�
 �!�D�i�s�a�b�l�e� �V�a�g�i�n�a�l� �B�a�l�l�s� �r�u�l�e� �i�f� �t�h�e� �c�o�r�r�e�c�t� �c�o�n�d�i�t�i�o�n�s� �d�o�n� t� �e�x�i�s�t� �-� �c�r�u�s�h�b�o�s�s�
�
 �!�M�o�s�t� �o�f� �t�h�e� �s�l�a�v�e� �r�u�l�e� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �h�a�n�d�l�e�d� �i�n� �s�l�a�v�e�_�s�t�a�t� �b�u�t� �f�o�r� �v�a�r�i�o�u�s� �r�e�a�s�o�n�s� �t�h�i�s� �o�n�e� �r�e�q�u�i�r�e�s� �s�p�e�c�i�a�l� �h�a�n�d�l�i�n�g� �h�e�r�e�
�
 �i�f� �s�l�a�v�e�[�'�v�_�b�a�l�l�s�_�r�u�l�e�'�]� �=� �1�:�
�
@@ -8870,13 +9040,11 @@
 �
�
 �!�h�a�n�d�l�e� �a�c�c�u�m�u�l�a�t�e�d� �h�a�l�f� �a�c�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �i�f� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �>� �1�:� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�i�f� �s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�i�f� �p�r�i�s�o�n�e�r�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �p�r�i�s�o�n�e�r�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�p�r�i�s�o�n�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�i�f� �a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�i�f� �c�o�w�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �c�o�w�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�c�o�w�_�e�n�e�r�g�y�_�d�r�o�p�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�u�p�d�a�t�e�_�s�l�a�v�e�_�e�n�e�r�g�y�_�s�t�a�r�s�'�,� �'�$�u�n�f�r�o�z�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �t�h�i�s� �c�a�n� �m�o�d�i�f�y� �e�n�e�r�g�y� �(�s�h�i�f�t�i�n�g� �n�e�g�a�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n� �v�a�l�u�e�s� �t�o� �p�o�s�i�t�i�v�e� �e�n�e�r�g�y�)�
�
 �
�
 �!�c�o�u�n�t�i�n�g� �h�o�m�e� �p�r�e�s�t�i�g�e�
�
-�h�o�u�s�e�_�p�r�e�s�t�i�g�e� �=� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�s�t�u�d�y�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�e�d�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�a�t�h�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�k�i�t�c�h�e�n�]�
�
+�e�s�t�a�t�e�_�q�u�a�l�i�t�y� �=� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�s�t�u�d�y�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�e�d�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�a�t�h�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�k�i�t�c�h�e�n�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�o�u�d�o�i�r�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�d�u�n�g�e�o�n�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�l�a�b�]�
�
+�e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �=� �e�s�t�a�t�e�_�q�u�a�l�i�t�y� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
 �
�
 �i�f� �r�a�v�e�n�_�c�r�o�w�n�_�o�n� �=� �1�:� �a�u�s�p�e�x� �=� �1�
�
 �
�
@@ -8984,6 +9152,126 @@
 �e�n�d�
�
 �!�e�n�d� �o�f� �t�e�s�t�i�n�g� �c�o�d�e� �-� �c�r�u�s�h�b�o�s�s�
�
 �
�
+�!�h�i�n�t�s� �(�t�e�m�p�o�r�a�r�i�l�y� �d�i�s�a�b�l�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �<� �2� �a�n�d� �1� �=� �0�:�
�
+�	�i�f� �d�e�m�o�_�g�a�m�e� �=� �0�:�
�
+�	�	�i�f� �h�i�n�t�_�n�e�w�_�g�a�m�e� �=� �0�:�
�
+�	�	�	�i�f� �d�a�y� �=� �1� �a�n�d� �i�s�_�h�o�m�e� �=� �1� �a�n�d� �$�c�u�r�l�o�c� �=� �'�m�e�n�u�_�f�o�r�m�'�:�
�
+�	�	�	�	�h�i�n�t�_�n�e�w�_�g�a�m�e� �=� �1�
�
+�	�	�	�	�m�s�g� �'�C�o�n�g�r�a�t�u�l�a�t�i�o�n�s�!� �Y�o�u� �a�r�e� �n�o�w� �a� �f�u�l�l� �m�e�m�b�e�r� �o�f� �t�h�e� �G�u�i�l�d� �o�f� �T�r�a�i�n�e�r�s�.�<�b�r�>�<�b�r�>�N�o�w� �t�h�e� �r�e�a�l� �t�e�s�t� �b�e�g�i�n�s� �-� �w�i�l�l� �y�o�u� �s�u�c�c�e�e�d� �w�h�e�r�e� �s�o� �m�a�n�y� �h�a�v�e� �f�a�i�l�e�d�?�<�b�r�>�<�b�r�>�'� �&� �_� �
�
+�	�	�	�	�m�s�g� �'�Y�o�u� �c�a�n� �v�i�s�i�t� �y�o�u�r� �G�u�i�l�d� �i�n� �W�h�i�t�e� �T�o�w�n� �t�o� �o�b�t�a�i�n� �a� �c�o�n�t�r�a�c�t�,� �o�r� �y�o�u� �c�a�n� �s�e�e� �w�h�a�t� �i�s� �o�n� �o�f�f�e�r� �a�t� �t�h�e� �s�l�a�v�e� �m�a�r�k�e�t�.�<�b�r�>�<�b�r�>�G�o�o�d� �l�u�c�k�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�!�'�
�
+�	�	�	�e�l�s�e�i�f� �d�a�y� �>� �1�:�
�
+�	�	�	�	�h�i�n�t�_�n�e�w�_�g�a�m�e� �=� �2�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �h�i�n�t�_�z�e�r�o�_�e�n�e�r�g�y�_�m�a�s�t�e�r� �=� �0�:�
�
+�	�	�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<�=� �0�:�
�
+�	�	�	�h�i�n�t�_�z�e�r�o�_�e�n�e�r�g�y�_�m�a�s�t�e�r� �=� �1�
�
+�	�	�	�m�s�g� �'�Y�o�u� �h�a�v�e� �e�x�h�a�u�s�t�e�d� �y�o�u�r� �e�n�e�r�g�y�.� �A�c�t�i�v�i�t�i�e�s� �t�h�a�t� �u�s�e� �y�o�u�r� �e�n�e�r�g�y� �w�i�l�l� �n�o�w� �s�a�p� �y�o�u�r� �s�t�r�e�n�g�t�h� �a�l�s�o�.� �M�a�y�b�e� �i�t� �i�s� �t�i�m�e� �t�o� �e�n�d� �t�h�e� �d�a�y�?�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �h�i�n�t�_�z�e�r�o�_�e�n�e�r�g�y�_�s�l�a�v�e� �=� �0�:�
�
+�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<�=� �0�:�
�
+�	�	�	�h�i�n�t�_�z�e�r�o�_�e�n�e�r�g�y�_�s�l�a�v�e� �=� �1�
�
+�	�	�	�m�s�g� �'�Y�o�u�r� �s�l�a�v�e� �h�a�s� �e�x�h�a�u�s�t�e�d� �h�e�r� �e�n�e�r�g�y�.� �A�c�t�i�v�i�t�i�e�s� �t�h�a�t� �u�s�e� �h�e�r� �e�n�e�r�g�y� �w�i�l�l� �n�o�w� �s�a�p� �h�e�r� �e�n�d�u�r�a�n�c�e� �a�l�s�o�.�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �h�i�n�t�_�s�l�a�v�e�_�e�x�e�r�t�i�o�n�_�l�i�m�i�t� �=� �0�:�
�
+�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�	�h�i�n�t�_�s�l�a�v�e�_�e�x�e�r�t�i�o�n�_�l�i�m�i�t� �=� �1�
�
+�	�	�	�m�s�g� �'�Y�o�u�r� �s�l�a�v�e� �h�a�s� �r�e�a�c�h�e�d� �h�e�r� �d�a�i�l�y� �l�i�m�i�t� �f�o�r� �a�t�h�l�e�t�i�c� �a�c�t�i�v�i�t�y�.� �F�u�r�t�h�e�r� �e�x�e�r�t�i�o�n� �w�i�l�l� �s�a�p� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�i�f� �h�i�n�t�_�u�n�c�o�l�l�a�r�e�d� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �0� �a�n�d� �i�s�_�h�o�m�e� �=� �0� �a�n�d� �d�e�m�o�_�g�a�m�e� �=� �0�:�
�
+�	�	�	�	�h�i�n�t�_�u�n�c�o�l�l�a�r�e�d� �=� �1�
�
+�	�	�	�	�m�s�g� �'�C�o�n�g�r�a�t�u�l�a�t�i�o�n�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�!� �T�h�e� �f�a�t�e� �o�f� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �n�o�w� �i�n� �y�o�u�r� �h�a�n�d�s�.�<�b�r�>�<�b�r�>�B�e� �m�i�n�d�f�u�l� �t�h�a�t� �s�h�e� �c�o�u�l�d� �h�a�v�e� �h�i�d�d�e�n� �h�e�a�l�t�h� �p�r�o�b�l�e�m�s�.� �I�f� �y�o�u� �s�e�e� �t�h�a�t� �s�h�e� �i�s� �i�n�j�u�r�e�d� �o�r� �w�e�a�k�e�n�i�n�g�,� �y�o�u� �c�a�n� �t�a�k�e� �h�e�r� �t�o� �t�h�e� �T�e�c�h�n�o�s�p�h�e�r�e� �m�e�d�i�c�a�l� �c�e�n�t�e�r� �i�n� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �d�i�s�t�r�i�c�t�.� �B�r�u�i�s�e�s� �w�i�l�l� �h�e�a�l� �o�v�e�r� �t�i�m�e�,� �f�a�s�t�e�r� �i�f� �s�h�e� �i�s� �h�a�p�p�y� �a�n�d� �g�i�v�e�n� �t�i�m�e� �t�o� �r�e�s�t�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�f�i�r�s�t�_�s�l�a�v�e� �=� �0�:�
�
+�	�	�	�i�f� �d�a�y� �=� �1� �a�n�d� �$�c�u�r�l�o�c� �=� �'�m�e�n�u�_�f�o�r�m�'�:�
�
+�	�	�	�	�h�i�n�t�_�f�i�r�s�t�_�s�l�a�v�e� �=� �1�
�
+�	�	�	�	�m�s�g� �'�A�s� �y�o�u� �b�e�g�i�n� �t�r�a�i�n�i�n�g� �y�o�u�r� �f�i�r�s�t� �s�l�a�v�e�,� �r�e�c�a�l�l� �t�h�e� �l�e�s�s�o�n�s� �o�f� �y�o�u�r� �G�u�i�l�d� �m�e�n�t�o�r�,� �A�n�g�e�l�i�k�a�.�<�b�r�>�<�b�r�>�A� �s�l�a�v�e� �b�e�c�o�m�e�s� �o�b�e�d�i�e�n�t� �t�h�r�o�u�g�h� �f�e�a�r�,� �d�e�s�p�a�i�r�,� �a�w�a�r�e�n�e�s�s�,� �h�a�b�i�t�,� �t�a�m�i�n�g�,� �d�e�v�o�t�i�o�n� �a�n�d� �a�r�o�u�s�a�l�.�'�
�
+�	�	�	�	�m�s�g� �'�W�h�e�n� �s�h�e� �n�o� �l�o�n�g�e�r� �r�e�f�u�s�e�s� �t�o� �c�a�r�r�y� �o�u�t� �y�o�u�r� �i�n�s�t�r�u�c�t�i�o�n�s�,� �y�o�u� �m�u�s�t� �m�o�t�i�v�a�t�e� �h�e�r� �t�o� �p�e�r�f�o�r�m� �h�e�r� �a�s�s�i�g�n�e�d� �t�a�s�k�s� �w�i�t�h� �d�i�l�i�g�e�n�c�e�,� �a�s� �a� �l�a�c�k�l�u�s�t�e�r� �e�f�f�o�r�t� �i�s� �a�l�m�o�s�t� �a�s� �b�a�d� �a�s� �n�o�n�e� �a�t� �a�l�l�.�<�b�r�>�<�b�r�>�W�h�i�l�e� �f�e�a�r�,� �a�w�a�r�e�n�e�s�s�,� �h�a�b�i�t�,� �t�a�m�i�n�g�,� �d�e�v�o�t�i�o�n� �a�n�d� �a�r�o�u�s�a�l� �c�o�n�t�r�i�b�u�t�e� �t�o� �d�i�l�i�g�e�n�c�e�,� �h�e�r� �m�o�o�d� �i�s� �a� �c�r�i�t�i�c�a�l� �f�a�c�t�o�r�.�'�
�
+�	�	�	�	�m�s�g� �'�F�e�a�r� �d�e�v�e�l�o�p�s� �w�i�t�h� �e�f�f�e�c�t�i�v�e� �t�h�r�e�a�t�s� �a�n�d� �p�u�n�i�s�h�m�e�n�t�s�.� �D�e�s�p�a�i�r� �d�e�v�e�l�o�p�s� �f�r�o�m� �u�n�h�a�p�p�i�n�e�s�s� �o�r� �h�a�r�s�h�e�r� �p�u�n�i�s�h�m�e�n�t�s� �t�h�a�n� �s�h�e� �f�e�e�l�s� �s�h�e� �d�e�s�e�r�v�e�s�.� �A�w�a�r�e�n�e�s�s� �d�e�v�e�l�o�p�s� �a�s� �s�h�e� �l�e�a�r�n�s� �t�h�a�t� �o�b�e�d�i�e�n�c�e� �w�i�l�l� �b�e� �r�e�w�a�r�d�e�d� �o�r� �c�o�m�p�e�l�l�e�d�.� �H�a�b�i�t� �d�e�v�e�l�o�p�s� �a�s� �s�h�e� �c�o�m�p�l�e�t�e�s� �t�a�s�k�s� �a�n�d� �f�o�l�l�o�w�s� �r�u�l�e�s� �a�s�s�i�g�n�e�d� �t�o� �h�e�r�.� �T�a�m�i�n�g� �d�e�v�e�l�o�p�s� �w�h�e�n� �s�h�e� �i�n�s�t�i�n�c�t�i�v�e�l�y� �f�e�e�l�s� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y�.�'�
�
+�	�	�	�	�m�s�g� �'�T�h�e�r�e� �a�r�e� �m�a�n�y� �w�a�y�s� �t�o� �r�e�m�i�n�d� �h�e�r� �o�f� �h�e�r� �s�t�a�t�u�s�,� �b�u�t� �i�t� �i�s� �d�i�f�f�i�c�u�l�t� �t�o� �t�a�m�e� �a� �s�l�a�v�e� �w�h�o�s�e� �a�u�r�a� �i�s� �s�t�r�o�n�g�e�r� �t�h�a�n� �y�o�u�r�s� �(�t�h�i�s� �c�a�n� �b�e� �s�e�e�n� �w�i�t�h� �t�h�e� �s�p�e�l�l� �<�i�>�A�u�s�p�e�x�<�/�i�>�)�.�<�b�r�>�<�b�r�>�W�h�i�l�e� �s�e�l�f�-�d�e�v�e�l�o�p�m�e�n�t� �i�s� �i�m�p�e�r�a�t�i�v�e�,� �t�h�e� �m�a�g�i�c� �a�r�t�s� �o�f�f�e�r� �s�h�o�r�t�c�u�t�s� �(�s�u�c�h� �a�s� �<�i�>�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�<�/�i�>�)�.� �A�p�p�r�o�p�r�i�a�t�e� �r�u�l�e�s� �a�n�d� �n�i�g�h�t�w�e�a�r� �c�a�n� �r�e�i�n�f�o�r�c�e� �s�u�b�m�i�s�s�i�o�n�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�f�i�r�s�t�_�r�e�f�u�s�a�l� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�s�i�n�_�g�a�i�n�e�d�_�w�i�t�h�_�n�e�g�a�t�i�v�e�_�r�e�s�'�]� �>� �0�:�
�
+�	�	�	�	�h�i�n�t�_�f�i�r�s�t�_�r�e�f�u�s�a�l� �=� �1�
�
+�	�	�	�	�m�s�g� �'�O�b�e�d�i�e�n�c�e� �i�s� �n�o�t� �a�b�s�o�l�u�t�e�.� �W�h�i�l�e� �y�o�u�r� �s�l�a�v�e� �r�e�f�u�s�e�s� �t�h�i�s� �t�a�s�k�,� �s�h�e� �m�i�g�h�t� �a�c�c�e�p�t� �a�n�o�t�h�e�r�.� �A� �p�r�o�u�d� �o�r� �c�l�e�v�e�r� �s�l�a�v�e� �m�a�y� �f�e�e�l� �t�h�a�t� �h�o�u�s�e�k�e�e�p�i�n�g� �i�s� �b�e�n�e�a�t�h� �h�e�r�,� �o�r� �p�r�e�f�e�r� �t�o� �p�e�r�f�o�r�m� �t�a�s�k�s� �u�n�s�u�p�e�r�v�i�s�e�d�.� �A� �t�e�m�p�e�r�a�m�e�n�t�a�l� �s�l�a�v�e� �m�a�y� �p�r�e�f�e�r� �a�c�t�i�v�i�t�i�e�s� �t�h�a�t� �a�l�l�o�w� �h�e�r� �t�o� �e�x�p�r�e�s�s� �h�e�r�s�e�l�f�.� �A�n� �u�n�h�e�a�l�t�h�y� �s�l�a�v�e� �m�a�y� �r�e�f�u�s�e� �s�t�r�e�n�u�o�u�s� �t�a�s�k�s�.�'�
�
+�	�	�	�	�m�s�g� �'�I�f� �y�o�u�r� �s�l�a�v�e� �r�e�f�u�s�e�s� �e�v�e�r�y�t�h�i�n�g� �y�o�u� �a�s�k� �o�f� �h�e�r�,� �y�o�u� �m�a�y� �o�b�t�a�i�n� �b�e�t�t�e�r� �r�e�s�u�l�t�s� �b�y� �d�r�e�s�s�i�n�g� �h�e�r� �a�p�p�r�o�p�r�i�a�t�e�l�y� �a�n�d� �s�e�n�d�i�n�g� �h�e�r� �t�o� �a� �s�c�h�o�o�l� �c�l�a�s�s� �o�r� �h�i�r�i�n�g� �a� �t�u�t�o�r�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�e�x�c�e�s�s�i�v�e�_�p�u�n�i�s�h�m�e�n�t� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �=� �3�:�
�
+�	�	�	�	�h�i�n�t�_�e�x�c�e�s�s�i�v�e�_�p�u�n�i�s�h�m�e�n�t� �=� �1�
�
+�	�	�	�	�m�s�g� �'�Y�o�u� �h�a�v�e� �p�u�n�i�s�h�e�d� �y�o�u�r� �s�l�a�v�e� �t�h�r�e�e� �t�i�m�e�s� �t�o�d�a�y�.� �R�e�p�e�a�t�e�d�l�y� �p�u�n�i�s�h�i�n�g� �a� �s�l�a�v�e� �w�i�t�h�o�u�t� �g�i�v�i�n�g� �h�e�r� �e�n�o�u�g�h� �t�i�m�e� �t�o� �r�e�f�l�e�c�t� �o�n� �h�e�r� �s�i�n�s� �c�a�n� �l�e�a�d� �t�o� �d�e�s�p�a�i�r�.�<�b�r�>�<�b�r�>�I�f� �y�o�u� �c�a�n�n�o�t� �f�i�n�d� �a�n�y� �a�c�c�e�p�t�a�b�l�e� �t�a�s�k� �f�o�r� �h�e�r�,� �p�e�r�h�a�p�s� �i�t� �i�s� �t�i�m�e� �f�o�r� �a� �b�r�e�a�k�.�'� �+� �i�i�f�(�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�,� �'�<�b�r�>�<�b�r�>�P�e�r�h�a�p�s� �y�o�u� �c�a�n� �f�i�n�d� �a� �w�a�y� �t�o� �i�m�p�r�o�v�e� �h�e�r� �m�o�o�d�?�'�,� �'�'�)�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�n�o�_�r�u�l�e�s� �=� �0�:�
�
+�	�	�	�i�f� �d�a�y� �>� �1� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �=� �0� �a�n�d� �s�l�a�v�e�[�'�f�e�a�r�'�]� �=� �0� �a�n�d� �(�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �0� �o�r� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �>� �0�)�:�
�
+�	�	�	�	�h�i�n�t�_�n�o�_�r�u�l�e�s� �=� �1�
�
+�	�	�	�	�m�s�g� �'�Y�o�u� �h�a�v�e� �n�o�t� �s�e�t� �a�n�y� �r�u�l�e�s� �f�o�r� �y�o�u�r� �s�l�a�v�e�.� �W�h�e�n� �a� �s�l�a�v�e� �d�o�e�s� �n�o�t� �f�e�a�r� �y�o�u�,� �g�i�v�i�n�g� �h�e�r� �t�o�o� �m�u�c�h� �f�r�e�e�d�o�m� �c�a�n� �s�p�o�i�l� �h�e�r�.� �I�f� �y�o�u� �c�a�n�n�o�t� �m�a�k�e� �h�e�r� �f�e�a�r� �y�o�u�,� �a�s�s�i�g�n� �s�o�m�e� �r�u�l�e�s� �s�h�e� �w�i�l�l� �n�o�t� �-� �o�r� �c�a�n�n�o�t� �-� �b�r�e�a�k�.� �W�h�e�n� �s�h�e� �i�s� �o�t�h�e�r�w�i�s�e� �o�b�e�d�i�e�n�t� �a�n�d� �h�a�s� �l�e�a�r�n�e�d� �t�o� �f�e�a�r� �y�o�u� �e�n�o�u�g�h�,� �y�o�u� �m�a�y� �b�e� �a�b�l�e� �t�o� �p�u�t� �h�e�r� �i�n� �h�e�r� �p�l�a�c�e� �w�i�t�h� �t�h�r�e�a�t�s� �a�l�o�n�e�,� �b�u�t� �t�h�i�s� �i�s� �a�n� �a�d�v�a�n�c�e�d� �t�e�c�h�n�i�q�u�e�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�b�r�e�a�k�s�_�r�u�l�e�s� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �s�l�a�v�e�[�'�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �>� �0�:�
�
+�	�	�	�	�h�i�n�t�_�b�r�e�a�k�s�_�r�u�l�e�s� �=� �1�
�
+�	�	�	�	�m�s�g� �'�W�h�e�n� �a� �s�l�a�v�e� �i�s� �a�l�l�o�w�e�d� �t�o� �b�r�e�a�k�s� �t�h�e� �r�u�l�e�s� �y�o�u� �s�e�t� �f�o�r� �h�e�r�,� �i�t� �u�n�d�e�r�m�i�n�e�s� �h�e�r� �t�r�a�i�n�i�n�g� �a�n�d� �s�h�e� �m�a�y� �b�e�c�o�m�e� �m�o�r�e� �w�i�l�l�f�u�l�,� �p�r�i�d�e�f�u�l� �o�r� �t�e�m�p�e�r�a�m�e�n�t�a�l�.�<�b�r�>�<�b�r�>�I�f� �s�h�e� �w�i�l�l� �n�o�t� �f�o�l�l�o�w� �r�u�l�e�s� �w�i�l�l�i�n�g�l�y�,� �y�o�u� �c�a�n� �e�n�f�o�r�c�e� �r�u�l�e�s� �f�o�r� �w�h�i�c�h� �y�o�u� �p�o�s�s�e�s�s� �t�h�e� �n�e�c�e�s�s�a�r�y� �e�q�u�i�p�m�e�n�t� �f�r�o�m� �T�h�e� �S�t�e�e�l� �R�o�s�e� �i�n� �t�h�e� �N�e�c�r�o�p�o�l�i�s�.�'�
�
+�	�	�	�	�m�s�g� �'�A�l�t�e�r�n�a�t�i�v�e�l�y�,� �i�f� �y�o�u� �c�a�n� �i�n�d�u�c�e� �h�e�r� �t�o� �f�e�a�r� �y�o�u�,� �y�o�u� �c�a�n� �r�e�l�i�e�v�e� �h�e�r� �o�f� �r�u�l�e�s� �t�h�a�t� �s�h�e� �w�i�l�l� �n�o�t� �f�o�l�l�o�w� �w�i�l�l�i�n�g�l�y�,� �a�s� �s�h�e� �w�i�l�l� �s�p�e�n�d� �h�e�r� �i�d�l�e� �t�i�m�e� �i�n� �a�n�t�i�c�i�p�a�t�i�o�n� �o�f� �h�e�r� �n�e�x�t� �p�u�n�i�s�h�m�e�n�t�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�s�l�a�v�e�_�e�s�c�a�p�e� �=� �0�:�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�e�s�c�a�p�e�'�]� �>� �0�:�
�
+�	�	�	�	�h�i�n�t�_�s�l�a�v�e�_�e�s�c�a�p�e� �=� �1�
�
+�	�	�	�	�m�s�g� �'�A� �s�l�a�v�e� �f�l�e�e�i�n�g� �t�h�r�o�u�g�h� �t�h�e� �s�t�r�e�e�t�s� �o�f� �R�o�m�e� �a�t� �n�i�g�h�t� �i�s� �u�n�l�i�k�e�l�y� �t�o� �f�i�n�d� �a� �s�a�f�e� �h�a�v�e�n�,� �b�u�t� �e�v�e�n� �i�f� �s�h�e� �s�h�o�u�l�d� �b�e� �f�o�u�n�d� �b�y� �s�o�m�e�o�n�e� �i�n�c�l�i�n�e�d� �t�o� �r�e�t�u�r�n� �h�e�r�,� �h�o�w� �w�o�u�l�d� �t�h�e�y� �k�n�o�w� �s�h�e� �i�s� �y�o�u�r� �p�r�o�p�e�r�t�y� �i�f� �s�h�e� �i�s� �n�o�t� �b�r�a�n�d�e�d� �a�n�d� �c�o�l�l�a�r�e�d�?�<�b�r�>�<�b�r�>�P�e�r�h�a�p�s� �i�t� �i�s� �t�i�m�e� �t�o� �v�i�s�i�t� �t�h�e� �S�t�e�e�l� �R�o�s�e� �i�n� �t�h�e� �N�e�c�r�o�p�o�l�i�s�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�f�i�r�s�t�_�s�p�o�i�l� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �1� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0�:�
�
+�	�	�	�	�h�i�n�t�_�f�i�r�s�t�_�s�p�o�i�l� �=� �1�
�
+�	�	�	�	�m�s�g� �'�Y�o�u�r� �s�l�a�v�e� �h�a�s� �b�e�c�o�m�e� �b�a�l�k�y� �-� �s�l�i�g�h�t�l�y� �s�p�o�i�l�e�d�.� �I�f� �y�o�u� �r�e�w�a�r�d� �h�e�r� �a�b�o�v�e� �h�e�r� �m�e�r�i�t�s� �o�r� �t�o�o� �o�f�t�e�n�,� �p�u�n�i�s�h� �h�e�r� �l�e�n�i�e�n�t�l�y� �o�r� �i�n�e�f�f�e�c�t�u�a�l�l�y�,� �g�i�v�e� �h�e�r� �p�r�i�v�i�l�e�g�e�s� �s�h�e� �d�o�e�s� �n�o�t� �d�e�s�e�r�v�e�,� �g�i�v�e� �h�e�r� �t�o�o� �m�u�c�h� �f�r�e�e� �t�i�m�e�,� �t�a�k�e� �h�e�r� �o�n� �f�r�e�q�u�e�n�t� �d�a�t�e�s�,� �o�r� �g�i�v�e� �h�e�r� �m�a�n�y� �p�r�e�s�e�n�t�s�,� �i�t� �c�a�n� �c�r�e�a�t�e� �a� �s�e�n�s�e� �o�f� �e�n�t�i�t�l�e�m�e�n�t�.�'�
�
+�	�	�	�	�m�s�g� �'�A� �b�a�l�k�y� �s�l�a�v�e� �i�s� �l�e�s�s� �o�b�e�d�i�e�n�t� �b�u�t� �f�e�e�l�s� �m�o�r�e� �m�e�r�i�t� �f�o�r� �h�e�r� �a�c�h�i�e�v�e�m�e�n�t�s�,� �w�h�i�c�h� �c�a�n� �b�e� �b�e�n�e�f�i�c�i�a�l�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �f�i�n�d� �a� �b�a�l�a�n�c�e�.� �F�e�a�r�,� �u�n�h�a�p�p�i�n�e�s�s�,� �d�e�s�p�a�i�r� �a�n�d� �d�e�v�o�t�i�o�n� �k�e�e�p� �a� �s�l�a�v�e� �i�n� �h�e�r� �p�l�a�c�e�.�<�b�r�>�<�b�r�>�W�h�e�n� �s�h�e� �i�s� �o�t�h�e�r�w�i�s�e� �o�b�e�d�i�e�n�t� �a�n�d� �h�a�s� �l�e�a�r�n�e�d� �t�o� �f�e�a�r� �y�o�u� �e�n�o�u�g�h�,� �y�o�u� �m�a�y� �b�e� �a�b�l�e� �t�o� �p�u�t� �h�e�r� �i�n� �h�e�r� �p�l�a�c�e� �w�i�t�h� �t�h�r�e�a�t�s� �a�l�o�n�e�,� �b�u�t� �t�h�i�s� �i�s� �a�n� �a�d�v�a�n�c�e�d� �t�e�c�h�n�i�q�u�e�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�u�n�r�u�l�y�_�s�p�o�i�l� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �2� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �>� �0� �a�n�d� �(�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�m�e�n�u�_�g�o�l�d�e�n�c�a�g�e�)�]� �>� �0� �o�r� �s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �>� �0�)�:�
�
+�	�	�	�	�h�i�n�t�_�u�n�r�u�l�y�_�s�p�o�i�l� �=� �1�
�
+�	�	�	�	�m�s�g� �'�Y�o�u�r� �s�l�a�v�e� �h�a�s� �b�e�c�o�m�e� �u�n�r�u�l�y� �-� �m�o�d�e�r�a�t�e�l�y� �s�p�o�i�l�e�d�.� �G�i�v�i�n�g� �h�e�r� �m�a�s�s�a�g�e�s� �o�r� �s�e�n�d�i�n�g� �h�e�r� �t�o� �t�h�e� �G�o�l�d�e�n� �C�a�g�e� �i�s� �g�o�o�d� �f�o�r� �h�e�r�,� �b�u�t� �i�t� �c�a�n� �a�l�s�o� �c�r�e�a�t�e� �a� �s�e�n�s�e� �o�f� �e�n�t�i�t�l�e�m�e�n�t�.� �S�h�e� �i�s� �n�o�w� �s�p�o�i�l�e�d� �e�n�o�u�g�h� �t�h�a�t� �i�t� �i�s� �b�e�g�i�n�n�i�n�g� �t�o� �e�r�o�d�e� �h�e�r� �o�b�e�d�i�e�n�c�e�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �f�i�n�d� �a� �b�a�l�a�n�c�e�.� �F�e�a�r�,� �u�n�h�a�p�p�i�n�e�s�s�,� �d�e�s�p�a�i�r� �a�n�d� �d�e�v�o�t�i�o�n� �k�e�e�p� �a� �s�l�a�v�e� �i�n� �h�e�r� �p�l�a�c�e�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�f�i�r�s�t�_�m�i�n�d�b�r�e�a�k� �=� �0�:�
�
+�	�	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
+�	�	�	�	�h�i�n�t�_�f�i�r�s�t�_�m�i�n�d�b�r�e�a�k� �=� �1�
�
+�	�	�	�	�m�s�g� �$�s�a�n�i�t�y�_�b�r�o�k�e�n�
�
+�	�	�	�	�m�s�g� �'�T�o� �a�v�o�i�d� �t�h�i�s� �c�o�n�d�i�t�i�o�n� �i�n� �t�h�e� �f�u�t�u�r�e�,� �r�e�c�a�l�l� �t�h�e� �t�e�a�c�h�i�n�g�s� �o�f� �y�o�u�r� �m�e�n�t�o�r� �o�n� �<�b�>�a�n�g�s�t�<�/�b�>� �i�n� �t�h�e� �p�s�y�c�h�o�l�o�g�y� �o�f� �s�u�b�m�i�s�s�i�o�n�.�<�b�r�>�<�b�r�>�A�s� �f�o�r� �y�o�u�r� �c�u�r�r�e�n�t� �s�l�a�v�e�,� �i�t� �i�s� �s�t�i�l�l� �p�o�s�s�i�b�l�e� �t�o� �t�r�a�i�n� �h�e�r�,� �i�f� �y�o�u� �a�r�e� �p�a�t�i�e�n�t�.� �Y�o�u� �c�a�n� �a�l�s�o� �c�h�e�c�k� �i�f� �t�h�e� �G�u�i�l�d� �s�u�b�-�p�u�r�c�h�a�s�e�r� �w�o�u�l�d� �b�e� �w�i�l�l�i�n�g� �t�o� �p�a�y� �a�n�y�t�h�i�n�g� �f�o�r� �a� �s�l�a�v�e� �i�n� �t�h�i�s� �c�o�n�d�i�t�i�o�n�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�f�i�r�s�t�_�o�b�e�d�i�e�n�t� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �0� �a�n�d� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �<�=� �0� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�m�e�n�u�_�f�o�r�m�'�:�
�
+�	�	�	�	�h�i�n�t�_�f�i�r�s�t�_�o�b�e�d�i�e�n�t� �=� �1�
�
+�	�	�	�	�m�s�g� �'�C�o�n�g�r�a�t�u�l�a�t�i�o�n�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�!� �Y�o�u�r� �s�l�a�v�e� �i�s� �n�o� �l�o�n�g�e�r� �r�e�b�e�l�l�i�o�u�s�.� �I�f� �y�o�u� �k�e�e�p� �h�e�r� �h�a�p�p�y� �a�n�d� �u�n�s�p�o�i�l�e�d� �a�n�d� �d�o� �n�o�t� �e�n�f�o�r�c�e� �r�u�l�e�s� �s�h�e� �h�a�t�e�s�,� �s�h�e� �w�i�l�l� �g�r�a�d�u�a�l�l�y� �e�m�b�r�a�c�e� �h�e�r� �f�a�t�e� �a�n�d� �b�e�c�o�m�e� �d�e�v�o�t�e�d� �t�o� �y�o�u�,� �r�e�p�l�a�c�i�n�g� �a�m�b�i�t�i�o�n�s� �o�f� �f�r�e�e�d�o�m� �w�i�t�h� �a�m�b�i�t�i�o�n�s� �o�f� �s�e�r�v�i�t�u�d�e�.� �Y�o�u� �c�a�n� �a�c�c�e�l�e�r�a�t�e� �t�h�i�s� �p�r�o�c�e�s�s� �w�i�t�h� �i�n�t�i�m�a�t�e� �r�e�w�a�r�d�s� �a�n�d� �s�u�c�c�e�s�s�f�u�l� �d�a�t�e�s�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �h�i�n�t�_�f�i�r�s�t�_�d�m�i�n�u�s� �=� �0�:�
�
+�	�	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'� �&�!� �u�p�d�a�t�e� �r�a�t�i�n�g�
�
+�	�	�	�i�f� �r�a�t�i�n�g� �>� �1�:� �h�i�n�t�_�f�i�r�s�t�_�d�m�i�n�u�s� �=� �2�
�
+�	�	�	�i�f� �r�a�t�i�n�g� �=� �1� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�m�e�n�u�_�f�o�r�m�'�:�
�
+�	�	�	�	�h�i�n�t�_�f�i�r�s�t�_�d�m�i�n�u�s� �=� �1�
�
+�	�	�	�	�m�s�g� �'�C�o�n�g�r�a�t�u�l�a�t�i�o�n�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�!� �Y�o�u�r� �s�l�a�v�e� �i�s� �n�o�w� �o�b�e�d�i�e�n�t� �a�n�d� �s�k�i�l�l�e�d� �e�n�o�u�g�h� �t�o� �s�a�t�i�s�f�y� �t�h�e� �G�u�i�l�d� �c�r�i�t�e�r�i�a� �f�o�r� �a� �<�<�d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �1�,� �"�<�b�>�D�-�<�/�b�>�"�)�>�>� �r�a�t�i�n�g�.� �N�o�w� �y�o�u� �m�u�s�t� �d�e�c�i�d�e� �h�o�w� �t�o� �c�o�m�p�l�e�t�e� �h�e�r� �t�r�a�i�n�i�n�g�.�'�
�
+�	�	�	�	�m�s�g� �'�A�n�y� �s�l�a�v�e� �c�a�n� �r�e�a�c�h� �t�h�e� �h�i�g�h�e�s�t� �r�a�n�k� �w�i�t�h� �e�n�o�u�g�h� �t�i�m�e� �a�n�d� �e�f�f�o�r�t�,� �b�u�t� �c�a�n� �y�o�u� �p�a�y� �t�h�e� �b�i�l�l�s� �u�n�t�i�l� �t�h�e�n�?� �C�o�n�s�i�d�e�r� �y�o�u�r� �o�b�j�e�c�t�i�v�e�s�.�'� �+� �_� �
�
+�	�	�	�	�	�i�i�f�(�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�,� �'� �F�o�r� �a� �g�u�i�l�d� �c�o�n�t�r�a�c�t�,� �t�h�e� �h�i�g�h�e�r� �t�h�e� �r�a�t�i�n�g�,� �t�h�e� �h�i�g�h�e�r� �t�h�e� �q�u�a�l�i�t�y� �b�o�n�u�s�.� �F�o�r� �e�a�c�h� �d�a�y� �t�h�e� �c�o�n�t�r�a�c�t� �i�s� �l�a�t�e�,� �a� �p�e�n�a�l�t�y� �o�f� �1�0� �s�p�a�r�k�s� �i�s� �a�s�s�e�s�s�e�d�.� �T�h�e� �q�u�a�l�i�t�y� �b�o�n�u�s� �c�a�n� �e�a�s�i�l�y� �e�x�c�e�e�d� �t�h�i�s�.�'�,� �_� �
�
+�	�	�	�	�	�	�	�	�	�	�	�	�'� �I�f� �y�o�u� �a�r�e� �p�r�e�p�a�r�i�n�g� �a� �s�l�a�v�e� �f�o�r� �a� �d�i�s�t�r�i�c�t� �r�e�s�i�d�e�n�t�,� �t�h�e�r�e� �i�s� �n�o� �b�o�n�u�s� �f�o�r� �e�x�c�e�e�d�i�n�g� �t�h�e� �r�e�q�u�i�r�e�m�e�n�t�,� �b�u�t� �y�o�u�r� �s�l�a�v�e� �m�u�s�t� �b�e� �a�b�l�e� �t�o� �<�b�>�c�h�a�r�m�<�/�b�>� �t�h�e� �c�l�i�e�n�t� �w�h�e�n� �y�o�u� �c�o�m�p�l�e�t�e� �t�h�e� �d�e�a�l�.�'�)�
�
+�	�	�	�	�m�s�g� �'�F�o�r� �h�i�g�h�e�r� �r�a�n�k�s�,� �i�t� �m�a�y� �b�e� �n�e�c�e�s�s�a�r�y� �t�o� �d�e�v�e�l�o�p� �h�e�r� �s�e�x�u�a�l� �s�k�i�l�l�s�.� �F�o�r� �t�h�i�s�,� �y�o�u� �m�u�s�t� �t�e�a�c�h� �h�e�r� �p�e�r�s�o�n�a�l�l�y�.� �S�e�x�u�a�l� �l�e�s�s�o�n�s� �w�i�l�l� �t�e�s�t� �h�e�r� �o�b�e�d�i�e�n�c�e�,� �s�o� �i�t� �i�s� �e�a�s�i�e�r� �t�o� �s�t�a�r�t� �w�i�t�h� �t�h�e� �b�a�s�i�c�s� �a�n�d� �i�n�t�r�o�d�u�c�e� �m�o�r�e� �d�a�r�i�n�g� �a�c�t�i�v�i�t�i�e�s� �a�s� �s�h�e� �g�a�i�n�s� �e�x�p�e�r�i�e�n�c�e�.� �B�e� �m�i�n�d�f�u�l� �o�f� �h�e�r� �p�r�i�d�e�,� �a�r�o�u�s�a�l�,� �a�t�t�i�r�e� �a�n�d� �e�x�p�e�r�i�e�n�c�e�,� �a�n�d� �y�o�u�r� �o�w�n� �a�l�l�u�r�e� �a�n�d� �e�x�p�e�r�i�e�n�c�e�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
 �-�-�-� �$�n�e�w�l�o�c� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
 �#� �$�c�o�u�n�t�e�r�
�
@@ -9270,11 +9558,11 @@
 �i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �3�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �+�=� �2�0�0�
�
 �i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �4�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �+�=� �2�5�0�
�
 �i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �5�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �+�=� �3�0�0�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �6�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �2�0�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �7�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �4�0�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �8�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �6�0�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �9�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �1�0�0�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �1�0�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �2�5�0�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�1�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �2�0�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�2�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �4�0�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�3�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �6�0�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�4�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �1�0�0�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�5�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �2�5�0�
�
 �
�
 �!�T�h�e� �t�w�o� �m�a�x� �l�e�v�e�l�s� �o�f� �i�n�s�t�i�n�c�t� �a�n�d� �c�u�s�t�o�m� �c�a�l�c�u�l�a�t�i�o�n�s� �a�d�d� �u�p�:� �e�g�,� �c�o�w� �w�i�t�h� �2� �i�n�s�t�i�n�c�t� �w�i�l�l� �v�a�l�u�e� �+�6�0� �s�p�a�r�k�s�/�c�o�w� �w�i�t�h� �5� �i�n�s�t�i�n�c�t� �w�i�l�l� �v�a�l�u�e� �+�1�6�0� �s�p�a�r�k�s�
�
 �i�f� �c�o�w�[�'�i�n�s�t�i�n�c�t�'�]� �=� �0�:� �c�o�w�_�b�a�s�e�_�p�r�i�c�e� �-�=� �4�0�
�
@@ -9410,8 +9698,8 @@
 �i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�1�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�S�h�e� �l�o�o�k�s� �p�r�e�t�t�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�s�a�d�<�/�f�o�n�t�>�&  �N�o�t� �a� �b�i�g� �d�e�a�l�,� �b�u�t� �h�a�p�p�y� �c�o�w�s� �a�l�w�a�y�s� �a�r�e� �m�o�r�e� �p�r�o�d�u�c�t�i�v�e�,� �y�o�u� �s�e�e�?�'�
�
 �i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�2�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�S�h�e� �l�o�o�k�s� �p�r�e�t�t�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�s�a�d�<�/�f�o�n�t�>�&  �N�o�t� �a� �b�i�g� �d�e�a�l�,� �b�u�t� �h�a�p�p�y� �c�o�w�s� �a�l�w�a�y�s� �a�r�e� �m�o�r�e� �p�r�o�d�u�c�t�i�v�e�,� �y�o�u� �s�e�e�?�'�
�
 �i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�3�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�S�h�e� �l�o�o�k�s� �p�r�e�t�t�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�s�a�d�<�/�f�o�n�t�>�&  �N�o�t� �a� �b�i�g� �d�e�a�l�,� �b�u�t� �h�a�p�p�y� �c�o�w�s� �a�l�w�a�y�s� �a�r�e� �m�o�r�e� �p�r�o�d�u�c�t�i�v�e�,� �y�o�u� �s�e�e�?�'�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�4�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�W�e�l�l�&  �T�h�i�s� �s�l�a�v�e� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�d�e�p�r�e�s�s�e�d�<�/�f�o�n�t�>�&  �Y�o�u� �k�n�o�w�,� �i�t� s� �b�a�d� �f�o�r� �b�u�s�i�n�e�s�s�,� �i�t� �c�a�n� �i�m�p�a�c�t�s� �v�e�r�y� �b�a�d�l�y� �t�h�e� �p�r�o�d�u�c�t�i�v�i�t�y� �o�f� �o�u�r� �c�o�w�s�.�'�
�
-�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�5�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�W�e�l�l�&  �T�h�i�s� �s�l�a�v�e� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�d�e�p�r�e�s�s�e�d�<�/�f�o�n�t�>�&  �Y�o�u� �k�n�o�w�,� �i�t� s� �b�a�d� �f�o�r� �b�u�s�i�n�e�s�s�,� �i�t� �c�a�n� �i�m�p�a�c�t�s� �v�e�r�y� �b�a�d�l�y� �t�h�e� �p�r�o�d�u�c�t�i�v�i�t�y� �o�f� �o�u�r� �c�o�w�s�.�'�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�4�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�W�e�l�l�&  �T�h�i�s� �s�l�a�v�e� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�d�e�p�r�e�s�s�e�d�<�/�f�o�n�t�>�&  �Y�o�u� �k�n�o�w�,� �i�t� s� �b�a�d� �f�o�r� �b�u�s�i�n�e�s�s�,� �i�t� �c�a�n� �i�m�p�a�c�t� �v�e�r�y� �b�a�d�l�y� �t�h�e� �p�r�o�d�u�c�t�i�v�i�t�y� �o�f� �o�u�r� �c�o�w�s�.�'�
�
+�i�f� �c�o�w�[�'�m�o�o�d�'�]� �=� �-�5�:� �$�c�s�e�l�l�_�m�o�o�d� �=� �'�W�e�l�l�&  �T�h�i�s� �s�l�a�v�e� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�d�e�p�r�e�s�s�e�d�<�/�f�o�n�t�>�&  �Y�o�u� �k�n�o�w�,� �i�t� s� �b�a�d� �f�o�r� �b�u�s�i�n�e�s�s�,� �i�t� �c�a�n� �i�m�p�a�c�t� �v�e�r�y� �b�a�d�l�y� �t�h�e� �p�r�o�d�u�c�t�i�v�i�t�y� �o�f� �o�u�r� �c�o�w�s�.�'�
�
 �
�
 �i�f� �c�o�w�[�'�a�n�g�s�t�'�]� �=� �0�:� �$�c�s�e�l�l�_�a�n�g�s�t� �=� �'�A�n�d� �s�h�e� �d�o�e�s� �n�o�t� �l�o�o�k� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�h�o�p�e�l�e�s�s�<�/�f�o�n�t�>� �a�t� �a�l�l�.�'�
�
 �i�f� �c�o�w�[�'�a�n�g�s�t�'�]� �>� �0�:� �$�c�s�e�l�l�_�a�n�g�s�t� �=� �'�C�l�e�a�r�l�y� �s�h�e� s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�i�n� �d�e�s�p�a�i�r�<�/�f�o�n�t�>�&  �N�o�t�h�i�n�g� �i�s� �m�o�r�e� �d�a�n�g�e�r�o�u�s� �t�h�a�n� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�a�n�g�s�t�<�/�f�o�n�t�>�.� �I� �c�a�n� �t�a�k�e� �h�e�r�,� �b�u�t� �w�e� �w�i�l�l� �h�a�v�e� �t�o� �w�a�t�c�h� �h�e�r� �c�l�o�s�e�l�y�.�'�
�
@@ -9483,7 +9771,7 @@
 �	�$�c�u�r�m�o�d� �=� �$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�i�]�
�
 �	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �>� �0�:�
�
 �	�	�$�m�a�s�t�e�r�_�m�o�o�d�_�l�i�s�t� �+�=� �"� � � �<�<�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�$�c�u�r�m�o�d�]�>�>�<�b�r�>�"�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d� �-�=� �1�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d� �-�=� �2� �&�!� �d�o�u�b�l�e�d� �e�f�f�e�c�t� �o�f� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s� �f�o�r� �m�a�s�t�e�r� �t�o� �m�a�k�e� �m�o�o�d� �m�a�n�a�g�e�m�e�n�t� �n�o�n�-�t�r�i�v�i�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�i� �+�=� �1�
�
 �i�f� �i� �<� �n�:� �j�u�m�p� �'�m�a�s�t�e�r�_�m�o�o�d�_�l�o�o�p�2�'�
�
@@ -9662,20 +9950,21 @@
 �i�f� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �>�=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�3�]�:� �m�a�s�t�e�r�_�c�h�a� �=� �4�
�
 �i�f� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �>�=� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�4�]�:� �m�a�s�t�e�r�_�c�h�a� �=� �5�
�
 �
�
-�!� �U�n�c�l�e� �T�o�m� �i�m�p�o�t�e�n�c�e� �c�h�a�l�l�e�n�g�e� �(�i�s�_�p�e�r�v� �>� �1�)� �b�l�o�c�k�s� �l�i�b�i�d�o� �i�n�c�r�e�a�s�e�s� �u�n�t�i�l� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �m�e�t�
�
+�!� �U�n�c�l�e� �T�o�m� �i�m�p�o�t�e�n�c�e� �c�h�a�l�l�e�n�g�e� �(�i�s�_�p�e�r�v� �>� �1�)� �c�a�p�s� �l�i�b�i�d�o� �a�n�d� �a�r�o�u�s�a�l� �i�n�c�r�e�a�s�e�s� �u�n�t�i�l� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �m�e�t�
�
 �i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:�
�
+�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e�)� �&�!� �p�r�e�v�e�n�t� �n�e�g�a�t�i�v�e� �r�a�t�e� �f�r�o�m� �o�v�e�r�n�i�g�h�t� �p�e�n�a�l�t�y� �f�o�r� �t�r�a�i�n�i�n�g� �n�o�n�-�l�o�l�i� �s�l�a�v�e�
�
 �	�i�f� �i�s�_�p�e�r�v� �=� �3�:�
�
 �	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �2� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �-�6�0�)�
�
 �	�e�l�s�e�i�f� �i�s�_�p�e�r�v� �=� �2�:�
�
-�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]� �-� �5�)� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �1�6�)�
�
+�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]� �-� �5�)� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �0�)�
�
 �	�e�l�s�e�i�f� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �<�=� �4�0�:�
�
-�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�0�]�)�
�
+�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�0�]�)� � � � � � �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �1�6�)�
�
+�	�e�l�s�e�i�f� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �<�=� �8�0�:�
�
+�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]�)� � � � � � �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �3�2�)�
�
 �	�e�l�s�e�i�f� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �<�=� �1�6�0�:�
�
-�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]�)�
�
-�	�e�l�s�e�i�f� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �<�=� �4�0�0�:�
�
-�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�2�]�)�
�
-�	�e�l�s�e�i�f� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �<�=� �7�0�0�:�
�
-�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�3�]�)�
�
+�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�2�]�)� � � � � � �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �6�4�)�
�
+�	�e�l�s�e�i�f� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �<�=� �3�2�0�:�
�
+�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�3�]�)� � � � � � �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �1�2�8�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -9898,7 +10187,7 @@
 �i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �>� �2�0�0�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �2�0�0�
�
 �i�f� �m�a�s�t�e�r�_�s�t�r� �>� �5�:� �m�a�s�t�e�r�_�s�t�r� �=� �5�
�
 �i�f� �m�a�s�t�e�r�_�s�t�r� �<� �0�:� �m�a�s�t�e�r�_�s�t�r� �=� �0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �0�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �0�
�
+�!� �n�e�g�a�t�i�v�e� �s�t�r� �w�i�l�l� �t�r�i�g�g�e�r� �g�a�m�e� �o�v�e�r� �v�i�a� �$�m�a�s�t�e�r�_�p�a�s�s�_�o�u�t� �c�a�l�l� �f�r�o�m� �m�e�n�u�_�f�o�r�m�
�
 �i�f� �m�a�s�t�e�r�_�c�h�a� �>� �5�:� �m�a�s�t�e�r�_�c�h�a� �=� �5�
�
 �i�f� �m�a�s�t�e�r�_�c�h�a� �<� �0�:� �m�a�s�t�e�r�_�c�h�a� �=� �0�
�
 �i�f� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �<� �0�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �0�
�
@@ -9961,13 +10250,21 @@
 �
�
 �	�$�u�p�d�a�t�e�_�m�a�s�t�e�r�_�e�n�e�r�g�y�_�s�t�a�r�s� �=� �{�
�
 �	�	�$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�s�t�a�r�s� �=� �'�'�
�
+�	�	�!� �i�f� �e�n�e�r�g�y� �e�x�c�e�e�d�s� �c�a�p� �a�n�d� �a� �h�a�l�f� �s�t�a�r� �i�s� �m�i�s�s�i�n�g�,� �r�e�f�i�l�l� �i�t�
�
+�	�	�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>� �5� �a�n�d� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �=� �1�:� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �=� �0�
�
+�	�	�!� �t�r�a�n�s�f�e�r� �b�o�n�u�s� �e�n�e�r�g�y� �s�t�a�r�s� �(�n�e�g�a�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n�s�)� �t�o� �n�o�r�m�a�l� �e�n�e�r�g�y� �s�t�a�r�s�
�
 �	�	�i�f� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �<� �0� �a�n�d� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<� �5�:�
�
 �	�	�	�m�a�s�t�e�r�_�e�n�e�r�g�y� �+�=� �(�-�1� �*� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n�)� �/� �2�
�
 �	�	�	�m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �=� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �M�O�D� �2� �-� �m�a�x�(�0�,� �m�a�s�t�e�r�_�e�n�e�r�g�y� �-� �5�)�*�2�
�
-�	�	�	�m�a�s�t�e�r�_�e�n�e�r�g�y� �=� �m�i�n�(�5�,� �m�a�s�t�e�r�_�e�n�e�r�g�y�)�
�
 �	�	�e�n�d�
�
+�	�	�!� �c�o�n�s�u�m�e� �s�p�e�n�t� �h�a�l�f� �a�c�t�i�o�n�s� �(�p�o�s�i�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n�s�)�
�
+�	�	�:�_�p�r�o�c�e�s�s�_�m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n�s�_�l�o�o�p�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �>� �1�:� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �>� �1�:� �j�u�m�p� �'�_�p�r�o�c�e�s�s�_�m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n�s�_�l�o�o�p�'�
�
+�	�	�!� �c�l�a�m�p� �v�a�l�u�e�
�
+�	�	�m�a�s�t�e�r�_�e�n�e�r�g�y� �=� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�e�n�e�r�g�y�)�)�
�
 �	�	�!� �u�p�d�a�t�e� �o�v�e�r�e�x�e�r�t�e�d� �m�o�o�d�l�e�t� �s�t�a�t�e�,� �w�h�i�c�h� �a�f�f�e�c�t�s� �t�h�e� �c�o�l�o�r� �o�f� �e�n�e�r�g�y� �s�t�a�r�s� �(�T�O�D�O�:� �n�o�t� �f�u�l�l�y� �i�m�p�l�e�m�e�n�t�e�d�)�
�
-�	�	�!�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<� �0� �o�r� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �m�a�s�t�e�r�_�s�t�r�:�
�
+�	�	�!�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<� �0� �o�r� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �m�a�s�t�e�r�_�s�t�r�:�
�
 �	�	�!�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�o�v�e�r�e�x�e�r�t�e�d�'�]� �=� �1�0�0�
�
 �	�	�!�e�l�s�e�
�
 �	�	�!�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�o�v�e�r�e�x�e�r�t�e�d�'�]� �=� �0�
�
@@ -9998,15 +10295,13 @@
 �
�
 �	�}�
�
 �e�n�d�
�
-�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<� �-�5�:� �m�a�s�t�e�r�_�e�n�e�r�g�y� �=� �-�5�
�
-�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>� �5�:� �m�a�s�t�e�r�_�e�n�e�r�g�y� �=� �5�
�
 �d�y�n�a�m�i�c� �$�u�p�d�a�t�e�_�m�a�s�t�e�r�_�e�n�e�r�g�y�_�s�t�a�r�s�
�
 �
�
 �!�U�p�d�a�t�e� �s�i�t�u�a�t�i�o�n�a�l� �m�a�s�t�e�r� �m�o�o�d�l�e�t�s� �(�e�x�p�e�c�t�s� �s�l�a�v�e�s� �h�a�v�e� �b�e�e�n� �u�p�d�a�t�e�d� �a�l�r�e�a�d�y� �-� �s�p�e�c�i�f�i�c�a�l�l�y�,� �$�n�e�w�l�o�c�_�u�p�d�a�t�e�_�s�l�a�v�e� �i�n� �#�s�t�a�t�i�c�_�b�a�s�e�)�
�
 �g�s� �'�m�o�o�d�l�e�t�s�'� �&�!� �d�e�p�e�n�d�s� �o�n� �h�o�u�s�e�_�m�e�s�s�,� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�,� �m�a�s�t�e�r�_�w�e�a�l�t�h�,� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�,� �m�a�s�t�e�r�_�e�n�e�r�g�y�,� �m�a�s�t�e�r�_�s�t�r�,� �d�o�e�s� �n�o�t� �d�e�p�e�n�d� �o�n� �m�a�s�t�e�r�_�s�t�y�l�e�
�
 �
�
 �!� �$�m�o�o�d�l�e�t�s�_�a�c�c�o�u�n�t� �r�e�f�r�e�s�h�e�s� �m�o�o�d� �(�a�n�d� �m�o�o�d� �d�e�s�c�r�i�p�t�i�o�n� �s�t�r�i�n�g�s�)� �f�o�r� �m�a�s�t�e�r�
�
-�g�s� �'�$�m�o�o�d�l�e�t�s�_�a�c�c�o�u�n�t�'�
�
+�i�f� �a�r�g�s�[�0�]� �=� �0�:� �g�s� �'�$�m�o�o�d�l�e�t�s�_�a�c�c�o�u�n�t�'� �&�!� �#�d�y�n�a�m�i�c� �p�a�s�s�e�s� �a� �1� �h�e�r�e� �f�r�o�m� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �t�o� �b�y�p�a�s�s� �m�o�o�d� �u�p�d�a�t�e� �t�o� �a�v�o�i�d� �s�i�d�e� �e�f�f�e�c�t�s� �t�o� �n�e�x�t�_�d�a�y� �m�o�o�d� �c�h�e�c�k�s� �d�u�e� �t�o� �a�l�a�r�m� �r�u�l�e�
�
 �
�
 �!�s�t�y�l�e� �u�p�d�a�t�e� �a�f�t�e�r� �h�y�g�i�e�n�e�,� �e�n�e�r�g�y� �a�n�d� �m�o�o�d� �u�p�d�a�t�e�s� �(�a�b�o�v�e�)� �a�n�d� �b�e�f�o�r�e� �u�p�d�a�t�i�n�g� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �(�b�e�l�o�w�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �m�a�s�t�e�r�_�s�t�y�l�e� �=� �2� �+� �s�t�y�l�e�_�m�o�d�i�f�e�r�[�$�m�a�s�t�e�r�_�c�l�o�t�h�]� �-� �m�a�x�(�0�,� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �-� �2�)�
�
@@ -10050,6 +10345,7 @@
 �
�
 �#� �$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�
�
 �!�r�a�n�d�o�m� �e�v�e�n�t�s� �i�n� �c�i�t�y� �(�T�O�D�O�:� �a�t� �t�h�e� �m�o�m�e�n�t� �t�h�e�s�e� �a�r�e� �N�O�N�-�r�a�n�d�o�m� �d�o�-�o�n�c�e� �e�v�e�n�t�s�,� �s�o� �w�e� �m�i�g�h�t� �w�a�n�t� �t�o� �m�a�k�e� �a� �n�e�w� �$�c�i�t�y�_�n�o�n�r�a�n�d�o�m�_�e�v�e�n�t� �l�o�c�a�t�i�o�n� �f�o�r� �t�h�e�s�e� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�!� �$�a�r�g�s�[�0�]� �i�s� �s�e�t� �t�o� �'�h�o�m�e�'� �w�h�e�n� �t�h�i�s� �i�s� �c�a�l�l�e�d� �f�r�o�m� �c�i�t�y�_�s�c�r�e�e�n� �o�r� �m�e�n�u�_�f�o�r�m� �o�r� �i�t�e�m�_�c�h�a�n�g�e� �w�h�e�n� �r�e�t�u�r�n�i�n�g� �h�o�m�e� �f�r�o�m� �o�u�t�s�i�d�e�;� �$�a�r�g�s�[�0�]� �i�s� �n�o�t� �s�e�t� �w�h�e�n� �t�h�i�s� �i�s� �c�a�l�l�e�d� �f�r�o�m� �c�i�t�y�_�m�e�n�u�_�f�o�r�m�
�
 �
�
 �i�f� �c�i�t�y�_�f�o�r�m� �=� �6�1� �a�n�d� �i�s�a�b�e�l�l�a�_�m�e�t� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �$�e�s�t�a�t�e� �!� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
 �	�i�s�a�b�e�l�l�a�_�m�e�t� �=� �1�
�
@@ -10057,25 +10353,72 @@
 �	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�
�
 �e�n�d�
�
 �
�
-�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �0� �a�n�d� �h�e�r�o�_�c�h�o�i�c�e� �=� �1�0� �a�n�d� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�p�o�p�e�'�]� �=� �2�:�
�
-�	�j�u�l�i�a�_�s�t�a�r�t� �=� �1�
�
+�i�f� �g�u�i�l�d�_�g�a�n�g�b�a�n�g�_�r�e�v�e�a�l� �=� �0� �a�n�d� �i�s�_�g�a�n�g�b�a�n�g� �>�0�:�
�
+�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>�=� �3� �a�n�d� �i�s�_�h�o�m�e� �=� �0� �a�n�d� �$�a�r�g�s�[�0�]� �!� �'�h�o�m�e�'� �a�n�d� �c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]�:�
�
+�	�	�g�u�i�l�d�_�g�a�n�g�b�a�n�g�_�r�e�v�e�a�l� �=� �1�
�
+�	�	�m�s�g� �'�A�s� �y�o�u� �s�t�e�p� �o�u�t�,� �y�o�u� �d�i�s�c�o�v�e�r� �a� �l�e�t�t�e�r� �h�a�s� �b�e�e�n� �d�e�l�i�v�e�r�e�d� �t�o� �y�o�u�.� �I�t� �r�e�a�d�s�:�<�b�r�>�'� �+� �_�
�
+�	�	�'� � �D�e�a�r� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �<�b�r�>�'� �+� �_� �
�
+�	�	�'� � �I� �w�i�l�l� �b�e� �h�o�l�d�i�n�g� �a� �g�a�n�g�-�b�a�n�g� �t�r�a�i�n�i�n�g� �s�e�s�s�i�o�n� �f�o�r� �m�y� �s�l�a�v�e� �t�o�d�a�y� �a�t� �t�h�e� �g�u�i�l�d� �a�n�d� �w�o�u�l�d� �b�e� �h�o�n�o�r�e�d� �i�f� �y�o�u� �w�o�u�l�d� �j�o�i�n� �u�s�.� �I�t� �w�i�l�l� �b�e� �a�n� �a�l�l�-�a�f�t�e�r�n�o�o�n� �a�f�f�a�i�r� �s�o� �d�r�o�p� �i�n� �a�n�y� �t�i�m�e�.�<�b�r�>�'� �+� �_� �
�
+�	�	�'� � �R�e�g�a�r�d�s�,� �<�b�r�>�'� �+� �_� �
�
+�	�	�'� � �L�o�r�d� �D�u�r�b�a�t�'�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
-�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �1� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�j�u�l�i�a�_�c�o�u�n�t�e�r�'�]� �=� �0�:�
�
-�	�j�u�l�i�a�_�c�o�u�n�t�e�r� �+�=� �1�
�
-�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�j�u�l�i�a�_�c�o�u�n�t�e�r�'�]� �+�=� �1�
�
+�i�f� �h�e�r�o�_�c�h�o�i�c�e� �=� �1�0� �a�n�d� �n�o�b�l�e�_�s�t�a�t�u�s� �=� �1� �a�n�d� �j�u�l�i�a�_�s�t�a�r�t� �!� �-�1�:�
�
+�	�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �0�:�
�
+�	�	�j�u�l�i�a�_�s�t�a�r�t� �=� �d�a�y�
�
+�	�e�l�s�e�i�f� �d�a�y� �>�=� �j�u�l�i�a�_�s�t�a�r�t� �+� �5� �a�n�d� �i�s�_�h�o�m�e� �=� �0� �a�n�d� �$�a�r�g�s�[�0�]� �!� �'�h�o�m�e�'� �a�n�d� �c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]�:�
�
+�	�	�j�u�l�i�a�_�s�t�a�r�t� �=� �-�1� �&�!� �d�i�s�a�b�l�e� �r�e�p�e�t�i�t�i�o�n� �o�f� �l�e�t�t�e�r� �e�v�e�n�t� �a�n�d� �s�i�g�n�a�l� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �(�V�a�t�i�c�a�n� �g�a�t�e�,� �i�d� �1�6�)� �a�n�d� �$�q�u�e�s�t�_�l�i�s�t� �(�t�o� �d�i�s�p�l�a�y� �a� �r�e�m�i�n�d�e�r� �i�n� �o�b�j�e�c�t�i�v�e�s� �t�a�b�)�
�
+�	�	�m�s�g� �'�A�s� �y�o�u� �s�t�e�p� �o�u�t�,� �y�o�u� �d�i�s�c�o�v�e�r� �a� �l�e�t�t�e�r� �h�a�s� �b�e�e�n� �d�e�l�i�v�e�r�e�d� �t�o� �y�o�u�.� �I�t� �r�e�a�d�s�:�<�b�r�>�'� �+� �_�
�
+�	�	�	�'� � �R�e�s�p�e�c�t�e�d� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,�<�b�r�>�'� �+� �_�
�
+�	�	�	�'� � �A� �h�u�m�a�n� �g�i�r�l� �h�a�s� �c�o�m�e� �t�o� �t�h�e� �V�a�t�i�c�a�n�,� �c�l�a�i�m�i�n�g� �t�h�a�t� �s�h�e� �i�s� �y�o�u�r� �l�o�n�g�-�l�o�s�t� �s�i�s�t�e�r�.�<�b�r�>�'� �+� �_�
�
+�	�	�	�'� � �W�e� �d�o� �n�o�t� �k�n�o�w� �t�h�e� �v�e�r�a�c�i�t�y� �o�f� �t�h�a�t� �c�l�a�i�m�,� �b�u�t� �w�h�a�t� �i�s� �c�e�r�t�a�i�n� �i�s� �t�h�a�t� �s�h�e� �h�a�s� �s�u�f�f�e�r�e�d�,� �a�n�d� �i�t� �i�s� �o�n�l�y� �b�y� �G�o�d� s� �g�r�a�c�e� �t�h�a�t� �s�h�e� �i�s� �a�l�i�v�e�.�'�
�
+�	�	�m�s�g� �'� � �S�h�e� �l�o�n�g�s� �t�o� �s�e�e� �y�o�u�,� �a�n�d� �a�w�a�i�t�s� �y�o�u�r� �v�i�s�i�t�a�t�i�o�n� �h�e�r�e� �a�t� �t�h�e� �V�a�t�i�c�a�n�.�<�b�r�>�'� �+� �_�
�
+�	�	�	�'� � �W�e� �s�h�a�l�l� �p�r�o�v�i�d�e� �h�e�r� �w�i�t�h� �s�h�e�l�t�e�r� �a�n�d� �c�a�r�e� �u�n�t�i�l� �t�h�e� �t�r�u�t�h� �i�s� �e�s�t�a�b�l�i�s�h�e�d�.�<�b�r�>�'� �+� �_�
�
+�	�	�	�'� � �S�i�n�c�e�r�e�l�y�,� �J�o�h�a�n�n�a�<�b�r�>�'� �+� �_�
�
+�	�	�	�'� � �S�e�c�r�e�t�a�r�y� �o�f� �P�o�p�e� �I�o�a�n�n� �I�'�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
-�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �1� �a�n�d� �j�u�l�i�a�_�c�o�u�n�t�e�r� �>�=� �5�:�
�
-�	�j�u�l�i�a�_�s�t�a�r�t� �=� �2�
�
-�	�m�s�g� �'�A�s� �y�o�u� �s�t�e�p� �o�u�t�,� �y�o�u� �d�i�s�c�o�v�e�r� �a� �l�e�t�t�e�r� �h�a�s� �b�e�e�n� �d�e�l�i�v�e�r�e�d� �t�o� �y�o�u�.� �I�t� �r�e�a�d�s�:�<�b�r�>�'� �+� �_�
�
-�	�	�'� � �R�e�s�p�e�c�t�e�d� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,�<�b�r�>�'� �+� �_�
�
-�	�	�'� � �A� �h�u�m�a�n� �g�i�r�l� �h�a�s� �c�o�m�e� �t�o� �t�h�e� �V�a�t�i�c�a�n�,� �c�l�a�i�m�i�n�g� �t�h�a�t� �s�h�e� �i�s� �y�o�u�r� �l�o�n�g�-�l�o�s�t� �s�i�s�t�e�r�.�<�b�r�>�'� �+� �_�
�
-�	�	�'� � �W�e� �d�o� �n�o�t� �k�n�o�w� �t�h�e� �v�e�r�a�c�i�t�y� �o�f� �t�h�a�t� �c�l�a�i�m�,� �b�u�t� �w�h�a�t� �i�s� �c�e�r�t�a�i�n� �i�s� �t�h�a�t� �s�h�e� �h�a�s� �s�u�f�f�e�r�e�d�,� �a�n�d� �i�t� �i�s� �o�n�l�y� �b�y� �G�o�d� s� �g�r�a�c�e� �t�h�a�t� �s�h�e� �i�s� �a�l�i�v�e�.�'�
�
-�	�m�s�g� �'� � �S�h�e� �l�o�n�g�s� �t�o� �s�e�e� �y�o�u�,� �a�n�d� �a�w�a�i�t�s� �y�o�u�r� �v�i�s�i�t�a�t�i�o�n� �h�e�r�e� �a�t� �t�h�e� �V�a�t�i�c�a�n�.�<�b�r�>�'� �+� �_�
�
-�	�	�'� � �W�e� �s�h�a�l�l� �p�r�o�v�i�d�e� �h�e�r� �w�i�t�h� �s�h�e�l�t�e�r� �a�n�d� �c�a�r�e� �u�n�t�i�l� �t�h�e� �t�r�u�t�h� �i�s� �e�s�t�a�b�l�i�s�h�e�d�.�<�b�r�>�'� �+� �_�
�
-�	�	�'� � �S�i�n�c�e�r�e�l�y�,� �J�o�h�a�n�n�a� � � � �S�e�c�r�e�t�a�r�y� �o�f� �P�o�p�e� �I�o�a�n�n� �I�'�
�
+�i�f� �s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �<� �d�a�y�:�
�
+�	�!� �t�o� �m�a�k�e� �l�i�v�i�n�g� �i�n� �t�h�e� �s�l�u�m�s� �m�o�r�e� �e�x�p�e�n�s�i�v�e�,� �t�h�i�s� �r�e�p�e�a�t�i�n�g� �"�s�h�a�k�e�d�o�w�n�"� �e�v�e�n�t� �(�s�t�a�r�t�i�n�g� �a�f�t�e�r� �2�0� �d�e�c�a�d�e�s�)� �h�a�s� �b�e�e�n� �a�d�d�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �c�i�t�y�_�f�o�r�m� �=� �6� �o�r� �$�a�r�g�s�[�0�]� �=� �'�h�o�m�e�'�:�
�
+�	�	�i�f� �$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
+�	�	�	�i�f� �s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �=� �0�:�
�
+�	�	�	�	�i�f� �d�a�y� �>� �2�0�0�:�
�
+�	�	�	�	�	�s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �=� �d�a�y�
�
+�	�	�	�	�	�i�f� �d�e�b�t�_�c�o�u�n�t� �<� �6�0�:� �d�e�b�t�_�c�o�u�n�t� �=� �6�0� �&�!� �w�i�l�l� �e�x�t�e�n�d� �a�n�y� �e�x�i�s�t�i�n�g� �d�e�b�t�,� �b�u�t� �n�o�t� �p�a�s�t� �6�0� �d�a�y�s�
�
+�	�	�	�	�	�d�e�b�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]�/�2�
�
+�	�	�	�	�	�!� �1�2�5�$� �a�f�t�e�r� �2�6� �d�e�c�a�d�e�s� �(�2�0�0� �+� �6�0� �d�a�y�s�)� �e�q�u�a�t�e�s� �t�o� �4�$� �p�e�r� �d�e�c�a�d�e� �s�a�v�e�d� �f�r�o�m� �g�a�m�e� �s�t�a�r�t� �(�w�i�t�h� �m�i�n�i�m�u�m� �s�t�a�r�t� �a�m�o�u�n�t� �o�f� �2�0�0�$�,� �t�h�a�t� �l�e�a�v�e�s� �7�5�$� �f�o�r� �o�t�h�e�r� �p�u�r�p�o�s�e�s�)�
�
+�	�	�	�	�	�!� �i�f� �t�h�e� �p�l�a�y�e�r� �h�a�s� �i�n�s�u�f�f�i�c�i�e�n�t� �s�a�v�i�n�g�s� �w�h�e�n� �t�h�e� �e�v�e�n�t� �o�c�c�u�r�s�,� �t�h�e�y� �c�a�n� �e�i�t�h�e�r� �c�o�m�p�l�e�t�e� �t�r�a�i�n�i�n�g� �a�n�d� �s�e�l�l� �a� �s�l�a�v�e� �o�r� �u�s�e� �a�n� �a�r�e�n�a� �c�h�a�m�p�i�o�n� �t�o� �e�a�r�n� �a� �m�i�n�i�m�u�m� �o�f� �7�2�$� �p�e�r� �d�e�c�a�d�e�
�
+�	�	�	�	�	�!� �s�a�v�i�n�g� �2�5�$� �p�e�r� �d�e�c�a�d�e� �f�o�r� �5� �d�e�c�a�d�e�s� �t�o� �p�a�y� �t�h�e� �d�e�b�t� �l�e�a�v�e�s� �a�t� �l�e�a�s�t� �4�7�$� �t�o� �c�o�v�e�r� �b�i�l�l�s� �a�n�d� �o�t�h�e�r� �e�x�p�e�n�s�e�s�,� �a�n�d� �b�i�l�l�s� �c�a�n� �b�e� �r�e�d�u�c�e�d� �b�y� �c�r�y�o�-�f�r�e�e�z�i�n�g� �t�h�e� �s�l�a�v�e� �b�e�t�w�e�e�n� �b�a�t�t�l�e�s�
�
+�	�	�	�	�	�!� �2�0�$� �p�e�r� �d�e�c�a�d�e� �f�o�r� �s�l�a�v�e�r� �m�e�a�l�s� �+� �8�$� �f�o�r� �c�r�y�o� �s�t�o�r�a�g�e� �+� �2�$� �f�o�r� �s�l�a�v�e� �e�n�e�r�g�y� �r�e�c�o�v�e�r�y� �(�p�o�l�l�e�n�/�s�l�e�e�p�)�,� �l�e�a�v�e�s� �a�t� �l�e�a�s�t� �1�5�$� �p�e�r� �d�e�c�a�d�e� �f�o�r� �o�t�h�e�r� �c�o�s�t�s�,� �e�.�g�.� �m�e�d�i�c�a�l� �c�a�r�e� �o�r� �d�r�u�g�s�
�
+�	�	�	�	�	�!� �a�l�s�o�,� �a�r�e�n�a� �i�n�c�o�m�e� �w�i�l�l� �i�n�c�r�e�a�s�e� �b�y� �a� �m�i�n�i�m�u�m� �o�f� �1�2� �s�p�a�r�k�s� �e�a�c�h� �d�e�c�a�d�e� �i�f� �t�h�e� �s�l�a�v�e� �w�i�n�s� �a� �c�h�a�m�p�i�o�n� �c�h�a�l�l�e�n�g�e� �o�f� �e�a�c�h� �t�y�p�e� �a�n�d� �t�h�e�n� �d�e�f�e�a�t�s� �t�h�e� �a�b�s�o�l�u�t�e� �c�h�a�m�p�i�o�n�
�
+�	�	�	�	�	�!� �s�o� �o�v�e�r� �t�h�e� �c�o�u�r�s�e� �o�f� �6�0� �d�a�y�s�,� �5� �m�o�r�e� �b�a�t�t�l�e�s� �c�a�n� �p�a�y� �a�t� �l�e�a�s�t� �7�2� �+� �8�4� �+� �9�6� �+� �1�0�8� �+� �1�0�8� �(�i�f� �t�h�e� �p�l�a�y�e�r� �k�e�e�p�s� �c�h�o�o�s�i�n�g� �t�h�e� �s�a�m�e� �c�h�a�l�l�e�n�g�e� �t�y�p�e�,� �7�2� �+� �8�4� �+� �8�4� �+� �8�4� �+� �8�4�)�
�
+�	�	�	�	�	�!� �i�n� �s�h�o�r�t�,� �e�v�e�n� �i�f� �c�a�u�g�h�t� �b�y� �s�u�r�p�r�i�s�e� �w�i�t�h� �n�o� �r�e�s�e�r�v�e�s� �a�t� �a�l�l�,� �i�t� �i�s� �a� �s�u�r�v�i�v�a�b�l�e� �c�h�a�l�l�e�n�g�e� �w�i�t�h� �2�7�$� �p�e�r� �d�e�c�a�d�e� �g�u�a�r�a�n�t�e�e�d� �m�a�r�g�i�n� �o�f� �e�r�r�o�r� �a�n�d� �s�o�m�e� �r�a�n�d�o�m�i�z�e�d� �p�a�d�d�i�n�g�
�
+�	�	�	�	�	�!� �t�h�e� �d�e�b�t� �a�m�o�u�n�t� �i�s� �c�u�t� �i�n� �h�a�l�f� �o�n� �n�o�r�m�a�l� �d�i�f�f�i�c�u�l�t�y�,� �w�h�i�c�h� �m�e�a�n�s� �t�h�a�t� �t�h�e� �s�u�b�s�e�q�u�e�n�t� �s�h�a�k�e�d�o�w�n�s� �a�f�t�e�r� �t�h�e� �f�i�r�s�t� �a�r�e� �e�q�u�i�v�a�l�e�n�t� �t�o� �t�h�e� �f�i�r�s�t� �s�h�a�k�e�d�o�w�n� �o�n� �h�a�r�d�
�
+�	�	�	�	�	�m�s�g� �'�Y�o�u� �d�i�s�c�o�v�e�r�e�d� �a� �d�i�r�t�y� �s�h�e�e�t� �o�f� �p�a�r�c�h�m�e�n�t� �p�i�n�n�e�d� �t�o� �t�h�e� �d�o�o�r� �o�f� �y�o�u�r� �h�o�v�e�l�.� �S�c�r�a�w�l�e�d� �a�c�r�o�s�s� �i�t� �i�s� �a� �s�h�o�r�t� �m�e�s�s�a�g�e�:�<�b�r�>�<�b�r�>�'� �+� �_�
�
+�	�	�	�	�	�'� � �S�l�a�v�e�r�.� �R�e�m�e�m�b�e�r� �t�h�e� �e�x�t�r�a� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�k�a�m�i�r�a�_�h�o�u�s�e�"�]�/�2�>�>�$� �y�o�u� �o�w�e� �t�h�e� �m�o�n�e�y� �l�e�n�d�e�r�?� �H�e� s� �e�x�p�e�c�t�i�n�g� �i�t� �i�n� �<�<�d�e�b�t�_�c�o�u�n�t�>�>� �d�a�y�s�.�'�
�
+�	�	�	�	�	�m�s�g� �'�T�h�e� �n�o�t�e� �i�s� �u�n�s�i�g�n�e�d�,� �b�u�t� �t�h�e� �s�y�m�b�o�l� �o�f� �o�n�e� �o�f� �t�h�e� �a�s�c�e�n�d�a�n�t� �s�l�u�m� �g�a�n�g�s� �i�s� �c�o�n�s�p�i�c�u�o�u�s�l�y� �c�a�r�v�e�d� �u�n�d�e�r� �i�t�.� �S�e�e�m�s� �t�h�e�y� r�e� �u�s�i�n�g� �t�h�e� �m�o�n�e�y� �l�e�n�d�e�r� �a�s� �a� �p�r�o�x�y� �t�o� �e�x�t�o�r�t� �y�o�u�.� �T�h�e�r�e� s� �n�o� �p�r�o�o�f� �t�h�e� �s�y�m�b�o�l� �a�n�d� �t�h�e� �n�o�t�e� �a�r�e� �c�o�n�n�e�c�t�e�d�.� �N�o� �d�o�u�b�t� �t�h�e� �m�o�n�e�y� �l�e�n�d�e�r� �w�i�l�l� �c�l�a�i�m� �t�h�a�t� �y�o�u� �b�o�r�r�o�w�e�d� �f�r�o�m� �h�i�m�.� �Y�o�u�r� �c�h�o�i�c�e�s� �a�r�e� �t�o� �p�a�y� �.�.�.� �o�r� �p�r�a�y�.� �T�h�i�s� �i�s� �n�o�t� �a� �f�i�g�h�t� �y�o�u� �c�a�n� �w�i�n�.�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�i�f� �d�a�y� �>� �(�s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �+� �1�0�0�)�:�
�
+�	�	�	�	�s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �=� �d�a�y�
�
+�	�	�	�	�i�f� �d�e�b�t�_�c�o�u�n�t� �<� �6�0�:� �d�e�b�t�_�c�o�u�n�t� �=� �6�0� �&�!� �w�i�l�l� �e�x�t�e�n�d� �a�n�y� �e�x�i�s�t�i�n�g� �d�e�b�t�,� �b�u�t� �n�o�t� �p�a�s�t� �6�0� �d�a�y�s�
�
+�	�	�	�	�d�e�b�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �&�!� �a�m�o�u�n�t� �i�s� �i�n�c�r�e�a�s�e�d�,� �b�u�t� �s�l�u�m�s� �a�r�e� �s�t�i�l�l� �6�x� �c�h�e�a�p�e�r� �(�s�i�x� �d�e�c�a�d�e�s� �t�o� �s�a�v�e� �c�o�s�t� �o�f� �o�n�e� �d�e�c�a�d�e� �r�e�n�t�a�l� �i�n� �C�a�m�i�r�a�)�
�
+�	�	�	�	�!� �a�f�t�e�r� �t�h�e� �f�i�r�s�t� �s�h�a�k�e�d�o�w�n�,� �t�h�e� �e�v�e�n�t� �c�a�n� �r�e�p�e�a�t� �a�f�t�e�r� �a�t� �l�e�a�s�t� �4�0� �d�a�y�s� �f�r�o�m� �l�a�s�t� �p�a�y�m�e�n�t� �(�6�0� �d�a�y�s� �t�o� �p�a�y� �+� �4�0� �d�a�y�s� �d�e�l�a�y� �=� �1�0�0� �d�a�y�s� �f�r�o�m� �l�a�s�t� �l�e�t�t�e�r�)�
�
+�	�	�	�	�!� �i�t� �i�s� �i�r�r�e�l�e�v�a�n�t� �i�f� �t�h�e� �p�a�y�m�e�n�t� �i�s� �m�a�d�e� �e�a�r�l�y�;� �t�h�e� �n�e�x�t� �e�x�t�o�r�t�i�o�n� �l�e�t�t�e�r� �w�i�l�l� �n�o�t� �a�r�r�i�v�e� �u�n�t�i�l� �a�t� �l�e�a�s�t�(�*�)� �6�0� �d�a�y�s� �a�f�t�e�r� �t�h�e� �p�r�e�v�i�o�u�s� �d�e�b�t� �d�e�a�d�l�i�n�e�
�
+�	�	�	�	�!� � � �(�*�)� �"�a�t� �l�e�a�s�t�"� �b�e�c�a�u�s�e� �w�e� �e�x�p�e�c�t� �t�h�e� �p�l�a�y�e�r� �w�i�l�l� �g�o� �o�u�t� �o�n�c�e� �p�e�r� �d�e�c�a�d�e� �f�o�r� �a�r�e�n�a� �e�v�e�n�t�s�;� �b�y� �s�t�a�y�i�n�g� �h�o�m�e�,� �t�h�e� �n�e�x�t� �e�v�e�n�t� �c�a�n� �b�e� �d�e�l�a�y�e�d� �i�n�d�e�f�i�n�i�t�e�l�y�
�
+�	�	�	�	�!� �a�s�s�u�m�i�n�g� �m�i�n�i�m�u�m� �s�p�a�c�i�n�g� �b�e�t�w�e�e�n� �e�x�t�o�r�t�i�o�n�s�,� �p�l�a�y�e�r�s� �a�r�e� �r�e�q�u�i�r�e�d� �t�o� �e�a�r�n� �a�n�d� �s�a�v�e� �2�5�$� �p�e�r� �d�e�c�a�d�e� �f�o�r� �e�x�t�o�r�t�i�o�n� �p�a�y�m�e�n�t�s� �w�h�i�l�e� �l�i�v�i�n�g� �i�n� �t�h�e� �s�l�u�m�s� �(�1�2�$� �o�n� �n�o�r�m�a�l� �d�i�f�f�i�c�u�l�t�y�)�
�
+�	�	�	�	�!� �t�h�i�s� �i�s� �s�u�s�t�a�i�n�a�b�l�e� �w�i�t�h� �a� �s�i�n�g�l�e� �a�r�e�n�a� �g�r�a�n�d� �c�h�a�m�p�i�o�n� �(�a�t� �l�e�a�s�t� �1�0�8�$� �p�e�r� �d�e�c�a�d�e�)� �o�r� �r�a�c�e� �c�h�a�m�p�i�o�n� �(�a�t� �l�e�a�s�t� �2�2�5�$� �p�e�r� �d�e�c�a�d�e� �o�n�c�e� �p�l�a�y�e�r� �h�a�s� �a� �n�i�n�e� �r�a�c�e� �w�i�n�n�i�n�g� �s�t�r�e�a�k�)�
�
+�	�	�	�	�!� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �i�d� �1�3�1�5� �(�a�b�a�n�d�o�n� �c�u�r�r�e�n�t� �a�p�a�r�t�m�e�n�t�)� �w�i�l�l� �d�e�l�a�y� �s�h�a�k�e�d�o�w�n� �b�y� �a�t� �l�e�a�s�t� �1� �d�a�y� �t�o� �g�i�v�e� �p�l�a�y�e�r� �t�i�m�e� �t�o� �r�e�n�t� �a� �d�i�f�f�e�r�e�n�t� �a�p�a�r�t�m�e�n�t� �f�i�r�s�t�
�
+�	�	�	�	�m�s�g� �'�Y�o�u� �f�o�u�n�d� �a�n�o�t�h�e�r� �d�i�r�t�y� �s�h�e�e�t� �o�f� �p�a�r�c�h�m�e�n�t� �p�i�n�n�e�d� �t�o� �t�h�e� �d�o�o�r� �o�f� �y�o�u�r� �h�o�v�e�l�.� �S�c�r�a�w�l�e�d� �a�c�r�o�s�s� �i�t� �i�s� �a�n�o�t�h�e�r� �n�o�t�e�:�<�b�r�>�<�b�r�>�'� �+� �_�
�
+� �	�	�	�	�'� � �S�l�a�v�e�r�.� �T�h�e� �m�o�n�e�y� �l�e�n�d�e�r� �i�s� �e�x�p�e�c�t�i�n�g� �t�h�e� �e�x�t�r�a� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�k�a�m�i�r�a�_�h�o�u�s�e�"�]�>�>�$� �y�o�u� �o�w�e� �h�i�m� �i�n� �<�<�d�e�b�t�_�c�o�u�n�t�>�>� �d�a�y�s�.�<�b�r�>�<�b�r�>�'� �+� �_�
�
+�	�	�	�	�'�T�h�e� �n�o�t�e� �i�s� �u�n�s�i�g�n�e�d�.�'�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
 �e�n�d�
�
+�
�
 �-�-�-� �$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
 �#� �$�c�o�m�b�a�t�_�v�a�r�i�a�b�l�e�_�r�e�s�e�t�
�
@@ -10448,41 +10791,49 @@
 �
�
 �d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�t�o�c�k�'�,� �'�s�a�v�e�d�_�s�t�o�c�k�'� �&�!� �s�a�v�e� �e�x�i�s�t�i�n�g� �p�e�n�d�i�n�g� �s�t�o�c�k� �i�f� �a�n�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�n� �=� �r�a�n�d�(�3�,�5�)�
�
-�i� �=� �0�
�
-�:�l�o�o�p�
�
-� � � � �i� �+�=� �1�
�
-� � � � �m�a�t�c�h� �=� �0�
�
-� � � � �g�s� �'�g�e�n�e�r�a�t�e�_�s�t�o�c�k�'�
�
-�
�
-� � � � �i�f� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �0�:�
�
-� � � � � � � � �m�a�t�c�h� �+�=� �1�
�
-� � � � �e�l�s�e�
�
-� � � � � � � � �i�f� �s�t�o�c�k�[�"�a�g�e�"�]� �=� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]�:�
�
-� � � � � � � � � � � � �i�f� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �4� �o�r� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �5� �o�r� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �2�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � � � � � �e�l�s�e�i�f� �s�t�o�c�k�[�"�a�g�e�"�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
-� � � � � � � � � � � � �i�f� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �4� �o�r� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �3�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � � � � � �e�l�s�e�i�f� �s�t�o�c�k�[�"�a�g�e�"�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:�
�
-� � � � � � � � � � � � �i�f� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �5� �o�r� �s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �1�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � � � � � �e�l�s�e�
�
-� � � � � � � � � � � � �!�D�e�b�u�g�
�
-� � � � � � � � � � � � �m�s�g� �'�E�r�r�o�r�!� �s�t�o�c�k�[�"�a�g�e�"�]� �=� �<�<�s�t�o�c�k�[�"�a�g�e�"�]�>�>�,� �b�u�t� �s�h�o�u�l�d� �b�e� �i�n� �[�0�-�2�]�,� �l�o�c�a�t�i�o�n� �=� �<�<�$�c�u�r�l�o�c�>�>�'�
�
-� � � � � � � � �e�n�d�
�
-� � � � �e�n�d�
�
-�
�
-� � � � �i�f� �s�t�o�c�k�[�"�b�e�a�u�t�y�"�]� �>�=� �s�e�a�r�c�h�[�"�b�e�a�u�t�y�"�]�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � �i�f� �s�t�o�c�k�[�"�s�t�a�m�i�n�a�"�]� �>�=� �s�e�a�r�c�h�[�"�s�t�a�m�i�n�a�"�]�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � �i�f� �s�t�o�c�k�[�"�s�e�n�s�i�t�i�v�i�t�y�"�]� �>�=� �s�e�a�r�c�h�[�"�s�e�n�s�i�t�i�v�i�t�y�"�]�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � �i�f� �s�t�o�c�k�[�"�i�n�t�e�l�l�e�c�t�"�]� �>�=� �s�e�a�r�c�h�[�"�i�n�t�e�l�l�e�c�t�"�]�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � �i�f� �s�t�o�c�k�[�"�t�e�m�p�e�r�"�]� �>�=� �s�e�a�r�c�h�[�"�t�e�m�p�e�r�"�]�:� �m�a�t�c�h� �+�=� �1�
�
-� � � � �i�f� �s�t�o�c�k�[�"�e�g�o�"�]� �>�=� �s�e�a�r�c�h�[�"�e�g�o�"�]�:� �m�a�t�c�h� �+�=� �1�
�
-�
�
-� � � � �i�f� �m�a�t�c�h� �>�=� �7�:�
�
-� � � � � � � � �s�e�a�r�c�h�[�'�a�c�t�i�v�e�'�]� �=� �2�
�
-� � � � � � � � �d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�t�o�c�k�'�,� �'�s�e�l�e�c�t�e�d�'� �&�!� �m�o�v�e� �s�t�o�c�k� �s�l�a�v�e� �t�o� �e�x�p�e�r�t�
�
-� � � � �e�n�d�
�
+�f�o�r� �e�x�p�e�r�t�_�s�e�a�r�c�h�_�a�t�t�e�m�p�t�s� �=� �1� �t�o� �r�a�n�d�(�s�e�a�r�c�h�[�'�c�o�s�t�'�]�,� �s�e�a�r�c�h�[�'�c�o�s�t�'�]�*�2�)�:�
�
 �
�
-�i�f� �i� �<� �n�:� �j�u�m�p� �'�l�o�o�p�'�
�
+�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �1�:� �$�s�p�e�c�i�a�l�_�a�g�e� �=� �'�m�i�l�f�'�
�
+�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �2�:� �$�s�p�e�c�i�a�l�_�a�g�e� �=� �'�y�o�u�n�g�'�
�
+�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �3� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:� �$�s�p�e�c�i�a�l�_�a�g�e� �=� �'�l�o�l�i�'�
�
+�	�g�s� �'�g�e�n�e�r�a�t�e�_�s�t�o�c�k�'�
�
+�
�
+�	�!� �r�a�n�d�o�m�l�y� �b�o�o�s�t� �r�e�q�u�e�s�t�e�d� �s�t�a�t�s� �t�o� �r�e�d�u�c�e� �s�e�a�r�c�h� �a�t�t�e�m�p�t�s� �(�b�e�a�u�t�y� �i�n�t�e�n�t�i�o�n�a�l�l�y� �o�m�i�t�t�e�d� �h�e�r�e� �b�e�c�a�u�s�e� �i�t� �i�s� �a� �d�e�r�i�v�e�d� �a�t�t�r�i�b�u�t�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �r�a�n�d�(�1�,�5�)� �>� �3� �a�n�d� �s�t�o�c�k�[�'�s�t�a�m�i�n�a�'�]� �<� �s�e�a�r�c�h�[�'�s�t�a�m�i�n�a�'�]�:� �s�t�o�c�k�[�'�s�t�a�m�i�n�a�'�]� �=� �s�e�a�r�c�h�[�'�s�t�a�m�i�n�a�'�]�
�
+�	�i�f� �r�a�n�d�(�1�,�5�)� �>� �3� �a�n�d� �s�t�o�c�k�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �<� �s�e�a�r�c�h�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�t�o�c�k�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �=� �s�e�a�r�c�h�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
+�	�i�f� �r�a�n�d�(�1�,�5�)� �>� �3� �a�n�d� �s�t�o�c�k�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �s�e�a�r�c�h�[�'�i�n�t�e�l�l�e�c�t�'�]�:� �s�t�o�c�k�[�'�i�n�t�e�l�l�e�c�t�'�]� �=� �s�e�a�r�c�h�[�'�i�n�t�e�l�l�e�c�t�'�]�
�
+�	�i�f� �r�a�n�d�(�1�,�5�)� �>� �3� �a�n�d� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �<� �s�e�a�r�c�h�[�'�t�e�m�p�e�r�'�]�:� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �=� �s�e�a�r�c�h�[�'�t�e�m�p�e�r�'�]�
�
+�	�i�f� �r�a�n�d�(�1�,�5�)� �>� �3� �a�n�d� �s�t�o�c�k�[�'�e�g�o�'�]� �<� �s�e�a�r�c�h�[�'�e�g�o�'�]�:� �s�t�o�c�k�[�'�e�g�o�'�]� �=� �s�e�a�r�c�h�[�'�e�g�o�'�]�
�
+�
�
+�	�m�a�t�c�h� �=� �0�
�
+�
�
+�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �0�:�
�
+�	�	�m�a�t�c�h� �+�=� �1�
�
+�	�e�l�s�e�i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]�:�
�
+�	�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �4� �o�r� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �5� �o�r� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �2� �o�r� �(�n�o�_�l�o�l�i� �=� �1� �a�n�d� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �3�)�:� �m�a�t�c�h� �+�=� �1�
�
+�	�e�l�s�e�i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
+�	�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �4� �o�r� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �3�:� �m�a�t�c�h� �+�=� �1�
�
+�	�e�l�s�e�i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:�
�
+�	�	�i�f� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �5� �o�r� �s�e�a�r�c�h�[�'�a�g�e�'�]� �=� �1�:� �m�a�t�c�h� �+�=� �1�
�
+�	�e�l�s�e�
�
+�	�	�!�D�e�b�u�g�
�
+�	�	�m�s�g� �'�E�r�r�o�r�!� �s�t�o�c�k�[�"�a�g�e�"�]� �=� �<�<�s�t�o�c�k�[�"�a�g�e�"�]�>�>� �i�n� �t�e�m�p�l�a�t�e� �<�<�s�t�o�c�k�_�t�y�p�e�>�>�.�j�s�o�n�,� �b�u�t� �s�h�o�u�l�d� �b�e� �i�n� �[�0�-�2�]�,� �l�o�c�a�t�i�o�n� �=� �<�<�$�c�u�r�l�o�c�>�>�'�
�
+�	�e�n�d�
�
+�
�
+�	�i�f� �s�t�o�c�k�[�'�b�e�a�u�t�y�'�]� �>�=� �s�e�a�r�c�h�[�'�b�e�a�u�t�y�'�]�:� �m�a�t�c�h� �+�=� �1�
�
+�	�i�f� �s�t�o�c�k�[�'�s�t�a�m�i�n�a�'�]� �>�=� �s�e�a�r�c�h�[�'�s�t�a�m�i�n�a�'�]�:� �m�a�t�c�h� �+�=� �1�
�
+�	�i�f� �s�t�o�c�k�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �>�=� �s�e�a�r�c�h�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �m�a�t�c�h� �+�=� �1�
�
+�	�i�f� �s�t�o�c�k�[�'�i�n�t�e�l�l�e�c�t�'�]� �>�=� �s�e�a�r�c�h�[�'�i�n�t�e�l�l�e�c�t�'�]�:� �m�a�t�c�h� �+�=� �1�
�
+�	�i�f� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �>�=� �s�e�a�r�c�h�[�'�t�e�m�p�e�r�'�]�:� �m�a�t�c�h� �+�=� �1�
�
+�	�i�f� �s�t�o�c�k�[�'�e�g�o�'�]� �>�=� �s�e�a�r�c�h�[�'�e�g�o�'�]�:� �m�a�t�c�h� �+�=� �1�
�
+�
�
+�	�i�f� �m�a�t�c�h� �>�=� �7�:�
�
+�	�	�s�e�a�r�c�h�[�'�a�c�t�i�v�e�'�]� �=� �2�
�
+�	�	�d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�t�o�c�k�'�,� �'�s�e�l�e�c�t�e�d�'� �&�!� �m�o�v�e� �s�t�o�c�k� �s�l�a�v�e� �t�o� �e�x�p�e�r�t�
�
+�	�	�e�x�i�t�
�
+�	�e�n�d�
�
+�
�
+�e�n�d�
�
 �
�
 �d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�t�o�c�k�'�,� �'�s�a�v�e�d�_�s�t�o�c�k�'� �&�!� �r�e�s�t�o�r�e� �s�a�v�e�d� �s�t�o�c�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�a�v�e�d�_�s�t�o�c�k�'�
�
@@ -10499,7 +10850,9 @@
 �
�
 �!�D�e�t�e�r�m�i�n�a�t�i�o�n� �o�f� �t�h�e� �b�i�d�d�e�r�s�
�
 �k�i�l�l�v�a�r� �'�$�a�u�c�t�i�o�n�_�p�a�r�t�i�c�i�p�a�n�t�'�
�
+�k�i�l�l�v�a�r� �'�p�a�r�t�i�c�i�p�a�n�t�_�i�n�t�e�r�e�s�t�'�
�
 �k�i�l�l�v�a�r� �'�r�a�n�d�o�m�_�d�e�m�a�n�d�'�
�
+�k�i�l�l�v�a�r� �'�c�a�p�_�s�u�m�m�'�
�
 �n� �=� �a�r�r�s�i�z�e�(�'�$�a�u�c�t�i�o�n�_�b�u�y�e�r�'�)�
�
 �i� �=� �0�
�
 �e� �=� �0�
�
@@ -10602,70 +10955,67 @@
 �#� �$�f�o�o�d�_�c�h�o�i�c�e�
�
 �!�T�O�D�O�:� �A45;0BL �87 �5� �F8:;>2 �1�
�
 �!�C�h�o�o�s�e� �a� �d�i�s�h� �f�o�r� �d�i�n�n�e�r�
�
-�f�r�i�d�g�e�[�'�n�o�n�e�'�]� �=� �5�
�
-�$�c�o�o�k�e�d�_�m�e�a�l� �=� �'�:>=A5@2K'�
�
-�e�n�d�_�r�a�t�e� �=� �0�
�
-�
�
-�!�T�O�D�O�:� �8A?@028BL �E0@4:>4 �-� �54K �1� �C@>2=O �1�2� �HBC:,� �8 �40;55 �?> �2A5< �C@>2=O<
�
-�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �0�:�
�
-�	�i� �=� �0�
�
-�	�:�l�o�o�p�1�
�
-�	�	�i� �+�=� �1�
�
-�	�	�!� �1� �-� �1�2�,� �B.�:.� �540 �?5@2>3> �C@>2=O �>B �1� �4> �1�2�
�
-�	�	�$�t�r�y� �=� �$�m�e�a�l�_�i�d�[�r�a�n�d�(�1�,� �1�2�)�]�
�
-�	�	�i�f� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0�:� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�t�r�y� �&� �e�n�d�_�r�a�t�e� �=� �1�
�
-�	�	�i�f� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �'�:>=A5@2K'� �a�n�d� �i� �<� �3�0�:� �j�u�m�p� �'�l�o�o�p�1�'�
�
-�e�n�d�
�
-�
�
-�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �1�:�
�
-�	�$�p�r�e� �=� �$�c�o�o�k�e�d�_�m�e�a�l�
�
-�	�i� �=� �0�
�
-�	�:�l�o�o�p�2�
�
-�	�	�i� �+�=� �1�
�
-�	�	�!� �1�3� �-� �2�7�,� �B.�:.� �540 �2B>@>3> �C@>2=O �>B �1�3� �4> �2�7�
�
-�	�	�$�t�r�y� �=� �$�m�e�a�l�_�i�d�[�r�a�n�d�(�1�3�,� �2�7�)�]�
�
-�	�	�i�f� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0�:� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�t�r�y� �&� �e�n�d�_�r�a�t�e� �=� �2�
�
-�	�	�i�f� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�p�r�e� �a�n�d� �i� �<� �3�0�:� �j�u�m�p� �'�l�o�o�p�2�'�
�
-�e�n�d�
�
-�
�
-�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �2�:�
�
-�	�$�p�r�e� �=� �$�c�o�o�k�e�d�_�m�e�a�l�
�
-�	�i� �=� �0�
�
-�	�:�l�o�o�p�3�
�
-�	�	�i� �+�=� �1�
�
-�	�	�!� �2�8� �-� �4�3�,� �B.�:.� �540 �B@5BL53> �C@>2=O �>B �2�8� �4> �4�3�
�
-�	�	�$�t�r�y� �=� �$�m�e�a�l�_�i�d�[�r�a�n�d�(�2�8�,� �4�3�)�]�
�
-�	�	�i�f� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0�:� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�t�r�y� �&� �e�n�d�_�r�a�t�e� �=� �3�
�
-�	�	�i�f� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�p�r�e� �a�n�d� �i� �<� �3�0�:� �j�u�m�p� �'�l�o�o�p�3�'�
�
-�e�n�d�
�
-�
�
-�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �3�:�
�
-�	�$�p�r�e� �=� �$�c�o�o�k�e�d�_�m�e�a�l�
�
-�	�i� �=� �0�
�
-�	�:�l�o�o�p�4�
�
-�	�	�i� �+�=� �1�
�
-�	�	�!� �4�4� �-� �5�9�,� �B.�:.� �540 �G5B25@B>3> �C@>2=O �>B �4�4� �4> �5�9�
�
-�	�	�$�t�r�y� �=� �$�m�e�a�l�_�i�d�[�r�a�n�d�(�4�4�,� �5�9�)�]�
�
-�	�	�i�f� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0�:� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�t�r�y� �&� �e�n�d�_�r�a�t�e� �=� �4�
�
-�	�	�i�f� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�p�r�e� �a�n�d� �i� �<� �3�0�:� �j�u�m�p� �'�l�o�o�p�4�'�
�
+�!�E�x�p�e�c�t�s� �q�u�a�l�i�t�y� �l�e�v�e�l� �[�0�,�5�]� �a�s� �a�r�g�s�[�0�]�
�
+�i�f� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �0�:�
�
+�	�$�c�o�o�k�e�d�_�m�e�a�l� �=� �'�:>=A5@2K'� �&�!� �C�a�n�n�e�d� �f�o�o�d� �i�s� �t�h�e� �d�e�f�a�u�l�t�
�
+�	�c�o�o�k�e�d�_�f�o�o�d� �=� �0� �&�!� �c�a�n�n�e�d� �f�o�o�d� �w�i�l�l� �n�o�t� �k�i�l�l� �t�h�e� �s�l�a�v�e�r�;� �u�n�l�i�k�e� �n�o� �f�o�o�d� �(�-�1�)� �w�h�i�c�h� �c�a�n� �d�r�a�i�n� �s�t�r�e�n�g�t�h� �t�o� �z�e�r�o�
�
+�e�n�d�
�
+�
�
+�i�f� �a�r�g�s�[�0�]� �>� �0� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
+�	�!�T�O�D�O�:� �8A?@028BL �E0@4:>4 �-� �54K �1� �C@>2=O �1�2� �HBC:,� �8 �40;55 �?> �2A5< �C@>2=O<
�
+�	�!� �1� �-� �1�2�,� �B.�:.� �540 �?5@2>3> �C@>2=O �>B �1� �4> �1�2�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�b�e�g�i�n�[�1�]� �=� �1�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�f�i�n�a�l�[�1�]� �=� �1�2�
�
+�	�!� �1�3� �-� �2�7�,� �B.�:.� �540 �2B>@>3> �C@>2=O �>B �1�3� �4> �2�7�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�b�e�g�i�n�[�2�]� �=� �1�3�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�f�i�n�a�l�[�2�]� �=� �2�7�
�
+�	�!� �2�8� �-� �4�3�,� �B.�:.� �540 �B@5BL53> �C@>2=O �>B �2�8� �4> �4�3�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�b�e�g�i�n�[�3�]� �=� �2�8�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�f�i�n�a�l�[�3�]� �=� �4�3�
�
+�	�!� �4�4� �-� �5�9�,� �B.�:.� �540 �G5B25@B>3> �C@>2=O �>B �4�4� �4> �5�9�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�b�e�g�i�n�[�4�]� �=� �4�4�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�f�i�n�a�l�[�4�]� �=� �5�9�
�
+�	�!� �6�0� �-� �7�4�,� �B.�:.� �540 �?OB>3> �C@>2=O �>B �6�0� �4> �7�4�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�b�e�g�i�n�[�5�]� �=� �6�0�
�
+�	�m�e�a�l�_�i�n�d�e�x�_�f�i�n�a�l�[�5�]� �=� �7�4�
�
+�
�
+�	�f�r�i�d�g�e�[�'�n�o�n�e�'�]� �=� �5� �&�!� �s�o�m�e� �r�e�c�i�p�e�s� �h�a�v�e� �l�e�s�s� �t�h�a�n� �f�o�u�r� �i�n�g�r�e�d�i�e�n�t�s�
�
+�
�
+�	�f�o�r� �m�e�a�l�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �a�r�g�s�[�0�]�)� �t�o� �1� �s�t�e�p� �-�1�:�
�
+�	�	�!� �s�e�a�r�c�h� �f�o�r� �a� �m�e�a�l� �t�h�a�t� �w�e� �c�a�n� �m�a�k�e�,� �i�n� �r�e�v�e�r�s�e� �o�r�d�e�r� �f�r�o�m� �h�i�g�h�e�s�t� �q�u�a�l�i�t�y� �w�e� �c�a�n� �m�a�k�e� �(�a�r�g�s�[�0�]�,� �c�a�p�p�e�d� �a�t� �5�)� �t�o� �t�h�e� �l�o�w�e�s�t� �(�1�)�
�
+�	�	�f�o�r� �m�e�a�l�_�a�t�t�e�m�p�t� �=� �1� �t�o� �3�0�:�
�
+�	�	�	�!� �w�e� �w�i�l�l� �t�r�y� �3�0� �t�i�m�e�s� �a�t� �e�a�c�h� �m�e�a�l�_�q�u�a�l�i�t�y� �l�e�v�e�l� �t�o� �f�i�n�d� �a� �r�e�c�i�p�e� �w�e� �c�a�n� �m�a�k�e� �(�p�o�s�s�i�b�l�e� �w�e� �l�a�c�k� �i�n�g�r�e�d�i�e�n�t�s� �a�n�d� �r�e�p�e�a�t�e�d�l�y� �r�a�n�d�o�m�l�y� �s�e�l�e�c�t� �t�h�e� �s�a�m�e� �r�e�c�i�p�e�)�
�
+�	�	�	�!� �f�i�r�s�t�,� �p�i�c�k� �a� �r�a�n�d�o�m� �r�e�c�i�p�e� �w�i�t�h�i�n� �t�h�e� �[�b�e�g�i�n�,� �f�i�n�a�l�]� �r�a�n�g�e� �f�o�r� �t�h�e� �m�e�a�l�_�q�u�a�l�i�t�y�
�
+�	�	�	�$�t�r�y� �=� �$�m�e�a�l�_�i�d�[�r�a�n�d�(�m�e�a�l�_�i�n�d�e�x�_�b�e�g�i�n�[�m�e�a�l�_�q�u�a�l�i�t�y�]�,� �m�e�a�l�_�i�n�d�e�x�_�f�i�n�a�l�[�m�e�a�l�_�q�u�a�l�i�t�y�]�)�]�
�
+�	�	�	�!� �n�o�w� �c�h�e�c�k� �i�f� �w�e� �h�a�v�e� �a�t� �l�e�a�s�t� �o�n�e� �o�f� �e�a�c�h� �o�f� �t�h�e� �i�n�g�r�e�d�i�e�n�t�s� �(�c�u�r�r�e�n�t�l�y�,� �n�o� �r�e�c�i�p�e� �c�o�n�s�u�m�e�s� �>�1� �o�f� �a� �s�i�n�g�l�e� �i�n�g�r�e�d�i�e�n�t�)�
�
+�	�	�	�i�f� �m�i�n�(�f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]�,� �f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]�,� �f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]�,� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]�)� �>� �0�:�
�
+�	�	�	�	�!� �w�e� �f�o�u�n�d� �a� �r�e�c�i�p�e� �t�h�a�t� �w�e� �c�a�n� �m�a�k�e�,� �s�o� �w�e� �a�r�e� �d�o�n�e� �s�e�a�r�c�h�i�n�g�,� �n�o�w� �c�o�n�s�u�m�e� �t�h�e� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�	�f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �-�=� �1�
�
+�	�	�	�	�f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �-�=� �1�
�
+�	�	�	�	�f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �-�=� �1�
�
+�	�	�	�	�f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �-�=� �1�
�
+�	�	�	�	�!� �n�o�w� �c�h�e�c�k� �i�f� �t�h�i�s� �m�e�a�l� �t�h�a�t� �w�e� �m�a�d�e� �i�s� �b�e�t�t�e�r� �t�h�a�n� �a�n�y� �m�e�a�l� �w�e� �p�r�e�v�i�o�u�s�l�y� �m�a�d�e� �t�o�d�a�y�
�
+�	�	�	�	�i�f� �m�e�a�l�_�q�u�a�l�i�t�y� �>� �c�o�o�k�e�d�_�f�o�o�d�:�
�
+�	�	�	�	�	�!� �i�t� �i�s� �b�e�t�t�e�r�,� �s�o� �r�e�p�l�a�c�e� �t�h�e� �o�l�d� �m�e�a�l� �w�i�t�h� �t�h�e� �n�e�w� �o�n�e�
�
+�	�	�	�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �m�e�a�l�_�q�u�a�l�i�t�y�
�
+�	�	�	�	�	�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s� �=� �m�e�a�l�_�q�u�a�l�i�t�y� �&�!� �f�o�r� �e�n�d� �o�f� �d�a�y� �s�c�e�n�e� �t�e�x�t�
�
+�	�	�	�	�	�$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�t�r�y�
�
+�	�	�	�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �1�0�0� �&�!� �e�x�i�t� �s�i�g�n�a�l�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�	�e�x�i�t� �&�!� �w�e� �m�a�d�e� �s�o�m�e�t�h�i�n�g�,� �s�o� �w�e� �a�r�e� �d�o�n�e� �s�e�a�r�c�h�i�n�g� �-� �e�x�i�t� �i�n�n�e�r� �l�o�o�p�
�
+�	�	�	�e�n�d�
�
+�	�	�	�!� �o�t�h�e�r�w�i�s�e�,� �w�e� �w�e�r�e� �n�o�t� �a�b�l�e� �t�o� �m�a�k�e� �t�h�e� �r�e�c�i�p�e� �t�h�a�t� �w�e� �r�a�n�d�o�m�l�y� �s�e�l�e�c�t�e�d� �(�d�u�e� �t�o� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s�)�,� �s�o� �c�o�n�t�i�n�u�e� �s�e�a�r�c�h�i�n�g�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �=� �1�0�0�:� �c�o�o�k�e�d�_�f�o�o�d� �=� �m�e�a�l�_�q�u�a�l�i�t�y� �&� �e�x�i�t� �&�!� �o�u�t�e�r� �l�o�o�p�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
-�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �4�:�
�
-�	�$�p�r�e� �=� �$�c�o�o�k�e�d�_�m�e�a�l�
�
-�	�i� �=� �0�
�
-�	�:�l�o�o�p�5�
�
-�	�	�i� �+�=� �1�
�
-�	�	�!� �6�0� �-� �7�4�,� �B.�:.� �540 �?OB>3> �C@>2=O �>B �6�0� �4> �7�4�
�
-�	�	�$�t�r�y� �=� �$�m�e�a�l�_�i�d�[�r�a�n�d�(�6�0�,� �7�4�)�]�
�
-�	�	�i�f� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0� �a�n�d� �f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�t�r�y�]�]� �>� �0�:� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�t�r�y� �&� �e�n�d�_�r�a�t�e� �=� �5�
�
-�	�	�i�f� �$�c�o�o�k�e�d�_�m�e�a�l� �=� �$�p�r�e� �a�n�d� �i� �<� �3�0�:� �j�u�m�p� �'�l�o�o�p�5�'�
�
-�e�n�d�
�
+�k�i�l�l�v�a�r� �'�m�e�a�l�_�q�u�a�l�i�t�y�'�
�
+�k�i�l�l�v�a�r� �'�m�e�a�l�_�a�t�t�e�m�p�t�'�
�
+�k�i�l�l�v�a�r� �'�$�t�r�y�'�
�
 �
�
-�f�r�i�d�g�e�[�$�m�e�a�l�_�f�i�r�s�t�_�i�n�g�r�e�d�i�e�n�t�[�$�c�o�o�k�e�d�_�m�e�a�l�]�]� �-�=� �1�
�
-�f�r�i�d�g�e�[�$�m�e�a�l�_�s�e�c�o�n�d�_�i�n�g�r�e�d�i�e�n�t�[�$�c�o�o�k�e�d�_�m�e�a�l�]�]� �-�=� �1�
�
-�f�r�i�d�g�e�[�$�m�e�a�l�_�t�h�i�r�d�_�i�n�g�r�e�d�i�e�n�t�[�$�c�o�o�k�e�d�_�m�e�a�l�]�]� �-�=� �1�
�
-�f�r�i�d�g�e�[�$�m�e�a�l�_�f�o�u�r�t�h�_�i�n�g�r�e�d�i�e�n�t�[�$�c�o�o�k�e�d�_�m�e�a�l�]�]� �-�=� �1�
�
-�c�o�o�k�e�d�_�f�o�o�d� �=� �e�n�d�_�r�a�t�e�
�
+�!�o�u�t�p�u�t�s� �a�r�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �(�w�h�i�c�h� �w�i�l�l� �b�e� �u�n�c�h�a�n�g�e�d� �i�f� �w�e� �w�e�r�e� �n�o�t� �a�b�l�e� �t�o� �m�a�k�e� �a� �b�e�t�t�e�r� �q�u�a�l�i�t�y� �m�e�a�l�)�
�
+�!�s�i�d�e� �e�f�f�e�c�t�s� �a�r�e� �r�e�m�o�v�a�l� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �f�r�o�m� �f�r�i�d�g�e� �b�a�s�e�d� �o�n� �r�e�c�i�p�e� �c�h�o�s�e�n� �(�a�t� �r�a�n�d�o�m�)� �b�a�s�e�d� �o�n� �a�r�g�s�[�0�]� �q�u�a�l�i�t�y�-�l�i�m�i�t�
�
 �
�
 �-�-�-� �$�f�o�o�d�_�c�h�o�i�c�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
@@ -10806,44 +11156,32 @@
 �k�i�l�l�v�a�r� �'�$�2@03'�
�
 �k�i�l�l�v�a�r� �'�$�g�e�'�
�
 �
�
+�a� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e� �+� �l�e�n�(�$�g�_�t�y�p�e�)�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�4�)�
�
 �i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �<� �1�:�
�
-�	�a� �=� �r�a�n�d�(�1�,�4�)�
�
 �	�i�f� �a� �=� �1�:� �$�g�e� �=� �'�d�i�m�a�h�e�r�_�a�'�
�
 �	�i�f� �a� �=� �2�:� �$�g�e� �=� �'�h�o�p�l�i�t�e�_�a�'�
�
 �	�i�f� �a� �=� �3�:� �$�g�e� �=� �'�s�e�c�u�t�o�r�_�a�'�
�
 �	�i�f� �a� �=� �4�:� �$�g�e� �=� �'�k�i�m�e�r�i�a�n�_�a�'�
�
 �	�s�u�p�e�r�v�i�s�e�r�_�m�e�s�s�a�g�e� �=� �1�
�
-�e�n�d�
�
-�
�
-�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �1�:�
�
-�	�a� �=� �r�a�n�d�(�1�,�4�)�
�
+�e�l�s�e�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �1�:�
�
 �	�i�f� �a� �=� �1�:� �$�g�e� �=� �'�d�i�m�a�h�e�r�_�b�'�
�
 �	�i�f� �a� �=� �2�:� �$�g�e� �=� �'�h�o�p�l�i�t�e�_�b�'�
�
 �	�i�f� �a� �=� �3�:� �$�g�e� �=� �'�s�e�c�u�t�o�r�_�b�'�
�
 �	�i�f� �a� �=� �4�:� �$�g�e� �=� �'�k�i�m�e�r�i�a�n�_�b�'�
�
 �	�s�u�p�e�r�v�i�s�e�r�_�m�e�s�s�a�g�e� �=� �2�
�
-�e�n�d�
�
-�
�
-�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �2�:�
�
-�	�a� �=� �r�a�n�d�(�1�,�4�)�
�
+�e�l�s�e�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �2�:�
�
 �	�i�f� �a� �=� �1�:� �$�g�e� �=� �'�d�i�m�a�h�e�r�_�c�'�
�
 �	�i�f� �a� �=� �2�:� �$�g�e� �=� �'�h�o�p�l�i�t�e�_�c�'�
�
 �	�i�f� �a� �=� �3�:� �$�g�e� �=� �'�s�e�c�u�t�o�r�_�c�'�
�
 �	�i�f� �a� �=� �4�:� �$�g�e� �=� �'�k�i�m�e�r�i�a�n�_�c�'�
�
 �	�s�u�p�e�r�v�i�s�e�r�_�m�e�s�s�a�g�e� �=� �3�
�
-�e�n�d�
�
-�
�
-�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �3�:�
�
-�	�a� �=� �r�a�n�d�(�1�,�4�)�
�
+�e�l�s�e�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �3�:�
�
 �	�i�f� �a� �=� �1�:� �$�g�e� �=� �'�d�i�m�a�h�e�r�_�d�'�
�
 �	�i�f� �a� �=� �2�:� �$�g�e� �=� �'�h�o�p�l�i�t�e�_�d�'�
�
 �	�i�f� �a� �=� �3�:� �$�g�e� �=� �'�s�e�c�u�t�o�r�_�d�'�
�
 �	�i�f� �a� �=� �4�:� �$�g�e� �=� �'�k�i�m�e�r�i�a�n�_�d�'�
�
 �	�s�u�p�e�r�v�i�s�e�r�_�m�e�s�s�a�g�e� �=� �4�
�
-�e�n�d�
�
-�
�
-�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>�=� �4� �a�n�d� �$�s�l�a�v�e�[�'�t�r�a�d�e�m�a�r�k�_�s�t�y�l�e�'�]� �=� �'�'�:�
�
-�	�a� �=� �r�a�n�d�(�1�,�4�)�
�
+�e�l�s�e�i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>�=� �4� �a�n�d� �$�s�l�a�v�e�[�'�t�r�a�d�e�m�a�r�k�_�s�t�y�l�e�'�]� �=� �'�'�:�
�
 �	�i�f� �a� �=� �1�:� �$�g�e� �=� �'�d�i�m�a�h�e�r�_�e�'�
�
 �	�i�f� �a� �=� �2�:� �$�g�e� �=� �'�h�o�p�l�i�t�e�_�e�'�
�
 �	�i�f� �a� �=� �3�:� �$�g�e� �=� �'�s�e�c�u�t�o�r�_�e�'�
�
@@ -10853,13 +11191,13 @@
 �
�
 �i�f� �s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>� �4� �a�n�d� �$�s�l�a�v�e�[�'�t�r�a�d�e�m�a�r�k�_�s�t�y�l�e�'�]� �!� �'�'�:�
�
 �	�i�f� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �1�:�
�
-�	�	�a� �=� �r�a�n�d�(�1�,�5�)�
�
-�	�	�!�A�d�d�e�d� �c�o�d�e� �t�o� �h�a�v�e� �t�h�e� �V�a�t�i�c�a�n� �C�h�a�m�p�i�o�n� �a�p�p�e�a�r� �s�o�o�n�e�r� �t�o� �h�e�l�p� �a�v�o�i�d� �t�h�e� �V�a�t�i�c�a�n� �C�h�a�m�p�i�o�n� �d�a�m�a�g�e� �b�u�g� �-� �c�r�u�s�h�b�o�s�s�
�
-�	�	�i�f� �t�r�o�p�h�y�_�v�a�t�i�c�a�n� �=� �0� �a�n�d� �a� �!� �5�:�
�
-�	�	�	�b� �=� �r�a�n�d�(�1�,�1�0�)�
�
-�	�	�	�i�f� �b� �<� �6�:� �a� �=� �5�
�
-�	�	�	�b� �=� �0�
�
-�	�	�e�n�d�
�
+�	�	�a� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�5�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�5�)�
�
+�	�	�!�A�d�d�e�d� �c�o�d�e� �t�o� �h�a�v�e� �t�h�e� �V�a�t�i�c�a�n� �C�h�a�m�p�i�o�n� �a�p�p�e�a�r� �s�o�o�n�e�r� �t�o� �h�e�l�p� �a�v�o�i�d� �t�h�e� �V�a�t�i�c�a�n� �C�h�a�m�p�i�o�n� �d�a�m�a�g�e� �b�u�g� �-� �c�r�u�s�h�b�o�s�s� �(�d�i�s�a�b�l�e�d� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�	�!�i�f� �t�r�o�p�h�y�_�v�a�t�i�c�a�n� �=� �0� �a�n�d� �a� �!� �5�:�
�
+�	�	�!�	�b� �=� �r�a�n�d�(�1�,�1�0�)�
�
+�	�	�!�	�i�f� �b� �<� �6�:� �a� �=� �5�
�
+�	�	�!�	�b� �=� �0�
�
+�	�	�!�	�e�n�d�
�
 �	�	�i�f� �a� �=� �1�:� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�k�a�m�i�r�a�'�
�
 �	�	�i�f� �a� �=� �2�:� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�c�o�r�v�u�s�'�
�
 �	�	�i�f� �a� �=� �3�:� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�s�e�r�p�i�s�'�
�
@@ -10959,14 +11297,14 @@
 �!�S�e�t� �b�a�s�e� �c�o�m�b�a�t� �a�t�t�r�i�b�u�t�e�s� �a�n�d� �r�e�s�u�l�t�s� �-� �f�i�x�e�d� �a�n�d� �i�m�p�r�o�v�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
 �<0:A_�74>@>2L5_�83@>:0 �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �*� �1�0� �-� �s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]�
�
 �i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �<0:A_�74>@>2L5_�83@>:0 �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�*�1�0�
�
-�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �-�=� �<0:A_�74>@>2L5_�83@>:0/�3�
�
+�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �-�=� �<0:A_�74>@>2L5_�83@>:0/�5�
�
 �i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �+�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�*�2�
�
 �i�f� �<0:A_�74>@>2L5_�83@>:0 �<� �1�:� �<0:A_�74>@>2L5_�83@>:0 �=� �1�
�
 �74>@>2L5_�83@>:0 �=� �<0:A_�74>@>2L5_�83@>:0
�
-�<0:A_�2K=>A;82>ABL_�83@>:0 �=� �5�0� �+� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�*�5�)�
�
-�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �<0:A_�2K=>A;82>ABL_�83@>:0 �=� �7�5� �+� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�*�5�)�
�
+�<0:A_�2K=>A;82>ABL_�83@>:0 �=� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�*�1�0� �+� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�*�5�)�
�
+�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �<0:A_�2K=>A;82>ABL_�83@>:0 �=� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�*�1�5� �+� �(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�*�5�)�
�
 �2K=>A;82>ABL_�83@>:0 �=� �<0:A_�2K=>A;82>ABL_�83@>:0
�
-�=>@<_�4CE_�83@>:0 �=� �s�l�a�v�e�[�'�e�g�o�'�]�*�1�0� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�*�1�0�
�
+�=>@<_�4CE_�83@>:0 �=� �s�l�a�v�e�[�'�e�g�o�'�]�*�5� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�*�1�5�
�
 �i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �=>@<_�4CE_�83@>:0 �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�*�1�0�
�
 �4CE_�83@>:0 �=� �=>@<_�4CE_�83@>:0
�
 �A8;0_�?5@54KH:8 �=� �1�0�
�
@@ -10994,7 +11332,7 @@
 �	�	�2K=>A;82>ABL_�2@030[�i�]� �=� �107>20O_�2K=>A;82>ABL[�$�2@03[�i�]�]�
�
 �	�	�4CE_�2@030[�i�]� �=� �107>2K9_�4CE[�$�2@03[�i�]�]�
�
 �	�	�2@54_�2@030[�i�]� �=� �107>2K9_�2@54[�$�2@03[�i�]�]�
�
-�	�	�A;CG09 �=� �r�a�n�d�(�1�,�3�)�
�
+�	�	�A;CG09 �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �m�a�s�t�e�r�_�e�n�e�r�g�y� �+� �s�p�a�r�k�s�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�3�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�3�)�
�
 �	�	�i�f� �A;CG09 �=� �1�:� �$�70I8B0[�i�]� �=� �'�1;>:'�
�
 �	�	�i�f� �A;CG09 �=� �2�:� �$�70I8B0[�i�]� �=� �'�:>=B@0B0:0'�
�
 �	�	�i�f� �A;CG09 �=� �3�:� �$�70I8B0[�i�]� �=� �'�C:;>=5=85'�
�
@@ -11025,18 +11363,25 @@
 �g�s� �'�#�c�h�a�r�i�o�t�s�_�b�a�s�e�'�
�
 �c�h�a�r�i�o�t�[�'�w�e�i�g�h�t�'�]� �=� �(�h�e�a�v�y�_�f�r�a�m�e� �+� �h�e�a�v�y�_�b�o�a�r�d�s� �+� �h�e�a�v�y�_�c�h�a�s�s�i�s� �+� �h�e�a�v�y�_�w�h�e�e�l�s� �+� �h�e�a�v�y�_�r�i�d�e�r�_�a�r�m�o�r�)� �+� �5�
�
 �c�h�a�r�i�o�t�[�'�p�o�n�y�_�h�e�a�l�t�h�'�]� �=� �(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]�)�
�
-�c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �=� �(�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�'�]� �+� �(�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]�*�2�)�)�
�
+�c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �=� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�'�]� �+� �2�*�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]�
�
 �i�f� �s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �<� �0�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �1�
�
 �i�f� �s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �>� �0�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �+�=� �1�
�
 �i�f� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �<� �0�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �1�
�
 �i�f� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �>� �0�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �+�=� �1�
�
 �i�f� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �1�
�
 �i�f� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �<� �4�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �1�
�
+�i�f� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �=� �5�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �+�=� �1� �&�!� �a�d�d�e�d� �b�o�n�u�s� �f�o�r� �S�+� �t�e�m�p�e�r�a�m�e�n�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �i�f� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �3�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �1�
�
 �
�
-�!�A�d�d�e�d� �m�o�d�i�f�i�e�r�s� �b�a�s�e�d� �o�n� �a�g�e� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �+�=� �2�
�
-�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �2�
�
+�!�A�d�d�e�d� �m�o�d�i�f�i�e�r�s� �b�a�s�e�d� �o�n� �a�g�e� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�d�u�c�e�d� �f�r�o�m� �2� �t�o� �1� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �+�=� �1�
�
+�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �1�
�
+�
�
+�!�A�d�d�e�d� �p�e�n�a�l�t�y� �f�o�r� �o�v�e�r�w�e�i�g�h�t� �s�l�a�v�e�s� �(�-�2� �f�o�r� �c�h�u�b�b�y�,� �-�4� �f�o�r� �c�o�r�p�u�l�e�n�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �-�=� �2�*�(�s�l�a�v�e�[�'�f�a�t�'�]� �-� �3�)�
�
+�
�
+�!�A�d�d�e�d� �b�o�n�u�s� �f�o�r� �n�o�r�m�a�l� �a�n�d� �e�a�s�y� �g�a�m�e� �d�i�f�f�i�c�u�l�t�y� �(�+�2� �o�n� �e�a�s�y�,� �+�1� �o�n� �n�o�r�m�a�l�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �<� �2�:� �c�h�a�r�i�o�t�[�'�m�a�n�e�u�v�e�r�a�b�i�l�i�t�y�'�]� �+�=� �1� �+� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y�
�
 �
�
 �!�A�d�d�e�d� �m�o�d�i�f�i�e�r�s� �b�a�s�e�d� �o�n� �p�o�n�y� �g�e�a�r� �e�q�u�i�p�p�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �$�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]� �=� �'�p�o�n�y�_�p�l�u�m�e�'�:� �p�o�n�y�_�g�e�a�r�_�b�o�n�u�s� �+�=� �1�
�
@@ -11045,7 +11390,7 @@
 �i�f� �$�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]� �=� �'�p�o�n�y�g�i�r�l�_�h�a�r�n�e�s�s�'�:� �p�o�n�y�_�g�e�a�r�_�b�o�n�u�s� �+�=� �1�
�
 �
�
 �!�A�d�d�e�d� �m�e�s�s�a�g�e� �s�o� �p�l�a�y�e�r�s� �w�i�l�l� �g�e�t� �u�s�e�d� �t�o� �e�q�u�i�p�p�i�n�g� �p�o�n�y� �g�e�a�r� �-� �o�t�h�e�r�w�i�s�e� �t�h�e�y� �w�i�l�l� �m�o�s�t�l�y� �l�o�s�e� �a�n�d� �g�e�t� �f�r�u�s�t�r�a�t�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
-�m�s�g� �'�P�o�n�y� �G�e�a�r� �B�o�n�u�s�:� �<�<�p�o�n�y�_�g�e�a�r�_�b�o�n�u�s�>�>�<�b�r�>�A� �b�o�n�u�s� �o�f� �2� �o�r� �l�e�s�s� �r�e�s�u�l�t�s� �i�n� �a� �p�e�n�a�l�t�y�<�b�r�>�P�o�n�y� �G�e�a�r� �a�v�a�i�l�a�b�l�e�:�<�b�r�>�P�l�u�m�e�d� �B�r�i�d�l�e�<�b�r�>�A�n�a�l� �T�a�i�l�<�b�r�>�H�o�o�f�e�d� �B�o�o�t�s�<�b�r�>�P�o�n�y� �H�a�r�n�e�s�s�<�b�r�>�'�
�
+�m�s�g� �'�P�o�n�y� �G�e�a�r� �B�o�n�u�s�:� �<�<�p�o�n�y�_�g�e�a�r�_�b�o�n�u�s�>�>�<�b�r�>�A� �b�o�n�u�s� �o�f� �2� �o�r� �l�e�s�s� �r�e�s�u�l�t�s� �i�n� �a� �p�e�n�a�l�t�y�<�b�r�>�P�o�n�y� �G�e�a�r� �a�v�a�i�l�a�b�l�e�:�<�b�r�>�P�l�u�m�e�d� �B�r�i�d�l�e�<�b�r�>�A�n�a�l� �T�a�i�l�<�b�r�>�H�o�o�v�e�d� �B�o�o�t�s�<�b�r�>�P�o�n�y� �H�a�r�n�e�s�s�<�b�r�>�'�
�
 �
�
 �!�P�e�n�a�l�t�y� �a�p�p�l�i�e�d� �i�f� �t�h�e� �s�l�a�v�e� �i�s�n� t� �w�e�a�r�i�n�g� �p�o�n�y� �g�e�a�r� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �p�o�n�y�_�g�e�a�r�_�b�o�n�u�s� �<� �3�:�
�
@@ -11126,10 +11471,8 @@
 �$�t�r�a�c�e�[�1�2�]� �=� �'�r�i�d�e�_�f�i�n�i�s�h�'�
�
 �
�
 �!�R�a�c�e�h�o�r�s�e� �i�n�j�u�r�i�e�s�
�
-�a� �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �-� �c�h�a�r�i�o�t�[�'�p�o�n�y�_�h�e�a�l�t�h�'�]�
�
-�i�f� �a� �>� �0�:�
�
-�	�b� �=� �r�a�n�d�(�1�1�,�5�9�)�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �+�=� �b�
�
+�i�f� �(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �-� �c�h�a�r�i�o�t�[�'�p�o�n�y�_�h�e�a�l�t�h�'�]�)� �>� �0�:�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �+�=� �1�1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�9�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�1�,�5�9�)�
�
 �e�n�d�
�
 �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �-�3�
�
 �p�o�n�y�_�d�e�a�d� �=� �0�
�
@@ -11162,18 +11505,20 @@
 �i�f� �a�r�g�s�[�0�]� �=� �4�:�
�
 �	�$�r�a�c�e�_�w�i�n�n�e�r� �=� �$�p�a�r�t�i�c�i�p�a�n�t�[�1�]�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�2�4�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �1�0� �&�!� �o�p�p�o�s�i�t�e� �o�f� �a�r�e�n�a� �b�a�t�t�l�e�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�0� �&�!� �o�p�p�o�s�i�t�e� �o�f� �a�r�e�n�a� �b�a�t�t�l�e�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �2�5�
�
 �	�i�f� �$�r�a�c�e�_�w�i�n�n�e�r� �=� �'�m�a�s�t�e�r�'�:�
�
 �	�	�r�a�c�e�_�w�i�n�_�r�a�t�i�o� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�m�e�'�]� �+�=� �1�1�
�
-�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �4�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �5�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �+�=� �3�
�
+�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �3�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �5�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]�,� �5�)�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �0�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �2�5�
�
 �	�	�i�f� �s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �5�
�
 �	�	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �5�
�
 �	�	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�
�
@@ -11183,15 +11528,9 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�m�e�'�]� �+�=� �1�
�
 �	�	�b�r�a�n�d�_�r�a�t�e� �-�=� �1�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �0�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �+�=� �3�
�
-�	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]�,� �3�)�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�
�
 �	�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �5�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �5�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �5�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �1�0�
�
-�
�
 �	�	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
 �	�e�n�d�
�
@@ -11205,9 +11544,12 @@
 �
�
 �i� �=� �a�r�r�s�i�z�e�(�'�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�'�)�
�
 �:�l�o�o�p�
�
-�	�$�c�u�r�m�o�d� �=� �$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�i�]�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �-� �a�r�g�s�[�0�]�)�
�
 �	�i� �-�=� �1�
�
+�	�$�c�u�r�m�o�d� �=� �$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�i�]�
�
+�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �>� �0�:�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �-� �a�r�g�s�[�0�]�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �=� �0�:� �m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �5� �&�!� �t�o� �r�e�d�u�c�e� �m�o�o�d� �s�w�i�n�g�s�,� �r�e�t�a�i�n� �a� �t�e�m�p�o�r�a�r�y� �+�0�.�5� �m�o�o�d� �b�o�n�u�s� �w�h�e�n� �a� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t� �e�n�d�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�n�d�
�
 �i�f� �i� �>� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �
�
 �-�-�-� �$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
@@ -11216,9 +11558,9 @@
 �!�D�e�c�r�e�a�s�e� �m�a�g�n�i�t�u�d�e� �o�f� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s� �o�f� �m�a�s�t�e�r� �b�y� �s�p�e�c�i�f�i�e�d� �n�u�m�b�e�r� �(�a�r�g�s�[�0�]�)�
�
 �i� �=� �a�r�r�s�i�z�e�(�'�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�'�)�
�
 �:�l�o�o�p�
�
+�	�i� �-�=� �1�
�
 �	�$�c�u�r�m�o�d� �=� �$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�i�]�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�$�c�u�r�m�o�d�]� �-� �a�r�g�s�[�0�]�)�
�
-�	�i� �-�=� �1�
�
 �i�f� �i� �>� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �
�
 �-�-�-� �$�m�o�d�_�m�a�s�t�e�r�_�r�i�s�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
@@ -11230,8 +11572,13 @@
 �:�m�o�o�d�_�d�r�o�p�_�l�o�o�p�
�
 �	�i� �-�=� �1�
�
 �	�$�c�u�r�m�o�d� �=� �$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�i�]�
�
-�	�d�y�n�a�m�i�c� �"�<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �=� �m�a�x�(�0�,� �<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �-� �<�<�a�r�g�s�[�1�]�>�>�)�"�
�
-�i�f� �i� �>� �1�:� �j�u�m�p� �'�m�o�o�d�_�d�r�o�p�_�l�o�o�p�'�
�
+�	�d�y�n�a�m�i�c� �"�
�
+�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �>� �0�:�
�
+�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �=� �m�a�x�(�0�,� �<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �-� �<�<�a�r�g�s�[�1�]�>�>�)�
�
+�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �=� �0�:� �<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �5� �&�!� �t�o� �r�e�d�u�c�e� �m�o�o�d� �s�w�i�n�g�s�,� �r�e�t�a�i�n� �a� �t�e�m�p�o�r�a�r�y� �+�0�.�5� �m�o�o�d� �b�o�n�u�s� �w�h�e�n� �a� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t� �e�n�d�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�e�n�d�
�
+�	�"�
�
+�i�f� �i� �>� �0�:� �j�u�m�p� �'�m�o�o�d�_�d�r�o�p�_�l�o�o�p�'�
�
 �
�
 �-�-�-� �$�m�o�o�d�_�d�r�o�p� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
@@ -11243,7 +11590,7 @@
 �	�i� �-�=� �1�
�
 �	�$�c�u�r�m�o�d� �=� �$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�i�]�
�
 �	�d�y�n�a�m�i�c� �"�<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �=� �m�a�x�(�0�,� �<�<�$�a�r�g�s�[�0�]�>�>�[�$�c�u�r�m�o�d�]� �-� �<�<�a�r�g�s�[�1�]�>�>�)�"�
�
-�i�f� �i� �>� �1�:� �j�u�m�p� �'�m�o�o�d�_�r�i�s�e�_�l�o�o�p�'�
�
+�i�f� �i� �>� �0�:� �j�u�m�p� �'�m�o�o�d�_�r�i�s�e�_�l�o�o�p�'�
�
 �
�
 �-�-�-� �$�m�o�o�d�_�r�i�s�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
@@ -11258,7 +11605,7 @@
 �	�i� �+�=� �1�
�
 �i�f� �i� �<� �n�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �
�
-�i�f� �i�s�_�p�e�r�v� �>� �1� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:�
�
+�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:�
�
 �	�i�f� �(�a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �<� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �o�r� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �!� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �o�r� �a�s�s�i�s�t�a�n�t�[�'�b�e�a�u�t�y�'�]� �<� �3�)�:� � �$�q�u�e�s�t�_�l�i�s�t� �+�=� �'�B�e�i�n�g� �a� �d�i�r�t�y� �o�l�d� �m�a�n�,� �i�t� �w�o�u�l�d� �b�e� �a�d�o�r�a�b�l�e� �t�o� �h�a�v�e� �a� �v�e�r�y� �y�o�u�n�g�,� �p�r�e�t�t�y� �a�s�s�i�s�t�a�n�t�<�b�r�>�<�b�r�>�'�
�
 �	�!� �t�h�i�s� �s�h�o�u�l�d� �n�o�t� �s�h�o�w� �u�p� �a�s� �a�n� �o�b�j�e�c�t�i�v�e� �i�f� �y�o�u� �h�a�v�e� �a� �f�a�i�n�t�e�d� �l�o�l�i� �a�s�s�i�s�t�a�n�t�,� �s�o� �t�h�e� �s�t�a�t�e� �c�h�e�c�k� �i�s� �<� �e�x�i�s�t� �(�w�h�i�c�h� �m�e�a�n�s�:� �e�i�t�h�e�r� �n�o� �s�l�a�v�e� �o�r� �d�e�a�d�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
@@ -11266,11 +11613,15 @@
 �	�	�$�q�u�e�s�t�_�l�i�s�t� �+�=� �'�B�e�i�n�g� �a� �d�i�r�t�y� �o�l�d� �m�a�n�,� �i�t� �w�o�u�l�d� �b�e� �a�d�o�r�a�b�l�e� �t�o� �h�a�v�e� �a�n�o�t�h�e�r� �v�e�r�y� �y�o�u�n�g�,� �p�r�e�t�t�y� �s�l�a�v�e�<�b�r�>�<�b�r�>�'�
�
 �
�
 �	�	�i�f� �$�e�s�t�a�t�e� �!� �'�w�h�i�t�e�_�h�o�u�s�e�'� �a�n�d� �$�e�s�t�a�t�e� �!� �'�k�o�r�v�u�s�_�h�o�u�s�e�'� �a�n�d� �$�e�s�t�a�t�e� �!� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�:�
�
-�	�	�	�$�q�u�e�s�t�_�l�i�s�t� �+�=� �'�B�e�i�n�g� �a� �d�i�r�t�y� �o�l�d� �m�a�n�,� �i�t� �w�o�u�l�d� �b�e� �a�d�o�r�a�b�l�e� �t�o� �h�a�v�e� �m�o�r�e� �r�o�o�m� �f�o�r� �y�o�u�n�g�,� �p�r�e�t�t�y� �s�l�a�v�e�s�<�b�r�>�<�b�r�>�'�
�
+�	�	�	�$�q�u�e�s�t�_�l�i�s�t� �+�=� �'�B�e�i�n�g� �a� �d�i�r�t�y� �o�l�d� �m�a�n�,� �i�t� �w�o�u�l�d� �b�e� �s�p�l�e�n�d�i�d� �t�o� �h�a�v�e� �m�o�r�e� �r�o�o�m� �f�o�r� �y�o�u�n�g�,� �p�r�e�t�t�y� �s�l�a�v�e�s�<�b�r�>�<�b�r�>�'�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
+�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �-�1� �a�n�d� �j�u�l�i�a�_�m�e�t� �=� �0�:�
�
+�	�$�q�u�e�s�t�_�l�i�s�t� �+�=� �'�T�h�e� �l�e�t�t�e�r� �f�r�o�m� �t�h�e� �V�a�t�i�c�a�n� �s�a�i�d� �t�h�a�t� �a� �g�i�r�l� �i�s� �s�t�a�y�i�n�g� �t�h�e�r�e� �w�h�o� �c�l�a�i�m�s� �t�o� �b�e� �m�y� �s�i�s�t�e�r�!� �I� �m�u�s�t� �g�o� �t�h�e�r�e� �a�s� �s�o�o�n� �a�s� �p�o�s�s�i�b�l�e� �t�o� �m�e�e�t� �S�e�c�r�e�t�a�r�y� �J�o�h�a�n�n�a�<�b�r�>�<�b�r�>�'�
�
+�e�n�d�
�
+�
�
 �i�f� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �1�:� �$�q�u�e�s�t�_�l�i�s�t� �=� �'� � � �<�<�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�c�h�o�o�s�e�n�_�q�u�e�s�t�]�>�>�'�
�
 �-�-�-� �$�q�u�e�s�t�_�l�i�s�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
@@ -11319,8 +11670,7 @@
 �#� �m�o�o�d�l�e�t�s�
�
 �!�u�p�d�a�t�e� �m�a�s�t�e�r� �"�p�e�r�m�a�n�e�n�t�"� �(�s�i�t�u�a�t�i�o�n�a�l�l�y� �d�e�r�i�v�e�d�,� �c�o�n�s�t�a�n�t�l�y� �r�e�f�r�e�s�h�e�d�)� �m�o�o�d�l�e�t�s�
�
 �
�
-�e�s�t�a�t�e�_�q�u�a�l�i�t�y� �=� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�s�t�u�d�y�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�a�t�h�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�e�d�]�
�
-�e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �=� �e�s�t�a�t�e�_�q�u�a�l�i�t�y� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
+�!�e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �i�s� �c�a�l�c�u�l�a�t�e�d� �i�n� �$�n�e�w�l�o�c�
�
 �i�f� �e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �>� �0�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�h�o�u�s�i�n�g�'�]� �=� �1�0�0�
�
 �i�f� �e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �>�=� �0�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�h�o�u�s�i�n�g�'�]� �=� �0�
�
 �i�f� �e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �<� �0�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�h�o�u�s�i�n�g�'�]� �=� �1�0�0�
�
@@ -11350,6 +11700,7 @@
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�b�l�a�z�i�n�g�'�]� �=� �1�0�0�
�
 �e�l�s�e�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�b�l�a�z�i�n�g�'�]� �=� �0�
�
+�	�b�l�a�z�i�n�g�_�c�o�u�n�t�e�r� �=� �0�
�
 �e�n�d�
�
 �
�
 �i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s� �=� �0�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�w�o�u�n�d�e�d�'�]� �=� �0�
�
@@ -11390,20 +11741,27 @@
 �i�f� �$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
 �	�b�a�t�h� �=� �0�
�
 �	�k�i�t�c�h�e�n� �=� �0�
�
+�	�l�i�b�r�a�r�y� �=� �0� �&�!� �u�n�u�s�e�d�
�
 �	�d�u�n�g�e�o�n� �=� �0�
�
 �	�b�o�u�d�o�i�r� �=� �0�
�
+�	�b�a�r�n� �=� �0�
�
+�	�l�a�b� �=� �0�
�
+�	�p�e�n� �=� �0�
�
 �e�l�s�e�
�
 �	�b�a�t�h� �=� �1�
�
 �	�k�i�t�c�h�e�n� �=� �1�
�
-�	�d�u�n�g�e�o�n� �=� �i�i�f�(�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]� �=� �0�,� �1�,� �0�)�
�
-�	�b�o�u�d�o�i�r� �=� �i�i�f�(�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]� �=� �0�,� �1�,� �0�)�
�
+�	�l�i�b�r�a�r�y� �=� �0� �&�!� �u�n�u�s�e�d�
�
+�	�d�u�n�g�e�o�n� �=� �i�i�f�(�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]� �=� �0�,� �1�,� �0�)� �&�!� �n�e�w� �e�s�t�a�t�e� �i�n�c�l�u�d�e�s� �d�u�n�g�e�o�n�?�
�
+�	�b�o�u�d�o�i�r� �=� �i�i�f�(�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]� �=� �0�,� �1�,� �0�)� �&�!� �n�e�w� �e�s�t�a�t�e� �i�n�c�l�u�d�e�s� �b�o�u�d�o�i�r�?�
�
+�	�b�a�r�n� �=� � � � �i�i�f�(�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�e�s�t�a�t�e�]� �=� �0�,� �1�,� �0�)� � � � �&�!� �n�e�w� �e�s�t�a�t�e� �i�n�c�l�u�d�e�s� �b�a�r�n�?�
�
+�	�l�a�b� �=� � � � � �i�i�f�(�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]� �=� �0�,� �1�,� �0�)� � � � � �&�!� �n�e�w� �e�s�t�a�t�e� �i�n�c�l�u�d�e�s� �l�a�b�?�
�
+�	�p�e�n� �=� � � � � �i�i�f�(�p�e�t�_�t�e�n�t�a�c�l�e� �>� �0�,� �1�,� �0�)� �&�!� �t�r�a�n�s�f�e�r� �f�i�e�n�d� �i�f� �r�e�n�t�i�n�g� �a� �n�e�w� �a�p�a�r�t�m�e�n�t� �o�n� �t�h�e� �s�a�m�e� �d�a�y�
�
 �e�n�d�
�
 �
�
-�l�a�b� �=� �0�
�
-�l�i�b�r�a�r�y� �=� �0�
�
-�b�a�r�n� �=� �0�
�
-�
�
-�!� �f�i�e�n�d� �p�e�n� �s�t�a�t�u�s� �t�r�a�n�s�f�e�r�s� �w�i�t�h� �e�s�t�a�t�e� �c�h�a�n�g�e�s�
�
+�!� �r�e�t�a�i�n� �a�c�c�e�s�s� �t�o� �o�c�c�u�p�i�e�d� �r�e�n�t�a�l�s� �u�n�t�i�l� �f�o�r�f�e�i�t� �i�n� �n�e�x�t�_�d�a�y� �i�f� �l�i�v�i�n�g� �i�n� �s�l�u�m�s� �(�m�o�v�i�n�g� �t�o� �a�n�o�t�h�e�r� �r�e�n�t�a�l� �s�a�m�e� �d�a�y� �s�i�m�p�l�y� �t�r�a�n�s�f�e�r�s� �s�l�a�v�e�s� �t�o� �e�q�u�i�v�a�l�e�n�t� �r�e�n�t�a�l� �i�n� �n�e�w� �r�e�s�i�d�e�n�c�e� �b�u�i�l�d�i�n�g�;� �c�o�s�t� �d�i�f�f�e�r�e�n�c�e� �i�g�n�o�r�e�d� �f�o�r� �c�u�r�r�e�n�t� �d�e�c�a�d�e�)�
�
+�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�u�n�g�e�o�n� �=� �1� �&�!� �i�f� �y�o�u� �h�a�d� �a� �p�r�i�s�o�n�e�r�
�
+�i�f� �m�a�x�(�f�a�r�m�h�a�n�d�_�s�t�a�t�e�,� �c�o�w�_�s�t�a�t�e�,� �h�a�r�p�y�_�s�t�a�t�e�,� �p�i�g�_�s�t�a�t�e�)� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �b�a�r�n� �=� �1� �&�!� �i�f� �y�o�u� �h�a�d� �a�n�y� �l�i�v�e�s�t�o�c�k�
�
+�!� �f�i�e�n�d� �p�e�n� �s�t�a�t�u�s� �t�r�a�n�s�f�e�r�s� �w�i�t�h� �e�s�t�a�t�e� �c�h�a�n�g�e�s� �a�n�d� �w�i�l�l� �b�e� �f�o�r�f�e�i�t� �a�t� �n�e�x�t�_�d�a�y� �i�f� �l�i�v�i�n�g� �i�n� �s�l�u�m�s�
�
 �
�
 �$�s�t�u�d�y� �=� �$�i�n�t�e�r�i�o�r�
�
 �$�b�e�d� �=� �$�i�n�t�e�r�i�o�r�
�
@@ -11508,7 +11866,11 @@
 �i�f� �c�h�a�r�i�o�t�[�'�s�p�e�e�d�'�]� �<�=� �0�:� �c�h�a�r�i�o�t�[�'�s�p�e�e�d�'�]� �=� �1�
�
 �
�
 �i�f� �$�t�r�a�c�e�[�t�r�a�c�e�_�s�e�g�m�e�n�t�]� �=� �'�r�i�d�e�_�s�t�a�r�t�'�:�
�
-�	�$�c�u�r�r�e�n�t�_�r�i�d�e� �=� �$�t�r�a�c�e�_�p�a�s�s�_�d�e�s�c�r�i�p�t�i�o�n�[�'�r�i�d�e�_�s�t�a�r�t�'�]�
�
+�	�i�f� �a�r�g�s� �=� �1�:�
�
+�	�	�$�c�u�r�r�e�n�t�_�r�i�d�e� �=� �$�t�r�a�c�e�_�p�a�s�s�_�d�e�s�c�r�i�p�t�i�o�n�[�'�r�i�d�e�_�s�t�a�r�t�'�]�
�
+�	�e�l�s�e�
�
+�	�	�$�c�u�r�r�e�n�t�_�r�i�d�e� �=� �$�t�r�a�c�e�_�f�a�i�l�_�d�e�s�c�r�i�p�t�i�o�n�[�'�r�i�d�e�_�s�t�a�r�t�'�]�
�
+�	�e�n�d�
�
 �	�d�y�n�a�m�i�c� �$�r�a�c�e�_�s�t�a�r�t�l�i�n�e�[�$�p�a�r�t�i�c�i�p�a�n�t�[�1�]�]�
�
 �	�d�y�n�a�m�i�c� �$�r�a�c�e�_�s�t�a�r�t�l�i�n�e�[�$�p�a�r�t�i�c�i�p�a�n�t�[�2�]�]�
�
 �	�d�y�n�a�m�i�c� �$�r�a�c�e�_�s�t�a�r�t�l�i�n�e�[�$�p�a�r�t�i�c�i�p�a�n�t�[�3�]�]�
�
@@ -11656,6 +12018,10 @@
 �	�$�i�n�f�o�_�t�e�x�t� �=� �'� � �W�i�t�h�o�u�t� �s�p�e�l�l�s� �r�e�i�n�f�o�r�c�i�n�g� �a�u�s�p�e�x�,� �t�h�e� �a�u�r�a� �o�f� �y�o�u�r� �<�<�i�i�f�(�a�s�s�i�s�t�a�n�t�_�a�u�r�a� �=� �1�,� �"�a�s�s�i�s�t�a�n�t�"�,� �"�s�l�a�v�e�"�)�>�>� �i�s� �s�e�e�n� �a�s� �p�a�l�e� �a�n�d� �i�n�d�i�s�t�i�n�c�t� �s�h�a�d�o�w�.� �Y�o�u� �c�a�n� �n�o�t� �d�e�t�e�r�m�i�n�e� �t�h�e� �c�o�l�o�r�,� �s�t�r�e�n�g�t�h� �o�r� �d�i�r�e�c�t�i�o�n� �o�f� �h�e�r� �s�p�i�r�i�t�u�a�l� �f�i�e�l�d�.�'�
�
 �	�i�f� �s�p�a�r�k�s� �>� �1�:� �$�i�n�f�o�_�t�e�x�t� �+�=� �'�<�b�r�>�<�c�e�n�t�e�r�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�i�n�f�o�_�t�e�x�t� �=� �'�'�'�'� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �i�i�f�(�a�s�s�i�s�t�a�n�t�_�a�u�r�a� �=� �1�,� �'�'�a�s�s�i�s�t�a�n�t�_�s�t�a�t�'�'�,� �'�'�s�l�a�v�e�_�s�t�a�t�'�'�)� �&� �d�y�n�a�m�i�c� �$�h�o�m�e�_�s�o�u�n�d�s� �&� �i�s�_�h�o�m�e� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�1� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�C�a�s�t� �a�u�s�p�e�x� �(�2� �s�p�a�r�k�s�)�<�/�a�>�<�/�c�e�n�t�e�r�>�'�
�
 �e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�a�u�r�a� �=� �0�:�
�
+�	�i�f� �$�m�a�s�t�e�r�_�h�e�a�d�_�g�e�a�r� �=� �'�r�a�v�e�n�_�c�r�o�w�n�'�:�
�
+�	�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �i�i�f�(�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0�,� �-�1� �*� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�,� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�)�
�
+�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�b�o�t�t�o�m�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�'�
�
+�	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �>�=� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �<� �1�0�:�
�
 �	�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]�]�
�
@@ -11663,16 +12029,19 @@
 �	�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�0�]�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�1�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�1�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�2�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�2�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�3�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�3�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�4�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�4�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�5�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�5�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�6�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�6�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�7�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�7�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�8�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�8�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�9�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�9�]�
�
-�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �<� �-�9�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�2�0�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�1�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�1�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�2�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�2�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�3�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�3�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�4�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�4�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�5�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�5�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�6�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�6�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�7�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�7�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�8�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�8�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�9�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�9�]�
�
+�	�	�i�f� �s�l�a�v�e�[�"�o�b�e�d�i�e�n�c�e�"�]� �<� �-�9�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�2�0�]�
�
+�	�e�n�d�
�
+�	�i�f� �$�m�a�s�t�e�r�_�h�e�a�d�_�g�e�a�r� �=� �'�r�a�v�e�n�_�c�r�o�w�n�'�:�
�
+�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'� �<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �=� �0�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'� �<�<�$�a�u�r�a�_�s�u�p�e�r�m�a�c�y�[�3�]�>�>�<�b�r�>�<�b�r�>�'�
�
@@ -11710,6 +12079,10 @@
 �	�$�i�n�f�o�_�t�e�x�t� �=� �'� � �A�u�s�p�e�x� �a�l�l�o�w�s� �y�o�u� �t�o� �d�i�s�t�i�n�g�u�i�s�h� �b�e�t�w�e�e�n� �c�o�l�o�r�s�,� �d�i�r�e�c�t�i�o�n� �a�n�d� �s�t�r�e�n�g�t�h� �o�f� �t�h�e� �s�p�i�r�i�t�u�a�l� �f�i�e�l�d� �o�f� �y�o�u�r� �s�l�a�v�e�.� �A�f�t�e�r� �a�n�a�l�y�z�i�n�g� �t�h�e�m�,� �y�o�u� �g�e�t� �d�e�t�a�i�l�e�d� �i�n�f�o�r�m�a�t�i�o�n�.�'�
�
 �	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'�'�
�
 �e�l�s�e�
�
+�	�i�f� �$�m�a�s�t�e�r�_�h�e�a�d�_�g�e�a�r� �=� �'�r�a�v�e�n�_�c�r�o�w�n�'�:�
�
+�	�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �i�i�f�(�a�s�s�i�s�t�a�n�t�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0�,� �-�1� �*� �a�s�s�i�s�t�a�n�t�[�'�o�b�e�d�i�e�n�c�e�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�o�b�e�d�i�e�n�c�e�'�]�)�
�
+�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�b�o�t�t�o�m�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�'�
�
+�	�e�n�d�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �>�=� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �<� �1�0�:�
�
 �	�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]�]�
�
@@ -11717,16 +12090,19 @@
 �	�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�0�]�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�1�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�1�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�2�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�2�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�3�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�3�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�4�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�4�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�5�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�5�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�6�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�6�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�7�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�7�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�8�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�8�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�9�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�9�]�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �<� �-�9�:�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�2�0�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�1�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�1�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�2�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�2�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�3�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�3�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�4�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�4�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�5�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�5�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�6�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�6�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�7�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�7�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�8�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�8�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �=� �-�9�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�1�9�]�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�o�b�e�d�i�e�n�c�e�"�]� �<� �-�9�:� �$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �$�a�u�r�a�_�o�b�e�d�i�e�n�c�e�[�2�0�]�
�
+�	�e�n�d�
�
+�	�i�f� �$�m�a�s�t�e�r�_�h�e�a�d�_�g�e�a�r� �=� �'�r�a�v�e�n�_�c�r�o�w�n�'�:�
�
+�	�	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�$�a�u�s�p�e�x�_�l�i�s�t� �+�=� �'�<�b�r�>�<�b�r�>�'�
�
@@ -11773,15 +12149,16 @@
 �!�B�i�l�l�i�n�g� �a�t� �t�h�e� �e�n�d� �o�f� �e�a�c�h� �d�e�c�a�d�e� �(�c�a�l�l�e�d� �f�r�o�m� �m�a�i�n�_�s�c�r�e�e�n�,� �T�O�D�O�:� �m�o�v�e� �t�o� �n�e�x�t�_�d�a�y�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �
�
 �r�e�n�t�a�l�_�c�o�s�t� �=� �0�
�
-�i�f� �o�w�n�e�r� �=� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]�
�
+�i�f� �o�w�n�e�r� �=� �0� �a�n�d� �d�e�m�o�_�g�a�m�e� �=� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]�
�
 �i�f� �b�a�r�n� �>� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�e�s�t�a�t�e�]�
�
 �i�f� �b�o�u�d�o�i�r� �>� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]� �&�!� �z�e�r�o� �f�o�r� �s�o�m�e� �e�s�t�a�t�e�s�
�
 �i�f� �d�u�n�g�e�o�n� �>� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]� �&�!� �z�e�r�o� �f�o�r� �s�o�m�e� �e�s�t�a�t�e�s�
�
 �i�f� �l�a�b� �>� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�
�
-�i�f� �p�e�n� �>� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �1�0�
�
+�i�f� �p�e�n� �>� �0�:� �r�e�n�t�a�l�_�c�o�s�t� �+�=� �1�0� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5� �&�!� �r�e�n�t�a�l� �c�o�s�t� �s�c�a�l�e�s� �u�p� �w�i�t�h� �s�i�z�e� �o�f� �f�i�e�n�d� �[�0�,�4�]� �f�r�o�m� �1�0� �t�o� �3�0� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�f�o�o�d�_�b�i�l�l� �=� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t�
�
+�f�o�o�d�_�b�i�l�l� �=� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+� �a�u�t�o�b�u�y�_�c�o�s�t�
�
 �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �=� �0�
�
+�a�u�t�o�b�u�y�_�c�o�s�t� �=� �0�
�
 �
�
 �m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �m�a�s�t�e�r�_�w�e�a�l�t�h�_�t�a�r�g�e�t�
�
 �
�
@@ -11792,14 +12169,11 @@
 �i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �4�:� �o�t�h�e�r�_�b�i�l�l�s� �=� �2�0�0� �+� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�0�1�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�2�0�0�,�3�0�0�)�
�
 �i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �5�:� �o�t�h�e�r�_�b�i�l�l�s� �=� �4�0�0� �+� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�2�0�1�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�4�0�0�,�6�0�0�)�
�
 �i�f� �m�a�s�t�e�r�_�w�e�a�l�t�h� �=� �6�:� �o�t�h�e�r�_�b�i�l�l�s� �=� �8�0�0� �+� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�0�1�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�8�0�0�,�1�2�0�0�)�
�
-�i�f� �d�a�y� �=� �1�0�:� �o�t�h�e�r�_�b�i�l�l�s� �=� �0�
�
+�i�f� �d�a�y� �=� �1�0� �o�r� �d�e�m�o�_�g�a�m�e� �=� �1�:� �o�t�h�e�r�_�b�i�l�l�s� �=� �0�
�
 �
�
 �o�t�h�e�r�_�b�i�l�l�s� �+�=� �d�e�c�a�d�e�_�c�r�y�o�_�c�o�s�t�s�
�
 �d�e�c�a�d�e�_�c�r�y�o�_�c�o�s�t�s� �=� �0�
�
 �
�
-�o�t�h�e�r�_�b�i�l�l�s� �+�=� �a�u�t�o�b�u�y�_�c�o�s�t�
�
-�a�u�t�o�b�u�y�_�c�o�s�t� �=� �0�
�
-�
�
 �r�e�v�i�s�e�d�_�p�a�y�m�e�n�t� �=� �f�o�o�d�_�b�i�l�l� �+� �o�t�h�e�r�_�b�i�l�l�s�
�
 �
�
 �a�c�c�o�u�n�t�_�s�k�i�l�l� �=� �0�
�
@@ -11812,10 +12186,10 @@
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0�:� �a�c�c�o�u�n�t�_�s�k�i�l�l� �+�=� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:�
�
 �	�	�	�a�c�c�o�u�n�t�_�s�k�i�l�l� �+�=� �2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �3�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]�,� �3�)�
�
 �	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �<� �0�:�
�
 �	�	�	�a�c�c�o�u�n�t�_�s�k�i�l�l� �-�=� �2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �=� �3�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]�,� �3�)�
�
 �	�	�e�n�d�
�
 �	�	�d�y�n�a�m�i�c� �$�d�y�n�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �e�n�e�r�g�y� �c�o�s�t� �i�s� �d�e�d�u�c�t�e�d� �a�f�t�e�r� �n�i�g�h�t�l�y� �r�e�f�r�e�s�h�,� �s�o� �a�c�c�o�u�n�t�a�n�t�s� �s�t�a�r�t� �t�h�e� �d�e�c�a�d�e� �s�l�i�g�h�t�l�y� �f�a�t�i�g�u�e�d� �i�n� �e�x�c�h�a�n�g�e� �f�o�r� �t�h�e� �b�e�n�e�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
@@ -11838,15 +12212,23 @@
 �	�a� �=� �a�c�c�o�u�n�t�_�s�k�i�l�l� �-� �d�i�s�c�o�u�n�t�_�c�h�a�n�c�e�
�
 �	�i�f� �a� �>� �0�:� �d�i�s�c�o�u�n�t� �=� �a�*�p�e�r�c�e�n�t�
�
 �e�l�s�e�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�a�c�c�o�u�n�t�s�'�]� �=� �1� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�a�c�c�o�u�n�t�s�'�]� �=� �1� �+� �m�a�s�t�e�r�_�c�h�a�
�
 �e�n�d�
�
 �
�
 �f�i�n�a�l�_�p�a�y�m�e�n�t� �=� �r�e�n�t�a�l�_�c�o�s�t� �+� �r�e�v�i�s�e�d�_�p�a�y�m�e�n�t� �+� �f�i�n�e� �-� �d�i�s�c�o�u�n�t�
�
 �
�
 �!�b�a�r�n�_�r�e�p�o�r�t�_�c�o�w�_�p�r�o�f�i�t� �=� �b�a�r�n�_�m�i�l�k�_�p�r�o�f�i�t� �+� �b�a�r�n�_�c�r�e�a�m�_�p�r�o�f�i�t�
�
-�b�a�r�n�_�r�e�p�o�r�t�_�e�g�g�_�p�r�o�f�i�t� �=� �b�a�r�n�_�e�g�g�_�p�r�o�f�i�t�
�
-�b�a�r�n�_�r�e�p�o�r�t�_�p�i�g�_�p�r�o�f�i�t� �=� �b�a�r�n�_�p�i�g�_�p�r�o�f�i�t�
�
 �b�a�r�n�_�r�e�p�o�r�t�_�f�o�o�d�_�c�o�s�t� �=� �b�a�r�n�_�c�o�w�_�f�o�o�d� �+� �b�a�r�n�_�h�a�r�p�y�_�f�o�o�d� �+� �b�a�r�n�_�p�i�g�_�f�o�o�d�
�
+�b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t� �=� �b�a�r�n�_�e�g�g�_�p�r�o�f�i�t� �+� �b�a�r�n�_�p�i�g�_�p�r�o�f�i�t� �+� �d�e�c�a�d�e�_�c�o�n�s�u�m�e� �-� �b�a�r�n�_�r�e�p�o�r�t�_�f�o�o�d�_�c�o�s�t�
�
+�$�b�a�r�n�_�a�c�c�o�u�n�t�s� �=� �'�<�c�e�n�t�e�r�>�B�A�R�N� �A�C�C�O�U�N�T�S�<�/�c�e�n�t�e�r�>�<�b�r�>�'� �+� �_�
�
+�'�E�g�g�s� �S�o�l�d�:� �<�<�b�a�r�n�_�e�g�g�_�p�r�o�f�i�t�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
+�'�M�e�a�t� �S�o�l�d�:� �<�<�b�a�r�n�_�p�i�g�_�p�r�o�f�i�t�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
+�'�P�i�g� �F�o�o�d�:� �(�<�<�b�a�r�n�_�p�i�g�_�f�o�o�d�>�>�)� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
+�'�C�o�w� �F�o�o�d�:� �(�<�<�b�a�r�n�_�c�o�w�_�f�o�o�d�>�>�)� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
+�'�E�g�g�l�a�y�e�r� �F�o�o�d�:� �(�<�<�b�a�r�n�_�h�a�r�p�y�_�f�o�o�d�>�>�)� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
+�'�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�<�b�r�>�'� �+� �_�
�
+�'� � � � � � � �S�a�v�e�d� �o�n� �G�r�o�c�e�r�i�e�s�:� �<�<�d�e�c�a�d�e�_�c�o�n�s�u�m�e�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
+�'� � � � � � � �T�o�t�a�l� �P�r�o�f�i�t�:� �<�<�b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t�>�>� �s�p�a�r�k�s�'�
�
 �b�a�r�n�_�c�o�w�_�f�o�o�d� �=� �0�
�
 �b�a�r�n�_�h�a�r�p�y�_�f�o�o�d� �=� �0�
�
 �b�a�r�n�_�p�i�g�_�f�o�o�d� �=� �0�
�
@@ -11854,7 +12236,6 @@
 �b�a�r�n�_�c�r�e�a�m�_�p�r�o�f�i�t� �=� �0�
�
 �b�a�r�n�_�e�g�g�_�p�r�o�f�i�t� �=� �0�
�
 �b�a�r�n�_�p�i�g�_�p�r�o�f�i�t� �=� �0�
�
-�b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t� �=� �b�a�r�n�_�r�e�p�o�r�t�_�e�g�g�_�p�r�o�f�i�t� �+� �b�a�r�n�_�r�e�p�o�r�t�_�p�i�g�_�p�r�o�f�i�t� �-� �b�a�r�n�_�r�e�p�o�r�t�_�f�o�o�d�_�c�o�s�t�
�
 �
�
 �$�b�i�l�l�_�m�e�s�s�a�g�e� �=� �'�<�c�e�n�t�e�r�>�B�I�L�L�S� �T�O� �P�A�Y�<�/�c�e�n�t�e�r�>�<�b�r�>�'� �+� �_�
�
 �'�R�e�n�t�a�l� �c�o�s�t�:� �<�<�r�e�n�t�a�l�_�c�o�s�t�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
@@ -11865,14 +12246,6 @@
 �'�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�<�b�r�>�'� �+� �_�
�
 �'� � � � � � � �T�o�t�a�l�:� �<�<�f�i�n�a�l�_�p�a�y�m�e�n�t�>�>� �s�p�a�r�k�s�'�
�
 �
�
-�$�b�a�r�n�_�a�c�c�o�u�n�t�s� �=� �'�<�c�e�n�t�e�r�>�B�A�R�N� �A�C�C�O�U�N�T�S�<�/�c�e�n�t�e�r�>�<�b�r�>�'� �+� �_�
�
-�'�E�g�g�l�a�y�e�r� �I�n�c�o�m�e�:� �<�<�b�a�r�n�_�r�e�p�o�r�t�_�e�g�g�_�p�r�o�f�i�t�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
-�'�P�i�g� �I�n�c�o�m�e�:� �<�<�b�a�r�n�_�r�e�p�o�r�t�_�p�i�g�_�p�r�o�f�i�t�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
-�'�F�o�o�d� �c�o�s�t�s�:� �(�<�<�b�a�r�n�_�r�e�p�o�r�t�_�f�o�o�d�_�c�o�s�t�>�>�)� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
-�'�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�<�b�r�>�'� �+� �_�
�
-�'� � � � � � � �P�r�o�f�i�t�:� �<�<�b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
-�'�	� � � �S�a�v�e�d� �o�n� �G�r�o�c�e�r�i�e�s�:� �<�<�d�e�c�a�d�e�_�c�o�n�s�u�m�e�>�>� �s�p�a�r�k�s�<�b�r�>�'� �+� �_�
�
-�'�	� � � �T�o�t�a�l� �P�r�o�f�i�t�:� �<�<�b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t�+�d�e�c�a�d�e�_�c�o�n�s�u�m�e�>�>� �s�p�a�r�k�s�'�
�
 �
�
 �
�
 �t�m�p�_�l�i�t�e�r�s�_�m�i�l�k� �=� �d�e�c�a�d�e�_�m�i�l�k� �/� �1�0�
�
@@ -11881,13 +12254,25 @@
 �t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�c�r�e�a�m� �=� �d�e�c�a�d�e�_�c�r�e�a�m� � �-� �(�t�m�p�_�l�i�t�e�r�s�_�c�r�e�a�m� �*� �1�0�)�
�
 �t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�c�r�e�a�m� �=� �(�t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�c�r�e�a�m� �*� �1�0�)� �/� �1�0�
�
 �
�
-�$�p�r�o�d�u�c�e�_�m�s�g� �=� �'�<�c�e�n�t�e�r�>�F�O�O�D� �P�R�O�D�U�C�T�I�O�N�<�/�c�e�n�t�e�r�>�<�b�r�>�'� �+� �_�
�
-�'�M�i�l�k�:� �<�<�d�e�c�a�d�e�_�m�i�l�k�/�5�>�>� �b�o�t�t�l�e�s� �(�<�<�t�m�p�_�l�i�t�e�r�s�_�m�i�l�k�>�>�.�<�<�t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�m�i�l�k�>�>� �l�i�t�r�e�s�)�<�b�r�>�'� �+� �_�
�
-�'�C�r�e�a�m�:� �<�<�d�e�c�a�d�e�_�c�r�e�a�m�/�5�>�>� �b�o�t�t�l�e�s� �(�<�<�t�m�p�_�l�i�t�e�r�s�_�c�r�e�a�m�>�>�.�<�<�t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�c�r�e�a�m�>�>� �l�i�t�r�e�s�)�<�b�r�>�'� �+� �_�
�
-�'�E�g�g�s�:� �<�<�d�e�c�a�d�e�_�e�g�g�s�>�>�<�b�r�>�'�
�
-�i�f� �d�e�c�a�d�e�_�s�e�m�e�n� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �+�=� �'�F�i�e�n�d� �S�e�m�e�n� �<�<�d�e�c�a�d�e�_�s�e�m�e�n�>�>� �b�o�t�t�l�e�s�<�b�r�>�'�
�
-�i�f� �d�e�c�a�d�e�_�m�i�n�c�e� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �+�=�'�M�e�a�t�:� �<�<�d�e�c�a�d�e�_�m�e�a�t�>�>�<�b�r�>�V�i�r�g�i�n� �M�e�a�t�:� �<�<�d�e�c�a�d�e�_�v�i�r�g�i�n�>�>�<�b�r�>�M�i�n�c�e�:� �<�<�d�e�c�a�d�e�_�m�i�n�c�e�>�>�'�
�
+�i�f� �d�e�c�a�d�e�_�m�i�l�k� �+� �d�e�c�a�d�e�_�c�r�e�a�m� �+� �d�e�c�a�d�e�_�e�g�g�s� �+� �d�e�c�a�d�e�_�s�e�m�e�n� �+� �d�e�c�a�d�e�_�m�i�n�c�e� �>� �0�:�
�
+�	�$�p�r�o�d�u�c�e�_�m�s�g� �=� �'�<�c�e�n�t�e�r�>�F�O�O�D� �P�R�O�D�U�C�T�I�O�N�<�/�c�e�n�t�e�r�>�<�b�r�>�'�
�
+�	�i�f� �d�e�c�a�d�e�_�e�g�g�s� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �+�=� �'�E�g�g�s�:� �<�<�d�e�c�a�d�e�_�e�g�g�s�>�>�<�b�r�>�'�
�
+�	�i�f� �d�e�c�a�d�e�_�m�i�l�k� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �=� �+�=� �'�M�i�l�k�:� �<�<�d�e�c�a�d�e�_�m�i�l�k�/�5�>�>� �b�o�t�t�l�e�s� �(�<�<�t�m�p�_�l�i�t�e�r�s�_�m�i�l�k�>�>�.�<�<�t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�m�i�l�k�>�>� �l�i�t�r�e�s�)�<�b�r�>�'�
�
+�	�i�f� �d�e�c�a�d�e�_�c�r�e�a�m� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �+�=� �'�C�r�e�a�m�:� �<�<�d�e�c�a�d�e�_�c�r�e�a�m�/�5�>�>� �b�o�t�t�l�e�s� �(�<�<�t�m�p�_�l�i�t�e�r�s�_�c�r�e�a�m�>�>�.�<�<�t�m�p�_�p�a�r�t�_�l�i�t�e�r�s�_�c�r�e�a�m�>�>� �l�i�t�r�e�s�)�<�b�r�>�'�
�
+�	�i�f� �d�e�c�a�d�e�_�m�i�n�c�e� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �+�=� �'�C�h�o�p�p�e�d� �M�e�a�t�:� �<�<�d�e�c�a�d�e�_�m�i�n�c�e�>�>�<�b�r�>�T�e�n�d�e�r�l�o�i�n�:� �<�<�d�e�c�a�d�e�_�m�e�a�t�>�>�<�b�r�>�V�i�r�g�i�n� �M�e�a�t�:� �<�<�d�e�c�a�d�e�_�v�i�r�g�i�n�>�>�'�
�
+�	�i�f� �d�e�c�a�d�e�_�s�e�m�e�n� �>� �0�:� �$�p�r�o�d�u�c�e�_�m�s�g� �+�=� �'�S�p�a�w�n� s� �S�e�m�e�n�:� �<�<�d�e�c�a�d�e�_�s�e�m�e�n�>�>� �b�o�t�t�l�e�s�<�b�r�>�'�
�
+�e�l�s�e�
�
+�	�$�p�r�o�d�u�c�e�_�m�s�g� �=� �'�'�
�
+�e�n�d�
�
 �
�
+�d�e�c�a�d�e�_�e�g�g�s� �=� �0�
�
+�d�e�c�a�d�e�_�m�i�l�k� �=� �0�
�
+�d�e�c�a�d�e�_�c�r�e�a�m� �=� �0�
�
+�d�e�c�a�d�e�_�s�e�m�e�n� �=� �0�
�
+�d�e�c�a�d�e�_�c�o�n�s�u�m�e� �=� �0�
�
+�d�e�c�a�d�e�_�m�i�n�c�e� �=� �0�
�
+�d�e�c�a�d�e�_�m�e�a�t� �=� �0�
�
+�d�e�c�a�d�e�_�v�i�r�g�i�n� �=� �0�
�
 �
�
 �-�-�-� �b�i�l�l�i�n�g� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
@@ -12135,7 +12520,13 @@
 �e�l�s�e�
�
 �	�!�N�O� �T�Y�P�E� �O�V�E�R�R�I�D�E�
�
 �	�!�O�P�T�I�O�N�A�L� �O�V�E�R�R�I�D�E�S� �F�O�R� �A�G�E�
�
-�	�i�f� �c�h�e�a�t�_�e� �=� �1�:�
�
+�	�i�f� �$�s�p�e�c�i�a�l�_�a�g�e� �!� �'�'�:�
�
+�	�	�s�e�e�d�_�a�g�e� �=� �a�g�e�_�c�o�d�e�[�$�s�p�e�c�i�a�l�_�a�g�e�]�
�
+�	�	�i�f� �s�e�e�d�_�a�g�e� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �m�e�t�a�_�t�y�p�e� �=� �1�
�
+�	�	�i�f� �s�e�e�d�_�a�g�e� �=� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]�:� �m�e�t�a�_�t�y�p�e� �=� �2�
�
+�	�	�i�f� �s�e�e�d�_�a�g�e� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �m�e�t�a�_�t�y�p�e� �=� �3�
�
+�	�	�k�i�l�l�v�a�r� �'�$�s�p�e�c�i�a�l�_�a�g�e�'�
�
+�	�e�l�s�e�i�f� �c�h�e�a�t�_�e� �=� �1� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:�
�
 �	�	�m�e�t�a�_�t�y�p�e� �=� �1�
�
 �	�	�c�h�e�a�t�_�f� �=� �0�
�
 �	�	�c�h�e�a�t�_�g� �=� �0�
�
@@ -12143,16 +12534,10 @@
 �	�	�m�e�t�a�_�t�y�p�e� �=� �2�
�
 �	�	�c�h�e�a�t�_�e� �=� �0�
�
 �	�	�c�h�e�a�t�_�g� �=� �0�
�
-�	�e�l�s�e�i�f� �c�h�e�a�t�_�g� �=� �1�:�
�
+�	�e�l�s�e�i�f� �c�h�e�a�t�_�g� �=� �1� �a�n�d� �n�o�_�m�i�l�f� �!� �1�:�
�
 �	�	�m�e�t�a�_�t�y�p�e� �=� �3�
�
 �	�	�c�h�e�a�t�_�e� �=� �0�
�
 �	�	�c�h�e�a�t�_�f� �=� �0�
�
-�	�e�l�s�e�i�f� �$�s�p�e�c�i�a�l�_�a�g�e� �!� �'�'�:�
�
-�	�	�s�e�e�d�_�a�g�e� �=� �a�g�e�_�c�o�d�e�[�$�s�p�e�c�i�a�l�_�a�g�e�]�
�
-�	�	�i�f� �s�e�e�d�_�a�g�e� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �m�e�t�a�_�t�y�p�e� �=� �1�
�
-�	�	�i�f� �s�e�e�d�_�a�g�e� �=� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]�:� �m�e�t�a�_�t�y�p�e� �=� �2�
�
-�	�	�i�f� �s�e�e�d�_�a�g�e� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �m�e�t�a�_�t�y�p�e� �=� �3�
�
-�	�	�$�s�p�e�c�i�a�l�_�a�g�e� �=� �'�'�
�
 �	�e�l�s�e�
�
 �	�	�!�R�A�N�D�O�M� �A�G�E�
�
 �	�	�:�l�o�o�p�_�m�e�t�a�
�
@@ -12186,6 +12571,10 @@
 �!�L�O�A�D� �P�R�E�S�E�T� �C�H�A�R�A�C�T�E�R�I�S�T�I�C�S� �(�m�u�s�t� �d�o� �t�h�i�s� �f�i�r�s�t� �t�o� �a�v�o�i�d� �o�v�e�r�w�r�i�t�i�n�g�)�
�
 �g�s� �'�g�e�t�_�s�t�o�c�k�_�s�e�e�d�'�
�
 �
�
+�!� �O�P�T�I�O�N�A�L� �O�V�E�R�R�I�D�E� �F�O�R� �A�G�E� �I�N� �C�O�M�B�I�N�A�T�I�O�N� �W�I�T�H� �s�p�e�c�i�a�l�_�s�t�o�c�k� �T�Y�P�E� �O�V�E�R�R�I�D�E�
�
+�i�f� �s�p�e�c�i�a�l�_�s�t�o�c�k� �>� �0� �a�n�d� �$�s�p�e�c�i�a�l�_�a�g�e� �!� �'�'�:� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �a�g�e�_�c�o�d�e�[�$�s�p�e�c�i�a�l�_�a�g�e�]�
�
+�k�i�l�l�v�a�r� �'�$�s�p�e�c�i�a�l�_�a�g�e�'�
�
+�
�
 �!�R�O�L�L� �B�A�S�E� �S�T�A�T�S� �N�O�T� �A�L�R�E�A�D�Y� �P�R�E�S�E�T� �(�1� �i�n� �1�2� �c�h�a�n�c�e� �f�o�r� �a�n�y� �s�t�a�t� �t�o� �r�e�m�a�i�n� �z�e�r�o�)�
�
 �s�t�a�t�_�c�o�u�n�t� �=� �a�r�r�s�i�z�e�(�'�$�s�t�o�c�k�a�t�r�'�)�
�
 �a�t�t�r�i�b�u�t�e�_�s�u�m� �=� �1�2� �&�!� �d�o� �n�o�t� �o�v�e�r�w�r�i�t�e� �n�o�n�-�z�e�r�o� �s�t�a�t�s� �f�r�o�m� �g�e�t�_�s�t�o�c�k�_�s�e�e�d� �o�n� �f�i�r�s�t� �p�a�s�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -13214,52 +13603,51 @@
 �	�e�n�d�
�
 �
�
 �	�!�T�R�A�I�T�S�
�
+�	�s�t�o�c�k�[�'�m�e�t�a�b�o�l�i�s�m�'�]� �=� �r�a�n�d�(�1�,�5�)�
�
 �	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
 �	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
 �	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
 �	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
 �	�i�f� �s�t�o�c�k�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �1�:� �s�t�o�c�k�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �2� �&�!� �a�l�l�o�w�e�d� �v�a�l�u�e�s� �a�r�e� �-�1�,� �0�,� �2�,� �s�o� �c�h�a�n�g�e� �1� �t�o� �2�
�
 �	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �1�:� �s�t�o�c�k�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�c�o�u�r�a�g�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
-�	�s�t�o�c�k�[�'�m�e�t�a�b�o�l�i�s�m�'�]� �=� �3�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�m�e�t�a�b�o�l�i�s�m�'�]� �=� �r�a�n�d�(�1�,�5�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�g�r�a�c�e�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
-�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�e�x�p�r�e�s�s�i�o�n�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �=� �1� �
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�n�u�r�s�e�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�s�e�r�v�i�c�e�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�e�n�c�h�a�n�t�e�r�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�a�r�t�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�m�u�s�i�c�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �8�:� �s�t�o�c�k�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�c�o�u�r�a�g�e�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�g�r�a�c�e�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
+�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�e�x�p�r�e�s�s�i�o�n�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �=� �1� �
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�n�u�r�s�e�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�s�e�r�v�i�c�e�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�e�n�c�h�a�n�t�e�r�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�a�r�t�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�m�u�s�i�c�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�5�)� �=� �8�:� �s�t�o�c�k�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �=� �1�
�
 �
�
 �	�!�i�f� �a� �=� �3�1�:�
�
 �	�!� �c�h�a�n�c�e� �=� �r�a�n�d�(�1�,�2�)�
�
 �	�!� �s�t�o�c�k�[�'�m�e�m�o�r�y�'�]� �=� �i�i�f�(�c�h�a�n�c�e� �=� �1�,� �-�1�,� �1�)�
�
 �	�!�e�n�d�
�
 �
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�m�e�e�k�n�e�s�s�'�]� �=� �r�a�n�d�(�-�2�,�5�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�s�e�l�f�e�s�t�e�e�m�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�d�e�x�t�e�r�i�t�y�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
-�	�i�f� �r�a�n�d�(�1�,� �2�0�)� �=� �1�:� �s�t�o�c�k�[�'�c�o�m�p�a�s�s�i�o�n�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�m�e�e�k�n�e�s�s�'�]� �=� �r�a�n�d�(�-�2�,�5�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�s�e�l�f�e�s�t�e�e�m�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�d�e�x�t�e�r�i�t�y�'�]� �=� �r�a�n�d�(�-�1�,�1�)�
�
+�	�i�f� �r�a�n�d�(�1�,� �1�2�)� �=� �1�:� �s�t�o�c�k�[�'�c�o�m�p�a�s�s�i�o�n�'�]� �=� �r�a�n�d�(�-�1�,�2�)�
�
 �
�
 �	�!�I�L�L�N�E�S�S�
�
 �	�i�f� �r�a�n�d�(�1�,� �5�)� �=� �1�:� �s�t�o�c�k�[�'�i�l�l�'�]� �=� �1�
�
@@ -13445,7 +13833,7 @@
 �
�
 �$�s�t�o�c�k�[�'�c�l�o�t�h�'�]� �=� �'�3>;0O'�
�
 �
�
-�s�t�o�c�k�[�'�n�e�g�_�s�l�a�v�e�'�]� �=� �1� �+� �s�t�o�c�k�[�'�p�r�i�d�e�'�]� �+� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �+� �s�t�o�c�k�[�'�e�g�o�'�]� �-� �s�t�o�c�k�[�'�c�u�s�t�o�m�'�]�
�
+�s�t�o�c�k�[�'�n�e�g�_�s�l�a�v�e�'�]� �=� �1� �+� �s�t�o�c�k�[�'�p�r�i�d�e�'�]� �+� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �+� �s�t�o�c�k�[�'�e�g�o�'�]� �+� �s�t�o�c�k�[�'�i�n�t�e�l�l�e�c�t�'�]� �-� �s�t�o�c�k�[�'�r�a�t�i�o�n�a�l�'�]� �-� �s�t�o�c�k�[�'�c�u�s�t�o�m�'�]�
�
 �s�t�o�c�k�[�'�n�e�w�n�e�s�s�'�]� �=� �1�0� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
 �s�t�o�c�k�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �2� �&�!� �s�t�a�b�l�e� �d�i�e�t�
�
 �
�
@@ -13453,6 +13841,12 @@
 �s�t�o�c�k�[�'�c�a�l�o�r�i�e�s�'�]� �=� �s�t�o�c�k�[�'�s�t�a�m�i�n�a�'�]�
�
 �s�t�o�c�k�[�'�e�n�e�r�g�y�'�]� �=� �s�t�o�c�k�[�'�s�t�a�m�i�n�a�'�]�
�
 �
�
+�!�D�E�V�O�T�I�O�N� �S�T�A�R�T�S� �A�T� �N�E�G�A�T�I�V�E� �T�E�N� �R�A�T�E� �S�O� �F�O�R�C�I�N�G� �R�U�L�E�S� �D�O�E�S� �N�O�T� �E�X�T�E�N�D� �D�E�V�O�T�I�O�N� �R�A�M�P�
�
+�s�t�o�c�k�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �=� �-�1�0�
�
+�
�
+�!�S�A�N�I�T�Y� �C�H�E�C�K�
�
+�i�f� �(�s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �+� �s�t�o�c�k�[�'�e�g�o�'�]� �+� �s�t�o�c�k�[�'�p�r�i�d�e�'�]�)� �<� �3�:� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �=� �0� �&� �s�t�o�c�k�[�'�p�r�i�d�e�'�]� �=� �0� �&�!� �t�e�m�p�e�r� �a�n�d� �p�r�i�d�e� �w�o�u�l�d� �d�r�o�p� �t�o� �z�e�r�o� �a�t� �t�h�e� �n�e�x�t� �u�p�d�a�t�e�,� �s�o� �t�a�k�e� �t�h�a�t� �i�n�t�o� �a�c�c�o�u�n�t� �f�o�r� �d�i�s�p�l�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�
�
 �!�P�R�E�P�A�R�E� �T�R�A�I�T� �L�I�S�T� �F�O�R� �D�I�S�P�L�A�Y� �(�N�O�T� �E�V�E�R�Y�T�H�I�N�G� �I�S� �V�I�S�I�B�L�E� �B�E�F�O�R�E� �A�C�Q�U�I�S�I�T�I�O�N�)�
�
 �g�s� �'�$�s�t�o�c�k�_�t�r�a�i�t�s�'�
�
 �
�
@@ -13830,8 +14224,9 @@
 �!�c�h�a�n�g�e� �i�t�e�m� �i�n� �t�h�e� �s�e�l�e�c�t�e�d� �s�l�o�t�
�
 �i�f� �i�s�_�h�o�m�e� �=� �0� �a�n�d� �$�r�e�t�u�r�n�_�l�o�c�k� �!� �'�n�o�n�e�'�:�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�m�e�n�u�_�f�o�r�m�'�
�
-�	�d�y�n�a�m�i�c� �$�h�o�m�e�_�s�o�u�n�d�s� �&�!� �b�e�f�o�r�e� �i�s�_�h�o�m�e� �=� �1�
�
 �	�m�e�n�u�_�f�o�r�m� �=� �0�
�
+�	�g�s� �'�$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�'�,� �'�h�o�m�e�'� �&�!� �c�h�e�c�k� �f�o�r� �a�n� �e�v�e�n�t� �w�h�e�n� �r�e�t�u�r�n�i�n�g� �h�o�m�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�a�m�i�c� �$�h�o�m�e�_�s�o�u�n�d�s� �&�!� �b�e�f�o�r�e� �i�s�_�h�o�m�e� �=� �1�
�
 �	�i�s�_�h�o�m�e� �=� �1�
�
 �e�n�d�
�
 �
�
@@ -14236,68 +14631,68 @@
 �d�e�m�a�n�d�[�'�m�a�x�_�f�a�t�'�]� �=� �9�9�
�
 �d�e�m�a�n�d�[�'�m�i�n�_�f�a�t�'�]� �=� �1�
�
 �d�y�n�a�m�i�c� �$�b�u�y�e�r�_�d�e�m�a�n�d�[�$�n�p�c�_�i�d�]�
�
-�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �d�e�m�a�n�d�[�'�r�e�f�u�s�e�_�a�g�e�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a� �<�<�$�a�g�e�[�d�e�m�a�n�d�[�"�r�e�f�u�s�e�_�a�g�e�"�]�]�>�>� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
+�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �d�e�m�a�n�d�[�'�r�e�f�u�s�e�_�a�g�e�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a� �<�<�$�a�g�e�[�d�e�m�a�n�d�[�"�r�e�f�u�s�e�_�a�g�e�"�]�]�>�>� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
 �i�f� �d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]� �!� �0�:�
�
-�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �!� �d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �o�n�l�y� �w�a�n�t� �a� �<�<�$�a�g�e�[�d�e�m�a�n�d�[�"�a�g�r�e�e�_�a�g�e�"�]�]�>�>� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
+�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �!� �i�i�f�(�n�o�_�l�o�l�i� �=� �1� �a�n�d� �d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�,� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]�,� �d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]�)�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �o�n�l�y� �w�a�n�t� �a� �<�<�$�a�g�e�[�d�e�m�a�n�d�[�"�a�g�r�e�e�_�a�g�e�"�]�]�>�>� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�m�a�n�d�[�'�n�o�w�i�t�c�h�e�s�'�]� �=� �1�:�
�
 �	�i�f� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �0�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a� �w�i�t�c�h�!�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a� �w�i�t�c�h�!�'� �&� �e�x�i�t�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�e�n�c�h�a�n�t�e�r�'�]� �>� �0�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a� �w�i�t�c�h�!�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a� �w�i�t�c�h�!�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�m�a�n�d�[�'�p�u�r�e�'�]� �=� �1�:�
�
 �	�i�f� �s�l�a�v�e�[�'�o�r�a�l�'�]� �>� �1� �o�r� �s�l�a�v�e�[�'�p�e�n�e�t�r�a�t�i�o�n�'�]� �>� �1� �o�r� �s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �>� �1� �o�r� �s�l�a�v�e�[�'�f�e�t�i�s�h�i�s�m�'�]� �>� �1� �o�r� �s�l�a�v�e�[�'�o�r�g�y�'�]� �>� �1� �o�r� �s�l�a�v�e�[�'�x�e�n�o�p�h�i�l�y�'�]� �>� �1�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�h�o� �i�s� �s�e�x�u�a�l�l�y� �p�u�r�e�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�h�o� �i�s� �s�e�x�u�a�l�l�y� �p�u�r�e�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�m�a�n�d�[�'�n�o�p�e�r�v�e�r�s�i�o�n�'�]� �=� �1�:�
�
 �	�i�f� �s�l�a�v�e�[�'�f�e�t�i�s�h�i�s�m�'�]� �>� �1� �o�r� �s�l�a�v�e�[�'�x�e�n�o�p�h�i�l�y�'�]� �>� �1� �o�r� �(�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�)�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�i�t�h�o�u�t� �p�e�r�v�e�r�s�i�o�n�s�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�i�t�h�o�u�t� �p�e�r�v�e�r�s�i�o�n�s�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�m�a�n�d�[�'�n�o�t�a�t�t�o�o�s�'�]� �=� �1�:�
�
 �	�i�f� �s�l�a�v�e�[�'�t�a�t�t�o�o�'�]� �>� �1�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a�n�y� �t�a�t�t�o�o�s�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �d�o� �n�o�t� �w�a�n�t� �a�n�y� �t�a�t�t�o�o�s�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �k�i�l�l�v�a�r� �'�v�i�r�g�i�n�_�p�r�i�c�e�'�
�
 �i�f� �d�e�m�a�n�d�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �1�:�
�
 �	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �>� �1�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �v�i�r�g�i�n�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �v�i�r�g�i�n�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�m�a�n�d�[�'�s�e�l�f�t�o�r�t�u�r�e�'�]� �>� �0�:�
�
 �	�i�f� �s�l�a�v�e�[�'�s�u�b�_�s�e�l�f�p�a�i�n�'�]� �<� �d�e�m�a�n�d�[�'�s�e�l�f�t�o�r�t�u�r�e�'�]�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �m�o�r�e� �s�k�i�l�l�e�d� �i�n� �s�e�l�f�-�t�o�r�t�u�r�e�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �m�o�r�e� �s�k�i�l�l�e�d� �i�n� �s�e�l�f�-�t�o�r�t�u�r�e�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�i�f� �d�e�m�a�n�d�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �1�:�
�
+�i�f� �d�e�m�a�n�d�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �1� �o�r� �b�u�y�e�r�_�f�r�o�m�_�h�o�u�s�e� �=� �1�:�
�
 �	�i�f� �s�l�a�v�e�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�i�n�t�e�r�e�s�t�i�n�g�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�n�p�c�_�i�d�]�]� �=� �0�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�2� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�i�t�h� �t�h�e� �r�e�q�u�i�r�e�d� �s�p�e�c�i�a�l�i�s�a�t�i�o�n�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�2� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�i�t�h� �t�h�e� �r�e�q�u�i�r�e�d� �s�p�e�c�i�a�l�i�s�a�t�i�o�n�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �d�e�m�a�n�d�[�'�a�r�t�i�s�t�'�]� �>� �0�:�
�
 �	�i�f� �m�a�x�(�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]�,� �s�l�a�v�e�[�'�m�u�s�i�c�'�]�,� �s�l�a�v�e�[�'�a�r�t�'�]�)� �<� �d�e�m�a�n�d�[�'�a�r�t�i�s�t�'�]�:�
�
-�	�	�s�l�_�t�x�t� �=� �1�0�2� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�i�t�h� �m�o�r�e� �a�r�t�i�s�t�i�c� �t�r�a�i�n�i�n�g�.�'� �&� �e�x�i�t�
�
+�	�	�s�l�_�t�x�t� �=� �1�0�2� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �s�l�a�v�e� �w�i�t�h� �m�o�r�e� �a�r�t�i�s�t�i�c� �t�r�a�i�n�i�n�g�.�'� �&� �e�x�i�t�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�i�f� �s�l�a�v�e�[�'�e�x�o�t�i�c�'�]� �>� �d�e�m�a�n�d�[�'�m�a�x�_�e�x�o�t�i�c�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �l�e�s�s� �e�x�o�t�i�c� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
-�i�f� �s�l�a�v�e�[�'�e�x�o�t�i�c�'�]� �<� �d�e�m�a�n�d�[�'�m�i�n�_�e�x�o�t�i�c�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �m�o�r�e� �e�x�o�t�i�c� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
-�i�f� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]� �<� �d�e�m�a�n�d�[�'�m�i�n�_�b�e�a�u�t�y�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�I� �w�a�n�t� �a� �m�o�r�e� �b�e�a�u�t�i�f�u�l� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
-�!�i�f� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �=� �0�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�S�h�e� �d�o�e�s� �n�o�t� �h�a�v�e� �y�o�u�r� �b�r�a�n�d�.�'� �&� �e�x�i�t�
�
-�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �<� �d�e�m�a�n�d�[�'�m�i�n�_�f�a�t�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�S�h�e� �i�s� �t�o�o� �t�h�i�n�.�'� �&� �e�x�i�t�
�
-�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �>� �d�e�m�a�n�d�[�'�m�a�x�_�f�a�t�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�t�e�x�t�[�1�]� �=� �'�S�h�e� �i�s� �t�o�o� �f�a�t�.�'� �&� �e�x�i�t�
�
+�i�f� �s�l�a�v�e�[�'�e�x�o�t�i�c�'�]� �>� �d�e�m�a�n�d�[�'�m�a�x�_�e�x�o�t�i�c�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �l�e�s�s� �e�x�o�t�i�c� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
+�i�f� �s�l�a�v�e�[�'�e�x�o�t�i�c�'�]� �<� �d�e�m�a�n�d�[�'�m�i�n�_�e�x�o�t�i�c�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �m�o�r�e� �e�x�o�t�i�c� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
+�i�f� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]� �<� �d�e�m�a�n�d�[�'�m�i�n�_�b�e�a�u�t�y�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�I� �w�a�n�t� �a� �m�o�r�e� �b�e�a�u�t�i�f�u�l� �s�l�a�v�e�.�'� �&� �e�x�i�t�
�
+�!�i�f� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �=� �0�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�S�h�e� �d�o�e�s� �n�o�t� �h�a�v�e� �y�o�u�r� �b�r�a�n�d�.�'� �&� �e�x�i�t�
�
+�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �<� �d�e�m�a�n�d�[�'�m�i�n�_�f�a�t�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�S�h�e� �i�s� �t�o�o� �t�h�i�n�.�'� �&� �e�x�i�t�
�
+�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �>� �d�e�m�a�n�d�[�'�m�a�x�_�f�a�t�'�]�:� �s�l�_�t�x�t� �=� �1�0�0� �&� �$�r�e�f�u�s�e�_�t�x�t� �=� �'�S�h�e� �i�s� �t�o�o� �f�a�t�.�'� �&� �e�x�i�t�
�
 �
�
 �i�f� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0� �o�r� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �2�:� �s�l�_�t�x�t� �=� �1�0�4� �&� �e�x�i�t�
�
 �!� �o�r� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0� �&�!� �r�e�m�o�v�e�d� �f�r�o�m� �l�i�n�e� �a�b�o�v�e� �b�e�c�a�u�s�e� �h�o�w� �w�o�u�l�d� �t�h�e� �b�u�y�e�r� �k�n�o�w�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�s�
�
@@ -14312,8 +14707,9 @@
 �	�!�c�h�a�r�m�_�d�e�m�a�n�d� �=� �r�a�n�d�(�5�,�c�h�a�r�m�_�d�e�m�a�n�d�_�m�a�x�)�
�
 �	�	�	�	�	�	�	�	�	�c�h�a�r�m�_�d�e�m�a�n�d� �=� �6� � �&�!� �r�e�q�u�i�r�e� �D�-� �c�h�a�r�m� �(� �6�+�)� �a�t� �F�-�/�D�-�/�D�+� �r�a�t�i�n�g� � � � �(�0�-�2�)�
�
 �	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �3�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�2� �&�!� �r�e�q�u�i�r�e� �C�-� �c�h�a�r�m� �(�1�2�+�)� �a�t� �C�-�/�C�+� �r�a�t�i�n�g� � � � � � � �(�3�-�4�)�
�
-�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �5�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�6� �&�!� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�6�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
-�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �7�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �2�0� �&�!� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�0�+�)� �a�t� �A�-�/�A�+�/�S�-�/�S�+� �r�a�t�i�n�g� �(�7�-�1�0�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �5�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�8� �&�!� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�8�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �7�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �2�4� �&�!� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�4�+�)� �a�t� �A�-�/�A�+� �r�a�t�i�n�g� � � � � � � �(�7�-�8�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �9�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �3�8� �&�!� �r�e�q�u�i�r�e� �S�+� �c�h�a�r�m� �(�3�8�+�)� �a�t� �S�-�/�S�+� �r�a�t�i�n�g� � � � � � � �(�9�-�1�0�)�
�
 �	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m�:� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �d�a�y�
�
 �	�i�f� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �>� �0�:� �s�l�_�t�x�t� �=� �1�0�3� �&� �e�x�i�t�
�
 �e�n�d�
�
@@ -14368,6 +14764,7 @@
 �
�
 �#� �s�l�a�v�e�_�s�e�l�l�_�d�o�n�e�
�
 �!� ( �! � �  � � + �'!"# �&#
�
+�!�u�n�u�s�e�d� �l�o�c�a�t�i�o�n�
�
 �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]� �-�=� �s�e�l�l�_�p�r�i�c�e�
�
 �s�p�a�r�k�s� �+�=� �s�e�l�l�_�p�r�i�c�e�
�
 �
�
@@ -14403,6 +14800,22 @@
 �!�N�e�x�t� �D�a�y�
�
 �!�O�v�e�r�h�a�u�l�e�d� �b�y� �c�r�u�s�h�b�o�s�s�
�
 �
�
+�!� �f�o�r�f�e�i�t� �o�c�c�u�p�i�e�d� �r�e�n�t�a�l�s� �a�n�d� �t�h�e�i�r� �o�c�c�u�p�a�n�t�s� �i�f� �e�n�d�i�n�g� �d�a�y� �i�n� �t�h�e� �s�l�u�m�s� �(�m�o�v�i�n�g� �t�o� �a�n�o�t�h�e�r� �r�e�n�t�a�l� �s�a�m�e� �d�a�y� �s�i�m�p�l�y� �t�r�a�n�s�f�e�r�s� �s�l�a�v�e�s� �t�o� �e�q�u�i�v�a�l�e�n�t� �r�e�n�t�a�l� �i�n� �n�e�w� �r�e�s�i�d�e�n�c�e� �b�u�i�l�d�i�n�g�)�
�
+�i�f� �$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
+�	�d�u�n�g�e�o�n� �=� �0�
�
+�	�b�a�r�n� �=� �0�
�
+�	�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�p�r�i�s�o�n�e�r�'�
�
+�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�f�a�r�m�h�a�n�d�'�
�
+�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�h�a�r�p�y�'�
�
+�	�i�f� �c�o�w�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�c�o�w�'�
�
+�	�i�f� �p�i�g�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�p�i�g�'�
�
+�	�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �>� �0�:�
�
+�	�	�p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�
�
+�	�	�t�e�n�t�a�c�l�e�_�s�i�z�e� �=� �0�
�
+�	�	�t�e�n�t�a�c�l�e�_�h�p� �=� �0�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
 �g�s� �'�#�v�a�r�_�b�a�s�e�'�
�
 �g�s� �'�#�t�x�t�'� �&�!� �a�f�t�e�r� �#�v�a�r�_�b�a�s�e�
�
 �g�s� �'�#�t�x�t�_�2�'� �&�!� �a�f�t�e�r� �#�v�a�r�_�b�a�s�e�
�
@@ -14448,7 +14861,7 @@
 �	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�n�c�l�u�d�e�s� �d�e�a�d�,� �c�o�n�s�c�i�o�u�s� �a�n�d� �f�a�i�n�t�e�d�
�
 �
�
 �	�	�!�R�e�s�e�t� �m�o�o�d� �r�a�t�e� �d�a�i�l�y� �(�p�e�r�s�i�s�t�e�n�t� �e�f�f�e�c�t�s� �g�o� �i�n� �m�o�o�d�l�e�t�s�)�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �=� �0�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �=� �0� �&�!� �t�h�i�s� �v�a�r� �i�s� �a�d�j�u�s�t�e�d� �l�a�t�e�r� �i�n� �n�e�x�t�_�d�a�y�
�
 �	�	�!�n�o�t�e� �m�o�o�d� �i�s� �n�o�t� �r�e�s�e�t� �y�e�t�,� �s�o� �t�h�e� �e�n�d�i�n�g� �m�o�o�d� �f�o�r� �t�h�e� �d�a�y� �r�e�m�a�i�n�s� �u�n�c�h�a�n�g�e�d� �a�n�d� �c�a�n� �b�e� �r�e�f�e�r�e�n�c�e�d� �u�n�t�i�l� �t�h�e� �e�n�d� �o�f� �n�e�x�t�_�d�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�!�L�o�w�e�r� �r�e�h�a�b�i�l�i�t�a�t�i�o�n� �t�i�m�e� �b�y� �o�n�e� �e�a�c�h� �d�a�y� �o�r� �r�e�s�e�t� �i�t� �t�o� �z�e�r�o� �i�f� �n�e�g�a�t�i�v�e�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �!� �0�:� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �=� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �-� �1�)�
�
@@ -14481,14 +14894,27 @@
 �
�
 �d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�u�p�d�a�t�e�_�d�a�i�l�y�_�s�l�a�v�e�_�v�a�r�s�'�,� �'�$�u�n�f�r�o�z�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �a�l�l� �e�x�c�e�p�t� �i�c�e�d� �(�s�e�e� �#�d�y�n�a�m�i�c� �a�n�d� �#�s�t�a�t�i�c�_�b�a�s�e�)�
�
 �
�
+�!�d�e�c�r�e�m�e�n�t� �p�o�s�i�t�i�v�e� �a�n�d� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s�
�
+�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p�'�,� �1�
�
+�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�r�i�s�e�'�,� �1�
�
+�$�n�e�x�t�_�d�a�y�_�m�o�o�d�l�e�t�_�m�a�g�n�i�t�u�d�e�_�u�p�d�a�t�e� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1� �&�!� �l�o�w�e�r� �m�a�g�n�i�t�u�d�e� �o�f� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s� �b�y� �1�
�
+�	�	�g�s� �'�$�m�o�o�d�_�r�i�s�e�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1� �&�!� �l�o�w�e�r� �m�a�g�n�i�t�u�d�e� �o�f� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s� �b�y� �1�
�
+�	�e�n�d�
�
+�}�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�m�o�o�d�l�e�t�_�m�a�g�n�i�t�u�d�e�_�u�p�d�a�t�e�'�,� �'�$�u�n�f�r�o�z�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�
�
+�
�
 �!�D�e�b�u�g�
�
 �!�m�s�g� �'�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �=� �<�<�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t�>�>�'�
�
 �i�f� �s�e�a�r�c�h�[�'�a�c�t�i�v�e�'�]� �=� �1�:� �g�s� �'�$�e�x�p�e�r�t�_�s�e�a�r�c�h�'�
�
 �n�p�c� �=� �0�
�
 �
�
-�d�e�b�t�_�c�o�u�n�t� �-�=� �1�
�
-�i�f� �d�e�b�t�_�c�o�u�n�t� �<� �0� �a�n�d� �d�e�b�t� �>� �0�:�
�
-�	�d�y�n�a�m�i�c� �$�d�e�a�t�h�,� �'�A�s� �i�n� �a�n�y� �o�t�h�e�r� �c�i�t�y�,� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e� �i�t� �i�s� �r�e�c�k�l�e�s�s� �t�o� �f�o�r�g�e�t� �t�o� �r�e�p�a�y� �m�o�n�e�y� �y�o�u� �h�a�v�e� �b�o�r�r�o�w�e�d�.� �Y�o�u� �d�i�e�d� �a� �d�i�s�g�r�a�c�e�f�u�l� �d�e�a�t�h� �a�t� �t�h�e� �h�a�n�d� �o�f� �t�h�e� �m�o�n�e�y�l�e�n�d�e�r� s� �h�e�n�c�h�m�e�n�& '�
�
+�i�f� �d�e�b�t�_�c�o�u�n�t� �>� �0�:�
�
+�	�d�e�b�t�_�c�o�u�n�t� �-�=� �1�
�
+�	�i�f� �d�e�b�t�_�c�o�u�n�t� �=� �0� �a�n�d� �d�e�b�t� �>� �0�:�
�
+�	�	�d�y�n�a�m�i�c� �$�d�e�a�t�h�,� �'�A�s� �i�n� �a�n�y� �o�t�h�e�r� �c�i�t�y�,� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e� �i�t� �i�s� �r�e�c�k�l�e�s�s� �t�o� �f�o�r�g�e�t� �t�o� �r�e�p�a�y� �m�o�n�e�y� �y�o�u� �h�a�v�e� �b�o�r�r�o�w�e�d�.� �Y�o�u� �d�i�e�d� �a� �d�i�s�g�r�a�c�e�f�u�l� �d�e�a�t�h� �a�t� �t�h�e� �h�a�n�d� �o�f� �t�h�e� �m�o�n�e�y�l�e�n�d�e�r� s� �h�e�n�c�h�m�e�n�& '�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
 �s�t�o�c�k�_�l�i�m�i�t� �=� �r�a�n�d�(�5�,�8�)�
�
@@ -14553,10 +14979,6 @@
 �
�
 �!�B�e�g�i�n�n�i�n�g� �o�f� �a�s�s�i�s�t�a�n�t� �c�h�e�c�k�s� �-� �n�o� �c�a�l�c�u�l�a�t�i�o�n�s� �i�f� �n�o� �a�s�s�i�s�t�a�n�t� �e�x�i�s�t�s� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�,� �1�
�
-�	�a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3� �+� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�
�
-�	�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]�/�3�
�
-�
�
 �	�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �a�s�s�i�s�t�a�n�t�
�
 �	�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �m�a�s�t�e�r�_�m�e�d�i�c� �<� �5�:�
�
@@ -14586,11 +15008,7 @@
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�b�r�a�n�d�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �1�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�b�r�a�n�d�'�]� �=� �3�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �1�
�
 �
�
-�	�!�N�o�r�m�a�l�i�z�e� �m�o�o�d� �a�n�d� �a�r�o�u�s�a�l� �a�n�d� �c�l�e�a�r� �m�e�r�i�t� �a�n�d� �g�u�i�l�t� �f�o�r� �a�s�s�i�s�t�a�n�t� �-� �c�r�u�s�h�b�o�s�s� �(�s�i�m�p�l�i�f�i�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�	�a�s�s�i�s�t�a�n�t�[�'�m�o�o�d�'�]� �=� �1� �&�!� �o�v�e�r�r�i�d�e� �m�o�o�d� �i�t�s�e�l�f� �t�o� �m�i�t�i�g�a�t�e� �o�v�e�r�n�i�g�h�t� �m�o�o�d� �d�e�b�u�f�f�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�m�o�o�d�'�]� �=� �1�0� �&�!� �+�1� �m�o�o�d� �f�o�r� �b�e�i�n�g� �t�r�u�s�t�e�d� �w�i�t�h� �a�s�s�i�s�t�a�n�t� �r�o�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�
�
-�	�!�r�e�s�e�t� �a�l�l� �t�h�a�t� �d�o�e�s� �n�o�t� �a�f�f�e�c�t� �t�h�e� �a�s�s�i�s�t�a�n�t�
�
+�	�!� �C�l�e�a�r� �m�e�r�i�t� �a�n�d� �g�u�i�l�t� �f�o�r� �a�s�s�i�s�t�a�n�t� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�s�i�n�'�]� �=� �0�
�
 �
�
@@ -14606,15 +15024,15 @@
 �	�!�a�d�d�e�d� �c�h�e�c�k� �f�o�r� �h�e�a�l�t�h� �a�n�d� �u�n�c�o�n�s�c�i�o�u�s�n�e�s�s�,� �i�f� �h�e�a�l�t�h� �i�s� �z�e�r�o� �o�r� �i�f� �s�h�e� �i�s� �l�y�i�n�g� �u�n�c�o�n�s�c�i�o�u�s�,� �t�h�e� �s�l�a�v�e� �w�i�l�l� �n�o�t� �b�e� �a�b�l�e� �t�o� �e�s�c�a�p�e� �o�r� �a�t�t�a�c�k� �-� �t�h�e�_�v�m�
�
 �	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �
�
-�	�	�i�f� �s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0� �a�n�d� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �-�1� �a�n�d� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�:�
�
 �	�	�	�n� �=� �7� �+� �m�a�s�t�e�r�_�c�h�a� �-� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�
�
 �	�	�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�	�	�n� �+�=� �a�s�s�i�s�t�a�n�t�[�'�i�n�t�e�l�l�e�c�t�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�
�
 �	�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�p�e�r�v�i�s�e�_�r�u�l�e�'�]� �=� �1�:� �n� �+�=� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�'�]�
�
 �	�	�	�e�n�d�
�
 �
�
-�	�	�	�i�f� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�n�)� �=� �1�:�
�
-�	�	�	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0� �a�n�d� �(�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�)� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�	�i�f� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�n�)� �=� �1�:�
�
+�	�	�	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0� �a�n�d� �(�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�)� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�	�	�s�l�a�v�e�_�a�t�t�a�c�k� �=� �1�
�
 �	�	�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �0�:�
�
 �	�	�	�	�	�!�S�l�a�v�e� �w�i�t�h�o�u�t� �c�o�l�l�a�r� �w�i�l�l� �e�s�c�a�p�e� �s�u�c�c�e�s�s�f�u�l�l�y� �u�n�l�e�s�s� �s�h�e� �h�a�s� �a� �m�a�g�i�c�a�l� �b�r�a�n�d�
�
@@ -14634,7 +15052,7 @@
 �	�	�e�n�d�
�
 �
�
 �	�	�!�A�d�d�e�d� �a�n� �e�x�t�r�a� �c�h�a�n�c�e� �f�o�r� �t�h�e� �s�l�a�v�e� �t�o� �t�u�r�n� �o�n� �h�e�r� �m�a�s�t�e�r� �a�n�d� �a�t�t�a�c�k� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�l�a�x�e�d� �c�o�n�d�i�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �2� �a�n�d� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �3� �a�n�d� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0� �a�n�d� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)� �<� �2� �a�n�d� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �2� �a�n�d� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �3� �a�n�d� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0� �a�n�d� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)� �<� �2� �a�n�d� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0�:�
�
 �	�	�	�s�l�a�v�e�_�a�t�t�a�c�k� �=� �1�
�
 �	�	�	�s�l�a�v�e�_�e�s�c�a�p�e� �=� �0�
�
 �	�	�e�n�d�
�
@@ -14645,7 +15063,7 @@
 �	�	�	�s�l�a�v�e�_�a�t�t�a�c�k� �=� �0�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�i�f� �s�l�a�v�e�[�'�m�o�o�d�'�]� �=� �-�5� �a�n�d� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �m�a�x�(�s�l�a�v�e�[�'�e�g�o�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)� �a�n�d� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�1�)� �<� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�:� �s�l�a�v�e�_�s�u�i�c�i�d�e� �=� �1� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�0�,� �1�0�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�m�o�o�d�'�]� �=� �-�5� �a�n�d� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �m�a�x�(�s�l�a�v�e�[�'�e�g�o�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)� �a�n�d� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�1�)� �<� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�:� �s�l�a�v�e�_�s�u�i�c�i�d�e� �=� �1� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�0�,� �1�0�)�
�
 �
�
 �	�e�n�d� �&�!� �e�n�d� �h�e�a�l�t�h� �a�n�d� �c�o�n�s�c�i�o�u�s�n�e�s�s� �c�h�e�c�k�
�
 �
�
@@ -14663,9 +15081,9 @@
 �e�n�d� �&�!� �e�n�d� �o�f� �n�o�t�-�s�l�e�e�p�i�n�g�-�i�n�-�d�u�n�g�e�o�n� �c�h�e�c�k�
�
 �
�
 �!�S�l�a�v�e� �C�o�o�k� �r�u�l�e�
�
-�i�f� �k�i�t�c�h�e�n� �>� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>�=� �-�6� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �-�2�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�,� �1�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �3�,� �1�,� �0�)�:�
�
+�i�f� �k�i�t�c�h�e�n� �>� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �0� �a�n�d� �a�t�e�_�a�l�r�e�a�d�y� �<� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>�=� �-�6� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �-�2�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�,� �1�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �3�,� �1�,� �0�)�:�
�
 �	�s�l�a�v�e�_�a�u�t�o�_�c�o�o�k� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
-�	�c�o�o�k�e�d�_�f�o�o�d� �=� �s�l�a�v�e�[�'�c�o�o�k�'�]�
�
+�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �m�i�n�(�s�l�a�v�e�[�'�c�o�o�k�'�]�,� �m�a�x�(�1�,� �s�l�a�v�e�[�'�m�o�o�d�'�]�)�)� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�$�m�i�s�c�_�b�o�n�u�s� �=� �'�l�e�a�r�n�_�b�o�n�u�s�[�"�c�o�o�k�"�]�'�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�c�o�o�k�'�
�
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�
�
@@ -14682,9 +15100,10 @@
 �e�n�d�
�
 �
�
 �!�A�s�s�i�s�t�a�n�t� �C�o�o�k�s� �R�u�l�e� �(�o�r� �i�f� �s�l�a�v�e� �w�a�s� �s�u�p�p�o�s�e�d� �t�o� �d�o� �i�t� �b�u�t� �d�i�d� �n�o�t�)�
�
-�i�f� �k�i�t�c�h�e�n� �>� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �(�a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1� �o�r� �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1�)� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>�=� �0�:�
�
+�i�f� �k�i�t�c�h�e�n� �>� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �0� �a�n�d� �a�t�e�_�a�l�r�e�a�d�y� �<� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �(�a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1� �o�r� �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1�)� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>�=� �0�:�
�
 �	�a�s�s�i�s�t�a�n�t�_�a�u�t�o�_�c�o�o�k� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
-�	�c�o�o�k�e�d�_�f�o�o�d� �=� �m�i�n�(�a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�)�
�
+�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]�,� �m�a�x�(�1�,� �a�s�s�i�s�t�a�n�t�[�'�m�o�o�d�'�]�)�)�
�
+�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �s�l�a�v�e�_�s�k�i�l�l� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�$�m�i�s�c�_�b�o�n�u�s� �=� �'�l�e�a�r�n�_�b�o�n�u�s�[�"�c�o�o�k�"�]�'�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�c�o�o�k�'�
�
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�
�
@@ -14700,18 +15119,46 @@
 �	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �e�n�d�
�
 �
�
-�!�M�a�s�t�e�r� �w�i�l�l� �m�a�k�e� �a� �m�e�a�l� �i�f� �n�o� �o�n�e� �e�l�s�e� �d�o�e�s� �s�o� �h�e� �e�a�t�s� �w�e�l�l� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>�=� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �0� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
+�!�M�a�s�t�e�r� �w�i�l�l� �m�a�k�e� �a� �m�e�a�l� �i�f� �n�o� �o�n�e� �e�l�s�e� �d�o�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�a�n�d� �i�f� �h�e� �d�i�d� �n�o�t� �e�a�t� �o�u�t� �t�o�d�a�y� �o�r� �i�s� �s�t�i�l�l� �h�u�n�g�r�y� �a�n�d� �h�a�s� �a�c�c�e�s�s� �t�o� �a� �k�i�t�c�h�e�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �c�o�o�k�e�d�_�f�o�o�d� �<� �0� �a�n�d� �a�t�e�_�a�l�r�e�a�d�y� �<� �i�i�f�(�k�i�t�c�h�e�n� �>� �0�,� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)�,� �1�)� �a�n�d� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>�=� �0�:�
�
 �	�m�a�s�t�e�r�_�a�u�t�o�_�c�o�o�k� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�'�
�
 �	�m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�o�o�k�'�]� �=� �m�a�x�(�0�,� �3� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �m�a�s�t�e�r�_�b�u�t�l�e�r�)�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�o�o�k�'�]� �=� �m�a�x�(�0�,� �3� �+� �m�a�s�t�e�r�_�c�h�a� �-� �m�a�s�t�e�r�_�b�u�t�l�e�r�)�
�
+�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �m�a�s�t�e�r�_�b�u�t�l�e�r� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
+�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �=� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&�!� �p�r�e�p�a�r�i�n�g� �c�a�n�n�e�d� �f�o�o�d� �i�s� �e�a�s�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �<� �m�a�s�t�e�r�_�b�u�t�l�e�r�:� �c�o�o�k�e�d�_�f�o�o�d� �=� �m�i�n�(�5�,� �m�a�s�t�e�r�_�b�u�t�l�e�r�)�
�
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �e�n�d�
�
 �
�
+�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �0�:� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �t�o� �s�h�o�w� �d�i�n�n�e�r� �s�c�e�n�e� �(�s�k�i�p�p�e�d� �i�f� �n�o� �o�n�e� �p�r�e�p�a�r�e�d� �f�o�o�d� �o�r� �i�f� �m�a�s�t�e�r� �a�t�e� �a�l�r�e�a�d�y� �a�n�d� �t�h�e� �h�o�m�e� �m�e�a�l� �i�s� �n�o�t� �h�i�g�h�e�r� �q�u�a�l�i�t�y�)�
�
+�
�
+�!�r�a�i�s�e� �o�r� �l�o�w�e�r� �h�e�a�l�t�h� �b�a�s�e�d� �o�n� �m�e�a�l� �q�u�a�l�i�t�y�
�
+�i�f� �(�c�o�o�k�e�d�_�f�o�o�d� �-� �1�)� �>� �m�a�s�t�e�r�_�s�t�r�:�
�
+�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1� �&�!� �e�a�t�i�n�g� �h�i�g�h� �q�u�a�l�i�t�y� �f�o�o�d� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �h�e�a�l�t�h� �u�p� �t�o� �o�n�e� �l�e�v�e�l� �b�e�l�o�w� �t�h�e� �f�o�o�d� �q�u�a�l�i�t�y� �g�r�a�d�e� �(�m�a�x� �o�f� �A�+� �h�e�a�l�t�h� �w�i�t�h� �S�+� �f�o�o�d�)�
�
+�e�l�s�e�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �>� �c�o�o�k�e�d�_�f�o�o�d�:�
�
+�	�!� �e�a�t�i�n�g� �f�o�o�d� �o�f� �l�o�w�e�r� �l�e�v�e�l� �t�h�a�n� �s�t�r�e�n�g�t�h� �c�a�u�s�e�s� �s�t�r�e�n�g�t�h� �t�o� �d�e�c�l�i�n�e�
�
+�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �-�=� �m�a�s�t�e�r�_�s�t�r� �-� �m�a�x�(�a�t�e�_�a�l�r�e�a�d�y�,� �c�o�o�k�e�d�_�f�o�o�d�)� �&�!� �t�h�e� �l�a�r�g�e�r� �t�h�e� �d�i�f�f�e�r�e�n�c�e� �i�n� �l�e�v�e�l�,� �t�h�e� �f�a�s�t�e�r� �t�h�e� �d�e�c�l�i�n�e�
�
+�	�!� �e�a�t�i�n�g� �n�o�t�h�i�n�g� �(�c�o�o�k�e�d�_�f�o�o�d� �=� �-�1�)� �c�a�n� �b�e� �d�e�a�d�l�y� �(�$�m�a�s�t�e�r�_�p�a�s�s�_�o�u�t� �w�h�e�n� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �i�s� �n�e�g�a�t�i�v�e�)�
�
+�	�!� �A�+� �f�o�o�d� �(�c�o�o�k�e�d�_�f�o�o�d� �=� �4�)� �c�a�n� �l�o�w�e�r� �s�t�r�e�n�g�t�h� �t�o� �S�t�r�o�n�g� � � �(�m�a�s�t�e�r�_�s�t�r� �=� �4�)� �a�n�d� �w�i�l�l� �s�t�a�b�i�l�i�z�e� �t�h�e�r�e�
�
+�	�!� �B�+� �f�o�o�d� �(�c�o�o�k�e�d�_�f�o�o�d� �=� �3�)� �c�a�n� �l�o�w�e�r� �s�t�r�e�n�g�t�h� �t�o� �V�i�g�o�r�o�u�s� �(�m�a�s�t�e�r�_�s�t�r� �=� �3�)� �a�n�d� �w�i�l�l� �s�t�a�b�i�l�i�z�e� �t�h�e�r�e�
�
+�	�!� �C�-� �f�o�o�d� �(�c�o�o�k�e�d�_�f�o�o�d� �=� �2�)� �c�a�n� �l�o�w�e�r� �s�t�r�e�n�g�t�h� �t�o� �U�n�f�i�t� � � � �(�m�a�s�t�e�r�_�s�t�r� �=� �2�)� �a�n�d� �w�i�l�l� �s�t�a�b�i�l�i�z�e� �t�h�e�r�e�
�
+�	�!� �D�-� �f�o�o�d� �(�c�o�o�k�e�d�_�f�o�o�d� �=� �1�)� �c�a�n� �l�o�w�e�r� �s�t�r�e�n�g�t�h� �t�o� �W�e�a�k� � � � � �(�m�a�s�t�e�r�_�s�t�r� �=� �1�)� �a�n�d� �w�i�l�l� �s�t�a�b�i�l�i�z�e� �t�h�e�r�e�
�
+�	�!� �F�-� �f�o�o�d� �(�c�o�o�k�e�d�_�f�o�o�d� �=� �0�)� �c�a�n� �l�o�w�e�r� �s�t�r�e�n�g�t�h� �t�o� �F�r�a�i�l� � � � �(�m�a�s�t�e�r�_�s�t�r� �=� �0�)� �a�n�d� �w�i�l�l� �s�t�a�b�i�l�i�z�e� �t�h�e�r�e�
�
+�e�l�s�e�i�f� �a�t�e�_�a�l�r�e�a�d�y� �>�=� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)�:�
�
+�	�m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �h�u�n�g�r�y� �a�n�d� �s�k�i�p�s� �d�i�n�n�e�r�
�
+�e�n�d�
�
+�
�
+�!�e�f�f�e�c�t� �o�f� �f�o�o�d� �q�u�a�l�i�t�y� �o�n� �m�a�s�t�e�r� �m�o�o�d� �-� �a�d�d�e�d� �b�y� �w�i�s�a�r�d�d�d� �2�0�2�0�-�0�2�-�2�8�
�
+�i�f� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �1�:�
�
+�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �m�a�x�(�m�a�s�t�e�r�_�c�h�a�,� �m�a�s�t�e�r�_�s�t�r�)�:�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�e�l�s�e�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�f�o�o�d�'�]� �=� �1�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
 �!�S�l�a�v�e� �w�a�s�h�e�s� �m�a�s�t�e�r� �r�u�l�e� �(�e�v�e�n� �i�f� �m�i�l�d�l�y� �e�x�h�a�u�s�t�e�d�)�
�
 �i�f� �b�a�t�h� �>� �0� �a�n�d� �m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �>�=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�1�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �-�1�:�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �0� �&�!� �s�a�m�e� �t�i�e�r� �a�s� �s�e�d�u�c�t�i�o�n�,� �m�a�s�t�u�r�b�a�t�i�o�n� �l�e�s�s�o�n�s�
�
@@ -14727,7 +15174,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e� �=� �0�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �2�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �1�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �m�i�n� �(�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]�,� �s�l�a�v�e�[�'�o�r�a�l�'�]�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �3�
�
@@ -14743,7 +15190,7 @@
 �	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �0�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e� �=� �0�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �2�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �1�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �m�i�n� �(�a�s�s�i�s�t�a�n�t�[�'�p�e�t�t�i�n�g�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�o�r�a�l�'�]�)�
�
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �3�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1� �&�!� �n�o� �m�o�r�e� �i�n�f�i�n�i�t�e� �b�a�t�h�i�n�g�
�
@@ -14753,6 +15200,11 @@
 �i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �>�=� �t�e�n�t�a�c�l�e�_�s�i�z�e�:� �s�p�a�w�n�_�m�i�l�k�e�d� �=� �m�a�x�(�1�,� �t�e�n�t�a�c�l�e�_�s�i�z�e� �-� �1�)� �&�!� �e�n�s�u�r�e� �i�t� �i�s� �h�u�n�g�r�y� �s�o�o�n� �e�n�o�u�g�h� �t�o� �c�o�n�t�i�n�u�e� �g�r�o�w�i�n�g� �i�f� �m�i�l�k�e�d� �r�e�g�u�l�a�r�l�y� �u�n�t�i�l� �f�i�n�a�l� �s�t�a�g�e� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �>� �0�:� �s�p�a�w�n�_�m�i�l�k�e�d� �-�=� �1�
�
 �
�
+�!�T�e�n�t�a�c�l�e� �s�t�a�t�e� �-� �m�i�l�k�e�d� �o�r� �n�e�e�d�s� �m�i�l�k�i�n�g� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�v�i�s�e�d� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �>� �t�e�n�t�a�c�l�e�_�s�i�z�e�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �2� �&�!� �s�a�t�i�s�f�i�e�d� �(�e�n�d�_�d�a�y�_�s�c�r�e�e�n� �a�l�s�o� �s�e�t�s� �t�o� �2� �w�h�e�n� �m�i�l�k�e�d� �s�u�f�f�i�c�i�e�n�t�l�y� �v�i�a� �r�u�l�e�s�)�
�
+�i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �=� �0�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �1� �&�!� �n�e�e�d�s� �m�i�l�k�i�n�g�
�
+�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �0� �&�!� �r�e�s�e�t� �s�t�a�t�e� �w�h�e�n� �f�i�e�n�d� �i�s� �g�o�n�e�
�
+�
�
 �!�S�l�a�v�e� �T�e�n�t�a�c�l�e� �r�u�l�e� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �>� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0�:�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �i�i�f�(�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1�,� �2�5�,� �2�4�)� �&�!� �s�a�m�e� �a�s� �m�i�l�k� �t�h�e� �f�i�e�n�d� �i�n�t�e�r�a�c�t�i�o�n�
�
@@ -14766,7 +15218,7 @@
 �	�e�l�s�e�i�f� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �1� �o�r� �s�p�a�w�n�_�m�i�l�k�e�d� �=� �0�:�
�
 �	�	�s�l�a�v�e�_�a�u�t�o�_�t�e�n�t�a�c�l�e� �=� �i�i�f�(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �0�,� �2�,� �1�)� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
 �	�	�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1� �a�n�d� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1� �a�n�d� �s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �1�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1�:� �s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5� �&�!� �m�a�y� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s� �d�e�p�e�n�d�i�n�g� �o�n� �a�r�o�u�s�a�l� �l�e�v�e�l�
�
@@ -14793,12 +15245,12 @@
 �i�f� �$�r�e�s�e�t�_�i�n�t�e�r�a�c�t�i�o�n�_�v�a�r�i�a�b�l�e�s� �!� �'�'�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�r�e�s�e�t�_�i�n�t�e�r�a�c�t�i�o�n�_�v�a�r�i�a�b�l�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �
�
 �!�A�s�s�i�s�t�a�n�t� �T�e�n�t�a�c�l�e� �r�u�l�e� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �>� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>�=� �0�:�
�
+�i�f� �s�l�a�v�e�_�a�u�t�o�_�t�e�n�t�a�c�l�e� �<�=� �0� �a�n�d� �p�e�t�_�t�e�n�t�a�c�l�e� �>� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>�=� �0�:�
�
 �	�i�f� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �1� �o�r� �s�p�a�w�n�_�m�i�l�k�e�d� �=� �0�:�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�a�u�t�o�_�t�e�n�t�a�c�l�e� �=� �i�i�f�(�a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �>� �0�,� �2�,� �1�)� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�d�a�r�i�n�g�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�d�a�r�i�n�g�'�]�,� �i�i�f�(�a�s�s�i�s�t�a�n�t�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1�,� �2�5�,� �2�4�)�)� �&�!� �s�a�m�e� �a�s� �m�i�l�k� �t�h�e� �f�i�e�n�d� �i�n�t�e�r�a�c�t�i�o�n�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�a�s�s�i�s�t�a�n�t�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �>�=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �=� �1�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5� �&�!� �m�a�y� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s� �d�e�p�e�n�d�i�n�g� �o�n� �a�r�o�u�s�a�l� �l�e�v�e�l�
�
@@ -14823,14 +15275,6 @@
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�T�e�n�t�a�c�l�e� �s�t�a�t�e� �-� �m�i�l�k�e�d� �o�r� �n�e�e�d�s� �m�i�l�k�i�n�g� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�:�
�
-�	�t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �0�
�
-�e�l�s�e�
�
-�	�i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �=� �0�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �1�
�
-�	�i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �>� �t�e�n�t�a�c�l�e�_�s�i�z�e�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �2�
�
-�e�n�d�
�
-�
�
 �!�S�l�a�v�e� �c�l�e�a�n�s� �r�u�l�e�
�
 �i�f� �h�o�u�s�e�_�m�e�s�s� �>� �1� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>�=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�,� �1�,� �-�1�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �>� �2�,� �1�,� �-�1�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �3�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �-�2�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�,� �1�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �3�,� �1�,� �0�)�:�
�
 �	�s�l�a�v�e�_�a�u�t�o�_�c�l�e�a�n� �=� �i�i�f�(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �0� �o�r� �h�o�u�s�e�_�m�e�s�s� �>� �3�,� �2�,� �1�)� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
@@ -14877,7 +15321,7 @@
 �	�m�a�s�t�e�r�_�a�u�t�o�_�c�l�e�a�n� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�'�
�
 �	�m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�l�e�a�n�i�n�g�'�]� �=� �1� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�l�e�a�n�i�n�g�'�]� �=� �1� �+� �m�a�s�t�e�r�_�c�h�a�
�
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �h�o�u�s�e�_�m�e�s�s� �+� �2�
�
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �-�=� �m�a�x�(�8�,� �m�a�s�t�e�r�_�b�u�t�l�e�r�*�1�6�)�
�
@@ -14894,7 +15338,7 @@
 �e�n�d�
�
 �
�
 �!�S�l�a�v�e� �w�i�l�l� �w�a�s�h� �h�e�r�s�e�l�f� �i�f� �n�o�t� �e�x�h�a�u�s�t�e�d� �a�n�d� �h�y�g�i�e�n�e� �i�s� �u�n�c�l�e�a�n� �o�r� �h�i�g�h�e�r�
�
-�i�f� �b�a�t�h� �>� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �>�=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�3�]� �a�n�d� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �!� �'�p�e�t�s�u�i�t�'�:�
�
+�i�f� �b�a�t�h� �>� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �>�=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�3�]� �a�n�d� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �!� �'�p�e�t�s�u�i�t�'� �a�n�d� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �!� �'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�:�
�
 �	�s�l�a�v�e�_�a�u�t�o�_�b�a�t�h�i�n�g� �=� �i�i�f�(�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�_�a�u�t�o�_�w�a�s�h� �=� �0�,� �2�,� �1�)� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �3�
�
@@ -14912,40 +15356,37 @@
 �	�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �0�
�
 �e�n�d�
�
 �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �+�=� �s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �&�!� �r�e�f�u�n�d� �e�n�e�r�g�y� �f�o�r� �u�s�e� �n�e�x�t� �d�a�y�
�
-�i�f� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�p�o�s�_�w�e�l�l�_�r�e�s�t�e�d�'�]� �=� �2�
�
+�i�f� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�p�o�s�_�w�e�l�l�_�r�e�s�t�e�d�'�]� �=� �1�
�
 �i�f� �s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
 �s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �=� �0�
�
 �
�
-�s�h�o�w�_�f�o�o�d� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n�
�
-�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�
�
-�
�
 �!�b�u�y�i�n�g� �f�o�o�d�
�
 �f�o�o�d�_�b�u�y�_�v�o�l�u�m�e� �=� �5�
�
 �d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �!�a�s�s�i�s�t�a�n�t� �w�i�l�l� �n�o�t� �b�u�y� �f�o�o�d� �i�f� �a�c�c�u�m�u�l�a�t�e�d� �b�i�l�l�i�n�g� �c�o�s�t�s� �f�o�r� �f�o�o�d� �p�u�r�c�h�a�s�e�d� �t�h�i�s� �d�e�c�a�d�e� �w�o�u�l�d� �l�e�a�v�e� �l�e�s�s� �t�h�a�n� �5�0� �s�p�a�r�k�s� �i�n� �r�e�s�e�r�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�v�e�g�e�t�a�b�l�e�s�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �5�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �1�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�f�l�o�u�r�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �5�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �1�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�s�p�i�c�e�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�s�p�i�c�e�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�s�p�i�c�e�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �5�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �1�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�m�i�l�k�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �2�0�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �3�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�c�h�e�e�s�e�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�c�h�e�e�s�e�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�c�h�e�e�s�e�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �5�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �3�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
@@ -14956,12 +15397,12 @@
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�e�g�g�s�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�e�g�g�s�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�e�g�g�s�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �1�0�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �3�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�c�r�e�a�m�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
 �	�f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �5�
�
-�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �2�0�
�
+�	�a�u�t�o�b�u�y�_�c�o�s�t� �+�=� �3�0�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�b�u�y�_�m�i�n�c�e�'�]� �=� �1� �a�n�d� �f�r�i�d�g�e�[�'�m�i�n�c�e�'�]� �=� �0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �a�u�t�o�b�u�y�_�c�o�s�t� �<� �s�p�a�r�k�s� �+� �5�0�:�
�
@@ -14975,28 +15416,28 @@
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �e�n�d�
�
 �
�
-�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �>� �1�0�:� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �1�0�
�
+�!�d�i�s�c�a�r�d� �s�o�m�e� �i�n�g�r�e�d�i�e�n�t�s� �i�f� �f�r�i�d�g�e� �i�s� �f�u�l�l� �(�l�e�a�s�t� �e�x�p�e�n�s�i�v�e� �f�i�r�s�t�)�
�
+�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�m�i�n�c�e�'�]� �>� �1�0�:� �f�r�i�d�g�e�[�'�m�i�n�c�e�'�]� �=� �1�0�
�
 �d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �
�
 �i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�e�g�g�s�'�]� �>� �1�5�:� �f�r�i�d�g�e�[�'�e�g�g�s�'�]� �=� �1�0�
�
 �d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �
�
-�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �>� �1�5�:� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �=� �1�0�
�
+�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �>� �1�0�:� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �1�0�
�
 �d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �
�
-�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�m�i�n�c�e�'�]� �>� �1�0�:� �f�r�i�d�g�e�[�'�m�i�n�c�e�'�]� �=� �1�0�
�
+�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �<� �5� �a�n�d� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �>� �1�5�:� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �=� �1�0�
�
 �d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �
�
-�!�D�a�i�l�y� �l�i�b�i�d�o� �a�n�d� �e�x�c�i�t�e�m�e�n�t� �c�h�a�n�g�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�v�i�s�e�d� �t�o� �n�o�t� �r�i�s�e� �p�a�s�s�i�v�e�l�y� �f�r�o�m� �l�o�w�e�s�t� �l�e�v�e�l�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �m�a�s�t�e�r�_�m�o�o�d� �>� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �>� �2� �a�n�d� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>� �-�5� �a�n�d� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �5� �a�n�d� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>�=� �0� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �1�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�
�
+�!�D�a�i�l�y� �l�i�b�i�d�o� �a�n�d� �e�x�c�i�t�e�m�e�n�t� �c�h�a�n�g�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�v�i�s�e�d� �t�o� �r�i�s�e� �p�a�s�s�i�v�e�l�y� �a�t� �s�l�o�w�e�r� �r�a�t�e�,� �d�e�c�l�i�n�e� �f�a�s�t�e�r� �w�i�t�h� �b�a�d� �m�o�o�d� �o�r� �m�a�x� �e�x�c�i�t�e�m�e�n�t�,� �a�n�d� �n�o�t� �r�i�s�e� �p�a�s�s�i�v�e�l�y� �f�r�o�m� �l�o�w�e�s�t� �l�e�v�e�l�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �m�a�s�t�e�r�_�m�o�o�d� �>� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �>� �2� �a�n�d� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>� �-�5� �a�n�d� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �5� �a�n�d� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>�=� �0� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �1�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �(�1� �+� �m�a�s�t�e�r�_�l�i�b�i�d�o�)�/�2�
�
 �i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<� �0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �3�
�
-�i�f� �m�a�s�t�e�r�_�m�o�o�d� �<� �0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �2�
�
+�i�f� �m�a�s�t�e�r�_�m�o�o�d� �<� �0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �3�
�
 �i�f� �m�a�s�t�e�r�_�i�l�l� �>� �6�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �5�
�
 �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �m�a�s�t�e�r�_�w�o�u�n�d�s�
�
-�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �5� �a�n�d� �c�h�i�m�e�r�a�_�g�e�m�_�o�n� �=� �0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �2�
�
+�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �5� �a�n�d� �c�h�i�m�e�r�a�_�g�e�m�_�o�n� �=� �0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �3�
�
 �i�f� �c�h�i�m�e�r�a�_�g�e�m�_�o�n� �=� �1�:�
�
-�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �<� �2�:� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �2� �&� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �4�0�
�
-�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �5�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �5�
�
+�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �<� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]�:� �m�a�s�t�e�r�_�l�i�b�i�d�o� �=� �2� �&� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �5�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �5� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �2�0�0�
�
 �	�i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s� �>� �0� �o�r� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �>� �0�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �-�=� �1�
�
 �e�n�d�
�
@@ -15008,7 +15449,7 @@
 �	�t�m�p�2� �=� �0�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�a�g�e�'�]� �!� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �t�m�p�1� �=� �s�l�a�v�e�[�'�b�o�o�b�s�'�]�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�a�g�e�'�]� �!� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �t�m�p�2� �=� �a�s�s�i�s�t�a�n�t�[�'�b�o�o�b�s�'�]�
�
-�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �-�=� �(�t�m�p�1� �*� �t�m�p�2�)� �/� �2�
�
+�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �-�=� �(�t�m�p�1� �*� �t�m�p�2�)� �/� �2� �&�!� �w�i�l�l� �b�e� �z�e�r�o� �i�f� �e�i�t�h�e�r� �s�l�a�v�e� �o�r� �a�s�s�i�s�t�a�n�t� �i�s� �a� �l�o�l�i�
�
 �	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e�,� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�)�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �1�
�
 �e�n�d�
�
@@ -15020,17 +15461,6 @@
 �d�a�y� �+�=� �1�
�
 �d�e�c�a�d�e�c�o�u�n�t� �+�=� �1�
�
 �
�
-�!�d�e�c�r�e�m�e�n�t� �p�o�s�i�t�i�v�e� �a�n�d� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s�
�
-�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p�'�,� �1�
�
-�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�r�i�s�e�'�,� �1�
�
-�$�n�e�x�t�_�d�a�y�_�m�o�o�d�l�e�t�_�m�a�g�n�i�t�u�d�e�_�u�p�d�a�t�e� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1� �&�!� �l�o�w�e�r� �m�a�g�n�i�t�u�d�e� �o�f� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s� �b�y� �1�
�
-�	�	�g�s� �'�$�m�o�o�d�_�r�i�s�e�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1� �&�!� �l�o�w�e�r� �m�a�g�n�i�t�u�d�e� �o�f� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s� �b�y� �1�
�
-�	�e�n�d�
�
-�}�
�
-�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�m�o�o�d�l�e�t�_�m�a�g�n�i�t�u�d�e�_�u�p�d�a�t�e�'�,� �'�$�u�n�f�r�o�z�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�
�
-�
�
 �!�S�l�a�v�e� �a�g�e� �c�o�u�n�t� �d�a�i�l�y� �i�n�c�r�e�a�s�e� �f�o�r� �k�e�e�p�i�n�g� �t�r�a�c�k� �o�f� �h�o�w� �l�o�n�g� �y�o�u� v�e� �o�w�n�e�d� �t�h�e� �s�l�a�v�e�
�
 �!�R�e�v�i�s�e�d� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �t�o� �n�o�t� �h�a�n�d�l�e� �r�e�s�e�t�s� �(�k�i�l�l�v�a�r� �e�l�s�e�w�h�e�r�e� �t�a�k�e�s� �c�a�r�e� �o�f� �i�t�)� �a�n�d� �t�o� �i�n�c�r�e�a�s�e� �c�o�u�n�t� �f�o�r� �s�l�a�v�e�s� �t�h�a�t� �a�r�e� �f�a�i�n�t�e�d� �o�r� �i�n� �c�r�y�o�
�
 �$�n�e�x�t�_�d�a�y�_�a�g�e�_�c�o�u�n�t�_�u�p�d�a�t�e� �=� �{�
�
@@ -15075,7 +15505,7 @@
 �	�	�	�	�!� �f�u�l�l�y� �d�e�v�o�t�e�d� �s�l�a�v�e�s� �o�r� �p�s�i�-�m�a�s�o�c�h�i�s�t�s� �d�o� �n�o�t� �f�e�e�l� �b�a�d� �a�b�o�u�t� �n�o�t� �g�e�t�t�i�n�g� �r�e�w�a�r�d�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �(�d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]�*�2�)�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �=� �d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]�,� �d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �&�!� �d�r�a�i�n� �a�w�a�r�e�n�e�s�s� �i�n�s�t�e�a�d� �o�f� �i�n�c�r�e�a�s�i�n�g� �i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �(�n�o�t� �b�e�i�n�g� �r�e�w�a�r�d�e�d� �u�n�d�e�r�m�i�n�e�s� �r�a�t�i�o�n�a�l� �u�n�d�e�r�s�t�a�n�d�i�n�g�/�a�c�c�e�p�t�a�n�c�e� �o�f� �s�l�a�v�e�r�y�)�
�
 �	�	�	�e�n�d�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
@@ -15096,107 +15526,27 @@
 �	�	�!�T�h�e�s�e� �e�f�f�e�c�t�s� �d�o� �n�o�t� �a�p�p�l�y� �t�o� �p�r�i�s�o�n�e�r�s� �o�r� �r�e�s�t�r�a�i�n�e�d� �c�o�w�s� �o�r� �s�l�a�v�e�s� �w�h�o�s�e� �s�l�e�e�p� �c�o�n�d�i�t�i�o�n� �r�u�l�e� �i�s� �s�l�e�e�p�i�n�g� �i�n� �t�h�e� �c�e�l�l�s� �(�T�O�D�O�:� �o�r� �o�n� �t�h�e� �f�l�o�o�r�)� �(�t�h�o�s�e� �a�r�e� �c�o�n�s�i�d�e�r�e�d� �p�u�n�i�s�h�m�e�n�t�s�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �>�=� �-�1� �a�n�d� �(�'�d�y�n�s�l�a�v�e�'� �!� �'�c�o�w�'� �o�r� �c�o�w�_�l�o�c�k�e�d� �=� �0�)�:�
�
 �	�	�	�!� �p�o�s�i�t�i�v�e� �c�o�n�s�e�q�u�e�n�c�e�s� �(�p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �f�e�a�r�:� �m�o�o�d�l�e�t� �a�n�d� �m�o�o�d� �r�a�t�e� �i�n�c�r�e�a�s�e�,� �f�e�a�r� �a�n�d� �a�n�g�s�t� �r�a�t�e� �d�o�w�n�)�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �&�!� �c�h�a�n�g�e�d� �m�o�o�d�l�e�t� �m�a�g�n�i�t�u�d�e� �t�o� �d�e�p�e�n�d� �o�n� �f�e�a�r�,� �n�o�t� �g�u�i�l�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �2�*�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�*�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �&�!� �e�l�e�v�a�t�e� �m�o�o�d� �(�u�p� �t�o� �+�5� �a�t� �5� �f�e�a�r� �a�n�d� �-�5� �m�o�o�d�,� �c�a�p�p�e�d� �b�y� �$�m�o�o�d�l�e�t�s�_�a�c�c�o�u�n�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �(�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�*�4�)� �&�!� �i�n�c�r�e�a�s�e�d� �f�e�a�r� �r�a�t�e� �r�e�d�u�c�t�i�o�n� �b�u�t� �r�e�m�o�v�e�d� �d�i�r�e�c�t� �f�e�a�r� �d�r�o�p� �w�h�e�n� �s�i�n� �>� �f�e�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �&�!� �c�h�a�n�g�e�d� �m�o�o�d�l�e�t� �m�a�g�n�i�t�u�d�e� �t�o� �d�e�p�e�n�d� �o�n� �f�e�a�r�,� �n�o�t� �g�u�i�l�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �(�s�e�e� �$�n�e�x�t�_�d�a�y�_�s�l�a�v�e�_�m�o�o�d� �f�o�r� �e�f�f�e�c�t�s�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�*�2� �&�!� �i�n�c�r�e�a�s�e�d� �f�e�a�r� �r�a�t�e� �r�e�d�u�c�t�i�o�n� �b�u�t� �r�e�m�o�v�e�d� �d�i�r�e�c�t� �f�e�a�r� �d�r�o�p� �w�h�e�n� �s�i�n� �>� �f�e�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2� �&�!� �a�n�g�s�t� �r�a�t�e� �r�e�d�u�c�t�i�o�n� �u�s�u�a�l�l�y� �i�n�f�e�r�i�o�r� �t�o� �r�e�s�t� �r�e�w�a�r�d�s� �b�u�t� �s�t�i�l�l� �h�e�l�p�f�u�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!� �n�e�g�a�t�i�v�e� �c�o�n�s�e�q�u�e�n�c�e�s� �(�p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �g�u�i�l�t�:� �s�p�o�i�l� �r�a�t�e� �u�p�,� �r�a�t�i�o�n�a�l� �r�a�t�e� �d�o�w�n�,� �a�n�d� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �f�e�a�r�:� �t�a�m�i�n�g� �r�a�t�e� �d�o�w�n�)�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �(�d�y�n�s�l�a�v�e�[�'�s�i�n�'�]�*�4�)� �&�!� �s�p�o�i�l� �0� �r�e�s�t�s� �a�t� �-�1�0� �r�a�t�e� �a�n�d� �r�i�s�e�s� �a�t� �+�1�0�,� �s�o� �5� �g�u�i�l�t� �r�a�i�s�e�s� �0� �s�p�o�i�l� �t�o� �1� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �(�d�y�n�s�l�a�v�e�[�'�s�i�n�'�]�*�2�)� �&�!� �r�a�t�i�o�n�a�l� �d�r�a�i�n� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �g�u�i�l�t� �(�r�a�t�i�o�n�a�l� �1� �d�r�o�p�s� �t�o� �0� �a�t� �-�1�0� �r�a�t�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �(�m�o�r�e� �s�u�r�p�r�i�s�i�n�g� �n�o�t� �t�o� �b�e� �p�u�n�i�s�h�e�d� �t�h�a�n� �n�o�t� �t�o� �b�e� �r�e�w�a�r�d�e�d�)�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �(�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�*�2�)� �&�!� �a�d�d�e�d� �t�a�m�i�n�g� �d�r�a�i�n� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �f�e�a�r� �(�t�a�m�i�n�g� �1� �d�r�o�p�s� �t�o� �0� �a�t� �-�1�0� �r�a�t�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �&�!� �r�a�t�i�o�n�a�l� �d�r�a�i�n� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �g�u�i�l�t� �(�r�a�t�i�o�n�a�l� �1� �d�r�o�p�s� �t�o� �0� �a�t� �-�1�0� �r�a�t�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �(�m�o�r�e� �s�u�r�p�r�i�s�i�n�g� �n�o�t� �t�o� �b�e� �p�u�n�i�s�h�e�d� �t�h�a�n� �n�o�t� �t�o� �b�e� �r�e�w�a�r�d�e�d�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �&�!� �a�d�d�e�d� �t�a�m�i�n�g� �d�r�a�i�n� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �f�e�a�r� �(�t�a�m�i�n�g� �1� �d�r�o�p�s� �t�o� �0� �a�t� �-�1�0� �r�a�t�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!� �g�u�i�l�t� �d�e�c�a�y�s� �n�i�g�h�t�l�y� �i�n�s�t�e�a�d� �o�f� �b�e�i�n�g� �r�e�s�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �-�=� �1�
�
 �	�	�e�n�d�
�
 �
�
-�	�e�n�d�
�
-�}�
�
-�
�
-�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�f�o�r�g�o�t�t�e�n�_�s�i�n�s�'�,� �'�$�u�n�c�o�n�f�i�n�e�d�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �a�l�l� �e�x�c�e�p�t� �i�c�e�d�,� �l�i�v�e�s�t�o�c�k� �a�n�d� �p�r�i�s�o�n�e�r� �(�w�h�o�s�e� �i�m�p�r�i�s�o�n�m�e�n�t� �i�s� �i�t�s�e�l�f� �a� �p�u�n�i�s�h�m�e�n�t�)�
�
-�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�f�o�r�g�o�t�t�e�n�_�s�i�n�s�'�,� �'�$�l�i�v�e�s�t�o�c�k�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �a�l�s�o� �a�p�p�l�y� �t�o� �l�i�v�e�s�t�o�c�k�
�
-�
�
-�$�n�e�x�t�_�d�a�y�_�i�m�p�r�e�g�n�a�t�i�o�n�_�u�p�d�a�t�e� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�n�c�l�u�d�e�s� �f�a�i�n�t�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �0�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �-�=� �r�a�n�d�(�4�,�8�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �=� �0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �0�:�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>�=� �1�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �1�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �1�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �2�5�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �3�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �4�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �4�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �5�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �5�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �6�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �6�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �7�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �7�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �8�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �8�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �9�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �9�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �1�0�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �1�0�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
-�}�
�
-�
�
-�!�s�l�a�v�e�s� �i�m�p�r�e�g�n�a�t�i�o�n� �(�l�i�n�k�e�d� �t�o� �l�a�c�t�a�t�i�o�n�)� �-� �c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�i�m�p�r�e�g�n�a�t�i�o�n�_�u�p�d�a�t�e�'�,� �'�$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�,� �p�r�i�s�o�n�e�r�,� �c�o�w� �-� �T�O�D�O�:� �a�d�d� �o�t�h�e�r�s�?�
�
-�
�
-�$�n�e�x�t�_�d�a�y�_�l�a�c�t�a�t�i�o�n�_�u�p�d�a�t�e� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�!�s�l�a�v�e� �l�a�c�t�a�t�i�o�n� �-� �f�i�x�e�d� �b�y� �c�r�u�s�h�b�o�s�s� �-� �u�p�d�a�t�e�d� �b�y� �P�i�a�n�o�c�a�t� �-� �c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n� �a�n�d� �l�i�m�i�t�e�d� �t�o� �c�o�n�s�c�i�o�u�s� �s�t�a�t�e� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0�:�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-�=� �1�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�b�o�o�b�s�'�]� �+� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �+� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �+� �m�i�n�(�(�d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]�*�3�)�/�2�,� �5�)� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �-� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]�/�2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �2�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �1�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �3�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �4�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�/�2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�/�3�)�*�2�
�
-�	�	�	�i�f� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�/�3�)�*�2�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �1�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �1�0�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �2�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �1�6�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �3�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �2�2�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �4�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �3�5�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �5�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �=� �5� �o�r� �(�d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �>� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �>� �0�)�:�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�o�w�'�]� �=� �1�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�o�w�'�]� �=� �0�
�
-�	�	�	�e�l�s�e�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�o�w�'�]� �=� �0�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �<� �5� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �<�=� �0�:�
�
-�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�o�w�'�]� �=� �1�
�
-�	�	�	�	�e�l�s�e�
�
-�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�o�w�'�]� �=� �0�
�
-�	�	�	�	�e�n�d�
�
-�	�	�	�e�n�d�
�
+�	�	�!� �e�l�e�v�a�t�e� �m�o�o�d� �w�h�i�l�e� �m�o�o�d�l�e�t� �i�s� �a�c�t�i�v�e� �[�p�u�n�i�s�h�m�e�n�t� �a�l�s�o� �e�n�d�s� �i�t�]� �(�u�p� �t�o� �+�5� �m�o�o�d� �a�t� �5� �f�e�a�r�,� �c�a�p�p�e�d� �b�y� �$�m�o�o�d�l�e�t�s�_�a�c�c�o�u�n�t�,� �o�f�f�s�e�t� �b�y� �$�n�e�x�t�_�d�a�y�_�s�l�a�v�e�_�m�o�o�d� �f�a�c�t�o�r�s�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]� �>� �0�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1�0�*�m�i�n�(�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�,�d�y�n�s�l�a�v�e�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]�)� �&�!� �s�t�a�c�k�i�n�g�-�c�a�p�p�e�d� �b�e�n�e�f�i�t� �r�e�d�u�c�e�s� �a�s� �t�h�e� �m�o�o�d�l�e�t� �m�a�g�n�i�t�u�d�e� �d�e�c�r�e�a�s�e�s� �e�a�c�h� �n�i�g�h�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�!�M�i�l�k� �s�u�m�m� �c�a�l�c�u�l�a�t�i�o�n� �+� �r�a�n�d�o�m� �b�o�o�s�t� �-� �P�i�a�n�o�c�a�t�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>� �1�3�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �=� �1�3�0�
�
-�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �2�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�0�,�1�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �2�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �4�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�2�,�4�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �4�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �6�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�5�,�6�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �6�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �8�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�2�,�4�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �8�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �9�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�0�,�1�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �9�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �1�0�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�1�,�3�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�0�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �1�1�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�2�,�6�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�1�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �1�2�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�4�,�8�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�2�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�5�,�1�0�)�
�
-�
�
-�	�	�!�T�r�a�n�s�f�e�r� �t�h�e� �m�i�l�k� �g�a�i�n�e�d� �t�h�i�s� �d�a�y� �t�o� �t�h�e� �t�o�t�a�l� �a�m�o�u�n�t� �o�f� �m�i�l�k�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�
�
 �	�e�n�d�
�
 �}�
�
 �
�
-�!�s�l�a�v�e� �l�a�c�t�a�t�i�o�n� �-� �f�i�x�e�d� �b�y� �c�r�u�s�h�b�o�s�s� �-� �u�p�d�a�t�e�d� �b�y� �P�i�a�n�o�c�a�t� �-� �c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�l�a�c�t�a�t�i�o�n�_�u�p�d�a�t�e�'�,� �'�$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�,� �p�r�i�s�o�n�e�r�,� �c�o�w� �-� �T�O�D�O�:� �a�d�d� �o�t�h�e�r�s�?�
�
-�
�
-�!�M�i�l�k� �d�e�m�a�n�d� �a�d�j�u�s�t�m�e�n�t�
�
-�d�y�n�a�m�i�c� �$�m�i�l�k�_�p�r�i�c�e�
�
-�m�i�l�k�_�t�i�p� �=� �0�
�
-�t�i�p�_�a�s�k�e�d� �=� �0�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�f�o�r�g�o�t�t�e�n�_�s�i�n�s�'�,� �'�$�u�n�c�o�n�f�i�n�e�d�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �a�l�l� �e�x�c�e�p�t� �i�c�e�d�,� �l�i�v�e�s�t�o�c�k� �a�n�d� �p�r�i�s�o�n�e�r� �(�w�h�o�s�e� �i�m�p�r�i�s�o�n�m�e�n�t� �i�s� �i�t�s�e�l�f� �a� �p�u�n�i�s�h�m�e�n�t�)�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�f�o�r�g�o�t�t�e�n�_�s�i�n�s�'�,� �'�$�l�i�v�e�s�t�o�c�k�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �a�l�s�o� �a�p�p�l�y� �t�o� �l�i�v�e�s�t�o�c�k�
�
 �
�
 �i�f� �c�o�d�e�_�d�e�f�i�n�e�d�[�'�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�'�]� �=� �0�:�
�
 �	�c�o�d�e�_�d�e�f�i�n�e�d�[�'�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�'�]� �=� �1� �&�!� �d�o�-�o�n�c�e� �f�l�a�g�
�
@@ -15220,74 +15570,111 @@
 �	�	�	�i�f� �a�r�g�s�[�0�]� �!� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �>�=� �3�:� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �=� �-�1�0� �&�!� �a�p�p�l�y� �s�t�a�r�v�a�t�i�o�n� �p�e�n�a�l�t�i�e�s� �f�o�r� �1�0� �d�a�y�s� �a�f�t�e�r� �f�e�e�d�i�n�g� �r�e�s�u�m�e�s� �(�r�e�f�e�e�d�i�n�g� �s�y�n�d�r�o�m�e�)�
�
 �	�	�	�i�f� �a�r�g�s�[�0�]� �!� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �<� �0�:� � �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �+�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]� �+�=� �1�6� �&�!� �c�o�u�n�t�i�n�g� �u�p� �t�o� �z�e�r�o�;� �a�p�p�l�y� �m�a�x�i�m�u�m� �s�t�a�r�v�a�t�i�o�n� �p�e�n�a�l�t�y�
�
 �
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]� �>� �0�:�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �/�=� �2�
�
+�	�	�	�!� �a�p�p�l�y� �h�u�n�g�e�r� �m�o�o�d�l�e�t� �a�n�d� �r�a�t�i�o�n�a�l� �i�n�c�r�e�a�s�e� �i�f� �s�l�a�v�e� �w�a�s� �n�o�t� �f�e�d� �o�v�e�r�n�i�g�h�t�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �>� �0�:�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �1�0�0�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�0� �*� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�,� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]�)�
�
+�
�
+�	�	�	�	�!� �a�p�p�l�y� �f�u�r�t�h�e�r� �m�o�o�d� �a�n�d� �a�n�g�s�t� �p�e�n�a�l�t�i�e�s� �i�f� �n�o�t� �f�e�d� �f�o�r� �m�u�l�t�i�p�l�e� �c�o�n�s�e�c�u�t�i�v�e� �d�a�y�s�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �>� �1�:�
�
-�	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �2�5� �*� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�5� �*� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�	�	�	�e�n�d�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�i�i�f�(�d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �>� �3�,� �'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�,� �'�n�e�g�_�h�u�n�g�r�y�'�)�]� �=� �1�0�0�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�,� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]�/�2�)�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �m�i�n�(�4�,� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]�/�4�)� �&�!� �s�t�a�r�v�a�t�i�o�n� �d�r�a�i�n�s� �o�n�e� �f�o�u�r�t�h� �o�f� �t�h�e� �n�e�g�a�t�i�v�e� �c�a�l�o�r�i�e� �a�m�o�u�n�t� �f�r�o�m� �e�n�d�u�r�a�n�c�e�,� �r�o�u�n�d�e�d� �d�o�w�n�,� �a�t� �m�o�s�t� �-�4� �p�e�r� �n�i�g�h�t�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �0�:�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �1�0�0� �&�!� �B�o�n�y� �s�l�a�v�e�s� �a�l�w�a�y�s� �f�e�e�l� �h�u�n�g�r�y� �(�t�h�i�s� �i�s� �a� �m�i�l�d� �p�e�n�a�l�t�y� �f�o�r� �s�t�a�y�i�n�g� �a�t� �m�i�n�i�m�u�m� �p�h�y�s�i�q�u�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �0�
�
+�	�	�	�e�n�d�
�
+�
�
+�	�	�	�!� �a�p�p�l�y� �s�t�a�r�v�a�t�i�o�n� �m�o�o�d�l�e�t� �i�f� �s�l�a�v�e� �h�a�s� �a�c�c�u�m�u�l�a�t�e�d� �a� �d�e�f�i�c�i�t� �o�f� �m�o�r�e� �t�h�a�n� �t�h�r�e�e� �d�a�y�s� �w�i�t�h�o�u�t� �f�o�o�d� �o�r� �i�s� �e�x�p�e�r�i�e�n�c�i�n�g� �r�e�f�e�e�d�i�n�g� �s�y�n�d�r�o�m�e� �a�f�t�e�r� �f�e�e�d�i�n�g� �r�e�s�u�m�e�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �>� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]� �=� �1�0�0�
�
+�
�
+�	�	�	�!� �a�p�p�l�y� �s�t�a�r�v�a�t�i�o�n� �e�f�f�e�c�t�s� �i�f� �a�p�p�l�i�c�a�b�l�e�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]� �>� �0�:�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �/�=� �2�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]�/�2� �&�!� �s�t�a�r�v�a�t�i�o�n� �d�r�a�i�n�s� �o�n�e� �h�a�l�f� �o�f� �t�h�e� �n�e�g�a�t�i�v�e� �c�a�l�o�r�i�e� �a�m�o�u�n�t� �f�r�o�m� �e�n�d�u�r�a�n�c�e�,� �r�o�u�n�d�e�d� �d�o�w�n�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �2� �&�!� �l�e�t�h�a�r�g�y� �e�f�f�e�c�t� �-� �n�e�x�t� �d�a�y� �s�t�a�r�t�s� �w�i�t�h� �l�e�s�s� �e�n�e�r�g�y� �a�n�d� �1�0�0� �f�e�w�e�r� �c�a�l�o�r�i�e�s�
�
+�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�_�w�a�r�n�i�n�g�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�_�w�a�r�n�i�n�g�'�]� �=� �1� �&�!� �f�l�a�g� �f�o�r� �n�o�t�i�f�i�c�a�t�i�o�n� �m�e�s�s�a�g�e�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�'�]� �=� �0� �&�!� �s�t�a�r�v�a�t�i�o�n� �r�e�s�e�t�s� �d�a�i�l�y�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�s�t�a�r�v�a�t�i�o�n�_�w�a�r�n�i�n�g�'�]� �=� �0� �&�!� �r�e�s�e�t� �s�o� �i�t� �c�a�n� �t�r�i�g�g�e�r� �a�g�a�i�n�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]� �/�=� �1�0�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �0�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]� �/�=� �1�0� �&�!� �s�t�a�r�v�a�t�i�o�n� �m�o�o�d�l�e�t� �c�a�n� �l�i�n�g�e�r� �a�f�t�e�r� �f�e�e�d�i�n�g� �r�e�s�u�m�e�s� �u�n�t�i�l� �s�e�v�e�r�a�l� �d�a�y�s� �a�f�t�e�r� �t�h�e� �e�n�d� �o�f� �r�e�f�e�e�d�i�n�g� �s�y�n�d�r�o�m�e� �r�e�c�o�v�e�r�y� �(�1�0�0� �-�>� �1�0� �-�>� �1� �-�>� �0�)�
�
 �	�	�	�e�n�d�
�
 �
�
 �	�	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s� �o�r� �f�a�i�n�t�e�d� �c�h�e�c�k�
�
 �	�}�
�
 �e�n�d�
�
 �
�
-�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�!�C�a�l�o�r�i�e�s� �c�o�u�n�t�i�n�g� �-� �o�v�e�r�h�a�u�l�e�d� �b�y� �c�r�u�s�h�b�o�s�s�
�
-�	�f�o�o�d�_�n�e�e�d� �=� �1�
�
-�	�i�f� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �9�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �f�o�o�d�_�n�e�e�d� �+�=� �1� �&�!� �>� �9� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �w�h�e�n� �T�e�c�h�n�o�s�p�h�e�r�e� �m�e�d�i�c�a�l� �c�e�n�t�e�r� �c�a�n� �d�e�t�e�c�t� �p�r�e�g�n�a�n�c�y�
�
-�	�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �1�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �f�o�o�d�_�n�e�e�d� �+�=� �1� �&�!� �e�g�g�l�a�y�i�n�g�
�
-�	�i�f� �s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �f�o�o�d�_�n�e�e�d� �+�=� �1�
�
-�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]�
�
-�
�
-�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �4� �a�n�d� �(�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �<� �2� �o�r� �(�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+� �f�o�o�d�_�n�e�e�d�)� �>� �-�6�)�:�
�
-�	�	�!� �o�n� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �a�d�j�u�s�t� �r�e�m�a�i�n�i�n�g� �c�a�l�o�r�i�e�s� �o�n�l�y� �i�f� �d�a�y� �e�n�d�e�d� �a�b�o�v�e� �s�t�a�r�v�a�t�i�o�n� �t�h�r�e�s�h�o�l�d� �(�-�6�)�
�
-�	�	�!� �n�u�t�r�i�t�i�o�n�i�s�t�/�c�a�l�c�u�l�a�t�e�d� �p�o�r�t�i�o�n� �s�i�z�e� �f�i�x�e�s� �u�n�d�e�r�w�e�i�g�h�t� �a�n�d� �o�v�e�r�w�e�i�g�h�t� �p�h�y�s�i�q�u�e�,� �t�h�e�n� �m�a�i�n�t�a�i�n�s� �p�h�y�s�i�q�u�e�
�
-�	�	�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:�
�
-�	�	�	�!� �o�p�t�i�m�a�l� �l�e�a�s�t�-�e�n�d�u�r�a�n�c�e�-�d�r�a�i�n� �n�o�n�-�s�t�a�r�v�a�t�i�o�n� �s�l�i�m�m�i�n�g� �d�i�e�t� �f�o�r� �o�v�e�r�w�e�i�g�h�t� �s�l�a�v�e�s� �(�d�u�r�a�t�i�o�n� �d�e�p�e�n�d�s� �o�n� �m�e�t�a�b�o�l�i�s�m�,� �m�i�n�:� �1�4� �d�a�y�s� �=� �7�0� �s�p�a�r�k�s�,� �m�a�x�:� �2�7� �d�a�y�s� �=� �1�3�5� �s�p�a�r�k�s�)�
�
-�	�	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�6� �+� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�
�
-�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �=� �0�:�
�
-�	�	�	�!� �r�e�c�o�v�e�r�y� �d�i�e�t� �f�o�r� �u�n�d�e�r�w�e�i�g�h�t� �s�l�a�v�e�s� �(�m�a�x�:� �5� �d�a�y�s� �=� �2�5� �s�p�a�r�k�s�,� �m�i�n�:� �1� �d�a�y� �=� �5� �s�p�a�r�k�s�)�
�
-�	�	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]�,� �4� �+� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�
�
-�	�	�e�l�s�e�
�
-�	�	�	�!� �m�a�i�n�t�e�n�a�n�c�e� �d�i�e�t� �(�n�o� �w�e�i�g�h�t� �c�h�a�n�g�e�)�
�
-�	�	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �0�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
+�!�C�a�l�o�r�i�e�s� �c�o�u�n�t�i�n�g� �-� �o�v�e�r�h�a�u�l�e�d� �b�y� �c�r�u�s�h�b�o�s�s� �(�o�v�e�r�h�a�u�l�e�d� �a�g�a�i�n� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�:� �f�i�r�s�t� �r�e�s�o�l�v�e� �c�a�l�o�r�i�e�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�,� �t�h�e�n� �d�e�t�e�r�m�i�n�e� �c�a�l�o�r�i�e�s� �a�n�d� �f�o�o�d� �c�o�s�t�s� �f�o�r� �t�h�e� �n�e�x�t� �d�a�y�)�
�
+�$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �
�
-�	�i�f� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �<� �0�:�
�
-�	�	�i�f� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �<� �-�5� �+� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�:�
�
-�	�	�	�!� �w�e�i�g�h�t� �l�o�s�s� �i�f� �c�a�l�o�r�i�e�s� �a�r�e� �a�t� �o�r� �b�e�l�o�w� �-�5� �+� �m�e�t�a�b�o�l�i�s�m� �l�e�v�e�l� �[�m�e�t�a�b�o�l�i�s�m� �r�a�n�g�e�s� �f�r�o�m� �[�1�,�5�]� �w�i�t�h� �1� �b�e�i�n�g� �w�e�a�k�e�s�t� �(�l�o�s�e� �f�a�t� �s�l�o�w�e�s�t�)�]�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �-�=� �r�a�n�d�(�3�,� �2� �+� �(�1�+�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�/�2�)� �&�!� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m� �(�1�)� �l�o�s�e�s� �3� �p�h�y�s�i�q�u�e� �p�o�i�n�t�s� �p�e�r� �n�i�g�h�t�,� �p�o�w�e�r�f�u�l� �m�e�t�a�b�o�l�i�s�m� �(�5�)� �l�o�s�e�s� �3�-�5� �p�h�y�s�i�q�u�e� �p�o�i�n�t�s� �p�e�r� �n�i�g�h�t�
�
-�	�	�	�!� �r�a�t�i�o�n�a�l� �m�o�t�i�v�a�t�i�o�n� �t�o� �o�b�e�y� �i�n�c�r�e�a�s�e�s� �w�h�e�n� �a� �s�l�a�v�e� �n�o�t�i�c�e�s� �t�h�a�t� �s�h�e� �i�s� �l�o�s�i�n�g� �w�e�i�g�h�t� �(�t�h�i�s� �s�u�p�p�o�r�t�s� �t�h�e� �h�e�l�p� �t�e�x�t� �f�o�r� �t�h�e� �"�r�e�s�t�r�i�c�t�e�d�"� �d�i�e�t� �p�o�r�t�i�o�n�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �1�
�
+�	�	�f�o�o�d�_�n�e�e�d� �=� �1�
�
+�	�	�!� �t�h�e�s�e� �a�d�j�u�s�t�m�e�n�t�s� �a�r�e� �f�o�r� �t�h�e� �p�l�a�y�e�r� �t�o� �k�e�e�p� �t�r�a�c�k� �o�f� �a�n�d� �a�c�c�o�u�n�t� �f�o�r�,� �a�s� �e�x�p�l�a�i�n�e�d� �i�n� �t�h�e� �h�e�l�p� �t�e�x�t� �w�h�e�n� �c�l�i�c�k�i�n�g� �o�n� �t�h�e� �c�a�l�c�u�l�a�t�o�r� �i�c�o�n� �n�e�x�t� �t�o� �d�y�n�s�l�a�v�e� �c�a�l�o�r�i�e� �c�o�u�n�t� �i�n� �r�u�l�e�s� �s�c�r�e�e�n�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �9�:� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �f�o�o�d�_�n�e�e�d� �+�=� �1� �&�!� �>� �9� �c�o�r�r�e�s�p�o�n�d�s� �t�o� �w�h�e�n� �T�e�c�h�n�o�s�p�h�e�r�e� �m�e�d�i�c�a�l� �c�e�n�t�e�r� �c�a�n� �d�e�t�e�c�t� �p�r�e�g�n�a�n�c�y�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �f�o�o�d�_�n�e�e�d� �+�=� �1� �&�!� �e�g�g�l�a�y�i�n�g�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �f�o�o�d�_�n�e�e�d� �+�=� �1�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]�
�
+�
�
+�	�	�!� �n�u�t�r�i�t�i�o�n�i�s�t�/�c�a�l�c�u�l�a�t�e�d� �d�i�e�t� �(�d�i�e�t�_�p�o�r�t�i�o�n� �=� �4�)� �n�o�w� �s�t�e�p�s� �i�n� �t�o� �h�e�l�p� �(�o�n�l�y� �f�o�r� �'�s�l�a�v�e�'� �r�o�l�e�)�
�
+�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �4� �a�n�d� �(�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �<� �2� �o�r� �(�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+� �f�o�o�d�_�n�e�e�d�)� �>� �-�6�)�:�
�
+�	�	�	�	�!� �o�n� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �a�d�j�u�s�t� �r�e�m�a�i�n�i�n�g� �c�a�l�o�r�i�e�s� �o�n�l�y� �i�f� �d�a�y� �e�n�d�e�d� �a�b�o�v�e� �s�t�a�r�v�a�t�i�o�n� �t�h�r�e�s�h�o�l�d� �(�-�6�)�
�
+�	�	�	�	�!� �n�u�t�r�i�t�i�o�n�i�s�t�/�c�a�l�c�u�l�a�t�e�d� �p�o�r�t�i�o�n� �s�i�z�e� �f�i�x�e�s� �u�n�d�e�r�w�e�i�g�h�t� �a�n�d� �o�v�e�r�w�e�i�g�h�t� �p�h�y�s�i�q�u�e�,� �t�h�e�n� �m�a�i�n�t�a�i�n�s� �p�h�y�s�i�q�u�e�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:�
�
+�	�	�	�	�	�!� �o�p�t�i�m�a�l� �l�e�a�s�t�-�e�n�d�u�r�a�n�c�e�-�d�r�a�i�n� �n�o�n�-�s�t�a�r�v�a�t�i�o�n� �s�l�i�m�m�i�n�g� �d�i�e�t� �f�o�r� �o�v�e�r�w�e�i�g�h�t� �d�y�n�s�l�a�v�e�s� �(�d�u�r�a�t�i�o�n� �d�e�p�e�n�d�s� �o�n� �m�e�t�a�b�o�l�i�s�m�,� �m�i�n�:� �1�4� �d�a�y�s� �=� �7�0� �s�p�a�r�k�s�,� �m�a�x�:� �2�7� �d�a�y�s� �=� �1�3�5� �s�p�a�r�k�s�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�6� �+� �d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�
�
+�	�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �0�:�
�
+�	�	�	�	�	�!� �r�e�c�o�v�e�r�y� �d�i�e�t� �f�o�r� �u�n�d�e�r�w�e�i�g�h�t� �d�y�n�s�l�a�v�e�s� �(�m�a�x�:� �5� �d�a�y�s� �=� �2�5� �s�p�a�r�k�s�,� �m�i�n�:� �1� �d�a�y� �=� �5� �s�p�a�r�k�s�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]�,� �4� �+� �d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�!� �m�a�i�n�t�e�n�a�n�c�e� �d�i�e�t� �(�n�o� �w�e�i�g�h�t� �c�h�a�n�g�e�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �0�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �>�=� �-�5�:�
�
-�	�	�	�!� �b�e�l�o�w� �-�5� �c�a�l�o�r�i�e�s� �=� �s�t�a�r�v�a�t�i�o�n�
�
-�	�	�	�!� �m�i�n�i�m�a�l� �e�n�d�u�r�a�n�c�e� �l�o�s�s� �w�i�t�h�o�u�t� �s�t�a�r�v�a�t�i�o�n� �o�c�c�u�r�s� �w�h�e�n� �c�a�l�o�r�i�e�s� �a�r�e� �b�e�t�w�e�e�n� �-�1� �a�n�d� �-�5�,� �r�e�p�r�e�s�e�n�t�i�n�g� �l�o�s�s� �o�f� �m�u�s�c�l�e� �m�a�s�s� �d�u�e� �t�o� �c�a�l�o�r�i�c� �d�e�f�i�c�i�t�,� �o�f�f�s�e�t�t�i�n�g� �e�x�e�r�c�i�s�e� �d�u�r�i�n�g� �t�h�e� �d�a�y� �(�i�f� �a�n�y�)�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�
�
+�
�
+�	�	�k�i�l�l�v�a�r� �'�f�o�o�d�_�n�e�e�d�'�
�
+�
�
+�	�	�!� �o�n�c�e� �w�e� �k�n�o�w� �t�h�e� �f�i�n�a�l� �e�n�d�-�o�f�-�d�a�y� �c�a�l�o�r�i�e� �c�o�u�n�t�:� �a�p�p�l�y� �e�f�f�e�c�t�s� �a�c�c�o�r�d�i�n�g�l�y�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �<� �0�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �<� �-�5� �+� �d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�:�
�
+�	�	�	�	�!� �w�e�i�g�h�t� �l�o�s�s� �i�f� �c�a�l�o�r�i�e�s� �a�r�e� �a�t� �o�r� �b�e�l�o�w� �-�5� �+� �m�e�t�a�b�o�l�i�s�m� �l�e�v�e�l� �[�m�e�t�a�b�o�l�i�s�m� �r�a�n�g�e�s� �f�r�o�m� �[�1�,�5�]� �w�i�t�h� �1� �b�e�i�n�g� �w�e�a�k�e�s�t� �(�l�o�s�e� �f�a�t� �s�l�o�w�e�s�t�)�]�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �-�=� �r�a�n�d�(�3�,� �2� �+� �(�1�+�d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�/�2�)� �&�!� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m� �(�1�)� �l�o�s�e�s� �3� �p�h�y�s�i�q�u�e� �p�o�i�n�t�s� �p�e�r� �n�i�g�h�t�,� �p�o�w�e�r�f�u�l� �m�e�t�a�b�o�l�i�s�m� �(�5�)� �l�o�s�e�s� �3�-�5� �p�h�y�s�i�q�u�e� �p�o�i�n�t�s� �p�e�r� �n�i�g�h�t�
�
+�	�	�	�	�!� �r�a�t�i�o�n�a�l� �m�o�t�i�v�a�t�i�o�n� �t�o� �o�b�e�y� �i�n�c�r�e�a�s�e�s� �w�h�e�n� �a� �s�l�a�v�e� �n�o�t�i�c�e�s� �t�h�a�t� �s�h�e� �i�s� �l�o�s�i�n�g� �w�e�i�g�h�t� �(�t�h�i�s� �s�u�p�p�o�r�t�s� �t�h�e� �h�e�l�p� �t�e�x�t� �f�o�r� �t�h�e� �"�r�e�s�t�r�i�c�t�e�d�"� �d�i�e�t� �p�o�r�t�i�o�n�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �1�
�
+�	�	�	�e�n�d�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �>�=� �-�5�:�
�
+�	�	�	�	�!� �b�e�l�o�w� �-�5� �c�a�l�o�r�i�e�s� �=� �s�t�a�r�v�a�t�i�o�n�
�
+�	�	�	�	�!� �m�i�n�i�m�a�l� �e�n�d�u�r�a�n�c�e� �l�o�s�s� �w�i�t�h�o�u�t� �s�t�a�r�v�a�t�i�o�n� �o�c�c�u�r�s� �w�h�e�n� �c�a�l�o�r�i�e�s� �a�r�e� �b�e�t�w�e�e�n� �-�1� �a�n�d� �-�5�,� �r�e�p�r�e�s�e�n�t�i�n�g� �l�o�s�s� �o�f� �m�u�s�c�l�e� �m�a�s�s� �d�u�e� �t�o� �c�a�l�o�r�i�c� �d�e�f�i�c�i�t�,� �o�f�f�s�e�t�t�i�n�g� �e�x�e�r�c�i�s�e� �d�u�r�i�n�g� �t�h�e� �d�a�y� �(�i�f� �a�n�y�)�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�
�
+�	�	�	�e�n�d�
�
+�	�	�	�!� �a� �s�l�a�v�e� �w�i�t�h� �n�o� �f�a�t� �r�e�s�e�r�v�e�s� �w�i�l�l� �p�a�s�s� �o�u�t� �i�m�m�e�d�i�a�t�e�l�y� �i�f� �n�o�t� �g�i�v�e�n� �e�n�o�u�g�h� �f�o�o�d� �(�-�2�2� �+� �f�a�t�*�2� �[�h�e�r�e� �z�e�r�o�]� �r�e�p�r�e�s�e�n�t�s� �f�u�l�l� �c�a�l�o�r�i�c� �d�e�f�i�c�i�t�)�
�
+�	�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �<� �0� �a�n�d� �(�d�y�n�s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �<�=� �-�2�2�)�:� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�6�
�
+�	�	�	�!� �d�y�n�s�l�a�v�e� �w�i�t�h� �n�o� �f�a�t� �r�e�s�e�r�v�e�s� �w�h�o� �i�s� �n�o�t� �b�e�i�n�g� �f�u�l�l�y� �d�e�p�r�i�v�e�d� �o�f� �f�o�o�d� �c�a�n� �r�e�m�a�i�n� �a�t� �t�h�a�t� �p�h�y�s�i�q�u�e� �i�n�d�e�f�i�n�i�t�e�l�y�,� �b�u�t� �w�i�l�l� �h�a�v�e� �a� �n�e�g�_�h�u�n�g�r�y� �m�o�o�d�l�e�t� �a�p�p�l�i�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �>� �0�:�
�
+�	�	�	�!� �m�e�t�a�b�o�l�i�z�e�d� �c�a�l�o�r�i�e�s� �r�a�i�s�e� �e�n�d�u�r�a�n�c�e� �u�n�t�i�l� �B�+� �(�b�e�n�e�f�i�t� �w�i�t�h� �h�i�g�h�e�r� �m�e�t�a�b�o�l�i�s�m� �=� �e�a�s�i�e�r� �t�o� �m�a�i�n�t�a�i�n� �w�e�i�g�h�t�)�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]�,� �d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�
�
+�	�	�	�!� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �n�o�t� �c�o�n�s�u�m�e�d� �b�y� �m�e�t�a�b�o�l�i�s�m� �g�o� �t�o� �f�a�t� �(�i�n�c�r�e�a�s�e� �p�h�y�s�i�q�u�e�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-� �d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)� �&�!� �m�e�t�a�b�o�l�i�s�m� �r�a�n�g�e�s� �f�r�o�m� �[�1�,�5�]� �w�i�t�h� �1� �b�e�i�n�g� �w�e�a�k�e�s�t� �(�g�a�i�n� �f�a�t� �e�a�s�i�e�s�t�)�
�
+�	�	�	�!� �w�i�t�h� �m�a�x� �p�h�y�s�i�q�u�e�,� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �l�o�w�e�r� �e�n�d�u�r�a�n�c�e� �b�u�t� �n�o�t� �b�e�l�o�w� �D�-�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �5� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-� �d�y�n�s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�
�
 �	�	�e�n�d�
�
-�	�	�!� �a� �s�l�a�v�e� �w�i�t�h� �n�o� �f�a�t� �r�e�s�e�r�v�e�s� �w�i�l�l� �p�a�s�s� �o�u�t� �i�m�m�e�d�i�a�t�e�l�y� �i�f� �n�o�t� �g�i�v�e�n� �a�n�y� �f�o�o�d�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �s�l�a�v�e�[�'�f�a�t�'�]� �=� �0� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �<� �0� �a�n�d� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �0�:� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]� �&� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�6�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �>� �0�:�
�
-�	�	�!� �m�e�t�a�b�o�l�i�z�e�d� �c�a�l�o�r�i�e�s� �r�a�i�s�e� �e�n�d�u�r�a�n�c�e� �u�n�t�i�l� �B�+� �(�b�e�n�e�f�i�t� �w�i�t�h� �h�i�g�h�e�r� �m�e�t�a�b�o�l�i�s�m� �=� �e�a�s�i�e�r� �t�o� �m�a�i�n�t�a�i�n� �w�e�i�g�h�t�)�
�
-�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]�,� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�
�
-�	�	�!� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �n�o�t� �c�o�n�s�u�m�e�d� �b�y� �m�e�t�a�b�o�l�i�s�m� �g�o� �t�o� �f�a�t�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �m�a�x�(�0�,� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)� �&�!� �m�e�t�a�b�o�l�i�s�m� �r�a�n�g�e�s� �f�r�o�m� �[�1�,�5�]� �w�i�t�h� �1� �b�e�i�n�g� �w�e�a�k�e�s�t� �(�g�a�i�n� �f�a�t� �e�a�s�i�e�s�t�)�
�
-�	�	�i�f� �s�l�a�v�e�[�'�f�a�t�'�]� �=� �5� �a�n�d� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �m�a�x�(�0�,� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)� �&�!� �w�i�t�h� �m�a�x� �p�h�y�s�i�q�u�e�,� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �l�o�w�e�r� �e�n�d�u�r�a�n�c�e� �b�u�t� �n�o�t� �b�e�l�o�w� �D�-�
�
-�	�e�n�d�
�
 �
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�,� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]�
�
+�	�	�!� �D�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a�/�f�a�t� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e�/�f�a�t�_�r�a�t�e� �i�s� �h�a�n�d�l�e�d� �b�y� �#�d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n�s� �c�a�l�l�e�d� �f�r�o�m� �m�e�n�u�_�f�o�r�m� �a�n�d� �c�i�t�y�_�m�e�n�u�_�f�o�r�m� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�	�!� �H�o�w�e�v�e�r�,� �w�e� �f�l�a�g� �i�t� �e�a�r�l�i�e�r� �(�h�e�r�e� �i�n� �n�e�x�t�_�d�a�y�)� �s�o� �t�h�a�t� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �c�a�n� �d�i�s�p�l�a�y� �a� �s�c�e�n�e� �(�s�l�a�v�e� �d�i�d� �n�o�t� �w�a�k�e� �u�p�)� �a�n�d� �c�l�e�a�r� �t�h�e� �s�l�a�v�e� �i�n�s�t�a�n�c�e� �b�e�f�o�r�e� �w�e� �r�e�a�c�h� �m�e�n�u�_�f�o�r�m� �a�g�a�i�n�
�
+�	�	�!� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �c�u�r�r�e�n�t�l�y� �c�h�e�c�k�s� �f�o�r� �s�l�a�v�e�_�d�i�e�d�,� �a�s�s�i�s�t�a�n�t�_�d�i�e�d�,� �p�r�i�s�o�n�e�r�_�d�i�e�d�,� �f�a�r�m�h�a�n�d�_�d�i�e�d�,� �c�o�w�_�d�i�e�d�,� �h�a�r�p�y�_�d�i�e�d�,� �p�i�g�_�d�i�e�d�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �d�y�n�s�l�a�v�e�_�d�i�e�d� �=� �1� �&�!� �s�l�a�v�e�_�d�i�e�d�,� �a�s�s�i�s�t�a�n�t�_�d�i�e�d�,� �p�r�i�s�o�n�e�r�_�d�i�e�d�,� �f�a�r�m�h�a�n�d�_�d�i�e�d�,� �e�t�c�
�
+�
�
+�	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s� �o�r� �f�a�i�n�t�e�d� �c�h�e�c�k�
�
+�}�
�
+�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s�'�,� �'�$�u�n�f�r�o�z�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �a�l�l� �u�n�-�f�r�o�z�e�n� �s�l�a�v�e�s� �u�s�e� �t�h�e� �s�a�m�e� �f�o�r�m�u�l�a� �t�o� �r�e�s�o�l�v�e� �p�r�e�v�i�o�u�s� �d�a�y� �c�a�l�o�r�i�e�s�
�
+�
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�,� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �&�!� �h�a�n�d�l�e�d� �i�n�d�e�p�e�n�d�e�n�t�l�y� �p�e�r� �s�l�a�v�e� �t�y�p�e� �b�e�c�a�u�s�e� �d�i�e�t� �c�o�n�t�r�o�l� �v�a�r�i�a�b�l�e�s� �a�r�e� �d�i�f�f�e�r�e�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�!�r�e�v�e�a�l� �h�i�d�d�e�n� �t�r�a�i�t�s�
�
 �	�i�f� �s�l�a�v�e�[�'�w�e�i�g�h�t�_�b�e�f�o�r�e�'�]� �!� �s�l�a�v�e�[�'�f�a�t�'�]� �a�n�d� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�m�e�t�a�b�o�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
@@ -15295,40 +15682,26 @@
 �	�!�i�f� �s�l�a�v�e�[�'�m�e�m�o�r�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�m�e�m�o�r�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �e�n�d�
�
 �
�
-�!�E�v�e�n�t�u�a�l� �d�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e� �f�o�r� �a�s�s�i�s�t�a�n�t� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �a�s�s�i�s�t�a�n�t�_�d�i�e�d� �=� �1�
�
-�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�a�t�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �a�s�s�i�s�t�a�n�t�_�r�a�t�i�o�n� �=� �-�1�:� �a�s�s�i�s�t�a�n�t�_�d�i�e�d� �=� �1�
�
-�e�n�d�
�
-�
�
-�!�E�v�e�n�t�u�a�l� �d�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e� �f�o�r� �p�r�i�s�o�n�e�r� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�i�f� �p�r�i�s�o�n�e�r�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �p�r�i�s�o�n�e�r�_�d�i�e�d� �=� �1�
�
-�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �=� �0� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �-�1�:� �p�r�i�s�o�n�e�r�_�d�i�e�d� �=� �1�
�
-�e�n�d�
�
-�
�
-�!�E�v�e�n�t�u�a�l� �d�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e� �f�o�r� �f�a�r�m�h�a�n�d� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�i�f� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �f�a�r�m�h�a�n�d�_�d�i�e�d� �=� �1�
�
-�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �f�a�r�m�h�a�n�d�[�'�f�a�t�'�]� �=� �0� �a�n�d� �f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �f�a�r�m�h�a�n�d�_�r�a�t�i�o�n� �=� �-�1�:� �f�a�r�m�h�a�n�d�_�d�i�e�d� �=� �1�
�
-�e�n�d�
�
-�
�
-�!�E�v�e�n�t�u�a�l� �d�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e� �f�o�r� �c�o�w� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �c�o�w�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�i�f� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �c�o�w�_�d�i�e�d� �=� �1�
�
-�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �c�o�w�[�'�f�a�t�'�]� �=� �0� �a�n�d� �c�o�w�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �c�o�w�_�r�a�t�i�o�n� �=� �-�1�:� �c�o�w�_�d�i�e�d� �=� �1�
�
-�e�n�d�
�
-�
�
-�!�E�v�e�n�t�u�a�l� �d�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e� �f�o�r� �h�a�r�p�y� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �h�a�r�p�y�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�i�f� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �h�a�r�p�y�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �h�a�r�p�y�_�d�i�e�d� �=� �1�
�
-�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �h�a�r�p�y�[�'�f�a�t�'�]� �=� �0� �a�n�d� �h�a�r�p�y�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �h�a�r�p�y�_�r�a�t�i�o�n� �=� �-�1�:� �h�a�r�p�y�_�d�i�e�d� �=� �1�
�
-�e�n�d�
�
+�	�!� �a�s�s�i�s�t�a�n�t� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �b�u�t� �w�e� �s�t�i�l�l� �n�e�e�d� �t�o� �a�p�p�l�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�,� �1�
�
 �
�
-�!�E�v�e�n�t�u�a�l� �d�e�a�t�h� �d�u�e� �t�o� �n�o� �s�t�a�m�i�n�a� �a�n�d� �n�o� �s�t�a�m�i�n�a�_�r�a�t�e� �f�o�r� �p�i�g� �(�T�O�D�O�:� �i�s� �s�l�a�v�e�_�f�a�i�n�t� �s�t�a�t�e� �h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �p�i�g�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�i�f� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �p�i�g�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:� �p�i�g�_�d�i�e�d� �=� �1�
�
-�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �p�i�g�[�'�f�a�t�'�]� �=� �0� �a�n�d� �p�i�g�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �p�i�g�_�r�a�t�i�o�n� �=� �-�1�:� �p�i�g�_�d�i�e�d� �=� �1�
�
+�	�!� �s�e�t� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �(�a�n�d� �c�o�s�t�s�)� �f�o�r� �n�e�x�t� �d�a�y�
�
+�	�a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �=� �a�s�s�i�s�t�a�n�t�[�'�m�e�t�a�b�o�l�i�s�m�'�]� �&�!� �e�v�e�n� �i�f� �a�s�s�i�s�t�a�n�t� �i�s� �n�e�v�e�r� �g�i�v�e�n� �a�n�y� �d�i�r�e�c�t� �i�n�s�t�r�u�c�t�i�o�n�s� �(�o�n�l�y� �f�o�l�l�o�w�i�n�g� �h�e�r� �a�s�s�i�g�n�e�d� �r�u�l�e�s�)�,� �s�h�e� �w�i�l�l� �n�o�t� �g�a�i�n� �w�e�i�g�h�t�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0� �o�r� �(�a�s�s�i�s�t�a�n�t�[�'�f�a�t�'�]� �<� �2� �a�n�d� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�f�a�t�'�]� �<� �0�)�:� �a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �o�r� �m�o�d�e�l�-�l�o�s�i�n�g�-�w�e�i�g�h�t� �e�a�t�s� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �1� �a�n�d� �s�p�a�w�n�_�s�e�m�e�n� �>� �a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]�:�
�
+�	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �&�!� �i�f� �f�i�e�n�d� �t�a�t�t�o�o� �a�n�d� �e�n�o�u�g�h� �s�u�p�p�l�y�,� �u�s�e� �i�t� �i�n�s�t�e�a�d� �o�f� �f�r�e�s�h� �f�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�a�s�s�i�s�t�a�n�t�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
+�	�e�l�s�e�
�
+�	�	�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]�/�2� �&�!� �.�5�$�/�c�a�l�,� �e�q�u�i�v�a�l�e�n�t� �t�o� �f�r�e�s�h� �f�o�o�d�,� �c�o�s�t� �v�a�r�i�e�s� �d�e�p�e�n�d�i�n�g� �o�n� �m�e�t�a�b�o�l�i�s�m� �(�2�-�4� �s�p�a�r�k�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!� �d�u�p�l�i�c�a�t�e� �t�h�e� �b�e�n�e�f�i�t�s� �o�f� �f�r�e�s�h� �f�o�o�d� �d�i�e�t�,� �e�x�c�e�p�t� �f�o�r� �t�h�e� �e�x�t�r�a� �h�a�l�f�-�a�c�t�i�o�n� �(�l�o�s�t� �t�o� �a�s�s�i�s�t�a�n�t� �d�u�t�i�e�s�)�
�
+�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1� �+� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �&�!� �n�o� �m�o�o�d�l�e�t� �f�o�r� �t�h�i�s�,� �a�d�d�s� �0�.�1� �t�o� �0�.�6� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]� �=� �0�:�
�
+�	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �a�s�s�i�s�t�a�n�t�[�'�t�e�m�p�e�r�'�]�*�3� �&�!� �z�e�r�o� �d�e�v�o�t�i�o�n� �i�s� �p�o�s�s�i�b�l�e� �i�f� �a� �l�e�t�h�e� �p�o�t�i�o�n� �i�s� �g�i�v�e�n� �t�o� �a�n� �a�s�s�i�s�t�a�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]� �>�=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]� �<� �4�:�
�
+�	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �2�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
 �!�i�f� �s�p�e�c�i�a�l�_�f�o�o�d� �=� �1�:� �-� �e�l�i�m�i�n�a�t�e�d� �n�e�e�d� �f�o�r� �s�p�e�c�i�a�l�_�f�o�o�d�,� �m�a�i�n�_�s�l�a�v�e�_�r�a�t�i�o�n�,� �a�n�d� �s�l�a�v�e�_�r�a�t�i�o�n� �=� �1�0�0� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -15342,61 +15715,71 @@
 �!�a�n�d� �f�i�x�e�d� �i�n�d�e�n�t�a�t�i�o�n� �f�o�r� �b�e�t�t�e�r� �r�e�a�d�a�b�i�l�i�t�y�
�
 �!�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�:� �r�e�m�o�v�e�d� �p�o�s�_�c�o�o�k�i�e� �m�o�o�d�l�e�t� �w�h�e�n� �e�a�t�i�n�g� �f�i�e�n�d� �c�u�m� �(�t�h�e� �t�e�x�t� �f�o�r� �t�h�a�t� �m�o�o�d�l�e�t� �m�e�n�t�i�o�n�s� �e�a�t�i�n�g� �f�r�o�m� �t�a�b�l�e� �i�n�s�t�e�a�d� �o�f� �b�o�w�l�)�
�
 �i�f� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �0� �o�r� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �2�:�
�
+�	�!� �s�p�a�w�n� �s�e�m�e�n�
�
 �	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �2� �a�n�d� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �>� �0�:�
�
-�	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
-�	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�2�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
-�	�	�i�f� �s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �2�:� �s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �1�:� �s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �0�
�
+�	�	�i�f� �s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �!� �1� �a�n�d� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �!� �2�:� �s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
+�	�	�!� �U�n�a�s�h�a�m�e�d� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �a�n�y� �l�e�f�t�o�v�e�r�s�;� �O�p�e�n� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �B�+�,� �A�+� �o�r� �S�+� �m�e�a�l� �l�e�f�t�o�v�e�r�s�;� �A�l�o�o�f� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �S�+� �l�e�f�t�o�v�e�r�s�
�
+�	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�2�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
 �	�e�n�d�
�
+�	�!� �d�e�h�y�d�r�a�t�e�d� �f�o�o�d�
�
 �	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �>� �0�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
+�	�	�!� �U�n�a�s�h�a�m�e�d� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �a�n�y� �l�e�f�t�o�v�e�r�s�;� �O�p�e�n� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �B�+�,� �A�+� �o�r� �S�+� �m�e�a�l� �l�e�f�t�o�v�e�r�s�;� �A�l�o�o�f� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �S�+� �l�e�f�t�o�v�e�r�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�2�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
 �	�e�n�d�
�
+�	�!� �n�o� �f�o�o�d�
�
 �	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �0�:�
�
+�	�	�!� �U�n�a�s�h�a�m�e�d� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �a�n�y� �l�e�f�t�o�v�e�r�s�;� �O�p�e�n� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �A�+� �o�r� �S�+� �m�e�a�l� �l�e�f�t�o�v�e�r�s�;� �A�l�o�o�f� �s�l�a�v�e� �i�s� �n�o�t� �h�a�p�p�y� �w�i�t�h� �l�e�f�t�o�v�e�r�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
 �	�e�n�d�
�
 �e�l�s�e�
�
+�	�!� �n�o�t� �d�e�h�y�d�r�a�t�e�d� �f�o�o�d� �o�r� �s�p�a�w�n� �s�e�m�e�n�
�
 �	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �0�:�
�
+�	�	�!� �n�o� �f�o�o�d� �=� �U�n�a�s�h�a�m�e�d� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �a�n�y� �l�e�f�t�o�v�e�r�s�;� �O�p�e�n� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �A�+� �o�r� �S�+� �m�e�a�l� �l�e�f�t�o�v�e�r�s�;� �A�l�o�o�f� �s�l�a�v�e� �i�s� �n�o�t� �h�a�p�p�y� �w�i�t�h� �l�e�f�t�o�v�e�r�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
 �	�e�l�s�e�
�
+�	�	�!� �f�r�e�s�h� �f�o�o�d� �=� �U�n�a�s�h�a�m�e�d� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �a�n�y� �l�e�f�t�o�v�e�r�s�;� �O�p�e�n� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �C�-� �l�e�f�t�o�v�e�r�s�;� �H�a�u�g�h�t�y� �s�l�a�v�e� �i�s� �h�a�p�p�y� �w�i�t�h� �S�+� �m�e�a�l� �l�e�f�t�o�v�e�r�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�A�d�d�e�d� �b�e�n�e�f�i�t�s� �a�n�d� �p�e�n�a�l�t�i�e�s� �t�o� �E�a�t� �m�y� �l�e�f�t�o�v�e�r�s� �g�i�v�e�n� �t�o� �s�l�a�v�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1�:�
�
+�!�A�d�d�e�d� �b�e�n�e�f�i�t�s� �a�n�d� �p�e�n�a�l�t�i�e�s� �t�o� �E�a�t� �m�y� �l�e�f�t�o�v�e�r�s� �g�i�v�e�n� �t�o� �s�l�a�v�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�a�d�d�e�d� �c�h�e�c�k� �f�o�r� �c�o�o�k�e�d�_�f�o�o�d�;� �r�u�l�e� �i�s� �s�k�i�p�p�e�d� �i�f� �n�o� �f�o�o�d� �p�r�e�p�a�r�e�d�)�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �0�:�
�
 �	�!�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �&�!� �d�i�s�a�b�l�e�d�:� �m�o�o�d�l�e�t� �i�s� �e�n�o�u�g�h� �o�f� �a� �b�o�o�s�t�,� �e�x�t�r�a� �m�o�o�d� �r�a�t�e� �i�s� �o�v�e�r�k�i�l�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �&�!� �n�e�g�a�t�i�v�e� �m�o�o�d� �r�a�t�e� �c�a�n� �s�t�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0�:�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�*�5�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�*�5�
�
+�	�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �0� �a�n�d� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �9� �&�!� �b�e�i�n�g� �a�l�l�o�w�e�d� �t�o� �e�a�t� �a�n� �e�n�t�i�r�e� �m�e�a�l� �i�s� �a� �s�i�g�n�i�f�i�c�a�n�t� �p�r�i�v�i�l�e�g�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �1�:�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�*�2�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
+�	�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �0� �a�n�d� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �6� �&�!� �b�e�i�n�g� �a�l�l�o�w�e�d� �t�o� �e�a�t� �a�n� �e�n�t�i�r�e� �m�e�a�l� �i�s� �a� �s�i�g�n�i�f�i�c�a�n�t� �p�r�i�v�i�l�e�g�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �2� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �5�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �1�
�
+�	�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �0� �a�n�d� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �3� �&�!� �b�e�i�n�g� �a�l�l�o�w�e�d� �t�o� �e�a�t� �a�n� �e�n�t�i�r�e� �m�e�a�l� �i�s� �a� �s�i�g�n�i�f�i�c�a�n�t� �p�r�i�v�i�l�e�g�e� �(�i�n� �t�o�t�a�l�,� �2�x� �f�r�e�s�h� �f�o�o�d� �s�p�o�i�l�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �2� �a�n�d� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �<�=� �0� �a�n�d� �s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �3� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �2�:�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �1�
�
+�	�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �a�n�d� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �1� �&� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1� �&�!� �b�e�i�n�g� �a�l�l�o�w�e�d� �t�o� �e�a�t� �a�n� �e�n�t�i�r�e� �h�i�g�h�-�q�u�a�l�i�t�y� �m�e�a�l� �c�a�n� �i�n�c�r�e�a�s�e� �d�e�v�o�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �>� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �e�a�t�e�n�_�f�o�o�d� �=� �0�
�
 �i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �1�:� �e�a�t�e�n�_�f�o�o�d� �=� �f�o�o�d�_�n�e�e�d� �+� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �-� �6� �&�!� �r�e�s�t�r�i�c�t�e�d� �p�o�r�t�i�o�n�:� �w�e�i�g�h�t� �l�o�s�s� �w�i�t�h�o�u�t� �s�t�a�r�v�a�t�i�o�n� �i�f� �e�n�d�u�r�a�n�c�e�-�l�e�v�e�l� �e�n�e�r�g�y� �i�s� �s�p�e�n�t� �w�i�t�h�o�u�t� �a�n�y� �e�x�e�r�c�i�s�e�
�
 �i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �2�:� �e�a�t�e�n�_�f�o�o�d� �=� �f�o�o�d�_�n�e�e�d� �+� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �2� �&�!� �m�o�d�e�r�a�t�e� �p�o�r�t�i�o�n�:� �c�a�l�i�b�r�a�t�e�d� �t�o� �r�e�q�u�i�r�e� �e�x�e�r�c�i�s�i�n�g� �d�a�i�l�y� �o�n�l�y� �w�i�t�h� �b�e�l�o�w�-�a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m� �t�o� �a�v�o�i�d� �g�a�i�n�i�n�g� �w�e�i�g�h�t�,� �w�h�i�l�e� �n�o�t� �r�e�q�u�i�r�i�n�g� �d�a�i�l�y� �e�x�e�r�c�i�s�e� �f�o�r� �a�v�e�r�a�g�e� �o�r� �b�e�t�t�e�r� �m�e�t�a�b�o�l�i�s�m�,� �w�i�t�h� �p�a�s�s�i�v�e� �e�n�d�u�r�a�n�c�e� �g�a�i�n�s� �m�a�k�i�n�g� �u�p� �t�o� �a�n� �e�x�t�e�n�t� �f�o�r� �a� �l�a�c�k� �o�f� �e�x�e�r�c�i�s�e�,� �b�u�t� �o�n�l�y� �u�p� �t�o� �B�+� �e�n�d�u�r�a�n�c�e�
�
-�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �>� �2� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�5�1�5�]� �>� �0�:�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �>� �2�:�
�
 �	�!� �g�e�n�e�r�o�u�s� �p�o�r�t�i�o�n� �o�r� �n�u�t�r�i�t�i�o�n�i�s�t�/�c�a�l�c�u�l�a�t�e�d� �p�r�o�v�i�d�e� �s�a�m�e� �n�u�m�b�e�r� �o�f� �c�a�l�o�r�i�e�s�
�
-�	�!�r�e�p�l�a�c�e�d� �s�l�a�v�e�_�r�a�t�i�o�n� �=� �1�0�0� �w�i�t�h� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�5�1�5�]� �(�w�e�n�t� �t�o� �r�e�s�t�a�u�r�a�n�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�a�t�e�n�_�f�o�o�d� �=� �f�o�o�d�_�n�e�e�d� �+� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�*�3� �+� �s�l�a�v�e�[�'�f�a�t�'�]� �-� �1�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�!� �f�a�i�n�t�e�d� �s�l�a�v�e�s� �e�a�t� �l�e�s�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �>� �0�:� �e�a�t�e�n�_�f�o�o�d� �+�=� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�:� �e�a�t�e�n�_�f�o�o�d� �-�=� �s�l�a�v�e�[�'�m�o�o�d�'�]� �+� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �&�!� �s�l�a�v�e�s� �i�n� �a� �b�a�d� �m�o�o�d� �e�a�t� �m�o�r�e�,� �o�f�f�s�e�t� �b�y� �a�n�g�s�t�
�
-�	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �3� �a�n�d� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �!� �2�:� �s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �-�=� �1� �&�!� �e�a�t�i�n�g� �a�s� �m�u�c�h� �a�s� �s�h�e� �w�a�n�t�s� �d�r�a�i�n�s� �h�a�b�i�t� �(�b�u�t� �n�o�t� �w�i�t�h� �n�u�t�r�i�t�i�o�n�i�s�t�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �s�l�a�v�e� �e�a�t�s� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �3� �a�n�d� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �!� �2�:� �s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �&�!� �e�a�t�i�n�g� �a�s� �m�u�c�h� �a�s� �s�h�e� �w�a�n�t�s� �d�r�a�i�n�s� �h�a�b�i�t� �(�b�u�t� �n�o�t� �w�i�t�h� �n�u�t�r�i�t�i�o�n�i�s�t�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
+�!�r�e�p�l�a�c�e�d� �s�l�a�v�e�_�r�a�t�i�o�n� �=� �1�0�0� �w�i�t�h� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�5�1�5�'�]� �(�w�e�n�t� �t�o� �r�e�s�t�a�u�r�a�n�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �!�i�f� �s�l�a�v�e�_�r�a�t�i�o�n� �=� �1�0�0�:� �s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �2� �-� �m�o�v�e�d� �t�h�i�s� �c�o�d�e� �t�o� �i�n�t�e�r�a�c�t�i�o�n� �1�5�1�5� �-� �A�u�g�u�s�t�u�s�I�m�p�e�r�a�t�o�r�
�
 �!�s�l�a�v�e�_�r�a�t�i�o�n� �=� �0� �-� �n�o� �l�o�n�g�e�r� �n�e�e�d�e�d� �-� �A�u�g�u�s�t�u�s�I�m�p�e�r�a�t�o�r�
�
 �
�
@@ -15405,18 +15788,25 @@
 �e�l�s�e�
�
 �	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �=� �e�a�t�e�n�_�f�o�o�d�
�
 �e�n�d�
�
+�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�5�1�5�'�]� �>� �0�:�
�
+�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �4� �-� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�/�2� �&�!� �t�h�e�s�e� �b�o�n�u�s� �c�a�l�o�r�i�e�s� �(�o�f�f�s�e�t� �b�y� �d�e�s�p�a�i�r�)� �d�o� �n�o�t� �a�f�f�e�c�t� �e�a�t�e�n�_�f�o�o�d� �c�o�s�t� �c�a�l�c�u�l�a�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�!� �E�u�p�h�o�r�i�j�e�l�l�y� �(�8�$�)� �g�i�v�e�s� �+�5�0�0� �c�a�l�o�r�i�e�s� �t�o� �s�l�a�v�e� �o�n�l�y� �-� �r�e�s�t�a�u�r�a�n�t� �(�8�$�)� �a�l�s�o� �b�e�n�e�f�i�t�s� �m�a�s�t�e�r�,� �s�o� �c�a�l�o�r�i�e� �g�a�i�n� �f�o�r� �s�l�a�v�e� �m�a�t�c�h�e�s� �B�a�n�a�n�a� �S�u�n�d�a�e� �(�4�$�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�e�n�d�
�
+�
�
+�!� �l�e�f�t�o�v�e�r�s� �a�d�d� �c�a�l�o�r�i�e�s� �b�u�t� �a�r�e� �n�o�t� �i�n�c�l�u�d�e�d� �i�n� �t�h�e� �f�o�o�d�_�c�o�s�t� �c�a�l�c�u�l�a�t�i�o�n�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �0�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�0�,�3�)� �(�b�o�n�u�s� �i�s� �s�k�i�p�p�e�d� �i�f� �n�o� �f�o�o�d� �p�r�e�p�a�r�e�d�)�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �0� �a�n�d� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e� �+� �c�o�o�k�e�d�_�f�o�o�d�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�c�o�o�k�e�d�_�f�o�o�d�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�c�o�o�k�e�d�_�f�o�o�d�)� �(�e�x�t�r�a� �c�a�l�o�r�i�e�s� �i�f� �m�a�s�t�e�r� �s�k�i�p�s� �d�i�n�n�e�r�)�
�
 �
�
 �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �=� �0�
�
-�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �0�:� �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �=� �e�a�t�e�n�_�f�o�o�d�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �0�:� �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �=� �e�a�t�e�n�_�f�o�o�d� �&�!� �a�t� �B�+� �e�n�d�u�r�a�n�c�e�,� �w�i�t�h� �m�o�d�e�r�a�t�e� �p�o�r�t�i�o�n�,� �6�/�3� �=� �2� �s�p�a�r�k�s�/�d�a�y�,� �.�3�3�$�/�c�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �!�A�d�d�e�d� �b�e�n�e�f�i�t�s� �a�n�d� �p�e�n�a�l�t�i�e�s� �t�o� �F�r�e�s�h� �F�o�o�d� �g�i�v�e�n� �t�o� �s�l�a�v�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �=� �1�:�
�
-�	�s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �=� �e�a�t�e�n�_�f�o�o�d�*�2�
�
+�	�s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �=� �e�a�t�e�n�_�f�o�o�d� �+� �(�e�a�t�e�n�_�f�o�o�d�/�2�)� �&�!� �1�.�5�x� �i�n�s�t�e�a�d� �o�f� �2�x� �(�a�t� �B�+� �e�n�d�u�r�a�n�c�e�,� �w�i�t�h� �m�o�d�e�r�a�t�e� �p�o�r�t�i�o�n�,� �6� �+� �3� �=� �9�,� �9�/�3� �=� �3� �s�p�a�r�k�s�/�d�a�y�,� �1� �s�p�a�r�k� �m�o�r�e� �t�h�a�n� �d�e�h�y�d�r�a�t�e�d� �f�o�o�d�,� �.�5�$�/�c�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �1�
�
-�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
-�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �(�1� �+� �(�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�/�2�)�)� �&�!� �n�o� �m�o�o�d�l�e�t� �f�o�r� �t�h�i�s�,� �a�d�d�s� �0�.�1� �t�o� �0�.�3�5� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �&�!� �n�o� �m�o�o�d�l�e�t� �f�o�r� �t�h�i�s�,� �a�d�d�s� �0�.�1� �t�o� �0�.�6� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0�:�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�*�3�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�*�3�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �1� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �4�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �2�
�
 �	�e�n�d�
�
@@ -15426,24 +15816,22 @@
 �	�i�f� �s�p�a�w�n�_�s�e�m�e�n� �>� �e�a�t�e�n�_�f�o�o�d�:�
�
 �	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �e�a�t�e�n�_�f�o�o�d�
�
 �	�e�l�s�e�
�
-�	�	�s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �+�=� �(�e�a�t�e�n�_�f�o�o�d� �-� �s�p�a�w�n�_�s�e�m�e�n�)�*�3�
�
+�	�	�!� �a�n�y� �e�x�c�e�s�s� �n�e�e�d�s� �t�o� �b�e� �p�u�r�c�h�a�s�e�d�;� �i�f� �a�l�l� �n�e�e�d�s� �t�o� �b�e� �p�u�r�c�h�a�s�e�d�,� �a�t� �B�+� �e�n�d�u�r�a�n�c�e�,� �w�i�t�h� �m�o�d�e�r�a�t�e� �p�o�r�t�i�o�n�,� �6� �*� �3� �=� �1�8�,� �1�8�/�3� �=� �6� �s�p�a�r�k�s�/�d�a�y�,� �t�w�i�c�e� �a�s� �e�x�p�e�n�s�i�v�e� �a�s� �f�r�e�s�h� �f�o�o�d�,� �1�$�/�c�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �+�=� �(�e�a�t�e�n�_�f�o�o�d� �-� �s�p�a�w�n�_�s�e�m�e�n�)�*�3� �&�!� �t�h�i�s� �w�i�l�l� �b�e� �d�i�v�i�d�e�d� �b�y� �3� �b�e�l�o�w�
�
 �	�	�s�p�a�w�n�_�s�e�m�e�n� �=� �0�
�
 �	�e�n�d�
�
 �e�n�d�
�
-�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �1�:� �s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�0�,�3�)�
�
-�f�o�o�d�_�c�o�s�t� �=� �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t�/�3�
�
 �
�
-�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �4� �a�n�d� �m�a�x�(�m�a�s�t�e�r�_�m�e�d�i�c�,� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�)� �<� �4�:� �f�o�o�d�_�c�o�s�t� �+�=� �5� �&�!� �n�u�t�r�i�t�i�o�n�i�s�t� �a�d�d�s� �5� �s�p�a�r�k�s�/�d�a�y� �t�o� �f�o�o�d� �c�o�s�t� �b�i�l�l�e�d� �a�t� �d�e�c�a�d�e� �e�n�d� �(�w�a�i�v�e�d� �i�f� �m�a�s�t�e�r� �o�r� �a�s�s�i�s�t�a�n�t� �h�a�s� �A�+� �o�r� �S�+� �m�e�d�i�c�a�l� �s�k�i�l�l�)�
�
+�i�f� �(�d�a�y� �M�O�D� �3�)� �=� �0� �a�n�d� �s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �<� �3�:� �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �=� �m�a�x�(�3�,� �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t�)� �&�!� �m�i�n�i�m�u�m� �s�l�a�v�e� �f�o�o�d� �c�o�s�t� �i�s� �1� �s�p�a�r�k� �p�e�r� �3� �d�a�y�s� �u�n�l�e�s�s� �s�t�a�r�v�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�s�u�p�p�l�e�m�e�n�t�s�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
-�	�f�o�o�d�_�c�o�s�t� �+�=� �1�
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �s�l�a�v�e�_�f�o�o�d�_�c�o�s�t� �/� �3�
�
 �
�
-�	�!�A�d�d�e�d� �s�t�a�m�i�n�a� �b�o�n�u�s� �f�o�r� �s�u�p�p�l�e�m�e�n�t�s� �w�i�t�h� �n�u�t�r�i�t�i�o�n�i�s�t� �-� �c�r�u�s�h�b�o�s�s� �(�a�d�d�e�d� �S�+� �m�a�s�t�e�r�/�a�s�s�i�s�t�a�n�t� �m�e�d�i�c�a�l� �s�k�i�l�l� �a�s� �a�l�t�e�r�n�a�t�i�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �4� �o�r� �m�a�x�(�m�a�s�t�e�r�_�m�e�d�i�c�,� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�)� �>� �4�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
-�e�n�d�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �4� �a�n�d� �m�a�x�(�m�a�s�t�e�r�_�m�e�d�i�c�,� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�)� �<� �4�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �5� �&�!� �n�u�t�r�i�t�i�o�n�i�s�t� �a�d�d�s� �5� �s�p�a�r�k�s�/�d�a�y� �t�o� �f�o�o�d� �c�o�s�t� �b�i�l�l�e�d� �a�t� �d�e�c�a�d�e� �e�n�d� �(�w�a�i�v�e�d� �i�f� �m�a�s�t�e�r� �o�r� �a�s�s�i�s�t�a�n�t� �h�a�s� �A�+� �o�r� �S�+� �m�e�d�i�c�a�l� �s�k�i�l�l�)�
�
 �
�
-�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �f�o�o�d�_�c�o�s�t�
�
+�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�s�u�p�p�l�e�m�e�n�t�s�'�]� �=� �1�:�
�
+�	�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �1�
�
+�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �i�i�f�(�s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �=� �4�,� �2�,� �1�)� �&� �!�A�d�d�e�d� �s�t�a�m�i�n�a� �b�o�n�u�s� �f�o�r� �s�u�p�p�l�e�m�e�n�t�s� �w�i�t�h� �n�u�t�r�i�t�i�o�n�i�s�t� �-� �c�r�u�s�h�b�o�s�s�
�
+�e�n�d�
�
 �
�
 �!�h�e�a�l�i�n�g� �a�n�d� �d�e�p�e�n�d�e�n�c�e� �(�c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n�,� �m�e�r�g�e�d� �v�a�r�i�a�t�i�o�n�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �!� �c�o�w� �v�a�r�i�a�n�t� �o�f� �t�h�i�s� �w�a�s� �l�o�w�e�r�i�n�g� �a�d�d�i�c�t�i�o�n�s� �d�a�i�l�y� �w�i�t�h�o�u�t� �a�n�y� �o�t�h�e�r� �e�f�f�e�c�t�,� �n�o�w� �i�t� �i�s� �t�h�e� �s�a�m�e� �a�s� �o�t�h�e�r� �s�l�a�v�e�s�
�
@@ -15502,18 +15890,21 @@
 �	�	�	�s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s� �=� �m�a�s�t�e�r�_�m�e�d�i�c�
�
 �	�	�e�n�d�
�
 �	�	�!� �a�d�d�e�d� �m�o�o�d� �f�a�c�t�o�r� �(�w�a�s� �o�n�l�y� �i�n� �p�r�i�s�o�n�e�r� �v�a�r�i�a�t�i�o�n� �o�f� �t�h�e� �c�o�d�e�)� �t�o� �o�f�f�s�e�t� �a�b�o�v�e� �c�h�a�n�g�e� �a�n�d� �m�a�k�e� �h�e�a�l�i�n�g� �i�n� �p�r�i�s�o�n� �l�e�s�s� �e�f�f�e�c�t�i�v�e� �(�i�f� �n�e�g�a�t�i�v�e� �m�o�o�d�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+� �s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �-�=� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�)� �&�!� �m�a�x� �0� �s�o� �b�a�d� �m�o�o�d� �c�a�n�n�o�t� �i�n�c�r�e�a�s�e� �b�r�u�i�s�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �>� �0�:�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�*�3�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s� �-� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s� �-� �(�d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �+� �1�)�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�c�a�r�s�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�w�o�u�n�d�e�d�'�]� �=� �1�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>� �0�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s� �&�!� �a�f�t�e�r� �w�o�u�n�d�s� �c�l�o�s�e�,� �t�h�e�y� �c�o�n�t�i�n�u�e� �h�e�a�l�i�n�g� �b�u�t� �h�y�g�i�e�n�e� �n�o� �l�o�n�g�e�r� �a�f�f�e�c�t�s� �t�h�e�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �=� �0�
�
+�	�	�k�i�l�l�v�a�r� �'�s�l�a�v�e�_�h�e�a�l�i�n�g�_�b�o�n�u�s�'�
�
 �
�
 �	�	�!�A�d�d�e�d� �c�h�a�n�c�e� �f�o�r� �s�c�a�r�r�i�n�g� �f�o�r� �s�l�a�v�e� �-� �c�r�u�s�h�b�o�s�s�
�
-�	�	�a� �=� �1� �+� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�0�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�1�0�)�
�
+�	�	�a� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�0�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�1�0�)�
�
 �	�	�i�f� �(�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>�=� �4�0� �a�n�d� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �<� �1�0�0�)� �o�r� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �=� �2� �o�r� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �=� �3�:�
�
 �	�	�	�i�f� �a� �>� �4�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�c�a�r�s�'�]� �+�=� �1�
�
 �	�	�e�l�s�e�i�f� �(�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>�=� �1�0�0� �a�n�d� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �<� �1�2�0�)� �o�r� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �=� �4�:�
�
@@ -15582,7 +15973,7 @@
 �	�	�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �>� �0�:�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1� �&�!� �m�e�n�s�t�r�u�a�t�i�o�n� �r�e�v�e�a�l�s� �f�e�r�t�i�l�i�t�y�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �=� �0� �&�!� �m�e�n�s�t�r�u�a�t�i�o�n� �w�h�i�l�e� �p�r�e�g�n�a�n�t� �e�n�d�s� �t�h�e� �p�r�e�g�n�a�n�c�y� �(�m�i�s�c�a�r�r�i�a�g�e�,� �n�o�t� �i�m�p�l�e�m�e�n�t�e�d�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �=� �0� �&�!� �m�e�n�s�t�r�u�a�t�i�o�n� �w�h�i�l�e� �p�r�e�g�n�a�n�t� �e�n�d�s� �t�h�e� �p�r�e�g�n�a�n�c�y� �(�m�i�s�c�a�r�r�i�a�g�e� �a�n�d� �r�e�a�c�t�i�o�n�s� �t�h�e�r�e�t�o� �a�r�e� �n�o�t� �i�m�p�l�e�m�e�n�t�e�d�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �+�=� �1� �&�!� �t�r�a�c�k�i�n�g� �d�u�r�a�t�i�o�n� �o�f� �m�e�n�s�t�r�u�a�t�i�o�n� �a�n�d� �s�u�p�p�r�e�s�s�i�n�g� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n� �n�o�t�i�f�i�c�a�t�i�o�n� �(�s�h�o�w�n� �w�h�e�n� �=� �1� �o�n�l�y�)�
�
 �	�	�	�!�T�O�D�O�:� �s�e�x� �w�h�i�l�e� �m�e�n�s�t�r�u�a�t�i�o�n� �>� �0� �s�h�o�u�l�d� �i�m�p�a�c�t� �h�y�g�i�e�n�e� �m�o�r�e�,� �a�n�d� �p�e�r�h�a�p�s� �g�i�v�e� �n�e�g� �m�o�o�d�l�e�t�s� �(�d�e�p�e�n�d�i�n�g� �o�n� �m�a�s�t�e�r� �/� �s�l�a�v�e� �p�e�r�v�e�r�s�i�o�n�)�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �>� �3� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�)�:�
�
@@ -15590,8 +15981,8 @@
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �0�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �0�
�
 �	�	�	�e�n�d�
�
-�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0�:�
�
-�	�	�	�!� �p�r�e�g�n�a�n�t� �a�n�d� �f�e�r�t�i�l�e� �(�n�o�t� �i�m�m�a�t�u�r�e�,� �n�o�t� �s�t�e�r�i�l�i�z�e�d�,� �n�o�t� �e�g�g�l�a�y�i�n�g�)� �=� �r�e�a�l� �p�r�e�g�n�a�n�c�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �!� �-�2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �!� �1�:�
�
+�	�	�	�!� �p�r�e�g�n�a�n�t�,� �n�o�t� �i�m�m�a�t�u�r�e�,� �n�o�t� �e�g�g�l�a�y�i�n�g� �=� �r�e�a�l� �p�r�e�g�n�a�n�c�y� �(�i�f� �p�r�e�g�n�a�n�t� �b�e�f�o�r�e� �s�t�e�r�i�l�i�z�a�t�i�o�n�,� �p�r�e�g�n�a�n�c�y� �c�o�n�t�i�n�u�e�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �+�=� �1� �&�!� �c�o�u�n�t�i�n�g� �d�a�y�s� �p�r�e�g�n�a�n�t� �(�e�a�r�l�y� �t�e�r�m� �i�s� �3�7�w�0�d� �t�o� �3�8�w�6�d� �[�2�5�9�-�2�7�2� �d�a�y�s�]�,� �f�u�l�l� �t�e�r�m� �i�s� �3�9�w�0�d� �-� �4�0�w�6�d� �[�2�7�3� �t�o� �2�8�6� �d�a�y�s�]�,� �a�f�t�e�r� �i�s� �l�a�t�e�)�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1� �+� �(�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �/� �3�0�)� �&�!� �p�r�e�g�n�a�n�c�y� �d�r�a�i�n�s� �s�t�a�m�i�n�a� �a�t� �a�n� �i�n�c�r�e�a�s�i�n�g� �d�a�i�l�y� �r�a�t�e� �a�s� �i�t� �p�r�o�g�r�e�s�s�e�s� �t�o� �t�e�r�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!�P�r�e�g�n�a�n�c�y� �R�e�v�e�a�l�e�d� �-� �o�v�e�r�h�a�u�l�e�d� �e�n�t�i�r�e� �p�r�e�g�n�a�n�c�y� �s�y�s�t�e�m� �-� �a�d�d�e�d� �$�p�r�e�g�n�a�n�c�y� �a�n�d� �$�p�r�e�g�n�a�n�c�y�_�a�s�s�i�s�t�a�n�t� �m�o�d�u�l�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�o�v�e�r�h�a�u�l�e�d� �a�g�a�i�n�,� �m�o�d�u�l�e�s� �r�e�m�o�v�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
@@ -15609,11 +16000,11 @@
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�y�c�l�e�_�d�a�y�'�]� �-�=� �1� �&�!� �c�o�u�n�t�d�o�w�n� �t�o� �b�e�g�i�n�n�i�n�g� �o�f� �t�h�e� �n�e�x�t� �c�y�c�l�e�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�y�c�l�e�_�d�a�y�'�]� �<�=� �0�:�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �1� �&�!� �t�o�d�a�y� �i�s� �f�i�r�s�t� �d�a�y� �o�f� �m�e�n�s�t�r�u�a�t�i�o�n� �(�t�r�i�g�g�e�r�s� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n� �n�o�t�i�f�i�c�a�t�i�o�n�s�)�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �1�0�0�0� �&�!� �l�a�r�g�e� �m�a�g�n�i�t�u�d�e� �t�o� �s�u�r�v�i�v�e� �a�n�y� �m�o�d�_�d�r�o�p� �i�n�c�l�u�d�i�n�g� �t�h�e� �-�1�0�0� �f�r�o�m� �W�a�t�e�r� �o�f� �L�e�t�h�e�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �1�0�0�0� �&�!� �l�a�r�g�e� �m�a�g�n�i�t�u�d�e� �t�o� �s�u�r�v�i�v�e� �a�n�y� �m�o�o�d�_�d�r�o�p� �i�n�c�l�u�d�i�n�g� �t�h�e� �-�1�0�0� �f�r�o�m� �W�a�t�e�r� �o�f� �L�e�t�h�e�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�y�c�l�e�_�d�a�y�'�]� �=� �r�a�n�d�(�2�1�,�3�5�)� �&�!� �d�u�r�a�t�i�o�n� �o�f� �n�e�x�t� �c�y�c�l�e� �v�a�r�i�e�s� �f�r�o�m� �2�1� �t�o� �3�5� �d�a�y�s�,� �a�v�e�r�a�g�i�n�g� �2�8� �(�s�y�n�c�h�r�o�n�i�z�a�t�i�o�n� �o�f� �w�o�m�e�n� �l�i�v�i�n�g� �t�o�g�e�t�h�e�r� �i�s� �a� �m�y�t�h�)�
�
 �	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�o�v�u�l�a�t�i�o�n�'�]� �>� �0�:�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�o�v�u�l�a�t�i�o�n�'�]� �-�=� �1� �&�!� �c�o�u�n�t�d�o�w�n� �t�o� �o�v�u�l�a�t�i�o�n� �d�a�y�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�v�u�l�a�t�i�o�n�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�n�s�e�m�i�n�a�t�e�d�'�]� �>� �i�i�f�(�d�y�n�s�l�a�v�e�_�t�y�p�e� �=� �2�5�7�2�,� �4�,� �r�a�n�d�(�1�,�5�)�)�:�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�v�u�l�a�t�i�o�n�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�n�s�e�m�i�n�a�t�e�d�'�]� �>� �i�i�f�(�d�y�n�s�l�a�v�e�_�t�y�p�e� �=� �2�5�7�2�,� �1�,� �r�a�n�d�(�1�,�5�)�)�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �=� �1� �&�!� �p�r�e�g�n�a�n�c�y� �s�t�a�r�t�s� �o�n� �o�v�u�l�a�t�i�o�n� �d�a�y� �i�f� �l�i�v�e� �s�p�e�r�m� �c�a�n� �r�e�a�c�h� �t�h�e� �e�g�g� �(�m�a�x� �8�0�%� �c�h�a�n�c�e�,� �r�e�d�u�c�e�d� �b�y� �t�i�m�e� �s�i�n�c�e� �i�n�s�e�m�i�n�a�t�i�o�n�)�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�_�r�e�v�e�a�l�e�d�'�]� �=� �0�
�
 �	�	�	�	�e�n�d�
�
@@ -15625,12 +16016,12 @@
 �	�	�d�y�n�s�l�a�v�e�[�'�e�g�g�_�t�i�m�e�'�]� �=� �0�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�g�g�s�_�t�o�_�l�a�y�'�]� �<�=� �0�:�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�e�g�g�s�_�t�o�_�l�a�y�'�]� �=� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �+� �r�a�n�d�(�3�,�6�)�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�e�g�g�s�_�t�o�_�l�a�y�'�]� �=� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �b�a�r�n�_�e�g�g�_�p�r�o�f�i�t�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�)� �&�!� �[�0�,�2�]� �+� �[�0�,�5�]� �+� �[�0�,�5�]� �+� �p�s�e�u�d�o�-�r�a�n�d�(�3�,�6�)� �=� �[�3�,�1�8�]�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �=� �1� �&�!� �r�e�p�u�r�p�o�s�e� �p�r�e�g�n�a�n�t� �v�a�r�i�a�b�l�e� �a�s� �a� �d�e�l�a�y� �t�i�m�e�r� �c�o�u�n�t�i�n�g� �d�a�y�s� �u�n�t�i�l� �n�e�x�t� �b�a�t�c�h� �o�f� �e�g�g�s� �a�r�e� �r�e�a�d�y�
�
 �	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �3�:�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�e�g�g�s�_�t�o�_�l�a�y�'�]� �-�=� �1� �&�!� �l�a�y� �o�n�e� �e�g�g� �e�a�c�h� �d�a�y� �a�f�t�e�r� �t�h�e� �t�h�i�r�d� �d�a�y� �u�n�t�i�l� �a�l�l� �e�g�g�s� �a�r�e� �l�a�i�d�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�e�g�g�_�t�i�m�e�'�]� �=� �1� �&�!� �n�o�t�i�f�i�e�s� �e�n�d�_�o�f�_�d�a�y�_�s�c�r�e�e�n� �t�h�a�t� �a�n� �e�g�g� �w�a�s� �l�a�i�d� �t�o�d�a�y� �b�y� �t�h�i�s� �s�l�a�v�e�
�
-�	�	�	�	�t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y� �+�=� �1� �&�!� �g�l�o�b�a�l� �c�o�u�n�t�e�r� �o�f� �e�g�g�s� �l�a�i�d� �t�o�d�a�y� �b�y� �a�l�l� �s�l�a�v�e�s� �i�n� �t�h�e� �h�o�u�s�e�h�o�l�d�
�
+�	�	�	�	�t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y� �+�=� �1� �&�!� �g�l�o�b�a�l� �c�o�u�n�t�e�r� �o�f� �e�g�g�s� �l�a�i�d� �t�o�d�a�y� �b�y� �a�l�l� �s�l�a�v�e�s� �i�n� �t�h�e� �h�o�u�s�e�h�o�l�d�,� �c�l�e�a�r�e�d� �i�n� �e�n�d�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �1�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �3� �&�!� �r�e�l�a�x�e�d�
�
 �	�	�	�e�l�s�e�
�
@@ -15781,7 +16172,9 @@
 �	�	�o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �+�=� �1�
�
 �	�	�$�s�l�a�v�e�[�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�]� �+�=� �i�i�f�(�$�s�l�a�v�e�[�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�]� �!� �'�'�,� �'�<�b�r�>�'�,� �'�'�)� �+� �'�<�u�>�B�e�h�a�v�e� �a�s� �p�e�t�<�/�u�>�:� �'�
�
 �	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �-� �5�*�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]�:�
�
-�	�	�	�i�f� �s�l�a�v�e�[�'�f�o�r�c�e�_�r�u�l�e�s�'�]� �=� �1� �a�n�d� �(�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0� �o�r� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�p�e�t�s�u�i�t�'�)�:�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�f�o�r�c�e�_�r�u�l�e�s�'�]� �=� �1� �a�n�d� �(�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0� �o�r� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�p�e�t�s�u�i�t�'�)� �a�n�d� �_� �
�
+�	�	�	�	�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �2� �o�r� �s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �!� �0� �o�r� �s�l�a�v�e�[�'�p�e�t�'�]� �>�=� �3� �o�r� �s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �>� �0� �o�r� �_� �
�
+�	�	�	�	� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �<�=� �0� �o�r� �s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �!� �0� �o�r� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �!� �0�)�:�
�
 �	�	�	�	�i�f� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �=� �0� �a�n�d� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �!� �'�p�e�t�s�u�i�t�'�:�
�
 �	�	�	�	�	�i�f� �$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �!� �'�'�:� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �+�=� �1� �&�!� �r�e�t�u�r�n� �w�h�a�t�e�v�e�r� �t�h�e� �s�l�a�v�e� �w�a�s� �w�e�a�r�i�n�g� �b�e�f�o�r�e� �t�o� �s�l�a�v�e� �i�n�v�e�n�t�o�r�y�
�
 �	�	�	�	�	�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �-�=� �1� �&�!� �t�r�a�n�s�f�e�r� �f�r�o�m� �m�a�s�t�e�r� �i�n�v�e�n�t�o�r�y�;� �b�e�c�o�m�e�s� �a�u�r�a�-�b�o�u�n�d� �o�n� �f�i�r�s�t� �u�s�e�
�
@@ -15803,8 +16196,8 @@
 �	�	�	�$�s�l�a�v�e�[�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�]� �+�=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a� �g�o�o�d� �p�e�t�.�'�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�e�t�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �0�:�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�
�
-�	�	�	�i�f� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0�:�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]�*�5�
�
+�	�	�	�i�f� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]�*�5� �>� �0�:�
�
 �	�	�	�	�$�s�l�a�v�e�[�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�]� �+�=� �'� �S�h�e� �s�e�e�m�s� �t�o� �r�e�s�e�n�t� �t�h�i�s�.�'�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�$�s�l�a�v�e�[�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�]� �+�=� �'� �S�h�e� �s�e�e�m�s� �t�o� �e�n�j�o�y� �i�t�.�'�
�
@@ -15978,10 +16371,10 @@
 �	�!�H�a�n�d�l�e� �r�e�s�u�l�t�s� �w�h�e�n� �s�l�a�v�e� �b�r�e�a�k�s� �o�n�e� �o�r� �m�o�r�e� �r�u�l�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�i�f� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �>� �0�:�
�
 �	�	�s�l�a�v�e�[�'�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �=� �1�
�
-�	�	�r�u�l�e�s�_�b�r�o�k�e�n�_�m�e�s�s�a�g�e� �=� �1�
�
+�	�	�r�u�l�e�s�_�b�r�o�k�e�n�_�m�e�s�s�a�g�e� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�e�l�s�e�
�
 �	�	�s�l�a�v�e�[�'�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �=� �0�
�
-�	�	�r�u�l�e�s�_�b�r�o�k�e�n�_�m�e�s�s�a�g�e� �=� �0�
�
+�	�	�r�u�l�e�s�_�b�r�o�k�e�n�_�m�e�s�s�a�g�e� �=� �0� �&�!� �f�l�a�g� �f�o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �s�l�a�v�e�[�'�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �=� �1�:�
�
@@ -15991,7 +16384,6 @@
 �	�	�i�f� �s�l�a�v�e�[�'�s�i�n�'�]� �>� �1�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �-�=� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �&�!� �H�a�b�i�t�u�a�l� �o�b�e�d�i�e�n�c�e� �i�s� �r�e�d�u�c�e�d� �w�h�e�n� �t�h�e� �s�l�a�v�e� �r�e�f�u�s�e�s� �t�o� �d�o� �s�o�m�e�t�h�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �s�l�a�v�e�[�'�e�g�o�'�]� �&�!� �I�n�s�t�i�n�c�t�u�a�l� �o�b�e�d�i�e�n�c�e� �i�s� �r�e�d�u�c�e�d� �w�h�e�n� �t�h�e� �s�l�a�v�e� �s�u�c�c�e�s�s�f�u�l�l�y� �d�i�s�o�b�e�y�s�,� �u�n�d�e�r�m�i�n�i�n�g� �t�h�e� �p�e�r�c�e�p�t�i�o�n� �t�h�a�t� �t�h�e� �m�a�s�t�e�r� �i�s� �s�u�p�e�r�i�o�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �&�!� �R�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e� �i�s� �r�e�d�u�c�e�d� �h�e�r�e� �n�o�t� �f�o�r� �l�a�c�k� �o�f� �t�r�u�s�t� �t�h�a�t� �o�b�e�d�i�e�n�c�e� �w�o�u�l�d� �b�e� �r�e�w�a�r�d�e�d� �b�u�t� �b�e�c�a�u�s�e� �t�h�e� �s�l�a�v�e� �i�s� �n�o�t� �w�i�l�l�i�n�g� �t�o� �f�u�l�f�i�l�l� �t�h�e�i�r� �s�i�d�e� �o�f� �t�h�a�t� �e�q�u�a�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�i�l�e�n�c�e�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�s�i�l�e�n�c�e�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �1�:�
�
 �	�	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�p�r�e�s�s�i�o�n�'�]� �+�=� �1�
�
@@ -16042,13 +16434,8 @@
 �	�	�i�f� �s�l�a�v�e�[�'�e�x�p�r�e�s�s�i�o�n�'�]� �<� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�:� �s�l�a�v�e�_�r�a�t�e�[�'�e�x�p�r�e�s�s�i�o�n�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�h�u�m�i�l�i�t�y�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�h�u�m�i�l�i�t�y�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �0�:�
�
-�	�	�i�f� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �2�:�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�/�2�)�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�/�2�)�
�
-�	�	�e�l�s�e�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �1�
�
-�	�	�e�n�d�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �m�a�x�(�1�,� �m�i�n�(�5� �-� �s�l�a�v�e�[�'�e�g�o�'�]�,� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�/�2�)�)�)�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�a�x�(�1�,� �m�i�n�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�,� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�/�2�)�)�)�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�n�o�_�s�h�i�t�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�n�o�_�s�h�i�t�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �0�:�
�
@@ -16062,14 +16449,13 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�e�t�'�]� �+�=� �2�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�e�t�'�]� �>�=� �m�a�x�(�3�,� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�g�o�o�d�_�p�e�t�'�]� �=� �1�
�
+�	�	�i�f� �s�l�a�v�e�[�'�p�e�t�'�]� �>�=� �m�a�x�(�3�,� �m�a�s�t�e�r�_�c�h�a�)�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�g�o�o�d�_�p�e�t�'�]� �=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�b�l�o�w�j�o�b�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�b�l�o�w�j�o�b�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �0�:�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�0�,� �m�i�n�(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �+� �1�,� �s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �-� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�/�2�)�)� �&�!� �k�e�e�p� �w�i�t�h�i�n� �[�0�,�5�]� �r�a�n�g�e� �b�e�c�a�u�s�e� �e�x�c�i�t�e�m�e�n�t� �c�a�n� �b�e� �n�e�g�a�t�i�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0�:�
�
 �	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�g�o�o�d�_�m�o�r�n�i�n�g�'�]� �=� �1�
�
-�	�	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �5� �a�n�d� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �<� �3�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �=� �3�
�
 �	�	�e�l�s�e�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�,� �3� �&�!� �s�l�a�v�e� �f�e�e�l�s� �g�u�i�l�t�y� �(�c�a�p�p�e�d� �a�t� �3�)�
�
 �	�	�e�n�d�
�
@@ -16084,8 +16470,8 @@
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�u�r�i�n�a�l�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�u�r�i�n�a�l�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �0�:�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �-� �3�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �1�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �>� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�t�o�i�l�e�t�'�]� �=� �1�
�
+�	�	�i�f� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �1�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �>� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�t�o�i�l�e�t�'�]� �+�=� �1�
�
 �	�	�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �m�a�x�(�0�,� �4� �-� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]�)� �&�!� �f�i�x�e�d� �s�i�g�n� �o�f� �p�e�r�v�e�r�s�i�o�n�,� �z�e�r�o� �a�s� �l�o�w�e�r� �b�o�u�n�d� �s�o� �m�o�o�d� �e�f�f�e�c�t� �c�a�n�n�o�t� �b�e� �p�o�s�i�t�i�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �<� �4� �a�n�d� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �1�:� �s�l�a�v�e�[�'�n�e�g�_�r�u�l�e�s�'�]� �=� �1�
�
@@ -16098,7 +16484,7 @@
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�a�d�v�a�n�c�e�_�s�e�x�_�s�k�i�l�l�s�_�n�o�l�e�s�s�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�t�o�i�l�e�t�_�r�u�l�e�'�]� �=� �1� �a�n�d� �s�l�a�v�e�[�'�t�o�i�l�e�t�_�r�u�l�e�_�b�r�o�k�e�n�'�]� �=� �0�:�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �2�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�i�f� �s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �2�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �2�0�)� �&�!� �m�o�o�d�l�e�t� �d�u�r�a�t�i�o�n� �i�s� �t�w�i�c�e� �a�s� �l�o�n�g� �a�s� �u�r�i�n�a�l� �r�u�l�e� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�[�'�s�u�b�_�k�o�p�r�o�'�]� �-� �3�
�
 �	�	�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�k�o�p�r�o�'�]� �>� �3�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�t�o�i�l�e�t�'�]� �+�=� �1�
�
@@ -16123,10 +16509,9 @@
 �
�
 �	�!�P�e�n�a�l�t�i�e�s� �a�n�d� �B�o�n�u�s�e�s� �f�o�r� �f�o�r�c�i�n�g� �r�u�l�e�s� �t�h�a�t� �t�h�e� �s�l�a�v�e� �h�a�t�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�v�i�s�e�d� �t�o� �r�e�f�l�e�c�t� �s�t�a�t� �d�i�f�f�e�r�e�n�c�e�s� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �	�i�f� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]� �>� �0�:�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �m�i�n�(�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�,� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]�)�*�5� �&�!� �f�o�r�c�i�n�g� �r�u�l�e�s� �r�a�i�s�e�s� �d�e�s�p�a�i�r� �s�l�o�w�e�r� �i�f� �t�h�e� �s�l�a�v�e� �h�a�s� �l�o�w� �s�e�n�s�i�t�i�v�i�t�y�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]�*�(�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �2�)� �&�!� �f�o�r�c�i�n�g� �r�u�l�e�s� �r�a�i�s�e�s� �d�e�s�p�a�i�r� �s�l�o�w�e�r� �i�f� �t�h�e� �s�l�a�v�e� �h�a�s� �l�o�w� �s�e�n�s�i�t�i�v�i�t�y�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �-�=� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]�*�5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�,� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]�)� �&�!� �f�o�r�c�i�n�g� �r�u�l�e�s� �r�a�i�s�e�s� �a�w�a�r�e�n�e�s�s� �s�l�o�w�e�r� �i�f� �t�h�e� �s�l�a�v�e� �h�a�s� �l�o�w� �i�n�t�e�l�l�e�c�t�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]�*�m�i�n�(�i�i�f�(�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2�,� �2�,� �4�)�,� �m�a�x�(�1�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�-�1�)�)� �&�!� �e�a�s�y�/�n�o�r�m�a�l�:� �-�4�,� �-�3�,� �-�2�,� �-�1�,� �-�1�;� �h�a�r�d�c�o�r�e�:� �-�2�,� �-�2�,� �-�2�,� �-�1�,� �-�1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �s�l�a�v�e�[�'�n�u�m�_�r�u�l�e�s�_�w�a�n�t�t�o�b�r�e�a�k�'�]�
�
 �	�e�n�d�
�
 �
�
@@ -16145,6 +16530,7 @@
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �0� �&�!� �n�o� �s�p�o�i�l� �m�o�o�d�l�e�t� �a�f�t�e�r� �o�v�e�r�n�i�g�h�t� �i�n� �p�r�i�s�o�n� �(�t�h�e� �t�e�x�t� �i�s� �i�n�c�o�n�g�r�u�o�u�s� �w�i�t�h� �t�h�e� �s�i�t�u�a�t�i�o�n�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!�S�L�E�E�P� �I�N� �C�E�L�L�S� �(�a�p�p�l�i�e�s� �t�o� �p�r�i�s�o�n�e�r� �o�r� �s�l�a�v�e� �w�i�t�h� �c�o�r�r�e�s�p�o�n�d�i�n�g� �s�l�e�e�p� �r�u�l�e�)�:� �A�l�w�a�y�s� �a�p�p�l�y� �p�h�y�s�i�c�a�l� �e�f�f�e�c�t�s� �(�a�b�o�v�e�)�,� �c�h�e�c�k� �n�o�t� �f�a�i�n�t�e�d� �f�o�r� �m�e�n�t�a�l� �i�m�p�a�c�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1�:�
�
 �	�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�*�4�
�
 �	�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�
�
@@ -16190,11 +16576,9 @@
 �	�	�!�S�L�E�E�P� �O�N� �F�L�O�O�R�:� �A�l�w�a�y�s� �a�p�p�l�y� �p�h�y�s�i�c�a�l� �e�f�f�e�c�t�s� �(�a�b�o�v�e�)�,� �c�h�e�c�k� �n�o�t� �f�a�i�n�t�e�d� �f�o�r� �m�e�n�t�a�l� �i�m�p�a�c�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �&�!� �e�f�f�e�c�t� �r�a�n�g�e�s� �f�r�o�m� �-�0� �t�o� �-�0�.�5� �m�o�o�d�,� �i�n� �a�d�d�i�t�i�o�n� �t�o� �-�1� �f�r�o�m� �t�h�e� �m�o�o�d�l�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �2� �&�!� �s�l�a�v�e� �g�r�o�w�s� �a�c�c�u�s�t�o�m�e�d� �t�o� �t�h�e� �s�i�t�u�a�t�i�o�n�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2� �&�!� �s�l�a�v�e� �f�e�e�l�s� �s�u�p�e�r�i�o�r�i�t�y� �o�f� �m�a�s�t�e�r�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �m�a�x�(�1�,� �m�i�n�(�2�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�/�5�)�)� �&�!� �s�l�a�v�e� �f�e�e�l�s� �s�u�p�e�r�i�o�r�i�t�y� �o�f� �m�a�s�t�e�r� �(�a�d�d�e�d� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �c�h�e�c�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �	�	�	�!�T�O�D�O�:� �p�r�o�p�o�s�e�d� �r�e�v�i�s�i�o�n� �(�S�l�e�e�p�i�n�g� �o�n� �t�h�e� �f�l�o�o�r� �i�s� �n�o�w� �c�o�n�s�i�d�e�r�e�d� �a� �p�u�n�i�s�h�m�e�n�t� �s�i�m�i�l�a�r� �t�o� �s�l�e�e�p�i�n�g� �i�n� �t�h�e� �c�e�l�l�s� �a�n�d� �w�i�l�l� �r�e�s�o�l�v�e� �g�u�i�l�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!�T�O�D�O�:� �p�r�o�p�o�s�e�d� �r�e�v�i�s�i�o�n� �(�I�f� �t�h�e� �s�l�a�v�e� �d�o�e�s� �n�o�t� �f�e�e�l� �a�n�y� �g�u�i�l�t�,� �s�l�e�e�p�i�n�g� �o�n� �t�h�e� �f�l�o�o�r� �w�i�l�l� �d�r�a�i�n� �a�w�a�r�e�n�e�s�s� �a�n�d� �i�n�c�r�e�a�s�e� �a�n�g�s�t�)�
�
-�	�	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �&�!� �s�l�a�v�e� �f�e�e�l�s� �s�u�p�e�r�i�o�r�i�t�y� �o�f� �m�a�s�t�e�r�
�
 �	�	�	�!�i�f� �s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�:�
�
 �	�	�	�!�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �(�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�*�2� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�/�3� �&�!� �a�n�g�s�t� �i�n�c�r�e�a�s�e�s� �b�y� �w�e�i�g�h�t�e�d� �a�v�e�r�a�g�e� �o�f� �s�e�n�s�i�t�i�v�i�t�y� �(�x�2�)� �a�n�d� �t�e�m�p�e�r�a�m�e�n�t� �(�x�1�)�
�
 �	�	�	�!�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �2� �&�!� �d�r�a�i�n� �a�w�a�r�e�n�e�s�s� �d�u�e� �t�o� �p�u�n�i�s�h�m�e�n�t� �w�i�t�h�o�u�t� �g�u�i�l�t�
�
@@ -16222,8 +16606,6 @@
 �	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �1�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
-�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �2�:�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2�)� �&�!� �d�i�s�a�b�l�e�d�:� �m�o�o�d�l�e�t� �i�s� �e�n�o�u�g�h� �o�f� �a� �b�o�o�s�t�,� �e�x�t�r�a� �m�o�o�d� �r�a�t�e� �i�s� �o�v�e�r�k�i�l�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �&�!� �n�e�g�a�t�i�v�e� �m�o�o�d� �r�a�t�e� �c�a�n� �s�t�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -16244,9 +16626,9 @@
 �	�!�S�l�a�v�e� �s�l�e�e�p�s� �i�n� �b�o�u�d�o�i�r� �-� �i�m�p�r�o�v�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�i�f� �s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �=� �2�:�
�
 �	�	�!�F�o�r� �a� �'�p�o�s�i�t�i�v�e�'� �s�l�e�e�p�i�n�g� �c�o�n�d�i�t�i�o�n�,� �e�v�e�n� �i�f� �s�l�a�v�e� �i�s� �u�n�c�o�n�s�c�i�o�u�s�,� �t�h�e�y� �w�o�u�l�d� �f�i�n�d� �o�u�t� �w�h�e�r�e� �t�h�e�y� �s�l�e�p�t� �w�h�e�n� �t�h�e�y� �w�a�k�e� �u�p�,� �s�o� �a�p�p�l�y� �a�l�l� �e�f�f�e�c�t�s� �e�v�e�n� �i�f� �u�n�c�o�n�s�c�i�o�u�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2�
�
+�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �3� �&�!� �g�i�v�e�s� �f�u�l�l� �e�n�e�r�g�y� �s�t�a�r� �m�o�r�e� �t�h�a�n� �s�l�e�e�p�i�n�g� �w�i�t�h� �m�a�s�t�e�r�,� �b�u�t� �d�o�e�s� �n�o�t� �r�a�i�s�e� �d�e�v�o�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0�:�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�*�5�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�*�5�
�
 �	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �1� �a�n�d� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �4�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �1�
�
 �	�	�e�n�d�
�
@@ -16254,6 +16636,7 @@
 �	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �&�!� �t�h�e�r�e� �i�s� �a�l�r�e�a�d�y� �a� �m�o�o�d�l�e�t�,� �b�u�t� �s�l�e�e�p�i�n�g� �i�n� �t�h�e� �b�o�u�d�o�i�r� �i�s� �a� �p�r�i�v�i�l�e�g�e�:� �t�h�i�s� �a�d�d�s� �u�p� �t�o� �+�0�.�5� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �&�!� �a�d�d�e�d� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �c�h�e�c�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �1� �&�!� �s�l�a�v�e� �g�r�o�w�s� �a�c�c�u�s�t�o�m�e�d� �t�o� �t�h�e� �s�i�t�u�a�t�i�o�n�
�
+�	�	�i�f� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1� �&�!� �e�m�p�a�t�h�y� �i�n�c�r�e�a�s�e�s� �p�a�s�s�i�v�e�l�y� �u�p� �t�o� �B�+� �(�S�e�n�s�i�t�i�v�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1� �&�!� �n�a�t�u�r�e� �i�n�c�r�e�a�s�e�s� �p�a�s�s�i�v�e�l�y� �u�p� �t�o� �B�+� �(�I�n�d�e�p�e�n�d�e�n�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �a�n�d� �u�t�t�e�r�l�y�j�u�n�k�y�
�
 �	�e�n�d�
�
 �
�
@@ -16268,12 +16651,11 @@
 �	�	�	�a�n�g�s�t�_�r�i�s�e� �=� �6� �-� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�
�
 �	�	�	�i�f� �a�n�g�s�t�_�r�i�s�e� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�	�e�l�s�e�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�4� �+� �d�y�n�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]�*�3� �+� �d�y�n�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�3� �+� �d�y�n�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �&�!� �r�e�m�o�v�e�d� �i�n�s�t�i�n�c�t�,� �r�e�d�u�c�e�d� �w�e�i�g�h�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!� �d�i�s�c�a�r�d�e�d� �p�r�i�s�o�n�e�r� �f�o�r�m�u�l�a�,� �w�h�i�c�h� �w�a�s� �(�i�f� �p�o�s�i�t�i�v�e� �m�o�o�d� �i�n� �p�r�i�s�o�n�)�:� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �p�r�i�s�o�n�e�r�[�'�m�o�o�d�'�]� �*� �p�r�i�s�o�n�e�r�[�'�a�n�g�s�t�'�]� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�!�A�n�g�s�t� �i�n�c�r�e�a�s�e� �i�f� �t�o�o� �m�a�n�y� �p�u�n�i�s�h�m�e�n�t�s� �a�r�e� �g�i�v�e�n� �o�u�t� �p�e�r� �d�a�y� �-� �s�l�a�v�e�s� �w�h�o� �a�r�e� �a�b�u�s�e�d� �l�o�s�e� �h�o�p�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �>� �2�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �(�d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �*� �5�)�
�
+�	�	�!�A�n�g�s�t� �i�n�c�r�e�a�s�e� �i�f� �t�o�o� �m�a�n�y� �p�u�n�i�s�h�m�e�n�t�s� �a�r�e� �g�i�v�e�n� �o�u�t� �p�e�r� �d�a�y� �-� �s�l�a�v�e�s� �w�h�o� �a�r�e� �a�b�u�s�e�d� �l�o�s�e� �h�o�p�e� �(�m�o�v�e�d� �t�o� �$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �=� �0� �&�!� �r�e�s�e�t� �h�e�r�e� �i�n�s�t�e�a�d� �o�f� �i�n� �$�e�n�d�_�d�a�y�_�v�a�r�i�a�b�l�e�_�r�e�s�e�t� �s�o� �y�o�u� �c�a�n�n�o�t� �f�r�e�e�z�e� �s�l�a�v�e�s� �t�o� �a�v�o�i�d� �r�a�i�s�i�n�g� �a�n�g�s�t� �w�i�t�h� �t�o�o� �m�a�n�y� �p�u�n�i�s�h�m�e�n�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�	�!�A�n�g�s�t� �d�o�e�s� �t�h�e� �d�i�r�t�y� �w�o�r�k�
�
@@ -16281,8 +16663,10 @@
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�
�
 �
�
-�	�	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�n�g�s�t�'�]� �=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �(�4� �-� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�:�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�n�g�s�t�'�]� �=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �&�!� �a�t� �F�-� �s�e�n�s�i�t�i�v�i�t�y�,� �5� �a�n�g�s�t� �w�i�l�l� �a�p�p�l�y� �m�o�o�d�l�e�t�;� �a�t� �B�+�,� �2� �a�n�g�s�t�;� �a�t� �A�+�,� �1� �a�n�g�s�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �-� �1� �&�!� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s� �a�l�s�o� �d�e�c�a�y� �f�a�s�t�e�r� �w�h�e�n� �a�b�o�v�e� �m�o�o�d�l�e�t� �i�s� �a�p�p�l�i�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �}�
�
@@ -16298,7 +16682,7 @@
 �	�	�	�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �-�=� �1�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �=� �0�
�
 �	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �0�:�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�5�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�3�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�!�R�e�d�u�c�e� �t�h�e� �m�o�o�d� �b�e�c�a�u�s�e� �o�f� �f�e�a�r�
�
@@ -16309,7 +16693,7 @@
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�f�e�a�r�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�i�f� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �-� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�)�/�2� �&�!� �i�n�t�i�m�i�d�a�t�i�o�n�/�s�u�b�m�i�s�s�i�o�n�-�b�a�s�e�d� �o�b�e�d�i�e�n�c�e� �f�a�d�e�s� �i�f� �t�h�e� �m�a�s�t�e�r� �h�a�s� �a� �w�e�a�k�e�r� �a�u�r�a� �t�h�a�n� �t�h�e� �s�l�a�v�e�,� �o�f�f�s�e�t� �b�y� �f�e�a�r� �(�a� �s�l�a�v�e� �w�i�t�h� �b�e�l�o�w�-�a�v�e�r�a�g�e� �n�a�t�u�r�e� �c�a�n� �g�a�i�n� �t�a�m�i�n�g� �i�n�s�t�e�a�d�,� �w�h�e�n� �f�e�a�r� �i�s� �h�i�g�h� �e�n�o�u�g�h�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �-� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�)�/�2�)� �&�!� �i�f� �t�h�e� �m�a�s�t�e�r� �h�a�s� �a� �w�e�a�k�e�r� �a�u�r�a� �t�h�a�n� �t�h�e� �s�l�a�v�e�,� �i�n�t�i�m�i�d�a�t�i�o�n�/�s�u�b�m�i�s�s�i�o�n�-�b�a�s�e�d� �o�b�e�d�i�e�n�c�e� �f�a�d�e�s�,� �o�f�f�s�e�t� �b�y� �f�e�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �}�
�
 �
�
@@ -16340,6 +16724,8 @@
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�
�
 �	�	�e�n�d�
�
 �
�
+�	�	�!� �m�o�o�d�l�e�t�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�,� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�)� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �>�=� �-�1�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �1� �&�!� �n�o�t� �f�o�r� �p�r�i�s�o�n�e�r�s� �o�r� �s�l�a�v�e�s� �s�l�e�e�p�i�n�g� �i�n� �c�e�l�l�s� �(�T�O�D�O�:� �o�r� �o�n� �t�h�e� �f�l�o�o�r�)�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
@@ -16347,8 +16733,8 @@
 �	�	�d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]� �=� �0� �&�!� �r�e�s�e�t� �h�e�r�e� �i�n�s�t�e�a�d� �o�f� �i�n� �$�e�n�d�_�d�a�y�_�v�a�r�i�a�b�l�e�_�r�e�s�e�t� �s�o� �y�o�u� �c�a�n�n�o�t� �f�r�e�e�z�e� �s�l�a�v�e�s� �t�o� �a�v�o�i�d� �s�p�o�i�l�i�n�g� �t�h�e�m� �w�i�t�h� �t�o�o� �m�a�n�y� �r�e�w�a�r�d�s� �(�b�u�t� �y�o�u� �c�a�n� �s�t�i�l�l� �a�v�o�i�d� �i�t� �b�y� �m�a�k�i�n�g� �t�h�e�m� �f�a�i�n�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�	�!�l�o�w�e�r�i�n�g� �s�p�o�i�l� �-� �i�m�p�r�o�v�e�d� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�s�t�r�u�c�t�u�r�e�d� �a�n�d� �a�l�s�o� �a�p�p�l�i�e�d� �t�o� �p�r�i�s�o�n�e�r�,� �s�l�e�e�p�i�n�g� �i�n� �c�e�l�l�s�,� �s�l�e�e�p�i�n�g� �o�n� �f�l�o�o�r�,� �n�o�t� �b�e�i�n�g� �f�e�d� �a�n�d� �b�e�i�n�g� �m�o�r�e� �a�f�r�a�i�d� �t�h�a�n� �d�e�v�o�t�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�	�	�i�f� �(�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �0�)� �a�n�d� �(�o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �>�=� �i�i�f�(�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2�,� �3�,� �2�)� �o�r� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �!� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�:�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �-�=� �1� �+� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]�)�
�
+�	�	�i�f� �(�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �0�)� �a�n�d� �(�'�d�y�n�s�l�a�v�e�'� �!� �'�s�l�a�v�e�'� �o�r� �o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �>�=� �i�i�f�(�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2�,� �3�,� �2�)� �o�r� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �!� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �-�=� �1� �+� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2� �+� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]�)�*�3�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�	�e�n�d�
�
 �
�
@@ -16363,11 +16749,12 @@
 �
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�s� �c�o�n�s�c�i�o�u�s� �o�n�l�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �+� �(�d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �-� �3�)� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �_�
�
+�	�	�	�!� �c�a�r�r�y� �o�v�e�r� �+�0�.�2� �m�o�o�d� �f�o�r� �e�a�c�h� �l�e�v�e�l� �o�f� �p�r�e�v�i�o�u�s� �d�a�y� �m�o�o�d� �t�h�a�t� �w�a�s� �a�b�o�v�e� �-�5� �(�+�0�.�2� �a�t� �D�y�s�p�h�o�r�i�c�,� �+�0�.�4� �a�t� �S�u�l�l�e�n�,� �+�0�.�6� �a�t� �M�e�l�a�n�c�h�o�l�i�c�,� �+�0�.�8� �a�t� �P�e�s�s�i�m�i�s�t�i�c�,� �+�1� �a�t� �C�a�l�m�,� �+�2� �a�t� �E�c�s�t�a�t�i�c�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1�0� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �+� �(�d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �-� �3�)� �+� �_�
�
 �	�	�	�	�-� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �-� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2� �_�
�
-�	�	�	�	�-� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �-� �(�h�o�u�s�e�_�m�e�s�s� �-� �1�)� �&�!� �r�e�m�o�v�e�d� �e�n�e�r�g�y� �f�r�o�m� �t�h�i�s� �f�o�r�m�u�l�a� �(�h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�)� �a�n�d� �d�o�u�b�l�e�d� �a�n�g�s�t� �i�m�p�a�c�t� �o�n� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�-� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �-� �(�h�o�u�s�e�_�m�e�s�s� �-� �1�)� �&�!� �r�e�m�o�v�e�d� �e�n�e�r�g�y� �f�r�o�m� �t�h�i�s� �f�o�r�m�u�l�a� �(�h�a�n�d�l�e�d� �e�l�s�e�w�h�e�r�e�)�,� �d�o�u�b�l�e�d� �a�n�g�s�t� �i�m�p�a�c�t�,� �a�d�j�u�s�t�e�d� �c�a�r�r�y� �o�v�e�r� �t�o� �r�e�d�u�c�e� �m�o�o�d� �s�w�i�n�g�s� �b�y� �a�p�p�l�y�i�n�g� �a� �b�o�n�u�s� �r�e�p�r�e�s�e�n�t�i�n�g� �h�a�l�f� �o�f� �t�h�e� �p�r�e�v�i�o�u�s� �d�a�y� �m�o�o�d� �(�c�o�u�n�t�i�n�g� �a�n�y�t�h�i�n�g� �a�b�o�v�e� �d�e�p�r�e�s�s�e�d� �a�s� �p�o�s�i�t�i�v�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �>�=� �-�1�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �1� �&�!� �n�o�t� �f�o�r� �p�r�i�s�o�n�e�r�s� �o�r� �s�l�a�v�e�s� �s�l�e�e�p�i�n�g� �i�n� �c�e�l�l�s� �(�T�O�D�O�:� �o�r� �o�n� �t�h�e� �f�l�o�o�r�)�
�
+�	�	�	�!� �t�h�e�r�e� �s�h�o�u�l�d� �b�e� �n�o� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �c�h�a�n�g�e�s� �i�n� �n�e�x�t�_�d�a�y� �a�f�t�e�r� �t�h�i�s�,� �s�o� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �n�o�w� �r�e�f�l�e�c�t�s� �s�u�m� �f�o�r� �u�p�c�o�m�i�n�g� �d�a�y� �(�e�x�c�e�p�t� �f�o�r� �u�p� �t�o� �0�.�5� �i�n� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �i�f� �s�l�a�v�e� �m�a�s�t�u�r�b�a�t�e�s�)�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�!� �e�f�f�e�c�t�s� �f�o�r� �b�o�t�h� �c�o�n�s�c�i�o�u�s� �a�n�d� �f�a�i�n�t�e�d� �s�l�a�v�e�s� �(�f�o�r� �w�h�e�n� �t�h�e�y� �w�a�k�e� �u�p�)�:�
�
@@ -16393,8 +16780,7 @@
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>�=� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�
�
 �	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�6� �+� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�
�
 �
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �-�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �0�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �/�=� �2� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �(�i�n� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �d�a�i�l�y� �r�e�d�u�c�t�i�o�n� �f�o�r� �a�l�l� �m�o�o�d�l�e�t�s�)� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s� �o�r� �f�a�i�n�t�e�d� �s�t�a�t�e� �c�h�e�c�k�
�
 �}�
�
@@ -16474,7 +16860,7 @@
 �	�	�	�	�a� �=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �m�a�x�(�i�i�f�(�d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �0�,� �-�4�,� �-�5�)�,� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �+� �a�)�)� �&�!� �i�f� �s�t�a�m�i�n�a� �i�s� �z�e�r�o�,� �[�-�5�,� �s�l�a�v�e� �s�t�a�m�i�n�a� �l�e�v�e�l�]�,� �e�l�s�e� �[�-�4�,� �s�l�a�v�e� �s�t�a�m�i�n�a� �l�e�v�e�l�]�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �+�=� �a� �&�!� �c�a�n� �b�e� �n�e�g�a�t�i�v�e� �i�f� �w�o�u�n�d�e�d�
�
 �
�
 �	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s� �o�r� �f�a�i�n�t�e�d� �s�t�a�t�e� �c�h�e�c�k�
�
 �}�
�
@@ -16482,22 +16868,19 @@
 �d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�e�n�e�r�g�y�_�r�e�f�r�e�s�h�'�,� �'�$�u�n�f�r�o�z�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�
�
 �
�
 �!�m�a�s�t�e�r� �p�a�r�t�
�
-�e�s�t�a�t�e�_�q�u�a�l�i�t�y� �=� �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�$�e�s�t�a�t�e�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�s�t�u�d�y�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�a�t�h�]� �+� �i�n�t�e�r�i�o�r�_�p�r�e�s�t�i�g�e�[�$�b�e�d�]� �-� �h�o�u�s�e�_�m�e�s�s�
�
-�e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �=� �e�s�t�a�t�e�_�q�u�a�l�i�t�y� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
-�i�f� �e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �>� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �1�
�
-�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �>� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �1�
�
+�i�f� �m�i�n�(�e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r�,� �m�a�s�t�e�r�_�w�e�a�l�t�h�)� �>� �m�a�s�t�e�r�_�c�h�a� �+� �h�o�u�s�e�_�m�e�s�s�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �1� �&�!� �e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r� �i�s� �c�a�l�c�u�l�a�t�e�d� �i�n� �$�n�e�w�l�o�c�,� �h�o�u�s�e�_�m�e�s�s� �w�i�l�l� �b�e� �z�e�r�o� �i�f� �s�o�m�e�o�n�e� �c�l�e�a�n�e�d�
�
+�i�f� �m�a�s�t�e�r�_�c�h�a� �>� �m�i�n�(�m�a�s�t�e�r�_�w�e�a�l�t�h� �-� �1�,� �e�s�t�a�t�e�_�q�u�a�l�i�t�y�_�m�o�d�i�f�i�e�r�)�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �-�=� �1� �&�!� �p�e�r�s�o�n�a�l�i�t�y� �d�i�m�i�n�i�s�h�e�s� �i�f� �s�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �[�0�,�6�]� �o�r� �e�s�t�a�t�e� �q�u�a�l�i�t�y� �i�s� �i�n�a�d�e�q�u�a�t�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�i�f� �s�n�a�k�e�_�a�m�u�l�e�t�_�o�n� �=� �1� �a�n�d� �m�a�s�t�e�r�_�c�h�a� �<� �3�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �1� �&�!� �q�u�e�s�t� �a�r�t�i�f�a�c�t� �p�a�s�s�i�v�e�l�y� �r�a�i�s�e�s� �p�e�r�s�o�n�a�l�i�t�y� �u�p� �t�o� �B�+�,� �c�o�u�n�t�e�r�i�n�g� �t�h�e� �p�e�n�a�l�t�y� �f�o�r� �l�o�w� �s�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g� �o�r� �e�s�t�a�t�e� �q�u�a�l�i�t�y�
�
 �i�f� �m�a�s�t�e�r�_�v�i�s�a�g�e� �>� �0�:� �m�a�s�t�e�r�_�v�i�s�a�g�e� �-�=� �1�
�
 �i�f� �m�a�s�t�e�r�_�h�a�i�r�c�u�t� �>� �0�:� �m�a�s�t�e�r�_�h�a�i�r�c�u�t� �-�=� �1�
�
 �
�
-�!�e�f�f�e�c�t� �o�f� �f�o�o�d� �q�u�a�l�i�t�y� �o�n� �m�a�s�t�e�r� �m�o�o�d� �-� �a�d�d�e�d� �b�y� �w�i�s�a�r�d�d�d� �2�0�2�0�-�0�2�-�2�8�
�
-�i�f� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �3�:�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
-�e�l�s�e�i�f� �c�o�o�k�e�d�_�f�o�o�d� �<� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �1� �o�r� �c�o�o�k�e�d�_�f�o�o�d� �<� �3�:�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�f�o�o�d�'�]� �=� �1�
�
-�e�n�d�
�
-�
�
-�!�m�o�o�d� �c�h�a�n�g�e� �-� �f�i�x�e�d� �b�y� �w�i�s�a�r�d�d�d� �2�0�2�0�-�0�2�-�2�8�
�
-�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �<� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �1� �-� �m�a�s�t�e�r�_�m�o�o�d�:�
�
+�!�m�o�o�d� �c�h�a�n�g�e� �-� �f�i�x�e�d� �b�y� �w�i�s�a�r�d�d�d� �2�0�2�0�-�0�2�-�2�8� �(�c�h�a�n�g�e�d� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �t�o� �u�s�e� �a�v�e�r�a�g�e� �o�f� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �m�a�s�t�e�r� �p�e�r�s�o�n�a�l�i�t�y� �-� �i�n�c�r�e�a�s�i�n�g� �r�e�p�u�t�a�t�i�o�n� �o�r� �p�e�r�s�o�n�a�l�i�t�y� �m�e�a�n�s� �i�n�c�r�e�a�s�i�n�g� �d�e�m�a�n�d� �f�o�r� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �b�u�t� �a�b�s�e�n�c�e� �o�f� �o�n�e� �h�o�l�d�s� �b�a�c�k� �t�h�e� �o�t�h�e�r�)�
�
+�!� �W�h�e�n� �b�o�r�e�d�,� �p�o�s�i�t�i�v�e� �m�o�o�d�s� �e�n�d� �f�a�s�t�e�r�.� �I�f� �t�h�e� �d�a�y� �i�s� �e�n�d�e�d� �w�i�t�h� �t�h�e� �m�a�s�t�e�r� �i�n� �a� �g�o�o�d� �e�n�o�u�g�h� �m�o�o�d�,� �t�h�e� �m�a�s�t�e�r� �w�i�l�l� �n�o�t� �b�e� �b�o�r�e�d� �t�h�e� �n�e�x�t� �d�a�y� �e�v�e�n� �i�f� �t�h�e�y� �h�a�v�e� �n�o�t� �b�e�e�n� �e�n�t�e�r�t�a�i�n�e�d� �f�o�r� �a� �l�o�n�g� �t�i�m�e�.� �H�o�w� �t�o�l�e�r�a�n�t� �t�h�e� �s�l�a�v�e�r� �i�s� �o�f� �n�o�t� �b�e�i�n�g� �e�n�t�e�r�t�a�i�n�e�d� �d�e�p�e�n�d�s� �o�n� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �p�e�r�s�o�n�a�l�i�t�y�.� �I�t� �i�s� �a� �c�o�m�p�a�r�i�s�o�n� �o�f� �h�o�w� �l�o�n�g� �s�i�n�c�e� �t�h�e� �l�a�s�t� �"�g�o�o�d� �e�n�o�u�g�h�"� �e�n�t�e�r�t�a�i�n�m�e�n�t� �(�a�n�d� �t�h�e� �s�t�a�n�d�a�r�d�s� �f�o�r� �"�g�o�o�d� �e�n�o�u�g�h�"� �e�n�t�e�r�t�a�i�n�m�e�n�t� �a�l�s�o� �r�i�s�e� �a�s� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �p�e�r�s�o�n�a�l�i�t�y� �i�n�c�r�e�a�s�e�s�)� �v�s�.� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �m�o�o�d�.� �I�f� �t�h�e� �s�u�m� �o�f� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �n�e�g�a�t�i�v�e� �m�o�o�d� �e�x�c�e�e�d�s� �t�h�e� �t�i�m�e� �s�i�n�c�e� �t�h�e� �l�a�s�t� �g�o�o�d� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �t�h�e� �m�a�s�t�e�r� �w�i�l�l� �b�e� �b�o�r�e�d�.� �A�t� �t�h�e� �l�o�w� �e�n�d�,� �a�s�s�u�m�i�n�g� �n�o� �r�e�c�e�n�t� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �a� �P�e�s�s�i�m�i�s�t�i�c� �o�r� �b�e�t�t�e�r� �m�o�o�d� �w�i�l�l� �n�o�t� �b�e� �b�o�r�e�d� �a�t� �F�-� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n�,� �b�u�t� �a� �C�a�l�m� �m�o�o�d� �w�i�l�l� �b�e� �b�o�r�e�d� �a�t� �D�-� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n�,� �a� �H�o�p�e�f�u�l� �m�o�o�d� �w�i�l�l� �b�e� �b�o�r�e�d� �a�t� �C�-� �r�e�p�u�t�a�t�i�o�n�,� �a�n� �O�p�t�i�m�i�s�t�i�c� �m�o�o�d� �w�i�l�l� �b�e� �b�o�r�e�d� �a�t� �B�+� �r�e�p�u�t�a�t�i�o�n�,� �a� �P�l�e�a�s�e�d� �m�o�o�d� �w�i�l�l� �b�e� �b�o�r�e�d� �a�t� �A�+� �r�e�p�u�t�a�t�i�o�n�,� �a�n�d� �a�n� �E�u�p�h�o�r�i�c� �m�o�o�d� �w�i�l�l� �b�e� �b�o�r�e�d� �a�t� �S�+� �r�e�p�u�t�a�t�i�o�n�.� �T�h�e� �m�a�s�t�e�r� �w�i�l�l� �n�e�v�e�r� �b�e� �b�o�r�e�d� �i�f� �t�h�e� �d�a�y� �e�n�d�s� �i�n� �E�c�s�t�a�t�i�c� �m�o�o�d�.� �D�r�i�n�k�i�n�g� �a�n�d� �o�t�h�e�r� �d�r�u�g�s� �c�a�n� �e�l�e�v�a�t�e� �m�o�o�d�,� �s�o� �t�h�e�y� �c�a�n� �h�e�l�p�.� �I�n� �m�o�d�e�r�a�t�i�o�n�.� �I�n� �t�e�r�m�s� �o�f� �w�a�y�s� �t�o� �o�b�t�a�i�n� �"�g�o�o�d� �e�n�o�u�g�h�"� �e�n�t�e�r�t�a�i�n�m�e�n�t� �(�w�h�i�c�h� �r�e�d�u�c�e�s� �t�h�e� �m�o�o�d� �t�h�r�e�s�h�o�l�d� �t�o� �a�v�o�i�d� �b�o�r�e�d�o�m�)�,� �"�s�e�r�v�e� �m�e�"� �p�e�r�f�o�r�m�a�n�c�e�s� �q�u�a�l�i�f�y� �i�f� �d�o�n�e� �w�e�l�l�.� �A�s� �y�o�u� �n�o�t�e�d�,� �g�o�i�n�g� �t�o� �w�a�t�c�h� �a�r�e�n�a� �e�v�e�n�t�s�,� �s�o�c�i�a�l�i�z�i�n�g� �a�t� �t�h�e� �c�l�u�b�,� �o�r� �g�o�i�n�g� �t�o� �t�h�e� �t�h�e�a�t�e�r� �(�s�l�a�v�e� �r�e�w�a�r�d�)� �a�l�s�o� �q�u�a�l�i�f�y�.� �A�t� �S�+� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �p�e�r�s�o�n�a�l�i�t�y�,� �t�h�e� �a�r�e�n�a� �e�v�e�n�t�s� �o�n�l�y� �s�a�t�i�s�f�y� �f�o�r� �a� �c�o�u�p�l�e� �o�f� �d�a�y�s�.� �T�h�e� �c�l�u�b� �a�n�d� �t�h�e� �t�h�e�a�t�e�r� �l�a�s�t� �f�o�r� �a� �f�e�w� �d�a�y�s� �r�e�g�a�r�d�l�e�s�s� �o�f� �r�e�p�u�t�a�t�i�o�n�,� �b�u�t� �t�h�e�y� �s�t�i�l�l� �i�n�t�e�r�a�c�t� �w�i�t�h� �m�o�o�d� �a�s� �d�e�s�c�r�i�b�e�d�,� �s�o� �y�o�u� �g�e�t� �s�o�m�e� �l�e�e�w�a�y� �b�u�t� �s�t�i�l�l� �n�e�e�d� �t�o� �k�e�e�p� �m�o�o�d� �u�p� �t�o� �a�v�o�i�d� �b�o�r�e�d�o�m�.�
�
+�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �<� �(�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �+� �m�a�s�t�e�r�_�c�h�a�)�/�2� �-� �1� �-� �m�a�s�t�e�r�_�m�o�o�d�:�
�
+�	�!� �i�f� �t�h�e� �r�i�g�h�t� �s�i�d�e� �o�f� �t�h�e� �i�n�e�q�u�a�l�i�t�y� �i�s� �z�e�r�o� �o�r� �n�e�g�a�t�i�v�e�,� �t�h�e� �m�a�s�t�e�r� �i�s� �N�O�T� �b�o�r�e�d�;� �t�h�i�s� �m�e�a�n�s� �t�h�a�t� �h�i�g�h� �e�n�o�u�g�h� �m�o�o�d� �c�a�n� �a�v�o�i�d� �b�o�r�e�d�o�m� �w�i�t�h�o�u�t� �r�e�c�e�n�t� �e�n�t�e�r�t�a�i�n�m�e�n�t�
�
+�	�!� �t�h�e� �m�o�r�e� �r�e�c�e�n�t� �/� �b�e�t�t�e�r� �t�h�e� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �t�h�e� �h�i�g�h�e�r� �p�o�s�_�s�h�o�w� �w�i�l�l� �b�e�,� �w�h�i�c�h� �m�e�a�n�s� �t�h�a�t� �m�o�o�d� �c�a�n� �b�e� �l�o�w�e�r�;� �t�h�e� �h�i�g�h�e�r� �t�h�e� �m�o�o�d�,� �t�h�e� �l�e�s�s� �r�e�c�e�n�t� �t�h�e� �e�n�t�e�r�t�a�i�n�m�e�n�t� �n�e�e�d�s� �t�o� �b�e�
�
+�	�!� �t�h�e� �h�i�g�h�e�r� �t�h�e� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �p�e�r�s�o�n�a�l�i�t�y�,� �t�h�e� �m�o�r�e� �r�e�c�e�n�t� �/� �b�e�t�t�e�r� �t�h�e� �e�n�t�e�r�t�a�i�n�m�e�n�t� �n�e�e�d�s� �t�o� �h�a�v�e� �b�e�e�n� �(�o�r� �m�o�r�e� �m�o�o�d� �i�s� �r�e�q�u�i�r�e�d� �t�o� �n�o�t� �b�e� �b�o�r�e�d� �i�f� �t�h�e�r�e� �w�a�s� �n�o� �e�n�t�e�r�t�a�i�n�m�e�n�t�)�
�
+�	�!� �a�t� �"�P�e�s�s�i�m�i�s�t�i�c�"� �(�-�1�)� �m�o�o�d�,� �a� �m�a�s�t�e�r� �w�i�t�h� �F�-� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �O�R� �p�e�r�s�o�n�a�l�i�t�y� �w�i�l�l� �N�O�T� �b�e� �b�o�r�e�d� �r�e�g�a�r�d�l�e�s�s� �o�f� �e�n�t�e�r�t�a�i�n�m�e�n�t�;� �l�o�w�e�r� �m�o�o�d� �O�R� �h�i�g�h�e�r� �p�e�r�s�o�n�a�l�i�t�y�/�r�e�p�u�t�a�t�i�o�n� �w�i�l�l� �r�e�q�u�i�r�e� �e�n�t�e�r�t�a�i�n�m�e�n�t� �t�o� �a�v�o�i�d� �b�o�r�e�d�o�m�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�b�o�r�i�n�g�'�]� �=� �1�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �0�
�
 �	�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p�'�,� �1�
�
@@ -16505,13 +16888,16 @@
 �
�
 �!�w�o�u�n�d�s� �a�n�d� �i�l�l�n�e�s�s� �e�f�f�e�c�t�s�
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�h�e�a�l�i�n�g� �=� �m�a�s�t�e�r�_�m�e�d�i�c� �+� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�
�
+�	�h�e�a�l�i�n�g� �=� �m�a�x�(�m�a�s�t�e�r�_�m�e�d�i�c�,� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�)� �&�!� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�:� �c�h�a�n�g�e�d� �t�o� �u�s�e� �b�e�s�t� �s�k�i�l�l� �o�f� �m�a�s�t�e�r� �o�r� �a�s�s�i�s�t�a�n�t� �i�n�s�t�e�a�d� �o�f� �s�u�m�
�
 �e�l�s�e�
�
 �	�h�e�a�l�i�n�g� �=� �m�a�s�t�e�r�_�m�e�d�i�c�
�
 �e�n�d�
�
-�i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �>� �0�:�
�
+�i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s� �>� �0�:�
�
 �	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �-�=� �m�a�s�t�e�r�_�w�o�u�n�d�s�*�3� �&�!� �i�n�j�u�r�i�e�s� �d�e�p�l�e�t�e� �s�t�r�e�n�g�t�h� �f�o�r� �m�a�s�t�e�r� �t�o�o� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �-�=� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�m�o�o�d� �+� �h�e�a�l�i�n�g� �-� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �+� �1�
�
+�	�m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �-�=� �m�a�s�t�e�r�_�s�t�r� �+� �h�e�a�l�i�n�g� �-� �(�m�a�s�t�e�r�_�h�y�g�i�e�n�e� �+� �1�)� �+� �m�a�x�(�0�,� �a�t�e�_�a�l�r�e�a�d�y� �-� �2�,� �c�o�o�k�e�d�_�f�o�o�d� �-� �2�)� �&�!� �B�+� �=� �+�1�,� �A�+� �=� �+�2�,� �S�+� �=� �+�3� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�w�o�u�n�d�e�d�'�]� �=� �m�a�s�t�e�r�_�w�o�u�n�d�s� �&�!� �h�i�g�h�e�r� �m�a�g�n�i�t�u�d�e� �i�s� �h�a�r�d�e�r� �t�o� �o�v�e�r�c�o�m�e� �w�i�t�h� �a� �p�o�s�i�t�i�v�e� �$�m�o�d�_�m�a�s�t�e�r�_�r�i�s�e� �(�a�l�c�o�h�o�l�,� �o�p�i�u�m�,� �c�l�u�b�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�e�l�s�e�i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �>� �0�:�
�
+�	�m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �-�=� �m�a�s�t�e�r�_�s�t�r� �+� �h�e�a�l�i�n�g� �+� �m�a�x�(�0�,� �a�t�e�_�a�l�r�e�a�d�y� �-� �2�,� �c�o�o�k�e�d�_�f�o�o�d� �-� �2�)� �&�!� �a�f�t�e�r� �w�o�u�n�d�s� �c�l�o�s�e�,� �t�h�e�y� �c�o�n�t�i�n�u�e� �h�e�a�l�i�n�g� �b�u�t� �h�y�g�i�e�n�e� �n�o� �l�o�n�g�e�r� �a�f�f�e�c�t�s� �t�h�e�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�n�d�
�
 �i�f� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �<� �0�:� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �=� �0�
�
 �k�i�l�l�v�a�r� �'�h�e�a�l�i�n�g�'�
�
@@ -16523,16 +16909,8 @@
 �	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �6�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�i�l�l�'�]� �=� �m�a�s�t�e�r�_�i�l�l�
�
 �e�n�d�
�
 �
�
-�!�n�e�x�t� �d�a�y� �e�n�e�r�g�y� �f�o�r� �m�a�s�t�e�r�
�
-�m�a�s�t�e�r�_�e�n�e�r�g�y� �+�=� �m�i�n�(�5�,� �m�a�x�(�-�5�,� �m�a�s�t�e�r�_�s�t�r� �+� �1� �-� �m�a�s�t�e�r�_�w�o�u�n�d�s�)�)�
�
-�
�
-�!�r�a�i�s�e� �o�r� �l�o�w�e�r� �h�e�a�l�t�h�
�
-�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<� �3� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �>� �c�o�o�k�e�d�_�f�o�o�d� �+� �1�:�
�
-�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �-�=� �1� �&�!� �i�f� �t�h�e� �s�l�a�v�e�r� �d�i�d� �n�o�t� �e�a�t� �o�u�t� �d�u�r�i�n�g� �t�h�e� �d�a�y�,� �e�a�t�i�n�g� �F�-� �f�o�o�d� �w�i�l�l� �d�e�c�l�i�n�e� �s�t�r�e�n�g�t�h� �t�o� �D�-�;� �e�a�t�i�n�g� �D�-� �f�o�o�d� �w�i�l�l� �d�e�c�l�i�n�e� �s�t�r�e�n�g�t�h� �t�o� �C�-�;� �e�a�t�i�n�g� �C�-� �f�o�o�d� �w�i�l�l� �d�e�c�l�i�n�e� �h�e�a�l�t�h� �t�o� �B�+�
�
-�e�l�s�e�i�f� �(�c�o�o�k�e�d�_�f�o�o�d� �-� �1�)� �>� �m�a�s�t�e�r�_�s�t�r�:�
�
-�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1� �&�!� �e�a�t�i�n�g� �h�i�g�h� �q�u�a�l�i�t�y� �f�o�o�d� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �h�e�a�l�t�h� �u�p� �t�o� �o�n�e� �l�e�v�e�l� �b�e�l�o�w� �t�h�e� �f�o�o�d� �q�u�a�l�i�t�y� �g�r�a�d�e� �(�m�a�x� �o�f� �A�+� �h�e�a�l�t�h� �w�i�t�h� �S�+� �f�o�o�d�)�
�
-�e�n�d�
�
-�i�f� �s�n�a�k�e�_�a�m�u�l�e�t�_�o�n� �=� �1� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1� �&�!� �q�u�e�s�t� �a�r�t�i�f�a�c�t� �p�a�s�s�i�v�e�l�y� �r�a�i�s�e�s� �h�e�a�l�t�h� �u�p� �t�o� �B�+�,� �c�o�u�n�t�e�r�i�n�g� �t�h�e� �p�e�n�a�l�t�y� �f�o�r� �l�o�w� �q�u�a�l�i�t�y� �f�o�o�d�
�
+�!�n�e�x�t� �d�a�y� �e�n�e�r�g�y� �f�o�r� �m�a�s�t�e�r� �(�n�o�t� �c�a�p�p�e�d� �h�e�r�e� �s�o� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �c�a�r�r�i�e�s� �o�v�e�r� �p�r�o�p�e�r�l�y�)�
�
+�m�a�s�t�e�r�_�e�n�e�r�g�y� �+�=� �m�a�s�t�e�r�_�s�t�r� �+� �1� �-� �m�a�s�t�e�r�_�w�o�u�n�d�s�
�
 �
�
 �!�A�d�d�i�c�t�i�o�n�
�
 �i�f� �m�a�s�t�e�r�_�s�t�r� �<� �m�a�s�t�e�r�_�a�l�c�o�_�a�d�d�i�c�t�i�o�n�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �-�=� �2�
�
@@ -16573,8 +16951,6 @@
 �e�n�d�
�
 �m�a�s�t�e�r�_�e�n�e�r�g�i�s�e�d� �=� �0�
�
 �
�
-�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�w�o�u�n�d�e�d�'�]� �<� �m�a�s�t�e�r�_�w�o�u�n�d�s�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�w�o�u�n�d�e�d�'�]� �=� �m�a�s�t�e�r�_�w�o�u�n�d�s�
�
-�
�
 �!�r�i�s�e� �a�r�o�u�s�a�l�
�
 �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�*�2�0�
�
 �i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �5� �a�n�d� �c�h�i�m�e�r�a�_�g�e�m�_�o�n� �!� �1�:�
�
@@ -16583,129 +16959,231 @@
 �	�b�l�a�z�i�n�g�_�c�o�u�n�t�e�r� �=� �0�
�
 �e�n�d�
�
 �
�
-�!�B�e�g�i�n�n�i�n�g� �o�f� �p�r�i�s�o�n�e�r� �c�h�e�c�k� �-� �n�o� �c�a�l�c�u�l�a�t�i�o�n�s� �i�f� �n�o� �p�r�i�s�o�n�e�r� �e�x�i�s�t�s� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�!�B�e�g�i�n�n�i�n�g� �o�f� �p�r�i�s�o�n�e�r� �c�h�e�c�k� �-� �n�o� �c�a�l�c�u�l�a�t�i�o�n�s� �i�f� �n�o� �p�r�i�s�o�n�e�r� �e�x�i�s�t�s� �-� �c�r�u�s�h�b�o�s�s� �(�>� �i�n�s�t�e�a�d� �o�f� �!� �a�s� �t�h�i�s� �a�l�s�o� �d�o�e�s� �n�o�t� �a�p�p�l�y� �t�o� �d�e�a�d� �p�r�i�s�o�n�e�r�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �7� �+� �p�r�i�s�o�n�e�r�[�'�w�o�u�n�d�s�'�]�
�
 �
�
-�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �-�1�:�
�
-�	�	�!� �n�o� �f�o�o�d�
�
-�	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �-�=� �r�a�n�d�(�3�,� �2� �+� �(�1�+�p�r�i�s�o�n�e�r�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�/�2�)� �&�!� �s�h�o�u�l�d� �b�e� �s�a�m�e� �f�o�r�m�u�l�a� �u�s�e�d� �f�o�r� �s�l�a�v�e�
�
+�	�!� �p�r�i�s�o�n�e�r� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �b�u�t� �w�e� �s�t�i�l�l� �n�e�e�d� �t�o� �a�p�p�l�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�p�r�i�s�o�n�e�r�'�)�,� �(�p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �+� �1�)� �&�!� �-�1� �r�e�p�r�e�s�e�n�t�s� �n�o� �f�o�o�d�,� �s�o� �+�1� �t�o� �s�h�i�f�t� �i�t� �t�o� �z�e�r�o� �f�o�r� �b�o�o�l�e�a�n�
�
+�
�
+�	�!� �c�h�a�n�c�e� �t�o� �d�r�o�p� �n�a�t�u�r�e� �a�n�d� �p�r�i�d�e� �b�y� �a� �f�u�l�l� �l�e�v�e�l� �e�a�c�h� �t�i�m�e� �t�h�e� �s�l�a�v�e� �a�d�v�a�n�c�e�s� �a� �l�e�v�e�l� �o�f� �p�h�y�s�i�q�u�e� �w�h�i�l�e� �i�n� �p�r�i�s�o�n�,� �o�r� �e�a�t�s� �e�n�o�u�g�h� �i�f� �a�l�r�e�a�d�y� �a�t� �m�a�x� �p�h�y�s�i�q�u�e� �(�c�a�n� �d�r�o�p� �r�a�p�i�d�l�y� �a�t� �t�h�a�t� �p�o�i�n�t�)�
�
+�	�!� �h�e�r�e� �w�e� �r�e�l�y� �o�n� �t�h�e� �f�a�c�t� �t�h�a�t� �p�r�e�v�i�o�u�s� �d�a�y� �c�a�l�o�r�i�e�s� �e�f�f�e�c�t�s� �h�a�v�e� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d�,� �m�o�d�i�f�y�i�n�g� �f�a�t� �r�a�t�e�,� �b�u�t� �f�a�t� �i�t�s�e�l�f� �h�a�s� �n�o�t� �y�e�t� �b�e�e�n� �u�p�d�a�t�e�d�,� �s�o� �w�e� �c�a�n� �c�h�e�c�k� �i�f� �i�t� �h�a�s� �r�e�a�c�h�e�d� �t�h�e� �t�h�r�e�s�h�o�l�d�
�
+�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �>� �2�:�
�
+�	�	�!� �o�n�l�y� �i�f� �p�h�y�s�i�q�u�e� �e�x�c�e�e�d�s� �S�l�e�n�d�e�r� �(�2�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!� �f�o�r� �a� �m�o�r�e� �g�r�a�d�u�a�l� �d�e�c�l�i�n�e�,� �c�h�a�n�g�e�d� �p�r�i�d�e� �t�o� �n�o�t� �s�t�a�r�t� �t�o� �d�r�o�p� �u�n�t�i�l� �n�a�t�u�r�e� �i�s� �z�e�r�o� �(�2�5�%� �c�h�a�n�c�e� �p�e�r� �d�a�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �<� �5� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �>�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�p�r�i�s�o�n�e�r�[�'�f�a�t�'�]�]�:�
�
+�	�	�	�!� �g�a�i�n�i�n�g� �a� �l�e�v�e�l� �o�f� �p�h�y�s�i�q�u�e� �(�g�e�t�t�i�n�g� �f�a�t�t�e�r�)� �a�t� �n�e�x�t� �u�p�d�a�t�e�
�
+�	�	�	�p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
+�	�	�	�!� �e�g�o� �c�a�n� �b�e� �-�1� �h�e�r�e� �i�f� �w�a�s� �0� �b�e�f�o�r�e�,� �w�h�i�c�h� �w�o�u�l�d� �b�y�p�a�s�s� �f�o�l�l�o�w�i�n�g� �=� �0� �c�o�n�d�i�t�i�o�n� �(�5�0�%� �c�h�a�n�c�e� �n�e�x�t� �l�i�n�e� �c�o�n�d�i�t�i�o�n� �i�s� �t�r�u�e�,� �a�n�d� �5�0�%� �c�h�a�n�c�e� �i�t� �r�e�d�u�c�e�s� �p�r�i�d�e�,� �y�i�e�l�d�i�n�g� �2�5�%� �c�h�a�n�c�e� �o�v�e�r�a�l�l�)�
�
+�	�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �=� �0�:� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
+�	�	�e�l�s�e�i�f� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �=� �5� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �>� �6�:�
�
+�	�	�	�!� �a�t� �h�i�g�h� �p�r�i�d�e�,� �l�o�w� �n�a�t�u�r�e�,� �t�h�i�s� �c�a�n� �o�c�c�u�r� �e�v�e�r�y� �o�t�h�e�r� �d�a�y� �w�i�t�h� �c�o�o�k�i�e�s� �d�i�e�t�
�
+�	�	�	�!� �a�t� �l�o�w� �p�r�i�d�e�,� �l�o�w� �n�a�t�u�r�e�,� �t�h�i�s� �c�a�n� �o�c�c�u�r� �d�a�i�l�y�
�
+�	�	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �=� �0�
�
+�	�	�	�p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
+�	�	�	�!� �e�g�o� �c�a�n� �b�e� �-�1� �h�e�r�e� �i�f� �w�a�s� �0� �b�e�f�o�r�e�
�
+�	�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �=� �0�:� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
+�	�	�e�n�d�
�
+�	�	�!� �c�l�a�m�p� �v�a�l�u�e�s�
�
+�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �<� �0�:� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �=� �0�
�
+�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �<� �0�:� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �=� �0�
�
+�	�e�n�d�
�
+�
�
+�	�!� �s�e�t� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �(�a�n�d� �c�o�s�t�s�)� �f�o�r� �n�e�x�t� �d�a�y�
�
+�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �-�1� �o�r� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
+�	�	�!� �n�o� �f�o�o�d� �(�a� �f�a�i�n�t�e�d� �p�r�i�s�o�n�e�r� �u�s�u�a�l�l�y� �w�o�u�l�d� �b�e� �w�o�k�e�n� �b�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�m�i�n�a�_�u�p�d�a�t�e� �b�e�f�o�r�e� �t�h�i�s�,� �b�u�t� �j�u�s�t� �i�n� �c�a�s�e�,� �w�e� �t�r�e�a�t� �t�h�a�t� �a�s� �n�o� �f�o�o�d�)�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�e�a�r�'�]� �+�=� �5�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �5�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �5�
�
-�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �0�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]�*�2�
�
-�	�e�n�d�
�
-�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�p�r�i�s�o�n�e�r�'�)�,� �(�p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �+� �1�)� �&�!� �-�1� �r�e�p�r�e�s�e�n�t�s� �n�o� �f�o�o�d�,� �s�o� �+�1� �t�o� �s�h�i�f�t� �i�t� �t�o� �z�e�r�o� �f�o�r� �b�o�o�l�e�a�n�
�
-�
�
-�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �1�:�
�
+�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �0� �&�!� �z�e�r�o� �c�o�s�t� �t�o�d�a�y�,� �n�o�t� �a�n� �a�c�c�u�m�u�l�a�t�i�n�g� �t�o�t�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]�*�2� �&�!� �t�h�i�s� �t�h�r�e�s�h�o�l�d� �w�i�l�l� �t�r�i�g�g�e�r� �i�m�m�e�d�i�a�t�e� �f�a�i�n�t�i�n�g� �i�n� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �f�o�r� �s�l�a�v�e�s� �w�i�t�h�o�u�t� �f�a�t� �r�e�s�e�r�v�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �1�:�
�
 �	�	�!� �i�n�s�u�f�f�i�c�i�e�n�t� �d�i�e�t�
�
-�	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �-�=� �r�a�n�d�(�3�,� �2� �+� �(�1�+�p�r�i�s�o�n�e�r�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�/�2�)� �&�!� �s�h�o�u�l�d� �b�e� �s�a�m�e� �f�o�r�m�u�l�a� �u�s�e�d� �f�o�r� �s�l�a�v�e�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�e�a�r�'�]� �+�=� �2�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �2�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �2�
�
-�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �1�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�6�
�
-�	�e�n�d�
�
-�
�
-�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �0�:�
�
+�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �1� �&�!� �a�d�d�e�d� �t�o� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �d�a�i�l�y�,� �n�o�t� �a�n� �a�c�c�u�m�u�l�a�t�i�n�g� �t�o�t�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�6� �&�!� �b�e�l�o�w� �m�i�n�i�m�u�m� �n�o�n�-�s�t�a�r�v�a�t�i�o�n� �l�e�v�e�l� �(�-�5�)� �s�o� �w�i�l�l� �t�r�i�g�g�e�r� �e�f�f�e�c�t�s� �i�n� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �t�h�e� �f�o�l�l�o�w�i�n�g� �n�i�g�h�t� �i�f� �l�e�f�t� �i�n� �p�r�i�s�o�n� �w�i�t�h�o�u�t� �o�t�h�e�r� �s�o�u�r�c�e� �o�f� �c�a�l�o�r�i�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �0�:�
�
 �	�	�!� �s�u�f�f�i�c�i�e�n�t� �d�i�e�t�
�
-�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �3�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3�
�
-�	�e�n�d�
�
-�
�
-�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �2�:�
�
+�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �3� �&�!� �a�d�d�e�d� �t�o� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �d�a�i�l�y�,� �n�o�t� �a�n� �a�c�c�u�m�u�l�a�t�i�n�g� �t�o�t�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3� �&�!� �.�3�3�$�/�c�a�l�,� �e�q�u�i�v�a�l�e�n�t� �t�o� �d�e�h�y�d�r�a�t�e�d� �f�o�o�d� �(�w�h�i�c�h� �i�s� �w�h�a�t� �i�t� �i�s�)�
�
+�	�e�l�s�e�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �2�:�
�
 �	�	�!� �f�i�e�n�d� �c�u�m�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1� �+� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-� �p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�'�]�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �2�:� �p�r�i�s�o�n�e�r�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1� �&� �p�r�i�s�o�n�e�r�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �0�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1� �+� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-� �p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�'�]�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �1�:� �p�r�i�s�o�n�e�r�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �1� �&� �p�r�i�s�o�n�e�r�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �0�
�
+�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1� �+� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-� �p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�'�]�)�
�
+�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �!� �1� �a�n�d� �p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �!� �2�:� �p�r�i�s�o�n�e�r�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
 �	�	�p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�i�f� �s�p�a�w�n�_�s�e�m�e�n� �>� �2�:�
�
 �	�	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �3�
�
-�	�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �0�
�
+�	�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �0� �&�!� �z�e�r�o� �c�o�s�t� �t�o�d�a�y�,� �n�o�t� �a�n� �a�c�c�u�m�u�l�a�t�i�n�g� �t�o�t�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�l�s�e�
�
-�	�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �(�3� �-� �s�p�a�w�n�_�s�e�m�e�n�)�
�
+�	�	�	�!� �a�n�y� �e�x�c�e�s�s� �n�e�e�d�s� �t�o� �b�e� �p�u�r�c�h�a�s�e�d� �a�t� �1�$�/�c�a�l� �(�2�x� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �t�h�a�n� �f�r�e�s�h� �f�o�o�d�;� �k�e�e�p� �i�n� �s�y�n�c� �w�i�t�h� �s�l�a�v�e� �f�o�o�d�_�c�o�s�t� �c�a�l�c�u�l�a�t�i�o�n�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �(�3� �-� �s�p�a�w�n�_�s�e�m�e�n�)� �&�!� �1�-�3� �s�p�a�r�k�s�,� �a�d�d�e�d� �t�o� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �d�a�i�l�y�,� �n�o�t� �a�n� �a�c�c�u�m�u�l�a�t�i�n�g� �t�o�t�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�s�p�a�w�n�_�s�e�m�e�n� �=� �0�
�
 �	�	�e�n�d�
�
 �	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3�
�
-�	�e�n�d�
�
-�
�
-�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �3�:�
�
+�	�e�l�s�e�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �3�:�
�
 �	�	�!� �c�o�o�k�i�e�s�
�
-�	�	�p�r�i�s�o�n�e�r�_�e�a�t�s� �=� �(�1�1� �-� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-� �p�r�i�s�o�n�e�r�[�'�m�o�o�d�'�]�)� �/� �2�
�
+�	�	�p�r�i�s�o�n�e�r�_�e�a�t�s� �=� �(�1�1� �-� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-� �p�r�i�s�o�n�e�r�[�'�m�o�o�d�'�]�)� �/� �2� �&�!� �[�3�,�8�]�
�
 �	�	�i�f� �p�r�i�s�o�n�e�r�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �p�r�i�s�o�n�e�r�_�e�a�t�s� �+�=� �1�
�
 �	�	�i�f� �p�r�i�s�o�n�e�r�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �p�r�i�s�o�n�e�r�_�e�a�t�s� �-�=� �1�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�_�e�a�t�s� �<� �0� �o�r� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �=� �5�:� �p�r�i�s�o�n�e�r�_�e�a�t�s� �=� �1�
�
-�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �p�r�i�s�o�n�e�r�_�e�a�t�s�
�
+�	�	�i�f� �p�r�i�s�o�n�e�r�_�e�a�t�s� �<� �3� �o�r� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �=� �5�:� �p�r�i�s�o�n�e�r�_�e�a�t�s� �=� �3�
�
+�	�	�p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t� �=� �p�r�i�s�o�n�e�r�_�e�a�t�s�/�3� �&�!� �1�-�3� �s�p�a�r�k�s�,� �a�d�d�e�d� �t�o� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �d�a�i�l�y�,� �n�o�t� �a�n� �a�c�c�u�m�u�l�a�t�i�n�g� �t�o�t�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �=� �p�r�i�s�o�n�e�r�_�e�a�t�s�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1� �+� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-� �p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�'�]�
�
+�	�	�p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�p�r�i�s�o�n�e�r�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1� �+� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �+� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]�)�
�
 �	�	�p�r�i�s�o�n�e�r�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �0�
�
-�	�	�p�r�i�s�o�n�e�r�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �2�
�
+�	�	�p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-�=� �1�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �r�a�n�d�(�1�,�p�r�i�s�o�n�e�r�_�e�a�t�s�+�2�)�
�
-�	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �m�a�x�(�1�,� �p�r�i�s�o�n�e�r�_�e�a�t�s� �-� �p�r�i�s�o�n�e�r�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)� �&�!� �n�e�e�d�s� �t�o� �b�e� �n�o�n�-�z�e�r�o�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �>� �3�:� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �m�i�n�(�p�r�i�s�o�n�e�r�_�e�a�t�s�,� �p�r�i�s�o�n�e�r�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)� �&�!� �o�v�e�r�w�e�i�g�h�t� �-� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �a�r�e� �u�n�h�e�a�l�t�h�y� �(�t�h�i�s� �i�s� �i�n� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �e�n�d�u�r�a�n�c�e� �d�r�o�p� �f�o�r� �s�l�e�e�p�i�n�g� �i�n� �p�r�i�s�o�n�)�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �<� �5� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �>�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�p�r�i�s�o�n�e�r�[�'�f�a�t�'�]�]�:�
�
-�	�	�	�p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
-�	�	�	�p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
-�	�	�e�l�s�e�i�f� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �=� �5� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �>� �6�:�
�
-�	�	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �=� �0�
�
-�	�	�	�p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
-�	�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �>�=� �0�:� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �-�=� �r�a�n�d�(�0�,�1�)�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �<� �0�:� �p�r�i�s�o�n�e�r�[�'�e�g�o�'�]� �=� �0�
�
-�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �<� �0�:� �p�r�i�s�o�n�e�r�[�'�p�r�i�d�e�'�]� �=� �0�
�
 �	�e�n�d�
�
 �
�
-�
�
 �	�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �p�r�i�s�o�n�e�r�_�f�o�o�d�_�c�o�s�t�
�
 �!�E�n�d� �o�f� �p�r�i�s�o�n�e�r� �c�h�e�c�k�s� �-� �d�o� �n�o�t� �r�e�m�o�v�e� �t�h�i�s� �e�n�d� �s�t�a�t�e�m�e�n�t� �-� �c�r�u�s�h�b�o�s�s�
�
 �e�n�d�
�
 �
�
+�$�n�e�x�t�_�d�a�y�_�i�m�p�r�e�g�n�a�t�i�o�n�_�u�p�d�a�t�e� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�n�c�l�u�d�e�s� �f�a�i�n�t�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �0�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �-�=� �r�a�n�d�(�4�,�8�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �=� �0�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �0�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>�=� �1�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �1�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �1�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �2�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �2�5�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �3�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �4�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �4�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �5�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �5�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �6�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �6�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �7�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �7�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �8�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �8�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �9�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �9�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �>� �1�0�0�:� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �=� �1�0�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�}�
�
+�
�
+�!�s�l�a�v�e�s� �i�m�p�r�e�g�n�a�t�i�o�n� �(�l�i�n�k�e�d� �t�o� �l�a�c�t�a�t�i�o�n�)� �-� �c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�i�m�p�r�e�g�n�a�t�i�o�n�_�u�p�d�a�t�e�'�,� �'�$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�,� �p�r�i�s�o�n�e�r�,� �c�o�w� �-� �T�O�D�O�:� �a�d�d� �o�t�h�e�r�s�?�
�
+�
�
+�$�n�e�x�t�_�d�a�y�_�l�a�c�t�a�t�i�o�n�_�u�p�d�a�t�e� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�!�s�l�a�v�e� �l�a�c�t�a�t�i�o�n� �-� �f�i�x�e�d� �b�y� �c�r�u�s�h�b�o�s�s� �-� �u�p�d�a�t�e�d� �b�y� �P�i�a�n�o�c�a�t� �-� �c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n� �a�n�d� �l�i�m�i�t�e�d� �t�o� �c�o�n�s�c�i�o�u�s� �s�t�a�t�e� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �0�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-�=� �1�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�b�o�o�b�s�'�]� �+� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �+� �d�y�n�s�l�a�v�e�[�'�i�m�p�r�e�g�n�a�t�i�o�n�'�]� �+� �m�i�n�(�(�d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]�*�3�)�/�2�,� �5�)� �+� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �-� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]�/�2�
�
+�	�	�	�!� �[�0�-�6�]� �+� �[�0�,�5�]� �+� �[�0�,�1�0�]� �+� �[�0�,�5�]�,� �+� �[�-�5�,�5�]� �+� �[�-�1�0�,�0�]� �+� �[�-�1�0�,�0�]� �=� �[�-�2�5�,�3�1�]� �f�r�o�m� �f�o�r�m�u�l�a� �a�b�o�v�e�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �2�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �2�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �1�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �3�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �2�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �+�=� �4�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�/�2�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�/�3�)�*�2�
�
+�	�	�	�i�f� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�/�3�)�*�2�
�
+�	�	�	�!� �a�b�o�v�e� �f�a�c�t�o�r�s� �c�a�n� �i�n�c�r�e�a�s�e� �v�a�l�u�e� �b�y� �u�p� �t�o� �+�6� �(�o�r� �l�o�w�e�r� �i�f� �F�-� �p�h�y�s�i�q�u�e�,� �i�l�l� �o�r� �b�r�o�k�e�n�)� �y�i�e�l�d�i�n�g� �m�a�x� �m�i�l�k�_�g�a�i�n� �o�f� �3�7� �(�S�t�u�p�e�n�d�o�u�s� �B�o�o�b�s�,� �S�+� �I�m�p�r�e�g�n�a�t�i�o�n�,� �S�+� �C�o�w�,� �4�+� �H�a�b�i�t�,� �E�c�s�t�a�t�i�c�,� �M�a�t�u�r�e�,� �C�h�u�b�b�y�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �1�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �1�0�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �2�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �1�6�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �3�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �2�2�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �4�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �>� �3�5�:� �d�y�n�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �5�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �=� �5� �o�r� �(�d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �>� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �>� �0�)�:�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�o�w�'�]� �=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�o�w�'�]� �=� �0�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�o�w�'�]� �=� �0�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �<� �5� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �<�=� �0�:�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�o�w�'�]� �=� �1�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�o�w�'�]� �=� �0�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�!�M�i�l�k� �s�u�m�m� �c�a�l�c�u�l�a�t�i�o�n� �+� �r�a�n�d�o�m� �b�o�o�s�t� �-� �P�i�a�n�o�c�a�t�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]� �=� �0�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>� �1�3�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �=� �1�3�0�
�
+�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �2�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�0�,�1�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �2�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �4�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�2�,�4�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �4�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �6�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�5�,�6�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �6�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �8�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�2�,�4�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �8�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �9�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �r�a�n�d�(�0�,�1�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �9�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �1�0�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�1�,�3�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�0�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �1�1�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�2�,�6�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�1�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �<� �1�2�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�4�,�8�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�2�0�:� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �-�=� �r�a�n�d�(�5�,�1�0�)�
�
+�
�
+�	�	�!�T�r�a�n�s�f�e�r� �t�h�e� �m�i�l�k� �g�a�i�n�e�d� �t�h�i�s� �d�a�y� �t�o� �t�h�e� �t�o�t�a�l� �a�m�o�u�n�t� �o�f� �m�i�l�k�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�m�i�l�k�_�g�a�i�n�'�]�
�
+�
�
+�	�	�!� �m�a�x� �m�i�l�k�_�g�a�i�n� �o�f� �3�7� �g�e�t�s� �a� �b�o�o�s�t� �o�f� �[�2�,�4�]� �o�n� �d�a�y� �1�,� �t�h�e�n� �i�f� �n�o�t� �m�i�l�k�e�d�,� �[�3�9�,�4�1�]� �+� �3�7� �=� �[�7�6�,�7�8�]� �o�n� �d�a�y� �2� �g�e�t�s� �a� �b�o�o�s�t� �o�f� �[�2�,�4�]�,� �t�h�e�n� �i�f� �n�o�t� �m�i�l�k�e�d�,� �[�7�8�,�8�2�]� �+� �3�7� �=� �[�1�1�5�,�1�1�9�]� �o�n� �d�a�y� �3� �g�e�t�s� �a� �p�e�n�a�l�t�y� �o�f� �[�4�,�8�]�
�
+�	�	�!� �d�a�y� �1� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �3� �b�o�t�t�l�e�s�,� �d�a�y� �2� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �7�-�8� �b�o�t�t�l�e�s�,� �d�a�y� �3� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �1�1�-�1�2� �b�o�t�t�l�e�s� �-� �o�n� �a�v�e�r�a�g�e�,� �3�,� �3�.�7�5� �a�n�d� �3�.�8�3� �b�o�t�t�l�e�s� �p�e�r� �d�a�y� �r�e�s�p�e�c�t�i�v�e�l�y�,� �s�o� �a� �m�a�x�e�d� �c�o�w� �i�s� �b�e�s�t� �m�i�l�k�e�d� �o�n�c�e� �p�e�r� �2�-�3� �d�a�y�s�
�
+�	�	�!� �m�i�l�k� �s�e�l�l�s� �f�o�r� �u�p� �t�o� �4�$� �p�e�r� �b�o�t�t�l�e� �(�a�n�d� �c�a�n� �b�e� �b�o�u�g�h�t� �f�o�r� �6�$� �p�e�r� �b�o�t�t�l�e�)� �s�o� �o�n� �a�v�e�r�a�g�e� �a� �m�a�x�e�d� �c�o�w� �m�i�l�k�e�d� �e�v�e�r�y� �2�-�3� �d�a�y�s� �p�r�o�d�u�c�e�s� �a�r�o�u�n�d� �1�5�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e�
�
+�	�	�!� �c�o�m�p�a�r�e� �a�n� �a�v�e�r�a�g�e� �c�o�w� �(�A�v�e�r�a�g�e� �B�o�o�b�s�,� �S�+� �c�o�w� �s�k�i�l�l�,� �B�+� �i�m�p�r�e�g�n�a�t�i�o�n�,� �3� �H�a�b�i�t�,� �P�l�e�a�s�e�d�,� �Y�o�u�n�g�,� �V�o�l�u�p�t�u�o�u�s�)�:� �3� �+� �5� �+� �3� �+� �4� �+� �3� �+� �2� �=� �2�0� �m�i�l�k�_�g�a�i�n�,� �B�+� �l�a�c�t�a�t�i�o�n�
�
+�	�	�!� �m�i�l�k� �g�a�i�n� �o�f� �2�0� �g�e�t�s� �a� �b�o�o�s�t� �o�f� �[�2�,�4�]� �o�n� �d�a�y� �1�,� �t�h�e�n� �i�f� �n�o�t� �m�i�l�k�e�d�,� �[�2�2�,�2�4�]� �+� �2�0� �=� �[�4�2�,�4�4�]� �o�n� �d�a�y� �2� �g�e�t�s� �a� �b�o�o�s�t� �o�f� �[�5�,�6�]�,� �t�h�e�n� �i�f� �n�o�t� �m�i�l�k�e�d�,� �[�4�7�,�5�0�]� �+� �2�0� �=� �[�6�7�,�7�0�]� �o�n� �d�a�y� �3� �g�e�t�s� �a� �b�o�o�s�t� �o�f� �[�2�,�4�]�,� �t�h�e�n� �i�f� �n�o�t� �m�i�l�k�e�d�,� �[�6�9�,�7�4�]� �+� �2�0� �=� �[�8�9�,�9�4�]� �o�n� �d�a�y� �4� �g�e�t�s� �a� �p�e�n�a�l�t�y�/�b�o�n�u�s� �o�f� �[�-�3�,�1�]�,� �t�h�e�n� �i�f� �n�o�t� �m�i�l�k�e�d�,� �[�8�6�,�9�5�]� �+� �2�0� �=� �[�1�0�6�,�1�1�5�]� �o�n� �d�a�y� �5� �g�e�t�s� �a� �p�e�n�a�l�t�y� �o�f� �[�2�,�8�]�
�
+�	�	�!� �d�a�y� �1� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �2� �b�o�t�t�l�e�s�,� �d�a�y� �2� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �4�-�5� �b�o�t�t�l�e�s�,� �d�a�y� �3� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �6�-�7� �b�o�t�t�l�e�s�,� �d�a�y� �4� �m�i�l�k�i�n�g� �s�a�m�e�,� �d�a�y� �5� �m�i�l�k�i�n�g� �p�r�o�d�u�c�e�s� �1�0�-�1�1� �b�o�t�t�l�e�s�,� �o�n� �a�v�e�r�a�g�e�,� �2�,� �2�.�2�5�,� �2�.�1�6�,� �1�.�6�3�,� �2�.�1�
�
+�	�	�!� �s�o� �i�t� �i�s� �o�p�t�i�m�a�l� �t�o� �m�i�l�k� �a�n� �a�v�e�r�a�g�e� �c�o�w� �o�n�c�e� �p�e�r� �t�w�o� �d�a�y�s� �a�l�s�o�,� �p�r�o�d�u�c�i�n�g� �a�r�o�u�n�d� �9�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e�
�
+�	�e�n�d�
�
+�}�
�
+�
�
+�!�s�l�a�v�e� �l�a�c�t�a�t�i�o�n� �-� �f�i�x�e�d� �b�y� �c�r�u�s�h�b�o�s�s� �-� �u�p�d�a�t�e�d� �b�y� �P�i�a�n�o�c�a�t� �-� �c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �f�u�n�c�t�i�o�n� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�l�a�c�t�a�t�i�o�n�_�u�p�d�a�t�e�'�,� �'�$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�,� �p�r�i�s�o�n�e�r�,� �c�o�w� �-� �T�O�D�O�:� �a�d�d� �o�t�h�e�r�s�?�
�
+�
�
+�!�M�i�l�k� �d�e�m�a�n�d� �a�d�j�u�s�t�m�e�n�t�
�
+�d�y�n�a�m�i�c� �$�m�i�l�k�_�p�r�i�c�e�
�
+�m�i�l�k�_�t�i�p� �=� �0�
�
+�t�i�p�_�a�s�k�e�d� �=� �0�
�
+�
�
 �!�B�e�g�i�n�n�i�n�g� �o�f� �c�o�w� �c�h�e�c�k� �-� �n�o� �c�a�l�c�u�l�a�t�i�o�n�s� �i�f� �n�o� �c�o�w� �e�x�i�s�t�s� �-� �c�r�u�s�h�b�o�s�s� �-� �u�p�d�a�t�e�d� �P�i�a�n�o�c�a�t�
�
 �i�f� �c�o�w�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�c�o�w�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�2� �+� �c�o�w�[�'�w�o�u�n�d�s�'�]�
�
 �
�
-�	�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �-�1�:�
�
-�	�	�!� �n�o� �f�o�o�d�
�
-�	�	�c�o�w�_�r�a�t�e�[�'�f�a�t�'�]� �-�=� �r�a�n�d�(�3�,� �2� �+� �(�1�+�c�o�w�[�'�m�e�t�a�b�o�l�i�s�m�'�]�)�/�2�)� �&�!� �s�h�o�u�l�d� �b�e� �s�a�m�e� �f�o�r�m�u�l�a� �u�s�e�d� �f�o�r� �s�l�a�v�e�
�
+�	�!� �c�o�w� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �b�u�t� �w�e� �s�t�i�l�l� �n�e�e�d� �t�o� �a�p�p�l�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�,� �(�c�o�w�_�r�a�t�i�o�n� �+� �1�)� �&�!� �-�1� �r�e�p�r�e�s�e�n�t�s� �n�o� �f�o�o�d�,� �s�o� �+�1� �t�o� �s�h�i�f�t� �i�t� �t�o� �z�e�r�o� �f�o�r� �b�o�o�l�e�a�n�
�
+�
�
+�	�!� �s�e�t� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �(�a�n�d� �c�o�s�t�s�)� �f�o�r� �n�e�x�t� �d�a�y�
�
+�	�!� �a�s� �c�a�l�c�u�l�a�t�e�d� �i�n� �$�n�e�x�t�_�d�a�y�_�l�a�c�t�a�t�i�o�n�_�u�p�d�a�t�e�,� �a�n� �a�v�e�r�a�g�e� �c�o�w� �p�r�o�d�u�c�e�s� �9�0�$�/�d�e�c�a�d�e� �a�n�d� �a� �p�e�r�f�e�c�t� �c�o�w� �p�r�o�d�u�c�e�s� �1�5�0�$�/�d�e�c�a�d�e�
�
+�	�!� �s�o� �c�o�s�t�s� �i�n� �e�x�c�e�s�s� �o�f� �8�$�/�d�a�y� �w�o�u�l�d� �b�e� �a� �l�o�s�s� �f�o�r� �a�n� �a�v�e�r�a�g�e� �c�o�w� �a�n�d� �c�o�s�t�s� �i�n� �e�x�c�e�s�s� �o�f� �1�4�$�/�d�a�y� �w�o�u�l�d� �b�e� �a� �l�o�s�s� �f�o�r� �a� �p�e�r�f�e�c�t� �c�o�w�
�
+�	�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �-�1� �o�r� �(�c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�)�:�
�
+�	�	�!� �n�o� �f�o�o�d� �o�r� �f�a�i�n�t�e�d� �c�o�w� �a�n�d� �n�o� �o�n�e� �t�o� �f�o�r�c�e� �f�e�e�d� �(�c�o�w� �w�o�u�l�d� �b�e� �w�o�k�e�n� �b�e�f�o�r�e� �t�h�i�s� �b�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�m�i�n�a�_�u�p�d�a�t�e� �i�f� �i�n� �g�o�o�d� �e�n�o�u�g�h� �c�o�n�d�i�t�i�o�n�)�
�
 �	�	�c�o�w�_�r�a�t�e�[�'�f�e�a�r�'�]� �+�=� �5�
�
 �	�	�c�o�w�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �5�
�
 �	�	�c�o�w�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �5�
�
-�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �0�
�
-�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �c�o�w�[�'�f�a�t�'�]�*�2�
�
-�	�e�n�d�
�
-�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�,� �(�c�o�w�_�r�a�t�i�o�n� �+� �1�)� �&�!� �-�1� �r�e�p�r�e�s�e�n�t�s� �n�o� �f�o�o�d�,� �s�o� �+�1� �t�o� �s�h�i�f�t� �i�t� �t�o� �z�e�r�o� �f�o�r� �b�o�o�l�e�a�n�
�
-�
�
-�	�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �1�:�
�
+�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �0� �&�!� �z�e�r�o� �c�o�s�t�,� �a�c�c�u�m�u�l�a�t�i�n�g� �s�u�m� �f�o�r� �d�e�c�a�d�e� �b�i�l�l�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �c�o�w�[�'�f�a�t�'�]�*�2� �&�!� �t�h�i�s� �t�h�r�e�s�h�o�l�d� �w�i�l�l� �t�r�i�g�g�e�r� �i�m�m�e�d�i�a�t�e� �f�a�i�n�t�i�n�g� �i�n� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �f�o�r� �s�l�a�v�e�s� �w�i�t�h�o�u�t� �f�a�t� �r�e�s�e�r�v�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!� �t�h�i�s� �d�i�e�t� �i�s� �"�f�r�e�e�"� �b�u�t� �w�i�l�l� �d�e�g�r�a�d�e� �t�h�e� �e�n�d�u�r�a�n�c�e� �(�q�u�i�c�k�l�y�)� �a�n�d� �p�h�y�s�i�q�u�e� �(�s�l�o�w�l�y�)� �a�n�d� �i�n�d�u�c�e� �d�e�s�p�a�i�r� �i�f� �i�t� �l�a�s�t�s� �m�o�r�e� �t�h�a�n� �o�n�e� �n�i�g�h�t�,� �s�o� �i�t� �i�s� �b�e�s�t� �u�s�e�d� �s�p�a�r�i�n�g�l�y� �a�n�d� �o�n� �a�l�t�e�r�n�a�t�i�n�g� �d�a�y�s� �a�t� �m�o�s�t�
�
+�	�	�!� �e�f�f�e�c�t�i�v�e�l�y�,� �t�h�i�s� �t�a�c�t�i�c� �(�g�i�v�e� �f�o�o�d� �o�n�l�y� �o�n� �a�l�t�e�r�n�a�t�e� �d�a�y�s�)� �c�a�n� �o�b�t�a�i�n� �r�o�u�g�h�l�y� �5�0�%� �m�o�r�e� �p�r�o�f�i�t�a�b�i�l�i�t�y� �(�+�$�4�5�/�d�e�c�a�d�e� �w�i�t�h� �a�v�e�r�a�g�e� �c�o�w�,� �+�7�5�$�/�d�e�c�a�d�e� �w�i�t�h� �p�e�r�f�e�c�t� �c�o�w�)� �a�t� �a� �c�o�s�t� �o�f� �~�5�5� �e�n�d�u�r�a�n�c�e� �r�a�t�e�
�
+�	�	�!� �i�f� �y�o�u� �e�x�e�r�c�i�s�e� �t�h�e� �c�o�w� �o�n� �t�h�e� �d�a�y�s� �w�h�e�n� �t�h�e� �c�o�w� �i�s� �f�e�d� �(�a�s�s�u�m�i�n�g� �s�t�a�n�d�a�r�d� �f�o�o�d� �o�n� �t�h�o�s�e� �d�a�y�s�)�,� �y�o�u� �w�i�l�l� �h�a�v�e� �+�6�0�0� �c�a�l�o�r�i�e�s� �(�d�u�e� �t�o� �h�u�n�g�e�r�)� �s�o� �c�a�n� �e�x�e�r�c�i�s�e� �2�-�3� �t�i�m�e�s� �w�i�t�h�o�u�t� �t�r�i�g�g�e�r�i�n�g� �s�t�a�r�v�a�t�i�o�n�
�
+�	�	�!� �w�i�t�h� �p�r�o�p�e�r� �a�t�t�i�r�e� �(�l�e�o�t�a�r�d�,� �s�n�e�a�k�e�r�s�)� �a�n�d� �a� �g�o�o�d� �t�r�a�i�n�e�r� �(�c�l�e�v�e�r�/�i�n�t�e�l�l�i�g�e�n�t� �a�s�s�i�s�t�a�n�t� �w�i�t�h� �e�q�u�a�l� �o�r� �b�e�t�t�e�r� �e�n�d�u�r�a�n�c�e�)�,� �y�o�u� �c�a�n� �c�o�m�p�e�n�s�a�t�e� �f�o�r� �t�h�e� �e�n�d�u�r�a�n�c�e� �l�o�s�s� �a�n�d� �s�u�s�t�a�i�n� �t�h�i�s� �p�a�t�t�e�r�n�
�
+�	�	�!� �t�h�i�s� �t�h�e�r�e�f�o�r�e� �i�s� �v�i�a�b�l�e� �f�o�r� �i�n�c�r�e�a�s�i�n�g� �p�r�o�f�i�t�s� �w�h�e�n� �y�o�u� �d�o� �n�o�t� �h�a�v�e� �a� �p�r�o�d�u�c�t�i�v�e� �f�i�e�n�d�,� �b�u�t� �-� �g�i�v�e�n� �t�h�e� �a�m�o�u�n�t� �o�f� �m�i�c�r�o�-�m�a�n�a�g�e�m�e�n�t� �-� �i�s� �b�e�s�t� �r�e�s�e�r�v�e�d� �f�o�r� �w�h�e�n� �4�5�-�7�5�$� �i�s� �d�e�s�p�e�r�a�t�e�l�y� �n�e�e�d�e�d�
�
+�	�e�l�s�e�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �1�:�
�
 �	�	�!� �s�t�a�n�d�a�r�d� �f�o�o�d�
�
 �	�	�i�f� �c�o�w�[�'�t�i�m�e�_�i�n�_�b�a�r�n�'�]� �<� �1�0�:� �c�o�w�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
-�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �+� �5�
�
-�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �b�a�r�n�_�c�o�w�_�f�o�o�d�
�
-�	�e�n�d�
�
-�
�
-�	�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �0�:�
�
+�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3� �&�!� �l�a�c�t�a�t�i�o�n� �i�n�c�r�e�a�s�e�s� �f�o�o�d�_�n�e�e�d� �b�y� �1�,� �s�o� �w�e�a�k� �(�w�o�r�s�t�)� �m�e�t�a�b�o�l�i�s�m� �c�o�w�s� �w�i�l�l� �s�t�i�l�l� �g�a�i�n� �p�h�y�s�i�q�u�e� �(�w�h�i�c�h� �b�o�o�s�t�s� �p�r�o�d�u�c�t�i�v�i�t�y�)� �w�h�e�n� �n�o�t� �o�n� �f�a�t�t�e�n�i�n�g� �d�i�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �c�o�w�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �c�o�w�s� �e�a�t� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)� �.�.�.� �a�n�d� �w�i�l�l� �o�v�e�r�c�o�m�e� �p�o�w�e�r�f�u�l� �m�e�t�a�b�o�l�i�s�m� �a�t� �D�-� �l�a�c�t�a�t�i�o�n�
�
+�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]�/�3� �+� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �+� �5� �&�!� �1� �+� �[�1�,�5�]� �+� �5� �=� �7� �-� �1�3� �s�p�a�r�k�s� �d�a�i�l�y�,� �a�c�c�u�m�u�l�a�t�i�n�g� �s�u�m� �f�o�r� �d�e�c�a�d�e� �b�i�l�l�i�n�g� �(�1�$�/�c�a�l�o�r�i�e� �f�o�r� �s�t�a�n�d�a�r�d� �f�o�o�d�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!� �t�h�i�s� �d�i�e�t� �r�u�n�s� �a�t� �b�r�e�a�k�-�e�v�e�n� �f�o�r� �a� �n�o�n�-�h�u�n�g�r�y� �B�+� �l�a�c�t�a�t�i�o�n� �c�o�w� �(�9�$�/�d�a�y� �c�o�s�t�,� �9�$�/�d�a�y� �e�a�r�n�e�d�)� �a�n�d� �a�t� �a� �m�o�d�e�s�t� �4�$�/�d�a�y� �p�r�o�f�i�t� �f�o�r� �a� �p�e�r�f�e�c�t� �n�o�n�-�h�u�n�g�r�y� �S�+� �l�a�c�t�a�t�i�o�n� �c�o�w� �(�1�1�$�/�d�a�y� �c�o�s�t�,� �1�5�$�/�d�a�y� �e�a�r�n�e�d�)�
�
+�	�e�l�s�e�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �0�:�
�
 �	�	�!� �f�a�t�t�e�n�i�n�g� �f�o�o�d�
�
-�	�	�c�o�w�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �8� �-� �c�o�w�[�'�m�e�t�a�b�o�l�i�s�m�'�]� �&�!� �m�e�t�a�b�o�l�i�s�m� �r�a�n�g�e�s� �[�1�,�5�]� �s�o� �t�h�i�s� �r�e�s�u�l�t�s� �i�n� �+�5� �g�a�i�n� �w�i�t�h� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m� �(�3�)�
�
-�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]�*�2� �+� �5�
�
-�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �b�a�r�n�_�c�o�w�_�f�o�o�d�
�
-�	�e�n�d�
�
-�
�
-�	�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �2�:�
�
+�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �4� �+� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �&�!� �4� �+� �[�1�,�5�]� �=� �5� �-� �9� �c�a�l�o�r�i�e�s�,� �l�a�c�t�a�t�i�o�n� �i�n�c�r�e�a�s�e�s� �f�o�o�d�_�n�e�e�d� �b�y� �1�,� �s�o� �7� �c�a�l�o�r�i�e�s� �a�r�e� �n�e�e�d�e�d� �t�o� �o�v�e�r�c�o�m�e� �p�o�w�e�r�f�u�l� �m�e�t�a�b�o�l�i�s�m�,� �a�c�h�i�e�v�e�d� �a�t� �B�+� �(�3�)� �l�a�c�t�a�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �c�o�w�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �c�o�w�s� �e�a�t� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)� �.�.�.� �a�n�d� �w�i�l�l� �o�v�e�r�c�o�m�e� �p�o�w�e�r�f�u�l� �m�e�t�a�b�o�l�i�s�m� �a�t� �F�-� �l�a�c�t�a�t�i�o�n�
�
+�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]�/�2� �+� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �+� �5� �&�!� �[�2�,�6�]� �+� �[�1�,�5�]� �+� �5� �=� �8� �-� �1�6� �s�p�a�r�k�s� �d�a�i�l�y�,� �a�c�c�u�m�u�l�a�t�i�n�g� �s�u�m� �f�o�r� �d�e�c�a�d�e� �b�i�l�l�i�n�g� �(�.�5�$�/�c�a�l�o�r�i�e� �f�o�r� �f�a�t�t�e�n�i�n�g� �f�o�o�d�,� �e�q�u�i�v�a�l�e�n�t� �t�o� �f�r�e�s�h� �f�o�o�d�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!� �t�h�i�s� �d�i�e�t� �r�u�n�s� �a�t� �a� �l�o�s�s� �f�o�r� �a�n� �a�v�e�r�a�g�e� �c�o�w� �a�n�d� �a�t� �a� �s�l�i�g�h�t� �p�r�o�f�i�t� �f�o�r� �a� �n�o�n�-�h�u�n�g�r�y� �p�e�r�f�e�c�t� �c�o�w�
�
+�	�e�l�s�e�i�f� �c�o�w�_�r�a�t�i�o�n� �=� �2�:�
�
 �	�	�!� �f�i�e�n�d� �c�u�m�
�
-�	�	�i�f� �c�o�w�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0� �a�n�d� �c�o�w�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �2�:� �c�o�w�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1� �+� �c�o�w�[�'�p�r�i�d�e�'�]� �-� �c�o�w�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �&� �c�o�w�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
+�	�	�!� �t�h�i�s� �d�i�e�t� �i�s� �"�f�r�e�e�"� �(�c�o�s�t� �o�f� �a� �f�i�e�n�d� �i�s� �1�0�0�$� �p�l�u�s� �s�l�a�v�e� �e�n�e�r�g�y� �d�i�v�i�d�e�d� �o�v�e�r� �i�t�s� �l�i�f�e�t�i�m�e�)� �s�o� �i�t� �p�r�o�v�i�d�e�s� �t�h�e� �b�e�s�t� �p�r�o�f�i�t�a�b�i�l�i�t�y� �a�s� �l�o�n�g� �a�s� �y�o�u� �d�o� �n�o�t� �r�u�n� �o�u�t� �o�f� �s�p�a�w�n� �s�e�m�e�n�
�
+�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3� �&�!� �l�a�c�t�a�t�i�o�n� �i�n�c�r�e�a�s�e�s� �f�o�o�d�_�n�e�e�d� �b�y� �1�,� �s�o� �w�e�a�k� �(�w�o�r�s�t�)� �m�e�t�a�b�o�l�i�s�m� �c�o�w�s� �w�i�l�l� �s�t�i�l�l� �g�a�i�n� �p�h�y�s�i�q�u�e� �(�w�h�i�c�h� �b�o�o�s�t�s� �p�r�o�d�u�c�t�i�v�i�t�y�)� �w�h�e�n� �n�o�t� �o�n� �f�a�t�t�e�n�i�n�g� �d�i�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �c�o�w�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �c�o�w�s� �e�a�t� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)� �.�.�.� �a�n�d� �w�i�l�l� �o�v�e�r�c�o�m�e� �p�o�w�e�r�f�u�l� �m�e�t�a�b�o�l�i�s�m� �a�t� �D�-� �l�a�c�t�a�t�i�o�n�
�
+�	�	�i�f� �c�o�w�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �c�o�w�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�c�o�w�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1� �+� �c�o�w�[�'�p�r�i�d�e�'�]� �-� �c�o�w�[�'�p�e�r�v�e�r�s�i�o�n�'�]�)�
�
+�	�	�i�f� �c�o�w�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �!� �1� �a�n�d� �c�o�w�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �!� �2�:� �c�o�w�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
 �	�	�c�o�w�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1� �
�
-�	�	�i�f� �s�p�a�w�n�_�s�e�m�e�n� �>� �5�:�
�
-�	�	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �5�
�
-�	�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �=� �0�
�
+�	�	�i�f� �s�p�a�w�n�_�s�e�m�e�n� �>� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �+� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �+� �5�:�
�
+�	�	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �+� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �+� �5�
�
 �	�	�e�l�s�e�
�
-�	�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �(�5� �-� �s�p�a�w�n�_�s�e�m�e�n�)�
�
+�	�	�	�!� �a�n�y� �e�x�c�e�s�s� �n�e�e�d�s� �t�o� �b�e� �p�u�r�c�h�a�s�e�d� �a�t� �1�$�/�c�a�l� �(�2�x� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �t�h�a�n� �f�r�e�s�h� �f�o�o�d�;� �k�e�e�p� �i�n� �s�y�n�c� �w�i�t�h� �s�l�a�v�e� �f�o�o�d�_�c�o�s�t� �c�a�l�c�u�l�a�t�i�o�n�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�b�a�r�n�_�c�o�w�_�f�o�o�d� �+�=� �(�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �+� �c�o�w�[�'�l�a�c�t�a�t�i�o�n�'�]� �+� �5� �-� �s�p�a�w�n�_�s�e�m�e�n�)� �&�!� �a�c�c�u�m�u�l�a�t�i�n�g� �s�u�m� �f�o�r� �d�e�c�a�d�e� �b�i�l�l�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�s�p�a�w�n�_�s�e�m�e�n� �=� �0�
�
 �	�	�e�n�d�
�
-�	�	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3�
�
 �	�e�n�d�
�
 �
�
 �	�!�R�i�s�k�s� �f�o�r� �s�l�a�v�e� �t�o� �e�s�c�a�p�e� �t�h�e� �b�a�r�n� �o�r� �c�o�m�m�i�t� �s�u�i�c�i�d�e�
�
@@ -16737,7 +17215,9 @@
 �	�	�i�f� �c�o�w�_�s�a�n�i�t�y� �<� �3�:� �c�o�w�[�'�b�a�r�n�_�c�u�s�t�o�m�'�]� �=� �0�
�
 �	�	�k�i�l�l�v�a�r� �'�c�o�w�_�s�a�n�i�t�y�'�
�
 �	�e�n�d�
�
-�	�i�f� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �!� �0� �a�n�d� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
+�
�
+�	�c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]�)�
�
+�	�c�o�w�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �c�o�w�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)�
�
 �
�
 �	�!�i�m�p�a�c�t�s� �o�n� �t�h�e� �c�o�w� �-� �l�e�s�s� �n�e�g�a�t�i�v�e� �i�m�p�a�c�t� �a�n�d� �q�u�i�c�k�e�r� �l�e�a�r�n�i�n�g� �i�f� �a� �f�a�r�m�h�a�n�d� �i�s� �a�p�p�o�i�n�t�e�d� �-� �P�i�a�n�o�c�a�t�
�
 �	�!�c�o�n�d�i�t�i�o�n� �e�s�c�a�p�e�_�c�o�w�=�0� �a�d�d�e�d�,� �t�o� �a�v�o�i�d� �a�n� �e�s�c�a�p�i�n�g� �c�o�w� �m�a�l�u�s�/�b�o�n�u�s�,� �e�x�c�e�p�t�e�d� �m�o�r�a�l� �o�n�e�s�
�
@@ -16835,7 +17315,7 @@
 �	�	�	�	�c�o�w�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �3�
�
 �	�	�	�e�n�d�
�
 �	�	�e�l�s�e�
�
-�	�	�	�c�o�w�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�
�
+�	�	�	�c�o�w�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�c�o�w�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�)�
�
 �	�	�	�i�f� �c�o�w�_�e�s�c�a�p�e� �=� �0�:�
�
 �	�	�	�	�c�o�w�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �4�
�
 �	�	�	�	�c�o�w�_�r�a�t�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �-�=� �3�
�
@@ -16900,6 +17380,11 @@
 �	�	�c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
+�	�!�h�o�w�e�v�e�r�,� �a� �f�a�r�m�h�a�n�d� �w�i�l�l� �t�r�y� �t�o� �m�a�i�n�t�a�i�n� �c�o�w� �s�t�a�m�i�n�a� �a�t� �H�e�a�l�t�h�y� �w�i�t�h� �l�i�g�h�t� �e�x�e�r�c�i�s�e�
�
+�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �>� �-�1� �a�n�d� �(�c�o�w�[�'�s�t�a�m�i�n�a�'�]� �<� �3� �o�r� �(�c�o�w�[�'�s�t�a�m�i�n�a�'�]� �=� �3� �a�n�d� �c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<� �0�)�)�:�
�
+�	�	�c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �3� �&� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �3� �&�!� �+�3� �h�e�r�e� �o�p�p�o�s�e�s� �-�1�/�-�2�/�-�3� �a�b�o�v�e� �(�s�t�a�m�i�n�a� �>� �2�,� �s�t�a�m�i�n�a�_�r�a�t�e� �>� �0�,� �c�o�w�_�l�o�c�k�e�d� �=� �1�)�
�
+�	�e�n�d�
�
+�
�
 �	�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �c�o�w�
�
 �	�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
 �	�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
@@ -16917,187 +17402,109 @@
 �!�E�n�d� �o�f� �c�o�w� �c�h�e�c�k�s� �-� �d�o� �n�o�t� �r�e�m�o�v�e� �t�h�i�s� �e�n�d� �s�t�a�t�e�m�e�n�t�
�
 �e�n�d�
�
 �
�
-�!�D�i�r�t� �a�n�d� �H�y�g�i�e�n�e� �f�r�o�m� �s�l�e�e�p�,� �t�i�m�e�,� �a�n�d� �n�o�r�m�a�l� �h�o�u�s�e� �u�s�e� �-� �m�a�s�t�e�r� �a�n�d� �s�l�a�v�e� �-� �c�r�u�s�h�b�o�s�s�
�
-�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
-�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5� �+� �m�a�s�t�e�r�_�w�o�u�n�d�s�
�
-�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5� �+� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�
�
-�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5� �+� �a�s�s�i�s�t�a�n�t�[�'�w�o�u�n�d�s�'�]�
�
-�f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5� �+� �f�a�r�m�h�a�n�d�[�'�w�o�u�n�d�s�'�]�
�
-�
�
-�!�f�o�o�d� �r�e�s�e�t�
�
-�m�a�s�t�e�r�_�f�o�o�d�_�c�o�s�t� �=� �i�i�f�(�c�o�o�k�e�d�_�f�o�o�d� �<� �1�,� �2�,� �0�)� �&�!� �c�a�n�s� �c�o�s�t� �2� �s�p�a�r�k�s� �a� �d�a�y�,� �o�t�h�e�r�w�i�s�e� �c�o�s�t� �i�s� �p�a�i�d� �i�n� �i�n�g�r�e�d�i�e�n�t�s�
�
-�
�
-�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �m�a�s�t�e�r�_�f�o�o�d�_�c�o�s�t�
�
-�i�f� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �1�
�
-�i�f� �a�s�s�i�s�t�a�n�t�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �1�
�
-�i�f� �p�r�i�s�o�n�e�r�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �1�
�
-�c�o�o�k�e�d�_�f�o�o�d� �=� �-�1�
�
-�
�
-�$�n�e�x�t�_�d�a�y�_�a�p�p�l�y�_�o�v�e�r�n�i�g�h�t�_�i�t�e�m�_�b�o�n�u�s�e�s� �=� �{�
�
-�	�!�d�a�i�l�y� �b�o�n�u�s�e�s� �-� �i�m�p�r�o�v�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
-�	�!�S�l�a�v�e� �e�n�e�r�g�y� �c�h�e�c�k� �-� �n�o� �b�o�n�u�s�e�s� �i�f� �t�h�e� �p�l�a�y�e�r� �j�u�s�t� �c�l�i�c�k�s� �'�E�n�d� �o�f� �D�a�y�'� �t�o� �a�d�v�a�n�c�e� �t�i�m�e� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�p�l�a�c�e�d� �e�n�e�r�g�y� �c�h�e�c�k� �w�i�t�h� �i�n�t�e�r�a�c�t�i�o�n�s� �c�o�u�n�t�e�r� �c�h�e�c�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�	�!�C�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �a�n�d� �a�p�p�l�i�e�d� �t�o� �p�r�i�s�o�n�e�r� �a�n�d� �c�o�w� �i�n� �a�d�d�i�t�i�o�n� �t�o� �s�l�a�v�e� �a�n�d� �a�s�s�i�s�t�a�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �(�a�r�r�s�i�z�e�(�'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�'�)� �>� �0� �o�r� �'�d�y�n�s�l�a�v�e�'� �=� �'�c�o�w�'� �o�r� �'�d�y�n�s�l�a�v�e�'� �=� �'�p�r�i�s�o�n�e�r�'�)�:�
�
-�	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�s� �c�o�n�s�c�i�o�u�s� �o�n�l�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �s�p�l�i�t� �f�i�r�s�t� �t�o� �p�r�o�t�e�c�t� �f�r�o�m� �e�a�r�l�i�e�r� �$�r�e�p�l�a�c�e�,� �s�e�e� �#�i�t�e�m�_�b�a�s�e� �a�n�d� �#�s�t�a�t�i�c�_�b�a�s�e�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�t�e�m�p�e�r�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�t�e�l�l�e�c�t�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�e�g�o�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�r�a�t�i�o�n�a�l�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�c�u�s�t�o�m�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�n�g�s�t�'�]�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �&�!� �i�t�e�m�s� �c�a�n� �p�r�o�v�i�d�e� �b�o�n�u�s� �e�n�e�r�g�y� �b�y� �a�d�d�i�n�g� �n�e�g�a�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n� �c�o�u�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�
�
-�	�	�!� �H�e�a�v�y� �r�i�n�g�s� �b�o�n�u�s�
�
-�	�	�t�m�p� �=� �0�
�
-�	�	�!�i�f� �$�d�y�n�s�l�a�v�e�[�'�e�a�r�r�i�n�g�s�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �0�
�
-�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�t�o�n�g�u�e�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �3�
�
-�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�n�i�p�p�l�e�r�i�n�g�s�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �2�
�
-�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�n�a�v�e�l�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �1�
�
-�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�c�l�i�t�r�i�n�g�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �3�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�o�s�e�_�p�i�e�r�c�i�n�g�'�]� �=� �1�:� �t�m�p� �+�=� �3�
�
-�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �t�m�p� �/� �3�
�
-�	�	�k�i�l�l�v�a�r� �'�t�m�p�'�
�
-�
�
-�	�	�!�R�a�i�s�e� �i�n�t�e�r�e�s�t� �t�o� �t�h�e� �s�l�a�v�e�
�
-�	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �g�e�t� �c�h�a�r�m� �v�a�l�u�e� �f�o�r� �c�u�r�r�e�n�t� �s�l�a�v�e�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�n�e�w�n�e�s�s�'�]� �+�=� �1� �+� �c�h�a�r�m�/�6�
�
-�
�
-�	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s�n�e�s�s� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�s� �c�h�e�c�k�
�
-�}�
�
+�!�B�a�r�n� �s�t�u�f�f� �g�o�e�s� �h�e�r�e�
�
 �
�
-�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�a�p�p�l�y�_�o�v�e�r�n�i�g�h�t�_�i�t�e�m�_�b�o�n�u�s�e�s�'�,� �'�$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�,� �p�r�i�s�o�n�e�r�,� �c�o�w�
�
+�!�f�a�r�m�h�a�n�d� �f�o�o�d� �c�a�l�c�,� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g�,� �F�-� �s�t�a�m�i�n�a� �d�e�a�t�h� �c�h�a�n�c�e�,� �l�e�s�b�i�a�n� �x�p�,� �c�o�w� �m�a�i�n�t�e�n�a�n�c�e� �a�u�t�o�m�a�t�i�o�n�
�
+�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�!� �f�a�r�m�h�a�n�d� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �b�u�t� �w�e� �s�t�i�l�l� �n�e�e�d� �t�o� �a�p�p�l�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�f�a�r�m�h�a�n�d�'�)�,� �1�
�
 �
�
-�!�D�e�f�i�n�e� �t�h�e� �a�c�t�i�o�n� �a�t� �t�h�e� �e�n�d� �o�f� �t�h�e� �d�a�y�
�
-�!�a�d�d�e�d� �c�h�e�c�k� �f�o�r� �s�l�a�v�e� �s�t�a�t�u�s�
�
-�!�d�o�e�s� �s�h�e� �w�a�n�t� �t�o� �m�a�s�t�u�r�b�a�t�e�
�
-�!�A�d�d�e�d� �c�h�e�c�k� �f�o�r� �e�n�e�r�g�y� �l�e�v�e�l� �o�f� �s�l�a�v�e� �a�n�d� �i�n�c�r�e�a�s�e�d� �t�h�e� �m�i�n�i�m�u�m� �a�r�o�u�s�a�l� �l�e�v�e�l� �t�o� �3� �-� �c�r�u�s�h�b�o�s�s�
�
-�!�A�d�d�e�d� �c�h�e�c�k� �f�o�r� �f�r�i�g�i�d� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�s�l�a�v�e�_�w�i�l�l�_�m�a�s�t�u�r�b�a�t�e� �=� �0�
�
-�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �0�
�
-�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�r�e�v�i�o�u�s�_�e�n�e�r�g�y� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �a�n�d� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �2� �a�n�d� �s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>�=� �0�:�
�
-�	�i�f� �s�l�a�v�e�[�'�m�a�s�t�u�r�b�a�t�i�o�n�_�r�u�l�e�'�]� �=� �1�:�
�
-�	�	�!�i�s� �t�h�e�r�e� �a� �r�u�l�e� �a�g�a�i�n�s�t� �i�t�
�
-�	�	�i�f� �s�l�a�v�e�[�'�f�o�r�c�e�_�r�u�l�e�s�'�]� �=� �1� �a�n�d� �i�n�v�e�n�t�o�r�y�[�'�c�h�a�s�t�i�t�y�_�b�e�l�t�'�]� �=� �1�:�
�
-�	�	�	�!�i�s� �s�h�e� �w�e�a�r�i�n�g� �a� �c�h�a�s�t�i�t�y� �b�e�l�t�
�
-�	�	�	�s�l�a�v�e�[�'�n�e�g�_�r�u�l�e�s�'�]� �=� �1�
�
-�	�	�	�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �0�
�
-�	�	�e�l�s�e�i�f� �(�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �>� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �o�r� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �*� �3� �o�r� �s�l�a�v�e�[�'�c�a�u�g�h�t�_�m�a�s�t�u�r�b�a�t�i�n�g�'�]� �>� �0�)� �a�n�d� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �<� �5� �o�r� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�:�
�
-�	�	�	�!�i�f� �t�h�e�r�e�s� �a� �r�u�l�e� �a�g�a�i�n�s�t� �i�t�,� �w�i�l�l� �h�e�r� �t�a�m�i�n�g� �o�r� �o�b�e�d�i�e�n�c�e� �o�r� �d�e�v�o�t�i�o�n� �o�r� �b�e�i�n�g� �c�a�u�g�h�t� �r�e�c�e�n�t�l�y� �s�t�o�p� �h�e�r� �(�o�n�l�y� �p�o�s�s�i�b�l�e� �i�f� �a�r�o�u�s�a�l� �i�s� �l�e�s�s� �t�h�a�n� �5� �o�r� �d�e�v�o�t�i�o�n� �e�q�u�a�l�s� �o�r� �e�x�c�e�e�d�s� �a�r�o�u�s�a�l�)�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�	�	�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �0�
�
+�	�!� �s�e�t� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �(�a�n�d� �c�o�s�t�s�)� �f�o�r� �n�e�x�t� �d�a�y�
�
+�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
+�	�	�!� �f�a�r�m�h�a�n�d� �w�o�u�l�d� �b�e� �w�o�k�e�n� �b�e�f�o�r�e� �t�h�i�s� �b�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�m�i�n�a�_�u�p�d�a�t�e� �i�f� �i�n� �g�o�o�d� �e�n�o�u�g�h� �c�o�n�d�i�t�i�o�n�
�
+�	�	�f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �f�a�r�m�h�a�n�d�[�'�f�a�t�'�]�*�2� �&�!� �f�a�r�m�h�a�n�d� �s�t�a�r�v�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�
�
+�	�	�f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]� �=� �f�a�r�m�h�a�n�d�[�'�m�e�t�a�b�o�l�i�s�m�'�]� �&�!� �e�v�e�n� �i�f� �f�a�r�m�h�a�n�d� �i�s� �n�e�v�e�r� �t�a�k�e�n� �o�u�t� �o�f� �t�h�e� �b�a�r�n�,� �s�h�e� �w�i�l�l� �n�o�t� �g�a�i�n� �w�e�i�g�h�t�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0� �o�r� �(�f�a�r�m�h�a�n�d�[�'�f�a�t�'�]� �<� �2� �a�n�d� �f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�f�a�t�'�]� �<� �0�)�:� �f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �o�r� �m�o�d�e�l�-�l�o�s�i�n�g�-�w�e�i�g�h�t� �e�a�t�s� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �1� �a�n�d� �s�p�a�w�n�_�s�e�m�e�n� �>� �f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]�:�
�
+�	�	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]� �&�!� �i�f� �f�i�e�n�d� �t�a�t�t�o�o� �a�n�d� �e�n�o�u�g�h� �s�u�p�p�l�y�,� �u�s�e� �i�t� �i�n�s�t�e�a�d� �o�f� �f�r�e�s�h� �f�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�f�a�r�m�h�a�n�d�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�e�l�s�e�
�
-�	�	�	�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �1�
�
+�	�	�	�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]�/�2� �&�!� �.�5�$�/�c�a�l�,� �2�$�/�d�a�y�,� �e�q�u�i�v�a�l�e�n�t� �t�o� �f�r�e�s�h� �f�o�o�d�,� �c�o�s�t� �g�o�e�s� �t�o� �h�o�u�s�e�h�o�l�d� �e�x�p�e�n�s�e�s�,� �n�o�t� �b�a�r�n� �f�o�o�d� �c�o�s�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�!� �d�u�p�l�i�c�a�t�e� �t�h�e� �b�e�n�e�f�i�t�s� �o�f� �f�r�e�s�h� �f�o�o�d� �d�i�e�t�,� �e�x�c�e�p�t� �f�o�r� �t�h�e� �e�x�t�r�a� �h�a�l�f�-�a�c�t�i�o�n� �(�l�o�s�t� �t�o� �f�a�r�m�h�a�n�d� �d�u�t�i�e�s�)�
�
+�	�	�	�f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1� �+� �f�a�r�m�h�a�n�d�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �&�!� �n�o� �m�o�o�d�l�e�t� �f�o�r� �t�h�i�s�,� �a�d�d�s� �0�.�1� �t�o� �0�.�6� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�m�o�r�a�l�'�]� �<� �4�:� �f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �2�
�
 �	�	�e�n�d�
�
-�	�e�l�s�e�
�
-�	�	�s�l�a�v�e�_�w�i�l�l�_�m�a�s�t�u�r�b�a�t�e� �=� �1�
�
-�	�e�n�d�
�
-�e�l�s�e�
�
-�	�s�l�a�v�e�_�w�i�l�l�_�m�a�s�t�u�r�b�a�t�e� �=� �0�
�
-�e�n�d�
�
 �
�
-�!�p�e�t� �t�e�n�t�a�c�l�e�
�
-�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �>� �0�:�
�
-�	�t�e�n�t�a�c�l�e�_�h�p� �-�=� �1�
�
-�	�i�f� �t�e�n�t�a�c�l�e�_�s�i�z�e� �>�=� �4�:� �t�e�n�t�a�c�l�e�_�h�p� �-�=� �4�
�
-�	�i�f� �t�e�n�t�a�c�l�e�_�h�p� �>�=� �t�e�n�t�a�c�l�e�_�g�r�o�w�[�t�e�n�t�a�c�l�e�_�s�i�z�e�]�:�
�
-�	�	�i�f� �t�e�n�t�a�c�l�e�_�s�i�z�e� �<� �4�:� �t�e�n�t�a�c�l�e�_�g�r�o�w�_�e�v�e�n�t� �=� �1�
�
+�	�	�!�f�a�r�m�h�a�n�d� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g� �-� �i�n�c�r�e�a�s�e�s� �t�o� �4� �i�f� �l�o�w�e�r� �(�u�n�l�e�s�s� �T�o�r�p�i�d� �t�r�a�i�t�)�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]� �<� �4� �a�n�d� �f�a�r�m�h�a�n�d�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �>�=� �0�:� �f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �4� �&� �f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �3� �&�!� �T�o�r�p�i�d� �f�a�r�m�h�a�n�d� �w�i�l�l� �n�o�t� �e�x�e�r�c�i�s�e�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]� �>� �3� �a�n�d� �f�a�r�m�h�a�n�d�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �=� �-�1�:� �f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �2� �&�!� �T�o�r�p�i�d� �f�a�r�m�h�a�n�d� �w�i�l�l� �l�o�s�e� �e�n�d�u�r�a�n�c�e� �u�n�t�i�l� �H�e�a�l�t�h�y� �(�B�+�)�
�
 �	�e�n�d�
�
-�	�i�f� �t�e�n�t�a�c�l�e�_�h�p� �<�=� �t�e�n�t�a�c�l�e�_�d�e�a�t�h�[�t�e�n�t�a�c�l�e�_�s�i�z�e�]�:�
�
-�	�	�t�e�n�t�a�c�l�e�_�d�e�a�t�h�_�e�v�e�n�t� �=� �1�
�
-�	�e�n�d�
�
-�e�n�d�
�
-�
�
-�!�A�r�o�u�s�a�l� �c�h�e�c�k� �f�o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �e�v�e�n�t� �-� �c�r�u�s�h�b�o�s�s�
�
-�i�f� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �4� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �7� �a�n�d� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �0�:�
�
-�	�s�l�a�v�e�_�b�e�g�_�f�o�r�_�s�e�x� �=� �1�
�
-�e�l�s�e�
�
-�	�s�l�a�v�e�_�b�e�g�_�f�o�r�_�s�e�x� �=� �0�
�
-�e�n�d�
�
-�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]� �>� �4� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �7� �a�n�d� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �0�:�
�
-�	�a�s�s�i�s�t�a�n�t�_�b�e�g�_�f�o�r�_�s�e�x� �=� �1�
�
-�e�l�s�e�
�
-�	�a�s�s�i�s�t�a�n�t�_�b�e�g�_�f�o�r�_�s�e�x� �=� �0�
�
-�e�n�d�
�
 �
�
-�t�x�t� �=� �1�
�
-�m�e�n�u�_�f�o�r�m� �=� �0�
�
-�
�
-�!�M�a�g�i�c� �S�p�e�l�l� �R�e�s�e�t� �-� �m�o�v�e�d� �o�u�t� �o�f� �$�e�n�d�_�d�a�y�_�v�a�r�i�a�b�l�e�_�r�e�s�e�t� �t�o� �w�o�r�k� �w�i�t�h� �a�u�t�o� �c�a�s�t�i�n�g� �r�u�l�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
-�a�u�s�p�e�x� �=� �r�a�v�e�n�_�c�r�o�w�n�_�o�n�
�
-�m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0�
�
-�
�
-�!�l�o�s�s� �c�o�n�d�i�t�i�o�n� �i�n� �t�u�t�o�r�i�a�l� �i�f� �s�l�a�v�e� �i�s� �k�i�l�l�e�d�
�
-�i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �1�:�
�
-�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
-�	�	�l�e�c�t�u�r�e� �=� �1�2�
�
-�	�	�g�t� �'�d�e�m�o�_�i�n�t�r�o�'�
�
+�	�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �f�a�r�m�h�a�n�d�
�
+�	�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
+�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
+�	�	�d�p�r�o�b�_�m�a�x� �=� �7�
�
+�	�	�!� �p�s�y� �s�t�a�t�u�s� �a�f�f�e�c�t� �t�h�e� �c�h�a�n�c�e�
�
+�	�	�i�f� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'� �o�r� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�:� �d�p�r�o�b�_�m�a�x� �=� �1�6�
�
+�	�	�i�f� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �o�r� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:� �d�p�r�o�b�_�m�a�x� �=� �9�
�
+�	�	�i�f� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�p�r�o�b�_�m�a�x� �=� �5�
�
+�	�	�d�e�a�t�h�_�p�r�o�b� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �f�a�r�m�h�a�n�d�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�d�p�r�o�b�_�m�a�x�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�d�p�r�o�b�_�m�a�x�)�
�
+�	�	�i�f� �d�e�a�t�h�_�p�r�o�b� �=� �5�:�
�
+�	�	�	�f�a�r�m�h�a�n�d�_�d�i�e�d� �=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�e�n�d�
�
 �
�
-�!�a�u�t�o�s�a�v�e� �c�o�n�d�i�t�i�o�n�
�
-�i�f� �a�u�t�o�s�a�v�e�_�d�a�y� �=� �1�:�
�
-�	�a�u�t�o�s�a�v�e� �=� �1�
�
-�e�n�d�
�
-�
�
-�!�B�a�r�n� �s�t�u�f�f� �g�o�e�s� �h�e�r�e�
�
-�!�f�a�r�m�h�a�n�d� �l�e�s�b�i�a�n� �x�p� �a�c�c�u�m�u�l�a�t�i�o�n�
�
-�!�b�o�n�u�s� �c�a�l�c�u�l�a�t�i�o�n�
�
-�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �0�:� �f�a�r�m�h�a�n�d�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �+� �1�
�
-�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �0�:� �f�a�r�m�h�a�n�d�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �+� �1�
�
-�	�i�f� �f�a�r�m�h�a�n�d�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �>� �5�0� �a�n�d� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �0�:� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �1� �&�!� �b�i�-�s�e�x�u�a�l�
�
-�	�b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �=� �1�2�0�
�
-�	�i�f� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �-�1�:� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �-�=� �1�0�
�
-�	�i�f� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �1�:� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �+�=� �2�0�
�
-�	�i�f� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �2�:� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �+�=� �3�0�
�
-�e�l�s�e�
�
-�	�b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �=� �1�0�0�
�
-�e�n�d�
�
+�	�!�f�a�r�m�h�a�n�d� �l�e�s�b�i�a�n� �x�p� �a�c�c�u�m�u�l�a�t�i�o�n�
�
+�	�!�b�o�n�u�s� �c�a�l�c�u�l�a�t�i�o�n�
�
+�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �0�:� �f�a�r�m�h�a�n�d�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �+� �1�
�
+�	�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �0�:� �f�a�r�m�h�a�n�d�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �+� �1�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �>� �5�0� �a�n�d� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �0�:� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �1� �&�!� �b�i�-�s�e�x�u�a�l�
�
+�	�	�!� �f�a�r�m�h�a�n�d� �i�s� �n�o�t� �i�n�c�l�u�d�e�d� �i�n� �$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s� �l�i�s�t� �p�a�s�s�e�d� �t�o� �$�c�h�e�c�k�_�s�l�a�v�e�_�f�o�r�_�r�e�v�e�a�l�e�d�_�t�r�a�i�t�s� �f�r�o�m� �$�n�e�w�l�o�c� �t�o� �c�h�e�c�k� �l�e�s�b�i�a�n�_�x�p� �a�n�d� �a�d�d� �t�h�e� �t�r�a�i�t�,� �s�o� �t�h�i�s� �h�a�n�d�l�e�s� �a� �f�a�r�m�h�a�n�d� �l�e�f�t� �a�l�o�n�e�
�
+�	�e�n�d�
�
 �
�
-�!�f�a�r�m�h�a�n�d� �f�o�o�d� �c�a�l�c�
�
-�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�f�a�r�m�h�a�n�d�'�)�,� �1�
�
-�	�f�a�r�m�h�a�n�d�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3� �+� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]�
�
-�	�t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �2� �&�!� �g�o�e�s� �t�o� �h�o�u�s�e�h�o�l�d� �e�x�p�e�n�s�e�s�,� �n�o�t� �b�a�r�n� �f�o�o�d� �c�o�s�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�e�n�d�
�
+�	�!�c�o�w� �m�a�i�n�t�e�n�a�n�c�e� �a�u�t�o�m�a�t�i�o�n� �(�b�a�t�h�e� �t�h�e� �c�o�w� �i�f� �h�e�r� �h�y�g�i�e�n�e� �i�s� �3� �o�r� �m�o�r�e�)�
�
+�	�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �c�o�w�[�'�h�y�g�i�e�n�e�'�]� �>� �2�:�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�e�n�e�r�g�y�'�]� �>�=� �0�:�
�
+�	�	�	�f�a�r�m�h�a�n�d�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1� �&�!� �n�o� �m�o�r�e� �i�n�f�i�n�i�t�e� �w�a�s�h�i�n�g� �-� �c�l�e�a�n�i�n�g� �t�h�e� �c�o�w� �c�o�n�s�u�m�e�s� �a� �h�a�l�f� �a�c�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�*�c�o�w�[�'�h�y�g�i�e�n�e�'�]�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
 �
�
-�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �f�a�r�m�h�a�n�d�
�
-�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
-�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
-�	�d�p�r�o�b�_�m�a�x� �=� �7�
�
-�	�!� �p�s�y� �s�t�a�t�u�s� �a�f�f�e�c�t� �t�h�e� �c�h�a�n�c�e�
�
-�	�i�f� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'� �o�r� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�:� �d�p�r�o�b�_�m�a�x� �=� �1�6�
�
-�	�i�f� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �o�r� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:� �d�p�r�o�b�_�m�a�x� �=� �9�
�
-�	�i�f� �$�f�a�r�m�h�a�n�d�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�p�r�o�b�_�m�a�x� �=� �5�
�
-�	�d�e�a�t�h�_�p�r�o�b� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �f�a�r�m�h�a�n�d�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�d�p�r�o�b�_�m�a�x�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�d�p�r�o�b�_�m�a�x�)�
�
-�	�i�f� �d�e�a�t�h�_�p�r�o�b� �=� �5�:�
�
-�	�	�f�a�r�m�h�a�n�d�_�d�i�e�d� �=� �1�
�
+�	�!�c�o�w� �m�a�i�n�t�e�n�a�n�c�e� �a�u�t�o�m�a�t�i�o�n� �(�w�h�e�n� �a�t� �l�e�a�s�t� �5�0� �b�o�t�t�l�e�s� �h�a�v�e� �a�c�c�u�m�u�l�a�t�e�d�,� �f�a�r�m�h�a�n�d� �v�i�s�i�t�s� �m�i�l�k� �c�o�o�p�e�r�a�t�i�v�e� �d�a�i�l�y� �w�i�t�h� �1�0� �b�o�t�t�l�e�s� �a�n�d� �s�e�l�l�s� �t�h�e�m� �i�f� �p�r�i�c�e� �i�s� �f�a�v�o�r�a�b�l�e�)�
�
+�	�i�f� �m�i�l�k�_�s�t�o�c�k� �>� �5�0�:�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�[�'�e�n�e�r�g�y�'�]� �>� �0�:�
�
+�	�	�	�i�f� �$�e�s�t�a�t�e� �!� �'�k�a�m�i�r�a�_�h�o�u�s�e�'�:� �f�a�r�m�h�a�n�d�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1� �&�!� �f�a�r�m�h�a�n�d� �s�p�e�n�d�s� �h�a�l�f� �e�n�e�r�g�y� �s�t�a�r� �t�a�k�i�n�g� �1�0� �b�o�t�t�l�e�s� �o�f� �m�i�l�k� �t�o� �t�h�e� �c�o�o�p�e�r�a�t�i�v�e�
�
+�	�	�	�i�f� �m�i�l�k�_�p�r�i�c�e� �=� �4�:�
�
+�	�	�	�	�s�p�a�r�k�s� �+�=� �m�i�l�k�_�p�r�i�c�e� �*� �1�0�
�
+�	�	�	�	�t�o�t�a�l�_�m�i�l�k�_�s�o�l�d� �+�=� �1�0�
�
+�	�	�	�	�m�i�l�k�_�s�t�o�c�k� �-�=� �1�0�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�e�g�g�s�
�
-�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�!�h�a�r�p�y� �e�g�g�l�a�y�i�n�g�,� �f�o�o�d� �c�a�l�c�,� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g� �a�n�d� �F�-� �s�t�a�m�i�n�a� �d�e�a�t�h� �c�h�a�n�c�e�
�
+�i�f� �h�a�r�p�y�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�!� �h�a�r�p�y� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �b�u�t� �w�e� �s�t�i�l�l� �n�e�e�d� �t�o� �a�p�p�l�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�h�a�r�p�y�'�)�,� �1�
�
+�
�
 �	�!�c�a�l�c�u�l�a�t�e� �e�g�g� �a�m�o�u�n�t�
�
-�	�a� �=� �r�a�n�d�(�3�,�6�)�
�
-�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �=� �h�a�r�p�y�[�'�a�g�e�'�]� �+� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �+� �a� �+� �h�a�r�p�y�[�'�f�a�t�'�]�
�
-�	�h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �1�
�
-�	�!�s�e�t� �e�g�g�l�a�y�i�n�g� �r�a�t�i�n�g�
�
-�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �5�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �2�
�
-�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �7�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �3�
�
-�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �9�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �4�
�
-�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �1�2�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �5�
�
-�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �*�=� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s�
�
-�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �/�=� �1�0�0�
�
 �	�!�c�h�e�c�k� �t�o� �s�e�e� �i�f� �h�a�r�p�y� s� �r�e�c�o�v�e�r�e�d� �f�r�o�m� �s�u�r�g�e�r�y�
�
 �	�i�f� �h�a�r�p�y�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �>� �0�:�
�
 �	�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �=� �0�
�
 �	�	�h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �0�
�
+�	�e�l�s�e�
�
+�	�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �=� �h�a�r�p�y�[�'�a�g�e�'�]� �+� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �+� �h�a�r�p�y�[�'�f�a�t�'�]� �+� �3� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �h�a�r�p�y�_�t�y�p�e� �+� �b�a�r�n�_�e�g�g�_�p�r�o�f�i�t�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�4�)� �&�!� �[�0�,�2�]� �+� �[�0�,�5�]� �+� �[�0�,�5�]� �+� �p�s�e�u�d�o�-�r�a�n�d�(�3�,�6�)� �=� �[�3�,�1�8�]�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�	�b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �=� �1�2�0� �&�!� �%� �y�i�e�l�d� �o�f� �e�g�g�s� �w�i�t�h� �f�a�r�m�h�a�n�d� �a�s�s�i�s�t�a�n�c�e� �(�1�2�0� �=� �1�2�0�%� �o�f� �n�o�r�m�a�l� �y�i�e�l�d� �=� �2�0�%� �m�o�r�e� �e�g�g�s�)�
�
+�	�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �-�1�:� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �-�=� �1�0� �&�!� �1�0�%� �i�n�c�r�e�a�s�e� �w�i�t�h� �h�o�m�o�p�h�o�b�i�c� �f�a�r�m�h�a�n�d�
�
+�	�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �1�:� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �+�=� �2�0� �&�!� �3�0�%� �i�n�c�r�e�a�s�e� �w�i�t�h� �b�i�-�s�e�x�u�a�l� �f�a�r�m�h�a�n�d�
�
+�	�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �2�:� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �+�=� �3�0� �&�!� �5�0�%� �i�n�c�r�e�a�s�e� �w�i�t�h� �l�e�s�b�i�a�n� �f�a�r�m�h�a�n�d�
�
+�	�	�e�l�s�e�
�
+�	�	�	�b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �=� �1�0�0� �&�!� �%� �y�i�e�l�d� �o�f� �e�g�g�s� �w�i�t�h�o�u�t� �f�a�r�m�h�a�n�d� �a�s�s�i�s�t�a�n�c�e� �(�1�0�0� �=� �1�0�0�%� �o�f� �n�o�r�m�a�l� �y�i�e�l�d�)�
�
+�	�	�e�n�d�
�
+�	�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �*�=� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�b�o�n�u�s� �&�!� �u�p� �t�o� �+�5�0�%� �(�m�i�n� �3� �-�>� �m�i�n� �4�,� �m�a�x� �1�8� �-�>� �m�a�x� �2�7�)�
�
+�	�	�b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �/�=� �1�0�0�
�
+�	�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]� �a�n�d� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �1�:� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �=� �1� �&�!� �a� �f�a�i�n�t�e�d� �s�l�a�v�e� �p�o�p�s� �o�u�t� �a�t� �m�o�s�t� �o�n�e� �e�g�g� �p�e�r� �d�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!�s�e�t� �e�g�g�l�a�y�i�n�g� �r�a�t�i�n�g� �(�d�e�t�e�r�m�i�n�e�s� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �f�o�r� �f�o�l�l�o�w�i�n�g� �d�a�y�)�
�
+�	�	�h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �1�
�
+�	�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �5�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �2�
�
+�	�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �7�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �3�
�
+�	�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �9�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �4�
�
+�	�	�i�f� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �>� �1�2�:� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �=� �5�
�
 �	�e�n�d�
�
 �	�d�e�c�a�d�e�_�e�g�g�s� �+�=� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s�
�
 �	�!�r�e�f�i�l�l� �t�h�e� �f�r�i�d�g�e�
�
@@ -17115,79 +17522,165 @@
 �	�e�n�d�
�
 �	�c�o�n�s�u�m�e�_�e�g�g�s� �-�=� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s�
�
 �	�!�s�e�l�l� �a�n�y� �l�e�f�t�o�v�e�r� �e�g�g�s�
�
-�	�b�a�r�n�_�e�g�g�_�p�r�o�f�i�t� �+�=� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s�/�2�
�
-�	�i�f� �c�o�n�s�u�m�e�_�e�g�g�s� �>� �0�:� �d�e�c�a�d�e�_�c�o�n�s�u�m�e� �+�=� �c�o�n�s�u�m�e�_�e�g�g�s�*�2�
�
-�e�n�d�
�
+�	�b�a�r�n�_�e�g�g�_�p�r�o�f�i�t� �+�=� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �&�!� �0� �-� �2�7� �e�g�g�s� �s�o�l�d� �p�e�r� �d�a�y� �f�o�r� �1� �s�p�a�r�k� �e�a�c�h� �(�m�a�x� �2�7�0� �s�p�a�r�k�s� �i�n�c�o�m�e� �p�e�r� �d�e�c�a�d�e� �+� �a�n�y� �e�g�g�s� �l�a�i�d� �b�y� �o�t�h�e�r� �s�l�a�v�e�s� �a�t� �h�o�m�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �c�o�n�s�u�m�e�_�e�g�g�s� �>� �0�:� �d�e�c�a�d�e�_�c�o�n�s�u�m�e� �+�=� �c�o�n�s�u�m�e�_�e�g�g�s�*�6� �&�!� �c�o�n�s�u�m�e�d� �i�s� �c�a�l�c�e�d� �a�t� �r�e�t�a�i�l� �p�r�i�c�e� �a�s� �t�h�i�s� �i�s� �t�h�e� �s�a�v�i�n�g�s� �o�f� �g�r�o�w�i�n�g� �y�o�u�r� �o�w�n�
�
+�
�
+�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�!� �f�a�i�n�t�e�d� �h�a�r�p�y� �a�n�d� �n�o� �o�n�e� �t�o� �f�o�r�c�e� �f�e�e�d� �(�h�a�r�p�y� �w�o�u�l�d� �b�e� �w�o�k�e�n� �b�e�f�o�r�e� �t�h�i�s� �b�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�m�i�n�a�_�u�p�d�a�t�e� �i�f� �i�n� �g�o�o�d� �e�n�o�u�g�h� �c�o�n�d�i�t�i�o�n�)�
�
+�	�	�h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �h�a�r�p�y�[�'�f�a�t�'�]�*�2� �&�!� �h�a�r�p�y� �s�t�a�r�v�e�s� �-� �a�n�o�t�h�e�r� �g�o�o�d� �r�e�a�s�o�n� �t�o� �h�a�v�e� �a� �f�a�r�m�h�a�n�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�
�
+�	�	�!� �s�e�t� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �(�a�n�d� �c�o�s�t�s�)� �f�o�r� �n�e�x�t� �d�a�y�
�
+�	�	�h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �=� �3� �&�!� �e�g�g�l�a�y�i�n�g� �i�n�c�r�e�a�s�e�s� �f�o�o�d�_�n�e�e�d� �b�y� �1�,� �s�o� �w�e�a�k� �(�w�o�r�s�t�)� �m�e�t�a�b�o�l�i�s�m� �e�g�g�l�a�y�e�r�s� �w�i�l�l� �s�t�i�l�l� �g�a�i�n� �p�h�y�s�i�q�u�e� �(�w�h�i�c�h� �b�o�o�s�t�s� �p�r�o�d�u�c�t�i�v�i�t�y�)� �a�f�t�e�r� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g� �w�h�e�n� �n�o�t� �o�n� �f�a�t�t�e�n�i�n�g� �d�i�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�f�a�t�t�e�n�s� �=� �1� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �m�a�x�(�3�,� �3� �+� �h�a�r�p�y�[�'�f�a�t�'�]� �-� �h�a�r�p�y�[�'�e�g�o�'�]�)� �&�!� �s�t�r�o�n�g�-�w�i�l�l�e�d� �s�l�a�v�e�s� �a�b�o�v�e� �F�-� �(�0�)� �p�h�y�s�i�q�u�e� �r�e�s�i�s�t� �w�e�i�g�h�t� �g�a�i�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �h�a�r�p�y�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:� �h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �h�a�r�p�i�e�s� �e�a�t� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)�
�
+�	�	�!� �f�a�t�t�e�n�i�n�g� �d�i�e�t� �a�d�d�s� �2� �-� �7� �c�a�l�o�r�i�e�s� �f�o�r� �t�o�t�a�l� �o�f� �3� �-� �1�0� �c�a�l�o�r�i�e�s� �(�+�3� �i�f� �c�o�m�p�e�n�s�a�t�i�n�g� �f�o�r� �d�i�s�s�a�t�i�s�f�a�c�t�i�o�n� �w�i�t�h� �p�r�i�o�r� �f�e�e�d�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �h�a�r�p�y�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �1� �a�n�d� �s�p�a�w�n�_�s�e�m�e�n� �>� �h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]�:�
�
+�	�	�	�s�p�a�w�n�_�s�e�m�e�n� �-�=� �h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �&�!� �i�f� �f�i�e�n�d� �t�a�t�t�o�o� �a�n�d� �e�n�o�u�g�h� �s�u�p�p�l�y�,� �u�s�e� �i�t� �i�n�s�t�e�a�d� �o�f� �d�e�h�y�d�r�a�t�e�d� �f�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�h�a�r�p�y�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
+�	�	�e�l�s�e�
�
+�	�	�	�h�a�r�p�y�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �1�
�
+�	�	�	�b�a�r�n�_�h�a�r�p�y�_�f�o�o�d� �+�=� �h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]�/�3� �+� �(�1� �+� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]�)�/�2� �&�!� �[�1�,�4�]� �+� �[�0�,�3�]� �=� �1�-�7� �s�p�a�r�k�s� �d�a�i�l�y�,� �o�f�f�s�e�t� �b�y� �1�$�/�e�x�c�e�s�s�-�e�g�g� �i�n�c�o�m�e�,� �a�c�c�u�m�u�l�a�t�i�n�g� �s�u�m� �f�o�r� �d�e�c�a�d�e� �b�i�l�l�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�!� �c�o�s�t� �o�f� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �1�$� �(�.�3�3�$�/�c�a�l�)� �+� �c�o�s�t� �o�f� �a�d�d�i�t�i�o�n�a�l� �c�a�l�o�r�i�e�s� �(�n�o�t� �e�x�c�e�s�s�)� �t�h�a�t� �w�i�l�l� �b�e� �s�p�e�n�t� �l�a�y�i�n�g� �e�g�g�s� �t�o�m�o�r�r�o�w� �[�1�-�3�$�]� �=� �2�-�4�$�/�d�a�y� �(�-�1�$� �d�u�r�i�n�g� �r�e�h�a�b�i�l�i�t�a�t�i�o�n�)� �w�i�t�h�o�u�t� �f�a�t�t�e�n�i�n�g� �d�i�e�t�;� �5�-�1�0�$�/�d�a�y� �w�i�t�h� �f�a�t�t�e�n�i�n�g� �d�i�e�t�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
 �
�
-�!�h�a�r�p�y� �f�o�o�d� �c�a�l�c� �a�n�d� �w�e�i�g�h�t� �g�a�i�n�
�
-�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�h�a�r�p�y�'�)�,� �1�
�
-�	�b�a�r�n�_�h�a�r�p�y�_�f�o�o�d� �+�=� �1� �+� �h�a�r�p�y�[�'�e�g�g�l�a�y�i�n�g�'�]� �/� �2�
�
-�	�i�f� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�f�a�t�t�e�n�s� �=� �1� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�	�b�a�r�n�_�h�a�r�p�y�_�f�o�o�d� �+�=� �3�
�
-�	�	�h�a�r�p�y�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �5�
�
+�	�!�e�g�g�l�a�y�e�r� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g� �-� �i�n�c�r�e�a�s�e�s� �o�r� �d�e�c�r�e�a�s�e�s� �(�o�n�l�y� �w�i�t�h�o�u�t� �f�a�r�m�h�a�n�d�)� �t�o� �3� �(�a�f�f�e�c�t�s� �p�r�o�d�u�c�t�i�v�i�t�y� �a�s� �s�t�a�m�i�n�a� �i�s� �p�a�r�t� �o�f� �t�h�e� �b�a�r�n�_�h�a�r�p�y�_�e�g�g�s� �f�o�r�m�u�l�a�,� �m�o�r�e� �i�s� �b�e�t�t�e�r�)�
�
+�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �>� �3�:� �h�a�r�p�y�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �2�
�
+�	�	�i�f� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �<� �3� �a�n�d� �h�a�r�p�y�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �>�=� �0�:� �h�a�r�p�y�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �4� �&� �h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �3� �&�!� �T�o�r�p�i�d� �h�a�r�p�y� �w�i�l�l� �n�o�t� �e�x�e�r�c�i�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�	�h�a�r�p�y�[�'�c�a�l�o�r�i�e�s�'�]� �=� �b�a�r�n�_�h�a�r�p�y�_�f�o�o�d�
�
-�e�n�d�
�
 �
�
-�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �h�a�r�p�y�
�
-�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
-�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
-�	�d�p�r�o�b�_�m�a�x� �=� �7�
�
-�	�!� �p�s�y� �s�t�a�t�u�s� �a�f�f�e�c�t� �t�h�e� �c�h�a�n�c�e�
�
-�	�i�f� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'� �o�r� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�:� �d�p�r�o�b�_�m�a�x� �=� �1�6�
�
-�	�i�f� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �o�r� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:� �d�p�r�o�b�_�m�a�x� �=� �9�
�
-�	�i�f� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�p�r�o�b�_�m�a�x� �=� �5�
�
-�	�d�e�a�t�h�_�p�r�o�b� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �h�a�r�p�y�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�d�p�r�o�b�_�m�a�x�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�d�p�r�o�b�_�m�a�x�)�
�
-�	�i�f� �d�e�a�t�h�_�p�r�o�b� �=� �5�:�
�
-�	�	�h�a�r�p�y�_�d�i�e�d� �=� �1�
�
+�	�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �h�a�r�p�y�
�
+�	�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
+�	�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
+�	�	�d�p�r�o�b�_�m�a�x� �=� �7�
�
+�	�	�!� �p�s�y� �s�t�a�t�u�s� �a�f�f�e�c�t� �t�h�e� �c�h�a�n�c�e�
�
+�	�	�i�f� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'� �o�r� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�:� �d�p�r�o�b�_�m�a�x� �=� �1�6�
�
+�	�	�i�f� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �o�r� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:� �d�p�r�o�b�_�m�a�x� �=� �9�
�
+�	�	�i�f� �$�h�a�r�p�y�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�p�r�o�b�_�m�a�x� �=� �5�
�
+�	�	�d�e�a�t�h�_�p�r�o�b� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �h�a�r�p�y�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�d�p�r�o�b�_�m�a�x�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�d�p�r�o�b�_�m�a�x�)�
�
+�	�	�i�f� �d�e�a�t�h�_�p�r�o�b� �=� �5�:�
�
+�	�	�	�h�a�r�p�y�_�d�i�e�d� �=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�p�i�g� �f�o�o�d� �c�a�l�c� �a�n�d� �w�e�i�g�h�t� �g�a�i�n�
�
+�!�p�i�g� �f�o�o�d� �c�a�l�c�,� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g� �a�n�d� �F�-� �s�t�a�m�i�n�a� �d�e�a�t�h� �c�h�a�n�c�e�
�
 �!� �f�o�o�d� �c�o�n�s�u�m�p�t�i�o�n� �a�n�d� �w�e�i�g�h�t� �g�a�i�n� �b�a�s�e�d� �o�n� �a� �W�e�i�g�h�t�-�g�a�i�n� �c�o�o�k�i�e�s� �d�i�e�t� �v�s� �h�e�r� �w�i�l�l�p�o�w�e�r� �t�o� �r�e�s�i�s�t�.�
�
-�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�i�f� �p�i�g�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�!� �c�o�w� �h�a�s� �a�l�r�e�a�d�y� �b�e�e�n� �p�r�o�c�e�s�s�e�d� �b�y� �$�n�e�x�t�_�d�a�y�_�r�e�s�o�l�v�e�_�p�r�e�v�i�o�u�s�_�d�a�y�_�c�a�l�o�r�i�e�_�e�f�f�e�c�t�s� �b�u�t� �w�e� �s�t�i�l�l� �n�e�e�d� �t�o� �a�p�p�l�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s� �f�o�r� �t�h�e� �d�a�y� �n�o�w� �e�n�d�i�n�g�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�x�t�_�d�a�y�_�s�t�a�r�v�a�t�i�o�n�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�p�i�g�'�)�,� �1�
�
-�	�b�a�r�n�_�p�i�g�_�f�o�o�d� �+�=� �(�7� �-� �p�i�g�[�'�e�g�o�'�]�)�
�
-�	�i�f� �p�i�g�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �b�a�r�n�_�p�i�g�_�f�o�o�d� �-�=� �1�
�
-�	�p�i�g�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �(�7� �-� �p�i�g�[�'�e�g�o�'�]�)�
�
-�!� �f�e�e�d�s� �h�e�r� �k�i�t�c�h�e�n� �s�c�r�a�p�s�,� �0�$� �a�n�d� �m�a�y�b�e� �t�a�b�l�e� �s�c�r�a�p�s�.� �i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �b�a�r�n�_�p�i�g�_�f�o�o�d� �+�=� �1�
�
-�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �p�i�g�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �3�
�
-�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �0�:� �p�i�g�_�r�a�t�e�[�'�f�a�t�'�]� �+�=� �3�
�
-�	�p�i�g�[�'�c�a�l�o�r�i�e�s�'�]� �=� �b�a�r�n�_�p�i�g�_�f�o�o�d�
�
-�e�n�d�
�
-�
�
-�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �p�i�g�
�
-�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
-�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
-�	�d�p�r�o�b�_�m�a�x� �=� �7�
�
-�	�!� �p�s�y� �s�t�a�t�u�s� �a�f�f�e�c�t� �t�h�e� �c�h�a�n�c�e�
�
-�	�i�f� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'� �o�r� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�:� �d�p�r�o�b�_�m�a�x� �=� �1�6�
�
-�	�i�f� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �o�r� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:� �d�p�r�o�b�_�m�a�x� �=� �9�
�
-�	�i�f� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�p�r�o�b�_�m�a�x� �=� �5�
�
-�	�d�e�a�t�h�_�p�r�o�b� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �p�i�g�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�d�p�r�o�b�_�m�a�x�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�d�p�r�o�b�_�m�a�x�)�
�
-�	�i�f� �d�e�a�t�h�_�p�r�o�b� �=� �5�:�
�
-�	�	�p�i�g�_�d�i�e�d� �=� �1�
�
-�	�e�n�d�
�
-�e�n�d�
�
-�
�
-�!�p�i�g� �f�i�t�n�e�s�s� �l�e�v�e�l�l�i�n�g� �-� �i�n�c�r�e�a�s�e�s� �o�r� �d�e�c�r�e�a�s�e�s� �t�o� �3�
�
-�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �>� �3�:� �p�i�g�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �4�
�
-�	�i�f� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �p�i�g�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �4�
�
-�e�n�d�
�
 �
�
-�!�e�g�g�l�a�y�e�r� �f�i�t�n�e�s�s� �l�e�v�e�l�l�i�n�g�
�
-�i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �>� �3�:� �h�a�r�p�y�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �2�
�
-�	�i�f� �h�a�r�p�y�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �h�a�r�p�y�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
+�	�!� �s�e�t� �e�x�c�e�s�s� �c�a�l�o�r�i�e�s� �(�a�n�d� �c�o�s�t�s�)� �f�o�r� �n�e�x�t� �d�a�y�
�
+�	�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�!� �f�a�i�n�t�e�d� �p�i�g� �a�n�d� �n�o� �o�n�e� �t�o� �f�o�r�c�e� �f�e�e�d� �(�p�i�g� �w�o�u�l�d� �b�e� �w�o�k�e�n� �b�e�f�o�r�e� �t�h�i�s� �b�y� �$�n�e�x�t�_�d�a�y�_�s�t�a�m�i�n�a�_�u�p�d�a�t�e� �i�f� �i�n� �g�o�o�d� �e�n�o�u�g�h� �c�o�n�d�i�t�i�o�n�)�
�
+�	�	�p�i�g�[�'�c�a�l�o�r�i�e�s�'�]� �=� �-�2�2� �+� �p�i�g�[�'�f�a�t�'�]�*�2� �&�!� �p�i�g� �s�t�a�r�v�e�s� �-� �a�n�o�t�h�e�r� �g�o�o�d� �r�e�a�s�o�n� �t�o� �h�a�v�e� �a� �f�a�r�m�h�a�n�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�
�
+�	�	�p�i�g�[�'�c�a�l�o�r�i�e�s�'�]� �=� �2�1� �-� �i�i�f�(�p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�,� �0�,� �p�i�g�[�'�e�g�o�'�]�)� �&�!� �n�o�n�-�f�a�i�n�t�e�d� �p�i�g� �n�a�t�u�r�e� �a�t�t�r�i�b�u�t�e� �r�e�s�i�s�t�s� �(�s�l�o�w�s�)� �w�e�i�g�h�t� �g�a�i�n�,� �r�e�d�u�c�i�n�g� �p�r�o�f�i�t�a�b�i�l�i�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!� �P�o�w�e�r�f�u�l� �M�e�t�a�b�o�l�i�s�m� �a�n�d� �W�i�l�l�f�u�l� �s�l�a�v�e�s� �r�e�s�i�s�t� �t�h�e� �m�o�s�t� �(�s�u�b�t�r�a�c�t�i�n�g� �1�0� �c�a�l�o�r�i�e�s� �f�r�o�m� �w�e�i�g�h�t� �g�a�i�n�)�;� �p�r�e�g�n�a�n�c�y�,� �l�a�c�t�a�t�i�o�n� �o�r� �e�g�g�l�a�y�i�n�g� �a�l�s�o� �o�p�p�o�s�e�,� �e�q�u�i�v�a�l�e�n�t� �t�o� �o�n�e� �l�e�v�e�l� �o�f� �m�e�t�a�b�o�l�i�s�m� �o�r� �n�a�t�u�r�e�
�
+�	�	�i�f� �p�i�g�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:� �p�i�g�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �&�!� �h�u�n�g�r�y� �p�i�g�s� �e�a�t� �m�o�r�e� �(�n�e�g�_�h�u�n�g�r�y� �i�m�p�l�i�e�s� �F�-� �p�h�y�s�i�q�u�e� �o�r� �d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d� �>� �0�)�
�
+�	�	�b�a�r�n�_�p�i�g�_�f�o�o�d� �+�=� �1� �&�!� �.�0�5� �-� �.�0�7�$�/�c�a�l�,� �r�o�u�n�d�e�d� �u�p� �t�o� �1� �s�p�a�r�k� �d�a�i�l�y�,� �a�c�c�u�m�u�l�a�t�i�n�g� �s�u�m� �f�o�r� �d�e�c�a�d�e� �b�i�l�l�i�n�g� �(�b�e�f�o�r�e� �l�e�f�t�o�v�e�r�s� �a�r�e� �a�d�d�e�d� �t�o� �c�a�l�o�r�i�e�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �=� �0� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �>�=� �0�:� �p�i�g�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �2� �&�!� �i�f� �s�l�a�v�e� �d�o�e�s� �n�o�t� �e�a�t� �t�h�e�m�,� �f�a�r�m�h�a�n�d� �f�e�e�d�s� �p�i�g� �k�i�t�c�h�e�n� �s�c�r�a�p�s�,� �0�$� �a�n�d� �m�a�y�b�e� �t�a�b�l�e� �s�c�r�a�p�s�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �H�e�a�l�t�h�y�,� �V�o�l�u�p�t�u�o�u�s� � �=� �4�5�$� �f�l�a�t�,� �6�0�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �H�e�a�l�t�h�y�,� �C�h�u�b�b�y� � � � � � �=� �4�8�$� �f�l�a�t�,� �6�8�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �H�e�a�l�t�h�y�,� �C�o�r�p�u�l�e�n�t� � � �=� �5�1�$� �f�l�a�t�,� �7�6�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �T�o�u�g�h�,� �V�o�l�u�p�t�u�o�u�s� � � � �=� �4�7�$� �f�l�a�t�,� �6�2�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �T�o�u�g�h�,� �C�h�u�b�b�y� � � � � � � � �=� �5�0�$� �f�l�a�t�,� �7�0�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �T�o�u�g�h�,� �C�o�r�p�u�l�e�n�t� � � � � �=� �5�3�$� �f�l�a�t�,� �7�8�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �E�n�d�u�r�i�n�g�,� �V�o�l�u�p�t�u�o�u�s� �=� �4�7�$� �f�l�a�t�,� �6�2�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �E�n�d�u�r�i�n�g�,� �C�h�u�b�b�y� � � � � �=� �5�2�$� �f�l�a�t�,� �7�2�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �M�a�t�u�r�e� �(�v�i�r�g�i�n�i�t�y� �s�t�a�t�u�s� �i�r�r�e�l�e�v�a�n�t�)�,� �E�n�d�u�r�i�n�g�,� �C�o�r�p�u�l�e�n�t� � �=� �5�5�$� �f�l�a�t�,� �8�0�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �Y�o�u�n�g�,� �H�e�a�l�t�h�y�,� �V�o�l�u�p�t�u�o�u�s� � �=� �3�7�$� �f�l�a�t� �v�i�r�g�i�n�,� �5�2�$� �s�t�a�c�k�e�d� �v�i�r�g�i�n�,� �2�1�$� �f�l�a�t� �n�o�n�-�v�i�r�g�i�n�,� �3�6�$� �s�t�a�c�k�e�d� �n�o�n�-�v�i�r�g�i�n�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �Y�o�u�n�g�,� �H�e�a�l�t�h�y�,� �C�h�u�b�b�y� � � � � � �=� �4�0�$� �f�l�a�t� �v�i�r�g�i�n�,� �6�0�$� �s�t�a�c�k�e�d� �v�i�r�g�i�n�,� �2�4�$� �f�l�a�t� �n�o�n�-�v�i�r�g�i�n�,� �4�4�$� �s�t�a�c�k�e�d� �n�o�n�-�v�i�r�g�i�n�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �Y�o�u�n�g�,� �H�e�a�l�t�h�y�,� �C�o�r�p�u�l�e�n�t� � � �=� �4�3�$� �f�l�a�t� �v�i�r�g�i�n�,� �6�8�$� �s�t�a�c�k�e�d� �v�i�r�g�i�n�,� �2�7�$� �f�l�a�t� �n�o�n�-�v�i�r�g�i�n�,� �5�2�$� �s�t�a�c�k�e�d� �n�o�n�-�v�i�r�g�i�n�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �Y�o�u�n�g�,� �E�n�d�u�r�i�n�g�,� �V�o�l�u�p�t�u�o�u�s� �=� �4�3�$� �f�l�a�t� �v�i�r�g�i�n�,� �5�8�$� �s�t�a�c�k�e�d� �v�i�r�g�i�n�,� �2�3�$� �f�l�a�t� �n�o�n�-�v�i�r�g�i�n�,� �3�8�$� �s�t�a�c�k�e�d� �n�o�n�-�v�i�r�g�i�n�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �Y�o�u�n�g�,� �E�n�d�u�r�i�n�g�,� �C�h�u�b�b�y� � � � � �=� �5�2�$� �f�l�a�t� �v�i�r�g�i�n�,� �7�2�$� �s�t�a�c�k�e�d� �v�i�r�g�i�n�,� �2�8�$� �f�l�a�t� �n�o�n�-�v�i�r�g�i�n�,� �4�8�$� �s�t�a�c�k�e�d� �n�o�n�-�v�i�r�g�i�n�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �Y�o�u�n�g�,� �E�n�d�u�r�i�n�g�,� �C�o�r�p�u�l�e�n�t� � �=� �5�5�$� �f�l�a�t� �v�i�r�g�i�n�,� �8�0�$� �s�t�a�c�k�e�d� �v�i�r�g�i�n�,� �3�1�$� �f�l�a�t� �n�o�n�-�v�i�r�g�i�n�,� �5�6�$� �s�t�a�c�k�e�d� �n�o�n�-�v�i�r�g�i�n�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �L�o�l�i�,� �H�e�a�l�t�h�y�,� �V�o�l�u�p�t�u�o�u�s� � �=� �2�0�$� �f�l�a�t�,� �3�5�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �L�o�l�i�,� �H�e�a�l�t�h�y�,� �C�h�u�b�b�y� � � � � � �=� �2�2�$� �f�l�a�t�,� �4�2�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �L�o�l�i�,� �H�e�a�l�t�h�y�,� �C�o�r�p�u�l�e�n�t� � � �=� �2�4�$� �f�l�a�t�,� �4�9�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�e�a�t� �p�r�i�c�e� �f�o�r� �L�o�l�i�,� �E�n�d�u�r�i�n�g�,� �C�o�r�p�u�l�e�n�t� � �=� �3�0�$� �f�l�a�t�,� �5�5�$� �s�t�a�c�k�e�d�
�
+�	�	�!� �M�a�t�u�r�e� �v�a�l�u�e� �r�a�n�g�e�s� �f�r�o�m� �4�5� �t�o� �8�0�;� �Y�o�u�n�g� �v�i�r�g�i�n� �v�a�l�u�e� �r�a�n�g�e�s� �f�r�o�m� �3�7� �t�o� �8�0�;� �Y�o�u�n�g� �n�o�n�-�v�i�r�g�i�n� �v�a�l�u�e� �r�a�n�g�e�s� �f�r�o�m� �2�1� �t�o� �5�6�;� �L�o�l�i� �v�a�l�u�e� �r�a�n�g�e�s� �f�r�o�m� �2�0� �t�o� �5�5�
�
+�	�	�!� �I�n�c�r�e�m�e�n�t�a�l� �v�a�l�u�e� �o�f� �e�a�c�h� �l�e�v�e�l� �o�f� �p�h�y�s�i�q�u�e� �f�o�r� �M�a�t�u�r�e� �i�s� �8�-�1�0�$� �s�o� �s�p�e�n�d�i�n�g� �m�o�r�e� �t�h�a�n� �8� �s�p�a�r�k�s� �t�o� �a�c�h�i�e�v�e� �i�t� �w�o�u�l�d� �b�e� �a� �l�o�s�s�
�
+�	�	�!� �I�n�c�r�e�m�e�n�t�a�l� �v�a�l�u�e� �o�f� �e�a�c�h� �l�e�v�e�l� �o�f� �p�h�y�s�i�q�u�e� �f�o�r� �Y�o�u�n�g� �i�s� �8�-�1�4�$� �s�o� �s�p�e�n�d�i�n�g� �m�o�r�e� �t�h�a�n� �1�4� �s�p�a�r�k�s� �t�o� �a�c�h�i�e�v�e� �i�t� �w�o�u�l�d� �b�e� �a� �l�o�s�s�
�
+�	�	�!� �O�n� �a�v�e�r�a�g�e�,� �a� �m�a�t�u�r�e� �o�r� �y�o�u�n�g�-�v�i�r�g�i�n� �p�i�g� �w�i�l�l� �b�e� �p�r�o�f�i�t�a�b�l�e� �i�f� �i�t� �t�a�k�e�s� �4�0� �d�a�y�s� �t�o� �p�r�e�p�a�r�e� �f�o�r� �s�a�l�e�
�
+�	�	�!� �p�h�y�s�i�q�u�e� �t�h�r�e�s�h�o�l�d�s� �a�r�e� �+�1�0� �r�a�t�e� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� �(�m�a�x� �+�2�0� �i�f� �r�e�s�t�i�n�g� �a�t� �-�1�0�)�,� �+�2�0� �t�o� �S�l�e�n�d�e�r�,� �+�4�0� �t�o� �V�o�l�u�p�t�u�o�u�s�,� �+�8�0� �t�o� �C�h�u�b�b�y�,� �+�1�6�0� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a�t� �B�+� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �1�5� � �(�2�1�-�3�-�3�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �B�+� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �1�5� � �(�2�1�-�3�-�3�)� �=� �2� �d�a�y�s� �(�3� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �B�+� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �1�5� � �(�2�1�-�3�-�3�)� �=� �3� �d�a�y�s� �(�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �B�+� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �1�5� � �(�2�1�-�3�-�3�)� �=� �6� �d�a�y�s� �(�1�2� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �B�+� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �1�5� � �(�2�1�-�3�-�3�)� �=� �1�1� �d�a�y�s� �(�2�3� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �B�+� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �i�t� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�h�u�b�b�y� �a�n�d� �s�o�m�e�t�i�m�e�s� �s�l�i�g�h�t�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a�t� �C�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �1�6� � �(�2�1�-�2�-�3�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �C�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �1�6� � �(�2�1�-�2�-�3�)� �=� �2� �d�a�y�s� �(�3� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �C�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �1�6� � �(�2�1�-�2�-�3�)� �=� �3� �d�a�y�s� �(�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �C�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �1�6� � �(�2�1�-�2�-�3�)� �=� �5� �d�a�y�s� �(�1�1� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �C�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �1�6� � �(�2�1�-�2�-�3�)� �=� �1�0� �d�a�y�s� �(�2�1� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �C�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �i�t� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�h�u�b�b�y� �a�n�d� �s�o�m�e�t�i�m�e�s� �s�l�i�g�h�t�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a�t� �D�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �1�7� � �(�2�1�-�1�-�3�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �D�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �1�7� � �(�2�1�-�1�-�3�)� �=� �2� �d�a�y�s� �(�3� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �D�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �1�7� � �(�2�1�-�1�-�3�)� �=� �3� �d�a�y�s� �(�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �D�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �1�7� � �(�2�1�-�1�-�3�)� �=� �5� �d�a�y�s� �(�1�1� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �D�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �1�7� � �(�2�1�-�1�-�3�)� �=� �1�0� �d�a�y�s� �(�2�1� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �D�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �i�t� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�h�u�b�b�y� �a�n�d� �s�o�m�e�t�i�m�e�s� �s�l�i�g�h�t�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �1�8� � �(�2�1�-�0�-�3�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �1�8� � �(�2�1�-�0�-�3�)� �=� �2� �d�a�y�s� �(�3� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �1�8� � �(�2�1�-�0�-�3�)� �=� �3� �d�a�y�s� �(�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �1�8� � �(�2�1�-�0�-�3�)� �=� �5� �d�a�y�s� �(�1�1� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �1�8� � �(�2�1�-�0�-�3�)� �=� �9� �d�a�y�s� �(�2�0� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�,� �i�t� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�h�u�b�b�y� �a�n�d� �o�f�t�e�n� �s�l�i�g�h�t�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k�e�n�e�d� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �1�9� � �(�2�1�-�0�-�2�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k�e�n�e�d� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �1�9� � �(�2�1�-�0�-�2�)� �=� �2� �d�a�y�s� �(�3� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k�e�n�e�d� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �1�9� � �(�2�1�-�0�-�2�)� �=� �3� �d�a�y�s� �(�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k�e�n�e�d� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �1�9� � �(�2�1�-�0�-�2�)� �=� �5� �d�a�y�s� �(�1�1� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k�e�n�e�d� �m�e�t�a�b�o�l�i�s�m�,� �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �1�9� � �(�2�1�-�0�-�2�)� �=� �9� �d�a�y�s� �(�2�0� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k�e�n�e�d� �m�e�t�a�b�o�l�i�s�m�,� �i�t� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�h�u�b�b�y� �a�n�d� �o�f�t�e�n� �s�l�i�g�h�t�l�y� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� � � � � �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �2�0� � �(�2�1�-�0�-�1�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� � � � � �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �2�0� � �(�2�1�-�0�-�1�)� �=� �1� �d�a�y� �(�2� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� � � � � �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �2�0� � �(�2�1�-�0�-�1�)� �=� �2� �d�a�y�s� �(�4� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� � � � � �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �2�0� � �(�2�1�-�0�-�1�)� �=� �4� �d�a�y�s� �(�8� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� � � � � �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �2�0� � �(�2�1�-�0�-�1�)� �=� �8� �d�a�y�s� �(�1�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �i�t� �i�s� �a�l�w�a�y�s� �p�r�o�f�i�t�a�b�l�e� �t�o� �g�r�o�w� �t�o� �C�h�u�b�b�y� �a�n�d� �b�r�e�a�k� �e�v�e�n� �o�r� �b�e�t�t�e�r� �t�o� �g�r�o�w� �t�o� �C�o�r�p�u�l�e�n�t�
�
+�	�	�!� �a� �w�e�a�k�e�n�e�d� �o�r� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m� �i�s� �e�q�u�i�v�a�l�e�n�t� �t�o� �s�h�i�f�t�i�n�g� �n�a�t�u�r�e� �d�o�w�n� �o�n�e� �o�r� �t�w�o� �l�e�v�e�l�s�
�
+�	�	�!� �a�d�d�i�n�g� �l�e�f�t�o�v�e�r�s� �i�s� �e�q�u�i�v�a�l�e�n�t� �t�o� �r�e�d�u�c�i�n�g� �m�e�t�a�b�o�l�i�s�m� �a�n�d�/�o�r� �n�a�t�u�r�e� �b�y� �t�w�o� �l�e�v�e�l�s� �b�u�t� �d�o�e�s� �n�o�t� �f�u�r�t�h�e�r� �r�e�d�u�c�e� �t�i�m�i�n�g�s� �f�o�r� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �a�s� �s�h�o�w�n� �b�e�l�o�w�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �w�i�t�h� �l�e�f�t�o�v�e�r�s�,� �f�r�o�m� �B�o�n�y� �t�o� �M�o�d�e�l� � � � � � � � � �w�i�l�l� �t�a�k�e� �1�0� � �/� �2�2� � �(�2�1�-�0�-�1�+�2�)� �=� �1� �d�a�y�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �w�i�t�h� �l�e�f�t�o�v�e�r�s�,� �f�r�o�m� �M�o�d�e�l� �t�o� �S�l�e�n�d�e�r� � � � � � �w�i�l�l� �t�a�k�e� �2�0� � �/� �2�2� � �(�2�1�-�0�-�1�+�2�)� �=� �1� �d�a�y� �(�2� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �w�i�t�h� �l�e�f�t�o�v�e�r�s�,� �f�r�o�m� �S�l�e�n�d�e�r� �t�o� �V�o�l�u�p�t�u�o�u�s� �w�i�l�l� �t�a�k�e� �4�0� � �/� �2�2� � �(�2�1�-�0�-�1�+�2�)� �=� �2� �d�a�y�s� �(�4� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �w�i�t�h� �l�e�f�t�o�v�e�r�s�,� �f�r�o�m� �V�o�l�u�p�t�u�o�u�s� �t�o� �C�h�u�b�b�y� � �w�i�l�l� �t�a�k�e� �8�0� � �/� �2�2� � �(�2�1�-�0�-�1�+�2�)� �=� �4� �d�a�y�s� �(�8� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �a�t� �F�-� �n�a�t�u�r�e�,� �w�e�a�k� �m�e�t�a�b�o�l�i�s�m�,� �w�i�t�h� �l�e�f�t�o�v�e�r�s�,� �f�r�o�m� �C�h�u�b�b�y� �t�o� �C�o�r�p�u�l�e�n�t� � � �w�i�l�l� �t�a�k�e� �1�6�0� �/� �2�2� � �(�2�1�-�0�-�1�+�2�)� �=� �8� �d�a�y�s� �(�1�6� �e�l�a�p�s�e�d�)�
�
+�	�	�!� �B�+� �n�a�t�u�r�e�/�a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m� �w�i�t�h� �l�e�f�t�o�v�e�r�s� �i�s� �e�q�u�i�v�a�l�e�n�t� �t�o� �F�-� �n�a�t�u�r�e�/�a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m�
�
+�	�	�!� �F�-� �n�a�t�u�r�e�/�a�v�e�r�a�g�e� �m�e�t�a�b�o�l�i�s�m� �w�i�t�h� �l�e�f�t�o�v�e�r�s� �i�s� �e�q�u�i�v�a�l�e�n�t� �t�o� �F�-� �n�a�t�u�r�e�/�w�e�a�k� �m�e�t�a�b�o�l�i�s�m�
�
+�	�	�!� �i�n� �c�o�n�c�l�u�s�i�o�n�,� �g�r�o�w�i�n�g� �t�o� �C�h�u�b�b�y� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e�;� �g�r�o�w�i�n�g� �t�o� �C�o�r�p�u�l�e�n�t� �i�s� �u�s�u�a�l�l�y� �p�r�o�f�i�t�a�b�l�e� �o�n�l�y� �i�f� �n�a�t�u�r�e� �i�s� �F�-� �(�w�h�i�c�h� �i�s� �t�y�p�i�c�a�l� �f�o�r� �m�i�n�d�b�r�o�k�e�n� �s�l�a�v�e�s�)�
�
+�	�	�!� �i�t� �s�h�o�u�l�d� �b�e� �n�o�t�e�d� �t�h�a�t� �s�l�a�u�g�h�t�e�r�i�n�g� �y�o�u�r� �o�w�n� �m�e�a�t� �a�l�s�o� �r�e�d�u�c�e�s� �c�o�s�t�s� �f�o�r� �m�e�a�l� �p�r�e�p�a�r�a�t�i�o�n� �-� �t�h�e� �c�h�e�a�p�e�s�t� �S�+� �m�e�a�l� �r�e�c�i�p�e�s� �u�s�e� �v�i�r�g�i�n� �m�e�a�t�,� �f�l�o�u�r� �a�n�d� �m�i�l�k� �o�r� �e�g�g�s�
�
+�	�e�n�d�
�
+�
�
+�	�!�p�i�g� �f�i�t�n�e�s�s� �l�e�v�e�l�i�n�g� �-� �i�n�c�r�e�a�s�e�s� �o�r� �d�e�c�r�e�a�s�e�s� �(�f�a�s�t�e�r� �w�i�t�h�o�u�t� �f�a�r�m�h�a�n�d�)� �t�o� �2� �(�a�f�f�e�c�t�s� �m�e�a�t�_�p�r�i�c�e� �a�s� �s�t�a�m�i�n�a� �i�s� �p�a�r�t� �o�f� �$�d�y�n�_�m�e�a�t�_�e�v�a�l�u�a�t�i�o�n� �f�o�r�m�u�l�a�,� �m�o�r�e� �i�s� �b�e�t�t�e�r�)�
�
+�	�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�i�f� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �>� �2�:� �p�i�g�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �p�i�g�[�'�s�t�a�m�i�n�a�'�]�*�3� �&�!� �p�i�g� �f�o�o�d� �i�s� �c�h�e�a�p�e�r� �t�h�a�n� �r�e�g�u�l�a�r� �s�l�a�v�e� �f�o�o�d� �b�e�c�a�u�s�e� �i�t� �i�s� �n�o�t� �a�s� �n�u�t�r�i�t�i�o�u�s�,� �s�o� �e�n�d�u�r�a�n�c�e� �r�a�p�i�d�l�y� �d�e�c�l�i�n�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �>� �3�:� �p�i�g�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �p�i�g�[�'�s�t�a�m�i�n�a�'�]�*�3� �&�!� �w�i�t�h�o�u�t� �a� �f�a�r�m�h�a�n�d�,� �i�t� �d�e�c�l�i�n�e�s� �t�w�i�c�e� �a�s� �f�a�s�t� �d�o�w�n� �t�o� �h�e�a�l�t�h�y�
�
+�	�	�i�f� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �<� �2� �a�n�d� �p�i�g�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �>�=� �0�:� �p�i�g�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �4� �&� �p�i�g�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �3� �&�!� �T�o�r�p�i�d� �p�i�g� �w�i�l�l� �n�o�t� �e�x�e�r�c�i�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�n�d�
�
+�
�
+�	�!�c�h�a�n�c�e� �o�f� �d�y�i�n�g� �a�t� �z�e�r�o� �v�a�l�u�e� �h�e�a�l�t�h� �-� �p�i�g�
�
+�	�!�b�a�s�e� �-� �1�4�%� �-� �m�i�n� �6�%� �m�a�x� �2�0�%�
�
+�	�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�i�g�[�'�s�t�a�m�i�n�a�'�]� �=� �0�:�
�
+�	�	�d�p�r�o�b�_�m�a�x� �=� �7�
�
+�	�	�!� �p�s�y� �s�t�a�t�u�s� �a�f�f�e�c�t� �t�h�e� �c�h�a�n�c�e�
�
+�	�	�i�f� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'� �o�r� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�:� �d�p�r�o�b�_�m�a�x� �=� �1�6�
�
+�	�	�i�f� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �o�r� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:� �d�p�r�o�b�_�m�a�x� �=� �9�
�
+�	�	�i�f� �$�p�i�g�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �d�p�r�o�b�_�m�a�x� �=� �5�
�
+�	�	�d�e�a�t�h�_�p�r�o�b� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �p�i�g�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�d�p�r�o�b�_�m�a�x�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�d�p�r�o�b�_�m�a�x�)�
�
+�	�	�i�f� �d�e�a�t�h�_�p�r�o�b� �=� �5�:�
�
+�	�	�	�p�i�g�_�d�i�e�d� �=� �1�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
 �!�A�l�i�g�n� �l�i�v�e�s�t�o�c�k� �c�h�a�r�a�c�t�e�r�i�s�t�i�c�s� �(�c�a�l�c�u�l�a�t�e� �a�t�t�r�i�b�u�t�e� �v�a�l�u�e�s� �f�r�o�m� �r�a�t�e�s�,� �e�n�f�o�r�c�e� �u�p�p�e�r�/�l�o�w�e�r� �b�o�u�n�d�s�)�
�
 �d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�d�y�n�_�c�a�l�c�_�s�l�a�v�e�_�a�t�t�r�s�'�,� �'�$�l�i�v�e�s�t�o�c�k�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�
�
 �
�
 �!�p�i�g� �s�l�a�u�g�h�t�e�r�
�
-�i�f� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�i�g�[�'�f�a�t�'�]� �=� �5� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�s�l�a�u�g�h�t�e�r�s� �=� �1�:�
�
+�i�f� �p�i�g�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �p�i�g�[�'�f�a�t�'�]� �>�=� �4� �a�n�d� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�s�l�a�u�g�h�t�e�r�s� �=� �1�:�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�m�e�a�t�_�e�v�a�l�u�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�p�i�g�'�)� �&�!� �c�a�l�c�u�l�a�t�e� �m�i�n�c�e�_�g�a�i�n�,� �m�e�a�t�_�g�a�i�n�,� �v�i�r�g�i�n�_�m�e�a�t�_�g�a�i�n� �-� �m�e�a�t�_�p�r�i�c�e� �i�s� �a�l�s�o� �s�e�t� �b�u�t� �n�o�t� �u�s�e�d�
�
 �	�!� �k�i�l�l� �t�h�e� �p�i�g�
�
 �	�p�i�g�_�d�i�e�d� �=� �0� �&�!� �c�a�n� �o�n�l�y� �d�i�e� �o�n�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -17247,8 +17740,7 @@
 �	�i�f� �c�o�n�s�u�m�e�_�m�i�n�c�e� �<� �0�:� � �c�o�n�s�u�m�e�_�m�i�n�c�e� �=� �0�
�
 �	�i�f� �c�o�n�s�u�m�e�_�m�e�a�t� �<� �0�:� � � �c�o�n�s�u�m�e�_�m�e�a�t� �=� �0�
�
 �	�i�f� �c�o�n�s�u�m�e�_�v�i�r�g�i�n� �<� �0�:� �c�o�n�s�u�m�e�_�v�i�r�g�i�n� �=� �0�
�
-�!� �c�o�n�s�u�m�e�d� �i�s� �c�a�l�c�e�d� �a�t� �r�e�t�a�i�l� �p�r�i�c�e� �a�s� �t�h�i�s� �i�s� �t�h�e� �s�a�v�i�n�g�s� �o�f� �g�r�o�w�i�n�g� �y�o�u�r� �o�w�n�.�
�
-�	�d�e�c�a�d�e�_�c�o�n�s�u�m�e� �+�=� �c�o�n�s�u�m�e�_�m�i�n�c�e� �+� �c�o�n�s�u�m�e�_�m�e�a�t�*�4� �+� �c�o�n�s�u�m�e�_�v�i�r�g�i�n�*�8�
�
+�	�d�e�c�a�d�e�_�c�o�n�s�u�m�e� �+�=� �c�o�n�s�u�m�e�_�m�i�n�c�e� �+� �c�o�n�s�u�m�e�_�m�e�a�t�*�4� �+� �c�o�n�s�u�m�e�_�v�i�r�g�i�n�*�8� �&�!� �c�o�n�s�u�m�e�d� �i�s� �c�a�l�c�e�d� �a�t� �r�e�t�a�i�l� �p�r�i�c�e� �a�s� �t�h�i�s� �i�s� �t�h�e� �s�a�v�i�n�g�s� �o�f� �g�r�o�w�i�n�g� �y�o�u�r� �o�w�n�
�
 �e�n�d�
�
 �
�
 �i�f� �b�a�r�n�_�f�a�r�m�h�a�n�d�_�p�r�i�s�o�n� �=� �1� �a�n�d� �b�a�r�n� �=� �1� �a�n�d� �d�u�n�g�e�o�n� �=� �1� �a�n�d� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
@@ -17257,18 +17749,148 @@
 �	�p�r�i�s�o�n�e�r�_�f�a�t�t�e�n�i�n�g� �=� �0�
�
 �e�n�d�
�
 �
�
+�!� �n�o�t�e� �$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s� �c�a�n� �i�n�t�e�r�r�u�p�t� �n�e�x�t�_�d�a�y� �i�f� �a� �s�l�a�v�e� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �a�n� �i�t�e�m� �(�c�u�r�r�e�n�t�l�y� �o�n�l�y� �p�e�t�s�u�i�t� �i�s� �e�q�u�i�p�p�e�d� �d�u�r�i�n�g� �n�e�x�t�_�d�a�y� �a�n�d� �w�e� �c�h�e�c�k� �f�o�r� �r�e�f�u�s�a�l� �c�o�n�d�i�t�i�o�n�s�)�
�
+�$�n�e�x�t�_�d�a�y�_�a�p�p�l�y�_�o�v�e�r�n�i�g�h�t�_�i�t�e�m�_�b�o�n�u�s�e�s� �=� �{�
�
+�	�!�d�a�i�l�y� �b�o�n�u�s�e�s� �-� �i�m�p�r�o�v�e�d� �-� �c�r�u�s�h�b�o�s�s� �(�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �i�s� �h�a�n�d�l�e�d� �i�n� �$�n�e�x�t�_�d�a�y�_�s�l�a�v�e�_�a�r�o�u�s�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�!�S�l�a�v�e� �e�n�e�r�g�y� �c�h�e�c�k� �-� �n�o� �b�o�n�u�s�e�s� �i�f� �t�h�e� �p�l�a�y�e�r� �j�u�s�t� �c�l�i�c�k�s� �'�E�n�d� �o�f� �D�a�y�'� �t�o� �a�d�v�a�n�c�e� �t�i�m�e� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�p�l�a�c�e�d� �e�n�e�r�g�y� �c�h�e�c�k� �w�i�t�h� �i�n�t�e�r�a�c�t�i�o�n�s� �c�o�u�n�t�e�r� �c�h�e�c�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�!�C�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �a�n�d� �a�p�p�l�i�e�d� �t�o� �p�r�i�s�o�n�e�r� �a�n�d� �c�o�w� �i�n� �a�d�d�i�t�i�o�n� �t�o� �s�l�a�v�e� �a�n�d� �a�s�s�i�s�t�a�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �(�a�r�r�s�i�z�e�(�'�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�'�)� �>� �0� �o�r� �'�d�y�n�s�l�a�v�e�'� �=� �'�c�o�w�'� �o�r� �'�d�y�n�s�l�a�v�e�'� �=� �'�p�r�i�s�o�n�e�r�'�)�:�
�
+�	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�s� �c�o�n�s�c�i�o�u�s� �o�n�l�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�i�s�_�g�a�n�g�b�a�n�g� �=� �r�a�n�d�(�0�,�2�)�
�
-�i�f� �g�u�i�l�d�_�g�a�n�g�b�a�n�g�_�r�e�v�e�a�l� �=� �0� �a�n�d� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>�=� �3� �a�n�d� �i�s�_�g�a�n�g�b�a�n�g� �>� �0�:�
�
-�	�g�u�i�l�d�_�g�a�n�g�b�a�n�g�_�r�e�v�e�a�l� �=� �1�
�
-�	�m�s�g� �'�D�e�a�r� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �<�b�r�>� � �I� �w�i�l�l� �b�e� �h�o�l�d�i�n�g� �a� �g�a�n�g�-�b�a�n�g� �t�r�a�i�n�i�n�g� �s�e�s�s�i�o�n� �f�o�r� �m�y� �s�l�a�v�e� �t�o�d�a�y� �a�t� �t�h�e� �g�u�i�l�d� �a�n�d� �w�o�u�l�d� �b�e� �h�o�n�o�r�e�d� �i�f� �y�o�u� �w�o�u�l�d� �j�o�i�n� �u�s�.� �I�t� �w�i�l�l� �b�e� �a�n� �a�l�l�-�a�f�t�e�r�n�o�o�n� �a�f�f�a�i�r� �s�o� �d�r�o�p� �i�n� �a�n�y� �t�i�m�e�.�<�b�r�>�<�b�r�>�R�e�g�a�r�d�s�,� �<�b�r�>� � �L�o�r�d� �D�u�r�b�a�t�'�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �s�p�l�i�t� �f�i�r�s�t� �t�o� �p�r�o�t�e�c�t� �f�r�o�m� �e�a�r�l�i�e�r� �$�r�e�p�l�a�c�e�,� �s�e�e� �#�i�t�e�m�_�b�a�s�e� �a�n�d� �#�s�t�a�t�i�c�_�b�a�s�e�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�t�e�m�p�e�r�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�t�e�l�l�e�c�t�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�e�g�o�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�r�a�t�i�o�n�a�l�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�c�u�s�t�o�m�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�n�g�s�t�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�p�o�i�l�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �&�!� �i�t�e�m�s� �c�a�n� �p�r�o�v�i�d�e� �b�o�n�u�s� �e�n�e�r�g�y� �b�y� �a�d�d�i�n�g� �n�e�g�a�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n� �c�o�u�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�
�
+�	�	�!� �H�e�a�v�y� �r�i�n�g�s� �i�n�s�t�i�n�c�t� �b�o�n�u�s� �a�n�d� �m�o�o�d� �p�e�n�a�l�t�y�
�
+�	�	�t�m�p� �=� �0�
�
+�	�	�!�i�f� �$�d�y�n�s�l�a�v�e�[�'�e�a�r�r�i�n�g�s�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �0�
�
+�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�t�o�n�g�u�e�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �2� �&�!� �n�o� �e�f�f�e�c�t� �a�l�o�n�e�;� �c�o�m�b�i�n�e� �w�i�t�h� �n�a�v�e�l�,� �c�l�i�t� �o�r� �n�o�s�e� �r�i�n�g� �f�o�r� �+�1� �i�n�s�t�i�n�c�t�
�
+�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�n�i�p�p�l�e�r�i�n�g�s�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �3� �&�!� �+�1� �i�n�s�t�i�n�c�t� �a�l�o�n�e�;� �i�n�f�e�r�i�o�r� �t�o� �n�i�p�p�l�e� �c�h�a�i�n� �w�h�i�c�h� �g�i�v�e�s� �+�1�;� �s�l�o�t� �u�s�e�s� �2� �r�i�n�g�s� �(�s�l�i�g�h�t�l�y� �c�h�e�a�p�e�r� �t�h�a�n� �n�i�p�p�l�e� �c�h�a�i�n�)�
�
+�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�n�a�v�e�l�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �1� �&�!� �n�o� �e�f�f�e�c�t� �a�l�o�n�e�;� �c�o�m�b�i�n�e� �w�i�t�h� �t�o�n�g�u�e� �o�r� �c�l�i�t� �f�o�r� �+�1� �i�n�s�t�i�n�c�t�
�
+�	�	�i�f� �$�d�y�n�s�l�a�v�e�[�'�c�l�i�t�r�i�n�g�'�]� �=� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�:� �t�m�p� �+�=� �2� �&�!� �n�o� �e�f�f�e�c�t� �a�l�o�n�e�;� �c�o�m�b�i�n�e� �w�i�t�h� �n�a�v�e�l�,� �t�o�n�g�u�e� �o�r� �n�o�s�e� �r�i�n�g� �f�o�r� �+�1� �i�n�s�t�i�n�c�t�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�o�s�e�_�p�i�e�r�c�i�n�g�'�]� �=� �1�:� �t�m�p� �+�=� �1� �&�!� �n�o� �e�f�f�e�c�t� �a�l�o�n�e�;� �c�o�m�b�i�n�e� �w�i�t�h� �t�o�n�g�u�e� �o�r� �c�l�i�t� �f�o�r� �+�1� �i�n�s�t�i�n�c�t�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �t�m�p� �/� �3� �&�!� �u�p� �t�o� �+�3� �i�n�s�t�i�n�c�t� �r�a�t�e� �i�f� �5� �r�i�n�g�s� �a�r�e� �w�o�r�n� �i�n� �t�o�n�g�u�e�,� �n�i�p�p�l�e�s�,� �n�a�v�e�l�,� �c�l�i�t�o�r�i�s� �a�n�d� �s�l�a�v�e� �h�a�s� �a� �n�o�s�e� �r�i�n�g�
�
+�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �t�m�p� �&�!� �a�t� �m�o�s�t� �-�0�.�9� �m�o�o�d� �(�a�t� �m�o�s�t� �-�0�.�8� �w�i�t�h�o�u�t� �n�o�s�e� �p�i�e�r�c�i�n�g�)�
�
+�	�	�k�i�l�l�v�a�r� �'�t�m�p�'�
�
+�
�
+�	�	�!�R�a�i�s�e� �i�n�t�e�r�e�s�t� �t�o� �t�h�e� �s�l�a�v�e�
�
+�	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �g�e�t� �c�h�a�r�m� �v�a�l�u�e� �f�o�r� �c�u�r�r�e�n�t� �s�l�a�v�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�w�n�e�s�s�'�]� �+�=� �1� �+� �c�h�a�r�m�/�6�
�
+�
�
+�	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s�n�e�s�s� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�s� �c�h�e�c�k�
�
+�}�
�
+�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�n�e�x�t�_�d�a�y�_�a�p�p�l�y�_�o�v�e�r�n�i�g�h�t�_�i�t�e�m�_�b�o�n�u�s�e�s�'�,� �'�$�m�a�i�n�_�s�c�r�e�e�n�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�,� �p�r�i�s�o�n�e�r�,� �c�o�w�
�
+�
�
+�!�D�e�f�i�n�e� �t�h�e� �a�c�t�i�o�n� �a�t� �t�h�e� �e�n�d� �o�f� �t�h�e� �d�a�y�
�
+�!�a�d�d�e�d� �c�h�e�c�k� �f�o�r� �s�l�a�v�e� �s�t�a�t�u�s�
�
+�!�d�o�e�s� �s�h�e� �w�a�n�t� �t�o� �m�a�s�t�u�r�b�a�t�e�
�
+�!�A�d�d�e�d� �c�h�e�c�k� �f�o�r� �e�n�e�r�g�y� �l�e�v�e�l� �o�f� �s�l�a�v�e� �a�n�d� �i�n�c�r�e�a�s�e�d� �t�h�e� �m�i�n�i�m�u�m� �a�r�o�u�s�a�l� �l�e�v�e�l� �t�o� �3� �-� �c�r�u�s�h�b�o�s�s�
�
+�!�A�d�d�e�d� �c�h�e�c�k� �f�o�r� �f�r�i�g�i�d� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�s�l�a�v�e�_�w�i�l�l�_�m�a�s�t�u�r�b�a�t�e� �=� �0�
�
+�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �0�
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �p�r�e�v�i�o�u�s�_�e�n�e�r�g�y� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �a�n�d� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �2� �a�n�d� �s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>�=� �0�:�
�
+�	�i�f� �s�l�a�v�e�[�'�m�a�s�t�u�r�b�a�t�i�o�n�_�r�u�l�e�'�]� �=� �1�:�
�
+�	�	�!�i�s� �t�h�e�r�e� �a� �r�u�l�e� �a�g�a�i�n�s�t� �i�t�
�
+�	�	�i�f� �s�l�a�v�e�[�'�f�o�r�c�e�_�r�u�l�e�s�'�]� �=� �1� �a�n�d� �i�n�v�e�n�t�o�r�y�[�'�c�h�a�s�t�i�t�y�_�b�e�l�t�'�]� �=� �1�:�
�
+�	�	�	�!�i�s� �s�h�e� �w�e�a�r�i�n�g� �a� �c�h�a�s�t�i�t�y� �b�e�l�t�
�
+�	�	�	�s�l�a�v�e�[�'�n�e�g�_�r�u�l�e�s�'�]� �=� �1�
�
+�	�	�	�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �0�
�
+�	�	�e�l�s�e�i�f� �(�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �>� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �o�r� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �*� �3� �o�r� �s�l�a�v�e�[�'�c�a�u�g�h�t�_�m�a�s�t�u�r�b�a�t�i�n�g�'�]� �>� �0�)� �a�n�d� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �<� �5� �o�r� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>�=� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�:�
�
+�	�	�	�!�i�f� �t�h�e�r�e�s� �a� �r�u�l�e� �a�g�a�i�n�s�t� �i�t�,� �w�i�l�l� �h�e�r� �t�a�m�i�n�g� �o�r� �o�b�e�d�i�e�n�c�e� �o�r� �d�e�v�o�t�i�o�n� �o�r� �b�e�i�n�g� �c�a�u�g�h�t� �r�e�c�e�n�t�l�y� �s�t�o�p� �h�e�r� �(�o�n�l�y� �p�o�s�s�i�b�l�e� �i�f� �a�r�o�u�s�a�l� �i�s� �l�e�s�s� �t�h�a�n� �5� �o�r� �d�e�v�o�t�i�o�n� �e�q�u�a�l�s� �o�r� �e�x�c�e�e�d�s� �a�r�o�u�s�a�l�)�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
+�	�	�	�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �0�
�
+�	�	�e�l�s�e�
�
+�	�	�	�s�l�a�v�e�_�m�a�s�t�u�r�b�a�t�i�n�g�_�a�n�y�w�a�y� �=� �1�
�
+�	�	�e�n�d�
�
+�	�e�l�s�e�
�
+�	�	�s�l�a�v�e�_�w�i�l�l�_�m�a�s�t�u�r�b�a�t�e� �=� �1�
�
+�	�e�n�d�
�
+�e�l�s�e�
�
+�	�s�l�a�v�e�_�w�i�l�l�_�m�a�s�t�u�r�b�a�t�e� �=� �0�
�
+�e�n�d�
�
+�
�
+�!�p�e�t� �t�e�n�t�a�c�l�e�
�
+�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �>� �0�:�
�
+�	�t�e�n�t�a�c�l�e�_�h�p� �-�=� �1�
�
+�	�i�f� �t�e�n�t�a�c�l�e�_�s�i�z�e� �>�=� �4�:� �t�e�n�t�a�c�l�e�_�h�p� �-�=� �4�
�
+�	�i�f� �t�e�n�t�a�c�l�e�_�h�p� �>�=� �t�e�n�t�a�c�l�e�_�g�r�o�w�[�t�e�n�t�a�c�l�e�_�s�i�z�e�]�:�
�
+�	�	�i�f� �t�e�n�t�a�c�l�e�_�s�i�z�e� �<� �4�:� �t�e�n�t�a�c�l�e�_�g�r�o�w�_�e�v�e�n�t� �=� �1�
�
+�	�e�n�d�
�
+�	�i�f� �t�e�n�t�a�c�l�e�_�h�p� �<�=� �t�e�n�t�a�c�l�e�_�d�e�a�t�h�[�t�e�n�t�a�c�l�e�_�s�i�z�e�]�:�
�
+�	�	�t�e�n�t�a�c�l�e�_�d�e�a�t�h�_�e�v�e�n�t� �=� �1�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
+�!�A�r�o�u�s�a�l� �c�h�e�c�k� �f�o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �e�v�e�n�t� �-� �c�r�u�s�h�b�o�s�s�
�
+�i�f� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �4� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �7� �a�n�d� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �0� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�h�o�r�n�y�'�:�
�
+�	�s�l�a�v�e�_�b�e�g�_�f�o�r�_�s�e�x� �=� �1�
�
+�e�l�s�e�
�
+�	�s�l�a�v�e�_�b�e�g�_�f�o�r�_�s�e�x� �=� �0�
�
+�e�n�d�
�
+�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]� �>� �4� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �7� �a�n�d� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �0� �a�n�d� �$�a�s�s�i�s�t�a�n�t�_�p�s�y�_�s�t�a�t�u�s� �=� �'�h�o�r�n�y�'�:�
�
+�	�a�s�s�i�s�t�a�n�t�_�b�e�g�_�f�o�r�_�s�e�x� �=� �1�
�
+�e�l�s�e�
�
+�	�a�s�s�i�s�t�a�n�t�_�b�e�g�_�f�o�r�_�s�e�x� �=� �0�
�
+�e�n�d�
�
+�
�
+�!�D�i�r�t� �a�n�d� �H�y�g�i�e�n�e� �f�r�o�m� �s�l�e�e�p�,� �t�i�m�e�,� �a�n�d� �n�o�r�m�a�l� �h�o�u�s�e� �u�s�e� �-� �m�a�s�t�e�r� �a�n�d� �s�l�a�v�e� �-� �c�r�u�s�h�b�o�s�s�
�
+�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
+�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5� �+� �m�a�s�t�e�r�_�w�o�u�n�d�s�
�
+�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5� �+� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�
�
+�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5� �+� �a�s�s�i�s�t�a�n�t�[�'�w�o�u�n�d�s�'�]�
�
+�f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5� �+� �f�a�r�m�h�a�n�d�[�'�w�o�u�n�d�s�'�]�
�
+�
�
+�!�f�o�o�d� �c�o�s�t�s�
�
+�i�f� �c�o�o�k�e�d�_�f�o�o�d� �<� �1� �a�n�d� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �1�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �2� �&�!� �c�a�n�n�e�d� �f�o�o�d� �(�f�o�r� �t�h�e� �m�a�s�t�e�r�)� �c�o�s�t�s� �2� �s�p�a�r�k�s� �a� �d�a�y�,� �o�t�h�e�r�w�i�s�e� �c�o�s�t� �i�s� �p�a�i�d� �i�n� �i�n�g�r�e�d�i�e�n�t�s�
�
+�$�p�a�y�_�f�o�r�_�m�i�n�i�_�p�o�n�i�e�s� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�:� �t�o�t�a�l�_�f�o�o�d�_�c�o�s�t� �+�=� �1�
�
+�	�e�n�d�
�
+�}�
�
+�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�p�a�y�_�f�o�r�_�m�i�n�i�_�p�o�n�i�e�s�'�,� �'�$�a�l�l�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �i�n�c�l�u�d�i�n�g� �i�c�e�d� �s�l�a�v�e�s�,� �b�e�c�a�u�s�e� �t�h�e� �p�o�n�i�e�s� �a�r�e� �n�o�t� �f�r�o�z�e�n� �(�s�e�e� �#�d�y�n�a�m�i�c� �a�n�d� �#�s�t�a�t�i�c�_�b�a�s�e�)�
�
+�
�
+�!�c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �a�t�e�_�a�l�r�e�a�d�y� �a�r�e� �n�o�t� �u�s�e�d� �a�f�t�e�r� �t�h�i�s� �i�n� �n�e�x�t�_�d�a�y� �o�r� �e�n�d�_�d�a�y�_�s�c�r�e�e�n�,� �s�o� �w�e� �c�a�n� �n�o�w� �r�e�s�e�t� �t�h�e�m� �f�o�r� �t�o�m�o�r�r�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�c�o�o�k�e�d�_�f�o�o�d� �=� �-�1� �&�!� �r�e�s�e�t� �f�o�r� �t�o�m�o�r�r�o�w� �(�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s� �i�s� �u�n�t�o�u�c�h�e�d� �s�o� �e�n�d�_�d�a�y�_�s�c�r�e�e�n� �c�a�n� �u�s�e� �i�t� �i�n� �m�a�s�t�e�r�_�a�u�t�o�_�c�o�o�k� �s�c�e�n�e�)�
�
+�a�t�e�_�a�l�r�e�a�d�y� �=� �0� �&�!� �r�e�s�e�t� �f�o�r� �t�o�m�o�r�r�o�w�
�
+�
�
+�!�M�a�g�i�c� �S�p�e�l�l� �R�e�s�e�t� �-� �m�o�v�e�d� �o�u�t� �o�f� �$�e�n�d�_�d�a�y�_�v�a�r�i�a�b�l�e�_�r�e�s�e�t� �t�o� �w�o�r�k� �w�i�t�h� �a�u�t�o� �c�a�s�t�i�n�g� �r�u�l�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
+�a�u�s�p�e�x� �=� �r�a�v�e�n�_�c�r�o�w�n�_�o�n�
�
+�m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0�
�
+�
�
+�!�l�o�s�s� �c�o�n�d�i�t�i�o�n� �i�n� �t�u�t�o�r�i�a�l� �i�f� �s�l�a�v�e� �i�s� �k�i�l�l�e�d�
�
+�i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �1�:�
�
+�	�i�f� �s�l�a�v�e�_�d�i�e�d� �=� �1�:�
�
+�	�	�l�e�c�t�u�r�e� �=� �1�2�
�
+�	�	�g�t� �'�d�e�m�o�_�i�n�t�r�o�'�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
+�!�a�u�t�o�s�a�v�e� �c�o�n�d�i�t�i�o�n�
�
+�i�f� �a�u�t�o�s�a�v�e�_�d�a�y� �=� �1�:�
�
+�	�a�u�t�o�s�a�v�e� �=� �1�
�
 �e�n�d�
�
 �
�
 �!�P�o�s�t� �P�a�t�r�i�c�i�a�n� �Q�u�e�s�t� �-� �D�a�i�l�y� �Q�u�e�s�t� �H�a�n�d�l�i�n�g� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�2�]�]� �=� �1�:� �g�s� �'�q�u�e�s�t�1�2�'�
�
+�
�
+�!� �S�e�m�i�-�d�a�i�l�y� �e�v�e�n�t� �i�n� �g�u�i�l�d� �l�o�c�a�t�i�o�n� �(�a�l�s�o� �s�e�e� �r�e�l�a�t�e�d� �n�o�t�i�f�i�c�a�t�i�o�n� �i�n� �$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�)�
�
+�i�s�_�g�a�n�g�b�a�n�g� �=� �r�a�n�d�(�0�,�2�)�
�
+�
�
+�t�x�t� �=� �1�
�
+�m�e�n�u�_�f�o�r�m� �=� �0�
�
 �e�n�d�_�o�f�_�t�h�e�_�d�a�y� �=� �1�
�
 �E�n�d�O�f�D�a�y�E�v�e�n�t�C�n�t� �=� �0�
�
-�i�f� �s�l�a�v�e�[�'�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �=� �1�:� �r�u�l�e�s�_�b�r�o�k�e�n�_�m�e�s�s�a�g�e� �=� �1� �&�!� �f�l�a�g� �f�o�r� �e�n�d� �o�f� �d�a�y� �s�c�r�e�e�n�
�
 �
�
 �!�S�a�v�e� �c�u�r�r�e�n�t� �i�n�t�e�r�i�o�r� �s�e�t�t�i�n�g�s� �-� �c�r�u�s�h�b�o�s�s�
�
 �g�s� �'�i�n�t�e�r�i�o�r�_�s�t�o�r�a�g�e�'�
�
@@ -17432,19 +18054,19 @@
 �*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�[�t�x�t�]�>�>�<�/�d�i�v�>�'�
�
 �
�
 �i�f� �$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�s�l�a�v�e�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�a�s�s�i�s�t�a�n�t�_�p�i�c�t�u�r�e�'�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�t�o�c�k�_�p�i�c�t�u�r�e�'�:�
�
 �	�i�f� �n�p�c� �!� �9�9�9�9�:� �n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�s�t�o�c�k�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�t�o�c�k�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�r�i�s�o�n�e�r�_�p�i�c�t�u�r�e�'�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�p�r�i�s�o�n�e�r�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�c�o�w�_�p�i�c�t�u�r�e�'�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�c�o�w�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�c�o�w�'�,� �'�b�g�'�)�
�
 �e�n�d�
�
 �
�
 �i�f� �n�p�c� �=� �0�:�
�
@@ -17557,7 +18179,8 @@
 �	�m�a�s�t�e�r�_�a�u�t�o�_�c�o�o�k� �=� �0�
�
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�o�o�k�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
 �	�$�p�l�a�c�e� �=� �'�k�i�t�c�h�e�n�'�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t� �=� �'� � �<�<�$�s�l�a�v�e�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�[�"�"�c�o�o�k�"�"�]�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�s�l�a�v�e�[�'�c�o�o�k�'�]�,� �m�a�x�(�1�,� �s�l�a�v�e�[�'�m�o�o�d�'�]�)�)�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t� �=� �'� � �<�<�$�s�l�a�v�e�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�s�l�a�v�e�_�s�k�i�l�l�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�)�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �d�e�s�c�r�i�p�t�i�o�n� �b�a�s�e�d� �o�n� �l�e�s�s�e�r� �o�f� �m�e�a�l� �q�u�a�l�i�t�y� �o�r� �s�k�i�l�l�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �e�n�d�
�
 �
�
@@ -17567,26 +18190,32 @@
 �	�s�l�a�v�e�_�a�u�t�o�_�c�o�o�k� �=� �0�
�
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�o�o�k�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
 �	�$�p�l�a�c�e� �=� �'�k�i�t�c�h�e�n�'�
�
-�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�)�
�
-�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t� �=� �'� � �<�<�$�s�l�a�v�e�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�_�s�k�i�l�l�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]� �<� �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]�:� �$�t�e�x�t� �+�=� �'� �S�t�i�l�l�,� �y�o�u� �k�n�o�w� �s�h�e� �c�o�u�l�d� �d�o� �b�e�t�t�e�r�.� �I�t� �s�e�e�m�s� �h�e�r� �m�o�t�i�v�a�t�i�o�n� �h�a�s� �d�i�m�i�n�i�s�h�e�d� �w�i�t�h� �a�u�t�o�n�o�m�y� �-� �p�e�r�h�a�p�s� �y�o�u� �s�h�o�u�l�d� �r�e�s�u�m�e� �h�e�r� �t�r�a�i�n�i�n�g� �a�n�d� �i�n�s�t�i�l�l� �a� �s�t�r�o�n�g�e�r� �s�e�n�s�e� �o�f� �l�o�y�a�l�t�y�.�'�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]� �<� �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]� �o�r� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'� �&�!� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �d�o�e�s� �n�o�t� �s�u�p�p�r�e�s�s� �t�h�e� �h�i�n�t� �t�e�x�t� �a�b�o�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�'�]�,� �m�a�x�(�1�,� �a�s�s�i�s�t�a�n�t�[�'�m�o�o�d�'�]�)�)�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t� �=� �'� � �<�<�$�s�l�a�v�e�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�s�l�a�v�e�_�s�k�i�l�l�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�)�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)� �&�!� �d�e�s�c�r�i�p�t�i�o�n� �b�a�s�e�d� �o�n� �l�e�s�s�e�r� �o�f� �m�e�a�l� �q�u�a�l�i�t�y� �o�r� �s�k�i�l�l�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �e�n�d�
�
 �
�
 �i�f� �m�a�s�t�e�r�_�a�u�t�o�_�c�o�o�k� �=� �1�:�
�
 �	�m�a�s�t�e�r�_�a�u�t�o�_�c�o�o�k� �=� �0�
�
 �	�a�s�s�i�s�t�a�n�t�_�a�u�t�o�_�c�o�o�k� �=� �0�
�
 �	�s�l�a�v�e�_�a�u�t�o�_�c�o�o�k� �=� �0�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�m�a�s�t�e�r�_�c�o�o�k�i�n�g�'�
�
-�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�m�a�s�t�e�r�_�c�o�o�k�i�n�g�'�]�)�
�
-�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
-�	�$�p�l�a�c�e� �=� �'�k�i�t�c�h�e�n�'�
�
-�	�$�t�e�x�t� �=� �$�m�a�s�t�e�r�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�m�a�s�t�e�r�_�b�u�t�l�e�r�]�
�
+�	�i�f� �k�i�t�c�h�e�n� �>� �0�:�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�m�a�s�t�e�r�_�c�o�o�k�i�n�g�'�
�
+�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�m�a�s�t�e�r�_�c�o�o�k�i�n�g�'�]�)�
�
+�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
+�	�	�$�p�l�a�c�e� �=� �'�k�i�t�c�h�e�n�'�
�
+�	�	�$�t�e�x�t� �=� �$�m�a�s�t�e�r�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�]� �&�!� �d�e�s�c�r�i�p�t�i�o�n� �b�a�s�e�d� �o�n� �m�e�a�l� �q�u�a�l�i�t�y�
�
+�	�e�l�s�e�
�
+�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�$�t�e�x�t� �=� �$�r�e�p�l�a�c�e�(�$�m�a�s�t�e�r�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�]�,� �'�t�h�e� �k�i�t�c�h�e�n�'�,� �'�y�o�u�r� �p�i�l�e� �o�f� �c�a�n�n�e�d� �f�o�o�d�'�)�
�
+�	�e�n�d�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �e�n�d�
�
 �
�
-�i�f� �s�h�o�w�_�f�o�o�d� �=� �1�:�
�
-�	�s�h�o�w�_�f�o�o�d� �=� �0�
�
+�i�f� �m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �1�:�
�
+�	�m�a�s�t�e�r�_�e�a�t�s�_�d�i�n�n�e�r� �=� �0�
�
+�	�!� �i�f� �t�h�e� �s�l�a�v�e�r� �a�t�e� �o�u�t� �d�u�r�i�n�g� �t�h�e� �d�a�y�,� �h�e� �s�k�i�p�s� �d�i�n�n�e�r� �u�n�l�e�s�s� �i�t� �w�o�u�l�d� �r�a�i�s�e� �h�i�s� �s�t�r�e�n�g�t�h�
�
+�	�!� �e�a�t�i�n�g� �h�i�g�h� �q�u�a�l�i�t�y� �f�o�o�d� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �h�e�a�l�t�h� �u�p� �t�o� �o�n�e� �l�e�v�e�l� �b�e�l�o�w� �t�h�e� �f�o�o�d� �q�u�a�l�i�t�y� �g�r�a�d�e� �(�m�a�x� �o�f� �A�+� �h�e�a�l�t�h� �w�i�t�h� �S�+� �f�o�o�d�)�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �'�c�o�n�t�e�n�t�/�s�n�d�/�d�i�n�n�e�r�.�w�a�v�'�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�i�f� �k�i�t�c�h�e�n� �>� �0�:� �
�
 �	�	�$�p�l�a�c�e� �=� �'�k�i�t�c�h�e�n�'�
�
@@ -17624,6 +18253,7 @@
 �	�	�$�t�e�x�t� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �t�a�k�e�s� �a� �b�u�c�k�e�t�-�p�o�t� �a�n�d� �g�o�e�s� �t�o� �t�h�e� �f�i�e�n�d� �p�e�n�.� �T�h�a�n�k�s� �t�o� �p�r�e�v�i�o�u�s� �e�x�p�e�r�i�e�n�c�e�,� �s�h�e� �m�a�n�a�g�e�s� �n�o�t� �t�o� �l�o�s�e� �c�o�n�t�r�o�l�.� �W�h�i�l�e� �s�o�m�e� �i�n�s�a�t�i�a�b�l�e� �s�l�i�p�p�e�r�y� �t�e�n�t�a�c�l�e�s� �p�e�n�e�t�r�a�t�e� �a�l�l� �h�e�r� �h�o�l�e�s�,� �s�h�e� �g�r�a�b�s� �t�h�e� �o�t�h�e�r� �f�e�e�l�e�r�s� �a�n�d� �m�i�l�k�s� �t�h�e�m� �d�i�r�e�c�t�l�y� �i�n�t�o� �t�h�e� �b�u�c�k�e�t�.� �F�i�e�n�d� �C�u�m� �G�a�i�n�e�d�:� �<�<�s�e�m�e�n�_�g�a�i�n�[�m�a�x�(�0�,� �t�e�n�t�a�c�l�e�_�s�i�z�e� �-� �s�p�a�w�n�_�m�i�l�k�e�d�)�]�>�>�'�
�
 �	�	�d�e�c�a�d�e�_�s�e�m�e�n� �+�=� �s�e�m�e�n�_�g�a�i�n�[�m�a�x�(�0�,� �t�e�n�t�a�c�l�e�_�s�i�z�e� �-� �s�p�a�w�n�_�m�i�l�k�e�d�)�]�
�
 �	�	�s�p�a�w�n�_�m�i�l�k�e�d� �+�=� �s�l�a�v�e�[�'�s�u�b�_�t�e�n�t�a�c�l�e�s�'�]�
�
+�	�	�i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �>� �t�e�n�t�a�c�l�e�_�s�i�z�e�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �2� �&�!� �s�a�t�i�s�f�i�e�d�
�
 �	�	�i�f� �f�e�l�i�c�i�t�y� �=� �1� �a�n�d� �$�q�u�e�s�t�1�2� �!� �'�f�a�i�l�'� �a�n�d� �a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�2�]�]� �=� �1� �a�n�d� �s�l�a�v�e�_�t�y�p�e� �!� �2�5�7�2�:� �$�q�u�e�s�t�1�2� �=� �'�f�a�i�l�'� �&� �$�q�u�e�s�t�1�2�_�f�a�i�l�r�e�a�s�o�n� �=� �'�I�t� �s�e�e�m�s� �y�o�u� �h�a�v�e�n� t� �b�e�e�n� �m�a�k�i�n�g� �h�e�r� �c�a�r�e� �f�o�r� �y�o�u�r� �f�i�e�n�d�,� �s�l�a�v�e�r�.�'�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �	�e�l�s�e�
�
@@ -17640,6 +18270,7 @@
 �	�	�$�t�e�x�t� �=� �'� � �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �t�a�k�e�s� �a� �b�u�c�k�e�t�-�p�o�t� �a�n�d� �g�o�e�s� �t�o� �t�h�e� �f�i�e�n�d� �p�e�n�.� �T�h�a�n�k�s� �t�o� �p�r�e�v�i�o�u�s� �e�x�p�e�r�i�e�n�c�e�,� �s�h�e� �m�a�n�a�g�e�s� �n�o�t� �t�o� �l�o�s�e� �c�o�n�t�r�o�l�.� �W�h�i�l�e� �s�o�m�e� �i�n�s�a�t�i�a�b�l�e� �s�l�i�p�p�e�r�y� �t�e�n�t�a�c�l�e�s� �p�e�n�e�t�r�a�t�e� �a�l�l� �h�e�r� �h�o�l�e�s�,� �s�h�e� �g�r�a�b�s� �t�h�e� �o�t�h�e�r� �f�e�e�l�e�r�s� �a�n�d� �m�i�l�k�s� �t�h�e�m� �d�i�r�e�c�t�l�y� �i�n�t�o� �t�h�e� �b�u�c�k�e�t�.� �F�i�e�n�d� �C�u�m� �G�a�i�n�e�d�:� �<�<�s�e�m�e�n�_�g�a�i�n�[�m�a�x�(�0�,� �t�e�n�t�a�c�l�e�_�s�i�z�e� �-� �s�p�a�w�n�_�m�i�l�k�e�d�)�]�>�>�'�
�
 �	�	�d�e�c�a�d�e�_�s�e�m�e�n� �+�=� �s�e�m�e�n�_�g�a�i�n�[�m�a�x�(�0�,� �t�e�n�t�a�c�l�e�_�s�i�z�e� �-� �s�p�a�w�n�_�m�i�l�k�e�d�)�]�
�
 �	�	�s�p�a�w�n�_�m�i�l�k�e�d� �+�=� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�e�n�t�a�c�l�e�s�'�]�
�
+�	�	�i�f� �s�p�a�w�n�_�m�i�l�k�e�d� �>� �t�e�n�t�a�c�l�e�_�s�i�z�e�:� �t�e�n�t�a�c�l�e�_�s�t�a�t�e� �=� �2� �&�!� �s�a�t�i�s�f�i�e�d�
�
 �	�	�i�f� �f�e�l�i�c�i�t�y� �=� �1� �a�n�d� �$�q�u�e�s�t�1�2� �!� �'�f�a�i�l�'� �a�n�d� �a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�2�]�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�t�y�p�e� �!� �2�5�7�2�:� �$�q�u�e�s�t�1�2� �=� �'�f�a�i�l�'� �&� �$�q�u�e�s�t�1�2�_�f�a�i�l�r�e�a�s�o�n� �=� �'�I�t� �s�e�e�m�s� �y�o�u� �h�a�v�e�n� t� �b�e�e�n� �m�a�k�i�n�g� �h�e�r� �c�a�r�e� �f�o�r� �y�o�u�r� �f�i�e�n�d�,� �s�l�a�v�e�r�.�'�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �	�e�l�s�e�
�
@@ -17703,8 +18334,8 @@
 �	�$�t�e�x�t� �=� �'� � �T�o� �m�a�i�n�t�a�i�n� �t�h�e�i�r� �h�y�g�i�e�n�e�,� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �a�n�d� �<�<�$�f�a�r�m�h�a�n�d�_�n�a�m�e�>�>� �w�e�n�t� �t�o� �c�l�e�a�n� �t�h�e�m�s�e�l�v�e�s� �a�t� �t�h�e� �p�u�b�l�i�c� �b�a�t�h� �(�c�o�s�t�:� �2� �s�p�a�r�k�s�)�.�'�
�
 �	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�a�s�s�i�s�t�a�n�t�[�'�c�u�s�t�o�m�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�i�n�s�t�i�n�c�t�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�r�a�t�i�o�n�a�l�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�)�
�
 �	�f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�f�a�r�m�h�a�n�d�[�'�c�u�s�t�o�m�'�]� �+� �f�a�r�m�h�a�n�d�[�'�i�n�s�t�i�n�c�t�'�]� �+� �f�a�r�m�h�a�n�d�[�'�r�a�t�i�o�n�a�l�'�]� �+� �f�a�r�m�h�a�n�d�[�'�m�o�r�a�l�'�]�)�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �2�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �2�
�
-�	�i�f� �f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �2�:� �f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �2�
�
+�	�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �2�)�
�
+�	�f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �2�)�
�
 �	�s�p�a�r�k�s� �-�=� �2�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �2�
�
 �	�f�a�r�m�h�a�n�d�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �2�
�
@@ -17717,7 +18348,7 @@
 �	�	�	�$�p�l�a�c�e� �=� �'�o�n�s�e�n�'�
�
 �	�	�	�$�t�e�x�t� �=� �'� � �T�o� �m�a�i�n�t�a�i�n� �h�e�r� �h�y�g�i�e�n�e�,� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �w�e�n�t� �t�o� �c�l�e�a�n� �h�e�r�s�e�l�f� �a�t� �t�h�e� �p�u�b�l�i�c� �b�a�t�h� �(�c�o�s�t�:� �2� �s�p�a�r�k�s�)�.�'�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�a�s�s�i�s�t�a�n�t�[�'�c�u�s�t�o�m�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�i�n�s�t�i�n�c�t�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�r�a�t�i�o�n�a�l�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�)�
�
-�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �2�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �2�
�
+�	�	�	�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �2�)�
�
 �	�	�	�s�p�a�r�k�s� �-�=� �2�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �2�
�
 �	�	�e�l�s�e�
�
@@ -17734,7 +18365,7 @@
 �	�	�	�$�p�l�a�c�e� �=� �'�o�n�s�e�n�'�
�
 �	�	�	�$�t�e�x�t� �=� �'� � �T�o� �m�a�i�n�t�a�i�n� �h�e�r� �h�y�g�i�e�n�e�,� �<�<�$�f�a�r�m�h�a�n�d�_�n�a�m�e�>�>� �w�e�n�t� �t�o� �c�l�e�a�n� �h�e�r�s�e�l�f� �a�t� �t�h�e� �p�u�b�l�i�c� �b�a�t�h� �(�c�o�s�t�:� �2� �s�p�a�r�k�s�)�.�'�
�
 �	�	�	�f�a�r�m�h�a�n�d�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�f�a�r�m�h�a�n�d�[�'�c�u�s�t�o�m�'�]� �+� �f�a�r�m�h�a�n�d�[�'�i�n�s�t�i�n�c�t�'�]� �+� �f�a�r�m�h�a�n�d�[�'�r�a�t�i�o�n�a�l�'�]� �+� �f�a�r�m�h�a�n�d�[�'�m�o�r�a�l�'�]�)�
�
-�	�	�	�i�f� �f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �2�:� �f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �2�
�
+�	�	�	�f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�f�a�r�m�h�a�n�d�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �2�)�
�
 �	�	�	�s�p�a�r�k�s� �-�=� �2�
�
 �	�	�	�f�a�r�m�h�a�n�d�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �2�
�
 �	�	�e�l�s�e�
�
@@ -17777,19 +18408,18 @@
 �	�	�$�t�e�x�t� �=� �'� � �Y�o�u� �c�a�u�g�h�t� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �m�a�s�t�u�r�b�a�t�i�o�n�,� �b�u�t� �s�h�e� �d�o�e�s� �n�o�t� �s�t�o�p� �i�t�.� �L�o�o�k�i�n�g� �i�n�t�o� �y�o�u�r� �e�y�e�s�,� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �f�i�n�g�e�r�s� �m�o�r�e� �f�i�e�r�c�e�l�y�,� �h�e�r� �m�o�v�e�m�e�n�t�s� �s�h�a�r�p� �a�n�d� �j�i�t�t�e�r�y�,� �a�n�d� �t�h�e�n� �s�h�e� �t�h�r�o�w�s� �h�e�r� �h�e�a�d� �b�a�c�k� �a�n�d� �w�r�i�t�h�e�s� �i�n� �t�h�e� �o�r�g�a�s�m�i�c� �t�h�r�o�e�s�,� �u�t�t�e�r�i�n�g� �m�o�a�n�s� �o�f� �p�l�e�a�s�u�r�e�.�'�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�(�s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]�*�3�)� �+� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�*�3�)�)�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �<� �1�:� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�n�o�_�o�r�g�a�s�m�_�r�u�l�e�'�]� �=� �1�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�r�u�l�e�s�_�b�r�o�k�e�n�'�]� �=� �1� �o�r� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �>� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�:�
�
 �	�	�	�$�t�e�x�t� �=� �'� � �Y�o�u� �c�a�u�g�h�t� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �m�a�s�t�u�r�b�a�t�i�o�n�,� �b�u�t� �s�h�e� �d�o�e�s� �n�o�t� �s�t�o�p� �i�t�.� �Y�o�u� �l�e�t� �h�e�r� �c�o�n�t�i�n�u�e�,� �r�e�c�a�l�l�i�n�g� �h�o�w�e�v�e�r�,� �t�h�a�t� �s�h�e� �c�a�n�n�o�t� �c�u�m�.� �N�e�v�e�r�t�h�e�l�e�s�s�,� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �c�a�n� t� �o�r� �d�o�e�s�n� t� �w�a�n�t� �t�o� �s�t�o�p� �i�n� �t�i�m�e�,� �a�n�d� �s�h�e� �c�a�n� �n�o�t� �h�i�d�e� �h�e�r� �m�o�a�n� �o�f� �o�r�g�a�s�m�.� �W�e�l�l�,� �y�o�u� �h�a�v�e� �t�o� �p�u�n�i�s�h� �h�e�r� �n�o�w�& '�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�(�s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]�*�3�)� �+� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�*�3�)�)�
�
-�	�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �<� �1�:� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
+�	�	�	�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�,� �4�
�
 �	�	�	�s�l�a�v�e�[�'�c�a�u�g�h�t�_�m�a�s�t�u�r�b�a�t�i�n�g�'�]� �=� �3� �&�!� �h�o�w� �m�a�n�y� �d�a�y�s� �t�o� �r�e�m�e�m�b�e�r� �b�e�i�n�g� �c�a�u�g�h�t�
�
 �	�	�e�l�s�e�
�
 �	�	�	�$�t�e�x�t� �=� �'� � �Y�o�u� �c�a�u�g�h�t� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �m�a�s�t�u�r�b�a�t�i�o�n�,� �b�u�t� �s�h�e� �d�o�e�s� �n�o�t� �s�t�o�p� �i�t�.� �Y�o�u� �l�e�t� �h�e�r� �c�o�n�t�i�n�u�e�,� �r�e�c�a�l�l�i�n�g� �h�o�w�e�v�e�r�,� �t�h�a�t� �s�h�e� �c�a�n�n�o�t� �c�u�m�.� �O�b�e�y�i�n�g� �y�o�u�r� �w�i�l�l� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�e�s� �n�o�t� �b�r�i�n�g� �h�e�r�s�e�l�f� �t�o� �c�l�i�m�a�x�,� �p�a�u�s�i�n�g� �a�t� �t�h�e� �e�n�d�.� �P�o�o�r� �t�h�i�n�g� �w�i�l�l� �e�x�h�a�u�s�t� �h�e�r�s�e�l�f�& '�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �+�=� �(�s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]� �*� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �+�=� �1�
�
-�	�	�	�s�l�a�v�e�[�'�n�e�g�_�h�o�r�n�y�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�j�u�m�p� �'�l�o�o�p�'� �&�!� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �d�o�e�s� �n�o�t� �s�u�p�p�r�e�s�s� �t�h�i�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -17805,11 +18435,10 @@
 �	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �s�l�a�v�e�[�'�n�o�_�o�r�g�a�s�m�_�r�u�l�e�'�]� �>�=� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�:�
�
 �	�	�$�t�e�x�t� �=� �'� � �Y�o�u� �c�a�u�g�h�t� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �m�a�s�t�u�r�b�a�t�i�o�n�,� �a�n�d� �s�h�e� �s�t�o�p�s� �i�m�m�e�d�i�a�t�e�l�y�,� �k�n�o�w�i�n�g� �s�h�e� �b�r�o�k�e� �t�h�e� �r�u�l�e�s� �y�o�u� �s�e�t�.�'�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �+�=� �s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]� �+� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�*�3�)�
�
-�	�	�s�l�a�v�e�[�'�n�e�g�_�h�o�r�n�y�'�]� �=� �1�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t� �=� �'� � �Y�o�u� �c�a�u�g�h�t� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �m�a�s�t�u�r�b�a�t�i�o�n�,� �b�u�t� �s�h�e� s� �e�i�t�h�e�r� �t�o�o� �d�i�s�o�b�e�d�i�e�n�t� �o�r� �t�o�o� �a�r�o�u�s�e�d� �t�o� �c�a�r�e� �t�h�a�t� �s�h�e� s� �b�r�e�a�k�i�n�g� �t�h�e� �r�u�l�e�s� �y�o�u� �s�e�t�.� �H�e�r� �m�o�v�e�m�e�n�t�s� �b�e�c�o�m�e� �s�h�a�r�p� �a�n�d� �j�i�t�t�e�r�y�,� �a�n�d� �t�h�e�n� �s�h�e� �t�h�r�o�w�s� �h�e�r� �h�e�a�d� �b�a�c�k� �a�n�d� �w�r�i�t�h�e�s� �i�n� �o�r�g�a�s�m�i�c� �t�h�r�o�e�s�,� �u�t�t�e�r�i�n�g� �m�o�a�n�s� �o�f� �p�l�e�a�s�u�r�e�.�'�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�(�s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]�*�3�)� �+� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�*�3�)�)�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �<� �1�:� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�,� �4�
�
 �	�s�l�a�v�e�[�'�c�a�u�g�h�t�_�m�a�s�t�u�r�b�a�t�i�n�g�'�]� �=� �3� �&�!� �h�o�w� �m�a�n�y� �d�a�y�s� �t�o� �r�e�m�e�m�b�e�r� �b�e�i�n�g� �c�a�u�g�h�t�
�
@@ -17846,7 +18475,6 @@
 �!�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�n�i�g�h�t�'�]�)�
�
 �!�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
 �	�e�n�d�_�o�f�_�t�h�e�_�d�a�y� �=� �0�
�
-�	�a�t�e�_�a�l�r�e�a�d�y� �=� �0�
�
 �	�j�u�m�p� �'�l�o�o�p�'�
�
 �e�n�d�
�
 �
�
@@ -17947,7 +18575,7 @@
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �e�n�d�
�
 �
�
-�!�E�g�g�l�a�y�i�n�g� �-� �f�i�x�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
+�!�E�g�g�l�a�y�i�n�g� �-� �f�i�x�e�d� �-� �c�r�u�s�h�b�o�s�s� �(�r�e�v�i�s�e�d� �a�n�d� �a�d�d�e�d� �n�o�t�e� �a�b�o�u�t� �b�a�r�n� �t�a�k�i�n�g� �e�x�c�e�s�s� �e�g�g�s� �f�r�o�m� �f�r�i�d�g�e� �t�o� �s�e�l�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �i�f� �t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y� �>� �0�:�
�
 �	�$�t�e�x�t� �=� �'�'�
�
 �	�$�e�n�d�_�d�a�y�_�s�c�r�e�e�n�_�c�o�l�l�e�c�t�_�e�g�g�s� �=� �{�
�
@@ -17963,14 +18591,8 @@
 �	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�e�g�g�_�b�i�r�t�h�'�
�
 �	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�e�g�g�_�b�i�r�t�h�'�]�)�
�
 �	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
-�	�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �>� �0�:�
�
-�	�	�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y�:�
�
-�	�	�	�f�r�i�d�g�e�[�'�e�g�g�s�'�]� �+�=� �t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y�
�
-�	�	�e�l�s�e�
�
-�	�	�	�f�r�i�d�g�e�[�'�e�g�g�s�'�]� �+�=� �f�r�i�d�g�e�_�s�p�a�c�e�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
-�	�t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y� �=� �0�
�
+�	�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �>� �0�:� �f�r�i�d�g�e�[�'�e�g�g�s�'�]� �+�=� �m�i�n�(�f�r�i�d�g�e�_�s�p�a�c�e�,� �t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y�)� �&�!� �i�f� �y�o�u� �h�a�v�e� �a� �b�a�r�n�,� �e�x�c�e�s�s� �e�g�g�s� �(�m�o�r�e� �t�h�a�n� �5�)� �w�i�l�l� �b�e� �s�o�l�d� �t�o�m�o�r�r�o�w� �n�i�g�h�t�
�
+�	�t�o�t�a�l�_�e�g�g�s�_�l�a�i�d�_�t�o�d�a�y� �=� �0� �&�!� �e�x�c�e�s�s� �e�g�g�s� �t�h�a�t� �c�a�n�n�o�t� �f�i�t� �i�n� �t�h�e� �f�r�i�d�g�e� �a�r�e� �d�i�s�c�a�r�d�e�d�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �0�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �e�n�d�
�
 �
�
@@ -18003,6 +18625,15 @@
 �	�j�u�m�p� �'�l�o�o�p�'� �&�!� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �d�o�e�s� �n�o�t� �s�u�p�p�r�e�s�s� �t�h�i�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�n�d�
�
 �
�
+�!�S�t�a�r�v�a�t�i�o�n� �W�a�r�n�i�n�g� �M�e�s�s�a�g�e� �-� �d�u�p�l�i�c�a�t�e�d� �f�o�r� �a�s�s�i�s�t�a�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�r�v�a�t�i�o�n�_�w�a�r�n�i�n�g�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�$�t�e�x�t� �=� �'� � � �Y�o�u� �n�o�t�i�c�e� �s�i�g�n�s� �o�f� �s�t�a�r�v�a�t�i�o�n� �o�n� �y�o�u�r� �a�s�s�i�s�t�a�n�t�.� �S�h�e� �o�b�v�i�o�u�s�l�y� �i�s� �n�o�t� �g�e�t�t�i�n�g� �e�n�o�u�g�h� �f�o�o�d�,� �w�h�i�c�h� �w�i�l�l� �b�e� �d�e�t�r�i�m�e�n�t�a�l� �t�o� �h�e�r� �h�e�a�l�t�h�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �i�n�c�r�e�a�s�e� �h�e�r� �d�i�e�t� �o�r� �r�e�d�u�c�e� �t�h�e� �l�o�a�d�.�'�
�
+�	�a�s�s�i�s�t�a�n�t�[�'�s�t�a�r�v�a�t�i�o�n�_�w�a�r�n�i�n�g�'�]� �=� �2� �&�!� �w�i�l�l� �b�e� �r�e�s�e�t� �i�n� �n�e�x�t�_�d�a�y� �w�h�e�n� �n�o� �l�o�n�g�e�r� �s�t�a�r�v�i�n�g�
�
+�	�$�b�g�_�p�a�t�h� �=� �$�a�s�s�i�s�t�a�n�t�[�"�f�u�l�l�i�m�a�g�e�"�]�
�
+�	�j�u�m�p� �'�l�o�o�p�'� �&�!� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �d�o�e�s� �n�o�t� �s�u�p�p�r�e�s�s� �t�h�i�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�e�n�d�
�
+�
�
 �!�S�l�a�v�e� �S�u�i�c�i�d�e� �E�v�e�n�t� �-� �O�v�e�r�h�a�u�l�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �s�l�a�v�e�_�s�u�i�c�i�d�e� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�s�u�p�e�r�v�i�s�e�_�r�u�l�e�'�]� �=� �1�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
@@ -18015,7 +18646,7 @@
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�e�s�c�a�p�e�'�]� �=� �1�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�s�l�a�v�e�_�s�u�i�c�i�d�a�l�'�]� �=� �1�
�
 �	�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p�'�,� �1�
�
 �	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�j�u�m�p� �'�l�o�o�p�'� �&�!� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �d�o�e�s� �n�o�t� �s�u�p�p�r�e�s�s� �t�h�i�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -18058,7 +18689,7 @@
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
 �	�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �=� �1�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �1�0�
�
 �	�!� �a�d�d�e�d� �a�n�g�s�t� �i�n�c�r�e�a�s�e� �f�o�r� �f�a�i�l�e�d� �e�s�c�a�p�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �+�=� �m�a�s�t�e�r�_�m�a�g�e�
�
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
@@ -18082,7 +18713,7 @@
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
 �	�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �=� �1�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �1�0�
�
 �	�!� �a�d�d�e�d� �a�n�g�s�t� �i�n�c�r�e�a�s�e� �f�o�r� �f�a�i�l�e�d� �e�s�c�a�p�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
@@ -18103,12 +18734,12 @@
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
 �	�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �=� �1�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �1�0�
�
 �	�!� �a�d�d�e�d� �a�n�g�s�t� �i�n�c�r�e�a�s�e� �f�o�r� �f�a�i�l�e�d� �e�s�c�a�p�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �5�
�
-�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �-�=� �2�
�
+�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �2�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�r�e�b�e�l�l�'�]� �=� �1� �&�!� �s�l�a�v�e� �r�e�t�u�r�n�e�d�,� �s�o� �d�i�f�f�e�r�e�n�t� �m�o�o�d�l�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p�'�,� �1�
�
 �	�s�l�a�v�e�_�e�s�c�a�p�e� �=� �0�
�
@@ -18236,24 +18867,24 @@
 �
�
 �!�A�u�t�o� �C�a�s�t�i�n�g� �R�u�l�e�s� �-� �c�r�u�s�h�b�o�s�s� �(�m�u�s�t� �b�e� �d�o�n�e� �a�f�t�e�r� �$�e�n�d�_�d�a�y�_�v�a�r�i�a�b�l�e�_�r�e�s�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �!�A�u�s�p�e�x�
�
-�i�f� �a�u�s�p�e�x�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �a�u�s�p�e�x� �!� �1� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�1�]� �=� �0� �a�n�d� �$�m�a�s�t�e�r�_�h�e�a�d�_�g�e�a�r� �!� �'�r�a�v�e�n�_�c�r�o�w�n�'� �a�n�d� �s�p�a�r�k�s� �>� �1�:�
�
-�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�1�]� �=� �1� �&�!� �n�e�c�e�s�s�a�r�y� �t�o� �a�v�o�i�d� �l�o�o�p�i�n�g�,� �b�e�c�a�u�s�e� �i�n�t�e�r�a�c�t�i�o�n� �r�e�d�i�r�e�c�t�s� �b�a�c�k� �t�o� �h�e�r�e� �b�e�f�o�r�e� �i�n�c�r�e�m�e�n�t�i�n�g� �t�h�e� �c�o�u�n�t�e�r�
�
+�i�f� �a�u�s�p�e�x�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �a�u�s�p�e�x� �!� �1� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�1�'�]� �=� �0� �a�n�d� �$�m�a�s�t�e�r�_�h�e�a�d�_�g�e�a�r� �!� �'�r�a�v�e�n�_�c�r�o�w�n�'� �a�n�d� �s�p�a�r�k�s� �>� �1�:�
�
+�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�1�'�]� �=� �1� �&�!� �n�e�c�e�s�s�a�r�y� �t�o� �a�v�o�i�d� �l�o�o�p�i�n�g�,� �b�e�c�a�u�s�e� �i�n�t�e�r�a�c�t�i�o�n� �r�e�d�i�r�e�c�t�s� �b�a�c�k� �t�o� �h�e�r�e� �b�e�f�o�r�e� �i�n�c�r�e�m�e�n�t�i�n�g� �t�h�e� �c�o�u�n�t�e�r�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �$�c�u�r�l�o�c�
�
 �	�i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�a�u�s�p�e�x�
�
 �	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
 �e�n�d�
�
 �
�
 �!�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�
�
-�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�5�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>� �4� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>� �0�:�
�
-�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�5�]� �=� �1� �&�!� �n�e�c�e�s�s�a�r�y� �t�o� �a�v�o�i�d� �l�o�o�p�i�n�g�,� �b�e�c�a�u�s�e� �i�n�t�e�r�a�c�t�i�o�n� �r�e�d�i�r�e�c�t�s� �b�a�c�k� �t�o� �h�e�r�e� �b�e�f�o�r�e� �i�n�c�r�e�m�e�n�t�i�n�g� �t�h�e� �c�o�u�n�t�e�r�
�
+�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�5�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>� �4� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>� �0�:�
�
+�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�5�'�]� �=� �1� �&�!� �n�e�c�e�s�s�a�r�y� �t�o� �a�v�o�i�d� �l�o�o�p�i�n�g�,� �b�e�c�a�u�s�e� �i�n�t�e�r�a�c�t�i�o�n� �r�e�d�i�r�e�c�t�s� �b�a�c�k� �t�o� �h�e�r�e� �b�e�f�o�r�e� �i�n�c�r�e�m�e�n�t�i�n�g� �t�h�e� �c�o�u�n�t�e�r�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �$�c�u�r�l�o�c�
�
 �	�i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�m�a�g�n�a�_�m�a�g�n�i�f�i�k�a�
�
 �	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
 �e�n�d�
�
 �
�
 �!�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�
�
-�i�f� �s�e�n�t�e�n�t�i�a�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�4�]� �=� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�p�a�r�k�s� �>� �4� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>� �1�:�
�
-�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�4�]� �=� �1� �&�!� �n�e�c�e�s�s�a�r�y� �t�o� �a�v�o�i�d� �l�o�o�p�i�n�g�,� �b�e�c�a�u�s�e� �i�n�t�e�r�a�c�t�i�o�n� �r�e�d�i�r�e�c�t�s� �b�a�c�k� �t�o� �h�e�r�e� �b�e�f�o�r�e� �i�n�c�r�e�m�e�n�t�i�n�g� �t�h�e� �c�o�u�n�t�e�r�
�
+�i�f� �s�e�n�t�e�n�t�i�a�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�4�'�]� �=� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�p�a�r�k�s� �>� �4� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>� �1�:�
�
+�	�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�4�'�]� �=� �1� �&�!� �n�e�c�e�s�s�a�r�y� �t�o� �a�v�o�i�d� �l�o�o�p�i�n�g�,� �b�e�c�a�u�s�e� �i�n�t�e�r�a�c�t�i�o�n� �r�e�d�i�r�e�c�t�s� �b�a�c�k� �t�o� �h�e�r�e� �b�e�f�o�r�e� �i�n�c�r�e�m�e�n�t�i�n�g� �t�h�e� �c�o�u�n�t�e�r�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �$�c�u�r�l�o�c�
�
 �	�i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�
�
 �	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
@@ -18272,23 +18903,21 @@
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�$�t�e�x�t� �+�=� �'� �i�n�f�e�c�t�e�d� �w�i�t�h� �a� �F�o�g� �f�i�e�n�d� �l�a�r�v�a� �<�i�>�a�n�d�<�/�i�>� �s�i�c�k� �w�i�t�h� �R�o�t�p�h�i�l�i�s�.� �F�o�r�t�u�n�a�t�e�l�y�,� �i�t� �w�a�s� �d�i�s�c�o�v�e�r�e�d� �i�n� �t�i�m�e�.�'�
�
 �	�	�	�e�n�d�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �9�0�
�
-�	�	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
+�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �m�i�n�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�,� �9�0�)�
�
 �	�	�e�l�s�e�i�f� �g�a�v�e�_�g�u�i�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �>� �0�:�
�
 �	�	�	�i�f� �g�a�v�e�_�g�u�i�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �>� �1�:�
�
 �	�	�	�	�$�t�e�x�t� �+�=� �'� �i�n�f�e�c�t�e�d� �w�i�t�h� �F�o�g� �f�i�e�n�d� �l�a�r�v�a�e�.� �F�o�r�t�u�n�a�t�e�l�y�,� �i�t� �w�a�s� �d�i�s�c�o�v�e�r�e�d� �i�n� �t�i�m�e�.�'�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�$�t�e�x�t� �+�=� �'� �i�n�f�e�c�t�e�d� �w�i�t�h� �a� �F�o�g� �f�i�e�n�d� �l�a�r�v�a�.� �F�o�r�t�u�n�a�t�e�l�y�,� �i�t� �w�a�s� �d�i�s�c�o�v�e�r�e�d� �i�n� �t�i�m�e�.�'�
�
 �	�	�	�e�n�d�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �8�0�
�
-�	�	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
+�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �m�i�n�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�,� �8�0�)�
�
 �	�	�e�l�s�e�i�f� �g�a�v�e�_�g�u�i�l�d�_�i�l�l�_�s�l�a�v�e� �>� �0�:�
�
 �	�	�	�i�f� �g�a�v�e�_�g�u�i�l�d�_�i�l�l�_�s�l�a�v�e� �>� �1�:�
�
 �	�	�	�	�$�t�e�x�t� �+�=� �'� �s�i�c�k� �w�i�t�h� �R�o�t�p�h�i�l�i�s�.� �F�o�r�t�u�n�a�t�e�l�y� �i�t� �w�a�s� �d�i�s�c�o�v�e�r�e�d� �b�e�f�o�r�e� �t�h�e� �s�l�a�v�e�s� �w�e�r�e� �s�o�l�d�.� �I�t� �w�i�l�l� �t�a�k�e� �s�o�m�e� �t�i�m�e� �f�o�r� �y�o�u� �t�o� �<�<�i�i�f�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �0�,� �"�r�e�"�,� �"�"�)�>�>�g�a�i�n� �o�u�r� �t�r�u�s�t� �a�f�t�e�r� �t�h�i�s�.�'�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�$�t�e�x�t� �+�=� �'� �s�i�c�k� �w�i�t�h� �R�o�t�p�h�i�l�i�s�.� �F�o�r�t�u�n�a�t�e�l�y� �i�t� �w�a�s� �d�i�s�c�o�v�e�r�e�d� �b�e�f�o�r�e� �t�h�e� �s�l�a�v�e� �w�a�s� �s�o�l�d�.� �I�t� �w�i�l�l� �t�a�k�e� �s�o�m�e� �t�i�m�e� �f�o�r� �y�o�u� �t�o� �<�<�i�i�f�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �0�,� �"�r�e�"�,� �"�"�)�>�>�g�a�i�n� �o�u�r� �t�r�u�s�t� �a�f�t�e�r� �t�h�i�s�.�'�
�
 �	�	�	�e�n�d�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �1�0�
�
+�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �m�i�n�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�,� �1�0� �*� �g�a�v�e�_�g�u�i�l�d�_�i�l�l�_�s�l�a�v�e�)�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �g�a�v�e�_�g�u�i�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �>� �0� �a�n�d� �p�a�r�a�s�i�t�e�_�s�l�a�v�e�_�w�a�r�n�e�d�_�b�e�f�o�r�e� �=� �1�:�
�
 �	�	�	�$�t�e�x�t� �+�=� �'� �Y�o�u� �h�a�v�e� �b�e�e�n� �d�e�e�m�e�d� �u�n�f�i�t� �f�o�r� �t�h�i�s� �p�r�o�f�e�s�s�i�o�n� �a�n�d� �e�x�p�e�l�l�e�d� �f�r�o�m� �t�h�e� �G�u�i�l�d� �o�f� �T�r�a�i�n�e�r�s�.�'�
�
@@ -18331,7 +18960,7 @@
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�$�t�e�x�t� �+�=� �'� �s�i�c�k� �w�i�t�h� �R�o�t�p�h�i�l�i�s�!� �T�h�e� �c�l�i�e�n�t� �n�o�t�i�c�e�d� �t�h�e� �i�l�l�n�e�s�s� �a�n�d� �h�a�d� �t�h�e� �s�l�a�v�e� �t�r�e�a�t�e�d� �a�t� �t�h�e� �T�e�c�h�n�o�s�p�h�e�r�e�,� �b�u�t� �t�h�i�s� �r�e�f�l�e�c�t�s� �b�a�d�l�y� �o�n� �y�o�u�r� �b�r�a�n�d� �a�n�d� �t�h�e� �G�u�i�l�d� �b�y� �a�s�s�o�c�i�a�t�i�o�n�.� �I�t� �w�i�l�l� �t�a�k�e� �s�o�m�e� �t�i�m�e� �f�o�r� �y�o�u� �t�o� �<�<�i�i�f�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �0�,� �"�r�e�"�,� �"�"�)�>�>�g�a�i�n� �o�u�r� �t�r�u�s�t� �a�f�t�e�r� �t�h�i�s�.�'�
�
 �	�	�	�e�n�d�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �1�0�
�
+�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �-�=� �m�i�n�(�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�,� �1�0� �*� �s�o�l�d�_�i�l�l�_�s�l�a�v�e�)�
�
 �	�	�	�b�r�a�n�d�_�r�a�t�e� �-�=� �1�0�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�o�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �>� �0� �a�n�d� �p�a�r�a�s�i�t�e�_�s�l�a�v�e�_�w�a�r�n�e�d�_�b�e�f�o�r�e� �=� �1�:�
�
@@ -18428,15 +19057,21 @@
 �	�e�n�d�
�
 �	�i�f� �d�e�b�t� �>� �0�:� �$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'� �|� �D�e�b�t�:� �<�<�d�e�b�t�>�>�$� �(�<�<�d�e�b�t�_�c�o�u�n�t�>�>� �d�a�y�s�)�'�
�
 �	�i�f� �c�o�n�t�r�a�c�t�[�'�t�i�m�e�'�]� �>� �0�:� �$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'� �|� �C�o�n�t�r�a�c�t�:� �<�<�c�o�n�t�r�a�c�t�[�"�t�i�m�e�"�]�>�>� �d�a�y�s�'�
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'� �|� �'�
�
+�	�i�f� �m�a�x�(�s�l�a�v�e�_�s�t�a�t�e�,� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e�)� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'� �|� �'�
�
 �	�*�p� �'�<�d�i�v� �c�l�a�s�s�=�"�u�p�p�e�r�_�c�o�n�t�a�i�n�e�r�"�>�<�d�i�v� �i�d� �=� �"�u�p�p�e�r�"�>�<�<�$�s�h�e�d�u�l�e�_�w�a�r�n�>�>�&�n�b�s�p�;�<�<�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r�>�>�<�/�d�i�v�>�'�
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�i�f� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2� �o�r� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �!� �4�:�
�
+�	�i�f� �m�a�x�(�s�l�a�v�e�_�s�t�a�t�e�,� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e�)� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �=� �'�'�
�
+�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �(�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2� �o�r� �s�l�a�v�e�[�'�d�i�e�t�_�p�o�r�t�i�o�n�'�]� �!� �4�)�:�
�
 �	�	�	�*�p� �'�<�d�i�v� �i�d�=�"�u�p�p�e�r�_�c�a�l�c�u�l�a�t�o�r�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�k�a�l�k�u�l�y�a�t�o�r�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�	�	�	�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �=� �'� �<�<�i�i�f�(�s�l�a�v�e�[�"�c�a�l�o�r�i�e�s�"�]� �>� �0�,� �"�+�"�,� �"�"�)�>�>�<�<�s�l�a�v�e�[�"�c�a�l�o�r�i�e�s�"�]�*�1�0�0�>�>� �c�a�l� �|� �'�
�
-�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�u�p�p�e�r�_�c�a�l�o�r�i�e�s�"�>�<�<�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r�>�>�<�/�d�i�v�>�'�
�
+�	�	�	�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'� �<�<�i�i�f�(�s�l�a�v�e�[�"�c�a�l�o�r�i�e�s�"�]� �>� �0�,� �"�+�"�,� �"�"�)�>�>�<�<�s�l�a�v�e�[�"�c�a�l�o�r�i�e�s�"�]�*�1�0�0�>�>� �c�a�l� �|� �'�
�
 �	�	�e�n�d�
�
-�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �0� �=� �1�:�
�
+�	�	�	�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�i�i�f�(�u�i�_�s�t�y�l�e� �=� �2�,� �'�'�u�i�\�g�r�i�m�d�a�r�k�\�b�u�t�t�o�n�s�\�t�e�a�c�h�_�a�.�p�n�g�'�'�,� �'�'�b�u�t�t�o�n�s�\�t�e�a�c�h�_�a�.�p�n�g�'�'�)�>�>�"�>�'�
�
+�	�	�	�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �+�=� �'� �<�<�i�i�f�(�a�s�s�i�s�t�a�n�t�[�"�c�a�l�o�r�i�e�s�"�]� �>� �0�,� �"�+�"�,� �"�"�)�>�>�<�<�a�s�s�i�s�t�a�n�t�[�"�c�a�l�o�r�i�e�s�"�]�*�1�0�0�>�>� �c�a�l� �|� �'�
�
+�	�	�e�n�d�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�u�p�p�e�r�_�c�a�l�o�r�i�e�s�"� �s�t�y�l�e� �=� �"�v�e�r�t�i�c�a�l�-�a�l�i�g�n�:� �t�o�p�;�"�>�<�<�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r�>�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�i�f� �h�e�a�d�e�r�_�c�l�o�t�h�i�n�g� �=� �0�:�
�
 �	�	�	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�"�c�l�o�t�h�"�]�]� �!� �'�-�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�"�c�l�o�t�h�"�]�]� �!� �'�N�a�k�e�d�'�:�
�
 �	�	�	�	�$�u�p�p�e�r�_�i�n�f�o�_�b�a�r� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�b�o�t�t�o�m�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�"�c�l�o�t�h�"�]�]�>�>�"�>� �<�i�m�g� �s�r�c� �=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�c�l�o�t�h�i�n�g� �b�a�r� �s�m�a�l�l�\�<�<�$�s�l�a�v�e�[�"�c�l�o�t�h�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -18620,7 +19255,7 @@
 �
�
 �!�b�u�t�t�o�n� �f�o�r� �f�a�s�t� �t�r�a�v�e�l� �t�o� �c�r�y�o� �f�a�c�i�l�i�t�y� �(�r�e�l�o�c�a�t�e�d� �f�o�r� �r�e�a�d�a�b�i�l�i�t�y�,� �a�n�d� �u�s�e� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p� �i�n�s�t�e�a�d� �o�f� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �i�f� �s�t�a�s�i�s�_�t�a�n�k� �=� �1�:�
�
-�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�r�y�o�b�u�t�t�o�n�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�r�y�o� �S�l�e�e�p�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�s�e�r�p�i�s�_�h�o�u�s�e�'�'� �&� �c�o�p�y�a�r�r� �'�'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�'�,� �'�'�$�s�t�a�s�i�s�_�o�p�t�i�o�n�s�'�'� �&� �s�k�i�p�_�t�o� �=� �2� �&� �g�t� �'�'�s�h�o�p�_�g�e�n�e�r�a�l�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�i�i�f�(�u�i�_�s�t�y�l�e� �=� �2�,� �'�'�u�i�\�g�r�i�m�d�a�r�k�\�b�u�t�t�o�n�s�\�c�r�y�o�b�u�t�t�o�n�.�p�n�g�'�'�,� �'�'�b�u�t�t�o�n�s�\�c�r�y�o�b�u�t�t�o�n�.�p�n�g�'�'�)�>�>�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�r�y�o�b�u�t�t�o�n�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�r�y�o� �S�l�e�e�p�"� �h�r�e�f� �=� �"�E�X�E�C�:� �c�i�t�y�_�d�i�s�t�r�i�c�t� �=� �3� �&� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�s�e�r�p�i�s�_�h�o�u�s�e�'�'� �&� �c�o�p�y�a�r�r� �'�'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�'�,� �'�'�$�s�t�a�s�i�s�_�o�p�t�i�o�n�s�'�'� �&� �s�k�i�p�_�t�o� �=� �2� �&� �g�t� �'�'�s�h�o�p�_�g�e�n�e�r�a�l�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�i�i�f�(�u�i�_�s�t�y�l�e� �=� �2�,� �'�'�u�i�\�g�r�i�m�d�a�r�k�\�b�u�t�t�o�n�s�\�c�r�y�o�b�u�t�t�o�n�.�p�n�g�'�'�,� �'�'�b�u�t�t�o�n�s�\�c�r�y�o�b�u�t�t�o�n�.�p�n�g�'�'�)�>�>�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �
�
 �!�s�h�o�w�i�n�g� �s�p�e�l�l� �s�t�a�t�e�
�
@@ -18659,8 +19294,15 @@
 �e�n�d�
�
 �	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�h�o�u�s�e�_�m�e�s�s�'�,� �h�o�u�s�e�_�m�e�s�s�,� �-�1�)�
�
 �	�*�n�l� �'�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�h�o�u�s�e�_�m�e�s�s�_�c�h�a�r�t�"�>�<�<�$�h�o�u�s�e�_�m�e�s�s�[�h�o�u�s�e�_�m�e�s�s�]�>�>�<�/�a�>�'�
�
-�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�c�o�o�k�e�d�_�f�o�o�d�'�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�,� �1�)�
�
-�	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�<�<�$�c�o�o�k�e�d�_�f�o�o�d�[�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�]�>�>�<�/�d�i�v�>�'�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �>�=� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �m�a�s�t�e�r�_�s�t�r�:�
�
+�	�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �'�E�a�t�i�n�g� �a�g�a�i�n� �t�o�n�i�g�h�t� �i�s� �n�o�t� �n�e�c�e�s�s�a�r�y� �t�o� �m�a�i�n�t�a�i�n� �y�o�u�r� �s�t�r�e�n�g�t�h�'�
�
+�	�	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�<�<�d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �m�a�x�(�a�t�e�_�a�l�r�e�a�d�y�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�)�,� �"�N�o�t� �H�u�n�g�r�y�"�)�>�>�<�/�d�i�v�>�'�
�
+�	�	�!� �i�f� �t�h�e� �m�a�s�t�e�r� �a�t�e� �w�e�l�l� �e�n�o�u�g�h� �d�u�r�i�n�g� �t�h�e� �d�a�y�,� �f�o�o�d� �o�n�l�y� �p�r�o�v�i�d�e�s� �a�n� �a�d�d�i�t�i�o�n�a�l� �h�e�a�l�t�h� �b�e�n�e�f�i�t� �-� �l�o�w� �q�u�a�l�i�t�y� �f�o�o�d� �w�i�l�l� �b�e� �i�g�n�o�r�e�d�
�
+�	�	�!� �e�a�t�i�n�g� �h�i�g�h� �q�u�a�l�i�t�y� �f�o�o�d� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �h�e�a�l�t�h� �u�p� �t�o� �o�n�e� �l�e�v�e�l� �b�e�l�o�w� �t�h�e� �f�o�o�d� �q�u�a�l�i�t�y� �g�r�a�d�e� �(�m�a�x� �o�f� �A�+� �h�e�a�l�t�h� �w�i�t�h� �S�+� �f�o�o�d�)�
�
+�	�e�l�s�e�
�
+�	�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�c�o�o�k�e�d�_�f�o�o�d�'�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�,� �1�)�
�
+�	�	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�<�<�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�]�>�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
 �	�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�:�
�
 �	�	�*�n�l� �'�<�<�$�t�e�n�t�a�c�l�e�_�s�t�a�t�e�[�t�e�n�t�a�c�l�e�_�s�t�a�t�e�]�>�>�'�
�
 �	�e�l�s�e�
�
@@ -18845,16 +19487,16 @@
 �*�p� �'�<�d�i�v� �i�d� �=� �"�s�e�t�t�i�n�g�s�_�2�r�"�>�<�<�$�s�e�t�t�i�n�g�_�d�i�s�p�l�a�y�_�r�>�>�<�/�d�i�v�>�'�
�
 �
�
 �
�
-�!�b�u�t�t�o�n�s�/�i�c�o�n�s� �d�i�s�a�b�l�e�d� �i�n� �o�p�t�i�o�n� �m�e�n�u�
�
-�i�f� �m�e�n�u�_�f�o�r�m� �<� �2�0�0�0�:�
�
+�!�b�u�t�t�o�n�s�/�i�c�o�n�s� �d�i�s�a�b�l�e�d� �i�n� �o�p�t�i�o�n� �m�e�n�u� �a�n�d� �c�h�e�a�t� �m�e�n�u�s�
�
+�i�f� �m�e�n�u�_�f�o�r�m� �<� �2�0�0�0� �o�r� �m�e�n�u�_�f�o�r�m� �>� �2�1�1�0�:�
�
 �	�i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0�:�
�
 �	�	�i�f� �r�i�d�e�_�c�o�u�n�t� �=� �0�:�
�
-�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�R�a�c�e�s� �a�r�e� �h�e�l�d� �t�o�d�a�y�!�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�w�h�i�t�e�_�h�o�u�s�e�'�'� �&� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�2� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�w�a�t�c�h� �t�h�e� �r�a�c�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�R�a�c�e�s� �a�r�e� �h�e�l�d� �t�o�d�a�y�!�"� �h�r�e�f� �=� �"�E�X�E�C�:� �c�i�t�y�_�d�i�s�t�r�i�c�t� �=� �1� �&� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�w�h�i�t�e�_�h�o�u�s�e�'�'� �&� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�2� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�w�a�t�c�h� �t�h�e� �r�a�c�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�
�
 �	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�T�h�e� �r�a�c�e� �w�i�l�l� �b�e�g�i�n� �i�n� �<�<�r�i�d�e�_�c�o�u�n�t�>�>� �d�a�y�s�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�w�a�t�c�h� �t�h�e� �r�a�c�e�_�g�r�a�y�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �g�l�a�d�i�_�c�o�u�n�t� �=� �0�:�
�
-�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�g�l�a�d�i�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�F�i�g�h�t�s� �a�r�e� �h�e�l�d� �t�o�d�a�y�!�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�w�h�i�t�e�_�h�o�u�s�e�'�'� �&� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�2� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�w�a�t�c�h� �t�h�e� �b�a�t�t�l�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�g�l�a�d�i�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�F�i�g�h�t�s� �a�r�e� �h�e�l�d� �t�o�d�a�y�!�"� �h�r�e�f� �=� �"�E�X�E�C�:� �c�i�t�y�_�d�i�s�t�r�i�c�t� �=� �1� �&� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�w�h�i�t�e�_�h�o�u�s�e�'�'� �&� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�2� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�w�a�t�c�h� �t�h�e� �b�a�t�t�l�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�l�s�e�
�
 �	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�g�l�a�d�i�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�F�i�g�h�t�s� �i�n� �t�h�e� �C�o�l�o�s�s�e�u�m� �w�i�l�l� �s�t�a�r�t� �i�n� �<�<�g�l�a�d�i�_�c�o�u�n�t�>�>� �d�a�y�s�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�w�a�t�c�h� �t�h�e� �b�a�t�t�l�e�_�g�r�a�y�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
@@ -18864,7 +19506,7 @@
 �	�	�	�i�f� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �=� �0�:�
�
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�a�u�c�t�i�o�n�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�O�n�l�y� �b�r�a�n�d�e�d� �s�l�a�v�e�s� �c�a�n� �b�e� �s�o�l�d� �a�t� �t�h�e� �G�u�i�l�d� �a�u�c�t�i�o�n�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�a�u�c�t�i�o�n�_�g�r�a�y�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�	�e�l�s�e�
�
-�	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�a�u�c�t�i�o�n�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�S�e�l�l� �y�o�u�r� �s�l�a�v�e� �a�t� �t�h�e� �G�u�i�l�d� �a�u�c�t�i�o�n� �o�f� �b�r�a�n�d�e�d� �s�l�a�v�e�s�"� �h�r�e�f� �=� � �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�w�h�i�t�e�_�h�o�u�s�e�'�'� �&� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �9�3� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�a�u�c�t�i�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�a�u�c�t�i�o�n�_�c�o�u�n�t�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�S�e�l�l� �y�o�u�r� �s�l�a�v�e� �a�t� �t�h�e� �G�u�i�l�d� �a�u�c�t�i�o�n� �o�f� �b�r�a�n�d�e�d� �s�l�a�v�e�s�"� �h�r�e�f� �=� � �"�E�X�E�C�:� �c�i�t�y�_�d�i�s�t�r�i�c�t� �=� �1� �&� �d�y�n�a�m�i�c� �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�'�w�h�i�t�e�_�h�o�u�s�e�'�'� �&� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �9�3� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�a�u�c�t�i�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
@@ -18884,16 +19526,16 @@
 �	�	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �
�
 �	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�c�e�l�l�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �c�e�l�l�_�s�t�a�t�e� �=� �1� �&� �g�t� �'�'�m�a�i�n�_�s�c�r�e�e�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�u�i� �o�v�e�r�h�a�u�l�/�d�u�n�g�e�o�n�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
-�	�	�
�
+�
�
 �	�	�i�f� �b�a�r�n� �>� �0�:� �
�
 �	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�b�a�r�n�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �c�e�l�l�_�s�t�a�t�e� �=� �2� �&� �g�t� �'�'�m�a�i�n�_�s�c�r�e�e�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�u�i� �o�v�e�r�h�a�u�l�/�b�a�r�n�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�i�f� �s�t�a�s�i�s�_�t�a�n�k� �>� �0�:� �
�
-�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�c�r�y�o�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �c�e�l�l�_�s�t�a�t�e� �=� �3� �&� �g�t� �'�'�m�a�i�n�_�s�c�r�e�e�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�u�i� �o�v�e�r�h�a�u�l�/�c�e�l�l� �r�e�n�t�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�i�f� �s�t�a�s�i�s�_�t�a�n�k� �>� �0�:�
�
+�	�	�	�!� �d�o�u�b�l�e� �c�l�i�c�k�i�n�g� �u�n�-�s�e�l�e�c�t�s� �a�n�y� �c�r�y�o� �c�e�l�l�,� �m�a�k�i�n�g� �t�h�e� �a�v�a�t�a�r� �d�i�s�a�p�p�e�a�r� �b�u�t� �k�e�e�p�i�n�g� �t�h�e� �b�u�t�t�o�n�s� �v�i�s�i�b�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�c�r�y�o�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d� �=� �i�i�f�(�c�e�l�l�_�s�t�a�t�e� �=� �3�,� �0�,� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�)� �&� �c�e�l�l�_�s�t�a�t�e� �=� �3� �&� �g�t� �'�'�m�a�i�n�_�s�c�r�e�e�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�u�i� �o�v�e�r�h�a�u�l�/�c�e�l�l� �r�e�n�t�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
 �
�
-�
�
 �	�	�i�f� �c�e�l�l�_�s�t�a�t�e� �=� �1�:�
�
 �	�	�	�!�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�:� �s�h�o�w� �c�l�e�a�r� �a�v�a�t�a�r� �i�m�a�g�e� �f�o�r� �a�w�a�k�e� �p�r�i�s�o�n�e�r�,� �r�e�g�u�l�a�r� �a�v�a�t�a�r� �f�o�r� �f�a�i�n�t�e�d� �p�r�i�s�o�n�e�r� �(�w�a�s� �u�s�e�d� �f�o�r� �a�l�l� �e�x�c�e�p�t� �n�o�_�s�l�a�v�e�)�,� �g�r�a�y� �a�v�a�t�a�r� �f�o�r� �d�e�a�d� �p�r�i�s�o�n�e�r�
�
 �	�	�	�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
@@ -18906,6 +19548,17 @@
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�a�g�e�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�p�r�i�s�o�n�e�r�[�"�a�v�a�_�g�r�a�y�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�	�e�n�d�
�
 �	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�a�g�e�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�h�u�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�P�r�i�s�o�n� �C�e�l�l� �i�n� �D�u�n�g�e�o�n�"� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�p�r�i�s�o�n�_�c�e�l�l�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�c�a�g�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�
�
+�	�	�	�!�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�:� �s�h�o�w� �f�a�s�t� �s�w�a�p� �b�u�t�t�o�n� �w�h�e�n� �p�r�i�s�o�n� �i�s� �s�e�l�e�c�t�e�d�
�
+�	�	�	�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�c�e�l�l�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�R�e�l�e�a�s�e� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �$�p�r�i�s�o�n�e�r�_�i�n�f�o�_�t�e�x�t� �=� �'�'�'�'� �&� �g�t� �'�'�s�l�a�v�e�_�t�o�_�c�a�g�e�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�r�e�l�e�a�s�e�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�c�e�l�l�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�E�x�c�h�a�n�g�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �<�<�$�p�r�i�s�o�n�e�r�_�n�a�m�e�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �$�p�r�i�s�o�n�e�r�_�i�n�f�o�_�t�e�x�t� �=� �'�'�'�'� �&� �g�t� �'�'�s�l�a�v�e�_�t�o�_�c�a�g�e�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�c�e�l�l�_�e�x�c�h�a�n�g�e�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�h�o�w�_�c�e�l�l�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�I�m�p�r�i�s�o�n� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �$�p�r�i�s�o�n�e�r�_�i�n�f�o�_�t�e�x�t� �=� �'�'�'�'� �&� �g�t� �'�'�s�l�a�v�e�_�t�o�_�c�a�g�e�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�i�m�p�r�i�s�o�n�.�p�n�g�"� �w�i�d�t�h�=�"�4�6�"� �h�e�i�g�h�t�=�"�5�1�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�i�f� �c�e�l�l�_�s�t�a�t�e� �=� �2�:�
�
@@ -18916,19 +19569,31 @@
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�r�n�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�c�o�w�[�"�a�v�a�_�c�l�e�a�r�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d�=�"�f�a�s�t�_�c�o�w�_�c�h�e�c�k�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�h�e�c�k� �m�i�l�k� �q�u�a�n�t�i�t�y�"� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�#�v�a�r�_�b�a�s�e�'�'� �&� �m�s�g� �$�c�o�w�_�m�i�l�k�_�q�u�a�n�t�i�t�y�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�m�i�l�k�_�d�r�o�p�_�m�e�d�i�u�m�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�	�	�i�f� �c�o�w�[�'�m�i�l�k�_�s�u�m�m�'�]� �>�=� �1�0�:�
�
-�	�	�	�	�	�*�p� �'�<�d�i�v� �i�d�=�"�f�a�s�t�_�c�o�w�_�m�i�l�k�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�M�i�l�k� �y�o�u�r� �c�o�w�"� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �5�9�3� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�f�a�s�t�_�m�i�l�k�i�n�g�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�	�	�	�	�*�p� �'�<�d�i�v� �i�d�=�"�f�a�s�t�_�c�o�w�_�m�i�l�k�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�H�a�v�e� �<�<�$�f�a�r�m�h�a�n�d�_�n�a�m�e�>�>� �m�i�l�k� �y�o�u�r� �c�o�w�"� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�f�a�r�m�h�a�n�d�_�m�i�l�k�i�n�g� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�f�a�s�t�_�m�i�l�k�i�n�g�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�	�*�p� �'�<�d�i�v� �i�d�=�"�f�a�s�t�_�c�o�w�_�m�i�l�k�i�n�g�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�d�o�w�n�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�M�i�l�k� �y�o�u�r� �c�o�w�"� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�C�_�m�i�l�k�i�n�g� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�f�a�s�t�_�m�i�l�k�i�n�g�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�	�	�e�n�d�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�l�s�e�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�r�n�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�c�o�w�[�"�a�v�a�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�	�e�l�s�e�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�d�e�a�d�'�]�:�
�
 �	�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�r�n�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�c�o�w�[�"�a�v�a�_�g�r�a�y�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�	�e�n�d�
�
-�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�r�n�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�h�u�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�S�t�a�b�l�e� �i�n� �b�a�r�n�"� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�b�a�r�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�a�r�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�r�n�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�h�u�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�S�t�a�l�l� �i�n� �b�a�r�n�"� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�b�a�r�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�a�r�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�i�f� �c�e�l�l�_�s�t�a�t�e� �=� �3�:�
�
 �	�	�	�!�C�r�y�o� �S�t�o�r�a�g�e� �-� �n�e�w� �b�u�t�t�o�n�s� �o�n� �m�a�i�n� �m�e�n�u� �f�e�a�t�u�r�e� �-� �c�r�u�s�h�b�o�s�s� �(�c�o�n�v�e�r�t�e�d� �t�o� �#�d�y�n�a�m�i�c� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�	�	�	�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�'�,� �'�$�i�c�e�d�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�
�
+�	�	�	�d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�,� �'�i�c�e�d�_�1�'�
�
+�	�	�	�d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�,� �'�i�c�e�d�_�2�'�
�
+�	�	�	�d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�,� �'�i�c�e�d�_�3�'�
�
+�	�	�	�i�f� �c�e�l�l�s�_�u�n�l�o�c�k�e�d� �=� �1�:�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�,� �'�i�c�e�d�_�4�'�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�,� �'�i�c�e�d�_�5�'�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�,� �'�i�c�e�d�_�6�'�
�
+�	�	�	�e�n�d�
�
+�	�	�	�!�d�y�n�a�m�i�c� �$�d�o�_�f�o�r�_�e�a�c�h�_�s�l�a�v�e�_�i�n�_�l�i�s�t�,� �'�$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�'�,� �'�$�i�c�e�d�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'� �&�!� �d�i�s�a�b�l�e�d� �a�n�d� �r�e�p�l�a�c�e�d� �w�i�t�h� �c�o�d�e� �a�b�o�v�e� �b�e�c�a�u�s�e� �t�h�i�s� �o�n�l�y� �s�h�o�w�s� �b�u�t�t�o�n�s� �f�o�r� �c�e�l�l�s� �t�h�a�t� �a�r�e� �i�n� �u�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!�C�r�y�o� �S�t�o�r�a�g�e� �-� �s�e�l�e�c�t�e�d� �c�e�l�l� �-� �c�r�u�s�h�b�o�s�s� �(�c�o�n�v�e�r�t�e�d� �t�o� �#�d�y�n�a�m�i�c� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �	�	�	�i�f� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d� �!� �0�:� �d�y�n�a�m�i�c� �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�s�e�l�e�c�t�e�d�_�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�
�
 �	�	�e�n�d�
�
@@ -18970,30 +19635,21 @@
 �	�g�s� �'�b�i�l�l�i�n�g�'�
�
 �	�m�s�g� �'�<�<�$�b�i�l�l�_�m�e�s�s�a�g�e�>�>�'�
�
 �	�b�a�r�n�_�r�e�p�o�r�t�_�a�v�a�i�l�a�b�l�e� �=� �0�
�
-�	�i�f� �b�a�r�n�_�r�e�p�o�r�t�_�f�o�o�d�_�c�o�s�t� �>� �0�:�
�
+�	�i�f� �b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t� �!� �0�:�
�
 �	�	�m�s�g� �'�<�<�$�b�a�r�n�_�a�c�c�o�u�n�t�s�>�>�'�
�
 �	�	�b�a�r�n�_�r�e�p�o�r�t�_�a�v�a�i�l�a�b�l�e� �=� �1�
�
 �	�e�n�d�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �1� �a�n�d� �d�e�c�a�d�e�_�e�g�g�s� �+� � �d�e�c�a�d�e�_�m�i�l�k� �+� �d�e�c�a�d�e�_�s�e�m�e�n� �+� �d�e�c�a�d�e�_�c�r�e�a�m� �>� �0�:� �m�s�g� �$�p�r�o�d�u�c�e�_�m�s�g�
�
-�
�
-�	�d�e�c�a�d�e�_�e�g�g�s� �=� �0�
�
-�	�d�e�c�a�d�e�_�m�i�l�k� �=� �0�
�
-�	�d�e�c�a�d�e�_�c�r�e�a�m� �=� �0�
�
-�	�d�e�c�a�d�e�_�s�e�m�e�n� �=� �0�
�
-�	�d�e�c�a�d�e�_�c�o�n�s�u�m�e� �=� �0�
�
-�	�d�e�c�a�d�e�_�m�i�n�c�e� �=� �0�
�
-�	�d�e�c�a�d�e�_�m�e�a�t� �=� �0�
�
-�	�d�e�c�a�d�e�_�v�i�r�g�i�n� �=� �0�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �1� �a�n�d� �$�p�r�o�d�u�c�e�_�m�s�g� �!� �'�'�:� �m�s�g� �$�p�r�o�d�u�c�e�_�m�s�g�
�
 �
�
 �	�d�e�c�a�d�e�c�o�u�n�t� �=� �0�
�
 �	�d�e�c�a�d�e� �+�=� �1�
�
 �	�d�e�c�a�d�e�s�a�v�e� �=� �1�
�
 �
�
+�	�s�p�a�r�k�s� �+�=� �b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t�
�
 �	�i�f� �f�i�n�a�l�_�p�a�y�m�e�n�t� �>� �s�p�a�r�k�s� �a�n�d� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �!� �1�:�
�
 �	�	�d�y�n�a�m�i�c� �$�d�e�a�t�h�,� �'�Y�o�u� �a�r�e� �n�o�t� �a�b�l�e� �t�o� �p�a�y� �t�h�e� �b�i�l�l�s� �a�n�d� �h�a�v�e� �b�e�e�n� �e�x�p�e�l�l�e�d� �f�r�o�m� �t�h�e� �G�u�i�l�d� �o�f� �T�r�a�i�n�e�r�s� �f�o�r� �i�n�a�b�i�l�i�t�y� �t�o� �s�o�l�v�e� �y�o�u�r� �f�i�n�a�n�c�i�a�l� �p�r�o�b�l�e�m�s�.�'�
�
 �	�e�l�s�e�
�
 �	�	�s�p�a�r�k�s� �-�=� �f�i�n�a�l�_�p�a�y�m�e�n�t�
�
-�	�	�s�p�a�r�k�s� �+�=� �b�a�r�n�_�t�o�t�a�l�_�p�r�o�f�i�t�
�
 �	�e�n�d�
�
 �
�
 �	�!�R�e�f�r�e�s�h� �a�l�l� �d�a�t�a�b�a�s�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
@@ -19054,8 +19710,8 @@
 �h�u�n�t�i�n�g�_�p�r�i�z�e� �=� �0�
�
 �
�
 �!�S�t�r�e�c� �-� �j�o�n�_�U�I�a�d�d�s� �a�d�d�i�t�i�o�n� �(�b�e�g�i�n�)�
�
-�!�A�d�d�e�d� �l�o�g�i�c� �t�o� �f�i�x� �t�h�e� �T�r�a�v�e�l� �b�u�t�t�o�n�s� �f�r�o�m� �d�i�s�p�l�a�y�i�n�g� �i�n� �t�h�e� �G�a�m�e� �O�p�t�i�o�n�s� �a�n�d� �o�t�h�e�r� �l�o�c�a�t�i�o�n�s� �-� �c�r�u�s�h�b�o�s�s� �(�c�h�a�n�g�e�d� �t�o� �m�e�n�u�_�f�o�r�m� �<� �2�0�0�0� �t�o� �e�x�c�l�u�d�e� �s�e�t�t�i�n�g�s� �m�e�n�u�s� �i�n�s�t�e�a�d� �o�f� �a� �l�o�n�g� �l�i�s�t� �o�f� �n�o�t�-�c�h�e�c�k�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
-�i�f� �m�e�n�u�_�f�o�r�m� �<� �2�0�0�0� �a�n�d� �s�e�x�_�n�u�m� �!� �1�0�0� �a�n�d� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0�:�
�
+�!�A�d�d�e�d� �l�o�g�i�c� �t�o� �f�i�x� �t�h�e� �T�r�a�v�e�l� �b�u�t�t�o�n�s� �f�r�o�m� �d�i�s�p�l�a�y�i�n�g� �i�n� �t�h�e� �G�a�m�e� �O�p�t�i�o�n�s� �a�n�d� �o�t�h�e�r� �l�o�c�a�t�i�o�n�s� �-� �c�r�u�s�h�b�o�s�s� �(�c�h�a�n�g�e�d� �t�o� �m�e�n�u�_�f�o�r�m� �<� �2�0�0�0� �o�r� �m�e�n�u�_�f�o�r�m� �>� �2�1�1�0� �t�o� �e�x�c�l�u�d�e� �s�e�t�t�i�n�g�s� �a�n�d� �c�h�e�a�t� �m�e�n�u�s� �i�n�s�t�e�a�d� �o�f� �a� �l�o�n�g� �l�i�s�t� �o�f� �n�o�t�-�c�h�e�c�k�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�i�f� �(�m�e�n�u�_�f�o�r�m� �<� �2�0�0�0� �o�r� �m�e�n�u�_�f�o�r�m� �>� �2�1�1�0�)� �a�n�d� �s�e�x�_�n�u�m� �!� �1�0�0� �a�n�d� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0�:�
�
 �	�$�q�u�i�c�k�_�m�o�v�e�_�a�c�t�i�o�n� �=� �"�s�h�o�w�"�
�
 �e�l�s�e�
�
 �	�$�q�u�i�c�k�_�m�o�v�e�_�a�c�t�i�o�n� �=� �"�n�o�n�e�"�
�
@@ -19101,17 +19757,17 @@
 �
�
 �i�f� �k�i�t�c�h�e�n� �>� �0�:� �
�
 �	�$�l�e�f�t�_�t�e�x�t�_�l�i�s�t� �+�=� �'�<�u�>�C�R�Y�O�S�T�O�R�E�<�/�u�>� �[�<�<�f�r�i�d�g�e�_�i�t�e�m�s�>�>�/�<�<�e�s�t�a�t�e�_�s�i�z�e�[�$�e�s�t�a�t�e�]�>�>�]�:�<�b�r�>�'� �+� �_�
�
-�	�'�V�e�g�e�t�a�b�l�e�s� �E<�<�f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�F�l�o�u�r� �a�n�d� �G�r�a�i�n�s� �E<�<�f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �E<�<�f�r�i�d�g�e�[�"�s�p�i�c�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�C�h�e�e�s�e� �a�n�d� �B�u�t�t�e�r� �E<�<�f�r�i�d�g�e�[�"�c�h�e�e�s�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�V�e�g�e�t�a�b�l�e�s� �E<�<�f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�A�l�c�o�h�o�l� �E<�<�f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�E�g�g�s� �E<�<�f�r�i�d�g�e�[�"�e�g�g�s�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�M�i�l�k� �E<�<�f�r�i�d�g�e�[�"�m�i�l�k�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�C�r�e�a�m� �E<�<�f�r�i�d�g�e�[�"�c�r�e�a�m�"�]�>�>�<�b�r�>�'� �+� �_�
�
-�	�'�C�h�o�p�p�e�d� �M�e�a�t� �E<�<�f�r�i�d�g�e�[�"�m�i�n�c�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
-�	�'�T�e�n�d�e�r�l�o�i�n� �E<�<�f�r�i�d�g�e�[�"�m�e�a�t�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�V�i�r�g�i�n� �M�e�a�t� �E<�<�f�r�i�d�g�e�[�"�v�i�r�g�i�n�_�m�e�a�t�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�T�e�n�d�e�r�l�o�i�n� �E<�<�f�r�i�d�g�e�[�"�m�e�a�t�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�C�h�o�p�p�e�d� �M�e�a�t� �E<�<�f�r�i�d�g�e�[�"�m�i�n�c�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�S�p�a�w�n� s� �S�e�m�e�n� �x�<�<�s�p�a�w�n�_�s�e�m�e�n�>�>�<�b�r�>�'�
�
 �e�n�d�
�
 �i�f� �l�a�b� �>� �0�:�
�
@@ -19160,6 +19816,11 @@
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�l�e�f�t�_�t�e�x�t�"�>�<�<�$�l�e�f�t�_�t�e�x�t�_�l�i�s�t�>�>�<�/�d�i�v�>�'�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�i�d�d�l�e�_�t�e�x�t�"�>�<�<�$�m�i�d�d�l�e�_�t�e�x�t�_�l�i�s�t�>�>�<�/�d�i�v�>�'�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�g�h�t�_�t�e�x�t�"�>�<�<�$�r�i�g�h�t�_�t�e�x�t�_�l�i�s�t�>�>�<�/�d�i�v�>�'�
�
+�
�
+�	�i�f� �b�a�r�n� �<� �1� �a�n�d� �m�i�l�k�_�c�a�n� �=� �1�:�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�i�l�k�c�a�n�_�m�a�s�t�e�r�s�t�a�t�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�m�i�l�k�_�c�a�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�i�l�k�c�a�n�_�m�a�s�t�e�r�s�t�a�t�"�>�<�b�r�>�<�b�r�>�<�c�e�n�t�e�r�>�<�<�m�i�l�k�_�s�t�o�c�k�>�>�<�/�c�e�n�t�e�r�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
 �*�p� �'�<�d�i�v� �i�d�=�"�l�e�f�t�_�c�o�l�u�m�n�_�m�a�s�t�e�r�"�>�'�
�
@@ -19262,7 +19923,7 @@
 �!�O�B�J�E�C�T�I�V�E�S� �T�A�B�
�
 �i�f� �m�a�s�t�e�r�_�s�t�a�t�_�s�c�r�e�e�n� �=� �1�:�
�
 �	�g�s� �'�#�q�u�e�s�t�_�b�a�s�e�'� �&�!� �u�p�d�a�t�e� �d�y�n�a�m�i�c� �q�u�e�s�t� �s�t�a�t�u�s� �a�n�d� �t�e�x�t�
�
-�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�f�i�n�d�c�u�s�t�o�m�e�r�s�]�:� �g�s� �'�$�a�p�p�r�o�p�r�i�a�t�e�_�b�u�y�e�r�s�_�l�i�s�t�'�
�
+�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�f�i�n�d�c�u�s�t�o�m�e�r�s�)�]�:� �g�s� �'�$�a�p�p�r�o�p�r�i�a�t�e�_�b�u�y�e�r�s�_�l�i�s�t�'�
�
 �	�g�s� �'�$�q�u�e�s�t�_�l�i�s�t�'� �&�!� �u�p�d�a�t�e� �q�u�e�s�t� �l�i�s�t� �f�o�r� �o�b�j�e�c�t�i�v�e�s� �t�a�b�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�a�r�k�_�o�n�e�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�a�s�t�e�r�_�s�t�a�t�_�s�c�r�e�e�n� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�a�r�k�_�t�w�o�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -19323,11 +19984,6 @@
 �
�
 �*�p� �'�<�d�i�v� �i�d�=�"�i�n�f�o�"�>�<�<�$�i�n�f�o�_�t�e�x�t�>�>�<�/�d�i�v�>�'�
�
 �
�
-�i�f� �b�a�r�n� �<� �1� �a�n�d� �m�i�l�k�_�c�a�n� �=� �1�:�
�
-�	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�i�l�k�c�a�n�_�m�a�s�t�e�r�s�t�a�t�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�m�i�l�k�_�c�a�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�i�l�k�c�a�n�_�m�a�s�t�e�r�s�t�a�t�"�>�<�b�r�>�<�b�r�>�<�c�e�n�t�e�r�>�<�<�m�i�l�k�_�s�t�o�c�k�>�>�<�/�c�e�n�t�e�r�>�<�/�d�i�v�>�'�
�
-�e�n�d�
�
-�
�
 �!�D�e�b�u�g� �-� �T�e�s�t�i�n�g� �V�a�r�i�a�b�l�e�s� �-� �c�r�u�s�h�b�o�s�s�
�
 �!�m�s�g� �'�<�<�<>48D8:0B>@_�:>;NI89>�>�<�b�r�>�'�
�
 �!�m�s�g� �'�<�<�m�a�s�t�e�r�_�f�i�g�h�t�e�r�_�r�a�t�e�>�>�'�
�
@@ -19871,7 +20527,11 @@
 �	�	�i�f� �s�l�a�v�e�[�"�s�u�b�_�t�h�r�e�e�s�o�m�e�"�]� �>� �5�:�
�
 �	�	�	�$�m�i�d�d�l�e�_�t�e�x�t�_�4� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�m�a�x�_�s�k�i�l�l� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�f�o�n�t� �c�o�l�o�r�=�"�#�4�2�4�2�4�2�"�>�T�h�r�e�e�s�o�m�e�<�/�f�o�n�t�>�<�/�a�>�&�n�b�s�p�;�&�n�b�s�p�;�&�n�b�s�p�;�&�n�b�s�p�;�<�b�r�>�'�
�
 �	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�	�	�$�m�i�d�d�l�e�_�t�e�x�t�_�4� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�3�8�2� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�s�l�a�v�e�[�'�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�'�]�]�>�>�<�/�a�>�<�<�i�i�f�(�d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �=� �3�,� �"�(�"� �+� �d�e�b�u�g�_�r�e�p�u�l�s�e�[�1�3�8�2�]� �+� �"�,�"� �+� �d�e�b�u�g�_�s�e�x�_�a�c�c�e�p�t�a�n�c�e�[�5�4�2�2�]� �+� �"�)�"�,� �"�"�)�>�>�<�b�r�>�'�
�
+�	�	�	�i�f� �s�p�a�r�k�s� �>� �0�:�
�
+�	�	�	�	�$�m�i�d�d�l�e�_�t�e�x�t�_�4� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�3�8�2� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�s�l�a�v�e�[�'�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�'�]�]�>�>�<�/�a�>�<�<�i�i�f�(�d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �=� �3�,� �"�(�"� �+� �d�e�b�u�g�_�r�e�p�u�l�s�e�[�1�3�8�2�]� �+� �"�,�"� �+� �d�e�b�u�g�_�s�e�x�_�a�c�c�e�p�t�a�n�c�e�[�5�4�2�2�]� �+� �"�)�"�,� �"�"�)�>�>�<�b�r�>�'�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�$�m�i�d�d�l�e�_�t�e�x�t�_�4� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �'�'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�o� �h�i�r�e� �a� �w�h�o�r�e�.�'�'�"�>�<�f�o�n�t� �c�o�l�o�r�=�"�#�4�2�4�2�4�2�"�>�T�h�r�e�e�s�o�m�e�<�/�f�o�n�t�>�<�/�a�>�&�n�b�s�p�;�&�n�b�s�p�;�&�n�b�s�p�;�&�n�b�s�p�;�<�b�r�>�'�
�
+�	�	�	�e�n�d�
�
 �	�	�e�l�s�e�
�
 �	�	�	�$�m�i�d�d�l�e�_�t�e�x�t�_�4� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�3�8�0� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�<�$�s�l�a�v�e�_�s�u�b�_�t�h�r�e�e�s�o�m�e�[�s�l�a�v�e�[�'�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�'�]�]�>�>�<�/�a�>�<�<�i�i�f�(�d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �=� �3�,� �"�(�"� �+� �d�e�b�u�g�_�r�e�p�u�l�s�e�[�1�3�8�0�]� �+� �"�,�"� �+� �d�e�b�u�g�_�s�e�x�_�a�c�c�e�p�t�a�n�c�e�[�1�3�8�0�]� �+� �"�)�"�,� �"�"�)�>�>�<�b�r�>�'�
�
 �	�	�e�n�d�
�
@@ -20603,10 +21263,6 @@
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�i�n�f�o�_�t�e�x�t� �=� �'�<�<�$�p�s�y�_�s�t�a�t�u�s�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �e�v�a�l�u�a�t�e� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s� �w�i�t�h� �s�u�b�s�t�i�t�u�t�i�o�n�
�
 �e�n�d�
�
 �
�
-�!�r�e�s�e�t� �e�q�u�i�p�m�e�n�t� �s�e�l�e�c�t�i�o�n� �w�h�e�n� �s�w�i�t�c�h�i�n�g� �t�a�b�s�
�
-�i�f� �s�l�o�t� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�'�
�
-�s�l�o�t� �=� �0�
�
-�
�
 �!�F�i�x� �b�l�a�n�k� �s�c�r�e�e�n� �b�u�g� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�i�f� �$�s�l�a�v�e�[�"�w�p�n�"�]� �=� �'�'�:� �$�s�l�a�v�e�[�"�w�p�n�"�]� �=� �'�157>@C6=K9'�
�
@@ -20685,8 +21341,8 @@
 �e�l�s�e�
�
 �	�*�n�l� �'�O�w�n�e�d� �f�o�r�:� �&�n�b�s�p�;�<�<�s�l�a�v�e�[�"�a�g�e�_�c�o�u�n�t�"�]�/�1�0�>�>� �d�e�c�a�d�e�s�'�
�
 �e�n�d�
�
-�*�n�l� �'�R�a�n�k�:� �&�n�b�s�p�;�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�r�a�t�i�n�g�_�h�e�l�p�"�>�<�<�$�r�a�t�i�n�g�[�r�a�t�i�n�g�]�>�>�<�/�a�>�'�
�
-�*�n�l� �'�<�u�>�A�T�T�R�I�B�U�T�E�S�<�/�u�>�&�n�b�s�p�;�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�r�a�n�k�_�h�e�l�p� �&� �m�s�g� �$�r�a�n�k�_�h�e�l�p�_�2�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�c�h�a�r�t�.�p�n�g�"�>�<�/�a�>�'� �
�
+�*�n�l� �'�R�a�n�k�&�n�b�s�p�;�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�r�a�n�k�_�h�e�l�p� �&� �m�s�g� �$�r�a�n�k�_�h�e�l�p�_�2�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�c�h�a�r�t�.�p�n�g�"� �s�t�y�l�e�=�"�v�e�r�t�i�c�a�l�-�a�l�i�g�n�:� �m�i�d�d�l�e�;� �p�a�d�d�i�n�g�-�b�o�t�t�o�m�:� �4�p�x�;�"�>�<�/�a�>�:� �&�n�b�s�p�;�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�r�a�t�i�n�g�_�h�e�l�p�"�>�<�<�$�r�a�t�i�n�g�[�r�a�t�i�n�g�]�>�>�<�/�a�>�'�
�
+�*�n�l� �'�<�u�>�A�T�T�R�I�B�U�T�E�S�<�/�u�>�'�
�
 �$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�b�e�a�u�t�y�'�,� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�,� �1�)�
�
 �*�n�l� �'�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�m�s�g�,� �$�:@0A>B0_�A?@02:0 �&� �d�y�n�a�m�i�c� �$�m�s�g�,� �$�:@0A>B0_�A?@02:0_�2� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�:@0A>B0_�A>25B �&� �g�t� �$�c�u�r�l�o�c�"�>�<�<�$�b�e�a�u�t�y�[�s�l�a�v�e�[�"�b�e�a�u�t�y�"�]�]�>�>�<�/�a�>�'�
�
 �$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�s�t�a�m�i�n�a�'�)�
�
@@ -20715,16 +21371,15 @@
 �*�n�l� �'�<�<�$�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t�>�>�'�
�
 �*�p� �'�<�/�d�i�v�>�'�
�
 �
�
-�!�c�a�l�c�u�l�a�t�i�o�n� �o�f� �t�h�e� �f�o�o�d� �c�o�s�t�
�
-�f�o�o�d�_�c�o�s�t� �=� �2�
�
+�!�c�a�l�c�u�l�a�t�i�o�n� �o�f� �t�h�e� �f�o�o�d� �c�o�s�t� �(�a�l�l� �o�f� �t�h�i�s� �c�o�d�e� �i�s� �u�n�u�s�e�d�)�
�
+�!�f�o�o�d�_�c�o�s�t� �=� �2�
�
 �!�i�f� �s�l�a�v�e�_�r�a�t�i�o�n� �=� �-�2�:� �f�o�o�d�_�c�o�s�t� �=� �1� �-� �s�l�a�v�e�_�r�a�t�i�o�n� �i�s� �n�e�v�e�r� �n�o�n�-�z�e�r�o�,� �s�o� �t�h�i�s� �i�s� �a�l�w�a�y�s� �f�a�l�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �!�i�f� �s�l�a�v�e�_�r�a�t�i�o�n� �>� �-�2�:� �f�o�o�d�_�c�o�s�t� �=� �2� �-� �s�l�a�v�e�_�r�a�t�i�o�n� �i�s� �n�e�v�e�r� �n�o�n�-�z�e�r�o�,� �s�o� �t�h�i�s� �i�s� �a�l�w�a�y�s� �t�r�u�e� �(�t�h�e�r�e�f�o�r�e� �s�e�t� �f�o�o�d�_�c�o�s�t� �=� �2� �a�b�o�v�e�,� �i�n�s�t�e�a�d� �o�f� �=� �0�)�
�
 �!�i�f� �s�l�a�v�e�_�r�a�t�i�o�n� �=� �1�:� �f�o�o�d�_�c�o�s�t� �=� �5� �-� �s�l�a�v�e�_�r�a�t�i�o�n� �i�s� �n�e�v�e�r� �n�o�n�-�z�e�r�o�,� �s�o� �t�h�i�s� �i�s� �a�l�w�a�y�s� �f�a�l�s�e�
�
 �!�i�f� �d�o�u�b�l�e�_�r�a�t�i�o�n� �=� �1�:� �f�o�o�d�_�c�o�s�t� �+�=� �f�o�o�d�_�c�o�s�t� �-� �d�o�u�b�l�e�_�r�a�t�i�o�n� �i�s� �n�e�v�e�r� �s�e�t�,� �s�o� �t�h�i�s� �i�s� �a�l�w�a�y�s� �f�a�l�s�e�
�
 �!�i�f� �e�n�a�b�l�e�_�d�e�s�s�e�r�t� �=� �1�:� �f�o�o�d�_�c�o�s�t� �+�=� �2� �-� �e�n�a�b�l�e�_�d�e�s�s�e�r�t� �i�s� �n�e�v�e�r� �n�o�n�-�z�e�r�o�,� �s�o� �t�h�i�s� �i�s� �a�l�w�a�y�s� �f�a�l�s�e�
�
-�i�f� �s�l�a�v�e�[�"�d�i�e�t�_�s�u�p�p�l�e�m�e�n�t�s�"�]� �=� �1�:� �f�o�o�d�_�c�o�s�t� �+�=� �1�
�
-�
�
-�d�a�i�l�y�_�c�o�s�t� �=� �f�o�o�d�_�c�o�s�t�
�
+�!�i�f� �s�l�a�v�e�[�"�d�i�e�t�_�s�u�p�p�l�e�m�e�n�t�s�"�]� �=� �1�:� �f�o�o�d�_�c�o�s�t� �+�=� �1�
�
+�!�d�a�i�l�y�_�c�o�s�t� �=� �f�o�o�d�_�c�o�s�t�
�
 �
�
 �i�f� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �0�:�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�m�a�r�k�_�o�n�e�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -20736,7 +21391,7 @@
 �	�e�l�s�e�
�
 �	� � �	�*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�_�s�m�a�l�l�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�'�,� �'�p�s�y�'�)�
�
 �	�i�f� �p�r�e�s�e�t�s�_�l�i�s�t� �=� �0�:�
�
 �	�	�*�p� �'�<�d�i�v� �i�d�=�"�l�e�f�t�_�p�a�d�d�i�n�g�"�>�S�L�E�E�P�:�'�
�
 �	�	�!�*�n�l� �'�<�d�i�v� �i�d�=�"�l�e�f�t�_�r�u�l�e�s�"�>�'�
�
@@ -20795,7 +21450,7 @@
 �	�*�n�l� �'�U�s�e� �v�a�g�i�n�a�l� �b�e�a�d�s� �-� � � � � �'�
�
 �	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �i�d�=�"�f�o�r�c�e�_�r�u�l�e�s�_�d�i�v�i�d�e�r�"�>�E�n�f�o�r�c�e� �r�u�l�e�s� �-� � � � � �<�/�d�i�v�>�'�
�
 �	�i�f� �$�s�l�a�v�e�[�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�]� �!� �'�'�:�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�m�s�g�s�m�a�l�l�f�o�n�t�,� �$�s�l�a�v�e�[�'�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�'�]�"�>�<�<�$�r�u�l�e�s�_�o�b�e�d�i�e�n�c�e�[�s�l�a�v�e�[�"�r�u�l�e�s�_�b�r�o�k�e�n�"�]�]�>�>�<�/�a�>�&�n�b�s�p�;�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�m�s�g�s�m�a�l�l�f�o�n�t�,� �$�s�l�a�v�e�[�'�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�'�]�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�c�h�a�r�t�.�p�n�g�"� �w�i�d�t�h�=�"�2�2�"� �h�e�i�g�h�t�=�"�2�2�"�>�<�/�a�>�&�n�b�s�p�;�'�
�
+�	�	�*�n�l� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�m�s�g�s�m�a�l�l�f�o�n�t�,� �$�s�l�a�v�e�[�'�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�'�]�"�>�<�<�$�r�u�l�e�s�_�o�b�e�d�i�e�n�c�e�[�s�l�a�v�e�[�"�r�u�l�e�s�_�b�r�o�k�e�n�"�]�]�>�>�<�/�a�>�&�n�b�s�p�;�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�m�s�g�s�m�a�l�l�f�o�n�t�,� �$�s�l�a�v�e�[�'�'�r�u�l�e�s�_�e�x�p�l�a�n�a�t�i�o�n�s�'�'�]�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�c�h�a�r�t�.�p�n�g�"� �s�t�y�l�e�=�"�v�e�r�t�i�c�a�l�-�a�l�i�g�n�:� �m�i�d�d�l�e�;� �p�a�d�d�i�n�g�-�b�o�t�t�o�m�:� �5�p�x�;�"�>�<�/�a�>�&�n�b�s�p�;�'�
�
 �	�e�l�s�e�
�
 �	�	�*�n�l� �'�'�
�
 �	�e�n�d�
�
@@ -20933,14 +21588,14 @@
 �	�	�o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �+�=� �1�
�
 �	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�o�o�k�s�_�r�u�l�e�'�'�]� �=� �0� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�c�o�o�k�s�_�r�u�l�e�_�a�b�o�r�t� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �a�s�s�i�s�t�a�n�t�[�'�'�c�o�o�k�s�_�r�u�l�e�'�'�]� �=� �0� �&� �s�l�a�v�e�[�'�'�c�o�o�k�s�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�c�o�o�k�s�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�o�o�k�s�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�c�o�o�k�s�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �s�l�a�v�e�[�"�c�l�e�a�n�s�_�r�u�l�e�"�]� �=� �1�:�
�
 �	�	�o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �+�=� �1�
�
 �	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�2�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�l�e�a�n�s�_�r�u�l�e�'�'�]� �=� �0� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�c�l�e�a�n�s�_�r�u�l�e�_�a�b�o�r�t� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�2�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �a�s�s�i�s�t�a�n�t�[�'�'�c�l�e�a�n�s�_�r�u�l�e�'�'�]� �=� �0� �&� �s�l�a�v�e�[�'�'�c�l�e�a�n�s�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�c�l�e�a�n�s�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�2�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�c�l�e�a�n�s�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�c�l�e�a�n�s�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �b�a�t�h� �<�=� �0�:�
�
@@ -20949,7 +21604,7 @@
 �	�	�o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �+�=� �1�
�
 �	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�3�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�'�]� �=� �0� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�_�a�b�o�r�t� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�3�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �a�s�s�i�s�t�a�n�t�[�'�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�'�]� �=� �0� �&� �s�l�a�v�e�[�'�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�3�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �s�l�a�v�e�[�"�b�l�o�w�j�o�b�_�r�u�l�e�"�]� �=� �1�:�
�
@@ -21014,7 +21669,7 @@
 �	�	�o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �+�=� �1�
�
 �	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�1�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�'�]� �=� �0� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�t�e�n�t�a�c�l�e�_�r�u�l�e�_�a�b�o�r�t� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�1�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �a�s�s�i�s�t�a�n�t�[�'�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�'�]� �=� �0� �&� �s�l�a�v�e�[�'�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�t�e�n�t�a�c�l�e�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�1�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �s�l�a�v�e�[�'�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�'�]� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�s�l�a�v�e�_�t�e�n�t�a�c�l�e�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �s�l�a�v�e�[�"�m�a�s�t�u�r�b�a�t�i�o�n�_�r�u�l�e�"�]� �=� �1�:�
�
@@ -21157,7 +21812,16 @@
 �	�	�*�p� �'�<�d�i�v� �c�l�a�s�s�=�"�i�n�v�e�n�t�o�r�y�_�i�t�e�m�"�>�<�a� �s�t�y�l�e� �=� �"�c�o�l�o�r�:� �b�l�a�c�k�;�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�s�l�a�v�e�_�n�a�v�e�l�_�l�i�s�t�"�>�<�u�>�N�a�v�e�l�:�<�/�u�>� �<�<�$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�"�n�a�v�e�l�"�]�]�>�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�	�*�p� �'�<�d�i�v� �c�l�a�s�s�=�"�i�n�v�e�n�t�o�r�y�_�i�t�e�m�"�>�<�a� �s�t�y�l�e� �=� �"�c�o�l�o�r�:� �b�l�a�c�k�;�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�s�l�a�v�e�_�c�l�i�t�o�r�_�l�i�s�t�"�>�<�u�>�C�l�i�t�o�r�i�s�:�<�/�u�>� �<�<�$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�"�c�l�i�t�r�i�n�g�"�]�]�>�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�*�p� �'�<�/�d�i�v�>�'�
�
-�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�n�t�e�r�_�t�e�x�t�_�c�o�l�u�m�n�_�2�"�>�<�u�>�A�V�A�I�L�A�B�L�E� �O�P�T�I�O�N�S�<�/�u�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"�>�<�<�$�e�q�u�i�p�_�c�h�o�i�c�e�>�>�<�/�f�o�n�t�>�<�/�d�i�v�>�'�
�
+�
�
+�	�!�r�e�s�e�t� �e�q�u�i�p�m�e�n�t� �s�e�l�e�c�t�i�o�n� �w�h�e�n� �s�w�i�t�c�h�i�n�g� �t�a�b�s�
�
+�	�i�f� �s�l�o�t� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�'�
�
+�	�i�f� �s�l�o�t� �>�=� �0�:�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�n�t�e�r�_�t�e�x�t�_�c�o�l�u�m�n�_�2�"�>�<�u�>�A�V�A�I�L�A�B�L�E� �O�P�T�I�O�N�S�<�/�u�>�&�n�b�s�p�;�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�s�l�a�v�e�'�'�)�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�e�q�u�i�p�m�e�n�t�.�p�n�g�"�>�<�/�a�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"�>�<�<�$�e�q�u�i�p�_�c�h�o�i�c�e�>�>�<�/�f�o�n�t�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�n�t�e�r�_�t�e�x�t�_�c�o�l�u�m�n�_�2�"�>�<�u�>�A�V�A�I�L�A�B�L�E� �O�P�T�I�O�N�S�<�/�u�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"�>�<�<�$�e�q�u�i�p�_�c�h�o�i�c�e�>�>�<�/�f�o�n�t�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
+�	�!�r�e�s�e�t� �s�l�o�t� �(�g�l�o�b�a�l� �v�a�r� �s�h�a�r�e�d� �w�i�t�h� �#�s�t�a�t�i�c�_�b�a�s�e� �a�n�d� �#�d�y�n�a�m�i�c�)�
�
+�	�s�l�o�t� �=� �0�
�
 �e�n�d�
�
 �
�
 �!�S�l�a�v�e� �A�u�r�a� �T�a�b�
�
@@ -21323,10 +21987,6 @@
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�r�e�s�e�t� �e�q�u�i�p� �c�h�o�i�c�e� �m�e�n�u� �w�h�e�n� �s�w�i�t�c�h�i�n�g� �t�a�b�s�
�
-�i�f� �s�l�o�t� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�'�
�
-�s�l�o�t� �=� �0�
�
-�
�
 �!�F�i�x� �b�l�a�n�k� �s�c�r�e�e�n� �b�u�g� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 � �	�i�f� �$�a�s�s�i�s�t�a�n�t�[�"�w�p�n�"�]� �=� �'�'�:� �$�a�s�s�i�s�t�a�n�t�[�"�w�p�n�"�]� �=� �'�157>@C6=K9'�
�
@@ -21434,7 +22094,7 @@
 � � �	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�_�s�m�a�l�l�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 � �	�e�n�d�
�
 � �	�i�f� �n�s�f�w� �=� �0�:�
�
-�	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�'�,� �'�p�s�y�'�)�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�u�d�e�'�]� �=� �0�:� �*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�i�m�a�g�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�m�a�i�d�o�'�]� �=� �1�:� �*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�a�d�e�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�d�o�m�i�n�a�'�]� �=� �1�:� �*�p� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�f�u�l�l�m�i�s�t�r�e�s�s�[�a�s�s�i�s�t�a�n�t�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
@@ -21526,7 +22186,9 @@
 �	�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�6�r�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �=� �1� �&� �$�i�n�f�o�_�t�e�x�t� �=� �$�a�s�s�i�s�t�a�n�t�_�q�u�i�e�t�_�r�u�l�e� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�u�n�s�e�l�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
-�	�*�p� �'�<�d�i�v� �i�d�=�"�l�e�f�t�_�p�a�d�d�i�n�g�"�>�G�R�O�C�E�R�I�E�S�:� �<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�D�E�R�I�V�A�T�I�V�E�S�:�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�M�E�A�T�:�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�/�d�i�v�>�'�
�
+�	�*�p� �'�<�d�i�v� �i�d�=�"�l�e�f�t�_�p�a�d�d�i�n�g�"�>�G�R�O�C�E�R�I�E�S�:� �<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�D�E�R�I�V�A�T�I�V�E�S�:�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�M�E�A�T�:�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�C�A�L�O�R�I�E�S� �R�E�M�A�I�N�I�N�G�:�'�
�
+�	�*�p� �'�<�c�e�n�t�e�r�>�<�<�i�i�f�(�a�s�s�i�s�t�a�n�t�[�"�c�a�l�o�r�i�e�s�"�]� �>� �0�,� �"�+�"�,� �"�"�)�>�>�<�<�a�s�s�i�s�t�a�n�t�[�"�c�a�l�o�r�i�e�s�"�]�*�1�0�0�>�>� �c�a�l�<�/�c�e�n�t�e�r�>�<�/�d�i�v�>�'�
�
+�	�*�p� �'�<�d�i�v� �i�d�=�"�c�h�e�k�b�o�x�_�1�3�3�l�"�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �$�i�n�f�o�_�t�e�x�t� �=� �$�:0;>@88_�A>25B �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�k�a�l�k�u�l�y�a�t�o�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
 �	�*�p� �'�<�d�i�v� �i�d�=�"�l�e�f�t�_�r�u�l�e�s�"�>�'�
�
 �	�*�n�l� �'� �-� �A�l�c�o�h�o�l�'�
�
@@ -21751,7 +22413,15 @@
 �	�*�p� �'�<�d�i�v� �c�l�a�s�s�=�"�i�n�v�e�n�t�o�r�y�_�i�t�e�m�"�>�<�a� �s�t�y�l�e� �=� �"�c�o�l�o�r�:� �b�l�a�c�k�;�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�c�l�i�t�o�r�_�l�i�s�t�"�>�<�u�>�C�l�i�t�o�r�i�s�:�<�/�u�>� �<�<�$�i�t�e�m�_�n�a�m�e�[�$�a�s�s�i�s�t�a�n�t�[�"�c�l�i�t�r�i�n�g�"�]�]�>�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�*�p� �'�<�/�d�i�v�>�'�
�
 �
�
-�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�n�t�e�r�_�t�e�x�t�_�c�o�l�u�m�n�_�2�"�>�<�u�>�A�V�A�I�L�A�B�L�E� �O�P�T�I�O�N�S�<�/�u�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"�>�<�<�$�e�q�u�i�p�_�c�h�o�i�c�e�>�>�<�/�f�o�n�t�>�<�/�d�i�v�>�'�
�
+�	�!�r�e�s�e�t� �e�q�u�i�p�m�e�n�t� �s�e�l�e�c�t�i�o�n� �w�h�e�n� �s�w�i�t�c�h�i�n�g� �t�a�b�s�
�
+�	�i�f� �s�l�o�t� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�'�
�
+�	�i�f� �s�l�o�t� �>�=� �0�:�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�n�t�e�r�_�t�e�x�t�_�c�o�l�u�m�n�_�2�"�>�<�u�>�A�V�A�I�L�A�B�L�E� �O�P�T�I�O�N�S�<�/�u�>�&�n�b�s�p�;�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�a�s�s�i�s�t�a�n�t�'�'�)�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�j�o�n�-�U�I�a�d�d�s�\�e�q�u�i�p�m�e�n�t�.�p�n�g�"�>�<�/�a�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"�>�<�<�$�e�q�u�i�p�_�c�h�o�i�c�e�>�>�<�/�f�o�n�t�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�n�t�e�r�_�t�e�x�t�_�c�o�l�u�m�n�_�2�"�>�<�u�>�A�V�A�I�L�A�B�L�E� �O�P�T�I�O�N�S�<�/�u�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"�>�<�<�$�e�q�u�i�p�_�c�h�o�i�c�e�>�>�<�/�f�o�n�t�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
+�	�!�r�e�s�e�t� �s�l�o�t� �(�g�l�o�b�a�l� �v�a�r� �s�h�a�r�e�d� �w�i�t�h� �#�s�t�a�t�i�c�_�b�a�s�e� �a�n�d� �#�d�y�n�a�m�i�c�)�
�
+�	�s�l�o�t� �=� �0�
�
 �e�n�d�
�
 �
�
 �!�A�S�S�I�S�T�A�N�T� �A�U�R�A� �T�A�B�
�
@@ -21964,7 +22634,7 @@
 �	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
 �	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�b�g�_�p�a�t�h�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�p�r�i�s�o�n�e�r�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�b�g�'�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �!�*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�>�>�<�/�d�i�v�>�'�
�
@@ -22132,21 +22802,21 @@
 �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�a�r�m�h�a�n�d�,� �6�0�0�1�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �f�a�r�m�h�a�n�d�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �f�a�r�m�h�a�n�d�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�a�r�m�h�a�n�d�,� �6�0�0�1�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �f�a�r�m�h�a�n�d�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �f�a�r�m�h�a�n�d�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�a�r�m�h�a�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �f�a�r�m�h�a�n�d�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �s�l�a�v�e�'�)�
�
 �	�e�n�d�
�
 �e�l�s�e�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�f�a�r�m�h�a�n�d�,� �6�0�0�2�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�f�a�r�m�h�a�n�d�,� �6�0�0�2�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�,� �'�R�e�t�r�i�e�v�e� �<�<�$�f�a�r�m�h�a�n�d�_�n�a�m�e�>�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�f�a�r�m�h�a�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �h�e�r�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�f�a�r�m�h�a�n�d�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �f�a�r�m�h�a�n�d�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �<�<�$�f�a�r�m�h�a�n�d�_�n�a�m�e�>�>�'�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �
�
 �	�	�i�f� �s�l�a�v�e�[�"�l�a�c�t�a�t�i�o�n�"�]� �!� �0�:�
�
-�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�o�w�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �0� �&� �g�s� �"�s�l�a�v�e�_�t�o�_�c�o�w�"� �&� �c�o�w�[�"�h�a�l�f�_�a�c�t�i�o�n�"�]� �+�=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �c�o�w�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �c�o�w�'�)�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�o�w�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �0� �&� �g�s� �"�s�l�a�v�e�_�t�o�_�c�o�w�"� �&� �c�o�w�[�"�h�a�l�f�_�a�c�t�i�o�n�"�]� �+�=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �c�o�w�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �c�o�w�'�)�
�
 �	�	�e�l�s�e�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�o�w�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �c�o�w�'�,� �'�Y�o�u�r� �s�l�a�v�e� �n�e�e�d�s� �t�o� �h�a�v�e� �l�a�c�t�a�t�i�n�g� �b�r�e�a�s�t�s�'�)�
�
 �	�	�e�n�d�
�
@@ -22155,15 +22825,17 @@
 �	�e�n�d�
�
 �e�l�s�e�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�C�o�w�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �0� �&� �g�s� �"�s�l�a�v�e�_�t�o�_�c�o�w�"� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �c�o�w�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �c�o�w�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�C�o�w�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �0� �&� �g�s� �"�s�l�a�v�e�_�t�o�_�c�o�w�"� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �c�o�w�'�,� �'�R�e�t�r�i�e�v�e� �<�<�$�c�o�w�_�n�a�m�e�>�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�C�o�w�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �c�o�w�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �h�e�r�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�t�C�o�w�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �c�o�w�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �<�<�$�c�o�w�_�n�a�m�e�>�>�'�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
-�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�,� �6�0�0�7�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �p�i�g�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �p�i�g�'�)�
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �p�i�g�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�,� �6�0�0�7�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�E�x�c�h�a�n�g�e� �y�o�u�r� �s�l�a�v�e� �a�n�d� �p�i�g�'�,� �'�E�x�c�h�a�n�g�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �<�<�$�p�i�g�_�n�a�m�e�>�>�'�)�
�
+�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�,� �6�0�0�7�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �p�i�g�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a� �p�i�g�'�)�
�
 �e�l�s�e�i�f� �p�i�g�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�P�i�g�,� �6�0�0�8�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�P�i�g�,� �6�0�0�8�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �p�i�g�'�,� �'�R�e�t�r�i�e�v�e� �<�<�$�p�i�g�_�n�a�m�e�>�>�'�)�
�
 �e�l�s�e�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�i�g�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a� �p�i�g�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �s�l�a�v�e�'�)�
�
 �e�n�d�
�
@@ -22171,15 +22843,15 @@
 �e�n�d�
�
 �i�f� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�a�r�p�y�,� �6�0�0�5�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�a�r�p�y�,� �6�0�0�5�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�,� �'�M�a�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n� �e�g�g�l�a�y�e�r�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �y�o�u�r� �s�l�a�v�e� �a�n� �e�g�g�l�a�y�e�r�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �s�l�a�v�e�'�)�
�
 �	�e�n�d�
�
 �e�l�s�e�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�,� �6�0�0�6�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�,� �6�0�0�6�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�R�e�t�r�i�e�v�e� �<�<�$�h�a�r�p�y�_�n�a�m�e�>�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �h�e�r�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�t�H�a�r�p�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�t�r�i�e�v�e� �y�o�u�r� �e�g�g�l�a�y�e�r�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �r�o�o�m� �f�o�r� �<�<�$�h�a�r�p�y�_�n�a�m�e�>�>�'�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -22695,15 +23367,15 @@
 �	�	�i�f� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �<� �1�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�l�l�_�f�a�i�l�
�
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �+�=� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
 �	�	�	�e�n�d�
�
 �	�	�e�l�s�e�
�
-�	�	�	�s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �m�a�s�t�e�r�_�m�a�g�e� �-� �1� �&�!� �+�5� �a�t� �S�+�+� �m�a�g�e� �s�k�i�l�l�,� �+�4� �a�t� �S�+�,� �+�3� �a�t� �A�+�,� �+�2� �a�t� �B�+�,� �+�1� �a�t� �C�-�
�
+�	�	�	�s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �m�a�x�(�1�,� �m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)� �&�!� �+�5� �a�t� �S�+� �o�r� �h�i�g�h�e�r� �m�a�g�e� �s�k�i�l�l�,� �+�4� �a�t� �A�+�,� �+�3� �a�t� �B�+�,� �+�2� �a�t� �C�-�,� �+�1� �a�t� �D�-� �(�e�f�f�e�c�t� �s�c�a�l�e�s� �w�i�t�h� �u�n�-�a�s�s�i�s�t�e�d� �m�a�g�e� �l�e�v�e�l�)�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �&�!� �d�r�a�i�n�s� �a�w�a�r�e�n�e�s�s� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �i�n�t�e�l�l�e�c�t�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �+� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�/�2� �&�!� �e�f�f�e�c�t� �s�c�a�l�e�s� �w�i�t�h� �u�n�-�a�s�s�i�s�t�e�d� �m�a�g�e� �l�e�v�e�l� �(�n�o� �n�e�e�d� �t�o� �p�u�t� �o�n� �d�i�f�f�e�r�e�n�t� �c�l�o�t�h�e�s� �b�e�f�o�r�e� �c�a�s�t�i�n�g�)�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �+� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�/�2� �&�!� �e�f�f�e�c�t� �s�c�a�l�e�s� �w�i�t�h� �u�n�-�a�s�s�i�s�t�e�d� �m�a�g�e� �l�e�v�e�l� �(�n�o� �n�e�e�d� �t�o� �p�u�t� �o�n� �d�i�f�f�e�r�e�n�t� �c�l�o�t�h�e�s� �b�e�f�o�r�e� �c�a�s�t�i�n�g�)�
�
 �	�	�	�m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�	�e�n�d�
�
 �	�}�
�
@@ -22720,7 +23392,7 @@
 �	�	�i�f� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �<� �1�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�l�l�_�f�a�i�l�
�
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �+�=� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
@@ -22728,7 +23400,7 @@
 �	�	�e�l�s�e�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �!� �2�:�
�
-�	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �+�=� �m�a�s�t�e�r�_�m�a�g�e� �*� �2�
�
+�	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �+�=� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)� �*� �2�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �(�1� �+� �s�l�a�v�e�[�'�f�e�a�r�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�
�
 �	�	�	�e�n�d�
�
 �	�	�	�s�l�a�v�e�[�'�n�e�g�_�s�p�e�l�l�b�o�u�n�d�'�]� �+�=� �1�
�
@@ -22747,12 +23419,12 @@
 �	�	�s�p�a�r�k�s� �-�=� �5�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �'�c�r�u�c�i�a�t�o�'�
�
 �	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
-�	�	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �+� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �&�!� �e�f�f�e�c�t�i�v�e�n�e�s�s� �d�o�e�s� �n�o�t� �d�e�c�r�e�a�s�e� �w�i�t�h� �r�e�p�e�t�i�t�i�o�n�
�
+�	�	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �+� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �&�!� �e�f�f�e�c�t�i�v�e�n�e�s�s� �d�o�e�s� �n�o�t� �d�e�c�r�e�a�s�e� �w�i�t�h� �r�e�p�e�t�i�t�i�o�n�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�i�f� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �<� �1� �o�r� �t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �<�=� �0�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�l�l�_�f�a�i�l�
�
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �+�=� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
@@ -22776,22 +23448,22 @@
 �	�	�i�f� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �<� �1�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�l�l�_�f�a�i�l�
�
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �+�=� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
 �	�	�	�e�n�d�
�
 �	�	�e�l�s�e�
�
 �	�	�	�s�l�a�v�e�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]� �+�=� �1� �&�!� �t�h�i�s� �c�o�u�n�t�s� �t�o�w�a�r�d�s� �d�a�i�l�y� �r�e�w�a�r�d� �l�i�m�i�t� �t�o� �a�v�o�i�d� �s�p�o�i�l�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �m�i�n�(�5�,� �m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)� �&�!� �t�e�m�p�o�r�a�r�y� �a�r�o�u�s�a�l� �(�w�i�l�l� �b�e� �r�e�s�e�t� �b�e�c�a�u�s�e� �u�n�s�u�p�p�o�r�t�e�d� �b�y� �a�r�o�u�s�a�l� �r�a�t�e�)� �t�o� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2�2� �&�!� �n�u�m�b�e�r� �o�f� �o�r�g�a�s�m�s� �w�i�l�l� �b�e� �e�q�u�a�l� �t�o� �m�a�g�e� �l�e�v�e�l� �(�c�a�p�p�e�d� �a�t� �S�+�)�
�
+�	�	�	�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �m�i�n�(�5�,� �m�a�x�(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�,� �m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�)� �&�!� �t�e�m�p�o�r�a�r�y� �a�r�o�u�s�a�l� �(�w�i�l�l� �b�e� �r�e�s�e�t� �b�e�c�a�u�s�e� �u�n�s�u�p�p�o�r�t�e�d� �b�y� �a�r�o�u�s�a�l� �r�a�t�e�)� �t�o� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s�
�
+�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2�2�0� �&�!� �n�u�m�b�e�r� �o�f� �o�r�g�a�s�m�s� �w�i�l�l� �b�e� �a�t� �l�e�a�s�t� �e�q�u�a�l� �t�o� �u�n�a�s�s�i�s�t�e�d� �m�a�g�e� �l�e�v�e�l�,� �e�v�e�n� �f�o�r� �s�l�a�v�e�s� �w�h�o� �a�r�e� �r�e�b�e�l�l�i�o�u�s�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]� �&�!� �e�f�f�e�c�t� �s�c�a�l�e�s� �w�i�t�h� �u�n�-�a�s�s�i�s�t�e�d� �m�a�g�e� �l�e�v�e�l� �(�n�o� �n�e�e�d� �t�o� �p�u�t� �o�n� �d�i�f�f�e�r�e�n�t� �c�l�o�t�h�e�s� �b�e�f�o�r�e� �c�a�s�t�i�n�g�)�
�
 �	�	�	�	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�	�	�	�s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�r�e�w�a�r�d�'�]� �=� �0� �&�!� �p�r�o�m�i�s�e� �f�u�l�f�i�l�l�e�d�
�
-�	�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�/�2� �&�!� �+�1� �a�t� �B�+� �w�i�t�h� �r�o�b�e�,� �+�2� �a�t� �A�+� �o�r� �h�i�g�h�e�r� �(�e�q�u�i�v�a�l�e�n�t� �d�e�v�o�t�i�o�n� �b�o�o�s�t� �t�o� �t�i�e�r� �3�+� �e�r�o�t�i�c� �r�e�w�a�r�d�s� �w�i�t�h�o�u�t� �e�n�e�r�g�y� �c�o�s�t� �i�f� �m�a�s�t�e�r� �h�a�s� �t�h�e� �b�u�l�l� �r�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�/�2� �&�!� �+�1� �a�t� �B�+� �w�i�t�h� �r�o�b�e�,� �+�2� �a�t� �A�+� �o�r� �h�i�g�h�e�r� �(�e�q�u�i�v�a�l�e�n�t� �d�e�v�o�t�i�o�n� �b�o�o�s�t� �t�o� �t�i�e�r� �3�+� �e�r�o�t�i�c� �r�e�w�a�r�d�s� �w�i�t�h�o�u�t� �e�n�e�r�g�y� �c�o�s�t� �i�f� �m�a�s�t�e�r� �h�a�s� �t�h�e� �b�u�l�l� �r�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �-�=� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �&�!� �m�a�g�i�c�a�l�l�y� �c�o�m�p�e�l�l�e�d� �a�h�e�g�a�o� �h�i�n�d�e�r�s� �d�e�e�p� �t�h�o�u�g�h�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�
�
 �	�	�	�	�e�l�s�e�
�
 �	�	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �1�
�
@@ -22813,7 +23485,7 @@
 �	�	�i�f� �m�a�s�t�e�r�_�m�a�g�e� �<�=� �s�l�a�v�e�[�'�e�g�o�'�]�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�l�l�_�f�a�i�l�
�
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �+�=� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
@@ -22839,7 +23511,7 @@
 �	�	�i�f� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �<� �1�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�l�l�_�f�a�i�l�
�
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �+�=� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �s�l�a�v�e�[�'�e�g�o�'�]�
�
@@ -22849,10 +23521,10 @@
 �	�	�	�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�
�
 �	�	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�i�s�s�u�e�s�'�]� �>� �0�:� �s�l�a�v�e�[�'�i�s�s�u�e�s�'�]� �-�=� �1�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �1� �+� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�/�2� �&�!� �e�f�f�e�c�t� �s�c�a�l�e�s� �w�i�t�h� �u�n�-�a�s�s�i�s�t�e�d� �m�a�g�e� �l�e�v�e�l� �(�n�o� �n�e�e�d� �t�o� �p�u�t� �o�n� �d�i�f�f�e�r�e�n�t� �c�l�o�t�h�e�s� �b�e�f�o�r�e� �c�a�s�t�i�n�g�)�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �3� �+� �m�a�s�t�e�r�_�m�a�g�e�/�2� �&�!� �+�6� �a�t� �S�+�+�,� �+�5� �a�t� �S�+�/�A�+� �(�2�0� �p�t�s� �t�o� �1� �d�e�v�o�t�i�o�n�,� �6� �+� �1�4�/�2� �[�p�e�r� �d�e�l�i�k�a�c�i�a�]� �=� �6� �d�a�y�s�,� �6�0�$�;� �o�r� �1�2�/�3� �[�p�e�r� �g�o�l�d�e�n� �c�a�g�e�]� �+� �1� �d�e�l�i�k�a�c�i�a� �=� �5� �d�a�y�s�)�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �(�s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �+�=� �s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�*�5�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �(�m�a�s�t�e�r�_�m�a�g�e� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]�)�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �+�=� �s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �m�a�s�t�e�r�_�m�a�g�e� �*� �5�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �m�a�s�t�e�r�_�m�a�g�e�
�
 �	�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�*�2�
�
 �	�	�	�s�l�a�v�e�[�'�n�e�g�_�s�p�e�l�l�b�o�u�n�d�'�]� �+�=� �1�
�
 �	�	�	�!�E�a�s�t�e�r� �E�g�g� �f�e�a�t�u�r�e� �-� �c�r�u�s�h�b�o�s�s� �(�e�f�f�e�c�t� �c�a�n� �a�p�p�l�y� �t�o� �f�a�i�n�t�e�d� �s�l�a�v�e�s� �b�u�t� �n�o�t� �d�e�a�d� �o�n�e�s�,� �s�i�m�p�l�i�f�i�e�d� �c�o�n�d�i�t�i�o�n�s� �[�n�o� �r�e�p�u�t�a�t�i�o�n� �c�h�e�c�k� �i�s� �t�h�e� �o�n�l�y� �v�i�s�i�b�l�e� �d�i�f�f�e�r�e�n�c�e�]� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
@@ -22935,7 +23607,7 @@
 �!�W�h�a�t� �d�o� �y�o�u� �t�h�i�n�k� �a�b�o�u�t� �m�e�?�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�1�1�2�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�a�l�k�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1�0� �&�!� �+�1� �o�r� �h�i�g�h�e�r� �f�o�r� �a� �u�s�e�f�u�l� �a�n�s�w�e�r�,� �g�i�v�e�s� �m�i�n�i�m�a�l� �r�e�s�p�o�n�s�e�s� �a�t� �l�o�w�e�r� �o�b�e�d�i�e�n�c�e�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1�0� �&�!� �r�a�r�e�l�y� �r�e�f�u�s�e�d�,� �b�u�t� �g�i�v�e�s� �p�o�t�e�n�t�i�a�l�l�y� �i�n�a�c�c�u�r�a�t�e� �a�n�s�w�e�r�s� �a�t� �l�o�w�e�r� �o�b�e�d�i�e�n�c�e� �l�e�v�e�l�s�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�o�b�e�d� �=� �0�
�
 �	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �0�:� �o�b�e�d� �=� �1�
�
@@ -22944,16 +23616,21 @@
 �	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �3�0�:� �o�b�e�d� �=� �4�
�
 �	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �4�0�:� �o�b�e�d� �=� �5�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�r�e�l�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
-�	�	�$�t�e�x�t�[�2�]� �=� �$�s�l�a�v�e�_�o�b�e�d�_�d�e�s�c�r�i�p�t�i�o�n�[�o�b�e�d�]�
�
+�	�	�i�f� �o�b�e�d� �=� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>�=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�,� �1�,� �-�1�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �>� �2�,� �1�,� �-�1�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �3�)� �+� �_� �
�
+�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �-�2�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�,� �1�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �3�,� �1�,� �0�)�:�
�
+�	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�l�a�v�e�_�o�b�e�d�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �&�!� �s�l�a�v�e� �w�i�l�l� �o�b�e�y� �m�a�i�d� �r�u�l�e�,� �a�c�c�o�r�d�i�n�g� �t�o� �t�h�e� �t�e�x�t�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�l�a�v�e�_�o�b�e�d�_�d�e�s�c�r�i�p�t�i�o�n�[�o�b�e�d�]�
�
+�	�	�e�n�d�
�
 �	�	�i�f� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �o�b�e�d� �=� �0�
�
 �	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'�:�
�
-�	�	�	�i�f� �o�b�e�d� �>� �0� �a�n�d� �s�l�a�v�e�[�'�s�e�x�_�s�u�m�'�]� �>� �0�:� �$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�u�r�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�]�
�
-�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�f�e�a�r�_�d�e�s�c�r�i�p�t�i�o�n�[�m�a�x�(�i�i�f�(�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �0�,� �1�,� �0�)�,� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�/�2�)�]� �&�!� �f�e�a�r� �l�e�v�e�l� �o�f�f�s�e�t� �b�y� �d�e�v�o�t�i�o�n�
�
-�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�r�a�t�i�o�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�)�]�
�
-�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�i�n�s�t�i�n�c�t�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]�)�]�
�
-�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�c�u�s�t�o�m�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�c�u�s�t�o�m�'�]�)�]�
�
-�	�	�	�i�f� �o�b�e�d� �>� �0�:� �$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�s�p�o�i�l�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�[�'�s�p�o�i�l�'�]�]� �&�!� �n�o� �m�i�n� �f�o�r� �s�p�o�i�l� �b�e�c�a�u�s�e� �h�i�g�h�e�r� �i�s� �"�w�o�r�s�e�"�
�
-�	�	�	�i�f� �o�b�e�d� �>� �0�:� �$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�m�o�r�a�l�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�]�
�
+�	�	�	�i�f� �o�b�e�d� �>� �0� �a�n�d� �s�l�a�v�e�[�'�s�e�x�_�s�u�m�'�]� �>� �0�:� �$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�u�r�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�]� �&�!� �o�n�l�y� �c�o�m�m�e�n�t� �o�n� �a�r�o�u�s�a�l� �i�f� �o�b�e�d� �>� �0� �a�n�d� �s�l�a�v�e� �h�a�s� �s�o�m�e� �s�e�x� �e�x�p�e�r�i�e�n�c�e�
�
+�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�f�e�a�r�_�d�e�s�c�r�i�p�t�i�o�n�[�m�a�x�(�s�l�a�v�e�[�'�f�e�a�r�'�]� �!� �0�,� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�/�2�)�]� �&�!� �f�e�a�r� �l�e�v�e�l� �i�s� �o�f�f�s�e�t� �b�y� �d�e�v�o�t�i�o�n�,� �b�u�t� �a�l�w�a�y�s� �s�h�o�w� �a�t� �l�e�a�s�t� �[�1�]� �i�f� �a�n�y� �f�e�a�r� �(�f�e�a�r� �!� �0�)�
�
+�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�r�a�t�i�o�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d� �+� �(�s�l�a�v�e�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]� �!� �0�)�*�2�,� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�)�]� �&�!� �g�a�t�e�s� �t�h�e� �[�3�]� �a�n�s�w�e�r� �u�n�t�i�l� �o�b�e�d� �>� �0� �(�[�0�]�,� �[�1�]� �a�n�d� �[�2�]� �c�a�n� �b�e� �s�e�e�n� �b�e�f�o�r�e� �o�b�e�d� �>� �0�,� �b�u�t� �o�n�l�y� �[�0�]� �w�i�l�l� �b�e� �s�e�e�n� �b�e�f�o�r�e� �a� �r�e�w�a�r�d� �h�a�s� �b�e�e�n� �g�i�v�e�n� �t�h�a�t� �d�a�y�)�
�
+�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�i�n�s�t�i�n�c�t�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d� �+� �2�,� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]�)�]� �&�!� �m�i�n� �o�b�e�d� �+� �2� �g�a�t�e�s� �t�h�e� �[�3�]� �a�n�s�w�e�r� �u�n�t�i�l� �o�b�e�d� �>� �0� �(�[�1�]� �a�n�d� �[�2�]� �c�a�n� �b�e� �s�e�e�n� �b�e�f�o�r�e� �o�b�e�d� �>� �0�)�
�
+�	�	�	�$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�c�u�s�t�o�m�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d� �+� �2�,� �s�l�a�v�e�[�'�c�u�s�t�o�m�'�]�)�]� �&�!� �m�i�n� �o�b�e�d� �+� �2� �g�a�t�e�s� �t�h�e� �[�3�]� �a�n�s�w�e�r� �u�n�t�i�l� �o�b�e�d� �>� �0� �(�[�1�]� �a�n�d� �[�2�]� �c�a�n� �b�e� �s�e�e�n� �b�e�f�o�r�e� �o�b�e�d� �>� �0�)�
�
+�	�	�	�i�f� �o�b�e�d� �>� �0�:� �$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�s�p�o�i�l�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�[�'�s�p�o�i�l�'�]�]� �&�!� �o�n�l�y� �c�o�m�m�e�n�t� �o�n� �s�p�o�i�l� �i�f� �o�b�e�d� �>� �0�,� �n�o� �m�i�n� �f�o�r� �s�p�o�i�l� �b�e�c�a�u�s�e� �h�i�g�h�e�r� �i�s� �"�w�o�r�s�e�"�
�
+�	�	�	�i�f� �o�b�e�d� �>� �0�:� �$�t�e�x�t�[�]� �=� �$�s�l�a�v�e�_�m�o�r�a�l�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�o�b�e�d�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�]� �&�!� �o�n�l�y� �c�o�m�m�e�n�t� �o�n� �d�e�v�o�t�i�o�n� �i�f� �o�b�e�d� �>� �0�,� �l�i�m�i�t�e�d� �b�y� �o�v�e�r�a�l�l� �o�b�e�d�i�e�n�c�e� �s�o� �i�t� �t�r�a�c�k�s� �(�o�r� �l�a�g�s�)� �s�l�a�v�e�_�o�b�e�d�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�e�n�d�
�
 �	�}�
�
 �e�n�d�
�
@@ -22970,7 +23647,7 @@
 �!�W�h�a�t� �d�o� �y�o�u� �w�a�n�t� �t�o� �d�o�?�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�1�1�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�a�l�k�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �&�!� �m�o�r�e� �p�e�r�s�o�n�a�l� �t�h�a�n� �r�e�q�u�e�s�t�s� �a�n�d� �d�o�e�s� �n�o�t� �h�a�v�e� �"�d�i�s�o�b�e�d�i�e�n�t�"� �v�a�r�i�a�n�t� �t�e�x�t�s� �(�o�n�l�y� �"�n�o�t� �w�a�n�t� �t�o� �t�a�l�k� �a�b�o�u�t� �t�h�a�t�"� �r�e�f�u�s�a�l�)�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�3� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �&�!� �m�o�r�e� �p�e�r�s�o�n�a�l� �t�h�a�n� �r�e�q�u�e�s�t�s� �a�n�d� �d�o�e�s� �n�o�t� �h�a�v�e� �"�d�i�s�o�b�e�d�i�e�n�t�"� �v�a�r�i�a�n�t� �t�e�x�t�s� �(�o�n�l�y� �"�n�o�t� �w�a�n�t� �t�o� �t�a�l�k� �a�b�o�u�t� �t�h�a�t�"� �r�e�f�u�s�a�l�)�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�g�s� �'�c�h�o�s�e�_�a�n�s�w�e�r�'�
�
 �	�}�
�
@@ -22999,8 +23676,8 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�a�l�k�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1�0�0�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �<� �3�:�
�
-�	�	�	�r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �=� �(�(�(�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�c�h�a�)�/�2�)� �+� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)� �-� �(�r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �+� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�)�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �<� �3�:�
�
+�	�	�	�r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �=� �(�(�(�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�c�h�a�)�/�2�)� �+� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)� �-� �(�r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �+� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)�
�
 �	�	�	�i�f� �r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �>�=� �4�:�
�
 �	�	�	�	�r�e�a�s�o�n�i�n�g�_�r�a�t�e� �=� �2�
�
 �	�	�	�e�l�s�e�i�f� �r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �>� �0�:�
�
@@ -23009,17 +23686,17 @@
 �	�	�	�	�r�e�a�s�o�n�i�n�g�_�r�a�t�e� �=� �0�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �4�:� �r�e�a�s�o�n�i�n�g�_�r�a�t�e� �=� �3�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:� �r�e�a�s�o�n�i�n�g�_�r�a�t�e� �=� �3�
�
-�	�	�	�$�t�e�x�t�[�1�]� �=� �$�r�e�a�s�o�n�i�n�g�_�o�n�e�[�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�]�
�
-�	�	�	�$�t�e�x�t�[�2�]� �=� �$�r�e�a�s�o�n�i�n�g�_�t�w�o�[�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�]�
�
-�	�	�	�$�t�e�x�t�[�3�]� �=� �$�r�e�a�s�o�n�i�n�g�_�t�h�r�e�e�[�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�]�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:� �r�e�a�s�o�n�i�n�g�_�r�a�t�e� �=� �3�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �$�r�e�a�s�o�n�i�n�g�_�o�n�e�[�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�]�
�
+�	�	�	�$�t�e�x�t�[�2�]� �=� �$�r�e�a�s�o�n�i�n�g�_�t�w�o�[�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�]�
�
+�	�	�	�$�t�e�x�t�[�3�]� �=� �$�r�e�a�s�o�n�i�n�g�_�t�h�r�e�e�[�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�]�
�
 �	�	�	�$�t�e�x�t�[�4�]� �=� �$�r�e�a�s�o�n�i�n�g�_�r�a�t�e�[�r�e�a�s�o�n�i�n�g�_�r�a�t�e�]�
�
 �	�	�	�i�f� �r�e�a�s�o�n�i�n�g�_�r�a�t�e� �<� �3�:�
�
 �	�	�	�	�i�f� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �=� �0�
�
 �	�	�	�	�i�f� �r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �<� �2�:� �r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �=� �2�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �+�=� �(�r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �*� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
-�	�	�	�	�i�f� �r�e�a�s�o�n�i�n�g�_�e�f�f�e�c�t� �>�=� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�	�	�i�f� �r�e�a�s�o�n�i�n�g�_�r�a�t�e� �>�=� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)� �&�!� �u�p� �t�o� �A�+�
�
 �	�	�	�e�n�d�
�
 �	�	�e�l�s�e�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�n�o�_�m�o�r�e�_�r�e�a�s�o�n�
�
@@ -23032,8 +23709,8 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�a�l�k�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1�0�0�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�c�h�e�e�r�_�e�f�f�e�c�t� �=� �2� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �+� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:� �c�h�e�e�r�_�e�f�f�e�c�t� �=� �0�
�
+�	�	�c�h�e�e�r�_�e�f�f�e�c�t� �=� �2� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �+� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:� �c�h�e�e�r�_�e�f�f�e�c�t� �=� �0�
�
 �	�	�i�f� �c�h�e�e�r�_�e�f�f�e�c�t� �>�=� �5�:� �c�h�e�e�r�_�r�a�t�e� �=� �3�
�
 �	�	�i�f� �c�h�e�e�r�_�e�f�f�e�c�t� �<� �5�:� �c�h�e�e�r�_�r�a�t�e� �=� �2�
�
 �	�	�i�f� �c�h�e�e�r�_�e�f�f�e�c�t� �<� �2�:� �c�h�e�e�r�_�r�a�t�e� �=� �1�
�
@@ -23044,8 +23721,8 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �c�h�e�e�r�_�e�f�f�e�c�t�
�
 �	�	�i�f� �c�h�e�e�r�_�r�a�t�e� �>� �0�:�
�
 �	�	�	�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �=� �0�
�
-�	�	�	�s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �=� �m�a�s�t�e�r�_�c�h�a�
�
-�	�	�	�i�f� �c�h�e�e�r�_�e�f�f�e�c�t� �>� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�	�s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �+�=� �c�h�e�e�r�_�r�a�t�e�
�
+�	�	�	�i�f� �c�h�e�e�r�_�r�a�t�e� �>�=� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)� �&�!� �u�p� �t�o� �A�+�
�
 �	�	�	�g�s� �'�$�m�o�o�d�_�r�i�s�e�'�,� �'�s�l�a�v�e�'�,� �c�h�e�e�r�_�r�a�t�e�
�
 �	�	�e�n�d�
�
 �	�}�
�
@@ -23056,8 +23733,8 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�a�l�k�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1�0�0�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �m�i�n�(�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0� �o�r� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �=� �2�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �0�
�
+�	�	�t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �m�i�n�(�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0� �o�r� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �=� �2�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �0�
�
 �	�	�i�f� �t�h�r�e�a�t�_�e�f�f�e�c�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �1�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �1�
�
 �	�	�i�f� �t�h�r�e�a�t�_�e�f�f�e�c�t� �<� �0�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �0�
�
 �	�	�i�f� �t�h�r�e�a�t�_�e�f�f�e�c�t� �>�=� �5�:� �t�h�r�e�a�t�_�r�a�t�e� �=� �3�
�
@@ -23083,8 +23760,8 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�a�l�k�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�1�0�0�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �s�l�a�v�e�[�'�f�e�a�r�'�]� �+� �m�i�n�(�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0� �o�r� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �=� �2� �o�r� �s�l�a�v�e�[�'�m�a�x�_�g�u�i�l�t�'�]� �<� �2�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �0�
�
+�	�	�t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �s�l�a�v�e�[�'�f�e�a�r�'�]� �+� �m�i�n�(�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0� �o�r� �s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �=� �2� �o�r� �s�l�a�v�e�[�'�m�a�x�_�g�u�i�l�t�'�]� �<� �2�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �0�
�
 �	�	�i�f� �t�h�r�e�a�t�_�e�f�f�e�c�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �1�
�
 �	�	�i�f� �t�h�r�e�a�t�_�e�f�f�e�c�t� �<� �0�:� �t�h�r�e�a�t�_�e�f�f�e�c�t� �=� �0�
�
 �	�	�i�f� �t�h�r�e�a�t�_�e�f�f�e�c�t� �>�=� �5�:� �t�h�r�e�a�t�_�r�a�t�e� �=� �3�
�
@@ -23134,66 +23811,60 @@
 �	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �!� �2�:� �g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �e�n�d�
�
 �
�
-�i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2�:�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�	�i�n�t�e�r�a�c�t�i�o�n� �=� �2�3�
�
-�	�e�l�s�e�
�
-�	�	�$�p�l�a�c�e� �=� �'�l�a�b�'�
�
-�	�	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�m�e�n�u�_�f�o�r�m�'�
�
-�	�	�$�g�e�t�_�p�o�t� �=� �'�A0<>3>='�
�
-�	�	�i�f� �p�u�t�_�k�a�n�a�b�i�s� �=� �0�:�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �0�:� �$�g�e�t�_�p�o�t� �=� �'�20:E8G5A:89_�=5:B0@'�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �1�:� �$�g�e�t�_�p�o�t� �=� �'�B>=878@CN7I89_�M;8:A8@'�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�F5;8B5;L=K9_�10;L70<'�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �p�u�t�_�k�o�f�f�e� �=� �0�:�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �4�:� �$�g�e�t�_�p�o�t� �=� �'�?@82>@>B=>5_�75;L5'�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �p�u�t�_�m�e�t�h� �=� �0�:�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �4�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �3�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �p�u�t�_�o�p�i�u�m� �=� �0�:�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �1�:� �$�g�e�t�_�p�o�t� �=� �'�0D@>48780:'�
�
-�	�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�<>I=K9_�0D>48780:'�
�
-�	�	�e�n�d�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �W�h�e�n� �a�l�l� �c�o�m�p�o�n�e�n�t�s� �a�r�e� �p�r�o�p�e�r�l�y� �m�i�x�e�d�,� �i�t� s� �t�i�m�e� �f�o�r� �t�h�e� �m�o�s�t� �c�r�i�t�i�c�a�l� �p�r�o�c�e�s�s�.� �Y�o�u� �n�e�e�d� �t�o� �r�e�f�i�n�e� �a�n�d� �d�i�s�t�i�l�l� �t�h�e� �m�i�x� �u�s�i�n�g� �a�l�c�h�e�m�i�c�a�l� �e�q�u�i�p�m�e�n�t�,� �a�n�d� �t�h�e�n� �s�a�t�u�r�a�t�e� �t�h�e� �p�o�t�i�o�n� �w�i�t�h� �t�h�e� �p�o�w�e�r� �o�f� �s�p�a�r�k�s�,� �s�o� �t�h�a�t� �t�h�e� �m�a�g�i�c� �g�a�i�n�s� �s�t�r�e�n�g�t�h�.�'�
�
-�	�	�$�t�e�x�t�[�2�]� �=� �$�g�e�t�_�p�o�t�_�d�e�s�c�r�i�p�t�i�o�n�[�$�g�e�t�_�p�o�t�]�
�
-�	�	�i�f� �$�g�e�t�_�p�o�t� �=� �'�A0<>3>='�:�
�
-�	�	�	�f�r�i�d�g�e�[�'�a�l�c�o�h�o�l�'�]� �+�=� �1�
�
-�	�	�e�l�s�e�
�
-�	�	�	�d�y�n�a�m�i�c� �"�<�<�$�g�e�t�_�p�o�t�>�>� �+�=� �1�"�
�
-�	�	�	�s�p�a�r�k�s� �-�=� �1�
�
-�	�	�e�n�d�
�
-�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
-�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �'�c�o�n�t�e�n�t�\�s�n�d�\�b�u�l�k�.�w�a�v�'�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
-�	�e�n�d�
�
-�e�n�d�
�
-�
�
-�i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3�:�
�
+�$�i�n�t�e�r�a�c�t�i�o�n�_�b�r�e�w�_�p�o�t�i�o�n� �=� �{�
�
 �	�n�p�c� �=� �0�
�
 �	�$�p�l�a�c�e� �=� �'�l�a�b�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�m�e�n�u�_�f�o�r�m�'�
�
 �	�$�g�e�t�_�p�o�t� �=� �'�A0<>3>='�
�
 �	�i�f� �p�u�t�_�k�a�n�a�b�i�s� �=� �0�:�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �0�:� �$�g�e�t�_�p�o�t� �=� �'�20:E8G5A:89_�=5:B0@'�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �1�:� �$�g�e�t�_�p�o�t� �=� �'�B>=878@CN7I89_�M;8:A8@'�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�F5;8B5;L=K9_�10;L70<'�
�
+�	�	�i�f� �m�i�n�(�l�a�b�_�s�t�o�r�e�[�'�k�o�f�f�e�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�m�e�t�h�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�o�p�i�u�m�'�]�)� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �0�:� �$�g�e�t�_�p�o�t� �=� �'�20:E8G5A:89_�=5:B0@'�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'�:�
�
+�	�	�	�i�f� �f�r�i�d�g�e�[�'�a�l�c�o�h�o�l�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �1�:� �$�g�e�t�_�p�o�t� �=� �'�B>=878@CN7I89_�M;8:A8@'�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'�:�
�
+�	�	�	�i�f� �l�a�b�_�s�t�o�r�e�[�'�s�l�i�m�e�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�F5;8B5;L=K9_�10;L70<'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �p�u�t�_�k�o�f�f�e� �=� �0�:�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �4�:� �$�g�e�t�_�p�o�t� �=� �'�?@82>@>B=>5_�75;L5'�
�
+�	�	�i�f� �m�i�n�(�l�a�b�_�s�t�o�r�e�[�'�k�a�n�a�b�i�s�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�m�e�t�h�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�o�p�i�u�m�'�]�)� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'�:� �
�
+�	�	�	�i�f� �l�a�b�_�s�t�o�r�e�[�'�s�l�i�m�e�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �4�:� �$�g�e�t�_�p�o�t� �=� �'�?@82>@>B=>5_�75;L5'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �p�u�t�_�m�e�t�h� �=� �0�:�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �4�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �3�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
+�	�	�i�f� �m�i�n�(�l�a�b�_�s�t�o�r�e�[�'�k�a�n�a�b�i�s�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�k�o�f�f�e�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�o�p�i�u�m�'�]�)� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �4�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'�:�
�
+�	�	�	�i�f� �f�r�i�d�g�e�[�'�a�l�c�o�h�o�l�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �3�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'�:�
�
+�	�	�	�i�f� �l�a�b�_�s�t�o�r�e�[�'�s�l�i�m�e�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�2>40_�;5BK'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �p�u�t�_�o�p�i�u�m� �=� �0�:�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �1�:� �$�g�e�t�_�p�o�t� �=� �'�0D@>48780:'�
�
-�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�<>I=K9_�0D>48780:'�
�
-�	�e�n�d�
�
+�	�	�i�f� �m�i�n�(�l�a�b�_�s�t�o�r�e�[�'�k�a�n�a�b�i�s�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�k�o�f�f�e�'�]�,� �l�a�b�_�s�t�o�r�e�[�'�m�e�t�h�'�]�)� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'�:�
�
+�	�	�	�i�f� �f�r�i�d�g�e�[�'�a�l�c�o�h�o�l�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �1�:� �$�g�e�t�_�p�o�t� �=� �'�0D@>48780:'�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'�:�
�
+�	�	�	�i�f� �l�a�b�_�s�t�o�r�e�[�'�s�l�i�m�e�'�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�:� �$�g�e�t�_�p�o�t� �=� �'�<>I=K9_�0D>48780:'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�!� �d�e�d�u�c�t� �i�n�g�r�e�d�i�e�n�t�s� �f�r�o�m� �s�t�o�r�a�g�e�
�
+�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�p�i�r�i�t�'�:� �f�r�i�d�g�e�[�'�a�l�c�o�h�o�l�'�]� �-�=� �1�
�
+�	�i�f� �$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�s�l�i�m�e�'�:� �l�a�b�_�s�t�o�r�e�[�'�s�l�i�m�e�'�]� �-�=� �1�
�
+�	�i�f� �p�u�t�_�k�a�n�a�b�i�s� �>� �0�:� �l�a�b�_�s�t�o�r�e�[�'�k�a�n�a�b�i�s�'�]� �-�=� �1�
�
+�	�i�f� �p�u�t�_�k�o�f�f�e� �>� �0�:� �l�a�b�_�s�t�o�r�e�[�'�k�o�f�f�e�'�]� �-�=� �1�
�
+�	�i�f� �p�u�t�_�m�e�t�h� �>� �0�:� �l�a�b�_�s�t�o�r�e�[�'�m�e�t�h�'�]� �-�=� �1�
�
+�	�i�f� �p�u�t�_�o�p�i�u�m� �>� �0�:� �l�a�b�_�s�t�o�r�e�[�'�o�p�i�u�m�'�]� �-�=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �W�h�e�n� �a�l�l� �c�o�m�p�o�n�e�n�t�s� �a�r�e� �p�r�o�p�e�r�l�y� �m�i�x�e�d�,� �i�t� s� �t�i�m�e� �f�o�r� �t�h�e� �m�o�s�t� �c�r�i�t�i�c�a�l� �p�r�o�c�e�s�s�.� �Y�o�u� �n�e�e�d� �t�o� �r�e�f�i�n�e� �a�n�d� �d�i�s�t�i�l�l� �t�h�e� �m�i�x� �u�s�i�n�g� �a�l�c�h�e�m�i�c�a�l� �e�q�u�i�p�m�e�n�t�,� �a�n�d� �t�h�e�n� �s�a�t�u�r�a�t�e� �t�h�e� �p�o�t�i�o�n� �w�i�t�h� �t�h�e� �p�o�w�e�r� �o�f� �s�p�a�r�k�s�,� �s�o� �t�h�a�t� �t�h�e� �m�a�g�i�c� �g�a�i�n�s� �s�t�r�e�n�g�t�h�.�'�
�
 �	�$�t�e�x�t�[�2�]� �=� �$�g�e�t�_�p�o�t�_�d�e�s�c�r�i�p�t�i�o�n�[�$�g�e�t�_�p�o�t�]�
�
 �	�i�f� �$�g�e�t�_�p�o�t� �=� �'�A0<>3>='�:�
�
@@ -23202,9 +23873,31 @@
 �	�	�d�y�n�a�m�i�c� �"�<�<�$�g�e�t�_�p�o�t�>�>� �+�=� �1�"�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�
�
 �	�e�n�d�
�
-�	�a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
-�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
+�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �'�c�o�n�t�e�n�t�\�s�n�d�\�b�u�l�k�.�w�a�v�'�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
+�}�
�
+�
�
+�i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2�:�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�n�t�e�r�a�c�t�i�o�n�_�b�r�e�w�_�p�o�t�i�o�n�,� �'�d�y�n�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�
�
+�	�e�l�s�e�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�n�t�e�r�a�c�t�i�o�n�_�b�r�e�w�_�p�o�t�i�o�n�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
+�i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�3�:�
�
+�	�!� �w�a�s� �a�s�s�i�s�t�a�n�t� �v�a�r�i�a�n�t� �o�f� �b�r�e�w� �p�o�t�i�o�n� �i�n�t�e�r�a�c�t�i�o�n�,� �n�o�w� �r�e�p�u�r�p�o�s�e�d� �f�o�r� �"�i�n�s�u�f�f�i�c�i�e�n�t� �i�n�g�r�e�d�i�e�n�t�s�"� �s�c�r�e�e�n�
�
+�	�$�p�l�a�c�e� �=� �'�l�a�b�'�
�
+�	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�m�e�n�u�_�f�o�r�m�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �A�s� �y�o�u� �g�o� �t�o� �p�r�e�p�a�r�e� �t�h�e� �r�e�c�i�p�e�,� �y�o�u� �r�e�a�l�i�z�e� �t�h�a�t� �y�o�u� �d�o� �n�o�t� �h�a�v�e� �a�l�l� �o�f� �t�h�e� �r�e�q�u�i�r�e�d� �i�n�g�r�e�d�i�e�n�t�s�.� �T�h�i�s� �i�s� �t�h�e� �f�a�u�l�t� �o�f� �y�o�u�r� �s�l�a�v�e�,� �i�s� �i�t� �n�o�t�?�'�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�s�h�o�w�_�a�s�s�i�s�t�a�n�t�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�a�s�s�i�s�t�a�n�t�'�
�
+�	�e�l�s�e�
�
+�	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
 �!�s�l�a�v�e� �s�l�e�e�p�i�n�g� �c�o�n�d�i�t�i�o�n�
�
@@ -23298,10 +23991,11 @@
 �	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�/�m�a�s�t�e�r�_�c�o�o�k�i�n�g�'�
�
 �	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�m�a�s�t�e�r�_�c�o�o�k�i�n�g�'�]�)�
�
 �	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
-�	�$�t�e�x�t�[�1�]� �=� �$�m�a�s�t�e�r�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�m�a�s�t�e�r�_�b�u�t�l�e�r�]�
�
-�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �<� �m�a�s�t�e�r�_�b�u�t�l�e�r�:� �c�o�o�k�e�d�_�f�o�o�d� �=� �m�i�n�(�5�,� �m�a�s�t�e�r�_�b�u�t�l�e�r�)�
�
+�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �m�a�s�t�e�r�_�b�u�t�l�e�r� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
+�	�$�t�e�x�t�[�1�]� �=� �$�m�a�s�t�e�r�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�c�o�o�k�e�d�_�f�o�o�d�]� �&�!� �d�e�s�c�r�i�p�t�i�o�n� �b�a�s�e�d� �o�n� �m�e�a�l� �q�u�a�l�i�t�y�
�
+�	�i�f� �c�o�o�k�e�d�_�f�o�o�d� �=� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&�!� �p�r�e�p�a�r�i�n�g� �c�a�n�n�e�d� �f�o�o�d� �i�s� �e�a�s�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�o�o�k�'�]� �=� �3� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �m�a�s�t�e�r�_�b�u�t�l�e�r�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�o�o�k�'�]� �=� �m�a�x�(�0�,� �3� �+� �m�a�s�t�e�r�_�c�h�a� �-� �m�a�s�t�e�r�_�b�u�t�l�e�r�)�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
@@ -23321,7 +24015,7 @@
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �-�=� �m�a�x�(�8�,�m�a�s�t�e�r�_�b�u�t�l�e�r�*�1�6�)� �&�!� �D�-� �i�s� �t�w�i�c�e� �a�s� �e�f�f�e�c�t�i�v�e� �a�s� �F�-� �(�p�r�e�v�i�o�u�s�l�y�,� �F�-� �w�a�s� �c�o�m�p�l�e�t�e�l�y� �i�n�e�f�f�e�c�t�i�v�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�h�o�u�s�e�_�c�l�e�a�n�i�n�g�
�
 �	�i�f� �m�a�s�t�e�r�_�b�u�t�l�e�r� �<� �3� �a�n�d� �h�o�u�s�e�_�m�e�s�s� �=� �0�:� �h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �=� �1�0� �&�!� �B�+� �s�k�i�l�l� �o�r� �b�e�t�t�e�r� �i�s� �n�e�e�d�e�d� �t�o� �r�e�a�c�h� �p�e�r�f�e�c�t� �c�l�e�a�n�l�i�n�e�s�s�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�l�e�a�n�i�n�g�'�]� �=� �1� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�c�l�e�a�n�i�n�g�'�]� �=� �1� �+� �m�a�s�t�e�r�_�c�h�a�
�
 �	�m�a�s�t�e�r�_�b�u�t�l�e�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �e�n�d�
�
@@ -23340,9 +24034,8 @@
 �	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�,� �a�s�s�i�s�t�a�n�t�'�,� �'�l�e�s�b�a�t�h�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�a�s�s�i�s�t�a�n�t�_�w�a�s�h�e�s�_�s�l�a�v�e�
�
 �	�	�o�r�a�l�_�w�a�s�h� �=� �m�i�n� �(�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�o�r�a�l�'�]�)�
�
-�	�	�a�s�s�i�s�t�a�n�t�_�s�k�i�l�l� �=� �o�r�a�l�_�w�a�s�h�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �a�s�s�i�s�t�a�n�t�[�'�p�e�t�t�i�n�g�'�]� �+� �o�r�a�l�_�w�a�s�h� �&�!� �m�a�x� �e�f�f�e�c�t� �o�f� �+�1� �m�o�o�d�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�i�n�(�a�s�s�i�s�t�a�n�t�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�p�e�t�t�i�n�g�'�]�)�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�p�e�t�t�i�n�g�'�]�)�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�
�
 �	�	�!�n�o� �e�n�e�r�g�y� �d�r�o�p� �f�o�r� �s�l�a�v�e� �i�s� �a� �b�e�n�e�f�i�t� �o�f� �b�e�i�n�g� �w�a�s�h�e�d�
�
@@ -23592,9 +24285,8 @@
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�c�o�o�k�'�]�)�)�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�c�o�o�k�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
-�	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�_�s�k�i�l�l�]�
�
-�	�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �m�a�x�(�c�o�o�k�e�d�_�f�o�o�d�,� �s�l�a�v�e�_�s�k�i�l�l�)� �&�!� �o�n�l�y� �r�e�p�l�a�c�e�s� �p�r�e�p�a�r�e�d� �f�o�o�d� �i�f� �h�i�g�h�e�r� �q�u�a�l�i�t�y�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �d�y�n�s�l�a�v�e�[�'�c�o�o�k�'�]� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �$�t�e�x�t�[�1�]� �+�=� �'� �S�t�i�l�l�,� �y�o�u� �k�n�o�w� �s�h�e� �c�o�u�l�d� �d�o� �b�e�t�t�e�r�.� �I�t� �s�e�e�m�s� �h�e�r� �m�o�t�i�v�a�t�i�o�n� �h�a�s� �d�i�m�i�n�i�s�h�e�d� �w�i�t�h� �a�u�t�o�n�o�m�y� �-� �p�e�r�h�a�p�s� �y�o�u� �s�h�o�u�l�d� �r�e�s�u�m�e� �h�e�r� �t�r�a�i�n�i�n�g� �a�n�d� �i�n�s�t�i�l�l� �a� �s�t�r�o�n�g�e�r� �s�e�n�s�e� �o�f� �l�o�y�a�l�t�y�.�'�
�
+�	�	�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �s�l�a�v�e�_�s�k�i�l�l� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�c�o�o�k�_�d�e�s�c�r�i�p�t�i�o�n�[�m�i�n�(�c�o�o�k�e�d�_�f�o�o�d�,� �s�l�a�v�e�_�s�k�i�l�l�)�]� �&�!� �d�e�s�c�r�i�p�t�i�o�n� �b�a�s�e�d� �o�n� �l�e�s�s�e�r� �o�f� �m�e�a�l� �q�u�a�l�i�t�y� �o�r� �s�k�i�l�l�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�	�}�
�
@@ -23608,8 +24300,8 @@
 �!�S�l�a�v�e� �d�o�i�n�g� �g�y�m�n�a�s�t�i�c�s�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�g�y�m�n�a�s�t�i�c�s�_�S�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�k�e�_�s�l�a�v�e�_�d�o�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�4� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �+�=� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �-�2�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�,� �1�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �3�,� �1�,� �0�)� �&�!� �A�t�h�l�e�t�i�c�s� �l�e�s�s�o�n� �r�e�p�u�l�s�e� �(�a�b�o�v�e�)� �a�s� �b�a�s�e�l�i�n�e�,� �o�f�f�s�e�t� �b�y� �-�2� �f�o�r� �h�i�g�h� �p�r�i�d�e� �(�p�r�i�d�e� �p�r�e�f�e�r�s� �l�e�s�s� �i�n�t�e�r�a�c�t�i�o�n� �w�i�t�h� �s�l�a�v�e�r�)� �a�n�d� �+�1� �e�a�c�h� �f�o�r� �l�o�w� �i�n�t�e�l�l�e�c�t�,� �l�o�w� �n�a�t�u�r�e� �d�u�e� �t�o� �d�i�s�c�o�m�f�o�r�t� �w�i�t�h� �l�a�c�k� �o�f� �g�u�i�d�a�n�c�e�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �+�=� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �-�2�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3�,� �1�,� �0�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �<� �3�,� �1�,� �0�)� �&�!� �A�t�h�l�e�t�i�c�s� �l�e�s�s�o�n� �r�e�p�u�l�s�e� �(�a�b�o�v�e�)� �a�s� �b�a�s�e�l�i�n�e�,� �o�f�f�s�e�t� �b�y� �-�2� �f�o�r� �h�i�g�h� �p�r�i�d�e� �(�p�r�i�d�e� �p�r�e�f�e�r�s� �l�e�s�s� �i�n�t�e�r�a�c�t�i�o�n� �w�i�t�h� �s�l�a�v�e�r�)� �a�n�d� �+�1� �e�a�c�h� �f�o�r� �l�o�w� �i�n�t�e�l�l�e�c�t�,� �l�o�w� �n�a�t�u�r�e� �d�u�e� �t�o� �d�i�s�c�o�m�f�o�r�t� �w�i�t�h� �l�a�c�k� �o�f� �g�u�i�d�a�n�c�e�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �5� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �&�!� �B�+� �e�n�d�u�r�a�n�c�e� �g�a�i�n�s� �d�i�l�i�g�e�n�c�e� �a�t� �3�+� �a�u�r�a� �s�t�a�t�s�;� �A�+� �e�n�d�u�r�a�n�c�e� �a�t� �2�+� �a�u�r�a� �s�t�a�t�s�;� �S�+� �e�n�d�u�r�a�n�c�e� �a�t� �1�+� �a�u�r�a� �s�t�a�t�s�
�
 �	�$�r�e�f�u�s�e�_�t�x�t� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �d�o� �g�y�m�n�a�s�t�i�c�s�.� �L�o�o�k�s� �l�i�k�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �t�a�u�g�h�t� �a� �l�e�s�s�o�n� �o�f� �o�b�e�d�i�e�n�c�e�.�'�
�
 �	�$�m�i�s�c�_�b�o�n�u�s� �=� �'�l�e�a�r�n�_�b�o�n�u�s�[�"�s�t�a�m�i�n�a�"�]�'�
�
@@ -23632,7 +24324,7 @@
 �	�	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �2� �&�!� �s�t�a�m�i�n�a� �i�n�c�r�e�a�s�e� �i�s� �h�a�n�d�l�e�d� �b�y� �$�d�y�n�_�s�k�i�l�l�_�r�i�s�e� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�
�
 �	�	�e�l�s�e�
�
 �	�	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
-�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �s�l�a�v�e� s� �a�c�t�i�o�n�s� �c�l�e�a�r�l�y� �s�h�o�w� �t�h�a�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�8�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �d�o�e�s�n� t� �t�r�y� �a�t� �a�l�l�.� �A� �s�h�o�r�t� �s�e�t� �o�f� �m�i�l�d� �s�t�r�e�t�c�h�e�s� �h�a�r�d�l�y� �q�u�a�l�i�f�i�e�s� �a�s� �g�y�m�n�a�s�t�i�c�s�.�'�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �s�l�a�v�e� s� �a�c�t�i�o�n�s� �c�l�e�a�r�l�y� �s�h�o�w� �t�h�a�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�8�[�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �d�o�e�s�n� t� �t�r�y� �a�t� �a�l�l�.� �A� �s�h�o�r�t� �s�e�t� �o�f� �m�i�l�d� �s�t�r�e�t�c�h�e�s� �h�a�r�d�l�y� �q�u�a�l�i�f�i�e�s� �a�s� �g�y�m�n�a�s�t�i�c�s�.�'�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<�=� �0�:� �$�t�e�x�t�[�1�]� �+�=� �'� �S�h�e� �l�o�o�k�s� �e�x�h�a�u�s�t�e�d�'� �+� �i�i�f�(�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�,� �'� �a�n�d� �m�i�s�e�r�a�b�l�e�.�'�,� �'�.�'�)� �&�!� �c�o�n�d�i�t�i�o�n� �i�s� �<�=� �b�e�c�a�u�s�e� �e�n�e�r�g�y� �d�r�o�p� �h�a�p�p�e�n�s� �b�e�f�o�r�e� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �=� �4� �a�n�d� �s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:� �$�t�e�x�t�[�1�]� �+�=� �'� �S�t�i�l�l�,� �s�h�e� �n�e�e�d�s� �t�o� �s�h�e�d� �s�o�m�e� �w�e�i�g�h�t� �i�n� �o�r�d�e�r� �t�o� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e� �f�u�r�t�h�e�r�.�'�
�
@@ -23661,7 +24353,7 @@
 �	�	�s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&�!� �s�e�x� �a�c�c�e�p�t�a�n�c�e� �w�i�l�l� �b�e� �a�d�d�e�d� �t�o� �r�e�p�u�l�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�m�p�o�t�e�n�t� �=� �1� �&�!� �d�o�e�s� �n�o�t� �r�e�q�u�i�r�e� �t�h�e� �m�a�s�t�e�r� �t�o� �a�c�h�i�e�v�e� �a�n� �e�r�e�c�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �0� �&�!� �s�a�m�e� �t�i�e�r� �a�s� �s�e�d�u�c�t�i�o�n�,� �m�a�s�t�u�r�b�a�t�i�o�n� �l�e�s�s�o�n�s�
�
-�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �2� �+� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �&�!� �t�h�e� �d�i�r�t�i�e�r� �t�h�e� �m�a�s�t�e�r�,� �t�h�e� �h�i�g�h�e�r� �t�h�e� �a�u�r�a� �s�t�a�t�s� �n�e�e�d�e�d� �t�o� �i�m�p�r�o�v�e� �d�i�l�i�g�e�n�c�e� �(�3�+� �o�r� �m�o�r�e�)�
�
+�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �2� �+� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �-� �d�y�n�s�l�a�v�e�[�'�d�e�x�t�e�r�i�t�y�'�]�*�2� �&�!� �t�h�e� �d�i�r�t�i�e�r� �t�h�e� �m�a�s�t�e�r�,� �t�h�e� �h�i�g�h�e�r� �t�h�e� �a�u�r�a� �s�t�a�t�s� �n�e�e�d�e�d� �t�o� �i�m�p�r�o�v�e� �d�i�l�i�g�e�n�c�e� �(�3�+� �o�r� �m�o�r�e�)� �[�1�+� �w�i�t�h� �D�e�x�t�e�r�o�u�s� �t�r�a�i�t�]�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �1�:� �s�h�a�m�e�f�u�l� �=� �1� �&�!� �i�n�t�e�r�a�c�t�s� �w�i�t�h� �s�l�a�v�e� �e�x�h�i�b�i�t�i�o�n�i�s�m� �t�r�a�i�t� �w�h�e�n� �n�o�n�-�d�e�v�o�t�e�d� �s�l�a�v�e� �i�s� �e�x�p�o�s�e�d� �t�o� �m�a�s�t�e�r�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1� �&�!� �h�a�l�f� �a�c�t�i�o�n� �f�o�r� �s�l�a�v�e� �i�n� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
 �	�	�$�r�e�f�u�s�e�_�t�x�t� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�a�s�h� �y�o�u�.� �L�o�o�k�s� �l�i�k�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �t�a�u�g�h�t� �a� �l�e�s�s�o�n� �o�f� �o�b�e�d�i�e�n�c�e�.�'�
�
@@ -23675,7 +24367,7 @@
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �0�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �m�a�i�n�_�w�a�s�h� �+� �o�r�a�l�_�w�a�s�h�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �1�
�
-�	�	�	�i�f� �m�i�n�(�m�a�i�n�_�w�a�s�h�,� �o�r�a�l�_�w�a�s�h�)� �>�=� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
+�	�	�	�i�f� �m�i�n�(�m�a�i�n�_�w�a�s�h�,� �o�r�a�l�_�w�a�s�h�)� �>�=� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�l�i�b�i�d�o�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
@@ -23700,7 +24392,7 @@
 �	�	�s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&�!� �s�e�x� �a�c�c�e�p�t�a�n�c�e� �w�i�l�l� �b�e� �a�d�d�e�d� �t�o� �r�e�p�u�l�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�m�p�o�t�e�n�t� �=� �1� �&�!� �d�o�e�s� �n�o�t� �r�e�q�u�i�r�e� �t�h�e� �m�a�s�t�e�r� �t�o� �a�c�h�i�e�v�e� �a�n� �e�r�e�c�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �3� �&�!� �s�a�m�e� �t�i�e�r� �a�s� �r�u�b�b�i�n�g� �l�e�s�s�o�n�
�
-�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �3� �+� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �&�!� �t�h�e� �d�i�r�t�i�e�r� �t�h�e� �m�a�s�t�e�r�,� �t�h�e� �h�i�g�h�e�r� �t�h�e� �a�u�r�a� �s�t�a�t�s� �n�e�e�d�e�d� �t�o� �i�m�p�r�o�v�e� �d�i�l�i�g�e�n�c�e� �(�4�+� �o�r� �m�o�r�e�)�
�
+�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �3� �+� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �-� �d�y�n�s�l�a�v�e�[�'�d�e�x�t�e�r�i�t�y�'�]�*�2� �&�!� �t�h�e� �d�i�r�t�i�e�r� �t�h�e� �m�a�s�t�e�r�,� �t�h�e� �h�i�g�h�e�r� �t�h�e� �a�u�r�a� �s�t�a�t�s� �n�e�e�d�e�d� �t�o� �i�m�p�r�o�v�e� �d�i�l�i�g�e�n�c�e� �(�4�+� �o�r� �m�o�r�e�)� �[�2�+� �w�i�t�h� �D�e�x�t�e�r�o�u�s� �t�r�a�i�t�]�
�
 �	�	�$�r�e�f�u�s�e�_�t�x�t� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �g�i�v�e� �y�o�u� �a� �m�a�s�s�a�g�e�.� �L�o�o�k�s� �l�i�k�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �t�a�u�g�h�t� �a� �l�e�s�s�o�n� �o�f� �o�b�e�d�i�e�n�c�e�.�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�m�a�s�s�a�g�e�_�q�u�a�l�i�t�y� �=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1� �+� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]�)�
�
@@ -23711,7 +24403,7 @@
 �	�	�	�	�m�a�s�t�e�r�_�m�a�s�s�a�g�e�d� �=� �1�
�
 �	�	�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �m�a�s�s�a�g�e�_�q�u�a�l�i�t�y�*�3�
�
 �	�	�	�	�m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �-�=� �2�
�
-�	�	�	�	�i�f� �m�a�s�s�a�g�e�_�q�u�a�l�i�t�y� �>�=� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
+�	�	�	�	�i�f� �m�a�s�s�a�g�e�_�q�u�a�l�i�t�y� �>�=� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�	�e�l�s�e�i�f� �m�a�s�t�e�r�_�h�y�g�i�e�n�e� �>� �2�:�
�
 �	�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �P�e�r�h�a�p�s� �a� �b�a�t�h� �b�e�f�o�r�e� �y�o�u�r� �n�e�x�t� �m�a�s�s�a�g�e� �w�o�u�l�d� �b�e� �a� �g�o�o�d� �i�d�e�a�.�'�
�
 �	�	�	�e�n�d�
�
@@ -23734,7 +24426,7 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�e�n�t�e�r�t�a�i�n�_�c�o�n�c�e�r�t� �=� �{�
�
 �	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�k�e�_�d�y�n�s�l�a�v�e�_�d�o�'�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �0� �-� �d�y�n�s�l�a�v�e�[�'�m�u�s�i�c�'�]� �&�!� �h�i�g�h�e�r� �m�u�s�i�c� �s�k�i�l�l� �l�o�w�e�r�s� �r�e�p�u�l�s�e�
�
-�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �6� �-� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �&�!� �a� �s�l�a�v�e� �w�i�t�h� �B�+� �i�n�t�e�l�l�e�c�t� �g�a�i�n�s� �d�i�l�i�g�e�n�c�e� �a�t� �4�+� �a�u�r�a� �s�t�a�t�s�;� �A�+� �a�t� �3�+�;� �S�+� �a�t� �2�+�
�
+�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �6� �-� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �-� �d�y�n�s�l�a�v�e�[�'�d�e�x�t�e�r�i�t�y�'�]�*�2� �&�!� �a� �s�l�a�v�e� �w�i�t�h� �B�+� �i�n�t�e�l�l�e�c�t� �g�a�i�n�s� �d�i�l�i�g�e�n�c�e� �a�t� �4�+� �a�u�r�a� �s�t�a�t�s�;� �A�+� �a�t� �3�+�;� �S�+� �a�t� �2�+� �[�B�+� �w�i�t�h� �D�e�x�t�e�r�o�u�s� �t�r�a�i�t�]�
�
 �	�	�$�r�e�f�u�s�e�_�t�x�t� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �e�n�t�e�r�t�a�i�n� �y�o�u� �w�i�t�h� �a� �m�u�s�i�c� �p�e�r�f�o�r�m�a�n�c�e�.� �L�o�o�k�s� �l�i�k�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �t�a�u�g�h�t� �a� �l�e�s�s�o�n� �o�f� �o�b�e�d�i�e�n�c�e�&  �o�r� �m�u�s�i�c�.�'�
�
 �	�	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�m�u�s�i�c�'�
�
 �	�	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�m�u�s�i�c�_�a�f�f�i�n�i�t�y�'�
�
@@ -23745,8 +24437,8 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�c�o�n�c�e�r�t�[�s�l�a�v�e�_�s�k�i�l�l�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>� �0�:�
�
-�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �+�=� �1�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
@@ -23786,8 +24478,8 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�a�c�r�o�b�a�t�i�c�_�s�t�u�n�t�[�s�l�a�v�e�_�s�k�i�l�l�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>� �0�:�
�
-�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�	�	�e�n�d�
�
@@ -23805,7 +24497,7 @@
 �	�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�o�o�b�s�'�]� �>� �2�:� �$�t�e�x�t�[�1�]� �+�=� �'� �H�e�r� �<�<�$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�>�>� �b�r�e�a�s�t�s� �m�a�k�e� �h�e�r� �l�e�s�s� �g�r�a�c�e�f�u�l�.�'�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�n�d�
�
-�	�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �=� �4� �a�n�d� �s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:� �$�t�e�x�t�[�1�]� �+�=� �'� �S�t�i�l�l�,� �s�h�e� �n�e�e�d�s� �t�o� �s�h�e�d� �s�o�m�e� �w�e�i�g�h�t� �i�n� �o�r�d�e�r� �t�o� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e� �f�u�r�t�h�e�r�.�'�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �=� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �>� �3�:� �$�t�e�x�t�[�1�]� �+�=� �'� �S�t�i�l�l�,� �s�h�e� �n�e�e�d�s� �t�o� �s�h�e�d� �s�o�m�e� �w�e�i�g�h�t� �i�n� �o�r�d�e�r� �t�o� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e� �f�u�r�t�h�e�r�.�'�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
 �	�	�}�
�
@@ -23841,10 +24533,10 @@
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�s�t�y�l�e�*�2�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>� �0�:�
�
-�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
+�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
 �	�	�	�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �0� �a�n�d� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�1�0�
�
 �	�	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�	�	�e�n�d�
�
@@ -23892,10 +24584,10 @@
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�s�t�y�l�e�*�2�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>� �0�:�
�
-�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
+�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �1� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
 �	�	�	�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �0� �a�n�d� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�1�0�
�
 �	�	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�	�	�e�n�d�
�
@@ -23909,7 +24601,6 @@
 �	�	�	�	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+�=� �(�m�a�s�t�e�r�_�l�i�b�i�d�o� �*� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�2�
�
 �	�	�	�	�	�i�f� �n�o�_�l�o�l�i� �=� �2�:� �$�t�e�x�t�[�1�]� �+�=� �'� �S�o� �d�e�l�i�g�h�t�f�u�l� �w�a�t�c�h�i�n�g� �a� �y�o�u�n�g� �g�i�r�l� �d�o� �n�a�s�t�y� �t�h�i�n�g�s� �t�o� �h�e�r�s�e�l�f�.�'�
�
 �	�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:�
�
-�	�	�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �-�=� �s�l�a�v�e�_�s�k�i�l�l� �*� �d�y�n�s�l�a�v�e�[�'�b�o�o�b�s�'�]�
�
 �	�	�	�	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �-�=� �(�6� �-� �s�l�a�v�e�_�s�k�i�l�l�)� �*� �d�y�n�s�l�a�v�e�[�'�b�o�o�b�s�'�]�
�
 �	�	�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �O�f� �c�o�u�r�s�e�,� �i�t� �w�o�u�l�d� �b�e� �m�o�r�e� �a�r�o�u�s�i�n�g� �i�f� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�e�r�e� �n�o�t� �s�o� �o�l�d�.�'�
�
 �	�	�	�	�e�l�s�e�
�
@@ -23948,15 +24639,15 @@
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�s�t�y�l�e�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�s�t�y�l�e�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>� �0�:�
�
-�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �2� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
+�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �2� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
 �	�	�	�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �0� �a�n�d� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�1�0�
�
 �	�	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
 �	�	�	�	�!�a�d�d�e�d� �s�l�a�v�e� �i�m�p�a�c�t�s�,� �r�e�m�o�v�e�d� �e�x�t�r�a�n�e�o�u�s� �s�i�n� �c�h�e�c�k�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�	�	�e�n�d�
�
-�	�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�	�	�e�n�d�
�
@@ -24008,13 +24699,16 @@
 �	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�d�o�g�_�s�h�o�w�[�s�l�a�v�e�_�s�k�i�l�l�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �s�l�a�v�e�_�s�k�i�l�l�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �>� �1�:� �d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �>� �1�:�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�(�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]�+�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�4�,� �(�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]�+�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�2�)� �&�!� �f�o�r� �c�o�w� �(�a� �m�o�r�e� �s�k�i�l�l�e�d� �s�l�a�v�e� �c�a�n� �e�x�t�r�a�c�t� �m�o�r�e� �s�e�m�e�n�)�
�
+�	�	�e�n�d�
�
 �	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>� �0�:�
�
-�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �2� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �2� �+� �s�l�a�v�e�_�s�k�i�l�l� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
 �	�	�	�i�f� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �0� �a�n�d� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�1�0�
�
 �	�	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �>�=� �m�a�s�t�e�r�_�l�i�b�i�d�o�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �s�l�a�v�e�_�s�k�i�l�l�*�3�
�
-�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
+�	�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
@@ -24040,7 +24734,7 @@
 �	�	�$�s�u�b�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�v�a�g�i�n�a�l�"�]�'�
�
 �	�	�$�s�u�b�s�k�i�l�l�_�x�p� �=� �'�s�l�a�v�e�[�"�s�u�b�_�v�a�g�i�n�a�l�_�x�p�"�]�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�*�2�)�/�4�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:� �$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�d�e�f�l�o�r�a�t�i�o�n�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -24057,8 +24751,8 @@
 �	�	�	�e�n�d�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �1�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �1�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �s�l�a�v�e� �e�n�e�r�g�y� �d�r�o�p� �i�s� �h�a�n�d�l�e�d� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�0�
�
@@ -24087,7 +24781,7 @@
 �	�	�$�s�u�b�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�a�n�a�l�"�]�'�
�
 �	�	�$�s�u�b�s�k�i�l�l�_�x�p� �=� �'�s�l�a�v�e�[�"�s�u�b�_�a�n�a�l�_�x�p�"�]�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�n�a�l�'�]�*�2�)�/�3�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�a�n�a�l�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�a�s�s�f�u�c�k�_�s�o�u�n�d�[�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
@@ -24110,13 +24804,13 @@
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �>� �0� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �m�a�s�t�e�r�_�s�t�r�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �>� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �1�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
 �	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �s�l�a�v�e� �e�n�e�r�g�y� �d�r�o�p� �i�s� �h�a�n�d�l�e�d� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �2�0�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
 �	�	�}�
�
 �	�	�$�p�l�a�c�e� �=� �'�b�e�d�r�o�o�m�'�
�
 �	�}�
�
@@ -24133,20 +24827,21 @@
 �	�	�s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&�!� �s�e�x� �a�c�c�e�p�t�a�n�c�e� �w�i�l�l� �b�e� �a�d�d�e�d� �t�o� �r�e�p�u�l�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �6� �&�!� �s�a�m�e� �a�s� �b�l�o�w�j�o�b� �l�e�s�s�o�n�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �6� �-� �m�a�s�t�e�r�_�s�t�y�l�e� �&�!� �d�i�l�i�g�e�n�c�e� �w�i�l�l� �i�m�p�r�o�v�e� �w�i�t�h� �2�+� �a�u�r�a� �s�t�a�t�s�,� �l�o�w� �m�a�s�t�e�r� �a�l�l�u�r�e� �i�m�p�e�d�e�s� �d�i�l�i�g�e�n�c�e� �i�n� �t�h�i�s� �t�a�s�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&�!� �l�o�w�e�r� �e�n�e�r�g�y� �c�o�n�s�u�m�p�t�i�o�n� �f�o�r� �m�a�s�t�e�r� �m�a�k�e�s� �t�h�i�s� �m�o�r�e� �c�o�m�p�e�t�i�t�i�v�e� �w�i�t�h� �v�a�g�i�n�a�l� �a�n�d� �a�n�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �>� �3�:� �o�r�g�a�s�t�i�c� �=� �1�
�
 �	�	�$�r�e�f�u�s�e�_�t�x�t� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �h�a�v�e� �s�e�x� �w�i�t�h� �y�o�u�.� �W�e�l�l�,� �i�f� �s�h�e� �p�r�e�f�e�r�s� �r�a�p�e� �-� �i�t� �i�s� �e�a�s�y� �t�o� �a�r�r�a�n�g�e�& '�
�
 �	�	�$�s�u�b�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�j�"�]�'�
�
 �	�	�$�s�u�b�s�k�i�l�l�_�x�p� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�j�_�x�p�"�]�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]�*�2�)�/�3�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�b�j�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�b�j�_�s�o�u�n�d�[�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �<� �0�:�
�
 �	�	�	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �1�
�
-�	�	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�s�e�d�u�c�t�i�o�n�[�0�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
-�	�	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�l�a�v�e�_�f�o�r�e�p�l�a�y�[�0�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
-�	�	�	�	�$�t�e�x�t�[�3�]� �=� �$�s�l�a�v�e�_�f�u�c�k�[�0�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
+�	�	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�s�e�d�u�c�t�i�o�n�_�o�r�a�l�[�0�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
+�	�	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�l�a�v�e�_�f�o�r�e�p�l�a�y�_�o�r�a�l�[�0�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
+�	�	�	�	�$�t�e�x�t�[�3�]� �=� �$�s�l�a�v�e�_�f�u�c�k�_�o�r�a�l�[�0�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�$�t�e�x�t�[�1�]� �=� �$�s�l�a�v�e�_�s�e�d�u�c�t�i�o�n�_�o�r�a�l�[�m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]�)�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
@@ -24160,7 +24855,7 @@
 �	�	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �r�a�n�d�(�1�,�1�2�)� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �>� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �1� �&�!� �d�i�s�e�a�s�e� �t�r�a�n�s�m�i�s�s�i�o�n� �o�n�l�y� �f�r�o�m� �m�a�s�t�e�r� �t�o� �s�l�a�v�e�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �1�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �s�l�a�v�e� �e�n�e�r�g�y� �d�r�o�p� �i�s� �h�a�n�d�l�e�d� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �3�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
@@ -24238,7 +24933,7 @@
 �	�	�	�a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
-�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�i�n�(�2�,� �s�e�x�_�q�u�a�l�i�t�y�/�2�)�
�
+�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�2�,� �s�e�x�_�q�u�a�l�i�t�y�)�
�
 �	�	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:�
�
 �	�	�	�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
 �	�	�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�
�
@@ -24260,8 +24955,8 @@
 �	�	�	�	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �-�=� �s�e�x�_�q�u�a�l�i�t�y� �*� �(�a�s�s�i�s�t�a�n�t�[�'�b�o�o�b�s�'�]� �+� �s�l�a�v�e�[�'�b�o�o�b�s�'�]�)�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�n�d�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�a�s�s�i�s�t�a�n�t�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �s�l�a�v�e� �a�n�d� �a�s�s�i�s�t�a�n�t� �a�r�e� �h�a�n�d�l�e�d� �b�y� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�5�
�
@@ -24296,13 +24991,13 @@
 �	�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�'� �&�!� �s�k�i�p� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�l�s�e�
�
 �	�	�	�s�p�a�r�k�s� �-�=� �1� �&�!� �c�o�s�t� �o�f� �h�i�r�i�n�g� �a� �w�h�o�r�e�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�,� �g�e�n�e�r�a�l�'�,� �'�t�h�r�e�e�s�o�m�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)� �&�!� �s�l�a�v�e�,� �g�e�n�e�r�a�l� �b�e�c�a�u�s�e� �n�o� �a�s�s�i�s�t�a�n�t�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�,� �<�<�$�s�l�a�v�e�_�l�e�s�_�t�x�t�5�>�>�'�,� �'�t�h�r�e�e�s�o�m�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)� �&�!� �s�l�a�v�e�,� �g�e�n�e�r�a�l� �b�e�c�a�u�s�e� �n�o� �a�s�s�i�s�t�a�n�t�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:� �$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�e�f�l�o�r�a�t�i�o�n�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�l�o�p�y�[�0�]�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]�]� �&�!� �T�O�D�O� �-� �a�d�a�p�t� �$�t�r�i�o�_�s�e�x�_�d�e�s�c�r�i�p�t�i�o�n�[�r�a�n�d�(�1�,�5�)�]� �f�o�r� �n�o�n�-�a�s�s�i�s�t�a�n�t�
�
 �	�	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
-�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�i�n�(�2�,� �s�e�x�_�q�u�a�l�i�t�y�)�
�
+�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�2�,� �s�e�x�_�q�u�a�l�i�t�y�)�
�
 �	�	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1�:�
�
 �	�	�	�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
 �	�	�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�
�
@@ -24311,7 +25006,7 @@
 �	�	�	�	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �-�=� �s�e�x�_�q�u�a�l�i�t�y� �*� �s�l�a�v�e�[�'�b�o�o�b�s�'�]�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�n�d�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
@@ -24330,7 +25025,7 @@
 �	�$�s�u�b�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�v�a�g�i�n�a�l�"�]�'�
�
 �	�$�s�u�b�s�k�i�l�l�_�x�p� �=� �'�s�l�a�v�e�[�"�s�u�b�_�v�a�g�i�n�a�l�_�x�p�"�]�'�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�a�p�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:� �$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�e�f�l�o�r�a�t�i�o�n�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�f�u�c�k�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�r�a�p�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
@@ -24342,7 +25037,7 @@
 �	�	�e�n�d�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�1�,� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
 �	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �2�0�
�
@@ -24422,11 +25117,11 @@
 �
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�i�n�(�1�,� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�)�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�1�,� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
 �	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �4�
�
 �
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�r�a�p�e�_�s�l�e�e�p�_�v�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�'�
�
-�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �1� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>� �6�3� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�n�o�n�r�a�n�d�o�m�\�r�a�p�e�_�s�l�e�e�p�_�v�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�'�
�
+�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �1� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>� �6�3� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s�_�d�i�e�d�
�
 �	�	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �	�	�e�l�s�e�
�
@@ -24460,8 +25155,8 @@
 �	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �4�
�
 �	�	�i�f� �r�a�n�d�(�1�,�1�2�)� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �>� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �1� �&�!� �d�i�s�e�a�s�e� �t�r�a�n�s�m�i�s�s�i�o�n� �o�n�l�y� �f�r�o�m� �m�a�s�t�e�r� �t�o� �s�l�a�v�e�
�
 �
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�r�a�p�e�_�s�l�e�e�p�_�o�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�'�
�
-�	�	�i�f� �d�a�m�a�g�e� �>� �1� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�n�o�n�r�a�n�d�o�m�\�r�a�p�e�_�s�l�e�e�p�_�o�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�'�
�
+�	�	�i�f� �d�a�m�a�g�e� �>� �1� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s�_�o�r�a�l�_�d�i�e�d�
�
 �	�	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �	�	�e�l�s�e�
�
@@ -24497,8 +25192,8 @@
 �	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �=� �0� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �r�a�n�d�(�1�,�3�)� �=� �1�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
 �	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �r�a�n�d�(�1�,�3�)� �=� �1�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
 �
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�r�a�p�e�_�s�l�e�e�p�_�a�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�'�
�
-�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �1� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>� �6�3� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�n�o�n�r�a�n�d�o�m�\�r�a�p�e�_�s�l�e�e�p�_�a�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�'�
�
+�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �1� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]� �>� �6�3� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s�_�a�n�a�l�_�d�i�e�d�
�
 �	�	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �	�	�e�l�s�e�
�
@@ -24523,16 +25218,17 @@
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�)�/�2� �&�!� �a�v�e�r�a�g�e� �r�o�u�n�d�e�d� �u�p�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�b�e�a�t�_�s�l�e�e�p�'�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�e�a�t�_�s�l�e�e�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�u�n�c�o�n�s�c�i�o�u�s�_�b�e�a�t�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�f�i�s�t�_�h�i�t�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�d�a�m�a�g�e� �=� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�d�a�m�a�g�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�5�
�
+�	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
+�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -24541,7 +25237,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�7�5�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�n�p�c� �=� �0� �&� �$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�a�b�a�n�d�o�n�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�a�b�a�n�d�o�n�'�]� �=� �0�
�
 �	�t�m�p�_�c�l�o�t�h�e�s� �=� �0�
�
 �	�t�m�p�_�j�e�w�e�l�r�y� �=� �0�
�
 �	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �!� �'�'� � � � � � � �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �!� �'�-�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �!� �'�N�a�k�e�d�'�:� �t�m�p�_�c�l�o�t�h�e�s� �=� �1�
�
@@ -24589,7 +25285,7 @@
 �	�e�n�d�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�s�t�e�r�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�,� �1�,� �-�1�)� �+� �i�i�f�(�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �>� �2�,� �1�,� �-�1�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �3�)� �&�!� �M�a�i�d� �l�e�s�s�o�n�:� �(�+�1� �i�f� �E�n�d�u�r�a�n�c�e� �i�s� �C�-� �o�r� �b�e�l�o�w�,� �+�1� �i�f� �I�n�t�e�l�l�e�c�t� �i�s� �B�+� �o�r� �a�b�o�v�e� �|� �v�i�c�e� �v�e�r�s�a�)� �(�+�1� �p�e�r� �l�e�v�e�l� �o�f� �P�r�i�d�e� �B�+� �o�r� �a�b�o�v�e� �|� �v�i�c�e� �v�e�r�s�a� �[�w�a�s� �-�1� �i�f� �P�r�i�d�e� �C�-� �o�r� �b�e�l�o�w�]�)� �-� �h�a�r�d�e�r� �w�i�t�h� �l�o�w� �e�n�d�u�r�a�n�c�e�,� �h�a�r�d�e�r� �w�i�t�h� �h�i�g�h� �i�n�t�e�l�l�e�c�t�,� �h�a�r�d�e�r� �w�i�t�h� �h�i�g�h� �p�r�i�d�e�,� �e�a�s�i�e�r� �w�i�t�h� �h�i�g�h� �e�n�d�u�r�a�n�c�e�,� �e�a�s�i�e�r� �w�i�t�h� �l�o�w� �i�n�t�e�l�l�e�c�t�,� �e�a�s�i�e�r� �w�i�t�h� �l�o�w� �p�r�i�d�e�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �3�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �3�
�
 �	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�b�u�t�l�e�r�'�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�s�e�r�v�i�c�e�'�
�
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�s�e�r�v�i�c�e�_�a�f�f�i�n�i�t�y�'�
�
@@ -24683,9 +25379,10 @@
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�
�
 �	�$�m�i�s�c�_�b�o�n�u�s� �=� �'�l�e�a�r�n�_�b�o�n�u�s�[�"�c�o�o�k�"�]�'�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
+�	�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �m�a�x�(�1�,� �s�l�a�v�e�[�'�c�o�o�k�'�]�)�)�
�
 �	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�o�o�k�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �$�c�o�o�k�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�[�'�c�o�o�k�'�]�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
-�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �m�a�x�(�1�,� �c�o�o�k�e�d�_�f�o�o�d�,� �m�i�n�(�5�,� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �s�l�a�v�e�[�'�c�o�o�k�'�]�)�)� �&�!� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �p�r�e�v�i�o�u�s�l�y� �p�r�e�p�a�r�e�d� �m�e�a�l� �i�f� �h�i�g�h�e�r� �q�u�a�l�i�t�y�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �$�c�o�o�k�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�s�l�a�v�e�_�s�k�i�l�l�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
+�	�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �s�l�a�v�e�_�s�k�i�l�l� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �2�:� �s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �h�o�u�s�e�_�m�e�s�s� �+� �4�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �h�o�u�s�e�_�m�e�s�s� �+� �4�
�
@@ -24707,7 +25404,8 @@
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�
�
 �	�$�m�i�s�c�_�b�o�n�u�s� �=� �'�l�e�a�r�n�_�b�o�n�u�s�[�"�c�o�o�k�"�]�'�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �m�a�x�(�1�,� �c�o�o�k�e�d�_�f�o�o�d�,� �m�i�n�(�5�,� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �s�l�a�v�e�[�'�c�o�o�k�'�]�)�)� �&�!� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �p�r�e�v�i�o�u�s�l�y� �p�r�e�p�a�r�e�d� �m�e�a�l� �i�f� �h�i�g�h�e�r� �q�u�a�l�i�t�y�
�
+�	�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �m�a�x�(�1�,� �s�l�a�v�e�[�'�c�o�o�k�'�]�)�)�
�
+�	�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �s�l�a�v�e�_�s�k�i�l�l� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �2�:� �s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �h�o�u�s�e�_�m�e�s�s� �+� �4�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �h�o�u�s�e�_�m�e�s�s� �+� �4�
�
@@ -24731,7 +25429,8 @@
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�c�o�o�k�_�c�o�a�c�h�
�
 �	�	�s�p�a�r�k�s� �-�=� �c�o�a�c�h�_�p�r�i�c�e�[�s�l�a�v�e�[�'�c�o�o�k�'�]�]�
�
-�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �m�a�x�(�1�,� �c�o�o�k�e�d�_�f�o�o�d�,� �m�i�n�(�5�,� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �s�l�a�v�e�[�'�c�o�o�k�'�]�)�)� �&�!� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �p�r�e�v�i�o�u�s�l�y� �p�r�e�p�a�r�e�d� �m�e�a�l� �i�f� �h�i�g�h�e�r� �q�u�a�l�i�t�y�
�
+�	�	�s�l�a�v�e�_�s�k�i�l�l� �=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �m�a�x�(�1�,� �s�l�a�v�e�[�'�c�o�o�k�'�]�)�)�
�
+�	�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �s�l�a�v�e�_�s�k�i�l�l� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �2�:� �s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �h�o�u�s�e�_�m�e�s�s� �+� �4�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
@@ -24903,7 +25602,7 @@
 �!�P�e�r�s�o�n�a�l� �l�e�s�s�o�n� �o�n� �g�y�m�n�a�s�t�i�c�s� �a�n�d� �s�p�o�r�t�s� �a�n�d� �f�i�t�n�e�s�s�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�2�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�s�t�e�r�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�4� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)� �&�!� �A�t�h�l�e�t�i�c�s� �l�e�s�s�o�n�:� �(�-�1� �p�e�r� �l�e�v�e�l� �o�f� �E�n�d�u�r�a�n�c�e� �a�t� �B�+� �o�r� �m�o�r�e� �|� �v�i�c�e� �v�e�r�s�a�)� �(�+�1� �i�f� �P�r�i�d�e� �i�s� �B�+� �o�r� �a�b�o�v�e� �|� �n�o�t� �v�i�c�e� �v�e�r�s�a�)� �-� �e�a�s�i�e�r� �w�i�t�h� �h�i�g�h� �e�n�d�u�r�a�n�c�e�,� �h�a�r�d�e�r� �w�i�t�h� �l�o�w� �e�n�d�u�r�a�n�c�e�,� �h�a�r�d�e�r� �w�i�t�h� �h�i�g�h� �p�r�i�d�e�,� �n�o�t� �e�a�s�i�e�r� �w�i�t�h� �l�o�w� �p�r�i�d�e�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)� �&�!� �A�t�h�l�e�t�i�c�s� �l�e�s�s�o�n�:� �(�-�1� �p�e�r� �l�e�v�e�l� �o�f� �E�n�d�u�r�a�n�c�e� �a�t� �B�+� �o�r� �m�o�r�e� �|� �v�i�c�e� �v�e�r�s�a�)� �(�+�1� �i�f� �P�r�i�d�e� �i�s� �B�+� �o�r� �a�b�o�v�e� �|� �n�o�t� �v�i�c�e� �v�e�r�s�a�)� �-� �e�a�s�i�e�r� �w�i�t�h� �h�i�g�h� �e�n�d�u�r�a�n�c�e�,� �h�a�r�d�e�r� �w�i�t�h� �l�o�w� �e�n�d�u�r�a�n�c�e�,� �h�a�r�d�e�r� �w�i�t�h� �h�i�g�h� �p�r�i�d�e�,� �n�o�t� �e�a�s�i�e�r� �w�i�t�h� �l�o�w� �p�r�i�d�e�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �5� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �&�!� �B�+� �e�n�d�u�r�a�n�c�e� �g�a�i�n�s� �d�i�l�i�g�e�n�c�e� �a�t� �3�+� �a�u�r�a� �s�t�a�t�s�;� �A�+� �e�n�d�u�r�a�n�c�e� �a�t� �2�+� �a�u�r�a� �s�t�a�t�s�;� �S�+� �e�n�d�u�r�a�n�c�e� �a�t� �1�+� �a�u�r�a� �s�t�a�t�s�
�
 �	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�s�t�r�'�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�s�t�a�m�i�n�a�'�
�
@@ -24925,7 +25624,7 @@
 �!�L�e�s�s�o�n� �o�n� �g�y�m�n�a�s�t�i�c�s� �a�n�d� �s�p�o�r�t�s� �a�n�d� �f�i�t�n�e�s�s� �(�a�s�s�i�s�t�a�n�t�)�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �4�1�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�s�s�i�s�t�a�n�t�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�4� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �5� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�s�t�a�m�i�n�a�'�
�
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�
�
@@ -24943,7 +25642,7 @@
 �!�L�e�s�s�o�n� �o�n� �g�y�m�n�a�s�t�i�c�s� �a�n�d� �s�p�o�r�t�s� �a�n�d� �f�i�t�n�e�s�s� �(�t�u�t�o�r�)�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�7�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�a�c�h�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�4� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �5� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�s�t�a�m�i�n�a�'�
�
 �	�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �=� �'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�
�
@@ -24964,7 +25663,7 @@
 �!�L�e�s�s�o�n� �o�n� �g�y�m�n�a�s�t�i�c�s� �a�n�d� �s�p�o�r�t�s� �a�n�d� �f�i�t�n�e�s�s� �(�s�c�h�o�o�l�)�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �5�6�5�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�c�h�o�o�l�_�c�l�a�s�s�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�4� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �-�5� �+� �i�i�f�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �2�,� �2� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �3� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �+� �i�i�f�(�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�,� �1�,� �0�)�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �5� �-� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�
�
 �	�$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�s�t�a�m�i�n�a�'�
�
 �	�$�m�i�s�c�_�b�o�n�u�s� �=� �'�l�e�a�r�n�_�b�o�n�u�s�[�"�s�t�a�m�i�n�a�"�]�'�
�
@@ -25998,7 +26697,7 @@
 �	�	�	�	�g�t� �'�m�e�n�u�_�f�o�r�m�'�
�
 �	�	�	�}�
�
 �	�	�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �!� �2�:� �g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
-�	�	�e�l�s�e�i�f� �o�t�h�e�r�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1� �a�n�d� �c�o�n�f�i�r�m�e�d�_�t�h�r�e�e�s�o�m�e�_�d�e�f�l�o�r�a�t�i�o�n� �=� �0�:�
�
+�	�	�e�l�s�e�i�f� �o�t�h�e�r�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>�=� �2� �a�n�d� �c�o�n�f�i�r�m�e�d�_�t�h�r�e�e�s�o�m�e�_�d�e�f�l�o�r�a�t�i�o�n� �=� �0�:�
�
 �	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�o�t�h�e�r�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�o�t�h�e�r�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�l�l� �n�o� �l�o�n�g�e�r� �b�e� �a� �v�i�r�g�i�n� �a�f�t�e�r� �t�h�i�s� �l�e�s�s�o�n�.� �P�r�o�c�e�e�d� �a�n�y�w�a�y�?�'�
�
@@ -26024,7 +26723,7 @@
 �	�	�r�i�s�e�_�d�i�f�f�i�c�u�l�t�y� �=� �7� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �*� �7�
�
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�(�1� �+� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�)�/�2�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]� �+� �o�t�h�e�r�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]�*�2� �+� �o�t�h�e�r�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �o�t�h�e�r�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �o�t�h�e�r�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�8�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �7�0�1�4� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�s�'�]� �<� �0�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�3�8�0� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'� �&�!� �r�e�d�i�r�e�c�t� �t�o� �s�l�a�v�e� �r�e�f�u�s�a�l�
�
@@ -26036,12 +26735,12 @@
 �	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�,� �o�t�h�e�r�s�l�a�v�e�'�,� �'�t�h�r�e�e�s�o�m�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�o�t�h�e�r�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]�)�/�2�
�
 �	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�o�t�h�e�r�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�o�t�h�e�r�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>�=� �3�:�
�
 �	�	�	�	�	�!� �d�y�n�s�l�a�v�e� �g�e�t�s� �p�e�n�e�t�r�a�t�e�d� �t�o�o� �s�t�a�r�t�i�n�g� �a�t� �B�+�
�
 �	�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �+�=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�/�2�
�
 �	�	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y� �&�!� �s�e�c�o�n�d� �t�i�m�e�
�
-�	�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�!� �l�e�s�b�i�a�n� �s�h�o�w� �(�F�-� �o�r� �D�-�)�
�
@@ -26054,6 +26753,7 @@
 �	�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�	�o�t�h�e�r�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �o�t�h�e�r�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�o�t�h�e�r�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
+�	�	�	�d�y�n�a�m�i�c� �$�o�t�h�e�r�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �m�a�s�t�e�r� �a�n�d� �d�y�n�s�l�a�v�e� �a�r�e� �h�a�n�d�l�e�d� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �6�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �8�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �8�
�
@@ -26099,26 +26799,34 @@
 �	�	�r�i�s�e�_�d�i�f�f�i�c�u�l�t�y� �=� �7� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �*� �7�
�
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�(�1� �+� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�)�/�2�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1�6� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�8�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�s�p�a�r�k�s� �-�=� �1� �&�!� �c�o�s�t� �o�f� �h�i�r�i�n�g� �a� �w�h�o�r�e�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�,� �g�e�n�e�r�a�l�'�,� �'�t�h�r�e�e�s�o�m�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�,� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�5�>�>�'�,� �'�t�h�r�e�e�s�o�m�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�f�u�c�k�_�s�o�u�n�d�[�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
-�	�	�	�$�t�e�x�t�[�1�]� �=� �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]�]� �&�!� �T�O�D�O� �t�h�r�e�e�s�o�m�e�_�n�o�s�l�a�v�e�_�d�e�s�c�r�i�p�t�i�o�n�_�a�s�s�i�s�t�a�n�t�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �t�h�r�e�e�s�o�m�e� �w�i�t�h� �s�l�a�v�e� �w�h�o� �h�a�s� �m�a�x�e�d� �o�r�a�l� �a�n�d� �p�e�t�t�i�n�g� �s�k�i�l�l�
�
-�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
-�	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �&�!� �w�i�t�h� �t�h�e� �"�v�i�s�i�t�i�n�g�"� �w�h�o�r�e�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>�=� �3�:�
�
-�	�	�	�	�!� �d�y�n�s�l�a�v�e� �g�e�t�s� �p�e�n�e�t�r�a�t�e�d� �s�t�a�r�t�i�n�g� �a�t� �B�+�
�
-�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �+�=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�/�2�
�
-�	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y� �&�!� �s�e�c�o�n�d� �t�i�m�e�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]�]�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>�=� �2�:�
�
+�	�	�	�	�!� �n�o�t� �a� �l�e�s�b�i�a�n� �s�h�o�w�,� �w�h�o�r�e� �g�e�t�s� �p�e�n�e�t�r�a�t�e�d�
�
+�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�,� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�5�>�>�'�,� �'�t�h�r�e�e�s�o�m�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �&�!� �w�i�t�h� �t�h�e� �"�v�i�s�i�t�i�n�g�"� �w�h�o�r�e�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>�=� �3�:�
�
+�	�	�	�	�	�!� �d�y�n�s�l�a�v�e� �g�e�t�s� �p�e�n�e�t�r�a�t�e�d� �t�o�o� �s�t�a�r�t�i�n�g� �a�t� �B�+�
�
+�	�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �+�=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�/�2�
�
+�	�	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y� �&�!� �s�e�c�o�n�d� �t�i�m�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�!� �l�e�s�b�i�a�n� �s�h�o�w� �(�F�-� �o�r� �D�-�)�
�
+�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�,� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�5�>�>�'�,� �'�l�e�s�b�o�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �t�h�r�e�e�s�o�m�e� �w�i�t�h� �s�l�a�v�e� �w�h�o� �h�a�s� �m�a�x�e�d� �o�r�a�l� �a�n�d� �p�e�t�t�i�n�g� �s�k�i�l�l�
�
 �	�	�	�e�n�d�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
+�	�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �6�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �8�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �8�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �8�
�
 �	�	�	�!� �u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �t�h�e� �$�c�o�a�c�h�_�s�k�i�l�l� �l�i�n�e� �i�s� �c�o�m�p�l�e�x� �s�o� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
 �	�	�	�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�	�}�
�
@@ -26142,7 +26850,7 @@
 �	�	�r�i�s�e�_�d�i�f�f�i�c�u�l�t�y� �=� �5� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �*� �5�
�
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�p�e�t�t�i�n�g�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�6� �&�!� �n�o�n�-�p�e�n�e�t�r�a�t�i�v�e� �s�e�x� �i�s� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g� �f�o�r� �t�h�e� �m�a�s�t�e�r�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�h�j�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26174,7 +26882,7 @@
 �	�	�r�i�s�e�_�d�i�f�f�i�c�u�l�t�y� �=� �5� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�j�'�]� �*� �5�
�
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�p�e�t�t�i�n�g�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�j�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�6� �&�!� �n�o�n�-�p�e�n�e�t�r�a�t�i�v�e� �s�e�x� �i�s� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g� �f�o�r� �t�h�e� �m�a�s�t�e�r�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�j�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�f�j�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26208,7 +26916,7 @@
 �	�	�p�e�r�v�_�r�a�t�i�n�g� �=� �1�
�
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�h�u�g�g�i�n�g�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�6� �&�!� �n�o�n�-�p�e�n�e�t�r�a�t�i�v�e� �s�e�x� �i�s� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g� �f�o�r� �t�h�e� �m�a�s�t�e�r�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�r�u�b�b�i�n�g�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26242,7 +26950,7 @@
 �	�	�p�e�r�v�_�r�a�t�i�n�g� �=� �1�
�
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�r�u�b�b�i�n�g� �y�o�u�r� �c�o�c�k� �a�g�a�i�n�s�t�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�6� �&�!� �n�o�n�-�p�e�n�e�t�r�a�t�i�v�e� �s�e�x� �i�s� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g� �f�o�r� �t�h�e� �m�a�s�t�e�r�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�p�a�i�z�u�r�i�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26346,7 +27054,7 @@
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�m�a�k�i�n�g�'�
�
 �	�	�$�p�e�r�v�_�a�c�t�2� �=� �'� �s�u�c�k� �y�o�u�r� �c�o�c�k�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�j�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�t�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�6�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�b�j�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26384,7 +27092,7 @@
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�m�a�k�i�n�g�'�
�
 �	�	�$�p�e�r�v�_�a�c�t�2� �=� �'� �c�h�o�k�e� �o�n� �y�o�u�r� �c�o�c�k�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�t�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�5�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�t�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�d�t�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26457,7 +27165,7 @@
 �	�	�p�e�r�v�_�r�a�t�i�n�g� �=� �2�
�
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�s�h�o�v�i�n�g� �y�o�u�r� �c�o�c�k� �i�n�t�o�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�k�i�s�s�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�5�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26466,7 +27174,7 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�v�a�g�i�n�a�l�s�e�x�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�]� �&�!� �T�O�D�O�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �6�
�
@@ -26495,9 +27203,9 @@
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�'�
�
 �	�	�p�e�r�v�_�r�a�t�i�n�g� �=� �3�
�
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�f�u�c�k�i�n�g�'�
�
-�	�	�$�p�e�r�v�_�a�c�t�2� �=� �'� �h�e�r� �i�n� �h�e�r�<�<�$�l�i�t�t�l�e�_�t�x�t�>�>� �a�s�s�h�o�l�e�'�
�
+�	�	�$�p�e�r�v�_�a�c�t�2� �=� �'� �i�n� �h�e�r�<�<�$�l�i�t�t�l�e�_�t�x�t�>�>� �a�s�s�h�o�l�e�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�n�a�l�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�3�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�n�a�l�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�a�n�a�l�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26542,7 +27250,7 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�f�i�s�t�i�n�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]�]� �&�!� �T�O�D�O�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
 �	�	�	�!� �m�o�v�e�d� �b�e�l�o�w� �c�o�d�e� �i�n�s�i�d�e� �$�s�p�e�c�i�a�l�_�p�a�r�t� �s�o� �i�t� �d�o�e�s� �n�o�t� �a�f�f�e�c�t� �s�l�a�v�e�s� �w�h�o� �r�e�f�u�s�e� �t�h�e� �i�n�t�e�r�a�c�t�i�o�n�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]� �>� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]� �<� �4�:�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]� �=� �4�
�
@@ -26609,7 +27317,7 @@
 �	�	�r�i�s�e�_�d�i�f�f�i�c�u�l�t�y� �=� �7� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �*� �7�
�
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�p�e�n�e�t�r�a�t�i�o�n�'�]� �+� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�6� �&�!� �s�h�a�r�i�n�g� �t�h�e� �s�l�a�v�e� �t�w�o� �w�a�y�s� �i�s� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�g�a�n�g�b�a�n�g�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)� �&�!� �T�O�D�O�:� �d�p�-�s�p�e�c�i�f�i�c� �i�m�a�g�e�s�
�
@@ -26618,7 +27326,7 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]�]� �&�!� �T�O�D�O�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �2�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�i�f� �r�a�n�d�(�1�,�6�)� �=� �1� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �1� �&�!� �a�d�d�i�t�i�o�n�a�l� �i�l�l�n�e�s�s� �c�h�a�n�c�e� �f�r�o�m� �o�t�h�e�r� �p�a�r�t�n�e�r�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
@@ -26648,7 +27356,7 @@
 �	�	�r�i�s�e�_�d�i�f�f�i�c�u�l�t�y� �=� �9� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �*� �9�
�
 �	�	�$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�p�e�n�e�t�r�a�t�i�o�n�'�]� �+� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�7� �&�!� �s�h�a�r�i�n�g� �t�h�e� �s�l�a�v�e� �t�h�r�e�e� �w�a�y�s� �i�s� �e�v�e�n� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�g�a�n�g�b�a�n�g�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)� �&�!� �T�O�D�O�:� �t�p�-�s�p�e�c�i�f�i�c� �i�m�a�g�e�s�
�
@@ -26657,7 +27365,7 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�t�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]�]� �&�!� �T�O�D�O�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �4�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�	�i�f� �r�a�n�d�(�1�,�5�)� �=� �1� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �1� �&�!� �a�d�d�i�t�i�o�n�a�l� �i�l�l�n�e�s�s� �c�h�a�n�c�e� �f�r�o�m� �o�t�h�e�r� �p�a�r�t�n�e�r�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
@@ -26692,7 +27400,7 @@
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�m�a�k�i�n�g�'�
�
 �	�	�$�p�e�r�v�_�a�c�t�2� �=� �'� �w�h�o�r�e� �h�e�r�s�e�l�f� �t�o� �a� �r�o�o�m�f�u�l� �o�f� �g�r�o�w�n� �m�e�n�'�
�
 �	�	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�1� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�p�e�n�e�t�r�a�t�i�o�n�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�r�o�l�e�p�l�a�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�)�/�9� �&�!� �s�h�a�r�i�n�g� �t�h�e� �s�l�a�v�e� �w�i�t�h� �m�a�n�y� �i�s� �e�v�e�n� �l�e�s�s� �s�a�t�i�s�f�y�i�n�g�
�
-�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�g�a�n�g�b�a�n�g�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -26717,11 +27425,12 @@
 �	�	�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �o�r� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �=� �3� �o�r� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �=� �4�:�
�
 �	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �8�
�
 �	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �p�a�r�t�i�c�i�p�a�t�i�n�g�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�1�0�,�1�5�)� �&�!� �n�e�e�d�e�d� �b�e�c�a�u�s�e� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �(�r�e�p�r�e�s�e�n�t�s� �o�t�h�e�r� �p�a�r�t�i�c�i�p�a�n�t�s�,� �3�0� �l�e�s�s� �t�h�a�n� �b�a�r�n� �g�r�o�u�p� �i�n�s�e�m�i�n�a�t�i�o�n� �[�a�l�l� �v�a�g�i�n�a�l�,� �c�o�s�t�s� �3�0�$�,� �n�o� �d�i�s�e�a�s�e� �r�i�s�k�]�)�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �8�
�
 �	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y�
�
 �	�	�	�e�n�d�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
 �	�	�	�i�f� �r�a�n�d�(�1�,�4�)� �=� �1� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �1� �&�!� �a�d�d�i�t�i�o�n�a�l� �i�l�l�n�e�s�s� �c�h�a�n�c�e� �f�r�o�m� �o�t�h�e�r� �p�a�r�t�n�e�r�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �3�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
@@ -26796,7 +27505,10 @@
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �!� �2�:�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �!� �3�:� �d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �!� �3�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�4�,� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�2�)� �&�!� �f�o�r� �c�o�w� �(�a� �m�o�r�e� �s�k�i�l�l�e�d� �s�l�a�v�e� �c�a�n� �e�x�t�r�a�c�t� �m�o�r�e� �s�e�m�e�n�)�
�
+�	�	�	�	�e�n�d�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�	�e�n�d�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
@@ -26841,7 +27553,8 @@
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]� �!� �3�:�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�4�,� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�2�)� �&�!� �f�o�r� �c�o�w� �(�a� �m�o�r�e� �s�k�i�l�l�e�d� �s�l�a�v�e� �c�a�n� �e�x�t�r�a�c�t� �m�o�r�e� �s�e�m�e�n�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�	�e�n�d�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
@@ -26882,8 +27595,9 @@
 �	�	�	�	�d�a�m�a�g�e� �=� �8� �-� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]� �-� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]�/�5�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �d�a�m�a�g�e�
�
 �	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)� �&�!� �n�o� �e�x�t�r�a� �c�a�l�o�r�i�e� �d�r�o�p� �d�u�e� �t�o� �f�i�e�n�d� �c�u�m� �s�w�a�l�l�o�w�e�d�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�2�,� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)� �-� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]�+�d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�2�)� �&�!� �f�o�r� �c�o�w� �(�a� �m�o�r�e� �s�k�i�l�l�e�d� �s�l�a�v�e� �c�a�n� �e�x�t�r�a�c�t� �m�o�r�e� �s�e�m�e�n�;� �h�o�r�s�e�s� �a�r�e� �m�o�r�e� �p�o�t�e�n�t� �t�h�a�n� �p�i�g�s� �o�r� �d�o�g�s�)�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]� �=� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �2�:� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �3�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
@@ -26932,7 +27646,8 @@
 �	�	�	�e�n�d�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5� �&�!� �m�a�y� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s� �d�e�p�e�n�d�i�n�g� �o�n� �a�r�o�u�s�a�l� �l�e�v�e�l�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�(�t�e�n�t�a�c�l�e�_�s�i�z�e�*�2�)�/�d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]�,� �(�t�e�n�t�a�c�l�e�_�s�i�z�e�*�3�)�/�d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]�)� �&�!� �f�o�r� �c�o�w� �(�a�m�o�u�n�t� �d�e�p�e�n�d�s� �o�n� �f�i�e�n�d� �s�i�z�e� �a�n�d� �h�o�w� �t�i�g�h�t� �t�h�e� �s�l�a�v�e� �i�s�)�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �1�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
 �	�	�	�t�e�n�t�a�c�l�e�_�h�p� �+�=� �1�
�
@@ -26978,18 +27693,24 @@
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�p�i�d�e�r�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�a�s�s�f�u�c�k�_�s�o�u�n�d�[�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
-�	�	�	�$�t�e�x�t�[�1�]� �=� �$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]�]� �&�!� �T�O�D�O�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �1�:�
�
+�	�	�	�	�$�t�e�x�t�[�1�]� �=� �$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]�]�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�$�t�e�x�t�[�1�]� �=� �$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]�]�
�
+�	�	�	�e�n�d�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �>� �2�:�
�
+�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]�
�
 �	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
 �	�	�	�	�d�a�m�a�g�e� �=� �8� �-� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �d�a�m�a�g�e�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
-�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �<� �2�:�
�
-�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �0� �&�!� �s�u�p�p�r�e�s�s� �i�n�t�i�m�a�t�e� �r�e�a�c�t�i�o�n� �t�e�x�t�,� �t�r�i�g�g�e�r� �g�u�i�l�t�,� �m�i�n�i�m�a�l� �p�r�o�g�r�e�s�s� �u�n�t�i�l� �C�-� �t�o� �m�a�t�c�h� �l�e�s�s�o�n� �d�e�s�c�r�i�p�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �=� �2�:�
�
-�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �/�=� �2� �&�!� �m�o�r�e� �a�p�p�r�o�p�r�i�a�t�e� �t�e�x�t� �s�e�l�e�c�t�i�o�n�,� �p�o�s�s�i�b�l�e� �g�u�i�l�t�,� �s�l�o�w�e�r� �p�r�o�g�r�e�s�s� �C�-� �t�o� �B�+� �t�o� �m�a�t�c�h� �l�e�s�s�o�n� �d�e�s�c�r�i�p�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �<� �2�:�
�
+�	�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �0� �&�!� �s�u�p�p�r�e�s�s� �i�n�t�i�m�a�t�e� �r�e�a�c�t�i�o�n� �t�e�x�t�,� �t�r�i�g�g�e�r� �g�u�i�l�t�,� �m�i�n�i�m�a�l� �p�r�o�g�r�e�s�s� �u�n�t�i�l� �C�-� �t�o� �m�a�t�c�h� �l�e�s�s�o�n� �d�e�s�c�r�i�p�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �=� �2�:�
�
+�	�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �/�=� �2� �&�!� �m�o�r�e� �a�p�p�r�o�p�r�i�a�t�e� �t�e�x�t� �s�e�l�e�c�t�i�o�n�,� �p�o�s�s�i�b�l�e� �g�u�i�l�t�,� �s�l�o�w�e�r� �p�r�o�g�r�e�s�s� �C�-� �t�o� �B�+� �t�o� �m�a�t�c�h� �l�e�s�s�o�n� �d�e�s�c�r�i�p�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�e�n�d�
�
 �	�	�	�e�n�d�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �8�
�
@@ -27028,7 +27749,8 @@
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�o�l�y�p�u�s�v�e�r�m�i�n�'�]� �>� �1�:�
�
 �	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �7� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�o�l�y�p�u�s�v�e�r�m�i�n�'�]�*�3� �&�!� �m�a�y� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s� �d�e�p�e�n�d�i�n�g� �o�n� �a�r�o�u�s�a�l� �l�e�v�e�l�
�
 �	�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�	�!� �n�o� �c�u�m�_�l�o�a�d� �f�o�r� �t�h�e�s�e� �t�e�n�t�a�c�l�e�s�
�
 �	�	�	�	�d�a�m�a�g�e� �=� �4� �-� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�o�l�y�p�u�s�v�e�r�m�i�n�'�]�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �d�a�m�a�g�e�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �1�)�
�
@@ -27066,8 +27788,45 @@
 �	�	�$�p�e�r�v�_�a�c�t�1� �=� �'�h�u�r�t�i�n�g�'�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �>� �5�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�m�p�l�e�t�e�d�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
-�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�s�o�f�t�_�p�a�i�n�[�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �r�a�n�d�(�1�,�9�)�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �0� �o�r� �(�i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �>�=� �4�)�:�
�
+�	�	�	�	�!� �s�p�a�n�k�i�n�g�
�
+�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�p�a�n�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�)�
�
+�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�s�p�a�n�k�_�s�o�u�n�d�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �1� �o�r� �(�i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �5�)�:�
�
+�	�	�	�	�!� �f�l�o�g� �w�i�t�h� �b�e�l�t�
�
+�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�s�o�f�t�_�p�a�i�n�[�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �2� �o�r� �(�i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �<�=� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �>�=� �4�)�:�
�
+�	�	�	�	�!� �c�l�a�m�p�s� �+� �e�r�o�t�i�c� �b�o�n�d�a�g�e� �(�n�o�t� �f�o�r� �t�i�e�r� �4�)�
�
+�	�	�	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �3� �o�r� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �4�:�
�
+�	�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�e�l�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
+�	�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�e�r�o�t�i�c�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
+�	�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�s�o�f�t�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]� �&�!� �i�n�t�e�n�t�i�o�n�a�l�l�y� �n�o�t� �u�s�i�n�g� �o�r�g�a�s�m� �s�o�u�n�d� �h�e�r�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �3� �o�r� �(�i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �5� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �5�)�:�
�
+�	�	�	�	�!� �w�h�i�p�
�
+�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�l�a�s�h�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
+�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�w�h�i�p�_�s�o�u�n�d�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �>�=� �4�:�
�
+�	�	�	�	�!� �s�p�a�n�k� �(�c�h�a�n�c�e� �a�b�o�v�e�)� �+� �c�l�a�m�p�s� �(�c�h�a�n�c�e� �a�b�o�v�e�)� �+� �n�e�e�d�l�e� �+� �w�a�x� �+� �d�s�u�i�t� �+� �w�a�t�e�r� �+� �f�l�o�g�/�e�r�o�-�b�o�n�d�a�g�e� �(�c�h�a�n�c�e� �a�b�o�v�e�,� �t�i�e�r� �5� �o�n�l�y�)�
�
+�	�	�	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �6�:�
�
+�	�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�n�e�e�d�l�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
+�	�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �7�:�
�
+�	�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�x�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
+�	�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e� �=� �8�:�
�
+�	�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�s�u�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
+�	�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�g�a�g�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
+�	�	�	�	�	�$�p�l�a�y�_�s�o�u�n�d�[�2�]� �=� �$�d�r�o�w�n�i�n�g�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�n�d�
�
+�	�	�	�k�i�l�l�v�a�r� �'�i�n�t�e�r�a�c�t�i�o�n�_�l�e�s�s�o�n�_�m�a�s�o�c�h�i�s�m�_�c�h�a�n�c�e�'�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�m�a�z�o�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]�]� �&�!� �u�s�e�s� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s�
�
 �	�	�	�d�a�m�a�g�e� �=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �&�!� �d�a�m�a�g�e� �e�x�c�e�e�d�i�n�g� �s�t�a�m�i�n�a� �c�a�u�s�e�s� �w�o�u�n�d�s�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �1� �+� �(�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �+� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�)�/�3�
�
@@ -27330,7 +28089,7 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�d�i�l�d�o�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�i�l�d�o�'�]�]� �&�!� �T�O�D�O�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�i�l�d�o�'�]� �+� �m�a�s�t�e�r�_�s�t�y�l�e�
�
 �	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�i�l�d�o�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�i�l�d�o�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �d�i�s�a�b�l�e�s� �i�t�)�
�
 �	�	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �2�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
@@ -27434,7 +28193,7 @@
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �1�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�c�o�s�t� �=� �0�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1� �&�!� �n�o� �e�n�e�r�g�y� �c�o�s�t�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�/�2� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�/�2� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �<�=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1�
�
 �	�i�f� �s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �*�=� �2�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
@@ -27450,7 +28209,7 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�a�i�s�e�_�d�a�t�e�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �2�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�c�o�s�t� �=� �0�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �(�s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�/�2� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�*�1� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �(�s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�/�2� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�*�1� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&�!� �h�a�l�f� �e�n�e�r�g�y� �f�o�r� �t�r�a�v�e�l� �o�n�l�y�
�
 �	�e�a�s�y�_�f�o�r�_�s�l�a�v�e� �=� �1� �&�!� �h�a�l�f� �e�n�e�r�g�y� �f�o�r� �t�r�a�v�e�l� �o�n�l�y�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �/�=� �2�
�
@@ -27470,7 +28229,7 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�a�i�s�e�_�d�a�t�e�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �3�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�c�o�s�t� �=� �2�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�*�2� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�*�2� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �/�=� �2�
�
 �	�i�f� �s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �<�=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1�
�
@@ -27492,14 +28251,14 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�a�i�s�e�_�d�a�t�e�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �4�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�c�o�s�t� �=� �4�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �5� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�*�3� � �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �5� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)�*�3� � �-� �s�l�a�v�e�[�'�f�e�a�r�'�]� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �/�=� �2�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �<�=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �*�=� �2�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�i�f� �$�e�s�t�a�t�e� �=� �'�k�o�r�v�u�s�_�h�o�u�s�e�'�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&� �e�a�s�y�_�f�o�r�_�s�l�a�v�e� �=� �1� �&�!� �w�a�i�v�e� �t�r�a�v�e�l� �c�o�s�t� �i�f� �t�h�e�a�t�e�r� �i�s� �i�n� �t�h�e� �s�a�m�e� �d�i�s�t�r�i�c�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �!� �0� �a�n�d� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �<� �4�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �4�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �4�)�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �2�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�
�
@@ -27512,7 +28271,7 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�a�i�s�e�_�d�a�t�e�'�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �5�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�c�o�s�t� �=� �8�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �4� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]�)�*�4� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �4� �+� �(�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �s�l�a�v�e�[�'�f�e�a�r�'�]�)�*�4� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �/�=� �2�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �<� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �-�=� �4�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �<�=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1�
�
@@ -27521,15 +28280,16 @@
 �	�	�i�f� �$�e�s�t�a�t�e� �=� �'�k�a�m�i�r�a�_�h�o�u�s�e�'�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&� �e�a�s�y�_�f�o�r�_�s�l�a�v�e� �=� �1� �&�!� �w�a�i�v�e� �t�r�a�v�e�l� �c�o�s�t� �i�f� �r�e�s�t�a�u�r�a�n�t� �i�s� �i�n� �t�h�e� �s�a�m�e� �d�i�s�t�r�i�c�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �!� �0� �a�n�d� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �!� �0� �a�n�d� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �3�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �+�=� �3�
�
 �	�	�!�r�e�m�o�v�e�d� �s�p�e�c�i�a�l�_�f�o�o�d� �=� �1�,� �a�d�d�e�d� �a�b�o�v�e� �l�i�n�e� �i�n�s�t�e�a�d� �(�r�e�l�o�c�a�t�e�d� �f�r�o�m� �n�e�x�t�_�d�a�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �<� �1�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �3�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �3�
�
-�	�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �4�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �g�o�o�d� �f�o�o�d� �a�t� �r�e�s�t�a�u�r�a�n�t�s� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �A�+�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
-�	�	�a�t�e�_�a�l�r�e�a�d�y� �=� �1�
�
-�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �4� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �3� �&�!� �s�i�m�i�l�a�r� �b�e�n�e�f�i�t� �f�o�r� �s�l�a�v�e�
�
+�	�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �5� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �4�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �g�o�o�d� �f�o�o�d� �a�t� �r�e�s�t�a�u�r�a�n�t�s� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �A�+�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
+�	�	�a�t�e�_�a�l�r�e�a�d�y� �=� �5� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �c�l�u�b� �o�r� �t�h�e� �p�u�b�
�
+�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �4� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �3� �&�!� �s�i�m�i�l�a�r� �b�e�n�e�f�i�t� �f�o�r� �s�l�a�v�e�
�
+�	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �+�=� �1� �&�!� �c�o�u�n�t�e�r�s� �t�h�e� �c�a�l�o�r�i�e� �c�o�n�s�u�m�p�t�i�o�n� �o�f� �t�h�e� �e�n�e�r�g�y� �d�r�o�p� �s�o� �t�h�i�s� �i�n�t�e�r�a�c�t�i�o�n� �d�o�e�s� �n�o�t� �c�a�u�s�e� �a� �s�l�a�v�e� �a�t� �-�5�0�0� �c�a�l�o�r�i�e�s� �t�o� �i�n�c�o�n�g�r�u�o�u�s�l�y� �s�t�a�r�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�!�c�a�l�o�r�i�e� �i�n�c�r�e�a�s�e� �f�o�r� �s�l�a�v�e� �i�s� �h�a�n�d�l�e�d� �i�n� �n�e�x�t�_�d�a�y� �(�t�r�e�a�t�e�d� �a�s� �e�q�u�i�v�a�l�e�n�t� �t�o� �h�a�v�i�n�g� �s�e�t� �s�l�a�v�e� �d�i�e�t� �t�o� �w�e�i�g�h�t� �g�a�i�n� �/� �e�a�t� �a�s� �m�u�c�h� �a�s� �s�h�e� �w�a�n�t�s�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�s�t�a�u�r�a�n�t�'�
�
@@ -27560,8 +28320,8 @@
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�u�n�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�a�r�d�g�a�m�e�s�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �2�:� �s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �2�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�/�2�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �2�)�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�}�
�
@@ -27593,8 +28353,8 @@
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�u�n�'�,� �'�g�i�r�l�s�/�n�o�r�m�a�l�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�a�r�d�g�a�m�e�s�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �3�:� �s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �3�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �f�r�e�e�_�t�i�m�e�)�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�*�2�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�0�
�
 �	�}�
�
@@ -27604,13 +28364,15 @@
 �!�H�o�t� �s�p�r�i�n�g�s�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�2�6�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�e�s�t�'�
�
+�	�w�a�t�e�r�_�b�a�s�e�d� �=� �1�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �3�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �(�1� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�)� �&�!� �b�e�c�o�m�e�s� �t�e�m�p�o�r�a�r�y� �m�o�o�d� �o�r� �s�p�o�i�l� �i�n�c�r�e�a�s�e� �(�a�v�e�r�a�g�e� �+�1�0�,� �m�a�x�i�m�u�m� �+�2�1�,� �p�l�u�s� �t�w�o� �m�o�o�d�l�e�t�s�)�
�
+�	�f�r�e�e�_�t�i�m�e� �=� �1�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �<� �2�:� �s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �2�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �2�)�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �2�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �(�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]� �+� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �+� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�e�g�o�'�]� �<� �4�:� �s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�e�g�o�'�]� �<� �4�:� �s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�b�a�t�h�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�s�u�p�e�r�v�i�s�e�_�r�u�l�e�'�]� �=� �1�:�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
@@ -27638,7 +28400,7 @@
 �	�f�r�e�e�_�t�i�m�e� �=� �2�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �s�l�a�v�e�[�'�f�e�a�r�'�]�*�4�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�4�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �-�=� �s�l�a�v�e�[�'�s�p�o�i�l�'�]�*�4�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�]� �&�!� �l�o�w�e�r� �a�r�o�u�s�a�l� �l�e�v�e�l� �b�y� �o�n�e�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �2�
�
@@ -27665,13 +28427,13 @@
 �	�f�r�e�e�_�t�i�m�e� �=� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�o�u�t�d�o�o�r�_�r�e�s�t�[�3�]�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�a�m�e�s�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�*�3�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �2�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �f�r�e�e�_�t�i�m�e�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �2�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �3�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �3�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�s�u�p�e�r�v�i�s�e�_�r�u�l�e�'�]� �=� �1�:�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
@@ -27725,8 +28487,8 @@
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �(�m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �+� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�/�2�
�
-�	�	�i�f� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �>� �2� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �(�m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �+� �m�a�s�t�e�r�_�s�t�y�l�e�)�/�2�
�
+�	�	�i�f� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �>� �2� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �=� �1�
�
 �	�	�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2�
�
@@ -28235,7 +28997,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�b�a�l�_�a�b�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]�
�
 �	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
 �	�}�
�
@@ -28244,12 +29006,12 @@
 �!�R�o�u�g�h�l�y� �s�c�o�l�d�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�2�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�b�u�s�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
 �	�a�b�u�s�e� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�b�a�l�_�a�b�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]�
�
 �	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
 �	�}�
�
@@ -28258,9 +29020,9 @@
 �!�T�h�r�e�a�t�e�n� �w�i�t�h� �t�o�r�t�u�r�e�s�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�b�u�s�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�a�b�u�s�e� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�i�f� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�p�a�i�n�'�]� �=� �0�:�
�
 �	�	�s�l�a�v�e�[�'�t�h�r�e�a�t�_�p�a�i�n�'�]� �=� �1�
�
@@ -28268,7 +29030,7 @@
 �	�	�f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �1�
�
 �	�e�n�d�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�b�a�l�_�a�b�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]�
�
 �	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
 �	�}�
�
@@ -28277,17 +29039,17 @@
 �!�T�h�r�e�a�t�e�n� �w�i�t�h� �s�a�l�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�b�u�s�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�a�b�u�s�e� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
-�	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �i�i�f�(�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �<� �3�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �-�1�0�0�)� �&�!� �t�h�i�s� �t�h�r�e�a�t� �i�s� �e�f�f�e�c�t�i�v�e� �a�t� �m�o�s�t� �t�h�r�e�e� �t�i�m�e�s� �p�e�r� �s�l�a�v�e�
�
+�	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �i�i�f�(�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �<� �3�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �-�1�0�0�)� �&�!� �t�h�i�s� �t�h�r�e�a�t� �i�s� �e�f�f�e�c�t�i�v�e� �a�t� �m�o�s�t� �t�h�r�e�e� �t�i�m�e�s� �p�e�r� �s�l�a�v�e�
�
 �	�i�f� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�a�b�a�n�d�o�n�'�]� �=� �0�:�
�
 �	�	�s�l�a�v�e�[�'�t�h�r�e�a�t�_�a�b�a�n�d�o�n�'�]� �=� �1�
�
 �	�e�l�s�e�
�
 �	�	�f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �1�
�
 �	�e�n�d�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�b�a�l�_�a�b�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]�
�
 �	�	�i�f� �f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �0�:� �$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>� � �T�o� �r�e�i�n�f�o�r�c�e� �t�h�e� �m�e�s�s�a�g�e�,� �y�o�u� �c�o�u�l�d� �b�e�g�i�n� �d�r�i�v�i�n�g� �h�e�r� �o�u�t� �o�f� �t�h�e� �h�o�u�s�e�,� �a�n�d� �t�h�e�n� �r�e�l�e�n�t�& '�
�
 �	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
@@ -28297,17 +29059,17 @@
 �!�T�h�r�e�a�t�e�n� �w�i�t�h� �d�e�a�t�h�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�5�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�b�u�s�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�a�b�u�s�e� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
-�	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �i�i�f�(�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �<� �3�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�*�2�,� �-�1�0�0�)� �&�!� �t�h�i�s� �t�h�r�e�a�t� �i�s� �e�f�f�e�c�t�i�v�e� �a�t� �m�o�s�t� �t�h�r�e�e� �t�i�m�e�s� �p�e�r� �s�l�a�v�e�
�
+�	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �i�i�f�(�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �<� �3�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�*�2�,� �-�1�0�0�)� �&�!� �t�h�i�s� �t�h�r�e�a�t� �i�s� �e�f�f�e�c�t�i�v�e� �a�t� �m�o�s�t� �t�h�r�e�e� �t�i�m�e�s� �p�e�r� �s�l�a�v�e�
�
 �	�i�f� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�:�
�
 �	�	�s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �1�
�
 �	�e�l�s�e�
�
 �	�	�f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �1�
�
 �	�e�n�d�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�b�a�l�_�a�b�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]�
�
 �	�	�i�f� �f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �0�:� �$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>�<�b�r�>� � �P�e�r�h�a�p�s� �i�t� �w�o�u�l�d� �b�e� �w�o�r�t�h�w�h�i�l�e� �t�o� �s�h�o�w� �h�e�r� �h�o�w� �y�o�u� �<�i�>�c�o�u�l�d�<�/�i�>� �g�e�t� �r�i�d� �o�f� �h�e�r�& '�
�
 �	�	�!�m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �s�k�i�l�l� �w�i�l�l� �b�e� �i�n�c�r�e�a�s�e�d� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
@@ -28317,13 +29079,12 @@
 �!�P�a�d�d�l�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
-�	�a�b�u�s�e� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�s�t�r�*�2� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�3� �&�!� �w�e�i�g�h�t�e�d� �a�v�e�r�a�g�e� �i�n� �[�0�,�5�]� �r�a�n�g�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�p�a�n�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�p�a�n�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�p�a�n�k�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�a�r�e�_�h�a�n�d�s�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28341,12 +29102,11 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
-�	�a�b�u�s�e� �=� �1�
�
 �	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�s�t�r�*�2� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�3� �&�!� �w�e�i�g�h�t�e�d� �a�v�e�r�a�g�e� �i�n� �[�0�,�5�]� �r�a�n�g�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�l�a�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�l�a�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�l�a�p�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�a�r�e�_�h�a�n�d�s�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28358,16 +29118,16 @@
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
 �
�
-�!�T�e�a�r� �t�h�e� �e�a�r�
�
+�!�P�i�n�c�h� �n�i�p�p�l�e�s�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�s�t�r�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�o�r�c�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�i�n�c�h�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�a�r�e�_�h�a�n�d�s�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28383,14 +29143,18 @@
 �!�p�u�n�c�h�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�b�r�u�i�s�i�n�g� �=� �1�
�
 �	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �2�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�)�/�2� �&�!� �a�v�e�r�a�g�e� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�h�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�h�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�f�i�s�t�_�h�i�t�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�a�r�e�_�h�a�n�d�s�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28406,13 +29170,13 @@
 �!�B�e�a�t�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�5�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�b�r�u�i�s�i�n�g� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�)�/�2� �&�!� �a�v�e�r�a�g�e� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�h�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�e�a�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�f�i�s�t�_�h�i�t�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�a�r�e�_�h�a�n�d�s�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28428,19 +29192,18 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
-�	�a�b�u�s�e� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�p�a�n�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�l�i�p�p�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�p�a�n�k�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�l�a�g�e�l�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�d�a�m�a�g�e� �=� �1� �-� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
-�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �3�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28450,39 +29213,41 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
+�	�b�r�u�i�s�i�n�g� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �1�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�s�p�a�n�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�e�l�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�p�a�n�k�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�l�a�g�e�l�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�d�a�m�a�g�e� �=� �3� �-� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
 �
�
-�!�F�l�o�g� �w�i�t�h� �b�r�a�n�c�h�
�
+�!�F�l�o�g� �w�i�t�h� �c�a�n�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�3�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
+�	�b�r�u�i�s�i�n�g� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�
�
-�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �2�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �2�
�
+�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �3�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�a�n�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�a�n�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�w�h�i�p�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�l�a�g�e�l�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�d�a�m�a�g�e� �=� �5� �-� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
@@ -28494,18 +29259,19 @@
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�
�
+�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �3�:� �b�r�u�i�s�i�n�g� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �3�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �2�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�l�a�s�h�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�l�a�s�h�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�w�h�i�p�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�l�a�g�e�l�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�d�a�m�a�g�e� �=� �1�0� �-� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�*�2�
�
 �	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �4� �a�n�d� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �2� �a�n�d� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �&�!� �A�N�G�E�L�I�K�A�:� �A�c�k�n�o�w�l�e�d�g�e�d� �w�h�i�p� �m�a�s�t�e�r�s� �a�r�e� �a�b�l�e� �t�o� �s�h�a�r�p�l�y� �r�a�i�s�e� �t�h�e�i�r� �s�l�a�v�e� s� �m�o�r�a�l�e� �t�h�r�o�u�g�h� �c�a�t�h�a�r�s�i�s�:� �a� �s�p�e�c�i�a�l� �s�t�a�t�e� �o�f� �e�n�l�i�g�h�t�e�n�m�e�n�t�,� �t�h�e� �m�o�m�e�n�t� �o�f� �t�r�u�t�h�,� �c�o�m�e�s� �i�n� �t�h�e� �s�e�c�o�n�d� �o�f� �h�i�g�h�e�s�t� �p�a�i�n� �o�r� �p�l�e�a�s�u�r�e�.� �B�u�t� �t�h�i�s� �t�e�c�h�n�i�q�u�e� �i�s� �a�v�a�i�l�a�b�l�e� �o�n�l�y� �f�o�r� �t�h�e� �b�e�s�t�.� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
@@ -28517,18 +29283,23 @@
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�
�
+�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �4�:� �b�r�u�i�s�i�n�g� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �4�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�h�i�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�h�i�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�w�h�i�p�_�s�o�u�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�l�a�g�e�l�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�d�a�m�a�g�e� �=� �1�5� �-� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�*�3�
�
 �	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �>� �4� �a�n�d� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �2� �a�n�d� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �&�!� �A�N�G�E�L�I�K�A�:� �A�c�k�n�o�w�l�e�d�g�e�d� �w�h�i�p� �m�a�s�t�e�r�s� �a�r�e� �a�b�l�e� �t�o� �s�h�a�r�p�l�y� �r�a�i�s�e� �t�h�e�i�r� �s�l�a�v�e� s� �m�o�r�a�l�e� �t�h�r�o�u�g�h� �c�a�t�h�a�r�s�i�s�:� �a� �s�p�e�c�i�a�l� �s�t�a�t�e� �o�f� �e�n�l�i�g�h�t�e�n�m�e�n�t�,� �t�h�e� �m�o�m�e�n�t� �o�f� �t�r�u�t�h�,� �c�o�m�e�s� �i�n� �t�h�e� �s�e�c�o�n�d� �o�f� �h�i�g�h�e�s�t� �p�a�i�n� �o�r� �p�l�e�a�s�u�r�e�.� �B�u�t� �t�h�i�s� �t�e�c�h�n�i�q�u�e� �i�s� �a�v�a�i�l�a�b�l�e� �o�n�l�y� �f�o�r� �t�h�e� �b�e�s�t�.� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
@@ -28538,19 +29309,22 @@
 �!�h�o�t� �w�a�x�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�4�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�f�i�r�e�_�b�a�s�e�d� �=� �1�
�
+�	�p�a�i�n�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�x�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�x�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�w�a�x�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:�
�
+�	�	�	�m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�	�m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�e�n�d�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28558,13 +29332,13 @@
 �!�B�u�r�n�i�n�g� �o�i�n�t�m�e�n�t�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�4�2�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �1�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�i�s�t�i�n�g�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�u�r�n�i�n�g�_�o�i�n�t�m�e�n�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�g�a�r�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28572,7 +29346,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28587,7 +29361,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �2�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�p�i�n�s�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�l�i�g�h�t�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28596,7 +29370,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �3�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �2�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28604,14 +29378,14 @@
 �!�A�c�e�t�i�c� �i�n�f�u�s�i�o�n�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�4�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �3�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�e�x�h�i�b�i�t�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�a�c�e�t�i�c�_�i�n�f�u�s�i�o�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�i�n�f�u�s�i�o�n�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28620,7 +29394,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28635,7 +29409,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�i�n�g�e�r�g�r�i�p�'�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�i�n�g�e�r�g�r�i�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�g�r�i�p�e�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28644,7 +29418,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28652,7 +29426,7 @@
 �!�P�r�i�c�k�i�n�g�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�4�6�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�b�l�o�o�d�y� �=� �1�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�
�
@@ -28663,7 +29437,7 @@
 �	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�n�e�e�d�l�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�n�e�e�d�l�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�n�e�e�d�l�e�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
@@ -28673,7 +29447,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28681,13 +29455,13 @@
 �!�W�a�t�e�r� �t�o�r�t�u�r�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�4�7�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�w�a�t�e�r�_�b�a�s�e�d� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �2�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�d�r�o�w�n�i�n�g�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�w�a�t�e�r�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28696,7 +29470,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28704,14 +29478,19 @@
 �!�C�a�u�t�e�r�i�z�a�t�i�o�n�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�4�8�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�f�i�r�e�_�b�a�s�e�d� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�
�
+�	�p�a�i�n�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �3�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�r�a�n�d�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�r�a�n�d�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�i�r�e�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28720,7 +29499,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28728,8 +29507,7 @@
 �!�P�r�e�s�e�n�t�a�t�i�o�n� �-� �W�o�o�d�e�n� �h�o�r�s�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�1�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
-�	�a�b�u�s�e� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
@@ -28750,8 +29528,7 @@
 �!�P�r�e�s�e�n�t�a�t�i�o�n� �-� �M�a�n�u�a�l� �r�a�c�k�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�1�2�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
-�	�p�a�i�n�f�u�l� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
@@ -28772,7 +29549,7 @@
 �!�P�r�e�s�e�n�t�a�t�i�o�n� �-� �W�a�t�e�r� �b�a�r�r�e�l�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�1�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�w�a�t�e�r�_�b�a�s�e�d� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
@@ -28794,7 +29571,7 @@
 �!�P�r�e�s�e�n�t�a�t�i�o�n� �-� �M�o�l�t�e�n� �s�w�i�n�g�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�1�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�f�i�r�e�_�b�a�s�e�d� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
@@ -28816,7 +29593,7 @@
 �!�P�r�e�s�e�n�t�a�t�i�o�n� �-� �I�r�o�n� �m�a�i�d�e�n�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�1�5�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�d�a�r�k�n�e�s�s� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
@@ -28838,7 +29615,7 @@
 �!�P�r�e�s�e�n�t�a�t�i�o�n� �-� �I�n�f�e�s�t�e�d� �p�i�t�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�1�6�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�v�e�r�m�i�n�_�b�a�s�e�d� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
@@ -28860,14 +29637,14 @@
 �!�D�e�m�o�n�s�t�r�a�t�i�o�n� �-� �W�o�o�d�e�n� �h�o�r�s�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �0�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �0�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�o�o�d�h�o�r�s�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�o�o�d�h�o�r�s�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�w�o�o�d�e�n�h�o�r�s�e�_�d�e�m�o�n�s�t�r�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28876,7 +29653,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �4�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28891,7 +29668,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�a�c�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�a�c�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�s�t�r�a�p�p�a�d�o�_�d�e�m�o�n�s�t�r�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28900,7 +29677,7 @@
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �4�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �3�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28915,7 +29692,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�d�r�o�w�n�i�n�g�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�w�a�t�e�r�t�a�n�k�_�d�e�m�o�n�s�t�r�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28924,7 +29701,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28939,7 +29716,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�i�r�e�s�w�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�i�r�e�s�w�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�i�r�e�s�w�i�n�g�_�d�e�m�o�n�s�t�r�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28948,7 +29725,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28958,12 +29735,13 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�d�a�r�k�n�e�s�s� �=� �1�
�
+�	�d�e�p�r�i�v�a�t�i�o�n� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �0�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �1�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�i�r�o�n�m�a�i�d�e�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�i�r�o�n�m�a�i�d�e�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�n�i�k�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�i�r�o�n�m�a�i�d�e�n�_�d�e�m�o�n�s�t�r�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28973,7 +29751,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �3�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �4�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -28983,12 +29761,13 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�v�e�r�m�i�n�_�b�a�s�e�d� �=� �1�
�
+�	�a�b�u�s�e� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �0�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �1�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�v�e�r�m�i�n�p�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�v�e�r�m�i�n�p�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�u�n�i�t�s�_�d�e�m�o�n�s�t�r�a�t�i�o�n�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�n�i�k�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�m�i�n�p�i�t�_�d�e�m�o�n�s�t�r�a�t�i�o�n�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -28998,7 +29777,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29006,14 +29785,14 @@
 �!�A�p�p�l�i�c�a�t�i�o�n� �-� �W�o�o�d�e�n� �h�o�r�s�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�5�3�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �0�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �1�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�o�o�d�h�o�r�s�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�o�o�d�h�o�r�s�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�w�o�o�d�e�n�h�o�r�s�e�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29023,7 +29802,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �4�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29038,7 +29817,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�a�c�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�a�c�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�s�t�r�a�p�p�a�d�o�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29048,7 +29827,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �4�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29063,7 +29842,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�d�r�o�w�n�i�n�g�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�w�a�t�e�r�t�a�n�k�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29073,7 +29852,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29089,7 +29868,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�i�r�e�s�w�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�f�i�r�e�s�w�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�i�r�e�s�w�i�n�g�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29099,7 +29878,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29110,11 +29889,12 @@
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�d�e�p�r�i�v�a�t�i�o�n� �=� �1�
�
 �	�d�a�r�k�n�e�s�s� �=� �1�
�
+�	�p�a�i�n�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �2�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�i�r�o�n�m�a�i�d�e�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�i�r�o�n�m�a�i�d�e�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�n�i�k�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�i�r�o�n�m�a�i�d�e�n�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29122,7 +29902,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �4�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29132,11 +29912,13 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
 �	�v�e�r�m�i�n�_�b�a�s�e�d� �=� �1�
�
+�	�d�e�p�r�i�v�a�t�i�o�n� �=� �1�
�
+�	�p�a�i�n�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �>� �2�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�v�e�r�m�i�n�p�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�v�e�r�m�i�n�p�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�u�n�i�t�s�_�a�p�p�l�i�c�a�t�i�o�n�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�n�i�k�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�v�e�r�m�i�n�p�i�t�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29144,7 +29926,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29158,14 +29940,14 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�2� �&�!� �a�v�e�r�a�g�e�,� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�o�r�n�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29180,7 +29962,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�2� �&�!� �a�v�e�r�a�g�e�,� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�e�a�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29188,7 +29970,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29203,7 +29985,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�o�p�e�_�s�a�d�d�l�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29211,7 +29993,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29225,7 +30007,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�h�a�n�g�_�l�e�g�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29233,7 +30015,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29241,7 +30023,7 @@
 �!�R�o�p�e� �r�a�c�k�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�5�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�4�,� �m�i�n�(�5�,� �s�l�a�v�e�[�'�s�i�n�'�]�)�)� �&�!� �a�p�p�r�o�p�r�i�a�t�e� �f�o�r� �g�u�i�l�t� �t�i�e�r�s� �4� �t�o� �5�
�
 �	�d�e�p�r�i�v�a�t�i�o�n� �=� �1�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�b�r�u�i�s�i�n�g� �=� �1�
�
@@ -29249,7 +30031,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �2�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�r�o�p�e�_�r�a�c�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29258,33 +30040,53 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
 �
�
 �!�E�r�o�t�i�c� �b�o�n�d�a�g�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�6�:�
�
+�	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1� �a�n�d� �c�o�n�f�i�r�m�e�d�_�e�r�o�t�i�c�_�b�o�n�d�a�g�e�_�d�e�f�l�o�r�a�t�i�o�n� �=� �0�:�
�
+�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�l�l� �n�o� �l�o�n�g�e�r� �b�e� �a� �v�i�r�g�i�n� �a�f�t�e�r� �t�h�i�s� �p�u�n�i�s�h�m�e�n�t�.� �P�r�o�c�e�e�d� �a�n�y�w�a�y�?�'�
�
+�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�c�o�n�f�i�r�m�e�d�_�e�r�o�t�i�c�_�b�o�n�d�a�g�e�_�d�e�f�l�o�r�a�t�i�o�n� �=� �1�
�
+�	�	�	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
+�	�	�}�
�
+�	�	�$�n�o� �=� �{�
�
+�	�	�	�k�i�l�l�v�a�r� �'�c�o�n�f�i�r�m�e�d�_�e�r�o�t�i�c�_�b�o�n�d�a�g�e�_�d�e�f�l�o�r�a�t�i�o�n�'�
�
+�	�	�	�m�e�n�u�_�f�o�r�m� �=� �0�
�
+�	�	�	�g�t� �'�m�e�n�u�_�f�o�r�m�'�
�
+�	�	�}�
�
+�	�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �!� �2�:� �g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�e�n�d�
�
+�	�k�i�l�l�v�a�r� �'�c�o�n�f�i�r�m�e�d�_�e�r�o�t�i�c�_�b�o�n�d�a�g�e�_�d�e�f�l�o�r�a�t�i�o�n�'�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�2�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�s�i�n�'�]�)�)� �&�!� �a�p�p�r�o�p�r�i�a�t�e� �f�o�r� �g�u�i�l�t� �t�i�e�r�s� �2� �t�o� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�3�,� �m�i�n�(�4�,� �s�l�a�v�e�[�'�s�i�n�'�]�)�)� �&�!� �a�p�p�r�o�p�r�i�a�t�e� �f�o�r� �g�u�i�l�t� �t�i�e�r�s� �3� �t�o� �4�
�
 �	�s�t�i�m�u�l�a�t�i�n�g� �=� �1�
�
 �	�o�r�g�a�s�t�i�c� �=� �1�
�
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�d�e�p�r�i�v�a�t�i�o�n� �=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �<�=� �3� �o�r� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1�:� �p�a�i�n�f�u�l� �=� �1�
�
 �	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �>� �1�:� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �+� �m�a�s�t�e�r�_�f�e�t�i�s�h�)�/�2� �&�!� �a�v�e�r�a�g�e�,� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�e�r�o�t�i�c�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�o�r�g�a�s�m�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�e�r�o�_�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �(�m�a�s�t�e�r�_�b�o�n�d�a�g�e� �+� �m�a�s�t�e�r�_�f�e�t�i�s�h�)�*�2�
�
+�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1� �o�r� �s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �<� �1�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �=� �0�:� �s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �=� �1�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29292,7 +30094,7 @@
 �!�P�a�i�n�f�u�l� �b�o�n�d�a�g�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�7�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�3�,� �m�i�n�(�5�,� �s�l�a�v�e�[�'�s�i�n�'�]�)�)� �&�!� �a�p�p�r�o�p�r�i�a�t�e� �f�o�r� �g�u�i�l�t� �t�i�e�r�s� �3� �t�o� �5�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �m�a�x�(�3�,� �m�i�n�(�4�,� �s�l�a�v�e�[�'�s�i�n�'�]�)�)� �&�!� �a�p�p�r�o�p�r�i�a�t�e� �f�o�r� �g�u�i�l�t� �t�i�e�r�s� �3� �t�o� �4�
�
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�d�e�p�r�i�v�a�t�i�o�n� �=� �1�
�
 �	�b�r�u�i�s�i�n�g� �=� �1�
�
@@ -29304,7 +30106,7 @@
 �	�	�	�$�b�g�_�p�a�t�h� �=� �$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �0�:� �s�l�a�v�e�[�'�m�i�l�k�_�s�u�m�m�'�]� �=� �0�
�
 �	�	�e�l�s�e�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�d�s�m�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�a�i�n�f�u�l�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�p�a�i�n�_�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
@@ -29314,12 +30116,12 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
 �
�
-�!�D�e�p�r�i�v�a�t�i�o�n�
�
+�!�D�e�p�r�i�v�a�t�i�o�n� �s�u�i�t�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�8�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
@@ -29329,7 +30131,7 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�s�u�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�s�u�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�g�a�g�_�s�o�u�n�d�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�d�e�p�r�i�v�a�t�i�o�n�_�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�b�o�n�d�a�g�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29337,7 +30139,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29346,12 +30148,12 @@
 �!�N�a�k�e�d� �w�a�l�k�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�7�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�n�a�k�e�d�_�w�a�l�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�s�h�a�m�i�n�g�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�e�x�h�i�b�i�t�i�o�n�_�w�a�l�k�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �1�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�]� �&�!� �r�a�i�s�e� �a�w�a�r�e�n�e�s�s� �i�f� �t�h�e� �s�l�a�v�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �(�"�p�r�o�m�i�s�e�s� �t�o� �b�e� �g�o�o�d�"�)�
�
@@ -29365,15 +30167,12 @@
 �!�S�h�a�m�e�f�u�l� �p�o�d�i�u�m�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�7�2�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �1�
�
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�p�u�b�l�i�c�_�e�x�h�i�b�i�t�'�
�
-�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�p�u�b�l�i�c�_�e�x�h�i�b�i�t�'�]�)�
�
-�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�o�d�i�u�m�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�s�h�a�m�i�n�g�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�e�x�h�i�b�i�t�i�o�n�_�p�o�d�i�u�m�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �2�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�]� �&�!� �r�a�i�s�e� �a�w�a�r�e�n�e�s�s� �i�f� �t�h�e� �s�l�a�v�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �(�"�p�r�o�m�i�s�e�s� �t�o� �b�e� �g�o�o�d�"�)�
�
@@ -29390,13 +30189,10 @@
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�a�b�u�s�e� �=� �1�
�
-�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
+�	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�p�u�b�l�i�c�_�p�a�i�n�t�'�
�
-�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�p�u�b�l�i�c�_�p�a�i�n�t�'�]�)�
�
-�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�a�n�v�a�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�s�h�a�m�i�n�g�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�b�o�d�y�_�a�r�t�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�]� �&�!� �r�a�i�s�e� �a�w�a�r�e�n�e�s�s� �i�f� �t�h�e� �s�l�a�v�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �(�"�p�r�o�m�i�s�e�s� �t�o� �b�e� �g�o�o�d�"�)�
�
@@ -29416,14 +30212,12 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �1�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�p�u�b�l�i�c�_�u�s�e�'�
�
-�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�p�u�b�l�i�c�_�u�s�e�'�]�)�
�
-�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�u�b�l�i�c�_�u�s�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�s�h�a�m�i�n�g�/�'�)�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�c�o�m�m�o�n�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
-�	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�s�l�a�v�e�'� �&�!� �s�e�x� �w�i�t�h� �s�t�r�a�n�g�e�r�s�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�s�l�a�v�e�'� �&�!� �s�e�x� �w�i�t�h� �s�t�r�a�n�g�e�r�s� �(�p�r�e�g�n�a�n�c�y� �c�h�a�n�c�e�)�
�
+�	�	�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�1�0�/�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]�,� �1�5�/�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]�)� �&�!� �f�o�r� �c�o�w� �(�a�d�d�i�t�i�o�n�a�l� �c�o�n�t�r�i�b�u�t�i�o�n� �f�r�o�m� �s�t�r�a�n�g�e�r�s�,� �a�m�o�u�n�t� �i�s� �n�o�t� �s�k�i�l�l�-�b�a�s�e�d� �b�e�c�a�u�s�e� �t�h�i�s� �i�s� �a� �p�u�n�i�s�h�m�e�n�t�,� �b�u�t� �i�s� �a�f�f�e�c�t�e�d� �b�y� �v�a�g�i�n�a�l� �t�i�g�h�t�n�e�s�s�)�
�
 �	�	�i�f� �r�a�n�d�(�3�,�8�)� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �4�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�]� �&�!� �r�a�i�s�e� �a�w�a�r�e�n�e�s�s� �i�f� �t�h�e� �s�l�a�v�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �(�"�p�r�o�m�i�s�e�s� �t�o� �b�e� �g�o�o�d�"�)�
�
@@ -29448,14 +30242,13 @@
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�i�f� �d�o�g�o�r�t�o�i�l�e�t� �=� �0�:�
�
 �	�	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�p�u�b�l�i�c�_�u�r�i�n�a�l�'�
�
-�	�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�p�u�b�l�i�c�_�u�r�i�n�a�l�'�]�)�
�
-�	�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�u�b�l�i�c�_�u�r�i�n�a�l�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�s�h�a�m�i�n�g�/�'�)�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�c�o�m�m�o�n�_�t�o�i�l�e�t�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
-�	�	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�s�l�a�v�e�'� �&�!� �s�e�x� �w�i�t�h� �s�t�r�a�n�g�e�r�s�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�s�l�a�v�e�'� �&�!� �s�e�x� �w�i�t�h� �s�t�r�a�n�g�e�r�s� �(�p�r�e�g�n�a�n�c�y� �c�h�a�n�c�e�)�
�
+�	�	�	�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�3�/�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]�,� �9�/�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]�)� �&�!� �f�o�r� �c�o�w� �(�a�d�d�i�t�i�o�n�a�l� �c�o�n�t�r�i�b�u�t�i�o�n� �f�r�o�m� �s�t�r�a�n�g�e�r�s�,� �a�m�o�u�n�t� �i�s� �n�o�t� �s�k�i�l�l�-�b�a�s�e�d� �b�e�c�a�u�s�e� �t�h�i�s� �i�s� �a� �p�u�n�i�s�h�m�e�n�t�,� �b�u�t� �i�s� �a�f�f�e�c�t�e�d� �b�y� �v�a�g�i�n�a�l� �t�i�g�h�t�n�e�s�s�)�
�
 �	�	�	�i�f� �r�a�n�d�(�3�,�8�)� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �5�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�]� �&�!� �r�a�i�s�e� �a�w�a�r�e�n�e�s�s� �i�f� �t�h�e� �s�l�a�v�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �(�"�p�r�o�m�i�s�e�s� �t�o� �b�e� �g�o�o�d�"�)�
�
@@ -29470,7 +30263,8 @@
 �	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�o�g�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�c�o�m�m�o�n�_�t�o�i�l�e�t�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
-�	�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�	�s�l�a�v�e�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�1�,�3�)� �&�!� �f�o�r� �c�o�w� �(�a�m�o�u�n�t� �i�s� �n�o�t� �s�k�i�l�l�-�b�a�s�e�d� �b�e�c�a�u�s�e� �t�h�i�s� �i�s� �a� �p�u�n�i�s�h�m�e�n�t�)�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'� �a�n�d� �s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �<� �5�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �i�n�d�e�p�_�a�t�r�_�m�a�x�_�t�h�r�e�s�h�o�l�d�[�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�]� �&�!� �r�a�i�s�e� �a�w�a�r�e�n�e�s�s� �i�f� �t�h�e� �s�l�a�v�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �(�"�p�r�o�m�i�s�e�s� �t�o� �b�e� �g�o�o�d�"�)�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �<� �1�:� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �+�=� �1� �&� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�_�x�p�'�]� �=� �0�
�
@@ -29509,14 +30303,14 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �6�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�*�2� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�3� �&�!� �w�e�i�g�h�t�e�d� �a�v�e�r�a�g�e�,� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�c�a�n�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�c�a�n�e�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�f�l�a�g�e�l�l�a�t�i�o�n�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�p�r�i�s�o�n�e�r�_�c�a�n�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�c�o�m�p�a�s�s�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�c�a�r�s�'�]� �+�=� �5�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �2�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
@@ -29525,12 +30319,16 @@
 �!�B�e�a�t� �p�r�i�s�o�n�e�r�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�8�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�i�s�o�n�e�r�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
 �	�c�o�m�p�a�s�s�i�o�n� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �5�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�*�2� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�3� �&�!� �w�e�i�g�h�t�e�d� �a�v�e�r�a�g�e�,� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�h�i�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�b�e�a�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�p�r�i�s�o�n�e�r�_�h�i�t�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�c�o�m�p�a�s�s�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
@@ -29545,19 +30343,19 @@
 �!�T�o�r�t�u�r�e� �p�r�i�s�o�n�e�r�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�8�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�i�s�o�n�e�r�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �3�
�
 �	�c�o�m�p�a�s�s�i�o�n� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �4�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �(�1� �+� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�*�2� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�)�/�3� �&�!� �w�e�i�g�h�t�e�d� �a�v�e�r�a�g�e�,� �r�o�u�n�d�e�d� �u�p�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�p�r�i�s�o�n�e�r�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�c�o�m�p�a�s�s�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�c�a�r�s�'�]� �+�=� �1�0�
�
 �	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�0�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l� �b�e�c�a�u�s�e� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�o�n�e� �a�u�t�o�m�a�t�i�c�a�l�l�y�
�
-�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
+�	�	�i�f� �m�a�s�t�e�r�_�t�o�r�t�u�r�e� �<� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�}�
�
 �	�i�f� �d�u�n�g�e�o�n� �>� �0�:� �$�p�l�a�c�e� �=� �'�d�u�n�g�e�o�n�'�
�
 �e�n�d�
�
@@ -29579,7 +30377,7 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�8�5�0�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�r�i�s�o�n�e�r�_�t�o�r�t�u�r�e�'�
�
-�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
+�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �4�
�
 �	�c�o�m�p�a�s�s�i�o�n� �=� �1�
�
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �3�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�
�
@@ -29587,13 +30385,17 @@
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�r�y�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�p�r�i�s�o�n�e�r�_�h�a�n�g�e�d�_�d�e�s�c�r�i�p�t�i�o�n�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�c�o�m�p�a�s�s�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�h�a�n�g�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�h�a�n�g�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�g�e�t�_�r�i�d�_�o�f�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
+�	�	�e�n�d�
�
 �	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�p�r�i�s�o�n�e�r�'� �&�!� �P�R�I�S�O�N�E�R� �D�E�A�T�H�
�
 �	�	�i�f� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �>� �0�:�
�
 �	�	�	�!� �t�h�r�e�a�t� �f�u�l�f�i�l�l�e�d� �(�s�l�a�v�e� �n�o�w� �b�e�l�i�e�v�e�s� �t�h�r�e�a�t� �i�s� �r�e�a�l�)�
�
 �	�	�	�s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2� �&�!� �s�l�a�v�e� �g�a�i�n�s� �t�w�o� �f�u�l�l� �l�e�v�e�l�s� �o�f� �t�a�m�i�n�g� �t�h�e� �f�i�r�s�t� �t�i�m�e� �t�h�e�y� �w�i�t�n�e�s�s� �a�n� �e�x�e�c�u�t�i�o�n�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2� �&�!� �s�l�a�v�e� �g�a�i�n�s� �t�w�o� �f�u�l�l� �l�e�v�e�l�s� �o�f� �t�a�m�i�n�g� �t�h�e� �f�i�r�s�t� �t�i�m�e� �t�h�e�y� �w�i�t�n�e�s�s� �a�n� �e�x�e�c�u�t�i�o�n�
�
 �	�	�i�f� �s�l�a�v�e�[�'�c�o�m�p�a�s�s�i�o�n�'�]� �>� �0�:�
�
 �	�	�	�!� �c�o�m�p�a�s�s�i�o�n�a�t�e� �s�l�a�v�e� �m�a�x�e�s� �f�e�a�r�,� �c�l�e�a�r�s� �a�l�l� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s�
�
 �	�	�	�s�l�a�v�e�[�'�f�e�a�r�'�]� �=� �5�
�
@@ -29616,7 +30418,7 @@
 �	�s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&�!� �a�l�t�h�o�u�g�h� �n�o�n�-�c�o�n�s�e�n�s�u�a�l�,� �s�t�i�l�l� �s�t�i�m�u�l�a�t�e�s� �a�n�d� �c�a�n� �t�r�i�g�g�e�r� �o�r�g�a�s�m�s�
�
 �	�o�r�g�a�s�t�i�c� �=� �1�
�
 �	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�2� �+� �p�r�i�s�o�n�e�r�[�'�r�o�l�e�p�l�a�y�'�]� �+� �p�r�i�s�o�n�e�r�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�3�
�
-�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�f�u�c�k�_�s�o�u�n�d�[�p�r�i�s�o�n�e�r�[�'�a�g�e�'�]�]�
�
 �	�	�i�f� �r�a�p�e�_�f�e�a�r� �>� �0�:�
�
@@ -29638,7 +30440,7 @@
 �	�	�	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
 �	�	�e�n�d�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y� �+� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�p�r�i�s�o�n�e�r�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�p�r�i�s�o�n�e�r�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
 �	�	�i�f� �p�r�i�s�o�n�e�r�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �p�r�i�s�o�n�e�r�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �n�o�t� �u�n�c�o�n�s�c�i�o�u�s�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
@@ -29659,7 +30461,7 @@
 �	�o�r�g�a�s�t�i�c� �=� �1�
�
 �	�$�r�e�f�u�s�e�_�t�x�t� �=� �'� � �<�<�$�c�o�w�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �h�a�v�e� �s�e�x� �w�i�t�h� �y�o�u�.� �L�o�o�k�s� �l�i�k�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �t�a�u�g�h�t� �a� �l�e�s�s�o�n� �i�n� �o�b�e�d�i�e�n�c�e�.�'�
�
 �	�s�e�x�_�a�b�i�l�i�t�y� �=� �(�2� �+� �c�o�w�[�'�r�o�l�e�p�l�a�y�'�]� �+� �c�o�w�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]�)�/�3�
�
-�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�
�
+�	�s�e�x�_�q�u�a�l�i�t�y� �=� �m�i�n�(�5�,� �m�a�x�(�1�,� �s�e�x�_�a�b�i�l�i�t�y�)�)�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�f�u�c�k�_�s�o�u�n�d�[�c�o�w�[�'�a�g�e�'�]�]�
�
 �	�	�i�f� �r�a�p�e�_�f�e�a�r� �>� �0�:�
�
@@ -29680,7 +30482,7 @@
 �	�	�e�n�d�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�e�x�_�q�u�a�l�i�t�y� �+� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�c�o�w�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �a�n�d� �r�a�i�s�e�s� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�
�
 �	�	�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �n�o�t� �u�n�c�o�n�s�c�i�o�u�s�
�
 �	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �5�
�
@@ -29705,7 +30507,11 @@
 �	�s�e�n�s�i�t�i�v�i�t�y�_�t�h�r�e�s�h�o�l�d� �=� �0�
�
 �	�t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�r�a�n�d�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�r�a�n�d�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�f�i�r�e�_�b�r�a�n�d�i�n�g�
�
 �	�	�s�l�a�v�e�[�'�b�r�a�n�d�'�]� �=� �1�
�
@@ -29722,7 +30528,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�1�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�a�b�a�n�d�o�n�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�a�b�a�n�d�o�n�'�]� �=� �0�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �I�f� �y�o�u� �k�i�c�k� �t�h�e� �s�l�a�v�e� �o�u�t� �o�f� �t�h�e� �h�o�u�s�e�,� �y�o�u� �a�r�e� �u�n�l�i�k�e�l�y� �t�o� �s�e�e� �h�e�r� �a�g�a�i�n�.� �A�r�e� �y�o�u� �s�u�r�e� �y�o�u� �w�a�n�t� �t�o� �g�e�t� �r�i�d� �o�f� �h�e�r� �f�o�r�e�v�e�r�?�'�
�
 �	�t�m�p�_�a�r�m�o�r� �=� �0�
�
 �	�t�m�p�_�w�e�a�p�o�n�s� �=� �0�
�
@@ -29730,8 +30536,8 @@
 �	�t�m�p�_�j�e�w�e�l�r�y� �=� �0�
�
 �	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�a�r�m�o�r�'�]�]� �!� �'�'� � � �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�a�r�m�o�r�'�]�]� �!� �'�-�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�a�r�m�o�r�'�]�]� �!� �'�W�i�t�h�o�u�t� �a�r�m�o�r�'�:� �t�m�p�_�a�r�m�o�r� �=� �1�
�
 �	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�b�a�c�k�_�w�p�n�'�]�]� �!� �'�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�b�a�c�k�_�w�p�n�'�]�]� �!� �'�-�'�:� �t�m�p�_�w�e�a�p�o�n�s� �=� �1�
�
-�	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�l�e�f�t�_�w�p�n�'�]�]� �!� �'�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�l�e�f�t�_�w�p�n�'�]�]� �!� �'�-�'�:� �t�m�p�_�w�e�a�p�o�n�s� �=� �1�
�
-�	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�g�h�t�_�w�p�n�'�]�]� �!� �'�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�g�h�t�_�w�p�n�'�]�]� �!� �'�-�'�:� �t�m�p�_�w�e�a�p�o�n�s� �=� �1�
�
+�	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�l�e�f�t�_�w�p�n�'�]�]� �!� �'�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�l�e�f�t�_�w�p�n�'�]�]� �!� �'�-�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�l�e�f�t�_�w�p�n�'�]�]� �!� �'�F�i�s�t�'�:� �t�m�p�_�w�e�a�p�o�n�s� �=� �1�
�
+�	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�g�h�t�_�w�p�n�'�]�]� �!� �'�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�g�h�t�_�w�p�n�'�]�]� �!� �'�-�'� �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�g�h�t�_�w�p�n�'�]�]� �!� �'�F�i�s�t�'�:� �t�m�p�_�w�e�a�p�o�n�s� �=� �1�
�
 �	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �!� �'�'� � �a�n�d� � �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �!� �'�-�'� �a�n�d� � �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]� �!� �'�N�a�k�e�d�'�:� �t�m�p�_�c�l�o�t�h�e�s� �=� �1�
�
 �	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�n�g�_�l�e�f�t�'�]�]� �!� �'�'� � � �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�n�g�_�l�e�f�t�'�]�]� �!� �'�-�'�:� �t�m�p�_�j�e�w�e�l�r�y� �=� �1�
�
 �	�i�f� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�n�g�_�r�i�g�h�t�'�]�]� �!� �'�'� � �a�n�d� �$�i�t�e�m�_�n�a�m�e�[�$�s�l�a�v�e�[�'�r�i�n�g�_�r�i�g�h�t�'�]�]� �!� �'�-�'�:� �t�m�p�_�j�e�w�e�l�r�y� �=� �1�
�
@@ -29763,8 +30569,8 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�1�0�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �'�
�
-�	�i�f� �t�m�p�_�a�r�m�o�r� �+� �t�m�p�_�c�l�o�t�h�e�s� �+� �t�m�p�_�j�e�w�e�l�r�y� �>� �0�:� � �$�t�e�x�t�[�1�]� �+�=� �'�i�s� �w�e�a�r�i�n�g� �'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �w�e�a�r�i�n�g� �'�
�
+�	�i�f� �t�m�p�_�a�r�m�o�r� �+� �t�m�p�_�c�l�o�t�h�e�s� �+� �t�m�p�_�j�e�w�e�l�r�y� �=� �0�:� � �$�t�e�x�t�[�1�]� �+�=� �'�n�o�t�h�i�n�g�'�
�
 �	�i�f� �t�m�p�_�a�r�m�o�r� �+� �t�m�p�_�c�l�o�t�h�e�s� �+� �t�m�p�_�j�e�w�e�l�r�y� �=� �3�:�
�
 �	�	�$�t�e�x�t�[�1�]� �+�=� �'�p�e�r�f�e�c�t�l�y� �g�o�o�d� �a�r�m�o�r�,� �a�s� �w�e�l�l� �a�s� �a�u�r�a�-�b�o�u�n�d� �c�l�o�t�h�i�n�g� �a�n�d� �j�e�w�e�l�r�y�'�
�
 �	�e�l�s�e�i�f� �t�m�p�_�a�r�m�o�r� �+� �t�m�p�_�c�l�o�t�h�e�s� �+� �t�m�p�_�j�e�w�e�l�r�y� �=� �2�:�
�
@@ -29784,8 +30590,7 @@
 �	�	�i�f� �t�m�p�_�c�l�o�t�h�e�s� �=� �1�:� �$�t�e�x�t�[�1�]� �+�=� �'�a�u�r�a�-�b�o�u�n�d� �c�l�o�t�h�i�n�g�'�
�
 �	�e�n�d�
�
 �	�$�t�m�p� �=� �'�'�
�
-�	�i�f� �t�m�p�_�a�r�m�o�r� �+� �t�m�p�_�c�l�o�t�h�e�s� �+� �t�m�p�_�j�e�w�e�l�r�y� �>� �0� �a�n�d� �t�m�p�_�w�e�a�p�o�n�s� �!� �0�:� �$�t�e�x�t�[�1�]� �+�=� �'�,� �a�n�d�'�
�
-�	�i�f� �t�m�p�_�w�e�a�p�o�n�s� �!� �0�:� �$�t�e�x�t�[�1�]� �+�=� �'� �s�h�e� �i�s� �a�r�m�e�d�'�
�
+�	�i�f� �t�m�p�_�w�e�a�p�o�n�s� �!� �0�:� �$�t�e�x�t�[�1�]� �+�=� �'�,� �a�n�d� �s�h�e� �i�s� �a�r�m�e�d�'�
�
 �	�i�f� �t�m�p�_�a�r�m�o�r� �+� �t�m�p�_�w�e�a�p�o�n�s� �=� �2�:�
�
 �	�	�$�t�m�p� �=� �'� �h�e�r� �w�e�a�p�o�n�s�,� �a�r�m�o�r� �a�n�d�'�
�
 �	�e�l�s�e�i�f� �t�m�p�_�w�e�a�p�o�n�s� �!� �0�:�
�
@@ -29833,7 +30638,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�2�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�e�x�e�c�u�t�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�2�0�
�
@@ -29852,7 +30657,11 @@
 �	�p�a�i�n�f�u�l� �=� �1�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �6�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�h�a�n�g�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�h�a�n�g�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�g�e�t�_�r�i�d�_�o�f�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�h�a�n�g�i�n�g�_�s�i�m�p�l�e�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
@@ -29864,7 +30673,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�3�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�e�x�e�c�u�t�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�3�0�
�
@@ -29886,7 +30695,7 @@
 �	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�e�c�a�p�i�t�a�t�i�o�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�d�e�c�a�p�i�t�a�t�i�o�n�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�g�e�t�_�r�i�d�_�o�f�/�'�)�
�
 �	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�d�e�c�a�p�i�t�a�t�i�o�n�_�s�i�m�p�l�e�
�
@@ -29900,7 +30709,7 @@
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�e�x�e�c�u�t�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�4�0�
�
@@ -29923,7 +30732,7 @@
 �	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�i�m�p�a�l�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�i�m�p�a�l�i�n�g�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�g�e�t�_�r�i�d�_�o�f�/�'�)�
�
 �	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�i�m�p�a�l�i�n�g�_�s�i�m�p�l�e�
�
@@ -29938,7 +30747,7 @@
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�!�f�i�x�e�d� �t�y�p�o� �(�w�a�s� �d�e�a�t�h�_�t�r�e�a�t� �i�n�s�t�e�a�d� �o�f� �t�h�r�e�a�t�_�d�e�a�t�h� �a�s� �u�s�e�d� �e�l�s�e�w�h�e�r�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�e�x�e�c�u�t�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�$�y�e�s� �=� �{�
�
@@ -29959,7 +30768,7 @@
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �6�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�w�a�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�m�u�l�t�i�p�l�e�_�c�a�t�e�g�o�r�i�e�s�/�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�d�r�o�w�n�i�n�g�_�s�i�m�p�l�e�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
@@ -29972,7 +30781,7 @@
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�!�f�i�x�e�d� �t�y�p�o� �(�w�a�s� �d�e�a�t�h�_�t�r�e�a�t� �i�n�s�t�e�a�d� �o�f� �t�h�r�e�a�t�_�d�e�a�t�h� �a�s� �u�s�e�d� �e�l�s�e�w�h�e�r�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�e�x�e�c�u�t�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�$�y�e�s� �=� �{�
�
@@ -29993,7 +30802,11 @@
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �6�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�o�o�k�e�d�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�	�i�f� �n�o�_�g�u�r�o� �=� �1�:�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�c�o�o�k�e�d�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�g�e�t�_�r�i�d�_�o�f�/�'�)�
�
+�	�	�e�n�d�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�r�o�a�s�t�i�n�g�_�s�i�m�p�l�e�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
@@ -30005,7 +30818,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�8�7�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�t�h�r�e�a�t�_�d�e�a�t�h�'�]� �=� �0�
�
 �	�!�f�i�x�e�d� �t�y�p�o� �(�w�a�s� �d�e�a�t�h�_�t�r�e�a�t� �i�n�s�t�e�a�d� �o�f� �t�h�r�e�a�t�_�d�e�a�t�h� �a�s� �u�s�e�d� �e�l�s�e�w�h�e�r�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�e�x�e�c�u�t�i�o�n�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
 �	�$�y�e�s� �=� �{�
�
@@ -30026,9 +30839,7 @@
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �6�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�m�o�n�s�t�e�r�'�
�
-�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�m�o�n�s�t�e�r�'�]�)�
�
-�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�m�o�n�s�t�e�r�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�g�e�t�_�r�i�d�_�o�f�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�e�v�e�r�e�_�p�a�i�n�[�s�l�a�v�e�[�'�a�g�e�'�]�]�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �$�g�i�v�e�m�o�n�s�t�e�r�_�s�i�m�p�l�e�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�0�
�
@@ -30182,7 +30993,7 @@
 �	�F5;8B5;L=K9_�10;L70< �-�=� �1�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �'�c�o�n�t�e�n�t�\�s�n�d�\�p�o�t�i�o�n�_�h�o�m�e�.�w�a�v�'�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�b�u�l�k� �=� �1�
�
-�	�m�s�g� �'�B�a�l�m� �i�s� �b�e�s�t� �a�p�p�l�i�e�d� �c�l�o�s�e� �t�o� �t�h�e� �t�i�m�e� �w�h�e�n� �t�h�e� �w�o�u�n�d� �i�s� �r�e�c�e�i�v�e�d�,� �o�t�h�e�r�w�i�s�e� �t�h�e� �e�f�f�i�c�a�c�y� �i�s� �m�u�c�h� �l�o�w�e�r�.� �N�e�v�e�r�t�h�e�l�e�s�s�,� �y�o�u� �f�e�e�l� �a� �l�i�t�t�l�e� �b�e�t�t�e�r�.�'�
�
+�	�i�f� �b�a�l�m�_�h�i�n�t� �=� �0�:� �b�a�l�m�_�h�i�n�t� �=� �1� �&� �m�s�g� �'�B�a�l�m� �i�s� �b�e�s�t� �a�p�p�l�i�e�d� �c�l�o�s�e� �t�o� �t�h�e� �t�i�m�e� �w�h�e�n� �t�h�e� �w�o�u�n�d� �i�s� �r�e�c�e�i�v�e�d�,� �o�t�h�e�r�w�i�s�e� �t�h�e� �e�f�f�i�c�a�c�y� �i�s� �m�u�c�h� �l�o�w�e�r�.� �N�e�v�e�r�t�h�e�l�e�s�s�,� �y�o�u� �f�e�e�l� �a� �l�i�t�t�l�e� �b�e�t�t�e�r�.�'�
�
 �	�m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e� �-�=� �2�5�
�
 �	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �2�)�
�
 �	�m�e�n�u�_�f�o�r�m� �=� �0�
�
@@ -30260,7 +31071,7 @@
 �!�D�r�i�n�k� �K�a�m�r�a� �-� �s�l�a�v�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �5�7�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�g�e�t�_�d�r�u�g�'�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �1� �-� �i�i�f�(�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �2�,� �1�0�,� �0�)� �-� �d�y�n�s�l�a�v�e�[�'�k�o�f�f�e�_�a�d�d�i�c�t�i�o�n�'�]�*�5� �&�!� �a� �B�+� �o�r� �b�e�t�t�e�r� �a�l�c�h�e�m�i�s�t� �r�e�c�o�g�n�i�z�e�s� �t�h�i�s� �a�s� �s�a�f�e�,� �a�n� �a�d�d�i�c�t� �c�r�a�v�e�s� �i�t�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �=� �0� �-� �i�i�f�(�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �>� �0�,� �1�0�,� �0�)� �-� �s�l�a�v�e�[�'�k�o�f�f�e�_�a�d�d�i�c�t�i�o�n�'�]�*�5� �&�!� �a� �D�-� �o�r� �b�e�t�t�e�r� �a�l�c�h�e�m�i�s�t� �r�e�c�o�g�n�i�z�e�s� �t�h�i�s� �a�s� �s�a�f�e�,� �a�n� �a�d�d�i�c�t� �c�r�a�v�e�s� �i�t�
�
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �'�c�o�n�t�e�n�t�\�s�n�d�\�d�r�u�g�_�d�r�i�n�k�.�w�a�v�'�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�	�l�a�b�_�s�t�o�r�e�[�'�k�o�f�f�e�'�]� �-�=� �1�
�
@@ -30477,7 +31288,7 @@
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�t�e�n�t�a�c�l�e�s�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�a�s�s�i�s�t�a�n�t�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5� �&�!� �m�a�y� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s� �d�e�p�e�n�d�i�n�g� �o�n� �a�r�o�u�s�a�l� �l�e�v�e�l�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�a�s�s�i�s�t�a�n�t�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �>�=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �=� �1�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
 �	�	�t�e�n�t�a�c�l�e�_�h�p� �+�=� �1�
�
@@ -30512,7 +31323,7 @@
 �	�$�s�p�e�c�i�a�l�_�p�a�r�t� �=� �{�
�
 �	�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�t�e�n�t�a�c�l�e�s�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �2� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5� �&�!� �m�a�y� �t�r�i�g�g�e�r� �m�u�l�t�i�p�l�e� �o�r�g�a�s�m�s� �d�e�p�e�n�d�i�n�g� �o�n� �a�r�o�u�s�a�l� �l�e�v�e�l�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�l�a�v�e�'� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �i�n�c�l�u�d�e�s� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �(�b�u�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �i�s� �z�e�r�o�,� �s�o� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�)�
�
 �	�	�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �>�=� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1� �a�n�d� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1� �a�n�d� �s�l�a�v�e�[�'�f�i�e�n�d�_�t�a�t�t�o�o�'�]� �=� �0�:� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �1�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �<� �1�:� �s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �(�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �*� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
 �	�	�t�e�n�t�a�c�l�e�_�h�p� �+�=� �1�
�
@@ -30627,8 +31438,9 @@
 �	�$�t�e�x�t�[�3�]� �=� �'� � �Y�o�u�r� �c�o�w�s�h�e�d� �c�a�n� �h�o�u�s�e� �o�n�e� �c�o�w�.� �W�i�t�h�o�u�t� �r�e�g�u�l�a�r� �e�x�e�r�c�i�s�e�,� �y�o�u�r� �c�o�w� s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�c�e�0�0�0�0�"�>�<�b�>�E�n�d�u�r�a�n�c�e�<�/�b�>�<�/�f�o�n�t�>� �w�i�l�l� �s�l�o�w�l�y� �s�t�a�b�i�l�i�z�e� �t�o� �a� �"�W�e�a�k�e�n�e�d�"� �l�e�v�e�l�.� �A� �c�o�w� �w�i�l�l� �p�r�o�d�u�c�e� �m�i�l�k� �a�t� �t�h�e� �n�o�r�m�a�l� �r�a�t�e� �i�n� �a� �c�o�w�s�h�e�d�:� �h�o�w�e�v�e�r� �h�e�r� �c�o�w� �s�k�i�l�l� �(�w�h�i�c�h� �a�f�f�e�c�t�s� �h�e�r� �p�r�o�d�u�c�t�i�v�i�t�y�)� �w�i�l�l� �g�r�a�d�u�a�l�l�y� �i�n�c�r�e�a�s�e� �w�i�t�h�o�u�t� �n�e�e�d�i�n�g� �y�o�u� �t�o� �t�r�a�i�n� �h�e�r�.� �A� �f�a�r�m�h�a�n�d� �c�a�n� �a�c�c�e�l�e�r�a�t�e� �t�h�i�s� �p�r�o�c�e�s�s� �a�n�d� �a�l�s�o� �i�m�p�r�o�v�e� �y�o�u�r� �c�o�w� s� �m�o�o�d�.�'�
�
 �	�$�t�e�x�t�[�4�]� �=� �'� � �L�i�v�i�n�g� �i�n� �a� �c�o�w�s�h�e�d� �i�s� �a� �h�a�r�s�h� �e�x�p�e�r�i�e�n�c�e� �f�o�r� �a� �g�i�r�l� �w�h�o� �i�s� �n�o�t� �r�e�a�d�y� �f�o�r� �i�t�.� �D�e�p�e�n�d�i�n�g� �o�n� �h�e�r� �l�e�v�e�l� �o�f� �c�o�w� �t�r�a�i�n�i�n�g�,� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�c�e�0�0�0�0�"�>�<�b�>�N�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�c�e�0�0�0�0�"�>�<�b�>�P�r�i�d�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�c�e�0�0�0�0�"�>�<�b�>�T�e�m�p�e�r�a�m�e�n�t�<�/�b�>�<�/�f�o�n�t�>� �w�i�l�l� �d�e�c�r�e�a�s�e�.� �T�h�i�s� �c�a�n� �b�e� �m�i�t�i�g�a�t�e�d� �s�o�m�e�w�h�a�t� �b�y� �h�a�v�i�n�g� �a� �f�a�r�m�h�a�n�d� �t�a�k�i�n�g� �c�a�r�e� �o�f� �t�h�e� �c�o�w�.�<�b�r�>� � �H�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�c�e�0�0�0�0�"�>�<�b�>�I�n�t�e�l�l�e�c�t�<�/�b�>�<�/�f�o�n�t�>� �a�l�s�o� �w�i�l�l� �d�e�c�r�e�a�s�e� �f�o�r� �e�a�c�h� �d�a�y� �i�n� �t�h�e� �b�a�r�n�.�'�
�
 �	�$�t�e�x�t�[�5�]� �=� �'� � �T�o� �i�m�p�r�o�v�e� �m�i�l�k� �p�r�o�d�u�c�t�i�o�n�,� �i�n�s�e�m�i�n�a�t�e� �y�o�u�r� �c�o�w� �r�e�g�u�l�a�r�l�y�.� �Y�o�u� �c�a�n� �a�s�k� �t�h�e� �p�u�b�l�i�c� �f�a�r�m� �(�w�h�i�c�h� �w�i�l�l� �c�h�a�r�g�e� �y�o�u�)� �t�o� �t�a�k�e� �c�a�r�e� �o�f� �"�i�m�p�r�e�g�n�a�t�i�o�n�s�.�"� �A� �g�i�r�l� �r�e�c�o�v�e�r�i�n�g� �f�r�o�m� �s�u�r�g�e�r�y� �w�i�l�l� �h�a�v�e� �l�o�w� �-� �b�u�t� �i�n�c�r�e�a�s�i�n�g� �-� �p�r�o�d�u�c�t�i�v�i�t�y�.� �Y�o�u� �c�a�n� �c�h�o�o�s�e� �t�o� �o�v�e�r�f�e�e�d� �y�o�u�r� �c�o�w� �t�o� �g�r�a�d�u�a�l�l�y� �i�n�c�r�e�a�s�e� �h�e�r� �w�e�i�g�h�t� �a�n�d� �t�h�u�s� �(�a� �b�i�t�)� �t�h�e� �m�i�l�k� �s�h�e� �p�r�o�d�u�c�e�s�.� �T�o�o� �m�u�c�h� �w�e�i�g�h�t� �i�s� �n�o�t� �b�e�n�e�f�i�c�i�a�l�,� �s�o� �r�e�d�u�c�e� �h�e�r� �f�e�e�d� �b�e�f�o�r�e� �s�h�e� �b�e�c�o�m�e�s� �c�o�r�p�u�l�e�n�t�.�'�
�
-�	�$�t�e�x�t�[�6�]� �=� �'� � �I�f� �y�o�u� �h�a�v�e� �a�p�p�o�i�n�t�e�d� �a� �f�a�r�m�h�a�n�d�,� �s�h�e� �c�a�n� �b�e� �o�r�d�e�r�e�d� �t�o� �o�v�e�r�f�e�e�d� �y�o�u�r� �e�g�g�l�a�y�e�r�,� �g�r�a�d�u�a�l�l�y� �i�n�c�r�e�a�s�i�n�g� �h�e�r� �w�e�i�g�h�t� �a�n�d� �t�h�u�s� �t�h�e� �g�o�o�d�s� �s�h�e� �p�r�o�d�u�c�e�s�.� �Y�o�u�r� �f�a�r�m�h�a�n�d� �c�a�n� �b�e� �o�r�d�e�r�e�d� �t�o� �a�u�t�o�m�a�t�i�c�a�l�l�y� �s�l�a�u�g�h�t�e�r� �a�n�d� �b�u�t�c�h�e�r� �y�o�u�r� �p�i�g� �o�n�c�e� �s�h�e� s� �f�a�t� �e�n�o�u�g�h�,� �a�n�d� �t�o� �t�a�k�e� �p�r�i�s�o�n�e�r�s� �t�o� �t�h�e� �b�a�r�n� �a�s� �r�e�p�l�a�c�e�m�e�n�t� �p�i�g�s�.�'�
�
-�	�$�t�e�x�t�[�7�]� �=� �'� � �Y�o�u� �c�a�n� �o�n�l�y� �h�a�v�e� �o�n�e� �s�l�a�v�e� �o�f� �e�a�c�h� �t�y�p�e�,� �a�s� �g�o�i�n�g� �b�e�y�o�n�d� �t�h�i�s� �l�i�m�i�t� �v�i�o�l�a�t�e�s� �t�h�e� �m�o�n�o�p�o�l�y� �o�f� �t�h�e� �G�r�o�c�e�r�s� �G�u�i�l�d�.� �T�h�i�s� �i�s� �a�l�s�o� �w�h�y� �y�o�u� �m�a�k�e� �a� �f�r�a�c�t�i�o�n� �o�f� �t�h�e� �m�a�r�k�e�t� �v�a�l�u�e� �o�f� �t�h�e�s�e� �g�o�o�d�s�.� �Y�o�u� �s�h�o�u�l�d�n� t� �c�o�m�p�l�a�i�n� �t�o�o� �m�u�c�h�,� �a�s� �G�u�i�l�d� �m�o�n�o�p�o�l�i�e�s� �a�r�e� �w�h�y� �y�o�u� �c�a�n� �c�h�a�r�g�e� �s�o� �m�u�c�h� �f�o�r� �y�o�u�r� �s�l�a�v�e�s�.�'�
�
+�	�$�t�e�x�t�[�6�]� �=� �'� � �Y�o�u�r� �f�a�r�m�h�a�n�d� �w�i�l�l� �b�a�t�h�e� �y�o�u�r� �c�o�w� �p�e�r�i�o�d�i�c�a�l�l�y� �t�o� �k�e�e�p� �h�e�r� �f�r�o�m� �b�e�c�o�m�i�n�g� �t�o�o� �d�i�r�t�y�,� �a�n�d� �w�h�e�n� �y�o�u� �h�a�v�e� �m�o�r�e� �t�h�a�n� �5�0� �b�o�t�t�l�e�s� �o�f� �m�i�l�k�,� �s�h�e� �w�i�l�l� �v�i�s�i�t� �t�h�e� �c�o�o�p�e�r�a�t�i�v�e� �d�a�i�l�y� �t�o� �c�h�e�c�k� �m�a�r�k�e�t� �p�r�i�c�e�s� �a�n�d� �s�e�l�l� �s�o�m�e� �b�o�t�t�l�e�s� �w�h�e�n� �t�h�e�y� �p�r�i�c�e�s� �a�r�e� �f�a�v�o�r�a�b�l�e�.� �A�l�t�h�o�u�g�h� �y�o�u�r� �f�a�r�m�h�a�n�d� �a�l�s�o� �c�a�n� �m�i�l�k� �y�o�u�r� �c�o�w�,� �s�h�e� �w�i�l�l� �o�n�l�y� �d�o� �s�o� �w�h�e�n� �d�i�r�e�c�t�e�d�.�'�
�
+�	�$�t�e�x�t�[�7�]� �=� �'� � �Y�o�u�r� �f�a�r�m�h�a�n�d� �c�a�n� �b�e� �o�r�d�e�r�e�d� �t�o� �o�v�e�r�f�e�e�d� �y�o�u�r� �e�g�g�l�a�y�e�r�,� �g�r�a�d�u�a�l�l�y� �i�n�c�r�e�a�s�i�n�g� �h�e�r� �w�e�i�g�h�t� �a�n�d� �t�h�u�s� �t�h�e� �g�o�o�d�s� �s�h�e� �p�r�o�d�u�c�e�s�.� �Y�o�u�r� �f�a�r�m�h�a�n�d� �a�l�s�o� �c�a�n� �b�e� �o�r�d�e�r�e�d� �t�o� �a�u�t�o�m�a�t�i�c�a�l�l�y� �s�l�a�u�g�h�t�e�r� �a�n�d� �b�u�t�c�h�e�r� �y�o�u�r� �p�i�g� �o�n�c�e� �s�h�e� s� �f�a�t� �e�n�o�u�g�h�,� �a�n�d� �t�o� �t�a�k�e� �p�r�i�s�o�n�e�r�s� �t�o� �t�h�e� �b�a�r�n� �a�s� �r�e�p�l�a�c�e�m�e�n�t� �p�i�g�s�.�'�
�
+�	�$�t�e�x�t�[�8�]� �=� �'� � �Y�o�u� �c�a�n� �o�n�l�y� �h�a�v�e� �o�n�e� �s�l�a�v�e� �o�f� �e�a�c�h� �t�y�p�e�,� �a�s� �g�o�i�n�g� �b�e�y�o�n�d� �t�h�i�s� �l�i�m�i�t� �v�i�o�l�a�t�e�s� �t�h�e� �m�o�n�o�p�o�l�y� �o�f� �t�h�e� �G�r�o�c�e�r�s� �G�u�i�l�d�.� �T�h�i�s� �i�s� �a�l�s�o� �w�h�y� �y�o�u� �m�a�k�e� �a� �f�r�a�c�t�i�o�n� �o�f� �t�h�e� �m�a�r�k�e�t� �v�a�l�u�e� �o�f� �t�h�e�s�e� �g�o�o�d�s�.� �Y�o�u� �s�h�o�u�l�d�n� t� �c�o�m�p�l�a�i�n� �t�o�o� �m�u�c�h�,� �a�s� �G�u�i�l�d� �m�o�n�o�p�o�l�i�e�s� �a�r�e� �w�h�y� �y�o�u� �c�a�n� �c�h�a�r�g�e� �s�o� �m�u�c�h� �f�o�r� �y�o�u�r� �s�l�a�v�e�s�.�'�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�b�a�t�h�_�C�:�
�
@@ -30689,14 +31501,15 @@
 �	�	�e�l�s�e�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �i�s� �h�o�r�r�i�f�i�e�d� �a�t� �t�h�e� �i�d�e�a� �o�f� �l�i�v�i�n�g� �i�n� �a� �b�a�r�n�,� �k�e�p�t� �a�s� �a�n� �a�n�i�m�a�l� �t�o� �l�a�y� �e�g�g�s� �f�o�r� �y�o�u�r� �t�a�b�l�e�,� �h�o�w�e�v�e�r� �s�h�e� �k�n�o�w�s� �t�h�a�t� �r�e�s�i�s�t�i�n�g� �y�o�u� �i�s� �f�u�t�i�l�e�.� �S�h�e� �m�a�k�e�s� �h�e�r�s�e�l�f� �c�o�m�f�o�r�t�a�b�l�e� �i�n� �t�h�e� �p�e�n�,� �l�a�y�i�n�g� �b�a�c�k� �o�n� �a� �s�o�f�t� �p�i�l�e� �o�f� �h�a�y�.�'�
�
 �	�	�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �2�
�
-�	�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�	�	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �0�:�
�
 �	�	�	�	�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+�=� �1�
�
 �	�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �=� �1�0�
�
-�	�	�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
 �	�	�	�	�e�l�s�e�
�
 �	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0� �&�!� �c�l�e�a�r� �g�u�i�l�t� �f�r�o�m� �$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d� �b�e�c�a�u�s�e� �i�t� �i�s� �n�o�t� �v�i�s�i�b�l�e� �i�n� �t�h�e� �b�a�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �!� �0�:�
�
@@ -30787,13 +31600,14 @@
 �	�	�}�
�
 �	�e�n�d�
�
 �	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
-�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�!� �a�n� �u�n�c�o�n�s�c�i�o�u�s� �s�l�a�v�e� �c�a�n�n�o�t� �r�e�s�i�s�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
 �	�	�e�l�s�e�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�	�	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0� �&�!� �c�l�e�a�r� �g�u�i�l�t� �f�r�o�m� �$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d� �b�e�c�a�u�s�e� �i�t� �i�s� �n�o�t� �v�i�s�i�b�l�e� �i�n� �t�h�e� �b�a�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
@@ -30851,7 +31665,7 @@
 �	�$�p�l�a�c�e� �=� �'�b�a�r�n�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�b�a�r�n�'�
�
 �	�s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&�!� �s�e�x� �a�c�c�e�p�t�a�n�c�e� �w�i�l�l� �b�e� �a�d�d�e�d� �t�o� �r�e�p�u�l�s�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�r�e�p�u�l�s�e�'�]� �=� �i�i�f�(�c�o�w�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1�,� �1�7�,� �1�6�)� �&�!� �s�a�m�e� �a�s� �g�a�n�g�b�a�n�g� �l�e�s�s�o�n�;� �i�f� �r�e�s�i�s�t�e�d�,� �w�i�l�l� �b�e� �t�r�e�a�t�e�d� �a�s� �r�a�p�e�
�
+�	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�r�e�p�u�l�s�e�'�]� �=� �i�i�f�(�c�o�w�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �1�,� �8�,� �4�)� �-� �c�o�w�_�l�o�c�k�e�d�*�1�0�0� �&�!� �s�a�m�e� �a�s� �v�a�g�i�n�a�l� �l�e�s�s�o�n� �(�b�e�c�a�u�s�e� �t�h�i�s� �i�s� �n�o�t� �a� �g�a�n�g�b�a�n�g�,� �i�t� �i�s� �a� �s�e�r�i�a�l� �i�n�s�e�m�i�n�a�t�i�o�n�)�;� �i�f� �r�e�s�i�s�t�e�d�,� �w�i�l�l� �b�e� �t�r�e�a�t�e�d� �a�s� �r�a�p�e�
�
 �	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]� �=� �5� �-� �c�o�w�[�'�c�o�w�S�K�'�]�
�
 �	�i�f� �c�o�w�[�'�o�r�g�y�'�]� �>� �2�:� �o�r�g�a�s�t�i�c� �=� �1�
�
 �	�s�h�a�m�e�f�u�l� �=� �1�
�
@@ -30867,12 +31681,11 @@
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �p�u�b�l�i�c� �f�a�r�m� �u�s�u�a�l�l�y� �s�e�n�d�s� �s�e�v�e�r�a�l� �e�m�p�l�o�y�e�e�s� �f�o�r� �t�h�i�s� �k�i�n�d� �o�f� �j�o�b�.� �I�f� �y�o�u�r� �c�o�w� �i�s� �u�s�e�d� �t�o� �b�e�i�n�g� �t�a�k�e�n� �b�y� �s�e�v�e�r�a�l� �s�t�r�a�n�g�e�r�s�,� �i�t� �s�h�o�u�l�d�n� t� �f�a�z�e� �h�e�r� �a� �b�i�t�.� �A�n�y�w�a�y� �i�t� �w�o�n� t� �h�u�r�t� �a�n�y�t�h�i�n�g� �e�l�s�e� �t�h�a�n� �h�e�r� �s�p�i�r�i�t�,� �a�n�d� �s�h�e� �w�i�l�l� �p�r�o�g�r�e�s�s�i�v�e�l�y� �b�e�c�o�m�e� �a�c�c�u�s�t�o�m�e�d� �t�o� �i�t�.� �C�o�n�s�i�d�e�r�i�n�g� �t�h�e� �e�x�p�e�n�s�e�,� �i�t� �m�a�y� �b�e� �b�e�s�t� �t�o� �w�a�i�t� �u�n�t�i�l� �t�h�e� �c�o�w� �d�r�o�p�s� �t�o� �a�n� �F�-� �i�m�p�r�e�g�n�a�t�i�o�n� �r�a�t�i�n�g� �b�e�f�o�r�e� �p�a�y�i�n�g� �f�o�r� �a�n�o�t�h�e�r� �r�o�u�n�d�.�'�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �5�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�c�o�w�'�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�c�o�w�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�c�o�w�'� �&�!� �s�e�x� �w�i�t�h� �s�t�r�a�n�g�e�r�s�
�
 �	�	�c�o�w�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�4�0�,�4�5�)� �&�!� �n�e�e�d�e�d� �b�e�c�a�u�s�e� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0�
�
-�	�	�i�f� �r�a�n�d�(�1�,�8�)� �>� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �c�o�w�[�'�i�l�l�'�]� �=� �0�:� �c�o�w�[�'�i�l�l�'�]� �=� �1�
�
-�	�	�i�f� �c�o�w�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �<� �3�:� �c�o�w�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �+�=� �1�
�
+�	�	�!� �n�o� �d�i�s�e�a�s�e� �r�i�s�k�,� �t�h�e� �p�u�b�l�i�c� �f�a�r�m� �m�a�k�e�s� �s�u�r�e� �t�h�e� �e�m�p�l�o�y�e�e�s� �a�r�e� �c�l�e�a�n�
�
 �	�	�c�o�w�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
 �	�	�c�o�w�_�r�a�t�e�[�'�c�o�w�S�K�'�]� �+�=� �1�
�
 �	�	�i�f� �c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �n�o�t� �u�n�c�o�n�s�c�i�o�u�s�
�
@@ -30904,9 +31717,9 @@
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �A�l�t�h�o�u�g�h� �m�i�n�o�t�a�u�r�s� �u�s�u�a�l�l�y� �t�a�k�e� �c�a�r�e� �n�o�t� �t�o� �h�u�r�t� �t�h�e� �g�i�r�l�s� �t�h�e�y� �i�n�s�e�m�i�n�a�t�e�,� �t�h�e� �p�r�o�c�e�s�s� �i�s� �o�f�t�e�n� �p�a�i�n�f�u�l� �a�n�d� �e�x�h�a�u�s�t�i�n�g� �f�o�r� �t�h�e� �c�o�w�s�.� �B�u�t� �t�h�e� �r�e�s�u�l�t�s� �a�r�e� �s�o� �e�f�f�e�c�t�i�v�e� �t�h�a�t� �e�v�e�r�y� �f�a�r�m�e�r� �u�s�e�s� �t�h�e�s�e� �b�e�a�s�t�s� �w�h�e�n� �t�h�e�y� �a�r�e� �l�o�o�k�i�n�g� �f�o�r� �h�i�g�h� �p�r�o�d�u�c�t�i�v�i�t�y�.� �C�o�n�s�i�d�e�r�i�n�g� �t�h�e� �e�x�p�e�n�s�e�,� �i�t� �m�a�y� �b�e� �b�e�s�t� �t�o� �w�a�i�t� �u�n�t�i�l� �t�h�e� �c�o�w� �d�r�o�p�s� �t�o� �a�n� �F�-� �i�m�p�r�e�g�n�a�t�i�o�n� �r�a�t�i�n�g� �b�e�f�o�r�e� �p�a�y�i�n�g� �f�o�r� �a�n�o�t�h�e�r� �r�o�u�n�d�.�'�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �1�0�
�
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0� �&�!� �m�a�s�t�e�r� �i�s� �n�o�t� �i�n�v�o�l�v�e�d�
�
-�	�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�c�o�w�'�
�
-�	�	�d�y�n�a�m�i�c� �$�c�o�w�_�e�n�e�r�g�y�_�d�r�o�p�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�c�o�w�_�e�n�e�r�g�y�_�d�r�o�p�
�
+�	�	�d�y�n�a�m�i�c� �$�c�o�w�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �e�x�t�r�a� �e�n�e�r�g�y� �d�r�o�p� �c�o�m�p�a�r�e�d� �t�o� �g�r�o�u�p� �i�n�s�e�m�i�n�a�t�i�o�n�
�
 �	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�c�o�w�'� �&�!� �s�e�x� �w�i�t�h� �m�i�n�o�t�a�u�r�
�
 �	�	�c�o�w�[�'�c�u�m�_�l�o�a�d�'�]� �+�=� �r�a�n�d�(�1�0�0�,�1�1�0�)� �&�!� �n�e�e�d�e�d� �b�e�c�a�u�s�e� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �0�
�
 �	�	�i�f� �r�a�n�d�(�1�,�1�2�)� �>� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �c�o�w�[�'�i�l�l�'�]� �=� �0�:� �c�o�w�[�'�i�l�l�'�]� �=� �1�
�
@@ -31070,7 +31883,9 @@
 �!�T�O�D�O�:� �P�a�r�a�s�i�t�e� �w�i�l�l� �n�o�t� �b�o�r�n� �f�r�o�m� �t�h�e� �a�s�s�i�s�t�a�n�t� �o�r� �p�r�i�s�o�n�e�r� �i�f� �t�h�e�r�e� �i�s� �n�o� �s�l�a�v�e�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �9�9�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�h�e�s�t�b�u�s�t�e�r�'�
�
-�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �0�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �'�$�b�g�_�p�a�t�h� �=� �"�'� �+� �$�s�l�a�v�e�[�'�f�u�l�l�i�m�a�g�e�'�]� �+� �'�"�'�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �'�$�b�g�_�p�a�t�h� �=� �"�'� �+� �$�s�l�a�v�e�[�'�f�u�l�l�i�m�a�g�e�'�]� �+� �'�"�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�s�l�a�v�e�_�c�h�e�s�t�b�u�s�t�e�r�'�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �'�c�o�n�t�e�n�t�/�s�n�d�/�g�i�r�l�_�s�u�f�f�e�r�i�n�g�.�w�a�v�'�
�
 �	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
@@ -31079,7 +31894,9 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �9�9�2�2�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�h�e�s�t�b�u�s�t�e�r�'�
�
-�	�s�h�o�w�_�a�s�s�i�s�t�a�n�t�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�s�h�o�w�_�a�s�s�i�s�t�a�n�t�_�f�u�l�l�i�m�a�g�e� �=� �0�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �'�$�b�g�_�p�a�t�h� �=� �"�'� �+� �$�a�s�s�i�s�t�a�n�t�[�'�f�u�l�l�i�m�a�g�e�'�]� �+� �'�"�'�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �'�$�b�g�_�p�a�t�h� �=� �"�'� �+� �$�a�s�s�i�s�t�a�n�t�[�'�f�u�l�l�i�m�a�g�e�'�]� �+� �'�"�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�a�s�s�i�s�t�a�n�t�_�c�h�e�s�t�b�u�s�t�e�r�'�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �'�c�o�n�t�e�n�t�/�s�n�d�/�g�i�r�l�_�s�u�f�f�e�r�i�n�g�.�w�a�v�'�
�
 �	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�a�s�s�i�s�t�a�n�t�'�
�
@@ -31088,7 +31905,9 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �9�9�2�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�h�e�s�t�b�u�s�t�e�r�'�
�
-�	�s�h�o�w�_�p�r�i�s�o�n�e�r�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�s�h�o�w�_�p�r�i�s�o�n�e�r�_�f�u�l�l�i�m�a�g�e� �=� �0�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �'�$�b�g�_�p�a�t�h� �=� �"�'� �+� �$�p�r�i�s�o�n�e�r�[�'�f�u�l�l�i�m�a�g�e�'�]� �+� �'�"�'�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �'�$�b�g�_�p�a�t�h� �=� �"�'� �+� �$�p�r�i�s�o�n�e�r�[�'�f�u�l�l�i�m�a�g�e�'�]� �+� �'�"�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�p�r�i�s�o�n�e�r�_�c�h�e�s�t�b�u�s�t�e�r�'�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �'�c�o�n�t�e�n�t�/�s�n�d�/�g�i�r�l�_�s�u�f�f�e�r�i�n�g�.�w�a�v�'�
�
 �	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�p�r�i�s�o�n�e�r�'�
�
@@ -31105,12 +31924,12 @@
 �i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �=� �2�:�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n� �<� �1�4�0�0�:�
�
 �	�	�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�s�t�e�r�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'� �o�r� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�f�_�s�e�x�_�l�e�s�s�o�n�'�:�
�
-�	�	�	�d�e�b�u�g�_�r�e�p�u�l�s�e�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]�
�
-�	�	�	�d�e�b�u�g�_�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]�
�
+�	�	�	�d�e�b�u�g�_�r�e�p�u�l�s�e�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]�
�
+�	�	�	�d�e�b�u�g�_�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�]�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�e�x�_�a�c�c�e�p�t�a�n�c�e�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �f�i�l�l�s� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]�
�
-�	�	�	�d�e�b�u�g�_�s�e�x�_�a�c�c�e�p�t�a�n�c�e�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]�
�
+�	�	�	�d�e�b�u�g�_�s�e�x�_�a�c�c�e�p�t�a�n�c�e�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�e�p�u�l�s�e�_�c�h�e�c�k�,� � �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �f�i�l�l�s� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�s�'�]�
�
-�	�	�	�d�e�b�u�g�_�r�e�s�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]�
�
+�	�	�	�d�e�b�u�g�_�r�e�s�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]�
�
 �	�	�e�n�d�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n� �+�=� �1�
�
 �	�	�c�o�p�y�a�r�r� �'�s�l�a�v�e�'�,� �'�b�a�c�k�u�p�_�s�l�a�v�e�'�
�
@@ -31219,7 +32038,7 @@
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�t�h�r�e�a�t�_�p�a�i�n�'�]� �=� �0� �&�!� �f�u�l�f�i�l�l�s� �t�h�r�e�a�t� �i�f� �o�n�e� �w�a�s� �m�a�d�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�e�n�d�
�
@@ -31227,7 +32046,7 @@
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�h�a�m�e�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�h�a�m�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�h�a�m�e�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�	�i�f� �t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �>� �0� �a�n�d� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�*�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �&�!� �o�n�l�y� �f�o�r� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �o�t�h�e�r�w�i�s�e� �i�t� �i�s� �h�a�n�d�l�e�d� �i�n� �$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�
�
 �	�	�	�e�n�d�
�
@@ -31235,7 +32054,7 @@
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�	�i�f� �t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �>� �0� �a�n�d� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�*�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �&�!� �o�n�l�y� �f�o�r� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �o�t�h�e�r�w�i�s�e� �i�t� �i�s� �h�a�n�d�l�e�d� �i�n� �$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�
�
 �	�	�	�e�n�d�
�
@@ -31243,56 +32062,56 @@
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�b�u�s�e�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�b�u�s�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�b�u�s�e�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �l�e�s�b�i�a�n� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�l�e�s�b�i�a�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �b�l�o�o�d�y� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�b�l�o�o�d�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �d�a�r�k�n�e�s�s� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�d�a�r�k�n�e�s�s�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �d�e�p�r�i�v�a�t�i�o�n� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �f�i�r�e�_�b�a�s�e�d� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�f�i�r�e�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �w�a�t�e�r�_�b�a�s�e�d� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�w�a�t�e�r�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i�f� �v�e�r�m�i�n�_�b�a�s�e�d� �>� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �r�i�s�e�_�m�o�d� �+�=� �-�2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�i�s�e�_�m�o�d� �+�=� �2�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�:� �d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �+�=� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �m�i�n�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�v�e�r�m�i�n�_�x�p�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�!�c�o�m�p�a�s�s�i�o�n� �i�s� �h�a�n�d�l�e�d� �i�n� �t�h�e� �a�p�p�r�o�p�r�i�a�t�e� �i�n�t�e�r�a�c�t�i�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -31327,17 +32146,17 @@
 �
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r� �!� �'�'�:�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�)� � � �&�!� �m�o�d�i�f�i�e�s� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
-�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�{�m�s�g� �'�d�y�n�s�l�a�v�e�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �(�<�<�i�n�t�e�r�a�c�t�i�o�n�>�>�)� �=� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�>�>�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�'�]�>�>�,� �o�b�e�d�i�e�n�c�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�o�b�e�d�i�e�n�c�e�'�'�]�>�>�,� �r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�p�u�l�s�e�'�'�]�>�>�,� �r�e�s� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�s�'�'�]�>�>�,� �m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�'�]�>�>�,� �d�i�l�i�g�e�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�d�i�l�i�g�e�n�c�e�'�'�]�>�>�,� �p�s�y� �=� �<�<�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�>�>�,� �m�o�o�d� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�o�d�'�'�]�>�>�,� �a�r�o�u�s�a�l� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�a�r�o�u�s�a�l�'�'�]�>�>�,� �f�e�a�r� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�f�e�a�r�'�'�]�>�>�,� �p�r�i�d�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�p�r�i�d�e�'�'�]�>�>�,� �t�a�m�i�n�g� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�i�n�s�t�i�n�c�t�'�'�]�>�>�,� �h�a�b�i�t� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�c�u�s�t�o�m�'�'�]�>�>�,� �a�w�a�r�e�n�e�s�s� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�r�a�t�i�o�n�a�l�'�'�]�>�>�,� �d�e�v�o�t�i�o�n� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�r�a�l�'�'�]�>�>�,� �t�o�d�a�y� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�,� �r�e�c�e�n�t� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�'�}�,� �'�d�y�n�s�l�a�v�e�'�,� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�)�
�
+�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�{�m�s�g� �'�d�y�n�s�l�a�v�e�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �(�<�<�i�n�t�e�r�a�c�t�i�o�n�>�>�)� �=� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�>�>�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�'�]�>�>�,� �o�b�e�d�i�e�n�c�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�o�b�e�d�i�e�n�c�e�'�'�]�>�>�,� �r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�p�u�l�s�e�'�'�]�>�>�,� �r�e�s� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�s�'�'�]�>�>�,� �m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�'�]�>�>�,� �d�i�l�i�g�e�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�d�i�l�i�g�e�n�c�e�'�'�]�>�>�,� �p�s�y� �=� �<�<�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�>�>�,� �m�o�o�d� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�o�d�'�'�]�>�>�,� �a�r�o�u�s�a�l� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�a�r�o�u�s�a�l�'�'�]�>�>�,� �f�e�a�r� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�f�e�a�r�'�'�]�>�>�,� �p�r�i�d�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�p�r�i�d�e�'�'�]�>�>�,� �t�a�m�i�n�g� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�i�n�s�t�i�n�c�t�'�'�]�>�>�,� �h�a�b�i�t� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�c�u�s�t�o�m�'�'�]�>�>�,� �a�w�a�r�e�n�e�s�s� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�r�a�t�i�o�n�a�l�'�'�]�>�>�,� �d�e�v�o�t�i�o�n� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�r�a�l�'�'�]�>�>�,� �t�o�d�a�y� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�>�>�,� �r�e�c�e�n�t� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�>�>�'�}�,� �'�d�y�n�s�l�a�v�e�'�,� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�)�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�e�x�t�r�a�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�)�
�
 �e�l�s�e�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �"�m�a�k�e�_�s�l�a�v�e�_�a�s�s�i�s�t�a�n�t�_�d�o�"� �o�r� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �"�a�s�s�i�s�t�a�n�t�_�t�e�a�c�h�e�s�_�s�l�a�v�e�"�:�
�
-�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�{�m�s�g� �'�d�y�n�s�l�a�v�e�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �(�<�<�i�n�t�e�r�a�c�t�i�o�n�>�>�)� �=� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�>�>�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�'�]�>�>�,� �o�b�e�d�i�e�n�c�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�o�b�e�d�i�e�n�c�e�'�'�]�>�>�,� �r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�p�u�l�s�e�'�'�]�>�>�,� �r�e�s� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�s�'�'�]�>�>�,� �m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�'�]�>�>�,� �d�i�l�i�g�e�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�d�i�l�i�g�e�n�c�e�'�'�]�>�>�,� �p�s�y� �=� �<�<�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�>�>�,� �m�o�o�d� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�o�d�'�'�]�>�>�,� �a�r�o�u�s�a�l� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�a�r�o�u�s�a�l�'�'�]�>�>�,� �f�e�a�r� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�f�e�a�r�'�'�]�>�>�,� �p�r�i�d�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�p�r�i�d�e�'�'�]�>�>�,� �t�a�m�i�n�g� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�i�n�s�t�i�n�c�t�'�'�]�>�>�,� �h�a�b�i�t� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�c�u�s�t�o�m�'�'�]�>�>�,� �a�w�a�r�e�n�e�s�s� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�r�a�t�i�o�n�a�l�'�'�]�>�>�,� �d�e�v�o�t�i�o�n� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�r�a�l�'�'�]�>�>�,� �t�o�d�a�y� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�,� �r�e�c�e�n�t� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�'�}�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�{�m�s�g� �'�d�y�n�s�l�a�v�e�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �(�<�<�i�n�t�e�r�a�c�t�i�o�n�>�>�)� �=� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�>�>�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�'�]�>�>�,� �o�b�e�d�i�e�n�c�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�o�b�e�d�i�e�n�c�e�'�'�]�>�>�,� �r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�p�u�l�s�e�'�'�]�>�>�,� �r�e�s� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�s�'�'�]�>�>�,� �m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�'�]�>�>�,� �d�i�l�i�g�e�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�d�i�l�i�g�e�n�c�e�'�'�]�>�>�,� �p�s�y� �=� �<�<�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�>�>�,� �m�o�o�d� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�o�d�'�'�]�>�>�,� �a�r�o�u�s�a�l� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�a�r�o�u�s�a�l�'�'�]�>�>�,� �f�e�a�r� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�f�e�a�r�'�'�]�>�>�,� �p�r�i�d�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�p�r�i�d�e�'�'�]�>�>�,� �t�a�m�i�n�g� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�i�n�s�t�i�n�c�t�'�'�]�>�>�,� �h�a�b�i�t� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�c�u�s�t�o�m�'�'�]�>�>�,� �a�w�a�r�e�n�e�s�s� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�r�a�t�i�o�n�a�l�'�'�]�>�>�,� �d�e�v�o�t�i�o�n� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�r�a�l�'�'�]�>�>�,� �t�o�d�a�y� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�>�>�,� �r�e�c�e�n�t� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�>�>�'�}�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�e�x�t�r�a�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�e�x�t�r�a�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�
�
 �e�l�s�e�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �"�c�o�a�c�h�_�t�e�a�c�h�e�s�_�s�l�a�v�e�"� �o�r� �_� �
�
 � � � � � � � �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �"�s�c�h�o�o�l�_�c�l�a�s�s�"� �o�r� �_� �
�
 � � � � � � � �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �"�m�i�l�k�i�n�g�_�f�a�r�m�h�a�n�d�"� �o�r� �_� �
�
 � � � � � � � �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �"�c�o�w�_�i�n�s�e�m�i�n�a�t�i�o�n�"�:�
�
-�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�{�m�s�g� �'�d�y�n�s�l�a�v�e�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �(�<�<�i�n�t�e�r�a�c�t�i�o�n�>�>�)� �=� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�>�>�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�'�]�>�>�,� �o�b�e�d�i�e�n�c�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�o�b�e�d�i�e�n�c�e�'�'�]�>�>�,� �r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�p�u�l�s�e�'�'�]�>�>�,� �r�e�s� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�s�'�'�]�>�>�,� �m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�'�]�>�>�,� �d�i�l�i�g�e�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�d�i�l�i�g�e�n�c�e�'�'�]�>�>�,� �p�s�y� �=� �<�<�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�>�>�,� �m�o�o�d� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�o�d�'�'�]�>�>�,� �a�r�o�u�s�a�l� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�a�r�o�u�s�a�l�'�'�]�>�>�,� �f�e�a�r� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�f�e�a�r�'�'�]�>�>�,� �p�r�i�d�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�p�r�i�d�e�'�'�]�>�>�,� �t�a�m�i�n�g� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�i�n�s�t�i�n�c�t�'�'�]�>�>�,� �h�a�b�i�t� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�c�u�s�t�o�m�'�'�]�>�>�,� �a�w�a�r�e�n�e�s�s� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�r�a�t�i�o�n�a�l�'�'�]�>�>�,� �d�e�v�o�t�i�o�n� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�r�a�l�'�'�]�>�>�,� �t�o�d�a�y� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�,� �r�e�c�e�n�t� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�'�}�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�{�m�s�g� �'�d�y�n�s�l�a�v�e�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �(�<�<�i�n�t�e�r�a�c�t�i�o�n�>�>�)� �=� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�>�>�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�'�]�>�>�,� �o�b�e�d�i�e�n�c�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�o�b�e�d�i�e�n�c�e�'�'�]�>�>�,� �r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�p�u�l�s�e�'�'�]�>�>�,� �r�e�s� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�r�e�s�'�'�]�>�>�,� �m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�m�o�t�i�v�a�t�i�o�n�_�r�e�p�u�l�s�e�'�'�]�>�>�,� �d�i�l�i�g�e�n�c�e� �=� �<�<�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�'�d�i�l�i�g�e�n�c�e�'�'�]�>�>�,� �p�s�y� �=� �<�<�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�>�>�,� �m�o�o�d� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�o�d�'�'�]�>�>�,� �a�r�o�u�s�a�l� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�a�r�o�u�s�a�l�'�'�]�>�>�,� �f�e�a�r� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�f�e�a�r�'�'�]�>�>�,� �p�r�i�d�e� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�p�r�i�d�e�'�'�]�>�>�,� �t�a�m�i�n�g� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�i�n�s�t�i�n�c�t�'�'�]�>�>�,� �h�a�b�i�t� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�c�u�s�t�o�m�'�'�]�>�>�,� �a�w�a�r�e�n�e�s�s� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�r�a�t�i�o�n�a�l�'�'�]�>�>�,� �d�e�v�o�t�i�o�n� �=� �<�<�d�y�n�s�l�a�v�e�[�'�'�m�o�r�a�l�'�'�]�>�>�,� �t�o�d�a�y� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�>�>�,� �r�e�c�e�n�t� �=� �<�<�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�>�>�'�}�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�e�x�t�r�a�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �e�n�d�
�
 �
�
@@ -31361,7 +32180,7 @@
 �	�i�f� �m�a�s�t�e�r�_�m�a�g�e� �=� �4�:� � �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �=� �8�
�
 �	�i�f� �m�a�s�t�e�r�_�m�a�g�e� �=� �5�:� � �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �=� �1�0�
�
 �	�i�f� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �6�:� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �=� �1�2�
�
-�	�s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �-�=� �r�a�n�d�(�s�l�a�v�e�[�'�e�g�o�'�]�,� �s�l�a�v�e�[�'�e�g�o�'�]�*�2�)� �&�!� �a�g�a�i�n�s�t� �a� �s�l�a�v�e� �w�i�t�h� �m�a�x� �e�g�o�,� �s�p�e�l�l�s� �n�o�w� �h�a�v�e� �a� �c�h�a�n�c�e� �t�o� �f�a�i�l� �f�o�r� �a�l�l� �m�a�s�t�e�r� �m�a�g�e� �s�k�i�l�l� �l�e�v�e�l�s� �e�x�c�e�p�t� �S�+�+� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �-�=� �s�l�a�v�e�[�'�e�g�o�'�]� �+� �(�(�4�8�2�7�1� �*� �(�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�3�3�5�7�/�(�1�+�s�l�a�v�e�[�'�e�g�o�'�]�)�)� �&�!� �a�g�a�i�n�s�t� �a� �s�l�a�v�e� �w�i�t�h� �m�a�x� �e�g�o�,� �s�p�e�l�l�s� �n�o�w� �h�a�v�e� �a� �c�h�a�n�c�e� �t�o� �f�a�i�l� �f�o�r� �a�l�l� �m�a�s�t�e�r� �m�a�g�e� �s�k�i�l�l� �l�e�v�e�l�s� �e�x�c�e�p�t� �S�+�+� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t�[�1�]� �=� �'�<�<�$�c�a�s�t�_�s�p�e�l�l�[�i�n�t�e�r�a�c�t�i�o�n�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �e�v�a�l�u�a�t�e� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s� �w�i�t�h� �s�u�b�s�t�i�t�u�t�i�o�n�
�
 �	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �s�h�o�u�l�d� �b�e� �d�o�n�e� �a�f�t�e�r� �$�s�p�e�c�i�a�l�_�p�a�r�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -31369,9 +32188,9 @@
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�m�a�g�i�c�.�p�n�g�'�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n� �!� �m�e�n�u�_�m�a�g�n�a�_�m�a�g�n�i�f�i�k�a�:�
�
 �	�	�!� �m�a�g�n�a� �m�a�g�n�i�f�i�k�a� �i�s� �s�e�l�f�-�c�a�s�t� �o�n� �t�h�e� �m�a�s�t�e�r�,� �n�o�t� �o�n� �a� �s�l�a�v�e�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �b�u�l�l�_�r�i�n�g�_�o�n� �=� �0�:� �m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �+�=� �1�
�
 �	�i�f� �s�i�l�e�n�t�_�a�u�t�o�_�c�a�s�t� �=� �1� �a�n�d� �(�i�n�t�e�r�a�c�t�i�o�n� �!� �m�e�n�u�_�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s� �o�r� �s�p�e�l�l�_�e�f�f�e�c�t�i�v�e�n�e�s�s� �>� �0�)� �a�n�d� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�e�n�d�_�d�a�y�_�s�c�r�e�e�n�'�:� �g�t� �$�r�e�t�u�r�n�_�l�o�c�k� �&�!� �d�o� �n�o�t� �h�i�d�e� �f�a�i�l�e�d� �S�e�n�t�e�n�t�i�a� �a�u�t�o�-�c�a�s�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -31400,10 +32219,10 @@
 �	�	�i�f� �$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �!� �'�'�:�
�
 �	�	�	�i�f� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �!� �0� �a�n�d� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �+� �'�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �+� �'�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �	�	�	�!�r�e�v�e�a�l�i�n�g� �a�s�s�i�s�t�a�n�t� �a�f�f�i�n�i�t�i�e�s� �i�s� �i�n�t�e�n�t�i�o�n�a�l�l�y� �o�m�i�t�t�e�d� �h�e�r�e� �t�o� �a�v�o�i�d� �c�o�n�f�u�s�i�o�n� �b�e�c�a�u�s�e� �t�h�e� �m�e�s�s�a�g�e�s� �r�e�f�e�r� �t�o� �"�s�l�a�v�e�"� �(�T�O�D�O�)�
�
-�	�	�	�i�f� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �2� �&� �g�s� �'�$�m�o�o�d�_�r�i�s�e�'�,� �'�s�l�a�v�e�'�,� �1�
�
-�	�	�	�i�f� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �=� �2� �&� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
-�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�j�o�b�'�]� �=� �2� �&� �g�s� �'�$�m�o�o�d�_�r�i�s�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �1�
�
-�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�j�o�b�'�]� �=� �2� �&� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �1�
�
+�	�	�	�i�f� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]�,� �2�)�
�
+�	�	�	�i�f� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]�,� �2�)�
�
+�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�j�o�b�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�j�o�b�'�]�,� �2�)�
�
+�	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�j�o�b�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�j�o�b�'�]�,� �2�)�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�_�s�k�i�l�l� �=� �0�:�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
@@ -31424,12 +32243,12 @@
 �	�	�d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�	�!�u�p�d�a�t�e� �m�a�s�t�e�r� �s�k�i�l�l�s�
�
 �	�	�i�f� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -31465,9 +32284,9 @@
 �	�	�d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �<�=� �s�l�a�v�e�[�'�e�g�o�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�
�
 �	�	�f�o�r� �i� �=� �1� �t�o� �a�r�r�s�i�z�e�(�'�$�t�e�x�t�'�)� �-� �1� �s�t�e�p� �1�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t�[�i�]� �=� �'�<�<�$�t�e�x�t�[�i�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �e�v�a�l�u�a�t�e� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s� �w�i�t�h� �s�u�b�s�t�i�t�u�t�i�o�n�,� �a�f�t�e�r� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -31493,9 +32312,9 @@
 �	�e�n�d�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �s�h�o�u�l�d� �b�e� �d�o�n�e� �a�f�t�e�r� �$�s�p�e�c�i�a�l�_�p�a�r�t� �a�n�d� �a�f�t�e�r� �$�v�i�r�t�u�e�_�g�a�i�n�e�d�_�n�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �e�n�d�
�
 �
�
 �
�
@@ -31532,9 +32351,9 @@
 �	�	�e�n�d�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �s�h�o�u�l�d� �b�e� �d�o�n�e� �a�f�t�e�r� �$�s�p�e�c�i�a�l�_�p�a�r�t� �a�n�d� �a�f�t�e�r� �$�v�i�r�t�u�e�_�g�a�i�n�e�d�_�n�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �	�!�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -31555,9 +32374,9 @@
 �
�
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �m�a�s�t�e�r� �t�o�r�t�u�r�e�s� �s�l�a�v�e�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'�:�
�
-�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �0�:�
�
-�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�r�u�g�g�l�e�s� �a�g�a�i�n�s�t� �y�o�u� �d�e�s�p�e�r�a�t�e�l�y�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �b�e�a�t� �h�e�r� �b�a�d�l�y� �b�e�f�o�r�e� �h�e�r� �r�e�s�i�s�t�a�n�c�e� �i�s� �f�i�n�a�l�l�y� �b�r�o�k�e�n�.�'�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
@@ -31568,8 +32387,8 @@
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �b�e�f�o�r�e� �$�s�p�e�c�i�a�l�_�p�a�r�t� �s�o� �t�e�x�t�s� �c�a�n� �b�e� �s�e�l�e�c�t�e�d� �b�a�s�e�d� �o�n� �m�o�d�i�f�i�e�d� �p�s�y� �s�t�a�t�u�s�
�
 �	�i�f� �d�a�m�a�g�e� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�d�a�m�a�g�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�!� �f�o�r� �m�a�s�o�c�h�i�s�t�s�,� �s�e�t� �s�t�i�m�u�l�a�t�i�n�g� �=� �1� �w�h�e�n� �p�a�i�n�f�u�l� �>� �0� �(�b�e�f�o�r�e� �$�s�p�e�c�i�a�l�_�p�a�r�t� �s�o� �i�t� �c�a�n� �b�e� �o�v�e�r�r�i�d�d�e�n� �i�f� �n�e�c�e�s�s�a�r�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�i�f� �p�a�i�n�f�u�l� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �2�:� �s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �+�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �5�:� �o�r�g�a�s�t�i�c� �=� �s�t�i�m�u�l�a�t�i�n�g� �&�!� �a�t� �m�a�x� �a�r�o�u�s�a�l�,� �p�a�i�n� �c�a�n� �t�r�i�g�g�e�r� �o�r�g�a�s�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �p�a�i�n�f�u�l� �>� �0� �a�n�d� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �2�:� �s�t�i�m�u�l�a�t�i�n�g� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �+�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
+�	�i�f� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �5�:� �o�r�g�a�s�t�i�c� �=� �s�t�i�m�u�l�a�t�i�n�g� �&�!� �a�t� �m�a�x� �a�r�o�u�s�a�l�,� �p�a�i�n� �c�a�n� �t�r�i�g�g�e�r� �o�r�g�a�s�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
 �	�i�f� �t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �=� �0�:� �$�t�e�x�t�[�2�]� �+�=� �'� �Y�o�u� �h�a�v�e� �e�n�t�i�r�e�l�y� �f�a�i�l�e�d� �i�n� �c�o�r�r�e�c�t�i�n�g� �h�e�r� �b�e�h�a�v�i�o�r�.� �F�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �h�a�v�e� �o�t�h�e�r� �o�p�t�i�o�n�s�.�'�
�
 �	�i�f� �t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �=� �1�:� �$�t�e�x�t�[�2�]� �+�=� �'� �A� �c�o�r�r�e�c�t�i�o�n� �o�f� �t�h�i�s� �m�a�g�n�i�t�u�d�e� �d�o�e�s� �n�o�t� �s�e�e�m� �t�o� �i�n�c�r�e�a�s�e� �h�e�r� �f�e�a�r�.� �H�o�w�e�v�e�r�,� �t�h�e�r�e� �m�a�y� �b�e� �s�o�m�e� �l�a�s�t�i�n�g� �e�f�f�e�c�t�& '�
�
@@ -31577,7 +32396,7 @@
 �	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �p�a�i�n�f�u�l� �>� �0� �a�n�d� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
 �	�	�$�t�m�p� �=� �'�'�
�
 �	�	�i�f� �n�o�_�l�o�l�i� �=� �2�:� �$�t�m�p� �=� �'� �c�h�i�l�d� s�'�
�
-�	�	�$�t�e�x�t�[�3�]� �=� �i�i�f�(�o�r�g�a�s�t�i�c� �=� �0�,� �'�U�n�f�o�r�t�u�n�a�t�e�l�y� �f�o�r� �h�e�r�,� �y�o�u�'�,� �'�Y�o�u�'�)� �+� �'� �q�u�i�t�e� �e�n�j�o�y�e�d� �t�h�e�<�<�$�t�m�p�>�>� �p�u�n�i�s�h�m�e�n�t�.� �F�o�r� �a�n� �o�l�d� �p�e�r�v�e�r�t� �l�i�k�e� �y�o�u�,� �h�u�r�t�i�n�g� �h�e�r� �i�s� �p�r�e�t�t�y� �h�o�t�.� �Y�o�u� �a�l�m�o�s�t� �h�o�p�e� �s�h�e� �n�e�e�d�s� �p�u�n�i�s�h�i�n�g� �a�g�a�i�n�.�'�
�
+�	�	�$�t�e�x�t�[�3�]� �=� �i�i�f�(�o�r�g�a�s�t�i�c� �=� �0�,� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y� �f�o�r� �h�e�r�,� �y�o�u�'�,� �'�Y�o�u�'�)� �+� �'� �q�u�i�t�e� �e�n�j�o�y�e�d� �t�h�e�<�<�$�t�m�p�>�>� �p�u�n�i�s�h�m�e�n�t�.� �F�o�r� �a�n� �o�l�d� �p�e�r�v�e�r�t� �l�i�k�e� �y�o�u�,� �h�u�r�t�i�n�g� �h�e�r� �i�s� �p�r�e�t�t�y� �h�o�t�.� �Y�o�u� �a�l�m�o�s�t� �h�o�p�e� �s�h�e� �n�e�e�d�s� �p�u�n�i�s�h�i�n�g� �a�g�a�i�n�.�'�
�
 �	�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �0� �a�n�d� �m�a�s�t�e�r�_�l�i�b�i�d�o� �>� �0�:� �$�t�e�x�t�[�3�]� �=� �'� � �W�h�e�n� �y�o�u� �s�t�a�r�t�e�d� �t�h�e�<�<�$�t�m�p�>�>� �p�u�n�i�s�h�m�e�n�t� �y�o�u� �w�e�r�e� �<�<�$�l�c�a�s�e�(�$�e�x�c�i�t�e�m�e�n�t�[�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�p�l�u�s�]�)�>�>�,� �b�u�t� �s�u�d�d�e�n�l�y� �y�o�u�r� �b�r�e�e�c�h�e�s� �a�r�e� �b�u�l�g�i�n�g� �u�n�c�o�m�f�o�r�t�a�b�l�y�.� �T�h�i�s� �u�s�e�d� �t�o� �h�a�p�p�e�n� �w�h�e�n� �y�o�u� �w�e�r�e� �f�o�r�c�e�d� �t�o� �p�u�n�i�s�h� �y�o�u�r� �o�w�n� �d�a�u�g�h�t�e�r�s�,� �t�o�o�.� �P�e�r�h�a�p�s� �i�f� �s�h�e� �i�s� �t�r�u�l�y� �r�e�p�e�n�t�a�n�t� �s�h�e� �s�h�o�u�l�d� �g�e�t� �o�n� �h�e�r� �k�n�e�e�s� �a�n�d� �p�r�o�v�e� �i�t�.�'�
�
 �	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�a�x�(�1�6�,� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�*�1�0�)�
�
 �	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
@@ -31625,9 +32444,9 @@
 �	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �+�=� �1� �+� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1� �+� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
 �	�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1� �+� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �e�n�d�
�
 �
�
 �
�
@@ -31683,7 +32502,7 @@
 �	�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�d�y�n�s�l�a�v�e�'�
�
 �	�	�e�l�s�e�
�
 �	�	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �p�e�r�v�_�b�a�n�a�l�_�m�s�g� �=� �0� �a�n�d� �p�a�i�n�f�u�l� �=� �0� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
-�	�	�	�	�$�t�m�p� �=� �'�F�o�r� �a�n� �o�l�d� �p�e�r�v� �l�i�k�e� �y�o�u�,� �s�i�m�p�l�e� �t�h�i�n�g�s� �l�i�k�e� �w�a�t�c�h�i�n�g� �a� �l�o�l�i� �l�i�k�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�i�n�g� �h�e�r� �g�y�m�n�a�s�t�i�c�s� �r�o�u�t�i�n�e� �o�r� �h�a�v�i�n�g� �h�e�r� �b�a�t�h� �e�n�f�l�a�m�e� �y�o�u�.� �O�f� �c�o�u�r�s�e�,� �f�o�n�d�l�i�n�g� �h�e�r� �o�r� �w�a�t�c�h�i�n�g� �h�e�r� �p�l�a�y� �w�i�t�h� �h�e�r�s�e�l�f� �w�i�l�l� �b�e� �e�v�e�n� �<�i�>�m�o�r�e�<�/�i�>� �o�f� �a� �t�u�r�n�-�o�n�.�<�b�r�>�<�b�r�>�'�
�
+�	�	�	�	�$�t�m�p� �=� �'�F�o�r� �a�n� �o�l�d� �p�e�r�v� �l�i�k�e� �y�o�u�,� �s�i�m�p�l�e� �t�h�i�n�g�s� �l�i�k�e� �w�a�t�c�h�i�n�g� �a� �l�o�l�i� �l�i�k�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�i�n�g� �h�o�u�s�e�w�o�r�k�,� �h�e�r� �g�y�m�n�a�s�t�i�c�s� �r�o�u�t�i�n�e� �o�r� �h�a�v�i�n�g� �h�e�r� �b�a�t�h� �e�n�f�l�a�m�e� �y�o�u�.� �O�f� �c�o�u�r�s�e�,� �f�o�n�d�l�i�n�g� �h�e�r� �o�r� �w�a�t�c�h�i�n�g� �h�e�r� �p�l�a�y� �w�i�t�h� �h�e�r�s�e�l�f� �w�i�l�l� �b�e� �e�v�e�n� �<�i�>�m�o�r�e�<�/�i�>� �o�f� �a� �t�u�r�n�-�o�n�.�<�b�r�>�<�b�r�>�'�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]� �>� �2�:�
�
 �	�	�	�	�	�$�t�m�p� �+�=� �'�Y�o�u� �a�r�e� �<�i�>�s�o�<�/�i�>� �g�l�a�d� �y�o�u� �c�h�o�s�e� �a�<�<�$�l�i�t�t�l�e�_�t�x�t�>�>� �g�i�r�l� �w�h�o� �i�s� �s�o� �<�<�$�l�c�a�s�e�(�$�b�e�a�u�t�y�[�d�y�n�s�l�a�v�e�[�"�b�e�a�u�t�y�"�]�]�)�>�>�.�'�
�
 �	�	�	�	�e�l�s�e�
�
@@ -31726,6 +32545,13 @@
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �p�e�r�s�o�n�a�l� �l�e�s�s�o�n� �-� �i�m�p�r�o�v�e�d� �a�n�d� �f�i�x�e�d� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�s�t�e�r�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�:�
�
 �	�t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �=� �d�y�n�e�v�a�l�(�'�r�e�s�u�l�t� �=� �<�<�$�c�o�a�c�h�_�s�k�i�l�l�>�>�'�)�
�
+�	�!� �i�n�c�l�u�d�e� �p�o�t�e�n�t�i�a�l� �s�k�i�l�l� �b�o�o�s�t� �f�r�o�m� �c�l�o�t�h�i�n�g� �i�n� �m�a�s�t�e�r� �i�n�v�e�n�t�o�r�y� �t�o� �d�e�t�e�r�m�i�n�e� �s�k�i�l�l� �l�e�v�e�l� �t�h�a�t� �c�a�n� �b�e� �t�a�u�g�h�t�
�
+�	�!� �r�e�l�y�i�n�g� �o�n� �f�a�c�t� �t�h�a�t� �m�a�s�t�e�r� �c�a�n� �o�n�l�y� �h�a�v�e� �o�n�e� �o�f� �e�a�c�h� �o�u�t�f�i�t� �t�o� �a�v�o�i�d� �d�o�u�b�l�e� �c�o�u�n�t�i�n�g�
�
+�	�i�f� �l�i�v�e�r�y� �>� �0� �a�n�d� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�b�u�t�l�e�r�'�:� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �+�=� �1�
�
+�	�i�f� �a�k�e�t�o�n� �>� �0� �a�n�d� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�f�i�g�h�t�e�r�'�:� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �+�=� �1�
�
+�	�i�f� �m�e�d�i�c�_�r�o�b�e�s� �>� �0� �a�n�d� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�m�e�d�i�c�'�:� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �+�=� �1�
�
+�	�i�f� �w�i�z�a�r�d�_�r�o�b�e�s� �>� �0� �a�n�d� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�m�a�g�e�'�:� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �+�=� �1�
�
+�	�i�f� �f�o�r�m�a�l�_�s�u�i�t� �>� �0� �a�n�d� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�'�:� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �+�=� �1�
�
 �	�i�f� �s�l�a�v�e�[�$�t�a�r�g�e�t�_�s�k�i�l�l�]� �>�=� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l�:�
�
 �	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�	�i�f� �t�e�a�c�h�e�r�_�p�o�t�e�n�t�i�a�l� �>� �4�:�
�
@@ -31734,6 +32560,7 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �t�r�a�i�n�e�d� �t�o�o� �w�e�l�l�,� �a�n�d� �h�a�s� �t�h�e� �b�e�s�t� �o�f� �y�o�u�r� �l�i�m�i�t�e�d� �k�n�o�w�l�e�d�g�e� �o�n� �t�h�e� �s�u�b�j�e�c�t�.� �M�a�y�b�e� �y�o�u� �s�h�o�u�l�d� �d�e�v�e�l�o�p� �y�o�u�r� �o�w�n� �s�k�i�l�l�s�& '�
�
 �	�	�	�i�f� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�'�:� �$�t�e�x�t�[�1�]� �+�=� �'� �A�n� �a�r�t�i�s�t� �m�u�s�t� �n�e�v�e�r� �r�e�s�t� �o�n� �h�i�s� �l�a�u�r�e�l�s�,� �a�f�t�e�r� �a�l�l�.�'�
�
 �	�	�	�i�f� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�'�:� �$�t�e�x�t�[�1�]� �+�=� �'� �M�a�s�t�e�r�y� �o�f� �t�h�e� �w�h�i�p� �h�a�s� �m�a�n�y� �b�e�n�e�f�i�t�s�,� �a�f�t�e�r� �a�l�l�.�'�
�
+�	�	�	�i�f� �$�c�o�a�c�h�_�s�k�i�l�l� �=� �'�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�'�:� � �$�t�e�x�t�[�1�]� �+�=� �'� �O�n�e� �m�u�s�t� �d�o�m�i�n�a�t�e� �t�o� �s�u�b�o�r�d�i�n�a�t�e�,� �a�f�t�e�r� �a�l�l�.�'�
�
 �	�	�e�n�d�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1�
�
 �	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�r�e�s�'�]� �<� �0�:�
�
@@ -31911,8 +32738,6 @@
 �	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �5�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2�0�0�
�
 �	�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �5�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �2�0�0�
�
-�	�s�l�a�v�e�[�'�m�o�o�d�'�]� �=� �5�
�
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �5�
�
 �	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�
�
 �	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �5�
�
@@ -31921,11 +32746,8 @@
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�o�r�g�a�s�m�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �5�
�
 �	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�
�
-�	�s�l�a�v�e�[�'�n�e�g�_�h�o�r�n�y�'�]� �=� �0�
�
-�	�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �4�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �4� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �2�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �=� �0�
�
-�	�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �0�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �2�0�0�
�
 �	�s�l�a�v�e�[�'�m�o�o�d�'�]� �=� �5�
�
 �	�m�a�s�t�e�r�_�e�n�e�r�g�y� �=� �0�
�
@@ -31935,6 +32757,7 @@
 �	�g�s� �'�i�n�t�e�r�i�o�r�_�s�t�o�r�a�g�e�'�
�
 �	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �{�
�
 �	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
 �	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�	�$�b�g�[�'�s�t�u�d�y�'�]� �=� �$�i�n�t�e�r�i�o�r�_�s�t�u�d�y�[�$�s�t�u�d�y�]�
�
 �	�	�$�p�l�a�c�e�_�n�a�m�e�[�'�s�t�u�d�y�'�]� �=� �'�M�a�g�i�c�a�l� �A�c�c�i�d�e�n�t� �-� �P�a�s�s�i�o�n� �C�o�v�e�'�
�
@@ -31958,6 +32781,7 @@
 �	�}�
�
 �	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�5�]� �=� �{�
�
 �	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�'�
�
 �	�	�$�b�e�d� �=� �'�s�t�y�l�i�s�h�'�
�
 �	�	�$�b�g�[�'�b�e�d�r�o�o�m�'�]� �=� �$�i�n�t�e�r�i�o�r�_�b�e�d�[�$�b�e�d�]�
�
 �	�	�$�p�l�a�c�e�_�i�n�f�o�[�'�b�e�d�r�o�o�m�'�]� �=� �$�i�n�t�e�r�i�o�r�_�b�e�d�_�i�n�f�o�[�$�b�e�d�]�
�
@@ -32020,7 +32844,7 @@
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �s�h�o�u�l�d� �b�e� �d�o�n�e� �a�f�t�e�r� �$�s�p�e�c�i�a�l�_�p�a�r�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �>� �2� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �4�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �m�a�x�(�0�,� �m�i�n�(�2�,� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2�)� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]�)�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �m�a�x�(�0�,� �m�i�n�(�2�,� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2�)� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)�
�
 �	�e�n�d�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:�
�
@@ -32028,13 +32852,13 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �*� �e�f�f�e�c�t�i�v�e�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
 �	�e�l�s�e�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �e�f�f�e�c�t�i�v�e�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �&�!� �s�p�e�n�d�i�n�g� �t�i�m�e� �t�o�g�e�t�h�e�r� �a�l�w�a�y�s� �s�p�o�i�l�s� �s�o�m�e�w�h�a�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2� �&�!� �s�p�e�n�d�i�n�g� �t�i�m�e� �t�o�g�e�t�h�e�r� �a�l�w�a�y�s� �s�p�o�i�l�s� �s�o�m�e�w�h�a�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �>� �s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'�]�:� �s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s�
�
-�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �>� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�a�t�e�'�]� �=� �1�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �&�!� �o�v�e�r�w�r�i�t�e� �p�r�e�v�i�o�u�s� �d�a�t�e� �m�o�o�d�l�e�t� �d�u�r�a�t�i�o�n�,� �i�f� �a�n�y�
�
+�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �>� �m�a�s�t�e�r�_�c�h�a�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�a�t�e�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �&�!� �o�v�e�r�w�r�i�t�e� �p�r�e�v�i�o�u�s� �d�a�t�e� �m�o�o�d�l�e�t� �d�u�r�a�t�i�o�n�,� �i�f� �a�n�y�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�a�t�e�_�s�u�c�c�e�s�s� �>� �2� �o�r� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
-�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�r�e�w�a�r�d�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�d�e�v�o�t�i�o�n�'�]� �-� �2�)�)�:�
�
+�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�r�e�w�a�r�d�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �2�)�)�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�r�e�w�a�r�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �1�0�0�
�
 �	�e�l�s�e�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
@@ -32059,9 +32883,9 @@
 �	�	�k�i�l�l�v�a�r� �'�s�h�o�p�_�d�e�s�c�r�i�p�t�i�o�n�'�
�
 �	�e�n�d�
�
 �	�$�t�e�x�t�[�2�]� �=� �$�p�r�e�s�e�n�t�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �i�t�e�m�_�p�r�i�c�e�[�$�i�t�e�m�_�i�d�]� � � �&�!� �b�e�c�o�m�e�s� �t�e�m�p�o�r�a�r�y� �m�o�o�d� �b�o�n�u�s� �o�r� �s�p�o�i�l� �p�e�n�a�l�t�y�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �1� �o�r� �e�v�e�r�l�a�s�t�i�n�g� �=� �1�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �1� �o�r� �e�v�e�r�l�a�s�t�i�n�g� �=� �1�:�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �i�t�e�m�_�p�r�i�c�e�[�$�i�t�e�m�_�i�d�]�/�2� �&�!� �b�e�c�o�m�e�s� �t�e�m�p�o�r�a�r�y� �m�o�o�d� �b�o�n�u�s� �o�r� �s�p�o�i�l� �p�e�n�a�l�t�y�
�
 �	�e�l�s�e�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0� �&�!� �r�e�p�e�t�i�t�i�o�n� �o�f� �t�h�e� �s�a�m�e� �g�i�f�t� �a�f�t�e�r� �t�h�e� �s�e�c�o�n�d� �t�i�m�e� �d�o�e�s� �n�o�t� �s�a�t�i�s�f�y�
�
@@ -32071,19 +32895,19 @@
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�*�2�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�p�r�e�s�e�n�t�_�r�e�a�c�t�i�o�n�_�p�a�s�s�i�o�n�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �e�v�e�r�l�a�s�t�i�n�g� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �-�=� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�	�i�f� �e�v�e�r�l�a�s�t�i�n�g� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �-�=� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �<� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �-�1�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0�:� �$�t�e�x�t�[�2�]� �=� �$�p�r�e�s�e�n�t�_�r�e�a�c�t�i�o�n�_�f�a�i�l�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
-�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �>� �s�l�a�v�e�[�'�p�o�s�_�r�e�w�a�r�d�'�]�:� �s�l�a�v�e�[�'�p�o�s�_�r�e�w�a�r�d�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�r�e�w�a�r�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
 �	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:�
�
 �	�	�e�f�f�e�c�t�i�v�e�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �-� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �*� �e�f�f�e�c�t�i�v�e�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
 �	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �>� �0�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �e�f�f�e�c�t�i�v�e�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �&�!� �r�e�c�e�i�v�i�n�g� �a� �p�r�e�s�e�n�t� �a�l�w�a�y�s� �s�p�o�i�l�s� �s�o�m�e�w�h�a�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2� �&�!� �r�e�c�e�i�v�i�n�g� �a� �p�r�e�s�e�n�t� �a�l�w�a�y�s� �s�p�o�i�l�s� �s�o�m�e�w�h�a�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�i�f� �$�i�t�e�m�_�i�d� �=� �'�p�l�a�i�d�'�:�
�
 �	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�'�
�
@@ -32094,7 +32918,7 @@
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �1� �o�r� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�]� �=� �0�
�
-�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0� �o�r� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �-�1� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�g�i�f�t�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�d�e�v�o�t�i�o�n�'�]� �-� �2�)�)�:�
�
+�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �0� �o�r� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �-�1� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�g�i�f�t�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �2�)�)�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�r�e�w�a�r�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �1�0�0�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�g�i�f�t�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�]� �=� �1�0�0�
�
 �	�e�l�s�e�
�
@@ -32116,15 +32940,15 @@
 �	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1�
�
 �	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �s�h�o�u�l�d� �b�e� �d�o�n�e� �a�f�t�e�r� �$�s�p�e�c�i�a�l�_�p�a�r�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�i�f� �s�l�a�v�e�[�'�p�r�e�v�_�s�w�e�e�t�s�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:�
�
+�	�i�f� �s�l�a�v�e�[�'�p�r�e�v�_�s�w�e�e�t�s�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�w�e�e�t�s�_�c�o�n�s�u�m�e�_�r�e�p�e�a�t�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�/�2�
�
-�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�/�2�
�
+�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �1�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�w�e�e�t�s�_�c�o�n�s�u�m�e�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�d�e�s�s�e�r�t�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�[�'�p�o�s�_�d�e�s�s�e�r�t�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�d�e�s�s�e�r�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�d�e�s�s�e�r�t�'�]�,� �1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�
�
 �	�e�n�d�
�
@@ -32132,7 +32956,7 @@
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �1� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�s�w�e�e�t�s�_�c�o�n�s�u�m�e�_�p�a�s�s�i�o�n�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �<� �1�:� �s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �1�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]�,� �1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �-�1� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�/�2�
�
@@ -32143,7 +32967,7 @@
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �1� �o�r� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�]� �=� �0�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �-�1� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�g�i�f�t�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�d�e�v�o�t�i�o�n�'�]� �-� �2�)�)�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�s�w�e�e�t�s�'�]� �=� �-�1� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�g�i�f�t�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �2�)�)�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�r�e�w�a�r�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �1�0�0�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�g�i�f�t�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�]� �=� �1�0�0�
�
 �	�e�l�s�e�
�
@@ -32183,7 +33007,7 @@
 �	�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�)�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�*�2�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �m�a�x�(�0�,� �m�i�n�(�2�,� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2�)� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]�)�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �+�=� �m�a�x�(�0�,� �m�i�n�(�2�,� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2�)� �-� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �s�l�a�v�e�[�'�b�e�a�u�t�y�'�]�*�3�
�
@@ -32202,7 +33026,7 @@
 �	�e�n�d�
�
 �	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
-�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�r�e�w�a�r�d�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�d�e�v�o�t�i�o�n�'�]� �-� �2�)�)�:�
�
+�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�r�e�w�a�r�d�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �2�)�)�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�r�e�w�a�r�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �1�0�0�
�
 �	�e�l�s�e�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
@@ -32219,7 +33043,7 @@
 �	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�"�$�t�e�x�t�[�2�]� �=� �'�<�<�$�c�o�m�p�l�i�m�e�n�t�_�r�e�a�c�t�i�o�n�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]�>�>�'�"�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �e�v�a�l�u�a�t�e� �d�e�l�a�y�e�d� �s�u�b�-�e�x�p�r�e�s�s�i�o�n�s� �w�i�t�h� �s�u�b�s�t�i�t�u�t�i�o�n�
�
 �	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t� �&�!� �s�e�t�s� �$�t�e�x�t�[�1�]�,� �m�i�g�h�t� �m�o�d�i�f�y� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �a�n�d� �r�e�p�l�a�c�e� �$�t�e�x�t�[�2�]�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�c�o�m�p�l�i�m�e�n�t�_�r�e�p�e�a�t� �&�!� �o�v�e�r�w�r�i�t�e�s� �w�h�a�t� �w�a�s� �s�e�t� �e�a�r�l�i�e�r�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �1� �&�!� �e�x�c�e�s�s�i�v�e� �r�e�w�a�r�d�s� �i�n�c�r�e�a�s�e� �s�p�o�i�l�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �1� �&�!� �e�m�p�t�y� �p�r�o�m�i�s�e�s� �r�e�d�u�c�e� �r�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e�
�
@@ -32231,7 +33055,7 @@
 �	�i�f� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �$�c�o�m�p�l�i�m�e�n�t�_�p�l�u�s�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�f�a�m�e�'�]� �=� �1� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'�:�
�
@@ -32242,7 +33066,7 @@
 �	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �>� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �>� �0� �a�n�d� �(�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �>� �0� �o�r� �(�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�a�r�r�o�g�a�n�t�'� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�a�t�e�f�u�l�'�)�)�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �=� �0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
 �	�e�n�d�
�
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �e�n�d�
�
@@ -32259,27 +33083,27 @@
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �1�:�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �*�=� �2�
�
 �	�	�$�t�e�x�t�[�1�]� �+�=� �'� �S�h�e� �t�r�u�l�y� �e�n�j�o�y�s� �t�h�e�s�e� �m�o�m�e�n�t�s� �o�f� �c�o�m�f�o�r�t� �a�n�d� �t�r�a�n�q�u�i�l�i�t�y�.�'�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]�,� �1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �-�1� �a�n�d� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�b�r�o�k�e�n�'�:�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �/�=� �2�
�
 �	�	�$�t�e�x�t�[�1�]� �+�=� �'� �S�h�e� �w�a�s� �n�o�t� �t�o�o� �h�a�p�p�y� �w�i�t�h� �t�h�i�s� �r�e�w�a�r�d�,� �b�e�c�a�u�s�e� �s�h�e� �d�o�e�s� �n�o�t� �l�i�k�e� �t�o� �s�i�t� �i�d�l�e�.�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�/�2�
�
-�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�/�2�
�
+�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �1�
�
 �	�e�l�s�e�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
-�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�/�2�
�
+�	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�
�
 �	�	�i�f� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�:� �s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�,� �s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �&�!� �b�e�i�n�g� �r�e�w�a�r�d�e�d� �w�i�t�h� �r�e�s�t� �a�l�w�a�y�s� �s�p�o�i�l�s� �s�o�m�e�w�h�a�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �(�1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l�)�/�2� �&�!� �b�e�i�n�g� �r�e�w�a�r�d�e�d� �w�i�t�h� �r�e�s�t� �a�l�w�a�y�s� �s�p�o�i�l�s� �s�o�m�e�w�h�a�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �+�=� �f�r�e�e�_�t�i�m�e�
�
 �	�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-�=� �f�r�e�e�_�t�i�m�e�
�
 �	�f�r�e�e�_�t�i�m�e� �=� �0�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �1� �o�r� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
-�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �-�1� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�r�e�w�a�r�d�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�d�e�v�o�t�i�o�n�'�]� �-� �2�)�)�:�
�
+�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�c�o�m�f�o�r�t�'�]� �=� �-�1� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �<� �m�i�n�(�5�,� �m�i�n�(�3�,� �s�l�a�v�e�[�'�t�o�t�a�l�_�r�e�w�a�r�d�s�'�]�/�5�)� �+� �m�i�n�(�3�,� �m�a�x�(�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �2�)�)� �-� �m�a�x�(�0�,� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �2�)�)�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�o�m�i�s�e�_�r�e�w�a�r�d�'�]� �>� �0�:� �s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �1�0�0�
�
 �	�e�l�s�e�
�
 �	�	�s�l�a�v�e�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �0�
�
@@ -32297,7 +33121,7 @@
 �	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1� �&�!� �n�o� �e�n�e�r�g�y� �c�o�s�t�
�
 �	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�i�f� �f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �1�:� �t�o�r�t�u�r�e�r�_�s�k�i�l�l� �/�=� �2�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �>� �0�:� �t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �-�1�0�0� �&�!� �r�e�s�i�s�t�a�n�c�e� �i�s� �g�u�a�r�a�n�t�e�e�d� �f�o�r� �s�a�m�e�-�d�a�y� �s�a�m�e�-�t�i�e�r� �r�e�p�e�t�i�t�i�o�n� �u�n�l�e�s�s� �t�h�e� �s�l�a�v�e� �h�a�s� �a� �v�u�l�n�e�r�a�b�l�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �>� �0�:� �t�o�r�t�u�r�e�r�_�s�k�i�l�l� �=� �-�1�0�0� �&�!� �r�e�s�i�s�t�a�n�c�e� �i�s� �g�u�a�r�a�n�t�e�e�d� �f�o�r� �s�a�m�e�-�d�a�y� �s�a�m�e�-�t�i�e�r� �r�e�p�e�t�i�t�i�o�n� �u�n�l�e�s�s� �t�h�e� �s�l�a�v�e� �h�a�s� �a� �v�u�l�n�e�r�a�b�l�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)� �&�!� �m�o�d�i�f�i�e�s� �p�s�y� �s�t�a�t�u�s� �s�o� �t�e�x�t�s� �c�a�n� �b�e� �s�e�l�e�c�t�e�d� �a�c�c�o�r�d�i�n�g�l�y� �(�a�l�s�o� �a�c�t�i�v�a�t�e�s� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t� �f�o�r� �i�n�e�f�f�e�c�t�i�v�e� �p�u�n�i�s�h�m�e�n�t� �i�f� �p�s�i�-�m�a�s�o�c�h�i�s�t�)�
�
 �	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t� �&�!� �s�e�t� �$�t�e�x�t�[�1�]� �a�n�d� �$�p�l�a�y�_�s�o�u�n�d�[�1�]�
�
 �	�i�f� �f�u�t�i�l�e�_�t�h�r�e�a�t� �=� �1�:�
�
@@ -32321,10 +33145,10 @@
 �
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�r�a�p�e� �=� �{�
�
 �	�	�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �=� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2�
�
-�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�	�!� �p�r�i�s�o�n�e�r�s� �a�r�e� �r�e�s�t�r�a�i�n�e�d� �a�n�d� �c�a�n�n�o�t� �f�i�g�h�t�,� �a�n�d� �u�n�c�o�n�s�c�i�o�u�s� �s�l�a�v�e�s� �c�a�n�n�o�t� �r�e�s�i�s�t� �e�i�t�h�e�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�	�s�h�o�w�_�d�y�n�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�	�	�	�$�t�e�x�t�[�1�]� �=� �'�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�r�u�g�g�l�e�s� �a�g�a�i�n�s�t� �y�o�u� �d�e�s�p�e�r�a�t�e�l�y�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �b�e�a�t� �h�e�r� �b�a�d�l�y� �b�e�f�o�r�e� �h�e�r� �r�e�s�i�s�t�a�n�c�e� �i�s� �f�i�n�a�l�l�y� �b�r�o�k�e�n�.�'�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
@@ -32368,9 +33192,9 @@
 �
�
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �b�r�a�n�d�i�n�g�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�b�r�a�n�d�i�n�g�'�:�
�
-�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �0�:�
�
-�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�r�u�g�g�l�e�s� �a�g�a�i�n�s�t� �y�o�u� �d�e�s�p�e�r�a�t�e�l�y�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �b�e�a�t� �h�e�r� �b�a�d�l�y� �b�e�f�o�r�e� �h�e�r� �r�e�s�i�s�t�a�n�c�e� �i�s� �f�i�n�a�l�l�y� �b�r�o�k�e�n�.�'�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
@@ -32386,9 +33210,9 @@
 �
�
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �e�x�e�c�u�t�i�o�n�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�e�x�e�c�u�t�i�o�n�'�:�
�
-�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �r�e�b�e�l�l�[�$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �+� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �+� �(�s�l�a�v�e�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �0�:�
�
-�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�r�u�g�g�l�e�s� �d�e�s�p�e�r�a�t�e�l�y� �a�g�a�i�n�s�t� �y�o�u�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �b�e�a�t� �h�e�r� �b�a�d�l�y� �b�e�f�o�r�e� �h�e�r� �r�e�s�i�s�t�a�n�c�e� �i�s� �f�i�n�a�l�l�y� �b�r�o�k�e�n�.�'�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
@@ -32408,6 +33232,7 @@
 �	�	�t�e�n�t�a�c�l�e�_�s�i�z�e� �=� �0�
�
 �	�	�t�e�n�t�a�c�l�e�_�h�p� �=� �0�
�
 �	�	�$�t�e�x�t�[�5�]� �=� �$�c�h�e�s�t�b�u�s�t�e�r�_�c�a�t�c�h�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�s�l�a�v�e�_�d�i�e�d�'�]� �=� �0�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�[�5�]� �=� �$�c�h�e�s�t�b�u�s�t�e�r�_�f�l�e�e�
�
 �	�e�n�d�
�
@@ -32429,9 +33254,10 @@
 �	�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u�r� �d�y�n�s�l�a�v�e� �w�i�l�l�i�n�g�l�y� �t�a�k�e�s� �t�h�e� �b�e�s�t� �p�o�s�i�t�i�o�n� �f�o�r� �m�i�l�k�i�n�g�.� �S�h�e� �g�l�a�d�l�y� �a�c�c�e�p�t�s� �t�o� �b�e� �r�e�l�i�e�v�e�d� �o�f� �h�e�r� �m�i�l�k�,� �a�n�d� �g�e�n�t�l�y� �m�o�o�s� �o�n�c�e� �y�o�u� �a�r�e� �d�o�n�e�.�'�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�o�w�'�]� �=� �1�
�
 �	�	�	�e�l�s�e�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�c�o�w�'� �a�n�d� �c�o�w�_�l�o�c�k�e�d� �=� �1�:�
�
-�	�	�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �r�e�b�e�l�l�[�$�c�o�w�_�p�s�y�_�s�t�a�t�u�s�]� �+� �c�o�w�[�'�s�p�o�i�l�'�]� �+� �(�c�o�w�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �c�o�w�[�'�m�o�r�a�l�'�]� �-� �c�o�w�[�'�c�o�w�S�K�'�]�/�4� �-� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]�*�1�2� �-� �c�o�w�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�	�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �r�e�b�e�l�l�[�$�c�o�w�_�p�s�y�_�s�t�a�t�u�s�]� �+� �c�o�w�[�'�s�p�o�i�l�'�]� �+� �(�c�o�w�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �c�o�w�[�'�m�o�r�a�l�'�]�*�2� �-� �c�o�w�[�'�c�o�w�S�K�'�]�/�4� �-� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]�*�1�2� �-� �c�o�w�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�	�	�	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �c�o�w�[�'�b�e�a�t�e�n�'�]� �=� �0�:�
�
 �	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�
�
+�	�	�	�	�	�c�o�w�[�'�s�i�n�'�]� �=� �0� �&�!� �c�l�e�a�r� �g�u�i�l�t� �f�r�o�m� �$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d� �b�e�c�a�u�s�e� �i�t� �i�s� �n�o�t� �v�i�s�i�b�l�e� �i�n� �t�h�e� �b�a�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �P�u�t�t�i�n�g� �a� �b�u�c�k�e�t� �b�e�l�o�w� �y�o�u�r� �s�h�a�c�k�l�e�d� �c�o�w�,� �y�o�u� �g�r�a�b� �h�e�r� �n�i�p�p�l�e�s� �a�n�d� �b�e�g�i�n� �t�h�e� �m�i�l�k�i�n�g�:� �<�<�$�c�o�w�_�n�a�m�e�>�>� �i�s� �c�l�e�a�r�l�y� �d�i�s�t�r�e�s�s�e�d� �b�y� �t�h�i�s� �t�r�e�a�t�m�e�n�t�.�'�
�
 �	�	�	�	�c�o�w�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �c�o�w�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
@@ -32479,9 +33305,9 @@
 �	�	�d�y�n�a�m�i�c� �$�c�o�w�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�	�f�a�r�m�h�a�n�d�[�'�e�n�e�r�g�y�'�]� �-�=� �1� �&�!� �T�O�D�O�:� �f�a�r�m�h�a�n�d� �e�n�e�r�g�y� �d�r�o�p� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�	�c�o�w�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�c�o�w�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�c�o�w�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�c�o�w�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�c�o�w�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�c�o�w�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �e�n�d�
�
 �
�
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �i�m�p�r�e�g�n�a�t�e� �c�o�w�
�
@@ -32492,12 +33318,12 @@
 �	�	�	�$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�t�x�t�
�
 �	�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�c�o�w�'�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1�
�
-�	�	�e�l�s�e�i�f� �i�m�p�o�t�e�n�t� �=� �0� �a�n�d� �(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �o�r� �(�i�s�_�p�e�r�v� �>� �1� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�)�)�:�
�
+�	�	�e�l�s�e�i�f� �i�m�p�o�t�e�n�t� �=� �0� �a�n�d� �(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �o�r� �(�i�s�_�p�e�r�v� �>� �1� �a�n�d� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �c�o�w�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�)�)�:�
�
 �	�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�/�f�l�a�c�c�i�d�'�
�
 �	�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�"�f�l�a�c�c�i�d�"�]�)�
�
 �	�	�	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�i�s� �i�s� �a� �d�i�s�a�s�t�e�r�.� �S�h�e� �i�s� �a�t� �y�o�u�r� �m�e�r�c�y�,� �b�u�t� �y�o�u� �c�a�n�n�o�t� �g�e�t� �a� �h�a�r�d�-�o�n�.� �H�o�w� �a�r�e� �y�o�u� �s�u�p�p�o�s�e�d� �t�o� �m�a�k�e� �h�e�r� �r�e�s�p�e�c�t� �y�o�u� �w�h�e�n� �y�o�u� �c�a�n� t� �e�v�e�n� �g�e�t� �i�t� �u�p�!�?�'�
�
-�	�	�	�i�f� �(�i�s�_�p�e�r�v� �>� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�)�:� �$�t�e�x�t�[�1�]� �+�=� �'� � �O�l�d�e�r� �w�o�m�e�n� �l�i�k�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�v�e� �n�e�v�e�r� �b�e�e�n� �y�o�u�r� �t�h�i�n�g�.�'�
�
+�	�	�	�i�f� �(�i�s�_�p�e�r�v� �>� �1� �a�n�d� �c�o�w�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�)�:� �$�t�e�x�t�[�1�]� �+�=� �'� � �O�l�d�e�r� �w�o�m�e�n� �l�i�k�e� �<�<�$�c�o�w�_�n�a�m�e�>�>� �h�a�v�e� �n�e�v�e�r� �b�e�e�n� �y�o�u�r� �t�h�i�n�g�.�'�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �-�=� �1�0�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�n�o�_�a�u�t�o�_�e�n�e�r�g�y�_�d�r�o�p� �=� �1�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�r�e�s�'�]� �=� �-�1� �&�!� �s�k�i�p� �f�o�l�l�o�w�i�n�g� �c�o�d�e� �b�l�o�c�k�
�
@@ -32527,14 +33353,15 @@
 �
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�w�_�i�n�s�e�m�i�n�a�t�i�o�n�'�:�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�r�e�s�'�]� �<� �0� �o�r� �(�i�n�t�e�r�a�c�t�i�o�n�_�c�o�w�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]� �<� �0� �a�n�d� �c�o�w�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �1�)�:�
�
-�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �8� �+� �r�e�b�e�l�l�[�$�c�o�w�_�p�s�y�_�s�t�a�t�u�s�]� �+� �c�o�w�[�'�s�p�o�i�l�'�]� �+� �(�c�o�w�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�)� �-� �c�o�w�[�'�m�o�r�a�l�'�]� �-� �c�o�w�[�'�c�o�w�S�K�'�]�/�4� �-� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]�*�1�2� �-� �c�o�w�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
+�	�	�w�i�l�l�_�t�o�_�r�e�s�i�s�t� �=� �8� �+� �r�e�b�e�l�l�[�$�c�o�w�_�p�s�y�_�s�t�a�t�u�s�]� �+� �c�o�w�[�'�s�p�o�i�l�'�]� �+� �(�c�o�w�[�'�e�g�o�'�]� �-� �3�)� �-� �m�a�x�(�-�5�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�)� �-� �c�o�w�[�'�m�o�r�a�l�'�]�*�2� �-� �c�o�w�[�'�c�o�w�S�K�'�]�/�4� �-� �c�o�w�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]�*�1�2� �-� �c�o�w�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]�*�1�0�0�
�
 �	�	�i�f� �w�i�l�l�_�t�o�_�r�e�s�i�s�t� �>� �0� �a�n�d� �c�o�w�[�'�b�e�a�t�e�n�'�]� �=� �0�:�
�
-�	�	�	�i�f� �c�o�w�_�l�o�c�k�e�d� �=� �0� �a�n�d� �c�o�w�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�	�i�f� �c�o�w�_�l�o�c�k�e�d� �=� �0� �a�n�d� �c�o�w�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�	�	�!� �u�n�r�e�s�t�r�a�i�n�e�d� �c�o�w�s� �c�a�n� �f�i�g�h�t� �o�n�l�y� �i�f� �t�h�e�r�e� �i�s� �n�o� �s�l�a�v�e� �(�t�h�e� �c�o�m�b�a�t� �s�y�s�t�e�m� �d�o�e�s� �n�o�t� �w�o�r�k� �v�s�.� �c�o�w�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�l�a�v�e�'�,� �'�c�o�w�'�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k� �&�!� �i�n�c�l�u�d�e�s� �a� �'�g�t�'� �s�o� �i�t� �s�t�o�p�s� �e�x�e�c�u�t�i�o�n� �o�f� �t�h�e� �c�o�d�e� �b�e�l�o�w�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�
�
+�	�	�	�	�c�o�w�[�'�s�i�n�'�]� �=� �0� �&�!� �c�l�e�a�r� �g�u�i�l�t� �f�r�o�m� �$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d� �b�e�c�a�u�s�e� �i�t� �i�s� �n�o�t� �v�i�s�i�b�l�e� �i�n� �t�h�e� �b�a�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)� �&�!� �a�p�p�l�y� �p�s�y�c�h�o�l�o�g�i�c�a�l� �i�m�p�a�c�t�s�
�
@@ -32553,14 +33380,14 @@
 �d�y�n�a�m�i�c� �$�a�r�r�a�y�_�a�p�p�e�n�d�,� �'�$�t�e�x�t�'�,� �'�$�o�r�g�a�s�m�_�t�e�x�t�'� �&� �k�i�l�l�v�a�r� �'�$�o�r�g�a�s�m�_�t�e�x�t�'� �&�!� �e�n�s�u�r�e� �o�r�g�a�s�m� �t�e�x�t�s� �a�r�e� �a�l�w�a�y�s� �d�i�s�p�l�a�y�e�d� �l�a�s�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �!�c�o�m�p�l�e�t�i�o�n� �c�o�u�n�t�e�r� �(�g�l�o�b�a�l�,� �c�h�a�r�a�c�t�e�r�-�i�n�d�e�p�e�n�d�e�n�t�)�
�
-�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �
�
 �!�c�o�m�p�l�e�t�i�o�n� �u�p�d�a�t�e�s� �f�o�r� �s�p�e�c�i�f�i�c� �s�l�a�v�e� �(�d�o�e�s� �n�o�t� �c�o�v�e�r� �t�h�e� �i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e�s� �l�i�s�t�e�d� �i�n� �$�o�t�h�e�r�_�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�s�)�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r� �!� �'�'�:�
�
 �	�d�y�n�a�m�i�c� �"�
�
-�	�	�<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�	�	�<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�	�	�<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�	�	�<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�l�e�v�e�l� �>� �0�:� �<�<�$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r�>�>�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]� �+�=� �1�
�
 �
�
 �	�	�!� �i�n�t�e�r�a�c�t�i�o�n�s� �t�h�a�t� �i�n�v�o�l�v�e� �t�h�e� �m�a�s�t�e�r� �p�l�u�s� �o�n�e� �o�t�h�e�r� �s�l�a�v�e� �c�o�n�s�u�m�e� �a� �f�u�l�l� �a�c�t�i�o�n� �f�o�r� �t�h�e� �m�a�s�t�e�r� �a�n�d� �t�h�e� �p�a�r�t�n�e�r�
�
@@ -32605,7 +33432,7 @@
 �!�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�f�_�s�e�x�_�l�e�s�s�o�n�'�:�
�
 �!�	�i�f� �n�s�f�w� �=� �0�:�
�
 �!�	�	�i�f� �t�x�t� �=� �1�:�
�
-�!�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�s�l�a�v�e�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�!�	�	�	�*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�b�g�'�)�
�
 �!�	�	�	�e�l�s�e�
�
 �!�	�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�b�g�_�p�a�t�h�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �!�	�	�e�n�d�
�
@@ -32614,12 +33441,12 @@
 �
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�f�_�s�e�x�_�l�e�s�s�o�n�_�s�p�e�c�i�a�l�'�:�
�
 �	�i�f� �t�x�t� �=� �1� �o�r� �t�x�t� �=� �5�:�
�
-�	�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�s�l�a�v�e�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�b�g�'�)�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�h�e�s�t�b�u�s�t�e�r�'�:�
�
-�	�i�f� �t�x�t� �=� �2� �a�n�d� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�b�g�_�p�a�t�h�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�!�i�f� �t�x�t� �=� �2� �a�n�d� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�b�g�_�p�a�t�h�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�i�f� �n�s�f�w� �=� �0� �a�n�d� �t�x�t� �>� �2�:�
�
 �	�	�$�b�g�_�p�a�t�h� �=� �"�s�c�e�n�e�/�e�v�e�n�t�_�c�h�e�s�t�b�u�s�t�e�r�"�
�
 �	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�"�e�v�e�n�t�_�c�h�e�s�t�b�u�s�t�e�r�"�]�)�
�
@@ -32630,28 +33457,27 @@
 �
�
 �i�f� �s�h�o�w�_�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�s�l�a�v�e�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�!� �	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�f�u�l�l�i�m�a�g�e�[�s�l�a�v�e�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �s�h�o�w�_�a�s�s�i�s�t�a�n�t�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �1�
�
 �	�!�$�n�p�c�_�i�d� �=� �'�<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>�'�
�
 �	�$�n�p�c�_�i�d� �=� �'�20H0_�0AA8AB5=B:0'�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�a�s�s�i�s�t�a�n�t�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �s�h�o�w�_�p�r�i�s�o�n�e�r�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�p�r�i�s�o�n�e�r�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�p�r�i�s�o�n�e�r�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �s�h�o�w�_�c�o�w�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�c�o�w�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�c�o�w�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �s�h�o�w�_�p�i�g�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�p�i�g�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�p�i�g�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �s�h�o�w�_�h�a�r�p�y�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�h�a�r�p�y�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�h�a�r�p�y�'�,� �'�b�g�'�)�
�
 �e�l�s�e�i�f� �s�h�o�w�_�f�a�r�m�h�a�n�d�_�f�u�l�l�i�m�a�g�e� �=� �1�:�
�
 �	�n�p�c� �=� �0�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�f�a�r�m�h�a�n�d�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�f�a�r�m�h�a�n�d�'�,� �'�b�g�'�)�
�
 �e�n�d�
�
 �
�
 �i�f� �n�p�c� �=� �0�:�
�
@@ -32673,8 +33499,7 @@
 �!�i�f� �(�r�e�s� �<� �0� �o�r� �s�i�n� �>� �0�)� �a�n�d� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �!� �'�t�o�r�t�u�r�e�'� �a�n�d� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �!� �'�p�r�e�s�e�n�t�_�t�o�r�t�u�r�e�'� �a�n�d� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �!� �'�p�r�i�s�o�n�e�r�_�t�o�r�t�u�r�e�'� �a�n�d� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �!� �'�'�:�
�
 �!�	�n�p�c� �=� �1�
�
 �!�	�$�n�p�c�_�i�d� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�'�
�
-�!�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�f�u�l�l�i�m�a�g�e�[�s�l�a�v�e�_�t�y�p�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�!�	� �i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�<�<�$�s�l�a�v�e�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�!�	�i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�b�g�'�)�
�
 �!�e�n�d�
�
 �
�
 �i�f� �s�o�u�n�d�_�o�n� �=� �1� �a�n�d� �$�p�l�a�y�_�s�o�u�n�d�[�t�x�t�]� �!� �'�'�:� �p�l�a�y� �'�c�o�n�t�e�n�t�/�s�n�d�/�<�<�$�p�l�a�y�_�s�o�u�n�d�[�t�x�t�]�>�>�.�w�a�v�'�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -32759,8 +33584,15 @@
 �e�n�d�
�
 �	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�h�o�u�s�e�_�m�e�s�s�'�,� �h�o�u�s�e�_�m�e�s�s�,� �-�1�)�
�
 �	�*�n�l� �'�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�h�o�u�s�e�_�m�e�s�s�_�c�h�a�r�t�"�>�<�<�$�h�o�u�s�e�_�m�e�s�s�[�h�o�u�s�e�_�m�e�s�s�]�>�>�<�/�a�>�'�
�
-�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�c�o�o�k�e�d�_�f�o�o�d�'�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�,� �1�)�
�
-�	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�<�<�$�c�o�o�k�e�d�_�f�o�o�d�[�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�]�>�>�<�/�d�i�v�>�'�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �>�=� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)� �a�n�d� �c�o�o�k�e�d�_�f�o�o�d� �<�=� �m�a�s�t�e�r�_�s�t�r�:�
�
+�	�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �'�E�a�t�i�n�g� �a�g�a�i�n� �t�o�n�i�g�h�t� �i�s� �n�o�t� �n�e�c�e�s�s�a�r�y� �t�o� �m�a�i�n�t�a�i�n� �y�o�u�r� �s�t�r�e�n�g�t�h�'�
�
+�	�	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�<�<�d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �m�a�x�(�a�t�e�_�a�l�r�e�a�d�y�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�)�,� �"�N�o�t� �H�u�n�g�r�y�"�)�>�>�<�/�d�i�v�>�'�
�
+�	�	�!� �i�f� �t�h�e� �m�a�s�t�e�r� �a�t�e� �w�e�l�l� �e�n�o�u�g�h� �d�u�r�i�n�g� �t�h�e� �d�a�y�,� �f�o�o�d� �o�n�l�y� �p�r�o�v�i�d�e�s� �a�n� �a�d�d�i�t�i�o�n�a�l� �h�e�a�l�t�h� �b�e�n�e�f�i�t� �-� �l�o�w� �q�u�a�l�i�t�y� �f�o�o�d� �w�i�l�l� �b�e� �i�g�n�o�r�e�d�
�
+�	�	�!� �e�a�t�i�n�g� �h�i�g�h� �q�u�a�l�i�t�y� �f�o�o�d� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �h�e�a�l�t�h� �u�p� �t�o� �o�n�e� �l�e�v�e�l� �b�e�l�o�w� �t�h�e� �f�o�o�d� �q�u�a�l�i�t�y� �g�r�a�d�e� �(�m�a�x� �o�f� �A�+� �h�e�a�l�t�h� �w�i�t�h� �S�+� �f�o�o�d�)�
�
+�	�e�l�s�e�
�
+�	�	�$�t�o�o�l�t�i�p�_�t�e�x�t� �=� �f�u�n�c�(�'�$�a�d�d�o�n�'�,� �'�n�o�_�r�a�t�e�_�s�t�a�t�_�t�o�o�l�t�i�p�_�t�e�x�t�'�,� �'�c�o�o�k�e�d�_�f�o�o�d�'�,� �c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�,� �1�)�
�
+�	�	�*�n�l� �'�<�d�i�v� �s�t�y�l�e�=�"�d�i�s�p�l�a�y�:�i�n�l�i�n�e�-�b�l�o�c�k�;�p�o�s�i�t�i�o�n�:�r�e�l�a�t�i�v�e�;�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�t�o�o�l�t�i�p�_�t�e�x�t�>�>�"�>�<�<�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�c�o�o�k�e�d�_�f�o�o�d�_�p�l�u�s�]�>�>�<�/�d�i�v�>�'�
�
+�	�e�n�d�
�
 �	�i�f� �p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�:�
�
 �	�	�*�n�l� �'�<�<�$�t�e�n�t�a�c�l�e�_�s�t�a�t�e�[�t�e�n�t�a�c�l�e�_�s�t�a�t�e�]�>�>�'�
�
 �	�e�l�s�e�
�
@@ -32820,6 +33652,9 @@
 �	�i�f� �c�i�t�y�_�f�o�r�m� �!� �1�0�0�0�:� �*�p� �'�<�d�i�v� �i�d�=�"�o�p�t�i�o�n�s�_�i�c�o�n�"� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�b�o�t�t�o�m�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�a�m�e� �O�p�t�i�o�n�s�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �p�r�e�v�_�c�i�t�y�_�f�o�r�m� �=� �c�i�t�y�_�f�o�r�m� �&� �c�i�t�y�_�f�o�r�m� �=� �1�0�0�0� �&� �g�t� �'�'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�g�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �
�
+�!�c�o�n�s�o�l�e� �b�u�t�t�o�n�,� �o�n�l�y� �i�n� �d�e�v�e�l�o�p�e�r� �v�e�r�s�i�o�n�s�
�
+�i�f� �i�n�s�t�r�(�$�t�i�t�l�e�_�f�i�x�,� �'�D�e�v�'�)� �!� �0�:� �*�p� �'�<�d�i�v� �i�d�=�"�c�o�n�s�o�l�e�_�i�c�o�n�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�b�o�t�t�o�m�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�o�n�s�o�l�e� �C�o�m�m�a�n�d�"� �h�r�e�f� �=� �"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�c�o�n�s�o�l�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�g�e�a�r�_�c�o�n�s�o�l�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�
�
 �i�f� �c�i�t�y�_�f�o�r�m� �=� �1�0�0�0�:�
�
 �	�*�p� �'�<�d�i�v� �s�t�y�l�e�=�"�p�o�s�i�t�i�o�n�:�a�b�s�o�l�u�t�e�;�t�o�p�:�7�2�5�p�x�;�l�e�f�t�:�6�1�9�p�x�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�/�p�i�c�/�s�o�u�n�d�_�s�e�t�t�i�n�g�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�*�p� �'�<�d�i�v� �s�t�y�l�e�=�"�p�o�s�i�t�i�o�n�:�a�b�s�o�l�u�t�e�;�t�o�p�:�7�0�4�p�x�;�l�e�f�t�:�6�3�5�p�x�;�f�o�n�t�-�f�a�m�i�l�y�:�V�i�c�t�o�r�i�a�n�a�;�"�>�<�t�a�b�l�e�>�<�t�r�>�<�t�d� �s�t�y�l�e�=�"�w�i�d�t�h�:�1�3�0�p�x�"�>�<�f�o�n�t� �c�o�l�o�r�=�"�#�F�F�D�7�0�0�"� �s�i�z�e�=�"�5�"�>�M�U�S�I�C�:�<�/�f�o�n�t�>�<�/�t�d�>�<�t�d�>�<�a� �h�r�e�f� �=� �1�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�M�i�n�u�s�.�p�n�g�"�>�<�/�a�>�<�/�t�d�>�<�t�d�>�<�c�e�n�t�e�r�>�<�f�o�n�t� �c�o�l�o�r�=�"�#�F�F�D�7�0�0�"� �s�i�z�e�=�"�5�"�>�<�<�m�u�s�i�c�_�v�o�l�u�m�e�>�>�%�<�/�f�o�n�t�>�<�/�c�e�n�t�e�r�>�<�/�t�d�>�<�t�d�>�<�a� �h�r�e�f� �=� �2�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�P�l�u�s�.�p�n�g�"�>�<�/�a�>�<�/�t�d�>�<�t�d�>�<�a� �h�r�e�f� �=� �3�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�/�p�i�c�/�b�u�t�t�o�n�s�/�c�l�o�s�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�t�d�>�<�/�t�r�>�'�
�
@@ -32882,9 +33717,9 @@
 �
�
 �i�f� �c�i�t�y�_�f�o�r�m� �!� �1�0�0�0� �a�n�d� �c�i�t�y�_�f�o�r�m� �<� �2�0�0�0�:�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�c�k�_�h�o�m�e�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�u�p�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �h�o�m�e�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]� �&� �p�l�a�y� �'�'�c�o�n�t�e�n�t�/�s�n�d�/�d�o�o�r�.�w�a�v�'�'� �&� �i�s�_�h�o�m�e� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�h�o�m�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�c�k�_�h�o�m�e�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�u�p�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �h�o�m�e�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]� �&� �g�s� �'�'�$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�'�'�,� �'�'�h�o�m�e�'�'� �&� �p�l�a�y� �'�'�c�o�n�t�e�n�t�/�s�n�d�/�d�o�o�r�.�w�a�v�'�'� �&� �i�s�_�h�o�m�e� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�h�o�m�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�c�k�_�h�o�m�e�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�u�p�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �h�o�m�e�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]� �&� �i�s�_�h�o�m�e� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�h�o�m�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�a�c�k�_�h�o�m�e�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�u�p�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�G�o� �h�o�m�e�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �c�i�t�y�_�f�o�r�m� �=� �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�$�e�s�t�a�t�e�]� �&� �g�s� �'�'�$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�'�'�,� �'�'�h�o�m�e�'�'� �&� �i�s�_�h�o�m�e� �=� �1� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�h�o�m�e�_�b�u�t�t�o�n�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -32901,7 +33736,7 @@
 �#� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�
�
 �!�I�N�T�E�R�A�C�T�I�O�N�S� �I�N� �C�I�T�Y�
�
 �
�
-�g�s� �'�#�t�x�t�'�
�
+�g�s� �'�#�t�x�t�'� �&�!� �r�e�f�r�e�s�h� �i�s� �r�e�l�i�e�d� �u�p�o�n� �b�y� �'�w�h�o�r�e�'� �i�n�t�e�r�a�c�t�i�o�n�s� �(�a�t� �l�e�a�s�t�)�
�
 �g�s� �'�#�t�x�t�_�2�'�
�
 �
�
 �k�i�l�l�v�a�r� �'�$�t�e�x�t�'�
�
@@ -33364,7 +34199,6 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'� �&� �s�k�i�p�_�t�o� �=� �2�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�b�u�y�_�i�t�e�m�'�
�
 �	�$�i�t�e�m�_�i�d� �=� �'�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�
�
-�	�i�t�e�m�_�q�t�y� �=� �2�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�4�1�6�:�
�
@@ -33466,7 +34300,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�2�1�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �1�0�
�
+�	�s�p�a�r�k�s� �-�=� �3�0�
�
 �	�f�r�i�d�g�e�[�'�e�g�g�s�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �2�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33476,7 +34310,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�2�2�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �2�0�
�
+�	�s�p�a�r�k�s� �-�=� �4�0�
�
 �	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �2�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33486,7 +34320,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�2�3�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �2�0�
�
+�	�s�p�a�r�k�s� �-�=� �4�0�
�
 �	�f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �2�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33496,7 +34330,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�2�4�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �5�
�
+�	�s�p�a�r�k�s� �-�=� �2�5�
�
 �	�f�r�i�d�g�e�[�'�c�h�e�e�s�e�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �2�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33507,7 +34341,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�3�1�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �5�
�
+�	�s�p�a�r�k�s� �-�=� �1�5�
�
 �	�f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �3�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33517,7 +34351,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�3�2�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �5�
�
+�	�s�p�a�r�k�s� �-�=� �1�5�
�
 �	�f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �3�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33527,7 +34361,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�1�5�3�3�:�
�
 �	�$�p�l�a�c�e� �=� �'�g�a�s�t�r�o�n�o�m�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�s�p�a�r�k�s� �-�=� �5�
�
+�	�s�p�a�r�k�s� �-�=� �1�5�
�
 �	�f�r�i�d�g�e�[�'�s�p�i�c�e�'�]� �+�=� �5�
�
 �	�s�k�i�p�_�t�o� �=� �3�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -33734,9 +34568,9 @@
 �	�	�i�f� �s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �=� �0�:�
�
 �	�	�	�s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �=� �1�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �&�!� �r�e�p�l�a�c�e�d� �+�3� �w�i�t�h� �t�e�m�p�e�r� �t�o� �m�a�t�c�h� �f�u�l�l� �s�e�r�v�i�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �<� �2�:� �s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �2�
�
+�	�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �3�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �2�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �-�=� �3�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �r�e�m�o�v�e�d� �s�k�i�l�l�_�a�d�v�_�m�u�l�,� �t�h�i�s� �i�s� �h�e�a�l�i�n�g� �n�o�t� �t�r�a�i�n�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -33836,9 +34670,9 @@
 �	�	�i�f� �s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �=� �0�:�
�
 �	�	�	�s�l�a�v�e�[�'�m�a�s�s�a�g�e�d�'�]� �=� �1�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �&�!� �r�e�p�l�a�c�e�d� �+�3� �w�i�t�h� �t�e�m�p�e�r� �t�o� �m�a�t�c�h� �f�u�l�l� �s�e�r�v�i�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �<� �2�:� �s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �2�
�
+�	�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�	�	�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2�
�
-�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �3�
�
+�	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �2�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �-�=� �3�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �r�e�m�o�v�e�d� �s�k�i�l�l�_�a�d�v�_�m�u�l�,� �t�h�i�s� �i�s� �h�e�a�l�i�n�g� �n�o�t� �t�r�a�i�n�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -33882,7 +34716,7 @@
 �	�	�	�m�a�s�t�e�r�_�m�a�s�s�a�g�e�d� �=� �1�
�
 �	�	�	�m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �-�=� �2�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �3�
�
-�	�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �2�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �=� �0�
�
 �	�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e� �=� �0�
�
@@ -33890,7 +34724,7 @@
 �	�	�i�f� �m�a�s�t�e�r�_�s�p�a�e�d� �=� �0�:�
�
 �	�	�	�m�a�s�t�e�r�_�s�p�a�e�d� �=� �1�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �1�0�
�
-�	�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �5�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �	�}�
�
 �e�n�d�
�
@@ -33937,7 +34771,7 @@
 �	�	�	�m�a�s�t�e�r�_�m�a�s�s�a�g�e�d� �=� �1�
�
 �	�	�	�m�a�s�t�e�r�_�h�a�l�f�_�a�c�t�i�o�n� �-�=� �2�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �3�
�
-�	�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �2�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �	�}�
�
 �e�n�d�
�
@@ -33960,8 +34794,8 @@
 �	�	�	�	�$�t�e�x�t�[�2�]� �=� �'� � �F�o�r� �a�l�m�o�s�t� �h�a�l�f� �a�n� �h�o�u�r� �s�h�e� �c�a�r�e�s�s�e�s� �a�n�d� �s�t�r�o�k�e�s� �y�o�u�r� � l�i�n�g�a�m�  �w�i�t�h� �h�e�r� �o�i�l�e�d� �f�i�n�g�e�r�s�.� �A�m�o�n�g� �o�t�h�e�r� �t�h�i�n�g�s�,� �s�h�e� �p�r�e�s�s�e�s� �s�p�e�c�i�f�i�c� �a�c�u�p�u�n�c�t�u�r�e� �p�o�i�n�t�s�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �a�l�t�h�o�u�g�h� �i�t� �w�a�s� �p�l�e�a�s�a�n�t� �e�n�o�u�g�h�,� �y�o�u� �f�e�e�l� �n�o� �m�o�r�e� �e�x�c�i�t�e�d� �t�h�a�n� �y�o�u� �w�e�r�e� �b�e�f�o�r�e� �t�h�e� �p�r�o�c�e�d�u�r�e�.� �T�h�e� �g�i�r�l� �e�y�e�s� �y�o�u�r� �l�i�m�p� �o�r�g�a�n�,� �t�h�e�n� �w�o�r�d�l�e�s�s�l�y� �h�a�n�d�s� �y�o�u� �a� �s�m�a�l�l� �e�l�i�x�i�r� �b�o�t�t�l�e� �a�n�d� �p�l�a�c�e�s� �a� �f�i�n�g�e�r� �t�o� �h�e�r� �l�i�p�s� �w�h�i�l�e� �g�l�a�n�c�i�n�g� �m�e�a�n�i�n�g�f�u�l�l�y� �t�o�w�a�r�d�s� �t�h�e� �d�o�o�r�.�'�
�
 �	�	�	�	�0D@>48780: �+�=� �1� �&�!� �a�p�h�r�o�d�i�s�i�a�c�
�
 �	�	�	�e�n�d�
�
-�	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �m�a�x�(�0�,� �1� �+� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �+� �m�a�s�t�e�r�_�l�i�b�i�d�o� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)�
�
-�	�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �2�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �m�a�x�(�0�,� �1� �+� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �+� �m�a�s�t�e�r�_�l�i�b�i�d�o� �-� �m�a�s�t�e�r�_�c�h�a�)�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �	�}�
�
 �e�n�d�
�
@@ -33981,7 +34815,7 @@
 �	�	�i�f� �m�a�s�t�e�r�_�s�p�a�e�d� �=� �0�:�
�
 �	�	�	�m�a�s�t�e�r�_�s�p�a�e�d� �=� �1�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �1�0�
�
-�	�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �<� �5�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �5�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �1�
�
 �	�	�e�n�d�
�
 �	�}�
�
 �e�n�d�
�
@@ -34035,6 +34869,7 @@
 �	�$�p�l�a�c�e� �=� �'�s�l�a�v�e�_�s�t�a�g�e�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �[�F�A�R�I�D�]�<�b�r�>�-� �H�e�l�l�o� �t�h�e�r�e�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�!� �I� �s�o�l�d� �y�o�u�r� �g�o�o�d�s� �f�o�r� �t�h�e� �b�e�s�t� �p�o�s�s�i�b�l�e� �p�r�i�c�e�.� �G�o�n�e� �w�i�t�h� �a� �w�h�i�s�t�l�e�!� �H�e�r�e� s� �y�o�u�r� �h�a�l�f�:� �<�<�f�a�r�i�d�_�d�e�b�t�>�>� �s�p�a�r�k�s�!�'�
�
 �	�f�a�r�i�d�_�d�e�b�t� �=� �0�
�
+�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�t�o�c�k�'�
�
 �e�n�d�
�
 �
�
 �
�
@@ -34149,14 +34984,29 @@
 �	�$�t�e�x�t�[�1�]� �=� �$�r�a�c�e�_�w�i�n�_�d�e�s�c�r�i�p�t�i�o�n�[�$�r�a�c�e�_�w�i�n�n�e�r�]�
�
 �	�c�i�t�y�_�f�o�r�m� �=� �1�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�
�
+�	�p�u�r�s�e� �=� �m�i�n�(�9�,� �r�a�c�e�_�w�i�n�_�r�a�t�i�o�)�*�2�0� �+� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�2�6�)� �&�!� �m�a�x� �2�2�5� �t�o� �2�5�0� �s�p�a�r�k�s�,� �c�h�a�n�g�i�n�g� �p�o�n�y� �d�o�e�s� �n�o�t� �r�e�d�u�c�e� �i�n�c�o�m�e�
�
+�	�i�f� �p�u�r�s�e� �<� �5�0�:� �p�u�r�s�e� �=� �5�0�
�
+�	�b�o�n�u�s� �=� �1�0� �-� �m�a�s�t�e�r�_�c�h�a�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �b�o�n�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �b�o�n�u�s�)�
�
 �	�i�f� �$�r�a�c�e�_�w�i�n�n�e�r� �=� �'�m�a�s�t�e�r�'�:�
�
-�	�	�p�u�r�s�e� �=� �m�i�n�(�9�,� �r�a�c�e�_�w�i�n�_�r�a�t�i�o�)�*�1�5� �+� �(�(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�6�)� �&�!� �m�a�x� �1�3�5� �t�o� �1�5�0� �s�p�a�r�k�s�,� �c�h�a�n�g�i�n�g� �p�o�n�y� �d�o�e�s� �n�o�t� �r�e�d�u�c�e� �i�n�c�o�m�e�
�
-�	�	�i�f� �p�u�r�s�e� �<� �5�0�:� �p�u�r�s�e� �=� �5�0�
�
-�	�	�s�p�a�r�k�s� �+�=� �p�u�r�s�e�
�
 �	�	�m�s�g� �'�<�b�r�>�<�b�r�>�<�c�e�n�t�e�r�>�C�h�a�r�i�o�t� �R�a�c�e� �S�c�o�r�e�:�<�b�r�>�<�<�s�p�e�e�d�_�p�o�i�n�t�s�[�"�m�a�s�t�e�r�"�]�>�>�<�b�r�>�Y�o�u� �w�o�n� �t�h�e� �r�a�c�e�!�<�b�r�>�<�b�r�>�P�r�i�z�e�:� �<�<�p�u�r�s�e�>�>� �s�p�a�r�k�s�<�/�c�e�n�t�e�r�>�'�
�
+�	�e�l�s�e�i�f� �$�p�a�r�t�i�c�i�p�a�n�t�[�2�]� �=� �'�m�a�s�t�e�r�'�:�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �A�t� �l�e�a�s�t� �y�o�u� �h�a�v�e� �t�h�e� �c�o�n�s�o�l�a�t�i�o�n� �o�f� �t�h�e� �p�r�i�z�e� �f�o�r� �s�e�c�o�n�d� �p�l�a�c�e�.�'�
�
+�	�	�p�u�r�s�e� �/�=� �2�
�
+�	�	�m�s�g� �'�<�b�r�>�<�b�r�>�<�c�e�n�t�e�r�>�C�h�a�r�i�o�t� �R�a�c�e� �S�c�o�r�e�:�<�b�r�>�<�<�s�p�e�e�d�_�p�o�i�n�t�s�[�"�m�a�s�t�e�r�"�]�>�>�<�b�r�>�Y�o�u� �p�l�a�c�e�d� �s�e�c�o�n�d�!�<�b�r�>�<�b�r�>�P�r�i�z�e�:� �<�<�p�u�r�s�e�>�>� �s�p�a�r�k�s�<�/�c�e�n�t�e�r�>�'�
�
+�	�e�l�s�e�i�f� �$�p�a�r�t�i�c�i�p�a�n�t�[�3�]� �=� �'�m�a�s�t�e�r�'�:�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �A�t� �l�e�a�s�t� �y�o�u� �h�a�v�e� �t�h�e� �c�o�n�s�o�l�a�t�i�o�n� �o�f� �t�h�e� �p�r�i�z�e� �f�o�r� �t�h�i�r�d� �p�l�a�c�e�.�'�
�
+�	�	�p�u�r�s�e� �/�=� �3�
�
+�	�	�i�f� �p�u�r�s�e� �<� �2�0�:� �p�u�r�s�e� �=� �2�0�
�
+�	�	�m�s�g� �'�<�b�r�>�<�b�r�>�<�c�e�n�t�e�r�>�C�h�a�r�i�o�t� �R�a�c�e� �S�c�o�r�e�:�<�b�r�>�<�<�s�p�e�e�d�_�p�o�i�n�t�s�[�"�m�a�s�t�e�r�"�]�>�>�<�b�r�>�Y�o�u� �p�l�a�c�e�d� �t�h�i�r�d�!�<�b�r�>�<�b�r�>�P�r�i�z�e�:� �<�<�p�u�r�s�e�>�>� �s�p�a�r�k�s�<�/�c�e�n�t�e�r�>�'�
�
 �	�e�l�s�e�
�
 �	�	�m�s�g� �'�<�b�r�>�<�b�r�>�<�c�e�n�t�e�r�>�C�h�a�r�i�o�t� �R�a�c�e� �S�c�o�r�e�:�<�b�r�>�<�<�s�p�e�e�d�_�p�o�i�n�t�s�[�"�m�a�s�t�e�r�"�]�>�>�<�b�r�>�Y�o�u� �l�o�s�t� �t�h�e� �r�a�c�e�<�/�c�e�n�t�e�r�>�'�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �0�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �-�=� �b�o�n�u�s�
�
+�	�	�p�u�r�s�e� �=� �0�
�
 �	�e�n�d�
�
+�	�s�p�a�r�k�s� �+�=� �p�u�r�s�e�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�2�5�1�:�
�
@@ -34167,9 +35017,9 @@
 �	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�a�r�e�n�a�_�r�a�c�i�n�g�'�]�)�
�
 �	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
 �	�r�i�d�e�_�c�o�u�n�t� �=� �1�0�
�
-�	�b�o�n�u�s� �=� �6� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
-�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �<� �b�o�n�u�s�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �+�=� �b�o�n�u�s�
�
+�	�b�o�n�u�s� �=� �6� �-� �m�a�s�t�e�r�_�c�h�a�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �b�o�n�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �b�o�n�u�s�)�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�a�r�e�n�a�_�r�i�d�e�_�d�e�s�c�r�i�p�t�i�o�n�'�
�
 �e�n�d�
�
 �
�
@@ -34181,9 +35031,9 @@
 �	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�'�a�r�e�n�a�_�f�i�g�h�t�'�]�)�
�
 �	�i�f� �g� �>� �1�:� �$�b�g�_�p�a�t�h� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
 �	�g�l�a�d�i�_�c�o�u�n�t� �=� �1�0�
�
-�	�b�o�n�u�s� �=� �6� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
-�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �<� �b�o�n�u�s�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �+�=� �b�o�n�u�s�
�
+�	�b�o�n�u�s� �=� �6� �-� �m�a�s�t�e�r�_�c�h�a�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �b�o�n�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �b�o�n�u�s�)�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�a�r�e�n�a�_�f�i�g�h�t�_�d�e�s�c�r�i�p�t�i�o�n�'�
�
 �e�n�d�
�
 �
�
@@ -34210,7 +35060,7 @@
 �	�c�i�t�y�_�f�o�r�m� �=� �1�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �d�i�d� �n�o�t� �g�e�t� �u�p�.� �W�h�e�n� �t�h�e� �s�e�r�v�a�n�t�s� �w�e�n�t� �o�u�t� �i�n�t�o� �t�h�e� �a�r�e�n�a�,� �s�h�e� �h�a�d� �d�i�e�d� �o�f� �h�e�r� �w�o�u�n�d�s� �a�n�d� �l�o�s�s� �o�f� �b�l�o�o�d�.� �A�c�c�o�r�d�i�n�g� �t�o� �C�o�l�o�s�s�e�u�m� �t�r�a�d�i�t�i�o�n�,� �h�e�r� �b�o�d�y� �i�s� �g�i�v�e�n� �t�o� �a� �c�h�e�f� �w�h�o� �i�s� �c�o�o�k�i�n�g� �a� �f�e�a�s�t� �f�o�r� �t�h�e� �g�u�e�s�t�s� �o�f� �t�h�e� �S�e�n�a�t�o�r�i�a�l� �l�o�d�g�e�.� �Y�o�u� �g�e�t� �a� �t�o�k�e�n� �p�a�y�m�e�n�t� �o�f� �5� �s�p�a�r�k�s�.�'�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �3�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]�,� �5�)�
�
 �	�b�r�a�n�d�_�r�a�t�e� �-�=� �1�
�
 �	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �e�n�d�
�
@@ -34225,8 +35075,8 @@
 �	�s�p�a�r�k�s� �+�=� �5�
�
 �	�c�i�t�y�_�f�o�r�m� �=� �1�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �S�p�e�c�t�a�t�o�r�s� �h�i�s�s� �a�n�d� �s�t�o�m�p� �t�h�e�i�r� �f�e�e�t�,� �c�a�l�l�i�n�g� �t�o� �f�i�n�i�s�h� �t�h�e� �p�r�o�s�t�r�a�t�e� �s�l�a�v�e�.� �L�o�o�k�s� �l�i�k�e� �t�h�e� �r�o�s�t�r�u�m� �b�e�l�i�e�v�e� �t�h�a�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �d�i�d�n� t� �f�i�g�h�t� �v�a�l�i�a�n�t�l�y� �e�n�o�u�g�h� �t�o� �s�a�v�e� �h�e�r� �l�i�f�e�.� �T�h�e� �w�i�l�l� �o�f� �t�h�e� �c�r�o�w�d� �i�s� �t�o� �b�e� �e�x�e�c�u�t�e�d�,� �a�n�d� �t�h�e� �b�o�d�y� �o�f� �y�o�u�r� �s�l�a�v�e� �i�s� �g�i�v�e�n� �t�o� �t�h�e� �c�h�e�f�s� �o�f� �t�h�e� �S�e�n�a�t�o�r�i�a�l� �l�o�d�g�e�.�'�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �5�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �S�p�e�c�t�a�t�o�r�s� �h�i�s�s� �a�n�d� �s�t�o�m�p� �t�h�e�i�r� �f�e�e�t�,� �c�a�l�l�i�n�g� �t�o� �f�i�n�i�s�h� �t�h�e� �p�r�o�s�t�r�a�t�e� �s�l�a�v�e�.� �L�o�o�k�s� �l�i�k�e� �t�h�e� �r�o�s�t�r�u�m� �b�e�l�i�e�v�e� �t�h�a�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �d�i�d�n� t� �f�i�g�h�t� �v�a�l�i�a�n�t�l�y� �e�n�o�u�g�h� �t�o� �s�a�v�e� �h�e�r� �l�i�f�e�.� �T�h�e� �w�i�l�l� �o�f� �t�h�e� �c�r�o�w�d� �i�s� �t�o� �b�e� �e�x�e�c�u�t�e�d�,� �a�n�d� �t�h�e� �b�o�d�y� �o�f� �y�o�u�r� �s�l�a�v�e� �i�s� �g�i�v�e�n� �t�o� �t�h�e� �c�h�e�f�s� �o�f� �t�h�e� �S�e�n�a�t�o�r�i�a�l� �l�o�d�g�e�.� �Y�o�u� �g�e�t� �a� �t�o�k�e�n� �p�a�y�m�e�n�t� �o�f� �5� �s�p�a�r�k�s�.�'�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]�,� �5�)�
�
 �	�b�r�a�n�d�_�r�a�t�e� �-�=� �2�
�
 �	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �e�n�d�
�
@@ -34242,8 +35092,8 @@
 �	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �d�e�f�e�a�t�e�d�,� �b�u�t� �s�t�i�l�l� �a�l�i�v�e�.� �S�p�e�c�t�a�t�o�r�s� �a�s�k�e�d� �t�o� �g�e�n�e�r�o�u�s�l�y� �s�a�v�e� �h�e�r� �l�i�f�e�,� �a�c�k�n�o�w�l�e�d�g�i�n�g� �t�h�a�t� �s�h�e� �s�t�r�u�g�g�l�e�d� �q�u�i�t�e� �n�i�c�e�l�y�.� �S�e�r�v�a�n�t�s� �p�u�t� �y�o�u�r� �s�l�a�v�e� �o�n� �a� �s�t�r�e�t�c�h�e�r� �a�n�d� �c�a�r�r�y� �h�e�r� �t�o� �t�h�e� �s�l�a�v�e� �p�e�n�s�,� �w�h�e�r�e� �t�h�e�y� �p�r�o�v�i�d�e� �f�i�r�s�t� �a�i�d�.�'�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �i�i�f�(�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>�=� �4�,� �0�,� �5�)� �&�!� �d�e�f�e�a�t� �c�a�n�n�o�t� �r�a�i�s�e� �s�k�i�l�l� �a�b�o�v�e� �A�+� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �5�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �3�
�
-�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]�,� �3�)�
�
+�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�
�
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
 �	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�s�l�a�v�e�'�
�
 �	�b�r�a�n�d�_�r�a�t�e� �-�=� �1�
�
@@ -34261,16 +35111,38 @@
 �	�s�l�a�v�e�_�r�a�t�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �i�i�f�(�c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �2� �a�n�d� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>�=� �4�,� �0�,� �1�5�)� �&�!� �g�r�o�u�p� �f�i�g�h�t� �a�g�a�i�n�s�t� �u�n�a�r�m�e�d� �s�l�a�v�e�s� �c�a�n�n�o�t� �r�a�i�s�e� �s�k�i�l�l� �a�b�o�v�e� �A�+� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�0�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�0�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �5�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �1�0�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�0�
�
 �	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0�:� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �=� �0�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1�0�
�
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �5�
�
 �	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �3�
�
-�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�m�e�'�]� �+�=� �1� �+� �s�l�a�v�e�[�'�w�i�n�n�i�n�g�_�s�e�r�i�e�s�'�]� �*� �s�l�a�v�e�[�'�w�i�n�n�i�n�g�_�s�e�r�i�e�s�'�]�
�
-�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �i�i�f�(�c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �4�,� �4�,� �3�)�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �(�3� �+� �c�h�a�l�l�e�n�g�e�_�t�y�p�e�)�
�
+�	�b�o�n�u�s� �=� �8� �-� �m�a�s�t�e�r�_�c�h�a�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �b�o�n�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �b�o�n�u�s�)�
�
+�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �i�i�f�(�c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �4�,� �3�,� �2�)�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �(�2� �+� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�)� �&�!� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �i�s� �c�a�p�p�e�d� �(�C�-� �f�o�r� �n�o�n�-�c�h�a�m�p�i�o�n� �b�a�t�t�l�e�s�,� �B�+� �f�o�r� �c�h�a�m�p�i�o�n� �b�a�t�t�l�e�s�)� �a�n�d� �r�i�s�e�s� �s�l�o�w�e�r� �a�s� �r�e�p�u�t�a�t�i�o�n� �i�n�c�r�e�a�s�e�s� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]�,� �5�)�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�m�e�'�]� �+�=� �4� �+� �s�l�a�v�e�[�'�w�i�n�n�i�n�g�_�s�e�r�i�e�s�'�]�/�2� �&�!� �n�u�m�b�e�r� �o�f� �c�o�n�s�e�c�u�t�i�v�e� �w�i�n�s�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �0� � �a�f�t�e�r� �f�i�r�s�t� �w�i�n�,� � � � � � � �f�a�m�e� �=� �4� � � �(�F�-� �U�n�k�n�o�w�n�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �1� � �a�f�t�e�r� �s�e�c�o�n�d� �w�i�n�,� � � � � � �f�a�m�e� �=� �9� � � �(�F�-� �U�n�k�n�o�w�n�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �1� � �a�f�t�e�r� �t�h�i�r�d� �w�i�n�,� � � � � � � �f�a�m�e� �=� �1�4� � �(�D�-� �R�u�m�o�r�e�d�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �2� � �a�f�t�e�r� �f�o�u�r�t�h� �w�i�n�,� � � � � � �f�a�m�e� �=� �2�0� � �(�C�-� �R�e�c�o�g�n�i�z�e�d�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �2� � �a�f�t�e�r� �f�i�f�t�h� �w�i�n�,� � � � � � � �f�a�m�e� �=� �2�6� � �(�C�-� �R�e�c�o�g�n�i�z�e�d�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �3� � �a�f�t�e�r� �s�i�x�t�h� �w�i�n�,� � � � � � � �f�a�m�e� �=� �3�3� � �(�C�-� �R�e�c�o�g�n�i�z�e�d�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �3� � �a�f�t�e�r� �s�e�v�e�n�t�h� �w�i�n�,� � � � � �f�a�m�e� �=� �4�0� � �(�B�+� �C�e�l�e�b�r�i�t�y�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �4� � �a�f�t�e�r� �e�i�g�h�t�h� �w�i�n�,� � � � � � �f�a�m�e� �=� �4�8� � �(�B�+� �C�e�l�e�b�r�i�t�y�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �4� � �a�f�t�e�r� �n�i�n�t�h� �w�i�n�,� � � � � � � �f�a�m�e� �=� �5�6� � �(�B�+� �C�e�l�e�b�r�i�t�y�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �5� � �a�f�t�e�r� �t�e�n�t�h� �w�i�n�,� � � � � � � �f�a�m�e� �=� �6�5� � �(�B�+� �C�e�l�e�b�r�i�t�y�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �5� � �a�f�t�e�r� �e�l�e�v�e�n�t�h� �w�i�n�,� � � � �f�a�m�e� �=� �7�4� � �(�B�+� �C�e�l�e�b�r�i�t�y�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �6� � �a�f�t�e�r� �t�w�e�l�f�t�h� �w�i�n�,� � � � � �f�a�m�e� �=� �8�4� � �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �6� � �a�f�t�e�r� �t�h�i�r�t�e�e�n�t�h� �w�i�n�,� � �f�a�m�e� �=� �9�4� � �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �7� � �a�f�t�e�r� �f�o�u�r�t�e�e�n�t�h� �w�i�n�,� � �f�a�m�e� �=� �1�0�5� �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �7� � �a�f�t�e�r� �f�i�f�t�e�e�n�t�h� �w�i�n�,� � � �f�a�m�e� �=� �1�1�6� �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �8� � �a�f�t�e�r� �s�i�x�t�e�e�n�t�h� �w�i�n�,� � � �f�a�m�e� �=� �1�2�8� �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �8� � �a�f�t�e�r� �s�e�v�e�n�t�e�e�n�t�h� �w�i�n�,� �f�a�m�e� �=� �1�4�0� �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �9� � �a�f�t�e�r� �e�i�g�h�t�e�e�n�t�h� �w�i�n�,� � �f�a�m�e� �=� �1�5�3� �(�A�+� �F�a�m�o�u�s�)�
�
+�	�!� � � � � � � � � � � � � � � � � � � � � �4� �+� �9� � �a�f�t�e�r� �n�i�n�e�t�e�e�n�t�h� �w�i�n�,� � �f�a�m�e� �=� �1�6�6� �(�S�+� �L�e�g�e�n�d�a�r�y�)�
�
 �	�i�f� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�k�a�m�i�r�a�'�:� �t�r�o�p�h�y�_�c�a�m�i�r�a� �=� �1�
�
 �	�i�f� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�c�o�r�v�u�s�'�:� �t�r�o�p�h�y�_�c�o�r�v�u�s� �=� �1�
�
 �	�i�f� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�s�e�r�p�i�s�'�:� �t�r�o�p�h�y�_�s�e�r�p�i�s� �=� �1�
�
@@ -34295,7 +35167,7 @@
 �	�	�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �=� �9�
�
 �	�	�t�r�o�p�h�y�_�a�b�s�o�l�u�t�e� �=� �1�
�
 �	�e�n�d�
�
-�	�p�u�r�s�e� �=� �(�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]�*�1�2�)� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�3�)� �&�!� �m�a�x� �1�0�8� �t�o� �1�2�0� �s�p�a�r�k�s� �p�e�r� �b�a�t�t�l�e�,� �5� �b�a�t�t�l�e�s� �p�e�r� �d�e�c�a�d�e� �=� �m�a�x� �6�0�0� �s�p�a�r�k�s� �(�w�i�t�h� �1�5�0� �f�r�o�m� �r�a�c�e�,� �m�a�x� �7�5�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e� �f�r�o�m� �a�r�e�n�a�)�
�
+�	�p�u�r�s�e� �=� �(�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]�*�1�2�)� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�3�)� �&�!� �m�a�x� �1�0�8� �t�o� �1�2�0� �s�p�a�r�k�s� �p�e�r� �b�a�t�t�l�e�,� �m�a�x� �4� �b�a�t�t�l�e�s� �=� �4�3�2�-�4�8�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e� �(�w�i�t�h� �2�2�5�-�2�5�0� �f�r�o�m� �r�a�c�e�,� �6�5�7�-�7�3�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e�)�
�
 �	�i�f� �p�u�r�s�e� �<� �5�0�:� �p�u�r�s�e� �=� �5�0�
�
 �	�$�t�e�x�t�[�2�]� �=� �'� � �P�u�r�s�e� �w�o�n�:� �<�<�p�u�r�s�e�>�>� �s�p�a�r�k�s�!�'�
�
 �	�s�p�a�r�k�s� �+�=� �p�u�r�s�e�
�
@@ -34306,27 +35178,30 @@
 �	�$�p�l�a�c�e� �=� �'�c�o�l�o�s�s�e�u�m�_�a�r�e�n�a�'�
�
 �	�c�i�t�y�_�f�o�r�m� �=� �1�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�c�i�t�y�_�m�e�n�u�_�f�o�r�m�'�
�
-�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �4�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �5�
�
+�	�b�o�n�u�s� �=� �1�0� �-� �m�a�s�t�e�r�_�c�h�a�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �b�o�n�u�s�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �b�o�n�u�s�)�
�
+�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �3�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �5�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �S�e�e�i�n�g� �t�h�e� �m�a�g�n�i�f�i�c�e�n�t� �v�i�c�t�o�r�y� �o�f� �y�o�u�r� �s�l�a�v�e�,� �t�h�e� �c�r�o�w�d� �r�o�a�r�s� �i�n� �e�c�s�t�a�s�y�.� �O�n�e� �a�f�t�e�r� �a�n�o�t�h�e�r�,� �t�h�e� �a�u�d�i�e�n�c�e� �r�i�s�e� �f�r�o�m� �t�h�e�i�r� �s�e�a�t�s� �a�n�d� �b�e�g�i�n� �t�o� �c�h�a�n�t� �«�L�I�-�B�E�-�R�O�!�!�!�»� �Y�o�u� l�l� �h�a�v�e� �t�o� �g�r�a�n�t� �h�e�r� �f�r�e�e�d�o�m�&  �b�u�t� �p�e�o�p�l�e� �w�i�l�l� �n�o�t� �f�o�r�g�e�t� �t�h�e� �m�a�s�t�e�r� �w�h�o� �g�a�v�e� �t�h�e�m� �s�u�c�h� �a� �g�l�o�r�i�o�u�s� �c�h�a�m�p�i�o�n�!�'�
�
-�	�p�u�r�s�e� �=� �(�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]�*�1�2�)� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�3�)� �&�!� �m�a�x� �1�0�8� �t�o� �1�2�0� �s�p�a�r�k�s� �p�e�r� �b�a�t�t�l�e�,� �5� �b�a�t�t�l�e�s� �p�e�r� �d�e�c�a�d�e� �=� �m�a�x� �6�0�0� �s�p�a�r�k�s� �(�w�i�t�h� �1�5�0� �f�r�o�m� �r�a�c�e�,� �m�a�x� �7�5�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e� �f�r�o�m� �a�r�e�n�a�)�
�
+�	�p�u�r�s�e� �=� �(�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]�*�1�2�)� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�3�)� �&�!� �m�a�x� �1�0�8� �t�o� �1�2�0� �s�p�a�r�k�s� �p�e�r� �b�a�t�t�l�e�,� �m�a�x� �4� �b�a�t�t�l�e�s� �=� �4�3�2�-�4�8�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e� �(�w�i�t�h� �2�2�5�-�2�5�0� �f�r�o�m� �r�a�c�e�,� �6�5�7�-�7�3�0� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e�)�
�
 �	�s�p�a�r�k�s� �+�=� �p�u�r�s�e�
�
 �	�i�f� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �s�l�a�v�e�[�'�f�e�a�r�'�]�:�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �'� � �A�l�t�h�o�u�g�h� �y�o�u� �o�f�f�i�c�i�a�l�l�y� �b�e�s�t�o�w� �f�r�e�e�d�o�m� �t�o� �y�o�u�r� �s�l�a�v�e�,� �i�m�m�e�d�i�a�t�e�l�y� �a�f�t�e�r� �t�h�e� �f�e�a�s�t� �s�h�e� �c�o�m�e�s� �b�a�c�k� �t�o� �y�o�u�.� �L�o�o�k�s� �l�i�k�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�e�s� �n�o�t� �w�a�n�t� �a�n�y� �o�t�h�e�r� �d�e�s�t�i�n�y� �t�h�a�n� �t�o� �s�e�r�v�e� �y�o�u�.� �O�r� �m�a�y�b�e� �s�h�e� �j�u�s�t� �d�o�e�s�n� t� �k�n�o�w� �w�h�e�r�e� �t�o� �g�o�.� �I�n� �a�n�y� �c�a�s�e�,� �t�h�i�s� �i�s� �a� �v�e�r�y� �g�o�o�d� �s�i�t�u�a�t�i�o�n�.�'�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �1�5�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�0�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �5�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �3�0�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �2�0�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �2�0�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �+�=� �2�0�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�0�
�
 �	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0�:� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �=� �0�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+�=� �1�0�
�
 �	�	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �5�
�
 �	�	�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �5�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �1�
�
-�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�m�e�'�]� �+�=� �1� �+� �s�l�a�v�e�[�'�w�i�n�n�i�n�g�_�s�e�r�i�e�s�'�]� �*� �s�l�a�v�e�[�'�w�i�n�n�i�n�g�_�s�e�r�i�e�s�'�]�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]�,� �5�)�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]�,� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�*�2�)�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�f�a�m�e�'�]� �+�=� �4� �+� �s�l�a�v�e�[�'�w�i�n�n�i�n�g�_�s�e�r�i�e�s�'�]�/�2�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�[�2�]� �=� �'� � �Y�o�u� �s�o�l�e�m�n�l�y� �b�e�s�t�o�w� �f�r�e�e�d�o�m� �t�o� �y�o�u�r� �s�l�a�v�e�.� �N�o�w� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �f�r�e�e� �a�n�d� �i�t� �i�s� �u�n�l�i�k�e�l�y� �t�h�a�t� �y�o�u� �w�i�l�l� �m�e�e�t� �h�e�r� �e�v�e�r� �a�g�a�i�n�.� �P�e�r�h�a�p�s� �i�f� �s�h�e� �h�a�d� �m�o�r�e� �d�e�v�o�t�i�o�n� �o�r� �w�a�s� �l�e�s�s� �a�f�r�a�i�d� �o�f� �y�o�u�,� �t�h�e� �r�e�s�u�l�t� �w�o�u�l�d� �b�e� �d�i�f�f�e�r�e�n�t�& '�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �3�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]�,� �3�)�
�
 �	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �	�e�n�d�
�
 �	�$�t�e�x�t�[�3�]� �=� �'� � �P�u�r�s�e� �w�o�n�:� �<�<�p�u�r�s�e�>�>� �s�p�a�r�k�s�!�'�
�
@@ -34352,7 +35227,7 @@
 �	�	�i�f� �c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �>�=� �m�a�s�t�e�r�_�s�t�r�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)� �&�!� �s�p�a�r�r�i�n�g� �t�h�e� �s�e�c�o�n�d�-�h�i�g�h�e�s�t�-�t�i�e�r� �o�p�p�o�n�e�n�t�s� �(�4�)� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �s�t�r�e�n�g�t�h� �u�p� �t�o� �S�+�,� �b�u�t� �o�n�l�y� �t�h�e� �t�o�p�-�t�i�e�r� �o�p�p�o�n�e�n�t�s� �c�a�n� �r�a�i�s�e� �f�i�g�h�t�i�n�g� �s�k�i�l�l� �t�o� �A�+�
�
 �	�	�i�f� �c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �-� �2� �>� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1� �&�!� �s�p�a�r�r�i�n�g� �t�h�e� �h�i�g�h�e�s�t�-�t�i�e�r� �o�p�p�o�n�e�n�t�s� �(�5�)� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �d�o�m�i�n�a�t�i�o�n� �u�p� �t�o� �B�+� �(�3�)�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �5�
�
-�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �+�=� �1�
�
+�	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �+�=� �1� �&�!� �a�t� �l�e�a�s�t� �t�w�o� �w�i�n�s� �o�n� �s�a�m�e� �d�a�y� �w�i�l�l� �c�a�r�r�y� �o�v�e�r� �m�o�o�d�l�e�t� �t�o� �n�e�x�t� �d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �1�5�
�
 �	�c�o�m�b�a�t�a�n�t� �=� �0� �&�!� �s�e�t� �m�a�s�t�e�r� �a�s� �c�o�m�b�a�t�a�n�t� �f�o�r� �n�e�x�t� �b�a�t�t�l�e�
�
@@ -34375,21 +35250,21 @@
 �	�i�f� �$�8B>3_�1>O �=� �'�153AB2>'� �o�r� �$�8B>3_�1>O �=� �'�2K@C18;AO'� �o�r� �$�8B>3_�1>O �=� �'�C18B'�:�
�
 �	�	�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �i�i�f�(�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �<� �1�,� �2�,� �0�)� �&�!� �d�e�f�e�a�t� �g�i�v�e�s� �f�l�a�t� �2� �x�p� �u�p� �t�o� �D�-� �a�n�d� �c�a�n�n�o�t� �r�a�i�s�e� �s�k�i�l�l� �h�i�g�h�e�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �l�i�e�s� �d�e�f�e�a�t�e�d� �o�n� �t�h�e� �g�r�o�u�n�d�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �s�u�f�f�e�r�i�n�g� �s�u�c�h� �d�e�f�e�a�t�s� �c�a�n�n�o�t� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �n�o�r� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�
�
-�	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �m�a�x�(�1�,� �s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]�)�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]�,� �1�)�
�
 �	�e�l�s�e�
�
 �	�	�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �i�i�f�(�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �<� �4�,� �m�a�x�(�0�,� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �-� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�)�*�4�,� �0�)� �&�!� �s�p�a�r�r�i�n�g� �c�a�n�n�o�t� �r�a�i�s�e� �l�e�v�e�l� �a�b�o�v�e� �A�+�,� �x�p� �g�a�i�n� �i�s� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �o�p�p�o�n�e�n�t� �l�e�v�e�l� �a�n�d� �z�e�r�o� �f�o�r� �t�i�e�r�s� �e�q�u�a�l� �o�r� �b�e�l�o�w� �c�u�r�r�e�n�t� �s�k�i�l�l� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0� �i�n�d�i�c�a�t�e�s� �t�i�e�r� �o�f� �o�p�p�o�n�e�n�t�,� �r�a�n�g�e�s� �f�r�o�m� �1� �t�o� �5�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �f�i�n�a�l� �b�l�o�w� �f�r�o�m� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�e�n�d�s� �h�e�r� �o�p�p�o�n�e�n�t� �t�o� �t�h�e� �g�r�o�u�n�d�.�'� �+� �i�i�f�(�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �0�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �c�a�n�n�o�t� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �<�<�i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>� �s�l�a�v�e�[�"�s�t�a�m�i�n�a�"�]�,� �"�a�l�t�h�o�u�g�h� �i�t� �m�a�y� �s�t�i�l�l�"�,� �"�n�o�r�"�)�>�>� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �<�=� �s�l�a�v�e�[�"�s�t�a�m�i�n�a�"�]�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �w�h�i�l�e� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �m�a�y� �s�t�i�l�l� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �i�t� �w�i�l�l� �n�o�t� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �'�'�)�)�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �f�i�n�a�l� �b�l�o�w� �f�r�o�m� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�e�n�d�s� �h�e�r� �o�p�p�o�n�e�n�t� �t�o� �t�h�e� �g�r�o�u�n�d�.�'� �+� �i�i�f�(�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �0�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �c�a�n�n�o�t� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �<�<�i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>�=� �s�l�a�v�e�[�"�s�t�a�m�i�n�a�"�]�,� �"�a�l�t�h�o�u�g�h� �i�t� �m�a�y� �s�t�i�l�l�"�,� �"�n�o�r�"�)�>�>� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �<� �s�l�a�v�e�[�"�s�t�a�m�i�n�a�"�]�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �w�h�i�l�e� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �m�a�y� �s�t�i�l�l� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �i�t� �w�i�l�l� �n�o�t� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �'�'�)�)�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�
�
-�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �2�
�
-�	�	�e�l�s�e�i�f� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�e�l�s�e�i�f� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �<� �2�:� �s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �+�=� �1�
�
+�	�	�i�f� �s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �<� �2�:� �s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �+�=� �1� �&�!� �a�t� �l�e�a�s�t� �t�w�o� �w�i�n�s� �o�n� �s�a�m�e� �d�a�y� �w�i�l�l� �c�a�r�r�y� �o�v�e�r� �m�o�o�d�l�e�t� �t�o� �n�e�x�t� �d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �+�=� �1�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>�<�b�r�>� � �I�n� �a�n�y� �e�v�e�n�t�,� �s�h�e� �a�p�p�e�a�r�s� �e�x�h�a�u�s�t�e�d� �-� �f�u�r�t�h�e�r� �e�x�e�r�t�i�o�n� �t�o�d�a�y� �w�i�l�l� �n�o�t� �b�e� �g�o�o�d� �f�o�r� �h�e�r�.�'�
�
+�	�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �+�=� �1�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>�<�b�r�>� � �A�f�t�e�r� �s�u�c�h� �s�t�r�e�n�u�o�u�s� �a�c�t�i�v�i�t�y�,� �s�h�e� �a�p�p�e�a�r�s� �e�x�h�a�u�s�t�e�d� �-� �f�u�r�t�h�e�r� �e�x�e�r�t�i�o�n� �t�o�d�a�y� �w�i�l�l� �n�o�t� �b�e� �g�o�o�d� �f�o�r� �h�e�r�.�'�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e�)�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�c�o�m�b�a�t�a�n�t� �=� �0� �&�!� �s�e�t� �m�a�s�t�e�r� �a�s� �c�o�m�b�a�t�a�n�t� �f�o�r� �n�e�x�t� �b�a�t�t�l�e�
�
@@ -34412,21 +35287,21 @@
 �	�i�f� �$�8B>3_�1>O �=� �'�153AB2>'� �o�r� �$�8B>3_�1>O �=� �'�2K@C18;AO'� �o�r� �$�8B>3_�1>O �=� �'�C18B'�:�
�
 �	�	�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �i�i�f�(�a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �<� �1�,� �2�,� �0�)� �&�!� �d�e�f�e�a�t� �g�i�v�e�s� �f�l�a�t� �2� �x�p� �u�p� �t�o� �D�-� �a�n�d� �c�a�n�n�o�t� �r�a�i�s�e� �s�k�i�l�l� �h�i�g�h�e�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �l�i�e�s� �d�e�f�e�a�t�e�d� �o�n� �t�h�e� �g�r�o�u�n�d�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �s�u�f�f�e�r�i�n�g� �s�u�c�h� �d�e�f�e�a�t�s� �c�a�n�n�o�t� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �n�o�r� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�
�
-�	�	�a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �m�a�x�(�1�,� �a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]�)�
�
+�	�	�a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]�,� �1�)�
�
 �	�e�l�s�e�
�
 �	�	�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �i�i�f�(�a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �<� �4�,� �m�a�x�(�0�,� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �-� �a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�'�]�)�*�4�,� �0�)� �&�!� �s�p�a�r�r�i�n�g� �c�a�n�n�o�t� �r�a�i�s�e� �l�e�v�e�l� �a�b�o�v�e� �A�+�,� �x�p� �g�a�i�n� �i�s� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �o�p�p�o�n�e�n�t� �l�e�v�e�l� �a�n�d� �z�e�r�o� �f�o�r� �t�i�e�r�s� �e�q�u�a�l� �o�r� �b�e�l�o�w� �c�u�r�r�e�n�t� �s�k�i�l�l� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0� �i�n�d�i�c�a�t�e�s� �t�i�e�r� �o�f� �o�p�p�o�n�e�n�t�,� �r�a�n�g�e�s� �f�r�o�m� �1� �t�o� �5�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �f�i�n�a�l� �b�l�o�w� �f�r�o�m� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �s�e�n�d�s� �h�e�r� �o�p�p�o�n�e�n�t� �t�o� �t�h�e� �g�r�o�u�n�d�.�'� �+� �i�i�f�(�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �0�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �c�a�n�n�o�t� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �<�<�i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>� �a�s�s�i�s�t�a�n�t�[�"�s�t�a�m�i�n�a�"�]�,� �"�a�l�t�h�o�u�g�h� �i�t� �m�a�y� �s�t�i�l�l�"�,� �"�n�o�r�"�)�>�>� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �<�=� �a�s�s�i�s�t�a�n�t�[�"�s�t�a�m�i�n�a�"�]�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �w�h�i�l�e� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �m�a�y� �s�t�i�l�l� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �i�t� �w�i�l�l� �n�o�t� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �'�'�)�)�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �f�i�n�a�l� �b�l�o�w� �f�r�o�m� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �s�e�n�d�s� �h�e�r� �o�p�p�o�n�e�n�t� �t�o� �t�h�e� �g�r�o�u�n�d�.�'� �+� �i�i�f�(�f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e� �=� �0�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �c�a�n�n�o�t� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �<�<�i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>�=� �a�s�s�i�s�t�a�n�t�[�"�s�t�a�m�i�n�a�"�]�,� �"�a�l�t�h�o�u�g�h� �i�t� �m�a�y� �s�t�i�l�l�"�,� �"�n�o�r�"�)�>�>� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �i�i�f�(�(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �<� �a�s�s�i�s�t�a�n�t�[�"�s�t�a�m�i�n�a�"�]�,� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �w�h�i�l�e� �d�e�f�e�a�t�i�n�g� �s�u�c�h� �o�p�p�o�n�e�n�t�s� �m�a�y� �s�t�i�l�l� �h�o�n�e� �h�e�r� �f�i�g�h�t�i�n�g� �a�b�i�l�i�t�y�,� �i�t� �w�i�l�l� �n�o�t� �i�m�p�r�o�v�e� �h�e�r� �e�n�d�u�r�a�n�c�e�.�'�,� �'�'�)�)�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �1�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �2�
�
-�	�	�e�l�s�e�i�f� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�e�l�s�e�i�f� �(�c�o�l�o�s�s�e�u�m�_�f�i�g�h�t� �m�o�d� �1�0�)� �>�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �<� �2�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �+�=� �1�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �<� �2�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �+�=� �1� �&�!� �a�t� �l�e�a�s�t� �t�w�o� �w�i�n�s� �o�n� �s�a�m�e� �d�a�y� �w�i�l�l� �c�a�r�r�y� �o�v�e�r� �m�o�o�d�l�e�t� �t�o� �n�e�x�t� �d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �+�=� �1�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�:� �$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>�<�b�r�>� � �I�n� �a�n�y� �e�v�e�n�t�,� �s�h�e� �a�p�p�e�a�r�s� �e�x�h�a�u�s�t�e�d� �-� �f�u�r�t�h�e�r� �e�x�e�r�t�i�o�n� �t�o�d�a�y� �w�i�l�l� �n�o�t� �b�e� �g�o�o�d� �f�o�r� �h�e�r�.�'�
�
+�	�a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �+�=� �1�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�:� �$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>�<�b�r�>� � �A�f�t�e�r� �s�u�c�h� �s�t�r�e�n�u�o�u�s� �a�c�t�i�v�i�t�y�,� �s�h�e� �a�p�p�e�a�r�s� �e�x�h�a�u�s�t�e�d� �-� �f�u�r�t�h�e�r� �e�x�e�r�t�i�o�n� �t�o�d�a�y� �w�i�l�l� �n�o�t� �b�e� �g�o�o�d� �f�o�r� �h�e�r�.�'�
�
 �	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �f�i�g�h�t�i�n�g�_�e�x�p�e�r�i�e�n�c�e�)�
�
 �	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �1�5�
�
 �	�c�o�m�b�a�t�a�n�t� �=� �0� �&�!� �s�e�t� �m�a�s�t�e�r� �a�s� �c�o�m�b�a�t�a�n�t� �f�o�r� �n�e�x�t� �b�a�t�t�l�e�
�
@@ -34461,13 +35336,18 @@
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �D�o� �y�o�u� �w�a�n�t� �t�o� �a�b�a�n�d�o�n� �t�h�e� �c�u�r�r�e�n�t� �a�p�a�r�t�m�e�n�t�,� �b�e� �i�t� �r�e�n�t�e�d� �o�r� �b�o�u�g�h�t�,� �a�n�d� �a�l�l� �r�e�l�a�t�e�d� �f�a�c�i�l�i�t�i�e�s� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g�?� �I�f� �s�o�,� �I� �w�i�l�l� �p�r�e�p�a�r�e� �t�h�e� �d�o�c�u�m�e�n�t�s�,� �b�u�t� �p�l�e�a�s�e� �n�o�t�e� �t�h�a�t� �w�e� �d�o� �n�o�t� �r�e�i�m�b�u�r�s�e� �f�o�r� �a�l�r�e�a�d�y� �p�a�i�d� �s�e�r�v�i�c�e�s�.� �W�e� �w�i�l�l� �p�a�y� �y�o�u� �b�a�c�k� �a� �t�h�i�r�d� �o�f� �w�h�a�t� �y�o�u� �p�a�i�d� �f�o�r� �t�h�e� �p�r�o�p�e�r�t�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �D�o� �y�o�u� �w�a�n�t� �t�o� �a�b�a�n�d�o�n� �t�h�e� �c�u�r�r�e�n�t� �a�p�a�r�t�m�e�n�t� �a�n�d� �a�l�l� �r�e�l�a�t�e�d� �f�a�c�i�l�i�t�i�e�s� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g�?� �I�f� �s�o�,� �I� �w�i�l�l� �p�r�e�p�a�r�e� �t�h�e� �d�o�c�u�m�e�n�t�s�,� �b�u�t� �p�l�e�a�s�e� �n�o�t�e� �t�h�a�t� �w�e� �d�o� �n�o�t� �r�e�i�m�b�u�r�s�e� �f�o�r� �a�l�r�e�a�d�y� �p�a�i�d� �r�e�n�t�a�l� �s�e�r�v�i�c�e�s�.� �B�e� �s�u�r�e� �t�o� �c�o�l�l�e�c�t� �y�o�u�r� �p�o�s�s�e�s�s�i�o�n�s� �f�r�o�m� �a�l�l� �f�a�c�i�l�i�t�i�e�s� �b�e�f�o�r�e� �t�h�e� �e�n�d� �o�f� �t�h�e� �d�a�y�,� �a�s� �a�n�y�t�h�i�n�g� �l�e�f�t� �b�e�h�i�n�d� �w�i�l�l� �b�e� �f�o�r�f�e�i�t� �u�n�l�e�s�s� �y�o�u� �m�o�v�e� �t�o� �a� �n�e�w� �a�p�a�r�t�m�e�n�t�.�'�
�
+�	�i�f� �o�w�n�e�r� �=� �1�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�p�l�a�c�e�(�$�t�e�x�t�[�1�]�,� �'�b�u�i�l�d�i�n�g�?�'�,� �'�b�u�i�l�d�i�n�g�?� �Y�o�u� �w�i�l�l� �r�e�c�e�i�v�e� �a� �t�h�i�r�d� �o�f� �w�h�a�t� �y�o�u� �p�a�i�d� �f�o�r� �t�h�e� �p�r�o�p�e�r�t�y�.�'�)�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�i�f� �o�w�n�e�r� �=� �1�:�
�
-�	�	�	�s�p�a�r�k�s� �+�=� �(�4�0� �*� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]�)�
�
+�	�	�	�s�p�a�r�k�s� �+�=� �(�2�5� �*� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]�)�
�
 �	�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1� �a�n�d� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]� �>�=� �5�0�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�	�	�o�w�n�e�r� �=� �0�
�
 �	�	�e�n�d�
�
+�	�	�i�f� �s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �!� �0�:�
�
+�	�	�	�!� �d�e�l�a�y� �s�h�a�k�e�d�o�w�n� �e�v�e�n�t� �(�i�n� �$�c�i�t�y�_�r�a�n�d�o�m�_�e�v�e�n�t�)� �b�y� �a�t� �l�e�a�s�t� �o�n�e� �d�a�y� �t�o� �g�i�v�e� �o�p�p�o�r�t�u�n�i�t�y� �f�o�r� �p�l�a�y�e�r� �t�o� �r�e�n�t� �a� �d�i�f�f�e�r�e�n�t� �a�p�a�r�t�m�e�n�t� �f�i�r�s�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �d�a�y� �>� �(�s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �+� �1�0�0�)�:� �s�l�u�m�s�_�s�h�a�k�e�d�o�w�n� �=� �d�a�y� �-� �1�0�0� �&�!� �t�r�i�g�g�e�r� �e�v�e�n�t� �t�o�m�o�r�r�o�w� �a�t� �t�h�e� �e�a�r�l�i�e�s�t�
�
+�	�	�e�n�d�
�
 �	�	�$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�
�
 �	�	�$�i�n�t�e�r�i�o�r� �=� �'�s�l�u�m�_�h�o�u�s�e�'�
�
 �	�	�g�s� �'�n�e�w�_�e�s�t�a�t�e�'�
�
@@ -34484,15 +35364,15 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�p�r�i�c�e� �=� �(�1�2�0� �*� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]�)�
�
+�	�p�r�i�c�e� �=� �(�7�5� �*� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�e�s�t�a�t�e�]�)�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �D�o� �y�o�u� �w�i�s�h� �t�o� �b�u�y� �t�h�e� �p�r�o�p�e�r�t�y� �y�o�u� �a�r�e� �c�u�r�r�e�n�t�l�y� �r�e�n�t�i�n�g�?� �B�y� �d�o�i�n�g� �s�o�,� �y�o�u� �w�i�l�l� �n�o� �l�o�n�g�e�r� �p�a�y� �r�e�n�t� �e�v�e�r�y� �d�e�c�a�d�e�.� �P�r�i�c�e�:� �<�<�p�r�i�c�e�>�>�$�.�'�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �p�r�i�c�e�:�
�
-�	�$�y�e�s� �=� �{�
�
-�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
-�	�	�o�w�n�e�r� �=� �1�
�
-�	�	�s�p�a�r�k�s� �-�=� �p�r�i�c�e�
�
-�	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�}�
�
+�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
+�	�	�	�o�w�n�e�r� �=� �1�
�
+�	�	�	�s�p�a�r�k�s� �-�=� �p�r�i�c�e�
�
+�	�	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
+�	�	�}�
�
 �	�e�n�d�
�
 �	�$�n�o� �=� �{�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
@@ -34514,7 +35394,7 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�3�2�1�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�e�n�t�a�l�_�s�e�x�'�
�
-�	�s�p�a�r�k�s� �-�=� �2�5�0�
�
+�	�s�p�a�r�k�s� �-�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�)� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]�/�1�0� �&�!� �1�0�%� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�
�
 �	�$�e�s�t�a�t�e� �=� �'�w�h�i�t�e�_�h�o�u�s�e�'�
�
 �	�$�i�n�t�e�r�i�o�r� �=� �'�e�l�i�t�e�'�
�
 �e�n�d�
�
@@ -34533,7 +35413,7 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�3�2�2�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�e�n�t�a�l�_�s�e�x�'�
�
-�	�s�p�a�r�k�s� �-�=� �2�0�0�
�
+�	�s�p�a�r�k�s� �-�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�)� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]�/�1�0� �&�!� �1�0�%� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�
�
 �	�$�e�s�t�a�t�e� �=� �'�k�o�r�v�u�s�_�h�o�u�s�e�'�
�
 �	�$�i�n�t�e�r�i�o�r� �=� �'�g�o�t�h�i�c�'�
�
 �e�n�d�
�
@@ -34552,7 +35432,7 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�3�2�3�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�e�n�t�a�l�_�s�e�x�'�
�
-�	�s�p�a�r�k�s� �-�=� �1�5�0�
�
+�	�s�p�a�r�k�s� �-�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�)� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]�/�1�0� �&�!� �1�0�%� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�
�
 �	�$�e�s�t�a�t�e� �=� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�
�
 �	�$�i�n�t�e�r�i�o�r� �=� �'�f�o�r�t�'�
�
 �e�n�d�
�
@@ -34571,7 +35451,7 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�3�2�4�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�e�n�t�a�l�_�s�e�x�'�
�
-�	�s�p�a�r�k�s� �-�=� �7�5�
�
+�	�s�p�a�r�k�s� �-�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�)� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]�/�1�0� �&�!� �1�0�%� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�
�
 �	�$�e�s�t�a�t�e� �=� �'�s�e�r�p�i�s�_�h�o�u�s�e�'�
�
 �	�$�i�n�t�e�r�i�o�r� �=� �'�e�c�o�n�o�m�'�
�
 �e�n�d�
�
@@ -34590,7 +35470,7 @@
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �1�3�2�5�1�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�e�n�t�a�l�_�s�e�x�'�
�
-�	�s�p�a�r�k�s� �-�=� �5�0�
�
+�	�s�p�a�r�k�s� �-�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�)� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]�/�1�0� �&�!� �1�0�%� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�
�
 �	�$�e�s�t�a�t�e� �=� �'�k�a�m�i�r�a�_�h�o�u�s�e�'�
�
 �	�$�i�n�t�e�r�i�o�r� �=� �'�b�a�s�i�c�'�
�
 �e�n�d�
�
@@ -34600,11 +35480,11 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �W�e� �h�a�v�e� �a� �s�u�i�t�a�b�l�e� �l�o�c�a�t�i�o�n� �f�o�r� �t�h�e� �p�r�i�s�o�n� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g� �w�h�e�r�e� �y�o�u� �r�e�n�t� �a�p�a�r�t�m�e�n�t�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �R�e�n�t� �w�i�l�l� �c�o�s�t� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�e�n� �d�a�y�s�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �W�e� �h�a�v�e� �a� �s�u�i�t�a�b�l�e� �l�o�c�a�t�i�o�n� �f�o�r� �t�h�e� �p�r�i�s�o�n� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g� �w�h�e�r�e� �y�o�u� �r�e�n�t� �a�p�a�r�t�m�e�n�t�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �R�e�n�t� �w�i�l�l� �c�o�s�t� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�d�u�n�g�e�o�n� �=� �1�
�
 �	�	�$�b�g�[�'�d�u�n�g�e�o�n�'�]� �=� �$�i�n�t�e�r�i�o�r�_�d�u�n�g�e�o�n�[�$�i�n�t�e�r�i�o�r�]�
�
-�	�	�s�p�a�r�k�s� �-�=� �e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]�
�
+�	�	�s�p�a�r�k�s� �-�=� �e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�
�
 �	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�}�
�
@@ -34620,7 +35500,7 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u� �w�i�l�l� �s�a�v�e� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]�>�>� �f�o�r� �t�h�e� �d�e�c�a�d�e�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u�r� �r�e�n�t�a�l� �c�o�s�t�s� �f�o�r� �t�h�e� �n�e�x�t� �d�e�c�a�d�e� �w�i�l�l� �b�e� �r�e�d�u�c�e�d� �b�y� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�d�u�n�g�e�o�n� �=� �0�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
@@ -34637,11 +35517,11 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �W�e� �h�a�v�e� �a� �s�u�i�t�a�b�l�e� �l�o�c�a�t�i�o�n� �f�o�r� �a� �b�o�u�d�o�i�r� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g� �w�h�e�r�e� �y�o�u� �r�e�n�t� �t�h�e� �a�p�a�r�t�m�e�n�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �R�e�n�t� �w�i�l�l� �c�o�s�t� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�e�n� �d�a�y�s�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �W�e� �h�a�v�e� �a� �s�u�i�t�a�b�l�e� �l�o�c�a�t�i�o�n� �f�o�r� �a� �b�o�u�d�o�i�r� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g� �w�h�e�r�e� �y�o�u� �r�e�n�t� �t�h�e� �a�p�a�r�t�m�e�n�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �R�e�n�t� �w�i�l�l� �c�o�s�t� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�b�o�u�d�o�i�r� �=� �1�
�
 �	�	�$�b�g�[�'�b�o�u�d�o�i�r�'�]� �=� �$�i�n�t�e�r�i�o�r�_�b�o�u�d�o�i�r�[�$�i�n�t�e�r�i�o�r�]�
�
-�	�	�s�p�a�r�k�s� �-�=� �e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]�
�
+�	�	�s�p�a�r�k�s� �-�=� �e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�
�
 �	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�}�
�
@@ -34657,7 +35537,7 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u� �w�i�l�l� �s�a�v�e� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]�>�>� �f�o�r� �t�h�e� �d�e�c�a�d�e�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u�r� �r�e�n�t�a�l� �c�o�s�t� �f�o�r� �t�h�e� �n�e�x�t� �d�e�c�a�d�e� �w�i�l�l� �b�e� �r�e�d�u�c�e�d� �b�y� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�b�o�u�d�o�i�r� �=� �0�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
@@ -34674,11 +35554,11 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �W�e� �h�a�v�e� �a� �s�u�i�t�a�b�l�e� �l�o�c�a�t�i�o�n� �f�o�r� �t�h�e� �l�a�b� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g� �w�h�e�r�e� �y�o�u� �r�e�n�t� �t�h�e� �a�p�a�r�t�m�e�n�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �R�e�n�t� �w�i�l�l� �c�o�s�t� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�e�n� �d�a�y�s�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �W�e� �h�a�v�e� �a� �s�u�i�t�a�b�l�e� �l�o�c�a�t�i�o�n� �f�o�r� �t�h�e� �l�a�b� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g� �w�h�e�r�e� �y�o�u� �r�e�n�t� �t�h�e� �a�p�a�r�t�m�e�n�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �R�e�n�t� �w�i�l�l� �c�o�s�t� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�l�a�b� �=� �1�
�
 �	�	�$�b�g�[�'�l�a�b�'�]� �=� �$�i�n�t�e�r�i�o�r�_�l�a�b�[�$�i�n�t�e�r�i�o�r�]�
�
-�	�	�s�p�a�r�k�s� �-�=� �e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�
�
+�	�	�s�p�a�r�k�s� �-�=� �e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�
�
 �	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:�
�
 �	�	�	�i�f� �e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]� �>�=� �5�0�:�
�
 �	�	�	�	�p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
@@ -34700,7 +35580,7 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u� �w�i�l�l� �s�a�v�e� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�>�>� �f�o�r� �t�h�e� �d�e�c�a�d�e�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u�r� �r�e�n�t�a�l� �c�o�s�t� �f�o�r� �t�h�e� �n�e�x�t� �d�e�c�a�d�e� �w�i�l�l� �b�e� �r�e�d�u�c�e�d� �b�y� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�l�a�b� �=� �0�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
@@ -34717,10 +35597,10 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �Y�e�s�,� �w�e� �c�a�n� �p�r�o�v�i�d�e� �a� �s�a�f�e� �e�n�v�i�r�o�n�m�e�n�t� �f�o�r� �f�i�e�n�d� �c�o�n�t�a�i�n�m�e�n�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �T�e�n� �s�p�a�r�k�s� �f�o�r� �e�v�e�r�y� �t�e�n� �d�a�y�s�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�e�n� �d�a�y�s�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �Y�e�s�,� �w�e� �c�a�n� �p�r�o�v�i�d�e� �a� �s�a�f�e� �e�n�v�i�r�o�n�m�e�n�t� �f�o�r� �f�i�e�n�d� �c�o�n�t�a�i�n�m�e�n�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �C�o�s�t� �d�e�p�e�n�d�s� �o�n� �t�h�e� �s�i�z�e�.� �F�o�r� �t�h�e� �s�m�a�l�l�e�s�t�,� �1�0� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �F�o�r� �t�h�e� �l�a�r�g�e�s�t�,� �3�0� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u�r� �f�i�e�n�d� �o�u�t�g�r�o�w�s� �i�t�s� �p�e�n�,� �w�e� �w�i�l�l� �t�r�a�n�s�f�e�r� �i�t� �t�o� �a� �l�a�r�g�e�r� �o�n�e�.� �I� �c�a�n� �g�i�v�e� �y�o�u� �a�c�c�e�s�s� �r�i�g�h�t� �n�o�w�,� �w�i�t�h� �p�r�o�v�i�d�e�d� �p�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�p�e�n� �=� �1�
�
-�	�	�s�p�a�r�k�s� �-�=� �1�0� �
�
+�	�	�s�p�a�r�k�s� �-�=� �1�0�/�1�0� �*� �(�1�0� �-� �d�e�c�a�d�e�c�o�u�n�t�)�
�
 �	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�}�
�
@@ -34736,9 +35616,10 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �J�u�s�t� �r�e�m�e�m�b�e�r�,� �i�f� �y�o�u� �h�a�v�e� �a� �l�i�v�i�n�g� �f�i�e�n�d� �n�o�w�,� �w�e� �h�a�v�e� �t�o� �d�e�s�t�r�o�y� �i�t�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �Y�o�u�r� �r�e�n�t�a�l� �c�o�s�t�s� �f�o�r� �t�h�e� �n�e�x�t� �d�e�c�a�d�e� �w�i�l�l� �b�e� �r�e�d�u�c�e�d� �b�y� �<�<�1�0� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5�>�>� �s�p�a�r�k�s�.� �J�u�s�t� �r�e�m�e�m�b�e�r�,� �i�f� �y�o�u� �h�a�v�e� �a� �l�i�v�i�n�g� �f�i�e�n�d� �n�o�w�,� �w�e� �h�a�v�e� �t�o� �d�e�s�t�r�o�y� �i�t�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�p�e�n� �=� �0�
�
+�	�	�p�e�t�_�t�e�n�t�a�c�l�e� �=� �0�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�}�
�
 �	�$�n�o� �=� �{�
�
@@ -34772,7 +35653,7 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�p�l�a�c�e� �=� �'�r�e�a�l�t�o�r�_�o�f�f�i�c�e�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �a�s� �l�o�n�g� �a�s� �t�h�e� �b�a�r�n� �i�s� �c�u�r�r�e�n�t�l�y� �u�n�o�c�c�u�p�i�e�d�.� �Y�o�u� �w�i�l�l� �s�a�v�e� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�e�s�t�a�t�e�]�>�>� �f�o�r� �t�h�e� �d�e�c�a�d�e�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �I� �c�a�n� �c�a�n�c�e�l� �t�h�e� �r�e�n�t� �r�i�g�h�t� �n�o�w�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �a�s� �l�o�n�g� �a�s� �t�h�e� �b�a�r�n� �i�s� �c�u�r�r�e�n�t�l�y� �u�n�o�c�c�u�p�i�e�d�.� �Y�o�u�r� �r�e�n�t�a�l� �c�o�s�t�s� �f�o�r� �t�h�e� �n�e�x�t� �d�e�c�a�d�e� �w�i�l�l� �b�e� �r�e�d�u�c�e�d� �b�y� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�e�s�t�a�t�e�]�>�>� �s�p�a�r�k�s�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�i�f� �f�a�r�m�h�a�n�d�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �h�a�r�p�y�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �_�
�
 �	�	�	�	�c�o�w�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �p�i�g�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
@@ -34901,7 +35782,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�m�o�d�e�r�n�_�s�t�u�d�y�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�s�t�u�d�y� �=� �'�m�o�d�e�r�n�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35496,7 +36377,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�j�a�p�a�n�_�b�a�t�h�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�a�t�h� �=� �'�j�a�p�a�n�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35625,7 +36506,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�c�o�n�o�m�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�e�c�o�n�o�m�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -35647,7 +36528,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�f�o�r�t�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�f�o�r�t�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�
�
@@ -35669,7 +36550,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�n�t�o�m�b�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�e�n�t�o�m�b�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�
�
@@ -35691,7 +36572,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�c�l�a�s�s�i�c�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�c�l�a�s�s�i�c�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -35713,7 +36594,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�p�a�s�t�o�r�a�l�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�p�a�s�t�o�r�a�l�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -35735,7 +36616,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�g�o�t�h�i�c�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�g�o�t�h�i�c�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -35757,7 +36638,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�x�e�c�u�t�o�r�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�e�x�e�c�u�t�o�r�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�5�
�
@@ -35779,7 +36660,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�s�l�a�v�e�r�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�s�l�a�v�e�r�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�5�
�
@@ -35801,7 +36682,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�v�i�c�t�o�r�i�a�n�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�v�i�c�t�o�r�i�a�n�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35823,7 +36704,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�l�i�t�e�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�e�l�i�t�e�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35845,7 +36726,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�l�u�x�_�d�u�n�g�e�o�n�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�d�u�n�g�e�o�n� �=� �'�l�u�x�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35889,7 +36770,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�c�o�n�o�m�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�e�c�o�n�o�m�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�
�
@@ -35911,7 +36792,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�m�o�d�e�r�n�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�m�o�d�e�r�n�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -35933,7 +36814,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�c�o�m�f�y�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�c�o�m�f�y�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -35955,7 +36836,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�m�a�g�i�c�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�m�a�g�i�c�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35977,7 +36858,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�v�i�c�t�o�r�i�a�n�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�v�i�c�t�o�r�i�a�n�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -35999,7 +36880,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�s�l�a�v�e�r�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�s�l�a�v�e�r�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -36021,7 +36902,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�f�o�r�t�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�f�o�r�t�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
@@ -36043,7 +36924,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�l�i�t�e�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�e�l�i�t�e�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�5�0�
�
@@ -36065,7 +36946,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�g�o�t�h�i�c�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�g�o�t�h�i�c�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�0�
�
@@ -36087,7 +36968,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�l�u�x�_�b�o�u�d�o�i�r�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�b�o�u�d�o�i�r� �=� �'�l�u�x�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�5�0�
�
@@ -36109,7 +36990,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�c�o�n�o�m�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�e�c�o�n�o�m�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -36131,7 +37012,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�b�a�s�i�c�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �2�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�b�a�s�i�c�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
@@ -36153,7 +37034,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�f�o�r�t�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �b�u�d�g�e�t� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �5�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�f�o�r�t�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
@@ -36175,7 +37056,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�g�o�t�h�i�c�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�g�o�t�h�i�c�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
@@ -36197,7 +37078,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�s�l�a�v�e�r�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�s�l�a�v�e�r�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
@@ -36219,7 +37100,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�v�i�c�t�o�r�i�a�n�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�v�i�c�t�o�r�i�a�n�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
@@ -36241,7 +37122,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
 �	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�i�n�t�e�r�i�o�r�s�\�e�l�i�t�e�_�l�a�b�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�G�l�o�r�i�a�]�<�b�r�>�-� �T�h�i�s� �p�r�e�m�i�u�m� �d�e�s�i�g�n� �s�e�t� �i�s� �a�v�a�i�l�a�b�l�e� �f�o�r� �a� �o�n�e�-�t�i�m�e� �f�e�e� �o�f� �1�0�0� �s�p�a�r�k�s�.� �O�u�r� �w�o�r�k�e�r�s� �w�i�l�l� �i�n�s�t�a�l�l� �i�t� �w�i�t�h�i�n� �a� �d�a�y�.�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�$�l�a�b� �=� �'�e�l�i�t�e�'�
�
 �	�	�s�p�a�r�k�s� �-�=� �1�0�0�
�
@@ -36288,11 +37169,12 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�1�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�6�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�1�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�1�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�!�T�e�s�t�i�n�g� �c�o�d�e� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�!� �m�s�g� �'�n�:� �<�<�n�>�>�<�b�r�>�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �n�u�m�:� �<�<�s�p�e�c�i�a�l�i�s�a�t�i�o�n�>�>�<�b�r�>�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �n�a�m�e�:� �<�<�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�>�>�<�b�r�>�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�:� �<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�b�r�>�'�
�
 �	�!�E�n�d� �o�f� �t�e�s�t�i�n�g� �c�o�d�e� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36301,7 +37183,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �6�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�1�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �1�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36328,8 +37210,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�2�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�1�0�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�2�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�2�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36338,7 +37221,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �1�0�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�2�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �2�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36365,8 +37248,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�3�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�2�7�5� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�3�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�3�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36375,7 +37259,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �2�7�5�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�3�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �3�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36402,8 +37286,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�4�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�4�0�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�4�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�4�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36412,7 +37297,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �4�0�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�4�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �4�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36439,8 +37324,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�5�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�5�5�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�5�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�5�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36449,7 +37335,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �5�5�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�5�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �5�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36476,8 +37362,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�6�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�6�6�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�6�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�6�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36486,7 +37373,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �6�6�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�6�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �6�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36513,8 +37400,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�7�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�8�0�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�7�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�7�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36523,7 +37411,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �8�0�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�7�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �7�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36550,8 +37438,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�8�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�9�2�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�8�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�8�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36560,7 +37449,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �9�2�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�8�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �8�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36587,8 +37476,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�9�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�1�0�8�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�9�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�9�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36597,7 +37487,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �1�0�8�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�9�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �9�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36624,8 +37514,9 @@
 �	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�)� �-� �1�
�
 �	�s�p�e�c�i�a�l�i�s�a�t�i�o�n� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�t�x�t� �=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�1�0�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�1�2�0�0� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �T�h�i�s� �i�s� �<�<�$�s�t�o�c�k�_�n�a�m�e�>�>�.� �S�h�e� �s�h�o�u�l�d� �b�e� �p�r�e�p�a�r�e�d� �a�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�$�s�l�a�v�e�_�t�y�p�e�_�n�a�m�e�[�$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�]�>�>�<�/�f�o�n�t�>� �o�f� �<�<�$�r�a�t�i�n�g�[�1�0�]�>�>� �r�a�n�k� �o�r� �h�i�g�h�e�r�.� �P�r�e�p�a�y�m�e�n�t� �f�o�r� �t�h�i�s� �c�o�n�t�r�a�c�t� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�p�r�e�p�a�y�[�1�0�]�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �B�o�n�u�s� �p�a�y�m�e�n�t�s� �o�n� �t�h�e� �b�a�s�i�s� �o�f� �t�h�e� �w�o�r�k� �w�i�l�l� �d�e�p�e�n�d� �o�n� �t�h�e� �s�p�e�e�d� �o�f� �t�r�a�i�n�i�n�g� �a�n�d� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�.� �D�o� �y�o�u� �a�c�c�e�p�t�?�'�
�
 �	�$�y�e�s� �=� �{�
�
+�	�	�d�y�n�a�m�i�c� �$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �&�!� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e�
�
 �	�	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
@@ -36634,7 +37525,7 @@
 �	�	�k�i�l�l�v�a�r� �'�n�'�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �1�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �1�
�
-�	�	�s�p�a�r�k�s� �+�=� �1�2�0�0�
�
+�	�	�s�p�a�r�k�s� �+�=� �p�r�e�p�a�y�[�1�0�]�
�
 �	�	�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �=� �1�0�
�
 �	�	�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]� �=� �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�s�p�e�c�i�a�l�i�s�a�t�i�o�n�]�
�
 �	�	�n�p�c� �=� �0�
�
@@ -36665,10 +37556,10 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�g�u�i�l�d�'�
�
 �	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�i�f� �s�l�a�v�e�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�c�o�n�t�r�a�c�t�[�'�s�p�e�c�i�a�l�i�s�a�t�i�o�n�'�]�]� �>� �0� �a�n�d� �r�a�t�i�n�g� �>�=� �c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�	�n�o�r�m�a�l�_�p�r�i�c�e� �=� �a�u�c�t�i�o�n�_�p�r�i�c�e�[�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�]�
�
+�	�	�n�o�r�m�a�l�_�p�r�i�c�e� �=� �a�u�c�t�i�o�n�_�p�r�i�c�e�[�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�]� �&�!� �t�h�i�s� �i�s� �5�0�%� �o�f� �t�h�e� �c�o�m�m�o�n� �p�r�i�c�e� �f�o�r� �t�h�e� �c�o�n�t�r�a�c�t�e�d� �r�a�t�i�n�g� �l�e�v�e�l� �(�e�.�g�.�,� �5�0�%� �o�f� �5�0�0� �c�o�m�m�o�n� �p�r�i�c�e� �f�o�r� �D�-� �=� �2�5�0� �a�u�c�t�i�o�n� �p�r�i�c�e�)�
�
 �	�	�q�u�a�l�i�t�y�_�b�o�n�u�s� �=� �a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]� �-� �n�o�r�m�a�l�_�p�r�i�c�e� �-� �s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�5�0� �-� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�*�2�0� �-� �s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]�*�2�0� �-� �s�l�a�v�e�[�'�s�c�a�r�s�'�]�*�2�0�
�
-�	�	�t�i�m�e�_�b�o�n�u�s� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�]� �-� �c�o�n�t�r�a�c�t�[�'�t�i�m�e�'�]� �*� �1�0� �&�!� �c�a�n� �b�e� �n�e�g�a�t�i�v�e� �-� �a� �p�e�n�a�l�t�y�
�
-�	�	�i�f� �t�i�m�e�_�b�o�n�u�s� �>� �n�o�r�m�a�l�_�p�r�i�c�e�:� �t�i�m�e�_�b�o�n�u�s� �=� �n�o�r�m�a�l�_�p�r�i�c�e�
�
+�	�	�t�i�m�e�_�b�o�n�u�s� �=� �(�c�o�n�t�r�a�c�t�_�t�i�m�e�[�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�]� �-� �c�o�n�t�r�a�c�t�[�'�t�i�m�e�'�]�)� �*� �1�0� �&�!� �s�p�e�e�d� �a�w�a�r�d�/�p�e�n�a�l�t�y� �i�s� �1�0�$� �p�e�r� �d�a�y�
�
+�	�	�i�f� �t�i�m�e�_�b�o�n�u�s� �>� �0� �a�n�d� �(�r�a�t�i�n�g�/�2�)� �<� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�:� �t�i�m�e�_�b�o�n�u�s� �/�=� �3� �&�!� �s�l�a�v�e�s� �r�a�t�e�d� �b�e�l�o�w� �y�o�u�r� �g�u�i�l�d� �r�a�n�k�i�n�g� �a�r�e� �a�w�a�r�d�e�d� �a� �l�e�s�s�e�r� �s�p�e�e�d� �b�o�n�u�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�f�i�n�a�l�_�b�o�n�u�s� �=� �m�a�x�(�0�,� �n�o�r�m�a�l�_�p�r�i�c�e� �+� �t�i�m�e�_�b�o�n�u�s� �+� �q�u�a�l�i�t�y�_�b�o�n�u�s�)�
�
 �	�	�i�f� �q�u�a�l�i�t�y�_�b�o�n�u�s� �<� �0�:�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0� �a�n�d� �m�a�x�(�s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]�,� �s�l�a�v�e�[�'�s�c�a�r�s�'�]�,� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�)� �>� �0�:�
�
@@ -36684,15 +37575,18 @@
 �	�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �Y�o�u� �s�t�i�l�l� �h�a�v�e� �t�i�m�e� �o�n� �t�h�i�s� �c�o�n�t�r�a�c�t�.� �A�r�e� �y�o�u� �s�u�r�e� �y�o�u� �w�a�n�t� �t�o� �c�o�m�p�l�e�t�e� �i�t� �n�o�w�?�'�
�
 �	�	�	�	�$�y�e�s� �=� �{�
�
 �	�	�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �I� �a�c�c�e�p�t� �t�h�e� �j�o�b�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �I�f� �y�o�u� �n�e�e�d� �m�o�r�e� �w�o�r�k�,� �y�o�u� �k�n�o�w� �w�h�e�r�e� �t�o� �f�i�n�d� �m�e�.�'�
�
-�	�	�	�	�	�s�p�a�r�k�s� �+�=� �f�i�n�a�l�_�b�o�n�u�s�
�
-�	�	�	�	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �0�
�
-�	�	�	�	�	�i�f� �q�u�a�l�i�t�y�_�b�o�n�u�s� �>� �0� �a�n�d� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)�:�
�
-�	�	�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �3�
�
+�	�	�	�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�r�a�t�i�n�g�/�2�)�:�
�
+�	�	�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g� � � �&�!� �c�o�m�p�l�e�t�e�d� �c�o�n�t�r�a�c�t� �o�f� �a�n�y� �l�e�v�e�l� �w�i�t�h� �s�l�a�v�e� �r�a�n�k�e�d� �a�t� �o�r� �a�b�o�v�e� �g�u�i�l�d� �l�e�v�e�l�
�
 �	�	�	�	�	�e�l�s�e�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)�:�
�
-�	�	�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �2�
�
-�	�	�	�	�	�e�l�s�e�i�f� �(�r�a�t�i�n�g�/�3�)� �>�=� �1�:�
�
-�	�	�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �r�a�t�i�n�g�/�3�
�
+�	�	�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g�/�2� �&�!� �c�o�m�p�l�e�t�e�d� �"�+�"� �l�e�v�e�l� �c�o�n�t�r�a�c�t� �o�f� �a�t� �l�e�a�s�t� �s�a�m�e� �t�i�e�r� �a�s� �g�u�i�l�d� �l�e�v�e�l� �(�F�-� �r�e�p�/�D�-� �c�o�n�t�r�a�c�t�,� �D�-� �r�e�p�/�D�+� �c�o�n�t�r�a�c�t�,� �C�-� �r�e�p�/�C�+� �c�o�n�t�r�a�c�t�,� �B�+� �r�e�p�/�B�+� �c�o�n�t�r�a�c�t�,� �A�+� �r�e�p�/�A�+� �c�o�n�t�r�a�c�t�)�
�
+�	�	�	�	�	�e�l�s�e�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�+�1�)�/�2�:�
�
+�	�	�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� � � � � � � � � � � � �&�!� �c�o�m�p�l�e�t�e�d� �"�-�"� �l�e�v�e�l� �c�o�n�t�r�a�c�t� �o�f� �a�t� �l�e�a�s�t� �s�a�m�e� �t�i�e�r� �a�s� �g�u�i�l�d� �l�e�v�e�l� �(�D�-� �r�e�p�/�D�-� �c�o�n�t�r�a�c�t�,� �C�-� �r�e�p�/�C�-� �c�o�n�t�r�a�c�t�,� �B�+� �r�e�p�/�B�-� �c�o�n�t�r�a�c�t�,� �A�+� �r�e�p�/�A�-� �c�o�n�t�r�a�c�t�)�
�
+�	�	�	�	�	�e�n�d�
�
+�	�	�	�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �m�a�x�(�(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�+�1�)�/�2�,� �r�a�t�i�n�g�/�2�)�:�
�
+�	�	�	�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �I� �m�u�s�t� �s�a�y�,� �y�o�u� �h�a�v�e� �i�n�c�r�e�a�s�e�d� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n�&  �d�o� �y�o�u� �w�a�n�t� �t�o� �g�e�t� �t�o�g�e�t�h�e�r� �o�v�e�r� �a� �d�r�i�n�k� �o�r� �a� �s�l�a�v�e�g�i�r�l� �s�o�m�e�t�i�m�e�?�'�
�
 �	�	�	�	�	�e�n�d�
�
+�	�	�	�	�	�s�p�a�r�k�s� �+�=� �f�i�n�a�l�_�b�o�n�u�s�
�
+�	�	�	�	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �0�
�
 �	�	�	�	�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �g�a�v�e�_�g�u�i�l�d�_�i�l�l�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�	�	�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �g�a�v�e�_�g�u�i�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�	�	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
@@ -36711,19 +37605,49 @@
 �	�	�	�e�n�d�
�
 �	�	�e�l�s�e�
�
 �	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�I�S�T�R�E�S�S� �A�N�G�E�L�I�K�A�]�<�b�r�>�-� �G�o�o�d� �j�o�b�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �N�o�r�m�a�l� �p�r�i�c�e� �f�o�r� �a� �<�<�$�r�a�t�i�n�g�[�c�o�n�t�r�a�c�t�[�"�l�e�v�e�l�"�]�]�>�>� �s�l�a�v�e� �i�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�n�o�r�m�a�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �Q�u�a�l�i�t�y� �a�w�a�r�d�:� �<�f�o�n�t� �c�o�l�o�r�=�"�<�<�i�i�f�(�q�u�a�l�i�t�y�_�b�o�n�u�s� �<� �0�,� �'�'�#�C�D�0�0�0�0�'�'�,� �'�'�#�0�0�0�0�D�8�'�'�)�>�>�"�>�<�<�q�u�a�l�i�t�y�_�b�o�n�u�s�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �S�p�e�e�d� �a�w�a�r�d�:� �<�f�o�n�t� �c�o�l�o�r�=�"�<�<�i�i�f�(�t�i�m�e�_�b�o�n�u�s� �<� �0�,� �'�'�#�C�D�0�0�0�0�'�'�,� �'�'�#�0�0�0�0�D�8�'�'�)�>�>�"�>�<�<�t�i�m�e�_�b�o�n�u�s�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.�<�b�r�>� � �I�n� �t�o�t�a�l�:� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�<�f�i�n�a�l�_�b�o�n�u�s�>�>� �s�p�a�r�k�s�<�/�f�o�n�t�>�.� �I�f� �y�o�u� �n�e�e�d� �m�o�r�e� �w�o�r�k�,� �y�o�u� �k�n�o�w� �w�h�e�r�e� �t�o� �f�i�n�d� �m�e�.�'�
�
-�	�	�	�i�f� �(�q�u�a�l�i�t�y�_�b�o�n�u�s� �>� �0� �a�n�d� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)�)� �o�r� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)� �o�r� �(�r�a�t�i�n�g�/�3�)� �>�=� �1�:�
�
+�	�	�	�!�W�e� �w�a�n�t� �t�o� �r�e�w�a�r�d� �t�u�r�n�i�n�g� �i�n� �s�l�a�v�e�s� �b�e�t�t�e�r� �t�h�a�n� �r�e�q�u�e�s�t�e�d� �b�y� �t�h�e� �c�o�n�t�r�a�c�t�,� �b�u�t� �w�e� �a�l�r�e�a�d�y� �d�o� �t�h�i�s� �w�i�t�h� �e�x�t�r�a� �s�p�a�r�k�s� �(�q�u�a�l�i�t�y� �b�o�n�u�s�)�.�
�
+�	�	�	�!�R�e�w�a�r�d�i�n�g� �e�x�c�e�e�d�i�n�g� �c�o�n�t�r�a�c�t� �l�e�v�e�l� �w�i�t�h�i�n� �c�u�r�r�e�n�t� �t�i�e�r� �w�i�t�h� �e�x�t�r�a� �r�e�p� �(�a�s� �w�e� �c�u�r�r�e�n�t�l�y� �d�o�)� �c�r�e�a�t�e�s� �a� �p�e�r�v�e�r�s�e� �i�n�c�e�n�t�i�v�e� �t�o� �t�a�k�e� �"�-�"� �c�o�n�t�r�a�c�t�s� �t�o� �q�u�a�l�i�f�y� �f�o�r� �b�o�n�u�s� �r�e�p�.�
�
+�	�	�	�!�I�n�s�t�e�a�d�,� �w�e� �w�a�n�t� �t�o� �g�i�v�e� �b�o�n�u�s� �r�e�p�u�t�a�t�i�o�n� �f�o�r� �t�u�r�n�i�n�g� �i�n� �s�l�a�v�e�s� �r�a�t�e�d� �b�e�t�t�e�r� �t�h�a�n� �t�h�e� �c�u�r�r�e�n�t� �g�u�i�l�d� �l�e�t�t�e�r� �g�r�a�d�e�,� �i�r�r�e�s�p�e�c�t�i�v�e� �o�f� �c�o�n�t�r�a�c�t� �l�e�v�e�l�.� �T�h�i�s� �w�o�u�l�d� �b�e� �a� �s�l�a�v�e� �r�a�n�k�e�d� �b�e�t�t�e�r� �t�h�a�n� �t�h�e� �h�i�g�h�e�s�t� �c�o�n�t�r�a�c�t� �t�h�e� �g�u�i�l�d� �o�f�f�e�r�s� �y�o�u�.�
�
+�	�	�	�!�I�f� �t�h�e� �s�l�a�v�e� �r�a�t�i�n�g� �i�t�s�e�l�f� �i�s� �n�o�t� �a�n� �a�c�h�i�e�v�e�m�e�n�t�,� �w�e� �d�o� �n�o�t� �w�a�n�t� �t�o� �g�i�v�e� �a�n�y� �r�e�p�u�t�a�t�i�o�n� �f�o�r� �c�o�m�p�l�e�t�i�n�g� �c�o�n�t�r�a�c�t�s� �b�e�l�o�w� �t�h�e� �c�u�r�r�e�n�t� �g�u�i�l�d� �l�e�t�t�e�r� �g�r�a�d�e�.�
�
+�	�	�	�!�I�f� �y�o�u�r� �g�u�i�l�d� �r�e�p� �i�s� �C�-�,� �a� �D�-� �o�r� �D�+� �c�o�n�t�r�a�c�t� �i�s� �b�e�n�e�a�t�h� �y�o�u�,� �b�u�t� �i�f� �y�o�u� �t�a�k�e� �a� �D�-� �c�o�n�t�r�a�c�t� �a�n�d� �d�e�l�i�v�e�r� �a� �B�-� �s�l�a�v�e�,� �B� �i�s� �a�b�o�v�e� �C�,� �s�o� �t�h�a�t�'�s� �s�t�i�l�l� �a�n� �a�c�h�i�e�v�e�m�e�n�t�.�
�
+�	�	�	�!�T�h�e�r�e�f�o�r�e�,� �c�o�m�p�l�e�t�i�n�g� �a� �c�o�n�t�r�a�c�t� �w�i�t�h� �a� �s�l�a�v�e� �r�a�t�e�d� �a�b�o�v�e� �g�u�i�l�d� �l�e�t�t�e�r� �g�r�a�d�e� �w�i�l�l� �a�w�a�r�d� �b�o�n�u�s� �r�e�p�u�t�a�t�i�o�n�,� �t�h�e� �b�e�t�t�e�r� �t�h�e� �s�l�a�v�e�,� �t�h�e� �m�o�r�e� �r�e�p�u�t�a�t�i�o�n�.�
�
+�	�	�	�!�O�t�h�e�r�w�i�s�e�,� �c�o�m�p�l�e�t�i�n�g� �a� �"�+�"� �c�o�n�t�r�a�c�t� �o�f� �a�t� �l�e�a�s�t� �t�h�e� �s�a�m�e� �l�e�t�t�e�r� �g�r�a�d�e� �a�s� �g�u�i�l�d� �r�e�p�u�t�a�t�i�o�n� �w�i�l�l� �a�w�a�r�d� �r�e�p�u�t�a�t�i�o�n� �a�c�c�o�r�d�i�n�g� �t�o� �t�h�e� �l�e�v�e�l� �o�f� �t�h�e� �c�o�n�t�r�a�c�t�,� �b�u�t� �l�e�s�s� �t�h�a�n� �i�f� �t�h�e� �s�l�a�v�e� �h�a�d� �a� �h�i�g�h�e�r� �r�a�t�i�n�g� �t�h�a�n� �t�h�e� �g�u�i�l�d� �l�e�t�t�e�r� �g�r�a�d�e� �(�F�-� �g�u�i�l�d� �r�e�p�u�t�a�t�i�o�n� �i�s� �a� �s�p�e�c�i�a�l� �c�a�s�e� �b�e�c�a�u�s�e� �t�h�e� �D�-� �c�o�n�t�r�a�c�t� �i�s� �t�h�e� �h�i�g�h�e�s�t� �a�v�a�i�l�a�b�l�e� �a�n�d� �s�o� �i�t� �q�u�a�l�i�f�i�e�s� �f�o�r� �t�h�i�s� �a�w�a�r�d� �c�a�t�e�g�o�r�y�)�.�
�
+�	�	�	�!�O�t�h�e�r�w�i�s�e�,� �c�o�m�p�l�e�t�i�n�g� �a� �"�-�"� �c�o�n�t�r�a�c�t� �o�f� �a�t� �l�e�a�s�t� �t�h�e� �s�a�m�e� �l�e�t�t�e�r� �g�r�a�d�e� �a�s� �g�u�i�l�d� �r�e�p�u�t�a�t�i�o�n� �w�i�l�l� �a�w�a�r�d� �a� �f�i�x�e�d� �a�m�o�u�n�t� �o�f� �r�e�p�u�t�a�t�i�o�n�,� �l�e�s�s� �t�h�a�n� �a� �"�+�"� �c�o�n�t�r�a�c�t� �(�w�e� �d�o�n�'�t� �a�l�l�o�w� �c�o�n�t�r�a�c�t�s� �o�f� �h�i�g�h�e�r� �t�i�e�r� �t�h�a�n� �g�u�i�l�d� �l�e�v�e�l� �[�e�x�c�e�p�t� �F�-�/�D�-�]�,� �b�u�t� �"�a�t� �l�e�a�s�t�"� �i�n� �c�a�s�e� �w�e� �e�v�e�r� �d�o�)�.�
�
+�	�	�	�!�T�h�e�s�e� �c�a�n�n�o�t� �b�e� �c�o�m�b�i�n�e�d�,� �s�o� �y�o�u� �a�l�w�a�y�s� �g�e�t� �m�a�x�i�m�u�m� �r�e�p�u�t�a�t�i�o�n� �f�o�r� �a�n� �S�+� �s�l�a�v�e�,� �a�n�d� �y�o�u� �g�e�t� �n�o� �r�e�p�u�t�a�t�i�o�n� �f�o�r� �a� �l�o�w�-�t�i�e�r� �c�o�n�t�r�a�c�t�.� �L�o�w�-�t�i�e�r� �i�s� �a�n�y� �c�o�n�t�r�a�c�t� �o�t�h�e�r� �t�h�a�n� �t�h�e� �h�i�g�h�e�s�t� �a�v�a�i�l�a�b�l�e� �a�n�d� �t�h�e� �o�n�e� �j�u�s�t� �b�e�l�o�w� �t�h�a�t�.�
�
+�	�	�	�!�B�e�l�o�w� �a�r�e� �s�o�m�e� �w�a�y�s� �t�h�a�t� �p�l�a�y�e�r�s� �c�a�n� �r�e�a�c�h� �S�+� �g�u�i�l�d� �r�e�p�u�t�a�t�i�o�n�:�
�
+�	�	�	�!� �5� � �c�o�n�t�r�a�c�t�s� �f�r�o�m� �F�-� �t�o� �S�+� �g�u�i�l�d� �r�e�p�:� � �t�u�r�n� �i�n� �S�+� �s�l�a�v�e�s� �f�o�r� �e�v�e�r�y� �c�o�n�t�r�a�c�t�
�
+�	�	�	�!� � � � �1�s�t� �[�F�-� �r�e�p�,� �t�u�r�n� �i�n� �S�+� �r�a�t�i�n�g�]� �t�o� �1�5� �p�t�s�,� �2�n�d� �[�C�-�,� �S�+�]� �t�o� �3�0� �p�t�s�,� �3�r�d� �[�B�+�,� �S�+�]� �t�o� �4�5� �p�t�s�,� �4�t�h�,�5�t�h� �[�A�+�,� �S�+�]� �t�o� �6�0�,�7�5� �p�t�s�
�
+�	�	�	�!� �7� � �c�o�n�t�r�a�c�t�s� �f�r�o�m� �F�-� �t�o� �S�+� �g�u�i�l�d� �r�e�p�:� � �t�u�r�n� �i�n� �s�l�a�v�e�s� �j�u�s�t� �a�b�o�v�e� �g�u�i�l�d� �l�e�v�e�l�
�
+�	�	�	�!� � � � �1�s�t� �[�F�-� �r�e�p�,� �t�u�r�n� �i�n� �D�-� �r�a�t�i�n�g�]� �t�o� �6� �p�t�s�,� � �2�n�d� �[�D�-�,� �C�-�]� �t�o� �1�4� �p�t�s�,� �3�r�d� �[�C�-�,� �B�-�]� �t�o� �2�4� �p�t�s�,� �4�t�h�,�5�t�h� �[�B�+�,� �A�-�]� �t�o� �3�6�,�4�8� �p�t�s�,� �6�t�h�,�7�t�h� �[�A�+�,� �S�-�]� �t�o� �6�2�,�7�6� �p�t�s�
�
+�	�	�	�!� �1�1� �c�o�n�t�r�a�c�t�s� �f�r�o�m� �F�-� �t�o� �S�+� �g�u�i�l�d� �r�e�p�:� � �a�l�w�a�y�s� �t�a�k�e� �c�o�n�t�r�a�c�t�s� �a�t� �h�i�g�h�e�s�t� �l�e�v�e�l� �a�v�a�i�l�a�b�l�e� �a�n�d� �d�o� �n�o�t� �t�r�a�i�n� �s�l�a�v�e�s� �a�b�o�v�e� �g�u�i�l�d� �r�a�n�k�
�
+�	�	�	�!� � � � �1�s�t� �[�F�-� �r�e�p�,� �t�u�r�n� �i�n� �D�-� �r�a�t�i�n�g�]� �t�o� �6� �p�t�s�,� �2�n�d� �[�D�-�,� �D�+�]� �t�o� �1�1� �p�t�s�,� �3�r�d�,�4�t�h� �[�C�-�,� �C�+�]� �t�o� �1�7�,�2�3� �p�t�s�,� �5�t�h�,�6�t�h�,�7�t�h� �[�B�+�,� �B�+�]� �t�o� �2�9�,�3�5�,�4�1� �p�t�s�,� �8�t�h�,�9�t�h�,�1�0�t�h�,�1�1�t�h� �[�A�+�,� �A�+�]� �t�o� �4�8�,�5�5�,�6�2�,�6�9�,�7�6� �p�t�s�
�
+�	�	�	�!� �1�5� �c�o�n�t�r�a�c�t�s� �f�r�o�m� �F�-� �t�o� �S�+� �g�u�i�l�d� �r�e�p�:� � �a�l�w�a�y�s� �t�a�k�e� �"�-�"� �c�o�n�t�r�a�c�t�s� �a�t� �h�i�g�h�e�s�t� �l�e�v�e�l� �a�v�a�i�l�a�b�l�e� �a�n�d� �d�o� �n�o�t� �t�r�a�i�n� �s�l�a�v�e�s� �a�b�o�v�e� �g�u�i�l�d� �r�a�n�k� �(�7�5�p�t�s� �f�o�r� �S�+� �r�e�p�/�5�p�t�s� �p�e�r� �c�o�n�t�r�a�c�t� �=� �1�5� �c�o�n�t�r�a�c�t�s�)�
�
+�	�	�	�!� � � � �1�s�t� �[�F�-� �r�e�p�,� �t�u�r�n� �i�n� �D�-� �r�a�t�i�n�g�]� �t�o� �6� �p�t�s�,� �2�n�d� �[�D�-�,� �D�-�]� �t�o� �1�1� �p�t�s�,� �3�r�d�,�4�t�h� �[�C�-�,� �C�-�]� �t�o� �1�6�,�2�1� �p�t�s�,� �5�t�h�,�6�t�h�,�7�t�h�,�8�t�h� �[�B�+�,� �B�-�]� �t�o� �2�6�,�3�1�,�3�6�,�4�1� �p�t�s�,� �9�t�h�,�1�0�t�h�,�1�1�t�h�,�1�2�t�h�,�1�3�t�h�,�1�4�t�h�,�1�5�t�h� �[�A�+�,� �A�+�]� �t�o� �4�6�,�5�1�,�5�6�,�6�1�,�6�6�,�7�1�,�7�6� �p�t�s�
�
+�	�	�	�!�M�o�s�t� �p�l�a�y�e�r�s� �w�i�l�l� �p�r�o�b�a�b�l�y� �f�a�l�l� �b�e�t�w�e�e�n� �1�0� �a�n�d� �2�0� �c�o�n�t�r�a�c�t�s�,� �a�s� �t�h�e�y� �w�i�l�l� �t�r�y� �f�o�r� �q�u�a�l�i�t�y� �b�o�n�u�s�e�s� �b�u�t� �m�a�y� �r�e�p�e�a�t� �s�o�m�e� �l�o�w�e�r� �t�i�e�r� �c�o�n�t�r�a�c�t�s� �t�h�a�t� �d�o� �n�o�t� �a�w�a�r�d� �r�e�p�u�t�a�t�i�o�n�.�
�
+�	�	�	�!�B�e�l�o�w� �c�h�a�r�t� �s�h�o�w�s� �w�h�i�c�h� �t�i�e�r� �c�o�n�t�r�a�c�t�/�s�l�a�v�e� �r�a�t�i�n�g� �i�s� �c�o�n�s�i�d�e�r�e�d� �t�h�e� �s�a�m�e� �a�s� �w�h�i�c�h� �g�u�i�l�d� �l�e�v�e�l�:�
�
+�	�	�	�!� �D�-� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�4�0� �d�a�y�s�)� � �l�e�v�e�l� �1� � � �/�2� �=� �0� � �=� � �F�-� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�0�-�4� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �D�+� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�4�5� �d�a�y�s�)� � �l�e�v�e�l� �2� � � �/�2� �=� �1� � �=� � �D�-� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�5�-�9� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �C�-� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�5�5� �d�a�y�s�)� � �l�e�v�e�l� �3� � � �/�2� �=� �1� � �=� � �D�-� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�5�-�9� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �C�+� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�6�0� �d�a�y�s�)� � �l�e�v�e�l� �4� � � �/�2� �=� �2� � �=� � �C�-� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�1�0�-�1�9� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �B�-� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�7�0� �d�a�y�s�)� � �l�e�v�e�l� �5� � � �/�2� �=� �2� � �=� � �C�-� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�1�0�-�1�9� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �B�+� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�9�0� �d�a�y�s�)� � �l�e�v�e�l� �6� � � �/�2� �=� �3� � �=� � �B�+� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�2�0�-�3�9� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �A�-� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�1�0�0� �d�a�y�s�)� �l�e�v�e�l� �7� � � �/�2� �=� �3� � �=� � �B�+� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�2�0�-�3�9� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �A�+� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�1�1�0� �d�a�y�s�)� �l�e�v�e�l� �8� � � �/�2� �=� �4� � �=� � �A�+� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�4�0�-�7�4� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �S�-� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�1�2�0� �d�a�y�s�)� �l�e�v�e�l� �9� � � �/�2� �=� �4� � �=� � �A�+� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�4�0�-�7�4� �r�e�p� �p�t�s�)�
�
+�	�	�	�!� �S�+� �c�o�n�t�r�a�c�t�/�r�a�t�i�n�g� �(�1�4�0� �d�a�y�s�)� �l�e�v�e�l� �1�0� � �/�2� �=� �5� � �=� � �S�+� �g�u�i�l�d� �r�e�p� �l�e�v�e�l� �(�7�5�+� �r�e�p� �p�t�s�)�
�
+�	�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�r�a�t�i�n�g�/�2�)�:�
�
+�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g� � � �&�!� �c�o�m�p�l�e�t�e�d� �c�o�n�t�r�a�c�t� �o�f� �a�n�y� �l�e�v�e�l� �w�i�t�h� �s�l�a�v�e� �r�a�n�k�e�d� �a�t� �o�r� �a�b�o�v�e� �g�u�i�l�d� �l�e�v�e�l�
�
+�	�	�	�e�l�s�e�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)�:�
�
+�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g�/�2� �&�!� �c�o�m�p�l�e�t�e�d� �"�+�"� �l�e�v�e�l� �c�o�n�t�r�a�c�t� �o�f� �a�t� �l�e�a�s�t� �s�a�m�e� �t�i�e�r� �a�s� �g�u�i�l�d� �l�e�v�e�l� �(�F�-� �r�e�p�/�D�-� �c�o�n�t�r�a�c�t�,� �D�-� �r�e�p�/�D�+� �c�o�n�t�r�a�c�t�,� �C�-� �r�e�p�/�C�+� �c�o�n�t�r�a�c�t�,� �B�+� �r�e�p�/�B�+� �c�o�n�t�r�a�c�t�,� �A�+� �r�e�p�/�A�+� �c�o�n�t�r�a�c�t�)�
�
+�	�	�	�e�l�s�e�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�+�1�)�/�2�:�
�
+�	�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� � � � � � � � � � � � �&�!� �c�o�m�p�l�e�t�e�d� �"�-�"� �l�e�v�e�l� �c�o�n�t�r�a�c�t� �o�f� �a�t� �l�e�a�s�t� �s�a�m�e� �t�i�e�r� �a�s� �g�u�i�l�d� �l�e�v�e�l� �(�D�-� �r�e�p�/�D�-� �c�o�n�t�r�a�c�t�,� �C�-� �r�e�p�/�C�-� �c�o�n�t�r�a�c�t�,� �B�+� �r�e�p�/�B�-� �c�o�n�t�r�a�c�t�,� �A�+� �r�e�p�/�A�-� �c�o�n�t�r�a�c�t�)�
�
+�	�	�	�e�n�d�
�
+�	�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �m�a�x�(�(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�+�1�)�/�2�,� �r�a�t�i�n�g�/�2�)�:�
�
 �	�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �I� �m�u�s�t� �s�a�y�,� �y�o�u� �h�a�v�e� �i�n�c�r�e�a�s�e�d� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n�&  �d�o� �y�o�u� �w�a�n�t� �t�o� �g�e�t� �t�o�g�e�t�h�e�r� �o�v�e�r� �a� �d�r�i�n�k� �o�r� �a� �s�l�a�v�e�g�i�r�l� �s�o�m�e�t�i�m�e�?�'�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
 �	�	�s�p�a�r�k�s� �+�=� �f�i�n�a�l�_�b�o�n�u�s�
�
 �	�	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�0�]�]� �=� �0�
�
-�	�	�i�f� �q�u�a�l�i�t�y�_�b�o�n�u�s� �>� �0� �a�n�d� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)�:�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �3�
�
-�	�	�e�l�s�e�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�c�o�n�t�r�a�c�t�[�'�l�e�v�e�l�'�]�/�2�)�:�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �2�
�
-�	�	�e�l�s�e�i�f� �(�r�a�t�i�n�g�/�3�)� �>�=� �1�:�
�
-�	�	�	�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �r�a�t�i�n�g�/�3�
�
-�	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �g�a�v�e�_�g�u�i�l�d�_�i�l�l�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �g�a�v�e�_�g�u�i�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
@@ -36755,7 +37679,7 @@
 �	�!�b�a�s�i�c�_�b�u�y�e�r� �=� �r�a�n�d�(�1�,�n�)�
�
 �	�!�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�$�b�a�s�i�c�_�b�u�y�e�r�[�b�a�s�i�c�_�b�u�y�e�r�]�]� �>� �0�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�d�v�a�n�c�e�d�_�e�n�c�o�u�n�t�e�r�'�
�
 �	�!�i�f� �f�o�r�u�m�_�v�i�s�i�t�e�d� �=� �0�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�f�o�r�u�m�_�f�i�r�s�t�_�v�i�s�i�t�'�
�
-�	�!�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �=� �1�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�f�o�r�u�m�_�r�e�v�i�s�i�t�'�
�
+�	�!�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �=� �1�:� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�f�o�r�u�m�_�r�e�v�i�s�i�t�'�
�
 �	�c�o�p�y�a�r�r� �'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�,� �'�$�f�o�r�u�m�_�o�p�t�i�o�n�s�'�
�
 �	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �e�n�d�
�
@@ -36774,7 +37698,7 @@
 �	�c�i�t�y�_�f�o�r�m� �=� �1�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �=� �0� �a�n�d� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �2�:�
�
+�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �=� �0� �a�n�d� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �2�:�
�
 �	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �1�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �p�r�o�d�u�c�t�i�v�e�l�y� �s�p�e�n�d� �y�o�u�r� �t�i�m�e� �a�t� �t�h�e� �f�o�r�u�m�,� �s�p�r�e�a�d�i�n�g� �v�i�c�i�o�u�s� �r�u�m�o�r�s� �a�b�o�u�t� �y�o�u�r� �c�o�m�p�e�t�i�t�o�r�s� �o�u�t� �o�f� �t�h�e� �g�u�i�l�d� �a�n�d� �p�r�a�i�s�i�n�g� �t�o� �t�h�e� �s�k�i�e�s� �y�o�u�r� �o�w�n� �g�o�o�d�s�.� �T�h�i�s� �s�u�r�e�l�y� �w�i�l�l� �h�a�v�e� �a� �p�o�s�i�t�i�v�e� �i�m�p�a�c�t� �o�n� �t�h�e� �r�e�p�u�t�a�t�i�o�n� �o�f� �y�o�u�r� �b�r�a�n�d�.�'�
�
 �	�e�l�s�e�
�
@@ -36989,7 +37913,7 @@
 �	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �5�:�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�C�A�P�T�A�I�N� �D�U�R�W�A�R�D�]�<�b�r�>�-� �T�h�i�s� �a�b�o�d�e� �i�s� �n�o�t� �f�o�r� �m�e�r�e� �m�o�r�t�a�l�s�.� �W�h�a�t� �b�u�s�i�n�e�s�s� �b�r�i�n�g�s� �y�o�u� �t�o� �t�h�e� �V�a�t�i�c�a�n�?�'�
�
 �	�e�n�d�
�
-�	�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �2� �a�n�d� �j�u�l�i�a�_�m�e�t� �=� �0�:�
�
+�	�i�f� �j�u�l�i�a�_�s�t�a�r�t� �=� �-�1� �a�n�d� �j�u�l�i�a�_�m�e�t� �=� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�	�$�t�e�x�t�[�2�]� �=� �'� � �R�e�c�a�l�l�i�n�g� �t�h�e� �l�e�t�t�e�r� �y�o�u� �r�e�c�e�i�v�e�d�,� �y�o�u� �i�n�q�u�i�r�e� �a�b�o�u�t� �t�h�e� �w�h�e�r�e�a�b�o�u�t�s� �o�f� �J�o�h�a�n�n�a�,� �b�u�t� �i�t� �s�e�e�m�s� �s�h�e� �i�s� �n�o�t� �a�v�a�i�l�a�b�l�e� �a�t� �t�h�e� �m�o�m�e�n�t�.� �M�e�a�n�w�h�i�l�e�,� �i�f� �y�o�u�r� �s�i�s�t�e�r� �r�e�a�l�l�y� �d�i�d� �c�o�m�e� �h�e�r�e� �s�o�m�e�h�o�w�,� �y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �m�a�k�e� �a� �p�l�a�c�e� �f�o�r� �h�e�r�,� �w�h�i�c�h� �m�e�a�n�s� �y�o�u� �n�e�e�d� �t�o� �d�o� �s�o�m�e�t�h�i�n�g� �w�i�t�h� �y�o�u�r� �c�u�r�r�e�n�t� �s�l�a�v�e�& '�
�
 �	�	�e�l�s�e�
�
@@ -37075,7 +37999,6 @@
 �	�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�'�]� �=� �0�
�
 �	�$�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�s�u�n�_�d�r�e�s�s�'�
�
 �	�s�l�a�v�e�[�'�n�e�w�n�e�s�s�'�]� �=� �1�
�
-�	�i�f� �n�o�_�l�o�l�i� �!� �1�:� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�
�
 �
�
 �	�!� �m�a�t�c�h� �v�i�s�u�a�l�s� �w�i�t�h� �t�e�x�t�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�j�u�l�i�a�_�m�e�e�t�i�n�g�'�
�
@@ -37115,8 +38038,7 @@
 �	�	�!� �s�h�o�w� �j�u�l�i�a� �o�n� �s�m�a�l�l� �w�h�i�t�e� �t�o�w�n� �b�a�c�k�g�r�o�u�n�d�
�
 �	�	�n�p�c� �=� �1�
�
 �	�	�$�n�p�c�_�i�d� �=� �'�j�u�l�i�a�'�
�
-�	�	�$�p�l�a�c�e� �=� �'�w�h�i�t�e�_�s�t�r�e�e�t�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�8�]� �=� �'�b�g�\�w�h�i�t�e�_�c�i�t�y�_�s�m�a�l�l�.�p�n�g�'�
�
+�	�	�$�p�l�a�c�e� �=� �'�w�h�i�t�e�_�s�t�r�e�e�t�_�r�e�n�t�a�l�'�
�
 �	�}�
�
 �e�n�d�
�
 �
�
@@ -37415,14 +38337,12 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
 �	�g� �=� �r�a�n�d�(�1�,�2�)�
�
 �	�i�f� �g� �=� �1�:�
�
-�	�	�$�b�g�_�p�a�t�h� � �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�1�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�2�.�p�n�g�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�3�.�p�n�g�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�1�.�p�n�g�'�
�
 �	�e�l�s�e�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�o�-�1�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�o�-�2�.�p�n�g�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�o�-�3�.�p�n�g�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�o�-�1�.�p�n�g�'�
�
 �	�e�n�d�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�2�.�p�n�g�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�3�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�'�
�
 �e�n�d�
�
 �
�
@@ -37431,20 +38351,21 @@
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �1�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �0�:�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�1�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�n�e�-�1�.�p�n�g�'�
�
 �	�e�l�s�e�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�a�n�a�l�-�1�'� �&�!� �i�m�a�g�e� �s�h�o�w�s� �a�n� �e�r�e�c�t�i�o�n�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�a�n�a�l�-�1�.�p�n�g�'� �&�!� �i�m�a�g�e� �s�h�o�w�s� �a�n� �e�r�e�c�t�i�o�n�
�
 �	�e�n�d�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�a�n�a�l�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�a�n�a�l�-�3�.�p�n�g�'�
�
-�	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�a�n�a�l�'�
�
+�	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�o�r�a�l�'�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �2�2�2�3�:�
�
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �1�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �1�
�
+�	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&�!� �n�o� �s�t�r�e�n�g�t�h� �i�n�c�r�e�a�s�e�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�r�a�l�-�1�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�r�a�l�-�1�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�r�a�l�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�o�r�a�l�-�3�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�o�r�a�l�'�
�
@@ -37454,8 +38375,9 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �1�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �1�
�
 �	�i�s�_�m�a�s�t�e�r�_�v�i�r�g�i�n� �=� �0�
�
+�	�e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&�!� �n�o� �s�t�r�e�n�g�t�h� �i�n�c�r�e�a�s�e�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�p�a�i�z�u�r�i�-�1�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�p�a�i�z�u�r�i�-�1�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�p�a�i�z�u�r�i�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�p�a�i�z�u�r�i�-�3�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�p�a�i�z�u�r�i�'�
�
@@ -37468,20 +38390,22 @@
 �	�!�T�u�r�n�s� �o�n� �e�n�h�a�n�c�e�d� �L�o�l�i� �t�e�x�t� �o�n�c�e� �u�s�e�r� �h�a�s� �p�r�o�v�e�n� �t�h�e�y� �h�a�v�e� �a� �p�r�e�f�e�r�e�n�c�e� �f�o�r� �l�o�l�i�s�.�
�
 �	�l�o�l�i�s�_�r�e�n�t�e�d� �+�=� �1�
�
 �	�i�f� �l�o�l�i�s�_�r�e�n�t�e�d� �>�=� �l�o�l�i�s�_�r�e�n�t�e�d�_�t�h�r�e�s�h�o�l�d� �a�n�d� �p�e�r�v�_�r�e�v�e�a�l�e�d� �<� �1� �a�n�d� �(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>� �-�2� �o�r� �i�s�_�p�e�r�v� �=� �1�)�:�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�$�n�p�c�_�i�m�a�g�e�[�"�m�a�d�a�m�e�_�j�o�f�r�e�"�]�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�$�n�p�c�_�i�m�a�g�e�[�"�m�a�d�a�m�e�_�j�o�f�r�e�"�]�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�3�.�p�n�g�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �{� �n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�m�a�d�a�m�e�_�j�o�f�r�e�'� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�m�a�d�a�m�e�_�j�o�f�r�e�'� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�3�]� �=� �{� �n�p�c� �=� �0� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�2�.�p�n�g�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�1�[�1�]� �=� �'� � �T�h�e� �h�a�l�l� �i�s� �f�u�l�l� �o�f� �b�e�a�u�t�i�f�u�l� �w�o�m�e�n�,� �v�i�s�i�o�n�s� �o�f� �r�i�p�e�n�e�d� �f�e�m�a�l�e� �s�e�x�u�a�l�i�t�y�.� �P�e�r�v�e�r�s�e�l�y�,� �h�o�w�e�v�e�r�,� �y�o�u� �a�r�e� �d�r�a�w�n� �t�o� �a� �l�o�v�e�l�y� �l�i�t�t�l�e� �g�i�r�l�.�<�b�r�>�<�b�r�>� � �A�s� �y�o�u� �l�e�a�d� �h�e�r� �t�o�w�a�r�d� �a� �r�o�o�m�,� �M�a�d�a�m�e� �J�o�f�r�e� �s�t�o�p�s� �y�o�u�.� �W�i�t�h� �a� �l�o�o�k� �o�f� �w�r�y� �a�m�u�s�e�m�e�n�t� �a�t� �t�h�e� �c�h�i�l�d� �y�o�u� �h�a�v�e� �s�e�l�e�c�t�e�d� �f�o�r� �y�o�u�r� �p�l�e�a�s�u�r�e�,� �s�h�e� �n�o�t�e�s�:�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�1�[�2�]� �=� �'� � �[�M�A�D�A�M�E� �J�O�F�R�E�]�<�b�r�>�-� �M�o�n�s�i�e�u�r� �c�o�m�e�s� �h�e�r�e� �o�f�t�e�n� �f�o�r� �t�h�e� �l�i�t�t�l�e� �o�n�e�s�,� �n�o�n�?� �M�o�s�t� �m�e�n� �d�o� �n�o�t� �a�p�p�r�e�c�i�a�t�e� �t�h�e� �b�e�a�u�t�y� �o�f� �y�o�u�t�h�.� �S�o�m�e� �m�i�g�h�t� �s�a�m�p�l�e� �a� �c�h�i�l�d�,� �b�u�t� �t�h�e�y� �a�r�e� �n�o�t� �t�r�u�e� �c�o�n�n�o�i�s�s�e�u�r�s�,� �n�o�t� �c�o�m�f�o�r�t�a�b�l�e� �w�i�t�h� �s�u�c�h� �n�a�t�u�r�a�l� �d�e�s�i�r�e�s�.� �B�u�t� �p�e�r�h�a�p�s� �a� �m�a�n� �w�i�t�h� �y�o�u�r� �h�i�g�h�l�y�-�d�e�v�e�l�o�p�e�d� �t�a�s�t�e�s�&  �P�e�r�m�i�t� �m�e� �t�o� �o�f�f�e�r� �y�o�u� �a� �n�e�w� �o�p�t�i�o�n� �i�n� �y�o�u�r� �S�e�t�t�i�n�g�s�:�<�b�r�>�<�i�>� � � � � � � � �L�o�l�i� �a�g�e�d� �d�e�s�c�r�i�p�t�i�o�n�s� �a�r�e� �e�x�p�l�i�c�i�t�<�/�i�>�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�1�[�3�]� �=� �'� � �Y�o�u� �t�h�a�n�k� �h�e�r�,� �u�n�s�u�r�e� �o�f� �e�x�a�c�t�l�y� �w�h�a�t� �s�h�e� �h�a�s� �o�f�f�e�r�e�d�.�<�b�r�>� � �H�o�w�e�v�e�r�,� �m�i�n�u�t�e�s� �l�a�t�e�r� �a�s� �y�o�u� �a�r�e� �f�u�c�k�i�n�g� �t�h�e� �g�i�r�l�,� �y�o�u� �n�o�t�i�c�e� �y�o�u� �a�r�e� �<�i�>�m�u�c�h�<�/�i�>� �m�o�r�e� �a�w�a�r�e� �t�h�a�t� �s�h�e� �i�s� �a� �c�h�i�l�d�,� �s�o� �s�m�a�l�l�,� �o�n� �t�h�e� �v�e�r�y� �c�u�s�p� �o�f� �p�u�b�e�r�t�y�.� �N�o� �h�i�p�s�,� �a� �c�h�i�l�d� s� �b�o�t�t�o�m�,� �a�n�d� �n�o� �b�r�e�a�s�t�s�,� �t�h�o�u�g�h� �h�e�r� �p�a�l�e� �n�i�p�p�l�e�s� �a�r�e� �t�i�n�y� �d�o�m�e�s�,� �s�w�o�l�l�e�n� �w�i�t�h� �p�r�o�m�i�s�e�.� �A�n�d� �h�e�r� �p�u�s�s�y�?� �S�o� �d�e�l�i�c�i�o�u�s�l�y� �s�m�a�l�l�,� �s�m�o�o�t�h� �a�n�d� �u�n�d�e�v�e�l�o�p�e�d� �w�i�t�h� �o�n�l�y� �a� �f�e�w� �f�i�n�e� �h�a�i�r�s�,� �a�n�d� �<�i�>�s�o�<�/�i�>� �m�u�c�h� �t�i�g�h�t�e�r� �t�h�a�n� �a� �g�r�o�w�n� �w�o�m�a�n� s�.�'�
�
 �	�	�p�e�r�v�_�r�e�v�e�a�l�e�d� �=� �1�
�
 �	�	�n�o�_�l�o�l�i� �=� �2�
�
 �	�e�l�s�e�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�1�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�2�.�p�n�g�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�3�.�p�n�g�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�1�.�p�n�g�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�1�.�p�n�g�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�-�2�.�p�n�g�'�
�
 �	�e�n�d�
�
 �	�i�s�_�l�o�l�i� �=� �1�
�
+�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0� �&�!� �s�u�p�p�r�e�s�s� �2�n�d� �s�c�e�n�e� �f�l�a�c�c�i�d� �i�m�a�g�e� �w�h�e�n� �e�x�c�i�t�e�m�e�n�t� �i�s� �l�o�w�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�1�'�
�
 �e�n�d�
�
 �
�
@@ -37489,7 +38413,9 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �3�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�.�p�n�g�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�.�p�n�g�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�'�
�
 �e�n�d�
�
 �
�
@@ -37499,8 +38425,9 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
 �	�l�o�l�i�s�_�r�e�n�t�e�d� �+�=� �1�
�
 �	�i�f� �l�o�l�i�s�_�r�e�n�t�e�d� �>�=� �l�o�l�i�s�_�r�e�n�t�e�d�_�t�h�r�e�s�h�o�l�d� �a�n�d� �p�e�r�v�_�r�e�v�e�a�l�e�d� �<� �1� �a�n�d� �(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>� �-�2� �o�r� �i�s�_�p�e�r�v� �=� �1�)�:�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�$�n�p�c�_�i�m�a�g�e�[�"�m�a�d�a�m�e�_�j�o�f�r�e�"�]�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�$�n�p�c�_�i�m�a�g�e�[�"�m�a�d�a�m�e�_�j�o�f�r�e�"�]�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �{� �n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�m�a�d�a�m�e�_�j�o�f�r�e�'� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�m�a�d�a�m�e�_�j�o�f�r�e�'� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�3�]� �=� �{� �n�p�c� �=� �0� �}�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�3�-�2�.�p�n�g�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�1�]� �=� �'� � �T�h�o�u�g�h� �t�h�e� �s�a�l�o�n� �i�s� �f�i�l�l�e�d� �w�i�t�h� �v�o�l�u�p�t�u�o�u�s� �w�o�m�e�n�,� �v�i�s�i�o�n�s� �o�f� �r�i�p�e�n�e�d� �f�e�m�a�l�e� �s�e�x�u�a�l�i�t�y�,� �i�t� �i�s� �t�h�r�e�e� �d�e�l�i�g�h�t�f�u�l� �l�i�t�t�l�e� �g�i�r�l�s� �t�h�a�t� �s�t�i�r� �y�o�u�r� �l�u�s�t�.�<�b�r�>�<�b�r�>� � �A�s� �y�o�u� �l�e�a�d� �t�h�e�m� �o�f�f� �t�o� �a� �r�o�o�m�,� �M�a�d�a�m�e� �J�o�f�r�e� �s�t�o�p�s� �y�o�u�.� �W�i�t�h� �a� �l�o�o�k� �o�f� �w�r�y� �a�m�u�s�e�m�e�n�t� �a�t� �t�h�e� �c�h�i�l�d�r�e�n� �y�o�u� �h�a�v�e� �s�e�l�e�c�t�e�d�,� �s�h�e� �n�o�t�e�s�:�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �[�M�A�D�A�M�E� �J�O�F�R�E�]�<�b�r�>�-� �M�o�n�s�i�e�u�r� �c�o�m�e�s� �h�e�r�e� �o�f�t�e�n� �f�o�r� �t�h�e� �l�i�t�t�l�e� �o�n�e�s�,� �n�o�n�?� �M�o�s�t� �m�e�n� �d�o� �n�o�t� �a�p�p�r�e�c�i�a�t�e� �t�h�e� �b�e�a�u�t�y� �o�f� �y�o�u�t�h�.� �S�o�m�e� �m�i�g�h�t� �t�r�y� �a� �c�h�i�l�d�,� �b�u�t� �t�h�e�y� �a�r�e� �n�o�t� �t�r�u�e� �c�o�n�n�o�i�s�s�e�u�r�s�,� �n�o�t� �c�o�m�f�o�r�t�a�b�l�e� �w�i�t�h� �s�u�c�h� �n�a�t�u�r�a�l� �d�e�s�i�r�e�s�.� �B�u�t� �p�e�r�h�a�p�s� �a� �m�a�n� �w�i�t�h� �y�o�u�r� �h�i�g�h�l�y�-�d�e�v�e�l�o�p�e�d� �t�a�s�t�e�s�&  �P�e�r�m�i�t� �m�e� �t�o� �o�f�f�e�r� �y�o�u� �a� �n�e�w� �o�p�t�i�o�n� �i�n� �y�o�u�r� �S�e�t�t�i�n�g�s�:�<�b�r�>�<�i�>� � � � � � � � �L�o�l�i� �a�g�e�d� �d�e�s�c�r�i�p�t�i�o�n�s� �a�r�e� �e�x�p�l�i�c�i�t�<�/�i�>�'�
�
@@ -37508,7 +38435,7 @@
 �	�	�p�e�r�v�_�r�e�v�e�a�l�e�d� �=� �1�
�
 �	�	�n�o�_�l�o�l�i� �=� �2�
�
 �	�e�l�s�e�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�3�-�1�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�3�-�1�.�p�n�g�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�3�-�2�.�p�n�g�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�3�-�3�.�p�n�g�'�
�
 �	�e�n�d�
�
@@ -37520,7 +38447,7 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �3�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�5�-�1�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�5�-�1�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�5�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�5�-�3�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�5�'�
�
@@ -37530,9 +38457,11 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �3�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�b�d�s�m�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�b�d�s�m�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�b�d�s�m�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�b�d�s�m�-�3�.�p�n�g�'�
�
+�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �<� �-�2�:� �$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�b�d�s�m�.�p�n�g�'�
�
+�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0� �&�!� �s�u�p�p�r�e�s�s� �2�n�d� �s�c�e�n�e� �f�l�a�c�c�i�d� �i�m�a�g�e� �w�h�e�n� �e�x�c�i�t�e�m�e�n�t� �i�s� �l�o�w�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�b�d�s�m�'�
�
 �e�n�d�
�
 �
�
@@ -37541,8 +38470,10 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �3�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�'�
�
-�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�.�p�n�g�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�.�p�n�g�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�.�p�n�g�'�
�
+�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0� �&�!� �s�u�p�p�r�e�s�s� �2�n�d� �s�c�e�n�e� �f�l�a�c�c�i�d� �i�m�a�g�e� �w�h�e�n� �e�x�c�i�t�e�m�e�n�t� �i�s� �l�o�w�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�'�
�
 �e�n�d�
�
 �
�
@@ -37550,7 +38481,7 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �1�5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �5�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�i�n�c�e�s�t�-�1�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�i�n�c�e�s�t�-�1�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�i�n�c�e�s�t�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�i�n�c�e�s�t�-�3�.�p�n�g�'�
�
 �	�i�f� �i�s�_�p�e�r�v� �!� �0�:� �i�s�_�l�o�l�i� �=� �1�
�
@@ -37564,16 +38495,17 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
 �	�l�o�l�i�s�_�r�e�n�t�e�d� �+�=� �1�
�
 �	�i�f� �l�o�l�i�s�_�r�e�n�t�e�d� �>�=� �l�o�l�i�s�_�r�e�n�t�e�d�_�t�h�r�e�s�h�o�l�d� �a�n�d� �p�e�r�v�_�r�e�v�e�a�l�e�d� �<� �1� �a�n�d� �(�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>� �-�2� �o�r� �i�s�_�p�e�r�v� �=� �1�)�:�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�$�n�p�c�_�i�m�a�g�e�[�"�m�a�d�a�m�e�_�j�o�f�r�e�"�]�'�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�$�n�p�c�_�i�m�a�g�e�[�"�m�a�d�a�m�e�_�j�o�f�r�e�"�]�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�1�]� �=� �{� �n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�m�a�d�a�m�e�_�j�o�f�r�e�'� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�m�a�d�a�m�e�_�j�o�f�r�e�'� �}�
�
+�	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�3�]� �=� �{� �n�p�c� �=� �0� �}�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�6�-�2�.�p�n�g�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�1�]� �=� �'� � �T�h�e� �b�r�o�t�h�e�l� �i�s� �f�u�l�l� �o�f� �g�o�r�g�e�o�u�s�,� �s�h�a�p�e�l�y� �w�o�m�e�n�,� �v�i�s�i�o�n�s� �o�f� �r�i�p�e�n�e�d� �f�e�m�a�l�e� �s�e�x�u�a�l�i�t�y�,� �h�o�w�e�v�e�r� �y�o�u� �a�s�k� �f�o�r� �t�h�e� �l�o�l�i�s�,� �e�v�e�r�y� �o�n�e� �i�n� �t�h�e� �b�r�o�t�h�e�l�.�<�b�r�>�<�b�r�>� � �A�s� �t�h�e�y� �a�r�e� �a�s�s�e�m�b�l�e�d�,� �M�a�d�a�m�e� �J�o�f�r�e� �s�u�r�v�e�y�s� �y�o�u� �w�i�t�h� �a� �l�o�o�k� �o�f� �w�r�y� �a�m�u�s�e�m�e�n�t�:� �y�o�u� �a�r�e� �s�u�r�r�o�u�n�d�e�d� �b�y� �h�a�l�f� �a� �d�o�z�e�n� �s�c�a�n�t�l�y�-�d�r�e�s�s�e�d� �c�h�i�l�d�r�e�n�,� �t�h�e� �t�a�l�l�e�s�t� �b�a�r�e�l�y� �u�p� �t�o� �y�o�u�r� �n�i�p�p�l�e�.�'�
�
-�	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �[�M�A�D�A�M�E� �J�O�F�R�E�]�<�b�r�>�-� �M�o�n�s�i�e�u�r� �c�o�m�e�s� �h�e�r�e� �o�f�t�e�n� �f�o�r� �t�h�e� �l�i�t�t�l�e� �o�n�e�s�,� �n�o�n�?� �M�o�s�t� �m�e�n� �d�o� �n�o�t� �a�p�p�r�e�c�i�a�t�e� �t�h�e� �b�e�a�u�t�y� �o�f� �y�o�u�t�h�.� �S�o�m�e� �m�i�g�h�t� �t�r�y� �a� �c�h�i�l�d�,� �b�u�t� �t�h�e�y� �a�r�e� �n�o�t� �t�r�u�e� �c�o�n�n�o�i�s�s�e�u�r�s�,� �n�o�t� �c�o�m�f�o�r�t�a�b�l�e� �w�i�t�h� �s�u�c�h� �n�a�t�u�r�a�l� �d�e�s�i�r�e�s�.� �B�u�t� �p�e�r�h�a�p�s� �a� �m�a�n� �w�i�t�h� �y�o�u�r� �h�i�g�h�l�y�-�d�e�v�e�l�o�p�e�d� �t�a�s�t�e�s�&  �P�e�r�m�i�t� �m�e� �t�o� �o�f�f�e�r� �y�o�u� �a� �n�e�w� �o�p�t�i�o�n� �i�n� �y�o�u�r� �S�e�t�t�i�n�g�s�:�<�i�>� � � � � � � � �L�o�l�i� �a�g�e�d� �d�e�s�c�r�i�p�t�i�o�n�s� �a�r�e� �e�x�p�l�i�c�i�t�<�/�i�>�'�
�
+�	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �[�M�A�D�A�M�E� �J�O�F�R�E�]�<�b�r�>�-� �M�o�n�s�i�e�u�r� �c�o�m�e�s� �h�e�r�e� �o�f�t�e�n� �f�o�r� �t�h�e� �l�i�t�t�l�e� �o�n�e�s�,� �n�o�n�?� �M�o�s�t� �m�e�n� �d�o� �n�o�t� �a�p�p�r�e�c�i�a�t�e� �t�h�e� �b�e�a�u�t�y� �o�f� �y�o�u�t�h�.� �S�o�m�e� �m�i�g�h�t� �t�r�y� �a� �c�h�i�l�d�,� �b�u�t� �t�h�e�y� �a�r�e� �n�o�t� �t�r�u�e� �c�o�n�n�o�i�s�s�e�u�r�s�,� �n�o�t� �c�o�m�f�o�r�t�a�b�l�e� �w�i�t�h� �s�u�c�h� �n�a�t�u�r�a�l� �d�e�s�i�r�e�s�.� �B�u�t� �p�e�r�h�a�p�s� �a� �m�a�n� �w�i�t�h� �y�o�u�r� �h�i�g�h�l�y�-�d�e�v�e�l�o�p�e�d� �t�a�s�t�e�s�&  �P�e�r�m�i�t� �m�e� �t�o� �o�f�f�e�r� �y�o�u� �a� �n�e�w� �o�p�t�i�o�n� �i�n� �y�o�u�r� �S�e�t�t�i�n�g�s�:�<�b�r�>�<�i�>� � � � � � � � �L�o�l�i� �a�g�e�d� �d�e�s�c�r�i�p�t�i�o�n�s� �a�r�e� �e�x�p�l�i�c�i�t�<�/�i�>�'�
�
 �	�	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �Y�o�u� �t�h�a�n�k� �h�e�r�,� �u�n�s�u�r�e� �o�f� �e�x�a�c�t�l�y� �w�h�a�t� �s�h�e� �h�a�s� �o�f�f�e�r�e�d�.�<�b�r�>� � �H�o�w�e�v�e�r�,� �m�i�n�u�t�e�s� �l�a�t�e�r� �a�s� �y�o�u� �a�r�e� �w�a�l�l�o�w�i�n�g� �i�n� �a� �s�e�a� �o�f� �l�i�t�t�l�e� �g�i�r�l�s�  �b�o�d�i�e�s�,� �y�o�u� �n�o�t�i�c�e� �y�o�u� �a�r�e� �m�u�c�h� �m�o�r�e� �a�w�a�r�e� �t�h�a�t� �t�h�e�y� �a�r�e� �j�u�s�t� �c�h�i�l�d�r�e�n�.� �S�o�m�e� �h�a�v�e� �t�h�e� �f�i�r�s�t� �s�w�e�l�l�i�n�g�s� �o�f� �b�r�e�a�s�t�s�,� �o�t�h�e�r�s� �n�o�n�e� �a�t� �a�l�l�.� �A�n�d� �t�h�e�i�r� �p�u�s�s�i�e�s�?� �S�o� �d�e�l�i�c�i�o�u�s�l�y� �s�m�o�o�t�h� �a�n�d� �u�n�d�e�v�e�l�o�p�e�d�,� �a�n�d� �<�i�>�s�o�<�/�i�>� �m�u�c�h� �t�i�g�h�t�e�r� �t�h�a�n� �a� �g�r�o�w�n� �w�o�m�a�n� s�.�'�
�
 �	�	�p�e�r�v�_�r�e�v�e�a�l�e�d� �=� �1�
�
 �	�	�n�o�_�l�o�l�i� �=� �2�
�
 �	�e�l�s�e�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�6�-�1�'�
�
+�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�6�-�1�.�p�n�g�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�6�-�2�.�p�n�g�'�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�l�o�l�i�_�6�-�3�.�p�n�g�'�
�
 �	�e�n�d�
�
@@ -37586,10 +38518,9 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �1�5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �5�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�7�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�7�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�7�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�s�_�7�-�3�.�p�n�g�'�
�
-�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�'�
�
 �e�n�d�
�
 �
�
@@ -37597,10 +38528,10 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �1�5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �5�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�_�2�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�_�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�_�2�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�e�x�o�t�i�c�_�2�-�3�.�p�n�g�'�
�
-�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0�
�
+�	�i�s�_�f�l�a�c�c�i�d�2� �=� �0� �&�!� �s�u�p�p�r�e�s�s� �2�n�d� �s�c�e�n�e� �f�l�a�c�c�i�d� �i�m�a�g�e� �w�h�e�n� �e�x�c�i�t�e�m�e�n�t� �i�s� �l�o�w�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�_�2�'�
�
 �e�n�d�
�
 �
�
@@ -37608,7 +38539,7 @@
 �	�w�h�o�r�e�_�p�r�i�c�e� �=� �1�5�
�
 �	�w�h�o�r�e�_�q�u�a�l�i�t�y� �=� �5�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�w�h�o�r�e�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�'�
�
+�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�-�2�.�p�n�g�'�
�
 �	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �=� �'�s�c�e�n�e�\�w�h�o�r�e�\�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�-�3�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�'�
�
@@ -37678,7 +38609,7 @@
 �	�	�c�l�u�b�_�m�e�m�b�e�r� �=� �1�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �W�e�l�c�o�m�e� �t�o� �o�u�r� �c�l�u�b�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �H�e�r�e�,� �e�v�e�r�y�t�h�i�n�g� �i�s� �a�t� �y�o�u�r� �d�i�s�p�o�s�a�l�,� �e�n�j�o�y�.� �A�n�d� �d�o� �n�o�t� �w�o�r�r�y� �a�b�o�u�t� �m�e�m�b�e�r�s�h�i�p� �f�e�e�s� �-� �l�e�t� �t�h�e�m� �b�e� �h�a�n�d�l�e�d� �b�y� �y�o�u�r� �a�c�c�o�u�n�t�a�n�t�.� �F�o�r� �a� �r�e�s�p�e�c�t�a�b�l�e� �m�a�n�,� �t�h�e�s�e� �c�o�s�t�s� �a�r�e� �n�e�g�l�i�g�i�b�l�e�.�'�
�
 �	�e�l�s�e�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �Y�o�u� �s�e�e�,� �w�h�a�t� s� �t�h�e� �m�a�t�t�e�r�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�&  �N�o�t� �e�v�e�r�y�o�n�e� �c�a�n� �g�a�i�n� �m�e�m�b�e�r�s�h�i�p� �i�n� �o�u�r� �c�l�u�b�.� �I�t� s� �n�o�t� �e�v�e�n� �a� �q�u�e�s�t�i�o�n� �o�f� �m�o�n�e�y� �a�s� �s�u�c�h�.� �W�e� �a�c�c�e�p�t� �o�n�l�y� �r�e�s�p�e�c�t�a�b�l�e� �g�e�n�t�l�e�m�e�n� �a�n�d� �o�n�l�y� �o�n� �t�h�e� �r�e�c�o�m�m�e�n�d�a�t�i�o�n� �o�f� �s�o�m�e�o�n�e� �f�r�o�m� �t�h�e� �e�s�t�e�e�m�e�d� �m�e�m�b�e�r�s� �o�f� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�.�'�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �Y�o�u� �s�e�e�,� �w�h�a�t� s� �t�h�e� �m�a�t�t�e�r�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�&  �N�o�t� �e�v�e�r�y�o�n�e� �c�a�n� �g�a�i�n� �m�e�m�b�e�r�s�h�i�p� �i�n� �o�u�r� �c�l�u�b�.� �I�t� s� �n�o�t� �e�v�e�n� �a� �q�u�e�s�t�i�o�n� �o�f� �m�o�n�e�y� �a�s� �s�u�c�h�.� �W�e� �a�c�c�e�p�t� �o�n�l�y� �<�<�d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �"�r�e�s�p�e�c�t�a�b�l�e�"�)�>�>� �g�e�n�t�l�e�m�e�n� �a�n�d� �o�n�l�y� �o�n� �t�h�e� �r�e�c�o�m�m�e�n�d�a�t�i�o�n� �o�f� �s�o�m�e�o�n�e� �f�r�o�m� �t�h�e� �e�s�t�e�e�m�e�d� �m�e�m�b�e�r�s� �o�f� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�.�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -37736,10 +38667,10 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�a� �=� �(�4�8�2�7�1� �*� �d�a�y�)� �m�o�d� �6�5�5�3�7� �&�!� �p�s�e�u�d�o�-�r�a�n�d�o�m� �n�u�m�b�e�r� �b�e�t�w�e�e�n� �0� �a�n�d� �6�5�5�3�6�
�
-�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �=� �0� �a�n�d� �a� �<�=� �3�2�7�6�8�:�
�
+�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �=� �0� �a�n�d� �a� �<�=� �3�2�7�6�8�:�
�
 �	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �1�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �a�r�e� �d�o�i�n�g� �t�o�u�g�h� �w�o�r�k� �p�r�a�i�s�i�n�g� �y�o�u�r� �o�w�n� �g�o�o�d�s� �a�n�d� �t�e�a�c�h�i�n�g� �m�e�t�h�o�d�s�,� �a�s� �w�e�l�l� �a�s� �q�u�e�s�t�i�o�n�i�n�g� �t�h�e� �q�u�a�l�i�t�y� �o�f� �t�h�e� �o�t�h�e�r� �g�u�i�l�d� �m�e�m�b�e�r�s�.� �C�l�u�b� �m�e�m�b�e�r�s� �t�e�n�d� �t�o� �s�u�p�p�o�r�t� �e�a�c�h� �o�t�h�e�r�,� �s�o� �y�o�u�r� �a�t�t�e�m�p�t�s� �t�o� �r�a�i�s�e� �y�o�u�r� �i�m�a�g�e� �a�r�e� �v�e�r�y� �s�u�c�c�e�s�s�f�u�l�.�'�
�
-�	�e�l�s�e�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �>� �0�:�
�
+�	�e�l�s�e�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �>� �0�:�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �a�r�e� �u�n�l�i�k�e�l�y� �t�o� �d�o� �m�o�r�e� �i�n� �t�h�e� �f�i�e�l�d� �o�f� �g�o�s�s�i�p� �a�n�d� �r�u�m�o�r�s� �t�o�d�a�y�.� �A�l�l� �a�r�e� �t�i�r�e�d� �o�f� �y�o�u�r� �b�r�a�g�g�i�n�g� �a�n�d� �y�o�u�r� �g�o�s�s�i�p� �a�b�o�u�t� �c�o�m�p�e�t�i�t�o�r�s�.� �Y�o�u� �c�a�n� �t�r�y� �a�g�a�i�n� �t�o�m�o�r�r�o�w�,� �w�i�t�h� �o�t�h�e�r� �m�e�m�b�e�r�s� �o�f� �t�h�e� �c�l�u�b�.�'�
�
 �	�e�l�s�e�i�f� �a� �>� �5�0�:�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �w�e�r�e� �u�n�s�u�c�c�e�s�s�f�u�l� �i�n� �t�h�e� �f�i�e�l�d� �o�f� �g�o�s�s�i�p� �a�n�d� �r�u�m�o�r�s� �t�o�d�a�y�.� �Y�o�u�r� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �d�i�d� �n�o�t� �i�m�p�r�o�v�e�.� �Y�o�u� �c�a�n� �t�r�y� �a�g�a�i�n� �t�o�m�o�r�r�o�w�,� �w�i�t�h� �o�t�h�e�r� �m�e�m�b�e�r�s� �o�f� �t�h�e� �c�l�u�b�.�'�
�
@@ -37753,11 +38684,11 @@
 �	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�r�i�s�e�'�,�1�
�
 �	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
-�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �<� �5�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �5�
�
-�	�i�f� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �<� �1�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�h�o�w�'�]�,� �5�)�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �h�a�v�e� �a� �g�r�e�a�t� �t�i�m�e�,� �a�w�a�y� �f�r�o�m� �t�h�e� �c�a�r�e�s� �a�n�d� �c�o�n�c�e�r�n�s� �o�f� �t�h�e� �s�e�e�t�h�i�n�g� �c�i�t�y�.� �H�e�r�e� �i�s� �e�v�e�r�y�t�h�i�n�g� �y�o�u� �n�e�e�d� �f�o�r� �a� �r�e�l�a�x�i�n�g� �b�r�e�a�k� �-� �d�e�l�i�c�i�o�u�s� �f�o�o�d�,� �g�r�e�a�t� �e�n�t�e�r�t�a�i�n�m�e�n�t� �a�n�d� �p�l�e�a�s�a�n�t� �i�n� �e�v�e�r�y� �w�a�y� �c�o�m�m�u�n�i�c�a�t�i�o�n�.�'�
�
-�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �4�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �g�o�o�d� �f�o�o�d� �a�t� �t�h�e� �c�l�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �A�+�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
-�	�a�t�e�_�a�l�r�e�a�d�y� �=� �1� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �p�u�b�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �5� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �4�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �g�o�o�d� �f�o�o�d� �a�t� �t�h�e� �c�l�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �A�+�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
+�	�a�t�e�_�a�l�r�e�a�d�y� �=� �5� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �p�u�b�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �2�3�2�:�
�
@@ -37845,8 +38776,8 @@
 �	�n�p�c�_�p�r�o�g�r�e�s�s�[�'�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�'�]� �=� �1�
�
 �	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�5�]�]� �=� �1�
�
 �	�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'�G�e�n�e�r�a�l� �B�a�r�a�b�a�s� �(�W�h�i�t�e� �P�a�l�a�c�e�,� �<�<�$�r�a�t�i�n�g�[�8�]�>�>�)�<�b�r�>�'� �+� �_�
�
-�	�'�Y�o�u� �a�r�e� �r�e�n�o�w�n�e�d� �a�s� �a� �v�e�r�y� �c�o�m�p�e�t�e�n�t� �e�x�p�e�r�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �T�h�a�t� �i�s� �n�e�c�e�s�s�a�r�y�,� �a�s� �I� m� �l�o�o�k�i�n�g� �f�o�r� �s�o�m�e�t�h�i�n�g� �r�a�t�h�e�r� �u�n�u�s�u�a�l�.� �T�h�e� �p�o�i�n�t� �i�s� �t�h�a�t� �I� �h�a�v�e� �a� �s�o�n�,� �V�l�o�m�i�l�i�o�.� �N�o�t� �b�l�o�o�d�-�r�e�l�a�t�e�d�,� �o�f� �c�o�u�r�s�e�& <�b�r�>�'� �+� �_�
�
-�	�'�M�y� �o�w�n� �c�h�i�l�d�r�e�n� �s�t�a�y�e�d� �b�e�h�i�n�d� �t�h�e� �F�o�g�.� �B�u�t� �I� �a�d�o�p�t�e�d� �h�i�m� �t�o� �c�o�n�t�i�n�u�e� �m�y� �l�i�n�e�a�g�e�.� �H�e� �i�s� �a� �h�a�n�d�s�o�m�e�,� �d�a�r�i�n�g� �g�u�y�,� �b�u�t� �i�l�l�-�m�a�n�n�e�r�e�d� �a�n�d� �s�o�m�e�w�h�a�t�&  �d�u�l�l�.� �A�n�d� �I� �h�a�v�e� �n�o� �t�i�m�e� �f�o�r� �e�d�u�c�a�t�i�o�n�.�<�b�r�>�'� �+� �_�
�
+�	�'�Y�o�u� �a�r�e� �k�n�o�w�n� �a�s� �a� �v�e�r�y� �c�o�m�p�e�t�e�n�t� �e�x�p�e�r�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �T�h�a�t� �i�s� �n�e�c�e�s�s�a�r�y�,� �a�s� �I� m� �l�o�o�k�i�n�g� �f�o�r� �s�o�m�e�t�h�i�n�g� �r�a�t�h�e�r� �u�n�u�s�u�a�l�.� �T�h�e� �p�o�i�n�t� �i�s� �t�h�a�t� �I� �h�a�v�e� �a� �s�o�n�,� �V�l�o�m�i�l�i�o�.� �N�o�t� �b�l�o�o�d�-�r�e�l�a�t�e�d�,� �o�f� �c�o�u�r�s�e�& <�b�r�>�'� �+� �_�
�
+�	�'�M�y� �o�w�n� �c�h�i�l�d�r�e�n� �s�t�a�y�e�d� �b�e�h�i�n�d� �t�h�e� �F�o�g�.� �B�u�t� �I� �a�d�o�p�t�e�d� �a� �b�o�y� �t�o� �c�o�n�t�i�n�u�e� �m�y� �l�i�n�e�a�g�e�.� �H�e� �i�s� �a� �h�a�n�d�s�o�m�e�,� �d�a�r�i�n�g� �g�u�y�,� �b�u�t� �i�l�l�-�m�a�n�n�e�r�e�d� �a�n�d� �s�o�m�e�w�h�a�t�&  �d�u�l�l�.� �A�n�d� �I� �h�a�v�e� �n�o� �t�i�m�e� �f�o�r� �e�d�u�c�a�t�i�o�n�.�<�b�r�>�'� �+� �_�
�
 �	�'�H�e� �g�r�e�w� �u�p� �a�m�o�n�g�s�t� �s�o�l�d�i�e�r�s� �a�n�d� �h�o�u�s�e�m�a�i�d�s�,� �c�h�i�l�d�r�e�n� �a�r�e� �r�a�r�e� �i�n� �t�h�e�s�e� �p�a�r�t�s�.� �S�o� �I� �t�h�o�u�g�h�t� �I� �c�o�u�l�d� �b�u�y� �h�i�m� �a� �g�i�r�l�-�p�e�e�r�.� �N�o�t� �o�n�l�y� �t�o� �p�l�a�y� �w�i�t�h� �h�i�m�,� �b�u�t� �t�o� �e�d�u�c�a�t�e� �h�i�m� �a�s� �w�e�l�l�!�<�b�r�>�'� �+� �_�
�
 �	�'�I� �n�e�e�d� �a�n� �i�m�m�a�t�u�r�e� �g�i�r�l�,� �b�u�t� �s�h�e� �s�h�o�u�l�d� �h�a�v�e� �a� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�s�t�r�o�n�g� �n�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�c�l�e�v�e�r�<�/�b�>�<�/�f�o�n�t�>�.� �S�h�e� �s�h�o�u�l�d� �t�e�a�c�h� �V�l�o�m�i�l�i�o� �s�o�m�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�m�a�n�n�e�r�s�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�s�c�i�e�n�c�e�s�<�/�b�>�<�/�f�o�n�t�>�.� �A�n�d� �s�o�m�e�t�h�i�n�g� �f�o�r� �a�e�s�t�h�e�t�i�c�i�s�m�.� �S�h�e� �m�i�g�h�t� �b�e� �s�k�i�l�l�e�d� �i�n� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�m�u�s�i�c�<�/�b�>�<�/�f�o�n�t�>�&  �p�i�a�n�o� �o�r� �l�u�t�e�& <�b�r�>�'� �+� �_�
�
 �	�'�S�u�r�e�l�y� �t�h�e�y� �m�a�y� �f�a�l�l� �i�n� �l�o�v�e� �s�o� �s�h�e� �s�h�o�u�l�d� �b�e� �a� �v�i�r�g�i�n�.� �A� �w�h�o�r�e� �i�s� �n�o�t� �f�i�t� �f�o�r� �m�y� �s�o�n�.� �A�n�d� �o�f� �c�o�u�r�s�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�b�e�a�u�t�i�f�u�l�<�/�b�>�<�/�f�o�n�t�>�,� �w�i�t�h� �c�u�r�l�y� �h�a�i�r�,� �b�i�g� �e�y�e�s� �a�n�d� �a� �f�a�c�e� �l�i�k�e� �a� �d�o�l�l�.�<�b�r�>�<�b�r�>�'� �+� �_�
�
@@ -37906,10 +38837,10 @@
 �	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�5�]�]� �=� �1�
�
 �	�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'�K�i�n�g� �A�r�b�o�r�e�u�s� �(�W�h�i�t�e� �P�a�l�a�c�e�,� �<�<�$�r�a�t�i�n�g�[�1�0�]�>�>�)�<�b�r�>�'� �+� �_�
�
 �	�'�W�e�l�l�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �m�y� �l�o�r�d�s� �g�a�v�e� �y�o�u� �t�h�e�i�r� �t�r�u�l�y� �e�x�o�t�i�c� �r�e�q�u�e�s�t�s�,� �e�h�?� �S�o�m�e�t�i�m�e�s� �t�h�e�y� �s�e�e�m� �t�o� �b�e� �r�e�a�l�l�y� �w�e�i�r�d�,� �b�u�t� �w�h�o� �c�a�r�e�s�.� �V�a�l�u�a�b�l�e� �p�r�o�f�e�s�s�i�o�n�a�l�s� �c�a�n� �a�f�f�o�r�d� �t�o� �b�e� �a� �l�i�t�t�l�e� �e�c�c�e�n�t�r�i�c�.�<�b�r�>�'� �+� �_�
�
-�	�'�D�o� �n�o�t� �w�o�r�r�y�,� �I� �d�o� �n�o�t� �n�e�e�d� �a�n�y�t�h�i�n�g� �f�a�n�c�y�.� �I� �j�u�s�t� �n�e�e�d� �t�h�e� �B�E�S�T� �g�i�r�l�.� �P�i�c�k� �u�p� �a�n�d� �t�e�a�c�h� �t�h�e� �m�o�s�t� �g�o�r�g�e�o�u�s� �c�o�n�c�u�b�i�n�e� �f�o�r� �m�e�.�<�b�r�>�'� �+� �_�
�
+�	�'�D�o� �n�o�t� �w�o�r�r�y�,� �I� �d�o� �n�o�t� �n�e�e�d� �a�n�y�t�h�i�n�g� �f�a�n�c�y�.� �I� �j�u�s�t� �n�e�e�d� �t�h�e� �B�E�S�T� �g�i�r�l�.� �P�i�c�k� �u�p� �a�n�d� �t�e�a�c�h� �t�h�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�m�o�s�t� �g�o�r�g�e�o�u�s�<�/�b�>�<�/�f�o�n�t�>� �c�o�n�c�u�b�i�n�e� �f�o�r� �m�e�.�<�b�r�>�'� �+� �_�
�
 �	�'�O�f� �c�o�u�r�s�e�,� �s�h�e� �s�h�o�u�l�d� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�g�o�o�d� �i�n� �b�e�d�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �k�n�o�w� �h�o�w� �t�o� �w�o�r�k� �w�i�t�h� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�h�a�n�d�s�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�m�o�u�t�h�<�/�b�>�<�/�f�o�n�t�>�.� �W�e�l�l�,� �y�o�u� �k�n�o�w� �t�h�a�t� �b�e�t�t�e�r� �t�h�a�n� �m�e�,� �o�f� �c�o�u�r�s�e�.� �B�u�t� �I� �d�o�n� t� �j�u�s�t� �w�a�n�t� �a� �c�o�n�c�u�b�i�n�e�.�<�b�r�>�'� �+� �_�
�
-�	�'�I� �n�e�e�d� �a� �w�o�m�a�n� �t�h�a�t� �c�a�n� �h�o�l�d� �a� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�c�o�n�v�e�r�s�a�t�i�o�n�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �c�a�n� �s�h�o�w� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�c�h�a�r�a�c�t�e�r�<�/�b�>�<�/�f�o�n�t�>�.� �A� �r�e�a�l� �w�o�m�a�n�,� �y�o�u� �k�n�o�w�,� �w�i�t�h� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�b�r�a�i�n�s�<�/�b�>�<�/�f�o�n�t�>�,� �n�o�t� �j�u�s�t� �a� �m�i�n�d�l�e�s�s� �s�l�a�v�e�.� �O�f� �c�o�u�r�s�e�,� �s�h�e� �n�e�e�d�s� �t�o� �k�n�o�w� �h�e�r� �p�l�a�c�e� �a�s� �w�e�l�l�.�<�b�r�>�'� �+� �_�
�
-�	�'�W�h�a�t� �e�l�s�e�?� �H�m�m�,� �n�o�t�h�i�n�g� �e�l�s�e� �I� �g�u�e�s�s�.� �O�n�l�y� �o�n�e� �t�h�i�n�g� �r�e�m�a�i�n�s� �-� �s�h�e� �s�h�o�u�l�d� �p�l�e�a�s�e� �m�e�.� �B�r�i�n�g� �h�e�r� �h�e�r�e�,� �I� �w�i�l�l� �e�v�a�l�u�a�t�e� �h�e�r�.� �J�u�s�t� �d�o� �n�o�t� �w�a�s�t�e� �m�y� �t�i�m�e�,� �o�n�l�y� �b�r�i�n�g� �a� �p�r�e�p�a�r�e�d� �w�o�m�e�n�.�<�b�r�>�<�b�r�>�'� �+� �_�
�
+�	�'�I� �n�e�e�d� �a� �w�o�m�a�n� �t�h�a�t� �c�a�n� �h�o�l�d� �a� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�c�o�n�v�e�r�s�a�t�i�o�n�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �c�a�n� �s�h�o�w� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�c�h�a�r�a�c�t�e�r�<�/�b�>�<�/�f�o�n�t�>�.� �A� �r�e�a�l� �w�o�m�a�n�,� �y�o�u� �k�n�o�w�,� �w�i�t�h� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�b�r�a�i�n�s�<�/�b�>�<�/�f�o�n�t�>�,� �n�o�t� �j�u�s�t� �a� �m�i�n�d�l�e�s�s� �s�l�a�v�e�.� �O�f� �c�o�u�r�s�e�,� �s�h�e� �n�e�e�d�s� �t�o� �k�n�o�w� �h�e�r� �p�l�a�c�e� �a�s� �w�e�l�l�.�<�b�r�>�'� �+� �_�
�
+�	�'�W�h�a�t� �e�l�s�e�?� �H�m�m�,� �s�h�e� �m�u�s�t� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�a�b�l�e� �t�o� �s�h�o�u�l�d�e�r� �m�a�n�y� �t�a�s�k�s�<�/�b�>�<�/�f�o�n�t�>�.� �A� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�h�e�a�l�t�h�y�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�e�y�e�-�c�a�t�c�h�i�n�g�<�/�b�>�<�/�f�o�n�t�>� �f�i�g�u�r�e� �i�s� �a� �g�i�v�e�n�.�<�b�r�>�<�b�r�>�'� �+� �_�
�
 �	�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�'�
�
 �e�n�d�
�
@@ -38057,13 +38988,15 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�'�
�
 �	�$�p�l�a�c�e� �=� �'�t�a�v�e�r�n�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�g�y�r�o�'�
�
+�	�i�f� �n�o�_�g�u�r�o� �=� �0�:�
�
+�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�g�y�r�o�'�
�
+�	�e�n�d�
�
 �	�s�p�a�r�k�s� �-�=� �1�
�
-�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �2� �a�n�d� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �<� �1�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �b�e�s�t� �s�h�a�w�a�r�m�a� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e� �i�s� �a� �p�r�o�d�u�c�t� �o�f� �p�a�t�i�e�n�c�e� �a�n�d� �p�r�i�d�e�.� �F�r�e�s�h� �v�i�r�g�i�n� �m�e�a�t� �i�s� �m�a�r�i�n�a�t�e�d� �a�t� �l�e�n�g�t�h�,� �s�p�i�t�t�e�d�,� �a�n�d� �s�l�o�w�l�y� �r�o�a�s�t�e�d� �a�s� �j�u�i�c�e�s� �d�r�i�p� �d�o�w�n� �t�o� �c�o�a�t� �a�n�d� �c�a�r�a�m�e�l�i�z�e� �i�t�s� �e�x�t�e�r�i�o�r�.� �O�u�r� �m�a�s�t�e�r� �c�h�e�f� �t�h�e�n� �s�h�a�v�e�s� �o�f�f� �p�a�p�e�r�-�t�h�i�n�,� �m�e�l�t�-�i�n�-�y�o�u�r�-�m�o�u�t�h� �s�l�i�c�e�s� �o�f� �t�e�n�d�e�r� �f�l�e�s�h�.�'�
�
-�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �2�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1� �&�!� �e�a�t�i�n�g� �c�h�e�a�p�e�r� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �C�-�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
-�	�a�t�e�_�a�l�r�e�a�d�y� �=� �1�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �3� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �2�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1� �&�!� �e�a�t�i�n�g� �c�h�e�a�p�e�r� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �C�-�
�
+�	�a�t�e�_�a�l�r�e�a�d�y� �=� �3� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �r�e�s�t�a�u�r�a�n�t� �o�r� �t�h�e� �c�l�u�b� �(�a�l�l� �t�a�v�e�r�n� �m�e�a�l�s� �s�e�t� �t�o� �3� �a�n�d� �c�h�e�c�k� �f�o�r� �3� �s�o� �o�n�l�y� �f�i�r�s�t� �t�a�v�e�r�n� �m�e�a�l� �o�f� �t�h�e� �d�a�y� �r�a�i�s�e�s� �s�t�r�e�n�g�t�h�)�
�
 �e�n�d�
�
 �
�
 �
�
@@ -38071,26 +39004,30 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
 �	�$�p�l�a�c�e� �=� �'�t�a�v�e�r�n�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�b�r�e�a�s�t�'�
�
+�	�i�f� �n�o�_�g�u�r�o� �=� �0�:�
�
+�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�b�r�e�a�s�t�'�
�
+�	�e�n�d�
�
 �	�s�p�a�r�k�s� �-�=� �3�
�
-�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �3� �a�n�d� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �<� �1�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �s�e�c�r�e�t� �t�o� �o�u�r� �s�u�c�c�u�l�e�n�t� �r�o�a�s�t� �b�r�e�a�s�t�?� �G�e�n�e�r�o�u�s�l�y�-�b�r�e�a�s�t�e�d�,� �h�e�a�v�i�l�y� �l�a�c�t�a�t�i�n�g� �w�o�m�e�n� �a�r�e� �f�e�d� �o�n�l�y� �h�e�r�b�s� �a�n�d� �g�a�r�l�i�c� �f�o�r� �a� �w�e�e�k� �a�n�d� �a�l�l�o�w�e�d� �t�o� �e�n�g�o�r�g�e� �f�o�r� �a� �f�u�l�l� �t�h�r�e�e� �d�a�y�s� �b�e�f�o�r�e� �s�l�a�u�g�h�t�e�r�.� �W�h�e�n� �r�o�a�s�t�e�d�,� �t�h�e�s�e� �f�i�r�m�,� �m�i�l�k�-�s�w�o�l�l�e�n� �m�a�m�m�a�r�i�e�s� �m�a�k�e� �t�h�e�i�r� �o�w�n� �d�e�l�i�c�i�o�u�s� �c�r�e�a�m� �s�a�u�c�e� �<�i�>�i�n� �s�i�t�u�<�/�i�>�,� �p�e�r�m�e�a�t�i�n�g� �t�h�e� �t�e�n�d�e�r� �f�l�e�s�h�.�<�b�r�>�<�b�r�>� � �& <�i�>�l�i�k�e� �m�o�t�h�e�r� �u�s�e�d� �t�o� �m�a�k�e�<�/�i�>�-� �G�a�l�a�t�o�i�r�e�'�
�
-�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �A�+�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
-�	�a�t�e�_�a�l�r�e�a�d�y� �=� �1�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �3� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �B�+�
�
+�	�a�t�e�_�a�l�r�e�a�d�y� �=� �4� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �r�e�s�t�a�u�r�a�n�t� �o�r� �t�h�e� �c�l�u�b� �(�a�l�l� �t�a�v�e�r�n� �m�e�a�l�s� �s�e�t� �t�o� �3� �a�n�d� �c�h�e�c�k� �f�o�r� �3� �s�o� �o�n�l�y� �f�i�r�s�t� �t�a�v�e�r�n� �m�e�a�l� �o�f� �t�h�e� �d�a�y� �r�a�i�s�e�s� �s�t�r�e�n�g�t�h�)�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �3�2�1�1�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
 �	�$�p�l�a�c�e� �=� �'�t�a�v�e�r�n�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�h�i�p�'�
�
+�	�i�f� �n�o�_�g�u�r�o� �=� �0�:�
�
+�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�h�i�p�'�
�
+�	�e�n�d�
�
 �	�s�p�a�r�k�s� �-�=� �3�
�
-�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �3� �a�n�d� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �<� �1�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u�n�g�,� �F�o�g�-�c�a�u�g�h�t� �v�i�r�g�i�n�,� �h�u�n�t�e�d� �f�r�e�s�h� �d�a�i�l�y�.� �S�e�l�e�c�t� �y�o�u�r� �f�a�v�o�u�r�i�t�e� �c�u�t� �f�r�o�m� �t�o�d�a�y� s� �g�i�r�l� �a�n�d� �a�l�l�o�w� �o�u�r� �c�h�e�f� �t�o� �g�r�i�l�l� �i�t� �t�o� �m�o�u�t�h�-�w�a�t�e�r�i�n�g� �p�e�r�f�e�c�t�i�o�n�.�<�b�r�>�(�W�e� �u�s�e� �o�n�l�y� �c�e�r�t�i�f�i�e�d� �e�x�t�r�a� �v�i�r�g�i�n� �m�e�a�t� �s�o� �y�o�u� �n�e�v�e�r� �n�e�e�d� �w�o�r�r�y� �a�b�o�u�t� �e�a�t�i�n�g� �s�o�m�e�t�h�i�n�g� �a�n�o�t�h�e�r� �m�a�n� �h�a�s� �i�n�s�e�m�i�n�a�t�e�d�.�)�<�b�r�>�<�b�r�>� � �& <�i�>�t�h�e� �v�i�r�g�i�n� �t�e�n�d�e�r�l�o�i�n� �c�o�o�k�e�d� �r�a�r�e� �w�a�s� �d�i�v�i�n�e�<�/�i�>�-� �H�u�n�t�s�m�a�n�'�
�
-�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �A�+�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
-�	�a�t�e�_�a�l�r�e�a�d�y� �=� �1�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �3� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �3� �&�!� �e�a�t�i�n�g� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �B�+�
�
+�	�a�t�e�_�a�l�r�e�a�d�y� �=� �4� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �r�e�s�t�a�u�r�a�n�t� �o�r� �t�h�e� �c�l�u�b� �(�a�l�l� �t�a�v�e�r�n� �m�e�a�l�s� �s�e�t� �t�o� �3� �a�n�d� �c�h�e�c�k� �f�o�r� �3� �s�o� �o�n�l�y� �f�i�r�s�t� �t�a�v�e�r�n� �m�e�a�l� �o�f� �t�h�e� �d�a�y� �r�a�i�s�e�s� �s�t�r�e�n�g�t�h�)�
�
 �e�n�d�
�
 �
�
 �
�
@@ -38098,13 +39035,15 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�p�e�c�i�a�l�_�p�n�g�'�
�
 �	�$�p�l�a�c�e� �=� �'�t�a�v�e�r�n�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�p�u�s�s�y�'�
�
+�	�i�f� �n�o�_�g�u�r�o� �=� �0�:�
�
+�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
+�	�	�$�b�g�_�p�a�t�h� �=� �'�b�g�\�t�a�v�e�r�n�_�p�u�s�s�y�'�
�
+�	�e�n�d�
�
 �	�s�p�a�r�k�s� �-�=� �2�
�
-�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �2� �a�n�d� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �<� �1�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
+�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �2�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �T�e�n�d�e�r�,� �e�x�t�r�a� �v�i�r�g�i�n� �v�u�l�v�a� �i�s� �h�e�a�v�i�l�y� �a�r�o�u�s�e�d� �f�o�r� �h�o�u�r�s� �a�n�d� �t�h�e�n� �s�l�a�u�g�h�t�e�r�e�d� �m�i�d�-�o�r�g�a�s�m�.� �I�t� �i�s� �t�h�e�n� �c�o�o�k�e�d� �i�n� �i�t�s� �o�w�n� �j�u�i�c�e�s� �t�o� �e�n�h�a�n�c�e� �t�h�e� �f�l�a�v�o�u�r�,� �c�r�e�a�t�i�n�g� �a� �d�e�l�i�c�i�o�u�s�,� �n�a�t�u�r�a�l� �l�i�g�h�t� �g�r�a�v�y�.� �T�a�s�t�e� �w�h�y� �c�o�n�n�o�i�s�s�e�u�r�s� �s�a�v�o�u�r� �m�a�i�d�e�n�h�e�a�d� �c�r�a�c�k�l�i�n�g�.�<�b�r�>�A�l�w�a�y�s� �f�r�e�s�h�,� �n�e�v�e�r� �f�u�c�k�e�d�.�<�b�r�>�<�b�r�>� � �& <�i�>�j�u�i�c�i�e�s�t� �p�u�s�s�y� �I� v�e� �e�v�e�r� �e�a�t�e�n�<�/�i�>�-� �L�o�r�d� �Z�a�d�o�k�'�
�
-�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �=� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �2�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �2� �&�!� �e�a�t�i�n�g� �c�h�e�a�p�e�r� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �C�-�,� �c�o�u�n�t�e�r�e�d� �b�y� �n�e�x�t�_�d�a�y� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �d�r�a�i�n� �i�f� �h�o�m�e� �m�e�a�l�s� �a�r�e� �l�o�w� �q�u�a�l�i�t�y�
�
-�	�a�t�e�_�a�l�r�e�a�d�y� �=� �1�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �3� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �2�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �2� �&�!� �e�a�t�i�n�g� �c�h�e�a�p�e�r� �f�o�o�d� �a�t� �t�h�e� �p�u�b� �c�a�n� �r�a�i�s�e� �h�e�a�l�t�h�/�s�t�r�e�n�g�t�h� �t�o� �C�-�
�
+�	�a�t�e�_�a�l�r�e�a�d�y� �=� �3� �&�!� �a�l�s�o� �s�e�t� �b�y� �m�e�a�l�s� �a�t� �t�h�e� �r�e�s�t�a�u�r�a�n�t� �o�r� �t�h�e� �c�l�u�b� �(�a�l�l� �t�a�v�e�r�n� �m�e�a�l�s� �s�e�t� �t�o� �3� �a�n�d� �c�h�e�c�k� �f�o�r� �3� �s�o� �o�n�l�y� �f�i�r�s�t� �t�a�v�e�r�n� �m�e�a�l� �o�f� �t�h�e� �d�a�y� �r�a�i�s�e�s� �s�t�r�e�n�g�t�h�)�
�
 �e�n�d�
�
 �
�
 �
�
@@ -38272,7 +39211,7 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �3�3�1�1�2�:�
�
 �	�$�p�l�a�c�e� �=� �'�h�o�s�p�i�t�a�l�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �i�m�m�e�d�i�a�t�e�l�y� �r�e�c�e�i�v�e� �a� �g�e�n�e�r�a�l� �a�n�e�s�t�h�e�s�i�a� �a�n�d� �a�r�e� �t�a�k�e�n� �t�o� �t�h�e� �p�r�o�c�e�d�u�r�e�.� �Y�o�u� �w�a�k�e� �u�p� �f�e�e�l�i�n�g� �w�o�n�d�e�r�f�u�l�.� �N�o�t�h�i�n�g� �h�u�r�t�s� �a�n�d� �a�n�d� �y�o�u� �w�a�k�e� �u�p� �w�i�t�h� �s�e�e�m�i�n�g�l�y� �n�o� �s�i�d�e� �e�f�f�e�c�t�s�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �i�m�m�e�d�i�a�t�e�l�y� �r�e�c�e�i�v�e� �a� �g�e�n�e�r�a�l� �a�n�e�s�t�h�e�s�i�a� �a�n�d� �a�r�e� �t�a�k�e�n� �t�o� �t�h�e� �p�r�o�c�e�d�u�r�e�.� �Y�o�u� �w�a�k�e� �u�p� �f�e�e�l�i�n�g� �w�o�n�d�e�r�f�u�l�.� �N�o�t�h�i�n�g� �h�u�r�t�s� �a�n�d� �y�o�u� �w�a�k�e� �u�p� �w�i�t�h� �s�e�e�m�i�n�g�l�y� �n�o� �s�i�d�e� �e�f�f�e�c�t�s�.�'�
�
 �	�k�i�l�l�v�a�r� �'�c�u�r�e�_�m�a�s�t�e�r�_�i�l�l�'�
�
 �	�s�p�a�r�k�s� �-�=� �2�5�
�
 �	�m�a�s�t�e�r�_�i�l�l� �=� �0�
�
@@ -38299,12 +39238,13 @@
 �	�k�i�l�l�v�a�r� �'�s�l�a�v�e�_�a�b�o�r�t�i�o�n�'�
�
 �	�k�i�l�l�v�a�r� �'�s�l�a�v�e�_�i�n�s�i�d�o�u�s�_�a�b�o�r�t�i�o�n�'�
�
 �	�k�i�l�l�v�a�r� �'�s�l�a�v�e�_�s�t�i�m�u�l�a�t�i�o�n�'�
�
-�	�i�f� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �1� �o�r� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �-�5�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�s�l�a�v�e�_�i�s�s�u�e�s� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�s�t�i�m�u�l�a�t�i�o�n� �=� �1�
�
-�	�	�$�t�e�x�t�[�s�l�a�v�e�_�i�s�s�u�e�s�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�5�%�;�"�>�-� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�n� �a� �c�o�m�a� �a�n�d� �d�i�d� �n�o�t� �r�e�s�p�o�n�d� �t�o� �a�n�y� �s�t�i�m�u�l�u�s�.� �W�i�t�h� �p�r�o�p�e�r� �c�a�r�e�,� �s�h�e� �c�a�n� �r�e�c�o�v�e�r� �a�f�t�e�r� �a� �w�h�i�l�e�,� �b�u�t� �i�n� �t�h�e� �w�o�r�s�t� �c�a�s�e� �d�e�a�t�h� �i�s� �p�o�s�s�i�b�l�e�.� �W�e� �c�a�n� �u�s�e� �s�t�i�m�u�l�a�n�t�s� �t�o� �b�r�i�n�g� �h�e�r� �b�a�c�k� �t�o� �l�i�f�e�,� �b�u�t� �i�t� �d�o�e�s� �n�o�t� �s�o�l�v�e� �t�h�e� �p�r�o�b�l�e�m� �c�o�m�p�l�e�t�e�l�y�.� �T�h�e� �b�o�d�y� �t�e�n�d�s� �t�o� �r�e�j�e�c�t� �s�t�i�m�u�l�a�n�t�s�,� �s�o� �t�h�a�t� �a�t� �e�a�c�h� �s�u�b�s�e�q�u�e�n�t� �r�e�s�u�s�c�i�t�a�t�i�o�n� �w�e� �w�i�l�l� �h�a�v�e� �t�o� �u�s�e� �m�o�r�e� �a�n�d� �m�o�r�e� �w�h�i�c�h� �w�i�l�l� �b�e� �e�x�p�e�n�s�i�v�e�.�<�/�d�i�v�>�'�
�
+�	�	�$�t�e�x�t�[�s�l�a�v�e�_�i�s�s�u�e�s�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�5�%�;�"�>�-� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �i�n� �a� �c�o�m�a� �a�n�d� �d�i�d� �n�o�t� �r�e�s�p�o�n�d� �t�o� �a�n�y� �s�t�i�m�u�l�u�s�.� �W�i�t�h� �p�r�o�p�e�r� �c�a�r�e�,� �s�h�e� �c�a�n� �r�e�c�o�v�e�r� �a�f�t�e�r� �a� �w�h�i�l�e�,� �b�u�t� �i�n� �t�h�e� �w�o�r�s�t� �c�a�s�e� �d�e�a�t�h� �i�s� �p�o�s�s�i�b�l�e�.� �W�e� �c�a�n� �u�s�e� �s�t�i�m�u�l�a�n�t�s� �t�o� �r�e�v�i�v�e� �h�e�r�,� �b�u�t� �i�t� �d�o�e�s� �n�o�t� �s�o�l�v�e� �t�h�e� �p�r�o�b�l�e�m� �c�o�m�p�l�e�t�e�l�y�.� �T�h�e� �b�o�d�y� �t�e�n�d�s� �t�o� �r�e�j�e�c�t� �s�t�i�m�u�l�a�n�t�s�,� �s�o� �t�h�a�t� �a�t� �e�a�c�h� �s�u�b�s�e�q�u�e�n�t� �r�e�s�u�s�c�i�t�a�t�i�o�n� �w�e� �w�i�l�l� �h�a�v�e� �t�o� �u�s�e� �m�o�r�e� �a�n�d� �m�o�r�e� �w�h�i�c�h� �w�i�l�l� �b�e� �e�x�p�e�n�s�i�v�e�.�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �9� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �9� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �!� �-�2� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �!� �1�:�
�
+�	�	�!� �p�r�e�g�n�a�n�t�,� �n�o�t� �i�m�m�a�t�u�r�e�,� �n�o�t� �e�g�g�l�a�y�i�n�g� �=� �r�e�a�l� �p�r�e�g�n�a�n�c�y� �(�i�f� �p�r�e�g�n�a�n�t� �b�e�f�o�r�e� �s�t�e�r�i�l�i�z�a�t�i�o�n�,� �p�r�e�g�n�a�n�c�y� �c�o�n�t�i�n�u�e�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�s�l�a�v�e�_�i�s�s�u�e�s� �+�=� �1�
�
 �	�	�s�l�a�v�e�_�a�b�o�r�t�i�o�n� �=� �1�
�
 �	�	�s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�_�r�e�v�e�a�l�e�d�'�]� �=� �2�
�
@@ -38365,6 +39305,10 @@
 �	�	�$�s�p�_�t�e�x�t�[�1�2�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �S�o�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �d�o� �y�o�u� �w�a�n�t� �t�o� �o�r�d�e�r� �f�r�o�m� �u�s� �a�n�y� �m�e�d�i�c�a�l� �p�r�o�c�e�d�u�r�e�s�?�'�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �c�o�m�p�l�e�t�e�l�y� �h�e�a�l�t�h�y�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �A�t� �l�e�a�s�t� �n�o�t�h�i�n�g� �t�h�a�t� �w�o�u�l�d� �r�e�q�u�i�r�e� �m�e�d�i�c�a�l� �i�n�t�e�r�v�e�n�t�i�o�n�.� �I�f� �y�o�u� �w�a�n�t�,� �I� l�l� �w�r�i�t�e� �y�o�u� �a� �c�e�r�t�i�f�i�c�a�t�e� �o�f� �h�e�r� �c�o�n�d�i�t�i�o�n�,� �f�o�r� �p�r�e�s�e�n�t�a�t�i�o�n� �t�o� �p�o�t�e�n�t�i�a�l� �b�u�y�e�r�s�.�'�
�
+�	�	�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1�:�
�
+�	�	�	�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
+�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>� � �B�y� �t�h�e� �w�a�y�,� �s�h�e� �i�s� �b�a�r�r�e�n�.� �S�h�e� �w�i�l�l� �n�o�t� �b�e�c�o�m�e� �p�r�e�g�n�a�n�t�.� �T�h�i�s� �i�s� �u�s�u�a�l�l�y� �n�o�t� �a� �p�r�o�b�l�e�m�,� �b�u�t� �i�f� �y�o�u� �n�e�e�d� �a� �f�e�r�t�i�l�e� �s�l�a�v�e� �w�e� �o�f�f�e�r� �a�u�g�m�e�n�t�a�t�i�o�n� �t�r�e�a�t�m�e�n�t�s� �t�o� �i�n�d�u�c�e� �f�e�r�t�i�l�i�t�y�.�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -38465,7 +39409,6 @@
 �	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e�y� �t�a�k�e� �y�o�u�r� �s�l�a�v�e� �f�o�r� �a�b�o�u�t� �a�n� �h�o�u�r�,� �t�h�e�n� �r�e�t�u�r�n� �h�e�r� �b�a�c�k�.� �S�h�e� �l�o�o�k�s� �q�u�i�t�e� �h�e�a�l�t�h�y�.�'�
�
 �	�s�p�a�r�k�s� �-�=� �2�5�
�
 �	�k�i�l�l�v�a�r� �'�s�l�a�v�e�_�i�n�s�i�d�o�u�s�_�a�b�o�r�t�i�o�n�'�
�
-�	�s�l�a�v�e�_�i�n�s�i�d�o�u�s�_�a�b�o�r�t�i�o�n� �=� �0�
�
 �	�s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
 �	�!�I�f� �t�h�e�r�e� �a�r�e� �s�t�i�l�l� �s�o�m�e� �-� �j�u�m�p� �o�n� �t�h�e� �o�l�d� �m�e�n�u�.� �c�o�p�y�p�a�s�t�e� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �3�3�1�2�
�
 �	�i�f� �s�l�a�v�e�_�i�s�s�u�e�s� �>� �0�:�
�
@@ -38672,13 +39615,13 @@
 �	�n�p�c� �=� �1�
�
 �	�$�n�p�c�_�i�d� �=� �'�d�o�c�t�o�r�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �W�e� �c�a�n� �f�u�l�l�y� �r�e�m�a�k�e� �t�h�e� �b�r�e�a�s�t�s� �o�f� �y�o�u�r� �s�l�a�v�e�,� �a�s� �w�e�l�l� �a�s� �h�e�r� �r�e�p�r�o�d�u�c�t�i�v�e� �o�r�g�a�n�s�:� �h�e�r� �b�r�e�a�s�t�s� �w�i�l�l� �b�e�c�o�m�e� �a� �r�e�a�l� �m�i�l�k� �f�a�c�t�o�r�y�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �i�m�p�r�e�g�n�a�t�e� �h�e�r� �r�e�g�u�l�a�r�l�y� �b�u�t� �d�o�n� t� �w�o�r�r�y�,� �i�t� �w�i�l�l� �n�e�v�e�r� �c�o�m�e� �t�o� �a� �r�e�a�l� �p�r�e�g�n�a�n�c�y�.�'�
�
-�	�$�t�e�x�t�[�2�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �A�p�a�r�t� �f�r�o�m� �i�m�p�r�e�g�n�a�t�i�o�n�,� �m�i�l�k� �y�i�e�l�d� �c�a�n� �b�e� �i�m�p�r�o�v�e�d� �b�y� �t�h�e� �a�c�c�e�p�t�a�n�c�e� �o�f� �y�o�u�r� �s�l�a�v�e� �b�e�i�n�g� �a� �c�o�w�,� �a�n�d�,� �t�o� �a� �l�e�s�s�e�r� �e�x�t�e�n�t�,� �h�e�r� �b�o�o�b�s� �s�i�z�e�,� �f�a�t�n�e�s�s� �a�n�d� �m�o�o�d�.� �N�o�t�e� �t�h�a�t� �i�f� �y�o�u�r� �s�l�a�v�e� �i�s� �n�o�t� �u�s�e�d� �t�o� �b�e� �t�r�e�a�t�e�d� �l�i�k�e� �a� �c�o�w�,� �s�h�e� �c�o�u�l�d� �h�a�v�e� �a� �h�a�r�d� �t�i�m�e� �a�c�c�e�p�t�i�n�g� �t�h�i�s� �s�u�r�g�e�r�y�.� �S�i�g�n�i�f�i�c�a�n�t� �h�e�a�l�t�h� �c�o�n�s�e�q�u�e�n�c�e�s�.� �<�b�r�>� �C�o�s�t� �o�f� �t�h�e� �p�r�o�c�e�d�u�r�e� �<�b�>�5�0� �s�p�a�r�k�s�<�/�b�>�.� �R�e�h�a�b�i�l�i�t�a�t�i�o�n� �p�e�r�i�o�d� �<�b�>�1�5� �d�a�y�s�<�/�b�>�.� �'�
�
+�	�$�t�e�x�t�[�2�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �A�p�a�r�t� �f�r�o�m� �i�m�p�r�e�g�n�a�t�i�o�n�,� �m�i�l�k� �y�i�e�l�d� �c�a�n� �b�e� �i�m�p�r�o�v�e�d� �b�y� �t�h�e� �a�c�c�e�p�t�a�n�c�e� �o�f� �y�o�u�r� �s�l�a�v�e� �b�e�i�n�g� �a� �c�o�w�,� �a�n�d�,� �t�o� �a� �l�e�s�s�e�r� �e�x�t�e�n�t�,� �h�e�r� �b�o�o�b�s� �s�i�z�e�,� �f�a�t�n�e�s�s� �a�n�d� �m�o�o�d�.� �N�o�t�e� �t�h�a�t� �i�f� �y�o�u�r� �s�l�a�v�e� �i�s� �n�o�t� �u�s�e�d� �t�o� �b�e�i�n�g� �t�r�e�a�t�e�d� �l�i�k�e� �a� �c�o�w�,� �s�h�e� �c�o�u�l�d� �h�a�v�e� �a� �h�a�r�d� �t�i�m�e� �a�c�c�e�p�t�i�n�g� �t�h�e� �r�e�s�u�l�t� �o�f� �t�h�i�s� �s�u�r�g�e�r�y�.� �S�i�g�n�i�f�i�c�a�n�t� �h�e�a�l�t�h� �c�o�n�s�e�q�u�e�n�c�e�s�.� �<�b�r�>� �C�o�s�t� �o�f� �t�h�e� �p�r�o�c�e�d�u�r�e� �<�b�>�5�0� �s�p�a�r�k�s�<�/�b�>�.� �R�e�h�a�b�i�l�i�t�a�t�i�o�n� �p�e�r�i�o�d� �<�b�>�1�5� �d�a�y�s�<�/�b�>�.� �'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
 �	�	�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-�=� �4�
�
 �	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�5�
�
-�	�	�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �+�=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �+�=� �1�5�
�
 �	�	�s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�3�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
@@ -38746,12 +39689,13 @@
 �	�k�i�l�l�v�a�r� �'�a�s�s�i�s�t�a�n�t�_�a�b�o�r�t�i�o�n�'�
�
 �	�k�i�l�l�v�a�r� �'�a�s�s�i�s�t�a�n�t�_�i�n�s�i�d�o�u�s�_�a�b�o�r�t�i�o�n�'�
�
 �	�k�i�l�l�v�a�r� �'�a�s�s�i�s�t�a�n�t�_�s�t�i�m�u�l�a�t�i�o�n�'�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �<� �1� �o�r� �a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �=� �-�5�:�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�f�a�i�n�t�'�]�:�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�i�s�s�u�e�s� �+�=� �1�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�s�t�i�m�u�l�a�t�i�o�n� �=� �1�
�
-�	�	�$�t�e�x�t�[�a�s�s�i�s�t�a�n�t�_�i�s�s�u�e�s�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�5�%�;�"�>�-� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �i�s� �i�n� �a� �c�o�m�a� �a�n�d� �d�i�d� �n�o�t� �r�e�s�p�o�n�d� �t�o� �a�n�y� �s�t�i�m�u�l�u�s�.� �W�i�t�h� �p�r�o�p�e�r� �c�a�r�e�,� �s�h�e� �c�a�n� �r�e�c�o�v�e�r� �a�f�t�e�r� �a� �w�h�i�l�e�,� �b�u�t� �i�n� �t�h�e� �w�o�r�s�t� �c�a�s�e� �d�e�a�t�h� �i�s� �p�o�s�s�i�b�l�e�.� �W�e� �c�a�n� �u�s�e� �s�t�i�m�u�l�a�n�t�s� �t�o� �b�r�i�n�g� �h�e�r� �b�a�c�k� �t�o� �l�i�f�e�,� �b�u�t� �i�t� �d�o�e�s� �n�o�t� �s�o�l�v�e� �t�h�e� �p�r�o�b�l�e�m� �c�o�m�p�l�e�t�e�l�y�.� �T�h�e� �b�o�d�y� �t�e�n�d�s� �t�o� �r�e�j�e�c�t� �s�t�i�m�u�l�a�n�t�s�,� �s�o� �t�h�a�t� �a�t� �e�a�c�h� �s�u�b�s�e�q�u�e�n�t� �r�e�s�u�s�c�i�t�a�t�i�o�n� �w�e� �w�i�l�l� �h�a�v�e� �t�o� �u�s�e� �m�o�r�e� �a�n�d� �m�o�r�e� �w�h�i�c�h� �i�s� �d�a�n�g�e�r�o�u�s� �a�n�d� �e�x�p�e�n�s�i�v�e�.�<�/�d�i�v�>�'�
�
+�	�	�$�t�e�x�t�[�a�s�s�i�s�t�a�n�t�_�i�s�s�u�e�s�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�5�%�;�"�>�-� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �i�s� �i�n� �a� �c�o�m�a� �a�n�d� �d�i�d� �n�o�t� �r�e�s�p�o�n�d� �t�o� �a�n�y� �s�t�i�m�u�l�u�s�.� �W�i�t�h� �p�r�o�p�e�r� �c�a�r�e�,� �s�h�e� �c�a�n� �r�e�c�o�v�e�r� �a�f�t�e�r� �a� �w�h�i�l�e�,� �b�u�t� �i�n� �t�h�e� �w�o�r�s�t� �c�a�s�e� �d�e�a�t�h� �i�s� �p�o�s�s�i�b�l�e�.� �W�e� �c�a�n� �u�s�e� �s�t�i�m�u�l�a�n�t�s� �t�o� �r�e�v�i�v�e� �h�e�r�,� �b�u�t� �i�t� �d�o�e�s� �n�o�t� �s�o�l�v�e� �t�h�e� �p�r�o�b�l�e�m� �c�o�m�p�l�e�t�e�l�y�.� �T�h�e� �b�o�d�y� �t�e�n�d�s� �t�o� �r�e�j�e�c�t� �s�t�i�m�u�l�a�n�t�s�,� �s�o� �t�h�a�t� �a�t� �e�a�c�h� �s�u�b�s�e�q�u�e�n�t� �r�e�s�u�s�c�i�t�a�t�i�o�n� �w�e� �w�i�l�l� �h�a�v�e� �t�o� �u�s�e� �m�o�r�e� �a�n�d� �m�o�r�e� �w�h�i�c�h� �w�i�l�l� �b�e� �e�x�p�e�n�s�i�v�e�.�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�'�]� �>� �9� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0�:�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�'�]� �>� �9� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �!� �-�2� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �!� �1�:�
�
+�	�	�!� �p�r�e�g�n�a�n�t�,� �n�o�t� �i�m�m�a�t�u�r�e�,� �n�o�t� �e�g�g�l�a�y�i�n�g� �=� �r�e�a�l� �p�r�e�g�n�a�n�c�y� �(�i�f� �p�r�e�g�n�a�n�t� �b�e�f�o�r�e� �s�t�e�r�i�l�i�z�a�t�i�o�n�,� �p�r�e�g�n�a�n�c�y� �c�o�n�t�i�n�u�e�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�i�s�s�u�e�s� �+�=� �1�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�a�b�o�r�t�i�o�n� �=� �1�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�_�r�e�v�e�a�l�e�d�'�]� �=� �2�
�
@@ -38812,6 +39756,10 @@
 �	�	�$�s�p�_�t�e�x�t�[�1�3�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �S�o�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �d�o� �y�o�u� �w�a�n�t� �t�o� �o�r�d�e�r� �f�r�o�m� �u�s� �a�n�y� �m�e�d�i�c�a�l� �p�r�o�c�e�d�u�r�e�s�?�'�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �i�s� �c�o�m�p�l�e�t�e�l�y� �h�e�a�l�t�h�y�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �A�t� �l�e�a�s�t� �n�o�t�h�i�n�g� �t�h�a�t� �w�o�u�l�d� �r�e�q�u�i�r�e� �m�e�d�i�c�a�l� �i�n�t�e�r�v�e�n�t�i�o�n�.� �I�f� �y�o�u� �w�a�n�t�,� �I� l�l� �w�r�i�t�e� �y�o�u� �a� �c�e�r�t�i�f�i�c�a�t�e� �o�f� �h�e�r� �c�o�n�d�i�t�i�o�n�,� �f�o�r� �p�r�e�s�e�n�t�a�t�i�o�n� �t�o� �p�o�t�e�n�t�i�a�l� �b�u�y�e�r�s�.�'�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1�:�
�
+�	�	�	�a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
+�	�	�	�$�t�e�x�t�[�1�]� �+�=� �'�<�b�r�>� � �B�y� �t�h�e� �w�a�y�,� �s�h�e� �i�s� �b�a�r�r�e�n�.� �S�h�e� �w�i�l�l� �n�o�t� �b�e�c�o�m�e� �p�r�e�g�n�a�n�t�.� �T�h�i�s� �i�s� �u�s�u�a�l�l�y� �n�o�t� �a� �p�r�o�b�l�e�m�,� �b�u�t� �i�f� �y�o�u� �n�e�e�d� �a� �f�e�r�t�i�l�e� �a�s�s�i�s�t�a�n�t� �w�e� �o�f�f�e�r� �a�u�g�m�e�n�t�a�t�i�o�n� �t�r�e�a�t�m�e�n�t�s� �t�o� �i�n�d�u�c�e� �f�e�r�t�i�l�i�t�y�.�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -38916,9 +39864,7 @@
 �	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e�y� �t�a�k�e� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �f�o�r� �a�b�o�u�t� �a�n� �h�o�u�r�,� �t�h�e�n� �r�e�t�u�r�n� �h�e�r� �b�a�c�k�.� �S�h�e� �l�o�o�k�s� �q�u�i�t�e� �h�e�a�l�t�h�y�.�'�
�
 �	�s�p�a�r�k�s� �-�=� �2�5�
�
 �	�k�i�l�l�v�a�r� �'�a�s�s�i�s�t�a�n�t�_�i�n�s�i�d�o�u�s�_�a�b�o�r�t�i�o�n�'�
�
-�	�a�s�s�i�s�t�a�n�t�_�i�n�s�i�d�o�u�s�_�a�b�o�r�t�i�o�n� �=� �0�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�p�a�r�a�s�i�t�e�'�]� �=� �0�
�
-�
�
 �	�!�I�f� �t�h�e�r�e� �a�r�e� �s�t�i�l�l� �s�o�m�e� �-� �j�u�m�p� �o�n� �t�h�e� �o�l�d� �m�e�n�u�.� �c�o�p�y�p�a�s�t�e� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �3�3�1�2�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�i�s�s�u�e�s� �>� �0�:�
�
 �	�	�s�k�i�p�_�t�o� �=� �1�3�
�
@@ -39131,13 +40077,13 @@
 �	�n�p�c� �=� �1�
�
 �	�$�n�p�c�_�i�d� �=� �'�d�o�c�t�o�r�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �W�e� �c�a�n� �f�u�l�l�y� �r�e�m�a�k�e� �t�h�e� �b�r�e�a�s�t�s� �o�f� �y�o�u�r� �a�s�s�i�s�t�a�n�t�,� �a�s� �w�e�l�l� �a�s� �h�e�r� �r�e�p�r�o�d�u�c�t�i�v�e� �o�r�g�a�n�s�:� �h�e�r� �b�r�e�a�s�t�s� �w�i�l�l� �b�e�c�o�m�e� �a� �r�e�a�l� �m�i�l�k� �f�a�c�t�o�r�y�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �i�m�p�r�e�g�n�a�t�e� �h�e�r� �r�e�g�u�l�a�r�l�y� �t�h�o�u�g�h�,� �b�u�t� �d�o�n� t� �w�o�r�r�y�,� �i�t� �w�i�l�l� �n�e�v�e�r� �c�o�m�e� �t�o� �a� �r�e�a�l� �p�r�e�g�n�a�n�c�y�.� �'�
�
-�	�$�t�e�x�t�[�2�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �A�p�a�r�t� �f�r�o�m� �i�m�p�r�e�g�n�a�t�i�o�n�,� �m�i�l�k� �y�i�e�l�d� �c�a�n� �b�e� �i�m�p�r�o�v�e�d� �b�y� �t�h�e� �a�c�c�e�p�t�a�n�c�e� �o�f� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �b�e�i�n�g� �a� �c�o�w�,� �a�n�d�,� �t�o� �a� �l�e�s�s�e�r� �e�x�t�e�n�t�,� �h�e�r� �b�o�o�b�s� �s�i�z�e�,� �f�a�t�n�e�s�s� �a�n�d� �m�o�o�d�.� �N�o�t�e� �t�h�a�t� �i�f� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �i�s� �n�o�t� �u�s�e�d� �t�o� �b�e� �t�r�e�a�t�e�d� �l�i�k�e� �a� �c�o�w�,� �s�h�e� �c�o�u�l�d� �h�a�v�e� �a� �h�a�r�d� �t�i�m�e� �a�c�c�e�p�t�i�n�g� �t�h�i�s� �s�u�r�g�e�r�y�.�S�i�g�n�i�f�i�c�a�n�t� �h�e�a�l�t�h� �c�o�n�s�e�q�u�e�n�c�e�s�.� �<�b�r�>� �C�o�s�t� �o�f� �t�h�e� �p�r�o�c�e�d�u�r�e� �<�b�>�5�0� �s�p�a�r�k�s�<�/�b�>�.� �R�e�h�a�b�i�l�i�t�a�t�i�o�n� �p�e�r�i�o�d� �<�b�>�1�5� �d�a�y�s�<�/�b�>�.� �'�
�
+�	�$�t�e�x�t�[�2�]� �=� �'� � �[�D�O�C�T�O�R�]�<�b�r�>�-� �A�p�a�r�t� �f�r�o�m� �i�m�p�r�e�g�n�a�t�i�o�n�,� �m�i�l�k� �y�i�e�l�d� �c�a�n� �b�e� �i�m�p�r�o�v�e�d� �b�y� �t�h�e� �a�c�c�e�p�t�a�n�c�e� �o�f� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �b�e�i�n�g� �a� �c�o�w�,� �a�n�d�,� �t�o� �a� �l�e�s�s�e�r� �e�x�t�e�n�t�,� �h�e�r� �b�o�o�b�s� �s�i�z�e�,� �f�a�t�n�e�s�s� �a�n�d� �m�o�o�d�.� �N�o�t�e� �t�h�a�t� �i�f� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �i�s� �n�o�t� �u�s�e�d� �t�o� �b�e�i�n�g� �t�r�e�a�t�e�d� �l�i�k�e� �a� �c�o�w�,� �s�h�e� �c�o�u�l�d� �h�a�v�e� �a� �h�a�r�d� �t�i�m�e� �a�c�c�e�p�t�i�n�g� �t�h�e� �r�e�s�u�l�t� �o�f� �t�h�i�s� �s�u�r�g�e�r�y�.� �S�i�g�n�i�f�i�c�a�n�t� �h�e�a�l�t�h� �c�o�n�s�e�q�u�e�n�c�e�s�.� �<�b�r�>� �C�o�s�t� �o�f� �t�h�e� �p�r�o�c�e�d�u�r�e� �<�b�>�5�0� �s�p�a�r�k�s�<�/�b�>�.� �R�e�h�a�b�i�l�i�t�a�t�i�o�n� �p�e�r�i�o�d� �<�b�>�1�5� �d�a�y�s�<�/�b�>�.� �'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�s�p�a�r�k�s� �-�=� �5�0�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�e�n�e�r�g�y�'�]� �-�=� �4�
�
 �	�	�d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �1�5�
�
-�	�	�a�s�s�i�s�t�a�n�t�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �+�=� �1�0�
�
+�	�	�a�s�s�i�s�t�a�n�t�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �+�=� �1�5�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�l�a�c�t�a�t�i�o�n�'�]� �=� �1�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�3�
�
 �	�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
@@ -39190,7 +40136,7 @@
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�n�p�c� �=� �1�
�
 �	�$�n�p�c�_�i�d� �=� �'�k�e�r�u�l�i�s�_�v�e�i�l�'�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �[�K�E�R�U�L�I�S� �V�A�L�E�]�<�b�r�>�-� �D�o� �y�o�u� �w�a�n�t� �a� �c�a�p�s�u�l�e� �i�n� �y�o�u�r� �h�o�m�e�,� �s�l�a�v�e�r�?� �I�t� �w�i�l�l� �c�o�s�t� �y�o�u� �t�w�e�n�t�y� �s�p�a�r�k�s� �e�v�e�r�y� �d�e�c�a�d�e�.� �J�u�s�t� �d�o�n� t� �t�r�y� �t�o� �l�o�o�k� �i�n�t�o� �t�h�e� �i�n�t�e�r�n�a�l� �m�e�c�h�a�n�i�s�m�s� �-� �I� �w�i�l�l� �c�r�u�s�h� �y�o�u�r� �e�y�e�s�!�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �[�K�E�R�U�L�I�S� �V�A�L�E�]�<�b�r�>�-� �D�o� �y�o�u� �w�a�n�t� �a� �p�o�r�t�a�l� �c�a�p�s�u�l�e� �i�n� �y�o�u�r� �h�o�m�e�,� �s�l�a�v�e�r�?� �Y�o�u� �c�a�n� �a�c�c�e�s�s� �y�o�u�r� �c�e�l�l�s� �h�e�r�e� �a�t� �a�n�y� �t�i�m�e�.� �I�t� �w�i�l�l� �c�o�s�t� �y�o�u� �t�w�e�n�t�y� �s�p�a�r�k�s� �e�v�e�r�y� �d�e�c�a�d�e�.� �J�u�s�t� �d�o�n� t� �t�r�y� �t�o� �l�o�o�k� �i�n�t�o� �t�h�e� �i�n�t�e�r�n�a�l� �m�e�c�h�a�n�i�s�m�s� �-� �I� �w�i�l�l� �c�r�u�s�h� �y�o�u�r� �e�y�e�s�!�'�
�
 �	�$�y�e�s� �=� �{�
�
 �	�	�s�p�a�r�k�s� �-�=� �2�0�
�
 �	�	�s�t�a�s�i�s�_�t�a�n�k� �=� �1�
�
@@ -39942,11 +40888,19 @@
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �4�7�0�:�
�
-�	�m�i�l�k�_�s�t�o�c�k� �-�=� �1�
�
-�	�s�p�a�r�k�s� �+�=� �m�i�l�k�_�p�r�i�c�e�
�
-�	�t�o�t�a�l�_�m�i�l�k�_�s�o�l�d� �+�=� �1�
�
-�	�$�t�e�x�t�[�1�]� �=� �'�<�b�r�>� � �Y�o�u� �s�o�l�d� �1� �b�o�t�t�l�e� �o�f� �m�i�l�k� �f�o�r� �<�<�m�i�l�k�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.�'�
�
-�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
+�	�i�f� �m�i�l�k�_�s�t�o�c�k� �>� �5�:�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'�<�b�r�>� � �Y�o�u� �s�o�l�d� �<�<�m�i�l�k�_�s�t�o�c�k�>�>� �b�o�t�t�l�e�s� �o�f� �m�i�l�k� �f�o�r� �<�<�m�i�l�k�_�p�r�i�c�e� �*� �m�i�l�k�_�s�t�o�c�k�>�>� �s�p�a�r�k�s�.�'�
�
+�	�	�s�p�a�r�k�s� �+�=� �m�i�l�k�_�p�r�i�c�e� �*� �m�i�l�k�_�s�t�o�c�k�
�
+�	�	�t�o�t�a�l�_�m�i�l�k�_�s�o�l�d� �+�=� �m�i�l�k�_�s�t�o�c�k�
�
+�	�	�m�i�l�k�_�s�t�o�c�k� �=� �0�
�
+�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
+�	�e�l�s�e�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'�<�b�r�>� � �Y�o�u� �s�o�l�d� �1� �b�o�t�t�l�e� �o�f� �m�i�l�k� �f�o�r� �<�<�m�i�l�k�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.�'�
�
+�	�	�s�p�a�r�k�s� �+�=� �m�i�l�k�_�p�r�i�c�e�
�
+�	�	�t�o�t�a�l�_�m�i�l�k�_�s�o�l�d� �+�=� �1�
�
+�	�	�m�i�l�k�_�s�t�o�c�k� �-�=� �1�
�
+�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�s�m�a�l�l�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
+�	�e�n�d�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �4�7�1�:�
�
@@ -40093,10 +41047,10 @@
 �	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�5�]�]� �=� �1�
�
 �	�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'�G�e�n�e�r�a�l� �C�a�r�n�e�y�s� �(�T�i�e�r�r�a� �d�e�l� �C�i�t�a�d�e�l�,� �<�<�$�r�a�t�i�n�g�[�8�]�>�>�)�<�b�r�>�'� �+� �_�
�
 �	�'�D�o� �y�o�u� �p�l�a�y� �c�h�e�s�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�?� �I� �r�e�c�o�m�m�e�n�d� �i�t�.� �G�r�e�a�t� �g�a�m�e� �f�o�r� �b�o�t�h� �a� �w�a�r�r�i�o�r� �a�n�d� �a� �s�t�r�a�t�e�g�i�s�t�.� �L�e�t� �u�s� �p�l�a�y�,� �w�h�i�l�e� �w�e� �s�p�e�a�k�.�<�b�r�>�'� �+� �_�
�
-�	�'�S�o�,� �m�y� �f�r�i�e�n�d�s� �h�i�g�h�l�y� �r�e�c�o�m�m�e�n�d� �y�o�u�r� �s�l�a�v�e�s�.� �I� v�e�d�e�c�i�d�e�d� �t�o� �t�r�y� �o�n�e� �m�y�s�e�l�f�.� �I� �h�o�n�e�s�t�l�y� �h�a�v�e� �n�o�t� �k�e�p�t� �t�h�e�m� �b�e�f�o�r�e�.� �T�h�e�r�e� �i�s� �s�o�m�e�o�n�e� �w�h�o� �c�o�o�k�s� �a�n�d� �c�l�e�a�n�s�.� �B�u�t� �a�t� �n�i�g�h�t�,� �i�t� �g�e�t�s� �l�o�n�e�l�y�.� �I� m� �g�e�t�t�i�n�g� �o�l�d�.�<�b�r�>�'� �+� �_�
�
-�	�'�P�r�e�p�a�r�e� �m�e� �a� �w�o�m�a�n� �w�h�o� �w�i�l�l� �k�n�o�w� �h�o�w� �t�o� �d�e�a�l� �w�i�t�h� �m�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�b�e�a�s�t� �n�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>�.� �T�h�e� �w�o�l�f� �i�n� �m�e� �i�s� �n�o� �l�e�s�s� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �t�h�e� �h�u�m�a�n�.� �A�l�t�h�o�u�g�h� �t�h�e� �u�s�u�a�l� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�a�r�t� �o�f� �l�o�v�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �w�o�r�k� �w�i�t�h� �t�h�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�t�o�n�g�u�e�<�/�b�>�<�/�f�o�n�t�>� �a�l�s�o� �c�o�m�e� �i�n� �h�a�n�d�y�.�<�b�r�>�'� �+� �_�
�
+�	�'�S�o�,� �m�y� �f�r�i�e�n�d�s� �h�i�g�h�l�y� �r�e�c�o�m�m�e�n�d� �y�o�u�r� �s�l�a�v�e�s�.� �I� v�e� �d�e�c�i�d�e�d� �t�o� �t�r�y� �o�n�e� �m�y�s�e�l�f�.� �I� �h�o�n�e�s�t�l�y� �h�a�v�e� �n�o�t� �k�e�p�t� �t�h�e�m� �b�e�f�o�r�e�.� �T�h�e�r�e� �i�s� �s�o�m�e�o�n�e� �w�h�o� �c�o�o�k�s� �a�n�d� �c�l�e�a�n�s�.� �B�u�t� �a�t� �n�i�g�h�t�,� �i�t� �g�e�t�s� �l�o�n�e�l�y�.� �I� m� �g�e�t�t�i�n�g� �o�l�d�.�<�b�r�>�'� �+� �_�
�
+�	�'�P�r�e�p�a�r�e� �m�e� �a� �w�o�m�a�n� �w�h�o� �w�i�l�l� �k�n�o�w� �h�o�w� �t�o� �d�e�a�l� �w�i�t�h� �m�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�b�e�a�s�t� �n�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>�.� �T�h�e� �w�o�l�f� �i�n� �m�e� �i�s� �n�o� �l�e�s�s� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �t�h�e� �h�u�m�a�n�.� �A�l�t�h�o�u�g�h� �t�h�e� �u�s�u�a�l� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�a�r�t� �o�f� �l�o�v�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �w�o�r�k� �w�i�t�h� �t�h�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�t�o�n�g�u�e�<�/�b�>�<�/�f�o�n�t�>� �a�l�s�o� �c�o�m�e� �i�n� �h�a�n�d�y�.�<�b�r�>�'� �+� �_�
�
 �	�'�B�u�t� �a�l�l� �t�h�e�s�e� �a�r�e� �d�e�t�a�i�l�s�.� �M�o�s�t� �i�m�p�o�r�t�a�n�t�l�y�,� �t�h�e� �w�o�m�a�n� �t�h�a�t� �y�o�u� �o�f�f�e�r� �t�o� �m�e� �s�h�o�u�l�d� �h�a�v�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�o�u�t�s�t�a�n�d�i�n�g� �i�n�t�e�l�l�i�g�e�n�c�e�<�/�b�>�<�/�f�o�n�t�>�.� �T�h�e� �i�n�t�e�l�l�i�g�e�n�c�e� �o�f� �a� �c�h�e�s�s� �p�l�a�y�e�r�.� �I� �f�i�n�d� �t�h�i�s� �g�a�m�e� �e�v�e�n� �m�o�r�e� �e�n�t�e�r�t�a�i�n�i�n�g� �t�h�a�n� �h�u�n�t�i�n�g� �a�n�d� �l�o�v�e�.�<�b�r�>�'� �+� �_�
�
-�	�'�A�n�d� �l�e�t� �h�e�r� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�l�i�t�e�r�a�t�e�<�/�b�>�<�/�f�o�n�t�>�,� �a�b�l�e� �t�o� �p�u�t� �t�w�o� �a�n�d� �t�w�o� �t�o�g�e�t�h�e�r�,� �s�o� �s�h�e� �w�o�u�l�d� �n�o�t� �y�i�e�l�d� �a� �q�u�e�e�n� �a�s� �y�o�u� �h�a�v�e�,� �m�y� �f�r�i�e�n�d�.� �A�n�d� �b�y� �t�h�e� �w�a�y�&  �c�h�e�c�k�m�a�t�e�.�<�b�r�>�'� �+� �_�
�
+�	�'�A�n�d� �l�e�t� �h�e�r� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�l�i�t�e�r�a�t�e�<�/�b�>�<�/�f�o�n�t�>�,� �a�b�l�e� �t�o� �p�u�t� �t�w�o� �a�n�d� �t�w�o� �t�o�g�e�t�h�e�r�,� �s�o� �s�h�e� �w�o�u�l�d� �n�o�t� �y�i�e�l�d� �a� �q�u�e�e�n� �a�s� �y�o�u� �h�a�v�e�,� �m�y� �f�r�i�e�n�d�.� �A�n�d� �b�y� �t�h�e� �w�a�y�&  �c�h�e�c�k�m�a�t�e�.�<�b�r�>�'� �+� �_�
�
 �	�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�'�
�
 �e�n�d�
�
@@ -40152,11 +41106,11 @@
 �	�n�p�c�_�p�r�o�g�r�e�s�s�[�'�t�i�a�m�a�t�h�'�]� �=� �1�
�
 �	�a�c�t�i�v�e�[�$�q�u�e�s�t�[�5�]�]� �=� �1�
�
 �	�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'�M�i�s�t�r�e�s�s� �T�i�a�m�a�t� �(�T�i�e�r�r�a� �d�e�l� �C�i�t�a�d�e�l�,� �<�<�$�r�a�t�i�n�g�[�1�0�]�>�>�)�<�b�r�>�'� �+� �_�
�
-�	�'�D�O� �Y�O�U� �S�E�E� �T�H�I�S� �S�H�I�N�I�N�G� �C�H�I�L�D�,� �H�U�M�A�N�?� �H�E� S� �M�Y� �H�E�I�R�,� �H�O�P�E� �O�F� �T�H�E� �H�O�U�S�E� �I�N� �T�H�E� �N�E�X�T� �M�I�L�L�E�N�N�I�U�M�.� �S�O� �V�U�L�N�E�R�A�B�L�E� �N�O�W�,� �B�U�T� �U�N�D�E�R� �M�Y� �P�R�O�T�E�C�T�I�O�N� �H�E� �W�I�L�L� �G�R�O�W� �T�O� �B�E� �T�H�E� �M�O�S�T� �P�O�W�E�R�F�U�L� �C�R�E�A�T�U�R�E� �I�N� �T�H�I�S� �D�I�R�T�Y� �C�I�T�Y�.�<�b�r�>�'� �+� �_�
�
-�	�'�H�E�,� �H�O�W�E�V�E�R�,� �H�A�S� �A� �P�R�O�B�L�E�M�.� �H�E� �C�A�N�N�O�T� �D�I�S�T�I�N�G�U�I�S�H� �B�E�T�W�E�E�N� �H�I�G�H�E�R� �a�n�d� �L�O�W�E�R� �B�E�I�N�G�.� �K�I�N�D�N�E�S�S� �W�I�L�L� �M�A�K�E� �H�I�M� �V�U�L�N�E�R�A�B�L�E�.� �H�E� �N�E�E�D�S� �T�O� �G�E�T� �U�S�E�D� �T�O� �C�O�M�M�A�N�D�I�N�G� �L�E�S�S�E�R� �B�E�I�N�G�S�,� �S�U�C�H� �A�S� �T�H�E�E�.�<�b�r�>�'� �+� �_�
�
-�	�'�T�R�A�I�N� �A� �H�U�M�A�N� �F�E�M�A�L�E� �F�O�R� �H�I�M�.� �P�R�E�P�A�R�E� �H�E�R� �W�E�L�L�,� �L�E�T� �S�H�E� �B�E� �O�B�E�D�I�E�N�T� �T�O� �H�E�R� �M�A�S�T�E�R� �A�B�O�V�E� �A�L�L�.� �S�H�E� �M�U�S�T� �B�E� �A�B�L�E� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�F�E�E�L�<�/�b�>�<�/�f�o�n�t�>� �P�A�I�N� �a�n�d� �S�A�D�N�E�S�S�.�<�b�r�>�'� �+� �_�
�
-�	�'�S�H�E� �M�U�S�T� �T�A�K�E� �C�A�R�E� �O�F� �H�I�M�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�C�L�E�A�N� �H�I�M� �U�P�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�H�E�A�L� �H�I�M�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�S�I�N�G�<�/�b�>�<�/�f�o�n�t�>� �H�I�M� �A� �L�U�L�L�A�B�Y�.� �i�f� �H�E� �W�A�N�T�S� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�R�A�P�E�<�/�b�>�<�/�f�o�n�t�>� �H�E�R�,� �S�H�E� �M�U�S�T� �B�E� �R�E�A�D�Y� �F�O�R� �T�H�I�S�.�<�b�r�>�'� �+� �_�
�
-�	�'�a�n�d� �M�O�S�T� �I�M�P�O�R�T�A�N�T�L�Y�,� �S�H�E� �M�U�S�T� �I�D�E�A�L�L�Y� �E�X�E�C�U�T�E� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�T�H�E� �R�O�L�E� �O�F� �A�N� �A�N�I�M�A�L�<�/�b�>�<�/�f�o�n�t�>�.� �M�Y� �H�E�I�R� �H�A�S� �T�O� �L�E�A�R�N� �T�H�E� �W�O�R�T�H� �O�F� �P�E�O�P�L�E� �a�n�d� �N�O�T� �M�A�K�E� �T�H�E� �M�I�S�T�A�K�E� �O�F� �T�R�Y�I�N�G� �T�O� �C�O�M�M�U�N�I�C�A�T�E� �O�N� �E�Q�U�A�L� �T�E�R�M�S�.� �N�O�W� �G�O�.� �Y�O�U� �H�E�A�R�D� �M�Y� �W�I�L�L�.�<�b�r�>�'� �+� �_�
�
+�	�'�D�O� �Y�O�U� �S�E�E� �T�H�I�S� �S�H�I�N�I�N�G� �C�H�I�L�D�,� �H�U�M�A�N�?� �H�E� �I�S� �M�Y� �H�E�I�R�,� �H�O�P�E� �O�F� �T�H�E� �H�O�U�S�E� �I�N� �T�H�E� �N�E�X�T� �M�I�L�L�E�N�N�I�U�M�.� �S�O� �V�U�L�N�E�R�A�B�L�E� �N�O�W�,� �B�U�T� �U�N�D�E�R� �M�Y� �P�R�O�T�E�C�T�I�O�N� �H�E� �W�I�L�L� �G�R�O�W� �T�O� �B�E� �T�H�E� �M�O�S�T� �P�O�W�E�R�F�U�L� �C�R�E�A�T�U�R�E� �I�N� �T�H�I�S� �D�I�R�T�Y� �C�I�T�Y�.�<�b�r�>�'� �+� �_�
�
+�	�'�H�E�,� �H�O�W�E�V�E�R�,� �H�A�S� �A� �P�R�O�B�L�E�M�.� �H�E� �C�A�N�N�O�T� �D�I�S�T�I�N�G�U�I�S�H� �B�E�T�W�E�E�N� �H�I�G�H�E�R� �A�N�D� �L�O�W�E�R� �B�E�I�N�G�S�.� �K�I�N�D�N�E�S�S� �W�I�L�L� �M�A�K�E� �H�I�M� �V�U�L�N�E�R�A�B�L�E�.� �H�E� �N�E�E�D�S� �T�O� �G�E�T� �U�S�E�D� �T�O� �C�O�M�M�A�N�D�I�N�G� �L�E�S�S�E�R� �B�E�I�N�G�S�,� �S�U�C�H� �A�S� �Y�O�U�.�<�b�r�>�'� �+� �_�
�
+�	�'�T�R�A�I�N� �A� �H�U�M�A�N� �F�E�M�A�L�E� �F�O�R� �H�I�M�.� �P�R�E�P�A�R�E� �H�E�R� �W�E�L�L�.� �L�E�T� �S�H�E� �B�E� �O�B�E�D�I�E�N�T� �T�O� �H�E�R� �M�A�S�T�E�R� �A�B�O�V�E� �A�L�L�.� �S�H�E� �M�U�S�T� �B�E� �A�B�L�E� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�F�E�E�L�<�/�b�>�<�/�f�o�n�t�>� �P�A�I�N� �a�n�d� �S�A�D�N�E�S�S�.�<�b�r�>�'� �+� �_�
�
+�	�'�S�H�E� �M�U�S�T� �T�A�K�E� �C�A�R�E� �O�F� �H�I�M�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�C�L�E�A�N� �H�I�M� �U�P�<�/�b�>�<�/�f�o�n�t�>�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�H�E�A�L� �H�I�M�<�/�b�>�<�/�f�o�n�t�>� �W�I�T�H� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�P�O�T�I�O�N�S�<�/�b�>�<�/�f�o�n�t�>� �A�N�D� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�M�A�G�I�C�<�/�b�>�<�/�f�o�n�t�>� �A�N�D� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�S�I�N�G�<�/�b�>�<�/�f�o�n�t�>� �H�I�M� �A� �L�U�L�L�A�B�Y�.� �I�F� �H�E� �W�A�N�T�S� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�R�A�P�E�<�/�b�>�<�/�f�o�n�t�>� �H�E�R�,� �S�H�E� �M�U�S�T� �B�E� �R�E�A�D�Y� �F�O�R� �T�H�I�S�.�<�b�r�>�'� �+� �_�
�
+�	�'�A�N�D� �M�O�S�T� �I�M�P�O�R�T�A�N�T�L�Y�,� �S�H�E� �M�U�S�T� �I�D�E�A�L�L�Y� �E�X�E�C�U�T�E� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�T�H�E� �R�O�L�E� �O�F� �A�N� �A�N�I�M�A�L�<�/�b�>�<�/�f�o�n�t�>�.� �M�Y� �H�E�I�R� �M�U�S�T� �L�E�A�R�N� �T�H�E� �W�O�R�T�H� �O�F� �P�E�O�P�L�E� �A�N�D� �N�O�T� �M�A�K�E� �T�H�E� �M�I�S�T�A�K�E� �O�F� �T�R�Y�I�N�G� �T�O� �C�O�M�M�U�N�I�C�A�T�E� �O�N� �E�Q�U�A�L� �T�E�R�M�S�.� �N�O�W� �G�O�.� �Y�O�U� �H�E�A�R�D� �M�Y� �W�I�L�L�.�<�b�r�>�'� �+� �_�
�
 �	�'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�t�i�a�m�a�t�h�_�p�r�e�f�'�
�
 �e�n�d�
�
@@ -40303,8 +41257,8 @@
 �	�	�s�l�a�v�e�[�'�n�i�p�p�l�e�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�d�y�n�a�m�i�c� �$�p�i�e�r�c�e�_�b�r�e�a�s�t�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �3�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �3�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �3�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
@@ -40325,8 +41279,8 @@
 �	�	�s�l�a�v�e�[�'�c�l�i�t�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�d�y�n�a�m�i�c� �$�p�i�e�r�c�e�_�c�l�i�t�o�r�i�s�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �5�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �5�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
@@ -40346,8 +41300,8 @@
 �	�$�d�o�_�s�e�r�v�i�c�e� �=� �{�
�
 �	�	�s�l�a�v�e�[�'�e�a�r�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �1�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �1�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �1�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �2�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
@@ -40366,8 +41320,8 @@
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�t�o�n�g�u�e�_�p�i�e�r�c�i�n�g�'�
�
 �	�$�d�o�_�s�e�r�v�i�c�e� �=� �{�
�
 �	�	�s�l�a�v�e�[�'�t�o�n�g�u�e�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �2�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �2�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �2�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�0�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �2�
�
@@ -40388,8 +41342,8 @@
 �	�$�d�o�_�s�e�r�v�i�c�e� �=� �{�
�
 �	�	�s�l�a�v�e�[�'�b�e�l�l�y�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �2�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �2�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �2�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �3�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
@@ -40409,8 +41363,8 @@
 �	�$�d�o�_�s�e�r�v�i�c�e� �=� �{�
�
 �	�	�s�l�a�v�e�[�'�n�o�s�t�r�i�l�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �1�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �1�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �1�0�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �3�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
@@ -40431,8 +41385,8 @@
 �	�	�s�l�a�v�e�[�'�n�o�s�e�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �5�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �2�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �2�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �2�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
 �	�	�s�l�a�v�e�[�'�p�i�e�r�c�i�n�g�s�'�]� �+�=� �1�
�
@@ -40451,8 +41405,8 @@
 �	�$�d�o�_�s�e�r�v�i�c�e� �=� �{�
�
 �	�	�s�l�a�v�e�[�'�s�c�a�r�i�f�i�c�a�t�i�o�n�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �1�5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �5�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �5�0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �5�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �5�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �5�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �1�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �1�0�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�0�
�
@@ -40476,8 +41430,8 @@
 �	�$�d�o�_�s�e�r�v�i�c�e� �=� �{�
�
 �	�	�s�l�a�v�e�[�'�t�o�n�g�u�e�_�s�p�l�i�t�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �2�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �1�0�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �1�0�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �5�0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �5�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �1�0�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �5�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �3�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �1�0�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �2�5�
�
@@ -40512,8 +41466,8 @@
 �	�	�s�l�a�v�e�[�'�n�o�s�e�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�[�'�f�u�l�l�_�p�i�e�r�c�i�n�g�'�]� �=� �1�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �6�5�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �<� �7�:� �s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �7�
�
-�	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �<� �1�0� �a�n�d� �b�l�o�o�d�_�a�t�t�i�t�u�d�e� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �1�0�
�
+�	�	�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�p�a�i�n�'�]�,� �7�)�
�
+�	�	�i�f� �s�l�a�v�e�[�'�b�l�o�o�d�_�a�t�t�i�t�u�d�e�'�]� �<� �0�:� �s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]�,� �1�0�)�
�
 �	�	�g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �7�
�
 �	�	�!�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�'�]� �+�=� �3�0�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �3�5�
�
@@ -40833,12 +41787,14 @@
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �6�1�0�:�
�
 �	�$�p�l�a�c�e� �=� �'�s�m�u�g�g�l�e�r�s�_�d�e�n�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�!�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�1�]� �=� �'�c�h�a�r�a�c�t�e�r�s�\�i�s�a�b�e�l�l�a�_�m�e�e�t�i�n�g�.�p�n�g�'�
�
+�	�!�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�4�]� �=� �'�c�h�a�r�a�c�t�e�r�s�\�i�s�a�b�e�l�l�a�_�m�e�e�t�i�n�g�.�p�n�g�'�
�
 �	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�i�s�a�b�e�l�l�a�_�m�e�t�'�
�
 �	�c�o�p�y�a�r�r� �'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�,� �'�$�i�s�a�b�e�l�l�a�_�o�p�t�i�o�n�s�'�
�
+�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�3�]� �=� �{�
�
+�	�	�$�p�l�a�c�e� �=� �'�s�m�u�g�g�l�e�r�s�_�d�e�n�'�
�
+�	�}�
�
 �	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�4�]� �=� �{�
�
-�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
-�	�	�$�b�g�_�p�a�t�h� �=� �'�c�h�a�r�a�c�t�e�r�s�\�i�s�a�b�e�l�l�a�_�m�e�e�t�i�n�g�'�
�
+�	�	�$�p�l�a�c�e� �=� �'�i�s�a�b�e�l�l�a�_�m�e�e�t�i�n�g�'�
�
 �	�}�
�
 �e�n�d�
�
 �
�
@@ -40862,8 +41818,8 @@
 �	�e�n�d�
�
 �	�c�o�m�b�a�t�a�n�t� �=� �0� �&�!� �s�e�t� �m�a�s�t�e�r� �a�s� �t�h�e� �c�o�m�b�a�t�a�n�t�
�
 �	�!�t�h�e� �u�p�p�e�r� �b�o�u�n�d� �o�f� �t�h�i�s� �M�U�S�T� �e�q�u�a�l� �t�h�e� �t�o�t�a�l� �n�u�m�b�e�r� �o�f� �e�n�c�o�u�n�t�e�r�s�
�
-�	�p�a�t�r�o�l�_�n�u�m� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�4�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�1�4�)�
�
-�	�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �+�=� �1�
�
+�	�p�a�t�r�o�l�_�n�u�m� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�1�4�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�1�4�)�
�
+�	�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �+�=� �1�
�
 �!�T�e�s�t�i�n�g� �c�o�d�e� �-� �c�o�m�m�e�n�t� �o�u�t� �t�h�e� �l�i�n�e� �a�b�o�v�e� �a�n�d� �u�n�c�o�m�m�e�n�t� �t�h�e� �l�i�n�e� �b�e�l�o�w� �t�o� �h�a�v�e� �a�l�l� �f�i�g�h�t�s� �i�n� �o�r�d�e�r� �-� �c�r�u�s�h�b�o�s�s�
�
 �!� �p�a�t�r�o�l�_�n�u�m� �+�=� �1�
�
 �!�E�n�d� �o�f� �T�e�s�t�i�n�g� �C�o�d�e� �-� �c�r�u�s�h�b�o�s�s�
�
@@ -41034,7 +41990,7 @@
 �	�:>;8G5AB2>_�2@03>2 �=� �2�
�
 �	�$�2@03[�1�]� �=� �'�g�o�b�l�i�n�'�
�
 �	�$�2@03[�2�]� �=� �'�g�o�b�l�i�n�'�
�
-�	�i�f� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�6�1�1�]�)�)� �m�o�d� �6�5�5�3�7� �>� �3�2�7�6�8�:�
�
+�	�i�f� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�'�6�1�1�'�]�)�)� �m�o�d� �6�5�5�3�7� �>� �3�2�7�6�8�:�
�
 �	�	�$�s�p�_�t�e�x�t�[�1�2�]� �=� �$�r�e�p�l�a�c�e�(�$�s�p�_�t�e�x�t�[�1�2�]�,� �'�p�a�i�r� �o�f� �g�o�b�l�i�n�s� �d�o�u�b�l�e�-�p�e�n�e�t�r�a�t�i�n�g�'�,� �'�t�r�i�o� �o�f� �g�o�b�l�i�n�s� �t�r�i�p�l�e�-�p�e�n�e�t�r�a�t�i�n�g�'�)�
�
 �	�	�:>;8G5AB2>_�2@03>2 �=� �3�
�
 �	�	�$�2@03[�3�]� �=� �'�g�o�b�l�i�n�'�
�
@@ -41096,6 +42052,8 @@
 �	�	�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �<� �3�2�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �3�2� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �2�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �3�2�
�
 �	�	�e�n�d�
�
+�	�e�l�s�e�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:�
�
+�	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �-�5�
�
 �	�e�n�d�
�
 �	�h�u�n�t�i�n�g�_�p�r�i�z�e� �=� �1�
�
 �	�c�o�p�y�a�r�r� �'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�,� �'�$�h�u�n�t�i�n�g�_�p�r�i�z�e�_�o�p�t�i�o�n�s�'�
�
@@ -41116,7 +42074,7 @@
 �	�s�t�o�c�k�[�'�f�e�a�r�'�]� �+�=� �1�
�
 �	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�t�o�c�k�'�)� �&�!� �a�p�p�l�y� �p�s�y�c�h�o�l�o�g�i�c�a�l� �i�m�p�a�c�t�s�
�
 �	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�
�
-�	�d�y�n�a�m�i�c� �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�s�t�o�c�k�'�
�
+�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�t�o�c�k�'�)�
�
 �	�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�2� �-� �(�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �*� �2�)�
�
 �	�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �3�)�
�
 �	�i�f� �i�s�_�k�i�d� �=� �1�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �s�t�o�c�k�[�'�b�o�o�b�s�'�]�
�
@@ -41282,22 +42240,22 @@
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�o�n�e�y�l�e�n�d�e�r�'�
�
 �	�l�o�a�n� �=� �1�0�0�0�
�
 �	�d�e�b�t� �=� �1�2�5�0�
�
-�	�d�e�b�t�_�c�o�u�n�t� �=� �6�0�
�
+�	�d�e�b�t�_�c�o�u�n�t� �=� �4�0�
�
 �e�n�d�
�
 �
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �6�3�2�3�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�o�n�e�y�l�e�n�d�e�r�'�
�
 �	�l�o�a�n� �=� �2�0�0�0�
�
-�	�d�e�b�t� �=� �2�5�0�0�
�
-�	�d�e�b�t�_�c�o�u�n�t� �=� �9�0�
�
+�	�d�e�b�t� �=� �2�6�0�0�
�
+�	�d�e�b�t�_�c�o�u�n�t� �=� �5�0�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �6�3�2�4�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�o�n�e�y�l�e�n�d�e�r�'�
�
-�	�l�o�a�n� �=� �5�0�0�0�
�
-�	�d�e�b�t� �=� �7�0�0�0�
�
-�	�d�e�b�t�_�c�o�u�n�t� �=� �1�2�0�
�
+�	�l�o�a�n� �=� �3�0�0�0�
�
+�	�d�e�b�t� �=� �4�2�0�0�
�
+�	�d�e�b�t�_�c�o�u�n�t� �=� �6�0�
�
 �e�n�d�
�
 �
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �6�3�3�1�:�
�
@@ -41306,7 +42264,7 @@
 �	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�p�l�a�c�e� �=� �'�m�o�n�e�y�l�e�n�d�e�r�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
-�	�i�f� �d�e�b�t� �=� �6�0�0� �a�n�d� �d�e�b�t�_�h�i�s�t�o�r�y� �<�=� �0�:� �d�e�b�t�_�h�i�s�t�o�r�y� �=� �1�
�
+�	�i�f� �d�e�b�t� �=� �6�0�0� �a�n�d� �d�e�b�t�_�h�i�s�t�o�r�y� �<� �1�:� �d�e�b�t�_�h�i�s�t�o�r�y� �=� �1�
�
 �	�i�f� �d�e�b�t� �=� �1�2�5�0� �a�n�d� �d�e�b�t�_�h�i�s�t�o�r�y� �<� �2�:� �d�e�b�t�_�h�i�s�t�o�r�y� �=� �2�
�
 �	�i�f� �d�e�b�t� �=� �2�5�0�0�:� �d�e�b�t�_�h�i�s�t�o�r�y� �=� �3�
�
 �	�s�p�a�r�k�s� �-�=� �d�e�b�t�
�
@@ -41402,7 +42360,7 @@
 �	�g�s� �'�g�e�n�e�r�a�t�e�_�c�l�o�n�e�'�
�
 �	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
 �	�s�p�a�r�k�s� �-�=� �2�0�0�0�
�
-�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �>� �2� �o�r� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �2�:�
�
+�	�i�f� �s�n�a�k�e�_�a�m�u�l�e�t�_�o�n� �=� �0� �a�n�d� �(�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �>� �2� �o�r� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �2�)�:�
�
 �	�	�n�p�c� �=� �1�
�
 �	�	�$�n�p�c�_�i�d� �=� �'�m�a�s�t�e�r�_�s�k�u�p�s�'�
�
 �	�	�b�r�a�n�d�_�r�a�t�e� �-�=� �1�0�
�
@@ -41536,7 +42494,6 @@
 �	�i�f� �n�o�_�l�o�l�i� �!� �1�:� �$�s�p�e�c�i�a�l�_�a�g�e� �=� �'�l�o�l�i�'�
�
 �	�g�s� �'�g�e�n�e�r�a�t�e�_�s�t�o�c�k�'�
�
 �	�g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t�'�
�
-�	�i�f� �n�o�_�l�o�l�i� �!� �1�:� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�
�
 �
�
 �	�$�s�l�a�v�e�[�'�w�p�n�'�]� �=� �'�:8=60;'� �&�!� �d�a�g�g�e�r�
�
 �	�$�s�l�a�v�e�[�'�a�r�m�o�r�'�]� �=� �'�'�
�
@@ -41551,8 +42508,8 @@
 �	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �=� �0�
�
 �	�s�l�a�v�e�[�'�e�p�i�l�a�t�i�o�n�'�]� �=� �1�2�
�
 �	�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �7�
�
-�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �2�
�
-�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �2�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �1�
�
 �	�$�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]� �=� �'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�
�
 �	�$�s�l�a�v�e�[�'�e�a�r�r�i�n�g�s�'�]� �=� �'�i�n�c�r�u�s�t�e�d�_�e�a�r�r�i�n�g�s�'�
�
 �	�$�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]� �=� �'�l�e�a�t�h�e�r�_�s�t�r�a�p�s�'�
�
@@ -41583,35 +42540,195 @@
 �	�e�l�s�e�
�
 �	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�l�a�v�e�_�s�o�l�d�'�
�
 �	�e�n�d�
�
+�	�	�	�!�!�!�!�a� �=� �2� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
+�	�	�	�!�!�!�!�b� �=� �(�d�a�y� �*� �9�7�)� �m�o�d� �(�a� �+� �1�)�
�
+�	�	�	�!�!�!�!�c� �=� �1�0� �+� �(�(�d�a�y� �*� �8�7�)� �m�o�d� �2�1�)�
�
+�	�	�	�!�!�!�!�e� �=� �(�d�a�y� �*� �8�3�)� �m�o�d� �(�(�c�h�a�r�m�/�2�)� �+� �1�)�
�
+�	�	�	�!�!�!�!�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s� �=� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �+� �1�
�
+�	�	�	�!�!�!�!�i�f� �b� �=� �0�:�
�
+�	�	�	�!�!�	�!�!�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�s�e�l�l�_�p�r�i�c�e� �-�=� �d�
�
+�	�	�	�!�!�	�!�!�$�t�e�x�t�[�1�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �t�h�e� �t�r�a�d�e� �w�e�n�t� �f�r�o�m� �b�a�d� �t�o� �w�o�r�s�e�,� �y�o�u� �b�l�u�r�t�e�d� �o�u�t� �a� �c�o�u�p�l�e� �o�f� �s�t�u�p�i�d� �t�h�i�n�g�s� �a�n�d� �e�v�e�n�t�u�a�l�l�y� �w�e�r�e� �f�o�r�c�e�d� �t�o� �a�g�r�e�e� �t�o� �a� �p�r�i�c�e� �e�v�e�n� �l�o�w�e�r� �t�h�a�n� �t�h�e� �a�v�e�r�a�g�e�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �W�e�l�l�,� �i�t� s� �s�t�i�l�l� �a� �p�r�o�f�i�t�& '�
�
+�	�	�	�!�!�!�!�e�l�s�e�i�f� �b� �=� �1�:�
�
+�	�	�	�!�!�	�!�!�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �n�e�g�o�t�i�a�t�e�d�,� �b�u�t� �t�o� �n�o� �a�v�a�i�l�.� �A�s� �a� �r�e�s�u�l�t�,� �y�o�u� �h�a�d� �t�o� �c�o�m�p�r�o�m�i�s�e� �a�n�d� �a�g�r�e�e� �t�o� �a� �f�a�i�r� �a�v�e�r�a�g�e� �p�r�i�c�e�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �I�t� �c�o�u�l�d� �b�e� �w�o�r�s�e�.�'�
�
+�	�	�	�!�!�!�!�e�l�s�e�i�f� �b� �=� �2�:�
�
+�	�	�	�!�!�	�!�!�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�s�e�l�l�_�p�r�i�c�e� �+�=� �d�
�
+�	�	�	�!�!�	�!�!�!�T�O�D�O� �(�n�e�e�d�s� �f�u�r�t�h�e�r� �a�n�a�l�y�s�i�s�,� �n�p�c�_�m�o�n�e�y� �c�a�n� �b�e� �z�e�r�o� �h�e�r�e�,� �f�o�r� �e�x�a�m�p�l�e� �w�i�t�h� �$�n�p�c�_�i�d� �=� �'�b�r�i�n�a�'�)�:� �i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:� �s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �m�a�n�a�g�e�d� �t�o� �c�o�n�v�i�n�c�e� �t�h�e� �c�u�s�t�o�m�e�r� �t�h�a�t� �y�o�u�r� �p�r�o�d�u�c�t� �i�s� �w�o�r�t�h� �a� �s�m�a�l�l� �o�v�e�r�p�a�y�m�e�n�t�.� �A�s� �a� �r�e�s�u�l�t�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �N�o�t� �b�a�d�!�'�
�
+�	�	�	�!�!�!�!�e�l�s�e�i�f� �b� �>� �2�:�
�
+�	�	�	�!�!�	�!�!�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�s�e�l�l�_�p�r�i�c�e� �+�=� �d�*�2�
�
+�	�	�	�!�!�	�!�!�!�T�O�D�O� �(�n�e�e�d�s� �f�u�r�t�h�e�r� �a�n�a�l�y�s�i�s�,� �n�p�c�_�m�o�n�e�y� �c�a�n� �b�e� �z�e�r�o� �h�e�r�e�,� �f�o�r� �e�x�a�m�p�l�e� �w�i�t�h� �$�n�p�c�_�i�d� �=� �'�b�r�i�n�a�'�)�:� �i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:� �s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�$�t�e�x�t�[�1�]� �=� �'� � �T�h�a�n�k�s� �t�o� �t�h�e� �p�o�p�u�l�a�r�i�t�y� �o�f� �y�o�u�r� �b�r�a�n�d�,� �y�o�u� �m�a�n�a�g�e�d� �t�o� �r�a�i�s�e� �t�h�e� �p�r�i�c�e� �c�o�n�s�i�d�e�r�a�b�l�y�.� �A�s� �a� �r�e�s�u�l�t�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �E�x�c�e�l�l�e�n�t�!�'�
�
+�	�	�	�!�!�!�!�e�n�d�
�
+�	�	�	�!�!�!�!�i�f� �e� �>� �b� �a�n�d� �b� �>� �3�:�
�
+�	�	�	�!�!�	�!�!�!�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�!�T�O�D�O� �(�n�e�e�d�s� �f�u�r�t�h�e�r� �a�n�a�l�y�s�i�s�,� �n�p�c�_�m�o�n�e�y� �c�a�n� �b�e� �z�e�r�o� �h�e�r�e�,� �f�o�r� �e�x�a�m�p�l�e� �w�i�t�h� �$�n�p�c�_�i�d� �=� �'�b�r�i�n�a�'�)�:� �i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:� �s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�d� �=� �c�*�(�r�a�t�i�n�g�+�c�h�a�r�m�/�2�)�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�!�!�	�!�!�s�e�l�l�_�p�r�i�c�e� �+�=� �d� �+� �v�i�r�g�i�n�_�p�r�i�c�e�
�
+�	�	�	�!�!�	�!�!�$�t�e�x�t�[�1�]� �=� �'� � �T�h�a�n�k�s� �t�o� �t�h�e� �c�h�a�r�m� �o�f� �y�o�u�r� �s�l�a�v�e�,� �y�o�u� �m�a�n�a�g�e� �t�o� �r�a�i�s�e� �t�h�e� �p�r�i�c�e� �c�o�n�s�i�d�e�r�a�b�l�y�.� �A�s� �a� �r�e�s�u�l�t�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �E�x�c�e�l�l�e�n�t�!�'�
�
+�	�!�-�-�-�-�-�-�-�-�-�-�-�-�-�-�S�h�a�r�e�d� �P�a�r�t�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�b�r�a�n�d�_�c�o�e�f�f�i�c�i�e�n�t�'� �&�!� �s�h�a�r�e�d� �c�o�e�f�f�i�c�i�e�n�t� �f�o�r� �s�l�a�v�e� �p�e�r�f�o�r�m�a�n�c�e� �a�n�d� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e�,� �b�a�s�e�d� �o�n� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t�'� �&�!� �s�h�a�r�e�d� �c�o�e�f�f�i�c�i�e�n�t� �f�o�r� �s�l�a�v�e� �p�e�r�f�o�r�m�a�n�c�e� �a�n�d� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e�,� �b�a�s�e�d� �o�n� �s�l�a�v�e� �r�a�t�i�n�g� �v�s�.� �b�u�y�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n�
�
+�	�b�a�r�g�a�i�n�_�b�r�a�n�d�_�c�o�e�f�f�i�c�i�e�n�t� �=� �1� �+� �(�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �-� �1�)� �/� �2�
�
+�	�!� �b�a�r�g�a�i�n�_�b�r�a�n�d�_�c�o�e�f�f�i�c�i�e�n�t� �i�s� �[�1�,�3�]� �(�1� �a�t� �F�-�/�D�-� �b�r�a�n�d�,� �2� �a�t� �C�-�/�B�+�/�A�+� �b�r�a�n�d�,� �3� �a�t� �S�+� �b�r�a�n�d�)�
�
+�	�b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t� �=� �(�r�a�t�i�n�g� �-� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�)�/�2�
�
+�	�!� �b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t� �r�a�n�g�e� �i�s� �[�0�,�4�]� �(�m�a�x� �i�f� �o�f�f�e�r�i�n�g� �S�+� �r�a�t�i�n�g� �f�o�r� �D�+� �r�e�q�u�e�s�t�)�
�
 �	�s�e�l�l�_�p�r�i�c�e� �=� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�
�
-�	�a� �=� �2� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
-�	�b� �=� �(�d�a�y� �*� �9�7�)� �m�o�d� �(�a� �+� �1�)�
�
-�	�c� �=� �1�0� �+� �(�(�d�a�y� �*� �8�7�)� �m�o�d� �2�1�)�
�
-�	�e� �=� �(�d�a�y� �*� �8�3�)� �m�o�d� �(�(�c�h�a�r�m�/�2�)� �+� �1�)�
�
-�	�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s� �=� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �+� �1�
�
-�	�i�f� �b� �=� �0�:�
�
-�	�	�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
-�	�	�s�e�l�l�_�p�r�i�c�e� �-�=� �d�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �t�h�e� �t�r�a�d�e� �w�e�n�t� �f�r�o�m� �b�a�d� �t�o� �w�o�r�s�e�,� �y�o�u� �b�l�u�r�t�e�d� �o�u�t� �a� �c�o�u�p�l�e� �o�f� �s�t�u�p�i�d� �t�h�i�n�g�s� �a�n�d� �e�v�e�n�t�u�a�l�l�y� �w�e�r�e� �f�o�r�c�e�d� �t�o� �a�g�r�e�e� �t�o� �a� �p�r�i�c�e� �e�v�e�n� �l�o�w�e�r� �t�h�a�n� �t�h�e� �a�v�e�r�a�g�e�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �W�e�l�l�,� �i�t� s� �s�t�i�l�l� �a� �p�r�o�f�i�t�& '�
�
-�	�e�l�s�e�i�f� �b� �=� �1�:�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �n�e�g�o�t�i�a�t�e�d�,� �b�u�t� �t�o� �n�o� �a�v�a�i�l�.� �A�s� �a� �r�e�s�u�l�t�,� �y�o�u� �h�a�d� �t�o� �c�o�m�p�r�o�m�i�s�e� �a�n�d� �a�g�r�e�e� �t�o� �a� �f�a�i�r� �a�v�e�r�a�g�e� �p�r�i�c�e�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �I�t� �c�o�u�l�d� �b�e� �w�o�r�s�e�.�'�
�
-�	�e�l�s�e�i�f� �b� �=� �2�:�
�
-�	�	�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
-�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �d�
�
-�	�	�!�T�O�D�O� �(�n�e�e�d�s� �f�u�r�t�h�e�r� �a�n�a�l�y�s�i�s�,� �n�p�c�_�m�o�n�e�y� �c�a�n� �b�e� �z�e�r�o� �h�e�r�e�,� �f�o�r� �e�x�a�m�p�l�e� �w�i�t�h� �$�n�p�c�_�i�d� �=� �'�b�r�i�n�a�'�)�:� �i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:� �s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �m�a�n�a�g�e�d� �t�o� �c�o�n�v�i�n�c�e� �t�h�e� �c�u�s�t�o�m�e�r� �t�h�a�t� �y�o�u�r� �p�r�o�d�u�c�t� �i�s� �w�o�r�t�h� �a� �s�m�a�l�l� �o�v�e�r�p�a�y�m�e�n�t�.� �A�s� �a� �r�e�s�u�l�t�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �N�o�t� �b�a�d�!�'�
�
-�	�e�l�s�e�i�f� �b� �>� �2�:�
�
-�	�	�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
-�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �d�*�2�
�
-�	�	�!�T�O�D�O� �(�n�e�e�d�s� �f�u�r�t�h�e�r� �a�n�a�l�y�s�i�s�,� �n�p�c�_�m�o�n�e�y� �c�a�n� �b�e� �z�e�r�o� �h�e�r�e�,� �f�o�r� �e�x�a�m�p�l�e� �w�i�t�h� �$�n�p�c�_�i�d� �=� �'�b�r�i�n�a�'�)�:� �i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:� �s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�a�n�k�s� �t�o� �t�h�e� �p�o�p�u�l�a�r�i�t�y� �o�f� �y�o�u�r� �b�r�a�n�d�,� �y�o�u� �m�a�n�a�g�e�d� �t�o� �r�a�i�s�e� �t�h�e� �p�r�i�c�e� �c�o�n�s�i�d�e�r�a�b�l�y�.� �A�s� �a� �r�e�s�u�l�t�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �E�x�c�e�l�l�e�n�t�!�'�
�
-�	�e�n�d�
�
-�	�i�f� �e� �>� �b� �a�n�d� �b� �>� �3�:�
�
-�	�	�!�d� �=� �c�*�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�_�p�l�u�s�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
-�	�	�!�T�O�D�O� �(�n�e�e�d�s� �f�u�r�t�h�e�r� �a�n�a�l�y�s�i�s�,� �n�p�c�_�m�o�n�e�y� �c�a�n� �b�e� �z�e�r�o� �h�e�r�e�,� �f�o�r� �e�x�a�m�p�l�e� �w�i�t�h� �$�n�p�c�_�i�d� �=� �'�b�r�i�n�a�'�)�:� �i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:� �s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
-�	�	�d� �=� �c�*�(�r�a�t�i�n�g�+�c�h�a�r�m�/�2�)�*�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
-�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �d� �+� �v�i�r�g�i�n�_�p�r�i�c�e�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�a�n�k�s� �t�o� �t�h�e� �c�h�a�r�m� �o�f� �y�o�u�r� �s�l�a�v�e�,� �y�o�u� �m�a�n�a�g�e� �t�o� �r�a�i�s�e� �t�h�e� �p�r�i�c�e� �c�o�n�s�i�d�e�r�a�b�l�y�.� �A�s� �a� �r�e�s�u�l�t�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �E�x�c�e�l�l�e�n�t�!�'�
�
+�	�!�-�-�-�-�-�-�-�-�-�-�-�-�-�-�S�l�a�v�e� �P�e�r�f�o�r�m�a�n�c�e�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�c�h�a�r�m�_�c�o�e�f�f�i�c�i�e�n�t�'� �&�!� �p�a�r�t�i�a�l�l�y� �r�a�n�d�o�m�i�z�e�d� �c�o�e�f�f�i�c�i�e�n�t� �b�a�s�e�d� �o�n� �b�u�y�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n�,� �u�s�e�d� �i�n� �s�l�a�v�e� �p�e�r�f�o�r�m�a�n�c�e� �o�n�l�y�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s�'� �&�!� �m�e�a�s�u�r�e�s� �h�o�w� �m�u�c�h� �s�l�a�v�e� �c�h�a�r�m� �e�x�c�e�e�d�s� �b�u�y�e�r� �c�h�a�r�m� �e�x�p�e�c�t�a�t�i�o�n�,� �u�s�e�d� �i�n� �s�l�a�v�e� �p�e�r�f�o�r�m�a�n�c�e� �o�n�l�y�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s�'� �&�!� �v�a�l�u�e� �a�d�d�e�d� �t�o� �p�r�i�c�e� �b�y� �s�l�a�v�e� �p�e�r�f�o�r�m�a�n�c�e�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�c�h�a�r�m�_�f�a�c�t�o�r�'� �&�!� �f�a�c�t�o�r� �p�a�s�s�e�d� �f�r�o�m� �s�l�a�v�e� �p�e�r�f�o�r�m�a�n�c�e� �t�o� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e�
�
+�	�!� �i�f� �s�l�a�v�e� �c�h�a�r�m� �e�x�c�e�e�d�s� �t�h�e� �m�i�n�i�m�u�m� �r�e�q�u�i�r�e�m�e�n�t� �f�o�r� �t�h�e� �c�u�s�t�o�m�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n� �b�y� �a�t� �l�e�a�s�t� �8� �p�o�i�n�t�s�,� �a� �c�h�a�r�m� �b�o�n�u�s� �i�s� �a�d�d�e�d� �t�o� �t�h�e� �p�r�i�c�e�
�
+�	�!� �i�f� �s�l�a�v�e� �c�h�a�r�m� �e�x�c�e�e�d�s� �t�h�e� �m�i�n�i�m�u�m� �r�e�q�u�i�r�e�m�e�n�t� �f�o�r� �t�h�e� �c�u�s�t�o�m�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n� �b�y� �a�t� �l�e�a�s�t� �1�6� �p�o�i�n�t�s�,� �t�h�e� �c�h�a�r�m� �b�o�n�u�s� �i�s� �d�o�u�b�l�e�d�
�
+�	�b�a�r�g�a�i�n�_�c�h�a�r�m�_�c�o�e�f�f�i�c�i�e�n�t� �=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �+� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)� �m�o�d� �6�5�5�3�7�)� �/� �(�6�5�5�3�7� �/� �(�1� �+� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�)�)�
�
+�	�!� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�c�o�e�f�f�i�c�i�e�n�t� �i�s� �[�d�e�m�a�n�d�_�r�a�t�i�n�g�,� �2� �*� �d�e�m�a�n�d�_�r�a�t�i�n�g�]� �(�a�v�e�r�a�g�e� �3�%� �f�o�r� �D�+�,� �6�%� �f�o�r� �C�+�,� �9�%� �f�o�r� �B�+�,� �1�2�%� �f�o�r� �A�+�,� �1�5�%� �f�o�r� �S�+�)�
�
+�	�i�f� �(�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �+� �1�)�/�2� �=� �1�:� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �=� �c�h�a�r�m� �-� �6� � � � � � �&�!� �D�-�/�D�+�
�
+�	�i�f� �(�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �+� �1�)�/�2� �=� �2�:� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �=� �c�h�a�r�m� �-� �1�2� � � � � �&�!� �C�-�/�C�+�
�
+�	�i�f� �(�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �+� �1�)�/�2� �=� �3�:� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �=� �c�h�a�r�m� �-� �1�8� � � � � �&�!� �B�-�/�B�+�
�
+�	�i�f� �(�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �+� �1�)�/�2� �=� �4�:� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �=� �c�h�a�r�m� �-� �2�4� � � � � �&�!� �A�-�/�A�+�
�
+�	�i�f� �(�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �+� �1�)�/�2� �=� �5�:� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �=� �2�*�(�c�h�a�r�m� �-� �3�8�)� �&�!� �S�-�/�S�+� �(�e�x�c�e�s�s� �c�h�a�r�m� �i�s� �v�a�l�u�e�d� �2�x� �a�t� �t�h�i�s� �r�a�t�i�n�g�)�
�
+�	�!� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �[�0�,� �2�0�]� �r�e�p�r�e�s�e�n�t�s� �t�h�e� �a�m�o�u�n�t� �o�f� �c�h�a�r�m� �a�b�o�v�e� �t�h�e� �m�i�n�i�m�u�m� �r�e�q�u�i�r�e�m�e�n�t� �f�o�r� �t�h�e� �r�a�t�i�n�g�;� �e�v�e�r�y� �t�w�o� �e�x�c�e�s�s� �p�o�i�n�t�s� �i�m�p�r�o�v�e�s� �p�r�i�c�e� �b�y� �1�%�
�
+�	�!� �m�a�x�i�m�u�m� �p�o�s�s�i�b�l�e� �c�h�a�r�m� �i�s� �4�6�;� �c�h�a�r�m� �2�3� �i�s� �e�a�s�y� �t�o� �a�c�h�i�e�v�e� �w�i�t�h� �C�-� �b�r�a�n�d� �o�r� �h�i�g�h�e�r�,� �F�-� �s�l�a�v�e� �f�a�m�e�,� �1� �d�e�v�o�t�i�o�n�;� �c�o�s�t� �o�f� �c�l�o�t�h�i�n�g� �a�n�d� �p�i�e�r�c�i�n�g�s� �t�o� �r�e�a�c�h� �S�+� �s�t�y�l�e� �a�n�d� �A�+� �e�x�o�t�i�c�i�s�m� �i�s� �a�b�o�u�t� �1�2�0� �s�p�a�r�k�s�
�
+�	�!� �2�3� �-� �6� �=� �1�7�,� � �D� �r�a�t�i�n�g� �b�u�y�e�r�s� �a�r�e� �r�e�l�a�t�i�v�e�l�y� �e�a�s�y� �t�o� �i�m�p�r�e�s�s� �(�q�u�a�l�i�f�y� �f�o�r� �1�x� �c�h�a�r�m� �b�o�n�u�s�)� �w�i�t�h� �a� �m�o�d�e�s�t� �e�f�f�o�r�t� �a�n�d� �i�n�v�e�s�t�m�e�n�t� �t�o� �p�r�e�p�a�r�e� �h�e�r�;� �1�.�5�x� �c�h�a�r�m� �b�o�n�u�s� �n�e�e�d�s� �3� �p�o�i�n�t�s� �m�o�r�e�
�
+�	�!� �2�3� �-� �1�2� �=� �1�1�,� �C� �r�a�t�i�n�g� �b�u�y�e�r�s� �a�r�e� �r�e�l�a�t�i�v�e�l�y� �e�a�s�y� �t�o� �i�m�p�r�e�s�s� �(�q�u�a�l�i�f�y� �f�o�r� �1�x� �c�h�a�r�m� �b�o�n�u�s�)� �w�i�t�h� �a� �m�o�d�e�s�t� �e�f�f�o�r�t� �a�n�d� �i�n�v�e�s�t�m�e�n�t� �t�o� �p�r�e�p�a�r�e� �h�e�r�;� �1�.�5�x� �c�h�a�r�m� �b�o�n�u�s� �n�e�e�d�s� �9� �p�o�i�n�t�s� �m�o�r�e�
�
+�	�!� �2�3� �-� �1�8� �=� �5�,� � �B� �r�a�t�i�n�g� �b�u�y�e�r�s� �n�e�e�d� �3� �p�o�i�n�t�s� �m�o�r�e� �t�o� �q�u�a�l�i�f�y� �f�o�r� �1�x� �b�o�n�u�s� �a�n�d� �1�5� �p�o�i�n�t�s� �m�o�r�e� �t�o� �q�u�a�l�i�f�y� �f�o�r� �1�.�5�x� �c�h�a�r�m� �b�o�n�u�s�
�
+�	�!� �f�o�r� �A� �r�a�t�i�n�g� �b�u�y�e�r�,� �m�a�x� �e�x�c�e�s�s� �c�h�a�r�m� �i�s� �4�6� �-� �2�4� �=� �2�2�,� �s�o� �A� �r�a�t�i�n�g� �b�u�y�e�r�s� �c�a�n� �g�i�v�e� �a� �1�.�5�x� �c�h�a�r�m� �b�o�n�u�s� �w�i�t�h� �2� �p�o�i�n�t�s� �l�e�s�s� �t�h�a�n� �p�e�r�f�e�c�t� �c�h�a�r�m�
�
+�	�!� �f�o�r� �S� �r�a�t�i�n�g� �b�u�y�e�r�,� �m�a�x� �e�x�c�e�s�s� �c�h�a�r�m� �i�s� �2�*�(�4�6� �-� �3�8�)� �=� �1�6�,� �s�o� �S� �r�a�t�i�n�g� �b�u�y�e�r�s� �c�a�n� �g�i�v�e� �a� �1�.�5�x� �c�h�a�r�m� �b�o�n�u�s� �w�i�t�h� �p�e�r�f�e�c�t� �c�h�a�r�m�
�
+�	�b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �=� �(�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�/�1�0�0�)� �*� �(�b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s�/�2� �+� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�c�o�e�f�f�i�c�i�e�n�t� �+� �2�*�b�a�r�g�a�i�n�_�b�r�a�n�d�_�c�o�e�f�f�i�c�i�e�n�t� �+� �3�*�b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t�)�
�
+�	�!� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �i�s� �1�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �m�u�l�t�i�p�l�i�e�d� �b�y� �[�3�,�4�8�]� �a�s� �d�e�s�c�r�i�b�e�d� �b�e�l�o�w�
�
+�	�!� �f�o�r� �D� �r�a�t�i�n�g� �b�u�y�e�r�s�,� �c�h�a�r�m� �c�o�e�f�f�i�c�i�e�n�t� �r�a�n�g�e�s� �[�1�,�4�]� � �a�n�d� �e�x�c�e�s�s� �c�h�a�r�m� �c�o�n�t�r�i�b�u�t�i�o�n� �t�o� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �c�a�n�n�o�t� �e�x�c�e�e�d� �2�0�%� �=� �(�4�6� �-� �6� �=� �4�0�)�/�2� � �f�o�r� �a� �m�a�x� �o�f� �2�4�%�
�
+�	�!� �f�o�r� �C� �r�a�t�i�n�g� �b�u�y�e�r�s�,� �c�h�a�r�m� �c�o�e�f�f�i�c�i�e�n�t� �r�a�n�g�e�s� �[�3�,�8�]� � �a�n�d� �e�x�c�e�s�s� �c�h�a�r�m� �c�o�n�t�r�i�b�u�t�i�o�n� �t�o� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �c�a�n�n�o�t� �e�x�c�e�e�d� �1�7�%� �=� �(�4�6� �-� �1�8� �=� �3�4�)�/�2� �f�o�r� �a� �m�a�x� �o�f� �2�5�%�
�
+�	�!� �f�o�r� �B� �r�a�t�i�n�g� �b�u�y�e�r�s�,� �c�h�a�r�m� �c�o�e�f�f�i�c�i�e�n�t� �r�a�n�g�e�s� �[�5�,�1�0�]� �a�n�d� �e�x�c�e�s�s� �c�h�a�r�m� �c�o�n�t�r�i�b�u�t�i�o�n� �t�o� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �c�a�n�n�o�t� �e�x�c�e�e�d� �1�4�%� �=� �(�4�6� �-� �1�8� �=� �2�8�)�/�2� �f�o�r� �a� �m�a�x� �o�f� �2�4�%�
�
+�	�!� �f�o�r� �A� �r�a�t�i�n�g� �b�u�y�e�r�s�,� �c�h�a�r�m� �c�o�e�f�f�i�c�i�e�n�t� �r�a�n�g�e�s� �[�7�,�1�6�]� �a�n�d� �e�x�c�e�s�s� �c�h�a�r�m� �c�o�n�t�r�i�b�u�t�i�o�n� �t�o� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �c�a�n�n�o�t� �e�x�c�e�e�d� �1�1�%� �=� �(�4�6� �-� �2�4� �=� �2�2�)�/�2� �f�o�r� �a� �m�a�x� �o�f� �2�7�%�
�
+�	�!� �f�o�r� �S� �r�a�t�i�n�g� �b�u�y�e�r�s�,� �c�h�a�r�m� �c�o�e�f�f�i�c�i�e�n�t� �r�a�n�g�e�s� �[�9�,�2�0�]� �a�n�d� �e�x�c�e�s�s� �c�h�a�r�m� �c�o�n�t�r�i�b�u�t�i�o�n� �t�o� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �c�a�n�n�o�t� �e�x�c�e�e�d� �8�%� �=� �2�*�(�4�6� �-� �3�8� �=� �8�)�/�2� �f�o�r� �a� �m�a�x� �o�f� �2�8�%�
�
+�	�!� �o�t�h�e�r� �f�a�c�t�o�r�s� �a�d�d� �b�e�t�w�e�e�n� �[�5�,�2�1�]�:� �2�*�[�1�,�3�]� �f�o�r� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �+� �3�*�[�1�,�5�]� �f�o�r� �e�x�c�e�e�d�i�n�g� �c�u�s�t�o�m�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n� �(�b�u�t� �n�o�t�e� �t�h�a�t� �e�x�c�e�e�d�e�d� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n� �i�m�p�l�i�e�s� �l�o�w�e�r� �c�o�m�m�o�n� �p�r�i�c�e�)�
�
+�	�!� �i�n� �s�u�m�,� �t�h�e� �m�a�x�i�m�u�m� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �f�o�r� �a� �D�+� �b�u�y�e�r� �i�s� �4�5�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �(�w�i�t�h� �S�+� �s�l�a�v�e�,� �p�e�r�f�e�c�t� �c�h�a�r�m�)�,� �w�h�i�c�h� �f�o�r� �a� �c�o�m�m�o�n� �p�r�i�c�e� �o�f� �7�5�0�$� �i�s� �a� �b�o�n�u�s� �o�f� �3�1�5�$�
�
+�	�!� �i�n� �s�u�m�,� �t�h�e� �m�a�x�i�m�u�m� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �f�o�r� �a� �C�+� �b�u�y�e�r� �i�s� �4�0�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �(�w�i�t�h� �S�+� �s�l�a�v�e�,� �p�e�r�f�e�c�t� �c�h�a�r�m�)�,� �w�h�i�c�h� �f�o�r� �a� �c�o�m�m�o�n� �p�r�i�c�e� �o�f� �1�0�0�0�$� �i�s� �a� �b�o�n�u�s� �o�f� �4�0�0�$�
�
+�	�!� �i�n� �s�u�m�,� �t�h�e� �m�a�x�i�m�u�m� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �f�o�r� �a� �B�+� �b�u�y�e�r� �i�s� �3�6�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �(�w�i�t�h� �S�+� �s�l�a�v�e�,� �p�e�r�f�e�c�t� �c�h�a�r�m�)�,� �w�h�i�c�h� �f�o�r� �a� �c�o�m�m�o�n� �p�r�i�c�e� �o�f� �3�5�0�0�$� �i�s� �a� �b�o�n�u�s� �o�f� �1�2�6�0�$�
�
+�	�!� �i�n� �s�u�m�,� �t�h�e� �m�a�x�i�m�u�m� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �f�o�r� �a� �A�+� �b�u�y�e�r� �i�s� �3�6�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �(�w�i�t�h� �S�+� �s�l�a�v�e�,� �p�e�r�f�e�c�t� �c�h�a�r�m�)�,� �w�h�i�c�h� �f�o�r� �a� �c�o�m�m�o�n� �p�r�i�c�e� �o�f� �5�5�0�0�$� �i�s� �a� �b�o�n�u�s� �o�f� �1�9�8�0�$�
�
+�	�!� �i�n� �s�u�m�,� �t�h�e� �m�a�x�i�m�u�m� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �f�o�r� �a� �S�+� �b�u�y�e�r� �i�s� �2�8�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �(�w�i�t�h� �S�+� �s�l�a�v�e�,� �p�e�r�f�e�c�t� �c�h�a�r�m�)�,� �w�h�i�c�h� �f�o�r� �a� �c�o�m�m�o�n� �p�r�i�c�e� �o�f� �8�0�0�0�$� �i�s� �a� �b�o�n�u�s� �o�f� �2�2�4�0�$�
�
+�	�!� �w�i�t�h� �s�u�f�f�i�c�i�e�n�t� �c�h�a�r�m�,� �e�a�c�h� �o�f� �t�h�e�s�e� �c�a�n� �b�e� �i�n�c�r�e�a�s�e�d� �b�y� �a� �f�u�r�t�h�e�r� �0�.�5�x�,� �f�o�r� �a� �m�a�x�i�m�u�m� �c�h�a�r�m� �b�o�n�u�s� �o�f� �3�3�6�0�$� �f�o�r� �a� �p�e�r�f�e�c�t� �S�+� �s�l�a�v�e�
�
+�	�!� �i�n� �c�o�n�t�r�a�s�t�,� �t�h�e� �m�i�n�i�m�u�m� �e�x�c�e�s�s� �c�h�a�r�m� �c�o�n�t�r�i�b�u�t�i�o�n� �r�e�q�u�i�r�e�d� �t�o� �q�u�a�l�i�f�y� �f�o�r� �1�x� �c�h�a�r�m� �b�o�n�u�s� �(�8� �e�x�c�e�s�s�)� �a�d�d�s� �o�n�l�y� �4�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �t�o� �t�h�e� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s�
�
+�	�!� �f�o�r� �e�x�a�m�p�l�e�,� �a� �B�+� �s�l�a�v�e� �w�i�t�h� �b�u�y�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n� �m�e�t� �(�n�o�t� �e�x�c�e�e�d�e�d�)� �a�n�d� �8� �e�x�c�e�s�s� �c�h�a�r�m� �q�u�a�l�i�f�i�e�s� �f�o�r� �a� �1�x� �c�h�a�r�m� �b�o�n�u�s� �o�f� �1�1�%� �t�o� �2�0�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �(�d�e�p�e�n�d�i�n�g� �o�n� �b�r�a�n�d� �a�n�d� �c�h�a�n�c�e�)�
�
+�	�!� �f�o�r� �r�e�f�e�r�e�n�c�e�,� �a� �B�+� �s�l�a�v�e� �h�a�s� �a� �c�o�m�m�o�n� �p�r�i�c�e� �o�f� �3�5�0�0� �s�p�a�r�k�s� �(�s�e�e� �c�o�m�m�o�n�_�p�r�i�c�e�[�6�]� �i�n� �#�s�t�a�t�i�c�_�t�x�t�)� �s�o� �t�h�a�t� �w�o�u�l�d� �a�d�d� �3�8�5�$� �t�o� �7�0�0�$�
�
+�	�i�f� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �<� �0�:�
�
+�	�	�!� �C�h�a�r�m� �b�e�l�o�w� �b�u�y�e�r� �e�x�p�e�c�t�a�t�i�o�n� �i�s� �o�n�l�y� �p�o�s�s�i�b�l�e� �i�f� �n�o�_�c�h�a�r�m�_�c�h�e�c�k� �=� �1� �f�o�r� �t�h�e� �d�e�a�l�,� �i�n� �w�h�i�c�h� �c�a�s�e� �t�h�i�s� �n�e�g�o�t�i�a�t�i�o�n� �s�a�l�e� �m�e�t�h�o�d� �i�s� �c�u�r�r�e�n�t�l�y� �n�o�t� �u�s�e�d�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �d�i�d� �n�o�t� �c�h�a�r�m� �t�h�e� �c�u�s�t�o�m�e�r� �a�t� �a�l�l�.�'�
�
+�	�	�b�a�r�g�a�i�n�_�c�h�a�r�m�_�f�a�c�t�o�r� �=� �0� �&�!� �c�h�a�r�m� �b�e�l�o�w� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n� �g�i�v�e�s� �z�e�r�o� �b�o�n�u�s� �(�t�h�i�s� �n�e�g�a�t�e�s� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e� �p�a�r�t� �a�l�s�o�)�
�
+�	�e�l�s�e�i�f� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �<�=� �7�:�
�
+�	�	�!� �N�o� �c�h�a�r�m� �b�o�n�u�s�,� �c�h�a�r�m� �l�e�s�s� �t�h�a�n� �8� �p�o�i�n�t�s� �a�b�o�v�e� �b�u�y�e�r� �m�i�n�i�m�u�m� �e�x�p�e�c�t�a�t�i�o�n�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�a�s� �c�h�a�r�m�i�n�g� �e�n�o�u�g�h� �t�o� �s�a�t�i�s�f�y� �t�h�e� �c�u�s�t�o�m�e�r�.�'�
�
+�	�	�b�a�r�g�a�i�n�_�c�h�a�r�m�_�f�a�c�t�o�r� �=� �1�
�
+�	�e�l�s�e�i�f� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �<� �1�5�:�
�
+�	�	�!� �1�x� �c�h�a�r�m� �b�o�n�u�s�,� �r�e�q�u�i�r�e�s� �c�h�a�r�m� �8� �t�o� �1�5� �p�o�i�n�t�s� �a�b�o�v�e� �b�u�y�e�r� �m�i�n�i�m�u�m� �e�x�p�e�c�t�a�t�i�o�n�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�a�s� �c�h�a�r�m�i�n�g� �e�n�o�u�g�h� �t�o� �h�e�l�p� �t�h�e� �n�e�g�o�t�i�a�t�i�o�n�.�'�
�
+�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s�
�
+�	�	�b�a�r�g�a�i�n�_�c�h�a�r�m�_�f�a�c�t�o�r� �=� �2�
�
+�	�e�l�s�e�
�
+�	�	�!� �1�.�5�x� �c�h�a�r�m� �b�o�n�u�s�,� �r�e�q�u�i�r�e�s� �c�h�a�r�m� �a�t� �l�e�a�s�t� �1�6� �p�o�i�n�t�s� �a�b�o�v�e� �b�u�y�e�r� �m�i�n�i�m�u�m� �e�x�p�e�c�t�a�t�i�o�n�
�
+�	�	�$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �w�a�s� �c�h�a�r�m�i�n�g� �e�n�o�u�g�h� �t�o� �h�e�l�p� �t�h�e� �n�e�g�o�t�i�a�t�i�o�n� �c�o�n�s�i�d�e�r�a�b�l�y�.�'�
�
+�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �+� �(�b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s�/�2�)�
�
+�	�	�b�a�r�g�a�i�n�_�c�h�a�r�m�_�f�a�c�t�o�r� �=� �3�
�
+�	�e�n�d�
�
+�	�!�-�-�-�-�-�-�-�-�-�-�-�-�-�-�M�a�s�t�e�r� �P�e�r�f�o�r�m�a�n�c�e�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e�'� �&�!� �p�a�r�t�i�a�l�l�y� �r�a�n�d�o�m�i�z�e�d� �s�u�c�c�e�s�s� �c�h�a�n�c�e� �f�o�r� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�o�e�f�f�i�c�i�e�n�t�'� �&�!� �p�a�r�t�i�a�l�l�y� �r�a�n�d�o�m�i�z�e�d� �s�u�c�c�e�s�s� �c�h�a�n�c�e� �f�o�r� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e�
�
+�	�k�i�l�l�v�a�r� �'�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s�'� �&�!� �v�a�l�u�e� �a�d�d�e�d� �t�o� �p�r�i�c�e� �b�y� �m�a�s�t�e�r� �p�e�r�f�o�r�m�a�n�c�e�
�
+�	�!� �A�l�l� �M�a�s�t�e�r� �A�t�t�r�i�b�u�t�e�s�,� �B�a�r�g�a�i�n� �S�u�c�c�e�s�s� �C�h�a�n�c�e�,� �Z�e�r�o� �R�e�l�a�t�i�o�n�s�:� �N�e�g�a�t�i�v�e�,� �U�n�c�h�a�n�g�e�d�,� �P�o�s�i�t�i�v�e�,� �D�o�u�b�l�e�
�
+�	�!� �A�l�l� �0� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �4�0�%�,� � � � � � �2�5�%�,� � � � � � � �2�5�%�,� � � � � � �1�0�%�
�
+�	�!� �A�l�l� �1� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �3�5�%�,� � � � � � �2�5�%�,� � � � � � � �2�5�%�,� � � � � � �1�5�%�
�
+�	�!� �A�l�l� �2� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �3�0�%�,� � � � � � �2�5�%�,� � � � � � � �2�5�%�,� � � � � � �2�0�%�
�
+�	�!� �A�l�l� �3� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �2�5�%�,� � � � � � �2�5�%�,� � � � � � � �2�5�%�,� � � � � � �2�5�%�
�
+�	�!� �A�l�l� �4� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �2�0�%�,� � � � � � �2�5�%�,� � � � � � � �2�5�%�,� � � � � � �3�0�%�
�
+�	�!� �A�l�l� �5� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �1�0�%�,� � � � � � �2�5�%�,� � � � � � � �2�5�%�,� � � � � � �3�5�%�
�
+�	�!� �E�v�e�r�y� �p�o�i�n�t� �o�f� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �r�e�d�u�c�e�s� �b�a�d� �n�e�g�o�t�i�a�t�i�o�n� �c�h�a�n�c�e� �b�y� �5�%� �a�n�d� �i�n�c�r�e�a�s�e�s� �d�o�u�b�l�e� �b�o�n�u�s� �c�h�a�n�c�e� �b�y� �5�%�
�
+�	�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �=� �(�m�a�s�t�e�r�_�c�h�a� �+� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �+� �m�a�s�t�e�r�_�s�t�y�l�e� �+� �m�a�s�t�e�r�_�s�t�r�)� �+� �4� �*� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)�)� �m�o�d� �6�5�5�3�7�)� �/� �(�6�5�5�3�7� �/� �7�7�)�
�
+�	�!� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �r�a�n�g�e� �i�s� �[�0�,�9�6�]� �+�/�-� �4� �*� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s� �(�w�h�i�c�h� �i�s� �z�e�r�o� �f�o�r� �a� �f�i�r�s�t� �t�r�a�n�s�a�c�t�i�o�n� �w�i�t�h� �a� �n�e�w� �c�u�s�t�o�m�e�r� �o�r� �c�a�n� �b�e� �n�e�g�a�t�i�v�e� �i�f� �l�i�e�d� �t�o� �c�u�s�t�o�m�e�r� �o�r� �r�e�f�u�s�e�d� �a� �d�e�a�l�)�
�
+�	�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�o�e�f�f�i�c�i�e�n�t� �=� �5� �+� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e�)� �m�o�d� �6�5�5�3�7�)� �/� �(�6�5�5�3�7� �/� �4�)� �&�!� �[�5�,�8�]�
�
+�	�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s� �=� �(�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�/�1�0�0�)� �*� �(�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�o�e�f�f�i�c�i�e�n�t� �+� �b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t�)� �*� �(�b�a�r�g�a�i�n�_�c�h�a�r�m�_�f�a�c�t�o�r� �+� �b�a�r�g�a�i�n�_�b�r�a�n�d�_�c�o�e�f�f�i�c�i�e�n�t�)�/�2�
�
+�	�!� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s� �i�s� �1�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e� �m�u�l�t�i�p�l�i�e�d� �b�y� �[�0�,�2�7�]� �=� �(�[�5�,�8�]� �+� �[�0�,�4�]�)� �*� �[�0�,�3�]�
�
+�	�!� �w�i�t�h� �b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t� �=� �0� �(�n�o�t� �e�x�c�e�e�d�i�n�g� �b�u�y�e�r� �r�a�t�i�n�g� �e�x�p�e�c�t�a�t�i�o�n�)�,� �t�h�i�s� �i�s� �[�5�,�1�0�]� �m�u�l�t�i�p�l�i�e�d� �b�y� �[�0�,�3�]� �w�h�i�c�h� �i�s� �t�h�e� �a�v�e�r�a�g�e� �o�f� �c�h�a�r�m� �m�o�d�i�f�i�e�r� �a�n�d� �b�r�a�n�d� �b�o�n�u�s�,� �o�f�t�e�n� �1�,� �s�o�m�e�t�i�m�e�s� �2�,� �r�a�r�e�l�y� �3�
�
+�	�!� �o�f�t�e�n� � � � � � � �5�%�-�8�%� � �(�a�v�e�r�a�g�e� �6�%�,� � �w�i�t�h� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �l�e�s�s� �t�h�a�n� �S�+� �a�n�d� �c�h�a�r�m� �e�x�p�e�c�t�a�t�i�o�n� �f�o�r� �r�a�t�i�n�g� �m�e�t� �a�n�d� �n�o�t� �e�x�c�e�e�d�e�d� �b�y� �m�o�r�e� �t�h�a�n� �7� �p�o�i�n�t�s�)�
�
+�	�!� �s�o�m�e�t�i�m�e�s� � �1�0�%�~�1�6�%� �(�a�v�e�r�a�g�e� �1�3�%�,� �w�i�t�h� �C�-� �t�o� �A�+� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �c�h�a�r�m� �e�x�p�e�c�t�a�t�i�o�n� �f�o�r� �r�a�t�i�n�g� �e�x�c�e�e�d�e�d� �b�y� �a�t� �l�e�a�s�t� �8� �p�o�i�n�t�s� �b�u�t� �l�e�s�s� �t�h�a�n� �1�6�)�
�
+�	�!� �r�a�r�e�l�y� � � � � �1�5�%�~�2�4�%� �(�a�v�e�r�a�g�e� �1�9�%�,� �w�i�t�h� �S�+� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�n�d� �c�h�a�r�m� �e�x�p�e�c�t�a�t�i�o�n� �f�o�r� �r�a�t�i�n�g� �e�x�c�e�e�d�e�d� �b�y� �a�t� �l�e�a�s�t� �1�6� �p�o�i�n�t�s�)�
�
+�	�!� �t�h�e�s�e� �r�a�n�g�e�s� �c�a�n� �b�e� �i�n�c�r�e�a�s�e�d� �0�.�5�x� �w�i�t�h� �h�i�g�h� �m�a�s�t�e�r� �s�t�a�t�s�,� �g�o�o�d� �r�e�l�a�t�i�o�n�s� �w�i�t�h� �t�h�e� �c�u�s�t�o�m�e�r� �f�r�o�m� �p�r�e�v�i�o�u�s� �s�a�l�e�s� �o�r� �a� �l�u�c�k�y� �r�o�l�l�,� �f�o�r� �a� �m�a�x� �o�f� �3�6�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e�
�
+�	�i�f� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �<�=� �3�0�:�
�
+�	�	�!� �p�e�n�a�l�t�y�,� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �i�n� �[�0�,�3�0�]�
�
+�	�	�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s� �-�=� �(�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�/�1�0�0�)� �*� �b�a�r�g�a�i�n�_�r�a�t�i�n�g�_�c�o�e�f�f�i�c�i�e�n�t� �&�!� �h�i�g�h�e�r� �r�a�t�i�n�g� �s�h�o�u�l�d�n� t� �r�e�s�u�l�t� �i�n� �a� �l�a�r�g�e�r� �p�r�i�c�e� �r�e�d�u�c�t�i�o�n�
�
+�	�	�s�e�l�l�_�p�r�i�c�e� �-�=� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s�
�
+�	�	�i�f� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �<� �0� �o�r� �m�i�n�(�m�a�s�t�e�r�_�c�h�a�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �m�a�s�t�e�r�_�s�t�y�l�e�,� �m�a�s�t�e�r�_�s�t�r�)� �=� �5�:�
�
+�	�	�	�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n� �=� �'�s�u�c�h� �a�n� �u�n�r�e�l�i�a�b�l�e� �p�e�r�s�o�n�'�
�
+�	�	�e�l�s�e�i�f� �m�i�n�(�m�a�s�t�e�r�_�c�h�a�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �m�a�s�t�e�r�_�s�t�y�l�e�,� �m�a�s�t�e�r�_�s�t�r�)� �=� �m�a�s�t�e�r�_�c�h�a�:�
�
+�	�	�	�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n� �=� �i�i�f�(�m�a�s�t�e�r�_�c�h�a� �=� �5�,� �'�a�n� �'�,� �'�a� �'�)� �+� �$�m�a�s�t�e�r�_�c�h�a�[�m�a�s�t�e�r�_�c�h�a�]�
�
+�	�	�e�l�s�e�i�f� �m�i�n�(�m�a�s�t�e�r�_�c�h�a�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �m�a�s�t�e�r�_�s�t�y�l�e�,� �m�a�s�t�e�r�_�s�t�r�)� �=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:�
�
+�	�	�	�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n� �=� �'�a� �p�e�r�s�o�n� �w�h�o� �i�s� �s�o� �'� �+� �$�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�]�
�
+�	�	�e�l�s�e�i�f� �m�i�n�(�m�a�s�t�e�r�_�c�h�a�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �m�a�s�t�e�r�_�s�t�y�l�e�,� �m�a�s�t�e�r�_�s�t�r�)� �=� �m�a�s�t�e�r�_�s�t�r�:�
�
+�	�	�	�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n� �=� �i�i�f�(�m�a�s�t�e�r�_�c�h�a� �=� �2�,� �'�s�u�c�h� �a�n� �'�,� �'�s�u�c�h� �a� �'�)� �+� �$�m�a�s�t�e�r�_�s�t�r�[�m�a�s�t�e�r�_�s�t�r�]� �+� �'� �p�e�r�s�o�n�'�
�
+�	�	�e�l�s�e�i�f� �m�i�n�(�m�a�s�t�e�r�_�c�h�a�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�,� �m�a�s�t�e�r�_�s�t�y�l�e�,� �m�a�s�t�e�r�_�s�t�r�)� �=� �m�a�s�t�e�r�_�s�t�y�l�e�:�
�
+�	�	�	�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n� �=� �'�a� �p�e�r�s�o�n� �w�h�o� �l�o�o�k�s� �s�o� �'� �+� �$�m�a�s�t�e�r�_�s�t�y�l�e�[�m�a�s�t�e�r�_�s�t�y�l�e�]�
�
+�	�	�e�n�d�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �t�h�e� �c�u�s�t�o�m�e�r� �d�i�d�n� t� �b�e�l�i�e�v�e� �<�<�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n�>�>� �c�o�u�l�d� �o�f�f�e�r� �a� �w�e�l�l�-�t�r�a�i�n�e�d� �p�r�o�d�u�c�t�!�<�b�r�>�'�
�
+�	�	�k�i�l�l�v�a�r� �'�$�b�a�r�g�a�i�n�_�a�p�p�e�l�l�a�t�i�o�n�'�
�
+�	�e�l�s�e�i�f� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �<�=� �4�9�:�
�
+�	�	�!� �n�o� �b�o�n�u�s�,� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �i�n� �[�3�1�,�4�9�]�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �b�l�u�r�t�e�d� �o�u�t� �a� �c�o�u�p�l�e� �o�f� �s�t�u�p�i�d� �t�h�i�n�g�s� �a�n�d� �l�o�s�t� �s�o�m�e� �g�r�o�u�n�d� �i�n� �t�h�e� �n�e�g�o�t�i�a�t�i�o�n�s�.�<�b�r�>�'�
�
+�	�e�l�s�e�i�f� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �<�=� �6�8�:�
�
+�	�	�!� �1�x� �b�o�n�u�s�,� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �i�n� �[�5�0�,�6�8�]�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �W�i�t�h� �a� �s�k�i�l�l�f�u�l� �p�r�e�s�e�n�t�a�t�i�o�n�,� �y�o�u� �m�a�n�a�g�e�d� �t�o� �c�o�n�v�i�n�c�e� �t�h�e� �c�u�s�t�o�m�e�r� �t�h�a�t� �y�o�u�r� �p�r�o�d�u�c�t� �i�s� �w�o�r�t�h� �a� �s�m�a�l�l� �o�v�e�r�p�a�y�m�e�n�t�.�<�b�r�>�'�
�
+�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s� �&�!� �5�%� �t�o� �2�4�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e�
�
+�	�e�l�s�e�
�
+�	�	�!� �1�.�5�x� �b�o�n�u�s�,� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �a�b�o�v�e� �7�4�
�
+�	�	�s�e�l�l�_�p�r�i�c�e� �+�=� �b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s� �+� �(�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s�/�2�)� �&�!� �7�%� �t�o� �3�6�%� �o�f� �c�o�m�m�o�n� �p�r�i�c�e�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� �W�i�t�h� �a� �m�a�s�t�e�r�f�u�l� �p�r�e�s�e�n�t�a�t�i�o�n�,� �y�o�u� �m�a�n�a�g�e�d� �t�o� �c�o�n�v�i�n�c�e� �t�h�e� �c�u�s�t�o�m�e�r� �t�h�a�t� �y�o�u�r� �p�r�o�d�u�c�t� �i�s� �w�o�r�t�h� �a� �p�r�e�m�i�u�m� �p�r�i�c�e�.�<�b�r�>�'�
�
+�	�e�n�d�
�
+�	�!�m�s�g� �"�c�o�m�m�o�n�_�p�r�i�c�e� �=� �<�<�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�>�>�<�b�r�>�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e� �=� �<�<�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�c�h�a�n�c�e�>�>�<�b�r�>�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s� �=� �<�<�b�a�r�g�a�i�n�_�m�a�s�t�e�r�_�b�o�n�u�s�>�>�<�b�r�>�b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s� �=� �<�<�b�a�r�g�a�i�n�_�c�h�a�r�m�_�e�x�c�e�s�s�>�>�<�b�r�>�b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s� �=� �<�<�b�a�r�g�a�i�n�_�c�h�a�r�m�_�b�o�n�u�s�>�>�<�b�r�>�s�e�l�l�_�p�r�i�c�e� �=� �<�<�s�e�l�l�_�p�r�i�c�e�>�>�"�
�
+�	�i�f� �s�e�l�l�_�p�r�i�c�e� �<� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�:�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� � �T�h�e� �t�r�a�d�e� �w�e�n�t� �f�r�o�m� �b�a�d� �t�o� �w�o�r�s�e�,� �a�n�d� �f�i�n�a�l�l�y� �y�o�u� �w�e�r�e� �f�o�r�c�e�d� �t�o� �a�g�r�e�e� �t�o� �a� �p�r�i�c�e� �e�v�e�n� �l�o�w�e�r� �t�h�a�n� �t�h�e� �a�v�e�r�a�g�e�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �W�i�l�l� �y�o�u� �h�o�n�o�r� �t�h�e� �d�e�a�l�?�'�
�
+�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�n�p�c� �=� �1�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �d�e�c�i�d�e�d� �t�o� �h�o�n�o�r� �t�h�e� �d�e�a�l�.� �N�o�t� �a�s� �p�r�o�f�i�t�a�b�l�e� �a�s� �y�o�u� �w�o�u�l�d� �l�i�k�e�,� �b�u�t� �a� �g�o�o�d� �r�e�l�a�t�i�o�n�s�h�i�p� �w�i�t�h� �c�u�s�t�o�m�e�r�s� �i�s� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �s�h�o�r�t�-�t�e�r�m� �p�r�o�f�i�t�s�.�'�
�
+�	�	�	�p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �+�=� �1� �&�!� �t�h�i�s� �i�s� �a�n� �e�x�t�r�a� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s� �i�n�c�r�e�a�s�e� �m�e�a�n�t� �t�o� �c�o�m�b�i�n�e� �w�i�t�h� �t�h�e� �o�n�e� �a�p�p�l�i�e�d� �b�y� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�c�i�t�y�
�
+�	�	�	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�c�i�t�y�'�
�
+�	�	�}�
�
+�	�	�$�n�o� �=� �{�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �d�e�c�i�d�e�d� �t�o� �r�e�n�e�g�e� �o�n� �t�h�e� �d�e�a�l�.� �<�<�$�n�p�c�_�n�a�m�e�[�$�n�p�c�_�i�d�]�>�>� �w�a�s� �n�o�t� �p�l�e�a�s�e�d�.�'�
�
+�	�	�	�p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �-�=� �1�
�
+�	�	�	�s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �d�a�y� �&�!� �c�u�s�t�o�m�e�r� �w�i�l�l� �r�e�f�u�s�e� �s�a�m�e� �s�l�a�v�e� �u�n�t�i�l� �a� �d�e�c�a�d�e� �p�a�s�s�e�s�
�
+�	�	�	�k�i�l�l�v�a�r� �'�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�'�
�
+�	�	�	�c�i�t�y�_�f�o�r�m� �=� �c�i�t�y�_�f�o�r�m�_�t�r�a�n�s�f�e�r�
�
+�	�	�	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �$�r�e�t�u�r�n�_�l�o�c�k�_�t�r�a�n�s�f�e�r�
�
+�	�	�	�$�p�l�a�c�e� �=� �$�p�l�a�c�e�_�t�r�a�n�s�f�e�r�
�
+�	�	�	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�s�c�r�e�e�n�_�c�i�t�y�'�
�
+�	�	�}�
�
+�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�e�l�s�e�i�f� �s�e�l�l�_�p�r�i�c�e� �>� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�:�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� � �T�h�e� �c�u�s�t�o�m�e�r� �a�g�r�e�e�s� �t�h�a�t� �y�o�u�r� �p�r�o�d�u�c�t� �i�s� �w�o�r�t�h� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s� �b�u�t� �c�a�n� �o�n�l�y� �a�f�f�o�r�d� �t�o� �p�a�y� �<�<�n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�>�>� �s�p�a�r�k�s�.� �W�i�l�l� �y�o�u� �a�c�c�e�p�t� �t�h�e� �d�e�a�l�?�'�
�
+�	�	�s�e�l�l�_�p�r�i�c�e� �=� �n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]�
�
+�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�n�p�c� �=� �1�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �T�o� �w�i�n� �t�h�e� �f�a�v�o�r� �o�f� �t�h�e� �c�l�i�e�n�t�,� �y�o�u� �a�c�c�e�p�t�e�d� �t�h�e� �l�o�w�e�r� �p�r�i�c�e� �o�f� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �N�o�t� �a�s� �p�r�o�f�i�t�a�b�l�e� �a�s� �y�o�u� �w�o�u�l�d� �l�i�k�e�,� �b�u�t� �a� �g�o�o�d� �r�e�l�a�t�i�o�n�s�h�i�p� �w�i�t�h� �c�u�s�t�o�m�e�r�s� �i�s� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �s�h�o�r�t�-�t�e�r�m� �p�r�o�f�i�t�s�.�'�
�
+�	�	�	�p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �+�=� �1� �&�!� �t�h�i�s� �i�s� �a�n� �e�x�t�r�a� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s� �i�n�c�r�e�a�s�e� �m�e�a�n�t� �t�o� �c�o�m�b�i�n�e� �w�i�t�h� �t�h�e� �o�n�e� �a�p�p�l�i�e�d� �b�y� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�c�i�t�y�
�
+�	�	�	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�c�i�t�y�'�
�
+�	�	�}�
�
+�	�	�$�n�o� �=� �{�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u�r� �p�r�o�d�u�c�t� �i�s� �w�o�r�t�h� �m�o�r�e� �t�h�a�n� �t�h�e� �c�u�s�t�o�m�e�r� �c�a�n� �a�f�f�o�r�d�.� �N�o� �d�e�a�l�!�'�
�
+�	�	�	�i�f� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �>� �0�:� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �-�=� �1� �&�!� �d�e�c�r�e�a�s�e� �p�o�s�i�t�i�v�e� �r�e�l�a�t�i�o�n�s� �o�n�l�y�
�
+�	�	�	�k�i�l�l�v�a�r� �'�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e�'�
�
+�	�	�	�c�i�t�y�_�f�o�r�m� �=� �c�i�t�y�_�f�o�r�m�_�t�r�a�n�s�f�e�r�
�
+�	�	�	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �$�r�e�t�u�r�n�_�l�o�c�k�_�t�r�a�n�s�f�e�r�
�
+�	�	�	�$�p�l�a�c�e� �=� �$�p�l�a�c�e�_�t�r�a�n�s�f�e�r�
�
+�	�	�	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�s�c�r�e�e�n�_�c�i�t�y�'�
�
+�	�	�}�
�
+�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�e�l�s�e�i�f� �(�s�e�l�l�_�p�r�i�c�e� �-� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�)� �*� �1�0�0� �/� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]� �<� �3�0�:�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� � �I�n� �t�h�e� �e�n�d�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �N�o�t� �b�a�d�!�'�
�
+�	�e�l�s�e�i�f� �(�s�e�l�l�_�p�r�i�c�e� �-� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�)� �*� �1�0�0� �/� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]� �<� �1�0�0�:�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� � �I�n� �t�h�e� �e�n�d�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �E�x�c�e�l�l�e�n�t�!�'�
�
+�	�e�l�s�e�
�
+�	�	�$�t�e�x�t�[�1�]� �+�=� �'� � �I�n� �t�h�e� �e�n�d�,� �t�h�e� �d�e�a�l� �w�a�s� �w�o�r�t�h�:� �<�<�s�e�l�l�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.� �M�a�g�n�i�f�i�c�e�n�t�!�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -41704,9 +42821,9 @@
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �$�p�l�a�y�_�s�o�u�n�d�[�a�r�r�s�i�z�e�(�'�$�t�e�x�t�'�)�-�1�]� �=� �'�p�u�r�s�e�'�
�
 �	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �r�a�t�i�n�g�/�2�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �r�a�t�i�n�g�/�2�
�
-�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �<� �r�a�t�i�n�g�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �r�a�t�i�n�g�
�
+�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �r�a�t�i�n�g�/�2�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g�
�
 �	�s�p�a�r�k�s� �+�=� �s�p�a�r�k�s�_�g�e�t�
�
-�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�e�a�l�'�]� �=� �3�
�
+�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�e�a�l�'�]� �=� �5�
�
 �	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �s�o�l�d�_�i�l�l�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �s�o�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
@@ -41720,14 +42837,14 @@
 �	�$�n�p�c�_�i�d� �=� �'�m�a�s�t�e�r�_�v�o�n�g�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �[�M�A�S�T�E�R� �V�O�N�G�]�<�b�r�>�-� �I� �t�a�k�e� �m�o�s�t� �o�f� �t�h�e� �r�i�f�f�r�a�f�f� �t�h�a�t� �M�i�s�t�r�e�s�s� �A�n�g�e�l�i�k�a� �w�o�n� t� �a�c�c�e�p�t�.� �I�f� �y�o�u� �w�a�n�t� �t�o� �f�u�l�f�i�l�l� �y�o�u�r� �g�u�i�l�d� �c�o�n�t�r�a�c�t� �t�h�o�u�g�h�,� �y�o�u� �s�h�o�u�l�d� �g�o� �s�e�e� �h�e�r� �a�n�d� �t�u�r�n� �i�n� �y�o�u�r� �p�r�e�p�a�r�e�d� �s�l�a�v�e�.� �M�a�k�e� �s�u�r�e� �s�h�e� �m�e�e�t�s� �a�l�l� �t�h�e� �r�e�q�u�i�r�e�m�e�n�t�s� �f�i�r�s�t� �u�n�l�e�s�s� �y�o�u� �p�r�e�f�e�r� �a� �s�c�o�l�d�i�n�g�.�'�
�
 �	�$�t�e�x�t�[�2�]� �=� �$�s�p�e�c�u�l�a�t�o�r�_�t�e�x�t�[�r�a�t�i�n�g�]�
�
-�	�!�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �$�t�e�x�t�[�2�]� �=� �$�r�e�p�l�a�c�e�(�$�t�e�x�t�[�2�]�,� �$�s�t�r�(�a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�)�,� �$�s�t�r�(�a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]� �-� �a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�/�5�)�)� �&�!� �2�0�%� �l�e�s�s� �i�f� �m�i�n�d�-�b�r�o�k�e�n�
�
+�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �$�t�e�x�t�[�2�]� �=� �$�r�e�p�l�a�c�e�(�$�t�e�x�t�[�2�]�,� �$�s�t�r�(�a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�)�,� �$�s�t�r�(�a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]� �-� �(�2�*�a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�)�/�5�)�)� �&�!� �p�a�y�s� �o�n�l�y� �6�0�%� �o�f� �v�a�l�u�e� �i�f� �m�i�n�d�-�b�r�o�k�e�n�
�
 �	�i�f� �r�a�t�i�n�g� �>� �0�:�
�
 �	�	�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'� �}�
�
 �	�	�$�y�e�s� �=� �{�
�
 �	�	�	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'� �&�!� �m�a�k�e� �s�u�r�e� �w�e� �a�r�e� �s�t�i�l�l� �u�s�i�n�g� �t�h�e� �c�o�r�r�e�c�t� �r�a�t�i�n�g�
�
-�	�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �<� �r�a�t�i�n�g�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �r�a�t�i�n�g�
�
+�	�	�	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �r�a�t�i�n�g�/�2�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g�
�
 �	�	�	�s�p�a�r�k�s� �+�=� �a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�
�
-�	�	�	�!�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �s�p�a�r�k�s� �-�=� �a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�/�5� �&�!� �p�a�y�s� �2�0�%� �l�e�s�s� �i�f� �m�i�n�d�-�b�r�o�k�e�n�
�
+�	�	�	�i�f� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �s�p�a�r�k�s� �-�=� �(�2�*�a�u�c�t�i�o�n�_�p�r�i�c�e�[�r�a�t�i�n�g�]�)�/�5� �&�!� �s�u�b�t�r�a�c�t� �4�0�%� �f�r�o�m� �v�a�l�u�e� �i�f� �m�i�n�d�-�b�r�o�k�e�n�
�
 �	�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�,� �s�o�u�n�d�_�v�o�l�u�m�e�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �g�a�v�e�_�g�u�i�l�d�_�i�l�l�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �g�a�v�e�_�g�u�i�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
@@ -41819,6 +42936,7 @@
 �	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�
�
 �	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
 �	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
+�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �i�i�f�(�m�a�s�t�e�r�_�s�t�r� �<� �4�,� �1�,� �0�)�
�
 �	�	�i�f� �r�a�n�d�(�1�,�8�)� �=� �1�:� �m�a�s�t�e�r�[�'�i�l�l�'�]� �+�=� �1�
�
 �	�e�l�s�e�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>� �2� �a�n�d� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �0�:�
�
 �	�	�i�f� �m�a�s�t�e�r�_�m�o�o�d� �<� �0�:� �m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �1�0�
�
@@ -41862,6 +42980,8 @@
 �	�n�o�g�o�t�o� �=� �1�
�
 �	�s�k�i�p�_�t�o� �=� �3�
�
 �	�$�s�p�_�t�e�x�t�[�3�]� �=� �'� � �F�i�g�h�t�i�n�g� �a�g�a�i�n�s�t� �a� �k�n�i�f�e� �w�i�t�h� �y�o�u�r� �b�a�r�e� �h�a�n�d�s� �i�s� �t�o�o� �r�i�s�k�y�.� �F�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�l�w�a�y�s� �h�i�d�e� �a� �d�a�g�g�e�r� �u�n�d�e�r� �t�h�e� �p�i�l�l�o�w�.� �O�r� �y�o�u� �c�a�n� �g�r�a�b� �a� �s�t�o�o�l�.�'�
�
+�	�d�y�n�a�m�i�c� �$�t�o�o�l�s�e�q�u�i�p�p�e�d�
�
+�	�i�f� �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1� �o�r� �=0309:0 �>� �0�:� �$�s�p�_�t�e�x�t�[�3�]� �=� �$�r�e�p�l�a�c�e�(�$�s�p�_�t�e�x�t�[�3�]�,� �'�d�a�g�g�e�r�'�,� �'�d�a�g�g�e�r� �a�n�d� �a� �l�a�s�h�'�)�
�
 �	�c�o�p�y�a�r�r� �'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�,� �'�$�g�e�t�_�w�e�a�p�o�n�'�
�
 �	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �e�n�d�
�
@@ -41885,12 +43005,20 @@
 �	�n�p�c� �=� �1�
�
 �	�d�y�n�a�m�i�c� �'�$�t�e�x�t�[�1�]� �=� �$�<�<�$�n�p�c�_�i�d�>�>�_�p�r�e�f�[�1�]�'�
�
 �	�i�f� �n�p�c�_�p�r�o�g�r�e�s�s�[�$�n�p�c�_�i�d�]� �=� �2�:�
�
-�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�<�<�$�n�p�c�_�n�a�m�e�[�$�n�p�c�_�i�d�]�>�>�]�<�b�r�>�-� �I� �s�t�i�l�l� �d�o� �n�o�t� �n�e�e�d� �n�e�w� �s�l�a�v�e�s�.� �B�u�t� �I� �s�a�i�d� �a� �w�o�r�d� �t�o� �s�o�m�e� �f�r�i�e�n�d�s�,� �I� �a�m� �s�u�r�e� �y�o�u� �w�i�l�l� �f�i�n�d� �b�u�y�e�r�s� �f�o�r� �s�u�c�h� �g�o�o�d�s� �w�i�t�h�o�u�t� �d�i�f�f�i�c�u�l�t�y�.�'�
�
+�	�	�i�f� �p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �<� �0�:�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�<�<�$�n�p�c�_�n�a�m�e�[�$�n�p�c�_�i�d�]�>�>�]�<�b�r�>�-� �I� �w�i�l�l� �n�o�t� �b�u�y� �f�r�o�m� �y�o�u� �a�g�a�i�n�.� �A�n�d� �I� �s�a�i�d� �a� �w�o�r�d� �t�o� �s�o�m�e� �f�r�i�e�n�d�s�,� �a�b�o�u�t� �h�o�w� �y�o�u� �d�e�a�l�t� �w�i�t�h� �m�e� �b�e�f�o�r�e�.�'�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�t�e�x�t�[�1�]� �=� �'� � �[�<�<�$�n�p�c�_�n�a�m�e�[�$�n�p�c�_�i�d�]�>�>�]�<�b�r�>�-� �I� �s�t�i�l�l� �d�o� �n�o�t� �n�e�e�d� �n�e�w� �s�l�a�v�e�s�.� �B�u�t� �I� �s�a�i�d� �a� �w�o�r�d� �t�o� �s�o�m�e� �f�r�i�e�n�d�s�,� �I� �a�m� �s�u�r�e� �y�o�u� �w�i�l�l� �f�i�n�d� �b�u�y�e�r�s� �f�o�r� �s�u�c�h� �g�o�o�d�s� �w�i�t�h�o�u�t� �d�i�f�f�i�c�u�l�t�y�.�'�
�
+�	�	�e�n�d�
�
 �	�e�l�s�e�
�
 �	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �>� �0�:�
�
 �	�	�	�t�x�t� �=� �1�
�
 �	�	�	�$�y�e�s� �=� �{�
�
-�	�	�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�l�_�s�l�a�v�e�_�s�i�m�p�l�e�'�
�
+�	�	�	�	�!�T�O�D�O�:� �g�i�v�e� �N�P�C�s� �m�o�n�e�y� �i�n� �a� �b�e�t�t�e�r� �w�a�y�
�
+�	�	�	�	�n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]� �=� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�
�
+�	�	�	�	�n�p�c�_�m�o�n�e�y�[�$�n�p�c�_�i�d�]� �+�=� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �s�l�a�v�e�_�t�y�p�e� �+� �c�i�t�y�_�f�o�r�m� �+� �l�e�n�(�$�n�p�c�_�i�d�)�)� �m�o�d� �6�5�5�3�7�)� �/� �(�6�5�5�3�7� �/� �(�2� �*� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�)�)�
�
+�	�	�	�	�!�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�l�_�s�l�a�v�e�_�s�i�m�p�l�e�'� �&�!� �n�o� �n�e�g�o�t�i�a�t�i�o�n�
�
+�	�	�	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�l�_�s�l�a�v�e�_�h�o�u�s�e�'� �&�!� �u�s�e� �n�e�g�o�t�i�a�t�i�o�n�
�
 �	�	�	�	�g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�c�i�t�y�'�
�
 �	�	�	�}�
�
 �	�	�	�$�n�o� �=� �{�
�
@@ -41915,8 +43043,9 @@
 �	�!�c�h�a�r�m�_�d�e�m�a�n�d� �=� �r�a�n�d�(�5�,�c�h�a�r�m�_�d�e�m�a�n�d�_�m�a�x�)�
�
 �	�	�	�	�	�	�	�	�	�c�h�a�r�m�_�d�e�m�a�n�d� �=� �6� � �&�!� �r�e�q�u�i�r�e� �D�-� �c�h�a�r�m� �(� �6�+�)� �a�t� �F�-�/�D�-�/�D�+� �r�a�t�i�n�g� � � � �(�0�-�2�)�
�
 �	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �3�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�2� �&�!� �r�e�q�u�i�r�e� �C�-� �c�h�a�r�m� �(�1�2�+�)� �a�t� �C�-�/�C�+� �r�a�t�i�n�g� � � � � � � �(�3�-�4�)�
�
-�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �5�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�6� �&�!� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�6�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
-�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �7�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �2�0� �&�!� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�0�+�)� �a�t� �A�-�/�A�+�/�S�-�/�S�+� �r�a�t�i�n�g� �(�7�-�1�0�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �5�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�8� �&�!� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�8�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �7�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �2�4� �&�!� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�4�+�)� �a�t� �A�-�/�A�+� �r�a�t�i�n�g� � � � � � � �(�7�-�8�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �9�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �3�8� �&�!� �r�e�q�u�i�r�e� �S�+� �c�h�a�r�m� �(�3�8�+�)� �a�t� �S�-�/�S�+� �r�a�t�i�n�g� � � � � � � �(�9�-�1�0�)�
�
 �	�!� �i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m� �a�n�d� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1� �a�n�d� �n�o�_�c�h�a�r�m�_�c�h�e�c�k� �=� �1�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1�
�
 �	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m� �a�n�d� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1� �a�n�d� �n�o�_�c�h�a�r�m�_�c�h�e�c�k� �=� �0�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �0�
�
 �	�i�f� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0� �o�r� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �2�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �0�
�
@@ -41939,7 +43068,6 @@
 �	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�e�a�l�'�]� �=� �5�
�
 �	�	�i�f� �f�i�x�e�d�_�b�r�a�n�d�_�r�i�s�e� �=� �0�:�
�
-�	�	�!�w�a�s� �b�r�a�n�d�_�r�a�t�e�,� �w�h�i�c�h� �b�r�o�k�e� �l�e�v�e�l�i�n�g� �t�h�e� �r�a�t�e� �o�f� �b�r�a�n�d� �c�o�m�p�l�e�t�e�l�y� �a�n�d� �d�i�d� �n�o�t� �g�i�v�e� �l�e�v�e�l�i�n�g�
�
 �	�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�
�
 �	�	�	�!�i�f� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �<� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�:� �d�y�n�a�m�i�c� �$�r�i�s�e�_�f�a�c�t�i�o�n�_�f�a�m�e�
�
 �	�	�	�i�f� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �<� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:�
�
@@ -41952,7 +43080,7 @@
 �	�	�	�	�i�f� �n�o�_�r�i�s�e� �=� �0�:� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �+�=� �1�
�
 �	�	�	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �1�
�
 �	�	�	�e�n�d�
�
-�	�	�e�l�s�e�
�
+�	�	�e�l�s�e�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �3�:�
�
 �	�	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �f�i�x�e�d�_�b�r�a�n�d�_�r�i�s�e�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
@@ -41963,7 +43091,6 @@
 �	�	�i�f� �s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �>� �0� �o�r� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�h�e�a�l�t�h�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�p�r�e�g�n�a�n�t�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �>� �0�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�a�g�a�i�n�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
-�	�	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m�:� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �d�a�y�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -41971,13 +43098,15 @@
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�l�_�s�l�a�v�e�_�h�o�u�s�e�'�:�
�
 �	�g�s� �'�$�s�l�a�v�e�_�p�r�i�c�e�'�
�
 �	�i�f� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �>� �0� �a�n�d� �(�d�a�y� �-� �s�l�a�v�e�[�$�n�p�c�_�i�d�]�)� �>�=� �1�0�:� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �0�
�
-�	�i�f� �s�l�a�v�e�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�i�n�t�e�r�e�s�t�i�n�g�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�n�p�c�_�i�d�]�]� �>�=� �1� �a�n�d� �r�a�t�i�n�g� �>�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �a�n�d� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �0�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1�
�
+�	�i�f� �r�a�t�i�n�g� �>�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �a�n�d� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �0�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1�
�
+�	�!�i�f� �s�l�a�v�e�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�i�n�t�e�r�e�s�t�i�n�g�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�n�p�c�_�i�d�]�]� �>�=� �1�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1�
�
 �	�!�c�h�a�r�m�_�d�e�m�a�n�d�_�m�a�x� �=� �1�5� �+� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
 �	�!�c�h�a�r�m�_�d�e�m�a�n�d� �=� �r�a�n�d�(�5�,�c�h�a�r�m�_�d�e�m�a�n�d�_�m�a�x�)�
�
 �	�	�	�	�	�	�	�	�	�c�h�a�r�m�_�d�e�m�a�n�d� �=� �6� � �&�!� �r�e�q�u�i�r�e� �D�-� �c�h�a�r�m� �(� �6�+�)� �a�t� �F�-�/�D�-�/�D�+� �r�a�t�i�n�g� � � � �(�0�-�2�)�
�
 �	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �3�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�2� �&�!� �r�e�q�u�i�r�e� �C�-� �c�h�a�r�m� �(�1�2�+�)� �a�t� �C�-�/�C�+� �r�a�t�i�n�g� � � � � � � �(�3�-�4�)�
�
-�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �5�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�6� �&�!� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�6�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
-�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �7�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �2�0� �&�!� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�0�+�)� �a�t� �A�-�/�A�+�/�S�-�/�S�+� �r�a�t�i�n�g� �(�7�-�1�0�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �5�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �1�8� �&�!� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�8�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �7�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �2�4� �&�!� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�4�+�)� �a�t� �A�-�/�A�+� �r�a�t�i�n�g� � � � � � � �(�7�-�8�)�
�
+�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>�=� �9�:� �c�h�a�r�m�_�d�e�m�a�n�d� �=� �3�8� �&�!� �r�e�q�u�i�r�e� �S�+� �c�h�a�r�m� �(�3�8�+�)� �a�t� �S�-�/�S�+� �r�a�t�i�n�g� � � � � � � �(�9�-�1�0�)�
�
 �	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m� �a�n�d� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1� �a�n�d� �n�o�_�c�h�a�r�m�_�c�h�e�c�k� �=� �1�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1�
�
 �	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m� �a�n�d� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1� �a�n�d� �n�o�_�c�h�a�r�m�_�c�h�e�c�k� �=� �0�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �0�
�
 �	�i�f� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0� �o�r� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �2�:� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �0�
�
@@ -41988,38 +43117,42 @@
 �	�	�g�t� �'�s�l�a�v�e�_�s�e�l�l�'�
�
 �	�e�l�s�e�
�
 �	�	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�c�h�a�r�m�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
-�	�	�i�f� �s�l�a�v�e�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�i�n�t�e�r�e�s�t�i�n�g�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�n�p�c�_�i�d�]�]� �<� �1�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �>� �r�a�t�i�n�g�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�l�e�v�e�l�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
+�	�	�i�f� �s�l�a�v�e�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�i�n�t�e�r�e�s�t�i�n�g�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�$�n�p�c�_�i�d�]�]� �<� �1�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0� �o�r� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �2�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�h�e�a�l�t�h�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �>� �0� �o�r� �$�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�h�e�a�l�t�h�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�p�r�e�g�n�a�n�t�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
 �	�	�i�f� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �>� �0�:� �$�t�e�x�t�[�1�]� �=� �$�r�e�f�u�s�e�_�a�g�a�i�n�_�q�u�o�t�e�[�$�n�p�c�_�i�d�]�
�
-�	�	�i�f� �c�h�a�r�m�_�d�e�m�a�n�d� �>� �c�h�a�r�m�:� �s�l�a�v�e�[�$�n�p�c�_�i�d�]� �=� �d�a�y�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
-�!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �s�l�a�v�e� �s�o�l�d� �t�o� �c�l�i�e�n�t�s� �f�r�o�m� �h�o�u�s�e�s�,� �n�e�w� �s�c�h�e�m�e�
�
+�!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �s�l�a�v�e� �s�o�l�d� �t�o� �c�l�i�e�n�t�s� �f�r�o�m� �h�o�u�s�e�s�,� �n�e�w� �s�c�h�e�m�e� �(�u�s�e�d� �f�o�r� �n�e�g�o�t�i�a�t�i�o�n� �s�a�l�e�s�)�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�l�a�v�e�_�s�o�l�d�_�h�o�u�s�e�'�:�
�
 �	�n�p�c� �=� �1�
�
 �	�n�p�c�_�p�r�o�g�r�e�s�s�[�$�n�p�c�_�i�d�]� �=� �2�
�
-�	�i�f� �f�i�x�e�d�_�b�r�a�n�d�_�r�i�s�e� �=� �0�:�
�
-�	�	�i�f� �h�a�v�e�_�d�i�s�c�o�u�n�t�e�d� �=� �1�:�
�
-�	�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
-�	�	�	�h�a�v�e�_�d�i�s�c�o�u�n�t�e�d� �=� �0�
�
-�	�	�e�l�s�e�
�
-�	�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �<� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:�
�
-�	�	�	�n�o�_�r�i�s�e� �=� �0�
�
-�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�t�a�u�r�u�s�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�a�m�i�r�a�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
-�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�s�e�r�p�i�s�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�o�r�v�u�s�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
-�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�k�a�m�i�r�a�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
-�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�k�o�r�v�u�s�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
-�	�	�	�i�f� �n�o�b�l�e�_�s�t�a�t�u�s� �>� �0� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �=� �5�:� �n�o�_�r�i�s�e� �=� �1�
�
-�	�	�	�i�f� �n�o�_�r�i�s�e� �=� �0�:� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �+�=� �1�
�
+�	�p�e�r�s�o�n�a�l�_�r�e�l�a�t�i�o�n�s�[�$�n�p�c�_�i�d�]� �+�=� �c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n�
�
+�	�i�f� �c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n� �>� �0�:�
�
+�	�	�i�f� �f�i�x�e�d�_�b�r�a�n�d�_�r�i�s�e� �=� �0�:�
�
+�	�	�	�i�f� �h�a�v�e�_�d�i�s�c�o�u�n�t�e�d� �=� �1�:�
�
+�	�	�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�	�	�	�h�a�v�e�_�d�i�s�c�o�u�n�t�e�d� �=� �0�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:� �b�r�a�n�d�_�r�a�t�e� �+�=� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�
�
+�	�	�	�e�n�d�
�
+�	�	�	�i�f� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �<� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�/�2�:�
�
+�	�	�	�	�n�o�_�r�i�s�e� �=� �0�
�
+�	�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�t�a�u�r�u�s�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�a�m�i�r�a�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
+�	�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�s�e�r�p�i�s�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�o�r�v�u�s�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
+�	�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�k�a�m�i�r�a�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
+�	�	�	�	�i�f� �$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]� �=� �'�k�o�r�v�u�s�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �>� �2�:� �n�o�_�r�i�s�e� �=� �1�
�
+�	�	�	�	�i�f� �n�o�b�l�e�_�s�t�a�t�u�s� �>� �0� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �=� �5�:� �n�o�_�r�i�s�e� �=� �1�
�
+�	�	�	�	�i�f� �n�o�_�r�i�s�e� �=� �0�:� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�n�p�c�_�a�l�i�g�n�m�e�n�t�[�$�n�p�c�_�i�d�]�]� �+�=� �1�
�
+�	�	�	�e�n�d�
�
+�	�	�e�l�s�e�i�f� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �<� �3�:�
�
+�	�	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �f�i�x�e�d�_�b�r�a�n�d�_�r�i�s�e�
�
 �	�	�e�n�d�
�
-�	�e�l�s�e�
�
-�	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �f�i�x�e�d�_�b�r�a�n�d�_�r�i�s�e�
�
+�	�e�l�s�e�i�f� �c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n� �<� �0�:�
�
+�	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n�
�
 �	�e�n�d�
�
 �	�s�p�a�r�k�s� �+�=� �s�e�l�l�_�p�r�i�c�e�
�
 �	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�
�
@@ -42032,7 +43165,7 @@
 �	�$�p�l�a�c�e� �=� �$�p�l�a�c�e�_�t�r�a�n�s�f�e�r�
�
 �e�n�d�
�
 �
�
-�!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �s�e�l�l�_�s�l�a�v�e�_�c�o�m�p�l�e�x�
�
+�!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �s�e�l�l�_�s�l�a�v�e�_�c�o�m�p�l�e�x� �(�n�o� �n�e�g�o�t�i�a�t�i�n�g�,� �b�u�t� �c�h�e�c�k� �s�p�e�c�i�a�l� �d�e�m�a�n�d�s� �a�n�d� �c�h�a�r�m� �a�n�d� �r�a�i�s�e� �b�r�a�n�d� �r�a�t�e� �b�y� �d�e�m�a�n�d� �r�a�t�i�n�g�)�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�e�l�l�_�s�l�a�v�e�_�c�o�m�p�l�e�x�'�:�
�
 �	�g�s� �'�s�l�a�v�e�_�s�e�l�l�_�c�h�e�k�'�
�
 �	�i�f� �b�u�y�e�r�_�i�n�t�e�r�e�s�t�e�d� �=� �1�:�
�
@@ -42040,11 +43173,11 @@
 �	�	�i�f� �n�o�p�r�i�c�e� �=� �0�:�
�
 �	�	�	�s�p�a�r�k�s� �+�=� �c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�
�
 �	�	�	�i�f� �s�o�u�n�d�_�o�n� �=� �1�:� �p�l�a�y� �$�l�a�r�g�e�_�m�o�n�e�y�_�s�o�u�n�d�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�e�a�l�'�]� �=� �5�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:� �s�o�l�d�_�i�l�l�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�i�f� �s�l�a�v�e�[�'�p�a�r�a�s�i�t�e�'�]� �>� �0�:� �s�o�l�d�_�p�a�r�a�s�i�t�e�_�s�l�a�v�e� �=� �1� �&�!� �t�r�i�g�g�e�r� �f�o�l�l�o�w�-�u�p� �e�v�e�n�t�
�
 �	�	�d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
-�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�d�e�a�l�'�]� �=� �5�
�
 �	�	�!�f�i�x�e�d� �c�o�d�e� �f�o�r� �k�i�n�g�s�
�
 �	�	�i�f� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]� �=� �1�0�:�
�
 �	�	�	�b�r�a�n�d�_�r�a�t�e� �+�=� �2�0�
�
@@ -42155,6 +43288,12 @@
 �	�	�$�m�a�s�t�e�r�_�s�p�m�[�4�]� �=� �$�s�p�m�_�t�o�_�l�e�a�r�n� �
�
 �	�e�l�s�e�i�f� �$�m�a�s�t�e�r�_�s�p�m�[�5�]� �=� �'�'�:� �
�
 �	�	�$�m�a�s�t�e�r�_�s�p�m�[�5�]� �=� �$�s�p�m�_�t�o�_�l�e�a�r�n� �
�
+�	�e�l�s�e�i�f� �$�m�a�s�t�e�r�_�s�p�m�[�6�]� �=� �'�'�:� �
�
+�	�	�$�m�a�s�t�e�r�_�s�p�m�[�6�]� �=� �$�s�p�m�_�t�o�_�l�e�a�r�n� �
�
+�	�e�l�s�e�i�f� �$�m�a�s�t�e�r�_�s�p�m�[�7�]� �=� �'�'�:� �
�
+�	�	�$�m�a�s�t�e�r�_�s�p�m�[�7�]� �=� �$�s�p�m�_�t�o�_�l�e�a�r�n� �
�
+�	�e�l�s�e�i�f� �$�m�a�s�t�e�r�_�s�p�m�[�8�]� �=� �'�'�:� �
�
+�	�	�$�m�a�s�t�e�r�_�s�p�m�[�8�]� �=� �$�s�p�m�_�t�o�_�l�e�a�r�n� �
�
 �	�e�n�d�
�
 �	�s�p�m�_�l�e�a�r�n�e�d�[�$�s�p�m�_�t�o�_�l�e�a�r�n�]� �=� �1�
�
 �	�s�p�m�_�n�u�m�b�e�r� �+�=� �1�
�
@@ -42273,7 +43412,8 @@
 �	�	�e�n�d�
�
 �	�	�l�o�l�i�_�m�a�g�i�c� �+�=� �1� �&�!� �r�e�n�t�i�n�g� �a� �n�e�w� �h�o�m�e� �u�n�l�o�c�k�s� �t�h�e� �n�e�x�t� �i�s�_�p�e�r�v� �r�e�d�u�c�t�i�o�n� �f�o�r� �d�i�r�t�y� �o�l�d� �m�a�n�
�
 �	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �5� �&� �f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�n�o�n�e�'�]� �+�=� �1�
�
+�	�	�f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �1�
�
+�	�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �5� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �=� �0�
�
 �	�	�h�o�u�s�e�_�m�e�s�s� �=� �0�
�
 �	�	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�r�e�a�l�t�o�r�_�n�o�_�s�e�x�'�
�
@@ -42303,7 +43443,8 @@
 �	�	�c�o�p�y�a�r�r� �'�$�t�e�x�t�'�,� �'�$�r�e�a�l�t�o�r�_�b�o�n�u�s�_�s�e�x�'�
�
 �	�e�l�s�e�
�
 �	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�	�c�o�o�k�e�d�_�f�o�o�d� �=� �5� �&� �f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�n�o�n�e�'�]� �+�=� �1�
�
+�	�	�f�r�i�d�g�e�[�'�v�e�g�e�t�a�b�l�e�s�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�f�l�o�w�e�r�'�]� �+�=� �1� �&� �f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �1�
�
+�	�	�g�s� �'�$�f�o�o�d�_�c�h�o�i�c�e�'�,� �5� �&�!� �c�o�n�s�u�m�e� �i�n�g�r�e�d�i�e�n�t�s�,� �u�p�d�a�t�e� �c�o�o�k�e�d�_�f�o�o�d� �a�n�d� �$�c�o�o�k�e�d�_�m�e�a�l� �-� �l�a�c�k� �o�f� �i�n�g�r�e�d�i�e�n�t�s� �o�r� �s�k�i�l�l� �l�i�m�i�t�s� �m�e�a�l� �q�u�a�l�i�t�y� �-� �w�i�l�l� �o�n�l�y� �r�e�p�l�a�c�e� �a� �l�o�w�e�r� �q�u�a�l�i�t�y� �m�e�a�l�
�
 �	�	�h�o�u�s�e�_�m�e�s�s�_�r�a�t�e� �=� �0�
�
 �	�	�h�o�u�s�e�_�m�e�s�s� �=� �0�
�
 �	�	�s�p�a�r�k�s� �+�=� �5�
�
@@ -42316,20 +43457,9 @@
 �	�$�p�l�a�c�e� �=� �'�b�r�o�t�h�e�l�'�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� � �=� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �	�s�p�a�r�k�s� �-�=� �w�h�o�r�e�_�p�r�i�c�e�
�
-�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �w�h�o�r�e�_�q�u�a�l�i�t�y�
�
-�	�i�f� �i�s�_�p�e�r�v� �=� �1� �a�n�d� �i�s�_�l�o�l�i� �=� �1�:�
�
-�	�	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �+� �w�h�o�r�e�_�q�u�a�l�i�t�y�*�8�)�
�
-�	�	�g�s� �'�$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�'� �&�!� �u�p�d�a�t�e� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �b�e�f�o�r�e� �f�l�a�c�c�i�d� �c�h�e�c�k� �b�e�l�o�w�
�
-�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �w�h�o�r�e�_�q�u�a�l�i�t�y�
�
-�	�e�n�d�
�
-�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
-�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p�
�
-�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5� �*� �w�h�o�r�e�_�q�u�a�l�i�t�y�
�
-�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
-�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:�
�
-�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�e�m�p�t�y�.�p�n�g�'�
�
-�	�	�i�f� �i�s�_�f�l�a�c�c�i�d�2� �=� �1�:� �
�
+�	�	�!�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�e�m�p�t�y�.�p�n�g�'�
�
+�	�	�i�f� �i�s�_�f�l�a�c�c�i�d�2� �=� �1�:�
�
 �	�	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �=� �'�s�c�e�n�e�/�f�l�a�c�c�i�d�'�
�
 �	�	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�"�f�l�a�c�c�i�d�"�]�)�
�
 �	�	�	�i�f� �g� �>� �1�:� �$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�2�]� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
@@ -42339,10 +43469,23 @@
 �	�	�g� �=� �r�a�n�d�(�1�,� �p�i�c�M�a�x�[�"�f�l�a�c�c�i�d�"�]�)�
�
 �	�	�i�f� �g� �>� �1�:� �$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �+�=� �'�_�'� �+� �$�s�t�r�(�g�)�
�
 �	�	�$�s�p�e�c�i�a�l�_�i�m�a�g�e�[�3�]� �+�=� �"�.�p�n�g�"�
�
-�	�e�l�s�e�i�f� �m�a�s�t�e�r�_�s�t�r� �<� �4�:�
�
-�	�	�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1�
�
+�	�e�l�s�e�
�
+�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �w�h�o�r�e�_�q�u�a�l�i�t�y�*�4�
�
+�	�	�i�f� �i�s�_�p�e�r�v� �=� �1� �a�n�d� �i�s�_�l�o�l�i� �=� �1�:�
�
+�	�	�	�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �+�=� �w�h�o�r�e�_�q�u�a�l�i�t�y�/�2�
�
+�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �w�h�o�r�e�_�q�u�a�l�i�t�y�
�
+�	�	�e�n�d�
�
+�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�i�f� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �0�:�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<�=� �m�i�n�(�3�,� �w�h�o�r�e�_�q�u�a�l�i�t�y�)�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1� �&�!� �s�e�x� �i�n� �t�h�e� �b�r�o�t�h�e�l� �c�a�n� �r�a�i�s�e� �m�a�s�t�e�r� �s�t�r�e�n�g�t�h� �u�p� �t�o� �A�+�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �<� �w�h�o�r�e�_�q�u�a�l�i�t�y�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t�
�
+�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �a�f�t�e�r� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �c�h�e�c�k� �a�b�o�v�e�
�
+�	�g�s� �'�$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�'� �&�!� �e�n�s�u�r�e� �m�a�s�t�e�r� �e�x�c�i�t�e�m�e�n�t� �i�s� �u�p�d�a�t�e�d� �i�n� �c�a�s�e� �h�e� �c�o�n�t�i�n�u�e�s� �s�a�m�p�l�i�n�g� �t�h�e� �w�a�r�e�s�
�
+�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5� �*� �w�h�o�r�e�_�q�u�a�l�i�t�y�
�
+�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�p�i�c�_�p�n�g�'�
�
+�	�d�y�n�a�m�i�c� �$�s�p�e�c�i�a�l�_�p�a�r�t� �&�!� �c�u�r�r�e�n�t�l�y� �u�n�u�s�e�d�
�
 �e�n�d�
�
 �
�
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �b�o�r�r�o�w� �m�o�n�e�y�
�
@@ -42478,7 +43621,7 @@
 �!�i�n�t�e�r�a�c�t�i�o�n� �t�y�p�e� �-� �t�r�e�a�t� �a� �g�i�r�l� �a�t� �t�h�e� �b�a�r�
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�h�i�t�_�o�n�_�p�a�t�r�o�n�'�:�
�
 �	�$�p�l�a�c�e� �=� �'�t�a�v�e�r�n�'�
�
-�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �<�=� �0�:�
�
+�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �<�=� �0�:�
�
 �	�	�a� �=� �r�a�n�d�(�1�,�2�)�
�
 �	�	�i�f� �a� �=� �1�:� �$�n�p�c�_�i�d� �=� �'�1@8=0_�@K60O'�
�
 �	�	�i�f� �a� �=� �2�:� �$�n�p�c�_�i�d� �=� �'�p�o�i�s�o�n�'�
�
@@ -42496,8 +43639,8 @@
 �e�n�d�
�
 �
�
 �!�c�o�m�p�l�e�t�i�o�n� �t�a�g�s�
�
-�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �+�=� �1�
�
-�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�]� �+�=� �1�
�
+�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �+�=� �1�
�
+�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�e�v�e�r�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�)�]� �+�=� �1�
�
 �
�
 �i�f� �t�x�t�_�i�s�_�s�e�t�_�f�r�o�m�_�s�a�v�e� �=� �0�:� �t�x�t� �=� �1�
�
 �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�_�s�c�r�e�e�n�_�c�i�t�y�'�
�
@@ -42749,7 +43892,6 @@
 �e�n�d�
�
 �
�
 �i�f� �t�r�a�c�e�_�s�e�g�m�e�n�t� �=� �2�:�
�
-�	�$�c�u�r�r�e�n�t�_�r�i�d�e� �=� �$�t�r�a�c�e�_�p�a�s�s�_�d�e�s�c�r�i�p�t�i�o�n�[�'�r�i�d�e�_�s�t�a�r�t�'�]�
�
 �	�$�f�u�t�u�r�e�_�r�i�d�e� �=� �$�t�r�a�c�e�_�f�o�r�w�a�r�d�_�d�e�s�c�r�i�p�t�i�o�n�[�$�t�r�a�c�e�[�2�]�]�
�
 �e�n�d�
�
 �
�
@@ -42855,27 +43997,14 @@
 �e�n�d�
�
 �
�
 �!�n�e�w� �C�S�S� �f�o�r� �r�i�d�e� �v�a�r�
�
-�i�f� �t�r�a�c�e�_�s�e�g�m�e�n�t� �=� �1�:�
�
-�	�i�f� �u�i�_�s�t�y�l�e� �=� �2�:�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�s�u�b�t�i�o�n�s�_�u�i�2�"�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�1�"�>�C�r�a�c�k� �t�h�e� �w�h�i�p�<�/�a�>�<�/�d�i�v�>�'�
�
-�	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�s�u�b�t�i�o�n�s�"�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�1�"�>�C�r�a�c�k� �t�h�e� �w�h�i�p�<�/�a�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
+�i�f� �u�i�_�s�t�y�l�e� �=� �2�:�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�s�u�b�t�i�o�n�s�_�u�i�2�"�>�'�
�
 �e�l�s�e�
�
-�	�i�f� �u�i�_�s�t�y�l�e� �=� �2�:�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�s�u�b�t�i�o�n�s�_�u�i�2�"�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�1�"�>�W�h�i�p� �l�a�s�h�<�/�a�>�<�b�r�>�'� �
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�2�"�>�M�a�n�a�g�e� �t�h�e� �r�e�i�n�s�<�/�a�>�<�b�r�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�3�"�>�D�r�a�w� �r�e�i�n�s�<�/�a�>�<�/�d�i�v�>�'�
�
-�	�e�l�s�e�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�s�u�b�t�i�o�n�s�"�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�1�"�>�W�h�i�p� �l�a�s�h�<�/�a�>�<�b�r�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�2�"�>�M�a�n�a�g�e� �t�h�e� �r�e�i�n�s�<�/�a�>�<�b�r�>�'�
�
-�	�	�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�3�"�>�D�r�a�w� �r�e�i�n�s�<�/�a�>�<�/�d�i�v�>�'�
�
-�	�e�n�d�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�_�s�u�b�t�i�o�n�s�"�>�'�
�
 �e�n�d�
�
+�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�1�"�>�C�r�a�c�k� �w�h�i�p�<�/�a�>�<�b�r�>�'�
�
+�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�2�"�>�M�a�n�a�g�e� �r�e�i�n�s�<�/�a�>�<�b�r�>�'�
�
+�*�n�l� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�t� �'�'�r�i�d�e�_�n�e�x�t�'�'�,�3�"�>�D�r�a�w� �r�e�i�n�s�<�/�a�>�<�/�d�i�v�>�'�
�
 �
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�r�1�_�p�i�c�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�r�i�d�e�r�_�d�e�s�c�r�i�p�t�i�o�n�[�$�p�a�r�t�i�c�i�p�a�n�t�[�1�]�]�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�r�i�d�e�r�_�a�v�a�[�$�p�a�r�t�i�c�i�p�a�n�t�[�1�]�]�>�>�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�r�i�d�e�r�2�_�p�i�c�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �m�s�g� �$�r�i�d�e�r�_�d�e�s�c�r�i�p�t�i�o�n�[�$�p�a�r�t�i�c�i�p�a�n�t�[�2�]�]�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�r�i�d�e�r�_�a�v�a�[�$�p�a�r�t�i�c�i�p�a�n�t�[�2�]�]�>�>�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
@@ -42967,6 +44096,7 @@
 �e�n�d�
�
 �
�
 �i�f� �s�p�_�t�x�t� �=� �2�:�
�
+�	�g�s� �'�$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�'� �&�!� �u�p�d�a�t�e�s� �m�a�s�t�e�r� �a�t�t�r�i�b�u�t�e�s� �s�o� �t�h�a�t� �i�f� �g�u�i�l�d� �r�e�p�u�t�a�t�i�o�n� �r�o�s�e� �a�f�t�e�r� �a�n� �a�u�c�t�i�o�n� �o�r� �t�u�r�n�i�n�g� �i�n� �a� �c�o�n�t�r�a�c�t�,� �i�t� �w�i�l�l� �b�e� �r�e�f�l�e�c�t�e�d� �w�h�e�n� �t�r�y�i�n�g� �t�o� �t�a�k�e� �a� �n�e�w� �c�o�n�t�r�a�c�t�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �>�=� �0� �a�n�d� �c�o�n�t�r�a�c�t�[�'�a�c�t�i�v�e�'�]� �=� �0� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�1�_�r�a�n�k�,� �m�e�n�u�_�D�1�_�r�a�n�k�,� �'�C�o�n�t�r�a�c�t� �w�o�r�k� �-� �D�-� �r�a�n�k�'�)�
�
@@ -43640,10 +44770,15 @@
 �	�$�t�e�x�t� �=� �'� � �[�F�A�R�I�D�]�<�b�r�>�-� �A�u�c�t�i�o�n� �w�a�s� �e�n�d�e�d�,� �m�y� �d�e�a�r�!� �C�o�m�e� �b�a�c�k� �t�o�m�o�r�r�o�w�!�'�
�
 �e�n�d�
�
 �
�
-�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�i�f� �n�s�f�w� �=� �1�:�
�
+�	�n�o�t�_�s�a�f�e� �=� �1�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�e�m�p�t�y�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�e�l�s�e�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�e�n�d�
�
 �i�f� �s�t�o�c�k�_�s�o�l�d� �=� �0�:� �i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�c�h�a�r�a�c�t�e�r�s�\�s�l�a�v�e�r�_�f�h�a�r�i�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�i�f� �a�u�c�t�i�o�n�_�p�h�a�s�e� �=� �5� �o�r� �a�u�c�t�i�o�n�_�p�h�a�s�e� �=� �7�:� �i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�c�h�a�r�a�c�t�e�r�s�\�s�l�a�v�e�r�_�f�h�a�r�i�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�i�f� �s�t�o�c�k�_�s�o�l�d� �>� �0� �a�n�d� �a�u�c�t�i�o�n�_�p�h�a�s�e� �<� �5�:� �i�f� �n�s�f�w� �=� �0�:�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�t�o�c�k�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�i�f� �a�u�c�t�i�o�n�_�p�h�a�s�e� �=� �5� �o�r� �a�u�c�t�i�o�n�_�p�h�a�s�e� �=� �7�:� �i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�c�h�a�r�a�c�t�e�r�s�\�s�l�a�v�e�r�_�f�h�a�r�i�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�i�f� �s�t�o�c�k�_�s�o�l�d� �>� �0� �a�n�d� �a�u�c�t�i�o�n�_�p�h�a�s�e� �<� �5�:� �i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�t�o�c�k�'�,� �'�b�g�'�)�
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�>�>�<�/�d�i�v�>�'�
�
 �
�
 �i�f� �h�a�g�g�l�i�n�g�_�s�t�a�g�e� �=� �1�:�
�
@@ -43783,7 +44918,12 @@
 �	�'�<�a� �h�r�e�f� �=� �'�'�E�X�E�C�:� �k�i�l�l�o�b�j� �&� �g�t� �"�c�i�t�y�_�m�e�n�u�_�f�o�r�m�"�'�'�>�<�f�o�n�t� �c�o�l�o�r�=�"�#�B�2�2�2�2�2�"�>�-� �T�h�i�s� �i�s� �a�w�f�u�l�!� �B�e�i�n�g� �b�e�n�t� �o�v�e�r� �w�i�t�h� �n�o� �l�u�b�e�,� �I� �c�a�n� �f�i�n�d� �a� �b�e�t�t�e�r� �b�u�y�e�r�.�<�/�f�o�n�t�>�<�/�a�>�'�
�
 �e�n�d�
�
 �
�
-�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�i�f� �n�s�f�w� �=� �1�:�
�
+�	�n�o�t�_�s�a�f�e� �=� �1�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�e�m�p�t�y�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�e�l�s�e�
�
+�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�e�n�d�
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�[�t�x�t�]�>�>�<�/�d�i�v�>�'�
�
 �
�
 �i�f� �n�p�c� �=� �1�:�
�
@@ -43804,7 +44944,7 @@
 �-�-�-� �s�l�a�v�e�_�a�u�c�t�i�o�n�_�s�e�l�l� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
 �#� �s�l�a�v�e�_�a�u�c�t�i�o�n�_�s�e�l�l�_�e�n�d�
�
-�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �r�a�t�i�n�g�/�3�
�
+�i�f� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �<�=� �(�r�a�t�i�n�g�/�2�)�:� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e� �+�=� �5� �+� �r�a�t�i�n�g� �&�!� �s�o�l�d� �t�o� �F�a�r�i�d� �a� �s�l�a�v�e� �r�a�n�k�e�d� �a�t� �o�r� �a�b�o�v�e� �g�u�i�l�d� �l�e�v�e�l�
�
 �d�y�n�a�m�i�c� �$�s�o�l�d�_�c�l�o�t�h�i�n�g�
�
 �d�y�n�a�m�i�c� �$�c�l�e�a�r�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�,� �'�s�l�a�v�e�'�
�
 �
�
@@ -43830,7 +44970,7 @@
 �e�n�d�
�
 �
�
 �i�f� �s�l�_�t�x�t� �=� �1�0�0�:�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �c�l�i�e�n�t� �e�x�a�m�i�n�e�s� �t�h�e� �s�l�a�v�e� �a�n�d� �r�e�f�u�s�e�s� �w�i�t�h�o�u�t� �e�v�e�n� �l�i�s�t�e�n�i�n�g� �t�o� �p�r�i�c�e� �b�i�d�s�.� �Y�o�u� �m�u�s�t� �b�e� �a�t�t�e�n�t�i�v�e� �t�o� �t�h�e� �i�n�d�i�v�i�d�u�a�l� �w�i�s�h�e�s� �a�n�d� �p�r�e�f�e�r�e�n�c�e�s� �o�f� �e�a�c�h� �c�u�s�t�o�m�e�r�.�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �c�l�i�e�n�t� �e�x�a�m�i�n�e�s� �t�h�e� �s�l�a�v�e� �a�n�d� �r�e�f�u�s�e�s� �w�i�t�h�o�u�t� �e�v�e�n� �l�i�s�t�e�n�i�n�g� �t�o� �p�r�i�c�e� �b�i�d�s�.� �Y�o�u� �m�u�s�t� �b�e� �a�t�t�e�n�t�i�v�e� �t�o� �t�h�e� �i�n�d�i�v�i�d�u�a�l� �w�i�s�h�e�s� �a�n�d� �p�r�e�f�e�r�e�n�c�e�s� �o�f� �e�a�c�h� �c�u�s�t�o�m�e�r�.� �(�"�<�<�$�r�e�f�u�s�e�_�t�x�t�>�>�"�)�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �6�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -43857,7 +44997,7 @@
 �e�n�d�
�
 �
�
 �i�f� �s�l�_�t�x�t� �=� �1�0�2�:�
�
-�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �c�l�i�e�n�t� �i�n�t�e�r�r�o�g�a�t�e�s� �y�o�u� �a�b�o�u�t� �t�h�e� �a�b�i�l�i�t�i�e�s� �o�f� �y�o�u�r� �s�l�a�v�e� �t�o� �u�n�d�e�r�s�t�a�n�d� �w�h�e�t�h�e�r� �s�h�e� �i�s� �g�o�o�d� �e�n�o�u�g�h�.� �Y�o�u� �k�n�o�w� �t�h�a�t� �s�h�e� �i�s� �n�o�t�,� �b�u�t� �y�o�u� �c�a�n� �e�m�b�e�l�l�i�s�h� �a� �l�i�t�t�l�e�& '�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �c�l�i�e�n�t� �i�n�t�e�r�r�o�g�a�t�e�s� �y�o�u� �a�b�o�u�t� �t�h�e� �a�b�i�l�i�t�i�e�s� �o�f� �y�o�u�r� �s�l�a�v�e� �t�o� �u�n�d�e�r�s�t�a�n�d� �w�h�e�t�h�e�r� �s�h�e� �i�s� �g�o�o�d� �e�n�o�u�g�h�.� �(�"�<�<�$�r�e�f�u�s�e�_�t�x�t�>�>�"�)� �Y�o�u� �k�n�o�w� �t�h�a�t� �s�h�e� �i�s� �n�o�t�,� �b�u�t� �y�o�u� �c�a�n� �e�m�b�e�l�l�i�s�h� �a� �l�i�t�t�l�e�& '�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �4�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -43881,7 +45021,7 @@
 �e�n�d�
�
 �
�
 �i�f� �s�l�_�t�x�t� �=� �2�:�
�
-�	�c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n� �=� �1� �+� �r�a�t�i�n�g� �-� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�
�
+�	�c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n� �=� �1� �+� �(�r�a�t�i�n�g� �-� �d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�)�/�2� �&�!� �[�1�,�5�]� �(�1� �+� �1� �f�o�r� �e�a�c�h� �f�u�l�l� �g�r�a�d�e� �d�i�f�f�e�r�e�n�c�e�)�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �T�h�e� �r�a�t�i�n�g� �o�f� �y�o�u�r� �s�l�a�v�e� �i�s� �e�v�e�n� �h�i�g�h�e�r� �t�h�a�n� �c�u�s�t�o�m�e�r� �e�x�p�e�c�t�a�t�i�o�n�s�.� �U�n�f�o�r�t�u�n�a�t�e�l�y� �t�h�i�s� �d�o�e�s� �n�o�t� �m�e�a�n� �t�h�a�t� �t�h�e� �p�r�i�c�e� �w�i�l�l� �b�e� �b�e�t�t�e�r� �-� �p�a�y�m�e�n�t� �i�s� �o�f�f�e�r�e�d� �b�a�s�e�d� �o�n� �t�h�e� �d�e�s�i�r�e�d� �r�a�t�i�n�g� �<�<�$�r�a�t�i�n�g�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�>�>�,� �a�n�d� �t�h�e� �p�r�i�c�e� �o�n� �t�h�e� �m�a�r�k�e�t� �f�o�r� �t�h�a�t� �r�a�t�i�n�g� �i�s� �a�b�o�u�t� �<�<�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�>�>� �s�p�a�r�k�s�.� �M�a�y�b�e� �y�o�u� �c�a�n� �g�e�t� �a� �b�e�t�t�e�r� �p�r�i�c�e�.�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �
�
@@ -43894,7 +45034,7 @@
 �e�n�d�
�
 �
�
 �i�f� �s�l�_�t�x�t� �=� �3�:�
�
-�	�c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n� �=� �-�2�
�
+�	�c�l�i�e�n�t�_�s�a�t�i�s�f�a�c�t�i�o�n� �=� �-�3�
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �s�l�i�g�h�t�l�y� �e�m�b�e�l�l�i�s�h�e�d� �y�o�u�r� �s�l�a�v�e� s� �s�k�i�l�l�s�,� �s�o� �s�h�e� �w�i�l�l� �f�i�t� �t�h�e� �c�l�i�e�n�t� s� �r�e�q�u�i�r�e�m�e�n�t�s�.� �T�h�e� �c�l�i�e�n�t� �i�s� �r�e�a�d�y� �t�o� �b�u�y� �a� �s�l�a�v�e� �w�i�t�h� �r�a�t�i�n�g� �<�<�$�r�a�t�i�n�g�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�>�>�.� �T�h�e� �p�r�i�c�e� �o�n� �t�h�e� �m�a�r�k�e�t� �f�o�r� �t�h�i�s� �r�a�t�i�n�g� �i�s� �a�b�o�u�t� �<�<�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�$�n�p�c�_�i�d�]�]�>�>� �s�p�a�r�k�s�.� �B�u�t� �y�o�u� �c�a�n� �s�t�i�l�l� �g�r�o�w� �i�n�s�o�l�e�n�t� �a�n�d� �b�a�r�g�a�i�n�.�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �
�
@@ -43948,8 +45088,10 @@
 �i�f� �n�s�f�w� �=� �1�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�e�m�p�t�y�.�p�n�g�"�>�<�/�d�i�v�>�'� �&� �n�o�t�_�s�a�f�e� �=� �1�
�
 �
�
 �$�m�a�s�t�e�r�_�s�t�a�t�s� �=� �'�'�
�
+�$�m�a�s�t�e�r�_�s�t�a�t�s� �+�=� �'�<�<�$�m�a�s�t�e�r�_�s�t�r�[�m�a�s�t�e�r�_�s�t�r�]�>�>�<�b�r�>�'�
�
 �$�m�a�s�t�e�r�_�s�t�a�t�s� �+�=� �'�<�<�$�m�a�s�t�e�r�_�c�h�a�[�m�a�s�t�e�r�_�c�h�a�]�>�>�<�b�r�>�'�
�
 �$�m�a�s�t�e�r�_�s�t�a�t�s� �+�=� �'�<�<�$�m�a�s�t�e�r�_�s�t�y�l�e�[�m�a�s�t�e�r�_�s�t�y�l�e�]�>�>�<�b�r�>�'�
�
+�$�m�a�s�t�e�r�_�s�t�a�t�s� �+�=� �'�<�<�$�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�[�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�]�>�>�<�b�r�>�'�
�
 �$�m�a�s�t�e�r�_�s�t�a�t�s� �+�=� �'�<�<�$�b�r�a�n�d�[�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�]�>�>�<�b�r�>�'�
�
 �
�
 �$�s�l�a�v�e�_�s�t�a�t�s� �=� �'�<�b�r�>�'�
�
@@ -43976,7 +45118,7 @@
 �g�s� �'�g�e�n�e�r�a�t�e�_�s�t�o�c�k�'�
�
 �!�i�f� �s�l�a�v�e�_�b�a�s�e�_�p�r�i�c�e� �<� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�b�a�s�e�_�p�r�i�c�e�'�]�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�r�e�f�u�s�e�_�a�g�e�'�]�:� �j�u�m�p� �'�l�o�o�p�'�
�
-�i�f� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]� �!� �0� �a�n�d� �s�t�o�c�k�[�'�a�g�e�'�]� �!� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]�:� �j�u�m�p� �'�l�o�o�p�'�
�
+�i�f� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]� �!� �0� �a�n�d� �s�t�o�c�k�[�'�a�g�e�'�]� �!� �i�i�f�(�n�o�_�l�o�l�i� �=� �1� �a�n�d� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�,� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]�,� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�a�g�r�e�e�_�a�g�e�'�]�)�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �i�f� �s�t�o�c�k�[�'�s�t�a�m�i�n�a�'�]� �<� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�m�i�n�_�s�t�a�m�i�n�a�'�]�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �i�f� �s�t�o�c�k�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �<� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�m�i�n�_�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �j�u�m�p� �'�l�o�o�p�'�
�
 �i�f� �s�t�o�c�k�[�'�t�e�m�p�e�r�'�]� �<� �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�m�i�n�_�t�e�m�p�e�r�'�]�:� �j�u�m�p� �'�l�o�o�p�'�
�
@@ -43989,7 +45131,7 @@
 �c�o�n�t�r�a�c�t�o�r�_�d�e�m�a�n�d�[�'�m�a�x�_�t�e�m�p�e�r�'�]� �=� �9�9�
�
 �
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�d�u�n�g�e�o�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
-�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�t�o�c�k�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�t�o�c�k�'�,� �'�b�g�'�)�
�
 �*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>� � � � �<5AB5 �A> �A2>8< �?>B5=F80;L=K< �@01>B>40B5;5< �2K �>B?@02;O5B5AL �2 �F5=B@ �?5@545@6:8 �38;L488,� �GB>1K �>A<>B@5BL �?@54<5B �:>=B@0:B0.� �>A;5 �BI0B5;L=>9 �>F5=:8 �@01K=8,� �2K �3>B>2K �?@8=OBL �@5H5=85 �> �B>< �1@0BLAO �;8 �70 �:>=B@0:B �8;8 �>B:070BLAO �>B �=53> �:0: �>B �15A?5@A?5:B82=>3>.�<�/�d�i�v�>�'�
�
 �
�
 �g�s� �'�$�a�d�d�o�n�'�,� �'�i�n�f�o�_�b�o�x�'�
�
@@ -44270,7 +45412,7 @@
 �	�	�	�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �=� �2�0�
�
 �	�	�	�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �0�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �!� �0� �o�r� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �!� �2� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�5�1�5�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�5�5�1�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�5�5�2�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�5�5�3�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�5�5�4�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�5�5�5�]� �>� �0�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�d�i�e�t�_�l�e�f�t�o�v�e�r�s�'�]� �!� �0� �o�r� �s�l�a�v�e�[�'�d�i�e�t�_�f�o�o�d�_�t�y�p�e�'�]� �!� �2� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�5�1�5�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�5�5�1�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�5�5�2�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�5�5�3�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�5�5�4�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�5�5�5�'�]� �>� �0�:�
�
 �	�	�	�!� �r�e�m�o�v�e�d� �f�i�e�n�d�_�c�u�m� �=� �0� �c�h�e�c�k� �-� �l�e�t�t�i�n�g� �h�e�r� �s�t�a�r�v�e� �h�a�s� �c�o�n�s�e�q�u�e�n�c�e�s� �o�f� �i�t�s� �o�w�n� �a�n�d� �r�u�n�n�i�n�g� �o�u�t� �o�f� �f�i�e�n�d� �c�u�m� �s�h�o�u�l�d� �n�o�t� �b�e� �a� �f�a�i�l� �c�o�n�d�i�t�i�o�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!� �a�d�d�e�d� �i�n�t�e�r�a�c�t�i�o�n� �1�5�1�5� �(�g�o�i�n�g� �t�o� �a� �r�e�s�t�a�u�r�a�n�t�)� �a�n�d� �1�5�5�1� �t�h�r�o�u�g�h� �1�5�5�5� �(�r�e�w�a�r�d� �w�i�t�h� �t�r�e�a�t�s�/�s�w�e�e�t�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�$�q�u�e�s�t�1�2� �=� �'�f�a�i�l�'�
�
@@ -44287,7 +45429,7 @@
 �	�	�	�$�q�u�e�s�t�1�2� �=� �'�f�a�i�l�'�
�
 �	�	�	�$�q�u�e�s�t�1�2�_�f�a�i�l�r�e�a�s�o�n� �=� �'�I�t� �s�e�e�m�s� �y�o�u� �f�o�r�g�o�t� �t�o� �h�a�v�e� �h�e�r� �t�a�k�e� �c�a�r�e� �o�f� �y�o�u�r� �f�i�e�n�d�,� �s�l�a�v�e�r�.�'�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�l�a�v�e�[�'�v�_�b�a�l�l�s�_�r�u�l�e�'�]� �!� �1� �a�n�d� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �!� �0� �a�n�d� �(�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �>� �1� �o�r� �s�l�a�v�e�_�a�u�t�o�_�t�e�n�t�a�c�l�e� �=� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�t�e�n�t�a�c�l�e�s�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�3�3�1�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�5�4�1�4�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�6�1�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�7�1�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�3�4�1�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�5�4�1�8�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>� �2� �o�r� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �>� �2� �o�r� �s�l�a�v�e�[�'�s�u�b�_�p�o�l�y�p�u�s�v�e�r�m�i�n�'�]� �>� �1� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�4�8�6�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�1�4�8�7�]� �>� �0�)�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�v�_�b�a�l�l�s�_�r�u�l�e�'�]� �!� �1� �a�n�d� �s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �!� �0� �a�n�d� �(�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �>� �1� �o�r� �s�l�a�v�e�_�a�u�t�o�_�t�e�n�t�a�c�l�e� �=� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�t�e�n�t�a�c�l�e�s�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�3�3�1�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�5�4�1�4�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�6�1�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�7�1�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�3�4�1�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�5�4�1�8�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �>� �2� �o�r� �s�l�a�v�e�[�'�s�u�b�_�z�o�o�s�e�x�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�b�e�s�t�i�a�l�i�t�y�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�h�o�r�s�e�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�u�b�_�a�r�a�c�h�n�i�d�S�p�i�d�e�r�'�]� �>� �2� �o�r� �s�l�a�v�e�[�'�s�u�b�_�p�o�l�y�p�u�s�v�e�r�m�i�n�'�]� �>� �1� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�4�8�6�'�]� �>� �0� �o�r� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�'�1�4�8�7�'�]� �>� �0�)�:�
�
 �	�	�	�$�q�u�e�s�t�1�2� �=� �'�f�a�i�l�'�
�
 �	�	�	�$�q�u�e�s�t�1�2�_�f�a�i�l�r�e�a�s�o�n� �=� �'�R�e�m�e�m�b�e�r�?� �T�h�e� �r�u�l�e� �w�a�s� �w�h�e�n� �y�o�u� �f�i�n�a�l�l�y� �p�u�t� �a� �c�o�c�k� �i�n� �h�e�r�,� �t�h�e� �v�a�g�i�n�a�l� �b�a�l�l�s� �s�t�a�y� �i�n�.�'�
�
 �	�	�e�n�d�
�
@@ -44625,16 +45767,6 @@
 �i�f� �f�e�l�i�c�i�t�y� �=� �1� �a�n�d� �$�q�u�e�s�t�1�2� �!� �'�f�a�i�l�'� �a�n�d� �a�c�t�i�v�e�[�$�q�u�e�s�t�[�1�2�]�]� �=� �1� �a�n�d� �s�l�a�v�e�_�t�y�p�e� �=� �2�5�7�2�:� �$�q�u�e�s�t�1�2� �=� �'�f�a�i�l�'� �&� �$�q�u�e�s�t�1�2�_�f�a�i�l�r�e�a�s�o�n� �=� �'�L�o�r�d� �S�p�e�c�t�r�e� �g�a�v�e� �y�o�u� �s�p�e�c�i�f�i�c� �i�n�s�t�r�u�c�t�i�o�n�s�,� �a�n�d� �e�l�e�v�a�t�i�n�g� �h�i�s� �b�r�o�t�h�e�r� s� �w�a�r�d� �a�s� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �w�a�s� �n�o�t� �a�m�o�n�g� �t�h�e�m�.�'�
�
 �
�
 �i�f� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�!� �m�a�k�e� �o�v�e�r�l�a�p�p�i�n�g� �r�u�l�e�s� �m�u�t�u�a�l�l�y� �e�x�c�l�u�s�i�v�e�,� �a�n�d� �k�e�e�p� �t�h�e�m� �w�i�t�h� �t�h�e� �a�s�s�i�s�t�a�n�t� �r�o�l�e� �i�f� �a� �n�e�w� �a�s�s�i�s�t�a�n�t� �(�c�u�r�r�e�n�t� �s�l�a�v�e�)� �i�s� �t�a�k�i�n�g� �o�v�e�r�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�c�l�e�a�n�s�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�c�o�o�k�s�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�w�a�s�h�e�s�_�m�a�s�t�e�r�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�t�e�n�t�a�c�l�e�_�r�u�l�e�'�]� �=� �0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �0�
�
-�
�
-�	�!� �a�c�c�o�u�n�t�i�n�g� �r�e�s�p�o�n�s�i�b�i�l�i�t�y� �c�a�n� �b�e� �s�h�a�r�e�d�
�
-�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �1�:� �s�l�a�v�e�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�a�c�c�o�u�n�t�_�r�u�l�e�'�]� �=� �0�
�
-�
�
 �	�!� �c�o�p�y� �a�s�s�i�s�t�a�n�t�-�e�x�c�l�u�s�i�v�e� �d�u�t�i�e�s� �t�o� �n�e�w� �a�s�s�i�s�t�a�n�t�
�
 �	�s�l�a�v�e�[�'�s�u�p�e�r�v�i�s�e�_�r�u�l�e�'�]� �=� �a�s�s�i�s�t�a�n�t�[�'�s�u�p�e�r�v�i�s�e�_�r�u�l�e�'�]�
�
 �	�s�l�a�v�e�[�'�w�a�s�h�e�s�_�s�l�a�v�e�_�r�u�l�e�'�]� �=� �a�s�s�i�s�t�a�n�t�[�'�w�a�s�h�e�s�_�s�l�a�v�e�_�r�u�l�e�'�]�
�
@@ -44693,7 +45825,7 @@
 �	�s�t�o�c�k�[�'�c�u�s�t�o�m�'�]� �=� �0�
�
 �	�s�t�o�c�k�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �=� �0�
�
 �	�s�t�o�c�k�[�'�m�o�r�a�l�'�]� �=� �0�
�
-�	�s�t�o�c�k�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �=� �0�
�
+�	�s�t�o�c�k�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �=� �-�1�0�
�
 �	�s�t�o�c�k�[�'�r�a�t�i�o�n�a�l�'�]� �=� �0�
�
 �	�s�t�o�c�k�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �=� �0�
�
 �	�s�t�o�c�k�[�'�i�n�s�t�i�n�c�t�'�]� �=� �0�
�
@@ -44757,7 +45889,7 @@
 �
�
 �i�f� �s�t�o�c�k�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:� �m�s�g� �'�E�R�R�O�R�:� �s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�n�o�g�t� �s�t�a�t�e� �u�n�e�x�p�e�c�t�e�d�,� �p�l�e�a�s�e� �r�e�p�o�r�t� �w�h�a�t� �y�o�u� �d�i�d� �j�u�s�t� �b�e�f�o�r�e� �y�o�u� �s�a�w� �t�h�i�s� �m�e�s�s�a�g�e�'�
�
 �d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�l�a�v�e�'�,� �'�s�t�o�c�k�'�
�
-�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�n�e�w�_�s�t�o�c�k�'�]� �=� �6� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
+�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�n�e�w�_�s�l�a�v�e�'�]� �=� �6� �-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�
�
 �
�
 �!�T�e�s�t�i�n�g� �C�o�d�e� �-� �c�r�u�s�h�b�o�s�s�
�
 �i�f� �(�c�h�e�a�t�_�h� �=� �1� �o�r� �c�h�e�a�t�_�j� �=� �1�)� �a�n�d� �g�e�t�_�g�i�r�l� �=� �0�:� �g�s� �'�s�t�o�c�k�_�t�o�_�s�l�a�v�e�_�t�e�s�t�i�n�g�'�
�
@@ -44815,7 +45947,7 @@
 �!�m�o�v�e� �s�l�a�v�e� �t�o� �c�o�w� �(�t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �'�g�s�'�)�
�
 �!�c�a�n� �b�e� �c�a�l�l�e�d� �d�i�r�e�c�t�l�y� �f�r�o�m� �c�o�w� �l�e�s�s�o�n�s�,� �w�h�i�c�h� �i�s� �w�h�y� �c�o�w�_�l�e�s�s�o�n�_�i�n�_�p�r�o�g�r�e�s�s� �=� �0� �r�e�s�e�t�s� �a�r�e� �n�e�e�d�e�d� �h�e�r�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �<� �1�:�
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �<� �1� �a�n�d� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
 �	�i�f� �(�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �0�)� �o�r� �_� �
�
 �	�(�s�l�a�v�e�[�'�n�e�g�_�b�a�r�n�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �4�)� �o�r� �_� �
�
 �	�(�s�l�a�v�e�[�'�n�e�g�_�b�a�r�n�_�p�l�u�s�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �6�)�:�
�
@@ -44834,7 +45966,7 @@
 �#� �s�l�a�v�e�_�t�o�_�h�a�r�p�y�
�
 �!�m�o�v�e� �s�l�a�v�e� �t�o� �h�a�r�p�y� �(�t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �'�g�s�'�)�
�
 �
�
-�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
 �	�i�f� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �0�:�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n� �=� �m�e�n�u�_�d�e�n�y�_�b�a�r�n� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�n�e�g�_�b�a�r�n�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �s�l�a�v�e�[�'�f�e�a�r�'�]� �<� �4�:�
�
@@ -44853,6 +45985,8 @@
 �
�
 �d�y�n�a�m�i�c� �$�s�w�a�p�_�s�l�a�v�e�_�i�n�s�t�a�n�c�e�s�,� �'�s�l�a�v�e�'�,� �'�i�c�e�d�_�<�<�a�r�g�s�[�0�]�>�>�'�
�
 �
�
+�i�f� �s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �e�a�s�y�_�f�o�r�_�s�l�a�v�e� �=� �1� �&� �d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p� �&�!� �d�e�c�a�n�t�i�n�g� �f�r�o�m� �c�r�y�o� �c�o�s�t�s� �s�l�a�v�e� �h�a�l�f� �a�n� �e�n�e�r�g�y� �s�t�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�
�
 �-�-�-� �s�l�a�v�e�_�t�o�_�i�c�e�d� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
 �#� �s�t�a�s�i�s�_�c�e�l�l�
�
@@ -44875,11 +46009,11 @@
 �	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�<�<�$�b�g�[�$�p�l�a�c�e�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �i�f� �n�s�f�w� �=� �0�:� �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�d�y�n�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �i�f� �n�s�f�w� �=� �0�:� �*�p� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�d�y�n�s�l�a�v�e�'�,� �'�b�g�'�)�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�>�>�<�/�d�i�v�>�'�
�
 �
�
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�l�l�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�s�l�a�v�e�_�t�o�_�i�c�e�d�'�'�,� �<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�r�e�l�e�a�s�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�c�e�l�l�"�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�s�l�a�v�e�_�t�o�_�i�c�e�d�'�'�,� �<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>� �&� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�u�t�t�o�n�s�\�r�e�l�e�a�s�e�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
@@ -44961,7 +46095,7 @@
 �$�a�n�a�l�_�r�a�p�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �r�o�u�g�h�l�y� �g�r�a�b� �t�h�e� �s�l�a�v�e� �a�n�d� �b�e�n�d� �h�e�r� �o�v�e�r� �a� �t�a�b�l�e�,� �h�o�l�d�i�n�g� �h�e�r� �h�a�n�d�s� �b�e�h�i�n�d� �b�a�c�k� �s�o� �s�h�e� �i�s� �h�e�l�p�l�e�s�s�l�y� �p�i�n�n�e�d�.� �S�p�i�t�t�i�n�g� �o�n� �h�e�r� �a�s�s� �f�o�r� �l�u�b�r�i�c�a�t�i�o�n�,� �y�o�u� �f�o�r�c�e� �y�o�u�r� �c�o�c�k� �i�n�t�o� �h�e�r�<�<�$�s�l�a�v�e�_�a�n�u�s�_�t�x�t�[�s�l�a�v�e�[�"�a�n�a�l�_�s�t�r�e�t�c�h�"�]�]�>�>� �a�n�u�s�.� �<�<�$�s�l�a�v�e�_�a�n�a�l�_�t�x�t�[�s�l�a�v�e�[�"�a�n�a�l�_�s�t�r�e�t�c�h�"�]�]�>�>� �'�
�
 �
�
 �$�a�n�a�l�_�r�a�p�e�_�c�o�n�c�l�u�s�i�o�n�[�0�]� �=� �'� � �T�h�e� �s�l�a�v�e� s� �a�s�s� �i�s� �s�o� �t�i�g�h�t�,� �t�h�a�t� �y�o�u� �h�a�v�e� �t�o� �r�e�s�t�r�a�i�n� �y�o�u�r�s�e�l�f� �t�o� �a�v�o�i�d� �s�e�r�i�o�u�s� �d�a�m�a�g�e�.� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� s� �s�t�r�u�g�g�l�i�n�g� �t�i�g�h�t�e�n�s� �h�e�r� �a�s�s�,� �m�a�k�i�n�g� �i�t� �w�o�r�s�e� �f�o�r� �h�e�r�s�e�l�f� �a�n�d� �b�e�t�t�e�r� �f�o�r� �y�o�u�,� �m�a�k�i�n�g� �y�o�u� �c�u�m� �v�e�r�y� �q�u�i�c�k�l�y�.�'�
�
-�$�a�n�a�l�_�r�a�p�e�_�c�o�n�c�l�u�s�i�o�n�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�a�l� �r�i�n�g� �t�a�k�e�s� �y�o�u�r� �d�i�c�k� �w�i�t�h� �g�r�e�a�t� �d�i�f�f�i�c�u�l�t�y�.� �Y�o�u� �s�t�a�r�t� �s�l�o�w�l�y�,� �g�r�a�d�u�a�l�l�y� �i�n�c�r�e�a�s�i�n�g� �t�h�e� �r�h�y�t�h�m� �u�n�t�i�l� �y�o�u� �a�r�e� �s�a�w�i�n�g� �i�n� �a�n�d� �o�u�t� �o�f� �h�e�r� �w�i�t�h� �g�r�e�a�t� �p�l�e�a�s�u�r�e�,� �e�v�e�n�t�u�a�l�l�y� �p�u�m�p�i�n�g� �a� �t�h�i�c�k� �s�t�r�e�a�m� �o�f� �s�e�m�e�n� �i�n�t�o� �h�e�r� �b�o�w�e�l�s�.�'�
�
+�$�a�n�a�l�_�r�a�p�e�_�c�o�n�c�l�u�s�i�o�n�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �a� �t�i�g�h�t� �a�n�a�l� �r�i�n�g� �t�h�a�t� �t�a�k�e�s� �y�o�u�r� �d�i�c�k� �w�i�t�h� �g�r�e�a�t� �d�i�f�f�i�c�u�l�t�y�.� �Y�o�u� �s�t�a�r�t� �s�l�o�w�l�y�,� �g�r�a�d�u�a�l�l�y� �i�n�c�r�e�a�s�i�n�g� �t�h�e� �r�h�y�t�h�m� �u�n�t�i�l� �y�o�u� �a�r�e� �s�a�w�i�n�g� �i�n� �a�n�d� �o�u�t� �o�f� �h�e�r� �w�i�t�h� �g�r�e�a�t� �p�l�e�a�s�u�r�e�,� �e�v�e�n�t�u�a�l�l�y� �p�u�m�p�i�n�g� �a� �t�h�i�c�k� �s�t�r�e�a�m� �o�f� �s�e�m�e�n� �i�n�t�o� �h�e�r� �b�o�w�e�l�s�.�'�
�
 �$�a�n�a�l�_�r�a�p�e�_�c�o�n�c�l�u�s�i�o�n�[�2�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �s�o�m�e� �a�n�a�l� �e�x�p�e�r�i�e�n�c�e�,� �b�u�t� �t�h�e� �r�u�d�e�n�e�s�s� �a�n�d� �t�h�e� �f�o�r�c�e� �o�f� �y�o�u�r� �m�o�v�e�m�e�n�t�s� �c�a�u�s�e�s� �h�e�r� �s�e�r�i�o�u�s� �d�i�f�f�i�c�u�l�t�y�.� �H�e�r� �m�e�r�c�i�l�e�s�s�l�y� �s�t�r�e�t�c�h�e�d� �a�s�s� �p�u�l�s�e�s� �w�i�t�h� �p�a�i�n� �w�h�i�c�h� �m�i�l�k�s� �y�o�u�r� �c�o�c�k�,� �m�a�k�i�n�g� �y�o�u� �c�u�m� �e�v�e�n� �f�a�s�t�e�r�.�'�
�
 �$�a�n�a�l�_�r�a�p�e�_�c�o�n�c�l�u�s�i�o�n�[�3�]� �=� �'� � �A�f�t�e�r� �e�a�s�i�l�y� �o�v�e�r�c�o�m�i�n�g� �t�h�e� �r�e�s�i�s�t�a�n�c�e� �o�f� �h�e�r� �e�l�a�s�t�i�c� �s�p�h�i�n�c�t�e�r�,� �y�o�u� �q�u�i�c�k�l�y� �p�o�u�n�d� �y�o�u�r� �c�o�c�k� �i�n� �t�h�e� �e�n�t�i�r�e� �d�e�p�t�h� �t�o� �t�h�e� �s�l�a�v�e� s� �r�e�c�t�u�m�.� �T�h�e� �r�u�d�e�n�e�s�s� �o�f� �y�o�u�r� �m�o�v�e�m�e�n�t�s� �g�i�v�e�s� �h�e�r� �p�a�i�n�,� �b�u�t� �f�o�r� �y�o�u� �t�h�e� �c�o�n�t�r�a�r�y�,� �i�t� �h�e�l�p�s� �y�o�u�r� �e�n�l�a�r�g�e�d� �c�o�c�k� �t�o� �c�u�m� �f�a�s�t�e�r� �a�n�d� �s�t�r�o�n�g�e�r�.�'�
�
 �$�a�n�a�l�_�r�a�p�e�_�c�o�n�c�l�u�s�i�o�n�[�4�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a�b�l�e� �t�o� �r�e�l�a�x� �h�e�r� �a�n�u�s� �s�o� �i�t� �d�o�e�s� �n�o�t� �h�u�r�t� �h�e�r�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �t�h�e� �w�h�o�l�e� �p�o�i�n�t� �i�s� �t�h�a�t� �y�o�u� �w�a�n�t� �i�t� �t�o� �h�u�r�t� �h�e�r�,� �w�a�n�t� �h�e�r� �t�o� �f�e�e�l� �u�t�t�e�r�l�y� �d�o�m�i�n�a�t�e�d� �b�y� �y�o�u�r� �c�o�c�k�.� �Y�o�u� �g�r�a�b� �a� �f�i�s�t� �f�u�l�l� �o�f� �h�a�i�r� �a�n�d� �u�s�e� �i�t� �a�s� �r�e�i�n�s�,� �p�u�l�l�i�n�g� �h�e�r� �h�e�a�d� �u�p� �a�n�d� �b�a�c�k�,� �u�s�i�n�g� �i�t� �t�o� �h�o�l�d� �h�e�r� �s�t�e�a�d�y� �w�h�i�l�e� �y�o�u� �p�o�u�n�d� �i�n�t�o� �h�e�r�.�'�
�
@@ -45403,12 +46537,15 @@
 �i�f� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �+� �(� �s�l�a�v�e�[�'�a�g�e�'�]� �/� �2� �)� �+� �s�l�a�v�e�[�'�b�o�o�b�s�'�]� �>�=� �8�:�
�
 �	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �<�<�$�s�l�a�v�e�_�b�o�o�b�s�8�_�t�x�t�>�>�<�<�$�s�l�a�v�e�_�b�o�o�b�s�9�_�t�x�t�>�>�:� �j�u�s�t� �<�i�>�m�a�d�e�<�/�i�>� �f�o�r� �b�o�n�d�a�g�e�.� �Y�o�u� �t�i�e� �r�o�p�e�s� �a�r�o�u�n�d� �t�h�e� �b�a�s�e� �o�f� �e�a�c�h� �b�r�e�a�s�t�,� �s�o� �t�i�g�h�t� �t�h�a�t� �t�h�e�y� �b�u�l�g�e� �i�n�t�o� �<�<�$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�>�>� �d�a�r�k� �o�r�b�s�.� �A�t�t�a�c�h�i�n�g� �t�h�e�m� �t�o� �a� �h�o�i�s�t�,� �y�o�u� �r�a�i�s�e� �h�e�r� �u�n�t�i�l� �s�h�e� �i�s� �s�t�r�u�g�g�l�i�n�g� �o�n� �t�i�p�-�t�o�e�.�<�<�$�m�i�l�k�_�t�x�t�[�s�l�a�v�e�[�"�l�a�c�t�a�t�i�o�n�"�]�]�>�>� �O�n�e� �m�o�r�e� �p�u�l�l� �a�n�d� �h�e�r� �f�e�e�t� �l�e�a�v�e� �t�h�e� �f�l�o�o�r�.� �S�h�e� �i�s� �h�a�n�g�i�n�g� �b�y� �h�e�r� �<�<�$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�>�>�,� �p�u�r�p�l�e� �t�i�t�s�!�'�
�
 �	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�m�e�n�u� �=� �'�P�a�i�n�f�u�l� �b�r�e�a�s�t� �b�o�n�d�a�g�e�'�
�
-�	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�b�o�n�d�a�g�e�_�b�r�e�a�s�t�<�<�s�l�a�v�e�[�"�a�g�e�"�]�>�>�<�<�s�l�a�v�e�[�"�b�o�o�b�s�"�]�>�>�'�
�
-�	�i�f� �s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �1�:� �$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g� �=� �'�g�i�r�l�s�\�t�o�r�t�u�r�e�_�s�c�e�n�e�s�\�b�o�n�d�a�g�e�_�m�i�l�k�<�<�s�l�a�v�e�[�"�b�o�o�b�s�"�]�>�>�'�
�
+�	�i�f� �s�l�a�v�e�[�'�l�a�c�t�a�t�i�o�n�'�]� �>� �1�:�
�
+�	�	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�o�n�d�a�g�e�_�m�i�l�k�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
+�	�e�l�s�e�
�
+�	�	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�o�n�d�a�g�e�_�b�r�e�a�s�t�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
+�	�e�n�d�
�
 �e�l�s�e�
�
 �	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �U�s�i�n�g� �y�o�u�r� �k�n�o�w�l�e�d�g�e� �o�f� �s�h�i�b�a�r�i�,� �y�o�u� �t�i�e� �t�h�e� �s�l�a�v�e� �i�n� �a� �m�o�s�t� �u�n�c�o�m�f�o�r�t�a�b�l�e� �p�o�s�i�t�i�o�n�.� �P�a�i�n�f�u�l� �b�o�n�d�a�g�e� �i�s� �a�l�w�a�y�s� �a� �c�o�m�p�r�o�m�i�s�e� �b�e�t�w�e�e�n� �p�a�i�n�,� �s�t�r�e�s�s� �o�n� �t�h�e� �j�o�i�n�t�s� �a�n�d� �t�r�a�c�e�s� �o�f� �r�o�p�e�.� �Y�o�u� �t�r�i�e�d� �t�o� �f�i�n�d� �t�h�e� �o�p�t�i�m�a�l� �s�o�l�u�t�i�o�n�.�'�
�
 �	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�m�e�n�u� �=� �'�P�a�i�n�f�u�l� �b�o�n�d�a�g�e�'�
�
-�	�!�T�O�D�O�:� �a�d�d� �$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g�?� �(�'�$�b�o�n�d�a�g�e�[�s�l�a�v�e�_�t�y�p�e�]�'� �m�a�t�c�h�e�s� �n�o�t�h�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�$�p�a�i�n�_�b�o�n�d�a�g�e�_�b�g� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�p�a�i�n�f�u�l�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�o�n�d�a�g�e�/�'�)�
�
 �e�n�d�
�
 �
�
 �$�d�e�p�r�i�v�a�t�i�o�n�_�b�o�n�d�a�g�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �e�n�c�a�s�e� �y�o�u�r� �s�l�a�v�e� �a� �s�u�i�t� �o�f� �s�h�i�n�y� �l�a�c�q�u�e�r�e�d� �l�e�a�t�h�e�r� �t�h�a�t� �c�o�v�e�r�s� �t�h�e� �w�h�o�l�e� �b�o�d�y� �a�n�d� �p�u�t� �o�n� �a� �h�o�o�d� �t�h�a�t� �c�o�v�e�r�s� �h�e�r� �e�y�e�s� �a�n�d� �e�a�r�s�.� �T�h�e� �s�u�i�t� �l�i�m�i�t�s� �m�o�v�e�m�e�n�t� �i�n� �i�t�s�e�l�f�,� �b�u�t� �f�o�r� �g�r�e�a�t�e�r� �e�f�f�e�c�t� �y�o�u� �p�u�l�l� �i�t� �t�o�g�e�t�h�e�r� �w�i�t�h� �m�u�l�t�i�p�l�e� �s�t�r�a�p�s� �a�n�d� �a�d�d� �a� �g�a�g�.� �S�o� �q�u�i�e�t� �a�n�d� �w�e�l�l�-�b�e�h�a�v�e�d� �l�i�k�e� �t�h�i�s�.�'�
�
@@ -45429,7 +46566,7 @@
 �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�'�o�p�t�i�m�i�s�t�i�c�'�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�'�s�o�f�t�'�]�
�
 �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�'�d�o�c�i�l�e�'�]� �=� �$�s�h�a�m�e�_�t�o�r�t�u�r�e�_�r�e�a�c�t�i�o�n�[�'�s�o�f�t�'�]�
�
 �
�
-�$�e�x�h�i�b�i�t�i�o�n�_�w�a�l�k�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �u�n�d�r�e�s�s� �y�o�u�r� �s�l�a�v�e� �a�n�d� �l�e�a�d� �h�e�r� �t�h�r�o�u�g�h� �t�h�e� �m�o�s�t� �c�r�o�w�d�e�d� �s�t�r�e�e�t�s� �o�f� �t�h�e� �c�i�t�y�,� �o�c�c�a�s�i�o�n�a�l�l�y� �s�t�o�p�p�i�n�g� �a�n�d� �f�o�r�c�i�n�g� �h�e�r� �t�o� �s�h�o�w� �h�e�r� �m�o�s�t� �i�n�t�i�m�a�t�e� �p�l�a�c�e�s� �t�o� �i�n�t�e�r�e�s�t�e�d� �p�a�s�s�e�r�s�-�b�y�.�'�
�
+�$�e�x�h�i�b�i�t�i�o�n�_�w�a�l�k�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �l�e�a�d� �y�o�u�r� �s�l�a�v�e� �t�h�r�o�u�g�h� �t�h�e� �m�o�s�t� �c�r�o�w�d�e�d� �s�t�r�e�e�t�s� �o�f� �t�h�e� �c�i�t�y�,� �o�c�c�a�s�i�o�n�a�l�l�y� �s�t�o�p�p�i�n�g� �a�n�d� �f�o�r�c�i�n�g� �h�e�r� �t�o� �s�h�o�w� �h�e�r� �m�o�s�t� �i�n�t�i�m�a�t�e� �p�l�a�c�e�s� �t�o� �i�n�t�e�r�e�s�t�e�d� �p�a�s�s�e�r�s�-�b�y�.�'�
�
 �$�e�x�h�i�b�i�t�i�o�n�_�p�o�d�i�u�m�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �m�a�k�e� �a�n� �a�g�r�e�e�m�e�n�t� �w�i�t�h� �F�a�r�i�d�:� �H�e� �w�i�l�l� �p�u�t� �h�e�r� �o�n� �d�i�s�p�l�a�y� �f�o�r� �a�b�o�u�t� �a�n� �h�o�u�r� �w�h�i�l�e� �s�h�e� �i�s� �n�a�k�e�d� �a�n�d� �i�n� �c�h�a�i�n�s�.� �O�f� �c�o�u�r�s�e�,� �s�h�e� �w�i�l�l� �n�o�t� �b�e� �s�o�l�d�,� �b�u�t� �b�e�i�n�g� �e�x�p�o�s�e�d� �w�h�i�l�e� �b�e�i�n�g� �t�h�e� �c�e�n�t�e�r� �o�f� �a�t�t�e�n�t�i�o�n� �s�h�o�u�l�d� �r�e�m�i�n�d� �h�e�r� �o�f� �h�e�r� �p�o�s�i�t�i�o�n�.�'�
�
 �$�b�o�d�y�_�a�r�t�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �b�r�i�n�g� �y�o�u�r� �n�a�k�e�d� �s�l�a�v�e� �t�o� �t�h�e� �c�e�n�t�r�a�l� �f�o�r�u�m� �a�n�d� �a�l�l�o�w� �e�v�e�r�y�o�n�e� �t�o� �w�r�i�t�e� �o�r� �d�r�a�w� �o�n� �h�e�r� �<�<�$�s�l�a�v�e�_�b�o�d�y�_�t�x�t�[�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �b�o�d�y�.� �T�h�e�y� �m�a�y� �t�o�u�c�h� �h�e�r� �a�s� �m�u�c�h� �a�s� �t�h�e�y� �w�a�n�t�.� �T�h�i�s� �p�u�n�i�s�h�m�e�n�t� �i�s� �q�u�i�t�e� �p�o�p�u�l�a�r� �-� �s�t�a�n�d�i�n�g� �n�e�x�t� �t�o� �h�e�r� �a�r�e� �o�t�h�e�r� �p�a�i�n�t�e�d� �g�i�r�l�s�.�'�
�
 �$�c�o�m�m�o�n�_�u�s�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �h�a�n�d� �y�o�u�r�<�<�$�s�l�a�v�e�_�v�i�r�g�i�n�7�_�t�x�t�[�s�l�a�v�e�[�"�v�i�r�g�i�n�i�t�y�"�]�]�>�>� �s�l�a�v�e� �o�v�e�r� �t�o� �t�h�e� �m�a�r�k�e�t�p�l�a�c�e� �g�u�a�r�d�s�.� �T�h�e�y� �s�t�r�i�p� �h�e�r� �a�n�d� �l�o�c�k� �h�e�r� �i�n� �t�h�e� �s�t�o�c�k�s�,� �a�v�a�i�l�a�b�l�e� �f�o�r� �p�u�b�l�i�c� �u�s�e�.�<�b�r�>�'� �+� �_�
�
@@ -45675,7 +46812,7 @@
 �!�T�O�R�T�U�R�E�S�
�
 �$�w�a�x�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �P�r�o�p�e�r�l�y� �s�e�c�u�r�i�n�g� �t�h�e� �s�l�a�v�e�,� �y�o�u� �t�a�k�e� �a� �b�u�n�c�h� �o�f� �c�a�n�d�l�e�s� �a�n�d� �l�i�g�h�t� �t�h�e�m�.� �W�h�e�n� �a� �f�e�w� �d�r�o�p�s� �o�f� �w�a�x� �f�a�l�l� �f�r�o�m� �a� �h�e�i�g�h�t� �i�t� �b�a�r�e�l�y� �h�u�r�t�s�,� �b�u�t� �a� �d�e�n�s�e� �f�l�o�w� �f�r�o�m� �c�l�o�s�e�r� �i�s� �a�b�l�e� �t�o� �c�a�u�s�e� �s�i�g�n�i�f�i�c�a�n�t� �s�u�f�f�e�r�i�n�g�.� �E�s�p�e�c�i�a�l�l�y� �w�h�e�n� �p�u�t� �o�n� �t�h�e� �m�o�r�e� �t�e�n�d�e�r� �a�r�e�a�s�.�'�
�
 �$�g�a�r�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �f�i�r�m�l�y� �s�e�c�u�r�e� �t�h�e� �s�l�a�v�e� �w�i�t�h� �h�e�r� �l�e�g�s� �h�e�l�d� �a�p�a�r�t� �a�n�d� �a�b�u�n�d�a�n�t�l�y� �l�u�b�r�i�c�a�t�e� �h�e�r� �v�a�g�i�n�a� �w�i�t�h� �b�u�r�n�i�n�g� �m�u�s�t�a�r�d� �o�i�n�t�m�e�n�t�.� �I�t� �w�i�l�l� �n�o�t� �c�a�u�s�e� �h�a�r�m� �b�u�t� �w�i�l�l� �c�e�r�t�a�i�n�l�y� �d�e�l�i�v�e�r� �s�i�g�n�i�f�i�c�a�n�t� �s�u�f�f�e�r�i�n�g�.�'�
�
-�$�p�i�n�s�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �b�i�n�d� �t�h�e� �s�l�a�v�e� �a�n�d� �a�t�t�a�c�h� �c�r�u�e�l� �s�t�e�e�l� �c�l�i�p�s� �t�o� �h�e�r� �t�e�n�d�e�r� �f�l�e�s�h�.� �A�s� �a�n� �a�d�d�e�d� �l�e�s�s�o�n�,� �y�o�u� �h�a�n�g� �h�e�a�v�y� �l�e�a�d� �w�e�i�g�h�t�s� �f�r�o�m� �t�h�e� �t�w�o� �c�l�i�p�s� �t�h�a�t� �c�r�u�s�h� �<�<�$�s�l�a�v�e�_�n�i�p�p�l�e�s�_�t�x�t�[�s�l�a�v�e�[�"�f�a�t�"�]�]�>�>�.� �T�h�e� �t�e�n�d�e�r� �n�u�b�s� �a�r�e� �s�t�r�e�t�c�h�e�d� �d�o�w�n�w�a�r�d�,� �o�b�s�c�e�n�e�l�y�,� �p�a�i�n�f�u�l�l�y�.� �T�h�e� �s�k�i�n� �m�a�y� �b�e� �s�l�i�g�h�t�l�y� �d�a�m�a�g�e�d�,� �b�u�t� �t�h�a�t� s� �o�k�a�y�.�'�
�
+�$�p�i�n�s�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �Y�o�u� �b�i�n�d� �t�h�e� �s�l�a�v�e� �a�n�d� �a�t�t�a�c�h� �c�r�u�e�l� �c�l�i�p�s� �t�o� �h�e�r� �t�e�n�d�e�r� �f�l�e�s�h�.� �A�s� �a�n� �a�d�d�e�d� �l�e�s�s�o�n�,� �y�o�u� �h�a�n�g� �h�e�a�v�y� �l�e�a�d� �w�e�i�g�h�t�s� �f�r�o�m� �t�h�e� �t�w�o� �c�l�i�p�s� �t�h�a�t� �c�r�u�s�h� �<�<�$�s�l�a�v�e�_�n�i�p�p�l�e�s�_�t�x�t�[�s�l�a�v�e�[�"�f�a�t�"�]�]�>�>�.� �T�h�e� �t�e�n�d�e�r� �n�u�b�s� �a�r�e� �s�t�r�e�t�c�h�e�d� �d�o�w�n�w�a�r�d�,� �o�b�s�c�e�n�e�l�y�,� �p�a�i�n�f�u�l�l�y�.� �T�h�e� �s�k�i�n� �m�a�y� �b�e� �s�l�i�g�h�t�l�y� �d�a�m�a�g�e�d�,� �b�u�t� �t�h�a�t� s� �o�k�a�y�.�'�
�
 �$�i�n�f�u�s�i�o�n�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �M�a�k�i�n�g� �a� �w�e�a�k� �s�o�l�u�t�i�o�n� �o�f� �v�i�n�e�g�a�r�,� �y�o�u� �f�i�l�l� �a� �l�a�r�g�e� �s�y�r�i�n�g�e� �w�i�t�h� �i�t� �a�n�d� �g�e�n�t�l�y� �i�n�s�e�r�t� �i�t�s� �t�h�i�c�k� �n�e�e�d�l�e� �i�n�t�o� �t�h�e� �s�l�a�v�e� s� �u�r�e�t�h�r�a�.� �P�u�t�t�i�n�g� �h�a�l�f� �a� �l�i�t�e�r� �o�f� �l�i�q�u�i�d� �i�n� �h�e�r� �b�l�a�d�d�e�r�,� �y�o�u� �t�a�k�e� �o�u�t� �t�h�e� �n�e�e�d�l�e� �a�n�d� �p�l�u�g� �t�h�e� �u�r�e�t�h�r�a� �w�i�t�h� �a� �s�m�a�l�l� �s�t�o�p�p�e�r� �s�o� �t�h�a�t� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �c�a�n�n�o�t� �p�e�e� �o�n� �h�e�r� �o�w�n�.�'�
�
 �$�g�r�i�p�e�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �A�f�t�e�r� �a� �l�i�t�t�l�e� �t�h�o�u�g�h�t�,� �y�o�u� �c�h�o�o�s�e� �t�h�e� �m�o�s�t� �t�e�r�r�i�b�l�e� �o�f� �a�l�l� �y�o�u�r� �i�n�s�t�r�u�m�e�n�t�s� �o�f� �t�o�r�t�u�r�e� �-� �a� �s�m�a�l�l� �v�i�s�e� �f�o�r� �f�i�n�g�e�r�s�.� �P�a�i�n� �i�n� �t�h�e� �c�r�u�s�h�i�n�g� �j�o�i�n�t�s� �c�a�n� �b�e� �i�n�c�r�e�d�i�b�l�y� �s�t�r�o�n�g�,� �t�h�o�u�g�h� �y�o�u� �t�r�y� �t�o� �b�e� �c�a�r�e�f�u�l� �s�o� �a�s� �n�o�t� �t�o� �c�a�u�s�e� �i�r�r�e�p�a�r�a�b�l�e� �h�a�r�m�.�'�
�
 �$�n�e�e�d�l�e�_�t�o�r�t�u�r�e�_�d�e�s�c�r�i�p�t�i�o�n� �=� �'� � �B�i�n�d�i�n�g� �h�e�r� �t�i�g�h�t�l�y�,� �y�o�u� �s�t�i�c�k� �<�<�$�s�l�a�v�e�_�b�o�o�b�s�5�_�t�x�t�[�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�>�>� �t�h�i�c�k� �g�o�l�d� �n�e�e�d�l�e�s� �i�n�t�o� �h�e�r� �<�<�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�>�>�.� �T�h�e� �e�x�t�e�n�t� �o�f� �t�h�e� �p�a�i�n� �w�i�l�l� �d�e�p�e�n�d� �o�n� �y�o�u�r� �s�k�i�l�l�,� �b�u�t� �i�n� �a�d�d�i�t�i�o�n� �y�o�u� �h�o�p�e� �t�h�a�t� �t�h�e� �s�l�a�v�e� �w�i�l�l� �b�e� �f�r�i�g�h�t�e�n�e�d� �b�y� �t�h�e� �s�i�g�h�t� �o�f� �h�e�r� �o�w�n� �b�l�o�o�d�.�'�
�
@@ -45826,7 +46963,7 @@
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�b�d�s�m�[�3�]� �=� �'� � �U�n�d�e�r� �t�h�e� �g�u�i�d�a�n�c�e� �o�f� �h�e�r� �m�i�s�t�r�e�s�s�,� �t�h�e� �s�l�u�t� �s�l�a�v�e� �i�s� �w�o�r�k�i�n�g� �a�t� �f�u�l�l� �c�a�p�a�c�i�t�y�.� �T�h�e� �m�i�s�t�r�e�s�s� �d�o�e�s� �n�o�t� �h�e�s�i�t�a�t�e� �t�o� �d�i�r�e�c�t� �a�l�l� �h�e�r� �m�o�v�e�m�e�n�t�s� �w�i�t�h� �h�e�r� �h�a�n�d�s� �a�n�d� �w�h�i�p�,� �u�s�i�n�g� �r�u�d�e� �w�o�r�d�s� �a�t� �a�l�l� �t�i�m�e�s�.� �W�a�t�c�h�i�n�g� �t�h�i�s� �s�p�e�c�t�a�c�l�e�,� �y�o�u� �d�o� �n�o�t� �n�o�t�i�c�e� �t�h�a�t� �y�o�u� �c�a�m�e� �t�h�r�e�e� �t�i�m�e�s� �i�n� �t�o�t�a�l�& '�
�
 �i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�b�d�s�m�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �j�u�s�t� �t�o�o� �s�e�x�u�a�l�l�y� �d�r�a�i�n�e�d� �t�o� �g�e�t� �i�t� �u�p�.�<�b�r�>�<�b�r�>� �V�e�r�y� �e�m�b�a�r�r�a�s�s�i�n�g�.�'�
�
 �i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�b�d�s�m�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�.�<�b�r�>�<�b�r�>� �V�e�r�y� �e�m�b�a�r�r�a�s�s�i�n�g�.�'�
�
-�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�b�d�s�m�[�3�]� �+�=� �'� �Y�o�u� �t�e�l�l� �t�h�e� �M�i�s�t�r�e�s�s� �t�h�a�t� �i�t� �i�s� �h�e�r� �s�l�a�v�e� s� �f�a�u�l�t� �a�n�d� �h�a�v�e� �h�e�r� �p�u�n�i�s�h� �t�h�e� �g�i�r�l� �h�a�r�s�h�l�y�.�'�
�
+�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�b�d�s�m�[�3�]� �+�=� �'� �Y�o�u� �t�e�l�l� �t�h�e� �M�i�s�t�r�e�s�s� �t�h�a�t� �i�t� �i�s� �h�e�r� �s�l�a�v�e�s�  �f�a�u�l�t� �a�n�d� �h�a�v�e� �h�e�r� �p�u�n�i�s�h� �t�h�e� �g�i�r�l�s� �h�a�r�s�h�l�y�.�'�
�
 �
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�[�1�]� �=� �'� � �A�m�o�n�g� �a�l�l� �t�h�e� �w�h�o�r�e�s� �i�n� �t�h�e� �h�a�l�l�,� �y�o�u� �n�o�t�i�c�e� �o�n�e� �t�h�a�t� �i�s� �n�o�t� �l�i�k�e� �t�h�e� �o�t�h�e�r�s� �a�t� �a�l�l�.� �A� �p�r�e�t�t�y� �g�i�r�l�-�f�o�x� �w�i�t�h� �s�o�f�t� �r�e�d� �f�u�r�,� �a� �b�u�s�h�y� �t�a�i�l� �a�n�d� �s�h�a�r�p� �e�a�r�s�.� �D�e�c�i�d�i�n�g� �t�o� �p�l�e�a�s�e� �y�o�u�r�s�e�l�f� �w�i�t�h� �t�h�e� �e�x�o�t�i�c� �g�i�r�l�,� �y�o�u� �t�a�k�e� �t�h�e� �f�o�x� �t�o� �a� �r�o�o�m�.�'�
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�[�2�]� �=� �'� � �[�F�O�X� �W�H�O�R�E�]�<�b�r�>�-� �L�i�e� �d�o�w�n�,� �d�a�r�l�i�n�g�.� �H�a�v�e� �y�o�u� �e�v�e�r� �b�e�e�n� �s�t�r�o�k�e�d� �w�i�t�h� �a� �b�i�g� �f�l�u�f�f�y� �t�a�i�l�,� �e�h�?� �L�i�i�i�i�k�e� �t�h�i�s�&  �I� �s�e�e� �y�o�u� �l�i�k�e� �i�t�,� �s�w�e�e�t�i�e�,� �y�e�a�h� �&  �C�o�m�e� �o�n� �h�o�n�e�y�,� �t�h�i�s� �v�i�x�e�n� �w�i�l�l� �t�a�k�e� �c�a�r�e� �o�f� �y�o�u�& '�
�
@@ -45834,9 +46971,10 @@
 �i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�[�3�]� �=� �'� � �H�u�g�g�i�n�g� �a� �s�o�f�t�,� �f�l�u�f�f�y� �g�i�r�l�,� �y�o�u� �g�e�t� �o�v�e�r�w�h�e�l�m�e�d� �w�i�t�h� �f�e�e�l�i�n�g�s� �o�f� �w�a�r�m�t�h� �a�n�d� �c�o�z�i�n�e�s�s�,� �b�u�t� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�.�<�b�r�>�<�b�r�>� � �V�e�r�y� �e�m�b�a�r�r�a�s�s�i�n�g�.�'�
�
 �
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�1�]� �=� �'� � �F�i�g�u�r�i�n�g� �t�h�a�t� �y�o�u� �s�h�o�u�l�d� �e�v�a�l�u�a�t�e� �y�o�u�r� �o�w�n� �c�a�p�a�b�i�l�i�t�i�e�s�,� �y�o�u� �d�e�c�i�d�e� �t�o� �t�a�k�e� �s�e�v�e�n� �w�h�o�r�e�s� �s�i�m�u�l�t�a�n�e�o�u�s�l�y�.� �Y�o�u� �l�e�a�d� �t�h�e� �w�h�o�l�e� �c�r�o�w�d� �i�n� �t�h�e� �l�a�r�g�e�s�t� �r�o�o�m� �a�n�d� �p�u�t�t�i�n�g� �a�s�i�d�e� �y�o�u�r� �e�x�c�i�t�e�m�e�n�t� �f�o�r� �n�o�w�,� �s�t�a�r�t� �y�o�u�r� �a�m�b�i�t�i�o�u�s� �p�r�o�j�e�c�t�.�'�
�
-�$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�2�]� �=� �'� � �Y�o�u� �t�e�l�l� �t�h�e� �f�i�r�s�t� �w�h�o�r�e� �t�o� �l�i�c�k� �y�o�u�r� �a�n�u�s�.� �A�n�o�t�h�e�r� �t�w�o� �g�i�r�l�s� �a�r�e� �t�o� �m�a�s�s�a�g�e� �a�n�d� �k�i�s�s� �y�o�u�r� �f�e�e�t� �w�h�i�l�e� �y�o�u� �u�s�e� �y�o�u�r� �h�a�n�d�s� �t�o� �o�c�c�u�p�y� �t�h�e� �a�n�o�t�h�e�r� �t�w�o� �p�u�s�s�i�e�s�.� �F�i�n�a�l�l�y�,� �t�h�e� �l�a�s�t� �t�w�o� �g�i�r�l�s� �y�o�u� �p�u�t� �o�n� �t�o�p� �o�f� �y�o�u�r�s�e�l�f� �s�o� �t�h�a�t� �y�o�u� �c�a�n� �f�u�c�k� �o�n�e� �a�n�d� �l�i�c�k� �t�h�e� �p�u�s�s�y� �o�f� �t�h�e� �s�e�c�o�n�d�.�'�
�
+�$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�2�]� �=� �'� � �Y�o�u� �t�e�l�l� �t�h�e� �f�i�r�s�t� �w�h�o�r�e� �t�o� �l�i�c�k� �y�o�u�r� �a�n�u�s�.� �A�n�o�t�h�e�r� �t�w�o� �g�i�r�l�s� �a�r�e� �t�o� �m�a�s�s�a�g�e� �a�n�d� �k�i�s�s� �y�o�u�r� �f�e�e�t� �w�h�i�l�e� �y�o�u� �u�s�e� �y�o�u�r� �h�a�n�d�s� �t�o� �o�c�c�u�p�y� �t�h�e� �o�t�h�e�r� �t�w�o� �p�u�s�s�i�e�s�.� �F�i�n�a�l�l�y�,� �t�h�e� �l�a�s�t� �t�w�o� �g�i�r�l�s� �y�o�u� �p�u�t� �o�n� �t�o�p� �o�f� �y�o�u�r�s�e�l�f� �s�o� �t�h�a�t� �y�o�u� �c�a�n� �f�u�c�k� �o�n�e� �a�n�d� �l�i�c�k� �t�h�e� �p�u�s�s�y� �o�f� �t�h�e� �s�e�c�o�n�d�.�'�
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�3�]� �=� �'� � �A�f�t�e�r� �a� �f�e�w� �a�t�t�e�m�p�t�s�,� �y�o�u� �m�a�n�a�g�e� �t�o� �b�u�i�l�d� �y�o�u�r� �c�o�n�s�t�r�u�c�t�i�o�n� �a�n�d� �t�h�e� �g�i�r�l�s� �e�n�t�h�u�s�i�a�s�t�i�c�a�l�l�y� �a�c�c�e�p�t� �t�o� �c�a�r�e�s�s� �a�n�d� �k�i�s�s� �y�o�u� �a�n�d� �e�a�c�h� �o�t�h�e�r�.� �A�f�t�e�r� �y�o�u�r� �p�a�i�d� �t�i�m�e� �e�n�d�s�,� �t�h�e� �w�h�o�r�e�s� �l�e�a�v�e� �y�o�u� �l�y�i�n�g� �o�n� �t�h�e� �b�e�d�,� �s�q�u�e�e�z�e�d� �l�i�k�e� �a� �l�e�m�o�n� �b�u�t� �p�l�e�a�s�e�d�.�'�
�
-�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�.�<�b�r�>�<�b�r�>� �Y�o�u� �t�e�l�l� �t�h�e� �g�i�r�l�s� �i�t� �i�s� �t�h�e�i�r� �f�a�u�l�t�.�'�
�
+�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�2�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�.�<�b�r�>�<�b�r�>� �V�e�r�y� �e�m�b�a�r�r�a�s�s�i�n�g�.�'�
�
+�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�s�_�7�[�3�]� �=� �'� � �I�n�s�t�e�a�d�,� �y�o�u� �m�a�k�e� �t�h�e� �g�i�r�l�s� �e�a�t� �e�a�c�h� �o�t�h�e�r� s� �p�u�s�s�i�e�s� �i�n� �a� �b�e�a�u�t�i�f�u�l� �c�i�r�c�l�e� �a�n�d� �p�r�e�t�e�n�d� �t�h�a�t� �w�a�s� �y�o�u�r� �p�l�a�n� �a�l�l� �a�l�o�n�g�.�'�
�
 �
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�_�2�[�1�]� �=� �'� � �H�a�v�i�n�g� �d�e�c�i�d�e�d� �t�o� �t�r�e�a�t� �y�o�u�r�s�e�l�f� �t�o� �s�o�m�e�t�h�i�n�g� �e�x�o�t�i�c�,� �y�o�u� �c�h�o�o�s�e� �a� �p�a�i�r� �o�f� �e�x�t�r�a�o�r�d�i�n�a�r�y� �w�h�o�r�e�s�.� �O�n�e� �o�f� �t�h�e�m� �h�a�s� �b�l�u�e� �s�k�i�n�,� �a� �p�a�i�r� �o�f� �t�w�i�s�t�e�d� �h�o�r�n�s�,� �h�o�o�v�e�s� �a�n�d� �a� �f�l�e�x�i�b�l�e� �t�a�i�l�.� �T�h�e� �s�e�c�o�n�d� �h�a�s� �r�e�d�d�i�s�h� �s�k�i�n�,� �g�l�o�w�i�n�g� �e�y�e�s� �a�n�d� �l�o�n�g� �e�a�r�s�.�'�
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�e�x�o�t�i�c�_�2�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�t�a�r�t� �t�o� �p�u�t� �o�n� �a� �l�e�s�b�i�a�n� �s�h�o�w�.� �A�t� �f�i�r�s�t�,� �t�h�e�y� �a�r�e� �j�u�s�t� �d�a�n�c�i�n�g�,� �h�u�g�g�i�n�g� �a�n�d� �k�i�s�s�i�n�g�.� �B�u�t� �w�h�e�n� �t�h�e� �b�l�u�e�-�s�k�i�n�n�e�d� �g�i�r�l� �s�t�a�r�t�s� �r�a�p�i�n�g� �h�e�r� �l�o�n�g�-�e�a�r�e�d� �f�r�i�e�n�d� �w�i�t�h� �h�e�r� �t�a�i�l�,� �y�o�u� �c�a�n� t� �w�i�t�h�s�t�a�n�d� �a�n�d� �d�e�c�i�d�e� �t�o� �j�o�i�n�.�'�
�
@@ -45846,8 +46984,8 @@
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�1�]� �=� �'� � �Y�o�u�r� �a�t�t�e�n�t�i�o�n� �i�s� �d�r�a�w�n� �t�o� �a� �p�a�i�r� �o�f� �t�w�i�n�s� �w�i�t�h� �a�n� �u�n�u�s�u�a�l� �h�a�i�r� �c�o�l�o�r�,� �e�x�o�t�i�c� �j�e�w�e�l�r�y� �a�n�d� �e�x�o�t�i�c� �d�a�n�c�e�r� �b�o�d�i�e�s�.� �T�h�e�y� �s�i�t� �i�n� �t�h�e� �c�o�r�n�e�r�,� �h�u�g�g�i�n�g�,� �a�s� �i�f� �t�o� �p�r�o�t�e�c�t� �e�a�c�h� �o�t�h�e�r� �f�r�o�m� �t�h�e� �w�o�r�l�d�.� �Y�o�u� �p�a�y� �f�o�r� �b�o�t�h� �a�n�d� �t�a�k�e� �t�h�e�m� �t�o� �t�h�e� �r�o�o�m�.�'�
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�2�]� �=� �'� � �U�n�d�r�e�s�s�i�n�g� �a�n�d� �l�e�a�p�i�n�g� �o�n� �t�h�e� �b�e�d�,� �y�o�u� �a�r�e� �s�u�r�p�r�i�s�e�d� �t�o� �r�e�a�l�i�z�e� �t�h�a�t� �t�h�e� �t�w�i�n�s� �h�a�v�e� �v�e�r�y� �d�i�f�f�e�r�e�n�t� �t�e�m�p�e�r�a�m�e�n�t�.� �O�n�e� �o�f� �t�h�e�m� �-� �l�i�v�e�l�y� �a�n�d� �c�h�e�e�r�f�u�l� �-� �h�e�l�p�s� �y�o�u� �t�o� �f�u�c�k� �h�e�r� �s�h�y�,� �d�e�m�u�r�e� �s�i�s�t�e�r�.�'�
�
 �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�3�]� �=� �'� � �H�o�u�r�s� �p�a�s�s� �a�s� �t�h�e� �y�o�u�n�g� �a�n�d� �e�n�e�r�g�e�t�i�c� �b�o�d�i�e�s� �i�n�t�e�r�t�w�i�n�e�.� �J�o�i�n�t� �e�f�f�o�r�t�s� �o�f� �t�h�e� �e�x�o�t�i�c� �t�w�i�n�s� �l�i�t�e�r�a�l�l�y� �m�i�l�k� �a�l�l� �o�f� �y�o�u�r� �j�u�i�c�e�s� �a�n�d� �l�e�a�v�e� �y�o�u� �o�n� �t�h�e� �b�e�d�,� �b�l�i�s�s�f�u�l�l�y� �d�r�a�i�n�e�d�.�'�
�
-�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�2�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�.�<�b�r�>�<�b�r�>� �Y�o�u� �t�e�l�l� �t�h�e� �g�i�r�l�s� �i�t� �i�s� �t�h�e�i�r� �f�a�u�l�t�.�'�
�
-�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�3�]� �=� �'� � �Y�o�u� �o�u�g�h�t� �t�o� �a�s�k� �f�o�r� �y�o�u�r� �m�o�n�e�y� �b�a�c�k�,� �b�u�t� �y�o�u� �d�o�n� t�.�'�
�
+�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�2�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�.�<�b�r�>�<�b�r�>� �V�e�r�y� �e�m�b�a�r�r�a�s�s�i�n�g�.�'�
�
+�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�t�w�i�n�s�_�e�x�o�t�i�c�[�3�]� �=� �'� � �I�n�s�t�e�a�d�,� �y�o�u� �m�a�k�e� �t�h�e� �t�w�i�n�s� �e�a�t� �e�a�c�h� �o�t�h�e�r� s� �p�u�s�s�i�e�s� �i�n� �a� �b�e�a�u�t�i�f�u�l� �6�9� �a�n�d� �p�r�e�t�e�n�d� �t�h�a�t� �w�a�s� �y�o�u�r� �p�l�a�n� �a�l�l� �a�l�o�n�g�.�'�
�
 �
�
 �i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
 �	�!� �i�f� �i�s�_�p�e�r�v� �=� �1� �a�n�d� �i�s�_�l�o�l�i� �=� �1� �(�s�h�o�u�l�d� �b�e� �t�r�u�e� �f�o�r� �a�l�l� �t�e�x�t�s� �i�n� �t�h�i�s� �s�e�c�t�i�o�n�)�,� �m�a�s�t�e�r� �e�x�c�i�t�e�m�e�n�t� �w�i�l�l� �b�e� �b�o�o�s�t�e�d� �t�o� �a� �p�o�s�i�t�i�v�e� �v�a�l�u�e� �(�s�e�e� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�_�c�i�t�y�,� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'� � �w�h�o�r�e�'�)� �-� �a� �p�e�r�k� �f�o�r� �U�n�c�l�e� �T�o�m�
�
@@ -45860,15 +46998,15 @@
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�1�]� �=� �'� � �A�l�t�h�o�u�g�h� �t�h�e� �r�o�o�m� �i�s� �f�i�l�l�e�d� �w�i�t�h� �b�e�a�u�t�i�f�u�l�,� �s�e�x�y� �w�o�m�e�n�,� �y�o�u� �d�e�c�i�d�e� �t�o� �s�p�e�n�d� �y�o�u�r� �s�p�a�r�k�s� �o�n� �t�h�r�e�e� �a�d�o�r�a�b�l�e� �p�r�e�-�p�u�b�e�s�c�e�n�t� �g�i�r�l�s�.� �A�s� �s�o�o�n� �a�s� �y�o�u� �a�r�e� �a�l�o�n�e� �t�h�e�y� �s�t�a�r�t� �u�n�d�r�e�s�s�i�n�g� �y�o�u� �a�n�d� �t�h�e�m�s�e�l�v�e�s�,� �g�i�g�g�l�i�n�g� �a�n�d� �p�l�a�y�f�u�l�l�y� �t�e�a�s�i�n�g� �y�o�u�;� �t�h�e�y� �s�e�e�m� �t�o� �f�e�e�l� �t�h�a�t� �w�h�o�r�i�n�g� �f�o�r� �y�o�u� �i�s� �a� �w�o�n�d�e�r�f�u�l�l�y� �f�u�n� �g�a�m�e�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �W�h�i�l�e� �y�o�u� �g�e�n�t�l�y� �l�i�c�k� �t�h�e� �s�m�o�o�t�h� �l�i�t�t�l�e�-�g�i�r�l� �p�u�s�s�y� �o�f� �o�n�e� �c�h�i�l�d�,� �t�h�e� �o�t�h�e�r� �t�w�o� �a�r�e� �b�e�t�w�e�e�n� �y�o�u�r� �t�h�i�g�h�s�,� �g�i�g�g�l�i�n�g�,� �t�r�y�i�n�g� �t�o� �c�o�p�e� �w�i�t�h� �y�o�u�r� �d�i�c�k�.�<�<�$�i�m�p�o�t�e�n�t�1�_�t�x�t�>�>� �T�h�e�i�r� �m�o�u�t�h�s� �a�r�e� �t�o�o� �s�m�a�l�l� �t�o� �t�a�k�e� �a�l�l� �o�f� �i�t�,� �b�u�t� �t�h�e� �l�i�t�t�l�e� �w�h�o�r�e�s� �m�a�n�a�g�e� �t�o� �p�l�e�a�s�u�r�e� �y�o�u�,� �l�i�c�k�i�n�g� �i�t� �o�n� �b�o�t�h� �s�i�d�e�s� �s�i�m�u�l�t�a�n�e�o�u�s�l�y�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�3�]� �=� �'� � �W�a�n�t�i�n�g� �t�o� �s�a�m�p�l�e� �e�a�c�h� �o�f� �t�h�e�m�,� �y�o�u� �h�a�v�e� �a�l�l� �t�h�r�e�e� �l�i�e� �o�n� �t�h�e� �b�e�d�,� �t�i�n�y� �f�i�n�g�e�r�s� �h�o�l�d�i�n�g� �o�p�e�n� �l�i�t�t�l�e�,� �b�a�l�d� �p�u�s�s�i�e�s�.� �S�o� �i�n�v�i�t�i�n�g�.� �Y�o�u� �c�a�r�e�f�u�l�l�y� �s�l�i�d�e� �a�s� �f�a�r� �a�s� �y�o�u� �c�a�n� �i�n�t�o� �o�n�e�,� �r�i�d�i�n�g� �h�e�r� �s�m�a�l�l� �b�o�d�y� �f�o�r� �a� �f�e�w� �m�i�n�u�t�e�s� �b�e�f�o�r�e� �m�o�v�i�n�g� �o�n� �t�o� �t�h�e� �n�e�x�t� �n�y�m�p�h�.� �<�i�>�M�i�n�o�u� �n�o�u�v�e�a�u�<�/�i�>�;� �n�o�t�h�i�n�g� �f�e�e�l�s� �q�u�i�t�e� �l�i�k�e� �i�t�.� �W�h�e�n� �y�o�u� �a�r�e� �r�e�a�d�y� �t�o� �c�u�m� �i�n� �o�n�e� �o�f� �t�h�e�m� �y�o�u� �h�a�v�e� �o�n�e� �o�f� �t�h�e� �o�t�h�e�r� �t�w�o� �l�i�c�k� �y�o�u�r� �a�n�u�s� �a�n�d� �t�h�e� �o�t�h�e�r� �y�o�u�r� �b�a�l�l�s�.�'�
�
+�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �W�h�i�l�e� �y�o�u� �g�e�n�t�l�y� �l�i�c�k� �t�h�e� �s�m�o�o�t�h� �l�i�t�t�l�e�-�g�i�r�l� �p�u�s�s�y� �o�f� �o�n�e� �c�h�i�l�d�,� �t�h�e� �o�t�h�e�r� �t�w�o� �a�r�e� �b�e�t�w�e�e�n� �y�o�u�r� �t�h�i�g�h�s�,� �g�i�g�g�l�i�n�g� �a�n�d� �t�r�y�i�n�g� �t�o� �r�o�u�s�e� �y�o�u�r� �l�i�m�p� �d�i�c�k�.� �T�h�e�y� �k�i�s�s�,� �f�o�n�d�l�e� �a�n�d� �l�i�c�k� �i�t� �f�o�r� �s�e�v�e�r�a�l� �m�i�n�u�t�e�s�,� �t�r�a�d�i�n�g� �b�a�c�k� �a�n�d� �f�o�r�t�h�.�'�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �=� �0�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �j�u�s�t� �t�o�o� �s�e�x�u�a�l�l�y� �d�r�a�i�n�e�d� �t�o� �g�e�t� �i�t� �u�p�.� �T�h�a�t� s� �w�h�a�t� �y�o�u� �g�e�t� �f�o�r� �l�e�t�t�i�n�g� �c�h�i�l�d�r�e�n� �d�o� �a� �w�o�m�a�n� s� �j�o�b�.�'�
�
-�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �W�h�i�l�e� �y�o�u� �g�e�n�t�l�y� �l�i�c�k� �t�h�e� �s�m�o�o�t�h� �l�i�t�t�l�e�-�g�i�r�l� �p�u�s�s�y� �o�f� �o�n�e� �c�h�i�l�d�,� �t�h�e� �o�t�h�e�r� �t�w�o� �a�r�e� �b�e�t�w�e�e�n� �y�o�u�r� �t�h�i�g�h�s�,� �g�i�g�g�l�i�n�g� �a�n�d� �t�r�y�i�n�g� �t�o� �r�o�u�s�e� �y�o�u�r� �l�i�m�p� �d�i�c�k�.� �T�h�e�y� �k�i�s�s�,� �f�o�n�d�l�e� �a�n�d� �l�i�c�k� �i�t� �f�o�r� �s�e�v�e�r�a�l� �m�i�n�u�t�e�s�,� �t�r�a�d�i�n�g� �b�a�c�k� �a�n�d� �f�o�r�t�h�.�'�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�,� �a�n�d� �y�o�u� �a�r�e� �f�o�r�c�e�d� �t�o� �c�o�n�t�e�n�t� �y�o�u�r�s�e�l�f� �w�i�t�h� �f�e�e�l�i�n�g� �u�p� �t�h�e�i�r� �l�u�s�c�i�o�u�s� �b�o�d�i�e�s�.� �T�h�e�y� �s�e�e�m� �w�o�r�r�i�e�d� �t�h�a�t� �t�h�e�y� �f�a�i�l�e�d� �t�o� �e�x�c�i�t�e� �y�o�u�.�'�
�
 �
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�1�]� �=� �'� � �Y�o�u� �d�e�c�i�d�e� �t�o� �p�a�y� �t�h�e� �h�o�s�t�e�s�s� �f�o�r� �a�l�l� �t�h�e� �c�h�i�l�d�r�e�n�,� �e�v�e�r�y� �l�i�t�t�l�e� �g�i�r�l� �i�n� �t�h�e� �b�r�o�t�h�e�l�.� �O�c�c�u�p�y�i�n�g� �t�h�e� �r�o�o�m� �w�i�t�h� �t�h�e� �b�i�g�g�e�s�t� �b�e�d�,� �y�o�u� �u�n�d�r�e�s�s� �a�n�d� �p�l�u�n�g�e� �i�n�t�o� �a� �s�e�a� �o�f� �g�e�n�t�l�e� �y�o�u�n�g� �b�o�d�i�e�s�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�u�r�r�o�u�n�d� �y�o�u� �w�i�t�h� �a�n� �e�r�o�t�i�c� �d�a�n�c�e� �o�f� �l�i�p�s�,� �t�o�n�g�u�e�s�,� �a�r�m�s� �a�n�d� �p�u�s�s�i�e�s�.� �N�o� �p�a�r�t� �o�f� �y�o�u�r� �b�o�d�y� �i�s� �n�o�t� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �s�o�m�e�t�h�i�n�g� �t�e�n�d�e�r� �a�n�d� �m�o�i�s�t�.�<�<�$�i�m�p�o�t�e�n�t�1�_�t�x�t�>�>� �T�h�i�s� �e�x�o�t�i�c� �p�l�e�a�s�u�r�e� �l�a�s�t�s� �f�o�r� �a� �l�o�n�g� �t�i�m�e�,� �b�u�t� �i�n� �t�h�e� �e�n�d�,� �y�o�u� �c�a�n� t� �w�i�t�h�s�t�a�n�d�& '�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �S�n�a�t�c�h�i�n�g� �o�n�e� �o�f� �t�h�e� �g�i�r�l�s� �f�r�o�m� �t�h�e� �w�h�i�r�l� �o�f� �c�h�i�l�d�r�e�n� s� �b�o�d�i�e�s�,� �y�o�u� �r�o�l�l� �o�n� �t�o�p� �o�f� �t�h�e� �<�<�$�c�h�i�l�d�_�t�x�t�>�>�,� �s�h�o�v�i�n�g� �m�o�s�t� �o�f� �y�o�u�r� �r�o�c�k�-�h�a�r�d� �d�i�c�k� �i�n�t�o� �h�e�r� �l�i�t�t�l�e� �b�o�d�y�.� �W�i�t�h� �y�o�u�r� �l�e�v�e�l� �o�f� �e�x�c�i�t�e�m�e�n�t�,� �y�o�u� �n�e�e�d� �j�u�s�t� �o�n�e� �m�i�n�u�t�e� �t�o� �f�i�n�i�s�h�.� �C�u�m� �s�p�l�a�s�h�e�s� �l�i�k�e� �a� �f�o�u�n�t�a�i�n� �f�r�o�m� �t�h�e� �t�i�n�y� �p�u�s�s�y� �t�h�a�t� �i�s� �n�o�t� �a�b�l�e� �t�o� �h�o�l�d� �t�h�i�s� �m�u�c�h� �s�e�m�e�n�.�'�
�
+�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�u�r�r�o�u�n�d� �y�o�u� �w�i�t�h� �a�n� �e�r�o�t�i�c� �d�a�n�c�e� �o�f� �l�i�p�s�,� �t�o�n�g�u�e�s�,� �a�r�m�s� �a�n�d� �p�u�s�s�i�e�s�.� �N�o� �p�a�r�t� �o�f� �y�o�u�r� �b�o�d�y� �i�s� �n�o�t� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �s�o�m�e�t�h�i�n�g� �t�e�n�d�e�r� �a�n�d� �m�o�i�s�t�.� �T�h�i�s� �e�x�o�t�i�c� �p�l�e�a�s�u�r�e� �l�a�s�t�s� �f�o�r� �a� �l�o�n�g� �t�i�m�e�,� �b�u�t� �i�n� �t�h�e� �e�n�d�,� �y�o�u� �r�e�m�a�i�n� �l�i�m�p�& '�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �=� �0�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �j�u�s�t� �t�o�o� �s�e�x�u�a�l�l�y� �d�r�a�i�n�e�d� �t�o� �g�e�t� �i�t� �u�p�.� �Y�o�u� �t�e�l�l� �t�h�e� �l�i�t�t�l�e� �g�i�r�l�s� �i�t� �i�s� �a�l�l� �t�h�e�i�r� �f�a�u�l�t�.�'�
�
-�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�u�r�r�o�u�n�d� �y�o�u� �w�i�t�h� �a�n� �e�r�o�t�i�c� �d�a�n�c�e� �o�f� �l�i�p�s�,� �t�o�n�g�u�e�s�,� �a�r�m�s� �a�n�d� �p�u�s�s�i�e�s�.� �N�o� �p�a�r�t� �o�f� �y�o�u�r� �b�o�d�y� �i�s� �n�o�t� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �s�o�m�e�t�h�i�n�g� �t�e�n�d�e�r� �a�n�d� �m�o�i�s�t�.� �T�h�i�s� �e�x�o�t�i�c� �p�l�e�a�s�u�r�e� �l�a�s�t�s� �f�o�r� �a� �l�o�n�g� �t�i�m�e�,� �b�u�t� �i�n� �t�h�e� �e�n�d�,� �y�o�u� �r�e�m�a�i�n� �l�i�m�p�& '�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �D�i�s�a�p�p�o�i�n�t�i�n�g�,� �b�u�t� �a�t� �l�e�a�s�t� �y�o�u� �e�n�j�o�y�e�d� �t�h�e� �e�x�p�e�r�i�e�n�c�e�.�'�
�
 �
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�1�]� �=� �'� � �Y�o�u� �n�o�t�i�c�e� �a� �m�a�t�u�r�e�,� �b�u�s�t�y� �w�o�m�a�n�,� �g�e�n�t�l�y� �h�u�g�g�i�n�g� �a� �l�i�t�t�l�e� �g�i�r�l�.� �T�h�e�y� �a�r�e� �m�o�t�h�e�r� �a�n�d� �d�a�u�g�h�t�e�r�,� �s�o�l�d� �a�s� �a� �c�o�u�p�l�e� �t�o� �t�h�e� �b�r�o�t�h�e�l�.�<�<�$�i�m�p�o�t�e�n�t�2�_�t�x�t�>�>� �D�e�c�i�d�i�n�g� �t�o� �t�a�k�e� �a�d�v�a�n�t�a�g�e� �o�f� �t�h�i�s� �g�r�e�a�t� �o�p�p�o�r�t�u�n�i�t�y�,� �y�o�u� �t�a�k�e� �t�h�e�m� �f�o�r� �a�n� �h�o�u�r�.�'�
�
@@ -45886,21 +47024,21 @@
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�1�]� �=� �'� � �Y�o�u� �d�e�c�i�d�e� �t�o� �s�p�e�n�d� �y�o�u�r� �s�p�a�r�k�s� �o�n� �t�h�r�e�e� �c�h�a�r�m�i�n�g� �l�o�l�i�s�.� �Y�o�u� �a�l�l� �g�o� �t�o� �a� �r�o�o�m� �a�n�d� �q�u�i�c�k�l�y� �s�t�r�i�p� �n�a�k�e�d�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �W�h�i�l�e� �y�o�u� �g�e�n�t�l�y� �l�i�c�k� �t�h�e� �p�u�s�s�y� �o�f� �o�n�e� �g�i�r�l�,� �t�h�e� �o�t�h�e�r� �t�w�o� �a�r�e� �b�e�t�w�e�e�n� �y�o�u�r� �t�h�i�g�h�s�,� �t�r�y�i�n�g� �t�o� �c�o�p�e� �w�i�t�h� �y�o�u�r� �d�i�c�k�.� �T�h�e� �w�h�o�r�e�s� �m�a�n�a�g�e� �t�o� �p�l�e�a�s�u�r�e� �y�o�u�,� �l�i�c�k�i�n�g� �i�t� �o�n� �b�o�t�h� �s�i�d�e�s� �s�i�m�u�l�t�a�n�e�o�u�s�l�y�.�<�<�$�i�m�p�o�t�e�n�t�1�_�t�x�t�>�>�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�3�]� �=� �'� � �R�e�a�d�y� �t�o� �c�u�m�,� �y�o�u� �l�a�y� �t�h�e� �t�w�o� �g�i�r�l�s� �b�e�l�l�y� �t�o� �b�e�l�l�y� �a�n�d� �s�h�o�v�e� �y�o�u�r� �d�i�c�k� �b�e�t�w�e�e�n� �t�h�e�i�r� �t�i�g�h�t� �p�i�n�k� �p�u�s�s�i�e�s�.� �I�n� �o�r�d�e�r� �f�o�r� �t�h�e� �t�h�i�r�d� �g�i�r�l� �n�o�t� �t�o� �b�e� �i�d�l�e�,� �y�o�u� �t�e�l�l� �h�e�r� �t�o� �l�i�c�k� �y�o�u�r� �a�n�u�s�.� �A�f�t�e�r� �f�i�n�i�s�h�i�n�g�,� �y�o�u� �w�a�t�c�h�,� �g�r�i�n�n�i�n�g�,� �a�s� �t�h�e� �t�h�r�e�e� �g�i�r�l�s� �t�e�n�d�e�r�l�y� �l�i�c�k� �y�o�u�r� �c�u�m� �o�f�f� �o�f� �e�a�c�h� �o�t�h�e�r�.�'�
�
+�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �W�h�i�l�e� �y�o�u� �g�e�n�t�l�y� �l�i�c�k� �t�h�e� �p�u�s�s�y� �o�f� �o�n�e� �g�i�r�l�,� �t�h�e� �o�t�h�e�r� �t�w�o� �a�r�e� �b�e�t�w�e�e�n� �y�o�u�r� �t�h�i�g�h�s�,� �t�r�y�i�n�g� �t�o� �r�o�u�s�e� �y�o�u�r� �l�i�m�p� �d�i�c�k�.� �T�h�e�y� �k�i�s�s�,� �f�o�n�d�l�e� �a�n�d� �l�i�c�k� �i�t� �f�o�r� �s�e�v�e�r�a�l� �m�i�n�u�t�e�s�,� �t�r�a�d�i�n�g� �b�a�c�k� �a�n�d� �f�o�r�t�h�.�'�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �=� �0�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �j�u�s�t� �t�o�o� �s�e�x�u�a�l�l�y� �d�r�a�i�n�e�d� �t�o� �g�e�t� �i�t� �u�p�.� �Y�o�u� �t�e�l�l� �t�h�e� �g�i�r�l�s� �i�t� �i�s� �a�l�l� �t�h�e�i�r� �f�a�u�l�t�.�'�
�
-�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�2�]� �=� �'� � �W�h�i�l�e� �y�o�u� �g�e�n�t�l�y� �l�i�c�k� �t�h�e� �p�u�s�s�y� �o�f� �o�n�e� �g�i�r�l�,� �t�h�e� �o�t�h�e�r� �t�w�o� �a�r�e� �b�e�t�w�e�e�n� �y�o�u�r� �t�h�i�g�h�s�,� �t�r�y�i�n�g� �t�o� �r�o�u�s�e� �y�o�u�r� �l�i�m�p� �d�i�c�k�.� �T�h�e�y� �k�i�s�s�,� �f�o�n�d�l�e� �a�n�d� �l�i�c�k� �i�t� �f�o�r� �s�e�v�e�r�a�l� �m�i�n�u�t�e�s�,� �t�r�a�d�i�n�g� �b�a�c�k� �a�n�d� �f�o�r�t�h�.�'�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�3�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �u�n�a�b�l�e� �t�o� �r�i�s�e� �t�o� �t�h�e� �o�c�c�a�s�i�o�n�,� �a�n�d� �y�o�u� �a�r�e� �f�o�r�c�e�d� �t�o� �c�o�n�t�e�n�t� �y�o�u�r�s�e�l�f� �w�i�t�h� �f�e�e�l�i�n�g� �u�p� �t�h�e�i�r� �n�u�b�i�l�e� �b�o�d�i�e�s�.� �T�h�e�y� �s�e�e�m� �w�o�r�r�i�e�d� �t�h�a�t� �t�h�e�y� �f�a�i�l�e�d� �t�o� �e�x�c�i�t�e� �y�o�u�.�'�
�
 �
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�1�]� �=� �'� � �Y�o�u� �d�e�c�i�d�e� �t�o� �p�a�y� �t�h�e� �h�o�s�t�e�s�s� �f�o�r� �e�v�e�r�y� �l�o�l�i� �i�n� �t�h�e� �b�r�o�t�h�e�l�.� �O�c�c�u�p�y�i�n�g� �t�h�e� �r�o�o�m� �w�i�t�h� �t�h�e� �b�i�g�g�e�s�t� �b�e�d�,� �y�o�u� �u�n�d�r�e�s�s� �a�n�d� �p�l�u�n�g�e� �i�n�t�o� �a� �s�e�a� �o�f� �g�e�n�t�l�e� �b�o�d�i�e�s�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�u�r�r�o�u�n�d�s� �y�o�u� �w�i�t�h� �a� �e�r�o�t�i�c� �d�a�n�c�e� �o�f� �l�i�p�s�,� �t�o�n�g�u�e�s�,� �a�r�m�s� �a�n�d� �p�u�s�s�i�e�s�.� �N�o� �p�a�r�t� �o�f� �y�o�u�r� �b�o�d�y� �i�s� �n�o�t� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �s�o�m�e�t�h�i�n�g� �t�e�n�d�e�r� �a�n�d� �m�o�i�s�t�.�<�<�$�i�m�p�o�t�e�n�t�1�_�t�x�t�>�>� �T�h�i�s� �e�x�o�t�i�c� �p�l�e�a�s�u�r�e� �l�a�s�t�s� �f�o�r� �a� �l�o�n�g� �t�i�m�e�,� �b�u�t� �i�n� �t�h�e� �e�n�d�,� �y�o�u� �c�a�n� t� �w�i�t�h�s�t�a�n�d�& '�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �S�n�a�t�c�h�i�n�g� �o�n�e� �o�f� �t�h�e� �g�i�r�l�s� �f�r�o�m� �t�h�e� �w�h�i�r�l� �o�f� �b�o�d�i�e�s�,� �y�o�u� �t�h�r�o�w� �h�e�r� �o�n� �t�h�e� �b�e�d� �a�n�d� �w�i�t�h� �s�h�o�v�e� �y�o�u�r� �r�o�c�k�-�h�a�r�d� �d�i�c�k� �d�o�w�n� �h�e�r� �p�u�s�s�y�.� �W�i�t�h� �y�o�u�r� �l�e�v�e�l� �o�f� �e�x�c�i�t�e�m�e�n�t�,� �y�o�u� �n�e�e�d� �j�u�s�t� �o�n�e� �m�i�n�u�t�e� �t�o� �f�i�n�i�s�h�.�'�
�
+�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�u�r�r�o�u�n�d� �y�o�u� �w�i�t�h� �a�n� �e�r�o�t�i�c� �d�a�n�c�e� �o�f� �l�i�p�s�,� �t�o�n�g�u�e�s�,� �a�r�m�s� �a�n�d� �p�u�s�s�i�e�s�.� �N�o� �p�a�r�t� �o�f� �y�o�u�r� �b�o�d�y� �i�s� �n�o�t� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �s�o�m�e�t�h�i�n�g� �t�e�n�d�e�r� �a�n�d� �m�o�i�s�t�.� �T�h�i�s� �e�x�o�t�i�c� �p�l�e�a�s�u�r�e� �l�a�s�t�s� �f�o�r� �a� �l�o�n�g� �t�i�m�e�,� �b�u�t� �i�n� �t�h�e� �e�n�d�,� �y�o�u� �r�e�m�a�i�n� �l�i�m�p�& '�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �=� �0�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �y�o�u� �a�r�e� �j�u�s�t� �t�o�o� �s�e�x�u�a�l�l�y� �d�r�a�i�n�e�d� �t�o� �g�e�t� �i�t� �u�p�.� �Y�o�u� �t�e�l�l� �t�h�e� �g�i�r�l�s� �i�t� �i�s� �a�l�l� �t�h�e�i�r� �f�a�u�l�t�.�'�
�
-�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�2�]� �=� �'� � �T�h�e� �g�i�r�l�s� �s�u�r�r�o�u�n�d� �y�o�u� �w�i�t�h� �a�n� �e�r�o�t�i�c� �d�a�n�c�e� �o�f� �l�i�p�s�,� �t�o�n�g�u�e�s�,� �a�r�m�s� �a�n�d� �p�u�s�s�i�e�s�.� �N�o� �p�a�r�t� �o�f� �y�o�u�r� �b�o�d�y� �i�s� �n�o�t� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �s�o�m�e�t�h�i�n�g� �t�e�n�d�e�r� �a�n�d� �m�o�i�s�t�.� �T�h�i�s� �e�x�o�t�i�c� �p�l�e�a�s�u�r�e� �l�a�s�t�s� �f�o�r� �a� �l�o�n�g� �t�i�m�e�,� �b�u�t� �i�n� �t�h�e� �e�n�d�,� �y�o�u� �r�e�m�a�i�n� �l�i�m�p�& '�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�l�o�l�i�_�6�[�3�]� �=� �'� � �D�i�s�a�p�p�o�i�n�t�i�n�g�,� �b�u�t� �a�t� �l�e�a�s�t� �y�o�u� �e�n�j�o�y�e�d� �t�h�e� �e�x�p�e�r�i�e�n�c�e�.�'�
�
 �
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�1�]� �=� �'� � �Y�o�u� �n�o�t�i�c�e� �a� �m�a�t�u�r�e�,� �b�u�s�t�y� �w�o�m�a�n�,� �g�e�n�t�l�y� �h�u�g�g�i�n�g� �a� �g�i�r�l�.� �T�h�e�y� �a�r�e� �m�o�t�h�e�r� �a�n�d� �d�a�u�g�h�t�e�r�,� �s�o�l�d� �a�s� �a� �c�o�u�p�l�e� �t�o� �t�h�e� �b�r�o�t�h�e�l�.� �D�e�c�i�d�i�n�g� �t�o� �t�a�k�e� �a�d�v�a�n�t�a�g�e� �o�f� �t�h�i�s� �g�r�e�a�t� �o�p�p�o�r�t�u�n�i�t�y�,� �y�o�u� �t�a�k�e� �t�h�e�m� �f�o�r� �a�n� �h�o�u�r�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�2�]� �=� �'� � �[�W�H�O�R�E�-�M�O�T�H�E�R�]�<�b�r�>�-� �P�l�e�a�s�e� �s�i�r�,� �u�s�e� �m�e� �a�n�d� �n�o�t� �m�y� �d�a�u�g�h�t�e�r�.� �L�e�t� �m�e� �s�e�r�v�e� �y�o�u� �w�i�t�h� �m�y� �m�o�u�t�h�&  �T�h�e�r�e�,� �s�q�u�e�e�z�e� �m�y� �t�i�t�s�.� �I�f� �y�o�u� �w�a�n�t� �t�o� �d�o� �s�o�m�e�t�h�i�n�g� �r�u�d�e� �w�i�t�h� �m�e�,� �d�o� �n�o�t� �h�o�l�d� �b�a�c�k�,� �I� �w�i�l�l� �b�e�a�r� �i�t�.�'�
�
 �	�$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�3�]� �=� �'� � �T�h�e� �o�l�d�e�r� �w�o�m�a�n� �g�i�v�e�s� �y�o�u� �a� �<�i�>�v�e�r�y�<�/�i�>� �e�a�g�e�r� �b�l�o�w�j�o�b�,� �c�l�e�a�r�l�y� �h�o�p�i�n�g� �s�h�e� �c�a�n� �p�r�o�t�e�c�t� �h�e�r� �d�a�u�g�h�t�e�r� �b�y� �g�e�t�t�i�n�g� �y�o�u� �o�f�f�,� �b�u�t� �y�o�u� �w�a�n�t� �t�o� �f�u�c�k� �t�h�e� �g�i�r�l� �w�h�i�l�e� �h�e�r� �m�u�m� �w�a�t�c�h�e�s�.�<�<�$�i�m�p�o�t�e�n�t�1�_�t�x�t�>�>� �Y�o�u� �m�a�k�e� �t�h�e� �m�o�t�h�e�r� �d�i�r�e�c�t� �y�o�u�r� �p�e�n�i�s� �i�n�t�o� �h�e�r� �d�a�u�g�h�t�e�r� s� �p�u�s�s�y�.� �A�s� �y�o�u� �f�u�c�k� �t�h�e� �g�i�r�l�,� �y�o�u� �h�a�v�e� �t�h�e� �m�o�t�h�e�r� �h�o�l�d� �h�e�r� �d�a�u�g�h�t�e�r� s� �a�n�k�l�e�s� �s�p�r�e�a�d� �w�i�d�e� �f�o�r� �y�o�u�,� �q�u�i�c�k�l�y� �m�a�k�i�n�g� �y�o�u� �c�u�m�.�'�
�
-�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�3�]� �=� �'� � �T�h�e� �u�s�e�l�e�s�s� �w�h�o�r�e� �c�a�n� t� �e�v�e�n� �g�e�t� �y�o�u�r� �c�o�c�k� �h�a�r�d�.� �Y�o�u� �t�r�y� �l�e�t�t�i�n�g� �t�h�e� �d�a�u�g�h�t�e�r� �g�i�v�e� �i�t� �a� �t�r�y�,� �b�u�t� �i�t� �i�s� �n�o� �u�s�e�.� �T�o�o� �d�r�a�i�n�e�d�.�'�
�
+�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�r�e�v� �=� �0�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�3�]� �=� �'� � �T�h�e� �u�s�e�l�e�s�s� �w�h�o�r�e� �c�a�n� t� �e�v�e�n� �g�e�t� �y�o�u�r� �c�o�c�k� �h�a�r�d�.� �Y�o�u� �t�r�y� �l�e�t�t�i�n�g� �t�h�e� �d�a�u�g�h�t�e�r� �g�i�v�e� �i�t� �a� �t�r�y�,� �b�u�t� �i�t� �i�s� �n�o� �u�s�e�.� �T�o�o� �d�r�a�i�n�e�d�.�'�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �-�2� �a�n�d� �i�s�_�p�e�r�v� �>� �1�:� �$�b�r�o�t�h�e�l�_�w�h�o�r�e�_�i�n�c�e�s�t�[�3�]� �=� �'� � �T�h�e� �u�s�e�l�e�s�s� �w�h�o�r�e� �c�a�n� t� �e�v�e�n� �g�e�t� �y�o�u�r� �c�o�c�k� �h�a�r�d�.� �Y�o�u� �t�r�y� �l�e�t�t�i�n�g� �t�h�e� �d�a�u�g�h�t�e�r� �g�i�v�e� �i�t� �a� �t�r�y�,� �b�u�t� �i�t� �i�s� �n�o� �u�s�e�.�<�b�r�>�<�b�r�>� �V�e�r�y� �e�m�b�a�r�r�a�s�s�i�n�g�.�'�
�
 �e�n�d�
�
 �
�
@@ -46153,7 +47291,7 @@
 �e�n�d�
�
 �
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �i�n�f�a�m�o�u�s� �q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s� �i�s� �u�n�d�e�r� �t�h�e� �j�u�r�i�s�d�i�c�t�i�o�n� �o�f� �t�h�e� �C�a�m�i�r�a� �G�r�e�a�t� �H�o�u�s�e�.� �T�h�e� �r�e�s�i�d�e�n�t�i�a�l� �b�u�i�l�d�i�n�g�s� �a�r�e� �n�o�t� �c�e�n�t�r�a�l�i�z�e�d� �a�n�d� �t�h�e� �q�u�a�l�i�t�y� �o�f� �t�h�e� �h�o�u�s�i�n�g� �i�n� �g�e�n�e�r�a�l� �i�s�&  �a�h�e�m�&  �p�r�e�t�t�y� �b�a�s�i�c�.� �A�t� �l�e�a�s�t� �t�h�e� �c�r�i�m�e� �r�a�t�e�s� �a�r�e� �l�o�w�e�r� �t�h�a�n� �i�n� �t�h�e� �s�l�u�m�s�.�'�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �N�e�v�e�r�t�h�e�l�e�s�s�,� �t�h�e�r�e� �a�r�e� �s�e�v�e�r�a�l� �r�e�a�s�o�n�s� �t�o� �r�e�n�t� �a� �p�l�a�c�e� �h�e�r�e�.� �F�i�r�s�t�,� �a�n�d� �m�o�s�t� �i�m�p�o�r�t�a�n�t�l�y�,� �i�t� s� �h�a�r�d� �t�o� �f�i�n�d� �s�o�m�e�t�h�i�n�g� �m�o�r�e� �a�f�f�o�r�d�a�b�l�e�.� �R�e�n�t� �i�s� �c�h�e�a�p� �a�n�d� �a�f�f�o�r�d�a�b�l�e�.� �S�e�c�o�n�d�l�y�,� �i�n� �c�o�n�t�r�a�s�t� �t�o� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �q�u�a�r�t�e�r�,� �h�o�m�e�s� �a�r�e� �s�p�a�c�i�o�u�s�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �N�e�v�e�r�t�h�e�l�e�s�s�,� �t�h�e�r�e� �a�r�e� �s�e�v�e�r�a�l� �r�e�a�s�o�n�s� �t�o� �r�e�n�t� �a� �p�l�a�c�e� �h�e�r�e�.� �F�i�r�s�t�,� �a�n�d� �m�o�s�t� �i�m�p�o�r�t�a�n�t�l�y�,� �i�t� s� �h�a�r�d� �t�o� �f�i�n�d� �s�o�m�e�t�h�i�n�g� �m�o�r�e� �a�f�f�o�r�d�a�b�l�e�.� �R�e�n�t� �i�s� �c�h�e�a�p� �a�n�d� �a�f�f�o�r�d�a�b�l�e�.� �S�e�c�o�n�d�l�y�,� �i�n� �c�o�n�t�r�a�s�t� �t�o� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �q�u�a�r�t�e�r�,� �h�o�m�e�s� �a�r�e� �s�p�a�c�i�o�u�s�.� �T�h�i�r�d�l�y�,� �a�s� �a� �b�e�n�e�f�i�t� �f�o�r� �r�e�s�i�d�e�n�t�s�,� �s�m�a�l�l�-�s�c�a�l�e� �l�i�v�e�s�t�o�c�k� �c�a�n� �b�e� �k�e�p�t� �f�o�r� �f�r�e�e� �a�t� �t�h�e� �p�u�b�l�i�c� �a�n�i�m�a�l� �f�a�r�m� �i�n� �t�h�i�s� �d�i�s�t�r�i�c�t�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�3�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �p�o�l�i�c�y� �o�f� �o�u�r� �c�o�m�p�a�n�y� �d�o�e�s� �n�o�t� �p�r�o�v�i�d�e� �p�r�e�-�f�u�r�n�i�s�h�e�d� �r�o�o�m�s� �i�n� �t�h�e� �O�u�t�c�a�s�t� �Q�u�a�r�t�e�r�,� �s�o� �i�n�t�e�r�i�o�r� �d�e�s�i�g�n� �c�a�n� �b�e� �a� �l�i�t�t�l�e�&  �u�m�m�&  �b�a�s�i�c�.� �B�u�t� �i�f� �n�e�c�e�s�s�a�r�y�,� �w�e� �c�a�n� �c�h�a�n�g�e� �e�v�e�r�y�t�h�i�n�g� �t�o� �y�o�u�r� �l�i�k�i�n�g� �a�n�d� �m�a�k�e� �t�h�e� �r�o�o�m�s� �v�e�r�y� �c�o�z�y�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�4�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �H�e�r�e� �y�o�u� �c�a�n� �s�e�e� �a� �s�p�a�c�i�o�u�s� �h�a�l�l� �d�e�c�o�r�a�t�e�d� �i�n� �t�h�e� �s�p�i�r�i�t� �o�f� �a�n�i�m�a�l�-�m�i�n�i�m�a�l�i�s�m�.� �T�h�e� �f�u�r�n�i�t�u�r�e� �i�s� �a�s�s�e�m�b�l�e�d� �f�r�o�m� �r�e�a�d�i�l�y� �a�v�a�i�l�a�b�l�e� �m�a�t�e�r�i�a�l�s� �b�u�t� �i�s� �h�i�g�h�l�y� �d�u�r�a�b�l�e�,� �a�s� �i�t� �w�a�s� �b�u�i�l�t� �f�o�r� �b�e�a�s�t�m�e�n� �s�e�r�v�i�c�e�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�5�]� �=� �'� � �Y�o�u� �c�a�r�e�f�u�l�l�y� �i�n�s�p�e�c�t� �t�h�e� �r�o�o�m�.� �I�n� �y�o�u�r� �o�p�i�n�i�o�n�,� �i�t� �i�s� �j�u�s�t� �a� �p�i�g�s�t�y�.� �O�n�l�y� �a� �v�e�r�y� �u�n�d�e�m�a�n�d�i�n�g� �p�e�r�s�o�n� �c�o�u�l�d� �l�i�v�e� �h�e�r�e�.�'�
�
@@ -46163,11 +47301,11 @@
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�9�]� �=� �'� � �T�h�i�s� �p�l�a�c�e� �s�t�i�n�k�s�.� �A�m� �I� �r�e�a�l�l�y� �s�u�p�p�o�s�e�d� �t�o� �w�a�s�h� �h�e�r�e�?� �A�n�d� �c�a�i�m�a�n�s� �i�n� �t�h�e� �t�o�i�l�e�t�&  �i�s� �s�h�e� �s�e�r�i�o�u�s� �o�r� �j�u�s�t� �k�i�d�d�i�n�g�?� �T�h�e�y� �m�i�g�h�t� �b�i�t�e� �m�y� �b�a�l�l�s� �o�f�f�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�0�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �A�n�d� �n�o�w�:� �T�h�e� �k�i�t�c�h�e�n�.� �A�s� �y�o�u� �c�a�n� �s�e�e�,� �t�h�e� �i�n�t�e�r�i�o�r� �i�s� �v�e�r�y� �s�p�a�c�i�o�u�s�,� �t�h�e�r�e� �i�s� �e�v�e�r�y�t�h�i�n�g� �y�o�u� �n�e�e�d� �f�o�r� �c�o�o�k�i�n�g�.� �T�h�e� �s�t�a�s�i�s� �c�h�a�m�b�e�r� �f�o�r� �f�o�o�d� �i�s� �f�u�l�l�y� �f�u�n�c�t�i�o�n�a�l�.� �I�t� �i�s� �a� �d�e�c�e�n�t� �o�p�t�i�o�n� �f�o�r� �a�n�y� �h�o�m�e�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�1�]� �=� �'� � �T�h�e� �k�i�t�c�h�e�n� �h�e�r�e� �i�s� �r�e�a�l�l�y� �d�e�c�e�n�t�.� �T�h�e� �f�u�r�n�i�t�u�r�e� �i�s� �o�l�d� �a�n�d� �c�r�a�c�k�e�d� �i�n� �p�l�a�c�e�s� �t�h�o�u�g�h�,� �b�u�t� �t�h�e� �r�o�o�m� �i�s� �r�e�a�l�l�y� �s�p�a�c�i�o�u�s�.� �P�l�u�s�,� �i�t� �h�a�s� �s�o�m�e�t�h�i�n�g� �v�a�g�u�e�l�y� �f�a�m�i�l�i�a�r�&  �I� �f�e�e�l� �l�i�k�e� �I� �h�a�v�e� �s�e�e�n� �t�h�i�s� �k�i�t�c�h�e�n� �s�o�m�e�w�h�e�r�e�.� �H�m�m�m�& '�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �F�o�r� �a�n� �a�d�d�i�t�i�o�n�a�l� �f�e�e� �y�o�u� �c�a�n� �r�e�n�t� �a�d�d�i�t�i�o�n�a�l� �s�p�a�c�e� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g�.� �E�v�e�r�y�t�h�i�n�g� �y�o�u� �m�i�g�h�t� �n�e�e�d� �c�a�n� �b�e� �r�e�n�t�e�d� �a�t� �q�u�i�t�e� �a�c�c�e�p�t�a�b�l�e� �c�o�n�d�i�t�i�o�n�s�:� �t�h�e�r�e� �a�r�e� �o�p�t�i�o�n�s� �f�o�r� �t�h�e� �t�o�r�t�u�r�e� �r�o�o�m�,� �t�h�e� �a�l�c�h�e�m�y� �l�a�b� �a�n�d� �a� �c�o�z�y� �b�o�u�d�o�i�r�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �F�o�r� �a�n� �a�d�d�i�t�i�o�n�a�l� �f�e�e� �y�o�u� �c�a�n� �r�e�n�t� �a�d�d�i�t�i�o�n�a�l� �s�p�a�c�e� �i�n� �t�h�e� �s�a�m�e� �b�u�i�l�d�i�n�g�.� �E�v�e�r�y�t�h�i�n�g� �y�o�u� �m�i�g�h�t� �n�e�e�d� �c�a�n� �b�e� �r�e�n�t�e�d� �a�t� �q�u�i�t�e� �a�c�c�e�p�t�a�b�l�e� �c�o�n�d�i�t�i�o�n�s�:� �t�h�e�r�e� �a�r�e� �o�p�t�i�o�n�s� �f�o�r� �a� �t�o�r�t�u�r�e� �r�o�o�m�,� �a�n� �a�l�c�h�e�m�y� �l�a�b� �a�n�d� �a� �c�o�z�y� �b�o�u�d�o�i�r�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�3�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�a�k�e� �a� �l�o�o�k�.� �A� �g�r�e�a�t� �r�o�o�m� �f�o�r� �a� �h�u�m�b�l�e� �s�l�a�v�e�.� �O�n�l�y� �a� �m�i�n�i�m�u�m� �s�e�t� �o�f� �f�u�r�n�i�t�u�r�e� �s�o� �t�h�a�t� �s�h�e� �w�i�l�l� �n�o�t� �b�e� �d�i�s�t�r�a�c�t�e�d�,� �b�u�t� �e�v�e�r�y�t�h�i�n�g� �n�e�e�d�e�d� �i�s� �h�e�r�e�.� �A�n�d� �t�h�e� �a�m�o�u�n�t� �o�f� �s�p�a�c�e� �c�o�m�p�l�e�m�e�n�t�s� �t�h�e� �e�x�i�s�t�i�n�g� �d�e�c�o�r�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�4�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �A�s� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�e� �S�l�a�v�e�r�s� �G�u�i�l�d�,� �y�o�u� �p�r�o�b�a�b�l�y� �w�i�l�l� �b�e� �i�n�t�e�r�e�s�t�e�d� �i�n� �t�h�e� �l�o�c�a�l� �d�u�n�g�e�o�n�.� �A� �v�e�r�y� �s�a�f�e� �p�l�a�c�e� �f�o�r� �t�o�r�t�u�r�e� �o�r� �i�m�p�r�i�s�o�n�m�e�n�t�.� �T�h�e� �w�a�l�l�s� �a�r�e� �a� �b�i�t� �c�r�a�c�k�e�d� �a�n�d� �t�h�e� �c�e�i�l�i�n�g� �o�f�t�e�n� �l�e�a�k�s�,� �b�u�t� �g�i�v�e�n� �t�h�e� �p�u�r�p�o�s�e� �o�f� �t�h�i�s� �r�o�o�m�& '�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�5�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �I�f� �y�o�u� �a�r�e� �p�r�o�f�i�c�i�e�n�t� �i�n� �t�h�e� �a�r�t� �o�f� �e�n�c�h�a�n�t�m�e�n�t� �a�n�d� �m�a�g�i�c�,� �y�o�u� �c�a�n� �r�e�n�t� �a� �l�o�c�a�l� �a�l�c�h�e�m�y� �l�a�b�.� �T�h�e� �e�q�u�i�p�m�e�n�t� �h�e�r�e� �i�s� �p�r�e�t�t�y� �o�l�d� �b�u�t� �i�s� �q�u�i�t�e� �f�u�n�c�t�i�o�n�a�l�.� �Y�o�u� �c�a�n� �m�i�x� �p�o�t�i�o�n�s� �a�n�d� �e�n�c�h�a�n�t� �w�i�t�h�o�u�t� �a�n�y� �p�r�o�b�l�e�m�.�'�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �o�n�l�y� �5�0� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�e�n� �d�a�y�s� �i�n� �a�d�v�a�n�c�e�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�a�m�i�r�a�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �o�n�l�y� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�k�a�m�i�r�a�_�h�o�u�s�e�"�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�k�a�m�i�r�a�_�h�o�u�s�e�"�]�/�1�0�>�>� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
 �
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�1�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �W�h�i�t�e� �T�o�w�n� �i�s� �u�n�d�e�r� �t�h�e� �d�i�r�e�c�t� �j�u�r�i�s�d�i�c�t�i�o�n� �o�f� �t�h�e� �V�a�t�i�c�a�n� �a�n�d� �a�n� �e�x�e�m�p�l�a�r�y� �p�e�a�c�e� �a�n�d� �o�r�d�e�r� �r�e�i�g�n�s�.� �T�h�e� �c�r�i�m�e� �r�a�t�e� �i�s� �v�i�r�t�u�a�l�l�y� �n�i�l�.� �H�o�u�s�i�n�g� �s�t�o�c�k� �i�s� �e�n�t�i�r�e�l�y� �e�l�i�t�e� �a�n�d� �i�n� �e�x�c�e�l�l�e�n�t� �c�o�n�d�i�t�i�o�n�.� �Y�o�u� �c�a�n�n�o�t� �f�i�n�d� �a�n�y� �b�e�t�t�e�r� �a�p�a�r�t�m�e�n�t�s� �t�h�a�n� �t�h�e�s�e�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �O�f� �c�o�u�r�s�e�,� �t�h�e� �p�r�i�c�e� �o�f� �l�i�v�i�n�g� �h�e�r�e� �i�s� �c�o�n�s�i�d�e�r�a�b�l�e�,� �b�u�t� �s�t�i�l�l�,� �e�v�e�r�y�t�h�i�n�g� �i�s� �i�n� �c�l�o�s�e� �p�r�o�x�i�m�i�t�y� �a�n�d� �y�o�u� �c�a�n� �b�e� �s�u�r�e� �t�h�a�t� �y�o�u� �h�a�v�e� �d�e�c�e�n�t� �n�e�i�g�h�b�o�r�s�.� �W�i�t�h� �t�h�e� �e�n�h�a�n�c�e�d� �d�e�s�i�g�n� �o�f� �t�h�e� �h�o�m�e�s�,� �y�o�u� �c�a�n� �k�e�e�p� �m�u�c�h� �m�o�r�e� �f�u�r�n�i�t�u�r�e� �a�n�d� �e�q�u�i�p�m�e�n�t� �t�h�a�n� �u�s�u�a�l�.�'�
�
@@ -46184,7 +47322,7 @@
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�1�3�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�a�k�e� �a� �l�o�o�k�.� �A� �g�r�e�a�t� �r�o�o�m� �f�o�r� �a�n�y� �s�l�a�v�e�.� �T�h�i�s� �k�i�n�g�-�s�i�z�e�d� �b�e�d� �w�i�t�h� �a� �c�a�n�o�p�y� �a�n�d� �a� �r�e�d� �b�l�a�n�k�e�t� �-� �i�s� �r�e�a�l�l�y� �a� �b�e�d� �o�f� �l�o�v�e�.� �T�h�e� �d�o�o�r� �c�a�n� �b�e� �s�e�c�u�r�e�l�y� �l�o�c�k�e�d� �f�r�o�m� �t�h�e� �o�u�t�s�i�d�e�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�1�4�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �A�s� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�e� �S�l�a�v�e�r�s� �G�u�i�l�d�,� �y�o�u� �p�r�o�b�a�b�l�y� �w�i�l�l� �b�e� �i�n�t�e�r�e�s�t�e�d� �i�n� �t�h�e� �l�o�c�a�l� �d�u�n�g�e�o�n�.� �E�v�e�n� �t�h�e� �l�a�r�g�e�s�t� �o�f� �t�o�r�t�u�r�e� �d�e�v�i�c�e�s� �c�a�n� �f�i�t� �i�n� �t�h�i�s� �r�o�o�m�.� �I�n�s�i�d�e� �t�h�e� �c�e�l�l�s�,� �t�h�e�r�e� �a�r�e� �l�a�t�t�i�c�e�s� �a�n�d� �h�o�o�k�s� �w�i�t�h� �b�r�a�c�k�e�t�s� �t�o� �s�e�c�u�r�e�l�y� �l�o�c�k� �a� �p�r�i�s�o�n�e�r� �i�n� �p�l�a�c�e�.� �A� �g�r�e�a�t� �w�o�r�k�p�l�a�c�e�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�1�5�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �I�f� �y�o�u� �a�r�e� �p�r�o�f�i�c�i�e�n�t� �i�n� �t�h�e� �a�r�t� �o�f� �e�n�c�h�a�n�t�m�e�n�t� �a�n�d� �m�a�g�i�c�,� �y�o�u� �c�a�n� �r�e�n�t� �a� �l�o�c�a�l� �a�l�c�h�e�m�y� �l�a�b�.� �A� �v�e�r�y� �c�o�z�y� �a�n�d� �n�i�c�e� �r�o�o�m� �w�i�t�h� �p�l�e�n�t�y� �o�f� �b�o�o�k�c�a�s�e�s� �a�n�d� �r�e�i�n�f�o�r�c�e�d� �w�a�l�l�s� �i�n� �c�a�s�e� �o�f� �a�n� �e�x�p�l�o�s�i�o�n� �o�r� �a� �f�i�r�e�.�'�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �1�5�0� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�e�n� �d�a�y�s� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �1�0�0� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�w�h�i�t�e�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�w�h�i�t�e�_�h�o�u�s�e�"�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�w�h�i�t�e�_�h�o�u�s�e�"�]�/�1�0�>�>� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
 �
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�1�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�i�s� �d�i�s�t�r�i�c�t� �i�s� �c�a�l�l�e�d� �t�h�e� �N�e�c�r�o�p�o�l�i�s� �b�e�c�a�u�s�e� �i�t� �i�s� �u�n�d�e�r� �t�h�e� �j�u�r�i�s�d�i�c�t�i�o�n� �o�f� �t�h�e� �C�o�r�v�u�s� �G�r�e�a�t� �H�o�u�s�e�.� �S�o�m�e� �f�e�e�l� �l�i�k�e� �t�h�i�s� �a�r�e�a� �i�s� �d�a�r�k� �a�n�d� �i�n�t�i�m�i�d�a�t�i�n�g� �b�u�t� �i�n� �m�y� �o�p�i�n�i�o�n�,� �i�t� �i�s� �v�e�r�y� �m�a�j�e�s�t�i�c�.� �A�n�d� �t�h�e�r�e� �i�s� �a� �s�p�e�c�i�a�l� �a�r�e�a� �f�o�r� �t�h�e� �l�i�v�i�n�g�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �R�e�n�t�a�l� �p�r�i�c�e� �i�s� �q�u�i�t�e� �s�i�g�n�i�f�i�c�a�n�t�,� �b�u�t� �i�t� �i�s� �u�n�d�e�r�s�t�a�n�d�a�b�l�e� �s�i�n�c�e� �t�h�e� �c�r�i�m�e� �r�a�t�e� �i�n� �t�h�i�s� �q�u�a�r�t�e�r� �i�s� �a�l�m�o�s�t� �l�o�w�e�r� �t�h�a�n� �i�n� �W�h�i�t�e� �T�o�w�n� �a�n�d� �t�h�e� �s�i�z�e� �o�f� �t�h�e� �a�p�a�r�t�m�e�n�t�s� �i�s� �j�u�s�t� �t�h�e� �s�a�m�e�.� �R�u�m�o�r�s� �o�f� �w�i�l�d� �g�h�o�u�l�s� �a�t�t�a�c�k�i�n�g� �a�n�d� �o�u�t�b�r�e�a�k�s� �o�f� �z�o�m�b�i�e� �v�i�r�u�s� �-� �i�t� s� �j�u�s�t� �f�a�i�r�y� �t�a�l�e�s�.�'�
�
@@ -46201,7 +47339,7 @@
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�1�3�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�a�k�e� �a� �l�o�o�k�.� �Y�o�u� �c�o�u�l�d� �t�r�a�i�n� �a� �s�l�a�v�e� �w�o�r�t�h�y� �o�f� �t�h�e� �p�o�p�e� s� �a�t�t�e�n�t�i�o�n� �w�i�t�h�o�u�t� �a�n�y� �p�r�o�b�l�e�m� �i�n� �h�e�r�e�.� �A�n�y� �s�l�a�v�e� �s�h�o�u�l�d� �b�e� �c�o�m�f�o�r�t�a�b�l�e� �w�i�t�h� �t�h�e� �g�r�e�a�t� �d�e�c�o�r�a�t�i�o�n� �a�n�d� �a�p�p�r�e�c�i�a�t�e� �y�o�u�r� �c�o�n�c�e�r�n� �f�o�r� �h�e�r�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�1�4�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �A�s� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�e� �S�l�a�v�e�r�s� �G�u�i�l�d�,� �y�o�u� �p�r�o�b�a�b�l�y� �w�i�l�l� �b�e� �i�n�t�e�r�e�s�t�e�d� �i�n� �t�h�e� �l�o�c�a�l� �d�u�n�g�e�o�n�.� �A� �g�l�o�o�m�y� �r�o�o�m� �w�i�t�h� �s�t�o�n�e� �w�a�l�l�s� �a�n�d� �s�e�c�u�r�e�l�y� �l�o�c�k�a�b�l�e� �c�e�l�l�.� �N�o� �o�n�e� �w�i�l�l� �h�e�a�r� �t�h�e� �s�c�r�e�a�m�s� �o�f� �y�o�u�r� �v�i�c�t�i�m�s�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�1�5�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �I�f� �y�o�u� �a�r�e� �p�r�o�f�i�c�i�e�n�t� �i�n� �t�h�e� �a�r�t� �o�f� �e�n�c�h�a�n�t�m�e�n�t� �a�n�d� �m�a�g�i�c�,� �y�o�u� �c�a�n� �r�e�n�t� �a� �l�o�c�a�l� �a�l�c�h�e�m�y� �l�a�b�.� �L�i�c�h�e�s� �a�r�e� �e�x�p�e�r�t�s� �i�n� �s�o�r�c�e�r�y� �a�n�d� �t�h�i�s� �l�a�b�o�r�a�t�o�r�y� �w�a�s� �f�u�r�n�i�s�h�e�d� �b�y� �a� �l�i�c�h� �-� �a�n�c�i�e�n�t� �a�n�d� �p�o�w�e�r�f�u�l�.�'�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �1�0�0� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�e�n� �d�a�y�s� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �1�0�0� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�k�o�r�v�u�s�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�k�o�r�v�u�s�_�h�o�u�s�e�"�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�k�o�r�v�u�s�_�h�o�u�s�e�"�]�/�1�0�>�>� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
 �
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�1�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�i�s� �d�i�s�t�r�i�c�t� �i�s� �u�n�d�e�r� �t�h�e� �j�u�r�i�s�d�i�c�t�i�o�n� �o�f� �t�h�e� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�.� �I�t� �i�s� �i�n�h�a�b�i�t�e�d� �b�y� �t�h�e� � f�a�i�t�h�f�u�l�  �-� �p�e�o�p�l�e� �h�o�n�o�r�i�n�g� �t�h�e� �S�a�v�i�o�r�,� �a�n�d� �t�h�e�y� �r�e�c�e�i�v�e� �s�p�e�c�i�a�l� �s�u�p�p�o�r�t� �f�r�o�m� �V�a�t�i�c�a�n�.� �T�h�e�r�e� �a�r�e� �f�e�w�e�r� �p�e�o�p�l�e� �h�e�r�e� �t�h�a�n� �i�n� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �q�u�a�r�t�e�r� �s�o� �o�r�d�e�r� �i�s� �m�a�i�n�t�a�i�n�e�d� �a�t� �h�i�g�h� �l�e�v�e�l�s�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �p�r�i�c�e� �i�s� �m�o�d�e�r�a�t�e�.� �L�o�c�a�l� �a�p�a�r�t�m�e�n�t�s� �a�r�e� �t�h�e� �b�e�s�t� �c�h�o�i�c�e� �f�o�r� �s�o�m�e�o�n�e� �w�h�o� �k�n�o�w�s� �h�o�w� �t�o� �s�a�v�e� �t�h�e�i�r� �s�p�a�r�k�s� �a�n�d� �w�a�n�t�s� �t�o� �l�i�v�e� �i�n� �a� �d�e�c�e�n�t�,� �p�e�a�c�e�f�u�l� �p�l�a�c�e�.�'�
�
@@ -46218,7 +47356,7 @@
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�1�3�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �H�e�r�e�,� �t�a�k�e� �a� �l�o�o�k� �a�t� �t�h�i�s� �r�o�o�m� �t�h�a�t� �c�a�n� �b�e� �r�e�n�t�e�d� �f�o�r� �y�o�u�r� �s�l�a�v�e�.� �A� �w�o�n�d�e�r�f�u�l� �a�n�d� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �b�o�u�d�o�i�r�,� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �p�i�e�c�e�s� �o�f� �o�r�i�e�n�t�a�l� �m�o�t�i�f�s�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�1�4�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �A�s� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�e� �S�l�a�v�e�r�s� �G�u�i�l�d�,� �y�o�u� �p�r�o�b�a�b�l�y� �w�i�l�l� �b�e� �i�n�t�e�r�e�s�t�e�d� �i�n� �t�h�e� �l�o�c�a�l� �d�u�n�g�e�o�n�.� �T�h�e� �w�a�l�l�s� �a�r�e� �t�h�i�c�k� �a�n�d� �t�h�e� �l�o�w� �o�p�p�r�e�s�s�i�v�e� �c�e�i�l�i�n�g� �w�i�l�l� �m�a�k�e� �a�n�y�o�n�e� �f�e�e�l� �u�n�c�o�m�f�o�r�t�a�b�l�e�.� �T�h�e� �v�e�r�y� �r�o�o�m� �w�i�l�l� �a�l�r�e�a�d�y� �i�n�s�t�i�l�l� �h�o�r�r�o�r� �i�n� �y�o�u�r� �p�r�i�s�o�n�e�r�s�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�1�5�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �I�f� �y�o�u� �a�r�e� �p�r�o�f�i�c�i�e�n�t� �i�n� �t�h�e� �a�r�t� �o�f� �e�n�c�h�a�n�t�m�e�n�t� �a�n�d� �m�a�g�i�c�,� �y�o�u� �c�a�n� �r�e�n�t� �a� �l�o�c�a�l� �a�l�c�h�e�m�y� �l�a�b�.� �D�e�s�p�i�t�e� �t�h�e� �a�p�p�a�r�e�n�t� �m�e�s�s�,� �e�v�e�r�y�t�h�i�n�g� �y�o�u� �n�e�e�d� �f�o�r� �a�l�c�h�e�m�y� �a�n�d� �e�n�c�h�a�n�t�i�n�g� �i�s� �p�r�e�s�e�n�t�.�'�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �7�5� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�e�n� �d�a�y�s� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �7�5� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�t�a�u�r�u�s�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�t�a�u�r�u�s�_�h�o�u�s�e�"�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�t�a�u�r�u�s�_�h�o�u�s�e�"�]�/�1�0�>�>� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
 �
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�1�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �r�e�s�i�d�e�n�t�i�a�l� �Z�o�n�e� �o�f� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �q�u�a�r�t�e�r� �i�s� �c�a�l�l�e�d� �t�h�e� � a�n�t�h�i�l�l�  �b�e�c�a�u�s�e� �o�f� �t�h�e� �i�n�c�r�e�d�i�b�l�y� �h�i�g�h� �p�o�p�u�l�a�t�i�o�n� �d�e�n�s�i�t�y� �a�n�d� �d�e�v�e�l�o�p�m�e�n�t�.� �T�h�e� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�,� �u�n�d�e�r� �w�h�o�s�e� �j�u�r�i�s�d�i�c�t�i�o�n� �t�h�i�s� �d�i�s�t�r�i�c�t� �i�s�,� �h�a�s� �a� �l�o�t� �o�f� �s�u�b�j�e�c�t�s�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �d�u�e� �t�o� �t�h�e� �c�r�o�w�d�i�n�g�,� �a� �l�o�t� �o�f� �c�r�i�m�e�s� �a�r�e� �c�o�m�m�i�t�t�e�d�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�2�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �I�f� �y�o�u� �a�r�e� �l�o�w� �o�n� �m�o�n�e�y� �a�n�d� �d�o� �n�o�t� �w�a�n�t� �t�o� �s�p�e�n�d� �e�x�t�r�a� �s�p�a�r�k�s�,� �t�h�e� �a�n�t�h�i�l�l� �w�i�l�l� �b�e� �a� �g�o�o�d� �c�h�o�i�c�e�.� �Y�e�s�,� �t�h�e� �a�p�a�r�t�m�e�n�t�s� �h�e�r�e� �a�r�e� �s�m�a�l�l� �b�u�t� �t�h�e�y� �a�r�e� �v�e�r�y� �c�h�e�a�p�.� �A�n�d� �t�h�e� �s�i�t�u�a�t�i�o�n� �f�o�r� �p�e�o�p�l�e� �i�s� �s�t�i�l�l� �l�e�s�s� �d�a�n�g�e�r�o�u�s� �t�h�a�n� �i�n� �t�h�e� �q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�.� �P�l�u�s�,� �a� �T�e�c�h�n�o�s�p�h�e�r�e� �a�n�d� �a�n� �I�l�l�u�s�o�r�y� �S�e�a� �a�r�e� �n�e�a�r�b�y�.�'�
�
@@ -46235,7 +47373,7 @@
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�1�3�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �H�e�r�e�,� �t�a�k�e� �a� �l�o�o�k� �a�t� �t�h�i�s� �r�o�o�m�.� �Y�o�u�r� �s�l�a�v�e� �w�i�l�l� �f�e�e�l� �l�i�k�e� �s�h�e� �h�a�s� �e�a�r�n�e�d� �h�e�r� �o�w�n� �r�o�o�m� �w�h�i�l�e� �n�o�t� �m�a�k�i�n�g� �h�e�r� �t�o�o� �p�r�o�u�d� �o�r� �l�a�z�y�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�1�4�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �A�s� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�e� �S�l�a�v�e�r�s� �G�u�i�l�d�,� �y�o�u� �p�r�o�b�a�b�l�y� �w�i�l�l� �b�e� �i�n�t�e�r�e�s�t�e�d� �i�n� �t�h�e� �l�o�c�a�l� �d�u�n�g�e�o�n�.� �T�h�e� �w�a�l�l�s� �a�r�e� �c�o�v�e�r�e�d� �w�i�t�h� �r�e�f�r�a�c�t�o�r�y� �r�e�i�n�f�o�r�c�e�d� �p�l�a�s�t�i�c�.� �T�h�e�r�e� �i�s� �a� �m�e�t�a�l� �b�e�d� �a�n�d� �a� �t�o�i�l�e�t� �o�f� �t�h�e� � s�l�o�p� �b�u�c�k�e�t�  �t�y�p�e�.�'�
�
 �$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�1�5�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �I�f� �y�o�u� �a�r�e� �p�r�o�f�i�c�i�e�n�t� �i�n� �t�h�e� �a�r�t� �o�f� �e�n�c�h�a�n�t�m�e�n�t� �a�n�d� �m�a�g�i�c�,� �y�o�u� �c�a�n� �r�e�n�t� �a� �l�o�c�a�l� �a�l�c�h�e�m�y� �l�a�b�.� �T�h�i�s� �i�s� �a� �m�o�d�e�s�t� �b�u�t� �p�e�r�f�e�c�t�l�y� �f�u�n�c�t�i�o�n�a�l� �a�l�c�h�e�m�y� �l�a�b�,� �e�x�c�e�p�t� �t�h�a�t� �i�t� �h�a�s� �n�o�t� �e�n�o�u�g�h� �s�p�a�c�e� �f�o�r� �b�o�o�k�s�.�'�
�
-�$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �5�0� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�e�n� �d�a�y�s� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �2�5� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
+�$�r�e�a�l�t�o�r�_�d�e�m�o�_�s�e�r�p�i�s�[�1�6�]� �=� �'� � �[�G�L�O�R�I�A�]�<�b�r�>�-� �T�h�e� �c�o�s�t� �o�f� �r�e�n�t�i�n�g� �t�h�e� �m�a�i�n� �p�r�e�m�i�s�e�s�,� �e�x�c�l�u�d�i�n�g� �u�t�i�l�i�t�i�e�s�,� �i�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�s�e�r�p�i�s�_�h�o�u�s�e�"�]�>�>� �s�p�a�r�k�s� �f�o�r� �t�e�n� �d�a�y�s�.� �I�f� �y�o�u� �w�i�s�h�,� �y�o�u� �c�a�n� �m�o�v�e� �i�n� �t�o�d�a�y�,� �j�u�s�t� �p�a�y� �t�h�e� �r�e�n�t� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �d�e�c�a�d�e� �i�n� �a�d�v�a�n�c�e� �p�l�u�s� �<�<�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�"�s�e�r�p�i�s�_�h�o�u�s�e�"�]�/�1�0�>�>� �s�p�a�r�k�s� �a�s� �a�g�e�n�c�y� �c�o�m�m�i�s�s�i�o�n�.�'�
�
 �
�
 �
�
 �
�
@@ -46375,7 +47513,7 @@
 �!�U�n�c�o�n�s�c�i�o�u�s�
�
 �$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s� �=� �'� � �J�u�s�t� �b�e�c�a�u�s�e� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �u�n�c�o�n�s�c�i�o�u�s� �d�o�e�s�n� t� �m�e�a�n� �s�h�e� �d�o�e�s�n� t� �h�a�v�e� �t�o� �p�u�t� �o�u�t�.� �Y�o�u� �m�o�u�n�t� �h�e�r� �l�i�m�p� �b�o�d�y� �a�n�d� �u�s�e� �i�t� �f�o�r� �y�o�u�r� �p�l�e�a�s�u�r�e�.� �S�h�e� �i�s�n� t� �v�e�r�y� �w�e�t� �s�o� �y�o�u� �a�r�e� �p�r�o�b�a�b�l�y� �d�o�i�n�g� �d�a�m�a�g�e�,� �b�u�t� �i�f� �y�o�u� �w�e�r�e� �t�h�e� �s�o�r�t� �o�f� �g�u�y� �w�h�o� �w�o�r�r�i�e�d� �a�b�o�u�t� �t�h�a�t� �s�o�r�t� �o�f� �t�h�i�n�g� �y�o�u� �w�o�u�l�d�n� t� �b�e� �f�u�c�k�i�n�g� �h�e�r� �w�h�i�l�e� �s�h�e� �i�s� �i�n� �a� �c�o�m�a�,� �w�o�u�l�d� �y�o�u�?�'�
�
 �
�
-�$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s�_�d�i�e�d� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �<�i�>�r�e�a�l�l�y�<�/�i�>� �n�o�t� �w�e�l�l�;� �i�n�j�u�r�e�d�,� �u�n�c�o�n�s�c�i�o�u�s� �a�n�d� �p�o�s�s�i�b�l�y� �i�n� �a� �c�o�m�a�.�<�b�r�>�N�o�t� �r�e�a�l�l�y� �y�o�u�r� �p�r�o�b�l�e�m�,� �i�s� �i�t�?� �S�o� �y�o�u� �f�u�c�k� �h�e�r� �l�i�m�p� �b�o�d�y� �a�n�y�w�a�y�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �t�h�e� �a�d�d�e�d� �s�t�r�e�s�s� �s�e�n�d�s� �h�e�r� �b�o�d�y� �i�n�t�o� �a� �s�e�i�z�u�r�e� �a�n�d� �s�h�e� �d�i�e�s�&  �o�o�p�s�.�<�b�r�>�'� �+� �_�
�
+�$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s�_�d�i�e�d� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �<�i�>�r�e�a�l�l�y�<�/�i�>� �n�o�t� �w�e�l�l�;� �i�n�j�u�r�e�d�,� �u�n�c�o�n�s�c�i�o�u�s� �a�n�d� �p�o�s�s�i�b�l�y� �i�n� �a� �c�o�m�a�.� �N�o�t� �r�e�a�l�l�y� �y�o�u�r� �p�r�o�b�l�e�m�,� �i�s� �i�t�?� �S�o� �y�o�u� �f�u�c�k� �h�e�r� �l�i�m�p� �b�o�d�y� �a�n�y�w�a�y�.� �U�n�f�o�r�t�u�n�a�t�e�l�y�,� �t�h�e� �a�d�d�e�d� �s�t�r�e�s�s� �s�e�n�d�s� �h�e�r� �b�o�d�y� �i�n�t�o� �a� �s�e�i�z�u�r�e� �a�n�d� �s�h�e� �d�i�e�s�&  �o�o�p�s�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�N�o� �m�a�t�t�e�r�;� �i�f� �y�o�u� �p�u�t� �t�h�e� �b�o�d�y� �o�u�t� �o�n� �t�h�e� �s�i�d�e�w�a�l�k� �w�i�t�h� �t�h�e� �t�r�a�s�h� �s�o�m�e�o�n�e� �w�i�l�l� �u�s�e� �t�h�e� �m�e�a�t�.�'�
�
 �
�
 �$�r�a�p�e�_�u�n�c�o�n�s�c�i�o�u�s�_�o�r�a�l� �=� �'� � �A� �s�l�a�v�e� �m�u�s�t� �<�i�>�a�l�w�a�y�s�<�/�i�>� �b�e� �r�e�a�d�y� �t�o� �s�u�c�k� �h�e�r� �m�a�s�t�e�r� s� �c�o�c�k�.� �B�e�i�n�g� �u�n�c�o�n�s�c�i�o�u�s� �i�s� �n�o� �e�x�c�u�s�e�.� �Y�o�u� �h�o�l�d� �h�e�r� �h�e�a�d� �a�n�d� �s�l�i�d�e� �y�o�u�r� �c�o�c�k� �d�o�w�n� �h�e�r�<�<�$�s�l�a�v�e�_�b�o�d�y�8�_�t�x�t�[�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �t�h�r�o�a�t�,� �f�u�c�k�i�n�g� �h�e�r� �s�k�u�l�l� �u�n�t�i�l� �y�o�u� �c�u�m�.� �S�h�e� �s�t�a�r�t�s� �c�h�o�k�i�n�g� �o�n� �t�h�e� �s�e�m�e�n�.� �Y�o�u� �t�u�r�n� �h�e�r� �o�n� �h�e�r� �s�i�d�e� �a�n�d� �l�u�c�k�i�l�y� �h�e�r� �b�o�d�y� �c�l�e�a�r�s� �h�e�r� �a�i�r�w�a�y�.�'�
�
@@ -46729,15 +47867,15 @@
 �	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�7�]� �=� �'� � �[�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�]�<�b�r�>�-� �B�u�t�,� �h�o�w� �d�i�d� �y�o�u� �f�i�n�d� �m�e�?� �A�n�d� �w�h�e�n� �d�i�d� �y�o�u� �r�u�n� �a�w�a�y�?�'�
�
 �	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�8�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �I� �d�o�n� t� �k�n�o�w�&  �I� �l�e�f�t�,� �a� �w�e�e�k� �a�f�t�e�r� �y�o�u� �d�i�d�.� �I� �r�e�m�e�m�b�e�r�e�d� �a� �l�i�t�t�l�e� �o�f� �w�h�a�t� �y�o�u� �h�a�d� �t�o�l�d� �m�e�,� �a�n�d� �I� �r�e�a�d� �y�o�u�r� �b�o�o�k�s� �a�f�t�e�r� �y�o�u� �l�e�f�t�,� �s�o� �I� �t�r�i�e�d�&  �B�u�t� �I� �m�e�s�s�e�d� �u�p�,� �I� �d�i�d�n� t� �g�e�t� �t�o� �R�o�m�e�.�'�
�
 �	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�9�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �T�h�e�n�,� �I� �w�a�s� �t�o�o� �t�i�r�e�d� �t�o� �t�r�y� �a�g�a�i�n�.� �S�o� �I� �t�r�i�e�d� �t�o� �f�i�n�d� �s�o�m�e�o�n�e� �t�o� �h�e�l�p� �m�e�&  �B�u�t� �t�h�e� �p�e�o�p�l�e�,� �t�h�e�y� r�e� �a�l�l� �s�o� �u�n�k�i�n�d�.� �I� �s�u�r�v�i�v�e�d� �b�y� �e�a�t�i�n�g� �w�h�a�t�e�v�e�r� �I� �c�o�u�l�d� �f�i�n�d�,� �s�t�e�a�l�i�n�g� �i�t�,� �o�r� �f�r�o�m� �t�h�e� �t�r�a�s�h�& '�
�
-�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�0�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �T�h�a�t� �w�o�r�l�d�,� �i�t� �w�a�s� �n�o�t� �n�i�c�e�&  �S�o� �I� �t�r�i�e�d� �a�g�a�i�n�,� �t�o� �g�o� �t�o� �R�o�m�e�.� �B�u�t� �i�t� �f�a�i�l�e�d�&  �T�h�e�n� �a� �w�e�e�k� �a�g�o�,� �w�h�e�n� �I� �h�a�d� �g�i�v�e�n� �u�p� �a�l�l� �h�o�p�e�,� �I� �o�v�e�r�h�e�a�r�d� �s�o�m�e�o�n�e� �t�a�l�k�i�n�g�.� �T�h�e�y� �s�a�i�d� �t�h�a�t� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �a� �y�o�u�n�g� �b�o�y�,� �h�a�d� �b�e�e�n� �m�a�d�e� �a� �p�a�t�r�i�c�i�a�n� �i�n� �R�o�m�e� �b�y� �t�h�e� �p�o�p�e�.� �I� �c�o�u�l�d�n� t� �b�e�l�i�e�v�e� �m�y� �e�a�r�s�.� �T�h�e�n� �I� �w�a�l�k�e�d� �u�p� �t�o� �t�h�e�m�,� �a�n�d�& '�
�
-�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�1�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �I� �a�s�k�e�d� �t�h�e�m�:� �"�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�?� �I�s� �t�h�a�t� �t�r�u�e�?� �H�e� s� �m�y� �b�r�o�t�h�e�r�&  �I�f� �y�o�u� �b�r�i�n�g� �m�e� �t�o� �E�t�e�r�n�a�l� �R�o�m�e�,� �I� m� �s�u�r�e� �h�e� �w�i�l�l� �r�e�w�a�r�d� �y�o�u�.�"� �B�u�t�,� �t�h�e�y� �d�i�d� �n�o�t� �b�e�l�i�e�v�e� �m�e�,� �a�n�d� �l�a�u�g�h�e�d�.� �I� �w�a�s� �d�e�f�e�a�t�e�d�.�'�
�
+�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�0�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �T�h�a�t� �w�o�r�l�d�,� �i�t� �w�a�s� �n�o�t� �n�i�c�e�&  �S�o� �I� �t�r�i�e�d� �a�g�a�i�n�,� �t�o� �g�o� �t�o� �R�o�m�e�.� �B�u�t� �i�t� �f�a�i�l�e�d�&  �T�h�e�n� �a� �w�e�e�k� �a�g�o�,� �w�h�e�n� �I� �h�a�d� �g�i�v�e�n� �u�p� �a�l�l� �h�o�p�e�,� �I� �o�v�e�r�h�e�a�r�d� �s�o�m�e�o�n�e� �t�a�l�k�i�n�g�.� �T�h�e�y� �s�a�i�d� �t�h�a�t� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �a� �y�o�u�n�g� �b�o�y�,� �h�a�d� �b�e�e�n� �m�a�d�e� �a� �p�a�t�r�i�c�i�a�n� �i�n� �R�o�m�e�.� �I� �c�o�u�l�d�n� t� �b�e�l�i�e�v�e� �m�y� �e�a�r�s�.� �T�h�e�n� �I� �w�a�l�k�e�d� �u�p� �t�o� �t�h�e�m�,� �a�n�d�& '�
�
+�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�1�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �I� �a�s�k�e�d� �t�h�e�m�:� �"�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�?� �I�s� �t�h�a�t� �t�r�u�e�?� �H�e� s� �m�y� �b�r�o�t�h�e�r�!� �I�f� �y�o�u� �b�r�i�n�g� �m�e� �t�o� �E�t�e�r�n�a�l� �R�o�m�e�,� �I� m� �s�u�r�e� �h�e� �w�i�l�l� �r�e�w�a�r�d� �y�o�u�.�"� �B�u�t�,� �t�h�e�y� �d�i�d� �n�o�t� �b�e�l�i�e�v�e� �m�e�,� �a�n�d� �l�a�u�g�h�e�d�.� �I� �w�a�s� �d�e�f�e�a�t�e�d�.�'�
�
 �	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�2�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �T�h�e�n� �a� �h�a�n�d� �w�a�s� �p�u�t� �o�n� �m�y� �s�h�o�u�l�d�e�r�,� �a� �m�a�n� s� �h�a�n�d�.� �I� �w�a�s� �s�c�a�r�e�d�&  �B�u�t�,� �i�t� �t�u�r�n�e�d� �o�u�t�,� �h�e� �w�a�s� �a� �n�i�c�e� �m�a�n�.� �H�e� �t�o�l�d� �m�e� �h�e� �w�a�s� �f�r�o�m� �R�o�m�e�,� �a�n�d� �k�n�e�w� �y�o�u�& '�
�
 �	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�3�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �H�e� �a�s�k�e�d� �m�e� �a� �f�e�w� �q�u�e�s�t�i�o�n�s�,� �a�n�d� �I� �g�u�e�s�s� �I� �c�o�n�v�i�n�c�e�d� �h�i�m�.� �H�e� �g�a�v�e� �m�e� �s�o�m�e� �f�o�o�d�,� �a�n�d� �t�h�e�n� �t�o�o�k� �m�e� �w�i�t�h� �h�i�m� �t�h�r�o�u�g�h� �t�h�e� �F�o�g�s�,� �a�n�d� �b�r�o�u�g�h�t� �m�e� �h�e�r�e�,� �t�o� �t�h�e� �V�a�t�i�c�a�n�,� �w�h�e�r�e� �J�o�h�a�n�n�a� �t�o�o�k� �c�a�r�e� �o�f� �m�e�.�'�
�
 �	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�4�]� �=� �'� � �[�J�U�L�I�A�]�<�b�r�>�-� �I� �a�m� �s�o� �h�a�p�p�y� �t�o� �h�a�v�e� �f�i�n�a�l�l�y� �f�o�u�n�d� �y�o�u�,� �a�n�d� �t�o� �h�a�v�e� �f�o�o�d�,� �a�n�d� �w�a�r�m�t�h�&  �D�o�n� t� �l�e�a�v�e� �m�e� �a�g�a�i�n�,� �b�r�o�t�h�e�r�!�'�
�
-�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�5�]� �=� �'� � �[�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �w�o�n� t� �l�e�a�v�e� �y�o�u�,� �e�v�e�r� �a�g�a�i�n�.� �G�o� �g�e�t� �y�o�u�r� �t�h�i�n�g�s�,� �I� m� �t�a�k�i�n�g� �y�o�u� �h�o�m�e� �w�i�t�h� �m�e�.� �I� l�l� �b�e� �o�u�t�s�i�d�e�.� �I� �n�e�e�d� �t�o� �t�a�l�k� �t�o� �J�o�h�a�n�n�a�.�'�
�
-�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�6�]� �=� �'� � �[�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�h�e� �i�s� �m�y� �s�i�s�t�e�r�.� �D�o� �y�o�u� �k�n�o�w� �w�h�o� �b�r�o�u�g�h�t� �h�e�r� �h�e�r�e�,� �a�n�d� �d�i�d� �s�h�e� �t�e�l�l� �y�o�u� �a�n�y�t�h�i�n�g� �a�b�o�u�t� �w�h�a�t� �h�a�p�p�e�n�e�d� �t�o� �h�e�r�&  �W�a�s� �s�h�e� �r�a�p�e�d�?�'�
�
-�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�7�]� �=� �'� � �[�J�O�H�A�N�N�A�]�<�b�r�>�-� �S�h�e� �h�a�s� �n�o�t� �s�a�i�d� �a�n�y�t�h�i�n�g�.� �I� �d�o� �n�o�t� �b�e�l�i�e�v�e� �s�o�.� �S�h�e� �w�a�s� �b�r�o�u�g�h�t� �t�o� �u�s� �b�y� �M�a�n�h�u�n�t�e�r�.� �T�h�e� �w�o�r�l�d� �s�h�e� �w�a�s� �f�o�u�n�d� �i�n� �i�s� �k�n�o�w�n� �f�o�r� �i�t�s� �h�i�g�h� �q�u�a�l�i�t�y� �m�i�n�e�r�a�l�s�,� �a�n�d� �b�y� �c�h�a�n�c�e� �h�e� �w�a�s� �t�h�e�r�e� �t�h�a�t� �d�a�y�.� �S�h�e� �w�a�s� �f�o�r�t�u�n�a�t�e�,� �v�e�r�y� �f�o�r�t�u�n�a�t�e� �t�o� �h�a�v�e� �b�e�e�n� �f�o�u�n�d� �w�h�e�n� �s�h�e� �w�a�s�.� �I�f� �s�h�e� �h�a�d� �n�o�t� �h�e�a�r�d� �a�b�o�u�t� �y�o�u�r� �n�e�w� �s�t�a�t�u�s�,� �s�h�e� �w�o�u�l�d� �s�u�r�e�l�y� �h�a�v�e� �d�i�e�d�.� �N�o�w�,� �t�a�k�e� �h�e�r� �w�i�t�h� �y�o�u�,� �a�n�d� �r�e�m�e�m�b�e�r� �y�o�u�r� �a�l�l�e�g�i�a�n�c�e�.�'�
�
-�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�8�]� �=� �'�Y�o�u� �t�a�k�e� �h�e�r� �b�e�l�o�n�g�i�n�g�s�,� �w�h�i�c�h� �f�i�t� �i�n�t�o� �a� �t�i�n�y� �b�a�g�,� �a�n�d� �t�a�k�e� �h�e�r� �h�o�m�e� �w�i�t�h� �y�o�u�.� �Y�o�u� �m�u�s�t� �g�o� �a�n�d� �t�h�a�n�k� �M�a�n�h�u�n�t�e�r� �s�o�o�n� �f�o�r� �d�e�l�i�v�e�r�i�n�g� �h�e�r� �t�o� �y�o�u� �s�a�f�e�l�y�.�'�
�
+�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�5�]� �=� �'� � �[�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �w�o�n� t� �l�e�a�v�e� �y�o�u�.� �G�o� �g�e�t� �y�o�u�r� �t�h�i�n�g�s�,� �I� m� �t�a�k�i�n�g� �y�o�u� �h�o�m�e� �w�i�t�h� �m�e�.� �I� l�l� �b�e� �o�u�t�s�i�d�e�.� �I� �n�e�e�d� �t�o� �t�a�l�k� �t�o� �J�o�h�a�n�n�a�.�'�
�
+�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�6�]� �=� �'� � �[�<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�]�<�b�r�>�-� �J�o�h�a�n�n�a�,� �t�h�a�n�k� �y�o�u� �f�o�r� �h�e�l�p�i�n�g� �h�e�r�.� �D�o� �y�o�u� �k�n�o�w� �w�h�o� �b�r�o�u�g�h�t� �h�e�r� �h�e�r�e�,� �a�n�d� �h�e�r� �c�o�n�d�i�t�i�o�n� �w�h�e�n� �s�h�e� �a�r�r�i�v�e�d�?�'�
�
+�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�7�]� �=� �'� � �[�J�O�H�A�N�N�A�]�<�b�r�>�-� �S�h�e� �w�a�s� �b�r�o�u�g�h�t� �t�o� �u�s� �b�y� �M�a�n�h�u�n�t�e�r�.� �S�h�e� �w�a�s� �s�t�a�r�v�e�d� �a�n�d� �d�i�r�t�y� �a�n�d� �a� �b�i�t� �w�i�l�d�,� �b�u�t� �s�h�e� �w�a�s� �s�t�i�l�l� �u�n�t�o�u�c�h�e�d� �b�y� �m�a�n�.� �T�h�e� �w�o�r�l�d� �s�h�e� �w�a�s� �f�o�u�n�d� �i�n� �i�s� �k�n�o�w�n� �f�o�r� �i�t�s� �h�i�g�h� �q�u�a�l�i�t�y� �m�i�n�e�r�a�l�s�,� �a�n�d� �b�y� �c�h�a�n�c�e� �h�e� �w�a�s� �t�h�e�r�e� �t�h�a�t� �d�a�y�.� �S�h�e� �w�a�s� �f�o�r�t�u�n�a�t�e�,� �v�e�r�y� �f�o�r�t�u�n�a�t�e�.� �I�f� �s�h�e� �h�a�d� �n�o�t� �h�e�a�r�d� �a�b�o�u�t� �y�o�u�r� �n�e�w� �s�t�a�t�u�s� �a�n�d� �s�p�o�k�e� �u�p� �a�t� �j�u�s�t� �t�h�e� �r�i�g�h�t� �m�o�m�e�n�t�,� �s�h�e� �w�o�u�l�d� �s�u�r�e�l�y� �h�a�v�e� �s�u�f�f�e�r�e�d� �a� �t�r�a�g�i�c� �f�a�t�e�.� �N�o�w�,� �t�a�k�e� �h�e�r� �w�i�t�h� �y�o�u�,� �a�n�d� �r�e�m�e�m�b�e�r� �o�u�r� �g�e�n�e�r�o�s�i�t�y�.�'�
�
+�	�$�j�u�l�i�a�_�m�e�e�t�i�n�g�[�1�8�]� �=� �'�S�t�e�p�p�i�n�g� �a�w�a�y� �f�r�o�m� �J�o�h�a�n�n�a� �w�i�t�h� �a� �r�e�s�p�e�c�t�f�u�l� �-� �a�n�d� �t�h�o�u�g�h�t�f�u�l� �-� �n�o�d�,� �y�o�u� �s�e�e� �J�u�l�i�a� �e�m�e�r�g�i�n�g� �f�r�o�m� �h�e�r� �r�o�o�m� �w�i�t�h� �h�e�r� �f�e�w� �b�e�l�o�n�g�i�n�g�s�,� �w�h�i�c�h� �f�i�t� �i�n�t�o� �a� �t�i�n�y� �b�a�g�.� �A�s� �y�o�u� �e�s�c�o�r�t� �h�e�r� �h�o�m�e�,� �s�h�e� �e�x�c�i�t�e�d�l�y� �t�a�k�e�s� �i�n� �t�h�e� �s�i�g�h�t�s� �-� �n�e�w� �t�o� �h�e�r�,� �f�a�m�i�l�i�a�r� �t�o� �y�o�u�.� �L�i�t�t�l�e� �d�o�e�s� �s�h�e� �r�e�a�l�i�z�e� �h�o�w� �f�a�r� �y�o�u� �h�a�v�e� �c�l�i�m�b�e�d�,� �a�n�d� �h�o�w� �m�u�c�h� �R�o�m�e� �h�a�s� �c�h�a�n�g�e�d� �y�o�u� �f�r�o�m� �t�h�e� �b�o�y� �s�h�e� �o�n�c�e� �k�n�e�w�.� �S�o�o�n� �e�n�o�u�g�h�,� �s�h�e� �w�i�l�l� �l�e�a�r�n�& '�
�
 �
�
 �	�$�c�s�e�l�l�_�t�u�t�o� �=� �'�_�_�_�_�_�<�b�r�>�Y�o�u� �a�r�e� �i�n� �t�h�e� �c�o�w�s�h�e�d� �o�f� �t�h�e� �p�u�b�l�i�c� �f�a�r�m�.� �C�o�w�s� �w�h�i�c�h� �a�r�e� �t�o� �b�e� �s�o�l�d� �a�r�e� �t�a�k�e�n� �h�e�r�e� �f�o�r� �e�v�a�l�u�a�t�i�o�n�.�<�b�r�>�'� �+� �_�
�
 �	�'�<�b�r�>�E�l�e�m�e�n�t�s� �a�p�p�e�a�r�i�n�g� �i�n� �<�b�>�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�/�b�>�d�a�r�k� �b�l�u�e�<�/�f�o�n�t�>� �c�a�n� �i�n�f�l�u�e�n�c�e� �a� �l�o�t� �t�h�e� �f�i�n�a�l� �p�r�i�c�e� �o�f� �t�h�e� �c�o�w�.�<�b�r�>�'� �+� �_�
�
@@ -47567,7 +48705,7 @@
 �i�f� �n�o�_�l�o�l�i� �!� �1�:�
�
 �	�$�s�l�a�v�e�_�v�a�g�i�n�a�4�_�t�x�t�[�1�]� �=� �'�y�o�u�r� �p�e�n�i�s� �d�e�e�p� �i�n�t�o� �h�e�r� �b�l�e�e�d�i�n�g� �v�a�g�i�n�a�'�
�
 �e�l�s�e�i�f� �s�e�x�[�'�g�i�r�l�_�b�o�o�b�s�'�]� �<� �1�:�
�
-�	�$�s�l�a�v�e�_�v�a�g�i�n�a�4�_�t�x�t�[�1�]� �=� �'�m�o�r�e� �t�h�a�n� �h�a�l�f� �y�o�u�r� �r�a�g�i�n�g� �h�a�r�d�-�o�n� �i�n�t�o� �h�e�r� �t�i�n�y�,� �p�r�e�-�p�u�b�e�s�c�e�n�t� �p�e�e�-�p�e�e�'�
�
+�	�$�s�l�a�v�e�_�v�a�g�i�n�a�4�_�t�x�t�[�1�]� �=� �'�m�o�r�e� �t�h�a�n� �h�a�l�f� �y�o�u�r� �r�a�g�i�n�g� �h�a�r�d�-�o�n� �i�n�t�o� �h�e�r� �t�i�n�y�,� �p�r�e�p�u�b�e�s�c�e�n�t� �p�e�e�-�p�e�e�'�
�
 �e�l�s�e�
�
 �	�$�s�l�a�v�e�_�v�a�g�i�n�a�4�_�t�x�t�[�1�]� �=� �'�a�l�m�o�s�t� �t�h�e� �e�n�t�i�r�e� �l�e�n�g�t�h� �o�f� �y�o�u�r� �r�a�g�i�n�g� �h�a�r�d�-�o�n� �i�n�t�o� �h�e�r� �s�m�a�l�l�,� �p�u�b�e�s�c�e�n�t� �p�u�s�s�y�'�
�
 �e�n�d�
�
@@ -47896,9 +49034,9 @@
 �	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�5�]� �=� �'� �p�u�d�g�y�,� �y�o�u�n�g�'�
�
 �	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�4�]� �=� �'� �c�h�u�b�b�y�,� �y�o�u�n�g�'�
�
 �	�i�f� �s�l�a�v�e�[�'�b�o�o�b�s�'�]� �<� �1�:�
�
-�	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�3�]� �=� �'� �p�r�e�-�p�u�b�e�s�c�e�n�t�'�
�
+�	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�3�]� �=� �'� �p�r�e�p�u�b�e�s�c�e�n�t�'�
�
 �	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�2�]� �=� �'� �a�d�o�r�a�b�l�e�,� �l�i�t�t�l�e�'�
�
-�	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�1�]� �=� �'� �a�n�g�e�l�i�c�,� �p�r�e�-�p�u�b�e�s�c�e�n�t�'�
�
+�	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�1�]� �=� �'� �a�n�g�e�l�i�c�,� �p�r�e�p�u�b�e�s�c�e�n�t�'�
�
 �	�e�l�s�e�
�
 �	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�3�]� �=� �'� �p�u�b�e�s�c�e�n�t�'�
�
 �	�	�$�s�l�a�v�e�_�f�a�t�_�t�x�t�[�2�]� �=� �'� �a�d�o�r�a�b�l�e�,� �b�u�d�d�i�n�g�'�
�
@@ -47918,9 +49056,9 @@
 �	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�5�]� �=� �'� �p�u�d�g�y�,� �y�o�u�n�g�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�4�]� �=� �'� �c�h�u�b�b�y�,� �y�o�u�n�g�'�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�b�o�o�b�s�'�]� �<� �1�:�
�
-�	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�3�]� �=� �'� �p�r�e�-�p�u�b�e�s�c�e�n�t�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�3�]� �=� �'� �p�r�e�p�u�b�e�s�c�e�n�t�'�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�2�]� �=� �'� �a�d�o�r�a�b�l�e�,� �l�i�t�t�l�e�'�
�
-�	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�1�]� �=� �'� �a�n�g�e�l�i�c�,� �p�r�e�-�p�u�b�e�s�c�e�n�t�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�1�]� �=� �'� �a�n�g�e�l�i�c�,� �p�r�e�p�u�b�e�s�c�e�n�t�'�
�
 �	�e�l�s�e�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�3�]� �=� �'� �p�u�b�e�s�c�e�n�t�'�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�f�a�t�_�t�x�t�[�2�]� �=� �'� �a�d�o�r�a�b�l�e�,� �b�u�d�d�i�n�g�'�
�
@@ -47940,9 +49078,9 @@
 �	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�5�]� �=� �'�p�u�d�g�y�,� �y�o�u�n�g�'�
�
 �	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�4�]� �=� �'�c�h�u�b�b�y�,� �y�o�u�n�g�'�
�
 �	�i�f� �s�t�o�c�k�[�'�b�o�o�b�s�'�]� �<� �1�:�
�
-�	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�3�]� �=� �'�p�r�e�-�p�u�b�e�s�c�e�n�t�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�3�]� �=� �'�p�r�e�p�u�b�e�s�c�e�n�t�'�
�
 �	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�2�]� �=� �'�a�d�o�r�a�b�l�e�,� �l�i�t�t�l�e�'�
�
-�	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�1�]� �=� �'�a�n�g�e�l�i�c�,� �p�r�e�-�p�u�b�e�s�c�e�n�t�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�1�]� �=� �'�a�n�g�e�l�i�c�,� �p�r�e�p�u�b�e�s�c�e�n�t�'�
�
 �	�e�l�s�e�
�
 �	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�3�]� �=� �'�b�a�r�e�l�y� �p�u�b�e�s�c�e�n�t�'�
�
 �	�	�$�s�t�o�c�k�_�b�o�d�y�_�t�x�t�[�2�]� �=� �'�a�d�o�r�a�b�l�e�,� �b�u�d�d�i�n�g�'�
�
@@ -48038,11 +49176,10 @@
 �	�$�a�s�s�i�s�t�a�n�t�_�t�e�a�c�h�_�t�x�t� �=� �'�S�h�e� �i�s�n� t� �v�e�r�y� �b�r�i�g�h�t� �s�o� �y�o�u� �c�a�r�e�f�u�l�l�y� �e�x�p�l�a�i�n�'�
�
 �e�n�d�
�
 �
�
-�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �b�o�o�b�i�e�s�'�
�
 �i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�0�]� �=� �'�p�r�e�p�u�b�e�s�c�e�n�t� �c�h�e�s�t�'�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�'�
�
-�	�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�2�]� �=� �'�r�e�m�a�r�k�a�b�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�2�]� �=� �'�r�e�m�a�r�k�a�b�l�y� �l�a�r�g�e� �b�r�e�a�s�t�s�'�
�
 �e�l�s�e�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�0�]� �=� �'�f�l�a�t� �c�h�e�s�t�'�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�1�]� �=� �'�s�m�a�l�l� �b�r�e�a�s�t�s�'�
�
@@ -48059,9 +49196,20 @@
 �e�n�d�
�
 �
�
 �$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�0�]� �=� �'�f�l�a�t� �c�h�e�s�t�'�
�
-�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
-�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �s�p�r�o�u�t�i�n�g� �b�o�o�b�i�e�s�'�
�
-�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�b�i�g�,� �p�e�r�k�y� �b�r�e�a�s�t�s�'�
�
+�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
+�	�i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�0�]� �=� �'�p�r�e�p�u�b�e�s�c�e�n�t� �c�h�e�s�t�'�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�'�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�b�i�g�,� �p�e�r�k�y� �b�r�e�a�s�t�s�'�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�3�]� �=� �'�p�r�e�c�o�c�i�o�u�s�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�e�l�s�e�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �t�i�t�t�i�e�s�'�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�r�e�m�a�r�k�a�b�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�3�]� �=� �'�e�n�o�r�m�o�u�s�,� �w�o�m�a�n�l�y� �b�r�e�a�s�t�s�'�
�
+�	�e�n�d�
�
+�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�4�]� �=� �'�i�n�c�r�e�d�i�b�l�y� �l�a�r�g�e� �b�r�e�a�s�t�s�'�
�
+�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�5�]� �=� �'�g�i�g�a�n�t�i�c�,� �j�u�t�t�i�n�g� �u�d�d�e�r�s�'�
�
+�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�6�]� �=� �'�m�o�u�n�t�a�i�n�o�u�s� �b�r�e�a�s�t�s�'�
�
 �e�l�s�e�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �!� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]� �o�r� �s�l�a�v�e�[�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�]� �=� �1�:�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �t�i�t�t�i�e�s�'�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�f�i�r�m� �b�r�e�a�s�t�s�'�
�
@@ -48078,11 +49226,10 @@
 �	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�6�]� �=� �'�t�i�t�a�n�i�c�,� �h�a�n�g�i�n�g� �s�a�c�k�s� �o�f� �b�r�e�a�s�t�-�m�e�a�t�'�
�
 �e�n�d�
�
 �
�
-�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �b�o�o�b�i�e�s�'�
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�0�]� �=� �'�p�r�e�p�u�b�e�s�c�e�n�t� �c�h�e�s�t�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�'�
�
-�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�2�]� �=� �'�b�r�e�a�s�t�s�,� �r�e�m�a�r�k�a�b�l�y� �l�a�r�g�e� �o�n� �s�u�c�h� �a� �y�o�u�n�g� �g�i�r�l�,�'�
�
+�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�2�]� �=� �'�r�e�m�a�r�k�a�b�l�y� �l�a�r�g�e� �b�r�e�a�s�t�s�'�
�
 �e�l�s�e�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�0�]� �=� �'�f�l�a�t� �c�h�e�s�t�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�1�]� �=� �'�s�m�a�l�l� �b�r�e�a�s�t�s�'�
�
@@ -48099,9 +49246,20 @@
 �e�n�d�
�
 �
�
 �$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�0�]� �=� �'�f�l�a�t� �c�h�e�s�t�'�
�
-�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
-�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �s�p�r�o�u�t�i�n�g� �b�o�o�b�i�e�s�'�
�
-�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�b�i�g�,� �p�e�r�k�y� �b�r�e�a�s�t�s�'�
�
+�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
+�	�i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�0�]� �=� �'�p�r�e�p�u�b�e�s�c�e�n�t� �c�h�e�s�t�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�b�i�g�,� �p�e�r�k�y� �b�r�e�a�s�t�s�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�3�]� �=� �'�p�r�e�c�o�c�i�o�u�s�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�e�l�s�e�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �t�i�t�t�i�e�s�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�r�e�m�a�r�k�a�b�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�3�]� �=� �'�e�n�o�r�m�o�u�s�,� �w�o�m�a�n�l�y� �b�r�e�a�s�t�s�'�
�
+�	�e�n�d�
�
+�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�4�]� �=� �'�i�n�c�r�e�d�i�b�l�y� �l�a�r�g�e� �b�r�e�a�s�t�s�'�
�
+�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�5�]� �=� �'�g�i�g�a�n�t�i�c�,� �j�u�t�t�i�n�g� �u�d�d�e�r�s�'�
�
+�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�6�]� �=� �'�m�o�u�n�t�a�i�n�o�u�s� �b�r�e�a�s�t�s�'�
�
 �e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �!� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]� �o�r� �a�s�s�i�s�t�a�n�t�[�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�]� �=� �1�:�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �t�i�t�t�i�e�s�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�f�i�r�m� �b�r�e�a�s�t�s�'�
�
@@ -48119,9 +49277,20 @@
 �e�n�d�
�
 �
�
 �$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�0�]� �=� �'�f�l�a�t� �c�h�e�s�t�'�
�
-�i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
-�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �s�p�r�o�u�t�i�n�g� �b�o�o�b�i�e�s�'�
�
-�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�b�i�g�,� �p�e�r�k�y� �b�r�e�a�s�t�s�'�
�
+�i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
+�	�i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�0�]� �=� �'�p�r�e�p�u�b�e�s�c�e�n�t� �c�h�e�s�t�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e�,� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�b�i�g�,� �p�e�r�k�y� �b�r�e�a�s�t�s�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�3�]� �=� �'�p�r�e�c�o�c�i�o�u�s�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�e�l�s�e�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �t�i�t�t�i�e�s�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�r�e�m�a�r�k�a�b�l�y� �d�e�v�e�l�o�p�e�d� �c�h�e�s�t�'�
�
+�	�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�3�]� �=� �'�e�n�o�r�m�o�u�s�,� �w�o�m�a�n�l�y� �b�r�e�a�s�t�s�'�
�
+�	�e�n�d�
�
+�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�4�]� �=� �'�i�n�c�r�e�d�i�b�l�y� �l�a�r�g�e� �b�r�e�a�s�t�s�'�
�
+�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�5�]� �=� �'�g�i�g�a�n�t�i�c�,� �j�u�t�t�i�n�g� �u�d�d�e�r�s�'�
�
+�	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�6�]� �=� �'�m�o�u�n�t�a�i�n�o�u�s� �b�r�e�a�s�t�s�'�
�
 �e�l�s�e�i�f� �s�t�o�c�k�[�'�a�g�e�'�]� �!� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]� �o�r� �s�t�o�c�k�[�'�b�r�e�a�s�t�_�e�n�h�a�n�c�e�d�'�]� �=� �1�:�
�
 �	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�1�]� �=� �'�l�i�t�t�l�e� �t�i�t�t�i�e�s�'�
�
 �	�$�s�t�o�c�k�_�b�o�o�b�s�2�_�t�x�t�[�2�]� �=� �'�f�i�r�m� �b�r�e�a�s�t�s�'�
�
@@ -48194,7 +49363,7 @@
 �	�$�b�o�o�b�s�_�m�i�l�k�2�_�t�x�t� �=� �'�m�i�l�k�-�d�i�s�t�e�n�d�e�d� �u�d�d�e�r�s�'�
�
 �	�$�b�o�o�b�s�_�m�i�l�k�2�4�_�t�x�t� �=� �'� �m�i�l�k�-�s�w�o�l�l�e�n� �u�d�d�e�r�s�'�
�
 �	�$�b�o�o�b�s�_�m�i�l�k�2�5�_�t�x�t� �=� �'� �m�i�l�k�-�s�w�o�l�l�e�n� �u�d�d�e�r�s�'�
�
-�	�$�b�o�o�b�s�_�m�i�l�k�x�2�3�_�t�x�t� �=� �'� �l�o�w�-�h�a�n�g�i�n�g� �b�u�t� �f�u�l�l�'�
�
+�	�$�b�o�o�b�s�_�m�i�l�k�x�2�3�_�t�x�t� �=� �'�l�o�w�-�h�a�n�g�i�n�g� �b�u�t� �f�u�l�l�'�
�
 �e�l�s�e�
�
 �	�$�b�o�o�b�s�_�m�i�l�k�0�_�t�x�t� �=� �'�b�r�e�a�s�t�s�'�
�
 �	�$�b�o�o�b�s�_�m�i�l�k�0�4�_�t�x�t� �=� �'�,� �r�o�u�n�d� �t�i�t�s�'�
�
@@ -48202,7 +49371,7 @@
 �	�$�b�o�o�b�s�_�m�i�l�k�2�_�t�x�t� �=� �'�e�m�p�t�y� �b�r�e�a�s�t�-�s�a�c�k�s�'�
�
 �	�$�b�o�o�b�s�_�m�i�l�k�2�4�_�t�x�t� �=� �'� �m�a�r�s�h�m�a�l�l�o�w�y� �t�i�t�s�'�
�
 �	�$�b�o�o�b�s�_�m�i�l�k�2�5�_�t�x�t� �=� �'� �m�o�t�h�e�r�l�y� �b�r�e�a�s�t�s�'�
�
-�	�$�b�o�o�b�s�_�m�i�l�k�x�2�3�_�t�x�t� �=� �'� �s�o�f�t� �a�n�d� �l�o�w�-�h�a�n�g�i�n�g�'�
�
+�	�$�b�o�o�b�s�_�m�i�l�k�x�2�3�_�t�x�t� �=� �'�s�o�f�t� �a�n�d� �l�o�w�-�h�a�n�g�i�n�g�'�
�
 �e�n�d�
�
 �
�
 �$�s�l�a�v�e�_�b�o�o�b�s�1�[�0�]� �=� �'�f�l�a�t� �c�h�e�s�t�e�d�'�
�
@@ -48266,15 +49435,15 @@
 �$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�3�]� �=� �'�l�a�r�g�e�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�4�]� �=� �'�g�i�a�n�t�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�5�]� �=� �'�t�i�t�a�n�i�c�'�
�
-�$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�6�]� �=� �'�m�o�n�s�t�e�r�o�u�s�'�
�
+�$�b�o�o�b�s�_�s�i�z�e�1�_�t�x�t�[�6�]� �=� �'�m�o�n�s�t�r�o�u�s�'�
�
 �
�
-�$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�0�]� �=� �'�n�o�n�-�e�x�i�s�t�a�n�t�'�
�
+�$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�0�]� �=� �'�n�o�n�-�e�x�i�s�t�e�n�t�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�1�]� �=� �'�t�i�n�y�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�2�]� �=� �'�p�o�o�r�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�3�]� �=� �'�p�o�o�r�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�4�]� �=� �'�h�u�g�e�'�
�
 �$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�5�]� �=� �'�e�n�o�r�m�o�u�s�'�
�
-�$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�6�]� �=� �'�m�o�n�s�t�e�r�o�u�s�'�
�
+�$�b�o�o�b�s�_�s�i�z�e�2�_�t�x�t�[�6�]� �=� �'�m�o�n�s�t�r�o�u�s�'�
�
 �
�
 �
�
 �
�
@@ -48288,7 +49457,7 @@
 �
�
 �
�
 �i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
-�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�m�o�v�e�[�0�]� �=� �'�H�e�r� �p�r�e�-�p�u�b�e�s�c�e�n�t� �b�o�d�y� �i�s� �s�o� �s�m�a�l�l� �c�o�m�p�a�r�e�d� �t�o� �y�o�u�r� �c�o�c�k� �t�h�a�t� �s�h�e� �c�a�n� �o�n�l�y� �f�u�c�k� �t�h�e� �t�o�p� �h�a�l�f�.� �H�e�r�'�
�
+�	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�m�o�v�e�[�0�]� �=� �'�H�e�r� �p�r�e�p�u�b�e�s�c�e�n�t� �b�o�d�y� �i�s� �s�o� �s�m�a�l�l� �c�o�m�p�a�r�e�d� �t�o� �y�o�u�r� �c�o�c�k� �t�h�a�t� �s�h�e� �c�a�n� �o�n�l�y� �f�u�c�k� �t�h�e� �t�o�p� �h�a�l�f�.� �H�e�r�'�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�m�o�v�e�[�1�]� �=� �'�H�e�r� �d�e�v�e�l�o�p�i�n�g� �b�o�d�y� �i�s� �s�t�i�l�l� �s�o� �s�m�a�l�l� �s�h�e� �i�s� �c�a�r�e�f�u�l� �n�o�t� �t�o� �g�o� �t�o�o� �d�e�e�p�.� �H�e�r�'�
�
 �	�$�s�l�a�v�e�_�b�o�o�b�s�2�_�m�o�v�e�[�2�]� �=� �'�H�e�r� �d�e�v�e�l�o�p�i�n�g� �b�o�d�y� �i�s� �s�t�i�l�l� �s�o� �s�m�a�l�l� �s�h�e� �i�s� �c�a�r�e�f�u�l� �n�o�t� �t�o� �g�o� �t�o�o� �d�e�e�p�.� �H�e�r�'�
�
 �e�l�s�e�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:�
�
@@ -48311,7 +49480,7 @@
 �
�
 �
�
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�l�o�l�i� �=� �2�:�
�
-�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�m�o�v�e�[�0�]� �=� �'�H�e�r� �p�r�e�-�p�u�b�e�s�c�e�n�t� �b�o�d�y� �i�s� �s�o� �s�m�a�l�l� �c�o�m�p�a�r�e�d� �t�o� �y�o�u�r� �c�o�c�k� �t�h�a�t� �s�h�e� �c�a�n� �o�n�l�y� �f�u�c�k� �t�h�e� �t�o�p� �h�a�l�f�.� �H�e�r�'�
�
+�	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�m�o�v�e�[�0�]� �=� �'�H�e�r� �p�r�e�p�u�b�e�s�c�e�n�t� �b�o�d�y� �i�s� �s�o� �s�m�a�l�l� �c�o�m�p�a�r�e�d� �t�o� �y�o�u�r� �c�o�c�k� �t�h�a�t� �s�h�e� �c�a�n� �o�n�l�y� �f�u�c�k� �t�h�e� �t�o�p� �h�a�l�f�.� �H�e�r�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�m�o�v�e�[�1�]� �=� �'�H�e�r� �d�e�v�e�l�o�p�i�n�g� �b�o�d�y� �i�s� �s�t�i�l�l� �s�o� �s�m�a�l�l� �s�h�e� �i�s� �c�a�r�e�f�u�l� �n�o�t� �t�o� �g�o� �t�o�o� �d�e�e�p�.� �H�e�r�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�2�_�m�o�v�e�[�2�]� �=� �'�H�e�r� �d�e�v�e�l�o�p�i�n�g� �b�o�d�y� �i�s� �s�t�i�l�l� �s�o� �s�m�a�l�l� �s�h�e� �i�s� �c�a�r�e�f�u�l� �n�o�t� �t�o� �g�o� �t�o�o� �d�e�e�p�.� �H�e�r�'�
�
 �e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:�
�
@@ -48592,21 +49761,26 @@
 �i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]� �a�n�d� �n�o�_�m�i�l�f� �=� �0�:�
�
 �	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�1� �=� �'�a�n� �o�l�d�,� �d�y�k�e� �w�h�o�r�e� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�'�
�
 �	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �p�e�n�d�u�l�o�u�s� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �o�l�d�'�
�
+�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�5� �=� �'�m�i�l�f�'�
�
 �e�l�s�e�i�f� �n�o�_�l�o�l�i� �!� �2�:�
�
 �	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�m�i�l�f� �=� �0�:�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�1� �=� �'�a� �m�a�t�r�o�n�l�y�,� �d�y�k�e� �w�h�o�r�e� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�,� �o�l�d� �e�n�o�u�g�h� �t�o� �b�e� �y�o�u�r� �s�l�a�v�e� s� �m�o�t�h�e�r�'�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�4� �=� �'�i�s� �d�e�l�i�g�h�t�e�d� �t�o� �m�a�k�e� �l�o�v�e� �t�o� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�.� �S�h�e� �k�i�s�s�e�s� �a�n�d� �c�a�r�e�s�s�e�s� �h�e�r�,� �a�n�d� �m�a�k�e�s� �t�h�e� �g�i�r�l� �s�u�c�k� �h�e�r� �l�a�r�g�e�,� �s�o�f�t� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k� �h�e�r� �o�l�d�'�
�
+�	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�5� �=� �'�m�i�l�f�'�
�
 �	�e�l�s�e�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�1� �=� �'�a� �y�o�u�n�g� �l�e�s�b�i�a�n� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�'�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �y�o�u�r� �m�a�t�u�r�e� �s�l�a�v�e� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�e�s� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �f�i�r�m� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �y�o�u�n�g�'�
�
+�	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�5� �=� �'�y�o�u�n�g�'�
�
 �	�e�n�d�
�
 �e�l�s�e�
�
 �	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�m�i�l�f� �=� �0�:�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�1� �=� �'�a�n� �o�l�d�,� �d�y�k�e� �w�h�o�r�e� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�,� �o�l�d� �e�n�o�u�g�h� �t�o� �b�e� �y�o�u�r� �s�l�a�v�e� s� �g�r�a�n�d�m�o�t�h�e�r�'�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�4� �=� �'�m�o�l�e�s�t�s� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �m�a�k�i�n�g� �t�h�e� �l�i�t�t�l�e� �g�i�r�l� �n�u�r�s�e� �o�n� �h�e�r� �l�a�r�g�e�,� �w�i�t�h�e�r�e�d� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k� �h�e�r� �o�l�d�'�
�
+�	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�5� �=� �'�m�i�l�f�'�
�
 �	�e�l�s�e�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�1� �=� �'�a�n� �a�d�o�l�e�s�c�e�n�t� �g�i�r�l� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�,� �y�o�u�n�g� �e�n�o�u�g�h� �t�o� �b�e� �y�o�u�r� �s�l�a�v�e� s� �d�a�u�g�h�t�e�r�,� �m�a�y�b�e� �e�v�e�n� �h�e�r� �g�r�a�n�d�d�a�u�g�h�t�e�r�'�
�
 �	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �y�o�u�r� �m�a�t�u�r�e� �s�l�a�v�e� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �l�i�g�h�t�l�y�-�d�o�w�n�e�d�'�
�
+�	�	�$�s�l�a�v�e�_�l�e�s�_�t�x�t�5� �=� �'�l�o�l�i�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -48629,6 +49803,7 @@
 �	�i�f� �n�o�_�l�o�l�i� �=� �1�:�
�
 �	�	�$�l�e�s�3�_�t�x�t� �=� �'�t�w�o� �g�i�r�l�s�'�
�
 �	�	�$�l�e�s�6�_�t�x�t� �=� �'�g�i�r�l�s�'�
�
+�	�	�$�l�e�s�7�_�t�x�t� �=� �'�y�o�u�n�g�'�
�
 �	�e�l�s�e�i�f� �n�o�_�l�o�l�i� �=� �2�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
 �	�	�	�$�l�e�s�3�_�t�x�t� �=� �'�t�w�o� �l�i�t�t�l�e� �g�i�r�l�s�'�
�
@@ -48652,21 +49827,26 @@
 �i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�y�o�u�n�g�_�a�g�e�'�]� �a�n�d� �n�o�_�m�i�l�f� �=� �0�:�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�1� �=� �'�a�n� �o�l�d�,� �d�y�k�e� �w�h�o�r�e� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�'�
�
 �	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �p�e�n�d�u�l�o�u�s� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �o�l�d�'�
�
+�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�5� �=� �'�m�i�l�f�'�
�
 �e�l�s�e�i�f� �n�o�_�l�o�l�i� �!� �2�:�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�m�i�l�f� �=� �0�:�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�1� �=� �'�a� �m�a�t�r�o�n�l�y�,� �d�y�k�e� �w�h�o�r�e� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�,� �o�l�d� �e�n�o�u�g�h� �t�o� �b�e� �y�o�u�r� �a�s�s�i�s�t�a�n�t� s� �m�o�t�h�e�r�'�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�i�s� �d�e�l�i�g�h�t�e�d� �t�o� �m�a�k�e� �l�o�v�e� �t�o� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>�.� �S�h�e� �k�i�s�s�e�s� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �a�n�d� �m�a�k�e�s� �t�h�e� �g�i�r�l� �s�u�c�k� �h�e�r� �l�a�r�g�e�,� �s�o�f�t� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k� �h�e�r� �o�l�d�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�5� �=� �'�m�i�l�f�'�
�
 �	�e�l�s�e�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�1� �=� �'�a� �y�o�u�n�g� �l�e�s�b�i�a�n� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�'�
�
-�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �y�o�u�r� �m�a�t�u�r�e� �s�l�a�v�e� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �f�i�r�m� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �y�o�u�n�g�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �y�o�u�r� �m�a�t�u�r�e� �a�s�s�i�s�t�a�n�t� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �f�i�r�m� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �y�o�u�n�g�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�5� �=� �'�y�o�u�n�g�'�
�
 �	�e�n�d�
�
 �e�l�s�e�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �n�o�_�m�i�l�f� �=� �0�:�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�1� �=� �'�a�n� �o�l�d�,� �d�y�k�e� �w�h�o�r�e� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�,� �o�l�d� �e�n�o�u�g�h� �t�o� �y�o�u�r� �a�s�s�i�s�t�a�n�t� s� �g�r�a�n�d�m�o�t�h�e�r�'�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�m�o�l�e�s�t�s� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �m�a�k�i�n�g� �t�h�e� �l�i�t�t�l�e� �g�i�r�l� �n�u�r�s�e� �o�n� �h�e�r� �l�a�r�g�e�,� �w�i�t�h�e�r�e�d� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k� �h�e�r� �o�l�d�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�5� �=� �'�m�i�l�f�'�
�
 �	�e�l�s�e�
�
 �	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�1� �=� �'�a�n� �a�d�o�l�e�s�c�e�n�t� �g�i�r�l� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n�,� �y�o�u�n�g� �e�n�o�u�g�h� �t�o� �b�e� �y�o�u�r� �a�s�s�i�s�t�a�n�t� s� �d�a�u�g�h�t�e�r�,� �m�a�y�b�e� �e�v�e�n� �h�e�r� �g�r�a�n�d�d�a�u�g�h�t�e�r�'�
�
-�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �y�o�u�r� �m�a�t�u�r�e� �s�l�a�v�e� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �l�i�g�h�t�l�y�-�d�o�w�n�e�d�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�4� �=� �'�m�a�k�e�s� �y�o�u�r� �m�a�t�u�r�e� �a�s�s�i�s�t�a�n�t� �m�a�k�e� �l�o�v�e� �t�o� �h�e�r�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �h�e�r�,� �s�u�c�k�i�n�g� �h�e�r� �b�u�d�d�i�n�g� �b�r�e�a�s�t�s�,� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �l�i�g�h�t�l�y�-�d�o�w�n�e�d�'�
�
+�	�	�$�a�s�s�i�s�t�a�n�t�_�l�e�s�_�t�x�t�5� �=� �'�l�o�l�i�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -48911,7 +50091,7 @@
 �	�	�$�e�r�o�_�r�w�d�_�i�m�g�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�b�j�'�
�
 �	�	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�
�
 �	�	�$�e�r�o�_�r�w�d�_�s�n�d�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �$�b�j�_�s�o�u�n�d�[�s�l�a�v�e�[�"�a�g�e�"�]�]�
�
-�	�	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �}�
�
+�	�	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&� �$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �&� �d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �&� �k�i�l�l�v�a�r� �'�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�'� �}� �}�
�
 �	�	�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �>�=� �4�:�
�
@@ -48922,7 +50102,7 @@
 �	�	�$�e�r�o�_�r�w�d�_�i�m�g�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�a�n�g�b�a�n�g�'�
�
 �	�	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�
�
 �	�	�$�e�r�o�_�r�w�d�_�s�n�d�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �$�f�u�c�k�_�s�o�u�n�d�[�s�l�a�v�e�[�"�a�g�e�"�]�]�
�
-�	�	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �s�h�a�m�e�f�u�l� �=� �1� �}�
�
+�	�	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �s�h�a�m�e�f�u�l� �=� �1� �&� �$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �&� �d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �&� �k�i�l�l�v�a�r� �'�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�'� �}� �}�
�
 �	�	�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�[�'�s�u�b�_�f�i�s�t�i�n�g�'�]� �>�=� �4�:�
�
@@ -48978,7 +50158,7 @@
 �	�$�e�r�o�_�r�w�d�G�_�t�x�t�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�b�e�g�i�n�s� �b�y� �s�t�i�c�k�i�n�g� �<�<�$�s�l�a�v�e�_�b�o�o�b�s�5�_�t�x�t�[�p�r�i�s�o�n�e�r�[�"�b�o�o�b�s�"�]�]�>�>� �p�i�n�s� �i�n� �t�h�e� �g�i�r�l� s� �<�<�$�s�l�a�v�e�_�b�o�o�b�s�2�_�t�x�t�[�p�r�i�s�o�n�e�r�[�"�b�o�o�b�s�"�]�]�>�>�.� �T�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�p�r�i�s�o�n�e�r�[�"�a�g�e�"�]�]�>�>� �i�s� �s�o�o�n� �w�h�i�m�p�e�r�i�n�g� �i�n� �p�a�i�n�;� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� s� �f�a�c�e� �s�h�o�w�s� �c�r�u�e�l� �g�l�e�e�.� �C�l�e�a�r�l�y� �t�u�r�n�e�d� �o�n�,� �s�h�e� �m�a�k�e�s� �h�e�r� �v�i�c�t�i�m� �s�c�r�e�a�m� �b�y� �d�r�i�p�p�i�n�g� �h�o�t� �w�a�x� �<�<�$�v�u�l�v�a�4�_�t�x�t�[�p�r�i�s�o�n�e�r�[�"�a�g�e�"�]�]�>�>�!�'�
�
 �	�$�e�r�o�_�r�w�d�B�_�t�x�t�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�p�i�n�c�h�e�s� �t�h�e� �g�i�r�l� s� �n�i�p�p�l�e�s�'�
�
 �	�$�e�r�o�_�r�w�d�_�i�m�g�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�c�l�a�m�p�s�'�
�
-�	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�
�
+�	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�
�
 �	�$�e�r�o�_�r�w�d�_�s�n�d�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �$�p�a�i�n�[�p�r�i�s�o�n�e�r�[�"�a�g�e�"�]�]�
�
 �	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �i�m�p�o�t�e�n�t� �=� �1� �&� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �}�
�
 �	�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]� �+�=� �1�
�
@@ -49061,8 +50241,8 @@
 �	�$�e�r�o�_�r�w�d�2�_�t�x�t�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�e�t�s� �o�f�f� �o�n� �b�u�g�s� �a�n�d� �c�r�a�w�l�y� �t�h�i�n�g�s�'�
�
 �	�$�e�r�o�_�r�w�d�G�_�t�x�t�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�l�a�y�s� �t�h�e�r�e�,� �s�p�r�e�a�d� �w�i�d�e� �o�p�e�n�,� �s�t�a�r�i�n�g� �w�i�d�e�-�e�y�e�d� �a�t� �t�h�e� �s�t�r�u�g�g�l�i�n�g� �s�p�i�d�e�r�.� �C�l�e�a�r�l�y�,� �p�a�r�t� �o�f� �h�e�r� �i�s� �u�t�t�e�r�l�y� �c�r�e�e�p�e�d� �o�u�t� �b�y� �t�h�e� �i�d�e�a� �o�f� �h�a�v�i�n�g� �t�h�e� �t�h�i�n�g�s� �i�n�s�i�d�e� �h�e�r�,� �b�u�t� �r�a�t�h�e�r� �t�h�a�n� �b�e�g� �y�o�u� �n�o�t� �t�o�,� �h�e�r� �o�n�l�y� �w�o�r�d�s� �a�r�e�,� �"�M�a�s�t�e�r�,� �p�l�e�a�s�e� �m�a�y� �I� �t�o�u�c�h� �m�y�s�e�l�f�?�"� �Y�o�u� �n�o�d� �a�n�d� �d�r�o�p� �t�h�e� �m�o�u�s�e� �i�n�s�i�d�e� �h�e�r�& '�
�
 �	�$�e�r�o�_�r�w�d�B�_�t�x�t�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�l�a�y�s� �t�h�e�r�e�,� �s�p�r�e�a�d� �w�i�d�e� �o�p�e�n�,� �s�t�a�r�i�n�g� �a�t� �t�h�e� �s�t�r�u�g�g�l�i�n�g� �s�p�i�d�e�r�'�
�
-�	�$�e�r�o�_�r�w�d�_�i�m�g�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�v�e�r�m�i�n�p�i�t�'�
�
-�	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�
�
+�	�$�e�r�o�_�r�w�d�_�i�m�g�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�e�r�o�t�i�c�_�r�w�d�_�v�e�r�m�i�n�'�
�
+�	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�r�e�w�a�r�d�_�s�c�e�n�e�s�/�'�
�
 �	�$�e�r�o�_�r�w�d�_�s�n�d�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �$�m�o�a�n�[�s�l�a�v�e�[�"�a�g�e�"�]�]�
�
 �	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �i�m�p�o�t�e�n�t� �=� �1� �&� �v�e�r�m�i�n�b�a�s�e�d� �=� �1� �}�
�
 �	�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]� �+�=� �1�
�
@@ -49100,7 +50280,7 @@
 �	�$�e�r�o�_�r�w�d�_�i�m�g�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�s�e�d�u�c�e�'�
�
 �	�$�e�r�o�_�r�w�d�_�i�m�g�_�l�o�c�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�
�
 �	�$�e�r�o�_�r�w�d�_�s�n�d�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �$�m�o�a�n�[�s�l�a�v�e�[�"�a�g�e�"�]�]�
�
-�	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&� �$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�j�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)� �&� �k�i�l�l�v�a�r� �'�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�'� �}� �}�
�
+�	�$�e�r�o�_�r�w�d�_�i�n�t�e�r�a�c�t�i�o�n�_�f�l�a�g�s�[�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]�]� �=� �{� �e�a�s�y�_�f�o�r�_�m�a�s�t�e�r� �=� �1� �&� �$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�[�2�]� �=� �{� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�o�r�a�l�'�]� �&� �d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �&� �$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �'�s�l�a�v�e�'�,� �'�b�j�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)� �&� �k�i�l�l�v�a�r� �'�$�s�p�e�c�i�a�l�_�a�c�t�i�o�n�'� �}� �}�
�
 �	�s�l�a�v�e�[�'�e�r�o�_�r�w�d�_�c�n�t�'�]� �+�=� �1�
�
 �e�n�d�
�
 �
�
@@ -49214,7 +50394,7 @@
 �$�B5<?5@0<5=B_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�R�e�a�c�t�i�v�e�'�)� �+� �'�<�b�r�>�'�
�
 �$�B5<?5@0<5=B_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�L�i�v�e�l�y�'�)� �+� �'�<�b�r�>�'�
�
 �$�B5<?5@0<5=B_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�P�a�s�s�i�o�n�a�t�e�'�)� �+� �'�<�/�c�e�n�t�e�r�>�'�
�
-�$�B5<?5@0<5=B_�A?@02:0_�2� �=� �'� � �T�e�m�p�e�r�a�m�e�n�t�a�l� �s�l�a�v�e�s� �a�r�e� �u�n�c�o�n�t�r�o�l�l�a�b�l�e� �a�n�d� �a�r�e� �l�e�s�s� �s�u�s�c�e�p�t�i�b�l�e� �t�o� �e�d�u�c�a�t�i�o�n� �b�u�t� �t�h�e�y� �a�r�e� �p�a�s�s�i�o�n�a�t�e� �l�o�v�e�r�s� �a�n�d� �a�r�e� �m�o�r�e� �i�n�t�e�r�e�s�t�i�n�g� �f�o�r� �c�u�s�t�o�m�e�r�s�,� �a�s� �t�h�e�y� �h�a�v�e� �a� �b�r�i�g�h�t� �p�e�r�s�o�n�a�l�i�t�y�.� �C�a�l�m�s� �o�n�e�s� �a�r�e� �e�a�s�i�e�r� �t�o� �c�o�n�t�r�o�l�.�'�
�
+�$�B5<?5@0<5=B_�A?@02:0_�2� �=� �'� � �T�e�m�p�e�r�a�m�e�n�t�a�l� �s�l�a�v�e�s� �a�r�e� �u�n�c�o�n�t�r�o�l�l�a�b�l�e� �a�n�d� �a�r�e� �l�e�s�s� �s�u�s�c�e�p�t�i�b�l�e� �t�o� �e�d�u�c�a�t�i�o�n� �b�u�t� �t�h�e�y� �a�r�e� �p�a�s�s�i�o�n�a�t�e� �l�o�v�e�r�s� �a�n�d� �a�r�e� �m�o�r�e� �i�n�t�e�r�e�s�t�i�n�g� �f�o�r� �c�u�s�t�o�m�e�r�s�,� �a�s� �t�h�e�y� �h�a�v�e� �a� �b�r�i�g�h�t� �p�e�r�s�o�n�a�l�i�t�y�.� �C�a�l�m� �o�n�e�s� �a�r�e� �e�a�s�i�e�r� �t�o� �c�o�n�t�r�o�l�.�'�
�
 �$�B5<?5@0<5=B_�A>25B �=� �'� � � �[�T�E�M�P�E�R�A�M�E�N�T� �T�I�P�S�]�<�b�r�>� � � �T�e�m�p�e�r�a�m�e�n�t� �i�s� �a�n� �a�m�b�i�g�u�o�u�s� �f�e�a�t�u�r�e�.� �M�o�r�e� �e�m�o�t�i�o�n�a�l� �s�l�a�v�e�s� �a�r�e� �h�a�r�d�e�r� �t�o� �c�o�n�t�r�o�l�,� �b�u�t� �c�o�l�d� �o�n�e�s� �a�r�e� �l�e�s�s� �v�a�l�u�a�b�l�e�.� �B�y� �s�u�p�p�r�e�s�s�i�n�g� �i�n�i�t�i�a�t�i�v�e�,� �d�r�i�v�i�n�g� �h�e�r� �i�n�t�o� �d�e�p�r�e�s�s�i�o�n� �a�n�d� �s�i�l�e�n�c�i�n�g� �h�e�r� �y�o�u� �w�i�l�l� �e�v�e�n�t�u�a�l�l�y� �l�o�w�e�r� �h�e�r� �t�e�m�p�e�r�a�m�e�n�t�.� �G�e�t�t�i�n�g� �h�e�r� �t�o� �e�x�p�r�e�s�s� �h�e�r�s�e�l�f� �o�r� �i�n�t�e�r�a�c�t� �o�p�e�n�l�y� �w�i�t�h� �t�h�e� �s�l�a�v�e�r� �w�i�l�l� �o�f�t�e�n� �i�n�c�r�e�a�s�e� �t�e�m�p�e�r�a�m�e�n�t�.�'�
�
 �
�
 �$�E0@0:B5@_�A?@02:0 �=� �'�<�c�e�n�t�e�r�>�N�A�T�U�R�E�<�b�r�>�'�
�
@@ -49231,7 +50411,7 @@
 �$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�A�r�r�o�g�a�n�t�'�)� �+� �'�<�b�r�>�'�
�
 �$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�H�a�u�g�h�t�y�'�)� �+� �'�<�b�r�>�'�
�
 �$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�P�r�o�u�d�'�)� �+� �'�<�b�r�>�'�
�
-�$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�T�i�m�i�d�'�)� �+� �'�<�b�r�>�'�
�
+�$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�A�l�o�o�f�'�)� �+� �'�<�b�r�>�'�
�
 �$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�O�p�e�n�'�)� �+� �'�<�b�r�>�'�
�
 �$�3>@4K=O_�A?@02:0 �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�U�n�a�s�h�a�m�e�d�'�)� �+� �'�<�/�c�e�n�t�e�r�>�'�
�
 �$�3>@4K=O_�A?@02:0_�2� �=� �'� � �P�r�i�d�e� �p�r�e�v�e�n�t�s� �a� �s�l�a�v�e� �f�r�o�m� �b�e�i�n�g� �o�p�e�n� �a�n�d� �e�n�j�o�y�i�n�g� �s�e�x�.� �I�t� �a�l�s�o� �c�a�u�s�e�s� �h�e�r� �t�o� �r�e�s�i�s�t� �y�o�u�r� �w�i�l�l�,� �a�n�d� �r�e�f�u�s�e� �h�u�m�i�l�i�a�t�i�n�g� �o�r�d�e�r�s�.�'�
�
@@ -49250,11 +50430,11 @@
 �$�:0;>@88_�A>25B �=� �'� � � �[�C�A�L�O�R�I�E� �T�I�P�S�]�<�b�r�>�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �8�3�%�;�"�>� � � �C�a�l�o�r�i�e�s� �a�f�f�e�c�t� �p�h�y�s�i�q�u�e� �a�n�d� �e�n�d�u�r�a�n�c�e�,� �i�n�c�r�e�a�s�e� �f�r�o�m� �f�o�o�d�,� �a�n�d� �d�e�c�r�e�a�s�e� �w�h�e�n� �s�p�e�n�d�i�n�g� �e�n�e�r�g�y�.� �P�r�e�g�n�a�n�c�y�,� �e�g�g�l�a�y�i�n�g� �a�n�d� �l�a�c�t�a�t�i�o�n� �e�a�c�h� �d�e�d�u�c�t� �1�0�0� �c�a�l�o�r�i�e�s� �o�v�e�r�n�i�g�h�t�.� �W�i�t�h� �t�h�a�t� �a�c�c�o�u�n�t�e�d� �f�o�r�,� �w�e�i�g�h�t� �l�o�s�s� �<�i�>�m�i�g�h�t�<�/�i�>� �o�c�c�u�r� �i�f� �t�h�e� �d�a�y� �e�n�d�s� �w�i�t�h� �a� �d�e�f�i�c�i�t� �b�e�t�w�e�e�n� �-�1�0�0� �a�n�d� �-�5�0�0�,� �d�e�p�e�n�d�i�n�g� �o�n� �m�e�t�a�b�o�l�i�s�m�.� �E�n�d�i�n�g� �t�h�e� �d�a�y� �w�i�t�h� �n�e�g�a�t�i�v�e� �c�a�l�o�r�i�e�s� �a�f�f�e�c�t�s� �e�n�d�u�r�a�n�c�e�.� �A� �d�e�f�i�c�i�t� �b�e�l�o�w� �-�5�0�0� �c�a�u�s�e�s� �s�t�a�r�v�a�t�i�o�n�.� �I�f� �c�a�l�o�r�i�e�s� �r�e�m�a�i�n�,� �a� �p�o�r�t�i�o�n� �i�s� �c�o�n�s�u�m�e�d� �b�y� �m�e�t�a�b�o�l�i�s�m� �a�n�d� �a�f�f�e�c�t�s� �e�n�d�u�r�a�n�c�e�;� �t�h�e� �r�e�s�t� �i�n�c�r�e�a�s�e�s� �w�e�i�g�h�t�.� �I�f� �w�e�i�g�h�t� �c�h�a�n�g�e�s� �e�n�o�u�g�h�,� �p�h�y�s�i�q�u�e� �c�h�a�n�g�e�s�.�<�/�d�i�v�>�'�
�
 �
�
 �!�C�H�A�R�A�C�T�E�R�I�S�T�I�C�S� �H�E�L�P�
�
-�!�$�w�o�u�n�d�s�_�c�h�a�r�t� �i�s� �i�n�i�t�i�a�t�i�a�l�i�z�e�d� �w�i�t�h� �$�w�o�u�n�d�s� �i�n� �#�v�a�r�i�a�t�i�v�e� �n�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�$�w�o�u�n�d�s�_�h�e�l�p� �=� �'� � � �[�I�N�J�U�R�I�E�S� �T�I�P�S�]�<�b�r�>� � � �I�n�j�u�r�i�e�s� �c�a�n� �o�c�c�u�r� �i�n� �c�o�m�b�a�t� �a�n�d� �w�i�l�l� �h�e�a�l� �o�v�e�r� �t�i�m�e�,� �b�u�t� �w�i�l�l� �s�a�p� �e�n�e�r�g�y� �a�n�d� �m�o�o�d� �i�n� �t�h�e� �p�r�o�c�e�s�s�.� �W�i�t�h� �t�h�e� �h�e�l�p� �o�f� �a� �s�k�i�l�l�e�d� �a�l�c�h�e�m�i�s�t�,� �h�e�a�l�i�n�g� �b�a�l�m�s� �c�a�n� �b�e� �p�r�o�d�u�c�e�d� �u�s�i�n�g� �r�e�a�g�e�n�t�s� �a�c�q�u�i�r�e�d� �f�r�o�m� �M�y�s�t�r�a� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�.� �O�f� �c�o�u�r�s�e�,� �t�h�e� �T�e�c�h�n�o�s�p�h�e�r�e� �m�e�d�i�c�a�l� �c�e�n�t�e�r� �a�l�s�o� �c�a�n� �t�r�e�a�t� �i�n�j�u�r�i�e�s�.�'�
�
+�!�$�w�o�u�n�d�s�_�c�h�a�r�t� �i�s� �i�n�i�t�i�a�l�i�z�e�d� �w�i�t�h� �$�w�o�u�n�d�s� �i�n� �#�v�a�r�i�a�t�i�v�e� �n�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�$�w�o�u�n�d�s�_�h�e�l�p� �=� �'� � � �[�I�N�J�U�R�I�E�S� �T�I�P�S�]�<�b�r�>� � � �I�n�j�u�r�i�e�s� �c�a�n� �o�c�c�u�r� �i�n� �c�o�m�b�a�t� �a�n�d� �h�e�a�l� �o�v�e�r� �t�i�m�e�,� �b�u�t� �s�a�p� �e�n�e�r�g�y�,� �s�t�r�e�n�g�t�h� �a�n�d� �m�o�o�d� �i�n� �t�h�e� �p�r�o�c�e�s�s�.� �E�a�t� �w�e�l�l�,� �s�t�a�y� �c�l�e�a�n�,� �a�n�d� �s�t�u�d�y� �m�e�d�i�c�i�n�e� �o�r� �o�b�t�a�i�n� �a� �q�u�a�l�i�f�i�e�d� �a�s�s�i�s�t�a�n�t� �t�o� �s�u�p�p�o�r�t� �h�e�a�l�i�n�g�.� �W�i�t�h� �a� �s�k�i�l�l�e�d� �a�l�c�h�e�m�i�s�t�,� �h�e�a�l�i�n�g� �b�a�l�m�s� �c�a�n� �b�e� �p�r�o�d�u�c�e�d� �u�s�i�n�g� �r�e�a�g�e�n�t�s� �a�c�q�u�i�r�e�d� �f�r�o�m� �M�y�s�t�r�a� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�.� �A�s� �a� �l�a�s�t� �r�e�s�o�r�t�,� �t�h�e� �T�e�c�h�n�o�s�p�h�e�r�e� �m�e�d�i�c�a�l� �c�e�n�t�e�r� �c�a�n� �c�u�r�e� �m�o�s�t� �i�l�l�s�.�'�
�
 �
�
 �$�s�t�r�e�n�g�t�h�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�S�T�R�E�N�G�T�H�<�b�r�>�'�
�
-�$�s�t�r�e�n�g�t�h�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I�n�f�i�r�m�'�)� �+� �'�<�b�r�>�'�
�
+�$�s�t�r�e�n�g�t�h�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�F�r�a�i�l�'�)� �+� �'�<�b�r�>�'�
�
 �$�s�t�r�e�n�g�t�h�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�W�e�a�k�'�)� �+� �'�<�b�r�>�'�
�
 �$�s�t�r�e�n�g�t�h�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�U�n�f�i�t�'�)� �+� �'�<�b�r�>�'�
�
 �$�s�t�r�e�n�g�t�h�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�V�i�g�o�r�o�u�s�'�)� �+� �'�<�b�r�>�'�
�
@@ -49263,20 +50443,20 @@
 �$�s�t�r�e�n�g�t�h�_�h�e�l�p� �=� �'� � � �[�S�T�R�E�N�G�T�H� �T�I�P�S�]�<�b�r�>� � � �S�t�r�e�n�g�t�h� �c�o�m�m�a�n�d�s� �r�e�s�p�e�c�t�.� �I�t� �i�s� �v�e�r�y� �i�m�p�o�r�t�a�n�t� �f�o�r� �a� �t�r�a�i�n�e�r� �t�o� �b�e� �s�t�r�o�n�g�.� �S�t�r�e�n�g�t�h� �a�f�f�e�c�t�s� �t�h�e� �f�o�r�c�e� �o�f� �y�o�u�r� �b�l�o�w�s� �i�n� �c�o�m�b�a�t�,� �y�o�u�r� �e�n�d�u�r�a�n�c�e� �i�n� �d�a�i�l�y� �t�a�s�k�s� �a�n�d� �t�h�e� �s�u�b�m�i�s�s�i�v�e�n�e�s�s� �o�f� �y�o�u�r� �s�l�a�v�e�s�.� �T�o� �b�u�i�l�d� �a�n�d� �m�a�i�n�t�a�i�n� �s�t�r�e�n�g�t�h�,� �a�v�o�i�d� �l�o�w�-�q�u�a�l�i�t�y� �f�o�o�d�,� �e�n�g�a�g�e� �i�n� �v�i�g�o�r�o�u�s� �s�e�x�,� �a�t�h�l�e�t�i�c�s� �o�r� �m�a�r�t�i�a�l� �a�r�t�s�,� �f�i�r�m�l�y� �d�i�s�c�i�p�l�i�n�e� �y�o�u�r� �s�l�a�v�e�s� �a�n�d� �a�v�o�i�d� �e�x�h�a�u�s�t�i�o�n�.�'�
�
 �
�
 �$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�P�E�R�S�O�N�A�L�I�T�Y�<�b�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�W�i�m�p�'�)� �+� �'�<�b�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�C�o�w�a�r�d�'�)� �+� �'�<�b�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�L�o�s�e�r�'�)� �+� �'�<�b�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�D�r�i�v�e�n�'�)� �+� �'�<�b�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�A�m�b�i�t�i�o�u�s�'�)� �+� �'�<�b�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�L�e�a�d�e�r�'�)� �+� �'�<�/�c�e�n�t�e�r�>�'�
�
-�$�c�h�a�r�i�s�m�a�_�h�e�l�p� �=� �'� � � �[�P�E�R�S�O�N�A�L�I�T�Y� �T�I�P�S�]�<�b�r�>� � � �C�h�a�r�i�s�m�a�,� �d�e�t�e�r�m�i�n�a�t�i�o�n� �a�n�d� �w�i�l�l� �p�l�a�y� �a� �c�r�u�c�i�a�l� �r�o�l�e� �f�o�r� �a� �t�r�a�i�n�e�r� �o�f� �s�l�a�v�e�s�,� �a�s� �t�h�e�y� �m�a�k�e� �i�t� �m�u�c�h� �e�a�s�i�e�r� �t�o� �c�o�n�t�r�o�l� �o�t�h�e�r� �p�e�o�p�l�e�.� �Y�o�u�r� �l�e�a�d�e�r�s�h�i�p� �s�k�i�l�l�s� �w�i�l�l� �g�r�o�w� �w�i�t�h� �i�n�c�r�e�a�s�i�n�g� �p�r�e�s�t�i�g�e�.� �T�h�e� �l�o�c�a�t�i�o�n� �o�f� �y�o�u�r� �r�e�s�i�d�e�n�c�e�,� �t�h�e� �q�u�a�l�i�t�y� �o�f� �y�o�u�r� �i�n�t�e�r�i�o�r� �d�e�c�o�r�,� �a�n�d� �y�o�u�r� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n� �a�l�l� �c�o�n�t�r�i�b�u�t�e� �t�o� �y�o�u�r� �p�r�e�s�t�i�g�e�.�'�
�
+�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�C�a�i�t�i�f�f�'�)� �+� �'�<�b�r�>�'� � � � � � � � � � �&�!� �W�i�m�p�,� �M�i�l�k�s�o�p�
�
+�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�R�u�b�e�'�)� �+� �'�<�b�r�>�'� � � � � � � � � � � � � �&�!� �C�o�w�a�r�d�
�
+�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�C�h�u�r�l�'�)� �+� �'�<�b�r�>�'� � � � � � � � � � � � �&�!� �L�o�s�e�r�
�
+�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�K�n�a�v�e�'�)� �+� �'�<�b�r�>�'� � � � � � � � � � � � �&�!� �D�r�i�v�e�n�
�
+�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�V�u�l�g�a�r�i�a�n�'�)� �+� �'�<�b�r�>�'� � � � � � � � �&�!� �A�m�b�i�t�i�o�u�s�,� �A�s�p�i�r�a�n�t�
�
+�$�c�h�a�r�i�s�m�a�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�A�r�i�s�t�o�c�r�a�t�'�)� �+� �'�<�/�c�e�n�t�e�r�>�'� � �&�!� �L�e�a�d�e�r�
�
+�$�c�h�a�r�i�s�m�a�_�h�e�l�p� �=� �'� � � �[�P�E�R�S�O�N�A�L�I�T�Y� �T�I�P�S�]�<�b�r�>� � � �C�h�a�r�i�s�m�a�,� �d�e�t�e�r�m�i�n�a�t�i�o�n� �a�n�d� �w�i�l�l� �p�l�a�y� �a� �c�r�u�c�i�a�l� �r�o�l�e� �f�o�r� �a� �t�r�a�i�n�e�r� �o�f� �s�l�a�v�e�s�,� �a�s� �t�h�e�y� �m�a�k�e� �i�t� �m�u�c�h� �e�a�s�i�e�r� �t�o� �c�o�n�t�r�o�l� �o�t�h�e�r� �p�e�o�p�l�e�.� �H�o�w� �y�o�u� �a�r�e� �v�i�e�w�e�d� �i�s� �a� �r�e�f�l�e�c�t�i�o�n� �o�f� �y�o�u�r� �p�r�e�s�t�i�g�e�,� �w�h�i�c�h� �i�s� �i�n�f�l�u�e�n�c�e�d� �b�y� �y�o�u�r� �s�t�a�n�d�a�r�d� �o�f� �l�i�v�i�n�g�,� �t�h�e� �l�o�c�a�t�i�o�n� �o�f� �y�o�u�r� �r�e�s�i�d�e�n�c�e�,� �t�h�e� �q�u�a�l�i�t�y� �o�f� �y�o�u�r� �i�n�t�e�r�i�o�r� �d�e�c�o�r�,� �a�n�d� �y�o�u�r� �b�r�a�n�d� �r�e�p�u�t�a�t�i�o�n�.�'�
�
 �
�
 �$�a�l�l�u�r�e�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�A�L�L�U�R�E�<�b�r�>�'�
�
 �$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�R�e�p�u�l�s�i�v�e�'�)� �+� �'�<�b�r�>�'�
�
 �$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�U�n�p�l�e�a�s�a�n�t�'�)� �+� �'�<�b�r�>�'�
�
 �$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�U�n�m�e�m�o�r�a�b�l�e�'�)� �+� �'�<�b�r�>�'�
�
 �$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�C�h�a�r�m�i�n�g�'�)� �+� �'�<�b�r�>�'�
�
-�$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�C�h�a�r�i�s�m�a�t�i�c�'�)� �+� �'�<�b�r�>�'�
�
+�$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�C�a�p�t�i�v�a�t�i�n�g�'�)� �+� �'�<�b�r�>�'�
�
 �$�a�l�l�u�r�e�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�I�r�r�e�s�i�s�t�i�b�l�e�'�)� �+� �'�<�/�c�e�n�t�e�r�>�'�
�
 �$�a�l�l�u�r�e�_�h�e�l�p� �=� �'� � � �[�A�L�L�U�R�E� �T�I�P�S�]�<�b�r�>� � � �S�l�a�v�e�s� �a�r�e� �m�o�r�e� �w�i�l�l�i�n�g� �t�o� �o�b�e�y� �a�l�l�u�r�i�n�g� �t�r�a�i�n�e�r�s�,� �e�s�p�e�c�i�a�l�l�y� �w�h�e�n� �i�t� �c�o�m�e�s� �t�o� �s�e�x�.� �S�o�m�e�t�i�m�e�s� �t�h�e�y� �d�o� �n�o�t� �e�v�e�n� �n�e�e�d� �t�o� �b�e� �f�o�r�c�e�d�.� �A�n� �i�m�p�r�e�s�s�i�v�e� �a�p�p�e�a�r�a�n�c�e� �a�l�s�o� �c�a�n� �h�e�l�p� �i�n� �c�o�m�m�u�n�i�c�a�t�i�n�g� �w�i�t�h� �c�u�s�t�o�m�e�r�s�.� �T�o� �i�m�p�r�o�v�e� �a�p�p�e�a�r�a�n�c�e�,� �t�a�k�e� �c�a�r�e� �o�f� �y�o�u�r� �b�o�d�y�,� �m�a�i�n�t�a�i�n� �a� �p�o�s�i�t�i�v�e� �a�t�t�i�t�u�d�e�,� �s�p�r�u�c�e� �y�o�u�r�s�e�l�f� �u�p�,� �c�h�o�o�s�e� �a�p�p�r�o�p�r�i�a�t�e� �c�l�o�t�h�i�n�g� �a�n�d� �a�v�o�i�d� �e�x�h�a�u�s�t�i�o�n�.�'�
�
 �
�
@@ -49306,7 +50486,7 @@
 �'�<�<�$�b�r�a�n�d�[�4�]�>�>�<�b�r�>�'� �+� �_�
�
 �'�<�<�$�b�r�a�n�d�[�5�]�>�>�<�/�c�e�n�t�e�r�>�'�
�
 �
�
-�$�b�r�a�n�d�_�h�e�l�p� �=� �'� � � �[�B�R�A�N�D� �S�T�A�T�U�S� �T�I�P�S�]�<�b�r�>� � � �F�o�r� �a� �s�l�a�v�e�r� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �n�o�t�h�i�n�g� �i�s� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �b�u�i�l�d�i�n�g� �u�p� �y�o�u�r� �p�e�r�s�o�n�a�l� �b�r�a�n�d�.� �I�t� �i�s� �y�o�u�r� �b�r�a�n�d�,� �y�o�u�r� �t�r�a�d�e�m�a�r�k�.� �T�h�e� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�s� �y�o�u� �t�r�a�i�n� �w�i�l�l� �s�p�e�a�k� �f�o�r� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n�.� �W�i�t�h� �f�a�m�e�,� �y�o�u�r� �p�e�r�s�o�n�a�l� �s�t�a�t�u�s� �w�i�l�l� �r�i�s�e�,� �c�u�s�t�o�m�e�r�s� �w�i�l�l� �b�e� �m�o�r�e� �a�c�c�o�m�m�o�d�a�t�i�n�g�,� �a�n�d� �t�h�e� �a�r�e�n�a� �w�i�l�l� �a�c�c�e�p�t� �m�u�l�t�i�p�l�e� �c�o�n�t�e�s�t�a�n�t�s� �e�a�c�h� �d�e�c�a�d�e�.�'�
�
+�$�b�r�a�n�d�_�h�e�l�p� �=� �'� � � �[�B�R�A�N�D� �S�T�A�T�U�S� �T�I�P�S�]�<�b�r�>� � � �F�o�r� �a� �s�l�a�v�e�r� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �n�o�t�h�i�n�g� �i�s� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �b�u�i�l�d�i�n�g� �u�p� �y�o�u�r� �p�e�r�s�o�n�a�l� �b�r�a�n�d�.� �I�t� �i�s� �y�o�u�r� �b�r�a�n�d�,� �y�o�u�r� �t�r�a�d�e�m�a�r�k�.� �T�h�e� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�s� �y�o�u� �t�r�a�i�n� �w�i�l�l� �s�p�e�a�k� �f�o�r� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n�.� �W�i�t�h� �f�a�m�e�,� �y�o�u�r� �p�e�r�s�o�n�a�l� �s�t�a�t�u�s� �w�i�l�l� �r�i�s�e� �a�n�d� �c�u�s�t�o�m�e�r�s� �w�i�l�l� �b�e� �m�o�r�e� �a�c�c�o�m�m�o�d�a�t�i�n�g�.�'�
�
 �
�
 �$�g�u�i�l�d�_�b�r�a�n�d�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�G�U�I�L�D� �R�E�P�U�T�A�T�I�O�N�<�b�r�>�'� �+� �_�
�
 �'�<�<�$�g�u�i�l�d�_�b�r�a�n�d�[�0�]�>�>�<�b�r�>�'� �+� �_�
�
@@ -49316,7 +50496,7 @@
 �'�<�<�$�g�u�i�l�d�_�b�r�a�n�d�[�4�]�>�>�<�b�r�>�'� �+� �_�
�
 �'�<�<�$�g�u�i�l�d�_�b�r�a�n�d�[�5�]�>�>�<�/�c�e�n�t�e�r�>�'�
�
 �
�
-�$�g�u�i�l�d�_�b�r�a�n�d�_�h�e�l�p� �=� �'� � � �[�G�U�I�L�D� �S�T�A�T�U�S� �T�I�P�S�]�<�b�r�>� � � �F�o�r� �a� �m�e�m�b�e�r� �o�f� �t�h�e� �v�e�r�y� �p�r�e�s�t�i�g�i�o�u�s� �G�u�i�l�d� �o�f� �T�r�a�i�n�e�r�s�,� �n�o�t�h�i�n�g� �i�s� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �t�h�e� �p�r�e�s�t�i�g�e� �o�f� �t�h�e� �t�r�a�i�n�i�n�g� �h�o�u�s�e�.� �T�h�e� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�s� �y�o�u� �t�r�a�i�n� �f�o�r� �G�u�i�l�d� �c�o�n�t�r�a�c�t�s� �a�n�d� �a�u�c�t�i�o�n�s� �w�i�l�l� �s�p�e�a�k� �f�o�r� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n� �w�i�t�h�i�n� �t�h�e� �G�u�i�l�d�.� �A�s� �y�o�u� �g�a�i�n� �t�h�e� �e�n�v�y� �o�f� �y�o�u�r� �p�e�e�r�s�,� �m�o�r�e� �v�a�l�u�a�b�l�e� �c�o�n�t�r�a�c�t�s� �w�i�l�l� �b�e�c�o�m�e� �a�v�a�i�l�a�b�l�e� �a�n�d� �o�t�h�e�r� �b�e�n�e�f�i�t�s� �m�a�y� �a�r�i�s�e�.�'�
�
+�$�g�u�i�l�d�_�b�r�a�n�d�_�h�e�l�p� �=� �'� � � �[�G�U�I�L�D� �S�T�A�T�U�S� �T�I�P�S�]�<�b�r�>� � � �F�o�r� �a� �m�e�m�b�e�r� �o�f� �t�h�e� �v�e�r�y� �p�r�e�s�t�i�g�i�o�u�s� �G�u�i�l�d� �o�f� �T�r�a�i�n�e�r�s�,� �n�o�t�h�i�n�g� �i�s� �m�o�r�e� �r�e�w�a�r�d�i�n�g� �t�h�a�n� �t�h�e� �e�n�v�y� �o�f� �y�o�u�r� �p�e�e�r�s�.� �T�h�e� �q�u�a�l�i�t�y� �o�f� �t�h�e� �s�l�a�v�e�s� �y�o�u� �t�r�a�i�n� �f�o�r� �G�u�i�l�d� �c�o�n�t�r�a�c�t�s� �a�n�d� �a�u�c�t�i�o�n�s� �w�i�l�l� �s�p�e�a�k� �f�o�r� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n� �w�i�t�h�i�n� �t�h�e� �G�u�i�l�d�.� �A�s� �y�o�u� �r�i�s�e� �i�n� �t�h�e� �r�a�n�k�s�,� �m�o�r�e� �v�a�l�u�a�b�l�e� �c�o�n�t�r�a�c�t�s� �w�i�l�l� �b�e� �o�f�f�e�r�e�d�,� �t�h�e� �a�r�e�n�a� �w�i�l�l� �a�c�c�e�p�t� �m�u�l�t�i�p�l�e� �c�o�n�t�e�s�t�a�n�t�s�,� �a�n�d� �o�t�h�e�r� �b�e�n�e�f�i�t�s� �m�a�y� �a�r�i�s�e�.�'�
�
 �
�
 �$�w�e�a�l�t�h�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�S�T�A�N�D�A�R�D� �O�F� �L�I�V�I�N�G�<�b�r�>�'�
�
 �$�w�e�a�l�t�h�_�c�h�a�r�t� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I�m�p�o�v�e�r�i�s�h�e�d�'�)� �+� �'�<�b�r�>�'�
�
@@ -49475,15 +50655,9 @@
 �
�
 �$�c�h�a�r�m�_�h�e�l�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�0�%�;�"�>� � �C�h�a�r�m� �m�e�a�s�u�r�e�s� �t�h�e� �o�v�e�r�a�l�l� �a�p�p�e�a�l� �o�f� �a� �s�l�a�v�e� �t�o� �a� �b�u�y�e�r�.� �T�h�e� �l�o�w�e�r� �t�h�e� �c�h�a�r�m�,� �t�h�e� �m�o�r�e� �l�i�k�e�l�y� �t�h�a�t� �t�h�e� �c�l�i�e�n�t� �w�i�l�l� �r�e�f�u�s�e� �a� �s�l�a�v�e�.� �T�h�e� �s�l�a�v�e� s� �r�a�t�i�n�g�s� �i�n� �s�t�y�l�e�,� �e�x�o�t�i�c�i�s�m�,� �f�a�m�e�,� �d�e�v�o�t�i�o�n� �a�n�d� �t�h�e� �r�e�p�u�t�a�t�i�o�n� �o�f� �t�h�e� �s�l�a�v�e�r� s� �b�r�a�n�d� �c�o�n�t�r�i�b�u�t�e� �t�o� �c�h�a�r�m�.� �B�e�i�n�g� �o�v�e�r�w�e�i�g�h�t� �o�r� �u�n�d�e�r�w�e�i�g�h�t�,� �a�n�g�s�t�y�,� �s�p�o�i�l�e�d�,� �b�r�u�i�s�e�d� �o�r� �s�c�a�r�r�e�d� �a�d�v�e�r�s�e�l�y� �a�f�f�e�c�t�s� �c�h�a�r�m�.� �A�d�d�i�t�i�o�n�a�l�l�y�,� �b�u�y�e�r�s� �w�i�l�l� �o�n�l�y� �a�c�c�e�p�t� �b�r�a�n�d�e�d� �s�l�a�v�e�s� �a�n�d� �u�s�u�a�l�l�y� �h�a�v�e� �o�t�h�e�r� �s�p�e�c�i�f�i�c� �r�e�q�u�i�r�e�m�e�n�t�s�.�<�/�d�i�v�>�'�
�
 �
�
-�$�r�a�n�k�_�h�e�l�p� �=� �'� � �C�l�i�c�k� �o�n� �t�h�e� �s�l�a�v�e� s� �r�a�n�k� �t�o� �l�e�a�r�n� �h�o�w� �t�o� �i�m�p�r�o�v�e� �i�t�.� �C�l�i�c�k� �o�n� �e�a�c�h� �a�t�t�r�i�b�u�t�e� �t�o� �s�h�o�w� �h�i�n�t�s�.� �C�l�i�c�k�i�n�g� �o�n� �a� �s�k�i�l�l� �(�w�h�e�n� �a�t� �h�o�m�e�)� �w�i�l�l� �s�t�a�r�t� �a� �p�e�r�s�o�n�a�l� �l�e�s�s�o�n�.�'�
�
+�$�r�a�n�k�_�h�e�l�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�0�%�;�"�>� � �C�l�i�c�k� �o�n� �t�h�e� �s�l�a�v�e� s� �r�a�n�k� �t�o� �l�e�a�r�n� �h�o�w� �t�o� �i�m�p�r�o�v�e� �i�t�.� �C�l�i�c�k� �o�n� �e�a�c�h� �a�t�t�r�i�b�u�t�e� �t�o� �s�h�o�w� �h�i�n�t�s�.� �C�l�i�c�k�i�n�g� �o�n� �a� �s�k�i�l�l� �(�w�h�e�n� �a�t� �h�o�m�e�)� �w�i�l�l� �s�t�a�r�t� �a� �p�e�r�s�o�n�a�l� �l�e�s�s�o�n�.�<�/�d�i�v�>�'�
�
 �
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �=� �'�<�c�e�n�t�e�r�>�<�u�>�C�O�L�O�R� �E�X�P�L�A�N�A�T�I�O�N�:�<�/�u�>�<�b�r�>�'� �
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�S�k�i�l�l� �L�e�v�e�l� �0�,� �F�-�'�)� �+� �'�<�b�r�>�'�
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�S�k�i�l�l� �L�e�v�e�l� �1�,� �D�-�'�)� �+� �'�<�b�r�>�'�
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�S�k�i�l�l� �L�e�v�e�l� �2�,� �C�-�'�)� �+� �'�<�b�r�>�'�
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�S�k�i�l�l� �L�e�v�e�l� �3�,� �B�+�'�)� �+� �'�<�b�r�>�'�
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�S�k�i�l�l� �L�e�v�e�l� �4�,� �A�+�'�)� �+� �'�<�b�r�>�'�
�
-�$�r�a�n�k�_�h�e�l�p�_�2� �+�=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�S�k�i�l�l� �L�e�v�e�l� �5�,� �S�+�'�)� �+� �'�<�/�c�e�n�t�e�r�>�'�
�
+�$�r�a�n�k�_�h�e�l�p�_�2� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�0�%�;�"�>� � �B�u�y�e�r�s� �l�o�o�k� �b�e�y�o�n�d� �r�a�n�k� �a�n�d� �s�p�e�c�i�a�l�i�z�a�t�i�o�n�.� � �M�o�s�t� �e�x�p�e�c�t� �c�h�a�r�m� �(�s�e�e� �A�n�a�t�o�m�y� �t�a�b�)� �t�o� �m�a�t�c�h� �o�r� �e�x�c�e�e�d� �r�a�n�k�.� � �M�o�s�t� �r�e�j�e�c�t� �s�l�a�v�e�s� �w�h�o� �a�r�e� �e�x�h�a�u�s�t�e�d�,� �p�r�e�g�n�a�n�t�,� �w�o�u�n�d�e�d� �o�r� �r�e�c�o�v�e�r�i�n�g� �f�r�o�m� �m�e�d�i�c�a�l� �p�r�o�c�e�d�u�r�e�s�.� � �S�o�m�e� �h�a�v�e� �o�t�h�e�r� �r�e�q�u�i�r�e�m�e�n�t�s�.� � �I�f� �a� �b�u�y�e�r� �r�e�j�e�c�t�s� �a� �s�l�a�v�e� �f�o�r� �l�a�c�k� �o�f� �c�h�a�r�m�,� �y�o�u� �c�a�n� �t�r�y� �a�g�a�i�n� �a�f�t�e�r� �a� �d�e�c�a�d�e�.�<�/�d�i�v�>�'�
�
 �
�
 �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�_�h�e�l�p� �=� �'�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �9�0�%�;�"�>�<�c�e�n�t�e�r�>�S�e�r�v�a�n�t� �-� �M�a�i�d� �a�n�d� �C�o�o�k�i�n�g�<�b�r�>�'� �+� �_�
�
 �'�A�s�s�i�s�t�a�n�t� �-� �S�e�c�r�e�t�a�r�y� �a�n�d� �E�l�o�c�u�t�i�o�n�<�b�r�>�'� �+� �_�
�
@@ -49534,6 +50708,27 @@
 �
�
 �#� �#�d�y�n�a�m�i�c�
�
 �
�
+�$�g�u�i�l�d�_�c�o�n�t�r�a�c�t�_�l�o�l�i�_�m�a�g�i�c� �=� �{�
�
+�	�!� �t�h�i�s� �i�s� �f�o�r� �t�h�e� �O�l�d� �M�a�n� �l�i�b�i�d�o� �c�h�a�l�l�e�n�g�e� �a�n�d� �r�u�n�s� �w�h�e�n� �a� �g�u�i�l�d� �c�o�n�t�r�a�c�t� �i�s� �a�c�c�e�p�t�e�d� �(�s�t�a�r�t�e�d�)�
�
+�	�i�f� �n�o�_�l�o�l�i� �!� �1� �a�n�d� �i�s�_�p�e�r�v� �>� �1� �a�n�d� �s�t�o�c�k�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �s�t�o�c�k�[�'�b�e�a�u�t�y�'�]� �>� �2�:�
�
+�	�	�i�f� �i�s�_�p�e�r�v� �=� �3� �a�n�d� �l�o�l�i�_�m�a�g�i�c� �<� �2�:�
�
+�	�	�	�m�s�g� �'� � �O�d�d�l�y�,� �a�s� �y�o�u� �t�a�k�e� �t�h�e� �g�i�r�l� s� �l�i�t�t�l�e� �h�a�n�d� �t�o� �l�e�a�d� �h�e�r� �h�o�m�e� �y�o�u� �f�e�e�l� �a� �s�t�i�r�r�i�n�g� �i�n� �y�o�u�r� �b�r�e�e�c�h�e�s�.� �A�s� �y�o�u� �h�a�v�e� �n�o�t� �h�a�d� �a� �p�r�o�p�e�r� �e�r�e�c�t�i�o�n� �i�n� �m�a�n�y� �y�e�a�r�s�,� �t�h�i�s� �i�s� �r�a�t�h�e�r� �s�t�r�a�n�g�e�.� �I�s� �i�t� �s�o�m�e� �s�o�r�t� �o�f� �E�t�e�r�n�a�l� �R�o�m�e� �m�a�g�i�c�?�'�
�
+�	�	�	�i�s�_�p�e�r�v� �=� �2�
�
+�	�	�	�l�o�l�i�_�m�a�g�i�c� �+�=� �1�
�
+�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �7�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �<� �1�6�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �1�6� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �1�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �1�6�
�
+�	�	�e�l�s�e�i�f� �i�s�_�p�e�r�v� �=� �2� �a�n�d� �l�o�l�i�_�m�a�g�i�c� �=� �2� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�b�e�a�u�t�y�'�]� �>� �2�:�
�
+�	�	�	�m�s�g� �'� � �A�s� �y�o�u� �t�a�k�e� �t�h�e� �g�i�r�l� s�<�<�$�l�i�t�t�l�e�_�t�x�t�>�>� �h�a�n�d� �t�o� �l�e�a�d� �h�e�r� �h�o�m�e�,� �j�u�s�t� �i�m�a�g�i�n�i�n�g� �w�h�a�t� �y�o�u� �c�a�n� �d�o� �w�i�t�h� �t�h�i�s� �n�e�w� �s�l�a�v�e� �a�n�d� �y�o�u�r� �a�d�o�r�a�b�l�e� �a�s�s�i�s�t�a�n�t� �h�a�s� �y�o�u� �i�g�n�i�t�e�d�!�'�
�
+�	�	�	�i�s�_�p�e�r�v� �=� �1�
�
+�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �1�4�
�
+�	�	�	�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �=� �m�a�x�(�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�,� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]�)�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �<� �3�2�:� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �3�2� �&� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �=� �2�
�
+�	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �3�2�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�}�
�
+�
�
 �$�s�c�r�o�l�l�_�h�e�r�o�e�s� �=� �{�
�
 �	�i�f� �h�e�r�o�_�c�h�o�i�c�e� �<� �1�2�:�
�
 �	�	�h�e�r�o�_�c�h�o�i�c�e� �+�=� �1�
�
@@ -49589,8 +50784,8 @@
 �	�	�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �-�=� �1�
�
 �	�	�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �0�:�
�
 �	�	�	�!� �e�a�s�y�
�
-�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �8�9�4�0� �&�!� �2�9�4�0� �i�s� �r�e�q�u�i�r�e�d� �t�o� �m�a�x� �e�v�e�r�y�t�h�i�n�g�,� �r�e�m�a�i�n�i�n�g� �6�0�0�0� �a�l�l�o�w�s� �f�o�r� �u�p� �t�o� �6�0�0�0�0� �a�d�d�i�t�i�o�n�a�l� �s�p�a�r�k�s�
�
-�	�	�	�s�p�a�r�k�s� �+�=� �8�5�0�0�
�
+�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �2�9�4�0� �&�!� �2�9�4�0� �i�s� �r�e�q�u�i�r�e�d� �t�o� �m�a�x� �e�v�e�r�y�t�h�i�n�g�
�
+�	�	�	�s�p�a�r�k�s� �+�=� �4�0�0�0�
�
 �	�	�	�i�f� �s�p�a�r�k�s� �>� �1�0�0�0�0�:�
�
 �	�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �(�s�p�a�r�k�s� �-� �1�0�0�0�0�)�/�1�0�
�
 �	�	�	�	�s�p�a�r�k�s� �=� �1�0�0�0�0�
�
@@ -49599,11 +50794,11 @@
 �	�	�	�g�e�t�_�i�n�i�t�i�a�l�_�s�l�a�v�e� �=� �1� �&�!� �e�n�a�b�l�e� �p�a�t�r�i�c�i�a�n� �s�t�a�r�t� �m�o�d�e�
�
 �	�	�e�l�s�e�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �1�:�
�
 �	�	�	�!� �n�o�r�m�a�l�
�
-�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �1�8�5� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �p�o�i�n�t�s� �f�r�o�m� �F�e�n�r�i�s� �t�o� �B�l�a�d�e�
�
-�	�	�	�s�p�a�r�k�s� �+�=� �1�1�0�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �s�p�a�r�k�s� �f�r�o�m� �F�e�n�r�i�s� �t�o� �B�l�a�d�e�
�
-�	�	�	�i�f� �s�p�a�r�k�s� �>� �2�5�0�0�:�
�
-�	�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �(�s�p�a�r�k�s� �-� �2�5�0�0�)�/�1�0�
�
-�	�	�	�	�s�p�a�r�k�s� �=� �2�5�0�0�
�
+�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �2�5�0�
�
+�	�	�	�s�p�a�r�k�s� �+�=� �5�6�0�0�
�
+�	�	�	�i�f� �s�p�a�r�k�s� �>� �7�5�0�0�:�
�
+�	�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �(�s�p�a�r�k�s� �-� �7�5�0�0�)�/�1�0�
�
+�	�	�	�	�s�p�a�r�k�s� �=� �7�5�0�0�
�
 �	�	�	�e�n�d�
�
 �	�	�	�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �0� �&�!� �c�l�a�s�s�i�c� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�
�
 �	�	�	�g�e�t�_�i�n�i�t�i�a�l�_�s�l�a�v�e� �=� �0� �&�!� �d�i�s�a�b�l�e� �p�a�t�r�i�c�i�a�n� �s�t�a�r�t� �m�o�d�e�
�
@@ -49617,36 +50812,28 @@
 �	�	�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �+�=� �1�
�
 �	�	�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �1�:�
�
 �	�	�	�!� �n�o�r�m�a�l�
�
-�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �-�=� �8�9�4�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �p�o�i�n�t�s� �f�r�o�m� �E�a�s�y� �t�o� �N�o�r�m�a�l�
�
-�	�	�	�s�p�a�r�k�s� �-�=� �8�5�0�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �s�p�a�r�k�s� �f�r�o�m� �E�a�s�y� �t�o� �N�o�r�m�a�l�
�
-�	�	�	�i�f� �s�p�a�r�k�s� �>� �2�5�0�0�:�
�
-�	�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �(�s�p�a�r�k�s� �-� �2�5�0�0�)�/�1�0�
�
-�	�	�	�	�s�p�a�r�k�s� �=� �2�5�0�0�
�
+�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �-�=� �2�9�4�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �p�o�i�n�t�s� �f�r�o�m� �E�a�s�y� �t�o� �N�o�r�m�a�l�
�
+�	�	�	�s�p�a�r�k�s� �-�=� �4�0�0�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �s�p�a�r�k�s� �f�r�o�m� �E�a�s�y� �t�o� �N�o�r�m�a�l�
�
+�	�	�	�i�f� �s�p�a�r�k�s� �>� �7�5�0�0�:�
�
+�	�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �(�s�p�a�r�k�s� �-� �7�5�0�0�)�/�1�0�
�
+�	�	�	�	�s�p�a�r�k�s� �=� �7�5�0�0�
�
 �	�	�	�e�n�d�
�
-�	�	�	�!�h�e�r�o�_�p�o�i�n�t�s� �=� �6�1�5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �B�l�a�d�e�
�
-�	�	�	�!�s�p�a�r�k�s� �=� �1�5�0�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �B�l�a�d�e�
�
-�	�	�	�!�h�e�r�o�_�p�o�i�n�t�s� �=� �9�8�5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �R�o�b�e�s�p�i�e�r�r�e�
�
-�	�	�	�!�s�p�a�r�k�s� �=� �1�5�0�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �R�o�b�e�s�p�i�e�r�r�e�
�
 �	�	�	�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �0� �&�!� �c�l�a�s�s�i�c� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�
�
 �	�	�	�g�e�t�_�i�n�i�t�i�a�l�_�s�l�a�v�e� �=� �0� �&�!� �d�i�s�a�b�l�e� �p�a�t�r�i�c�i�a�n� �s�t�a�r�t� �m�o�d�e�
�
 �	�	�e�l�s�e�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�:�
�
-�	�	�	�!� �h�a�r�d�
�
-�	�	�	�i�f� �c�h�e�a�t�_�a� �!� �0� �o�r� �c�h�e�a�t�_�b� �!� �0� �o�r� �c�h�e�a�t�_�c� �=� �0� �o�r� �c�h�e�a�t�_�d� �!� �0� �o�r� �c�h�e�a�t�_�h� �!� �0� �o�r� �c�h�e�a�t�_�i� �!� �0� �o�r� �_� �
�
+�	�	�	�!� �e�x�t�r�e�m�e�
�
+�	�	�	�i�f� �c�h�e�a�t�_�a� �!� �0� �o�r� �c�h�e�a�t�_�b� �!� �0� �o�r� �c�h�e�a�t�_�c� �!� �0� �o�r� �c�h�e�a�t�_�d� �!� �0� �o�r� �c�h�e�a�t�_�h� �!� �0� �o�r� �c�h�e�a�t�_�i� �!� �0� �o�r� �_� �
�
 �	�	�	�	�c�h�e�a�t�_�j� �!� �0� �o�r� �c�h�e�a�t�_�k� �!� �0� �o�r� �c�h�e�a�t�_�l� �!� �0� �o�r� �c�h�e�a�t�_�a�l�l� �!� �0� �o�r� �c�h�e�a�t�_�a�l�l�_�b�a�s�i�c� �!� �0� �o�r� �_� �
�
 �	�	�	�	�c�h�e�a�t�_�a�l�l�_�l�o�w� �!� �0� �o�r� �c�h�e�a�t�_�a�l�l�_�m�a�x� �!� �0� �o�r� �i�s�a�b�e�l�l�a�_�g�e�t� �!� �0�:�
�
 �	�	�	�	�!� �e�,�f�,�g� �l�i�m�i�t� �s�l�a�v�e� �g�e�n�e�r�a�t�i�o�n� �t�o� �s�e�l�e�c�t�e�d� �a�g�e� �-� �n�o� �r�e�s�e�t� �f�o�r� �t�h�e�s�e�
�
-�	�	�	�	�g�s� �'�i�n�i�t�_�c�u�s�t�o�m�_�g�a�m�e�'� �&�!� �f�u�l�l� �r�e�s�e�t� �t�o� �d�i�s�a�b�l�e� �c�h�e�a�t�s� �f�o�r� �h�a�r�d� �d�i�f�f�i�c�u�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�g�s� �'�i�n�i�t�_�c�u�s�t�o�m�_�g�a�m�e�'� �&�!� �f�u�l�l� �r�e�s�e�t� �t�o� �d�i�s�a�b�l�e� �c�h�e�a�t�s� �f�o�r� �e�x�t�r�e�m�e� �d�i�f�f�i�c�u�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�e�n�d�
�
-�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �-�=� �1�8�5� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �p�o�i�n�t�s� �f�r�o�m� �F�e�n�r�i�s� �t�o� �B�l�a�d�e�
�
-�	�	�	�s�p�a�r�k�s� �-�=� �1�1�0�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �s�p�a�r�k�s� �f�r�o�m� �F�e�n�r�i�s� �t�o� �B�l�a�d�e�
�
+�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �-�=� �2�5�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �p�o�i�n�t�s� �f�r�o�m� �N�o�r�m�a�l� �t�o� �E�x�t�r�e�m�e�
�
+�	�	�	�s�p�a�r�k�s� �-�=� �5�6�0�0� �&�!� �d�i�f�f�e�r�e�n�c�e� �i�n� �s�p�a�r�k�s� �f�r�o�m� �N�o�r�m�a�l� �t�o� �E�x�t�r�e�m�e�
�
 �	�	�	�i�f� �s�p�a�r�k�s� �>� �4�0�0�:�
�
 �	�	�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �(�s�p�a�r�k�s� �-� �4�0�0�)�/�1�0�
�
 �	�	�	�	�s�p�a�r�k�s� �=� �4�0�0�
�
 �	�	�	�e�n�d�
�
-�	�	�	�!�h�e�r�o�_�p�o�i�n�t�s� �=� �4�3�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �F�e�n�r�i�s�
�
-�	�	�	�!�s�p�a�r�k�s� �=� �4�0�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �F�e�n�r�i�s�
�
-�	�	�	�!�h�e�r�o�_�p�o�i�n�t�s� �=� �3�5�5� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �J�o�h�n�y�
�
-�	�	�	�!�s�p�a�r�k�s� �=� �2�0�0� �&�!� �e�q�u�i�v�a�l�e�n�t� �t�o� �J�o�h�n�y�
�
 �	�	�	�d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2� �&�!� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�
�
 �	�	�	�g�e�t�_�i�n�i�t�i�a�l�_�s�l�a�v�e� �=� �0� �&�!� �d�i�s�a�b�l�e� �p�a�t�r�i�c�i�a�n� �s�t�a�r�t� �m�o�d�e�
�
 �	�	�e�n�d�
�
@@ -49663,7 +50850,7 @@
 �}�
�
 �
�
 �$�s�p�a�r�k�s�_�i�n�c�r�e�a�s�e� �=� �{�
�
-�	�i�f� �s�p�a�r�k�s� �<� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �0�,� �1�0�0�0�0�,� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�,� �4�0�0�,� �2�5�0�0�)�)�:�
�
+�	�i�f� �s�p�a�r�k�s� �<� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �0�,� �1�0�0�0�0�,� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�,� �4�0�0�,� �8�0�0�0�)�)�:�
�
 �	�	�s�p�a�r�k�s� �+�=� �1�0�0�
�
 �	�	�h�e�r�o�_�p�o�i�n�t�s� �-�=� �1�0�
�
 �	�e�n�d�
�
@@ -49711,6 +50898,8 @@
 �	�	�!� �w�a�s� �v�i�r�g�i�n�i�t�y� �=� �1�,� �e�r�r�o�r� �w�h�e�n� �t�h�e� �b�u�t�c�h�e�r� �g�a�v�e� �v�i�r�g�i�n� �m�e�a�t� �w�h�e�n� �h�y�m�e�n� �i�s� �r�e�s�t�o�r�e�d�
�
 �	�	�v�i�r�g�i�n�_�m�e�a�t�_�g�a�i�n� �=� �m�e�a�t�_�g�a�i�n�
�
 �	�	�m�e�a�t�_�g�a�i�n� �=� �0�
�
+�	�e�l�s�e�
�
+�	�	�v�i�r�g�i�n�_�m�e�a�t�_�g�a�i�n� �=� �0�
�
 �	�e�n�d�
�
 �	�m�e�a�t�_�p�r�i�c�e� �=� �m�i�n�c�e�_�g�a�i�n� �+� �m�e�a�t�_�g�a�i�n�*�2� �+� �v�i�r�g�i�n�_�m�e�a�t�_�g�a�i�n�*�4�
�
 �}�
�
@@ -49750,9 +50939,7 @@
 �}�
�
 �
�
 �$�m�a�s�t�e�r�_�p�a�s�s�_�o�u�t� �=� �{�
�
-�	�i�f� �m�a�s�t�e�r�_�s�t�r� �<�=� �0�:�
�
-�	�	�d�y�n�a�m�i�c� �$�d�e�a�t�h�,� �'�T�h�e� �w�o�r�k� �s�o� �d�e�p�l�e�t�e�d� �y�o�u�r� �h�e�a�l�t�h� �t�h�a�t� �y�o�u� �b�e�c�a�m�e� �s�e�r�i�o�u�s�l�y� �i�l�l� �a�n�d� �h�a�d� �t�o� �w�i�t�h�d�r�a�w� �f�r�o�m� �y�o�u�r� �g�o�a�l�.� �Y�o�u� �w�i�l�l� �n�e�v�e�r� �b�e�c�o�m�e� �a� �r�e�a�l� �s�l�a�v�e� �m�a�s�t�e�r�& '�
�
-�	�e�n�d�
�
+�	�i�f� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �<� �0�:� �d�y�n�a�m�i�c� �$�d�e�a�t�h�,� �'�T�h�e� �w�o�r�k� �s�o� �d�e�p�l�e�t�e�d� �y�o�u�r� �h�e�a�l�t�h� �t�h�a�t� �y�o�u� �b�e�c�a�m�e� �s�e�r�i�o�u�s�l�y� �i�l�l� �a�n�d� �h�a�d� �t�o� �w�i�t�h�d�r�a�w� �f�r�o�m� �y�o�u�r� �g�o�a�l�.� �Y�o�u� �w�i�l�l� �n�e�v�e�r� �b�e�c�o�m�e� �a� �r�e�a�l� �s�l�a�v�e� �m�a�s�t�e�r�& '�
�
 �	�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<�=� �-�5�:� �i�s�_�h�o�m�e� �=� �1� �&� �g�t� �'�n�e�x�t�_�d�a�y�'� �&�!� �i�s�_�h�o�m�e� �=� �1� �t�o� �b�y�p�a�s�s� �m�e�n�u�_�f�o�r�m� �E�S�C� �i�n�t�e�r�c�e�p�t�
�
 �}�
�
 �
�
@@ -49771,7 +50958,7 @@
 �	�	�	�	�s�l�a�v�e�[�'�n�e�a�r�l�y�_�f�a�i�n�t�e�d�'�]� �=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�f�a�t�'�]� �=� �0� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �m�a�x�(�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �s�l�a�v�e�[�'�f�a�t�'�]�)� �=� �0� �a�n�d� �m�a�x�(�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]�,� �s�l�a�v�e�_�r�a�t�e�[�'�f�a�t�'�]�)� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�m�e�a�t�_�e�v�a�l�u�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'�]� �=� �3�
�
 �	�	�	�i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �!� �1�:� �m�s�g� �'�Y�o�u�r� �s�l�a�v�e� �d�i�e�d� �f�r�o�m� �s�t�a�r�v�a�t�i�o�n�.� �Y�o�u� �s�o�l�d� �h�e�r� �b�o�d�y� �t�o� �t�h�e� �b�u�t�c�h�e�r� �f�o�r� �<�<�m�e�a�t�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.�'�
�
@@ -49796,7 +50983,7 @@
 �	�	�	�	�a�s�s�i�s�t�a�n�t�[�'�n�e�a�r�l�y�_�f�a�i�n�t�e�d�'�]� �=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�a�t�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�f�a�t�'�]�)� �=� �0� �a�n�d� �m�a�x�(�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]�,� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�f�a�t�'�]�)� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�m�e�a�t�_�e�v�a�l�u�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'�]� �=� �3�
�
 �	�	�	�i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �!� �1�:� �m�s�g� �'�Y�o�u�r� �a�s�s�i�s�t�a�n�t� �d�i�e�d� �f�r�o�m� �s�t�a�r�v�a�t�i�o�n�.� �Y�o�u� �s�o�l�d� �h�e�r� �b�o�d�y� �t�o� �t�h�e� �b�u�t�c�h�e�r� �f�o�r� �<�<�m�e�a�t�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.�'�
�
@@ -49820,7 +51007,7 @@
 �	�	�	�	�c�o�w�[�'�n�e�a�r�l�y�_�f�a�i�n�t�e�d�'�]� �=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �c�o�w�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �c�o�w�[�'�f�a�t�'�]� �=� �0� �a�n�d� �c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �c�o�w�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �m�a�x�(�c�o�w�[�'�s�t�a�m�i�n�a�'�]�,� �c�o�w�[�'�f�a�t�'�]�)� �=� �0� �a�n�d� �m�a�x�(�c�o�w�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]�,� �c�o�w�_�r�a�t�e�[�'�f�a�t�'�]�)� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
 �	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�m�e�a�t�_�e�v�a�l�u�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�c�o�w�'�)�
�
 �	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'�]� �=� �3�
�
 �	�	�	�i�f� �e�x�a�m�_�i�n�_�p�r�o�g�r�e�s�s� �!� �1�:� �m�s�g� �'�Y�o�u�r� �c�o�w� �d�i�e�d� �f�r�o�m� �s�t�a�r�v�a�t�i�o�n�.� �Y�o�u� �s�o�l�d� �h�e�r� �b�o�d�y� �t�o� �t�h�e� �b�u�t�c�h�e�r� �f�o�r� �<�<�m�e�a�t�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.�'�
�
@@ -49846,7 +51033,7 @@
 �	�	�	�	�p�r�i�s�o�n�e�r�[�'�n�e�a�r�l�y�_�f�a�i�n�t�e�d�'�]� �=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �p�r�i�s�o�n�e�r�[�'�s�t�a�m�i�n�a�'�]� �=� �0� �a�n�d� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]� �=� �0� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]� �a�n�d� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �m�a�x�(�p�r�i�s�o�n�e�r�[�'�s�t�a�m�i�n�a�'�]�,� �p�r�i�s�o�n�e�r�[�'�f�a�t�'�]�)� �=� �0� �a�n�d� �m�a�x�(�p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]�,� �p�r�i�s�o�n�e�r�_�r�a�t�e�[�'�f�a�t�'�]�)� �<�=� �i�n�d�e�p�_�a�t�r�_�m�i�n�_�t�h�r�e�s�h�o�l�d�[�0�]�:�
�
 �	�	�	�$�p�r�i�s�o�n�e�r�_�i�n�f�o�_�t�e�x�t� �=� �'�'�
�
 �	�	�	�$�t�m�p� �=� �'�Y�o�u�r� �p�r�i�s�o�n�e�r� �d�i�e�d� �f�r�o�m� �s�t�a�r�v�a�t�i�o�n�,� �f�o�r�g�o�t�t�e�n� �i�n� �a� �d�u�n�g�e�o�n� �c�a�g�e�.� �Y�o�u� �s�o�l�d� �h�e�r� �b�o�d�y� �t�o� �t�h�e� �b�u�t�c�h�e�r� �f�o�r� �<�<�m�e�a�t�_�p�r�i�c�e�>�>� �s�p�a�r�k�s�.�'�
�
 �	�	�	�i�f� �p�r�i�s�o�n�e�r�[�'�p�r�i�s�o�n�_�f�o�o�d�_�t�y�p�e�'�]� �=� �3�:� �$�t�m�p� �=� �'�Y�o�u�r� �p�r�i�s�o�n�e�r� �h�a�s� �d�i�e�d� �f�r�o�m� �m�a�l�n�u�t�r�i�t�i�o�n�.� �I�n� �h�e�r� �w�e�a�k�e�n�e�d� �s�t�a�t�e�,� �a� �d�i�e�t� �o�f� �n�o�t�h�i�n�g� �b�u�t� �c�o�o�k�i�e�s� �w�a�s� �n�o�t� �e�n�o�u�g�h� �t�o� �s�u�s�t�a�i�n� �h�e�r�.�'�
�
@@ -49868,20 +51055,20 @@
 �}�
�
 �
�
 �$�t�o�o�l�s�e�q�u�i�p�p�e�d� �=� �{�
�
-�	�w�h�i�p�e�q�u�i�p�e�d� �=� �0�
�
-�	�l�a�s�h�e�q�u�i�p�e�d� �=� �0�
�
+�	�w�h�i�p�e�q�u�i�p�p�e�d� �=� �0�
�
+�	�l�a�s�h�e�q�u�i�p�p�e�d� �=� �0�
�
 �
�
-�	�!�i�f� �$�m�a�s�t�e�r�_�b�a�c�k�_�w�p�n� �=� �'�:=CB'�:� � � �w�h�i�p�e�q�u�i�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �o�n� �b�a�c�k�
�
-�	�i�f� �$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�:=CB'�:� � � �w�h�i�p�e�q�u�i�p�e�d� �=� �1�
�
-�	�i�f� �$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�:=CB'�:� � �w�h�i�p�e�q�u�i�p�e�d� �=� �1�
�
-�	�!�i�f� �$�m�a�s�t�e�r�_�a�r�m�_�w�p�n� �=� �'�:=CB'�:� � � � �w�h�i�p�e�q�u�i�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �i�n� �s�l�e�e�v�e�
�
-�	�!�i�f� �$�m�a�s�t�e�r�_�l�e�g�_�w�p�n� �=� �'�:=CB'�:� � � � �w�h�i�p�e�q�u�i�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �i�n� �b�o�o�t�
�
+�	�!�i�f� �$�m�a�s�t�e�r�_�b�a�c�k�_�w�p�n� �=� �'�:=CB'�:� � � �w�h�i�p�e�q�u�i�p�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �o�n� �b�a�c�k�
�
+�	�i�f� �$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�:=CB'�:� � � �w�h�i�p�e�q�u�i�p�p�e�d� �=� �1�
�
+�	�i�f� �$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�:=CB'�:� � �w�h�i�p�e�q�u�i�p�p�e�d� �=� �1�
�
+�	�!�i�f� �$�m�a�s�t�e�r�_�a�r�m�_�w�p�n� �=� �'�:=CB'�:� � � � �w�h�i�p�e�q�u�i�p�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �i�n� �s�l�e�e�v�e�
�
+�	�!�i�f� �$�m�a�s�t�e�r�_�l�e�g�_�w�p�n� �=� �'�:=CB'�:� � � � �w�h�i�p�e�q�u�i�p�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �i�n� �b�o�o�t�
�
 �
�
-�	�!�i�f� �$�m�a�s�t�e�r�_�b�a�c�k�_�w�p�n� �=� �'�=0309:0'�:� � �l�a�s�h�e�q�u�i�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �o�n� �b�a�c�k�
�
-�	�i�f� �$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�=0309:0'�:� � �l�a�s�h�e�q�u�i�p�e�d� �=� �1�
�
-�	�i�f� �$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�=0309:0'�:� �l�a�s�h�e�q�u�i�p�e�d� �=� �1�
�
-�	�i�f� �$�m�a�s�t�e�r�_�a�r�m�_�w�p�n� �=� �'�=0309:0'�:� � � �l�a�s�h�e�q�u�i�p�e�d� �=� �1�
�
-�	�i�f� �$�m�a�s�t�e�r�_�l�e�g�_�w�p�n� �=� �'�=0309:0'�:� � � �l�a�s�h�e�q�u�i�p�e�d� �=� �1�
�
+�	�!�i�f� �$�m�a�s�t�e�r�_�b�a�c�k�_�w�p�n� �=� �'�=0309:0'�:� � �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1� �&�!� �c�a�n�n�o�t� �g�o� �o�n� �b�a�c�k�
�
+�	�i�f� �$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�=0309:0'�:� � �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1�
�
+�	�i�f� �$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�=0309:0'�:� �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1�
�
+�	�i�f� �$�m�a�s�t�e�r�_�a�r�m�_�w�p�n� �=� �'�=0309:0'�:� � � �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1�
�
+�	�i�f� �$�m�a�s�t�e�r�_�l�e�g�_�w�p�n� �=� �'�=0309:0'�:� � � �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1�
�
 �}�
�
 �
�
 �!�R�e�p�u�l�s�e� �C�h�e�c�k� �-� �c�r�u�s�h�b�o�s�s�
�
@@ -49961,16 +51148,17 @@
 �
�
 �	�	�!�i�f� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �1�:�
�
 �	�	�!�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �=� �0�
�
-�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �&�!� �T�O�D�O�:� �f�o�r� �n�o�w�,� �d�e�v�o�t�e�d� �a�s�s�i�s�t�a�n�t�s� �d�o� �n�o�t� �r�e�f�u�s�e� �a�n�y�t�h�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�e�l�s�e�
�
+�	�	�!�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�	�!�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �&�!� �T�O�D�O�:� �f�o�r� �n�o�w�,� �d�e�v�o�t�e�d� �a�s�s�i�s�t�a�n�t�s� �d�o� �n�o�t� �r�e�f�u�s�e� �a�n�y�t�h�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!�e�l�s�e�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �=� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �+� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�s�e�x�_�a�c�c�e�p�t�a�n�c�e�'�]� �-� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]�
�
 �	�	�	�!� �f�o�r� �r�a�p�e� �o�r� �a�c�t�i�o�n�s� �t�h�e� �s�l�a�v�e� �f�i�n�d�s� �d�i�s�t�a�s�t�e�f�u�l�,� �s�e�x�_�a�c�c�e�p�t�a�n�c�e� �m�a�y� �b�e� �n�e�g�a�t�i�v�e�,� �m�a�k�i�n�g� �i�t� �h�a�r�d�e�r� �t�o� �o�v�e�r�c�o�m�e� �t�h�e� �r�e�p�u�l�s�e� �t�h�r�e�s�h�o�l�d�
�
 �	�	�	�i�f� �$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �!� �'�'�:�
�
+�	�	�	�	�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r� �=� �'�d�y�n�s�l�a�v�e�'�:� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �+� �'�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �+� �'�_�r�e�v�e�a�l�e�d�'�]�)�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �-�=� �5�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �+�=� �5�
�
 �	�	�	�e�n�d�
�
-�	�	�e�n�d�
�
+�	�	�!�e�n�d�
�
 �
�
 �	�	�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�p�a�r�t�n�e�r� �=� �'�d�y�n�s�l�a�v�e�'� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�s�'�]� �>�=� �0�:� �d�y�n�s�l�a�v�e�[�'�d�a�r�i�n�g�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�d�a�r�i�n�g�'�]�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]�)� �&�!� �t�h�i�s� �i�s� �u�s�e�d� �t�o� �l�i�m�i�t� �m�e�r�i�t�,� �i�n�c�r�e�a�s�e�s� �h�e�r�e� �a�n�d� �d�e�c�r�e�a�s�e�s� �i�n� �n�e�x�t�_�d�a�y�
�
 �
�
@@ -50030,20 +51218,21 @@
 �
�
 �	�	�!� �B�O�N�U�S�E�S� �F�O�R� �T�E�A�C�H�I�N�G� �A�B�I�L�I�T�Y�
�
 �	�	�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�m�a�s�t�e�r�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�:�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�t�u�t�o�r� �-� �3�)� �&�!� �+�1� �w�i�t�h� �A�+� �t�e�a�c�h�i�n�g� �s�k�i�l�l�,� �+�2� �w�i�t�h� �S�+� �t�e�a�c�h�i�n�g� �s�k�i�l�l�
�
-�	�	�e�l�s�e�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�s�s�i�s�t�a�n�t�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�i�n�t�e�l�l�e�c�t�'�]� �=� �5�:�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �1� �&�!� �a�s�s�i�s�t�a�n�t�s� �w�i�t�h� �S�+� �i�n�t�e�l�l�e�c�t� �b�o�o�s�t� �d�i�l�i�g�e�n�c�e� �b�y� �+�1�
�
+�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �m�a�x�(�0�,� �m�a�s�t�e�r�_�t�u�t�o�r� �-� �2�)� �&�!� �+�1� �w�i�t�h� �B�+� �t�e�a�c�h�i�n�g� �s�k�i�l�l�,� �+�2� �w�i�t�h� �A�+� �t�e�a�c�h�i�n�g� �s�k�i�l�l�,� �+�3� �w�i�t�h� �S�+� �t�e�a�c�h�i�n�g� �s�k�i�l�l�
�
+�	�	�e�l�s�e�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�a�s�s�i�s�t�a�n�t�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�i�n�t�e�l�l�e�c�t�'�]� �>� �3�:�
�
+�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �(�a�s�s�i�s�t�a�n�t�[�'�i�n�t�e�l�l�e�c�t�'�]� �-� �3�)� �&�!� �a�s�s�i�s�t�a�n�t�s� �w�i�t�h� �A�+� �o�r� �S�+� �i�n�t�e�l�l�e�c�t� �b�o�o�s�t� �d�i�l�i�g�e�n�c�e� �b�y� �+�1� �o�r� �+�2�
�
 �	�	�e�l�s�e�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�s�c�h�o�o�l�_�c�l�a�s�s�'�:�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �1� �&�!� �c�l�a�s�s�e�s� �b�o�o�s�t� �d�i�l�i�g�e�n�c�e� �b�y� �+�1�
�
+�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �2� �&�!� �c�l�a�s�s�e�s� �b�o�o�s�t� �d�i�l�i�g�e�n�c�e� �b�y� �+�2�
�
 �	�	�e�l�s�e�i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�c�o�a�c�h�_�t�e�a�c�h�e�s�_�s�l�a�v�e�'�:�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �2� �&�!� �t�u�t�o�r�s� �b�o�o�s�t� �d�i�l�i�g�e�n�c�e� �b�y� �+�2�
�
+�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+�=� �3� �&�!� �t�u�t�o�r�s� �b�o�o�s�t� �d�i�l�i�g�e�n�c�e� �b�y� �+�3�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�!� �N�O�R�M�A�L� �D�I�F�F�I�C�U�L�T�Y� �O�V�E�R�R�I�D�E�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �<� �2� �a�n�d� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �!� �2�:�
�
-�	�	�	�!� �e�x�c�e�p�t� �o�n� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �a� �s�l�a�v�e� �w�i�t�h� �p�o�s�i�t�i�v�e� �o�b�e�d�i�e�n�c�e� �a�n�d�/�o�r� �m�o�o�d� �w�i�l�l� �g�i�v�e� �a�t� �l�e�a�s�t� �a� �m�i�n�i�m�a�l� �e�f�f�o�r�t� �i�r�r�e�s�p�e�c�t�i�v�e� �o�f� �a�b�o�v�e� �f�a�c�t�o�r�s�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�1�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+� �1�)�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�1�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+� �1�)�
�
+�	�	�	�!� �e�x�c�e�p�t� �o�n� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �n�e�g�a�t�i�v�e� �m�o�o�d� �h�a�s� �a� �r�e�d�u�c�e�d� �i�m�p�a�c�t� �o�n� �d�i�l�i�g�e�n�c�e�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �-�=� �(�1�+�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�)�/�2� �&�!� �s�u�b�t�r�a�c�t�i�n�g� �a� �n�e�g�a�t�i�v�e�,� �e�f�f�e�c�t�i�v�e�l�y� �r�e�v�e�r�s�i�n�g� �a� �p�o�r�t�i�o�n� �o�f� �t�h�e� �p�e�n�a�l�t�y� �(�d�e�p�r�e�s�s�e�d� �b�e�c�o�m�e�s� �a� �-�2� �i�n�s�t�e�a�d� �o�f� �-�5�)�
�
+�	�	�	�!� �e�x�c�e�p�t� �o�n� �h�a�r�d�c�o�r�e� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y�,� �a� �s�l�a�v�e� �w�i�t�h� �n�o�n�-�n�e�g�a�t�i�v�e� �o�b�e�d�i�e�n�c�e� �a�n�d�/�o�r� �m�o�o�d� �w�i�l�l� �g�i�v�e� �a�t� �l�e�a�s�t� �a� �m�i�n�i�m�a�l� �e�f�f�o�r�t� �i�r�r�e�s�p�e�c�t�i�v�e� �o�f� �a�b�o�v�e� �f�a�c�t�o�r�s�
�
+�	�	�	�i�f� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�,� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�)� �>�=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�1�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�)�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�!� �L�I�N�K�E�D� �P�R�I�M�A�R�Y� �T�R�A�I�T� �B�O�N�U�S�/�P�E�N�A�L�T�Y�
�
@@ -50055,25 +51244,25 @@
 �	�	�!� �S�E�X� �D�I�L�I�G�E�N�C�E� �I�S� �C�A�P�P�E�D� �W�H�E�N� �P�S�Y� �S�T�A�T�U�S� �I�S� �F�R�I�G�H�T�E�N�E�D�,� �D�O�C�I�L�E�,� �L�A�C�H�R�Y�M�O�S�E�,� �D�E�P�R�E�S�S�I�V�E� �O�R� �B�R�O�K�E�N�
�
 �	�	�i�f� �(�s�t�i�m�u�l�a�t�i�n�g� �>� �0� �o�r� �o�r�g�a�s�t�i�c� �>� �0�)� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �<� �0� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �2�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �2�
�
 �
�
-�	�	�!� �C�L�A�M�P� �R�E�S�U�L�T�
�
-�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�0�,� �m�i�n�(�5�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�)�)� �&�!� �e�n�f�o�r�c�e� �[�0�,�5�]� �r�a�n�g�e�
�
-�
�
 �	�	�!� �P�S�E�U�D�O�-�R�A�N�D�O�M� �P�O�S�I�T�I�V�E� �D�I�L�I�G�E�N�C�E� �W�I�T�H� �M�O�O�D� �A�S� �L�O�W�E�R� �B�O�U�N�D�,� �O�R� �C�A�P� �P�O�S�I�T�I�V�E� �D�I�L�I�G�E�N�C�E� �A�T� �1� �I�F� �M�O�O�D� �I�S� �N�E�G�A�T�I�V�E� �(�H�A�R�D�C�O�R�E� �O�N�L�Y�)�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �>� �1�:�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0� �a�n�d� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �2�:�
�
 �	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �1�
�
 �	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�:�
�
-�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�,� �1� �+� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n� �+� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�)�)�
�
+�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]�,� �1� �+� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n� �+� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�)�)�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�!� �S�P�E�C�I�A�L� �C�A�S�E�S�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �1� �o�r� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:�
�
 �	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �1� �&�!� �m�i�n�d�-�c�o�n�t�r�o�l�l�e�d� �o�r� �m�i�n�d�-�b�r�o�k�e�n� �d�i�l�i�g�e�n�c�e� �i�s� �l�o�c�k�e�d� �a�t� �1�
�
-�	�	�e�l�s�e�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
-�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �i�i�f�(�s�t�i�m�u�l�a�t�i�n�g� �>� �0�,� �m�i�n�(�5�,� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�/�5�)�,� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�)� �&�!� �T�O�D�O�:� �a�s�s�i�s�t�a�n�t� �i�g�n�o�r�e�s� �o�t�h�e�r� �f�a�c�t�o�r�s� �f�o�r� �n�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�!�e�l�s�e�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�	�!�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �i�i�f�(�s�t�i�m�u�l�a�t�i�n�g� �>� �0�,� �m�i�n�(�5�,� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �+� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�/�5�)�,� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�)� �&�!� �T�O�D�O�:� �a�s�s�i�s�t�a�n�t� �i�g�n�o�r�e�s� �o�t�h�e�r� �f�a�c�t�o�r�s� �f�o�r� �n�o�w� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
 �
�
+�	�	�!� �C�L�A�M�P� �R�E�S�U�L�T�
�
+�	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �=� �m�a�x�(�0�,� �m�i�n�(�5�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�)�)� �&�!� �e�n�f�o�r�c�e� �[�0�,�5�]� �r�a�n�g�e�
�
+�
�
 �	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s� �s�t�a�t�e� �c�h�e�c�k�
�
 �}�
�
 �
�
@@ -50112,7 +51301,7 @@
 �
�
 �	�!� �f�e�a�r�_�r�e�s�i�s�t�a�n�c�e� �o�p�p�o�s�e�s� �t�o�r�t�u�r�e�r�_�s�k�i�l�l�:� �e�g�o� �(�w�i�l�l�p�o�w�e�r�)� �a�n�d� �(�t�o� �a� �l�e�s�s�e�r� �e�x�t�e�n�t�)� �t�e�m�p�e�r�a�m�e�n�t� �a�n�d� �p�r�i�d�e� �o�p�p�o�s�e� �f�e�a�r�,� �s�e�n�s�i�t�i�v�i�t�y� �i�n�c�r�e�a�s�e�s� �v�u�l�n�e�r�a�b�i�l�i�t�y�,� �a�n�d� �p�r�e�v�i�o�u�s� �e�x�p�e�r�i�e�n�c�e� �o�f� �t�h�e� �s�a�m�e� �t�o�r�t�u�r�e� �i�n�c�r�e�a�s�e�s� �r�e�s�i�s�t�a�n�c�e�
�
 �	�f�e�a�r�_�r�e�s�i�s�t�a�n�c�e� �=� �(�d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �-� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)� �+� �(�d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�)�/�2�
�
-�	�i�f� �a�b�u�s�e� �>� �0�:� �f�e�a�r�_�r�e�s�i�s�t�a�n�c�e� �+�=� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �&�!� �s�l�a�v�e�s� �a�c�c�u�m�u�l�a�t�e� �l�i�f�e�t�i�m�e� �r�e�s�i�s�t�a�n�c�e� �t�o� �p�s�y�c�h�o�l�o�g�i�c�a�l� �p�r�e�s�s�u�r�e�,� �b�u�t� �t�h�i�s� �c�a�n�n�o�t� �o�v�e�r�c�o�m�e� �a� �p�h�o�b�i�a� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �a�b�u�s�e� �>� �0�:� �f�e�a�r�_�r�e�s�i�s�t�a�n�c�e� �+�=� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �&�!� �s�l�a�v�e�s� �a�c�c�u�m�u�l�a�t�e� �l�i�f�e�t�i�m�e� �r�e�s�i�s�t�a�n�c�e� �t�o� �p�s�y�c�h�o�l�o�g�i�c�a�l� �p�r�e�s�s�u�r�e�,� �b�u�t� �t�h�i�s� �c�a�n�n�o�t� �o�v�e�r�c�o�m�e� �a� �p�h�o�b�i�a� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�!� �5� �e�g�o�,� �5� �t�e�m�p�e�r�,� �5� �p�r�i�d�e�,� �0� �s�e�n�s�i�t�i�v�i�t�y� �-�>� �+�1�0� �f�e�a�r� �r�e�s�i�s�t�a�n�c�e� �(�m�a�x� �v�a�l�u�e� �w�i�t�h�o�u�t� �p�r�e�v�i�o�u�s� �r�e�p�e�t�i�t�i�o�n�s�)�
�
 �	�!� �5� �e�g�o�,� �5� �t�e�m�p�e�r�,� �3� �p�r�i�d�e�,� �3� �s�e�n�s�i�t�i�v�i�t�y� �-�>� �+�7� �f�e�a�r� �r�e�s�i�s�t�a�n�c�e�
�
 �	�!� �5� �e�g�o�,� �5� �t�e�m�p�e�r�,� �5� �p�r�i�d�e�,� �5� �s�e�n�s�i�t�i�v�i�t�y� �-�>� �+�5� �f�e�a�r� �r�e�s�i�s�t�a�n�c�e�
�
@@ -50133,14 +51322,14 @@
 �	�!� �a� �h�i�g�h�-�t�i�e�r� �s�l�a�v�e� �w�i�t�h� �a�l�l� �A�+� �s�t�a�t�s� �h�a�s� �+�4� �f�e�a�r� �r�e�s�i�s�t�a�n�c�e� �i�n�i�t�i�a�l�l�y�,� �a�g�a�i�n�s�t� �w�h�i�c�h� �a�n� �u�n�s�k�i�l�l�e�d� �m�a�s�t�e�r� �g�e�t�s� �2� �e�f�f�e�c�t�i�v�e� �u�s�e�s� �o�f� �c�h�a�s�t�i�s�e� �p�u�n�i�s�h�m�e�n�t� �(�6� �v�s�.� �4�,� �6� �v�s�.� �5� �d�u�e� �t�o� �+�1� �f�r�o�m� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�,� �6� �v�s�.� �6� �=� �f�a�i�l�)�
�
 �	�!� �a� �t�o�p�-�t�i�e�r� �s�l�a�v�e� �w�i�t�h� �a�l�l� �S�+� �s�t�a�t�s� �h�a�s� �+�1�0� �f�e�a�r� �r�e�s�i�s�t�a�n�c�e� �i�n�i�t�i�a�l�l�y�,� �a�g�a�i�n�s�t� �w�h�i�c�h� �a�n� �u�n�s�k�i�l�l�e�d� �m�a�s�t�e�r� �g�e�t�s� �n�o� �e�f�f�e�c�t�i�v�e� �u�s�e�s� �o�f� �c�h�a�s�t�i�s�e� �p�u�n�i�s�h�m�e�n�t� �(�6� �v�s�.� �1�0�)�
�
 �
�
-�	�!� �t�o�r�t�u�r�e� �a�l�w�a�y�s� �d�r�o�p�s� �m�o�o�d� �r�e�g�a�r�d�l�e�s�s� �o�f� �o�u�t�c�o�m�e�
�
+�	�!� �t�o�r�t�u�r�e� �a�l�w�a�y�s� �d�r�o�p�s� �m�o�o�d� �r�e�g�a�r�d�l�e�s�s� �o�f� �o�u�t�c�o�m�e� �(�o�n�l�y� �i�f� �s�l�a�v�e� �h�a�s� �a�n� �a�s�s�o�c�i�a�t�e�d� �p�h�o�b�i�a� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�p�h�o�b�i�a�'�]� �<� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
-�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�p�h�o�b�i�a�'�]� �=� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1�
�
+�	�!� �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�p�h�o�b�i�a�'�]� �=� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1� �&�!� �d�i�s�a�b�l�e�d� �g�e�n�e�r�a�l� �m�o�o�d� �d�r�o�p� �f�o�r� �n�o�n�-�p�h�o�b�i�a�,� �n�e�g� �m�o�o�d�l�e�t�s� �a�r�e� �e�n�o�u�g�h� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�!�T�O�D�O�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �&�!� �t�e�m�p�o�r�a�r�y� �m�o�o�d� �d�e�c�r�e�a�s�e� �r�a�n�g�i�n�g� �f�r�o�m� �0� �a�t� �n�o� �s�e�n�s�i�t�i�v�i�t�y� �t�o� �-�0�.�5� �a�t� �5� �s�e�n�s�i�t�i�v�i�t�y� �a�n�d� �t�i�e�r� �5� �i�n�t�e�n�s�i�t�y� �(�n�e�g�a�t�i�v�e� �m�o�o�d� �t�r�a�n�s�l�a�t�e�s� �t�o� �a�n�g�s�t� �o�v�e�r�n�i�g�h�t�)�
�
 �
�
 �	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �&�!� �b�e�i�n�g� �p�u�n�i�s�h�e�d� �w�h�e�n� �f�e�e�l�i�n�g� �n�o� �g�u�i�l�t� �l�o�w�e�r�s� �a�w�a�r�e�n�e�s�s� �(�r�a�t�i�o�n�a�l� �m�o�t�i�v�a�t�i�o�n� �t�o� �o�b�e�y� �t�o� �a�v�o�i�d� �p�u�n�i�s�h�m�e�n�t�)�,� �s�m�a�r�t�e�r� �s�l�a�v�e�s� �a�r�e� �m�o�r�e� �a�f�f�e�c�t�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�	�!�d�e�t�e�r�m�i�n�e� �o�u�t�c�o�m�e�:� �0� �=� �o�n�l�y� �n�e�g�a�t�i�v�e� �i�m�p�a�c�t�s� �(�s�e�n�s�i�t�i�v�i�t�y�/�f�e�a�r�/�t�a�m�i�n�g� �d�r�a�i�n�)�,� �1� �=� �p�o�s�i�t�i�v�e� �i�m�p�a�c�t�s� �i�f� �m�a�t�c�h�e�d� �t�o� �g�u�i�l�t� �-� �+�a�w�a�r�e�n�e�s�s�/�+�t�a�m�i�n�g� �[�i�f� �p�a�i�n�f�u�l�]�,� �2� �=� �s�a�m�e� �a�s� �1� �p�l�u�s� �f�e�a�r� �i�n�c�r�e�a�s�e� �[�p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �s�e�n�s�i�t�i�v�i�t�y�]�
�
+�	�!�d�e�t�e�r�m�i�n�e� �o�u�t�c�o�m�e�:� �0� �=� �o�n�l�y� �n�e�g�a�t�i�v�e� �i�m�p�a�c�t�s� �(�s�e�n�s�i�t�i�v�i�t�y�/�f�e�a�r�/�t�a�m�i�n�g� �d�r�a�i�n�)�,� �1� �=� �p�o�s�i�t�i�v�e� �i�m�p�a�c�t�s� �i�f� �m�a�t�c�h�e�d� �t�o� �g�u�i�l�t� �-� �+�a�w�a�r�e�n�e�s�s�/�+�t�a�m�i�n�g� �[�i�f� �p�a�i�n�f�u�l� �o�r� �d�e�p�r�i�v�a�t�i�o�n�]�,� �2� �=� �s�a�m�e� �a�s� �1� �p�l�u�s� �f�e�a�r� �i�n�c�r�e�a�s�e� �[�p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �s�e�n�s�i�t�i�v�i�t�y�]�
�
 �	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]� �=� �-�1�:�
�
 �	�	�t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �=� �2� �&�!� �s�l�a�v�e� �i�s� �a� �c�o�w�a�r�d� �(�e�a�s�i�l�y� �f�r�i�g�h�t�e�n�e�d�)� �s�o� �t�o�r�t�u�r�e� �a�l�w�a�y�s� �r�a�i�s�e�s� �f�e�a�r�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�u�r�a�g�e�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�c�o�u�r�a�g�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
@@ -50159,10 +51348,10 @@
 �
�
 �	�i�f� �t�o�r�t�u�r�e�_�s�u�c�c�e�e�d�e�d� �=� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �>� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:�
�
 �	�	�!� �t�o�r�t�u�r�e� �i�n�e�f�f�e�c�t�i�v�e� �d�u�e� �t�o� �f�e�a�r� �r�e�s�i�s�t�a�n�c�e� �o�r� �a�l�i�g�n�e�d� �t�r�a�i�t� �o�r� �t�o�o�-�l�e�n�i�e�n�t� �p�u�n�i�s�h�m�e�n�t� �(�l�o�w�e�r� �t�i�e�r� �t�h�a�n� �g�u�i�l�t�)� �l�o�w�e�r�s� �f�e�a�r� �a�n�d� �i�n�c�r�e�a�s�e�s� �s�p�o�i�l�i�n�g�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �&�!� �l�o�w�e�r� �f�e�a�r� �t�o�w�a�r�d�s� �b�u�t� �n�o�t� �b�e�l�o�w� �t�h�e� �l�e�v�e�l� �o�f� �t�h�e� �p�u�n�i�s�h�m�e�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �>� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �&�!� �s�p�o�i�l� �i�n�c�r�e�a�s�e� �r�e�f�l�e�c�t�s� �t�h�e� �s�l�a�v�e� �f�e�e�l�i�n�g� �s�a�f�e�r� �d�e�f�y�i�n�g� �t�h�e� �s�l�a�v�e�r� �-� �t�e�m�p�e�r�a�m�e�n�t� �m�e�a�s�u�r�e�s� �i�n�i�t�i�a�t�i�v�e� �(�s�t�r�e�n�g�t�h� �o�f� �p�e�r�s�o�n�a�l� �d�e�s�i�r�e�s�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �-�=� �m�a�x�(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�,� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �-� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�)� �&�!� �l�o�w�e�r� �f�e�a�r� �t�o�w�a�r�d�s� �b�u�t� �n�o�t� �b�e�l�o�w� �t�h�e� �l�e�v�e�l� �o�f� �t�h�e� �p�u�n�i�s�h�m�e�n�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �>� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �&�!� �s�p�o�i�l� �i�n�c�r�e�a�s�e� �r�e�f�l�e�c�t�s� �t�h�e� �s�l�a�v�e� �f�e�e�l�i�n�g� �s�a�f�e�r� �d�e�f�y�i�n�g� �t�h�e� �s�l�a�v�e�r� �-� �t�e�m�p�e�r�a�m�e�n�t� �m�e�a�s�u�r�e�s� �i�n�i�t�i�a�t�i�v�e� �(�s�t�r�e�n�g�t�h� �o�f� �p�e�r�s�o�n�a�l� �d�e�s�i�r�e�s�)�
�
 �	�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �<�=� �0�:� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�r�e�s�i�s�t�a�n�t�'� �&�!� �t�e�m�p�o�r�a�r�y� �s�t�a�t�u�s� �c�h�a�n�g�e� �f�o�r� �b�e�t�t�e�r� �t�e�x�t� �s�e�l�e�c�t�i�o�n�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�]� �+�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�]�,� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�)�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�m�e�r�i�t�'�]� �=� �0� �&�!� �r�e�s�e�t� �m�e�r�i�t� �-� �b�e�i�n�g� �u�n�d�e�r�-�p�u�n�i�s�h�e�d� �c�a�n� �b�e� �v�i�e�w�e�d� �a�s� �a� �r�e�w�a�r�d�,� �b�u�t� �d�o�e�s� �n�o�t� �m�a�k�e� �t�h�e� �s�l�a�v�e� �m�o�r�e� �m�o�t�i�v�a�t�e�d� �t�o� �o�b�e�y� �t�h�e� �s�l�a�v�e�r� �(�i�f� �d�i�s�o�b�e�d�i�e�n�c�e� �i�s� �r�e�w�a�r�d�e�d�,� �d�i�s�o�b�e�d�i�e�n�c�e� �i�s� �r�e�i�n�f�o�r�c�e�d�)�
�
 �	�e�l�s�e�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�]� �=� �0�
�
@@ -50171,9 +51360,9 @@
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�x�_�g�u�i�l�t�'�]� �<� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �a�n�d� �r�a�n�d�(�0�,�3�)� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�m�a�x�_�g�u�i�l�t�'�]� �+�=� �1� �&�!� �2�5�%� �c�a�t�c�h�-�u�p� �c�h�a�n�c�e� �w�h�e�n� �f�e�a�r� �i�s� �h�i�g�h�e�r� �t�h�a�n� �g�u�i�l�t� �c�a�p�
�
 �
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �>� �0�:�
�
-�	�	�	�!� �s�u�c�c�e�s�s�f�u�l� �t�o�r�t�u�r�e� �a�t� �o�r� �a�b�o�v�e� �t�h�e� �l�e�v�e�l� �o�f� �g�u�i�l�t� �t�h�e� �s�l�a�v�e� �f�e�e�l�s� �(�i�f� �t�h�e� �s�l�a�v�e� �d�o�e�s� �f�e�e�l� �g�u�i�l�t�)� �b�u�i�l�d�s� �r�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e� �a�n�d�,� �i�f� �t�h�e� �e�x�p�e�r�i�e�n�c�e� �w�a�s� �p�a�i�n�f�u�l�,� �a�l�s�o� �i�n�s�t�i�n�c�t�i�v�e� �o�b�e�d�i�e�n�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �&�!� �s�m�a�r�t�e�r� �s�l�a�v�e�s� �g�a�i�n� �a�w�a�r�e�n�e�s�s� �f�a�s�t�e�r� �-� �i�f� �n�o� �g�u�i�l�t�,� �t�h�e�y� �w�i�l�l� �i�n�s�t�e�a�d� �l�o�s�e� �a�w�a�r�e�n�e�s�s� �(�a�b�o�v�e�)�
�
-�	�	�	�m�s�m� �=� �m�a�x�(�1�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �+� �1�)�)� �&�!� �l�i�m�i�t� �t�o� �[�1�,�5�]� �r�a�n�g�e�
�
+�	�	�	�!� �s�u�c�c�e�s�s�f�u�l� �t�o�r�t�u�r�e� �a�t� �o�r� �a�b�o�v�e� �t�h�e� �l�e�v�e�l� �o�f� �g�u�i�l�t� �t�h�e� �s�l�a�v�e� �f�e�e�l�s� �(�i�f� �t�h�e� �s�l�a�v�e� �d�o�e�s� �f�e�e�l� �g�u�i�l�t�)� �b�u�i�l�d�s� �r�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �+�=� �(�1�+�d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]�)�/�2� �&�!� �s�m�a�r�t�e�r� �s�l�a�v�e�s� �g�a�i�n� �a�w�a�r�e�n�e�s�s� �f�a�s�t�e�r� �-� �i�f� �n�o� �g�u�i�l�t�,� �t�h�e�y� �w�i�l�l� �i�n�s�t�e�a�d� �l�o�s�e� �a�w�a�r�e�n�e�s�s� �(�a�b�o�v�e�)�
�
+�	�	�	�m�s�m� �=� �m�a�x�(�1�,� �m�i�n�(�5�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�)�)� �&�!� �l�i�m�i�t� �t�o� �[�1�,�5�]� �r�a�n�g�e�
�
 �	�	�	�i�f� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �<� �2�:�
�
 �	�	�	�	�i�f� �m�s�m� �>� �0�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �(�t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y� �+� �m�s�m�)�
�
@@ -50181,7 +51370,7 @@
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �t�o�r�t�u�r�e�_�i�n�t�e�n�s�i�t�y�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�e�n�d�
�
-�	�	�	�i�f� �p�a�i�n�f�u�l� �>� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �m�s�m� �&�!� �p�a�i�n�f�u�l� �p�u�n�i�s�h�m�e�n�t�s� �w�h�e�n� �g�u�i�l�t� �i�s� �f�e�l�t� �i�n�c�r�e�a�s�e� �t�a�m�i�n�g� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �t�h�e� �p�e�r�c�e�i�v�e�d� �s�u�p�e�r�i�o�r�i�t�y� �o�f� �t�h�e� �m�a�s�t�e�r�
�
+�	�	�	�i�f� �p�a�i�n�f�u�l� �>� �0� �o�r� �d�e�p�r�i�v�a�t�i�o�n� �>� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �m�s�m� �&�!� �p�a�i�n� �o�r� �d�e�p�r�i�v�a�t�i�o�n� �(�r�e�s�t�r�i�c�t�i�o�n� �o�f� �m�o�b�i�l�i�t�y�)� �i�n�c�r�e�a�s�e� �t�a�m�i�n�g� �p�r�o�p�o�r�t�i�o�n�a�l� �t�o� �t�h�e� �p�e�r�c�e�i�v�e�d� �s�u�p�e�r�i�o�r�i�t�y� �o�f� �t�h�e� �m�a�s�t�e�r�
�
 �	�	�	�!� �t�h�e�s�e� �i�n�c�r�e�a�s�e�s� �a�r�e� �n�o�t� �c�a�p�p�e�d� �o�r� �l�i�m�i�t�e�d� �a�n�d� �c�a�n� �b�e� �r�e�p�e�a�t�e�d� �m�u�l�t�i�p�l�e� �t�i�m�e�s� �p�e�r� �d�a�y� �a�t� �t�h�e� �c�o�s�t� �o�f� �e�n�e�r�g�y� �a�n�d� �m�o�o�d� �(�n�e�g�a�t�i�v�e� �m�o�o�d� �t�r�a�n�s�l�a�t�e�s� �t�o� �a�n�g�s�t� �o�v�e�r�n�i�g�h�t�)�
�
 �	�	�e�n�d�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�n�e�w�l�o�c�_�u�p�d�a�t�e�_�s�l�a�v�e�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �u�p�d�a�t�e� �s�t�a�t�s� �a�n�d� �p�o�t�e�n�t�i�a�l�l�y� �c�h�a�n�g�e� �p�s�y� �s�t�a�t�u�s� �a�s� �a� �r�e�s�u�l�t� �f�o�r� �b�e�t�t�e�r� �t�e�x�t� �s�e�l�e�c�t�i�o�n� �a�n�d� �o�b�e�d�i�e�n�c�e� �b�o�n�u�s� �d�e�t�e�r�m�i�n�a�t�i�o�n�
�
@@ -50195,9 +51384,10 @@
 �
�
 �	�!� �g�u�i�l�t� �r�e�s�e�t� �(�o�n�l�y� �a�f�t�e�r� �c�h�e�c�k�i�n�g� �i�t� �a�b�o�v�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�
�
+�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]� �=� �0� �&�!� �p�u�n�i�s�h�m�e�n�t� �r�e�m�o�v�e�s� �t�h�i�s� �m�o�o�d�l�e�t� �i�f� �i�t� �w�a�s� �a�c�t�i�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�	�!� �d�a�i�l�y� �p�u�n�i�s�h�m�e�n�t� �c�o�u�n�t�e�r� �i�s� �u�s�e�d� �i�n� �n�e�x�t�_�d�a�y� �t�o� �r�a�i�s�e� �a�n�g�s�t�
�
-�	�d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �+�=� �1� �&�!� �d�a�i�l�y� �p�u�n�i�s�h�m�e�n�t� �c�o�u�n�t� �i�s� �r�e�s�e�t� �i�n� �n�e�x�t�_�d�a�y�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �>� �2�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �+�=� �(�d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�p�u�n�i�s�h�m�e�n�t�_�c�o�u�n�t�'�]� �*� �5�)�
�
 �
�
 �	�!�i�n�c�r�e�a�s�e� �a�p�p�l�i�c�a�b�l�e� �t�r�a�i�t� �x�p�,� �r�e�v�e�a�l� �a�p�p�l�i�c�a�b�l�e� �h�i�d�d�e�n� �t�r�a�i�t�s� �a�n�d� �c�l�e�a�r� �p�a�i�n� �t�h�r�e�a�t� �i�f� �a�p�p�l�i�c�a�b�l�e� �(�r�e�l�o�c�a�t�e�d� �t�o� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�)�
�
 �
�
@@ -50217,7 +51407,7 @@
 �	�!� �e�x�p�e�c�t�s� �t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a� �s�l�a�v�e� �i�n�s�t�a�n�c�e� �v�a�r�i�a�b�l�e�'�)�
�
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �+�=� �1�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �+�=� �1�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �+�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �+�=� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�
�
 �	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �<�=� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�w�a�r�d�_�p�o�t�e�n�c�e� �=� �1�
�
@@ -50233,7 +51423,7 @@
 �	�!� �e�x�p�e�c�t�s� �t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a� �s�l�a�v�e� �i�n�s�t�a�n�c�e� �v�a�r�i�a�b�l�e�'�)�
�
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �>� �0�:�
�
 �	�	�!� �s�t�a�t�e� �c�h�e�c�k� �i�n�c�l�u�d�e�s� �f�a�i�n�t�e�d� �(�T�O�D�O�:� �s�t�a�m�i�n�a� �d�r�a�i�n� �[�i�m�p�l�e�m�e�n�t�e�d� �e�l�s�e�w�h�e�r�e�]� �f�o�r� �s�e�x�i�n�g� �f�a�i�n�t�e�d� �s�l�a�v�e�s�?�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �!� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]�/�1�0�
�
+�	�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �1� �+� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]�/�1�0�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �m�i�n�(�2�2�,� �m�a�x�(�0�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]�)�)� �&�!� �t�o�t�a�l� �s�t�i�m�u�l�a�t�i�o�n� �i�s� �c�a�p�p�e�d� �w�i�t�h�i�n� �[�0�,�2�2�]� �r�a�n�g�e�
�
 �	�	�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�f�i�n�a�l�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �=� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�e�r�o�t�i�c�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �*� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)� �&�!� �a�r�o�u�s�a�l� �a�b�o�v�e� �1� �i�n�c�r�e�a�s�e�s� �s�t�i�m�u�l�a�t�i�o�n�
�
 �
�
@@ -50269,7 +51459,7 @@
 �	�	�	�!�T�O�D�O�:� �e�x�p�o�s�e� �n�o�_�o�r�g�a�s�m�_�r�u�l�e� �o�n� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�
�
 �	�	�	�o�r�g�a�s�m�_�d�e�s�c�r�i�p�t�i�o�n� �=� �1�
�
 �
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �<� �1�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�f�i�n�a�l�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �*� �(�d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �+� �o�r�g�a�s�t�i�c� �*� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �o�r�g�a�s�t�i�c� �&�!� �+�1� �p�e�r� �o�r�g�a�s�m�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
@@ -50288,7 +51478,7 @@
 �	�	�	�e�l�s�e�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�f�i�n�a�l�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �>� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]�:�
�
 �	�	�	�	�o�r�g�a�s�m�_�d�e�s�c�r�i�p�t�i�o�n� �=� �3�
�
 �
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �<� �1�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�f�i�n�a�l�_�s�t�i�m�u�l�a�t�i�o�n�'�]� �*� �(�d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �+� �o�r�g�a�s�t�i�c� �*� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�)�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �o�r�g�a�s�t�i�c� �&�!� �+�1� �p�e�r� �o�r�g�a�s�m�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �&�!� �b�r�e�a�k�i�n�g� �t�h�e� �r�u�l�e� �r�e�d�u�c�e�s� �t�a�m�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -50386,7 +51576,7 @@
 �
�
 �	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �0�:�
�
 �	�	�	�	�!� �s�e�t� �s�i�n� �p�o�t�e�n�t�i�a�l� �f�o�r� �o�b�e�d�i�e�n�t� �s�l�a�v�e�s� �t�o� �a� �p�s�e�u�d�o�-�r�a�n�d�o�m� �v�a�l�u�e� �b�e�t�w�e�e�n� �1� �a�n�d� �i�t�s�e�l�f�
�
-�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�i�n�_�p�o�t�e�n�t�i�a�l�'�]� �=� �1� �+� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�i�n�_�p�o�t�e�n�t�i�a�l�'�]�)�
�
+�	�	�	�	�i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�i�n�_�p�o�t�e�n�t�i�a�l�'�]� �=� �1� �+� �(�4�8�2�7�1� �*� �(�d�a�y� �+� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�i�n�_�p�o�t�e�n�t�i�a�l�'�]�)�
�
 �	�	�	�e�n�d�
�
 �
�
 �	�	�	�!� �c�a�l�c�u�l�a�t�e� �p�o�t�e�n�t�i�a�l� �g�u�i�l�t� �l�e�v�e�l� �a�s� �l�e�s�s�e�r� �o�f� �s�i�n� �p�o�t�e�n�t�i�a�l� �o�r� �m�a�x�_�g�u�i�l�t� �(�s�e�e� �$�d�y�n�_�t�o�r�t�u�r�e�_�r�e�s�u�l�t�)�,� �i�n�c�r�e�a�s�e�d� �b�y� �s�e�n�t�e�n�t�i�a� �v�e�r�i�t�a�s� �i�s� �a�c�t�i�v�e�,� �c�a�p�p�e�d� �w�i�t�h�i�n� �[�1�,�5�]� �r�a�n�g�e�
�
@@ -50408,8 +51598,8 @@
 �	�	�	�	�g�s� �'�$�m�o�d�_�m�a�s�t�e�r�_�d�r�o�p�'�,� �1�
�
 �
�
 �	�	�	�	�!� �s�l�i�g�h�t�l�y� �l�o�w�e�r� �t�a�m�i�n�g� �a�n�d� �a�n�g�s�t� �a�n�d� �i�n�c�r�e�a�s�e� �e�g�o� �w�h�e�n� �t�h�e� �s�l�a�v�e� �r�e�f�u�s�e�s� �(�o�n�c�e� �p�e�r� �d�a�y� �p�e�r� �s�l�a�v�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�0�]� �=� �0�:�
�
-�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�0�]� �=� �1�
�
+�	�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�s�i�n�_�g�a�i�n�e�d�_�w�i�t�h�_�n�e�g�a�t�i�v�e�_�r�e�s�'�]� �=� �0�:�
�
+�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�s�i�n�_�g�a�i�n�e�d�_�w�i�t�h�_�n�e�g�a�t�i�v�e�_�r�e�s�'�]� �=� �1�
�
 �	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �-�=� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�e�g�o�'�]� �&�!� �I�n�s�t�i�n�c�t�u�a�l� �o�b�e�d�i�e�n�c�e� �i�s� �r�e�d�u�c�e�d� �w�h�e�n� �t�h�e� �s�l�a�v�e� �s�u�c�c�e�s�s�f�u�l�l�y� �d�i�s�o�b�e�y�s�,� �u�n�d�e�r�m�i�n�i�n�g� �t�h�e� �p�e�r�c�e�p�t�i�o�n� �t�h�a�t� �t�h�e� �m�a�s�t�e�r� �i�s� �s�u�p�e�r�i�o�r�
�
 �	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�a�n�g�s�t�'�]� �-�=� �2�
�
 �	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�e�g�o�'�]� �+�=� �2�
�
@@ -50430,8 +51620,8 @@
 �	�	�	�!� �T�O�D�O�:� �o�n�l�y� �p�r�i�m�a�r�y� �s�l�a�v�e� �c�a�n� �g�a�i�n� �v�i�r�t�u�e� �(�f�o�r� �n�o�w�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�e�e�k�n�e�s�s�'�]� �>� �0� �a�n�d� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�e�e�k�n�e�s�s�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�e�e�k�n�e�s�s�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�!�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
-�	�	�	�	�v�i�r�t�u�e�_�g�a�i�n�e�d� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n� �+� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�m�a�x�(�1�,� �m�i�n�(�<�<�$�a�r�g�s�[�0�]�>�>�[�'�t�e�m�p�e�r�'�]�,� �i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�i�l�i�g�e�n�c�e�'�]� �+� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�p�o�i�l�'�]�*�2� �-� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�o�r�a�l�'�]� �-� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]�)�)�)� �-� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �-� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �&�!� �p�o�t�e�n�t�i�a�l� �m�e�r�i�t� �i�s� �c�a�p�p�e�d� �b�y� �t�e�m�p�e�r�a�m�e�n�t� �(�t�o� �a� �m�i�n�i�m�u�m� �o�f� �1�)�,� �o�f�t�-�r�e�p�e�a�t�e�d� �t�a�s�k�s� �g�i�v�e� �l�e�s�s� �m�e�r�i�t�,� �d�e�v�o�t�e�d� �s�l�a�v�e�s� �f�e�e�l� �l�e�s�s� �d�e�s�e�r�v�i�n�g�,� �s�p�o�i�l�e�d� �s�l�a�v�e�s� �f�e�e�l� �m�o�r�e� �d�e�s�e�r�v�i�n�g�,� �a�n�d� �s�l�a�v�e�s� �w�h�o� �w�e�r�e� �a�l�r�e�a�d�y� �r�e�w�a�r�d�e�d� �i�n� �t�h�e� �s�a�m�e� �d�a�y� �e�x�p�e�c�t� �l�e�s�s� �s�u�b�s�e�q�u�e�n�t� �r�e�w�a�r�d�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �&� �q�w�e�r�t�y�u�1�2�3�5�9�
�
+�	�	�	�!�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�	�v�i�r�t�u�e�_�g�a�i�n�e�d� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n� �+� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�m�a�x�(�1�,� �m�i�n�(�<�<�$�a�r�g�s�[�0�]�>�>�[�'�t�e�m�p�e�r�'�]�,� �i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�i�l�i�g�e�n�c�e�'�]� �+� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�p�o�i�l�'�]�*�2� �-� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�o�r�a�l�'�]� �-� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]�)�)�)� �-� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �-� �<�<�$�a�r�g�s�[�0�]�>�>�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �&�!� �p�o�t�e�n�t�i�a�l� �m�e�r�i�t� �i�s� �c�a�p�p�e�d� �b�y� �t�e�m�p�e�r�a�m�e�n�t� �(�t�o� �a� �m�i�n�i�m�u�m� �o�f� �1�)�,� �o�f�t�-�r�e�p�e�a�t�e�d� �t�a�s�k�s� �g�i�v�e� �l�e�s�s� �m�e�r�i�t�,� �d�e�v�o�t�e�d� �s�l�a�v�e�s� �f�e�e�l� �l�e�s�s� �d�e�s�e�r�v�i�n�g�,� �s�p�o�i�l�e�d� �s�l�a�v�e�s� �f�e�e�l� �m�o�r�e� �d�e�s�e�r�v�i�n�g�,� �a�n�d� �s�l�a�v�e�s� �w�h�o� �w�e�r�e� �a�l�r�e�a�d�y� �r�e�w�a�r�d�e�d� �i�n� �t�h�e� �s�a�m�e� �d�a�y� �e�x�p�e�c�t� �l�e�s�s� �s�u�b�s�e�q�u�e�n�t� �r�e�w�a�r�d�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �&� �q�w�e�r�t�y�u�1�2�3�5�9�
�
 �	�	�	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�r�e�p�u�l�s�e�'�]� �>�=� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�a�r�i�n�g�'�]�:� �v�i�r�t�u�e�_�g�a�i�n�e�d� �+�=� �1�
�
 �	�	�	�	�i�f� �v�i�r�t�u�e�_�g�a�i�n�e�d� �>� �1� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�<�<�$�a�r�g�s�[�0�]�>�>�[�'�r�e�p�u�l�s�e�'�]� �<� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�a�r�i�n�g�'�]� �-� �8�:� �v�i�r�t�u�e�_�g�a�i�n�e�d� �-�=� �1�
�
 �	�	�	�	�i�f� �v�i�r�t�u�e�_�g�a�i�n�e�d� �>� �1� �a�n�d� �$�<�<�$�a�r�g�s�[�0�]�>�>�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'�:� �v�i�r�t�u�e�_�g�a�i�n�e�d� �-�=� �1�
�
@@ -50456,7 +51646,7 @@
 �	�	�	�	�e�n�d�
�
 �	�	�	�	�i�f� �v�i�r�t�u�e�_�g�a�i�n�e�d� �>�=� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�v�i�r�t�u�e�'�]�:�
�
 �	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�'�v�i�r�t�u�e�'�]� �+�=� �v�i�r�t�u�e�_�g�a�i�n�e�d�
�
-�	�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�]� �=� �1�
�
+�	�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�]� �=� �2�
�
 �	�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�r�e�b�e�l�l�'�]� �=� �0�
�
 �	�	�	�	�e�n�d�
�
 �	�	�	�!�e�n�d�
�
@@ -50480,8 +51670,8 @@
 �	�	�!� �T�O�D�O�:� �o�n�l�y� �p�r�i�m�a�r�y� �s�l�a�v�e� �c�a�n� �g�a�i�n� �v�i�r�t�u�e� �(�f�o�r� �n�o�w�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�_�r�e�v�e�a�l�e�d�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�!�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
-�	�	�	�v�i�r�t�u�e�_�g�a�i�n�e�d� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n� �+� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�i�n�t�e�r�a�c�t�i�o�n�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�m�a�x�(�1�,� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]�)�)�)� �-� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�i�n�t�e�r�a�c�t�i�o�n�]� �-� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�i�n�t�e�r�a�c�t�i�o�n�]� �&�!� �p�o�t�e�n�t�i�a�l� �m�e�r�i�t� �i�s� �c�a�p�p�e�d� �b�y� �t�e�m�p�e�r�a�m�e�n�t� �(�t�o� �a� �m�i�n�i�m�u�m� �o�f� �1�)�,� �o�f�t�-�r�e�p�e�a�t�e�d� �t�a�s�k�s� �g�i�v�e� �l�e�s�s� �m�e�r�i�t�,� �d�e�v�o�t�e�d� �s�l�a�v�e�s� �f�e�e�l� �l�e�s�s� �d�e�s�e�r�v�i�n�g�,� �s�p�o�i�l�e�d� �s�l�a�v�e�s� �f�e�e�l� �m�o�r�e� �d�e�s�e�r�v�i�n�g�,� �a�n�d� �s�l�a�v�e�s� �w�h�o� �w�e�r�e� �a�l�r�e�a�d�y� �r�e�w�a�r�d�e�d� �i�n� �t�h�e� �s�a�m�e� �d�a�y� �e�x�p�e�c�t� �l�e�s�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �&� �q�w�e�r�t�y�u�1�2�3�5�9�
�
+�	�	�!�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�v�i�r�t�u�e�_�g�a�i�n�e�d� �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �d�y�n�s�l�a�v�e�_�t�y�p�e� �+� �i�n�t�e�r�a�c�t�i�o�n� �+� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�t�a�l�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�m�a�x�(�1�,� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�,� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �d�y�n�s�l�a�v�e�[�'�d�a�i�l�y�_�r�e�w�a�r�d�_�c�o�u�n�t�'�]�)�)�)� �-� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�r�e�c�e�n�t�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �-� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�i�n�t�e�r�a�c�t�i�o�n�)�]� �&�!� �p�o�t�e�n�t�i�a�l� �m�e�r�i�t� �i�s� �c�a�p�p�e�d� �b�y� �t�e�m�p�e�r�a�m�e�n�t� �(�t�o� �a� �m�i�n�i�m�u�m� �o�f� �1�)�,� �o�f�t�-�r�e�p�e�a�t�e�d� �t�a�s�k�s� �g�i�v�e� �l�e�s�s� �m�e�r�i�t�,� �d�e�v�o�t�e�d� �s�l�a�v�e�s� �f�e�e�l� �l�e�s�s� �d�e�s�e�r�v�i�n�g�,� �s�p�o�i�l�e�d� �s�l�a�v�e�s� �f�e�e�l� �m�o�r�e� �d�e�s�e�r�v�i�n�g�,� �a�n�d� �s�l�a�v�e�s� �w�h�o� �w�e�r�e� �a�l�r�e�a�d�y� �r�e�w�a�r�d�e�d� �i�n� �t�h�e� �s�a�m�e� �d�a�y� �e�x�p�e�c�t� �l�e�s�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s� �&� �q�w�e�r�t�y�u�1�2�3�5�9�
�
 �	�	�	�i�f� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �>�=� �d�y�n�s�l�a�v�e�[�'�d�a�r�i�n�g�'�]�:� �v�i�r�t�u�e�_�g�a�i�n�e�d� �+�=� �1�
�
 �	�	�	�i�f� �v�i�r�t�u�e�_�g�a�i�n�e�d� �>� �1� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�r�e�p�u�l�s�e�'�]� �<� �d�y�n�s�l�a�v�e�[�'�d�a�r�i�n�g�'�]� �-� �8�:� �v�i�r�t�u�e�_�g�a�i�n�e�d� �-�=� �1�
�
 �	�	�	�i�f� �v�i�r�t�u�e�_�g�a�i�n�e�d� �>� �1� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'�:� �v�i�r�t�u�e�_�g�a�i�n�e�d� �-�=� �1�
�
@@ -50508,7 +51698,7 @@
 �	�	�	�i�f� �v�i�r�t�u�e�_�g�a�i�n�e�d� �>�=� �d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]�:�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �+�=� �v�i�r�t�u�e�_�g�a�i�n�e�d�
�
 �	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �v�i�r�t�u�e�_�g�a�i�n�e�d�
�
-�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�]� �=� �1�
�
+�	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�]� �=� �2�
�
 �	�	�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�r�e�b�e�l�l�'�]� �=� �0�
�
 �	�	�	�e�n�d�
�
 �	�	�!�e�n�d�
�
@@ -50538,8 +51728,8 @@
 �
�
 �	�	�i�f� �$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �!� �'�'�:�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �!� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �+� �'�_�r�e�v�e�a�l�e�d�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �!� �'�a�s�s�i�s�t�a�n�t�'�:� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y� �+� �'�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �2� �&� �g�s� �'�$�m�o�o�d�_�r�i�s�e�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �=� �2� �&� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �1�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�j�o�b�'�]�,� �2�)�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�t�a�r�g�e�t�_�a�f�f�i�n�i�t�y�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�j�o�b�'�]�,� �2�)�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�i�f� �$�t�a�r�g�e�t�_�s�k�i�l�l� �!� �'�'�:�
�
@@ -50563,8 +51753,8 @@
 �	�	�	�i�f� �$�t�a�r�g�e�t�_�s�k�i�l�l� �=� �'�s�t�a�m�i�n�a�'�:�
�
 �	�	�	�	�s�k�i�l�l�_�r�i�s�e� �=� �s�k�i�l�l�_�r�i�s�e�/�2�
�
 �	�	�	�	�i�f� �s�k�i�l�l�_�r�i�s�e� �<� �3�:� �s�k�i�l�l�_�r�i�s�e� �=� �3�
�
-�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �s�k�i�l�l�_�r�i�s�e� �*�=� �-�1�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �+�=� �1�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �s�k�i�l�l�_�r�i�s�e� �*�=� �-�1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �+�=� �1�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�i�f� �$�t�a�r�g�e�t�_�s�k�i�l�l� �!� �'�c�o�w�S�K�'�:�
�
 �	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�c�o�w�S�K�'�]� �-�=� �3� �&�!� �t�r�a�i�n�i�n�g� �a�n�y� �s�k�i�l�l� �o�t�h�e�r� �t�h�a�n� �s�t�a�m�i�n�a� �d�e�c�a�y�s� �c�o�w� �t�r�a�i�n�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -50586,53 +51776,73 @@
 �	�e�n�d�
�
 �	�i�f� �s�h�a�m�e�f�u�l� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�e�x�h�i�b�i�t�i�o�n�i�s�m�"�]� �-� �s�h�a�m�e�f�u�l�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�e�x�h�i�b�i�t�i�o�n�i�s�m�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �p�a�i�n�f�u�l� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�m�a�s�o�c�h�i�s�m�"�]� �-� �p�a�i�n�f�u�l�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�m�a�s�o�c�h�i�s�m�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�m�a�s�o�c�h�i�s�m�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�m�a�s�o�c�h�i�s�m�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �a�b�u�s�e� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�a�b�u�s�e�_�a�t�t�i�t�u�d�e�"�]� �-� �a�b�u�s�e�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�a�b�u�s�e�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�a�b�u�s�e�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�a�b�u�s�e�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�a�b�u�s�e�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �d�i�s�g�u�s�t�i�n�g� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�p�e�r�v�e�r�s�i�o�n�"�]� �-� �d�i�s�g�u�s�t�i�n�g�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�p�e�r�v�e�r�s�i�o�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�p�e�r�v�e�r�s�i�o�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�p�e�r�v�e�r�s�i�o�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �d�a�r�k�n�e�s�s� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�"�]� �-� �d�a�r�k�n�e�s�s�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�d�a�r�k�n�e�s�s�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�d�a�r�k�n�e�s�s�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�d�a�r�k�n�e�s�s�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�d�a�r�k�n�e�s�s�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �b�l�o�o�d�y� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�b�l�o�o�d�_�a�t�t�i�t�u�d�e�"�]� �-� �b�l�o�o�d�y�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�b�l�o�o�d�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�b�l�o�o�d�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�b�l�o�o�d�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�b�l�o�o�d�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �f�i�r�e�_�b�a�s�e�d� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�f�i�r�e�_�a�t�t�i�t�u�d�e�"�]� �-� �f�i�r�e�_�b�a�s�e�d�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�f�i�r�e�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�f�i�r�e�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�f�i�r�e�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�f�i�r�e�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �w�a�t�e�r�_�b�a�s�e�d� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�w�a�t�e�r�_�a�t�t�i�t�u�d�e�"�]� �-� �w�a�t�e�r�_�b�a�s�e�d�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�w�a�t�e�r�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�w�a�t�e�r�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�w�a�t�e�r�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�w�a�t�e�r�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �v�e�r�m�i�n�_�b�a�s�e�d� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�v�e�r�m�i�n�_�a�t�t�i�t�u�d�e�"�]� �-� �v�e�r�m�i�n�_�b�a�s�e�d�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�v�e�r�m�i�n�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�v�e�r�m�i�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�v�e�r�m�i�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�v�e�r�m�i�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �d�e�p�r�i�v�a�t�i�o�n� �>� �0�:�
�
 �	�	�p�h�o�b�i�a� �+�=� �s�e�x�[�"�g�i�r�l�_�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�"�]� �-� �d�e�p�r�i�v�a�t�i�o�n�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�d�e�p�r�i�v�a�t�i�o�n�_�x�p�"�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�d�e�p�r�i�v�a�t�i�o�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�"�d�e�p�r�i�v�a�t�i�o�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�"�d�e�p�r�i�v�a�t�i�o�n�_�x�p�"�]� �+�=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
 �	�d�i�l�i�g�e�n�c�e� �=� �p�h�o�b�i�a�
�
@@ -50715,6 +51925,18 @@
 �	�c�o�w�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1�
�
 �}�
�
 �
�
+�$�d�y�n�a�m�i�c�_�e�n�e�r�g�y�_�d�r�o�p� �=� �{�
�
+�	�!� �a�d�d�e�d� �c�h�e�a�t�_�i�n�f�_�e�n� �c�h�e�c�k� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �c�h�e�a�t�_�i�n�f�_�e�n� �=� �0�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �2�
�
+�	�	�i�f� �e�a�s�y�_�f�o�r�_�d�y�n�s�l�a�v�e� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �1� �&� �e�a�s�y�_�f�o�r�_�d�y�n�s�l�a�v�e� �=� �0� �&�!� �c�l�e�a�r� �t�h�e� �f�l�a�g� �(�u�s�e�d� �i�n� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2�
�
+�	�e�n�d�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �-�5�:� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �-�5�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�
�
+�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1�
�
+�}�
�
+�
�
 �$�t�r�a�n�s�p�o�r�t�_�e�n�e�r�g�y�_�d�r�o�p� �=� �{�
�
 �	�!� �e�n�e�r�g�y� �d�r�o�p� �o�n�l�y� �w�h�e�n� �t�r�a�v�e�l�i�n�g� �t�o� �a� �d�i�f�f�e�r�e�n�t� �d�i�s�t�r�i�c�t� �t�h�a�t� �i�s� �n�o�t� �t�h�e� �d�i�s�t�r�i�c�t� �w�h�e�r�e� �h�o�m�e� �e�s�t�a�t�e� �i�s� �l�o�c�a�t�e�d�
�
 �	�!� �e�n�e�r�g�y� �d�r�o�p� �i�s� �a�l�s�o� �s�k�i�p�p�e�d� �i�f� �c�a�l�l�e�d� �w�i�t�h� �a�n� �e�s�t�a�t�e� �n�a�m�e� �t�h�a�t� �m�a�t�c�h�e�s� �t�h�e� �c�u�r�r�e�n�t� �h�o�m�e� �e�s�t�a�t�e�
�
@@ -50750,13 +51972,13 @@
 �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e� �=� �{�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>�=� �0�:�
�
 �	�	�m�a�s�t�e�r�_�m�o�o�d�_�r�a�t�e� �+�=� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �*� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�
�
-�	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �=� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y�
�
+�	�	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �=� �m�a�x�(�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]�,� �m�i�n�(�5�,� �(�1� �+� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y�)�/�2�)�)�
�
 �	�e�n�d�
�
 �	�i�f� �d�e�b�u�g�_�e�x�c�i�t�e�m�e�n�t� �=� �1� �a�n�d� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �5�:� �m�s�g� �'�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �=� �<�<�e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y�>�>�'�
�
 �	�m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �-�=� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y�*�1�0�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>�=� �0�:� �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �+�=� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y�
�
 �	�i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �<� �0�:� � �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e� �-�=� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y�
�
-�	�g�s� �'�$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�'� �&�!� �u�p�d�a�t�e� �e�x�c�i�t�e�m�e�n�t� �a�n�d� �l�i�b�i�d�o�
�
+�	�g�s� �'�$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�'�,� �1� �&�!� �u�p�d�a�t�e� �e�x�c�i�t�e�m�e�n�t� �a�n�d� �l�i�b�i�d�o� �(�1� �=� �s�k�i�p� �m�o�o�d� �u�p�d�a�t�e� �t�o� �n�o�t� �i�n�t�e�r�f�e�r�e� �w�i�t�h� �n�e�x�t�_�d�a�y� �m�o�o�d� �c�h�e�c�k�s� �w�h�e�n� �i�n�v�o�k�e�d� �v�i�a� �a�l�a�r�m� �r�u�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �}�
�
 �
�
 �$�h�o�u�s�e�_�c�l�e�a�n�i�n�g� �=� �{�
�
@@ -50773,12 +51995,12 @@
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �
�
 �	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �a�r�g�s�[�0�]�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �<� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �<� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �a�r�g�s�[�1�]�)�
�
 �	�	�e�l�s�e�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �m�i�n�(�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�'�d�i�l�i�g�e�n�c�e�'�]�,� �a�r�g�s�[�1�]�)�
�
 �	�	�e�n�d�
�
-�	�	�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �+�=� �1�
�
+�	�	�d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �+�=� �1�
�
 �
�
 �	�e�n�d� �&�!� �e�n�d� �o�f� �c�o�n�s�c�i�o�u�s� �s�t�a�t�e� �c�h�e�c�k�
�
 �}�
�
@@ -50794,7 +52016,10 @@
 �	�	�d�a�m�a�g�e� �+�=� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]�,� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]�)� �-� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�
�
 �	�	�i�f� �d�a�m�a�g�e� �<� �0�:� �d�a�m�a�g�e� �=� �0�
�
 �	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �-�=� �d�a�m�a�g�e�
�
-�	�	�i�f� �b�r�u�i�s�i�n�g� �=� �1�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �+�=� �d�a�m�a�g�e�*�3�
�
+�	�	�i�f� �b�r�u�i�s�i�n�g� �=� �1�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �+�=� �d�a�m�a�g�e� �*� �(�8� �-� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)� �&�!� �s�l�a�v�e�s� �w�i�t�h� �l�o�w�e�r� �e�n�d�u�r�a�n�c�e� �a�r�e� �m�o�r�e� �s�u�s�c�e�p�t�i�b�l�e� �t�o� �b�r�u�i�s�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �<� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�1�]�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�b�r�u�i�s�e�s�'�]� �=� �c�o�n�t�_�a�t�r�_�t�h�r�e�s�h�o�l�d�[�1�]� �&�!� �a�l�w�a�y�s� �r�e�a�c�h� �a�t� �l�e�a�s�t� �f�i�r�s�t� �v�i�s�i�b�l�e� �l�e�v�e�l�
�
+�	�	�e�n�d�
�
 �	�	�i�f� �s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�c�a�r�s�'�]� �+�=� �d�a�m�a�g�e�
�
 �	�	�d�a�m�a�g�e� �=� �0�
�
 �
�
@@ -50831,11 +52056,11 @@
 �	�	�e�l�s�e�
�
 �	�	�	�m�s�g� �'� � � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�b�e�l�s�,� �f�o�r�c�i�n�g� �y�o�u� �t�o� �r�e�s�o�r�t� �t�o� �b�r�u�t�e� �f�o�r�c�e�.� �T�o�o� �w�e�a�k� �o�r� �i�n�t�i�m�i�d�a�t�e�d� �t�o� �p�u�t� �u�p� �a�n�y� �r�e�a�l� �r�e�s�i�s�t�a�n�c�e�,� �t�h�e� �b�r�i�e�f� �s�t�r�u�g�g�l�e� �e�a�r�n�s� �h�e�r� �a� �f�e�w� �n�e�w� �b�r�u�i�s�e�s�.�'�
�
 �	�	�e�n�d�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�f�o�r�c�e�d�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�f�o�r�c�e�d�'�]� �=� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �0�
�
-�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�d�y�n�s�l�a�v�e�'�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �+�=� �1�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �+�=� �1�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0�:� �d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�d�y�n�s�l�a�v�e�'�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�'�]� �=� �1�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �1�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1�
�
 �	�	�d�a�m�a�g�e� �=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �m�a�s�t�e�r�_�s�t�r� �-� �m�a�s�t�e�r�_�f�i�g�h�t�e�r� �&�!� �a� �s�k�i�l�l�e�d� �f�i�g�h�t�e�r� �c�a�n� �c�o�n�t�r�o�l� �h�i�s� �s�t�r�e�n�g�t�h� �t�o� �r�e�d�u�c�e� �d�a�m�a�g�e�
�
 �	�	�i�f� �d�a�m�a�g�e� �>� �5�:� �d�a�m�a�g�e� �=� �5� �&� �s�c�a�r�i�f�i�c�a�t�i�o�n� �=� �1�
�
@@ -50852,10 +52077,9 @@
 �
�
 �	�	�r�a�p�e�_�f�e�a�r� �=� �m�a�x�(�0�,� �(�1� �-� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�/�5�)� �+� �(�d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �+� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�4�)�)�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�s�i�n�'�]� �=� �0� �&�!� �b�e�i�n�g� �r�a�p�e�d� �c�l�e�a�r�s� �g�u�i�l�t�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1�:� �r�a�p�e�_�f�e�a�r� �=� �r�a�p�e�_�f�e�a�r�*�2�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �1�:� �r�a�p�e�_�f�e�a�r� �=� �r�a�p�e�_�f�e�a�r�/�2�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �r�a�p�e�_�f�e�a�r� �=� �0� �&�!� �z�e�r�o� �f�o�r� �p�s�i�-�m�a�s�o�c�h�i�s�t�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �5�:� �r�a�p�e�_�f�e�a�r� �=� �0� �&�!� �z�e�r�o� �f�o�r� �f�u�l�l�y� �d�e�v�o�t�e�d� �s�l�a�v�e�s�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1� �o�r� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �<� �0�:� �r�a�p�e�_�f�e�a�r� �*�=� �2�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �1� �o�r� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>� �0�:� �r�a�p�e�_�f�e�a�r� �/�=� �2�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �2� �o�r� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �5�:� �r�a�p�e�_�f�e�a�r� �=� �0� �&�!� �z�e�r�o� �f�o�r� �p�s�i�-�m�a�s�o�c�h�i�s�t�s� �o�r� �f�u�l�l�y� �d�e�v�o�t�e�d� �s�l�a�v�e�s�
�
 �	�	�i�f� �r�a�p�e�_�f�e�a�r� �>� �0�:�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2�*�(�m�a�s�t�e�r�_�s�t�r� �+� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�)� �&�!� �B�+� �s�t�r�e�n�g�t�h� �a�n�d� �C�-� �p�e�n�e�t�r�a�t�i�o�n� �w�i�l�l� �r�a�i�s�e� �t�a�m�i�n�g� �b�y� �1�0� �p�t�s�;� �S�+�/�S�+� �w�i�l�l� �r�a�i�s�e� �t�a�m�i�n�g� �b�y� �2�0� �p�t�s�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�:� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�4� �&�!� �4�-�5� �r�e�p�e�t�i�t�i�o�n�s� �t�o� �d�r�o�p� �m�a�x�e�d� �p�r�i�d�e� �f�o�r� �n�o�n�-�v�i�r�g�i�n� �(�-�8�0� �r�a�t�e� �t�h�r�e�s�h�o�l�d�,� �r�a�t�e� �c�a�n� �g�o� �u�p� �t�o� �+�1�0�)�
�
@@ -51656,6 +52880,7 @@
 �	�i�f� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�a�n�a�l�_�t�a�i�l�'�'� �&� �s�l�o�t� �=� �2�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�a�n�a�l�_�t�a�i�l�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�i�f� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�c�o�w�_�g�e�a�r�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�c�o�w�_�g�e�a�r�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�c�o�w�_�g�e�a�r�'�'� �&� �s�l�o�t� �=� �2�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�c�o�w�_�g�e�a�r�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�i�f� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�p�e�t�s�u�i�t�'�'� �&� �s�l�o�t� �=� �2�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�p�e�t�s�u�i�t�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
+�	�i�f� �s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�'� �&� �s�l�o�t� �=� �2�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�i�f� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�'�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�N�o�t�h�i�n�g� �s�u�i�t�a�b�l�e�'�
�
 �	�g�t� �$�c�u�r�l�o�c�
�
 �}�
�
@@ -51940,6 +53165,7 @@
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�i�n�v�e�n�t�o�r�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�a�n�a�l�_�t�a�i�l�'�'� �&� �s�l�o�t� �=� �4�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�a�n�a�l�_�t�a�i�l�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�i�n�v�e�n�t�o�r�y�[�'�c�o�w�_�g�e�a�r�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�c�o�w�_�g�e�a�r�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�c�o�w�_�g�e�a�r�'�'� �&� �s�l�o�t� �=� �4�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�c�o�w�_�g�e�a�r�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�_�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�p�e�t�s�u�i�t�'�'� �&� �s�l�o�t� �=� �4�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�p�e�t�s�u�i�t�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�_�i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0� �o�r� �i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �>� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �$�n�e�w�_�i�t�e�m� �=� �'�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�'� �&� �s�l�o�t� �=� �4�4� �&� �g�t� �'�'�i�t�e�m�_�c�h�a�n�g�e�'�'�"�>�<�<�$�i�t�e�m�_�n�a�m�e�[�"�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�"�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�i�f� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�'�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�N�o�t�h�i�n�g� �s�u�i�t�a�b�l�e�'�
�
 �	�g�t� �$�c�u�r�l�o�c�
�
 �}�
�
@@ -52447,13 +53673,13 @@
 � � �	�	�	�e�n�d�
�
 �	�	�	�$�e�s�t�a�t�e� �=� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�
�
 �	�	�	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �1�
�
+�	�	�	�$�s�t�a�r�t�i�n�g�_�a�r�e�a� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�0�0�0�0�D�8�"�>�Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�<�/�f�o�n�t�>�'�
�
 �	�	�	�f�a�c�t�i�o�n�_�p�u�r�c�h�a�s�e�_�k�a�m�i�r�a� �=� �0�
�
 �	�	�	�f�a�c�t�i�o�n�_�p�u�r�c�h�a�s�e�_�s�e�r�p�i�s� �=� �0�
�
 �	�	�	�f�a�c�t�i�o�n�_�p�u�r�c�h�a�s�e�_�t�a�u�r�u�s� �=� �1�
�
 �	�	�	�f�a�c�t�i�o�n�_�p�u�r�c�h�a�s�e�_�k�o�r�v�u�s� �=� �0�
�
 �	�	�	�f�a�c�t�i�o�n�_�p�u�r�c�h�a�s�e�_�n�e�u�t�r�a�l� �=� �0�
�
 �	�	�	�d�y�n�a�m�i�c� �$�f�a�c�t�i�o�n�_�a�d�j�u�s�t�m�e�n�t�
�
-�	�	�	�$�s�t�a�r�t�i�n�g�_�a�r�e�a� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�0�0�0�0�D�8�"�>�Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�<�/�f�o�n�t�>�'�
�
 � � �	�	�e�l�s�e�
�
 � � �	�	�	�m�s�g� �"�N�o�t� �e�n�o�u�g�h� �c�h�a�r�a�c�t�e�r� �p�o�i�n�t�s�.� �Y�o�u� �n�e�e�d� �2�0� �p�o�i�n�t�s� �t�o� �r�a�i�s�e� �t�h�i�s� �s�t�a�t�.�"�
�
 � �	�	�e�n�d�
�
@@ -52655,6 +53881,10 @@
 �}�
�
 �
�
 �$�l�o�w�e�r�_�s�t�r� �=� �{�
�
+�	�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �1�:�
�
+�	�	�m�a�s�t�e�r�_�s�t�r� �=� �0�
�
+�	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �5�
�
+�	�e�n�d�
�
 �	�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �2�:�
�
 �	�	�m�a�s�t�e�r�_�s�t�r� �=� �1�
�
 �	�	�h�e�r�o�_�p�o�i�n�t�s� �+�=� �1�0�
�
@@ -53747,9 +54977,11 @@
 �
�
 �!�C�r�y�o� �S�l�e�e�p� �-� �n�e�w� �b�u�t�t�o�n�s� �o�n� �m�a�i�n� �m�e�n�u� �f�e�a�t�u�r�e� �-� �c�r�u�s�h�b�o�s�s� �(�c�o�n�v�e�r�t�e�d� �t�o� �d�y�n�a�m�i�c� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
 �$�s�h�o�w�_�m�a�i�n�_�s�c�r�e�e�n�_�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n� �=� �{�
�
-�	�i�f� �d�y�n�e�v�a�l�(�"�r�e�s�u�l�t� �=� �<�<�$�a�r�g�s�[�0�]�>�>�_�s�t�a�t�e�"�)� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�	�	�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r� �=� �v�a�l�(�r�e�p�l�a�c�e�(�$�a�r�g�s�[�0�]�,� �'�i�c�e�d�_�'�,� �'�'�)�)�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�t�a�s�i�s�_�c�e�l�l�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�r�y�o� �S�t�o�r�a�g�e� �-� �C�e�l�l� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d� �=� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>� �&� �g�t� �$�c�u�r�l�o�c�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�c�r�u�s�h�b�o�s�s�\�a�r�o�u�s�a�l�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r� �=� �v�a�l�(�r�e�p�l�a�c�e�(�$�a�r�g�s�[�0�]�,� �'�i�c�e�d�_�'�,� �'�'�)�)�
�
+�	�i�f� �d�y�n�e�v�a�l�(�"�r�e�s�u�l�t� �=� �i�c�e�d�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�_�s�t�a�t�e�"�)� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�t�a�s�i�s�_�c�e�l�l�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�r�y�o� �S�t�o�r�a�g�e� �-� �C�e�l�l� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d� �=� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>� �&� �g�s� �'�'�s�l�a�v�e�_�t�o�_�i�c�e�d�'�'�,� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�c�r�u�s�h�b�o�s�s�\�w�h�i�t�e�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�e�l�s�e�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�t�a�s�i�s�_�c�e�l�l�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�r�y�o� �S�t�o�r�a�g�e� �-� �C�e�l�l� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d� �=� �<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i�\�c�r�u�s�h�b�o�s�s�\�a�r�o�u�s�a�l�_�<�<�c�r�y�o�_�c�e�l�l�_�b�u�t�t�o�n�_�n�u�m�b�e�r�>�>�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �}�
�
 �
�
@@ -53758,7 +54990,7 @@
 �	�i�f� �d�y�n�e�v�a�l�(�"�r�e�s�u�l�t� �=� �i�c�e�d�_�<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>�_�s�t�a�t�e�"�)� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�d�y�n�a�m�i�c� �"�$�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�_�s�l�a�v�e�_�n�a�m�e� �=� �$�i�c�e�d�_�<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>�_�n�a�m�e�"�
�
 �	�	�d�y�n�a�m�i�c� �"�$�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�_�i�m�a�g�e� �=� �$�<�<�'�i�c�e�d�_�'�+�$�s�t�r�(�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�)�+�'�[�'�'�a�v�a�_�g�r�a�y�'�'�]�'�>�>�"�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�t�a�s�i�s�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�h�u�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�_�s�l�a�v�e�_�n�a�m�e�>�>� �i�n� �C�r�y�o� �S�t�o�r�a�g�e� �-� �C�e�l�l� �<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�'�m�e�n�u�_�f�o�r�m�'�'� �&� �g�t� �'�'�s�t�a�s�i�s�_�c�e�l�l�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�_�i�m�a�g�e�>�>�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�t�a�s�i�s�"�>�<�a� �c�l�a�s�s�=�"�t�o�o�l�t�i�p�-�l�e�f�t�-�h�u�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�_�s�l�a�v�e�_�n�a�m�e�>�>� �i�n� �C�r�y�o� �S�t�o�r�a�g�e� �-� �C�e�l�l� �<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>�"� �h�r�e�f� �=� �"�E�X�E�C�:� �g�s� �'�'�s�l�a�v�e�_�t�o�_�i�c�e�d�'�'�,� �<�<�c�r�y�o�_�c�e�l�l�_�s�e�l�e�c�t�e�d�>�>� �&� �g�t� �'�'�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�<�<�$�c�r�y�o�_�c�e�l�l�_�a�v�a�t�a�r�_�i�m�a�g�e�>�>�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �}�
�
 �
�
@@ -53850,48 +55082,51 @@
 �
�
 �$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d� �=� �{�
�
 �	�!� �a�c�t�u�a�l�l�y� �c�a�l�l�e�d� �f�r�o�m� �i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�,� �b�u�t� �i�m�p�l�e�m�e�n�t�e�d� �i�n� �i�n�t�e�r�a�c�t�i�o�n� �i�n� �$�s�p�e�c�i�a�l�_�p�a�r�t� �s�e�c�t�i�o�n�s� �(�e�x�p�e�c�t�s� �t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �a� �s�l�a�v�e� �i�n�s�t�a�n�c�e� �a�s� �p�a�r�a�m�e�t�e�r�)�
�
-�	�d�y�n�a�m�i�c� �"�
�
-�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
-�
�
-�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:�
�
-�	�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�v�i�r�g�i�n�i�t�y�'�]� �!� �1�:�
�
-�	�	�	�	�	�!� �c�h�e�c�k� �f�o�r� �r�e�s�t�o�r�e�d� �h�y�m�e�n� �t�o� �c�l�o�s�e� �p�o�t�e�n�t�i�a�l� �e�x�p�l�o�i�t�,� �a�n�d� �m�a�k�e� �s�i�m�p�l�i�f�y�i�n�g� �a�s�s�u�m�p�t�i�o�n� �t�h�a�t� �m�a�s�t�e�r� �i�s� �a�r�o�u�n�d� �i�f� �n�o�t� �i�n�v�o�l�v�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
-�	�	�	�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �1�0�
�
-�	�	�	�	�	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0� �a�n�d� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �w�a�s�_�v�i�r�g�i�n� �=� �1� �&�!� �f�l�a�g� �f�o�r� �U�n�c�l�e� �T�o�m� �(�s�e�e� �$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�)�
�
-�	�	�	�	�	�e�n�d�
�
-�	�	�	�	�	�!�q�w�e�r�t�y�u�1�2�3�5�9� �v�i�r�g�i�n� �r�a�p�e� �e�f�f�e�c�t�s�:� �-�1� �n�a�t�u�r�e�,� �-�1� �t�e�m�p�e�r�a�m�e�n�t�,� �-�1� �p�r�i�d�e� �i�f� �a�b�o�v�e� �t�i�m�i�d�,� �+�2� �a�n�g�s�t�
�
-�	�	�	�	�	�i�f� �(�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�a�p�e�'� �o�r� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'� �o�r� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �1�)� �a�n�d� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �5�:�
�
-�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�'�e�g�o�'�]� �-�=� �1�
�
-�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�e�g�o�'�]� �=� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�a�n�g�s�t�'�]� �*� �-�1�
�
-�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
-�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �=� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�a�n�g�s�t�'�]� �*� �-�1�
�
-�	�	�	�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�p�r�i�d�e�'�]� �>� �2�:�
�
-�	�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �=� �0�
�
-�	�	�	�	�	�	�e�n�d�
�
-�	�	�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�'�a�n�g�s�t�'�]� �+�=� �2�
�
+�	�!� �e�x�p�e�c�t�s� �t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�v�a�g�i�n�a�l�l�y�_�p�e�n�e�t�r�a�t�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�a� �s�l�a�v�e� �i�n�s�t�a�n�c�e� �v�a�r�i�a�b�l�e�'�)�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �!� �1�:�
�
+�	�	�	�	�!� �c�h�e�c�k� �f�o�r� �r�e�s�t�o�r�e�d� �h�y�m�e�n� �t�o� �c�l�o�s�e� �p�o�t�e�n�t�i�a�l� �e�x�p�l�o�i�t�,� �a�n�d� �m�a�k�e� �s�i�m�p�l�i�f�y�i�n�g� �a�s�s�u�m�p�t�i�o�n� �t�h�a�t� �m�a�s�t�e�r� �i�s� �a�r�o�u�n�d� �i�f� �n�o�t� �i�n�v�o�l�v�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:�
�
+�	�	�	�	�	�m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �1�0�
�
+�	�	�	�	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �w�a�s�_�v�i�r�g�i�n� �=� �1� �&�!� �f�l�a�g� �f�o�r� �U�n�c�l�e� �T�o�m� �(�s�e�e� �$�c�a�l�c�u�l�a�t�e�_�a�t�t�r�i�b�u�t�e�s�)�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�	�!�q�w�e�r�t�y�u�1�2�3�5�9� �v�i�r�g�i�n� �r�a�p�e� �e�f�f�e�c�t�s�:� �-�1� �n�a�t�u�r�e�,� �-�1� �t�e�m�p�e�r�a�m�e�n�t�,� �-�1� �p�r�i�d�e� �i�f� �a�b�o�v�e� �t�i�m�i�d�,� �+�2� �a�n�g�s�t� �(�a�d�d�e�d� �r�a�p�e�_�f�e�a�r� �c�a�l�c�u�l�a�t�i�o�n�,� �k�e�e�p� �i�n� �s�y�n�c� �w�i�t�h� �$�d�y�n�_�r�a�p�e�_�e�f�f�e�c�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�	�	�	�r�a�p�e�_�f�e�a�r� �=� �m�a�x�(�0�,� �(�1� �-� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�/�5�)� �+� �(�d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]�*�2� �+� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �+� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�4�)�)�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1� �o�r� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �<� �0�:� �r�a�p�e�_�f�e�a�r� �*�=� �2�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �1� �o�r� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>� �0�:� �r�a�p�e�_�f�e�a�r� �/�=� �2�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�b�u�s�e�_�a�t�t�i�t�u�d�e�'�]� �=� �2� �o�r� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �5�:� �r�a�p�e�_�f�e�a�r� �=� �0� �&�!� �z�e�r�o� �f�o�r� �p�s�i�-�m�a�s�o�c�h�i�s�t�s� �o�r� �f�u�l�l�y� �d�e�v�o�t�e�d� �s�l�a�v�e�s�
�
+�	�	�	�	�i�f� �r�a�p�e�_�f�e�a�r� �>� �0� �a�n�d� �(�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�r�a�p�e�'� �o�r� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�t�o�r�t�u�r�e�'� �o�r� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �1�)�:�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �-�=� �1�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �*� �-�1�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �=� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �*� �-�1�
�
+�	�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>� �2�:�
�
+�	�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
+�	�	�	�	�	�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �=� �0�
�
 �	�	�	�	�	�e�n�d�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �+�=� �2�
�
 �	�	�	�	�e�n�d�
�
-�	�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �1� �+� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�p�r�i�d�e�'�]� �-� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�m�o�r�a�l�'�]�*�2� �-� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�a�r�o�u�s�a�l�'�]�/�5�
�
-�	�	�	�	�!� �a�b�o�v�e� �f�o�r�m�u�l�a� �i�s� �b�a�l�a�n�c�e�d� �s�o� �t�h�a�t� �m�a�x�e�d� �d�e�v�o�t�i�o�n� �a�n�d� �a�r�o�u�s�a�l� �e�x�a�c�t�l�y� �n�e�g�a�t�e� �m�a�x�e�d� �s�e�n�s�i�t�i�v�i�t�y� �a�n�d� �p�r�i�d�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �>� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�<�<�$�a�r�g�s�[�0�]�>�>�'�,� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]�
�
-�	�	�	�	�<�<�$�a�r�g�s�[�0�]�>�>�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �2�
�
 �	�	�	�e�n�d�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �m�a�x�(�0�,� �1� �+� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�
�
+�	�	�	�!� �a�b�o�v�e� �f�o�r�m�u�l�a� �i�s� �b�a�l�a�n�c�e�d� �s�o� �t�h�a�t� �m�a�x�e�d� �d�e�v�o�t�i�o�n� �a�n�d� �a�r�o�u�s�a�l� �e�x�a�c�t�l�y� �n�e�g�a�t�e� �m�a�x�e�d� �s�e�n�s�i�t�i�v�i�t�y� �a�n�d� �p�r�i�d�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �>� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�d�y�n�s�l�a�v�e�'�,� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �2�
�
+�	�	�e�n�d�
�
 �
�
-�	�	�	�i�f� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �<� �1�:� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �=� �1�
�
-�
�
-�	�	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0�:�
�
-�	�	�	�	�!�T�O�D�O�:� �a�s�s�u�m�i�n�g� �t�h�a�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0� �i�m�p�l�i�e�s� �t�h�e� �v�a�g�i�n�a�l� �p�e�n�e�t�r�a�t�i�o�n� �w�a�s� �d�o�n�e� �b�y� �t�h�e� �m�a�s�t�e�r� �i�s� �n�o�t� �n�e�c�e�s�s�a�r�i�l�y� �t�r�u�e� �i�n� �a�l�l� �c�a�s�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�<�<�$�a�r�g�s�[�0�]�>�>�'�
�
-�	�	�	�	�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
-�	�	�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �=� �0� �a�n�d� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�i�l�l�'�]� �>� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �m�a�s�t�e�r�_�s�t�r�:� �m�a�s�t�e�r�_�i�l�l� �+�=� �1� �&�!� �v�e�n�e�r�e�a�l� �d�i�s�e�a�s�e� �t�r�a�n�s�m�i�s�s�i�o�n� �t�o� �m�a�s�t�e�r�
�
-�	�	�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0� �a�n�d� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�i�l�l�'�]� �=� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�s�t�a�m�i�n�a�'�]�:� �<�<�$�a�r�g�s�[�0�]�>�>�[�'�i�l�l�'�]� �+�=� �1� �&�!� �v�e�n�e�r�e�a�l� �d�i�s�e�a�s�e� �t�r�a�n�s�m�i�s�s�i�o�n� �t�o� �s�l�a�v�e�
�
-�	�	�	�e�n�d�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �<� �1�:� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �=� �1�
�
 �
�
+�	�	�i�f� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0�:�
�
+�	�	�	�!�T�O�D�O�:� �a�s�s�u�m�i�n�g� �t�h�a�t� �e�j�a�c�u�l�a�t�i�o�n�_�i�n�t�e�n�s�i�t�y� �>� �0� �i�m�p�l�i�e�s� �t�h�e� �v�a�g�i�n�a�l� �p�e�n�e�t�r�a�t�i�o�n� �w�a�s� �d�o�n�e� �b�y� �t�h�e� �m�a�s�t�e�r� �i�s� �n�o�t� �n�e�c�e�s�s�a�r�i�l�y� �t�r�u�e� �i�n� �a�l�l� �c�a�s�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�d�y�n�a�m�i�c� �$�m�a�s�t�e�r�_�e�j�a�c�u�l�a�t�e�
�
+�	�	�	�d�y�n�a�m�i�c� �$�i�n�s�e�m�i�n�a�t�e�,� �'�d�y�n�s�l�a�v�e�'�
�
+�	�	�	�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �(�s�k�i�l�l�_�a�d�v�_�m�u�l� �*� �1�)�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �>� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �m�a�s�t�e�r�_�s�t�r�:� �m�a�s�t�e�r�_�i�l�l� �+�=� �1� �&�!� �v�e�n�e�r�e�a�l� �d�i�s�e�a�s�e� �t�r�a�n�s�m�i�s�s�i�o�n� �t�o� �m�a�s�t�e�r�
�
+�	�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0� �a�n�d� �r�a�n�d�(�1�,�6�)� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �+�=� �1� �&�!� �v�e�n�e�r�e�a�l� �d�i�s�e�a�s�e� �t�r�a�n�s�m�i�s�s�i�o�n� �t�o� �s�l�a�v�e�
�
 �	�	�e�n�d�
�
-�	�"�
�
+�
�
+�	�e�n�d�
�
 �}�
�
 �
�
 �$�c�o�n�s�o�l�e� �=� �{�
�
@@ -54278,7 +55513,7 @@
 �$�s�i�r�_�s�h�e�l�l�y�_�p�r�e�f�[�2�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �I�n� �o�r�d�e�r� �t�o� �s�u�p�p�o�r�t� �v�a�r�i�e�t�y�,� �I� �n�e�e�d� �a� �l�o�t� �o�f� �w�o�r�k�e�r�s� �b�u�t� �t�h�e�y� �m�u�s�t� �b�e� �p�r�e�t�t�y�.� �I� l�l� �t�a�k�e� �a�s� �m�a�n�y� �g�i�r�l�s� �a�s� �y�o�u� �c�a�n� �o�f�f�e�r�,� �p�r�o�v�i�d�e�d� �I� �l�i�k�e� �t�h�e�m�,� �o�f� �c�o�u�r�s�e�.�'�
�
 �$�s�i�r�_�s�h�e�l�l�y�_�p�r�e�f�[�3�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �I�f� �y�o�u� �d�o�n� t� �w�a�n�t� �t�o� �w�a�s�t�e� �m�y� �a�n�d� �y�o�u�r� �t�i�m�e�,� �o�n�l�y� �d�e�l�i�v�e�r� �e�x�c�e�p�t�i�o�n�a�l�l�y� �w�e�l�l�-�t�r�a�i�n�e�d� �a�n�d� �w�e�l�l�-�r�o�u�n�d�e�d� �g�i�r�l�s�.� �O�f� �c�o�u�r�s�e�,� �t�h�e�y� �s�h�o�u�l�d� �b�e� �a�b�l�e� �t�o� �p�l�e�a�s�e� �g�e�n�t�l�e�m�e�n�,� �b�u�t� �o�t�h�e�r� �s�k�i�l�l�s� �a�r�e� �a�l�s�o� �r�e�q�u�i�r�e�d�.�'�
�
 �$�s�i�r�_�s�h�e�l�l�y�_�p�r�e�f�[�4�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �I� �d�o� �n�o�t� �l�i�k�e� �t�o� �h�a�g�g�l�e�,� �s�o� �l�e�t� s� �j�u�s�t� �s�e�t� �a� �p�r�i�c�e�.� �I� �d�o� �n�o�t� �n�e�e�d� �c�h�e�a�p� �o�n�e�s�,� �b�u�t� �t�o�o� �e�x�p�e�n�s�i�v�e� �a�n�d� �s�h�e� �w�o�n� t� �p�a�y� �o�f�f�.�'�
�
-�$�s�i�r�_�s�h�e�l�l�y�_�p�r�e�f�[�5�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �I�f� �I� �m�a�y� �s�u�m�m�a�r�i�z�e� �m�y� �r�e�q�u�i�r�e�m�e�n�t�s�:� �i�n� �a�c�c�o�r�d�a�n�c�e� �t�o� �t�h�e� �e�s�t�a�b�l�i�s�h�e�d� �s�t�a�n�d�a�r�d�s� �i�n� �y�o�u�r� �g�u�i�l�d�,� �I� m� �r�e�a�d�y� �t�o� �t�a�k�e� �c�o�n�c�u�b�i�n�e� �s�l�a�v�e�s� �w�i�t�h� �<�b�>�<�<�$�r�a�t�i�n�g�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�'�'�s�i�r�_�s�h�e�l�l�y�'�'�]�]�>�>�<�/�b�>� �r�a�t�i�n�g� �a�n�d� �h�i�g�h�e�r�.� �I�f� �I� �t�a�k�e� �a� �g�i�r�l�,� �I� l�l� �p�a�y� �<�<�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�'�'�s�i�r�_�s�h�e�l�l�y�'�'�]�]�>�>� �s�p�a�r�k�s� �-� �q�u�i�t�e� �a� �r�e�a�s�o�n�a�b�l�e� �p�r�i�c�e�.� �I�n� �a�d�d�i�t�i�o�n�,� �y�o�u�r� �b�r�a�n�d� �w�i�l�l� �s�e�e�n� �b�y� �v�e�r�y� �i�n�f�l�u�e�n�t�i�a�l� �p�e�r�s�o�n�s�.�'�
�
+�$�s�i�r�_�s�h�e�l�l�y�_�p�r�e�f�[�5�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �I�f� �I� �m�a�y� �s�u�m�m�a�r�i�z�e� �m�y� �r�e�q�u�i�r�e�m�e�n�t�s�:� �i�n� �a�c�c�o�r�d�a�n�c�e� �t�o� �t�h�e� �e�s�t�a�b�l�i�s�h�e�d� �s�t�a�n�d�a�r�d�s� �i�n� �y�o�u�r� �g�u�i�l�d�,� �I� m� �r�e�a�d�y� �t�o� �t�a�k�e� �c�o�n�c�u�b�i�n�e� �s�l�a�v�e�s� �w�i�t�h� �<�b�>�<�<�$�r�a�t�i�n�g�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�'�'�s�i�r�_�s�h�e�l�l�y�'�'�]�]�>�>�<�/�b�>� �r�a�t�i�n�g� �a�n�d� �h�i�g�h�e�r�.� �I�f� �I� �t�a�k�e� �a� �g�i�r�l�,� �I� l�l� �p�a�y� �<�<�c�o�m�m�o�n�_�p�r�i�c�e�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�'�'�s�i�r�_�s�h�e�l�l�y�'�'�]�]�>�>� �s�p�a�r�k�s� �-� �q�u�i�t�e� �a� �r�e�a�s�o�n�a�b�l�e� �p�r�i�c�e�.� �I�n� �a�d�d�i�t�i�o�n�,� �y�o�u�r� �b�r�a�n�d� �w�i�l�l� �b�e� �s�e�e�n� �b�y� �v�e�r�y� �i�n�f�l�u�e�n�t�i�a�l� �p�e�r�s�o�n�s�.�'�
�
 �
�
 �$�b�u�y�_�q�u�o�t�e�[�'�s�i�r�_�s�h�e�l�l�y�'�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �O�k�,� �I� l�l� �t�a�k�e� �h�e�r�.� �T�h�e�r�e� s� �y�o�u�r� �s�p�a�r�k�s� �a�n�d� �t�h�a�n�k� �y�o�u�.� �I� �h�o�p�e� �s�h�e� �p�l�e�a�s�e�s� �m�e�!�'�
�
 �$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�'�s�i�r�_�s�h�e�l�l�y�'�]� �=� �'� � �[�S�i�r� �S�h�e�l�l�e�y�]�<�b�r�>�-� �A�n�d� �w�h�y� �d�o� �I� �n�e�e�d� �h�e�r� �i�f� �s�h�e� �d�o�e�s� �n�o�t� �m�e�e�t� �t�h�e� �r�e�q�u�i�r�e�m�e�n�t�s�?� �I� m� �n�o�t� �i�n�t�e�r�e�s�t�e�d� �i�n� �h�e�r�.�'�
�
@@ -54943,11 +56178,11 @@
 �	�d�e�m�a�n�d�[�'�m�i�n�_�b�e�a�u�t�y�'�]� �=� �5�
�
 �}�
�
 �$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�1�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �W�e�l�l�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �m�y� �l�o�r�d�s� �g�a�v�e� �y�o�u� �t�h�e�i�r� �t�r�u�l�y� �e�x�o�t�i�c� �r�e�q�u�e�s�t�s�,� �e�h�?� �S�o�m�e�t�i�m�e�s� �t�h�e�y� �s�e�e�m� �t�o� �b�e� �r�e�a�l�l�y� �w�e�i�r�d�,� �b�u�t� �w�h�o� �c�a�r�e�s�.� �V�a�l�u�a�b�l�e� �p�r�o�f�e�s�s�i�o�n�a�l�s� �c�a�n� �a�f�f�o�r�d� �t�o� �b�e� �a� �l�i�t�t�l�e� �e�c�c�e�n�t�r�i�c�.�'�
�
-�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�2�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �D�o� �n�o�t� �w�o�r�r�y�,� �I� �d�o� �n�o�t� �n�e�e�d� �a�n�y�t�h�i�n�g� �f�a�n�c�y�.� �I� �j�u�s�t� �n�e�e�d� �t�h�e� �B�E�S�T� �g�i�r�l�.� �P�i�c�k� �u�p� �a�n�d� �t�e�a�c�h� �t�h�e� �m�o�s�t� �g�o�r�g�e�o�u�s� �c�o�n�c�u�b�i�n�e� �f�o�r� �m�e�.�'�
�
+�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�2�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �D�o� �n�o�t� �w�o�r�r�y�,� �I� �d�o� �n�o�t� �n�e�e�d� �a�n�y�t�h�i�n�g� �f�a�n�c�y�.� �I� �j�u�s�t� �n�e�e�d� �t�h�e� �B�E�S�T� �g�i�r�l�.� �P�i�c�k� �u�p� �a�n�d� �t�e�a�c�h� �t�h�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�m�o�s�t� �g�o�r�g�e�o�u�s�<�/�b�>�<�/�f�o�n�t�>� �c�o�n�c�u�b�i�n�e� �f�o�r� �m�e�.�'�
�
 �$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�3�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �O�f� �c�o�u�r�s�e�,� �s�h�e� �s�h�o�u�l�d� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�g�o�o�d� �i�n� �b�e�d�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �k�n�o�w� �h�o�w� �t�o� �w�o�r�k� �w�i�t�h� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�h�a�n�d�s�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�m�o�u�t�h�<�/�b�>�<�/�f�o�n�t�>�.� �W�e�l�l�,� �y�o�u� �k�n�o�w� �t�h�a�t� �b�e�t�t�e�r� �t�h�a�n� �m�e�,� �o�f� �c�o�u�r�s�e�.� �B�u�t� �I� �d�o�n� t� �j�u�s�t� �w�a�n�t� �a� �c�o�n�c�u�b�i�n�e�.�'�
�
-�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�4�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �I� �n�e�e�d� �a� �w�o�m�a�n� �t�h�a�t� �c�a�n� �h�o�l�d� �a� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�c�o�n�v�e�r�s�a�t�i�o�n�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �c�a�n� �s�h�o�w� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�c�h�a�r�a�c�t�e�r�<�/�b�>�<�/�f�o�n�t�>�.� �A� �r�e�a�l� �w�o�m�a�n�,� �y�o�u� �k�n�o�w�,� �w�i�t�h� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�b�r�a�i�n�s�<�/�b�>�<�/�f�o�n�t�>�,� �n�o�t� �j�u�s�t� �a� �m�i�n�d�l�e�s�s� �s�l�a�v�e�.� �O�f� �c�o�u�r�s�e�,� �s�h�e� �n�e�e�d�s� �t�o� �k�n�o�w� �h�e�r� �p�l�a�c�e� �a�s� �w�e�l�l�.�'�
�
-�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�5�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �W�h�a�t� �e�l�s�e�?� �H�m�m�,� �n�o�t�h�i�n�g� �e�l�s�e� �I� �g�u�e�s�s�.� �O�n�l�y� �o�n�e� �t�h�i�n�g� �r�e�m�a�i�n�s� �-� �s�h�e� �s�h�o�u�l�d� �p�l�e�a�s�e� �m�e�.� �B�r�i�n�g� �h�e�r� �h�e�r�e�,� �I� �w�i�l�l� �e�v�a�l�u�a�t�e� �h�e�r�.� �J�u�s�t� �d�o� �n�o�t� �w�a�s�t�e� �m�y� �t�i�m�e�,� �o�n�l�y� �b�r�i�n�g� �a� �p�r�e�p�a�r�e�d� �w�o�m�e�n�.�'�
�
-�$�b�u�y�_�q�u�o�t�e�[�'�t�a�u�r�u�s�_�k�i�n�g�'�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �C�o�n�g�r�a�t�u�l�a�t�i�o�n�s�,� � �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �y�o�u� �b�r�o�u�g�h�t� �u�p� �a� �s�l�a�v�e� �w�o�r�t�h�y� �f�o�r� �k�i�n�g�.� �Y�o�u� �w�i�l�l� �g�e�t� �y�o�u�r� �r�e�w�a�r�d� �f�r�o�m� �m�y� �t�r�e�a�s�u�r�e�r�.�'�
�
+�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�4�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �I� �n�e�e�d� �a� �w�o�m�a�n� �t�h�a�t� �c�a�n� �h�o�l�d� �a� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�c�o�n�v�e�r�s�a�t�i�o�n�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �c�a�n� �s�h�o�w� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�c�h�a�r�a�c�t�e�r�<�/�b�>�<�/�f�o�n�t�>�.� �A� �r�e�a�l� �w�o�m�a�n�,� �y�o�u� �k�n�o�w�,� �w�i�t�h� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�b�r�a�i�n�s�<�/�b�>�<�/�f�o�n�t�>�,� �n�o�t� �j�u�s�t� �a� �m�i�n�d�l�e�s�s� �s�l�a�v�e�.� �O�f� �c�o�u�r�s�e�,� �s�h�e� �n�e�e�d�s� �t�o� �k�n�o�w� �h�e�r� �p�l�a�c�e� �a�s� �w�e�l�l�.�'�
�
+�$�t�a�u�r�u�s�_�k�i�n�g�_�p�r�e�f�[�5�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �W�h�a�t� �e�l�s�e�?� �H�m�m�,� �s�h�e� �m�u�s�t� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�a�b�l�e� �t�o� �s�h�o�u�l�d�e�r� �m�a�n�y� �t�a�s�k�s�<�/�b�>�<�/�f�o�n�t�>�.� �A� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�h�e�a�l�t�h�y�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�e�y�e�-�c�a�t�c�h�i�n�g�<�/�b�>�<�/�f�o�n�t�>� �f�i�g�u�r�e� �i�s� �a� �g�i�v�e�n�.�'�
�
+�$�b�u�y�_�q�u�o�t�e�[�'�t�a�u�r�u�s�_�k�i�n�g�'�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �C�o�n�g�r�a�t�u�l�a�t�i�o�n�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �y�o�u� �b�r�o�u�g�h�t� �u�p� �a� �s�l�a�v�e� �w�o�r�t�h�y� �f�o�r� �k�i�n�g�.� �Y�o�u� �w�i�l�l� �g�e�t� �y�o�u�r� �r�e�w�a�r�d� �f�r�o�m� �m�y� �t�r�e�a�s�u�r�e�r�.�'�
�
 �$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�'�t�a�u�r�u�s�_�k�i�n�g�'�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �N�o�.� �S�h�e� �i�s� �t�o�o� �u�n�s�k�i�l�l�f�u�l�.� �T�r�y� �n�o�t� �t�o� �m�a�k�e� �t�h�i�s� �m�i�s�t�a�k�e� �a�g�a�i�n�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.�'�
�
 �$�r�e�f�u�s�e�_�l�e�v�e�l�_�q�u�o�t�e�[�'�t�a�u�r�u�s�_�k�i�n�g�'�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �I�f� �e�v�e�n� �t�h�e� �k�i�n�g� �c�a�n� �n�o�t� �a�f�f�o�r�d� �a�n� �<�b�>�<�<�$�r�a�t�i�n�g�[�d�e�m�a�n�d�_�r�a�t�i�n�g�[�'�'�t�a�u�r�u�s�_�k�i�n�g�'�'�]�]�>�>�<�/�b�>� �r�a�t�i�n�g�,� �t�h�e�n� �w�h�o� �w�o�u�l�d� �b�u�y� �i�t�?� �I� �n�e�e�d� �a� �s�l�a�v�e� �o�f� �t�h�e� �h�i�g�h�e�s�t� �q�u�a�l�i�t�y�.� �D�i�d� �I� �n�o�t� �s�a�y� �t�h�a�t�?�'�
�
 �$�r�e�f�u�s�e�_�c�h�a�r�m�_�q�u�o�t�e�[�'�t�a�u�r�u�s�_�k�i�n�g�'�]� �=� �'� � �[�K�i�n�g� �A�r�b�o�r�e�u�s�]�<�b�r�>�-� �T�h�i�s� �a� �p�r�e�t�t�y� �g�o�o�d� �w�o�r�k�,� �I� �d�o� �n�o�t� �a�r�g�u�e�.� �A�n�d� �y�o�u� �w�i�l�l� �e�a�s�i�l�y� �f�i�n�d� �a� �b�u�y�e�r� �f�o�r� �t�h�a�t� �g�i�r�l� �f�o�r� �s�u�r�e�.� �B�u�t� �I� �w�i�l�l� �n�o�t� �t�a�k�e� �h�e�r�.� �I� �d�o� �n�o�t� �l�i�k�e� �h�e�r�.� �C�o�n�s�i�d�e�r� �i�t� �a�s� �a� �r�o�y�a�l� �w�h�i�m�.�'�
�
@@ -54974,8 +56209,8 @@
 �	�d�e�m�a�n�d�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �1�
�
 �	�d�e�m�a�n�d�[�'�m�i�n�_�b�e�a�u�t�y�'�]� �=� �5�
�
 �}�
�
-�$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�1�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �Y�o�u� �a�r�e� �r�e�n�o�w�n� �a�s� �a� �v�e�r�y� �c�o�m�p�e�t�e�n�t� �e�x�p�e�r�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �T�h�a�t� �i�s� �n�e�c�e�s�s�a�r�y�,� �a�s� �I� m� �l�o�o�k�i�n�g� �f�o�r� �s�o�m�e�t�h�i�n�g� �r�a�t�h�e�r� �u�n�u�s�u�a�l�.� �T�h�e� �p�o�i�n�t� �i�s� �t�h�a�t� �I� �h�a�v�e� �a� �s�o�n�,� �V�l�o�m�i�l�i�o�.� �N�o�t� �b�l�o�o�d�-�r�e�l�a�t�e�d�,� �o�f� �c�o�u�r�s�e�& '�
�
-�$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�2�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �M�y� �o�w�n� �c�h�i�l�d�r�e�n� �s�t�a�y�e�d� �b�e�h�i�n�d� �t�h�e� �F�o�g�.� �B�u�t� �I� �a�d�o�p�t�e�d� �h�i�m� �t�o� �c�o�n�t�i�n�u�e� �m�y� �l�i�n�e�a�g�e�.� �H�e� �i�s� �a� �h�a�n�d�s�o�m�e�,� �d�a�r�i�n�g� �g�u�y�,� �b�u�t� �i�l�l�-�m�a�n�n�e�r�e�d� �a�n�d� �s�o�m�e�w�h�a�t�&  �d�u�l�l�.� �A�n�d� �I� �h�a�v�e� �n�o� �t�i�m�e� �f�o�r� �e�d�u�c�a�t�i�o�n�.�'�
�
+�$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�1�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �Y�o�u� �a�r�e� �k�n�o�w�n� �a�s� �a� �v�e�r�y� �c�o�m�p�e�t�e�n�t� �e�x�p�e�r�t�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �T�h�a�t� �i�s� �n�e�c�e�s�s�a�r�y�,� �a�s� �I� m� �l�o�o�k�i�n�g� �f�o�r� �s�o�m�e�t�h�i�n�g� �r�a�t�h�e�r� �u�n�u�s�u�a�l�.� �T�h�e� �p�o�i�n�t� �i�s� �t�h�a�t� �I� �h�a�v�e� �a� �s�o�n�,� �V�l�o�m�i�l�i�o�.� �N�o�t� �b�l�o�o�d�-�r�e�l�a�t�e�d�,� �o�f� �c�o�u�r�s�e�& '�
�
+�$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�2�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �M�y� �o�w�n� �c�h�i�l�d�r�e�n� �s�t�a�y�e�d� �b�e�h�i�n�d� �t�h�e� �F�o�g�.� �B�u�t� �I� �a�d�o�p�t�e�d� �a� �b�o�y� �t�o� �c�o�n�t�i�n�u�e� �m�y� �l�i�n�e�a�g�e�.� �H�e� �i�s� �a� �h�a�n�d�s�o�m�e�,� �d�a�r�i�n�g� �g�u�y�,� �b�u�t� �i�l�l�-�m�a�n�n�e�r�e�d� �a�n�d� �s�o�m�e�w�h�a�t�&  �d�u�l�l�.� �A�n�d� �I� �h�a�v�e� �n�o� �t�i�m�e� �f�o�r� �e�d�u�c�a�t�i�o�n�.�'�
�
 �$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�3�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �H�e� �g�r�e�w� �u�p� �a�m�o�n�g�s�t� �s�o�l�d�i�e�r�s� �a�n�d� �h�o�u�s�e�m�a�i�d�s�,� �c�h�i�l�d�r�e�n� �a�r�e� �r�a�r�e� �i�n� �t�h�e�s�e� �p�a�r�t�s�.� �S�o� �I� �t�h�o�u�g�h�t� �I� �c�o�u�l�d� �b�u�y� �h�i�m� �a� �g�i�r�l�-�p�e�e�r�.� �N�o�t� �o�n�l�y� �t�o� �p�l�a�y� �w�i�t�h� �h�i�m�,� �b�u�t� �t�o� �e�d�u�c�a�t�e� �h�i�m� �a�s� �w�e�l�l�!�'�
�
 �$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�4�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �I� �n�e�e�d� �a�n� �i�m�m�a�t�u�r�e� �g�i�r�l�,� �b�u�t� �s�h�e� �s�h�o�u�l�d� �h�a�v�e� �a� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�s�t�r�o�n�g� �n�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�c�l�e�v�e�r�<�/�b�>�<�/�f�o�n�t�>�.� �S�h�e� �s�h�o�u�l�d� �t�e�a�c�h� �V�l�o�m�i�l�i�o� �s�o�m�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�m�a�n�n�e�r�s�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�s�c�i�e�n�c�e�s�<�/�b�>�<�/�f�o�n�t�>�.� �A�n�d� �s�o�m�e�t�h�i�n�g� �f�o�r� �a�e�s�t�h�e�t�i�c�i�s�m�.� �S�h�e� �m�i�g�h�t� �b�e� �s�k�i�l�l�e�d� �i�n� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�m�u�s�i�c�<�/�b�>�<�/�f�o�n�t�>�&  �p�i�a�n�o� �o�r� �l�u�t�e�& '�
�
 �$�g�e�n�e�r�a�l�_�b�a�r�a�b�a�s�_�p�r�e�f�[�5�]� �=� �'� � �[�G�e�n�e�r�a�l� �B�a�r�a�b�a�s�]�<�b�r�>�-� �S�u�r�e�l�y� �t�h�e�y� �m�a�y� �f�a�l�l� �i�n� �l�o�v�e� �s�o� �s�h�e� �s�h�o�u�l�d� �b�e� �a� �v�i�r�g�i�n�.� �A� �w�h�o�r�e� �i�s� �n�o�t� �f�i�t� �f�o�r� �m�y� �s�o�n�.� �A�n�d� �o�f� �c�o�u�r�s�e� �s�h�e� �n�e�e�d�s� �t�o� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�b�e�a�u�t�i�f�u�l�<�/�b�>�<�/�f�o�n�t�>�,� �w�i�t�h� �c�u�r�l�y� �h�a�i�r�,� �b�i�g� �e�y�e�s� �a�n�d� �a� �f�a�c�e� �l�i�k�e� �a� �d�o�l�l�.�'�
�
@@ -55766,23 +57001,23 @@
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�a�l�c�h�e�m�y�'�]� �=� �4�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�e�n�c�h�a�n�t�e�r�'�]� �=� �4�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�s�e�r�v�i�c�e�'�]� �=� �4�
�
-�	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�a�r�t�'�]� �=� �4�
�
+�	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�m�u�s�i�c�'�]� �=� �4�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�x�e�n�o�p�h�i�l�y�'�]� �=� �3�
�
 �}�
�
 �$�b�u�y�e�r�_�d�e�m�a�n�d�[�'�t�i�a�m�a�t�h�'�]� �=� �{�
�
 �}�
�
-�$�t�i�a�m�a�t�h�_�p�r�e�f�[�1�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �D�O� �Y�O�U� �S�E�E� �T�H�I�S� �S�H�I�N�I�N�G� �C�H�I�L�D�,� �H�U�M�A�N�?� �H�E� S� �M�Y� �H�E�I�R�,� �H�O�P�E� �O�F� �T�H�E� �H�O�U�S�E� �I�N� �T�H�E� �N�E�X�T� �M�I�L�L�E�N�N�I�U�M�.� �S�O� �V�U�L�N�E�R�A�B�L�E� �N�O�W�,� �B�U�T� �U�N�D�E�R� �M�Y� �P�R�O�T�E�C�T�I�O�N� �H�E� �W�I�L�L� �G�R�O�W� �T�O� �B�E� �T�H�E� �M�O�S�T� �P�O�W�E�R�F�U�L� �C�R�E�A�T�U�R�E� �I�N� �T�H�I�S� �D�I�R�T�Y� �C�I�T�Y�.�'�
�
-�$�t�i�a�m�a�t�h�_�p�r�e�f�[�2�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �H�E�,� �H�O�W�E�V�E�R�,� �H�A�S� �A� �P�R�O�B�L�E�M�.� �H�E� �C�A�N�N�O�T� �D�I�S�T�I�N�G�U�I�S�H� �B�E�T�W�E�E�N� �H�I�G�H�E�R� �A�N�D� �L�O�W�E�R� �B�E�I�N�G�.� �K�I�N�D�N�E�S�S� �W�I�L�L� �M�A�K�E� �H�I�M� �V�U�L�N�E�R�A�B�L�E�.� �H�E� �N�E�E�D�S� �T�O� �G�E�T� �U�S�E�D� �T�O� �C�O�M�M�A�N�D�I�N�G� �L�E�S�S�E�R� �B�E�I�N�G�S�,� �S�U�C�H� �A�S� �T�H�E�E�.�'�
�
-�$�t�i�a�m�a�t�h�_�p�r�e�f�[�3�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �T�R�A�I�N� �A� �H�U�M�A�N� �F�E�M�A�L�E� �F�O�R� �H�I�M�.� �P�R�E�P�A�R�E� �H�E�R� �W�E�L�L�,� �L�E�T� �S�H�E� �B�E� �O�B�E�D�I�E�N�T� �T�O� �H�E�R� �M�A�S�T�E�R� �A�B�O�V�E� �A�L�L�.� �S�H�E� �M�U�S�T� �B�E� �A�B�L�E� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�F�E�E�L�<�/�b�>�<�/�f�o�n�t�>� �P�A�I�N� �A�N�D� �S�A�D�N�E�S�S�.�'�
�
-�$�t�i�a�m�a�t�h�_�p�r�e�f�[�4�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �S�H�E� �M�U�S�T� �T�A�K�E� �C�A�R�E� �O�F� �H�I�M�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�C�L�E�A�N� �H�I�M� �U�P�<�/�b�>�<�/�f�o�n�t�>� �A�N�D� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�H�E�A�L� �H�I�M�<�/�b�>�<�/�f�o�n�t�>� �A�N�D� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�S�I�N�G�<�/�b�>�<�/�f�o�n�t�>� �H�I�M� �A� �L�U�L�L�A�B�Y�.� �I�F� �H�E� �W�A�N�T�S� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�R�A�P�E�<�/�b�>�<�/�f�o�n�t�>� �H�E�R�,� �S�H�E� �M�U�S�T� �B�E� �R�E�A�D�Y� �F�O�R� �T�H�I�S�.�'�
�
-�$�t�i�a�m�a�t�h�_�p�r�e�f�[�5�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �A�N�D� �M�O�S�T� �I�M�P�O�R�T�A�N�T�L�Y�,� �S�H�E� �M�U�S�T� �I�D�E�A�L�L�Y� �E�X�E�C�U�T�E� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�T�H�E� �R�O�L�E� �O�F� �A�N� �A�N�I�M�A�L�<�/�b�>�<�/�f�o�n�t�>�.� �M�Y� �H�E�I�R� �H�A�S� �T�O� �L�E�A�R�N� �T�H�E� �W�O�R�T�H� �O�F� �P�E�O�P�L�E� �A�N�D� �N�O�T� �M�A�K�E� �T�H�E� �M�I�S�T�A�K�E� �O�F� �T�R�Y�I�N�G� �T�O� �C�O�M�M�U�N�I�C�A�T�E� �O�N� �E�Q�U�A�L� �T�E�R�M�S�.� �N�O�W� �G�O�.� �Y�O�U� �H�E�A�R�D� �M�Y� �W�I�L�L�.�'�
�
+�$�t�i�a�m�a�t�h�_�p�r�e�f�[�1�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �D�O� �Y�O�U� �S�E�E� �T�H�I�S� �S�H�I�N�I�N�G� �C�H�I�L�D�,� �H�U�M�A�N�?� �H�E� �I�S� �M�Y� �H�E�I�R�,� �H�O�P�E� �O�F� �T�H�E� �H�O�U�S�E� �I�N� �T�H�E� �N�E�X�T� �M�I�L�L�E�N�N�I�U�M�.� �S�O� �V�U�L�N�E�R�A�B�L�E� �N�O�W�,� �B�U�T� �U�N�D�E�R� �M�Y� �P�R�O�T�E�C�T�I�O�N� �H�E� �W�I�L�L� �G�R�O�W� �T�O� �B�E� �T�H�E� �M�O�S�T� �P�O�W�E�R�F�U�L� �C�R�E�A�T�U�R�E� �I�N� �T�H�I�S� �D�I�R�T�Y� �C�I�T�Y�.�'�
�
+�$�t�i�a�m�a�t�h�_�p�r�e�f�[�2�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �H�E�,� �H�O�W�E�V�E�R�,� �H�A�S� �A� �P�R�O�B�L�E�M�.� �H�E� �C�A�N�N�O�T� �D�I�S�T�I�N�G�U�I�S�H� �B�E�T�W�E�E�N� �H�I�G�H�E�R� �A�N�D� �L�O�W�E�R� �B�E�I�N�G�S�.� �K�I�N�D�N�E�S�S� �W�I�L�L� �M�A�K�E� �H�I�M� �V�U�L�N�E�R�A�B�L�E�.� �H�E� �N�E�E�D�S� �T�O� �G�E�T� �U�S�E�D� �T�O� �C�O�M�M�A�N�D�I�N�G� �L�E�S�S�E�R� �B�E�I�N�G�S�,� �S�U�C�H� �A�S� �Y�O�U�.�'�
�
+�$�t�i�a�m�a�t�h�_�p�r�e�f�[�3�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �T�R�A�I�N� �A� �H�U�M�A�N� �F�E�M�A�L�E� �F�O�R� �H�I�M�.� �P�R�E�P�A�R�E� �H�E�R� �W�E�L�L�.� �L�E�T� �S�H�E� �B�E� �O�B�E�D�I�E�N�T� �T�O� �H�E�R� �M�A�S�T�E�R� �A�B�O�V�E� �A�L�L�.� �S�H�E� �M�U�S�T� �B�E� �A�B�L�E� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�F�E�E�L�<�/�b�>�<�/�f�o�n�t�>� �P�A�I�N� �A�N�D� �S�A�D�N�E�S�S�.�'�
�
+�$�t�i�a�m�a�t�h�_�p�r�e�f�[�4�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �S�H�E� �M�U�S�T� �T�A�K�E� �C�A�R�E� �O�F� �H�I�M�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�C�L�E�A�N� �H�I�M� �U�P�<�/�b�>�<�/�f�o�n�t�>�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�H�E�A�L� �H�I�M�<�/�b�>�<�/�f�o�n�t�>� �W�I�T�H� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�P�O�T�I�O�N�S�<�/�b�>�<�/�f�o�n�t�>� �A�N�D� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�M�A�G�I�C�<�/�b�>�<�/�f�o�n�t�>� �A�N�D� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�F�E�F�"�>�<�b�>�S�I�N�G�<�/�b�>�<�/�f�o�n�t�>� �H�I�M� �A� �L�U�L�L�A�B�Y�.� �I�F� �H�E� �W�A�N�T�S� �T�O� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�R�A�P�E�<�/�b�>�<�/�f�o�n�t�>� �H�E�R�,� �S�H�E� �M�U�S�T� �B�E� �R�E�A�D�Y� �F�O�R� �T�H�I�S�.�'�
�
+�$�t�i�a�m�a�t�h�_�p�r�e�f�[�5�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �A�N�D� �M�O�S�T� �I�M�P�O�R�T�A�N�T�L�Y�,� �S�H�E� �M�U�S�T� �I�D�E�A�L�L�Y� �E�X�E�C�U�T�E� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�T�H�E� �R�O�L�E� �O�F� �A�N� �A�N�I�M�A�L�<�/�b�>�<�/�f�o�n�t�>�.� �M�Y� �H�E�I�R� �M�U�S�T� �L�E�A�R�N� �T�H�E� �W�O�R�T�H� �O�F� �P�E�O�P�L�E� �A�N�D� �N�O�T� �M�A�K�E� �T�H�E� �M�I�S�T�A�K�E� �O�F� �T�R�Y�I�N�G� �T�O� �C�O�M�M�U�N�I�C�A�T�E� �O�N� �E�Q�U�A�L� �T�E�R�M�S�.� �N�O�W� �G�O�.� �Y�O�U� �H�E�A�R�D� �M�Y� �W�I�L�L�.�'�
�
 �
�
 �$�b�u�y�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �Y�E�S�.� �T�H�I�S� �W�I�L�L� �D�O�.� �Y�O�U� �W�I�L�L� �G�E�T� �Y�O�U�R� �M�O�N�E�Y� �F�R�O�M� �T�H�E� �T�R�E�A�S�U�R�E�R�,� �H�U�M�A�N�.�'�
�
-�$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �N�O�!� �S�H�E� �H�A�S� �B�E�E�N� �T�R�A�I�N�E�D� �T�O�O� �P�O�O�R�L�Y� �T�O� �B�E� �A�L�L�O�W� �I�N� �M�Y� �P�R�E�S�E�N�C�E�.� �B�A�D� �H�U�M�A�N�.� �B�A�D�!�'�
�
+�$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �N�O�!� �S�H�E� �H�A�S� �B�E�E�N� �T�R�A�I�N�E�D� �T�O�O� �P�O�O�R�L�Y� �T�O� �B�E� �A�L�L�O�W�E�D� �I�N� �M�Y� �P�R�E�S�E�N�C�E�.� �B�A�D� �H�U�M�A�N�.� �B�A�D�!�'�
�
 �$�r�e�f�u�s�e�_�l�e�v�e�l�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �S�H�E� �S�H�O�U�L�D� �B�E� �G�R�E�A�T� �B�Y� �Y�O�U�R� �S�T�A�N�D�A�R�D�S�.� �B�E�T�T�E�R� �T�H�A�N� �A�N�Y�O�N�E�.� �T�E�A�C�H� �H�E�R� �B�E�T�T�E�R�,� �H�U�M�A�N�.� �D�O� �N�O�T� �T�E�S�T� �M�Y� �P�A�T�I�E�N�C�E�.�'�
�
 �$�r�e�f�u�s�e�_�c�h�a�r�m�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �I� �S�E�E� �H�I�D�D�E�N� �M�A�L�I�C�E� �I�N� �H�E�R� �E�Y�E�S�.� �I� �W�I�L�L� �N�O�T� �A�L�L�O�W� �H�E�R� �I�N� �M�Y� �P�R�E�S�E�N�C�E�.� �T�A�K�E� �T�H�I�S� �F�E�M�A�L�E� �A�W�A�Y�!�'�
�
-�$�r�e�f�u�s�e�_�h�e�a�l�t�h�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �W�h�a�t� �a�r�e� �y�o�u� �t�r�y�i�n�g� �t�o� �p�u�l�l�?� �S�h�e� �d�o�e�s� �n�o�t� �l�o�o�k� �a�s� �h�e�a�l�t�h�y� �a�n�d� �e�n�e�r�g�e�t�i�c� �a�s� �s�h�e� �s�h�o�u�l�d�.� �Y�o�u� l�l� �b�e� �l�u�c�k�y� �t�o� �l�e�a�v�e� �h�e�r�e� �i�n� �o�n�e� �p�i�e�c�e�!�'�
�
-�$�r�e�f�u�s�e�_�p�r�e�g�n�a�n�t�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �S�o�,� �y�o�u� �a�r�e� �t�r�y�i�n�g� �t�o� �s�e�l�l� �m�e� �a� �p�r�e�g�n�a�n�t� �s�l�a�v�e� �a�n�d� �w�a�n�t� �m�e� �t�o� �d�e�a�l� �w�i�t�h� �i�t�?� �A�b�s�o�l�u�t�e�l�y� �n�o�t�!�'�
�
+�$�r�e�f�u�s�e�_�h�e�a�l�t�h�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �W�H�A�T� �I�S� �T�H�I�S� �W�E�A�K� �F�E�M�A�L�E� �Y�O�U� �O�F�F�E�R� �M�E�?� �H�O�W� �C�A�N� �S�H�E� �C�A�R�E� �F�O�R� �M�Y� �H�E�I�R� �I�F� �S�H�E� �N�E�E�D�S� �C�A�R�E� �H�E�R�S�E�L�F�?�'�
�
+�$�r�e�f�u�s�e�_�p�r�e�g�n�a�n�t�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �W�H�A�T� �I�S� �T�H�A�T� �S�M�E�L�L�?� �S�H�E� �I�S� �P�R�E�G�N�A�N�T�!� �Y�O�U� �E�X�P�E�C�T� �M�E� �T�O� �D�E�A�L� �W�I�T�H� �I�T�?� �D�O� �N�O�T� �T�E�S�T� �M�Y� �P�A�T�I�E�N�C�E�.�'�
�
 �$�r�e�f�u�s�e�_�s�p�e�c�i�a�l�_�q�u�o�t�e�[�'�t�i�a�m�a�t�h�'�]� �=� �'� � �[�T�I�A�M�A�T�]�<�b�r�>�-� �G�O� �A�W�A�Y�!�'�
�
 �
�
 �$�n�p�c�_�i�m�a�g�e�[�'�p�r�e�t�o�r�_�t�i�f�a�r�e�t�'�]� �=� �'�p�r�e�t�o�r�_�t�i�f�a�r�e�t�'�
�
@@ -55866,10 +57101,10 @@
 �$�b�u�y�e�r�_�d�e�m�a�n�d�[�'�g�e�n�e�r�a�l�_�c�a�r�n�i�s�'�]� �=� �{�
�
 �}�
�
 �$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�1�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �D�o� �y�o�u� �p�l�a�y� �c�h�e�s�s�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�?� �I� �r�e�c�o�m�m�e�n�d� �i�t�.� �G�r�e�a�t� �g�a�m�e� �f�o�r� �b�o�t�h� �a� �w�a�r�r�i�o�r� �a�n�d� �a� �s�t�r�a�t�e�g�i�s�t�.� �L�e�t� �u�s� �p�l�a�y�,� �w�h�i�l�e� �w�e� �s�p�e�a�k�.�'�
�
-�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�2�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �S�o�,� �m�y� �f�r�i�e�n�d�s� �h�i�g�h�l�y� �r�e�c�o�m�m�e�n�d� �y�o�u�r� �s�l�a�v�e�s�.� �I� v�e�d�e�c�i�d�e�d� �t�o� �t�r�y� �o�n�e� �m�y�s�e�l�f�.� �I� �h�o�n�e�s�t�l�y� �h�a�v�e� �n�o�t� �k�e�p�t� �t�h�e�m� �b�e�f�o�r�e�.� �T�h�e�r�e� �i�s� �s�o�m�e�o�n�e� �w�h�o� �c�o�o�k�s� �a�n�d� �c�l�e�a�n�s�.� �B�u�t� �a�t� �n�i�g�h�t�,� �i�t� �g�e�t�s� �l�o�n�e�l�y�.� �I� m� �g�e�t�t�i�n�g� �o�l�d�.�'�
�
-�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�3�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �P�r�e�p�a�r�e� �m�e� �a� �w�o�m�a�n� �w�h�o� �w�i�l�l� �k�n�o�w� �h�o�w� �t�o� �d�e�a�l� �w�i�t�h� �m�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�b�e�a�s�t� �n�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>�.� �T�h�e� �w�o�l�f� �i�n� �m�e� �i�s� �n�o� �l�e�s�s� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �t�h�e� �h�u�m�a�n�.� �A�l�t�h�o�u�g�h� �t�h�e� �u�s�u�a�l� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�a�r�t� �o�f� �l�o�v�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �w�o�r�k� �w�i�t�h� �t�h�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�t�o�n�g�u�e�<�/�b�>�<�/�f�o�n�t�>� �a�l�s�o� �c�o�m�e� �i�n� �h�a�n�d�y�.�'�
�
+�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�2�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �S�o�,� �m�y� �f�r�i�e�n�d�s� �h�i�g�h�l�y� �r�e�c�o�m�m�e�n�d� �y�o�u�r� �s�l�a�v�e�s�.� �I� v�e� �d�e�c�i�d�e�d� �t�o� �t�r�y� �o�n�e� �m�y�s�e�l�f�.� �I� �h�o�n�e�s�t�l�y� �h�a�v�e� �n�o�t� �k�e�p�t� �t�h�e�m� �b�e�f�o�r�e�.� �T�h�e�r�e� �i�s� �s�o�m�e�o�n�e� �w�h�o� �c�o�o�k�s� �a�n�d� �c�l�e�a�n�s�.� �B�u�t� �a�t� �n�i�g�h�t�,� �i�t� �g�e�t�s� �l�o�n�e�l�y�.� �I� m� �g�e�t�t�i�n�g� �o�l�d�.�'�
�
+�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�3�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �P�r�e�p�a�r�e� �m�e� �a� �w�o�m�a�n� �w�h�o� �w�i�l�l� �k�n�o�w� �h�o�w� �t�o� �d�e�a�l� �w�i�t�h� �m�y� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�b�e�a�s�t� �n�a�t�u�r�e�<�/�b�>�<�/�f�o�n�t�>�.� �T�h�e� �w�o�l�f� �i�n� �m�e� �i�s� �n�o� �l�e�s�s� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �t�h�e� �h�u�m�a�n�.� �A�l�t�h�o�u�g�h� �t�h�e� �u�s�u�a�l� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�a�r�t� �o�f� �l�o�v�e�<�/�b�>�<�/�f�o�n�t�>� �a�n�d� �w�o�r�k� �w�i�t�h� �t�h�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�<�b�>�t�o�n�g�u�e�<�/�b�>�<�/�f�o�n�t�>� �a�l�s�o� �c�o�m�e� �i�n� �h�a�n�d�y�.�'�
�
 �$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�4�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �B�u�t� �a�l�l� �t�h�e�s�e� �a�r�e� �d�e�t�a�i�l�s�.� �M�o�s�t� �i�m�p�o�r�t�a�n�t�l�y�,� �t�h�e� �w�o�m�a�n� �t�h�a�t� �y�o�u� �o�f�f�e�r� �t�o� �m�e� �s�h�o�u�l�d� �h�a�v�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�o�u�t�s�t�a�n�d�i�n�g� �i�n�t�e�l�l�i�g�e�n�c�e�<�/�b�>�<�/�f�o�n�t�>�.� �T�h�e� �i�n�t�e�l�l�i�g�e�n�c�e� �o�f� �a� �c�h�e�s�s� �p�l�a�y�e�r�.� �I� �f�i�n�d� �t�h�i�s� �g�a�m�e� �e�v�e�n� �m�o�r�e� �e�n�t�e�r�t�a�i�n�i�n�g� �t�h�a�n� �h�u�n�t�i�n�g� �a�n�d� �l�o�v�e�.�'�
�
-�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�5�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �A�n�d� �l�e�t� �h�e�r� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�<�b�>�l�i�t�e�r�a�t�e�<�/�b�>�<�/�f�o�n�t�>�,� �a�b�l�e� �t�o� �p�u�t� �t�w�o� �a�n�d� �t�w�o� �t�o�g�e�t�h�e�r�,� �s�o� �s�h�e� �w�o�u�l�d� �n�o�t� �y�i�e�l�d� �a� �q�u�e�e�n� �a�s� �y�o�u� �h�a�v�e�,� �m�y� �f�r�i�e�n�d�.� �A�n�d� �b�y� �t�h�e� �w�a�y�&  �c�h�e�c�k�m�a�t�e�.�'�
�
+�$�g�e�n�e�r�a�l�_�c�a�r�n�i�s�_�p�r�e�f�[�5�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �A�n�d� �l�e�t� �h�e�r� �b�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�8�0�0�0�"�>�<�b�>�l�i�t�e�r�a�t�e�<�/�b�>�<�/�f�o�n�t�>�,� �a�b�l�e� �t�o� �p�u�t� �t�w�o� �a�n�d� �t�w�o� �t�o�g�e�t�h�e�r�,� �s�o� �s�h�e� �w�o�u�l�d� �n�o�t� �y�i�e�l�d� �a� �q�u�e�e�n� �a�s� �y�o�u� �h�a�v�e�,� �m�y� �f�r�i�e�n�d�.� �A�n�d� �b�y� �t�h�e� �w�a�y�&  �c�h�e�c�k�m�a�t�e�.�'�
�
 �$�b�u�y�_�q�u�o�t�e�[�'�g�e�n�e�r�a�l�_�c�a�r�n�i�s�'�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �G�o�o�d�.� �S�h�e� �c�o�m�p�l�e�t�e�l�y� �s�a�t�i�s�f�i�e�s� �m�e�.� �I� �c�a�n�n�o�t� �w�a�i�t� �t�o� �f�i�n�d� �o�u�t� �w�h�a�t� �c�h�e�s�s� �t�a�l�e�n�t�s� �t�h�i�s� �y�o�u�n�g� �p�e�r�s�o�n� �p�o�s�s�e�s�s�e�s�.�'�
�
 �$�r�e�f�u�s�e�_�s�k�i�l�l�_�q�u�o�t�e�[�'�g�e�n�e�r�a�l�_�c�a�r�n�i�s�'�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �N�o�.� �S�h�e� �i�s� �i�n�s�u�f�f�i�c�i�e�n�t�l�y� �t�r�a�i�n�e�d� �t�o� �p�l�a�y� �w�i�t�h� �m�e�.� �I� �a�s�k� �y�o�u� �t�o� �t�r�y� �b�e�t�t�e�r�.�'�
�
 �$�r�e�f�u�s�e�_�l�e�v�e�l�_�q�u�o�t�e�[�'�g�e�n�e�r�a�l�_�c�a�r�n�i�s�'�]� �=� �'� � �[�G�e�n�e�r�a�l� �C�a�r�n�e�y�s�]�<�b�r�>�-� �I�t� �i�s� �n�o�t� �b�a�d�,� �b�u�t� �I� �w�o�u�l�d� �l�i�k�e� �t�o� �s�e�e� �a� �d�e�c�e�n�t� �o�v�e�r�a�l�l� �l�e�v�e�l�.� �T�h�i�s� �i�s� �c�a�l�l�e�d� �"�A�"� �r�a�n�k� �i�n� �y�o�u�r� �g�u�i�l�d�,� �I� �b�e�l�i�e�v�e�?�'�
�
@@ -56270,7 +57505,7 @@
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�n�u�r�s�e�'�]� �=� �5�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�a�l�c�h�e�m�y�'�]� �=� �5�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�e�n�c�h�a�n�t�e�r�'�]� �=� �5�
�
-�	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�s�e�r�v�i�c�e�'�]� �=� �4�
�
+�	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�s�e�r�v�i�c�e�'�]� �=� �5�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�s�e�c�r�e�t�a�r�y�'�]� �=� �3�
�
 �}�
�
 �$�b�u�y�e�r�_�d�e�m�a�n�d�[�'�b�i�s�h�o�p�_�n�e�r�i�l�i�s�'�]� �=� �{�
�
@@ -56297,7 +57532,7 @@
 �$�i�n�t�e�r�e�s�t�i�n�g�_�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�'�p�r�e�t�o�r�_�k�a�m�a�e�l�'�]� �=� �'�r�e�f�f�e�r�e�n�t�'�
�
 �$�d�i�a�r�y�_�m�a�r�k�[�'�p�r�e�t�o�r�_�k�a�m�a�e�l�'�]� �=� �"� � � �<�<�$�n�p�c�_�n�a�m�e�[�'�p�r�e�t�o�r�_�k�a�m�a�e�l�'�]�>�>�.� �T�o� �s�e�e� �h�i�m� �I� �h�a�v�e� �t�o� �e�n�t�e�r� �i�n�t�o� �t�h�e� �R�a�v�e�n� �T�o�w�e�r� �i�n� �t�h�e� �N�e�c�r�o�p�o�l�i�s�.�"�
�
 �$�n�p�c�_�p�r�e�f�e�r�e�n�c�e�s�[�'�p�r�e�t�o�r�_�k�a�m�a�e�l�'�]� �=� �{�
�
-�	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �=� �4�
�
+�	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �=� �5�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�e�g�o�'�]� �=� �3�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�e�x�p�r�e�s�s�i�o�n�'�]� �=� �5�
�
 �	�s�t�a�t�_�i�m�p�o�r�t�a�n�c�e�[�'�s�e�c�r�e�t�a�r�y�'�]� �=� �3�
�
@@ -56610,15 +57845,32 @@
 �#� �#�i�t�e�m�_�b�a�s�e�
�
 �!�I�T�E�M� �D�A�T�A�B�A�S�E�
�
 �!�[�0�]�
�
-�$�i�t�e�m�_�n�a�m�e�[�0�]� �=� �'�-�'�
�
+�$�i�t�e�m�_�n�a�m�e�[�0�]� �=� �'�-�'� �&�!� �D�O� �N�O�T� �M�O�D�I�F�Y� �T�H�I�S�
�
 �i�t�e�m�_�p�r�i�c�e�[�0�]� �=� �0�
�
-�i�t�e�m�_�s�i�z�e�[�0�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�0�]� �=� �0� �&�!� �C�U�R�R�E�N�T�L�Y� �U�N�U�S�E�D�
�
 �$�i�t�e�m�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'�'�
�
 �$�i�t�e�m�_�d�e�m�o�[�0�]� �=� �'�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�0�]� �=� �{�}�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�0�]� �=� �{�}�
�
 �
�
+�!�E�X�A�M�P�L�E� �O�F� �A�N� �I�T�E�M� �D�E�F�I�N�I�T�I�O�N�
�
+�!�[�'�'�]�
�
+�!�$�i�t�e�m�_�n�a�m�e�[�'�'�]� �=� �'�'�
�
+�!�i�t�e�m�_�p�r�i�c�e�[�'�'�]� �=� �0�
�
+�!�$�i�t�e�m�_�d�e�s�c�r�i�p�t�i�o�n�[�'�'�]� �=� �'�'�
�
+�!�$�i�t�e�m�_�d�e�m�o�[�'�'�]� �=� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�'�
�
+�!�
�
+�!�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�'�]� �=� �{�
�
+�	�!�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�n�o�t�h�i�n�g�'�]� �+�=� �1�
�
+�	�!�l�e�a�r�n�_�b�o�n�u�s�[�'�s�k�i�l�l�'�]� �+�=� �1�
�
+�	�!�e�x�a�m�p�l�e�_�i�t�e�m�_�i�s�_�w�o�r�n� �=� �1�
�
+�!�}�
�
+�!�
�
+�!�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�'�]� �=� �{�
�
+�	�!�e�x�a�m�p�l�e�_�i�t�e�m�_�i�s�_�w�o�r�n� �=� �0�
�
+�!�}�
�
+�
�
 �$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s� �=� �{�
�
 �	�!�t�h�i�s� �f�u�n�c�t�i�o�n� �e�x�p�e�c�t�s� �t�o� �b�e� �c�a�l�l�e�d� �w�i�t�h� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s�,� �'�d�y�n�s�l�a�v�e�'�,� �'�a�n� �a�c�t�u�a�l� �s�l�a�v�e� �v�a�r�i�a�b�l�e�'�)�
�
 �	�!�c�u�r�r�e�n�t�l�y� �u�s�e�d� �i�n� �$�n�e�w�l�o�c� �v�i�a� �#�s�t�a�t�i�c�_�b�a�s�e� �(�f�o�r� �s�t�y�l�e�,� �e�x�o�t�i�c� �a�n�d� �m�o�o�d�l�e�t�)�,� �n�e�x�t�_�d�a�y� �a�n�d� �$�m�o�o�d�l�e�t�s�_�a�c�c�o�u�n�t� �(�f�o�r� �d�a�i�l�y�_�b�o�n�u�s�)� �a�n�d� �i�n�t�e�r�a�c�t�i�o�n� �(�f�o�r� �l�e�a�r�n�_�b�o�n�u�s�)�
�
@@ -56633,24 +57885,32 @@
 �	�	�d�y�n�s�l�a�v�e�[�'�w�i�g�'�]� �=� �0� �&�!� �r�e�s�e�t� �i�n� �c�a�s�e� �n�o� �l�o�n�g�e�r� �w�e�a�r�i�n�g� �a�n� �i�t�e�m� �w�i�t�h� �t�h�i�s� �e�f�f�e�c�t�
�
 �	�	�k�i�l�l�v�a�r� �'�l�e�a�r�n�_�b�o�n�u�s�'�
�
 �	�	�k�i�l�l�v�a�r� �'�d�a�i�l�y�_�b�o�n�u�s�'�
�
+�	�	�k�i�l�l�v�a�r� �'�w�o�r�n�_�b�o�n�u�s�'�
�
 �	�	�!� �u�s�e� �$�r�e�p�l�a�c�e� �t�o� �g�e�n�e�r�a�l�i�z�e� �t�h�e� �$�i�t�e�m�_�p�r�o�p�e�r�t�y� �e�f�f�e�c�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�a�r�m�o�r�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�e�a�r�r�i�n�g�s�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�t�o�n�g�u�e�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�n�i�p�p�l�e�r�i�n�g�s�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�c�l�i�t�r�i�n�g�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�b�o�o�t�s�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�r�i�n�g�_�l�e�f�t�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�r�i�n�g�_�r�i�g�h�t�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�n�a�v�e�l�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�t�o�n�g�u�e�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�o�n�y�'�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�c�l�i�t�r�i�n�g�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�$�d�y�n�s�l�a�v�e�[�'�b�o�o�t�s�'�]�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�l�a�i�d�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�d�'�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�s�t�u�f�f�e�d�_�t�o�y�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�t�u�f�f�e�d�_�t�o�y�'�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�n�a�k�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �0�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�r�f�u�m�e�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�e�r�f�u�m�e�'�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�'�]� �>� �0�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�o�n�y�'�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�!� �n�e�g�_�c�l�o�t�h�e�s� �i�s� �i�n�t�e�n�d�e�d� �a�s� �a� �d�i�s�p�l�a�y�-�o�n�l�y� �m�o�o�d�l�e�t�,� �t�o� �i�n�d�i�c�a�t�e� �v�i�a� �"�h�o�w� �d�o� �y�o�u� �f�e�e�l�?�"� �t�h�a�t� �s�o�m�e� �i�t�e�m�(�s�)� �w�o�r�n� �b�y� �t�h�e� �s�l�a�v�e� �h�a�v�e� �n�e�g�a�t�i�v�e� �i�m�p�a�c�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �>� �0�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1� �&�!� �r�e�v�e�r�s�e� �t�h�e� �-�1� �m�o�o�d� �f�o�r� �a� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t� �t�h�a�t� �i�s� �a�p�p�l�i�e�d� �b�y� �$�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d� �i�n� �#�s�t�a�t�i�c�_�b�a�s�e�
�
+�	�	�!� �i�t�e�m�s� �s�e�t�t�i�n�g� �n�e�g�_�c�l�o�t�h�e�s� �s�h�o�u�l�d� �a�p�p�l�y� �n�e�g�a�t�i�v�e� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �o�r� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �a�d�j�u�s�t�m�e�n�t�s� �o�f� �t�h�e� �a�p�p�r�o�p�r�i�a�t�e� �m�a�g�n�i�t�u�d�e�
�
+�	�	�!� �i�n� �c�o�n�t�r�a�s�t�,� �p�o�s�_�c�l�o�t�h�e�s� �a�p�p�l�i�e�s� �+�1� �m�o�o�d� �(�n�o�t� �s�t�a�c�k�i�n�g� �f�r�o�m� �m�u�l�t�i�p�l�e� �i�t�e�m�s�)�;� �h�o�w�e�v�e�r�,� �i�t� �d�o�e�s� �n�o�t� �c�o�n�t�r�i�b�u�t�e� �t�o� �r�a�i�s�i�n�g� �m�o�o�d� �a�b�o�v�e� �H�o�p�e�f�u�l� �(�c�a�p�p�e�d� �i�n� �$�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d� �i�n� �#�s�t�a�t�i�c�_�b�a�s�e�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �>� �0� �a�n�d� �(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �>� �0� �o�r� �$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�3>;0O'� �o�r� �$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�?CAB>'�)�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �-�1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1�
�
+�	�	�!� �t�h�i�s� �s�u�p�p�r�e�s�s�e�s� �c�o�n�t�r�a�d�i�c�t�o�r�y� �m�o�o�d�l�e�t� �t�e�x�t� �i�f� �p�o�s�_�c�l�o�t�h�e�s� �i�s� �a�c�t�i�v�e� �a�t� �t�h�e� �s�a�m�e� �t�i�m�e� �a�s� �n�e�g�_�c�l�o�t�h�e�s� �o�r� �w�h�e�n� �s�l�a�v�e� �i�s� �n�a�k�e�d�,� �b�u�t� �s�t�i�l�l� �e�l�e�v�a�t�e�s� �m�o�o�d�
�
+�	�	�!� �s�e�t�t�i�n�g� �p�o�s�_�c�l�o�t�h�e�s� �t�o� �-�1�0�0� �s�i�g�n�a�l�s� �$�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d� �t�o� �s�k�i�p� �t�h�e� �m�o�o�d�l�e�t� �a�n�d� �a�l�s�o� �t�o� �a�p�p�l�y� �a� �-�1� �a�d�j�u�s�t�m�e�n�t� �i�f� �t�o�t�a�l� �m�o�o�d� �e�x�c�e�e�d�s� �H�o�p�e�f�u�l�
�
 �
�
 �	�e�n�d�
�
 �}�
�
@@ -56680,9 +57940,10 @@
 �!�-�-�-�-�-�r�e�p�l�a�c�e�m�e�n�t� �f�o�r� �i�t�e�m� �c�o�p�y�p�a�s�t�e�,� �b�y� �L�y�a�z�a�r�-�-�-�-�-�
�
 �
�
 �!�M�A�S�T�E�R� �I�T�E�M�S�
�
+�
�
 �!�[�'�m�a�n�_�r�u�g�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�m�a�n�_�r�u�g�s�'�,� �'�W�o�r�n� �c�l�o�t�h�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�e�s�e� �c�l�o�t�h�e�s� �a�r�e� �w�o�r�n� �o�u�t� �a�n�d� �o�u�t� �o�f� �f�a�s�h�i�o�n�.� �T�h�e�y� �d�o� �n�o�t� �m�e�e�t� �a�n�y� �o�f� �y�o�u�r� �g�o�a�l�s�.� �I�t� �w�o�u�l�d� �b�e� �b�e�t�t�e�r� �t�o� �g�e�t� �s�o�m�e� �n�e�w� �c�l�o�t�h�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�w�o�r�n�_�c�l�o�t�h�e�s�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�m�a�n�_�r�u�g�s�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�m�a�n�_�r�u�g�s�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�m�a�n�_�r�u�g�s�'�]� �=� �-�1�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�m�a�n�_�r�u�g�s�'�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�w�o�r�n�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
@@ -56693,7 +57954,7 @@
 �
�
 �!�[�'�c�o�m�f�y�_�r�o�b�e�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�o�m�f�y�_�r�o�b�e�s�'�,� �'�H�o�u�s�e�c�o�a�t�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �C�o�m�f�o�r�t�a�b�l�e� �a�n�d� �s�o�f�t� �h�o�u�s�e�c�o�a�t�.� �D�o�e�s� �n�o�t� �l�o�o�k� �v�e�r�y� �n�i�c�e�,� �b�u�t� �v�e�r�y� �c�o�n�v�e�n�i�e�n�t� �a�n�d� �c�o�m�f�o�r�t�a�b�l�e� �t�o� �w�e�a�r�.� �J�u�s�t� �w�h�a�t� �y�o�u� �n�e�e�d� �t�o� �r�e�l�a�x�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�H�o�u�s�e�c�o�a�t�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�c�o�m�f�y�_�r�o�b�e�s�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�c�o�m�f�y�_�r�o�b�e�s�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�c�o�m�f�y�_�r�o�b�e�s�'�]� �=� �-�1�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�o�m�f�y�_�r�o�b�e�s�'�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�m�a�s�t�e�r�_�c�l�o�t�h�'�]� �=� �1�0�0�
�
@@ -56704,7 +57965,7 @@
 �
�
 �!�[�'�r�e�g�a�l�_�s�u�i�t�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�r�e�g�a�l�_�s�u�i�t�'�,� �'�N�o�b�l�e� �R�e�g�a�l�i�a�'�,� �2�0�0�,� �'� � � �P�r�i�c�e�:� �2�0�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �h�e�a�v�y� �c�l�o�t�h�i�n�g� �i�s� �r�i�c�h�l�y� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �p�r�e�c�i�o�u�s� �i�n�s�e�r�t�s� �a�n�d� �d�e�c�o�r�a�t�i�v�e� �e�l�e�m�e�n�t�s�,� �m�a�k�i�n�g� �y�o�u� �l�o�o�k� �b�i�g�g�e�r� �a�n�d� �g�r�a�n�d�e�r�.� �B�e�a�u�t�i�f�u�l� �a�n�d� �i�m�p�r�e�s�s�i�v�e�,� �o�f� �c�o�u�r�s�e�,� �b�u�t� �v�e�r�y� �i�m�p�r�a�c�t�i�c�a�l�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�N�o�b�l�e�_�r�e�g�a�l�i�a�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�r�e�g�a�l�_�s�u�i�t�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�r�e�g�a�l�_�s�u�i�t�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�r�e�g�a�l�_�s�u�i�t�'�]� �=� �2�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�r�e�g�a�l�_�s�u�i�t�'�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�n�e�g�_�m�a�s�t�e�r�_�c�l�o�t�h�'�]� �=� �1�0�0�
�
@@ -56715,14 +57976,14 @@
 �
�
 �!�[�'�f�a�n�c�y�_�s�u�i�t�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�f�a�n�c�y�_�s�u�i�t�'�,� �'�F�a�s�h�i�o�n�a�b�l�e� �A�t�t�i�r�e�'�,� �1�0�0�,� �'� � � �P�r�i�c�e�:� �1�0�0� �s�p�a�r�k�s�<�b�r�>� � � �K�e�e�p�i�n�g� �t�r�a�c�k� �o�f� �E�t�e�r�n�a�l� �R�o�m�e� �f�a�s�h�i�o�n� �i�s� �a�l�m�o�s�t� �i�m�p�o�s�s�i�b�l�e�,� �b�u�t� �m�a�n�y� �a�r�e� �t�r�y�i�n�g�.� �I�n� �a�n�y� �c�a�s�e�,� �t�h�i�s� �o�u�t�f�i�t� �i�s� �a� �p�e�r�f�e�c�t� �c�o�m�p�r�o�m�i�s�e� �b�e�t�w�e�e�n� �l�u�x�u�r�y� �a�n�d� �c�o�n�v�e�n�i�e�n�c�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�F�a�s�h�i�o�n�a�b�l�e�_�a�t�t�i�r�e�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�f�a�n�c�y�_�s�u�i�t�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�f�a�n�c�y�_�s�u�i�t�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�f�a�n�c�y�_�s�u�i�t�'�]� �=� �1�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�f�a�n�c�y�_�s�u�i�t�'�]� �=� �{�}�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�f�a�n�c�y�_�s�u�i�t�'�]� �=� �{�}�
�
 �
�
 �!�[�'�f�o�r�m�a�l�_�s�u�i�t�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�F�o�r�m�a�l�_�s�u�i�t�'�,� �'�F�o�r�m�a�l� �S�u�i�t�'�,� �4�0�,� �'� � � �P�r�i�c�e�:� �4�0� �s�p�a�r�k�s�<�b�r�>� � � �V�e�r�y� �f�o�r�m�a�l� �c�l�o�t�h�i�n�g�.� �L�o�o�k�s� �o�l�d�-�f�a�s�h�i�o�n�e�d� �a�n�d� �n�o�t� �v�e�r�y� �c�h�a�r�m�i�n�g�,� �b�u�t� �a�t� �l�e�a�s�t� �y�o�u� �w�i�l�l� �b�e� �t�a�k�e�n� �s�e�r�i�o�u�s�l�y�.� �I�t� �i�s� �p�e�r�f�e�c�t� �f�o�r� �t�h�e� �i�m�p�r�e�s�a�r�i�o� �o�r� �f�o�r� �a�n� �e�n�t�e�r�t�a�i�n�e�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�F�o�r�m�a�l�_�s�u�i�t�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�f�o�r�m�a�l�_�s�u�i�t�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�f�o�r�m�a�l�_�s�u�i�t�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�f�o�r�m�a�l�_�s�u�i�t�'�]� �=� �0�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�f�o�r�m�a�l�_�s�u�i�t�'�]� �=� �{�
�
 �	�b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�'�]� �=� �1�
�
@@ -56733,7 +57994,7 @@
 �
�
 �!�[�'�a�k�e�t�o�n�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�a�k�e�t�o�n�'�,� �'�A�k�e�t�o�n�'�,� �4�0�,� �'� � � �P�r�i�c�e�:� �4�0� �s�p�a�r�k�s�<�b�r�>� � � �Q�u�i�l�t�e�d� �a�r�m�o�r� �j�a�c�k�e�t�,� �l�i�g�h�t� �e�n�o�u�g�h� �t�o� �b�e� �u�s�e�d� �a�s� �e�v�e�r�y�d�a�y� �w�e�a�r�.� �G�r�e�a�t� �o�u�t�f�i�t� �f�o�r� �a� �w�a�r�r�i�o�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�A�k�e�t�o�n�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�a�k�e�t�o�n�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�a�k�e�t�o�n�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�a�k�e�t�o�n�'�]� �=� �0�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�a�k�e�t�o�n�'�]� �=� �{�
�
 �	�b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�f�i�g�h�t�e�r�'�]� �=� �1�
�
@@ -56744,7 +58005,7 @@
 �
�
 �!�[�'�l�i�v�e�r�y�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�i�v�e�r�y�'�,� �'�L�i�v�e�r�y�'�,� �4�0�,� �'� � � �P�r�i�c�e�:� �4�0� �s�p�a�r�k�s�<�b�r�>� � � �O�r�n�a�t�e� �l�i�v�e�r�y� �o�f� �a� �s�e�n�i�o�r� �b�u�t�l�e�r�.� �I�n� �t�h�i�s� �u�n�i�f�o�r�m� �y�o�u� �i�m�m�e�d�i�a�t�e�l�y� �f�e�e�l� �l�i�k�e� �t�h�e� �s�o�l�e� �r�u�l�e�r� �o�v�e�r� �y�o�u�r� �h�o�u�s�e�h�o�l�d�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�L�i�v�e�r�y�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�l�i�v�e�r�y�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�l�i�v�e�r�y�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�l�i�v�e�r�y�'�]� �=� �0�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�i�v�e�r�y�'�]� �=� �{�
�
 �	�b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�b�u�t�l�e�r�'�]� �=� �1�
�
@@ -56755,7 +58016,7 @@
 �
�
 �!�[�'�m�e�d�i�c�_�r�o�b�e�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�m�e�d�i�c�_�r�o�b�e�s�'�,� �'�M�e�d�i�c�a�l� �G�o�w�n�'�,� �4�0�,� �'� � � �P�r�i�c�e�:� �4�0� �s�p�a�r�k�s�<�b�r�>� � � �V�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �a�n�d� �p�r�a�c�t�i�c�a�l� �c�l�o�t�h�i�n�g� �f�o�r� �t�h�e� �h�e�a�l�t�h�c�a�r�e� �w�o�r�k�e�r�.� �I�m�m�e�d�i�a�t�e�l�y� �m�a�k�e�s� �y�o�u� �a� �q�u�a�l�i�f�i�e�d� �d�o�c�t�o�r� �-� �e�v�e�n� �i�f� �o�n�l�y� �d�u�e� �t�o� �s�e�l�f�-�h�y�p�n�o�s�i�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�M�e�d�i�c�a�l�_�g�o�w�n�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�m�e�d�i�c�_�r�o�b�e�s�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�m�e�d�i�c�_�r�o�b�e�s�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�m�e�d�i�c�_�r�o�b�e�s�'�]� �=� �0�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�m�e�d�i�c�_�r�o�b�e�s�'�]� �=� �{�
�
 �	�b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�e�d�i�c�'�]� �=� �1�
�
@@ -56766,7 +58027,7 @@
 �
�
 �!�[�'�w�i�z�a�r�d�_�r�o�b�e�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�w�i�z�a�r�d�_�r�o�b�e�s�'�,� �'�W�i�z�a�r�d� �R�o�b�e�s�'�,� �4�0�,� �'� � � �P�r�i�c�e�:� �4�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �r�i�t�u�a�l� �c�o�s�t�u�m�e� �i�s� �c�o�v�e�r�e�d� �w�i�t�h� �m�a�g�i�c�a�l� �r�u�n�e�s�.� �I�n�c�r�e�a�s�e�s� �y�o�u�r� �m�a�g�i�c�a�l� �p�o�w�e�r�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�W�i�z�a�r�d� �r�o�b�e�s�'�
�
-�i�t�e�m�_�s�i�z�e�[�'�w�i�z�a�r�d�_�r�o�b�e�s�'�]� �=� �0�
�
+�!�i�t�e�m�_�s�i�z�e�[�'�w�i�z�a�r�d�_�r�o�b�e�s�'�]� �=� �0�
�
 �s�t�y�l�e�_�m�o�d�i�f�e�r�[�'�w�i�z�a�r�d�_�r�o�b�e�s�'�]� �=� �0�
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�w�i�z�a�r�d�_�r�o�b�e�s�'�]� �=� �{�
�
 �	�b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�m�a�g�e�'�]� �=� �1�
�
@@ -56827,32 +58088,42 @@
 �
�
 �
�
 �!�O�T�H�E�R� �I�T�E�M�S�
�
-�!�[�'�?CAB>'�]�
�
+�!�[�'�?CAB>'�]� �E�M�P�T�Y�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�?CAB>'�,� �'�-�'�,� �0�,� �'�'�,� �'�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�?CAB>'�]� �=� �{�
�
 �}�
�
 �
�
-�!�W�E�A�R�I�N�G�S�
�
-�!�[�'�3>;0O'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�3>;0O'�,� �'�N�a�k�e�d�'�,� �0�,� �'� � � �Y�o�u�r� �s�l�a�v�e� �i�s� �c�o�m�p�l�e�t�e�l�y� �n�a�k�e�d�.�'�,� �'�'�
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �B�O�D�Y�
�
+�
�
+�!�[�'�3>;0O'�]� �N�A�K�E�D�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�3>;0O'�,� �'�N�a�k�e�d�'�,� �0�,� �'� � � �Y�o�u�r� �s�l�a�v�e� �i�s� �c�o�m�p�l�e�t�e�l�y� �n�a�k�e�d�.� �T�h�i�s� �i�s� �h�e�l�p�f�u�l� �f�o�r� �s�o�m�e� �t�y�p�e�s� �o�f� �t�r�a�i�n�i�n�g�,� �a�n�d� �i�t� �w�i�l�l� �r�e�m�i�n�d� �h�e�r� �o�f� �h�e�r� �p�l�a�c�e�,� �b�u�t� �s�h�e� �m�i�g�h�t� �b�e� �h�a�p�p�i�e�r� �i�f� �s�h�e� �h�a�d� �s�o�m�e�t�h�i�n�g� �t�o� �w�e�a�r�.�'�,� �'�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�3>;0O'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �s�t�r�o�n�g�l�y� �d�i�s�l�i�k�e� �b�e�i�n�g� �n�a�k�e�d� �-� �s�t�a�c�k�s� �w�i�t�h� �t�h�e� �n�e�g�_�n�a�k�e�d� �m�o�o�d�l�e�t� �a�p�p�l�i�e�d� �i�n� �#�s�t�a�t�i�c�_�b�a�s�e� �t�h�a�t� �c�a�n� �b�e� �s�u�p�p�r�e�s�s�e�d� �w�i�t�h� �e�x�h�i�b�i�t�i�o�n�i�s�m� �t�r�a�i�n�i�n�g� �(�s�h�y� �t�r�a�i�t� �i�t�s�e�l�f� �a�l�s�o� �c�a�n� �b�e� �r�e�m�o�v�e�d� �w�i�t�h� �e�n�o�u�g�h� �t�r�a�i�n�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �1�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
 �}�
�
 �
�
 �!�$0@BC: �[�'�a�p�r�o�n�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�o�m�m�o�n�_�a�p�r�o�n�'�,� �'�F�r�i�l�l�y� �A�p�r�o�n�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A�p�r�o�n�s� �a�r�e� �m�o�s�t� �u�s�e�f�u�l� �i�n� �t�h�e� �k�i�t�c�h�e�n�.� �T�h�i�s� �a�p�r�o�n� �i�s� �w�o�r�n� �w�i�t�h�o�u�t� �a�n�y� �o�t�h�e�r� �c�l�o�t�h�i�n�g�,� �l�e�a�v�i�n�g� �p�l�e�n�t�y� �o�f� �o�p�p�o�r�t�u�n�i�t�i�e�s� �t�o� �e�n�j�o�y� �t�h�e� �s�i�g�h�t� �o�f� �y�o�u�r� �w�o�m�a�n� �w�o�r�k�i�n�g� �i�n� �t�h�e� �k�i�t�c�h�e�n�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�a�p�r�o�n�1�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�o�m�m�o�n�_�a�p�r�o�n�'�]� �=� �{�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�o�k�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
 �
�
 �!�;0BL5 �3>@=8G=>9 �[�'�m�a�i�d�_�d�r�e�s�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�m�a�i�d�_�d�r�e�s�s�'�,� �'�M�a�i�d� �O�u�t�f�i�t�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �C�l�a�s�s�i�c� �F�r�e�n�c�h� �m�a�i�d� �u�n�i�f�o�r�m�.� �M�a�n�y� �p�a�r�t�s� �o�f� �t�h�e� �u�n�i�f�o�r�m� �h�a�v�e� �b�e�e�n� �l�e�f�t� �o�u�t� �i�n� �o�r�d�e�r� �t�o� �p�r�e�s�e�r�v�e� �f�a�b�r�i�c�.� �M�o�s�t� �c�u�s�t�o�m�e�r�s� �a�c�t�u�a�l�l�y� �l�i�k�e� �t�h�i�s� �d�e�s�i�g�n�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�m�a�i�d�o�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�m�a�i�d�_�d�r�e�s�s�'�]� �=� �{�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �(�a�l�b�e�i�t� �l�e�s�s� �t�h�a�n� �m�o�r�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�r�v�i�c�e�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� �+�=� �2�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
@@ -56861,32 +58132,17 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�n�u�r�s�e�_�d�r�e�s�s�'�,� �'�N�u�r�s�e� �O�u�t�f�i�t�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A� �f�l�a�s�h�y� �w�h�i�t�e� �n�u�r�s�e� �d�r�e�s�s�.� �T�h�i�s� �i�s� �w�h�a�t� �y�o�u� �n�e�e�d� �t�o� �l�i�f�t� �t�h�e� �s�p�i�r�i�t� �o�f� �a�n�y� �p�a�t�i�e�n�t�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�n�u�r�s�e�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�n�u�r�s�e�_�d�r�e�s�s�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�u�r�s�e�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�n�u�r�s�e�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�}�
�
-�
�
-�!�[�'�s�a�i�l�o�r�_�f�o�k�u�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�a�i�l�o�r�_�f�o�k�u�'�,� �'�S�c�h�o�o�l� �U�n�i�f�o�r�m�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �U�n�i�f�o�r�m� �o�f� �t�h�e� �A�c�a�d�e�m�y� �o�f� �S�t�.� �P�e�t�e�r�.� �I�f� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �e�v�e�r� �a�t�t�e�n�d� �c�l�a�s�s�e�s� �t�h�e�r�e�,� �t�h�i�s� �d�r�e�s�s� �w�i�l�l� �m�a�k�e� �h�e�r� �f�e�e�l� �a�t� �h�o�m�e�.� �I�n� �a�n�y� �c�a�s�e�,� �w�h�a�t� �c�a�n� �b�e� �m�o�r�e� �c�h�a�r�m�i�n�g� �a�n�d� �n�a�i�v�e� �t�h�a�n� �a� �y�o�u�n�g� �s�c�h�o�o�l�g�i�r�l�?�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�a�i�l�o�r�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�a�i�l�o�r�_�f�o�k�u�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�c�r�e�t�a�r�y�'�]� �+�=� �2�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�c�a�d�e�m�y�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�}�
�
-�
�
-�!�[�'�e�n�c�h�a�n�t�e�r�_�r�o�b�e�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�e�n�c�h�a�n�t�e�r�_�r�o�b�e�'�,� �'�S�o�r�c�e�r�e�s�s� �R�o�b�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �M�a�d�e� �o�f� �a� �v�e�r�y� �l�i�g�h�t� �b�u�t� �o�p�a�q�u�e� �f�a�b�r�i�c� �-� �t�h�i�s� �a�r�c�a�n�e� �r�o�b�e� �w�i�t�h� �a� �h�o�o�d� �c�o�m�p�l�e�t�e�l�y� �h�i�d�e�s� �t�h�e� �s�h�a�p�e� �o�f� �y�o�u�r� �s�l�a�v�e�.� �N�o�t� �v�e�r�y� �s�e�x�y�,� �b�u�t� �v�e�r�y� �m�y�s�t�e�r�i�o�u�s� �a�n�d� �h�e�l�p�s� �t�o� �t�u�n�e� �i�n� �t�o� �a� �m�y�s�t�i�c�a�l� �w�a�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�r�o�b�e�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�e�n�c�h�a�n�t�e�r�_�r�o�b�e�'�]� �=� �{�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�e�x�o�t�i�c�_�t�e�m�p�'�]� �+�=� �1�0�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�n�c�h�a�n�t�e�r�'�]� �+�=� �3�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�l�c�h�e�m�y�'�]� �+�=� �3�
�
 �}�
�
 �
�
 �!�[�'�l�e�o�t�a�r�d�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�o�t�a�r�d�'�,� �'�A�t�h�l�e�t�i�c� �L�e�o�t�a�r�d�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A� �t�i�g�h�t� �l�e�o�t�a�r�d� �w�h�i�c�h� �e�m�p�h�a�s�i�z�e�s� �t�h�e� �s�h�a�p�e� �o�f� �y�o�u�r� �s�l�a�v�e� �w�h�i�l�e� �n�o�t� �h�a�m�p�e�r�i�n�g� �h�e�r� �m�o�v�e�m�e�n�t�s�.� �P�e�r�f�e�c�t� �f�o�r� �a�n�y� �s�p�o�r�t�s� �a�c�t�i�v�i�t�y�,� �e�x�c�e�p�t� �f�o�r� �b�a�t�t�l�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�e�o�t�a�r�d�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�e�o�t�a�r�d�'�]� �=� �{�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�2� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �(�a�l�b�e�i�t� �l�e�s�s� �t�h�a�n� �m�o�r�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �2�
�
 �}�
�
@@ -56895,16 +58151,30 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�h�a�i�n�m�a�i�l�_�b�i�k�i�n�i�'�,� �'�C�h�a�i�n�m�a�i�l� �B�i�k�i�n�i�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �C�l�a�s�s�i�c� �g�l�a�d�i�a�t�r�i�x� �c�l�o�t�h�i�n�g�.� �I� �r�e�p�e�a�t� �-� �c�l�o�t�h�i�n�g�.� �I�t� s� �n�o�t� �a�n� �a�r�m�o�r�,� �i�t� s� �a� �s�t�a�g�e� �p�r�o�p�s�,� �m�a�d�e� �  o�f� �l�i�g�h�t� �a�n�d� �g�l�e�a�m�i�n�g� �a�n�o�d�i�z�e�d� �a�l�u�m�i�n�u�m�.� �T�h�e� �c�u�t� �i�s� �s�o� �m�i�n�i�m�a�l� �t�h�a�t� �i�t� �a�l�m�o�s�t� �h�i�d�e�s� �n�o�t�h�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�c�h�a�i�n�m�a�i�l�_�b�i�k�i�n�i�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�h�a�i�n�m�a�i�l�_�b�i�k�i�n�i�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �3�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�}�
�
+�
�
+�!�[�'�e�n�c�h�a�n�t�e�r�_�r�o�b�e�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�e�n�c�h�a�n�t�e�r�_�r�o�b�e�'�,� �'�S�o�r�c�e�r�e�s�s� �R�o�b�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �M�a�d�e� �o�f� �a� �v�e�r�y� �l�i�g�h�t� �b�u�t� �o�p�a�q�u�e� �f�a�b�r�i�c� �-� �t�h�i�s� �a�r�c�a�n�e� �r�o�b�e� �w�i�t�h� �a� �h�o�o�d� �c�o�m�p�l�e�t�e�l�y� �h�i�d�e�s� �t�h�e� �s�h�a�p�e� �o�f� �y�o�u�r� �s�l�a�v�e�.� �N�o�t� �v�e�r�y� �s�e�x�y�,� �b�u�t� �v�e�r�y� �m�y�s�t�e�r�i�o�u�s� �a�n�d� �h�e�l�p�s� �t�o� �t�u�n�e� �i�n� �t�o� �a� �m�y�s�t�i�c�a�l� �w�a�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�r�o�b�e�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�e�n�c�h�a�n�t�e�r�_�r�o�b�e�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>�=� �3�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �l�i�k�e� �w�e�a�r�i�n�g� �a� �c�o�n�c�e�a�l�i�n�g� �o�u�t�f�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�c�h�a�n�t�e�r�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�n�c�h�a�n�t�e�r�'�]� �+�=� �3� �&�!� �m�y�s�t�i�c�a�l� �w�a�y�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�l�c�h�e�m�y�'�]� �+�=� �2� �&�!� �m�y�s�t�i�c�a�l� �w�a�y�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �n�o�t� �v�e�r�y� �s�e�x�y�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2� �&�!� �b�u�t� �v�e�r�y� �m�y�s�t�e�r�i�o�u�s�
�
 �}�
�
 �
�
 �!�[�'�s�u�n�_�d�r�e�s�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�u�n�_�d�r�e�s�s�'�,� �'�L�i�g�h�t� �S�u�n�d�r�e�s�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �c�u�t�e� �l�i�t�t�l�e� �d�r�e�s�s� �i�s� �p�e�r�f�e�c�t� �f�o�r� �r�e�l�a�x�i�n�g� �a�n�d� �r�a�i�s�e�s� �t�h�e� �m�o�o�d� �o�f� �t�h�o�s�e� �w�h�o� �w�e�a�r� �i�t�.� �O�f� �c�o�u�r�s�e�,� �t�h�e�r�e� �a�r�e� �m�o�r�e� �b�e�a�u�t�i�f�u�l� �o�r� �f�u�n�c�t�i�o�n�a�l� �d�r�e�s�s�e�s�,� �b�u�t� �w�e�a�r�i�n�g� �a� �s�u�n�d�r�e�s�s� �i�s� �j�u�s�t� �v�e�r�y� �n�i�c�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�u�n�d�r�e�s�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�u�n�_�d�r�e�s�s�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1�
�
 �	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
@@ -56913,13 +58183,25 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�a�c�e�d�_�u�n�d�e�r�w�e�a�r�'�,� �'�L�a�c�e� �U�n�d�e�r�w�e�a�r�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �I�n� �t�h�i�s� �s�e�t� �o�f� �s�e�x�y� �l�a�c�e� �u�n�d�e�r�w�e�a�r� �t�h�a�t� �i�n�c�l�u�d�e�s� �b�r�a�,� �p�a�n�t�i�e�s�,� �l�i�g�h�t�w�e�i�g�h�t� �c�o�r�s�e�t� �a�n�d� �s�t�o�c�k�i�n�g�s� �w�i�t�h� �g�a�r�t�e�r�s�,� �a�n�y� �g�i�r�l� �w�o�u�l�d� �l�o�o�k� �d�e�s�i�r�a�b�l�e�.� �T�r�e�a�t� �y�o�u�r�s�e�l�f� �t�o� �a� �b�e�a�u�t�i�f�u�l� �s�i�g�h�t� �a�n�d� �t�u�n�e� �y�o�u�r� �s�l�a�v�e� �f�o�r� �a� �r�o�u�g�h� �n�i�g�h�t�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�a�c�e�d�_�u�n�d�e�r�w�e�a�r�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�a�c�e�d�_�u�n�d�e�r�w�e�a�r�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �2�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �2� �&�!� �b�e�t�t�e�r� �t�h�a�n� �b�e�i�n�g� �n�a�k�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�y�l�e� �>�=� �3�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�}�
�
+�
�
+�!�[�'�s�a�i�l�o�r�_�f�o�k�u�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�a�i�l�o�r�_�f�o�k�u�'�,� �'�S�c�h�o�o�l� �U�n�i�f�o�r�m�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �U�n�i�f�o�r�m� �o�f� �t�h�e� �A�c�a�d�e�m�y� �o�f� �S�t�.� �P�e�t�e�r�.� �I�f� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �e�v�e�r� �a�t�t�e�n�d� �c�l�a�s�s�e�s� �t�h�e�r�e�,� �t�h�i�s� �d�r�e�s�s� �w�i�l�l� �m�a�k�e� �h�e�r� �f�e�e�l� �a�t� �h�o�m�e�.� �I�n� �a�n�y� �c�a�s�e�,� �w�h�a�t� �c�a�n� �b�e� �m�o�r�e� �c�h�a�r�m�i�n�g� �a�n�d� �n�a�i�v�e� �t�h�a�n� �a� �y�o�u�n�g� �s�c�h�o�o�l�g�i�r�l�?�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�a�i�l�o�r�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�a�i�l�o�r�_�f�o�k�u�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�c�r�e�t�a�r�y�'�]� �+�=� �2�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�c�a�d�e�m�y�'�]� �+�=� �2�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
 �
�
 �!�[�'�c�o�c�k�t�a�i�l�_�d�r�e�s�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�o�c�k�t�a�i�l�_�d�r�e�s�s�'�,� �'�G�o�w�n�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �A� �d�r�e�s�s� �m�a�d�e� �o�n�l�y� �o�f� �t�h�e� �f�i�n�e�s�t� �f�a�b�r�i�c�.� �T�h�i�s� �d�r�e�s�s� �w�i�l�l� �m�a�k�e� �y�o�u�r� �s�l�a�v�e� �s�t�a�n�d� �o�u�t� �a�t� �a�n�y� �p�a�r�t�y�.� �V�e�r�y� �s�t�y�l�i�s�h� �a�n�d� �q�u�i�t�e� �a�f�f�o�r�d�a�b�l�e� �-� �a� �g�r�e�a�t� �c�h�o�i�c�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�a�c�e�d�_�g�l�o�v�e�s�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�o�c�k�t�a�i�l�_�d�r�e�s�s�'�,� �'�G�o�w�n�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �A� �d�r�e�s�s� �m�a�d�e� �o�n�l�y� �o�f� �t�h�e� �f�i�n�e�s�t� �f�a�b�r�i�c�.� �T�h�i�s� �d�r�e�s�s� �w�i�l�l� �m�a�k�e� �y�o�u�r� �s�l�a�v�e� �s�t�a�n�d� �o�u�t� �a�t� �a�n�y� �p�a�r�t�y�.� �V�e�r�y� �s�t�y�l�i�s�h� �a�n�d� �q�u�i�t�e� �a�f�f�o�r�d�a�b�l�e� �-� �a� �g�r�e�a�t� �c�h�o�i�c�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�a�c�e�d�_�d�r�e�e�s�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�o�c�k�t�a�i�l�_�d�r�e�s�s�'�]� �=� �{�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
@@ -56929,25 +58211,30 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�r�u�b�b�e�r�_�d�r�e�s�s�'�,� �'�L�a�t�e�x� �D�r�e�s�s�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �d�r�e�s�s� �m�a�d�e� �o�f� �t�h�i�n� �l�a�t�e�x� �w�i�l�l� �f�i�t� �t�h�e� �b�o�d�y� �o�f� �y�o�u�r� �s�l�a�v�e� �s�o� �t�i�g�h�t�l�y� �t�h�a�t� �e�v�e�r�y� �a�s�p�e�c�t� �o�f� �h�e�r� �b�o�d�y� �w�i�l�l� �b�e� �h�i�g�h�l�i�g�h�t�e�d�.� �E�a�s�i�l�y� �a�s�s�o�c�i�a�b�l�e� �w�i�t�h� �s�e�x�,� �t�h�i�s� �o�u�t�f�i�t� �w�i�l�l� �c�o�n�s�t�a�n�t�l�y� �r�e�m�i�n�d� �y�o�u�r� �s�l�a�v�e� �t�h�a�t� �s�h�e� �i�s� �e�x�p�e�c�t�e�d� �t�o� �l�e�a�r�n� �f�a�s�t� �a�n�d� �t�o� �b�e� �d�i�l�i�g�e�n�t� �w�h�e�n� �i�t� �c�o�m�e�s� �t�o� �a�n�y� �s�e�x�u�a�l� �l�e�s�s�o�n�.� �A�t� �t�h�e� �s�a�m�e� �t�i�m�e�,� �t�h�e� �d�r�e�s�s� �h�a�s� �a� �s�t�r�i�c�t� �c�u�t�,� �s�o� �i�t� �c�a�n� �b�e� �w�o�r�n� �a�t� �d�i�n�n�e�r� �p�a�r�t�i�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�r�u�b�b�e�r�_�d�r�e�s�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�r�u�b�b�e�r�_�d�r�e�s�s�'�]� �=� �{�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �(�a�l�b�e�i�t� �l�e�s�s� �t�h�a�n� �m�o�r�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �3�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
 �}�
�
 �
�
-�!�[�'�b�e�l�l�y�d�a�n�c�e�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�b�e�l�l�y�d�a�n�c�e�'�,� �'�E�x�o�t�i�c� �O�u�t�f�i�t�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �I�n� �o�u�r� �c�i�t�y�,� �i�t� �i�s� �d�i�f�f�i�c�u�l�t� �t�o� �s�u�r�p�r�i�s�e� �s�o�m�e�o�n�e� �w�i�t�h� �e�x�o�t�i�c� �c�l�o�t�h�e�s�.� �T�h�i�s� �d�r�e�s�s� �w�i�t�h� �t�r�a�n�s�p�a�r�e�n�t� �s�l�e�e�v�e�s�,� �b�a�g�g�y� �t�r�o�u�s�e�r�s�,� �s�h�i�n�y� �g�o�l�d� �a�n�d� �r�i�n�g�i�n�g� �m�o�n�i�s�t�s� �i�s� �d�e�f�i�n�i�t�e�l�y� �s�u�i�t�e�d� �f�o�r� �s�u�c�h� �a� �t�a�s�k�.� �A�n�d� �b�e�l�l�y� �d�a�n�c�i�n�g� �t�o�o�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�b�e�l�l�y�d�a�n�c�e�'�
�
+�!�[�'�u�k�a�t�a�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�u�k�a�t�a�'�,� �'�K�i�m�o�n�o�-�Y�u�k�a�t�a�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �B�e�a�u�t�i�f�u�l� �b�u�t� �s�t�r�i�c�t� �J�a�p�a�n�e�s�e� �c�l�o�t�h�e�s� �-� �t�h�e� �c�h�o�i�c�e� �o�f� �a� �G�e�i�s�h�a�.� �B�r�i�g�h�t� �f�a�b�r�i�c� �c�o�l�o�r�s� �a�n�d� �a� �l�u�s�h� �w�i�d�e� �b�e�l�t� �w�i�l�l� �h�e�l�p� �t�o� �e�m�p�h�a�s�i�z�e� �t�h�e� �b�e�a�u�t�y� �o�f� �t�h�e� �d�r�e�s�s�,� �a�n�d� �t�h�e� �s�t�r�i�c�t� �c�u�t� �w�i�l�l� �c�o�m�p�l�e�m�e�n�t� �f�o�r�m�a�l� �c�o�m�m�u�n�i�c�a�t�i�o�n� �i�n� �a�n�y� �e�l�i�t�e� �c�o�m�p�a�n�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�u�k�a�t�a�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�b�e�l�l�y�d�a�n�c�e�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �3�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�u�k�a�t�a�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�x�p�r�e�s�s�i�o�n�'�]� �+�=� �3�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
 �}�
�
 �
�
-�!�[�'�u�k�a�t�a�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�u�k�a�t�a�'�,� �'�K�i�m�o�n�o�-�Y�u�k�a�t�a�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �B�e�a�u�t�i�f�u�l� �b�u�t� �s�t�r�i�c�t� �j�a�p�a�n�e�s�e� �c�l�o�t�h�e�s� �-� �t�h�e� �c�h�o�i�c�e� �o�f� �a� �G�e�i�s�h�a�.� �B�r�i�g�h�t� �f�a�b�r�i�c� �c�o�l�o�r�s� �a�n�d� �a� �l�u�s�h� �w�i�d�e� �b�e�l�t� �w�i�l�l� �h�e�l�p� �t�o� �e�m�p�h�a�s�i�z�e� �t�h�e� �b�e�a�u�t�y� �o�f� �t�h�e� �d�r�e�s�s�,� �a�n�d� �t�h�e� �s�t�r�i�c�t� �c�u�t� �w�i�l�l� �c�o�m�p�l�e�m�e�n�t� �f�o�r�m�a�l� �c�o�m�m�u�n�i�c�a�t�i�o�n� �i�n� �a�n�y� �e�l�i�t�e� �c�o�m�p�a�n�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�u�k�a�t�a�'�
�
+�!�[�'�b�e�l�l�y�d�a�n�c�e�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�b�e�l�l�y�d�a�n�c�e�'�,� �'�E�x�o�t�i�c� �O�u�t�f�i�t�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �I�n� �o�u�r� �c�i�t�y�,� �i�t� �i�s� �d�i�f�f�i�c�u�l�t� �t�o� �s�u�r�p�r�i�s�e� �s�o�m�e�o�n�e� �w�i�t�h� �e�x�o�t�i�c� �c�l�o�t�h�e�s�.� �T�h�i�s� �d�r�e�s�s� �w�i�t�h� �t�r�a�n�s�p�a�r�e�n�t� �s�l�e�e�v�e�s�,� �b�a�g�g�y� �t�r�o�u�s�e�r�s�,� �s�h�i�n�y� �g�o�l�d� �a�n�d� �r�i�n�g�i�n�g� �m�o�n�i�s�t�s� �i�s� �d�e�f�i�n�i�t�e�l�y� �s�u�i�t�e�d� �f�o�r� �s�u�c�h� �a� �t�a�s�k�.� �A�n�d� �b�e�l�l�y� �d�a�n�c�i�n�g� �t�o�o�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�b�e�l�l�y�d�a�n�c�e�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�u�k�a�t�a�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�x�p�r�e�s�s�i�o�n�'�]� �+�=� �2�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�b�e�l�l�y�d�a�n�c�e�'�]� �=� �{�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �(�a�l�b�e�i�t� �t�h�i�s� �o�u�t�f�i�t� �i�s� �n�o�t� �a�s� �r�e�v�e�a�l�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �3�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �3�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
 �}�
�
 �
�
@@ -56955,7 +58242,9 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�a�t�h�e�r�_�c�o�r�s�e�t�'�,� �'�L�e�a�t�h�e�r� �C�o�r�s�e�t�'�,� �5�0�,� �'� � � �P�r�i�c�e�:� �5�0� �s�p�a�r�k�s�<�b�r�>� � � �<�<�i�i�f�(�s�h�o�p�_�d�e�s�c�r�i�p�t�i�o�n� �=� �1�,� �"�A� �b�r�a�c�e� �d�r�e�s�s� �-� �t�h�e� �b�e�s�t� �c�h�o�i�c�e� �f�o�r� �a�n�y� �s�e�x� �s�l�a�v�e�!� �"�,�"�"�)�>�>�T�h�i�s� �h�a�r�d� �c�o�r�s�e�t� �w�i�t�h� �m�e�t�a�l� �e�d�g�e�s� �h�a�s� �a�n� �o�p�e�n� �f�r�o�n�t� �w�h�i�c�h� �r�e�v�e�a�l�s� �h�e�r� �b�r�e�a�s�t�s� �a�n�d� �p�u�s�s�y�.� �T�h�e� �g�e�n�t�l�e� �b�r�u�s�h� �o�f� �a�i�r� �o�v�e�r� �h�e�r� �e�x�p�o�s�e�d� �e�r�o�g�e�n�o�u�s� �z�o�n�e�s� �w�i�l�l� �s�t�i�m�u�l�a�t�e� �h�e�r� �a�n�d� �d�i�r�e�c�t� �h�e�r� �s�e�x�u�a�l� �i�n�t�e�r�e�s�t� �t�o�w�a�r�d�s� �h�e�r� �m�a�s�t�e�r�!� �M�o�r�e�o�v�e�r�,� �s�h�e� �i�s� �c�e�r�t�a�i�n� �t�o� �b�e� �m�o�r�e� �f�o�c�u�s�e�d� �i�n� �a�n�y� �s�e�x�u�a�l� �t�r�a�i�n�i�n�g�.� �B�e�a�u�t�i�f�u�l�,� �e�x�c�i�t�i�n�g� �a�n�d� �p�r�a�c�t�i�c�a�l�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�c�o�r�s�e�t�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�e�a�t�h�e�r�_�c�o�r�s�e�t�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1�
�
+�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�3� �&�!� �p�r�o�u�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �b�e�i�n�g� �p�u�t� �o�n� �d�i�s�p�l�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�y�l�e� �>�=� �3�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �4�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
 �}�
�
@@ -56964,25 +58253,29 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�r�i�c�h�_�d�r�e�s�s�'�,� �'�G�o�r�g�e�o�u�s� �D�r�e�s�s�'�,� �5�0�,� �'� � � �P�r�i�c�e�:� �5�0� �s�p�a�r�k�s�<�b�r�>� � � �Y�e�s�,� �t�h�i�s� �d�r�e�s�s� �i�s� �e�x�p�e�n�s�i�v�e� �a�n�d� �n�o�t� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �i�t� �i�s� �G�O�R�G�E�O�U�S�!� �T�a�l�e�n�t�e�d� �d�e�s�i�g�n�e�r�s� �m�a�d�e� �s�u�r�e� �t�h�a�t� �a�n�y�o�n�e� �w�e�a�r�i�n�g� �t�h�i�s� �d�r�e�s�s� �w�i�l�l� �a�p�p�e�a�r� �e�l�e�g�a�n�t� �a�n�d� �t�a�s�t�e�f�u�l�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�r�i�c�h�_�d�r�e�s�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�r�i�c�h�_�d�r�e�s�s�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �3�
�
+�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �5� �&�!� �n�o�t� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �3� �&�!� �s�a�m�e� �s�t�y�l�e� �b�o�n�u�s� �a�s� �w�e�d�d�i�n�g� �d�r�e�s�s� �a�t� �h�a�l�f� �t�h�e� �p�r�i�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�w�e�d�d�i�n�g�_�d�r�e�s�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�w�e�d�d�i�n�g�_�d�r�e�s�s�'�,� �'�W�e�d�d�i�n�g� �D�r�e�s�s�'�,� �1�0�0�,� �'� � � �P�r�i�c�e�:� �1�0�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�e�r�e� �i�s� �n�o�t�h�i�n�g� �b�e�t�t�e�r� �t�h�a�n� �a� �w�e�d�d�i�n�g� �d�r�e�s�s�.� �T�h�i�s� �i�s� �n�o�t� �j�u�s�t� �a� �l�u�x�u�r�y� �o�u�t�f�i�t�,� �i�t� s� �a� �s�y�m�b�o�l� �o�f� �p�u�r�i�t�y� �a�n�d� �h�a�p�p�i�n�e�s�s�,� �e�s�p�e�c�i�a�l�l�y� �f�o�r� �a� �d�e�v�o�t�e�d� �s�l�a�v�e�.� �E�v�e�r�y� �g�i�r�l� �d�r�e�a�m�s� �o�f� �w�e�a�r�i�n�g� �a� �w�e�d�d�i�n�g� �d�r�e�s�s� �a�n�d� �i�t� �w�i�l�l� �m�a�k�e� �e�v�e�r�y� �g�i�r�l� �i�r�r�e�s�i�s�t�i�b�l�e�!� �F�o�r� �s�p�e�c�i�a�l� �c�e�r�e�m�o�n�i�e�s� �t�h�e�r�e� �i�s� �a� �s�e�x�y� �o�p�e�n� �f�r�o�n�t� �o�p�t�i�o�n�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�w�e�d�d�i�n�g�_�d�r�e�s�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�w�e�d�d�i�n�g�_�d�r�e�s�s�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0�,� �2�,� �1�)� �&�!� �m�o�o�d� �b�o�o�s�t� �e�q�u�i�v�a�l�e�n�t� �t�o� �a� �s�u�n� �d�r�e�s�s� �i�f� �n�o�t� �d�e�v�o�t�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �3�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �<� �3� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �<�=� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�y�l�e� �>�=� �3�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5� �&�!� �d�e�v�o�t�e�d� �s�l�a�v�e�s� �f�a�n�t�a�s�i�z�e� �a�b�o�u�t� �b�e�i�n�g� �a� �w�a�i�f�u�,� �f�u�r�t�h�e�r� �i�n�c�r�e�a�s�i�n�g� �m�o�o�d� �b�y� �+�0�.�5� �w�h�i�l�e� �a�l�s�o� �r�a�i�s�i�n�g� �a�r�o�u�s�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �&�!� �b�e�t�t�e�r� �t�h�a�n� �c�o�r�s�e�t� �o�n�l�y� �w�i�t�h� �m�a�x�i�m�u�m� �d�e�v�o�t�i�o�n�,� �b�u�t� �t�h�e� �m�o�o�d� �b�o�n�u�s� �h�e�l�p�s� �b�a�l�a�n�c�e� �t�h�e� �s�c�a�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �3� �&�!� �s�a�m�e� �s�t�y�l�e� �b�o�n�u�s� �a�s� �g�o�r�g�e�o�u�s� �d�r�e�s�s� �a�n�d� �p�r�e�c�i�o�u�s� �t�i�a�r�a� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
-�!�g�l�o�v�e�s� �a�n�d� �f�o�o�t�w�e�a�r�
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �H�A�N�D�S�
�
+�
�
 �!�[�'�r�u�b�b�e�r�_�g�l�o�v�e�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�r�u�b�b�e�r�_�g�l�o�v�e�s�'�,� �'�R�u�b�b�e�r� �G�l�o�v�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A�l�t�h�o�u�g�h� �r�u�b�b�e�r� �g�l�o�v�e�s� �d�o� �n�o�t� �c�o�m�p�l�e�m�e�n�t� �a�n�y� �c�o�s�t�u�m�e� �a�n�d� �w�i�l�l� �n�o�t� �d�e�c�o�r�a�t�e� �t�h�e� �h�a�n�d�s� �o�f� �y�o�u�r� �s�l�a�v�e�,� �t�h�e�y� �h�a�v�e� �a� �l�o�t� �o�f� �a�p�p�l�i�c�a�t�i�o�n�s�.� �T�h�e�s�e� �g�l�o�v�e�s� �w�i�l�l� �p�r�o�t�e�c�t� �t�h�e� �d�e�l�i�c�a�t�e� �s�k�i�n� �o�f� �t�h�e� �s�l�a�v�e� �w�h�i�l�e� �c�l�e�a�n�i�n�g� �a�n�d� �w�a�s�h�i�n�g� �d�i�s�h�e�s�.� �I�t� �a�l�s�o� �c�o�m�e�s� �i�n� �h�a�n�d�y� �f�o�r� �s�o�m�e� �m�e�d�i�c�a�l� �p�r�o�c�e�d�u�r�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�r�u�b�b�e�r�_�g�l�o�v�e�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�r�u�b�b�e�r�_�g�l�o�v�e�s�'�]� �=� �{�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�n�u�r�s�e�'�]� �+�=� �1�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �2� �&�!� �v�e�r�y� �n�o�t� �s�t�y�l�i�s�h� �(�c�o�n�s�i�d�e�r�e�d� �m�a�k�i�n�g� �a�n� �e�x�c�e�p�t�i�o�n� �w�h�e�n� �p�a�i�r�e�d� �w�i�t�h� �n�u�r�s�e� �o�u�t�f�i�t� �b�u�t� �d�e�c�i�d�e�d� �a�g�a�i�n�s�t� �i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�l�a�c�e�d�_�g�l�o�v�e�s�'�]�
�
@@ -56992,77 +58285,110 @@
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
 �}�
�
 �
�
+�!�[�'�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�,� �'�L�e�a�t�h�e�r� �G�l�o�v�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �E�l�e�g�a�n�t� �a�n�d� �d�u�r�a�b�l�e� �l�e�a�t�h�e�r� �g�l�o�v�e�s� �n�o�t� �o�n�l�y� �s�e�r�v�e� �a� �s�t�y�l�i�s�h� �a�d�d�i�t�i�o�n� �t�o� �m�o�s�t� �o�u�t�f�i�t�s�,� �b�u�t� �a�l�s�o� �p�r�o�t�e�c�t� �t�h�e� �h�a�n�d�s� �o�f� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �w�e�a�p�o�n� �t�r�a�i�n�i�n�g� �o�r� �a�l�c�h�e�m�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�]� �=� �{�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �1�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�l�c�h�e�m�y�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1� �&�!� �s�t�y�l�i�s�h� �b�u�t� �n�o�t� �a�s� �m�u�c�h� �a�s� �l�a�c�e�d�_�g�l�o�v�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�}�
�
+�
�
 �!�[�'�p�l�a�s�t�i�c�_�b�r�a�c�e�r�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�s�t�i�c�_�b�r�a�c�e�r�s�'�,� �'�C�a�r�b�o�n� �F�i�b�e�r� �G�l�o�v�e�s�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �L�i�g�h�t�w�e�i�g�h�t� �a�n�d� �d�u�r�a�b�l�e� �b�r�a�c�e�r�s� �f�r�o�m� �b�l�a�c�k� �c�a�r�b�o�n� �f�i�b�e�r� �h�a�r�d�l�y� �w�i�l�l� �a�d�d� �e�l�e�g�a�n�c�e� �t�o� �y�o�u�r� �s�l�a�v�e�.� �I�t� �w�i�l�l� �h�o�w�e�v�e�r� �p�r�o�t�e�c�t� �h�e�r� �h�a�n�d�s� �d�u�r�i�n�g� �c�o�m�b�a�t� �t�r�a�i�n�i�n�g�.� �A�n�d� �h�e�a�l�t�h� �i�s� �s�o�m�e�t�i�m�e�s� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �t�h�a�n� �b�e�a�u�t�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�b�r�a�c�e�r�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�s�t�i�c�_�b�r�a�c�e�r�s�'�]� �=� �{�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �n�o�t� �s�t�y�l�i�s�h� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�f�l�u�f�f�y�_�g�l�o�v�e�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�f�l�u�f�f�y�_�g�l�o�v�e�s�'�,� �'�F�l�u�f�f�y� �P�a�w�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�e�s�e� �p�l�u�m�p� �a�n�d� �f�l�u�f�f�y� �g�l�o�v�e�s� �a�r�e� �m�a�d�e� �i�n� �t�h�e� �f�o�r�m� �o�f� �s�o�f�t� �c�a�t� �p�a�w�s�.� �I�t� �i�s� �n�o�t� �f�u�n�c�t�i�o�n�a�l�,� �b�u�t� �a� �v�e�r�y� �n�i�c�e� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �w�a�r�d�r�o�b�e� �o�f� �y�o�u�r� �s�l�a�v�e�.� �I�t� �i�s� �e�a�s�i�e�r� �f�o�r� �h�e�r� �t�o� �f�e�e�l� �l�i�k�e� �a� �p�e�t�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�f�l�u�f�f�y�_�g�l�o�v�e�s�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�f�l�u�f�f�y�_�g�l�o�v�e�s�'�,� �'�F�l�u�f�f�y� �P�a�w�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�e�s�e� �p�l�u�m�p� �a�n�d� �f�l�u�f�f�y� �g�l�o�v�e�s� �a�r�e� �m�a�d�e� �i�n� �t�h�e� �f�o�r�m� �o�f� �s�o�f�t� �c�a�t� �p�a�w�s�.� �I�t� �i�s� �n�o�t� �f�u�n�c�t�i�o�n�a�l�,� �b�u�t� �a� �v�e�r�y� �n�i�c�e� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �w�a�r�d�r�o�b�e� �o�f� �y�o�u�r� �s�l�a�v�e�.� �I�t� �i�s� �e�a�s�i�e�r� �f�o�r� �h�e�r� �t�o� �f�e�e�l� �l�i�k�e� �a� �p�e�t�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�f�l�u�f�f�y�_�g�l�o�v�e�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�f�l�u�f�f�y�_�g�l�o�v�e�s�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �s�l�a�v�e�s� �w�i�t�h� �p�e�t� �a�f�f�i�n�i�t�y� �f�i�n�d� �t�h�e�s�e� �c�o�m�f�o�r�t�a�b�l�e� �(�b�u�t� �w�e�a�r�i�n�g� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1� �&�!� �e�a�s�i�e�r� �t�o� �f�e�e�l� �l�i�k�e� �a� �p�e�t�
�
+�	�!� �n�o�t� �f�u�n�c�t�i�o�n�a�l� �-� �i�n�t�e�r�f�e�r�e�s� �w�i�t�h� �o�t�h�e�r� �l�e�s�s�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� � � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�c�r�e�t�a�r�y�'�]� � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�x�p�r�e�s�s�i�o�n�'�]� � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�n�u�r�s�e�'�]� � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�l�c�h�e�m�y�'�]� � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�n�c�h�a�n�t�e�r�'�]� � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�m�u�s�i�c�'�]� � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�r�t�'�]� � � � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�w�S�K�'�]� � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� � � � � �-�=� �1�0�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �n�o�t� �s�t�y�l�i�s�h� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
-�!�[�'�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�,� �'�L�e�a�t�h�e�r� �G�l�o�v�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �E�l�e�g�a�n�t� �a�n�d� �d�u�r�a�b�l�e� �l�e�a�t�h�e�r� �g�l�o�v�e�s� �n�o�t� �o�n�l�y� �s�e�r�v�e� �a� �s�t�y�l�i�s�h� �a�d�d�i�t�i�o�n� �t�o� �m�o�s�t� �o�u�t�f�i�t�s�,� �b�u�t� �a�l�s�o� �p�r�o�t�e�c�t� �t�h�e� �h�a�n�d�s� �o�f� �y�o�u�r� �s�l�a�v�e� �d�u�r�i�n�g� �w�e�a�p�o�n� �t�r�a�i�n�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�e�a�t�h�e�r�_�g�l�o�v�e�s�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�}�
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �F�E�E�T�
�
 �
�
 �!�[�'�t�a�b�i�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�t�a�b�i�'�,� �'�T�a�b�i� �S�o�c�k�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �t�y�p�e� �o�f� �t�h�i�c�k� �s�o�c�k�s� �i�s� �c�u�t� �w�i�t�h� �a� �s�e�p�a�r�a�t�e� �t�h�u�m�b�.� �C�l�a�s�s�i�c� �f�o�o�t�w�e�a�r� �f�o�r� �m�a�r�t�i�a�l� �a�r�t�s� �a�n�d� �s�i�l�e�n�t� �m�o�v�e�m�e�n�t�.� �T�h�e�s�e� �s�o�c�k�s� �w�i�l�l� �l�a�s�t� �t�h�r�o�u�g�h� �a�n�y� �s�o�r�t� �o�f� �t�r�a�i�n�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�t�a�b�i�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�t�a�b�i�'�,� �'�T�a�b�i� �S�o�c�k�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �t�y�p�e� �o�f� �t�h�i�c�k� �s�o�c�k�s� �i�s� �c�u�t� �w�i�t�h� �a� �s�e�p�a�r�a�t�e� �t�h�u�m�b�.� �C�l�a�s�s�i�c� �f�o�o�t�w�e�a�r� �f�o�r� �m�a�r�t�i�a�l� �a�r�t�s� �a�n�d� �s�i�l�e�n�t� �m�o�v�e�m�e�n�t�.� �T�h�e�s�e� �s�o�c�k�s� �w�i�l�l� �l�a�s�t� �t�h�r�o�u�g�h� �a�n�y� �s�o�r�t� �o�f� �t�r�a�i�n�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�t�a�b�i�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�t�a�b�i�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �2�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �2� �o�r� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �B�+� �g�l�a�d�i�a�t�r�i�c�e�s� �o�r� �s�l�a�v�e�s� �w�i�t�h� �g�l�a�d�i�a�t�r�i�x� �t�r�a�i�t� �f�i�n�d� �t�h�e�s�e� �c�o�m�f�o�r�t�a�b�l�e� �(�b�u�t� �w�e�a�r�i�n�g� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �2� �&�!� �m�a�r�t�i�a�l� �a�r�t�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �1� �&�!� �s�i�l�e�n�t� �m�o�v�e�m�e�n�t�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1� �&�!� �s�l�i�g�h�t�l�y� �e�x�o�t�i�c� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�f�l�u�f�f�y�_�s�t�e�p�i�n�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�f�l�u�f�f�y�_�s�t�e�p�i�n�s�'�,� �'�S�o�f�t� �S�l�i�p�p�e�r�s�'�,� �5�,� �{� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �<�<�i�i�f�(�s�h�o�p�_�d�e�s�c�r�i�p�t�i�o�n� �=� �1�,� �"�W�e� �o�f�f�e�r� �a� �v�a�r�i�e�t�y� �o�f� �o�p�t�i�o�n�s� �f�o�r� �s�o�f�t� �a�n�d� �f�l�u�f�f�y� �s�l�i�p�p�e�r�s�,� �w�h�i�c�h� �w�i�l�l� �c�r�e�a�t�e� �a�n� �i�n�c�r�e�d�i�b�l�e� �f�e�e�l�i�n�g� �o�f� �w�a�r�m�t�h� �a�n�d� �c�o�m�f�o�r�t�.� �W�e� �e�v�e�n� �h�a�v�e� �o�p�t�i�o�n�s� �i�n� �t�h�e� �f�o�r�m� �o�f� �m�u�z�z�l�e�s� �o�f� �d�i�f�f�e�r�e�n�t� �c�u�t�e� �a�n�i�m�a�l�s�!�"�,� �"�T�h�e�s�e� �s�o�f�t� �a�n�d� �f�l�u�f�f�y� �s�l�i�p�p�e�r�s� �c�r�e�a�t�e� �a�n� �i�n�c�r�e�d�i�b�l�e� �f�e�e�l�i�n�g� �o�f� �w�a�r�m�t�h� �a�n�d� �c�o�m�f�o�r�t�.� �T�h�e�y� �h�a�v�e� �a� �s�i�m�p�l�e� �d�e�s�i�g�n�,� �o�p�e�n� �a�t� �t�h�e� �b�a�c�k� �a�n�d� �w�i�t�h� �a� �p�a�i�r� �o�f� �s�o�f�t� �t�a�s�s�e�l� �b�a�l�l�s� �o�n� �e�a�c�h� �s�l�i�p�p�e�r�,� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �t�i�n�y� �r�i�b�b�o�n�s�.�"�)�>�>�}�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�f�l�u�f�f�y�_�s�t�e�p�i�n�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�f�l�u�f�f�y�_�s�t�e�p�i�n�s�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1�
�
 �	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �d�o�e�s� �n�o�t� �c�o�m�p�l�e�m�e�n�t� �a� �s�t�y�l�i�s�h� �o�u�t�f�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �-�=� �1� �&�!� �r�e�d�u�c�e�s� �e�x�o�t�i�c�i�s�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�p�o�i�n�t�e�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�o�i�n�t�e�s�'�,� �'�P�o�i�n�t�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �I�n�d�i�s�p�e�n�s�a�b�l�e� �a�t�t�r�i�b�u�t�e� �o�f� �e�v�e�r�y� �b�a�l�l�e�r�i�n�a� �-� �p�o�i�n�t�e�s�.� �T�h�e� �m�o�s�t� �c�o�m�f�o�r�t�a�b�l�e� �s�h�o�e�s� �f�o�r� �b�a�l�l�r�o�o�m� �d�a�n�c�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�o�i�n�t�e�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�o�i�n�t�e�s�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �2�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �>� �2� �o�r� �d�y�n�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �B�+� �d�a�n�c�e�r�s� �o�r� �s�l�a�v�e�s� �w�i�t�h� �b�a�l�l�e�r�i�n�a� �t�r�a�i�t� �f�i�n�d� �t�h�e�s�e� �c�o�m�f�o�r�t�a�b�l�e� �(�b�u�t� �w�e�a�r�i�n�g� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �2� �&�!� �d�a�n�c�i�n�g�
�
 �}�
�
 �
�
 �!�[�'�s�n�e�a�k�e�r�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�n�e�a�k�e�r�s�'�,� �'�S�n�e�a�k�e�r�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �C�o�m�f�o�r�t�a�b�l�e� �a�n�d� �p�r�a�c�t�i�c�a�l� �f�o�o�t�w�e�a�r� �f�o�r� �s�p�o�r�t�s� �a�n�d� �e�v�e�r�y�d�a�y� �w�e�a�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�n�e�a�k�e�r�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�n�e�a�k�e�r�s�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�r�t�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �s�l�a�v�e�s� �w�i�t�h� �s�p�o�r�t� �a�f�f�i�n�i�t�y� �f�i�n�d� �t�h�e�s�e� �c�o�m�f�o�r�t�a�b�l�e� �(�b�u�t� �w�e�a�r�i�n�g� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �3� �&�!� �s�p�o�r�t�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �1� �&�!� �s�p�o�r�t�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �1� �&�!� �s�p�o�r�t�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �d�o�e�s� �n�o�t� �c�o�m�p�l�e�m�e�n�t� �a� �s�t�y�l�i�s�h� �o�u�t�f�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �-�=� �1� �&�!� �r�e�d�u�c�e�s� �e�x�o�t�i�c�i�s�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�h�i�g�h�_�h�e�e�l�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�i�g�h�_�h�e�e�l�s�'�,� �'�H�e�e�l�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�e�s�e� �s�h�o�e�s� �w�i�t�h� �h�i�g�h� �a�n�d� �s�h�a�r�p� �h�e�e�l�s� �a�r�e� �a� �s�a�m�p�l�e� �o�f� �e�l�e�g�a�n�c�e� �a�n�d� �s�t�y�l�e�.� �A� �w�i�d�e� �r�a�n�g�e� �o�f� �s�t�y�l�e�s� �a�n�d� �c�o�l�o�r�s� �m�e�a�n�s� �t�h�e�r�e� �i�s� �a� �f�i�t�t�i�n�g� �p�a�i�r� �f�o�r� �e�v�e�r�y� �d�r�e�s�s�.� �N�o� �e�l�e�g�a�n�t� �o�u�t�f�i�t� �w�o�u�l�d� �b�e� �c�o�m�p�l�e�t�e� �w�i�t�h�o�u�t� �a� �s�e�t� �o�f� �h�i�g�h� �h�e�e�l�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�i�g�h�_�h�e�e�l�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�i�g�h�_�h�e�e�l�s�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �3� �-� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �&�!� �u�n�h�e�a�l�t�h�y� �s�l�a�v�e�s� �f�i�n�d� �h�e�e�l�s� �u�n�p�l�e�a�s�a�n�t� �t�o� �w�e�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �1�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �w�e�a�r�i�n�g� �h�e�e�l�s� �p�a�s�s�i�v�e�l�y� �t�r�a�i�n�s� �e�n�d�u�r�a�n�c�e� �u�n�l�e�s�s� �F�e�e�b�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �a�s� �e�l�e�g�a�n�t� �a�s� �h�i�g�h�_�b�o�o�t�s�
�
 �}�
�
 �
�
 �!�[�'�h�i�g�h�_�b�o�o�t�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�i�g�h�_�b�o�o�t�s�'�,� �'�B�o�o�t�s�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �H�i�g�h� �l�e�a�t�h�e�r� �b�o�o�t�s� �w�i�t�h� �s�h�i�n�y� �b�u�c�k�l�e�s� �a�n�d� �e�l�e�g�a�n�t� �h�e�e�l�.� �T�h�e�s�e� �a�r�e� �n�o�t� �o�n�l�y� �a�s� �e�l�e�g�a�n�t� �a�s� �h�i�g�h� �h�e�e�l�s�,� �b�u�t� �a�l�s�o� �e�m�p�h�a�s�i�z�e� �t�h�e� �s�e�x�u�a�l�i�t�y� �a�n�d� �u�n�b�r�i�d�l�e�d� �t�e�m�p�e�r� �o�f� �y�o�u�r� �s�l�a�v�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�i�g�h�_�b�o�o�t�s�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�i�g�h�_�b�o�o�t�s�'�,� �'�H�i�g�h� �B�o�o�t�s�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �H�i�g�h� �l�e�a�t�h�e�r� �b�o�o�t�s� �w�i�t�h� �s�h�i�n�y� �b�u�c�k�l�e�s� �a�n�d� �e�l�e�g�a�n�t� �h�e�e�l�.� �T�h�e�s�e� �a�r�e� �n�o�t� �o�n�l�y� �a�s� �e�l�e�g�a�n�t� �a�s� �h�i�g�h� �h�e�e�l�s�,� �b�u�t� �a�l�s�o� �e�m�p�h�a�s�i�z�e� �t�h�e� �s�e�x�u�a�l�i�t�y� �a�n�d� �u�n�b�r�i�d�l�e�d� �t�e�m�p�e�r� �o�f� �y�o�u�r� �s�l�a�v�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�i�g�h�_�b�o�o�t�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�i�g�h�_�b�o�o�t�s�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �2�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �2�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �3� �-� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �&�!� �u�n�h�e�a�l�t�h�y� �s�l�a�v�e�s� �f�i�n�d� �h�e�e�l�s� �u�n�p�l�e�a�s�a�n�t� �t�o� �w�e�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �2� �&�!� �e�m�p�h�a�s�i�z�e� �s�e�x�u�a�l�i�t�y�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �2�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�t�e�m�p�e�r�'�]� �+�=� �1� �&�!� �e�m�p�h�a�s�i�z�e� �t�e�m�p�e�r�,� �e�f�f�e�c�t� �s�h�a�r�e�d� �w�i�t�h� �h�o�o�f�e�d�_�b�o�o�t�s� �(�p�o�n�y� �g�e�a�r�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �>� �1�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1� �&�!� �w�e�a�r�i�n�g� �h�e�e�l�s� �p�a�s�s�i�v�e�l�y� �t�r�a�i�n�s� �e�n�d�u�r�a�n�c�e� �u�n�l�e�s�s� �F�e�e�b�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �a�s� �e�l�e�g�a�n�t� �a�s� �h�i�g�h�_�h�e�e�l�s�
�
 �}�
�
 �
�
-�!�J�E�W�E�L�R�Y� �A�N�D� �A�C�C�E�S�S�O�R�I�E�S�
�
+�!�J�E�W�E�L�R�Y� �A�N�D� �A�C�C�E�S�S�O�R�I�E�S� �F�O�R� �H�A�N�D�S�
�
+�
�
 �!�[�'�p�l�a�i�n�_�r�i�n�g�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�r�i�n�g�'�,� �'�E�l�e�g�a�n�t� �R�i�n�g�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �A� �w�e�l�l� �c�r�a�f�t�e�d� �a�n�d� �b�e�a�u�t�i�f�u�l� �r�i�n�g� �m�a�d�e� �o�u�t� �o�f� �p�r�e�c�i�o�u�s� �m�e�t�a�l�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�n�_�r�i�n�g�'�
�
 �
�
@@ -57071,15 +58397,16 @@
 �}�
�
 �
�
 �!�[�'�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�,� �'�G�e�m�s�t�o�n�e� �R�i�n�g�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �r�i�n�g� �i�s� �m�a�d�e� �o�u�t� �o�f� �h�i�g�h�e�r� �q�u�a�l�i�t�y� �m�e�t�a�l� �a�n�d� �t�h�e� �i�n�l�a�i�d� �s�t�o�n�e� �m�a�k�e�s� �e�n�h�a�n�c�e�s� �t�h�e� �b�e�a�u�t�y� �o�f� �a�n�y�o�n�e� �w�e�a�r�i�n�g� �t�h�i�s� �r�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�,� �'�G�e�m�s�t�o�n�e� �R�i�n�g�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �r�i�n�g� �i�s� �m�a�d�e� �o�u�t� �o�f� �h�i�g�h�e�r� �q�u�a�l�i�t�y� �m�e�t�a�l� �a�n�d� �t�h�e� �i�n�l�a�i�d� �s�t�o�n�e� �e�n�h�a�n�c�e�s� �t�h�e� �b�e�a�u�t�y� �o�f� �a�n�y�o�n�e� �w�e�a�r�i�n�g� �t�h�i�s� �r�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�i�n�c�r�u�s�t�e�d�_�r�i�n�g�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �m�o�r�e� �s�t�y�l�e� �b�o�n�u�s� �t�h�a�n� �p�l�a�i�n�_�r�i�n�g�,� �b�u�t� �r�e�m�o�v�e�d� �+�1� �t�o� �e�x�_�p�l�u�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
+�!�J�E�W�E�L�R�Y� �A�N�D� �A�C�C�E�S�S�O�R�I�E�S� �F�O�R� �P�I�E�R�C�I�N�G�S�
�
+�
�
 �!�[�'�p�l�a�i�n�_�e�a�r�r�i�n�g�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�e�a�r�r�i�n�g�s�'�,� �'�S�m�a�l�l� �H�o�o�p�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �P�e�r�f�e�c�t�l�y� �s�u�i�t�e�d� �f�o�r� �a�l�l� �p�i�e�r�c�e�d� �a�r�e�a�s� �o�f� �t�h�e� �b�o�d�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�n�_�e�a�r�r�i�n�g�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�e�a�r�r�i�n�g�s�'�,� �'�S�m�a�l�l� �H�o�o�p�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �T�h�e�s�e� �e�l�e�g�a�n�t� �l�i�t�t�l�e� �h�o�o�p�s� �a�r�e� �p�e�r�f�e�c�t�l�y� �s�u�i�t�e�d� �f�o�r� �a�l�l� �p�i�e�r�c�e�d� �a�r�e�a�s� �o�f� �t�h�e� �b�o�d�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�n�_�e�a�r�r�i�n�g�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�n�_�e�a�r�r�i�n�g�s�'�]� �=� �{�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
@@ -57089,65 +58416,141 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�e�a�r�r�i�n�g�s�'�,� �'�G�e�m�s�t�o�n�e� �S�t�u�d�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �T�h�i�s� �d�r�o�p� �s�t�u�d� �i�s� �e�n�c�r�u�s�t�e�d� �w�i�t�h� �s�y�n�t�h�e�t�i�c� �c�r�y�s�t�a�l�s�,� �w�h�i�c�h� �a�r�e� �g�e�n�e�r�a�l�l�y� �m�o�r�e� �r�a�r�e� �a�n�d� �e�x�o�t�i�c� �t�h�a�n� �s�t�a�n�d�a�r�d� �g�e�m�s�t�o�n�e�s�.�<�b�r�>� � �F�o�r� �t�h�e� �e�a�r�s� �t�h�e�r�e� �i�s� �a�n� �o�p�t�i�o�n� �w�i�t�h� �c�l�i�p�s� �t�h�a�t� �d�o�e�s� �n�o�t� �r�e�q�u�i�r�e� �p�i�e�r�c�i�n�g�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�e�a�r�r�i�n�g�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�i�n�c�r�u�s�t�e�d�_�e�a�r�r�i�n�g�s�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �m�o�r�e� �s�t�y�l�i�s�h� �t�h�a�n� �o�t�h�e�r� �p�i�e�r�c�i�n�g� �a�c�c�e�s�s�o�r�i�e�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2� �&�!� �m�o�r�e� �r�a�r�e� �a�n�d� �e�x�o�t�i�c� �t�h�a�n� �s�t�a�n�d�a�r�d� �g�e�m�s�t�o�n�e�s�
�
+�}�
�
+�
�
+�!�[�'�b�a�r�b�e�l�l�s�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�b�a�r�b�e�l�l�s�'�,� �'�B�a�r�b�e�l�l�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �T�h�e�s�e� �b�a�r�b�e�l�l�s� �a�r�e� �m�a�d�e� �o�u�t� �o�f� �p�r�e�c�i�o�u�s� �m�e�t�a�l� �a�n�d� �p�o�l�i�s�h�e�d� �t�o� �p�e�r�f�e�c�t�i�o�n� �w�i�t�h� �a� �r�a�r�e� �g�e�m�s�t�o�n�e� �o�n� �e�i�t�h�e�r� �e�n�d�.� �B�a�r�b�e�l�l�s� �c�a�n� �p�r�o�v�i�d�e� �m�i�l�d� �s�t�i�m�u�l�a�t�i�o�n� �t�o� �a� �p�i�e�r�c�e�d� �t�o�n�g�u�e�,� �n�i�p�p�l�e�,� �n�a�v�e�l� �o�r� �c�l�i�t�.�'�,� �'�s�c�e�n�e�\�s�e�r�v�i�c�e�\�s�e�r�v�i�c�e�_�t�o�n�g�u�e�_�p�i�e�r�c�i�n�g�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�b�a�r�b�e�l�l�s�'�]� �=� �{�
�
+�	�!� �s�o�l�d� �i�n� �p�a�i�r�s�,� �t�w�i�c�e� �t�h�e� �p�r�i�c�e� �o�f� �g�e�m�s�t�o�n�e� �s�t�u�d�s� �w�h�i�c�h� �a�r�e� �e�q�u�i�v�a�l�e�n�t� �f�o�r� �s�t�y�l�e� �a�n�d� �e�x�o�t�i�c�i�s�m� �-� �a� �p�r�e�m�i�u�m� �f�o�r� �i�n�c�r�e�a�s�i�n�g� �a�r�o�u�s�a�l�,� �w�h�i�c�h� �h�e�l�p�s� �s�e�x� �t�r�a�i�n�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1� �&�!� �m�i�l�d� �s�t�i�m�u�l�a�t�i�o�n�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1� �&�!� �p�r�e�c�i�o�u�s� �m�e�t�a�l�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1� �&�!� �r�a�r�e� �g�e�m�s�t�o�n�e�
�
+�	�!� �n�o�t� �q�u�i�t�e� �a�s� �g�o�o�d� �f�o�r� �c�h�a�r�m� �a�s� �g�e�m�s�t�o�n�e� �s�t�u�d�s�,� �d�e�s�p�i�t�e� �t�h�e� �h�i�g�h�e�r� �p�r�i�c�e�,� �g�i�v�i�n�g� �a� �r�e�a�s�o�n� �t�o� �b�u�y� �b�o�t�h� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�}�
�
+�
�
+�!�[�'�n�i�p�p�l�e�_�c�h�a�i�n�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�n�i�p�p�l�e�_�c�h�a�i�n�'�,� �'�N�i�p�p�l�e� �C�h�a�i�n�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �A� �p�a�i�r� �o�f� �r�i�n�g�s� �l�i�n�k�e�d� �w�i�t�h� �a� �c�h�a�i�n�,� �w�h�i�c�h� �i�s� �m�e�a�n�t� �t�o� �c�o�n�n�e�c�t� �t�h�e� �n�i�p�p�l�e�s� �o�f� �a� �s�l�a�v�e�.� �T�h�i�s� �w�i�l�l� �g�i�v�e� �y�o�u�r� �s�l�a�v�e� �a� �s�l�i�g�h�t�l�y� �e�x�o�t�i�c� �l�o�o�k�.� �T�h�e� �r�i�n�g�s� �p�r�o�v�i�d�e� �c�o�n�s�t�a�n�t� �s�t�i�m�u�l�a�t�i�o�n�,� �a�n�d� �k�n�o�w�i�n�g� �t�h�a�t� �y�o�u� �c�a�n� �a�l�w�a�y�s� �p�u�l�l� �t�h�e� �c�h�a�i�n�,� �s�h�e� �w�i�l�l� �b�e�h�a�v�e� �m�o�r�e� �r�e�s�p�e�c�t�f�u�l�l�y� �-� �a�s� �p�u�l�l�i�n�g� �i�t� �h�u�r�t�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�n�i�p�p�l�e�_�c�h�a�i�n�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�n�i�p�p�l�e�_�c�h�a�i�n�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>�=� �2� �o�r� �(�d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �<�=� �0�)�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �n�i�p�p�l�e� �c�h�a�i�n�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�n�i�p�p�l�e�r�i�n�g�s�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�n�i�p�p�l�e�_�c�h�a�i�n�'�]� �+�=� �2�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �<�=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �5� �&�!� �n�o�t� �i�n�u�r�e�d� �(�1�)� �o�r� �m�a�s�o�c�h�i�s�t� �(�2�)�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2� �&�!� �c�o�n�s�t�a�n�t� �s�t�i�m�u�l�a�t�i�o�n�,� �m�o�r�e� �t�h�a�n� �b�a�r�b�e�l�l�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �&�!� �b�e�h�a�v�e� �m�o�r�e� �r�e�s�p�e�c�t�f�u�l�l�y� �/� �p�u�l�l�i�n�g� �i�t� �h�u�r�t�s�
�
+�	�!� �r�e�m�o�v�e�d� �d�i�r�e�c�t� �b�o�n�u�s� �f�o�r� �s�e�x� �l�e�s�s�o�n�s� �(�a�r�o�u�s�a�l� �s�t�i�l�l� �a�s�s�i�s�t�s� �w�i�t�h� �l�e�s�s�o�n�s� �i�m�p�l�i�c�i�t�l�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1� �&�!� �c�h�a�n�g�e�d� �t�o� �e�x�o�t�i�c�i�s�m� �b�o�n�u�s� �i�n�s�t�e�a�d� �o�f� �s�t�y�l�e� �b�o�n�u�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�!� �n�o� �s�t�y�l�e� �b�o�n�u�s�,� �s�o� �f�o�r� �c�h�a�r�m� �w�h�e�n� �s�e�l�l�i�n�g� �t�h�e� �s�l�a�v�e�,� �u�s�i�n�g� �b�a�r�b�e�l�l�s� �o�r� �g�e�m�s�t�o�n�e� �s�t�u�d�s� �i�s� �b�e�t�t�e�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�,� �'�T�h�i�c�k� �S�t�e�e�l� �R�i�n�g�'�,� �3�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s� �(�s�e�t� �o�f� �7�)�<�b�r�>� � � �A�d�d� �d�r�a�m�a� �t�o� �a�n�y� �p�i�e�r�c�i�n�g�.� �B�e�c�a�u�s�e� �n�o�t�h�i�n�g� �s�a�y�s� �"�s�l�a�v�e�"� �l�i�k�e� �h�e�a�v�y� �g�a�u�g�e� �s�t�e�e�l�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�e�a�v�y�_�g�a�u�g�e�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�,� �'�T�h�i�c�k� �S�t�e�e�l� �R�i�n�g�'�,� �3�0�,� �'� � � �P�r�i�c�e�:� �3�0� �s�p�a�r�k�s� �(�s�e�t� �o�f� �7�)�<�b�r�>� � � �A�d�d� �d�r�a�m�a� �t�o� �a�n�y� �p�i�e�r�c�i�n�g� �a�n�d� �r�e�m�i�n�d� �y�o�u�r� �s�l�a�v�e� �o�f� �h�e�r� �p�l�a�c�e�.� �B�e�c�a�u�s�e� �n�o�t�h�i�n�g� �s�a�y�s� �"�s�l�a�v�e�"� �l�i�k�e� �h�e�a�v�y� �g�a�u�g�e� �s�t�e�e�l�.� �E�x�o�t�i�c�,� �b�u�t� �n�o�t� �t�h�e� �m�o�s�t� �e�l�e�g�a�n�t�,� �o�f� �c�o�u�r�s�e�.� �A� �t�r�i�o� �o�f� �t�h�e�s�e� �m�a�k�e� �a� �g�o�o�d� �c�o�m�p�l�e�m�e�n�t� �f�o�r� �a� �n�i�p�p�l�e� �c�h�a�i�n� �a�n�d� �a� �n�o�s�e� �r�i�n�g�.� �O�r�,� �i�f� �n�o�t� �a� �n�o�s�e� �r�i�n�g�,� �p�e�r�h�a�p�s� �r�e�p�l�a�c�e� �o�n�e� �o�f� �t�h�e� �t�r�i�o� �w�i�t�h� �a� �b�a�r�b�e�l�l� �f�o�r� �v�a�r�i�e�t�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�e�a�v�y�_�g�a�u�g�e�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�e�a�v�y�_�g�a�u�g�e�_�r�i�n�g�s�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�!� �d�a�i�l�y� �i�m�p�a�c�t� �(�+�i�n�s�t�i�n�c�t�,� �-�m�o�o�d�)� �i�s� �a�p�p�l�i�e�d� �i�n� �n�e�x�t�_�d�a�y� �a�c�c�o�r�d�i�n�g� �t�o� �t�h�e� �n�u�m�b�e�r� �o�f� �r�i�n�g�s� �e�q�u�i�p�p�e�d�
�
+�	�!� �m�a�x�i�m�u�m� �i�m�p�a�c�t� �i�s� �+�3� �i�n�s�t�i�n�c�t� �f�o�r� �-�0�.�9� �m�o�o�d� �w�i�t�h� �5� �o�f� �t�h�e�s�e� �r�i�n�g�s� �[�t�o�n�g�u�e�/�n�i�p�p�l�e�(�x�2�)�/�n�a�v�e�l�/�c�l�i�t�]� �a�n�d� �a� �p�e�r�m�a�n�e�n�t� �n�o�s�e� �r�i�n�g�
�
+�	�!� �s�u�b�s�t�i�t�u�t�i�n�g� �n�i�p�p�l�e� �c�h�a�i�n� �f�o�r� �t�h�i�c�k� �s�t�e�e�l� �r�i�n�g�s� �i�s� �a� �c�h�a�n�g�e� �o�f� �-�1� �i�n�s�t�i�n�c�t�,� �+�0�.�3� �m�o�o�d� �a�n�d� �t�h�e� �c�h�a�i�n� �a�d�d�s� �+�1� �i�n�s�t�i�n�c�t� �a�n�d� �u�p� �t�o� �-�1�.�0� �m�o�o�d� �(�i�d�e�a�l�l�y� �z�e�r�o�,� �i�f� �s�h�e� �i�s� �a�r�o�u�s�e�d� �o�r� �a� �m�a�s�o�c�h�i�s�t�)�
�
+�	�!� �w�h�e�n� �u�s�i�n�g� �a� �n�i�p�p�l�e� �c�h�a�i�n�,� �+�3� �i�n�s�t�i�n�c�t� �r�e�q�u�i�r�e�s� �a� �n�o�s�e� �p�i�e�r�c�i�n�g� �a�n�d� �a�l�l� �o�t�h�e�r� �s�l�o�t�s� �f�i�l�l�e�d� �w�i�t�h� �t�h�e�s�e� �r�i�n�g�s�;� �t�h�e� �m�o�o�d� �i�m�p�a�c�t� �i�n� �t�h�i�s� �c�a�s�e� �i�s� �-�0�.�6�
�
+�	�!� �i�f� �y�o�u� �o�m�i�t� �t�h�e� �n�o�s�e� �p�i�e�r�c�i�n�g�,� �a� �n�i�p�p�l�e� �c�h�a�i�n� �a�n�d� �t�w�o� �r�i�n�g�s� �y�i�e�l�d�s� �a� �t�o�t�a�l� �i�m�p�a�c�t� �o�f� �+�2� �i�n�s�t�i�n�c�t� �a�n�d� �-�0�.�3� �t�o� �-�0�.�4� �m�o�o�d�,� �p�l�u�s� �a�r�o�u�s�a�l�
�
+�	�!� �t�h�a�t� �l�e�a�v�e�s� �o�n�e� �e�m�p�t�y� �s�l�o�t� �f�o�r� �a�n�o�t�h�e�r� �a�c�c�e�s�s�o�r�y�,� �f�o�r� �e�x�a�m�p�l�e� �a� �b�a�r�b�e�l�l� �f�o�r� �e�x�t�r�a� �a�r�o�u�s�a�l�
�
+�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �f�o�r� �d�i�s�p�l�a�y� �o�n�l�y�,� �m�o�o�d�l�e�t� �i�m�p�a�c�t� �i�s� �n�e�g�a�t�e�d� �i�n� �$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �n�o�t� �a� �r�e�f�i�n�e�d�,� �s�t�y�l�i�s�h� �l�o�o�k�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2� �&�!� �b�u�t� �m�o�r�e� �e�x�o�t�i�c� �t�h�a�n� �g�e�m�s�t�o�n�e� �r�i�n�g�s�
�
+�	�!� �n�o�t� �t�h�e� �b�e�s�t� �f�o�r� �s�t�y�l�e�,� �b�u�t� �o�n� �p�a�r� �w�i�t�h� �g�e�m�s�t�o�n�e� �s�t�u�d�s� �f�o�r� �e�x�o�t�i�c�i�s�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
-�!�[�'�b�a�r�b�e�l�l�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�b�a�r�b�e�l�l�s�'�,� �'�B�a�r�b�e�l�l�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �T�h�e�s�e� �b�a�r�b�e�l�l�s� �a�r�e� �m�a�d�e� �o�u�t� �o�f� �p�r�e�c�i�o�u�s� �m�e�t�a�l� �a�n�d� �p�o�l�i�s�h�e�d� �t�o� �p�e�r�f�e�c�t�i�o�n� �w�i�t�h� �a� �r�a�r�e� �g�e�m�s�t�o�n�e� �o�n� �e�i�t�h�e�r� �e�n�d�.�'�,� �'�s�c�e�n�e�\�s�e�r�v�i�c�e�\�s�e�r�v�i�c�e�_�t�o�n�g�u�e�_�p�i�e�r�c�i�n�g�'�
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �H�E�A�D�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�b�a�r�b�e�l�l�s�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�!�[�'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�,� �'�H�e�a�d�b�a�n�d�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �a�c�c�e�s�s�o�r�y� �i�s� �d�e�s�i�g�n�e�d� �n�o�t� �o�n�l�y� �a�s� �a�n� �a�c�c�e�s�s�o�r�y�,� �b�u�t� �f�o�r� �e�v�e�r�y�d�a�y� �u�s�e�.� �T�h�e� �l�i�g�h�t�w�e�i�g�h�t� �a�n�d� �f�l�e�x�i�b�l�e� �h�e�a�d�b�a�n�d� �a�l�l�o�w�s� �t�o� �n�e�a�t�l�y� �t�u�c�k� �a�w�a�y� �h�a�i�r� �s�o� �t�h�a�t� �i�t� �d�o�e�s� �n�o�t� �c�o�n�c�e�a�l� �t�h�e� �f�a�c�e� �o�r� �f�a�l�l� �i�n�t�o� �t�h�e� �p�o�t�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�e�a�d�b�a�n�d�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�]� �=� �{�
�
+�	�d�y�n�s�l�a�v�e�[�'�w�i�g�'�]� �=� �1� �&�!� �e�q�u�i�v�a�l�e�n�t� �s�t�y�l�e� �b�o�n�u�s� �a�s� �a� �r�e�c�e�n�t� �h�a�i�r�c�u�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� �+�=� �1� �&�!� �s�a�m�e� �a�s� �h�i�j�a�b�,� �w�h�i�c�h� �c�o�s�t�s� �t�h�e� �s�a�m�e�,� �b�u�t� �h�i�j�a�b� �a�l�s�o� �b�o�o�s�t�s� �s�e�r�v�i�c�e�
�
+�	�!� �a�s�i�d�e� �f�r�o�m� �t�h�e� �s�t�y�l�e� �f�u�n�c�t�i�o�n�,� �t�h�i�s� �i�t�e�m� �s�e�r�v�e�s� �a�s� �a�n� �i�n�e�x�p�e�n�s�i�v�e� �g�i�f�t�
�
+�}�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �0�
�
 �}�
�
 �
�
-�!�[�'�p�l�a�i�n�_�p�e�n�d�a�n�t�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�p�e�n�d�a�n�t�'�,� �'�C�h�a�i�n� �w�i�t�h� �P�e�n�d�a�n�t�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A� �c�h�a�i�n� �f�r�o�m� �p�r�e�c�i�o�u�s� �m�e�t�a�l� �w�i�t�h� �a� �s�h�a�p�e�d� �p�e�n�d�a�n�t� �p�e�r�f�e�c�t�l�y� �a�c�c�e�n�t�u�a�t�e�s� �t�h�e� �s�t�y�l�e� �a�n�d� �e�l�e�g�a�n�c�e� �o�f� �y�o�u�r� �s�l�a�v�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�n�_�p�e�n�d�a�n�t�'�
�
+�!�[�'�h�i�j�a�b�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�i�j�a�b�'�,� �'�H�i�j�a�b�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �A� �h�i�j�a�b� �c�o�m�p�l�e�t�e�l�y� �c�o�v�e�r�s� �t�h�e� �h�a�i�r�.� �P�e�r�h�a�p�s� �n�o�t� �t�h�e� �b�e�s�t� �k�i�n�d� �o�f� �j�e�w�e�l�r�y� �f�o�r� �t�h�e� �h�e�a�d�,� �b�u�t� �i�t� �i�s� �v�e�r�y� �p�r�a�c�t�i�c�a�l� �i�n� �e�v�e�r�y�d�a�y� �a�f�f�a�i�r�s�.� �T�h�e� �h�a�i�r� �w�i�l�l� �n�o�t� �f�a�l�l� �i�n�t�o� �t�h�e� �s�o�u�p� �o�r� �i�n�t�e�r�f�e�r�e� �d�u�r�i�n�g� �c�l�e�a�n�i�n�g�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�i�j�a�b�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�n�_�p�e�n�d�a�n�t�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�i�j�a�b�'�]� �=� �{�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� �+�=� �1�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �n�o�t� �a� �r�e�f�i�n�e�d�,� �s�t�y�l�i�s�h� �l�o�o�k�
�
 �}�
�
 �
�
-�!�[�'�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�,� �'�G�e�m�s�t�o�n�e� �N�e�c�k�l�a�c�e�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �F�i�g�u�r�e�d� �n�e�c�k�l�a�c�e�,� �s�t�u�d�d�e�d� �w�i�t�h� �b�e�a�u�t�i�f�u�l� �g�e�m�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�
�
+�!�[�'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�,� �'�C�r�o�w�n� �o�f� �T�h�o�r�n�s�'�,� �5�,� �'� �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �O�f� �c�o�u�r�s�e� �t�h�i�s� �i�s� �o�n�l�y� �t�h�e� �n�a�m�e�,� �i�t� �h�a�s� �n�o� �t�h�o�r�n�s�.� �T�h�e�s�e� �r�i�m�s� �a�r�e� �m�a�d�e� �o�u�t� �o�f� �b�a�r�b�e�d� �w�i�r�e�.� �T�h�e� �t�r�i�c�k� �i�s� �t�h�e� �a�t�t�a�c�h�m�e�n�t� �m�e�c�h�a�n�i�s�m� �-� �i�t� �i�s� �a�r�r�a�n�g�e�d� �s�u�c�h� �a�s� �t�o� �c�a�u�s�e� �p�a�i�n�,� �b�u�t� �n�o�t� �t�o� �i�n�j�u�r�e� �a�n�d� �n�o�t� �b�e� �r�e�m�o�v�e�d� �s�o� �e�a�s�i�l�y�.� �C�o�n�s�t�a�n�t�,� �t�h�o�u�g�h� �m�i�l�d� �p�a�i�n� �r�e�m�i�n�d�s� �a� �s�l�a�v�e� �o�f� �h�u�m�i�l�i�t�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�t�h�o�r�n�s�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �<�=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�r�o�w�n� �o�f� �t�h�o�r�n�s�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �2�,� �1�,� �-�1�)� �&�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �m�a�s�o�c�h�i�s�m� �(�2� �=� �m�a�s�o�c�h�i�s�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2� �&�!� �m�i�l�d� �p�a�i�n� �r�e�m�i�n�d�s� �s�l�a�v�e� �o�f� �h�u�m�i�l�i�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�p�l�a�i�n�_�t�i�a�r�a�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�t�i�a�r�a�'�,� �'�O�r�n�a�m�e�n�t�e�d� �D�i�a�d�e�m�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �A� �s�t�y�l�i�s�h� �d�i�a�d�e�m� �f�r�o�m� �p�r�e�c�i�o�u�s� �m�e�t�a�l�.� �I�t� �p�e�r�f�e�c�t�l�y� �c�o�m�p�l�e�m�e�n�t�s� �t�h�e� �h�a�i�r�s�t�y�l�e� �o�f� �y�o�u�r� �s�l�a�v�e� �a�n�d� �s�u�r�r�o�u�n�d�s� �h�e�r� �w�i�t�h� �a�n� �a�u�r�a� �o�f� �l�u�x�u�r�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�n�_�t�i�a�r�a�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�n�_�t�i�a�r�a�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
-�}�
�
-�
�
-�!�[�'�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�,� �'�P�r�e�c�i�o�u�s� �T�i�a�r�a�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �m�a�s�s�i�v�e� �t�i�a�r�a� �i�s� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �s�h�i�m�m�e�r�i�n�g� �g�e�m�s� �o�f� �t�h�e� �h�i�g�h�e�s�t� �q�u�a�l�i�t�y� �-� �i�t� �w�i�l�l� �c�e�r�t�a�i�n�l�y� �a�t�t�r�a�c�t� �a�t�t�e�n�t�i�o�n� �a�n�d� �e�m�p�h�a�s�i�z�e� �t�h�e� �b�e�a�u�t�y� �o�f� �y�o�u�r� �s�l�a�v�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �3� �&�!� �i�n�c�r�e�a�s�e�d� �e�f�f�e�c�t�i�v�e�n�e�s�s� �t�o� �g�i�v�e� �a� �r�e�a�s�o�n� �t�o� �u�s�e� �i�t� �(�b�e�t�t�e�r� �t�h�a�n� �a� �w�i�g� �f�o�r� �s�t�y�l�e� �w�h�e�n� �c�o�m�b�i�n�e�d� �w�i�t�h� �a� �r�e�c�e�n�t� �h�a�i�r�c�u�t�,� �b�u�t� �l�e�s�s� �e�x�o�t�i�c�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �>� �0�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5� �&� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �s�y�b�a�r�i�t�e� �l�o�v�e�s� �l�u�x�u�r�i�o�u�s� �i�t�e�m�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �m�o�r�e� �s�t�y�l�i�s�h� �t�h�a�n� �g�l�a�s�s�e�s� �a�s� �t�h�e� �d�i�a�d�e�m� �h�a�s� �n�o� �o�t�h�e�r� �f�u�n�c�t�i�o�n� �f�o�r� �n�o�n�-�s�y�b�a�r�i�t�e� �s�l�a�v�e�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
-�!�[�'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�,� �'�H�e�a�d�b�a�n�d�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �a�c�c�e�s�s�o�r�y� �i�s� �d�e�s�i�g�n�e�d� �n�o�t� �o�n�l�y� �a�s� �a�n� �a�c�c�e�s�s�o�r�y�,� �b�u�t� �f�o�r� �e�v�e�r�y�d�a�y� �u�s�e�.� �T�h�e� �l�i�g�h�t�w�e�i�g�h�t� �a�n�d� �f�l�e�x�i�b�l�e� �h�e�a�d�b�a�n�d� �a�l�l�o�w�s� �t�o� �n�e�a�t�l�y� �t�u�c�k� �a�w�a�y� �h�a�i�r� �s�o� �t�h�a�t� �i�t� �d�o�e�s� �n�o�t� �c�o�n�c�e�a�l� �t�h�e� �f�a�c�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�e�a�d�b�a�n�d�'�
�
+�!�[�'�h�a�i�r�n�e�t�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�a�i�r�n�e�t�'�,� �'�H�a�i�r�n�e�t�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �E�l�e�g�a�n�t� �h�a�i�r� �m�e�s�h� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �p�e�a�r�l�s� �a�n�d� �p�r�e�c�i�o�u�s�l�y� �w�o�v�e�n�,� �i�t� �w�i�l�l� �n�o�t� �o�n�l�y� �a�c�c�e�n�t�u�a�t�e� �t�h�e� �s�t�y�l�e� �o�f� �y�o�u�r� �s�l�a�v�e�,� �b�u�t� �a�l�s�o� �p�e�r�m�a�n�e�n�t�l�y� �r�e�t�a�i�n� �h�e�r� �h�a�i�r�s�t�y�l�e�.� �I�n� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �p�r�o�d�u�c�t� �i�t�s�e�l�f�,� �a� �s�e�t� �o�f� �s�i�l�v�e�r� �p�i�n�s� �a�n�d� �a� �p�e�a�r�l� �c�o�m�b� �a�r�e� �i�n�c�l�u�d�e�d�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�a�i�r�n�e�t�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�]� �=� �{�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�a�i�r�n�e�t�'�]� �=� �{�
�
 �	�d�y�n�s�l�a�v�e�[�'�w�i�g�'�]� �=� �1� �&�!� �e�q�u�i�v�a�l�e�n�t� �s�t�y�l�e� �b�o�n�u�s� �a�s� �a� �r�e�c�e�n�t� �h�a�i�r�c�u�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�!� �a�s�i�d�e� �f�r�o�m� �t�h�e� �s�t�y�l�e� �f�u�n�c�t�i�o�n�,� �t�h�i�s� �i�t�e�m� �s�e�r�v�e�s� �a�s� �a�n� �i�n�e�x�p�e�n�s�i�v�e� �g�i�f�t�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �i�n�c�r�e�a�s�e�d� �s�t�y�l�e� �e�f�f�e�c�t�i�v�e�n�e�s�s� �t�o� �g�i�v�e� �a� �r�e�a�s�o�n� �t�o� �u�s�e� �i�t� �(�s�u�p�e�r�i�o�r� �t�o� �a� �w�i�g� �f�o�r� �s�t�y�l�e�,� �b�u�t� �n�o� �e�x�o�t�i�c�i�s�m� �b�o�n�u�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�p�l�a�i�n�_�h�e�a�d�b�a�n�d�'�]� �=� �{�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�h�a�i�r�n�e�t�'�]� �=� �{�
�
 �	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �0�
�
 �}�
�
 �
�
@@ -57155,6 +58558,7 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�g�l�a�s�s�e�s�'�,� �'�S�t�y�l�i�s�h� �G�l�a�s�s�e�s�'�,� �1�0�,� �{� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �B�e�a�u�t�i�f�u�l� �a�n�d� �p�r�a�c�t�i�c�a�l� �a�c�c�e�s�s�o�r�y�.� �<�<�i�i�f�(�s�h�o�p�_�d�e�s�c�r�i�p�t�i�o�n� �=� �1�,� �"�O�u�r� �e�x�p�e�r�t�s� �p�i�c�k� �t�h�e� �l�e�n�s� �t�h�a�t� �i�s�"�,� �"�T�h�e� �e�x�p�e�r�t�l�y� �s�e�l�e�c�t�e�d� �l�e�n�s�e�s� �a�r�e�"�)�>�>� �o�p�t�i�m�a�l� �f�o�r� �t�h�e� �s�l�a�v�e� s� �v�i�s�i�o�n� �c�o�r�r�e�c�t�i�o�n�,� �a�l�l�o�w�i�n�g� �h�e�r� �t�o� �r�e�a�d� �d�o�c�u�m�e�n�t�s� �m�o�r�e� �e�f�f�i�c�i�e�n�t�l�y�.� �A�n�d� �a� �s�t�y�l�i�s�h� �f�r�a�m�e� �f�r�o�m� �p�r�e�c�i�o�u�s� �m�e�t�a�l� �<�<�i�i�f�(�s�h�o�p�_�d�e�s�c�r�i�p�t�i�o�n� �=� �1�,� �"�w�i�l�l� �a�c�c�e�n�t�u�a�t�e�"�,� �"�a�c�c�e�n�t�u�a�t�e�s�"�)�>�>� �t�h�e� �u�n�i�q�u�e� �s�t�y�l�e� �o�f� �t�h�e� �g�i�r�l�.�}�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�g�l�a�s�s�e�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�g�l�a�s�s�e�s�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�c�r�e�t�a�r�y�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �s�l�a�v�e�s� �w�i�t�h� �s�e�c�r�e�t�a�r�y� �a�f�f�i�n�i�t�y� �a�r�e� �h�a�p�p�i�e�r� �w�e�a�r�i�n�g� �g�l�a�s�s�e�s� �(�b�u�t� �w�e�a�r�i�n�g� �t�h�e�m� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�c�r�e�t�a�r�y�'�]� �+�=� �1�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
@@ -57163,81 +58567,92 @@
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�n�e�k�o�m�i�m�i�'�,� �'�C�a�t� �E�a�r�s�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �L�a�r�g�e� �f�u�r� �c�a�t� �e�a�r�s� �w�i�t�h� �a� �f�l�e�x�i�b�l�e� �r�i�m� �c�e�r�t�a�i�n�l�y� �a�t�t�r�a�c�t� �t�h�e� �a�t�t�e�n�t�i�o�n� �o�f� �o�t�h�e�r�s� �a�n�d� �w�i�l�l� �h�e�l�p� �y�o�u�r� �s�l�a�v�e� �f�e�e�l� �l�i�k�e� �a� �r�e�a�l� �p�e�t�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�n�e�k�o�m�i�m�i�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�n�e�k�o�m�i�m�i�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �s�l�a�v�e�s� �w�i�t�h� �p�e�t� �a�f�f�i�n�i�t�y� �f�i�n�d� �t�h�e�s�e� �c�o�m�f�o�r�t�a�b�l�e� �(�b�u�t� �w�e�a�r�i�n�g� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1� �&�!� �f�e�e�l� �l�i�k�e� �a� �r�e�a�l� �p�e�t�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �-�=� �1� �&�!� �n�o�t� �a� �r�e�f�i�n�e�d�,� �s�t�y�l�i�s�h� �l�o�o�k�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1� �&�!� �b�u�t� �i�t� �i�s� �s�l�i�g�h�t�l�y� �e�x�o�t�i�c�
�
 �}�
�
 �
�
-�!�[�'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�,� �'�O�r�n�a�m�e�n�t�e�d� �C�o�l�l�a�r�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �A� �l�u�x�u�r�i�o�u�s� �w�i�d�e� �a�n�d� �g�o�l�d�e�n� �c�o�l�l�a�r�.� �I�t� �i�s� �a�d�o�r�n�e�d� �w�i�t�h� �e�x�o�t�i�c� �j�e�w�e�l�s� �a�n�d� �e�q�u�i�p�p�e�d� �w�i�t�h� �y�o�u�r� �n�a�m�e� �t�o�k�e�n�.� �M�u�l�t�i�p�l�e� �r�i�n�g�s� �a�l�l�o�w� �f�o�r� �a�t�t�a�c�h�i�n�g� �l�e�a�s�h� �a�n�d� �s�h�a�c�k�l�e�s�.� �T�h�i�s� �s�t�y�l�i�s�h� �a�c�c�e�s�s�o�r�y� �w�i�l�l� �m�a�k�e� �s�u�r�e� �t�h�a�t� �t�h�e� �s�l�a�v�e� �w�i�l�l� �n�o�t� �f�o�r�g�e�t� �t�h�a�t� �y�o�u� �a�r�e� �h�e�r� �m�a�s�t�e�r� �a�n�d� �s�h�e� �h�a�s� �t�o� �o�b�e�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�g�o�l�d�e�n�_�c�o�l�l�a�r�'�
�
+�!�[�'�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�,� �'�P�r�e�c�i�o�u�s� �T�i�a�r�a�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �m�a�s�s�i�v�e� �t�i�a�r�a� �i�s� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �s�h�i�m�m�e�r�i�n�g� �g�e�m�s� �o�f� �t�h�e� �h�i�g�h�e�s�t� �q�u�a�l�i�t�y� �-� �i�t� �w�i�l�l� �c�e�r�t�a�i�n�l�y� �a�t�t�r�a�c�t� �a�t�t�e�n�t�i�o�n� �a�n�d� �e�m�p�h�a�s�i�z�e� �t�h�e� �b�e�a�u�t�y� �o�f� �y�o�u�r� �s�l�a�v�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�]� �=� �{�
�
-�	�i�f� �0� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
-�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
-�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�	�t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
-�	�	�$�y�e�s� �=� �{�
�
-�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �&� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
-�	�	�	�e�l�s�e�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
-�	�	�	�e�n�d�
�
-�	�	�}�
�
-�	�	�$�n�o� �=� �{�
�
-�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
-�	�	�}�
�
-�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
-�	�e�n�d�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�i�n�c�r�u�s�t�e�d�_�t�i�a�r�a�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �>� �0�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5� �&� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �s�y�b�a�r�i�t�e� �l�o�v�e�s� �l�u�x�u�r�i�o�u�s� �i�t�e�m�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �3� �&�!� �i�n�c�r�e�a�s�e�d� �e�f�f�e�c�t�i�v�e�n�e�s�s� �t�o� �g�i�v�e� �a� �r�e�a�s�o�n� �t�o� �u�s�e� �i�t� �(�b�e�t�t�e�r� �t�h�a�n� �a� �w�i�g� �f�o�r� �s�t�y�l�e� �w�h�e�n� �c�o�m�b�i�n�e�d� �w�i�t�h� �a� �r�e�c�e�n�t� �h�a�i�r�c�u�t�,� �b�u�t� �l�e�s�s� �e�x�o�t�i�c�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
 �
�
-�!�[�'�h�a�i�r�n�e�t�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�a�i�r�n�e�t�'�,� �'�H�a�i�r�n�e�t�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �E�l�e�g�a�n�t� �h�a�i�r� �m�e�s�h� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �p�e�a�r�l�s� �a�n�d� �p�r�e�c�i�o�u�s�l�y� �w�o�v�e�n�,� �i�t� �w�i�l�l� �n�o�t� �o�n�l�y� �a�c�c�e�n�t�u�a�t�e� �t�h�e� �s�t�y�l�e� �o�f� �y�o�u�r� �s�l�a�v�e�,� �b�u�t� �a�l�s�o� �p�e�r�m�a�n�e�n�t�l�y� �r�e�t�a�i�n� �h�e�r� �h�a�i�r�s�t�y�l�e�.� �I�n� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �p�r�o�d�u�c�t� �i�t�s�e�l�f�,� �a� �s�e�t� �o�f� �s�i�l�v�e�r� �p�i�n�s� �a�n�d� �a� �p�e�a�r�l� �c�o�m�b� �a�r�e� �i�n�c�l�u�d�e�d�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�a�i�r�n�e�t�'�
�
+�!�[�'�e�x�o�t�i�c�_�w�i�g�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�e�x�o�t�i�c�_�w�i�g�'�,� �'�E�x�o�t�i�c� �W�i�g�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �W�a�n�t� �t�o� �r�a�i�s�e� �t�h�e� �e�x�o�t�i�c� �n�a�t�u�r�e� �o�f� �y�o�u�r� �s�l�a�v�e�?� �U�s�e� �a� �g�o�r�g�e�o�u�s� �e�x�o�t�i�c� �w�i�g�.� �I�n�c�r�e�d�i�b�l�e� �c�o�l�o�r�s�,� �f�e�a�t�h�e�r�s�,� �d�r�e�a�d�l�o�c�k�s� �a�s� �w�e�l�l� �a�s� �s�h�i�n�y� �j�e�w�e�l�r�y� �w�o�v�e�n� �i�n�t�o� �t�h�e� �h�a�i�r� �l�i�t�e�r�a�l�l�y� �a�t�t�r�a�c�t� �g�l�a�n�c�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�e�x�o�t�i�c�_�w�i�g�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�a�i�r�n�e�t�'�]� �=� �{�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�e�x�o�t�i�c�_�w�i�g�'�]� �=� �{�
�
 �	�d�y�n�s�l�a�v�e�[�'�w�i�g�'�]� �=� �1� �&�!� �e�q�u�i�v�a�l�e�n�t� �s�t�y�l�e� �b�o�n�u�s� �a�s� �a� �r�e�c�e�n�t� �h�a�i�r�c�u�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �i�n�c�r�e�a�s�e�d� �s�t�y�l�e� �e�f�f�e�c�t�i�v�e�n�e�s�s� �t�o� �g�i�v�e� �a� �r�e�a�s�o�n� �t�o� �u�s�e� �i�t� �(�s�u�p�e�r�i�o�r� �t�o� �a� �w�i�g� �f�o�r� �s�t�y�l�e�,� �b�u�t� �n�o� �e�x�o�t�i�c�i�s�m� �b�o�n�u�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2� �&�!� �b�e�s�t� �i�n� �s�l�o�t�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1� �&�!� �i�n�f�e�r�i�o�r� �t�o� �h�a�i�r�n�e�t� �a�n�d� �d�i�a�d�e�m� �f�o�r� �s�t�y�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�h�a�i�r�n�e�t�'�]� �=� �{�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�e�x�o�t�i�c�_�w�i�g�'�]� �=� �{�
�
 �	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �0�
�
 �}�
�
 �
�
-�!�[�'�e�x�o�t�i�c�_�w�i�g�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�e�x�o�t�i�c�_�w�i�g�'�,� �'�E�x�o�t�i�c� �W�i�g�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �W�a�n�t� �t�o� �r�a�i�s�e� �t�h�e� �e�x�o�t�i�c� �n�a�t�u�r�e� �o�f� �y�o�u�r� �s�l�a�v�e�?� �U�s�e� �a� �g�o�r�g�e�o�u�s� �e�x�o�t�i�c� �w�i�g�.� �I�n�c�r�e�d�i�b�l�e� �c�o�l�o�r�s�,� �f�e�a�t�h�e�r�s�,� �d�r�e�a�d�l�o�c�k�s� �a�s� �w�e�l�l� �a�s� �s�h�i�n�y� �j�e�w�e�l�r�y� �w�o�v�e�n� �i�n�t�o� �t�h�e� �h�a�i�r� �l�i�t�e�r�a�l�l�y� �a�t�t�r�a�c�t� �g�l�a�n�c�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�e�x�o�t�i�c�_�w�i�g�'�
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �N�E�C�K� �-� �N�O�T� �S�L�A�V�E� �C�O�L�L�A�R�S� �(�S�L�A�V�E� �W�E�A�R�I�N�G� �T�H�E�S�E� �C�A�N� �E�S�C�A�P�E�)�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�e�x�o�t�i�c�_�w�i�g�'�]� �=� �{�
�
-�	�d�y�n�s�l�a�v�e�[�'�w�i�g�'�]� �=� �1� �&�!� �e�q�u�i�v�a�l�e�n�t� �s�t�y�l�e� �b�o�n�u�s� �a�s� �a� �r�e�c�e�n�t� �h�a�i�r�c�u�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2�
�
+�!�[�'�p�l�a�i�n�_�p�e�n�d�a�n�t�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�n�_�p�e�n�d�a�n�t�'�,� �'�C�h�a�i�n� �w�i�t�h� �P�e�n�d�a�n�t�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A� �c�h�a�i�n� �f�r�o�m� �p�r�e�c�i�o�u�s� �m�e�t�a�l� �w�i�t�h� �a� �s�h�a�p�e�d� �p�e�n�d�a�n�t� �p�e�r�f�e�c�t�l�y� �a�c�c�e�n�t�u�a�t�e�s� �t�h�e� �s�t�y�l�e� �a�n�d� �e�l�e�g�a�n�c�e� �o�f� �y�o�u�r� �s�l�a�v�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�n�_�p�e�n�d�a�n�t�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�n�_�p�e�n�d�a�n�t�'�]� �=� �{�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
 �}�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�_�o�f�f�[�'�e�x�o�t�i�c�_�w�i�g�'�]� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�i�r�s�t�y�l�e�'�]� �=� �0�
�
+�
�
+�!�[�'�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�,� �'�G�e�m�s�t�o�n�e� �N�e�c�k�l�a�c�e�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �F�i�g�u�r�e�d� �n�e�c�k�l�a�c�e�,� �s�t�u�d�d�e�d� �w�i�t�h� �b�e�a�u�t�i�f�u�l� �g�e�m�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�i�n�c�r�u�s�t�e�d�_�n�e�c�k�l�a�c�e�'�]� �=� �{�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2�
�
 �}�
�
 �
�
-�!�[�'�h�i�j�a�b�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�i�j�a�b�'�,� �'�H�i�j�a�b�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �A� �h�i�j�a�b� �c�o�m�p�l�e�t�e�l�y� �c�o�v�e�r�s� �t�h�e� �h�a�i�r�.� �P�e�r�h�a�p�s� �n�o�t� �t�h�e� �b�e�s�t� �k�i�n�d� �o�f� �j�e�w�e�l�r�y� �f�o�r� �t�h�e� �h�e�a�d�,� �b�u�t� �i�t� �i�s� �v�e�r�y� �p�r�a�c�t�i�c�a�l� �i�n� �e�v�e�r�y�d�a�y� �a�f�f�a�i�r�s�.� �T�h�e� �h�a�i�r� �w�i�l�l� �n�o�t� �f�a�l�l� �i�n�t�o� �t�h�e� �s�o�u�p� �o�r� �i�n�t�e�r�f�e�r�e� �d�u�r�i�n�g� �c�l�e�a�n�i�n�g�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�i�j�a�b�'�
�
+�!�[�'�d�o�g�_�c�o�l�l�a�r�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�d�o�g�_�c�o�l�l�a�r�'�,� �'�C�o�l�l�a�r� �a�n�d� �L�e�a�s�h�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �P�r�o�v�i�d�e�d� �w�i�t�h� �a� �l�e�a�s�h�,� �i�t� �i�s� �i�m�m�e�d�i�a�t�e�l�y� �o�b�v�i�o�u�s� �t�h�a�t� �t�h�i�s� �i�s� �n�o�t� �m�a�d�e� �f�o�r� �h�u�m�a�n�s�,� �b�u�t� �f�o�r� �a� �p�e�t�.� �H�e�l�p�s� �s�e�t� �u�p� �a� �s�l�a�v�e� �i�n� �t�h�e� �r�i�g�h�t� �m�o�o�d�,� �b�u�t� �i�t� s� �e�a�s�y� �t�o� �r�e�m�o�v�e�.� �T�h�i�s� �c�o�l�l�a�r� �i�s� �n�o�t� �m�e�a�n�t� �t�o� �r�e�m�i�n�d� �y�o�u�r� �s�l�a�v�e� �o�f� �h�e�r� �f�a�t�e�,� �a�s� �i�t� �i�s� �o�b�v�i�o�u�s�l�y� �a� �p�e�t� �c�o�l�l�a�r�,� �n�o�t� �a� �s�l�a�v�e� �c�o�l�l�a�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�d�o�g�_�c�o�l�l�a�r�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�i�j�a�b�'�]� �=� �{�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� �+�=� �1�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�d�o�g�_�c�o�l�l�a�r�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �<� �3� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �p�e�t� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?� �I�t� �h�a�s� �n�o� �l�o�c�k�,� �s�o� �s�h�e� �c�a�n� �e�a�s�i�l�y� �r�e�m�o�v�e� �i�t�.�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�d�o�g�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �>� �2� �a�n�d� �(�d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �<� �3� �o�r� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �1�)�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5�
�
+�	�!� �n�o� �m�o�o�d� �p�e�n�a�l�t�y�,� �l�i�k�e� �l�e�a�t�h�e�r� �a�n�d� �o�r�n�a�m�e�n�t�e�d� �c�o�l�l�a�r�,� �b�u�t� �t�h�i�s� �i�s� �n�o�t� �a� �s�l�a�v�e� �c�o�l�l�a�r� �(�e�a�s�y� �t�o� �r�e�m�o�v�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �2� �&�!� �h�e�l�p�s� �s�e�t� �u�p� �a� �s�l�a�v�e� �i�n� �t�h�e� �r�i�g�h�t� �m�o�o�d� �(�b�e�t�t�e�r� �t�h�a�n� �l�e�a�t�h�e�r� �o�r� �s�p�i�k�e�d� �c�o�l�l�a�r� �f�o�r� �p�e�t� �t�r�a�i�n�i�n�g�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�1� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �N�E�C�K� �-� �S�L�A�V�E� �C�O�L�L�A�R�S� �(�S�L�A�V�E� �W�E�A�R�I�N�G� �T�H�E�S�E� �C�A�N�N�O�T� �E�S�C�A�P�E�)�
�
+�
�
 �!�[�'�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�,� �'�L�e�a�t�h�e�r� �C�o�l�l�a�r�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �W�i�d�e� �l�e�a�t�h�e�r� �c�o�l�l�a�r� �w�i�t�h� �s�t�u�d�s� �a�n�d� �r�i�n�g�s� �f�o�r� �a�t�t�a�c�h�i�n�g� �a� �l�e�a�s�h� �a�n�d� �s�h�a�c�k�l�e�s�.� �W�e�a�r�i�n�g� �o�n�e� �o�f� �t�h�e�s�e�,� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �n�e�v�e�r� �f�o�r�g�e�t� �a�b�o�u�t� �h�e�r� �f�a�t�e�.� �N�o�t� �t�o� �m�e�n�t�i�o�n� �t�h�e� �f�a�c�t� �t�h�a�t� �i�t� s� �j�u�s�t� �v�e�r�y� �p�r�a�c�t�i�c�a�l� �f�o�r� �m�a�n�y� �g�a�m�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�,� �'�L�e�a�t�h�e�r� �C�o�l�l�a�r�'�,� �3�,� �'� � � �P�r�i�c�e�:� �3� �s�p�a�r�k�s�<�b�r�>� � � �W�i�d�e� �l�e�a�t�h�e�r� �c�o�l�l�a�r� �w�i�t�h� �s�t�u�d�s� �a�n�d� �r�i�n�g�s� �f�o�r� �a�t�t�a�c�h�i�n�g� �a� �l�e�a�s�h� �a�n�d� �s�h�a�c�k�l�e�s�.� �W�e�a�r�i�n�g� �o�n�e� �o�f� �t�h�e�s�e�,� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �n�e�v�e�r� �f�o�r�g�e�t� �a�b�o�u�t� �h�e�r� �f�a�t�e�.� �N�o�t� �t�o� �m�e�n�t�i�o�n� �t�h�e� �f�a�c�t� �t�h�a�t� �i�t� s� �j�u�s�t� �v�e�r�y� �p�r�a�c�t�i�c�a�l� �f�o�r� �m�a�n�y� �g�a�m�e�s�.� �I�t� �i�s� �e�q�u�i�p�p�e�d� �w�i�t�h� �y�o�u�r� �n�a�m�e� �t�o�k�e�n� �t�o� �g�e�t� �h�e�r� �b�a�c�k� �i�n� �c�a�s�e� �o�f� �l�o�s�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�]� �=� �{�
�
-�	�i�f� �0� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
 �	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�	�t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
+�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �l�e�a�t�h�e�r� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
 �	�	�$�y�e�s� �=� �{�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
@@ -57245,29 +58660,29 @@
 �	�	�	�e�n�d�
�
 �	�	�}�
�
 �	�	�$�n�o� �=� �{�
�
-�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'�
�
+�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�l�e�a�t�h�e�r�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
 �	�	�}�
�
 �	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
 �	�e�n�d�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&�!� �a�d�d�e�d� �m�o�o�d� �i�m�p�a�c�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1�
�
+�	�!� �n�o� �m�o�o�d� �p�e�n�a�l�t�y� �g�i�v�e�s� �a� �r�e�a�s�o�n� �t�o� �u�s�e� �t�h�i�s� �o�r� �t�h�e� �o�r�n�a�m�e�n�t�e�d� �c�o�l�l�a�r�,� �a�n�d� �t�h�i�s� �i�s� �1�7�$� �c�h�e�a�p�e�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1� �&�!� �e�q�u�i�p�p�e�d� �w�i�t�h� �n�a�m�e� �t�o�k�e�n�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �&�!� �n�e�v�e�r� �f�o�r�g�e�t� �a�b�o�u�t� �h�e�r� �f�a�t�e�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1� �&�!� �r�i�n�g�s� �f�o�r� �a�t�t�a�c�h�i�n�g� �a� �l�e�a�s�h�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�1� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�s�t�e�e�l�_�c�o�l�l�a�r�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�t�e�e�l�_�c�o�l�l�a�r�'�,� �'�S�t�e�e�l� �C�o�l�l�a�r�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �D�u�r�a�b�l�e� �s�t�e�e�l� �c�o�l�l�a�r� �-� �h�e�a�v�y� �r�e�m�i�n�d�e�r� �o�f� �t�h�e� �f�a�t�e� �o�f� �t�h�e� �s�l�a�v�e� �f�r�o�m� �w�h�i�c�h� �i�t� �i�s� �i�m�p�o�s�s�i�b�l�e� �t�o� �e�s�c�a�p�e�.� �W�e�a�r�i�n�g� �a� �s�t�e�e�l� �c�o�l�l�a�r� �i�s� �n�o�t� �a� �p�l�e�a�s�a�n�t� �e�x�p�e�r�i�e�n�c�e� �-� �i�t� �r�u�b�s� �t�h�e� �n�e�c�k� �a�n�d� �g�r�a�z�e�s� �t�h�e� �s�k�i�n�.� �N�o�t� �t�o� �m�e�n�t�i�o�n� �t�h�e� �i�m�p�a�c�t� �o�n� �t�h�e� �p�r�i�d�e� �a�n�d� �c�o�n�c�e�i�t�.� �I�t� �i�s� �e�n�g�r�a�v�e�d� �w�i�t�h� �y�o�u�r� �n�a�m�e� �a�n�d� �a�d�d�r�e�s�s� �t�o� �g�e�t� �h�e�r� �b�a�c�k� �i�n� �c�a�s�e� �o�f� �l�o�s�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�t�e�e�l�_�c�o�l�l�a�r�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�t�e�e�l�_�c�o�l�l�a�r�'�]� �=� �{�
�
-�	�i�f� �0� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
 �	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
 �	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�	�t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
+�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �s�t�e�e�l� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
 �	�	�$�y�e�s� �=� �{�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
@@ -57275,207 +58690,325 @@
 �	�	�	�e�n�d�
�
 �	�	�}�
�
 �	�	�$�n�o� �=� �{�
�
-�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'�
�
+�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�s�t�e�e�l�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
 �	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
 �	�	�}�
�
 �	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
 �	�e�n�d�
�
-�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �2�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �2� �&�!� �i�n�c�r�e�a�s�e�d� �p�r�i�d�e� �i�m�p�a�c�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&�!� �n�o�t� �a� �p�l�e�a�s�a�n�t� �e�x�p�e�r�i�e�n�c�e�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1� �&�!� �e�n�g�r�a�v�e�d� �w�i�t�h� �n�a�m�e� �a�n�d� �a�d�d�r�e�s�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1� �&�!� �i�m�p�a�c�t� �o�n� �p�r�i�d�e� �a�n�d� �c�o�n�c�e�i�t�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2� �&�!� �h�e�a�v�y� �r�e�m�i�n�d�e�r� �o�f� �f�a�t�e�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�s�p�i�k�e�d�_�c�o�l�l�a�r�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�p�i�k�e�d�_�c�o�l�l�a�r�'�,� �'�S�p�i�k�e�d� �C�o�l�l�a�r�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �B�r�u�t�a�l� �f�o�r�m� �o�f� �a� �c�o�l�l�a�r� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �l�o�n�g� �a�n�d� �s�h�a�r�p� �s�t�e�e�l� �s�p�i�k�e�s�.� �I�t� �n�o�t� �o�n�l�y� �r�e�m�i�n�d�s� �t�h�e� �s�l�a�v�e� �o�f� �h�e�r� �s�t�a�t�u�s�,� �b�u�t� �a�l�s�o� �m�a�k�e�s� �h�e�r� �f�e�e�l� �m�o�r�e� �a�g�g�r�e�s�s�i�v�e�.� �G�o�o�d� �a�c�c�e�s�s�o�r�y� �f�o�r� �a� �g�l�a�d�i�a�t�r�i�x�,� �a�n�d� �i�n�d�e�e�d� �f�o�r� �a�n�y� �t�e�m�p�e�r�a�m�e�n�t�a�l� �b�i�t�c�h�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�p�i�k�e�d�_�c�o�l�l�a�r�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�p�i�k�e�d�_�c�o�l�l�a�r�'�,� �'�S�p�i�k�e�d� �C�o�l�l�a�r�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �B�r�u�t�a�l� �f�o�r�m� �o�f� �a� �c�o�l�l�a�r� �d�e�c�o�r�a�t�e�d� �w�i�t�h� �l�o�n�g� �a�n�d� �s�h�a�r�p� �s�t�e�e�l� �s�p�i�k�e�s�.� �I�t� �n�o�t� �o�n�l�y� �r�e�m�i�n�d�s� �t�h�e� �s�l�a�v�e� �o�f� �h�e�r� �s�t�a�t�u�s�,� �b�u�t� �a�l�s�o� �m�a�k�e�s� �h�e�r� �f�e�e�l� �m�o�r�e� �a�g�g�r�e�s�s�i�v�e�.� �G�o�o�d� �a�c�c�e�s�s�o�r�y� �f�o�r� �a� �g�l�a�d�i�a�t�r�i�x�,� �a�n�d� �i�n�d�e�e�d� �f�o�r� �a�n�y� �t�e�m�p�e�r�a�m�e�n�t�a�l� �b�i�t�c�h�.� �I�t� �i�s� �e�q�u�i�p�p�e�d� �w�i�t�h� �y�o�u�r� �n�a�m�e� �t�o�k�e�n� �t�o� �g�e�t� �h�e�r� �b�a�c�k� �i�n� �c�a�s�e� �o�f� �l�o�s�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�p�i�k�e�d�_�c�o�l�l�a�r�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�p�i�k�e�d�_�c�o�l�l�a�r�'�]� �=� �{�
�
-�	�i�f� �0� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
-�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
-�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�	�t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
-�	�	�$�y�e�s� �=� �{�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
-�	�	�	�e�l�s�e�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �<� �3� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �s�p�i�k�e�d� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�s�p�i�k�e�d�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
-�	�	�	�e�n�d�
�
-�	�	�}�
�
-�	�	�$�n�o� �=� �{�
�
-�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�s�p�i�k�e�d�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
-�	�	�}�
�
-�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �<� �3� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �>� �2� �o�r� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �2�,� �1�,� �-�1�)� �&�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �g�l�a�d�i�a�t�r�i�x� �o�r� �p�e�t� �s�k�i�l�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �>� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �2�:�
�
+�	�	�!� �g�o�o�d� �a�c�c�e�s�s�o�r�y� �f�o�r� �g�l�a�d�i�a�t�r�i�x� �a�n�d� �t�e�m�p�e�r�a�m�e�n�t�a�l� �b�i�t�c�h�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5� �&�!� �m�o�o�d� �i�n�c�r�e�a�s�e� �f�o�r� �B�+� �g�l�a�d�i�a�t�r�i�x� �s�k�i�l�l� �(�n�o�t� �f�o�r� �p�e�t�s� �-� �u�s�e� �c�o�l�l�a�r� �a�n�d� �l�e�a�s�h� �i�n�s�t�e�a�d�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&�!� �r�e�a�s�o�n� �t�o� �u�s�e� �l�e�a�t�h�e�r� �o�r� �o�r�n�a�m�e�n�t�e�d� �c�o�l�l�a�r� �i�n� �e�a�r�l�y� �t�r�a�i�n�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�n�d�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1� �&�!� �e�q�u�i�p�p�e�d� �w�i�t�h� �n�a�m�e� �t�o�k�e�n�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �&�!� �r�e�m�i�n�d�s� �o�f� �h�e�r� �s�t�a�t�u�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&�!� �m�o�r�e� �a�g�g�r�e�s�s�i�v�e�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �+�=� �1� �&�!� �a�c�c�e�s�s�o�r�y� �f�o�r� �g�l�a�d�i�a�t�r�i�x�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�1� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
-�!�[�'�d�o�g�_�c�o�l�l�a�r�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�d�o�g�_�c�o�l�l�a�r�'�,� �'�C�o�l�l�a�r� �a�n�d� �L�e�a�s�h�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �P�r�o�v�i�d�e�d� �w�i�t�h� �a� �l�e�a�s�h�,� �i�t� �i�s� �i�m�m�e�d�i�a�t�e�l�y� �o�b�v�i�o�u�s� �t�h�a�t� �t�h�i�s� �i�s� �n�o�t� �m�a�d�e� �f�o�r� �h�u�m�a�n�s�,� �b�u�t� �f�o�r� �a� �p�e�t�.� �H�e�l�p�s� �s�e�t� �u�p� �a� �s�l�a�v�e� �i�n� �t�h�e� �r�i�g�h�t� �m�o�o�d�,� �b�u�t� �i�t� s� �e�a�s�y� �t�o� �r�e�m�o�v�e�.� �T�h�i�s� �c�o�l�l�a�r� �i�s� �n�o�t� �m�e�a�n�t� �t�o� �r�e�m�i�n�d� �y�o�u�r� �s�l�a�v�e� �o�f� �h�e�r� �f�a�t�e�,� �a�s� �i�t� �i�s� �o�b�v�i�o�u�s�l�y� �a� �p�e�t� �c�o�l�l�a�r�,� �n�o�t� �a� �s�l�a�v�e� �c�o�l�l�a�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�d�o�g�_�c�o�l�l�a�r�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�d�o�g�_�c�o�l�l�a�r�'�]� �=� �{�
�
-�	�i�f� �0� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
-�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
-�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
-�	�	�t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
-�	�	�$�y�e�s� �=� �{�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �(�m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�a�l�l�u�r�e�)�:�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
-�	�	�	�e�l�s�e�
�
-�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�!�[�'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�,� �'�O�r�n�a�m�e�n�t�e�d� �C�o�l�l�a�r�'�,� �2�0�,� �'� � � �P�r�i�c�e�:� �2�0� �s�p�a�r�k�s�<�b�r�>� � � �A� �l�u�x�u�r�i�o�u�s� �w�i�d�e� �a�n�d� �g�o�l�d�e�n� �c�o�l�l�a�r�.� �I�t� �i�s� �a�d�o�r�n�e�d� �w�i�t�h� �e�x�o�t�i�c� �j�e�w�e�l�s� �a�n�d� �e�q�u�i�p�p�e�d� �w�i�t�h� �y�o�u�r� �n�a�m�e� �t�o�k�e�n� �t�o� �g�e�t� �h�e�r� �b�a�c�k� �i�n� �c�a�s�e� �o�f� �l�o�s�s�.� �M�u�l�t�i�p�l�e� �r�i�n�g�s� �a�l�l�o�w� �f�o�r� �a�t�t�a�c�h�i�n�g� �l�e�a�s�h� �a�n�d� �s�h�a�c�k�l�e�s�.� �T�h�i�s� �s�t�y�l�i�s�h� �a�c�c�e�s�s�o�r�y� �w�i�l�l� �m�a�k�e� �s�u�r�e� �t�h�a�t� �t�h�e� �s�l�a�v�e� �w�i�l�l� �n�o�t� �f�o�r�g�e�t� �t�h�a�t� �y�o�u� �a�r�e� �h�e�r� �m�a�s�t�e�r� �a�n�d� �s�h�e� �h�a�s� �t�o� �o�b�e�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�g�o�l�d�e�n�_�c�o�l�l�a�r�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �o�r�n�a�m�e�n�t�e�d� �c�o�l�l�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �l�o�c�k� �t�h�e� �c�o�l�l�a�r� �o�n� �h�e�r� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�g�o�l�d�e�n�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
-�	�	�	�e�n�d�
�
-�	�	�}�
�
-�	�	�$�n�o� �=� �{�
�
-�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� �=� �'�?CAB>'�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�d�o�g�_�c�o�l�l�a�r�'�]� �+�=� �1�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
-�	�	�}�
�
-�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �>� �2�,� �1�,� �-�1�)� �&�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �p�e�t� �s�k�i�l�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�1� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�'�]� �>� �0�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5� �&� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�p�a�s�s�i�o�n�_�l�u�x�u�r�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �s�y�b�a�r�i�t�e� �l�o�v�e�s� �l�u�x�u�r�i�o�u�s� �i�t�e�m�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�l�a�v�e�_�c�o�l�l�a�r�'�]� �=� �1� �&�!� �e�q�u�i�p�p�e�d� �w�i�t�h� �n�a�m�e� �t�o�k�e�n�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1� �&�!� �w�i�l�l� �n�o�t� �f�o�r�g�e�t� �y�o�u� �a�r�e� �h�e�r� �m�a�s�t�e�r�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �2� �&�!� �b�e�s�t� �i�n� �s�l�o�t�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �2� �&�!� �a�s� �s�t�y�l�i�s�h� �a�s� �a� �g�e�m�s�t�o�n�e� �n�e�c�k�l�a�c�e�
�
 �}�
�
 �
�
+�!�I�T�E�M�S� �W�O�R�N� �O�N� �H�A�N�D�S� �O�R� �F�E�E�T�
�
+�
�
 �!�[�'�l�e�a�t�h�e�r�_�s�t�r�a�p�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�l�e�a�t�h�e�r�_�s�t�r�a�p�s�'�,� �'�L�e�a�t�h�e�r� �S�h�a�c�k�l�e�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A� �p�a�i�r� �o�f� �s�t�u�r�d�y� �l�e�a�t�h�e�r� �b�r�a�c�e�l�e�t�s� �w�i�t�h� �s�t�e�e�l� �r�i�n�g�s� �f�o�r� �f�i�x�i�n�g� �c�h�a�i�n�s�.� �C�a�n� �b�e� �w�o�r�n� �o�n� �t�h�e� �h�a�n�d�s� �o�r� �f�e�e�t�,� �a�n�d� �s�u�c�c�e�s�s�f�u�l�l�y� �u�s�e�d� �i�n� �a�n�y� �b�o�n�d�a�g�e�.� �V�e�r�y� �p�r�a�c�t�i�c�a�l�!�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�l�e�a�t�h�e�r�_�s�t�r�a�p�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�l�e�a�t�h�e�r�_�s�t�r�a�p�s�'�]� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�,� �1�,� �-�1�)� �&�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �d�e�p�r�i�v�a�t�i�o�n� �a�t�t�i�t�u�d�e� �(�2� �=� �l�o�v�e�s� �h�e�l�p�l�e�s�s�n�e�s�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:�
�
+�	�	�!� �d�e�p�r�i�v�a�t�i�o�n� �a�t�t�i�t�u�d�e� �2� �=� �l�o�v�e�s� �h�e�l�p�l�e�s�s�n�e�s�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5�
�
+�	�	�i�f� �m�a�s�t�e�r�_�s�t�y�l�e� �>�=� �3�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �1�
�
+�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1�:�
�
+�	�	�!� �d�e�p�r�i�v�a�t�i�o�n� �a�t�t�i�t�u�d�e� �-�1� �=� �c�l�a�u�s�t�r�o�p�h�o�b�i�c� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �2�
�
+�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �-�=� �2�
�
+�	�e�l�s�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �5�
�
+�	�e�n�d�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �1� �&�!� �u�s�e�d� �i�n� �a�n�y� �b�o�n�d�a�g�e�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�1� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
-�!�[�'�n�i�p�p�l�e�_�c�h�a�i�n�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�n�i�p�p�l�e�_�c�h�a�i�n�'�,� �'�N�i�p�p�l�e� �C�h�a�i�n�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s� �(�p�a�i�r�)�<�b�r�>� � � �A� �p�a�i�r� �o�f� �r�i�n�g�s� �l�i�n�k�e�d� �w�i�t�h� �a� �c�h�a�i�n�,� �w�h�i�c�h� �i�s� �m�e�a�n�t� �t�o� �c�o�n�n�e�c�t� �t�h�e� �n�i�p�p�l�e�s� �o�f� �a� �s�l�a�v�e�.� �I�t� �w�i�l�l� �p�r�o�v�i�d�e� �c�o�n�s�t�a�n�t� �s�t�i�m�u�l�a�t�i�o�n�,� �a�n�d� �k�n�o�w�i�n�g� �t�h�a�t� �y�o�u� �c�a�n� �a�l�w�a�y�s� �p�u�l�l� �t�h�e� �c�h�a�i�n�,� �s�h�e� �w�i�l�l� �b�e�h�a�v�e� �m�o�r�e� �r�e�s�p�e�c�t�f�u�l�l�y� �-� �a�s� �p�u�l�l�i�n�g� �i�t� �h�u�r�t�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�n�i�p�p�l�e�_�c�h�a�i�n�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�n�i�p�p�l�e�_�c�h�a�i�n�'�]� �=� �{�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�x�'�]� �+�=� �1�
�
-�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �+�=� �1� �&�!� �c�h�a�n�g�e�d� �t�o� �e�x�o�t�i�c�i�s�m� �b�o�n�u�s� �i�n�s�t�e�a�d� �o�f� �s�t�y�l�e� �b�o�n�u�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�}�
�
-�
�
-�!�[�'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�,� �'�C�r�o�w�n� �o�f� �T�h�o�r�n�s�'�,� �5�,� �'� �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �O�f� �c�o�u�r�s�e� �t�h�i�s� �i�s� �o�n�l�y� �t�h�e� �n�a�m�e�,� �i�t� �h�a�s� �n�o� �t�h�o�r�n�s�.� �T�h�e�s�e� �r�i�m�s� �a�r�e� �m�a�d�e� �o�u�t� �o�f� �b�a�r�b�e�d� �w�i�r�e�.� �T�h�e� �t�r�i�c�k� �i�s� �t�h�e� �a�t�t�a�c�h�m�e�n�t� �m�e�c�h�a�n�i�s�m� �-� �i�t� �i�s� �a�r�r�a�n�g�e�d� �s�u�c�h� �a�s� �t�o� �c�a�u�s�e� �p�a�i�n�,� �b�u�t� �n�o�t� �t�o� �i�n�j�u�r�e� �a�n�d� �n�o�t� �b�e� �r�e�m�o�v�e�d� �s�o� �e�a�s�i�l�y�.� �C�o�n�s�t�a�n�t�,� �t�h�o�u�g�h� �m�i�l�d� �p�a�i�n� �r�e�m�i�n�d�s� �a� �s�l�a�v�e� �o�f� �h�u�m�i�l�i�t�y�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�t�h�o�r�n�s�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�r�o�w�n�_�o�f�_�t�h�o�r�n�s�'�]� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �=� �2�,� �1�,� �-�1�)� �&�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �m�a�s�o�c�h�i�s�m� �(�2� �=� �m�a�s�o�c�h�i�s�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �3�
�
-�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�}�
�
+�!�I�T�E�M�S� �F�O�R� �A�N�I�M�A�L� �R�O�L�E�P�L�A�Y� �(�T�A�I�L� �I�S� �C�L�O�T�H�I�N�G� �S�L�O�T�,� �H�A�R�N�E�S�S� �I�S� �H�A�N�D� �S�L�O�T�)�
�
 �
�
 �!�[�'�a�n�a�l�_�t�a�i�l�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�a�n�a�l�_�t�a�i�l�'�,� �'�A�n�a�l� �T�a�i�l�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �d�e�v�i�c�e� �c�o�n�s�i�s�t�s� �o�f� �t�w�o� �p�a�r�t�s� �-� �a� �l�a�r�g�e� �p�l�a�s�t�i�c� �p�h�a�l�l�u�s� �w�i�t�h� �a�n� �e�x�t�e�n�s�i�o�n� �t�h�a�t� �p�r�o�v�i�d�e�s� �a� �s�e�c�u�r�e� �f�i�t� �i�n� �t�h�e� �a�s�s�,� �a�n�d� �a� �s�e�t� �o�f� �r�e�m�o�v�a�b�l�e� �t�a�i�l�s�.� �W�e�l�l� �s�u�i�t�e�d� �f�o�r� �p�e�t�p�l�a�y� �a�n�d� �i�n�c�r�e�a�s�e�s� �t�h�e� �a�r�o�u�s�a�l� �o�f� �y�o�u�r� �s�l�a�v�e�.� �B�u�t� �i�t� s� �t�r�u�e� �t�h�a�t� �t�h�e� �t�a�i�l� �p�r�e�v�e�n�t�s� �w�e�a�r�i�n�g� �o�r�d�i�n�a�r�y� �c�l�o�t�h�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�a�n�a�l�_�t�a�i�l�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�a�n�a�l�_�t�a�i�l�'�,� �'�A�n�a�l� �T�a�i�l�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �d�e�v�i�c�e� �c�o�n�s�i�s�t�s� �o�f� �t�w�o� �p�a�r�t�s� �-� �a� �l�a�r�g�e� �p�l�a�s�t�i�c� �p�h�a�l�l�u�s� �w�i�t�h� �a�n� �e�x�t�e�n�s�i�o�n� �t�h�a�t� �p�r�o�v�i�d�e�s� �a� �s�e�c�u�r�e� �f�i�t� �i�n� �t�h�e� �a�s�s�,� �a�n�d� �a� �s�e�t� �o�f� �r�e�m�o�v�a�b�l�e� �t�a�i�l�s�.� �W�e�l�l� �s�u�i�t�e�d� �f�o�r� �a�n�i�m�a�l� �p�l�a�y� �a�n�d� �i�n�c�r�e�a�s�e�s� �t�h�e� �a�r�o�u�s�a�l� �o�f� �y�o�u�r� �s�l�a�v�e�.� �B�u�t� �i�t� s� �t�r�u�e� �t�h�a�t� �t�h�e� �t�a�i�l� �p�r�e�v�e�n�t�s� �w�e�a�r�i�n�g� �o�r�d�i�n�a�r�y� �c�l�o�t�h�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�a�n�a�l�_�t�a�i�l�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �=� �{�
�
-�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�s�l�a�v�e�_�s�t�a�t�'� �a�n�d� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
-�	�	�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�?CAB>'� �&� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �+�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�6�6� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
-�	�e�l�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �2�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �2�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �a�n�a�l� �t�a�i�l�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�3>;0O'� �&�!� �n�a�k�e�d�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�a�n�a�l�_�t�a�i�l�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �<� �7� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�*�5�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5�
�
+�	�e�n�d�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �2� �&�!� �w�e�l�l� �s�u�i�t�e�d� �f�o�r� �a�n�i�m�a�l� �p�l�a�y� �(�m�o�r�e� �f�o�r� �p�e�t�)�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �1� �&�!� �w�e�l�l� �s�u�i�t�e�d� �f�o�r� �a�n�i�m�a�l� �p�l�a�y� �(�l�e�s�s� �f�o�r� �p�o�n�y�)�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �+�=� �2� �&�!� �i�n�c�r�e�a�s�e�s� �a�r�o�u�s�a�l�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1� �&�!� �a�n�a�l� �i�s� �d�e�g�r�a�d�i�n�g�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�p�o�n�y�_�p�l�u�m�e�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�o�n�y�_�p�l�u�m�e�'�,� �'�P�l�u�m�e�d� �B�r�i�d�l�e�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �I�t� s� �j�u�s�t� �a� �n�e�c�e�s�s�a�r�y� �a�c�c�e�s�s�o�r�y� �f�o�r� �a�n�y� �p�o�n�y�g�i�r�l�.� �T�h�e� �l�e�a�t�h�e�r� �b�r�i�d�l�e� �i�s� �s�e�c�u�r�e�l�y� �l�o�c�k�e�d� �i�n� �t�h�e� �m�o�u�t�h� �g�a�g� �a�n�d� �a� �b�i�t� �a�n�d� �r�e�i�n�s� �a�r�e� �a�l�r�e�a�d�y� �c�o�n�n�e�c�t�e�d�.� �T�h�i�c�k� �l�e�a�t�h�e�r� �b�l�i�n�k�e�r�s� �a�l�l�o�w� �f�o�r� �t�h�e� �s�l�a�v�e� �o�n�l�y� �t�o� �l�o�o�k� �s�t�r�a�i�g�h�t� �a�h�e�a�d� �a�n�d� �a� �b�r�i�g�h�t� �a�n�d� �h�i�g�h� �p�l�u�m�e� �m�a�k�e�s� �t�h�e� �w�h�o�l�e� �c�o�n�s�t�r�u�c�t�i�o�n� �l�o�o�k� �p�l�e�a�s�i�n�g� �t�o� �t�h�e� �e�y�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�o�n�y�_�p�l�u�m�e�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�o�n�y�_�p�l�u�m�e�'�]� �=� �{�
�
-�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�s�l�a�v�e�_�s�t�a�t�'� �a�n�d� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
-�	�	�$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]� �=� �'�?CAB>'� �&� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�_�p�l�u�m�e�'�]� �+�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�6�6� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
-�	�e�l�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �2�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �3�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �3�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �p�l�u�m�e�d� �b�r�i�d�l�e�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�_�p�l�u�m�e�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�}�
�
-�
�
-�!�[�'�h�o�o�f�e�d�_�b�o�o�t�s�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�o�o�f�e�d�_�b�o�o�t�s�'�,� �'�H�o�o�v�e�d� �B�o�o�t�s�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �i�s� �a� �s�p�e�c�i�a�l� �k�i�n�d� �o�f� �b�o�o�t�s� �w�i�t�h� �h�e�e�l�s�,� �i�m�i�t�a�t�i�n�g� �h�o�r�s�e� �h�o�o�v�e�s�.� �W�a�l�k�i�n�g� �w�i�t�h� �t�h�e�m� �i�s� �e�v�e�n� �m�o�r�e� �u�n�c�o�m�f�o�r�t�a�b�l�e� �t�h�a�n� �w�i�t�h� �u�s�u�a�l� �h�e�e�l�s�,� �b�u�t� �t�h�e�y� �l�o�o�k� �s�t�y�l�i�s�h� �a�n�d� �t�h�e�y� �c�a�n� �b�e� �u�s�e�d� �t�o� �s�t�o�m�p� �l�o�u�d�l�y�,� �s�h�o�w�i�n�g� �y�o�u�r� �t�e�m�p�e�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�o�o�f�s�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�o�o�f�e�d�_�b�o�o�t�s�'�]� �=� �{�
�
-�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�s�l�a�v�e�_�s�t�a�t�'� �a�n�d� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
-�	�	�$�d�y�n�s�l�a�v�e�[�'�b�o�o�t�s�'�]� �=� �'�?CAB>'� �&� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�h�o�o�f�e�d�_�b�o�o�t�s�'�]� �+�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�6�6� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
-�	�e�l�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �3�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �+�=� �5�
�
+�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �<� �4�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �2�
�
 �	�e�n�d�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �3� �&�!� �r�e�s�t�r�a�i�n�t�s� �i�n�d�u�c�e� �t�a�m�i�n�g� �(�m�o�r�e� �t�h�a�n� �c�r�o�w�n� �o�f� �t�h�o�r�n�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1� �&�!� �m�o�u�t�h� �g�a�g� �i�s� �d�e�g�r�a�d�i�n�g�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �3� �&�!� �f�o�r� �p�o�n�y�g�i�r�l�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1� �&�!� �p�l�e�a�s�i�n�g� �t�o� �t�h�e� �e�y�e�
�
 �}�
�
 �
�
 �!�[�'�p�o�n�y�g�i�r�l�_�h�a�r�n�e�s�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�o�n�y�g�i�r�l�_�h�a�r�n�e�s�s�'�,� �'�P�o�n�y� �H�a�r�n�e�s�s�'�,� �1�0�,� �'� � � �P�r�i�c�e�:� �1�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�e� �m�a�i�n� �o�b�j�e�c�t�i�v�e� �o�f� �t�h�i�s� �l�e�a�t�h�e�r� �c�o�r�s�e�t� �i�s� �t�o� �f�i�x� �a� �p�o�n�y�g�i�r�l� s� �h�a�n�d�s� �b�e�h�i�n�d� �h�e�r� �b�a�c�k� �s�o� �t�h�a�t� �s�h�e� �c�a�n� �n�o� �l�o�n�g�e�r� �u�s�e� �t�h�e�m�.� �A� �b�i�g� �r�i�n�g� �i�n� �t�h�e� �a�r�e�a� �o�f� �t�h�e� �f�i�x�e�d� �h�a�n�d�s� �p�r�o�v�i�d�e�s� �t�h�e� �c�o�n�v�e�n�i�e�n�c�e� �o�f� �r�i�d�e�s� �a�n�d� �a�d�d�i�t�i�o�n�a�l� �s�t�r�a�p�s� �i�n� �t�h�e� �f�r�o�n�t� �p�r�o�v�i�d�e� �a� �f�i�x�a�t�i�o�n� �a�n�d� �e�m�p�h�a�s�i�z�e� �t�h�e� �b�r�e�a�s�t�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�a�r�n�e�s�s�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�o�n�y�g�i�r�l�_�h�a�r�n�e�s�s�'�]� �=� �{�
�
-�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�s�l�a�v�e�_�s�t�a�t�'� �a�n�d� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
-�	�	�$�d�y�n�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]� �=� �'�?CAB>'� �&� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�g�i�r�l�_�h�a�r�n�e�s�s�'�]� �+�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�6�6� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
-�	�e�l�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �<� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �2�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �4�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �p�o�n�y� �h�a�r�n�e�s�s�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�o�n�y�g�i�r�l�_�h�a�r�n�e�s�s�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
+�	�!� �b�o�d�y�-�s�h�y�,� �i�n�s�u�f�f�i�c�i�e�n�t�l�y�-�a�r�o�u�s�e�d� �s�l�a�v�e�s� �d�i�s�l�i�k�e� �r�e�v�e�a�l�i�n�g� �o�u�t�f�i�t�s� �(�l�e�a�t�h�e�r� �c�o�r�s�e�t�,� �e�m�p�h�a�s�i�z�e� �t�h�e� �b�r�e�a�s�t�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �!� �'�h�o�r�n�y�'�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]�)�
�
+�	�!� �s�l�a�v�e�s� �w�h�o� �l�o�v�e� �h�e�l�p�l�e�s�s�n�e�s�s� �f�e�e�l� �b�e�t�t�e�r� �w�h�e�n� �t�i�e�d� �u�p� �w�h�i�l�e� �t�h�o�s�e� �i�n�u�r�e�d� �t�o� �i�t� �a�r�e� �l�e�s�s� �u�n�a�f�f�e�c�t�e�d� �a�n�d� �t�h�o�s�e� �w�h�o� �a�r�e� �a�f�r�a�i�d� �o�f� �i�t� �f�e�e�l� �w�o�r�s�e�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:� � �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �L�o�v�e�s� �H�e�l�p�l�e�s�s�n�e�s�s� �(�2�)�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �-�1�:� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �C�l�a�u�s�t�r�o�p�h�o�b�i�c� �(�-�1�)�
�
+�	�!� �t�h�e� �e�f�f�e�c�t�s� �a�b�o�v�e� �c�a�n� �s�t�a�c�k� �w�i�t�h� �t�h�e� �e�f�f�e�c�t�s� �b�e�l�o�w�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1� �&�!� �c�a�n� �s�t�a�c�k� �w�i�t�h� �s�h�y� �a�n�d� �c�l�a�u�s�t�r�o�p�h�i�c� �f�o�r� �a� �c�o�m�b�i�n�e�d� �-�1�,� �o�r� �l�o�v�e�s� �h�e�l�p�l�e�s�s�n�e�s�s� �c�a�n� �e�l�e�v�a�t�e� �i�t� �t�o� �+�2�
�
+�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �1�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �I�n�u�r�e�d� �(�1�)�
�
+�	�	�!� �t�r�a�i�t� �b�l�o�c�k�s� �n�e�g�a�t�i�v�e� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �<� �4�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �2� �&�!� �c�a�n� �s�t�a�c�k� �w�i�t�h� �s�h�y� �a�n�d� �c�l�a�u�s�t�r�o�p�h�i�c� �f�o�r� �a� �c�o�m�b�i�n�e�d� �-�4�,� �o�r� �l�o�v�e�s� �h�e�l�p�l�e�s�s�n�e�s�s� �c�a�n� �m�i�t�i�g�a�t�e� �i�t� �t�o� �-�1�
�
+�	�e�n�d�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �3� �&�!� �r�e�s�t�r�a�i�n�t�s� �i�n�d�u�c�e� �t�a�m�i�n�g� �(�e�q�u�i�v�a�l�e�n�t� �t�o� �p�e�t�s�u�i�t� �b�u�t� �d�i�f�f�e�r�e�n�t� �s�l�o�t�)�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �4� �&�!� �f�o�r� �p�o�n�y�g�i�r�l�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�}�
�
+�
�
+�!�[�'�h�o�o�f�e�d�_�b�o�o�t�s�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�h�o�o�f�e�d�_�b�o�o�t�s�'�,� �'�H�o�o�v�e�d� �B�o�o�t�s�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �i�s� �a� �s�p�e�c�i�a�l� �k�i�n�d� �o�f� �b�o�o�t�s� �w�i�t�h� �h�e�e�l�s�,� �i�m�i�t�a�t�i�n�g� �h�o�r�s�e� �h�o�o�v�e�s�.� �W�a�l�k�i�n�g� �w�i�t�h� �t�h�e�m� �i�s� �e�v�e�n� �m�o�r�e� �u�n�c�o�m�f�o�r�t�a�b�l�e� �t�h�a�n� �w�i�t�h� �u�s�u�a�l� �h�e�e�l�s�,� �b�u�t� �t�h�e�y� �l�o�o�k� �s�t�y�l�i�s�h� �a�n�d� �t�h�e�y� �c�a�n� �b�e� �u�s�e�d� �t�o� �s�t�o�m�p� �l�o�u�d�l�y�,� �s�h�o�w�i�n�g� �y�o�u�r� �t�e�m�p�e�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�h�o�o�f�s�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�h�o�o�f�e�d�_�b�o�o�t�s�'�]� �=� �{�
�
+�	�!� �s�l�a�v�e� �w�i�l�l� �n�o�t� �r�e�f�u�s�e� �t�o� �w�e�a�r� �t�h�e�s�e� �l�i�k�e� �t�h�e�y� �r�e�f�u�s�e� �o�t�h�e�r� �p�o�n�y� �g�e�a�r� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�r�e�s�s�a�g�e�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �<� �4�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �1�5� �&�!� �-�1�.�5� �m�o�o�d�,� �m�o�r�e� �u�n�c�o�m�f�o�r�t�a�b�l�e� �t�h�a�n� �h�i�g�h�_�h�e�e�l�s� �o�r� �h�i�g�h�_�b�o�o�t�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �2�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�t�e�m�p�e�r�'�]� �+�=� �1� �&�!� �s�h�o�w�i�n�g� �t�e�m�p�e�r�,� �e�f�f�e�c�t� �s�h�a�r�e�d� �w�i�t�h� �h�i�g�h�_�b�o�o�t�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� �+�=� �5� �&�!� �b�e�t�t�e�r� �f�o�r� �l�e�a�r�n�i�n�g� �t�h�a�n� �o�t�h�e�r� �i�t�e�m�s� �t�o� �c�o�m�p�e�n�s�a�t�e� �f�o�r� �h�i�g�h�e�r� �p�r�i�c�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �+�=� �1� �&�!� �l�o�o�k� �s�t�y�l�i�s�h� �(�b�u�t� �l�e�s�s� �t�h�a�n� �h�i�g�h�_�h�e�e�l�s� �a�n�d� �h�i�g�h�_�b�o�o�t�s�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�c�o�w�_�g�e�a�r�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�c�o�w�_�g�e�a�r�'�,� �'�C�o�w� �G�e�a�r�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �T�a�i�l�,� �e�a�r�s�,� �a�n�d� �a� �n�i�c�e� �b�e�l�l� �w�i�t�h� �y�o�u�r� �n�a�m�e� �e�n�g�r�a�v�e�d� �o�n� �i�t�:� �a�l�l� �i�n�d�i�s�p�e�n�s�a�b�l�e� �e�l�e�m�e�n�t�s� �t�o� �r�e�m�i�n�d� �y�o�u�r� �c�o�w� �o�f� �h�e�r� �r�o�l�e�.� �T�h�e� �r�i�n�g�i�n�g� �c�a�n� �b�e� �a� �b�i�t� �m�i�n�d�-�n�u�m�b�i�n�g�,� �t�h�o�u�g�h�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�c�o�w�_�g�e�a�r�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�o�w�_�g�e�a�r�'�]� �=� �{�
�
-�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �$�c�u�r�l�o�c� �=� �'�s�l�a�v�e�_�s�t�a�t�'� �a�n�d� �s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �=� �0�:�
�
-�	�	�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�?CAB>'� �&� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�c�o�w�_�g�e�a�r�'�]� �+�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�6�6� �&� �g�t� �'�i�n�t�e�r�a�c�t�i�o�n�'�
�
-�	�e�l�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �<� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �&�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �c�o�w� �t�r�a�i�n�i�n�g� �(�B�+� �o�r� �h�i�g�h�e�r� �a�c�c�e�p�t�s� �t�h�e� �g�e�a�r� �w�i�t�h�o�u�t� �a� �m�o�o�d� �p�e�n�a�l�t�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�t�e�l�l�e�c�t�'�]� �-�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� �+�=� �2�
�
-�	�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�w�S�K�'�]� �+�=� �2�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]� �<� �3� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �<� �3�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �c�o�w� �g�e�a�r�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�3>;0O'� �&�!� �n�a�k�e�d�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�c�o�w�_�g�e�a�r�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0� �&�!� �a�f�f�i�n�i�t�y� �f�i�n�d�s� �t�h�e� �o�u�t�f�i�t� �c�o�m�f�o�r�t�a�b�l�e�,� �b�u�t� �w�e�a�r�i�n�g� �i�t� �d�o�e�s� �n�o�t� �r�e�v�e�a�l� �t�h�e� �t�r�a�i�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�l�s�e�i�f� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�c�o�w�S�K�'�]�,� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]�)� �<� �3�:�
�
+�	�	�!� �c�o�n�d�i�t�i�o�n�e�d� �m�o�o�d� �e�f�f�e�c�t� �o�n� �c�o�w� �o�r� �p�e�t� �t�r�a�i�n�i�n�g� �(�B�+� �o�r� �h�i�g�h�e�r� �a�c�c�e�p�t�s� �t�h�e� �g�e�a�r� �w�i�t�h�o�u�t� �a� �m�o�o�d� �p�e�n�a�l�t�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]� �-�=� �5�
�
 �	�e�n�d�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�w�S�K�'�]� �+�=� �2� �&�!� �r�e�m�i�n�d� �c�o�w� �o�f� �h�e�r� �r�o�l�e�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� �-�=� �1� �&�!� �t�a�i�l� �i�s� �d�e�g�r�a�d�i�n�g�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�n�t�e�l�l�e�c�t�'�]� �>� �2�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�t�e�l�l�e�c�t�'�]� �-�=� �1� �&�!� �m�i�n�d�-�n�u�m�b�i�n�g� �(�i�n�t�e�l�l�e�c�t� �d�r�a�i�n� �s�t�o�p�s� �a�t� �C�-�,� �D�i�m�w�i�t�t�e�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2� �&�!� �a�d�d�e�d� �s�t�y�l�e� �p�e�n�a�l�t�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �}�
�
 �
�
 �!�[�'�p�e�t�s�u�i�t�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�e�t�s�u�i�t�'�,� �'�P�e�t�s�u�i�t�'�,� �2�5�,� �'� � � �P�r�i�c�e�:� �2�5� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �v�e�r�s�i�o�n� �o�f� �a� �d�e�p�r�i�v�a�t�i�o�n� �s�u�i�t� �d�o�e�s� �n�o�t� �i�m�p�e�d�e� �v�i�s�i�o�n� �o�r� �h�e�a�r�i�n�g�.� �I�t� �i�s� �m�a�d�e� �  s�o� �t�h�a�t� �t�h�e� �w�e�a�r�e�r� �a�c�t�s� �l�i�k�e� �a� �c�a�t� �o�r� �a� �d�o�g�.� �A�l�l�o�w�s� �y�o�u� �t�o� �m�o�v�e� �o�n�l�y� �o�n� �a�l�l� �f�o�u�r�s�,� �l�e�a�n�i�n�g� �o�n� �e�l�b�o�w�s� �a�n�d� �k�n�e�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�e�t�s�u�i�t�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�e�t�s�u�i�t�'�]� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �<� �2�:�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1�
�
-�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�e�g�o�'�]� �-�=� �1�
�
+�	�!� �t�h�e�s�e� �c�o�n�d�i�t�i�o�n�s� �m�u�s�t� �b�e� �k�e�p�t� �i�n� �s�y�n�c� �w�i�t�h� �n�e�x�t�_�d�a�y� �p�e�t�_�r�u�l�e� �e�v�a�l�u�a�t�i�o�n� �t�o� �a�v�o�i�d� �i�n�t�e�r�r�u�p�t�i�n�g� �n�e�x�t�_�d�a�y� �p�r�o�c�e�s�s�i�n�g� �w�i�t�h� �a�n� �e�q�u�i�p� �r�e�f�u�s�a�l�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>�=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�_�a�f�f�i�n�i�t�y�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�t�'�]� �<� �3� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �<�=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �p�e�t�s�u�i�t�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�3>;0O'� �&�!� �n�a�k�e�d�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�p�e�t�s�u�i�t�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1�
�
 �	�e�l�s�e�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �2�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�t�e�m�p�e�r�'�]� �+�=� �1�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �1� �-� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �&�!� �l�e�s�s� �r�e�s�t�r�i�c�t�i�v�e� �t�h�a�n� �p�e�t� �s�u�i�t� �(�1� �f�o�r� �i�n�u�r�e�d�,� �-�1� �f�o�r� �c�l�a�u�s�t�r�o�p�h�o�b�i�c�)�
�
+�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�e�g�o�'�]� �-�=� �1� �&�!� �l�i�k�e� �b�e�h�a�v�e� �p�e�t� �r�u�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� � � � � �+�=� �2�
�
-�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� � � � � � � � �-�=� �2�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� � � � � � � � � � �+�=� �3�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�c�a�d�e�m�y�'�]� � � � � � �-�=� �1�0�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�p�r�i�d�e�'�]� � � � � � � � �-�=� �1� �&�!� �b�e�i�n�g� �f�o�r�c�e�d� �t�o� �a�c�t� �l�i�k�e� �a�n� �a�n�i�m�a�l� �i�s� �d�e�g�r�a�d�i�n�g� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� � � � � �+�=� �3� �&�!� �r�e�s�t�r�a�i�n�t�s� �i�n�d�u�c�e� �t�a�m�i�n�g� �(�e�q�u�i�v�a�l�e�n�t� �t�o� �p�o�n�y� �h�a�r�n�e�s�s� �b�u�t� �d�i�f�f�e�r�e�n�t� �s�l�o�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� � � � � � � � � � �+�=� �3� �&�!� �a�c�t� �l�i�k�e� �a� �c�a�t� �o�r� �d�o�g� �(�b�e�s�t� �i�n� �s�l�o�t�,� �a�n�a�l� �t�a�i�l� �g�i�v�e�s� �+�2�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�!� �i�n�t�e�r�f�e�r�e�s� �w�i�t�h� �l�e�s�s�o�n�s�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� � � � � � �-�=� �1�0�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� � � � � � � � � �-�=� �1�0�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�c�r�e�t�a�r�y�'�]� � � � �-�=� �1�0�
�
@@ -57488,12 +59021,68 @@
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �-�=� �1�0�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�m�u�s�i�c�'�]� � � � � � � � �-�=� �1�0�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�r�t�'�]� � � � � � � � � � �-�=� �1�0�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�w�S�K�'�]� � � � � � � � �-�=� �1�0�
�
 �	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�w�S�K�'�]� � � � � � � � �-�=� �1�0�
�
 �	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�2�
�
 �	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �=� �1�
�
 �}�
�
 �
�
+�!�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�,� �'�D�e�p�r�i�v�a�t�i�o�n� �S�u�i�t�'�,� �5�0�,� �'� � � �P�r�i�c�e�:� �5�0� �s�p�a�r�k�s�<�b�r�>� � � �A�l�t�h�o�u�g�h� �i�t� �i�s� �c�a�l�l�e�d� �a� �s�u�i�t�,� �i�t� �i�s� �n�o�t� �i�n�t�e�n�d�e�d� �t�o� �b�e� �w�o�r�n� �a�s� �s�u�c�h�,� �i�t� s� �f�o�r� �r�a�d�i�c�a�l� �b�o�n�d�a�g�e�.� �T�h�e� �t�h�i�c�k� �r�u�b�b�e�r� �s�h�e�l�l� �a�n�d� �d�u�r�a�b�l�e� �l�e�a�t�h�e�r� �b�e�l�t�s� �p�r�e�v�e�n�t� �a�n�y� �m�o�v�e�m�e�n�t� �a�n�d� �a�p�p�l�y� �a� �c�o�n�s�t�a�n�t� �u�n�i�f�o�r�m� �p�r�e�s�s�u�r�e�.� �T�h�e� �e�y�e�s�,� �e�a�r�s� �a�n�d� �m�o�u�t�h� �a�r�e� �t�i�g�h�t�l�y� �s�h�u�t� �t�o� �c�o�m�p�l�e�t�e�l�y� �c�u�t� �o�f�f� �t�h�e� �w�e�a�r�e�r� �f�r�o�m� �t�h�e� �o�u�t�s�i�d�e� �w�o�r�l�d�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�d�s�u�i�t�'�
�
+�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �<�=� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�b�e�a�t�e�n�_�e�v�e�r�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�d�o�m�i�n�i�_�d�i�c�t�u�m�'�]� �=� �0�:�
�
+�	�	�	�$�p�l�a�c�e� �=� �'�s�t�u�d�y�'�
�
+�	�	�	�$�p�i�c�t�u�r�e�_�t�y�p�e� �=� �'�d�y�n�s�l�a�v�e�_�p�i�c�t�u�r�e�'�
�
+�	�	�	�n�p�c� �=� �0� �&� �t�x�t� �=� �1� �&� �$�t�e�x�t�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �t�h�e� �d�e�p�r�i�v�a�t�i�o�n� �s�u�i�t�.� �U�s�e� �f�o�r�c�e� �t�o� �m�a�k�e� �h�e�r� �w�e�a�r� �i�t� �a�n�y�w�a�y�?�'�
�
+�	�	�	�$�y�e�s� �=� �{�
�
+�	�	�	�	�i�f� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'� �a�n�d� �d�y�n�s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]� �>� �m�a�x�(�0�,� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y� �-� �m�a�s�t�e�r�_�s�t�y�l�e�)�:�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�f�i�g�h�t�s�_�b�a�c�k�
�
+�	�	�	�	�e�l�s�e�
�
+�	�	�	�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�s�l�a�v�e�_�f�o�r�c�e�d�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�}�
�
+�	�	�	�$�n�o� �=� �{�
�
+�	�	�	�	�$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� �=� �'�3>;0O'� �&�!� �n�a�k�e�d�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2� �&� �g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�	�}�
�
+�	�	�	�g�t� �'�c�h�o�i�c�e�_�s�c�r�e�e�n�'�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
+�	�d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]�)� �&�!� �a�l�w�a�y�s� �r�e�v�e�a�l�s� �t�r�a�i�t� �w�h�e�n� �w�o�r�n� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �=� �2�:�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �+�=� �1�
�
+�	�e�l�s�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �1�0�0�
�
+�	�	�w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �-�=� �2� �-� �d�y�n�s�l�a�v�e�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�'�]� �&�!� �m�o�r�e� �r�e�s�t�r�i�c�t�i�v�e� �t�h�a�n� �p�e�t� �s�u�i�t� �(�1� �f�o�r� �i�n�u�r�e�d�,� �-�1� �f�o�r� �c�l�a�u�s�t�r�o�p�h�o�b�i�c�)�
�
+�	�	�d�a�i�l�y�_�b�o�n�u�s�[�'�t�e�m�p�e�r�'�]� �-�=� �1� �&�!� �l�i�k�e� �b�e�h�a�v�e� �s�i�l�e�n�c�e� �r�u�l�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�e�n�d�
�
+�	�d�a�i�l�y�_�b�o�n�u�s�[�'�i�n�s�t�i�n�c�t�'�]� � � � � �+�=� �4� �&�!� �r�e�s�t�r�a�i�n�t�s� �i�n�d�u�c�e� �t�a�m�i�n�g� �(�b�e�s�t� �i�n� �s�l�o�t�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�!� �i�n�t�e�r�f�e�r�e�s� �w�i�t�h� �l�e�s�s�o�n�s�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�p�e�t�'�]� � � � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�r�v�i�c�e�'�]� � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�o�k�'�]� � � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�e�c�r�e�t�a�r�y�'�]� � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�x�p�r�e�s�s�i�o�n�'�]� � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�n�u�r�s�e�'�]� � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�l�c�h�e�m�y�'�]� � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�e�n�c�h�a�n�t�e�r�'�]� � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�t�a�m�i�n�a�'�]� � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�g�l�a�d�i�a�t�r�i�x�'�]� � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�m�u�s�i�c�'�]� � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�a�r�t�'�]� � � � � � � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�d�r�e�s�s�a�g�e�'�]� � � � � �-�=� �1�0�
�
+�	�l�e�a�r�n�_�b�o�n�u�s�[�'�c�o�w�S�K�'�]� � � � � � � � �-�=� �1�0�
�
+�	�d�y�n�s�l�a�v�e�[�'�s�t�_�p�l�u�s�'�]� �=� �-�4�
�
+�	�d�y�n�s�l�a�v�e�[�'�e�x�_�p�l�u�s�'�]� �=� �2�
�
+�}�
�
+�
�
+�!�O�N�E� �T�I�M�E� �P�U�R�C�H�A�S�E�S� �F�O�R� �R�U�L�E�S� �O�R� �R�U�L�E� �E�N�F�O�R�C�E�M�E�N�T�
�
+�
�
 �!�[�'�v�a�g�i�n�a�l�_�b�a�l�l�s�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�v�a�g�i�n�a�l�_�b�a�l�l�s�'�,� �'�V�a�g�i�n�a�l� �B�e�a�d�s�'�,� �5�,� �'� � � �P�r�i�c�e�:� �5� �s�p�a�r�k�s�<�b�r�>� � � �A� �p�a�i�r� �o�f� �b�e�a�d�s� �o�n� �a� �s�t�r�i�n�g� �w�i�t�h� �a� �r�i�n�g� �d�e�s�i�g�n�e�d� �f�o�r� �e�x�t�e�n�d�e�d� �w�e�a�r� �i�n� �t�h�e� �v�a�g�i�n�a�.� �T�h�e�y� �a�r�e� �e�x�c�e�l�l�e�n�t� �t�o� �h�e�l�p� �b�u�i�l�d� �a�r�o�u�s�a�l� �a�n�d� �d�e�v�e�l�o�p� �m�u�s�c�l�e�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�v�a�g�i�n�a�l�_�b�a�l�l�s�'�
�
 �
�
@@ -57517,12 +59106,6 @@
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�c�h�a�s�t�i�t�y�_�b�e�l�t�'�]� �=� �{�
�
 �}�
�
 �
�
-�!�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�,� �'�D�e�p�r�i�v�a�t�i�o�n�a�l� �S�u�i�t�'�,� �5�0�,� �'� � � �P�r�i�c�e�:� �5�0� �s�p�a�r�k�s�<�b�r�>� � � �A�l�t�h�o�u�g�h� �i�t� �i�s� �c�a�l�l�e�d� �a� �s�u�i�t�,� �i�t� �i�s� �n�o�t� �i�n�t�e�n�d�e�d� �t�o� �b�e� �w�o�r�n� �a�s� �s�u�c�h�,� �i�t� s� �f�o�r� �r�a�d�i�c�a�l� �b�o�n�d�a�g�e�.� �T�h�e� �t�h�i�c�k� �r�u�b�b�e�r� �s�h�e�l�l� �a�n�d� �d�u�r�a�b�l�e� �l�e�a�t�h�e�r� �b�e�l�t�s� �p�r�e�v�e�n�t� �a�n�y� �m�o�v�e�m�e�n�t� �a�n�d� �a�p�p�l�y� �a� �c�o�n�s�t�a�n�t� �u�n�i�f�o�r�m� �p�r�e�s�s�u�r�e�.� �T�h�e� �e�y�e�s�,� �e�a�r�s� �a�n�d� �m�o�u�t�h� �a�r�e� �t�i�g�h�t�l�y� �s�h�u�t� �t�o� �c�o�m�p�l�e�t�e�l�y� �c�u�t� �o�f�f� �t�h�e� �w�e�a�r�e�r� �f�r�o�m� �t�h�e� �o�u�t�s�i�d�e� �w�o�r�l�d�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�d�s�u�i�t�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�d�e�p�r�i�v�a�t�i�o�n�_�s�u�i�t�'�]� �=� �{�
�
-�}�
�
-�
�
 �!�[�'�p�i�s�s�u�a�r�_�s�t�a�b�l�e�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�i�s�s�u�a�r�_�s�t�a�b�l�e�'�,� �'�U�r�i�n�a�l� �R�a�c�k�'�,� �1�0�0�,� �'� � � �P�r�i�c�e�:� �1�0�0� �s�p�a�r�k�s�<�b�r�>� � � �T�h�i�s� �p�i�e�c�e� �o�f� �f�u�r�n�i�t�u�r�e� �d�o�e�s� �n�o�t� �t�a�k�e� �u�p� �t�o�o� �m�u�c�h� �s�p�a�c�e�,� �a�s� �i�t�s� �m�a�i�n� �c�o�m�p�o�n�e�n�t� �i�s� �a� �s�l�a�v�e�.� �T�h�e� �r�a�c�k� �i�s� �e�q�u�i�p�p�e�d� �w�i�t�h� �r�o�b�u�s�t� �c�l�a�m�p�s� �f�o�r� �h�a�n�d�s�,� �f�e�e�t� �a�n�d� �t�h�e� �h�e�a�d�.� �I�t� �c�o�m�e�s� �w�i�t�h� �a� �r�i�n�g� �e�x�p�a�n�d�e�r� �f�o�r� �t�h�e� �m�o�u�t�h� �a�s� �w�e�l�l� �a�s� �a� �n�o�s�e� �c�l�i�p�.� �Y�o�u� �c�a�n� �a�l�s�o� �s�e�t� �a� �t�r�a�n�s�p�a�r�e�n�t� �h�e�a�d�b�a�n�d� �b�o�w�l� �o�f� �a� �«�d�r�i�n�k� �o�r� �c�h�o�k�e�»� �t�y�p�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�i�s�s�u�a�r�'�
�
 �
�
@@ -57535,40 +59118,33 @@
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�t�o�i�l�e�t�_�s�t�a�b�l�e�'�]� �=� �{�
�
 �}�
�
 �
�
-�!�[�'�'�]�
�
-�$�i�t�e�m�_�n�a�m�e�[�'�'�]� �=� �'�'�
�
-�i�t�e�m�_�p�r�i�c�e�[�'�'�]� �=� �0�
�
-�$�i�t�e�m�_�d�e�s�c�r�i�p�t�i�o�n�[�'�'�]� �=� �'�'�
�
-�$�i�t�e�m�_�d�e�m�o�[�'�'�]� �=� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�'�
�
-�
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�'�]� �=� �{�
�
-�	�s�l�a�v�e�_�r�a�t�e�[�'�n�o�t�h�i�n�g�'�]� �+�=� �1�
�
-�	�l�e�a�r�n�_�b�o�n�u�s�[�'�s�k�i�l�l�'�]� �+�=� �1�
�
-�}�
�
-�
�
 �!�P�R�E�S�E�N�T�S�
�
+�
�
 �!�C:5B �[�'�b�o�u�q�e�t�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�b�o�u�q�e�t�'�,� �'�B�o�u�q�u�e�t� �o�f� �F�l�o�w�e�r�s� �(�$�2�)�'�,� �2�,� �'� � � �A� �s�m�a�l�l� �b�u�t� �v�e�r�y� �b�e�a�u�t�i�f�u�l� �b�o�u�q�u�e�t� �o�f� �f�l�o�w�e�r�s�.� �T�h�i�s� �i�s� �a� �s�p�e�c�i�a�l� �r�i�p�e�n�i�n�g� �v�a�r�i�e�t�y�,� �g�r�o�w�n� �h�y�d�r�o�p�o�n�i�c�a�l�l�y� �i�n� �t�h�e� �t�e�c�h�n�o�s�p�h�e�r�e� �-� �o�n�l�y� �b�l�o�o�m�s� �f�o�r� �o�n�e� �d�a�y�,� �b�u�t� �q�u�i�t�e� �a�f�f�o�r�d�a�b�l�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�b�o�u�q�e�t�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�b�o�u�q�e�t�'�]� �=� �{�}�
�
 �
�
 �!�;54 �[�'�p�l�a�i�d�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�d�'�,� �'�W�a�r�m� �P�l�a�i�d� �(�$�9�)�'�,� �9�,� �'� � � �G�r�e�a�t� �s�o�f�t� �t�i�s�s�u�e� �w�i�t�h� �a� �s�c�o�t�-�p�a�t�t�e�r�n�.� �W�r�a�p�p�e�d� �i�n� �t�h�i�s� �p�l�a�i�d�,� �a� �s�l�a�v�e� �w�i�l�l� �f�e�e�l� �c�o�m�f�o�r�t�a�b�l�e� �a�n�d� �w�a�r�m� �w�h�e�n� �s�h�e� �r�e�s�t�s� �d�u�r�i�n�g� �t�h�e� �d�a�y� �o�r� �i�n� �h�e�r� �b�e�d�r�o�l�l�,� �a�n�d� �i�t� �w�i�l�l� �b�e� �e�a�s�i�e�r� �t�o� �g�o� �t�h�r�o�u�g�h� �d�i�f�f�i�c�u�l�t� �t�i�m�e�s� �i�n� �l�i�f�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�d�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�l�a�i�d�'�,� �'�W�a�r�m� �P�l�a�i�d� �(�$�9�)�'�,� �9�,� �'� � � �G�r�e�a�t� �s�o�f�t� �w�e�a�v�e� �w�i�t�h� �a� �s�c�o�t�-�p�a�t�t�e�r�n�.� �W�r�a�p�p�e�d� �i�n� �t�h�i�s� �p�l�a�i�d�,� �a� �s�l�a�v�e� �w�i�l�l� �f�e�e�l� �c�o�m�f�o�r�t�a�b�l�e� �a�n�d� �w�a�r�m� �w�h�e�n� �s�h�e� �r�e�s�t�s� �d�u�r�i�n�g� �t�h�e� �d�a�y� �o�r� �i�n� �h�e�r� �b�e�d�r�o�l�l�,� �a�n�d� �i�t� �w�i�l�l� �b�e� �e�a�s�i�e�r� �t�o� �g�o� �t�h�r�o�u�g�h� �d�i�f�f�i�c�u�l�t� �t�i�m�e�s� �i�n� �l�i�f�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�l�a�i�d�'�
�
 �
�
 �$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�l�a�i�d�'�]� �=� �{�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �=� �0�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �1� �&�!� �i�n�c�r�e�a�s�e�s� �e�n�e�r�g�y� �b�y� �a� �h�a�l�f�-�s�t�a�r� �o�v�e�r�n�i�g�h�t� �w�h�e�n� �s�l�e�e�p�i�n�g� �o�n� �a� �b�e�d�r�o�l�l�
�
-�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �=� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �>� �0�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�n�g�s�t�'�]� �-�=� �1� �&�!� �r�e�d�u�c�e�s� �a�n�g�s�t� �n�i�g�h�t�l�y� �i�f� �u�s�e�d� �d�u�r�i�n�g� �t�h�e� �d�a�y� �o�r� �i�n� �h�e�r� �b�e�d�r�o�l�l�
�
+�	�i�f� �(�d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�)� �o�r� �d�y�n�s�l�a�v�e�[�'�w�e�l�l�_�r�e�s�t�e�d�'�]� �>� �0�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�a�n�g�s�t�'�]� �-�=� �1� �&�!� �r�e�d�u�c�e�s� �a�n�g�s�t� �n�i�g�h�t�l�y� �i�f� �u�s�e�d� �d�u�r�i�n�g� �t�h�e� �d�a�y� �o�r� �i�n� �h�e�r� �b�e�d�r�o�l�l�
�
 �}�
�
 �
�
 �!�O3:0O �83@CH:0 �[�'�s�t�u�f�f�e�d�_�t�o�y�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�s�t�u�f�f�e�d�_�t�o�y�'�,� �'�P�l�u�s�h� �T�o�y� �(�$�1�5�)�'�,� �1�5�,� �'� � � �A� �r�a�t�h�e�r� �l�a�r�g�e� �a�n�d� �e�x�p�e�n�s�i�v�e� �t�o�y� �w�i�l�l� �b�e� �a� �g�o�o�d� �g�i�f�t�.� �W�i�l�l� �a�l�s�o� �k�e�e�p� �t�h�e� �s�l�a�v�e� �w�a�r�m�,� �l�y�i�n�g� �o�n� �a� �t�h�i�n� �b�e�d�r�o�l�l� �n�e�a�r� �t�h�e� �d�o�o�r�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�s�t�u�f�f�e�d�_�t�o�y�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�t�u�f�f�e�d�_�t�o�y�'�]� �=� �{�}�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�s�t�u�f�f�e�d�_�t�o�y�'�]� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �=� �0� �a�n�d� �'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �1� �&�!� �i�n�c�r�e�a�s�e�s� �e�n�e�r�g�y� �b�y� �a� �h�a�l�f�-�s�t�a�r� �o�v�e�r�n�i�g�h�t� �w�h�e�n� �s�l�e�e�p�i�n�g� �o�n� �a� �b�e�d�r�o�l�l�
�
+�}�
�
 �
�
 �!�CE8 �[�'�p�e�r�f�u�m�e�'�]�
�
-�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�e�r�f�u�m�e�'�,� �'�P�e�r�f�u�m�e� �(�$�2�0�)�'�,� �2�0�,� �'� � � �A� �b�e�a�u�t�i�f�u�l� �b�o�t�t�l�e� �o�f� �p�e�r�f�u�m�e� �w�i�t�h� �a� �m�a�g�n�i�f�i�c�e�n�t� �c�o�m�p�o�s�i�t�i�o�n�,� �b�r�o�u�g�h�t� �t�h�r�o�u�g�h� �t�h�e� �f�o�g�.� �O�f� �c�o�u�r�s�e�,� �s�u�c�h� �a� �g�i�f�t� �w�i�l�l� �p�l�e�a�s�e� �a�n�y� �w�o�m�a�n�,� �b�u�t� �y�o�u� �a�r�e� �p�u�r�s�u�i�n�g� �t�w�o� �p�u�r�p�o�s�e�s� �-� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �a�l�s�o� �b�e� �m�o�r�e� �s�t�y�l�i�s�h� �a�n�d� �m�o�r�e� �d�e�s�i�r�a�b�l�e� �f�o�r� �c�u�s�t�o�m�e�r�s�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�e�r�f�u�m�e�'�
�
+�d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�e�r�f�u�m�e�'�,� �'�P�e�r�f�u�m�e� �(�$�2�0�)�'�,� �2�0�,� �'� � � �A� �b�e�a�u�t�i�f�u�l� �b�o�t�t�l�e� �o�f� �p�e�r�f�u�m�e� �w�i�t�h� �a� �m�a�g�n�i�f�i�c�e�n�t� �c�o�m�p�o�s�i�t�i�o�n�,� �b�r�o�u�g�h�t� �t�h�r�o�u�g�h� �t�h�e� �f�o�g�.� �O�f� �c�o�u�r�s�e�,� �s�u�c�h� �a� �g�i�f�t� �w�i�l�l� �p�l�e�a�s�e� �a�n�y� �w�o�m�a�n�,� �b�u�t� �y�o�u� �a�r�e� �p�u�r�s�u�i�n�g� �t�w�o� �p�u�r�p�o�s�e�s� �-� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �a�l�s�o� �b�e� �m�o�r�e� �s�t�y�l�i�s�h� �a�n�d� �m�o�r�e� �d�e�s�i�r�a�b�l�e� �f�o�r� �c�u�s�t�o�m�e�r�s�.� �A�n�d� �u�s�i�n�g� �i�t� �w�i�l�l� �h�e�l�p� �h�e�r� �g�r�o�w� �a�c�c�u�s�t�o�m�e�d� �t�o� �h�e�r� �f�a�t�e�.�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�e�r�f�u�m�e�'�
�
 �
�
-�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�e�r�f�u�m�e�'�]� �=� �{�}�
�
+�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�p�e�r�f�u�m�e�'�]� �=� �{�
�
+�	�i�f� �'�d�y�n�s�l�a�v�e�'� �!� �'�p�r�i�s�o�n�e�r�'� �a�n�d� �a�r�r�p�o�s�(�'�$�l�i�v�e�s�t�o�c�k�_�s�l�a�v�e�_�c�h�a�r�a�c�t�e�r�s�'�,� �'�d�y�n�s�l�a�v�e�'�)� �=� �-�1�:� �d�a�i�l�y�_�b�o�n�u�s�[�'�c�u�s�t�o�m�'�]� �+�=� �1�
�
+�}�
�
 �
�
 �!�8=8-�?>=8 �[�'�p�o�n�y�'�]�
�
 �d�y�n�a�m�i�c� �$�i�b�_�c�y�c�l�e�,� �'�p�o�n�y�'�,� �'�M�i�n�i�-�P�o�n�y� �(�$�5�0�)�'�,� �5�0�,� �'� � � �T�h�e�s�e� �i�n�c�r�e�d�i�b�l�y� �c�u�t�e� �c�r�e�a�t�u�r�e�s� �t�h�e� �s�i�z�e� �o�f� �a� �c�a�t� �a�r�e� �g�r�o�w�n� �f�r�o�m� �e�g�g�s� �i�n� �t�h�e� �t�e�c�h�n�o�s�p�h�e�r�e�.� �T�h�e�i�r� �l�i�f�e� �e�x�p�e�c�t�a�n�c�y� �i�s� �n�o�t� �v�e�r�y� �l�o�n�g� �a�n�d� �t�h�e�y� �a�r�e� �i�n�e�d�i�b�l�e�,� �b�u�t� �t�h�e�y� �a�r�e� �f�a�i�t�h�f�u�l� �a�n�d� �l�o�v�e�l�y�.� �Y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �p�a�y� �f�o�r� �f�o�o�d� �r�e�g�u�l�a�r�l�y�.� �(�1� �s�p�a�r�k�/�d�a�y�)�'�,� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�p�o�n�y�'�
�
@@ -57577,15 +59153,6 @@
 �	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�p�o�n�y�'�]� �=� �1�
�
 �}�
�
 �
�
-�
�
-�!�O�L�D� �S�A�M�P�L�E� �[�'�'�]�
�
-�!�$�i�t�e�m�_�n�a�m�e�[�'�'�]� �=� �'�'�
�
-�!�i�t�e�m�_�p�r�i�c�e�[�'�'�]� �=� �0�
�
-�!�$�i�t�e�m�_�d�e�s�c�r�i�p�t�i�o�n�[�'�'�]� �=� �'�'�
�
-�!�$�i�t�e�m�_�d�e�m�o�[�'�'�]� �=� �'�s�c�e�n�e�\�i�t�e�m�\�i�t�e�m�_�'�
�
-�
�
-�!�$�i�t�e�m�_�p�r�o�p�e�r�t�y�[�'�'�]� �=� �{�}�
�
-�
�
 �-�-�-� �#�i�t�e�m�_�b�a�s�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
 �#� �#�e�s�t�a�t�e�_�b�a�s�e�
�
@@ -57620,12 +59187,12 @@
 �!�k�a�m�i�r�a�_�h�o�u�s�e� �[�k�a�m�i�r�a�_�h�o�u�s�e�]�
�
 �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �0�
�
 �e�s�t�a�t�e�_�s�i�z�e�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �7�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �1�5�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �1�5�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �2�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �1�5�
�
-�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �4�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �2�5�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �3�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �2�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �0� �&�!� �i�n�c�l�u�d�e�d� �f�o�r� �f�r�e�e�,� �w�a�s� �1�5� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �4�1�
�
 �e�s�t�a�t�e�_�d�i�s�t�r�i�c�t�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �4�
�
 �
�
 �$�e�s�t�a�t�e�_�s�t�u�d�y�_�n�a�m�e�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �=� �'�H�a�l�l�'�
�
@@ -57648,12 +59215,12 @@
 �!�s�e�r�p�i�s�_�h�o�u�s�e� �[�s�e�r�p�i�s�_�h�o�u�s�e�]�
�
 �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�
�
 �e�s�t�a�t�e�_�s�i�z�e�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�5�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�5�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �2�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�5�
�
-�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �3�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �3�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �3�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �2�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �3�1�
�
 �e�s�t�a�t�e�_�d�i�s�t�r�i�c�t�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �3�
�
 �
�
 �$�e�s�t�a�t�e�_�s�t�u�d�y�_�n�a�m�e�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �=� �'�S�m�a�l�l� �R�o�o�m�'�
�
@@ -57676,12 +59243,12 @@
 �!�t�a�u�r�u�s�_�h�o�u�s�e� �[�t�a�u�r�u�s�_�h�o�u�s�e�]�
�
 �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �2�
�
 �e�s�t�a�t�e�_�s�i�z�e�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �1�5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �7�5�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �2�5�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �4�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �5�0�
�
 �e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �0� �&�!� �i�n�c�l�u�d�e�d� �f�o�r� �f�r�e�e�,� �w�a�s� �2�0� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �3�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �2�0�
�
-�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �2�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �2�1�
�
 �e�s�t�a�t�e�_�d�i�s�t�r�i�c�t�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �2�
�
 �
�
 �$�e�s�t�a�t�e�_�s�t�u�d�y�_�n�a�m�e�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �=� �'�H�a�l�l�'�
�
@@ -57704,12 +59271,12 @@
 �!�k�o�r�v�u�s�_�h�o�u�s�e� �[�k�o�r�v�u�s�_�h�o�u�s�e�]�
�
 �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �3�
�
 �e�s�t�a�t�e�_�s�i�z�e�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �2�0�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �5�0�0�
�
 �e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �0� �&�!� �i�n�c�l�u�d�e�d� �f�o�r� �f�r�e�e�,� �w�a�s� �2�5� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �0� �&�!� �i�n�c�l�u�d�e�d� �f�o�r� �f�r�e�e�,� �w�a�s� �2�5� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �2�5�
�
-�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �5�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �5�1�
�
 �e�s�t�a�t�e�_�d�i�s�t�r�i�c�t�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �5�
�
 �
�
 �$�e�s�t�a�t�e�_�s�t�u�d�y�_�n�a�m�e�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �=� �'�H�a�l�l�'�
�
@@ -57732,11 +59299,11 @@
 �!�w�h�i�t�e�_�h�o�u�s�e� �[�w�h�i�t�e�_�h�o�u�s�e�]�
�
 �e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �4�
�
 �e�s�t�a�t�e�_�s�i�z�e�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �2�5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �1�5�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �8�0�0�
�
 �e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �0� �&�!� �i�n�c�l�u�d�e�d� �f�o�r� �f�r�e�e�,� �w�a�s� �2�5� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �0� �&�!� �i�n�c�l�u�d�e�d� �f�o�r� �f�r�e�e�,� �w�a�s� �2�5� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �2�5�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
+�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �1�0�0�
�
 �e�s�t�a�t�e�_�l�o�c�a�t�i�o�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �1�1�1�
�
 �e�s�t�a�t�e�_�d�i�s�t�r�i�c�t�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �1�
�
 �
�
@@ -57758,6 +59325,29 @@
 �$�e�s�t�a�t�e�_�b�a�r�n�_�l�o�c�a�t�i�o�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �=� �'�V�a�t�i�c�a�n� �S�u�b�u�r�b�s�'�
�
 �
�
 �
�
+�!� �r�e�d�u�c�e� �r�e�n�t�a�l� �c�o�s�t�s� �f�o�r� �n�o�r�m�a�l� �[�1�]� �a�n�d� �e�a�s�y� �[�0�]� �g�a�m�e� �d�i�f�f�i�c�u�l�t�y� �(�n�o�t� �o�b�e�d�i�e�n�c�e� �d�i�f�f�i�c�u�l�t�y� �s�o� �n�o�t� �a�d�j�u�s�t�a�b�l�e� �d�u�r�i�n�g� �p�l�a�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�!� �$�n�e�w�l�o�c� �c�a�l�l�s� �'�g�s� �#�e�s�t�a�t�e�_�b�a�s�e�'� �t�o� �r�e�f�r�e�s�h� �a�f�t�e�r� �g�a�m�e� �l�o�a�d� �(�a�n�d� �f�o�r� �n�e�w� �g�a�m�e�s�)�
�
+�$�r�e�d�u�c�e�_�r�e�n�t�a�l�_�c�o�s�t�s� �=� �{�
�
+�	�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �1�:�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�a�r�g�s�[�0�]�]� � � � �/�=� �4�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�a�r�g�s�[�0�]�]� �/�=� �4�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�a�r�g�s�[�0�]�]� �/�=� �4�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�a�r�g�s�[�0�]�]� � � � � �/�=� �4�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�a�r�g�s�[�0�]�]� � � � �/�=� �4�
�
+�	�e�l�s�e�i�f� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �0�:�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�$�a�r�g�s�[�0�]�]� � � � �/�=� �1�0�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�b�o�u�d�o�i�r�[�$�a�r�g�s�[�0�]�]� �/�=� �1�0�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�d�u�n�g�e�o�n�[�$�a�r�g�s�[�0�]�]� �/�=� �1�0�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�l�a�b�[�$�a�r�g�s�[�0�]�]� � � � � �/�=� �1�0�
�
+�	�	�e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�a�r�g�s�[�0�]�]� � � � �/�=� �1�0�
�
+�	�e�n�d�
�
+�}�
�
+�
�
+�d�y�n�a�m�i�c� �$�r�e�d�u�c�e�_�r�e�n�t�a�l�_�c�o�s�t�s�,� �'�w�h�i�t�e�_�h�o�u�s�e�'�
�
+�d�y�n�a�m�i�c� �$�r�e�d�u�c�e�_�r�e�n�t�a�l�_�c�o�s�t�s�,� �'�k�o�r�v�u�s�_�h�o�u�s�e�'�
�
+�d�y�n�a�m�i�c� �$�r�e�d�u�c�e�_�r�e�n�t�a�l�_�c�o�s�t�s�,� �'�t�a�u�r�u�s�_�h�o�u�s�e�'�
�
+�d�y�n�a�m�i�c� �$�r�e�d�u�c�e�_�r�e�n�t�a�l�_�c�o�s�t�s�,� �'�s�e�r�p�i�s�_�h�o�u�s�e�'�
�
+�d�y�n�a�m�i�c� �$�r�e�d�u�c�e�_�r�e�n�t�a�l�_�c�o�s�t�s�,� �'�k�a�m�i�r�a�_�h�o�u�s�e�'�
�
 �
�
 �
�
 �!�I�N�T�E�R�I�O�R�S�
�
@@ -58341,7 +59931,7 @@
 �	�e�n�d�
�
 �	�$�r�e�t�u�r�n�_�l�o�c�k� � �=� �'�m�e�n�u�_�f�o�r�m�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�I�s�a�b�e�l�l�a�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�t�o�c�k�[�'�'�f�u�l�l�i�m�a�g�e�'�'�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� � �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�t�o�c�k�'�,� �'�c�e�n�t�e�r�_�I�s�a�b�e�l�l�a�'�)�
�
 �	�p�r�i�z�e�_�c�r�y�o�_�n�r� �=� �0�
�
 �	�i�f� �i�c�e�d�_�1�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:� �
�
 �	�	�p�r�i�z�e�_�c�r�y�o�_�n�r� �=� �1�
�
@@ -58406,11 +59996,11 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�t�_�o�l�d�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �4� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�N�o�t� �t�o�o� �o�l�d�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�t�_�y�o�u�n�g�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �5� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�N�o�t� �t�o�o� �y�o�u�n�g�'�)�
�
+�	�i�f� �n�o�_�l�o�l�i� �!� �1�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�t�_�o�l�d�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �4� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�N�o�t� �t�o�o� �o�l�d�'�)�
�
+�	�i�f� �n�o�_�l�o�l�i� �!� �1�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�t�_�y�o�u�n�g�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �5� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�N�o�t� �t�o�o� �y�o�u�n�g�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�O�r�d�e�r�_�M�a�t�u�r�e�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �1� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �2� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�M�a�t�u�r�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�O�r�d�e�r�_�Y�o�u�n�g�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �2� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �2� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�Y�o�u�n�g�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�O�r�d�e�r�_�C�h�i�l�d�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �3� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �2� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�C�h�i�l�d�'�)�
�
+�	�i�f� �n�o�_�l�o�l�i� �!� �1�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�O�r�d�e�r�_�C�h�i�l�d�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �3� �&� �s�e�a�r�c�h�[�"�c�o�s�t�"�]� �+�=� �2� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�C�h�i�l�d�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�t�_�m�a�t�t�e�r�,� �'�s�e�a�r�c�h�[�"�a�g�e�"�]� �=� �0� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�D�o�e�s�n� t� �m�a�t�t�e�r�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
@@ -58502,7 +60092,8 @@
 �
�
 �!�H�O�S�P�I�T�A�L�
�
 �$�h�o�s�p�i�t�a�l�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�'�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�	�i�f� �i�n�v�e�n�t�o�r�y�[�'�s�t�e�t�h�o�s�c�o�p�e�'�]� �>� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �m�a�s�t�e�r�_�h�e�a�l�t�h�_�c�h�e�c�k�e�d� �=� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�_�c�h�e�c�k�u�p�,� �m�e�n�u�_�M�_�c�h�e�c�k�u�p�,� �'�R�e�v�i�e�w� �H�e�a�l�t�h�'�)�
�
@@ -58817,7 +60408,7 @@
 �	�!�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �<� �1�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �s�l�a�v�e�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1�0� �a�n�d� �(�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �o�r� �(�s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0�)�)� �a�n�d� �s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �<� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�S�t�e�r�i�l�i�z�a�t�i�o�n�,� �m�e�n�u�_�S�S�t�e�r�i�l�i�z�a�t�i�o�n�,� �'�S�t�e�r�i�l�i�z�a�t�i�o�n� �(�5�$�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�S�t�e�r�i�l�i�z�a�t�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�t�e�r�i�l�i�z�a�t�i�o�n� �(�5�$�)�'�)�
�
@@ -58844,8 +60435,10 @@
 �	�i�f� �s�p�a�r�k�s� �>�=� �5�0� �a�n�d� �s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �<� �1�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�2�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�f�e�r�t�i�l�i�t�y�,� �m�e�n�u�_�S�f�e�r�t�i�l�i�t�y�,� �'�I�n�d�u�c�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
-�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1�:�
�
+�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1� �a�n�d� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�f�e�r�t�i�l�i�t�y�,� �m�e�n�u�_�S�f�e�r�t�i�l�i�t�y�,� �'�R�e�s�t�o�r�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�f�e�r�t�i�l�i�t�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�s�t�o�r�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�S�f�e�r�t�i�l�i�t�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�I�n�d�u�c�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
@@ -58873,7 +60466,7 @@
 �$�h�o�s�p�i�t�a�l�_�o�p�t�i�o�n�s�[�3�]� �=� �{�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �<� �1�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�p�r�e�g�n�a�n�t�'�]� �<� �1�0� �a�n�d� �(�a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �0� �o�r� �(�a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �0�)�)� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �<� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�S�t�e�r�i�l�i�z�a�t�i�o�n�,� �m�e�n�u�_�A�S�t�e�r�i�l�i�z�a�t�i�o�n�,� �'�S�t�e�r�i�l�i�z�a�t�i�o�n� �(�5�$�)�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�S�t�e�r�i�l�i�z�a�t�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�t�e�r�i�l�i�z�a�t�i�o�n� �(�5�$�)�'�)�
�
@@ -58900,8 +60493,10 @@
 �	�i�f� �s�p�a�r�k�s� �>�=� �5�0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �<� �1�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�2�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�f�e�r�t�i�l�i�t�y�,� �m�e�n�u�_�A�f�e�r�t�i�l�i�t�y�,� �'�I�n�d�u�c�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
-�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1�:�
�
+�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�1� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �1�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�f�e�r�t�i�l�i�t�y�,� �m�e�n�u�_�A�f�e�r�t�i�l�i�t�y�,� �'�R�e�s�t�o�r�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�f�e�r�t�i�l�i�t�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�R�e�s�t�o�r�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�f�e�r�t�i�l�i�t�y�'�]� �=� �-�2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�f�e�r�t�i�l�i�t�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�I�n�d�u�c�e� �F�e�r�t�i�l�i�t�y� �(�5�0�$�)�'�)�
�
@@ -58932,7 +60527,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�a�s�i�s�_�b�a�n�k�'�
�
-�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �0� �&�!� �b�g� �i�m�a�g�e� �i�s� �n�s�f�w�-�s�a�f�e�
�
 �	�c�r�y�o�_�i�n�t�r�o� �=� �1�
�
 �	�!�4>?>;=8B5;L=0O �?@>25@:0 �GB>1K �2KE>48; �?@028;L=K9 �?C=:B �2 �<5=N
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �2�0�:�
�
@@ -58956,14 +60551,14 @@
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
 �	�	�$�s�p�_�t�e�x�t�[�2�]� �=� �'� � �I�n� �t�h�i�s� �p�l�a�c�e� �y�o�u� �c�a�n� �k�e�e�p� �s�l�a�v�e�s� �i�n� �a� �s�t�a�s�i�s� �s�t�a�t�e� �i�n� �w�h�i�c�h� �t�h�e�y� �w�i�l�l� �r�e�m�a�i�n� �a�s� �l�o�n�g� �a�s� �y�o�u� �h�a�v�e� �m�o�n�e�y� �t�o� �s�u�p�p�o�r�t� �t�h�e� �u�n�i�t�.�'�
�
 �	�e�l�s�e�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�'�
�
 �	�	�$�s�p�_�t�e�x�t�[�2�]� �=� �'� � �I�n� �t�h�i�s� �p�l�a�c�e� �y�o�u� �c�a�n� �k�e�e�p� �s�l�a�v�e�s� �i�n� �a� �s�t�a�s�i�s� �s�t�a�t�e� �i�n� �w�h�i�c�h� �t�h�e�y� �w�i�l�l� �r�e�m�a�i�n� �a�s� �l�o�n�g� �a�s� �y�o�u� �h�a�v�e� �m�o�n�e�y� �t�o� �s�u�p�p�o�r�t� �t�h�e� �u�n�i�t�.� �F�o�r� �a�n� �e�x�t�r�a� �f�e�e� �y�o�u� �c�a�n� �g�e�t� �a�c�c�e�s�s� �t�o� �t�h�r�e�e� �m�o�r�e� �c�e�l�l�s� �f�o�r� �s�t�o�r�a�g�e�.�'�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�$�p�l�a�c�e� �=� �'�s�t�a�s�i�s�_�b�a�n�k�_�2�'�
�
-�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �0� �&�!� �b�g� �i�m�a�g�e� �i�s� �n�s�f�w�-�s�a�f�e�
�
 �	�i�f� �i�c�e�d�_�1�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�l�l�1�R�E�,� �m�e�n�u�_�C�e�l�l�1�,� �'�C�e�l�l� �!1�:� �t�a�k�e� �o�u�t�'�)�
�
 �	�e�l�s�e�i�f� �s�l�a�v�e�_�s�t�a�t�e� �!� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
@@ -59033,15 +60628,14 @@
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�c�o�n�t�r�a�c�t�,� �m�e�n�u�_�C�a�n�c�e�l�c�o�n�t�r�a�c�t�,� �'�C�a�n�c�e�l� �t�h�e� �C�o�n�t�r�a�c�t�'�)�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �(�n�o�b�l�e�_�s�t�a�t�u�s� �=� �1� �a�n�d� �$�e�s�t�a�t�e� �=� �'�w�h�i�t�e�_�h�o�u�s�e�'� �a�n�d� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�p�o�p�e�'�]� �=� �2� �a�n�d� �o�w�n�e�r� �=� �0�)� �o�r� �_�
�
-�	�	�	�(�n�o�b�l�e�_�s�t�a�t�u�s� �=� �1� �a�n�d� �$�e�s�t�a�t�e� �!� �'�s�l�u�m�_�h�o�u�s�e�'� �a�n�d� �n�p�c�_�p�r�o�g�r�e�s�s�[�'�p�o�p�e�'�]� �=� �2� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�r�e�p�l�a�c�e�(�$�e�s�t�a�t�e�,� �'�_�h�o�u�s�e�'�,� �'�'�)�]� �=� �4� �a�n�d� �o�w�n�e�r� �=� �0�)� �o�r� �_�
�
-�	�	�	�(�n�o�b�l�e�_�s�t�a�t�u�s� �=� �1� �a�n�d� �$�e�s�t�a�t�e� �!� �'�s�l�u�m�_�h�o�u�s�e�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�r�e�p�l�a�c�e�(�$�e�s�t�a�t�e�,� �'�_�h�o�u�s�e�'�,� �'�'�)�]� �=� �5� �a�n�d� �o�w�n�e�r� �=� �0�)�:�
�
+�	�	�	�(�$�e�s�t�a�t�e� �!� �'�s�l�u�m�_�h�o�u�s�e�'� �a�n�d� �$�e�s�t�a�t�e� �!� �'�w�h�i�t�e�_�h�o�u�s�e�'� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�$�r�e�p�l�a�c�e�(�$�e�s�t�a�t�e�,� �'�_�h�o�u�s�e�'�,� �'�'�)�]� �>�=� �4� �a�n�d� �o�w�n�e�r� �=� �0�)�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�y�,� �m�e�n�u�_�r�e�a�l�t�o�r�B�u�y�,� �'�B�u�y� �C�u�r�r�e�n�t� �P�r�o�p�e�r�t�y�'�)�
�
 �	�	�e�l�s�e�i�f� �o�w�n�e�r� �=� �1�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�u�y� �C�u�r�r�e�n�t� �P�r�o�p�e�r�t�y�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �y�o�u�r� �c�u�r�r�e�n�t� �p�r�o�p�e�r�t�y�'�)�
�
 �	�	�e�l�s�e�i�f� �$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�u�y� �C�u�r�r�e�n�t� �P�r�o�p�e�r�t�y�'�,� �'�Y�o�u� �l�i�v�e� �i�n� �a�n� �a�b�a�n�d�o�n�e�d� �b�u�i�l�d�i�n�g�'�)�
�
 �	�	�e�l�s�e�
�
-�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�u�y� �C�u�r�r�e�n�t� �P�r�o�p�e�r�t�y�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �p�e�r�m�i�s�s�i�o�n�'�)�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�u�y� �C�u�r�r�e�n�t� �P�r�o�p�e�r�t�y�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �r�e�p�u�t�a�t�i�o�n�'�)�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �$�e�s�t�a�t�e� �=� �'�s�l�u�m�_�h�o�u�s�e�'�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�I�n�t�e�r�i�o�r�d�e�s�i�g�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�I�n�t�e�r�i�o�r� �D�e�s�i�g�n�'�,� �'�Y�o�u� �l�i�v�e� �i�n� �a�n� �a�b�a�n�d�o�n�e�d� �b�u�i�l�d�i�n�g�'�)�
�
@@ -59066,31 +60660,31 @@
 �	�$�n�p�c�_�i�d� �=� �'�r�e�a�l�t�o�r�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �2�5�0� �a�n�d� �n�o�b�l�e�_�s�t�a�t�u�s� �=� �1�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�w�h�i�t�e�_�h�o�u�s�e�'�]�/�1�0�)� �a�n�d� �n�o�b�l�e�_�s�t�a�t�u�s� �=� �1�:�
�
 �	�	�!� �p�r�e�-�2�.�2�,� �t�h�e� �c�o�n�d�i�t�i�o�n� �w�a�s� �(�b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �>� �2� �o�r� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�n�e�u�t�r�a�l�'�]� �>�=� �1�)� �i�n�s�t�e�a�d� �o�f� �n�o�b�l�e�_�s�t�a�t�u�s� �=� �1�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�W�h�i�t�e�,� �m�e�n�u�_�r�e�a�l�t�o�r�W�h�i�t�e�,� �'�W�h�i�t�e� �T�o�w�n�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�W�h�i�t�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�W�h�i�t�e� �T�o�w�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�W�h�i�t�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�W�h�i�t�e� �T�o�w�n�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �f�u�n�d�s� �o�r� �r�e�p�u�t�a�t�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �2�0�0� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�o�r�v�u�s�'�]� �>� �0�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�o�r�v�u�s�_�h�o�u�s�e�'�]�/�1�0�)� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�o�r�v�u�s�'�]� �>� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y�/�2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�N�e�c�r�o�p�o�l�i�s�,� �m�e�n�u�_�r�e�a�l�t�o�r�N�e�c�r�o�p�o�l�i�s�,� �'�N�e�c�r�o�p�o�l�i�s�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�N�e�c�r�o�p�o�l�i�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�N�e�c�r�o�p�o�l�i�s�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�N�e�c�r�o�p�o�l�i�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�N�e�c�r�o�p�o�l�i�s�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �f�u�n�d�s� �o�r� �r�e�p�u�t�a�t�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �1�5�0� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �>� �0�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�t�a�u�r�u�s�_�h�o�u�s�e�'�]�/�1�0�)� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �>� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y�/�2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�l�l�,� �m�e�n�u�_�r�e�a�l�t�o�r�B�u�l�l�,� �'�Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�l�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�B�u�l�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �f�u�n�d�s� �o�r� �r�e�p�u�t�a�t�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �7�5� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �>� �0�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�s�e�r�p�i�s�_�h�o�u�s�e�'�]�/�1�0�)� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �>� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y�/�2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�S�e�r�p�e�n�t�i�n�e�,� �m�e�n�u�_�r�e�a�l�t�o�r�S�e�r�p�e�n�t�i�n�e�,� �'�S�e�r�p�e�n�t�i�n�e� �Q�u�a�r�t�e�r�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�S�e�r�p�e�n�t�i�n�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�r�p�e�n�t�i�n�e� �Q�u�a�r�t�e�r�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�S�e�r�p�e�n�t�i�n�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�r�p�e�n�t�i�n�e� �Q�u�a�r�t�e�r�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �f�u�n�d�s� �o�r� �r�e�p�u�t�a�t�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �5�0� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�a�m�i�r�a�'�]� �>� �0�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �(�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]� �+� �e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�k�a�m�i�r�a�_�h�o�u�s�e�'�]�/�1�0�)� �a�n�d� �f�a�c�t�i�o�n�_�f�a�m�e�[�'�k�a�m�i�r�a�'�]� �>� �g�a�m�e�_�d�i�f�f�i�c�u�l�t�y�/�2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�O�u�t�c�a�s�t�s�,� �m�e�n�u�_�r�e�a�l�t�o�r�O�u�t�c�a�s�t�s�,� �'�Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�O�u�t�c�a�s�t�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�e�a�l�t�o�r�O�u�t�c�a�s�t�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�'�,� �'�Y�o�u� �l�a�c�k� �t�h�e� �r�e�q�u�i�s�i�t�e� �f�u�n�d�s� �o�r� �r�e�p�u�t�a�t�i�o�n�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�h�a�n�g�e�s�e�l�e�c�t�i�o�n�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�C�h�a�n�g�e� �s�e�l�e�c�t�i�o�n�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -59115,12 +60709,12 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�b�a�n�d�o�n�l�a�b�o�r�a�t�o�r�y�,� �m�e�n�u�_�A�b�a�n�d�o�n�l�a�b�o�r�a�t�o�r�y�,� �'�A�b�a�n�d�o�n� �t�h�e� �L�a�b�o�r�a�t�o�r�y�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �p�e�n� �=� �0�:�
�
-�	�	�i�f� �s�p�a�r�k�s� �>�=� �1�0�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�n�t�p�e�n�,� �m�e�n�u�_�R�e�n�t�p�e�n�,� �'�R�e�n�t� �a� �P�e�n� �f�o�r� �a� �F�i�e�n�d�'�)�
�
+�	�	�i�f� �s�p�a�r�k�s� �>�=� �1�0� �+� �t�e�n�t�a�c�l�e�_�s�i�z�e�*�5�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�n�t�p�e�n�,� �m�e�n�u�_�R�e�n�t�p�e�n�,� �'�R�e�n�t� �a� �P�e�n� �f�o�r� �a� �F�i�e�n�d�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�b�a�n�d�o�n�p�e�n�,� �m�e�n�u�_�A�b�a�n�d�o�n�p�e�n�,� �'�A�b�a�n�d�o�n� �t�h�e� �F�i�e�n�d� �P�e�n�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �b�a�r�n� �=� �0�:�
�
-�	�	�i�f� �s�p�a�r�k�s� �>�=� �3�0�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�n�t�b�a�r�n�,� �m�e�n�u�_�R�e�n�t�b�a�r�n�,� �'�R�e�n�t� �a� �B�a�r�n�'�)�
�
+�	�	�i�f� �s�p�a�r�k�s� �>�=� �e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�e�s�t�a�t�e�]�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�n�t�b�a�r�n�,� �m�e�n�u�_�R�e�n�t�b�a�r�n�,� �'�R�e�n�t� �a� �B�a�r�n�'�)�
�
 �	�e�l�s�e�i�f� �e�s�t�a�t�e�_�c�o�s�t�_�b�a�r�n�[�$�e�s�t�a�t�e�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�b�a�n�d�o�n�b�a�r�n�,� �m�e�n�u�_�A�b�a�n�d�o�n�b�a�r�n�,� �'�A�b�a�n�d�o�n� �t�h�e� �B�a�r�n�'�)�
�
 �	�e�n�d�
�
@@ -59328,6 +60922,7 @@
 �
�
 �!�A�n�i�m�a�l� �f�a�r�m�
�
 �$�f�a�r�m�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�s�p�_�t�e�x�t�[�1�]� �=� �'� � �V�e�r�y� �l�o�n�g� �b�a�r�r�a�c�k� �f�i�l�l�e�d� �w�i�t�h� �c�r�a�m�p�e�d� �s�t�a�l�l�s� �c�o�n�t�a�i�n�i�n�g� �i�n�t�e�r�s�p�e�r�s�e�d� �p�e�o�p�l�e� �a�n�d� �a�n�i�m�a�l�s�.� �T�h�e� �s�m�e�l�l� �h�e�r�e� �i�s� �v�e�r�y� �n�a�s�t�y�.� �B�u�t� �b�u�s�i�n�e�s�s� �i�s� �b�u�s�i�n�e�s�s�.�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
@@ -59351,6 +60946,7 @@
 �}�
�
 �
�
 �$�m�i�l�k�_�c�o�o�p�e�r�a�t�i�v�e�[�1�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�s�p�_�t�e�x�t�[�1�]� �=� �'� � �[�M�i�l�k�y�]�<�b�r�>�-� �I� m� �s�o�r�r�y�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �w�i�t�h�o�u�t� �a� �<�b�>�m�i�l�k� �l�i�c�e�n�s�e�<�/�b�>� �I� �c�a�n� t� �b�u�y� �y�o�u�r� �m�i�l�k� �p�r�o�d�u�c�t�i�o�n�&  �B�u�t�,� �s�t�i�l�l�,� �I� �h�a�v�e� �g�o�o�d� �e�q�u�i�p�m�e�n�t� �f�o�r� �y�o�u� �t�o� �s�t�a�r�t� �y�o�u�r� �o�w�n� �b�u�s�i�n�e�s�s�!�'�
�
 �	�i�f� �m�i�l�k�_�l�i�c�e�n�s�e� �=� �1�:� �$�s�p�_�t�e�x�t�[�1�]� �=� �'� � �[�M�i�l�k�y�]�<�b�r�>�-� �H�i� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �w�h�a�t� s� �n�e�w�?� �D�i�d� �y�o�u�r� �m�i�l�k� �y�o�u�r� �g�i�r�l�s� �t�h�i�s� �m�o�r�n�i�n�g�?� �C�h�e�c�k� �t�h�e� �p�r�i�c�e�,� �a�n�d� �l�e�t� s� �d�o� �b�u�s�i�n�e�s�s�!�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�'�
�
@@ -59363,11 +60959,13 @@
 �	�i�f� �m�i�l�k�_�l�i�c�e�n�s�e� �=� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�m�i�l�k�_�l�i�c�e�n�s�e�,� �m�e�n�u�_�m�i�l�k�_�l�i�c�e�n�s�e�,� �'�M�i�l�k� �l�i�c�e�n�s�e� �(�2�0�0�$�)�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �m�i�l�k�_�s�t�o�c�k� �>� �0� �a�n�d� �m�i�l�k�_�l�i�c�e�n�s�e� �=� �1�:�
�
+�	�i�f� �m�i�l�k�_�s�t�o�c�k� �>� �5� �a�n�d� �m�i�l�k�_�l�i�c�e�n�s�e� �=� �1�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�e�l�l�_�o�n�e�_�m�i�l�k�,� �m�e�n�u�_�s�e�l�l�_�o�n�e�_�m�i�l�k�,� �'�S�e�l�l� �a�l�l� �b�o�t�t�l�e�s�'�)�
�
+�	�e�l�s�e�i�f� �m�i�l�k�_�s�t�o�c�k� �>� �0� �a�n�d� �m�i�l�k�_�l�i�c�e�n�s�e� �=� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�e�l�l�_�o�n�e�_�m�i�l�k�,� �m�e�n�u�_�s�e�l�l�_�o�n�e�_�m�i�l�k�,� �'�S�e�l�l� �o�n�e� �b�o�t�t�l�e�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�e�l�l�_�o�n�e�_�m�i�l�k�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�e�l�l� �o�n�e� �b�o�t�t�l�e�'�)�
�
-�	�e�n�d� �
�
+�	�e�n�d�
�
 �	�i�f� �m�i�l�k�_�s�t�o�c�k� �>� �4� �a�n�d� �m�i�l�k�_�l�i�c�e�n�s�e� �=� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�e�l�l�_�f�i�v�e�_�m�i�l�k�,� �m�e�n�u�_�s�e�l�l�_�f�i�v�e�_�m�i�l�k�,� �'�S�e�l�l� �f�i�v�e� �b�o�t�t�l�e�s�'�)�
�
 �	�e�l�s�e�
�
@@ -59484,7 +61082,7 @@
 �
�
 �$�s�m�u�g�g�l�e�r�_�o�p�t�i�o�n�s�[�2�]� �=� �{�
�
 �	�n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�b�a�r�a�r�a�i�k�a�'�
�
-�	�$�s�p�_�t�e�x�t�[�2�]� �=� �'� � �T�h�e� �t�r�a�i�n�i�n�g� �s�c�h�e�m�e� �f�o�r� �a�l�l� �o�u�r� �s�l�a�v�e�s� �i�s� �s�t�a�n�d�a�r�d�.� �A�p�p�e�a�r�a�n�c�e� �t�o�o�.� �C�l�o�n�e�s�,� �y�o�u� �k�n�o�w�.� �B�u�t� �y�o�u� �c�a�n� �s�e�l�e�c�t� �t�h�e� �d�e�s�i�r�e�d� �a�g�e� �c�a�t�e�g�o�r�y�.� �R�e�m�e�m�b�e�r� �t�h�a�t� �t�h�e� �G�u�i�l�d� �i�s� �v�e�r�y� �m�u�c�h� �a�g�a�i�n�s�t� �u�s�i�n�g� �c�l�o�n�e�s� �f�o�r� �a�n�y� �r�e�a�s�o�n�.� �I�f� �y�o�u� �g�e�t� �c�a�u�g�h�t�,� �i�t� s� �o�n� �y�o�u�r� �h�e�a�d�.�'�
�
+�	�$�s�p�_�t�e�x�t�[�2�]� �=� �'� � �T�h�e� �t�r�a�i�n�i�n�g� �s�c�h�e�m�e� �f�o�r� �a�l�l� �o�u�r� �s�l�a�v�e�s� �i�s� �s�t�a�n�d�a�r�d�.� �A�p�p�e�a�r�a�n�c�e� �t�o�o�.� �C�l�o�n�e�s�,� �y�o�u� �k�n�o�w�.� �B�u�t� �y�o�u� �c�a�n� �s�e�l�e�c�t� �t�h�e� �d�e�s�i�r�e�d� �a�g�e� �c�a�t�e�g�o�r�y�.� �R�e�m�e�m�b�e�r� �t�h�a�t� �t�h�e� �G�u�i�l�d� �i�s� �v�e�r�y� �m�u�c�h� �a�g�a�i�n�s�t� �u�s�i�n�g� �c�l�o�n�e�s� �f�o�r� �a�n�y� �r�e�a�s�o�n�.� �I�f� �y�o�u� �g�e�t� �c�a�u�g�h�t�,� �i�t� s� �o�n� �y�o�u�r� �h�e�a�d�.� �W�i�t�h� �a� �h�i�g�h� �p�r�o�f�i�l�e� �t�h�e�r�e� �i�s� �n�o� �c�h�a�n�c�e� �u�n�l�e�s�s� �y�o�u� �c�a�n� �b�l�o�c�k� �t�h�e�i�r� �s�c�a�n�s�.�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
@@ -59697,9 +61295,10 @@
 �
�
 �!�I�s�a�b�e�l�l�a�
�
 �$�i�s�a�b�e�l�l�a�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�$�p�l�a�c�e� �=� �'�s�m�u�g�g�l�e�r�s�_�d�e�n�'�
�
 �	�$�s�p�_�t�e�x�t�[�1�]� �=� �'� � �[�I�s�a�b�e�l�l�a�]�<�b�r�>�-� �S�o�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�,� �d�o� �w�e� �h�a�v�e� �a�n� �a�g�r�e�e�m�e�n�t� �o�r� �w�h�a�t�?�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�<�b�r�>�'�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�I�s�a�b�e�l�l�a�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�g�i�r�l�s�\�f�u�l�l�\�i�s�a�b�e�l�l�a�_�b�l�a�c�k�_�l�o�n�g�_�m�i�l�f�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�I�s�a�b�e�l�l�a�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�g�i�r�l�s�\�f�u�l�l�\�i�s�a�b�e�l�l�a�_�b�l�a�c�k�_�l�o�n�g�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �4�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�e�n�t�e�r�'�)�
�
@@ -59725,6 +61324,7 @@
 �
�
 �!�S�a�l�o�n� �o�f� �M�a�d�a�m�e� �J�o�f�r�e�
�
 �$�b�r�o�t�h�e�l�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
@@ -59755,6 +61355,7 @@
 �}�
�
 �
�
 �$�b�r�o�t�h�e�l�_�o�p�t�i�o�n�s�[�2�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�J�i�f�f�y� �S�e�r�v�i�c�e�'�
�
 �	�$�s�p�_�t�e�x�t�[�2�]� �=� �'� � �A�r�e� �y�o�u� �b�e�t�w�e�e�n� �s�l�a�v�e�s� �a�t� �t�h�e� �m�o�m�e�n�t�?� �O�r� �i�s� �y�o�u�r� �s�l�a�v�e� �t�o�o� �t�i�r�e�d�?� �A�c�t�i�n�g� �u�p�?� �O�n� �h�e�r� �p�e�r�i�o�d�?� �O�r� �p�e�r�h�a�p�s� �y�o�u� �a�r�e� �s�i�m�p�l�y� �o�u�t� �a�n�d� �a�b�o�u�t� �a�n�d� �f�e�e�l� �t�h�e� �n�e�e�d�.� �M�a�d�a�m�e� �J�o�f�r�e� s� �J�i�f�f�y� �S�e�r�v�i�c�e� �o�f�f�e�r�s� �a� �s�e�l�e�c�t�i�o�n� �o�f� �a�f�f�o�r�d�a�b�l�e� �o�r�i�f�i�c�e�s� �t�o� �q�u�i�c�k�l�y� �g�i�v�e� �y�o�u� �t�h�e� �r�e�l�e�a�s�e� �y�o�u� �n�e�e�d� �a�n�d� �g�e�t� �y�o�u� �o�n� �y�o�u�r� �w�a�y�!�<�b�r�>�<�b�r�>�(�C�u�m�m�i�n�g� �S�o�o�n�:� �W�a�l�k�-�t�h�r�u� �w�i�n�d�o�w�!�)�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
@@ -59770,6 +61371,7 @@
 �}�
�
 �
�
 �$�b�r�o�t�h�e�l�_�o�p�t�i�o�n�s�[�3�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�S�t�a�n�d�a�r�d� �S�e�r�v�i�c�e�'�
�
 �	�$�s�p�_�t�e�x�t�[�3�]� �=� �'� � �J�u�s�t� �b�e�c�a�u�s�e� �y�o�u� �o�w�n� �o�n�e� �p�a�i�n�t�i�n�g� �d�o�e�s� �n�o�t� �m�e�a�n� �y�o�u� �c�a�n�n�o�t� �e�n�j�o�y� �t�h�e� �r�e�s�t� �o�f� �t�h�e� �g�a�l�l�e�r�y�.� �M�e�n� �g�e�t� �t�i�r�e�d� �o�f� �t�h�e� �s�a�m�e� �g�i�r�l�,� �n�i�g�h�t� �a�f�t�e�r� �n�i�g�h�t�;� �y�o�u� �n�e�e�d� �v�a�r�i�e�t�y�.�<�b�r�>� � �M�a�d�a�m�e� �J�o�f�r�e� �u�n�d�e�r�s�t�a�n�d�s�;� �w�e� �o�f�f�e�r� �a� �s�e�l�e�c�t�i�o�n� �o�f� �o�b�e�d�i�e�n�t� �w�o�m�e�n� �a�n�d� �g�i�r�l�s� �f�o�r� �e�v�e�r�y� �t�a�s�t�e�.�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
@@ -59785,6 +61387,7 @@
 �}�
�
 �
�
 �$�b�r�o�t�h�e�l�_�o�p�t�i�o�n�s�[�4�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�E�l�i�t�e� �S�e�r�v�i�c�e�'�
�
 �	�$�s�p�_�t�e�x�t�[�4�]� �=� �'� � �Y�o�u� �w�o�r�k� �h�a�r�d�.� �M�a�d�a�m�e� �J�o�f�r�e� �u�n�d�e�r�s�t�a�n�d�s� �t�h�e� �p�r�e�s�s�u�r�e�s� �o�f� �b�e�i�n�g� �a� �s�l�a�v�e� �o�w�n�e�r�.� �C�o�m�e�,� �r�e�l�a�x�,� �t�r�e�a�t� �y�o�u�r�s�e�l�f� �t�o� �a�n� �e�x�o�t�i�c� �s�e�x�u�a�l� �e�x�p�e�r�i�e�n�c�e� �t�h�a�t� �y�o�u� �c�a�n� t� �g�e�t� �a�t� �h�o�m�e�.�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
@@ -59907,22 +61510,22 @@
 �	�i�f� �c�o�m�f�y�_�r�o�b�e�s� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�c�o�m�f�y�_�r�o�b�e�s�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�o�u�s�e�c�o�a�t�,� �m�e�n�u�_�H�o�u�s�e�c�o�a�t�,� �'�H�o�u�s�e�c�o�a�t�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�o�u�s�e�c�o�a�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�o�u�s�e�c�o�a�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�o�u�s�e�c�o�a�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�o�u�s�e�c�o�a�t�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �a�k�e�t�o�n� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�a�k�e�t�o�n�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�k�e�t�o�n�,� �m�e�n�u�_�A�k�e�t�o�n�,� �'�A�k�e�t�o�n�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�k�e�t�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�A�k�e�t�o�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�k�e�t�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�A�k�e�t�o�n�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �m�e�d�i�c�_�r�o�b�e�s� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�m�e�d�i�c�_�r�o�b�e�s�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�e�d�i�c�a�l�_�g�o�w�n�,� �m�e�n�u�_�M�e�d�i�c�a�l�_�g�o�w�n�,� �'�M�e�d�i�c�a�l� �G�o�w�n�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�e�d�i�c�a�l�_�g�o�w�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�e�d�i�c�a�l� �G�o�w�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�e�d�i�c�a�l�_�g�o�w�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�e�d�i�c�a�l� �G�o�w�n�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �w�i�z�a�r�d�_�r�o�b�e�s� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�w�i�z�a�r�d�_�r�o�b�e�s�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�i�z�a�r�d�_�r�o�b�e�,� �m�e�n�u�_�W�i�z�a�r�d�_�r�o�b�e�,� �'�W�i�z�a�r�d� �R�o�b�e�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�i�z�a�r�d�_�r�o�b�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�W�i�z�a�r�d� �R�o�b�e�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�i�z�a�r�d�_�r�o�b�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�W�i�z�a�r�d� �R�o�b�e�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�o�u�t�i�q�u�e�_�o�p�t�i�o�n�s�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�O�t�h�e�r� �g�o�o�d�s�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -59931,22 +61534,22 @@
 �	�i�f� �l�i�v�e�r�y� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�l�i�v�e�r�y�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�i�v�e�r�y�,� �m�e�n�u�_�L�i�v�e�r�y�,� �'�L�i�v�e�r�y�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�i�v�e�r�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�L�i�v�e�r�y�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�i�v�e�r�y�_�g�r�a�y�,� �e�m�p�t�y�,� �'�L�i�v�e�r�y�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �f�o�r�m�a�l�_�s�u�i�t� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�f�o�r�m�a�l�_�s�u�i�t�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�r�m�a�l�_�s�u�i�t�,� �m�e�n�u�_�F�o�r�m�a�l�_�s�u�i�t�,� �'�F�o�r�m�a�l� �S�u�i�t�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�r�m�a�l�_�s�u�i�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�o�r�m�a�l� �S�u�i�t�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�r�m�a�l�_�s�u�i�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�o�r�m�a�l� �S�u�i�t�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �f�a�n�c�y�_�s�u�i�t� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�f�a�n�c�y�_�s�u�i�t�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�a�s�h�i�o�n�a�b�l�e�_�a�t�t�i�r�e�,� �m�e�n�u�_�F�a�s�h�i�o�n�a�b�l�e�_�a�t�t�i�r�e�,� �'�F�a�s�h�i�o�n�a�b�l�e� �A�t�t�i�r�e�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�a�s�h�i�o�n�a�b�l�e�_�a�t�t�i�r�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�s�h�i�o�n�a�b�l�e� �A�t�t�i�r�e�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�a�s�h�i�o�n�a�b�l�e�_�a�t�t�i�r�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�s�h�i�o�n�a�b�l�e� �A�t�t�i�r�e�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �r�e�g�a�l�_�s�u�i�t� �<� �1� �a�n�d� �$�m�a�s�t�e�r�_�c�l�o�t�h� �!� �"�r�e�g�a�l�_�s�u�i�t�"�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�b�l�e�_�r�e�g�a�l�i�a�,� �m�e�n�u�_�N�o�b�l�e�_�r�e�g�a�l�i�a�,� �'�N�o�b�l�e� �R�e�g�a�l�i�a�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�b�l�e�_�r�e�g�a�l�i�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�N�o�b�l�e� �R�e�g�a�l�i�a�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�N�o�b�l�e�_�r�e�g�a�l�i�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�N�o�b�l�e� �R�e�g�a�l�i�a�'�,� �'�Y�o�u� �a�l�r�e�a�d�y� �o�w�n� �o�n�e�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
@@ -60134,22 +61737,22 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �1�0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�e�g�g�s�,� �m�e�n�u�_�F�r�e�s�h�_�e�g�g�s�,� �'�F�r�e�s�h� �E�g�g�s� �x�5� �(�1�0�$�)�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�m�i�l�k�,� �m�e�n�u�_�F�r�e�s�h�_�m�i�l�k�,� �'�F�r�e�s�h� �M�i�l�k� �x�5� �(�2�0�$�)�'�)�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �3�0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�e�g�g�s�,� �m�e�n�u�_�F�r�e�s�h�_�e�g�g�s�,� �'�F�r�e�s�h� �E�g�g�s� �x�5� �(�3�0�$�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�m�i�l�k�,� �m�e�n�u�_�F�r�e�s�h�_�m�i�l�k�,� �'�F�r�e�s�h� �M�i�l�k� �x�5� �(�3�0�$�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�e�g�g�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �E�g�g�s� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�m�i�l�k�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �M�i�l�k� �x�5� �(�2�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�e�g�g�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �E�g�g�s� �x�5� �(�3�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�m�i�l�k�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �M�i�l�k� �x�5� �(�3�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �2�0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�u�b�l�e�_�c�r�e�a�m�,� �m�e�n�u�_�D�o�u�b�l�e�_�c�r�e�a�m�,� �'�D�o�u�b�l�e� �C�r�e�a�m� �x�5� �(�2�0�$�)�'�)�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �3�0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�u�b�l�e�_�c�r�e�a�m�,� �m�e�n�u�_�D�o�u�b�l�e�_�c�r�e�a�m�,� �'�D�o�u�b�l�e� �C�r�e�a�m� �x�5� �(�3�0�$�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�u�b�l�e�_�c�r�e�a�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�u�b�l�e� �C�r�e�a�m� �x�5� �(�2�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�o�u�b�l�e�_�c�r�e�a�m�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�o�u�b�l�e� �C�r�e�a�m� �x�5� �(�3�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�,� �m�e�n�u�_�M�a�t�u�r�e�_�c�h�e�e�s�e�,� �'�M�a�t�u�r�e� �C�h�e�e�s�e� �x�5� �(�5�$�)�'�)�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �3�0� �a�n�d� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�,� �m�e�n�u�_�M�a�t�u�r�e�_�c�h�e�e�s�e�,� �'�M�a�t�u�r�e� �C�h�e�e�s�e� �x�5� �(�3�0�$�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�t�u�r�e� �C�h�e�e�s�e� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�t�u�r�e� �C�h�e�e�s�e� �x�5� �(�3�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�t�o�r�e�_�o�p�t�i�o�n�s�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�O�t�h�e�r� �g�o�o�d�s�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -60162,18 +61765,18 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �s�p�a�r�k�s� �<� �5�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �V�e�g�e�t�a�b�l�e�s� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�h�e�m�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�r�e�a�l�s�_�f�l�o�u�r�_�g�r�a�y�,� �e�m�p�t�y�,� �'�C�e�r�e�a�l�s� �a�n�d� �F�l�o�u�r� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�h�e�m�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�r�b�s�_�s�p�i�c�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�h�e�m�'�)�
�
+�	�i�f� �s�p�a�r�k�s� �<� �1�0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �V�e�g�e�t�a�b�l�e�s� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�r�e�a�l�s�_�f�l�o�u�r�_�g�r�a�y�,� �e�m�p�t�y�,� �'�C�e�r�e�a�l�s� �a�n�d� �F�l�o�u�r� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�r�b�s�_�s�p�i�c�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �t�h�e�m�'�)�
�
 �	�e�l�s�e�i�f� �f�r�i�d�g�e�_�s�p�a�c�e� �>�=� �5� �a�n�d� �k�i�t�c�h�e�n� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�,� �m�e�n�u�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�,� �'�F�r�e�s�h� �V�e�g�e�t�a�b�l�e�s� �x�5� �(�5�$�)�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�r�e�a�l�s�_�f�l�o�u�r�,� �m�e�n�u�_�C�e�r�e�a�l�s�_�f�l�o�u�r�,� �'�C�e�r�e�a�l�s� �a�n�d� �F�l�o�u�r� �x�5� �(�5�$�)�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�r�b�s�_�s�p�i�c�e�s�,� �m�e�n�u�_�H�e�r�b�s�_�s�p�i�c�e�s�,� �'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�5� �(�5�$�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�,� �m�e�n�u�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�,� �'�F�r�e�s�h� �V�e�g�e�t�a�b�l�e�s� �x�5� �(�1�0�$�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�r�e�a�l�s�_�f�l�o�u�r�,� �m�e�n�u�_�C�e�r�e�a�l�s�_�f�l�o�u�r�,� �'�C�e�r�e�a�l�s� �a�n�d� �F�l�o�u�r� �x�5� �(�1�0�$�)�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�r�b�s�_�s�p�i�c�e�s�,� �m�e�n�u�_�H�e�r�b�s�_�s�p�i�c�e�s�,� �'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�5� �(�1�0�$�)�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �V�e�g�e�t�a�b�l�e�s� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�r�e�a�l�s�_�f�l�o�u�r�_�g�r�a�y�,� �e�m�p�t�y�,� �'�C�e�r�e�a�l�s� �a�n�d� �F�l�o�u�r� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�r�b�s�_�s�p�i�c�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�5� �(�5�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�r�e�s�h�_�v�e�g�e�t�a�b�l�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�r�e�s�h� �V�e�g�e�t�a�b�l�e�s� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�e�r�e�a�l�s�_�f�l�o�u�r�_�g�r�a�y�,� �e�m�p�t�y�,� �'�C�e�r�e�a�l�s� �a�n�d� �F�l�o�u�r� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�H�e�r�b�s�_�s�p�i�c�e�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�5� �(�1�0�$�)�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e�m�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �1�0�:�
�
 �	�	�i�f� �l�a�b� �>� �0� �o�r� �k�i�t�c�h�e�n� �>� �0�:�
�
@@ -60247,10 +61850,10 @@
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�D�r�i�n�k�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�r�i�n�k� �(�1�$�)�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �a�n�y� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
-�	�i�f� � �s�p�a�r�k�s� �>�=� �3�:�
�
+�	�i�f� �s�p�a�r�k�s� �>�=� �1�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�,� �'�s�p�_�t�x�t� �=� �4� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�o�o�d� �M�e�n�u�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�o�o�d� �M�e�n�u�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�o�o�d� �M�e�n�u�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �a�n�y� �s�p�a�r�k�s�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�a�r�t�e�n�d�e�r�,� �'�s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�T�a�l�k� �t�o� �t�h�e� �b�a�r�t�e�n�d�e�r�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�t�h�e�c�o�o�k�,� �'�s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�T�a�l�k� �t�o� �t�h�e� �c�o�o�k�'�)�
�
@@ -60301,16 +61904,35 @@
 �	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �3�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�g�y�r�o�,� �m�e�n�u�_�f�o�o�d�_�g�y�r�o�,� �'�S�h�a�w�a�r�m�a� �(�1�$�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�b�r�e�a�s�t�,� �m�e�n�u�_�f�o�o�d�_�b�r�e�a�s�t�,� �'�M�o�t�h�e�r� s� �M�i�l�k� �R�o�a�s�t� �(�3�$�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�p�u�s�s�y�,� �m�e�n�u�_�f�o�o�d�_�p�u�s�s�y�,� �'�V�u�l�v�a� �a�u� �J�u�s� �(�2�$�)�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�h�i�p�,� �m�e�n�u�_�f�o�o�d�_�h�i�p�,� �'�C�a�t�c�h� �o�f� �t�h�e� �D�a�y� �(�3�$�)�'�)�
�
+�	�i�f� �a�t�e�_�a�l�r�e�a�d�y� �<� �m�a�x�(�1�,� �m�a�s�t�e�r�_�s�t�r�)�:�
�
+�	�	�i�f� �s�p�a�r�k�s� �>�=� �1�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�g�y�r�o�,� �m�e�n�u�_�f�o�o�d�_�g�y�r�o�,� �'�S�h�a�w�a�r�m�a� �(�1�$�)�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�h�a�w�a�r�m�a� �(�1�$�)�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �a�n�y� �s�p�a�r�k�s�'�)�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �s�p�a�r�k�s� �>�=� �3�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�b�r�e�a�s�t�,� �m�e�n�u�_�f�o�o�d�_�b�r�e�a�s�t�,� �'�M�o�t�h�e�r� s� �M�i�l�k� �R�o�a�s�t� �(�3�$�)�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�o�t�h�e�r� s� �M�i�l�k� �R�o�a�s�t� �(�3�$�)�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �s�p�a�r�k�s� �>�=� �2�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�p�u�s�s�y�,� �m�e�n�u�_�f�o�o�d�_�p�u�s�s�y�,� �'�V�u�l�v�a� �a�u� �J�u�s� �(�2�$�)�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�V�u�l�v�a� �a�u� �J�u�s� �(�2�$�)�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �s�p�a�r�k�s� �>�=� �3�:�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�f�o�o�d�_�h�i�p�,� �m�e�n�u�_�f�o�o�d�_�h�i�p�,� �'�C�a�t�c�h� �o�f� �t�h�e� �D�a�y� �(�3�$�)�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�F�o�o�d�p�u�b�_�g�r�a�y�,� �e�m�p�t�y�,� �'�C�a�t�c�h� �o�f� �t�h�e� �D�a�y� �(�3�$�)�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �e�n�o�u�g�h� �s�p�a�r�k�s�'�)�
�
+�	�	�e�n�d�
�
+�	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�e�a�v�e�c�o�o�k�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�N�o�t� �h�u�n�g�r�y�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
 �
�
 �!�t�a�t�t�o�o� �s�a�l�o�n�
�
 �$�b�o�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�n�p�c� �=� �1�
�
 �	�$�n�p�c�_�i�d� �=� �'�u�n�c�l�e�_�b�o�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
@@ -60428,54 +62050,65 @@
 �
�
 �!�o�w�n� �l�a�b�o�r�a�t�o�r�y�
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�0�]� �=� �{�
�
-�	�$�p�o�t�i�o�n�_�b�a�s�e� �=� �'�w�a�t�e�r�'�
�
-�	�p�u�t�_�k�a�n�a�b�i�s� �=� �0�
�
-�	�p�u�t�_�k�o�f�f�e� �=� �0�
�
-�	�p�u�t�_�m�e�t�h� �=� �0�
�
-�	�p�u�t�_�o�p�i�u�m� �=� �0�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
+�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�	�e�n�d�
�
+�	�e�l�s�e�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�p�r�i�n�g� �W�a�t�e�r�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�w�a�t�e�r�"� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�p�r�i�n�g� �W�a�t�e�r�'�)�
�
 �	�i�f� �f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�p�i�r�i�t�"� �&� �f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�t�r�o�n�g� �A�l�c�o�h�o�l�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�p�i�r�i�t�"� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�t�r�o�n�g� �A�l�c�o�h�o�l�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�t�r�o�n�g� �A�l�c�o�h�o�l�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �a�l�c�o�h�o�l�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�s�l�i�m�e�"�]� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�m�u�c�u�s�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�l�i�m�e�"� �&� �l�a�b�_�s�t�o�r�e�[�"�s�l�i�m�e�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�i�e�n�d� s� �M�u�c�u�s�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�m�u�c�u�s�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�l�i�m�e�"� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�i�e�n�d� s� �M�u�c�u�s�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�m�u�c�u�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�i�e�n�d� s� �M�u�c�u�s�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�i�e�n�d� �m�u�c�u�s�'�)�
�
 �	�e�n�d�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�p�e�a�t�_�r�e�c�i�p�e�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�R�e�p�e�a�t� �L�a�s�t� �R�e�c�i�p�e�'�)�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�l�a�v�e�_�a�c�t�,� �'�a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �!� �1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�S�w�i�t�c�h� �A�l�c�h�e�m�i�s�t�'�)�
�
+�	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
 �
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�p�u�t�_�k�a�n�a�b�i�s� �=� �0�
�
+�	�p�u�t�_�k�o�f�f�e� �=� �0�
�
+�	�p�u�t�_�m�e�t�h� �=� �0�
�
+�	�p�u�t�_�o�p�i�u�m� �=� �0�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0� �a�n�d� �p�u�t�_�k�a�n�a�b�i�s� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
+�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�l�y�s�i�a�n� �d�a�t�u�r�a�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0� �a�n�d� �p�u�t�_�k�o�f�f�e� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
+�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �k�a�m�r�i�a�n� �r�e�s�i�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0� �a�n�d� �p�u�t�_�m�e�t�h� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
+�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�a�e�r�i�e�s�  �p�o�l�l�e�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0� �a�n�d� �p�u�t�_�o�p�i�u�m� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
+�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �b�r�e�w�i�n�g�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
 �
�
@@ -60484,22 +62117,22 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0� �a�n�d� �p�u�t�_�k�a�n�a�b�i�s� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�l�y�s�i�a�n� �d�a�t�u�r�a�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0� �a�n�d� �p�u�t�_�k�o�f�f�e� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �k�a�m�r�i�a�n� �r�e�s�i�n�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0� �a�n�d� �p�u�t�_�m�e�t�h� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�a�e�r�i�e�s�  �p�o�l�l�e�n�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0� �a�n�d� �p�u�t�_�o�p�i�u�m� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �-�=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n�'�)�
�
 �	�e�n�d�
�
@@ -60513,32 +62146,33 @@
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0� �a�n�d� �p�u�t�_�k�a�n�a�b�i�s� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �-�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�l�y�s�i�a�n� �d�a�t�u�r�a�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0� �a�n�d� �p�u�t�_�k�o�f�f�e� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �-�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �k�a�m�r�i�a�n� �r�e�s�i�n�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0� �a�n�d� �p�u�t�_�m�e�t�h� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �-�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�a�e�r�i�e�s�  �p�o�l�l�e�n�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0� �a�n�d� �p�u�t�_�o�p�i�u�m� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �-�=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �b�r�e�w�i�n�g�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
 �
�
 �
�
 �!�p�i�e�r�c�i�n�g� �s�h�o�p�
�
 �$�p�i�e�r�c�i�n�g�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�p�o�i�s�o�n�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -60563,6 +62197,7 @@
 �}�
�
 �
�
 �$�p�i�e�r�c�i�n�g�_�o�p�t�i�o�n�s�[�2�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�p�o�i�s�o�n�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -60624,6 +62259,7 @@
 �}�
�
 �
�
 �$�p�i�e�r�c�i�n�g�_�o�p�t�i�o�n�s�[�3�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�p�o�i�s�o�n�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -60638,6 +62274,7 @@
 �}�
�
 �
�
 �$�p�i�e�r�c�i�n�g�_�o�p�t�i�o�n�s�[�4�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�p�o�i�s�o�n�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -60652,6 +62289,7 @@
 �}�
�
 �
�
 �$�p�i�e�r�c�i�n�g�_�o�p�t�i�o�n�s�[�5�]� �=� �{�
�
+�	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�n�p�c� �=� �1� �&� �$�n�p�c�_�i�d� �=� �'�p�o�i�s�o�n�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �1�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -60707,22 +62345,22 @@
 �	�i�f� �r�i�d�e�_�c�o�u�n�t� �!� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�a�c�e�c�o�u�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�a�y�s� �t�o� �r�a�c�e�:� �<�<�r�i�d�e�_�c�o�u�n�t�>�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �1� �a�n�d� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �!� �0� �a�n�d� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�]� �=� �0�:�
�
+�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �1� �a�n�d� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �!� �0� �a�n�d� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�)�]� �=� �0�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�,� �'�s�p�_�t�x�t� �=� �2�3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�P�a�r�t�i�c�i�p�a�t�e� �i�n� �t�h�e� �r�a�c�e�'�)�
�
-�	�	�e�l�s�e�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�]� �=� �0�:�
�
+�	�	�e�l�s�e�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�)�]� �=� �0�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�a�c�e�c�o�u�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�P�a�r�t�i�c�i�p�a�t�e� �i�n� �t�h�e� �r�a�c�e�'�,� �'�O�n�l�y� �b�r�a�n�d�e�d� �s�l�a�v�e�s� �c�a�n� �c�o�m�p�e�t�e�,� �a�n�d� �t�h�e�y� �m�u�s�t� �h�a�v�e� �e�n�o�u�g�h� �e�n�e�r�g�y�'�)�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�]� �=� �0� �a�n�d� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�w�a�t�c�h�_�r�a�c�e�]� �=� �0�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�w�a�t�c�h�_�r�a�c�e�,� �m�e�n�u�_�w�a�t�c�h�_�r�a�c�e�,� �'�W�a�t�c�h� �t�h�e� �r�a�c�e�'�)�
�
+�	�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�)�]� �=� �0� �a�n�d� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�w�a�t�c�h�_�r�a�c�e�)�]� �=� �0�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�w�a�t�c�h�_�r�a�c�e�,� �m�e�n�u�_�w�a�t�c�h�_�r�a�c�e�,� �'�W�a�t�c�h� �t�h�e� �r�a�c�e�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �g�l�a�d�i�_�c�o�u�n�t� �!� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�a�t�t�l�e�c�o�u�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�D�a�y�s� �t�o� �b�a�t�t�l�e�:� �<�<�g�l�a�d�i�_�c�o�u�n�t�>�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �1� �a�n�d� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �!� �0� �a�n�d� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�'�]� �=� �0� �a�n�d� �(�g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �<�=� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �o�r� �g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �<�=� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �o�r� �g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �<�=� �1�)�:�
�
+�	�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �1� �a�n�d� �s�l�a�v�e�[�'�b�r�a�n�d�'�]� �!� �0� �a�n�d� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�'�]� �=� �0� �a�n�d� �g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �<�=� �m�a�x�(�1�,� �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n� �-� �1�)�:�
�
 �	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�P�u�t�_�g�l�a�d�i�a�t�r�i�x�,� �'�c�o�m�b�a�t�a�n�t� �=� �1� �&� �s�p�_�t�x�t� �=� �2�4� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�G�l�a�d�i�a�t�r�i�x� �C�o�n�t�e�s�t�'�)�
�
 �	�	�e�l�s�e�
�
-�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�a�t�t�l�e�c�o�u�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�l�a�d�i�a�t�r�i�x� �C�o�n�t�e�s�t�'�,� �'�O�n�l�y� �b�r�a�n�d�e�d� �s�l�a�v�e�s� �c�a�n� �c�o�m�p�e�t�e�,� �t�h�e�y� �m�u�s�t� �h�a�v�e� �e�n�o�u�g�h� �e�n�e�r�g�y�,� �a�n�d� �e�a�c�h� �c�a�n� �c�o�m�p�e�t�e� �o�n�l�y� �o�n�c�e� �p�e�r� �d�e�c�a�d�e�;� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n� �d�e�t�e�r�m�i�n�e�s� �h�o�w� �m�a�n�y� �c�a�n� �c�o�m�p�e�t�e�'�)�
�
+�	�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�b�a�t�t�l�e�c�o�u�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�G�l�a�d�i�a�t�r�i�x� �C�o�n�t�e�s�t�'�,� �'�O�n�l�y� �b�r�a�n�d�e�d� �s�l�a�v�e�s� �c�a�n� �c�o�m�p�e�t�e�,� �t�h�e�y� �m�u�s�t� �h�a�v�e� �e�n�o�u�g�h� �e�n�e�r�g�y�,� �a�n�d� �e�a�c�h� �c�a�n� �c�o�m�p�e�t�e� �o�n�l�y� �o�n�c�e� �p�e�r� �d�e�c�a�d�e�;� �y�o�u�r� �r�e�p�u�t�a�t�i�o�n� �w�i�t�h� �t�h�e� �g�u�i�l�d� �d�e�t�e�r�m�i�n�e�s� �h�o�w� �m�a�n�y� �c�a�n� �c�o�m�p�e�t�e� �(�2� �a�t� �B�+�,� �3� �a�t� �A�+�,� �4� �a�t� �S�+�)�'�)�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�2�8�0�1�]� �=� �0� �a�n�d� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�w�a�t�c�h�_�b�a�t�t�l�e�]� �=� �0�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�a�t�c�h�_�b�a�t�t�l�e�,� �m�e�n�u�_�w�a�t�c�h�_�b�a�t�t�l�e�,� �'�W�a�t�c�h� �t�h�e� �b�a�t�t�l�e�'�)�
�
+�	�	�i�f� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�2�8�0�1�'�]� �=� �0� �a�n�d� �c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�w�a�t�c�h�_�b�a�t�t�l�e�)�]� �=� �0�:� �f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�W�a�t�c�h�_�b�a�t�t�l�e�,� �m�e�n�u�_�w�a�t�c�h�_�b�a�t�t�l�e�,� �'�W�a�t�c�h� �t�h�e� �b�a�t�t�l�e�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�c�i�t�y�_�f�o�r�m�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�e�a�v�e�_�C�o�l�o�s�s�e�u�m�,� �m�e�n�u�_�L�e�a�v�e�_�C�o�l�o�s�s�e�u�m�,� �'�L�e�a�v�e� �t�h�e� �C�o�l�o�s�s�e�u�m�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -60748,7 +62386,7 @@
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�p�a�r�r�i�n�g�_�a�s�s�i�s�t�a�n�t�_�g�r�a�y�,� �e�m�p�t�y�,� �'�A�r�r�a�n�g�e� �s�p�a�r�r�i�n�g� �f�o�r� �a�s�s�i�s�t�a�n�t�'�,� �'�S�h�e� �i�s� �t�o�o� �t�i�r�e�d�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �s�p�m�_�n�u�m�b�e�r� �<� �(�m�a�s�t�e�r�_�f�i�g�h�t�e�r� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�f�i�g�h�t�e�r�'�]�)� �a�n�d� �$�m�a�s�t�e�r�_�s�p�m�[�5�]� �=� �'�'� �a�n�d� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>� �2�:�
�
+�	�i�f� �s�p�m�_�n�u�m�b�e�r� �<� �(�m�a�s�t�e�r�_�f�i�g�h�t�e�r� �-� �b�o�o�s�t�_�u�p�[�'�m�a�s�t�e�r�_�f�i�g�h�t�e�r�'�]� �+� �m�a�s�t�e�r�_�f�i�g�h�t�e�r�/�2�)� �a�n�d� �$�m�a�s�t�e�r�_�s�p�m�[�8�]� �=� �'�'� �a�n�d� �m�a�s�t�e�r�_�e�n�e�r�g�y� �>� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�p�e�c�i�a�l�_�t�e�c�h�n�i�q�u�e�,� �'�s�p�_�t�x�t� �=� �5� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�T�e�a�c�h� �m�e� �a� �S�p�e�c�i�a�l� �T�e�c�h�n�i�q�u�e�'�)�
�
 �	�e�l�s�e�i�f� �m�a�s�t�e�r�_�e�n�e�r�g�y� �<�=� �2�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�p�e�c�i�a�l�_�t�e�c�h�n�i�q�u�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�T�e�a�c�h� �m�e� �a� �S�p�e�c�i�a�l� �T�e�c�h�n�i�q�u�e�'�,� �'�Y�o�u� �a�r�e� �t�o�o� �t�i�r�e�d�'�)�
�
@@ -60809,7 +62447,7 @@
 �	�e�n�d�
�
 �	�d�y�n�a�m�i�c� �$�c�h�a�r�i�o�t�w�e�i�g�h�t�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�c�h�a�r�i�o�t�w�e�i�g�h�t�,� �'�'�,� �'�C�h�a�r�i�o�t� �W�e�i�g�h�t�:� �<�<�c�h�a�r�i�o�t�_�w�e�i�g�h�t�>�>�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�d�e�_�s�t�a�r�t�,� �'�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�]� �=� �1� �&� �g�t� �"�$�r�i�d�e�_�s�t�a�r�t�"�'�,� �'�S�t�a�r�t� �R�a�c�e�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�r�i�d�e�_�s�t�a�r�t�,� �'�c�i�t�y�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�m�e�n�u�_�p�a�r�t�i�c�i�p�a�t�e�_�r�a�c�e�)�]� �=� �1� �&� �g�t� �"�$�r�i�d�e�_�s�t�a�r�t�"�'�,� �'�S�t�a�r�t� �R�a�c�e�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�c�i�t�y�_�f�o�r�m�'�,� �$�m�e�n�u�_�i�t�e�m�_�L�e�a�v�e�_�C�o�l�o�s�s�e�u�m�,� �m�e�n�u�_�L�e�a�v�e�_�C�o�l�o�s�s�e�u�m�,� �'�L�e�a�v�e� �t�h�e� �C�o�l�o�s�s�e�u�m�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
@@ -60828,7 +62466,7 @@
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�f�u�s�e�f�i�g�h�t�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�f�u�s�e� �t�h�e� �F�i�g�h�t�'�)�
�
 �	�	�c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �0� �&�!� �r�e�s�e�t� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �f�o�r� �n�o�n�-�c�h�a�m�p�i�o�n� �b�a�t�t�l�e�s� �a�f�t�e�r� �a� �c�h�a�m�p�i�o�n� �b�a�t�t�l�e� �o�n� �t�h�e� �s�a�m�e� �d�a�y�
�
 �	�e�l�s�e�
�
-�	�	�$�s�p�_�t�e�x�t�[�2�4�]� �=� �'� � �R�e�c�o�g�n�i�z�e�d� �c�h�a�m�p�i�o�n� �o�f� �t�h�e� �a�r�e�n�a� �f�i�g�h�t�s� �o�n�l�y� �i�n� �t�h�e� �m�o�s�t� �s�p�e�c�t�a�c�u�l�a�r� �b�a�t�t�l�e�s�,� �w�h�i�c�h� �l�e�a�d�s� �t�h�e� �a�u�d�i�e�n�c�e� �t�h�e� �m�o�s�t�.� �U�s�u�a�l�l�y� �t�h�i�s� �u�n�u�s�u�a�l� �f�i�g�h�t�s� �t�h�a�t� �i�n�v�o�l�v�e�s� �t�h�e� �c�h�a�m�p�i�o�n�s� �o�p�e�n�s� �a�n�d� �c�l�o�s�e�s� �d�a�y�s� �i�n� �t�h�e� �a�r�e�n�a�.�'�
�
+�	�	�$�s�p�_�t�e�x�t�[�2�4�]� �=� �'� � �R�e�c�o�g�n�i�z�e�d� �c�h�a�m�p�i�o�n�s� �o�f� �t�h�e� �a�r�e�n�a� �f�i�g�h�t� �o�n�l�y� �i�n� �t�h�e� �m�o�s�t� �s�p�e�c�t�a�c�u�l�a�r� �b�a�t�t�l�e�s�,� �w�h�i�c�h� �d�r�a�w� �t�h�e� �l�a�r�g�e�s�t� �a�u�d�i�e�n�c�e�.� �T�h�e�s�e� �u�n�u�s�u�a�l� �f�i�g�h�t�s� �t�h�a�t� �i�n�v�o�l�v�e� �t�h�e� �c�h�a�m�p�i�o�n�s� �o�p�e�n� �a�n�d� �c�l�o�s�e� �d�a�y�s� �i�n� �t�h�e� �a�r�e�n�a�.�'�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�h�a�l�l�a�n�g�e�_�c�h�a�m�p�i�o�n�,� �'�$�g�_�t�y�p�e� �=� �$�s�l�a�v�e�[�"�t�r�a�d�e�m�a�r�k�_�s�t�y�l�e�"�]� �&� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �1� �&� �s�l�a�v�e�[�"�g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�"�]� �=� �1� �&� �g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �+�=� �1� �&� �g�t� �"�$�g�l�a�d�i�a�t�o�r�_�s�e�t�u�p�"�'�,� �'�C�h�a�l�l�e�n�g�e� �t�h�e� �C�h�a�m�p�i�o�n�'�)�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�G�r�o�u�p�_�f�i�g�h�t�,� �'�$�g�_�t�y�p�e� �=� �$�s�l�a�v�e�[�"�t�r�a�d�e�m�a�r�k�_�s�t�y�l�e�"�]� �&� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �2� �&� �s�l�a�v�e�[�"�g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�"�]� �=� �1� �&� �g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �+�=� �1� �&� �g�t� �"�$�g�l�a�d�i�a�t�o�r�_�s�e�t�u�p�"�'�,� �'�G�r�o�u�p� �F�i�g�h�t�'�)�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�a�t�t�l�e�_�f�i�e�n�d�,� �'�$�g�_�t�y�p�e� �=� �$�s�l�a�v�e�[�"�t�r�a�d�e�m�a�r�k�_�s�t�y�l�e�"�]� �&� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �3� �&� �s�l�a�v�e�[�"�g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�"�]� �=� �1� �&� �g�l�a�d�i�a�t�r�i�x�_�c�o�n�t�e�s�t�_�c�o�u�n�t� �+�=� �1� �&� �g�t� �"�$�g�l�a�d�i�a�t�o�r�_�s�e�t�u�p�"�'�,� �'�B�a�t�t�l�e� �a�g�a�i�n�s�t� �a� �F�i�e�n�d�'�)�
�
@@ -60966,19 +62604,19 @@
 �	�i�f� �n�s�f�w� �=� �1�:� �n�o�t�_�s�a�f�e� �=� �1�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�1�,� �m�e�n�u�_�l�a�o�n�1�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�5�0�0�$�,� �r�e�p�a�y� �6�0�0�$�,� �3�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�i�f� �d�e�b�t�_�h�i�s�t�o�r�y� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�2�,� �m�e�n�u�_�l�a�o�n�2�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�1�0�0�0�$�,� �r�e�p�a�y� �1�2�5�0�$�,� �6�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�2�,� �m�e�n�u�_�l�a�o�n�2�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�1�0�0�0�$�,� �r�e�p�a�y� �1�2�5�0�$�,� �4�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�2�_�g�r�a�y�,� �e�m�p�t�y�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�1�0�0�0�$�,� �r�e�p�a�y� �1�2�5�0�$�,� �6�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�2�_�g�r�a�y�,� �e�m�p�t�y�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�1�0�0�0�$�,� �r�e�p�a�y� �1�2�5�0�$�,� �4�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �d�e�b�t�_�h�i�s�t�o�r�y� �>� �1�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�3�,� �m�e�n�u�_�l�a�o�n�3�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�2�0�0�0�$�,� �r�e�p�a�y� �2�5�0�0�$�,� �9�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�3�,� �m�e�n�u�_�l�a�o�n�3�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�2�0�0�0�$�,� �r�e�p�a�y� �2�6�0�0�$�,� �5�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�3�_�g�r�a�y�,� �e�m�p�t�y�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�2�0�0�0�$�,� �r�e�p�a�y� �2�5�0�0�$�,� �9�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�3�_�g�r�a�y�,� �e�m�p�t�y�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�2�0�0�0�$�,� �r�e�p�a�y� �2�6�0�0�$�,� �5�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �d�e�b�t�_�h�i�s�t�o�r�y� �>� �2�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�4�,� �m�e�n�u�_�l�a�o�n�4�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�5�0�0�0�$�,� �r�e�p�a�y� �7�0�0�0�$�,� �1�2�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�4�,� �m�e�n�u�_�l�a�o�n�4�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�3�0�0�0�$�,� �r�e�p�a�y� �4�2�0�0�$�,� �6�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�4�_�g�r�a�y�,� �e�m�p�t�y�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�5�0�0�0�$�,� �r�e�p�a�y� �7�0�0�0�$�,� �1�2�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�o�n�4�_�g�r�a�y�,� �e�m�p�t�y�,� �'�<�f�o�n�t� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �7�5�%�;�"�>�3�0�0�0�$�,� �r�e�p�a�y� �4�2�0�0�$�,� �6�0� �d�a�y�s�<�/�f�o�n�t�>�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�R�e�f�u�s�e�B�o�r�r�o�w�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�C�h�a�n�g�e� �t�o�p�i�c�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
@@ -61103,6 +62741,8 @@
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�<�b�r�>�<�b�r�>�'�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�t�o�o�l� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�'�E�X�E�C�:� �$�>@C685 �=� �"�B01C@5B:0"� �&� �n�o�g�o�t�o� �=� �0� �&� �g�t� �"�=0G0BL_�1>9"�'�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�D�a�g�g�e�r� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�'�E�X�E�C�:� �$�>@C685 �=� �"�:8=60;"� �&� �n�o�g�o�t�o� �=� �0� �&� �g�t� �"�=0G0BL_�1>9"�'�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
+�	�	�d�y�n�a�m�i�c� �$�t�o�o�l�s�e�q�u�i�p�p�e�d�
�
+�	�	�i�f� �l�a�s�h�e�q�u�i�p�p�e�d� �=� �1� �o�r� �=0309:0 �>� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�L�a�s�h� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�'�E�X�E�C�:� �$�>@C685 �=� �"�=0309:0"� �&� �n�o�g�o�t�o� �=� �0� �&� �g�t� �"�=0G0BL_�1>9"�'�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�J�o�i�n� �t�h�e� �b�a�t�t�l�e�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�'�E�X�E�C�:� �n�o�g�o�t�o� �=� �0� �&� �g�t� �"�=0G0BL_�1>9"�'�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �}�
�
@@ -61176,6 +62816,7 @@
 �$�b�g�[�'�v�a�t�i�c�a�n�_�g�a�t�e�'�]� �=� �'�g�u�a�r�d�_�v�a�t�i�c�a�n�'�
�
 �$�b�g�[�'�w�a�r�c�a�m�p�'�]� �=� �'�w�a�r�c�a�m�p�'�
�
 �$�b�g�[�'�s�m�u�g�g�l�e�r�s�_�d�e�n�'�]� �=� �'�s�l�u�m�s�_�s�t�r�e�e�t�'�
�
+�$�b�g�[�'�i�s�a�b�e�l�l�a�_�m�e�e�t�i�n�g�'�]� �=� �'�i�s�a�b�e�l�l�a�_�m�e�e�t�i�n�g�'�
�
 �$�b�g�[�'�f�o�r�u�m�'�]� �=� �'�f�o�r�u�m�'�
�
 �$�b�g�[�'�c�h�u�r�c�h�'�]� �=� �'�c�h�a�p�p�e�l�'�
�
 �$�b�g�[�'�c�o�m�p�u�t�e�r�'�]� �=� �'�c�o�m�p�u�t�e�r�'�
�
@@ -61601,281 +63242,156 @@
 �#� �#�m�o�o�d�l�e�t�_�b�a�s�e�
�
 �!�M�O�O�D�L�E�T� �D�A�T�A�B�A�S�E�
�
 �
�
+�!�m�a�s�t�e�r� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s� �(�l�i�s�t�e�d� �i�n� �t�h�e� �o�r�d�e�r� �t�h�e�y� �w�i�l�l� �a�p�p�e�a�r� �[�i�f� �p�r�e�s�e�n�t�]� �i�n� �t�h�e� �d�i�a�r�y�)�
�
 �k�i�l�l�v�a�r� �'�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�h�o�u�s�i�n�g�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�h�o�u�s�e�_�c�l�e�a�n�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�n�e�w�_�s�l�a�v�e�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�a�t�e�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�e�n�e�r�g�y�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�o�p�t�i�m�i�s�m�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�s�a�g�e�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�o�o�d�_�m�o�r�n�i�n�g�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�h�o�w�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�e�a�l�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�w�e�a�l�t�h�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�o�o�d�_�p�e�t�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�t�o�i�l�e�t�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�r�u�n�k�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�o�p�i�u�m�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�b�a�h�u�s�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�t�e�r�_�c�l�o�t�h�'�
�
-�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�k�a�n�n�a�b�i�s�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�e�n�e�r�g�y�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�e�n�e�r�g�y�'�]� �=� �'�I� �a�m� �f�r�e�s�h� �a�n�d� �f�u�l�l� �o�f� �e�n�e�r�g�y�.� �G�o�t�t�a� �p�u�t� �i�t� �t�o� �g�o�o�d� �u�s�e�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�n�e�w�_�s�l�a�v�e�'� � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�n�e�w�_�s�l�a�v�e�'�]� �=� �'�A� �n�e�w� �d�a�y� �-� �a� �n�e�w� �s�l�a�v�e�.� �S�h�o�p�p�i�n�g� �i�s� �a�l�w�a�y�s� �u�p�l�i�f�t�i�n�g�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�h�o�u�s�i�n�g�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�h�o�u�s�i�n�g�'�]� �=� �'�I� �m�u�s�t� �a�d�m�i�t� �t�h�a�t� �I� �h�a�v�e� �v�e�r�y� �d�e�c�e�n�t� �h�o�u�s�i�n�g�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�h�o�u�s�e�_�c�l�e�a�n�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�h�o�u�s�e�_�c�l�e�a�n�'�]� �=� �'�T�h�e� �h�o�u�s�e� �i�s� �i�n� �p�e�r�f�e�c�t� �c�l�e�a�n�l�i�n�e�s�s� �a�n�d� �o�r�d�e�r�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�t�e�r�_�c�l�o�t�h�'� �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�t�e�r�_�c�l�o�t�h�'�]� �=� �'�I� �h�a�v�e� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �c�l�o�t�h�e�s�.� �I�t� �i�s� �i�m�p�o�r�t�a�n�t� �f�o�r� �c�o�m�f�o�r�t�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'� � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �'�T�h�e�r�e� �i�s� �n�o�t�h�i�n�g� �b�e�t�t�e�r� �t�h�a�n� �a� �g�o�o�d� �w�a�s�h�.� �C�l�e�a�n�l�i�n�e�s�s� �i�s� �n�e�x�t� �t�o� �g�o�d�l�i�n�e�s�s�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�t�o�i�l�e�t�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�t�o�i�l�e�t�'�]� �=� �'�M�y� �s�l�a�v�e� �h�a�p�p�e�n�e�d� �t�o� �b�e� �a� �g�r�e�a�t� �t�o�i�l�e�t�.� �M�u�c�h� �n�i�c�e�r� �t�h�a�n� �a� �c�o�n�v�e�n�t�i�o�n�a�l� �t�o�i�l�e�t�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'� � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�]� �=� �'�G�i�r�l� s� �e�d�u�c�a�t�i�o�n� �i�s� �p�r�o�g�r�e�s�s�i�n�g� �f�i�n�e�,� �I� m� �d�o�i�n�g� �a�n� �e�x�c�e�l�l�e�n�t� �j�o�b�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�s�a�g�e�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �'�M�m�m�m�&  �w�h�a�t� �b�l�i�s�s�.� �I�t� s� �n�i�c�e� �t�o� �b�e� �t�a�k�e�n� �c�a�r�e� �o�f� �b�y� �a� �b�e�a�u�t�i�f�u�l� �a�n�d� �g�e�n�t�l�e� �w�o�m�a�n�& '�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�o�o�d�_�m�o�r�n�i�n�g�'� �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�o�o�d�_�m�o�r�n�i�n�g�'�]� �=� �'�M�o�r�n�i�n�g� �b�l�o�w�j�o�b� �-� �a� �p�e�r�f�e�c�t� �s�t�a�r�t� �t�o� �t�h�e� �d�a�y�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�a�t�i�s�f�i�e�d�'� � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �=� �'�A�f�t�e�r� �s�u�c�h� �f�e�r�v�e�n�t� �s�e�x�,� �t�h�e� �b�r�a�i�n� �i�n�e�v�i�t�a�b�l�y� �s�w�i�t�c�h�e�s� �t�o� �a� �p�o�s�i�t�i�v�e� �w�a�v�e�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�o�p�t�i�m�i�s�m�'� � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�o�p�t�i�m�i�s�m�'�]� �=� �'�M�y� �s�l�a�v�e� �i�s� �s�o� �c�u�t�e� �t�h�a�t� �I� �w�a�n�t� �t�o� �c�o�m�m�u�n�i�c�a�t�e� �w�i�t�h� �h�e�r� �i�n�c�e�s�s�a�n�t�l�y�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�o�o�d�_�p�e�t�'� � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�o�o�d�_�p�e�t�'�]� �=� �'�N�o� �w�o�n�d�e�r� �p�e�o�p�l�e� �g�e�t� �c�a�t�s� �-� �t�h�e�y� �r�e�l�i�e�v�e� �s�t�r�e�s�s� �e�x�c�e�l�l�e�n�t�l�y�.� �E�v�e�n� �i�f� �i�t� s� �n�o�t� �q�u�i�t�e� �a� �c�a�t�& '�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�h�o�w�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�h�o�w�'�]� �=� �'�I� �h�a�d� �a� �g�o�o�d� �t�i�m�e�.� �J�u�s�t� �w�h�a�t� �y�o�u� �n�e�e�d� �t�o� �d�i�s�p�e�l� �t�h�e� �b�o�r�e�d�o�m�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�e�l�f�_�f�o�o�d�'� � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �'�I� �a�t�e� �w�e�l�l�.� �S�i�m�p�l�y� �a� �h�o�l�i�d�a�y� �f�l�a�v�o�r�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�a�t�e�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�a�t�e�'�]� �=� �'�I� �m�u�s�t� �s�a�y� �t�h�a�t� �t�h�e� �d�a�t�e� �w�e�n�t� �w�e�l�l�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �'�N�i�c�e� �t�o� �f�e�e�l� �l�i�k�e� �a� �w�i�n�n�e�r�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�e�a�l�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�e�a�l�'�]� �=� �'�G�o�o�d� �d�e�a�l�.� �N�o�w� �I� �h�a�v�e� �m�o�r�e� �s�p�a�r�k�s�,� �w�h�i�c�h� �c�a�n� �b�e� �s�p�e�n�t� �o�n� �s�o�m�e�t�h�i�n�g� �n�i�c�e�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�w�e�a�l�t�h�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�w�e�a�l�t�h�'�]� �=� �'�I�t� s� �g�r�e�a�t� �w�h�e�n� �y�o�u� �d�o� �n�o�t� �n�e�e�d� �t�o� �l�i�m�i�t� �y�o�u�r�s�e�l�f� �t�o� �m�o�n�e�y�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�k�a�n�n�a�b�i�s�'� � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�k�a�n�n�a�b�i�s�'�]� �=� �'�C�o�u�g�h�-�c�o�u�g�h�&  �T�h�i�s� �w�e�e�d� �i�s� �p�r�e�t�t�y� �d�e�c�e�n�t� �I� �m�u�s�t� �s�a�y�&  �A� �s�u�d�d�e�n� �c�a�l�m�n�e�s�s� �a�n�d� �s�e�r�e�n�i�t�y�,� �b�u�t� �c�o�l�l�e�c�t�i�n�g� �t�h�o�u�g�h�t�s� �t�o�g�e�t�h�e�r� �n�o�w� �i�s� �d�i�f�f�i�c�u�l�t�& '�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�r�u�n�k�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�r�u�n�k�'�]� �=� �'�N�o�w� �I� m� �d�r�u�n�k� �a�n�d� �I� �f�e�e�l� �t�h�a�t� �t�h�i�s� �r�o�t�t�e�n� �w�o�r�l�d� �f�u�l�l� �o�f� �f�u�c�k�i�n�g� �c�a�n�n�i�b�a�l�s� �a�n�d� �s�a�d�i�s�t�i�c� �b�a�s�t�a�r�d�s� �i�s� �n�o�t� �s�o� �b�a�d�!� �A�n�d� �I� �a�m� �a�l�s�o� �n�o�t� �s�u�c�h� �a� �b�a�s�t�a�r�d�& '�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�o�p�i�u�m�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�o�p�i�u�m�'�]� �=� �'�E�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n� �g�i�v�e�s� �p�e�a�c�e� �a�n�d� �r�e�l�i�e�f� �f�r�o�m� �a�l�l� �w�o�r�r�i�e�s�.� �I� �d�o�n� t� �w�o�r�r�y� �a�b�o�u�t� �a�n�y�t�h�i�n�g� �r�i�g�h�t� �n�o�w�,� �e�x�c�e�p�t� �t�h�a�t� �i�t� �c�a�n� �n�o�t� �l�a�s�t� �f�o�r�e�v�e�r�.�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�b�a�h�u�s�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�b�a�h�u�s�'�]� �=� �'�W�h�y� �d�o� �I� �w�a�n�t� �t�o� �b�i�t�e� �t�h�e� �s�h�i�e�l�d�?� �A�n�d� �w�h�y� �i�s� �i�t� �s�u�c�h� �a� �p�o�s�i�t�i�v�e� �f�e�e�l�i�n�g�?� �N�y�a�a�a�a�a�r�r�r�r�g�h�!�!�!�!�'�
�
+�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�'� � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�'�]� �=� �'�'�
�
+�!�u�n�u�s�e�d�
�
+�!�$�m�a�s�t�e�r�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'�]� �=� �'�T�h�i�s� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n� �i�s� �p�e�r�f�e�c�t�l�y� �u�p�l�i�f�t�i�n�g�.� �W�h�e�n� �I� �t�o�u�c�h� �i�t� �I� �i�m�m�e�d�i�a�t�e�l�y� �c�a�l�m� �d�o�w�n� �a�n�d� �t�h�e� �w�o�r�l�d� �s�e�e�m�s� �b�e�t�t�e�r�.� �I�t� �i�s� �j�u�s�t� �s�o� �l�o�v�e�l�y�!�'�
�
 �
�
+�!�m�a�s�t�e�r� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s� �(�l�i�s�t�e�d� �i�n� �t�h�e� �o�r�d�e�r� �t�h�e�y� �w�i�l�l� �a�p�p�e�a�r� �[�i�f� �p�r�e�s�e�n�t�]� �i�n� �t�h�e� �d�i�a�r�y�)�
�
 �k�i�l�l�v�a�r� �'�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�o�u�s�i�n�g�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�o�u�s�e�_�m�e�s�s�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�o�n�e�r�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�o�f�t�c�o�r�e�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�r�e�b�e�l�l�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�o�o�k�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�l�e�a�n�i�n�g�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�i�r�t�y�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�t�i�r�e�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�l�o�n�e�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�g�r�u�m�p�y�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�o�r�i�n�g�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�f�o�o�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�w�e�a�l�t�h�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�c�c�o�u�n�t�s�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�r�u�n�k�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�w�o�u�n�d�e�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�k�o�f�f�e�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�m�e�t�h�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�o�p�i�u�m�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�i�l�l�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�w�o�r�n�_�c�l�o�t�h�e�s�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�c�l�o�t�h�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�e�s�c�a�p�e�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�k�i�l�l�e�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�d�i�e�d�'�
�
-�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�l�a�z�i�n�g�'�
�
-�
�
-�!�m�a�s�t�e�r� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�h�o�u�s�i�n�g�'�]� �=� �'�I� �m�u�s�t� �a�d�m�i�t� �t�h�a�t� �I� �h�a�v�e� �v�e�r�y� �d�e�c�e�n�t� �h�o�u�s�i�n�g�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�h�o�u�s�e�_�c�l�e�a�n�'�]� �=� �'�T�h�e� �h�o�u�s�e� �i�s� �i�n� �p�e�r�f�e�c�t� �c�l�e�a�n�l�i�n�e�s�s� �a�n�d� �o�r�d�e�r�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �=� �'�A�f�t�e�r� �s�u�c�h� �f�e�r�v�e�n�t� �s�e�x�,� �t�h�e� �b�r�a�i�n� �i�n�e�v�i�t�a�b�l�y� �s�w�i�t�c�h�e�s� �t�o� �a� �p�o�s�i�t�i�v�e� �w�a�v�e�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�n�i�c�e�_�s�l�a�v�e�'�]� �=� �'�G�i�r�l� s� �e�d�u�c�a�t�i�o�n� �i�s� �p�r�o�g�r�e�s�s�i�n�g� �f�i�n�e�,� �I� m� �d�o�i�n�g� �a�n� �e�x�c�e�l�l�e�n�t� �j�o�b�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�n�e�w�_�s�l�a�v�e�'�]� �=� �'�A� �n�e�w� �d�a�y� �-� �a� �n�e�w� �s�l�a�v�e�.� �S�h�o�p�p�i�n�g� �i�s� �a�l�w�a�y�s� �u�p�l�i�f�t�i�n�g�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�e�l�f�_�c�l�e�a�n�'�]� �=� �'�T�h�e�r�e� �i�s� �n�o�t�h�i�n�g� �b�e�t�t�e�r� �t�h�a�n� �a� �g�o�o�d� �w�a�s�h�.� �C�l�e�a�n�l�i�n�e�s�s� �i�s� �n�e�x�t� �t�o� �g�o�d�l�i�n�e�s�s�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�a�t�e�'�]� �=� �'�I� �m�u�s�t� �s�a�y� �t�h�a�t� �t�h�e� �d�a�t�e� �w�e�n�t� �w�e�l�l�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�e�n�e�r�g�y�'�]� �=� �'�I� �a�m� �f�r�e�s�h� �a�n�d� �f�u�l�l� �o�f� �e�n�e�r�g�y�.� �G�o�t�t�a� �p�u�t� �i�t� �t�o� �g�o�o�d� �u�s�e�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�o�p�t�i�m�i�s�m�'�]� �=� �'�M�y� �s�l�a�v�e� �i�s� �s�o� �c�u�t�e� �t�h�a�t� �I� �w�a�n�t� �t�o� �c�o�m�m�u�n�i�c�a�t�e� �w�i�t�h� �h�e�r� �i�n�c�e�s�s�a�n�t�l�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�s�a�g�e�'�]� �=� �'�M�m�m�m�&  �w�h�a�t� �b�l�i�s�s�.� �I�t� s� �n�i�c�e� �t�o� �b�e� �t�a�k�e�n� �c�a�r�e� �o�f� �b�y� �a� �b�e�a�u�t�i�f�u�l� �a�n�d� �g�e�n�t�l�e� �w�o�m�a�n�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�o�o�d�_�m�o�r�n�i�n�g�'�]� �=� �'�M�o�r�n�i�n�g� �b�l�o�w�j�o�b� �-� �a� �p�e�r�f�e�c�t� �s�t�a�r�t� �t�o� �t�h�e� �d�a�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�h�o�w�'�]� �=� �'�I� �h�a�d� �a� �g�o�o�d� �t�i�m�e�.� �J�u�s�t� �w�h�a�t� �y�o�u� �n�e�e�d� �t�o� �d�i�s�p�e�l� �t�h�e� �b�o�r�e�d�o�m�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�e�a�l�'�]� �=� �'�G�o�o�d� �d�e�a�l�.� �N�o�w� �I� �h�a�v�e� �m�o�r�e� �s�p�a�r�k�s�,� �w�h�i�c�h� �c�a�n� �b�e� �s�p�e�n�t� �o�n� �s�o�m�e�t�h�i�n�g� �n�i�c�e�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�e�l�f�_�f�o�o�d�'�]� �=� �'�I� �a�t�e� �w�e�l�l�.� �S�i�m�p�l�y� �a� �h�o�l�i�d�a�y� �f�l�a�v�o�r�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�w�e�a�l�t�h�'�]� �=� �'�I�t� s� �g�r�e�a�t� �w�h�e�n� �y�o�u� �d�o� �n�o�t� �n�e�e�d� �t�o� �l�i�m�i�t� �y�o�u�r�s�e�l�f� �t�o� �m�o�n�e�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�o�o�d�_�p�e�t�'�]� �=� �'�N�o� �w�o�n�d�e�r� �p�e�o�p�l�e� �g�e�t� �c�a�t�s� �-� �t�h�e�y� �r�e�l�i�e�v�e� �s�t�r�e�s�s� �e�x�c�e�l�l�e�n�t�l�y�.� �E�v�e�n� �i�f� �i�t� s� �n�o�t� �q�u�i�t�e� �a� �c�a�t�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�t�o�i�l�e�t�'�]� �=� �'�M�y� �s�l�a�v�e� �h�a�p�p�e�n�e�d� �t�o� �b�e� �a� �g�r�e�a�t� �t�o�i�l�e�t�.� �M�u�c�h� �n�i�c�e�r� �t�h�a�n� �a� �c�o�n�v�e�n�t�i�o�n�a�l� �t�o�i�l�e�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'�]� �=� �'�T�h�i�s� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n� �i�s� �p�e�r�f�e�c�t�l�y� �u�p�l�i�f�t�i�n�g�.� �W�h�e�n� �I� �t�o�u�c�h� �i�t� �I� �i�m�m�e�d�i�a�t�e�l�y� �c�a�l�m� �d�o�w�n� �a�n�d� �t�h�e� �w�o�r�l�d� �s�e�e�m�s� �b�e�t�t�e�r�.� �I�t� �i�s� �j�u�s�t� �s�o� �l�o�v�e�l�y�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�k�a�n�n�a�b�i�s�'�]� �=� �'�C�o�u�g�h�-�c�o�u�g�h�&  �T�h�i�s� �w�e�e�d� �i�s� �p�r�e�t�t�y� �d�e�c�e�n�t� �I� �m�u�s�t� �s�a�y�&  �A� �s�u�d�d�e�n� �c�a�l�m�n�e�s�s� �a�n�d� �s�e�r�e�n�i�t�y�,� �b�u�t� �c�o�l�l�e�c�t�i�n�g� �t�h�o�u�g�h�t�s� �t�o�g�e�t�h�e�r� �n�o�w� �i�s� �d�i�f�f�i�c�u�l�t�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�r�u�n�k�'�]� �=� �'�N�o�w� �I� m� �d�r�u�n�k� �a�n�d� �I� �f�e�e�l� �t�h�a�t� �t�h�i�s� �r�o�t�t�e�n� �w�o�r�l�d� �f�u�l�l� �o�f� �f�u�c�k�i�n�g� �c�a�n�n�i�b�a�l�s� �a�n�d� �s�a�d�i�s�t�i�c� �b�a�s�t�a�r�d�s� �i�s� �n�o�t� �s�o� �b�a�d�!� �A�n�d� �I� �a�m� �a�l�s�o� �n�o�t� �s�u�c�h� �a� �b�a�s�t�a�r�d�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�o�p�i�u�m�'�]� �=� �'�E�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n� �g�i�v�e�s� �p�e�a�c�e� �a�n�d� �r�e�l�i�e�f� �f�r�o�m� �a�l�l� �w�o�r�r�i�e�s�.� �I� �d�o�n� t� �w�o�r�r�y� �a�b�o�u�t� �a�n�y�t�h�i�n�g� �r�i�g�h�t� �n�o�w�,� �e�x�c�e�p�t� �t�h�a�t� �i�t� �c�a�n� �n�o�t� �l�a�s�t� �f�o�r�e�v�e�r�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�b�a�h�u�s�'�]� �=� �'�W�h�y� �d�o� �I� �w�a�n�t� �t�o� �b�i�t�e� �t�h�e� �s�h�i�e�l�d�?� �A�n�d� �w�h�y� �i�s� �i�t� �s�u�c�h� �a� �p�o�s�i�t�i�v�e� �f�e�e�l�i�n�g�?� �N�y�a�a�a�a�a�r�r�r�r�g�h�!�!�!�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�t�e�r�_�w�i�n�n�e�r�'�]� �=� �'�N�i�c�e� �t�o� �f�e�e�l� �l�i�k�e� �a� �w�i�n�n�e�r�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�a�s�t�e�r�_�c�l�o�t�h�'�]� �=� �'�I� �h�a�v�e� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �c�l�o�t�h�e�s�.� �I�t� �i�s� �i�m�p�o�r�t�a�n�t� �f�o�r� �c�o�m�f�o�r�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�'�]� �=� �'�'�
�
-�
�
-�!�m�a�s�t�e�r� �n�e�g�a�t�i�v�e� �m�o�o�d�l�e�t�s�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�o�u�s�i�n�g�'�]� �=� �'�I� �l�i�v�e� �i�n� �a� �d�e�c�r�e�p�i�t� �h�o�v�e�l�.� �N�o� �c�o�n�d�i�t�i�o�n�s� �f�o�r� �w�o�r�k� �a�n�d� �r�e�s�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�o�u�s�e�_�m�e�s�s�'�]� �=� �'�T�h�e� �h�o�u�s�e� �i�s� �a� �d�i�r�t�y� �m�e�s�s�.� �J�u�s�t� �d�i�s�g�u�s�t�i�n�g� �t�o� �b�e� �i�n� �h�e�r�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�o�n�e�r�'�]� �=� �'�M�y� �p�a�n�t�s� �a�r�e� �b�u�r�s�t�i�n�g� �f�r�o�m� �t�h�e� �b�o�n�e�r�.� �I� �n�e�e�d� �u�r�g�e�n�t�l�y� �t�o� �r�e�l�i�e�v�e� �s�t�r�e�s�s�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�o�f�t�c�o�r�e�'�]� �=� �'�L�o�o�k�s� �l�i�k�e� �I� �h�a�d� �t�o�o� �m�u�c�h� �s�e�x�.� �I� �h�a�d� �a� �b�l�a�s�t� �b�u�t� �I� �f�e�e�l� �d�e�p�l�e�t�e�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�r�e�b�e�l�l�'�]� �=� �'�S�l�a�v�e� �d�o�e�s�n� t� �l�i�s�t�e�n� �t�o� �m�e� �a�t� �a�l�l�.� �T�h�e�r�e� s� �s�t�i�l�l� �a� �l�o�t� �o�f� �w�o�r�k� �t�o� �b�e� �d�o�n�e�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�o�o�k�'�]� �=� �'�T�o� �e�a�t� �p�r�o�p�e�r�l�y�,� �I� �h�a�v�e� �t�o� �t�i�n�k�e�r� �i�n� �t�h�e� �k�i�t�c�h�e�n� �w�i�t�h� �p�a�n�s� �a�n�d� �d�i�s�h�e�s�.� �W�h�a�t� �t�h�e� �h�e�l�l�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�l�e�a�n�i�n�g�'�]� �=� �'�I� �h�a�t�e� �m�e�s�s�i�n�g� �a�r�o�u�n�d� �i�n� �t�h�e� �m�u�d�.� �I� m� �a� �f�u�c�k�i�n�g� �s�l�a�v�e� �t�r�a�i�n�e�r�.� �W�h�a�t�,� �t�h�e�r�e� s� �n�o� �o�n�e� �i�n� �t�h�i�s� �h�o�u�s�e� �t�o� �c�l�e�a�n� �u�p�?�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�i�r�t�y�'�]� �=� �'�U�g�h�,� �I� �s�t�i�n�k�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �w�a�s�h�,� �I� �d�i�s�g�u�s�t� �m�y�s�e�l�f�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�t�i�r�e�d�'�]� �=� �'�U�u�u�u�u�h�h�h�h�&  �I� m� �t�i�r�e�d�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �h�a�v�e� �a� �g�o�o�d� �r�e�s�t�,� �o�t�h�e�r�w�i�s�e� �i�t� s� �n�o�t� �h�a�r�d� �t�o� �l�o�s�e� �h�e�a�l�t�h�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�l�o�n�e�'�]� �=� �'�I� �d�o�n� t� �h�a�v�e� �a� �s�i�n�g�l�e� �s�l�a�v�e� �a�t� �t�h�e� �m�o�m�e�n�t�.� �S�o�m�e�h�o�w�,� �i�t� �f�e�e�l�s� �s�o� �l�o�n�e�l�y�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�g�r�u�m�p�y�'�]� �=� �'�D�a�m�n�,� �w�h�a�t� �a� �d�u�l�l� �p�e�r�s�o�n� �m�y� �s�l�a�v�e� �i�s�!� �I� �d�o�n� t� �e�v�e�n� �w�a�n�t� �t�o� �w�o�r�k� �-� �b�o�r�e�d�o�m�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�o�r�i�n�g�'�]� �=� �'�I� m� �b�o�o�o�o�o�o�o�r�e�d�&  �Y�o�u� �c�a�n� �n�o�t� �a�l�w�a�y�s� �j�u�s�t� �w�o�r�k� �a�n�d� �f�u�c�k�.� �I�t� s� �n�e�c�e�s�s�a�r�y� �t�o� �h�a�v�e� �s�o�m�e� �f�u�n�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�f�o�o�d�'�]� �=� �'�T�h�i�s� �i�s� �s�o�m�e� �k�i�n�d� �o�f� �s�h�i�t�,� �n�o�t� �f�o�o�d�.� �W�h�y� �d�o� �I� �e�a�t� �w�o�r�s�e� �t�h�a�n� �s�o�m�e� �s�l�a�v�e�s�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�w�e�a�l�t�h�'�]� �=� �'�I� �l�i�v�e� �j�u�s�t� �l�i�k�e� �s�o�m�e� �k�i�n�d� �o�f� �b�e�g�g�a�r�.� �E�v�e�r�y� �p�e�n�n�y� �h�a�s� �t�o� �b�e� �c�o�n�s�i�d�e�r�e�d�.� �I� m� �f�e�d� �u�p� �w�i�t�h� �t�h�i�s�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�c�c�o�u�n�t�s�'�]� �=� �'�I� �h�a�v�e� �t�o� �e�n�g�a�g�e� �i�n� �a�l�l� �t�h�e� �p�a�p�e�r� �w�o�r�k�.� �N�e�e�d� �a� �s�e�c�r�e�t�a�r�y�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'�]� �=� �'�W�h�a�t� �a� �p�i�t�y� �t�h�a�t� �I� �h�a�d� �t�o� �t�a�k�e� �m�y� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n� �o�f�f�.� �I�t� �i�s� �m�y� �p�r�e�c�i�o�u�s�!� �I� �n�e�e�d� �t�o� �p�u�t� �i�t� �b�a�c�k� �a�n�d� �n�e�v�e�r� �t�a�k�e� �i�t� �o�f�f�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�r�u�n�k�'�]� �=� �'�M�y� �h�e�a�d� �a�c�h�e�s� �a�n�d� �m�o�u�t�h� �i�s� �d�r�y�.� �I� �n�e�e�d� �a� �d�r�i�n�k�.� �I�t� �i�s� �u�r�g�e�n�t� �t�o� �h�a�v�e� �a� �d�r�i�n�k�&  �t�h�e�r�e� �s�h�o�u�l�d� �h�a�v�e� �b�e�e�n� �a� �b�o�t�t�l�e� �s�o�m�e�w�h�e�r�e� �i�n� �t�h�e� �c�l�o�s�e�t�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�w�o�u�n�d�e�d�'�]� �=� �'�M�y� �w�o�u�n�d�s� �a�c�h�e� �u�n�d�e�r� �t�h�e� �b�a�n�d�a�g�e�s�.� �E�v�e�r�y� �w�r�o�n�g� �m�o�v�e� �h�u�r�t�s�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�k�o�f�f�e�'�]� �=� �'�M�y� �e�y�e�s� �d�r�o�o�p�.� �W�h�e�r�e� �i�s� �m�y� �m�o�r�n�i�n�g� �c�u�p� �o�f� �k�a�m�r�a�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�m�e�t�h�'�]� �=� �'�O�h�,� �I� �f�e�e�l� �s�h�i�t�t�y�.� �N�e�e�d� �t�o� �r�e�c�o�v�e�r� �w�i�t�h� �t�h�e� �u�s�e� �o�f� �f�a�i�r�i�e�s�  �p�o�l�l�e�n� �-� �i�t� l�l� �g�e�t� �b�e�t�t�e�r� �i�m�m�e�d�i�a�t�e�l�y� �a�n�d� �t�h�e� �w�o�r�l�d� �w�i�l�l� �b�e�c�o�m�e� �c�o�l�o�r�f�u�l� �a�g�a�i�n�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�o�p�i�u�m�'�]� �=� �'�I� m� �h�a�v�i�n�g� �a�g�o�n�i�e�s�.� �I� l�l� �s�t�a�r�t� �c�l�i�m�b�i�n�g� �t�h�e� �w�a�l�l� �a�t� �t�h�i�s� �r�a�t�e�.� �F�e�e�l�s� �l�i�k�e� �I� l�l� �f�u�c�k�i�n�g� �d�i�e� �i�f� �o�b�l�i�v�i�o�n� �i�s� �n�o�t� �u�r�g�e�n�t�l�y� �d�e�l�i�v�e�r�e�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�i�l�l�'�]� �=� �'�D�a�m�n� �i�t�.� �M�y� �d�i�c�k� �d�r�i�p�s� �a�n�d� �b�u�r�n�s� �w�h�e�n�e�v�e�r� �I� �g�o� �t�o� �t�h�e� �t�o�i�l�e�t�.� �S�o�m�e� �o�f� �t�h�e�s�e� �w�h�o�r�e�s� �i�n�f�e�c�t�e�d� �m�e� �w�i�t�h� �r�o�t�p�h�i�l�i�s�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �'�I� �h�a�t�e� �t�o� �l�o�s�e�.� �A�l�t�h�o�u�g�h� �i�t� �i�s� �n�o�t� �m�y� �f�a�u�l�t�,� �t�h�e� �s�l�a�v�e� �s�h�o�u�l�d� �h�a�v�e� �d�o�n�e� �b�e�t�t�e�r�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�w�o�r�n�_�c�l�o�t�h�e�s�'�]� �=� �'�M�y� �c�l�o�t�h�e�s� �w�i�l�l� �n�o�t� �d�o�!� �J�u�s�t� �h�o�w� �l�o�n�g� �c�a�n� �I� �w�a�s�h� �a�n�d� �m�e�n�d� �t�h�e�m�?� �I� �n�e�e�d� �t�o� �u�p�d�a�t�e� �m�y� �w�a�r�d�r�o�b�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�c�l�o�t�h�'�]� �=� �'�T�h�e�s�e� �c�l�o�t�h�e�s� �a�r�e� �v�e�r�y� �i�m�p�r�a�c�t�i�c�a�l�.� �J�u�s�t� �h�o�w� �l�o�n�g� �w�i�l�l� �I� �n�e�e�d� �t�o� �d�r�e�s�s� �u�p� �l�i�k�e� �t�h�i�s�?�'�
�
-�!�n�e�w� �m�o�o�d�l�e�t� �f�o�r� �e�s�c�a�p�e�d� �s�l�a�v�e�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�e�s�c�a�p�e�'�]� �=� �'�M�y� �s�l�a�v�e� �r�a�n� �a�w�a�y� �o�v�e�r�n�i�g�h�t� �w�h�i�l�e� �I� �w�a�s� �a�s�l�e�e�p�.� �W�h�a�t� �a� �w�a�s�t�e� �o�f� �m�o�n�e�y� �a�n�d� �t�i�m�e�.� �N�o�w� �I� �h�a�v�e� �t�o� �b�u�y� �a� �n�e�w� �s�l�a�v�e�.�'�
�
-�!�m�o�o�d�l�e�t� �a�f�t�e�r� �k�i�l�l�i�n�g� �a� �s�l�a�v�e�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�k�i�l�l�e�d�'�]� �=� �'�T�h�e� �s�l�a�v�e� �d�i�e�d� �i�n� �t�r�a�i�n�i�n�g�.� �I� �m�u�s�t� �b�e� �m�o�r�e� �c�a�r�e�f�u�l� �w�i�t�h� �t�h�e� �m�e�r�c�h�a�n�d�i�s�e� �i�n� �t�h�e� �f�u�t�u�r�e�.�'�
�
-�!�m�o�o�d�l�e�t� �a�f�t�e�r� �s�l�a�v�e� �d�i�e�s� �d�u�e� �s�t�a�r�v�a�t�i�o�n�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'�]� �=� �'�I� �s�h�o�u�l�d� �h�a�v�e� �f�e�d� �t�h�e� �s�l�a�v�e� �m�o�r�e�.� �N�o�w� �I� �h�a�v�e� �t�o� �t�a�k�e� �o�n� �a� �n�e�w� �o�n�e�& '�
�
-�!�m�o�o�d�l�e�t� �w�h�e�n� �s�l�a�v�e� �d�i�e�s� �d�u�e� �i�l�l�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�d�i�e�d�'�]� �=� �'�I� �d�i�d�n� t� �s�a�v�e� �t�h�e� �s�l�a�v�e�.� �M�a�y�b�e� �I� �s�h�o�u�l�d� �h�a�v�e� �t�a�k�e�n� �h�e�r� �t�o� �t�h�e� �h�o�s�p�i�t�a�l�&  �N�o�w� �i�t� s� �t�o�o� �l�a�t�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�l�a�z�i�n�g�'�]� �=� �'�W�h�y� �d�i�d� �I� �h�a�v�e� �t�o� �p�l�a�y� �c�h�a�s�t�e� �a�n�d� �i�g�n�o�r�e� �m�y� �s�e�x�u�a�l� �d�e�s�i�r�e�s�?� �N�o�w� �i�t� �h�u�r�t�s� �l�i�k�e� �h�e�l�l�,� �I� �n�e�e�d� �t�o� �b�e� �r�e�l�i�e�v�e�d� �o�r� �i�t� l�l� �d�r�i�v�e� �m�e� �i�n�s�a�n�e�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�l�o�s�e�r�'�]� �=� �'�I� �h�a�t�e� �t�o� �l�o�s�e�.� �A�l�t�h�o�u�g�h� �i�t� �i�s� �n�o�t� �m�y� �f�a�u�l�t�,� �t�h�e� �s�l�a�v�e� �s�h�o�u�l�d� �h�a�v�e� �d�o�n�e� �b�e�t�t�e�r�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�o�r�i�n�g�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�o�r�i�n�g�'�]� �=� �'�I� m� �b�o�o�o�o�o�o�o�r�e�d�&  �Y�o�u� �c�a�n� �n�o�t� �a�l�w�a�y�s� �j�u�s�t� �w�o�r�k� �a�n�d� �f�u�c�k�.� �I�t� s� �n�e�c�e�s�s�a�r�y� �t�o� �h�a�v�e� �s�o�m�e� �f�u�n�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�t�i�r�e�d�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�t�i�r�e�d�'�]� �=� �'�U�u�u�u�u�h�h�h�h�&  �I� m� �t�i�r�e�d�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �h�a�v�e� �a� �g�o�o�d� �r�e�s�t�,� �o�t�h�e�r�w�i�s�e� �i�t� s� �n�o�t� �h�a�r�d� �t�o� �l�o�s�e� �h�e�a�l�t�h�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�r�u�n�k�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�r�u�n�k�'�]� �=� �'�M�y� �h�e�a�d� �a�c�h�e�s� �a�n�d� �m�o�u�t�h� �i�s� �d�r�y�.� �I� �n�e�e�d� �a� �d�r�i�n�k�.� �I�t� �i�s� �u�r�g�e�n�t� �t�o� �h�a�v�e� �a� �d�r�i�n�k�&  �t�h�e�r�e� �s�h�o�u�l�d� �h�a�v�e� �b�e�e�n� �a� �b�o�t�t�l�e� �s�o�m�e�w�h�e�r�e� �i�n� �t�h�e� �c�l�o�s�e�t�& '�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�w�o�u�n�d�e�d�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�w�o�u�n�d�e�d�'�]� �=� �'�M�y� �w�o�u�n�d�s� �a�c�h�e� �u�n�d�e�r� �t�h�e� �b�a�n�d�a�g�e�s�.� �E�v�e�r�y� �w�r�o�n�g� �m�o�v�e� �h�u�r�t�s�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�k�o�f�f�e�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�k�o�f�f�e�'�]� �=� �'�M�y� �e�y�e�s� �d�r�o�o�p�.� �W�h�e�r�e� �i�s� �m�y� �m�o�r�n�i�n�g� �c�u�p� �o�f� �k�a�m�r�a�?�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�o�p�i�u�m�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�o�p�i�u�m�'�]� �=� �'�I� m� �h�a�v�i�n�g� �a�g�o�n�i�e�s�.� �I� l�l� �s�t�a�r�t� �c�l�i�m�b�i�n�g� �t�h�e� �w�a�l�l� �a�t� �t�h�i�s� �r�a�t�e�.� �F�e�e�l�s� �l�i�k�e� �I� l�l� �f�u�c�k�i�n�g� �d�i�e� �i�f� �o�b�l�i�v�i�o�n� �i�s� �n�o�t� �u�r�g�e�n�t�l�y� �d�e�l�i�v�e�r�e�d�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�m�e�t�h�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�m�e�t�h�'�]� �=� �'�O�h�,� �I� �f�e�e�l� �s�h�i�t�t�y�.� �N�e�e�d� �t�o� �r�e�c�o�v�e�r� �w�i�t�h� �t�h�e� �u�s�e� �o�f� �f�a�i�r�i�e�s�  �p�o�l�l�e�n� �-� �i�t� l�l� �g�e�t� �b�e�t�t�e�r� �i�m�m�e�d�i�a�t�e�l�y� �a�n�d� �t�h�e� �w�o�r�l�d� �w�i�l�l� �b�e�c�o�m�e� �c�o�l�o�r�f�u�l� �a�g�a�i�n�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�o�f�t�c�o�r�e�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�o�f�t�c�o�r�e�'�]� �=� �'�L�o�o�k�s� �l�i�k�e� �I� �h�a�d� �t�o�o� �m�u�c�h� �s�e�x�.� �I� �h�a�d� �a� �b�l�a�s�t� �b�u�t� �I� �f�e�e�l� �d�e�p�l�e�t�e�d�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�o�n�e�r�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�o�n�e�r�'�]� �=� �'�M�y� �p�a�n�t�s� �a�r�e� �b�u�r�s�t�i�n�g� �f�r�o�m� �t�h�e� �b�o�n�e�r�.� �I� �n�e�e�d� �u�r�g�e�n�t�l�y� �t�o� �r�e�l�i�e�v�e� �s�t�r�e�s�s�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�l�a�z�i�n�g�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�l�a�z�i�n�g�'�]� �=� �'�W�h�y� �d�i�d� �I� �h�a�v�e� �t�o� �p�l�a�y� �c�h�a�s�t�e� �a�n�d� �i�g�n�o�r�e� �m�y� �s�e�x�u�a�l� �d�e�s�i�r�e�s�?� �N�o�w� �i�t� �h�u�r�t�s� �l�i�k�e� �h�e�l�l�,� �I� �n�e�e�d� �t�o� �b�e� �r�e�l�i�e�v�e�d� �o�r� �i�t� l�l� �d�r�i�v�e� �m�e� �i�n�s�a�n�e�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�i�r�t�y�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�i�r�t�y�'�]� �=� �'�U�g�h�,� �I� �s�t�i�n�k�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �w�a�s�h�,� �I� �d�i�s�g�u�s�t� �m�y�s�e�l�f�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�i�l�l�'� � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�i�l�l�'�]� �=� �'�D�a�m�n� �i�t�.� �M�y� �d�i�c�k� �d�r�i�p�s� �a�n�d� �b�u�r�n�s� �w�h�e�n�e�v�e�r� �I� �g�o� �t�o� �t�h�e� �t�o�i�l�e�t�.� �S�o�m�e� �o�f� �t�h�e�s�e� �w�h�o�r�e�s� �i�n�f�e�c�t�e�d� �m�e� �w�i�t�h� �r�o�t�p�h�i�l�i�s�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�l�e�a�n�i�n�g�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�l�e�a�n�i�n�g�'�]� �=� �'�I� �h�a�t�e� �m�e�s�s�i�n�g� �a�r�o�u�n�d� �i�n� �t�h�e� �m�u�d�.� �I� m� �a� �f�u�c�k�i�n�g� �s�l�a�v�e� �t�r�a�i�n�e�r�.� �W�h�a�t�,� �t�h�e�r�e� s� �n�o� �o�n�e� �i�n� �t�h�i�s� �h�o�u�s�e� �t�o� �c�l�e�a�n� �u�p�?�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�o�o�k�'� � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�o�o�k�'�]� �=� �'�T�o� �e�a�t� �p�r�o�p�e�r�l�y�,� �I� �h�a�v�e� �t�o� �t�i�n�k�e�r� �i�n� �t�h�e� �k�i�t�c�h�e�n� �w�i�t�h� �p�a�n�s� �a�n�d� �d�i�s�h�e�s�.� �W�h�a�t� �t�h�e� �h�e�l�l�?�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�f�o�o�d�'� � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�f�o�o�d�'�]� �=� �'�T�h�i�s� �i�s� �s�o�m�e� �k�i�n�d� �o�f� �s�h�i�t�,� �n�o�t� �f�o�o�d�.� �W�h�y� �d�o� �I� �e�a�t� �w�o�r�s�e� �t�h�a�n� �s�o�m�e� �s�l�a�v�e�s�?�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�o�u�s�i�n�g�'� � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�o�u�s�i�n�g�'�]� �=� �'�I� �l�i�v�e� �i�n� �a� �d�e�c�r�e�p�i�t� �h�o�v�e�l�.� �N�o� �c�o�n�d�i�t�i�o�n�s� �f�o�r� �w�o�r�k� �a�n�d� �r�e�s�t�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�o�u�s�e�_�m�e�s�s�'� � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�o�u�s�e�_�m�e�s�s�'�]� �=� �'�T�h�e� �h�o�u�s�e� �i�s� �a� �d�i�r�t�y� �m�e�s�s�.� �J�u�s�t� �d�i�s�g�u�s�t�i�n�g� �t�o� �b�e� �i�n� �h�e�r�e�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�w�e�a�l�t�h�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�w�e�a�l�t�h�'�]� �=� �'�I� �l�i�v�e� �j�u�s�t� �l�i�k�e� �s�o�m�e� �k�i�n�d� �o�f� �b�e�g�g�a�r�.� �E�v�e�r�y� �p�e�n�n�y� �h�a�s� �t�o� �b�e� �c�o�n�s�i�d�e�r�e�d�.� �I� m� �f�e�d� �u�p� �w�i�t�h� �t�h�i�s�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�c�c�o�u�n�t�s�'� � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�c�c�o�u�n�t�s�'�]� �=� �'�I� �h�a�v�e� �t�o� �e�n�g�a�g�e� �i�n� �a�l�l� �t�h�e� �p�a�p�e�r� �w�o�r�k�.� �N�e�e�d� �a� �s�e�c�r�e�t�a�r�y�!�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�w�o�r�n�_�c�l�o�t�h�e�s�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�w�o�r�n�_�c�l�o�t�h�e�s�'�]� �=� �'�M�y� �c�l�o�t�h�e�s� �w�i�l�l� �n�o�t� �d�o�!� �J�u�s�t� �h�o�w� �l�o�n�g� �c�a�n� �I� �w�a�s�h� �a�n�d� �m�e�n�d� �t�h�e�m�?� �I� �n�e�e�d� �t�o� �u�p�d�a�t�e� �m�y� �w�a�r�d�r�o�b�e�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�c�l�o�t�h�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�c�l�o�t�h�'�]� �=� �'�T�h�e�s�e� �c�l�o�t�h�e�s� �a�r�e� �v�e�r�y� �i�m�p�r�a�c�t�i�c�a�l�.� �J�u�s�t� �h�o�w� �l�o�n�g� �w�i�l�l� �I� �n�e�e�d� �t�o� �d�r�e�s�s� �u�p� �l�i�k�e� �t�h�i�s�?�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�l�o�n�e�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�l�o�n�e�'�]� �=� �'�I� �d�o�n� t� �h�a�v�e� �a� �s�i�n�g�l�e� �s�l�a�v�e� �a�t� �t�h�e� �m�o�m�e�n�t�.� �S�o�m�e�h�o�w�,� �i�t� �f�e�e�l�s� �s�o� �l�o�n�e�l�y�& '�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�e�s�c�a�p�e�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�e�s�c�a�p�e�'�]� �=� �'�M�y� �s�l�a�v�e� �r�a�n� �a�w�a�y� �o�v�e�r�n�i�g�h�t� �w�h�i�l�e� �I� �w�a�s� �a�s�l�e�e�p�.� �W�h�a�t� �a� �w�a�s�t�e� �o�f� �m�o�n�e�y� �a�n�d� �t�i�m�e�.� �N�o�w� �I� �h�a�v�e� �t�o� �b�u�y� �a� �n�e�w� �s�l�a�v�e�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�s�u�i�c�i�d�a�l�'�&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�s�u�i�c�i�d�a�l�'�]� �=� �'�T�h�e� �u�n�g�r�a�t�e�f�u�l� �w�r�e�t�c�h� �t�r�i�e�d� �t�o� �k�i�l�l� �h�e�r�s�e�l�f�!� �M�y� �a�s�s�i�s�t�a�n�t� �m�a�n�a�g�e�d� �t�o� �s�t�o�p� �h�e�r�,� �b�u�t� �n�o� �o�n�e� �s�l�e�p�t� �w�e�l�l� �l�a�s�t� �n�i�g�h�t�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�d�i�e�d�'� � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�d�i�e�d�'�]� �=� �'�I� �d�i�d�n� t� �s�a�v�e� �t�h�e� �s�l�a�v�e�.� �M�a�y�b�e� �I� �s�h�o�u�l�d� �h�a�v�e� �t�a�k�e�n� �h�e�r� �t�o� �t�h�e� �h�o�s�p�i�t�a�l�&  �N�o�w� �i�t� s� �t�o�o� �l�a�t�e�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�k�i�l�l�e�d�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�k�i�l�l�e�d�'�]� �=� �'�T�h�e� �s�l�a�v�e� �d�i�e�d� �i�n� �t�r�a�i�n�i�n�g�.� �I� �m�u�s�t� �b�e� �m�o�r�e� �c�a�r�e�f�u�l� �w�i�t�h� �t�h�e� �m�e�r�c�h�a�n�d�i�s�e� �i�n� �t�h�e� �f�u�t�u�r�e�.�'�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'� �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�s�t�a�r�v�e�d�'�]� �=� �'�I� �s�h�o�u�l�d� �h�a�v�e� �f�e�d� �t�h�e� �s�l�a�v�e� �m�o�r�e�.� �N�o�w� �I� �h�a�v�e� �t�o� �t�a�k�e� �o�n� �a� �n�e�w� �o�n�e�& '�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�r�e�b�e�l�l�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�r�e�b�e�l�l�'�]� �=� �'�S�l�a�v�e� �d�o�e�s�n� t� �l�i�s�t�e�n� �t�o� �m�e� �a�t� �a�l�l�.� �T�h�e�r�e� s� �s�t�i�l�l� �a� �l�o�t� �o�f� �w�o�r�k� �t�o� �b�e� �d�o�n�e�& '�
�
+�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�g�r�u�m�p�y�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�g�r�u�m�p�y�'�]� �=� �'�D�a�m�n�,� �w�h�a�t� �a� �d�u�l�l� �p�e�r�s�o�n� �m�y� �s�l�a�v�e� �i�s�!� �I� �d�o�n� t� �e�v�e�n� �w�a�n�t� �t�o� �w�o�r�k� �-� �b�o�r�e�d�o�m�.�'�
�
+�!�u�n�u�s�e�d�
�
+�!�$�m�a�s�t�e�r�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'� � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�a�s�t�e�r�_�p�r�e�c�i�o�u�s�'�]� �=� �'�W�h�a�t� �a� �p�i�t�y� �t�h�a�t� �I� �h�a�d� �t�o� �t�a�k�e� �m�y� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n� �o�f�f�.� �I�t� �i�s� �m�y� �p�r�e�c�i�o�u�s�!� �I� �n�e�e�d� �t�o� �p�u�t� �i�t� �b�a�c�k� �a�n�d� �n�e�v�e�r� �t�a�k�e� �i�t� �o�f�f�.�'�
�
 �
�
-�k�i�l�l�v�a�r� �'�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�e�e�p�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�p�r�a�i�s�e�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�r�e�w�a�r�d�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�o�r�g�a�s�m�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�c�o�o�k�i�e�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�e�n�t�l�e�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�a�m�e�s�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�j�o�b�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�c�l�o�t�h�e�s�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�o�r�a�l�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�e�s�s�e�r�t�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�w�e�l�l�_�r�e�s�t�e�d�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�p�o�n�y�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�a�r�t�i�f�a�c�t�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�k�a�n�n�a�b�i�s�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�a�l�c�o�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�o�p�i�u�m�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�l�o�v�e�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�u�l�t�i�p�l�e�_�o�r�g�a�s�m�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�c�o�w�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�b�a�r�n�'�
�
-�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�
�
 �
�
-�k�i�l�l�v�a�r� �'�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�r�t�i�f�a�c�t�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�p�a�i�n�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�b�u�s�e�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�i�s�g�u�s�t�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�w�o�u�n�d�e�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�m�e�s�s�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�o�r�n�y�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�u�n�g�r�y�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�e�x�h�a�u�s�t�e�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�f�e�a�r�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�n�g�s�t�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�p�o�i�l�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�r�u�l�e�s�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�a�d�_�s�l�e�e�p�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�p�r�i�s�o�n�e�r�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�a�k�e�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�j�o�b�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�f�o�r�c�e�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�r�a�p�e�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�h�a�m�e�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�p�e�l�l�b�o�u�n�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�k�o�f�f�e�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�m�e�t�h�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�o�p�i�u�m�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�a�l�c�o�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�i�l�l�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�u�g�l�y�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�o�w�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�a�r�n�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�a�r�n�_�p�l�u�s�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�l�o�t�h�e�s�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�
�
-�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�
�
-�
�
-�!�n�o� �n�e�e�d� �f�o�r� �v�a�r�i�a�n�t�s� �o�f� �t�h�e� �a�b�o�v�e� �m�o�o�d�l�e�t�s� �f�o�r� �d�i�f�f�e�r�e�n�t� �t�y�p�e� �o�f� �s�l�a�v�e�s�,� �t�h�e�y� �a�r�e� �a�l�l� �i�n�t�e�r�c�h�a�n�g�e�a�b�l�e�,� �o�n�l�y� �t�h�e� �m�o�o�d� �d�e�s�c�r�i�p�t�i�o�n�s� �s�t�r�i�n�g�s� �a�r�e� �c�h�a�r�a�c�t�e�r�-�s�p�e�c�i�f�i�c� �(�s�l�a�v�e� �n�a�m�e� �v�s�.� �a�s�s�i�s�t�a�n�t� �n�a�m�e�,� �f�o�r� �e�x�a�m�p�l�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�!�n�o� �n�e�e�d� �f�o�r� �v�a�r�i�a�n�t�s� �o�f� �t�h�e� �s�l�a�v�e� �m�o�o�d�l�e�t�s� �f�o�r� �d�i�f�f�e�r�e�n�t� �s�l�a�v�e� �t�y�p�e�s�,� �t�h�e�y� �a�r�e� �a�l�l� �i�n�t�e�r�c�h�a�n�g�e�a�b�l�e�,� �o�n�l�y� �t�h�e� �m�o�o�d� �d�e�s�c�r�i�p�t�i�o�n�s� �s�t�r�i�n�g�s� �a�r�e� �c�h�a�r�a�c�t�e�r�-�s�p�e�c�i�f�i�c� �(�s�l�a�v�e� �n�a�m�e� �v�s�.� �a�s�s�i�s�t�a�n�t� �n�a�m�e�,� �f�o�r� �e�x�a�m�p�l�e�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �!�w�h�e�n� �w�e� �u�s�e� �t�h�e� �s�t�r�i�n�g�s�,� �w�e� �w�i�l�l� �r�e�p�l�a�c�e� �a�n�y� �o�c�c�u�r�r�e�n�c�e� �o�f� �'�d�y�n�s�l�a�v�e�'� �w�i�t�h� �t�h�e� �c�o�r�r�e�c�t� �s�l�a�v�e� �v�a�r�i�a�b�l�e� �a�n�d� �e�v�a�l�u�a�t�e� �a�n�y� �s�u�b�e�x�p�r�e�s�s�i�o�n�s� �(�e�.�g�.�,� �d�y�n�a�m�i�c� �"�$�n�e�w�v�a�r� �=� �'�<�<�$�s�t�r�i�n�g�_�c�o�n�t�a�i�n�i�n�g�_�s�u�b�e�x�p�r�e�s�s�i�o�n�s�>�>�'�"�)�
�
 �!�D�I�S�A�B�L�E�S�U�B�E�X� �d�e�l�a�y�s� �s�u�b�e�x�p�r�e�s�s�i�o�n� �e�v�a�l�u�a�t�i�o�n� �o�f� �t�h�e� �s�t�r�i�n�g�s� �d�e�f�i�n�e�d� �b�e�l�o�w�
�
 �
�
+�
�
 �D�I�S�A�B�L�E�S�U�B�E�X�=�1�
�
-�!�p�o�s�i�t�i�v�e� �s�l�a�v�e� �m�o�o�d�l�e�t�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u�r� �f�a�i�r� �w�o�r�d�s� �p�l�e�a�s�e�d� �m�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �l�o�v�e�d� �o�u�r� �w�a�l�k�.� �I� �w�o�u�l�d� �l�i�k�e� �t�o� �g�o� �o�u�t� �a�g�a�i�n� �s�o�m�e� �t�i�m�e�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�r�e�w�a�r�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A� �r�e�w�a�r�d� �f�o�r� �g�o�o�d� �b�e�h�a�v�i�o�r� �i�s� �n�i�c�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �W�e�l�l�&  �I�t� �w�a�s� �s�o� �n�i�c�e� �t�o� �g�e�t� �a� �d�i�s�c�h�a�r�g�e�.� �I� �w�o�u�l�d� �n�o�t� �m�i�n�d� �c�u�m�m�i�n�g� �l�i�k�e� �t�h�a�t� �o�n�c�e� �m�o�r�e�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �a�t�e� �v�e�r�y� �t�a�s�t�y� �f�o�o�d� �a�n�d� �i�t� �i�s� �c�e�r�t�a�i�n�l�y� �n�i�c�e�.� �F�o�o�d� �o�n� �y�o�u�r� �t�a�b�l�e� �i�s� �m�u�c�h� �b�e�t�t�e�r� �t�h�a�n� �i�n� �m�y� �b�o�w�l�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�e�e�p�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �g�o�t� �a� �g�o�o�d� �n�i�g�h�t� s� �s�l�e�e�p� �i�n� �m�y� �r�o�o�m�.� �I�t� �i�s� �s�o� �n�i�c�e� �s�o�m�e�t�i�m�e�s� �t�o� �r�e�l�a�x� �i�n� �c�o�m�f�o�r�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �w�a�s�h�e�d� �r�e�c�e�n�t�l�y�.� �N�i�c�e� �t�o� �f�e�e�l� �c�l�e�a�n� �a�n�d� �f�r�e�s�h�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�w�e�l�l�_�r�e�s�t�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �r�e�s�t�e�d� �w�e�l�l� �y�e�s�t�e�r�d�a�y�,� �i�t� �i�s� �p�l�e�a�s�a�n�t� �t�o� �s�l�a�c�k� �o�f�f� �f�r�o�m� �t�i�m�e� �t�o� �t�i�m�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�e�s�s�e�r�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �s�t�i�l�l� �r�e�m�e�m�b�e�r� �t�h�e� �f�l�a�v�o�r� �o�f� �s�w�e�e�t� �t�r�e�a�t�s�.� �M�m�m�m�&  �y�u�m�m�y�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �d�e�c�i�d�e�d� �n�o�t� �t�o� �p�u�n�i�s�h� �m�e�,� �a�l�t�h�o�u�g�h� �I� �k�n�o�w� �t�h�a�t� �I� �w�a�s� �g�u�i�l�t�y�.� �N�i�c�e� �t�o� �k�n�o�w� �t�h�a�t� �y�o�u� �a�r�e� �s�o�r�r�y� �f�o�r� �m�e� �^� �_� �^�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�o�r�a�l�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �a�l�w�a�y�s� �h�a�p�p�y� �t�o� �s�e�r�v�e� �m�y� �M�a�s�t�e�r�.� �I� m� �a� �g�o�o�d� �g�i�r�l�,� �r�i�g�h�t�,� �M�a�s�t�e�r�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �h�a�v�e� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �c�l�o�t�h�e�s�.� �N�o�t�h�i�n�g� �i�s� �t�o�o� �t�i�g�h�t� �a�n�d� �i�t� �d�o�e�s�n� t� �i�n�t�e�r�f�e�r�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�j�o�b�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�i�n�c�e� �I� �d�i�d� �m�y� �f�a�v�o�r�i�t�e� �t�h�i�n�g�,� �I� �f�e�e�l� �r�e�l�i�e�v�e�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �F�r�e�e� �t�i�m�e� �f�o�r� �e�n�t�e�r�t�a�i�n�m�e�n�t� �-� �t�h�a�t� s� �j�u�s�t� �a�w�e�s�o�m�e�!� �S�o� �n�i�c�e� �t�o� �g�e�t� �a�w�a�y� �f�r�o�m� �w�o�r�r�i�e�s�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� s� �n�i�c�e� �t�o� �f�e�e�l� �s�o�m�e�o�n�e� s� �c�a�r�e� �a�n�d� �a�f�f�e�c�t�i�o�n�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�p�o�n�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �a�l�s�o� �h�a�v�e� �m�y� �l�i�t�t�l�e� �p�o�n�y� �-� �b�e�i�n�g� �w�i�t�h� �h�e�r� �i�s� �a�l�w�a�y�s� �f�u�n�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �w�i�l�l� �w�a�s� �s�t�r�o�n�g�e�r� �t�h�a�n� �y�o�u�r� �s�p�e�l�l�!� �I� �f�e�e�l� �m�u�c�h� �m�o�r�e� �c�o�n�f�i�d�e�n�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�a�r�t�i�f�a�c�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�i�s� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n� �j�u�s�t� �s�u�p�e�r�b�.� �W�h�i�l�e� �I� �w�e�a�r� �i�t�,� �t�h�e� �w�o�r�l�d� �s�e�e�m�s� �a� �l�o�t� �b�e�t�t�e�r� �t�h�a�n� �i�t� �i�s�.� �I� �w�i�l�l� �n�e�v�e�r� �t�a�k�e� �i�t� �o�f�f�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�k�a�n�n�a�b�i�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �O�o�o�o�&  �& t�h�i�s� �w�e�e�d� �i�s� �a� �t�h�i�n�g�.� �S�u�c�h� �b�l�i�s�s�,� �w�e� �n�e�e�d� �t�o� �a�d�d� �s�o�m�e� �r�e�l�a�x�i�n�g� �m�u�s�i�c�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�a�l�c�o�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�&  �h�i�c�&  �a�m� �s�o�o�o�o�o�o� �d�r�u�n�k�.� �W�h�y� �d�i�d� �y�o�u� �g�e�t� �m�e� �d�r�u�n�k�,� �e�h�?� �Y�o�u� �w�a�n�t� �t�o� �t�a�k�e� �a�d�v�a�n�t�a�g�e� �o�f� �m�y�&  �h�i�c�&  �h�e�l�p�l�e�s�s� �s�i�t�u�a�t�i�o�n�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�o�p�i�u�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �f�e�e�l� �g�o�o�d�.� �I� �f�e�e�l� �o�b�l�i�v�i�o�n� �f�l�o�w�i�n�g� �t�h�r�o�u�g�h� �m�y� �v�e�i�n�s�,� �c�a�r�r�y�i�n�g� �a�w�a�y� �p�a�i�n� �a�n�d� �s�o�r�r�o�w�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� �w�a�s� �s�o� �n�i�c�e� �t�o� �s�l�e�e�p� �i�n� �M�a�s�t�e�r� s� �b�e�d� �l�a�s�t� �n�i�g�h�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�l�o�v�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�o�m�e� �k�i�n�d� �o�f� �i�r�r�e�s�i�s�t�i�b�l�e� �f�o�r�c�e� �b�e�c�k�o�n�s� �m�e� �t�o� �y�o�u�.� �I� �a�l�w�a�y�s� �t�h�i�n�k� �o�f� �y�o�u�.� �I� �w�a�n�t� �t�o� �b�e� �b�e�s�i�d�e� �y�o�u�&  �f�o�r�e�v�e�r�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�u�l�t�i�p�l�e�_�o�r�g�a�s�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �O�h�h�,� �i�t� �w�a�s� �g�r�e�a�t� �s�e�x�!� �S�u�c�h� �a� �h�e�a�v�e�n�l�y� �p�l�e�a�s�u�r�e�&  �I� �w�o�u�l�d� �l�i�k�e� �t�o� �e�x�p�e�r�i�e�n�c�e� �t�h�i�s� �o�n�c�e� �a�g�a�i�n�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �H�o�o�r�a�y�,� �w�e� �w�o�n�!� �T�h�a�t� �w�a�s� �a�m�a�z�i�n�g�.� �I� �f�e�e�l� �m�u�c�h� �m�o�r�e� �c�o�n�f�i�d�e�n�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�c�o�w�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �s�o� �p�r�o�u�d� �o�f� �t�h�e�s�e� �t�i�t�s�&  �I� �n�e�v�e�r� �t�h�o�u�g�h�t� �i�t� �w�a�s� �s�o� �g�o�o�d� �t�o� �b�e� �m�i�l�k�e�d�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�b�a�r�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� �w�a�s� �g�r�e�a�t� �t�o� �l�a�z�e� �i�n� �m�y� �p�e�n�:� �I� �w�a�n�t� �t�o� �g�o� �b�a�c�k� �i�n� �t�h�e� �b�a�r�n�,� �p�l�e�a�s�e�&  �M�o�o�o�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �k�n�o�w� �y�o�u� �m�e�a�n�t� �t�o� �p�u�n�i�s�h� �m�e�,� �b�u�t� �i�t� �w�a�s� �n�o�t� �b�a�d� �a�t� �a�l�l�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �a�l�l� �r�i�g�h�t�.� �N�o�t�h�i�n�g� �s�p�e�c�i�a�l�& '�
�
-�
�
-�!�n�e�g�a�t�i�v�e� �s�l�a�v�e� �m�o�o�d�l�e�t�s�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �g�o�t� �i�n�t�o� �t�h�i�s� �s�t�r�a�n�g�e� �u�n�f�a�m�i�l�i�a�r� �w�o�r�l�d� �a�n�d� �I� �w�a�s� �i�m�m�e�d�i�a�t�e�l�y� �m�a�d�e� �i�n�t�o� �  a� �s�l�a�v�e�.� �H�o�w� �d�o� �y�o�u� �t�h�i�n�k� �I� �f�e�e�l�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�p�a�i�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �h�u�r�t� �m�e�.� �I� �s�t�i�l�l� �f�e�e�l� �i�t�.� �I�t� �d�o�e�s� �n�o�t� �g�o� �a�w�a�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�b�u�s�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �w�e�r�e� �s�w�e�a�r�i�n�g� �a�t� �m�e� �s�o� �s�t�r�o�n�g�l�y� �t�h�a�t� �I� �s�t�i�l�l� �f�e�e�l� �s�i�c�k� �f�r�o�m� �i�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �c�a�n� �n�o�t� �f�o�r�g�e�t� �a�l�l� �t�h�i�s� �h�o�r�r�o�r�.� �E�v�e�n� �p�a�i�n� �i�s� �e�a�s�i�e�r� �t�o� �e�n�d�u�r�e� �t�h�a�n� �t�h�o�s�e� �h�i�d�e�o�u�s�,� �h�o�r�r�i�b�l�e� �t�h�i�n�g�s� �t�h�a�t� �y�o�u� �a�r�e� �d�o�i�n�g� �t�o� �m�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �f�e�e�l� �r�e�a�l�l�y� �b�a�d�.� �I� m� �d�i�z�z�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�w�o�u�n�d�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �w�o�u�n�d�s� �a�c�h�e�.� �E�v�e�r�y� �w�r�o�n�g� �m�o�v�e� �h�u�r�t�s�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �h�a�v�e� �t�h�e�s�e� �d�a�y�s�&  �d�u�r�i�n�g� �m�y� �p�e�r�i�o�d�.� �S�o� �m�y� �m�o�o�d� �i�s�n� t� �t�h�e� �b�e�s�t� �a�n�d� �I� m� �m�o�o�d�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�a�t� �f�o�o�d� �y�o�u� �a�r�e� �g�i�v�i�n�g� �m�e�,� �i�t� �i�s� �n�o�t� �v�e�r�y� �g�o�o�d�.� �T�o� �t�e�l�l� �t�h�e� �t�r�u�t�h�,� �i�t� �i�s� �s�o� �v�i�l�e� �t�h�a�t� �i�t� �i�s� �e�a�s�i�e�r� �t�o� �s�t�a�y� �h�u�n�g�r�y� �t�h�a�n� �t�o� �p�u�s�h� �i�t� �d�o�w�n� �m�y� �t�h�r�o�a�t�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �i�t�c�h�y� �f�r�o�m� �t�h�e� �d�i�r�t� �a�n�d� �b�a�d� �s�m�e�l�l�.� �I�t� �w�o�u�l�d� �b�e� �n�i�c�e� �t�o� �w�a�s�h�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�m�e�s�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�e� �h�o�u�s�e� �n�o�w� �i�s� �a� �t�e�r�r�i�b�l�e� �m�e�s�s�,� �d�i�s�h�e�s� �a�r�e� �u�n�w�a�s�h�e�d�,� �e�v�e�r�y�t�h�i�n�g� �i�s� �u�p�s�i�d�e� �d�o�w�n�.� �N�o�t� �t�h�e� �b�e�s�t� �c�o�n�d�i�t�i�o�n�s� �f�o�r� �l�i�f�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�o�r�n�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �E�v�e�r�y�<�<�$�l�i�t�t�l�e�_�t�x�t�>�>� �<�<�$�s�l�a�v�e�_�n�o�u�n�4�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �n�e�e�d�s� �a� �b�i�t� �o�f� �a�f�f�e�c�t�i�o�n� �f�r�o�m� �t�i�m�e� �t�o� �t�i�m�e�.� �W�i�t�h�o�u�t� �t�h�i�s� �i�t� �i�s� �s�o� �s�a�d�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �d�i�d� �n�o�t� �g�e�t� �e�n�o�u�g�h� �f�o�o�d� �a�n�d� �I� �w�o�r�k�e�d� �t�o�o� �h�a�r�d�.� �I� �f�e�e�l� �w�e�a�k�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�e�x�h�a�u�s�t�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �v�e�r�y� �t�i�r�e�d�.� �S�e�e�m�s� �l�i�k�e� �I� l�l� �c�o�l�l�a�p�s�e� �i�f� �I� �c�o�n�t�i�n�u�e� �w�o�r�k�i�n�g�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�f�e�a�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �k�n�o�w� �t�h�a�t� �y�o�u� �c�a�n� �p�u�n�i�s�h� �m�e� �f�o�r� �a�n�y� �w�r�o�n�g�d�o�i�n�g�,� �a�n�d� �l�i�v�e� �i�n� �c�o�n�s�t�a�n�t� �f�e�a�r�.� �T�h�o�u�g�h�t�s� �a�b�o�u�t� �v�a�r�i�o�u�s� �h�o�r�r�o�r�s� �d�o� �n�o�t� �g�o� �o�u�t� �o�f� �m�y� �h�e�a�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �t�r�i�e�d� �s�o� �h�a�r�d� �t�o� �d�o� �w�e�l�l�,� �a�n�d� �y�o�u� �h�a�v�e� �n�o�t� �e�v�e�n� �t�o�l�d� �m�e� �a� �s�i�n�g�l�e� �g�o�o�d� �w�o�r�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�n�g�s�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �d�o� �n�o�t� �k�n�o�w� �w�h�a�t� �w�i�l�l� �h�a�p�p�e�n� �t�o� �m�e� �t�o�m�o�r�r�o�w� �o�r� �e�v�e�n� �t�h�e� �n�e�x�t� �m�i�n�u�t�e�.� �W�h�y� �d�o� �I� �l�i�v�e�?� �I� �f�e�e�l� �l�i�k�e� �h�o�w�l�i�n�g� �o�f� �h�o�p�e�l�e�s�s�n�e�s�s�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �d�o� �n�o�t� �a�p�p�r�e�c�i�a�t�e� �m�e� �a�t� �a�l�l�!� �L�o�o�k�,� �w�h�a�t� �k�i�n�d� �o�f� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �t�h�e�s�e�?�!� �C�h�e�e�r� �m�e� �u�p� �o�r� �s�o�m�e�t�h�i�n�g�!� �I� m� �b�o�r�e�d�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�r�u�l�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A�l�l� �t�h�e�s�e� �t�e�r�r�i�b�l�e� �r�u�l�e�s� �t�h�a�t� �y�o�u� �a�r�e� �f�o�r�c�i�n�g� �m�e� �t�o� �d�o�&  �t�h�e�y� �d�o� �n�o�t� �a�d�d� �t�o� �t�h�e� �j�o�y� �o�f� �l�i�f�e�,� �a�c�t�u�a�l�l�y�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�a�d�_�s�l�e�e�p�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�l�e�e�p�i�n�g� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �j�u�s�t� �t�e�r�r�i�b�l�e�.� �M�y� �w�h�o�l�e� �b�o�d�y� �i�s� �n�u�m�b� �a�n�d� �s�o�r�e� �f�r�o�m� �s�u�c�h� �a� �"�r�e�s�t�"�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�p�r�i�s�o�n�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �s�p�e�n�t� �s�o� �m�u�c�h� �t�i�m�e� �i�n� �p�r�i�s�o�n�.� �N�o�t� �t�h�e� �m�o�s�t� �p�l�e�a�s�a�n�t� �e�x�p�e�r�i�e�n�c�e�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�a�k�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �h�a�v�e� �t�o� �g�o� �n�a�k�e�d� �e�v�e�r�y�w�h�e�r�e�.� �I�t� s� �c�o�l�d� �a�n�d� �h�u�m�i�l�i�a�t�i�n�g�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�j�o�b�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �m�a�k�e� �m�e� �e�n�g�a�g�e� �i�n� �b�o�r�i�n�g� �a�n�d� �u�n�p�l�e�a�s�a�n�t� �w�o�r�k�.� �F�r�o�m� �t�h�i�s� �I� �h�a�v�e� �a� �b�a�d� �m�o�o�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�e�x� �f�o�r� �t�h�e� �f�i�r�s�t� �t�i�m�e� �i�s�<�<�i�i�f�(�d�y�n�s�l�a�v�e�[�"�c�o�u�r�a�g�e�"�]� �!� �2�,� �"� �s�c�a�r�y� �a�n�d�"�,� �"�"�)�>�>� �p�a�i�n�f�u�l�.� �I� �s�t�i�l�l� �h�u�r�t� �d�o�w�n� �t�h�e�r�e�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�f�o�r�c�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �h�a�v�e� �c�o�e�r�c�e�d� �m�e� �i�n�t�o� �d�o�i�n�g� �u�g�l�y� �t�h�i�n�g�s�.� �I� �f�e�e�l� �s�o� �h�e�l�p�l�e�s�s�.� �A�n�d� �m�y� �b�r�u�i�s�e�s� �h�u�r�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�r�a�p�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �r�a�p�e�d� �m�e�!� �I� �f�e�e�l� �d�i�r�t�y�,� �a�b�u�s�e�d� �a�n�d� �t�r�a�m�p�l�e�d�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�h�a�m�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �G�o�d�,� �I� m� �s�t�i�l�l� �e�m�b�a�r�r�a�s�s�e�d�.� �W�h�y� �d�i�d� �y�o�u� �m�a�k�e� �m�e� �d�i�s�p�l�a�y� �m�y�s�e�l�f� �l�i�k�e� �t�h�a�t�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�p�e�l�l�b�o�u�n�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u�r� �e�v�i�l� �s�p�e�l�l� �p�u�t� �m�e� �d�o�w�n�.� �T�h�e�r�e� �a�r�e� �s�t�r�a�n�g�e� �v�o�i�c�e�s� �w�h�i�s�p�e�r�i�n�g� �i�n� �m�y� �h�e�a�d�.� �T�h�e�y� �d�r�i�v�e� �m�e� �c�r�a�z�y�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�r�t�i�f�a�c�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n�!� �M�y�&  �M�y�&  �p�r�e�c�i�o�o�o�o�u�s�&  �A�n�g�r�y� �m�a�s�t�e�r� �t�o�o�k� �i�t� �a�w�a�y� �f�r�o�m� �u�s�&  �g�o�l�l�u�m�&  �p�o�o�r�&  �p�o�o�r� �u�s�&  �s�o� �l�o�n�e�l�y�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�k�o�f�f�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �c�a�n� �n�o�t� �w�a�k�e� �u�p� �b�e�f�o�r�e� �I� �d�r�i�n�k� �s�o�m�e� �k�a�m�r�a�.� �I� �c�a�n� t� �e�v�e�n� �o�p�e�n� �m�y� �e�y�e�s�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�m�e�t�h�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �f�e�e�l� �s�i�c�k�.� �I� �f�e�e�l� �v�e�r�y�,� �v�e�r�y� �s�i�c�k�.� �M�y� �m�o�u�t�h� �i�s� �d�r�y�,� �I� �f�e�e�l� �w�e�a�k�,� �m�y� �m�u�s�c�l�e�s� �a�c�h�e�&  �I� �N�E�E�D� �D�U�S�T�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�o�p�i�u�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �c�a�n� t� �s�t�a�n�d� �i�t�.� �I� �N�E�E�D� �A� �D�O�S�E�,� �U�R�G�E�N�T�L�Y�!� �O�h�,� �p�l�e�a�s�e�&  �I� �b�e�g� �o�f� �y�o�u�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�a�l�c�o�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �h�e�a�d� �s�t�i�l�l� �h�u�r�t�s� �a�f�t�e�r� �y�e�s�t�e�r�d�a�y�.� �I� �c�a�n� �n�o�t� �d�r�i�n�k� �s�o� �m�u�c�h�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�i�l�l�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� �h�u�r�t�s� �t�o� �g�o� �t�o� �t�h�e� �t�o�i�l�e�t� �a�n�d� �s�e�c�r�e�t�i�o�n�s� �l�o�o�k� �s�t�r�a�n�g�e�.� �I� �g�u�e�s�s� �I� �c�a�u�g�h�t� �s�o�m�e�t�h�i�n�g�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �n�o�t� �t�o� �b�l�a�m�e� �f�o�r� �t�h�i�s� �l�o�s�s�!� �T�h�e�y� �w�e�r�e� �t�o�o� �s�t�r�o�n�g�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�u�g�l�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A�l�l� �t�h�e�s�e� �b�r�u�i�s�e�s� �a�n�d� �s�c�r�a�t�c�h�e�s�&  �T�h�e�y� �m�u�t�i�l�a�t�e�d� �m�e�.� �I� m� �s�c�a�r�e�d� �t�o� �l�o�o�k� �a�t� �m�y�s�e�l�f� �i�n� �t�h�e� �m�i�r�r�o�r�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�o�w�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�i�l�k� �c�o�n�s�t�a�n�t�l�y� �p�o�u�r�s� �f�r�o�m� �m�y� �b�r�e�a�s�t�s�&  �I�t� s� �a�w�f�u�l�,� �I� �d�o�n� t� �w�a�n�t� �t�o� �b�e� �a� �c�o�w�!�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�a�r�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A�l�l� �t�h�i�s� �t�i�m�e� �i�n� �a� �b�a�r�n�&  �Y�o�u� �c�a�n�n�o�t� �t�r�e�a�t� �m�e� �l�i�k�e� �s�o�m�e� �a�n�i�m�a�l�!� �P�l�e�a�s�e�,� �I� �w�o�n� t� �g�o� �b�a�c�k� �t�h�e�r�e�& '�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�a�r�n�_�p�l�u�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�e�s�,� �t�h�i�s� �p�l�a�c�e�,� �t�h�i�s�&  �b�a�r�n�&  �i�s� �d�r�e�a�d�f�u�l� �a�n�d� �o�p�p�r�e�s�s�i�v�e�&  �I�t� �w�a�s� �l�i�k�e� �a� �n�i�g�h�t�m�a�r�e�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �d�i�d� �n�o�t� �l�i�k�e� �t�o� �s�t�a�y� �i�n� �y�o�u�r� �b�e�d� �l�a�s�t� �n�i�g�h�t�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �W�h�a�t� �y�o�u� �p�u�t� �o�n� �m�e� �i�s� �n�o�t� �p�l�e�a�s�a�n�t� �t�o� �w�e�a�r�.�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �W�h�e�n� �w�i�l�l� �y�o�u� �g�i�v�e� �m�e� �t�h�e� �s�p�e�c�i�a�l� �g�i�f�t� �y�o�u� �p�r�o�m�i�s�e�d�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�e� �r�e�w�a�r�d� �y�o�u� �p�r�o�m�i�s�e�d�&  �w�a�s� �t�h�a�t� �i�t�?�'�
�
-�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �N�o�h�o�w�,� �I� �d�o� �n�o�t� �c�a�r�e�.�'�
�
+�!�p�o�s�i�t�i�v�e� �s�l�a�v�e� �m�o�o�d�l�e�t�s� �(�l�i�s�t�e�d� �i�n� �t�h�e� �o�r�d�e�r� �t�h�e�y� �w�i�l�l� �a�p�p�e�a�r� �[�i�f� �p�r�e�s�e�n�t�]� �i�n� �t�h�e� �"�h�o�w� �a�r�e� �y�o�u� �f�e�e�l�i�n�g�?�"� �d�i�a�l�o�g�)�
�
+�k�i�l�l�v�a�r� �'�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'� � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�w�i�n�n�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �H�o�o�r�a�y�,� �w�e� �w�o�n�!� �T�h�a�t� �w�a�s� �a�m�a�z�i�n�g�.� �I� �f�e�e�l� �m�u�c�h� �m�o�r�e� �c�o�n�f�i�d�e�n�t�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�u�l�t�i�p�l�e�_�o�r�g�a�s�m�'� � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�u�l�t�i�p�l�e�_�o�r�g�a�s�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �O�h�h�,� �i�t� �w�a�s� �g�r�e�a�t� �s�e�x�!� �S�u�c�h� �a� �h�e�a�v�e�n�l�y� �p�l�e�a�s�u�r�e�&  �I� �w�o�u�l�d� �l�i�k�e� �t�o� �e�x�p�e�r�i�e�n�c�e� �t�h�i�s� �o�n�c�e� �a�g�a�i�n�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�k�a�n�n�a�b�i�s�'� � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�k�a�n�n�a�b�i�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �O�o�o�o�&  �& t�h�i�s� �w�e�e�d� �i�s� �a� �t�h�i�n�g�.� �S�u�c�h� �b�l�i�s�s�,� �w�e� �n�e�e�d� �t�o� �a�d�d� �s�o�m�e� �r�e�l�a�x�i�n�g� �m�u�s�i�c�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�o�p�i�u�m�'� � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�o�p�i�u�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �f�e�e�l� �g�o�o�d�.� �I� �f�e�e�l� �o�b�l�i�v�i�o�n� �f�l�o�w�i�n�g� �t�h�r�o�u�g�h� �m�y� �v�e�i�n�s�,� �c�a�r�r�y�i�n�g� �a�w�a�y� �p�a�i�n� �a�n�d� �s�o�r�r�o�w�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�a�l�c�o�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�a�l�c�o�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�&  �h�i�c�&  �a�m� �s�o�o�o�o�o�o� �d�r�u�n�k�.� �W�h�y� �d�i�d� �y�o�u� �g�e�t� �m�e� �d�r�u�n�k�,� �e�h�?� �Y�o�u� �w�a�n�t� �t�o� �t�a�k�e� �a�d�v�a�n�t�a�g�e� �o�f� �m�y�&  �h�i�c�&  �h�e�l�p�l�e�s�s� �s�i�t�u�a�t�i�o�n�?�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�n�o�_�p�u�n�i�s�h�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�n�o�_�p�u�n�i�s�h�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �d�e�c�i�d�e�d� �n�o�t� �t�o� �p�u�n�i�s�h� �m�e�,� �a�l�t�h�o�u�g�h� �I� �k�n�o�w� �t�h�a�t� �I� �w�a�s� �g�u�i�l�t�y�.� �N�i�c�e� �t�o� �k�n�o�w� �t�h�a�t� �y�o�u� �a�r�e� �s�o�r�r�y� �f�o�r� �m�e� �^� �_� �^�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'� � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�i�n�e�f�f�e�c�t�i�v�e�_�p�u�n�i�s�h�m�e�n�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �k�n�o�w� �y�o�u� �m�e�a�n�t� �t�o� �p�u�n�i�s�h� �m�e�,� �b�u�t� �i�t� �w�a�s� �n�o�t� �a�s� �b�a�d� �a�s� �I� �e�x�p�e�c�t�e�d�& '�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�e�n�t�l�e�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� s� �n�i�c�e� �t�o� �f�e�e�l� �s�o�m�e�o�n�e� s� �c�a�r�e� �a�n�d� �a�f�f�e�c�t�i�o�n�& '�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�p�r�a�i�s�e�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u�r� �f�a�i�r� �w�o�r�d�s� �p�l�e�a�s�e�d� �m�e�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�d�a�t�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �l�o�v�e�d� �o�u�r� �w�a�l�k�.� �I� �w�o�u�l�d� �l�i�k�e� �t�o� �g�o� �o�u�t� �a�g�a�i�n� �s�o�m�e� �t�i�m�e�!�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�g�a�m�e�s�'� � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�g�a�m�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �F�r�e�e� �t�i�m�e� �f�o�r� �e�n�t�e�r�t�a�i�n�m�e�n�t� �-� �t�h�a�t� s� �j�u�s�t� �a�w�e�s�o�m�e�!� �S�o� �n�i�c�e� �t�o� �g�e�t� �a�w�a�y� �f�r�o�m� �w�o�r�r�i�e�s�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�d�e�s�s�e�r�t�'� � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�d�e�s�s�e�r�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �s�t�i�l�l� �r�e�m�e�m�b�e�r� �t�h�e� �f�l�a�v�o�r� �o�f� �s�w�e�e�t� �t�r�e�a�t�s�.� �M�m�m�m�&  �y�u�m�m�y�!�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�r�e�w�a�r�d�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�r�e�w�a�r�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A� �r�e�w�a�r�d� �f�o�r� �g�o�o�d� �b�e�h�a�v�i�o�r� �i�s� �n�i�c�e�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'� � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�p�e�l�l�g�u�a�r�d�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �w�i�l�l� �w�a�s� �s�t�r�o�n�g�e�r� �t�h�a�n� �y�o�u�r� �s�p�e�l�l�!� �I� �f�e�e�l� �m�u�c�h� �m�o�r�e� �c�o�n�f�i�d�e�n�t�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�c�o�o�k�i�e�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�c�o�o�k�i�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �a�t�e� �v�e�r�y� �t�a�s�t�y� �f�o�o�d� �a�n�d� �i�t� �i�s� �c�e�r�t�a�i�n�l�y� �n�i�c�e�.� �F�o�o�d� �o�n� �y�o�u�r� �t�a�b�l�e� �i�s� �m�u�c�h� �b�e�t�t�e�r� �t�h�a�n� �i�n� �m�y� �b�o�w�l�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�e�e�p�'� � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�e�e�p�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �g�o�t� �a� �g�o�o�d� �n�i�g�h�t� s� �s�l�e�e�p� �i�n� �m�y� �r�o�o�m�.� �I�t� �i�s� �s�o� �n�i�c�e� �s�o�m�e�t�i�m�e�s� �t�o� �r�e�l�a�x� �i�n� �c�o�m�f�o�r�t�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'� � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� �w�a�s� �s�o� �n�i�c�e� �t�o� �s�l�e�e�p� �i�n� �M�a�s�t�e�r� s� �b�e�d� �l�a�s�t� �n�i�g�h�t�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�j�o�b�'� � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�j�o�b�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�i�n�c�e� �I� �d�i�d� �m�y� �f�a�v�o�r�i�t�e� �t�h�i�n�g�,� �I� �f�e�e�l� �r�e�l�i�e�v�e�d�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�c�o�w�'� � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�c�o�w�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �s�o� �p�r�o�u�d� �o�f� �t�h�e�s�e� �t�i�t�s�&  �I� �n�e�v�e�r� �t�h�o�u�g�h�t� �i�t� �w�a�s� �s�o� �g�o�o�d� �t�o� �b�e� �m�i�l�k�e�d�& '�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�b�a�r�n�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�b�a�r�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� �w�a�s� �g�r�e�a�t� �t�o� �l�a�z�e� �i�n� �m�y� �p�e�n�:� �I� �w�a�n�t� �t�o� �g�o� �b�a�c�k� �i�n� �t�h�e� �b�a�r�n�,� �p�l�e�a�s�e�&  �M�o�o�o�!�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'� � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �w�a�s�h�e�d� �r�e�c�e�n�t�l�y�.� �N�i�c�e� �t�o� �f�e�e�l� �c�l�e�a�n� �a�n�d� �f�r�e�s�h�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�w�e�l�l�_�r�e�s�t�e�d�'� � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�w�e�l�l�_�r�e�s�t�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �r�e�s�t�e�d� �w�e�l�l� �y�e�s�t�e�r�d�a�y�,� �i�t� �i�s� �p�l�e�a�s�a�n�t� �t�o� �s�l�a�c�k� �o�f�f� �f�r�o�m� �t�i�m�e� �t�o� �t�i�m�e�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�o�r�g�a�s�m�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �W�e�l�l�&  �I�t� �w�a�s� �s�o� �n�i�c�e� �t�o� �g�e�t� �a� �d�i�s�c�h�a�r�g�e�.� �I� �w�o�u�l�d� �n�o�t� �m�i�n�d� �c�u�m�m�i�n�g� �l�i�k�e� �t�h�a�t� �o�n�c�e� �m�o�r�e�& '�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�c�l�o�t�h�e�s�'� � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �h�a�v�e� �v�e�r�y� �c�o�m�f�o�r�t�a�b�l�e� �c�l�o�t�h�e�s�.� �N�o�t�h�i�n�g� �i�s� �t�o�o� �t�i�g�h�t� �a�n�d� �i�t� �d�o�e�s�n� t� �i�n�t�e�r�f�e�r�e�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�p�o�n�y�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�p�o�n�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �a�l�s�o� �h�a�v�e� �m�y� �l�i�t�t�l�e� �p�o�n�y� �-� �b�e�i�n�g� �w�i�t�h� �h�e�r� �i�s� �a�l�w�a�y�s� �f�u�n�!�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�s�l�a�v�e�_�l�o�v�e�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�s�l�a�v�e�_�l�o�v�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�o�m�e� �k�i�n�d� �o�f� �i�r�r�e�s�i�s�t�i�b�l�e� �f�o�r�c�e� �b�e�c�k�o�n�s� �m�e� �t�o� �y�o�u�.� �I� �a�l�w�a�y�s� �t�h�i�n�k� �o�f� �y�o�u�.� �I� �w�a�n�t� �t�o� �b�e� �b�e�s�i�d�e� �y�o�u�&  �f�o�r�e�v�e�r�.�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�m�o�r�a�l�'� � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�m�o�r�a�l�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �a�l�w�a�y�s� �h�a�p�p�y� �t�o� �s�e�r�v�e� �m�y� �M�a�s�t�e�r�.� �I� m� �a� �g�o�o�d� �g�i�r�l�,� �r�i�g�h�t�,� �M�a�s�t�e�r�?�'�
�
+�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�'� � � � � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �a�l�l� �r�i�g�h�t�.� �N�o�t�h�i�n�g� �s�p�e�c�i�a�l�& '�
�
+�!�u�n�u�s�e�d�
�
+�!�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�]� �=� �'�p�o�s�_�a�r�t�i�f�a�c�t�'� � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�a�r�t�i�f�a�c�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�i�s� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n� �j�u�s�t� �s�u�p�e�r�b�.� �W�h�i�l�e� �I� �w�e�a�r� �i�t�,� �t�h�e� �w�o�r�l�d� �s�e�e�m�s� �a� �l�o�t� �b�e�t�t�e�r� �t�h�a�n� �i�t� �i�s�.� �I� �w�i�l�l� �n�e�v�e�r� �t�a�k�e� �i�t� �o�f�f�!�'�
�
+�
�
+�!�n�e�g�a�t�i�v�e� �s�l�a�v�e� �m�o�o�d�l�e�t�s� �(�l�i�s�t�e�d� �i�n� �t�h�e� �o�r�d�e�r� �t�h�e�y� �w�i�l�l� �a�p�p�e�a�r� �[�i�f� �p�r�e�s�e�n�t�]� �i�n� �t�h�e� �"�h�o�w� �a�r�e� �y�o�u� �f�e�e�l�i�n�g�?�"� �d�i�a�l�o�g�)�
�
+�k�i�l�l�v�a�r� �'�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �g�o�t� �i�n�t�o� �t�h�i�s� �s�t�r�a�n�g�e� �u�n�f�a�m�i�l�i�a�r� �w�o�r�l�d� �a�n�d� �I� �w�a�s� �i�m�m�e�d�i�a�t�e�l�y� �m�a�d�e� �i�n�t�o� �  a� �s�l�a�v�e�.� �H�o�w� �d�o� �y�o�u� �t�h�i�n�k� �I� �f�e�e�l�?�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�n�g�s�t�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�n�g�s�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �d�o� �n�o�t� �k�n�o�w� �w�h�a�t� �w�i�l�l� �h�a�p�p�e�n� �t�o� �m�e� �t�o�m�o�r�r�o�w� �o�r� �e�v�e�n� �t�h�e� �n�e�x�t� �m�i�n�u�t�e�.� �W�h�y� �d�o� �I� �l�i�v�e�?� �I� �f�e�e�l� �l�i�k�e� �h�o�w�l�i�n�g� �o�f� �h�o�p�e�l�e�s�s�n�e�s�s�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�f�e�a�r�'� � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�f�e�a�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �k�n�o�w� �t�h�a�t� �y�o�u� �c�a�n� �p�u�n�i�s�h� �m�e� �f�o�r� �a�n�y� �w�r�o�n�g�d�o�i�n�g�,� �a�n�d� �l�i�v�e� �i�n� �c�o�n�s�t�a�n�t� �f�e�a�r�.� �T�h�o�u�g�h�t�s� �a�b�o�u�t� �v�a�r�i�o�u�s� �h�o�r�r�o�r�s� �d�o� �n�o�t� �g�o� �o�u�t� �o�f� �m�y� �h�e�a�d�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�m�e�t�h�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�m�e�t�h�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �f�e�e�l� �s�i�c�k�.� �I� �f�e�e�l� �v�e�r�y�,� �v�e�r�y� �s�i�c�k�.� �M�y� �m�o�u�t�h� �i�s� �d�r�y�,� �I� �f�e�e�l� �w�e�a�k�,� �m�y� �m�u�s�c�l�e�s� �a�c�h�e�&  �I� �N�E�E�D� �D�U�S�T�!�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�o�p�i�u�m�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�o�p�i�u�m�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �c�a�n� t� �s�t�a�n�d� �i�t�.� �I� �N�E�E�D� �A� �D�O�S�E�,� �U�R�G�E�N�T�L�Y�!� �O�h�,� �p�l�e�a�s�e�&  �I� �b�e�g� �o�f� �y�o�u�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�k�o�f�f�e�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�k�o�f�f�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �c�a�n� �n�o�t� �w�a�k�e� �u�p� �b�e�f�o�r�e� �I� �d�r�i�n�k� �s�o�m�e� �k�a�m�r�a�.� �I� �c�a�n� t� �e�v�e�n� �o�p�e�n� �m�y� �e�y�e�s�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�a�l�c�o�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�a�l�c�o�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �h�e�a�d� �s�t�i�l�l� �h�u�r�t�s� �a�f�t�e�r� �y�e�s�t�e�r�d�a�y�.� �I� �c�a�n� �n�o�t� �d�r�i�n�k� �s�o� �m�u�c�h�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�l�o�s�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �n�o�t� �t�o� �b�l�a�m�e� �f�o�r� �t�h�i�s� �l�o�s�s�!� �T�h�e�y� �w�e�r�e� �t�o�o� �s�t�r�o�n�g�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�w�o�u�n�d�e�d�'� � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�w�o�u�n�d�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �w�o�u�n�d�s� �a�c�h�e�.� �E�v�e�r�y� �w�r�o�n�g� �m�o�v�e� �h�u�r�t�s�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�u�g�l�y�'� � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�u�g�l�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A�l�l� �t�h�e�s�e� �b�r�u�i�s�e�s� �a�n�d� �s�c�r�a�t�c�h�e�s�&  �T�h�e�y� �m�u�t�i�l�a�t�e�d� �m�e�.� �I� m� �s�c�a�r�e�d� �t�o� �l�o�o�k� �a�t� �m�y�s�e�l�f� �i�n� �t�h�e� �m�i�r�r�o�r�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�u�n�g�r�y�'� � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �d�i�d� �n�o�t� �g�e�t� �e�n�o�u�g�h� �f�o�o�d� �a�n�d� �I� �w�o�r�k�e�d� �t�o�o� �h�a�r�d�.� �I� �f�e�e�l� �w�e�a�k�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �f�e�e�l� �r�e�a�l�l�y� �b�a�d�.� �I� m� �d�i�z�z�y�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�e�x�h�a�u�s�t�e�d�'� � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�e�x�h�a�u�s�t�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �v�e�r�y� �t�i�r�e�d�.� �I� �n�e�e�d� �t�o� �r�e�s�t�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�r�a�p�e�d�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�r�a�p�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �r�a�p�e�d� �m�e�!� �I� �f�e�e�l� �d�i�r�t�y�,� �a�b�u�s�e�d� �a�n�d� �t�r�a�m�p�l�e�d�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�e�x� �f�o�r� �t�h�e� �f�i�r�s�t� �t�i�m�e� �i�s�<�<�i�i�f�(�d�y�n�s�l�a�v�e�[�"�c�o�u�r�a�g�e�"�]� �!� �2�,� �"� �s�c�a�r�y� �a�n�d�"�,� �"�"�)�>�>� �p�a�i�n�f�u�l�.� �I� �s�t�i�l�l� �h�u�r�t� �d�o�w�n� �t�h�e�r�e�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�a�r�n�_�p�l�u�s�'� � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�a�r�n�_�p�l�u�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�e�s�,� �t�h�i�s� �p�l�a�c�e�,� �t�h�i�s�&  �b�a�r�n�&  �i�s� �d�r�e�a�d�f�u�l� �a�n�d� �o�p�p�r�e�s�s�i�v�e�&  �I�t� �w�a�s� �l�i�k�e� �a� �n�i�g�h�t�m�a�r�e�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�a�r�n�'� � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�a�r�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A�l�l� �t�h�i�s� �t�i�m�e� �i�n� �a� �b�a�r�n�&  �Y�o�u� �c�a�n�n�o�t� �t�r�e�a�t� �m�e� �l�i�k�e� �s�o�m�e� �a�n�i�m�a�l�!� �P�l�e�a�s�e�,� �I� �w�o�n� t� �g�o� �b�a�c�k� �t�h�e�r�e�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�o�w�'� � � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�o�w�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�i�l�k� �c�o�n�s�t�a�n�t�l�y� �p�o�u�r�s� �f�r�o�m� �m�y� �b�r�e�a�s�t�s�&  �I�t� s� �a�w�f�u�l�,� �I� �d�o�n� t� �w�a�n�t� �t�o� �b�e� �a� �c�o�w�!�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�p�a�i�n�'� � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�p�a�i�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �h�u�r�t� �m�e�.� �I� �s�t�i�l�l� �f�e�e�l� �i�t�.� �I�t� �d�o�e�s� �n�o�t� �g�o� �a�w�a�y�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�f�o�r�c�e�d�'� � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�f�o�r�c�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �h�a�v�e� �c�o�e�r�c�e�d� �m�e� �i�n�t�o� �d�o�i�n�g� �u�g�l�y� �t�h�i�n�g�s�.� �I� �f�e�e�l� �s�o� �h�e�l�p�l�e�s�s�.� �A�n�d� �m�y� �b�r�u�i�s�e�s� �h�u�r�t�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�p�e�l�l�b�o�u�n�d�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�p�e�l�l�b�o�u�n�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u�r� �e�v�i�l� �s�p�e�l�l� �p�u�t� �m�e� �d�o�w�n�.� �T�h�e�r�e� �a�r�e� �s�t�r�a�n�g�e� �v�o�i�c�e�s� �w�h�i�s�p�e�r�i�n�g� �i�n� �m�y� �h�e�a�d�.� �T�h�e�y� �d�r�i�v�e� �m�e� �c�r�a�z�y�!�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�h�a�m�e�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�h�a�m�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �G�o�d�,� �I� m� �s�t�i�l�l� �e�m�b�a�r�r�a�s�s�e�d�.� �W�h�y� �d�i�d� �y�o�u� �m�a�k�e� �m�e� �d�i�s�p�l�a�y� �m�y�s�e�l�f� �l�i�k�e� �t�h�a�t�?�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�o�_�p�r�a�i�s�e�'� � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�o�_�p�r�a�i�s�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �t�r�i�e�d� �s�o� �h�a�r�d� �t�o� �d�o� �w�e�l�l�,� �a�n�d� �y�o�u� �h�a�v�e� �n�o�t� �e�v�e�n� �t�o�l�d� �m�e� �a� �s�i�n�g�l�e� �g�o�o�d� �w�o�r�d�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�b�u�s�e�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�b�u�s�e�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �w�e�r�e� �s�w�e�a�r�i�n�g� �a�t� �m�e� �s�o� �s�t�r�o�n�g�l�y� �t�h�a�t� �I� �s�t�i�l�l� �f�e�e�l� �s�i�c�k� �f�r�o�m� �i�t�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�d�i�s�g�u�s�t�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�d�i�s�g�u�s�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �c�a�n� �n�o�t� �f�o�r�g�e�t� �a�l�l� �t�h�i�s� �h�o�r�r�o�r�.� �E�v�e�n� �p�a�i�n� �i�s� �e�a�s�i�e�r� �t�o� �e�n�d�u�r�e� �t�h�a�n� �t�h�o�s�e� �h�i�d�e�o�u�s�,� �h�o�r�r�i�b�l�e� �t�h�i�n�g�s� �t�h�a�t� �y�o�u� �a�r�e� �d�o�i�n�g� �t�o� �m�e�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�f�o�o�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�a�t� �f�o�o�d� �y�o�u� �a�r�e� �g�i�v�i�n�g� �m�e�,� �i�t� �i�s� �n�o�t� �v�e�r�y� �g�o�o�d�.� �T�o� �t�e�l�l� �t�h�e� �t�r�u�t�h�,� �i�t� �i�s� �s�o� �v�i�l�e� �t�h�a�t� �i�t� �i�s� �e�a�s�i�e�r� �t�o� �s�t�a�y� �h�u�n�g�r�y� �t�h�a�n� �t�o� �p�u�s�h� �i�t� �d�o�w�n� �m�y� �t�h�r�o�a�t�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�b�a�d�_�s�l�e�e�p�'� � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�b�a�d�_�s�l�e�e�p�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �S�l�e�e�p�i�n�g� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �j�u�s�t� �t�e�r�r�i�b�l�e�.� �M�y� �w�h�o�l�e� �b�o�d�y� �i�s� �n�u�m�b� �a�n�d� �s�o�r�e� �f�r�o�m� �s�u�c�h� �a� �"�r�e�s�t�"�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'� � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�e�p�t�_�w�i�t�h�_�m�a�s�t�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u�r� �b�e�d� �i�s� �s�o�f�t�e�r� �t�h�a�n� �t�h�e� �f�l�o�o�r�,� �b�u�t� �s�l�e�e�p� �d�o�e�s� �n�o�t� �c�o�m�e�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�m�e�s�s�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�m�e�s�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�e� �h�o�u�s�e� �n�o�w� �i�s� �a� �t�e�r�r�i�b�l�e� �m�e�s�s�,� �d�i�s�h�e�s� �a�r�e� �u�n�w�a�s�h�e�d�,� �e�v�e�r�y�t�h�i�n�g� �i�s� �u�p�s�i�d�e� �d�o�w�n�.� �N�o�t� �t�h�e� �b�e�s�t� �c�o�n�d�i�t�i�o�n�s� �f�o�r� �l�i�f�e�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�i�l�l�'� � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�i�l�l�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I�t� �h�u�r�t�s� �t�o� �g�o� �t�o� �t�h�e� �t�o�i�l�e�t� �a�n�d� �s�e�c�r�e�t�i�o�n�s� �l�o�o�k� �s�t�r�a�n�g�e�.� �I� �g�u�e�s�s� �I� �c�a�u�g�h�t� �s�o�m�e�t�h�i�n�g�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'� � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� m� �i�t�c�h�y� �f�r�o�m� �t�h�e� �d�i�r�t� �a�n�d� �b�a�d� �s�m�e�l�l�.� �I�t� �w�o�u�l�d� �b�e� �n�i�c�e� �t�o� �w�a�s�h�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'� � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�m�e�n�s�t�r�u�a�t�i�o�n�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �h�a�v�e� �t�h�e�s�e� �d�a�y�s�&  �d�u�r�i�n�g� �m�y� �p�e�r�i�o�d�.� �S�o� �m�y� �m�o�o�d� �i�s�n� t� �t�h�e� �b�e�s�t� �a�n�d� �I� m� �m�o�o�d�y�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�j�o�b�'� � � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�j�o�b�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �m�a�k�e� �m�e� �e�n�g�a�g�e� �i�n� �b�o�r�i�n�g� �a�n�d� �u�n�p�l�e�a�s�a�n�t� �w�o�r�k�.� �F�r�o�m� �t�h�i�s� �I� �h�a�v�e� �a� �b�a�d� �m�o�o�d�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�p�r�i�s�o�n�e�r�'� � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�p�r�i�s�o�n�e�r�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �s�p�e�n�t� �s�o� �m�u�c�h� �t�i�m�e� �i�n� �p�r�i�s�o�n�.� �N�o�t� �t�h�e� �m�o�s�t� �p�l�e�a�s�a�n�t� �e�x�p�e�r�i�e�n�c�e�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�n�a�k�e�d�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�n�a�k�e�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �I� �h�a�v�e� �t�o� �g�o� �n�a�k�e�d� �e�v�e�r�y�w�h�e�r�e�.� �I�t� s� �c�o�l�d� �a�n�d� �h�u�m�i�l�i�a�t�i�n�g�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�l�o�t�h�e�s�'� � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �W�h�a�t� �y�o�u� �p�u�t� �o�n� �m�e� �i�s� �n�o�t� �p�l�e�a�s�a�n�t� �t�o� �w�e�a�r�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�h�o�r�n�y�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�h�o�r�n�y�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �E�v�e�r�y�<�<�$�l�i�t�t�l�e�_�t�x�t�>�>� �<�<�$�s�l�a�v�e�_�n�o�u�n�4�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �n�e�e�d�s� �a� �b�i�t� �o�f� �a�f�f�e�c�t�i�o�n� �f�r�o�m� �t�i�m�e� �t�o� �t�i�m�e�.� �W�i�t�h�o�u�t� �t�h�i�s� �i�t� �i�s� �s�o� �s�a�d�& '�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�r�u�l�e�s�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�r�u�l�e�s�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �A�l�l� �t�h�e�s�e� �t�e�r�r�i�b�l�e� �r�u�l�e�s� �t�h�a�t� �y�o�u� �a�r�e� �f�o�r�c�i�n�g� �m�e� �t�o� �d�o�&  �t�h�e�y� �d�o� �n�o�t� �a�d�d� �t�o� �t�h�e� �j�o�y� �o�f� �l�i�f�e�,� �a�c�t�u�a�l�l�y�.�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�s�p�o�i�l�'� � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �Y�o�u� �d�o� �n�o�t� �a�p�p�r�e�c�i�a�t�e� �m�e� �a�t� �a�l�l�!� �L�o�o�k�,� �w�h�a�t� �k�i�n�d� �o�f� �c�o�n�d�i�t�i�o�n�s� �a�r�e� �t�h�e�s�e�?�!� �C�h�e�e�r� �m�e� �u�p� �o�r� �s�o�m�e�t�h�i�n�g�!� �I� m� �b�o�r�e�d�!�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'� � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�h�e�a�p�_�g�i�f�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �W�h�e�n� �w�i�l�l� �y�o�u� �g�i�v�e� �m�e� �t�h�e� �s�p�e�c�i�a�l� �g�i�f�t� �y�o�u� �p�r�o�m�i�s�e�d�?�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'� � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�c�h�e�a�p�_�r�e�w�a�r�d�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �T�h�e� �r�e�w�a�r�d� �y�o�u� �p�r�o�m�i�s�e�d�&  �w�a�s� �t�h�a�t� �i�t�?�'�
�
+�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�'� � � � � � � � � � � � � � � � � � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �N�o�h�o�w�,� �I� �d�o� �n�o�t� �c�a�r�e�.�'�
�
+�!�u�n�u�s�e�d�
�
+�!�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�]� �=� �'�n�e�g�_�a�r�t�i�f�a�c�t�'� � � � � � � � � � �&� �$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�n�e�g�_�a�r�t�i�f�a�c�t�'�]� �=� �'� � �[�<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>�]�<�b�r�>�-� �M�y� �m�a�g�i�c� �d�e�c�o�r�a�t�i�o�n�!� �M�y�&  �M�y�&  �p�r�e�c�i�o�o�o�o�u�s�&  �A�n�g�r�y� �m�a�s�t�e�r� �t�o�o�k� �i�t� �a�w�a�y� �f�r�o�m� �u�s�&  �g�o�l�l�u�m�&  �p�o�o�r�&  �p�o�o�r� �u�s�&  �s�o� �l�o�n�e�l�y�& '�
�
 �D�I�S�A�B�L�E�S�U�B�E�X�=�0�
�
 �
�
 �-�-�-� �#�m�o�o�d�l�e�t�_�b�a�s�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
@@ -62215,7 +63731,7 @@
 �
�
 �$�p�r�i�d�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�U�n�a�s�h�a�m�e�d�'�)�
�
 �$�p�r�i�d�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�O�p�e�n�'�)�
�
-�$�p�r�i�d�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�T�i�m�i�d�'�)�
�
+�$�p�r�i�d�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�A�l�o�o�f�'�)�
�
 �$�p�r�i�d�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�P�r�o�u�d�'�)�
�
 �$�p�r�i�d�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�H�a�u�g�h�t�y�'�)�
�
 �$�p�r�i�d�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�A�r�r�o�g�a�n�t�'�)�
�
@@ -62415,20 +63931,20 @@
 �$�m�a�s�t�e�r�_�s�t�r�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�S�t�r�o�n�g�'�)�
�
 �$�m�a�s�t�e�r�_�s�t�r�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�H�e�r�c�u�l�e�a�n�'�)�
�
 �
�
-�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�5�
�
+�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
 �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
-�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
+�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�2�]� �=� �5�0�
�
+�m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�0�0�
�
 �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�6�0�
�
 �
�
-�$�m�a�s�t�e�r�_�c�h�a�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�W�i�m�p�'�)�
�
-�$�m�a�s�t�e�r�_�c�h�a�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�C�o�w�a�r�d�'�)�
�
-�$�m�a�s�t�e�r�_�c�h�a�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�L�o�s�e�r�'�)�
�
-�$�m�a�s�t�e�r�_�c�h�a�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�D�r�i�v�e�n�'�)�
�
-�$�m�a�s�t�e�r�_�c�h�a�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�A�m�b�i�t�i�o�u�s�'�)�
�
-�$�m�a�s�t�e�r�_�c�h�a�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�L�e�a�d�e�r�'�)�
�
+�$�m�a�s�t�e�r�_�c�h�a�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�C�a�i�t�i�f�f�'�)� � � � �&�!� �W�i�m�p�,� �M�i�l�k�s�o�p�
�
+�$�m�a�s�t�e�r�_�c�h�a�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�R�u�b�e�'�)� � � � � � � �&�!� �C�o�w�a�r�d�
�
+�$�m�a�s�t�e�r�_�c�h�a�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�C�h�u�r�l�'�)� � � � � � �&�!� �L�o�s�e�r�
�
+�$�m�a�s�t�e�r�_�c�h�a�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�K�n�a�v�e�'�)� � � � � � �&�!� �D�r�i�v�e�n�
�
+�$�m�a�s�t�e�r�_�c�h�a�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�V�u�l�g�a�r�i�a�n�'�)� � �&�!� �A�m�b�i�t�i�o�u�s�,� �A�s�p�i�r�a�n�t�
�
+�$�m�a�s�t�e�r�_�c�h�a�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�A�r�i�s�t�o�c�r�a�t�'�)� �&�!� �L�e�a�d�e�r�
�
 �
�
-�m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0� � � � �
�
+�m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
 �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
 �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
 �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
@@ -62438,7 +63954,7 @@
 �$�m�a�s�t�e�r�_�s�t�y�l�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�U�n�p�l�e�a�s�a�n�t�'�)�
�
 �$�m�a�s�t�e�r�_�s�t�y�l�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�U�n�m�e�m�o�r�a�b�l�e�'�)�
�
 �$�m�a�s�t�e�r�_�s�t�y�l�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�C�h�a�r�m�i�n�g�'�)�
�
-�$�m�a�s�t�e�r�_�s�t�y�l�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�C�h�a�r�i�s�m�a�t�i�c�'�)�
�
+�$�m�a�s�t�e�r�_�s�t�y�l�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�C�a�p�t�i�v�a�t�i�n�g�'�)�
�
 �$�m�a�s�t�e�r�_�s�t�y�l�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�I�r�r�e�s�i�s�t�i�b�l�e�'�)�
�
 �
�
 �$�m�a�s�t�e�r�_�l�i�b�i�d�o�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I�m�p�o�t�e�n�t�'�)�
�
@@ -62449,14 +63965,14 @@
 �$�m�a�s�t�e�r�_�l�i�b�i�d�o�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�S�a�l�a�c�i�o�u�s�'�)�
�
 �
�
 �m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�5�
�
-�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
-�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
-�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�0�0�
�
-�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�8�0�
�
+�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�1�]� �=� �4�5�
�
+�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�2�]� �=� �1�8�0�
�
+�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�3�]� �=� �3�6�0�
�
+�m�a�s�t�e�r�_�l�i�b�i�d�o�_�r�a�t�e�_�c�a�p�[�4�]� �=� �9�9�9�
�
 �
�
 �$�b�r�a�n�d�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�U�n�k�n�o�w�n�'�)�
�
-�$�b�r�a�n�d�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�R�u�m�o�u�r�e�d�'�)�
�
-�$�b�r�a�n�d�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�R�e�c�o�g�n�i�s�e�d�'�)�
�
+�$�b�r�a�n�d�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�R�u�m�o�r�e�d�'�)�
�
+�$�b�r�a�n�d�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�R�e�c�o�g�n�i�z�e�d�'�)�
�
 �$�b�r�a�n�d�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�C�e�l�e�b�r�i�t�y�'�)�
�
 �$�b�r�a�n�d�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�F�a�m�o�u�s�'�)�
�
 �$�b�r�a�n�d�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�L�e�g�e�n�d�a�r�y�'�)�
�
@@ -62478,7 +63994,7 @@
 �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�1�]� �=� �1�0�
�
 �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�2�]� �=� �2�0�
�
 �g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�3�]� �=� �4�0�
�
-�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �=� �8�0�
�
+�g�u�i�l�d�_�r�e�p�u�t�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �=� �7�5�
�
 �
�
 �$�m�a�s�t�e�r�_�w�e�a�l�t�h�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I�m�p�o�v�e�r�i�s�h�e�d�'�)�
�
 �$�m�a�s�t�e�r�_�w�e�a�l�t�h�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�P�o�o�r�'�)�
�
@@ -62488,14 +64004,6 @@
 �$�m�a�s�t�e�r�_�w�e�a�l�t�h�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�L�u�x�u�r�i�o�u�s�'�)�
�
 �$�m�a�s�t�e�r�_�w�e�a�l�t�h�[�6�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �6�,� �'�<�b�>�E�x�t�r�a�v�a�g�a�n�t�<�/�b�>�'�)�
�
 �
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�0�]� �=� �0�
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�1�]� �=� �2�0�
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�2�]� �=� �4�0�
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�3�]� �=� �8�0�
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�4�]� �=� �1�5�0�
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�5�]� �=� �3�0�0�
�
-�b�a�s�e�_�e�x�p�e�n�s�e�[�6�]� �=� �6�0�0�
�
-�
�
 �$�h�y�g�i�e�n�e�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�H�Y�G�I�E�N�E�<�b�r�>�'�
�
 �$�p�e�r�s�o�n�a�l�_�h�y�g�i�e�n�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�F�i�l�t�h�y�'�)� � � � � �&� �$�h�y�g�i�e�n�e�_�c�h�a�r�t� �+�=� �$�p�e�r�s�o�n�a�l�_�h�y�g�i�e�n�e�[�5�]�+�'�<�b�r�>�'�
�
 �$�p�e�r�s�o�n�a�l�_�h�y�g�i�e�n�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�D�i�r�t�y�'�)� � � � � � �&� �$�h�y�g�i�e�n�e�_�c�h�a�r�t� �+�=� �$�p�e�r�s�o�n�a�l�_�h�y�g�i�e�n�e�[�4�]�+�'�<�b�r�>�'�
�
@@ -62519,9 +64027,9 @@
 �
�
 �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�0�]� �=� �5�0�
�
 �m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�1�]� �=� �1�0�0�
�
-�m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�2�]� �=� �1�5�0�
�
-�m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�3�]� �=� �2�0�0�
�
-�m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �=� �3�0�0�
�
+�m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�2�]� �=� �2�0�0�
�
+�m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�3�]� �=� �4�0�0�
�
+�m�a�s�t�e�r�_�t�u�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �=� �6�0�0�
�
 �
�
 �$�m�a�s�t�e�r�_�b�u�t�l�e�r�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I�n�g�e�n�u�o�u�s� �D�w�e�l�l�e�r� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�b�u�t�l�e�r�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�P�e�o�n� �D�-�'�)�
�
@@ -62545,11 +64053,11 @@
 �$�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�V�i�r�t�u�o�s�o� �S�+�'�)�
�
 �$�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�[�6�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �6�,� �'�<�b�>�M�a�e�s�t�r�o� �S�+�+�<�/�b�>�'�)�
�
 �
�
-�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
-�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
-�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
-�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�5�
�
+�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
+�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
+�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�0�0�
�
+�m�a�s�t�e�r�_�a�r�t�d�i�r�e�c�t�o�r�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�8�0�
�
 �
�
 �$�m�a�s�t�e�r�_�m�e�d�i�c�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�H�o�m�e�o�p�a�t�h� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�m�e�d�i�c�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�Q�u�a�c�k� �D�-�'�)�
�
@@ -62562,8 +64070,8 @@
 �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
 �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
 �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�3�]� �=� �6�0�
�
-�m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�0�0�
�
+�m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
+�m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�2�0�
�
 �
�
 �$�m�a�s�t�e�r�_�f�i�g�h�t�e�r�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�N�o�n�-�C�o�m�b�a�t�a�n�t� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�f�i�g�h�t�e�r�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�B�r�a�w�l�e�r� �D�-�'�)�
�
@@ -62591,7 +64099,7 @@
 �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�1�]� �=� �4�0�
�
 �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�2�]� �=� �9�0�
�
 �m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�6�0�
�
-�m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�4�]� �=� �2�5�0�
�
+�m�a�s�t�e�r�_�m�a�g�e�_�r�a�t�e�_�c�a�p�[�4�]� �=� �3�2�0�
�
 �
�
 �$�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�S�u�b�m�i�s�s�i�v�e�'�)�
�
 �$�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�C�o�m�p�l�i�a�n�t�'�)�
�
@@ -62614,10 +64122,10 @@
 �$�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�M�a�s�t�e�r� �o�f� �t�h�e� �W�h�i�p� �S�+�'�)�
�
 �
�
 �m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
-�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
-�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
-�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�0�0�
�
+�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
+�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
+�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�f�l�a�g�e�l�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �=� �2�4�0�
�
 �
�
 �$�m�a�s�t�e�r�_�t�o�r�t�u�r�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�N�o�t� �a� �T�o�r�t�u�r�e�r� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�t�o�r�t�u�r�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�N�e�e�d�l�e�r� �D�-�'�)�
�
@@ -62653,10 +64161,10 @@
 �$�m�a�s�t�e�r�_�p�e�t�t�i�n�g�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�P�e�t�t�i�n�g� �S�+�'�)�
�
 �
�
 �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
-�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
-�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
-�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
+�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
+�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e�_�c�a�p�[�4�]� �=� �2�4�0�
�
 �
�
 �$�m�a�s�t�e�r�_�o�r�a�l�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�N�e�v�e�r� �K�i�s�s�e�d� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�o�r�a�l�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�O�r�a�l� �S�e�x� �D�-�'�)�
�
@@ -62666,10 +64174,10 @@
 �$�m�a�s�t�e�r�_�o�r�a�l�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�O�r�a�l� �S�e�x� �S�+�'�)�
�
 �
�
 �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
-�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
-�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
-�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
+�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
+�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e�_�c�a�p�[�4�]� �=� �2�4�0�
�
 �
�
 �$�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�V�i�r�g�i�n� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�P�e�n�e�t�r�a�t�i�o�n� �D�-�'�)�
�
@@ -62679,10 +64187,10 @@
 �$�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�P�e�n�e�t�r�a�t�i�o�n� �S�+�'�)�
�
 �
�
 �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
-�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
-�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
-�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
+�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
+�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e�_�c�a�p�[�4�]� �=� �2�4�0�
�
 �
�
 �$�m�a�s�t�e�r�_�f�e�t�i�s�h�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�U�n�a�d�v�e�n�t�u�r�o�u�s� �F�-�'�)�
�
 �$�m�a�s�t�e�r�_�f�e�t�i�s�h�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�F�e�t�i�s�h�i�s�m� �D�-�'�)�
�
@@ -62692,10 +64200,10 @@
 �$�m�a�s�t�e�r�_�f�e�t�i�s�h�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�W�o�r�s�t� �o�f� �P�e�r�v�e�r�t�s� �S�+�'�)�
�
 �
�
 �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�0�]� �=� �1�0�
�
-�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�1�]� �=� �2�0�
�
-�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�2�]� �=� �4�0�
�
-�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�3�]� �=� �8�0�
�
-�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�4�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�1�]� �=� �3�0�
�
+�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�2�]� �=� �6�0�
�
+�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�3�]� �=� �1�2�0�
�
+�m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e�_�c�a�p�[�4�]� �=� �2�4�0�
�
 �
�
 �$�h�o�u�s�e�_�m�e�s�s�_�c�h�a�r�t� �=� �'�<�c�e�n�t�e�r�>�H�O�M�E� �C�O�N�D�I�T�I�O�N�<�b�r�>�'�
�
 �$�h�o�u�s�e�_�m�e�s�s�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�S�q�u�a�l�i�d�'�)� � � � �&� �$�h�o�u�s�e�_�m�e�s�s�_�c�h�a�r�t� �+�=� �$�h�o�u�s�e�_�m�e�s�s�[�5�]�+�'�<�b�r�>�'�
�
@@ -62802,7 +64310,7 @@
 �$�c�h�a�r�m�_�m�o�r�a�l�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �7�,� �'�D�u�t�i�f�u�l�'�)�
�
 �$�c�h�a�r�m�_�m�o�r�a�l�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �8�,� �'�L�o�y�a�l�'�)�
�
 �$�c�h�a�r�m�_�m�o�r�a�l�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �9�,� �'�D�e�v�o�t�e�d�'�)�
�
-�$�c�h�a�r�m�_�m�o�r�a�l�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �1�0�,� �'�W�o�r�s�h�i�p�f�u�l�'�)�
�
+�$�c�h�a�r�m�_�m�o�r�a�l�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �1�0�,� �'�Z�e�a�l�o�u�s�'�)�
�
 �
�
 �$�c�h�a�r�m�_�a�n�g�s�t�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�,� � � � � � �1�1�,� �'�N�o� �D�e�s�p�a�i�r�'�)�
�
 �$�c�h�a�r�m�_�a�n�g�s�t�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �4�,� �'�D�e�s�p�o�n�d�e�n�t�'�)�
�
@@ -62815,7 +64323,7 @@
 �$�c�h�a�r�m�_�s�p�o�i�l�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �4�,� �'�B�a�l�k�y�'�)�
�
 �$�c�h�a�r�m�_�s�p�o�i�l�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �3�,� �'�U�n�r�u�l�y�'�)�
�
 �$�c�h�a�r�m�_�s�p�o�i�l�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �2�,� �'�R�e�s�t�i�v�e�'�)�
�
-�$�c�h�a�r�m�_�s�p�o�i�l�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �1�,� �'�D�e�f�i�a�n�t�'�)�
�
+�$�c�h�a�r�m�_�s�p�o�i�l�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �1�,� �'�E�n�t�i�t�l�e�d�'�)�
�
 �$�c�h�a�r�m�_�s�p�o�i�l�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� � �0�,� �'�C�o�n�t�u�m�a�c�i�o�u�s�'�)�
�
 �
�
 �!�e�n�d� �o�f� �s�e�c�t�i�o�n� �f�o�r� �f�o�r�m�u�l�a�s�
�
@@ -63186,12 +64694,12 @@
 �$�f�o�o�d�_�q�u�a�l�i�t�y�[�9�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �9�,� �'�<�b�>�S�-�<�/�b�>�'�)�
�
 �$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �1�0�,� �'�<�b�>�S�+�<�/�b�>�'�)�
�
 �
�
-�$�c�o�o�k�e�d�_�f�o�o�d�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�F�o�o�d� �n�o�t� �r�e�a�d�y�'�)�
�
-�$�c�o�o�k�e�d�_�f�o�o�d�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�S�i�m�p�l�e� �m�e�a�l�'�)�
�
-�$�c�o�o�k�e�d�_�f�o�o�d�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
-�$�c�o�o�k�e�d�_�f�o�o�d�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
-�$�c�o�o�k�e�d�_�f�o�o�d�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
-�$�c�o�o�k�e�d�_�f�o�o�d�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
+�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�F�o�o�d� �n�o�t� �r�e�a�d�y�'�)�
�
+�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�S�i�m�p�l�e� �m�e�a�l�'�)�
�
+�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
+�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
+�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
+�$�c�o�o�k�e�d�_�f�o�o�d�_�l�a�b�e�l�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�F�u�l�l� �m�e�a�l�'�)�
�
 �
�
 �!�r�e�p�l�a�c�e�m�e�n�t� �f�o�r� �f�o�o�d� �c�o�p�y�p�a�s�t�e�,� �b�y� �L�y�a�z�a�r�
�
 �!� �$�m�e�a�l�_�i�d�[�]� �r�e�m�o�v�e�d� �o�l�d� �c�o�d�e� �a�n�d� �u�s�e� �f�o�r� �f�o�o�d� �n�a�m�e�,� �f�o�r� �f�o�o�d�_�c�h�o�i�c�e� �w�o�r�k�i�n�g�
�
@@ -63249,63 +64757,81 @@
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?N@5H5G:0'�,� �'�D�e�l�i�c�a�t�e� �m�i�l�k�y� �m�a�s�h�e�d� �p�o�t�a�t�o�e�s� �a�n�d� �p�e�a�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:0@B>H:0_�A_�O9F><'�,� �'�C�r�i�s�p�y� �f�r�i�e�d� �p�o�t�a�t�o�e�s� �w�i�t�h� �e�g�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�A25:>;L=8:'�,� �'�S�a�l�a�d� �o�f� �b�o�i�l�e�d� �b�e�e�t�s�,� �g�r�a�t�e�d� �w�i�t�h� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AC?_�25@<5H5;52K9'�,� �'�V�e�r�m�i�c�e�l�l�i� �s�o�u�p� �w�i�t�h� �b�r�o�t�h� �o�f� �c�h�i�c�k�e�n� �c�u�b�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AC?_�25@<5H5;52K9'�,� �'�V�e�r�m�i�c�e�l�l�i� �s�o�u�p� �w�i�t�h� �s�p�i�c�y� �b�r�o�t�h� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�O9F><'�,� �'�R�i�c�h� �p�i�e� �w�i�t�h� �r�i�c�e� �a�n�d� �e�g�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�e�g�g�s�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<0:0@>=K_�A_�AK@><'�,� �'�P�a�s�t�a� �w�i�t�h� �g�r�a�t�e�d� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�c�h�e�e�s�e�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<>;>G=0O_�:0H0'�,� �'�S�w�e�e�t� �r�i�c�e� �p�o�r�r�i�d�g�e� �o�n� �m�i�l�k� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�4�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
 �
�
 �!� �F�o�o�d� �l�e�v�e�l� �3� �-� �N�o�w� �i�s� �r�a�t�i�n�g� �6� �o�n� �n�e�w� �s�y�s�t�e�m�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�1>@I'�,� �'�M�e�a�t� �s�o�u�p� �w�i�t�h� �c�a�b�b�a�g�e�,� �p�o�t�a�t�o�e�s� �a�n�d� �b�e�e�t�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�D0@H8@>20==K5_�O9F0'�,� �'�E�g�g�s� �s�t�u�f�f�e�d� �w�i�t�h� �m�e�a�t� �s�a�l�a�d� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�i�n�c�e�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:>;10A:8_�A_�?N@5'�,� �'�G�r�i�l�l�e�d� �s�a�u�s�a�g�e�s� �w�i�t�h� �m�i�l�k� �m�a�s�h�e�d� �p�o�t�a�t�o�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�i�n�c�e�'�,� �'�m�i�l�k�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�1>;>=L575'�,� �'�S�p�a�g�h�e�t�t�i� �w�i�t�h� �b�o�l�o�g�n�e�s�e� �m�e�a�t� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�m�i�n�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�<OA><'�,� �'�R�i�c�h� �p�i�e� �w�i�t�h� �s�p�i�c�y� �m�e�a�t� �f�i�l�l�i�n�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�i�n�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>AB@0O_�>B182=0O'�,� �'�W�e�l�l� �f�r�i�e�d� �s�t�e�a�k� �u�n�d�e�r� �t�h�e� �s�p�i�c�y� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�BCH5=>5_�<OA>'�,� �'�S�t�e�w� �i�n� �a� �p�o�t� �w�i�t�h� �v�e�g�e�t�a�b�l�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>B182=0O_�A_�@8A><'�,� �'�J�u�i�c�y� �s�t�e�a�k� �w�i�t�h� �f�r�i�e�d� �r�i�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�3;07C=LO_�A_�25BG8=>9'�,� �'�J�u�i�c�y� �s�c�r�a�m�b�l�e�d� �e�g�g�s� �w�i�t�h� �h�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<OA>_�?>_�D@0=FC7A:8'�,� �'�F�r�e�n�c�h� �m�e�a�t� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�c�h�e�e�s�e�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�3@810<8'�,� �'�P�i�e� �w�i�t�h� �m�u�s�h�r�o�o�m�s� �a�n�d� �r�e�d� �o�n�i�o�n� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�:0@B>H:>9'�,� �'�P�i�e� �w�i�t�h� �p�o�t�a�t�o�e�s� �a�n�d� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�O9F0<8'�,� �'�P�i�e� �w�i�t�h� �e�g�g�,� �r�i�c�e� �a�n�d� �g�r�e�e�n� �o�n�i�o�n�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<>;>G=K9_�AC?'�,� �'�M�i�l�k� �m�u�s�h�r�o�o�m� �c�r�e�a�m�-�s�o�u�p� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>2AO=K9_�?C448=3'�,� �'�O�a�t� �p�u�d�d�i�n�g� �w�i�t�h� �h�o�n�e�y� �a�n�d� �c�i�n�n�a�m�o�n� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AK@=>5_�?N@5'�,� �'�V�e�g�e�t�a�b�l�e� �s�o�u�p� �w�i�t�h� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�m�i�l�k�'�,� �'�n�o�n�e�'�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�1>@I'�,� �'�M�e�a�t� �s�o�u�p� �w�i�t�h� �c�a�b�b�a�g�e�,� �p�o�t�a�t�o�e�s� �a�n�d� �b�e�e�t�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�m�i�n�c�e�'� �&�!� �2� �+� �2� �+� �2� �+� �1� �=� �7�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�D0@H8@>20==K5_�O9F0'�,� �'�E�g�g�s� �s�t�u�f�f�e�d� �w�i�t�h� �m�e�a�t� �s�a�l�a�d� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�i�n�c�e�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �1� �+� �6� �=� �9�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�,� �-�6�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:>;10A:8_�A_�?N@5'�,� �'�G�r�i�l�l�e�d� �s�a�u�s�a�g�e�s� �w�i�t�h� �m�i�l�k� �m�a�s�h�e�d� �p�o�t�a�t�o�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�i�n�c�e�'�,� �'�m�i�l�k�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �1� �+� �6� �=� �9�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�,� �-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�1>;>=L575'�,� �'�S�p�a�g�h�e�t�t�i� �w�i�t�h� �b�o�l�o�g�n�e�s�e� �m�e�a�t� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�m�i�n�c�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �1� �=� �5�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�<OA><'�,� �'�R�i�c�h� �p�i�e� �w�i�t�h� �s�p�i�c�y� �m�e�a�t� �f�i�l�l�i�n�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�i�n�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'� �&�!� �1� �+� �2� �+� �2� �=� �5�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>AB@0O_�>B182=0O'�,� �'�W�e�l�l� �f�r�i�e�d� �s�t�e�a�k� �u�n�d�e�r� �a� �s�p�i�c�y� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'� �&�!� �4� �+� �1� �=� �5�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�BCH5=>5_�<OA>'�,� �'�S�t�e�w� �i�n� �a� �p�o�t� �w�i�t�h� �v�e�g�e�t�a�b�l�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �4� �=� �6�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>B182=0O_�A_�@8A><'�,� �'�J�u�i�c�y� �s�t�e�a�k� �w�i�t�h� �f�r�i�e�d� �r�i�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�f�l�o�w�e�r�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'� �&�!� �4� �+� �2� �=� �6�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�3;07C=LO_�A_�25BG8=>9'�,� �'�J�u�i�c�y� �s�c�r�a�m�b�l�e�d� �e�g�g�s� �w�i�t�h� �h�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'� �&�!� �4� �+� �6� �=� �1�0�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<OA>_�?>_�D@0=FC7A:8'�,� �'�F�r�e�n�c�h� �m�e�a�t� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�e�a�t�'�,� �'�c�h�e�e�s�e�'�,� �'�n�o�n�e�'�,� �'�n�o�n�e�'� �&�!� �4� �+� �6� �=� �1�0�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�3@810<8'�,� �'�P�i�e� �w�i�t�h� �m�u�s�h�r�o�o�m�s� �a�n�d� �r�e�d� �o�n�i�o�n� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �2� �&�!� �6�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�:0@B>H:>9'�,� �'�P�i�e� �w�i�t�h� �p�o�t�a�t�o�e�s� �a�n�d� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �6� �=� �1�0�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�A_�O9F0<8'�,� �'�P�i�e� �w�i�t�h� �e�g�g�,� �r�i�c�e� �a�n�d� �g�r�e�e�n� �o�n�i�o�n�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �6� �=� �1�0�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<>;>G=K9_�AC?'�,� �'�M�i�l�k� �m�u�s�h�r�o�o�m� �c�r�e�a�m�-�s�o�u�p� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �2� �=� �1�0�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>2AO=K9_�?C448=3'�,� �'�O�a�t� �p�u�d�d�i�n�g� �w�i�t�h� �h�o�n�e�y� �a�n�d� �c�i�n�n�a�m�o�n� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �2� �=� �1�0�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AK@=>5_�?N@5'�,� �'�V�e�g�e�t�a�b�l�e� �s�o�u�p� �w�i�t�h� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�6�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�m�i�l�k�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �6� �=� �1�4�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)�
�
 �
�
 �!� �F�o�o�d� �l�e�v�e�l� �4� �-� �N�o�w� �i�s� �r�a�t�i�n�g� �8� �o�n� �n�e�w� �s�y�s�t�e�m�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�H0H;K:'�,� �'�K�e�b�a�b� �w�i�t�h� �o�n�i�o�n�s�,� �t�o�m�a�t�o�e�s� �a�n�d� �h�e�r�b�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�s�p�i�c�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�07C_�A_�@8A><'�,� �'�A�s�e� �w�i�t�h� �s�p�i�c�e�d� �r�i�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@03C_�A_�AK@><'�,� �'�B�e�e�f� �s�t�e�w� �w�i�t�h� �c�h�e�e�s�e� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AB59:_�A_�<0:0@>=0<8'�,� �'�S�t�e�a�k� �w�i�t�h� �p�a�s�t�a� �i�n� �w�h�i�t�e� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>:@>H:0'�,� �'�K�e�f�i�r� �o�k�r�o�s�h�k�a� �w�i�t�h� �h�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�i�l�k�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@C;5B_�A_�O9F><'�,� �'�S�p�i�c�y� �m�e�a�t� �l�o�a�f� �w�i�t�h� �e�g�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�e�g�g�s�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�25BG8=0_�A_�AK@><'�,� �'�R�o�a�s�t� �h�a�m� �w�i�t�h� �c�h�e�e�s�e� �a�n�d� �b�a�s�i�l� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AC?_�10;L70<8:>'�,� �'�M�e�a�t� �c�r�e�a�m�-�s�o�u�p� �b�a�l�s�a�m�i�c�o� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�m�i�n�c�e�'�,� �'�m�i�l�k�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�G51C@5:8'�,� �'�J�u�i�c�y� �p�a�s�t�i�e�s� �u�n�d�e�r� �b�r�a�n�d�y� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�m�i�n�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:>B;5BK_�A_�:0@B>H:>9'�,� �'�C�u�t�l�e�t� �w�i�t�h� �b�o�i�l�e�d� �p�o�t�a�t�o�e�s� �u�n�d�e�r� �b�r�a�n�d�y� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�a�l�c�o�h�o�l�'�,� �'�m�i�n�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:C?0BK'�,� �'�F�r�i�e�d� �s�a�u�s�a�g�e�s� �o�n� �c�h�a�r�c�o�a�l� �w�i�t�h� �r�e�d� �w�i�n�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�m�i�n�c�e�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@><>2K5_�1;8=G8:8'�,� �'�C�r�i�s�p�y� �r�u�m� �p�a�n�c�a�k�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�2535B0@80=A:>5_�@03C'�,� �'�V�e�g�e�t�a�r�i�a�n� �v�e�g�e�t�a�b�l�e� �s�t�e�w� �w�i�t�h� �c�h�e�e�s�e� �a�n�d� �s�p�i�c�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�s�p�i�c�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�7@07K_�A_�O9F><'�,� �'�Z�r�a�z�y� �w�i�t�h� �s�t�u�f�f�e�d� �p�o�t�a�t�o� �w�i�t�h� �o�n�i�o�n� �a�n�d� �e�g�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�e�g�g�s�'�,� �'�s�p�i�c�e�'�,� �'�m�i�l�k�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>2>I8_�A_�D0A>;LN'�,� �'�V�e�g�e�t�a�b�l�e�s� �w�i�t�h� �b�e�a�n�s� �s�t�e�w�e�d� �i�n� �c�a�l�v�a�d�o�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�a�l�c�o�h�o�l�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�BCH5=0O_�G5G528F0'�,� �'�L�e�n�t�i�l� �s�t�e�w�e�d� �w�i�t�h� �c�h�e�e�s�e� �a�n�d� �h�e�r�b�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�s�p�i�c�e�'�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�H0H;K:'�,� �'�K�e�b�a�b� �w�i�t�h� �o�n�i�o�n�s�,� �t�o�m�a�t�o�e�s� �a�n�d� �h�e�r�b�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�s�p�i�c�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �4� �=� �8�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�07C_�A_�@8A><'�,� �'�A�s�e� �w�i�t�h� �s�p�i�c�e�d� �r�i�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �4� �=� �8�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@03C_�A_�AK@><'�,� �'�B�e�e�f� �s�t�e�w� �w�i�t�h� �c�h�e�e�s�e� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �4� �=� �1�2�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AB59:_�A_�<0:0@>=0<8'�,� �'�S�t�e�a�k� �w�i�t�h� �p�a�s�t�a� �i�n� �w�h�i�t�e� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �4� �=� �1�2�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�,� �-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)� �[�c�h�e�a�p�e�s�t� �(�2�$�)�]�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>:@>H:0'�,� �'�K�e�f�i�r� �o�k�r�o�s�h�k�a� �w�i�t�h� �h�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�m�i�l�k�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �4� �=� �1�2�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�,� �-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)� �[�c�h�e�a�p�e�s�t� �(�2�$�)�]�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@C;5B_�A_�O9F><'�,� �'�S�p�i�c�y� �m�e�a�t� �l�o�a�f� �w�i�t�h� �e�g�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�e�g�g�s�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �4� �=� �1�2�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�,� �-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)� �[�c�h�e�a�p�e�s�t� �(�2�$�)�]�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�25BG8=0_�A_�AK@><'�,� �'�R�o�a�s�t� �h�a�m� �w�i�t�h� �c�h�e�e�s�e� �a�n�d� �b�a�s�i�l� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �4� �=� �8�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AC?_�10;L70<8:>'�,� �'�M�e�a�t� �c�r�e�a�m�-�s�o�u�p� �b�a�l�s�a�m�i�c�o� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�m�i�n�c�e�'�,� �'�m�i�l�k�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �1� �+� �6� �=� �9�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�,� �-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)� �[�c�h�e�a�p�e�s�t� �(�2�$�)�]�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�G51C@5:8'�,� �'�J�u�i�c�y� �p�a�s�t�i�e�s� �u�n�d�e�r� �b�r�a�n�d�y� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�m�i�n�c�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �1� �=� �5�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:>B;5BK_�A_�:0@B>H:>9'�,� �'�C�u�t�l�e�t� �w�i�t�h� �b�o�i�l�e�d� �p�o�t�a�t�o�e�s� �u�n�d�e�r� �b�r�a�n�d�y� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�a�l�c�o�h�o�l�'�,� �'�m�i�n�c�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �1� �=� �5�$� �(�-�1�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �m�i�n�c�e�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:C?0BK'�,� �'�F�r�i�e�d� �s�a�u�s�a�g�e�s� �o�n� �c�h�a�r�c�o�a�l� �w�i�t�h� �r�e�d� �w�i�n�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�m�i�n�c�e�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �4� �+� �2� �=� �8�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@><>2K5_�1;8=G8:8'�,� �'�C�r�i�s�p�y� �r�u�m� �p�a�n�c�a�k�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �2� �=� �6�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�2535B0@80=A:>5_�@03C'�,� �'�V�e�g�e�t�a�r�i�a�n� �v�e�g�e�t�a�b�l�e� �s�t�e�w� �w�i�t�h� �c�h�e�e�s�e� �a�n�d� �s�p�i�c�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�s�p�i�c�e�'� �&�!� �2� �+� �2� �+� �6� �+� �2� �=� �1�2�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�7@07K_�A_�O9F><'�,� �'�Z�r�a�z�y� �w�i�t�h� �s�t�u�f�f�e�d� �p�o�t�a�t�o� �w�i�t�h� �o�n�i�o�n� �a�n�d� �e�g�g� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�e�g�g�s�'�,� �'�s�p�i�c�e�'�,� �'�m�i�l�k�'� �&�!� �2� �+� �6� �+� �2� �+� �6� �=� �2�0�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�,� �-�6�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>2>I8_�A_�D0A>;LN'�,� �'�S�p�i�c�e�d� �v�e�g�e�t�a�b�l�e�s� �a�n�d� �b�e�a�n�s� �s�t�e�w�e�d� �i�n� �c�a�l�v�a�d�o�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�a�l�c�o�h�o�l�'�,� �'�s�p�i�c�e�'� �&�!� �2� �+� �2� �+� �2� �+� �2� �=� �8�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�BCH5=0O_�G5G528F0'�,� �'�L�e�n�t�i�l�s� �s�t�e�w�e�d� �w�i�t�h� �c�h�e�e�s�e� �a�n�d� �h�e�r�b�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�8�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�s�p�i�c�e�'� �&�!� �2� �+� �2� �+� �6� �+� �2� �=� �1�2�$�
�
+�
�
+�!� �l�e�v�e�l� �4� �s�c�e�n�a�r�i�o� �1� �-� �v�e�g�e�t�a�r�i�a�n� �(�l�a�s�t� �5� �r�e�c�i�p�e�s� �o�n�l�y�)� �-� �r�e�c�i�p�e�s� �a�r�e� �w�o�r�s�t� �c�a�s�e� �1�2�$� �8�$� �2�0�$� �1�2�$� �6�$� �(�a�v�g� �1�1�.�6�)�,� �b�e�s�t� �c�a�s�e� �1�2�$� �8�$� �8�$� �1�2�$� �6�$� �(�a�v�g� �9�.�2�)�
�
+�!� �l�e�g�e�l� �4� �s�c�e�n�a�r�i�o� �2� �-� �v�e�g�-�m�i�n�m�a�x� �(�c�r�i�s�p�y� �r�u�m� �p�a�n�c�a�k�e�s�)� �-� �o�n�l�y� �b�u�y� �a�l�c�o�h�o�l�/�f�l�o�w�e�r�/�s�p�i�c�e� �(�2�$� �e�a�c�h�)�,� �f�i�x�e�s� �d�a�i�l�y� �c�o�s�t� �a�t� �6�$�
�
+�!� �l�e�v�e�l� �4� �s�c�e�n�a�r�i�o� �3� �-� �o�m�n�i�v�o�r�o�u�s� �(�a�d�d�i�n�g� �m�e�a�t� �r�e�c�i�p�e�s�)� �-� �r�e�c�i�p�e�s� �a�r�e� �w�o�r�s�t� �c�a�s�e� �1�2�$� �8�$� �2�0�$� �1�2�$� �6�$� �8�$� �5�$� �5�$� �9�$� �8�$� �1�2�$� �1�2�$� �1�2�$� �1�2�$� �8�$� �8�$� �(�a�v�g� �9�.�8�1�)�,� �b�e�s�t� �c�a�s�e� �1�2�$� �8�$� �8�$� �1�2�$� �6�$� �4�$� �4�$� �4�$� �2�$� �4�$� �2�$� �2�$� �2�$� �8�$� �4�$� �4�$� �(�a�v�g� �5�.�3�7�)�
�
+�!� �l�e�v�e�l� �4� �s�c�e�n�a�r�i�o� �3� �-� �o�m�n�i�m�i�n�m�a�x� �(�o�n�l�y� �m�a�k�e� �2�$� �d�i�s�h�e�s�)� �-� �a�l�c�o�h�o�l� �+� �m�i�n�c�e� �+� �y�o�u�r� �m�i�l�k� �/� �s�p�i�c�e�s� �+� �y�o�u�r� �e�g�g�s� �+� �y�o�u�r� �t�e�n�d�e�r�l�o�i�n� �/� �v�e�g�e�t�a�b�l�e�s� �+� �y�o�u�r� �m�i�l�k� �+� �y�o�u�r� �m�e�a�t� �/� �y�o�u�r� �m�i�l�k� �+� �f�l�o�u�r� �+� �y�o�u�r� �m�e�a�t�,� �f�i�x�e�s� �d�a�i�l�y� �c�o�s�t� �a�t� �2�$�
�
+�!� �p�o�i�n�t� �o�f� �c�o�m�p�a�r�i�s�o�n� �i�s� �v�i�r�g�i�n� �h�i�p� �p�u�b� �(�3�$� �f�o�r� �A�+� �q�u�a�l�i�t�y� �m�e�a�l�)�,� �w�o�r�s�t� �c�a�s�e� �1�$� �m�o�r�e� �e�x�p�e�n�s�i�v�e�,� �b�e�s�t� �c�a�s�e� �8�.�6�$� �c�h�e�a�p�e�r�
�
+�!� �e�a�t�i�n�g� �a�t� �t�h�e� �p�u�b� �h�a�s� �a�n� �a�d�d�i�t�i�o�n�a�l� �b�e�n�e�f�i�t� �-� �i�t� �s�a�v�e�s� �t�h�e� �e�n�e�r�g�y� �c�o�s�t� �o�f� �f�o�o�d� �p�r�e�p�a�r�a�t�i�o�n�,� �i�n� �e�x�c�h�a�n�g�e� �f�o�r� �h�a�l�f� �o�r� �z�e�r�o� �e�n�e�r�g�y� �t�r�a�v�e�l� �c�o�s�t� �(�i�f� �y�o�u� �a�r�e� �l�i�v�i�n�g� �i�n� �S�e�r�p�e�n�t�i�n�e� �o�r� �h�a�v�e� �t�h�e� �B�u�l�l� �R�i�n�g�)�
�
 �
�
 �!� �F�o�o�d� �l�e�v�e�l� �5� �-� �N�o�w� �i�s� �r�a�t�i�n�g� �1�0� �o�n� �n�e�w� �s�y�s�t�e�m�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<OA>_�?>4_�A;82>G=K<'�,� �'�M�e�a�t� �i�n� �a� �p�o�t� �s�t�e�w�e�d� �w�i�t�h� �v�e�g�e�t�a�b�l�e�s� �i�n� �a� �c�r�e�a�m�y� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�r�e�a�m�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@03C_�A_�@8A><'�,� �'�S�t�e�w� �w�i�t�h� �j�a�s�m�i�n�e� �r�i�c�e� �i�n� �a� �c�r�e�a�m�y� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�r�e�a�m�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?@O=0O_�25BG8=0'�,� �'�S�p�i�c�y� �c�r�e�a�m�y� �h�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�r�e�a�m�'�,� �'�s�p�i�c�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�H0H;K:_�A_�28=><'�,� �'�K�e�b�a�b� �w�i�t�h� �f�r�e�s�h� �h�e�r�b�s� �a�n�d� �r�e�d� �w�i�n�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�s�p�i�c�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@51@KH:8_�3@8;L'�,� �'�G�r�i�l�l�e�d� �r�i�b�s� �w�i�t�h� �s�p�i�c�y� �s�a�u�c�e� �a�n�d� �b�o�u�r�b�o�n� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�<0:0@>=0<8'�,� �'�A� �c�h�o�p� �f�r�o�m� �t�e�n�d�e�r�e�s�t� �v�i�r�g�i�n� �m�e�a�t� �w�i�t�h� �c�r�o�û�t�o�n�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�h�e�e�s�e�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�:0@B>H:>9'�,� �'�J�u�i�c�y� �v�i�r�g�i�n� �b�r�e�a�s�t� �s�t�e�a�k�s� �w�i�t�h� �c�r�i�s�p�y� �p�o�t�a�t�o�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�s�p�i�c�e�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�1>10<8'�,� �'�S�t�e�w�e�d� �v�i�r�g�i�n� �m�e�a�t� �w�i�t�h� �b�e�a�n�s� �u�n�d�e�r� �a� �r�e�d� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�AK@><'�,� �'�V�i�r�g�i�n� �m�e�a�t� �r�a�g�o�u�t� �w�i�t�h� �v�e�g�e�t�a�b�l�e�s� �a�n�d� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�87_�452G0B8=K'�,� �'�P�u�f�f� �p�i�e� �w�i�t�h� �e�g�g� �a�n�d� �v�i�r�g�i�n� �m�e�a�t� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�e�g�g�s�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AC?_�87_�452G0B8=K'�,� �'�V�i�r�g�i�n� �m�e�a�t� �s�o�u�p� �w�i�t�h� �d�u�m�p�l�i�n�g�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:@C0AA0=K'�,� �'�A�i�r� �c�r�o�i�s�s�a�n�t�s� �w�i�t�h� �c�r�e�a�m� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�r�e�a�m�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:5:AK'�,� �'�V�a�n�i�l�l�a� �c�u�p�c�a�k�e�s� �w�i�t�h� �h�o�m�e�m�a�d�e� �i�c�e� �c�r�e�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�c�r�e�a�m�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?5G5=L5'�,� �'�C�h�o�c�o�l�a�t�e� �c�o�o�k�i�e�s� �w�i�t�h� �a�m�a�r�e�t�t�o� �l�i�q�u�e�u�r� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�n�o�n�e�'�
�
-�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�;070=LO_�15H0<5;L'�,� �'�V�e�g�e�t�a�b�l�e� �l�a�s�a�g�n�a� �w�i�t�h� �b�é�c�h�a�m�e�l� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�r�e�a�m�'�,� �'�n�o�n�e�'�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�<OA>_�?>4_�A;82>G=K<'�,� �'�M�e�a�t� �i�n� �a� �p�o�t� �s�t�e�w�e�d� �w�i�t�h� �v�e�g�e�t�a�b�l�e�s� �i�n� �a� �c�r�e�a�m�y� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�r�e�a�m�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �4� �=� �1�2�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@03C_�A_�@8A><'�,� �'�S�t�e�w� �w�i�t�h� �j�a�s�m�i�n�e� �r�i�c�e� �i�n� �a� �c�r�e�a�m�y� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�r�e�a�m�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �4� �=� �1�2�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?@O=0O_�25BG8=0'�,� �'�S�p�i�c�y� �c�r�e�a�m�y� �h�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�r�e�a�m�'�,� �'�s�p�i�c�e�'�,� �'�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �4� �=� �1�2�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�H0H;K:_�A_�28=><'�,� �'�K�e�b�a�b� �w�i�t�h� �f�r�e�s�h� �h�e�r�b�s�,� �p�o�t�a�t�o�e�s� �a�n�d� �r�e�d� �w�i�n�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�s�p�i�c�e�'�,� �'�m�e�a�t�'�,� �'�v�e�g�e�t�a�b�l�e�s�'� �&�!� �2� �+� �2� �+� �4� �+� �2� �=� �1�0�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�@51@KH:8_�3@8;L'�,� �'�G�r�i�l�l�e�d� �r�i�b�s� �w�i�t�h� �s�p�i�c�y� �s�a�u�c�e� �a�n�d� �b�o�u�r�b�o�n� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�m�e�a�t�'�,� �'�s�p�i�c�e�'� �&�!� �2� �+� �2� �+� �4� �+� �2� �=� �1�0�$� �(�-�4�$� �i�f� �y�o�u� �s�l�a�u�g�h�t�e�r� �y�o�u�r� �o�w�n� �t�e�n�d�e�r�l�o�i�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�<0:0@>=0<8'�,� �'�A� �c�h�o�p� �f�r�o�m� �t�e�n�d�e�r�e�s�t� �v�i�r�g�i�n� �m�e�a�t� �w�i�t�h� �c�r�o�û�t�o�n�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�c�h�e�e�s�e�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �8� �=� �1�6�$� �(�-�8�$� �a�s� �y�o�u� �m�u�s�t� �s�l�a�u�g�h�t�e�r� �v�i�r�g�i�n� �m�e�a�t�)�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�:0@B>H:>9'�,� �'�J�u�i�c�y� �v�i�r�g�i�n� �b�r�e�a�s�t� �s�t�e�a�k�s� �w�i�t�h� �c�r�i�s�p�y� �p�o�t�a�t�o�e�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�s�p�i�c�e�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �8� �=� �1�2�$� �(�-�8�$� �a�s� �y�o�u� �m�u�s�t� �s�l�a�u�g�h�t�e�r� �v�i�r�g�i�n� �m�e�a�t�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�1>10<8'�,� �'�S�t�e�w�e�d� �v�i�r�g�i�n� �m�e�a�t� �w�i�t�h� �b�e�a�n�s� �u�n�d�e�r� �a� �r�e�d� �s�a�u�c�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �2� �+� �8� �=� �1�2�$� �(�-�8�$� �a�s� �y�o�u� �m�u�s�t� �s�l�a�u�g�h�t�e�r� �v�i�r�g�i�n� �m�e�a�t�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�452G0B8=0_�A_�AK@><'�,� �'�V�i�r�g�i�n� �m�e�a�t� �r�a�g�o�u�t� �w�i�t�h� �v�e�g�e�t�a�b�l�e�s� �a�n�d� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�c�h�e�e�s�e�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �8� �=� �1�6�$� �(�-�8�$� �a�s� �y�o�u� �m�u�s�t� �s�l�a�u�g�h�t�e�r� �v�i�r�g�i�n� �m�e�a�t�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?8@>3_�87_�452G0B8=K'�,� �'�P�u�f�f� �p�i�e� �w�i�t�h� �e�g�g� �a�n�d� �v�i�r�g�i�n� �m�e�a�t� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�e�g�g�s�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �8� �=� �1�6�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�,� �-�8�$� �a�s� �y�o�u� �m�u�s�t� �s�l�a�u�g�h�t�e�r� �v�i�r�g�i�n� �m�e�a�t�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�AC?_�87_�452G0B8=K'�,� �'�V�i�r�g�i�n� �m�e�a�t� �s�o�u�p� �w�i�t�h� �d�u�m�p�l�i�n�g�s� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�m�i�l�k�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�n�o�n�e�'� �&�!� �6� �+� �2� �+� �8� �=� �1�6�$� �(�-�6�$� �i�f� �y�o�u� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�,� �-�8�$� �a�s� �y�o�u� �m�u�s�t� �s�l�a�u�g�h�t�e�r� �v�i�r�g�i�n� �m�e�a�t�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:@C0AA0=K'�,� �'�A�i�r� �c�r�o�i�s�s�a�n�t�s� �w�i�t�h� �c�r�e�a�m� �c�h�e�e�s�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�f�l�o�w�e�r�'�,� �'�c�h�e�e�s�e�'�,� �'�e�g�g�s�'�,� �'�n�o�n�e�'� �&�!� �2� �+� �6� �+� �6� �=� �1�4�$� �(�-�6� �=� �8�$� �i�f� �y�o�u� �g�e�t� �e�g�g�s� �f�r�o�m� �y�o�u�r� �b�a�r�n�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�:5:AK'�,� �'�V�a�n�i�l�l�a� �c�u�p�c�a�k�e�s� �w�i�t�h� �h�o�m�e�m�a�d�e� �i�c�e� �c�r�e�a�m� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�s�p�i�c�e�'�,� �'�f�l�o�w�e�r�'�,� �'�c�r�e�a�m�'�,� �'�m�i�l�k�'� �&�!� �2� �+� �2� �+� �6� �+� �6� �=� �1�6�$� �(�-�6�$� �i�f� �g�e�t� �m�i�l�k� �f�r�o�m� �y�o�u�r� �c�o�w�)�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�?5G5=L5'�,� �'�C�h�o�c�o�l�a�t�e�-�m�a�s�c�a�r�p�o�n�e� �p�h�y�l�l�o� �t�r�i�a�n�g�l�e�s� �w�i�t�h� �a�m�a�r�e�t�t�o� �l�i�q�u�e�u�r� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�a�l�c�o�h�o�l�'�,� �'�f�l�o�w�e�r�'�,� �'�s�p�i�c�e�'�,� �'�c�h�e�e�s�e�'� �&�!� �2� �+� �2� �+� �2� �+� �6� �=� �1�2�$�
�
+�d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�;070=LO_�15H0<5;L'�,� �'�V�e�g�e�t�a�b�l�e� �l�a�s�a�g�n�a� �w�i�t�h� �b�é�c�h�a�m�e�l� �s�a�u�c�e� �a�n�d� �w�h�i�t�e� �w�i�n�e� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�c�r�e�a�m�'�,� �'�a�l�c�o�h�o�l�'� �&�!� �2� �+� �2� �+� �6� �+� �2� �=� �1�2�$�
�
+�
�
+�!� �l�e�v�e�l� �5� �s�c�e�n�a�r�i�o� �1� �-� �v�e�g�e�t�a�r�i�a�n� �(�l�a�s�t� �4� �r�e�c�i�p�e�s� �o�n�l�y�)� �-� �r�e�c�i�p�e�s� �a�r�e� �w�o�r�s�t� �c�a�s�e� �1�2�$� �1�2�$� �$�1�6� �$�1�4� �(�a�v�g� �1�3�.�5�)�,� �b�e�s�t� �c�a�s�e� �1�2�$� �1�2�$� �1�0�$� �8�$� �(�a�v�g� �1�0�.�5�)�
�
+�!� �l�e�g�e�l� �5� �s�c�e�n�a�r�i�o� �2� �-� �v�e�g�-�m�i�n�m�a�x� �(�a�i�r� �c�r�o�i�s�s�a�n�t�s� �o�n�l�y�)� �-� �o�n�l�y� �b�u�y� �f�l�o�u�r� �(�2�$� �e�a�c�h�)� �a�n�d� �c�h�e�e�s�e� �(�6�$� �e�a�c�h�)�,� �g�e�t� �e�g�g�s� �(�6�$� �e�a�c�h�)� �f�r�o�m� �y�o�u�r� �b�a�r�n� �f�o�r� �"�f�r�e�e�"�,� �f�i�x�e�s� �d�a�i�l�y� �c�o�s�t� �a�t� �8�$�
�
+�!� �l�e�v�e�l� �5� �s�c�e�n�a�r�i�o� �3� �-� �o�m�n�i�v�o�r�o�u�s� �(�a�d�d�i�n�g� �m�e�a�t� �r�e�c�i�p�e�s�)� �-� �r�e�c�i�p�e�s� �a�r�e� �w�o�r�s�t� �c�a�s�e� �1�2�$� �1�2�$� �$�1�6� �$�1�4� �$�1�6� �$�1�6� �$�1�6� �$�1�2� �$�1�2� �$�1�6� �$�1�0� �$�1�0� �$�1�2� �$�1�2� �$�1�2� �(�a�v�g� �1�3�.�2�)�,� �b�e�s�t� �c�a�s�e� �1�2�$� �1�2�$� �1�0�$� �8�$� �2�$� �8�$� �4�$� �4�$� �8�$� �6�$� �1�0�$� �8�$� �8�$� �8�$� �(�a�v�g� �6�.�6�6�)�
�
+�!� �l�e�v�e�l� �5� �s�c�e�n�a�r�i�o� �4� �-� �o�m�n�i�m�i�n�m�a�x� �(�o�n�l�y� �m�a�k�e� �4�$� �d�i�s�h�e�s�)� �-� �o�n�l�y� �b�u�y� �v�e�g�e�t�a�b�l�e�s� �a�n�d� �f�l�o�u�r� �a�n�d� �s�p�i�c�e�s�,� �g�e�t� �v�i�r�g�i�n� �m�e�a�t� �c�h�e�a�p�e�s�t� �f�r�o�m� �F�o�g�s� �(�m�i�n� �m�a�r�k�e�t� �p�r�i�c�e� �i�s� �2�0�$�,� �c�o�s�t� �o�f� �a� �h�e�a�l�i�n�g� �b�a�l�m� �i�s� �8�$�)�,� �f�i�x�e�s� �d�a�i�l�y� �c�o�s�t� �a�t� �4�$�
�
+�!� �p�o�i�n�t� �o�f� �c�o�m�p�a�r�i�s�o�n� �i�s� �r�e�s�t�a�u�r�a�n�t� �(�8�$�)� �a�n�d� �c�l�u�b� �(�i�n�c�l�u�d�e�d� �i�n� �A�+� �o�r� �h�i�g�h�e�r� �c�o�s�t� �o�f� �l�i�v�i�n�g�)� �w�h�i�c�h� �a�r�e� �e�q�u�i�v�a�l�e�n�t� �t�o� �S�+� �m�e�a�l� �q�u�a�l�i�t�y�
�
+�!� �e�a�t�i�n�g� �a�t� �c�l�u�b� �d�a�i�l�y� �c�a�n� �s�a�v�e� �4� �-� �6�.�6�6� �-� �8� �-� �1�3�.�5� �s�p�a�r�k�s�/�d�a�y� �(�4�0� �-� �6�6�.�6� �-� �8�0� �-� �1�3�5� �s�p�a�r�k�s� �p�e�r� �d�e�c�a�d�e�)� �d�e�p�e�n�d�i�n�g� �o�n� �t�h�e� �s�c�e�n�a�r�i�o�
�
+�!� �e�a�t�i�n�g� �a�t� �r�e�s�t�a�u�r�a�n�t� �(�w�h�i�c�h� �r�e�q�u�i�r�e�s� �5� �m�e�r�i�t� �t�o� �a�v�o�i�d� �s�p�o�i�l�i�n�g�)� �c�a�n� �s�a�v�e� �0� �-� �4� �-� �5�.�2� �-� �5�.�5� �s�p�a�r�k�s�/�v�i�s�i�t� �b�e�s�t� �c�a�s�e� �a�n�d� �b�e� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �b�y� �1�.�3�4� �-� �4� �s�p�a�r�k�s�/�v�i�s�i�t� �w�o�r�s�t� �c�a�s�e�
�
+�!� �e�a�t�i�n�g� �a�t� �t�h�e� �p�u�b� �p�r�o�v�i�d�e�s� �a�t�e�_�a�l�r�e�a�d�y� �o�f� �3� �o�r� �4� �s�o� �i�t� �i�s� �n�o�t� �a�n� �a�d�e�q�u�a�t�e� �s�u�b�s�t�i�t�u�t�e� �f�o�r� �S�+� �m�e�a�l� �q�u�a�l�i�t�y� �(�w�i�l�l� �n�o�t� �m�a�i�n�t�a�i�n� �m�a�s�t�e�r� �s�t�r�e�n�g�t�h� �a�t� �S�+� �t�h�o�u�g�h� �i�t� �c�a�n� �m�a�i�n�t�a�i�n� �A�+� �s�t�r�e�n�g�t�h� �f�o�r� �3�$�/�d�a�y� �s�o� �p�u�b� �i�s� �a� �g�o�o�d� �w�a�y� �t�o� �s�a�v�e� �s�p�a�r�k�s� �b�e�l�o�w�-�S�+� �s�t�r�e�n�g�t�h�)�
�
+�!� �n�o�t� �e�a�t�i�n�g� �a�t� �h�o�m�e� �h�a�s� �a�n� �a�d�d�i�t�i�o�n�a�l� �c�o�s�t� �-� �t�h�e�r�e� �w�i�l�l� �b�e� �n�o� �l�e�f�t�o�v�e�r�s� �f�o�r� �s�l�a�v�e�s� �w�i�t�h� �t�h�e� �l�e�f�t�o�v�e�r�s� �r�u�l�e�
�
+�!� �t�h�e�r�e� �a�r�e� �a�d�d�i�t�i�o�n�a�l� �b�e�n�e�f�i�t�s� �t�o� �e�a�t�i�n�g� �a�t� �t�h�e� �r�e�s�t�a�u�r�a�n�t�,� �f�o�r� �t�h�e� �s�l�a�v�e�:� �u�p� �t�o� �A�+� �s�t�r�e�n�g�t�h�,� �i�t� �i�s� �e�q�u�i�v�a�l�e�n�t� �t�o� �o�n�e� �g�y�m�n�a�s�t�i�c�s� �f�o�r� �t�h�e� �s�l�a�v�e� �(�+�3� �s�t�a�m�i�n�a�)� �w�i�t�h�o�u�t� �e�x�e�r�t�i�o�n� �a�n�d� �c�a�l�o�r�i�e� �c�o�s�t� �(�o�n�l�y� �c�o�s�t� �i�s� �t�r�a�v�e�l� �e�n�e�r�g�y� �a�n�d� �t�h�a�t� �c�a�n� �b�e� �h�a�l�v�e�d� �i�f� �l�i�v�i�n�g� �i�n� �C�a�m�i�r�a�)� �a�n�d� �i�t� �a�l�s�o� �g�i�v�e�s� �p�o�s�i�t�i�v�e� �m�o�o�d�l�e�t�s� �a�n�d� �b�u�i�l�d�s� �d�e�v�o�t�i�o�n� �a�n�d� �a�d�d�s� �n�e�x�t�-�d�a�y� �c�a�l�o�r�i�e�s�
�
 �
�
 �!�E�X�A�M�P�L�E�
�
 �d�y�n�a�m�i�c� �$�f�b�_�c�y�c�l�e�,� �'�>1@075F'�,� �'� �[�<�<�$�f�o�o�d�_�q�u�a�l�i�t�y�[�1�0�]�>�>�]�'�,� �'�v�e�g�e�t�a�b�l�e�s�'�,� �'�f�l�o�w�e�r�'�,� �'�v�i�r�g�i�n�_�m�e�a�t�'�,� �'�s�p�i�c�e�'�
�
@@ -63320,7 +64846,7 @@
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�1�]� �=� �'�M� l�o�r�d�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�1�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�s�i�m�p�l�e� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � � �A�n� �a�r�i�s�t�o�c�r�a�t� �w�i�t�h� �a� �g�r�e�a�t� �e�d�u�c�a�t�i�o�n�,� �w�i�t�h� �e�x�p�e�r�i�e�n�c�e� �i�n� �c�o�u�r�t� �a�n�d� �m�i�l�i�t�a�r�y� �s�e�r�v�i�c�e�.� � �H�a�v�i�n�g� �a�l�l� �t�h�e� �b�a�s�i�c� �s�k�i�l�l�s� �t�h�a�t� �a�r�e� �n�e�c�e�s�s�a�r�y� �t�o� �t�e�a�c�h�,� �h�e� �e�a�s�i�l�y� �j�o�i�n�e�d� �t�h�e� �r�a�n�k�s� �o�f� �t�h�e� �s�l�a�v�e�r�s� �a�n�d� �a�l�l� �a�g�r�e�e� �t�h�a�t� �a� �w�o�n�d�e�r�f�u�l� �c�a�r�e�e�r� �a�w�a�i�t�s� �h�i�m�& <�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �2�5�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �8�0�0�0�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�1�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �4�
�
 �	�m�a�s�t�e�r�_�c�h�a� �=� �4�
�
@@ -63348,7 +64874,7 @@
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�H?030'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �
�
-�	�s�p�a�r�k�s� �=� �2�5�0�0�
�
+�	�s�p�a�r�k�s� �=� �8�0�0�0� �&�!� �w�a�s� �2�5�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �0�
�
@@ -63361,7 +64887,7 @@
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�2�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�t�o�r�t�u�r�e�r�.�p�n�g�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�2�]� �=� �'�R�o�b�e�s�p�i�e�r�r�e�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � � �O�n�c�e� �u�p�o�n� �a� �t�i�m�e� �h�e� �w�a�s� �a� �s�o�l�d�i�e�r� �a�n�d� �f�o�u�g�h�t� �f�o�r� �t�h�e� �k�i�n�g� �i�n� �h�i�s� �c�o�l�o�n�i�a�l� �w�a�r�s�.� � �T�h�e�n� �t�h�e� �k�i�n�g� �w�a�s� �o�v�e�r�t�h�r�o�w�n� �a�n�d� �t�h�e� �r�e�v�o�l�u�t�i�o�n� �n�e�e�d�e�d� �e�x�e�c�u�t�i�o�n�e�r�s�.� � �M�o�r�e� �t�h�a�n� �a�n�y�t�h�i�n�g�,� �h�e� �i�s� �p�r�o�u�d� �t�o� �h�a�v�e� �p�e�r�s�o�n�a�l�l�y� �d�e�c�a�p�i�t�a�t�e�d� �t�h�e� �b�e�a�u�t�i�f�u�l�,� �b�u�t� �h�a�u�g�h�t�y� �q�u�e�e�n�.� � �I�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �a� �h�a�n�g�m�a�n� s� �s�k�i�l�l�s� �c�o�m�e� �i�n� �h�a�n�d�y�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �1�5�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �7�0�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�2�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�s�i�m�p�l�e� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�2�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �5�
�
@@ -63390,7 +64916,7 @@
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�:=CB'� �&�!� �w�h�i�p�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'� �&�!� �u�n�a�r�m�e�d�
�
 �
�
-�	�s�p�a�r�k�s� �=� �1�5�0�0�
�
+�	�s�p�a�r�k�s� �=� �7�0�0�0� �&�!� �w�a�s� �1�5�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �0�
�
@@ -63403,7 +64929,7 @@
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�3�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�f�i�g�h�t�e�r�.�p�n�g�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�3�]� �=� �'�B�l�a�d�e�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � � �I�n� �t�h�e� �h�a�r�s�h� �w�o�r�l�d� �w�h�e�r�e� �h�e� �w�a�s� �b�o�r�n� �a� �n�a�t�u�r�a�l� �p�h�y�s�i�c�a�l� �s�t�r�e�n�g�t�h� �w�a�s� �v�e�r�y� �m�u�c�h� �a�p�p�r�e�c�i�a�t�e�d�.� � �B�l�a�d�e� �w�a�s� �o�n�e� �o�f� �t�h�e� �b�e�s�t� �w�a�r�r�i�o�r�s� �a�n�d� �c�o�n�f�i�d�e�n�t�l�y� �w�a�l�k�e�d� �t�o� �s�u�c�c�e�s�s�,� �b�u�t� �s�o�m�e�h�o�w� �g�o�t� �t�o� �t�h�e� �F�o�g�.� � �A�l�t�h�o�u�g�h� �a� �g�o�o�d� �f�i�g�h�t�e�r� �w�i�l�l� �n�o�t� �g�e�t� �l�o�s�t� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �w�e� �a�l�l� �s�o�m�e�t�i�m�e�s� �w�a�n�t� �t�o� �c�h�a�n�g�e� �o�u�r� �l�i�v�e�s� �a�n�d� �a�c�h�i�e�v�e� �s�o�m�e�t�h�i�n�g� �m�o�r�e� �t�h�a�n� �a�n� �o�r�d�i�n�a�r�y� �s�e�r�v�i�c�e� �t�o� �t�h�e� �m�i�g�h�t�y� �o�f� �t�h�i�s� �w�o�r�l�d�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �1�5�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �6�0�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�3�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�n�o�r�m�a�l� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�3�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �5�
�
@@ -63432,7 +64958,7 @@
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�10AB0@4'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �
�
-�	�s�p�a�r�k�s� �=� �1�5�0�0�
�
+�	�s�p�a�r�k�s� �=� �6�0�0�0� �&�!� �w�a�s� �1�5�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �0�
�
@@ -63445,7 +64971,7 @@
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�4�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�p�i�m�p�.�p�n�g�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�4�]� �=� �'�S�i�l�k� �D�a�d�d�y�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � � �E�v�e�r�y�o�n�e� �h�a�s� �h�i�s� �o�w�n� �i�d�e�a� �o�f� �s�u�c�c�e�s�s�.� � �F�o�r� �S�i�l�k� �D�a�d�d�y�,� �e�s�t�a�b�l�i�s�h�i�n�g� �h�i�m�s�e�l�f� �a�s� �a� �p�i�m�p� �w�a�s� �a� �d�r�e�a�m� �c�o�m�e� �t�r�u�e�.� � �N�o�w� �h�e� s� �i�n� �a� �n�e�w� �w�o�r�l�d�,� �b�u�t� �t�h�e� �w�o�r�k� �i�s� �s�o�m�e�w�h�a�t� �s�i�m�i�l�a�r�.� � �B�l�a�c�k�,� �w�h�i�t�e�,� �y�e�l�l�o�w�,� �o�r� �t�a�i�l�e�d� �-� �b�i�t�c�h�e�s� �w�i�l�l� �a�l�w�a�y�s� �b�e� �b�i�t�c�h�e�s�.� � �T�h�e�y� �n�e�e�d� �a� �b�i�g� �b�l�a�c�k� �d�a�d�d�y�.� � �A�n�d� �D�a�d�d�y� �n�e�e�d�s� �a� �l�o�t� �o�f� �m�o�n�e�y�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �1�5�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �4�5�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�4�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�s�i�m�p�l�e� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�4�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �3�
�
@@ -63474,7 +65000,7 @@
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�:0AB5B'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �
�
-�	�s�p�a�r�k�s� �=� �1�5�0�0�
�
+�	�s�p�a�r�k�s� �=� �4�5�0�0� �&�!� �w�a�s� �1�5�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �0�
�
@@ -63487,7 +65013,7 @@
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�6�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�i�m�p�r�e�s�s�a�r�i�o�.�p�n�g�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�6�]� �=� �'�M�a�e�s�t�r�o�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�6�]� �=� �'� � � �H�e� �w�a�s� �t�h�e� �I�m�p�r�e�s�a�r�i�o�,� �f�a�m�o�u�s� �i�n� �t�h�e� �o�l�d� �w�o�r�l�d�,� �t�h�e� �m�a�n� �t�h�a�t� �p�l�a�y�w�r�i�g�h�t�s�,� �c�o�m�p�o�s�e�r�s� �a�n�d� �s�t�a�r�s� �k�o�w�t�o�w�e�d� �t�o�.� � �L�i�t�e�r�a�l�l�y� �t�h�o�u�s�a�n�d�s� �o�f� �y�o�u�n�g� �s�t�a�r�l�e�t�s� �h�a�v�e� �k�n�e�l�t� �b�e�n�e�a�t�h� �h�i�s� �d�e�s�k� �o�r� �l�a�i�d� �o�n� �h�i�s� �c�a�s�t�i�n�g� �c�o�u�c�h�.� � �B�u�t� �w�h�e�n� �h�i�s� �f�o�u�r�t�h� �t�r�o�p�h�y� �w�i�f�e� �l�e�f�t� �h�i�m� �h�e� �g�a�v�e� �i�t� �a�l�l� �u�p� �f�o�r� �a� �f�r�e�s�h� �s�t�a�r�t� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �a� �c�i�t�y� �t�h�a�t� �s�t�i�l�l� �a�p�p�r�e�c�i�a�t�e�s� �t�r�u�e� �t�a�l�e�n�t�.� � �A�n�d� �i�f� �h�e� �h�a�d� �h�a�d� �t�o� �w�o�r�k� �w�i�t�h� �o�n�e� �m�o�r�e� �s�p�o�i�l�e�d� �d�i�v�a�&  �s�o� �m�u�c�h� �e�a�s�i�e�r� �t�o� �w�o�r�k� �w�i�t�h� �a� �s�l�a�v�e�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �2�0�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �6�0�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�6�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�n�o�r�m�a�l� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�6�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �2�
�
@@ -63515,7 +65041,7 @@
 �	�$�m�a�s�t�e�r�_�c�l�o�t�h� �=� �'�f�o�r�m�a�l�_�s�u�i�t�'�
�
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
-�	�s�p�a�r�k�s� �=� �2�0�0�0�
�
+�	�s�p�a�r�k�s� �=� �6�0�0�0� �&�!� �w�a�s� �2�0�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �0�
�
@@ -63530,7 +65056,7 @@
 �!� �Y�O�!� � �t�e�a�c�h�e�r� �g�e�t�s� �a� �s�l�i�g�h�t� �b�o�n�u�s� �f�o�r� �l�o�l�i�s�,� �b�u�t� �i�t� �e�x�p�e�c�t�s� �h�e�r�o�_�c�h�o�i�c�e� �=� �5� �s�o� �b�e� �c�a�r�e�f�u�l� �c�h�a�n�g�i�n�g� �t�h�i�s�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�5�]� �=� �'�T�e�a�c�h�e�r�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � � �H�e� �w�a�s� �a�n� �o�r�d�i�n�a�r�y� �s�c�h�o�o�l� �t�e�a�c�h�e�r�,� �n�o�t�h�i�n�g� �s�p�e�c�i�a�l�.� � �S�u�c�h� �a� �p�e�r�s�o�n� �m�i�g�h�t� �f�i�n�d� �i�t� �d�i�f�f�i�c�u�l�t� �t�o� �a�d�a�p�t� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �b�u�t� �h�e� �i�s� �h�o�p�i�n�g� �t�h�a�t� �h�i�s� �y�e�a�r�s� �o�f� �e�x�p�e�r�i�e�n�c�e� �t�e�a�c�h�i�n�g� �y�o�u�n�g� �m�i�n�d�s� �a�n�d� �m�a�i�n�t�a�i�n�i�n�g� �s�t�r�i�c�t� �d�i�s�c�i�p�l�i�n�e� �i�n� �t�h�e� �c�l�a�s�s� �w�i�l�l� �b�e� �t�r�a�n�s�f�e�r�a�b�l�e� �s�k�i�l�l�s�.� � �B�e�s�i�d�e�s�,� �h�e� �m�i�s�s�e�s� �t�h�e� �g�o�o�d� �o�l�d� �d�a�y�s� �w�h�e�n� �y�o�u� �w�e�r�e� �a�l�l�o�w�e�d� �t�o� �s�p�a�n�k� �n�a�u�g�h�t�y� �y�o�u�n�g� �l�a�d�i�e�s�!� � �S�p�a�r�e� �t�h�e� �r�o�d�,� �s�p�o�i�l� �t�h�e� �s�t�u�d�e�n�t�.� � �B�u�t� �m�o�s�t� �o�f� �a�l�l�,� �h�e� �s�i�m�p�l�y� �c�o�u�l�d� �n�o�t� �b�e�a�r� �a�n�o�t�h�e�r� �c�l�a�s�s� �f�u�l�l� �o�f� �n�u�b�i�l�e� �g�i�r�l�s�,� �s�o� �c�l�o�s�e� �a�n�d� �y�e�t� �s�o� �f�a�r�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �1�0�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �3�0�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�5�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�0�0�D�8�"�>�n�o�r�m�a�l� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�5�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �3�
�
@@ -63559,7 +65085,7 @@
 �	�$�m�a�s�t�e�r�_�c�l�o�t�h� �=� �'�f�o�r�m�a�l�_�s�u�i�t�'�
�
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
-�	�s�p�a�r�k�s� �=� �1�0�0�0�
�
+�	�s�p�a�r�k�s� �=� �3�0�0�0� �&�!� �w�a�s� �1�0�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �0�
�
@@ -63572,7 +65098,7 @@
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�8�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�b�u�t�l�e�r�.�p�n�g�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�8�]� �=� �'�B�u�t�l�e�r�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�8�]� �=� �'� � � �O�n�c�e� �i�n� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�,� �h�e� �f�o�u�n�d� �h�i�m�s�e�l�f� �i�n� �a� �d�e�l�i�c�a�t�e� �s�i�t�u�a�t�i�o�n�.� � �O�f� �c�o�u�r�s�e�,� �a�n� �e�x�p�e�r�i�e�n�c�e�d� �s�e�r�v�a�n�t� �i�s� �u�s�e�f�u�l� �e�v�e�r�y�w�h�e�r�e�,� �b�u�t� �h�e� �d�o�e�s�n� t� �f�e�e�l� �l�i�k�e� �b�e�i�n�g� �a� �s�l�a�v�e�.� � �H�e� �p�u�t� �i�n� �a� �l�o�t� �o�f� �e�f�f�o�r�t� �t�o� �g�a�i�n� �t�h�e� �s�t�a�t�u�s� �o�f� �a� �s�l�a�v�e�r�.� � �A�f�t�e�r� �a�l�l�,� �n�o� �o�n�e� �t�r�a�i�n�s� �m�a�i�d�s� �b�e�t�t�e�r� �t�h�a�n� �a� �b�u�t�l�e�r�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �8�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �T�a�u�r�u�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �5�0�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�8�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�8�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �3�
�
@@ -63600,7 +65126,7 @@
 �	�$�m�a�s�t�e�r�_�c�l�o�t�h� �=� �'�l�i�v�e�r�y�'�
�
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
-�	�s�p�a�r�k�s� �=� �8�0�0�
�
+�	�s�p�a�r�k�s� �=� �5�0�0�0� �&�!� �w�a�s� �8�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�t�a�u�r�u�s�'�]� �=� �1�
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �0�
�
@@ -63614,7 +65140,7 @@
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�7�]� �=� �'�D�o�c�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�7�]� �=� �'� � � �H�e� �w�a�s� �a�l�w�a�y�s� �a� �v�e�r�y� �g�o�o�d� �d�o�c�t�o�r� �w�i�t�h� �a� �t�h�r�i�v�i�n�g� �p�r�a�c�t�i�c�e�.� � �T�h�e�n� �o�n�e� �l�i�t�t�l�e� �m�i�s�t�a�k�e� �a�n�d� �o�n�e� �h�u�g�e� �m�a�l�p�r�a�c�t�i�c�e� �s�u�i�t�,� �a�n�d� �s�u�d�d�e�n�l�y� �h�e� �d�e�c�i�d�e�d� �t�o� �m�o�v�e� �t�o� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�.� � �I�t� �t�u�r�n�e�d� �o�u�t� �t�h�a�t� �e�v�e�n� �D�o�c� �h�a�s� �i�n�s�u�f�f�i�c�i�e�n�t� �k�n�o�w�l�e�d�g�e� �f�o�r� �t�h�e� �T�e�c�h�n�o�s�p�h�e�r�e� s� �M�e�d�i�c�a�l� �C�e�n�t�e�r�,� �b�u�t� �i�t� s� �n�o� �r�e�a�s�o�n� �t�o� �d�e�s�p�a�i�r�,� �r�i�g�h�t�?� � �H�e� �a�l�w�a�y�s� �w�a�n�t�e�d� �t�o� �t�r�y� �t�o� �e�d�u�c�a�t�e� �w�i�t�c�h�d�o�c�t�o�r�s� �i�n� �a� �m�o�r�e� �u�n�f�e�t�t�e�r�e�d� �m�a�n�n�e�r�.� � �M�a�y�b�e� �i�t� s� �h�i�s� �c�a�l�l�i�n�g�?�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �1�0�0�0�'�
�
-�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�7�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
+�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�7�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"� �c�o�l�o�r�=�"�b�l�a�c�k�"�>�H�e� �c�a�n�n�o�t� �a�f�f�o�r�d� �a�n� �a�p�a�r�t�m�e�n�t� �y�e�t�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�7�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �3�
�
 �	�m�a�s�t�e�r�_�c�h�a� �=� �3�
�
@@ -63659,7 +65185,7 @@
 �'� � �S�o� �h�o�w� �d�o�e�s� �a� �l�o�n�e�l�y�,� �d�i�r�t�y� �o�l�d� �m�a�n� �s�p�e�n�d� �h�i�s� �g�o�l�d�e�n� �y�e�a�r�s�?� � �H�e� s� �n�o�t� �y�o�u�r� �t�y�p�i�c�a�l� �s�l�a�v�e�r� �  �e�r�e�c�t�i�l�e� �i�s�s�u�e�s� �a�n�d� �k�i�n�d� �o�f� �c�r�e�e�p�y� �  �b�u�t� �i�s�n� t� �t�r�a�i�n�i�n�g� �a� �y�o�u�n�g� �s�l�a�v�e� �t�o� �b�e� �a� �g�o�o�d� �g�i�r�l� �b�a�s�i�c�a�l�l�y� �t�h�e� �s�a�m�e� �a�s� �r�a�i�s�i�n�g� �a� �d�a�u�g�h�t�e�r�?�'� �+� �_�
�
 �'� � �H�e� �c�a�s�h�e�d� �i�n� �h�i�s� �p�e�n�s�i�o�n� �a�n�d� �c�a�m�e� �t�o� �t�h�e� �E�t�e�r�n�a�l� �R�o�m�e�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �8�0�0�'�
�
-�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�9�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�E�A�0�0�9�0�"�>�v�e�r�y� �h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"� �c�o�l�o�r�=�"�b�l�a�c�k�"�>�A�n� �e�x�p�e�r�i�e�n�c�e�d� �p�l�a�y�e�r� �s�h�o�u�l�d� �h�a�v�e� �n�o� �m�a�j�o�r� �p�r�o�b�l�e�m� �p�l�a�y�i�n�g� �t�h�i�s� �c�h�a�r�a�c�t�e�r� �o�n� �E�a�s�y� �<�/�f�o�n�t�>�'�
�
+�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�9�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�E�A�0�0�9�0�"�>�v�e�r�y� �h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"� �c�o�l�o�r�=�"�b�l�a�c�k�"�>�H�e� �c�a�n�n�o�t� �a�f�f�o�r�d� �a�n� �a�p�a�r�t�m�e�n�t� �y�e�t�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�9�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �2�
�
 �	�m�a�s�t�e�r�_�c�h�a� �=� �1�
�
@@ -63703,7 +65229,7 @@
 �'� � �T�h�e� �k�i�d� �j�e�r�k�s� �o�f�f� �a� �d�o�z�e�n� �t�i�m�e�s� �a� �d�a�y� �i�m�a�g�i�n�i�n�g� �i�t�.�'� �+� �_�
�
 �'� � �H�e� s� �l�e�a�r�n�e�d� �e�n�o�u�g�h� �m�a�g�i�c� �t�o� �f�i�n�d� �t�h�e� �F�o�g�s�,� �b�u�t� �d�o�e�s� �t�h�i�s� �h�o�r�n�y� �v�i�r�g�i�n� �s�c�h�o�o�l�b�o�y� �r�e�a�l�l�y� �h�a�v�e� �w�h�a�t� �i�t� �t�a�k�e�s� �t�o� �b�r�e�a�k� �g�r�o�w�n� �w�o�m�e�n� �t�o� �h�i�s� �w�i�l�l�?� � �W�i�l�l� �t�h�e�y� �t�a�k�e� �h�i�m� �s�e�r�i�o�u�s�l�y�?� � �O�r� �w�i�l�l� �t�h�e�y� �j�u�s�t� �t�h�i�n�k� �h�e� s� �a� �l�o�s�e�r�,� �t�o�o�?�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �2�0�0�'�
�
-�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�1�0�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�c�d�0�0�0�0�"�>�m�a�x�i�m�u�m� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"� �c�o�l�o�r�=�"�b�l�a�c�k�"�>�A�n� �e�x�p�e�r�i�e�n�c�e�d� �p�l�a�y�e�r� �s�h�o�u�l�d� �h�a�v�e� �n�o� �m�a�j�o�r� �p�r�o�b�l�e�m� �p�l�a�y�i�n�g� �t�h�i�s� �c�h�a�r�a�c�t�e�r� �o�n� �E�a�s�y� �<�/�f�o�n�t�>�'�
�
+�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�1�0�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�c�d�0�0�0�0�"�>�m�a�x�i�m�u�m� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"� �c�o�l�o�r�=�"�b�l�a�c�k�"�>�H�e� �c�a�n�n�o�t� �a�f�f�o�r�d� �a�n� �a�p�a�r�t�m�e�n�t� �y�e�t�<�/�f�o�n�t�>�'�
�
 �
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�1�0�]� �=� �'�J�o�h�n�y�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�1�0�]� �=� �{�
�
@@ -63746,7 +65272,7 @@
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�1�1�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�w�e�r�w�o�l�f�.�p�n�g�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�1�1�]� �=� �'� � � �A� �m�a�g�i�c�a�l� �w�e�r�e�w�o�l�f� �w�h�o� �m�u�s�t� �h�i�d�e� �h�i�s� �t�r�u�e� �n�a�t�u�r�e�.� � �H�e� �i�s� �c�o�n�s�t�a�n�t�l�y� �o�n� �t�h�e� �m�o�v�e� �t�o� �a�v�o�i�d� �d�e�t�e�c�t�i�o�n�,� �w�h�i�c�h� �e�x�p�l�a�i�n�s� �h�i�s� �m�e�a�g�e�r� �c�i�r�c�u�m�s�t�a�n�c�e�s�.� � �H�e� �i�s� �a� �s�k�i�l�l�e�d� �f�i�g�h�t�e�r� �a�n�d� �t�o�r�t�u�r�e�r� �a�n�d� �h�a�s� �s�e�e�n� �h�i�s� �s�h�a�r�e� �o�f� �w�a�r�.� � �F�e�n�r�i�s� �i�s� �a�n� �a�c�c�o�m�p�l�i�s�h�e�d� �w�a�r� �m�e�d�i�c� �w�h�o� �i�s� �k�n�o�w�n� �f�o�r� �s�a�v�i�n�g� �s�o�l�d�i�e�r�s� �w�h�o� �h�a�d� �l�i�t�t�l�e� �c�h�a�n�c�e� �o�f� �s�u�r�v�i�v�a�l�.� � �H�e� �w�a�s� �a�l�s�o� �p�u�l�l�e�d� �i�n� �a�t� �t�i�m�e�s� �t�o� �p�e�r�f�o�r�m� �i�n�t�e�r�r�o�g�a�t�i�o�n�s� �o�f� �t�h�e� �e�n�e�m�y� �w�h�i�l�e� �s�e�r�v�i�n�g� �i�n� �v�a�r�i�o�u�s� �C�a�m�i�r�a� �w�a�r� �c�a�m�p�s�.� � �F�e�n�r�i�s� �m�i�r�a�c�u�l�o�u�s�l�y� �w�a�s� �t�h�e� �s�o�l�e� �s�u�r�v�i�v�o�r� �o�f� �t�w�o� �w�a�r� �c�a�m�p� �s�l�a�u�g�h�t�e�r�s�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�F�a�c�t�i�o�n�:� �C�a�m�i�r�a� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �4�0�0�'�
�
-�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�1�1�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
+�$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�1�1�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�h�i�g�h� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�<�b�r�>�<�f�o�n�t� �s�i�z�e�=�"�3�"� �c�o�l�o�r�=�"�b�l�a�c�k�"�>�H�e� �c�a�n�n�o�t� �a�f�f�o�r�d� �a�n� �a�p�a�r�t�m�e�n�t� �y�e�t�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�1�1�]� �=� �'�F�e�n�r�i�s�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�1�1�]� �=� �{�
�
 �	�m�a�s�t�e�r�_�s�t�r� �=� �4�
�
@@ -63805,7 +65331,7 @@
 �$�s�e�p�i�a�_�a�v�a�_�p�a�t�h�[�1�2�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�v�a�m�p�i�r�e�_�s�e�p�i�a�.�p�n�g�'�
�
 �$�c�l�e�a�r�_�a�v�a�_�p�a�t�h�[�1�2�]� �=� �'�c�o�n�t�e�n�t�\�p�i�c�\�m�a�s�t�e�r�\�m�a�s�t�e�r�_�v�a�m�p�i�r�e�.�p�n�g�'�
�
 �$�h�e�r�o�_�d�e�s�c�r�i�p�t�i�o�n�[�1�2�]� �=� �'� � � �A� �m�a�g�i�c�a�l� �v�a�m�p�i�r�e� �h�e�r�o� �f�o�r� �a�l�l� �m�y� �m�a�g�i�c�a�l� �f�r�i�e�n�d�s� �i�n� �/�h�g�g�/� �a�n�d� �b�e�y�o�n�d�.�<�b�r�>�'� �+� �_�
�
-�'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �1�0�0�0�'�
�
+�'�<�b�r�>�F�a�c�t�i�o�n�:� �S�e�r�p�i�s� �G�r�e�a�t� �H�o�u�s�e�<�b�r�>�S�p�a�r�k�s�:� �5�0�0�0�'�
�
 �$�h�e�r�o�_�d�i�f�f�i�c�u�l�t�y�[�1�2�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�9�9�0�0�"�>�s�i�m�p�l�e� �d�i�f�f�i�c�u�l�t�y�<�/�f�o�n�t�>�'�
�
 �$�m�a�s�t�e�r�_�b�a�s�e�_�n�a�m�e�[�1�2�]� �=� �'�S�a�r�u�m�a�n�'�
�
 �$�m�a�s�t�e�r�_�v�e�r�s�i�o�n�_�s�t�a�t�s�[�1�2�]� �=� �{�
�
@@ -63835,7 +65361,7 @@
 �	�$�m�a�s�t�e�r�_�c�l�o�t�h� �=� �'�w�i�z�a�r�d�_�r�o�b�e�s�'�
�
 �	�$�m�a�s�t�e�r�_�r�i�g�h�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
 �	�$�m�a�s�t�e�r�_�l�e�f�t�_�w�p�n� �=� �'�157>@C6=K9'�
�
-�	�s�p�a�r�k�s� �=� �1�0�0�0�
�
+�	�s�p�a�r�k�s� �=� �5�0�0�0� �&�!� �w�a�s� �1�0�0�0�
�
 �
�
 �	�f�a�c�t�i�o�n�_�f�a�m�e�[�'�s�e�r�p�i�s�'�]� �=� �1�
�
 �}�
�
@@ -64300,11 +65826,11 @@
 �'�<�<�$�k�a�m�i�r�a�_�f�a�m�e�[�f�a�c�t�i�o�n�_�f�a�m�e�[�"�k�a�m�i�r�a�"�]�]�>�>�<�b�r�>�<�b�r�>�'� �+� �_�
�
 �'�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �
�
-�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � � �I� �n�e�e�d� �t�o� �m�a�k�e� �s�u�r�e� �t�h�a�t� �s�h�e� �i�s� �b�r�a�n�d�e�d�.� �A�n�d� �d�o� �n�o�t� �f�o�r�g�e�t� �a�b�o�u�t� �s�t�y�l�i�s�h� �a�p�p�e�a�r�a�n�c�e� �-� �f�i�n�e� �d�r�e�s�s� �h�e�l�p�s� �t�o� �i�m�p�r�e�s�s�.�<�b�r�>�'� �+� �_�
�
+�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � � �I� �n�e�e�d� �t�o� �m�a�k�e� �s�u�r�e� �t�h�a�t� �s�h�e� �i�s� �b�r�a�n�d�e�d�.� �A�n�d� �n�o�t� �f�o�r�g�e�t� �a�b�o�u�t� �s�t�y�l�i�s�h� �a�p�p�e�a�r�a�n�c�e� �-� �f�i�n�e� �d�r�e�s�s� �h�e�l�p�s� �t�o� �i�m�p�r�e�s�s�.�<�b�r�>�'� �+� �_�
�
 �'� � � �S�e�l�l�i�n�g� �o�p�t�i�o�n�s�:�<�b�r�>�'� �+� �_�
�
 �'�I�.� �T�h�e� �a�u�c�t�i�o�n� �o�f� �b�r�a�n�d�s� �i�n� �t�h�e� �G�u�i�l�d�.� �T�h�e� �a�u�c�t�i�o�n� �i�s� �h�e�l�d� �e�v�e�r�y� �d�e�c�a�d�e�,� �b�u�t� �t�h�e� �p�r�i�c�e� �t�h�e�r�e� �m�a�y� �b�e� �t�h�e� �m�o�s�t� �u�n�e�x�p�e�c�t�e�d�.�<�b�r�>�'� �+� �_�
�
 �'�I�I�.� �T�o� �h�a�n�d� �o�v�e�r� �t�o� �s�o�m�e�o�n�e� �f�r�o�m� �r�e�g�u�l�a�r� �c�u�s�t�o�m�e�r�s�.� �E�a�s�y� �a�n�d� �r�e�l�i�a�b�l�e�,� �b�u�t� �n�o�t� �o�p�t�i�m�a�l�.�<�b�r�>�'� �+� �_�
�
-�'�I�I�I�.� �F�i�n�d� �t�h�e� �e�n�d� �u�s�e�r� �a�n�d� �m�a�k�e� �a� �d�e�a�l� �p�e�r�s�o�n�a�l�l�y�.� �F�i�x�e�d� �p�r�i�c�e�,� �p�l�u�s� �t�h�e� �g�r�o�w�i�n�g� �p�o�p�u�l�a�r�i�t�y� �o�f� �m�y� �b�r�a�n�d�,� �p�l�u�s� �r�e�p�u�t�a�t�i�o�n� �w�i�t�h� �o�n�e� �o�f� �t�h�e� �G�r�e�a�t� �H�o�u�s�e�s�.� �T�o� �f�i�n�d� �o�p�t�i�m�a�l� �e�n�d� �b�u�y�e�r�s�,� �I� �s�h�o�u�l�d� �c�o�l�l�e�c�t� �i�n�f�o�r�m�a�t�i�o�n� �a�t� �t�h�e� �c�e�n�t�r�a�l� �f�o�r�u�m�.� �I� �a�m� �l�o�o�k�i�n�g� �f�o�r� �c�l�i�e�n�t�s� �w�h�o� �a�r�e� �l�o�o�k�i�n�g� �f�o�r� �s�l�a�v�e�s� �w�i�t�h� �h�e�r� �s�p�e�c�i�a�l�i�z�a�t�i�o�n�s� �a�n�d� �r�a�t�i�n�g� �t�o� �m�a�x�i�m�i�z�e� �p�r�o�f�i�t�s�!� �C�u�s�t�o�m�e�r� �i�n�f�o�r�m�a�t�i�o�n� �w�i�l�l� �b�e� �r�e�l�e�v�a�n�t� �t�o� �t�h�e� �c�u�r�r�e�n�t� �d�e�v�e�l�o�p�m�e�n�t� �o�f� �m�y� �s�l�a�v�e�.� �B�e�t�t�e�r� �s�t�a�r�t� �l�o�o�k�i�n�g� �f�o�r� �b�u�y�e�r�s� �w�h�e�n� �s�h�e� �i�s� �r�e�a�d�y� �f�o�r� �s�a�l�e�.�<�b�r�>�'� �+� �_�
�
+�'�I�I�I�.� �F�i�n�d� �t�h�e� �e�n�d� �u�s�e�r� �a�n�d� �m�a�k�e� �a� �d�e�a�l� �p�e�r�s�o�n�a�l�l�y�.� �F�l�e�x�i�b�l�e� �p�r�i�c�e�,� �p�l�u�s� �t�h�e� �g�r�o�w�i�n�g� �p�o�p�u�l�a�r�i�t�y� �o�f� �m�y� �b�r�a�n�d�,� �p�l�u�s� �r�e�p�u�t�a�t�i�o�n� �w�i�t�h� �o�n�e� �o�f� �t�h�e� �G�r�e�a�t� �H�o�u�s�e�s�.� �T�o� �f�i�n�d� �o�p�t�i�m�a�l� �e�n�d� �b�u�y�e�r�s�,� �I� �s�h�o�u�l�d� �c�o�l�l�e�c�t� �i�n�f�o�r�m�a�t�i�o�n� �a�t� �t�h�e� �c�e�n�t�r�a�l� �f�o�r�u�m�.� �I� �a�m� �l�o�o�k�i�n�g� �f�o�r� �c�l�i�e�n�t�s� �w�h�o� �a�r�e� �l�o�o�k�i�n�g� �f�o�r� �s�l�a�v�e�s� �w�i�t�h� �h�e�r� �s�p�e�c�i�a�l�i�z�a�t�i�o�n�s� �a�n�d� �r�a�t�i�n�g� �t�o� �m�a�x�i�m�i�z�e� �p�r�o�f�i�t�s�!� �C�u�s�t�o�m�e�r� �i�n�f�o�r�m�a�t�i�o�n� �w�i�l�l� �b�e� �r�e�l�e�v�a�n�t� �t�o� �t�h�e� �c�u�r�r�e�n�t� �d�e�v�e�l�o�p�m�e�n�t� �o�f� �m�y� �s�l�a�v�e�.� �B�e�t�t�e�r� �s�t�a�r�t� �l�o�o�k�i�n�g� �f�o�r� �b�u�y�e�r�s� �w�h�e�n� �s�h�e� �i�s� �r�e�a�d�y� �f�o�r� �s�a�l�e�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �
�
 �$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � � �I�n� �R�o�m�e�,� �t�h�e�r�e� �a�r�e� �f�i�v�e� �p�e�r�s�o�n�s� �w�h�o� �a�r�e� �a�b�l�e� �t�o� �g�i�v�e� �m�e� �t�h�e� �s�t�a�t�u�s� �o�f� �p�a�t�r�i�c�i�a�n� �a�n�d� �l�e�a�d� �m�e� �t�o� �t�h�e� �c�a�t�e�g�o�r�y� �o�f� �h�o�n�o�r�a�r�y� �c�i�t�i�z�e�n�s�:�<�b�r�>�<�b�r�>�'� �+� �_�
�
@@ -64315,11 +65841,11 @@
 �'�F�i�n�a�l�l�y�,� �I� �c�a�n� �t�u�r�n� �t�o� �t�h�e� �P�r�i�n�c�e� �o�f� �C�o�r�v�u�s� �H�o�u�s�e�.� �A� �t�i�t�l�e� �o�f� �n�o�b�i�l�i�t�y� �f�r�o�m� �t�h�e� �u�n�d�e�a�d� �i�s� �a� �v�e�r�y� �i�m�p�o�r�t�a�n�t� �a�c�q�u�i�s�i�t�i�o�n�,� �b�u�t� �t�h�e�n� �I� �s�h�o�u�l�d� �n�o�t� �g�e�t� �t�o�o� �c�l�o�s�e� �t�o� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e�.�<�b�r�>�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �
�
-�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�6�]� �=� �'� � � �S�i�r� �A�r�a�m�u�s�,� �m�i�l�i�t�a�r�y� �q�u�a�r�t�e�r�m�a�s�t�e�r� �f�r�o�m� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�,� �o�f�f�e�r�s� �m�e� �a� �m�a�g�i�c� �r�i�n�g� �i�n� �e�x�c�h�a�n�g�e� �f�o�r� �a� �s�l�a�v�e� �-� �c�h�a�m�p�i�o�n� �o�f� �t�h�e� �a�r�e�n�a�.� �A�c�c�o�r�d�i�n�g� �t�o� �h�i�m� �t�h�i�s� �r�i�n�g� �i�s� �a�b�l�e� �t�o� �i�n�c�r�e�a�s�e� �t�h�e� �e�n�d�u�r�a�n�c�e� �o�f� �a� �p�e�r�s�o�n� �i�n� �c�o�m�b�a�t� �a�n�d� �g�i�v�e� �t�h�e� �w�e�a�r�e�r� �a�n� �a�u�r�a� �o�f� �s�t�r�e�n�g�t�h� �a�n�d� �p�o�w�e�r�.�<�b�r�>�'� �+� �_�
�
+�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�6�]� �=� �'� � � �S�i�r� �A�r�a�m�u�s�,� �m�i�l�i�t�a�r�y� �q�u�a�r�t�e�r�m�a�s�t�e�r� �f�r�o�m� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�,� �o�f�f�e�r�s� �m�e� �a� �m�a�g�i�c� �r�i�n�g� �i�n� �e�x�c�h�a�n�g�e� �f�o�r� �a� �s�l�a�v�e� �-� �c�h�a�m�p�i�o�n� �o�f� �t�h�e� �a�r�e�n�a�.� �A�c�c�o�r�d�i�n�g� �t�o� �h�i�m� �t�h�i�s� �r�i�n�g� �i�s� �a�b�l�e� �t�o� �i�n�c�r�e�a�s�e� �t�h�e� �e�n�d�u�r�a�n�c�e� �o�f� �a� �p�e�r�s�o�n� �a�n�d� �g�i�v�e� �t�h�e� �w�e�a�r�e�r� �a�n� �a�u�r�a� �o�f� �s�t�r�e�n�g�t�h� �a�n�d� �p�o�w�e�r�.�<�b�r�>�'� �+� �_�
�
 �'�I�f� �n�e�e�d�e�d�,� �I� �w�i�l�l� �b�e� �a�b�l�e� �t�o� �f�i�n�d� �A�r�a�m�u�s� �a�t� �t�h�e� �c�e�n�t�r�a�l� �f�o�r�u�m�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �
�
-�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�7�]� �=� �'� � � �V�u�j�i�n�,� �c�r�e�a�t�o�r� �o�f� �a�r�t�i�f�a�c�t�s� �f�r�o�m� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e� �o�f�f�e�r�s� �a� �m�a�g�i�c�a�l� �a�m�u�l�e�t� �i�n� �e�x�c�h�a�n�g�e� �f�o�r� �a� �s�l�a�v�e� �w�h�o� �w�o�n� �t�h�e� �r�a�c�e�s� �i�n� �t�h�e� �C�o�l�o�s�s�e�u�m�.� �A�c�c�o�r�d�i�n�g� �t�o� �h�i�m� �t�h�i�s� �a�m�u�l�e�t� �i�s� �a�b�l�e� �t�o� �g�i�v�e� �t�h�e� �w�e�a�r�e�r� �a�n� �a�u�r�a� �o�f� �c�o�n�f�i�d�e�n�c�e� �a�n�d� �p�e�r�s�o�n�a�l� �s�t�r�e�n�g�t�h�,� �i�n�c�r�e�a�s�i�n�g� �t�h�e� �a�b�i�l�i�t�y� �t�o� �t�o�l�e�r�a�t�e� �p�a�i�n� �a�n�d� �f�e�a�r� �a�n�d� �t�e�m�p�e�r�i�n�g� �s�p�i�r�i�t� �d�u�r�i�n�g� �t�h�e� �b�a�t�t�l�e�.�<�b�r�>�'� �+� �_�
�
+�$�q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�[�7�]� �=� �'� � � �V�u�j�i�n�,� �c�r�e�a�t�o�r� �o�f� �a�r�t�i�f�a�c�t�s� �f�r�o�m� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e� �o�f�f�e�r�s� �a� �m�a�g�i�c�a�l� �a�m�u�l�e�t� �i�n� �e�x�c�h�a�n�g�e� �f�o�r� �a� �s�l�a�v�e� �w�h�o� �w�o�n� �t�h�e� �r�a�c�e�s� �i�n� �t�h�e� �C�o�l�o�s�s�e�u�m�.� �A�c�c�o�r�d�i�n�g� �t�o� �h�i�m� �t�h�i�s� �a�m�u�l�e�t� �i�s� �a�b�l�e� �t�o� �g�i�v�e� �t�h�e� �w�e�a�r�e�r� �a�n� �a�u�r�a� �o�f� �c�o�n�f�i�d�e�n�c�e� �a�n�d� �p�e�r�s�o�n�a�l� �s�t�r�e�n�g�t�h�,� �i�n�c�r�e�a�s�i�n�g� �t�h�e� �a�b�i�l�i�t�y� �t�o� �t�o�l�e�r�a�t�e� �p�a�i�n� �a�n�d� �f�e�a�r� �a�n�d� �t�e�m�p�e�r�i�n�g� �s�p�i�r�i�t� �d�u�r�i�n�g� �t�h�e� �b�a�t�t�l�e�,� �w�h�i�l�e� �a�l�s�o� �p�r�o�t�e�c�t�i�n�g� �t�h�e� �w�e�a�r�e�r� �f�r�o�m� �s�c�a�n�n�i�n�g�.�<�b�r�>�'� �+� �_�
�
 �'�V�u�j�i�n� �l�i�k�e�s� �t�o� �w�a�l�k� �a�t� �t�h�e� �c�e�n�t�r�a�l� �f�o�r�u�m�,� �I� �w�i�l�l� �f�i�n�d� �h�i�m� �t�h�e�r�e� �i�f� �n�e�c�e�s�s�a�r�y�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>�<�a� �h�r�e�f� �=� �"�E�X�E�C�:� �q�u�e�s�t�_�d�e�s�c�r�i�p�t�i�o�n�_�m�o�d�e� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�"�>�B�a�c�k�<�/�a�>�'�
�
 �
�
@@ -64502,11 +66028,11 @@
 �$�g�t�_�s�p�m�[�'�k�i�m�e�r�i�a�n�'�]� �=� �'�C40@_�A_�@072>@>B0'�
�
 �
�
 �!�f�i�e�n�d� �v�a�r�s�
�
-�s�e�m�e�n�_�g�a�i�n�[�0�]� �=� �1�2�
�
-�s�e�m�e�n�_�g�a�i�n�[�1�]� �=� �1�8�
�
-�s�e�m�e�n�_�g�a�i�n�[�2�]� �=� �2�4�
�
-�s�e�m�e�n�_�g�a�i�n�[�3�]� �=� �3�6�
�
-�s�e�m�e�n�_�g�a�i�n�[�4�]� �=� �4�8�
�
+�s�e�m�e�n�_�g�a�i�n�[�0�]� �=� �1�2� � �&�!� �d�a�i�l�y�
�
+�s�e�m�e�n�_�g�a�i�n�[�1�]� �=� �1�8� � �&�!� �d�a�i�l�y� �(�+�6�)�
�
+�s�e�m�e�n�_�g�a�i�n�[�2�]� �=� �2�4� � �&�!� �d�a�i�l�y� �(�+�6�)�
�
+�s�e�m�e�n�_�g�a�i�n�[�3�]� �=� �6�4� � �&�!� �e�v�e�r�y� �o�t�h�e�r� �d�a�y� �(�3�2�/�d�a�y�,� �+�8�)�
�
+�s�e�m�e�n�_�g�a�i�n�[�4�]� �=� �1�2�6� �&�!� �e�v�e�r�y� �t�h�i�r�d� �d�a�y� �(�4�2�/�d�a�y�,� �+�1�0�)�
�
 �
�
 �t�e�n�t�a�c�l�e�_�g�r�o�w�[�0�]� �=� �1�2�
�
 �t�e�n�t�a�c�l�e�_�g�r�o�w�[�1�]� �=� �2�4�
�
@@ -64561,19 +66087,6 @@
 �s�c�h�o�o�l�_�p�r�i�c�e�[�4�]� �=� �1�0�
�
 �s�c�h�o�o�l�_�p�r�i�c�e�[�5�]� �=� �1�2�
�
 �
�
-�!�p�r�e�p�a�y� �f�o�r� �g�u�i�l�d� �c�o�n�t�r�a�c�t�s�
�
-�p�r�e�p�a�y�[�0�]� �=� �0�
�
-�p�r�e�p�a�y�[�1�]� �=� �6�0�
�
-�p�r�e�p�a�y�[�2�]� �=� �1�0�0�
�
-�p�r�e�p�a�y�[�3�]� �=� �2�7�5�
�
-�p�r�e�p�a�y�[�4�]� �=� �4�0�0�
�
-�p�r�e�p�a�y�[�5�]� �=� �5�5�0�
�
-�p�r�e�p�a�y�[�6�]� �=� �6�6�0�
�
-�p�r�e�p�a�y�[�7�]� �=� �8�0�0�
�
-�p�r�e�p�a�y�[�8�]� �=� �9�2�0�
�
-�p�r�e�p�a�y�[�9�]� �=� �1�0�8�0�
�
-�p�r�e�p�a�y�[�1�0�]� �=� �1�2�0�0�
�
-�
�
 �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�1�]� �=� �'�r�e�f�f�e�r�e�n�t�'�
�
 �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�2�]� �=� �'�p�e�t�'�
�
 �$�s�p�e�c�i�a�l�i�s�a�t�i�o�n�[�3�]� �=� �'�s�e�r�v�a�n�t�'�
�
@@ -64597,7 +66110,7 @@
 �r�e�b�e�l�l�[�'�l�a�c�h�r�y�m�o�s�e�'�]� �=� �-�1�
�
 �r�e�b�e�l�l�[�'�o�b�e�d�i�e�n�t�'�]� �=� �0�
�
 �r�e�b�e�l�l�[�'�o�p�t�i�m�i�s�t�i�c�'�]� �=� �0�
�
-�r�e�b�e�l�l�[�'�r�e�l�u�c�t�a�n�t�'�]� �=� �1�
�
+�r�e�b�e�l�l�[�'�r�e�l�u�c�t�a�n�t�'�]� �=� �0�
�
 �r�e�b�e�l�l�[�'�r�e�s�i�s�t�a�n�t�'�]� �=� �3�
�
 �r�e�b�e�l�l�[�'�s�e�r�v�i�l�e�'�]� �=� �0�
�
 �r�e�b�e�l�l�[�'�s�o�f�t�'�]� �=� �0�
�
@@ -64930,8 +66443,8 @@
 �	�	�i�f� �i� �<� �n�:� �j�u�m�p� �'�s�l�a�v�e�_�s�e�x�_�s�u�b�s�k�i�l�l�_�l�o�o�p�'�
�
 �
�
 �	�	�!�L�i�n�k�e�d� �s�e�x� �s�k�i�l�l�s�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� � �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�,� �m�i�n�(�1�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�)�)� �&�!� �h�a�n�d�j�o�b� �r�i�s�e�s� �t�o� �D�-� �i�f� �r�u�b�b�i�n�g� �i�s� �a�t� �l�e�a�s�t� �D�-�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�,� �m�i�n�(�1�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�)�)� �&�!� �r�u�b�b�i�n�g� �r�i�s�e�s� �t�o� �D�-� �i�f� �h�a�n�d�j�o�b� �i�s� �a�t� �l�e�a�s�t� �D�-�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�,� �m�i�n�(�1�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]�)�)� �&�!� �r�u�b�b�i�n�g� �r�i�s�e�s� �t�o� �D�-� �i�f� �p�a�i�z�u�r�i� �i�s� �a�t� �l�e�a�s�t� �D�-�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� � �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�,� �m�i�n�(�2�,� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]�)�)� �&�!� �h�a�n�d�j�o�b� �r�i�s�e�s� �t�o� �D�-� �a�n�d� �C�-� �t�o�g�e�t�h�e�r� �w�i�t�h� �p�e�t�t�i�n�g� �c�a�t�e�g�o�r�y�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�j�'�]� �=� � �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�j�'�]�,� �m�i�n�(�2�,� �d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]�)�)� �&�!� �f�o�o�t�j�o�b� �r�i�s�e�s� �t�o� �D�-� �a�n�d� �C�-� �t�o�g�e�t�h�e�r� �w�i�t�h� �p�e�t�t�i�n�g� �c�a�t�e�g�o�r�y�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�p�e�t�t�i�n�g�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�f�j�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]�)�/�4�
�
 �
�
@@ -64962,7 +66475,7 @@
 �	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]�,� �m�i�n�(�2�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�k�o�p�r�o�'�]� �-� �3�)�)� �&�!� �g�o�l�d�e�n� �s�h�o�w�e�r� �r�i�s�e�s� �w�i�t�h� �c�o�p�r�o�p�h�a�g�i�a�,� �b�u�t� �l�a�g�s� �b�y� �t�h�r�e�e� �l�e�v�e�l�s� �(�n�o�t� �h�i�g�h�e�r� �t�h�a�n� �C�-�)�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�f�e�t�i�s�h�i�s�m�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�e�n�e�m�a�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�s�e�l�f�p�a�i�n�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�k�o�p�r�o�'�]�)�/�5�
�
 �
�
-�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]�)� �&�!� �t�r�i�p�l�e� �p�e�n�e�t�r�a�t�i�o�n� �r�i�s�e�s� �w�i�t�h� �g�a�n�g�b�a�n�g�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]�,� �m�i�n�(�3�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]�)�)� �&�!� �t�r�i�p�l�e� �p�e�n�e�t�r�a�t�i�o�n� �r�i�s�e�s� �w�i�t�h� �g�a�n�g�b�a�n�g� �u�p� �t�o� �B�+�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]�)� �&�!� �d�o�u�b�l�e� �p�e�n�e�t�r�a�t�i�o�n� �r�i�s�e�s� �w�i�t�h� �t�r�i�p�l�e� �p�e�n�e�t�r�a�t�i�o�n� �a�n�d� �g�a�n�g�b�a�n�g� �(�i�m�p�l�i�c�i�t�l�y�)�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]�,� �m�i�n�(�3�,� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�j�'�]�/�3� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�/�3� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]�/�3�)�)� �&�!� �b�u�k�k�a�k�e� �r�i�s�e�s� �w�h�e�n� �b�l�o�w�j�o�b� �i�s� �B�+�,� �h�a�n�d�j�o�b� �i�s� �B�+�,� �l�i�c�k�i�n�g� �i�s� �B�+�,� �b�u�t� �n�o�n�e� �o�f� �t�h�e�s�e� �c�a�n� �r�a�i�s�e� �b�u�k�k�a�k�e� �a�b�o�v�e� �B�+� �o�v�e�r�a�l�l�
�
 �	�	�d�y�n�s�l�a�v�e�[�'�o�r�g�y�'�]� �=� �(�d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�h�r�e�e�s�o�m�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�d�p�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�t�p�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�g�a�n�g�b�a�n�g�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]�)�/�5�
�
@@ -64981,7 +66494,7 @@
 �	�	�i�f� �d�i�f�f�i�c�u�l�t�y�_�s�e�t�t�i�n�g� �=� �1�:�
�
 �	�	�	�!�E�a�s�y�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�_�d�i�f�f�i�c�u�l�t�y�'�]� �=� �2�
�
-�	�	�	�d�y�n�s�l�a�v�e�_�o�b�e�d�i�e�n�c�e�_�b�o�n�u�s� �+�=� �4�
�
+�	�	�	�s�l�a�v�e�_�o�b�e�d�i�e�n�c�e�_�b�o�n�u�s� �+�=� �4� �&�!� �n�o�t� �d�y�n�s�l�a�v�e� �i�s� �c�o�r�r�e�c�t� �h�e�r�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�!� �*�_�o�b�e�d�i�e�n�c�e�_�b�o�n�u�s� �i�s� �u�s�e�d� �i�n� �$�n�e�w�l�o�c�,� �$�s�l�a�v�e�_�p�r�i�c�e� �a�n�d� �$�a�s�s�i�s�t�a�n�t�_�r�a�n�k�_�s�t�a�t�s� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�i�f� �o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �<� �3�:� �o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �=� �3�
�
 �	�	�	�!� �o�v�e�r�n�i�g�h�t�_�r�u�l�e�s�_�c�o�u�n�t� �i�s� �u�s�e�d� �o�n�l�y� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
@@ -65030,14 +66543,21 @@
 �	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
 �
�
 �	�	�$�d�y�n�s�l�a�v�e�_�e�n�e�r�g�y�_�s�t�a�r�s� �=� �'�'�
�
+�	�	�!� �i�f� �e�n�e�r�g�y� �e�x�c�e�e�d�s� �c�a�p� �a�n�d� �a� �h�a�l�f� �s�t�a�r� �i�s� �m�i�s�s�i�n�g�,� �r�e�f�i�l�l� �i�t�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �=� �0�
�
 �	�	�!� �t�r�a�n�s�f�e�r� �b�o�n�u�s� �e�n�e�r�g�y� �s�t�a�r�s� �(�n�e�g�a�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n�s�)� �t�o� �n�o�r�m�a�l� �e�n�e�r�g�y� �s�t�a�r�s�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �+�=� �(�-�1� �*� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]�)� �/� �2�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �=� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �M�O�D� �2� �-� �m�a�x�(�0�,� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �-� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�)�*�2�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�)�
�
 �	�	�e�n�d�
�
+�	�	�!� �c�o�n�s�u�m�e� �s�p�e�n�t� �h�a�l�f� �a�c�t�i�o�n�s� �(�p�o�s�i�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n�s�)�
�
+�	�	�:�_�p�r�o�c�e�s�s�_�s�l�a�v�e�_�h�a�l�f�_�a�c�t�i�o�n�s�_�l�o�o�p�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �-�=� �2� �&� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�a�m�i�c�_�e�n�e�r�g�y�_�d�r�o�p�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �>� �1�:� �j�u�m�p� �'�_�p�r�o�c�e�s�s�_�s�l�a�v�e�_�h�a�l�f�_�a�c�t�i�o�n�s�_�l�o�o�p�'�
�
+�	�	�!� �c�l�a�m�p� �v�a�l�u�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �m�a�x�(�-�5�,� �m�i�n�(�d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�,� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]�)�)�
�
 �	�	�!� �u�p�d�a�t�e� �e�x�h�a�u�s�t�e�d� �m�o�o�d�l�e�t� �s�t�a�t�e�,� �w�h�i�c�h� �a�f�f�e�c�t�s� �t�h�e� �c�o�l�o�r� �o�f� �e�n�e�r�g�y� �s�t�a�r�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�]� �>�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�e�x�e�r�t�i�o�n�'�]� �>�=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�e�x�h�a�u�s�t�e�d�'�]� �=� �1�0�0�
�
 �	�	�e�l�s�e�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�e�x�h�a�u�s�t�e�d�'�]� �=� �0�
�
@@ -65079,28 +66599,32 @@
 �
�
 �	�	�i�f� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'�:� �j�u�m�p� �'�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d�_�p�s�y�_�b�r�o�k�e�n�'� �&�!� �m�i�n�d�-�b�r�o�k�e�n� �s�l�a�v�e�s� �a�r�e� �a�l�w�a�y�s� �c�a�l�m� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
+�	�	�!� �a�p�p�l�y� �w�o�r�n� �c�l�o�t�h�i�n�g� �m�o�o�d� �b�o�n�u�s�e�s�/�p�e�n�a�l�t�i�e�s� �(�$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s� �c�a�n� �c�h�a�n�g�e� �w�h�i�c�h� �m�o�o�d�l�e�t�s� �a�r�e� �a�c�t�i�v�e�,� �s�o� �r�u�n� �i�t� �f�i�r�s�t�)�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �s�p�l�i�t� �t�h�e� �f�i�r�s�t� �t�o� �p�r�o�t�e�c�t� �f�r�o�m� �e�a�r�l�i�e�r� �$�r�e�p�l�a�c�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �&�!� �m�o�o�d� �b�o�n�u�s� �c�a�n� �b�e� �p�o�s�i�t�i�v�e�,� �n�e�g�a�t�i�v�e� �o�r� �z�e�r�o� �a�s� �s�u�m� �o�f� �a�l�l� �a�p�p�l�i�c�a�b�l�e� �i�t�e�m� �e�f�f�e�c�t�s�
�
+�
�
 �	�	�!�m�o�o�d� �r�a�t�e� �w�a�s� �b�e�i�n�g� �r�e�s�e�t� �e�v�e�r�y� �t�i�m�e� �-� �c�h�a�n�g�e�d� �t�o� �r�e�-�a�p�p�l�y� �o�n� �e�a�c�h� �r�e�f�r�e�s�h� �a�n�d� �c�l�e�a�r� �i�n� �n�e�x�t�_�d�a�y� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �!� �0�:� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �/� �1�0� �&�!� �n�o�t�e�:� �m�o�o�d� �r�a�t�e� �c�a�n� �b�e� �n�e�g�a�t�i�v�e�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �(�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�o�d�'�]� �+� �w�o�r�n�_�b�o�n�u�s�[�'�m�o�o�d�_�r�a�t�e�'�]�)� �/� �1�0� �&�!� �n�o�t�e�:� �m�o�o�d� �r�a�t�e� �c�a�n� �b�e� �n�e�g�a�t�i�v�e�
�
 �
�
-�	�	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�'�)�
�
+�	�	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�'�)�
�
 �	�	�i� �=� �0� �&�!� �m�o�o�d�s� �s�t�a�r�t� �f�r�o�m� �i�n�d�e�x� �0�
�
 �	�	�:�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d�_�l�o�o�p�1�
�
-�	�	�	�$�c�u�r�m�o�d� �=� �$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�i�]�
�
+�	�	�	�$�c�u�r�m�o�d� �=� �$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�i�]�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�c�u�r�m�o�d�]� �>� �0�:�
�
 �	�	�	�	�d�y�n�a�m�i�c� �"�$�d�y�n�s�l�a�v�e�_�m�o�o�d�_�l�i�s�t�[�n�d�e�x�]� �=� �'�"� �+� �$�r�e�p�l�a�c�e�(�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�$�c�u�r�m�o�d�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �+� �"�'�"� �&�!� �e�v�a�l�u�a�t�e� �t�h�e� �s�u�b�e�x�p�r�e�s�s�i�o�n�s�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �-�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �1�
�
 �	�	�	�	�n�d�e�x� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i� �+�=� �1�
�
 �	�	�i�f� �i� �<� �n�:� �j�u�m�p� �'�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d�_�l�o�o�p�1�'�
�
 �
�
-�	�	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�'�)�
�
+�	�	�n� �=� �a�r�r�s�i�z�e�(�'�$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�'�)�
�
 �	�	�i� �=� �0� �&�!� �m�o�o�d�s� �s�t�a�r�t� �f�r�o�m� �i�n�d�e�x� �0�
�
 �	�	�:�r�e�c�a�l�c�_�s�l�a�v�e�_�m�o�o�d�_�l�o�o�p�2�
�
-�	�	�	�$�c�u�r�m�o�d� �=� �$�s�l�a�v�e�_�g�o�o�d�_�m�o�o�d�[�i�]�
�
+�	�	�	�$�c�u�r�m�o�d� �=� �$�s�l�a�v�e�_�b�a�d�_�m�o�o�d�[�i�]�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�$�c�u�r�m�o�d�]� �>� �0�:�
�
 �	�	�	�	�d�y�n�a�m�i�c� �"�$�d�y�n�s�l�a�v�e�_�m�o�o�d�_�l�i�s�t�[�n�d�e�x�]� �=� �'�"� �+� �$�r�e�p�l�a�c�e�(�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�$�c�u�r�m�o�d�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �+� �"�'�"� �&�!� �e�v�a�l�u�a�t�e� �t�h�e� �s�u�b�e�x�p�r�e�s�s�i�o�n�s�
�
-�	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �1�
�
+�	�	�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �-�=� �1�
�
 �	�	�	�	�n�d�e�x� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�	�i� �+�=� �1�
�
@@ -65111,11 +66635,7 @@
 �	�	�	�d�y�n�a�m�i�c� �"�$�d�y�n�s�l�a�v�e�_�m�o�o�d�_�l�i�s�t�[�1�]� �=� �'�"� �+� �$�r�e�p�l�a�c�e�(�$�m�o�o�d�_�d�e�s�c�r�i�p�t�i�o�n�[�'�p�o�s�_�'�]�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �+� �"�'�"� �&�!� �e�v�a�l�u�a�t�e� �t�h�e� �s�u�b�e�x�p�r�e�s�s�i�o�n�s�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�!� �a�p�p�l�y� �w�o�r�n� �c�l�o�t�h�i�n�g� �m�o�o�d� �b�o�n�u�s�e�s�/�p�e�n�a�l�t�i�e�s�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �s�p�l�i�t� �t�h�e� �f�i�r�s�t� �t�o� �p�r�o�t�e�c�t� �f�r�o�m� �e�a�r�l�i�e�r� �$�r�e�p�l�a�c�e�
�
-�	�	�d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �d�a�i�l�y�_�b�o�n�u�s�[�'�m�o�o�d�'�]� �&�!� �d�a�i�l�y�_�b�o�n�u�s� �c�a�n� �b�e� �p�o�s�i�t�i�v�e�,� �n�e�g�a�t�i�v�e� �o�r� �z�e�r�o� �a�s� �s�u�m� �o�f� �a�l�l� �a�p�p�l�i�c�a�b�l�e� �i�t�e�m� �e�f�f�e�c�t�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�c�l�o�t�h�e�s�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �+�=� �1� �&�!� �n�e�g�a�t�e� �m�o�o�d�l�e�t� �i�m�p�a�c�t� �b�e�c�a�u�s�e� �i�t�s� �o�n�l�y� �p�u�r�p�o�s�e� �i�s� �t�o� �a�p�p�e�a�r� �i�n� �t�h�e� �d�i�a�l�o�g�u�e� �l�i�s�t�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �-�=� �1� �&�!� �c�o�m�f�o�r�t�a�b�l�e� �c�l�o�t�h�e�s� �n�o�w� �o�n�l�y� �c�o�u�n�t�e�r� �n�e�g�a�t�i�v�e� �m�o�o�d� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�c�l�o�t�h�e�s�'�]� �=� �-�1�0�0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �1�:� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �-�=� �1� �&�!� �p�o�s�_�c�l�o�t�h�e�s� �m�o�o�d�l�e�t� �d�o�e�s� �n�o�t� �c�o�n�t�r�i�b�u�t�e� �t�o� �r�a�i�s�i�n�g� �m�o�o�d� �a�b�o�v�e� �H�o�p�e�f�u�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
 �	�	�s�l�a�v�e�_�p�s�y�_�h�a�r�d�n�e�s�s� �=� �m�a�x� �(�d�y�n�s�l�a�v�e�[�'�e�g�o�'�]�,� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�,� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�)� �+� �d�y�n�s�l�a�v�e�[�'�c�o�u�r�a�g�e�'�]�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>� �0�:�
�
@@ -65161,11 +66681,6 @@
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�k�e�u�p�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�m�a�k�e�u�p�'�]� �=� �2� �&�!� �n�a�t�u�r�a�l� �b�e�a�u�t�y�
�
 �	�	�e�n�d�
�
 �
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �<� �-�5�:� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �-�5�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �>� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�:� �d�y�n�s�l�a�v�e�[�'�e�n�e�r�g�y�'�]� �=� �d�y�n�s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�
�
-�	�	�!� �t�h�e� �f�o�l�l�o�w�i�n�g� �f�u�n�c�t�i�o�n� �c�a�n� �m�o�d�i�f�y� �e�n�e�r�g�y� �(�s�h�i�f�t�i�n�g� �n�e�g�a�t�i�v�e� �h�a�l�f�_�a�c�t�i�o�n� �v�a�l�u�e�s� �t�o� �p�o�s�i�t�i�v�e� �e�n�e�r�g�y�)�
�
-�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�u�p�d�a�t�e�_�s�l�a�v�e�_�e�n�e�r�g�y�_�s�t�a�r�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �p�r�o�t�e�c�t� �f�r�o�m� �e�a�r�l�i�e�r� �r�e�p�l�a�c�e�
�
-�
�
 �	�	�!�c�h�a�r�a�c�t�e�r�i�s�t�i�c� �a�l�i�g�n�m�e�n�t� �f�o�r� �s�l�a�v�e� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �<� �0�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �>� �7�:� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �7�
�
@@ -65239,7 +66754,7 @@
 �	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�d�y�n�_�c�a�l�c�_�s�l�a�v�e�_�a�t�t�r�s�,� �'�d�y�n�'�+�'�s�l�a�v�e�'�,� �'�d�y�n�s�l�a�v�e�'�)� �&�!� �p�r�o�t�e�c�t� �f�r�o�m� �e�a�r�l�i�e�r� �r�e�p�l�a�c�e�
�
 �
�
 �	�	�!� �u�p�d�a�t�e� �s�l�a�v�e� �m�o�o�d�l�e�t�s� �(�a�f�t�e�r� �$�d�y�n�_�c�a�l�c�_�s�l�a�v�e�_�a�t�t�r�s� �u�p�d�a�t�e�s� �s�t�a�t�s� �l�e�v�e�l�s�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]� �=� �0� �a�n�d� �(�s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]� �>� �0� �o�r� �s�l�a�v�e�[�'�s�c�a�r�s�'�]� �>� �0�)�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�e�a�u�t�y�'�]� �=� �0� �a�n�d� �(�d�y�n�s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�s�c�a�r�s�'�]� �>� �0�)�:�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�u�g�l�y�'�]� �=� �1�0�0�
�
 �	�	�e�l�s�e�
�
 �	�	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�u�g�l�y�'�]� �=� �0�
�
@@ -65250,7 +66765,7 @@
 �
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �>� �1�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�s�l�a�v�e�_�c�l�e�a�n�'�]� �=� �0�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �>� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'�]� �=� �1�0�0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �<�=� �3�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'�]� �=� �0�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�y�g�i�e�n�e�'�]� �<� �4�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�d�i�r�t�y�'�]� �=� �0�
�
 �
�
 �	�	�d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�o�r�n�y�'�]� �=� �0�
�
 �	�	�a� �=� �(�d�y�n�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �+� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�)�/�3�
�
@@ -65273,8 +66788,8 @@
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�w�o�u�n�d�e�d�'�]� �=� �0�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�l�a�v�e�_�i�l�l�'�]� �=� �0�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�n�g�s�t�'�]� �=� �0�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �1�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �0�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �0�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �1� �o�r� �(�d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �>� �0�)�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �=� �0�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �0� �o�r� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]�,� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�t�a�r�v�a�t�i�o�n�'�]�,� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�r�a�p�e�d�'�]�,� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]�,� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�a�n�g�s�t�'�]�)� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�s�p�o�i�l�'�]� �=� �0�
�
 �	�	�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�o�s�_�m�o�r�a�l�'�]� �=� �0�
�
 �
�
 �	�	�!� �u�p�d�a�t�e� �m�o�o�d� �a�f�t�e�r� �u�p�d�a�t�i�n�g� �m�o�o�d�l�e�t�s�,� �b�e�f�o�r�e� �c�h�e�c�k�i�n�g� �m�o�o�d� �w�h�e�n� �u�p�d�a�t�i�n�g� �p�s�y� �s�t�a�t�u�s� �b�e�l�o�w�
�
@@ -65294,41 +66809,43 @@
 �	�	�m�a�x�_�m�o�t�i�v�a�t�i�o�n� �=� �m�a�x�(�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�,�d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�,�d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]�,�d�y�n�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]�,�d�y�n�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]�,�d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�,�d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�)�
�
 �	�	�s�a�n�i�t�y� �=� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �+� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �+� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]�
�
 �
�
-�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c� �&�!� �r�e�s�t�o�r�e� �b�a�s�e�l�i�n�e� �p�s�y� �s�t�a�t�u�s� �i�n� �c�a�s�e� �n�o�t�h�i�n�g� �e�l�s�e� �f�i�t�s�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>�=� �0� �a�n�d� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c�]� �<� �0�:�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�r�e�l�u�c�t�a�n�t�'� �&�!� �w�h�e�n� �m�o�o�d� �i�s� �n�o�t� �n�e�g�a�t�i�v�e�,� �u�s�e� �r�e�l�u�c�t�a�n�t� �i�n�s�t�e�a�d� �o�f� �d�e�p�r�e�s�i�v�e� �o�r� �l�a�c�h�r�y�m�o�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�d�e�p�r�e�s�i�v�e�'� �&�!� �w�h�e�n� �m�o�o�d� �i�s� �n�e�g�a�t�i�v�e�,� �u�s�e� �d�e�p�r�e�s�i�v�e� �i�n�s�t�e�a�d� �o�f� �o�p�t�i�m�i�s�t�i�c�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �1� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c� �=� �'�l�a�c�h�r�y�m�o�s�e�'�:�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �&�!� �w�i�t�h� �s�u�f�f�i�c�i�e�n�t� �d�e�v�o�t�i�o�n�,� �s�o�f�t� �r�e�p�l�a�c�e�s� �l�a�c�h�r�y�m�o�s�e�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �<� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �0�:�
�
+�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c� �&�!� �u�s�e� �b�a�s�e�l�i�n�e� �p�s�y� �s�t�a�t�u�s� �i�f� �n�o�t�h�i�n�g� �o�v�e�r�r�i�d�e�s�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0� �a�n�d� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c� �=� �'�l�a�c�h�r�y�m�o�s�e�'�:�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �&�!� �w�i�t�h� �n�o�n�-�z�e�r�o� �d�e�v�o�t�i�o�n�,� �s�o�f�t� �r�e�p�l�a�c�e�s� �l�a�c�h�r�y�m�o�s�e�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�:�
�
+�	�	�	�i�f� �$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c� �=� �'�o�p�t�i�m�i�s�t�i�c�'�:�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�o�f�t�'� �&�!� �w�h�e�n� �m�o�o�d� �i�s� �n�e�g�a�t�i�v�e�,� �s�o�f�t� �r�e�p�l�a�c�e�s� �o�p�t�i�m�i�s�t�i�c�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>�=� �m�a�x�(�4�,� �m�a�x�_�m�o�t�i�v�a�t�i�o�n�)�:�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�h�a�t�e�f�u�l�'� �&�!� �h�i�g�h� �a�t�t�r�i�b�u�t�e�s� �o�v�e�r�r�i�d�e� �b�a�s�e�l�i�n�e� �(�p�r�i�d�e� �>� �e�g�o� �>� �t�e�m�p�e�r�)�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�x�(�4�,� �m�a�x�_�m�o�t�i�v�a�t�i�o�n�)�:�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�r�e�s�i�s�t�a�n�t�'�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>�=� �m�a�x�(�4�,� �m�a�x�_�m�o�t�i�v�a�t�i�o�n�)�:�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�h�a�t�e�f�u�l�'�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>�=� �m�a�x�(�4�,� �m�a�x�_�m�o�t�i�v�a�t�i�o�n�)�:�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�a�r�r�o�g�a�n�t�'�
�
+�	�	�e�l�s�e�i�f� �r�e�b�e�l�l�[�$�d�y�n�s�l�a�v�e�_�p�s�y�_�b�a�s�i�c�]� �!� �0�:�
�
+�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�r�e�l�u�c�t�a�n�t�'� �&�!� �b�a�s�e�l�i�n�e� �r�e�p�l�a�c�e�m�e�n�t�
�
+�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�!� �w�h�e�n� �m�o�o�d� �i�s� �n�o�t� �n�e�g�a�t�i�v�e�,� �r�e�l�u�c�t�a�n�t� �r�e�p�l�a�c�e�s� �a�r�r�o�g�a�n�t�/�d�e�p�r�e�s�i�v�e�/�d�o�c�i�l�e�/�f�r�i�g�h�t�e�n�e�d�/�h�a�t�e�f�u�l�/�h�y�s�t�e�r�i�c�/�l�a�c�h�r�y�m�o�s�e�/�r�e�s�i�s�t�a�n�t�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�a�n�i�t�y� �<� �3� �a�n�d� �n�o�_�m�i�n�d�b�r�e�a�k� �!� �1�:�
�
-�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'� �&�!� �m�u�s�t� �r�a�i�s�e� �n�a�t�u�r�e� �(�e�g�o�)� �u�p� �t�o� �B�+� �t�o� �r�e�s�t�o�r�e� �a� �b�r�o�k�e�n� �s�l�a�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �=� �0�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �=� �0�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �=� �0�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �=� �0�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �=� �0�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]� �=� �5�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �0�
�
-�	�	�	�d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0�
�
+�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�b�r�o�k�e�n�'� �&�!� �m�u�s�t� �f�i�r�s�t� �r�a�i�s�e� �n�a�t�u�r�e� �(�e�g�o�)� �t�o� �r�e�s�t�o�r�e� �a� �b�r�o�k�e�n� �s�l�a�v�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �=� �0� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �=� �0� �&� � �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �=� �0� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�f�e�a�r�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �=� �0� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�r�a�t�i�o�n�a�l�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�i�n�s�t�i�n�c�t�'�]� �=� �0� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�c�u�s�t�o�m�'�]� �=� �5� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�c�u�s�t�o�m�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �=� �0� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�s�p�o�i�l�'�]� �=� �0�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �=� �0� �&� �d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�m�o�r�a�l�'�]� �=� �0�
�
 �	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �=� �m�a�x�_�m�o�t�i�v�a�t�i�o�n� �a�n�d� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �>�=� �c�o�u�r�a�g�e�:�
�
 �	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�f�r�i�g�h�t�e�n�e�d�'�
�
-�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�/�2�:�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]� �>� �d�y�n�s�l�a�v�e�[�'�t�e�m�p�e�r�'�]�/�3� �o�r� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<�=� �-�4�:�
�
 �	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�d�e�p�r�e�s�i�v�e�'�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �>�=� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �0�:�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�l�a�c�h�r�y�m�o�s�e�'�
�
-�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>�=� �0�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �>�=� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �<� �-�1�:�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�l�a�c�h�r�y�m�o�s�e�'�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>�=� �s�l�a�v�e�_�p�s�y�_�h�a�r�d�n�e�s�s�/�2�:�
�
 �	�	�	�!� �c�u�s�t�o�m� �o�r� �i�n�s�t�i�n�c�t� �a�s� �m�a�x� �m�o�t�i�v�a�t�i�o�n� �i�n�h�e�r�i�t� �p�s�y� �s�t�a�t�u�s� �f�r�o�m� �a�b�o�v�e�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� �a�n�d� �(�d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �<� �4� �o�r� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�)�:�
�
+�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �m�a�x�(�1�,� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]�,� �(�d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�+�1�)�/�2�)�:�
�
 �	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�h�y�s�t�e�r�i�c�'�
�
-�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�o�b�e�d�i�e�n�c�e�'�]� �>� �s�l�a�v�e�_�p�s�y�_�h�a�r�d�n�e�s�s� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>�=� �0�:�
�
+�	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�o�d�'�]� �>�=� �0�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�e�a�r�'�]� � � � � �=� �m�a�x�_�m�o�t�i�v�a�t�i�o�n�:�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�d�o�c�i�l�e�'�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�r�a�t�i�o�n�a�l�'�]� �=� �m�a�x�_�m�o�t�i�v�a�t�i�o�n� � �o�r� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �1�:�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�o�b�e�d�i�e�n�t�'�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� � � � �=� �m�a�x�_�m�o�t�i�v�a�t�i�o�n� � �o�r� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �3�:�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�s�e�r�v�i�l�e�'�
�
+�	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>�=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]�/�2�:�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�d�o�c�i�l�e�'�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� � �=� �m�a�x�_�m�o�t�i�v�a�t�i�o�n� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �>� �0�:�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�h�o�r�n�y�'�
�
 �	�	�	�e�n�d�
�
-�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�p�r�i�d�e�'�]� �>�=� �m�a�x�(�4�,� �m�a�x�_�m�o�t�i�v�a�t�i�o�n�)�:�
�
-�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�$�d�y�n�s�l�a�v�e�_�p�s�y�_�s�t�a�t�u�s� �=� �'�a�r�r�o�g�a�n�t�'�
�
 �	�	�e�n�d�
�
 �
�
 �	�	�!�f�o�r� �m�a�s�t�e�r� �m�o�o�d�l�e�t�s�
�
@@ -65741,33 +67258,39 @@
 �	�	�!�T�h�e�r�e� �i�s� �a�l�r�e�a�d�y� �f�a�m�e�,� �b�u�t� �i�t� �d�o�e�s� �a� �p�o�o�r� �j�o�b� �o�f� �t�r�a�c�k�i�n�g� �a�c�c�o�m�p�l�i�s�h�m�e�n�t�s�,� �j�u�s�t� �p�u�b�l�i�c� �o�p�i�n�i�o�n� �o�f� �t�h�e� �s�l�a�v�e�.�
�
 �	�	�!�P�r�e�s�t�i�g�e� �b�o�n�u�s� �i�s� �m�o�r�e� �d�e�s�i�g�n�e�d� �f�o�r� �s�i�n�g�u�l�a�r� �t�r�o�p�h�i�e�s� �-� �F�r�o�b�o�z�z�
�
 �
�
-�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �=� �0�
�
+�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �=� �0� �&�!� �c�u�r�r�e�n�t�l�y� �r�a�n�g�e�s� �f�r�o�m� �0� �t�o� �2�5�,� �t�r�e�a�t�e�d� �a�s� �a� �b�o�n�u�s� �t�o� �c�h�a�r�m� �i�n� �g�u�i�l�d� �a�u�c�t�i�o�n�s�
�
 �
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>� �4� �a�n�d� �d�y�n�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �<� �9�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �2�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>� �8�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �4�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �>� �3� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �<� �7�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �2�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �>� �6�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �4�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>� �8�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�,� �6�,� �4�)� �&�!� �a�r�e�n�a� �g�r�a�n�d� �c�h�a�m�p�i�o�n�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�a�r�e�n�a�_�l�e�v�e�l�'�]� �>� �4�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �i�i�f�(�d�y�n�s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�,� �4�,� �2�)� �&�!� �a�r�e�n�a� �c�h�a�m�p�i�o�n�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �>� �6�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �4� �&�!� �r�a�c�i�n�g� �g�r�a�n�d� �c�h�a�m�p�i�o�n�
�
+�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�h�a�s�_�r�i�d�e�_�w�i�n�'�]� �>� �3�:�
�
+�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �2� �&�!� �r�a�c�i�n�g� �c�h�a�m�p�i�o�n�
�
+�	�	�e�n�d�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �=� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�e�c�i�a�l�i�z�a�t�i�o�n�_�c�o�u�n�t�'�]� �>� �3�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �(�d�y�n�s�l�a�v�e�[�'�s�p�e�c�i�a�l�i�z�a�t�i�o�n�_�c�o�u�n�t�'�]� �-� �3�)�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �2�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�p�e�c�i�a�l�i�z�a�t�i�o�n�_�c�o�u�n�t�'�]� �>� �3�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �(�d�y�n�s�l�a�v�e�[�'�s�p�e�c�i�a�l�i�z�a�t�i�o�n�_�c�o�u�n�t�'�]� �-� �3�)� �&�!� �u�p� �t�o� �5� �(�s�e�r�v�a�n�t�,� �a�s�s�i�s�t�a�n�t�,� �w�i�t�c�h�d�o�c�t�o�r�,� �g�l�a�d�i�a�t�r�i�x�,� �a�r�t�i�s�t�,� �p�o�n�y�g�i�r�l�,� �c�o�n�c�u�b�i�n�e�,� �c�o�w�)�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � � � � � �&�!� �n�y�m�p�h�o�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �2� � � � � � �&�!� �f�r�i�g�i�d�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � � � � � � � � � �&�!� �a�c�c�u�s�t�o�m�e�d� �t�o� �p�a�i�n� �o�r� �m�a�s�o�c�h�i�s�t�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �1� � � � � � � � � � �&�!� �a�f�r�a�i�d� �o�f� �p�a�i�n�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � �&�!� �e�x�h�i�b�i�t�i�o�n�i�s�t�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�e�x�h�i�b�i�t�i�o�n�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �1� � �&�!� �s�h�y�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �=� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � � � � � � � �&�!� �p�e�r�v�e�r�t�e�d�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �&�!� �p�u�r�i�s�t�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �<� �2� �a�n�d� �d�y�n�s�l�a�v�e�[�'�r�e�h�a�b�i�l�i�t�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �2�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
 �	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�l�f�e�s�t�e�e�m�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�e�l�f�e�s�t�e�e�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
-�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�m�p�a�s�s�i�o�n�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�m�p�a�s�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �=� �1� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � �&�!� �b�i�s�e�x�u�a�l�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�'�]� �<� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�h�o�m�o�s�e�x�u�a�l�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �-�=� �1� � �&�!� �h�o�m�o�p�h�o�b�i�c�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�m�e�e�k�n�e�s�s�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � � � � � � � � � � � �&�!� �d�i�s�c�i�p�l�i�n�e�d�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�e�l�f�e�s�t�e�e�m�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�s�e�l�f�e�s�t�e�e�m�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � � � � � � � �&�!� �m�e�g�a�l�o�m�a�n�i�a�
�
+�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�o�m�p�a�s�s�i�o�n�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�c�o�m�p�a�s�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�:� �d�y�n�s�l�a�v�e�[�'�p�r�e�s�t�i�g�e�'�]� �+�=� �1� � � � � � � � �&�!� �m�e�r�c�i�f�u�l�
�
 �
�
 �	�	�!�C�h�a�r�m� �c�a�l�c�u�l�a�t�i�o�n�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �0�:� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �6�
�
@@ -65778,15 +67301,24 @@
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�f�a�t�'�]� �=� �5�:� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �1�0�
�
 �
�
 �	�	�c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �=� �d�y�n�s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �d�y�n�s�l�a�v�e�[�'�a�n�g�s�t�'�]�*�2� �-� �d�y�n�s�l�a�v�e�[�'�s�p�o�i�l�'�]�
�
-�	�	�c�h�a�r�m� �=� �d�y�n�s�l�a�v�e�[�'�s�t�y�l�e�'�]�*�3� �+� �d�y�n�s�l�a�v�e�[�'�e�x�o�t�i�c�'�]� �+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �+� �d�y�n�s�l�a�v�e�[�'�f�a�m�e�'�]�*�2� �-� �r�e�l�a�t�i�v�e�_�f�a�t� �-� �d�y�n�s�l�a�v�e�[�'�s�c�a�r�s�'�]�*�3� �-� �d�y�n�s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]�*�3�
�
+�	�	�c�h�a�r�m� �=� �d�y�n�s�l�a�v�e�[�'�s�t�y�l�e�'�]�*�3� �+� �d�y�n�s�l�a�v�e�[�'�e�x�o�t�i�c�'�]�*�2� �+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n� �+� �d�y�n�s�l�a�v�e�[�'�f�a�m�e�'�]�*�2� �-� �r�e�l�a�t�i�v�e�_�f�a�t� �-� �d�y�n�s�l�a�v�e�[�'�s�c�a�r�s�'�]�*�3� �-� �d�y�n�s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]�*�3�
�
 �	�	�i�f� �c�h�a�r�m� �<� �0�:� �c�h�a�r�m� �=� �0�
�
 �
�
 �	�	�i�f� �c�h�a�r�m� �<� �6�:� � � �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�C�h�a�r�m�'�)�
�
-�	�	�i�f� �c�h�a�r�m� �>�=� �6�:� � �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�C�h�a�r�m�'�)�
�
-�	�	�i�f� �c�h�a�r�m� �>�=� �1�2�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�C�h�a�r�m�'�)�
�
-�	�	�i�f� �c�h�a�r�m� �>�=� �1�6�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�C�h�a�r�m�'�)�
�
-�	�	�i�f� �c�h�a�r�m� �>�=� �2�0�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�C�h�a�r�m�'�)�
�
-�	�	�i�f� �c�h�a�r�m� �>�=� �3�8�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�C�h�a�r�m�'�)�
�
+�	�	�i�f� �c�h�a�r�m� �>�=� �6�:� � �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�C�h�a�r�m�'�)� �&�!� �d�i�s�c�e�r�n�i�n�g� �b�u�y�e�r�s� �r�e�q�u�i�r�e� �D�-� �c�h�a�r�m� �(� �6�+�)� �a�t� �D�-�/�D�+� �r�a�t�i�n�g� � � � � � � �(�1�-�2�)�
�
+�	�	�i�f� �c�h�a�r�m� �>�=� �1�2�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�C�h�a�r�m�'�)� �&�!� �d�i�s�c�e�r�n�i�n�g� �b�u�y�e�r�s� �r�e�q�u�i�r�e� �C�-� �c�h�a�r�m� �(�1�2�+�)� �a�t� �C�-�/�C�+� �r�a�t�i�n�g� � � � � � � �(�3�-�4�)�
�
+�	�	�i�f� �c�h�a�r�m� �>�=� �1�8�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�C�h�a�r�m�'�)� �&�!� �d�i�s�c�e�r�n�i�n�g� �b�u�y�e�r�s� �r�e�q�u�i�r�e� �B�+� �c�h�a�r�m� �(�1�8�+�)� �a�t� �B�-�/�B�+� �r�a�t�i�n�g� � � � � � � �(�5�-�6�)�
�
+�	�	�i�f� �c�h�a�r�m� �>�=� �2�4�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�C�h�a�r�m�'�)� �&�!� �d�i�s�c�e�r�n�i�n�g� �b�u�y�e�r�s� �r�e�q�u�i�r�e� �A�+� �c�h�a�r�m� �(�2�4�+�)� �a�t� �A�-�/�A�+� �r�a�t�i�n�g� � � � � � � �(�7�-�8�)�
�
+�	�	�i�f� �c�h�a�r�m� �>�=� �3�8�:� �$�c�h�a�r�m�_�s�t�a�t� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�C�h�a�r�m�'�)� �&�!� �d�i�s�c�e�r�n�i�n�g� �b�u�y�e�r�s� �r�e�q�u�i�r�e� �S�+� �c�h�a�r�m� �(�3�8�+�)� �a�t� �S�-�/�S�+� �r�a�t�i�n�g� � � � � � � �(�9�-�1�0�)�
�
+�
�
+�	�	�!� �D�-� �s�t�y�l�e�,� �F�-� �e�x�o�t�i�c�,� �F�-� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�0� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �C�-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �F�-� �f�a�m�e� �a�n�d� �S�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �1�*�3� �+� �0�*�2� �+� �0� �+� �2� �+� �0�*�2� �-� �(�-�1�)� � �=� �6� � �(�D�-� �c�h�a�r�m�)�
�
+�	�	�!� �C�-� �s�t�y�l�e�,� �F�-� �e�x�o�t�i�c�,� �D�-� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�1� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �C�-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �F�-� �f�a�m�e� �a�n�d� �B�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �2�*�3� �+� �0�*�2� �+� �1� �+� �2� �+� �0�*�2� �-� �3� � � � � �=� �6� � �(�D�-� �c�h�a�r�m�)�
�
+�	�	�!� �C�-� �s�t�y�l�e�,� �D�-� �e�x�o�t�i�c�,� �C�-� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�2� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �C�-� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �F�-� �f�a�m�e� �a�n�d� �A�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �2�*�3� �+� �1�*�2� �+� �2� �+� �2� �+� �0�*�2� �-� �0� � � � � �=� �1�2� �(�C�-� �c�h�a�r�m�)�
�
+�	�	�!� �B�+� �s�t�y�l�e�,� �F�-� �e�x�o�t�i�c�,� �B�+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�3� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �B�+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �B�+� �f�a�m�e� �a�n�d� �B�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �3�*�3� �+� �0�*�2� �+� �3� �+� �3� �+� �3�*�2� �-� �3� � � � � �=� �1�8� �(�B�+� �c�h�a�r�m�)�
�
+�	�	�!� �B�+� �s�t�y�l�e�,� �B�+� �e�x�o�t�i�c�,� �B�+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�3� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �B�+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �B�+� �f�a�m�e� �a�n�d� �B�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �3�*�3� �+� �3�*�2� �+� �3� �+� �3� �+� �3�*�2� �-� �3� � � � � �=� �2�4� �(�A�+� �c�h�a�r�m�)�
�
+�	�	�!� �S�+� �s�t�y�l�e�,� �A�+� �e�x�o�t�i�c�,� �S�+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�5� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �B�+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �B�+� �f�a�m�e� �a�n�d� �S�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �5�*�3� �+� �4�*�2� �+� �5� �+� �3� �+� �3�*�2� �-� �(�-�1�)� � �=� �3�8� �(�S�+� �c�h�a�r�m�)�
�
+�	�	�!� �S�+� �s�t�y�l�e�,� �A�+� �e�x�o�t�i�c�,� �A�+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�4� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �A�+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �B�+� �f�a�m�e� �a�n�d� �S�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �5�*�3� �+� �4�*�2� �+� �4� �+� �4� �+� �3�*�2� �-� �(�-�1�)� � �=� �3�8� �(�S�+� �c�h�a�r�m�)�
�
+�	�	�!� �S�+� �s�t�y�l�e�,� �B�+� �e�x�o�t�i�c�,� �S�+� �c�h�a�r�m�_�f�r�o�m�_�a�u�r�a� �(�5� �d�e�v�o�t�i�o�n�,� �n�o� �d�e�s�p�a�i�r�,� �n�o� �s�p�o�i�l�)�,� �S�+� �b�r�a�n�d�_�r�e�p�u�t�a�t�i�o�n�,� �B�+� �f�a�m�e� �a�n�d� �S�+� �r�e�l�a�t�i�v�e�_�f�a�t� �=� �5�*�3� �+� �3�*�2� �+� �5� �+� �5� �+� �3�*�2� �-� �(�-�1�)� � �=� �3�8� �(�S�+� �c�h�a�r�m�)�
�
 �
�
 �	�e�n�d� �&�!� �e�n�d� �o�f� �s�l�a�v�e� �c�o�n�s�c�i�o�u�s�/�f�a�i�n�t�e�d� �c�h�e�c�k�
�
 �}�
�
@@ -66113,7 +67645,7 @@
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�w�o�u�n�d�s�'�]� �>� �0�:� � �$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �+�=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�w�o�u�n�d�s�_�c�h�a�r�t�"�>�<�<�$�w�o�u�n�d�s�[�d�y�n�s�l�a�v�e�[�'�'�w�o�u�n�d�s�'�'�]�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�s�c�a�r�s�'�]� �>� �0�:� � � �$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �+�=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�s�c�a�r�s�_�c�h�a�r�t�"�>�<�<�$�s�c�a�r�s�[�d�y�n�s�l�a�v�e�[�'�'�s�c�a�r�s�'�'�]�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�b�r�u�i�s�e�s�'�]� �>� �0�:� �$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �+�=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�b�r�u�i�s�e�s�_�c�h�a�r�t�"�>�<�<�$�b�r�u�i�s�e�s�[�d�y�n�s�l�a�v�e�[�'�'�b�r�u�i�s�e�s�'�'�]�]�>�>�<�/�a�>�<�b�r�>�'�
�
-�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �m�a�s�t�e�r�_�m�e�d�i�c� �>�=� �4� �o�r� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�c�o�w�'�,� �f�a�r�m�h�a�n�d�[�'�n�u�r�s�e�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�)� �>�=� �4�:�
�
+�	�	�i�f� �c�h�e�a�t�_�n�o�_�s�t�a�r�v�e� �=� �0� �a�n�d� �(�m�a�s�t�e�r�_�m�e�d�i�c� �>�=� �4� �o�r� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�c�o�w�'�,� �f�a�r�m�h�a�n�d�[�'�n�u�r�s�e�'�]�,� �a�s�s�i�s�t�a�n�t�[�'�n�u�r�s�e�'�]�)� �>�=� �4�)�:�
�
 �	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �=� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�n�e�g�_�h�u�n�g�r�y�'�]� �>� �0�:�
�
 �	�	�	�	�$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �+�=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�s�t�a�r�v�a�t�i�o�n�_�c�h�a�r�t�"�>�<�<�$�s�t�a�r�v�a�t�i�o�n�[�1�]�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�	�	�e�l�s�e�i�f� �d�y�n�s�l�a�v�e�[�'�d�a�y�s�_�w�i�t�h�o�u�t�_�f�o�o�d�'�]� �=� �1�:�
�
@@ -66196,7 +67728,7 @@
 �	�	�e�n�d�
�
 �	�	�!�A�d�d�e�d� �t�w�o� �p�o�s�s�i�b�l�e� �o�u�t�c�o�m�e�s� �f�o�r� �t�h�e� �D�a�n�c�e�r� �A�f�f�i�n�i�t�y� �-� �c�r�u�s�h�b�o�s�s�
�
 �	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:�
�
-�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>� �0� �o�r� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �>� �0�:�
�
+�	�	�	�i�f� �(�d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �>� �0�)� �o�r� �(�d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�'�]� �>� �0� �a�n�d� �d�y�n�s�l�a�v�e�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �>� �0�)�:�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �2�:� �$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �+�=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�B0=F>2I8F0"�>�<�<�d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �"�E�x�o�t�i�c� �D�a�n�c�e�r�"�)�>�>�<�/�a�>�<�b�r�>�'�
�
 �	�	�	�e�l�s�e�
�
 �	�	�	�	�i�f� �d�y�n�s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�_�a�f�f�i�n�i�t�y�_�r�e�v�e�a�l�e�d�'�]� �=� �2�:� �$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �+�=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �m�s�g� �$�B0=F>2I8F0"�>�<�<�d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �"�B�a�l�l�e�r�i�n�a�"�)�>�>�<�/�a�>�<�b�r�>�'�
�
@@ -66364,9 +67896,188 @@
 �	�	�	�d�y�n�s�l�a�v�e�[�'�p�o�s�_�p�r�a�i�s�e�'�]� �=� �0�
�
 �	�	�e�n�d�
�
 �
�
+�	�	�i�f� �l�e�n�(�$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t�)� �>� �6�6�6�:� �$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t� �=� �'�<�f�o�n�t� �s�i�z�e�=�"�2�"�>�<�<�$�d�y�n�s�l�a�v�e�_�f�e�a�t�u�r�e�s�_�l�i�s�t�>�>�<�/�f�o�n�t�>�'�
�
+�
�
 �	�e�n�d� �&�!� �e�n�d� �o�f� �s�l�a�v�e� �c�o�n�s�c�i�o�u�s�/�f�a�i�n�t�e�d� �c�h�e�c�k�
�
 �}�
�
 �
�
+�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r� �=� �{�
�
+�	�i�f� �d�y�n�s�l�a�v�e�_�s�t�a�t�e� �>� �C�O�N�S�T�_�I�N�T�[�'�n�o�_�s�l�a�v�e�'�]�:�
�
+�
�
+�	�	�i�f� �$�a�r�g�s�[�0�]� �=� �'�s�a�v�e�'�:�
�
+�	�	�	�$�a�r�g�s�[�0�]� �=� �'�l�i�s�t�'�
�
+�	�	�	�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]� �=� �$�t�r�i�m�(�i�n�p�u�t� �(�'�P�l�e�a�s�e� �e�n�t�e�r� �a� �n�a�m�e� �f�o�r� �t�h�e� �c�u�r�r�e�n�t� �e�q�u�i�p�m�e�n�t� �s�e�t� �(�n�a�m�e� �a�n� �e�x�i�s�t�i�n�g� �s�e�t� �t�o� �r�e�p�l�a�c�e� �i�t�)�'�)�)�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�'� �a�n�d� �a�r�r�s�i�z�e�(�'�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�'�)� �>�=� �1�8�:�
�
+�	�	�	�	�m�s�g� �'�Y�o�u� �c�a�n�n�o�t� �c�r�e�a�t�e� �m�o�r�e� �e�q�u�i�p�m�e�n�t� �s�e�t�s� �u�n�t�i�l� �y�o�u� �f�o�r�g�e�t� �o�n�e� �y�o�u� �a�l�r�e�a�d�y� �h�a�v�e�'�
�
+�	�	�	�e�l�s�e�i�f� �$�t�r�i�m�(�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�)� �!� �'�'�:�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�b�o�o�t�s�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�r�i�n�g�_�l�e�f�t�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�r�i�n�g�_�r�i�g�h�t�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�e�a�r�r�i�n�g�s�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�t�o�n�g�u�e�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�n�i�p�p�l�e�r�i�n�g�s�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�n�a�v�e�l�'�]�
�
+�	�	�	�	�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �$�d�y�n�s�l�a�v�e�[�'�c�l�i�t�r�i�n�g�'�]�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�i�f� �$�a�r�g�s�[�0�]� �=� �'�e�q�u�i�p�'�:�
�
+�	�	�	�$�a�r�g�s�[�0�]� �=� �'�l�i�s�t�'�
�
+�	�	�	�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]� �=� �$�a�r�g�s�[�1�]�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�3>;0O'� � � � � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �2�4�,� �4�4�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �2�5�,� �4�5�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �2�7�,� �4�7�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �2�8�,� �4�8�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �3�1�,� �5�1�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �3�2�,� �5�2�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �3�3�,� �5�3�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � �>� �1� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � �>� �1�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �2�6�,� �4�6�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�,� �2�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �3�5�,� �5�5�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� �>� �1� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� �>� �1�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �2�9�,� �4�9�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�,� �2�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �3�4�,� �5�4�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�	�i�f� �	�	�	� �i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � �>� �0� � �o�r� �$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �=� �'�?CAB>'� � � � �o�r� �_� �
�
+�	�	�	�	�d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]�]� � � � �>� �0�:�	�	�	�$�n�e�w�_�i�t�e�m� �=� �$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�d�y�n�s�l�a�v�e�[�'�e�q�u�i�p�_�s�e�t�'�]�]� �&� �s�l�o�t� �=� �i�i�f�(�'�d�y�n�s�l�a�v�e�'� �=� �'�s�l�a�v�e�'�,� �3�0�,� �5�0�)� �&� �$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�n�o�n�e�'� �&� �g�s� �'�i�t�e�m�_�c�h�a�n�g�e�'�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�i�f� �$�a�r�g�s�[�0�]� �=� �'�f�o�r�g�e�t�'�:�
�
+�	�	�	�$�a�r�g�s�[�0�]� �=� �'�l�i�s�t�'�
�
+�	�	�	�f�o�r� �i� �=� �0� �t�o� �a�r�r�s�i�z�e�(�'�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�'�)�:�
�
+�	�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�i�]� �=� �$�a�r�g�s�[�1�]�:�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�'�,� �i�
�
+�	�	�	�	�	�k�i�l�l�v�a�r� �'�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�'�,� �i�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�'�N�a�k�e�d�'�]� �=� �'�'�:�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�'�N�a�k�e�d�'�]� � � � � � � � �=� �'�N�a�k�e�d�'�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�'�N�a�k�e�d�'�]� � � � � � � �=� �'�3>;0O'� �&�!� �n�a�k�e�d�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�'�N�a�k�e�d�'�]� � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�'�N�a�k�e�d�'�]� � � � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�'�N�a�k�e�d�'�]� � � � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�'�N�a�k�e�d�'�]� � � � � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�'�N�a�k�e�d�'�]� � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�'�N�a�k�e�d�'�]� � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�'�N�a�k�e�d�'�]� � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�'�N�a�k�e�d�'�]� � � � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�'�N�a�k�e�d�'�]� �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�'�N�a�k�e�d�'�]� � � � � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�	�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�'�N�a�k�e�d�'�]� � � � �=� �'�?CAB>'� �&�!� �e�m�p�t�y�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�i�f� �$�a�r�g�s�[�0�]� �=� �'�v�i�e�w�'�:�
�
+�	�	�	�s�l�o�t� �=� �-�1� �&�!� �a�l�l�o�w�s� �u�s� �t�o� �o�v�e�r�r�i�d�e� �$�e�q�u�i�p�_�c�h�o�i�c�e�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�<�b�r�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�d�y�n�s�l�a�v�e�'�'�)�,� �'�'�l�i�s�t�'�'�"�>�<�b�>�<�u�>�G�o� �b�a�c�k�<�/�u�>�<�/�b�>�<�/�a�>�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�<�b�r�>�V�i�e�w�i�n�g� �S�e�t� �"�<�<�$�a�r�g�s�[�1�]�>�>�"�<�b�r�>�M�i�s�s�i�n�g� �i�t�e�m�s� �a�r�e� �m�a�r�k�e�d� �w�i�t�h� �(�*�)�<�b�r�>�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�C�l�o�t�h�e�s�:� �'� � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�c�l�o�t�h�'�]� � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�a�r�g�s�[�1�]�]� �!� �'�3>;0O'� � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�o�t�h�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�H�e�a�d�g�e�a�r�:� �'� � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�h�e�a�d�b�a�n�d�'�]� � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�h�e�a�d�b�a�n�d�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�N�e�c�k�:� �'� � � � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�c�o�l�l�a�r�'�]� � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�o�l�l�a�r�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�H�a�n�d�s�:� �'� � � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�g�l�o�v�e�s�'�]� � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�g�l�o�v�e�s�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�F�e�e�t�:� �'� � � � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�b�o�o�t�s�'�]� � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�b�o�o�t�s�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�R�i�n�g� �1�:� �'� � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�r�i�n�g�_�l�e�f�t�'�]� � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�l�e�f�t�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�R�i�n�g� �2�:� �'� � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�r�i�n�g�_�r�i�g�h�t�'�]� � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�r�i�n�g�_�r�i�g�h�t�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�E�a�r�r�i�n�g�s�:� �'� � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�e�a�r�r�i�n�g�s�'�]� � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�e�a�r�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]�]�)� �<� �2�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�T�o�n�g�u�e�:� �'� � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�t�o�n�g�u�e�'�]� � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�t�o�n�g�u�e�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�N�i�p�p�l�e�s�:� �'� � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�n�i�p�p�l�e�r�i�n�g�s�'�]� �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�i�p�p�l�e�r�i�n�g�s�[�$�a�r�g�s�[�1�]�]�]�)� �<� �2�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�N�a�v�e�l�:� �'� � � � � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�n�a�v�e�l�'�]� � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�n�a�v�e�l�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�C�l�i�t�o�r�i�s�:� �'� � � � � � �+� �$�i�t�e�m�_�n�a�m�e�[�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�a�r�g�s�[�1�]�]�]�
�
+�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�a�r�g�s�[�1�]�]� �!� �$�d�y�n�s�l�a�v�e�[�'�c�l�i�t�r�i�n�g�'�]� � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�a�r�g�s�[�1�]�]� �!� �'�'� � � � � � � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�a�r�g�s�[�1�]�]� �!� �'�?CAB>'� � � � � � � � � � � � � � � � � � � � � �a�n�d� �_� �
�
+�	�	�	� � � �m�a�x�(�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�a�r�g�s�[�1�]�]�]�,� �d�y�n�s�l�a�v�e�_�i�n�v�e�n�t�o�r�y�[�$�e�q�u�i�p�_�s�e�t�_�c�l�i�t�r�i�n�g�[�$�a�r�g�s�[�1�]�]�]�)� �=� �0�:� �$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �(�*�)�'�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�i�f� �$�a�r�g�s�[�0�]� �=� �'�l�i�s�t�'� �o�r� �$�a�r�g�s�[�0�]� �=� �'�'�:�
�
+�	�	�	�s�l�o�t� �=� �-�1� �&�!� �a�l�l�o�w�s� �u�s� �t�o� �o�v�e�r�r�i�d�e� �$�e�q�u�i�p�_�c�h�o�i�c�e�
�
+�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �=� �'�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�d�y�n�s�l�a�v�e�'�'�)�,� �'�'�s�a�v�e�'�'�"�>�<�b�>�<�u�>�S�a�v�e�<�/�u�>�<�/�b�>�<�/�a�>� �c�u�r�r�e�n�t� �e�q�u�i�p�m�e�n�t�'�
�
+�	�	�	�f�o�r� �i� �=� �0� �t�o� �a�r�r�s�i�z�e�(�'�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�'�)�:�
�
+�	�	�	�	�i�f� �$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�i�]� �!� �'�'�:�
�
+�	�	�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'�<�b�r�>�<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�d�y�n�s�l�a�v�e�'�'�)�,� �'�'�e�q�u�i�p�'�'�,� � �'�'�<�<�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�i�]�>�>�'�'�"�>�<�b�>�<�u�>�E�q�u�i�p�<�/�u�>�<�/�b�>�<�/�a�>�'�
�
+�	�	�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� � � �'�,� �<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�d�y�n�s�l�a�v�e�'�'�)�,� �'�'�v�i�e�w�'�'�,� � �'�'�<�<�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�i�]�>�>�'�'�"�>�<�b�>�<�u�>�V�i�e�w�<�/�u�>�<�/�b�>�<�/�a�>�'�
�
+�	�	�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �o�r� �<�a� �h�r�e�f�=�"�E�X�E�C�:� �d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�e�q�u�i�p�_�s�e�t�_�m�a�n�a�g�e�r�,� �'�'�d�y�n�'�'�+�'�'�s�l�a�v�e�'�'�,� �'�'�d�y�n�s�l�a�v�e�'�'�)�,� �'�'�f�o�r�g�e�t�'�'�,� �'�'�<�<�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�i�]�>�>�'�'�"�>�<�b�>�<�u�>�F�o�r�g�e�t�<�/�u�>�<�/�b�>�<�/�a�>�'�
�
+�	�	�	�	�	�$�e�q�u�i�p�_�c�h�o�i�c�e� �+�=� �'� �s�e�t� �"�<�<�$�e�q�u�i�p�_�s�e�t�_�n�a�m�e�[�i�]�>�>�"�'�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�n�d�
�
+�	�	�e�n�d�
�
+�
�
+�	�	�d�y�n�s�l�a�v�e�_�s�t�a�t�_�s�c�r�e�e�n� �=� �2�
�
+�	�	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�	�	�g�t� �'�d�y�n�s�l�a�v�e�_�s�t�a�t�'�
�
+�
�
+�	�e�n�d�
�
+�}�
�
+�
�
 �-�-�-� �#�s�t�a�t�i�c�_�b�a�s�e� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
 �#� �#�s�t�a�t�i�c�_�t�x�t�
�
@@ -66413,53 +68124,69 @@
 �$�p�a�t�r�i�c�i�a�n�_�r�a�t�i�n�g�[�9�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �9�,� �'�<�b�>�S�-�<�/�b�>�'�)�
�
 �$�p�a�t�r�i�c�i�a�n�_�r�a�t�i�n�g�[�1�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�t�a�t�,� �1�0�,� �'�<�b�>�S�+�<�/�b�>�'�)�
�
 �
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�0�]� �=� �5�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�1�]� �=� �5�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�2�]� �=� �7�5�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�3�]� �=� �1�0�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�4�]� �=� �1�5�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�5�]� �=� �2�0�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�6�]� �=� �2�5�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�7�]� �=� �3�0�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�8�]� �=� �3�5�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�9�]� �=� �4�0�0�0�
�
-�c�o�m�m�o�n�_�p�r�i�c�e�[�1�0�]� �=� �5�0�0�0�
�
-�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�0�]� �=� �5�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�1�]� �=� �3�5�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�2�]� �=� �5�2�5�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�3�]� �=� �7�5�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�4�]� �=� �1�0�0�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�5�]� �=� �1�4�0�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�6�]� �=� �1�7�5�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�7�]� �=� �2�1�0�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�8�]� �=� �2�5�0�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�9�]� �=� �2�8�0�0�
�
-�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�1�0�]� �=� �3�5�0�0�
�
-�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�0�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�0�]�/�1�0� � �&�!� �w�a�s� �0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�1�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�1�]�/�1�0� � �&�!� �w�a�s� �3�5�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�2�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�2�]�/�1�0� � �&�!� �w�a�s� �4�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�3�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�3�]�/�1�0� � �&�!� �w�a�s� �5�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�4�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�4�]�/�1�0� � �&�!� �w�a�s� �6�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�5�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�5�]�/�1�0� � �&�!� �w�a�s� �7�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�6�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�6�]�/�1�0� � �&�!� �w�a�s� �8�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�7�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�7�]�/�1�0� � �&�!� �w�a�s� �9�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�8�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�8�]�/�1�0� � �&�!� �w�a�s� �1�0�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�9�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�9�]�/�1�0� � �&�!� �w�a�s� �1�1�0�
�
-�c�o�n�t�r�a�c�t�_�t�i�m�e�[�1�0�]� �=� �d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�1�0�]�/�1�0� �&�!� �w�a�s� �1�2�0�
�
-�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�0�]� �=� �5�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�1�]� �=� �2�5�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�2�]� �=� �4�0�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�3�]� �=� �5�0�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�4�]� �=� �7�5�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�5�]� �=� �1�0�0�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�6�]� �=� �1�2�5�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�7�]� �=� �1�5�0�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�8�]� �=� �1�7�5�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�9�]� �=� �2�0�0�0�
�
-�a�u�c�t�i�o�n�_�p�r�i�c�e�[�1�0�]� �=� �2�5�0�0�
�
+�!�c�o�m�m�o�n� �p�r�i�c�e� �p�a�i�d� �b�y� �c�l�i�e�n�t�s�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�0�]� �=� �5� � � � � � � � � � � �&�!� �F�-�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�1�]� �=� �5�0�0� � � � � � � � � �&�!� �D�-�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�2�]� �=� �7�5�0� � � � � � � � � �&�!� �D�+�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�3�]� �=� �8�5�0� � � � � � � � � �&�!� �C�-�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�4�]� �=� �1�0�0�0� � � � � � � � �&�!� �C�+� �(�1� �d�e�v�o�t�i�o�n�)�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�5�]� �=� �2�0�0�0� � � � � � � � �&�!� �B�-� �(�2� �d�e�v�o�t�i�o�n�)�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�6�]� �=� �3�5�0�0� � � � � � � � �&�!� �B�+� �(�3� �d�e�v�o�t�i�o�n�)�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�7�]� �=� �4�0�0�0� � � � � � � � �&�!� �A�-� �
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�8�]� �=� �5�5�0�0� � � � � � � � �&�!� �A�+� �(�4� �d�e�v�o�t�i�o�n�)�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�9�]� �=� �6�5�0�0� � � � � � � � �&�!� �S�-�
�
+�c�o�m�m�o�n�_�p�r�i�c�e�[�1�0�]� �=� �8�0�0�0� � � � � � � �&�!� �S�+� �(�5� �d�e�v�o�t�i�o�n�)�
�
+�
�
+�!�d�i�s�c�o�u�n�t� �p�r�i�c�e� �p�a�i�d� �b�y� �g�u�i�l�d� �c�o�n�t�r�a�c�t�s� �a�n�d� �f�r�u�g�a�l� �g�u�i�l�d� �a�u�c�t�i�o�n� �b�u�y�e�r�s� �(�3�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�)�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�0�]� �=� �5� � � � � � � � � �&�!� �F�-�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�1�]� �=� �3�5�0� � � � � � � �&�!� �D�-�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�2�]� �=� �5�2�5� � � � � � � �&�!� �D�+�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�3�]� �=� �5�9�5� � � � � � � �&�!� �C�-�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�4�]� �=� �7�0�0� � � � � � � �&�!� �C�+� �(�1� �d�e�v�o�t�i�o�n�)�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�5�]� �=� �1�4�0�0� � � � � � �&�!� �B�-� �(�2� �d�e�v�o�t�i�o�n�)�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�6�]� �=� �2�4�5�0� � � � � � �&�!� �B�+� �(�3� �d�e�v�o�t�i�o�n�)�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�7�]� �=� �2�8�0�0� � � � � � �&�!� �A�-� �
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�8�]� �=� �3�8�5�0� � � � � � �&�!� �A�+� �(�4� �d�e�v�o�t�i�o�n�)�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�9�]� �=� �4�5�5�0� � � � � � �&�!� �S�-�
�
+�d�i�s�c�o�u�n�t�_�p�r�i�c�e�[�1�0�]� �=� �5�6�0�0� � � � � �&�!� �S�+� �(�5� �d�e�v�o�t�i�o�n�)�
�
+�
�
+�!�t�i�m�e� �a�l�l�o�w�e�d� �f�o�r� �g�u�i�l�d� �c�o�n�t�r�a�c�t�s� �b�e�f�o�r�e� �p�e�n�a�l�t�i�e�s� �s�t�a�r�t�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�0�]� � �=� �0� � �&�!� �F�-�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�1�]� � �=� �4�0� �&�!� �D�-�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�2�]� � �=� �4�5� �&�!� �D�+�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�3�]� � �=� �5�0� �&�!� �C�-�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�4�]� � �=� �5�5� �&�!� �C�+�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�5�]� � �=� �6�0� �&�!� �B�-�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�6�]� � �=� �6�5� �&�!� �B�+�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�7�]� � �=� �7�0� �&�!� �A�-�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�8�]� � �=� �8�0� �&�!� �A�+�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�9�]� � �=� �1�0�0� �&�!� �S�-�
�
+�c�o�n�t�r�a�c�t�_�t�i�m�e�[�1�0�]� �=� �1�2�0� �&�!� �S�+�
�
+�
�
+�!�p�r�e�p�a�y� �f�o�r� �g�u�i�l�d� �c�o�n�t�r�a�c�t�s�
�
+�p�r�e�p�a�y�[�0�]� �=� �0�
�
+�p�r�e�p�a�y�[�1�]� �=� �6�0�
�
+�p�r�e�p�a�y�[�2�]� �=� �8�0�
�
+�p�r�e�p�a�y�[�3�]� �=� �1�0�0�
�
+�p�r�e�p�a�y�[�4�]� �=� �1�2�0�
�
+�p�r�e�p�a�y�[�5�]� �=� �2�0�0�
�
+�p�r�e�p�a�y�[�6�]� �=� �3�0�0�
�
+�p�r�e�p�a�y�[�7�]� �=� �4�0�0�
�
+�p�r�e�p�a�y�[�8�]� �=� �5�0�0�
�
+�p�r�e�p�a�y�[�9�]� �=� �6�0�0�
�
+�p�r�e�p�a�y�[�1�0�]� �=� �8�0�0�
�
+�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�0�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�0�]� � �/� �2�)� �&�!� �F�-� �5�,� � � � �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�1�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�1�]� � �/� �2�)� �&�!� �D�-� �2�5�0�,� � �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�2�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�2�]� � �/� �2�)� �&�!� �D�+� �3�7�5�,� � �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�3�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�3�]� � �/� �2�)� �&�!� �C�-� �4�2�5�,� � �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�4�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�4�]� � �/� �2�)� �&�!� �C�+� �5�0�0�,� � �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�5�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�5�]� � �/� �2�)� �&�!� �B�-� �1�0�0�0�,� �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�6�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�6�]� � �/� �2�)� �&�!� �B�+� �1�7�5�0�,� �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�7�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�7�]� � �/� �2�)� �&�!� �A�-� �2�0�0�0�,� �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�8�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�8�]� � �/� �2�)� �&�!� �A�+� �2�7�5�0�,� �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�9�]� �=� � �(�c�o�m�m�o�n�_�p�r�i�c�e�[�9�]� � �/� �2�)� �&�!� �S�-� �3�2�5�0�,� �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
+�a�u�c�t�i�o�n�_�p�r�i�c�e�[�1�0�]� �=� �(�c�o�m�m�o�n�_�p�r�i�c�e�[�1�0�]� �/� �2�)� �&�!� �S�+� �4�0�0�0�,� �a� �5�0�%� �d�i�s�c�o�u�n�t� �f�r�o�m� �c�o�m�m�o�n�_�p�r�i�c�e�
�
 �
�
 �a�u�c�t�i�o�n�_�i�n�c�r�e�m�e�n�t�[�1�]� �=� �2�5�
�
 �a�u�c�t�i�o�n�_�i�n�c�r�e�m�e�n�t�[�2�]� �=� �3�5�
�
@@ -66495,39 +68222,39 @@
 �$�o�r�g�a�s�m�_�t�y�p�e�[�2�]� �=� �'�s�q�u�i�r�t�'�
�
 �
�
 �!�f�a�m�e� �s�t�a�t�u�s�
�
-�$�t�a�u�r�u�s�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I� �h�a�v�e� �n�o� �r�e�l�a�t�i�o�n�s�h�i�p� �w�i�t�h� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�.� �I� �o�u�g�h�t� �t�o� �d�o� �d�i�r�e�c�t� �s�a�l�e�s� �i�n� �t�h�e�i�r� �t�e�r�r�i�t�o�r�y�.�'�)�
�
-�$�t�a�u�r�u�s�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�S�o�m�e�o�n�e� �f�r�o�m� �T�a�u�r�u�s� �H�o�u�s�e� �h�e�a�r�d� �o�f� �m�e� �a�l�r�e�a�d�y�.� �T�h�a�t� �i�s� �e�n�o�u�g�h� �t�o� �g�e�t� �a� �p�e�r�m�i�s�s�i�o�n� �t�o� �l�i�v�e� �i�n� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�,� �b�u�t� �n�o�t�h�i�n�g� �m�o�r�e�.�'�)�
�
-�$�t�a�u�r�u�s�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�I� �m�a�d�e� �s�o�m�e� �u�s�e�f�u�l� �c�o�n�t�a�c�t�s� �w�i�t�h� �t�h�e� �r�e�p�r�e�s�e�n�t�a�t�i�v�e�s� �o�f� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�.� �B�u�t� �t�o� �b�e� �a�d�m�i�t�t�e�d� �t�o� �t�h�e� �W�h�i�t�e� �P�a�l�a�c�e�,� �i�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �m�a�k�e� �s�o�m�e�o�n�e� �i�m�p�o�r�t�a�n�t� �m�y� �c�u�s�t�o�m�e�r�.�'�)�
�
+�$�t�a�u�r�u�s�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I� �h�a�v�e� �n�o� �r�e�l�a�t�i�o�n�s�h�i�p� �w�i�t�h� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�.� �I� �o�u�g�h�t� �t�o� �d�o� �d�i�r�e�c�t� �s�a�l�e�s� �i�n� �t�h�e�i�r� �t�e�r�r�i�t�o�r�y�.� �S�o�m�e� �r�e�s�i�d�e�n�t� �o�f� �t�h�e� �B�u�l�l� �Q�u�a�r�t�e�r� �m�u�s�t� �n�e�e�d� �a� �D�+� �s�l�a�v�e�!�'�)�
�
+�$�t�a�u�r�u�s�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�S�o�m�e�o�n�e� �f�r�o�m� �T�a�u�r�u�s� �H�o�u�s�e� �h�e�a�r�d� �o�f� �m�e� �a�l�r�e�a�d�y�.� �T�h�a�t� �i�s� �'� �+� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�,� �'�a�l�m�o�s�t� �'�,� �'�'�)� �+� �'�e�n�o�u�g�h� �t�o� �g�e�t� �a� �p�e�r�m�i�s�s�i�o�n� �t�o� �l�i�v�e� �i�n� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �B�u�l�l�,� �b�u�t� �n�o�t�h�i�n�g� �m�o�r�e�.� �I� �m�u�s�t� �f�i�n�d� �a� �r�e�s�i�d�e�n�t� �t�h�e�r�e� �w�h�o� �n�e�e�d�s� �a� �C�+� �s�l�a�v�e�.�'�)�
�
+�$�t�a�u�r�u�s�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�I� �m�a�d�e� �s�o�m�e� �u�s�e�f�u�l� �c�o�n�t�a�c�t�s� �w�i�t�h� �t�h�e� �r�e�p�r�e�s�e�n�t�a�t�i�v�e�s� �o�f� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�.� �B�u�t� �t�o� �b�e� �a�d�m�i�t�t�e�d� �t�o� �t�h�e� �W�h�i�t�e� �P�a�l�a�c�e�,� �i�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �m�a�k�e� �s�o�m�e�o�n�e� �i�m�p�o�r�t�a�n�t� �m�y� �c�u�s�t�o�m�e�r�.� �I� �m�u�s�t� �f�i�n�d� �o�n�e� �w�h�o� �w�a�n�t�s� �a� �B�+� �s�l�a�v�e�.�'�)�
�
 �$�t�a�u�r�u�s�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�I� �h�a�v�e� �e�n�o�u�g�h� �i�n�f�l�u�e�n�t�i�a�l� �f�r�i�e�n�d�s� �i�n� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e� �t�o� �g�e�t� �a�c�c�e�s�s� �t�o� �t�h�e� �W�h�i�t�e� �P�a�l�a�c�e� �a�n�d� �s�t�a�r�t� �w�o�r�k�i�n�g� �w�i�t�h� �e�l�i�t�e� �b�u�y�e�r�s�!�'�)�
�
 �$�t�a�u�r�u�s�_�f�a�m�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�N�o�w� �t�h�a�t� �I� �m�a�d�e� �f�r�i�e�n�d�s� �w�i�t�h� �o�n�e� �o�f� �t�h�e� �t�o�p� �m�e�m�b�e�r�s� �o�f� �t�h�e� �T�a�u�r�u�s� �H�o�u�s�e�,� �I� �c�a�n� �g�e�t� �a�n� �a�u�d�i�e�n�c�e� �w�i�t�h� �t�h�e� �K�i�n�g� �h�i�m�s�e�l�f�!�'�)�
�
-�$�t�a�u�r�u�s�_�f�a�m�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�T�h�e� �K�i�n�g� �p�e�r�s�o�n�a�l�l�y� �i�n�i�t�i�a�t�e�d� �m�e� �i�n�t�o� �k�n�i�g�h�t�h�o�o�d� �a�n�d� �t�h�i�s� �m�e�a�n�s� �t�h�a�t� �n�o�w� �I� �a�m� �n�o�t� �j�u�s�t� �a� �m�a�n� �-� �T�a�u�r�u�s� �H�o�u�s�e� �i�s� �b�e�h�i�n�d� �m�e�!�'�)�
�
+�$�t�a�u�r�u�s�_�f�a�m�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�T�h�e� �K�i�n�g� �p�e�r�s�o�n�a�l�l�y� �i�n�i�t�i�a�t�e�d� �m�e� �i�n�t�o� �t�h�e� �k�n�i�g�h�t�h�o�o�d� �a�n�d� �t�h�i�s� �m�e�a�n�s� �t�h�a�t� �n�o�w� �I� �a�m� �n�o�t� �j�u�s�t� �a� �m�a�n� �-� �T�a�u�r�u�s� �H�o�u�s�e� �i�s� �b�e�h�i�n�d� �m�e�!�'�)�
�
 �
�
-�$�s�e�r�p�i�s�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I� �a�m� �a�l�m�o�s�t� �u�n�k�n�o�w�n� �t�o� �r�e�p�r�e�s�e�n�t�a�t�i�v�e�s� �o�f� �S�e�r�p�i�s� �H�o�u�s�e�.� �I�f� �I� �f�i�n�d� �a�t� �l�e�a�s�t� �a� �s�e�e�d�y� �c�l�i�e�n�t� �i�n� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �q�u�a�r�t�e�r� �-� �t�h�e�y� �w�i�l�l� �h�e�a�r� �a�b�o�u�t� �m�e�.�'�)�
�
-�$�s�e�r�p�i�s�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�I� �h�a�v�e� �e�n�o�u�g�h� �c�o�n�t�a�c�t�s� �i�n� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e� �t�o� �o�b�t�a�i�n� �a� �r�e�s�i�d�e�n�c�e� �p�e�r�m�i�t� �i�n� �t�h�e� �A�n�t�h�i�l�l�,� �b�u�t� �n�o� �m�o�r�e�.� �I� �n�e�e�d� �t�o� �w�o�r�k� �o�n� �m�y� �r�e�p�u�t�a�t�i�o�n�.�'�)�
�
-�$�s�e�r�p�i�s�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�N�o�w� �I� �h�a�v�e� �a� �c�o�u�p�l�e� �o�f� �f�r�i�e�n�d�s�,� �w�h�o� �a�r�e� �m�e�m�b�e�r�s� �o�f� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e�,� �b�u�t� �t�h�i�s� �i�s� �s�t�i�l�l� �n�o�t� �e�n�o�u�g�h� �t�o� �a�c�c�e�s�s� �t�h�e� �A�d�m�i�n�i�s�t�r�a�t�i�v�e� �S�p�i�r�e�s�.� �I�t� �w�i�l�l� �b�e� �n�e�c�e�s�s�a�r�y� �t�o� �s�e�l�l� �a� �s�l�a�v�e� �t�o� �o�n�e� �o�f� �t�h�o�s�e� �b�i�g� �s�h�o�t�s�.�'�)�
�
+�$�s�e�r�p�i�s�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I� �a�m� �a�l�m�o�s�t� �u�n�k�n�o�w�n� �t�o� �r�e�p�r�e�s�e�n�t�a�t�i�v�e�s� �o�f� �S�e�r�p�i�s� �H�o�u�s�e�.� �I�f� �I� �f�i�n�d� �a�t� �l�e�a�s�t� �a� �s�e�e�d�y� �c�l�i�e�n�t� �i�n� �t�h�e� �S�e�r�p�e�n�t�i�n�e� �Q�u�a�r�t�e�r� �-� �t�h�e�y� �w�i�l�l� �h�e�a�r� �a�b�o�u�t� �m�e�.� �S�o�m�e� �r�e�s�i�d�e�n�t� �i�n� �t�h�e� �A�n�t�h�i�l�l� �m�u�s�t� �n�e�e�d� �a� �D�+� �s�l�a�v�e�!�'�)�
�
+�$�s�e�r�p�i�s�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�I� �h�a�v�e� �'� �+� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�,� �'�a�l�m�o�s�t� �'�,� �'�'�)� �+� �'�e�n�o�u�g�h� �c�o�n�t�a�c�t�s� �i�n� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e� �t�o� �o�b�t�a�i�n� �a� �r�e�s�i�d�e�n�c�e� �p�e�r�m�i�t� �i�n� �t�h�e� �A�n�t�h�i�l�l�,� �b�u�t� �n�o� �m�o�r�e�.� �I� �n�e�e�d� �t�o� �w�o�r�k� �o�n� �m�y� �r�e�p�u�t�a�t�i�o�n�.� �I� �m�u�s�t� �f�i�n�d� �a� �r�e�s�i�d�e�n�t� �t�h�e�r�e� �w�h�o� �n�e�e�d�s� �a� �C�+� �s�l�a�v�e�.�'�)�
�
+�$�s�e�r�p�i�s�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�N�o�w� �I� �h�a�v�e� �a� �c�o�u�p�l�e� �o�f� �f�r�i�e�n�d�s�,� �w�h�o� �a�r�e� �m�e�m�b�e�r�s� �o�f� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e�,� �b�u�t� �t�h�i�s� �i�s� �s�t�i�l�l� �n�o�t� �e�n�o�u�g�h� �t�o� �a�c�c�e�s�s� �t�h�e� �A�d�m�i�n�i�s�t�r�a�t�i�v�e� �S�p�i�r�e�s�.� �I�t� �w�i�l�l� �b�e� �n�e�c�e�s�s�a�r�y� �t�o� �s�e�l�l� �a� �s�l�a�v�e� �t�o� �o�n�e� �o�f� �t�h�o�s�e� �b�i�g� �s�h�o�t�s�.� �I� �m�u�s�t� �f�i�n�d� �o�n�e� �w�h�o� �w�a�n�t�s� �a� �B�+� �s�l�a�v�e�.�'�)�
�
 �$�s�e�r�p�i�s�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�I� �h�a�v�e� �m�a�d�e� �m�a�n�y� �u�s�e�f�u�l� �c�o�n�n�e�c�t�i�o�n�s� �i�n� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e� �a�n�d� �I� �h�a�v�e� �e�n�o�u�g�h� �o�f� �i�n�f�l�u�e�n�c�e� �t�o� �g�o� �t�o� �t�h�e� �A�d�m�i�n�i�s�t�r�a�t�i�v�e� �S�p�i�r�e�s� �a�n�d� �m�e�e�t� �w�i�t�h� �t�h�o�s�e�,� �w�h�o� �r�u�n� �t�h�a�t� �p�l�a�c�e�.�'�)�
�
 �$�s�e�r�p�i�s�_�f�a�m�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�T�h�a�n�k�s� �t�o� �m�y� �a�c�q�u�a�i�n�t�a�n�c�e� �w�i�t�h� �t�h�e� �h�i�g�h�e�s�t� �r�a�n�k�s� �o�f� �t�h�e� �S�e�r�p�i�s� �H�o�u�s�e�,� �I� �c�a�n� �g�e�t� �a�n� �a�u�d�i�e�n�c�e� �w�i�t�h� �M�r�.� �P�r�e�s�i�d�e�n�t� �a�n�d� �o�f�f�e�r� �h�i�m� �m�y� �g�o�o�d�s�.� �A� �b�i�g� �s�t�e�p� �f�o�r�w�a�r�d�!�'�)�
�
 �$�s�e�r�p�i�s�_�f�a�m�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�I� �r�e�c�e�i�v�e�d� �a� �c�e�r�t�i�f�i�c�a�t�e� �o�f� �S�e�r�p�i�s� �H�o�u�s�e� �h�o�n�o�r�a�r�y� �c�i�t�i�z�e�n� �p�e�r�s�o�n�a�l�l�y� �f�r�o�m� �t�h�e� �h�a�n�d�s� �o�f� �M�r�.� �P�r�e�s�i�d�e�n�t�.� �T�h�i�s� �i�s� �n�o�t� �a� �m�e�r�e� �f�o�r�m�a�l�i�t�y� �-� �t�h�e�r�e� �i�s� �a� �r�e�a�l� �s�t�r�e�n�g�t�h� �b�e�h�i�n�d� �m�e� �n�o�w�!�'�)�
�
 �
�
-�$�k�a�m�i�r�a�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I� �a�m� �u�n�k�n�o�w�n� �b�y� �n�o�n�-�h�u�m�a�n�s� �f�r�o�m� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e�.� �B�u�t� �t�h�e�y� �w�i�l�l� �r�e�c�o�g�n�i�z�e� �m�e� �i�f� �I� �w�i�l�l� �m�a�k�e� �a�t� �l�e�a�s�t� �o�n�e� �p�e�r�s�o�n�a�l� �c�o�n�t�r�a�c�t� �w�i�t�h� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�i�s� �h�o�u�s�e�.�'�)�
�
-�$�k�a�m�i�r�a�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�T�h�a�n�k�s� �t�o� �m�y� �c�u�s�t�o�m�e�r�s�,� �I� �r�e�c�e�i�v�e�d� �p�e�r�m�i�s�s�i�o�n� �t�o� �l�i�v�e� �i�n� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�.� �B�u�t� �I� �n�e�e�d� �t�o� �f�i�n�d� �m�o�r�e� �c�u�s�t�o�m�e�r�s� �t�o� �s�t�a�r�t� �t�o� �g�e�t� �r�e�s�p�e�c�t�.�'�)�
�
-�$�k�a�m�i�r�a�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�I� �k�n�o�w� �s�o�m�e�o�n�e� �i�n� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e�,� �b�u�t� �t�o� �g�e�t� �r�e�a�l� �i�n�f�l�u�e�n�c�e� �a�n�d� �a�c�c�e�s�s� �t�o� �t�h�e� �T�i�e�r�r�a� �d�e�l� �C�i�t�a�d�e�l�,� �I� �s�h�o�u�l�d� �m�a�k�e� �f�r�i�e�n�d�s� �w�i�t�h� �s�o�m�e� �o�f� �t�h�e� �m�o�s�t� �i�n�f�l�u�e�n�t�i�a�l� �n�o�n�-�h�u�m�a�n�s�.�'�)�
�
+�$�k�a�m�i�r�a�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�I� �a�m� �u�n�k�n�o�w�n� �b�y� �n�o�n�-�h�u�m�a�n�s� �f�r�o�m� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e�.� �B�u�t� �t�h�e�y� �w�i�l�l� �r�e�c�o�g�n�i�z�e� �m�e� �i�f� �I� �w�i�l�l� �m�a�k�e� �a�t� �l�e�a�s�t� �o�n�e� �p�e�r�s�o�n�a�l� �c�o�n�t�r�a�c�t� �w�i�t�h� �a� �r�e�p�r�e�s�e�n�t�a�t�i�v�e� �o�f� �t�h�i�s� �h�o�u�s�e�.� �S�o�m�e� �r�e�s�i�d�e�n�t� �i�n� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s� �m�u�s�t� �n�e�e�d� �a� �D�+� �s�l�a�v�e�!�'�)�
�
+�$�k�a�m�i�r�a�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�T�h�a�n�k�s� �t�o� �m�y� �c�u�s�t�o�m�e�r�s�,� �I� �'� �+� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�,� �'�h�a�v�e� �a�l�m�o�s�t� �'�,� �'�'�)� �+� �'�r�e�c�e�i�v�e�d� �p�e�r�m�i�s�s�i�o�n� �t�o� �l�i�v�e� �i�n� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�.� �B�u�t� �I� �n�e�e�d� �t�o� �f�i�n�d� �m�o�r�e� �c�u�s�t�o�m�e�r�s� �t�o� �s�t�a�r�t� �t�o� �g�e�t� �r�e�s�p�e�c�t�.� �I� �m�u�s�t� �f�i�n�d� �a� �r�e�s�i�d�e�n�t� �t�h�e�r�e� �w�h�o� �n�e�e�d�s� �a� �C�+� �s�l�a�v�e�.�'�)�
�
+�$�k�a�m�i�r�a�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�I� �k�n�o�w� �s�o�m�e�o�n�e� �i�n� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e�,� �b�u�t� �t�o� �g�e�t� �r�e�a�l� �i�n�f�l�u�e�n�c�e� �a�n�d� �a�c�c�e�s�s� �t�o� �t�h�e� �T�i�e�r�r�a� �d�e�l� �C�i�t�a�d�e�l�,� �I� �s�h�o�u�l�d� �m�a�k�e� �f�r�i�e�n�d�s� �w�i�t�h� �s�o�m�e� �o�f� �t�h�e� �m�o�s�t� �i�n�f�l�u�e�n�t�i�a�l� �n�o�n�-�h�u�m�a�n�s�.� �I� �m�u�s�t� �f�i�n�d� �o�n�e� �w�h�o� �w�a�n�t�s� �a� �B�+� �s�l�a�v�e�.�'�)�
�
 �$�k�a�m�i�r�a�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�I� �h�a�v�e� �e�n�o�u�g�h� �f�r�i�e�n�d�s� �i�n� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e� �t�o� �g�e�t� �a� �p�a�s�s� �t�o� �t�h�e� �T�i�e�r�r�a� �d�e�l� �C�i�t�a�d�e�l� �a�n�d� �b�e� �i�n�t�r�o�d�u�c�e�d� �t�o� �t�h�e� �m�o�s�t� �n�o�t�a�b�l�e� �r�e�p�r�e�s�e�n�t�a�t�i�v�e�s� �o�f� �t�h�e� �H�o�u�s�e�.� �I� �c�a�n� �f�o�r�e�s�e�e� �g�r�e�a�t� �b�a�r�g�a�i�n�s�!�'�)�
�
 �$�k�a�m�i�r�a�_�f�a�m�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�T�h�a�n�k�s� �t�o� �m�y� �f�r�i�e�n�d�s�h�i�p� �w�i�t�h� �t�h�e� �h�i�g�h�e�s�t� �h�i�e�r�a�r�c�h�y� �o�f� �C�a�m�i�r�a� �H�o�u�s�e�,� �I� �c�a�n� �g�e�t� �a�n� �i�n�t�e�r�v�i�e�w� �w�i�t�h� �t�h�e� �T�i�a�m�a�t� �M�i�s�t�r�e�s�s�,� �t�h�e� �l�e�a�d�e�r� �o�f� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e�.�'�)�
�
 �$�k�a�m�i�r�a�_�f�a�m�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�T�i�a�m�a�t� �p�e�r�s�o�n�a�l�l�y� �r�e�c�o�g�n�i�z�e�d� �m�e� �a�s� �"�o�n�e� �o�f� �h�e�r� �f�l�o�c�k�"�.� �T�h�i�s� �m�e�a�n�s� �t�h�a�t� �t�h�e� �C�a�m�i�r�a� �H�o�u�s�e� �w�i�l�l� �s�t�a�n�d� �u�p� �f�o�r� �m�e� �i�n� �a�n�y� �d�i�f�f�i�c�u�l�t� �s�i�t�u�a�t�i�o�n�!�'�)�
�
 �
�
-�$�k�o�r�v�u�s�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�U�n�d�e�a�d� �d�o� �n�o�t� �n�o�t�i�c�e� �m�e�,� �a�s� �i�f� �I� �d�o� �n�o�t� �e�x�i�s�t� �a�t� �a�l�l�.� �I�f� �I� �w�a�n�t� �t�o� �m�a�k�e� �a� �n�a�m�e� �i�n� �t�h�e� �C�o�r�v�u�s� �H�o�u�s�e�,� �I� �n�e�e�d� �s�o�m�e�o�n�e� �f�r�o�m� �t�h�e� �g�h�o�u�l�s� �t�o� �b�e� �m�y� �c�l�i�e�n�t�.�'�)�
�
-�$�k�o�r�v�u�s�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�U�s�u�a�l�l�y� �u�n�d�e�a�d� �d�o� �n�o�t� �a�l�l�o�w� �p�e�o�p�l�e� �l�i�k�e� �m�e� �t�o� �s�e�t�t�l�e� �i�n� �N�e�c�r�o�p�o�l�i�s�,� �b�u�t� �I� �m�a�n�a�g�e�d� �t�o� �a�c�h�i�e�v�e� �a�n� �e�x�c�l�u�s�i�v�e� �s�t�a�t�u�s�.� �H�o�w�e�v�e�r� �i�n� �t�h�e� �C�o�r�v�u�s� �H�o�u�s�e� �I� �a�m� �s�t�i�l�l� �b�a�r�e�l�y� �k�n�o�w�n�.�'�)�
�
-�$�k�o�r�v�u�s�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�I� �h�a�v�e� �s�o�m�e� �o�f� �a�c�q�u�a�i�n�t�a�n�c�e�s� �i�n� �t�h�e� �C�o�r�v�u�s� �H�o�u�s�e�,� �b�u�t� �t�h�e�y� �a�r�e� �n�o�t� �e�n�o�u�g�h� �t�o� �a�c�c�e�s�s� �t�o� �t�h�e� �R�a�v�e�n� �T�o�w�e�r�.� �I� �n�e�e�d� �s�o�m�e� �o�f� �t�h�e� �n�o�b�l�e�s� �t�o� �b�e� �m�y� �c�l�i�e�n�t�s�.�'�)�
�
-�$�k�o�r�v�u�s�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�M�y� �f�a�m�e� �a�s� �a� �s�u�p�p�l�i�e�r� �o�f� �s�l�a�v�e�s� �r�e�a�c�h�e�d� �R�a�v�e�n� �T�o�w�e�r� �a�n�d� �n�o�w� �I� �h�a�v�e� �t�h�e� �o�p�p�o�r�t�u�n�i�t�y� �t�o� �m�e�e�t� �w�i�t�h� �t�h�e� �h�i�g�h�-�r�a�n�k�i�n�g� �u�n�d�e�a�d� �f�r�o�m� �C�o�r�v�u�s� �H�o�u�s�e�.�'�)�
�
+�$�k�o�r�v�u�s�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�U�n�d�e�a�d� �d�o� �n�o�t� �n�o�t�i�c�e� �m�e�,� �a�s� �i�f� �I� �d�o� �n�o�t� �e�x�i�s�t� �a�t� �a�l�l�.� �I�f� �I� �w�a�n�t� �t�o� �m�a�k�e� �a� �n�a�m�e� �i�n� �t�h�e� �C�o�r�v�u�s� �H�o�u�s�e�,� �I� �n�e�e�d� �s�o�m�e�o�n�e� �f�r�o�m� �t�h�e� �g�h�o�u�l�s� �t�o� �b�e� �m�y� �c�l�i�e�n�t�.� �S�o�m�e� �r�e�s�i�d�e�n�t� �o�f� �t�h�e� �N�e�c�r�o�p�o�l�i�s� �m�u�s�t� �n�e�e�d� �a� �D�+� �s�l�a�v�e�!�'�)�
�
+�$�k�o�r�v�u�s�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�U�s�u�a�l�l�y� �u�n�d�e�a�d� �d�o� �n�o�t� �a�l�l�o�w� �p�e�o�p�l�e� �l�i�k�e� �m�e� �t�o� �s�e�t�t�l�e� �i�n� �N�e�c�r�o�p�o�l�i�s�,� �b�u�t� �I� �'� �+� �i�i�f�(�g�a�m�e�_�d�i�f�f�i�c�u�l�t�y� �=� �2�,� �'�h�a�v�e� �a�l�m�o�s�t� �'�,� �'�'�)� �+� �'�m�a�n�a�g�e�d� �t�o� �a�c�h�i�e�v�e� �a�n� �e�x�c�l�u�s�i�v�e� �s�t�a�t�u�s�.� �H�o�w�e�v�e�r� �i�n� �t�h�e� �C�o�r�v�u�s� �H�o�u�s�e� �I� �a�m� �s�t�i�l�l� �b�a�r�e�l�y� �k�n�o�w�n�.� �I� �m�u�s�t� �f�i�n�d� �a� �r�e�s�i�d�e�n�t� �t�h�e�r�e� �w�h�o� �n�e�e�d�s� �a� �C�+� �s�l�a�v�e�.�'�)�
�
+�$�k�o�r�v�u�s�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�I� �h�a�v�e� �s�o�m�e� �o�f� �a�c�q�u�a�i�n�t�a�n�c�e�s� �i�n� �t�h�e� �C�o�r�v�u�s� �H�o�u�s�e�,� �b�u�t� �t�h�e�y� �a�r�e� �n�o�t� �e�n�o�u�g�h� �t�o� �g�a�i�n� �e�n�t�r�y� �t�o� �t�h�e� �R�a�v�e�n� �T�o�w�e�r�.� �I� �n�e�e�d� �s�o�m�e� �o�f� �t�h�e� �n�o�b�l�e�s� �t�o� �b�e� �m�y� �c�l�i�e�n�t�s�.� �I� �m�u�s�t� �f�i�n�d� �o�n�e� �w�h�o� �w�a�n�t�s� �a� �B�+� �s�l�a�v�e�.�'�)�
�
+�$�k�o�r�v�u�s�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�M�y� �f�a�m�e� �a�s� �a� �s�u�p�p�l�i�e�r� �o�f� �s�l�a�v�e�s� �r�e�a�c�h�e�d� �t�h�e� �R�a�v�e�n� �T�o�w�e�r� �a�n�d� �n�o�w� �I� �h�a�v�e� �t�h�e� �o�p�p�o�r�t�u�n�i�t�y� �t�o� �m�e�e�t� �w�i�t�h� �t�h�e� �h�i�g�h�-�r�a�n�k�i�n�g� �u�n�d�e�a�d� �f�r�o�m� �C�o�r�v�u�s� �H�o�u�s�e�.�'�)�
�
 �$�k�o�r�v�u�s�_�f�a�m�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�B�e�c�a�u�s�e� �I� �e�a�r�n�e�d� �a�p�p�r�o�v�a�l� �f�r�o�m� �t�h�e� �s�e�n�i�o�r� �h�i�e�r�a�r�c�h�y� �o�f� �C�o�r�v�u�s� �H�o�u�s�e�,� �I� �h�a�v�e� �t�h�e� �o�p�p�o�r�t�u�n�i�t�y� �t�o� �a�s�k� �f�o�r� �a�n� �a�u�d�i�e�n�c�e� �w�i�t�h� �t�h�e� �P�r�i�n�c�e� �o�f� �t�h�e� �U�n�d�e�a�d� �h�i�m�s�e�l�f�!�'�)�
�
 �$�k�o�r�v�u�s�_�f�a�m�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�T�h�e� �P�r�i�n�c�e� �o�f� �t�h�e� �U�n�d�e�a�d� �b�e�s�t�o�w�e�d� �u�p�o�n� �m�e� �a� �t�i�t�l�e� �o�f� �n�o�b�i�l�i�t�y�.� �N�o�w� �C�o�r�v�u�s� �H�o�u�s�e� �w�i�l�l� �b�e� �o�n� �m�y� �s�i�d�e� �i�n� �a�n�y� �d�i�f�f�i�c�u�l�t� �s�i�t�u�a�t�i�o�n�!�'�)�
�
 �
�
-�$�b�r�a�n�d�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�M�y� �b�r�a�n�d� �i�s� �n�o�t� �k�n�o�w�n� �b�y� �a�n�y�b�o�d�y� �a�n�d� �t�h�i�s� �i�s� �b�a�d� �f�o�r� �t�h�e� �p�r�i�c�e� �o�f� �s�l�a�v�e�s�.� �I� �n�e�e�d� �t�o� �s�e�l�l� �m�o�r�e� �s�l�a�v�e�s� �u�n�d�e�r� �m�y� �o�w�n� �b�r�a�n�d� �o�r� �m�a�k�e� �t�h�e�m� �w�i�n� �c�o�m�p�e�t�i�t�i�o�n�s� �f�o�r� �m�e�!�'�)�
�
-�$�b�r�a�n�d�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�A�m�o�n�g� �a�l�l� �t�h�e� �b�r�a�n�d�s� �o�f� �m�y� �g�u�i�l�d� �m�i�n�e� �i�s� �v�a�l�u�e�d� �l�e�s�s� �t�h�a�n� �o�t�h�e�r�s�,� �b�u�t� �i�f� �I� �s�e�l�l� �g�o�o�d� �s�l�a�v�e�s�,� �i�t� �w�i�l�l� �q�u�i�c�k�l�y� �c�h�a�n�g�e�.�'�)�
�
-�$�b�r�a�n�d�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�A�t� �l�e�a�s�t� �m�y� �b�r�a�n�d� �i�s� �a�l�r�e�a�d�y� �k�n�o�w�n�,� �e�v�e�n� �t�h�o�u�g�h� �i�t� �d�o�e�s� �n�o�t� �a�d�d� �s�p�e�c�i�a�l� �p�r�i�c�e�s� �o�n� �s�l�a�v�e�s� �t�h�a�t� �I� �d�e�l�i�v�e�r�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �i�m�p�r�o�v�e� �t�h�e� �q�u�a�l�i�t�y� �o�f� �m�y� �g�o�o�d�s�!�'�)�
�
-�$�b�r�a�n�d�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�I� �a�m� �k�n�o�w�n� �a�s� �a� �s�u�p�p�l�i�e�r� �o�f� �q�u�a�l�i�t�y� �p�r�o�d�u�c�t�s� �a�n�d� �g�i�r�l�s� �w�i�t�h� �m�y� �b�r�a�n�d� �o�n� �a� �h�i�p� �a�r�e� �w�o�r�t�h� �s�o�m�e�t�h�i�n�g�.� �B�u�t� �t�h�i�s� �i�s� �n�o�t� �t�h�e� �m�a�j�o�r� �l�e�a�g�u�e� �y�e�t�.�'�)�
�
-�$�b�r�a�n�d�_�f�a�m�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�W�o�r�k� �o�n� �m�y� �i�m�a�g�e� �h�a�s� �p�a�i�d� �o�f�f�.� �M�y� �b�r�a�n�d� �i�s� �n�o�w� �k�n�o�w�n� �b�y� �e�v�e�r�y�o�n�e� �a�n�d� �I� �a�m� �r�e�c�o�g�n�i�z�e�d� �a�s� �a� �g�r�e�a�t� �t�r�a�i�n�e�r�.� �S�e�l�l�i�n�g� �  g�o�o�d�s� �h�a�s� �n�e�v�e�r� �b�e�e�n� �s�o� �e�a�s�y�!�'�)�
�
+�$�b�r�a�n�d�_�f�a�m�e�[�0�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �0�,� �'�M�y� �b�r�a�n�d� �i�s� �n�o�t� �k�n�o�w�n� �b�y� �a�n�y�b�o�d�y� �a�n�d� �t�h�i�s� �i�s� �b�a�d� �f�o�r� �t�h�e� �p�r�i�c�e� �o�f� �s�l�a�v�e�s�.� �I� �n�e�e�d� �t�o� �s�e�l�l� �s�o�m�e� �s�l�a�v�e�s� �u�n�d�e�r� �m�y� �o�w�n� �b�r�a�n�d� �o�r� �m�a�k�e� �t�h�e�m� �w�i�n� �c�o�m�p�e�t�i�t�i�o�n�s� �f�o�r� �m�e�!�'�)�
�
+�$�b�r�a�n�d�_�f�a�m�e�[�1�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �1�,� �'�A�m�o�n�g� �a�l�l� �t�h�e� �b�r�a�n�d�s� �o�f� �m�y� �g�u�i�l�d�,� �m�i�n�e� �i�s� �v�a�l�u�e�d� �l�e�s�s� �t�h�a�n� �o�t�h�e�r�s�,� �b�u�t� �i�f� �I� �s�e�l�l� �g�o�o�d� �s�l�a�v�e�s� �u�n�d�e�r� �m�y� �o�w�n� �b�r�a�n�d� �t�o� �i�n�f�l�u�e�n�t�i�a�l� �c�u�s�t�o�m�e�r�s�,� �i�t� �w�i�l�l� �q�u�i�c�k�l�y� �c�h�a�n�g�e�.�'�)�
�
+�$�b�r�a�n�d�_�f�a�m�e�[�2�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �2�,� �'�A�t� �l�e�a�s�t� �m�y� �b�r�a�n�d� �i�s� �a�l�r�e�a�d�y� �k�n�o�w�n�,� �e�v�e�n� �t�h�o�u�g�h� �i�t� �d�o�e�s� �n�o�t� �a�d�d� �s�p�e�c�i�a�l� �p�r�i�c�e�s� �o�n� �s�l�a�v�e�s� �t�h�a�t� �I� �d�e�l�i�v�e�r�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �i�m�p�r�o�v�e� �t�h�e� �q�u�a�l�i�t�y� �o�f� �m�y� �g�o�o�d�s� �t�o� �C�+� �o�r� �b�e�t�t�e�r�!�'�)�
�
+�$�b�r�a�n�d�_�f�a�m�e�[�3�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �3�,� �'�I� �a�m� �k�n�o�w�n� �a�s� �a� �s�u�p�p�l�i�e�r� �o�f� �q�u�a�l�i�t�y� �p�r�o�d�u�c�t�s� �a�n�d� �g�i�r�l�s� �w�i�t�h� �m�y� �b�r�a�n�d� �o�n� �a� �h�i�p� �a�r�e� �w�o�r�t�h� �s�o�m�e�t�h�i�n�g�.� �B�u�t� �t�h�i�s� �i�s� �n�o�t� �t�h�e� �m�a�j�o�r� �l�e�a�g�u�e� �y�e�t�.� �I�t� �i�s� �n�e�c�e�s�s�a�r�y� �t�o� �i�m�p�r�o�v�e� �t�h�e� �q�u�a�l�i�t�y� �o�f� �m�y� �g�o�o�d�s� �t�o� �B�+� �o�r� �b�e�t�t�e�r�!�'�)�
�
+�$�b�r�a�n�d�_�f�a�m�e�[�4�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �4�,� �'�W�o�r�k� �o�n� �m�y� �i�m�a�g�e� �h�a�s� �p�a�i�d� �o�f�f�.� �M�y� �b�r�a�n�d� �i�s� �n�o�w� �k�n�o�w�n� �b�y� �e�v�e�r�y�o�n�e� �a�n�d� �I� �a�m� �r�e�c�o�g�n�i�z�e�d� �a�s� �a� �g�r�e�a�t� �t�r�a�i�n�e�r�.� �S�e�l�l�i�n�g� �  g�o�o�d�s� �h�a�s� �n�e�v�e�r� �b�e�e�n� �s�o� �e�a�s�y�!� �I� �s�h�o�u�l�d� �v�i�s�i�t� �S�i�r� �S�h�e�l�l�e�y� s� �c�l�u�b� �i�n� �t�h�e� �B�u�l�l� �Q�u�a�r�t�e�r� �t�o� �s�p�r�e�a�d� �w�o�r�d� �t�h�a�t� �I� �c�a�n� �t�r�a�i�n� �s�l�a�v�e�s� �A�+� �a�n�d� �b�e�t�t�e�r�.�'�)�
�
 �$�b�r�a�n�d�_�f�a�m�e�[�5�]� �=� �d�y�n�e�v�a�l�(�$�v�b�_�c�y�c�l�e�_�s�k�i�l�l�,� �5�,� �'�M�a�y�b�e� �I� �a�m� �o�v�e�r�e�s�t�i�m�a�t�i�n�g� �m�y�s�e�l�f�,� �b�u�t� �I� �t�h�i�n�k� �t�h�a�t� �m�y� �b�r�a�n�d� �i�s� �t�h�e� �b�e�s�t� �a�m�o�n�g� �a�l�l� �m�e�m�b�e�r�s� �o�f� �t�h�e� �g�u�i�l�d�.� �E�v�e�n� �i�f� �I� �p�u�t� �i�t� �o�n� �a� �p�i�e�c�e� �o�f� �s�h�i�t�,� �I� �w�i�l�l� �g�e�t� �s�p�a�r�k�s� �f�o�r� �t�h�i�s� �s�h�i�t�!�'�)�
�
 �
�
 �
�
@@ -66590,7 +68317,7 @@
 �$�s�e�n�t�e�n�t�i�a�_�h�e�l�p�[�1�]� �=� �'� � �S�e�n�d�s� �f�a�l�s�e� �s�i�g�n�a�l�s� �t�o� �t�h�e� �b�r�a�i�n� �t�o� �i�n�c�r�e�a�s�e� �t�h�e� �t�a�r�g�e�t� s� �f�e�e�l�i�n�g�s� �o�f� �m�e�r�i�t� �o�r� �g�u�i�l�t� �a�t� �t�h�e� �n�e�x�t� �o�p�p�o�r�t�u�n�i�t�y�.�'�
�
 �$�t�r�e�m�e�n�d�i�o�_�h�e�l�p�[�1�]� �=� �'� � �S�t�r�i�k�e�s� �p�r�i�m�i�t�i�v�e� �f�e�a�r� �i�n�t�o� �t�h�e� �h�e�a�r�t� �o�f� �t�h�e� �t�a�r�g�e�t�.� �E�f�f�e�c�t�i�v�e�n�e�s�s� �d�e�p�e�n�d�s� �o�n� �t�h�e� �m�a�g�i�c�a�l� �s�k�i�l�l� �o�f� �t�h�e� �c�a�s�t�e�r�.� �I�t� �s�h�o�u�l�d� �b�e� �r�e�m�e�m�b�e�r�e�d� �t�h�a�t� �t�h�e� �f�e�a�r� �w�i�l�l� �p�o�i�s�o�n� �t�h�e� �t�a�r�g�e�t� s� �s�o�u�l� �f�o�r� �a� �l�o�n�g� �t�i�m�e�.�'�
�
 �$�c�r�u�c�i�a�t�o�_�h�e�l�p�[�1�]� �=� �'� � �P�u�n�i�s�h�e�s� �a� �t�a�r�g�e�t� �w�h�o� �d�i�s�o�b�e�y�e�d� �t�h�e� �c�a�s�t�e�r� �w�i�t�h� �a�g�o�n�i�z�i�n�g� �p�a�i�n� �i�n� �a�c�c�o�r�d�a�n�c�e� �w�i�t�h� �h�e�r� �f�e�e�l�i�n�g�s� �o�f� �g�u�i�l�t�,� �w�h�i�c�h� �m�u�s�t� �b�e� �s�i�g�n�i�f�i�c�a�n�t�.� �T�h�e� �e�f�f�e�c�t� �i�s� �i�n�c�r�e�a�s�e�d� �w�h�e�n� �t�h�e� �t�a�r�g�e�t� �h�a�s� �h�i�g�h� �s�e�n�s�i�t�i�v�i�t�y�.�'�
�
-�$�d�e�l�i�k�a�c�i�a�_�h�e�l�p�[�1�]� �=� �'� � �R�e�w�a�r�d�s� �a� �t�a�r�g�e�t� �w�h�o� �o�b�e�y�e�d� �t�h�e� �c�a�s�t�e�r� �w�i�t�h� �i�n�t�e�n�s�e� �s�e�x�u�a�l� �p�l�e�a�s�u�r�e� �i�n� �a�c�c�o�r�d�a�n�c�e� �w�i�t�h� �h�e�r� �m�e�r�i�t�,� �w�h�i�c�h� �m�u�s�t� �b�e� �s�i�g�n�i�f�i�c�a�n�t�.� �G�r�e�a�t�l�y� �r�e�d�u�c�e�s� �t�h�e� �t�a�r�g�e�t� s� �s�e�x�u�a�l� �a�r�o�u�s�a�l�.�'�
�
+�$�d�e�l�i�k�a�c�i�a�_�h�e�l�p�[�1�]� �=� �'� � �R�e�w�a�r�d�s� �a� �t�a�r�g�e�t� �w�h�o� �o�b�e�y�e�d� �t�h�e� �c�a�s�t�e�r� �w�i�t�h� �i�n�t�e�n�s�e� �s�e�x�u�a�l� �p�l�e�a�s�u�r�e� �i�n� �a�c�c�o�r�d�a�n�c�e� �w�i�t�h� �h�e�r� �m�e�r�i�t�,� �w�h�i�c�h� �m�u�s�t� �b�e� �s�i�g�n�i�f�i�c�a�n�t�.� �G�r�e�a�t�l�y� �r�e�d�u�c�e�s� �t�h�e� �t�a�r�g�e�t� s� �s�e�x�u�a�l� �a�r�o�u�s�a�l� �a�n�d� �w�e�a�k�e�n�s� �t�h�e� �m�i�n�d�,� �i�n�d�u�c�i�n�g� �l�o�y�a�l�t�y�.�'�
�
 �$�d�o�m�i�n�i�_�h�e�l�p�[�1�]� �=� �'� � �C�a�u�s�e�s� �t�h�e� �t�a�r�g�e�t� �t�o� �f�o�l�l�o�w� �a�l�l� �i�n�s�t�r�u�c�t�i�o�n�s� �o�f� �t�h�e� �c�a�s�t�e�r�.� �D�o�e�s� �n�o�t� �i�n�c�r�e�a�s�e� �t�h�e� �q�u�a�l�i�t�y� �o�f� �p�e�r�f�o�r�m�a�n�c�e�.� �T�h�e� �c�a�s�t�e�r� s� �m�a�g�i�c� �s�k�i�l�l� �m�u�s�t� �e�x�c�e�e�d� �t�h�e� �t�a�r�g�e�t� s� �w�i�l�l�p�o�w�e�r�.� �M�a�y� �i�n�d�u�c�e� �f�e�e�l�i�n�g�s� �o�f� �d�e�s�p�a�i�r�.�'�
�
 �$�a�d�v�e�r�t�o�_�h�e�l�p�[�1�]� �=� �'� � �I�m�p�o�s�e�s� �m�a�g�i�c� �i�n�d�e�l�i�b�l�y� �a�s� �a� �s�e�a�l� �o�n� �t�h�e� �v�i�c�t�i�m� s� �b�o�d�y�.� �T�h�i�s� �s�e�a�l� �w�i�l�l� �b�a�n�i�s�h� �a�n�y� �f�o�r�e�i�g�n� �l�i�f�e�f�o�r�m�s� �f�r�o�m� �t�h�e� �b�o�d�y� �a�n�d� �r�e�s�t�o�r�e� �h�e�r� �e�n�e�r�g�y� �a�t� �t�h�e� �t�i�m�e� �o�f� �c�a�s�t�i�n�g�,� �a�n�d� �w�i�l�l� �h�e�l�p� �f�i�n�d� �t�h�e� �t�a�r�g�e�t� �i�f� �s�h�e� �r�u�n�s� �a�w�a�y�.�'�
�
 �
�
@@ -66598,7 +68325,7 @@
 �$�p�s�y�_�s�t�a�t�u�s�[�'�a�r�r�o�g�a�n�t�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�n�d�s� �p�r�o�u�d�l�y� �u�p�r�i�g�h�t� �a�n�d� �l�o�o�k�s� �a�t� �y�o�u� �w�i�t�h� �d�i�s�d�a�i�n�.� �I�n� �h�e�r� �e�y�e�s� �y�o�u� �c�a�n� �r�e�a�d� �d�e�t�e�r�m�i�n�a�t�i�o�n� �a�n�d� �c�o�l�d� �h�a�t�r�e�d�.�'�
�
 �$�p�s�y�_�s�t�a�t�u�s�[�'�b�r�o�k�e�n�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�n�d�s� �w�i�t�h� �h�e�r� �s�h�o�u�l�d�e�r�s� �s�l�u�m�p�e�d� �a�n�d� �s�t�a�r�i�n�g� �i�n�t�o� �i�n�f�i�n�i�t�y�.� �H�e�r� �e�y�e�s� �a�r�e� �c�o�m�p�l�e�t�e�l�y� �e�m�p�t�y� �a�n�d� �d�o� �n�o�t� �e�x�p�r�e�s�s� �t�h�e� �s�l�i�g�h�t�e�s�t� �s�p�a�r�k� �o�f� �f�e�e�l�i�n�g�s� �o�r� �e�m�o�t�i�o�n�s�.� �N�e�v�e�r�t�h�e�l�e�s�s�,� �s�h�e� �l�i�s�t�e�n�s� �c�a�r�e�f�u�l�l�y� �a�n�d� �r�e�s�p�o�n�d�s� �t�o� �y�o�u�r� �o�r�d�e�r�s�.�'�
�
 �$�p�s�y�_�s�t�a�t�u�s�[�'�d�e�p�r�e�s�i�v�e�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�n�d�s� �w�i�t�h� �h�e�r� �s�h�o�u�l�d�e�r�s� �s�l�u�m�p�e�d� �a�n�d� �s�t�a�r�e�s� �a�t� �t�h�e� �f�l�o�o�r� �i�n� �f�r�o�n�t� �o�f� �h�e�r�.� �H�e�r� �f�a�c�e� �e�x�p�r�e�s�s�e�s� �s�a�d�n�e�s�s� �a�n�d� �g�l�o�o�m�.� �R�e�a�c�t�i�o�n�s� �t�o� �y�o�u�r� �w�o�r�d�s� �a�n�d� �o�r�d�e�r�s� �a�r�e� �s�l�o�w� �a�n�d� �i�n�d�i�f�f�e�r�e�n�t�.�'�
�
-�$�p�s�y�_�s�t�a�t�u�s�[�'�d�o�c�i�l�e�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�a�t�c�h�e�s� �y�o�u� �v�e�r�y� �c�l�o�s�e�l�y� �b�u�t� �l�o�o�k�s� �a�w�a�y� �w�h�e�n� �s�h�e� �m�e�e�t�s� �y�o�u�r� �e�y�e�s�.� �I�t� �i�s� �e�v�i�d�e�n�t� �t�h�a�t� �s�h�e� �d�o�e�s� �n�o�t� �w�a�n�t� �a� �c�o�n�f�l�i�c�t�,� �b�u�t� �s�h�e� �d�o�e�s� �n�o�t� �s�h�o�w� �s�i�g�n�s� �o�f� �u�n�q�u�e�s�t�i�o�n�i�n�g� �o�b�e�d�i�e�n�c�e� �y�e�t�.�'�
�
+�$�p�s�y�_�s�t�a�t�u�s�[�'�d�o�c�i�l�e�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�a�t�c�h�e�s� �y�o�u� �v�e�r�y� �c�l�o�s�e�l�y� �b�u�t� �l�o�o�k�s� �a�w�a�y� �w�h�e�n� �s�h�e� �m�e�e�t�s� �y�o�u�r� �e�y�e�s�.� �I�t� �i�s� �e�v�i�d�e�n�t� �t�h�a�t� �s�h�e� �d�o�e�s� �n�o�t� �w�a�n�t� �a� �c�o�n�f�l�i�c�t�,� �b�u�t� �s�h�e� �d�o�e�s� �n�o�t� �s�h�o�w� �s�i�g�n�s� �o�f� �u�n�q�u�e�s�t�i�o�n�i�n�g� �o�b�e�d�i�e�n�c�e�.�'�
�
 �$�p�s�y�_�s�t�a�t�u�s�[�'�f�r�i�g�h�t�e�n�e�d�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �t�r�e�m�b�l�i�n�g� �a�l�l� �o�v�e�r� �a�n�d� �t�r�i�e�s� �t�o� �c�u�r�l� �u�p� �i�n� �t�h�e� �f�e�t�a�l� �p�o�s�i�t�i�o�n�.� �H�e�r� �h�a�n�d�s� �a�r�e� �r�a�i�s�e�d� �i�n� �a� �p�r�o�t�e�c�t�i�v�e� �g�e�s�t�u�r�e� �f�r�o�m� �t�i�m�e� �t�o� �t�i�m�e�,� �a�s� �i�f� �s�h�e� �w�a�s� �w�a�i�t�i�n�g� �f�o�r� �y�o�u� �t�o� �h�i�t� �h�e�r�.� �A�t� �t�h�e� �s�a�m�e� �t�i�m�e� �t�h�e� �f�r�i�g�h�t�e�n�e�d� �s�l�a�v�e� �c�a�u�t�i�o�u�s�l�y� �c�a�t�c�h�e�s� �y�o�u�r� �e�v�e�r�y� �w�o�r�d�.�'�
�
 �$�p�s�y�_�s�t�a�t�u�s�[�'�h�a�t�e�f�u�l�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �t�e�n�s�e� �a�n�d� �c�o�l�l�e�c�t�e�d�.� �S�h�e� �l�o�o�k�s� �s�t�r�a�i�g�h�t� �i�n� �y�o�u�r� �e�y�e�s� �a�n�d� �i�n� �h�e�r� �e�y�e�s� �y�o�u� �c�a�n� �r�e�a�d� �h�a�t�r�e�d� �a�n�d� �g�r�i�m� �d�e�t�e�r�m�i�n�a�t�i�o�n� �t�o� �f�i�g�h�t� �n�o� �m�a�t�t�e�r� �w�h�a�t�.�'�
�
 �$�p�s�y�_�s�t�a�t�u�s�[�'�h�o�r�n�y�'�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�n�d�s� �s�t�i�c�k�i�n�g� �o�u�t� �h�e�r� �c�h�e�s�t� �a�n�d� �t�h�r�o�w�s� �a�t� �y�o�u� �s�i�d�e�l�o�n�g� �l�a�n�g�u�o�r�o�u�s� �g�l�a�n�c�e�s�.� �A� �f�a�i�n�t� �s�m�i�l�e� �l�i�n�g�e�r�s� �o�n� �h�e�r� �f�a�c�e�.� �F�r�o�m� �t�i�m�e� �t�o� �t�i�m�e� �s�h�e� �g�e�n�t�l�y� �l�i�c�k�s� �a�n�d� �b�i�t�e�s� �h�e�r� �l�i�p�s�,� �s�t�r�o�k�e�s� �h�e�r� �t�h�i�g�h�s�,� �o�r� �s�i�g�h�s� �d�e�e�p�l�y�.�'�
�
@@ -66978,7 +68705,7 @@
 �$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �c�o�m�p�l�e�t�e�l�y� �i�n�e�x�p�e�r�i�e�n�c�e�d� �i�n� �p�e�t�t�i�n�g�,� �s�o� �y�o�u� �d�e�c�i�d�e� �t�o� �s�t�a�r�t� �w�i�t�h� �a� �h�u�g� �s�o� �<�<�$�s�l�a�v�e�_�n�o�u�n�8�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �c�a�n� �g�e�t� �u�s�e�d� �t�o� �i�n�t�i�m�a�c�y� �w�i�t�h� �a� �m�a�l�e� �b�o�d�y�.�<�<�$�i�m�p�o�t�e�n�t�2�_�t�x�t�>�>�'�
�
 �$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �d�i�f�f�i�c�u�l�t�y� �i�m�a�g�i�n�i�n�g� �s�h�e� �c�o�u�l�d� �e�x�c�i�t�e� �a� �m�a�n� �b�y� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �h�i�m�.� �T�o� �h�e�l�p� �h�e�r� �f�e�e�l� �t�h�e� �r�i�g�h�t� �m�o�v�e�s�,� �y�o�u� l�l� �h�u�g� �a�n�d� �r�u�b� �a�g�a�i�n�s�t� �h�e�r�,� �g�r�a�d�u�a�l�l�y� �a�r�o�u�s�i�n�g� �y�o�u�r�s�e�l�f�.� �S�h�e� �s�t�i�l�l� �s�e�e�m�s� �d�o�u�b�t�f�u�l� �s�o� �y�o�u� �r�o�l�l� �h�e�r� �o�n� �h�e�r� �s�t�o�m�a�c�h� �a�n�d� �s�l�i�d�e� �y�o�u�r� �p�e�n�i�s� �b�e�t�w�e�e�n� �t�h�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�o�u�n�2�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �<�<�$�d�y�n�s�l�a�v�e�_�a�s�s�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�f�a�t�"�]�]�>�>� �a�s�s�c�h�e�e�k�s� �u�n�t�i�l� �y�o�u� �e�j�a�c�u�l�a�t�e�.� �T�h�e� �p�r�o�o�f� �i�s� �i�n� �t�h�e� �p�u�d�d�i�n�g� �-� �w�h�i�c�h� �i�s� �c�o�o�l�i�n�g� �o�n� �h�e�r� �b�a�c�k�.�'�
�
 �$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �k�n�o�w�s� �t�h�e� �t�e�c�h�n�i�q�u�e�s� �o�f� �p�e�t�t�i�n�g� �w�e�l�l� �e�n�o�u�g�h� �t�o� �t�r�y� �t�o� �b�r�i�n�g� �y�o�u� �t�o� �o�r�g�a�s�m� �w�i�t�h�o�u�t� �t�h�e� �h�e�l�p� �o�f� �h�a�n�d�s�.� �Y�o�u� �w�i�l�l� �d�i�r�e�c�t� �h�e�r�,� �h�e�l�p�i�n�g� �h�e�r� �t�o� �f�i�n�d� �t�h�e� �c�o�r�r�e�c�t� �m�o�v�e�m�e�n�t�s� �a�n�d� �r�h�y�t�h�m�,� �b�u�t� �m�o�s�t� �o�f� �t�h�e� �w�o�r�k� �t�h�e� �s�l�a�v�e� �m�u�s�t� �t�o� �d�o� �h�e�r�s�e�l�f�.�'�
�
-�$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �Y�o�u� �g�i�v�e� �y�o�u�r� �s�l�a�v�e� �t�h�e� �t�a�s�k� �o�f� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �y�o�u� �w�h�i�l�e� �y�o�u� �s�i�t� �i�n� �a� �c�h�a�i�r� �o�r� �s�t�a�n�d� �l�e�a�n�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �w�a�l�l�.� �E�v�e�n� �i�n� �t�h�e� �l�e�s�s� �s�t�a�b�l�e� �p�o�s�e�s�,� �h�e�r� �h�u�g�s� �s�h�o�u�l�d� �d�e�l�i�v�e�r� �m�a�x�i�m�u�m� �p�l�e�a�s�u�r�e� �a�n�d� �e�v�e�n�t�u�a�l�l�y� �l�e�t� �y�o�u� �t�o� �c�u�m�.�'�
�
+�$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �Y�o�u� �g�i�v�e� �y�o�u�r� �s�l�a�v�e� �t�h�e� �t�a�s�k� �o�f� �r�u�b�b�i�n�g� �a�g�a�i�n�s�t� �y�o�u� �w�h�i�l�e� �y�o�u� �s�i�t� �i�n� �a� �c�h�a�i�r� �o�r� �s�t�a�n�d� �l�e�a�n�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �w�a�l�l�.� �E�v�e�n� �i�n� �t�h�e� �l�e�s�s� �s�t�a�b�l�e� �p�o�s�e�s�,� �h�e�r� �h�u�g�s� �s�h�o�u�l�d� �d�e�l�i�v�e�r� �m�a�x�i�m�u�m� �p�l�e�a�s�u�r�e� �a�n�d� �e�v�e�n�t�u�a�l�l�y� �b�r�i�n�g� �y�o�u� �t�o� �c�l�i�m�a�x�.�'�
�
 �$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �Y�o�u� �d�e�c�i�d�e� �t�h�a�t� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �s�u�f�f�i�c�i�e�n�t�l�y� �p�r�e�p�a�r�e�d� �t�o� �a�t�t�e�m�p�t� �t�h�e� �t�e�c�h�n�i�q�u�e� �o�f� �o�i�l� �s�l�i�p�p�i�n�g�.� �R�u�b�b�i�n�g� �h�e�r�s�e�l�f� �w�i�t�h� �m�a�s�s�a�g�e� �o�i�l�,� �<�<�$�s�l�a�v�e�_�n�o�u�n�8�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �w�i�l�l� �s�l�i�d�e� �a�r�o�u�n�d�,� �c�a�r�e�s�s�i�n�g� �y�o�u� �w�i�t�h� �h�e�r� �e�n�t�i�r�e� �b�o�d�y�.�'�
�
 �$�h�u�g�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �k�n�o�w�s� �t�h�e� �t�e�c�h�n�i�q�u�e�s� �o�f� �p�e�t�t�i�n�g� �s�o� �w�e�l�l� �t�h�a�t� �i�s� �a�b�l�e� �t�o� �b�r�i�n�g� �a� �m�a�n� �t�o� �c�l�i�m�a�x� �u�s�i�n�g� �a�n�y� �p�a�r�t� �o�f� �h�e�r� �b�o�d�y�.� �Y�o�u� �d�e�c�i�d�e� �t�o� �j�u�s�t� �g�i�v�e� �y�o�u�r� �s�l�a�v�e� �t�h�e� �i�n�i�t�i�a�t�i�v�e� �a�n�d� �c�h�e�c�k� �w�h�a�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�8�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �c�a�n� �d�o�.�'�
�
 �
�
@@ -67069,14 +68796,14 @@
 �
�
 �!�G�R�O�U�P� �S�E�X� �C�A�T�E�G�O�R�Y�
�
 �$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �E�v�e�r�y� �m�a�n� �k�n�o�w�s�:� �t�w�o� �g�i�r�l�s� �e�q�u�a�l� �t�w�i�c�e� �t�h�e� �p�l�e�a�s�u�r�e�,� �s�o� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �n�e�e�d�s� �t�o� �b�e�c�o�m�e� �c�o�m�f�o�r�t�a�b�l�e� �b�e�i�n�g� �w�i�t�h� �o�t�h�e�r� �<�<�$�s�l�a�v�e�_�g�i�r�l�s�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>�.� �Y�o�u�r� �<�<�$�d�y�n�s�l�a�v�e�_�b�o�d�y�6�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �d�y�n�s�l�a�v�e� �w�i�l�l� �m�a�k�e� �l�o�v�e� �t�o� �y�o�u�r� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �"�s�l�a�v�e�"�,� �"�a�s�s�i�s�t�a�n�t�"�)�>�>�,� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �$�s�l�a�v�e�_�n�a�m�e�,� �$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�)�>�>�,� �k�i�s�s�i�n�g� �a�n�d� �c�a�r�e�s�s�i�n�g� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�1�[�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �s�l�a�v�e�[�"�a�g�e�"�]�,� �a�s�s�i�s�t�a�n�t�[�"�a�g�e�"�]�)�]�>�>�,� �s�u�c�k�i�n�g� �h�e�r� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �$�s�l�a�v�e�_�b�o�o�b�s�_�t�x�t�[�s�l�a�v�e�[�"�b�o�o�b�s�"�]�]�,� �$�a�s�s�i�s�t�a�n�t�_�b�o�o�b�s�_�t�x�t�[�a�s�s�i�s�t�a�n�t�[�"�b�o�o�b�s�"�]�]�)�>�>� �a�n�d� �l�i�c�k�i�n�g� �h�e�r� �p�u�s�s�y�<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�2�>�>�'�
�
-�$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� �W�h�a�t� �a� �m�a�n� �w�a�n�t�s� �t�o� �e�x�p�e�r�i�e�n�c�e� �i�n� �a� �t�h�r�e�e�s�o�m�e� �i�s� �n�o�t� �o�n�l�y� �t�h�e� �f�e�e�l�i�n�g� �o�f� �h�a�v�i�n�g� �t�w�o� �g�i�r�l�s� �f�o�r� �h�i�m�s�e�l�f�,� �b�u�t� �a�l�s�o� �t�h�e� �v�i�e�w� �o�f� �b�o�t�h� �p�a�r�t�n�e�r�s� �p�l�e�a�s�u�r�i�n�g� �e�a�c�h� �o�t�h�e�r�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �$�s�l�a�v�e�_�n�a�m�e�,� �$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�)�>�>� �w�i�l�l� �c�a�r�e�s�s� �e�a�c�h� �o�t�h�e�r� �i�n� �f�r�o�n�t� �o�f� �y�o�u� �b�u�t� �m�u�s�t� �r�e�m�e�m�b�e�r� �t�h�a�t� �t�h�i�s� �i�s� �f�o�r� �<�i�>�y�o�u�r�<�/�i�>� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �n�o�t� �t�h�e�i�r�s�,� �a�n�d� �p�e�r�f�o�r�m� �a�n� �i�n�t�e�r�e�s�t�i�n�g� �s�h�o�w�.�'�
�
+�$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �W�h�a�t� �a� �m�a�n� �w�a�n�t�s� �t�o� �e�x�p�e�r�i�e�n�c�e� �i�n� �a� �t�h�r�e�e�s�o�m�e� �i�s� �n�o�t� �o�n�l�y� �t�h�e� �f�e�e�l�i�n�g� �o�f� �h�a�v�i�n�g� �t�w�o� �g�i�r�l�s� �f�o�r� �h�i�m�s�e�l�f�,� �b�u�t� �a�l�s�o� �t�h�e� �v�i�e�w� �o�f� �b�o�t�h� �p�a�r�t�n�e�r�s� �p�l�e�a�s�u�r�i�n�g� �e�a�c�h� �o�t�h�e�r�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �$�s�l�a�v�e�_�n�a�m�e�,� �$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�)�>�>� �w�i�l�l� �c�a�r�e�s�s� �e�a�c�h� �o�t�h�e�r� �i�n� �f�r�o�n�t� �o�f� �y�o�u� �b�u�t� �m�u�s�t� �r�e�m�e�m�b�e�r� �t�h�a�t� �t�h�i�s� �i�s� �f�o�r� �<�i�>�y�o�u�r�<�/�i�>� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �n�o�t� �t�h�e�i�r�s�,� �a�n�d� �p�e�r�f�o�r�m� �a�n� �i�n�t�e�r�e�s�t�i�n�g� �s�h�o�w�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �Y�o�u�r� �d�y�n�s�l�a�v�e� �m�u�s�t� �l�e�a�r�n� �h�o�w� �t�o� �t�a�k�e� �a� �s�e�c�o�n�d�a�r�y� �r�o�l�e�.� �T�o�d�a�y� �y�o�u� �w�i�l�l� �h�a�v�e� �s�e�x� �w�i�t�h� �y�o�u�r� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �"�s�l�a�v�e�"�,� �"�a�s�s�i�s�t�a�n�t�"�)�>�>�,� �a�n�d� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�l�l� �b�e� �y�o�u�r� �f�l�u�f�f�e�r�.� �S�h�e� �w�i�l�l� �u�s�e� �h�e�r� �m�o�u�t�h� �t�o� �g�e�t� �y�o�u� �h�a�r�d�,� �t�o� �g�e�t� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �$�s�l�a�v�e�_�n�a�m�e�,� �$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�)�>�>� �w�e�t�,� �a�n�d� �t�o� �c�l�e�a�n� �y�o�u� �b�o�t�h� �a�f�t�e�r�.� �S�h�e� �m�u�s�t� �l�e�a�r�n� �t�o� �a�n�t�i�c�i�p�a�t�e� �y�o�u�r� �n�e�e�d�s� �a�n�d� �m�a�k�e� �h�e�r�s�e�l�f� �u�s�e�f�u�l�,� �l�e�n�d�i�n�g� �a� �h�a�n�d� �t�o� �g�u�i�d�e� �y�o�u� �i�n�t�o� �t�h�e� �r�i�g�h�t� �h�o�l�e� �a�n�d� �l�i�c�k�i�n�g� �y�o�u�r� �b�a�l�l�s� �w�h�i�l�e� �<�<�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �$�s�l�a�v�e�_�n�a�m�e�,� �$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�)�>�>� �i�s� �r�i�d�i�n�g� �y�o�u�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �I�t� �i�s� �w�r�i�t�t�e�n�:� �"�A� �m�a�n� �w�i�t�h� �t�w�o� �g�i�r�l�s� �k�n�o�w�s� �t�r�u�e� �w�e�a�l�t�h�.�"� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �u�n�d�e�r�s�t�a�n�d�s� �t�h�a�t� �a� �t�h�r�e�e�-�w�a�y� �i�s� �a�b�o�u�t� �g�i�v�i�n�g� �t�h�e� �m�a�n� �c�h�o�i�c�e�,� �b�u�t� �t�o�d�a�y� �s�h�e� �n�e�e�d�s� �t�o� �l�e�a�r�n� �a�l�l� �t�h�e� �p�o�s�i�t�i�o�n�s� �t�h�a�t� �s�h�e� �a�n�d� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �c�a�n� �t�a�k�e� �t�o� �o�f�f�e�r� �y�o�u� �y�o�u�r� �c�h�o�i�c�e� �o�f� �h�o�l�e�s�,� �w�h�e�t�h�e�r� �s�t�a�c�k�i�n�g� �t�h�e�m�,� �s�i�d�e�-�b�y�-�s�i�d�e�,� �o�r� �6�9�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a�b�l�e� �t�o� �p�a�s�s�i�o�n�a�t�e�l�y� �a�n�d� �b�e�a�u�t�i�f�u�l�l�y� �c�a�r�e�s�s� �a� �<�<�$�s�l�a�v�e�_�n�o�u�n�1�[�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �s�l�a�v�e�[�"�a�g�e�"�]�,� �a�s�s�i�s�t�a�n�t�[�"�a�g�e�"�]�)�]�>�>� �a�n�d� �w�o�r�k� �a�s� �a� �t�e�a�m� �t�o� �g�i�v�e� �p�l�e�a�s�u�r�e� �t�o� �a� �m�a�n�.� �T�h�e� �r�e�a�l� �m�a�s�t�e�r�y� �r�e�m�a�i�n�s� �i�n� �t�e�a�c�h�i�n�g� �h�e�r� �t�o� �b�e� �s�e�n�s�i�t�i�v�e� �t�o� �b�o�t�h� �p�a�r�t�n�e�r�s� �s�o� �a�s� �t�o� �a�c�h�i�e�v�e� �a� �t�r�i�p�l�e� �s�i�m�u�l�t�a�n�e�o�u�s� �o�r�g�a�s�m�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a�b�l�e� �t�o� �p�a�s�s�i�o�n�a�t�e�l�y� �a�n�d� �b�e�a�u�t�i�f�u�l�l�y� �c�a�r�e�s�s� �a� �<�<�$�s�l�a�v�e�_�n�o�u�n�1�[�i�i�f�(�"�d�y�n�s�l�a�v�e�"� �=� �"�a�s�s�i�s�t�a�n�t�"�,� �s�l�a�v�e�[�"�a�g�e�"�]�,� �a�s�s�i�s�t�a�n�t�[�"�a�g�e�"�]�)�]�>�>� �a�n�d� �w�o�r�k� �a�s� �a� �t�e�a�m� �t�o� �g�i�v�e� �p�l�e�a�s�u�r�e� �t�o� �a� �m�a�n� �a�n�d� �i�s� �s�o� �s�e�n�s�i�t�i�v�e� �t�o� �b�o�t�h� �p�a�r�t�n�e�r�s� �t�h�a�t� �s�h�e� �c�a�n� �c�o�o�r�d�i�n�a�t�e� �a� �t�r�i�p�l�e� �s�i�m�u�l�t�a�n�e�o�u�s� �o�r�g�a�s�m�.�'�
�
 �
�
 �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �E�v�e�r�y� �m�a�n� �k�n�o�w�s�:� �t�w�o� �g�i�r�l�s� �e�q�u�a�l� �t�w�i�c�e� �t�h�e� �p�l�e�a�s�u�r�e�,� �s�o� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �n�e�e�d�s� �t�o� �b�e�c�o�m�e� �c�o�m�f�o�r�t�a�b�l�e� �h�a�v�i�n�g� �s�e�x� �w�i�t�h� �g�i�r�l�s�.� �Y�o�u� �h�i�r�e� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�1�>�>�,� �w�h�o� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�4�>�>� �p�u�s�s�y�<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�2�>�>�'�
�
-�$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� �W�h�a�t� �a� �m�a�n� �w�a�n�t�s� �t�o� �e�x�p�e�r�i�e�n�c�e� �i�n� �a� �t�h�r�e�e�s�o�m�e� �i�s� �n�o�t� �o�n�l�y� �t�h�e� �f�e�e�l�i�n�g� �o�f� �h�a�v�i�n�g� �t�w�o� �g�i�r�l�s� �f�o�r� �h�i�m�s�e�l�f�,� �b�u�t� �a�l�s�o� �t�h�e� �v�i�e�w� �o�f� �b�o�t�h� �p�a�r�t�n�e�r�s� �p�l�e�a�s�u�r�i�n�g� �e�a�c�h� �o�t�h�e�r�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �a� �y�o�u�n�g� �l�e�s�b�i�a�n� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n� �w�i�l�l� �c�a�r�e�s�s� �e�a�c�h� �o�t�h�e�r� �i�n� �f�r�o�n�t� �o�f� �y�o�u� �b�u�t� �m�u�s�t� �r�e�m�e�m�b�e�r� �t�h�a�t� �t�h�i�s� �i�s� �f�o�r� �<�i�>�y�o�u�r�<�/�i�>� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �n�o�t� �t�h�e�i�r�s�,� �a�n�d� �p�e�r�f�o�r�m� �a�n� �i�n�t�e�r�e�s�t�i�n�g� �s�h�o�w�.�'�
�
+�$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �W�h�a�t� �a� �m�a�n� �w�a�n�t�s� �t�o� �e�x�p�e�r�i�e�n�c�e� �i�n� �a� �t�h�r�e�e�s�o�m�e� �i�s� �n�o�t� �o�n�l�y� �t�h�e� �f�e�e�l�i�n�g� �o�f� �h�a�v�i�n�g� �t�w�o� �g�i�r�l�s� �f�o�r� �h�i�m�s�e�l�f�,� �b�u�t� �a�l�s�o� �t�h�e� �v�i�e�w� �o�f� �b�o�t�h� �p�a�r�t�n�e�r�s� �p�l�e�a�s�u�r�i�n�g� �e�a�c�h� �o�t�h�e�r�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�n�d� �a� �y�o�u�n�g� �l�e�s�b�i�a�n� �f�r�o�m� �M�a�d�a�m�e� �J�o�f�r�e� s� �S�a�l�o�n� �w�i�l�l� �c�a�r�e�s�s� �e�a�c�h� �o�t�h�e�r� �i�n� �f�r�o�n�t� �o�f� �y�o�u� �b�u�t� �m�u�s�t� �r�e�m�e�m�b�e�r� �t�h�a�t� �t�h�i�s� �i�s� �f�o�r� �<�i�>�y�o�u�r�<�/�i�>� �e�n�t�e�r�t�a�i�n�m�e�n�t�,� �n�o�t� �t�h�e�i�r�s�,� �a�n�d� �p�e�r�f�o�r�m� �a�n� �i�n�t�e�r�e�s�t�i�n�g� �s�h�o�w�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �m�u�s�t� �l�e�a�r�n� �h�o�w� �t�o� �t�a�k�e� �a� �s�e�c�o�n�d�a�r�y� �r�o�l�e�.� �T�o�d�a�y� �y�o�u� �w�i�l�l� �h�a�v�e� �s�e�x� �w�i�t�h� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�1�>�>�,� �a�n�d� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�i�l�l� �b�e� �y�o�u�r� �f�l�u�f�f�e�r�.� �S�h�e� �w�i�l�l� �u�s�e� �h�e�r� �m�o�u�t�h� �t�o� �g�e�t� �y�o�u� �h�a�r�d�,� �t�o� �g�e�t� �t�h�e� �w�h�o�r�e� �w�e�t�,� �a�n�d� �t�o� �c�l�e�a�n� �y�o�u� �b�o�t�h� �a�f�t�e�r�.� �S�h�e� �m�u�s�t� �l�e�a�r�n� �t�o� �a�n�t�i�c�i�p�a�t�e� �y�o�u�r� �n�e�e�d�s� �a�n�d� �m�a�k�e� �h�e�r�s�e�l�f� �u�s�e�f�u�l�,� �l�e�n�d�i�n�g� �a� �h�a�n�d� �t�o� �g�u�i�d�e� �y�o�u� �i�n�t�o� �t�h�e� �r�i�g�h�t� �h�o�l�e� �a�n�d� �l�i�c�k�i�n�g� �y�o�u�r� �b�a�l�l�s� �w�h�i�l�e� �t�h�e� �w�h�o�r�e� �i�s� �r�i�d�i�n�g� �y�o�u�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �I�t� �i�s� �w�r�i�t�t�e�n�,� �"�A� �m�a�n� �w�i�t�h� �t�w�o� �v�a�g�i�n�a�s� �k�n�o�w�s� �t�r�u�e� �w�e�a�l�t�h�.�"� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �u�n�d�e�r�s�t�a�n�d�s� �t�h�a�t� �a� �t�h�r�e�e�-�w�a�y� �i�s� �a�b�o�u�t� �g�i�v�i�n�g� �t�h�e� �m�a�n� �c�h�o�i�c�e�,� �b�u�t� �t�o�d�a�y� �s�h�e� �n�e�e�d�s� �t�o� �l�e�a�r�n� �a�l�l� �t�h�e� �p�o�s�e�s� �t�h�a�t� �s�h�e� �a�n�d� �<�<�$�d�y�n�s�l�a�v�e�_�l�e�s�_�t�x�t�1�>�>� �c�a�n� �t�a�k�e� �t�o� �o�f�f�e�r� �y�o�u� �y�o�u�r� �c�o�n�v�e�n�i�e�n�t� �c�h�o�i�c�e� �o�f� �h�o�l�e�s�,� �w�h�e�t�h�e�r� �s�t�a�c�k�i�n�g� �t�h�e�m�,� �s�i�d�e�-�b�y�-�s�i�d�e�,� �o�r� �6�9�.�'�
�
 �$�t�h�r�e�e�s�o�m�e�_�n�o�a�s�s�i�s�t�a�n�t�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a�b�l�e� �t�o� �p�a�s�s�i�o�n�a�t�e�l�y� �a�n�d� �b�e�a�u�t�i�f�u�l�l�y� �c�a�r�e�s�s� �a�n�o�t�h�e�r� �w�o�m�a�n� �a�n�d� �w�o�r�k� �a�s� �a� �t�e�a�m� �t�o� �g�i�v�e� �p�l�e�a�s�u�r�e� �t�o� �a� �m�a�n�.� �T�h�e� �r�e�a�l� �m�a�s�t�e�r�y� �r�e�m�a�i�n�s� �i�n� �t�e�a�c�h�i�n�g� �h�e�r� �t�o� �b�e� �s�e�n�s�i�t�i�v�e� �t�o� �b�o�t�h� �p�a�r�t�n�e�r�s� �s�o� �a�s� �t�o� �a�c�h�i�e�v�e� �a� �t�r�i�p�l�e� �s�i�m�u�l�t�a�n�e�o�u�s� �o�r�g�a�s�m�.�'�
�
@@ -67085,7 +68812,7 @@
 �$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �Y�o�u� �m�a�d�e� �a�n� �a�g�r�e�e�m�e�n�t� �w�i�t�h� �a� �f�r�i�e�n�d� �f�r�o�m� �t�h�e� �g�u�i�l�d�.� �F�o�r� �a� �s�t�a�r�t� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �h�a�s� �t�o� �l�e�a�r�n� �t�o� �t�a�k�e� �t�w�o� �d�i�c�k�s� �a�t� �o�n�c�e�.� �T�h�i�s� �m�a�y� �b�e� �p�a�r�t�i�c�u�l�a�r�l�y� �d�i�f�f�i�c�u�l�t� �w�i�t�h� �t�h�e� �s�i�m�u�l�t�a�n�e�o�u�s� �u�s�e� �o�f� �h�e�r� �v�a�g�i�n�a� �a�n�d� �a�n�u�s�.�<�b�r�>�'� �+� �_�
�
 �'�<�b�r�>� � �<�<�$�d�y�n�s�l�a�v�e�_�v�i�r�g�i�n�6�_�t�x�t�[�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�"�v�i�r�g�i�n�i�t�y�"�]�]�>�>�'�
�
 �$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �m�u�s�t� �l�e�a�r�n� �t�o� �t�a�k�e� �t�h�e� �r�i�g�h�t� �p�o�s�e�s� �t�o� �f�a�c�i�l�i�t�a�t�e� �t�h�e� �m�o�s�t� �c�o�n�v�e�n�i�e�n�t� �p�e�n�e�t�r�a�t�i�o�n� �o�f� �t�w�o� �m�e�n� �a�t� �o�n�c�e�.� �I�t� s� �n�o�t� �e�a�s�y�,� �b�u�t� �t�h�a�n�k�s� �t�o� �y�o�u�r� �f�r�i�e�n�d� �f�r�o�m� �t�h�e� �g�u�i�l�d�,� �y�o�u� �c�a�n� �h�o�l�d� �a� �p�r�a�c�t�i�c�a�l� �s�e�s�s�i�o�n�.� �O�f� �c�o�u�r�s�e�,� �y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �h�e�l�p� �h�i�m� �t�e�a�c�h� �h�i�s� �o�w�n� �s�l�a�v�e� �t�h�i�s� �l�e�s�s�o�n�.� �P�a�y�-�b�a�c�k� �i�s� �a� �b�i�t�c�h�.�'�
�
-�$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�l�r�e�a�d�y� �q�u�i�t�e� �a�b�l�e� �t�o� �t�a�k�e� �t�w�o� �d�i�c�k�s� �a�t� �o�n�c�e�,� �b�u�t� �n�o�w� �s�h�e� �h�a�s� �t�o� �l�e�a�r�n� �t�o� �m�o�v�e� �s�o� �a�s� �t�o� �d�e�l�i�v�e�r� �p�l�e�a�s�u�r�e� �f�o�r� �b�o�t�h� �p�a�r�t�n�e�r�s�.� �I�t� �s�e�e�m�s� �t�o�o� �e�a�s�y� �t�o� �a�l�w�a�y�s� �f�i�n�d� �w�i�l�l�i�n�g� �a�s�s�i�s�t�a�n�t�s�!�'�
�
+�$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �a�l�r�e�a�d�y� �q�u�i�t�e� �a�b�l�e� �t�o� �t�a�k�e� �t�w�o� �d�i�c�k�s� �a�t� �o�n�c�e�,� �b�u�t� �n�o�w� �s�h�e� �h�a�s� �t�o� �l�e�a�r�n� �t�o� �m�o�v�e� �s�o� �a�s� �t�o� �d�e�l�i�v�e�r� �p�l�e�a�s�u�r�e� �f�o�r� �b�o�t�h� �p�a�r�t�n�e�r�s�.� �I�t� �s�e�e�m�s� �t�o�o� �e�a�s�y� �t�o� �a�l�w�a�y�s� �f�i�n�d� �w�i�l�l�i�n�g� �a�s�s�i�s�t�a�n�t�s�!�'�
�
 �$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �A� �t�r�u�e� �s�l�u�t� �i�s� �a�b�l�e� �t�o� �t�a�k�e� �t�w�o� �c�o�c�k�s� �a�t� �t�h�e� �s�a�m�e� �t�i�m�e�,� �<�i�>�i�n� �t�h�e� �s�a�m�e� �h�o�l�e�!�<�/�i�>� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �m�u�s�t� �m�a�s�t�e�r� �a�l�l� �t�h�r�e�e�,� �f�i�r�s�t� �g�i�v�i�n�g� �y�o�u� �a�n�d� �y�o�u�r� �f�r�i�e�n�d� �a� �d�o�u�b�l�e� �b�l�o�w�j�o�b�,� �t�h�e�n� �t�a�k�i�n�g� �y�o�u� �b�o�t�h� �i�n� �h�e�r� �p�u�s�s�y�,� �a�n�d� �f�i�n�a�l�l�y� �y�o�u� �i�n�s�i�s�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�8�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �t�a�k�e� �b�o�t�h� �o�f� �y�o�u� �i�n� �h�e�r� �a�s�s�.� �A� �t�i�g�h�t� �f�i�t�,� �b�u�t� �i�t� �o�n�l�y� �r�e�q�u�i�r�e�s� �d�e�t�e�r�m�i�n�a�t�i�o�n�.�'�
�
 �$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �c�o�p�e�s� �w�e�l�l� �w�i�t�h� �t�w�o� �p�a�r�t�n�e�r�s� �s�i�m�u�l�t�a�n�e�o�u�s�l�y�.� �Y�o�u� �e�x�p�l�a�i�n� �t�o� �h�e�r� �t�h�a�t� �i�f� �s�h�e� �c�a�n� �e�n�s�u�r�e� �t�h�a�t� �b�o�t�h� �m�e�n� �c�u�m� �a�t� �t�h�e� �s�a�m�e� �t�i�m�e�,� �h�e�r� �t�r�a�i�n�i�n�g� �i�n� �t�h�i�s� �f�i�e�l�d� �w�i�l�l� �b�e� �c�o�m�p�l�e�t�e�d�.� �'�
�
 �$�d�p�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �c�o�p�e�s� �w�e�l�l� �w�i�t�h� �t�w�o� �p�a�r�t�n�e�r�s� �s�i�m�u�l�t�a�n�e�o�u�s�l�y�.� �S�h�e� �i�s� �s�u�c�h� �a�n� �a�c�c�o�m�p�l�i�s�h�e�d� �w�h�o�r�e� �t�h�a�t� �s�h�e� �b�r�i�n�g�s� �b�o�t�h� �o�f� �y�o�u� �t�o� �o�r�g�a�s�m� �l�i�k�e� �a� �p�r�o� �a�n�d� �t�a�k�e�s� �o�n�e� �l�o�a�d� �d�o�w�n� �t�h�e� �t�h�r�o�a�t� �w�h�i�l�e� �t�h�e� �o�t�h�e�r� �p�u�m�p�s� �h�e�r� �a�s�s� �f�u�l�l� �o�f� �j�u�i�c�e�.�'�
�
@@ -67223,11 +68950,18 @@
 �$�t�e�n�t�a�c�l�e�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �i�s� �s�o� �s�k�i�l�l�e�d� �s�h�e� �c�a�n� �s�u�c�c�e�s�s�f�u�l�l�y� �m�i�l�k� �t�h�e� �m�o�s�t� �m�o�n�s�t�r�o�u�s� �f�i�e�n�d�.� �S�o�m�e�t�i�m�e�s�,� �t�h�o�u�g�h�,� �i�t� �i�s� �s�i�m�p�l�y� �a�m�u�s�i�n�g� �t�o� �w�a�t�c�h� �h�e�r� �d�o� �i�t�!�'�
�
 �
�
 �$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �M�a�t�e�r� �A�r�a�n�e�a�,� �y�o�u�r� �l�a�r�g�e�s�t� �s�p�i�d�e�r�,� �s�e�n�s�e�s� �y�o�u�r�<�<�$�s�l�a�v�e�_�b�o�d�y�8�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �s�l�a�v�e� s� �p�r�e�s�e�n�c�e�.� �I�t� �r�u�s�h�e�s� �o�u�t� �o�f� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �e�i�g�h�t� �c�l�a�w�-�t�i�p�p�e�d� �l�e�g�s� �c�l�i�c�k�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �s�m�o�o�t�h� �s�t�o�n�e�.� �S�e�v�e�n� �u�n�b�l�i�n�k�i�n�g� �e�y�e�s� �f�o�c�u�s� �o�n� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �s�t�u�n�n�e�d� �f�a�c�e�,� �a�n�d� �t�h�e� �c�h�e�l�i�c�e�r�a�e� �p�a�r�t� �s�l�i�g�h�t�l�y�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�h�r�i�e�k�s� �i�n� �h�o�r�r�o�r� �a�n�d� �f�r�a�n�t�i�c�a�l�l�y� �c�r�a�w�l�s� �t�o� �t�h�e� �c�e�l�l� �d�o�o�r�,� �b�e�a�t�i�n�g� �o�n� �i�t� �w�i�t�h� �h�e�r� �b�a�r�e� �f�i�s�t�s� �a�n�d� �b�a�w�l�i�n�g� �h�y�s�t�e�r�i�c�a�l�l�y�.� �I�t� �l�o�o�k�s� �l�i�k�e� �t�o�d�a�y� s� �t�r�a�i�n�i�n�g� �h�a�s�n� t� �g�o�n�e� �w�e�l�l�.�'�
�
-�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �S�e�n�s�i�n�g� �y�o�u�r� �s�l�a�v�e� s� �p�r�e�s�e�n�c�e�,� �M�a�t�e�r� �A�r�a�n�e�a� �r�u�s�h�e�s� �o�u�t� �o�f� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �e�i�g�h�t� �c�l�a�w�-�t�i�p�p�e�d� �l�e�g�s� �c�l�i�c�k�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �s�m�o�o�t�h� �s�t�o�n�e�.� �S�e�v�e�n� �u�n�b�l�i�n�k�i�n�g� �e�y�e�s� �f�o�c�u�s� �o�n� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �s�t�u�n�n�e�d� �f�a�c�e�,� �a�n�d� �t�h�e� �c�h�e�l�i�c�e�r�a�e� �p�a�r�t� �s�l�i�g�h�t�l�y�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �t�r�e�m�b�l�e�s� �f�o�r� �a� �f�e�w� �s�e�c�o�n�d�s� �b�e�f�o�r�e� �s�h�r�i�e�k�i�n�g�.� �C�r�a�w�l�i�n�g� �t�o� �t�h�e� �c�e�l�l� �d�o�o�r�,� �t�h�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�o�u�n�2�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �b�e�a�t�s� �o�n� �i�t� �w�i�t�h� �h�e�r� �b�a�r�e� �f�i�s�t�s� �a�n�d� �b�a�w�l�s� �h�y�s�t�e�r�i�c�a�l�l�y�.� �I�t� �l�o�o�k�s� �l�i�k�e� �t�o�d�a�y� s� �t�r�a�i�n�i�n�g� �h�a�s�n� t� �g�o�n�e� �w�e�l�l�.�'�
�
-�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �M�a�t�e�r� �A�r�a�n�e�a� �q�u�i�c�k�l�y� �g�r�a�s�p�s� �y�o�u�r� �q�u�i�v�e�r�i�n�g� �s�l�a�v�e� �b�y� �h�e�r� �s�h�o�u�l�d�e�r�s� �w�i�t�h� �i�t�s� �p�e�d�i�p�a�l�p�s�.� �I�t� �p�i�n�s� �t�h�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�o�u�n�2�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �i�n� �p�l�a�c�e�,� �u�s�e�s� �t�w�o� �l�e�g�s� �t�o� �s�p�r�e�a�d� �h�e�r�<�<�$�s�l�a�v�e�_�b�o�d�y�8�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �t�h�i�g�h�s�,� �a�n�d� �p�o�s�i�t�i�o�n�s� �i�t�s� �a�b�d�o�m�e�n�,� �s�w�o�l�l�e�n� �w�i�t�h� �e�g�g�s�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�h�i�m�p�e�r�s� �a�n�d� �a�v�e�r�t�s� �h�e�r� �e�y�e�s� �b�u�t� �n�o�t� �b�e�f�o�r�e� �s�h�e� �s�e�e�s� �t�h�e� �f�i�r�s�t� �g�l�i�s�t�e�n�i�n�g� �e�g�g� �b�e�g�i�n� �t�o� �e�x�t�r�u�d�e� �f�r�o�m� �t�h�e� �s�p�i�d�e�r� s� �d�r�i�p�p�i�n�g� �o�v�i�p�o�s�i�t�o�r�.� �D�e�s�p�i�t�e� �h�e�r� �b�e�s�t� �e�f�f�o�r�t�s� �t�o� �s�t�a�y� �r�e�l�a�x�e�d�,� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�l�e�x�i�v�e�l�y� �s�q�u�i�r�m�s� �f�r�e�e�.� �T�h�e� �s�p�i�d�e�r� �r�e�t�r�e�a�t�s�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �S�e�n�s�i�n�g� �y�o�u�r� �s�l�a�v�e� s� �p�r�e�s�e�n�c�e�,� �M�a�t�e�r� �A�r�a�n�e�a� �r�u�s�h�e�s� �o�u�t� �o�f� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �e�i�g�h�t� �c�l�a�w�-�t�i�p�p�e�d� �l�e�g�s� �c�l�i�c�k�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �s�m�o�o�t�h� �s�t�o�n�e�.� �S�e�v�e�n� �u�n�b�l�i�n�k�i�n�g� �e�y�e�s� �f�o�c�u�s� �o�n� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �s�t�u�n�n�e�d� �f�a�c�e�,� �a�n�d� �t�h�e� �c�h�e�l�i�c�e�r�a�e� �p�a�r�t� �s�l�i�g�h�t�l�y�.� �T�h�i�s� �t�i�m�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �h�e�s�i�t�a�t�e�s�,� �t�r�e�m�b�l�i�n�g� �f�o�r� �a� �f�e�w� �s�e�c�o�n�d�s� �b�e�f�o�r�e� �s�h�r�i�e�k�i�n�g� �i�n� �h�o�r�r�o�r�.� �D�i�s�t�u�r�b�e�d� �b�y� �t�h�e� �n�o�i�s�e�,� �t�h�e� �s�p�i�d�e�r� �r�e�t�r�e�a�t�s�.� �T�h�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�o�u�n�2�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �c�o�l�l�a�p�s�e�s� �o�n� �t�h�e� �f�l�o�o�r�,� �c�r�y�i�n�g� �p�i�t�i�f�u�l�l�y�.�.�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �O�n�c�e� �a�g�a�i�n� �r�u�s�h�i�n�g� �f�r�o�m� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �M�a�t�e�r� �A�r�a�n�e�a� �q�u�i�c�k�l�y� �g�r�a�s�p�s� �y�o�u�r� �q�u�i�v�e�r�i�n�g� �s�l�a�v�e� �b�y� �h�e�r� �s�h�o�u�l�d�e�r�s� �w�i�t�h� �i�t�s� �p�e�d�i�p�a�l�p�s�.� �I�t� �p�i�n�s� �t�h�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�o�u�n�2�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �i�n� �p�l�a�c�e�,� �u�s�e�s� �t�w�o� �l�e�g�s� �t�o� �s�p�r�e�a�d� �h�e�r�<�<�$�s�l�a�v�e�_�b�o�d�y�8�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �t�h�i�g�h�s�,� �a�n�d� �p�o�s�i�t�i�o�n�s� �i�t�s� �a�b�d�o�m�e�n�,� �s�w�o�l�l�e�n� �w�i�t�h� �e�g�g�s�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�h�i�m�p�e�r�s� �a�n�d� �a�v�e�r�t�s� �h�e�r� �e�y�e�s� �b�u�t� �n�o�t� �b�e�f�o�r�e� �s�h�e� �s�e�e�s� �t�h�e� �f�i�r�s�t� �g�l�i�s�t�e�n�i�n�g� �e�g�g� �b�e�g�i�n� �t�o� �e�x�t�r�u�d�e� �f�r�o�m� �t�h�e� �s�p�i�d�e�r� s� �d�r�i�p�p�i�n�g� �o�v�i�p�o�s�i�t�o�r�.� �D�e�s�p�i�t�e� �h�e�r� �b�e�s�t� �e�f�f�o�r�t�s� �t�o� �s�t�a�y� �r�e�l�a�x�e�d�,� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �r�e�f�l�e�x�i�v�e�l�y� �s�q�u�i�r�m�s� �f�r�e�e�.� �T�h�e� �s�p�i�d�e�r� �r�e�t�r�e�a�t�s�.�'�
�
 �$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �M�a�t�e�r� �A�r�a�n�e�a� �p�i�n�s� �y�o�u�r� �s�l�a�v�e� s� �b�a�c�k� �a�g�a�i�n�s�t� �t�h�e� �c�o�l�d� �s�t�o�n�e� �w�i�t�h� �i�t�s� �p�e�d�i�p�a�l�p�s� �a�n�d� �p�r�e�s�s�e�s� �i�t�s� �s�q�u�i�r�m�i�n�g� �o�v�i�p�o�s�i�t�o�r� �h�a�r�d� �a�g�a�i�n�s�t� �t�h�e� �c�o�m�p�l�i�a�n�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�6�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �<�<�$�v�u�l�v�a�3�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �v�a�g�i�n�a�.� �T�h�e� �h�u�g�e� �s�p�i�d�e�r� �g�i�v�e�s� �a�n� �a�u�d�i�b�l�e� �r�u�m�b�l�e�,� �a�n�d� �i�t�s� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �p�u�l�s�e� �o�b�s�c�e�n�e�l�y�.� �Y�o�u� �c�a�n�n�o�t� �s�e�e� �t�h�e� �e�g�g�s� �p�a�s�s� �f�r�o�m� �s�p�i�d�e�r� �t�o� �s�l�a�v�e�,� �b�u�t� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �m�o�a�n�s� �q�u�i�e�t�l�y� �a�n�d� �h�e�r� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �s�w�e�l�l�.� �<�<�$�d�y�n�s�l�a�v�e�_�v�i�r�g�i�n�4�_�t�x�t�[�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�"�v�i�r�g�i�n�i�t�y�"�]�]�>�>� �'�
�
-�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �u�n�d�e�r�s�t�a�n�d�s� �M�a�t�e�r� �A�r�a�n�e�a� s� �p�r�i�m�i�t�i�v�e� �d�e�s�i�r�e�s� �p�e�r�f�e�c�t�l�y�.� �T�h�e� �s�p�i�d�e�r� �s�e�e�s� �h�e�r� �n�o�t� �a�s� �a� �s�e�x�u�a�l� �p�a�r�t�n�e�r� �b�u�t� �a�s� �a� �p�l�a�c�e� �t�o� �l�a�y� �h�e�r� �e�g�g�s�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�e�s� �e�v�e�r�y�t�h�i�n�g� �s�h�e� �c�a�n� �t�o� �p�r�e�s�e�n�t� �h�e�r�s�e�l�f� �a�s� �a� �h�o�s�t� �f�o�r� �t�h�e� �s�p�i�d�e�r�:� �h�e�a�l�t�h�y� �a�n�d� �w�a�r�m�,� �y�e�t� �u�n�r�e�s�i�s�t�i�n�g� �a�n�d� �i�m�m�o�b�i�l�e�.� �A�s� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�3�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �b�u�l�g�e� �w�i�t�h� �e�g�g�s�,� �y�o�u� �c�a�n�n�o�t� �r�e�s�t�r�a�i�n� �a� �b�u�r�s�t� �o�f� �p�r�i�d�e� �i�n� �y�o�u�r� �c�r�a�f�t�.� �O�n�l�y� �t�h�e� �f�i�n�e�s�t� �s�l�a�v�e� �m�a�s�t�e�r�y� �c�a�n� �c�r�e�a�t�e� �s�u�c�h� �t�o�t�a�l� �s�u�b�m�i�s�s�i�o�n�.�'�
�
-�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �u�n�d�e�r�s�t�a�n�d�s� �M�a�t�e�r� �A�r�a�n�e�a� s� �p�r�i�m�i�t�i�v�e� �d�e�s�i�r�e�s� �p�e�r�f�e�c�t�l�y�.� �T�h�e� �s�p�i�d�e�r� �s�e�e�s� �h�e�r� �n�o�t� �a�s� �a� �s�e�x�u�a�l� �p�a�r�t�n�e�r� �b�u�t� �a�s� �a� �p�l�a�c�e� �t�o� �l�a�y� �h�e�r� �e�g�g�s�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�e�s� �e�v�e�r�y�t�h�i�n�g� �s�h�e� �c�a�n� �t�o� �p�r�e�s�e�n�t� �h�e�r�s�e�l�f� �a�s� �a� �h�o�s�t� �f�o�r� �t�h�e� �s�p�i�d�e�r�:� �h�e�a�l�t�h�y� �a�n�d� �w�a�r�m�,� �y�e�t� �u�n�r�e�s�i�s�t�i�n�g� �a�n�d� �i�m�m�o�b�i�l�e�.� �A�s� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�1�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �b�u�l�g�e� �w�i�t�h� �e�g�g�s�,� �y�o�u� �c�a�n�n�o�t� �r�e�s�t�r�a�i�n� �a� �j�e�t� �o�f� �p�r�i�d�e� �i�n� �y�o�u�r� �c�r�a�f�t�.� �O�n�l�y� �t�h�e� �f�i�n�e�s�t� �s�l�a�v�e� �m�a�s�t�e�r�y� �c�a�n� �c�r�e�a�t�e� �s�u�c�h� �t�o�t�a�l� �s�u�b�m�i�s�s�i�o�n�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �p�r�e�s�e�n�t�s� �h�e�r�s�e�l�f� �t�o� �y�o�u�r� �s�p�i�d�e�r� �a�n�d� �s�t�a�y�s� �i�m�m�o�b�i�l�e�,� �w�i�t�h� �o�n�l�y� �t�h�e� �e�x�c�e�p�t�i�o�n� �o�f� �h�e�r� �m�o�u�t�h� �o�p�e�n�i�n�g� �i�t�s�e�l�f� �t�o� �w�e�l�c�o�m�e� �y�o�u�r� �s�p�i�d�e�r� s� �r�e�p�r�o�d�u�c�t�i�v�e� �o�r�g�a�n�.� �H�e�r� �d�o�c�i�l�i�t�y� �d�o�e�s�n� t� �r�e�a�l�l�y� �m�a�t�t�e�r� �a�s� �s�h�e� �s�o�o�n� �g�e�t�s� �t�r�a�p�p�e�d� �i�n� �t�h�e� �w�e�b� �o�f� �y�o�u�r� �s�p�i�d�e�r�;� �l�e�a�v�i�n�g� �o�n�l�y� �s�p�a�c�e� �f�o�r� �h�e�r� �o�r�i�f�i�c�e�s� �t�o� �b�e� �v�i�o�l�e�n�t�l�y� �p�e�n�e�t�r�a�t�e�d�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �u�n�d�e�r�s�t�a�n�d�s� �M�a�t�e�r� �A�r�a�n�e�a� s� �p�r�i�m�i�t�i�v�e� �d�e�s�i�r�e�s� �p�e�r�f�e�c�t�l�y�.� �T�h�e� �s�p�i�d�e�r� �s�e�e�s� �h�e�r� �n�o�t� �a�s� �a� �s�e�x�u�a�l� �p�a�r�t�n�e�r� �b�u�t� �a�s� �a� �p�l�a�c�e� �t�o� �l�a�y� �h�e�r� �e�g�g�s�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�e�s� �e�v�e�r�y�t�h�i�n�g� �s�h�e� �c�a�n� �t�o� �p�r�e�s�e�n�t� �h�e�r�s�e�l�f� �a�s� �a� �h�o�s�t� �f�o�r� �t�h�e� �s�p�i�d�e�r�:� �h�e�a�l�t�h�y� �a�n�d� �w�a�r�m�,� �y�e�t� �u�n�r�e�s�i�s�t�i�n�g� �a�n�d� �i�m�m�o�b�i�l�e�.� �A�s� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�1�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �b�u�l�g�e� �w�i�t�h� �e�g�g�s�,� �y�o�u� �c�a�n�n�o�t� �r�e�s�t�r�a�i�n� �a� �b�u�r�s�t� �o�f� �p�r�i�d�e� �i�n� �y�o�u�r� �c�r�a�f�t�.� �O�n�l�y� �t�h�e� �f�i�n�e�s�t� �s�l�a�v�e� �m�a�s�t�e�r�y� �c�a�n� �c�r�e�a�t�e� �s�u�c�h� �t�o�t�a�l� �s�u�b�m�i�s�s�i�o�n�.�'�
�
+�
�
+�$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �M�a�t�e�r� �A�r�a�n�e�a�,� �y�o�u�r� �l�a�r�g�e�s�t� �s�p�i�d�e�r�,� �s�e�n�s�e�s� �y�o�u�r�<�<�$�s�l�a�v�e�_�b�o�d�y�8�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �s�l�a�v�e� s� �p�r�e�s�e�n�c�e�.� �I�t� �r�u�s�h�e�s� �o�u�t� �o�f� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �e�i�g�h�t� �c�l�a�w�-�t�i�p�p�e�d� �l�e�g�s� �c�l�i�c�k�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �s�m�o�o�t�h� �s�t�o�n�e�.� �S�e�v�e�n� �u�n�b�l�i�n�k�i�n�g� �e�y�e�s� �f�o�c�u�s� �o�n� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �s�t�u�n�n�e�d� �f�a�c�e�,� �a�n�d� �t�h�e� �c�h�e�l�i�c�e�r�a�e� �p�a�r�t� �s�l�i�g�h�t�l�y�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�h�r�i�e�k�s� �i�n� �h�o�r�r�o�r� �a�n�d� �b�e�g�i�n�s� �b�a�w�l�i�n�g� �h�y�s�t�e�r�i�c�a�l�l�y�,� �b�u�t� �w�i�t�h� �t�h�e� �e�f�f�e�c�t� �o�f� �y�o�u�r� �s�p�e�l�l� �u�p�o�n� �h�e�r�,� �s�h�e� �d�o�e�s�n� t� �e�v�e�n� �t�r�y� �t�o� �m�o�v�e� �o�u�t� �o�f� �y�o�u�r� �s�p�i�d�e�r� s� �r�e�a�c�h�.� �D�i�s�t�u�r�b�e�d� �b�y� �t�h�e� �n�o�i�s�e�,� �t�h�e� �s�p�i�d�e�r� �r�e�t�r�e�a�t�s�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �S�e�n�s�i�n�g� �y�o�u�r� �s�l�a�v�e� s� �p�r�e�s�e�n�c�e�,� �M�a�t�e�r� �A�r�a�n�e�a� �r�u�s�h�e�s� �o�u�t� �o�f� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �e�i�g�h�t� �c�l�a�w�-�t�i�p�p�e�d� �l�e�g�s� �c�l�i�c�k�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �s�m�o�o�t�h� �s�t�o�n�e�.� �S�e�v�e�n� �u�n�b�l�i�n�k�i�n�g� �e�y�e�s� �f�o�c�u�s� �o�n� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �s�t�u�n�n�e�d� �f�a�c�e�,� �a�n�d� �t�h�e� �c�h�e�l�i�c�e�r�a�e� �p�a�r�t� �s�l�i�g�h�t�l�y�.� �U�n�d�e�r� �t�h�e� �e�f�f�e�c�t� �o�f� �y�o�u�r� �s�p�e�l�l�,� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �t�r�e�m�b�l�e�s� �a�n�d� �s�h�r�i�e�k�s� �i�n� �h�o�r�r�o�r� �b�u�t� �r�e�m�a�i�n�s� �i�n� �p�l�a�c�e�.� �D�i�s�t�u�r�b�e�d� �a�g�a�i�n�,� �t�h�e� �s�p�i�d�e�r� �r�e�t�r�e�a�t�s�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�2�]� �=� �'� � �M�a�t�e�r� �A�r�a�n�e�a� �q�u�i�c�k�l�y� �g�r�a�s�p�s� �y�o�u�r� �q�u�i�v�e�r�i�n�g� �s�l�a�v�e� �b�y� �h�e�r� �s�h�o�u�l�d�e�r�s� �w�i�t�h� �i�t�s� �p�e�d�i�p�a�l�p�s�.� �I�t� �p�i�n�s� �t�h�e� �<�<�$�d�y�n�s�l�a�v�e�_�n�o�u�n�2�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �i�n� �p�l�a�c�e�,� �u�s�e�s� �t�w�o� �l�e�g�s� �t�o� �s�p�r�e�a�d� �h�e�r�<�<�$�s�l�a�v�e�_�b�o�d�y�8�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �t�h�i�g�h�s�,� �a�n�d� �p�o�s�i�t�i�o�n�s� �i�t�s� �a�b�d�o�m�e�n�,� �s�w�o�l�l�e�n� �w�i�t�h� �e�g�g�s�.� �U�n�d�e�r� �t�h�e� �e�f�f�e�c�t� �o�f� �y�o�u�r� �s�p�e�l�l�,� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �w�h�i�m�p�e�r�s� �a�n�d� �a�v�e�r�t�s� �h�e�r� �e�y�e�s� �b�u�t� �d�o�e�s�n� t� �u�t�t�e�r� �a� �w�o�r�d� �n�o�r� �m�o�v�e� �a� �s�i�n�g�l�e� �i�n�c�h�,� �e�v�e�n� �w�h�e�n� �h�e�r� �e�y�e�s� �a�r�e� �m�e�t� �w�i�t�h� �t�h�e� �f�i�r�s�t� �g�l�i�s�t�e�n�i�n�g� �e�g�g� �e�x�t�r�u�d�i�n�g� �f�r�o�m� �t�h�e� �s�p�i�d�e�r� s� �d�r�i�p�p�i�n�g� �o�v�i�p�o�s�i�t�o�r�.� �M�a�t�e�r� �A�r�a�n�e�a� �p�i�n�s� �y�o�u�r� �s�l�a�v�e� s� �b�a�c�k� �a�g�a�i�n�s�t� �t�h�e� �c�o�l�d� �s�t�o�n�e� �w�i�t�h� �i�t�s� �p�e�d�i�p�a�l�p�s� �a�n�d� �p�r�e�s�s�e�s� �i�t�s� �s�q�u�i�r�m�i�n�g� �o�v�i�p�o�s�i�t�o�r� �h�a�r�d� �a�g�a�i�n�s�t� �t�h�e� �c�o�m�p�l�i�a�n�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�6�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �<�<�$�v�u�l�v�a�3�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �v�a�g�i�n�a�.� �A�t� �t�h�e� �i�n�t�i�m�a�t�e� �t�o�u�c�h�,� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �l�e�t�s� �o�u�t� �a�n�o�t�h�e�r� �s�h�r�i�e�k� �a�n�d� �r�e�f�l�e�x�i�v�e�l�y� �s�q�u�i�r�m�s� �f�r�e�e�.� �T�h�e� �s�p�i�d�e�r� �w�i�t�h�d�r�a�w�s�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�3�]� �=� �'� � �S�e�n�s�i�n�g� �y�o�u�r� �s�l�a�v�e� s� �p�r�e�s�e�n�c�e�,� �M�a�t�e�r� �A�r�a�n�e�a� �r�u�s�h�e�s� �o�u�t� �o�f� �i�t�s� �l�a�i�r� �i�n� �t�h�e� �c�e�l�l� �w�a�l�l�,� �e�i�g�h�t� �c�l�a�w�-�t�i�p�p�e�d� �l�e�g�s� �c�l�i�c�k�i�n�g� �a�g�a�i�n�s�t� �t�h�e� �s�m�o�o�t�h� �s�t�o�n�e�.� �S�e�v�e�n� �u�n�b�l�i�n�k�i�n�g� �e�y�e�s� �f�o�c�u�s� �o�n� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�5�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �s�t�u�n�n�e�d� �f�a�c�e�,� �a�n�d� �t�h�e� �c�h�e�l�i�c�e�r�a�e� �p�a�r�t� �s�l�i�g�h�t�l�y�.� �M�a�t�e�r� �A�r�a�n�e�a� �p�i�n�s� �y�o�u�r� �s�l�a�v�e� s� �b�a�c�k� �a�g�a�i�n�s�t� �t�h�e� �c�o�l�d� �s�t�o�n�e� �w�i�t�h� �i�t�s� �p�e�d�i�p�a�l�p�s� �a�n�d� �p�r�e�s�s�e�s� �i�t�s� �s�q�u�i�r�m�i�n�g� �o�v�i�p�o�s�i�t�o�r� �h�a�r�d� �a�g�a�i�n�s�t� �t�h�e� �c�o�m�p�l�i�a�n�t� �<�<�$�s�l�a�v�e�_�n�o�u�n�6�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �<�<�$�v�u�l�v�a�3�_�t�x�t�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� �v�a�g�i�n�a�.� �T�h�e� �h�u�g�e� �s�p�i�d�e�r� �g�i�v�e�s� �a�n� �a�u�d�i�b�l�e� �r�u�m�b�l�e�,� �a�n�d� �i�t�s� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �p�u�l�s�e� �o�b�s�c�e�n�e�l�y�.� �Y�o�u� �c�a�n�n�o�t� �s�e�e� �t�h�e� �e�g�g�s� �p�a�s�s� �f�r�o�m� �s�p�i�d�e�r� �t�o� �s�l�a�v�e�,� �b�u�t� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �m�o�a�n�s� �q�u�i�e�t�l�y� �a�n�d� �h�e�r� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �s�w�e�l�l�.� �<�<�$�d�y�n�s�l�a�v�e�_�v�i�r�g�i�n�4�_�t�x�t�[�i�n�t�e�r�a�c�t�i�o�n�_�d�y�n�s�l�a�v�e�[�"�v�i�r�g�i�n�i�t�y�"�]�]�>�>� �'�
�
+�$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�4�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �p�r�e�s�e�n�t�s� �h�e�r�s�e�l�f� �t�o� �y�o�u�r� �s�p�i�d�e�r� �a�n�d� �s�t�a�y�s� �i�m�m�o�b�i�l�e�,� �w�i�t�h� �o�n�l�y� �t�h�e� �e�x�c�e�p�t�i�o�n� �o�f� �h�e�r� �m�o�u�t�h� �o�p�e�n�i�n�g� �i�t�s�e�l�f� �t�o� �w�e�l�c�o�m�e� �y�o�u�r� �s�p�i�d�e�r� s� �r�e�p�r�o�d�u�c�t�i�v�e� �o�r�g�a�n�.� �H�e�r� �d�o�c�i�l�i�t�y� �d�o�e�s�n� t� �r�e�a�l�l�y� �m�a�t�t�e�r� �a�s� �s�h�e� �s�o�o�n� �g�e�t�s� �t�r�a�p�p�e�d� �i�n� �t�h�e� �w�e�b� �o�f� �y�o�u�r� �s�p�i�d�e�r�;� �l�e�a�v�i�n�g� �o�n�l�y� �s�p�a�c�e� �f�o�r� �h�e�r� �o�r�i�f�i�c�e�s� �t�o� �b�e� �v�i�o�l�e�n�t�l�y� �p�e�n�e�t�r�a�t�e�d�.�'�
�
+�$�a�r�a�c�h�n�i�d�_�d�o�m�i�n�i�d�i�c�t�u�m�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�5�]� �=� �'� � �Y�o�u�r� �s�l�a�v�e� �u�n�d�e�r�s�t�a�n�d�s� �M�a�t�e�r� �A�r�a�n�e�a� s� �p�r�i�m�i�t�i�v�e� �d�e�s�i�r�e�s� �p�e�r�f�e�c�t�l�y�.� �T�h�e� �s�p�i�d�e�r� �s�e�e�s� �h�e�r� �n�o�t� �a�s� �a� �s�e�x�u�a�l� �p�a�r�t�n�e�r� �b�u�t� �a�s� �a� �p�l�a�c�e� �t�o� �l�a�y� �h�e�r� �e�g�g�s�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �d�o�e�s� �e�v�e�r�y�t�h�i�n�g� �s�h�e� �c�a�n� �t�o� �p�r�e�s�e�n�t� �h�e�r�s�e�l�f� �a�s� �a� �h�o�s�t� �f�o�r� �t�h�e� �s�p�i�d�e�r�:� �h�e�a�l�t�h�y� �a�n�d� �w�a�r�m�,� �y�e�t� �u�n�r�e�s�i�s�t�i�n�g� �a�n�d� �i�m�m�o�b�i�l�e�.� �A�s� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�1�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>� s� �a�b�d�o�m�e�n� �b�e�g�i�n�s� �t�o� �b�u�l�g�e� �w�i�t�h� �e�g�g�s�,� �y�o�u� �c�a�n�n�o�t� �r�e�s�t�r�a�i�n� �a� �b�u�r�s�t� �o�f� �p�r�i�d�e� �i�n� �y�o�u�r� �c�r�a�f�t�.� �O�n�l�y� �t�h�e� �f�i�n�e�s�t� �s�l�a�v�e� �m�a�s�t�e�r�y� �c�a�n� �c�r�e�a�t�e� �s�u�c�h� �t�o�t�a�l� �s�u�b�m�i�s�s�i�o�n�.�'�
�
 �
�
 �$�p�o�l�y�p�u�s�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�0�]� �=� �'� � �F�o�r� �t�e�n�t�a�c�l�e� �t�r�a�i�n�i�n�g�,� �t�h�e� �c�e�l�l� �h�a�s� �a� �g�r�a�t�e� �o�v�e�r� �a� �p�o�o�l� �o�f� �s�e�a�w�a�t�e�r�.� �O�t�h�e�r�w�i�s�e�,� �t�h�e� �s�l�a�v�e� �m�i�g�h�t� �b�e� �p�u�l�l�e�d� �u�n�d�e�r� �a�n�d� �d�r�o�w�n�e�d�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�n�d�s� �o�n� �t�h�e� �g�r�a�t�e� �a�p�p�r�e�h�e�n�s�i�v�e�l�y�,� �t�r�y�i�n�g� �t�o� �s�e�e� �d�o�w�n� �i�n�t�o� �t�h�e� �d�a�r�k� �w�a�t�e�r�.� �B�e�h�i�n�d� �h�e�r�,� �a� �t�e�n�t�a�c�l�e� �r�e�a�c�h�e�s� �t�h�r�o�u�g�h� �t�h�e� �g�r�a�t�e� �a�n�d� �b�e�g�i�n�s� �t�o� �s�n�a�k�e� �u�p� �h�e�r� �l�e�g�.� �S�h�e� �l�e�a�p�s� �o�f�f� �t�h�e� �g�r�a�t�e� �w�i�t�h� �a� �s�h�r�i�e�k� �a�n�d� �t�e�a�r�f�u�l�l�y� �r�e�f�u�s�e�s� �t�o� �s�t�e�p� �b�a�c�k� �o�n�.� �I�t� �l�o�o�k�s� �l�i�k�e� �t�o�d�a�y� s� �t�r�a�i�n�i�n�g� �h�a�s�n� t� �g�o�n�e� �w�e�l�l�.�'�
�
 �$�p�o�l�y�p�u�s�_�l�e�s�s�o�n�_�d�e�s�c�r�i�p�t�i�o�n�[�1�]� �=� �'� � �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�n�d�s� �o�n� �t�h�e� �g�r�a�t�e� �i�n� �t�h�e� �c�e�l�l� �a�p�p�r�e�h�e�n�s�i�v�e�l�y�,� �t�r�y�i�n�g� �t�o� �p�e�e�r� �d�o�w�n� �i�n�t�o� �t�h�e� �d�a�r�k� �w�a�t�e�r�.� �B�e�h�i�n�d� �t�h�e� �<�<�$�s�l�a�v�e�_�n�o�u�n�7�[�d�y�n�s�l�a�v�e�[�"�a�g�e�"�]�]�>�>�,� �a� �t�e�n�t�a�c�l�e� �s�l�i�t�h�e�r�s� �t�h�r�o�u�g�h� �t�h�e� �g�r�a�t�e� �a�n�d� �b�e�g�i�n�s� �t�o� �s�n�a�k�e� �u�p� �h�e�r� �l�e�g�.� �S�h�e� �l�e�a�p�s� �o�f�f� �t�h�e� �g�r�a�t�e� �w�i�t�h� �a� �s�h�r�i�e�k� �a�n�d� �t�e�a�r�f�u�l�l�y� �r�e�f�u�s�e�s� �t�o� �s�t�e�p� �b�a�c�k� �o�n�.� �I�t� �l�o�o�k�s� �l�i�k�e� �t�o�d�a�y� s� �t�r�a�i�n�i�n�g� �h�a�s�n� t� �g�o�n�e� �w�e�l�l�.�'�
�
@@ -67333,7 +69067,7 @@
 �$�s�m�u�g�g�l�e�r�_�i�n�f�o�[�1�1�]� �=� �'� � �[�B�A�L�A�L�A�I�K�A�]�<�b�r�>�-� �W�e� �g�u�a�r�a�n�t�e�e� �c�o�m�p�l�e�t�e� �s�u�b�m�i�s�s�i�o�n� �a�s� �w�e�l�l� �a�s� �a� �g�o�o�d� �l�e�v�e�l� �o�f� �k�n�o�w�l�e�d�g�e� �o�f� �a�l�l� �t�h�e� �b�a�s�i�c� �s�k�i�l�l�s� �t�h�a�t� �a�r�e� �i�n� �d�e�m�a�n�d� �i�n� �t�h�e� �s�l�a�v�e� �m�a�r�k�e�t�.� �A�s� �l�o�n�g� �a�s� �i�t� �i�s� �p�o�s�s�i�b�l�e� �w�i�t�h� �h�y�p�n�o�s�i�s� �t�r�a�i�n�i�n�g�.�'�
�
 �$�s�m�u�g�g�l�e�r�_�i�n�f�o�[�1�2�]� �=� �'� � �[�B�A�L�A�L�A�I�K�A�]�<�b�r�>�-� �T�h�e� �b�a�s�i�c� �s�t�a�t�s� �a�r�e� �g�r�e�a�t� �t�o�o�.� �O�u�r� �g�e�n�e�t�i�c� �e�n�g�i�n�e�e�r�s� �e�n�s�u�r�e� �t�h�a�t� �t�h�e� �s�l�a�v�e�s� �p�o�s�s�e�s�s� �a�n� �a�t�t�r�a�c�t�i�v�e� �a�p�p�e�a�r�a�n�c�e�,� �a� �h�e�a�l�t�h�y� �b�o�d�y�,� �a� �b�a�l�a�n�c�e�d� �n�e�r�v�o�u�s� �s�y�s�t�e�m� �a�n�d� �g�o�o�d� �i�n�t�e�l�l�i�g�e�n�c�e� �d�a�t�a�.�'�
�
 �$�s�m�u�g�g�l�e�r�_�i�n�f�o�[�1�3�]� �=� �'� � �[�B�A�L�A�L�A�I�K�A�]�<�b�r�>�-� �A�n�d� �I� �p�e�r�s�o�n�a�l�l�y� �g�u�a�r�a�n�t�e�e� �t�h�a�t� �s�h�e� �w�i�l�l� �b�e� �a� �v�i�r�g�i�n� �w�i�t�h�o�u�t� �a�n�y� �d�i�s�e�a�s�e�s� �a�n�d� �p�a�r�a�s�i�t�e�s�.� �T�h�e�r�e� �a�r�e� �<�<�i�i�f�(�n�o�_�l�o�l�i� �!� �1�,� �"�t�h�r�e�e� �v�a�r�i�a�n�t�s� �o�f� �b�i�o�l�o�g�i�c�a�l� �a�g�e� �-� �p�r�e�p�u�b�e�s�c�e�n�t�,� �p�u�b�e�r�t�a�l� �a�n�d� �m�a�t�u�r�e�"�,� �"�t�w�o� �v�a�r�i�a�n�t�s� �o�f� �b�i�o�l�o�g�i�c�a�l� �a�g�e� �-� �p�u�b�e�r�t�a�l� �a�n�d� �m�a�t�u�r�e�"�)�>�>�.�'�
�
-�$�s�m�u�g�g�l�e�r�_�i�n�f�o�[�1�4�]� �=� �'� � �[�B�A�L�A�L�A�I�K�A�]�<�b�r�>�-� �A�l�l� �t�h�a�t� �i�s� �l�e�f�t� �i�s� �t�h�a�t� �y�o�u� �d�o� �n�o�t� �g�e�t� �c�a�u�g�h�t�.� �I�f� �y�o�u� �f�u�c�k� �u�p� �a�n�d� �g�e�t� �k�i�c�k�e�d� �o�u�t� �o�f� �t�h�e� �g�u�i�l�d� �-� �d�o� �n�o�t� �c�o�m�e� �t�o� �m�e� �t�o� �c�r�y� �a�b�o�u�t� �i�t�.�'�
�
+�$�s�m�u�g�g�l�e�r�_�i�n�f�o�[�1�4�]� �=� �'� � �[�B�A�L�A�L�A�I�K�A�]�<�b�r�>�-� �A�l�l� �t�h�a�t� �i�s� �l�e�f�t� �i�s� �t�h�a�t� �y�o�u� �d�o� �n�o�t� �g�e�t� �c�a�u�g�h�t�.� �W�i�t�h� �a� �h�i�g�h� �p�r�o�f�i�l�e� �t�h�e�r�e� �i�s� �n�o� �c�h�a�n�c�e� �u�n�l�e�s�s� �y�o�u� �c�a�n� �b�l�o�c�k� �t�h�e�i�r� �s�c�a�n�s�.� �I�f� �y�o�u� �f�u�c�k� �u�p� �a�n�d� �g�e�t� �k�i�c�k�e�d� �o�u�t� �o�f� �t�h�e� �g�u�i�l�d� �-� �d�o� �n�o�t� �c�o�m�e� �t�o� �m�e� �t�o� �c�r�y� �a�b�o�u�t� �i�t�.�'�
�
 �$�s�m�u�g�g�l�e�r�_�i�n�f�o�[�1�5�]� �=� �'� � �[�B�A�L�A�L�A�I�K�A�]�<�b�r�>�-� �T�h�e� �p�r�i�c�e� �i�s� �t�w�o� �t�h�o�u�s�a�n�d� �s�p�a�r�k�s� �a�p�i�e�c�e�.� �T�h�e�y� �w�o�u�l�d� �b�e� �m�o�r�e� �e�x�p�e�n�s�i�v�e� �a�t� �a�n� �a�u�c�t�i�o�n�,� �s�o� �i�t� s� �a� �m�u�t�u�a�l� �b�e�n�e�f�i�t�.� �J�u�s�t� �d�o� �n�o�t� �f�o�r�g�e�t� �t�o� �b�r�a�n�d� �h�e�r�.�'�
�
 �
�
 �
�
@@ -67410,8 +69144,8 @@
 �
�
 �!�T�R�A�I�T�S�
�
 �$�5B_�:;59<0 �=� �'� �T�h�e� �s�l�a�v�e� �i�s� �n�o�t� �b�r�a�n�d�e�d�!� �Y�o�u� �w�o�n� t� �b�e� �a�b�l�e� �t�o� �s�e�l�l� �a�n� �u�n�b�r�a�n�d�e�d� �s�l�a�v�e� �t�o� �c�u�s�t�o�m�e�r�s�,� �a�n�d� �a�n� �u�n�b�r�a�n�d�e�d� �s�l�a�v�e� �w�i�l�l� �t�a�k�e� �l�o�n�g�e�r� �t�o� �a�c�c�e�p�t� �h�e�r� �d�e�s�t�i�n�y� �a�s� �a� �s�l�a�v�e�.� �Y�o�u� �c�o�u�l�d� �p�u�t� �a� �b�r�a�n�d� �o�n� �h�e�r� �y�o�u�r�s�e�l�f� �i�f� �y�o�u� �h�a�v�e� �a� �d�u�n�g�e�o�n� �(�t�h�r�o�u�g�h� �t�h�e� �"�A�n�a�t�o�m�y�"� �t�a�b�)�,� �g�o� �t�o� �a� �t�a�t�t�o�o� �p�a�r�l�o�r� �i�n� �t�h�e� �Q�u�a�r�t�e�r� �o�f� �t�h�e� �O�u�t�c�a�s�t�s�,� �o�r� �u�s�e� �a� �s�p�e�l�l� �i�f� �y�o�u� �h�a�v�e� �t�h�e� �a�b�i�l�i�t�y�.�'�
�
-�$�s�a�n�i�t�y�_�b�r�o�k�e�n� �=� �'� �T�h�e� �s�l�a�v�e� s� �s�p�i�r�i�t� �i�s� �b�r�o�k�e�n�.� �T�h�i�s� �m�e�a�n�s� �t�h�a�t� �t�h�e� �s�l�a�v�e� �h�a�s� �b�e�c�o�m�e� �a� �s�o�u�l�l�e�s�s� �d�o�l�l� �-� �i�t� �w�i�l�l� �r�e�d�u�c�e� �h�e�r� �r�a�t�i�n�g�,� �t�h�e� �s�l�a�v�e� �w�i�l�l� �s�t�o�p� �t�r�y�i�n�g� �a�n�d� �s�h�e� �w�i�l�l� �a�l�s�o� �l�o�s�e� �t�h�e� �w�i�l�l� �t�o� �l�i�v�e� �b�u�t� �w�i�l�l� �f�u�l�f�i�l�l� �a�l�l� �o�r�d�e�r�s� �w�i�t�h�o�u�t� �q�u�e�s�t�i�o�n�.� �T�h�e� �s�u�m� �o�f� �T�e�m�p�e�r�a�m�e�n�t� �a�n�d� �N�a�t�u�r�e� �s�h�o�u�l�d� �b�e� �m�o�r�e� �t�h�a�n� �t�w�o� �f�o�r� �a� �n�o�r�m�a�l� �s�t�a�t�e� �o�f� �m�i�n�d�.� �A�l�s�o� �t�a�k�e� �n�o�t�e� �o�f� �P�r�i�d�e� �-� �t�h�e� �m�o�r�e� �a�r�r�o�g�a�n�t� �t�h�e� �s�l�a�v�e�,� �t�h�e� �s�t�r�o�n�g�e�r� �h�e�r� �m�i�n�d� �w�i�l�l� �b�e�.�'�
�
-�$�s�a�n�i�t�y�_�l�o�w� �=� �'� �T�h�e� �s�t�a�t�e� �o�f� �m�i�n�d� �o�f� �t�h�e� �s�l�a�v�e� �i�s� �a�p�p�r�o�a�c�h�i�n�g� �d�a�n�g�e�r�o�u�s�l�y� �l�o�w� �l�e�v�e�l�s�!� �B�e� �c�a�r�e�f�u�l� �w�i�t�h� �P�r�i�d�e� �-� �w�h�e�n� �p�r�i�d�e� �l�o�w�e�r�s�,� �t�h�e� �m�i�n�d� �w�e�a�k�e�n�s�.� �C�h�e�c�k� �t�h�e� �c�o�n�d�i�t�i�o�n� �o�f� �T�e�m�p�e�r�a�m�e�n�t� �a�n�d� �N�a�t�u�r�e� �-� �t�h�e�i�r� �t�o�t�a�l� �a�m�o�u�n�t� �s�h�o�u�l�d� �b�e� �m�o�r�e� �t�h�a�n� �t�w�o� �f�o�r� �a� �n�o�r�m�a�l� �s�t�a�t�e� �o�f� �m�i�n�d�.�'�
�
+�$�s�a�n�i�t�y�_�b�r�o�k�e�n� �=� �'� �T�h�e� �s�l�a�v�e� s� �s�p�i�r�i�t� �i�s� �b�r�o�k�e�n�.� �T�h�i�s� �m�e�a�n�s� �t�h�a�t� �t�h�e� �s�l�a�v�e� �h�a�s� �b�e�c�o�m�e� �a� �s�o�u�l�l�e�s�s� �d�o�l�l� �-� �i�t� �w�i�l�l� �r�e�d�u�c�e� �h�e�r� �r�a�t�i�n�g�,� �t�h�e� �s�l�a�v�e� �w�i�l�l� �s�t�o�p� �t�r�y�i�n�g� �a�n�d� �s�h�e� �w�i�l�l� �a�l�s�o� �l�o�s�e� �t�h�e� �w�i�l�l� �t�o� �l�i�v�e� �b�u�t� �w�i�l�l� �f�u�l�f�i�l�l� �a�l�l� �o�r�d�e�r�s� �w�i�t�h�o�u�t� �q�u�e�s�t�i�o�n�.� �U�n�t�i�l� �h�e�r� �N�a�t�u�r�e� �e�x�c�e�e�d�s� �D�-�,� �P�r�i�d�e� �a�n�d� �T�e�m�p�e�r�a�m�e�n�t� �w�i�l�l� �n�o�t� �r�i�s�e�.� �W�i�n�n�i�n�g� �b�a�t�t�l�e�s�,� �a� �b�o�u�d�o�i�r�,� �t�h�e� �G�o�l�d�e�n� �C�a�g�e�,� �G�a�r�d�e�n� �o�f� �G�e�t�h�s�e�m�a�n�e� �a�n�d� �h�o�t� �s�p�r�i�n�g�s� �m�a�y� �h�e�l�p� �t�o� �r�e�s�t�o�r�e� �h�e�r� �s�p�i�r�i�t�.�'�
�
+�$�s�a�n�i�t�y�_�l�o�w� �=� �'� �T�h�e� �s�t�a�t�e� �o�f� �m�i�n�d� �o�f� �t�h�e� �s�l�a�v�e� �i�s� �a�p�p�r�o�a�c�h�i�n�g� �d�a�n�g�e�r�o�u�s�l�y� �l�o�w� �l�e�v�e�l�s�!� �B�e� �c�a�r�e�f�u�l� �w�i�t�h� �P�r�i�d�e� �-� �w�h�e�n� �p�r�i�d�e� �l�o�w�e�r�s�,� �t�h�e� �m�i�n�d� �w�e�a�k�e�n�s�.� �C�h�e�c�k� �t�h�e� �c�o�n�d�i�t�i�o�n� �o�f� �T�e�m�p�e�r�a�m�e�n�t� �a�n�d� �N�a�t�u�r�e� �-� �t�h�e�i�r� �a�v�e�r�a�g�e� �s�h�o�u�l�d� �e�x�c�e�e�d� �D�-� �f�o�r� �a� �n�o�r�m�a�l� �s�t�a�t�e� �o�f� �m�i�n�d�.�'�
�
 �$�8<D><0=:0 �=� �'� �Y�o�u� �h�a�v�e� �n�o�t�i�c�e�d� �t�h�a�t� �y�o�u�r� �s�l�a�v�e�,� �t�o� �p�u�t� �i�t� �m�i�l�d�l�y�,� �i�s� �p�a�r�t�i�a�l� �t�o� �s�e�x�.� �M�a�n�y� �s�e�x�u�a�l� �p�r�a�c�t�i�c�e�s� �w�i�l�l� �b�e� �e�a�s�i�e�r� �f�o�r� �h�e�r�,� �b�u�t� �a�n� �i�n�s�a�t�i�a�b�l�e� �d�e�s�i�r�e� �w�i�l�l� �d�r�i�v�e� �h�e�r� �c�r�a�z�y�.�'�
�
 �$�$@8384=0O �=� �'� �Y�o�u� �u�n�d�e�r�s�t�a�n�d� �t�h�a�t� �y�o�u�r� �s�l�a�v�e� �i�s� �c�o�m�p�l�e�t�e�l�y� �i�n�d�i�f�f�e�r�e�n�t� �t�o� �s�e�x�.� �I�t� �i�s� �p�r�a�c�t�i�c�a�l�l�y� �i�m�p�o�s�s�i�b�l�e� �t�o� �e�x�c�i�t�e� �h�e�r� �a�n�d� �t�h�i�s� �w�i�l�l� �c�l�e�a�r�l�y� �c�o�m�p�l�i�c�a�t�e� �t�h�e� �d�e�v�e�l�o�p�m�e�n�t� �o�f� �m�a�n�y� �r�e�l�e�v�a�n�t� �p�r�a�c�t�i�c�e�s� �a�n�d� �n�e�g�a�t�e� �a�l�l� �e�r�o�t�i�c� �e�n�c�o�u�r�a�g�e�m�e�n�t�.�'�
�
 �$�07>E8AB:0 �=� �'� �P�a�i�n� �d�o�e�s� �n�o�t� �s�c�a�r�e� �y�o�u�r� �s�l�a�v�e�.� �O�n� �t�h�e� �c�o�n�t�r�a�r�y�,� �s�h�e� �s�t�r�i�v�e�s� �t�o� �b�e� �i�n� �p�a�i�n� �a�n�d� �r�e�c�e�i�v�e�s� �p�l�e�a�s�u�r�e� �f�r�o�m� �i�t�.� �F�l�o�g�g�i�n�g� �a� �m�a�s�o�c�h�i�s�t� �i�s� �u�s�e�l�e�s�s�,� �b�u�t� �t�h�e�r�e� �a�r�e� �o�t�h�e�r� �w�a�y�s� �t�o� �i�n�f�l�u�e�n�c�e� �h�e�r�& '�
�
@@ -67745,7 +69479,7 @@
 �$�m�e�d�i�e�v�a�l�_�n�a�m�e�[�4�8�]� �=� �'�R�a�c�h�e�l�'�
�
 �$�m�e�d�i�e�v�a�l�_�n�a�m�e�[�4�9�]� �=� �'�R�o�s�e�'�
�
 �$�m�e�d�i�e�v�a�l�_�n�a�m�e�[�5�0�]� �=� �'�S�y�b�i�l�'�
�
-�$�m�e�d�i�e�v�e�l�_�n�a�m�e�[�5�1�]� �=� �'�V�i�o�l�e�t�'�
�
+�$�m�e�d�i�e�v�a�l�_�n�a�m�e�[�5�1�]� �=� �'�V�i�o�l�e�t�'�
�
 �
�
 �$�o�l�d�s�c�o�o�l�_�n�a�m�e�[�1�]� �=� �'�A�u�g�u�s�t�i�n�e�'�
�
 �$�o�l�d�s�c�o�o�l�_�n�a�m�e�[�2�]� �=� �'�A�l�i�c�e�'�
�
@@ -68594,23 +70328,23 @@
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�f�i�n�a�n�c�e�"�]� �=� �'�M�y� �f�a�t�h�e�r� �w�a�s� �a� �t�o�u�g�h� �s�t�o�c�k�b�r�o�k�e�r�,� �a�n�d� �m�o�t�h�e�r� �a�n� �a�r�t�i�s�t� �i�n� �t�h�e� �t�h�e�a�t�e�r�.� �H�o�w�e�v�e�r�,� �w�h�e�n� �I� �g�r�e�w� �u�p�,� �s�h�e� �n�o� �l�o�n�g�e�r� �w�o�r�k�e�d�.� �D�a�d� �s�p�e�n�t� �l�i�t�t�l�e� �t�i�m�e� �a�t� �h�o�m�e�.� �M�o�m� �s�u�s�p�e�c�t�e�d� �h�i�m� �o�f� �i�n�f�i�d�e�l�i�t�y� �a�n�d� �d�r�a�n�k� �a� �l�o�t�.� �S�h�e� �w�a�s� �a�d�d�i�c�t�e�d� �t�o� �p�a�i�n�k�i�l�l�e�r�s�.� �S�o�m�e�t�i�m�e�s� �s�h�e� �g�o�t� �a�n�g�r�y� �a�t� �m�e�,� �s�o� �I� �a�l�s�o� �d�i�d� �n�o�t� �l�i�k�e� �t�o� �s�i�t� �a�t� �h�o�m�e�.�'�
�
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�g�e�n�e�r�a�l�"�]� �=� �'�M�y� �f�a�t�h�e�r� �w�a�s� �a� �g�e�n�e�r�a�l�,� �a�n�d� �h�e� �k�e�p�t� �s�t�r�i�c�t� �o�r�d�e�r� �i�n� �t�h�e� �f�a�m�i�l�y�.� �I� �t�h�i�n�k� �h�e� �w�a�n�t�e�d� �m�e� �t�o� �b�e� �a� �b�o�y�,� �t�h�e�n� �h�e� �c�o�u�l�d� �f�o�r�c�e� �m�e� �t�o� �m�a�r�c�h� �a�n�d� �d�o� �o�t�h�e�r� �s�t�u�p�i�d� �t�h�i�n�g�s�.� �A�l�t�h�o�u�g�h� �w�e� �w�e�r�e� �f�i�n�a�n�c�i�a�l�l�y� �i�n�d�e�p�e�n�d�e�n�t�,� �I� �w�a�s� �j�e�a�l�o�u�s� �o�f� �o�t�h�e�r� �c�h�i�l�d�r�e�n� �w�h�o� �d�o�n� t� �h�a�v�e� �s�u�c�h� �h�a�r�s�h� �r�u�l�e�s� �a�t� �h�o�m�e�.�'�
�
 �
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�p�o�e�t�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �h�a�d� �a� �u�n�i�q�u�e� �s�e�n�s�e� �o�f� �l�a�n�g�u�a�g�e�.� �M�y� �m�o�t�h�e�r� �w�a�s� �a� �s�t�r�u�c�t�u�r�a�l� �l�i�n�g�u�i�s�t�,� �a�n�d� �f�a�t�h�e�r� �w�a�s� �a� �p�o�e�t�,� �a�n�d� �b�e�s�i�d�e�s� �v�e�r�y� �f�a�m�o�u�s�.� �W�e� �h�a�d� �a� �r�u�l�e� �i�n� �t�h�e� �h�o�u�s�e� �t�h�a�t� �i�t� �w�a�s� �p�e�r�m�i�t�t�e�d� �t�o� �t�a�l�k� �o�n�l�y� �i�n� �v�e�r�s�e� �a�n�d� �t�h�e�y� �t�a�u�g�h�t� �m�e� �t�o� �d�o� �s�o� �a�s� �s�o�o�n� �a�s� �I� �b�e�g�a�n� �t�o� �s�p�e�a�k�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�p�o�e�t�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �h�a�d� �a� �u�n�i�q�u�e� �s�e�n�s�e� �o�f� �l�a�n�g�u�a�g�e�.� �M�y� �m�o�t�h�e�r� �w�a�s� �a� �s�t�r�u�c�t�u�r�a�l� �l�i�n�g�u�i�s�t�,� �a�n�d� �m�y� �f�a�t�h�e�r� �w�a�s� �a� �p�o�e�t�,� �a�n�d� �b�e�s�i�d�e�s� �v�e�r�y� �f�a�m�o�u�s�.� �W�e� �h�a�d� �a� �r�u�l�e� �i�n� �t�h�e� �h�o�u�s�e� �t�h�a�t� �i�t� �w�a�s� �p�e�r�m�i�t�t�e�d� �t�o� �t�a�l�k� �o�n�l�y� �i�n� �v�e�r�s�e� �a�n�d� �t�h�e�y� �t�a�u�g�h�t� �m�e� �t�o� �d�o� �s�o� �a�s� �s�o�o�n� �a�s� �I� �b�e�g�a�n� �t�o� �s�p�e�a�k�.�'�
�
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�r�t�i�s�t�"�]� �=� �'�M�y� �m�o�t�h�e�r� �w�a�s� �a� �g�r�e�a�t� �a�r�t�i�s�t�.� �H�e�r� �t�a�l�e�n�t� �i�s� �r�e�c�o�g�n�i�z�e�d� �a�l�l� �o�v�e�r� �t�h�e� �w�o�r�l�d�.� �S�h�e�,� �o�f� �c�o�u�r�s�e�,� �g�l�a�d�l�y� �s�h�a�r�e�d� �h�e�r� �s�e�c�r�e�t�s� �w�i�t�h� �y�o�u�n�g� �a�r�t�i�s�t�s� �a�n�d� �d�e�c�l�a�i�m�e�d� �a� �c�o�u�r�s�e� �o�f� �c�o�l�o�r� �e�x�p�r�e�s�s�i�o�n� �a�t� �t�h�e� �o�p�e�n� �u�n�i�v�e�r�s�i�t�y�.� �I� �i�n�h�e�r�i�t�e�d� �a� �l�o�v�e� �o�f� �d�r�a�w�i�n�g� �f�r�o�m� �h�e�r�.�'�
�
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�r�c�h�i�t�e�c�t�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �w�e�r�e� �a�r�c�h�i�t�e�c�t�s� �a�n�d� �a�l�w�a�y�s� �w�o�r�k�e�d� �o�n�l�y� �a�s� �a� �p�a�i�r�.� �I�n� �o�u�r� �w�o�r�l�d�,� �a�r�c�h�i�t�e�c�t�u�r�e� �i�s� �v�e�r�y� �i�m�p�o�r�t�a�n�t�,� �b�e�c�a�u�s�e� �i�t� �i�s� �n�e�c�e�s�s�a�r�y� �n�o�t� �o�n�l�y� �t�o� �m�a�k�e� �t�h�e� �h�o�u�s�e�s� �f�u�n�c�t�i�o�n�a�l�,� �b�u�t� �a�l�s�o� �t�o� �p�e�r�f�e�c�t�l�y� �f�i�t� �t�h�e�m� �i�n�t�o� �t�h�e� �u�r�b�a�n� �l�a�n�d�s�c�a�p�e�,� �a�t� �t�h�e� �s�a�m�e� �t�i�m�e� �g�i�v�i�n�g� �t�h�e� �b�u�i�l�d�i�n�g� �a�n� �u�n�i�q�u�e� �a�e�s�t�h�e�t�i�c� �v�a�l�u�e�.�'�
�
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�o�p�e�r�a�t�o�r�"�]� �=� �'�M�y� �m�o�t�h�e�r� �w�o�r�k�e�d� �a�s� �a� �p�r�o�d�u�c�t�i�o�n� �o�p�e�r�a�t�o�r� �i�n� �t�h�e� �p�o�l�a�r� �r�e�p�l�i�c�a�t�i�o�n� �c�e�n�t�e�r�.� �I� �d�i�d� �n�o�t� �h�a�v�e� �a� �f�a�t�h�e�r�,� �a�n�d� �t�h�e� �f�a�r� �n�o�r�t�h� �i�s� �n�o�t� �t�h�e� �b�e�s�t� �p�l�a�c�e� �f�o�r� �a� �c�h�i�l�d�.� �T�h�e�r�e�f�o�r�e�,� �I� �w�a�s� �b�r�o�u�g�h�t� �u�p� �i�n� �a� �p�u�b�l�i�c� �c�h�i�l�d�c�a�r�e� �c�e�n�t�e�r�,� �a�n�d� �I� �c�a�m�e� �t�o� �v�i�s�i�t� �m�o�t�h�e�r� �o�n�l�y� �o�n� �w�e�e�k�e�n�d�s�.�'�
�
 �
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�j�a�i�l�e�r�"�]� �=� �'�I� �w�a�s� �b�o�r�n� �a�n�d� �g�r�e�w� �u�p� �i�n� �a� �g�i�a�n�t� �p�r�i�s�o�n� �c�o�m�p�l�e�x�.� �M�y� �f�a�t�h�e�r� �w�o�r�k�e�d� �t�h�e�r�e� �a�s� �a� �s�e�c�u�r�i�t�y� �g�u�a�r�d�,� �a�n�d� �a�c�c�o�r�d�i�n�g� �t�o� �t�h�e� �l�a�w� �h�o�u�s�i�n�g� �w�a�s� �p�r�o�v�i�d�e�d� �t�o� �c�i�t�i�z�e�n�s� �i�n� �t�h�e� �w�o�r�k�p�l�a�c�e�.� �O�u�r� �f�r�e�e� �s�t�a�t�e� �h�a�s� �a� �l�o�t� �o�f� �d�o�m�e�s�t�i�c� �e�n�e�m�i�e�s�,� �a�n�d� �b�e�c�a�u�s�e� �o�f� �t�h�a�t� �i�t� �n�e�e�d�s� �a� �b�i�g� �p�r�i�s�o�n�s�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�j�a�i�l�e�r�"�]� �=� �'�I� �w�a�s� �b�o�r�n� �a�n�d� �g�r�e�w� �u�p� �i�n� �a� �g�i�a�n�t� �p�r�i�s�o�n� �c�o�m�p�l�e�x�.� �M�y� �f�a�t�h�e�r� �w�o�r�k�e�d� �t�h�e�r�e� �a�s� �a� �s�e�c�u�r�i�t�y� �g�u�a�r�d�,� �a�n�d� �a�c�c�o�r�d�i�n�g� �t�o� �t�h�e� �l�a�w� �h�o�u�s�i�n�g� �w�a�s� �p�r�o�v�i�d�e�d� �t�o� �c�i�t�i�z�e�n�s� �i�n� �t�h�e� �w�o�r�k�p�l�a�c�e�.� �O�u�r� �f�r�e�e� �s�t�a�t�e� �h�a�s� �a� �l�o�t� �o�f� �d�o�m�e�s�t�i�c� �e�n�e�m�i�e�s�,� �a�n�d� �b�e�c�a�u�s�e� �o�f� �t�h�a�t� �i�t� �n�e�e�d�s� �b�i�g� �p�r�i�s�o�n�s�.�'�
�
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�b�i�o�r�e�a�c�t�o�r�"�]� �=� �'�I� �g�r�e�w� �u�p� �i�n� �a�n� �u�n�d�e�r�g�r�o�u�n�d� �c�o�m�p�l�e�x� �w�h�e�r�e� �m�y� �p�a�r�e�n�t�s� �w�o�r�k�e�d�.� �T�h�e�y� �m�a�i�n�t�a�i�n�e�d� �t�h�e� �b�i�o�r�e�a�c�t�o�r� �t�h�a�t� �t�u�r�n�s� �e�n�e�m�i�e�s� �a�n�d� �o�t�h�e�r� �d�r�e�g�s� �o�f� �s�o�c�i�e�t�y� �i�n�t�o� �a� �v�a�l�u�a�b�l�e� �f�e�r�t�i�l�i�z�e�r�.� �I�s� �t�h�i�s� �n�o�t� �a� �c�l�e�a�r� �d�e�m�o�n�s�t�r�a�t�i�o�n� �o�f� �t�h�e� �w�i�s�d�o�m� �o�f� �o�u�r� �g�r�e�a�t� �L�e�a�d�e�r� �a�n�d� �h�i�s� �c�o�n�c�e�r�n� �f�o�r� �t�h�e� �p�e�o�p�l�e� s� �w�e�l�f�a�r�e�?�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�m�i�n�i�t�r�u�t�h�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �h�e�l�d� �i�m�p�o�r�t�a�n�t� �p�o�s�i�t�i�o�n�s� �i�n� �t�h�e� �M�i�n�i�s�t�r�y� �o�f� �T�r�u�t�h�,� �s�o� �w�e� �h�a�d� �a� �m�u�c�h� �b�e�t�t�e�r� �r�a�t�i�o�n�s� �t�h�a�n� �t�h�e� �s�i�m�p�l�e� �p�r�o�l�e�s�.� �K�i�n�d� �b�u�t� �s�t�r�i�c�t� �t�e�a�c�h�e�r�s� �i�n�s�t�i�l�l�e�d� �i�n� �m�e� �a�n� �u�n�d�e�r�s�t�a�n�d�i�n�g� �o�f� �t�h�e� �G�r�a�n�d� �D�e�s�i�g�n�,� �s�o� �t�h�a�t� �I� �a�l�s�o� �c�o�u�l�d� �i�n�s�t�r�u�c�t� �t�h�e� �p�r�o�l�e�s� �w�h�e�n� �I� �g�r�o�w� �u�p�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�n�t�e�r�"�]� �=� �'�M�y� �c�h�i�l�d�h�o�o�d� �w�a�s� �t�h�e� �m�o�s�t� �c�o�m�m�o�n�,� �i�n� �s�c�h�o�o�l�-�a�n�t�h�i�l�l� �w�e� �f�r�o�m� �y�o�u�n�g�e�s�t� �y�e�a�r�s� �w�e�r�e� �t�r�a�i�n�e�d� �l�a�b�o�r� �p�r�a�c�t�i�c�e�s� �a�n�d� �d�o�i�n�g� �o�u�r� �c�i�v�i�c� �d�u�t�y�,� �w�o�r�k�i�n�g� �f�o�r� �t�h�e� �g�o�o�d� �o�f� �o�u�r� �g�r�e�a�t� �c�o�u�n�t�r�y�.� �I�n� �m�y� �s�u�b� �g�r�o�u�p� �w�a�s� �t�w�e�n�t�y� �g�i�r�l�s�,� �a�n�d� �I� �w�a�s� �o�n�e� �o�f� �t�h�e� �b�e�s�t�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�m�i�n�i�t�r�u�t�h�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �h�e�l�d� �i�m�p�o�r�t�a�n�t� �p�o�s�i�t�i�o�n�s� �i�n� �t�h�e� �M�i�n�i�s�t�r�y� �o�f� �T�r�u�t�h�,� �s�o� �w�e� �h�a�d� �m�u�c�h� �b�e�t�t�e�r� �r�a�t�i�o�n�s� �t�h�a�n� �t�h�e� �s�i�m�p�l�e� �p�r�o�l�e�s�.� �K�i�n�d� �b�u�t� �s�t�r�i�c�t� �t�e�a�c�h�e�r�s� �i�n�s�t�i�l�l�e�d� �i�n� �m�e� �a�n� �u�n�d�e�r�s�t�a�n�d�i�n�g� �o�f� �t�h�e� �G�r�a�n�d� �D�e�s�i�g�n�,� �s�o� �t�h�a�t� �I� �a�l�s�o� �c�o�u�l�d� �i�n�s�t�r�u�c�t� �t�h�e� �p�r�o�l�e�s� �w�h�e�n� �I� �g�r�o�w� �u�p�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�n�t�e�r�"�]� �=� �'�M�y� �c�h�i�l�d�h�o�o�d� �w�a�s� �t�h�e� �m�o�s�t� �c�o�m�m�o�n�.� �I�n� �t�h�e� �s�c�h�o�o�l�-�a�n�t�h�i�l�l�,� �w�e� �w�e�r�e� �t�r�a�i�n�e�d� �f�r�o�m� �o�u�r� �y�o�u�n�g�e�s�t� �y�e�a�r�s� �i�n� �l�a�b�o�r� �p�r�a�c�t�i�c�e�s� �a�n�d� �d�o�i�n�g� �o�u�r� �c�i�v�i�c� �d�u�t�y�,� �w�o�r�k�i�n�g� �f�o�r� �t�h�e� �g�o�o�d� �o�f� �o�u�r� �g�r�e�a�t� �c�o�u�n�t�r�y�.� �I�n� �m�y� �s�u�b�-�g�r�o�u�p� �t�h�e�r�e� �w�e�r�e� �t�w�e�n�t�y� �g�i�r�l�s�,� �a�n�d� �I� �w�a�s� �o�n�e� �o�f� �t�h�e� �b�e�s�t�.�'�
�
 �
�
 �$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�f�r�e�e�t�r�a�d�e�r�"�]� �=� �'�I�n� �m�y� �c�h�i�l�d�h�o�o�d� �I� �h�a�v�e� �s�e�e�n� �m�a�n�y� �p�l�a�n�e�t�s� �b�u�t� �o�n�l�y� �f�r�o�m� �s�p�a�c�e�.� �L�i�k�e� �a�l�l� �c�h�i�l�d�r�e�n� �o�f� �f�r�e�e� �t�r�a�d�e�r�s�,� �m�y� �s�i�s�t�e�r�s� �a�n�d� �I� �w�e�r�e� �b�r�o�u�g�h�t� �u�p� �d�i�r�e�c�t�l�y� �o�n� �t�h�e� �s�h�i�p�s�,� �w�h�e�r�e� �w�e� �h�a�d� �a�l�l� �t�h�e� �c�o�n�d�i�t�i�o�n�s� �n�e�e�d�e�d� �f�o�r� �a� �c�o�m�f�o�r�t�a�b�l�e� �l�i�f�e�.� �S�p�a�c�e� �f�o�r� �g�a�m�e�s� �w�a�s� �a�l�w�a�y�s� �l�i�m�i�t�e�d�,� �s�o� �w�e� �h�a�d� �f�u�n� �i�n� �v�i�r�t�u�a�l� �r�e�a�l�i�t�y�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�s�t�r�o�f�a�r�m�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �o�w�n�e�d� �a� �l�a�r�g�e� �a�s�t�r�o�f�a�r�m� �i�n� �o�r�b�i�t� �o�f� �i�n�d�u�s�t�r�i�a�l� �c�o�l�o�n�y�.� �W�e� �h�a�d� �d�e�c�e�n�t� �i�n�c�o�m�e�s�,� �a�n�d� �I� �c�o�u�l�d� �p�l�a�y� �a�m�o�n�g� �t�h�e� �g�r�e�e�n�e�r�y� �a�n�d� �n�o�t� �i�n� �a� �c�r�a�p� �a�t�m�o�s�p�h�e�r�e� �o�f� �t�h�e� �p�l�a�n�e�t�.� �I� �s�t�u�d�i�e�d� �b�y� �h�y�p�n�o�f�i�l�m�s�.� �A�n�d�,� �o�f� �c�o�u�r�s�e�,� �h�e�l�p�e�d� �p�a�r�e�n�t�s� �o�n� �t�h�e� �f�a�r�m�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�s�t�e�r�o�i�d�"�]� �=� �'�I� �g�r�e�w� �u�p� �o�n� �a� �s�p�a�c�e� �d�r�i�l�l�i�n�g� �s�t�a�t�i�o�n� �i�n� �t�h�e� �b�e�l�l�y� �o�f� �t�h�e� �a�s�t�e�r�o�i�d� �t�h�a�t� �w�a�s� �r�i�c�h� �w�i�t�h� �i�l�m�e�n�i�t�e� �o�r�e�.� �P�a�r�e�n�t�s� �h�a�d� �n�o� �m�o�n�e�y� �t�o� �s�e�n�d� �m�e� �t�o� �s�t�u�d�y� �o�n� �t�h�e� �p�l�a�n�e�t�.� �T�h�e�r�e� �w�a�s� �a� �f�e�w� �c�h�i�l�d�r�e�n� �o�n� �t�h�e� �a�s�t�e�r�o�i�d� �a�n�d� �e�v�e�n� �l�e�s�s� �p�l�a�c�e�s� �f�o�r� �g�a�m�e�s�.� �I�n� �g�e�n�e�r�a�l�,� �i�t� �w�a�s� �b�o�r�i�n�g�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�s�t�r�o�g�a�t�o�r�"�]� �=� �'�I� �g�r�e�w� �u�p� �w�i�t�h� �m�o�t�h�e�r� �a�n�d� �h�a�d� �s�e�e�n� �f�a�t�h�e�r� �v�e�r�y� �r�a�r�e�l�y�.� �H�e� �w�o�r�k�e�d� �a�s� �a�s�t�r�o�n�a�v�i�g�a�t�o�r� �o�n� �h�y�p�e�r�s�p�a�c�e� �t�r�a�n�s�p�o�r�t�e�r�.� �H�o�w�e�v�e�r�,� �h�e� �c�o�n�t�a�c�t�e�d� �w�i�t�h� �u�s� �a�t� �e�v�e�r�y� �o�p�p�o�r�t�u�n�i�t�y� �t�o� �c�o�m�m�u�n�i�c�a�t�e� �a�n�d� �e�v�e�n� �t�o�l�d� �m�e� �b�e�d�t�i�m�e� �s�t�o�r�i�e�s� �b�y� �v�i�d�e�o�p�h�o�n�e�.� �H�e� �w�a�s� �v�e�r�y� �c�l�e�v�e�r� �a�n�d� �k�i�n�d�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�d�m�i�r�a�l�"�]� �=� �'�I� �g�r�e�w� �u�p� �i�n� �t�h�e� �o�f�f�i�c�e�r� s� �f�a�m�i�l�y�.� �M�y� �f�a�t�h�e�r� �w�a�s� �a� �s�t�a�r�f�l�e�e�t� �c�a�p�t�a�i�n�,� �a�n�d� �g�r�a�n�d�f�a�t�h�e�r� �-� �a�n� �a�d�m�i�r�a�l�.� �F�l�e�e�t� �o�f� �a�l�l� �s�e�c�t�o�r�s� �w�a�s� �s�u�b�o�r�d�i�n�a�t�e�d� �t�o� �m�y� �g�r�a�n�d�f�a�t�h�e�r�.� �I� �w�a�s� �b�r�o�u�g�h�t� �u�p� �i�n� �h�i�s� �h�o�u�s�e� �o�n� �t�h�e� �p�l�a�n�e�t�,� �b�e�c�a�u�s�e� �m�y� �d�a�d� �w�a�s� �a�l�w�a�y�s� �i�n� �d�e�e�p� �s�p�a�c�e�.� �I� �r�e�c�e�i�v�e�d� �m�y� �e�d�u�c�a�t�i�o�n� �i�n� �t�h�e� �b�e�s�t� �p�r�i�v�a�t�e� �s�c�h�o�o�l�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�n�a�n�o�f�a�r�m�a�c�i�s�t�"�]� �=� �'�I� �g�r�e�w� �u�p� �o�n� �a� �g�i�a�n�t� �o�r�b�i�t�a�l� �s�t�a�t�i�o�n�,� �w�h�e�r�e� �m�y� �p�a�r�e�n�t�s� �w�o�r�k�e�d�.� �T�h�e�y� �w�e�r�e� �n�a�n�o�p�h�a�r�m�a�c�o�l�o�g�i�s�t�s� �a�n�d� �d�e�v�e�l�o�p�e�d� �n�e�w� �s�y�m�b�i�d�r�u�g�s� �f�o�r� �t�h�e� �m�i�l�i�t�a�r�y�.� �T�h�e�y� �d�i�d� �n�o�t� �t�r�u�s�t� �t�o� �h�y�p�n�o�c�o�u�r�s�e�s� �a�n�d� �t�a�u�g�h�t� �m�e� �t�h�e�m�s�e�l�v�e�s�.� �A�n�d� �i�n� �g�e�n�e�r�a�l�,� �I� v�e� �a�l�w�a�y�s� �d�r�e�a�m�e�d� �o�f� �l�i�v�i�n�g� �o�n� �a� �p�l�a�n�e�t� �w�i�t�h� �m�o�r�e� �c�h�i�l�d�r�e�n�.�'�
�
-�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�g�e�n�d�e�s�i�g�n�e�r�"�]� �=� �'�M�y� �m�o�m� �r�a�i�s�e�d� �m�e� �b�y� �h�e�r�s�e�l�f� �a�l�o�n�e�.� �I� �d�o� �n�o�t� �e�v�e�n� �k�n�o�w� �w�h�o� �m�y� �f�a�t�h�e�r� �w�a�s�.� �G�i�v�e�n� �w�h�o� �w�a�s� �m�y� �m�o�t�h�e�r�,� �m�a�y�b�e� �t�h�e�r�e� �w�a�s� �n�o� �f�a�t�h�e�r� �a�t� �a�l�l�.� �M�y� �m�o�t�h�e�r� �-� �i�s� �a� �f�a�m�o�u�s� �g�e�n�e�t�i�c� �d�e�s�i�g�n�e�r�.� �S�h�e� �c�r�e�a�t�e�s� �u�n�i�q�u�e� �b�i�o�-�f�o�r�m�s� �f�o�r� �r�i�c�h� �p�e�o�p�l�e� �e�n�t�e�r�t�a�i�n�m�e�n�t�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�s�t�r�o�f�a�r�m�"�]� �=� �'�M�y� �p�a�r�e�n�t�s� �o�w�n�e�d� �a� �l�a�r�g�e� �a�s�t�r�o�f�a�r�m� �o�r�b�i�t�i�n�g� �a�n� �i�n�d�u�s�t�r�i�a�l� �c�o�l�o�n�y�.� �W�e� �h�a�d� �d�e�c�e�n�t� �i�n�c�o�m�e�s�,� �a�n�d� �I� �c�o�u�l�d� �p�l�a�y� �a�m�o�n�g� �t�h�e� �g�r�e�e�n�e�r�y� �a�n�d� �n�o�t� �i�n� �t�h�e� �p�o�l�l�u�t�e�d� �a�t�m�o�s�p�h�e�r�e� �o�f� �t�h�e� �p�l�a�n�e�t�.� �I� �s�t�u�d�i�e�d� �w�i�t�h� �h�y�p�n�o�f�i�l�m�s�.� �A�n�d�,� �o�f� �c�o�u�r�s�e�,� �I� �h�e�l�p�e�d� �m�y� �p�a�r�e�n�t�s� �o�n� �t�h�e� �f�a�r�m�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�s�t�e�r�o�i�d�"�]� �=� �'�I� �g�r�e�w� �u�p� �o�n� �a� �s�p�a�c�e� �d�r�i�l�l�i�n�g� �s�t�a�t�i�o�n� �i�n� �t�h�e� �b�e�l�l�y� �o�f� �a�n� �a�s�t�e�r�o�i�d� �t�h�a�t� �w�a�s� �r�i�c�h� �w�i�t�h� �i�l�m�e�n�i�t�e� �o�r�e�.� �M�y� �p�a�r�e�n�t�s� �h�a�d� �n�o� �m�o�n�e�y� �t�o� �s�e�n�d� �m�e� �t�o� �s�t�u�d�y� �o�n� �t�h�e� �p�l�a�n�e�t�.� �T�h�e�r�e� �w�e�r�e� �f�e�w� �o�t�h�e�r� �c�h�i�l�d�r�e�n� �o�n� �t�h�e� �a�s�t�e�r�o�i�d� �a�n�d� �e�v�e�n� �l�e�s�s� �p�l�a�c�e�s� �f�o�r� �g�a�m�e�s�.� �I�n� �g�e�n�e�r�a�l�,� �i�t� �w�a�s� �b�o�r�i�n�g�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�s�t�r�o�g�a�t�o�r�"�]� �=� �'�I� �g�r�e�w� �u�p� �w�i�t�h� �m�y� �m�o�t�h�e�r� �a�n�d� �s�a�w� �m�y� �f�a�t�h�e�r� �v�e�r�y� �r�a�r�e�l�y�.� �H�e� �w�o�r�k�e�d� �a�s� �a�s�t�r�o�n�a�v�i�g�a�t�o�r� �o�n� �a� �h�y�p�e�r�s�p�a�c�e� �t�r�a�n�s�p�o�r�t�e�r�.� �H�o�w�e�v�e�r�,� �h�e� �c�o�n�t�a�c�t�e�d� �u�s� �a�t� �e�v�e�r�y� �o�p�p�o�r�t�u�n�i�t�y� �t�o� �c�o�m�m�u�n�i�c�a�t�e� �a�n�d� �e�v�e�n� �t�o�l�d� �m�e� �b�e�d�t�i�m�e� �s�t�o�r�i�e�s� �b�y� �v�i�d�e�o�p�h�o�n�e�.� �H�e� �w�a�s� �v�e�r�y� �c�l�e�v�e�r� �a�n�d� �k�i�n�d�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�a�d�m�i�r�a�l�"�]� �=� �'�I� �g�r�e�w� �u�p� �i�n� �a�n� �o�f�f�i�c�e�r� s� �f�a�m�i�l�y�.� �M�y� �f�a�t�h�e�r� �w�a�s� �a� �s�t�a�r�f�l�e�e�t� �c�a�p�t�a�i�n�,� �a�n�d� �m�y� �g�r�a�n�d�f�a�t�h�e�r� �w�a�s� �a�n� �a�d�m�i�r�a�l�.� �T�h�e� �f�l�e�e�t� �o�f� �a�l�l� �s�e�c�t�o�r�s� �w�a�s� �s�u�b�o�r�d�i�n�a�t�e�d� �t�o� �m�y� �g�r�a�n�d�f�a�t�h�e�r�.� �I� �w�a�s� �b�r�o�u�g�h�t� �u�p� �i�n� �h�i�s� �h�o�u�s�e� �o�n� �t�h�e� �p�l�a�n�e�t�,� �b�e�c�a�u�s�e� �m�y� �d�a�d� �w�a�s� �a�l�w�a�y�s� �i�n� �d�e�e�p� �s�p�a�c�e�.� �I� �r�e�c�e�i�v�e�d� �m�y� �e�d�u�c�a�t�i�o�n� �i�n� �t�h�e� �b�e�s�t� �p�r�i�v�a�t�e� �s�c�h�o�o�l�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�n�a�n�o�f�a�r�m�a�c�i�s�t�"�]� �=� �'�I� �g�r�e�w� �u�p� �o�n� �a� �g�i�a�n�t� �o�r�b�i�t�a�l� �s�t�a�t�i�o�n�,� �w�h�e�r�e� �m�y� �p�a�r�e�n�t�s� �w�o�r�k�e�d�.� �T�h�e�y� �w�e�r�e� �n�a�n�o�p�h�a�r�m�a�c�o�l�o�g�i�s�t�s� �a�n�d� �d�e�v�e�l�o�p�e�d� �n�e�w� �s�y�m�b�i�d�r�u�g�s� �f�o�r� �t�h�e� �m�i�l�i�t�a�r�y�.� �T�h�e�y� �d�i�d� �n�o�t� �t�r�u�s�t� �h�y�p�n�o�c�o�u�r�s�e�s� �a�n�d� �t�a�u�g�h�t� �m�e� �t�h�e�m�s�e�l�v�e�s�.� �I� �a�l�w�a�y�s� �d�r�e�a�m�e�d� �o�f� �l�i�v�i�n�g� �o�n� �a� �p�l�a�n�e�t� �w�i�t�h� �m�o�r�e� �c�h�i�l�d�r�e�n�.�'�
�
+�$�f�a�m�i�l�y�_�d�e�s�c�r�i�p�t�i�o�n�[�"�g�e�n�d�e�s�i�g�n�e�r�"�]� �=� �'�M�y� �m�o�m� �r�a�i�s�e�d� �m�e� �b�y� �h�e�r�s�e�l�f� �a�l�o�n�e�.� �I� �d�o� �n�o�t� �e�v�e�n� �k�n�o�w� �w�h�o� �m�y� �f�a�t�h�e�r� �w�a�s�.� �G�i�v�e�n� �w�h�o� �w�a�s� �m�y� �m�o�t�h�e�r�,� �m�a�y�b�e� �t�h�e�r�e� �w�a�s� �n�o� �f�a�t�h�e�r� �a�t� �a�l�l�.� �M�y� �m�o�t�h�e�r� �i�s� �a� �f�a�m�o�u�s� �g�e�n�e�t�i�c� �d�e�s�i�g�n�e�r�.� �S�h�e� �c�r�e�a�t�e�s� �u�n�i�q�u�e� �b�i�o�-�f�o�r�m�s� �f�o�r� �r�i�c�h� �p�e�o�p�l�e� s� �e�n�t�e�r�t�a�i�n�m�e�n�t�.�'�
�
 �
�
 �
�
 �
�
@@ -70413,7 +72147,7 @@
 �$�A:;>=5=85_�<>1[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>10[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>1C[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
-�$�:;0AA_�<>10[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�?5H:0"�
�
+�$�:;0AA_�<>10[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�@O4>2>9"� �&�!� �w�a�s� �"�?5H:0"� �(�p�a�w�n�)�,� �c�h�a�n�g�e�d� �t�o� �b�a�s�i�c� �s�o� �i�t� �d�o�e�s� �n�o�t� �d�i�e� �i�n� �o�n�e� �h�i�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �107>2>5_�74>@>2L5[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �2�0�
�
 �107>20O_�2K=>A;82>ABL[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �2�0�
�
 �107>2K9_�4CE[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �2�0�
�
@@ -70426,8 +72160,16 @@
 �$�0B0:0_�1�_�1>=CA[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�<5B:>ABL'�
�
 �0B0:0_�1�_�4;8B5;L=>ABL[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �3�
�
 �$�0B0:0_�1�_�B5:AB[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x� �d�e�a�l�s� �<�f�o�n�t� �c�o�l�o�r�=�'�p�u�r�p�l�e�'�>�t�h�r�u�s�t�i�n�g�<�/�f�o�n�t�>� �a�t�t�a�c�k� �w�i�t�h� �h�e�r� �b�l�a�d�e�s� �s�i�m�u�l�t�a�n�e�o�u�s�l�y�.�"�
�
+�$�0B0:0_�2�_�B8?[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�1KAB@0O'�
�
+�$�0B0:0_�2�_�B8?_�2@540[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�@C1OI89'�
�
+�$�0B0:0_�2�_�HB@0D[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�@0AA5O==>ABL'�
�
+�$�0B0:0_�2�_�1>=CA[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�@073>='�
�
+�0B0:0_�2�_�4;8B5;L=>ABL[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �3�
�
+�$�0B0:0_�2�_�B5:AB[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x� �<�f�o�n�t� �c�o�l�o�r�=�'�g�r�e�e�n�'�>�r�o�t�a�t�e�s�<�/�f�o�n�t�>� �t�w�o� �b�l�a�d�e�s�,� �r�e�c�a�l�l�i�n�g� �t�h�e� �d�e�a�d�l�y� �m�i�l�l�.�"�
�
 �
�
 �$�A<5@BL[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�D�e�f�e�a�t�e�d� �o�p�p�o�n�e�n�t� �l�i�e�s� �i�n� �a� �p�o�o�l� �o�f� �h�e�r� �o�w�n� �b�l�o�o�d�.�'�
�
+�$�>B:;NG:0[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�B�e�a�t�e�n� �o�p�p�o�n�e�n�t� �l�i�e�s� �o�n� �t�h�e� �s�a�n�d� �o�f� �t�h�e� �a�r�e�n�a� �a�n�d� �c�a�n�n�o�t� �g�e�t� �u�p� �t�o� �c�o�n�t�i�n�u�e� �t�h�e� �f�i�g�h�t�.�'�
�
+�$�153AB2>[�'�d�i�m�a�h�e�r�_�a�'�]� �=� �'�O�p�p�o�n�e�n�t� �d�r�o�p�s� �h�e�r� �w�e�a�p�o�n�s� �a�n�d� �s�u�r�r�e�n�d�e�r�s� �a�t� �m�e�r�c�y� �o�f� �t�h�e� �w�i�n�n�e�r�.�'�
�
 �
�
 �!�D�i�m�a�c�h�a�e�r�u�s� �B� �[�'�d�i�m�a�h�e�r�_�b�'�]�
�
 �$�=0720=85_�<>10[�'�d�i�m�a�h�e�r�_�b�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x�"�
�
@@ -70638,7 +72380,7 @@
 �$�A:;>=5=85_�<>1[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>10[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>1C[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
-�$�:;0AA_�<>10[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�?5H:0"�
�
+�$�:;0AA_�<>10[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�@O4>2>9"� �&�!� �w�a�s� �"�?5H:0"� �(�p�a�w�n�)�,� �c�h�a�n�g�e�d� �t�o� �b�a�s�i�c� �s�o� �i�t� �d�o�e�s� �n�o�t� �d�i�e� �i�n� �o�n�e� �h�i�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �107>2>5_�74>@>2L5[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �2�0�
�
 �107>20O_�2K=>A;82>ABL[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �2�0�
�
 �107>2K9_�4CE[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �2�0�
�
@@ -70651,8 +72393,16 @@
 �$�0B0:0_�1�_�1>=CA[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�@073>='�
�
 �0B0:0_�1�_�4;8B5;L=>ABL[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �3�
�
 �$�0B0:0_�1�_�B5:AB[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x� �<�f�o�n�t� �c�o�l�o�r�=�'�r�e�d�'�>�w�i�t�h� �a� �b�i�g� �s�w�e�e�p�<�/�f�o�n�t�>� �w�h�i�p�s� �y�o�u� �w�i�t�h� �h�e�r� �s�t�e�e�l� �w�h�i�p�.�"�
�
+�$�0B0:0_�2�_�B8?[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�1KAB@0O'�
�
+�$�0B0:0_�2�_�B8?_�2@540[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�@C1OI89'�
�
+�$�0B0:0_�2�_�HB@0D[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�A;01>ABL'�
�
+�$�0B0:0_�2�_�1>=CA[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�15H5=AB2>'�
�
+�0B0:0_�2�_�4;8B5;L=>ABL[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �3�
�
+�$�0B0:0_�2�_�B5:AB[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x� �d�e�a�l�s� �<�f�o�n�t� �c�o�l�o�r�=�'�g�r�e�e�n�'�>�s�w�i�f�t�<�/�f�o�n�t�>� �a�t�t�a�c�k� �w�i�t�h� �h�e�r� �j�a�g�g�e�d� �w�h�i�p�.�"�
�
 �
�
 �$�A<5@BL[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�D�e�f�e�a�t�e�d� �o�p�p�o�n�e�n�t� �l�i�e�s� �i�n� �a� �p�o�o�l� �o�f� �h�e�r� �o�w�n� �b�l�o�o�d�.�'�
�
+�$�>B:;NG:0[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�B�e�a�t�e�n� �o�p�p�o�n�e�n�t� �l�i�e�s� �o�n� �t�h�e� �s�a�n�d� �o�f� �t�h�e� �a�r�e�n�a� �a�n�d� �c�a�n�n�o�t� �g�e�t� �u�p� �t�o� �c�o�n�t�i�n�u�e� �t�h�e� �f�i�g�h�t�.�'�
�
+�$�153AB2>[�'�h�o�p�l�i�t�e�_�a�'�]� �=� �'�O�p�p�o�n�e�n�t� �d�r�o�p�s� �h�e�r� �w�e�a�p�o�n�s� �a�n�d� �s�u�r�r�e�n�d�e�r�s� �a�t� �m�e�r�c�y� �o�f� �t�h�e� �w�i�n�n�e�r�.�'�
�
 �
�
 �!�H�o�p�l�o�m�a�c�h�u�s� �B� �[�'�h�o�p�l�i�t�e�_�b�'�]�
�
 �$�=0720=85_�<>10[�'�h�o�p�l�i�t�e�_�b�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x�"�
�
@@ -70863,7 +72613,7 @@
 �$�A:;>=5=85_�<>1[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>10[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>1C[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
-�$�:;0AA_�<>10[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�?5H:0"�
�
+�$�:;0AA_�<>10[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�@O4>2>9"� �&�!� �w�a�s� �"�?5H:0"� �(�p�a�w�n�)�,� �c�h�a�n�g�e�d� �t�o� �b�a�s�i�c� �s�o� �i�t� �d�o�e�s� �n�o�t� �d�i�e� �i�n� �o�n�e� �h�i�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �107>2>5_�74>@>2L5[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �2�0�
�
 �107>20O_�2K=>A;82>ABL[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �2�0�
�
 �107>2K9_�4CE[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �2�0�
�
@@ -70876,8 +72626,16 @@
 �$�0B0:0_�1�_�1>=CA[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�04@5=0;8='�
�
 �0B0:0_�1�_�4;8B5;L=>ABL[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �3�
�
 �$�0B0:0_�1�_�B5:AB[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x� �c�h�o�p�s� �w�i�t�h� �h�e�r� �s�w�o�r�d� �u�s�i�n�g� �<�f�o�n�t� �c�o�l�o�r�=�'�r�e�d�'�>�a�l�l� �h�e�r� �s�t�r�e�n�g�t�h�<�/�f�o�n�t�>�,� �c�o�m�p�e�n�s�a�t�i�n�g� �t�h�e� �l�a�c�k� �o�f� �s�k�i�l�l�s� �w�i�t�h� �e�x�c�e�s�s� �o�f� �r�a�g�e�.�"�
�
+�$�0B0:0_�2�_�B8?[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�B>G=0O'�
�
+�$�0B0:0_�2�_�B8?_�2@540[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�:>;NI89'�
�
+�$�0B0:0_�2�_�HB@0D[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�A;01>ABL'�
�
+�$�0B0:0_�2�_�1>=CA[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�25@B:>ABL'�
�
+�0B0:0_�2�_�4;8B5;L=>ABL[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �3�
�
+�$�0B0:0_�2�_�B5:AB[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x� �c�o�u�n�t�e�r�s� �y�o�u�r� �a�t�t�a�c�k� �w�i�t�h� �a�n� �<�f�o�n�t� �c�o�l�o�r�=�'�p�u�r�p�l�e�'�>�a�r�t�l�e�s�s�<�/�f�o�n�t�>� �r�i�p�o�s�t�e�,� �c�o�m�p�e�n�s�a�t�i�n�g� �t�h�e� �l�a�c�k� �o�f� �s�k�i�l�l�s� �w�i�t�h� �s�h�e�e�r� �l�u�c�k�.�"�
�
 �
�
 �$�A<5@BL[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�D�e�f�e�a�t�e�d� �o�p�p�o�n�e�n�t� �l�i�e�s� �i�n� �a� �p�o�o�l� �o�f� �h�e�r� �o�w�n� �b�l�o�o�d�.�'�
�
+�$�>B:;NG:0[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�B�e�a�t�e�n� �o�p�p�o�n�e�n�t� �l�i�e�s� �o�n� �t�h�e� �s�a�n�d� �o�f� �t�h�e� �a�r�e�n�a� �a�n�d� �c�a�n�n�o�t� �g�e�t� �u�p� �t�o� �c�o�n�t�i�n�u�e� �t�h�e� �f�i�g�h�t�.�'�
�
+�$�153AB2>[�'�s�e�c�u�t�o�r�_�a�'�]� �=� �'�O�p�p�o�n�e�n�t� �d�r�o�p�s� �h�e�r� �w�e�a�p�o�n�s� �a�n�d� �s�u�r�r�e�n�d�e�r�s� �a�t� �m�e�r�c�y� �o�f� �t�h�e� �w�i�n�n�e�r�.�'�
�
 �
�
 �!�S�e�c�u�t�o�r� �B� �[�'�s�e�c�u�t�o�r�_�b�'�]�
�
 �$�=0720=85_�<>10[�'�s�e�c�u�t�o�r�_�b�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x�"�
�
@@ -71085,10 +72843,10 @@
 �$�020B0@0_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�c�o�n�t�e�n�t�/�p�i�c�/�m�o�b�/�g�l�a�d�i�a�t�o�r�_�k�i�m�e�r�i�a�n�_�1�_�a�v�a�.�p�n�g�"�
�
 �$�A8;CMB_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�c�o�n�t�e�n�t�/�p�i�c�/�m�o�b�/�g�l�a�d�i�a�t�o�r�_�k�i�m�e�r�i�a�n�_�1�.�p�n�g�"�
�
 �$�>?8A0=85_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"� � �[�A�R�E�N�A� �S�U�P�E�R�V�I�S�O�R�]�<�b�r�>�-� �H�e�r� �o�p�p�o�n�e�n�t� �i�s� �s�t�i�l�l� �q�u�i�t�e� �a� �c�h�i�l�d�,� �b�u�t� �s�h�e� �a�c�t�s� �i�n� �a� �h�e�a�v�y� �c�i�m�m�e�r�i�a�n� �s�t�y�l�e�.� �J�u�s�t� �l�o�o�k� �w�h�a�t� �a� �c�u�t�i�e�!� �W�i�l�l� �s�h�e� �b�e� �a�b�l�e� �t�o� �c�o�p�e� �w�i�t�h� �s�u�c�h� �a� �h�u�g�e� �a�x�e�?� �L�e�t� s� �s�e�e�!�"�
�
-�$�A:;>=5=85_�<>1[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
-�$�A:;>=5=85_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
-�$�A:;>=5=85_�<>1C[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
-�$�:;0AA_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�?5H:0"�
�
+�$�A:;>=5=85_�<>1[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�g�i�r�l�"�
�
+�$�A:;>=5=85_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�g�i�r�l�"�
�
+�$�A:;>=5=85_�<>1C[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�g�i�r�l�"�
�
+�$�:;0AA_�<>10[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�@O4>2>9"� �&�!� �w�a�s� �"�?5H:0"� �(�p�a�w�n�)�,� �c�h�a�n�g�e�d� �t�o� �b�a�s�i�c� �s�o� �i�t� �d�o�e�s� �n�o�t� �d�i�e� �i�n� �o�n�e� �h�i�t� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �107>2>5_�74>@>2L5[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �2�0�
�
 �107>20O_�2K=>A;82>ABL[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �2�0�
�
 �107>2K9_�4CE[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �2�0�
�
@@ -71101,8 +72859,16 @@
 �$�0B0:0_�1�_�1>=CA[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�04@5=0;8='�
�
 �0B0:0_�1�_�4;8B5;L=>ABL[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �3�
�
 �$�0B0:0_�1�_�B5:AB[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�G�i�r�l� �w�i�e�l�d�s� �h�e�r� �h�u�g�e� �a�x�e� �<�f�o�n�t� �c�o�l�o�r�=�'�r�e�d�'�>�l�i�k�e� �a� �r�e�e�d�<�/�f�o�n�t�>�.� �F�o�r�t�u�n�a�t�e�l�y�,� �i�t� s� �n�o�t� �a�s� �h�e�a�v�y� �a�s� �i�t� �l�o�o�k�s�.� �B�u�t� �i�t� �i�s� �s�t�i�l�l� �p�o�w�e�r�f�u�l�& "�
�
+�$�0B0:0_�2�_�B8?[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�1KAB@0O'�
�
+�$�0B0:0_�2�_�B8?_�2@540[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�@C1OI89'�
�
+�$�0B0:0_�2�_�HB@0D[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�@0AA5O==>ABL'�
�
+�$�0B0:0_�2�_�1>=CA[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�25@B:>ABL'�
�
+�0B0:0_�2�_�4;8B5;L=>ABL[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �3�
�
+�$�0B0:0_�2�_�B5:AB[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �"�G�i�r�l� �r�o�t�a�t�e�s� �h�e�r� �a�x�e� �i�n� �a� �<�f�o�n�t� �c�o�l�o�r�=�'�g�r�e�e�n�'�>�w�i�d�e�<�/�f�o�n�t�>� �a�r�c�.�"�
�
 �
�
 �$�A<5@BL[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�D�e�f�e�a�t�e�d� �o�p�p�o�n�e�n�t� �l�i�e�s� �i�n� �a� �p�o�o�l� �o�f� �h�e�r� �o�w�n� �b�l�o�o�d�.�'�
�
+�$�>B:;NG:0[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�B�e�a�t�e�n� �o�p�p�o�n�e�n�t� �l�i�e�s� �o�n� �t�h�e� �s�a�n�d� �o�f� �t�h�e� �a�r�e�n�a� �a�n�d� �c�a�n�n�o�t� �g�e�t� �u�p� �t�o� �c�o�n�t�i�n�u�e� �t�h�e� �f�i�g�h�t�.�'�
�
+�$�153AB2>[�'�k�i�m�e�r�i�a�n�_�a�'�]� �=� �'�O�p�p�o�n�e�n�t� �d�r�o�p�s� �h�e�r� �w�e�a�p�o�n�s� �a�n�d� �s�u�r�r�e�n�d�e�r�s� �a�t� �m�e�r�c�y� �o�f� �t�h�e� �w�i�n�n�e�r�.�'�
�
 �
�
 �!�C�i�m�m�e�r�i�a�n� �B� �[�'�k�i�m�e�r�i�a�n�_�b�'�]�
�
 �$�=0720=85_�<>10[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �"�G�l�a�d�i�a�t�r�i�x�"�
�
@@ -71130,7 +72896,7 @@
 �$�0B0:0_�2�_�HB@0D[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �'�@0AA5O==>ABL'�
�
 �$�0B0:0_�2�_�1>=CA[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �'�25@B:>ABL'�
�
 �0B0:0_�2�_�4;8B5;L=>ABL[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �3�
�
-�$�0B0:0_�2�_�B5:AB[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �"�B�l�o�n�d�e� �r�o�t�a�t�e�s� �h�e�r� �a�x�e� �i�n� �a� �<�f�o�n�t� �c�o�l�o�r�=�'�g�r�e�e�n�'�>�w�i�d�e�<�/�f�o�n�t�>� �a�r�c�.�"�
�
+�$�0B0:0_�2�_�B5:AB[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �"�B�l�o�n�d�e� �r�o�t�a�t�e�s� �h�e�r� �t�w�o�-�h�a�n�d�e�d� �w�e�a�p�o�n� �i�n� �a� �<�f�o�n�t� �c�o�l�o�r�=�'�g�r�e�e�n�'�>�w�i�d�e�<�/�f�o�n�t�>� �a�r�c�.�"�
�
 �
�
 �$�A<5@BL[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �'�D�e�f�e�a�t�e�d� �o�p�p�o�n�e�n�t� �l�i�e�s� �i�n� �a� �p�o�o�l� �o�f� �h�e�r� �o�w�n� �b�l�o�o�d�.�'�
�
 �$�>B:;NG:0[�'�k�i�m�e�r�i�a�n�_�b�'�]� �=� �'�B�e�a�t�e�n� �o�p�p�o�n�e�n�t� �l�i�e�s� �o�n� �t�h�e� �s�a�n�d� �o�f� �t�h�e� �a�r�e�n�a� �a�n�d� �c�a�n�n�o�t� �g�e�t� �u�p� �t�o� �c�o�n�t�i�n�u�e� �t�h�e� �f�i�g�h�t�.�'�
�
@@ -71639,10 +73405,10 @@
 �<>48D8:0B>@_�?A8E8G5A:89[�'�c�h�a�m�p�i�o�n�_�v�a�t�i�c�a�n�'�]� �=� �-�5�
�
 �
�
 �!�A�B�S�O�L�U�T�E� �C�H�A�M�P�I�O�N� �[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]�
�
-�$�=0720=85_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�D�o�o�m� �o�f� �A�r�e�n�a�"�
�
+�$�=0720=85_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�D�o�o�m� �o�f� �t�h�e� �A�r�e�n�a�"�
�
 �$�020B0@0_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�c�o�n�t�e�n�t�/�p�i�c�/�m�o�b�/�g�l�a�d�i�a�t�o�r�_�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�_�a�v�a�.�p�n�g�"�
�
 �$�A8;CMB_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�c�o�n�t�e�n�t�/�p�i�c�/�m�o�b�/�g�l�a�d�i�a�t�o�r�_�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�.�p�n�g�"�
�
-�$�>?8A0=85_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"� � �[�A�R�E�N�A� �S�U�P�E�R�V�I�S�O�R�]�<�b�r�>�-� �H�e�r� �o�p�p�o�n�e�n�t� �k�n�o�w�s� �e�v�e�r�y� �r�e�s�i�d�e�n�t� �o�f� �E�t�e�r�n�a�l� �R�o�m�e�.� �S�h�e� �i�s� �s�t�r�o�n�g� �a�n�d� �m�e�r�c�i�l�e�s�s� �l�i�k�e� �a� �d�e�m�o�n� �f�r�o�m� �t�h�e� �u�n�d�e�r�w�o�r�l�d�.� �H�e�r� �a�r�m�o�r� �i�s� �i�n�d�e�s�t�r�u�c�t�i�b�l�e�.� �H�e�r� �w�h�i�p�s�a�w� �b�r�e�a�k�s� �b�o�d�i�e�s� �i�n� �h�a�l�f�.� �W�e� �l�o�v�e� �h�e�r�!� �T�h�i�s� �i�s� �t�h�e� �A�b�s�o�l�u�t�e� �C�h�a�m�p�i�o�n� �-� �D�o�o�m� �o�f� �t�h�e� �A�r�e�n�a�!�"�
�
+�$�>?8A0=85_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"� � �[�A�R�E�N�A� �S�U�P�E�R�V�I�S�O�R�]�<�b�r�>�-� �H�e�r� �o�p�p�o�n�e�n�t� �i�s� �k�n�o�w�n� �t�o� �e�v�e�r�y� �r�e�s�i�d�e�n�t� �o�f� �E�t�e�r�n�a�l� �R�o�m�e�.� �S�h�e� �i�s� �s�t�r�o�n�g� �a�n�d� �m�e�r�c�i�l�e�s�s� �l�i�k�e� �a� �d�e�m�o�n� �f�r�o�m� �t�h�e� �u�n�d�e�r�w�o�r�l�d�.� �H�e�r� �a�r�m�o�r� �i�s� �i�n�d�e�s�t�r�u�c�t�i�b�l�e�.� �H�e�r� �w�h�i�p�s�a�w� �b�r�e�a�k�s� �b�o�d�i�e�s� �i�n� �h�a�l�f�.� �W�e� �l�o�v�e� �h�e�r�!� �T�h�i�s� �i�s� �t�h�e� �A�b�s�o�l�u�t�e� �C�h�a�m�p�i�o�n� �-� �D�o�o�m� �o�f� �t�h�e� �A�r�e�n�a�!�"�
�
 �$�A:;>=5=85_�<>1[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>10[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
 �$�A:;>=5=85_�<>1C[�'�c�h�a�m�p�i�o�n�_�a�b�s�o�l�u�t�e�'�]� �=� �"�o�p�p�o�n�e�n�t�"�
�
@@ -71796,7 +73562,7 @@
 �!�A8;CMB_�<>10 �-� �f�u�l�l� �m�o�b� �s�p�r�i�t�e�;�
�
 �!�>?8A0=85_�<>10 �-� �m�o�b� �d�e�s�c�r�i�p�t�i�o�n�;�
�
 �!�A:;>=5=85_�<>1,� �A:;>=5=85_�<>10,� �A:;>=5=85_�<>1C �-� �d�e�c�l�i�n�a�t�i�o�n�,� �j�u�s�t� �u�s�e� �m�o�b� �n�a�m�e� �f�o�r� �t�h�a�t�;�
�
-�!�:;0AA_�<>10 �-� �m�o�b� �c�l�a�s�s�,� �@O4>2>9 �-� �b�a�s�e� �m�o�b� �w�i�t�h�o�u�t� �s�u�b�e�r�b�,� �M;8B=K9 �-� �h�a�s� �a� �s�u�p�e�r�b�,� �?5H:0 �-� �p�a�w�n�,� �d�i�e�s� �f�r�o�m� �o�n�e� �h�i�t� �i�f� �a�t�t�a�c�k� �h�a�s� �d�o�u�b�l�e�d� �d�a�m�a�g�e�;�
�
+�!�:;0AA_�<>10 �-� �m�o�b� �c�l�a�s�s�,� �@O4>2>9 �-� �b�a�s�e� �m�o�b� �w�i�t�h�o�u�t� �s�u�b�e�r�b� �(�a� �s�p�e�c�i�a�l� �a�t�t�a�c�k�)�,� �M;8B=K9 �-� �h�a�s� �a� �s�u�p�e�r�b�,� �?5H:0 �-� �p�a�w�n�,� �d�i�e�s� �f�r�o�m� �o�n�e� �h�i�t� �i�f� �a�t�t�a�c�k� �h�a�s� �d�o�u�b�l�e�d� �d�a�m�a�g�e�;�
�
 �!�107>2>5_�74>@>2L5 �-� �b�a�s�e� �h�p�,� �107>20O_�2K=>A;82>ABL �-� �b�a�s�e� �s�t�a�m�i�n�a�,� �107>2K9_�4CE �-� �b�a�s�e� �m�o�r�a�l�e�;�
�
 �!�8=B5;;5:B �-� �m�o�b� �A�I�,� �8A:CAAB25==K9_�848>B �a�s� �d�e�f�a�u�l�t�;�
�
 �!�107>2K9_�2@54 �-� �b�a�s�e� �d�a�m�a�g�e�;�
�
@@ -71903,49 +73669,51 @@
 �$�AC?5@C40@_�CA;>285_�?@>B82[�'�@0AA5G5=85'�]� �=� �'�>BACBAB2C5B'�
�
 �
�
 �$�A?5FMDD5:B_�AC?5@C40@0[�'�@0AA5G5=85'�]� �=� �{�
�
-�	�2B>@F5;L �=� �0�
�
-�	�:�i�n�_�l�o�o�p�
�
+�	�f�o�r� �2B>@F5;L �=� �(�B5:CI89 �+� �1�)� �t�o� �:>;8G5AB2>_�2@03>2:�
�
+�	�	�!� �s�e�a�r�c�h� �f�o�r�w�a�r�d�s� �f�r�o�m� �c�u�r�r�e�n�t� �t�a�r�g�e�t�
�
+�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:� �e�x�i�t� �&�!� �b�r�e�a�k� �f�r�o�m� �l�o�o�p� �w�h�e�n� �a� �l�i�v�i�n�g� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �f�o�u�n�d�
�
+�	�e�n�d�
�
 �
�
-�	�i�f� �2B>@F5;L �<� �:>;8G5AB2>_�2@03>2:�
�
-�	�	�2B>@F5;L �+�=� �1�
�
-�	�	�i�f� �2B>@F5;L �!� �B5:CI89:�
�
-�	�	�	�i�f� �2@03[�2B>@F5;L]� �=� �1�:� �j�u�m�p� �'�i�n�_�l�o�o�p�1�'�
�
+�	�i�f� �2@03[�2B>@F5;L]� �=� �0�:�
�
+�	�	�!� �n�o� �v�a�l�i�d� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �w�a�s� �f�o�u�n�d�,� �s�e�a�r�c�h� �b�a�c�k�w�a�r�d�s� �f�r�o�m� �c�u�r�r�e�n�t� �t�a�r�g�e�t�
�
+�	�	�f�o�r� �2B>@F5;L �=� �(�B5:CI89 �-� �1�)� �t�o� �1� �s�t�e�p� �-�1�:�
�
+�	�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:� �e�x�i�t� �&�!� �b�r�e�a�k� �f�r�o�m� �l�o�o�p� �w�h�e�n� �a� �l�i�v�i�n�g� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �f�o�u�n�d�
�
 �	�	�e�n�d�
�
-�	�	�j�u�m�p� �'�i�n�_�l�o�o�p�'�
�
 �	�e�n�d�
�
-�	�:�i�n�_�l�o�o�p�1�
�
 �
�
-�	�a�t�k� �=� �0�
�
-�	�d�e�f� �=� �2B>@F5;L
�
+�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:�
�
+�	�	�!� �b�u�g�f�i�x� �1�:� �m�a�k�e� �s�u�r�e� �w�e� �a�c�t�u�a�l�l�y� �f�o�u�n�d� �a� �l�i�v�i�n�g� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �(�n�o� �m�o�r�e� �d�o�u�b�l�e� �s�t�r�i�k�e� �o�n� �s�i�n�g�l�e� �l�i�v�i�n�g� �e�n�e�m�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�*�2�
�
-�	�$�0B0:0 �=� �'�1KAB@0O'�
�
+�	�	�a�t�k� �=� �0�
�
+�	�	�d�e�f� �=� �2B>@F5;L
�
 �
�
-�	�g�s� �'�@0AAG5B_�2@540'�
�
+�	�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�*�2�
�
+�	�	�$�0B0:0 �=� �'�1KAB@0O'�
�
 �
�
-�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
-�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
-�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
-�	�	�	�4CE_�83@>:0 �+�=� �2�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
+�	�	�g�s� �'�@0AAG5B_�2@540'�
�
 �
�
-�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �!� �'�?5H:0'�:�
�
-�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
+�	�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
+�	�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
+�	�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �2�
�
+�	�	�	�e�n�d�
�
+�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
 �	�	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
+�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
 �	�	�	�i�f� �E@C?:89[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�e�l�s�e�
�
+�	�	�	�!� �b�u�g�f�i�x� �2�:� �d�u�e� �t�o� �o�m�i�t�t�e�d� �e�l�s�e� �c�l�a�u�s�e�,� �w�a�s� �a�p�p�l�y�i�n�g� �t�h�e� �b�e�l�o�w� �d�a�m�a�g�e� �i�n� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �d�a�m�a�g�e� �a�p�p�l�i�e�d� �a�b�o�v�e� �f�o�r� �m�e�n�t�a�l�/�c�r�u�s�h�i�n�g� �w�e�a�p�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �15AA<5@B=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54 � � � �&�!� �b�u�g�f�i�x� �3�:� �w�a�s� �c�h�e�c�k�i�n�g� �c�u�r�r�e�n�t� �e�n�e�m�y� �r�e�s�i�s�t�a�n�c�e� �i�n�s�t�e�a�d� �o�f� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54 � �&�!� �b�u�g�f�i�x� �3�:� �w�a�s� �c�h�e�c�k�i�n�g� �c�u�r�r�e�n�t� �e�n�e�m�y� �r�e�s�i�s�t�a�n�c�e� �i�n�s�t�e�a�d� �o�f� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54 � � � � � � � � �&�!� �b�u�g�f�i�x� �3�:� �w�a�s� �c�h�e�c�k�i�n�g� �c�u�r�r�e�n�t� �e�n�e�m�y� �r�e�s�i�s�t�a�n�c�e� �i�n�s�t�e�a�d� �o�f� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �b�u�g�f�i�x� �4�:� �w�a�s� �i�n�c�o�r�r�e�c�t�l�y� �u�s�i�n�g� �=0=5A5==K9_�2@54[�i�]�/�2� �w�h�e�n� �i� �i�s� �n�o�t� �i�n�i�t�i�a�l�i�z�e�d� �h�e�r�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �15AA<5@B=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�i�f� �157CAB0;8[�$�2@03[�B5:CI89]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�i�f� �15AAB@0H=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �w�a�s� �=0=5A5==K9_�2@54[�i�]�/�2�,� �b�u�g�f�i�x�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�
�
 �	�e�n�d�
�
 �}�
�
 �
�
@@ -72056,57 +73824,40 @@
 �$�AC?5@C40@_�CA;>285_�?@>B82[�'�>3=5==K9_�H0@'�]� �=� �'�>BACBAB2C5B'�
�
 �
�
 �$�A?5FMDD5:B_�AC?5@C40@0[�'�>3=5==K9_�H0@'�]� �=� �{�
�
-�	�2B>@F5;L �=� �0�
�
-�	�?>@065=> �=� �1�
�
-�	�:�i�n�_�l�o�o�p�
�
-�
�
-�	�i�f� �2B>@F5;L �<� �:>;8G5AB2>_�2@03>2:�
�
-�	�	�2B>@F5;L �+�=� �1�
�
-�	�	�i�f� �2B>@F5;L �!� �B5:CI89:�
�
-�	�	�	�i�f� �2@03[�2B>@F5;L]� �=� �1�:�
�
-�	�	�	�	�?>@065=> �+�=� �1�
�
-�	�	�	�	�j�u�m�p� �'�i�n�_�l�o�o�p�1�'�
�
-�	�	�	�e�n�d�
�
-�	�	�e�n�d�
�
-�	�	�j�u�m�p� �'�i�n�_�l�o�o�p�'�
�
-�	�e�n�d�
�
-�	�:�i�n�_�l�o�o�p�1�
�
+�	�!� �s�t�r�i�k�e� �a�l�l� �l�i�v�i�n�g� �e�n�e�m�i�e�s� �(�r�e�w�r�i�t�t�e�n� �a�s� �a� �s�i�n�g�l�e� �l�o�o�p� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�f�o�r� �2B>@F5;L �=� �1� �t�o� �:>;8G5AB2>_�2@03>2:�
�
+�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:�
�
+�	�	�	�!� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �n�o�t� �c�u�r�r�e�n�t� �t�a�r�g�e�t�,� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �a�l�i�v�e�
�
 �
�
-�	�a�t�k� �=� �0�
�
-�	�d�e�f� �=� �2B>@F5;L
�
+�	�	�	�a�t�k� �=� �0�
�
+�	�	�	�d�e�f� �=� �2B>@F5;L
�
 �
�
-�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�
�
-�
�
-�	�g�s� �'�@0AAG5B_�2@540'�
�
+�	�	�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�
�
 �
�
-�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
-�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
-�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
-�	�	�	�4CE_�83@>:0 �+�=� �2�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
+�	�	�	�g�s� �'�@0AAG5B_�2@540'�
�
 �
�
-�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �!� �'�?5H:0'�:�
�
-�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
-�	�	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�	�j�u�m�p� �'�l�o�o�p�4�'�2B>@F5;L
�
-�	�	�e�n�d�
�
-�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
-�	�	�	�i�f� �E@C?:89[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�	�j�u�m�p� �'�l�o�o�p�4�'�
�
+�	�	�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
+�	�	�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
+�	�	�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
+�	�	�	�	�	�4CE_�83@>:0 �+�=� �2�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
+�	�	�	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
+�	�	�	�	�i�f� �E@C?:89[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�i�f� �15AA<5@B=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�	�e�n�d�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �15AA<5@B=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �w�a�s� �=0=5A5==K9_�2@54[�i�]�/�2�,� �b�u�g�f�i�x�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
-�
�
-�	�i�f� �?>@065=> �<� �:>;8G5AB2>_�2@03>2 �-� �?>25@65==K5_�2@038:� �j�u�m�p� �'�i�n�_�l�o�o�p�'�
�
 �}�
�
 �
�
 �!�&, � �[�'�F5?L_�<>;=89'�]�
�
@@ -72122,52 +73873,41 @@
 �$�AC?5@C40@_�CA;>285_�?@>B82[�'�F5?L_�<>;=89'�]� �=� �'�>BACBAB2C5B'�
�
 �
�
 �$�A?5FMDD5:B_�AC?5@C40@0[�'�F5?L_�<>;=89'�]� �=� �{�
�
-�	�j�u�m�p� �'�i�n�_�l�o�o�p�'�
�
-�	�:�i�n�_�l�o�o�p�1�
�
+�	�!� �s�t�r�i�k�e� �l�i�v�i�n�g� �e�n�e�m�i�e�s� �a�d�j�a�c�e�n�t� �t�o� �c�u�r�r�e�n�t� �t�a�r�g�e�t� �(�r�e�w�r�i�t�t�e�n� �a�s� �a� �s�i�n�g�l�e� �l�o�o�p� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�f�o�r� �2B>@F5;L �=� �(�B5:CI89 �-� �1�)� �t�o� �(�B5:CI89 �+� �1�)�:�
�
+�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:�
�
+�	�	�	�!� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �n�o�t� �c�u�r�r�e�n�t� �t�a�r�g�e�t�,� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �a�l�i�v�e�
�
 �
�
-�	�a�t�k� �=� �0�
�
-�	�d�e�f� �=� �2B>@F5;L
�
+�	�	�	�a�t�k� �=� �0�
�
+�	�	�	�d�e�f� �=� �2B>@F5;L
�
 �
�
-�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�*�2�
�
-�	�$�0B0:0 �=� �'�B>G=0O'�
�
+�	�	�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�*�2�
�
+�	�	�	�$�0B0:0 �=� �'�B>G=0O'�
�
 �
�
-�	�g�s� �'�@0AAG5B_�2@540'�
�
+�	�	�	�g�s� �'�@0AAG5B_�2@540'�
�
 �
�
-�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
-�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
-�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
-�	�	�	�4CE_�83@>:0 �+�=� �2�
�
-�	�	�e�n�d�
�
-�	�e�n�d�
�
+�	�	�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
+�	�	�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
+�	�	�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
+�	�	�	�	�	�4CE_�83@>:0 �+�=� �2�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
+�	�	�	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
+�	�	�	�	�i�f� �E@C?:89[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�i�f� �15AA<5@B=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �b�u�g�f�i�x�:� �w�a�s� �=0=5A5==K9_�2@54[�i�]�/�2� �w�h�e�n� �i� �i�s� �n�o�t� �i�n�i�t�i�a�l�i�z�e�d� �h�e�r�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�e�n�d�
�
 �
�
-�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �!� �'�?5H:0'�:�
�
-�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
-�	�	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�	�j�u�m�p� �'�l�o�o�p�4�'�2B>@F5;L
�
 �	�	�e�n�d�
�
-�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
-�	�	�	�i�f� �E@C?:89[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�	�j�u�m�p� �'�l�o�o�p�4�'�
�
-�	�	�e�n�d�
�
-�	�	�i�f� �15AA<5@B=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �w�a�s� �=0=5A5==K9_�2@54[�i�]�/�2�,� �b�u�g�f�i�x�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
-�	�e�n�d�
�
-�
�
-�	�:�i�n�_�l�o�o�p�
�
-�	�2B>@F5;L �=� �B5:CI89+�1�
�
-�	�i�f� �2@03[�2B>@F5;L]� �=� �1�:�
�
-�	�	�j�u�m�p� �'�i�n�_�l�o�o�p�1�'�
�
-�	�e�n�d�
�
-�	�2B>@F5;L �=� �B5:CI89-�1�
�
-�	�i�f� �2@03[�2B>@F5;L]� �=� �1�:�
�
-�	�	�j�u�m�p� �'�i�n�_�l�o�o�p�1�'�
�
 �	�e�n�d�
�
 �}�
�
 �
�
@@ -73636,8 +75376,10 @@
 �	�$�1@>=O �=� �'�157_�1@>=8'�
�
 �e�n�d�
�
 �
�
-�<0:A_�74>@>2L5_�83@>:0 �=� �(�(�m�a�s�t�e�r�_�s�t�r� �*� �1�0�)� �-� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e�)�
�
-�i�f� �c�h�i�m�e�r�a�_�g�e�m�_�o�n� �=� �1�:� �<0:A_�74>@>2L5_�83@>:0 �+�=� �1�0� �+� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�
�
+�&�!� �S�+� �h�e�a�l�t�h�:� �l�o�l�i� �=� �4�0�,� �y�o�u�n�g� �=� �5�0�,� �m�a�t�u�r�e� �=� �6�0�,� �m�a�s�t�e�r� �=� �7�0�
�
+�&�!� �m�a�s�t�e�r� �w�e�a�r�i�n�g� �c�h�i�m�e�r�a� �g�e�m� �r�e�c�o�v�e�r�s� �3�-�1�6� �h�e�a�l�t�h� �a�f�t�e�r� �e�v�e�r�y� �h�i�t� �(�a�m�o�u�n�t� �d�e�r�i�v�e�d� �f�r�o�m� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�,� �e�x�c�l�u�d�i�n�g� �a�l�l�u�r�e�,� �c�h�a�r�i�s�m�a� �a�n�d� �s�l�a�v�e�-�s�p�e�c�i�f�i�c� �f�a�c�t�o�r�s�)�
�
+�
�
+�<0:A_�74>@>2L5_�83@>:0 �=� �m�a�s�t�e�r�_�s�t�r� �*� �1�4� �-� �m�a�s�t�e�r�_�w�o�u�n�d�s�_�r�a�t�e�
�
 �i�f� �<0:A_�74>@>2L5_�83@>:0 �<� �1�:� �<0:A_�74>@>2L5_�83@>:0 �=� �1�
�
 �74>@>2L5_�83@>:0 �=� �<0:A_�74>@>2L5_�83@>:0
�
 �<0:A_�2K=>A;82>ABL_�83@>:0 �=� �5�0� �+� �(�m�a�s�t�e�r�_�e�n�e�r�g�y�*�5�)�
�
@@ -73658,7 +75400,7 @@
 �
�
 �	�<0:A_�74>@>2L5_�83@>:0 �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �*� �1�0� �-� �s�l�a�v�e�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]�
�
 �	�i�f� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �<0:A_�74>@>2L5_�83@>:0 �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�*�1�0�
�
-�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �-�=� �<0:A_�74>@>2L5_�83@>:0/�3�
�
+�	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �-�=� �<0:A_�74>@>2L5_�83@>:0/�5�
�
 �	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �+�=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]�*�2�
�
 �	�i�f� �<0:A_�74>@>2L5_�83@>:0 �<� �1�:� �<0:A_�74>@>2L5_�83@>:0 �=� �1�
�
 �	�74>@>2L5_�83@>:0 �=� �<0:A_�74>@>2L5_�83@>:0
�
@@ -73672,6 +75414,7 @@
 �	�A8;0_�?5@54KH:8 �=� �1�0�
�
 �	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �5�
�
 �	�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �4�0�
�
+�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �5�
�
 �
�
 �	�b�a�s�e�_�s�t�r� �=� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]�
�
 �	�i�f� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �b�a�s�e�_�s�t�r� �=� �(�2�*�b�a�s�e�_�s�t�r�)�/�3� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]�
�
@@ -73691,7 +75434,7 @@
 �
�
 �	�<0:A_�74>@>2L5_�83@>:0 �=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �*� �1�0� �-� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�w�o�u�n�d�s�'�]�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]� �>� �0�:� �<0:A_�74>@>2L5_�83@>:0 �=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�*�1�0�
�
-�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �-�=� �<0:A_�74>@>2L5_�83@>:0/�3�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �-�=� �<0:A_�74>@>2L5_�83@>:0/�5�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�m�i�l�f�_�a�g�e�'�]�:� �<0:A_�74>@>2L5_�83@>:0 �+�=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]�*�2�
�
 �	�i�f� �<0:A_�74>@>2L5_�83@>:0 �<� �1�:� �<0:A_�74>@>2L5_�83@>:0 �=� �1�
�
 �	�74>@>2L5_�83@>:0 �=� �<0:A_�74>@>2L5_�83@>:0
�
@@ -73705,6 +75448,7 @@
 �	�A8;0_�?5@54KH:8 �=� �1�0�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �5�
�
 �	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �4�0�
�
+�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �5�
�
 �
�
 �	�b�a�s�e�_�s�t�r� �=� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]�
�
 �	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �b�a�s�e�_�s�t�r� �=� �(�2�*�b�a�s�e�_�s�t�r�)�/�3� �+� �a�s�s�i�s�t�a�n�t�[�'�g�l�a�d�i�a�t�r�i�x�_�a�f�f�i�n�i�t�y�'�]�
�
@@ -73793,19 +75537,19 @@
 �	�$�0B0:0_�1�_�HB@0D[�'�2>A?8BC5<0O'�]� �=� �'�1>;L'�
�
 �	�$�0B0:0_�1�_�1>=CA[�'�2>A?8BC5<0O'�]� �=� �'�25@B:>ABL'�
�
 �	�0B0:0_�1�_�4;8B5;L=>ABL[�'�2>A?8BC5<0O'�]� �=� �1� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�
�
-�	�$�0B0:0_�1�_�B5:AB[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�i�t�s� �y�o�u� �<�f�o�n�t� �c�o�l�o�r�=�"�p�u�r�p�l�e�"�>�r�i�g�h�t�<�/�f�o�n�t�>� �i�n� �t�h�e� �g�r�o�i�n�'�
�
+�	�$�0B0:0_�1�_�B5:AB[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�i�t�s� �y�o�u� �<�f�o�n�t� �c�o�l�o�r�=�"�p�u�r�p�l�e�"�>�r�i�g�h�t�<�/�f�o�n�t�>� �i�n� �t�h�e� �g�r�o�i�n�'� �+� �i�i�f�(�s�l�a�v�e�_�b�a�s�e�_�d�m�g� �>� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�,� �'� �w�i�t�h� �h�e�r� �w�e�a�p�o�n�'�,� �'�'�)�
�
 �	�$�0B0:0_�2�_�B8?[�'�2>A?8BC5<0O'�]� �=� �'�1KAB@0O'�
�
 �	�$�0B0:0_�2�_�B8?_�2@540[�'�2>A?8BC5<0O'�]� �=� �$�s�l�a�v�e�_�d�m�g�_�t�y�p�e�
�
 �	�$�0B0:0_�2�_�HB@0D[�'�2>A?8BC5<0O'�]� �=� �'�1>;L'�
�
 �	�$�0B0:0_�2�_�1>=CA[�'�2>A?8BC5<0O'�]� �=� �'�15H5=AB2>'�
�
 �	�0B0:0_�2�_�4;8B5;L=>ABL[�'�2>A?8BC5<0O'�]� �=� �1� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�
�
-�	�$�0B0:0_�2�_�B5:AB[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �<�f�o�n�t� �c�o�l�o�r�=�"�g�r�e�e�n�"�>�f�r�e�n�z�i�e�d�l�y�<�/�f�o�n�t�>� �s�h�o�w�e�r�s� �y�o�u� �w�i�t�h� �s�t�r�i�k�e�s�'�
�
+�	�$�0B0:0_�2�_�B5:AB[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �<�f�o�n�t� �c�o�l�o�r�=�"�g�r�e�e�n�"�>�f�r�e�n�z�i�e�d�l�y�<�/�f�o�n�t�>� �s�h�o�w�e�r�s� �y�o�u� �w�i�t�h� �s�t�r�i�k�e�s�'� �+� �i�i�f�(�s�l�a�v�e�_�b�a�s�e�_�d�m�g� �>� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�,� �'� �w�i�t�h� �h�e�r� �w�e�a�p�o�n�'�,� �'�'�)�
�
 �	�$�0B0:0_�3�_�B8?[�'�2>A?8BC5<0O'�]� �=� �'�A8;L=0O'�
�
 �	�$�0B0:0_�3�_�B8?_�2@540[�'�2>A?8BC5<0O'�]� �=� �$�s�l�a�v�e�_�d�m�g�_�t�y�p�e�
�
 �	�$�0B0:0_�3�_�HB@0D[�'�2>A?8BC5<0O'�]� �=� �'�1>;L'�
�
 �	�$�0B0:0_�3�_�1>=CA[�'�2>A?8BC5<0O'�]� �=� �'�04@5=0;8='�
�
 �	�0B0:0_�3�_�4;8B5;L=>ABL[�'�2>A?8BC5<0O'�]� �=� � �1� �+� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�
�
-�	�$�0B0:0_�3�_�B5:AB[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�i�t�s� �y�o�u� �<�f�o�n�t� �c�o�l�o�r�=�"�r�e�d�"�>�w�i�t�h� �a�l�l� �o�f� �h�e�r� �s�t�r�e�n�g�t�h�<�/�f�o�n�t�>�'�
�
+�	�$�0B0:0_�3�_�B5:AB[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �h�i�t�s� �y�o�u� �<�f�o�n�t� �c�o�l�o�r�=�"�r�e�d�"�>�w�i�t�h� �a�l�l� �o�f� �h�e�r� �s�t�r�e�n�g�t�h�<�/�f�o�n�t�>�'� �+� �i�i�f�(�s�l�a�v�e�_�b�a�s�e�_�d�m�g� �>� �s�l�a�v�e�[�'�g�l�a�d�i�a�t�r�i�x�'�]�,� �'� �w�i�t�h� �h�e�r� �w�e�a�p�o�n�'�,� �'�'�)�
�
 �
�
 �	�$�A<5@BL[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �l�y�i�n�g� �o�n� �t�h�e� �f�l�o�o�r� �l�i�f�e�l�e�s�s�.� �L�a�s�t� �b�l�o�w� �w�a�s� �f�a�t�a�l� �f�o�r� �h�e�r�.�'�
�
 �	�$�>B:;NG:0[�'�2>A?8BC5<0O'�]� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �l�y�i�n�g� �u�n�c�o�n�s�c�i�o�u�s�.�'�
�
@@ -73913,7 +75657,7 @@
 �	�2K=>A;82>ABL_�2@030[�i�]� �=� �107>20O_�2K=>A;82>ABL[�$�2@03[�i�]�]�
�
 �	�4CE_�2@030[�i�]� �=� �107>2K9_�4CE[�$�2@03[�i�]�]�
�
 �	�2@54_�2@030[�i�]� �=� �107>2K9_�2@54[�$�2@03[�i�]�]�
�
-�	�A;CG09 �=� �r�a�n�d�(�1�,�3�)�
�
+�	�A;CG09 �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �m�a�s�t�e�r�_�e�n�e�r�g�y� �+� �s�p�a�r�k�s�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�3�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�3�)�
�
 �	�i�f� �A;CG09 �=� �1�:� �$�70I8B0[�i�]� �=� �'�1;>:'�
�
 �	�i�f� �A;CG09 �=� �2�:� �$�70I8B0[�i�]� �=� �'�:>=B@0B0:0'�
�
 �	�i�f� �A;CG09 �=� �3�:� �$�70I8B0[�i�]� �=� �'�C:;>=5=85'�
�
@@ -74034,49 +75778,50 @@
 �	�$�AC?5@C40@_�CA;>285_�?@>B82[�$�AC?5@C40@[�AC?5@]�]� �=� �'�>BACBAB2C5B'�
�
 �
�
 �	�$�A?5FMDD5:B_�AC?5@C40@0[�$�AC?5@C40@[�AC?5@]�]� �=� �{�
�
-�	�	�2B>@F5;L �=� �0�
�
-�	�	�:�i�n�_�l�o�o�p�
�
+�	�	�f�o�r� �2B>@F5;L �=� �(�B5:CI89 �+� �1�)� �t�o� �:>;8G5AB2>_�2@03>2:�
�
+�	�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:� �e�x�i�t� �&�!� �b�r�e�a�k� �f�r�o�m� �l�o�o�p� �w�h�e�n� �f�i�r�s�t� �l�i�v�i�n�g� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �f�o�u�n�d� �(�s�c�a�n� �f�o�r�w�a�r�d�s�)�
�
+�	�	�e�n�d�
�
 �
�
-�	�	�i�f� �2B>@F5;L �<� �:>;8G5AB2>_�2@03>2:�
�
-�	�	�	�2B>@F5;L �+�=� �1�
�
-�	�	�	�i�f� �2B>@F5;L �!� �B5:CI89:�
�
-�	�	�	�	�i�f� �2@03[�2B>@F5;L]� �=� �1�:� �j�u�m�p� �'�i�n�_�l�o�o�p�1�'�
�
+�	�	�i�f� �2@03[�2B>@F5;L]� �=� �0�:�
�
+�	�	�	�!� �n�o� �v�a�l�i�d� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �w�a�s� �f�o�u�n�d�
�
+�	�	�	�f�o�r� �2B>@F5;L �=� �(�B5:CI89 �-� �1�)� �t�o� �1� �s�t�e�p� �-�1�:�
�
+�	�	�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:� �e�x�i�t� �&�!� �b�r�e�a�k� �f�r�o�m� �l�o�o�p� �w�h�e�n� �f�i�r�s�t� �l�i�v�i�n�g� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �i�s� �f�o�u�n�d� �(�s�c�a�n� �b�a�c�k�w�a�r�d�s�)�
�
 �	�	�	�e�n�d�
�
-�	�	�	�j�u�m�p� �'�i�n�_�l�o�o�p�'�
�
 �	�	�e�n�d�
�
-�	�	�:�i�n�_�l�o�o�p�1�
�
 �
�
-�	�	�a�t�k� �=� �0�
�
-�	�	�d�e�f� �=� �2B>@F5;L
�
+�	�	�i�f� �2B>@F5;L �!� �B5:CI89 �a�n�d� �2@03[�2B>@F5;L]� �=� �1�:�
�
+�	�	�	�!� �b�u�g�f�i�x� �1�:� �m�a�k�e� �s�u�r�e� �w�e� �a�c�t�u�a�l�l�y� �f�o�u�n�d� �a� �l�i�v�i�n�g� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �(�n�o� �m�o�r�e� �d�o�u�b�l�e� �s�t�r�i�k�e� �o�n� �s�i�n�g�l�e� �l�i�v�i�n�g� �e�n�e�m�y�)� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �
�
-�	�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�*�2�
�
-�	�	�$�0B0:0 �=� �'�1KAB@0O'�
�
+�	�	�	�a�t�k� �=� �0�
�
+�	�	�	�d�e�f� �=� �2B>@F5;L
�
 �
�
-�	�	�g�s� �'�@0AAG5B_�2@540'�
�
+�	�	�	�2@54_�=0_�@0AAG5B �=� �107>2K9_�2@54[�$�>@C685]�*�2�
�
+�	�	�	�$�0B0:0 �=� �'�1KAB@0O'�
�
 �
�
-�	�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
-�	�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
-�	�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
-�	�	�	�	�4CE_�83@>:0 �+�=� �2�
�
-�	�	�	�e�n�d�
�
-�	�	�e�n�d�
�
+�	�	�	�g�s� �'�@0AAG5B_�2@540'�
�
 �
�
-�	�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �!� �'�?5H:0'�:�
�
-�	�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
+�	�	�	�i�f� �$�:;0AA_�2@030[�2B>@F5;L]� �=� �'�?5H:0'�:�
�
+�	�	�	�	�i�f� �<>48D8:0B>@ �>� �0�:�
�
+�	�	�	�	�	�$�A>AB>O=85[�2B>@F5;L]� �=� �'�?>25@65='�
�
+�	�	�	�	�	�4CE_�83@>:0 �+�=� �2�
�
+�	�	�	�	�e�n�d�
�
+�	�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�?A8E8G5A:89'�:�
�
 �	�	�	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�	�e�n�d�
�
-�	�	�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
+�	�	�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
 �	�	�	�	�i�f� �E@C?:89[�$�2@03[�2B>@F5;L]�]� �=� �1�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
+�	�	�	�e�l�s�e�
�
+�	�	�	�	�!� �b�u�g�f�i�x� �2�:� �d�u�e� �t�o� �o�m�i�t�t�e�d� �e�l�s�e� �c�l�a�u�s�e�,� �w�a�s� �a�p�p�l�y�i�n�g� �t�h�e� �b�e�l�o�w� �d�a�m�a�g�e� �i�n� �a�d�d�i�t�i�o�n� �t�o� �t�h�e� �d�a�m�a�g�e� �a�p�p�l�i�e�d� �a�b�o�v�e� �f�o�r� �m�e�n�t�a�l�/�c�r�u�s�h�i�n�g� �w�e�a�p�o�n�s� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�i�f� �15AA<5@B=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54 � � � �&�!� �b�u�g�f�i�x� �3�:� �w�a�s� �c�h�e�c�k�i�n�g� �c�u�r�r�e�n�t� �e�n�e�m�y� �r�e�s�i�s�t�a�n�c�e� �i�n�s�t�e�a�d� �o�f� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�i�f� �157CAB0;8[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54 � �&�!� �b�u�g�f�i�x� �3�:� �w�a�s� �c�h�e�c�k�i�n�g� �c�u�r�r�e�n�t� �e�n�e�m�y� �r�e�s�i�s�t�a�n�c�e� �i�n�s�t�e�a�d� �o�f� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�2B>@F5;L]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54 � � � � � � � � �&�!� �b�u�g�f�i�x� �3�:� �w�a�s� �c�h�e�c�k�i�n�g� �c�u�r�r�e�n�t� �e�n�e�m�y� �r�e�s�i�s�t�a�n�c�e� �i�n�s�t�e�a�d� �o�f� �s�e�c�o�n�d�a�r�y� �t�a�r�g�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �b�u�g�f�i�x� �4�:� �w�a�s� �i�n�c�o�r�r�e�c�t�l�y� �u�s�i�n�g� �=0=5A5==K9_�2@54[�i�]�/�2� �w�h�e�n� �i� �i�s� �n�o�t� �i�n�i�t�i�a�l�i�z�e�d� �h�e�r�e� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�	�	�e�n�d�
�
-�	�	�	�i�f� �15AA<5@B=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �74>@>2L5_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �157CAB0;8[�$�2@03[�B5:CI89]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�i�f� �15AAB@0H=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �4CE_�2@030[�2B>@F5;L]� �-�=� �=0=5A5==K9_�2@54
�
-�	�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2� �&�!� �w�a�s� �=0=5A5==K9_�2@54[�i�]�/�2�,� �b�u�g�f�i�x�?� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�
�
 �	�	�e�n�d�
�
 �	�}�
�
 �	�$�0B0:0[�0�]� �=� �'�1KAB@0O'�
�
@@ -74498,21 +76243,19 @@
 �	�	�i�f� �B>=:>5_�B5;>[�$�2@03[�B5:CI89]�]� �=� �1�:� �74>@>2L5_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�i�f� �15AAB@0H=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �4CE_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�j�u�m�p� �'�l�o�o�p�4�'�
�
-�	�e�n�d�
�
-�	�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
+�	�e�l�s�e�i�f� �$�B8?_�=0=5A5==>3>_�2@540 �=� �'�4@>1OI89'�:�
�
 �	�	�i�f� �E@C?:89[�$�2@03[�B5:CI89]�]� �=� �1�:� �74>@>2L5_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�i�f� �157CAB0;8[�$�2@03[�B5:CI89]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�i�f� �15AAB@0H=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �4CE_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
 �	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
-�	�	�j�u�m�p� �'�l�o�o�p�4�'�
�
+�	�e�l�s�e�
�
+�	�	�i�f� �15AA<5@B=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �74>@>2L5_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�i�f� �157CAB0;8[�$�2@03[�B5:CI89]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�i�f� �15AAB@0H=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �4CE_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
+�	�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
 �	�e�n�d�
�
-�	�i�f� �15AA<5@B=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �74>@>2L5_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
-�	�i�f� �157CAB0;8[�$�2@03[�B5:CI89]�]� �=� �0�:� �2K=>A;82>ABL_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
-�	�i�f� �15AAB@0H=K9[�$�2@03[�B5:CI89]�]� �=� �0�:� �4CE_�2@030[�B5:CI89]� �-�=� �=0=5A5==K9_�2@54
�
-�	�4CE_�83@>:0 �+�=� �=0=5A5==K9_�2@54/�2�
�
 �e�n�d�
�
-�:�l�o�o�p�4�
�
+�
�
 �i�f� �$�=0;>65=85 �=� �'�A;01>ABL'�:�
�
 �	�i�f� �A;01>ABL[�B5:CI89]� �<�=� �4;8B5;L=>ABL:� �A;01>ABL[�B5:CI89]� �=� �4;8B5;L=>ABL
�
 �	�i�f� �A;01>ABL[�B5:CI89]� �>� �4;8B5;L=>ABL:� �A;01>ABL[�B5:CI89]� �+�=� �1�
�
@@ -74582,11 +76325,13 @@
 �	�	�	�4CE_�2@030[�i�]� �+�=� �=0=5A5==K9_�2@54[�i�]�/�2�
�
 �	�	�	�j�u�m�p� �'�l�o�o�p�2�'�
�
 �	�	�e�n�d�
�
-�	�	�!�V�a�t�i�c�a�n� �C�h�a�m�p�i�o�n� �d�a�m�a�g�e� �b�u�g� �f�i�x�/�h�a�c�k� �-� �c�r�u�s�h�b�o�s�s�
�
-�	�	�i�f� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �1� �a�n�d� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�v�a�t�i�c�a�n�'� �a�n�d� �=0=5A5==K9_�2@54[�i�]� �>� �3�6�:�
�
-�	�	�	�=0=5A5==K9_�2@54[�i�]� �=� �r�a�n�d�(�1�0�,�2�4�)�
�
-�	�	�e�n�d�
�
+�	�	�!�V�a�t�i�c�a�n� �C�h�a�m�p�i�o�n� �d�a�m�a�g�e� �b�u�g� �f�i�x�/�h�a�c�k� �-� �c�r�u�s�h�b�o�s�s� �(�d�i�s�a�b�l�e�d� �b�y� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
+�	�	�!�i�f� �c�h�a�l�l�e�n�g�e�_�t�y�p�e� �=� �1� �a�n�d� �$�g�e� �=� �'�c�h�a�m�p�i�o�n�_�v�a�t�i�c�a�n�'� �a�n�d� �=0=5A5==K9_�2@54[�i�]� �>� �3�6�:�
�
+�	�	�!�	�=0=5A5==K9_�2@54[�i�]� �=� �r�a�n�d�(�1�0�,�2�4�)�
�
+�	�	�!�e�n�d�
�
 �	�	�74>@>2L5_�83@>:0 �-�=� �c�h�e�a�t�_�f�i�g�h�t�_�d�i�f� �*� �=0=5A5==K9_�2@54[�i�]�
�
+�	�	�&�!� �m�a�s�t�e�r� �w�e�a�r�i�n�g� �c�h�i�m�e�r�a� �g�e�m� �r�e�c�o�v�e�r�s� �3�-�1�6� �h�e�a�l�t�h� �a�f�t�e�r� �e�v�e�r�y� �h�i�t� �(�a�m�o�u�n�t� �d�e�r�i�v�e�d� �f�r�o�m� �m�a�s�t�e�r�_�s�u�p�e�r�m�a�c�y�,� �e�x�c�l�u�d�i�n�g� �a�l�l�u�r�e�,� �c�h�a�r�i�s�m�a� �a�n�d� �s�l�a�v�e�-�s�p�e�c�i�f�i�c� �f�a�c�t�o�r�s�)�
�
+�	�	�i�f� �c�h�i�m�e�r�a�_�g�e�m�_�o�n� �=� �1�:� �74>@>2L5_�83@>:0 �=� �m�i�n�(�<0:A_�74>@>2L5_�83@>:0,� �74>@>2L5_�83@>:0 �+� �m�i�n�(�=0=5A5==K9_�2@54[�i�]�,� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �+� �m�a�s�t�e�r�_�s�t�r� �+� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �+� �i�t�e�m�_�s�u�p�e�r�m�a�c�y�_�b�o�n�u�s�)�)� �&�!� �h�e�a�l�i�n�g� �i�s� �c�a�p�p�e�d� �b�y� �m�a�x� �h�e�a�l�t�h� �a�n�d� �b�y� �a�m�o�u�n�t� �o�f� �d�a�m�a�g�e� �r�e�c�e�i�v�e�d�
�
 �	�	�2K=>A;82>ABL_�83@>:0 �-�=� �c�h�e�a�t�_�f�i�g�h�t�_�d�i�f� �*� �=0=5A5==K9_�2@54[�i�]�
�
 �	�	�4CE_�83@>:0 �-�=� �c�h�e�a�t�_�f�i�g�h�t�_�d�i�f� �*� �=0=5A5==K9_�2@54[�i�]�
�
 �	�	�4CE_�2@030[�i�]� �+�=� �=0=5A5==K9_�2@54[�i�]�/�2�
�
@@ -74830,8 +76575,8 @@
 �d�e�f� �=� �0�
�
 �a�t�k� �=� �i�
�
 �
�
-�!�c�h�a�n�g�e� �s�t�a�n�d�
�
-�A;CG09 �=� �r�a�n�d�(�1�,�3�)�
�
+�!�c�h�a�n�g�e� �d�e�f�e�n�s�i�v�e� �s�t�a�n�c�e�
�
+�A;CG09 �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �m�a�s�t�e�r�_�e�n�e�r�g�y� �+� �m�a�s�t�e�r�_�h�a�l�f�_�e�n�e�r�g�y� �+� �s�p�a�r�k�s� �+� �4CE_�2@030[�i�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�3�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�3�)� �u�s�i�n�g� �c�u�r�r�e�n�t� �s�p�i�r�i�t� �v�a�l�u�e� �o�f� �t�h�i�s� �e�n�e�m�y� �a�s� �o�f�f�s�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �i�f� �A;CG09 �=� �1�:� �$�70I8B0[�i�]� �=� �'�1;>:'�
�
 �i�f� �A;CG09 �=� �2�:� �$�70I8B0[�i�]� �=� �'�C:;>=5=85'�
�
 �i�f� �A;CG09 �=� �3�:� �$�70I8B0[�i�]� �=� �'�:>=B@0B0:0'�
�
@@ -74844,12 +76589,12 @@
 �e�n�d�
�
 �
�
 �i�f� �$�:;0AA_�<>10[�$�2@03[�i�]�]� �=� �"�@O4>2>9"�:�
�
-�	�0< �=� �r�a�n�d�(�1�,�2�)�
�
+�	�0< �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �m�a�s�t�e�r�_�e�n�e�r�g�y� �+� �m�a�s�t�e�r�_�h�a�l�f�_�e�n�e�r�g�y� �+� �s�p�a�r�k�s� �+� �4CE_�83@>:0 �+� �4CE_�2@030[�i�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�2�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�2�)� �u�s�i�n�g� �c�u�r�r�e�n�t� �s�p�i�r�i�t� �v�a�l�u�e� �o�f� �d�e�f�e�n�d�e�r� �(�p�l�a�y�e�r�)� �p�l�u�s� �t�h�i�s� �e�n�e�m�y� �a�s� �o�f�f�s�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�n�d�
�
 �
�
 �:�l�o�o�p�
�
 �i�f� �$�:;0AA_�<>10[�$�2@03[�i�]�]� �=� �"�M;8B=K9"�:�
�
-�	�0< �=� �r�a�n�d�(�1�,�3�)�
�
+�	�0< �=� �1� �+� �(�(�4�8�2�7�1� �*� �(�d�a�y� �+� �m�a�s�t�e�r�_�e�n�e�r�g�y� �+� �m�a�s�t�e�r�_�h�a�l�f�_�e�n�e�r�g�y� �+� �s�p�a�r�k�s� �+� �4CE_�83@>:0 �+� �4CE_�2@030[�i�]�)�)� �m�o�d� �6�5�5�3�7�)�/�(�6�5�5�3�7�/�3�)� �&�!� �p�s�e�u�d�o�-�r�a�n�d�(�1�,�3�)� �u�s�i�n�g� �c�u�r�r�e�n�t� �s�p�i�r�i�t� �v�a�l�u�e� �o�f� �d�e�f�e�n�d�e�r� �(�p�l�a�y�e�r�)� �p�l�u�s� �t�h�i�s� �e�n�e�m�y� �a�s� �o�f�f�s�e�t� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �e�n�d�
�
 �
�
 �i�f� �0< �=� �1�:�
�
@@ -76533,7 +78278,7 @@
 �a� �=� �0�
�
 �i�f� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �>� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]�:� �a� �=� �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t� �-� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]�
�
 �i�f� �a� �>� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]�:� �m�a�s�t�e�r�_�m�o�o�d�l�e�t�[�'�p�o�s�_�s�a�t�i�s�f�i�e�d�'�]� �=� �a�
�
-�i�f� �a� �>� �1� �a�n�d� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]� �>� �0�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1�
�
+�i�f� �a� �>� �1� �a�n�d� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]� �>� �0� �a�n�d� �m�a�s�t�e�r�_�s�t�r� �<� �4�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �+�=� �1�
�
 �m�a�s�t�e�r�_�e�x�c�i�t�e�m�e�n�t�_�r�a�t�e� �=� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]�*�1�6�
�
 �a� �=� �0�
�
 �
�
@@ -76552,7 +78297,7 @@
 �	�i�f� �d�e�f�l�o�r�a�t�e�d� �=� �1�:�
�
 �	�	�s�l�a�v�e�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �2�
�
 �	�	�i�f� �i�s�_�p�e�r�v� �!� �0� �a�n�d� �s�l�a�v�e�[�'�a�g�e�'�]� �=� �C�O�N�S�T�_�I�N�T�[�'�l�o�l�i�_�a�g�e�'�]�:� �m�a�s�t�e�r�_�p�e�r�v�_�r�a�t�e� �+�=� �1�0�
�
-�	�	�s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]� �-� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �-� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�
�
+�	�	�i�f� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�'�]� �!� �2�:� �s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �m�a�x�(�0�,� �1� �+� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �-� �s�l�a�v�e�[�'�m�o�r�a�l�'�]�*�2� �-� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]�)�
�
 �	�	�i�f� �s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �>� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�s�l�a�v�e�'�,� �s�l�a�v�e�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]�
�
 �	�e�n�d�
�
 �	�i�f� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]� �>� �0�:�
�
@@ -76562,10 +78307,12 @@
 �	�	�e�n�d�
�
 �	�	�s�l�a�v�e�[�'�n�y�m�p�h�o�m�a�n�i�a�_�x�p�'�]� �+�=� �m�i�n�(�3�,� �(�1� �+� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]�)�/�2�)�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]� �*� �s�l�a�v�e�[�'�a�r�o�u�s�a�l�'�]� �*� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]�
�
+�	�	�s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �m�i�n�(�5�,� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]�)� �&�!� �+�1� �p�e�r� �o�r�g�a�s�m�
�
+�	�	�i�f� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �m�i�n�(�5�,� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]�)�
�
 �	�	�s�l�a�v�e�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �s�l�a�v�e�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
 �	�	�d�y�n�a�m�i�c� �$�s�l�a�v�e�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�e�n�d�
�
-�	�i�f� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]� �>� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]�:� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]�
�
+�	�s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�s�l�a�v�e�[�'�o�r�g�a�s�m�_�t�y�p�e�'�]� �=� �s�e�x�[�'�g�i�r�l�_�o�r�g�a�s�m�_�t�y�p�e�_�c�h�a�n�g�e�'�]�
�
 �	�s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �=� �m�a�x�(�0�,� �s�e�x�[�'�b�a�s�e�_�b�o�n�e�r�'�]� �-� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]�)�
�
 �	�i�f� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �>� �0� �a�n�d� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �>� �0�:� �s�l�a�v�e�[�'�v�i�r�t�u�e�'�]� �+�=� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �&� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �0�
�
@@ -76587,7 +78334,8 @@
 �
�
 �	�i�f� �d�e�f�l�o�r�a�t�e�d� �=� �1�:�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�v�i�r�g�i�n�i�t�y�'�]� �=� �2�
�
-�	�	�a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]� �-� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]� �-� �a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]� �-� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�
�
+�	�	�a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �=� �m�a�x�(�0�,� �1� �+� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]� �-� �a�s�s�i�s�t�a�n�t�[�'�m�o�r�a�l�'�]�*�2� �-� �a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]�)�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]� �>� �0�:� �g�s� �'�$�m�o�o�d�_�d�r�o�p�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �a�s�s�i�s�t�a�n�t�[�'�n�e�g�_�d�e�f�l�o�r�a�t�i�o�n�'�]�
�
 �	�e�n�d�
�
 �	�i�f� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]� �>� �0�:�
�
 �	�	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�n�o�_�o�r�g�a�s�m�_�r�u�l�e�'�]� �>� �0�:�
�
@@ -76596,10 +78344,12 @@
 �	�	�!�e�n�d�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�n�y�m�p�h�o�m�a�n�i�a�_�x�p�'�]� �+�=� �m�i�n�(�3�,� �(�1� �+� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]�)�/�2�)�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�a�r�o�u�s�a�l�'�]� �-�=� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]� �*� �a�s�s�i�s�t�a�n�t�[�'�a�r�o�u�s�a�l�'�]� �*� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]�
�
+�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �+�=� �m�i�n�(�5�,� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]�)� �&�!� �+�1� �p�e�r� �o�r�g�a�s�m�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�t�e�m�p�e�r�'�]� �>� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �m�i�n�(�5�,� �s�e�x�[�'�c�l�i�m�a�x�_�c�o�u�n�t�'�]�)�
�
 �	�	�a�s�s�i�s�t�a�n�t�[�'�c�a�l�o�r�i�e�s�'�]� �-�=� �1� �&� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�t�a�m�i�n�a�'�]� �+�=� �1�
�
 �	�	�d�y�n�a�m�i�c� �$�a�s�s�i�s�t�a�n�t�_�e�n�e�r�g�y�_�d�r�o�p�
�
 �	�e�n�d�
�
-�	�i�f� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]� �>� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�o�r�g�a�s�m�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]�
�
+�	�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �s�e�x�[�'�c�l�i�m�a�x�_�t�o�p�'�]� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�a�s�s�i�s�t�a�n�t�[�'�o�r�g�a�s�m�_�t�y�p�e�'�]� �=� �s�e�x�[�'�g�i�r�l�_�o�r�g�a�s�m�_�t�y�p�e�_�c�h�a�n�g�e�'�]�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �>� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�v�i�r�t�u�e�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�v�i�r�t�u�e�'�]� �+�=� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �&� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �0�
�
 �	�!�i�f� �a�s�s�i�s�t�a�n�t�[�'�v�i�r�t�u�e�'�]� �>� �5�:� �a�s�s�i�s�t�a�n�t�[�'�v�i�r�t�u�e�'�]� �=� �5�
�
@@ -76680,16 +78430,16 @@
 �	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �<� �3�:� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r� �+� �b�o�n�u�s� �+� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]�
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
-�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �1�
�
+�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�c�a�l�i�s�t�h�e�n�i�c�s�'�]� �+�=� �1�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�e�x�h�i�b�i�t�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�e�x�h�i�b�i�t�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�e�x�h�i�b�i�t�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�e�x�h�i�b�i�t�_�x�p�'�]� �+�=� �1�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�e�x�h�i�b�i�t�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�e�x�h�i�b�i�t�_�x�p�'�]� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�s�e�d�u�c�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �1�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
@@ -76697,12 +78447,12 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�e�x�h�i�b�i�t�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�e�x�h�i�b�i�t�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�e�x�h�i�b�i�t�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�e�x�h�i�b�i�t�_�x�p�'�]� �+�=� �1�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�e�x�h�i�b�i�t�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�e�x�h�i�b�i�t�_�x�p�'�]� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�s�e�d�u�c�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �1�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� �1�0�
�
@@ -76726,17 +78476,17 @@
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�s�e�d�u�c�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76744,22 +78494,22 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�s�e�d�u�c�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�s�e�d�u�c�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�s�t�u�r�b�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �<� �3�:� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �s�e�x�[�'�g�i�r�l�_�b�e�a�u�t�y�'�]� �+� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �s�e�x�[�'�g�i�r�l�_�b�e�a�u�t�y�'�]� �+� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� �5�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�a�c�t�i�v�e�_�s�e�d�u�c�e�[�q�u�a�l�i�t�y�]�
�
@@ -76778,13 +78528,13 @@
 �	�e�n�d�
�
 �	�s�k�i�l�l� �=� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�k�i�s�s�'�]�
�
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,� �s�k�i�l�l�)�
�
-�	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �<� �4�:� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �<� �4�:� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �3�:�
�
 �	�	�d�i�f�f� �=� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �+� �(�3� �-� �s�e�x�[�'�g�i�r�l�_�p�a�i�n�'�]�)� �-� �s�e�x�[�'�g�i�r�l�_�n�y�m�p�o�'�]�
�
 �	�	�i�f� �m�a�s�t�e�r�_�o�r�a�l� �>� �d�i�f�f�:�
�
 �	�	�	�s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �+�=� �1�
�
+�	�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76792,7 +78542,7 @@
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�k�i�s�s�'�]� �=� �0�:�
�
 �	�	�	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �>�=� �3�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�k�i�s�s�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �>� �s�l�a�v�e�[�'�s�u�b�_�k�i�s�s�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�k�i�s�s�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �>� �s�l�a�v�e�[�'�s�u�b�_�k�i�s�s�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�k�i�s�s�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76800,7 +78550,7 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�k�i�s�s�'�]� �=� �0�:�
�
 �	�	�	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �>�=� �3�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�k�i�s�s�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�k�i�s�s�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�k�i�s�s�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�k�i�s�s�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�k�i�s�s�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76831,24 +78581,24 @@
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �2� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �3� �-� �s�e�x�[�'�g�i�r�l�_�n�y�m�p�o�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
 �	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �>� �3�:� �m�u�l�t�i�p�l�i�e�r� �+�=� �1�
�
 �	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �>� �4�:� �m�u�l�t�i�p�l�i�e�r� �+�=� �1�
�
-�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r�
�
+�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76856,17 +78606,17 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76889,24 +78639,24 @@
 �
�
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �2� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �3� �-� �s�e�x�[�'�g�i�r�l�_�n�y�m�p�o�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
 �	�i�f� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]� �>� �2�:� �m�u�l�t�i�p�l�i�e�r� �+�=� �1�
�
-�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r�
�
+�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �m�u�l�t�i�p�l�i�e�r�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76914,17 +78664,17 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76946,23 +78696,23 @@
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,� �s�k�i�l�l�)�
�
 �
�
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �2� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �3� �-� �s�e�x�[�'�g�i�r�l�_�n�y�m�p�o�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
-�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �2� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �2� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -76970,17 +78720,17 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -77003,24 +78753,24 @@
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,� �s�k�i�l�l�)�
�
 �
�
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �2� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �3� �-� �s�e�x�[�'�g�i�r�l�_�n�y�m�p�o�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
-�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �3� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �3� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�s�e�x�[�'�c�u�m�_�b�u�i�l�d�u�p�'�]� �+�=� �3�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -77028,17 +78778,17 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -77061,24 +78811,24 @@
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,� �s�k�i�l�l�)�
�
 �
�
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �2� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �3� �-� �s�e�x�[�'�g�i�r�l�_�n�y�m�p�o�'�]� �+� �s�e�x�[�'�g�i�r�l�_�p�e�r�v�e�r�s�i�o�n�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
-�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �4� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �4� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�s�e�x�[�'�c�u�m�_�b�u�i�l�d�u�p�'�]� �+�=� �4�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -77086,17 +78836,17 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�t�o�n�g�u�e�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�t�o�n�g�u�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
@@ -77126,12 +78876,12 @@
 �	�e�n�d�
�
 �
�
 �	�i�f� �b�a�l�a�n�c�e� �<� �0�:� �p�a�i�n�_�d�o�n�e� �=� �1� �&� �s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �=� �0�
�
-�	�i�f� �b�a�l�a�n�c�e� �>� �0� �a�n�d� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �b�a�l�a�n�c�e� �>� �0� �a�n�d� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �b�a�l�a�n�c�e� �=� �0� �a�n�d� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �>� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]�:� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �+�=� �1� �&� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-�=� �1�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �b�a�l�a�n�c�e� �=� �0� �a�n�d� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �>�=� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]�:� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �+�=� �1� �&� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �+�=� �1�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �-�=� �5�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�m�a�s�s�a�g�e�[�i�n�t�e�n�s�i�t�y�]�
�
@@ -77167,7 +78917,7 @@
 �	�i�f� �b�a�l�a�n�c�e� �<� �0�:� �s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �-�=� �2� �&� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �+�=� �1�
�
 �	�i�f� �b�a�l�a�n�c�e� �>� �0�:�
�
 �	�	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �-�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �b�a�l�a�n�c�e� �=� �0�:�
�
@@ -77176,7 +78926,7 @@
 �	�	�	�s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
 �	�	�	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �i�n�t�e�n�s�i�t�y�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �+�=� �1�
�
+�	�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �+�=� �1�
�
 �	�	�	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �i�n�t�e�n�s�i�t�y�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
@@ -77252,7 +79002,7 @@
 �
�
 �	�p�c�_�s�t�i�m�u�l�a�t�i�o�n� �=� �3� �+� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]� �+� �s�e�x�[�'�g�i�r�l�_�t�i�g�h�t�n�e�s�s�'�]� �+� �i�n�t�e�n�s�i�t�y� �-� �f�r�i�c�t�i�o�n� �*� �i�n�t�e�n�s�i�t�y�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �p�c�_�s�t�i�m�u�l�a�t�i�o�n�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �3�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �3�
�
 �
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �-�=� �1�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
@@ -77304,14 +79054,14 @@
 �	�i�f� �b�a�l�a�n�c�e� �<� �0�:�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �-�=� �1�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
 �	�	�d�i�f�f� �-�=� �b�a�l�a�n�c�e�
�
 �	�	�s�e�x�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �b�a�l�a�n�c�e� �>� �0�:�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �-�=� �b�a�l�a�n�c�e�
�
 �	�	�d�i�f�f� �+�=� �b�a�l�a�n�c�e�
�
 �	�e�n�d�
�
@@ -77320,22 +79070,22 @@
 �	�g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �-� �f�r�i�c�t�i�o�n� �+� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]�
�
 �	�i�f� �g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n� �>� �0�:�
�
 �	�	�g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n� �+�=� �i�n�t�e�n�s�i�t�y� �+� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�v�a�g�i�n�a�l�'�]�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�v�a�g�i�n�a�l�"�]�'�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�v�a�g�i�n�a�l�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�v�a�g�i�n�a�l�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�v�a�g�i�n�a�l�"�]�'�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
-�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n�
�
 �
�
 �	�p�c�_�s�t�i�m�u�l�a�t�i�o�n� �=� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�v�a�g�i�n�a�l�'�]� �+� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]� �+� �s�e�x�[�'�g�i�r�l�_�t�i�g�h�t�n�e�s�s�'�]� �+� �i�n�t�e�n�s�i�t�y� �-� �f�r�i�c�t�i�o�n� �*� �i�n�t�e�n�s�i�t�y�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �p�c�_�s�t�i�m�u�l�a�t�i�o�n�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �
�
 �	�s�e�x�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �
�
@@ -77355,13 +79105,25 @@
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�!�d�e�b�u�g�
�
 �	�!�m�s�g� �'�g�i�r�l�_�t�y�p�e� �=� �<�<�g�i�r�l�_�t�y�p�e�>�>�,� �s�e�x�[�"�g�i�r�l�_�t�y�p�e�"�]� �=� �<�<�s�e�x�[�"�g�i�r�l�_�t�y�p�e�"�]�>�>�,� � �$�s�e�x�_�v�a�g�i�n�a�l�[�s�e�x�[�"�g�i�r�l�_�t�y�p�e�"�]�]� �=� �<�<�$�s�e�x�_�v�a�g�i�n�a�l�[�s�e�x�[�"�g�i�r�l�_�t�y�p�e�"�]�]�>�>�'�
�
-�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:�
�
-�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
-�	�	�i�f� �a� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0�:�
�
-�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
-�	�	�i�f� �a� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�i�l�l�'�]� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�i�l�l�'�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�i�l�l�'�]� �=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -77389,14 +79151,14 @@
 �	�i�f� �b�a�l�a�n�c�e� �<� �0�:�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �-�=� �1�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
 �	�	�d�i�f�f� �-�=� �b�a�l�a�n�c�e�
�
 �	�	�s�e�x�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �b�a�l�a�n�c�e� �>� �0�:�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �-�=� �b�a�l�a�n�c�e�
�
 �	�	�d�i�f�f� �+�=� �b�a�l�a�n�c�e�
�
 �	�e�n�d�
�
@@ -77405,11 +79167,11 @@
 �	�g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �-� �f�r�i�c�t�i�o�n� �+� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]�
�
 �	�i�f� �g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n� �>� �0�:�
�
 �	�	�g�i�r�l�_�s�t�i�m�u�l�a�t�i�o�n� �+�=� �i�n�t�e�n�s�i�t�y� �+� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�a�n�a�l�'�]�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�a�n�a�l�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�a�n�a�l�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�a�n�a�l�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�a�n�a�l�"�]�'�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�a�n�a�l�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�a�n�a�l�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�a�n�a�l�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�a�n�a�l�"�]�'�
�
 �	�	�e�n�d�
�
@@ -77418,7 +79180,7 @@
 �
�
 �	�p�c�_�s�t�i�m�u�l�a�t�i�o�n� �=� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�a�n�a�l�'�]� �+� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]� �+� �1� �+� �i�n�t�e�n�s�i�t�y�*�2� �-� �f�r�i�c�t�i�o�n� �*� �i�n�t�e�n�s�i�t�y� �*� �2�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �p�c�_�s�t�i�m�u�l�a�t�i�o�n�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �
�
 �	�s�e�x�[�'�n�y�m�p�h�o�m�a�n�i�a�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �
�
@@ -77434,13 +79196,25 @@
 �	�e�n�d�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�a�s�s�f�u�c�k�_�s�o�u�n�d�[�s�e�x�[�'�g�i�r�l�_�a�g�e�'�]�]�
�
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�a�n�a�l�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
-�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:�
�
-�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
-�	�	�i�f� �a� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
+�	�	�i�f� �s�l�a�v�e�[�'�i�l�l�'�]� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
-�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0�:�
�
-�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
-�	�	�i�f� �a� �>� �s�l�a�v�e�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �0�:� �s�l�a�v�e�[�'�i�l�l�'�]� �=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�i�l�l�'�]� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �m�a�s�t�e�r�_�s�t�r� �a�n�d� �m�a�s�t�e�r�_�i�l�l� �=� �0�:� �m�a�s�t�e�r�_�i�l�l� �=� �1�
�
+�	�	�e�n�d�
�
+�	�	�i�f� �m�a�s�t�e�r�_�i�l�l� �>� �0�:�
�
+�	�	�	�a� �=� �r�a�n�d�(�1�,�6�)�
�
+�	�	�	�i�f� �a� �>� �a�s�s�i�s�t�a�n�t�[�'�s�t�a�m�i�n�a�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�i�l�l�'�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�i�l�l�'�]� �=� �1�
�
+�	�	�e�n�d�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -77467,13 +79241,13 @@
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �<� �2�:� �q�u�a�l�i�t�y� �-�=� �2�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �*� �i�n�t�e�n�s�i�t�y�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�b�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�j�"�]�'�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�j�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�j�"�]�'�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
@@ -77507,7 +79281,7 @@
 �	�	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�d�e�n�y�'� �&� �g�t� �'�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�_�r�e�s�u�l�t�'�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�d�t�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�d�t�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�d�t�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�d�t�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�d�t�"�]�'�
�
 �	�	�i�f� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �-� �3�
�
@@ -77515,7 +79289,7 @@
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �i�n�t�e�n�s�i�t�y� �-� �3�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�d�t�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�d�t�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�d�t�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�d�t�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�d�t�"�]�'�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�t�e�m�p�e�r�'�]� �>� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�i�n�s�t�i�n�c�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �-� �3�
�
@@ -77575,13 +79349,13 @@
 �
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �i�n�t�e�n�s�i�t�y�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
@@ -77614,13 +79388,13 @@
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �<� �2�:� �q�u�a�l�i�t�y� �-�=� �1�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �+� �i�n�t�e�n�s�i�t�y� �-� �f�r�i�c�t�i�o�n�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�j�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
@@ -77654,13 +79428,13 @@
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �<� �2�:� �q�u�a�l�i�t�y� �-�=� �1�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y�*�s�e�x�[�'�g�i�r�l�_�b�o�o�b�s�'�]� �+� �i�n�t�e�n�s�i�t�y� �-� �f�r�i�c�t�i�o�n�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�p�a�i�z�u�r�i�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�p�a�i�z�u�r�i�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�p�a�i�z�u�r�i�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�p�a�i�z�u�r�i�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
@@ -77693,13 +79467,13 @@
 �	�i�f� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �<� �2�:� �q�u�a�l�i�t�y� �-�=� �1�
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �q�u�a�l�i�t�y� �+� �i�n�t�e�n�s�i�t�y� �-� �f�r�i�c�t�i�o�n�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�f�j�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�f�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�f�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�f�j�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �s�l�a�v�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�f�j�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�f�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�f�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�f�j�"�]�'�
�
 �	�	�i�f� �i�n�t�e�n�s�i�t�y� �=� �a�s�s�i�s�t�a�n�t�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
@@ -77722,13 +79496,13 @@
 �
�
 �	�s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n� �+� �i�n�t�e�n�s�i�t�y�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�g�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�g�"�]�'�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
@@ -77758,8 +79532,8 @@
 �	�e�n�d�
�
 �	�i�f� �b�a�l�a�n�c�e� �>� �0�:�
�
 �	�	�s�k�i�l�l� �-�=� �b�a�l�a�n�c�e� �-� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �	�i�f� �s�k�i�l�l� �>� �0�:�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
@@ -77767,7 +79541,7 @@
 �	�e�n�d�
�
 �
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �-�=� �3�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�o�r�a�l�_�r�a�t�e� �+�=� �1�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�o�r�a�l�_�e�x�t�r�a�[�i�n�t�e�n�s�i�t�y�]�
�
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�k�i�s�s�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -77797,14 +79571,14 @@
 �	�	�d�i�f�f� �-�=� �b�a�l�a�n�c�e�
�
 �	�e�n�d�
�
 �	�i�f� �b�a�l�a�n�c�e� �>� �0�:�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�	�d�i�f�f� �+�=� �b�a�l�a�n�c�e�
�
 �	�e�n�d�
�
 �
�
 �	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �m�a�s�t�e�r�_�p�e�t�t�i�n�g� �-� �d�i�f�f�
�
 �
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�p�e�t�t�i�n�g�_�r�a�t�e� �+�=� �1�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �-�=� �5�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� �1�
�
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
@@ -77829,11 +79603,11 @@
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �s�l�a�v�e�[�'�p�r�i�d�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
-�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�e�l�s�e�i�f� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
@@ -77842,16 +79616,16 @@
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�h�u�m�i�l�i�a�t�i�o�n�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�i�f� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �>� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
-�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�	�e�l�s�e�i�f� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�	�m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �	�	�e�n�d�
�
 �	�e�n�d�
�
 �
�
-�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �s�e�x�[�'�g�i�r�l�_�e�g�o�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �s�e�x�[�'�g�i�r�l�_�e�g�o�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �1�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�a�b�u�s�e�_�e�x�t�r�a�[�i�n�t�e�n�s�i�t�y�]�
�
@@ -77880,32 +79654,32 @@
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�m�a�z�o�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�a� �=� �i�n�t�e�n�s�i�t�y� �+� �s�l�a�v�e�[�'�p�r�i�d�e�'�]�
�
-�	�	�i�f� �a� �>� �5� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �a� �-� �5�
�
-�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�	�i�f� �a� �>� �5� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �a� �-� �5�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�m�a�z�o�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
 �	�	�a� �=� �i�n�t�e�n�s�i�t�y� �+� �a�s�s�i�s�t�a�n�t�[�'�p�r�i�d�e�'�]�
�
-�	�	�i�f� �a� �>� �5� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �a� �-� �5�
�
-�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�	�i�f� �a� �>� �5� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �a� �-� �5�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
 �	�s�e�x�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �
�
-�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �i�n�t�e�n�s�i�t�y�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�s�l�a�p�_�e�x�t�r�a�[�i�n�t�e�n�s�i�t�y�]�
�
-�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�s�l�a�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�s�l�a�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�l�a�p�_�s�o�u�n�d�
�
 �e�n�d�
�
 �
�
@@ -77926,20 +79700,20 @@
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�m�a�z�o�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
-�	�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �s�l�a�v�e�[�'�t�e�m�p�e�r�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�e�n�d�
�
 �
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�'�]� �=� �0�:�
�
 �	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �1�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�m�a�z�o�"�]�'�
�
 �	�	�e�l�s�e�
�
-�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
+�	�	�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�m�a�z�o�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�e�n�d�
�
-�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
-�	�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �a�s�s�i�s�t�a�n�t�[�'�t�e�m�p�e�r�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]�
�
+�	�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �a�s�s�i�s�t�a�n�t�[�'�e�g�o�'�]� �>�=� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�:� �m�a�s�t�e�r�_�d�o�m�i�n�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �i�n�t�e�n�s�i�t�y� �*� �a�s�s�i�s�t�a�n�t�[�'�t�e�m�p�e�r�'�]� �-� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]�
�
 �	�e�n�d�
�
 �
�
 �	�s�e�x�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
@@ -77948,7 +79722,7 @@
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �1�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�b�i�t�e�_�e�x�t�r�a�[�i�n�t�e�n�s�i�t�y�]�
�
-�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�s�l�a�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�s�l�a�p�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�b�a�t�t�e�r�i�n�g�/�'�,� �'�a�n�y�_�a�g�e�'�)�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�b�i�t�e�
�
 �e�n�d�
�
 �
�
@@ -77966,12 +79740,12 @@
 �
�
 �	�s�e�x�[�'�e�y�e�s�_�b�o�u�n�d�'�]� �=� �1�
�
 �	�s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-�=� �1�
�
-�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �+�=� �1�
�
+�	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �+�=� �1�
�
 �	�i�f� �d�i�l�i�g�e�n�c�e� �<�=� �0�:� �s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �-�=� �1�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�t�e�m�p�e�r�'�]� �-�=� �1�
�
 �
�
 �	�s�e�x�[�'�d�a�r�k�n�e�s�s�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �
�
@@ -78013,11 +79787,11 @@
 �	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �a�n�d� �m�a�s�t�e�r�_�b�o�n�d�a�g�e� �>� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
 �	�i�f� �d�i�l�i�g�e�n�c�e� �<�=� �0�:� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �+�=� �1�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �1�
�
 �
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�e�g�o�'�]� �-�=� �1�
�
 �
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�b�o�n�d�a�g�e�_�r�a�t�e� �+�=� �1�
�
 �
�
 �	�s�e�x�[�'�d�e�p�r�i�v�a�t�i�o�n�_�a�t�t�i�t�u�d�e�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �
�
@@ -78058,7 +79832,7 @@
 �	�s�e�x�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �t�a�k�e� �t�h�e� �m�e�t�a�l� �c�l�a�m�p�s� �c�o�n�n�e�c�t�e�d� �b�y� �a� �c�h�a�i�n� �a�n�d� �a�t�t�a�c�h� �t�h�e�m� �t�o� �h�e�r� �n�i�p�p�l�e�s�.� �T�h�i�s� �w�i�l�l� �b�e� �q�u�i�t�e� �p�a�i�n�f�u�l�,� �b�u�t� �w�i�t�h� �t�h�e� �r�i�g�h�t� �a�t�t�i�t�u�d�e� �a�r�o�u�s�a�l� �w�i�l�l� �g�r�o�w�.�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�l�a�m�p�s�[�1�]�
�
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �2�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
@@ -78072,7 +79846,7 @@
 �	�s�e�x�[�'�c�l�a�m�p�s�'�]� �=� �0�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �r�e�m�o�v�e� �t�h�e� �m�e�t�a�l� �c�l�a�m�p�s� �f�r�o�m� �h�e�r� �n�i�p�p�l�e�s�.� �S�o�m�e�t�i�m�e�s� �r�e�m�o�v�i�n�g� �t�h�e� �c�l�a�m�p�s� �i�s� �e�v�e�n� �m�o�r�e� �p�a�i�n�f�u�l� �t�h�a�n� �a�t�t�a�c�h�m�e�n�t�,� �b�u�t� �t�h�i�s� �b�r�i�n�g�s� �a� �s�p�e�c�i�a�l� �r�e�l�i�e�f�.�'�
�
-�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�c�l�a�m�p�s�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�c�l�a�m�p�s�[�2�]�
�
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �1�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �-�=� �1�
�
@@ -78092,14 +79866,14 @@
 �	�e�l�s�e�
�
 �	�	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1� �&� �s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �1�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�d�a�g�g�e�r�
�
@@ -78113,7 +79887,7 @@
 �!�H�o�t� �w�a�x�
�
 �i�f� �s�e�x�_�i�n�t�e�r�a�c�t�i�o�n� �=� �2�5�:�
�
 �	�$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�f�o�r�e�p�l�a�y�'�
�
-�	�p�a�i�n�f�u�l�l� �=� �1�
�
+�	�p�a�i�n�f�u�l� �=� �1�
�
 �	�a� �=� �s�e�x�[�'�g�i�r�l�_�f�e�a�r�'�]� �+� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�i�f� �a� �>�=� �6� �a�n�d� �s�e�x�[�'�g�i�r�l�_�m�a�s�o�c�h�i�s�m�'�]� �<� �1�:�
�
 �	�	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �=� �0�
�
@@ -78125,10 +79899,10 @@
 �	�e�n�d�
�
 �
�
 �	�s�e�x�[�'�m�a�s�o�c�h�i�s�m�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�t�o�r�t�u�r�e�_�r�a�t�e� �+�=� �1�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�w�a�x�
�
-�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�w�a�x�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�'�)�
�
+�	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�w�a�x�'�,� �'�g�i�r�l�s�/�t�o�r�t�u�r�e�_�s�c�e�n�e�s�/�t�o�r�t�u�r�e�_�i�n�s�t�r�u�m�e�n�t�s�/�'�)�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�s�o�f�t�_�p�a�i�n�[�s�e�x�[�'�g�i�r�l�_�a�g�e�'�]�]�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� � �1�
�
 �	�s�e�x�[�'�p�c�_�e�n�e�r�g�y�'�]� �-�=� �2�
�
@@ -78149,9 +79923,9 @@
 �	�s�e�x�[�'�e�n�e�m�a�'�]� �=� �1�
�
 �	�s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �-�=� �1�
�
 �	�i�f� �d�i�l�i�g�e�n�c�e� �>� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �a�n�d� �m�a�s�t�e�r�_�f�e�t�i�s�h� �>� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �+�=� �1� �&� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �+�=� �1� �&� �m�a�s�t�e�r�_�m�e�d�i�c�_�r�a�t�e� �+�=� �1�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�e�n�e�m�a�
�
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�e�n�e�m�a�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�$�p�l�a�y�_�s�o�u�n�d�[�1�]� �=� �$�m�o�a�n�[�s�e�x�[�'�g�i�r�l�_�a�g�e�'�]�]�
�
@@ -78194,18 +79968,18 @@
 �	�e�l�s�e�
�
 �	�	�i�f� �s�e�x�[�'�g�i�r�l�_�p�e�r�v�e�r�s�i�o�n�'�]� �>� �0� �a�n�d� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �m�a�s�t�e�r�_�f�e�t�i�s�h�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�p�i�s�s�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�p�i�s�s�"�]�'�
�
 �	�	�s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�p�i�s�s�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�p�i�s�s�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�p�i�s�s�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�p�i�s�s�"�]�'�
�
 �	�	�a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
 �	�e�n�d�
�
 �	�s�e�x�[�'�p�e�r�v�e�r�s�i�o�n�_�r�e�v�e�a�l�e�d�'�]� �=� �1�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �m�a�s�t�e�r�_�f�e�t�i�s�h�_�r�a�t�e� �+�=� �1�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �+�=� �1� �+� �s�e�x�[�'�g�i�r�l�_�s�u�b�_�p�i�s�s�'�]� �+� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�u�r�i�n�a�t�i�o�n�[�s�e�x�[�'�g�i�r�l�_�s�u�b�_�p�i�s�s�'�]�]�
�
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�u�r�i�n�e�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
@@ -78231,19 +80005,19 @@
 �	�	�s�e�x�[�'�g�i�r�l�_�o�p�e�n�m�i�n�d�'�]� �-�=� �1�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �-�=� �1�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&�a�s�s�i�s�t�a�n�t�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&� �s�l�a�v�e�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �-�=� �1� �&� �a�s�s�i�s�t�a�n�t�[�'�m�a�s�o�c�h�i�s�m�_�x�p�'�]� �+�=� �1�
�
 �	�e�l�s�e�
�
 �	�	�i�f� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1� �&� �s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�s�e�n�s�i�t�i�v�i�t�y�'�]�
�
 �	�	�i�f� �s�e�x�[�'�g�i�r�l�_�m�a�s�o�c�h�i�s�m�'�]� �>� �0� �a�n�d� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �<� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�s�e�n�s�i�t�i�v�i�t�y�'�]� �+�=� �1�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �>� �0�:� �s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�a�n�a�l�_�s�t�r�e�t�c�h�"�]�'�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�a�n�a�l�_�s�t�r�e�t�c�h�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�n�a�l�_�s�t�r�e�t�c�h�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�a�n�a�l�_�s�t�r�e�t�c�h�"�]�'�
�
 �	�e�n�d�
�
@@ -78276,7 +80050,7 @@
 �	�	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,�s�e�x�[�'�g�i�r�l�_�s�u�b�_�a�n�a�l�'�]�)�
�
 �	�e�n�d�
�
 �	�s�e�x�[�'�c�l�i�m�a�x�_�b�u�i�l�d�u�p�'�]� �+�=� �q�u�a�l�i�t�y�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�:� �m�a�s�t�e�r�_�p�e�n�e�t�r�a�t�i�o�n�_�r�a�t�e� �+�=� �1�
�
 �	�s�e�x�[�'�c�u�m�_�p�l�e�a�s�u�r�e�'�]� �=� �s�e�x�[�'�p�c�_�b�o�n�e�r�'�]�*�3� �+� �s�e�x�[�'�p�c�_�e�x�c�i�t�e�m�e�n�t�_�s�t�a�t�e�'�]�*�3�
�
 �	�s�e�x�[�'�p�c�_�i�n�t�e�r�e�s�t�'�]� �-�=� �5�
�
 �	�s�e�x�[�'�g�i�r�l�_�e�n�e�r�g�y�'�]� �-�=� �3�
�
@@ -78294,13 +80068,13 @@
 �	�d�i�s�g�u�s�t�i�n�g� �=� �1�
�
 �	�d�y�n�a�m�i�c� �$�s�e�x�_�d�i�l�i�g�e�n�c�e�
�
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,�s�e�x�[�'�g�i�r�l�_�s�u�b�_�b�j�'�]�)�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�b�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�j�"�]�'�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �2�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�j�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�j�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�j�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�j�"�]�'�
�
 �	�e�n�d�
�
@@ -78325,13 +80099,13 @@
 �	�d�i�s�g�u�s�t�i�n�g� �=� �1�
�
 �	�d�y�n�a�m�i�c� �$�s�e�x�_�d�i�l�i�g�e�n�c�e�
�
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,�s�e�x�[�'�g�i�r�l�_�s�u�b�_�b�u�k�k�a�k�e�'�]�)�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�'�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �m�a�s�t�e�r�_�f�e�t�i�s�h�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�'�
�
 �	�e�n�d�
�
@@ -78356,13 +80130,13 @@
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�p�a�i�z�u�r�i�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�c�u�m�_�n�e�c�k�
�
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,�s�e�x�[�'�g�i�r�l�_�s�u�b�_�b�u�k�k�a�k�e�'�]�)�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�'�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�'�
�
 �	�e�n�d�
�
@@ -78396,13 +80170,13 @@
 �	�$�b�g�_�p�a�t�h� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�p�i�c�'�,� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]�,� �'�a�n�a�l�s�e�x�'�,� �'�g�i�r�l�s�/�s�e�x�_�s�c�e�n�e�s�/�'�)�
�
 �	�$�t�e�x�t�[�1�]� �=� �$�s�e�x�_�c�u�m�_�b�a�c�k�
�
 �	�q�u�a�l�i�t�y� �=� �m�i�n� �(�d�i�l�i�g�e�n�c�e�,�s�e�x�[�'�g�i�r�l�_�s�u�b�_�b�u�k�k�a�k�e�'�]�)�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�l�a�v�e�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �>� �0�:� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �s�l�a�v�e�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�s�l�a�v�e�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�'�
�
 �	�e�n�d�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
-�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �a�s�s�i�s�t�a�n�t�_�r�a�t�e�[�'�p�r�i�d�e�'�]� �-�=� �1�
�
+�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'� �a�n�d� �s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0� �a�n�d� �d�i�l�i�g�e�n�c�e� �>� �0�:�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �>� �0�:� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�_�x�p�'�]� �+�=� �s�e�x�[�'�g�i�r�l�_�a�t�t�e�n�t�i�o�n�'�]� �-� �2�
�
 �	�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�s�u�b�_�b�u�k�k�a�k�e�'�]� �=� �0�:� �$�r�i�s�e�_�s�k�i�l�l� �=� �'�a�s�s�i�s�t�a�n�t�[�"�s�u�b�_�b�u�k�k�a�k�e�"�]�'�
�
 �	�e�n�d�
�
@@ -78430,12 +80204,12 @@
 �e�n�d�
�
 �
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�f�o�r�e�p�l�a�y�'�:�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]� �-�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]� �-�=� �1�
�
 �	�d�y�n�a�m�i�c� �'�<�<�$�r�i�s�e�_�s�k�i�l�l�>�>� �+�=� �1�'�
�
 �e�n�d�
�
 �
�
 �i�f� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �=� �'�p�e�n�e�t�r�a�t�i�o�n�'�:�
�
-�	�i�f� �s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �=� �0�:� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]� �-�=� �1�
�
+�	�i�f� �s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �=� �0�:� �s�e�x�[�'�g�i�r�l�_�n�e�w�n�e�s�s�'�]� �-�=� �1�
�
 �	�d�y�n�a�m�i�c� �'�<�<�$�r�i�s�e�_�s�k�i�l�l�>�>� �+�=� �1�'�
�
 �e�n�d�
�
 �
�
@@ -78456,17 +80230,17 @@
 �
�
 �i�f� �s�e�x�[�"�c�l�i�m�a�x�_�f�o�r�c�e�"�]� �>� �0�:�
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:�
�
-�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �1�
�
+�	�	�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�s�l�a�v�e�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�e�n�d�
�
 �	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:�
�
-�	�	�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �1�
�
+�	�	�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�e�n�t�l�e�'�]� �=� �m�a�x�(�a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�g�e�n�t�l�e�'�]�,� �2�)�
�
 �	�e�n�d�
�
 �	�i�f� �s�e�x�[�"�c�l�i�m�a�x�_�f�o�r�c�e�"�]� �=� �1�:�
�
 �	�	�$�t�e�x�t�[�]� �=� �$�s�e�x�_�o�r�g�a�s�m�_�c�l�i�t�o�r�a�l�
�
 �	�	�s�e�x�[�'�g�i�r�l�_�e�x�c�i�t�e�m�e�n�t�'�]� �=� �1�
�
 �	�	�s�e�x�[�"�c�l�i�m�a�x�_�b�u�i�l�d�u�p�"�]� �=� �0�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
-�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �=� �1�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�'�:� �s�l�a�v�e�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
+�	�	�i�f� �$�s�e�x�[�'�p�a�r�t�n�e�r�'�]� �=� �'�a�s�s�i�s�t�a�n�t�'�:� �a�s�s�i�s�t�a�n�t�[�'�p�o�s�_�o�r�g�a�s�m�'�]� �+�=� �1� �&�!� �m�o�o�d�l�e�t� �e�x�p�o�n�e�n�t�i�a�l�l�y� �d�e�c�a�y�s� �i�n� �n�e�x�t�_�d�a�y� �-�I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�
�
 �	�e�n�d�
�
 �	�i�f� �s�e�x�[�"�c�l�i�m�a�x�_�f�o�r�c�e�"�]� �=� �2�:�
�
 �	�	�$�t�e�x�t�[�]� �=� �$�s�e�x�_�o�r�g�a�s�m�_�d�e�e�p�
�
@@ -78485,8 +80259,8 @@
 �	�s�e�x�[�"�c�l�i�m�a�x�_�f�o�r�c�e�"�]� �=� �0�
�
 �e�n�d�
�
 �
�
-�s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
-�s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�[�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�]� �+�=� �1�
�
+�s�e�x�_�d�o�n�e�_�t�o�d�a�y�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
+�s�e�x�_�d�o�n�e�_�t�h�i�s�p�e�r�s�o�n�[�$�s�t�r�(�s�e�x�_�i�n�t�e�r�a�c�t�i�o�n�)�]� �+�=� �1�
�
 �
�
 �i�f� �s�e�x�[�"�p�c�_�i�n�t�e�r�e�s�t�"�]� �<�=� �0� �a�n�d� �$�i�n�t�e�r�a�c�t�i�o�n�_�t�y�p�e� �!� �'�e�j�a�c�u�l�a�t�e�'�:�
�
 �	�$�t�e�x�t�[�]� �=� �'� � �A�t� �s�o�m�e� �p�o�i�n�t� �y�o�u� �r�e�a�l�i�z�e� �t�h�a�t� �y�o�u� �a�r�e� �i�n�s�a�n�e�l�y� �s�i�c�k� �o�f� �i�t�.� �W�h�y� �s�t�a�n�d� �o�n� �c�e�r�e�m�o�n�y� �w�i�t�h� �h�e�r� �a�n�d� �t�r�y� �t�o� �d�e�l�i�v�e�r� �s�o�m�e� �f�u�n�?� �Y�o�u� �s�h�o�u�l�d� �h�a�v�e� �j�u�s�t� �c�u�m� �i�n� �a� �h�u�r�r�y�,� �b�u�t� �n�o�w� �y�o�u� �d�o�n� t� �e�v�e�n� �f�e�e�l� �l�i�k�e� �i�t�.�'�
�
@@ -79312,7 +81086,7 @@
 �*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�b�g�\�g�u�i�l�d�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �
�
 �i�f� �l�e�c�t�u�r�e� �=� �0�:�
�
-�	�$�t�e�x�t�[�1�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�8�B�0�A�5�0�"�>�-� �G�a�u�d�e�t�e�!� �I� m� �M�i�s�t�r�e�s�s� �A�n�g�e�l�i�k�a�.� �T�h�e� �c�o�u�n�c�i�l� �o�f� �G�u�i�l�d� �M�a�s�t�e�r�s� �h�a�s� �g�i�v�e�n� �m�e� �t�h�e� �h�o�n�o�r� �t�o� �t�r�a�i�n� �a�n�d� �c�e�r�t�i�f�y� �b�e�g�i�n�n�e�r�s�.� �W�h�a�t� �i�s� �y�o�u�r� �n�a�m�e�?�<�/�f�o�n�t�>�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�8�B�0�A�5�0�"�>�-� �G�a�u�d�e�t�e�!� �I� �a�m� �M�i�s�t�r�e�s�s� �A�n�g�e�l�i�k�a�.� �T�h�e� �c�o�u�n�c�i�l� �o�f� �G�u�i�l�d� �M�a�s�t�e�r�s� �h�a�s� �g�i�v�e�n� �m�e� �t�h�e� �h�o�n�o�r� �t�o� �t�r�a�i�n� �a�n�d� �c�e�r�t�i�f�y� �b�e�g�i�n�n�e�r�s�.� �W�h�a�t� �i�s� �y�o�u�r� �n�a�m�e�?�<�/�f�o�n�t�>�'�
�
 �	�$�t�e�x�t�[�2�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�1�9�1�9�7�0�"�>�-� �M�y� �n�a�m�e� �i�s� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �I� �h�a�v�e� �l�o�n�g� �d�r�e�a�m�e�d� �a�b�o�u�t� �t�h�i�s� �m�o�m�e�n�t�.�<�/�f�o�n�t�>�'�
�
 �	�$�t�e�x�t�[�3�]� �=� �'�M�i�s�t�r�e�s�s� �A�n�g�e�l�i�k�a� �c�h�e�c�k�s� �t�h�e� �l�i�s�t� �a�n�d� �n�o�d�s�.� �<�b�r�>�'� �+� �_�
�
 �	�'�<�f�o�n�t� �c�o�l�o�r�=�"�#�8�B�0�A�5�0�"�>�-� �I�t� �i�n�d�i�c�a�t�e�s� �h�e�r�e� �t�h�a�t� �y�o�u� �h�a�v�e� �a�l�r�e�a�d�y� �f�u�l�l�y� �p�a�i�d� �t�h�e� �e�n�t�r�y� �f�e�e�,� �<�<�$�m�a�s�t�e�r�_�n�a�m�e�>�>�.� �G�o�o�d�.� �B�u�t� �c�o�n�s�i�d�e�r� �t�h�i�s�:� �w�e� �w�i�l�l� �n�o�t� �t�o�l�e�r�a�t�e� �b�l�a�c�k� �s�h�e�e�p� �i�n� �o�u�r� �g�u�i�l�d�,� �n�o� �m�a�t�t�e�r� �h�o�w� �m�u�c�h� �t�h�e�y� �p�a�y�.� �T�h�e� �h�o�n�o�r� �o�f� �o�u�r� �o�r�g�a�n�i�z�a�t�i�o�n� �i�s� �p�a�r�a�m�o�u�n�t�.�<�/�f�o�n�t�>�'�
�
@@ -79365,27 +81139,27 @@
 �i�f� �l�e�c�t�u�r�e� �=� �2�:�
�
 �	�$�t�e�x�t�[�]� �=� �'�A� �r�e�b�e�l�l�i�o�u�s� �s�l�a�v�e� �i�s� �a� �c�o�m�p�l�e�t�e� �p�u�n�i�s�h�m�e�n�t� �f�o�r� �t�h�e� �m�a�s�t�e�r�.� �O�n�e� �o�f� �t�h�e� �m�o�s�t� �i�m�p�o�r�t�a�n�t� �t�a�s�k�s� �o�f� �a�n�y� �t�r�a�i�n�e�r� �i�s� �u�n�q�u�e�s�t�i�o�n�e�d� �o�b�e�d�i�e�n�c�e�.� �T�h�i�s� �i�s� �t�h�e� �o�n�l�y� �w�a�y� �t�h�a�t� �y�o�u� �c�a�n� �d�o� �f�u�r�t�h�e�r� �t�r�a�i�n�i�n�g� �e�f�f�e�c�t�i�v�e�l�y� �a�n�d� �g�e�t� �a� �d�e�c�e�n�t� �r�a�t�i�n�g�.�'�
�
 �	�$�t�e�x�t�[�]� �=� �'�T�h�e� �s�l�a�v�e� s� �w�i�l�l�i�n�g�n�e�s�s� �t�o� �o�b�e�y� �d�e�p�e�n�d�s� �o�n� �a� �v�a�r�i�e�t�y� �o�f� �f�a�c�t�o�r�s�.� �I�t� �i�s� �i�m�p�o�r�t�a�n�t� �t�o� �k�n�o�w� �a�l�l� �o�f� �t�h�e�m� �a�n�d� �u�n�d�e�r�s�t�a�n�d� �h�o�w� �p�o�s�i�t�i�v�e� �f�a�c�t�o�r�s� �c�a�n� �b�e� �p�r�o�d�u�c�e�d� �a�n�d� �m�a�i�n�t�a�i�n�e�d�.� �L�i�s�t�e�n� �c�a�r�e�f�u�l�l�y�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�T�h�e� �f�i�r�s�t� �t�h�i�n�g� �t�h�a�t� �c�o�m�e�s� �t�o� �m�i�n�d�:� �f�e�a�r�.� �Y�o�u� �c�a�n� �d�o� �a�n�y�t�h�i�n�g� �y�o�u� �w�a�n�t� �w�i�t�h� �a� �s�l�a�v�e�.� �I�n� �m�o�s�t� �c�a�s�e�s� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�i�f�f�i�c�u�l�t� �t�o� �i�n�t�i�m�i�d�a�t�e� �h�e�r� �u�s�i�n�g� �p�a�i�n�,� �a�b�u�s�e� �a�n�d� �v�i�o�l�e�n�c�e�.� �W�e� �w�e�r�e� �a�b�l�e� �t�o� �c�a�l�c�u�l�a�t�e� �t�h�a�t� �t�h�e� �a�v�e�r�a�g�e� �m�o�t�i�v�a�t�i�o�n� �o�f� �f�e�a�r� �i�s� �a�l�m�o�s�t� �t�w�i�c�e� �a�s� �s�t�r�o�n�g� �a�s� �a�n�y� �o�t�h�e�r�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�I�t� �s�h�o�u�l�d� �h�o�w�e�v�e�r� �b�e� �r�e�m�e�m�b�e�r�e�d� �t�h�a�t� �f�e�a�r� �h�a�s� �i�t�s� �p�i�t�f�a�l�l�s�.� �F�i�r�s�t�l�y�,� �y�o�u� �h�a�v�e� �t�o� �b�e� �c�a�r�e�f�u�l� �w�i�t�h� �p�u�n�i�s�h�m�e�n�t�s�,� �s�o� �a�s� �n�o�t� �t�o� �c�a�u�s�e� �i�r�r�e�p�a�r�a�b�l�e� �p�h�y�s�i�c�a�l� �h�a�r�m� �t�o� �t�h�e� �g�i�r�l�.� �B�u�t� �e�v�e�n� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �i�s� �n�o�t� �t�o� �d�a�m�a�g�e� �h�e�r� �m�i�n�d�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�W�h�e�n�e�v�e�r� �y�o�u� �p�u�n�i�s�h� �a� �s�l�a�v�e�,� �s�h�e� �w�i�l�l� �n�o�t� �o�n�l�y� �s�t�a�r�t� �t�o� �f�e�a�r� �y�o�u�,� �b�u�t� �h�e�r� �d�i�s�s�a�t�i�s�f�a�c�t�i�o�n� �w�i�l�l� �a�l�s�o� �g�r�o�w�.� �T�h�i�s� �i�s� �a� �d�i�r�e�c�t� �w�a�y� �t�o� �d�r�i�v�e� �a� �s�l�a�v�e� �i�n�t�o� �a� �d�e�e�p� �d�e�p�r�e�s�s�i�o�n�.� �W�i�t�h�o�u�t� �p�o�s�i�t�i�v�e� �m�o�t�i�v�a�t�i�o�n�,� �t�r�a�i�n�i�n�g� �a� �s�l�a�v�e� �w�i�l�l� �b�e� �v�e�r�y� �d�i�f�f�i�c�u�l�t� �b�e�c�a�u�s�e� �h�e�r� �f�e�a�r� �a�n�d� �s�e�l�f�-�p�i�t�y� �w�i�l�l� �s�t�o�p� �t�h�e� �g�i�r�l� �f�r�o�m� �f�o�c�u�s�i�n�g� �o�n� �h�e�r� �t�r�a�i�n�i�n�g�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�B�e�s�i�d�e�s� �l�o�w�e�r�i�n�g� �h�e�r� �m�o�o�d�,� �f�e�a�r� �h�a�s� �a�n� �a�d�d�i�t�i�o�n�a�l� �d�a�r�k� �s�i�d�e�.� �W�e� �c�a�l�l� �i�t� �a�n�g�s�t� �o�r� �d�e�s�p�a�i�r�.� �A�n�g�s�t� �-� �a� �d�e�s�t�r�u�c�t�i�v�e� �t�e�r�r�o�r� �e�m�a�n�a�t�i�n�g� �f�r�o�m� �a� �m�i�s�u�n�d�e�r�s�t�a�n�d�i�n�g� �a�n�d� �r�e�j�e�c�t�i�o�n� �o�f� �f�e�a�r�.� �I�f� �a� �s�l�a�v�e� �g�e�t�s� �p�u�n�i�s�h�e�d� �w�i�t�h�o�u�t� �f�e�e�l�i�n�g� �g�u�i�l�t�,� �o�r� �i�f� �t�h�e� �i�n�t�e�n�s�i�t�y� �o�f� �p�u�n�i�s�h�m�e�n�t� �e�x�c�e�e�d�s� �t�h�e� �d�e�g�r�e�e� �o�f� �g�u�i�l�t� �s�h�e� �f�e�e�l�s� �-� �h�e�r� �a�n�g�s�t� �i�n�e�v�i�t�a�b�l�y� �g�r�o�w�s�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�A� �s�e�n�s�i�t�i�v�e� �g�i�r�l� �m�a�y� �f�a�l�l� �i�n�t�o� �a�n�g�s�t� �s�i�m�p�l�y� �b�e�c�a�u�s�e� �o�f� �h�e�r� �b�a�d� �m�o�o�d�.� �W�h�e�n� �a� �s�l�a�v�e� �i�s� �e�x�t�r�e�m�e�l�y� �g�e�n�t�l�e�,� �f�e�a�r� �a�n�d� �a�n�g�s�t� �w�i�l�l� �l�e�a�d� �h�e�r� �t�o� �d�e�p�r�e�s�s�i�o�n� �f�a�s�t�e�r�.� �W�h�e�n�e�v�e�r� �y�o�u� �c�o�n�s�i�d�e�r� �p�u�n�i�s�h�i�n�g� �y�o�u�r� �s�l�a�v�e�,� �d�o� �n�o�t� �o�n�l�y� �c�o�n�s�i�d�e�r� �t�h�e� �d�e�g�r�e�e� �o�f� �h�e�r� �g�u�i�l�t�,� �b�u�t� �a�l�s�o� �h�e�r� �s�e�n�s�i�t�i�v�i�t�y�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�A�n�g�s�t� �d�e�s�t�r�o�y�s� �p�e�r�s�o�n�a�l�i�t�y�.� �U�n�d�e�r� �i�t�s� �i�n�f�l�u�e�n�c�e� �a� �s�l�a�v�e� �b�e�g�i�n�s� �t�o� �l�o�s�e� �h�e�r� �t�e�m�p�e�r�a�m�e�n�t� �a�n�d� �s�e�l�f�-�c�o�n�f�i�d�e�n�c�e�,� �g�r�a�d�u�a�l�l�y� �b�r�e�a�k�i�n�g� �h�e�r� �w�i�l�l�.� �I�n� �t�h�e� �e�a�r�l�y� �s�t�a�g�e�s� �i�t� �c�a�n� �h�e�l�p�,� �b�u�t� �i�n� �t�h�e� �e�n�d� �i�t� �w�i�l�l� �o�n�l�y� �l�o�w�e�r� �h�e�r� �r�a�t�i�n�g�.� �B�e� �c�a�r�e�f�u�l�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�T�o� �g�e�t� �r�i�d� �o�f� �a�n�g�s�t�,� �t�r�y� �t�o� �e�n�s�u�r�e� �t�h�a�t� �y�o�u�r� �s�l�a�v�e� �i�s� �e�l�a�t�e�d�.� �S�a�t�i�s�f�i�e�d� �g�i�r�l�s� �w�i�l�l� �g�r�a�d�u�a�l�l�y� �f�o�r�g�e�t� �t�h�e�i�r� �a�n�g�s�t�.� �R�e�w�a�r�d�i�n�g� �h�e�r� �w�i�t�h� �t�i�m�e� �f�o�r� �h�e�r�s�e�l�f� �c�a�n� �h�e�l�p� �a�l�s�o�.� �I�n� �a�d�d�i�t�i�o�n�,� �w�i�t�h� �a� �g�o�o�d� �m�o�o�d� �i�t� �w�i�l�l� �b�e� �m�u�c�h� �e�a�s�i�e�r� �t�o� �l�e�a�r�n� �n�e�w� �m�a�t�e�r�i�a�l� �a�n�d� �s�h�e� �w�i�l�l� �c�o�n�c�e�n�t�r�a�t�e� �m�o�r�e� �d�u�r�i�n�g� �t�r�a�i�n�i�n�g�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�A�t� �t�h�e� �s�a�m�e� �t�i�m�e�,� �a� �s�l�a�v�e� �t�h�a�t� �i�s� �s�a�t�i�s�f�i�e�d� �w�i�t�h� �l�i�f�e� �w�i�l�l� �q�u�i�c�k�l�y� �f�o�r�g�e�t� �a�b�o�u�t� �h�e�r� �f�e�a�r�,� �m�e�a�n�i�n�g� �t�h�a�t� �y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �d�e�v�e�l�o�p� �o�t�h�e�r� �s�o�u�r�c�e�s� �o�f� �r�e�s�p�e�c�t� �s�o� �t�h�a�t� �s�h�e� �o�b�e�y�s� �y�o�u�.� �N�a�m�e�l�y�:� �h�a�b�i�t�,� �i�n�s�t�i�n�c�t�,� �a�w�a�r�e�n�e�s�s� �a�n�d� �d�e�v�o�t�i�o�n�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�L�e�t� s� �s�t�a�r�t� �w�i�t�h� �h�a�b�i�t�.� �I�t� �i�s� �n�o� �s�e�c�r�e�t� �t�h�a�t� �p�e�o�p�l�e� �c�a�n� �o�b�e�y� �o�r�d�e�r�s� �j�u�s�t� �b�e�c�a�u�s�e� �t�h�e�y� �a�r�e� �u�s�e�d� �t�o� �d�o�i�n�g� �i�t�.� �E�v�e�r�y� �t�i�m�e� �a� �s�l�a�v�e� �o�b�e�y�s� �y�o�u�r� �i�n�s�t�r�u�c�t�i�o�n�s� �a�n�d� �r�u�l�e�s�,� �h�e�r� �h�a�b�i�t� �o�f� �s�l�a�v�e�r�y� �s�l�i�g�h�t�l�y� �i�n�c�r�e�a�s�e�s�.� �G�r�a�d�u�a�l�l�y�,� �t�h�e� �s�l�a�v�e� �w�i�l�l� �j�u�s�t� �f�o�r�g�e�t� �t�h�a�t� �s�h�e� �o�n�c�e� �w�a�s� �f�r�e�e�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�W�h�i�l�e� �b�o�o�s�t�i�n�g� �t�h�e� �d�e�v�e�l�o�p�m�e�n�t� �o�f� �h�a�b�i�t�s� �i�s� �d�i�f�f�i�c�u�l�t�,� �t�r�y� �t�o� �b�e� �s�t�r�i�c�t� �t�o�w�a�r�d�s� �y�o�u�r� �s�l�a�v�e�,� �i�t� �w�i�l�l� �s�p�e�e�d� �u�p� �t�h�e� �p�r�o�c�e�s�s�.� �A� �p�r�o�u�d� �p�e�r�s�o�n�a�l�i�t�y� �w�i�l�l� �d�e�v�e�l�o�p� �h�a�b�i�t�s� �s�l�o�w�l�y�,� �b�u�t� �h�a�b�i�t�s� �a�l�s�o� �g�r�a�d�u�a�l�l�y� �m�a�k�e� �t�h�e�m� �l�o�s�e� �t�h�e�i�r� �p�r�i�d�e�.� �T�h�e� �s�a�m�e� �i�s� �t�r�u�e� �f�o�r� �h�u�m�i�l�i�a�t�i�o�n�,� �o�f� �c�o�u�r�s�e�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�A� �g�o�o�d� �f�o�u�n�d�a�t�i�o�n� �f�o�r� �o�b�e�d�i�e�n�c�e� �i�s� �a� �r�a�t�i�o�n�a�l� �u�n�d�e�r�s�t�a�n�d�i�n�g� �o�f� �t�h�e� �s�l�a�v�e� s� �p�o�s�i�t�i�o�n�.� �T�r�y� �t�o� �e�x�p�l�a�i�n� �t�o� �t�h�e� �s�l�a�v�e� �t�h�a�t� �l�o�y�a�l�t�y� �w�i�l�l� �b�e� �r�e�w�a�r�d�e�d�,� �a�n�d� �t�h�a�t� �r�e�s�i�s�t�a�n�c�e� �w�i�l�l� �l�e�a�d� �t�o� �i�n�e�v�i�t�a�b�l�e� �p�u�n�i�s�h�m�e�n�t�.� �R�a�t�i�o�n�a�l� �a�w�a�r�e�n�e�s�s� �p�r�o�m�o�t�e�s� �o�b�e�d�i�e�n�c�e�,� �b�u�t� �a� �s�t�r�o�n�g� �w�i�l�l� �a�n�d� �p�r�i�d�e� �c�a�n� �i�n�t�e�r�f�e�r�e� �w�i�t�h� �a�c�c�e�p�t�i�n�g� �h�e�r� �f�a�t�e�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�R�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e� �c�a�n� �b�e� �a�c�h�i�e�v�e�d� �n�o�t� �o�n�l�y� �b�y� �d�i�r�e�c�t� �s�u�b�o�r�d�i�n�a�t�i�o�n�,� �b�u�t� �a�l�s�o� �t�h�r�o�u�g�h� �r�e�a�s�o�n�a�b�l�e� �r�e�w�a�r�d�s�.� �B�y� �r�e�w�a�r�d�i�n�g� �a� �s�l�a�v�e�,� �y�o�u� �d�o� �n�o�t� �j�u�s�t� �i�m�p�r�o�v�e� �h�e�r� �m�o�o�d�,� �y�o�u� �a�l�s�o� �m�a�k�e� �h�e�r� �r�e�a�l�i�z�e� �t�h�a�t� �o�b�e�d�i�e�n�t� �b�e�h�a�v�i�o�r� �l�e�a�d�s� �t�o� �g�o�o�d� �t�r�e�a�t�m�e�n�t�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�B�e� �e�x�t�r�e�m�e�l�y� �c�a�r�e�f�u�l� �t�h�o�u�g�h�.� �R�e�w�a�r�d�i�n�g� �a� �s�l�a�v�e� �b�e�y�o�n�d� �h�e�r� �m�e�r�i�t�s� �c�a�n� �m�a�k�e� �h�e�r� �s�p�o�i�l�e�d�.� �A� �s�p�o�i�l�e�d� �s�l�a�v�e� �i�s� �l�e�s�s� �c�o�n�t�r�o�l�l�a�b�l�e� �a�n�d� �w�i�l�l� �a�l�w�a�y�s� �r�e�q�u�i�r�e� �s�o�m�e� �k�i�n�d� �o�f� �p�o�s�i�t�i�v�e� �i�n�c�e�n�t�i�v�e�.� �O�t�h�e�r�w�i�s�e�,� �s�h�e� �w�i�l�l� �s�t�a�r�t� �t�o� �g�e�t� �u�p�s�e�t� �a�n�d� �f�a�l�l� �i�n�t�o� �d�e�s�p�a�i�r�.� �T�o� �c�o�r�r�e�c�t� �t�h�i�s�,� �y�o�u� �m�u�s�t� �n�o�t� �h�e�s�i�t�a�t�e� �t�o� �p�u�t� �h�e�r� �i�n� �h�e�r� �p�l�a�c�e�.� �D�o� �n�o�t� �r�e�w�a�r�d� �e�v�e�r�y� �a�c�t� �o�f� �c�o�m�p�l�i�a�n�c�e�,� �a�s� �t�h�i�s� �a�l�s�o� �l�e�a�d�s� �t�o� �s�p�o�i�l�i�n�g�.� �I�t� �i�s� �b�e�s�t� �t�o� �g�i�v�e� �r�e�w�a�r�d�s� �n�o� �m�o�r�e� �t�h�a�n� �o�n�c�e� �o�r� �t�w�i�c�e� �e�a�c�h� �d�a�y�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�I�n� �a�d�d�i�t�i�o�n� �t�o� �r�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e�,� �t�h�e�r�e� �i�s� �a�l�s�o� �i�n�s�t�i�n�c�t�i�v�e� �o�b�e�d�i�e�n�c�e�,� �w�h�e�n� �y�o�u�r� �s�l�a�v�e� �s�u�b�c�o�n�s�c�i�o�u�s�l�y� �f�e�e�l�s� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y� �a�n�d� �s�t�r�i�v�e�s� �t�o� �p�l�e�a�s�e� �y�o�u�.� �L�e�s�s� �t�e�m�p�e�r�a�m�e�n�t�a�l� �p�e�o�p�l�e� �a�r�e� �m�o�r�e� �p�r�o�n�e� �t�o� �t�h�i�s� �t�y�p�e� �o�f� �o�b�e�d�i�e�n�c�e�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�T�o� �d�e�v�e�l�o�p� �a� �s�l�a�v�e� s� �i�n�s�t�i�n�c�t� �y�o�u� �c�a�n� �u�s�e� �p�u�n�i�s�h�m�e�n�t�s�.� �W�h�e�n� �n�o�n�-�c�o�m�p�l�i�a�n�c�e� �c�a�u�s�e�s� �p�a�i�n�,� �o�b�e�d�i�e�n�c�e� �w�i�l�l� �b�e�c�o�m�e� �a� �r�e�f�l�e�x�.� �A�n�o�t�h�e�r� �w�a�y� �t�o� �d�e�v�e�l�o�p� �i�n�s�t�i�n�c�t�i�v�e� �o�b�e�d�i�e�n�c�e� �i�s� �u�s�i�n�g� �s�e�x�u�a�l� �d�e�s�i�r�e�.� �P�e�o�p�l�e� �a�r�e� �s�u�b�c�o�n�s�c�i�o�u�s�l�y� �d�r�a�w�n� �t�o� �t�h�e� �s�o�u�r�c�e� �o�f� �p�l�e�a�s�u�r�e�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�W�h�i�l�e� �p�u�n�i�s�h�i�n�g� �a� �s�l�a�v�e� �b�e�y�o�n�d� �h�e�r� �u�n�d�e�r�s�t�a�n�d�i�n�g� �c�a�u�s�e�s� �a�n�g�s�t�,� �i�f� �y�o�u� �p�u�n�i�s�h� �h�e�r� �t�o�o� �l�i�g�h�t�l�y�,� �s�h�e� �m�a�y� �g�r�o�w� �s�p�o�i�l�e�d�.� �I�f� �y�o�u� �n�e�g�l�e�c�t� �t�o� �p�u�n�i�s�h� �h�e�r� �a�n�d� �s�h�e� �d�i�s�o�b�e�y�s� �y�o�u� �a�g�a�i�n�,� �h�e�r� �i�n�s�t�i�n�c�t�i�v�e� �o�b�e�d�i�e�n�c�e� �w�i�l�l� �i�n�e�v�i�t�a�b�l�y� �w�e�a�k�e�n�.� �B�u�t� �i�f� �y�o�u� �g�i�v�e� �h�e�r� �a� �n�e�w� �t�a�s�k�,� �a�n�d� �s�h�e� �p�e�r�f�o�r�m�s� �i�t� �d�i�l�i�g�e�n�t�l�y�,� �h�e�r� �f�e�e�l�i�n�g� �o�f� �m�e�r�i�t� �w�i�l�l� �r�e�d�u�c�e� �h�e�r� �g�u�i�l�t�.� �W�h�i�l�e� �i�t� �i�s� �b�e�s�t� �n�o�t� �t�o� �l�e�t� �a� �g�u�i�l�t�y� �s�l�a�v�e� �s�l�e�e�p� �u�n�p�u�n�i�s�h�e�d�,� �i�f� �s�h�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �a� �r�e�s�p�i�t�e� �m�a�y� �l�i�f�t� �h�e�r� �s�p�i�r�i�t�s�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�T�h�e� �f�i�n�a�l� �g�o�a�l� �o�f� �r�a�i�s�i�n�g� �h�e�r� �o�b�e�d�i�e�n�c�e� �i�s� �m�a�k�e� �h�e�r� �a�c�c�e�p�t� �s�l�a�v�e� �m�o�r�a�l�i�t�y�.� �W�h�e�n� �a� �s�l�a�v�e� �a�c�c�e�p�t�s� �h�e�r� �p�o�s�i�t�i�o�n� �w�i�t�h� �a�l�l� �o�f� �h�e�r� �h�e�a�r�t� �a�n�d� �s�i�n�c�e�r�e�l�y� �w�a�n�t�s� �t�o� �s�e�r�v�e� �h�e�r� �m�a�s�t�e�r�,� �s�h�e� �h�a�s� �r�e�a�c�h�e�d� �a� �m�o�r�a�l� �g�r�o�w�t�h� �t�h�a�t� �w�e� �c�a�l�l� �d�e�v�o�t�i�o�n�.� �T�h�i�s� �s�o�u�r�c�e� �o�f� �l�o�y�a�l�t�y� �i�s� �d�o�u�b�l�y� �v�a�l�u�a�b�l�e� �b�e�c�a�u�s�e� �i�t� �i�s� �t�h�e� �m�o�s�t� �r�e�l�i�a�b�l�e� �a�n�d� �w�i�l�l� �m�o�t�i�v�a�t�e� �h�e�r� �t�o� �d�o� �h�e�r� �b�e�s�t� �e�v�e�n� �a�f�t�e�r� �s�h�e� �i�s� �s�o�l�d� �t�o� �a� �n�e�w� �o�w�n�e�r�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�S�l�a�v�e� �m�o�r�a�l�i�t�y� �b�e�g�i�n�s� �t�o� �a�p�p�e�a�r� �w�h�e�n� �o�n� �t�h�e� �o�n�e� �h�a�n�d� �t�h�e� �s�l�a�v�e� �i�s� �s�a�t�i�s�f�i�e�d� �w�i�t�h� �h�e�r� �p�o�s�i�t�i�o�n� �a�n�d� �i�s� �i�n� �a� �g�o�o�d� �m�o�o�d�,� �a�n�d� �o�n� �t�h�e� �o�t�h�e�r� �s�h�e� �h�a�s� �d�e�v�e�l�o�p�e�d� �h�a�b�i�t�u�a�l� �a�s� �w�e�l�l� �a�s� �i�n�s�t�i�n�c�t�u�a�l� �a�n�d� �r�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e�.� �F�e�a�r� �i�s� �n�o�t� �c�r�i�t�i�c�a�l�,� �b�u�t� �i�t� �i�s� �d�i�f�f�i�c�u�l�t� �t�o� �d�e�v�e�l�o�p� �s�l�a�v�e� �m�o�r�a�l�i�t�y� �w�h�i�l�e� �f�e�a�r� �i�s� �p�r�e�s�e�n�t�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�A�c�k�n�o�w�l�e�d�g�e�d� �w�h�i�p� �m�a�s�t�e�r�s� �a�r�e� �a�b�l�e� �t�o� �s�h�a�r�p�l�y� �r�a�i�s�e� �t�h�e�i�r� �s�l�a�v�e� s� �m�o�r�a�l�e� �t�h�r�o�u�g�h� �c�a�t�h�a�r�s�i�s�:� �a� �s�p�e�c�i�a�l� �s�t�a�t�e� �o�f� �e�n�l�i�g�h�t�e�n�m�e�n�t�,� �t�h�e� �m�o�m�e�n�t� �o�f� �t�r�u�t�h�,� �c�o�m�e�s� �i�n� �t�h�e� �s�e�c�o�n�d� �o�f� �h�i�g�h�e�s�t� �p�a�i�n� �o�r� �p�l�e�a�s�u�r�e�.� �B�u�t� �t�h�i�s� �t�e�c�h�n�i�q�u�e� �i�s� �a�v�a�i�l�a�b�l�e� �o�n�l�y� �f�o�r� �t�h�e� �b�e�s�t�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�S�u�m�m�i�n�g� �u�p�,� �w�e� �c�a�n� �i�s�o�l�a�t�e� �s�o�m�e� �s�i�m�p�l�e� �r�u�l�e�s� �o�f� �t�r�a�i�n�i�n�g�:� �P�u�n�i�s�h� �y�o�u�r� �s�l�a�v�e� �f�o�r� �m�i�s�d�e�e�d�s�,� �m�a�t�c�h�i�n�g� �t�h�e� �i�n�t�e�n�s�i�t�y� �o�f� �p�u�n�i�s�h�m�e�n�t� �t�o� �t�h�e� �g�u�i�l�t� �s�h�e� �f�e�e�l�s�.� �R�e�w�a�r�d� �y�o�u�r� �s�l�a�v�e� �f�o�r� �g�o�o�d� �b�e�h�a�v�i�o�r�,� �b�u�t� �o�n�l�y� �o�n� �m�e�r�i�t� �a�n�d� �n�o�t� �t�o�o� �o�f�t�e�n�.� �G�i�v�e� �h�e�r� �a�t� �l�e�a�s�t� �t�h�r�e�e� �r�u�l�e�s� �t�o� �f�o�l�l�o�w� �s�o� �s�h�e� �s�t�a�r�t�s� �t�o� �d�e�v�e�l�o�p� �g�o�o�d� �h�a�b�i�t�s� �a�n�d� �d�o�e�s� �n�o�t� �b�e�c�o�m�e� �s�p�o�i�l�e�d�.� �C�o�n�t�r�o�l� �h�e�r� �o�r�g�a�s�m�s� �a�n�d� �k�e�e�p� �w�a�t�c�h� �o�v�e�r� �h�e�r� �m�o�o�d�.�'�
�
-�	�$�t�e�x�t�[�]� �=� �'�I� �w�i�l�l� �n�o�w� �s�a�y� �a� �f�e�w� �w�o�r�d�s� �a�b�o�u�t� �s�u�p�e�r�i�o�r�i�t�y� �a�n�d� �p�h�y�s�i�c�a�l� �r�e�s�i�s�t�a�n�c�e�.� �I�t� �w�i�l�l� �b�e� �m�u�c�h� �e�a�s�i�e�r� �t�o� �s�u�b�d�u�e� �t�h�e� �g�i�r�l� �w�h�o� �i�n�i�t�i�a�l�l�y� �f�e�e�l�s� �t�h�a�t� �y�o�u� �a�r�e� �s�t�r�o�n�g�e�r� �a�n�d�,� �o�n� �t�h�e� �o�t�h�e�r� �h�a�n�d�,� �i�f� �s�h�e� �f�e�e�l�s� �t�h�a�t� �s�h�e� �i�s� �s�t�r�o�n�g�e�r� �t�h�a�n� �y�o�u�,� �s�h�e� �w�i�l�l� �n�o�t� �w�a�n�t� �t�o� �o�b�e�y�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�T�h�e� �f�i�r�s�t� �t�h�i�n�g� �t�h�a�t� �c�o�m�e�s� �t�o� �m�i�n�d�:� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�f�e�a�r�<�/�f�o�n�t�>�.� �Y�o�u� �c�a�n� �d�o� �a�n�y�t�h�i�n�g� �y�o�u� �w�a�n�t� �w�i�t�h� �a� �s�l�a�v�e�.� �I�n� �m�o�s�t� �c�a�s�e�s� �i�t� �w�i�l�l� �n�o�t� �b�e� �d�i�f�f�i�c�u�l�t� �t�o� �i�n�t�i�m�i�d�a�t�e� �h�e�r� �u�s�i�n�g� �p�a�i�n�,� �a�b�u�s�e� �a�n�d� �v�i�o�l�e�n�c�e�.� �W�e� �w�e�r�e� �a�b�l�e� �t�o� �c�a�l�c�u�l�a�t�e� �t�h�a�t� �t�h�e� �a�v�e�r�a�g�e� �m�o�t�i�v�a�t�i�o�n� �o�f� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�f�e�a�r�<�/�f�o�n�t�>� �i�s� �a�l�m�o�s�t� �t�w�i�c�e� �a�s� �s�t�r�o�n�g� �a�s� �a�n�y� �o�t�h�e�r�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�I�t� �s�h�o�u�l�d� �h�o�w�e�v�e�r� �b�e� �r�e�m�e�m�b�e�r�e�d� �t�h�a�t� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�f�e�a�r�<�/�f�o�n�t�>� �h�a�s� �i�t�s� �p�i�t�f�a�l�l�s�.� �F�i�r�s�t�l�y�,� �y�o�u� �h�a�v�e� �t�o� �b�e� �c�a�r�e�f�u�l� �w�i�t�h� �p�u�n�i�s�h�m�e�n�t�s�,� �s�o� �a�s� �n�o�t� �t�o� �c�a�u�s�e� �i�r�r�e�p�a�r�a�b�l�e� �p�h�y�s�i�c�a�l� �h�a�r�m� �t�o� �t�h�e� �g�i�r�l�.� �B�u�t� �e�v�e�n� �m�o�r�e� �i�m�p�o�r�t�a�n�t� �i�s� �n�o�t� �t�o� �d�a�m�a�g�e� �h�e�r� �m�i�n�d�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�W�h�e�n�e�v�e�r� �y�o�u� �p�u�n�i�s�h� �a� �s�l�a�v�e�,� �s�h�e� �w�i�l�l� �n�o�t� �o�n�l�y� �s�t�a�r�t� �t�o� �f�e�a�r� �y�o�u�,� �b�u�t� �h�e�r� �d�i�s�s�a�t�i�s�f�a�c�t�i�o�n� �w�i�l�l� �a�l�s�o� �g�r�o�w�.� �T�h�i�s� �i�s� �a� �d�i�r�e�c�t� �w�a�y� �t�o� �d�r�i�v�e� �a� �s�l�a�v�e� �i�n�t�o� �a� �d�e�e�p� �d�e�p�r�e�s�s�i�o�n�.� �W�i�t�h�o�u�t� �p�o�s�i�t�i�v�e� �m�o�t�i�v�a�t�i�o�n�,� �t�r�a�i�n�i�n�g� �a� �s�l�a�v�e� �w�i�l�l� �b�e� �v�e�r�y� �d�i�f�f�i�c�u�l�t� �b�e�c�a�u�s�e� �h�e�r� �d�i�s�t�r�e�s�s� �a�n�d� �s�e�l�f�-�p�i�t�y� �w�i�l�l� �s�t�o�p� �t�h�e� �g�i�r�l� �f�r�o�m� �f�o�c�u�s�i�n�g� �o�n� �h�e�r� �t�r�a�i�n�i�n�g�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�B�e�s�i�d�e�s� �l�o�w�e�r�i�n�g� �h�e�r� �m�o�o�d�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�f�e�a�r�<�/�f�o�n�t�>� �h�a�s� �a�n� �a�d�d�i�t�i�o�n�a�l� �d�a�r�k� �s�i�d�e�.� �W�e� �c�a�l�l� �i�t� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�:� �a� �d�e�s�t�r�u�c�t�i�v�e� �t�e�r�r�o�r� �e�m�a�n�a�t�i�n�g� �f�r�o�m� �a� �m�i�s�u�n�d�e�r�s�t�a�n�d�i�n�g� �a�n�d� �r�e�j�e�c�t�i�o�n� �o�f� �f�e�a�r�.� �I�f� �a� �s�l�a�v�e� �g�e�t�s� �p�u�n�i�s�h�e�d� �w�i�t�h�o�u�t� �f�e�e�l�i�n�g� �g�u�i�l�t�,� �o�r� �i�f� �t�h�e� �i�n�t�e�n�s�i�t�y� �o�f� �p�u�n�i�s�h�m�e�n�t� �e�x�c�e�e�d�s� �t�h�e� �d�e�g�r�e�e� �o�f� �g�u�i�l�t� �s�h�e� �f�e�e�l�s� �-� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>� �i�n�e�v�i�t�a�b�l�y� �g�r�o�w�s�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�A� �s�e�n�s�i�t�i�v�e� �g�i�r�l� �m�a�y� �f�a�l�l� �i�n�t�o� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>� �s�i�m�p�l�y� �b�e�c�a�u�s�e� �o�f� �h�e�r� �b�a�d� �m�o�o�d�.� �W�h�e�n� �a� �s�l�a�v�e� �i�s� �e�x�t�r�e�m�e�l�y� �g�e�n�t�l�e�,� �s�a�d�n�e�s�s� �w�i�l�l� �l�e�a�d� �h�e�r� �t�o� �d�e�p�r�e�s�s�i�o�n� �f�a�s�t�e�r�.� �W�h�e�n�e�v�e�r� �y�o�u� �c�o�n�s�i�d�e�r� �p�u�n�i�s�h�i�n�g� �y�o�u�r� �s�l�a�v�e�,� �d�o� �n�o�t� �o�n�l�y� �c�o�n�s�i�d�e�r� �t�h�e� �d�e�g�r�e�e� �o�f� �h�e�r� �g�u�i�l�t�,� �b�u�t� �a�l�s�o� �h�e�r� �s�e�n�s�i�t�i�v�i�t�y�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�D�e�s�p�a�i�r�<�/�f�o�n�t�>� �d�e�s�t�r�o�y�s� �p�e�r�s�o�n�a�l�i�t�y�.� �U�n�d�e�r� �i�t�s� �i�n�f�l�u�e�n�c�e� �a� �s�l�a�v�e� �b�e�g�i�n�s� �t�o� �l�o�s�e� �h�e�r� �t�e�m�p�e�r�a�m�e�n�t� �a�n�d� �s�e�l�f�-�c�o�n�f�i�d�e�n�c�e�,� �g�r�a�d�u�a�l�l�y� �b�r�e�a�k�i�n�g� �h�e�r� �w�i�l�l�.� �I�n� �t�h�e� �e�a�r�l�y� �s�t�a�g�e�s� �i�t� �c�a�n� �h�e�l�p�,� �b�u�t� �i�n� �t�h�e� �e�n�d� �i�t� �w�i�l�l� �o�n�l�y� �l�o�w�e�r� �h�e�r� �r�a�t�i�n�g�.� �B�e� �c�a�r�e�f�u�l�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�T�o� �g�e�t� �r�i�d� �o�f� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�,� �t�r�y� �t�o� �e�n�s�u�r�e� �t�h�a�t� �y�o�u�r� �s�l�a�v�e� �i�s� �e�l�a�t�e�d�.� �S�a�t�i�s�f�i�e�d� �g�i�r�l�s� �w�i�l�l� �g�r�a�d�u�a�l�l�y� �f�o�r�g�e�t� �t�h�e�i�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�.� �R�e�w�a�r�d�i�n�g� �h�e�r� �w�i�t�h� �t�i�m�e� �f�o�r� �h�e�r�s�e�l�f� �c�a�n� �h�e�l�p� �a�l�s�o�.� �I�n� �a�d�d�i�t�i�o�n�,� �w�i�t�h� �a� �g�o�o�d� �m�o�o�d� �i�t� �w�i�l�l� �b�e� �m�u�c�h� �e�a�s�i�e�r� �t�o� �l�e�a�r�n� �n�e�w� �m�a�t�e�r�i�a�l� �a�n�d� �s�h�e� �w�i�l�l� �c�o�n�c�e�n�t�r�a�t�e� �m�o�r�e� �d�u�r�i�n�g� �t�r�a�i�n�i�n�g�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�A�t� �t�h�e� �s�a�m�e� �t�i�m�e�,� �a� �s�l�a�v�e� �t�h�a�t� �i�s� �s�a�t�i�s�f�i�e�d� �w�i�t�h� �l�i�f�e� �w�i�l�l� �q�u�i�c�k�l�y� �f�o�r�g�e�t� �a�b�o�u�t� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�f�e�a�r�<�/�f�o�n�t�>�,� �m�e�a�n�i�n�g� �t�h�a�t� �y�o�u� �w�i�l�l� �h�a�v�e� �t�o� �d�e�v�e�l�o�p� �o�t�h�e�r� �s�o�u�r�c�e�s� �o�f� �r�e�s�p�e�c�t� �s�o� �t�h�a�t� �s�h�e� �o�b�e�y�s� �y�o�u�.� �N�a�m�e�l�y�:� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�<�/�f�o�n�t�>�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�C�D�9�B�1�D�"�>�t�a�m�i�n�g�<�/�f�o�n�t�>�,� �<�f�o�n�t� �c�o�l�o�r�=�"�#�B�4�5�2�C�D�"�>�a�w�a�r�e�n�e�s�s�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�a�8�6�b�"�>�d�e�v�o�t�i�o�n�<�/�f�o�n�t�>�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�L�e�t� s� �s�t�a�r�t� �w�i�t�h� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�<�/�f�o�n�t�>�.� �I�t� �i�s� �n�o� �s�e�c�r�e�t� �t�h�a�t� �p�e�o�p�l�e� �c�a�n� �o�b�e�y� �o�r�d�e�r�s� �j�u�s�t� �b�e�c�a�u�s�e� �t�h�e�y� �a�r�e� �u�s�e�d� �t�o� �d�o�i�n�g� �i�t�.� �E�v�e�r�y� �t�i�m�e� �a� �s�l�a�v�e� �o�b�e�y�s� �y�o�u�r� �i�n�s�t�r�u�c�t�i�o�n�s� �a�n�d� �r�u�l�e�s�,� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�<�/�f�o�n�t�>� �o�f� �s�l�a�v�e�r�y� �s�l�i�g�h�t�l�y� �i�n�c�r�e�a�s�e�s�.� �G�r�a�d�u�a�l�l�y�,� �t�h�e� �s�l�a�v�e� �w�i�l�l� �j�u�s�t� �f�o�r�g�e�t� �t�h�a�t� �s�h�e� �o�n�c�e� �w�a�s� �f�r�e�e�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�W�h�i�l�e� �b�o�o�s�t�i�n�g� �t�h�e� �d�e�v�e�l�o�p�m�e�n�t� �o�f� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�u�a�l� �o�b�e�d�i�e�n�c�e�<�/�f�o�n�t�>� �i�s� �d�i�f�f�i�c�u�l�t�,� �t�r�y� �t�o� �b�e� �s�t�r�i�c�t� �t�o�w�a�r�d�s� �y�o�u�r� �s�l�a�v�e�;� �i�t� �w�i�l�l� �s�p�e�e�d� �u�p� �t�h�e� �p�r�o�c�e�s�s�.� �A� �p�r�o�u�d� �p�e�r�s�o�n�a�l�i�t�y� �w�i�l�l� �d�e�v�e�l�o�p� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�<�/�f�o�n�t�>� �s�l�o�w�l�y�,� �b�u�t� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�<�/�f�o�n�t�>� �w�i�l�l� �a�l�s�o� �g�r�a�d�u�a�l�l�y� �m�a�k�e� �t�h�e�m� �l�o�s�e� �t�h�e�i�r� �p�r�i�d�e�.� �T�h�e� �s�a�m�e� �i�s� �t�r�u�e� �f�o�r� �h�u�m�i�l�i�a�t�i�o�n�,� �o�f� �c�o�u�r�s�e�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�A� �g�o�o�d� �f�o�u�n�d�a�t�i�o�n� �f�o�r� �o�b�e�d�i�e�n�c�e� �i�s� �w�h�a�t� �w�e� �c�a�l�l� �<�f�o�n�t� �c�o�l�o�r�=�"�#�B�4�5�2�C�D�"�>�a�w�a�r�e�n�e�s�s�<�/�f�o�n�t�>� �-� �a� �r�a�t�i�o�n�a�l� �u�n�d�e�r�s�t�a�n�d�i�n�g� �o�f� �t�h�e� �s�l�a�v�e� s� �p�o�s�i�t�i�o�n�.� �T�r�y� �t�o� �e�x�p�l�a�i�n� �t�o� �t�h�e� �s�l�a�v�e� �t�h�a�t� �l�o�y�a�l�t�y� �w�i�l�l� �b�e� �r�e�w�a�r�d�e�d�,� �a�n�d� �t�h�a�t� �r�e�s�i�s�t�a�n�c�e� �w�i�l�l� �l�e�a�d� �t�o� �i�n�e�v�i�t�a�b�l�e� �p�u�n�i�s�h�m�e�n�t�.� �<�f�o�n�t� �c�o�l�o�r�=�"�#�B�4�5�2�C�D�"�>�A�w�a�r�e�n�e�s�s�<�/�f�o�n�t�>� �p�r�o�m�o�t�e�s� �o�b�e�d�i�e�n�c�e�,� �b�u�t� �a� �s�t�r�o�n�g� �w�i�l�l� �a�n�d� �p�r�i�d�e� �c�a�n� �i�n�t�e�r�f�e�r�e� �w�i�t�h� �a�c�c�e�p�t�i�n�g� �h�e�r� �f�a�t�e�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�B�4�5�2�C�D�"�>�A�w�a�r�e�n�e�s�s�<�/�f�o�n�t�>� �c�a�n� �b�e� �a�c�h�i�e�v�e�d� �n�o�t� �o�n�l�y� �b�y� �d�i�r�e�c�t� �s�u�b�o�r�d�i�n�a�t�i�o�n�,� �b�u�t� �a�l�s�o� �t�h�r�o�u�g�h� �r�e�a�s�o�n�a�b�l�e� �r�e�w�a�r�d�s�.� �B�y� �r�e�w�a�r�d�i�n�g� �a� �s�l�a�v�e�,� �y�o�u� �d�o� �n�o�t� �j�u�s�t� �i�m�p�r�o�v�e� �h�e�r� �m�o�o�d�,� �y�o�u� �a�l�s�o� �m�a�k�e� �h�e�r� �r�e�a�l�i�z�e� �t�h�a�t� �o�b�e�d�i�e�n�t� �b�e�h�a�v�i�o�r� �l�e�a�d�s� �t�o� �g�o�o�d� �t�r�e�a�t�m�e�n�t�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�B�e� �e�x�t�r�e�m�e�l�y� �c�a�r�e�f�u�l� �t�h�o�u�g�h�.� �R�e�w�a�r�d�i�n�g� �a� �s�l�a�v�e� �b�e�y�o�n�d� �h�e�r� �m�e�r�i�t�s� �c�a�n� �m�a�k�e� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�e�d�<�/�f�o�n�t�>�.� �A� �s�p�o�i�l�e�d� �s�l�a�v�e� �i�s� �l�e�s�s� �c�o�n�t�r�o�l�l�a�b�l�e� �a�n�d� �w�i�l�l� �a�l�w�a�y�s� �r�e�q�u�i�r�e� �s�o�m�e� �k�i�n�d� �o�f� �p�o�s�i�t�i�v�e� �i�n�c�e�n�t�i�v�e�.� �O�t�h�e�r�w�i�s�e�,� �s�h�e� �w�i�l�l� �s�t�a�r�t� �t�o� �g�e�t� �u�p�s�e�t� �a�n�d� �f�a�l�l� �i�n�t�o� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�.� �T�o� �c�o�r�r�e�c�t� �t�h�i�s�,� �y�o�u� �m�u�s�t� �n�o�t� �h�e�s�i�t�a�t�e� �t�o� �p�u�t� �h�e�r� �i�n� �h�e�r� �p�l�a�c�e�.� �D�o� �n�o�t� �r�e�w�a�r�d� �e�v�e�r�y� �a�c�t� �o�f� �c�o�m�p�l�i�a�n�c�e�,� �a�s� �t�h�i�s� �a�l�s�o� �l�e�a�d�s� �t�o� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�i�n�g�<�/�f�o�n�t�>�.� �I�t� �i�s� �b�e�s�t� �t�o� �g�i�v�e� �r�e�w�a�r�d�s� �n�o� �m�o�r�e� �t�h�a�n� �o�n�c�e� �o�r� �t�w�i�c�e� �e�a�c�h� �d�a�y�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�I�n� �a�d�d�i�t�i�o�n� �t�o� �<�f�o�n�t� �c�o�l�o�r�=�"�#�B�4�5�2�C�D�"�>�a�w�a�r�e�n�e�s�s�<�/�f�o�n�t�>�,� �t�h�e�r�e� �i�s� �a�l�s�o� �<�f�o�n�t� �c�o�l�o�r�=�"�#�C�D�9�B�1�D�"�>�t�a�m�i�n�g�<�/�f�o�n�t�>� �-� �i�n�s�t�i�n�c�t�i�v�e� �o�b�e�d�i�e�n�c�e�,� �w�h�e�n� �y�o�u�r� �s�l�a�v�e� �s�u�b�c�o�n�s�c�i�o�u�s�l�y� �f�e�e�l�s� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y� �a�n�d� �s�t�r�i�v�e�s� �t�o� �p�l�e�a�s�e� �y�o�u�.� �W�e�a�k�-�w�i�l�l�e�d� �p�e�o�p�l�e� �a�r�e� �m�o�r�e� �p�r�o�n�e� �t�o� �t�h�i�s� �t�y�p�e� �o�f� �o�b�e�d�i�e�n�c�e�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�T�o� �d�e�v�e�l�o�p� �a� �s�l�a�v�e� s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�C�D�9�B�1�D�"�>�t�a�m�i�n�g�<�/�f�o�n�t�>� �y�o�u� �c�a�n� �u�s�e� �p�u�n�i�s�h�m�e�n�t�s�.� �W�h�e�n� �n�o�n�-�c�o�m�p�l�i�a�n�c�e� �c�a�u�s�e�s� �p�a�i�n�,� �o�b�e�d�i�e�n�c�e� �w�i�l�l� �b�e�c�o�m�e� �a� �r�e�f�l�e�x�.� �A�n�o�t�h�e�r� �w�a�y� �t�o� �d�e�v�e�l�o�p� �<�f�o�n�t� �c�o�l�o�r�=�"�#�C�D�9�B�1�D�"�>�t�a�m�i�n�g�<�/�f�o�n�t�>� �i�s� �e�x�p�l�o�i�t�i�n�g� �s�e�x�u�a�l� �d�e�s�i�r�e�.� �P�e�o�p�l�e� �a�r�e� �s�u�b�c�o�n�s�c�i�o�u�s�l�y� �d�r�a�w�n� �t�o� �t�h�e� �s�o�u�r�c�e� �o�f� �p�l�e�a�s�u�r�e�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�W�h�i�l�e� �p�u�n�i�s�h�i�n�g� �a� �s�l�a�v�e� �b�e�y�o�n�d� �h�e�r� �u�n�d�e�r�s�t�a�n�d�i�n�g� �c�a�u�s�e�s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�,� �i�f� �y�o�u� �p�u�n�i�s�h� �h�e�r� �t�o�o� �l�i�g�h�t�l�y�,� �s�h�e� �m�a�y� �g�r�o�w� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�e�d�<�/�f�o�n�t�>�.� �I�f� �y�o�u� �n�e�g�l�e�c�t� �t�o� �p�u�n�i�s�h� �h�e�r� �a�n�d� �s�h�e� �d�i�s�o�b�e�y�s� �y�o�u� �a�g�a�i�n�,� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�C�D�9�B�1�D�"�>�t�a�m�i�n�g�<�/�f�o�n�t�>� �w�i�l�l� �i�n�e�v�i�t�a�b�l�y� �w�e�a�k�e�n�.� �B�u�t� �i�f� �y�o�u� �g�i�v�e� �h�e�r� �a� �n�e�w� �t�a�s�k�,� �a�n�d� �s�h�e� �p�e�r�f�o�r�m�s� �i�t� �d�i�l�i�g�e�n�t�l�y�,� �h�e�r� �f�e�e�l�i�n�g� �o�f� �m�e�r�i�t� �w�i�l�l� �r�e�d�u�c�e� �h�e�r� �g�u�i�l�t�.� �W�h�i�l�e� �i�t� �i�s� �b�e�s�t� �n�o�t� �t�o� �l�e�t� �a� �g�u�i�l�t�y� �s�l�a�v�e� �s�l�e�e�p� �u�n�p�u�n�i�s�h�e�d�,� �i�f� �s�h�e� �i�s� �f�r�i�g�h�t�e�n�e�d� �a� �r�e�s�p�i�t�e� �m�a�y� �l�i�f�t� �h�e�r� �s�p�i�r�i�t�s�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�T�h�e� �f�i�n�a�l� �g�o�a�l� �o�f� �r�a�i�s�i�n�g� �h�e�r� �o�b�e�d�i�e�n�c�e� �i�s� �t�o� �m�a�k�e� �h�e�r� �a�c�c�e�p�t� �s�l�a�v�e� �m�o�r�a�l�i�t�y�.� �W�h�e�n� �a� �s�l�a�v�e� �a�c�c�e�p�t�s� �h�e�r� �p�o�s�i�t�i�o�n� �w�i�t�h� �a�l�l� �o�f� �h�e�r� �h�e�a�r�t� �a�n�d� �s�i�n�c�e�r�e�l�y� �w�a�n�t�s� �t�o� �s�e�r�v�e� �h�e�r� �m�a�s�t�e�r�,� �s�h�e� �h�a�s� �r�e�a�c�h�e�d� �a� �m�o�r�a�l� �g�r�o�w�t�h� �t�h�a�t� �w�e� �c�a�l�l� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�a�8�6�b�"�>�d�e�v�o�t�i�o�n�<�/�f�o�n�t�>�.� �T�h�i�s� �s�o�u�r�c�e� �o�f� �l�o�y�a�l�t�y� �i�s� �d�o�u�b�l�y� �v�a�l�u�a�b�l�e� �b�e�c�a�u�s�e� �i�t� �i�s� �t�h�e� �m�o�s�t� �r�e�l�i�a�b�l�e� �a�n�d� �w�i�l�l� �m�o�t�i�v�a�t�e� �h�e�r� �t�o� �d�o� �h�e�r� �b�e�s�t� �e�v�e�n� �a�f�t�e�r� �s�h�e� �i�s� �s�o�l�d� �t�o� �a� �n�e�w� �o�w�n�e�r�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�a�8�6�b�"�>�D�e�v�o�t�i�o�n�<�/�f�o�n�t�>� �b�e�g�i�n�s� �t�o� �a�p�p�e�a�r� �w�h�e�n� �o�n� �o�n�e� �h�a�n�d� �t�h�e� �s�l�a�v�e� �i�s� �s�a�t�i�s�f�i�e�d� �w�i�t�h� �h�e�r� �p�o�s�i�t�i�o�n� �a�n�d� �i�s� �i�n� �a� �g�o�o�d� �m�o�o�d�,� �a�n�d� �o�n� �t�h�e� �o�t�h�e�r� �s�h�e� �h�a�s� �d�e�v�e�l�o�p�e�d� �h�a�b�i�t�u�a�l� �a�s� �w�e�l�l� �a�s� �i�n�s�t�i�n�c�t�u�a�l� �a�n�d� �r�a�t�i�o�n�a�l� �o�b�e�d�i�e�n�c�e�.� �B�e� �m�i�n�d�f�u�l� �t�h�a�t� �i�t� �i�s� �d�i�f�f�i�c�u�l�t� �t�o� �d�e�v�e�l�o�p� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�a�8�6�b�"�>�d�e�v�o�t�i�o�n�<�/�f�o�n�t�>� �i�n� �a� �s�l�a�v�e� �w�h�o� �i�s� �a�r�r�o�g�a�n�t� �o�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�t�e�r�r�i�f�i�e�d�<�/�f�o�n�t�>� �o�f� �y�o�u�.� �T�o� �s�t�r�e�n�g�t�h�e�n� �h�e�r� �l�o�y�a�l�t�y�,� �y�o�u� �c�a�n� �a�l�s�o� �r�e�w�a�r�d� �h�e�r� �w�i�t�h� �c�o�m�p�a�n�i�o�n�s�h�i�p� �a�n�d� �i�n�t�i�m�a�c�y�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�A�c�k�n�o�w�l�e�d�g�e�d� �w�h�i�p� �m�a�s�t�e�r�s� �a�r�e� �a�b�l�e� �t�o� �s�h�a�r�p�l�y� �r�a�i�s�e� �t�h�e�i�r� �s�l�a�v�e� s� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�0�a�8�6�b�"�>�d�e�v�o�t�i�o�n�<�/�f�o�n�t�>� �t�h�r�o�u�g�h� �c�a�t�h�a�r�s�i�s�:� �a� �s�p�e�c�i�a�l� �s�t�a�t�e� �o�f� �e�n�l�i�g�h�t�e�n�m�e�n�t�,� �t�h�e� �m�o�m�e�n�t� �o�f� �t�r�u�t�h�,� �c�o�m�e�s� �i�n� �t�h�e� �s�e�c�o�n�d� �o�f� �h�i�g�h�e�s�t� �p�a�i�n� �o�r� �p�l�e�a�s�u�r�e�.� �B�u�t� �t�h�i�s� �t�e�c�h�n�i�q�u�e� �i�s� �o�n�l�y� �f�o�r� �t�h�e� �b�e�s�t�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�S�u�m�m�i�n�g� �u�p�,� �w�e� �c�a�n� �i�s�o�l�a�t�e� �s�o�m�e� �s�i�m�p�l�e� �r�u�l�e�s� �o�f� �t�r�a�i�n�i�n�g�:� �p�u�n�i�s�h� �y�o�u�r� �s�l�a�v�e� �f�o�r� �m�i�s�d�e�e�d�s�,� �m�a�t�c�h�i�n�g� �t�h�e� �i�n�t�e�n�s�i�t�y� �o�f� �p�u�n�i�s�h�m�e�n�t� �t�o� �t�h�e� �g�u�i�l�t� �s�h�e� �f�e�e�l�s�.� �R�e�w�a�r�d� �y�o�u�r� �s�l�a�v�e� �f�o�r� �g�o�o�d� �b�e�h�a�v�i�o�r�,� �b�u�t� �o�n�l�y� �o�n� �m�e�r�i�t� �a�n�d� �n�o�t� �t�o�o� �o�f�t�e�n�.� �I�f� �s�h�e� �d�o�e�s� �n�o�t� �<�f�o�n�t� �c�o�l�o�r�=�"�#�9�6�0�0�1�8�"�>�f�e�a�r�<�/�f�o�n�t�>� �y�o�u�,� �g�i�v�e� �h�e�r� �a�t� �l�e�a�s�t� �t�h�r�e�e� �r�u�l�e�s� �t�o� �f�o�l�l�o�w� �s�o� �s�h�e� �s�t�a�r�t�s� �t�o� �d�e�v�e�l�o�p� �h�e�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�0�8�2�5�6�7�"�>�h�a�b�i�t�<�/�f�o�n�t�>� �a�n�d� �d�o�e�s� �n�o�t� �b�e�c�o�m�e� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�e�d�<�/�f�o�n�t�>�.� �C�o�n�t�r�o�l� �h�e�r� �o�r�g�a�s�m�s� �a�n�d� �k�e�e�p� �w�a�t�c�h� �o�v�e�r� �h�e�r� �m�o�o�d�.�'�
�
+�	�$�t�e�x�t�[�]� �=� �'�I� �w�i�l�l� �n�o�w� �s�a�y� �a� �f�e�w� �w�o�r�d�s� �a�b�o�u�t� �s�u�p�e�r�i�o�r�i�t�y� �a�n�d� �p�h�y�s�i�c�a�l� �r�e�s�i�s�t�a�n�c�e�.� �I�t� �w�i�l�l� �b�e� �m�u�c�h� �e�a�s�i�e�r� �t�o� �s�u�b�d�u�e� �t�h�e� �g�i�r�l� �w�h�o� �i�n�i�t�i�a�l�l�y� �f�e�e�l�s� �t�h�a�t� �y�o�u� �a�r�e� �s�t�r�o�n�g�e�r� �a�n�d�.� �O�n� �t�h�e� �o�t�h�e�r� �h�a�n�d�,� �i�f� �s�h�e� �f�e�e�l�s� �t�h�a�t� �s�h�e� �i�s� �s�t�r�o�n�g�e�r� �t�h�a�n� �y�o�u�,� �s�h�e� �w�i�l�l� �n�o�t� �w�a�n�t� �t�o� �o�b�e�y�.�'�
�
 �	�$�t�e�x�t�[�]� �=� �'�W�h�e�t�h�e�r� �o�r� �n�o�t� �s�h�e� �w�i�l�l� �f�e�e�l� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y� �i�s� �i�n�f�l�u�e�n�c�e�d� �b�y� �s�e�v�e�r�a�l� �f�a�c�t�o�r�s�.� �F�i�r�s�t� �-� �o�f� �c�o�u�r�s�e� �-� �y�o�u�r� �p�h�y�s�i�c�a�l� �s�t�r�e�n�g�t�h�.� �S�e�c�o�n�d� �-� �y�o�u�r� �s�p�i�r�i�t�u�a�l� �s�t�r�e�n�g�t�h� �a�n�d� �c�h�a�r�i�s�m�a�.� �T�h�i�r�d� �-� �t�h�e� �e�x�p�e�r�i�e�n�c�e� �o�f� �c�o�m�m�a�n�d�,� �t�h�e� �a�b�i�l�i�t�y� �t�o� �d�o�m�i�n�a�t�e�.� �F�i�n�a�l�l�y� �-� �y�o�u�r� �a�p�p�e�a�r�a�n�c�e�.� �G�o�o�d� �l�o�o�k�s� �m�a�k�e� �i�t� �e�a�s�i�e�r� �t�o� �s�u�b�m�i�t� �t�o� �y�o�u�.�'�
�
 �	�$�t�e�x�t�[�]� �=� �'�B�u�t� �t�h�e� �s�l�a�v�e� s� �p�e�r�s�o�n�a�l� �q�u�a�l�i�t�i�e�s� �a�r�e� �a�l�s�o� �i�m�p�o�r�t�a�n�t�.� �A� �s�t�r�o�n�g� �c�h�a�r�a�c�t�e�r�,� �h�i�g�h� �e�m�o�t�i�o�n�a�l�i�t�y� �a�n�d�,� �o�f� �c�o�u�r�s�e�,� �t�h�e� �s�l�a�v�e� s� �p�r�i�d�e� �w�i�l�l� �p�r�e�v�e�n�t� �h�e�r� �f�r�o�m� �f�e�e�l�i�n�g� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y�.� �A�l�s�o�,� �w�a�t�c�h� �o�u�t� �i�f� �s�h�e� �d�o�e�s� �f�e�e�l� �s�m�a�r�t�e�r� �t�h�a�n� �y�o�u�,� �t�h�i�n�k�i�n�g� �t�h�a�t� �s�h�e� �c�a�n� �o�u�t�w�i�t� �y�o�u�.� �S�h�e� �w�i�l�l� �b�e� �l�e�s�s� �i�n�c�l�i�n�e�d� �t�o� �o�b�e�y�.�'�
�
 �	�$�t�e�x�t�[�]� �=� �'�I�f� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y� �i�s� �l�o�w�,� �s�h�e� �m�i�g�h�t� �p�u�t� �u�p� �a� �f�i�g�h�t�.� �I�n� �r�e�s�p�o�n�s�e� �t�o� �y�o�u�r� �a�t�t�e�m�p�t�s� �t�o� �p�u�n�i�s�h� �o�r� �r�a�p�e� �h�e�r�,� �y�o�u�r� �s�l�a�v�e� �w�i�l�l� �d�e�f�e�n�d� �h�e�r�s�e�l�f� �b�y� �f�o�r�c�e�.� �I�f� �s�h�e� �c�a�n� �b�e�a�t� �y�o�u�,� �t�h�e� �c�o�n�s�e�q�u�e�n�c�e�s� �c�a�n� �b�e� �d�i�r�e�.� �B�u�t� �y�o�u�r� �v�i�c�t�o�r�y� �w�i�l�l� �c�o�n�f�i�r�m� �y�o�u�r� �s�u�p�e�r�i�o�r�i�t�y�.�'�
�
@@ -79393,15 +81167,15 @@
 �e�n�d�
�
 �
�
 �i�f� �l�e�c�t�u�r�e� �=� �3�:�
�
-�	�$�t�e�x�t�[�1�]� �=� �'�L�e�t� s� �t�a�l�k� �m�o�r�e� �a�b�o�u�t� �t�h�e� �p�u�n�i�s�h�m�e�n�t�s� �a�n�d� �r�e�w�a�r�d�s�.� �I�n� �t�h�e� �s�e�c�o�n�d� �l�e�c�t�u�r�e� �w�e� �t�a�l�k�e�d� �a�b�o�u�t� �a�n�g�s�t� �a�n�d� �s�p�o�i�l�i�n�g�,� �b�u�t� �I� �w�i�l�l� �r�e�p�e�a�t� �m�y�s�e�l�f�.� �P�u�n�i�s�h�i�n�g� �a� �s�l�a�v�e� �t�o�o� �m�u�c�h� �-� �w�e� �f�e�e�d� �a�n�g�s�t�.� �R�e�w�a�r�d�i�n�g� �h�e�r� �w�i�t�h� �s�o�m�e�t�h�i�n�g� �s�h�e� �d�o�e�s� �n�o�t� �d�e�s�e�r�v�e� �-� �w�e� �p�a�m�p�e�r� �a�n�d� �s�p�o�i�l� �t�h�e� �s�l�a�v�e�,� �a�l�t�h�o�u�g�h� �i�t� �i�m�p�r�o�v�e�s� �h�e�r� �m�o�o�d�.�'�
�
-�	�$�t�e�x�t�[�2�]� �=� �'�I�t� �i�s� �i�m�p�o�r�t�a�n�t� �t�o� �u�n�d�e�r�s�t�a�n�d� �t�h�e� �k�e�y� �p�o�i�n�t�:� �t�h�e� �m�e�r�i�t�s� �a�n�d� �s�i�n�s� �o�f� �t�h�e� �s�l�a�v�e� �d�i�f�f�e�r� �f�r�o�m� �c�a�s�e� �t�o� �c�a�s�e�.� �Y�o�u� �s�h�o�u�l�d� �u�n�d�e�r�s�t�a�n�d� �w�h�a�t� �m�a�d�e� �h�e�r� �a�c�t� �i�n� �a� �c�e�r�t�a�i�n� �w�a�y�.� �C�o�n�s�i�d�e�r� �t�w�o� �e�x�a�m�p�l�e�s� �t�o� �m�a�k�e� �i�t� �m�o�r�e� �o�b�v�i�o�u�s�:�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'�L�e�t� s� �t�a�l�k� �m�o�r�e� �a�b�o�u�t� �p�u�n�i�s�h�m�e�n�t�s� �a�n�d� �r�e�w�a�r�d�s�.� �I�n� �t�h�e� �s�e�c�o�n�d� �l�e�c�t�u�r�e� �w�e� �t�a�l�k�e�d� �a�b�o�u�t� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�i�n�g�<�/�f�o�n�t�>�,� �b�u�t� �I� �w�i�l�l� �r�e�p�e�a�t� �m�y�s�e�l�f�.� �P�u�n�i�s�h�i�n�g� �a� �s�l�a�v�e� �t�o�o� �m�u�c�h� �-� �w�e� �f�e�e�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�.� �R�e�w�a�r�d�i�n�g� �h�e�r� �w�i�t�h� �s�o�m�e�t�h�i�n�g� �s�h�e� �d�o�e�s� �n�o�t� �d�e�s�e�r�v�e� �-� �w�e� �p�a�m�p�e�r� �a�n�d� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�<�/�f�o�n�t�>� �t�h�e� �s�l�a�v�e�,� �a�l�t�h�o�u�g�h� �i�t� �i�m�p�r�o�v�e�s� �h�e�r� �m�o�o�d�.�'�
�
+�	�$�t�e�x�t�[�2�]� �=� �'�I�t� �i�s� �i�m�p�o�r�t�a�n�t� �t�o� �u�n�d�e�r�s�t�a�n�d� �t�h�e� �k�e�y� �p�o�i�n�t�:� �t�h�e� �m�e�r�i�t�s� �a�n�d� �s�i�n�s� �o�f� �t�h�e� �s�l�a�v�e� �d�i�f�f�e�r� �f�r�o�m� �c�a�s�e� �t�o� �c�a�s�e�.� �Y�o�u� �s�h�o�u�l�d� �u�n�d�e�r�s�t�a�n�d� �w�h�a�t� �m�a�d�e� �h�e�r� �a�c�t� �i�n� �a� �c�e�r�t�a�i�n� �w�a�y�.�'�
�
 �	�$�t�e�x�t�[�3�]� �=� �'�S�u�p�p�o�s�e� �t�h�a�t� �y�o�u� �t�a�k�e� �a�n� �i�n�n�o�c�e�n�t� �g�i�r�l� �t�h�a�t� �i�s� �n�o�t� �a�c�c�u�s�t�o�m�e�d� �t�o� �m�i�s�t�r�e�a�t�m�e�n�t� �a�n�d� �t�e�l�l� �h�e�r� �t�o� �m�a�t�e� �w�i�t�h� �a� �t�r�i�b�a�l� �b�u�l�l� �f�o�r� �y�o�u�r� �e�n�t�e�r�t�a�i�n�m�e�n�t�.� �I�n� �h�e�r� �e�y�e�s�,� �r�e�f�u�s�i�n�g� �t�o� �d�o� �t�h�a�t� �i�s� �n�o�t� �a� �s�e�r�i�o�u�s� �o�f�f�e�n�s�e�,� �a�s� �y�o�u�r� �d�e�m�a�n�d� �i�s� �f�a�r� �a�b�o�v�e� �w�h�a�t� �s�h�e� �i�s� �w�i�l�l�i�n�g� �t�o� �d�o�.�'�
�
-�	�$�t�e�x�t�[�4�]� �=� �'�I�f� �y�o�u� �b�r�u�t�a�l�l�y� �p�u�n�i�s�h� �t�h�e� �g�i�r�l� �f�o�r� �d�i�s�o�b�e�y�i�n�g� �s�u�c�h� �a�n� �o�r�d�e�r�,� �i�t� �w�i�l�l� �i�n�e�v�i�t�a�b�l�y� �l�e�a�d� �t�o� �a�n�g�s�t�,� �a�s� �s�h�e� �d�o�e�s� �n�o�t� �u�n�d�e�r�s�t�a�n�d� �w�h�y� �t�h�e� �r�e�j�e�c�t�i�o�n� �o�f� �s�u�c�h� �a� �v�i�l�e� �a�c�t� �c�a�n� �b�e� �r�e�g�a�r�d�e�d� �a�s� �s�o�m�e�t�h�i�n�g� �i�m�p�e�r�m�i�s�s�i�b�l�e�.� �B�u�t� �o�v�e�r� �t�i�m�e�,� �t�h�i�n�g�s� �w�i�l�l� �c�h�a�n�g�e�.�'�
�
+�	�$�t�e�x�t�[�4�]� �=� �'�I�f� �y�o�u� �b�r�u�t�a�l�l�y� �p�u�n�i�s�h� �t�h�e� �g�i�r�l� �f�o�r� �d�i�s�o�b�e�y�i�n�g� �s�u�c�h� �a�n� �o�r�d�e�r�,� �i�t� �w�i�l�l� �i�n�e�v�i�t�a�b�l�y� �l�e�a�d� �t�o� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>�,� �a�s� �s�h�e� �d�o�e�s� �n�o�t� �u�n�d�e�r�s�t�a�n�d� �w�h�y� �t�h�e� �r�e�j�e�c�t�i�o�n� �o�f� �s�u�c�h� �a� �v�i�l�e� �a�c�t� �c�a�n� �b�e� �r�e�g�a�r�d�e�d� �a�s� �s�o�m�e�t�h�i�n�g� �i�m�p�e�r�m�i�s�s�i�b�l�e�.� �B�u�t� �o�v�e�r� �t�i�m�e�,� �t�h�i�n�g�s� �w�i�l�l� �c�h�a�n�g�e�.�'�
�
 �	�$�t�e�x�t�[�5�]� �=� �'�I�f� �y�o�u�r� �s�l�a�v�e� �i�s� �a�l�r�e�a�d�y� �t�r�a�i�n�e�d� �a�n�d� �r�a�t�h�e�r� �o�b�e�d�i�e�n�t�,� �s�h�e� �w�i�l�l� �a�c�t�u�a�l�l�y� �r�e�a�l�i�z�e� �h�e�r� �s�i�n�.� �R�e�j�e�c�t�i�o�n� �o�f� �t�h�e� �s�a�m�e� �a�c�t�i�o�n� �w�i�t�h� �a� �b�u�l�l� �f�r�o�m� �t�h�e� �a�l�r�e�a�d�y� �p�r�e�p�a�r�e�d� �g�i�r�l� �s�h�o�u�l�d� �c�a�u�s�e� �a� �m�u�c�h� �m�o�r�e� �s�e�v�e�r�e� �r�e�a�c�t�i�o�n� �f�r�o�m� �y�o�u�.�'�
�
-�	�$�t�e�x�t�[�6�]� �=� �'�S�a�m�e� �s�t�o�r�y� �w�i�t�h� �t�h�e� �r�e�w�a�r�d�s�.� �D�o� �n�o�t� �o�n�l�y� �e�v�a�l�u�a�t�e� �t�h�e� �r�e�s�u�l�t�,� �b�u�t� �k�e�e�p� �t�h�e� �s�l�a�v�e� s� �p�e�r�s�o�n�a�l�i�t�y� �i�n� �m�i�n�d�.� �S�u�p�p�o�s�e� �y�o�u�r� �n�e�a�r�l�y� �u�n�t�r�a�i�n�e�d� �s�l�a�v�e� �h�a�s� �a�g�r�e�e�d� �t�o� �a� �l�e�s�s�o�n� �o�n� �d�e�e�p� �t�h�r�o�a�t�i�n�g�.� �E�v�e�n� �i�f� �t�h�e� �r�e�s�u�l�t� �i�s� �n�o�t� �p�e�r�f�e�c�t�,� �s�h�e� �h�a�d� �t�o� �a�g�r�e�e� �t�o� �i�t� �a�n�d� �o�v�e�r�c�o�m�e� �h�e�r� �r�e�s�i�s�t�a�n�c�e�.� �S�h�e� �s�h�o�u�l�d� �b�e� �r�e�w�a�r�d�e�d� �p�r�o�p�e�r�l�y�.�'�
�
+�	�$�t�e�x�t�[�6�]� �=� �'�S�a�m�e� �s�t�o�r�y� �w�i�t�h� �t�h�e� �r�e�w�a�r�d�s�.� �D�o� �n�o�t� �o�n�l�y� �e�v�a�l�u�a�t�e� �t�h�e� �r�e�s�u�l�t�,� �b�u�t� �k�e�e�p� �t�h�e� �s�l�a�v�e� s� �p�e�r�s�o�n�a�l�i�t�y� �i�n� �m�i�n�d�.� �S�u�p�p�o�s�e� �y�o�u�r� �n�e�a�r�l�y� �u�n�t�r�a�i�n�e�d� �s�l�a�v�e� �h�a�s� �a�g�r�e�e�d� �t�o� �a� �l�e�s�s�o�n� �o�n� �d�e�e�p� �t�h�r�o�a�t�i�n�g�.� �E�v�e�n� �i�f� �t�h�e� �r�e�s�u�l�t� �i�s� �n�o�t� �p�e�r�f�e�c�t�,� �s�h�e� �a�g�r�e�e�d� �t�o� �d�o� �i�t� �a�n�d� �o�v�e�r�c�a�m�e� �h�e�r� �r�e�s�i�s�t�a�n�c�e�.� �S�h�e� �s�h�o�u�l�d� �b�e� �r�e�w�a�r�d�e�d� �p�r�o�p�e�r�l�y�.�'�
�
 �	�$�t�e�x�t�[�7�]� �=� �'�O�n� �t�h�e� �c�o�n�t�r�a�r�y�,� �i�f� �a� �s�l�a�v�e� �i�s� �d�o�i�n�g� �s�o�m�e�t�h�i�n�g� �v�e�r�y� �w�e�l�l� �b�e�c�a�u�s�e� �s�h�e� �a�l�r�e�a�d�y� �k�n�o�w�s� �h�o�w� �t�o� �d�o� �i�t�,� �a�n�d� �i�t� �i�s� �c�o�m�p�l�e�t�e�l�y� �e�f�f�o�r�t�l�e�s�s� �-� �s�h�e� �d�o�e�s� �n�o�t� �d�e�s�e�r�v�e� �a� �r�e�w�a�r�d�.� �Y�o�u� �m�a�y� �e�v�e�n� �c�o�n�s�i�d�e�r� �p�u�n�i�s�h�i�n�g� �h�e�r�.�'�
�
-�	�$�t�e�x�t�[�8�]� �=� �'�A�l�w�a�y�s� �e�v�a�l�u�a�t�e� �t�h�e� �s�l�a�v�e� s� �m�e�r�i�t�s� �a�n�d� �s�i�n�s� �o�n� �a� �f�i�v�e�-�p�o�i�n�t� �s�y�s�t�e�m�.� �A�n�d� �a�l�s�o� �e�v�a�l�u�a�t�e� �t�h�e� �p�o�w�e�r� �o�f� �r�e�w�a�r�d�s� �a�n�d� �p�u�n�i�s�h�m�e�n�t�s�.� �A�l�w�a�y�s� �k�e�e�p� �i�n� �m�i�n�d�:� �S�h�e� �g�e�t�s� �w�h�a�t� �s�h�e� �d�e�s�e�r�v�e�s�.�'�
�
-�	�$�t�e�x�t�[�9�]� �=� �'�B�u�t� �r�e�m�e�m�b�e�r� �t�h�a�t� �w�h�a�t� �I� �s�a�i�d� �i�s� �f�o�r� �g�e�n�e�r�a�l� �g�u�i�d�a�n�c�e� �o�n�l�y�.� �T�h�e�r�e� �a�r�e� �c�a�s�e�s� �w�h�e�n� �i�t� �m�a�k�e�s� �s�e�n�s�e� �t�o� �p�u�n�i�s�h� �o�r� �r�e�w�a�r�d� �t�h�e� �s�l�a�v�e� �m�o�r�e� �t�h�a�n� �s�h�e� �d�e�s�e�r�v�e�s�,� �e�v�e�n� �a�t� �t�h�e� �r�i�s�k� �o�f� �a�n�g�s�t� �o�r� �s�p�o�i�l�i�n�g� �h�e�r�.� �D�e�c�i�s�i�o�n�s� �a�r�e� �a�l�w�a�y�s� �m�a�d�e� �b�y� �y�o�u�,� �u�s�e� �y�o�u�r� �e�x�p�e�r�i�e�n�c�e� �a�n�d� �i�n�t�u�i�t�i�o�n�.�'�
�
+�	�$�t�e�x�t�[�8�]� �=� �'�A�l�w�a�y�s� �e�v�a�l�u�a�t�e� �t�h�e� �s�l�a�v�e� s� �m�e�r�i�t�s� �a�n�d� �s�i�n�s� �o�n� �a� �f�i�v�e�-�p�o�i�n�t� �s�y�s�t�e�m�.� �A�n�d� �a�l�s�o� �e�v�a�l�u�a�t�e� �t�h�e� �p�o�w�e�r� �o�f� �r�e�w�a�r�d�s� �a�n�d� �p�u�n�i�s�h�m�e�n�t�s�.� �A�l�w�a�y�s� �k�e�e�p� �i�n� �m�i�n�d�:� �s�h�e� �g�e�t�s� �w�h�a�t� �s�h�e� �d�e�s�e�r�v�e�s�.�'�
�
+�	�$�t�e�x�t�[�9�]� �=� �'�B�u�t� �r�e�m�e�m�b�e�r� �t�h�a�t� �w�h�a�t� �I� �s�a�i�d� �i�s� �f�o�r� �g�e�n�e�r�a�l� �g�u�i�d�a�n�c�e� �o�n�l�y�.� �T�h�e�r�e� �a�r�e� �c�a�s�e�s� �w�h�e�n� �i�t� �m�a�k�e�s� �s�e�n�s�e� �t�o� �p�u�n�i�s�h� �o�r� �r�e�w�a�r�d� �t�h�e� �s�l�a�v�e� �m�o�r�e� �t�h�a�n� �s�h�e� �d�e�s�e�r�v�e�s�,� �e�v�e�n� �a�t� �t�h�e� �r�i�s�k� �o�f� �<�f�o�n�t� �c�o�l�o�r�=�"�#�4�6�4�4�5�1�"�>�d�e�s�p�a�i�r�<�/�f�o�n�t�>� �o�r� �<�f�o�n�t� �c�o�l�o�r�=�"�#�E�E�1�2�8�9�"�>�s�p�o�i�l�i�n�g�<�/�f�o�n�t�>� �h�e�r�.� �D�e�c�i�s�i�o�n�s� �a�r�e� �a�l�w�a�y�s� �m�a�d�e� �b�y� �y�o�u�.� �U�s�e� �y�o�u�r� �e�x�p�e�r�i�e�n�c�e� �a�n�d� �i�n�t�u�i�t�i�o�n�.�'�
�
 �	�$�t�e�x�t�[�1�0�]� �=� �'�L�e�t� s� �m�o�v�e� �o�n� �t�o� �t�h�e� �s�p�e�c�i�f�i�c� �t�y�p�e�s� �a�n�d� �f�o�r�m�s� �o�f� �r�e�w�a�r�d�s� �a�n�d� �p�u�n�i�s�h�m�e�n�t�s�.� �A�n�y� �i�m�p�a�c�t� �d�e�r�i�v�e�s� �i�t�s� �s�t�r�e�n�g�t�h� �f�r�o�m� �t�h�e� �s�l�a�v�e� s� �s�p�e�c�i�f�i�c� �d�e�s�i�r�e�s� �a�n�d� �f�e�a�r�s�.�'�
�
 �	�$�t�e�x�t�[�1�1�]� �=� �'�P�u�n�i�s�h�m�e�n�t�s� �a�r�e� �b�a�s�e�d� �o�n� �p�a�i�n�,� �f�e�e�l�i�n�g�s� �o�f� �h�e�l�p�l�e�s�s�n�e�s�s�,� �d�i�s�g�u�s�t�,� �s�h�a�m�e�,� �p�s�y�c�h�o�l�o�g�i�c�a�l� �v�u�l�n�e�r�a�b�i�l�i�t�y�,� �p�h�o�b�i�a�s� �o�f� �b�l�o�o�d�,� �d�a�r�k�n�e�s�s�,� �s�p�i�d�e�r�s�,� �w�a�t�e�r�,� �f�i�r�e� �a�n�d� �o�t�h�e�r� �t�h�i�n�g�s�.�'�
�
 �	�$�t�e�x�t�[�1�2�]� �=� �'�R�e�w�a�r�d�s� �m�a�y� �b�e� �b�a�s�e�d� �o�n� �t�h�e� �n�e�e�d� �f�o�r� �a�p�p�r�o�v�a�l�,� �d�e�s�i�r�e� �f�o�r� �c�o�m�f�o�r�t�,� �a� �p�a�s�s�i�o�n� �f�o�r� �l�u�x�u�r�y�,� �s�e�x�u�a�l� �p�l�e�a�s�u�r�e� �o�r� �e�v�e�n� �f�o�o�d� �i�f� �s�h�e� �a� �s�w�e�e�t� �t�o�o�t�h�.�'�
�
@@ -79630,9 +81404,6 @@
 �
�
 �g�e�t�_�i�n�i�t�i�a�l�_�s�l�a�v�e� �=� �0�
�
 �
�
-�e�s�t�a�t�e�_�s�i�z�e�[�'�'�]� �=� �2�5�0�
�
-�e�s�t�a�t�e�_�c�o�s�t�_�m�a�i�n�[�'�'�]� �=� �8�0�
�
-�e�s�t�a�t�e�_�p�r�e�s�t�i�g�e�[�'�'�]� �=� �4�
�
 �f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]� �=� �3�0�
�
 �f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]� �=� �2�5�
�
 �f�r�i�d�g�e�[�"�s�p�i�c�e�"�]� �=� �3�0�
�
@@ -79700,18 +81471,6 @@
 �u�i�_�s�t�y�l�e� �=� �1�
�
 �g�s� �'�_�l�a�y�o�u�t�'�
�
 �
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �1�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1�5�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �2�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �3�0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �3�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �6�0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �4�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1�0�0�
�
-�i�f� �m�a�s�t�e�r�_�s�t�r� �=� �5�:� �m�a�s�t�e�r�_�s�t�r�_�r�a�t�e� �=� �1�8�0�
�
-�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �1�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �1�5�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �2�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �3�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �3�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �6�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �4�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �1�0�0�
�
-�i�f� �m�a�s�t�e�r�_�c�h�a� �=� �5�:� �m�a�s�t�e�r�_�c�h�a�_�r�a�t�e� �=� �1�8�0�
�
-�
�
 �t�r�a�i�n�e�r�_�s�l�a�v�e�_�t�r�a�i�n�i�n�g�_�c�o�u�n�t�[�'�m�i�s�t�r�e�s�s�_�a�n�g�e�l�i�k�a�'�]� �=� �-�1�
�
 �t�r�a�i�n�e�r�_�s�l�a�v�e�_�t�r�a�i�n�i�n�g�_�c�o�u�n�t�[�'�g�o�j�i�'�]� �=� �-�1�
�
 �t�r�a�i�n�e�r�_�s�l�a�v�e�_�t�r�a�i�n�i�n�g�_�c�o�u�n�t�[�'�a�v�g�i�a�'�]� �=� �-�1�
�
@@ -79761,14 +81520,14 @@
 �i�f� �s�p�e�c�i�a�l�_�s�t�o�c�k� �=� �2�5�7�4�:�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�d�e�m�o�\�c�h�o�o�s�e�_�a�m�a�z�o�n�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'�L�e�s�b�i�a�n� �a�m�a�z�o�n� �f�r�o�m� �t�h�e� �s�a�v�a�g�e� �s�p�a�c�e� �t�r�i�b�e�.� �S�h�e� �h�a�s� �g�r�e�a�t� �m�a�k�i�n�g�s�,� �b�u�t� �d�o� �n�o�t� �f�o�r�g�e�t� �t�h�a�t� �t�h�i�s� �g�i�r�l� �h�a�s� �g�r�e�a�t� �p�h�y�s�i�c�a�l� �s�t�r�e�n�g�t�h�,� �f�i�g�h�t�i�n�g� �s�k�i�l�l�s�,� �a�n�d� �s�h�e� �d�e�s�p�i�s�e�s� �m�e�n�.�<�b�r�>�'� �+� �_�
�
-� �	�'�<�f�o�n�t� �c�o�l�o�r�=�"�#�c�d�0�0�0�0�"�>�D�i�f�f�i�c�u�l�t�y�:� �h�i�g�h�<�/�f�o�n�t�>�'�
�
+� �	�'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�D�i�f�f�i�c�u�l�t�y�:� �n�o�r�m�a�l�<�/�f�o�n�t�>�'�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�[�t�x�t�]�>�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �
�
 �i�f� �s�p�e�c�i�a�l�_�s�t�o�c�k� �=� �2�5�7�3�:�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�b�g�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�d�e�m�o�\�c�h�o�o�s�e�_�p�r�i�n�c�e�s�s�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
 �	�$�t�e�x�t�[�1�]� �=� �'�L�i�t�t�l�e� �p�r�i�n�c�e�s�s� �o�f� �a� �s�m�a�l�l� �k�i�n�g�d�o�m� �o�f� �a� �h�i�g�h�l�y�-�m�a�g�i�c�a�l� �w�o�r�l�d�.� �T�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �p�o�o�r� �h�e�a�l�t�h�,� �v�u�l�n�e�r�a�b�i�l�i�t�y� �a�n�d� �p�r�o�h�i�b�i�t�i�v�e� �d�e�f�i�a�n�c�e� �w�i�l�l� �m�a�k�e� �h�e�r� �t�r�a�i�n�i�n�g� �e�s�p�e�c�i�a�l�l�y� �c�h�a�l�l�e�n�g�i�n�g�.� �B�u�t� �h�e�r� �b�e�a�u�t�y� �i�s� �w�o�r�t�h� �i�t�.�<�b�r�>�'� �+� �_�
�
-� �	�'�<�f�o�n�t� �c�o�l�o�r�=�"�#�6�B�0�0�8�4�"�>�D�i�f�f�i�c�u�l�t�y�:� �n�o�r�m�a�l�<�/�f�o�n�t�>�'�
�
+� �	�'�<�f�o�n�t� �c�o�l�o�r�=�"�#�c�d�0�0�0�0�"�>�D�i�f�f�i�c�u�l�t�y�:� �h�i�g�h�<�/�f�o�n�t�>�'�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�t�e�x�t�"�>�<�<�$�t�e�x�t�[�t�x�t�]�>�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �!�g�s� �'�$�n�e�w�l�o�c�'�
�
@@ -79868,6 +81627,9 @@
 �!�m�a�i�n� �m�e�n�u�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �0�:�
�
 �	�$�p�l�a�c�e� �=� �'�h�o�m�e�_�l�u�x�'�
�
+�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�d�e�m�o�'�)�
�
+�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�l�a�v�e� �a�c�t�i�v�i�t�i�e�s� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
@@ -79955,19 +81717,19 @@
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�A�u�s�p�e�x� �(�2� �s�p�a�r�k�s�)�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�5�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �1�:�
�
+�	�i�f� �m�a�g�n�a�_�m�a�g�n�i�f�i�k�a� �=� �0� �a�n�d� �a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�5�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �1�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�M�a�g�n�a� �M�a�g�n�i�f�i�k�a� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�M�a�g�n�a� �M�a�g�n�i�f�i�k�a� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�4�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �2�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�4�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�s�e�n�t�e�n�t�i�a�_�v�e�r�i�t�a�s�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �2�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�6�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �3�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�6�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �3�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�r�e�m�e�n�d�i�o� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�6� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�T�r�e�m�e�n�d�i�o� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�/�d�i�v�>�}�
�
@@ -79985,7 +81747,7 @@
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�D�e�l�i�k�a�c�i�a� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
 �
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�6�7�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �4�:�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�6�7�'�]� �=� �0� �a�n�d� �s�p�a�r�k�s� �>�=� �5� �a�n�d� �m�a�s�t�e�r�_�m�a�g�e� �>�=� �4�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�D�o�m�i�n�i� �D�i�c�t�u�m� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �6�7� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�D�o�m�i�n�i� �D�i�c�t�u�m� �(�5� �s�p�a�r�k�s�)�<�b�r�>�<�/�d�i�v�>�}�
�
@@ -80284,13 +82046,14 @@
 �	�e�n�d�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�B�a�c�k�_�D�r�i�n�k�_�p�o�t�i�o�n�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�B�a�c�k�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �4� �&� �g�t� �'�'�d�e�m�o�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�b�a�c�k�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�B�a�c�k�_�D�r�i�n�k�_�p�o�t�i�o�n�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�B�a�c�k�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �3� �&� �g�t� �'�'�d�e�m�o�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�b�a�c�k�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�b�r�>�<�d�i�v� �i�d�=�"�C�a�n�c�e�l�_�D�r�i�n�k�_�p�o�t�i�o�n�"�>�<�a� �s�t�y�l�e�=�"�p�a�d�d�i�n�g�-�t�o�p�:� �7�5�p�x�;�"� �c�l�a�s�s�=�"�i�c�o�n� �t�o�o�l�t�i�p�-�r�i�g�h�t�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�C�a�n�c�e�l�"� �h�r�e�f� �=� �"�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �g�t� �'�'�d�e�m�o�_�m�e�n�u�_�f�o�r�m�'�'�"�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�u�i� �o�v�e�r�h�a�u�l�\�c�a�n�c�e�l�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �e�n�d�
�
 �
�
 �!�m�a�i�n� �m�e�n�u� �-� �S�l�a�v�e� �a�s�s�i�g�n�m�e�n�t�s� �-� �D�r�i�n�k� �a� �p�o�t�i�o�n�
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �m�e�n�u�_�p�o�t�i�o�n�_�S�:�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �'�<�d�i�v� �i�d�=�"�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�$�s�l�a�v�e�[�"�f�u�l�l�i�m�a�g�e�"�]�>�>�.�p�n�g�"�>�<�/�d�i�v�>�'�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�h�o�m�e�_�d�e�m�o�'�)�
�
+�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
@@ -80378,22 +82141,22 @@
 �e�n�d�
�
 �
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�1�2�:�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�1�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�1�'�]� �=� �0�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�x�p�l�a�i�n� �h�e�r� �p�o�s�i�t�i�o�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�1�2�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�E�x�p�l�a�i�n� �h�e�r� �p�o�s�i�t�i�o�n�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�2�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�2�'�]� �=� �0�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�n�c�o�u�r�a�g�e�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�1�2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�E�n�c�o�u�r�a�g�e�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�3�]� �=� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�3�'�]� �=� �0�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�1�2�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�T�h�r�e�a�t�e�n�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
-�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�1�1�2�4�]� �=� �0� �a�n�d� �s�l�a�v�e�[�"�s�p�o�i�l�"�]� �>� �0�:�
�
+�	�i�f� �s�l�a�v�e�_�a�l�r�e�a�d�y�_�d�o�n�e�_�t�o�d�a�y�[�'�1�1�2�4�'�]� �=� �0� �a�n�d� �s�l�a�v�e�[�'�s�p�o�i�l�'�]� �>� �0�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�u�t� �i�n� �p�l�a�c�e�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�1�2�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�P�u�t� �i�n� �p�l�a�c�e�<�b�r�>�<�/�d�i�v�>�}�
�
@@ -80560,20 +82323,20 @@
 �
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�1�:�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�t�r�i�c�t�l�y� �c�h�a�s�t�i�s�e� �(�=�1�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�R�o�u�g�h�l�y� �s�c�o�l�d� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n� �w�i�t�h� �t�o�r�t�u�r�e�s� �(�=�3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n� �w�i�t�h� �s�a�l�e� �(�=�4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n� �w�i�t�h� �d�e�a�t�h� �(�=�5�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�R�o�u�g�h�l�y� �s�c�o�l�d� �(�=�1�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n� �w�i�t�h� �s�a�l�e� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n� �w�i�t�h� �t�o�r�t�u�r�e�s� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�T�h�r�e�a�t�e�n� �w�i�t�h� �d�e�a�t�h� �(�=�3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�1�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�a�n�c�e�l� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �e�n�d�
�
 �
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�2�:�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�a�d�d�l�e� �(�=�1�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�a�d�d�l�e� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�l�a�p� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�i�n�c�h� �(�=�3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�H�i�t� �i�n� �t�h�e� �s�t�o�m�a�c�h� �(�=�4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�e�a�t� �b�r�u�t�a�l�l�y� �(�=�5�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�i�n�c�h� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�H�i�t� �i�n� �t�h�e� �s�t�o�m�a�c�h� �(�=�3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�e�a�t� �b�r�u�t�a�l�l�y� �(�=�4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�2�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�a�n�c�e�l� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �e�n�d�
�
@@ -80581,6 +82344,7 @@
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�4�3�:�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�a�n�k� �w�i�t�h� �s�l�i�p�p�e�r� �(�=�1�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�3�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�F�l�o�g� �w�i�t�h� �b�e�l�t� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�3�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�F�l�o�g� �w�i�t�h� �c�a�n�e� �(�=�4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�3�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�a�n�c�e�l� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �e�n�d�
�
@@ -80589,11 +82353,11 @@
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�u�t� �i�n�t�o� �a� �c�o�r�n�e�r� �(�=�1�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�u�t� �o�n� �p�e�a�s� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�i�f� �v�i�b�r�a�t�o�r� �>� �0�:�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�r�o�t�i�c� �b�o�n�d�a�g�e� �(�=�2� �t�o� �3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�6� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�r�o�t�i�c� �b�o�n�d�a�g�e� �(�=�3� �t�o� �4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�6� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�E�r�o�t�i�c� �b�o�n�d�a�g�e�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�a�i�n�f�u�l� �b�o�n�d�a�g�e� �(�=�3� �t�o� �5�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�7� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�a�i�n�f�u�l� �b�o�n�d�a�g�e� �(�=�3� �t�o� �4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�4�6�7� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�4� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�a�n�c�e�l� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �e�n�d�
�
@@ -80704,9 +82468,9 @@
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�H�e�a�d�b�a�n�d� �(�$�3�)� �(�=�1�)�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �3�:�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�a�r�k�l�y� �r�i�n�g� �(�$�3�)� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�4�6�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�E�l�e�g�a�n�t� �r�i�n�g� �(�$�3�)� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�4�6�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�e�l�s�e�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�S�p�a�r�k�l�y� �r�i�n�g� �(�$�3�)� �(�=�2�)�<�b�r�>�<�/�d�i�v�>�}�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�_�g�r�a�y�"�>�E�l�e�g�a�n�t� �r�i�n�g� �(�$�3�)� �(�=�2�)�<�b�r�>�<�/�d�i�v�>�}�
�
 �	�e�n�d�
�
 �	�i�f� �s�p�a�r�k�s� �>�=� �5�:�
�
 �	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�G�e�m�s�t�o�n�e� �e�a�r�r�i�n�g�s� �(�$�5�)� �(�=�3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�4�6�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
@@ -80790,11 +82554,11 @@
 �e�n�d�
�
 �
�
 �i�f� �m�e�n�u�_�f�o�r�m� �=� �1�5�6�:�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�a�r�i�n�g�l�y� �a�p�p�r�o�v�e�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�r�a�i�s�e�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�W�e�i�g�h�t�y� �c�o�m�p�l�i�m�e�n�t�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�r�o�m�i�s�e� �a� �r�e�w�a�r�d�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�r�o�m�i�s�e� �a� �g�i�f�t�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�S�p�a�r�i�n�g�l�y� �a�p�p�r�o�v�e� �(�=�1�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�r�a�i�s�e� �(�=�2�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�W�e�i�g�h�t�y� �c�o�m�p�l�i�m�e�n�t� �(�=�3�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�3� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�r�o�m�i�s�e� �a� �r�e�w�a�r�d� �(�=�4�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�4� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�P�r�o�m�i�s�e� �a� �g�i�f�t� �(�=�5�)�<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �1�5�6�5� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�B�a�c�k� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �1�5� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �+�=� �{�<�b�r�>�<�d�i�v� �i�d�=�"�u�n�d�e�r�"�>�C�a�n�c�e�l� �<�b�r�>�<�d�i�v� �i�d� �=� �"�c�l�e�a�r�"�>�<�a� �h�r�e�f� �=� �'�E�X�E�C�:� �m�e�n�u�_�f�o�r�m� �=� �0� �&� �g�t� �"�d�e�m�o�_�m�e�n�u�_�f�o�r�m�"�'�>�<�i�m�g� �s�r�c� �=� �"�c�o�n�t�e�n�t�\�p�i�c�\�c�l�e�a�r�.�p�n�g�"�>�<�/�a�>�<�/�d�i�v�>�<�/�d�i�v�>�}�
�
 �e�n�d�
�
diff --git a/game/jack.qsp b/game/jack.qsp
index 83bcdfb1fb501473bef7de4c15a94feb911850dd..032569a5ad3ae0ce09b92e4cbadd23a10553e3c7 100644
GIT binary patch
delta 282267
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
DqzE!3

delta 105376
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
HV&i`T#>;J5

-- 
GitLab


From 86e2a181df76b438329cf760494383cddf254238 Mon Sep 17 00:00:00 2001
From: Sutopia <alan0511@gmail.com>
Date: Sat, 9 Dec 2023 18:26:00 -0600
Subject: [PATCH 4/6] Base changes for alchemy expansion - Lab interface and
 action flow is more intuitive now - It should be easy to expand upon the
 refactored structure

---
 Qgen/jack.txt            | 136 +++++++++++++++++++++++----------------
 game/json/menu_icon.json |   2 +
 2 files changed, 81 insertions(+), 57 deletions(-)

diff --git a/Qgen/jack.txt b/Qgen/jack.txt
index c6fdac39..55316648 100644
--- a/Qgen/jack.txt
+++ b/Qgen/jack.txt
@@ -19618,7 +19618,7 @@
 �	�	�e�l�s�e�
�
 �	�	�	�$�r�u�l�e�_�s�u�b�j�e�c�t� �=� �'�<�<�$�s�l�a�v�e�_�n�a�m�e�>�>�'�
�
 �	�	�e�n�d�
�
-�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�l�a�b�"�>�<�a� �c�l�a�s�s�=�"�w�i�d�e� �t�o�o�l�t�i�p�-�l�e�f�t�-�l�a�r�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�r�u�l�e�_�s�u�b�j�e�c�t�>�>�,� �b�r�e�w� �a� �p�o�t�i�o�n�& "� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�1� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�i�i�f�(�u�i�_�s�t�y�l�e� �=� �2�,� �'�'�u�i�\�g�r�i�m�d�a�r�k�\�b�u�t�t�o�n�s�\�l�a�b�.�p�n�g�'�'�,� �'�'�b�u�t�t�o�n�s�\�l�a�b�.�p�n�g�'�'�)�>�>�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
+�	�	�*�p� �'�<�d�i�v� �i�d� �=� �"�l�a�b�"�>�<�a� �c�l�a�s�s�=�"�w�i�d�e� �t�o�o�l�t�i�p�-�l�e�f�t�-�l�a�r�g�e�"� �t�o�o�l�t�i�p�-�d�a�t�a�=�"�<�<�$�r�u�l�e�_�s�u�b�j�e�c�t�>�>�,� �g�o� �t�o� �l�a�b� �.�.�.�"� �h�r�e�f� �=� �"�E�X�E�C�:� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�1� �&� �g�t� �'�'�i�n�t�e�r�a�c�t�i�o�n�'�'�"�>�<�i�m�g� �s�r�c�=�"�c�o�n�t�e�n�t�\�p�i�c�\�<�<�i�i�f�(�u�i�_�s�t�y�l�e� �=� �2�,� �'�'�u�i�\�g�r�i�m�d�a�r�k�\�b�u�t�t�o�n�s�\�l�a�b�.�p�n�g�'�'�,� �'�'�b�u�t�t�o�n�s�\�l�a�b�.�p�n�g�'�'�)�>�>�"�>�<�/�a�>�<�/�d�i�v�>�'�
�
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
@@ -23808,7 +23808,7 @@
 �	�	�c�o�p�y�a�r�r� �'�$�s�p�_�t�e�x�t�'�,� �'�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�'�
�
 �	�e�n�d�
�
 �	�c�o�p�y�a�r�r� �'�$�d�i�s�p�l�a�y�_�o�p�t�i�o�n�s�'�,� �'�$�l�a�b�_�o�p�t�i�o�n�s�'�
�
-�	�i�f� �d�e�b�u�g�_�i�n�t�e�r�a�c�t�i�o�n�s� �!� �2�:� �g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
+�	�g�t� �'�s�h�o�p�_�g�e�n�e�r�a�l�'�
�
 �e�n�d�
�
 �
�
 �$�i�n�t�e�r�a�c�t�i�o�n�_�b�r�e�w�_�p�o�t�i�o�n� �=� �{�
�
@@ -44238,6 +44238,14 @@
 �	�'�<�b�r�>�V�i�r�g�i�n� �M�e�a�t� �x�<�<�f�r�i�d�g�e�[�"�v�i�r�g�i�n�_�m�e�a�t�"�]�>�>�'�
�
 �e�n�d�
�
 �
�
+�i�f� �$�p�l�a�c�e� �=� �'�l�a�b�'�:�
�
+�	�$�p�l�a�c�e�_�i�n�f�o�[�$�p�l�a�c�e�]� �=� �'�A�L�C�H�E�M�Y� �M�A�T�E�R�I�A�L�S�:�'� �+� �_�
�
+�	�'�<�b�r�>�E�l�y�s�i�a�n� �D�a�t�u�r�a� �x�<�<�l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]�>�>�'� �+� �_�
�
+�	�'�<�b�r�>�K�a�m�r�i�a�n� �R�e�s�i�n� �x�<�<�l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]�>�>�'� �+� �_�
�
+�	�'�<�b�r�>�F�a�e�r�i�e�s�  �P�o�l�l�e�n� �x�<�<�l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]�>�>�'� �+� �_�
�
+�	�'�<�b�r�>�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n� �x�<�<�l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]�>�>�'�
�
+�e�n�d�
�
+�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �6�1�1�2�0� �o�r� �i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y� �=� �6�1�1�2�1�:�
�
 �	�$�i�n�f�o�_�b�a�r� �=� �$�s�t�o�c�k�_�a�t�t�r�i�b�_�l�i�s�t�
�
 �	�*�p� �'�<�d�i�v� �i�d� �=� �"�s�i�d�e�_�p�a�n�e�l�_�m�a�i�n�"�>�<�c�e�n�t�e�r�>�<�d�i�v� �s�t�y�l�e�=�"�f�o�n�t�-�s�i�z�e�:� �5�0�p�x�;�"�>�<�<�$�p�l�a�c�e�_�n�a�m�e�[�$�p�l�a�c�e�]�>�>�<�/�d�i�v�>�<�<�$�p�l�a�c�e�_�l�o�c�a�t�i�o�n�[�$�p�l�a�c�e�]�>�>�<�b�r�>�<�/�c�e�n�t�e�r�>�<�/�d�i�v�>�'�
�
@@ -46755,15 +46763,14 @@
 �$�g�e�t�_�p�o�t�_�d�e�s�c�r�i�p�t�i�o�n�[�"�0D@>48780:"�]� �=� �'� � �T�h�e� �r�e�s�u�l�t� �o�f� �d�i�s�t�i�l�l�i�n�g� �-� �a�n� �a�p�h�r�o�d�i�s�i�a�c�.� �I�t� �i�s� �n�o�t� �a� �s�t�r�o�n�g� �p�o�t�i�o�n�,� �b�u�t� �n�e�v�e�r�t�h�e�l�e�s�s�,� �i�t� �i�s� �a�b�l�e� �t�o� �i�n�c�r�e�a�s�e� �t�h�e� �i�m�b�i�b�e�r� s� �a�r�o�u�s�a�l� �a�n�d� �s�e�x� �d�r�i�v�e�.�'�
�
 �$�g�e�t�_�p�o�t�_�d�e�s�c�r�i�p�t�i�o�n�[�"�<>I=K9_�0D>48780:"�]� �=� �'� � �T�h�e� �r�e�s�u�l�t� �o�f� �d�i�s�t�i�l�l�i�n�g� �-� �a� �p�o�w�e�r�f�u�l� �a�p�h�r�o�d�i�s�i�a�c�.� �T�h�i�s� �p�o�w�e�r�f�u�l� �p�o�t�i�o�n� �i�n�s�t�a�n�t�l�y� �i�n�c�r�e�a�s�e�s� �t�h�e� �a�r�o�u�s�a�l� �l�e�v�e�l� �o�f� �t�h�e� �i�m�b�i�b�e�r� �t�o� �t�h�e� �p�h�y�s�i�o�l�o�g�i�c�a�l� �m�a�x�i�m�u�m�.� �U�s�e� �w�i�t�h� �c�a�u�t�i�o�n�.�'�
�
 �
�
-�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�0�]� �=� �'� � �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �s�t�a�r�t�s� �m�a�k�i�n�g� �a� �m�a�g�i�c� �p�o�t�i�o�n�.� �F�i�r�s�t� �o�f� �a�l�l�,� �s�h�e� �w�i�l�l� �n�e�e�d� �t�o� �c�h�o�o�s�e� �a� �b�a�s�e� �f�o�r� �t�h�e� �p�o�t�i�o�n� �a�n�d� �f�o�r� �t�h�e� �c�o�m�p�l�e�t�i�o�n� �o�f� �t�h�e� �p�r�o�c�e�s�s� �y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �s�p�e�n�d� �a� �s�p�a�r�k�.�'�
�
-�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�1�]� �=� �'� � �N�o�w� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �t�h�r�e�e� �i�n� �t�o�t�a�l� �a�n�d� �a�l�l� �n�e�c�e�s�s�a�r�i�l�y� �d�i�f�f�e�r�e�n�t�.�'�
�
-�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�2�]� �=� �'� � �N�o�w� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �t�h�r�e�e� �i�n� �t�o�t�a�l� �a�n�d� �a�l�l� �n�e�c�e�s�s�a�r�i�l�y� �d�i�f�f�e�r�e�n�t�.�'�
�
-�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�3�]� �=� �'� � �N�o�w� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �t�h�r�e�e� �i�n� �t�o�t�a�l� �a�n�d� �a�l�l� �n�e�c�e�s�s�a�r�i�l�y� �d�i�f�f�e�r�e�n�t�.�'�
�
+�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�0�]� �=� �'� � �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �s�t�e�p�s� �i�n�t�o� �t�h�e� �l�a�b� �a�n�d� �a�w�a�i�t�s� �y�o�u�r� �i�n�s�t�r�u�c�t�i�o�n�s�.�'�
�
+�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�1�]� �=� �'� � �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �s�t�a�r�t�s� �m�a�k�i�n�g� �a� �m�a�g�i�c� �p�o�t�i�o�n�.� �F�i�r�s�t� �o�f� �a�l�l�,� �s�h�e� �w�i�l�l� �n�e�e�d� �t�o� �c�h�o�o�s�e� �a� �b�a�s�e� �f�o�r� �t�h�e� �p�o�t�i�o�n� �a�n�d� �f�o�r� �t�h�e� �c�o�m�p�l�e�t�i�o�n� �o�f� �t�h�e� �p�r�o�c�e�s�s� �y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �s�p�e�n�d� �a� �s�p�a�r�k�.�'�
�
+�$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�[�2�]� �=� �'� � �N�o�w� �<�<�$�a�s�s�i�s�t�a�n�t�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �a�t� �l�e�a�s�t� �t�w�o� �i�n� �t�o�t�a�l�.�'�
�
+�
�
 �
�
-�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�0�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�r�t�s� �m�a�k�i�n�g� �a� �m�a�g�i�c� �p�o�t�i�o�n�.� �F�i�r�s�t� �o�f� �a�l�l�,� �s�h�e� �w�i�l�l� �n�e�e�d� �t�o� �c�h�o�o�s�e� �a� �b�a�s�e� �f�o�r� �t�h�e� �p�o�t�i�o�n� �a�n�d� �f�o�r� �t�h�e� �c�o�m�p�l�e�t�i�o�n� �o�f� �t�h�e� �p�r�o�c�e�s�s� �y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �s�p�e�n�d� �a� �s�p�a�r�k�.�'�
�
-�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�1�]� �=� �'� � �N�o�w� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �t�h�r�e�e� �i�n� �t�o�t�a�l� �a�n�d� �a�l�l� �n�e�c�e�s�s�a�r�i�l�y� �d�i�f�f�e�r�e�n�t�.�'�
�
-�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�2�]� �=� �'� � �N�o�w� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �t�h�r�e�e� �i�n� �t�o�t�a�l� �a�n�d� �a�l�l� �n�e�c�e�s�s�a�r�i�l�y� �d�i�f�f�e�r�e�n�t�.�'�
�
-�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�3�]� �=� �'� � �N�o�w� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �t�h�r�e�e� �i�n� �t�o�t�a�l� �a�n�d� �a�l�l� �n�e�c�e�s�s�a�r�i�l�y� �d�i�f�f�e�r�e�n�t�.�'�
�
+�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�0�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�e�p�s� �i�n�t�o� �t�h�e� �l�a�b� �a�n�d� �a�w�a�i�t�s� �y�o�u�r� �i�n�s�t�r�u�c�t�i�o�n�s�.�'�
�
+�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�1�]� �=� �'� � �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �s�t�a�r�t�s� �m�a�k�i�n�g� �a� �m�a�g�i�c� �p�o�t�i�o�n�.� �F�i�r�s�t� �o�f� �a�l�l�,� �s�h�e� �w�i�l�l� �n�e�e�d� �t�o� �c�h�o�o�s�e� �a� �b�a�s�e� �f�o�r� �t�h�e� �p�o�t�i�o�n� �a�n�d� �f�o�r� �t�h�e� �c�o�m�p�l�e�t�i�o�n� �o�f� �t�h�e� �p�r�o�c�e�s�s� �y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �s�p�e�n�d� �a� �s�p�a�r�k�.�'�
�
+�$�s�l�a�v�e�_�a�l�c�h�e�m�i�s�t�[�2�]� �=� �'� � �N�o�w� �<�<�$�s�l�a�v�e�_�n�a�m�e�>�>� �m�u�s�t� �c�h�o�o�s�e� �t�h�e� �c�o�m�b�i�n�a�t�i�o�n� �o�f� �d�i�f�f�e�r�e�n�t� �c�o�m�p�o�n�e�n�t�s�.� �S�h�o�u�l�d� �b�e� �a�t� �l�e�a�s�t� �t�w�o� �i�n� �t�o�t�a�l�.�'�
�
 �
�
 �$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�_�r�u�l�e�_�a�b�o�r�t� �=� �'� � �Y�o�u� �t�e�l�l� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �t�h�a�t� �y�o�u� �w�i�l�l� �m�i�x� �p�o�t�i�o�n�s� �w�i�t�h� �y�o�u�r� �s�l�a�v�e�.� �H�o�w�e�v�e�r�,� �i�n� �t�h�o�s�e� �m�o�m�e�n�t�s� �w�h�e�n� �t�h�e� �s�l�a�v�e� �i�s� �n�o�t� �a�b�l�e� �t�o� �d�o� �t�h�i�s�,� �r�e�s�p�o�n�s�i�b�i�l�i�t�y� �w�i�l�l� �s�t�i�l�l� �r�e�m�a�i�n� �f�o�r� �y�o�u�r� �a�s�s�i�s�t�a�n�t�.�'�
�
 �$�a�s�s�i�s�t�a�n�t�_�a�l�c�h�e�m�i�s�t�_�r�u�l�e� �=� �'� � �Y�o�u� �t�e�l�l� �y�o�u�r� �a�s�s�i�s�t�a�n�t� �t�h�a�t� �f�r�o�m� �n�o�w� �o�n� �s�h�e� �w�i�l�l� �b�e� �r�e�s�p�o�n�s�i�b�l�e� �f�o�r� �b�r�e�w�i�n�g� �m�a�g�i�c� �p�o�t�i�o�n�s�.�'�
�
@@ -62057,89 +62064,104 @@
 �	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
 �	�	�e�n�d�
�
 �	�e�l�s�e�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�w�a�t�e�r�"� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�p�r�i�n�g� �W�a�t�e�r�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�B�r�e�w� �P�o�t�i�o�n�'�)�
�
+�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�l�a�v�e�_�a�c�t�,� �'�a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �!� �1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�S�w�i�t�c�h� �A�l�c�h�e�m�i�s�t�'�)�
�
+�	�e�n�d�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�L�e�a�v�e� �L�a�b�'�)� �&�!�d�i�r�t�y� �i�m�p�l�e�m�e�n�t�a�t�i�o�n�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
+�}�
�
+�!�b�r�e�w� �p�o�t�i�o�n� �b�a�s�e�
�
+�$�l�a�b�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�r�e�d�i�r�e�c�t�_�f�r�o�m�_�b�a�s�e� �=� �1�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
+�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�	�e�n�d�
�
+�	�e�l�s�e�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
+�	�e�n�d�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�w�a�t�e�r�"� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�p�r�i�n�g� �W�a�t�e�r�'�)�
�
 �	�i�f� �f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�p�i�r�i�t�"� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�t�r�o�n�g� �A�l�c�o�h�o�l�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�p�i�r�i�t�"� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�t�r�o�n�g� �A�l�c�o�h�o�l�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�S�t�r�o�n�g� �A�l�c�o�h�o�l�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �a�l�c�o�h�o�l�'�)�
�
 �	�e�n�d�
�
 �	�i�f� �l�a�b�_�s�t�o�r�e�[�"�s�l�i�m�e�"�]� �>� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�m�u�c�u�s�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�l�i�m�e�"� �&� �s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�i�e�n�d� s� �M�u�c�u�s�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�m�u�c�u�s�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�s�l�i�m�e�"� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�i�e�n�d� s� �M�u�c�u�s�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�m�u�c�u�s�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�i�e�n�d� s� �M�u�c�u�s�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�i�e�n�d� �m�u�c�u�s�'�)�
�
 �	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�p�e�a�t�_�r�e�c�i�p�e�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�R�e�p�e�a�t� �L�a�s�t� �R�e�c�i�p�e�'�)�
�
-�	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�l�a�v�e�_�a�c�t�,� �'�a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �!� �1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�S�w�i�t�c�h� �A�l�c�h�e�m�i�s�t�'�)�
�
-�	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�s�p�_�t�x�t� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
-�
�
-�$�l�a�b�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
-�	�p�u�t�_�k�a�n�a�b�i�s� �=� �0�
�
-�	�p�u�t�_�k�o�f�f�e� �=� �0�
�
-�	�p�u�t�_�m�e�t�h� �=� �0�
�
-�	�p�u�t�_�o�p�i�u�m� �=� �0�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�!� �m�e�n�u� �a�f�t�e�r� �s�e�l�e�c�t�i�n�g� �b�a�s�e�
�
+�$�l�a�b�_�o�p�t�i�o�n�s�[�2�]� �=� �{�
�
+�	�i�f� �r�e�d�i�r�e�c�t�_�f�r�o�m�_�b�a�s�e� �=� �1�:�
�
+�	�	�p�u�t�_�k�a�n�a�b�i�s� �=� �0�
�
+�	�	�p�u�t�_�k�o�f�f�e� �=� �0�
�
+�	�	�p�u�t�_�m�e�t�h� �=� �0�
�
+�	�	�p�u�t�_�o�p�i�u�m� �=� �0�
�
+�	�	�r�e�d�i�r�e�c�t�_�f�r�o�m�_�b�a�s�e� �=� �0�
�
+�	�e�n�d�
�
+�	�i�f� �n�s�f�w� �=� �0�:� �
�
+�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
+�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�	�e�l�s�e�
�
+�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�	�e�n�d�
�
+�	�e�l�s�e�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
+�	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0�:�
�
+�	�i�f� �p�u�t�_�k�a�n�a�b�i�s� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�_�g�r�a�y�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �0� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�m�o�v�e� �E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
+�	�e�l�s�e�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�l�y�s�i�a�n� �d�a�t�u�r�a�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0�:�
�
+�	�i�f� �p�u�t�_�k�o�f�f�e� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�_�g�r�a�y�,� �'�p�u�t�_�k�o�f�f�e� �=� �0� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�m�o�v�e� �K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
+�	�e�l�s�e�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �k�a�m�r�i�a�n� �r�e�s�i�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0�:�
�
+�	�i�f� �p�u�t�_�m�e�t�h� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�_�g�r�a�y�,� �'�p�u�t�_�m�e�t�h� �=� �0� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�m�o�v�e� �F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
+�	�e�l�s�e�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�a�e�r�i�e�s�  �p�o�l�l�e�n�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0�:�
�
+�	�i�f� �p�u�t�_�o�p�i�u�m� �>� �0�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�_�g�r�a�y�,� �'�p�u�t�_�o�p�i�u�m� �=� �0� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�R�e�m�o�v�e� �E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
+�	�e�l�s�e�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
 �	�e�l�s�e�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n�'�)�
�
 �	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
-�}�
�
-�
�
-�$�l�a�b�_�o�p�t�i�o�n�s�[�2�]� �=� �{�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�a�n�a�b�i�s�"�]� �>� �0� �a�n�d� �p�u�t�_�k�a�n�a�b�i�s� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�,� �'�p�u�t�_�k�a�n�a�b�i�s� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�)�
�
-�	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�d�a�t�u�r�a�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�l�y�s�i�a�n� �D�a�t�u�r�a�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�l�y�s�i�a�n� �d�a�t�u�r�a�'�)�
�
-�	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�k�o�f�f�e�"�]� �>� �0� �a�n�d� �p�u�t�_�k�o�f�f�e� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�,� �'�p�u�t�_�k�o�f�f�e� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�)�
�
+�	�i�f� �(�p�u�t�_�k�a�n�a�b�i�s� �+� �p�u�t�_�k�o�f�f�e� �+� �p�u�t�_�m�e�t�h� �+� �p�u�t�_�o�p�i�u�m�)� �>� �1�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�b�r�e�w�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �2�2� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�B�r�e�w�'�)�
�
 �	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�r�e�s�i�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�K�a�m�r�i�a�n� �R�e�s�i�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �k�a�m�r�i�a�n� �r�e�s�i�n�'�)�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�b�r�e�w�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�r�e�w�'�,� �'�A�d�d� �a�t� �l�e�a�s�t� �t�w�o� �i�n�g�r�e�d�i�e�n�t�s�'�)�
�
 �	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�m�e�t�h�"�]� �>� �0� �a�n�d� �p�u�t�_�m�e�t�h� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�,� �'�p�u�t�_�m�e�t�h� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�)�
�
-�	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�p�o�l�l�e�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�F�a�e�r�i�e�s�  �P�o�l�l�e�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �f�a�e�r�i�e�s�  �p�o�l�l�e�n�'�)�
�
-�	�e�n�d�
�
-�	�i�f� �l�a�b�_�s�t�o�r�e�[�"�o�p�i�u�m�"�]� �>� �0� �a�n�d� �p�u�t�_�o�p�i�u�m� �=� �0�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�,� �'�p�u�t�_�o�p�i�u�m� �=� �1� �&� �s�p�_�t�x�t� �=� �3� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�)�
�
-�	�e�l�s�e�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�o�b�l�i�v�i�o�n�_�g�r�a�y�,� �e�m�p�t�y�,� �'�E�s�s�e�n�c�e� �o�f� �O�b�l�i�v�i�o�n�'�,� �'�Y�o�u� �h�a�v�e� �n�o� �e�s�s�e�n�c�e� �o�f� �o�b�l�i�v�i�o�n�'�)�
�
-�	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�t�o�r�e�_�o�p�t�i�o�n�s�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�G�o� �b�a�c�k� �t�o� �s�e�l�e�c�t� �b�a�s�e�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�s�p�_�t�x�t� �=� �0� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�C�a�n�c�e�l� �B�r�e�w�i�n�g�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
-�
�
+�!� �u�n�u�s�e�d�
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�3�]� �=� �{�
�
 �	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
diff --git a/game/json/menu_icon.json b/game/json/menu_icon.json
index 7b717e80..ac707295 100644
--- a/game/json/menu_icon.json
+++ b/game/json/menu_icon.json
@@ -1478,6 +1478,8 @@
     "menu_item_lab_pollen_gray": "<li id=\"grey\" style=\"background: url('content/pic/ui overhaul/faeries` pollen_gray.png'); background-repeat: no-repeat;\">",
     "menu_item_lab_oblivion": "<li style=\"background: url('content/pic/ui overhaul/essence of oblivion.png'); background-repeat: no-repeat;\">",
     "menu_item_lab_oblivion_gray": "<li id=\"grey\" style=\"background: url('content/pic/ui overhaul/essence of oblivion_gray.png'); background-repeat: no-repeat;\">",
+    "menu_item_lab_brew": "<li style=\"background: url('content/pic/ui overhaul/brew_potion.png'); background-repeat: no-repeat;\">",
+    "menu_item_lab_brew_gray": "<li id=\"grey\" style=\"background: url('content/pic/ui overhaul/brew_potion_gray.png'); background-repeat: no-repeat;\">",
     "menu_item_lab_repeat_recipe": "<li style=\"background: url('content/pic/ui overhaul/laboratory.png'); background-repeat: no-repeat;\">",
     "menu_item_bodypiercing": "<li style=\"background: url('content/pic/ui overhaul/body modification.png'); background-repeat: no-repeat;\">",
     "menu_item_bodypiercing_gray": "<li id=\"grey\" style=\"background: url('content/pic/ui overhaul/body modification_gray.png'); background-repeat: no-repeat;\">",
-- 
GitLab


From a55de0518ca3ccb81cd2f36929a7c56e4fbac525 Mon Sep 17 00:00:00 2001
From: Sutopia <alan0511@gmail.com>
Date: Sat, 9 Dec 2023 22:13:00 -0600
Subject: [PATCH 5/6] Make cheese from milk

(cherry picked from commit d8a8e4217d99f52b6efc81298d62b642ba8cd7c0)
---
 Qgen/jack.txt | 132 +++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 98 insertions(+), 34 deletions(-)

diff --git a/Qgen/jack.txt b/Qgen/jack.txt
index 55316648..2bff9397 100644
--- a/Qgen/jack.txt
+++ b/Qgen/jack.txt
@@ -2320,7 +2320,7 @@
 �e�n�d�
�
 �
�
 �i�f� �$�a�r�g�s�[�0�]� �=� �'�m�e�n�u�_�f�o�r�m�_�2�'�:�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�2�'�,� � �$�a�r�g�s�[�1�]�,� �a�r�g�s�[�2�]�,� �'�m�e�n�u�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �$�a�r�g�s�[�3�]�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�g�o�t�o�_�2�'�,� � �$�a�r�g�s�[�1�]�,� �a�r�g�s�[�2�]�,� �'�$�p�l�a�c�e� �=� �"�h�o�m�e�_�l�u�x�"� �&� �m�e�n�u�_�f�o�r�m�'�,� �'�m�e�n�u�_�f�o�r�m�'�,� �$�a�r�g�s�[�3�]�)� �&�!�f�o�r�c�e� �u�p�d�a�t�e� �b�g�
�
 �e�n�d�
�
 �
�
 �i�f� �$�a�r�g�s�[�0�]� �=� �'�i�n�t�e�r�a�c�t�i�o�n�_�c�i�t�y�'�:�
�
@@ -11667,6 +11667,19 @@
 �
�
 �-�-�-� �$�a�p�p�r�o�p�r�i�a�t�e�_�b�u�y�e�r�s�_�l�i�s�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
 �
�
+�#� �$�l�a�b�_�s�h�o�w�_�a�l�c�h�e�m�i�s�t�
�
+�i�f� �n�s�f�w� �=� �0�:� �
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�e�l�s�e�
�
+�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
+�	�e�n�d�
�
+�e�l�s�e�
�
+�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
+�e�n�d�
�
+�
�
+�-�-�-� �$�l�a�b�_�s�h�o�w�_�a�l�c�h�e�m�i�s�t� �-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�
�
+�
�
 �#� �m�o�o�d�l�e�t�s�
�
 �!�u�p�d�a�t�e� �m�a�s�t�e�r� �"�p�e�r�m�a�n�e�n�t�"� �(�s�i�t�u�a�t�i�o�n�a�l�l�y� �d�e�r�i�v�e�d�,� �c�o�n�s�t�a�n�t�l�y� �r�e�f�r�e�s�h�e�d�)� �m�o�o�d�l�e�t�s�
�
 �
�
@@ -17749,6 +17762,13 @@
 �	�p�r�i�s�o�n�e�r�_�f�a�t�t�e�n�i�n�g� �=� �0�
�
 �e�n�d�
�
 �
�
+�!� �c�i�r�c�u�l�a�r� �b�u�f�f�e�r� �-� �S�u�t�o�p�i�a�
�
+�i�f� �m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]� �>� �0�:�
�
+�	�f�r�i�d�g�e�[�'�m�a�k�e�_�c�h�e�e�s�e�'�]� �-�=� �m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]�
�
+�	�f�r�i�d�g�e�[�'�c�h�e�e�s�e�'�]� �+�=� �m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]�
�
+�	�m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]� �=� �0�
�
+�e�n�d�
�
+�
�
 �!� �n�o�t�e� �$�r�e�c�a�l�c�_�e�q�u�i�p�m�e�n�t�_�b�o�n�u�s�e�s� �c�a�n� �i�n�t�e�r�r�u�p�t� �n�e�x�t�_�d�a�y� �i�f� �a� �s�l�a�v�e� �r�e�f�u�s�e�s� �t�o� �w�e�a�r� �a�n� �i�t�e�m� �(�c�u�r�r�e�n�t�l�y� �o�n�l�y� �p�e�t�s�u�i�t� �i�s� �e�q�u�i�p�p�e�d� �d�u�r�i�n�g� �n�e�x�t�_�d�a�y� �a�n�d� �w�e� �c�h�e�c�k� �f�o�r� �r�e�f�u�s�a�l� �c�o�n�d�i�t�i�o�n�s�)�
�
 �$�n�e�x�t�_�d�a�y�_�a�p�p�l�y�_�o�v�e�r�n�i�g�h�t�_�i�t�e�m�_�b�o�n�u�s�e�s� �=� �{�
�
 �	�!�d�a�i�l�y� �b�o�n�u�s�e�s� �-� �i�m�p�r�o�v�e�d� �-� �c�r�u�s�h�b�o�s�s� �(�d�a�i�l�y�_�b�o�n�u�s�[�'�a�r�o�u�s�a�l�'�]� �i�s� �h�a�n�d�l�e�d� �i�n� �$�n�e�x�t�_�d�a�y�_�s�l�a�v�e�_�a�r�o�u�s�a�l� �-� �I�m�p�e�r�a�t�o�r�A�u�g�u�s�t�u�s�)�
�
@@ -19754,12 +19774,13 @@
 �$�l�e�f�t�_�t�e�x�t�_�l�i�s�t� �=� �'�'�
�
 �$�m�i�d�d�l�e�_�t�e�x�t�_�l�i�s�t� �=� �'�'�
�
 �$�r�i�g�h�t�_�t�e�x�t�_�l�i�s�t� �=� �'�'�
�
-�
�
+�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e� �&�!� �f�o�r�c�e� �u�p�d�a�t�e� �t�o� �a�v�o�i�d� �i�n�a�c�c�u�r�a�t�e� �d�i�s�p�l�a�y�s�
�
 �i�f� �k�i�t�c�h�e�n� �>� �0�:� �
�
 �	�$�l�e�f�t�_�t�e�x�t�_�l�i�s�t� �+�=� �'�<�u�>�C�R�Y�O�S�T�O�R�E�<�/�u�>� �[�<�<�f�r�i�d�g�e�_�i�t�e�m�s�>�>�/�<�<�e�s�t�a�t�e�_�s�i�z�e�[�$�e�s�t�a�t�e�]�>�>�]�:�<�b�r�>�'� �+� �_�
�
 �	�'�F�l�o�u�r� �a�n�d� �G�r�a�i�n�s� �E<�<�f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �E<�<�f�r�i�d�g�e�[�"�s�p�i�c�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�C�h�e�e�s�e� �a�n�d� �B�u�t�t�e�r� �E<�<�f�r�i�d�g�e�[�"�c�h�e�e�s�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�D�e�v�e�l�o�p�i�n�g� �C�h�e�e�s�e� �E<�<�f�r�i�d�g�e�[�"�m�a�k�e�_�c�h�e�e�s�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�V�e�g�e�t�a�b�l�e�s� �E<�<�f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�A�l�c�o�h�o�l� �E<�<�f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�E�g�g�s� �E<�<�f�r�i�d�g�e�[�"�e�g�g�s�"�]�>�>�<�b�r�>�'� �+� �_�
�
@@ -19769,7 +19790,17 @@
 �	�'�T�e�n�d�e�r�l�o�i�n� �E<�<�f�r�i�d�g�e�[�"�m�e�a�t�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�C�h�o�p�p�e�d� �M�e�a�t� �E<�<�f�r�i�d�g�e�[�"�m�i�n�c�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
 �	�'�S�p�a�w�n� s� �S�e�m�e�n� �x�<�<�s�p�a�w�n�_�s�e�m�e�n�>�>�<�b�r�>�'�
�
+�e�l�s�e�
�
+�	�$�l�e�f�t�_�t�e�x�t�_�l�i�s�t� �+�=� �'�<�u�>�S�H�E�L�F�<�/�u�>� �[�<�<�f�r�i�d�g�e�_�i�t�e�m�s�>�>�/�<�<�e�s�t�a�t�e�_�s�i�z�e�[�$�e�s�t�a�t�e�]�>�>�]�:�<�b�r�>�'� �+� �_�
�
+�	�'�F�l�o�u�r� �a�n�d� �G�r�a�i�n�s� �E<�<�f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �E<�<�f�r�i�d�g�e�[�"�s�p�i�c�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�V�e�g�e�t�a�b�l�e�s� �E<�<�f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�A�l�c�o�h�o�l� �E<�<�f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]�>�>�<�b�r�>�'� �+� �_�
�
+�	�'�S�p�a�w�n� s� �S�e�m�e�n� �x�<�<�s�p�a�w�n�_�s�e�m�e�n�>�>�<�b�r�>�'�
�
 �e�n�d�
�
+�$�l�e�f�t�_�t�e�x�t�_�l�i�s�t� �+�=� �'�<�b�r�>�<�u�>�C�A�M�P�I�N�G�:�<�/�u�>�'� �+� �_�
�
+�	�'�<�b�r�>�P�o�r�t�a�b�l�e� �S�t�o�v�e� �F�u�e�l� �x�<�<�p�o�r�t�a�b�l�e�_�s�t�o�v�e�>�>�'�
�
+�
�
 �i�f� �l�a�b� �>� �0�:�
�
 �	�$�m�i�d�d�l�e�_�t�e�x�t�_�l�i�s�t� �+�=� �'�<�u�>�L�A�B�O�R�A�T�O�R�Y�<�/�u�>� �[�<�<�l�a�b�_�i�t�e�m�s�>�>�]�:�<�b�r�>�'� �+� �_�
�
 �	�'�F�i�e�n�d� s� �m�u�c�u�s� �E<�<�l�a�b�_�s�t�o�r�e�[�"�s�l�i�m�e�"�]�>�>�<�b�r�>�'� �+� �_�
�
@@ -23900,6 +23931,46 @@
 �	�e�n�d�
�
 �e�n�d�
�
 �
�
+�!�m�a�k�e� �c�h�e�e�s�e� �a�n�d� �c�r�e�a�m�
�
+�
�
+�$�i�n�t�e�r�a�c�t�i�o�n�_�m�a�k�e�_�c�h�e�e�s�e� �=� �{�
�
+�	�n�p�c� �=� �0�
�
+�	�$�p�l�a�c�e� �=� �'�l�a�b�'�
�
+�	�$�r�e�t�u�r�n�_�l�o�c�k� �=� �'�m�e�n�u�_�f�o�r�m�'�
�
+�	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �b�o�i�l� �t�h�e� �m�i�l�k� �a�n�d� �w�a�i�t� �f�o�r� �i�t� �t�o� �c�o�o�l�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �c�a�r�e�f�u�l�l�y� �c�o�l�l�e�c�t�s� �t�h�e� �t�o�p� �l�a�y�e�r� �o�f� �f�a�t� �a�n�d� �p�u�t� �t�h�e�m� �i�n�t�o� �t�h�e� �f�r�i�d�g�e�.�'�
�
+�	�$�t�e�x�t�[�2�]� �=� �'� � �Y�o�u� �p�o�u�r� �t�h�e� �r�e�m�a�i�n�i�n�g� �m�i�l�k� �i�n�t�o� �a� �c�o�l�a�n�d�e�r� �l�i�n�e�d� �w�i�t�h� �c�h�e�e�s�e� �c�l�o�t�h�.� �T�h�e�n�,� �y�o�u� �r�i�n�s�e� �t�h�e� �c�h�e�e�s�e� �w�i�t�h� �s�p�r�i�n�g� �w�a�t�e�r�,� �s�q�u�e�e�z�e� �e�x�c�e�s�s� �l�i�q�u�i�d� �o�u�t� �a�n�d� �p�u�t� �i�t� �i�n�t�o� �t�h�e� �f�r�i�d�g�e� �t�o� �m�a�t�u�r�e�.�'�
�
+�	�$�t�e�x�t�[�3�]� �=� �'� � �Y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �w�a�i�t� �a� �d�e�c�a�d�e� �b�e�f�o�r�e� �t�h�e� �c�h�e�e�s�e� �i�s� �f�u�l�l�y� �m�a�t�u�r�e� �w�h�i�l�e� �t�h�e� �c�r�e�a�m� �s�e�p�a�r�a�t�e�d� �c�a�n� �b�e� �u�s�e�d� �i�n� �c�o�o�k�i�n�g� �i�m�m�e�d�i�a�t�e�l�y�.�'�
�
+�	�m�i�l�k�_�s�t�o�c�k� �=� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �+� �m�i�l�k�_�s�t�o�c�k� �-� �1�0�
�
+�	�i�f� �(�m�i�l�k�_�s�t�o�c�k� �>� �1�0�)�:�
�
+�	�	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �1�0�
�
+�	�	�m�i�l�k�_�s�t�o�c�k� �-�=� �1�0�
�
+�	�e�l�s�e�
�
+�	�	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �m�i�l�k�_�s�t�o�c�k�
�
+�	�	�m�i�l�k�_�s�t�o�c�k� �=� �0�
�
+�	�e�n�d�
�
+�	�f�r�i�d�g�e�[�'�m�a�k�e�_�c�h�e�e�s�e�'�]� �+�=� �7� �+� �(�(�m�a�s�t�e�r�_�m�a�g�e� �+� �1�)� �/� �2�)�
�
+�	�m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]� �=� �7� �+� �(�(�m�a�s�t�e�r�_�m�a�g�e� �+� �1�)� �/� �2�)�
�
+�	�c�r�e�a�m�_�g�a�i�n� �=� �(�d�y�n�a�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �+� �1�)� �*� �(�d�y�n�s�l�a�v�e�[�'�d�e�x�t�e�r�i�t�y�'�]� �+� �2�)� �/� �3�
�
+�	�i�f� �c�r�e�a�m�_�g�a�i�n� �=� �0�:�
�
+�	�	�$�t�e�x�t�[�4�]� �=� �'� � �W�h�e�n� �y�o�u� �o�p�e�n� �t�h�e� �f�r�i�d�g�e� �y�o�u� �n�o�t�i�c�e�d� �t�h�e�r�e� �i�s� �n�o� �f�r�e�s�h� �c�r�e�a�m�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�p�p�a�r�e�n�t�l�y� �m�e�s�s�e�d� �u�p� �a�n�d� �n�e�e�d�s� �t�o� �b�e� �p�u�n�i�s�h�e�d�!�'�
�
+�	�	�s�h�o�w�_�d�y�n�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
+�	�	�d�y�n�a�m�i�c� �$�s�i�n�_�g�a�i�n�e�d�_�n�o�w�,� �'�d�y�n�s�l�a�v�e�'�
�
+�	�e�l�s�e�
�
+�	�	�f�r�i�d�g�e�[�'�c�r�e�a�m�'�]� �+�=� �c�r�e�a�m�_�g�a�i�n�
�
+�	�e�n�d�
�
+�	�d�y�n�s�l�a�v�e�[�'�h�a�l�f�_�a�c�t�i�o�n�'�]� �+�=� �1�
�
+�	�d�y�n�s�l�a�v�e�_�r�a�t�e�[�'�h�y�g�i�e�n�e�'�]� �+�=� �5�
�
+�	�m�a�s�t�e�r�_�h�y�g�i�e�n�e�_�r�a�t�e� �+�=� �5�
�
+�}�
�
+�
�
+�i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �2�5�1�:�
�
+�	�i�f� �a�s�s�i�s�t�a�n�t�[�'�a�l�c�h�e�m�i�s�t�_�r�u�l�e�'�]� �=� �1� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�n�t�e�r�a�c�t�i�o�n�_�m�a�k�e�_�c�h�e�e�s�e�,� �'�d�y�n�s�l�a�v�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�)�
�
+�	�e�l�s�e�
�
+�	�	�d�y�n�a�m�i�c� �$�r�e�p�l�a�c�e�(�$�i�n�t�e�r�a�c�t�i�o�n�_�m�a�k�e�_�c�h�e�e�s�e�,� �'�d�y�n�s�l�a�v�e�'�,� �'�s�l�a�v�e�'�)�
�
+�	�e�n�d�
�
+�e�n�d�
�
+�
�
 �!�s�l�a�v�e� �s�l�e�e�p�i�n�g� �c�o�n�d�i�t�i�o�n�
�
 �i�f� �i�n�t�e�r�a�c�t�i�o�n� �=� �3�2�1�:�
�
 �	�s�l�a�v�e�[�'�s�l�e�e�p�_�c�o�n�d�i�t�i�o�n�'�]� �=� �-�2�
�
@@ -44220,6 +44291,7 @@
 �	�'�<�b�r�>�G�r�a�i�n�s� �a�n�d� �F�l�o�u�r� �E<�<�f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]�>�>�'� �+� �_�
�
 �	�'�<�b�r�>�H�e�r�b�s� �a�n�d� �S�p�i�c�e�s� �x�<�<�f�r�i�d�g�e�[�"�s�p�i�c�e�"�]�>�>�'� �+� �_�
�
 �	�'�<�b�r�>�C�h�e�e�s�e� �a�n�d� �B�u�t�t�e�r� �x�<�<�f�r�i�d�g�e�[�"�c�h�e�e�s�e�"�]�>�>�'� �+� �_�
�
+�	�'�<�b�r�>�D�e�v�e�l�o�p�i�n�g� �C�h�e�e�s�e� �E<�<�f�r�i�d�g�e�[�"�m�a�k�e�_�c�h�e�e�s�e�"�]�>�>�'� �+� �_�
�
 �	�'�<�b�r�>�A�l�c�o�h�o�l� �x�<�<�f�r�i�d�g�e�[�"�a�l�c�o�h�o�l�"�]�>�>�'� �+� �_�
�
 �	�'�<�b�r�>�E�g�g�s� �x�<�<�f�r�i�d�g�e�[�"�e�g�g�s�"�]�>�>�'� �+� �_�
�
 �	�'�<�b�r�>�M�i�l�k� �x�<�<�f�r�i�d�g�e�[�"�m�i�l�k�"�]�>�>�'� �+� �_�
�
@@ -50936,7 +51008,7 @@
 �}�
�
 �
�
 �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e� �=� �{�
�
-�	�f�r�i�d�g�e�_�i�t�e�m�s� �=� �f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]� �+� �f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]� �+� �f�r�i�d�g�e�[�"�s�p�i�c�e�"�]� �+� �f�r�i�d�g�e�[�"�c�h�e�e�s�e�"�]� �+� �f�r�i�d�g�e�[�"�e�g�g�s�"�]� �+� �f�r�i�d�g�e�[�"�m�i�l�k�"�]� �+� �f�r�i�d�g�e�[�"�c�r�e�a�m�"�]� �+� �f�r�i�d�g�e�[�"�m�i�n�c�e�"�]� �+� �f�r�i�d�g�e�[�"�m�e�a�t�"�]� �+� �f�r�i�d�g�e�[�"�v�i�r�g�i�n�_�m�e�a�t�"�]�
�
+�	�f�r�i�d�g�e�_�i�t�e�m�s� �=� �f�r�i�d�g�e�[�"�v�e�g�e�t�a�b�l�e�s�"�]� �+� �f�r�i�d�g�e�[�"�f�l�o�w�e�r�"�]� �+� �f�r�i�d�g�e�[�"�s�p�i�c�e�"�]� �+� �f�r�i�d�g�e�[�"�c�h�e�e�s�e�"�]� �+� �f�r�i�d�g�e�[�"�e�g�g�s�"�]� �+� �f�r�i�d�g�e�[�"�m�i�l�k�"�]� �+� �f�r�i�d�g�e�[�"�c�r�e�a�m�"�]� �+� �f�r�i�d�g�e�[�"�m�i�n�c�e�"�]� �+� �f�r�i�d�g�e�[�"�m�e�a�t�"�]� �+� �f�r�i�d�g�e�[�"�v�i�r�g�i�n�_�m�e�a�t�"�]� �+� �f�r�i�d�g�e�[�"�m�a�k�e�_�c�h�e�e�s�e�"�]�
�
 �	�f�r�i�d�g�e�_�s�p�a�c�e� �=� �e�s�t�a�t�e�_�s�i�z�e�[�$�e�s�t�a�t�e�]� �-� �f�r�i�d�g�e�_�i�t�e�m�s�
�
 �}�
�
 �
�
@@ -62043,7 +62115,7 @@
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �$�m�e�n�u�_�i�t�e�m�_�A�u�s�p�e�x�s�p�e�l�l�b�o�o�k�,� �m�e�n�u�_�A�u�s�p�e�x�s�p�e�l�l�b�o�o�k�,� �'�A�u�s�p�e�x�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�g�n�i�f�i�k�a�s�p�e�l�l�b�o�o�k�,� �m�e�n�u�_�M�a�g�n�i�f�i�k�a�s�p�e�l�l�b�o�o�k�,� �'�M�a�g�n�a� �M�a�g�n�i�f�i�k�a�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�i�n�t�e�r�a�c�t�i�o�n�'�,� �$�m�e�n�u�_�i�t�e�m�_�v�e�r�i�t�a�s�s�p�e�l�l�b�o�o�k�,� �m�e�n�u�_�v�e�r�i�t�a�s�s�p�e�l�l�b�o�o�k�,� �'�S�e�n�t�e�n�t�i�a� �V�e�r�i�t�a�s�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�a�c�k�s�p�e�l�l�b�o�o�k�,� �m�e�n�u�_�B�a�c�k�s�p�e�l�l�b�o�o�k�,� �'�B�a�c�k�'�,� �'�B�a�c�k�'�)�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�B�a�c�k�s�p�e�l�l�b�o�o�k�,� �6�,� �'�B�a�c�k�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�1�'�)�
�
@@ -62057,36 +62129,36 @@
 �
�
 �!�o�w�n� �l�a�b�o�r�a�t�o�r�y�
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�0�]� �=� �{�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
-�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
-�	�	�e�l�s�e�
�
-�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
-�	�	�e�n�d�
�
-�	�e�l�s�e�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
-�	�e�n�d�
�
+�	�g�s� �'�$�l�a�b�_�s�h�o�w�_�a�l�c�h�e�m�i�s�t�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�B�r�e�w� �P�o�t�i�o�n�'�)�
�
+�	�i�f� �(�s�p�a�r�k�s� �>� �0�)�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�s�p�_�t�x�t� �=� �1� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�B�r�e�w� �P�o�t�i�o�n�'�)�
�
+�	�e�l�s�e�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�a�l�c�o�h�o�l�_�g�r�a�y�,� �e�m�p�t�y�,� �'�B�r�e�w� �P�o�t�i�o�n�'�,� �'�Y�o�u� �c�a�n�n�o�t� �a�f�f�o�r�d� �b�r�e�w�i�n�g� �a� �p�o�t�i�o�n� �(�1�$�)�'�)�
�
+�	�e�n�d�
�
+�	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
+�	�i�f� �(�f�r�i�d�g�e� �=� �0�)�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �c�a�n�n�o�t� �s�t�o�r�e� �t�h�e� �p�r�o�d�u�c�t�'�)�
�
+�	�e�l�s�e�i�f� �(�f�r�i�d�g�e�_�s�p�a�c�e� �<� �5�)�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e� �p�r�o�d�u�c�t�'�)�
�
+�	�e�l�s�e�i�f� �(�(�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �+� �m�i�l�k�_�s�t�o�c�k�)� �<� �1�0�)�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �e�n�o�u�g�h� �m�i�l�k� �(�n�e�e�d�s� �1�0�)�'�)�
�
+�	�e�l�s�e�i�f� �(�m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]� �>� �0�)�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �h�a�v�e� �a�l�r�e�a�d�y� �m�a�d�e� �c�h�e�e�s�e� �t�o�d�a�y�'�)�
�
+�	�e�l�s�e�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�,� �'�i�n�t�e�r�a�c�t�i�o�n� �=� �2�5�1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�)�
�
+�	�e�n�d�
�
 �	�i�f� �s�l�a�v�e�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]� �a�n�d� �a�s�s�i�s�t�a�n�t�_�s�t�a�t�e� �=� �C�O�N�S�T�_�I�N�T�[�'�s�l�a�v�e�_�e�x�i�s�t�'�]�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�s�l�a�v�e�_�a�c�t�,� �'�a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �!� �1� �&� �g�t� �"�i�n�t�e�r�a�c�t�i�o�n�"�'�,� �'�S�w�i�t�c�h� �A�l�c�h�e�m�i�s�t�'�)�
�
 �	�e�n�d�
�
-�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �m�e�n�u�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �'�L�e�a�v�e� �L�a�b�'�)� �&�!�d�i�r�t�y� �i�m�p�l�e�m�e�n�t�a�t�i�o�n�
�
+�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�m�e�n�u�_�f�o�r�m�_�2�'�,� �$�m�e�n�u�_�i�t�e�m�_�C�a�n�c�e�l�_�b�r�e�w�i�n�g�,� �0�,� �'�L�e�a�v�e� �L�a�b�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�E�N�D�=�=�=�'�)�
�
 �}�
�
 �!�b�r�e�w� �p�o�t�i�o�n� �b�a�s�e�
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�1�]� �=� �{�
�
+�	�g�s� �'�$�l�a�b�_�s�h�o�w�_�a�l�c�h�e�m�i�s�t�'�
�
 �	�r�e�d�i�r�e�c�t�_�f�r�o�m�_�b�a�s�e� �=� �1�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
-�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
-�	�	�e�l�s�e�
�
-�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
-�	�	�e�n�d�
�
-�	�e�l�s�e�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
-�	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�e�x�e�c�_�o�p�t�i�o�n�s�'�,� �$�m�e�n�u�_�i�t�e�m�_�l�a�b�_�w�a�t�e�r�,� �'�$�p�o�t�i�o�n�_�b�a�s�e� �=� �"�w�a�t�e�r�"� �&� �s�p�_�t�x�t� �=� �2� �&� �g�t� �$�c�u�r�l�o�c�'�,� �'�S�p�r�i�n�g� �W�a�t�e�r�'�)�
�
@@ -62106,6 +62178,7 @@
 �}�
�
 �!� �m�e�n�u� �a�f�t�e�r� �s�e�l�e�c�t�i�n�g� �b�a�s�e�
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�2�]� �=� �{�
�
+�	�g�s� �'�$�l�a�b�_�s�h�o�w�_�a�l�c�h�e�m�i�s�t�'�
�
 �	�i�f� �r�e�d�i�r�e�c�t�_�f�r�o�m�_�b�a�s�e� �=� �1�:�
�
 �	�	�p�u�t�_�k�a�n�a�b�i�s� �=� �0�
�
 �	�	�p�u�t�_�k�o�f�f�e� �=� �0�
�
@@ -62113,15 +62186,6 @@
 �	�	�p�u�t�_�o�p�i�u�m� �=� �0�
�
 �	�	�r�e�d�i�r�e�c�t�_�f�r�o�m�_�b�a�s�e� �=� �0�
�
 �	�e�n�d�
�
-�	�i�f� �n�s�f�w� �=� �0�:� �
�
-�	�	�i�f� �a�s�s�i�s�t�a�n�t�[�"�a�l�c�h�e�m�i�s�t�_�r�u�l�e�"�]� �=� �1�:�
�
-�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�a�s�s�i�s�t�a�n�t�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
-�	�	�e�l�s�e�
�
-�	�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �f�u�n�c�(�'�d�i�s�p�l�a�y�_�f�u�l�l�i�m�a�g�e�'�,� �'�s�l�a�v�e�'�,� �'�c�e�n�t�e�r�_�i�m�a�g�e�_�a�l�c�h�e�m�i�s�t�'�)�
�
-�	�	�e�n�d�
�
-�	�e�l�s�e�
�
-�	�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�'�
�
-�	�e�n�d�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
 �	�i�f� �p�u�t�_�k�a�n�a�b�i�s� �>� �0�:�
�
@@ -62163,7 +62227,7 @@
 �}�
�
 �!� �u�n�u�s�e�d�
�
 �$�l�a�b�_�o�p�t�i�o�n�s�[�3�]� �=� �{�
�
-�	�$�t�e�x�t�_�d�i�s�p�l�a�y� �=� �'�<�b�r�>�'�
�
+�	�g�s� �'�$�l�a�b�_�s�h�o�w�_�a�l�c�h�e�m�i�s�t�'�
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�s�p�a�c�e�r�'�,� �2�)�
�
 �
�
 �	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�=�=�=�B�E�G�I�N�=�=�=�'�,� �'�c�o�l�u�m�n�_�0�'�)�
�
-- 
GitLab


From 0cf9000cc7d75725c931ce3dadebb9eca4bacfad Mon Sep 17 00:00:00 2001
From: Sutopia <alan0511@gmail.com>
Date: Sun, 10 Dec 2023 11:06:07 -0600
Subject: [PATCH 6/6] minor balance changes and logic fixes - max cream from
 cheese process reduced to 5 if dex and 3 if normal - use fridge milk only

---
 Qgen/jack.txt | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/Qgen/jack.txt b/Qgen/jack.txt
index 2bff9397..f49b95f5 100644
--- a/Qgen/jack.txt
+++ b/Qgen/jack.txt
@@ -23940,17 +23940,10 @@
 �	�$�t�e�x�t�[�1�]� �=� �'� � �Y�o�u� �b�o�i�l� �t�h�e� �m�i�l�k� �a�n�d� �w�a�i�t� �f�o�r� �i�t� �t�o� �c�o�o�l�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �c�a�r�e�f�u�l�l�y� �c�o�l�l�e�c�t�s� �t�h�e� �t�o�p� �l�a�y�e�r� �o�f� �f�a�t� �a�n�d� �p�u�t� �t�h�e�m� �i�n�t�o� �t�h�e� �f�r�i�d�g�e�.�'�
�
 �	�$�t�e�x�t�[�2�]� �=� �'� � �Y�o�u� �p�o�u�r� �t�h�e� �r�e�m�a�i�n�i�n�g� �m�i�l�k� �i�n�t�o� �a� �c�o�l�a�n�d�e�r� �l�i�n�e�d� �w�i�t�h� �c�h�e�e�s�e� �c�l�o�t�h�.� �T�h�e�n�,� �y�o�u� �r�i�n�s�e� �t�h�e� �c�h�e�e�s�e� �w�i�t�h� �s�p�r�i�n�g� �w�a�t�e�r�,� �s�q�u�e�e�z�e� �e�x�c�e�s�s� �l�i�q�u�i�d� �o�u�t� �a�n�d� �p�u�t� �i�t� �i�n�t�o� �t�h�e� �f�r�i�d�g�e� �t�o� �m�a�t�u�r�e�.�'�
�
 �	�$�t�e�x�t�[�3�]� �=� �'� � �Y�o�u� �w�i�l�l� �n�e�e�d� �t�o� �w�a�i�t� �a� �d�e�c�a�d�e� �b�e�f�o�r�e� �t�h�e� �c�h�e�e�s�e� �i�s� �f�u�l�l�y� �m�a�t�u�r�e� �w�h�i�l�e� �t�h�e� �c�r�e�a�m� �s�e�p�a�r�a�t�e�d� �c�a�n� �b�e� �u�s�e�d� �i�n� �c�o�o�k�i�n�g� �i�m�m�e�d�i�a�t�e�l�y�.�'�
�
-�	�m�i�l�k�_�s�t�o�c�k� �=� �f�r�i�d�g�e�[�'�m�i�l�k�'�]� �+� �m�i�l�k�_�s�t�o�c�k� �-� �1�0�
�
-�	�i�f� �(�m�i�l�k�_�s�t�o�c�k� �>� �1�0�)�:�
�
-�	�	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �1�0�
�
-�	�	�m�i�l�k�_�s�t�o�c�k� �-�=� �1�0�
�
-�	�e�l�s�e�
�
-�	�	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �=� �m�i�l�k�_�s�t�o�c�k�
�
-�	�	�m�i�l�k�_�s�t�o�c�k� �=� �0�
�
-�	�e�n�d�
�
+�	�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �-�=� �1�0�
�
 �	�f�r�i�d�g�e�[�'�m�a�k�e�_�c�h�e�e�s�e�'�]� �+�=� �7� �+� �(�(�m�a�s�t�e�r�_�m�a�g�e� �+� �1�)� �/� �2�)�
�
 �	�m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]� �=� �7� �+� �(�(�m�a�s�t�e�r�_�m�a�g�e� �+� �1�)� �/� �2�)�
�
-�	�c�r�e�a�m�_�g�a�i�n� �=� �(�d�y�n�a�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �+� �1�)� �*� �(�d�y�n�s�l�a�v�e�[�'�d�e�x�t�e�r�i�t�y�'�]� �+� �2�)� �/� �3�
�
+�	�c�r�e�a�m�_�g�a�i�n� �=� �(�d�y�n�a�s�l�a�v�e�[�'�a�l�c�h�e�m�y�'�]� �*� �(�d�y�n�s�l�a�v�e�[�'�d�e�x�t�e�r�i�t�y�'�]� �+� �2�)�)� �/� �3�
�
 �	�i�f� �c�r�e�a�m�_�g�a�i�n� �=� �0�:�
�
 �	�	�$�t�e�x�t�[�4�]� �=� �'� � �W�h�e�n� �y�o�u� �o�p�e�n� �t�h�e� �f�r�i�d�g�e� �y�o�u� �n�o�t�i�c�e�d� �t�h�e�r�e� �i�s� �n�o� �f�r�e�s�h� �c�r�e�a�m�.� �<�<�$�d�y�n�s�l�a�v�e�_�n�a�m�e�>�>� �a�p�p�a�r�e�n�t�l�y� �m�e�s�s�e�d� �u�p� �a�n�d� �n�e�e�d�s� �t�o� �b�e� �p�u�n�i�s�h�e�d�!�'�
�
 �	�	�s�h�o�w�_�d�y�n�s�l�a�v�e�_�f�u�l�l�i�m�a�g�e� �=� �1�
�
@@ -62139,10 +62132,10 @@
 �	�e�n�d�
�
 �	�d�y�n�a�m�i�c� �$�g�e�t�_�f�r�i�d�g�e�_�s�p�a�c�e�
�
 �	�i�f� �(�f�r�i�d�g�e� �=� �0�)�:�
�
-�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �c�a�n�n�o�t� �s�t�o�r�e� �t�h�e� �p�r�o�d�u�c�t�'�)�
�
-�	�e�l�s�e�i�f� �(�f�r�i�d�g�e�_�s�p�a�c�e� �<� �5�)�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �h�a�v�e� �n�o�w�h�e�r�e� �t�o� �s�t�o�r�e� �t�h�e� �p�r�o�d�u�c�t�'�)�
�
-�	�e�l�s�e�i�f� �(�(�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �+� �m�i�l�k�_�s�t�o�c�k�)� �<� �1�0�)�:�
�
+�	�e�l�s�e�i�f� �(�f�r�i�d�g�e�_�s�p�a�c�e� �<� �5�)�:�
�
+�	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u�r� �f�r�i�d�g�e� �i�s� �f�u�l�l�'�)�
�
+�	�e�l�s�e�i�f� �(�f�r�i�d�g�e�[�'�m�i�l�k�'�]� �<� �1�0�)�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �d�o� �n�o�t� �h�a�v�e� �e�n�o�u�g�h� �m�i�l�k� �(�n�e�e�d�s� �1�0�)�'�)�
�
 �	�e�l�s�e�i�f� �(�m�a�k�e�_�c�h�e�e�s�e�[�d�a�y� �m�o�d� �1�0�]� �>� �0�)�:�
�
 �	�	�f�u�n�c�(�'�$�m�e�n�u�'�,� �'�l�o�c�a�t�i�o�n�_�g�r�a�y�_�t�o�o�l�t�i�p�'�,� �$�m�e�n�u�_�i�t�e�m�_�M�a�t�u�r�e�_�c�h�e�e�s�e�_�g�r�a�y�,� �e�m�p�t�y�,� �'�M�a�k�e� �C�h�e�e�s�e� �a�n�d� �C�r�e�a�m�'�,� �'�Y�o�u� �h�a�v�e� �a�l�r�e�a�d�y� �m�a�d�e� �c�h�e�e�s�e� �t�o�d�a�y�'�)�
�
-- 
GitLab