diff --git a/.gitignore b/.gitignore
index 9f11b755a17d8192c60f61cb17b8902dffbd9f23..4d29575de80483b005c29bfcac5061cd2f45313e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,23 @@
-.idea/
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index f15fcb779b0c277ae20cb6e8c2c5f02689331bf3..0000000000000000000000000000000000000000
--- a/.htaccess
+++ /dev/null
@@ -1,7 +0,0 @@
-<IfModule mod_expires.c>
-   # Enable expirations.
-   ExpiresActive Off
-</IfModule>
-
-RewriteEngine on
-RewriteRule ^(.*).less$ less/style.php?name=$1.less
\ No newline at end of file
diff --git a/README.md b/README.md
index 7ece1acb48614b8a13a54f0dab28878ee2b00380..d73bd54d7be11dddfe7cca7a8e238adae4bb06fb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Infoscreen
 
+This is a rewrite of the Infoscreen. It aims to make it less bad.
+
 ## Test
 
 This Website can be run locally for testing purposes with `python3 -m http.server` or any other HTTP Server
@@ -34,5 +36,5 @@ If you wish to add an ad to the infoscreen simply place an image in `panels/werb
 
 ```
 
-start- and enddate should just be NEVER to activate this immediatly
+start- and enddate should just be NEVER to activate this immediately
 
diff --git a/config/layouts/.gitignore b/config/layouts/.gitignore
deleted file mode 100644
index ce39c3a11071733ad88abb3aa4389d88d2daf41e..0000000000000000000000000000000000000000
--- a/config/layouts/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.gitignore
-!.json.skel
-!default.json
diff --git a/config/layouts/default.json b/config/layouts/default.json
deleted file mode 100644
index ca4ad0155c19b4cdb9f6c471e2a35d9eea026d7f..0000000000000000000000000000000000000000
--- a/config/layouts/default.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-	"type": "xsplit",
-	"cut": 35,
-	"left": {
-		"type": "panel",
-		"name": "departure",
-		"config": "oh14"
-	},
-	"right": {
-		"type": "ysplit",
-		"cut": 30,
-		"up": {
-			"type": "panel",
-			"name": "clock"
-		},
-		"down":	{
-			"type": "panel",
-			"name": "mensaPlan"
-		}
-	}
-}
diff --git a/config/layouts/default.json.skel b/config/layouts/default.json.skel
deleted file mode 100644
index e40d6488e89b935d55bc745a5248cf2752bdf66f..0000000000000000000000000000000000000000
--- a/config/layouts/default.json.skel
+++ /dev/null
@@ -1,53 +0,0 @@
-{
-	"type": "xsplit",
-	"cut": 35,
-	"left": {
-		"type": "panel",
-		"name": "departure",
-		"config": "oh14"
-	},
-	"right": {
-		"type": "ysplit",
-		"cut": 30,
-		"up": {
-			"type": "panel",
-			"name": "clock"
-		},
-		"down": {
-			"type": "cycler",
-			"duration": 5,
-			"panels": [
-				{
-					"type": "panel",
-					"name": "werbung",
-					"config": {
-						"files": [
-							{
-							"filename": "SOMEFILE.png",
-							"startdate": "NEVER",
-							"enddate": "30.11.2016"
-							},
-							{
-							"filename": "OpenSourceInfoscreen.jpg",
-							"startdate": "NEVER",
-							"enddate": "18.11.2017"
-							}
-						]
-					}
-				},
-				{
-					"type": "panel",
-					"name": "ufc"
-				},
-				{
-					"type": "panel",
-					"name": "mensaPlan"
-				},
-				{
-					"type": "panel",
-					"name": "lsfView"
-				}
-			]
-		}
-	}
-}
diff --git a/config/panel/scrollbar/oh14.json b/config/panel/scrollbar/oh14.json
deleted file mode 100644
index 689ba6e9121628ee0ff54edefb5eac9b8614cf68..0000000000000000000000000000000000000000
--- a/config/panel/scrollbar/oh14.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-	"texts": [
-		[
-			"Ihr wollt etwas beitragen?",
-			"https://bitbucket.org/FsInformatikDortmund"
-		],
-		[
-			"Euch gefällt das Design nicht?",
-			"Reicht am besten eigene Vorschläge ein"
-		]
-	]
-}
diff --git a/css/colors.less b/css/colors.less
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/css/design.css b/css/design.css
deleted file mode 100644
index 613cc7e66ca8250972b955e53f5b097b02983f82..0000000000000000000000000000000000000000
--- a/css/design.css
+++ /dev/null
@@ -1,94 +0,0 @@
-@font-face {
-  font-family: 'Lato';
-  font-style: normal;
-  font-weight: 400;
-  font-display: swap;
-  src: local('Lato Regular'), local('Lato-Regular'), url(/css/font/lato.ttf) format('truetype');
-}
-@viewport {
-  width: device-width;
-  user-zoom: fixed;
-}
-body {
-  margin: 0;
-  background: #0a0a0a;
-  font-family: Lato, sans-serif;
-  overflow: hidden;
-}
-.impressum {
-  position: absolute;
-  left: 0px;
-  top: 0px;
-  color: #fff;
-  margin: 10px;
-  z-index: 1000;
-  background: #000;
-  font-size: 3em;
-  transition: opacity 5s 2s;
-  opacity: 0;
-  animation: 3s ease-out 0s 1 fadeOut;
-}
-.impressum:hover {
-  opacity: 1;
-  transition: none;
-}
-@keyframes fadeOut {
-  0% {
-    opacity: 1;
-  }
-  100% {
-    opacity: 0;
-  }
-}
-[data-container=panel],
-[data-container=noscript] {
-  background-color: rgba(8, 8, 8, 0.68);
-  border: solid 1px #252525;
-  box-shadow: 0 2px 1px #000000;
-  padding: 6px;
-  float: left;
-  box-sizing: border-box;
-  height: 100%;
-  width: 100%;
-  overflow: hidden;
-}
-[data-container=panelContainer] {
-  float: left;
-  width: 100%;
-  height: 100%;
-  /*padding: 4px;*/
-  padding: 0.2vw;
-  box-sizing: border-box;
-}
-[data-container=split] {
-  box-sizing: border-box;
-  /*	display: flex;
-	flex-direction: column;*/
-  height: 100%;
-  width: 100%;
-  float: left;
-}
-[data-container=cycler],
-[data-container=cycleContainer] {
-  width: 100%;
-  float: left;
-  height: 100%;
-  box-sizing: border-box;
-}
-[data-container=cycleContainer] {
-  display: none;
-}
-[data-container=noscript] {
-  color: white;
-  text-shadow: black 10px 0px 0px;
-  font-size: 40pt;
-}
-[data-container=main] {
-  height: 100%;
-  width: 100%;
-  position: absolute;
-  box-sizing: border-box;
-  padding: 0.2vw;
-  background: radial-gradient(black 15%, transparent 15%) 0 0, radial-gradient(black 15%, transparent 15%) 12px 12px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 12px 13px, #171717;
-  background-size: 24px 24px;
-}
diff --git a/css/design.css.metall b/css/design.css.metall
deleted file mode 100644
index 35404ed31f1fde95932b3ff4cb54c4a47cd22ec2..0000000000000000000000000000000000000000
--- a/css/design.css.metall
+++ /dev/null
@@ -1,56 +0,0 @@
-@viewport {
-   width: device-width;
-   user-zoom:fixed;
-}
-
-body {
-	margin: 0px;
-	background: #0a0a0a;
-	font-family: Arial;
-	overflow:hidden;
-}
-
-[data-container=panel] {
-	background-color: rgba(8, 8, 8, 0.68);
-	border: solid 1px #252525;
-	box-shadow: 0px 2px 1px #000000;
-	padding: 6px;
-/*	margin: 5px;*/
-	float:left;
-	box-sizing: border-box;
-	height:100%;
-	width:100%;
-	overflow: hidden;
-}
-
-[data-container=panelContainer] {
-	float: left;
-  width: 100%;
-  height: 100%;
-  /*padding: 4px;*/
-	padding: 0.2vw;
-  box-sizing: border-box;
-}
-
-[data-container=split] {
-	box-sizing: border-box;
-/*	display: flex;
-	flex-direction: column;*/
-	height:100%;
-	width:100%;
-	float: left;
-}
-
-[data-container=main] {
-	height:100%;
-	width:100%;
-	position:absolute;
-
-	box-sizing: border-box;
-		padding: 0.2vw;
-    background: radial-gradient(black 15%, transparent 15%) 0 0, radial-gradient(black 15%, transparent 15%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, 
-transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
-    background-size: 16px 16px;
-    background-color: #171717;
-}
-
diff --git a/css/design.css.white b/css/design.css.white
deleted file mode 100644
index 1266056427da76bcb1fd1ae62d0193ed76982154..0000000000000000000000000000000000000000
--- a/css/design.css.white
+++ /dev/null
@@ -1,61 +0,0 @@
-@viewport {
-   width: device-width;
-   user-zoom:fixed;
-}
-
-body {
-	margin: 0px;
-	background: #EEE;
-	font-family: Arial;
-	overflow:hidden;
-}
-
-[data-container=panel] {
-	background-color: #FFF;
-	border: solid 1px #F0F0F0;
-	box-shadow: 0px 2px 1px #D3D3D3;
-	padding: 6px;
-/*	margin: 5px;*/
-	float:left;
-	box-sizing: border-box;
-	height:100%;
-	width:100%;
-	overflow: hidden;
-}
-
-[data-container=panelContainer] {
-	float: left;
-  width: 100%;
-  height: 100%;
-  /*padding: 4px;*/
-	padding: 0.2vw;
-  box-sizing: border-box;
-}
-
-[data-container=split] {
-	box-sizing: border-box;
-/*	display: flex;
-	flex-direction: column;*/
-	height:100%;
-	width:100%;
-	float: left;
-}
-
-[data-container=main] {
-	height:100%;
-	width:100%;
-	position:absolute;
-
-	box-sizing: border-box;
-		padding: 0.2vw;
-}
-
-[background] {
-	background: url('biber.svg') no-repeat;
-	background-position: 50% 50%;
-	position: absolute;
-	height: 95%;
-	width: 100%;
-	overflow: hidden;
-	opacity: 0.1;
-}
diff --git a/css/design.less b/css/design.less
deleted file mode 100644
index 4f733df053b892d37066b0febbca1d1681036853..0000000000000000000000000000000000000000
--- a/css/design.less
+++ /dev/null
@@ -1,106 +0,0 @@
-@dotdist: 12px;
-@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
-@viewport {
-   width: device-width;
-   user-zoom:fixed;
-}
-
-body {
-    margin: 0;
-    background: #0a0a0a;
-    font-family: Lato, sans-serif;
-    overflow:hidden;
-}
-
-.impressum {
-    position: absolute;
-    left: 0px;
-    top: 0px;
-    color: #fff;
-    margin: 10px;
-    z-index: 1000;
-    background: #000;
-    font-size: 3em;
-    transition: opacity 5s 2s;
-    opacity: 0;
-    animation: 3s ease-out 0s 1 fadeOut;
-}
-.impressum:hover {
-    opacity: 1;
-    transition: none;
-}
-@keyframes fadeOut {
-  0% {
-    opacity: 1;
-  }
-  100% {
-    opacity: 0;
-  }
-}
-
-
-[data-container=panel] {
-	background-color: rgba(8, 8, 8, 0.68);
-	border: solid 1px #252525;
-	box-shadow: 0 2px 1px #000000;
-	padding: 6px;
-	float:left;
-	box-sizing: border-box;
-	height:100%;
-	width:100%;
-	overflow: hidden;
-}
-
-[data-container=panelContainer] {
-	float: left;
-  width: 100%;
-  height: 100%;
-  /*padding: 4px;*/
-	padding: 0.2vw;
-  box-sizing: border-box;
-}
-
-[data-container=split] {
-	box-sizing: border-box;
-/*	display: flex;
-	flex-direction: column;*/
-	height:100%;
-	width:100%;
-	float: left;
-}
-
-[data-container=cycler] {
-	width:100%;
-	float:left;
-	height:100%;
-	box-sizing: border-box;
-	//display:none;
-}
-
-[data-container=cycleContainer]:extend([data-container=cycler]) {
-	display:none;
-
-}
-
-[data-container=noscript]:extend([data-container=panel]) {
-	color: white;
-	text-shadow: black 10px 0px 0px;
-	font-size: 40pt;
-}
-
-[data-container=main] {
-	height:100%;
-	width:100%;
-	position:absolute;
-
-	box-sizing: border-box;
-    padding: 0.2vw;
-    background:
-      radial-gradient(black 15%, transparent 15%) 0 0,
-      radial-gradient(black 15%, transparent 15%) @dotdist @dotdist,
-      radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
-      radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) @dotdist @dotdist+1,
-      #171717;
-    background-size: @dotdist*2 @dotdist*2;
-}
-
diff --git a/css/font.css b/css/font.css
deleted file mode 100644
index 0b38ad1f0bca7bd757f59021ae9f7cacd5d968d3..0000000000000000000000000000000000000000
--- a/css/font.css
+++ /dev/null
@@ -1,57 +0,0 @@
-@font-face {
-  font-family: 'time';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/time.ttf) format('truetype');
-}
-
-@font-face {
-  font-family: 'vrr';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/vrr.ttf) format('truetype');
-}
-
-@font-face {
-  font-family: 'display';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/display.ttf) format('truetype');
-}
-
-@font-face {
-  font-family: 'NewCicle';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/NewCicle.ttf) format('truetype');
-}
-
-@font-face {
-  font-family: 'Ubuntu Mono';
-  font-style: normal;
-  font-weight: 400;
-  src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(ubuntumono.woff) format('woff');
-}
-
-@font-face {
-  font-family: 'LCD';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/lcd_clock.ttf) format('truetype');
-}
-
-@font-face {
-  font-family: 'time-medium';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/time-medium.ttf) format('truetype');
-}
-
-@font-face {
-  font-family: 'time-fat';
-  font-style: normal;
-  font-weight: 400;
-  src: url(font/time-fat.ttf) format('truetype');
-}
-
-@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
diff --git a/css/font/NewCicle.ttf b/css/font/NewCicle.ttf
deleted file mode 100644
index e656603a7ec9c812a7b06b6fd45eb1e511b8206c..0000000000000000000000000000000000000000
Binary files a/css/font/NewCicle.ttf and /dev/null differ
diff --git a/css/font/display.ttf b/css/font/display.ttf
deleted file mode 100644
index e37beb972ec3a0e6e1f20c8ff61548380c2b40be..0000000000000000000000000000000000000000
Binary files a/css/font/display.ttf and /dev/null differ
diff --git a/css/font/lato.ttf b/css/font/lato.ttf
deleted file mode 100644
index 3c2d417ea4069f54cbcb038788c010adfaeb1af0..0000000000000000000000000000000000000000
Binary files a/css/font/lato.ttf and /dev/null differ
diff --git a/css/font/lcd_clock.ttf b/css/font/lcd_clock.ttf
deleted file mode 100644
index 8696ac521bd0553858419f7ccbc0ffe65e552fcb..0000000000000000000000000000000000000000
Binary files a/css/font/lcd_clock.ttf and /dev/null differ
diff --git a/css/font/time-fat.ttf b/css/font/time-fat.ttf
deleted file mode 100644
index 3efe6e2c4204886fc1c5bed159937d8af0487799..0000000000000000000000000000000000000000
Binary files a/css/font/time-fat.ttf and /dev/null differ
diff --git a/css/font/time-medium.ttf b/css/font/time-medium.ttf
deleted file mode 100644
index ef937e67db84088d280f0d1c4b22710f2955d9dc..0000000000000000000000000000000000000000
Binary files a/css/font/time-medium.ttf and /dev/null differ
diff --git a/css/font/time.ttf b/css/font/time.ttf
deleted file mode 100644
index 4578db5ac6aa8114e29e1287232f59db2063e08d..0000000000000000000000000000000000000000
Binary files a/css/font/time.ttf and /dev/null differ
diff --git a/css/font/ubuntumono.woff b/css/font/ubuntumono.woff
deleted file mode 100644
index 87035be15798cff3909673863c5e6c9ccb29204a..0000000000000000000000000000000000000000
Binary files a/css/font/ubuntumono.woff and /dev/null differ
diff --git a/css/font/vrr.ttf b/css/font/vrr.ttf
deleted file mode 100644
index e532b93c53c04b6c8e131761c1e0b56889dc19a8..0000000000000000000000000000000000000000
Binary files a/css/font/vrr.ttf and /dev/null differ
diff --git a/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png b/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
deleted file mode 100644
index ed793737cc1d1383f3478faa1b9519c9f3318268..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png and /dev/null differ
diff --git a/css/images/ui-bg_diagonals-thick_20_666666_40x40.png b/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
deleted file mode 100644
index 337d9ed0f9909b0510fb11258e7a4edc4432c15c..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_diagonals-thick_20_666666_40x40.png and /dev/null differ
diff --git a/css/images/ui-bg_flat_0_aaaaaa_40x100.png b/css/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index b8d4e42a7e7b16d4a16c3b5b736517f41145f722..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ
diff --git a/css/images/ui-bg_flat_10_000000_40x100.png b/css/images/ui-bg_flat_10_000000_40x100.png
deleted file mode 100644
index 2fd24e203646d56fa3df07b5df3bf8f364f492b2..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_flat_10_000000_40x100.png and /dev/null differ
diff --git a/css/images/ui-bg_flat_75_ffffff_40x100.png b/css/images/ui-bg_flat_75_ffffff_40x100.png
deleted file mode 100644
index d104ec9fc55b9ace0f300dde5f4b2a8edf547b1c..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_100_f6f6f6_1x400.png b/css/images/ui-bg_glass_100_f6f6f6_1x400.png
deleted file mode 100644
index 0fccfbcf3243850c80947e1002f035601fc2228b..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_100_f6f6f6_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_100_fdf5ce_1x400.png b/css/images/ui-bg_glass_100_fdf5ce_1x400.png
deleted file mode 100644
index d7899969c45c69c8cd8bce58571c13e43d352c3d..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_100_fdf5ce_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_55_fbf9ee_1x400.png b/css/images/ui-bg_glass_55_fbf9ee_1x400.png
deleted file mode 100644
index 9580d20e1112f6ba320fde6b6c5f11e897866d32..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_65_ffffff_1x400.png b/css/images/ui-bg_glass_65_ffffff_1x400.png
deleted file mode 100644
index 2eb7240cc1894737a632ec476a8c341e26f5dee3..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_75_dadada_1x400.png b/css/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index ead19f215a8b1b4aac5daae187f36ea985ce252a..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_75_e6e6e6_1x400.png b/css/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index e1a4e788533e86847c13e28ca1120c7ca753b370..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_glass_95_fef1ec_1x400.png b/css/images/ui-bg_glass_95_fef1ec_1x400.png
deleted file mode 100644
index 97592ae9b2660fd6addb50f948039c841e62fcdc..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ
diff --git a/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png b/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
deleted file mode 100644
index 06a7321e28f17b231118249038797cd71549fdaa..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png and /dev/null differ
diff --git a/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png b/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
deleted file mode 100644
index 256154537205de6fed50fafb52e41cfbc5282d03..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png and /dev/null differ
diff --git a/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 4de437c8038ab4fcf5bc7f2d0bf7530127567041..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ
diff --git a/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png b/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
deleted file mode 100644
index 367be20d6d6359689a715e9d10ef0bbc251a97b3..0000000000000000000000000000000000000000
Binary files a/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png and /dev/null differ
diff --git a/css/images/ui-icons_222222_256x240.png b/css/images/ui-icons_222222_256x240.png
deleted file mode 100644
index e9c8e16ac5e7f61c843fbac290ce30c5de7e40b6..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_222222_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_228ef1_256x240.png b/css/images/ui-icons_228ef1_256x240.png
deleted file mode 100644
index 0c554acbc625ea41123a7faea547a5696171fd29..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_228ef1_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_2e83ff_256x240.png b/css/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index f2bf8388370920783b94285cb75827ce4b4cc1c5..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_2e83ff_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_454545_256x240.png b/css/images/ui-icons_454545_256x240.png
deleted file mode 100644
index d6169e8bf9389ab9b5b7d2c6f0c5fe3e4d363105..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_454545_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_888888_256x240.png b/css/images/ui-icons_888888_256x240.png
deleted file mode 100644
index d3e6e02a03d4cfdc6a2114f736aa57e8a898b98b..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_888888_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_cd0a0a_256x240.png b/css/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index 49370189231d006600b0f0c2967cad1583eba634..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_cd0a0a_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_ef8c08_256x240.png b/css/images/ui-icons_ef8c08_256x240.png
deleted file mode 100644
index d76d10a8392e995c353b537e786f2bfdb5d2dbc4..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_ef8c08_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_ffd27a_256x240.png b/css/images/ui-icons_ffd27a_256x240.png
deleted file mode 100644
index 5e9d27a7247427b7ace97779e10105260e1c3bb8..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_ffd27a_256x240.png and /dev/null differ
diff --git a/css/images/ui-icons_ffffff_256x240.png b/css/images/ui-icons_ffffff_256x240.png
deleted file mode 100644
index cd6c26561dcce4ed91d3f9d6f98b6bf9feb03847..0000000000000000000000000000000000000000
Binary files a/css/images/ui-icons_ffffff_256x240.png and /dev/null differ
diff --git a/css/jquery.ui.css b/css/jquery.ui.css
deleted file mode 100644
index a63b716c5ba134987037e10a29075a2b1440fc50..0000000000000000000000000000000000000000
--- a/css/jquery.ui.css
+++ /dev/null
@@ -1,1225 +0,0 @@
-/*! jQuery UI - v1.11.4 - 2015-03-11
-* http://jqueryui.com
-* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
-* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
-* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden {
-	display: none;
-}
-.ui-helper-hidden-accessible {
-	border: 0;
-	clip: rect(0 0 0 0);
-	height: 1px;
-	margin: -1px;
-	overflow: hidden;
-	padding: 0;
-	position: absolute;
-	width: 1px;
-}
-.ui-helper-reset {
-	margin: 0;
-	padding: 0;
-	border: 0;
-	outline: 0;
-	line-height: 1.3;
-	text-decoration: none;
-	font-size: 100%;
-	list-style: none;
-}
-.ui-helper-clearfix:before,
-.ui-helper-clearfix:after {
-	content: "";
-	display: table;
-	border-collapse: collapse;
-}
-.ui-helper-clearfix:after {
-	clear: both;
-}
-.ui-helper-clearfix {
-	min-height: 0; /* support: IE7 */
-}
-.ui-helper-zfix {
-	width: 100%;
-	height: 100%;
-	top: 0;
-	left: 0;
-	position: absolute;
-	opacity: 0;
-	filter:Alpha(Opacity=0); /* support: IE8 */
-}
-
-.ui-front {
-	z-index: 100;
-}
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled {
-	cursor: default !important;
-}
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon {
-	display: block;
-	text-indent: -99999px;
-	overflow: hidden;
-	background-repeat: no-repeat;
-}
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay {
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-}
-.ui-accordion .ui-accordion-header {
-	display: block;
-	cursor: pointer;
-	position: relative;
-	margin: 2px 0 0 0;
-	padding: .5em .5em .5em .7em;
-	min-height: 0; /* support: IE7 */
-	font-size: 100%;
-}
-.ui-accordion .ui-accordion-icons {
-	padding-left: 2.2em;
-}
-.ui-accordion .ui-accordion-icons .ui-accordion-icons {
-	padding-left: 2.2em;
-}
-.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
-	position: absolute;
-	left: .5em;
-	top: 50%;
-	margin-top: -8px;
-}
-.ui-accordion .ui-accordion-content {
-	padding: 1em 2.2em;
-	border-top: 0;
-	overflow: auto;
-}
-.ui-autocomplete {
-	position: absolute;
-	top: 0;
-	left: 0;
-	cursor: default;
-}
-.ui-button {
-	display: inline-block;
-	position: relative;
-	padding: 0;
-	line-height: normal;
-	margin-right: .1em;
-	cursor: pointer;
-	vertical-align: middle;
-	text-align: center;
-	overflow: visible; /* removes extra width in IE */
-}
-.ui-button,
-.ui-button:link,
-.ui-button:visited,
-.ui-button:hover,
-.ui-button:active {
-	text-decoration: none;
-}
-/* to make room for the icon, a width needs to be set here */
-.ui-button-icon-only {
-	width: 2.2em;
-}
-/* button elements seem to need a little more width */
-button.ui-button-icon-only {
-	width: 2.4em;
-}
-.ui-button-icons-only {
-	width: 3.4em;
-}
-button.ui-button-icons-only {
-	width: 3.7em;
-}
-
-/* button text element */
-.ui-button .ui-button-text {
-	display: block;
-	line-height: normal;
-}
-.ui-button-text-only .ui-button-text {
-	padding: .4em 1em;
-}
-.ui-button-icon-only .ui-button-text,
-.ui-button-icons-only .ui-button-text {
-	padding: .4em;
-	text-indent: -9999999px;
-}
-.ui-button-text-icon-primary .ui-button-text,
-.ui-button-text-icons .ui-button-text {
-	padding: .4em 1em .4em 2.1em;
-}
-.ui-button-text-icon-secondary .ui-button-text,
-.ui-button-text-icons .ui-button-text {
-	padding: .4em 2.1em .4em 1em;
-}
-.ui-button-text-icons .ui-button-text {
-	padding-left: 2.1em;
-	padding-right: 2.1em;
-}
-/* no icon support for input elements, provide padding by default */
-input.ui-button {
-	padding: .4em 1em;
-}
-
-/* button icon element(s) */
-.ui-button-icon-only .ui-icon,
-.ui-button-text-icon-primary .ui-icon,
-.ui-button-text-icon-secondary .ui-icon,
-.ui-button-text-icons .ui-icon,
-.ui-button-icons-only .ui-icon {
-	position: absolute;
-	top: 50%;
-	margin-top: -8px;
-}
-.ui-button-icon-only .ui-icon {
-	left: 50%;
-	margin-left: -8px;
-}
-.ui-button-text-icon-primary .ui-button-icon-primary,
-.ui-button-text-icons .ui-button-icon-primary,
-.ui-button-icons-only .ui-button-icon-primary {
-	left: .5em;
-}
-.ui-button-text-icon-secondary .ui-button-icon-secondary,
-.ui-button-text-icons .ui-button-icon-secondary,
-.ui-button-icons-only .ui-button-icon-secondary {
-	right: .5em;
-}
-
-/* button sets */
-.ui-buttonset {
-	margin-right: 7px;
-}
-.ui-buttonset .ui-button {
-	margin-left: 0;
-	margin-right: -.3em;
-}
-
-/* workarounds */
-/* reset extra padding in Firefox, see h5bp.com/l */
-input.ui-button::-moz-focus-inner,
-button.ui-button::-moz-focus-inner {
-	border: 0;
-	padding: 0;
-}
-.ui-datepicker {
-	width: 17em;
-	padding: .2em .2em 0;
-	display: none;
-}
-.ui-datepicker .ui-datepicker-header {
-	position: relative;
-	padding: .2em 0;
-}
-.ui-datepicker .ui-datepicker-prev,
-.ui-datepicker .ui-datepicker-next {
-	position: absolute;
-	top: 2px;
-	width: 1.8em;
-	height: 1.8em;
-}
-.ui-datepicker .ui-datepicker-prev-hover,
-.ui-datepicker .ui-datepicker-next-hover {
-	top: 1px;
-}
-.ui-datepicker .ui-datepicker-prev {
-	left: 2px;
-}
-.ui-datepicker .ui-datepicker-next {
-	right: 2px;
-}
-.ui-datepicker .ui-datepicker-prev-hover {
-	left: 1px;
-}
-.ui-datepicker .ui-datepicker-next-hover {
-	right: 1px;
-}
-.ui-datepicker .ui-datepicker-prev span,
-.ui-datepicker .ui-datepicker-next span {
-	display: block;
-	position: absolute;
-	left: 50%;
-	margin-left: -8px;
-	top: 50%;
-	margin-top: -8px;
-}
-.ui-datepicker .ui-datepicker-title {
-	margin: 0 2.3em;
-	line-height: 1.8em;
-	text-align: center;
-}
-.ui-datepicker .ui-datepicker-title select {
-	font-size: 1em;
-	margin: 1px 0;
-}
-.ui-datepicker select.ui-datepicker-month,
-.ui-datepicker select.ui-datepicker-year {
-	width: 45%;
-}
-.ui-datepicker table {
-	width: 100%;
-	font-size: .9em;
-	border-collapse: collapse;
-	margin: 0 0 .4em;
-}
-.ui-datepicker th {
-	padding: .7em .3em;
-	text-align: center;
-	font-weight: bold;
-	border: 0;
-}
-.ui-datepicker td {
-	border: 0;
-	padding: 1px;
-}
-.ui-datepicker td span,
-.ui-datepicker td a {
-	display: block;
-	padding: .2em;
-	text-align: right;
-	text-decoration: none;
-}
-.ui-datepicker .ui-datepicker-buttonpane {
-	background-image: none;
-	margin: .7em 0 0 0;
-	padding: 0 .2em;
-	border-left: 0;
-	border-right: 0;
-	border-bottom: 0;
-}
-.ui-datepicker .ui-datepicker-buttonpane button {
-	float: right;
-	margin: .5em .2em .4em;
-	cursor: pointer;
-	padding: .2em .6em .3em .6em;
-	width: auto;
-	overflow: visible;
-}
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
-	float: left;
-}
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi {
-	width: auto;
-}
-.ui-datepicker-multi .ui-datepicker-group {
-	float: left;
-}
-.ui-datepicker-multi .ui-datepicker-group table {
-	width: 95%;
-	margin: 0 auto .4em;
-}
-.ui-datepicker-multi-2 .ui-datepicker-group {
-	width: 50%;
-}
-.ui-datepicker-multi-3 .ui-datepicker-group {
-	width: 33.3%;
-}
-.ui-datepicker-multi-4 .ui-datepicker-group {
-	width: 25%;
-}
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
-	border-left-width: 0;
-}
-.ui-datepicker-multi .ui-datepicker-buttonpane {
-	clear: left;
-}
-.ui-datepicker-row-break {
-	clear: both;
-	width: 100%;
-	font-size: 0;
-}
-
-/* RTL support */
-.ui-datepicker-rtl {
-	direction: rtl;
-}
-.ui-datepicker-rtl .ui-datepicker-prev {
-	right: 2px;
-	left: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-next {
-	left: 2px;
-	right: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-prev:hover {
-	right: 1px;
-	left: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-next:hover {
-	left: 1px;
-	right: auto;
-}
-.ui-datepicker-rtl .ui-datepicker-buttonpane {
-	clear: right;
-}
-.ui-datepicker-rtl .ui-datepicker-buttonpane button {
-	float: left;
-}
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
-.ui-datepicker-rtl .ui-datepicker-group {
-	float: right;
-}
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
-	border-right-width: 0;
-	border-left-width: 1px;
-}
-.ui-dialog {
-	overflow: hidden;
-	position: absolute;
-	top: 0;
-	left: 0;
-	padding: .2em;
-	outline: 0;
-}
-.ui-dialog .ui-dialog-titlebar {
-	padding: .4em 1em;
-	position: relative;
-}
-.ui-dialog .ui-dialog-title {
-	float: left;
-	margin: .1em 0;
-	white-space: nowrap;
-	width: 90%;
-	overflow: hidden;
-	text-overflow: ellipsis;
-}
-.ui-dialog .ui-dialog-titlebar-close {
-	position: absolute;
-	right: .3em;
-	top: 50%;
-	width: 20px;
-	margin: -10px 0 0 0;
-	padding: 1px;
-	height: 20px;
-}
-.ui-dialog .ui-dialog-content {
-	position: relative;
-	border: 0;
-	padding: .5em 1em;
-	background: none;
-	overflow: auto;
-}
-.ui-dialog .ui-dialog-buttonpane {
-	text-align: left;
-	border-width: 1px 0 0 0;
-	background-image: none;
-	margin-top: .5em;
-	padding: .3em 1em .5em .4em;
-}
-.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
-	float: right;
-}
-.ui-dialog .ui-dialog-buttonpane button {
-	margin: .5em .4em .5em 0;
-	cursor: pointer;
-}
-.ui-dialog .ui-resizable-se {
-	width: 12px;
-	height: 12px;
-	right: -5px;
-	bottom: -5px;
-	background-position: 16px 16px;
-}
-.ui-draggable .ui-dialog-titlebar {
-	cursor: move;
-}
-.ui-draggable-handle {
-	-ms-touch-action: none;
-	touch-action: none;
-}
-.ui-menu {
-	list-style: none;
-	padding: 0;
-	margin: 0;
-	display: block;
-	outline: none;
-}
-.ui-menu .ui-menu {
-	position: absolute;
-}
-.ui-menu .ui-menu-item {
-	position: relative;
-	margin: 0;
-	padding: 3px 1em 3px .4em;
-	cursor: pointer;
-	min-height: 0; /* support: IE7 */
-	/* support: IE10, see #8844 */
-	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
-}
-.ui-menu .ui-menu-divider {
-	margin: 5px 0;
-	height: 0;
-	font-size: 0;
-	line-height: 0;
-	border-width: 1px 0 0 0;
-}
-.ui-menu .ui-state-focus,
-.ui-menu .ui-state-active {
-	margin: -1px;
-}
-
-/* icon support */
-.ui-menu-icons {
-	position: relative;
-}
-.ui-menu-icons .ui-menu-item {
-	padding-left: 2em;
-}
-
-/* left-aligned */
-.ui-menu .ui-icon {
-	position: absolute;
-	top: 0;
-	bottom: 0;
-	left: .2em;
-	margin: auto 0;
-}
-
-/* right-aligned */
-.ui-menu .ui-menu-icon {
-	left: auto;
-	right: 0;
-}
-.ui-progressbar {
-	height: 2em;
-	text-align: left;
-	overflow: hidden;
-}
-.ui-progressbar .ui-progressbar-value {
-	margin: -1px;
-	height: 100%;
-}
-.ui-progressbar .ui-progressbar-overlay {
-	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
-	height: 100%;
-	filter: alpha(opacity=25); /* support: IE8 */
-	opacity: 0.25;
-}
-.ui-progressbar-indeterminate .ui-progressbar-value {
-	background-image: none;
-}
-.ui-resizable {
-	position: relative;
-}
-.ui-resizable-handle {
-	position: absolute;
-	font-size: 0.1px;
-	display: block;
-	-ms-touch-action: none;
-	touch-action: none;
-}
-.ui-resizable-disabled .ui-resizable-handle,
-.ui-resizable-autohide .ui-resizable-handle {
-	display: none;
-}
-.ui-resizable-n {
-	cursor: n-resize;
-	height: 7px;
-	width: 100%;
-	top: -5px;
-	left: 0;
-}
-.ui-resizable-s {
-	cursor: s-resize;
-	height: 7px;
-	width: 100%;
-	bottom: -5px;
-	left: 0;
-}
-.ui-resizable-e {
-	cursor: e-resize;
-	width: 7px;
-	right: -5px;
-	top: 0;
-	height: 100%;
-}
-.ui-resizable-w {
-	cursor: w-resize;
-	width: 7px;
-	left: -5px;
-	top: 0;
-	height: 100%;
-}
-.ui-resizable-se {
-	cursor: se-resize;
-	width: 12px;
-	height: 12px;
-	right: 1px;
-	bottom: 1px;
-}
-.ui-resizable-sw {
-	cursor: sw-resize;
-	width: 9px;
-	height: 9px;
-	left: -5px;
-	bottom: -5px;
-}
-.ui-resizable-nw {
-	cursor: nw-resize;
-	width: 9px;
-	height: 9px;
-	left: -5px;
-	top: -5px;
-}
-.ui-resizable-ne {
-	cursor: ne-resize;
-	width: 9px;
-	height: 9px;
-	right: -5px;
-	top: -5px;
-}
-.ui-selectable {
-	-ms-touch-action: none;
-	touch-action: none;
-}
-.ui-selectable-helper {
-	position: absolute;
-	z-index: 100;
-	border: 1px dotted black;
-}
-.ui-selectmenu-menu {
-	padding: 0;
-	margin: 0;
-	position: absolute;
-	top: 0;
-	left: 0;
-	display: none;
-}
-.ui-selectmenu-menu .ui-menu {
-	overflow: auto;
-	/* Support: IE7 */
-	overflow-x: hidden;
-	padding-bottom: 1px;
-}
-.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
-	font-size: 1em;
-	font-weight: bold;
-	line-height: 1.5;
-	padding: 2px 0.4em;
-	margin: 0.5em 0 0 0;
-	height: auto;
-	border: 0;
-}
-.ui-selectmenu-open {
-	display: block;
-}
-.ui-selectmenu-button {
-	display: inline-block;
-	overflow: hidden;
-	position: relative;
-	text-decoration: none;
-	cursor: pointer;
-}
-.ui-selectmenu-button span.ui-icon {
-	right: 0.5em;
-	left: auto;
-	margin-top: -8px;
-	position: absolute;
-	top: 50%;
-}
-.ui-selectmenu-button span.ui-selectmenu-text {
-	text-align: left;
-	padding: 0.4em 2.1em 0.4em 1em;
-	display: block;
-	line-height: 1.4;
-	overflow: hidden;
-	text-overflow: ellipsis;
-	white-space: nowrap;
-}
-.ui-slider {
-	position: relative;
-	text-align: left;
-}
-.ui-slider .ui-slider-handle {
-	position: absolute;
-	z-index: 2;
-	width: 1.2em;
-	height: 1.2em;
-	cursor: default;
-	-ms-touch-action: none;
-	touch-action: none;
-}
-.ui-slider .ui-slider-range {
-	position: absolute;
-	z-index: 1;
-	font-size: .7em;
-	display: block;
-	border: 0;
-	background-position: 0 0;
-}
-
-/* support: IE8 - See #6727 */
-.ui-slider.ui-state-disabled .ui-slider-handle,
-.ui-slider.ui-state-disabled .ui-slider-range {
-	filter: inherit;
-}
-
-.ui-slider-horizontal {
-	height: .8em;
-}
-.ui-slider-horizontal .ui-slider-handle {
-	top: -.3em;
-	margin-left: -.6em;
-}
-.ui-slider-horizontal .ui-slider-range {
-	top: 0;
-	height: 100%;
-}
-.ui-slider-horizontal .ui-slider-range-min {
-	left: 0;
-}
-.ui-slider-horizontal .ui-slider-range-max {
-	right: 0;
-}
-
-.ui-slider-vertical {
-	width: .8em;
-	height: 100px;
-}
-.ui-slider-vertical .ui-slider-handle {
-	left: -.3em;
-	margin-left: 0;
-	margin-bottom: -.6em;
-}
-.ui-slider-vertical .ui-slider-range {
-	left: 0;
-	width: 100%;
-}
-.ui-slider-vertical .ui-slider-range-min {
-	bottom: 0;
-}
-.ui-slider-vertical .ui-slider-range-max {
-	top: 0;
-}
-.ui-sortable-handle {
-	-ms-touch-action: none;
-	touch-action: none;
-}
-.ui-spinner {
-	position: relative;
-	display: inline-block;
-	overflow: hidden;
-	padding: 0;
-	vertical-align: middle;
-}
-.ui-spinner-input {
-	border: none;
-	background: none;
-	color: inherit;
-	padding: 0;
-	margin: .2em 0;
-	vertical-align: middle;
-	margin-left: .4em;
-	margin-right: 22px;
-}
-.ui-spinner-button {
-	width: 16px;
-	height: 50%;
-	font-size: .5em;
-	padding: 0;
-	margin: 0;
-	text-align: center;
-	position: absolute;
-	cursor: default;
-	display: block;
-	overflow: hidden;
-	right: 0;
-}
-/* more specificity required here to override default borders */
-.ui-spinner a.ui-spinner-button {
-	border-top: none;
-	border-bottom: none;
-	border-right: none;
-}
-/* vertically center icon */
-.ui-spinner .ui-icon {
-	position: absolute;
-	margin-top: -8px;
-	top: 50%;
-	left: 0;
-}
-.ui-spinner-up {
-	top: 0;
-}
-.ui-spinner-down {
-	bottom: 0;
-}
-
-/* TR overrides */
-.ui-spinner .ui-icon-triangle-1-s {
-	/* need to fix icons sprite */
-	background-position: -65px -16px;
-}
-.ui-tabs {
-	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-	padding: .2em;
-}
-.ui-tabs .ui-tabs-nav {
-	margin: 0;
-	padding: .2em .2em 0;
-}
-.ui-tabs .ui-tabs-nav li {
-	list-style: none;
-	float: left;
-	position: relative;
-	top: 0;
-	margin: 1px .2em 0 0;
-	border-bottom-width: 0;
-	padding: 0;
-	white-space: nowrap;
-}
-.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
-	float: left;
-	padding: .5em 1em;
-	text-decoration: none;
-}
-.ui-tabs .ui-tabs-nav li.ui-tabs-active {
-	margin-bottom: -1px;
-	padding-bottom: 1px;
-}
-.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
-.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
-.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
-	cursor: text;
-}
-.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
-	cursor: pointer;
-}
-.ui-tabs .ui-tabs-panel {
-	display: block;
-	border-width: 0;
-	padding: 1em 1.4em;
-	background: none;
-}
-.ui-tooltip {
-	padding: 8px;
-	position: absolute;
-	z-index: 9999;
-	max-width: 300px;
-	-webkit-box-shadow: 0 0 5px #aaa;
-	box-shadow: 0 0 5px #aaa;
-}
-body .ui-tooltip {
-	border-width: 2px;
-}
-
-/* Component containers
-----------------------------------*/
-.ui-widget {
-	font-family: Verdana,Arial,sans-serif;
-	font-size: 2em;
-}
-.ui-widget .ui-widget {
-	font-size: 1em;
-}
-.ui-widget input,
-.ui-widget select,
-.ui-widget textarea,
-.ui-widget button {
-	font-family: Verdana,Arial,sans-serif;
-	font-size: 1em;
-}
-.ui-widget-content {
-	border: 1px solid #aaaaaa;
-	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
-	color: #222222;
-}
-.ui-widget-content a {
-	color: #222222;
-}
-.ui-widget-header {
-	border: 1px solid #aaaaaa;
-	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
-	color: #222222;
-	font-weight: bold;
-}
-.ui-widget-header a {
-	color: #222222;
-}
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default,
-.ui-widget-content .ui-state-default,
-.ui-widget-header .ui-state-default {
-	border: 1px solid #d3d3d3;
-	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
-	font-weight: normal;
-	color: #555555;
-}
-.ui-state-default a,
-.ui-state-default a:link,
-.ui-state-default a:visited {
-	color: #555555;
-	text-decoration: none;
-}
-.ui-state-hover,
-.ui-widget-content .ui-state-hover,
-.ui-widget-header .ui-state-hover,
-.ui-state-focus,
-.ui-widget-content .ui-state-focus,
-.ui-widget-header .ui-state-focus {
-	border: 1px solid #999999;
-	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
-	font-weight: normal;
-	color: #212121;
-}
-.ui-state-hover a,
-.ui-state-hover a:hover,
-.ui-state-hover a:link,
-.ui-state-hover a:visited,
-.ui-state-focus a,
-.ui-state-focus a:hover,
-.ui-state-focus a:link,
-.ui-state-focus a:visited {
-	color: #212121;
-	text-decoration: none;
-}
-.ui-state-active,
-.ui-widget-content .ui-state-active,
-.ui-widget-header .ui-state-active {
-	border: 1px solid #aaaaaa;
-	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
-	font-weight: normal;
-	color: #212121;
-}
-.ui-state-active a,
-.ui-state-active a:link,
-.ui-state-active a:visited {
-	color: #212121;
-	text-decoration: none;
-}
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight,
-.ui-widget-content .ui-state-highlight,
-.ui-widget-header .ui-state-highlight {
-	border: 1px solid #fcefa1;
-	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
-	color: #363636;
-}
-.ui-state-highlight a,
-.ui-widget-content .ui-state-highlight a,
-.ui-widget-header .ui-state-highlight a {
-	color: #363636;
-}
-.ui-state-error,
-.ui-widget-content .ui-state-error,
-.ui-widget-header .ui-state-error {
-	border: 1px solid #cd0a0a;
-	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
-	color: #cd0a0a;
-}
-.ui-state-error a,
-.ui-widget-content .ui-state-error a,
-.ui-widget-header .ui-state-error a {
-	color: #cd0a0a;
-}
-.ui-state-error-text,
-.ui-widget-content .ui-state-error-text,
-.ui-widget-header .ui-state-error-text {
-	color: #cd0a0a;
-}
-.ui-priority-primary,
-.ui-widget-content .ui-priority-primary,
-.ui-widget-header .ui-priority-primary {
-	font-weight: bold;
-}
-.ui-priority-secondary,
-.ui-widget-content .ui-priority-secondary,
-.ui-widget-header .ui-priority-secondary {
-	opacity: .7;
-	filter:Alpha(Opacity=70); /* support: IE8 */
-	font-weight: normal;
-}
-.ui-state-disabled,
-.ui-widget-content .ui-state-disabled,
-.ui-widget-header .ui-state-disabled {
-	opacity: .35;
-	filter:Alpha(Opacity=35); /* support: IE8 */
-	background-image: none;
-}
-.ui-state-disabled .ui-icon {
-	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
-}
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon {
-	width: 16px;
-	height: 16px;
-}
-.ui-icon,
-.ui-widget-content .ui-icon {
-	background-image: url("images/ui-icons_222222_256x240.png");
-}
-.ui-widget-header .ui-icon {
-	background-image: url("images/ui-icons_222222_256x240.png");
-}
-.ui-state-default .ui-icon {
-	background-image: url("images/ui-icons_888888_256x240.png");
-}
-.ui-state-hover .ui-icon,
-.ui-state-focus .ui-icon {
-	background-image: url("images/ui-icons_454545_256x240.png");
-}
-.ui-state-active .ui-icon {
-	background-image: url("images/ui-icons_454545_256x240.png");
-}
-.ui-state-highlight .ui-icon {
-	background-image: url("images/ui-icons_2e83ff_256x240.png");
-}
-.ui-state-error .ui-icon,
-.ui-state-error-text .ui-icon {
-	background-image: url("images/ui-icons_cd0a0a_256x240.png");
-}
-
-/* positioning */
-.ui-icon-blank { background-position: 16px 16px; }
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-on { background-position: -96px -144px; }
-.ui-icon-radio-off { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-all,
-.ui-corner-top,
-.ui-corner-left,
-.ui-corner-tl {
-	border-top-left-radius: 4px;
-}
-.ui-corner-all,
-.ui-corner-top,
-.ui-corner-right,
-.ui-corner-tr {
-	border-top-right-radius: 4px;
-}
-.ui-corner-all,
-.ui-corner-bottom,
-.ui-corner-left,
-.ui-corner-bl {
-	border-bottom-left-radius: 4px;
-}
-.ui-corner-all,
-.ui-corner-bottom,
-.ui-corner-right,
-.ui-corner-br {
-	border-bottom-right-radius: 4px;
-}
-
-/* Overlays */
-.ui-widget-overlay {
-	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
-	opacity: .3;
-	filter: Alpha(Opacity=30); /* support: IE8 */
-}
-.ui-widget-shadow {
-	margin: -8px 0 0 -8px;
-	padding: 8px;
-	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
-	opacity: .3;
-	filter: Alpha(Opacity=30); /* support: IE8 */
-	border-radius: 8px;
-}
\ No newline at end of file
diff --git a/css/marquee.css b/css/marquee.css
deleted file mode 100644
index 8ae46b03af426a29096efbb55172d8758de3be84..0000000000000000000000000000000000000000
--- a/css/marquee.css
+++ /dev/null
@@ -1,16 +0,0 @@
-@keyframes marquee {
-  from {
-    transform: translateX(0%);
-  }
-  to {
-    transform: translateX(-20%);
-  }
-}
-@-webkit-keyframes marquee {
-  from {
-    transform: translateX(0%);
-  }
-  to {
-    transform: translateX(-20%);
-  }
-}
diff --git a/css/marquee.less b/css/marquee.less
deleted file mode 100644
index b288625ce4d45b9d4a3484d99014c17afd90d0f7..0000000000000000000000000000000000000000
--- a/css/marquee.less
+++ /dev/null
@@ -1,9 +0,0 @@
-@keyframes marquee {
-	from {transform:translateX(0%);}
-	to {transform:translateX(-20%);}
-}
-
-@-webkit-keyframes marquee {
-	from {transform:translateX(0%);}
-	to {transform:translateX(-20%);}
-}
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index dea6c8a080f25c00947a0aac10be66ced8f7f562..0000000000000000000000000000000000000000
--- a/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <title>Infoboard</title>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link href="favicon.png" type="image/x-icon" rel="icon"/>
-    <link rel="stylesheet" href="css/font.css"/>
-    <link rel="stylesheet" href="css/design.css"/>
-    <link rel="stylesheet" href="css/marquee.css"/>
-    <link rel="stylesheet" href="css/jquery.ui.css"/>
-    <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
-    <script type="text/javascript" src="js/jquery-ui.min.js"></script>
-    <script type="text/javascript" src="js/jquery.textfill.min.js"></script>
-    <script type="text/javascript" src="js/marquee.js"></script>
-    <script type="text/javascript" src="js/layoutloader.js"></script>
-    <script type="text/javascript" src="js/webfontloader.js"></script>
-    <script type="text/javascript" src="js/starter.js"></script>
-</head>
-<body>
-<div data-container="main">
-    <noscript>
-        <div data-container="noscript">Diese Seite benötigt JavaScript!</div>
-    </noscript>
-</div>
-<a href="https://oh14.de/impressum.html" class="impressum">Impressum</a>
-</body>
-</html>
diff --git a/js/fontloader.js b/js/fontloader.js
deleted file mode 100644
index b507892d16200ca99f191e6c7bb7673744af8878..0000000000000000000000000000000000000000
--- a/js/fontloader.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/**
- * Created by tilman on 02.10.15.
- */
-fontloader = {};
-
-fontloader
\ No newline at end of file
diff --git a/js/helper/AJAX.js b/js/helper/AJAX.js
deleted file mode 100644
index 80c62b44e8231fe12766cbfc27b9f51c39128c56..0000000000000000000000000000000000000000
--- a/js/helper/AJAX.js
+++ /dev/null
@@ -1,138 +0,0 @@
-AJAX = new (function AJAX() {
-		
-	function newXHR() {
-		return !!self.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP");
-	}
-
-    function serialize(obj, prefix) {
-        var str = [];
-        for (var p in obj) {
-          if (obj.hasOwnProperty(p)) {
-            var k = prefix ? prefix + "[" + p + "]" : p,
-                  v = obj[p];
-              str.push(typeof v == "object" ? serialize(v, k) : encodeURIComponent(k) + "=" + encodeURIComponent(v));
-          }
-        }
-        return str.join("&");
-    }
-	
-	function decodeResponse(type, response) {
-		try {			
-			switch (type) {
-				case "application/json":
-					return JSON.parse(response);
-				default:
-					return response;
-			}
-		} catch(e) {
-			
-		}
-		return response;
-	}
-	
-	function doReject(strict, result){
-		return !!strict ? Promise.reject(result) : Promise.resolve(result);
-	}
-
-    function doRequest(url, method, params, strict) {
-        return new Promise(function(resolve, reject) {
-			try {
-				if (typeof url != 'string') {
-					return doReject(strict, {
-						success: false,
-						response: 'url parameter must be string',
-						status: 0
-					}).then(resolve, reject);
-				}
-				if (typeof method != 'string') {
-					return doReject(strict, {
-						success: false,
-						response: 'method parameter must be string',
-						status: 0
-					}).then(resolve, reject);
-				}
-				method = method.toUpperCase();
-				var xhr = newXHR();
-				xhr.onload = function(e) {
-					if (e.target.status == 200) {
-						var response = decodeResponse(e.target.getResponseHeader("Content-Type"), e.target.response);
-						resolve({
-							success: true,
-							response: response,
-							status: e.target.status
-						});	
-					} else {
-						var statusText = e.target.statusText;
-						if (!statusText.length) statusText = "unexpected error";
-						doReject(strict, {
-							success: false,
-							response: statusText, 
-							status: e.target.status
-						}).then(resolve, reject);
-					}
-				}
-				xhr.onerror = function(e) {
-					var statusText = e.target.statusText;
-					if (!statusText.length) statusText = "unexpected error";
-					doReject(strict, {
-						success: false,
-						response: statusText,
-						status: e.target.status
-					}).then(resolve, reject);
-				}
-				xhr.onabort = function(e) {
-					doReject(strict, {
-						success: false,
-						response: 'download aborted',
-						status: 0
-					}).then(resolve, reject);
-				}
-				params = typeof params == 'object' ? serialize(params) : '';
-				if (method === 'GET') {
-					if (!!params.length) params = "?" + params;
-					xhr.open(method, url+params);
-					xhr.send();
-				} else {
-					xhr.open(method, url);
-					xhr.send(!!params.length ? params : undefined);
-				}
-			} catch(e) {
-					doReject(strict, {
-						success: false,
-						response: e.message,
-						status: 0
-					}).then(resolve, reject);
-			}
-        });
-    }
-	
-	this.request = function(requests, strict) {
-		if (typeof strict != 'boolean') strict = true;
-		try {
-			if (typeof requests == 'string') {
-				return doRequest(requests, 'GET', [], strict);
-			} else {
-				if (typeof requests == 'object') {
-					if (Array.isArray(requests)) {
-						var proms = [];
-						for (var i = 0; i < requests.length; ++i)
-							proms.push(this.request(requests[i], strict));
-						return Promise.all(proms);
-					} else {
-						return doRequest(requests.url, requests.method, requests.params, strict);
-					}
-				}
-				throw new Error('wrong type (string/array/dict expected, '+(typeof requests)+' detected)');
-			}
-		} catch(e) {
-			return doReject(strict, {
-				success: false,
-				response: e.message,
-				status: 0
-			});
-		}
-	}
-
-	return Object.freeze(this);
-	
-});
\ No newline at end of file
diff --git a/js/helper/AbstractWorker.js b/js/helper/AbstractWorker.js
deleted file mode 100644
index 32db1f5dbbfa671560f8ea70e114839786ea21e4..0000000000000000000000000000000000000000
--- a/js/helper/AbstractWorker.js
+++ /dev/null
@@ -1,75 +0,0 @@
-class AbstractWorker {
-	
-	constructor() {
-		this.config = {};
-		
-		var
-			ival = 1000,
-			timer,
-			cmds = [],
-			execRun = false;
-		
-		var update = function() {
-			if (!!timer) self.clearTimeout(timer);
-			this.tick(function(result) {
-				self.postMessage(result);
-			});
-			if (ival > 0) timer = self.setTimeout(update, ival);
-		}.bind(this);
-	
-		var exec = function() {
-			if (!!cmds.length) {
-				execRun = true;
-				var cmd = cmds.shift();
-				if (typeof this[cmd.cmd] == "function") {
-					this[cmd.cmd].apply(this,cmd.params);
-				} else {
-					exec();
-				}
-			} else {
-				execRun = false;
-			}
-		}.bind(this);
-	
-		this.start = function() {
-			update();
-			exec();
-		}
-		
-		this.stop = function() {
-			if (!!timer) self.clearTimeout(timer);
-			exec();
-		}
-		
-		this.loadConfig = function(name) {
-			AJAX.request("../../panels/departure/config/"+name+".json").then(function(data) {
-				this.config = this.processConfig(data.response);
-				exec();
-			}.bind(this),function() {
-				exec();
-			});
-		}
-	
-		self.onmessage = function(e) {
-			cmds.push(e.data);
-			if (!execRun) exec();
-		}.bind(this);
-		
-		this.setSpeed = function(val) {
-			if (isNaN(val = parseInt(val))) {
-				val = 0;
-			}
-			ival = val;
-		}
-		
-	}
-	
-	tick(callback) {
-		callback({});
-	}
-	
-	processConfig(config) {
-		return config;
-	}
-		
-}
\ No newline at end of file
diff --git a/js/helper/check.js b/js/helper/check.js
deleted file mode 100644
index cce4070e500cbc46592efb7f582f13e307b8e615..0000000000000000000000000000000000000000
--- a/js/helper/check.js
+++ /dev/null
@@ -1,64 +0,0 @@
-function isEmpty(value) {
-	switch (typeof value) {
-		case 'undefined':
-			return true;
-			break;
-		case 'object':
-			if (Array.isArray(value)) return value.length <= 0;
-			return value === null || Object.getOwnPropertyNames(value).length <= 0;
-			break;
-		case 'string':
-			return value == "";
-			break;
-		case 'number':
-			return isNaN(value);
-			break;
-		default:
-			return false;
-			break;
-	}
-}
-
-function isFunction(value) {
-	return typeof(value) == 'function';
-}
-
-function isObject(value) {
-	return typeof(value) == 'object' && !Array.isArray(value);
-}
-
-function isObjectNotEmpty(value) {
-	return typeof(value) == 'object' && !Array.isArray(value) && Object.getOwnPropertyNames(value).length > 0;
-}
-
-function isArray(value) {
-	return Array.isArray(value);
-}
-
-function isArrayNotEmpty(value) {
-	return Array.isArray(value) && value.length > 0;
-}
-
-function isString(value) {
-	return typeof(value) == 'string';
-}
-
-function isStringNotEmpty(value) {
-	return typeof(value) == 'string' && value != "";
-}
-
-function isNumber(value) {
-	return typeof(value) == 'number';
-}
-
-function isInteger(value) {
-	return Number.isSafeInteger(value);
-}
-
-function isBoolean(value) {
-	return typeof(value) == 'boolean';
-}
-
-function arrayContains(array, value) {
-	return isArray(array) && !!(array.indexOf(value)+1);
-}
\ No newline at end of file
diff --git a/js/jquery-2.1.4.min.js b/js/jquery-2.1.4.min.js
deleted file mode 100644
index 49990d6e14503798f142dcb0d5b23cb0c8f80244..0000000000000000000000000000000000000000
--- a/js/jquery-2.1.4.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */
-!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b="length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function qa(){}qa.prototype=d.filters=d.pseudos,d.setFilters=new qa,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function ra(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){
-return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ba=/<([\w:]+)/,ca=/<|&#?\w+;/,da=/<(?:script|style|link)/i,ea=/checked\s*(?:[^=]|=\s*.checked.)/i,fa=/^$|\/(?:java|ecma)script/i,ga=/^true\/(.*)/,ha=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ia={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ia.optgroup=ia.option,ia.tbody=ia.tfoot=ia.colgroup=ia.caption=ia.thead,ia.th=ia.td;function ja(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function ka(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function la(a){var b=ga.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function ma(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function na(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function oa(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pa(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=oa(h),f=oa(a),d=0,e=f.length;e>d;d++)pa(f[d],g[d]);if(b)if(c)for(f=f||oa(a),g=g||oa(h),d=0,e=f.length;e>d;d++)na(f[d],g[d]);else na(a,h);return g=oa(h,"script"),g.length>0&&ma(g,!i&&oa(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(ca.test(e)){f=f||k.appendChild(b.createElement("div")),g=(ba.exec(e)||["",""])[1].toLowerCase(),h=ia[g]||ia._default,f.innerHTML=h[1]+e.replace(aa,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=oa(k.appendChild(e),"script"),i&&ma(f),c)){j=0;while(e=f[j++])fa.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(oa(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&ma(oa(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(oa(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!da.test(a)&&!ia[(ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(aa,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(oa(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(oa(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&ea.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(oa(c,"script"),ka),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,oa(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,la),j=0;g>j;j++)h=f[j],fa.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(ha,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qa,ra={};function sa(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function ta(a){var b=l,c=ra[a];return c||(c=sa(a,b),"none"!==c&&c||(qa=(qa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qa[0].contentDocument,b.write(),b.close(),c=sa(a,b),qa.detach()),ra[a]=c),c}var ua=/^margin/,va=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wa=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xa(a,b,c){var d,e,f,g,h=a.style;return c=c||wa(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),va.test(g)&&ua.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function ya(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var za=/^(none|table(?!-c[ea]).+)/,Aa=new RegExp("^("+Q+")(.*)$","i"),Ba=new RegExp("^([+-])=("+Q+")","i"),Ca={position:"absolute",visibility:"hidden",display:"block"},Da={letterSpacing:"0",fontWeight:"400"},Ea=["Webkit","O","Moz","ms"];function Fa(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Ea.length;while(e--)if(b=Ea[e]+c,b in a)return b;return d}function Ga(a,b,c){var d=Aa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Ha(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ia(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wa(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xa(a,b,f),(0>e||null==e)&&(e=a.style[b]),va.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Ha(a,b,c||(g?"border":"content"),d,f)+"px"}function Ja(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",ta(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xa(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fa(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Ba.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fa(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xa(a,b,d)),"normal"===e&&b in Da&&(e=Da[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?za.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Ca,function(){return Ia(a,b,d)}):Ia(a,b,d):void 0},set:function(a,c,d){var e=d&&wa(a);return Ga(a,c,d?Ha(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=ya(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ua.test(a)||(n.cssHooks[a+b].set=Ga)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wa(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Ja(this,!0)},hide:function(){return Ja(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Ka(a,b,c,d,e){return new Ka.prototype.init(a,b,c,d,e)}n.Tween=Ka,Ka.prototype={constructor:Ka,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ka.propHooks[this.prop];return a&&a.get?a.get(this):Ka.propHooks._default.get(this)},run:function(a){var b,c=Ka.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ka.propHooks._default.set(this),this}},Ka.prototype.init.prototype=Ka.prototype,Ka.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Ka.propHooks.scrollTop=Ka.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Ka.prototype.init,n.fx.step={};var La,Ma,Na=/^(?:toggle|show|hide)$/,Oa=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pa=/queueHooks$/,Qa=[Va],Ra={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Oa.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Oa.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sa(){return setTimeout(function(){La=void 0}),La=n.now()}function Ta(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ua(a,b,c){for(var d,e=(Ra[b]||[]).concat(Ra["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Va(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||ta(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Na.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?ta(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ua(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wa(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xa(a,b,c){var d,e,f=0,g=Qa.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=La||Sa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:La||Sa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wa(k,j.opts.specialEasing);g>f;f++)if(d=Qa[f].call(j,a,k,j.opts))return d;return n.map(k,Ua,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xa,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Ra[c]=Ra[c]||[],Ra[c].unshift(b)},prefilter:function(a,b){b?Qa.unshift(a):Qa.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xa(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pa.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Ta(b,!0),a,d,e)}}),n.each({slideDown:Ta("show"),slideUp:Ta("hide"),slideToggle:Ta("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(La=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),La=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ma||(Ma=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Ma),Ma=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Ya,Za,$a=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Za:Ya)),
-void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Za={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$a[b]||n.find.attr;$a[b]=function(a,b,d){var e,f;return d||(f=$a[b],$a[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$a[b]=f),e}});var _a=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_a.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ab=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ab," ").indexOf(b)>=0)return!0;return!1}});var bb=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cb=n.now(),db=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var eb=/#.*$/,fb=/([?&])_=[^&]*/,gb=/^(.*?):[ \t]*([^\r\n]*)$/gm,hb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ib=/^(?:GET|HEAD)$/,jb=/^\/\//,kb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lb={},mb={},nb="*/".concat("*"),ob=a.location.href,pb=kb.exec(ob.toLowerCase())||[];function qb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rb(a,b,c,d){var e={},f=a===mb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function ub(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ob,type:"GET",isLocal:hb.test(pb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sb(sb(a,n.ajaxSettings),b):sb(n.ajaxSettings,a)},ajaxPrefilter:qb(lb),ajaxTransport:qb(mb),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gb.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||ob)+"").replace(eb,"").replace(jb,pb[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kb.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pb[1]&&h[2]===pb[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pb[3]||("http:"===pb[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rb(lb,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ib.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(db.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fb.test(d)?d.replace(fb,"$1_="+cb++):d+(db.test(d)?"&":"?")+"_="+cb++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nb+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rb(mb,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tb(k,v,f)),u=ub(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vb=/%20/g,wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&").replace(vb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bb=0,Cb={},Db={0:200,1223:204},Eb=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cb)Cb[a]()}),k.cors=!!Eb&&"withCredentials"in Eb,k.ajax=Eb=!!Eb,n.ajaxTransport(function(a){var b;return k.cors||Eb&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cb[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Db[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cb[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fb=[],Gb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fb.pop()||n.expando+"_"+cb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gb.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gb,"$1"+e):b.jsonp!==!1&&(b.url+=(db.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hb)return Hb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ib=a.document.documentElement;function Jb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ib;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ib})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jb(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=ya(k.pixelPosition,function(a,c){return c?(c=xa(a,b),va.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kb=a.jQuery,Lb=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lb),b&&a.jQuery===n&&(a.jQuery=Kb),n},typeof b===U&&(a.jQuery=a.$=n),n});
diff --git a/js/jquery-ui.min.js b/js/jquery-ui.min.js
deleted file mode 100644
index 5824d1292db4b99708fff6c950bf64861f083aa2..0000000000000000000000000000000000000000
--- a/js/jquery-ui.min.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/*! jQuery UI - v1.11.4 - 2015-03-11
-* http://jqueryui.com
-* Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js
-* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
-
-(function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css("position"),("absolute"===t||"relative"===t||"fixed"===t)&&(i=parseInt(e.css("zIndex"),10),!isNaN(i)&&0!==i))return i;e=e.parent()}return 0}function n(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=a(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function a(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.delegate(i,"mouseout",function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")}).delegate(i,"mouseover",o)}function o(){e.datepicker._isDisabledDatepicker(v.inline?v.dpDiv.parent()[0]:v.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function r(t,i){e.extend(t,i);for(var s in i)null==i[s]&&(t[s]=i[s]);return t}function h(e){return function(){var t=this.element.val();e.apply(this,arguments),this._refresh(),t!==this.element.val()&&this._trigger("change")}}e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.4",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),s="absolute"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&"static"===t.css("position")?!1:n.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var s=e.attr(i,"tabindex"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e("<a>").outerWidth(1).jquery||e.each(["Width","Height"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+i]=function(t){return void 0===t?o["inner"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+"px")})},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?o["outer"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("<a>").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.bind(e+".ui-disableSelection",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css("position"),("absolute"===i||"relative"===i||"fixed"===i)&&(s=parseInt(n.css("zIndex"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var l=0,u=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,"events"),s&&s.remove&&e(n).triggerHandler("remove")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(".")[0];return t=t.split(".")[1],n=l+"-"+t,s||(s=i,i=e.Widget),e.expr[":"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,n=u.call(arguments,1),a=0,o=n.length;o>a;a++)for(i in n[a])s=n[a][i],n[a].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(n){var a="string"==typeof n,o=u.call(arguments,1),r=this;return a?this.each(function(){var i,a=e.data(this,s);return"instance"===n?(r=a,!1):a?e.isFunction(a[n])&&"_"!==n.charAt(0)?(i=a[n].apply(a,o),i!==a&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):e.error("no such method '"+n+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; "+"attempted to call method '"+n+"'")}):(o.length&&(n=e.widget.extend.apply(null,[n].concat(o))),this.each(function(){var t=e.data(this,s);t?(t.option(n||{}),t._init&&t._init()):e.data(this,s,new i(n,this))})),r}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=l++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(o={},s=t.split("."),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,"disabled"===e&&(this.widget().toggleClass(this.widgetFullName+"-disabled",!!t),t&&(this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;"boolean"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled")?("string"==typeof o?a[o]:o).apply(a,arguments):void 0}"string"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(i).undelegate(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){function i(){return("string"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")},mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")},focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof n&&(n={effect:n});var o,r=n?n===!0||"number"==typeof n?i:n.effect||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget;var d=!1;e(document).mouseup(function(){d=!1}),e.widget("ui.mouse",{version:"1.11.4",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).bind("click."+this.widgetName,function(i){return!0===e.data(i.target,t.widgetName+".preventClickEvent")?(e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!d){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var i=this,s=1===t.which,n="string"==typeof this.options.cancel&&t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(t)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(t)!==!1,!this._mouseStarted)?(t.preventDefault(),!0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return i._mouseMove(e)},this._mouseUpDelegate=function(e){return i._mouseUp(e)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),d=!0,!0)):!0}},_mouseMove:function(t){if(this._mouseMoved){if(e.ui.ie&&(!document.documentMode||9>document.documentMode)&&!t.button)return this._mouseUp(t);if(!t.which)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,t)!==!1,this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),d=!1,!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),function(){function t(e,t,i){return[parseFloat(e[0])*(p.test(e[0])?t/100:1),parseFloat(e[1])*(p.test(e[1])?i/100:1)]}function i(t,i){return parseInt(e.css(t,i),10)||0}function s(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.ui=e.ui||{};var n,a,o=Math.max,r=Math.abs,h=Math.round,l=/left|center|right/,u=/top|center|bottom/,d=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,p=/%$/,f=e.fn.position;e.position={scrollbarWidth:function(){if(void 0!==n)return n;var t,i,s=e("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),a=s.children()[0];return e("body").append(s),t=a.offsetWidth,s.css("overflow","scroll"),i=a.offsetWidth,t===i&&(i=s[0].clientWidth),s.remove(),n=t-i},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),s=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),n="scroll"===i||"auto"===i&&t.width<t.element[0].scrollWidth,a="scroll"===s||"auto"===s&&t.height<t.element[0].scrollHeight;return{width:a?e.position.scrollbarWidth():0,height:n?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var i=e(t||window),s=e.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType;return{element:i,isWindow:s,isDocument:n,offset:i.offset()||{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:s||n?i.width():i.outerWidth(),height:s||n?i.height():i.outerHeight()}}},e.fn.position=function(n){if(!n||!n.of)return f.apply(this,arguments);n=e.extend({},n);var p,m,g,v,y,b,_=e(n.of),x=e.position.getWithinInfo(n.within),w=e.position.getScrollInfo(x),k=(n.collision||"flip").split(" "),T={};return b=s(_),_[0].preventDefault&&(n.at="left top"),m=b.width,g=b.height,v=b.offset,y=e.extend({},v),e.each(["my","at"],function(){var e,t,i=(n[this]||"").split(" ");1===i.length&&(i=l.test(i[0])?i.concat(["center"]):u.test(i[0])?["center"].concat(i):["center","center"]),i[0]=l.test(i[0])?i[0]:"center",i[1]=u.test(i[1])?i[1]:"center",e=d.exec(i[0]),t=d.exec(i[1]),T[this]=[e?e[0]:0,t?t[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===k.length&&(k[1]=k[0]),"right"===n.at[0]?y.left+=m:"center"===n.at[0]&&(y.left+=m/2),"bottom"===n.at[1]?y.top+=g:"center"===n.at[1]&&(y.top+=g/2),p=t(T.at,m,g),y.left+=p[0],y.top+=p[1],this.each(function(){var s,l,u=e(this),d=u.outerWidth(),c=u.outerHeight(),f=i(this,"marginLeft"),b=i(this,"marginTop"),D=d+f+i(this,"marginRight")+w.width,S=c+b+i(this,"marginBottom")+w.height,M=e.extend({},y),C=t(T.my,u.outerWidth(),u.outerHeight());"right"===n.my[0]?M.left-=d:"center"===n.my[0]&&(M.left-=d/2),"bottom"===n.my[1]?M.top-=c:"center"===n.my[1]&&(M.top-=c/2),M.left+=C[0],M.top+=C[1],a||(M.left=h(M.left),M.top=h(M.top)),s={marginLeft:f,marginTop:b},e.each(["left","top"],function(t,i){e.ui.position[k[t]]&&e.ui.position[k[t]][i](M,{targetWidth:m,targetHeight:g,elemWidth:d,elemHeight:c,collisionPosition:s,collisionWidth:D,collisionHeight:S,offset:[p[0]+C[0],p[1]+C[1]],my:n.my,at:n.at,within:x,elem:u})}),n.using&&(l=function(e){var t=v.left-M.left,i=t+m-d,s=v.top-M.top,a=s+g-c,h={target:{element:_,left:v.left,top:v.top,width:m,height:g},element:{element:u,left:M.left,top:M.top,width:d,height:c},horizontal:0>i?"left":t>0?"right":"center",vertical:0>a?"top":s>0?"bottom":"middle"};d>m&&m>r(t+i)&&(h.horizontal="center"),c>g&&g>r(s+a)&&(h.vertical="middle"),h.important=o(r(t),r(i))>o(r(s),r(a))?"horizontal":"vertical",n.using.call(this,e,h)}),u.offset(e.extend(M,{using:l}))})},e.ui.position={fit:{left:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=e.left-t.collisionPosition.marginLeft,h=n-r,l=r+t.collisionWidth-a-n;t.collisionWidth>a?h>0&&0>=l?(i=e.left+h+t.collisionWidth-a-n,e.left+=h-i):e.left=l>0&&0>=h?n:h>l?n+a-t.collisionWidth:n:h>0?e.left+=h:l>0?e.left-=l:e.left=o(e.left-r,e.left)},top:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollTop:s.offset.top,a=t.within.height,r=e.top-t.collisionPosition.marginTop,h=n-r,l=r+t.collisionHeight-a-n;t.collisionHeight>a?h>0&&0>=l?(i=e.top+h+t.collisionHeight-a-n,e.top+=h-i):e.top=l>0&&0>=h?n:h>l?n+a-t.collisionHeight:n:h>0?e.top+=h:l>0?e.top-=l:e.top=o(e.top-r,e.top)}},flip:{left:function(e,t){var i,s,n=t.within,a=n.offset.left+n.scrollLeft,o=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=e.left-t.collisionPosition.marginLeft,u=l-h,d=l+t.collisionWidth-o-h,c="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];0>u?(i=e.left+c+p+f+t.collisionWidth-o-a,(0>i||r(u)>i)&&(e.left+=c+p+f)):d>0&&(s=e.left-t.collisionPosition.marginLeft+c+p+f-h,(s>0||d>r(s))&&(e.left+=c+p+f))},top:function(e,t){var i,s,n=t.within,a=n.offset.top+n.scrollTop,o=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=e.top-t.collisionPosition.marginTop,u=l-h,d=l+t.collisionHeight-o-h,c="top"===t.my[1],p=c?-t.elemHeight:"bottom"===t.my[1]?t.elemHeight:0,f="top"===t.at[1]?t.targetHeight:"bottom"===t.at[1]?-t.targetHeight:0,m=-2*t.offset[1];0>u?(s=e.top+p+f+m+t.collisionHeight-o-a,(0>s||r(u)>s)&&(e.top+=p+f+m)):d>0&&(i=e.top-t.collisionPosition.marginTop+p+f+m-h,(i>0||d>r(i))&&(e.top+=p+f+m))}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}},function(){var t,i,s,n,o,r=document.getElementsByTagName("body")[0],h=document.createElement("div");t=document.createElement(r?"div":"body"),s={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},r&&e.extend(s,{position:"absolute",left:"-1000px",top:"-1000px"});for(o in s)t.style[o]=s[o];t.appendChild(h),i=r||document.documentElement,i.insertBefore(t,i.firstChild),h.style.cssText="position: absolute; left: 10.7432222px;",n=e(h).offset().left,a=n>10&&11>n,t.innerHTML="",i.removeChild(t)}()}(),e.ui.position,e.widget("ui.accordion",{version:"1.11.4",options:{active:0,animate:{},collapsible:!1,event:"click",header:"> li > :first-child,> :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=e(),this.element.addClass("ui-accordion ui-widget ui-helper-reset").attr("role","tablist"),t.collapsible||t.active!==!1&&null!=t.active||(t.active=0),this._processPanels(),0>t.active&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():e()}},_createIcons:function(){var t=this.options.icons;t&&(e("<span>").addClass("ui-accordion-header-icon ui-icon "+t.header).prependTo(this.headers),this.active.children(".ui-accordion-header-icon").removeClass(t.header).addClass(t.activeHeader),this.headers.addClass("ui-accordion-icons"))},_destroyIcons:function(){this.headers.removeClass("ui-accordion-icons").children(".ui-accordion-header-icon").remove()},_destroy:function(){var e;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role"),this.headers.removeClass("ui-accordion-header ui-accordion-header-active ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("aria-controls").removeAttr("tabIndex").removeUniqueId(),this._destroyIcons(),e=this.headers.next().removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-state-disabled").css("display","").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&e.css("height","")},_setOption:function(e,t){return"active"===e?(this._activate(t),void 0):("event"===e&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(t)),this._super(e,t),"collapsible"!==e||t||this.options.active!==!1||this._activate(0),"icons"===e&&(this._destroyIcons(),t&&this._createIcons()),"disabled"===e&&(this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this.headers.add(this.headers.next()).toggleClass("ui-state-disabled",!!t)),void 0)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var i=e.ui.keyCode,s=this.headers.length,n=this.headers.index(t.target),a=!1;switch(t.keyCode){case i.RIGHT:case i.DOWN:a=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:a=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(t);break;case i.HOME:a=this.headers[0];break;case i.END:a=this.headers[s-1]}a&&(e(t.target).attr("tabIndex",-1),e(a).attr("tabIndex",0),a.focus(),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===e.ui.keyCode.UP&&t.ctrlKey&&e(t.currentTarget).prev().focus()},refresh:function(){var t=this.options;this._processPanels(),t.active===!1&&t.collapsible===!0||!this.headers.length?(t.active=!1,this.active=e()):t.active===!1?this._activate(0):this.active.length&&!e.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=e()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var e=this.headers,t=this.panels;this.headers=this.element.find(this.options.header).addClass("ui-accordion-header ui-state-default ui-corner-all"),this.panels=this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").filter(":not(.ui-accordion-content-active)").hide(),t&&(this._off(e.not(this.headers)),this._off(t.not(this.panels)))},_refresh:function(){var t,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active).addClass("ui-accordion-header-active ui-state-active ui-corner-top").removeClass("ui-corner-all"),this.active.next().addClass("ui-accordion-content-active").show(),this.headers.attr("role","tab").each(function(){var t=e(this),i=t.uniqueId().attr("id"),s=t.next(),n=s.uniqueId().attr("id");t.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(t=n.height(),this.element.siblings(":visible").each(function(){var i=e(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(t-=i.outerHeight(!0))}),this.headers.each(function(){t-=e(this).outerHeight(!0)}),this.headers.next().each(function(){e(this).height(Math.max(0,t-e(this).innerHeight()+e(this).height()))}).css("overflow","auto")):"auto"===s&&(t=0,this.headers.next().each(function(){t=Math.max(t,e(this).css("height","").height())}).height(t))},_activate:function(t){var i=this._findActive(t)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):e()},_setupEvents:function(t){var i={keydown:"_keydown"};t&&e.each(t.split(" "),function(e,t){i[t]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n[0]===s[0],o=a&&i.collapsible,r=o?e():n.next(),h=s.next(),l={oldHeader:s,oldPanel:h,newHeader:o?e():n,newPanel:r};t.preventDefault(),a&&!i.collapsible||this._trigger("beforeActivate",t,l)===!1||(i.active=o?!1:this.headers.index(n),this.active=a?e():n,this._toggle(l),s.removeClass("ui-accordion-header-active ui-state-active"),i.icons&&s.children(".ui-accordion-header-icon").removeClass(i.icons.activeHeader).addClass(i.icons.header),a||(n.removeClass("ui-corner-all").addClass("ui-accordion-header-active ui-state-active ui-corner-top"),i.icons&&n.children(".ui-accordion-header-icon").removeClass(i.icons.header).addClass(i.icons.activeHeader),n.next().addClass("ui-accordion-content-active")))},_toggle:function(t){var i=t.newPanel,s=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,t):(s.hide(),i.show(),this._toggleComplete(t)),s.attr({"aria-hidden":"true"}),s.prev().attr({"aria-selected":"false","aria-expanded":"false"}),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===parseInt(e(this).attr("tabIndex"),10)}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(e,t,i){var s,n,a,o=this,r=0,h=e.css("box-sizing"),l=e.length&&(!t.length||e.index()<t.index()),u=this.options.animate||{},d=l&&u.down||u,c=function(){o._toggleComplete(i)};return"number"==typeof d&&(a=d),"string"==typeof d&&(n=d),n=n||d.easing||u.easing,a=a||d.duration||u.duration,t.length?e.length?(s=e.show().outerHeight(),t.animate(this.hideProps,{duration:a,easing:n,step:function(e,t){t.now=Math.round(e)}}),e.hide().animate(this.showProps,{duration:a,easing:n,complete:c,step:function(e,i){i.now=Math.round(e),"height"!==i.prop?"content-box"===h&&(r+=i.now):"content"!==o.options.heightStyle&&(i.now=Math.round(s-t.outerHeight()-r),r=0)}}),void 0):t.animate(this.hideProps,a,n,c):e.animate(this.showProps,a,n,c)},_toggleComplete:function(e){var t=e.oldPanel;t.removeClass("ui-accordion-content-active").prev().removeClass("ui-corner-top").addClass("ui-corner-all"),t.length&&(t.parent()[0].className=t.parent()[0].className),this._trigger("activate",null,e)}}),e.widget("ui.menu",{version:"1.11.4",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-carat-1-e"},items:"> *",menus:"ul",position:{my:"left-1 top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().addClass("ui-menu ui-widget ui-widget-content").toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length).attr({role:this.options.role,tabIndex:0}),this.options.disabled&&this.element.addClass("ui-state-disabled").attr("aria-disabled","true"),this._on({"mousedown .ui-menu-item":function(e){e.preventDefault()},"click .ui-menu-item":function(t){var i=e(t.target);!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&e(this.document[0].activeElement).closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){if(!this.previousFilter){var i=e(t.currentTarget);
-i.siblings(".ui-state-active").removeClass("ui-state-active"),this.focus(t,i)}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(e,t){var i=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,i)},blur:function(t){this._delay(function(){e.contains(this.element[0],this.document[0].activeElement)||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeClass("ui-menu ui-widget ui-widget-content ui-menu-icons ui-front").removeAttr("role").removeAttr("tabIndex").removeAttr("aria-labelledby").removeAttr("aria-expanded").removeAttr("aria-hidden").removeAttr("aria-disabled").removeUniqueId().show(),this.element.find(".ui-menu-item").removeClass("ui-menu-item").removeAttr("role").removeAttr("aria-disabled").removeUniqueId().removeClass("ui-state-hover").removeAttr("tabIndex").removeAttr("role").removeAttr("aria-haspopup").children().each(function(){var t=e(this);t.data("ui-menu-submenu-carat")&&t.remove()}),this.element.find(".ui-menu-divider").removeClass("ui-menu-divider ui-widget-content")},_keydown:function(t){var i,s,n,a,o=!0;switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move("first","first",t);break;case e.ui.keyCode.END:this._move("last","last",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:o=!1,s=this.previousFilter||"",n=String.fromCharCode(t.keyCode),a=!1,clearTimeout(this.filterTimer),n===s?a=!0:n=s+n,i=this._filterMenuItems(n),i=a&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(t.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(t,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}o&&t.preventDefault()},_activate:function(e){this.active.is(".ui-state-disabled")||(this.active.is("[aria-haspopup='true']")?this.expand(e):this.select(e))},refresh:function(){var t,i,s=this,n=this.options.icons.submenu,a=this.element.find(this.options.menus);this.element.toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length),a.filter(":not(.ui-menu)").addClass("ui-menu ui-widget ui-widget-content ui-front").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=e(this),i=t.parent(),s=e("<span>").addClass("ui-menu-icon ui-icon "+n).data("ui-menu-submenu-carat",!0);i.attr("aria-haspopup","true").prepend(s),t.attr("aria-labelledby",i.attr("id"))}),t=a.add(this.element),i=t.find(this.options.items),i.not(".ui-menu-item").each(function(){var t=e(this);s._isDivider(t)&&t.addClass("ui-widget-content ui-menu-divider")}),i.not(".ui-menu-item, .ui-menu-divider").addClass("ui-menu-item").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(e,t){"icons"===e&&this.element.find(".ui-menu-icon").removeClass(this.options.icons.submenu).addClass(t.submenu),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},focus:function(e,t){var i,s;this.blur(e,e&&"focus"===e.type),this._scrollIntoView(t),this.active=t.first(),s=this.active.addClass("ui-state-focus").removeClass("ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),this.active.parent().closest(".ui-menu-item").addClass("ui-state-active"),e&&"keydown"===e.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=t.children(".ui-menu"),i.length&&e&&/^mouse/.test(e.type)&&this._startOpening(i),this.activeMenu=t.parent(),this._trigger("focus",e,{item:t})},_scrollIntoView:function(t){var i,s,n,a,o,r;this._hasScroll()&&(i=parseFloat(e.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(e.css(this.activeMenu[0],"paddingTop"))||0,n=t.offset().top-this.activeMenu.offset().top-i-s,a=this.activeMenu.scrollTop(),o=this.activeMenu.height(),r=t.outerHeight(),0>n?this.activeMenu.scrollTop(a+n):n+r>o&&this.activeMenu.scrollTop(a+n-o+r))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this.active.removeClass("ui-state-focus"),this.active=null,this._trigger("blur",e,{item:this.active}))},_startOpening:function(e){clearTimeout(this.timer),"true"===e.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(e)},this.delay))},_open:function(t){var i=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(t,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:e(t&&t.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(t),this.activeMenu=s},this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false").end().find(".ui-state-active").not(".ui-state-focus").removeClass("ui-state-active")},_closeOnDocumentClick:function(t){return!e(t.target).closest(".ui-menu").length},_isDivider:function(e){return!/[^\-\u2014\u2013\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay(function(){this.focus(e,t)}))},next:function(e){this._move("next","first",e)},previous:function(e){this._move("prev","last",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(e,t,i){var s;this.active&&(s="first"===e||"last"===e?this.active["first"===e?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[e+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[t]()),this.focus(i,s)},nextPage:function(t){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=e(this),0>i.offset().top-s-n}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(t),void 0)},previousPage:function(t){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=e(this),i.offset().top-s+n>0}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items).first())),void 0):(this.next(t),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||e(t.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0),this._trigger("select",t,i)},_filterMenuItems:function(t){var i=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(e.trim(e(this).text()))})}}),e.widget("ui.autocomplete",{version:"1.11.4",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,i,s,n=this.element[0].nodeName.toLowerCase(),a="textarea"===n,o="input"===n;this.isMultiLine=a?!0:o?!1:this.element.prop("isContentEditable"),this.valueMethod=this.element[a||o?"val":"text"],this.isNewMenu=!0,this.element.addClass("ui-autocomplete-input").attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return t=!0,s=!0,i=!0,void 0;t=!1,s=!1,i=!1;var a=e.ui.keyCode;switch(n.keyCode){case a.PAGE_UP:t=!0,this._move("previousPage",n);break;case a.PAGE_DOWN:t=!0,this._move("nextPage",n);break;case a.UP:t=!0,this._keyEvent("previous",n);break;case a.DOWN:t=!0,this._keyEvent("next",n);break;case a.ENTER:this.menu.active&&(t=!0,n.preventDefault(),this.menu.select(n));break;case a.TAB:this.menu.active&&this.menu.select(n);break;case a.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(t)return t=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=e.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(e){return s?(s=!1,e.preventDefault(),void 0):(this._searchTimeout(e),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(e),this._change(e),void 0)}}),this._initSource(),this.menu=e("<ul>").addClass("ui-autocomplete ui-front").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur});var i=this.menu.element[0];e(t.target).closest(".ui-menu-item").length||this._delay(function(){var t=this;this.document.one("mousedown",function(s){s.target===t.element[0]||s.target===i||e.contains(i,s.target)||t.close()})})},menufocus:function(t,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){e(t.target).trigger(t.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:n})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&e.trim(s).length&&(this.liveRegion.children().hide(),e("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,t){var i=t.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==this.document[0].activeElement&&(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=e("<span>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),"source"===e&&this._initSource(),"appendTo"===e&&this.menu.element.appendTo(this._appendTo()),"disabled"===e&&t&&this.xhr&&this.xhr.abort()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,i,s=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(i,s){s(e.ui.autocomplete.filter(t,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(t,n){s.xhr&&s.xhr.abort(),s.xhr=e.ajax({url:i,data:t,dataType:"json",success:function(e){n(e)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),i=this.menu.element.is(":visible"),s=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;(!t||t&&!i&&!s)&&(this.selectedItem=null,this.search(null,e))},this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length<this.options.minLength?this.close(t):this._trigger("search",t)!==!1?this._search(e):void 0},_search:function(e){this.pending++,this.element.addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:e},this._response())},_response:function(){var t=++this.requestIndex;return e.proxy(function(e){t===this.requestIndex&&this.__response(e),this.pending--,this.pending||this.element.removeClass("ui-autocomplete-loading")},this)},__response:function(e){e&&(e=this._normalize(e)),this._trigger("response",null,{content:e}),!this.options.disabled&&e&&e.length&&!this.cancelSearch?(this._suggest(e),this._trigger("open")):this._close()},close:function(e){this.cancelSearch=!0,this._close(e)},_close:function(e){this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",e))},_change:function(e){this.previous!==this._value()&&this._trigger("change",e,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:e.map(t,function(t){return"string"==typeof t?{label:t,value:t}:e.extend({},t,{label:t.label||t.value,value:t.value||t.label})})},_suggest:function(t){var i=this.menu.element.empty();this._renderMenu(i,t),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(e.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next()},_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,i){var s=this;e.each(i,function(e,i){s._renderItemData(t,i)})},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-autocomplete-item",t)},_renderItem:function(t,i){return e("<li>").text(i.label).appendTo(t)},_move:function(e,t){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[e](t),void 0):(this.search(null,t),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(e,t),t.preventDefault())}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,i){var s=RegExp(e.ui.autocomplete.escapeRegex(i),"i");return e.grep(t,function(e){return s.test(e.label||e.value||e)})}}),e.widget("ui.autocomplete",e.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(e){return e+(e>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e("<div>").text(i).appendTo(this.liveRegion))}}),e.ui.autocomplete;var c,p="ui-button ui-widget ui-state-default ui-corner-all",f="ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only",m=function(){var t=e(this);setTimeout(function(){t.find(":ui-button").button("refresh")},1)},g=function(t){var i=t.name,s=t.form,n=e([]);return i&&(i=i.replace(/'/g,"\\'"),n=s?e(s).find("[name='"+i+"'][type=radio]"):e("[name='"+i+"'][type=radio]",t.ownerDocument).filter(function(){return!this.form})),n};e.widget("ui.button",{version:"1.11.4",defaultElement:"<button>",options:{disabled:null,text:!0,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset"+this.eventNamespace).bind("reset"+this.eventNamespace,m),"boolean"!=typeof this.options.disabled?this.options.disabled=!!this.element.prop("disabled"):this.element.prop("disabled",this.options.disabled),this._determineButtonType(),this.hasTitle=!!this.buttonElement.attr("title");var t=this,i=this.options,s="checkbox"===this.type||"radio"===this.type,n=s?"":"ui-state-active";null===i.label&&(i.label="input"===this.type?this.buttonElement.val():this.buttonElement.html()),this._hoverable(this.buttonElement),this.buttonElement.addClass(p).attr("role","button").bind("mouseenter"+this.eventNamespace,function(){i.disabled||this===c&&e(this).addClass("ui-state-active")}).bind("mouseleave"+this.eventNamespace,function(){i.disabled||e(this).removeClass(n)}).bind("click"+this.eventNamespace,function(e){i.disabled&&(e.preventDefault(),e.stopImmediatePropagation())}),this._on({focus:function(){this.buttonElement.addClass("ui-state-focus")},blur:function(){this.buttonElement.removeClass("ui-state-focus")}}),s&&this.element.bind("change"+this.eventNamespace,function(){t.refresh()}),"checkbox"===this.type?this.buttonElement.bind("click"+this.eventNamespace,function(){return i.disabled?!1:void 0}):"radio"===this.type?this.buttonElement.bind("click"+this.eventNamespace,function(){if(i.disabled)return!1;e(this).addClass("ui-state-active"),t.buttonElement.attr("aria-pressed","true");var s=t.element[0];g(s).not(s).map(function(){return e(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed","false")}):(this.buttonElement.bind("mousedown"+this.eventNamespace,function(){return i.disabled?!1:(e(this).addClass("ui-state-active"),c=this,t.document.one("mouseup",function(){c=null}),void 0)}).bind("mouseup"+this.eventNamespace,function(){return i.disabled?!1:(e(this).removeClass("ui-state-active"),void 0)}).bind("keydown"+this.eventNamespace,function(t){return i.disabled?!1:((t.keyCode===e.ui.keyCode.SPACE||t.keyCode===e.ui.keyCode.ENTER)&&e(this).addClass("ui-state-active"),void 0)}).bind("keyup"+this.eventNamespace+" blur"+this.eventNamespace,function(){e(this).removeClass("ui-state-active")}),this.buttonElement.is("a")&&this.buttonElement.keyup(function(t){t.keyCode===e.ui.keyCode.SPACE&&e(this).click()})),this._setOption("disabled",i.disabled),this._resetButton()},_determineButtonType:function(){var e,t,i;this.type=this.element.is("[type=checkbox]")?"checkbox":this.element.is("[type=radio]")?"radio":this.element.is("input")?"input":"button","checkbox"===this.type||"radio"===this.type?(e=this.element.parents().last(),t="label[for='"+this.element.attr("id")+"']",this.buttonElement=e.find(t),this.buttonElement.length||(e=e.length?e.siblings():this.element.siblings(),this.buttonElement=e.filter(t),this.buttonElement.length||(this.buttonElement=e.find(t))),this.element.addClass("ui-helper-hidden-accessible"),i=this.element.is(":checked"),i&&this.buttonElement.addClass("ui-state-active"),this.buttonElement.prop("aria-pressed",i)):this.buttonElement=this.element},widget:function(){return this.buttonElement},_destroy:function(){this.element.removeClass("ui-helper-hidden-accessible"),this.buttonElement.removeClass(p+" ui-state-active "+f).removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html()),this.hasTitle||this.buttonElement.removeAttr("title")},_setOption:function(e,t){return this._super(e,t),"disabled"===e?(this.widget().toggleClass("ui-state-disabled",!!t),this.element.prop("disabled",!!t),t&&("checkbox"===this.type||"radio"===this.type?this.buttonElement.removeClass("ui-state-focus"):this.buttonElement.removeClass("ui-state-focus ui-state-active")),void 0):(this._resetButton(),void 0)},refresh:function(){var t=this.element.is("input, button")?this.element.is(":disabled"):this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOption("disabled",t),"radio"===this.type?g(this.element[0]).each(function(){e(this).is(":checked")?e(this).button("widget").addClass("ui-state-active").attr("aria-pressed","true"):e(this).button("widget").removeClass("ui-state-active").attr("aria-pressed","false")}):"checkbox"===this.type&&(this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed","true"):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed","false"))},_resetButton:function(){if("input"===this.type)return this.options.label&&this.element.val(this.options.label),void 0;var t=this.buttonElement.removeClass(f),i=e("<span></span>",this.document[0]).addClass("ui-button-text").html(this.options.label).appendTo(t.empty()).text(),s=this.options.icons,n=s.primary&&s.secondary,a=[];s.primary||s.secondary?(this.options.text&&a.push("ui-button-text-icon"+(n?"s":s.primary?"-primary":"-secondary")),s.primary&&t.prepend("<span class='ui-button-icon-primary ui-icon "+s.primary+"'></span>"),s.secondary&&t.append("<span class='ui-button-icon-secondary ui-icon "+s.secondary+"'></span>"),this.options.text||(a.push(n?"ui-button-icons-only":"ui-button-icon-only"),this.hasTitle||t.attr("title",e.trim(i)))):a.push("ui-button-text-only"),t.addClass(a.join(" "))}}),e.widget("ui.buttonset",{version:"1.11.4",options:{items:"button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(e,t){"disabled"===e&&this.buttons.button("option",e,t),this._super(e,t)},refresh:function(){var t="rtl"===this.element.css("direction"),i=this.element.find(this.options.items),s=i.filter(":ui-button");i.not(":ui-button").button(),s.button("refresh"),this.buttons=i.map(function(){return e(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass(t?"ui-corner-right":"ui-corner-left").end().filter(":last").addClass(t?"ui-corner-left":"ui-corner-right").end().end()},_destroy:function(){this.element.removeClass("ui-buttonset"),this.buttons.map(function(){return e(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy")}}),e.ui.button,e.extend(e.ui,{datepicker:{version:"1.11.4"}});var v;e.extend(n.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return r(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var s,n,a;s=t.nodeName.toLowerCase(),n="div"===s||"span"===s,t.id||(this.uuid+=1,t.id="dp"+this.uuid),a=this._newInst(e(t),n),a.settings=e.extend({},i||{}),"input"===s?this._connectDatepicker(t,a):n&&this._inlineDatepicker(t,a)},_newInst:function(t,i){var s=t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?a(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,i){var s=e(t);i.append=e([]),i.trigger=e([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp),this._autoSize(i),e.data(t,"datepicker",i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var s,n,a,o=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),o&&(i.append=e("<span class='"+this._appendClass+"'>"+o+"</span>"),t[r?"before":"after"](i.append)),t.unbind("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&t.focus(this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),a=this._get(i,"buttonImage"),i.trigger=e(this._get(i,"buttonImageOnly")?e("<img/>").addClass(this._triggerClass).attr({src:a,alt:n,title:n}):e("<button type='button'></button>").addClass(this._triggerClass).html(a?e("<img/>").attr({src:a,alt:n,title:n}):n)),t[r?"before":"after"](i.trigger),i.trigger.click(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1}))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,s,n,a=new Date(2009,11,20),o=this._get(e,"dateFormat");o.match(/[DM]/)&&(t=function(e){for(i=0,s=0,n=0;e.length>n;n++)e[n].length>i&&(i=e[n].length,s=n);return s},a.setMonth(t(this._get(e,o.match(/MM/)?"monthNames":"monthNamesShort"))),a.setDate(t(this._get(e,o.match(/DD/)?"dayNames":"dayNamesShort"))+20-a.getDay())),e.input.attr("size",this._formatDate(e,a).length)}},_inlineDatepicker:function(t,i){var s=e(t);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),e.data(t,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,s,n,a){var o,h,l,u,d,c=this._dialogInst;return c||(this.uuid+=1,o="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+o+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.keydown(this._doKeyDown),e("body").append(this._dialogInput),c=this._dialogInst=this._newInst(this._dialogInput,!1),c.settings={},e.data(this._dialogInput[0],"datepicker",c)),r(c.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(c,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,d=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+u,l/2-150+d]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),c.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",c),this},_destroyDatepicker:function(t){var i,s=e(t),n=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),e.removeData(t,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty(),v===n&&(v=null))},_enableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!1,a.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!0,a.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;this._disabledInputs.length>t;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,i,s){var n,a,o,h,l=this._getInst(t);return 2===arguments.length&&"string"==typeof i?"defaults"===i?e.extend({},e.datepicker._defaults):l?"all"===i?e.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),a=this._getDateDatepicker(t,!0),o=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),r(l.settings,n),null!==o&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,o)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),l),this._autoSize(l),this._setDate(l,a),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,s,n,a=e.datepicker._getInst(t.target),o=!0,r=a.dpDiv.is(".ui-datepicker-rtl");if(a._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),o=!1;break;case 13:return n=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",a.dpDiv),n[0]&&e.datepicker._selectDay(t.target,a.selectedMonth,a.selectedYear,n[0]),i=e.datepicker._get(a,"onSelect"),i?(s=e.datepicker._formatDate(a),i.apply(a.input?a.input[0]:null,[s,a])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,"stepBigMonths"):-e.datepicker._get(a,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,"stepBigMonths"):+e.datepicker._get(a,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),o=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),o=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?1:-1,"D"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,"stepBigMonths"):-e.datepicker._get(a,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),o=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?-1:1,"D"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,"stepBigMonths"):+e.datepicker._get(a,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),o=t.ctrlKey||t.metaKey;break;default:o=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):o=!1;o&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var i,s,n=e.datepicker._getInst(t.target);
-return e.datepicker._get(n,"constrainInput")?(i=e.datepicker._possibleChars(e.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(t){var i,s=e.datepicker._getInst(t.target);if(s.input.val()!==s.lastVal)try{i=e.datepicker.parseDate(e.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,e.datepicker._getFormatConfig(s)),i&&(e.datepicker._setDateFromField(s),e.datepicker._updateAlternate(s),e.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(t){if(t=t.target||t,"input"!==t.nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),!e.datepicker._isDisabledDatepicker(t)&&e.datepicker._lastInput!==t){var i,n,a,o,h,l,u;i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),n=e.datepicker._get(i,"beforeShow"),a=n?n.apply(t,[t,i]):{},a!==!1&&(r(i.settings,a),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),o=!1,e(t).parents().each(function(){return o|="fixed"===e(this).css("position"),!o}),h={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),h=e.datepicker._checkOffset(i,h,o),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":o?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),i.inline||(l=e.datepicker._get(i,"showAnim"),u=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",s(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[l]?i.dpDiv.show(l,e.datepicker._get(i,"showOptions"),u):i.dpDiv[l||"show"](l?u:null),e.datepicker._shouldFocusInput(i)&&i.input.focus(),e.datepicker._curInst=i))}},_updateDatepicker:function(t){this.maxRows=4,v=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var i,s=this._getNumberOfMonths(t),n=s[1],a=17,r=t.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&t.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),t.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.focus(),t.yearshtml&&(i=t.yearshtml,setTimeout(function(){i===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),i=t.yearshtml=null},0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,i,s){var n=t.dpDiv.outerWidth(),a=t.dpDiv.outerHeight(),o=t.input?t.input.outerWidth():0,r=t.input?t.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:e(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?n-o:0,i.left-=s&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=s&&i.top===t.input.offset().top+r?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+a>l&&l>a?Math.abs(a+r):0),i},_findPos:function(t){for(var i,s=this._getInst(t),n=this._get(s,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[n?"previousSibling":"nextSibling"];return i=e(t).offset(),[i.left,i.top]},_hideDatepicker:function(t){var i,s,n,a,o=this._curInst;!o||t&&o!==e.data(t,"datepicker")||this._datepickerShowing&&(i=this._get(o,"showAnim"),s=this._get(o,"duration"),n=function(){e.datepicker._tidyDialog(o)},e.effects&&(e.effects.effect[i]||e.effects[i])?o.dpDiv.hide(i,e.datepicker._get(o,"showOptions"),s,n):o.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,a=this._get(o,"onClose"),a&&a.apply(o.input?o.input[0]:null,[o.input?o.input.val():"",o]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),s=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents("#"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest("."+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&(!e.datepicker._inDialog||!e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==s)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,s){var n=e(t),a=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(a,i+("M"===s?this._get(a,"showCurrentAtPos"):0),s),this._updateDatepicker(a))},_gotoToday:function(t){var i,s=e(t),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(t,i,s){var n=e(t),a=this._getInst(n[0]);a["selected"+("M"===s?"Month":"Year")]=a["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(a),this._adjustDate(n)},_selectDay:function(t,i,s,n){var a,o=e(t);e(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(o[0])||(a=this._getInst(o[0]),a.selectedDay=a.currentDay=e("a",n).html(),a.selectedMonth=a.currentMonth=i,a.selectedYear=a.currentYear=s,this._selectDate(t,this._formatDate(a,a.currentDay,a.currentMonth,a.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var s,n=e(t),a=this._getInst(n[0]);i=null!=i?i:this._formatDate(a),a.input&&a.input.val(i),this._updateAlternate(a),s=this._get(a,"onSelect"),s?s.apply(a.input?a.input[0]:null,[i,a]):a.input&&a.input.trigger("change"),a.inline?this._updateDatepicker(a):(this._hideDatepicker(),this._lastInput=a.input[0],"object"!=typeof a.input[0]&&a.input.focus(),this._lastInput=null)},_updateAlternate:function(t){var i,s,n,a=this._get(t,"altField");a&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),s=this._getDate(t),n=this.formatDate(i,s,this._getFormatConfig(t)),e(a).each(function(){e(this).val(n)}))},noWeekends:function(e){var t=e.getDay();return[t>0&&6>t,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,s){if(null==t||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,a,o,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),d=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,c=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,m=-1,g=-1,v=-1,y=-1,b=!1,_=function(e){var i=t.length>n+1&&t.charAt(n+1)===e;return i&&n++,i},x=function(e){var t=_(e),s="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,n="y"===e?s:1,a=RegExp("^\\d{"+n+","+s+"}"),o=i.substring(h).match(a);if(!o)throw"Missing number at position "+h;return h+=o[0].length,parseInt(o[0],10)},w=function(t,s,n){var a=-1,o=e.map(_(t)?n:s,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(o,function(e,t){var s=t[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(a=t[0],h+=s.length,!1):void 0}),-1!==a)return a+1;throw"Unknown name at position "+h},k=function(){if(i.charAt(h)!==t.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;t.length>n;n++)if(b)"'"!==t.charAt(n)||_("'")?k():b=!1;else switch(t.charAt(n)){case"d":v=x("d");break;case"D":w("D",d,c);break;case"o":y=x("o");break;case"m":g=x("m");break;case"M":g=w("M",p,f);break;case"y":m=x("y");break;case"@":r=new Date(x("@")),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case"!":r=new Date((x("!")-this._ticksTo1970)/1e4),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case"'":_("'")?k():b=!0;break;default:k()}if(i.length>h&&(o=i.substr(h),!/^\s+/.test(o)))throw"Extra/unparsed characters found in date: "+o;if(-1===m?m=(new Date).getFullYear():100>m&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(u>=m?0:-100)),y>-1)for(g=1,v=y;;){if(a=this._getDaysInMonth(m,g-1),a>=v)break;g++,v-=a}if(r=this._daylightSavingAdjust(new Date(m,g-1,v)),r.getFullYear()!==m||r.getMonth()+1!==g||r.getDate()!==v)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(e,t,i){if(!t)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,a=(i?i.dayNames:null)||this._defaults.dayNames,o=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(t){var i=e.length>s+1&&e.charAt(s+1)===t;return i&&s++,i},l=function(e,t,i){var s=""+t;if(h(e))for(;i>s.length;)s="0"+s;return s},u=function(e,t,i,s){return h(e)?s[t]:i[t]},d="",c=!1;if(t)for(s=0;e.length>s;s++)if(c)"'"!==e.charAt(s)||h("'")?d+=e.charAt(s):c=!1;else switch(e.charAt(s)){case"d":d+=l("d",t.getDate(),2);break;case"D":d+=u("D",t.getDay(),n,a);break;case"o":d+=l("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":d+=l("m",t.getMonth()+1,2);break;case"M":d+=u("M",t.getMonth(),o,r);break;case"y":d+=h("y")?t.getFullYear():(10>t.getYear()%100?"0":"")+t.getYear()%100;break;case"@":d+=t.getTime();break;case"!":d+=1e4*t.getTime()+this._ticksTo1970;break;case"'":h("'")?d+="'":c=!0;break;default:d+=e.charAt(s)}return d},_possibleChars:function(e){var t,i="",s=!1,n=function(i){var s=e.length>t+1&&e.charAt(t+1)===i;return s&&t++,s};for(t=0;e.length>t;t++)if(s)"'"!==e.charAt(t)||n("'")?i+=e.charAt(t):s=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,"dateFormat"),s=e.lastVal=e.input?e.input.val():null,n=this._getDefaultDate(e),a=n,o=this._getFormatConfig(e);try{a=this.parseDate(i,s,o)||n}catch(r){s=t?"":s}e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),e.currentDay=s?a.getDate():0,e.currentMonth=s?a.getMonth():0,e.currentYear=s?a.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,i,s){var n=function(e){var t=new Date;return t.setDate(t.getDate()+e),t},a=function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),i,e.datepicker._getFormatConfig(t))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,a=n.getFullYear(),o=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":o+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o));break;case"y":case"Y":a+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o))}l=h.exec(i)}return new Date(a,o,r)},o=null==i||""===i?s:"string"==typeof i?a(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return o=o&&"Invalid Date"==""+o?s:o,o&&(o.setHours(0),o.setMinutes(0),o.setSeconds(0),o.setMilliseconds(0)),this._daylightSavingAdjust(o)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var s=!t,n=e.selectedMonth,a=e.selectedYear,o=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=o.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=o.getMonth(),e.drawYear=e.selectedYear=e.currentYear=o.getFullYear(),n===e.selectedMonth&&a===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(s?"":this._formatDate(e))},_getDate:function(e){var t=!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return t},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),s="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map(function(){var t={prev:function(){e.datepicker._adjustDate(s,-i,"M")},next:function(){e.datepicker._adjustDate(s,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(s)},selectDay:function(){return e.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(s,this,"Y"),!1}};e(this).bind(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])})},_generateHTML:function(e){var t,i,s,n,a,o,r,h,l,u,d,c,p,f,m,g,v,y,b,_,x,w,k,T,D,S,M,C,N,A,P,I,H,z,F,E,O,j,W,L=new Date,R=this._daylightSavingAdjust(new Date(L.getFullYear(),L.getMonth(),L.getDate())),Y=this._get(e,"isRTL"),B=this._get(e,"showButtonPanel"),J=this._get(e,"hideIfNoPrevNext"),q=this._get(e,"navigationAsDateFormat"),K=this._getNumberOfMonths(e),V=this._get(e,"showCurrentAtPos"),U=this._get(e,"stepMonths"),Q=1!==K[0]||1!==K[1],G=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(e,"min"),$=this._getMinMaxDate(e,"max"),Z=e.drawMonth-V,et=e.drawYear;if(0>Z&&(Z+=12,et--),$)for(t=this._daylightSavingAdjust(new Date($.getFullYear(),$.getMonth()-K[0]*K[1]+1,$.getDate())),t=X&&X>t?X:t;this._daylightSavingAdjust(new Date(et,Z,1))>t;)Z--,0>Z&&(Z=11,et--);for(e.drawMonth=Z,e.drawYear=et,i=this._get(e,"prevText"),i=q?this.formatDate(i,this._daylightSavingAdjust(new Date(et,Z-U,1)),this._getFormatConfig(e)):i,s=this._canAdjustMonth(e,-1,et,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":J?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(e,"nextText"),n=q?this.formatDate(n,this._daylightSavingAdjust(new Date(et,Z+U,1)),this._getFormatConfig(e)):n,a=this._canAdjustMonth(e,1,et,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":J?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",o=this._get(e,"currentText"),r=this._get(e,"gotoCurrent")&&e.currentDay?G:R,o=q?this.formatDate(o,r,this._getFormatConfig(e)):o,h=e.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(e,"closeText")+"</button>",l=B?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(e,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+o+"</button>":"")+(Y?"":h)+"</div>":"",u=parseInt(this._get(e,"firstDay"),10),u=isNaN(u)?0:u,d=this._get(e,"showWeek"),c=this._get(e,"dayNames"),p=this._get(e,"dayNamesMin"),f=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),g=this._get(e,"beforeShowDay"),v=this._get(e,"showOtherMonths"),y=this._get(e,"selectOtherMonths"),b=this._getDefaultDate(e),_="",w=0;K[0]>w;w++){for(k="",this.maxRows=4,T=0;K[1]>T;T++){if(D=this._daylightSavingAdjust(new Date(et,Z,e.selectedDay)),S=" ui-corner-all",M="",Q){if(M+="<div class='ui-datepicker-group",K[1]>1)switch(T){case 0:M+=" ui-datepicker-group-first",S=" ui-corner-"+(Y?"right":"left");break;case K[1]-1:M+=" ui-datepicker-group-last",S=" ui-corner-"+(Y?"left":"right");break;default:M+=" ui-datepicker-group-middle",S=""}M+="'>"}for(M+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+S+"'>"+(/all|left/.test(S)&&0===w?Y?a:s:"")+(/all|right/.test(S)&&0===w?Y?s:a:"")+this._generateMonthYearHeader(e,Z,et,X,$,w>0||T>0,f,m)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",C=d?"<th class='ui-datepicker-week-col'>"+this._get(e,"weekHeader")+"</th>":"",x=0;7>x;x++)N=(x+u)%7,C+="<th scope='col'"+((x+u+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+c[N]+"'>"+p[N]+"</span></th>";for(M+=C+"</tr></thead><tbody>",A=this._getDaysInMonth(et,Z),et===e.selectedYear&&Z===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,A)),P=(this._getFirstDayOfMonth(et,Z)-u+7)%7,I=Math.ceil((P+A)/7),H=Q?this.maxRows>I?this.maxRows:I:I,this.maxRows=H,z=this._daylightSavingAdjust(new Date(et,Z,1-P)),F=0;H>F;F++){for(M+="<tr>",E=d?"<td class='ui-datepicker-week-col'>"+this._get(e,"calculateWeek")(z)+"</td>":"",x=0;7>x;x++)O=g?g.apply(e.input?e.input[0]:null,[z]):[!0,""],j=z.getMonth()!==Z,W=j&&!y||!O[0]||X&&X>z||$&&z>$,E+="<td class='"+((x+u+6)%7>=5?" ui-datepicker-week-end":"")+(j?" ui-datepicker-other-month":"")+(z.getTime()===D.getTime()&&Z===e.selectedMonth&&e._keyEvent||b.getTime()===z.getTime()&&b.getTime()===D.getTime()?" "+this._dayOverClass:"")+(W?" "+this._unselectableClass+" ui-state-disabled":"")+(j&&!v?"":" "+O[1]+(z.getTime()===G.getTime()?" "+this._currentClass:"")+(z.getTime()===R.getTime()?" ui-datepicker-today":""))+"'"+(j&&!v||!O[2]?"":" title='"+O[2].replace(/'/g,"&#39;")+"'")+(W?"":" data-handler='selectDay' data-event='click' data-month='"+z.getMonth()+"' data-year='"+z.getFullYear()+"'")+">"+(j&&!v?"&#xa0;":W?"<span class='ui-state-default'>"+z.getDate()+"</span>":"<a class='ui-state-default"+(z.getTime()===R.getTime()?" ui-state-highlight":"")+(z.getTime()===G.getTime()?" ui-state-active":"")+(j?" ui-priority-secondary":"")+"' href='#'>"+z.getDate()+"</a>")+"</td>",z.setDate(z.getDate()+1),z=this._daylightSavingAdjust(z);M+=E+"</tr>"}Z++,Z>11&&(Z=0,et++),M+="</tbody></table>"+(Q?"</div>"+(K[0]>0&&T===K[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),k+=M}_+=k}return _+=l,e._keyEvent=!1,_},_generateMonthYearHeader:function(e,t,i,s,n,a,o,r){var h,l,u,d,c,p,f,m,g=this._get(e,"changeMonth"),v=this._get(e,"changeYear"),y=this._get(e,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",_="";if(a||!g)_+="<span class='ui-datepicker-month'>"+o[t]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,_+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",u=0;12>u;u++)(!h||u>=s.getMonth())&&(!l||n.getMonth()>=u)&&(_+="<option value='"+u+"'"+(u===t?" selected='selected'":"")+">"+r[u]+"</option>");_+="</select>"}if(y||(b+=_+(!a&&g&&v?"":"&#xa0;")),!e.yearshtml)if(e.yearshtml="",a||!v)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(d=this._get(e,"yearRange").split(":"),c=(new Date).getFullYear(),p=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?c+parseInt(e,10):parseInt(e,10);return isNaN(t)?c:t},f=p(d[0]),m=Math.max(f,p(d[1]||"")),f=s?Math.max(f,s.getFullYear()):f,m=n?Math.min(m,n.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";m>=f;f++)e.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";e.yearshtml+="</select>",b+=e.yearshtml,e.yearshtml=null}return b+=this._get(e,"yearSuffix"),y&&(b+=(!a&&g&&v?"":"&#xa0;")+_),b+="</div>"},_adjustInstDate:function(e,t,i){var s=e.drawYear+("Y"===i?t:0),n=e.drawMonth+("M"===i?t:0),a=Math.min(e.selectedDay,this._getDaysInMonth(s,n))+("D"===i?t:0),o=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(s,n,a)));e.selectedDay=o.getDate(),e.drawMonth=e.selectedMonth=o.getMonth(),e.drawYear=e.selectedYear=o.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),s=this._getMinMaxDate(e,"max"),n=i&&i>t?i:t;return s&&n>s?s:n},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,s){var n=this._getNumberOfMonths(e),a=this._daylightSavingAdjust(new Date(i,s+(0>t?t:n[0]*n[1]),1));return 0>t&&a.setDate(this._getDaysInMonth(a.getFullYear(),a.getMonth())),this._isInRange(e,a)},_isInRange:function(e,t){var i,s,n=this._getMinMaxDate(e,"min"),a=this._getMinMaxDate(e,"max"),o=null,r=null,h=this._get(e,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),o=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(o+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||t.getTime()>=n.getTime())&&(!a||t.getTime()<=a.getTime())&&(!o||t.getFullYear()>=o)&&(!r||r>=t.getFullYear())},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),{shortYearCutoff:t,dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,s){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var n=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(s,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),n,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).mousedown(e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)}):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i))},e.datepicker=new n,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.11.4",e.datepicker,e.widget("ui.draggable",e.ui.mouse,{version:"1.11.4",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this.element.addClass("ui-draggable"),this.options.disabled&&this.element.addClass("ui-draggable-disabled"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(".ui-draggable-dragging")?(this.destroyOnClear=!0,void 0):(this.element.removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"),this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(t){var i=this.options;return this._blurActiveElement(t),this.helper||i.disabled||e(t.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(t),this.handle?(this._blockFrames(i.iframeFix===!0?"iframe":i.iframeFix),!0):!1)},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map(function(){var t=e(this);return e("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var i=this.document[0];if(this.handleElement.is(t.target))try{i.activeElement&&"body"!==i.activeElement.nodeName.toLowerCase()&&e(i.activeElement).blur()}catch(s){}},_mouseStart:function(t){var i=this.options;return this.helper=this._createHelper(t),this.helper.addClass("ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===e(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger("start",t)===!1?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!i.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._normalizeRightBottom(),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(e){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top}},_mouseDrag:function(t,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",t,s)===!1)return this._mouseUp({}),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var i=this,s=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(s=e.ui.ddmanager.drop(this,t)),this.dropped&&(s=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!s||"valid"===this.options.revert&&s||this.options.revert===!0||e.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger("stop",t)!==!1&&i._clear()}):this._trigger("stop",t)!==!1&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.focus(),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear(),this},_getHandle:function(t){return this.options.handle?!!e(t.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this.handleElement.addClass("ui-draggable-handle")},_removeHandleClassName:function(){this.handleElement.removeClass("ui-draggable-handle")},_createHelper:function(t){var i=this.options,s=e.isFunction(i.helper),n=s?e(i.helper.apply(this.element[0],[t])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s&&n[0]===this.element[0]&&this._setPositionRelative(),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,s,n=this.options,a=this.document[0];return this.relativeContainer=null,n.containment?"window"===n.containment?(this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):"document"===n.containment?(this.containment=[0,0,e(a).width()-this.helperProportions.width-this.margins.left,(e(a).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):("parent"===n.containment&&(n.containment=this.helper[0].parentNode),i=e(n.containment),s=i[0],s&&(t=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(t?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)
-},_convertPositionTo:function(e,t){t||(t=this.position);var i="absolute"===e?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:t.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(e,t){var i,s,n,a,o=this.options,r=this._isRootNode(this.scrollParent[0]),h=e.pageX,l=e.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,e.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),e.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),e.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),o.grid&&(n=o.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/o.grid[1])*o.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-o.grid[1]:n+o.grid[1]:n,a=o.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/o.grid[0])*o.grid[0]:this.originalPageX,h=i?a-this.offset.click.left>=i[0]||a-this.offset.click.left>i[2]?a:a-this.offset.click.left>=i[0]?a-o.grid[0]:a+o.grid[0]:a),"y"===o.axis&&(h=this.originalPageX),"x"===o.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this.helper.removeClass("ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_normalizeRightBottom:function(){"y"!==this.options.axis&&"auto"!==this.helper.css("right")&&(this.helper.width(this.helper.width()),this.helper.css("right","auto")),"x"!==this.options.axis&&"auto"!==this.helper.css("bottom")&&(this.helper.height(this.helper.height()),this.helper.css("bottom","auto"))},_trigger:function(t,i,s){return s=s||this._uiHash(),e.ui.plugin.call(this,t,[i,s,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),s.offset=this.positionAbs),e.Widget.prototype._trigger.call(this,t,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,i,s){var n=e.extend({},i,{item:s.element});s.sortables=[],e(s.options.connectToSortable).each(function(){var i=e(this).sortable("instance");i&&!i.options.disabled&&(s.sortables.push(i),i.refreshPositions(),i._trigger("activate",t,n))})},stop:function(t,i,s){var n=e.extend({},i,{item:s.element});s.cancelHelperRemoval=!1,e.each(s.sortables,function(){var e=this;e.isOver?(e.isOver=0,s.cancelHelperRemoval=!0,e.cancelHelperRemoval=!1,e._storedCSS={position:e.placeholder.css("position"),top:e.placeholder.css("top"),left:e.placeholder.css("left")},e._mouseStop(t),e.options.helper=e.options._helper):(e.cancelHelperRemoval=!0,e._trigger("deactivate",t,n))})},drag:function(t,i,s){e.each(s.sortables,function(){var n=!1,a=this;a.positionAbs=s.positionAbs,a.helperProportions=s.helperProportions,a.offset.click=s.offset.click,a._intersectsWith(a.containerCache)&&(n=!0,e.each(s.sortables,function(){return this.positionAbs=s.positionAbs,this.helperProportions=s.helperProportions,this.offset.click=s.offset.click,this!==a&&this._intersectsWith(this.containerCache)&&e.contains(a.element[0],this.element[0])&&(n=!1),n})),n?(a.isOver||(a.isOver=1,s._parent=i.helper.parent(),a.currentItem=i.helper.appendTo(a.element).data("ui-sortable-item",!0),a.options._helper=a.options.helper,a.options.helper=function(){return i.helper[0]},t.target=a.currentItem[0],a._mouseCapture(t,!0),a._mouseStart(t,!0,!0),a.offset.click.top=s.offset.click.top,a.offset.click.left=s.offset.click.left,a.offset.parent.left-=s.offset.parent.left-a.offset.parent.left,a.offset.parent.top-=s.offset.parent.top-a.offset.parent.top,s._trigger("toSortable",t),s.dropped=a.element,e.each(s.sortables,function(){this.refreshPositions()}),s.currentItem=s.element,a.fromOutside=s),a.currentItem&&(a._mouseDrag(t),i.position=a.position)):a.isOver&&(a.isOver=0,a.cancelHelperRemoval=!0,a.options._revert=a.options.revert,a.options.revert=!1,a._trigger("out",t,a._uiHash(a)),a._mouseStop(t,!0),a.options.revert=a.options._revert,a.options.helper=a.options._helper,a.placeholder&&a.placeholder.remove(),i.helper.appendTo(s._parent),s._refreshOffsets(t),i.position=s._generatePosition(t,!0),s._trigger("fromSortable",t),s.dropped=!1,e.each(s.sortables,function(){this.refreshPositions()}))})}}),e.ui.plugin.add("draggable","cursor",{start:function(t,i,s){var n=e("body"),a=s.options;n.css("cursor")&&(a._cursor=n.css("cursor")),n.css("cursor",a.cursor)},stop:function(t,i,s){var n=s.options;n._cursor&&e("body").css("cursor",n._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,i,s){var n=e(i.helper),a=s.options;n.css("opacity")&&(a._opacity=n.css("opacity")),n.css("opacity",a.opacity)},stop:function(t,i,s){var n=s.options;n._opacity&&e(i.helper).css("opacity",n._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,i,s){var n=s.options,a=!1,o=s.scrollParentNotHidden[0],r=s.document[0];o!==r&&"HTML"!==o.tagName?(n.axis&&"x"===n.axis||(s.overflowOffset.top+o.offsetHeight-t.pageY<n.scrollSensitivity?o.scrollTop=a=o.scrollTop+n.scrollSpeed:t.pageY-s.overflowOffset.top<n.scrollSensitivity&&(o.scrollTop=a=o.scrollTop-n.scrollSpeed)),n.axis&&"y"===n.axis||(s.overflowOffset.left+o.offsetWidth-t.pageX<n.scrollSensitivity?o.scrollLeft=a=o.scrollLeft+n.scrollSpeed:t.pageX-s.overflowOffset.left<n.scrollSensitivity&&(o.scrollLeft=a=o.scrollLeft-n.scrollSpeed))):(n.axis&&"x"===n.axis||(t.pageY-e(r).scrollTop()<n.scrollSensitivity?a=e(r).scrollTop(e(r).scrollTop()-n.scrollSpeed):e(window).height()-(t.pageY-e(r).scrollTop())<n.scrollSensitivity&&(a=e(r).scrollTop(e(r).scrollTop()+n.scrollSpeed))),n.axis&&"y"===n.axis||(t.pageX-e(r).scrollLeft()<n.scrollSensitivity?a=e(r).scrollLeft(e(r).scrollLeft()-n.scrollSpeed):e(window).width()-(t.pageX-e(r).scrollLeft())<n.scrollSensitivity&&(a=e(r).scrollLeft(e(r).scrollLeft()+n.scrollSpeed)))),a!==!1&&e.ui.ddmanager&&!n.dropBehaviour&&e.ui.ddmanager.prepareOffsets(s,t)}}),e.ui.plugin.add("draggable","snap",{start:function(t,i,s){var n=s.options;s.snapElements=[],e(n.snap.constructor!==String?n.snap.items||":data(ui-draggable)":n.snap).each(function(){var t=e(this),i=t.offset();this!==s.element[0]&&s.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:i.top,left:i.left})})},drag:function(t,i,s){var n,a,o,r,h,l,u,d,c,p,f=s.options,m=f.snapTolerance,g=i.offset.left,v=g+s.helperProportions.width,y=i.offset.top,b=y+s.helperProportions.height;for(c=s.snapElements.length-1;c>=0;c--)h=s.snapElements[c].left-s.margins.left,l=h+s.snapElements[c].width,u=s.snapElements[c].top-s.margins.top,d=u+s.snapElements[c].height,h-m>v||g>l+m||u-m>b||y>d+m||!e.contains(s.snapElements[c].item.ownerDocument,s.snapElements[c].item)?(s.snapElements[c].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,t,e.extend(s._uiHash(),{snapItem:s.snapElements[c].item})),s.snapElements[c].snapping=!1):("inner"!==f.snapMode&&(n=m>=Math.abs(u-b),a=m>=Math.abs(d-y),o=m>=Math.abs(h-v),r=m>=Math.abs(l-g),n&&(i.position.top=s._convertPositionTo("relative",{top:u-s.helperProportions.height,left:0}).top),a&&(i.position.top=s._convertPositionTo("relative",{top:d,left:0}).top),o&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h-s.helperProportions.width}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l}).left)),p=n||a||o||r,"outer"!==f.snapMode&&(n=m>=Math.abs(u-y),a=m>=Math.abs(d-b),o=m>=Math.abs(h-g),r=m>=Math.abs(l-v),n&&(i.position.top=s._convertPositionTo("relative",{top:u,left:0}).top),a&&(i.position.top=s._convertPositionTo("relative",{top:d-s.helperProportions.height,left:0}).top),o&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l-s.helperProportions.width}).left)),!s.snapElements[c].snapping&&(n||a||o||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,t,e.extend(s._uiHash(),{snapItem:s.snapElements[c].item})),s.snapElements[c].snapping=n||a||o||r||p)}}),e.ui.plugin.add("draggable","stack",{start:function(t,i,s){var n,a=s.options,o=e.makeArray(e(a.stack)).sort(function(t,i){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(i).css("zIndex"),10)||0)});o.length&&(n=parseInt(e(o[0]).css("zIndex"),10)||0,e(o).each(function(t){e(this).css("zIndex",n+t)}),this.css("zIndex",n+o.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,i,s){var n=e(i.helper),a=s.options;n.css("zIndex")&&(a._zIndex=n.css("zIndex")),n.css("zIndex",a.zIndex)},stop:function(t,i,s){var n=s.options;n._zIndex&&e(i.helper).css("zIndex",n._zIndex)}}),e.ui.draggable,e.widget("ui.resizable",e.ui.mouse,{version:"1.11.4",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(e){return parseInt(e,10)||0},_isNumber:function(e){return!isNaN(parseInt(e,10))},_hasScroll:function(t,i){if("hidden"===e(t).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return t[s]>0?!0:(t[s]=1,n=t[s]>0,t[s]=0,n)},_create:function(){var t,i,s,n,a,o=this,r=this.options;if(this.element.addClass("ui-resizable"),e.extend(this,{_aspectRatio:!!r.aspectRatio,aspectRatio:r.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:r.helper||r.ghost||r.animate?r.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(e("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=r.handles||(e(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=e(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),t=this.handles.split(","),this.handles={},i=0;t.length>i;i++)s=e.trim(t[i]),a="ui-resizable-"+s,n=e("<div class='ui-resizable-handle "+a+"'></div>"),n.css({zIndex:r.zIndex}),"se"===s&&n.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[s]=".ui-resizable-"+s,this.element.append(n);this._renderAxis=function(t){var i,s,n,a;t=t||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=e(this.handles[i]),this._on(this.handles[i],{mousedown:o._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=e(this.handles[i],this.element),a=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),t.css(n,a),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.mouseover(function(){o.resizing||(this.className&&(n=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),o.axis=n&&n[1]?n[1]:"se")}),r.autoHide&&(this._handles.hide(),e(this.element).addClass("ui-resizable-autohide").mouseenter(function(){r.disabled||(e(this).removeClass("ui-resizable-autohide"),o._handles.show())}).mouseleave(function(){r.disabled||o.resizing||(e(this).addClass("ui-resizable-autohide"),o._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,i=function(t){e(t).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),t=this.element,this.originalElement.css({position:t.css("position"),width:t.outerWidth(),height:t.outerHeight(),top:t.css("top"),left:t.css("left")}).insertAfter(t),t.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_mouseCapture:function(t){var i,s,n=!1;for(i in this.handles)s=e(this.handles[i])[0],(s===t.target||e.contains(s,t.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(t){var i,s,n,a=this.options,o=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),a.containment&&(i+=e(a.containment).scrollLeft()||0,s+=e(a.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:o.width(),height:o.height()},this.originalSize=this._helper?{width:o.outerWidth(),height:o.outerHeight()}:{width:o.width(),height:o.height()},this.sizeDiff={width:o.outerWidth()-o.width(),height:o.outerHeight()-o.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof a.aspectRatio?a.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=e(".ui-resizable-"+this.axis).css("cursor"),e("body").css("cursor","auto"===n?this.axis+"-resize":n),o.addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var i,s,n=this.originalMousePosition,a=this.axis,o=t.pageX-n.left||0,r=t.pageY-n.top||0,h=this._change[a];return this._updatePrevProperties(),h?(i=h.apply(this,[t,o,r]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(i=this._updateRatio(i,t)),i=this._respectSize(i,t),this._updateCache(i),this._propagate("resize",t),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(t){this.resizing=!1;var i,s,n,a,o,r,h,l=this.options,u=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:u.sizeDiff.height,a=s?0:u.sizeDiff.width,o={width:u.helper.width()-a,height:u.helper.height()-n},r=parseInt(u.element.css("left"),10)+(u.position.left-u.originalPosition.left)||null,h=parseInt(u.element.css("top"),10)+(u.position.top-u.originalPosition.top)||null,l.animate||this.element.css(e.extend(o,{top:h,left:r})),u.helper.height(u.size.height),u.helper.width(u.size.width),this._helper&&!l.animate&&this._proportionallyResize()),e("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var e={};return this.position.top!==this.prevPosition.top&&(e.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(e.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(e.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(e.height=this.size.height+"px"),this.helper.css(e),e},_updateVirtualBoundaries:function(e){var t,i,s,n,a,o=this.options;a={minWidth:this._isNumber(o.minWidth)?o.minWidth:0,maxWidth:this._isNumber(o.maxWidth)?o.maxWidth:1/0,minHeight:this._isNumber(o.minHeight)?o.minHeight:0,maxHeight:this._isNumber(o.maxHeight)?o.maxHeight:1/0},(this._aspectRatio||e)&&(t=a.minHeight*this.aspectRatio,s=a.minWidth/this.aspectRatio,i=a.maxHeight*this.aspectRatio,n=a.maxWidth/this.aspectRatio,t>a.minWidth&&(a.minWidth=t),s>a.minHeight&&(a.minHeight=s),a.maxWidth>i&&(a.maxWidth=i),a.maxHeight>n&&(a.maxHeight=n)),this._vBoundaries=a},_updateCache:function(e){this.offset=this.helper.offset(),this._isNumber(e.left)&&(this.position.left=e.left),this._isNumber(e.top)&&(this.position.top=e.top),this._isNumber(e.height)&&(this.size.height=e.height),this._isNumber(e.width)&&(this.size.width=e.width)},_updateRatio:function(e){var t=this.position,i=this.size,s=this.axis;return this._isNumber(e.height)?e.width=e.height*this.aspectRatio:this._isNumber(e.width)&&(e.height=e.width/this.aspectRatio),"sw"===s&&(e.left=t.left+(i.width-e.width),e.top=null),"nw"===s&&(e.top=t.top+(i.height-e.height),e.left=t.left+(i.width-e.width)),e},_respectSize:function(e){var t=this._vBoundaries,i=this.axis,s=this._isNumber(e.width)&&t.maxWidth&&t.maxWidth<e.width,n=this._isNumber(e.height)&&t.maxHeight&&t.maxHeight<e.height,a=this._isNumber(e.width)&&t.minWidth&&t.minWidth>e.width,o=this._isNumber(e.height)&&t.minHeight&&t.minHeight>e.height,r=this.originalPosition.left+this.originalSize.width,h=this.position.top+this.size.height,l=/sw|nw|w/.test(i),u=/nw|ne|n/.test(i);return a&&(e.width=t.minWidth),o&&(e.height=t.minHeight),s&&(e.width=t.maxWidth),n&&(e.height=t.maxHeight),a&&l&&(e.left=r-t.minWidth),s&&l&&(e.left=r-t.maxWidth),o&&u&&(e.top=h-t.minHeight),n&&u&&(e.top=h-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_getPaddingPlusBorderDimensions:function(e){for(var t=0,i=[],s=[e.css("borderTopWidth"),e.css("borderRightWidth"),e.css("borderBottomWidth"),e.css("borderLeftWidth")],n=[e.css("paddingTop"),e.css("paddingRight"),e.css("paddingBottom"),e.css("paddingLeft")];4>t;t++)i[t]=parseInt(s[t],10)||0,i[t]+=parseInt(n[t],10)||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var e,t=0,i=this.helper||this.element;this._proportionallyResizeElements.length>t;t++)e=this._proportionallyResizeElements[t],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(e)),e.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,i=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||e("<div style='overflow:hidden;'></div>"),this.helper.addClass(this._helper).css({width:this.element.outerWidth()-1,height:this.element.outerHeight()-1,position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var i=this.originalSize,s=this.originalPosition;return{left:s.left+t,width:i.width-t}},n:function(e,t,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(e,t,i){return{height:this.originalSize.height+i}},se:function(t,i,s){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,i,s]))},sw:function(t,i,s){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,i,s]))},ne:function(t,i,s){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,i,s]))},nw:function(t,i,s){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,i,s]))}},_propagate:function(t,i){e.ui.plugin.call(this,t,[i,this.ui()]),"resize"!==t&&this._trigger(t,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add("resizable","animate",{stop:function(t){var i=e(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,a=n.length&&/textarea/i.test(n[0].nodeName),o=a&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=a?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-o},l=parseInt(i.element.css("left"),10)+(i.position.left-i.originalPosition.left)||null,u=parseInt(i.element.css("top"),10)+(i.position.top-i.originalPosition.top)||null;i.element.animate(e.extend(h,u&&l?{top:u,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseInt(i.element.css("width"),10),height:parseInt(i.element.css("height"),10),top:parseInt(i.element.css("top"),10),left:parseInt(i.element.css("left"),10)};n&&n.length&&e(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",t)}})}}),e.ui.plugin.add("resizable","containment",{start:function(){var t,i,s,n,a,o,r,h=e(this).resizable("instance"),l=h.options,u=h.element,d=l.containment,c=d instanceof e?d.get(0):/parent/.test(d)?u.parent().get(0):d;c&&(h.containerElement=e(c),/document/.test(d)||d===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(c),i=[],e(["Top","Right","Left","Bottom"]).each(function(e,s){i[e]=h._num(t.css("padding"+s))}),h.containerOffset=t.offset(),h.containerPosition=t.position(),h.containerSize={height:t.innerHeight()-i[3],width:t.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,a=h.containerSize.width,o=h._hasScroll(c,"left")?c.scrollWidth:a,r=h._hasScroll(c)?c.scrollHeight:n,h.parentData={element:c,left:s.left,top:s.top,width:o,height:r}))},resize:function(t){var i,s,n,a,o=e(this).resizable("instance"),r=o.options,h=o.containerOffset,l=o.position,u=o._aspectRatio||t.shiftKey,d={top:0,left:0},c=o.containerElement,p=!0;c[0]!==document&&/static/.test(c.css("position"))&&(d=h),l.left<(o._helper?h.left:0)&&(o.size.width=o.size.width+(o._helper?o.position.left-h.left:o.position.left-d.left),u&&(o.size.height=o.size.width/o.aspectRatio,p=!1),o.position.left=r.helper?h.left:0),l.top<(o._helper?h.top:0)&&(o.size.height=o.size.height+(o._helper?o.position.top-h.top:o.position.top),u&&(o.size.width=o.size.height*o.aspectRatio,p=!1),o.position.top=o._helper?h.top:0),n=o.containerElement.get(0)===o.element.parent().get(0),a=/relative|absolute/.test(o.containerElement.css("position")),n&&a?(o.offset.left=o.parentData.left+o.position.left,o.offset.top=o.parentData.top+o.position.top):(o.offset.left=o.element.offset().left,o.offset.top=o.element.offset().top),i=Math.abs(o.sizeDiff.width+(o._helper?o.offset.left-d.left:o.offset.left-h.left)),s=Math.abs(o.sizeDiff.height+(o._helper?o.offset.top-d.top:o.offset.top-h.top)),i+o.size.width>=o.parentData.width&&(o.size.width=o.parentData.width-i,u&&(o.size.height=o.size.width/o.aspectRatio,p=!1)),s+o.size.height>=o.parentData.height&&(o.size.height=o.parentData.height-s,u&&(o.size.width=o.size.height*o.aspectRatio,p=!1)),p||(o.position.left=o.prevPosition.left,o.position.top=o.prevPosition.top,o.size.width=o.prevSize.width,o.size.height=o.prevSize.height)},stop:function(){var t=e(this).resizable("instance"),i=t.options,s=t.containerOffset,n=t.containerPosition,a=t.containerElement,o=e(t.helper),r=o.offset(),h=o.outerWidth()-t.sizeDiff.width,l=o.outerHeight()-t.sizeDiff.height;t._helper&&!i.animate&&/relative/.test(a.css("position"))&&e(this).css({left:r.left-n.left-s.left,width:h,height:l}),t._helper&&!i.animate&&/static/.test(a.css("position"))&&e(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),e.ui.plugin.add("resizable","alsoResize",{start:function(){var t=e(this).resizable("instance"),i=t.options;e(i.alsoResize).each(function(){var t=e(this);t.data("ui-resizable-alsoresize",{width:parseInt(t.width(),10),height:parseInt(t.height(),10),left:parseInt(t.css("left"),10),top:parseInt(t.css("top"),10)})})},resize:function(t,i){var s=e(this).resizable("instance"),n=s.options,a=s.originalSize,o=s.originalPosition,r={height:s.size.height-a.height||0,width:s.size.width-a.width||0,top:s.position.top-o.top||0,left:s.position.left-o.left||0};e(n.alsoResize).each(function(){var t=e(this),s=e(this).data("ui-resizable-alsoresize"),n={},a=t.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(a,function(e,t){var i=(s[t]||0)+(r[t]||0);i&&i>=0&&(n[t]=i||null)}),t.css(n)})},stop:function(){e(this).removeData("resizable-alsoresize")}}),e.ui.plugin.add("resizable","ghost",{start:function(){var t=e(this).resizable("instance"),i=t.options,s=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:s.height,width:s.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass("string"==typeof i.ghost?i.ghost:""),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add("resizable","grid",{resize:function(){var t,i=e(this).resizable("instance"),s=i.options,n=i.size,a=i.originalSize,o=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,u=h[1]||1,d=Math.round((n.width-a.width)/l)*l,c=Math.round((n.height-a.height)/u)*u,p=a.width+d,f=a.height+c,m=s.maxWidth&&p>s.maxWidth,g=s.maxHeight&&f>s.maxHeight,v=s.minWidth&&s.minWidth>p,y=s.minHeight&&s.minHeight>f;s.grid=h,v&&(p+=l),y&&(f+=u),m&&(p-=l),g&&(f-=u),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=o.top-c):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=o.left-d):((0>=f-u||0>=p-l)&&(t=i._getPaddingPlusBorderDimensions(this)),f-u>0?(i.size.height=f,i.position.top=o.top-c):(f=u-t.height,i.size.height=f,i.position.top=o.top+a.height-f),p-l>0?(i.size.width=p,i.position.left=o.left-d):(p=l-t.width,i.size.width=p,i.position.left=o.left+a.width-p))}}),e.ui.resizable,e.widget("ui.dialog",{version:"1.11.4",options:{appendTo:"body",autoOpen:!0,buttons:[],closeOnEscape:!0,closeText:"Close",dialogClass:"",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(t){var i=e(this).css(t).offset().top;0>i&&e(this).css("top",t.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this._createWrapper(),this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(this.uiDialog),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&e.fn.draggable&&this._makeDraggable(),this.options.resizable&&e.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var t=this.options.appendTo;return t&&(t.jquery||t.nodeType)?e(t):this.document.find(t||"body").eq(0)},_destroy:function(){var e,t=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().removeClass("ui-dialog-content ui-widget-content").css(this.originalCss).detach(),this.uiDialog.stop(!0,!0).remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),e=t.parent.children().eq(t.index),e.length&&e[0]!==this.element[0]?e.before(this.element):t.parent.append(this.element)},widget:function(){return this.uiDialog},disable:e.noop,enable:e.noop,close:function(t){var i,s=this;if(this._isOpen&&this._trigger("beforeClose",t)!==!1){if(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),!this.opener.filter(":focusable").focus().length)try{i=this.document[0].activeElement,i&&"body"!==i.nodeName.toLowerCase()&&e(i).blur()}catch(n){}this._hide(this.uiDialog,this.options.hide,function(){s._trigger("close",t)})}},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+e(this).css("z-index")}).get(),a=Math.max.apply(null,n);return a>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",a+1),s=!0),s&&!i&&this._trigger("focus",t),s},open:function(){var t=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=e(this.document[0].activeElement),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){t._focusTabbable(),t._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var e=this._focusedElement;e||(e=this.element.find("[autofocus]")),e.length||(e=this.element.find(":tabbable")),e.length||(e=this.uiDialogButtonPane.find(":tabbable")),e.length||(e=this.uiDialogTitlebarClose.filter(":tabbable")),e.length||(e=this.uiDialog),e.eq(0).focus()},_keepFocus:function(t){function i(){var t=this.document[0].activeElement,i=this.uiDialog[0]===t||e.contains(this.uiDialog[0],t);i||this._focusTabbable()}t.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=e("<div>").addClass("ui-dialog ui-widget ui-widget-content ui-corner-all ui-front "+this.options.dialogClass).hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._on(this.uiDialog,{keydown:function(t){if(this.options.closeOnEscape&&!t.isDefaultPrevented()&&t.keyCode&&t.keyCode===e.ui.keyCode.ESCAPE)return t.preventDefault(),this.close(t),void 0;
-if(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");t.target!==n[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==s[0]&&t.target!==this.uiDialog[0]||!t.shiftKey||(this._delay(function(){n.focus()}),t.preventDefault()):(this._delay(function(){s.focus()}),t.preventDefault())}},mousedown:function(e){this._moveToTop(e)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var t;this.uiDialogTitlebar=e("<div>").addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(this.uiDialog),this._on(this.uiDialogTitlebar,{mousedown:function(t){e(t.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.focus()}}),this.uiDialogTitlebarClose=e("<button type='button'></button>").button({label:this.options.closeText,icons:{primary:"ui-icon-closethick"},text:!1}).addClass("ui-dialog-titlebar-close").appendTo(this.uiDialogTitlebar),this._on(this.uiDialogTitlebarClose,{click:function(e){e.preventDefault(),this.close(e)}}),t=e("<span>").uniqueId().addClass("ui-dialog-title").prependTo(this.uiDialogTitlebar),this._title(t),this.uiDialog.attr({"aria-labelledby":t.attr("id")})},_title:function(e){this.options.title||e.html("&#160;"),e.text(this.options.title)},_createButtonPane:function(){this.uiDialogButtonPane=e("<div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),this.uiButtonSet=e("<div>").addClass("ui-dialog-buttonset").appendTo(this.uiDialogButtonPane),this._createButtons()},_createButtons:function(){var t=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),e.isEmptyObject(i)||e.isArray(i)&&!i.length?(this.uiDialog.removeClass("ui-dialog-buttons"),void 0):(e.each(i,function(i,s){var n,a;s=e.isFunction(s)?{click:s,text:i}:s,s=e.extend({type:"button"},s),n=s.click,s.click=function(){n.apply(t.element[0],arguments)},a={icons:s.icons,text:s.showText},delete s.icons,delete s.showText,e("<button></button>",s).button(a).appendTo(t.uiButtonSet)}),this.uiDialog.addClass("ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function t(e){return{position:e.position,offset:e.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){e(this).addClass("ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,t(n))},drag:function(e,s){i._trigger("drag",e,t(s))},stop:function(n,a){var o=a.offset.left-i.document.scrollLeft(),r=a.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(o>=0?"+":"")+o+" "+"top"+(r>=0?"+":"")+r,of:i.window},e(this).removeClass("ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,t(a))}})},_makeResizable:function(){function t(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}var i=this,s=this.options,n=s.resizable,a=this.uiDialog.css("position"),o="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:o,start:function(s,n){e(this).addClass("ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,t(n))},resize:function(e,s){i._trigger("resize",e,t(s))},stop:function(n,a){var o=i.uiDialog.offset(),r=o.left-i.document.scrollLeft(),h=o.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},e(this).removeClass("ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,t(a))}}).css("position",a)},_trackFocus:function(){this._on(this.widget(),{focusin:function(t){this._makeFocusTarget(),this._focusedElement=e(t.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var t=this._trackingInstances(),i=e.inArray(this,t);-1!==i&&t.splice(i,1)},_trackingInstances:function(){var e=this.document.data("ui-dialog-instances");return e||(e=[],this.document.data("ui-dialog-instances",e)),e},_minHeight:function(){var e=this.options;return"auto"===e.height?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(){var e=this.uiDialog.is(":visible");e||this.uiDialog.show(),this.uiDialog.position(this.options.position),e||this.uiDialog.hide()},_setOptions:function(t){var i=this,s=!1,n={};e.each(t,function(e,t){i._setOption(e,t),e in i.sizeRelatedOptions&&(s=!0),e in i.resizableRelatedOptions&&(n[e]=t)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,t){var i,s,n=this.uiDialog;"dialogClass"===e&&n.removeClass(this.options.dialogClass).addClass(t),"disabled"!==e&&(this._super(e,t),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:""+t}),"draggable"===e&&(i=n.is(":data(ui-draggable)"),i&&!t&&n.draggable("destroy"),!i&&t&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(s=n.is(":data(ui-resizable)"),s&&!t&&n.resizable("destroy"),s&&"string"==typeof t&&n.resizable("option","handles",t),s||t===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var e,t,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),e=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),t=Math.max(0,s.minHeight-e),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-e):"none","auto"===s.height?this.element.css({minHeight:t,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-e)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var t=e(this);return e("<div>").css({position:"absolute",width:t.outerWidth(),height:t.outerHeight()}).appendTo(t.parent()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(t){return e(t.target).closest(".ui-dialog").length?!0:!!e(t.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var t=!0;this._delay(function(){t=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(e){t||this._allowInteraction(e)||(e.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=e("<div>").addClass("ui-widget-overlay ui-front").appendTo(this._appendTo()),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data("ui-dialog-overlays")-1;e?this.document.data("ui-dialog-overlays",e):this.document.unbind("focusin").removeData("ui-dialog-overlays"),this.overlay.remove(),this.overlay=null}}}),e.widget("ui.droppable",{version:"1.11.4",widgetEventPrefix:"drop",options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=e.isFunction(s)?s:function(e){return e.is(s)},this.proportions=function(){return arguments.length?(t=arguments[0],void 0):t?t:t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this.element.addClass("ui-droppable")},_addToManager:function(t){e.ui.ddmanager.droppables[t]=e.ui.ddmanager.droppables[t]||[],e.ui.ddmanager.droppables[t].push(this)},_splice:function(e){for(var t=0;e.length>t;t++)e[t]===this&&e.splice(t,1)},_destroy:function(){var t=e.ui.ddmanager.droppables[this.options.scope];this._splice(t),this.element.removeClass("ui-droppable ui-droppable-disabled")},_setOption:function(t,i){if("accept"===t)this.accept=e.isFunction(i)?i:function(e){return e.is(i)};else if("scope"===t){var s=e.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(t,i)},_activate:function(t){var i=e.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass),i&&this._trigger("activate",t,this.ui(i))},_deactivate:function(t){var i=e.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass),i&&this._trigger("deactivate",t,this.ui(i))},_over:function(t){var i=e.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.addClass(this.options.hoverClass),this._trigger("over",t,this.ui(i)))},_out:function(t){var i=e.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("out",t,this.ui(i)))},_drop:function(t,i){var s=i||e.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=e(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&e.ui.intersect(s,e.extend(i,{offset:i.element.offset()}),i.options.tolerance,t)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this.options.activeClass&&this.element.removeClass(this.options.activeClass),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("drop",t,this.ui(s)),this.element):!1):!1},ui:function(e){return{draggable:e.currentItem||e.element,helper:e.helper,position:e.position,offset:e.positionAbs}}}),e.ui.intersect=function(){function e(e,t,i){return e>=t&&t+i>e}return function(t,i,s,n){if(!i.offset)return!1;var a=(t.positionAbs||t.position.absolute).left+t.margins.left,o=(t.positionAbs||t.position.absolute).top+t.margins.top,r=a+t.helperProportions.width,h=o+t.helperProportions.height,l=i.offset.left,u=i.offset.top,d=l+i.proportions().width,c=u+i.proportions().height;switch(s){case"fit":return a>=l&&d>=r&&o>=u&&c>=h;case"intersect":return a+t.helperProportions.width/2>l&&d>r-t.helperProportions.width/2&&o+t.helperProportions.height/2>u&&c>h-t.helperProportions.height/2;case"pointer":return e(n.pageY,u,i.proportions().height)&&e(n.pageX,l,i.proportions().width);case"touch":return(o>=u&&c>=o||h>=u&&c>=h||u>o&&h>c)&&(a>=l&&d>=a||r>=l&&d>=r||l>a&&r>d);default:return!1}}}(),e.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(t,i){var s,n,a=e.ui.ddmanager.droppables[t.options.scope]||[],o=i?i.type:null,r=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();e:for(s=0;a.length>s;s++)if(!(a[s].options.disabled||t&&!a[s].accept.call(a[s].element[0],t.currentItem||t.element))){for(n=0;r.length>n;n++)if(r[n]===a[s].element[0]){a[s].proportions().height=0;continue e}a[s].visible="none"!==a[s].element.css("display"),a[s].visible&&("mousedown"===o&&a[s]._activate.call(a[s],i),a[s].offset=a[s].element.offset(),a[s].proportions({width:a[s].element[0].offsetWidth,height:a[s].element[0].offsetHeight}))}},drop:function(t,i){var s=!1;return e.each((e.ui.ddmanager.droppables[t.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&e.ui.intersect(t,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(t,i){t.element.parentsUntil("body").bind("scroll.droppable",function(){t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,i)})},drag:function(t,i){t.options.refreshPositions&&e.ui.ddmanager.prepareOffsets(t,i),e.each(e.ui.ddmanager.droppables[t.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,a,o=e.ui.intersect(t,this,this.options.tolerance,i),r=!o&&this.isover?"isout":o&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,a=this.element.parents(":data(ui-droppable)").filter(function(){return e(this).droppable("instance").options.scope===n}),a.length&&(s=e(a[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(t,i){t.element.parentsUntil("body").unbind("scroll.droppable"),t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,i)}},e.ui.droppable;var y="ui-effects-",b=e;e.effects={effect:{}},function(e,t){function i(e,t,i){var s=d[t.type]||{};return null==e?i||!t.def?null:t.def:(e=s.floor?~~e:parseFloat(e),isNaN(e)?t.def:s.mod?(e+s.mod)%s.mod:0>e?0:e>s.max?s.max:e)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(e,a){var o,r=a.re.exec(i),h=r&&a.parse(r),l=a.space||"rgba";return h?(o=s[l](h),s[u[l].cache]=o[u[l].cache],n=s._rgba=o._rgba,!1):t}),n.length?("0,0,0,0"===n.join()&&e.extend(n,a.transparent),s):a[i]}function n(e,t,i){return i=(i+1)%1,1>6*i?e+6*(t-e)*i:1>2*i?t:2>3*i?e+6*(t-e)*(2/3-i):e}var a,o="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[e[1],e[2],e[3],e[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[2.55*e[1],2.55*e[2],2.55*e[3],e[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(e){return[e[1],e[2]/100,e[3]/100,e[4]]}}],l=e.Color=function(t,i,s,n){return new e.Color.fn.parse(t,i,s,n)},u={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},d={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},c=l.support={},p=e("<p>")[0],f=e.each;p.style.cssText="background-color:rgba(1,1,1,.5)",c.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(u,function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}}),l.fn=e.extend(l.prototype,{parse:function(n,o,r,h){if(n===t)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=e(n).css(o),o=t);var d=this,c=e.type(n),p=this._rgba=[];return o!==t&&(n=[n,o,r,h],c="array"),"string"===c?this.parse(s(n)||a._default):"array"===c?(f(u.rgba.props,function(e,t){p[t.idx]=i(n[t.idx],t)}),this):"object"===c?(n instanceof l?f(u,function(e,t){n[t.cache]&&(d[t.cache]=n[t.cache].slice())}):f(u,function(t,s){var a=s.cache;f(s.props,function(e,t){if(!d[a]&&s.to){if("alpha"===e||null==n[e])return;d[a]=s.to(d._rgba)}d[a][t.idx]=i(n[e],t,!0)}),d[a]&&0>e.inArray(null,d[a].slice(0,3))&&(d[a][3]=1,s.from&&(d._rgba=s.from(d[a])))}),this):t},is:function(e){var i=l(e),s=!0,n=this;return f(u,function(e,a){var o,r=i[a.cache];return r&&(o=n[a.cache]||a.to&&a.to(n._rgba)||[],f(a.props,function(e,i){return null!=r[i.idx]?s=r[i.idx]===o[i.idx]:t})),s}),s},_space:function(){var e=[],t=this;return f(u,function(i,s){t[s.cache]&&e.push(i)}),e.pop()},transition:function(e,t){var s=l(e),n=s._space(),a=u[n],o=0===this.alpha()?l("transparent"):this,r=o[a.cache]||a.to(o._rgba),h=r.slice();return s=s[a.cache],f(a.props,function(e,n){var a=n.idx,o=r[a],l=s[a],u=d[n.type]||{};null!==l&&(null===o?h[a]=l:(u.mod&&(l-o>u.mod/2?o+=u.mod:o-l>u.mod/2&&(o-=u.mod)),h[a]=i((l-o)*t+o,n)))}),this[n](h)},blend:function(t){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(t)._rgba;return l(e.map(i,function(e,t){return(1-s)*n[t]+s*e}))},toRgbaString:function(){var t="rgba(",i=e.map(this._rgba,function(e,t){return null==e?t>2?1:0:e});return 1===i[3]&&(i.pop(),t="rgb("),t+i.join()+")"},toHslaString:function(){var t="hsla(",i=e.map(this.hsla(),function(e,t){return null==e&&(e=t>2?1:0),t&&3>t&&(e=Math.round(100*e)+"%"),e});return 1===i[3]&&(i.pop(),t="hsl("),t+i.join()+")"},toHexString:function(t){var i=this._rgba.slice(),s=i.pop();return t&&i.push(~~(255*s)),"#"+e.map(i,function(e){return e=(e||0).toString(16),1===e.length?"0"+e:e}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,u.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,i,s=e[0]/255,n=e[1]/255,a=e[2]/255,o=e[3],r=Math.max(s,n,a),h=Math.min(s,n,a),l=r-h,u=r+h,d=.5*u;return t=h===r?0:s===r?60*(n-a)/l+360:n===r?60*(a-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=d?l/u:l/(2-u),[Math.round(t)%360,i,d,null==o?1:o]},u.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,i=e[1],s=e[2],a=e[3],o=.5>=s?s*(1+i):s+i-s*i,r=2*s-o;return[Math.round(255*n(r,o,t+1/3)),Math.round(255*n(r,o,t)),Math.round(255*n(r,o,t-1/3)),a]},f(u,function(s,n){var a=n.props,o=n.cache,h=n.to,u=n.from;l.fn[s]=function(s){if(h&&!this[o]&&(this[o]=h(this._rgba)),s===t)return this[o].slice();var n,r=e.type(s),d="array"===r||"object"===r?s:arguments,c=this[o].slice();return f(a,function(e,t){var s=d["object"===r?e:t.idx];null==s&&(s=c[t.idx]),c[t.idx]=i(s,t)}),u?(n=l(u(c)),n[o]=c,n):l(c)},f(a,function(t,i){l.fn[t]||(l.fn[t]=function(n){var a,o=e.type(n),h="alpha"===t?this._hsla?"hsla":"rgba":s,l=this[h](),u=l[i.idx];return"undefined"===o?u:("function"===o&&(n=n.call(this,u),o=e.type(n)),null==n&&i.empty?this:("string"===o&&(a=r.exec(n),a&&(n=u+parseFloat(a[2])*("+"===a[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(t){var i=t.split(" ");f(i,function(t,i){e.cssHooks[i]={set:function(t,n){var a,o,r="";if("transparent"!==n&&("string"!==e.type(n)||(a=s(n)))){if(n=l(a||n),!c.rgba&&1!==n._rgba[3]){for(o="backgroundColor"===i?t.parentNode:t;(""===r||"transparent"===r)&&o&&o.style;)try{r=e.css(o,"backgroundColor"),o=o.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{t.style[i]=n}catch(h){}}},e.fx.step[i]=function(t){t.colorInit||(t.start=l(t.elem,i),t.end=l(t.end),t.colorInit=!0),e.cssHooks[i].set(t.elem,t.start.transition(t.end,t.pos))}})},l.hook(o),e.cssHooks.borderColor={expand:function(e){var t={};return f(["Top","Right","Bottom","Left"],function(i,s){t["border"+s+"Color"]=e}),t}},a=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(b),function(){function t(t){var i,s,n=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,a={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(a[e.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(a[i]=n[i]);return a}function i(t,i){var s,a,o={};for(s in i)a=i[s],t[s]!==a&&(n[s]||(e.fx.step[s]||!isNaN(parseFloat(a)))&&(o[s]=a));return o}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(t,i){e.fx.step[i]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(b.style(e.elem,i,e.end),e.setAttr=!0)}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(n,a,o,r){var h=e.speed(a,o,r);return this.queue(function(){var a,o=e(this),r=o.attr("class")||"",l=h.children?o.find("*").addBack():o;l=l.map(function(){var i=e(this);return{el:i,start:t(this)}}),a=function(){e.each(s,function(e,t){n[t]&&o[t+"Class"](n[t])})},a(),l=l.map(function(){return this.end=t(this.el[0]),this.diff=i(this.start,this.end),this}),o.attr("class",r),l=l.map(function(){var t=this,i=e.Deferred(),s=e.extend({},h,{queue:!1,complete:function(){i.resolve(t)}});return this.el.animate(this.diff,s),i.promise()}),e.when.apply(e,l.get()).done(function(){a(),e.each(arguments,function(){var t=this.el;e.each(this.diff,function(e){t.css(e,"")})}),h.complete.call(o[0])})})},e.fn.extend({addClass:function(t){return function(i,s,n,a){return s?e.effects.animateClass.call(this,{add:i},s,n,a):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(i,s,n,a){return arguments.length>1?e.effects.animateClass.call(this,{remove:i},s,n,a):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(i,s,n,a,o){return"boolean"==typeof s||void 0===s?n?e.effects.animateClass.call(this,s?{add:i}:{remove:i},n,a,o):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:i},s,n,a)}}(e.fn.toggleClass),switchClass:function(t,i,s,n,a){return e.effects.animateClass.call(this,{add:i,remove:t},s,n,a)}})}(),function(){function t(t,i,s,n){return e.isPlainObject(t)&&(i=t,t=t.effect),t={effect:t},null==i&&(i={}),e.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||e.fx.speeds[i])&&(n=s,s=i,i={}),e.isFunction(s)&&(n=s,s=null),i&&e.extend(t,i),s=s||i.duration,t.duration=e.fx.off?0:"number"==typeof s?s:s in e.fx.speeds?e.fx.speeds[s]:e.fx.speeds._default,t.complete=n||i.complete,t}function i(t){return!t||"number"==typeof t||e.fx.speeds[t]?!0:"string"!=typeof t||e.effects.effect[t]?e.isFunction(t)?!0:"object"!=typeof t||t.effect?!1:!0:!0}e.extend(e.effects,{version:"1.11.4",save:function(e,t){for(var i=0;t.length>i;i++)null!==t[i]&&e.data(y+t[i],e[0].style[t[i]])},restore:function(e,t){var i,s;for(s=0;t.length>s;s++)null!==t[s]&&(i=e.data(y+t[s]),void 0===i&&(i=""),e.css(t[s],i))},setMode:function(e,t){return"toggle"===t&&(t=e.is(":hidden")?"show":"hide"),t},getBaseline:function(e,t){var i,s;switch(e[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=e[0]/t.height}switch(e[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=e[1]/t.width}return{x:s,y:i}},createWrapper:function(t){if(t.parent().is(".ui-effects-wrapper"))return t.parent();var i={width:t.outerWidth(!0),height:t.outerHeight(!0),"float":t.css("float")},s=e("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:t.width(),height:t.height()},a=document.activeElement;try{a.id}catch(o){a=document.body}return t.wrap(s),(t[0]===a||e.contains(t[0],a))&&e(a).focus(),s=t.parent(),"static"===t.css("position")?(s.css({position:"relative"}),t.css({position:"relative"})):(e.extend(i,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],function(e,s){i[s]=t.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(n),s.css(i).show()},removeWrapper:function(t){var i=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===i||e.contains(t[0],i))&&e(i).focus()),t},setTransition:function(t,i,s,n){return n=n||{},e.each(i,function(e,i){var a=t.cssUnit(i);a[0]>0&&(n[i]=a[0]*s+a[1])}),n}}),e.fn.extend({effect:function(){function i(t){function i(){e.isFunction(a)&&a.call(n[0]),e.isFunction(t)&&t()}var n=e(this),a=s.complete,r=s.mode;(n.is(":hidden")?"hide"===r:"show"===r)?(n[r](),i()):o.call(n[0],s,i)}var s=t.apply(this,arguments),n=s.mode,a=s.queue,o=e.effects.effect[s.effect];return e.fx.off||!o?n?this[n](s.duration,s.complete):this.each(function(){s.complete&&s.complete.call(this)}):a===!1?this.each(i):this.queue(a||"fx",i)},show:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="show",this.effect.call(this,n)}}(e.fn.show),hide:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(e.fn.hide),toggle:function(e){return function(s){if(i(s)||"boolean"==typeof s)return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(e.fn.toggle),cssUnit:function(t){var i=this.css(t),s=[];return e.each(["em","px","%","pt"],function(e,t){i.indexOf(t)>0&&(s=[parseFloat(i),t])}),s}})}(),function(){var t={};e.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,i){t[i]=function(t){return Math.pow(t,e+2)}}),e.extend(t,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,i=4;((t=Math.pow(2,--i))-1)/11>e;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(t,function(t,i){e.easing["easeIn"+t]=i,e.easing["easeOut"+t]=function(e){return 1-i(1-e)},e.easing["easeInOut"+t]=function(e){return.5>e?i(2*e)/2:1-i(-2*e+2)/2}})}(),e.effects,e.effects.effect.blind=function(t,i){var s,n,a,o=e(this),r=/up|down|vertical/,h=/up|left|vertical|horizontal/,l=["position","top","bottom","left","right","height","width"],u=e.effects.setMode(o,t.mode||"hide"),d=t.direction||"up",c=r.test(d),p=c?"height":"width",f=c?"top":"left",m=h.test(d),g={},v="show"===u;o.parent().is(".ui-effects-wrapper")?e.effects.save(o.parent(),l):e.effects.save(o,l),o.show(),s=e.effects.createWrapper(o).css({overflow:"hidden"}),n=s[p](),a=parseFloat(s.css(f))||0,g[p]=v?n:0,m||(o.css(c?"bottom":"right",0).css(c?"top":"left","auto").css({position:"absolute"}),g[f]=v?a:n+a),v&&(s.css(p,0),m||s.css(f,a+n)),s.animate(g,{duration:t.duration,easing:t.easing,queue:!1,complete:function(){"hide"===u&&o.hide(),e.effects.restore(o,l),e.effects.removeWrapper(o),i()}})},e.effects.effect.bounce=function(t,i){var s,n,a,o=e(this),r=["position","top","bottom","left","right","height","width"],h=e.effects.setMode(o,t.mode||"effect"),l="hide"===h,u="show"===h,d=t.direction||"up",c=t.distance,p=t.times||5,f=2*p+(u||l?1:0),m=t.duration/f,g=t.easing,v="up"===d||"down"===d?"top":"left",y="up"===d||"left"===d,b=o.queue(),_=b.length;for((u||l)&&r.push("opacity"),e.effects.save(o,r),o.show(),e.effects.createWrapper(o),c||(c=o["top"===v?"outerHeight":"outerWidth"]()/3),u&&(a={opacity:1},a[v]=0,o.css("opacity",0).css(v,y?2*-c:2*c).animate(a,m,g)),l&&(c/=Math.pow(2,p-1)),a={},a[v]=0,s=0;p>s;s++)n={},n[v]=(y?"-=":"+=")+c,o.animate(n,m,g).animate(a,m,g),c=l?2*c:c/2;l&&(n={opacity:0},n[v]=(y?"-=":"+=")+c,o.animate(n,m,g)),o.queue(function(){l&&o.hide(),e.effects.restore(o,r),e.effects.removeWrapper(o),i()}),_>1&&b.splice.apply(b,[1,0].concat(b.splice(_,f+1))),o.dequeue()},e.effects.effect.clip=function(t,i){var s,n,a,o=e(this),r=["position","top","bottom","left","right","height","width"],h=e.effects.setMode(o,t.mode||"hide"),l="show"===h,u=t.direction||"vertical",d="vertical"===u,c=d?"height":"width",p=d?"top":"left",f={};e.effects.save(o,r),o.show(),s=e.effects.createWrapper(o).css({overflow:"hidden"}),n="IMG"===o[0].tagName?s:o,a=n[c](),l&&(n.css(c,0),n.css(p,a/2)),f[c]=l?a:0,f[p]=l?0:a/2,n.animate(f,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){l||o.hide(),e.effects.restore(o,r),e.effects.removeWrapper(o),i()}})},e.effects.effect.drop=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","opacity","height","width"],o=e.effects.setMode(n,t.mode||"hide"),r="show"===o,h=t.direction||"left",l="up"===h||"down"===h?"top":"left",u="up"===h||"left"===h?"pos":"neg",d={opacity:r?1:0};e.effects.save(n,a),n.show(),e.effects.createWrapper(n),s=t.distance||n["top"===l?"outerHeight":"outerWidth"](!0)/2,r&&n.css("opacity",0).css(l,"pos"===u?-s:s),d[l]=(r?"pos"===u?"+=":"-=":"pos"===u?"-=":"+=")+s,n.animate(d,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})},e.effects.effect.explode=function(t,i){function s(){b.push(this),b.length===d*c&&n()}function n(){p.css({visibility:"visible"}),e(b).remove(),m||p.hide(),i()}var a,o,r,h,l,u,d=t.pieces?Math.round(Math.sqrt(t.pieces)):3,c=d,p=e(this),f=e.effects.setMode(p,t.mode||"hide"),m="show"===f,g=p.show().css("visibility","hidden").offset(),v=Math.ceil(p.outerWidth()/c),y=Math.ceil(p.outerHeight()/d),b=[];for(a=0;d>a;a++)for(h=g.top+a*y,u=a-(d-1)/2,o=0;c>o;o++)r=g.left+o*v,l=o-(c-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-o*v,top:-a*y}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:v,height:y,left:r+(m?l*v:0),top:h+(m?u*y:0),opacity:m?0:1}).animate({left:r+(m?0:l*v),top:h+(m?0:u*y),opacity:m?1:0},t.duration||500,t.easing,s)},e.effects.effect.fade=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:t.duration,easing:t.easing,complete:i})},e.effects.effect.fold=function(t,i){var s,n,a=e(this),o=["position","top","bottom","left","right","height","width"],r=e.effects.setMode(a,t.mode||"hide"),h="show"===r,l="hide"===r,u=t.size||15,d=/([0-9]+)%/.exec(u),c=!!t.horizFirst,p=h!==c,f=p?["width","height"]:["height","width"],m=t.duration/2,g={},v={};e.effects.save(a,o),a.show(),s=e.effects.createWrapper(a).css({overflow:"hidden"}),n=p?[s.width(),s.height()]:[s.height(),s.width()],d&&(u=parseInt(d[1],10)/100*n[l?0:1]),h&&s.css(c?{height:0,width:u}:{height:u,width:0}),g[f[0]]=h?n[0]:u,v[f[1]]=h?n[1]:0,s.animate(g,m,t.easing).animate(v,m,t.easing,function(){l&&a.hide(),e.effects.restore(a,o),e.effects.removeWrapper(a),i()})},e.effects.effect.highlight=function(t,i){var s=e(this),n=["backgroundImage","backgroundColor","opacity"],a=e.effects.setMode(s,t.mode||"show"),o={backgroundColor:s.css("backgroundColor")};"hide"===a&&(o.opacity=0),e.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(o,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===a&&s.hide(),e.effects.restore(s,n),i()}})},e.effects.effect.size=function(t,i){var s,n,a,o=e(this),r=["position","top","bottom","left","right","width","height","overflow","opacity"],h=["position","top","bottom","left","right","overflow","opacity"],l=["width","height","overflow"],u=["fontSize"],d=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],c=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],p=e.effects.setMode(o,t.mode||"effect"),f=t.restore||"effect"!==p,m=t.scale||"both",g=t.origin||["middle","center"],v=o.css("position"),y=f?r:h,b={height:0,width:0,outerHeight:0,outerWidth:0};"show"===p&&o.show(),s={height:o.height(),width:o.width(),outerHeight:o.outerHeight(),outerWidth:o.outerWidth()},"toggle"===t.mode&&"show"===p?(o.from=t.to||b,o.to=t.from||s):(o.from=t.from||("show"===p?b:s),o.to=t.to||("hide"===p?b:s)),a={from:{y:o.from.height/s.height,x:o.from.width/s.width},to:{y:o.to.height/s.height,x:o.to.width/s.width}},("box"===m||"both"===m)&&(a.from.y!==a.to.y&&(y=y.concat(d),o.from=e.effects.setTransition(o,d,a.from.y,o.from),o.to=e.effects.setTransition(o,d,a.to.y,o.to)),a.from.x!==a.to.x&&(y=y.concat(c),o.from=e.effects.setTransition(o,c,a.from.x,o.from),o.to=e.effects.setTransition(o,c,a.to.x,o.to))),("content"===m||"both"===m)&&a.from.y!==a.to.y&&(y=y.concat(u).concat(l),o.from=e.effects.setTransition(o,u,a.from.y,o.from),o.to=e.effects.setTransition(o,u,a.to.y,o.to)),e.effects.save(o,y),o.show(),e.effects.createWrapper(o),o.css("overflow","hidden").css(o.from),g&&(n=e.effects.getBaseline(g,s),o.from.top=(s.outerHeight-o.outerHeight())*n.y,o.from.left=(s.outerWidth-o.outerWidth())*n.x,o.to.top=(s.outerHeight-o.to.outerHeight)*n.y,o.to.left=(s.outerWidth-o.to.outerWidth)*n.x),o.css(o.from),("content"===m||"both"===m)&&(d=d.concat(["marginTop","marginBottom"]).concat(u),c=c.concat(["marginLeft","marginRight"]),l=r.concat(d).concat(c),o.find("*[width]").each(function(){var i=e(this),s={height:i.height(),width:i.width(),outerHeight:i.outerHeight(),outerWidth:i.outerWidth()};
-f&&e.effects.save(i,l),i.from={height:s.height*a.from.y,width:s.width*a.from.x,outerHeight:s.outerHeight*a.from.y,outerWidth:s.outerWidth*a.from.x},i.to={height:s.height*a.to.y,width:s.width*a.to.x,outerHeight:s.height*a.to.y,outerWidth:s.width*a.to.x},a.from.y!==a.to.y&&(i.from=e.effects.setTransition(i,d,a.from.y,i.from),i.to=e.effects.setTransition(i,d,a.to.y,i.to)),a.from.x!==a.to.x&&(i.from=e.effects.setTransition(i,c,a.from.x,i.from),i.to=e.effects.setTransition(i,c,a.to.x,i.to)),i.css(i.from),i.animate(i.to,t.duration,t.easing,function(){f&&e.effects.restore(i,l)})})),o.animate(o.to,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){0===o.to.opacity&&o.css("opacity",o.from.opacity),"hide"===p&&o.hide(),e.effects.restore(o,y),f||("static"===v?o.css({position:"relative",top:o.to.top,left:o.to.left}):e.each(["top","left"],function(e,t){o.css(t,function(t,i){var s=parseInt(i,10),n=e?o.to.left:o.to.top;return"auto"===i?n+"px":s+n+"px"})})),e.effects.removeWrapper(o),i()}})},e.effects.effect.scale=function(t,i){var s=e(this),n=e.extend(!0,{},t),a=e.effects.setMode(s,t.mode||"effect"),o=parseInt(t.percent,10)||(0===parseInt(t.percent,10)?0:"hide"===a?0:100),r=t.direction||"both",h=t.origin,l={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()},u={y:"horizontal"!==r?o/100:1,x:"vertical"!==r?o/100:1};n.effect="size",n.queue=!1,n.complete=i,"effect"!==a&&(n.origin=h||["middle","center"],n.restore=!0),n.from=t.from||("show"===a?{height:0,width:0,outerHeight:0,outerWidth:0}:l),n.to={height:l.height*u.y,width:l.width*u.x,outerHeight:l.outerHeight*u.y,outerWidth:l.outerWidth*u.x},n.fade&&("show"===a&&(n.from.opacity=0,n.to.opacity=1),"hide"===a&&(n.from.opacity=1,n.to.opacity=0)),s.effect(n)},e.effects.effect.puff=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"hide"),a="hide"===n,o=parseInt(t.percent,10)||150,r=o/100,h={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()};e.extend(t,{effect:"scale",queue:!1,fade:!0,mode:n,complete:i,percent:a?o:100,from:a?h:{height:h.height*r,width:h.width*r,outerHeight:h.outerHeight*r,outerWidth:h.outerWidth*r}}),s.effect(t)},e.effects.effect.pulsate=function(t,i){var s,n=e(this),a=e.effects.setMode(n,t.mode||"show"),o="show"===a,r="hide"===a,h=o||"hide"===a,l=2*(t.times||5)+(h?1:0),u=t.duration/l,d=0,c=n.queue(),p=c.length;for((o||!n.is(":visible"))&&(n.css("opacity",0).show(),d=1),s=1;l>s;s++)n.animate({opacity:d},u,t.easing),d=1-d;n.animate({opacity:d},u,t.easing),n.queue(function(){r&&n.hide(),i()}),p>1&&c.splice.apply(c,[1,0].concat(c.splice(p,l+1))),n.dequeue()},e.effects.effect.shake=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","height","width"],o=e.effects.setMode(n,t.mode||"effect"),r=t.direction||"left",h=t.distance||20,l=t.times||3,u=2*l+1,d=Math.round(t.duration/u),c="up"===r||"down"===r?"top":"left",p="up"===r||"left"===r,f={},m={},g={},v=n.queue(),y=v.length;for(e.effects.save(n,a),n.show(),e.effects.createWrapper(n),f[c]=(p?"-=":"+=")+h,m[c]=(p?"+=":"-=")+2*h,g[c]=(p?"-=":"+=")+2*h,n.animate(f,d,t.easing),s=1;l>s;s++)n.animate(m,d,t.easing).animate(g,d,t.easing);n.animate(m,d,t.easing).animate(f,d/2,t.easing).queue(function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}),y>1&&v.splice.apply(v,[1,0].concat(v.splice(y,u+1))),n.dequeue()},e.effects.effect.slide=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","width","height"],o=e.effects.setMode(n,t.mode||"show"),r="show"===o,h=t.direction||"left",l="up"===h||"down"===h?"top":"left",u="up"===h||"left"===h,d={};e.effects.save(n,a),n.show(),s=t.distance||n["top"===l?"outerHeight":"outerWidth"](!0),e.effects.createWrapper(n).css({overflow:"hidden"}),r&&n.css(l,u?isNaN(s)?"-"+s:-s:s),d[l]=(r?u?"+=":"-=":u?"-=":"+=")+s,n.animate(d,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})},e.effects.effect.transfer=function(t,i){var s=e(this),n=e(t.to),a="fixed"===n.css("position"),o=e("body"),r=a?o.scrollTop():0,h=a?o.scrollLeft():0,l=n.offset(),u={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},d=s.offset(),c=e("<div class='ui-effects-transfer'></div>").appendTo(document.body).addClass(t.className).css({top:d.top-r,left:d.left-h,height:s.innerHeight(),width:s.innerWidth(),position:a?"fixed":"absolute"}).animate(u,t.duration,t.easing,function(){c.remove(),i()})},e.widget("ui.progressbar",{version:"1.11.4",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=e("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(e){return void 0===e?this.options.value:(this.options.value=this._constrainedValue(e),this._refreshValue(),void 0)},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=e===!1,"number"!=typeof e&&(e=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var t=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(t),this._refreshValue()},_setOption:function(e,t){"max"===e&&(t=Math.max(this.min,t)),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var t=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||t>this.min).toggleClass("ui-corner-right",t===this.options.max).width(i.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=e("<div class='ui-progressbar-overlay'></div>").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":t}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==t&&(this.oldValue=t,this._trigger("change")),t===this.options.max&&this._trigger("complete")}}),e.widget("ui.selectable",e.ui.mouse,{version:"1.11.4",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var t,i=this;this.element.addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){t=e(i.options.filter,i.element[0]),t.addClass("ui-selectee"),t.each(function(){var t=e(this),i=t.offset();e.data(this,"selectable-item",{element:this,$element:t,left:i.left,top:i.top,right:i.left+t.outerWidth(),bottom:i.top+t.outerHeight(),startselected:!1,selected:t.hasClass("ui-selected"),selecting:t.hasClass("ui-selecting"),unselecting:t.hasClass("ui-unselecting")})})},this.refresh(),this.selectees=t.addClass("ui-selectee"),this._mouseInit(),this.helper=e("<div class='ui-selectable-helper'></div>")},_destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"),this.element.removeClass("ui-selectable ui-selectable-disabled"),this._mouseDestroy()},_mouseStart:function(t){var i=this,s=this.options;this.opos=[t.pageX,t.pageY],this.options.disabled||(this.selectees=e(s.filter,this.element[0]),this._trigger("start",t),e(s.appendTo).append(this.helper),this.helper.css({left:t.pageX,top:t.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=e.data(this,"selectable-item");s.startselected=!0,t.metaKey||t.ctrlKey||(s.$element.removeClass("ui-selected"),s.selected=!1,s.$element.addClass("ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",t,{unselecting:s.element}))}),e(t.target).parents().addBack().each(function(){var s,n=e.data(this,"selectable-item");return n?(s=!t.metaKey&&!t.ctrlKey||!n.$element.hasClass("ui-selected"),n.$element.removeClass(s?"ui-unselecting":"ui-selected").addClass(s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",t,{selecting:n.element}):i._trigger("unselecting",t,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(t){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,a=this.opos[0],o=this.opos[1],r=t.pageX,h=t.pageY;return a>r&&(i=r,r=a,a=i),o>h&&(i=h,h=o,o=i),this.helper.css({left:a,top:o,width:r-a,height:h-o}),this.selectees.each(function(){var i=e.data(this,"selectable-item"),l=!1;i&&i.element!==s.element[0]&&("touch"===n.tolerance?l=!(i.left>r||a>i.right||i.top>h||o>i.bottom):"fit"===n.tolerance&&(l=i.left>a&&r>i.right&&i.top>o&&h>i.bottom),l?(i.selected&&(i.$element.removeClass("ui-selected"),i.selected=!1),i.unselecting&&(i.$element.removeClass("ui-unselecting"),i.unselecting=!1),i.selecting||(i.$element.addClass("ui-selecting"),i.selecting=!0,s._trigger("selecting",t,{selecting:i.element}))):(i.selecting&&((t.metaKey||t.ctrlKey)&&i.startselected?(i.$element.removeClass("ui-selecting"),i.selecting=!1,i.$element.addClass("ui-selected"),i.selected=!0):(i.$element.removeClass("ui-selecting"),i.selecting=!1,i.startselected&&(i.$element.addClass("ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",t,{unselecting:i.element}))),i.selected&&(t.metaKey||t.ctrlKey||i.startselected||(i.$element.removeClass("ui-selected"),i.selected=!1,i.$element.addClass("ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",t,{unselecting:i.element})))))}),!1}},_mouseStop:function(t){var i=this;return this.dragged=!1,e(".ui-unselecting",this.element[0]).each(function(){var s=e.data(this,"selectable-item");s.$element.removeClass("ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",t,{unselected:s.element})}),e(".ui-selecting",this.element[0]).each(function(){var s=e.data(this,"selectable-item");s.$element.removeClass("ui-selecting").addClass("ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",t,{selected:s.element})}),this._trigger("stop",t),this.helper.remove(),!1}}),e.widget("ui.selectmenu",{version:"1.11.4",defaultElement:"<select>",options:{appendTo:null,disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:null,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this.options.disabled&&this.disable()},_drawButton:function(){var t=this;this.label=e("label[for='"+this.ids.element+"']").attr("for",this.ids.button),this._on(this.label,{click:function(e){this.button.focus(),e.preventDefault()}}),this.element.hide(),this.button=e("<span>",{"class":"ui-selectmenu-button ui-widget ui-state-default ui-corner-all",tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true"}).insertAfter(this.element),e("<span>",{"class":"ui-icon "+this.options.icons.button}).prependTo(this.button),this.buttonText=e("<span>",{"class":"ui-selectmenu-text"}).appendTo(this.button),this._setText(this.buttonText,this.element.find("option:selected").text()),this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){t.menuItems||t._refreshMenu()}),this._hoverable(this.button),this._focusable(this.button)},_drawMenu:function(){var t=this;this.menu=e("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=e("<div>",{"class":"ui-selectmenu-menu ui-front"}).append(this.menu).appendTo(this._appendTo()),this.menuInstance=this.menu.menu({role:"listbox",select:function(e,i){e.preventDefault(),t._setSelection(),t._select(i.item.data("ui-selectmenu-item"),e)},focus:function(e,i){var s=i.item.data("ui-selectmenu-item");null!=t.focusIndex&&s.index!==t.focusIndex&&(t._trigger("focus",e,{item:s}),t.isOpen||t._select(s,e)),t.focusIndex=s.index,t.button.attr("aria-activedescendant",t.menuItems.eq(s.index).attr("id"))}}).menu("instance"),this.menu.addClass("ui-corner-bottom").removeClass("ui-corner-all"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this._setText(this.buttonText,this._getSelectedItem().text()),this.options.width||this._resizeButton()},_refreshMenu:function(){this.menu.empty();var e,t=this.element.find("option");t.length&&(this._parseOptions(t),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup"),e=this._getSelectedItem(),this.menuInstance.focus(null,e),this._setAria(e.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(e){this.options.disabled||(this.menuItems?(this.menu.find(".ui-state-focus").removeClass("ui-state-focus"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",e))},_position:function(){this.menuWrap.position(e.extend({of:this.button},this.options.position))},close:function(e){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",e))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderMenu:function(t,i){var s=this,n="";e.each(i,function(i,a){a.optgroup!==n&&(e("<li>",{"class":"ui-selectmenu-optgroup ui-menu-divider"+(a.element.parent("optgroup").prop("disabled")?" ui-state-disabled":""),text:a.optgroup}).appendTo(t),n=a.optgroup),s._renderItemData(t,a)})},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-selectmenu-item",t)},_renderItem:function(t,i){var s=e("<li>");return i.disabled&&s.addClass("ui-state-disabled"),this._setText(s,i.label),s.appendTo(t)},_setText:function(e,t){t?e.text(t):e.html("&#160;")},_move:function(e,t){var i,s,n=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex):(i=this.menuItems.eq(this.element[0].selectedIndex),n+=":not(.ui-state-disabled)"),s="first"===e||"last"===e?i["first"===e?"prevAll":"nextAll"](n).eq(-1):i[e+"All"](n).eq(0),s.length&&this.menuInstance.focus(t,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex)},_toggle:function(e){this[this.isOpen?"close":"open"](e)},_setSelection:function(){var e;this.range&&(window.getSelection?(e=window.getSelection(),e.removeAllRanges(),e.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(t){this.isOpen&&(e(t.target).closest(".ui-selectmenu-menu, #"+this.ids.button).length||this.close(t))}},_buttonEvents:{mousedown:function(){var e;window.getSelection?(e=window.getSelection(),e.rangeCount&&(this.range=e.getRangeAt(0))):this.range=document.selection.createRange()},click:function(e){this._setSelection(),this._toggle(e)},keydown:function(t){var i=!0;switch(t.keyCode){case e.ui.keyCode.TAB:case e.ui.keyCode.ESCAPE:this.close(t),i=!1;break;case e.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(t);break;case e.ui.keyCode.UP:t.altKey?this._toggle(t):this._move("prev",t);break;case e.ui.keyCode.DOWN:t.altKey?this._toggle(t):this._move("next",t);break;case e.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(t):this._toggle(t);break;case e.ui.keyCode.LEFT:this._move("prev",t);break;case e.ui.keyCode.RIGHT:this._move("next",t);break;case e.ui.keyCode.HOME:case e.ui.keyCode.PAGE_UP:this._move("first",t);break;case e.ui.keyCode.END:case e.ui.keyCode.PAGE_DOWN:this._move("last",t);break;default:this.menu.trigger(t),i=!1}i&&t.preventDefault()}},_selectFocusedItem:function(e){var t=this.menuItems.eq(this.focusIndex);t.hasClass("ui-state-disabled")||this._select(t.data("ui-selectmenu-item"),e)},_select:function(e,t){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=e.index,this._setText(this.buttonText,e.label),this._setAria(e),this._trigger("select",t,{item:e}),e.index!==i&&this._trigger("change",t,{item:e}),this.close(t)},_setAria:function(e){var t=this.menuItems.eq(e.index).attr("id");this.button.attr({"aria-labelledby":t,"aria-activedescendant":t}),this.menu.attr("aria-activedescendant",t)},_setOption:function(e,t){"icons"===e&&this.button.find("span.ui-icon").removeClass(this.options.icons.button).addClass(t.button),this._super(e,t),"appendTo"===e&&this.menuWrap.appendTo(this._appendTo()),"disabled"===e&&(this.menuInstance.option("disabled",t),this.button.toggleClass("ui-state-disabled",t).attr("aria-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)),"width"===e&&this._resizeButton()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front")),t.length||(t=this.document[0].body),t},_toggleAttr:function(){this.button.toggleClass("ui-corner-top",this.isOpen).toggleClass("ui-corner-all",!this.isOpen).attr("aria-expanded",this.isOpen),this.menuWrap.toggleClass("ui-selectmenu-open",this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var e=this.options.width;e||(e=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(e)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){return{disabled:this.element.prop("disabled")}},_parseOptions:function(t){var i=[];t.each(function(t,s){var n=e(s),a=n.parent("optgroup");i.push({element:n,index:t,value:n.val(),label:n.text(),optgroup:a.attr("label")||"",disabled:a.prop("disabled")||n.prop("disabled")})}),this.items=i},_destroy:function(){this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.label.attr("for",this.ids.element)}}),e.widget("ui.slider",e.ui.mouse,{version:"1.11.4",widgetEventPrefix:"slide",options:{animate:!1,distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget"+" ui-widget-content"+" ui-corner-all"),this._refresh(),this._setOption("disabled",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,i,s=this.options,n=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),a="<span class='ui-slider-handle ui-state-default ui-corner-all' tabindex='0'></span>",o=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),t=n.length;i>t;t++)o.push(a);this.handles=n.add(e(o.join("")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(t){e(this).data("ui-slider-handle-index",t)})},_createRange:function(){var t=this.options,i="";t.range?(t.range===!0&&(t.values?t.values.length&&2!==t.values.length?t.values=[t.values[0],t.values[0]]:e.isArray(t.values)&&(t.values=t.values.slice(0)):t.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass("ui-slider-range-min ui-slider-range-max").css({left:"",bottom:""}):(this.range=e("<div></div>").appendTo(this.element),i="ui-slider-range ui-widget-header ui-corner-all"),this.range.addClass(i+("min"===t.range||"max"===t.range?" ui-slider-range-"+t.range:""))):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all"),this._mouseDestroy()},_mouseCapture:function(t){var i,s,n,a,o,r,h,l,u=this,d=this.options;return d.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:t.pageX,y:t.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(t){var i=Math.abs(s-u.values(t));(n>i||n===i&&(t===u._lastChangedValue||u.values(t)===d.min))&&(n=i,a=e(this),o=t)}),r=this._start(t,o),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=o,a.addClass("ui-state-active").focus(),h=a.offset(),l=!e(t.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:t.pageX-h.left-a.width()/2,top:t.pageY-h.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(t,o,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var t={x:e.pageX,y:e.pageY},i=this._normValueFromMouse(t);return this._slide(e,this._handleIndex,i),!1},_mouseStop:function(e){return this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(e){var t,i,s,n,a;return"horizontal"===this.orientation?(t=this.elementSize.width,i=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(t=this.elementSize.height,i=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/t,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),a=this._valueMin()+s*n,this._trimAlignValue(a)},_start:function(e,t){var i={handle:this.handles[t],value:this.value()};return this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger("start",e,i)},_slide:function(e,t,i){var s,n,a;this.options.values&&this.options.values.length?(s=this.values(t?0:1),2===this.options.values.length&&this.options.range===!0&&(0===t&&i>s||1===t&&s>i)&&(i=s),i!==this.values(t)&&(n=this.values(),n[t]=i,a=this._trigger("slide",e,{handle:this.handles[t],value:i,values:n}),s=this.values(t?0:1),a!==!1&&this.values(t,i))):i!==this.value()&&(a=this._trigger("slide",e,{handle:this.handles[t],value:i}),a!==!1&&this.value(i))},_stop:function(e,t){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger("stop",e,i)},_change:function(e,t){if(!this._keySliding&&!this._mouseSliding){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._lastChangedValue=t,this._trigger("change",e,i)}},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(t,i){var s,n,a;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(i),this._refreshValue(),this._change(null,t),void 0;if(!arguments.length)return this._values();if(!e.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(t):this.value();for(s=this.options.values,n=arguments[0],a=0;s.length>a;a+=1)s[a]=this._trimAlignValue(n[a]),this._change(null,a);this._refreshValue()},_setOption:function(t,i){var s,n=0;switch("range"===t&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),e.isArray(this.options.values)&&(n=this.options.values.length),"disabled"===t&&this.element.toggleClass("ui-state-disabled",!!i),this._super(t,i),t){case"orientation":this._detectOrientation(),this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation),this._refreshValue(),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=0;n>s;s+=1)this._change(null,s);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var t,i,s;if(arguments.length)return t=this.options.values[e],t=this._trimAlignValue(t);if(this.options.values&&this.options.values.length){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(e){if(this._valueMin()>=e)return this._valueMin();if(e>=this._valueMax())return this._valueMax();var t=this.options.step>0?this.options.step:1,i=(e-this._valueMin())%t,s=e-i;return 2*Math.abs(i)>=t&&(s+=i>0?t:-t),parseFloat(s.toFixed(5))},_calculateNewMax:function(){var e=this.options.max,t=this._valueMin(),i=this.options.step,s=Math.floor(+(e-t).toFixed(this._precision())/i)*i;e=s+t,this.max=parseFloat(e.toFixed(this._precision()))},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=""+e,i=t.indexOf(".");return-1===i?0:t.length-i-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshValue:function(){var t,i,s,n,a,o=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,u={};this.options.values&&this.options.values.length?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),u["horizontal"===h.orientation?"left":"bottom"]=i+"%",e(this).stop(1,1)[l?"animate":"css"](u,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-t+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-t+"%"},{queue:!1,duration:r.animate}))),t=i}):(s=this.value(),n=this._valueMin(),a=this._valueMax(),i=a!==n?100*((s-n)/(a-n)):0,u["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](u,r.animate),"min"===o&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===o&&"horizontal"===this.orientation&&this.range[l?"animate":"css"]({width:100-i+"%"},{queue:!1,duration:r.animate}),"min"===o&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===o&&"vertical"===this.orientation&&this.range[l?"animate":"css"]({height:100-i+"%"},{queue:!1,duration:r.animate}))},_handleEvents:{keydown:function(t){var i,s,n,a,o=e(t.target).data("ui-slider-handle-index");switch(t.keyCode){case e.ui.keyCode.HOME:case e.ui.keyCode.END:case e.ui.keyCode.PAGE_UP:case e.ui.keyCode.PAGE_DOWN:case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(t.preventDefault(),!this._keySliding&&(this._keySliding=!0,e(t.target).addClass("ui-state-active"),i=this._start(t,o),i===!1))return}switch(a=this.options.step,s=n=this.options.values&&this.options.values.length?this.values(o):this.value(),t.keyCode){case e.ui.keyCode.HOME:n=this._valueMin();break;case e.ui.keyCode.END:n=this._valueMax();break;case e.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+a);break;case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-a)}this._slide(t,o,n)},keyup:function(t){var i=e(t.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(t,i),this._change(t,i),e(t.target).removeClass("ui-state-active"))}}}),e.widget("ui.sortable",e.ui.mouse,{version:"1.11.4",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,i){return e>=t&&t+i>e},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){this.containerCache={},this.element.addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),"handle"===e&&this._setHandleClassName()},_setHandleClassName:function(){this.element.find(".ui-sortable-handle").removeClass("ui-sortable-handle"),e.each(this.items,function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass("ui-sortable-handle")})},_destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").find(".ui-sortable-handle").removeClass("ui-sortable-handle"),this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(t,i){var s=null,n=!1,a=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(t),e(t.target).parents().each(function(){return e.data(this,a.widgetName+"-item")===a?(s=e(this),!1):void 0}),e.data(t.target,a.widgetName+"-item")===a&&(s=e(t.target)),s?!this.options.handle||i||(e(this.options.handle,s).find("*").addBack().each(function(){this===t.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(t,i,s){var n,a,o=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,o.cursorAt&&this._adjustOffsetFromHelper(o.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),o.containment&&this._setContainment(),o.cursor&&"auto"!==o.cursor&&(a=this.document.find("body"),this.storedCursor=a.css("cursor"),a.css("cursor",o.cursor),this.storedStylesheet=e("<style>*{ cursor: "+o.cursor+" !important; }</style>").appendTo(a)),o.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",o.opacity)),o.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",o.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",t,this._uiHash(this));
-return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this.helper.addClass("ui-sortable-helper"),this._mouseDrag(t),!0},_mouseDrag:function(t){var i,s,n,a,o=this.options,r=!1;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY<o.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+o.scrollSpeed:t.pageY-this.overflowOffset.top<o.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-o.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-t.pageX<o.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+o.scrollSpeed:t.pageX-this.overflowOffset.left<o.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-o.scrollSpeed)):(t.pageY-this.document.scrollTop()<o.scrollSensitivity?r=this.document.scrollTop(this.document.scrollTop()-o.scrollSpeed):this.window.height()-(t.pageY-this.document.scrollTop())<o.scrollSensitivity&&(r=this.document.scrollTop(this.document.scrollTop()+o.scrollSpeed)),t.pageX-this.document.scrollLeft()<o.scrollSensitivity?r=this.document.scrollLeft(this.document.scrollLeft()-o.scrollSpeed):this.window.width()-(t.pageX-this.document.scrollLeft())<o.scrollSensitivity&&(r=this.document.scrollLeft(this.document.scrollLeft()+o.scrollSpeed))),r!==!1&&e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],a=this._intersectsWithPointer(s),a&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===a?"next":"prev"]()[0]!==n&&!e.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!e.contains(this.element[0],n):!0)){if(this.direction=1===a?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(t,s),this._trigger("change",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger("sort",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,i){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var s=this,n=this.placeholder.offset(),a=this.options.axis,o={};a&&"x"!==a||(o.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),a&&"y"!==a||(o.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(o,parseInt(this.options.revert,10)||500,function(){s._clear(t)})}else this._clear(t,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp({target:null}),"original"===this.options.helper?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger("deactivate",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger("out",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var i=this._getItemsAsjQuery(t&&t.connected),s=[];return t=t||{},e(i).each(function(){var i=(e(t.item||this).attr(t.attribute||"id")||"").match(t.expression||/(.+)[\-=_](.+)/);i&&s.push((t.key||i[1]+"[]")+"="+(t.key&&t.expression?i[1]:i[2]))}),!s.length&&t.key&&s.push(t.key+"="),s.join("&")},toArray:function(t){var i=this._getItemsAsjQuery(t&&t.connected),s=[];return t=t||{},i.each(function(){s.push(e(t.item||this).attr(t.attribute||"id")||"")}),s},_intersectsWith:function(e){var t=this.positionAbs.left,i=t+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,a=e.left,o=a+e.width,r=e.top,h=r+e.height,l=this.offset.click.top,u=this.offset.click.left,d="x"===this.options.axis||s+l>r&&h>s+l,c="y"===this.options.axis||t+u>a&&o>t+u,p=d&&c;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?p:t+this.helperProportions.width/2>a&&o>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(e){var t="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),i="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width),s=t&&i,n=this._getDragVerticalDirection(),a=this._getDragHorizontalDirection();return s?this.floating?a&&"right"===a||"down"===n?2:1:n&&("down"===n?2:1):!1},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?"right"===n&&i||"left"===n&&!i:s&&("down"===s&&t||"up"===s&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){function i(){r.push(this)}var s,n,a,o,r=[],h=[],l=this._connectWith();if(l&&t)for(s=l.length-1;s>=0;s--)for(a=e(l[s],this.document[0]),n=a.length-1;n>=0;n--)o=e.data(a[n],this.widgetFullName),o&&o!==this&&!o.options.disabled&&h.push([e.isFunction(o.options.items)?o.options.items.call(o.element):e(o.options.items,o.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),o]);for(h.push([e.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return e(r)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=e.grep(this.items,function(e){for(var i=0;t.length>i;i++)if(t[i]===e.item[0])return!1;return!0})},_refreshItems:function(t){this.items=[],this.containers=[this];var i,s,n,a,o,r,h,l,u=this.items,d=[[e.isFunction(this.options.items)?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],c=this._connectWith();if(c&&this.ready)for(i=c.length-1;i>=0;i--)for(n=e(c[i],this.document[0]),s=n.length-1;s>=0;s--)a=e.data(n[s],this.widgetFullName),a&&a!==this&&!a.options.disabled&&(d.push([e.isFunction(a.options.items)?a.options.items.call(a.element[0],t,{item:this.currentItem}):e(a.options.items,a.element),a]),this.containers.push(a));for(i=d.length-1;i>=0;i--)for(o=d[i][1],r=d[i][0],s=0,l=r.length;l>s;s++)h=e(r[s]),h.data(this.widgetName+"-item",o),u.push({item:h,instance:o,width:0,height:0,left:0,top:0})},refreshPositions:function(t){this.floating=this.items.length?"x"===this.options.axis||this._isFloating(this.items[0].item):!1,this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,a;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?e(this.options.toleranceElement,s.item):s.item,t||(s.width=n.outerWidth(),s.height=n.outerHeight()),a=n.offset(),s.left=a.left,s.top=a.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)a=this.containers[i].element.offset(),this.containers[i].containerCache.left=a.left,this.containers[i].containerCache.top=a.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(t){t=t||this;var i,s=t.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=t.currentItem[0].nodeName.toLowerCase(),n=e("<"+s+">",t.document[0]).addClass(i||t.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper");return"tbody"===s?t._createTrPlaceholder(t.currentItem.find("tr").eq(0),e("<tr>",t.document[0]).appendTo(n)):"tr"===s?t._createTrPlaceholder(t.currentItem,n):"img"===s&&n.attr("src",t.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(e,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css("paddingTop")||0,10)-parseInt(t.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css("paddingLeft")||0,10)-parseInt(t.currentItem.css("paddingRight")||0,10)))}}),t.placeholder=e(s.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),s.placeholder.update(t,t.placeholder)},_createTrPlaceholder:function(t,i){var s=this;t.children().each(function(){e("<td>&#160;</td>",s.document[0]).attr("colspan",e(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(t){var i,s,n,a,o,r,h,l,u,d,c=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!e.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(c&&e.contains(this.containers[i].element[0],c.element[0]))continue;c=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",t,this._uiHash(this)),this.containers[i].containerCache.over=0);if(c)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",t,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,a=null,u=c.floating||this._isFloating(this.currentItem),o=u?"left":"top",r=u?"width":"height",d=u?"clientX":"clientY",s=this.items.length-1;s>=0;s--)e.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[o],l=!1,t[d]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(t[d]-h)&&(n=Math.abs(t[d]-h),a=this.items[s],this.direction=l?"up":"down"));if(!a&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",t,this._uiHash()),this.currentContainer.containerCache.over=1),void 0;a?this._rearrange(t,a,null,!0):this._rearrange(t,null,this.containers[p].element,!0),this._trigger("change",t,this._uiHash()),this.containers[p]._trigger("change",t,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",t,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(t){var i=this.options,s=e.isFunction(i.helper)?e(i.helper.apply(this.element[0],[t,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||e("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&e.ui.ie)&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===n.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===n.containment?this.document.width():this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(t=e(n.containment)[0],i=e(n.containment).offset(),s="hidden"!==e(t).css("overflow"),this.containment=[i.left+(parseInt(e(t).css("borderLeftWidth"),10)||0)+(parseInt(e(t).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(e(t).css("borderTopWidth"),10)||0)+(parseInt(e(t).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css("borderLeftWidth"),10)||0)-(parseInt(e(t).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css("borderTopWidth"),10)||0)-(parseInt(e(t).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,i){i||(i=this.position);var s="absolute"===t?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,a=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():a?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():a?0:n.scrollLeft())*s}},_generatePosition:function(t){var i,s,n=this.options,a=t.pageX,o=t.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(a=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(o=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(a=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(o=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((o-this.originalPageY)/n.grid[1])*n.grid[1],o=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((a-this.originalPageX)/n.grid[0])*n.grid[0],a=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:o-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(e,t,i,s){i?i[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(e,t){function i(e,t,i){return function(s){i._trigger(e,s,t._uiHash(t))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)("auto"===this._storedCSS[s]||"static"===this._storedCSS[s])&&(this._storedCSS[s]="");this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!t&&n.push(function(e){this._trigger("receive",e,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||t||n.push(function(e){this._trigger("update",e,this._uiHash())}),this!==this.currentContainer&&(t||(n.push(function(e){this._trigger("remove",e,this._uiHash())}),n.push(function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)t||n.push(i("deactivate",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i("out",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,t||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!t){for(s=0;n.length>s;s++)n[s].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){e.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(t){var i=t||this;return{helper:i.helper,placeholder:i.placeholder||e([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:t?t.element:null}}}),e.widget("ui.spinner",{version:"1.11.4",defaultElement:"<input>",widgetEventPrefix:"spin",options:{culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var t={},i=this.element;return e.each(["min","max","step"],function(e,s){var n=i.attr(s);void 0!==n&&n.length&&(t[s]=n)}),t},_events:{keydown:function(e){this._start(e)&&this._keydown(e)&&e.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",e),void 0)},mousewheel:function(e,t){if(t){if(!this.spinning&&!this._start(e))return!1;this._spin((t>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(e)},100),e.preventDefault()}},"mousedown .ui-spinner-button":function(t){function i(){var e=this.element[0]===this.document[0].activeElement;e||(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===this.document[0].activeElement?this.previous:this.element.val(),t.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(t)!==!1&&this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(t){return e(t.currentTarget).hasClass("ui-state-active")?this._start(t)===!1?!1:(this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_draw:function(){var e=this.uiSpinner=this.element.addClass("ui-spinner-input").attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml());this.element.attr("role","spinbutton"),this.buttons=e.find(".ui-spinner-button").attr("tabIndex",-1).button().removeClass("ui-corner-all"),this.buttons.height()>Math.ceil(.5*e.height())&&e.height()>0&&e.height(e.height()),this.options.disabled&&this.disable()},_keydown:function(t){var i=this.options,s=e.ui.keyCode;switch(t.keyCode){case s.UP:return this._repeat(null,1,t),!0;case s.DOWN:return this._repeat(null,-1,t),!0;case s.PAGE_UP:return this._repeat(null,i.page,t),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,t),!0}return!1},_uiSpinnerHtml:function(){return"<span class='ui-spinner ui-widget ui-widget-content ui-corner-all'></span>"},_buttonHtml:function(){return"<a class='ui-spinner-button ui-spinner-up ui-corner-tr'><span class='ui-icon "+this.options.icons.up+"'>&#9650;</span>"+"</a>"+"<a class='ui-spinner-button ui-spinner-down ui-corner-br'>"+"<span class='ui-icon "+this.options.icons.down+"'>&#9660;</span>"+"</a>"},_start:function(e){return this.spinning||this._trigger("start",e)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(e,t,i){e=e||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,t,i)},e),this._spin(t*this.options.step,i)},_spin:function(e,t){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+e*this._increment(this.counter)),this.spinning&&this._trigger("spin",t,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(t){var i=this.options.incremental;return i?e.isFunction(i)?i(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=""+e,i=t.indexOf(".");return-1===i?0:t.length-i-1},_adjustValue:function(e){var t,i,s=this.options;return t=null!==s.min?s.min:0,i=e-t,i=Math.round(i/s.step)*s.step,e=t+i,e=parseFloat(e.toFixed(this._precision())),null!==s.max&&e>s.max?s.max:null!==s.min&&s.min>e?s.min:e},_stop:function(e){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",e))},_setOption:function(e,t){if("culture"===e||"numberFormat"===e){var i=this._parse(this.element.val());return this.options[e]=t,this.element.val(this._format(i)),void 0}("max"===e||"min"===e||"step"===e)&&"string"==typeof t&&(t=this._parse(t)),"icons"===e&&(this.buttons.first().find(".ui-icon").removeClass(this.options.icons.up).addClass(t.up),this.buttons.last().find(".ui-icon").removeClass(this.options.icons.down).addClass(t.down)),this._super(e,t),"disabled"===e&&(this.widget().toggleClass("ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable"))},_setOptions:h(function(e){this._super(e)}),_parse:function(e){return"string"==typeof e&&""!==e&&(e=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(e,10,this.options.culture):+e),""===e||isNaN(e)?null:e},_format:function(e){return""===e?"":window.Globalize&&this.options.numberFormat?Globalize.format(e,this.options.numberFormat,this.options.culture):e},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var e=this.value();return null===e?!1:e===this._adjustValue(e)},_value:function(e,t){var i;""!==e&&(i=this._parse(e),null!==i&&(t||(i=this._adjustValue(i)),e=this._format(i))),this.element.val(e),this._refresh()},_destroy:function(){this.element.removeClass("ui-spinner-input").prop("disabled",!1).removeAttr("autocomplete").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:h(function(e){this._stepUp(e)}),_stepUp:function(e){this._start()&&(this._spin((e||1)*this.options.step),this._stop())},stepDown:h(function(e){this._stepDown(e)}),_stepDown:function(e){this._start()&&(this._spin((e||1)*-this.options.step),this._stop())},pageUp:h(function(e){this._stepUp((e||1)*this.options.page)}),pageDown:h(function(e){this._stepDown((e||1)*this.options.page)}),value:function(e){return arguments.length?(h(this._value).call(this,e),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),e.widget("ui.tabs",{version:"1.11.4",delay:300,options:{active:null,collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var e=/#.*$/;return function(t){var i,s;t=t.cloneNode(!1),i=t.href.replace(e,""),s=location.href.replace(e,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return t.hash.length>1&&i===s}}(),_create:function(){var t=this,i=this.options;this.running=!1,this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all").toggleClass("ui-tabs-collapsible",i.collapsible),this._processTabs(),i.active=this._initialActive(),e.isArray(i.disabled)&&(i.disabled=e.unique(i.disabled.concat(e.map(this.tabs.filter(".ui-state-disabled"),function(e){return t.tabs.index(e)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):e(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var t=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===t&&(s&&this.tabs.each(function(i,n){return e(n).attr("aria-controls")===s?(t=i,!1):void 0}),null===t&&(t=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===t||-1===t)&&(t=this.tabs.length?0:!1)),t!==!1&&(t=this.tabs.index(this.tabs.eq(t)),-1===t&&(t=i?!1:0)),!i&&t===!1&&this.anchors.length&&(t=0),t},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):e()}},_tabKeydown:function(t){var i=e(this.document[0].activeElement).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(t)){switch(t.keyCode){case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:s++;break;case e.ui.keyCode.UP:case e.ui.keyCode.LEFT:n=!1,s--;break;case e.ui.keyCode.END:s=this.anchors.length-1;break;case e.ui.keyCode.HOME:s=0;break;case e.ui.keyCode.SPACE:return t.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case e.ui.keyCode.ENTER:return t.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}t.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),t.ctrlKey||t.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(t){this._handlePageNav(t)||t.ctrlKey&&t.keyCode===e.ui.keyCode.UP&&(t.preventDefault(),this.active.focus())},_handlePageNav:function(t){return t.altKey&&t.keyCode===e.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):t.altKey&&t.keyCode===e.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(t,i){function s(){return t>n&&(t=0),0>t&&(t=n),t}for(var n=this.tabs.length-1;-1!==e.inArray(s(),this.options.disabled);)t=i?t+1:t-1;return t},_focusNextTab:function(e,t){return e=this._findNextTab(e,t),this.tabs.eq(e).focus(),e},_setOption:function(e,t){return"active"===e?(this._activate(t),void 0):"disabled"===e?(this._setupDisabled(t),void 0):(this._super(e,t),"collapsible"===e&&(this.element.toggleClass("ui-tabs-collapsible",t),t||this.options.active!==!1||this._activate(0)),"event"===e&&this._setupEvents(t),"heightStyle"===e&&this._setupHeightStyle(t),void 0)},_sanitizeSelector:function(e){return e?e.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var t=this.options,i=this.tablist.children(":has(a[href])");t.disabled=e.map(i.filter(".ui-state-disabled"),function(e){return i.index(e)}),this._processTabs(),t.active!==!1&&this.anchors.length?this.active.length&&!e.contains(this.tablist[0],this.active[0])?this.tabs.length===t.disabled.length?(t.active=!1,this.active=e()):this._activate(this._findNextTab(Math.max(0,t.active-1),!1)):t.active=this.tabs.index(this.active):(t.active=!1,this.active=e()),this._refresh()},_refresh:function(){this._setupDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.addClass("ui-tabs-active ui-state-active").attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var t=this,i=this.tabs,s=this.anchors,n=this.panels;
-this.tablist=this._getList().addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").attr("role","tablist").delegate("> li","mousedown"+this.eventNamespace,function(t){e(this).is(".ui-state-disabled")&&t.preventDefault()}).delegate(".ui-tabs-anchor","focus"+this.eventNamespace,function(){e(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").addClass("ui-state-default ui-corner-top").attr({role:"tab",tabIndex:-1}),this.anchors=this.tabs.map(function(){return e("a",this)[0]}).addClass("ui-tabs-anchor").attr({role:"presentation",tabIndex:-1}),this.panels=e(),this.anchors.each(function(i,s){var n,a,o,r=e(s).uniqueId().attr("id"),h=e(s).closest("li"),l=h.attr("aria-controls");t._isLocal(s)?(n=s.hash,o=n.substring(1),a=t.element.find(t._sanitizeSelector(n))):(o=h.attr("aria-controls")||e({}).uniqueId()[0].id,n="#"+o,a=t.element.find(n),a.length||(a=t._createPanel(o),a.insertAfter(t.panels[i-1]||t.tablist)),a.attr("aria-live","polite")),a.length&&(t.panels=t.panels.add(a)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":o,"aria-labelledby":r}),a.attr("aria-labelledby",r)}),this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").attr("role","tabpanel"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol,ul").eq(0)},_createPanel:function(t){return e("<div>").attr("id",t).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",!0)},_setupDisabled:function(t){e.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1);for(var i,s=0;i=this.tabs[s];s++)t===!0||-1!==e.inArray(s,t)?e(i).addClass("ui-state-disabled").attr("aria-disabled","true"):e(i).removeClass("ui-state-disabled").removeAttr("aria-disabled");this.options.disabled=t},_setupEvents:function(t){var i={};t&&e.each(t.split(" "),function(e,t){i[t]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(e){e.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var i,s=this.element.parent();"fill"===t?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var t=e(this),s=t.css("position");"absolute"!==s&&"fixed"!==s&&(i-=t.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=e(this).outerHeight(!0)}),this.panels.each(function(){e(this).height(Math.max(0,i-e(this).innerHeight()+e(this).height()))}).css("overflow","auto")):"auto"===t&&(i=0,this.panels.each(function(){i=Math.max(i,e(this).height("").height())}).height(i))},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n.closest("li"),o=a[0]===s[0],r=o&&i.collapsible,h=r?e():this._getPanelForTab(a),l=s.length?this._getPanelForTab(s):e(),u={oldTab:s,oldPanel:l,newTab:r?e():a,newPanel:h};t.preventDefault(),a.hasClass("ui-state-disabled")||a.hasClass("ui-tabs-loading")||this.running||o&&!i.collapsible||this._trigger("beforeActivate",t,u)===!1||(i.active=r?!1:this.tabs.index(a),this.active=o?e():a,this.xhr&&this.xhr.abort(),l.length||h.length||e.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(a),t),this._toggle(t,u))},_toggle:function(t,i){function s(){a.running=!1,a._trigger("activate",t,i)}function n(){i.newTab.closest("li").addClass("ui-tabs-active ui-state-active"),o.length&&a.options.show?a._show(o,a.options.show,s):(o.show(),s())}var a=this,o=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),n()}):(i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),o.length&&r.length?i.oldTab.attr("tabIndex",-1):o.length&&this.tabs.filter(function(){return 0===e(this).attr("tabIndex")}).attr("tabIndex",-1),o.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(t){var i,s=this._findActive(t);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return t===!1?e():this.tabs.eq(t)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+e+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.element.removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible"),this.tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").removeAttr("role"),this.anchors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr("tabIndex").removeUniqueId(),this.tablist.unbind(this.eventNamespace),this.tabs.add(this.panels).each(function(){e.data(this,"ui-tabs-destroy")?e(this).remove():e(this).removeClass("ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").removeAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-selected").removeAttr("aria-labelledby").removeAttr("aria-hidden").removeAttr("aria-expanded").removeAttr("role")}),this.tabs.each(function(){var t=e(this),i=t.data("ui-tabs-aria-controls");i?t.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):t.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(t){var i=this.options.disabled;i!==!1&&(void 0===t?i=!1:(t=this._getIndex(t),i=e.isArray(i)?e.map(i,function(e){return e!==t?e:null}):e.map(this.tabs,function(e,i){return i!==t?i:null})),this._setupDisabled(i))},disable:function(t){var i=this.options.disabled;if(i!==!0){if(void 0===t)i=!0;else{if(t=this._getIndex(t),-1!==e.inArray(t,i))return;i=e.isArray(i)?e.merge([t],i).sort():[t]}this._setupDisabled(i)}},load:function(t,i){t=this._getIndex(t);var s=this,n=this.tabs.eq(t),a=n.find(".ui-tabs-anchor"),o=this._getPanelForTab(n),r={tab:n,panel:o},h=function(e,t){"abort"===t&&s.panels.stop(!1,!0),n.removeClass("ui-tabs-loading"),o.removeAttr("aria-busy"),e===s.xhr&&delete s.xhr};this._isLocal(a[0])||(this.xhr=e.ajax(this._ajaxSettings(a,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(n.addClass("ui-tabs-loading"),o.attr("aria-busy","true"),this.xhr.done(function(e,t,n){setTimeout(function(){o.html(e),s._trigger("load",i,r),h(n,t)},1)}).fail(function(e,t){setTimeout(function(){h(e,t)},1)})))},_ajaxSettings:function(t,i,s){var n=this;return{url:t.attr("href"),beforeSend:function(t,a){return n._trigger("beforeLoad",i,e.extend({jqXHR:t,ajaxSettings:a},s))}}},_getPanelForTab:function(t){var i=e(t).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),e.widget("ui.tooltip",{version:"1.11.4",options:{content:function(){var t=e(this).attr("title")||"";return e("<a>").text(t).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,tooltipClass:null,track:!1,close:null,open:null},_addDescribedBy:function(t,i){var s=(t.attr("aria-describedby")||"").split(/\s+/);s.push(i),t.data("ui-tooltip-id",i).attr("aria-describedby",e.trim(s.join(" ")))},_removeDescribedBy:function(t){var i=t.data("ui-tooltip-id"),s=(t.attr("aria-describedby")||"").split(/\s+/),n=e.inArray(i,s);-1!==n&&s.splice(n,1),t.removeData("ui-tooltip-id"),s=e.trim(s.join(" ")),s?t.attr("aria-describedby",s):t.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.options.disabled&&this._disable(),this.liveRegion=e("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body)},_setOption:function(t,i){var s=this;return"disabled"===t?(this[i?"_disable":"_enable"](),this.options[t]=i,void 0):(this._super(t,i),"content"===t&&e.each(this.tooltips,function(e,t){s._updateContent(t.element)}),void 0)},_disable:function(){var t=this;e.each(this.tooltips,function(i,s){var n=e.Event("blur");n.target=n.currentTarget=s.element[0],t.close(n,!0)}),this.element.find(this.options.items).addBack().each(function(){var t=e(this);t.is("[title]")&&t.data("ui-tooltip-title",t.attr("title")).removeAttr("title")})},_enable:function(){this.element.find(this.options.items).addBack().each(function(){var t=e(this);t.data("ui-tooltip-title")&&t.attr("title",t.data("ui-tooltip-title"))})},open:function(t){var i=this,s=e(t?t.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),t&&"mouseover"===t.type&&s.parents().each(function(){var t,s=e(this);s.data("ui-tooltip-open")&&(t=e.Event("blur"),t.target=t.currentTarget=this,i.close(t,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._registerCloseHandlers(t,s),this._updateContent(s,t))},_updateContent:function(e,t){var i,s=this.options.content,n=this,a=t?t.type:null;return"string"==typeof s?this._open(t,e,s):(i=s.call(e[0],function(i){n._delay(function(){e.data("ui-tooltip-open")&&(t&&(t.type=a),this._open(t,e,i))})}),i&&this._open(t,e,i),void 0)},_open:function(t,i,s){function n(e){l.of=e,o.is(":hidden")||o.position(l)}var a,o,r,h,l=e.extend({},this.options.position);if(s){if(a=this._find(i))return a.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(t&&"mouseover"===t.type?i.attr("title",""):i.removeAttr("title")),a=this._tooltip(i),o=a.tooltip,this._addDescribedBy(i,o.attr("id")),o.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),s.clone?(h=s.clone(),h.removeAttr("id").find("[id]").removeAttr("id")):h=s,e("<div>").html(h).appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:n}),n(t)):o.position(e.extend({of:i},this.options.position)),o.hide(),this._show(o,this.options.show),this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){o.is(":visible")&&(n(l.of),clearInterval(r))},e.fx.interval)),this._trigger("open",t,{tooltip:o})}},_registerCloseHandlers:function(t,i){var s={keyup:function(t){if(t.keyCode===e.ui.keyCode.ESCAPE){var s=e.Event(t);s.currentTarget=i[0],this.close(s,!0)}}};i[0]!==this.element[0]&&(s.remove=function(){this._removeTooltip(this._find(i).tooltip)}),t&&"mouseover"!==t.type||(s.mouseleave="close"),t&&"focusin"!==t.type||(s.focusout="close"),this._on(!0,i,s)},close:function(t){var i,s=this,n=e(t?t.currentTarget:this.element),a=this._find(n);return a?(i=a.tooltip,a.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),a.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(e(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),t&&"mouseleave"===t.type&&e.each(this.parents,function(t,i){e(i.element).attr("title",i.title),delete s.parents[t]}),a.closing=!0,this._trigger("close",t,{tooltip:i}),a.hiding||(a.closing=!1)),void 0):(n.removeData("ui-tooltip-open"),void 0)},_tooltip:function(t){var i=e("<div>").attr("role","tooltip").addClass("ui-tooltip ui-widget ui-corner-all ui-widget-content "+(this.options.tooltipClass||"")),s=i.uniqueId().attr("id");return e("<div>").addClass("ui-tooltip-content").appendTo(i),i.appendTo(this.document[0].body),this.tooltips[s]={element:t,tooltip:i}},_find:function(e){var t=e.data("ui-tooltip-id");return t?this.tooltips[t]:null},_removeTooltip:function(e){e.remove(),delete this.tooltips[e.attr("id")]},_destroy:function(){var t=this;e.each(this.tooltips,function(i,s){var n=e.Event("blur"),a=s.element;n.target=n.currentTarget=a[0],t.close(n,!0),e("#"+i).remove(),a.data("ui-tooltip-title")&&(a.attr("title")||a.attr("title",a.data("ui-tooltip-title")),a.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}})});
\ No newline at end of file
diff --git a/js/jquery.textfill.min.js b/js/jquery.textfill.min.js
deleted file mode 100644
index 3ed01dbde34ca21e858e2a941844c9d206ba2dd7..0000000000000000000000000000000000000000
--- a/js/jquery.textfill.min.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-  textfill
- @name      jquery.textfill.js
- @author    Russ Painter
- @author    Yu-Jie Lin
- @author    Alexandre Dantas
- @version   0.6.0
- @date      2014-08-19
- @copyright (c) 2014 Alexandre Dantas
- @copyright (c) 2012-2013 Yu-Jie Lin
- @copyright (c) 2009 Russ Painter
- @license   MIT License
- @homepage  https://github.com/jquery-textfill/jquery-textfill
- @example   http://jquery-textfill.github.io/jquery-textfill/index.html
-*/
-(function(m){m.fn.textfill=function(r){function f(){a.debug&&"undefined"!=typeof console&&"undefined"!=typeof console.debug&&console.debug.apply(console,arguments)}function s(){"undefined"!=typeof console&&"undefined"!=typeof console.warn&&console.warn.apply(console,arguments)}function p(a,b,e,k,n,g){function d(a,b){var c=" / ";a>b?c=" > ":a==b&&(c=" = ");return c}f("[TextFill] "+a+" { font-size: "+b.css("font-size")+",Height: "+b.height()+"px "+d(b.height(),e)+e+"px,Width: "+b.width()+d(b.width(),
-k)+k+",minFontPixels: "+n+"px, maxFontPixels: "+g+"px }")}function q(a,b,e,k,f,g,d,h){for(p(a,b,f,g,d,h);d<h-1;){var l=Math.floor((d+h)/2);b.css("font-size",l);if(e.call(b)<=k){if(d=l,e.call(b)==k)break}else h=l;p(a,b,f,g,d,h)}b.css("font-size",h);e.call(b)<=k&&(d=h,p(a+"* ",b,f,g,d,h));return d}var a=m.extend({debug:!1,maxFontPixels:40,minFontPixels:4,innerTag:"span",widthOnly:!1,success:null,callback:null,fail:null,complete:null,explicitWidth:null,explicitHeight:null,changeLineHeight:!1},r);f("[TextFill] Start Debug");
-this.each(function(){var c=m(a.innerTag+":visible:first",this),b=a.explicitHeight||m(this).height(),e=a.explicitWidth||m(this).width(),k=c.css("font-size"),n=parseFloat(c.css("line-height"))/parseFloat(k);f("[TextFill] Inner text: "+c.text());f("[TextFill] All options: ",a);f("[TextFill] Maximum sizes: { Height: "+b+"px, Width: "+e+"px }");var g=a.minFontPixels,d=0>=a.maxFontPixels?b:a.maxFontPixels,h=void 0;a.widthOnly||(h=q("Height",c,m.fn.height,b,b,e,g,d));var l=void 0,l=q("Width",c,m.fn.width,
-e,b,e,g,d);a.widthOnly?(c.css({"font-size":l,"white-space":"nowrap"}),a.changeLineHeight&&c.parent().css("line-height",n*l+"px")):(g=Math.min(h,l),c.css("font-size",g),a.changeLineHeight&&c.parent().css("line-height",n*g+"px"));f("[TextFill] Finished { Old font-size: "+k+", New font-size: "+c.css("font-size")+" }");c.width()>e||c.height()>b&&!a.widthOnly?(c.css("font-size",k),a.fail&&a.fail(this),f("[TextFill] Failure { Current Width: "+c.width()+", Maximum Width: "+e+", Current Height: "+c.height()+
-", Maximum Height: "+b+" }")):a.success?a.success(this):a.callback&&(s("callback is deprecated, use success, instead"),a.callback(this))});a.complete&&a.complete(this);f("[TextFill] End Debug");return this}})(window.jQuery);
diff --git a/js/layoutloader.js b/js/layoutloader.js
deleted file mode 100644
index a07efe750f328e8c834a3bc1409ca57edd122b4b..0000000000000000000000000000000000000000
--- a/js/layoutloader.js
+++ /dev/null
@@ -1,400 +0,0 @@
-layout = {};
-layout.templates = {};
-layout.cycler = [];
-layout.defaultCycleTime = 3;
-layout.readyCounter = 0;
-layout.resizeLayout = function () {
-    for (var tmp in layout.templates) {
-        tmp = layout.templates[tmp];
-        for (var p in tmp.panels) {
-            p = tmp.panels[p];
-            p.resize();
-        }
-    }
-}
-
-layout.panelJSPrototype = function (js) {
-    js = js.prototype;
-    js.hide = function () {
-
-    };
-    js.show = function () {
-
-    };
-    js.loaded = function () {
-
-    };
-    js.unload = function () {
-
-    }
-    js.checkShowCondition = function () {
-        return 0;
-    }
-    js.resize = function () {
-
-    }
-}
-
-layout.createPanel = function (dom, innerDOM, json) {
-    layout.readyCounter++;
-    this.name = json.name;
-    this.dom = dom;
-    this.innerDOM = innerDOM;
-    this.js = null;
-    this.needResize = false;
-    this.hidden = true;
-    this.config = json.config;
-    this.json = json;
-    /* this.hide=function(){this.js.hide()};
-     this.show=function(){this.js.show()};
-     this.loaded=function(){this.js.loaded()};
-     this.unload=function(){this.js.unload()};*/
-}
-
-/* TODO: Search for a Panel in checkCondition instead of show */
-layout.createCycler = function (dom, panels, duration_, forceDuration) {
-    this.dom = dom;
-    this.duration = duration_ || layout.defaultCycleTime;
-    this.forceDuration = forceDuration || false;
-    var panels = panels || [];
-    var panelIdx = 0;
-    var interval = null;
-    var c = this;
-    this.hidden = false;
-
-
-    var doTick = function () {
-        if (hidden) return;
-        var gefunden = false;
-        for (var i = 1; i <= panels.length; i++) {
-            var j = (i + panelIdx) % panels.length;
-            var panelDuration = panels[j].inner.checkShowCondition();
-			if (panelDuration == 0) {
-				console.log("Layout: Panel skipped");
-			} else if(panelDuration < 0){
-				// TODO access default Duration
-			} else if (panelDuration > 0) {
-                gefunden = true;
-
-                panels[panelIdx].inner.hide();
-                panels[panelIdx].container.css("display", "none");
-
-                var fd = panels[j].inner.json.forceDuration;
-                var realForceDuration = (typeof(fd) == "undefined" ? forceDuration : fd);
-
-                panelIdx = j;
-                panels[panelIdx].container.css("display", "block");
-                var realDuration = (realForceDuration || (panelDuration == 0)) ? (panels[j].inner.json.duration || this.duration) : panelDuration;
-
-                panels[panelIdx].inner.show(realDuration);
-                console.log("Layout: Panelduration " + realDuration);
-                interval = setTimeout(doTick.bind(c), realDuration * 1000);
-                break;
-            }
-        }
-        if (!gefunden) {
-            console.error("Layout: No panel found to show in cycler. Try again in " + layout.defaultCycleTime + " seconds.");
-            interval = setTimeout(doTick.bind(c), layout.defaultCycleTime * 1000);
-        }
-
-    }
-
-    this.hide = function () {
-        hidden = true;
-    }
-    this.show = function (showDuration) {
-        hidden = false;
-        //interval = setTimeout(doTick.bind(this), 1*1000);
-        // panelIdx--;
-        doTick.call(c, showDuration);
-        //showPanel();
-    }
-    this.checkShowCondition = function () {
-
-    }
-}
-
-/* TODO: create a strategy to determinate how to concat the checkShowCondition of the subpanels */
-layout.createYSpliter = function (dom, first, second, cut) {
-    this.dom = dom;
-    this.cut = cut;
-    this.first = first;
-    this.second = second;
-    this.up = first;
-    this.down = second;
-
-    this.up.dom.css("height", (cut) + "%");
-    this.down.dom.css("height", (100.0 - cut) + "%");
-
-    this.hide = function () {
-        this.first.hide();
-        this.second.hide();
-    }
-    this.show = function (duration) {
-        this.first.show(duration);
-        this.second.show(duration);
-    }
-    this.checkShowCondition = function () {
-
-    }
-}
-/* TODO: same as createYSpliter */
-layout.createXSpliter = function (dom, first, second, cut) {
-    this.dom = dom;
-    this.cut = cut;
-    this.first = first;
-    this.second = second;
-    this.left = first;
-    this.right = second;
-
-    this.left.dom.css("width", (cut) + "%");
-    this.right.dom.css("width", (100.0 - cut) + "%");
-
-    this.hide = function () {
-        this.first.hide();
-        this.second.hide();
-    }
-    this.show = function (duration) {
-        this.first.show(duration);
-        this.second.show(duration);
-    }
-    this.checkShowCondition = function () {
-
-    }
-}
-
-layout.processLayout = function (json, container) {
-    switch (json.type) {
-        case "ysplit":
-            var cont = $("<div>").attr("data-container", "split");
-            $(container).append(cont);
-            var first = layout.processLayout(json.up, cont);
-            var second = layout.processLayout(json.down, cont);
-
-            var thisSplit = new layout.createYSpliter(cont, first, second, json.cut);
-
-            return thisSplit;
-        case "xsplit":
-            var cont = $("<div>").attr("data-container", "split");
-            $(container).append(cont);
-            var first = layout.processLayout(json.left, cont);
-            var second = layout.processLayout(json.right, cont);
-
-            var thisSplit = new layout.createXSpliter(cont, first, second, json.cut);
-            return thisSplit;
-        case "cycler":
-            var dom = $("<div>").attr("data-container", "cycler");
-            var myPanels = [];
-
-            $(container).append(dom);
-            json.panels.forEach(function (subpanel) {
-                console.log("Layout: Subpanel "+ subpanel);
-                var subcont = $("<div>").attr("data-container", "cycleContainer");
-                $(dom).append(subcont);
-                var subsubpanel = layout.processLayout(subpanel, subcont);
-                myPanels.push({
-                    "container": subcont,
-                    "inner": subsubpanel
-                });
-            });
-
-            var thisCycler = new layout.createCycler(dom, myPanels, json.duration, json.forceDuration);
-
-            layout.cycler.push(thisCycler);
-            return thisCycler;
-        case "panel":
-            if (json.name == "") {
-                console.error("Layout: " + json);
-            }
-
-            var innerDOM = $("<div>")
-                .attr("data-container", "panel")
-                .attr("data-template", json.name)
-                .attr("data-config", json.config);
-
-            var dom = $("<div>").attr("data-container", "panelContainer").append(innerDOM);
-            $(container).append(dom);
-
-            var panelWrapper = new layout.createPanel(dom, innerDOM, json);
-            layout.insertTemplate(panelWrapper);
-
-            return panelWrapper;
-        default:
-            console.error("Layout: " + json);
-            break;
-    }
-}
-
-
-layout.insertTemplate = function (wrap) {
-
-    if (typeof(layout.templates[wrap.name]) != "undefined") {
-        layout.templates[wrap.name].panels.push(wrap);
-        return;
-    }
-
-
-    layout.templates[wrap.name] =
-    {
-        "name": wrap.name,
-        "template": null,
-        "panels": [wrap],
-        "script": function () {
-        },
-        "css": null,
-        "loadTemplate": function () {
-            var t = this;
-            var e = {};
-            var doMore = function () {
-                if (e.js == null || e.css == null || e.template == null)
-                    return;
-
-                if (e.js != null) {
-                    eval("doStuff = function() {\n" + e.js + "\n}");
-                    t.script = doStuff;
-                    layout.panelJSPrototype(t.script);
-                    doStuff = null;
-                }
-
-                t.template = $.parseHTML(e.template);
-                t.panels.forEach(function (panel) {
-                    panel.innerDOM.append(
-                        $(t.template).clone()
-                    ).ready(function () {
-                        if (t.script == null) {
-
-                        } else {
-                            panel.js = new t.script();
-                            //hide function
-                            panel.hide = function () {
-                                panel.hidden = true;
-                                try {
-                                    panel.js.hide.call(panel.js);
-                                } catch (ex) {
-                                    console.log("Layout: Exception when running hide for " + panel.name + "\n" + ex);
-                                }
-                            }
-                            //show function
-                            panel.show = function (duration) {
-                                panel.hidden = false;
-                                try {
-                                    panel.js.show.call(panel.js, duration);
-                                } catch (ex) {
-                                    console.log("Layout: exception when running show for " + panel.name + "\n" + ex);
-                                }
-                                if (panel.needResize) {
-                                    panel.resize.call(panel.js);
-                                }
-                            };
-                            panel.loaded = function () {
-                                try {
-                                    panel.js.loaded.call(panel.js, panel.innerDOM, panel.config);
-                                } catch (ex) {
-                                    console.log("Layout: exception when running loaded for " + panel.name + "\n" + ex);
-                                }
-                            }
-                            panel.unload = function () {
-                                try {
-                                    panel.js.unload.bind(panel.js);
-                                } catch (ex) {
-                                    console.log("Layout: exception when running unload for " + panel.name + "\n" + ex);
-                                }
-                            }
-                            panel.resize = function () {
-                                if (panel.hidden) {
-                                    panel.needResize = true;
-                                } else {
-                                    panel.needResize = false;
-                                    try {
-                                        panel.js.resize.call(panel.js);
-                                    } catch (ex) {
-                                        console.log("Layout: exception when running resize for " + panel.name + "\n" + ex);
-                                    }
-                                }
-                            }
-                            panel.checkShowCondition = function () {
-                                try {
-                                    var res = panel.js.checkShowCondition.call(panel.js);
-                                } catch (ex) {
-                                    console.log("Layout: exception when running checkShowCondition for " + panel.name + "\n" + ex);
-                                    return -1;
-                                }
-                                if (typeof(res) != "number")
-                                    return 0;
-                                return res;
-                            }
-
-                            panel.js.panel = panel.innerDOM;
-
-                            panel.loaded();
-
-                            layout.readyCounter--;
-                            if (layout.readyCounter == 0) {
-                                layout.startMainLayout();
-                            }
-                        }
-                    });
-                })
-            }
-            var n = this.name;
-            $.get("panels/" + n + "/template.html", function (k) {
-                    console.log("Layout: Get success for template " + n + ".")
-                    e.template = k;
-                    doMore();
-                }, "text")
-                .fail(function () {
-					console.error("Layout: Get failed for template " + n + ".");
-                });
-
-
-            t.css = $("<link>").attr("rel", "stylesheet").attr("href", "panels/" + n + "/style.css").attr("data-template", t.name);
-
-
-            t.css.on("load", function () {
-                console.log("Layout: Get success for style " + n + ".");
-                e.css = t.css;
-                doMore();
-            });
-
-
-            /*.fail(function() {
-            console.error("Layout: Get fail for style " + n + ".");
-             });*/
-
-            $("head").append(t.css);
-
-            $.get("panels/" + n + "/script.js", function (k) {
-                    console.log("Layout: Get success for script " + n + ".")
-                    e.js = k;
-                    doMore();
-                }, "text")
-                .fail(function (e) {
-                    console.error("Layout: Get fail for script " + n + ".");
-                    console.log("Layout: " + e);
-                });
-
-        }
-    }
-
-}
-
-layout.loadLayout = function (layoutname) {
-    var w = "config/layouts/" + layoutname + ".json";
-    console.log("Layout: " + w);
-    $.get(w, function (e) {
-        var mainLayout = layout.processLayout(e, $("[data-container=main]"));
-
-        layout.startMainLayout = function () {
-            $(window).resize(layout.resizeLayout);
-            mainLayout.show();
-            layout.resizeLayout();
-        };
-
-        for (var tmp in layout.templates) {
-            layout.templates[tmp].loadTemplate();
-        }
-
-    }).fail(function () {
-        console.error("Layout: Get fail");
-    });
-}
diff --git a/js/marquee.js b/js/marquee.js
deleted file mode 100644
index 1b1ab54798d9e9a669a8ab1d88bf68f85c6ca6db..0000000000000000000000000000000000000000
--- a/js/marquee.js
+++ /dev/null
@@ -1,38 +0,0 @@
-const
-	MARQUEE_SPEED_PRECISION = 2;				// defines the number of decimal places for speed calculation
-	
-function initMarquee(panel) {
-	var marquee=$(panel).find('marquee');
-	for (var i=0;i<marquee.size();i++) {
-		marqueeToCSS(marquee[i]);
-	}
-}
-
-function marqueeToCSS(marquee) {
-	// TODO insert font and font-size
-	var
-		speed = $(marquee).attr("data-speed") || "1.0",
-		content = $(marquee).html(),
-		result = '';
-	// generate css html
-	result += '<div data-marquee data-css-marquee>';
-	result += '<div data-css-marquee-text>';
-	result += content;
-	result += '</div>';
-	result += '</div>';
-	// create html and replace marquee
-	var element = document.createElement('hidden');
-	$(element).html(result);
-	$(marquee).replaceWith(element);
-	// corrections
-	var text = $(element).find("div[data-css-marquee-text]")[0];
-	$($(element).find("div[data-css-marquee]")[0]).css("user-select","none");
-	var textWidth = $(text).outerWidth();
-	$(text).css("animation",'marquee ' + (textWidth / speed).toFixed(MARQUEE_SPEED_PRECISION) + 's linear infinite');
-	$(text).html(repeatString(content, 5));
-	$(element).replaceWith($(element).html());
-}
-
-function repeatString(str, times) {
-	return (new Array(times + 1)).join(str);
-}
\ No newline at end of file
diff --git a/js/starter.js b/js/starter.js
deleted file mode 100644
index edf6eb50be540281b571f73a0e2e05ccc5add5fd..0000000000000000000000000000000000000000
--- a/js/starter.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Created by tilman on 30.09.15.
- */
-$(document).ready(function(){
-    window.fontsReady = false;
-    WebFont.load( {
-        custom	: {
-            families	: ['time-medium', 'time-fat', 'vrr', "NewCicle", "Lato"]
-        },
-        active	: function() {
-            window.fontsReady = true;
-        }
-    });
-
-    var params = location.search.replace('?','').split('&').reduce(function(s,c){var t=c.split('=');s[t[0]]=t[1];return s;},{});
-    var layoutname = ((typeof(params["layout"])=="undefined" || params["layout"]=="") ? "default" : params["layout"]);
-
-    layout.loadLayout(layoutname);
-});
diff --git a/js/webfontloader.js b/js/webfontloader.js
deleted file mode 100644
index b80242d6d610d04d837eb52aa414b5c528b94387..0000000000000000000000000000000000000000
--- a/js/webfontloader.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Web Font Loader v1.6.3 - (c) Adobe Systems, Google. License: Apache 2.0 */
-(function(){function aa(a,b,c){return a.call.apply(a.bind,arguments)}function ba(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}}function m(a,b,c){m=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?aa:ba;return m.apply(null,arguments)}var n=Date.now||function(){return+new Date};function r(a,b){this.C=a;this.q=b||a;this.D=this.q.document}r.prototype.createElement=function(a,b,c){a=this.D.createElement(a);if(b)for(var d in b)b.hasOwnProperty(d)&&("style"==d?a.style.cssText=b[d]:a.setAttribute(d,b[d]));c&&a.appendChild(this.D.createTextNode(c));return a};function s(a,b,c){a=a.D.getElementsByTagName(b)[0];a||(a=document.documentElement);a&&a.lastChild&&a.insertBefore(c,a.lastChild)}
-function t(a,b,c){b=b||[];c=c||[];for(var d=a.className.split(/\s+/),f=0;f<b.length;f+=1){for(var e=!1,g=0;g<d.length;g+=1)if(b[f]===d[g]){e=!0;break}e||d.push(b[f])}b=[];for(f=0;f<d.length;f+=1){e=!1;for(g=0;g<c.length;g+=1)if(d[f]===c[g]){e=!0;break}e||b.push(d[f])}a.className=b.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function u(a,b){for(var c=a.className.split(/\s+/),d=0,f=c.length;d<f;d++)if(c[d]==b)return!0;return!1}
-function v(a){if("string"===typeof a.ca)return a.ca;var b=a.q.location.protocol;"about:"==b&&(b=a.C.location.protocol);return"https:"==b?"https:":"http:"}function w(a,b){var c=a.createElement("link",{rel:"stylesheet",href:b,media:"all"}),d=!1;c.onload=function(){d||(d=!0)};c.onerror=function(){d||(d=!0)};s(a,"head",c)}
-function x(a,b,c,d){var f=a.D.getElementsByTagName("head")[0];if(f){var e=a.createElement("script",{src:b}),g=!1;e.onload=e.onreadystatechange=function(){g||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(g=!0,c&&c(null),e.onload=e.onreadystatechange=null,"HEAD"==e.parentNode.tagName&&f.removeChild(e))};f.appendChild(e);setTimeout(function(){g||(g=!0,c&&c(Error("Script load timeout")))},d||5E3);return e}return null};function y(a){this.ba=a||"-"}y.prototype.d=function(a){for(var b=[],c=0;c<arguments.length;c++)b.push(arguments[c].replace(/[\W_]+/g,"").toLowerCase());return b.join(this.ba)};function z(a,b){this.U=a;this.M=4;this.G="n";var c=(b||"n4").match(/^([nio])([1-9])$/i);c&&(this.G=c[1],this.M=parseInt(c[2],10))}z.prototype.getName=function(){return this.U};function A(a){return a.G+a.M}function ca(a){var b=4,c="n",d=null;a&&((d=a.match(/(normal|oblique|italic)/i))&&d[1]&&(c=d[1].substr(0,1).toLowerCase()),(d=a.match(/([1-9]00|normal|bold)/i))&&d[1]&&(/bold/i.test(d[1])?b=7:/[1-9]00/.test(d[1])&&(b=parseInt(d[1].substr(0,1),10))));return c+b};function da(a,b){this.a=a;this.j=a.q.document.documentElement;this.I=b;this.f="wf";this.e=new y("-");this.Y=!1!==b.events;this.v=!1!==b.classes}function ea(a){a.v&&t(a.j,[a.e.d(a.f,"loading")]);B(a,"loading")}function C(a){if(a.v){var b=u(a.j,a.e.d(a.f,"active")),c=[],d=[a.e.d(a.f,"loading")];b||c.push(a.e.d(a.f,"inactive"));t(a.j,c,d)}B(a,"inactive")}function B(a,b,c){if(a.Y&&a.I[b])if(c)a.I[b](c.getName(),A(c));else a.I[b]()};function fa(){this.u={}}function ga(a,b,c){var d=[],f;for(f in b)if(b.hasOwnProperty(f)){var e=a.u[f];e&&d.push(e(b[f],c))}return d};function D(a,b){this.a=a;this.A=b;this.g=this.a.createElement("span",{"aria-hidden":"true"},this.A)}function F(a){s(a.a,"body",a.g)}
-function G(a){var b;b=[];for(var c=a.U.split(/,\s*/),d=0;d<c.length;d++){var f=c[d].replace(/['"]/g,"");-1==f.indexOf(" ")?b.push(f):b.push("'"+f+"'")}b=b.join(",");c="normal";"o"===a.G?c="oblique":"i"===a.G&&(c="italic");return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+b+";"+("font-style:"+c+";font-weight:"+(a.M+"00")+";")}
-D.prototype.remove=function(){var a=this.g;a.parentNode&&a.parentNode.removeChild(a)};function H(a,b,c,d,f,e,g){this.N=a;this.aa=b;this.a=c;this.h=d;this.A=g||"BESbswy";this.p={};this.L=f||3E3;this.S=e||null;this.w=this.o=this.m=null;this.m=new D(this.a,this.A);this.o=new D(this.a,this.A);this.w=new D(this.a,this.A);a=new z("serif",A(this.h));a=G(a);this.m.g.style.cssText=a;a=new z("sans-serif",A(this.h));a=G(a);this.o.g.style.cssText=a;a=new z("monospace",A(this.h));a=G(a);this.w.g.style.cssText=a;F(this.m);F(this.o);F(this.w);this.p.serif=this.m.g.offsetWidth;this.p["sans-serif"]=
-this.o.g.offsetWidth;this.p.monospace=this.w.g.offsetWidth}var I={ga:"serif",fa:"sans-serif",ea:"monospace"},J=null;function K(){if(null===J){var a=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);J=!!a&&(536>parseInt(a[1],10)||536===parseInt(a[1],10)&&11>=parseInt(a[2],10))}return J}
-H.prototype.start=function(){this.da=n();var a=new z(this.h.getName()+",serif",A(this.h)),a=G(a);this.m.g.style.cssText=a;a=new z(this.h.getName()+",sans-serif",A(this.h));a=G(a);this.o.g.style.cssText=a;L(this)};function M(a,b,c){for(var d in I)if(I.hasOwnProperty(d)&&b===a.p[I[d]]&&c===a.p[I[d]])return!0;return!1}
-function L(a){var b=a.m.g.offsetWidth,c=a.o.g.offsetWidth,d;(d=b===a.p.serif&&c===a.p["sans-serif"])||(d=K()&&M(a,b,c));d?n()-a.da>=a.L?K()&&M(a,b,c)&&(null===a.S||a.S.hasOwnProperty(a.h.getName()))?N(a,a.N):N(a,a.aa):ha(a):N(a,a.N)}function ha(a){setTimeout(m(function(){L(this)},a),50)}function N(a,b){a.m.remove();a.o.remove();a.w.remove();b(a.h)};function O(a,b,c){this.a=a;this.s=b;this.J=0;this.W=this.R=!1;this.L=c}O.prototype.Z=function(a){var b=this.s;b.v&&t(b.j,[b.e.d(b.f,a.getName(),A(a).toString(),"active")],[b.e.d(b.f,a.getName(),A(a).toString(),"loading"),b.e.d(b.f,a.getName(),A(a).toString(),"inactive")]);B(b,"fontactive",a);this.W=!0;P(this)};
-O.prototype.$=function(a){var b=this.s;if(b.v){var c=u(b.j,b.e.d(b.f,a.getName(),A(a).toString(),"active")),d=[],f=[b.e.d(b.f,a.getName(),A(a).toString(),"loading")];c||d.push(b.e.d(b.f,a.getName(),A(a).toString(),"inactive"));t(b.j,d,f)}B(b,"fontinactive",a);P(this)};function P(a){0==--a.J&&a.R&&(a.W?(a=a.s,a.v&&t(a.j,[a.e.d(a.f,"active")],[a.e.d(a.f,"loading"),a.e.d(a.f,"inactive")]),B(a,"active")):C(a.s))};function Q(a){this.C=a;this.t=new fa;this.T=0;this.O=this.P=!0}Q.prototype.load=function(a){this.a=new r(this.C,a.context||this.C);this.P=!1!==a.events;this.O=!1!==a.classes;ia(this,new da(this.a,a),a)};
-function ja(a,b,c,d,f){var e=0==--a.T;(a.O||a.P)&&setTimeout(function(){var a=f||null,l=d||null||{};if(0===c.length&&e)C(b.s);else{b.J+=c.length;e&&(b.R=e);for(var k=0;k<c.length;k++){var h=c[k],p=l[h.getName()],q=b.s,E=h;q.v&&t(q.j,[q.e.d(q.f,E.getName(),A(E).toString(),"loading")]);B(q,"fontloading",E);q=null;q=new H(m(b.Z,b),m(b.$,b),b.a,h,b.L,a,p);q.start()}}},0)}
-function ia(a,b,c){var d=[],f=c.timeout;ea(b);var d=ga(a.t,c,a.a),e=new O(a.a,b,f);a.T=d.length;b=0;for(c=d.length;b<c;b++)d[b].load(function(b,c,d){ja(a,e,b,c,d)})};function R(a,b,c){this.H=a?a:b+ka;this.k=[];this.K=[];this.X=c||""}var ka="//fonts.googleapis.com/css";R.prototype.d=function(){if(0==this.k.length)throw Error("No fonts to load!");if(-1!=this.H.indexOf("kit="))return this.H;for(var a=this.k.length,b=[],c=0;c<a;c++)b.push(this.k[c].replace(/ /g,"+"));a=this.H+"?family="+b.join("%7C");0<this.K.length&&(a+="&subset="+this.K.join(","));0<this.X.length&&(a+="&text="+encodeURIComponent(this.X));return a};function S(a){this.k=a;this.V=[];this.F={}}
-var T={latin:"BESbswy",cyrillic:"&#1081;&#1103;&#1046;",greek:"&#945;&#946;&#931;",khmer:"&#x1780;&#x1781;&#x1782;",Hanuman:"&#x1780;&#x1781;&#x1782;"},la={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},ma={i:"i",italic:"i",n:"n",normal:"n"},na=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;
-S.prototype.parse=function(){for(var a=this.k.length,b=0;b<a;b++){var c=this.k[b].split(":"),d=c[0].replace(/\+/g," "),f=["n4"];if(2<=c.length){var e;var g=c[1];e=[];if(g)for(var g=g.split(","),l=g.length,k=0;k<l;k++){var h;h=g[k];if(h.match(/^[\w-]+$/))if(h=na.exec(h.toLowerCase()),null==h)h="";else{var p;p=h[1];if(null==p||""==p)p="4";else{var q=la[p];p=q?q:isNaN(p)?"4":p.substr(0,1)}h=h[2];h=[null==h||""==h?"n":ma[h],p].join("")}else h="";h&&e.push(h)}0<e.length&&(f=e);3==c.length&&(c=c[2],e=[],
-c=c?c.split(","):e,0<c.length&&(c=T[c[0]])&&(this.F[d]=c))}this.F[d]||(c=T[d])&&(this.F[d]=c);for(c=0;c<f.length;c+=1)this.V.push(new z(d,f[c]))}};function U(a,b){this.a=a;this.c=b}var oa={Arimo:!0,Cousine:!0,Tinos:!0};U.prototype.load=function(a){for(var b=this.a,c=new R(this.c.api,v(b),this.c.text),d=this.c.families,f=d.length,e=0;e<f;e++){var g=d[e].split(":");3==g.length&&c.K.push(g.pop());var l="";2==g.length&&""!=g[1]&&(l=":");c.k.push(g.join(l))}d=new S(d);d.parse();w(b,c.d());a(d.V,d.F,oa)};function V(a,b){this.a=a;this.c=b;this.Q=[]}V.prototype.B=function(a){var b=this.a;return v(this.a)+(this.c.api||"//f.fontdeck.com/s/css/js/")+(b.q.location.hostname||b.C.location.hostname)+"/"+a+".js"};
-V.prototype.load=function(a){var b=this.c.id,c=this.a.q,d=this;b?(c.__webfontfontdeckmodule__||(c.__webfontfontdeckmodule__={}),c.__webfontfontdeckmodule__[b]=function(b,c){for(var g=0,l=c.fonts.length;g<l;++g){var k=c.fonts[g];d.Q.push(new z(k.name,ca("font-weight:"+k.weight+";font-style:"+k.style)))}a(d.Q)},x(this.a,this.B(b),function(b){b&&a([])})):a([])};function W(a,b){this.a=a;this.c=b}W.prototype.B=function(a){return(this.c.api||"https://use.typekit.net")+"/"+a+".js"};W.prototype.load=function(a){var b=this.c.id,c=this.a.q;b?x(this.a,this.B(b),function(b){if(b)a([]);else if(c.Typekit&&c.Typekit.config&&c.Typekit.config.fn){b=c.Typekit.config.fn;for(var f=[],e=0;e<b.length;e+=2)for(var g=b[e],l=b[e+1],k=0;k<l.length;k++)f.push(new z(g,l[k]));try{c.Typekit.load({events:!1,classes:!1})}catch(h){}a(f)}},2E3):a([])};function X(a,b){this.a=a;this.c=b}X.prototype.B=function(a,b){var c=v(this.a),d=(this.c.api||"fast.fonts.net/jsapi").replace(/^.*http(s?):(\/\/)?/,"");return c+"//"+d+"/"+a+".js"+(b?"?v="+b:"")};X.prototype.load=function(a){var b=this.c.projectId,c=this.c.version;if(b){var d=this.a.q;x(this.a,this.B(b,c),function(c){if(c)a([]);else if(d["__mti_fntLst"+b]){c=d["__mti_fntLst"+b]();var e=[];if(c)for(var g=0;g<c.length;g++)e.push(new z(c[g].fontfamily));a(e)}else a([])}).id="__MonotypeAPIScript__"+b}else a([])};function Y(a,b){this.a=a;this.c=b}Y.prototype.load=function(a){var b,c,d=this.c.urls||[],f=this.c.families||[],e=this.c.testStrings||{};b=0;for(c=d.length;b<c;b++)w(this.a,d[b]);d=[];b=0;for(c=f.length;b<c;b++){var g=f[b].split(":");if(g[1])for(var l=g[1].split(","),k=0;k<l.length;k+=1)d.push(new z(g[0],l[k]));else d.push(new z(g[0]))}a(d,e)};var Z=new Q(window);Z.t.u.custom=function(a,b){return new Y(b,a)};Z.t.u.fontdeck=function(a,b){return new V(b,a)};Z.t.u.monotype=function(a,b){return new X(b,a)};Z.t.u.typekit=function(a,b){return new W(b,a)};Z.t.u.google=function(a,b){return new U(b,a)};var $={load:m(Z.load,Z)};"function"===typeof define&&define.amd?define(function(){return $}):"undefined"!==typeof module&&module.exports?module.exports=$:(window.WebFont=$,window.WebFontConfig&&Z.load(window.WebFontConfig));}());
diff --git a/panels/GameOfLife/script.js b/panels/GameOfLife/script.js
deleted file mode 100644
index dc99d193e8a7c2faee6ff64e9fdb9a73d4205163..0000000000000000000000000000000000000000
--- a/panels/GameOfLife/script.js
+++ /dev/null
@@ -1,659 +0,0 @@
-var GOLData = {
-	field: null,
-    canvas: null,
-    context: null,
-    vAmount: -1,
-	hAmount: -1,
-	sWidth: -1,
-	sHeight: -1,
-	panel: null,
-	config: null,
-	grid: 1
-};
-
-this.loaded=function(panel,config) {
-	console.log("TESTV");
-	GOLData.panel = panel;
-	console.log("TESTN"+panel);
-	GOLData.config = config;
-	GOLinit();
-	GOLdraw();
-	setTimeout(function(){setInterval(function() {GOLiterate(); GOLdraw();}, 500); }, 10000);
-}
-
-this.show=function() {
-}
-
-this.resize=function() {
-}
-
-this.hide = function() {
-}
-
-this.checkShowCondition = function() {
-}
-
-function GOLinit(){
-	//if(GOLData.config[initType] == "random") {
-		//GOLinitRandom();
-		GOLinitText("FACHSCHAFTINFORMATIK");
-	//} WTF config is so doch bullshit
-}
-
-function GOLCreateField(vAmount,hAmount) {
-	GOLData.vAmount = vAmount;
-	GOLData.hAmount = hAmount;
-	var arr = [];
-	for (var i=0; i < vAmount; i++) {
-		arr[i] = [];
-	}
-	GOLData.field = arr;
-}
-
-function GOLinitRandom(){
-	GOLCreateField(500,500);
-	for (var i = 0; i < GOLData.vAmount; i++) {
-		for (var j = 0; j < GOLData.vAmount; j++){
-			GOLData.field[i][j] = GOLrandom(0,3);
-		}
-	}
-}
-
-function GOLrandom(min,max){
-	return Math.floor((Math.random() * max) + min);
-}
-
-function GOLinitStatic(){
-	//Wait4Config
-}
-
-function GOLinitText(text){
-	GOLCreateField(10*6,2*6);
-	for (var i = 0; i < GOLData.vAmount; i++) {
-		for (var j = 0; j < GOLData.vAmount; j++){
-			GOLData.field[i][j] = 0;
-		}
-	}
-	var charsPerLine = Math.floor(GOLData.vAmount/6);
-	var lines = Math.floor(GOLData.hAmount/6);
-	var j = 0;
-	var i = 0;
-	var c = 0;
-	while(i < charsPerLine) {
-		switch(text.charAt(c)){
-			case 'A':
-				monoSpace.A(GOLData.field,i*6,j*6);
-				break;
-			case 'B':
-				monoSpace.B(GOLData.field,i*6,j*6);
-				break;
-			case 'C':
-				monoSpace.C(GOLData.field,i*6,j*6);
-				break;
-			case 'D':
-				monoSpace.D(GOLData.field,i*6,j*6);
-				break;
-			case 'E':
-				monoSpace.E(GOLData.field,i*6,j*6);
-				break;
-			case 'F':
-				monoSpace.F(GOLData.field,i*6,j*6);
-				break;
-			case 'G':
-				monoSpace.G(GOLData.field,i*6,j*6);
-				break;
-			case 'H':
-				monoSpace.H(GOLData.field,i*6,j*6);
-				break;
-			case 'I':
-				monoSpace.I(GOLData.field,i*6,j*6);
-				break;
-			case 'J':
-				monoSpace.J(GOLData.field,i*6,j*6);
-				break;
-			case 'K':
-				monoSpace.K(GOLData.field,i*6,j*6);
-				break;
-			case 'L':
-				monoSpace.L(GOLData.field,i*6,j*6);
-				break;
-			case 'M':
-				monoSpace.M(GOLData.field,i*6,j*6);
-				break;
-			case 'N':
-				monoSpace.N(GOLData.field,i*6,j*6);
-				break;
-			case 'O':
-				monoSpace.O(GOLData.field,i*6,j*6);
-				break;
-			case 'P':
-				monoSpace.P(GOLData.field,i*6,j*6);
-				break;
-			case 'Q':
-				monoSpace.Q(GOLData.field,i*6,j*6);
-				break;
-			case 'R':
-				monoSpace.R(GOLData.field,i*6,j*6);
-				break;
-			case 'S':
-				monoSpace.S(GOLData.field,i*6,j*6);
-				break;
-			case 'T':
-				monoSpace.T(GOLData.field,i*6,j*6);
-				break;
-			case 'U':
-				monoSpace.U(GOLData.field,i*6,j*6);
-				break;
-			case 'V':
-				monoSpace.V(GOLData.field,i*6,j*6);
-				break;
-			case 'W':
-				monoSpace.W(GOLData.field,i*6,j*6);
-				break;
-			case 'X':
-				monoSpace.X(GOLData.field,i*6,j*6);
-				break;
-			case 'Y':
-				monoSpace.Y(GOLData.field,i*6,j*6);
-				break;
-			case 'Z':
-				monoSpace.Z(GOLData.field,i*6,j*6);
-				break;
-		}
-		if(i >= charsPerLine-1){
-			i = 0;
-			j++;
-		} else {
-			i++;
-		}
-		if(j == lines) {
-			break;
-		}
-		c++;
-	}
-}
-
-function GOLiterate() {
-	var temp = GOLData.field.slice(0);
-	for (var i = 0; i < GOLData.vAmount; i++) {
-		for (var j = 0; j < GOLData.vAmount; j++){
-			var cell = temp[i][j];
-			if(cell == 1) {
-				var alife = GOLcountLife(temp,i,j);
-				if (alife < 2){
-					GOLData.field[i][j] = 2;
-				} else if(alife > 3){
-					GOLData.field[i][j] = 2;
-				}
-			} else {
-				var alife = GOLcountLife(temp,i,j);
-				if(alife == 3){
-					GOLData.field[i][j] = 1;
-				}
-			}
-		}
-	}
-}
-
-function GOLisLife(cell){
-	if(cell == 1) {
-		return 1
-	} else {
-		return 0
-	}
-}
-
-function GOLcountLife(temp,x,y){
-	var value = 0;
-	if(x+1 < GOLData.vAmount){
-		if(y+1 < GOLData.hAmount){
-			value += GOLisLife(temp[x+1][y+1]);
-		}
-			value += GOLisLife(temp[x+1][y]);
-		if(y-1 >= 0){
-			value += GOLisLife(temp[x+1][y-1]);
-		}
-	}
-	if(y+1 < GOLData.hAmount){
-		value += GOLisLife(temp[x][y+1]);
-	}
-	if(y-1 >= 0){
-		value += GOLisLife(temp[x][y-1]);
-	}
-	if(x-1 >= 0){
-		if(y+1 < GOLData.hAmount){
-			value += GOLisLife(temp[x-1][y+1]);
-		}
-		value += GOLisLife(temp[x-1][y]);
-		if(y-1 >= 0){
-			value += GOLisLife(temp[x-1][y-1]);
-		}
-	}
-	return value;
-}
-
-function GOLisDead(cell){
-	if(cell == 2) {
-		return 1
-	} else {
-		return 0
-	}
-}
-
-function GOLcountDead(temp,x,y){
-	var value = 0;
-	if(x+1 < GOLData.vAmount){
-		if(y+1 < GOLData.hAmount){
-			value += GOLisDead(temp[x+1][y+1]);
-		}
-			value += GOLisDead(temp[x+1][y]);
-		if(y-1 >= 0){
-			value += GOLisDead(temp[x+1][y-1]);
-		}
-	}
-	if(y+1 < GOLData.hAmount){
-		value += GOLisDead(temp[x][y+1]);
-	}
-	if(y-1 >= 0){
-		value += GOLisDead(temp[x][y-1]);
-	}
-	if(x-1 >= 0){
-		if(y+1 < GOLData.hAmount){
-			value += GOLisDead(temp[x-1][y+1]);
-		}
-		value += GOLisDead(temp[x-1][y]);
-		if(y-1 >= 0){
-			value += GOLisDead(temp[x-1][y-1]);
-		}
-	}
-	return value;
-}
-
-function GOLinitDraw(){
-	GOLData.canvas = document.getElementById("GOLCanvas");
-    GOLData.context = document.getElementById("GOLCanvas").getContext("2d");
-	GOLData.canvas.width = GOLData.panel.width();
-	GOLData.canvas.height = GOLData.panel.height();
-	if(GOLData.grid) {
-		GOLData.sWidth  = (GOLData.canvas.width-(GOLData.vAmount+1)) / GOLData.vAmount;
-		GOLData.sHeight = (GOLData.canvas.height-(GOLData.hAmount+1)) / GOLData.hAmount;
-	} else {
-		GOLData.sWidth  = GOLData.canvas.width / GOLData.vAmount;
-		GOLData.sHeight = GOLData.canvas.height / GOLData.hAmount;
-	}
-}
-
-function GOLdraw() {
-	GOLinitDraw();
-	if(GOLData.grid) {
-		for (var i = 0; i < GOLData.vAmount; i++) {
-			for (var j = 0; j < GOLData.hAmount; j++){
-				GOLdrawSquare((i*GOLData.sWidth)+i+1, (j*GOLData.sHeight)+j+1, GOLData.field[i][j])
-			}
-		}
-		for(var i = 0; i <= GOLData.vAmount;i++) {
-			for(var j = 0; j <= GOLData.hAmount ;j++) {
-				GOLData.context.beginPath();
-				GOLData.context.moveTo(i* GOLData.sWidth + i, 0);
-				GOLData.context.lineTo(i* GOLData.sWidth + i,j * GOLData.sHeight + j);
-				GOLData.context.stroke();
-				GOLData.context.beginPath();
-				GOLData.context.moveTo(0, j * GOLData.sHeight + j);
-				GOLData.context.lineTo(i * GOLData.sWidth + i,j * GOLData.sHeight + j);
-				GOLData.context.stroke();
-			}
-		}
-	} else {
-		for (var i = 0; i < GOLData.vAmount; i++) {
-			for (var j = 0; j < GOLData.hAmount; j++){
-				GOLdrawSquare((i*GOLData.sWidth), (j*GOLData.sHeight), GOLData.field[i][j])
-			}
-		}
-	}
-}
-
-function GOLdrawSquare(x,y,status){
-	switch (status) {
-    case 0:
-        GOLData.context.fillStyle = "#FFFFFF";
-        break;
-    case 1:
-        GOLData.context.fillStyle = "#00FF00";
-        break;
-    case 2:
-        GOLData.context.fillStyle = "#FF0000";
-        break;
-	}
-	GOLData.context.fillRect(x,y,GOLData.sWidth,GOLData.sHeight);
-}
-
-var monoSpace = {
-A: function A(array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-B:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-C:	function (array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-D:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-E:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-F:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+1][y+5] = 1;
-	},
-G:	function (array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-H:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-I:	function (array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+2][y+2] = 1;
-		array[x+2][y+3] = 1;
-		array[x+2][y+4] = 1;
-		array[x+2][y+5] = 1;
-	},
-J:	function (array,x,y){
-		array[x+4][y+1] = 1;
-		array[x+4][y+2] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-K:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+3][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+3][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-L:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-M:	function (array,x,y){
-		array[x+0][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+0][y+2] = 1;
-		array[x+1][y+2] = 1;
-		array[x+3][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+0][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+0][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+0][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-N:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+2][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-O:	function (array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-P:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+1][y+5] = 1;
-	},
-Q:	function (array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+3][y+4] = 1;
-		array[x+2][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-R:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+3][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+4][y+5] = 1;
-	},
-S:	function (array,x,y){
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+2][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+4][y+4] = 1;
-		array[x+1][y+5] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-T:	function (array,x,y){
-		array[x+0][y+1] = 1;
-		array[x+1][y+1] = 1;
-		array[x+2][y+1] = 1;
-		array[x+3][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+2][y+2] = 1;
-		array[x+2][y+3] = 1;
-		array[x+2][y+4] = 1;
-		array[x+2][y+5] = 1;
-	},
-U:	function (array,x,y){
-		array[x+1][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+1][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+4][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+4][y+4] = 1;
-		array[x+2][y+5] = 1;
-		array[x+3][y+5] = 1;
-	},
-V:	function (array,x,y){
-		array[x+0][y+1] = 1;
-		array[x+4][y+1] = 1;
-		array[x+0][y+2] = 1;
-		array[x+4][y+2] = 1;
-		array[x+1][y+3] = 1;
-		array[x+3][y+3] = 1;
-		array[x+1][y+4] = 1;
-		array[x+3][y+4] = 1;
-		array[x+2][y+5] = 1;
-	},
-W:	function W(array,x,y){
-	array[x+0][y+1] = 1;
-	array[x+2][y+1] = 1;
-	array[x+4][y+1] = 1;
-	array[x+0][y+2] = 1;
-	array[x+2][y+2] = 1;
-	array[x+4][y+2] = 1;
-	array[x+0][y+3] = 1;
-	array[x+2][y+3] = 1;
-	array[x+4][y+3] = 1;
-	array[x+1][y+4] = 1;
-	array[x+3][y+4] = 1;
-	array[x+1][y+5] = 1;
-	array[x+3][y+5] = 1;
-	},
-X:	function (array,x,y){
-	array[x+1][y+1] = 1;
-	array[x+4][y+1] = 1;
-	array[x+1][y+2] = 1;
-	array[x+4][y+2] = 1;
-	array[x+2][y+3] = 1;
-	array[x+3][y+3] = 1;
-	array[x+1][y+4] = 1;
-	array[x+4][y+4] = 1;
-	array[x+1][y+5] = 1;
-	array[x+4][y+5] = 1;
-	},
-Y:	function (array,x,y){
-	array[x+1][y+1] = 1;
-	array[x+4][y+1] = 1;
-	array[x+1][y+2] = 1;
-	array[x+4][y+2] = 1;
-	array[x+1][y+3] = 1;
-	array[x+2][y+3] = 1;
-	array[x+3][y+3] = 1;
-	array[x+4][y+3] = 1;
-	array[x+4][y+4] = 1;
-	array[x+1][y+5] = 1;
-	array[x+2][y+5] = 1;
-	array[x+3][y+5] = 1;
-	},
-Z:	function (array,x,y){
-	array[x+1][y+1] = 1;
-	array[x+2][y+1] = 1;
-	array[x+3][y+1] = 1;
-	array[x+4][y+1] = 1;
-	array[x+4][y+2] = 1;
-	array[x+2][y+3] = 1;
-	array[x+3][y+3] = 1;
-	array[x+1][y+4] = 1;
-	array[x+1][y+5] = 1;
-	array[x+2][y+5] = 1;
-	array[x+3][y+5] = 1;
-	array[x+4][y+5] = 1;
-	}
-}
diff --git a/panels/GameOfLife/style.css b/panels/GameOfLife/style.css
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/panels/GameOfLife/style.less b/panels/GameOfLife/style.less
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/panels/GameOfLife/template.html b/panels/GameOfLife/template.html
deleted file mode 100644
index 2ee9a4d6e80d9bc365c4c64dbef4e66129eb55ce..0000000000000000000000000000000000000000
--- a/panels/GameOfLife/template.html
+++ /dev/null
@@ -1 +0,0 @@
-<canvas id="GOLCanvas"/>
diff --git a/panels/clock/background.png b/panels/clock/background.png
deleted file mode 100644
index 26d3c5cf93907ff1d9c1798becb328f7d3f65d28..0000000000000000000000000000000000000000
Binary files a/panels/clock/background.png and /dev/null differ
diff --git a/panels/clock/background.svg b/panels/clock/background.svg
deleted file mode 100644
index 5e3a5ded61438109c27fccfc15421c5d8c953ace..0000000000000000000000000000000000000000
--- a/panels/clock/background.svg
+++ /dev/null
@@ -1,2335 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   data-clock="analog"
-   version="1.1"
-   width="100%"
-   height="100%"
-   viewBox="0 0 200 200"
-   id="svg2"
-   inkscape:version="0.91 r13725"
-   sodipodi:docname="background.svg"
-   inkscape:export-filename="/srv/http/infoscreen/panels/clock/background.png"
-   inkscape:export-xdpi="921"
-   inkscape:export-ydpi="921">
-  <metadata
-     id="metadata68">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <defs
-     id="defs66">
-    <clipPath
-       id="clip0">
-      <rect
-         id="rect7"
-         height="280"
-         width="569" />
-    </clipPath>
-  </defs>
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1600"
-     inkscape:window-height="817"
-     id="namedview64"
-     showgrid="false"
-     showguides="false"
-     inkscape:zoom="1.18"
-     inkscape:cx="-95.046048"
-     inkscape:cy="135.7624"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1"
-     inkscape:current-layer="svg2">
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,200"
-       id="guide5501" />
-    <sodipodi:guide
-       position="200,0"
-       orientation="-200,0"
-       id="guide5503" />
-    <sodipodi:guide
-       position="200,200"
-       orientation="0,-200"
-       id="guide5505" />
-    <sodipodi:guide
-       position="0,200"
-       orientation="200,0"
-       id="guide5507" />
-  </sodipodi:namedview>
-  <g
-     transform="matrix(0.26357406,0,0,0.26357406,34.335212,69.879291)"
-     id="g3417"
-     style="opacity:0.489">
-    <path
-       inkscape:connector-curvature="0"
-       id="path10"
-       d="M 0,0 569,0 569,280 0,280 0,0 Z"
-       style="fill:none;stroke:#fdfdfd;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path14"
-       d="m 273.57756,6.807938 c 10.29797,5.36116 19.08797,13.792343 24.53708,24.058364 -8.07837,-5.96492 -16.68033,-11.191864 -25.53528,-15.92424 0.49101,-2.690353 0.80744,-5.406234 0.9982,-8.134124 z"
-       style="fill:none;stroke:#1c1c1c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path16"
-       d="m 273.57756,6.807938 c 10.29797,5.36116 19.08797,13.792343 24.53708,24.058364 -8.07837,-5.96492 -16.68033,-11.191864 -25.53528,-15.92424 0.49101,-2.690353 0.80744,-5.406234 0.9982,-8.134124 z"
-       style="fill:#1c1c1c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path18"
-       d="m 214.76708,23.763382 c 4.14851,-5.705521 9.35147,-10.860657 15.79383,-13.906265 0.58614,2.55635 1.0588,5.140304 1.33747,7.749954 -5.24016,2.158997 -10.49752,4.666855 -14.56765,8.708389 -2.98301,2.801026 -5.24665,6.27684 -8.33039,8.973892 0.88896,-4.276168 3.41368,-7.935089 5.76674,-11.52597 z"
-       style="fill:none;stroke:#2e2e2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path20"
-       d="m 214.76708,23.763382 c 4.14851,-5.705521 9.35147,-10.860657 15.79383,-13.906265 0.58614,2.55635 1.0588,5.140304 1.33747,7.749954 -5.24016,2.158997 -10.49752,4.666855 -14.56765,8.708389 -2.98301,2.801026 -5.24665,6.27684 -8.33039,8.973892 0.88896,-4.276168 3.41368,-7.935089 5.76674,-11.52597 z"
-       style="fill:#2e2e2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path22"
-       d="m 250.32512,29.567932 c 2.11767,1.652527 3.60869,3.910477 4.84521,6.263825 -6.71975,1.120224 -13.31468,3.241592 -19.05395,6.983078 3.42814,1.068435 7.01425,1.619278 10.36886,2.921722 4.31188,1.963943 6.4357,6.528931 8.47146,10.523483 -3.06559,-3.009109 -5.68734,-6.832596 -9.93081,-8.267334 -4.02668,-1.522461 -8.06488,-3.093261 -12.27688,-4.02095 -2.51831,-0.816055 -4.7517,0.898804 -6.88201,1.958145 -2.94166,1.696747 -6.28598,2.792709 -8.84747,5.079163 -2.59642,3.12149 -3.83928,7.112503 -4.78665,10.996307 -0.79457,-0.706436 -1.58487,-1.413879 -2.37093,-2.12233 -4.55246,-4.551788 -9.92515,-8.263595 -16.0896,-10.255371 -2.53718,8.362198 -1.05861,17.663285 3.44971,25.079392 2.11104,3.546142 5.88847,5.562774 8.46268,8.680588 0.66978,1.98616 0.56187,4.129776 0.7395,6.197067 -4.4556,-0.495575 -9.81024,-1.075272 -12.88368,2.971802 -3.42847,2.685546 -1.92343,7.063324 -1.89682,10.710651 0.20508,3.40037 -0.93814,7.36993 1.80592,10.06187 2.71282,2.81921 2.49965,6.90128 3.8692,10.32379 3.98136,4.52503 8.64646,9.24745 15.02927,9.73065 -2.04051,0.5277 -4.07485,1.06623 -6.11151,1.59533 -2.32122,-2.60079 -4.98311,-4.86287 -7.92885,-6.72184 -3.37903,-1.87239 -3.53912,-6.12341 -4.40585,-9.44839 -0.12264,-0.61731 -0.36791,-1.85193 -0.49053,-2.46924 -1.15658,-0.45992 -2.30888,-0.91911 -3.46023,-1.37865 -0.28122,0.9357 -0.56006,1.87287 -0.83651,2.8115 -4.28906,0.34481 -8.69229,0.13765 -12.86531,1.30105 -2.5335,1.41855 -4.18991,3.94689 -6.40184,5.78105 -2.25198,2.1946 -5.21493,3.78096 -6.86281,6.52294 0.0938,1.34241 0.78338,2.55141 1.22765,3.80336 -3.19301,5.11319 -0.77829,11.12991 -1.7119,16.70642 1.06192,0.33667 2.12564,0.67579 3.19249,1.01504 0.13068,2.51145 0.29009,5.0232 0.53559,7.52892 2.54643,1.43298 4.28622,3.78639 5.71685,6.27283 3.72704,0.55417 7.24523,2.11053 9.64913,5.11018 -3.48618,0.26437 -6.99849,0.11066 -10.43842,-0.50728 -0.88472,-3.96773 -3.10629,-7.51773 -6.97387,-9.11163 -0.1101,-1.14217 -0.19947,-2.28374 -0.26815,-3.4247 0.0378,-1.24043 0.11872,-2.4765 0.24283,-3.70819 -1.08775,0.22308 -2.1739,0.44607 -3.25841,0.66899 -0.0771,-2.92941 0.11196,-5.85432 0.13979,-8.77974 0.13103,-2.17912 -2.12389,-4.024 -1.24938,-6.19401 0.64937,-2.00602 1.80437,-3.78815 2.93619,-5.5474 -1.16742,-0.34889 -2.33018,-0.70471 -3.48826,-1.06744 2.03479,-4.41542 5.78346,-7.52381 9.5007,-10.46843 1.44905,-1.57517 1.50302,-4.27608 3.81669,-5.05986 4.64486,-2.55705 10.13999,-1.81053 15.2269,-1.84958 -0.31181,-1.2074 -0.63438,-2.41025 -0.94899,-3.61258 0.78826,-0.10634 2.36476,-0.31898 3.153,-0.42532 -0.48646,-3.55632 -0.52823,-7.1846 0.41225,-10.67377 -0.90201,-0.71132 -1.79941,-1.42415 -2.69223,-2.13852 1.91632,-6.766845 7.43103,-13.079223 15.01317,-12.7014 0.40437,-1.198548 0.82142,-2.392487 1.25119,-3.581818 -7.61014,-4.847183 -12.48702,-13.568512 -12.6749,-22.578858 -0.0547,-4.308227 -0.29495,-8.704757 0.90546,-12.896499 7.55137,0.356872 13.78218,5.600525 18.73137,10.879257 1.28175,-2.059174 2.06558,-4.365112 1.54837,-6.79895 2.73575,-2.747788 6.09756,-4.679108 9.59837,-6.281281 1.67435,-0.513244 2.04097,-2.356765 2.80342,-3.709198 3.33043,-0.09564 6.66464,0.314667 9.99234,0.07341 1.33461,-1.20874 2.30856,-2.747329 3.58838,-4.009628 2.51012,-0.710785 5.14992,-0.579636 7.73404,-0.669907 -0.32332,-1.272049 -0.63586,-2.545837 -0.92471,-3.823669 2.24112,0.64035 4.45323,1.37088 6.69041,2.041321 -0.53084,-2.101807 -1.17145,-4.173157 -1.63693,-6.289368 z"
-       style="fill:none;stroke:#4a3a21;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path24"
-       d="m 250.32512,29.567932 c 2.11767,1.652527 3.60869,3.910477 4.84521,6.263825 -6.71975,1.120224 -13.31468,3.241592 -19.05395,6.983078 3.42814,1.068435 7.01425,1.619278 10.36886,2.921722 4.31188,1.963943 6.4357,6.528931 8.47146,10.523483 -3.06559,-3.009109 -5.68734,-6.832596 -9.93081,-8.267334 -4.02668,-1.522461 -8.06488,-3.093261 -12.27688,-4.02095 -2.51831,-0.816055 -4.7517,0.898804 -6.88201,1.958145 -2.94166,1.696747 -6.28598,2.792709 -8.84747,5.079163 -2.59642,3.12149 -3.83928,7.112503 -4.78665,10.996307 -0.79457,-0.706436 -1.58487,-1.413879 -2.37093,-2.12233 -4.55246,-4.551788 -9.92515,-8.263595 -16.0896,-10.255371 -2.53718,8.362198 -1.05861,17.663285 3.44971,25.079392 2.11104,3.546142 5.88847,5.562774 8.46268,8.680588 0.66978,1.98616 0.56187,4.129776 0.7395,6.197067 -4.4556,-0.495575 -9.81024,-1.075272 -12.88368,2.971802 -3.42847,2.685546 -1.92343,7.063324 -1.89682,10.710651 0.20508,3.40037 -0.93814,7.36993 1.80592,10.06187 2.71282,2.81921 2.49965,6.90128 3.8692,10.32379 3.98136,4.52503 8.64646,9.24745 15.02927,9.73065 -2.04051,0.5277 -4.07485,1.06623 -6.11151,1.59533 -2.32122,-2.60079 -4.98311,-4.86287 -7.92885,-6.72184 -3.37903,-1.87239 -3.53912,-6.12341 -4.40585,-9.44839 -0.12264,-0.61731 -0.36791,-1.85193 -0.49053,-2.46924 -1.15658,-0.45992 -2.30888,-0.91911 -3.46023,-1.37865 -0.28122,0.9357 -0.56006,1.87287 -0.83651,2.8115 -4.28906,0.34481 -8.69229,0.13765 -12.86531,1.30105 -2.5335,1.41855 -4.18991,3.94689 -6.40184,5.78105 -2.25198,2.1946 -5.21493,3.78096 -6.86281,6.52294 0.0938,1.34241 0.78338,2.55141 1.22765,3.80336 -3.19301,5.11319 -0.77829,11.12991 -1.7119,16.70642 1.06192,0.33667 2.12564,0.67579 3.19249,1.01504 0.13068,2.51145 0.29009,5.0232 0.53559,7.52892 2.54643,1.43298 4.28622,3.78639 5.71685,6.27283 3.72704,0.55417 7.24523,2.11053 9.64913,5.11018 -3.48618,0.26437 -6.99849,0.11066 -10.43842,-0.50728 -0.88472,-3.96773 -3.10629,-7.51773 -6.97387,-9.11163 -0.1101,-1.14217 -0.19947,-2.28374 -0.26815,-3.4247 0.0378,-1.24043 0.11872,-2.4765 0.24283,-3.70819 -1.08775,0.22308 -2.1739,0.44607 -3.25841,0.66899 -0.0771,-2.92941 0.11196,-5.85432 0.13979,-8.77974 0.13103,-2.17912 -2.12389,-4.024 -1.24938,-6.19401 0.64937,-2.00602 1.80437,-3.78815 2.93619,-5.5474 -1.16742,-0.34889 -2.33018,-0.70471 -3.48826,-1.06744 2.03479,-4.41542 5.78346,-7.52381 9.5007,-10.46843 1.44905,-1.57517 1.50302,-4.27608 3.81669,-5.05986 4.64486,-2.55705 10.13999,-1.81053 15.2269,-1.84958 -0.31181,-1.2074 -0.63438,-2.41025 -0.94899,-3.61258 0.78826,-0.10634 2.36476,-0.31898 3.153,-0.42532 -0.48646,-3.55632 -0.52823,-7.1846 0.41225,-10.67377 -0.90201,-0.71132 -1.79941,-1.42415 -2.69223,-2.13852 1.91632,-6.766845 7.43103,-13.079223 15.01317,-12.7014 0.40437,-1.198548 0.82142,-2.392487 1.25119,-3.581818 -7.61014,-4.847183 -12.48702,-13.568512 -12.6749,-22.578858 -0.0547,-4.308227 -0.29495,-8.704757 0.90546,-12.896499 7.55137,0.356872 13.78218,5.600525 18.73137,10.879257 1.28175,-2.059174 2.06558,-4.365112 1.54837,-6.79895 2.73575,-2.747788 6.09756,-4.679108 9.59837,-6.281281 1.67435,-0.513244 2.04097,-2.356765 2.80342,-3.709198 3.33043,-0.09564 6.66464,0.314667 9.99234,0.07341 1.33461,-1.20874 2.30856,-2.747329 3.58838,-4.009628 2.51012,-0.710785 5.14992,-0.579636 7.73404,-0.669907 -0.32332,-1.272049 -0.63586,-2.545837 -0.92471,-3.823669 2.24112,0.64035 4.45323,1.37088 6.69041,2.041321 -0.53084,-2.101807 -1.17145,-4.173157 -1.63693,-6.289368 z"
-       style="fill:#4a3a21;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path26"
-       d="m 256.30219,36.191971 c 0.87577,-1.223664 1.8115,-2.406677 2.79744,-3.547211 0.0733,0.991379 0.21992,2.974152 0.29322,3.965546 3.62221,-0.717896 7.33072,-0.613236 10.9749,-0.105759 -1.1177,0.860275 -2.26974,1.670685 -3.42195,2.476349 0.34793,0.562347 1.04379,1.687042 1.39172,2.24939 -0.95971,-0.482254 -1.91687,-0.96251 -2.87143,-1.44075 0.26999,-0.922348 0.54474,-1.843812 0.82349,-2.764649 -3.34976,0.269394 -6.79603,0.408463 -9.98739,-0.832916 z"
-       style="fill:none;stroke:#3a3a35;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path28"
-       d="m 256.30219,36.191971 c 0.87577,-1.223664 1.8115,-2.406677 2.79744,-3.547211 0.0733,0.991379 0.21992,2.974152 0.29322,3.965546 3.62221,-0.717896 7.33072,-0.613236 10.9749,-0.105759 -1.1177,0.860275 -2.26974,1.670685 -3.42195,2.476349 0.34793,0.562347 1.04379,1.687042 1.39172,2.24939 -0.95971,-0.482254 -1.91687,-0.96251 -2.87143,-1.44075 0.26999,-0.922348 0.54474,-1.843812 0.82349,-2.764649 -3.34976,0.269394 -6.79603,0.408463 -9.98739,-0.832916 z"
-       style="fill:#3a3a35;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path30"
-       d="m 236.11638,42.814835 c 5.73927,-3.741486 12.3342,-5.862854 19.05395,-6.983078 0.28296,0.09006 0.8489,0.270156 1.13186,0.360214 3.19136,1.241379 6.63763,1.10231 9.98739,0.832916 -0.27875,0.920837 -0.5535,1.842301 -0.82349,2.764649 0.95456,0.47824 1.91172,0.958496 2.87143,1.44075 l 0.87894,0.448288 c -4.74216,2.882766 -8.9996,6.879486 -10.71646,12.308761 3.24908,-2.939117 5.9277,-6.538971 9.61478,-8.971283 1.93887,-1.298736 4.35443,-0.418991 6.50305,-0.384384 4.53218,0.518036 8.71965,-2.488464 13.23921,-1.772049 4.27231,1.224747 8.05612,3.66948 11.9951,5.667801 -0.7148,1.420334 -1.42311,2.84169 -2.12524,4.266327 2.37288,3.786575 4.06625,7.939133 5.24542,12.24202 7.09116,-6.407822 14.70197,-13.599961 24.77731,-14.284302 1.34256,6.44397 2.74909,13.870087 -1.26793,19.683243 -3.15956,5.15773 -8.98228,7.39505 -14.15367,9.93251 1.54146,-1.583847 3.00232,-3.26828 4.03514,-5.238266 1.60506,-2.971695 4.35773,-5.049164 6.77658,-7.31958 -5.25335,1.601791 -9.37721,5.279312 -13.23847,9.012955 2.96681,-7.054291 7.78775,-13.000626 13.02287,-18.487946 -2.81063,1.166367 -5.72861,2.520065 -7.45438,5.157608 -2.81547,4.008621 -5.58702,8.177567 -7.21422,12.82695 -0.80922,4.044419 0.50907,8.138443 0.63095,12.203049 6.48694,1.408722 14.24866,2.442078 18.17724,8.498428 1.35859,3.485914 0.78878,7.394424 0.77279,11.054844 0.0664,2.09779 -1.57579,3.58386 -2.62022,5.21734 -1.92983,2.44873 -1.15448,5.79775 -1.63382,8.67389 -0.0742,3.54892 -3.44574,5.61838 -5.36005,8.23509 -2.65336,4.10624 -8.2989,3.10564 -11.67062,6.31493 3.37382,-0.3262 6.8439,-0.62225 9.99779,-1.96339 2.71641,-1.50728 4.8452,-3.85907 6.90687,-6.14046 3.18411,-3.4305 2.51766,-8.51103 2.87277,-12.8122 2.46384,1.81929 5.03321,3.4925 7.55169,5.24012 -3.52591,8.65399 -6.56173,17.60231 -11.49123,25.5939 -3.3356,5.51474 -8.74255,9.22375 -13.01819,13.92464 -2.4819,2.77908 -5.40169,5.14004 -8.6696,6.93226 -0.53069,-1.55496 -1.06403,-3.10406 -1.50882,-4.67932 -0.0525,-1.36615 -0.0382,-2.73099 -0.0245,-4.09334 1.86948,-0.26552 3.74277,-0.53113 5.61813,-0.79861 -0.84643,-4.45592 -0.62272,-9.39432 -3.14006,-13.33338 -3.62314,-3.97387 -8.86067,-5.89482 -13.08072,-9.12994 2.06081,-5.60756 4.43875,-11.10208 7.0877,-16.45633 1.81498,-3.39052 3.84652,-6.97745 7.25665,-8.99185 3.48143,-1.75633 7.47319,-1.91818 11.25303,-2.59 0.63271,-2.26501 1.27337,-4.52749 1.90252,-6.79327 1.42419,0.2872 2.84961,0.57841 4.2812,0.8661 -2.52388,-2.264691 -5.2041,-4.341153 -7.89767,-6.39317 1.17947,3.41748 3.23025,7.6908 0.39331,10.87096 -4.30225,1.73988 -9.691,1.30069 -13.00977,5.04333 -8.44218,8.56662 -10.06882,21.10567 -15.67717,31.31702 -3.83313,5.39978 -9.1593,10.96109 -16.19194,11.35232 -5.09311,0.41056 -9.36124,-2.94252 -14.1792,-3.83424 -4.60782,0.25484 -9.03338,2.89096 -13.72087,1.68776 -6.75047,-1.74774 -13.66275,-6.61084 -14.59262,-14.02075 -1.26727,-8.58654 -0.39532,-17.93224 -5.30649,-25.57404 -2.75102,-4.95427 -8.67526,-6.15773 -12.98091,-9.23692 -1.14203,-2.41579 -0.1483,-5.255678 3.8e-4,-7.812121 -1.66667,1.665863 -3.36531,3.297928 -5.06526,4.928269 2.57397,2.134292 5.11736,4.353792 8.08487,5.940472 3.37848,1.87391 7.18278,3.64545 9.06845,7.2368 4.39209,8.2253 4.45841,17.81873 4.55969,26.91121 -1.38405,0.57849 -2.76754,1.15375 -4.13095,1.7719 -2.28091,1.12846 -4.988,2.32652 -5.95839,4.87602 -0.94226,2.57897 -1.21067,5.33496 -1.64705,8.03008 1.18511,0.45723 2.37278,0.9167 3.56301,1.37843 -0.15485,2.10332 -0.30492,4.20728 -0.44384,6.31415 -4.13593,0.6013 -8.1107,-1.42151 -10.40496,-4.84288 -6.78365,-9.72386 -15.00028,-19.13043 -17.48278,-31.05382 1.18749,-3.17593 4.1737,-5.15749 6.57502,-7.37364 0.86673,3.32498 1.02682,7.576 4.40585,9.44839 2.94574,1.85897 5.60763,4.12105 7.92885,6.72184 2.03666,-0.5291 4.071,-1.06763 6.11151,-1.59533 -6.38281,-0.4832 -11.04791,-5.20562 -15.02927,-9.73065 -1.36955,-3.42251 -1.15638,-7.50458 -3.8692,-10.32379 -2.74406,-2.69194 -1.60084,-6.6615 -1.80592,-10.06187 -0.0266,-3.647327 -1.53165,-8.025105 1.89682,-10.710651 3.07344,-4.047074 8.42808,-3.467377 12.88368,-2.971802 -0.17763,-2.067291 -0.0697,-4.210907 -0.7395,-6.197067 -2.57421,-3.117814 -6.35164,-5.134446 -8.46268,-8.680588 -4.50832,-7.416107 -5.98689,-16.717194 -3.44971,-25.079392 6.16445,1.991776 11.53714,5.703583 16.0896,10.255371 0.25066,2.80336 0.52756,5.604782 0.84304,8.403046 0.55156,-2.083267 1.04371,-4.181152 1.52789,-6.280716 0.94737,-3.883804 2.19023,-7.874817 4.78665,-10.996307 2.56149,-2.286454 5.90581,-3.382416 8.84747,-5.079163 2.13031,-1.059341 4.3637,-2.7742 6.88201,-1.958145 4.212,0.927689 8.2502,2.498489 12.27688,4.02095 4.24347,1.434738 6.86522,5.258225 9.93081,8.267334 -2.03576,-3.994552 -4.15958,-8.55954 -8.47146,-10.523483 -3.35461,-1.302444 -6.94072,-1.853287 -10.36886,-2.921722 z"
-       style="fill:none;stroke:#a67526;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path32"
-       d="m 236.11638,42.814835 c 5.73927,-3.741486 12.3342,-5.862854 19.05395,-6.983078 0.28296,0.09006 0.8489,0.270156 1.13186,0.360214 3.19136,1.241379 6.63763,1.10231 9.98739,0.832916 -0.27875,0.920837 -0.5535,1.842301 -0.82349,2.764649 0.95456,0.47824 1.91172,0.958496 2.87143,1.44075 l 0.87894,0.448288 c -4.74216,2.882766 -8.9996,6.879486 -10.71646,12.308761 3.24908,-2.939117 5.9277,-6.538971 9.61478,-8.971283 1.93887,-1.298736 4.35443,-0.418991 6.50305,-0.384384 4.53218,0.518036 8.71965,-2.488464 13.23921,-1.772049 4.27231,1.224747 8.05612,3.66948 11.9951,5.667801 -0.7148,1.420334 -1.42311,2.84169 -2.12524,4.266327 2.37288,3.786575 4.06625,7.939133 5.24542,12.24202 7.09116,-6.407822 14.70197,-13.599961 24.77731,-14.284302 1.34256,6.44397 2.74909,13.870087 -1.26793,19.683243 -3.15956,5.15773 -8.98228,7.39505 -14.15367,9.93251 1.54146,-1.583847 3.00232,-3.26828 4.03514,-5.238266 1.60506,-2.971695 4.35773,-5.049164 6.77658,-7.31958 -5.25335,1.601791 -9.37721,5.279312 -13.23847,9.012955 2.96681,-7.054291 7.78775,-13.000626 13.02287,-18.487946 -2.81063,1.166367 -5.72861,2.520065 -7.45438,5.157608 -2.81547,4.008621 -5.58702,8.177567 -7.21422,12.82695 -0.80922,4.044419 0.50907,8.138443 0.63095,12.203049 6.48694,1.408722 14.24866,2.442078 18.17724,8.498428 1.35859,3.485914 0.78878,7.394424 0.77279,11.054844 0.0664,2.09779 -1.57579,3.58386 -2.62022,5.21734 -1.92983,2.44873 -1.15448,5.79775 -1.63382,8.67389 -0.0742,3.54892 -3.44574,5.61838 -5.36005,8.23509 -2.65336,4.10624 -8.2989,3.10564 -11.67062,6.31493 3.37382,-0.3262 6.8439,-0.62225 9.99779,-1.96339 2.71641,-1.50728 4.8452,-3.85907 6.90687,-6.14046 3.18411,-3.4305 2.51766,-8.51103 2.87277,-12.8122 2.46384,1.81929 5.03321,3.4925 7.55169,5.24012 -3.52591,8.65399 -6.56173,17.60231 -11.49123,25.5939 -3.3356,5.51474 -8.74255,9.22375 -13.01819,13.92464 -2.4819,2.77908 -5.40169,5.14004 -8.6696,6.93226 -0.53069,-1.55496 -1.06403,-3.10406 -1.50882,-4.67932 -0.0525,-1.36615 -0.0382,-2.73099 -0.0245,-4.09334 1.86948,-0.26552 3.74277,-0.53113 5.61813,-0.79861 -0.84643,-4.45592 -0.62272,-9.39432 -3.14006,-13.33338 -3.62314,-3.97387 -8.86067,-5.89482 -13.08072,-9.12994 2.06081,-5.60756 4.43875,-11.10208 7.0877,-16.45633 1.81498,-3.39052 3.84652,-6.97745 7.25665,-8.99185 3.48143,-1.75633 7.47319,-1.91818 11.25303,-2.59 0.63271,-2.26501 1.27337,-4.52749 1.90252,-6.79327 1.42419,0.2872 2.84961,0.57841 4.2812,0.8661 -2.52388,-2.264691 -5.2041,-4.341153 -7.89767,-6.39317 1.17947,3.41748 3.23025,7.6908 0.39331,10.87096 -4.30225,1.73988 -9.691,1.30069 -13.00977,5.04333 -8.44218,8.56662 -10.06882,21.10567 -15.67717,31.31702 -3.83313,5.39978 -9.1593,10.96109 -16.19194,11.35232 -5.09311,0.41056 -9.36124,-2.94252 -14.1792,-3.83424 -4.60782,0.25484 -9.03338,2.89096 -13.72087,1.68776 -6.75047,-1.74774 -13.66275,-6.61084 -14.59262,-14.02075 -1.26727,-8.58654 -0.39532,-17.93224 -5.30649,-25.57404 -2.75102,-4.95427 -8.67526,-6.15773 -12.98091,-9.23692 -1.14203,-2.41579 -0.1483,-5.255678 3.8e-4,-7.812121 -1.66667,1.665863 -3.36531,3.297928 -5.06526,4.928269 2.57397,2.134292 5.11736,4.353792 8.08487,5.940472 3.37848,1.87391 7.18278,3.64545 9.06845,7.2368 4.39209,8.2253 4.45841,17.81873 4.55969,26.91121 -1.38405,0.57849 -2.76754,1.15375 -4.13095,1.7719 -2.28091,1.12846 -4.988,2.32652 -5.95839,4.87602 -0.94226,2.57897 -1.21067,5.33496 -1.64705,8.03008 1.18511,0.45723 2.37278,0.9167 3.56301,1.37843 -0.15485,2.10332 -0.30492,4.20728 -0.44384,6.31415 -4.13593,0.6013 -8.1107,-1.42151 -10.40496,-4.84288 -6.78365,-9.72386 -15.00028,-19.13043 -17.48278,-31.05382 1.18749,-3.17593 4.1737,-5.15749 6.57502,-7.37364 0.86673,3.32498 1.02682,7.576 4.40585,9.44839 2.94574,1.85897 5.60763,4.12105 7.92885,6.72184 2.03666,-0.5291 4.071,-1.06763 6.11151,-1.59533 -6.38281,-0.4832 -11.04791,-5.20562 -15.02927,-9.73065 -1.36955,-3.42251 -1.15638,-7.50458 -3.8692,-10.32379 -2.74406,-2.69194 -1.60084,-6.6615 -1.80592,-10.06187 -0.0266,-3.647327 -1.53165,-8.025105 1.89682,-10.710651 3.07344,-4.047074 8.42808,-3.467377 12.88368,-2.971802 -0.17763,-2.067291 -0.0697,-4.210907 -0.7395,-6.197067 -2.57421,-3.117814 -6.35164,-5.134446 -8.46268,-8.680588 -4.50832,-7.416107 -5.98689,-16.717194 -3.44971,-25.079392 6.16445,1.991776 11.53714,5.703583 16.0896,10.255371 0.25066,2.80336 0.52756,5.604782 0.84304,8.403046 0.55156,-2.083267 1.04371,-4.181152 1.52789,-6.280716 0.94737,-3.883804 2.19023,-7.874817 4.78665,-10.996307 2.56149,-2.286454 5.90581,-3.382416 8.84747,-5.079163 2.13031,-1.059341 4.3637,-2.7742 6.88201,-1.958145 4.212,0.927689 8.2502,2.498489 12.27688,4.02095 4.24347,1.434738 6.86522,5.258225 9.93081,8.267334 -2.03576,-3.994552 -4.15958,-8.55954 -8.47146,-10.523483 -3.35461,-1.302444 -6.94072,-1.853287 -10.36886,-2.921722 z"
-       style="fill:#a67526;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path34"
-       d="m 269.21646,41.678574 c 2.55589,-0.597184 5.34998,-0.998764 6.64238,1.846862 5.72551,-2.539108 12.14861,-3.332534 18.30934,-2.148285 1.0849,3.971711 6.29102,3.880524 8.23357,7.310135 1.65034,2.028504 -1.47278,2.963776 -2.69769,4.003388 1.91969,2.704239 3.47428,5.636215 4.96267,8.594894 6.42124,-6.084778 13.91342,-11.21373 22.69831,-13.098297 3.67918,4.328018 3.50183,10.392792 3.39195,15.739945 -1.41353,10.036254 -10.97917,16.685195 -20.44685,18.187164 0.63648,1.198517 1.27728,2.396942 1.91012,3.602814 -0.75021,0.674408 -1.49652,1.349929 -2.23891,2.02658 5.4648,0.05391 11.00954,1.562272 15.43001,4.852372 2.74577,2.144775 4.11755,5.456741 5.79163,8.408704 -3.10926,2.53441 -1.50466,6.39488 -1.01381,9.71871 0.53706,1.72363 1.85324,3.07969 2.69087,4.66975 9.4326,-0.11241 19.58826,4.81627 23.88103,13.50356 -0.92121,0.74485 -1.8386,1.49054 -2.75217,2.23703 0.55646,0.52092 1.10738,1.05371 1.65274,1.59837 1.50528,-2.4433 3.60544,-4.48865 5.01071,-6.97936 4.63524,-14.92988 11.94528,-29.761241 24.17153,-39.924846 10.32089,-6.894424 22.35138,-13.296356 35.16285,-11.929245 8.11176,1.963425 15.64637,6.823379 20.11794,13.975571 6.2281,9.631866 10.58157,20.89184 19.7368,28.29556 6.72144,6.14118 16.31091,7.91232 25.14435,7.45081 5.29288,0.31712 10.85562,-0.94849 15.91644,1.0771 -1.58276,3.89479 -3.25017,7.8866 -6.29581,10.89204 0.65206,-3.14224 1.47629,-6.24491 2.44535,-9.30404 -9.48403,2.05922 -18.19654,6.52856 -27.57944,8.92361 -10.70325,-0.0463 -22.0843,-3.09811 -29.58699,-11.14253 -9.14456,-9.78303 -15.88232,-22.25104 -27.82666,-29.074768 -5.09587,-3.332489 -10.79991,-6.516205 -17.1185,-5.96347 -7.70489,0.145401 -14.02872,5.774399 -17.69574,12.149538 -5.38071,9.00854 -7.62244,19.61751 -13.87688,28.14906 -2.41122,3.20152 -4.47705,6.6667 -5.76808,10.4778 4.08927,-3.56177 7.79637,-7.87651 13.17909,-9.49912 -4.76912,3.82221 -9.71899,7.92898 -11.95088,13.827 0.10092,1.40244 0.28261,2.79797 0.54509,4.18659 -0.97531,0.42193 -1.94876,0.83955 -2.92036,1.25286 0.0236,0.51436 0.0707,1.54309 0.0943,2.05745 0.004,4.47852 -2.62711,8.28543 -4.70598,12.05396 -4.24034,2.54416 -7.27234,6.99132 -12.18495,8.36088 -0.71282,0.10006 -2.13842,0.30013 -2.85123,0.40018 3.09821,-4.01758 7.8167,-6.12477 11.58923,-9.36668 1.95473,-1.59133 2.57569,-4.1368 3.42304,-6.38985 0.78097,-0.56233 1.5684,-1.11989 2.3623,-1.67264 1.92601,-7.92088 3.80014,-17.94365 -2.72363,-24.32286 0.80614,-1.33371 1.61752,-2.66409 2.43594,-3.99205 -3.75817,-3.58142 -7.93736,-6.99918 -13.05348,-8.35879 -4.91472,-1.31275 -9.9949,-2.12636 -14.62384,-4.33556 0.0238,0.3985 0.0713,1.1955 0.0951,1.59399 -0.35511,4.30117 0.31134,9.3817 -2.87277,12.8122 -2.06167,2.28139 -4.19046,4.63318 -6.90687,6.14046 -3.15389,1.34114 -6.62397,1.63719 -9.99779,1.96339 3.37172,-3.20929 9.01726,-2.20869 11.67062,-6.31493 1.91431,-2.61671 5.28586,-4.68617 5.36005,-8.23509 0.47934,-2.87614 -0.29601,-6.22516 1.63382,-8.67389 1.04443,-1.63348 2.6866,-3.11955 2.62022,-5.21734 0.016,-3.66042 0.5858,-7.56893 -0.77279,-11.054844 -3.92858,-6.05635 -11.6903,-7.089706 -18.17724,-8.498428 -0.12188,-4.064606 -1.44017,-8.15863 -0.63095,-12.203049 1.6272,-4.649383 4.39875,-8.818329 7.21422,-12.82695 1.72577,-2.637543 4.64375,-3.991241 7.45438,-5.157608 -5.23512,5.48732 -10.05606,11.433655 -13.02287,18.487946 3.86126,-3.733643 7.98512,-7.411164 13.23847,-9.012955 -2.41885,2.270416 -5.17152,4.347885 -6.77658,7.31958 -1.03282,1.969986 -2.49368,3.654419 -4.03514,5.238266 5.17139,-2.53746 10.99411,-4.77478 14.15367,-9.93251 4.01702,-5.813156 2.61049,-13.239273 1.26793,-19.683243 -10.07534,0.684341 -17.68615,7.87648 -24.77731,14.284302 -1.17917,-4.302887 -2.87254,-8.455445 -5.24542,-12.24202 0.70213,-1.424637 1.41044,-2.845993 2.12524,-4.266327 -3.93898,-1.998321 -7.72279,-4.443054 -11.9951,-5.667801 -4.51956,-0.716415 -8.70703,2.290085 -13.23921,1.772049 -2.14862,-0.03461 -4.56418,-0.914352 -6.50305,0.384384 -3.68708,2.432312 -6.3657,6.032166 -9.61478,8.971283 1.71686,-5.429275 5.9743,-9.425995 10.71646,-12.308761 z"
-       style="fill:none;stroke:#594523;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path36"
-       d="m 269.21646,41.678574 c 2.55589,-0.597184 5.34998,-0.998764 6.64238,1.846862 5.72551,-2.539108 12.14861,-3.332534 18.30934,-2.148285 1.0849,3.971711 6.29102,3.880524 8.23357,7.310135 1.65034,2.028504 -1.47278,2.963776 -2.69769,4.003388 1.91969,2.704239 3.47428,5.636215 4.96267,8.594894 6.42124,-6.084778 13.91342,-11.21373 22.69831,-13.098297 3.67918,4.328018 3.50183,10.392792 3.39195,15.739945 -1.41353,10.036254 -10.97917,16.685195 -20.44685,18.187164 0.63648,1.198517 1.27728,2.396942 1.91012,3.602814 -0.75021,0.674408 -1.49652,1.349929 -2.23891,2.02658 5.4648,0.05391 11.00954,1.562272 15.43001,4.852372 2.74577,2.144775 4.11755,5.456741 5.79163,8.408704 -3.10926,2.53441 -1.50466,6.39488 -1.01381,9.71871 0.53706,1.72363 1.85324,3.07969 2.69087,4.66975 9.4326,-0.11241 19.58826,4.81627 23.88103,13.50356 -0.92121,0.74485 -1.8386,1.49054 -2.75217,2.23703 0.55646,0.52092 1.10738,1.05371 1.65274,1.59837 1.50528,-2.4433 3.60544,-4.48865 5.01071,-6.97936 4.63524,-14.92988 11.94528,-29.761241 24.17153,-39.924846 10.32089,-6.894424 22.35138,-13.296356 35.16285,-11.929245 8.11176,1.963425 15.64637,6.823379 20.11794,13.975571 6.2281,9.631866 10.58157,20.89184 19.7368,28.29556 6.72144,6.14118 16.31091,7.91232 25.14435,7.45081 5.29288,0.31712 10.85562,-0.94849 15.91644,1.0771 -1.58276,3.89479 -3.25017,7.8866 -6.29581,10.89204 0.65206,-3.14224 1.47629,-6.24491 2.44535,-9.30404 -9.48403,2.05922 -18.19654,6.52856 -27.57944,8.92361 -10.70325,-0.0463 -22.0843,-3.09811 -29.58699,-11.14253 -9.14456,-9.78303 -15.88232,-22.25104 -27.82666,-29.074768 -5.09587,-3.332489 -10.79991,-6.516205 -17.1185,-5.96347 -7.70489,0.145401 -14.02872,5.774399 -17.69574,12.149538 -5.38071,9.00854 -7.62244,19.61751 -13.87688,28.14906 -2.41122,3.20152 -4.47705,6.6667 -5.76808,10.4778 4.08927,-3.56177 7.79637,-7.87651 13.17909,-9.49912 -4.76912,3.82221 -9.71899,7.92898 -11.95088,13.827 0.10092,1.40244 0.28261,2.79797 0.54509,4.18659 -0.97531,0.42193 -1.94876,0.83955 -2.92036,1.25286 0.0236,0.51436 0.0707,1.54309 0.0943,2.05745 0.004,4.47852 -2.62711,8.28543 -4.70598,12.05396 -4.24034,2.54416 -7.27234,6.99132 -12.18495,8.36088 -0.71282,0.10006 -2.13842,0.30013 -2.85123,0.40018 3.09821,-4.01758 7.8167,-6.12477 11.58923,-9.36668 1.95473,-1.59133 2.57569,-4.1368 3.42304,-6.38985 0.78097,-0.56233 1.5684,-1.11989 2.3623,-1.67264 1.92601,-7.92088 3.80014,-17.94365 -2.72363,-24.32286 0.80614,-1.33371 1.61752,-2.66409 2.43594,-3.99205 -3.75817,-3.58142 -7.93736,-6.99918 -13.05348,-8.35879 -4.91472,-1.31275 -9.9949,-2.12636 -14.62384,-4.33556 0.0238,0.3985 0.0713,1.1955 0.0951,1.59399 -0.35511,4.30117 0.31134,9.3817 -2.87277,12.8122 -2.06167,2.28139 -4.19046,4.63318 -6.90687,6.14046 -3.15389,1.34114 -6.62397,1.63719 -9.99779,1.96339 3.37172,-3.20929 9.01726,-2.20869 11.67062,-6.31493 1.91431,-2.61671 5.28586,-4.68617 5.36005,-8.23509 0.47934,-2.87614 -0.29601,-6.22516 1.63382,-8.67389 1.04443,-1.63348 2.6866,-3.11955 2.62022,-5.21734 0.016,-3.66042 0.5858,-7.56893 -0.77279,-11.054844 -3.92858,-6.05635 -11.6903,-7.089706 -18.17724,-8.498428 -0.12188,-4.064606 -1.44017,-8.15863 -0.63095,-12.203049 1.6272,-4.649383 4.39875,-8.818329 7.21422,-12.82695 1.72577,-2.637543 4.64375,-3.991241 7.45438,-5.157608 -5.23512,5.48732 -10.05606,11.433655 -13.02287,18.487946 3.86126,-3.733643 7.98512,-7.411164 13.23847,-9.012955 -2.41885,2.270416 -5.17152,4.347885 -6.77658,7.31958 -1.03282,1.969986 -2.49368,3.654419 -4.03514,5.238266 5.17139,-2.53746 10.99411,-4.77478 14.15367,-9.93251 4.01702,-5.813156 2.61049,-13.239273 1.26793,-19.683243 -10.07534,0.684341 -17.68615,7.87648 -24.77731,14.284302 -1.17917,-4.302887 -2.87254,-8.455445 -5.24542,-12.24202 0.70213,-1.424637 1.41044,-2.845993 2.12524,-4.266327 -3.93898,-1.998321 -7.72279,-4.443054 -11.9951,-5.667801 -4.51956,-0.716415 -8.70703,2.290085 -13.23921,1.772049 -2.14862,-0.03461 -4.56418,-0.914352 -6.50305,0.384384 -3.68708,2.432312 -6.3657,6.032166 -9.61478,8.971283 1.71686,-5.429275 5.9743,-9.425995 10.71646,-12.308761 z"
-       style="fill:#594523;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path38"
-       d="m 199.01724,56.677094 c 7.26282,4.55812 8.16637,14.188354 7.96324,21.971069 -1.80783,-1.136673 -3.57277,-2.333801 -5.30123,-3.581925 1.46913,-3.477279 -0.292,-6.907928 -1.51751,-10.143234 1.67858,1.970322 3.30297,3.986862 4.97898,5.962158 -0.56173,-5.294098 -3.52556,-9.731353 -6.12348,-14.208068 z"
-       style="fill:none;stroke:#3f3521;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path40"
-       d="m 199.01724,56.677094 c 7.26282,4.55812 8.16637,14.188354 7.96324,21.971069 -1.80783,-1.136673 -3.57277,-2.333801 -5.30123,-3.581925 1.46913,-3.477279 -0.292,-6.907928 -1.51751,-10.143234 1.67858,1.970322 3.30297,3.986862 4.97898,5.962158 -0.56173,-5.294098 -3.52556,-9.731353 -6.12348,-14.208068 z"
-       style="fill:#3f3521;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path42"
-       d="m 229.54298,57.549973 c 4.71283,-0.870438 9.8548,-0.62677 14.10029,1.797912 6.90119,3.751557 11.26254,11.042816 12.69618,18.623642 0.43924,2.878143 0.4712,5.812073 0.16055,8.706284 -0.43076,2.013473 -0.91515,4.015258 -1.3579,6.026703 -3.67549,9.623766 -13.38743,17.612596 -24.1419,15.884046 -8.3801,-1.96344 -15.17426,-8.802107 -17.68924,-16.948332 -1.41782,-4.053375 -1.30542,-8.42044 -1.0717,-12.645904 0.95291,-9.623062 7.68313,-19.008377 17.30372,-21.444351 z"
-       style="fill:none;stroke:#fdfdfd;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path44"
-       d="m 229.54298,57.549973 c 4.71283,-0.870438 9.8548,-0.62677 14.10029,1.797912 6.90119,3.751557 11.26254,11.042816 12.69618,18.623642 0.43924,2.878143 0.4712,5.812073 0.16055,8.706284 -0.43076,2.013473 -0.91515,4.015258 -1.3579,6.026703 -3.67549,9.623766 -13.38743,17.612596 -24.1419,15.884046 -8.3801,-1.96344 -15.17426,-8.802107 -17.68924,-16.948332 -1.41782,-4.053375 -1.30542,-8.42044 -1.0717,-12.645904 0.95291,-9.623062 7.68313,-19.008377 17.30372,-21.444351 z"
-       style="fill:#fdfdfd;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path46"
-       d="m 271.26254,59.256958 c 6.51589,-3.912277 15.25495,-3.401932 21.33297,1.137772 8.90524,6.338012 12.47572,18.095382 10.89854,28.622985 -1.30196,9.824875 -8.03369,19.098465 -17.60713,22.225995 -5.24556,0.64714 -10.90309,0.42073 -15.40723,-2.66382 -4.30824,-2.61473 -7.44444,-6.78346 -9.49802,-11.324763 -0.99873,-2.570114 -1.72668,-5.231232 -2.51526,-7.867844 -0.40234,-3.405014 -0.48368,-6.864303 0.0317,-10.261139 1.3723,-7.948852 5.5856,-15.784622 12.76445,-19.869186 z"
-       style="fill:none;stroke:#fdfdfd;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path48"
-       d="m 271.26254,59.256958 c 6.51589,-3.912277 15.25495,-3.401932 21.33297,1.137772 8.90524,6.338012 12.47572,18.095382 10.89854,28.622985 -1.30196,9.824875 -8.03369,19.098465 -17.60713,22.225995 -5.24556,0.64714 -10.90309,0.42073 -15.40723,-2.66382 -4.30824,-2.61473 -7.44444,-6.78346 -9.49802,-11.324763 -0.99873,-2.570114 -1.72668,-5.231232 -2.51526,-7.867844 -0.40234,-3.405014 -0.48368,-6.864303 0.0317,-10.261139 1.3723,-7.948852 5.5856,-15.784622 12.76445,-19.869186 z"
-       style="fill:#fdfdfd;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path50"
-       d="m 209.86195,59.883041 c 0.78606,0.708451 1.57636,1.415894 2.37093,2.12233 -0.48418,2.099564 -0.97633,4.197449 -1.52789,6.280716 -0.31548,-2.798264 -0.59238,-5.599686 -0.84304,-8.403046 z"
-       style="fill:none;stroke:#111111;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path52"
-       d="m 209.86195,59.883041 c 0.78606,0.708451 1.57636,1.415894 2.37093,2.12233 -0.48418,2.099564 -0.97633,4.197449 -1.52789,6.280716 -0.31548,-2.798264 -0.59238,-5.599686 -0.84304,-8.403046 z"
-       style="fill:#111111;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path54"
-       d="m 401.58554,78.718781 c 8.56961,-3.362092 18.87239,-4.222474 27.07639,0.604064 4.77258,2.332367 8.46472,6.356812 10.99417,10.97345 5.76977,10.206265 11.35066,21.007125 20.59321,28.564285 7.02343,6.19016 16.91823,6.84375 25.80701,7.72299 -7.70077,4.18706 -16.59882,7.41883 -25.46181,5.64318 -6.81938,-1.45006 -13.7478,-4.00635 -18.74563,-9.05306 -6.07198,-5.99207 -11.20258,-12.82728 -16.57018,-19.43057 -6.33458,-7.872225 -15.21442,-13.666033 -24.96065,-16.303453 -7.43197,-1.911392 -14.88665,1.549896 -20.55084,6.181915 5.34158,-7.340805 13.71231,-11.384491 21.81833,-14.902801 z"
-       style="fill:none;stroke:#7f611c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path56"
-       d="m 401.58554,78.718781 c 8.56961,-3.362092 18.87239,-4.222474 27.07639,0.604064 4.77258,2.332367 8.46472,6.356812 10.99417,10.97345 5.76977,10.206265 11.35066,21.007125 20.59321,28.564285 7.02343,6.19016 16.91823,6.84375 25.80701,7.72299 -7.70077,4.18706 -16.59882,7.41883 -25.46181,5.64318 -6.81938,-1.45006 -13.7478,-4.00635 -18.74563,-9.05306 -6.07198,-5.99207 -11.20258,-12.82728 -16.57018,-19.43057 -6.33458,-7.872225 -15.21442,-13.666033 -24.96065,-16.303453 -7.43197,-1.911392 -14.88665,1.549896 -20.55084,6.181915 5.34158,-7.340805 13.71231,-11.384491 21.81833,-14.902801 z"
-       style="fill:#7f611c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path58"
-       d="m 234.56059,78.657669 c 2.1904,-0.379425 4.83586,-0.491959 6.43821,1.347122 4.26565,3.669586 4.22943,9.896866 3.19241,14.962937 -1.17737,3.062957 -3.50028,6.680142 -7.18482,6.601832 -3.08424,0.44722 -5.436,-2.27447 -6.83235,-4.678477 -3.11105,-5.928131 -1.99153,-14.939057 4.38655,-18.233414 z"
-       style="fill:none;stroke:#020202;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path60"
-       d="m 234.56059,78.657669 c 2.1904,-0.379425 4.83586,-0.491959 6.43821,1.347122 4.26565,3.669586 4.22943,9.896866 3.19241,14.962937 -1.17737,3.062957 -3.50028,6.680142 -7.18482,6.601832 -3.08424,0.44722 -5.436,-2.27447 -6.83235,-4.678477 -3.11105,-5.928131 -1.99153,-14.939057 4.38655,-18.233414 z"
-       style="fill:#020202;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path62"
-       d="m 256.33945,77.971527 c 0.71594,0.384567 1.4355,0.76944 2.15864,1.154617 -0.51536,3.396836 -0.43402,6.856125 -0.0317,10.261139 -0.63581,-0.921249 -1.30157,-1.816436 -1.96641,-2.709472 0.31065,-2.894211 0.27869,-5.828141 -0.16055,-8.706284 z"
-       style="fill:none;stroke:#212121;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path64"
-       d="m 256.33945,77.971527 c 0.71594,0.384567 1.4355,0.76944 2.15864,1.154617 -0.51536,3.396836 -0.43402,6.856125 -0.0317,10.261139 -0.63581,-0.921249 -1.30157,-1.816436 -1.96641,-2.709472 0.31065,-2.894211 0.27869,-5.828141 -0.16055,-8.706284 z"
-       style="fill:#212121;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path66"
-       d="m 276.38489,80.39679 c 2.28332,-0.409394 5.06534,-0.402161 6.65039,1.586395 5.19678,5.4841 4.86488,16.038467 -1.58037,20.429915 -4.20981,2.85577 -8.88573,-1.42673 -10.33839,-5.324294 -1.83297,-5.754333 -1.00148,-14.070572 5.26837,-16.692016 z"
-       style="fill:none;stroke:#020202;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path68"
-       d="m 276.38489,80.39679 c 2.28332,-0.409394 5.06534,-0.402161 6.65039,1.586395 5.19678,5.4841 4.86488,16.038467 -1.58037,20.429915 -4.20981,2.85577 -8.88573,-1.42673 -10.33839,-5.324294 -1.83297,-5.754333 -1.00148,-14.070572 5.26837,-16.692016 z"
-       style="fill:#020202;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path70"
-       d="m 235.42427,82.263382 c 2.8123,-0.388382 5.49574,1.706467 4.92374,4.716553 0.31401,3.011093 -4.08338,5.262817 -5.73093,2.388763 -1.74852,-2.262253 -0.48781,-4.998367 0.80719,-7.105316 z"
-       style="fill:none;stroke:#fafafa;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path72"
-       d="m 235.42427,82.263382 c 2.8123,-0.388382 5.49574,1.706467 4.92374,4.716553 0.31401,3.011093 -4.08338,5.262817 -5.73093,2.388763 -1.74852,-2.262253 -0.48781,-4.998367 0.80719,-7.105316 z"
-       style="fill:#fafafa;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path74"
-       d="m 277.49486,83.551163 c 5.46867,-2.195481 6.12639,9.077652 0.74147,8.01622 -3.5035,-0.695481 -3.72334,-6.414292 -0.74147,-8.01622 z"
-       style="fill:none;stroke:#f8f8f8;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path76"
-       d="m 277.49486,83.551163 c 5.46867,-2.195481 6.12639,9.077652 0.74147,8.01622 -3.5035,-0.695481 -3.72334,-6.414292 -0.74147,-8.01622 z"
-       style="fill:#f8f8f8;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path78"
-       d="m 256.5,86.677811 c 0.66484,0.893036 1.3306,1.788223 1.96641,2.709472 0.78858,2.636612 1.51653,5.29773 2.51526,7.867844 -1.36807,0.917404 -2.73718,1.829361 -4.11047,2.734055 -0.58821,-2.426499 -1.2249,-4.840699 -1.7291,-7.284668 0.44275,-2.011445 0.92714,-4.01323 1.3579,-6.026703 z"
-       style="fill:none;stroke:#a67a26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path80"
-       d="m 256.5,86.677811 c 0.66484,0.893036 1.3306,1.788223 1.96641,2.709472 0.78858,2.636612 1.51653,5.29773 2.51526,7.867844 -1.36807,0.917404 -2.73718,1.829361 -4.11047,2.734055 -0.58821,-2.426499 -1.2249,-4.840699 -1.7291,-7.284668 0.44275,-2.011445 0.92714,-4.01323 1.3579,-6.026703 z"
-       style="fill:#a67a26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path82"
-       d="m 377.26448,101.17824 c 3.66702,-6.375139 9.99085,-12.004137 17.69574,-12.149538 6.31859,-0.552735 12.02263,2.630981 17.1185,5.96347 -3.65752,-1.007324 -8.42925,-3.938583 -11.73946,-0.727447 -4.15942,3.828308 -8.08453,7.958255 -11.58705,12.397245 -2.94537,4.04324 -4.7155,9.63092 -2.87962,14.4718 4.27789,3.77926 10.32234,4.64682 14.75525,8.20519 1.04372,1.15202 1.50648,2.68278 2.2095,4.04802 -5.71921,-2.71765 -11.15501,-6.89467 -17.80318,-6.76375 -5.06955,-0.5437 -9.80133,1.51556 -14.23555,3.68275 -5.38272,1.62261 -9.08982,5.93735 -13.17909,9.49912 1.29103,-3.8111 3.35686,-7.27628 5.76808,-10.4778 6.25444,-8.53155 8.49617,-19.14052 13.87688,-28.14906 z"
-       style="fill:none;stroke:#78571e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path84"
-       d="m 377.26448,101.17824 c 3.66702,-6.375139 9.99085,-12.004137 17.69574,-12.149538 6.31859,-0.552735 12.02263,2.630981 17.1185,5.96347 -3.65752,-1.007324 -8.42925,-3.938583 -11.73946,-0.727447 -4.15942,3.828308 -8.08453,7.958255 -11.58705,12.397245 -2.94537,4.04324 -4.7155,9.63092 -2.87962,14.4718 4.27789,3.77926 10.32234,4.64682 14.75525,8.20519 1.04372,1.15202 1.50648,2.68278 2.2095,4.04802 -5.71921,-2.71765 -11.15501,-6.89467 -17.80318,-6.76375 -5.06955,-0.5437 -9.80133,1.51556 -14.23555,3.68275 -5.38272,1.62261 -9.08982,5.93735 -13.17909,9.49912 1.29103,-3.8111 3.35686,-7.27628 5.76808,-10.4778 6.25444,-8.53155 8.49617,-19.14052 13.87688,-28.14906 z"
-       style="fill:#78571e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path86"
-       d="m 400.33926,94.264725 c 3.31021,-3.211136 8.08194,-0.279877 11.73946,0.727447 11.94434,6.823728 18.6821,19.291738 27.82666,29.074768 7.50269,8.04442 18.88374,11.09628 29.58699,11.14253 1.69977,0.0982 3.39766,0.26384 5.1014,0.4233 -0.2017,6.59689 -3.88973,12.83574 -9.17955,16.65612 -6.75219,3.73705 -14.95516,3.66163 -22.29841,1.94877 -4.5679,-1.12299 -9.17608,-2.07177 -13.85031,-2.60073 -4.47569,-1.75859 -7.964,-5.3921 -12.14084,-7.75035 -4.58668,-3.71365 -10.61222,-5.77446 -14.28732,-10.4996 -0.70302,-1.36524 -1.16578,-2.896 -2.2095,-4.04802 -4.43291,-3.55837 -10.47736,-4.42593 -14.75525,-8.20519 -1.83588,-4.84088 -0.0657,-10.42856 2.87962,-14.4718 3.50252,-4.43899 7.42763,-8.568937 11.58705,-12.397245 z"
-       style="fill:none;stroke:#7f611c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path88"
-       d="m 400.33926,94.264725 c 3.31021,-3.211136 8.08194,-0.279877 11.73946,0.727447 11.94434,6.823728 18.6821,19.291738 27.82666,29.074768 7.50269,8.04442 18.88374,11.09628 29.58699,11.14253 1.69977,0.0982 3.39766,0.26384 5.1014,0.4233 -0.2017,6.59689 -3.88973,12.83574 -9.17955,16.65612 -6.75219,3.73705 -14.95516,3.66163 -22.29841,1.94877 -4.5679,-1.12299 -9.17608,-2.07177 -13.85031,-2.60073 -4.47569,-1.75859 -7.964,-5.3921 -12.14084,-7.75035 -4.58668,-3.71365 -10.61222,-5.77446 -14.28732,-10.4996 -0.70302,-1.36524 -1.16578,-2.896 -2.2095,-4.04802 -4.43291,-3.55837 -10.47736,-4.42593 -14.75525,-8.20519 -1.83588,-4.84088 -0.0657,-10.42856 2.87962,-14.4718 3.50252,-4.43899 7.42763,-8.568937 11.58705,-12.397245 z"
-       style="fill:#7f611c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path90"
-       d="m 255.1421,92.704514 c 0.5042,2.443969 1.14089,4.858169 1.7291,7.284668 1.37329,-0.904694 2.7424,-1.816651 4.11047,-2.734055 2.05358,4.541303 5.18978,8.710033 9.49802,11.324763 4.50414,3.08455 10.16167,3.31096 15.40723,2.66382 -3.50853,2.2172 -8.05806,0.46433 -11.9742,0.54216 2.73142,3.54273 5.05318,7.77082 3.78134,12.38877 -0.59457,-2.87885 -0.7312,-5.98346 -2.29304,-8.55332 -2.31229,-3.45662 -6.15458,-5.45198 -9.91927,-6.93847 -1.8139,-0.62691 -3.64786,-1.18758 -5.50035,-1.66866 2.13931,0.12012 4.28403,0.13896 6.4321,0.1471 -1.99564,-2.28815 -3.95099,-5.44526 -7.39379,-5.37351 -3.84965,-0.56264 -7.31099,1.44722 -10.39784,3.46173 3.48183,0.62972 6.97437,1.224 10.48761,1.67577 -4.18486,-0.17282 -8.37829,0.12761 -12.50848,0.79356 -3.54436,0.58255 -6.94609,1.84364 -10.15891,3.42275 -1.82267,-0.83887 -3.6468,-1.66718 -5.44189,-2.55303 10.75447,1.72855 20.46641,-6.26028 24.1419,-15.884046 z"
-       style="fill:none;stroke:#5c4728;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path92"
-       d="m 255.1421,92.704514 c 0.5042,2.443969 1.14089,4.858169 1.7291,7.284668 1.37329,-0.904694 2.7424,-1.816651 4.11047,-2.734055 2.05358,4.541303 5.18978,8.710033 9.49802,11.324763 4.50414,3.08455 10.16167,3.31096 15.40723,2.66382 -3.50853,2.2172 -8.05806,0.46433 -11.9742,0.54216 2.73142,3.54273 5.05318,7.77082 3.78134,12.38877 -0.59457,-2.87885 -0.7312,-5.98346 -2.29304,-8.55332 -2.31229,-3.45662 -6.15458,-5.45198 -9.91927,-6.93847 -1.8139,-0.62691 -3.64786,-1.18758 -5.50035,-1.66866 2.13931,0.12012 4.28403,0.13896 6.4321,0.1471 -1.99564,-2.28815 -3.95099,-5.44526 -7.39379,-5.37351 -3.84965,-0.56264 -7.31099,1.44722 -10.39784,3.46173 3.48183,0.62972 6.97437,1.224 10.48761,1.67577 -4.18486,-0.17282 -8.37829,0.12761 -12.50848,0.79356 -3.54436,0.58255 -6.94609,1.84364 -10.15891,3.42275 -1.82267,-0.83887 -3.6468,-1.66718 -5.44189,-2.55303 10.75447,1.72855 20.46641,-6.26028 24.1419,-15.884046 z"
-       style="fill:#5c4728;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path94"
-       d="m 202.11885,99.619858 c 1.69995,-1.630341 3.39859,-3.262406 5.06526,-4.928269 -0.14868,2.556443 -1.14241,5.396331 -3.8e-4,7.812121 4.30565,3.07919 10.22989,4.28265 12.98091,9.23692 4.91117,7.6418 4.03922,16.9875 5.30649,25.57404 0.92987,7.40991 7.84215,12.27301 14.59262,14.02075 4.68749,1.2032 9.11305,-1.43292 13.72087,-1.68776 4.81796,0.89172 9.08609,4.2448 14.1792,3.83424 7.03264,-0.39123 12.35881,-5.95254 16.19194,-11.35232 5.60835,-10.21135 7.23499,-22.7504 15.67717,-31.31702 3.31877,-3.74264 8.70752,-3.30345 13.00977,-5.04333 2.83694,-3.18016 0.78616,-7.45348 -0.39331,-10.87096 2.69357,2.052017 5.37379,4.128479 7.89767,6.39317 -1.43159,-0.28769 -2.85701,-0.5789 -4.2812,-0.8661 -0.62915,2.26578 -1.26981,4.52826 -1.90252,6.79327 -3.77984,0.67182 -7.7716,0.83367 -11.25303,2.59 -3.41013,2.0144 -5.44167,5.60133 -7.25665,8.99185 -2.64895,5.35425 -5.02689,10.84877 -7.0877,16.45633 -0.39949,1.10214 -0.78082,2.21114 -1.19661,3.30818 -2.89598,7.28977 -9.22689,12.5007 -15.82937,16.35788 0.0894,6.44737 -0.80986,12.83698 -1.14986,19.26291 6.73979,0.0302 13.50604,0.42197 20.23154,-0.18494 1.89735,-0.78219 3.72551,-1.72285 5.57767,-2.61073 4.61312,-2.41321 9.95108,-1.785 14.91345,-2.79019 2.90449,-0.31445 5.921,-1.48933 8.81938,-0.61728 1.81242,1.60805 2.51953,4.05833 3.63679,6.14255 -0.43254,0.0154 -1.29763,0.0463 -1.73017,0.0617 -0.85227,-1.5993 -1.5694,-3.27519 -2.60975,-4.75874 -1.87469,-1.28746 -4.22885,-0.29433 -5.9702,0.71897 -2.52146,1.43054 -2.41481,4.72268 -3.19055,7.16476 3.57968,1.31885 7.11991,0.297 9.98107,-2.03835 3.05749,0.35024 6.12665,0.64518 9.21101,0.68021 -4.21925,0.25446 -8.31604,1.33859 -12.20587,2.95555 -2.92244,1.24423 -6.10492,0.30097 -9.12422,0.0982 -3.88953,-0.50198 -7.91393,0.0637 -11.68573,-1.2206 -3.3123,-1.05834 -6.78324,-1.45416 -10.24842,-1.37184 -6.25502,0.14856 -12.78108,-0.84167 -18.71282,1.69475 -7.36335,2.55553 -15.5403,2.01593 -22.93091,-0.1521 -7.90673,-2.39355 -16.28252,-1.22854 -24.41059,-1.54625 -5.13231,-0.34352 -9.62323,4.0943 -14.77061,2.02606 0.38359,2.66323 0.6795,5.3389 0.91946,8.02163 -2.55008,0.44512 -5.09982,0.88591 -7.63261,1.40712 2.18075,0.46489 4.38489,0.82774 6.61111,1.02012 1.84389,2.18326 3.38077,4.59892 4.73363,7.11514 -1.25574,2.95351 -1.78922,7.26075 -5.4769,8.15461 -4.94325,1.26562 -10.11278,0.55189 -15.14053,0.34582 0.006,-3.14195 0.18297,-6.27977 0.53384,-9.39972 2.22388,0.40264 4.47209,0.66431 6.7231,0.89412 -2.84671,-3.03784 -6.38176,-6.33391 -5.59569,-10.95143 0.78377,-1.62419 1.70438,-3.17464 2.61763,-4.72656 -2.0348,-0.95282 -4.10205,-1.91089 -5.81114,-3.39476 -0.0266,-0.29824 -0.0797,-0.8947 -0.10628,-1.19292 1.63971,1.01726 3.28766,2.02275 4.94298,3.0253 2.64624,-3.16119 3.53511,-8.79486 -0.47034,-11.28148 -3.01116,0.14932 -3.90237,3.19672 -4.49369,5.63081 -0.51288,-0.60226 -1.02449,-1.20144 -1.53484,-1.79753 1.40248,-1.74513 2.36002,-4.83363 5.0901,-4.62814 5.62951,0.15971 11.16671,1.90494 16.83295,1.29607 2.3989,-0.0279 4.91399,-0.70256 7.25487,0.041 2.76524,1.90354 4.5977,5.29405 8.16548,5.86049 0.42877,0.0936 1.28633,0.28093 1.7151,0.37457 4.97618,0.14754 9.95693,0.0539 14.93531,-0.0449 -2.43769,-7.05591 -2.60802,-14.53397 -2.693,-21.91419 -4.59921,-2.41229 -8.36688,-5.97145 -11.9201,-9.68988 -1.19858,-1.46579 -3.15444,-1.35109 -4.85607,-1.43144 l -0.81465,0.3089 c 1.36341,-0.61815 2.7469,-1.19341 4.13095,-1.7719 -0.10128,-9.09248 -0.1676,-18.68591 -4.55969,-26.91121 -1.88567,-3.59135 -5.68997,-5.36289 -9.06845,-7.2368 -2.96751,-1.58668 -5.5109,-3.80618 -8.08487,-5.940472 z"
-       style="fill:none;stroke:#281c11;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path96"
-       d="m 202.11885,99.619858 c 1.69995,-1.630341 3.39859,-3.262406 5.06526,-4.928269 -0.14868,2.556443 -1.14241,5.396331 -3.8e-4,7.812121 4.30565,3.07919 10.22989,4.28265 12.98091,9.23692 4.91117,7.6418 4.03922,16.9875 5.30649,25.57404 0.92987,7.40991 7.84215,12.27301 14.59262,14.02075 4.68749,1.2032 9.11305,-1.43292 13.72087,-1.68776 4.81796,0.89172 9.08609,4.2448 14.1792,3.83424 7.03264,-0.39123 12.35881,-5.95254 16.19194,-11.35232 5.60835,-10.21135 7.23499,-22.7504 15.67717,-31.31702 3.31877,-3.74264 8.70752,-3.30345 13.00977,-5.04333 2.83694,-3.18016 0.78616,-7.45348 -0.39331,-10.87096 2.69357,2.052017 5.37379,4.128479 7.89767,6.39317 -1.43159,-0.28769 -2.85701,-0.5789 -4.2812,-0.8661 -0.62915,2.26578 -1.26981,4.52826 -1.90252,6.79327 -3.77984,0.67182 -7.7716,0.83367 -11.25303,2.59 -3.41013,2.0144 -5.44167,5.60133 -7.25665,8.99185 -2.64895,5.35425 -5.02689,10.84877 -7.0877,16.45633 -0.39949,1.10214 -0.78082,2.21114 -1.19661,3.30818 -2.89598,7.28977 -9.22689,12.5007 -15.82937,16.35788 0.0894,6.44737 -0.80986,12.83698 -1.14986,19.26291 6.73979,0.0302 13.50604,0.42197 20.23154,-0.18494 1.89735,-0.78219 3.72551,-1.72285 5.57767,-2.61073 4.61312,-2.41321 9.95108,-1.785 14.91345,-2.79019 2.90449,-0.31445 5.921,-1.48933 8.81938,-0.61728 1.81242,1.60805 2.51953,4.05833 3.63679,6.14255 -0.43254,0.0154 -1.29763,0.0463 -1.73017,0.0617 -0.85227,-1.5993 -1.5694,-3.27519 -2.60975,-4.75874 -1.87469,-1.28746 -4.22885,-0.29433 -5.9702,0.71897 -2.52146,1.43054 -2.41481,4.72268 -3.19055,7.16476 3.57968,1.31885 7.11991,0.297 9.98107,-2.03835 3.05749,0.35024 6.12665,0.64518 9.21101,0.68021 -4.21925,0.25446 -8.31604,1.33859 -12.20587,2.95555 -2.92244,1.24423 -6.10492,0.30097 -9.12422,0.0982 -3.88953,-0.50198 -7.91393,0.0637 -11.68573,-1.2206 -3.3123,-1.05834 -6.78324,-1.45416 -10.24842,-1.37184 -6.25502,0.14856 -12.78108,-0.84167 -18.71282,1.69475 -7.36335,2.55553 -15.5403,2.01593 -22.93091,-0.1521 -7.90673,-2.39355 -16.28252,-1.22854 -24.41059,-1.54625 -5.13231,-0.34352 -9.62323,4.0943 -14.77061,2.02606 0.38359,2.66323 0.6795,5.3389 0.91946,8.02163 -2.55008,0.44512 -5.09982,0.88591 -7.63261,1.40712 2.18075,0.46489 4.38489,0.82774 6.61111,1.02012 1.84389,2.18326 3.38077,4.59892 4.73363,7.11514 -1.25574,2.95351 -1.78922,7.26075 -5.4769,8.15461 -4.94325,1.26562 -10.11278,0.55189 -15.14053,0.34582 0.006,-3.14195 0.18297,-6.27977 0.53384,-9.39972 2.22388,0.40264 4.47209,0.66431 6.7231,0.89412 -2.84671,-3.03784 -6.38176,-6.33391 -5.59569,-10.95143 0.78377,-1.62419 1.70438,-3.17464 2.61763,-4.72656 -2.0348,-0.95282 -4.10205,-1.91089 -5.81114,-3.39476 -0.0266,-0.29824 -0.0797,-0.8947 -0.10628,-1.19292 1.63971,1.01726 3.28766,2.02275 4.94298,3.0253 2.64624,-3.16119 3.53511,-8.79486 -0.47034,-11.28148 -3.01116,0.14932 -3.90237,3.19672 -4.49369,5.63081 -0.51288,-0.60226 -1.02449,-1.20144 -1.53484,-1.79753 1.40248,-1.74513 2.36002,-4.83363 5.0901,-4.62814 5.62951,0.15971 11.16671,1.90494 16.83295,1.29607 2.3989,-0.0279 4.91399,-0.70256 7.25487,0.041 2.76524,1.90354 4.5977,5.29405 8.16548,5.86049 0.42877,0.0936 1.28633,0.28093 1.7151,0.37457 4.97618,0.14754 9.95693,0.0539 14.93531,-0.0449 -2.43769,-7.05591 -2.60802,-14.53397 -2.693,-21.91419 -4.59921,-2.41229 -8.36688,-5.97145 -11.9201,-9.68988 -1.19858,-1.46579 -3.15444,-1.35109 -4.85607,-1.43144 l -0.81465,0.3089 c 1.36341,-0.61815 2.7469,-1.19341 4.13095,-1.7719 -0.10128,-9.09248 -0.1676,-18.68591 -4.55969,-26.91121 -1.88567,-3.59135 -5.68997,-5.36289 -9.06845,-7.2368 -2.96751,-1.58668 -5.5109,-3.80618 -8.08487,-5.940472 z"
-       style="fill:#281c11;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path98"
-       d="m 248.62187,105.24951 c 3.08685,-2.01451 6.54819,-4.02437 10.39784,-3.46173 3.4428,-0.0717 5.39815,3.08536 7.39379,5.37351 -2.14807,-0.008 -4.29279,-0.027 -6.4321,-0.1471 l -0.87192,-0.0889 c -3.51324,-0.45177 -7.00578,-1.04605 -10.48761,-1.67577 z"
-       style="fill:none;stroke:#a87d21;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path100"
-       d="m 248.62187,105.24951 c 3.08685,-2.01451 6.54819,-4.02437 10.39784,-3.46173 3.4428,-0.0717 5.39815,3.08536 7.39379,5.37351 -2.14807,-0.008 -4.29279,-0.027 -6.4321,-0.1471 l -0.87192,-0.0889 c -3.51324,-0.45177 -7.00578,-1.04605 -10.48761,-1.67577 z"
-       style="fill:#a87d21;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path102"
-       d="m 246.601,107.71884 c 4.13019,-0.66595 8.32362,-0.96638 12.50848,-0.79356 l 0.87192,0.0889 c 1.85249,0.48108 3.68645,1.04175 5.50035,1.66866 2.47736,4.24154 4.83646,8.96492 4.14641,14.03804 -0.21013,4.12657 -2.65144,7.66989 -5.54979,10.43481 -6.50798,1.92255 -13.67157,1.99086 -20.17763,0.0362 -2.01721,-2.40216 -3.96184,-4.96571 -5.02249,-7.94828 -1.28963,-3.69809 -0.18219,-7.79061 1.71063,-11.07154 -1.09933,4.23146 3.7538,6.56261 7.31926,6.47007 4.06783,0.21034 9.33115,0.32649 11.63703,-3.74785 0.83001,-3.04776 -2.13451,-4.80416 -4.35601,-6.09349 -2.67807,-1.4794 -5.60122,-2.46381 -8.58816,-3.08199 z"
-       style="fill:none;stroke:#d40000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path104"
-       d="m 246.601,107.71884 c 4.13019,-0.66595 8.32362,-0.96638 12.50848,-0.79356 l 0.87192,0.0889 c 1.85249,0.48108 3.68645,1.04175 5.50035,1.66866 2.47736,4.24154 4.83646,8.96492 4.14641,14.03804 -0.21013,4.12657 -2.65144,7.66989 -5.54979,10.43481 -6.50798,1.92255 -13.67157,1.99086 -20.17763,0.0362 -2.01721,-2.40216 -3.96184,-4.96571 -5.02249,-7.94828 -1.28963,-3.69809 -0.18219,-7.79061 1.71063,-11.07154 -1.09933,4.23146 3.7538,6.56261 7.31926,6.47007 4.06783,0.21034 9.33115,0.32649 11.63703,-3.74785 0.83001,-3.04776 -2.13451,-4.80416 -4.35601,-6.09349 -2.67807,-1.4794 -5.60122,-2.46381 -8.58816,-3.08199 z"
-       style="fill:#d40000;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path106"
-       d="m 236.44209,111.14159 c 3.21282,-1.57911 6.61455,-2.8402 10.15891,-3.42275 2.98694,0.61818 5.91009,1.60259 8.58816,3.08199 -4.94296,-0.41063 -11.19696,-1.07993 -14.60028,3.37127 -1.89282,3.28093 -3.00026,7.37345 -1.71063,11.07154 1.06065,2.98257 3.00528,5.54612 5.02249,7.94828 -5.16051,-1.33308 -11.60496,-3.30552 -13.07701,-9.1668 -1.73561,-5.02837 1.20146,-10.40775 5.61836,-12.88353 z"
-       style="fill:none;stroke:#b80000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path108"
-       d="m 236.44209,111.14159 c 3.21282,-1.57911 6.61455,-2.8402 10.15891,-3.42275 2.98694,0.61818 5.91009,1.60259 8.58816,3.08199 -4.94296,-0.41063 -11.19696,-1.07993 -14.60028,3.37127 -1.89282,3.28093 -3.00026,7.37345 -1.71063,11.07154 1.06065,2.98257 3.00528,5.54612 5.02249,7.94828 -5.16051,-1.33308 -11.60496,-3.30552 -13.07701,-9.1668 -1.73561,-5.02837 1.20146,-10.40775 5.61836,-12.88353 z"
-       style="fill:#b80000;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path110"
-       d="m 265.48175,108.68285 c 3.76469,1.48649 7.60698,3.48185 9.91927,6.93847 1.56184,2.56986 1.69847,5.67447 2.29304,8.55332 -3.58166,4.25422 -8.00816,7.90471 -13.61569,8.98106 2.89835,-2.76492 5.33966,-6.30824 5.54979,-10.43481 0.69005,-5.07312 -1.66905,-9.7965 -4.14641,-14.03804 z"
-       style="fill:none;stroke:#b80000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path112"
-       d="m 265.48175,108.68285 c 3.76469,1.48649 7.60698,3.48185 9.91927,6.93847 1.56184,2.56986 1.69847,5.67447 2.29304,8.55332 -3.58166,4.25422 -8.00816,7.90471 -13.61569,8.98106 2.89835,-2.76492 5.33966,-6.30824 5.54979,-10.43481 0.69005,-5.07312 -1.66905,-9.7965 -4.14641,-14.03804 z"
-       style="fill:#b80000;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path114"
-       d="m 240.58888,114.1721 c 3.40332,-4.4512 9.65732,-3.7819 14.60028,-3.37127 2.2215,1.28933 5.18602,3.04573 4.35601,6.09349 -2.30588,4.07434 -7.5692,3.95819 -11.63703,3.74785 -3.56546,0.0925 -8.41859,-2.23861 -7.31926,-6.47007 z"
-       style="fill:none;stroke:#fdfdfd;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path116"
-       d="m 240.58888,114.1721 c 3.40332,-4.4512 9.65732,-3.7819 14.60028,-3.37127 2.2215,1.28933 5.18602,3.04573 4.35601,6.09349 -2.30588,4.07434 -7.5692,3.95819 -11.63703,3.74785 -3.56546,0.0925 -8.41859,-2.23861 -7.31926,-6.47007 z"
-       style="fill:#fdfdfd;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path118"
-       d="m 326.23419,114.00647 c 4.62894,2.2092 9.70912,3.02281 14.62384,4.33556 5.11612,1.35961 9.29531,4.77737 13.05348,8.35879 -0.81842,1.32796 -1.6298,2.65834 -2.43594,3.99205 6.52377,6.37921 4.64964,16.40198 2.72363,24.32286 -0.7939,0.55275 -1.58133,1.11031 -2.3623,1.67264 -0.84735,2.25305 -1.46831,4.79852 -3.42304,6.38985 -3.77253,3.24191 -8.49102,5.3491 -11.58923,9.36668 -4.37312,0.87444 -8.78847,1.6032 -13.25568,1.68027 -1.11726,-2.08422 -1.82437,-4.5345 -3.63679,-6.14255 -2.89838,-0.87205 -5.91489,0.30283 -8.81938,0.61728 -4.96237,1.00519 -10.30033,0.37698 -14.91345,2.79019 -0.3644,-1.65837 -0.71959,-3.31454 -1.07103,-4.97046 1.35289,-1.27019 2.70503,-2.54184 4.0648,-3.80757 0.44479,1.57526 0.97813,3.12436 1.50882,4.67932 3.26791,-1.79222 6.1877,-4.15318 8.6696,-6.93226 4.27564,-4.70089 9.68259,-8.4099 13.01819,-13.92464 4.9295,-7.99159 7.96532,-16.93991 11.49123,-25.5939 -2.51848,-1.74762 -5.08785,-3.42083 -7.55169,-5.24012 -0.0238,-0.39849 -0.0713,-1.19549 -0.0951,-1.59399 z"
-       style="fill:none;stroke:#9e6b2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path120"
-       d="m 326.23419,114.00647 c 4.62894,2.2092 9.70912,3.02281 14.62384,4.33556 5.11612,1.35961 9.29531,4.77737 13.05348,8.35879 -0.81842,1.32796 -1.6298,2.65834 -2.43594,3.99205 6.52377,6.37921 4.64964,16.40198 2.72363,24.32286 -0.7939,0.55275 -1.58133,1.11031 -2.3623,1.67264 -0.84735,2.25305 -1.46831,4.79852 -3.42304,6.38985 -3.77253,3.24191 -8.49102,5.3491 -11.58923,9.36668 -4.37312,0.87444 -8.78847,1.6032 -13.25568,1.68027 -1.11726,-2.08422 -1.82437,-4.5345 -3.63679,-6.14255 -2.89838,-0.87205 -5.91489,0.30283 -8.81938,0.61728 -4.96237,1.00519 -10.30033,0.37698 -14.91345,2.79019 -0.3644,-1.65837 -0.71959,-3.31454 -1.07103,-4.97046 1.35289,-1.27019 2.70503,-2.54184 4.0648,-3.80757 0.44479,1.57526 0.97813,3.12436 1.50882,4.67932 3.26791,-1.79222 6.1877,-4.15318 8.6696,-6.93226 4.27564,-4.70089 9.68259,-8.4099 13.01819,-13.92464 4.9295,-7.99159 7.96532,-16.93991 11.49123,-25.5939 -2.51848,-1.74762 -5.08785,-3.42083 -7.55169,-5.24012 -0.0238,-0.39849 -0.0713,-1.19549 -0.0951,-1.59399 z"
-       style="fill:#9e6b2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path122"
-       d="m 189.95116,114.96069 c 1.15135,0.45954 2.30365,0.91873 3.46023,1.37865 0.12262,0.61731 0.36789,1.85193 0.49053,2.46924 -2.40132,2.21615 -5.38753,4.19771 -6.57502,7.37364 2.4825,11.92339 10.69913,21.32996 17.48278,31.05382 2.29426,3.42137 6.26903,5.44418 10.40496,4.84288 1.10933,-0.0666 2.22074,-0.16442 3.33362,-0.25716 1.49825,4.05432 2.92949,8.14438 4.78606,12.05539 -3.56778,-0.56644 -5.40024,-3.95695 -8.16548,-5.86049 -2.34088,-0.74357 -4.85597,-0.069 -7.25487,-0.041 -5.66624,0.60887 -11.20344,-1.13636 -16.83295,-1.29607 -2.73008,-0.20549 -3.68762,2.88301 -5.0901,4.62814 -1.46268,0.20359 -2.92796,0.38585 -4.39642,0.50626 -2.4039,-2.99965 -5.92209,-4.55601 -9.64913,-5.11018 -1.43063,-2.48644 -3.17042,-4.83985 -5.71685,-6.27283 -0.2455,-2.50572 -0.40491,-5.01747 -0.53559,-7.52892 -1.06685,-0.33925 -2.13057,-0.67837 -3.19249,-1.01504 0.93361,-5.57651 -1.48111,-11.59323 1.7119,-16.70642 -0.44427,-1.25195 -1.13386,-2.46095 -1.22765,-3.80336 1.64788,-2.74198 4.61083,-4.32834 6.86281,-6.52294 2.21193,-1.83416 3.86834,-4.3625 6.40184,-5.78105 4.17302,-1.1634 8.57625,-0.95624 12.86531,-1.30105 0.27645,-0.93863 0.55529,-1.8758 0.83651,-2.8115 z"
-       style="fill:none;stroke:#9e6b2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path124"
-       d="m 189.95116,114.96069 c 1.15135,0.45954 2.30365,0.91873 3.46023,1.37865 0.12262,0.61731 0.36789,1.85193 0.49053,2.46924 -2.40132,2.21615 -5.38753,4.19771 -6.57502,7.37364 2.4825,11.92339 10.69913,21.32996 17.48278,31.05382 2.29426,3.42137 6.26903,5.44418 10.40496,4.84288 1.10933,-0.0666 2.22074,-0.16442 3.33362,-0.25716 1.49825,4.05432 2.92949,8.14438 4.78606,12.05539 -3.56778,-0.56644 -5.40024,-3.95695 -8.16548,-5.86049 -2.34088,-0.74357 -4.85597,-0.069 -7.25487,-0.041 -5.66624,0.60887 -11.20344,-1.13636 -16.83295,-1.29607 -2.73008,-0.20549 -3.68762,2.88301 -5.0901,4.62814 -1.46268,0.20359 -2.92796,0.38585 -4.39642,0.50626 -2.4039,-2.99965 -5.92209,-4.55601 -9.64913,-5.11018 -1.43063,-2.48644 -3.17042,-4.83985 -5.71685,-6.27283 -0.2455,-2.50572 -0.40491,-5.01747 -0.53559,-7.52892 -1.06685,-0.33925 -2.13057,-0.67837 -3.19249,-1.01504 0.93361,-5.57651 -1.48111,-11.59323 1.7119,-16.70642 -0.44427,-1.25195 -1.13386,-2.46095 -1.22765,-3.80336 1.64788,-2.74198 4.61083,-4.32834 6.86281,-6.52294 2.21193,-1.83416 3.86834,-4.3625 6.40184,-5.78105 4.17302,-1.1634 8.57625,-0.95624 12.86531,-1.30105 0.27645,-0.93863 0.55529,-1.8758 0.83651,-2.8115 z"
-       style="fill:#9e6b2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path126"
-       d="m 105.36372,138.57774 c -2.53184,-5.90054 1.10852,-11.85414 2.66361,-17.48417 2.5432,2.78489 5.99344,5.26956 6.79626,9.17393 0.4579,2.24907 0.78952,4.52286 1.11876,6.79537 1.19385,-0.72783 2.38761,-1.4558 3.58057,-2.18624 -1.45992,2.42195 -2.81345,4.91034 -3.91854,7.51697 2.89284,0.54277 5.7833,1.12112 8.7034,1.51553 -2.68293,0.49543 -5.41406,0.55877 -8.13206,0.61083 -0.0975,0.50938 -0.29266,1.52815 -0.39021,2.03753 -0.7619,-1.27268 -1.48113,-2.56837 -2.2126,-3.8547 -0.0698,0.89465 -0.13494,1.79135 -0.19538,2.69009 -3.16932,-1.53633 -6.79368,-3.20855 -8.01381,-6.81514 z"
-       style="fill:none;stroke:#236e30;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path128"
-       d="m 105.36372,138.57774 c -2.53184,-5.90054 1.10852,-11.85414 2.66361,-17.48417 2.5432,2.78489 5.99344,5.26956 6.79626,9.17393 0.4579,2.24907 0.78952,4.52286 1.11876,6.79537 1.19385,-0.72783 2.38761,-1.4558 3.58057,-2.18624 -1.45992,2.42195 -2.81345,4.91034 -3.91854,7.51697 2.89284,0.54277 5.7833,1.12112 8.7034,1.51553 -2.68293,0.49543 -5.41406,0.55877 -8.13206,0.61083 -0.0975,0.50938 -0.29266,1.52815 -0.39021,2.03753 -0.7619,-1.27268 -1.48113,-2.56837 -2.2126,-3.8547 -0.0698,0.89465 -0.13494,1.79135 -0.19538,2.69009 -3.16932,-1.53633 -6.79368,-3.20855 -8.01381,-6.81514 z"
-       style="fill:#236e30;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path130"
-       d="m 469.49237,135.20947 c 9.3829,-2.39505 18.09541,-6.86439 27.57944,-8.92361 -0.96906,3.05913 -1.79329,6.1618 -2.44535,9.30404 -0.93287,4.69344 -5.16157,7.58112 -8.57774,10.48079 -8.47629,6.18938 -18.18468,11.96601 -29.02225,11.92301 -7.02319,0.56557 -13.94364,-0.99695 -20.74192,-2.5376 -2.65851,-0.57423 -4.92446,-2.1702 -7.01905,-3.81917 4.67423,0.52896 9.28241,1.47774 13.85031,2.60073 7.34325,1.71286 15.54622,1.78828 22.29841,-1.94877 5.28982,-3.82038 8.97785,-10.05923 9.17955,-16.65612 -1.70374,-0.15946 -3.40163,-0.32514 -5.1014,-0.4233 z"
-       style="fill:none;stroke:#755121;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path132"
-       d="m 469.49237,135.20947 c 9.3829,-2.39505 18.09541,-6.86439 27.57944,-8.92361 -0.96906,3.05913 -1.79329,6.1618 -2.44535,9.30404 -0.93287,4.69344 -5.16157,7.58112 -8.57774,10.48079 -8.47629,6.18938 -18.18468,11.96601 -29.02225,11.92301 -7.02319,0.56557 -13.94364,-0.99695 -20.74192,-2.5376 -2.65851,-0.57423 -4.92446,-2.1702 -7.01905,-3.81917 4.67423,0.52896 9.28241,1.47774 13.85031,2.60073 7.34325,1.71286 15.54622,1.78828 22.29841,-1.94877 5.28982,-3.82038 8.97785,-10.05923 9.17955,-16.65612 -1.70374,-0.15946 -3.40163,-0.32514 -5.1014,-0.4233 z"
-       style="fill:#755121;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path134"
-       d="m 114.82359,130.2675 c 0.65038,0.58423 1.30301,1.16922 1.9579,1.75498 3.79438,-1.50916 7.96351,-3.29296 12.01944,-1.53238 -1.80729,1.22969 -3.64627,2.41125 -5.51115,3.5507 4.89767,-0.51266 9.82425,-0.4866 14.74272,-0.50738 -0.22703,1.23489 -0.44241,2.47296 -0.69954,3.70503 -1.75213,5.21138 -8.41638,5.63853 -13.02518,6.67068 -2.9201,-0.39441 -5.81056,-0.97276 -8.7034,-1.51553 1.10509,-2.60663 2.45862,-5.09502 3.91854,-7.51697 -1.19296,0.73044 -2.38672,1.45841 -3.58057,2.18624 -0.32924,-2.27251 -0.66086,-4.5463 -1.11876,-6.79537 z"
-       style="fill:none;stroke:#3d8230;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path136"
-       d="m 114.82359,130.2675 c 0.65038,0.58423 1.30301,1.16922 1.9579,1.75498 3.79438,-1.50916 7.96351,-3.29296 12.01944,-1.53238 -1.80729,1.22969 -3.64627,2.41125 -5.51115,3.5507 4.89767,-0.51266 9.82425,-0.4866 14.74272,-0.50738 -0.22703,1.23489 -0.44241,2.47296 -0.69954,3.70503 -1.75213,5.21138 -8.41638,5.63853 -13.02518,6.67068 -2.9201,-0.39441 -5.81056,-0.97276 -8.7034,-1.51553 1.10509,-2.60663 2.45862,-5.09502 3.91854,-7.51697 -1.19296,0.73044 -2.38672,1.45841 -3.58057,2.18624 -0.32924,-2.27251 -0.66086,-4.5463 -1.11876,-6.79537 z"
-       style="fill:#3d8230;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path138"
-       d="m 128.80093,130.4901 c 3.76471,2.13131 7.9496,2.07133 11.98897,0.80471 -1.04701,2.04 -2.16626,4.04555 -3.45694,5.94364 0.25713,-1.23207 0.47251,-2.47014 0.69954,-3.70503 -4.91847,0.0208 -9.84505,-0.005 -14.74272,0.50738 1.86488,-1.13945 3.70386,-2.32101 5.51115,-3.5507 z"
-       style="fill:none;stroke:#2e2e2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path140"
-       d="m 128.80093,130.4901 c 3.76471,2.13131 7.9496,2.07133 11.98897,0.80471 -1.04701,2.04 -2.16626,4.04555 -3.45694,5.94364 0.25713,-1.23207 0.47251,-2.47014 0.69954,-3.70503 -4.91847,0.0208 -9.84505,-0.005 -14.74272,0.50738 1.86488,-1.13945 3.70386,-2.32101 5.51115,-3.5507 z"
-       style="fill:#2e2e2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path142"
-       d="m 287.36935,138.56497 c 0.41579,-1.09704 0.79712,-2.20604 1.19661,-3.30818 4.22005,3.23512 9.45758,5.15607 13.08072,9.12994 2.51734,3.93906 2.29363,8.87746 3.14006,13.33338 -1.87536,0.26748 -3.74865,0.53309 -5.61813,0.79861 -0.0137,1.36235 -0.0281,2.72719 0.0245,4.09334 -1.35977,1.26573 -2.71191,2.53738 -4.0648,3.80757 0.35144,1.65592 0.70663,3.31209 1.07103,4.97046 -1.85216,0.88788 -3.68032,1.82854 -5.57767,2.61073 2.01935,-5.7044 5.24476,-10.89766 7.02983,-16.69329 1.68349,-0.56855 3.37199,-1.12355 5.06667,-1.67333 -0.74933,-1.3152 -1.56499,-2.59941 -2.14064,-3.99812 -0.6811,-2.42386 1.5996,-5.41883 -0.70318,-7.36655 -3.36587,-3.29594 -8.27487,-4.03255 -12.50499,-5.70456 z"
-       style="fill:none;stroke:#785e28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path144"
-       d="m 287.36935,138.56497 c 0.41579,-1.09704 0.79712,-2.20604 1.19661,-3.30818 4.22005,3.23512 9.45758,5.15607 13.08072,9.12994 2.51734,3.93906 2.29363,8.87746 3.14006,13.33338 -1.87536,0.26748 -3.74865,0.53309 -5.61813,0.79861 -0.0137,1.36235 -0.0281,2.72719 0.0245,4.09334 -1.35977,1.26573 -2.71191,2.53738 -4.0648,3.80757 0.35144,1.65592 0.70663,3.31209 1.07103,4.97046 -1.85216,0.88788 -3.68032,1.82854 -5.57767,2.61073 2.01935,-5.7044 5.24476,-10.89766 7.02983,-16.69329 1.68349,-0.56855 3.37199,-1.12355 5.06667,-1.67333 -0.74933,-1.3152 -1.56499,-2.59941 -2.14064,-3.99812 -0.6811,-2.42386 1.5996,-5.41883 -0.70318,-7.36655 -3.36587,-3.29594 -8.27487,-4.03255 -12.50499,-5.70456 z"
-       style="fill:#785e28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path146"
-       d="m 271.53998,154.92285 c 6.60248,-3.85718 12.93339,-9.06811 15.82937,-16.35788 4.23012,1.67201 9.13912,2.40862 12.50499,5.70456 2.30278,1.94772 0.0221,4.94269 0.70318,7.36655 0.57565,1.39871 1.39131,2.68292 2.14064,3.99812 -1.69468,0.54978 -3.38318,1.10478 -5.06667,1.67333 -1.78507,5.79563 -5.01048,10.98889 -7.02983,16.69329 -6.7255,0.60691 -13.49175,0.21509 -20.23154,0.18494 0.34,-6.42593 1.23929,-12.81554 1.14986,-19.26291 z"
-       style="fill:none;stroke:#c59117;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path148"
-       d="m 271.53998,154.92285 c 6.60248,-3.85718 12.93339,-9.06811 15.82937,-16.35788 4.23012,1.67201 9.13912,2.40862 12.50499,5.70456 2.30278,1.94772 0.0221,4.94269 0.70318,7.36655 0.57565,1.39871 1.39131,2.68292 2.14064,3.99812 -1.69468,0.54978 -3.38318,1.10478 -5.06667,1.67333 -1.78507,5.79563 -5.01048,10.98889 -7.02983,16.69329 -6.7255,0.60691 -13.49175,0.21509 -20.23154,0.18494 0.34,-6.42593 1.23929,-12.81554 1.14986,-19.26291 z"
-       style="fill:#c59117;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path150"
-       d="m 220.51556,141.17134 c 1.70163,0.0804 3.65749,-0.0343 4.85607,1.43144 3.55322,3.71843 7.32089,7.27759 11.9201,9.68988 0.085,7.38022 0.25531,14.85828 2.693,21.91419 -4.97838,0.0988 -9.95913,0.19241 -14.93531,0.0449 0.12767,-2.62248 0.28141,-5.24087 0.45731,-7.85809 -1.41089,-0.0192 -2.81947,-0.0361 -4.2254,-0.0525 0.03,-2.07505 0.0679,-4.14809 0.11448,-6.22014 -1.32359,-0.34171 -2.64688,-0.6801 -3.96705,-1.01554 0.33746,-1.91818 0.68615,-3.83366 1.03749,-5.74756 -1.36093,-0.3386 -2.71947,-0.67352 -4.07471,-1.00779 1.24916,-4.10935 3.01419,-8.11968 6.12402,-11.17879 z"
-       style="fill:none;stroke:#c28f17;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path152"
-       d="m 220.51556,141.17134 c 1.70163,0.0804 3.65749,-0.0343 4.85607,1.43144 3.55322,3.71843 7.32089,7.27759 11.9201,9.68988 0.085,7.38022 0.25531,14.85828 2.693,21.91419 -4.97838,0.0988 -9.95913,0.19241 -14.93531,0.0449 0.12767,-2.62248 0.28141,-5.24087 0.45731,-7.85809 -1.41089,-0.0192 -2.81947,-0.0361 -4.2254,-0.0525 0.03,-2.07505 0.0679,-4.14809 0.11448,-6.22014 -1.32359,-0.34171 -2.64688,-0.6801 -3.96705,-1.01554 0.33746,-1.91818 0.68615,-3.83366 1.03749,-5.74756 -1.36093,-0.3386 -2.71947,-0.67352 -4.07471,-1.00779 1.24916,-4.10935 3.01419,-8.11968 6.12402,-11.17879 z"
-       style="fill:#c28f17;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path154"
-       d="m 213.74252,146.35626 c 0.97039,-2.5495 3.67748,-3.74756 5.95839,-4.87602 l 0.81465,-0.3089 c -3.10983,3.05911 -4.87486,7.06944 -6.12402,11.17879 1.35524,0.33427 2.71378,0.66919 4.07471,1.00779 -0.35134,1.9139 -0.70003,3.82938 -1.03749,5.74756 1.32017,0.33544 2.64346,0.67383 3.96705,1.01554 -0.0466,2.07205 -0.0845,4.14509 -0.11448,6.22014 1.40593,0.0164 2.81451,0.0332 4.2254,0.0525 -0.1759,2.61722 -0.32964,5.23561 -0.45731,7.85809 -0.42877,-0.0936 -1.28633,-0.28092 -1.7151,-0.37457 -1.85657,-3.91101 -3.28781,-8.00107 -4.78606,-12.05539 -1.11288,0.0927 -2.22429,0.19055 -3.33362,0.25716 0.13892,-2.10687 0.28899,-4.21083 0.44384,-6.31415 -1.19023,-0.46173 -2.3779,-0.9212 -3.56301,-1.37843 0.43638,-2.69512 0.70479,-5.45111 1.64705,-8.03008 z"
-       style="fill:none;stroke:#7a5c26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path156"
-       d="m 213.74252,146.35626 c 0.97039,-2.5495 3.67748,-3.74756 5.95839,-4.87602 l 0.81465,-0.3089 c -3.10983,3.05911 -4.87486,7.06944 -6.12402,11.17879 1.35524,0.33427 2.71378,0.66919 4.07471,1.00779 -0.35134,1.9139 -0.70003,3.82938 -1.03749,5.74756 1.32017,0.33544 2.64346,0.67383 3.96705,1.01554 -0.0466,2.07205 -0.0845,4.14509 -0.11448,6.22014 1.40593,0.0164 2.81451,0.0332 4.2254,0.0525 -0.1759,2.61722 -0.32964,5.23561 -0.45731,7.85809 -0.42877,-0.0936 -1.28633,-0.28092 -1.7151,-0.37457 -1.85657,-3.91101 -3.28781,-8.00107 -4.78606,-12.05539 -1.11288,0.0927 -2.22429,0.19055 -3.33362,0.25716 0.13892,-2.10687 0.28899,-4.21083 0.44384,-6.31415 -1.19023,-0.46173 -2.3779,-0.9212 -3.56301,-1.37843 0.43638,-2.69512 0.70479,-5.45111 1.64705,-8.03008 z"
-       style="fill:#7a5c26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path158"
-       d="m 113.57291,142.70279 c 0.73147,1.28633 1.4507,2.58202 2.2126,3.8547 5.091,9.74364 14.8464,15.79294 24.56749,20.16741 4.63702,1.63907 9.71345,0.9758 14.33049,2.66026 1.85788,0.67439 3.82881,0.22247 5.74131,0.13861 3.61495,0.33669 7.15172,1.19854 10.73128,1.78293 3.43993,0.61794 6.95224,0.77165 10.43842,0.50728 1.46846,-0.12041 2.93374,-0.30267 4.39642,-0.50626 0.51035,0.59609 1.02196,1.19527 1.53484,1.79753 0.005,0.65635 0.0158,1.96903 0.0211,2.62537 0.0266,0.29822 0.0797,0.89468 0.10628,1.19292 -3.00133,-3.31421 -7.7043,-2.43642 -11.68269,-2.95915 -9.67436,-1.02408 -19.38297,-1.77872 -28.95764,-3.55475 -4.944,-0.44545 -9.57921,-2.24399 -13.96245,-4.47853 -5.13455,-2.96485 -9.52873,-7.01221 -14.56215,-10.13095 1.30647,4.06114 3.28932,7.84735 5.46536,11.50279 -2.60335,-0.17015 -5.20267,-0.37834 -7.80237,-0.56803 -7.51748,-0.77549 -15.01819,-1.88566 -22.596829,-1.77752 -12.3871,-1.68317 -24.588821,-4.51825 -36.984665,-6.18317 -7.200439,-1.87173 -14.608764,-2.33618 -22.001571,-2.76712 -5.669419,-1.30228 -11.184922,-3.31355 -16.936615,-4.22211 -1.093659,-0.29997 -1.894226,0.55268 -2.334885,1.44467 0.773468,4.51209 3.64653,8.67101 3.153244,13.37739 -2.062042,2.33709 -5.004578,3.62794 -7.269852,5.73846 0.03255,1.11778 0.302094,2.2093 0.56511,3.29483 4.468811,5.55312 10.674591,9.55081 14.333221,15.80138 0.02492,2.24908 0.08319,4.49833 0.143448,6.75041 -3.352951,1.97799 -6.72261,4.02817 -9.434677,6.86307 1.792969,1.11265 3.59259,2.21821 5.369552,3.36085 -0.951904,2.08928 -1.376556,4.83881 -3.669464,5.92175 -2.552902,1.43335 -5.345886,2.58461 -7.356491,4.80039 -0.914032,3.08009 -0.513473,6.31039 -0.01033,9.42462 0.06722,0.40978 0.201645,1.22933 0.26886,1.6391 3.469696,0.38069 6.964493,0.84964 10.259521,2.05839 1.308701,0.71195 2.577057,1.49848 3.859696,2.26055 1.056915,0.63139 2.137283,1.22337 3.241104,1.77591 5.437317,2.88124 11.62532,3.6709 17.65834,4.304 5.512177,0.53085 10.865296,1.98389 16.247178,3.21599 13.484695,3.79394 27.526535,4.45399 41.349105,6.23381 6.54687,0.49983 13.1406,0.56207 19.61884,1.7668 11.27072,2.22272 22.77365,2.76858 34.1235,4.46095 6.91084,0.61734 13.86539,0.28647 20.78035,0.853 2.16394,0.36621 4.2619,1.03904 6.4279,1.41983 l 0.12323,0.0227 c -1.16646,0.42005 -2.32248,0.86437 -3.46806,1.33299 -8.04326,-1.60345 -16.2348,-1.09989 -24.37746,-1.44592 -9.24682,-1.12466 -18.46393,-2.58395 -27.75796,-3.24637 -4.7495,-1.16835 -9.58412,-1.7752 -14.47867,-1.67019 -7.31348,-1.01608 -14.72331,-1.00221 -21.94864,-2.69344 -13.82875,-0.52472 -27.416763,-3.6667 -40.721329,-7.33139 -5.172851,-1.64915 -10.769195,-0.29753 -15.898696,-2.16324 -5.185776,-1.1542 -10.086091,-3.33351 -14.422806,-6.40062 -3.408737,-2.67468 -7.927002,-2.05537 -11.963562,-2.33494 -1.23375,-3.27384 -1.090439,-6.8877 -2.599976,-10.07236 -0.88089,-1.71017 1.202057,-2.79927 1.871857,-4.14728 0.821548,-1.81564 1.472336,-3.73233 2.695968,-5.33102 1.785828,-1.18637 3.851471,-1.87529 5.728867,-2.90164 -1.458267,-2.09304 -4.521225,-4.86981 -1.805893,-7.30005 2.104218,-1.95096 4.526886,-3.56183 6.412674,-5.74045 1.611832,-1.63112 0.427612,-4.00449 -0.05258,-5.85507 -0.407181,-1.05281 -0.830002,-2.09688 -1.268478,-3.13222 -0.660477,0.17783 -1.981445,0.53346 -2.641922,0.71129 -0.297028,2.37185 -0.593353,4.74461 -0.877228,7.12129 -0.493317,-0.82153 -0.986114,-1.64078 -1.478424,-2.45776 -1.727295,-2.76369 -3.113083,-5.71555 -4.678986,-8.56748 0.730774,-1.24829 1.47194,-2.48604 2.242737,-3.70598 -2.997406,-1.82389 -4.44226,-5.10769 -5.740616,-8.21125 0.892991,-2.44046 3.199555,-3.87149 5.052628,-5.52628 -0.278412,-1.61517 -1.309067,-3.40974 -0.371475,-4.98891 0.946533,-1.23426 2.147567,-2.23339 3.287643,-3.27688 -1.058716,-0.72176 -2.114303,-1.44649 -3.16159,-2.18 -0.266694,-3.03819 0.806045,-5.8256 3.081848,-7.85308 5.499572,0.51782 10.624908,2.94456 16.154373,3.27519 3.102814,0.21851 5.855606,2.18347 9.033905,1.91034 5.897629,-0.45191 11.582886,1.26547 17.329239,2.26964 6.813202,1.5252 13.759338,2.31831 20.625473,3.56199 13.44162,3.32666 27.451709,2.7502 41.092919,4.7836 -2.5888,-3.95851 -4.195,-8.41968 -5.95045,-12.78035 -0.99022,-2.13867 -0.7254,-4.5536 -0.64577,-6.83313 0.0604,-0.89874 0.12557,-1.79544 0.19538,-2.69009 z"
-       style="fill:none;stroke:#1c1719;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path160"
-       d="m 113.57291,142.70279 c 0.73147,1.28633 1.4507,2.58202 2.2126,3.8547 5.091,9.74364 14.8464,15.79294 24.56749,20.16741 4.63702,1.63907 9.71345,0.9758 14.33049,2.66026 1.85788,0.67439 3.82881,0.22247 5.74131,0.13861 3.61495,0.33669 7.15172,1.19854 10.73128,1.78293 3.43993,0.61794 6.95224,0.77165 10.43842,0.50728 1.46846,-0.12041 2.93374,-0.30267 4.39642,-0.50626 0.51035,0.59609 1.02196,1.19527 1.53484,1.79753 0.005,0.65635 0.0158,1.96903 0.0211,2.62537 0.0266,0.29822 0.0797,0.89468 0.10628,1.19292 -3.00133,-3.31421 -7.7043,-2.43642 -11.68269,-2.95915 -9.67436,-1.02408 -19.38297,-1.77872 -28.95764,-3.55475 -4.944,-0.44545 -9.57921,-2.24399 -13.96245,-4.47853 -5.13455,-2.96485 -9.52873,-7.01221 -14.56215,-10.13095 1.30647,4.06114 3.28932,7.84735 5.46536,11.50279 -2.60335,-0.17015 -5.20267,-0.37834 -7.80237,-0.56803 -7.51748,-0.77549 -15.01819,-1.88566 -22.596829,-1.77752 -12.3871,-1.68317 -24.588821,-4.51825 -36.984665,-6.18317 -7.200439,-1.87173 -14.608764,-2.33618 -22.001571,-2.76712 -5.669419,-1.30228 -11.184922,-3.31355 -16.936615,-4.22211 -1.093659,-0.29997 -1.894226,0.55268 -2.334885,1.44467 0.773468,4.51209 3.64653,8.67101 3.153244,13.37739 -2.062042,2.33709 -5.004578,3.62794 -7.269852,5.73846 0.03255,1.11778 0.302094,2.2093 0.56511,3.29483 4.468811,5.55312 10.674591,9.55081 14.333221,15.80138 0.02492,2.24908 0.08319,4.49833 0.143448,6.75041 -3.352951,1.97799 -6.72261,4.02817 -9.434677,6.86307 1.792969,1.11265 3.59259,2.21821 5.369552,3.36085 -0.951904,2.08928 -1.376556,4.83881 -3.669464,5.92175 -2.552902,1.43335 -5.345886,2.58461 -7.356491,4.80039 -0.914032,3.08009 -0.513473,6.31039 -0.01033,9.42462 0.06722,0.40978 0.201645,1.22933 0.26886,1.6391 3.469696,0.38069 6.964493,0.84964 10.259521,2.05839 1.308701,0.71195 2.577057,1.49848 3.859696,2.26055 1.056915,0.63139 2.137283,1.22337 3.241104,1.77591 5.437317,2.88124 11.62532,3.6709 17.65834,4.304 5.512177,0.53085 10.865296,1.98389 16.247178,3.21599 13.484695,3.79394 27.526535,4.45399 41.349105,6.23381 6.54687,0.49983 13.1406,0.56207 19.61884,1.7668 11.27072,2.22272 22.77365,2.76858 34.1235,4.46095 6.91084,0.61734 13.86539,0.28647 20.78035,0.853 2.16394,0.36621 4.2619,1.03904 6.4279,1.41983 l 0.12323,0.0227 c -1.16646,0.42005 -2.32248,0.86437 -3.46806,1.33299 -8.04326,-1.60345 -16.2348,-1.09989 -24.37746,-1.44592 -9.24682,-1.12466 -18.46393,-2.58395 -27.75796,-3.24637 -4.7495,-1.16835 -9.58412,-1.7752 -14.47867,-1.67019 -7.31348,-1.01608 -14.72331,-1.00221 -21.94864,-2.69344 -13.82875,-0.52472 -27.416763,-3.6667 -40.721329,-7.33139 -5.172851,-1.64915 -10.769195,-0.29753 -15.898696,-2.16324 -5.185776,-1.1542 -10.086091,-3.33351 -14.422806,-6.40062 -3.408737,-2.67468 -7.927002,-2.05537 -11.963562,-2.33494 -1.23375,-3.27384 -1.090439,-6.8877 -2.599976,-10.07236 -0.88089,-1.71017 1.202057,-2.79927 1.871857,-4.14728 0.821548,-1.81564 1.472336,-3.73233 2.695968,-5.33102 1.785828,-1.18637 3.851471,-1.87529 5.728867,-2.90164 -1.458267,-2.09304 -4.521225,-4.86981 -1.805893,-7.30005 2.104218,-1.95096 4.526886,-3.56183 6.412674,-5.74045 1.611832,-1.63112 0.427612,-4.00449 -0.05258,-5.85507 -0.407181,-1.05281 -0.830002,-2.09688 -1.268478,-3.13222 -0.660477,0.17783 -1.981445,0.53346 -2.641922,0.71129 -0.297028,2.37185 -0.593353,4.74461 -0.877228,7.12129 -0.493317,-0.82153 -0.986114,-1.64078 -1.478424,-2.45776 -1.727295,-2.76369 -3.113083,-5.71555 -4.678986,-8.56748 0.730774,-1.24829 1.47194,-2.48604 2.242737,-3.70598 -2.997406,-1.82389 -4.44226,-5.10769 -5.740616,-8.21125 0.892991,-2.44046 3.199555,-3.87149 5.052628,-5.52628 -0.278412,-1.61517 -1.309067,-3.40974 -0.371475,-4.98891 0.946533,-1.23426 2.147567,-2.23339 3.287643,-3.27688 -1.058716,-0.72176 -2.114303,-1.44649 -3.16159,-2.18 -0.266694,-3.03819 0.806045,-5.8256 3.081848,-7.85308 5.499572,0.51782 10.624908,2.94456 16.154373,3.27519 3.102814,0.21851 5.855606,2.18347 9.033905,1.91034 5.897629,-0.45191 11.582886,1.26547 17.329239,2.26964 6.813202,1.5252 13.759338,2.31831 20.625473,3.56199 13.44162,3.32666 27.451709,2.7502 41.092919,4.7836 -2.5888,-3.95851 -4.195,-8.41968 -5.95045,-12.78035 -0.99022,-2.13867 -0.7254,-4.5536 -0.64577,-6.83313 0.0604,-0.89874 0.12557,-1.79544 0.19538,-2.69009 z"
-       style="fill:#1c1719;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path162"
-       d="m 251.25655,150.39923 c 2.06126,-0.026 4.04568,0.50986 5.89836,1.3959 -0.72004,2.05556 -1.43492,4.12363 -2.42862,6.06789 -3.18878,-0.5477 -2.67851,-5.04866 -3.46974,-7.46379 z"
-       style="fill:none;stroke:#f3bdcf;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path164"
-       d="m 251.25655,150.39923 c 2.06126,-0.026 4.04568,0.50986 5.89836,1.3959 -0.72004,2.05556 -1.43492,4.12363 -2.42862,6.06789 -3.18878,-0.5477 -2.67851,-5.04866 -3.46974,-7.46379 z"
-       style="fill:#f3bdcf;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path166"
-       d="m 15.296585,153.22967 c 0.440659,-0.89199 1.241226,-1.74464 2.334885,-1.44467 5.751693,0.90856 11.267196,2.91983 16.936615,4.22211 -4.236954,0.46974 -8.457886,1.07913 -12.704911,1.46005 0.280137,3.1708 0.58397,6.34043 0.916886,9.50815 -1.586487,1.7988 -3.166092,3.6042 -4.762024,5.3967 1.222229,3.35069 2.659607,6.89839 5.881988,8.81509 3.679322,2.03446 7.435914,3.93026 11.051377,6.08211 -0.377823,0.15428 -1.133469,0.46281 -1.511276,0.6171 -4.811463,-2.04306 -9.648957,-4.24376 -13.702607,-7.60645 -2.366989,-2.01347 -5.079757,-3.56415 -7.992431,-4.63951 -0.263016,-1.08553 -0.532563,-2.17705 -0.56511,-3.29483 2.265274,-2.11052 5.20781,-3.40137 7.269852,-5.73846 0.493286,-4.70638 -2.379776,-8.8653 -3.153244,-13.37739 z"
-       style="fill:none;stroke:#7f4c2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path168"
-       d="m 15.296585,153.22967 c 0.440659,-0.89199 1.241226,-1.74464 2.334885,-1.44467 5.751693,0.90856 11.267196,2.91983 16.936615,4.22211 -4.236954,0.46974 -8.457886,1.07913 -12.704911,1.46005 0.280137,3.1708 0.58397,6.34043 0.916886,9.50815 -1.586487,1.7988 -3.166092,3.6042 -4.762024,5.3967 1.222229,3.35069 2.659607,6.89839 5.881988,8.81509 3.679322,2.03446 7.435914,3.93026 11.051377,6.08211 -0.377823,0.15428 -1.133469,0.46281 -1.511276,0.6171 -4.811463,-2.04306 -9.648957,-4.24376 -13.702607,-7.60645 -2.366989,-2.01347 -5.079757,-3.56415 -7.992431,-4.63951 -0.263016,-1.08553 -0.532563,-2.17705 -0.56511,-3.29483 2.265274,-2.11052 5.20781,-3.40137 7.269852,-5.73846 0.493286,-4.70638 -2.379776,-8.8653 -3.153244,-13.37739 z"
-       style="fill:#7f4c2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path170"
-       d="m 356.56679,151.62988 c 4.17541,0.76073 5.79391,4.78089 6.88255,8.39191 -0.71268,0.0875 -2.13803,0.26268 -2.85071,0.35025 1.41864,1.50452 2.61533,3.19971 3.59465,5.02507 -0.70413,0.29442 -2.11238,0.88325 -2.81651,1.17767 0.19739,1.08951 0.38881,2.18062 0.57692,3.27802 -7.43077,0.71017 -14.8062,1.9357 -22.27783,2.19192 4.91261,-1.36956 7.94461,-5.81672 12.18495,-8.36088 2.07887,-3.76853 4.70984,-7.57544 4.70598,-12.05396 z"
-       style="fill:none;stroke:#7d5c1c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path172"
-       d="m 356.56679,151.62988 c 4.17541,0.76073 5.79391,4.78089 6.88255,8.39191 -0.71268,0.0875 -2.13803,0.26268 -2.85071,0.35025 1.41864,1.50452 2.61533,3.19971 3.59465,5.02507 -0.70413,0.29442 -2.11238,0.88325 -2.81651,1.17767 0.19739,1.08951 0.38881,2.18062 0.57692,3.27802 -7.43077,0.71017 -14.8062,1.9357 -22.27783,2.19192 4.91261,-1.36956 7.94461,-5.81672 12.18495,-8.36088 2.07887,-3.76853 4.70984,-7.57544 4.70598,-12.05396 z"
-       style="fill:#7d5c1c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path174"
-       d="m 238.64838,152.69789 c 3.88032,0.0358 7.7741,0.10434 11.63725,-0.36885 0.87202,2.69962 2.01009,5.31477 3.61092,7.66997 -3.25847,3.49399 -3.18685,8.6069 -2.58867,13.04378 0.25206,2.37559 2.13801,4.01442 3.62083,5.69841 -4.08148,-0.53664 -9.21037,0.0423 -11.93153,-3.70983 -5.60457,-6.00448 -4.24765,-14.82672 -4.3488,-22.33348 z"
-       style="fill:none;stroke:#e8e8e8;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path176"
-       d="m 238.64838,152.69789 c 3.88032,0.0358 7.7741,0.10434 11.63725,-0.36885 0.87202,2.69962 2.01009,5.31477 3.61092,7.66997 -3.25847,3.49399 -3.18685,8.6069 -2.58867,13.04378 0.25206,2.37559 2.13801,4.01442 3.62083,5.69841 -4.08148,-0.53664 -9.21037,0.0423 -11.93153,-3.70983 -5.60457,-6.00448 -4.24765,-14.82672 -4.3488,-22.33348 z"
-       style="fill:#e8e8e8;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path178"
-       d="m 258.16728,153.06381 c 3.98015,1.17731 8.09001,1.75578 12.24494,1.68968 -0.0919,6.82024 0.49006,14.00264 -2.22797,20.42327 -2.72823,4.63705 -8.76715,3.32533 -13.25554,3.56444 -1.48282,-1.68399 -3.36877,-3.32282 -3.62083,-5.69841 -0.59818,-4.43688 -0.6698,-9.54979 2.58867,-13.04378 1.81823,-2.05065 3.14653,-4.45011 4.27073,-6.9352 z"
-       style="fill:none;stroke:#f5f5f5;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path180"
-       d="m 258.16728,153.06381 c 3.98015,1.17731 8.09001,1.75578 12.24494,1.68968 -0.0919,6.82024 0.49006,14.00264 -2.22797,20.42327 -2.72823,4.63705 -8.76715,3.32533 -13.25554,3.56444 -1.48282,-1.68399 -3.36877,-3.32282 -3.62083,-5.69841 -0.59818,-4.43688 -0.6698,-9.54979 2.58867,-13.04378 1.81823,-2.05065 3.14653,-4.45011 4.27073,-6.9352 z"
-       style="fill:#f5f5f5;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path182"
-       d="m 34.568085,156.00711 c 7.392807,0.43094 14.801132,0.89539 22.001571,2.76712 -4.261001,0.88803 -8.555481,1.6039 -12.890411,2.0129 -7.366409,0.54096 -13.819778,4.46842 -20.899185,6.18818 -0.332916,-3.16772 -0.636749,-6.33735 -0.916886,-9.50815 4.247025,-0.38092 8.467957,-0.99031 12.704911,-1.46005 z"
-       style="fill:none;stroke:#a65c28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path184"
-       d="m 34.568085,156.00711 c 7.392807,0.43094 14.801132,0.89539 22.001571,2.76712 -4.261001,0.88803 -8.555481,1.6039 -12.890411,2.0129 -7.366409,0.54096 -13.819778,4.46842 -20.899185,6.18818 -0.332916,-3.16772 -0.636749,-6.33735 -0.916886,-9.50815 4.247025,-0.38092 8.467957,-0.99031 12.704911,-1.46005 z"
-       style="fill:#a65c28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path186"
-       d="m 118.48816,155.80016 c 5.03342,3.11874 9.4276,7.1661 14.56215,10.13095 -2.05086,-0.0451 -4.09932,0.0119 -6.14691,0.0602 0.29765,3.06305 0.3188,6.14585 0.10696,9.21689 4.98879,1.16811 9.88264,3.02063 15.0423,3.2619 3.73675,0.007 7.48535,-0.24597 11.21034,0.21083 -2.68538,0.74659 -6.50256,0.89591 -7.5761,3.99927 -1.79725,4.93415 -1.75178,10.27982 -2.44303,15.43166 -0.6274,0.23304 -1.25225,0.47056 -1.87455,0.71257 -1.37095,-6.9173 -2.87483,-13.99626 -5.7649,-20.43067 -2.98355,-0.31611 -5.98627,-0.0678 -8.97208,0.054 -1.10503,2.27997 -2.23592,4.54805 -3.32037,6.83952 -0.26758,-0.29977 -0.80272,-0.89934 -1.0703,-1.19912 0.32191,-2.83118 0.84413,-5.63294 1.36116,-8.43135 -2.10585,-0.6 -4.21695,-1.18149 -6.34186,-1.70066 -3.29902,-0.91273 -6.54536,-2.001 -9.77212,-3.13505 2.72828,-1.67057 5.57515,-3.19043 8.6623,-4.08622 2.5997,0.18969 5.19902,0.39788 7.80237,0.56803 -2.17604,-3.65544 -4.15889,-7.44165 -5.46536,-11.50279 z"
-       style="fill:none;stroke:#a15726;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path188"
-       d="m 118.48816,155.80016 c 5.03342,3.11874 9.4276,7.1661 14.56215,10.13095 -2.05086,-0.0451 -4.09932,0.0119 -6.14691,0.0602 0.29765,3.06305 0.3188,6.14585 0.10696,9.21689 4.98879,1.16811 9.88264,3.02063 15.0423,3.2619 3.73675,0.007 7.48535,-0.24597 11.21034,0.21083 -2.68538,0.74659 -6.50256,0.89591 -7.5761,3.99927 -1.79725,4.93415 -1.75178,10.27982 -2.44303,15.43166 -0.6274,0.23304 -1.25225,0.47056 -1.87455,0.71257 -1.37095,-6.9173 -2.87483,-13.99626 -5.7649,-20.43067 -2.98355,-0.31611 -5.98627,-0.0678 -8.97208,0.054 -1.10503,2.27997 -2.23592,4.54805 -3.32037,6.83952 -0.26758,-0.29977 -0.80272,-0.89934 -1.0703,-1.19912 0.32191,-2.83118 0.84413,-5.63294 1.36116,-8.43135 -2.10585,-0.6 -4.21695,-1.18149 -6.34186,-1.70066 -3.29902,-0.91273 -6.54536,-2.001 -9.77212,-3.13505 2.72828,-1.67057 5.57515,-3.19043 8.6623,-4.08622 2.5997,0.18969 5.19902,0.39788 7.80237,0.56803 -2.17604,-3.65544 -4.15889,-7.44165 -5.46536,-11.50279 z"
-       style="fill:#a15726;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path190"
-       d="m 43.679245,160.78713 c 4.33493,-0.409 8.62941,-1.12487 12.890411,-2.0129 12.395844,1.66492 24.597565,4.5 36.984665,6.18317 -4.435257,0.9169 -8.911651,1.59163 -13.413025,2.0795 -5.21495,0.42811 -10.241317,1.97528 -14.967254,4.17927 -0.05672,1.5997 -0.113938,3.20215 -0.167542,4.80655 -1.319046,1.05441 -2.590881,2.16983 -3.790878,3.36034 -10.947968,-0.68904 -21.817474,-2.27298 -32.767807,-2.92977 0.317581,1.52751 0.63504,3.05788 0.954605,4.5891 -1.834503,0.0445 -3.668579,0.0926 -5.502396,0.14471 -3.222381,-1.9167 -4.659759,-5.4644 -5.881988,-8.81509 1.595932,-1.7925 3.175537,-3.5979 4.762024,-5.3967 7.079407,-1.71976 13.532776,-5.64722 20.899185,-6.18818 z"
-       style="fill:none;stroke:#b36628;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path192"
-       d="m 43.679245,160.78713 c 4.33493,-0.409 8.62941,-1.12487 12.890411,-2.0129 12.395844,1.66492 24.597565,4.5 36.984665,6.18317 -4.435257,0.9169 -8.911651,1.59163 -13.413025,2.0795 -5.21495,0.42811 -10.241317,1.97528 -14.967254,4.17927 -0.05672,1.5997 -0.113938,3.20215 -0.167542,4.80655 -1.319046,1.05441 -2.590881,2.16983 -3.790878,3.36034 -10.947968,-0.68904 -21.817474,-2.27298 -32.767807,-2.92977 0.317581,1.52751 0.63504,3.05788 0.954605,4.5891 -1.834503,0.0445 -3.668579,0.0926 -5.502396,0.14471 -3.222381,-1.9167 -4.659759,-5.4644 -5.881988,-8.81509 1.595932,-1.7925 3.175537,-3.5979 4.762024,-5.3967 7.079407,-1.71976 13.532776,-5.64722 20.899185,-6.18818 z"
-       style="fill:#b36628;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path194"
-       d="m 160.53334,161.48698 c 0.87088,-1.18379 2.19304,-1.90048 3.38072,-2.71661 0.0687,1.14096 0.15805,2.28253 0.26815,3.4247 3.86758,1.5939 6.08915,5.1439 6.97387,9.11163 -3.57956,-0.58439 -7.11633,-1.44624 -10.73128,-1.78293 l -0.93299,-0.10579 c 0.54542,-2.62072 0.72915,-5.28445 1.04153,-7.931 z"
-       style="fill:none;stroke:#78591c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path196"
-       d="m 160.53334,161.48698 c 0.87088,-1.18379 2.19304,-1.90048 3.38072,-2.71661 0.0687,1.14096 0.15805,2.28253 0.26815,3.4247 3.86758,1.5939 6.08915,5.1439 6.97387,9.11163 -3.57956,-0.58439 -7.11633,-1.44624 -10.73128,-1.78293 l -0.93299,-0.10579 c 0.54542,-2.62072 0.72915,-5.28445 1.04153,-7.931 z"
-       style="fill:#78591c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path198"
-       d="m 425.9735,163.27193 c 4.94981,-0.3407 9.71884,-2.36844 14.73838,-1.95902 3.05712,1.74315 6.33985,2.90303 9.86617,3.23696 2.39561,1.36776 4.45097,3.60153 7.43301,3.55346 2.67408,-0.11801 4.53751,1.83019 6.59229,3.21266 2.29379,1.61963 5.2182,1.55916 7.82301,2.35363 5.44783,3.69215 12.69434,2.96554 18.21837,6.58592 1.83618,1.33739 4.09554,1.65399 6.2998,1.90408 3.42247,0.013 5.61396,3.00553 8.44777,4.47968 3.50072,0.49273 7.0447,0.85216 10.38698,2.11328 -3.3233,4.63093 -7.02179,8.91336 -11.3013,12.67792 -2.08476,1.21872 -4.23631,2.37207 -5.89879,4.16194 -1.91589,2.05852 -4.83174,2.47816 -7.13781,3.91934 -1.71303,1.96184 -2.6353,4.86327 -5.58609,5.27374 -3.84412,0.69968 -5.42658,4.65276 -8.68166,6.34296 -2.81223,1.21611 -3.12903,4.80485 -5.6953,6.24933 -3.92326,2.29223 -6.58246,6.26994 -10.70843,8.28316 -3.41341,1.4546 -5.64818,4.50628 -7.78314,7.38725 -8.14786,4.21133 -17.60283,3.74121 -26.30819,5.90297 -6.4929,2.47857 -13.57699,2.04174 -20.24376,3.78099 -8.68029,2.24692 -17.70883,1.71383 -26.52935,2.91142 -6.23395,-0.15053 -12.36527,1.20639 -18.592,1.1462 -5.85667,0.0225 -11.48741,2.12702 -17.35756,1.94801 -4.19729,-0.11653 -8.38269,0.34477 -12.56811,0.33038 -0.53621,-0.28473 -1.60866,-0.85417 -2.14488,-1.13888 l 0.94254,-0.16231 c 5.95133,-1.31166 12.06083,-1.01947 18.10071,-1.44585 4.25389,-0.41774 8.43679,-1.42048 12.71746,-1.6309 14.86076,-0.79756 29.73582,-1.85758 44.44078,-4.23511 7.08799,-1.20752 14.29297,-1.8011 21.25009,-3.70821 6.80263,-1.79333 14.02807,-1.58688 20.65716,-4.09063 1.13568,-0.48327 2.24721,-1.02286 3.37093,-1.55204 -3.44295,-3.61523 -7.81195,-6.08569 -12.20488,-8.3452 2.04961,-1.6423 4.40048,-3.07185 5.88297,-5.29112 0.40156,-1.55444 0.45895,-3.16835 0.6146,-4.75532 -1.93122,-0.5822 -3.84523,-1.19664 -5.79803,-1.66779 -0.43674,-3.00865 -1.43971,-5.91165 -3.27506,-8.35579 0.65276,-0.50476 1.28936,-1.02687 1.9525,-1.52899 1.35218,-1.0936 2.693,-2.20273 4.04085,-3.30896 -3.84685,-4.13918 -8.03419,-7.94479 -11.78201,-12.17604 1.99312,-2.25826 4.42111,-4.06926 7.11325,-5.41594 0.3255,-2.40268 1.82318,-5.28603 -0.19418,-7.33315 -1.74335,-2.18556 -3.54625,-4.52748 -3.33437,-7.49678 0.17604,-0.40937 0.52811,-1.22813 0.70413,-1.63751 1.45377,-3.56395 3.05611,-7.06348 4.59693,-10.59004 -1.83808,0.32672 -3.66954,0.66476 -5.49266,1.0305 -7.25035,0.92752 -14.56511,1.30844 -21.77442,2.55394 -5.54877,0.81403 -10.95502,2.38288 -16.50731,3.16647 -5.51567,0.84063 -11.11474,0.46166 -16.657,0.92589 -10.39977,1.09082 -20.88987,1.30907 -31.20488,3.10655 -6.04344,0.69872 -12.07081,1.56958 -18.14265,1.96874 -3.08436,-0.035 -6.15352,-0.32997 -9.21101,-0.68021 0.44735,-0.27165 1.34207,-0.81498 1.78943,-1.08664 0.43254,-0.0154 1.29763,-0.0463 1.73017,-0.0617 4.46721,-0.0771 8.88256,-0.80583 13.25568,-1.68027 0.71281,-0.10005 2.13841,-0.30012 2.85123,-0.40018 7.47163,-0.25622 14.84706,-1.48175 22.27783,-2.19192 16.50328,-0.90721 33.01765,-2.12354 49.27908,-5.21858 4.93042,-0.27179 9.80321,-1.14093 14.74073,-1.36229 z"
-       style="fill:none;stroke:#191711;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path200"
-       d="m 425.9735,163.27193 c 4.94981,-0.3407 9.71884,-2.36844 14.73838,-1.95902 3.05712,1.74315 6.33985,2.90303 9.86617,3.23696 2.39561,1.36776 4.45097,3.60153 7.43301,3.55346 2.67408,-0.11801 4.53751,1.83019 6.59229,3.21266 2.29379,1.61963 5.2182,1.55916 7.82301,2.35363 5.44783,3.69215 12.69434,2.96554 18.21837,6.58592 1.83618,1.33739 4.09554,1.65399 6.2998,1.90408 3.42247,0.013 5.61396,3.00553 8.44777,4.47968 3.50072,0.49273 7.0447,0.85216 10.38698,2.11328 -3.3233,4.63093 -7.02179,8.91336 -11.3013,12.67792 -2.08476,1.21872 -4.23631,2.37207 -5.89879,4.16194 -1.91589,2.05852 -4.83174,2.47816 -7.13781,3.91934 -1.71303,1.96184 -2.6353,4.86327 -5.58609,5.27374 -3.84412,0.69968 -5.42658,4.65276 -8.68166,6.34296 -2.81223,1.21611 -3.12903,4.80485 -5.6953,6.24933 -3.92326,2.29223 -6.58246,6.26994 -10.70843,8.28316 -3.41341,1.4546 -5.64818,4.50628 -7.78314,7.38725 -8.14786,4.21133 -17.60283,3.74121 -26.30819,5.90297 -6.4929,2.47857 -13.57699,2.04174 -20.24376,3.78099 -8.68029,2.24692 -17.70883,1.71383 -26.52935,2.91142 -6.23395,-0.15053 -12.36527,1.20639 -18.592,1.1462 -5.85667,0.0225 -11.48741,2.12702 -17.35756,1.94801 -4.19729,-0.11653 -8.38269,0.34477 -12.56811,0.33038 -0.53621,-0.28473 -1.60866,-0.85417 -2.14488,-1.13888 l 0.94254,-0.16231 c 5.95133,-1.31166 12.06083,-1.01947 18.10071,-1.44585 4.25389,-0.41774 8.43679,-1.42048 12.71746,-1.6309 14.86076,-0.79756 29.73582,-1.85758 44.44078,-4.23511 7.08799,-1.20752 14.29297,-1.8011 21.25009,-3.70821 6.80263,-1.79333 14.02807,-1.58688 20.65716,-4.09063 1.13568,-0.48327 2.24721,-1.02286 3.37093,-1.55204 -3.44295,-3.61523 -7.81195,-6.08569 -12.20488,-8.3452 2.04961,-1.6423 4.40048,-3.07185 5.88297,-5.29112 0.40156,-1.55444 0.45895,-3.16835 0.6146,-4.75532 -1.93122,-0.5822 -3.84523,-1.19664 -5.79803,-1.66779 -0.43674,-3.00865 -1.43971,-5.91165 -3.27506,-8.35579 0.65276,-0.50476 1.28936,-1.02687 1.9525,-1.52899 1.35218,-1.0936 2.693,-2.20273 4.04085,-3.30896 -3.84685,-4.13918 -8.03419,-7.94479 -11.78201,-12.17604 1.99312,-2.25826 4.42111,-4.06926 7.11325,-5.41594 0.3255,-2.40268 1.82318,-5.28603 -0.19418,-7.33315 -1.74335,-2.18556 -3.54625,-4.52748 -3.33437,-7.49678 0.17604,-0.40937 0.52811,-1.22813 0.70413,-1.63751 1.45377,-3.56395 3.05611,-7.06348 4.59693,-10.59004 -1.83808,0.32672 -3.66954,0.66476 -5.49266,1.0305 -7.25035,0.92752 -14.56511,1.30844 -21.77442,2.55394 -5.54877,0.81403 -10.95502,2.38288 -16.50731,3.16647 -5.51567,0.84063 -11.11474,0.46166 -16.657,0.92589 -10.39977,1.09082 -20.88987,1.30907 -31.20488,3.10655 -6.04344,0.69872 -12.07081,1.56958 -18.14265,1.96874 -3.08436,-0.035 -6.15352,-0.32997 -9.21101,-0.68021 0.44735,-0.27165 1.34207,-0.81498 1.78943,-1.08664 0.43254,-0.0154 1.29763,-0.0463 1.73017,-0.0617 4.46721,-0.0771 8.88256,-0.80583 13.25568,-1.68027 0.71281,-0.10005 2.13841,-0.30012 2.85123,-0.40018 7.47163,-0.25622 14.84706,-1.48175 22.27783,-2.19192 16.50328,-0.90721 33.01765,-2.12354 49.27908,-5.21858 4.93042,-0.27179 9.80321,-1.14093 14.74073,-1.36229 z"
-       style="fill:#191711;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path202"
-       d="m 433.54662,164.23213 c 1.82312,-0.36574 3.65458,-0.70378 5.49266,-1.0305 -1.54082,3.52656 -3.14316,7.02609 -4.59693,10.59004 -3.99417,-0.58543 -7.91954,-1.54355 -11.77188,-2.72793 3.71394,-2.133 7.28964,-4.49108 10.87615,-6.83161 z"
-       style="fill:none;stroke:#995126;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path204"
-       d="m 433.54662,164.23213 c 1.82312,-0.36574 3.65458,-0.70378 5.49266,-1.0305 -1.54082,3.52656 -3.14316,7.02609 -4.59693,10.59004 -3.99417,-0.58543 -7.91954,-1.54355 -11.77188,-2.72793 3.71394,-2.133 7.28964,-4.49108 10.87615,-6.83161 z"
-       style="fill:#995126;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path206"
-       d="m 411.7722,166.78607 c 7.20931,-1.2455 14.52407,-1.62642 21.77442,-2.55394 -3.58651,2.34053 -7.16221,4.69861 -10.87615,6.83161 3.85234,1.18438 7.77771,2.1425 11.77188,2.72793 -0.17602,0.40938 -0.52809,1.22814 -0.70413,1.63751 -1.77724,-0.0223 -3.54872,-0.10893 -5.31045,-0.25228 -6.96584,-1.06513 -14.23453,-0.82915 -20.83875,-3.59287 3.52101,-1.55923 7.10458,-2.97488 10.67426,-4.42511 -2.16668,-0.15566 -4.32819,-0.32312 -6.49108,-0.37285 z"
-       style="fill:none;stroke:#6e3a23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path208"
-       d="m 411.7722,166.78607 c 7.20931,-1.2455 14.52407,-1.62642 21.77442,-2.55394 -3.58651,2.34053 -7.16221,4.69861 -10.87615,6.83161 3.85234,1.18438 7.77771,2.1425 11.77188,2.72793 -0.17602,0.40938 -0.52809,1.22814 -0.70413,1.63751 -1.77724,-0.0223 -3.54872,-0.10893 -5.31045,-0.25228 -6.96584,-1.06513 -14.23453,-0.82915 -20.83875,-3.59287 3.52101,-1.55923 7.10458,-2.97488 10.67426,-4.42511 -2.16668,-0.15566 -4.32819,-0.32312 -6.49108,-0.37285 z"
-       style="fill:#6e3a23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path210"
-       d="m 93.554321,164.9574 c 7.578639,-0.10814 15.079349,1.00203 22.596829,1.77752 -3.08715,0.89579 -5.93402,2.41565 -8.6623,4.08622 3.22676,1.13405 6.4731,2.22232 9.77212,3.13505 -4.3481,0.24042 -8.68039,0.90929 -13.04431,0.72321 -3.94508,-0.50545 -7.802109,-1.51654 -11.615235,-2.61806 3.806732,-2.42152 8.119945,-3.82693 12.271805,-5.52167 -11.14592,-2.31355 -21.045197,6.63799 -32.173004,4.42852 2.345352,-1.54772 4.798004,-2.95473 7.44107,-3.93129 4.501374,-0.48787 8.977768,-1.1626 13.413025,-2.0795 z"
-       style="fill:none;stroke:#6e3d21;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path212"
-       d="m 93.554321,164.9574 c 7.578639,-0.10814 15.079349,1.00203 22.596829,1.77752 -3.08715,0.89579 -5.93402,2.41565 -8.6623,4.08622 3.22676,1.13405 6.4731,2.22232 9.77212,3.13505 -4.3481,0.24042 -8.68039,0.90929 -13.04431,0.72321 -3.94508,-0.50545 -7.802109,-1.51654 -11.615235,-2.61806 3.806732,-2.42152 8.119945,-3.82693 12.271805,-5.52167 -11.14592,-2.31355 -21.045197,6.63799 -32.173004,4.42852 2.345352,-1.54772 4.798004,-2.95473 7.44107,-3.93129 4.501374,-0.48787 8.977768,-1.1626 13.413025,-2.0795 z"
-       style="fill:#6e3d21;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path214"
-       d="m 435.93272,178.73796 c 0.60125,-5.08752 2.77141,-9.69498 5.19864,-14.13107 3.40914,1.1423 7.11939,1.31482 10.39479,2.85061 0.0845,0.39325 0.2535,1.17975 0.33799,1.57302 0.49909,4.10766 0.44886,8.31723 -0.61985,12.33731 -0.86064,3.8322 -2.6578,7.86741 -1.13768,11.7807 1.82231,5.18513 4.02964,10.37019 4.33109,15.93101 -0.031,3.90277 -1.84467,7.47705 -3.385,10.9702 1.65693,1.10285 3.3163,2.21016 4.96442,3.34003 0.4933,3.37137 2.17781,6.35053 4.28612,8.97665 -0.35375,0.376 -1.06122,1.128 -1.41496,1.504 -1.97948,1.99539 -4.29674,3.60329 -6.59792,5.19519 -2.87621,-2.75985 -6.4908,-4.47722 -9.98224,-6.29223 1.67831,-1.24077 3.40692,-2.41455 5.13399,-3.59241 -0.0641,-2.45784 -0.008,-4.91524 -4.1e-4,-7.37048 -1.88991,-0.86722 -3.83155,-1.62201 -5.64519,-2.62816 -0.82692,-2.16077 -0.95831,-4.51293 -1.45305,-6.75902 1.51299,-1.43047 2.99515,-2.89398 4.43054,-4.40622 -3.42647,-4.8517 -8.67558,-8.0089 -11.90347,-13.0195 2.19394,-1.14151 4.58827,-2.02069 6.46905,-3.67882 0.92516,-2.3631 1.49428,-4.86006 2.02326,-7.33659 -1.20836,-2.25717 -3.58319,-3.569 -5.43012,-5.24422 z"
-       style="fill:none;stroke:#d9b061;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path216"
-       d="m 435.93272,178.73796 c 0.60125,-5.08752 2.77141,-9.69498 5.19864,-14.13107 3.40914,1.1423 7.11939,1.31482 10.39479,2.85061 0.0845,0.39325 0.2535,1.17975 0.33799,1.57302 0.49909,4.10766 0.44886,8.31723 -0.61985,12.33731 -0.86064,3.8322 -2.6578,7.86741 -1.13768,11.7807 1.82231,5.18513 4.02964,10.37019 4.33109,15.93101 -0.031,3.90277 -1.84467,7.47705 -3.385,10.9702 1.65693,1.10285 3.3163,2.21016 4.96442,3.34003 0.4933,3.37137 2.17781,6.35053 4.28612,8.97665 -0.35375,0.376 -1.06122,1.128 -1.41496,1.504 -1.97948,1.99539 -4.29674,3.60329 -6.59792,5.19519 -2.87621,-2.75985 -6.4908,-4.47722 -9.98224,-6.29223 1.67831,-1.24077 3.40692,-2.41455 5.13399,-3.59241 -0.0641,-2.45784 -0.008,-4.91524 -4.1e-4,-7.37048 -1.88991,-0.86722 -3.83155,-1.62201 -5.64519,-2.62816 -0.82692,-2.16077 -0.95831,-4.51293 -1.45305,-6.75902 1.51299,-1.43047 2.99515,-2.89398 4.43054,-4.40622 -3.42647,-4.8517 -8.67558,-8.0089 -11.90347,-13.0195 2.19394,-1.14151 4.58827,-2.02069 6.46905,-3.67882 0.92516,-2.3631 1.49428,-4.86006 2.02326,-7.33659 -1.20836,-2.25717 -3.58319,-3.569 -5.43012,-5.24422 z"
-       style="fill:#d9b061;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path218"
-       d="m 72.700226,170.96819 c 11.127807,2.20947 21.027084,-6.74207 32.173004,-4.42852 -4.15186,1.69474 -8.465073,3.10015 -12.271805,5.52167 3.813126,1.10152 7.670155,2.11261 11.615235,2.61806 -0.67745,2.50158 -1.33551,5.01211 -1.83125,7.55934 -0.0459,-1.44884 -0.11148,-2.89452 -0.1966,-4.33701 -5.380277,-0.76205 -10.807722,-0.4302 -16.215131,-0.45256 -3.736176,0.0863 -7.053605,-1.7843 -10.155549,-3.63501 -1.190612,0.43048 -2.381973,0.85971 -3.553375,1.34037 -2.458526,-0.49614 -4.997207,-0.25393 -7.258255,0.86819 0.0536,-1.6044 0.110825,-3.20685 0.167542,-4.80655 4.725937,-2.20399 9.752304,-3.75116 14.967254,-4.17927 -2.643066,0.97656 -5.095718,2.38357 -7.44107,3.93129 z"
-       style="fill:none;stroke:#a65c26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path220"
-       d="m 72.700226,170.96819 c 11.127807,2.20947 21.027084,-6.74207 32.173004,-4.42852 -4.15186,1.69474 -8.465073,3.10015 -12.271805,5.52167 3.813126,1.10152 7.670155,2.11261 11.615235,2.61806 -0.67745,2.50158 -1.33551,5.01211 -1.83125,7.55934 -0.0459,-1.44884 -0.11148,-2.89452 -0.1966,-4.33701 -5.380277,-0.76205 -10.807722,-0.4302 -16.215131,-0.45256 -3.736176,0.0863 -7.053605,-1.7843 -10.155549,-3.63501 -1.190612,0.43048 -2.381973,0.85971 -3.553375,1.34037 -2.458526,-0.49614 -4.997207,-0.25393 -7.258255,0.86819 0.0536,-1.6044 0.110825,-3.20685 0.167542,-4.80655 4.725937,-2.20399 9.752304,-3.75116 14.967254,-4.17927 -2.643066,0.97656 -5.095718,2.38357 -7.44107,3.93129 z"
-       style="fill:#a65c26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path222"
-       d="m 126.9034,165.99136 c 2.04759,-0.0484 4.09605,-0.1053 6.14691,-0.0602 4.38324,2.23454 9.01845,4.03308 13.96245,4.47853 9.57467,1.77603 19.28328,2.53067 28.95764,3.55475 3.97839,0.52273 8.68136,-0.35506 11.68269,2.95915 1.70909,1.48387 3.77634,2.44194 5.81114,3.39476 -0.91325,1.55192 -1.83386,3.10237 -2.61763,4.72656 -0.44464,0.90366 -0.88321,1.81143 -1.3157,2.72333 -1.15993,0.0442 -2.31766,0.0867 -3.47319,0.12733 -0.0734,-0.77737 -0.22022,-2.33209 -0.29363,-3.10945 -0.0534,-1.26208 -0.10806,-2.52173 -0.16403,-3.77893 -2.87417,-0.45773 -5.77595,-0.70218 -8.68288,-0.761 -0.61941,2.48993 -1.26354,4.97472 -1.95449,7.44807 -0.63462,-2.3634 -1.2265,-4.73524 -1.79148,-7.11244 -2.11787,-0.31482 -4.23637,-0.62623 -6.36335,-0.84175 -1.61985,-0.12402 -3.24256,-0.15604 -4.86208,-0.22175 -2.90947,-0.11793 -5.79031,-0.55427 -8.68277,-0.83729 -3.72499,-0.4568 -7.47359,-0.20419 -11.21034,-0.21083 -5.15966,-0.24127 -10.05351,-2.09379 -15.0423,-3.2619 0.21184,-3.07104 0.19069,-6.15384 -0.10696,-9.21689 z"
-       style="fill:none;stroke:#b3662b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path224"
-       d="m 126.9034,165.99136 c 2.04759,-0.0484 4.09605,-0.1053 6.14691,-0.0602 4.38324,2.23454 9.01845,4.03308 13.96245,4.47853 9.57467,1.77603 19.28328,2.53067 28.95764,3.55475 3.97839,0.52273 8.68136,-0.35506 11.68269,2.95915 1.70909,1.48387 3.77634,2.44194 5.81114,3.39476 -0.91325,1.55192 -1.83386,3.10237 -2.61763,4.72656 -0.44464,0.90366 -0.88321,1.81143 -1.3157,2.72333 -1.15993,0.0442 -2.31766,0.0867 -3.47319,0.12733 -0.0734,-0.77737 -0.22022,-2.33209 -0.29363,-3.10945 -0.0534,-1.26208 -0.10806,-2.52173 -0.16403,-3.77893 -2.87417,-0.45773 -5.77595,-0.70218 -8.68288,-0.761 -0.61941,2.48993 -1.26354,4.97472 -1.95449,7.44807 -0.63462,-2.3634 -1.2265,-4.73524 -1.79148,-7.11244 -2.11787,-0.31482 -4.23637,-0.62623 -6.36335,-0.84175 -1.61985,-0.12402 -3.24256,-0.15604 -4.86208,-0.22175 -2.90947,-0.11793 -5.79031,-0.55427 -8.68277,-0.83729 -3.72499,-0.4568 -7.47359,-0.20419 -11.21034,-0.21083 -5.15966,-0.24127 -10.05351,-2.09379 -15.0423,-3.2619 0.21184,-3.07104 0.19069,-6.15384 -0.10696,-9.21689 z"
-       style="fill:#b3662b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path226"
-       d="m 395.26489,169.95254 c 5.55229,-0.78359 10.95854,-2.35244 16.50731,-3.16647 2.16289,0.0497 4.3244,0.21719 6.49108,0.37285 -3.56968,1.45023 -7.15325,2.86588 -10.67426,4.42511 6.60422,2.76372 13.87291,2.52774 20.83875,3.59287 -2.84842,1.66268 -6.00268,2.88357 -9.34701,2.83276 -8.10289,0.001 -16.52664,1.16534 -24.26885,-1.88014 -4.2618,-1.67652 -8.88344,-0.73207 -13.29607,-1.34864 -1.12631,-1.18068 -1.9949,-2.56831 -2.90795,-3.90245 5.54226,-0.46423 11.14133,-0.0853 16.657,-0.92589 z"
-       style="fill:none;stroke:#a65c28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path228"
-       d="m 395.26489,169.95254 c 5.55229,-0.78359 10.95854,-2.35244 16.50731,-3.16647 2.16289,0.0497 4.3244,0.21719 6.49108,0.37285 -3.56968,1.45023 -7.15325,2.86588 -10.67426,4.42511 6.60422,2.76372 13.87291,2.52774 20.83875,3.59287 -2.84842,1.66268 -6.00268,2.88357 -9.34701,2.83276 -8.10289,0.001 -16.52664,1.16534 -24.26885,-1.88014 -4.2618,-1.67652 -8.88344,-0.73207 -13.29607,-1.34864 -1.12631,-1.18068 -1.9949,-2.56831 -2.90795,-3.90245 5.54226,-0.46423 11.14133,-0.0853 16.657,-0.92589 z"
-       style="fill:#a65c28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path230"
-       d="m 187.52576,173.10525 c 0.59132,-2.43409 1.48253,-5.48149 4.49369,-5.63081 4.00545,2.48662 3.11658,8.12029 0.47034,11.28148 -1.65532,-1.00255 -3.30327,-2.00804 -4.94298,-3.0253 -0.005,-0.65634 -0.0158,-1.96902 -0.0211,-2.62537 z"
-       style="fill:none;stroke:#ab7d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path232"
-       d="m 187.52576,173.10525 c 0.59132,-2.43409 1.48253,-5.48149 4.49369,-5.63081 4.00545,2.48662 3.11658,8.12029 0.47034,11.28148 -1.65532,-1.00255 -3.30327,-2.00804 -4.94298,-3.0253 -0.005,-0.65634 -0.0158,-1.96902 -0.0211,-2.62537 z"
-       style="fill:#ab7d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path234"
-       d="m 196.05977,168.67932 c 4.93075,-1.78457 10.42032,4.21057 7.3147,8.71681 -1.87357,1.0866 -4.0714,0.52805 -6.09206,0.3998 -0.64566,-3.00423 -1.01027,-6.05583 -1.22264,-9.11661 z"
-       style="fill:none;stroke:#ab7d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path236"
-       d="m 196.05977,168.67932 c 4.93075,-1.78457 10.42032,4.21057 7.3147,8.71681 -1.87357,1.0866 -4.0714,0.52805 -6.09206,0.3998 -0.64566,-3.00423 -1.01027,-6.05583 -1.22264,-9.11661 z"
-       style="fill:#ab7d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path238"
-       d="m 212.06799,168.28778 c 3.13561,0.51261 5.44226,2.5997 6.45487,5.58141 -1.72998,-0.05 -3.45331,-0.12108 -5.17583,-0.20658 -0.44105,-1.78999 -0.88016,-3.57968 -1.27904,-5.37483 z"
-       style="fill:none;stroke:#947026;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path240"
-       d="m 212.06799,168.28778 c 3.13561,0.51261 5.44226,2.5997 6.45487,5.58141 -1.72998,-0.05 -3.45331,-0.12108 -5.17583,-0.20658 -0.44105,-1.78999 -0.88016,-3.57968 -1.27904,-5.37483 z"
-       style="fill:#947026;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path242"
-       d="m 313.25883,170.1471 c 1.74135,-1.0133 4.09551,-2.00643 5.9702,-0.71897 1.04035,1.48355 1.75748,3.15944 2.60975,4.75874 -0.44736,0.27166 -1.34208,0.81499 -1.78943,1.08664 -2.86116,2.33535 -6.40139,3.3572 -9.98107,2.03835 0.77574,-2.44208 0.66909,-5.73422 3.19055,-7.16476 z"
-       style="fill:none;stroke:#ab7d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path244"
-       d="m 313.25883,170.1471 c 1.74135,-1.0133 4.09551,-2.00643 5.9702,-0.71897 1.04035,1.48355 1.75748,3.15944 2.60975,4.75874 -0.44736,0.27166 -1.34208,0.81499 -1.78943,1.08664 -2.86116,2.33535 -6.40139,3.3572 -9.98107,2.03835 0.77574,-2.44208 0.66909,-5.73422 3.19055,-7.16476 z"
-       style="fill:#ab7d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path246"
-       d="m 451.86414,169.03052 c 0.42778,-0.0737 1.28334,-0.22122 1.71112,-0.29495 l -0.023,0.86383 c -0.12144,3.74801 -0.0163,7.54313 -0.87199,11.2223 -0.594,3.04944 -1.83856,6.00548 -1.85248,9.14645 0.63946,4.14585 2.79651,7.85526 3.78802,11.91449 0.51291,2.84379 0.98223,5.71009 1.1056,8.605 -0.62906,3.16582 -1.51142,6.27481 -2.46048,9.35878 1.60681,0.90448 3.2165,1.81511 4.8197,2.74356 0.22877,1.97008 -0.16086,4.31653 1.3582,5.873 1.01838,1.18015 2.17474,2.23349 3.30757,3.31705 -1.26343,0.74138 -2.55197,1.44043 -3.85809,2.09039 0.35374,-0.376 1.06121,-1.128 1.41496,-1.504 -2.10831,-2.62612 -3.79282,-5.60528 -4.28612,-8.97665 -1.64812,-1.12987 -3.30749,-2.23718 -4.96442,-3.34003 1.54033,-3.49315 3.35402,-7.06743 3.385,-10.9702 -0.30145,-5.56082 -2.50878,-10.74588 -4.33109,-15.93101 -1.52012,-3.91329 0.27704,-7.9485 1.13768,-11.7807 1.06871,-4.02008 1.11894,-8.22965 0.61985,-12.33731 z"
-       style="fill:none;stroke:#685c45;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path248"
-       d="m 451.86414,169.03052 c 0.42778,-0.0737 1.28334,-0.22122 1.71112,-0.29495 l -0.023,0.86383 c -0.12144,3.74801 -0.0163,7.54313 -0.87199,11.2223 -0.594,3.04944 -1.83856,6.00548 -1.85248,9.14645 0.63946,4.14585 2.79651,7.85526 3.78802,11.91449 0.51291,2.84379 0.98223,5.71009 1.1056,8.605 -0.62906,3.16582 -1.51142,6.27481 -2.46048,9.35878 1.60681,0.90448 3.2165,1.81511 4.8197,2.74356 0.22877,1.97008 -0.16086,4.31653 1.3582,5.873 1.01838,1.18015 2.17474,2.23349 3.30757,3.31705 -1.26343,0.74138 -2.55197,1.44043 -3.85809,2.09039 0.35374,-0.376 1.06121,-1.128 1.41496,-1.504 -2.10831,-2.62612 -3.79282,-5.60528 -4.28612,-8.97665 -1.64812,-1.12987 -3.30749,-2.23718 -4.96442,-3.34003 1.54033,-3.49315 3.35402,-7.06743 3.385,-10.9702 -0.30145,-5.56082 -2.50878,-10.74588 -4.33109,-15.93101 -1.52012,-3.91329 0.27704,-7.9485 1.13768,-11.7807 1.06871,-4.02008 1.11894,-8.22965 0.61985,-12.33731 z"
-       style="fill:#685c45;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path250"
-       d="m 204.51953,169.60792 c 2.19284,0.26627 5.259,-1.11942 6.69078,1.18233 1.15567,1.74695 1.1857,3.98805 0.84311,5.98889 -1.1362,1.38144 -3.08684,2.34108 -4.60039,0.90134 -1.91357,-2.24103 -2.19458,-5.33285 -2.9335,-8.07256 z"
-       style="fill:none;stroke:#ab7d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path252"
-       d="m 204.51953,169.60792 c 2.19284,0.26627 5.259,-1.11942 6.69078,1.18233 1.15567,1.74695 1.1857,3.98805 0.84311,5.98889 -1.1362,1.38144 -3.08684,2.34108 -4.60039,0.90134 -1.91357,-2.24103 -2.19458,-5.33285 -2.9335,-8.07256 z"
-       style="fill:#ab7d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path254"
-       d="m 304.29729,174.80669 c 0.0866,-3.11506 3.34381,-4.38257 5.90843,-4.9995 -0.6449,2.68489 -1.40332,5.34052 -2.13559,8.00359 -1.61159,-0.45551 -3.77618,-0.90094 -3.77284,-3.00409 z"
-       style="fill:none;stroke:#ab7d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path256"
-       d="m 304.29729,174.80669 c 0.0866,-3.11506 3.34381,-4.38257 5.90843,-4.9995 -0.6449,2.68489 -1.40332,5.34052 -2.13559,8.00359 -1.61159,-0.45551 -3.77618,-0.90094 -3.77284,-3.00409 z"
-       style="fill:#ab7d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path258"
-       d="m 452.68024,180.8217 c 0.85566,-3.67917 0.75055,-7.47429 0.87199,-11.2223 3.92572,0.19026 7.78104,1.18524 10.35042,4.36875 -1.28384,4.87769 -2.22574,9.83513 -3.2578,14.77031 -1.8022,5.92898 2.94797,11.06012 2.98067,16.92125 -2.4783,-2.31491 -5.69438,-3.4064 -9.00974,-3.77707 -0.99151,-4.05923 -3.14856,-7.76864 -3.78802,-11.91449 0.0139,-3.14097 1.25848,-6.09701 1.85248,-9.14645 z"
-       style="fill:none;stroke:#d4ab57;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path260"
-       d="m 452.68024,180.8217 c 0.85566,-3.67917 0.75055,-7.47429 0.87199,-11.2223 3.92572,0.19026 7.78104,1.18524 10.35042,4.36875 -1.28384,4.87769 -2.22574,9.83513 -3.2578,14.77031 -1.8022,5.92898 2.94797,11.06012 2.98067,16.92125 -2.4783,-2.31491 -5.69438,-3.4064 -9.00974,-3.77707 -0.99151,-4.05923 -3.14856,-7.76864 -3.78802,-11.91449 0.0139,-3.14097 1.25848,-6.09701 1.85248,-9.14645 z"
-       style="fill:#d4ab57;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path262"
-       d="m 299.24271,171.11932 c 1.52731,-0.81244 3.37079,-0.89924 4.39058,0.74276 -0.41398,2.11563 -0.33886,5.46197 -3.15114,5.7588 -3.92134,1.18777 -4.2571,-5.41656 -1.23944,-6.50156 z"
-       style="fill:none;stroke:#ab7d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path264"
-       d="m 299.24271,171.11932 c 1.52731,-0.81244 3.37079,-0.89924 4.39058,0.74276 -0.41398,2.11563 -0.33886,5.46197 -3.15114,5.7588 -3.92134,1.18777 -4.2571,-5.41656 -1.23944,-6.50156 z"
-       style="fill:#ab7d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path266"
-       d="m 347.40301,173.98498 c 10.31501,-1.79748 20.80511,-2.01573 31.20488,-3.10655 0.91305,1.33414 1.78164,2.72177 2.90795,3.90245 4.41263,0.61657 9.03427,-0.32788 13.29607,1.34864 7.74221,3.04548 16.16596,1.88138 24.26885,1.88014 3.34433,0.0508 6.49859,-1.17008 9.34701,-2.83276 1.76173,0.14335 3.53321,0.23002 5.31045,0.25228 -0.21188,2.9693 1.59102,5.31122 3.33437,7.49678 2.01736,2.04712 0.51968,4.93047 0.19418,7.33315 -7.46758,-0.14629 -14.86137,-1.36441 -22.32497,-1.5336 -6.75045,-0.24539 -13.60605,-0.11349 -20.20514,-1.74918 -1.61364,-0.55398 -3.1851,-1.21646 -4.74881,-1.8717 6.20205,-2.21687 12.8801,-1.57819 19.31723,-2.36835 -3.94012,-1.36261 -8.08178,-2.15082 -12.25967,-1.96611 -11.44772,0.48896 -22.76855,-1.56186 -34.12195,-2.64067 -5.94075,-0.52338 -11.89717,-0.91289 -17.78952,-1.85361 -0.35293,1.44889 -0.70372,2.89876 -1.04864,4.35146 -3.64035,-0.36775 -7.32558,-0.34753 -10.91246,0.42874 6.47522,3.43211 14.15367,1.8551 21.00077,4.14064 -1.14419,2.52974 -2.568,5.0874 -5.22964,6.27664 -8.38028,-0.5085 -16.75134,-1.12597 -25.10362,-1.95463 -0.0447,-2.70302 -0.098,-5.40303 -0.1706,-8.10224 -7.30923,0.0759 -14.61314,0.46462 -21.92053,0.44042 -0.57545,-0.0328 -1.72633,-0.0985 -2.30177,-0.13138 -2.39832,-0.18985 -4.79709,-0.36334 -7.19879,-0.38402 -8.34476,-0.56048 -17.21564,0.59604 -24.96536,-3.23178 5.93174,-2.53642 12.4578,-1.54619 18.71282,-1.69475 3.46518,-0.0823 6.93612,0.3135 10.24842,1.37184 3.7718,1.28431 7.7962,0.71862 11.68573,1.2206 3.0193,0.20281 6.20178,1.14607 9.12422,-0.0982 3.88983,-1.61696 7.98662,-2.70109 12.20587,-2.95555 6.07184,-0.39916 12.09921,-1.27002 18.14265,-1.96874 z"
-       style="fill:none;stroke:#b5682e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path268"
-       d="m 347.40301,173.98498 c 10.31501,-1.79748 20.80511,-2.01573 31.20488,-3.10655 0.91305,1.33414 1.78164,2.72177 2.90795,3.90245 4.41263,0.61657 9.03427,-0.32788 13.29607,1.34864 7.74221,3.04548 16.16596,1.88138 24.26885,1.88014 3.34433,0.0508 6.49859,-1.17008 9.34701,-2.83276 1.76173,0.14335 3.53321,0.23002 5.31045,0.25228 -0.21188,2.9693 1.59102,5.31122 3.33437,7.49678 2.01736,2.04712 0.51968,4.93047 0.19418,7.33315 -7.46758,-0.14629 -14.86137,-1.36441 -22.32497,-1.5336 -6.75045,-0.24539 -13.60605,-0.11349 -20.20514,-1.74918 -1.61364,-0.55398 -3.1851,-1.21646 -4.74881,-1.8717 6.20205,-2.21687 12.8801,-1.57819 19.31723,-2.36835 -3.94012,-1.36261 -8.08178,-2.15082 -12.25967,-1.96611 -11.44772,0.48896 -22.76855,-1.56186 -34.12195,-2.64067 -5.94075,-0.52338 -11.89717,-0.91289 -17.78952,-1.85361 -0.35293,1.44889 -0.70372,2.89876 -1.04864,4.35146 -3.64035,-0.36775 -7.32558,-0.34753 -10.91246,0.42874 6.47522,3.43211 14.15367,1.8551 21.00077,4.14064 -1.14419,2.52974 -2.568,5.0874 -5.22964,6.27664 -8.38028,-0.5085 -16.75134,-1.12597 -25.10362,-1.95463 -0.0447,-2.70302 -0.098,-5.40303 -0.1706,-8.10224 -7.30923,0.0759 -14.61314,0.46462 -21.92053,0.44042 -0.57545,-0.0328 -1.72633,-0.0985 -2.30177,-0.13138 -2.39832,-0.18985 -4.79709,-0.36334 -7.19879,-0.38402 -8.34476,-0.56048 -17.21564,0.59604 -24.96536,-3.23178 5.93174,-2.53642 12.4578,-1.54619 18.71282,-1.69475 3.46518,-0.0823 6.93612,0.3135 10.24842,1.37184 3.7718,1.28431 7.7962,0.71862 11.68573,1.2206 3.0193,0.20281 6.20178,1.14607 9.12422,-0.0982 3.88983,-1.61696 7.98662,-2.70109 12.20587,-2.95555 6.07184,-0.39916 12.09921,-1.27002 18.14265,-1.96874 z"
-       style="fill:#b5682e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path270"
-       d="m 72.264755,175.15453 c 1.171402,-0.48066 2.362763,-0.90989 3.553375,-1.34037 3.101944,1.85071 6.419373,3.72135 10.155549,3.63501 5.407409,0.0224 10.834854,-0.30949 16.215131,0.45256 0.0851,1.44249 0.15065,2.88817 0.1966,4.33701 -0.3368,2.28142 -0.72243,4.55658 -1.13224,6.8287 -4.948605,-0.25991 -9.898357,-0.56701 -14.812542,-1.21862 -1.127716,-4.56365 -4.773239,-8.06733 -9.343491,-9.10643 -2.765396,-0.70379 -5.568389,-1.2399 -8.355209,-1.84221 1.162811,-0.60547 2.337097,-1.18737 3.522827,-1.74565 z"
-       style="fill:none;stroke:#b0682e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path272"
-       d="m 72.264755,175.15453 c 1.171402,-0.48066 2.362763,-0.90989 3.553375,-1.34037 3.101944,1.85071 6.419373,3.72135 10.155549,3.63501 5.407409,0.0224 10.834854,-0.30949 16.215131,0.45256 0.0851,1.44249 0.15065,2.88817 0.1966,4.33701 -0.3368,2.28142 -0.72243,4.55658 -1.13224,6.8287 -4.948605,-0.25991 -9.898357,-0.56701 -14.812542,-1.21862 -1.127716,-4.56365 -4.773239,-8.06733 -9.343491,-9.10643 -2.765396,-0.70379 -5.568389,-1.2399 -8.355209,-1.84221 1.162811,-0.60547 2.337097,-1.18737 3.522827,-1.74565 z"
-       style="fill:#b0682e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path274"
-       d="m 65.0065,176.02272 c 2.261048,-1.12212 4.799729,-1.36433 7.258255,-0.86819 -1.18573,0.55828 -2.360016,1.14018 -3.522827,1.74565 -3.265488,1.78189 -7.102142,3.78692 -8.049667,7.72381 -0.991638,3.64304 -1.477066,8.2887 1.65216,11.07089 5.797837,5.63503 17.087738,5.94364 22.10196,-0.90115 1.186966,-1.54628 2.270309,-3.16719 3.378128,-4.7682 0.118393,1.2726 0.238006,2.54761 0.358856,3.82501 -2.521713,2.87248 -5.049881,6.12628 -8.851395,7.31927 -4.357345,1.31058 -8.996002,0.58881 -13.37622,-0.22834 -3.210206,-1.93846 -6.587174,-4.39459 -7.706315,-8.16042 -0.7462,-3.11714 -0.07433,-6.35893 0.764679,-9.38473 0.660935,-1.37805 1.389649,-2.72153 2.201508,-4.01326 1.199997,-1.19051 2.471832,-2.30593 3.790878,-3.36034 z"
-       style="fill:none;stroke:#171411;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path276"
-       d="m 65.0065,176.02272 c 2.261048,-1.12212 4.799729,-1.36433 7.258255,-0.86819 -1.18573,0.55828 -2.360016,1.14018 -3.522827,1.74565 -3.265488,1.78189 -7.102142,3.78692 -8.049667,7.72381 -0.991638,3.64304 -1.477066,8.2887 1.65216,11.07089 5.797837,5.63503 17.087738,5.94364 22.10196,-0.90115 1.186966,-1.54628 2.270309,-3.16719 3.378128,-4.7682 0.118393,1.2726 0.238006,2.54761 0.358856,3.82501 -2.521713,2.87248 -5.049881,6.12628 -8.851395,7.31927 -4.357345,1.31058 -8.996002,0.58881 -13.37622,-0.22834 -3.210206,-1.93846 -6.587174,-4.39459 -7.706315,-8.16042 -0.7462,-3.11714 -0.07433,-6.35893 0.764679,-9.38473 0.660935,-1.37805 1.389649,-2.72153 2.201508,-4.01326 1.199997,-1.19051 2.471832,-2.30593 3.790878,-3.36034 z"
-       style="fill:#171411;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path278"
-       d="m 104.21666,174.6794 c 4.36392,0.18608 8.69621,-0.48279 13.04431,-0.72321 2.12491,0.51917 4.23601,1.10066 6.34186,1.70066 -0.51703,2.79841 -1.03925,5.60017 -1.36116,8.43135 -3.32022,-0.28772 -6.65324,-0.32593 -9.98143,-0.3995 0.54121,0.94179 1.08398,1.88582 1.62832,2.83213 0.46905,3.80555 -3.10029,6.19267 -4.4571,9.41195 -1.00827,1.9479 -2.09265,3.8597 -3.34392,5.66553 -1.96831,-0.37218 -3.93831,-0.72357 -5.90906,-1.06529 0.0171,-1.80417 0.0297,-3.60744 0.13175,-5.40489 0.22432,-2.03496 0.58248,-4.04976 0.94294,-6.06069 0.40981,-2.27212 0.79544,-4.54728 1.13224,-6.8287 0.49574,-2.54723 1.1538,-5.05776 1.83125,-7.55934 z"
-       style="fill:none;stroke:#38281c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path280"
-       d="m 104.21666,174.6794 c 4.36392,0.18608 8.69621,-0.48279 13.04431,-0.72321 2.12491,0.51917 4.23601,1.10066 6.34186,1.70066 -0.51703,2.79841 -1.03925,5.60017 -1.36116,8.43135 -3.32022,-0.28772 -6.65324,-0.32593 -9.98143,-0.3995 0.54121,0.94179 1.08398,1.88582 1.62832,2.83213 0.46905,3.80555 -3.10029,6.19267 -4.4571,9.41195 -1.00827,1.9479 -2.09265,3.8597 -3.34392,5.66553 -1.96831,-0.37218 -3.93831,-0.72357 -5.90906,-1.06529 0.0171,-1.80417 0.0297,-3.60744 0.13175,-5.40489 0.22432,-2.03496 0.58248,-4.04976 0.94294,-6.06069 0.40981,-2.27212 0.79544,-4.54728 1.13224,-6.8287 0.49574,-2.54723 1.1538,-5.05776 1.83125,-7.55934 z"
-       style="fill:#38281c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path282"
-       d="m 463.90265,173.96815 c 2.69878,0.67667 5.44215,1.16787 8.19093,1.63169 -2.34497,0.12269 -4.68492,0.253 -7.0209,0.37981 -0.65613,4.53971 -1.63613,9.0204 -2.54648,13.51333 -1.10701,4.50884 1.64696,8.61182 2.59169,12.87814 0.015,3.94732 -1.20145,7.90708 -0.63423,11.83397 1.79825,3.37473 4.64412,6.05039 7.00954,9.02941 l 0.50158,0.59201 c -1.00778,0.76092 -2.00694,1.52328 -3.01738,2.27098 -1.10718,-4.09007 -3.77345,-7.38881 -6.30845,-10.66968 -1.01574,-1.1206 -0.51172,-2.68922 -0.3816,-4.01508 0.42798,-1.92256 0.943,-3.82467 1.33817,-5.75302 -0.0327,-5.86113 -4.78287,-10.99227 -2.98067,-16.92125 1.03206,-4.93518 1.97396,-9.89262 3.2578,-14.77031 z"
-       style="fill:none;stroke:#977d4c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path284"
-       d="m 463.90265,173.96815 c 2.69878,0.67667 5.44215,1.16787 8.19093,1.63169 -2.34497,0.12269 -4.68492,0.253 -7.0209,0.37981 -0.65613,4.53971 -1.63613,9.0204 -2.54648,13.51333 -1.10701,4.50884 1.64696,8.61182 2.59169,12.87814 0.015,3.94732 -1.20145,7.90708 -0.63423,11.83397 1.79825,3.37473 4.64412,6.05039 7.00954,9.02941 l 0.50158,0.59201 c -1.00778,0.76092 -2.00694,1.52328 -3.01738,2.27098 -1.10718,-4.09007 -3.77345,-7.38881 -6.30845,-10.66968 -1.01574,-1.1206 -0.51172,-2.68922 -0.3816,-4.01508 0.42798,-1.92256 0.943,-3.82467 1.33817,-5.75302 -0.0327,-5.86113 -4.78287,-10.99227 -2.98067,-16.92125 1.03206,-4.93518 1.97396,-9.89262 3.2578,-14.77031 z"
-       style="fill:#977d4c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path286"
-       d="m 11.745087,175.64035 c 2.912674,1.07536 5.625442,2.62604 7.992431,4.63951 4.05365,3.36269 8.891144,5.56339 13.702607,7.60645 -2.457673,1.17672 -4.900376,2.38488 -7.361817,3.55542 -3.65863,-6.25057 -9.86441,-10.24826 -14.333221,-15.80138 z"
-       style="fill:none;stroke:#b8682b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path288"
-       d="m 11.745087,175.64035 c 2.912674,1.07536 5.625442,2.62604 7.992431,4.63951 4.05365,3.36269 8.891144,5.56339 13.702607,7.60645 -2.457673,1.17672 -4.900376,2.38488 -7.361817,3.55542 -3.65863,-6.25057 -9.86441,-10.24826 -14.333221,-15.80138 z"
-       style="fill:#b8682b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path290"
-       d="m 28.447815,176.45329 c 10.950333,0.65679 21.819839,2.24073 32.767807,2.92977 -0.811859,1.29173 -1.540573,2.63521 -2.201508,4.01326 -7.575103,1.40422 -15.11145,-1.15291 -22.704605,-0.42447 6.665695,2.63907 14.034256,2.16554 20.78209,4.53302 -1.768525,0.27488 -3.536896,0.54582 -5.306275,0.81125 0.219864,0.96499 0.439285,1.93202 0.660294,2.90217 -5.248459,-0.0792 -10.482605,0.31308 -15.719895,0.56494 -1.987426,-0.21553 -3.971191,-0.4581 -5.953308,-0.70947 0.876862,-1.07496 1.750794,-2.1505 2.66771,-3.18745 0.377807,-0.15429 1.133453,-0.46282 1.511276,-0.6171 -3.615463,-2.15185 -7.372055,-4.04765 -11.051377,-6.08211 1.833817,-0.0521 3.667893,-0.10016 5.502396,-0.14471 -0.319565,-1.53122 -0.637024,-3.06159 -0.954605,-4.5891 z"
-       style="fill:none;stroke:#a65926;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path292"
-       d="m 28.447815,176.45329 c 10.950333,0.65679 21.819839,2.24073 32.767807,2.92977 -0.811859,1.29173 -1.540573,2.63521 -2.201508,4.01326 -7.575103,1.40422 -15.11145,-1.15291 -22.704605,-0.42447 6.665695,2.63907 14.034256,2.16554 20.78209,4.53302 -1.768525,0.27488 -3.536896,0.54582 -5.306275,0.81125 0.219864,0.96499 0.439285,1.93202 0.660294,2.90217 -5.248459,-0.0792 -10.482605,0.31308 -15.719895,0.56494 -1.987426,-0.21553 -3.971191,-0.4581 -5.953308,-0.70947 0.876862,-1.07496 1.750794,-2.1505 2.66771,-3.18745 0.377807,-0.15429 1.133453,-0.46282 1.511276,-0.6171 -3.615463,-2.15185 -7.372055,-4.04765 -11.051377,-6.08211 1.833817,-0.0521 3.667893,-0.10016 5.502396,-0.14471 -0.319565,-1.53122 -0.637024,-3.06159 -0.954605,-4.5891 z"
-       style="fill:#a65926;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path294"
-       d="m 345.13394,176.27589 c 5.89235,0.94072 11.84877,1.33023 17.78952,1.85361 11.3534,1.07881 22.67423,3.12963 34.12195,2.64067 4.17789,-0.18471 8.31955,0.6035 12.25967,1.96611 -6.43713,0.79016 -13.11518,0.15148 -19.31723,2.36835 1.56371,0.65524 3.13517,1.31772 4.74881,1.8717 -3.23861,1.14722 -6.25648,2.81354 -9.04155,4.81342 7.94034,2.44069 16.30744,2.35853 24.51282,2.99296 -3.32696,0.31873 -6.56697,1.15294 -9.76041,2.09555 0.40867,0.28414 1.22599,0.85241 1.63465,1.13654 -3.03691,1.12822 -6.10394,2.1682 -9.17423,3.19063 0.26381,8.24715 1.59758,16.47992 0.88723,24.74086 -0.47257,5.92488 -0.89583,11.85393 -1.25327,17.78822 -0.31045,-0.0603 -0.93136,-0.18083 -1.24184,-0.2411 0.11945,-12.76802 -0.23178,-25.71364 -3.7752,-38.07102 -4.19474,-0.0665 -8.38858,0.0799 -12.56507,0.43839 1.36896,7.05817 2.43752,14.20686 2.29515,21.41923 -4.78088,0.29073 -9.56749,-0.14033 -14.25615,-1.07306 -0.10292,-1.34013 -0.19197,-2.67806 -0.26716,-4.0138 3.3842,-0.4945 6.76829,-1.00553 10.15185,-1.52999 -0.31544,-3.92811 -0.22062,-8.03509 -1.80928,-11.71588 -0.51158,-2.10667 -2.988,-1.7639 -4.64497,-1.98588 -0.0213,-0.47553 -0.064,-1.42658 -0.0853,-1.9021 -6.80957,0.0355 -14.10767,1.49571 -20.34958,-2.05088 5.19221,-1.16281 10.52684,-1.3916 15.83206,-1.23985 -0.59057,-1.11125 -1.1709,-2.2242 -1.74893,-3.33154 3.97852,0.1261 7.96484,0.60144 11.94858,0.29318 -1.0485,-3.3447 -4.52271,-4.9843 -7.65889,-5.82469 -5.05681,-1.14199 -10.27722,-1.08951 -15.42322,-1.43215 2.66164,-1.18924 4.08545,-3.7469 5.22964,-6.27664 -6.8471,-2.28554 -14.52555,-0.70853 -21.00077,-4.14064 3.58688,-0.77627 7.27211,-0.79649 10.91246,-0.42874 0.34492,-1.4527 0.69571,-2.90257 1.04864,-4.35146 z"
-       style="fill:none;stroke:#a35926;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path296"
-       d="m 345.13394,176.27589 c 5.89235,0.94072 11.84877,1.33023 17.78952,1.85361 11.3534,1.07881 22.67423,3.12963 34.12195,2.64067 4.17789,-0.18471 8.31955,0.6035 12.25967,1.96611 -6.43713,0.79016 -13.11518,0.15148 -19.31723,2.36835 1.56371,0.65524 3.13517,1.31772 4.74881,1.8717 -3.23861,1.14722 -6.25648,2.81354 -9.04155,4.81342 7.94034,2.44069 16.30744,2.35853 24.51282,2.99296 -3.32696,0.31873 -6.56697,1.15294 -9.76041,2.09555 0.40867,0.28414 1.22599,0.85241 1.63465,1.13654 -3.03691,1.12822 -6.10394,2.1682 -9.17423,3.19063 0.26381,8.24715 1.59758,16.47992 0.88723,24.74086 -0.47257,5.92488 -0.89583,11.85393 -1.25327,17.78822 -0.31045,-0.0603 -0.93136,-0.18083 -1.24184,-0.2411 0.11945,-12.76802 -0.23178,-25.71364 -3.7752,-38.07102 -4.19474,-0.0665 -8.38858,0.0799 -12.56507,0.43839 1.36896,7.05817 2.43752,14.20686 2.29515,21.41923 -4.78088,0.29073 -9.56749,-0.14033 -14.25615,-1.07306 -0.10292,-1.34013 -0.19197,-2.67806 -0.26716,-4.0138 3.3842,-0.4945 6.76829,-1.00553 10.15185,-1.52999 -0.31544,-3.92811 -0.22062,-8.03509 -1.80928,-11.71588 -0.51158,-2.10667 -2.988,-1.7639 -4.64497,-1.98588 -0.0213,-0.47553 -0.064,-1.42658 -0.0853,-1.9021 -6.80957,0.0355 -14.10767,1.49571 -20.34958,-2.05088 5.19221,-1.16281 10.52684,-1.3916 15.83206,-1.23985 -0.59057,-1.11125 -1.1709,-2.2242 -1.74893,-3.33154 3.97852,0.1261 7.96484,0.60144 11.94858,0.29318 -1.0485,-3.3447 -4.52271,-4.9843 -7.65889,-5.82469 -5.05681,-1.14199 -10.27722,-1.08951 -15.42322,-1.43215 2.66164,-1.18924 4.08545,-3.7469 5.22964,-6.27664 -6.8471,-2.28554 -14.52555,-0.70853 -21.00077,-4.14064 3.58688,-0.77627 7.27211,-0.79649 10.91246,-0.42874 0.34492,-1.4527 0.69571,-2.90257 1.04864,-4.35146 z"
-       style="fill:#a35926;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path298"
-       d="m 465.07268,175.97965 c 2.33598,-0.12681 4.67593,-0.25712 7.0209,-0.37981 0.72714,0.8083 1.46295,1.61639 2.20742,2.42422 -0.2307,4.64522 -1.53385,9.59235 0.41261,14.03882 2.1927,3.86618 6.00944,6.4079 8.98983,9.61789 -6.17105,0.91058 -12.40925,-0.0745 -18.58555,0.69035 -0.94473,-4.26632 -3.6987,-8.3693 -2.59169,-12.87814 0.91035,-4.49293 1.89035,-8.97362 2.54648,-13.51333 z"
-       style="fill:none;stroke:#cfa857;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path300"
-       d="m 465.07268,175.97965 c 2.33598,-0.12681 4.67593,-0.25712 7.0209,-0.37981 0.72714,0.8083 1.46295,1.61639 2.20742,2.42422 -0.2307,4.64522 -1.53385,9.59235 0.41261,14.03882 2.1927,3.86618 6.00944,6.4079 8.98983,9.61789 -6.17105,0.91058 -12.40925,-0.0745 -18.58555,0.69035 -0.94473,-4.26632 -3.6987,-8.3693 -2.59169,-12.87814 0.91035,-4.49293 1.89035,-8.97362 2.54648,-13.51333 z"
-       style="fill:#cfa857;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path302"
-       d="m 60.692261,184.62399 c 0.947525,-3.93689 4.784179,-5.94192 8.049667,-7.72381 2.78682,0.60231 5.589813,1.13842 8.355209,1.84221 -3.211288,-0.32534 -6.948425,-0.49328 -9.417205,1.98292 -3.232163,2.70581 -4.315964,8.52773 -0.585007,11.29318 4.099808,3.71106 9.974411,2.25391 14.979553,2.58155 0.592972,0.0484 1.778931,0.14526 2.371903,0.19369 -5.014222,6.84479 -16.304123,6.53618 -22.10196,0.90115 -3.129226,-2.78219 -2.643798,-7.42785 -1.65216,-11.07089 z"
-       style="fill:none;stroke:#9e5726;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path304"
-       d="m 60.692261,184.62399 c 0.947525,-3.93689 4.784179,-5.94192 8.049667,-7.72381 2.78682,0.60231 5.589813,1.13842 8.355209,1.84221 -3.211288,-0.32534 -6.948425,-0.49328 -9.417205,1.98292 -3.232163,2.70581 -4.315964,8.52773 -0.585007,11.29318 4.099808,3.71106 9.974411,2.25391 14.979553,2.58155 0.592972,0.0484 1.778931,0.14526 2.371903,0.19369 -5.014222,6.84479 -16.304123,6.53618 -22.10196,0.90115 -3.129226,-2.78219 -2.643798,-7.42785 -1.65216,-11.07089 z"
-       style="fill:#9e5726;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path306"
-       d="m 104.95613,176.77486 c 5.46156,-0.1932 10.93158,-0.22492 16.39261,0.0319 -0.18307,1.62181 -0.38145,3.24515 -0.57407,4.8703 -3.55737,0.008 -7.11883,0.11241 -10.6472,0.58856 -0.26526,1.10445 -0.52482,2.21408 -0.78428,3.32422 1.26606,0.95447 2.52372,1.92415 3.74638,2.93992 -1.25168,0.35471 -2.50508,0.70046 -3.76022,1.03724 -0.48661,1.15568 -0.96531,2.31567 -1.43799,3.48104 -1.18581,-0.2082 -2.37044,-0.41317 -3.55387,-0.61489 -0.21742,-1.84067 -0.44709,-3.67905 -0.59343,-5.52266 0.10743,-3.40885 0.84359,-6.75406 1.21207,-10.13562 z"
-       style="fill:none;stroke:#dcba6e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path308"
-       d="m 104.95613,176.77486 c 5.46156,-0.1932 10.93158,-0.22492 16.39261,0.0319 -0.18307,1.62181 -0.38145,3.24515 -0.57407,4.8703 -3.55737,0.008 -7.11883,0.11241 -10.6472,0.58856 -0.26526,1.10445 -0.52482,2.21408 -0.78428,3.32422 1.26606,0.95447 2.52372,1.92415 3.74638,2.93992 -1.25168,0.35471 -2.50508,0.70046 -3.76022,1.03724 -0.48661,1.15568 -0.96531,2.31567 -1.43799,3.48104 -1.18581,-0.2082 -2.37044,-0.41317 -3.55387,-0.61489 -0.21742,-1.84067 -0.44709,-3.67905 -0.59343,-5.52266 0.10743,-3.40885 0.84359,-6.75406 1.21207,-10.13562 z"
-       style="fill:#dcba6e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path310"
-       d="m 205.17119,178.43745 c 5.14738,2.06824 9.6383,-2.36958 14.77061,-2.02606 8.12807,0.31771 16.50386,-0.8473 24.41059,1.54625 -0.22769,1.34078 -0.4478,2.68508 -0.65072,4.0336 -0.50869,3.48853 -0.92545,6.99056 -1.51754,10.4686 -0.77674,-3.49738 -1.21675,-7.05545 -1.67053,-10.60298 -2.70801,0.12594 -5.41376,0.26321 -8.11884,0.37803 -0.0623,0.42843 -0.18675,1.28527 -0.24899,1.71369 -0.60344,2.35704 -1.46009,4.66408 -2.75412,6.73579 -0.58522,-2.63322 -1.02246,-5.29231 -1.40921,-7.95794 -4.48404,-0.27984 -9.04024,-0.86585 -13.49791,-0.0671 -1.64562,1.73639 -2.05542,4.20462 -2.56619,6.45049 -2.28634,-0.0296 -4.57175,-0.0604 -6.84919,-0.22353 -2.22622,-0.19238 -4.43036,-0.55523 -6.61111,-1.02012 2.53279,-0.52121 5.08253,-0.962 7.63261,-1.40712 -0.23996,-2.68273 -0.53587,-5.3584 -0.91946,-8.02163 z"
-       style="fill:none;stroke:#b3682e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path312"
-       d="m 205.17119,178.43745 c 5.14738,2.06824 9.6383,-2.36958 14.77061,-2.02606 8.12807,0.31771 16.50386,-0.8473 24.41059,1.54625 -0.22769,1.34078 -0.4478,2.68508 -0.65072,4.0336 -0.50869,3.48853 -0.92545,6.99056 -1.51754,10.4686 -0.77674,-3.49738 -1.21675,-7.05545 -1.67053,-10.60298 -2.70801,0.12594 -5.41376,0.26321 -8.11884,0.37803 -0.0623,0.42843 -0.18675,1.28527 -0.24899,1.71369 -0.60344,2.35704 -1.46009,4.66408 -2.75412,6.73579 -0.58522,-2.63322 -1.02246,-5.29231 -1.40921,-7.95794 -4.48404,-0.27984 -9.04024,-0.86585 -13.49791,-0.0671 -1.64562,1.73639 -2.05542,4.20462 -2.56619,6.45049 -2.28634,-0.0296 -4.57175,-0.0604 -6.84919,-0.22353 -2.22622,-0.19238 -4.43036,-0.55523 -6.61111,-1.02012 2.53279,-0.52121 5.08253,-0.962 7.63261,-1.40712 -0.23996,-2.68273 -0.53587,-5.3584 -0.91946,-8.02163 z"
-       style="fill:#b3682e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path314"
-       d="m 126.63234,178.4478 c 2.98581,-0.12177 5.98853,-0.3701 8.97208,-0.054 2.89007,6.43441 4.39395,13.51337 5.7649,20.43067 -1.71438,0.65517 -3.41215,1.3504 -5.13069,1.99158 -2.48108,-0.11077 -4.73961,-1.15638 -6.81808,-2.43067 -2.01871,0.9431 -4.00052,2.2798 -6.28621,2.37213 -1.69646,-0.52745 -3.11572,-1.642 -4.62819,-2.52636 0.79776,-2.58458 1.5549,-5.18291 2.51773,-7.71041 0.7059,-1.77023 1.4787,-3.51094 2.28809,-5.23343 1.08445,-2.29147 2.21534,-4.55955 3.32037,-6.83952 z"
-       style="fill:none;stroke:#2e2319;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path316"
-       d="m 126.63234,178.4478 c 2.98581,-0.12177 5.98853,-0.3701 8.97208,-0.054 2.89007,6.43441 4.39395,13.51337 5.7649,20.43067 -1.71438,0.65517 -3.41215,1.3504 -5.13069,1.99158 -2.48108,-0.11077 -4.73961,-1.15638 -6.81808,-2.43067 -2.01871,0.9431 -4.00052,2.2798 -6.28621,2.37213 -1.69646,-0.52745 -3.11572,-1.642 -4.62819,-2.52636 0.79776,-2.58458 1.5549,-5.18291 2.51773,-7.71041 0.7059,-1.77023 1.4787,-3.51094 2.28809,-5.23343 1.08445,-2.29147 2.21534,-4.55955 3.32037,-6.83952 z"
-       style="fill:#2e2319;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path318"
-       d="m 244.35239,177.95764 c 7.39061,2.16803 15.56756,2.70763 22.93091,0.1521 7.74972,3.82782 16.6206,2.6713 24.96536,3.23178 -3.50516,0.30356 -6.94295,1.07407 -10.37029,1.82437 -0.34541,7.85356 -0.1555,15.72304 0.32154,23.56804 -0.52692,-0.0648 -1.58072,-0.19433 -2.10764,-0.25911 -1.02586,-7.30905 -3.51523,-14.34324 -6.5282,-21.04828 -2.04225,-4.82035 -8.35815,-2.1905 -12.33818,-2.23545 -0.8922,5.70959 -1.90152,11.40022 -2.98349,17.07772 -1.04599,-0.46614 -2.0889,-0.92948 -3.12871,-1.39003 -0.35174,-5.51129 -1.09918,-10.9888 -1.47447,-16.49787 -3.31367,-0.14089 -6.62713,-0.25391 -9.93755,-0.38967 0.20292,-1.34852 0.42303,-2.69282 0.65072,-4.0336 z"
-       style="fill:none;stroke:#9e5723;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path320"
-       d="m 244.35239,177.95764 c 7.39061,2.16803 15.56756,2.70763 22.93091,0.1521 7.74972,3.82782 16.6206,2.6713 24.96536,3.23178 -3.50516,0.30356 -6.94295,1.07407 -10.37029,1.82437 -0.34541,7.85356 -0.1555,15.72304 0.32154,23.56804 -0.52692,-0.0648 -1.58072,-0.19433 -2.10764,-0.25911 -1.02586,-7.30905 -3.51523,-14.34324 -6.5282,-21.04828 -2.04225,-4.82035 -8.35815,-2.1905 -12.33818,-2.23545 -0.8922,5.70959 -1.90152,11.40022 -2.98349,17.07772 -1.04599,-0.46614 -2.0889,-0.92948 -3.12871,-1.39003 -0.35174,-5.51129 -1.09918,-10.9888 -1.47447,-16.49787 -3.31367,-0.14089 -6.62713,-0.25391 -9.93755,-0.38967 0.20292,-1.34852 0.42303,-2.69282 0.65072,-4.0336 z"
-       style="fill:#9e5723;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path322"
-       d="m 474.301,178.02406 c 1.88976,0.18906 3.78202,0.43244 5.65071,0.82737 -1.05089,-0.0321 -2.09604,-0.0446 -3.13543,-0.0376 -0.5655,4.38491 -2.50314,9.33429 -0.0149,13.44876 2.99354,3.36372 6.65115,6.16314 8.90661,10.15802 -3.01004,2.71618 -6.01851,5.43434 -8.9192,8.26564 1.34877,1.27943 2.70553,2.55771 4.07303,3.83078 -0.59691,0.32168 -1.7907,0.96504 -2.38759,1.28671 -0.89633,-1.8999 -2.13767,-3.6698 -2.61725,-5.73346 1.89207,-3.35121 5.33871,-5.50604 7.84643,-8.38948 -2.98039,-3.20999 -6.79713,-5.75171 -8.98983,-9.61789 -1.94646,-4.44647 -0.64331,-9.3936 -0.41261,-14.03882 z"
-       style="fill:none;stroke:#917a4c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path324"
-       d="m 474.301,178.02406 c 1.88976,0.18906 3.78202,0.43244 5.65071,0.82737 -1.05089,-0.0321 -2.09604,-0.0446 -3.13543,-0.0376 -0.5655,4.38491 -2.50314,9.33429 -0.0149,13.44876 2.99354,3.36372 6.65115,6.16314 8.90661,10.15802 -3.01004,2.71618 -6.01851,5.43434 -8.9192,8.26564 1.34877,1.27943 2.70553,2.55771 4.07303,3.83078 -0.59691,0.32168 -1.7907,0.96504 -2.38759,1.28671 -0.89633,-1.8999 -2.13767,-3.6698 -2.61725,-5.73346 1.89207,-3.35121 5.33871,-5.50604 7.84643,-8.38948 -2.98039,-3.20999 -6.79713,-5.75171 -8.98983,-9.61789 -1.94646,-4.44647 -0.64331,-9.3936 -0.41261,-14.03882 z"
-       style="fill:#917a4c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path326"
-       d="m 67.679932,180.72531 c 2.46878,-2.4762 6.205917,-2.30826 9.417205,-1.98292 4.570252,1.0391 8.215775,4.54278 9.343491,9.10643 -1.491898,2.22575 -2.949539,4.47506 -4.36615,6.75122 -5.005142,-0.32764 -10.879745,1.12951 -14.979553,-2.58155 -3.730957,-2.76545 -2.647156,-8.58737 0.585007,-11.29318 z"
-       style="fill:none;stroke:#171411;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path328"
-       d="m 67.679932,180.72531 c 2.46878,-2.4762 6.205917,-2.30826 9.417205,-1.98292 4.570252,1.0391 8.215775,4.54278 9.343491,9.10643 -1.491898,2.22575 -2.949539,4.47506 -4.36615,6.75122 -5.005142,-0.32764 -10.879745,1.12951 -14.979553,-2.58155 -3.730957,-2.76545 -2.647156,-8.58737 0.585007,-11.29318 z"
-       style="fill:#171411;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path330"
-       d="m 145.6869,182.68025 c 1.07354,-3.10336 4.89072,-3.25268 7.5761,-3.99927 2.89246,0.28302 5.7733,0.71936 8.68277,0.83729 -0.44299,2.23791 -0.88707,4.47772 -1.33626,6.71696 -2.12428,0.34224 -4.24632,0.68956 -6.36689,1.03966 -0.41581,1.56144 -0.82992,3.12427 -1.23972,4.69061 2.73804,0.1821 5.47893,0.33031 8.22182,0.47675 -0.24433,3.23097 0.54882,7.23478 -2.08233,9.69491 -3.45611,1.11031 -7.21696,0.87073 -10.75987,0.35184 -2.44967,-0.29341 -3.64226,-2.7394 -5.13865,-4.37709 0.69125,-5.15184 0.64578,-10.49751 2.44303,-15.43166 z"
-       style="fill:none;stroke:#453521;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path332"
-       d="m 145.6869,182.68025 c 1.07354,-3.10336 4.89072,-3.25268 7.5761,-3.99927 2.89246,0.28302 5.7733,0.71936 8.68277,0.83729 -0.44299,2.23791 -0.88707,4.47772 -1.33626,6.71696 -2.12428,0.34224 -4.24632,0.68956 -6.36689,1.03966 -0.41581,1.56144 -0.82992,3.12427 -1.23972,4.69061 2.73804,0.1821 5.47893,0.33031 8.22182,0.47675 -0.24433,3.23097 0.54882,7.23478 -2.08233,9.69491 -3.45611,1.11031 -7.21696,0.87073 -10.75987,0.35184 -2.44967,-0.29341 -3.64226,-2.7394 -5.13865,-4.37709 0.69125,-5.15184 0.64578,-10.49751 2.44303,-15.43166 z"
-       style="fill:#453521;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path334"
-       d="m 161.94577,179.51827 c 1.61952,0.0657 3.24223,0.0977 4.86208,0.22175 -2.94702,6.28247 -2.47658,13.41388 -2.56412,20.17062 -0.35416,3.0985 3.59537,4.29415 6.03763,3.59377 1.95346,-2.31522 2.86453,-5.26863 4.17555,-7.95132 0.61012,2.52847 0.54005,5.23895 1.57587,7.64956 1.87161,1.38541 4.57267,0.76464 6.79223,1.06743 0.4267,-3.48729 0.82186,-6.9778 1.35954,-10.44829 1.83419,0.45955 3.67276,0.92272 5.53464,1.28038 -0.35087,3.11995 -0.52739,6.25777 -0.53384,9.39972 5.02775,0.20607 10.19728,0.9198 15.14053,-0.34582 3.68768,-0.89386 4.22116,-5.2011 5.4769,-8.15461 0.65622,-0.39628 1.31529,-0.78976 1.97725,-1.18045 0.45944,3.16295 -0.81868,7.99988 2.8091,9.61094 4.09816,1.60582 8.61079,1.25466 12.92808,1.40858 0.26729,-3.17679 0.53713,-6.35294 0.88907,-9.51907 1.13371,0.31474 2.27542,0.61264 3.42513,0.89366 0.19526,3.28465 0.64387,6.54954 1.20915,9.79213 2.76399,-0.1109 5.53062,-0.21288 8.29831,-0.31679 0.71234,-2.30721 1.4351,-4.60899 2.17277,-6.90628 0.84966,2.59445 1.26004,5.46257 2.97434,7.67609 2.4483,0.3797 4.93754,0.29307 7.41084,0.33995 0.52386,-2.95659 1.0208,-5.92406 1.21687,-8.92144 1.03981,0.46055 2.08272,0.92389 3.12871,1.39003 -0.3576,1.90761 -0.69685,3.81894 -1.0233,5.73511 7.62622,-0.38071 15.26756,-0.23077 22.87317,0.4709 0.52692,0.0648 1.58072,0.19434 2.10764,0.25911 2.7707,0.38333 5.54272,0.77338 8.31779,1.15596 -0.20892,-3.6617 -0.10503,-7.42154 1.5291,-10.78412 3.86749,-4.21537 9.82367,-2.96563 14.84613,-2.34938 0.0488,3.76474 -0.0117,7.53189 -0.11522,11.29731 3.49699,0.13246 6.99676,0.25833 10.50049,0.29145 -0.18218,0.86046 -0.30837,1.73273 -0.43196,2.60714 1.6568,0.31356 3.31746,0.63127 4.98153,0.94818 -1.41796,1.16104 -3.43588,2.17831 -3.57962,4.2366 -0.6942,4.74583 -0.42514,9.56711 -0.56004,14.34959 -0.84727,-1.57556 -1.77596,-3.10202 -2.60825,-4.6784 -0.50444,-3.83658 -1.0312,-7.6684 -1.60676,-11.49239 -3.90946,-0.42061 -7.98048,-1.43945 -11.86195,-0.42497 -1.83472,1.16815 -2.85328,3.21825 -4.167,4.89273 -0.59759,-1.67662 -1.19873,-3.34993 -1.79547,-5.0197 -4.35235,-0.30693 -8.7361,-0.0923 -12.99144,0.90041 0.25682,5.6333 0.35192,11.27293 0.28864,16.91354 -3.29119,-0.43631 -6.21999,-2.04845 -8.59259,-4.3313 1.15771,-3.27589 2.69781,-7.04655 0.78785,-10.36622 -1.40106,-3.15265 -4.82998,-4.78673 -8.14595,-4.8769 -7.59895,-0.68348 -14.83954,2.03936 -22.12756,3.66909 -1.45068,-0.0385 -2.89572,-0.15198 -4.33168,-0.31665 -4.53781,-0.75612 -9.1138,-1.26119 -13.71222,-1.38981 -0.81253,-1.17363 -1.61589,-2.34837 -2.41649,-3.522 -8.99235,0.80687 -18.33899,-0.10281 -26.92389,3.20343 l -0.52707,-0.56819 c -5.988,-3.51605 -13.26031,-2.94836 -19.93736,-3.40694 -1.15813,3.90587 -2.30443,7.81618 -3.56109,11.6933 -2.24892,-3.73802 -3.56516,-8.0347 -6.28611,-11.47101 -4.78427,-1.79538 -10.0433,-0.83993 -15.02772,-0.78813 -0.40987,1.93569 -0.82257,3.87282 -1.16175,5.82587 -1.4972,0.58272 -2.99087,1.17146 -4.48373,1.76207 -0.46347,-1.61469 -0.93216,-3.22502 -1.36437,-4.84284 -0.3448,-1.37652 -0.71046,-2.74415 -1.07319,-4.10949 -3.64848,-0.0159 -7.30109,-0.0809 -10.94254,0.16166 1.58774,-1.30828 2.4876,-3.17599 3.12021,-5.08776 1.71854,-0.64118 3.41631,-1.33641 5.13069,-1.99158 0.6223,-0.24201 1.24715,-0.47953 1.87455,-0.71257 1.49639,1.63769 2.68898,4.08368 5.13865,4.37709 3.54291,0.51889 7.30376,0.75847 10.75987,-0.35184 2.63115,-2.46013 1.838,-6.46394 2.08233,-9.69491 -2.74289,-0.14644 -5.48378,-0.29465 -8.22182,-0.47675 0.4098,-1.56634 0.82391,-3.12917 1.23972,-4.69061 2.12057,-0.3501 4.24261,-0.69742 6.36689,-1.03966 0.44919,-2.23924 0.89327,-4.47905 1.33626,-6.71696 z"
-       style="fill:none;stroke:#a85e28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path336"
-       d="m 161.94577,179.51827 c 1.61952,0.0657 3.24223,0.0977 4.86208,0.22175 -2.94702,6.28247 -2.47658,13.41388 -2.56412,20.17062 -0.35416,3.0985 3.59537,4.29415 6.03763,3.59377 1.95346,-2.31522 2.86453,-5.26863 4.17555,-7.95132 0.61012,2.52847 0.54005,5.23895 1.57587,7.64956 1.87161,1.38541 4.57267,0.76464 6.79223,1.06743 0.4267,-3.48729 0.82186,-6.9778 1.35954,-10.44829 1.83419,0.45955 3.67276,0.92272 5.53464,1.28038 -0.35087,3.11995 -0.52739,6.25777 -0.53384,9.39972 5.02775,0.20607 10.19728,0.9198 15.14053,-0.34582 3.68768,-0.89386 4.22116,-5.2011 5.4769,-8.15461 0.65622,-0.39628 1.31529,-0.78976 1.97725,-1.18045 0.45944,3.16295 -0.81868,7.99988 2.8091,9.61094 4.09816,1.60582 8.61079,1.25466 12.92808,1.40858 0.26729,-3.17679 0.53713,-6.35294 0.88907,-9.51907 1.13371,0.31474 2.27542,0.61264 3.42513,0.89366 0.19526,3.28465 0.64387,6.54954 1.20915,9.79213 2.76399,-0.1109 5.53062,-0.21288 8.29831,-0.31679 0.71234,-2.30721 1.4351,-4.60899 2.17277,-6.90628 0.84966,2.59445 1.26004,5.46257 2.97434,7.67609 2.4483,0.3797 4.93754,0.29307 7.41084,0.33995 0.52386,-2.95659 1.0208,-5.92406 1.21687,-8.92144 1.03981,0.46055 2.08272,0.92389 3.12871,1.39003 -0.3576,1.90761 -0.69685,3.81894 -1.0233,5.73511 7.62622,-0.38071 15.26756,-0.23077 22.87317,0.4709 0.52692,0.0648 1.58072,0.19434 2.10764,0.25911 2.7707,0.38333 5.54272,0.77338 8.31779,1.15596 -0.20892,-3.6617 -0.10503,-7.42154 1.5291,-10.78412 3.86749,-4.21537 9.82367,-2.96563 14.84613,-2.34938 0.0488,3.76474 -0.0117,7.53189 -0.11522,11.29731 3.49699,0.13246 6.99676,0.25833 10.50049,0.29145 -0.18218,0.86046 -0.30837,1.73273 -0.43196,2.60714 1.6568,0.31356 3.31746,0.63127 4.98153,0.94818 -1.41796,1.16104 -3.43588,2.17831 -3.57962,4.2366 -0.6942,4.74583 -0.42514,9.56711 -0.56004,14.34959 -0.84727,-1.57556 -1.77596,-3.10202 -2.60825,-4.6784 -0.50444,-3.83658 -1.0312,-7.6684 -1.60676,-11.49239 -3.90946,-0.42061 -7.98048,-1.43945 -11.86195,-0.42497 -1.83472,1.16815 -2.85328,3.21825 -4.167,4.89273 -0.59759,-1.67662 -1.19873,-3.34993 -1.79547,-5.0197 -4.35235,-0.30693 -8.7361,-0.0923 -12.99144,0.90041 0.25682,5.6333 0.35192,11.27293 0.28864,16.91354 -3.29119,-0.43631 -6.21999,-2.04845 -8.59259,-4.3313 1.15771,-3.27589 2.69781,-7.04655 0.78785,-10.36622 -1.40106,-3.15265 -4.82998,-4.78673 -8.14595,-4.8769 -7.59895,-0.68348 -14.83954,2.03936 -22.12756,3.66909 -1.45068,-0.0385 -2.89572,-0.15198 -4.33168,-0.31665 -4.53781,-0.75612 -9.1138,-1.26119 -13.71222,-1.38981 -0.81253,-1.17363 -1.61589,-2.34837 -2.41649,-3.522 -8.99235,0.80687 -18.33899,-0.10281 -26.92389,3.20343 l -0.52707,-0.56819 c -5.988,-3.51605 -13.26031,-2.94836 -19.93736,-3.40694 -1.15813,3.90587 -2.30443,7.81618 -3.56109,11.6933 -2.24892,-3.73802 -3.56516,-8.0347 -6.28611,-11.47101 -4.78427,-1.79538 -10.0433,-0.83993 -15.02772,-0.78813 -0.40987,1.93569 -0.82257,3.87282 -1.16175,5.82587 -1.4972,0.58272 -2.99087,1.17146 -4.48373,1.76207 -0.46347,-1.61469 -0.93216,-3.22502 -1.36437,-4.84284 -0.3448,-1.37652 -0.71046,-2.74415 -1.07319,-4.10949 -3.64848,-0.0159 -7.30109,-0.0809 -10.94254,0.16166 1.58774,-1.30828 2.4876,-3.17599 3.12021,-5.08776 1.71854,-0.64118 3.41631,-1.33641 5.13069,-1.99158 0.6223,-0.24201 1.24715,-0.47953 1.87455,-0.71257 1.49639,1.63769 2.68898,4.08368 5.13865,4.37709 3.54291,0.51889 7.30376,0.75847 10.75987,-0.35184 2.63115,-2.46013 1.838,-6.46394 2.08233,-9.69491 -2.74289,-0.14644 -5.48378,-0.29465 -8.22182,-0.47675 0.4098,-1.56634 0.82391,-3.12917 1.23972,-4.69061 2.12057,-0.3501 4.24261,-0.69742 6.36689,-1.03966 0.44919,-2.23924 0.89327,-4.47905 1.33626,-6.71696 z"
-       style="fill:#a85e28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path338"
-       d="m 476.81628,178.8138 c 1.03939,-0.007 2.08454,0.006 3.13543,0.0376 2.79568,1.12329 6.80273,1.02987 8.75979,3.25183 -0.10725,6.83494 2.02918,13.32823 3.26032,19.96643 -2.09307,0.12904 -4.17844,0.25317 -6.2638,0.35089 -2.25546,-3.99488 -5.91307,-6.7943 -8.90661,-10.15802 -2.48827,-4.11447 -0.55063,-9.06385 0.0149,-13.44876 z"
-       style="fill:none;stroke:#d7ab57;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path340"
-       d="m 476.81628,178.8138 c 1.03939,-0.007 2.08454,0.006 3.13543,0.0376 2.79568,1.12329 6.80273,1.02987 8.75979,3.25183 -0.10725,6.83494 2.02918,13.32823 3.26032,19.96643 -2.09307,0.12904 -4.17844,0.25317 -6.2638,0.35089 -2.25546,-3.99488 -5.91307,-6.7943 -8.90661,-10.15802 -2.48827,-4.11447 -0.55063,-9.06385 0.0149,-13.44876 z"
-       style="fill:#d7ab57;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path342"
-       d="m 73.365326,180.15334 c 3.128723,-0.84635 5.926453,1.53517 8.215897,3.34408 1.91481,1.22217 1.232772,3.78723 0.73973,5.59322 -0.861557,4.12762 -6.159073,3.88163 -9.369949,3.13293 -3.514954,-0.5448 -5.625992,-4.49205 -4.656006,-7.78894 0.56601,-2.35715 2.871369,-3.72711 5.070328,-4.28129 z"
-       style="fill:none;stroke:#2b2b2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path344"
-       d="m 73.365326,180.15334 c 3.128723,-0.84635 5.926453,1.53517 8.215897,3.34408 1.91481,1.22217 1.232772,3.78723 0.73973,5.59322 -0.861557,4.12762 -6.159073,3.88163 -9.369949,3.13293 -3.514954,-0.5448 -5.625992,-4.49205 -4.656006,-7.78894 0.56601,-2.35715 2.871369,-3.72711 5.070328,-4.28129 z"
-       style="fill:#2b2b2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path346"
-       d="m 121.05035,198.7945 c 0.54999,-6.80178 3.80327,-13.08008 7.04477,-18.94823 2.30452,-0.21823 4.62329,-0.10796 6.93593,-0.0828 1.04408,6.13369 3.19945,12.02767 3.94739,18.21341 -2.17313,0.33226 -4.34801,0.64414 -6.52644,0.92661 -0.7797,-2.99756 -1.28222,-6.16914 -3.0936,-8.76236 -1.12879,2.7261 -1.9725,5.55569 -2.86209,8.36694 -1.81583,0.107 -3.63135,0.20342 -5.44596,0.2864 z"
-       style="fill:none;stroke:#d9b361;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path348"
-       d="m 121.05035,198.7945 c 0.54999,-6.80178 3.80327,-13.08008 7.04477,-18.94823 2.30452,-0.21823 4.62329,-0.10796 6.93593,-0.0828 1.04408,6.13369 3.19945,12.02767 3.94739,18.21341 -2.17313,0.33226 -4.34801,0.64414 -6.52644,0.92661 -0.7797,-2.99756 -1.28222,-6.16914 -3.0936,-8.76236 -1.12879,2.7261 -1.9725,5.55569 -2.86209,8.36694 -1.81583,0.107 -3.63135,0.20342 -5.44596,0.2864 z"
-       style="fill:#d9b361;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path350"
-       d="m 166.80785,179.74002 c 2.12698,0.21552 4.24548,0.52693 6.36335,0.84175 0.56498,2.3772 1.15686,4.74904 1.79148,7.11244 0.69095,-2.47335 1.33508,-4.95814 1.95449,-7.44807 2.90693,0.0588 5.80871,0.30327 8.68288,0.761 0.056,1.2572 0.11064,2.51685 0.16403,3.77893 -0.46966,3.02078 -1.1177,6.01157 -1.57953,9.03572 -0.53768,3.47049 -0.93284,6.961 -1.35954,10.44829 -2.21956,-0.30279 -4.92062,0.31798 -6.79223,-1.06743 -1.03582,-2.41061 -0.96575,-5.12109 -1.57587,-7.64956 -1.31102,2.68269 -2.22209,5.6361 -4.17555,7.95132 -2.44226,0.70038 -6.39179,-0.49527 -6.03763,-3.59377 0.0875,-6.75674 -0.3829,-13.88815 2.56412,-20.17062 z"
-       style="fill:none;stroke:#3d2e1c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path352"
-       d="m 166.80785,179.74002 c 2.12698,0.21552 4.24548,0.52693 6.36335,0.84175 0.56498,2.3772 1.15686,4.74904 1.79148,7.11244 0.69095,-2.47335 1.33508,-4.95814 1.95449,-7.44807 2.90693,0.0588 5.80871,0.30327 8.68288,0.761 0.056,1.2572 0.11064,2.51685 0.16403,3.77893 -0.46966,3.02078 -1.1177,6.01157 -1.57953,9.03572 -0.53768,3.47049 -0.93284,6.961 -1.35954,10.44829 -2.21956,-0.30279 -4.92062,0.31798 -6.79223,-1.06743 -1.03582,-2.41061 -0.96575,-5.12109 -1.57587,-7.64956 -1.31102,2.68269 -2.22209,5.6361 -4.17555,7.95132 -2.44226,0.70038 -6.39179,-0.49527 -6.03763,-3.59377 0.0875,-6.75674 -0.3829,-13.88815 2.56412,-20.17062 z"
-       style="fill:#3d2e1c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path354"
-       d="m 192.36421,185.3671 c 1.59581,-4.68935 7.3367,-5.35698 11.60587,-5.26729 0.32463,1.64714 0.60956,3.30287 0.88257,4.964 -3.27114,0.22562 -7.06369,-0.28866 -8.99546,3.04288 2.93689,2.44008 6.94277,2.1194 10.22673,3.74313 2.01731,2.63104 1.92072,6.64676 0.0565,9.33254 -4.58458,3.06578 -10.69858,2.89367 -15.78699,1.28587 0.1692,-1.57692 0.33987,-3.15146 0.51201,-4.72359 3.17895,-0.1266 6.80662,0.34195 9.04436,-2.44648 -3.3084,-2.45972 -8.94429,-4.78748 -7.5456,-9.93106 z"
-       style="fill:none;stroke:#d9b05e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path356"
-       d="m 192.36421,185.3671 c 1.59581,-4.68935 7.3367,-5.35698 11.60587,-5.26729 0.32463,1.64714 0.60956,3.30287 0.88257,4.964 -3.27114,0.22562 -7.06369,-0.28866 -8.99546,3.04288 2.93689,2.44008 6.94277,2.1194 10.22673,3.74313 2.01731,2.63104 1.92072,6.64676 0.0565,9.33254 -4.58458,3.06578 -10.69858,2.89367 -15.78699,1.28587 0.1692,-1.57692 0.33987,-3.15146 0.51201,-4.72359 3.17895,-0.1266 6.80662,0.34195 9.04436,-2.44648 -3.3084,-2.45972 -8.94429,-4.78748 -7.5456,-9.93106 z"
-       style="fill:#d9b05e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path358"
-       d="m 148.00432,182.01529 c 3.87805,-1.08121 7.99269,-0.7274 11.98042,-0.90714 -0.35368,1.15954 -0.70569,2.32215 -1.06006,3.48508 -2.04948,0.39876 -4.55478,-0.14615 -6.26723,1.18828 -1.37684,2.66281 -1.39422,5.77072 -1.82934,8.68256 2.85011,0.0771 5.70183,0.10943 8.55501,0.16102 -0.26525,1.88429 -0.54839,3.76789 -0.80512,5.65798 -4.06201,0.4273 -8.1663,0.34619 -12.21258,-0.18775 -0.11525,-6.02974 -0.76146,-12.37717 1.6389,-18.08003 z"
-       style="fill:none;stroke:#dcb563;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path360"
-       d="m 148.00432,182.01529 c 3.87805,-1.08121 7.99269,-0.7274 11.98042,-0.90714 -0.35368,1.15954 -0.70569,2.32215 -1.06006,3.48508 -2.04948,0.39876 -4.55478,-0.14615 -6.26723,1.18828 -1.37684,2.66281 -1.39422,5.77072 -1.82934,8.68256 2.85011,0.0771 5.70183,0.10943 8.55501,0.16102 -0.26525,1.88429 -0.54839,3.76789 -0.80512,5.65798 -4.06201,0.4273 -8.1663,0.34619 -12.21258,-0.18775 -0.11525,-6.02974 -0.76146,-12.37717 1.6389,-18.08003 z"
-       style="fill:#dcb563;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path362"
-       d="m 292.24866,181.34152 c 2.4017,0.0207 4.80047,0.19417 7.19879,0.38402 -0.16866,2.5446 -0.35445,5.0894 -0.56626,7.63292 -2.08003,0.46027 -4.15434,0.92245 -6.22671,1.39609 -0.12459,2.12121 -0.22859,4.25361 -0.60768,6.35122 -1.63413,3.36258 -1.73802,7.12242 -1.5291,10.78412 -2.77507,-0.38258 -5.54709,-0.77263 -8.31779,-1.15596 -0.47704,-7.845 -0.66695,-15.71448 -0.32154,-23.56804 3.42734,-0.7503 6.86513,-1.52081 10.37029,-1.82437 z"
-       style="fill:none;stroke:#2e2317;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path364"
-       d="m 292.24866,181.34152 c 2.4017,0.0207 4.80047,0.19417 7.19879,0.38402 -0.16866,2.5446 -0.35445,5.0894 -0.56626,7.63292 -2.08003,0.46027 -4.15434,0.92245 -6.22671,1.39609 -0.12459,2.12121 -0.22859,4.25361 -0.60768,6.35122 -1.63413,3.36258 -1.73802,7.12242 -1.5291,10.78412 -2.77507,-0.38258 -5.54709,-0.77263 -8.31779,-1.15596 -0.47704,-7.845 -0.66695,-15.71448 -0.32154,-23.56804 3.42734,-0.7503 6.86513,-1.52081 10.37029,-1.82437 z"
-       style="fill:#2e2317;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path366"
-       d="m 301.74922,181.85692 c 7.30739,0.0242 14.6113,-0.36452 21.92053,-0.44042 0.0726,2.69921 0.12586,5.39922 0.1706,8.10224 -2.31871,0.1237 -4.61913,0.44948 -6.91689,0.733 -0.10901,3.69707 0.18804,7.38925 0.74488,11.04494 0.0979,1.28578 0.21998,2.57829 0.20507,3.87434 -0.1488,0.29353 -0.44641,0.8806 -0.59521,1.17413 -3.50373,-0.0331 -7.0035,-0.15899 -10.50049,-0.29145 0.10352,-3.76542 0.16397,-7.53257 0.11522,-11.29731 -0.0225,-1.05951 -0.0441,-2.11657 -0.0648,-3.17118 -1.82056,-0.48845 -3.63694,-0.97649 -5.44924,-1.46638 0.0905,-2.75643 0.20079,-5.51135 0.3703,-8.26191 z"
-       style="fill:none;stroke:#261e1c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path368"
-       d="m 301.74922,181.85692 c 7.30739,0.0242 14.6113,-0.36452 21.92053,-0.44042 0.0726,2.69921 0.12586,5.39922 0.1706,8.10224 -2.31871,0.1237 -4.61913,0.44948 -6.91689,0.733 -0.10901,3.69707 0.18804,7.38925 0.74488,11.04494 0.0979,1.28578 0.21998,2.57829 0.20507,3.87434 -0.1488,0.29353 -0.44641,0.8806 -0.59521,1.17413 -3.50373,-0.0331 -7.0035,-0.15899 -10.50049,-0.29145 0.10352,-3.76542 0.16397,-7.53257 0.11522,-11.29731 -0.0225,-1.05951 -0.0441,-2.11657 -0.0648,-3.17118 -1.82056,-0.48845 -3.63694,-0.97649 -5.44924,-1.46638 0.0905,-2.75643 0.20079,-5.51135 0.3703,-8.26191 z"
-       style="fill:#261e1c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path370"
-       d="m 36.309509,182.97185 c 7.593155,-0.72844 15.129502,1.82869 22.704605,0.42447 -0.839004,3.0258 -1.510879,6.26759 -0.764679,9.38473 1.119141,3.76583 4.496109,6.22196 7.706315,8.16042 -7.149811,-1.46309 -14.57071,0.0732 -21.649155,-1.98012 -2.179764,-0.47798 -4.351303,-0.99367 -6.546341,-1.39078 3.602127,-0.52553 7.011932,-1.85194 10.340454,-3.27369 -3.757767,-0.98237 -7.536575,-1.90709 -11.374985,-2.51365 5.23729,-0.25186 10.471436,-0.64415 15.719895,-0.56494 -0.221009,-0.97015 -0.44043,-1.93718 -0.660294,-2.90217 1.769379,-0.26543 3.53775,-0.53637 5.306275,-0.81125 -6.747834,-2.36748 -14.116395,-1.89395 -20.78209,-4.53302 z"
-       style="fill:none;stroke:#975123;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path372"
-       d="m 36.309509,182.97185 c 7.593155,-0.72844 15.129502,1.82869 22.704605,0.42447 -0.839004,3.0258 -1.510879,6.26759 -0.764679,9.38473 1.119141,3.76583 4.496109,6.22196 7.706315,8.16042 -7.149811,-1.46309 -14.57071,0.0732 -21.649155,-1.98012 -2.179764,-0.47798 -4.351303,-0.99367 -6.546341,-1.39078 3.602127,-0.52553 7.011932,-1.85194 10.340454,-3.27369 -3.757767,-0.98237 -7.536575,-1.90709 -11.374985,-2.51365 5.23729,-0.25186 10.471436,-0.64415 15.719895,-0.56494 -0.221009,-0.97015 -0.44043,-1.93718 -0.660294,-2.90217 1.769379,-0.26543 3.53775,-0.53637 5.306275,-0.81125 -6.747834,-2.36748 -14.116395,-1.89395 -20.78209,-4.53302 z"
-       style="fill:#975123;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path374"
-       d="m 73.457336,182.41316 c 1.750153,-0.47674 3.982453,-0.56219 5.40474,0.74263 2.590973,2.95378 -0.621781,8.47457 -4.481323,7.43152 -3.593171,-0.77634 -4.454804,-6.73599 -0.923417,-8.17415 z"
-       style="fill:none;stroke:#4c4c4c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path376"
-       d="m 73.457336,182.41316 c 1.750153,-0.47674 3.982453,-0.56219 5.40474,0.74263 2.590973,2.95378 -0.621781,8.47457 -4.481323,7.43152 -3.593171,-0.77634 -4.454804,-6.73599 -0.923417,-8.17415 z"
-       style="fill:#4c4c4c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path378"
-       d="m 128.37703,187.23553 c 0.42917,-2.17802 0.2821,-5.01953 2.67903,-6.08262 1.38947,1.52008 2.11917,3.52826 1.82669,5.59129 -1.16585,1.36383 -3.0083,0.46581 -4.50572,0.49133 z"
-       style="fill:none;stroke:#3a3a35;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path380"
-       d="m 128.37703,187.23553 c 0.42917,-2.17802 0.2821,-5.01953 2.67903,-6.08262 1.38947,1.52008 2.11917,3.52826 1.82669,5.59129 -1.16585,1.36383 -3.0083,0.46581 -4.50572,0.49133 z"
-       style="fill:#3a3a35;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path382"
-       d="m 167.25569,182.25415 c 1.40775,-0.0814 2.8189,-0.15491 4.23158,-0.22453 0.0793,2.84649 0.19022,5.69668 0.51537,8.53045 1.83729,-0.0367 3.67709,-0.0648 5.51825,-0.0935 0.25577,-2.8234 0.46147,-5.65022 0.73865,-8.46915 1.94128,0.0553 3.88305,0.12463 5.82747,0.20918 -0.51717,6.72158 -2.6621,13.22762 -2.47533,20.03461 -1.42621,0.0156 -2.84979,0.0225 -4.27133,0.0223 0.19401,-2.65025 0.38176,-5.30092 0.41238,-7.9565 -2.08266,-0.048 -4.16357,-0.0522 -6.24299,-0.007 -0.81917,2.55317 -1.5575,5.13108 -2.33916,7.69783 -0.62323,-0.22882 -1.86971,-0.68647 -2.49294,-0.91529 -0.70886,-6.24833 -0.0454,-12.59204 0.57805,-18.82797 z"
-       style="fill:none;stroke:#d9b566;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path384"
-       d="m 167.25569,182.25415 c 1.40775,-0.0814 2.8189,-0.15491 4.23158,-0.22453 0.0793,2.84649 0.19022,5.69668 0.51537,8.53045 1.83729,-0.0367 3.67709,-0.0648 5.51825,-0.0935 0.25577,-2.8234 0.46147,-5.65022 0.73865,-8.46915 1.94128,0.0553 3.88305,0.12463 5.82747,0.20918 -0.51717,6.72158 -2.6621,13.22762 -2.47533,20.03461 -1.42621,0.0156 -2.84979,0.0225 -4.27133,0.0223 0.19401,-2.65025 0.38176,-5.30092 0.41238,-7.9565 -2.08266,-0.048 -4.16357,-0.0522 -6.24299,-0.007 -0.81917,2.55317 -1.5575,5.13108 -2.33916,7.69783 -0.62323,-0.22882 -1.86971,-0.68647 -2.49294,-0.91529 -0.70886,-6.24833 -0.0454,-12.59204 0.57805,-18.82797 z"
-       style="fill:#d9b566;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path386"
-       d="m 214.48453,182.65936 c 4.45767,-0.79878 9.01387,-0.21277 13.49791,0.0671 0.38675,2.66563 0.82399,5.32472 1.40921,7.95794 -2.98372,0.73844 -6.0219,1.22655 -9.02741,1.85134 2.58591,1.44636 5.24158,2.79357 8.04204,3.78575 -0.35194,3.16613 -0.62178,6.34228 -0.88907,9.51907 -4.31729,-0.15392 -8.82992,0.19724 -12.92808,-1.40858 -3.62778,-1.61106 -2.34966,-6.44799 -2.8091,-9.61094 -0.007,-1.90667 0.0218,-3.81182 0.13831,-5.71116 0.51077,-2.24587 0.92057,-4.7141 2.56619,-6.45049 z"
-       style="fill:none;stroke:#3d2e19;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path388"
-       d="m 214.48453,182.65936 c 4.45767,-0.79878 9.01387,-0.21277 13.49791,0.0671 0.38675,2.66563 0.82399,5.32472 1.40921,7.95794 -2.98372,0.73844 -6.0219,1.22655 -9.02741,1.85134 2.58591,1.44636 5.24158,2.79357 8.04204,3.78575 -0.35194,3.16613 -0.62178,6.34228 -0.88907,9.51907 -4.31729,-0.15392 -8.82992,0.19724 -12.92808,-1.40858 -3.62778,-1.61106 -2.34966,-6.44799 -2.8091,-9.61094 -0.007,-1.90667 0.0218,-3.81182 0.13831,-5.71116 0.51077,-2.24587 0.92057,-4.7141 2.56619,-6.45049 z"
-       style="fill:#3d2e19;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path390"
-       d="m 232.39476,182.23489 c 2.70508,-0.11482 5.41083,-0.25209 8.11884,-0.37803 0.45378,3.54753 0.89379,7.1056 1.67053,10.60298 0.59209,-3.47804 1.00885,-6.98007 1.51754,-10.4686 3.31042,0.13576 6.62388,0.24878 9.93755,0.38967 0.37529,5.50907 1.12273,10.98658 1.47447,16.49787 -0.19607,2.99738 -0.69301,5.96485 -1.21687,8.92144 -2.4733,-0.0469 -4.96254,0.0397 -7.41084,-0.33995 -1.7143,-2.21352 -2.12468,-5.08164 -2.97434,-7.67609 -0.73767,2.29729 -1.46043,4.59907 -2.17277,6.90628 -2.76769,0.10391 -5.53432,0.20589 -8.29831,0.31679 -0.56528,-3.24259 -1.01389,-6.50748 -1.20915,-9.79213 -0.14922,-4.42343 -0.0867,-8.85906 0.31436,-13.26654 0.0622,-0.42842 0.18673,-1.28526 0.24899,-1.71369 z"
-       style="fill:none;stroke:#302619;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path392"
-       d="m 232.39476,182.23489 c 2.70508,-0.11482 5.41083,-0.25209 8.11884,-0.37803 0.45378,3.54753 0.89379,7.1056 1.67053,10.60298 0.59209,-3.47804 1.00885,-6.98007 1.51754,-10.4686 3.31042,0.13576 6.62388,0.24878 9.93755,0.38967 0.37529,5.50907 1.12273,10.98658 1.47447,16.49787 -0.19607,2.99738 -0.69301,5.96485 -1.21687,8.92144 -2.4733,-0.0469 -4.96254,0.0397 -7.41084,-0.33995 -1.7143,-2.21352 -2.12468,-5.08164 -2.97434,-7.67609 -0.73767,2.29729 -1.46043,4.59907 -2.17277,6.90628 -2.76769,0.10391 -5.53432,0.20589 -8.29831,0.31679 -0.56528,-3.24259 -1.01389,-6.50748 -1.20915,-9.79213 -0.14922,-4.42343 -0.0867,-8.85906 0.31436,-13.26654 0.0622,-0.42842 0.18673,-1.28526 0.24899,-1.71369 z"
-       style="fill:#302619;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path394"
-       d="m 299.44745,181.72554 c 0.57544,0.0328 1.72632,0.0985 2.30177,0.13138 -0.16951,2.75056 -0.27977,5.50548 -0.3703,8.26191 1.8123,0.48989 3.62868,0.97793 5.44924,1.46638 0.0206,1.05461 0.0422,2.11167 0.0648,3.17118 -5.02246,-0.61625 -10.97864,-1.86599 -14.84613,2.34938 0.37909,-2.09761 0.48309,-4.23001 0.60768,-6.35122 2.07237,-0.47364 4.14668,-0.93582 6.22671,-1.39609 0.21181,-2.54352 0.3976,-5.08832 0.56626,-7.63292 z"
-       style="fill:none;stroke:#784523;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path396"
-       d="m 299.44745,181.72554 c 0.57544,0.0328 1.72632,0.0985 2.30177,0.13138 -0.16951,2.75056 -0.27977,5.50548 -0.3703,8.26191 1.8123,0.48989 3.62868,0.97793 5.44924,1.46638 0.0206,1.05461 0.0422,2.11167 0.0648,3.17118 -5.02246,-0.61625 -10.97864,-1.86599 -14.84613,2.34938 0.37909,-2.09761 0.48309,-4.23001 0.60768,-6.35122 2.07237,-0.47364 4.14668,-0.93582 6.22671,-1.39609 0.21181,-2.54352 0.3976,-5.08832 0.56626,-7.63292 z"
-       style="fill:#784523;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path398"
-       d="m 488.7115,182.10326 c 0.86658,0.47044 1.75072,0.95799 2.62364,1.45219 -0.60878,2.95308 -0.5043,6.0031 0.39917,8.89098 0.38976,1.48083 0.82883,2.95266 1.23014,4.43763 0.73562,2.94522 1.57643,5.86431 2.47642,8.76671 -1.04492,0.0821 -2.09056,0.1556 -3.12207,0.23409 -0.10507,-1.27584 -0.22073,-2.54756 -0.34698,-3.81517 -1.23114,-6.6382 -3.36757,-13.13149 -3.26032,-19.96643 z"
-       style="fill:none;stroke:#977a4a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path400"
-       d="m 488.7115,182.10326 c 0.86658,0.47044 1.75072,0.95799 2.62364,1.45219 -0.60878,2.95308 -0.5043,6.0031 0.39917,8.89098 0.38976,1.48083 0.82883,2.95266 1.23014,4.43763 0.73562,2.94522 1.57643,5.86431 2.47642,8.76671 -1.04492,0.0821 -2.09056,0.1556 -3.12207,0.23409 -0.10507,-1.27584 -0.22073,-2.54756 -0.34698,-3.81517 -1.23114,-6.6382 -3.36757,-13.13149 -3.26032,-19.96643 z"
-       style="fill:#977a4a;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path402"
-       d="m 261.22589,183.19109 c 3.98003,0.045 10.29593,-2.5849 12.33818,2.23545 3.01297,6.70504 5.50234,13.73923 6.5282,21.04828 -7.60561,-0.70167 -15.24695,-0.85161 -22.87317,-0.4709 0.32645,-1.91617 0.6657,-3.8275 1.0233,-5.73511 1.08197,-5.6775 2.09129,-11.36813 2.98349,-17.07772 z"
-       style="fill:none;stroke:#453523;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path404"
-       d="m 261.22589,183.19109 c 3.98003,0.045 10.29593,-2.5849 12.33818,2.23545 3.01297,6.70504 5.50234,13.73923 6.5282,21.04828 -7.60561,-0.70167 -15.24695,-0.85161 -22.87317,-0.4709 0.32645,-1.91617 0.6657,-3.8275 1.0233,-5.73511 1.08197,-5.6775 2.09129,-11.36813 2.98349,-17.07772 z"
-       style="fill:#453523;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path406"
-       d="m 283.00415,184.46002 c 4.81749,-1.08269 9.75269,-1.45595 14.6835,-1.47268 -0.0274,1.8598 -0.0441,3.72271 -0.0493,5.58677 -3.19196,0.2198 -6.37452,0.53795 -9.54052,0.97533 -0.58113,2.76474 1.47991,4.23662 3.61918,5.46722 -1.08432,0.85723 -2.20197,1.67366 -3.21213,2.61605 -0.65555,2.61143 0.0306,5.36389 0.0152,8.02699 -1.61217,-0.017 -3.22069,-0.0377 -4.82553,-0.062 0.12674,-7.0569 -0.0534,-14.10916 -0.69046,-21.13768 z"
-       style="fill:none;stroke:#dcba6b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path408"
-       d="m 283.00415,184.46002 c 4.81749,-1.08269 9.75269,-1.45595 14.6835,-1.47268 -0.0274,1.8598 -0.0441,3.72271 -0.0493,5.58677 -3.19196,0.2198 -6.37452,0.53795 -9.54052,0.97533 -0.58113,2.76474 1.47991,4.23662 3.61918,5.46722 -1.08432,0.85723 -2.20197,1.67366 -3.21213,2.61605 -0.65555,2.61143 0.0306,5.36389 0.0152,8.02699 -1.61217,-0.017 -3.22069,-0.0377 -4.82553,-0.062 0.12674,-7.0569 -0.0534,-14.10916 -0.69046,-21.13768 z"
-       style="fill:#dcba6b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path410"
-       d="m 302.52199,183.72536 c 6.60834,-0.57613 13.24483,-0.53878 19.87346,-0.63158 -0.0285,1.51543 -0.0561,3.03388 -0.0874,4.55405 -2.36302,0.34013 -4.71441,0.72679 -7.04246,1.23605 0.1665,5.20209 0.20044,10.41535 0.70015,15.60195 -2.57784,0.0134 -5.15236,0.0135 -7.72498,0.0245 0.56704,-4.95253 0.44951,-9.94505 0.21589,-14.91267 -1.87041,-0.1732 -3.74161,-0.31804 -5.60679,-0.46773 -0.13014,-1.80301 -0.24096,-3.60431 -0.32786,-5.40452 z"
-       style="fill:none;stroke:#dcb868;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path412"
-       d="m 302.52199,183.72536 c 6.60834,-0.57613 13.24483,-0.53878 19.87346,-0.63158 -0.0285,1.51543 -0.0561,3.03388 -0.0874,4.55405 -2.36302,0.34013 -4.71441,0.72679 -7.04246,1.23605 0.1665,5.20209 0.20044,10.41535 0.70015,15.60195 -2.57784,0.0134 -5.15236,0.0135 -7.72498,0.0245 0.56704,-4.95253 0.44951,-9.94505 0.21589,-14.91267 -1.87041,-0.1732 -3.74161,-0.31804 -5.60679,-0.46773 -0.13014,-1.80301 -0.24096,-3.60431 -0.32786,-5.40452 z"
-       style="fill:#dcb868;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path414"
-       d="m 112.26024,183.6887 c 3.32819,0.0736 6.66121,0.11178 9.98143,0.3995 0.26758,0.29978 0.80272,0.89935 1.0703,1.19912 -0.80939,1.72249 -1.58219,3.4632 -2.28809,5.23343 -2.72871,-0.59575 -5.8367,-1.18971 -7.13532,-3.99992 -0.54434,-0.94631 -1.08711,-1.89034 -1.62832,-2.83213 z"
-       style="fill:none;stroke:#b86e2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path416"
-       d="m 112.26024,183.6887 c 3.32819,0.0736 6.66121,0.11178 9.98143,0.3995 0.26758,0.29978 0.80272,0.89935 1.0703,1.19912 -0.80939,1.72249 -1.58219,3.4632 -2.28809,5.23343 -2.72871,-0.59575 -5.8367,-1.18971 -7.13532,-3.99992 -0.54434,-0.94631 -1.08711,-1.89034 -1.62832,-2.83213 z"
-       style="fill:#b86e2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path418"
-       d="m 214.61398,184.34872 c 4.00194,-0.33633 8.02278,-0.31871 12.03585,-0.18376 -0.0265,1.83933 -0.03,3.68111 -0.006,5.52459 -2.69687,0.21664 -5.55903,-0.14333 -8.08381,1.00855 -0.42227,1.90593 0.35053,3.76476 0.84105,5.57717 2.13552,0.1393 4.27185,0.29283 6.40732,0.4904 -0.0338,2.32573 -0.0539,4.6543 -0.0398,6.98403 -2.78613,-0.0931 -5.5919,0.0271 -8.35335,-0.38733 -1.75454,-0.24871 -3.65683,-1.41317 -3.72708,-3.36605 -0.58835,-5.23236 0.21813,-10.47175 0.92552,-15.6476 z"
-       style="fill:none;stroke:#dcb366;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path420"
-       d="m 214.61398,184.34872 c 4.00194,-0.33633 8.02278,-0.31871 12.03585,-0.18376 -0.0265,1.83933 -0.03,3.68111 -0.006,5.52459 -2.69687,0.21664 -5.55903,-0.14333 -8.08381,1.00855 -0.42227,1.90593 0.35053,3.76476 0.84105,5.57717 2.13552,0.1393 4.27185,0.29283 6.40732,0.4904 -0.0338,2.32573 -0.0539,4.6543 -0.0398,6.98403 -2.78613,-0.0931 -5.5919,0.0271 -8.35335,-0.38733 -1.75454,-0.24871 -3.65683,-1.41317 -3.72708,-3.36605 -0.58835,-5.23236 0.21813,-10.47175 0.92552,-15.6476 z"
-       style="fill:#dcb366;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path422"
-       d="m 229.39165,190.68437 c 1.29403,-2.07171 2.15068,-4.37875 2.75412,-6.73579 -0.40105,4.40748 -0.46358,8.84311 -0.31436,13.26654 -1.14971,-0.28102 -2.29142,-0.57892 -3.42513,-0.89366 -2.80046,-0.99218 -5.45613,-2.33939 -8.04204,-3.78575 3.00551,-0.62479 6.04369,-1.1129 9.02741,-1.85134 z"
-       style="fill:none;stroke:#854c26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path424"
-       d="m 229.39165,190.68437 c 1.29403,-2.07171 2.15068,-4.37875 2.75412,-6.73579 -0.40105,4.40748 -0.46358,8.84311 -0.31436,13.26654 -1.14971,-0.28102 -2.29142,-0.57892 -3.42513,-0.89366 -2.80046,-0.99218 -5.45613,-2.33939 -8.04204,-3.78575 3.00551,-0.62479 6.04369,-1.1129 9.02741,-1.85134 z"
-       style="fill:#854c26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path426"
-       d="m 233.15781,184.13948 c 2.07946,-0.2139 4.16185,-0.40799 6.25149,-0.56282 0.10858,3.61467 -0.14853,7.25258 0.2972,10.85301 1.57034,0.24631 3.16559,0.25798 4.75628,0.30384 0.16887,-3.62172 0.17539,-7.24724 0.30295,-10.86811 2.49732,-0.12309 4.99884,-0.1936 7.50353,-0.21954 0.35153,7.36459 0.69694,14.73468 0.44423,22.11038 -1.93561,-0.0263 -3.86948,-0.0514 -5.7996,-0.0723 -0.24766,-2.35776 -0.42805,-4.71913 -0.62866,-7.07735 -1.92151,-0.119 -3.841,-0.23172 -5.75834,-0.33824 -0.11547,2.25467 -0.217,4.51097 -0.34014,6.76885 -2.01752,0.0656 -4.03175,0.11793 -6.04474,0.16149 -0.0824,-7.03489 -0.94445,-14.02816 -0.9842,-21.05923 z"
-       style="fill:none;stroke:#d9b361;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path428"
-       d="m 233.15781,184.13948 c 2.07946,-0.2139 4.16185,-0.40799 6.25149,-0.56282 0.10858,3.61467 -0.14853,7.25258 0.2972,10.85301 1.57034,0.24631 3.16559,0.25798 4.75628,0.30384 0.16887,-3.62172 0.17539,-7.24724 0.30295,-10.86811 2.49732,-0.12309 4.99884,-0.1936 7.50353,-0.21954 0.35153,7.36459 0.69694,14.73468 0.44423,22.11038 -1.93561,-0.0263 -3.86948,-0.0514 -5.7996,-0.0723 -0.24766,-2.35776 -0.42805,-4.71913 -0.62866,-7.07735 -1.92151,-0.119 -3.841,-0.23172 -5.75834,-0.33824 -0.11547,2.25467 -0.217,4.51097 -0.34014,6.76885 -2.01752,0.0656 -4.03175,0.11793 -6.04474,0.16149 -0.0824,-7.03489 -0.94445,-14.02816 -0.9842,-21.05923 z"
-       style="fill:#d9b361;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path430"
-       d="m 262.98602,184.49451 c 2.63146,-0.008 5.26377,-0.0985 7.89583,-0.23372 2.63529,6.5923 5.63492,13.11014 6.94093,20.13855 -2.61399,0.065 -5.2236,0.0955 -7.83312,0.11712 -1.16037,-2.03068 -2.34843,-4.04518 -3.71882,-5.93791 -0.87277,1.89577 -1.66381,3.82807 -2.41909,5.77486 -1.4965,0.0257 -2.98978,0.0481 -4.47986,0.0673 1.50384,-6.58856 2.46615,-13.27371 3.61413,-19.92616 z"
-       style="fill:none;stroke:#d9b566;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path432"
-       d="m 262.98602,184.49451 c 2.63146,-0.008 5.26377,-0.0985 7.89583,-0.23372 2.63529,6.5923 5.63492,13.11014 6.94093,20.13855 -2.61399,0.065 -5.2236,0.0955 -7.83312,0.11712 -1.16037,-2.03068 -2.34843,-4.04518 -3.71882,-5.93791 -0.87277,1.89577 -1.66381,3.82807 -2.41909,5.77486 -1.4965,0.0257 -2.98978,0.0481 -4.47986,0.0673 1.50384,-6.58856 2.46615,-13.27371 3.61413,-19.92616 z"
-       style="fill:#d9b566;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path434"
-       d="m 491.73431,192.44643 c -0.90347,-2.88788 -1.00795,-5.9379 -0.39917,-8.89098 3.6453,0.65265 7.95482,0.39593 10.62821,3.45686 1.33087,0.83727 0.82188,2.10042 -0.0823,3.02956 -3.11579,1.69894 -6.7058,1.94157 -10.14672,2.40456 z"
-       style="fill:none;stroke:#d9b05c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path436"
-       d="m 491.73431,192.44643 c -0.90347,-2.88788 -1.00795,-5.9379 -0.39917,-8.89098 3.6453,0.65265 7.95482,0.39593 10.62821,3.45686 1.33087,0.83727 0.82188,2.10042 -0.0823,3.02956 -3.11579,1.69894 -6.7058,1.94157 -10.14672,2.40456 z"
-       style="fill:#d9b05c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path438"
-       d="m 184.18455,193.82179 c 0.46183,-3.02415 1.10987,-6.01494 1.57953,-9.03572 0.0734,0.77736 0.22022,2.33208 0.29363,3.10945 1.15553,-0.0407 2.31326,-0.0831 3.47319,-0.12733 0.43249,-0.9119 0.87106,-1.81967 1.3157,-2.72333 -0.78607,4.61752 2.74898,7.91359 5.59569,10.95143 -2.25101,-0.22981 -4.49922,-0.49148 -6.7231,-0.89412 -1.86188,-0.35766 -3.70045,-0.82083 -5.53464,-1.28038 z"
-       style="fill:none;stroke:#824723;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path440"
-       d="m 184.18455,193.82179 c 0.46183,-3.02415 1.10987,-6.01494 1.57953,-9.03572 0.0734,0.77736 0.22022,2.33208 0.29363,3.10945 1.15553,-0.0407 2.31326,-0.0831 3.47319,-0.12733 0.43249,-0.9119 0.87106,-1.81967 1.3157,-2.72333 -0.78607,4.61752 2.74898,7.91359 5.59569,10.95143 -2.25101,-0.22981 -4.49922,-0.49148 -6.7231,-0.89412 -1.86188,-0.35766 -3.70045,-0.82083 -5.53464,-1.28038 z"
-       style="fill:#824723;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path442"
-       d="m 113.88856,186.52083 c 1.29862,2.81021 4.40661,3.40417 7.13532,3.99992 -0.96283,2.5275 -1.71997,5.12583 -2.51773,7.71041 -2.72006,-1.68934 -5.97012,-1.96987 -9.07469,-2.29838 1.35681,-3.21928 4.92615,-5.6064 4.4571,-9.41195 z"
-       style="fill:none;stroke:#945428;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path444"
-       d="m 113.88856,186.52083 c 1.29862,2.81021 4.40661,3.40417 7.13532,3.99992 -0.96283,2.5275 -1.71997,5.12583 -2.51773,7.71041 -2.72006,-1.68934 -5.97012,-1.96987 -9.07469,-2.29838 1.35681,-3.21928 4.92615,-5.6064 4.4571,-9.41195 z"
-       style="fill:#945428;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path446"
-       d="m 101.62285,199.29591 c 0.75001,-4.12219 1.31282,-8.2756 2.12121,-12.38543 0.14634,1.84361 0.37601,3.68199 0.59343,5.52266 1.18343,0.20172 2.36806,0.40669 3.55387,0.61489 -0.27176,1.88685 -0.5911,3.76825 -0.9318,5.64715 -1.78022,0.1978 -3.55812,0.40794 -5.33671,0.60073 z"
-       style="fill:none;stroke:#d7ab59;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path448"
-       d="m 101.62285,199.29591 c 0.75001,-4.12219 1.31282,-8.2756 2.12121,-12.38543 0.14634,1.84361 0.37601,3.68199 0.59343,5.52266 1.18343,0.20172 2.36806,0.40669 3.55387,0.61489 -0.27176,1.88685 -0.5911,3.76825 -0.9318,5.64715 -1.78022,0.1978 -3.55812,0.40794 -5.33671,0.60073 z"
-       style="fill:#d7ab59;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path450"
-       d="m 385.69511,191.78975 c 2.78507,-1.99988 5.80294,-3.6662 9.04155,-4.81342 6.59909,1.63569 13.45469,1.50379 20.20514,1.74918 7.4636,0.16919 14.85739,1.38731 22.32497,1.5336 -2.69214,1.34668 -5.12013,3.15768 -7.11325,5.41594 -6.66399,0.16141 -13.30206,-0.54192 -19.94559,-0.89234 -8.20538,-0.63443 -16.57248,-0.55227 -24.51282,-2.99296 z"
-       style="fill:none;stroke:#824723;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path452"
-       d="m 385.69511,191.78975 c 2.78507,-1.99988 5.80294,-3.6662 9.04155,-4.81342 6.59909,1.63569 13.45469,1.50379 20.20514,1.74918 7.4636,0.16919 14.85739,1.38731 22.32497,1.5336 -2.69214,1.34668 -5.12013,3.15768 -7.11325,5.41594 -6.66399,0.16141 -13.30206,-0.54192 -19.94559,-0.89234 -8.20538,-0.63443 -16.57248,-0.55227 -24.51282,-2.99296 z"
-       style="fill:#824723;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path454"
-       d="m 18.381302,188.85193 c 0.660477,-0.17783 1.981445,-0.53346 2.641922,-0.71129 0.438476,1.03534 0.861297,2.07941 1.268478,3.13222 -0.889053,1.55905 -1.78041,3.11906 -2.674057,4.68005 -0.416992,-2.36816 -0.826629,-4.73529 -1.236343,-7.10098 z"
-       style="fill:none;stroke:#6e6e6e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path456"
-       d="m 18.381302,188.85193 c 0.660477,-0.17783 1.981445,-0.53346 2.641922,-0.71129 0.438476,1.03534 0.861297,2.07941 1.268478,3.13222 -0.889053,1.55905 -1.78041,3.11906 -2.674057,4.68005 -0.416992,-2.36816 -0.826629,-4.73529 -1.236343,-7.10098 z"
-       style="fill:#6e6e6e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path458"
-       d="m 26.078308,191.44173 c 2.461441,-1.17054 4.904144,-2.3787 7.361817,-3.55542 -0.916916,1.03695 -1.790848,2.11249 -2.66771,3.18745 1.982117,0.25137 3.965882,0.49394 5.953308,0.70947 3.83841,0.60656 7.617218,1.53128 11.374985,2.51365 -3.328522,1.42175 -6.738327,2.74816 -10.340454,3.27369 -3.475891,0.17365 -6.913254,1.06035 -9.823624,3.02089 0.196488,-0.74592 0.39177,-1.48974 0.585892,-2.23144 -0.575195,-0.042 -1.725571,-0.12592 -2.300766,-0.16788 -0.06026,-2.25208 -0.11853,-4.50133 -0.143448,-6.75041 z"
-       style="fill:none;stroke:#7d4523;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path460"
-       d="m 26.078308,191.44173 c 2.461441,-1.17054 4.904144,-2.3787 7.361817,-3.55542 -0.916916,1.03695 -1.790848,2.11249 -2.66771,3.18745 1.982117,0.25137 3.965882,0.49394 5.953308,0.70947 3.83841,0.60656 7.617218,1.53128 11.374985,2.51365 -3.328522,1.42175 -6.738327,2.74816 -10.340454,3.27369 -3.475891,0.17365 -6.913254,1.06035 -9.823624,3.02089 0.196488,-0.74592 0.39177,-1.48974 0.585892,-2.23144 -0.575195,-0.042 -1.725571,-0.12592 -2.300766,-0.16788 -0.06026,-2.25208 -0.11853,-4.50133 -0.143448,-6.75041 z"
-       style="fill:#7d4523;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path462"
-       d="m 82.074478,194.60004 c 1.416611,-2.27616 2.874252,-4.52547 4.36615,-6.75122 4.914185,0.65161 9.863937,0.95871 14.812542,1.21862 -0.36046,2.01093 -0.71862,4.02573 -0.94294,6.06069 -4.038746,-0.4648 -8.081226,-0.88895 -12.126865,-1.27759 -0.12085,-1.2774 -0.240463,-2.55241 -0.358856,-3.82501 -1.107819,1.60101 -2.191162,3.22192 -3.378128,4.7682 -0.592972,-0.0484 -1.778931,-0.14528 -2.371903,-0.19369 z"
-       style="fill:none;stroke:#7d4523;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path464"
-       d="m 82.074478,194.60004 c 1.416611,-2.27616 2.874252,-4.52547 4.36615,-6.75122 4.914185,0.65161 9.863937,0.95871 14.812542,1.21862 -0.36046,2.01093 -0.71862,4.02573 -0.94294,6.06069 -4.038746,-0.4648 -8.081226,-0.88895 -12.126865,-1.27759 -0.12085,-1.2774 -0.240463,-2.55241 -0.358856,-3.82501 -1.107819,1.60101 -2.191162,3.22192 -3.378128,4.7682 -0.592972,-0.0484 -1.778931,-0.14528 -2.371903,-0.19369 z"
-       style="fill:#7d4523;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path466"
-       d="m 17.504074,195.97322 c 0.283875,-2.37668 0.5802,-4.74944 0.877228,-7.12129 0.409714,2.36569 0.819351,4.73282 1.236343,7.10098 0.893647,-1.56099 1.785004,-3.121 2.674057,-4.68005 0.480194,1.85058 1.664414,4.22395 0.05258,5.85507 -1.885788,2.17862 -4.308456,3.78949 -6.412674,5.74045 0.290024,-2.63014 -0.763687,-4.92816 -2.477707,-6.85776 0.855759,-0.83553 1.712998,-1.66724 2.571747,-2.49516 0.49231,0.81698 0.985107,1.63623 1.478424,2.45776 z"
-       style="fill:none;stroke:#3a3838;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path468"
-       d="m 17.504074,195.97322 c 0.283875,-2.37668 0.5802,-4.74944 0.877228,-7.12129 0.409714,2.36569 0.819351,4.73282 1.236343,7.10098 0.893647,-1.56099 1.785004,-3.121 2.674057,-4.68005 0.480194,1.85058 1.664414,4.22395 0.05258,5.85507 -1.885788,2.17862 -4.308456,3.78949 -6.412674,5.74045 0.290024,-2.63014 -0.763687,-4.92816 -2.477707,-6.85776 0.855759,-0.83553 1.712998,-1.66724 2.571747,-2.49516 0.49231,0.81698 0.985107,1.63623 1.478424,2.45776 z"
-       style="fill:#3a3838;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path470"
-       d="m 205.06915,188.88632 c 2.27744,0.16315 4.56285,0.19391 6.84919,0.22353 -0.11652,1.89934 -0.14565,3.80449 -0.13831,5.71116 -0.66196,0.39069 -1.32103,0.78417 -1.97725,1.18045 -1.35286,-2.51622 -2.88974,-4.93188 -4.73363,-7.11514 z"
-       style="fill:none;stroke:#7f4a26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path472"
-       d="m 205.06915,188.88632 c 2.27744,0.16315 4.56285,0.19391 6.84919,0.22353 -0.11652,1.89934 -0.14565,3.80449 -0.13831,5.71116 -0.66196,0.39069 -1.32103,0.78417 -1.97725,1.18045 -1.35286,-2.51622 -2.88974,-4.93188 -4.73363,-7.11514 z"
-       style="fill:#7f4a26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path474"
-       d="m 266.0721,188.82414 c 1.16125,0.57708 2.3511,1.11991 3.4604,1.81226 0.0321,1.40848 -0.13089,2.81196 -0.3827,4.19928 -1.33153,-0.33907 -2.65734,-0.67325 -3.97732,-1.02429 0.2723,-1.66875 0.56592,-3.33271 0.89962,-4.98725 z"
-       style="fill:none;stroke:#38281e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path476"
-       d="m 266.0721,188.82414 c 1.16125,0.57708 2.3511,1.11991 3.4604,1.81226 0.0321,1.40848 -0.13089,2.81196 -0.3827,4.19928 -1.33153,-0.33907 -2.65734,-0.67325 -3.97732,-1.02429 0.2723,-1.66875 0.56592,-3.33271 0.89962,-4.98725 z"
-       style="fill:#38281e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path478"
-       d="m 316.92346,190.25174 c 2.29776,-0.28352 4.59818,-0.6093 6.91689,-0.733 8.35228,0.82866 16.72334,1.44613 25.10362,1.95463 5.146,0.34264 10.36641,0.29016 15.42322,1.43215 3.13618,0.84039 6.61039,2.47999 7.65889,5.82469 -3.98374,0.30826 -7.97006,-0.16708 -11.94858,-0.29318 -5.70624,-0.26377 -11.40616,-0.64377 -17.11395,-0.8078 -8.41335,-0.15769 -16.7367,-1.56713 -25.14151,-1.87084 -0.0763,1.8425 -0.15912,3.68859 -0.1537,5.53829 -0.55684,-3.65569 -0.85389,-7.34787 -0.74488,-11.04494 z"
-       style="fill:none;stroke:#854a23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path480"
-       d="m 316.92346,190.25174 c 2.29776,-0.28352 4.59818,-0.6093 6.91689,-0.733 8.35228,0.82866 16.72334,1.44613 25.10362,1.95463 5.146,0.34264 10.36641,0.29016 15.42322,1.43215 3.13618,0.84039 6.61039,2.47999 7.65889,5.82469 -3.98374,0.30826 -7.97006,-0.16708 -11.94858,-0.29318 -5.70624,-0.26377 -11.40616,-0.64377 -17.11395,-0.8078 -8.41335,-0.15769 -16.7367,-1.56713 -25.14151,-1.87084 -0.0763,1.8425 -0.15912,3.68859 -0.1537,5.53829 -0.55684,-3.65569 -0.85389,-7.34787 -0.74488,-11.04494 z"
-       style="fill:#854a23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path482"
-       d="m 503.12277,190.15392 c 2.28612,-1.55562 5.1964,-0.88805 7.79201,-1.04503 -0.3672,1.47859 -0.64713,2.99009 -1.21312,4.41157 -1.39203,1.36058 -3.11441,2.30898 -4.71318,3.38696 -0.84776,-2.13491 -2.74136,-4.34594 -1.86571,-6.7535 z"
-       style="fill:none;stroke:#cf994c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path484"
-       d="m 503.12277,190.15392 c 2.28612,-1.55562 5.1964,-0.88805 7.79201,-1.04503 -0.3672,1.47859 -0.64713,2.99009 -1.21312,4.41157 -1.39203,1.36058 -3.11441,2.30898 -4.71318,3.38696 -0.84776,-2.13491 -2.74136,-4.34594 -1.86571,-6.7535 z"
-       style="fill:#cf994c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path486"
-       d="m 491.73431,192.44643 c 3.44092,-0.46299 7.03093,-0.70562 10.14672,-2.40456 0.5536,1.81279 1.03044,3.65578 1.5448,5.4874 -3.33702,-0.22649 -6.68171,-0.39736 -10.02008,-0.24575 -0.11034,0.40013 -0.33098,1.2004 -0.4413,1.60054 -0.40131,-1.48497 -0.84038,-2.9568 -1.23014,-4.43763 z"
-       style="fill:none;stroke:#cc8a3a;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path488"
-       d="m 491.73431,192.44643 c 3.44092,-0.46299 7.03093,-0.70562 10.14672,-2.40456 0.5536,1.81279 1.03044,3.65578 1.5448,5.4874 -3.33702,-0.22649 -6.68171,-0.39736 -10.02008,-0.24575 -0.11034,0.40013 -0.33098,1.2004 -0.4413,1.60054 -0.40131,-1.48497 -0.84038,-2.9568 -1.23014,-4.43763 z"
-       style="fill:#cc8a3a;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path490"
-       d="m 79.33197,201.16981 c 3.801514,-1.19299 6.329682,-4.44679 8.851395,-7.31927 4.045639,0.38864 8.088119,0.81279 12.126865,1.27759 -0.10202,1.79745 -0.11464,3.60072 -0.13175,5.40489 1.97075,0.34172 3.94075,0.69311 5.90906,1.06529 0.21716,1.27225 0.44939,2.54146 0.68748,3.81465 -1.50618,0.37621 -3.01208,0.75164 -4.51625,1.13114 2.00859,0.99673 4.00808,2.01567 6.06012,2.92724 -1.65612,0.17922 -3.30737,0.38941 -4.95373,0.6306 0.576,1.84858 1.00203,3.79285 2.02594,5.4666 1.52484,1.23671 3.71351,0.99921 5.5574,1.35398 -2.54704,1.12768 -5.01503,2.42218 -7.45303,3.76713 7.6517,1.06407 15.39349,0.0971 23.06467,0.90756 0.29377,2.1913 0.59333,4.38236 0.89756,6.57689 -15.70834,0.418 -31.436094,0.23326 -47.125943,1.12593 -5.294892,0.11849 -10.303986,-1.91671 -15.518799,-2.4905 5.912994,-1.08779 11.915542,-1.5927 17.82251,-2.70208 6.462387,-1.54669 12.698974,-3.95181 18.770902,-6.62806 -4.245512,-3.49093 -9.845747,-4.17396 -14.819578,-6.12301 4.55629,-0.16597 9.115005,-0.0423 13.670458,0.10955 -8.424441,-2.67015 -17.339251,-2.40409 -25.996065,-3.73511 -11.448304,-1.41209 -23.005951,-2.91431 -34.55275,-1.90225 -3.55835,0.48405 -6.809433,-1.16022 -9.737198,-2.96967 4.777329,-1.07611 9.682709,-1.34485 14.565811,-1.1944 -0.0778,-0.90353 -0.154617,-1.80459 -0.230453,-2.70315 7.078445,2.05331 14.499344,0.51703 21.649155,1.98012 4.380218,0.81715 9.018875,1.53892 13.37622,0.22834 z"
-       style="fill:none;stroke:#a85e28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path492"
-       d="m 79.33197,201.16981 c 3.801514,-1.19299 6.329682,-4.44679 8.851395,-7.31927 4.045639,0.38864 8.088119,0.81279 12.126865,1.27759 -0.10202,1.79745 -0.11464,3.60072 -0.13175,5.40489 1.97075,0.34172 3.94075,0.69311 5.90906,1.06529 0.21716,1.27225 0.44939,2.54146 0.68748,3.81465 -1.50618,0.37621 -3.01208,0.75164 -4.51625,1.13114 2.00859,0.99673 4.00808,2.01567 6.06012,2.92724 -1.65612,0.17922 -3.30737,0.38941 -4.95373,0.6306 0.576,1.84858 1.00203,3.79285 2.02594,5.4666 1.52484,1.23671 3.71351,0.99921 5.5574,1.35398 -2.54704,1.12768 -5.01503,2.42218 -7.45303,3.76713 7.6517,1.06407 15.39349,0.0971 23.06467,0.90756 0.29377,2.1913 0.59333,4.38236 0.89756,6.57689 -15.70834,0.418 -31.436094,0.23326 -47.125943,1.12593 -5.294892,0.11849 -10.303986,-1.91671 -15.518799,-2.4905 5.912994,-1.08779 11.915542,-1.5927 17.82251,-2.70208 6.462387,-1.54669 12.698974,-3.95181 18.770902,-6.62806 -4.245512,-3.49093 -9.845747,-4.17396 -14.819578,-6.12301 4.55629,-0.16597 9.115005,-0.0423 13.670458,0.10955 -8.424441,-2.67015 -17.339251,-2.40409 -25.996065,-3.73511 -11.448304,-1.41209 -23.005951,-2.91431 -34.55275,-1.90225 -3.55835,0.48405 -6.809433,-1.16022 -9.737198,-2.96967 4.777329,-1.07611 9.682709,-1.34485 14.565811,-1.1944 -0.0778,-0.90353 -0.154617,-1.80459 -0.230453,-2.70315 7.078445,2.05331 14.499344,0.51703 21.649155,1.98012 4.380218,0.81715 9.018875,1.53892 13.37622,0.22834 z"
-       style="fill:#a85e28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path494"
-       d="m 400.44752,196.87826 c 3.19344,-0.94261 6.43345,-1.77682 9.76041,-2.09555 6.64353,0.35042 13.2816,1.05375 19.94559,0.89234 3.74782,4.23125 7.93516,8.03686 11.78201,12.17604 -1.34785,1.10623 -2.68867,2.21536 -4.04085,3.30896 -4.86528,-0.1514 -10.1177,0.19872 -14.3047,-2.74345 1.13927,-2.97677 1.95516,-6.06267 2.62152,-9.17511 -5.26985,-1.10616 -10.64419,-1.62603 -16.02402,-1.61603 -0.67965,2.48764 -1.34777,4.97923 -1.98765,7.47882 -1.60622,-2.70004 -3.36281,-5.43209 -6.11766,-7.08948 -0.40866,-0.28413 -1.22598,-0.8524 -1.63465,-1.13654 z"
-       style="fill:none;stroke:#b56b2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path496"
-       d="m 400.44752,196.87826 c 3.19344,-0.94261 6.43345,-1.77682 9.76041,-2.09555 6.64353,0.35042 13.2816,1.05375 19.94559,0.89234 3.74782,4.23125 7.93516,8.03686 11.78201,12.17604 -1.34785,1.10623 -2.68867,2.21536 -4.04085,3.30896 -4.86528,-0.1514 -10.1177,0.19872 -14.3047,-2.74345 1.13927,-2.97677 1.95516,-6.06267 2.62152,-9.17511 -5.26985,-1.10616 -10.64419,-1.62603 -16.02402,-1.61603 -0.67965,2.48764 -1.34777,4.97923 -1.98765,7.47882 -1.60622,-2.70004 -3.36281,-5.43209 -6.11766,-7.08948 -0.40866,-0.28413 -1.22598,-0.8524 -1.63465,-1.13654 z"
-       style="fill:#b56b2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path498"
-       d="m 493.40575,195.28352 c 3.33837,-0.15161 6.68306,0.0193 10.02008,0.24575 l 0.85925,0.0594 c 0.026,0.83705 0.0779,2.51119 0.10382,3.34824 -3.3996,1.63582 -6.43933,3.8952 -8.94803,6.71388 -0.89999,-2.9024 -1.7408,-5.82149 -2.47642,-8.76671 0.11032,-0.40014 0.33096,-1.20041 0.4413,-1.60054 z"
-       style="fill:none;stroke:#d9b361;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path500"
-       d="m 493.40575,195.28352 c 3.33837,-0.15161 6.68306,0.0193 10.02008,0.24575 l 0.85925,0.0594 c 0.026,0.83705 0.0779,2.51119 0.10382,3.34824 -3.3996,1.63582 -6.43933,3.8952 -8.94803,6.71388 -0.89999,-2.9024 -1.7408,-5.82149 -2.47642,-8.76671 0.11032,-0.40014 0.33096,-1.20041 0.4413,-1.60054 z"
-       style="fill:#d9b361;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path502"
-       d="m 109.43146,195.93278 c 3.10457,0.32851 6.35463,0.60904 9.07469,2.29838 1.51247,0.88436 2.93173,1.99891 4.62819,2.52636 2.28569,-0.0923 4.2675,-1.42903 6.28621,-2.37213 2.07847,1.27429 4.337,2.3199 6.81808,2.43067 -0.63261,1.91177 -1.53247,3.77948 -3.12021,5.08776 -2.54995,1.28659 -4.83941,3.09307 -6.2464,5.62679 -4.89485,0.0495 -9.78009,-0.31064 -14.65081,-0.74863 -1.31269,-0.40838 -2.60735,-0.86331 -3.90232,-1.31064 -2.05204,-0.91157 -4.05153,-1.93051 -6.06012,-2.92724 1.50417,-0.3795 3.01007,-0.75493 4.51625,-1.13114 -0.23809,-1.27319 -0.47032,-2.5424 -0.68748,-3.81465 1.25127,-1.80583 2.33565,-3.71763 3.34392,-5.66553 z"
-       style="fill:none;stroke:#b56e2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path504"
-       d="m 109.43146,195.93278 c 3.10457,0.32851 6.35463,0.60904 9.07469,2.29838 1.51247,0.88436 2.93173,1.99891 4.62819,2.52636 2.28569,-0.0923 4.2675,-1.42903 6.28621,-2.37213 2.07847,1.27429 4.337,2.3199 6.81808,2.43067 -0.63261,1.91177 -1.53247,3.77948 -3.12021,5.08776 -2.54995,1.28659 -4.83941,3.09307 -6.2464,5.62679 -4.89485,0.0495 -9.78009,-0.31064 -14.65081,-0.74863 -1.31269,-0.40838 -2.60735,-0.86331 -3.90232,-1.31064 -2.05204,-0.91157 -4.05153,-1.93051 -6.06012,-2.92724 1.50417,-0.3795 3.01007,-0.75493 4.51625,-1.13114 -0.23809,-1.27319 -0.47032,-2.5424 -0.68748,-3.81465 1.25127,-1.80583 2.33565,-3.71763 3.34392,-5.66553 z"
-       style="fill:#b56e2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path506"
-       d="m 317.82204,195.75839 c 8.40481,0.30371 16.72816,1.71315 25.14151,1.87084 5.70779,0.16403 11.40771,0.54403 17.11395,0.8078 0.57803,1.10734 1.15836,2.22029 1.74893,3.33154 -5.30522,-0.15175 -10.63985,0.077 -15.83206,1.23985 6.24191,3.54659 13.54001,2.0864 20.34958,2.05088 0.0213,0.47552 0.064,1.42657 0.0853,1.9021 -8.61667,2.25384 -17.62985,1.16975 -26.23772,3.3834 -4.46242,-0.64109 -8.99028,-2.22096 -13.46176,-0.44215 -0.55227,0.13267 -1.65683,0.39802 -2.2091,0.5307 -0.67322,-0.13322 -2.01966,-0.39966 -2.69288,-0.53288 -1.66407,-0.31691 -3.32473,-0.63462 -4.98153,-0.94818 0.12359,-0.87441 0.24978,-1.74668 0.43196,-2.60714 0.1488,-0.29353 0.44641,-0.8806 0.59521,-1.17413 0.0149,-1.29605 -0.10718,-2.58856 -0.20507,-3.87434 -0.005,-1.8497 0.0774,-3.69579 0.1537,-5.53829 z"
-       style="fill:none;stroke:#b56e2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path508"
-       d="m 317.82204,195.75839 c 8.40481,0.30371 16.72816,1.71315 25.14151,1.87084 5.70779,0.16403 11.40771,0.54403 17.11395,0.8078 0.57803,1.10734 1.15836,2.22029 1.74893,3.33154 -5.30522,-0.15175 -10.63985,0.077 -15.83206,1.23985 6.24191,3.54659 13.54001,2.0864 20.34958,2.05088 0.0213,0.47552 0.064,1.42657 0.0853,1.9021 -8.61667,2.25384 -17.62985,1.16975 -26.23772,3.3834 -4.46242,-0.64109 -8.99028,-2.22096 -13.46176,-0.44215 -0.55227,0.13267 -1.65683,0.39802 -2.2091,0.5307 -0.67322,-0.13322 -2.01966,-0.39966 -2.69288,-0.53288 -1.66407,-0.31691 -3.32473,-0.63462 -4.98153,-0.94818 0.12359,-0.87441 0.24978,-1.74668 0.43196,-2.60714 0.1488,-0.29353 0.44641,-0.8806 0.59521,-1.17413 0.0149,-1.29605 -0.10718,-2.58856 -0.20507,-3.87434 -0.005,-1.8497 0.0774,-3.69579 0.1537,-5.53829 z"
-       style="fill:#b56e2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path510"
-       d="m 26.221756,198.19214 c 0.575195,0.042 1.725571,0.12591 2.300766,0.16788 -0.194122,0.7417 -0.389404,1.48552 -0.585892,2.23144 -2.818146,1.85294 -4.88121,4.564 -5.779999,7.8246 -1.776962,-1.14264 -3.576583,-2.2482 -5.369552,-3.36085 2.712067,-2.8349 6.081726,-4.88508 9.434677,-6.86307 z"
-       style="fill:none;stroke:#b57333;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path512"
-       d="m 26.221756,198.19214 c 0.575195,0.042 1.725571,0.12591 2.300766,0.16788 -0.194122,0.7417 -0.389404,1.48552 -0.585892,2.23144 -2.818146,1.85294 -4.88121,4.564 -5.779999,7.8246 -1.776962,-1.14264 -3.576583,-2.2482 -5.369552,-3.36085 2.712067,-2.8349 6.081726,-4.88508 9.434677,-6.86307 z"
-       style="fill:#b57333;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path514"
-       d="m 27.93663,200.59146 c 2.91037,-1.96054 6.347733,-2.84724 9.823624,-3.02089 2.195038,0.39711 4.366577,0.9128 6.546341,1.39078 0.07584,0.89856 0.152649,1.79962 0.230453,2.70315 -4.883102,-0.15045 -9.788482,0.11829 -14.565811,1.1944 2.927765,1.80945 6.178848,3.45372 9.737198,2.96967 11.546799,-1.01206 23.104446,0.49016 34.55275,1.90225 8.656814,1.33102 17.571624,1.06496 25.996065,3.73511 -4.555453,-0.15181 -9.114168,-0.27552 -13.670458,-0.10955 4.973831,1.94905 10.574066,2.63208 14.819578,6.12301 -6.071928,2.67625 -12.308515,5.08137 -18.770902,6.62806 -5.906968,1.10938 -11.909516,1.61429 -17.82251,2.70208 -0.695709,0.0105 -2.087097,0.0314 -2.782791,0.0419 -2.336121,-1.15784 -4.529007,-2.57106 -6.713196,-3.98473 0.843414,-1.07182 1.686584,-2.14117 2.530792,-3.20767 -3.947128,0.0496 -7.893509,0.11853 -11.840149,0.16339 1.690781,-0.92814 3.376053,-1.86769 5.11229,-2.70712 1.700241,-0.71455 3.399795,-1.43027 5.079605,-2.19026 2.383621,-1.10469 4.693847,-2.35813 7.00003,-3.61289 -4.39209,-0.66799 -8.835068,-0.7218 -13.262131,-0.92515 -4.712402,-0.22708 -9.18016,-1.99812 -13.880477,-2.30496 -3.733185,-0.25278 -7.470597,0.10391 -11.194321,0.3417 -0.499085,-3.03354 1.173111,-5.65309 3.07402,-7.83226 z"
-       style="fill:none;stroke:#b5682b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path516"
-       d="m 27.93663,200.59146 c 2.91037,-1.96054 6.347733,-2.84724 9.823624,-3.02089 2.195038,0.39711 4.366577,0.9128 6.546341,1.39078 0.07584,0.89856 0.152649,1.79962 0.230453,2.70315 -4.883102,-0.15045 -9.788482,0.11829 -14.565811,1.1944 2.927765,1.80945 6.178848,3.45372 9.737198,2.96967 11.546799,-1.01206 23.104446,0.49016 34.55275,1.90225 8.656814,1.33102 17.571624,1.06496 25.996065,3.73511 -4.555453,-0.15181 -9.114168,-0.27552 -13.670458,-0.10955 4.973831,1.94905 10.574066,2.63208 14.819578,6.12301 -6.071928,2.67625 -12.308515,5.08137 -18.770902,6.62806 -5.906968,1.10938 -11.909516,1.61429 -17.82251,2.70208 -0.695709,0.0105 -2.087097,0.0314 -2.782791,0.0419 -2.336121,-1.15784 -4.529007,-2.57106 -6.713196,-3.98473 0.843414,-1.07182 1.686584,-2.14117 2.530792,-3.20767 -3.947128,0.0496 -7.893509,0.11853 -11.840149,0.16339 1.690781,-0.92814 3.376053,-1.86769 5.11229,-2.70712 1.700241,-0.71455 3.399795,-1.43027 5.079605,-2.19026 2.383621,-1.10469 4.693847,-2.35813 7.00003,-3.61289 -4.39209,-0.66799 -8.835068,-0.7218 -13.262131,-0.92515 -4.712402,-0.22708 -9.18016,-1.99812 -13.880477,-2.30496 -3.733185,-0.25278 -7.470597,0.10391 -11.194321,0.3417 -0.499085,-3.03354 1.173111,-5.65309 3.07402,-7.83226 z"
-       style="fill:#b5682b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path518"
-       d="m 402.08217,198.0148 c 2.75485,1.65739 4.51144,4.38944 6.11766,7.08948 0.63988,-2.49959 1.308,-4.99118 1.98765,-7.47882 5.37983,-0.01 10.75417,0.50987 16.02402,1.61603 -0.66636,3.11244 -1.48225,6.19834 -2.62152,9.17511 -1.70987,4.32602 -3.95439,8.41005 -5.92523,12.61717 0.39757,3.26919 2.84836,5.65031 4.74299,8.15301 2.88972,3.7696 5.39499,7.84166 7.35425,12.17478 -6.58331,0.45758 -13.54838,3.8437 -19.90878,0.65199 -0.90688,-2.79343 -1.97256,-5.52872 -3.1651,-8.20783 -0.48268,3.24479 -0.89853,6.50054 -1.2466,9.76493 -2.3777,0.78587 -4.80139,2.27479 -7.3813,1.61569 -1.87321,-0.37058 -3.68205,-0.9697 -5.51831,-1.45183 0.35744,-5.93429 0.7807,-11.86334 1.25327,-17.78822 0.71035,-8.26094 -0.62342,-16.49371 -0.88723,-24.74086 3.07029,-1.02243 6.13732,-2.06241 9.17423,-3.19063 z"
-       style="fill:none;stroke:#45301e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path520"
-       d="m 402.08217,198.0148 c 2.75485,1.65739 4.51144,4.38944 6.11766,7.08948 0.63988,-2.49959 1.308,-4.99118 1.98765,-7.47882 5.37983,-0.01 10.75417,0.50987 16.02402,1.61603 -0.66636,3.11244 -1.48225,6.19834 -2.62152,9.17511 -1.70987,4.32602 -3.95439,8.41005 -5.92523,12.61717 0.39757,3.26919 2.84836,5.65031 4.74299,8.15301 2.88972,3.7696 5.39499,7.84166 7.35425,12.17478 -6.58331,0.45758 -13.54838,3.8437 -19.90878,0.65199 -0.90688,-2.79343 -1.97256,-5.52872 -3.1651,-8.20783 -0.48268,3.24479 -0.89853,6.50054 -1.2466,9.76493 -2.3777,0.78587 -4.80139,2.27479 -7.3813,1.61569 -1.87321,-0.37058 -3.68205,-0.9697 -5.51831,-1.45183 0.35744,-5.93429 0.7807,-11.86334 1.25327,-17.78822 0.71035,-8.26094 -0.62342,-16.49371 -0.88723,-24.74086 3.07029,-1.02243 6.13732,-2.06241 9.17423,-3.19063 z"
-       style="fill:#45301e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path522"
-       d="m 395.08542,202.39621 c 2.68509,-0.7225 5.37128,-1.45294 8.05336,-2.20276 2.06201,3.66921 3.32153,7.72675 5.44,11.36664 1.41005,-3.93236 1.44325,-8.39999 3.44843,-12.06297 4.10611,-0.16925 8.15831,0.72473 12.19098,1.39616 -2.0427,6.11366 -4.63497,12.02365 -7.60622,17.74039 -0.52274,1.48587 -2.01695,3.13963 -0.92322,4.71182 3.48882,5.70618 7.97797,10.73372 11.57266,16.37915 -4.96391,1.09993 -10.02961,1.68546 -15.10849,1.7963 -1.54869,-4.00353 -3.22195,-8.04905 -6.05127,-11.33919 -1.47786,3.93089 -1.49635,8.20015 -2.71929,12.1884 -2.19382,1.54182 -5.37531,0.54809 -7.94301,0.88751 0.11042,-13.6217 0.81625,-27.26259 -0.35393,-40.86145 z"
-       style="fill:none;stroke:#d9b05e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path524"
-       d="m 395.08542,202.39621 c 2.68509,-0.7225 5.37128,-1.45294 8.05336,-2.20276 2.06201,3.66921 3.32153,7.72675 5.44,11.36664 1.41005,-3.93236 1.44325,-8.39999 3.44843,-12.06297 4.10611,-0.16925 8.15831,0.72473 12.19098,1.39616 -2.0427,6.11366 -4.63497,12.02365 -7.60622,17.74039 -0.52274,1.48587 -2.01695,3.13963 -0.92322,4.71182 3.48882,5.70618 7.97797,10.73372 11.57266,16.37915 -4.96391,1.09993 -10.02961,1.68546 -15.10849,1.7963 -1.54869,-4.00353 -3.22195,-8.04905 -6.05127,-11.33919 -1.47786,3.93089 -1.49635,8.20015 -2.71929,12.1884 -2.19382,1.54182 -5.37531,0.54809 -7.94301,0.88751 0.11042,-13.6217 0.81625,-27.26259 -0.35393,-40.86145 z"
-       style="fill:#d9b05e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path526"
-       d="m 22.156631,208.41606 c 0.898789,-3.2606 2.961853,-5.97166 5.779999,-7.8246 -1.900909,2.17917 -3.573105,4.79872 -3.07402,7.83226 1.567596,2.5253 3.716751,4.60172 6.024261,6.44824 -3.816253,1.3686 -7.785324,2.58242 -11.137466,4.93503 -2.852844,1.95505 -2.841248,5.75763 -3.584808,8.79845 5.739654,-0.23345 11.48381,-0.12654 17.225585,-0.20369 -4.00949,0.89983 -8.094985,1.38995 -12.196136,1.6051 0.113663,0.56337 0.341003,1.69009 0.454681,2.25346 -3.295028,-1.20875 -6.789825,-1.6777 -10.259521,-2.05839 -0.06721,-0.40977 -0.201645,-1.22932 -0.26886,-1.6391 1.263275,-0.45467 2.566147,-0.85416 3.705963,-1.57992 0.817398,-2.1814 0.675247,-4.5642 0.861817,-6.84818 -1.519867,-0.3324 -3.039017,-0.66458 -4.55745,-0.99652 2.010605,-2.21578 4.803589,-3.36704 7.356491,-4.80039 2.292908,-1.08294 2.71756,-3.83247 3.669464,-5.92175 z"
-       style="fill:none;stroke:#683a26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path528"
-       d="m 22.156631,208.41606 c 0.898789,-3.2606 2.961853,-5.97166 5.779999,-7.8246 -1.900909,2.17917 -3.573105,4.79872 -3.07402,7.83226 1.567596,2.5253 3.716751,4.60172 6.024261,6.44824 -3.816253,1.3686 -7.785324,2.58242 -11.137466,4.93503 -2.852844,1.95505 -2.841248,5.75763 -3.584808,8.79845 5.739654,-0.23345 11.48381,-0.12654 17.225585,-0.20369 -4.00949,0.89983 -8.094985,1.38995 -12.196136,1.6051 0.113663,0.56337 0.341003,1.69009 0.454681,2.25346 -3.295028,-1.20875 -6.789825,-1.6777 -10.259521,-2.05839 -0.06721,-0.40977 -0.201645,-1.22932 -0.26886,-1.6391 1.263275,-0.45467 2.566147,-0.85416 3.705963,-1.57992 0.817398,-2.1814 0.675247,-4.5642 0.861817,-6.84818 -1.519867,-0.3324 -3.039017,-0.66458 -4.55745,-0.99652 2.010605,-2.21578 4.803589,-3.36704 7.356491,-4.80039 2.292908,-1.08294 2.71756,-3.83247 3.669464,-5.92175 z"
-       style="fill:#683a26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path530"
-       d="m 465.11789,202.37112 c 6.1763,-0.76484 12.4145,0.22023 18.58555,-0.69035 -2.50772,2.88344 -5.95436,5.03827 -7.84643,8.38948 0.47958,2.06366 1.72092,3.83356 2.61725,5.73346 0.10461,0.28644 0.31384,0.85928 0.41846,1.14571 -2.47655,2.08519 -5.18502,3.89915 -7.39952,6.28508 -2.36542,-2.97902 -5.21129,-5.65468 -7.00954,-9.02941 -0.56722,-3.92689 0.64927,-7.88665 0.63423,-11.83397 z"
-       style="fill:none;stroke:#dcb868;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path532"
-       d="m 465.11789,202.37112 c 6.1763,-0.76484 12.4145,0.22023 18.58555,-0.69035 -2.50772,2.88344 -5.95436,5.03827 -7.84643,8.38948 0.47958,2.06366 1.72092,3.83356 2.61725,5.73346 0.10461,0.28644 0.31384,0.85928 0.41846,1.14571 -2.47655,2.08519 -5.18502,3.89915 -7.39952,6.28508 -2.36542,-2.97902 -5.21129,-5.65468 -7.00954,-9.02941 -0.56722,-3.92689 0.64927,-7.88665 0.63423,-11.83397 z"
-       style="fill:#dcb868;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path534"
-       d="m 454.61578,201.88264 c 3.31536,0.37067 6.53144,1.46216 9.00974,3.77707 -0.39517,1.92835 -0.91019,3.83046 -1.33817,5.75302 -2.19281,-0.31706 -4.38165,-0.62492 -6.56597,-0.92509 -0.12337,-2.89491 -0.59269,-5.76121 -1.1056,-8.605 z"
-       style="fill:none;stroke:#debf75;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path536"
-       d="m 454.61578,201.88264 c 3.31536,0.37067 6.53144,1.46216 9.00974,3.77707 -0.39517,1.92835 -0.91019,3.83046 -1.33817,5.75302 -2.19281,-0.31706 -4.38165,-0.62492 -6.56597,-0.92509 -0.12337,-2.89491 -0.59269,-5.76121 -1.1056,-8.605 z"
-       style="fill:#debf75;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path538"
-       d="m 485.70802,202.42058 c 2.08536,-0.0977 4.17073,-0.22185 6.2638,-0.35089 0.12625,1.26761 0.24191,2.53933 0.34698,3.81517 -2.95196,2.1549 -4.60969,5.9089 -8.16827,7.19206 -1.10338,0.47494 -2.1996,0.95497 -3.28868,1.44008 -1.3675,-1.27307 -2.72426,-2.55135 -4.07303,-3.83078 2.90069,-2.8313 5.90916,-5.54946 8.9192,-8.26564 z"
-       style="fill:none;stroke:#debd6e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path540"
-       d="m 485.70802,202.42058 c 2.08536,-0.0977 4.17073,-0.22185 6.2638,-0.35089 0.12625,1.26761 0.24191,2.53933 0.34698,3.81517 -2.95196,2.1549 -4.60969,5.9089 -8.16827,7.19206 -1.10338,0.47494 -2.1996,0.95497 -3.28868,1.44008 -1.3675,-1.27307 -2.72426,-2.55135 -4.07303,-3.83078 2.90069,-2.8313 5.90916,-5.54946 8.9192,-8.26564 z"
-       style="fill:#debd6e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path542"
-       d="m 374.95979,205.86078 c 4.17649,-0.35852 8.37033,-0.50488 12.56507,-0.43839 3.54342,12.35738 3.89465,25.303 3.7752,38.07102 -5.02644,1.64169 -10.60264,3.43463 -15.59945,0.64648 0.73298,-5.59694 1.47462,-11.20856 1.55433,-16.85988 0.14237,-7.21237 -0.92619,-14.36106 -2.29515,-21.41923 z"
-       style="fill:none;stroke:#3f331e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path544"
-       d="m 374.95979,205.86078 c 4.17649,-0.35852 8.37033,-0.50488 12.56507,-0.43839 3.54342,12.35738 3.89465,25.303 3.7752,38.07102 -5.02644,1.64169 -10.60264,3.43463 -15.59945,0.64648 0.73298,-5.59694 1.47462,-11.20856 1.55433,-16.85988 0.14237,-7.21237 -0.92619,-14.36106 -2.29515,-21.41923 z"
-       style="fill:#3f331e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path546"
-       d="m 126.87202,211.53061 c 1.40699,-2.53372 3.69645,-4.3402 6.2464,-5.62679 3.64145,-0.24254 7.29406,-0.17756 10.94254,-0.16166 0.36273,1.36534 0.72839,2.73297 1.07319,4.10949 0.0565,11.66811 -1.13903,23.39167 -3.14535,34.88381 -0.35106,1.48576 -0.74223,2.96368 -1.12636,4.44678 -5.09715,0.42591 -10.23123,0.33215 -15.28709,-0.46843 -0.0901,-1.172 -0.1756,-2.34111 -0.25661,-3.50737 0.39469,-5.71361 1.39946,-11.35988 2.13896,-17.03234 0.52887,-3.65432 0.36565,-7.3602 -0.11455,-11.00705 -0.22032,-1.8746 -0.42233,-3.75178 -0.47113,-5.63644 z"
-       style="fill:none;stroke:#51301e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path548"
-       d="m 126.87202,211.53061 c 1.40699,-2.53372 3.69645,-4.3402 6.2464,-5.62679 3.64145,-0.24254 7.29406,-0.17756 10.94254,-0.16166 0.36273,1.36534 0.72839,2.73297 1.07319,4.10949 0.0565,11.66811 -1.13903,23.39167 -3.14535,34.88381 -0.35106,1.48576 -0.74223,2.96368 -1.12636,4.44678 -5.09715,0.42591 -10.23123,0.33215 -15.28709,-0.46843 -0.0901,-1.172 -0.1756,-2.34111 -0.25661,-3.50737 0.39469,-5.71361 1.39946,-11.35988 2.13896,-17.03234 0.52887,-3.65432 0.36565,-7.3602 -0.11455,-11.00705 -0.22032,-1.8746 -0.42233,-3.75178 -0.47113,-5.63644 z"
-       style="fill:#51301e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path550"
-       d="m 130.21477,209.01407 c 4.03431,-1.13675 8.23587,-1.32851 12.39731,-1.56635 1.24047,13.31601 -1.82393,26.52234 -2.92272,39.74779 -4.2075,0.34299 -8.44774,0.29164 -12.6234,-0.35585 1.78333,-12.5369 3.75829,-25.11551 3.14881,-37.82559 z"
-       style="fill:none;stroke:#d9b361;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path552"
-       d="m 130.21477,209.01407 c 4.03431,-1.13675 8.23587,-1.32851 12.39731,-1.56635 1.24047,13.31601 -1.82393,26.52234 -2.92272,39.74779 -4.2075,0.34299 -8.44774,0.29164 -12.6234,-0.35585 1.78333,-12.5369 3.75829,-25.11551 3.14881,-37.82559 z"
-       style="fill:#d9b361;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path554"
-       d="m 152.144,207.10655 c 4.98442,-0.0518 10.24345,-1.00725 15.02772,0.78813 2.72095,3.43631 4.03719,7.73299 6.28611,11.47101 1.25666,-3.87712 2.40296,-7.78743 3.56109,-11.6933 6.67705,0.45858 13.94936,-0.10911 19.93736,3.40694 -3.60954,7.90599 -2.74658,16.76567 -4.70022,25.06197 -1.0504,4.61543 -1.54155,9.33055 -2.47234,13.96872 -0.26869,0.99334 -0.54927,1.98584 -0.84173,2.97746 -3.5056,-0.29529 -7.01783,-0.47014 -10.52741,-0.67047 -2.30594,-0.25092 -4.66804,-0.36327 -6.87335,-1.12545 -3.2094,-3.50256 -4.8479,-8.12322 -7.56123,-11.99259 -0.71729,3.66975 -1.34127,7.35789 -1.97175,11.04565 -5.46926,0.0228 -10.93252,-0.33504 -16.34957,-1.08003 0.17204,-6.62003 1.33883,-13.13851 3.06482,-19.51616 1.39453,-5.50958 1.43826,-11.22023 2.25875,-16.81601 0.33918,-1.95305 0.75188,-3.89018 1.16175,-5.82587 z"
-       style="fill:none;stroke:#3a2b1e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path556"
-       d="m 152.144,207.10655 c 4.98442,-0.0518 10.24345,-1.00725 15.02772,0.78813 2.72095,3.43631 4.03719,7.73299 6.28611,11.47101 1.25666,-3.87712 2.40296,-7.78743 3.56109,-11.6933 6.67705,0.45858 13.94936,-0.10911 19.93736,3.40694 -3.60954,7.90599 -2.74658,16.76567 -4.70022,25.06197 -1.0504,4.61543 -1.54155,9.33055 -2.47234,13.96872 -0.26869,0.99334 -0.54927,1.98584 -0.84173,2.97746 -3.5056,-0.29529 -7.01783,-0.47014 -10.52741,-0.67047 -2.30594,-0.25092 -4.66804,-0.36327 -6.87335,-1.12545 -3.2094,-3.50256 -4.8479,-8.12322 -7.56123,-11.99259 -0.71729,3.66975 -1.34127,7.35789 -1.97175,11.04565 -5.46926,0.0228 -10.93252,-0.33504 -16.34957,-1.08003 0.17204,-6.62003 1.33883,-13.13851 3.06482,-19.51616 1.39453,-5.50958 1.43826,-11.22023 2.25875,-16.81601 0.33918,-1.95305 0.75188,-3.89018 1.16175,-5.82587 z"
-       style="fill:#3a2b1e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path558"
-       d="m 340.19151,210.3448 c 8.60787,-2.21365 17.62105,-1.12956 26.23772,-3.3834 1.65697,0.22198 4.13339,-0.12079 4.64497,1.98588 1.58866,3.68079 1.49384,7.78777 1.80928,11.71588 -3.38356,0.52446 -6.76765,1.03549 -10.15185,1.52999 0.0752,1.33574 0.16424,2.67367 0.26716,4.0138 0.54474,5.89783 1.18648,11.79751 1.14904,17.73137 -3.87863,1.77103 -8.19498,1.62171 -12.34075,1.30384 -0.56363,-7.32477 0.009,-14.6592 0.30187,-21.97983 -2.79363,-0.51938 -5.57675,-1.06696 -8.34474,-1.68595 1.44923,6.36722 2.51811,12.83443 4.55235,19.05643 -0.0834,2.10858 -0.29181,4.21222 -0.4695,6.3192 -2.87122,0.47838 -5.74214,0.95096 -8.61046,1.4221 -1.84066,-0.32955 -3.66041,-0.73161 -5.47981,-1.12324 -0.75204,-1.36989 -1.50276,-2.73618 -2.25153,-4.09842 -0.67695,1.60251 -1.34617,3.20819 -2.00598,4.81992 -3.65983,0.43191 -7.33639,0.68521 -11.01635,0.79902 -0.74973,-6.73881 -0.64689,-13.51959 -0.79482,-20.28473 0.1349,-4.78248 -0.13416,-9.60376 0.56004,-14.34959 0.14374,-2.05829 2.16166,-3.07556 3.57962,-4.2366 0.67322,0.13322 2.01966,0.39966 2.69288,0.53288 l 1.09599,0.5733 c -1.72415,0.62787 -3.43048,1.29363 -5.14118,1.94296 -0.53402,11.26087 -0.22724,22.54377 -0.23822,33.81431 2.74337,-0.14812 5.49031,-0.27573 8.24056,-0.3739 0.65777,-3.7253 1.2045,-7.47405 2.21277,-11.12555 1.65236,3.18895 2.61294,6.56707 3.57428,10.02584 3.87771,0.20317 7.76501,0.19696 11.64859,0.0551 -1.49474,-10.86135 -2.8785,-22.01221 -7.68903,-32.00221 -1.13638,-1.52579 -2.81932,-2.46709 -4.72212,-2.58501 -2.23653,-0.44644 -4.49674,-0.78327 -6.77254,-0.85556 4.47148,-1.77881 8.99934,-0.19894 13.46176,0.44215 z"
-       style="fill:none;stroke:#42301e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path560"
-       d="m 340.19151,210.3448 c 8.60787,-2.21365 17.62105,-1.12956 26.23772,-3.3834 1.65697,0.22198 4.13339,-0.12079 4.64497,1.98588 1.58866,3.68079 1.49384,7.78777 1.80928,11.71588 -3.38356,0.52446 -6.76765,1.03549 -10.15185,1.52999 0.0752,1.33574 0.16424,2.67367 0.26716,4.0138 0.54474,5.89783 1.18648,11.79751 1.14904,17.73137 -3.87863,1.77103 -8.19498,1.62171 -12.34075,1.30384 -0.56363,-7.32477 0.009,-14.6592 0.30187,-21.97983 -2.79363,-0.51938 -5.57675,-1.06696 -8.34474,-1.68595 1.44923,6.36722 2.51811,12.83443 4.55235,19.05643 -0.0834,2.10858 -0.29181,4.21222 -0.4695,6.3192 -2.87122,0.47838 -5.74214,0.95096 -8.61046,1.4221 -1.84066,-0.32955 -3.66041,-0.73161 -5.47981,-1.12324 -0.75204,-1.36989 -1.50276,-2.73618 -2.25153,-4.09842 -0.67695,1.60251 -1.34617,3.20819 -2.00598,4.81992 -3.65983,0.43191 -7.33639,0.68521 -11.01635,0.79902 -0.74973,-6.73881 -0.64689,-13.51959 -0.79482,-20.28473 0.1349,-4.78248 -0.13416,-9.60376 0.56004,-14.34959 0.14374,-2.05829 2.16166,-3.07556 3.57962,-4.2366 0.67322,0.13322 2.01966,0.39966 2.69288,0.53288 l 1.09599,0.5733 c -1.72415,0.62787 -3.43048,1.29363 -5.14118,1.94296 -0.53402,11.26087 -0.22724,22.54377 -0.23822,33.81431 2.74337,-0.14812 5.49031,-0.27573 8.24056,-0.3739 0.65777,-3.7253 1.2045,-7.47405 2.21277,-11.12555 1.65236,3.18895 2.61294,6.56707 3.57428,10.02584 3.87771,0.20317 7.76501,0.19696 11.64859,0.0551 -1.49474,-10.86135 -2.8785,-22.01221 -7.68903,-32.00221 -1.13638,-1.52579 -2.81932,-2.46709 -4.72212,-2.58501 -2.23653,-0.44644 -4.49674,-0.78327 -6.77254,-0.85556 4.47148,-1.77881 8.99934,-0.19894 13.46176,0.44215 z"
-       style="fill:#42301e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path562"
-       d="m 376.94661,207.81223 c 3.02316,-0.28437 6.05078,-0.54859 9.08398,-0.76876 1.21358,5.56877 2.61298,11.16649 2.65734,16.90137 0.0802,6.30078 -0.0286,12.603 -0.009,18.90579 -3.66116,0.39043 -7.33455,0.65865 -11.0122,0.72574 1.89427,-11.83234 2.05583,-24.05476 -0.72034,-35.76414 z"
-       style="fill:none;stroke:#d9b05e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path564"
-       d="m 376.94661,207.81223 c 3.02316,-0.28437 6.05078,-0.54859 9.08398,-0.76876 1.21358,5.56877 2.61298,11.16649 2.65734,16.90137 0.0802,6.30078 -0.0286,12.603 -0.009,18.90579 -3.66116,0.39043 -7.33455,0.65865 -11.0122,0.72574 1.89427,-11.83234 2.05583,-24.05476 -0.72034,-35.76414 z"
-       style="fill:#d9b05e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path566"
-       d="m 24.86261,208.42372 c 3.723724,-0.23779 7.461136,-0.59448 11.194321,-0.3417 4.700317,0.30684 9.168075,2.07788 13.880477,2.30496 4.427063,0.20335 8.870041,0.25716 13.262131,0.92515 -2.306183,1.25476 -4.616409,2.5082 -7.00003,3.61289 0.06282,-0.6078 0.188446,-1.82343 0.251266,-2.43125 -4.31958,0.33272 -8.609024,1.03513 -12.783295,2.20452 -6.885986,1.93651 -13.978012,3.05476 -20.802993,5.21921 9.480224,1.28627 18.963897,-1.1865 28.255417,-2.80222 -1.736237,0.83943 -3.421509,1.77898 -5.11229,2.70712 3.94664,-0.0449 7.893021,-0.11378 11.840149,-0.16339 -0.844208,1.0665 -1.687378,2.13585 -2.530792,3.20767 2.184189,1.41367 4.377075,2.82689 6.713196,3.98473 -9.561814,0.12009 -19.242905,-0.72862 -28.639985,1.55034 -5.741775,0.0772 -11.485931,-0.0298 -17.225585,0.20369 0.74356,-3.04082 0.731964,-6.8434 3.584808,-8.79845 3.352142,-2.35261 7.321213,-3.56643 11.137466,-4.93503 -2.30751,-1.84652 -4.456665,-3.92294 -6.024261,-6.44824 z"
-       style="fill:none;stroke:#a85c28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path568"
-       d="m 24.86261,208.42372 c 3.723724,-0.23779 7.461136,-0.59448 11.194321,-0.3417 4.700317,0.30684 9.168075,2.07788 13.880477,2.30496 4.427063,0.20335 8.870041,0.25716 13.262131,0.92515 -2.306183,1.25476 -4.616409,2.5082 -7.00003,3.61289 0.06282,-0.6078 0.188446,-1.82343 0.251266,-2.43125 -4.31958,0.33272 -8.609024,1.03513 -12.783295,2.20452 -6.885986,1.93651 -13.978012,3.05476 -20.802993,5.21921 9.480224,1.28627 18.963897,-1.1865 28.255417,-2.80222 -1.736237,0.83943 -3.421509,1.77898 -5.11229,2.70712 3.94664,-0.0449 7.893021,-0.11378 11.840149,-0.16339 -0.844208,1.0665 -1.687378,2.13585 -2.530792,3.20767 2.184189,1.41367 4.377075,2.82689 6.713196,3.98473 -9.561814,0.12009 -19.242905,-0.72862 -28.639985,1.55034 -5.741775,0.0772 -11.485931,-0.0298 -17.225585,0.20369 0.74356,-3.04082 0.731964,-6.8434 3.584808,-8.79845 3.352142,-2.35261 7.321213,-3.56643 11.137466,-4.93503 -2.30751,-1.84652 -4.456665,-3.92294 -6.024261,-6.44824 z"
-       style="fill:#a85c28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path570"
-       d="m 197.48335,211.64752 c 8.5849,-3.30624 17.93154,-2.39656 26.92389,-3.20343 0.8006,1.17363 1.60396,2.34837 2.41649,3.522 0.0454,2.32696 0.0943,4.65717 0.0394,6.98855 -0.0546,1.27282 -0.11873,2.5478 -0.19232,3.82495 -6.3508,0.64872 -12.67083,1.59898 -18.88095,3.09066 1.82547,0.96784 3.7586,1.79085 5.4039,3.06925 1.89471,3.57399 -0.13804,7.48651 -1.47266,10.87741 -1.51241,3.51054 -1.08408,7.40971 -0.81668,11.1147 -1.63851,1.27896 -2.98505,4.27206 -5.442,3.60513 -2.21192,-0.48468 -4.35407,-1.23083 -6.50965,-1.89929 -0.55009,-0.18378 -1.6503,-0.55131 -2.20039,-0.73509 0.0841,-0.45535 0.25224,-1.36609 0.33633,-1.82146 0.49825,-4.63827 0.24134,-9.30659 0.0416,-13.95155 -0.4111,-8.16533 0.90213,-16.31871 0.35303,-24.48183 z"
-       style="fill:none;stroke:#2b1e17;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path572"
-       d="m 197.48335,211.64752 c 8.5849,-3.30624 17.93154,-2.39656 26.92389,-3.20343 0.8006,1.17363 1.60396,2.34837 2.41649,3.522 0.0454,2.32696 0.0943,4.65717 0.0394,6.98855 -0.0546,1.27282 -0.11873,2.5478 -0.19232,3.82495 -6.3508,0.64872 -12.67083,1.59898 -18.88095,3.09066 1.82547,0.96784 3.7586,1.79085 5.4039,3.06925 1.89471,3.57399 -0.13804,7.48651 -1.47266,10.87741 -1.51241,3.51054 -1.08408,7.40971 -0.81668,11.1147 -1.63851,1.27896 -2.98505,4.27206 -5.442,3.60513 -2.21192,-0.48468 -4.35407,-1.23083 -6.50965,-1.89929 -0.55009,-0.18378 -1.6503,-0.55131 -2.20039,-0.73509 0.0841,-0.45535 0.25224,-1.36609 0.33633,-1.82146 0.49825,-4.63827 0.24134,-9.30659 0.0416,-13.95155 -0.4111,-8.16533 0.90213,-16.31871 0.35303,-24.48183 z"
-       style="fill:#2b1e17;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path574"
-       d="m 417.66475,221.03377 c 1.97084,-4.20712 4.21536,-8.29115 5.92523,-12.61717 4.187,2.94217 9.43942,2.59205 14.3047,2.74345 -0.66314,0.50212 -1.29974,1.02423 -1.9525,1.52899 1.83535,2.44414 2.83832,5.34714 3.27506,8.35579 -7.18477,0.18497 -14.37328,0.49272 -21.55249,-0.0111 z"
-       style="fill:none;stroke:#944f26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path576"
-       d="m 417.66475,221.03377 c 1.97084,-4.20712 4.21536,-8.29115 5.92523,-12.61717 4.187,2.94217 9.43942,2.59205 14.3047,2.74345 -0.66314,0.50212 -1.29974,1.02423 -1.9525,1.52899 1.83535,2.44414 2.83832,5.34714 3.27506,8.35579 -7.18477,0.18497 -14.37328,0.49272 -21.55249,-0.0111 z"
-       style="fill:#944f26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path578"
-       d="m 153.39239,208.72655 c 4.44231,-0.31565 8.92106,-0.28389 13.32676,0.43684 0.81123,2.11025 1.76283,4.183 2.31135,6.38742 -0.83915,2.16994 -1.36512,4.74342 -3.21866,6.30437 -4.38228,1.68869 -9.22403,1.33147 -13.84127,1.54672 0.33931,-4.90578 1.01803,-9.77743 1.42182,-14.67535 z"
-       style="fill:none;stroke:#dcb566;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path580"
-       d="m 153.39239,208.72655 c 4.44231,-0.31565 8.92106,-0.28389 13.32676,0.43684 0.81123,2.11025 1.76283,4.183 2.31135,6.38742 -0.83915,2.16994 -1.36512,4.74342 -3.21866,6.30437 -4.38228,1.68869 -9.22403,1.33147 -13.84127,1.54672 0.33931,-4.90578 1.01803,-9.77743 1.42182,-14.67535 z"
-       style="fill:#dcb566;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path582"
-       d="m 357.43367,210.44724 c 3.91856,-0.67002 7.81184,-1.49956 11.76556,-1.97408 0.96363,3.40884 1.39461,6.93007 1.57332,10.46307 -3.49426,0.60297 -7.00963,1.06195 -10.51721,1.55138 1.16797,7.56488 1.58707,15.20865 1.69827,22.85666 -2.78471,0.0457 -5.56781,0.0683 -8.34707,0.0688 -0.38309,-7.41181 0.75036,-14.79871 0.36387,-22.2076 -2.55002,-0.27655 -5.10325,-0.47457 -7.65721,-0.6304 -1.54727,-3.01639 -2.86717,-6.1514 -3.70177,-9.4409 4.93615,-0.28586 9.92527,0.17738 14.82224,-0.68689 z"
-       style="fill:none;stroke:#d9b361;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path584"
-       d="m 357.43367,210.44724 c 3.91856,-0.67002 7.81184,-1.49956 11.76556,-1.97408 0.96363,3.40884 1.39461,6.93007 1.57332,10.46307 -3.49426,0.60297 -7.00963,1.06195 -10.51721,1.55138 1.16797,7.56488 1.58707,15.20865 1.69827,22.85666 -2.78471,0.0457 -5.56781,0.0683 -8.34707,0.0688 -0.38309,-7.41181 0.75036,-14.79871 0.36387,-22.2076 -2.55002,-0.27655 -5.10325,-0.47457 -7.65721,-0.6304 -1.54727,-3.01639 -2.86717,-6.1514 -3.70177,-9.4409 4.93615,-0.28586 9.92527,0.17738 14.82224,-0.68689 z"
-       style="fill:#d9b361;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path586"
-       d="m 103.36516,210.10194 c 1.64636,-0.24119 3.29761,-0.45138 4.95373,-0.6306 1.29497,0.44733 2.58963,0.90226 3.90232,1.31064 -1.46482,0.0996 -2.92641,0.22379 -4.38478,0.37262 4.71856,1.33093 9.47757,2.51251 14.22436,3.7421 -2.73599,1.64352 -5.46046,3.30702 -8.13153,5.05497 4.57472,-0.32739 9.10001,-1.21081 13.41389,-2.78462 0.4802,3.64685 0.64342,7.35273 0.11455,11.00705 -0.30423,-2.19453 -0.60379,-4.38559 -0.89756,-6.57689 -7.67118,-0.81048 -15.41297,0.15651 -23.06467,-0.90756 2.438,-1.34495 4.90599,-2.63945 7.45303,-3.76713 -1.84389,-0.35477 -4.03256,-0.11727 -5.5574,-1.35398 -1.02391,-1.67375 -1.44994,-3.61802 -2.02594,-5.4666 z"
-       style="fill:none;stroke:#995126;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path588"
-       d="m 103.36516,210.10194 c 1.64636,-0.24119 3.29761,-0.45138 4.95373,-0.6306 1.29497,0.44733 2.58963,0.90226 3.90232,1.31064 -1.46482,0.0996 -2.92641,0.22379 -4.38478,0.37262 4.71856,1.33093 9.47757,2.51251 14.22436,3.7421 -2.73599,1.64352 -5.46046,3.30702 -8.13153,5.05497 4.57472,-0.32739 9.10001,-1.21081 13.41389,-2.78462 0.4802,3.64685 0.64342,7.35273 0.11455,11.00705 -0.30423,-2.19453 -0.60379,-4.38559 -0.89756,-6.57689 -7.67118,-0.81048 -15.41297,0.15651 -23.06467,-0.90756 2.438,-1.34495 4.90599,-2.63945 7.45303,-3.76713 -1.84389,-0.35477 -4.03256,-0.11727 -5.5574,-1.35398 -1.02391,-1.67375 -1.44994,-3.61802 -2.02594,-5.4666 z"
-       style="fill:#995126;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path590"
-       d="m 145.13415,209.85165 c 0.43221,1.61782 0.9009,3.22815 1.36437,4.84284 1.49286,-0.59061 2.98653,-1.17935 4.48373,-1.76207 -0.82049,5.59578 -0.86422,11.30643 -2.25875,16.81601 -1.72599,6.37765 -2.89278,12.89613 -3.06482,19.51616 -0.29726,-1.5708 -0.59725,-3.13616 -0.89586,-4.70055 -0.92644,0.0546 -1.85112,0.11176 -2.77402,0.17142 2.00632,-11.49214 3.20181,-23.2157 3.14535,-34.88381 z"
-       style="fill:none;stroke:#995426;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path592"
-       d="m 145.13415,209.85165 c 0.43221,1.61782 0.9009,3.22815 1.36437,4.84284 1.49286,-0.59061 2.98653,-1.17935 4.48373,-1.76207 -0.82049,5.59578 -0.86422,11.30643 -2.25875,16.81601 -1.72599,6.37765 -2.89278,12.89613 -3.06482,19.51616 -0.29726,-1.5708 -0.59725,-3.13616 -0.89586,-4.70055 -0.92644,0.0546 -1.85112,0.11176 -2.77402,0.17142 2.00632,-11.49214 3.20181,-23.2157 3.14535,-34.88381 z"
-       style="fill:#995426;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path594"
-       d="m 177.8609,209.53615 c 5.43955,0.45671 10.89078,0.81923 16.31256,1.47906 -0.57208,2.87039 -1.01926,5.76633 -1.27383,8.68544 l -0.77184,0.0357 c -4.26277,0.18298 -8.52182,0.4131 -12.77737,0.69655 -0.83724,-1.66932 -1.68504,-3.33438 -2.4348,-5.04099 0.1271,-1.97864 0.5916,-3.9138 0.94528,-5.85574 z"
-       style="fill:none;stroke:#d9b86e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path596"
-       d="m 177.8609,209.53615 c 5.43955,0.45671 10.89078,0.81923 16.31256,1.47906 -0.57208,2.87039 -1.01926,5.76633 -1.27383,8.68544 l -0.77184,0.0357 c -4.26277,0.18298 -8.52182,0.4131 -12.77737,0.69655 -0.83724,-1.66932 -1.68504,-3.33438 -2.4348,-5.04099 0.1271,-1.97864 0.5916,-3.9138 0.94528,-5.85574 z"
-       style="fill:#d9b86e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path598"
-       d="m 244.86763,213.67255 c 7.28802,-1.62973 14.52861,-4.35257 22.12756,-3.66909 3.31597,0.0902 6.74489,1.72425 8.14595,4.8769 1.90996,3.31967 0.36986,7.09033 -0.78785,10.36622 -0.44882,1.56638 -1.11252,3.2732 -0.44857,4.88585 1.77358,4.73018 4.55973,9.06659 5.73246,14.03043 0.45884,1.92044 0.82287,3.86447 1.20135,5.80763 -5.55195,1.26459 -11.23541,0.93341 -16.86822,0.84888 -4.85387,0.8908 -9.67649,2.11953 -14.64965,2.12706 3.2e-4,-4.07689 0.0851,-8.15126 0.20249,-12.22377 -2.46764,2.76217 -4.83498,5.83336 -8.24819,7.47891 -2.91815,1.39944 -6.06269,2.22743 -9.17497,3.06285 -5.34859,-2.8459 -11.6309,-6.55005 -12.21172,-13.27266 -0.60644,-7.95644 7.7185,-13.58833 15.05008,-12.87703 5.50075,0.0257 10.13402,3.33191 14.02182,6.89293 -1.41812,-5.41443 -3.29759,-10.70627 -5.92321,-15.65741 0.60707,-0.89532 1.2173,-1.78789 1.83067,-2.6777 z"
-       style="fill:none;stroke:#422e1e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path600"
-       d="m 244.86763,213.67255 c 7.28802,-1.62973 14.52861,-4.35257 22.12756,-3.66909 3.31597,0.0902 6.74489,1.72425 8.14595,4.8769 1.90996,3.31967 0.36986,7.09033 -0.78785,10.36622 -0.44882,1.56638 -1.11252,3.2732 -0.44857,4.88585 1.77358,4.73018 4.55973,9.06659 5.73246,14.03043 0.45884,1.92044 0.82287,3.86447 1.20135,5.80763 -5.55195,1.26459 -11.23541,0.93341 -16.86822,0.84888 -4.85387,0.8908 -9.67649,2.11953 -14.64965,2.12706 3.2e-4,-4.07689 0.0851,-8.15126 0.20249,-12.22377 -2.46764,2.76217 -4.83498,5.83336 -8.24819,7.47891 -2.91815,1.39944 -6.06269,2.22743 -9.17497,3.06285 -5.34859,-2.8459 -11.6309,-6.55005 -12.21172,-13.27266 -0.60644,-7.95644 7.7185,-13.58833 15.05008,-12.87703 5.50075,0.0257 10.13402,3.33191 14.02182,6.89293 -1.41812,-5.41443 -3.29759,-10.70627 -5.92321,-15.65741 0.60707,-0.89532 1.2173,-1.78789 1.83067,-2.6777 z"
-       style="fill:#422e1e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path602"
-       d="m 324.52065,210.43335 c 0.55227,-0.13268 1.65683,-0.39803 2.2091,-0.5307 2.2758,0.0723 4.53601,0.40912 6.77254,0.85556 -2.6275,0.18158 -5.25609,0.36465 -7.88565,0.24844 l -1.09599,-0.5733 z"
-       style="fill:none;stroke:#17110f;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path604"
-       d="m 324.52065,210.43335 c 0.55227,-0.13268 1.65683,-0.39803 2.2091,-0.5307 2.2758,0.0723 4.53601,0.40912 6.77254,0.85556 -2.6275,0.18158 -5.25609,0.36465 -7.88565,0.24844 l -1.09599,-0.5733 z"
-       style="fill:#17110f;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path606"
-       d="m 107.83643,211.1546 c 1.45837,-0.14883 2.91996,-0.27304 4.38478,-0.37262 4.87072,0.43799 9.75596,0.79814 14.65081,0.74863 0.0488,1.88466 0.25081,3.76184 0.47113,5.63644 -4.31388,1.57381 -8.83917,2.45723 -13.41389,2.78462 2.67107,-1.74795 5.39554,-3.41145 8.13153,-5.05497 -4.74679,-1.22959 -9.5058,-2.41117 -14.22436,-3.7421 z"
-       style="fill:none;stroke:#6b3a23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path608"
-       d="m 107.83643,211.1546 c 1.45837,-0.14883 2.91996,-0.27304 4.38478,-0.37262 4.87072,0.43799 9.75596,0.79814 14.65081,0.74863 0.0488,1.88466 0.25081,3.76184 0.47113,5.63644 -4.31388,1.57381 -8.83917,2.45723 -13.41389,2.78462 2.67107,-1.74795 5.39554,-3.41145 8.13153,-5.05497 -4.74679,-1.22959 -9.5058,-2.41117 -14.22436,-3.7421 z"
-       style="fill:#6b3a23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path610"
-       d="m 199.4505,212.49213 c 8.00275,-2.41231 16.52264,-1.85163 24.78615,-2.02173 0.43979,3.62782 0.53557,7.28407 0.56865,10.93728 -6.47283,0.053 -12.75293,1.73891 -19.03931,3.06931 -1.86998,0.27919 -3.74663,0.49521 -5.61946,0.72304 -0.37534,2.3585 -0.75223,4.71876 -1.07513,7.08848 0.46269,-6.59144 0.0868,-13.20114 0.3791,-19.79638 z"
-       style="fill:none;stroke:#dcb866;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path612"
-       d="m 199.4505,212.49213 c 8.00275,-2.41231 16.52264,-1.85163 24.78615,-2.02173 0.43979,3.62782 0.53557,7.28407 0.56865,10.93728 -6.47283,0.053 -12.75293,1.73891 -19.03931,3.06931 -1.86998,0.27919 -3.74663,0.49521 -5.61946,0.72304 -0.37534,2.3585 -0.75223,4.71876 -1.07513,7.08848 0.46269,-6.59144 0.0868,-13.20114 0.3791,-19.79638 z"
-       style="fill:#dcb866;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path614"
-       d="m 301.61115,211.8909 c 3.88147,-1.01448 7.95249,0.004 11.86195,0.42497 0.57556,3.82399 1.10232,7.65581 1.60676,11.49239 0.19358,8.57428 1.65593,17.1492 0.51778,25.71678 -3.80424,0.50797 -7.62465,0.90472 -11.40074,1.58608 -0.014,-0.47507 -0.042,-1.42521 -0.056,-1.90027 -0.12875,-2.49756 -0.2895,-4.99114 -0.43089,-7.48295 -2.84471,0.0518 -5.68759,0.0729 -8.52837,0.0667 0.0117,2.95124 0.0238,5.90365 0.0535,8.85885 -3.72848,0.73633 -7.50992,1.12564 -11.28328,1.52104 l -0.90377,0.13646 c -0.11348,-2.82826 -0.17505,-5.656 -0.16465,-8.48237 0.0321,-4.75139 0.0789,-9.50131 0.0624,-14.25069 0.0633,-5.64061 -0.0318,-11.28024 -0.28864,-16.91354 4.25534,-0.99268 8.63909,-1.20734 12.99144,-0.90041 0.59674,1.66977 1.19788,3.34308 1.79547,5.0197 1.31372,-1.67448 2.33228,-3.72458 4.167,-4.89273 z"
-       style="fill:none;stroke:#35281c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path616"
-       d="m 301.61115,211.8909 c 3.88147,-1.01448 7.95249,0.004 11.86195,0.42497 0.57556,3.82399 1.10232,7.65581 1.60676,11.49239 0.19358,8.57428 1.65593,17.1492 0.51778,25.71678 -3.80424,0.50797 -7.62465,0.90472 -11.40074,1.58608 -0.014,-0.47507 -0.042,-1.42521 -0.056,-1.90027 -0.12875,-2.49756 -0.2895,-4.99114 -0.43089,-7.48295 -2.84471,0.0518 -5.68759,0.0729 -8.52837,0.0667 0.0117,2.95124 0.0238,5.90365 0.0535,8.85885 -3.72848,0.73633 -7.50992,1.12564 -11.28328,1.52104 l -0.90377,0.13646 c -0.11348,-2.82826 -0.17505,-5.656 -0.16465,-8.48237 0.0321,-4.75139 0.0789,-9.50131 0.0624,-14.25069 0.0633,-5.64061 -0.0318,-11.28024 -0.28864,-16.91354 4.25534,-0.99268 8.63909,-1.20734 12.99144,-0.90041 0.59674,1.66977 1.19788,3.34308 1.79547,5.0197 1.31372,-1.67448 2.33228,-3.72458 4.167,-4.89273 z"
-       style="fill:#35281c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path618"
-       d="m 325.61664,211.00665 c 2.62956,0.11621 5.25815,-0.0669 7.88565,-0.24844 1.9028,0.11792 3.58574,1.05922 4.72212,2.58501 -2.47996,1.59729 -4.92766,3.24575 -7.47961,4.72396 -0.96962,0.51476 -1.94228,1.01841 -2.91799,1.51094 -0.17784,1.98008 -0.36046,3.96035 -0.59059,5.93947 -1.93442,-0.46136 -3.86523,-0.91485 -5.79472,-1.36091 -0.37297,-3.73239 -0.69376,-7.46884 -0.96604,-11.20707 1.7107,-0.64933 3.41703,-1.31509 5.14118,-1.94296 z"
-       style="fill:none;stroke:#dcbd6b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path620"
-       d="m 325.61664,211.00665 c 2.62956,0.11621 5.25815,-0.0669 7.88565,-0.24844 1.9028,0.11792 3.58574,1.05922 4.72212,2.58501 -2.47996,1.59729 -4.92766,3.24575 -7.47961,4.72396 -0.96962,0.51476 -1.94228,1.01841 -2.91799,1.51094 -0.17784,1.98008 -0.36046,3.96035 -0.59059,5.93947 -1.93442,-0.46136 -3.86523,-0.91485 -5.79472,-1.36091 -0.37297,-3.73239 -0.69376,-7.46884 -0.96604,-11.20707 1.7107,-0.64933 3.41703,-1.31509 5.14118,-1.94296 z"
-       style="fill:#dcbd6b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path622"
-       d="m 453.2609,219.84642 c 0.94906,-3.08397 1.83142,-6.19296 2.46048,-9.35878 2.18432,0.30017 4.37316,0.60803 6.56597,0.92509 -0.13012,1.32586 -0.63414,2.89448 0.3816,4.01508 2.535,3.28087 5.20127,6.57961 6.30845,10.66968 -2.12378,1.84396 -4.17625,3.76601 -6.23103,5.68254 -1.13283,-1.08356 -2.28919,-2.1369 -3.30757,-3.31705 -1.51906,-1.55647 -1.12943,-3.90292 -1.3582,-5.873 -1.6032,-0.92845 -3.21289,-1.83908 -4.8197,-2.74356 z"
-       style="fill:none;stroke:#d9ae5c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path624"
-       d="m 453.2609,219.84642 c 0.94906,-3.08397 1.83142,-6.19296 2.46048,-9.35878 2.18432,0.30017 4.37316,0.60803 6.56597,0.92509 -0.13012,1.32586 -0.63414,2.89448 0.3816,4.01508 2.535,3.28087 5.20127,6.57961 6.30845,10.66968 -2.12378,1.84396 -4.17625,3.76601 -6.23103,5.68254 -1.13283,-1.08356 -2.28919,-2.1369 -3.30757,-3.31705 -1.51906,-1.55647 -1.12943,-3.90292 -1.3582,-5.873 -1.6032,-0.92845 -3.21289,-1.83908 -4.8197,-2.74356 z"
-       style="fill:#d9ae5c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path626"
-       d="m 43.66748,214.69829 c 4.174271,-1.16939 8.463715,-1.8718 12.783295,-2.20452 -0.06282,0.60782 -0.188446,1.82345 -0.251266,2.43125 -1.67981,0.75999 -3.379364,1.47571 -5.079605,2.19026 -9.29152,1.61572 -18.775193,4.08849 -28.255417,2.80222 6.824981,-2.16445 13.917007,-3.2827 20.802993,-5.21921 z"
-       style="fill:none;stroke:#7d4521;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path628"
-       d="m 43.66748,214.69829 c 4.174271,-1.16939 8.463715,-1.8718 12.783295,-2.20452 -0.06282,0.60782 -0.188446,1.82345 -0.251266,2.43125 -1.67981,0.75999 -3.379364,1.47571 -5.079605,2.19026 -9.29152,1.61572 -18.775193,4.08849 -28.255417,2.80222 6.824981,-2.16445 13.917007,-3.2827 20.802993,-5.21921 z"
-       style="fill:#7d4521;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path630"
-       d="m 192.25606,236.1413 c 1.95364,-8.2963 1.09068,-17.15598 4.70022,-25.06197 l 0.52707,0.56819 c 0.5491,8.16312 -0.76413,16.3165 -0.35303,24.48183 0.1997,4.64496 0.45661,9.31328 -0.0416,13.95155 -2.43682,0.0276 -4.8708,0.0476 -7.30496,0.0291 0.93079,-4.63817 1.42194,-9.35329 2.47234,-13.96872 z"
-       style="fill:none;stroke:#a35928;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path632"
-       d="m 192.25606,236.1413 c 1.95364,-8.2963 1.09068,-17.15598 4.70022,-25.06197 l 0.52707,0.56819 c 0.5491,8.16312 -0.76413,16.3165 -0.35303,24.48183 0.1997,4.64496 0.45661,9.31328 -0.0416,13.95155 -2.43682,0.0276 -4.8708,0.0476 -7.30496,0.0291 0.93079,-4.63817 1.42194,-9.35329 2.47234,-13.96872 z"
-       style="fill:#a35928;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path634"
-       d="m 226.82373,211.96609 c 4.59842,0.12862 9.17441,0.63369 13.71222,1.38981 -3.89603,3.22145 -8.86211,4.46728 -13.67285,5.59874 0.0549,-2.33138 0.006,-4.66159 -0.0394,-6.98855 z"
-       style="fill:none;stroke:#633521;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path636"
-       d="m 226.82373,211.96609 c 4.59842,0.12862 9.17441,0.63369 13.71222,1.38981 -3.89603,3.22145 -8.86211,4.46728 -13.67285,5.59874 0.0549,-2.33138 0.006,-4.66159 -0.0394,-6.98855 z"
-       style="fill:#633521;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path638"
-       d="m 245.81244,215.87624 c 7.2231,-3.07772 15.21686,-4.91233 23.07699,-3.86287 3.61568,0.55656 4.91323,4.35435 5.86825,7.36915 -3.6522,0.27498 -7.36057,0.49698 -10.9746,-0.22975 -1.76544,-0.40727 -3.52383,-0.83246 -5.28506,-1.22128 0.39823,2.29548 0.86163,4.58224 1.43548,6.8459 -3.2902,1.01291 -6.70321,1.52823 -10.10156,2.01057 -1.43089,-3.60476 -2.71658,-7.26231 -4.0195,-10.91172 z"
-       style="fill:none;stroke:#dcb868;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path640"
-       d="m 245.81244,215.87624 c 7.2231,-3.07772 15.21686,-4.91233 23.07699,-3.86287 3.61568,0.55656 4.91323,4.35435 5.86825,7.36915 -3.6522,0.27498 -7.36057,0.49698 -10.9746,-0.22975 -1.76544,-0.40727 -3.52383,-0.83246 -5.28506,-1.22128 0.39823,2.29548 0.86163,4.58224 1.43548,6.8459 -3.2902,1.01291 -6.70321,1.52823 -10.10156,2.01057 -1.43089,-3.60476 -2.71658,-7.26231 -4.0195,-10.91172 z"
-       style="fill:#dcb868;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path642"
-       d="m 240.53595,213.3559 c 1.43596,0.16467 2.881,0.27819 4.33168,0.31665 -0.61337,0.88981 -1.2236,1.78238 -1.83067,2.6777 2.62562,4.95114 4.50509,10.24298 5.92321,15.65741 -3.8878,-3.56102 -8.52107,-6.86722 -14.02182,-6.89293 -7.33158,-0.7113 -15.65652,4.92059 -15.05008,12.87703 0.58082,6.72261 6.86313,10.42676 12.21172,13.27266 -0.83331,0.21472 -1.66385,0.43194 -2.49159,0.65166 0.93098,2.33146 1.63869,4.75207 1.97535,7.24763 -6.6332,-0.68718 -12.99693,-2.77943 -19.50343,-4.12599 2.37451,-1.6691 4.72862,-3.36714 7.05617,-5.10168 -2.75162,0.28035 -5.49782,0.59567 -8.2321,0.99557 -0.2674,-3.70499 -0.69573,-7.60416 0.81668,-11.1147 1.33462,-3.3909 3.36737,-7.30342 1.47266,-10.87741 -1.6453,-1.2784 -3.57843,-2.10141 -5.4039,-3.06925 6.21012,-1.49168 12.53015,-2.44194 18.88095,-3.09066 0.0736,-1.27715 0.13769,-2.55213 0.19232,-3.82495 4.81074,-1.13146 9.77682,-2.37729 13.67285,-5.59874 z"
-       style="fill:none;stroke:#a15728;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path644"
-       d="m 240.53595,213.3559 c 1.43596,0.16467 2.881,0.27819 4.33168,0.31665 -0.61337,0.88981 -1.2236,1.78238 -1.83067,2.6777 2.62562,4.95114 4.50509,10.24298 5.92321,15.65741 -3.8878,-3.56102 -8.52107,-6.86722 -14.02182,-6.89293 -7.33158,-0.7113 -15.65652,4.92059 -15.05008,12.87703 0.58082,6.72261 6.86313,10.42676 12.21172,13.27266 -0.83331,0.21472 -1.66385,0.43194 -2.49159,0.65166 0.93098,2.33146 1.63869,4.75207 1.97535,7.24763 -6.6332,-0.68718 -12.99693,-2.77943 -19.50343,-4.12599 2.37451,-1.6691 4.72862,-3.36714 7.05617,-5.10168 -2.75162,0.28035 -5.49782,0.59567 -8.2321,0.99557 -0.2674,-3.70499 -0.69573,-7.60416 0.81668,-11.1147 1.33462,-3.3909 3.36737,-7.30342 1.47266,-10.87741 -1.6453,-1.2784 -3.57843,-2.10141 -5.4039,-3.06925 6.21012,-1.49168 12.53015,-2.44194 18.88095,-3.09066 0.0736,-1.27715 0.13769,-2.55213 0.19232,-3.82495 4.81074,-1.13146 9.77682,-2.37729 13.67285,-5.59874 z"
-       style="fill:#a15728;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path646"
-       d="m 284.36352,213.49406 c 3.41744,-0.21113 6.84415,-0.23507 10.26999,-0.15933 0.64972,2.93331 1.10501,5.95502 2.36718,8.7115 3.3401,-1.09567 2.94845,-5.90211 4.37285,-8.69593 3.45059,-0.0494 6.90333,-0.0285 10.35778,-0.002 0.23372,1.4692 0.55498,2.9377 0.59867,4.43659 -0.0708,0.64014 -0.21227,1.92042 -0.28302,2.56058 -2.81481,0.4105 -5.62177,0.85063 -8.42559,1.30586 -0.21222,1.4294 -0.42146,2.86093 -0.62435,4.29567 -6.00924,1.05182 -12.80359,3.59051 -18.37935,-0.17146 -0.19973,-4.09169 -0.34699,-8.18723 -0.25416,-12.2819 z"
-       style="fill:none;stroke:#dcba68;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path648"
-       d="m 284.36352,213.49406 c 3.41744,-0.21113 6.84415,-0.23507 10.26999,-0.15933 0.64972,2.93331 1.10501,5.95502 2.36718,8.7115 3.3401,-1.09567 2.94845,-5.90211 4.37285,-8.69593 3.45059,-0.0494 6.90333,-0.0285 10.35778,-0.002 0.23372,1.4692 0.55498,2.9377 0.59867,4.43659 -0.0708,0.64014 -0.21227,1.92042 -0.28302,2.56058 -2.81481,0.4105 -5.62177,0.85063 -8.42559,1.30586 -0.21222,1.4294 -0.42146,2.86093 -0.62435,4.29567 -6.00924,1.05182 -12.80359,3.59051 -18.37935,-0.17146 -0.19973,-4.09169 -0.34699,-8.18723 -0.25416,-12.2819 z"
-       style="fill:#dcba68;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path650"
-       d="m 320.23724,246.76392 c 0.011,-11.27054 -0.2958,-22.55344 0.23822,-33.81431 0.27228,3.73823 0.59307,7.47468 0.96604,11.20707 1.92949,0.44606 3.8603,0.89955 5.79472,1.36091 1.77257,0.43412 3.55634,0.81821 5.35427,1.1646 0.15669,-3.00163 -0.44703,-5.9512 -1.84569,-8.61501 2.55195,-1.47821 4.99965,-3.12667 7.47961,-4.72396 4.81053,9.99 6.19429,21.14086 7.68903,32.00221 -3.88358,0.14184 -7.77088,0.14805 -11.64859,-0.0551 -0.96134,-3.45877 -1.92192,-6.83689 -3.57428,-10.02584 -1.00827,3.6515 -1.555,7.40025 -2.21277,11.12555 -2.75025,0.0982 -5.49719,0.22578 -8.24056,0.3739 z"
-       style="fill:none;stroke:#d9ae5c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path652"
-       d="m 320.23724,246.76392 c 0.011,-11.27054 -0.2958,-22.55344 0.23822,-33.81431 0.27228,3.73823 0.59307,7.47468 0.96604,11.20707 1.92949,0.44606 3.8603,0.89955 5.79472,1.36091 1.77257,0.43412 3.55634,0.81821 5.35427,1.1646 0.15669,-3.00163 -0.44703,-5.9512 -1.84569,-8.61501 2.55195,-1.47821 4.99965,-3.12667 7.47961,-4.72396 4.81053,9.99 6.19429,21.14086 7.68903,32.00221 -3.88358,0.14184 -7.77088,0.14805 -11.64859,-0.0551 -0.96134,-3.45877 -1.92192,-6.83689 -3.57428,-10.02584 -1.00827,3.6515 -1.555,7.40025 -2.21277,11.12555 -2.75025,0.0982 -5.49719,0.22578 -8.24056,0.3739 z"
-       style="fill:#d9ae5c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path654"
-       d="m 169.0305,215.55081 c 2.27315,4.11423 2.70276,9.10399 5.77251,12.78504 0.54577,-4.33947 0.51321,-8.80608 2.11261,-12.94396 0.74976,1.70661 1.59756,3.37167 2.4348,5.04099 4.25555,-0.28345 8.5146,-0.51357 12.77737,-0.69655 0.0162,10.45457 -3.83185,20.42558 -3.92586,30.86465 -5.36492,-0.0267 -10.72552,-0.25149 -16.08027,-0.54373 -3.21123,-5.63782 -4.96813,-12.45186 -10.24089,-16.63063 -1.17658,4.90152 -0.67349,9.97195 -0.88713,14.96083 -4.43908,-0.10368 -8.86333,-0.47685 -13.29332,-0.72632 0.31099,-8.25113 3.07983,-16.12887 4.27025,-24.25923 4.61724,-0.21525 9.45899,0.14197 13.84127,-1.54672 1.85354,-1.56095 2.37951,-4.13443 3.21866,-6.30437 z"
-       style="fill:none;stroke:#d4ab59;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path656"
-       d="m 169.0305,215.55081 c 2.27315,4.11423 2.70276,9.10399 5.77251,12.78504 0.54577,-4.33947 0.51321,-8.80608 2.11261,-12.94396 0.74976,1.70661 1.59756,3.37167 2.4348,5.04099 4.25555,-0.28345 8.5146,-0.51357 12.77737,-0.69655 0.0162,10.45457 -3.83185,20.42558 -3.92586,30.86465 -5.36492,-0.0267 -10.72552,-0.25149 -16.08027,-0.54373 -3.21123,-5.63782 -4.96813,-12.45186 -10.24089,-16.63063 -1.17658,4.90152 -0.67349,9.97195 -0.88713,14.96083 -4.43908,-0.10368 -8.86333,-0.47685 -13.29332,-0.72632 0.31099,-8.25113 3.07983,-16.12887 4.27025,-24.25923 4.61724,-0.21525 9.45899,0.14197 13.84127,-1.54672 1.85354,-1.56095 2.37951,-4.13443 3.21866,-6.30437 z"
-       style="fill:#d4ab59;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path658"
-       d="m 258.49802,217.93149 c 1.76123,0.38882 3.51962,0.81401 5.28506,1.22128 -0.82513,2.15483 -1.98245,4.20145 -3.84958,5.62462 -0.57385,-2.26366 -1.03725,-4.55042 -1.43548,-6.8459 z"
-       style="fill:none;stroke:#473321;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path660"
-       d="m 258.49802,217.93149 c 1.76123,0.38882 3.51962,0.81401 5.28506,1.22128 -0.82513,2.15483 -1.98245,4.20145 -3.84958,5.62462 -0.57385,-2.26366 -1.03725,-4.55042 -1.43548,-6.8459 z"
-       style="fill:#473321;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path662"
-       d="m 312.32999,217.78531 c 1.58,10.02244 1.00201,20.24565 1.79394,30.34973 -2.84669,0.1745 -5.69394,0.30774 -8.5402,0.38431 0.0471,-3.94705 0.26802,-7.88802 0.29649,-11.83269 -2.22759,1.12633 -4.2804,2.75217 -6.77092,3.24709 -2.05652,-0.6931 -3.83208,-1.97695 -5.70265,-3.03241 -0.10134,4.11717 -0.0999,8.23666 -0.12101,12.35737 -2.95986,0.53231 -5.9311,1.01064 -8.92916,1.2342 0.39772,-8.22935 1.27177,-16.4957 0.2612,-24.71695 5.57576,3.76197 12.37011,1.22328 18.37935,0.17146 0.20289,-1.43474 0.41213,-2.86627 0.62435,-4.29567 2.80382,-0.45523 5.61078,-0.89536 8.42559,-1.30586 0.0708,-0.64016 0.21226,-1.92044 0.28302,-2.56058 z"
-       style="fill:none;stroke:#d7ab59;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path664"
-       d="m 312.32999,217.78531 c 1.58,10.02244 1.00201,20.24565 1.79394,30.34973 -2.84669,0.1745 -5.69394,0.30774 -8.5402,0.38431 0.0471,-3.94705 0.26802,-7.88802 0.29649,-11.83269 -2.22759,1.12633 -4.2804,2.75217 -6.77092,3.24709 -2.05652,-0.6931 -3.83208,-1.97695 -5.70265,-3.03241 -0.10134,4.11717 -0.0999,8.23666 -0.12101,12.35737 -2.95986,0.53231 -5.9311,1.01064 -8.92916,1.2342 0.39772,-8.22935 1.27177,-16.4957 0.2612,-24.71695 5.57576,3.76197 12.37011,1.22328 18.37935,0.17146 0.20289,-1.43474 0.41213,-2.86627 0.62435,-4.29567 2.80382,-0.45523 5.61078,-0.89536 8.42559,-1.30586 0.0708,-0.64016 0.21226,-1.92044 0.28302,-2.56058 z"
-       style="fill:#d7ab59;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path666"
-       d="m 263.78308,219.15277 c 3.61403,0.72673 7.3224,0.50473 10.9746,0.22975 -1.17653,3.27747 -2.62838,6.44937 -4.3666,9.46823 3.95185,5.86887 6.79251,12.43004 8.31215,19.34536 -3.88592,0.48152 -7.7684,1.35791 -11.70051,1.14862 -2.44649,-2.7838 -2.04004,-7.07201 -3.90131,-10.26574 -1.17375,3.46766 -1.55872,7.12194 -2.01666,10.73584 -3.30384,0.29813 -6.61002,0.54349 -9.90378,0.91652 0.89197,-7.99028 0.9201,-16.16418 -1.34903,-23.94339 3.39835,-0.48234 6.81136,-0.99766 10.10156,-2.01057 1.86713,-1.42317 3.02445,-3.46979 3.84958,-5.62462 z"
-       style="fill:none;stroke:#d7ab57;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path668"
-       d="m 263.78308,219.15277 c 3.61403,0.72673 7.3224,0.50473 10.9746,0.22975 -1.17653,3.27747 -2.62838,6.44937 -4.3666,9.46823 3.95185,5.86887 6.79251,12.43004 8.31215,19.34536 -3.88592,0.48152 -7.7684,1.35791 -11.70051,1.14862 -2.44649,-2.7838 -2.04004,-7.07201 -3.90131,-10.26574 -1.17375,3.46766 -1.55872,7.12194 -2.01666,10.73584 -3.30384,0.29813 -6.61002,0.54349 -9.90378,0.91652 0.89197,-7.99028 0.9201,-16.16418 -1.34903,-23.94339 3.39835,-0.48234 6.81136,-0.99766 10.10156,-2.01057 1.86713,-1.42317 3.02445,-3.46979 3.84958,-5.62462 z"
-       style="fill:#d7ab57;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path670"
-       d="m 327.82681,219.57812 c 0.97571,-0.49253 1.94837,-0.99618 2.91799,-1.51094 1.39866,2.66381 2.00238,5.61338 1.84569,8.61501 -1.79793,-0.34639 -3.5817,-0.73048 -5.35427,-1.1646 0.23013,-1.97912 0.41275,-3.95939 0.59059,-5.93947 z"
-       style="fill:none;stroke:#191711;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path672"
-       d="m 327.82681,219.57812 c 0.97571,-0.49253 1.94837,-0.99618 2.91799,-1.51094 1.39866,2.66381 2.00238,5.61338 1.84569,8.61501 -1.79793,-0.34639 -3.5817,-0.73048 -5.35427,-1.1646 0.23013,-1.97912 0.41275,-3.95939 0.59059,-5.93947 z"
-       style="fill:#191711;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path674"
-       d="m 11.120346,228.56282 c -0.503143,-3.11423 -0.903702,-6.34453 0.01033,-9.42462 1.518433,0.33194 3.037583,0.66412 4.55745,0.99652 -0.18657,2.28398 -0.04442,4.66678 -0.861817,6.84818 -1.139816,0.72576 -2.442688,1.12525 -3.705963,1.57992 z"
-       style="fill:none;stroke:#a85e2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path676"
-       d="m 11.120346,228.56282 c -0.503143,-3.11423 -0.903702,-6.34453 0.01033,-9.42462 1.518433,0.33194 3.037583,0.66412 4.55745,0.99652 -0.18657,2.28398 -0.04442,4.66678 -0.861817,6.84818 -1.139816,0.72576 -2.442688,1.12525 -3.705963,1.57992 z"
-       style="fill:#a85e2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path678"
-       d="m 329.5916,219.71915 c 0.52135,1.55105 0.95637,3.13195 1.3663,4.72143 -0.42378,0.069 -1.27135,0.20697 -1.69513,0.27596 0.0975,-1.66887 0.19368,-3.33643 0.32883,-4.99739 z"
-       style="fill:none;stroke:#cf994c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path680"
-       d="m 329.5916,219.71915 c 0.52135,1.55105 0.95637,3.13195 1.3663,4.72143 -0.42378,0.069 -1.27135,0.20697 -1.69513,0.27596 0.0975,-1.66887 0.19368,-3.33643 0.32883,-4.99739 z"
-       style="fill:#cf994c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path682"
-       d="m 343.76421,221.57638 c 2.76799,0.61899 5.55111,1.16657 8.34474,1.68595 -0.29262,7.32063 -0.8655,14.65506 -0.30187,21.97983 -1.18528,-1.52312 -2.35866,-3.05196 -3.49052,-4.60935 -2.03424,-6.222 -3.10312,-12.68921 -4.55235,-19.05643 z"
-       style="fill:none;stroke:#995726;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path684"
-       d="m 343.76421,221.57638 c 2.76799,0.61899 5.55111,1.16657 8.34474,1.68595 -0.29262,7.32063 -0.8655,14.65506 -0.30187,21.97983 -1.18528,-1.52312 -2.35866,-3.05196 -3.49052,-4.60935 -2.03424,-6.222 -3.10312,-12.68921 -4.55235,-19.05643 z"
-       style="fill:#995726;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path686"
-       d="m 417.66475,221.03377 c 7.17921,0.50378 14.36772,0.19603 21.55249,0.0111 1.9528,0.47115 3.86681,1.08559 5.79803,1.66779 -0.41723,1.73628 -0.81346,3.47892 -1.19799,5.22598 -7.15017,0.0415 -14.3611,-0.15824 -21.40954,1.24818 -1.89463,-2.5027 -4.34542,-4.88382 -4.74299,-8.15301 z"
-       style="fill:none;stroke:#ab5e2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path688"
-       d="m 417.66475,221.03377 c 7.17921,0.50378 14.36772,0.19603 21.55249,0.0111 1.9528,0.47115 3.86681,1.08559 5.79803,1.66779 -0.41723,1.73628 -0.81346,3.47892 -1.19799,5.22598 -7.15017,0.0415 -14.3611,-0.15824 -21.40954,1.24818 -1.89463,-2.5027 -4.34542,-4.88382 -4.74299,-8.15301 z"
-       style="fill:#ab5e2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path690"
-       d="m 445.01527,222.71262 c -0.15565,1.58697 -0.21304,3.20088 -0.6146,4.75532 -1.48249,2.21927 -3.83336,3.64882 -5.88297,5.29112 4.39293,2.25951 8.76193,4.72997 12.20488,8.3452 -1.12372,0.52918 -2.23525,1.06877 -3.37093,1.55204 -5.69378,-1.72232 -11.71199,-1.74543 -17.58966,-1.29474 -1.95926,-4.33312 -4.46453,-8.40518 -7.35425,-12.17478 7.04844,-1.40642 14.25937,-1.20665 21.40954,-1.24818 0.38453,-1.74706 0.78076,-3.4897 1.19799,-5.22598 z"
-       style="fill:none;stroke:#8a4c28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path692"
-       d="m 445.01527,222.71262 c -0.15565,1.58697 -0.21304,3.20088 -0.6146,4.75532 -1.48249,2.21927 -3.83336,3.64882 -5.88297,5.29112 4.39293,2.25951 8.76193,4.72997 12.20488,8.3452 -1.12372,0.52918 -2.23525,1.06877 -3.37093,1.55204 -5.69378,-1.72232 -11.71199,-1.74543 -17.58966,-1.29474 -1.95926,-4.33312 -4.46453,-8.40518 -7.35425,-12.17478 7.04844,-1.40642 14.25937,-1.20665 21.40954,-1.24818 0.38453,-1.74706 0.78076,-3.4897 1.19799,-5.22598 z"
-       style="fill:#8a4c28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path694"
-       d="m 315.07986,223.80826 c 0.83229,1.57638 1.76098,3.10284 2.60825,4.6784 0.14793,6.76514 0.0451,13.54592 0.79482,20.28473 3.67996,-0.11381 7.35652,-0.36711 11.01635,-0.79902 0.65981,-1.61173 1.32903,-3.21741 2.00598,-4.81992 0.74877,1.36224 1.49949,2.72853 2.25153,4.09842 1.8194,0.39163 3.63915,0.79369 5.47981,1.12324 -3.42555,1.1771 -6.74835,2.6231 -10.07353,4.04854 5.73998,3.4569 12.4854,4.74855 19.12309,3.8985 -6.03988,0.42638 -12.14938,0.13419 -18.10071,1.44585 -4.85165,-0.42162 -9.60726,-1.49919 -14.32217,-2.6649 2.72373,-1.71807 5.45543,-3.42466 8.16113,-5.17357 -6.83259,0.46007 -13.40353,2.4508 -19.7453,4.93158 0.76767,1.12149 1.5373,2.24574 2.3098,3.3742 -1.93817,0.22104 -3.87391,0.45058 -5.81279,0.61379 -2.85083,0.14305 -5.69531,0.35354 -8.54126,0.50832 -6.75776,0.18531 -13.51375,-0.20885 -20.27057,-0.10186 3.44234,-2.67666 6.94352,-5.42653 11.08381,-6.94362 l 0.90377,-0.13646 c -0.56633,1.0557 -1.12631,2.11533 -1.68394,3.17841 7.55698,0.12973 14.7457,-2.2348 21.92897,-4.24177 3.77609,-0.68136 7.5965,-1.07811 11.40074,-1.58608 1.13815,-8.56758 -0.3242,-17.1425 -0.51778,-25.71678 z"
-       style="fill:none;stroke:#9c5426;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path696"
-       d="m 315.07986,223.80826 c 0.83229,1.57638 1.76098,3.10284 2.60825,4.6784 0.14793,6.76514 0.0451,13.54592 0.79482,20.28473 3.67996,-0.11381 7.35652,-0.36711 11.01635,-0.79902 0.65981,-1.61173 1.32903,-3.21741 2.00598,-4.81992 0.74877,1.36224 1.49949,2.72853 2.25153,4.09842 1.8194,0.39163 3.63915,0.79369 5.47981,1.12324 -3.42555,1.1771 -6.74835,2.6231 -10.07353,4.04854 5.73998,3.4569 12.4854,4.74855 19.12309,3.8985 -6.03988,0.42638 -12.14938,0.13419 -18.10071,1.44585 -4.85165,-0.42162 -9.60726,-1.49919 -14.32217,-2.6649 2.72373,-1.71807 5.45543,-3.42466 8.16113,-5.17357 -6.83259,0.46007 -13.40353,2.4508 -19.7453,4.93158 0.76767,1.12149 1.5373,2.24574 2.3098,3.3742 -1.93817,0.22104 -3.87391,0.45058 -5.81279,0.61379 -2.85083,0.14305 -5.69531,0.35354 -8.54126,0.50832 -6.75776,0.18531 -13.51375,-0.20885 -20.27057,-0.10186 3.44234,-2.67666 6.94352,-5.42653 11.08381,-6.94362 l 0.90377,-0.13646 c -0.56633,1.0557 -1.12631,2.11533 -1.68394,3.17841 7.55698,0.12973 14.7457,-2.2348 21.92897,-4.24177 3.77609,-0.68136 7.5965,-1.07811 11.40074,-1.58608 1.13815,-8.56758 -0.3242,-17.1425 -0.51778,-25.71678 z"
-       style="fill:#9c5426;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path698"
-       d="m 200.14653,225.20003 c 1.87283,-0.22783 3.74948,-0.44385 5.61946,-0.72304 0.0295,1.8147 0.0403,3.63399 0.0717,5.4548 1.97946,-0.2785 3.96217,-0.54916 5.95042,-0.78607 0.19496,1.9258 0.3828,3.85481 0.56642,5.78729 -1.0809,0.80793 -2.22117,1.54796 -3.19241,2.49118 -0.62828,4.46181 -0.14339,8.99315 -0.31316,13.4856 -3.3612,0.32626 -6.73517,0.49104 -10.10916,0.52612 0.0807,-6.38031 -0.4402,-12.79699 0.33158,-19.1474 0.3229,-2.36972 0.69979,-4.72998 1.07513,-7.08848 z"
-       style="fill:none;stroke:#d9b05c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path700"
-       d="m 200.14653,225.20003 c 1.87283,-0.22783 3.74948,-0.44385 5.61946,-0.72304 0.0295,1.8147 0.0403,3.63399 0.0717,5.4548 1.97946,-0.2785 3.96217,-0.54916 5.95042,-0.78607 0.19496,1.9258 0.3828,3.85481 0.56642,5.78729 -1.0809,0.80793 -2.22117,1.54796 -3.19241,2.49118 -0.62828,4.46181 -0.14339,8.99315 -0.31316,13.4856 -3.3612,0.32626 -6.73517,0.49104 -10.10916,0.52612 0.0807,-6.38031 -0.4402,-12.79699 0.33158,-19.1474 0.3229,-2.36972 0.69979,-4.72998 1.07513,-7.08848 z"
-       style="fill:#d9b05c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path702"
-       d="m 273.90472,230.13243 c -0.66395,-1.61265 -2.5e-4,-3.31947 0.44857,-4.88585 2.3726,2.28285 5.3014,3.89499 8.59259,4.3313 0.0165,4.74938 -0.0303,9.4993 -0.0624,14.25069 -1.08626,0.10679 -2.16777,0.21869 -3.24627,0.33429 -1.17273,-4.96384 -3.95888,-9.30025 -5.73246,-14.03043 z"
-       style="fill:none;stroke:#854a26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path704"
-       d="m 273.90472,230.13243 c -0.66395,-1.61265 -2.5e-4,-3.31947 0.44857,-4.88585 2.3726,2.28285 5.3014,3.89499 8.59259,4.3313 0.0165,4.74938 -0.0303,9.4993 -0.0624,14.25069 -1.08626,0.10679 -2.16777,0.21869 -3.24627,0.33429 -1.17273,-4.96384 -3.95888,-9.30025 -5.73246,-14.03043 z"
-       style="fill:#854a26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path706"
-       d="m 362.99879,226.20695 c 4.68866,0.93273 9.47527,1.36379 14.25615,1.07306 -0.0797,5.65132 -0.82135,11.26294 -1.55433,16.85988 -3.65831,-1.91127 -7.87303,-2.18312 -11.55278,-0.20157 0.0374,-5.93386 -0.6043,-11.83354 -1.14904,-17.73137 z"
-       style="fill:none;stroke:#854a26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path708"
-       d="m 362.99879,226.20695 c 4.68866,0.93273 9.47527,1.36379 14.25615,1.07306 -0.0797,5.65132 -0.82135,11.26294 -1.55433,16.85988 -3.65831,-1.91127 -7.87303,-2.18312 -11.55278,-0.20157 0.0374,-5.93386 -0.6043,-11.83354 -1.14904,-17.73137 z"
-       style="fill:#854a26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path710"
-       d="m 33.390182,228.40175 c 9.39708,-2.27896 19.078171,-1.43025 28.639985,-1.55034 0.695694,-0.0105 2.087082,-0.0314 2.782791,-0.0419 5.214813,0.57379 10.223907,2.60899 15.518799,2.4905 15.689849,-0.89267 31.417603,-0.70793 47.125943,-1.12593 -0.7395,5.67246 -1.74427,11.31873 -2.13896,17.03234 -0.13425,-1.28113 -0.27925,-2.5578 -0.43498,-3.83004 -20.77976,-0.65944 -41.495424,1.48413 -62.228715,2.44036 -5.381882,-1.2321 -10.735001,-2.68514 -16.247178,-3.21599 -6.03302,-0.6331 -12.221023,-1.42276 -17.65834,-4.304 7.170792,-0.44792 14.31015,-1.30531 21.469299,-1.90994 -8.161987,-0.87893 -16.745575,-2.79593 -24.710403,0.13403 -1.282639,-0.76207 -2.550995,-1.5486 -3.859696,-2.26055 -0.113678,-0.56337 -0.341018,-1.69009 -0.454681,-2.25346 4.101151,-0.21515 8.186646,-0.70527 12.196136,-1.6051 z"
-       style="fill:none;stroke:#874a26;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path712"
-       d="m 33.390182,228.40175 c 9.39708,-2.27896 19.078171,-1.43025 28.639985,-1.55034 0.695694,-0.0105 2.087082,-0.0314 2.782791,-0.0419 5.214813,0.57379 10.223907,2.60899 15.518799,2.4905 15.689849,-0.89267 31.417603,-0.70793 47.125943,-1.12593 -0.7395,5.67246 -1.74427,11.31873 -2.13896,17.03234 -0.13425,-1.28113 -0.27925,-2.5578 -0.43498,-3.83004 -20.77976,-0.65944 -41.495424,1.48413 -62.228715,2.44036 -5.381882,-1.2321 -10.735001,-2.68514 -16.247178,-3.21599 -6.03302,-0.6331 -12.221023,-1.42276 -17.65834,-4.304 7.170792,-0.44792 14.31015,-1.30531 21.469299,-1.90994 -8.161987,-0.87893 -16.745575,-2.79593 -24.710403,0.13403 -1.282639,-0.76207 -2.550995,-1.5486 -3.859696,-2.26055 -0.113678,-0.56337 -0.341018,-1.69009 -0.454681,-2.25346 4.101151,-0.21515 8.186646,-0.70527 12.196136,-1.6051 z"
-       style="fill:#874a26;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path714"
-       d="m 230.30307,227.254 c 4.59564,-1.1798 9.80208,-0.0451 13.50374,2.92123 3.08974,2.55251 3.26935,7.07749 2.25012,10.66571 -1.23723,3.35211 -4.63214,5.14238 -7.72371,6.4689 -6.34117,3.39226 -15.00191,-1.62863 -15.94133,-8.57548 -1.09941,-5.1443 3.31773,-9.94829 7.91118,-11.48036 z"
-       style="fill:none;stroke:#d9b361;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path716"
-       d="m 230.30307,227.254 c 4.59564,-1.1798 9.80208,-0.0451 13.50374,2.92123 3.08974,2.55251 3.26935,7.07749 2.25012,10.66571 -1.23723,3.35211 -4.63214,5.14238 -7.72371,6.4689 -6.34117,3.39226 -15.00191,-1.62863 -15.94133,-8.57548 -1.09941,-5.1443 3.31773,-9.94829 7.91118,-11.48036 z"
-       style="fill:#d9b361;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path718"
-       d="m 486.88734,231.91289 c 1.79738,-1.20468 3.79229,-2.0681 5.84133,-2.75821 0.69003,4.43994 -3.62097,6.92602 -6.29355,9.68283 0.62916,1.74911 1.24625,3.50851 1.72194,5.31534 -1.74442,-0.39006 -2.4409,-1.96193 -3.07993,-3.43032 -2.72735,0.24685 -5.47564,0.28449 -8.14851,-0.35827 2.22519,-3.93556 6.32487,-6.04491 9.95872,-8.45137 z"
-       style="fill:none;stroke:#171411;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path720"
-       d="m 486.88734,231.91289 c 1.79738,-1.20468 3.79229,-2.0681 5.84133,-2.75821 0.69003,4.43994 -3.62097,6.92602 -6.29355,9.68283 0.62916,1.74911 1.24625,3.50851 1.72194,5.31534 -1.74442,-0.39006 -2.4409,-1.96193 -3.07993,-3.43032 -2.72735,0.24685 -5.47564,0.28449 -8.14851,-0.35827 2.22519,-3.93556 6.32487,-6.04491 9.95872,-8.45137 z"
-       style="fill:#171411;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path722"
-       d="m 479.66141,239.20844 c 3.13263,-3.11744 6.9311,-5.53261 10.98804,-7.26539 -2.50588,3.7733 -6.17261,7.22359 -10.98804,7.26539 z"
-       style="fill:none;stroke:#debf75;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path724"
-       d="m 479.66141,239.20844 c 3.13263,-3.11744 6.9311,-5.53261 10.98804,-7.26539 -2.50588,3.7733 -6.17261,7.22359 -10.98804,7.26539 z"
-       style="fill:#debf75;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path726"
-       d="m 521.21036,232.49992 c 1.57443,0.1177 3.15414,0.22237 4.74388,0.32549 -0.12756,0.93172 -0.28169,1.86073 -0.46239,2.78706 -1.41142,0.38986 -2.78991,-0.18829 -4.13302,-0.51498 -0.0371,-0.6494 -0.11136,-1.94818 -0.14847,-2.59757 z"
-       style="fill:none;stroke:#262626;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path728"
-       d="m 521.21036,232.49992 c 1.57443,0.1177 3.15414,0.22237 4.74388,0.32549 -0.12756,0.93172 -0.28169,1.86073 -0.46239,2.78706 -1.41142,0.38986 -2.78991,-0.18829 -4.13302,-0.51498 -0.0371,-0.6494 -0.11136,-1.94818 -0.14847,-2.59757 z"
-       style="fill:#262626;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path730"
-       d="m 530.24123,231.65088 c 2.2476,0.38083 4.49637,0.77763 6.74002,1.23828 -1.41666,3.05203 -4.71942,2.83876 -7.53824,2.59111 0.19955,-0.95735 0.59866,-2.87205 0.79822,-3.82939 z"
-       style="fill:none;stroke:#111111;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path732"
-       d="m 530.24123,231.65088 c 2.2476,0.38083 4.49637,0.77763 6.74002,1.23828 -1.41666,3.05203 -4.71942,2.83876 -7.53824,2.59111 0.19955,-0.95735 0.59866,-2.87205 0.79822,-3.82939 z"
-       style="fill:#111111;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path734"
-       d="m 25.508423,234.52086 c 7.964828,-2.92996 16.548416,-1.01296 24.710403,-0.13403 -7.159149,0.60463 -14.298507,1.46202 -21.469299,1.90994 -1.103821,-0.55254 -2.184189,-1.14452 -3.241104,-1.77591 z"
-       style="fill:none;stroke:#a85c28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path736"
-       d="m 25.508423,234.52086 c 7.964828,-2.92996 16.548416,-1.01296 24.710403,-0.13403 -7.159149,0.60463 -14.298507,1.46202 -21.469299,1.90994 -1.103821,-0.55254 -2.184189,-1.14452 -3.241104,-1.77591 z"
-       style="fill:#a85c28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path738"
-       d="m 73.738998,235.52089 c 17.523041,-1.60817 35.130452,-2.54378 52.725612,-1.75876 -0.38223,0.60132 -1.14671,1.80393 -1.52896,2.40524 -8.32003,0.31226 -16.64515,-0.13707 -24.964108,0.19822 -8.746719,0.33952 -17.546661,0.38583 -26.232544,-0.8447 z"
-       style="fill:none;stroke:#ae6128;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path740"
-       d="m 73.738998,235.52089 c 17.523041,-1.60817 35.130452,-2.54378 52.725612,-1.75876 -0.38223,0.60132 -1.14671,1.80393 -1.52896,2.40524 -8.32003,0.31226 -16.64515,-0.13707 -24.964108,0.19822 -8.746719,0.33952 -17.546661,0.38583 -26.232544,-0.8447 z"
-       style="fill:#ae6128;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path742"
-       d="m 230.62749,239.10298 c 0.034,-3.33917 2.222,-5.93907 5.71513,-5.77408 0.0117,1.99399 -0.0222,3.99176 -0.0804,5.991 -1.88213,-0.0467 -3.76088,-0.12024 -5.63469,-0.21692 z"
-       style="fill:none;stroke:#784c2e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path744"
-       d="m 230.62749,239.10298 c 0.034,-3.33917 2.222,-5.93907 5.71513,-5.77408 0.0117,1.99399 -0.0222,3.99176 -0.0804,5.991 -1.88213,-0.0467 -3.76088,-0.12024 -5.63469,-0.21692 z"
-       style="fill:#784c2e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path746"
-       d="m 406.68811,233.80572 c 1.19254,2.67911 2.25822,5.4144 3.1651,8.20783 -1.48511,0.48842 -2.95813,0.99986 -4.4117,1.5571 0.34807,-3.26439 0.76392,-6.52014 1.2466,-9.76493 z"
-       style="fill:none;stroke:#94542b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path748"
-       d="m 406.68811,233.80572 c 1.19254,2.67911 2.25822,5.4144 3.1651,8.20783 -1.48511,0.48842 -2.95813,0.99986 -4.4117,1.5571 0.34807,-3.26439 0.76392,-6.52014 1.2466,-9.76493 z"
-       style="fill:#94542b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path750"
-       d="m 507.62688,234.28996 c 3.56903,1.82057 7.36395,3.38497 11.42166,2.17244 -0.40834,1.49741 -0.82515,2.99468 -1.25096,4.48978 1.90271,1.79925 3.78401,3.63271 5.50924,5.61374 -3.42639,0.33209 -6.86407,-0.30805 -10.27128,0.0121 -4.00373,1.89494 -8.05446,3.86117 -12.50878,4.39453 0.45754,1.03824 0.90894,2.08504 1.35425,3.14037 -2.22195,0.72564 -4.46947,1.80863 -6.86537,1.41328 -4.45378,-0.65665 -8.95496,-1.06041 -13.3437,-2.07437 1.53733,-2.78938 4.59094,-4.0002 7.16536,-5.60164 1.85015,-1.12642 3.84185,-2.10017 6.03083,-2.33357 4.60819,-0.62418 8.74762,-2.82767 12.95566,-4.66136 -0.0621,-2.19069 -0.14862,-4.37996 -0.19691,-6.56533 z"
-       style="fill:none;stroke:#261e1c;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path752"
-       d="m 507.62688,234.28996 c 3.56903,1.82057 7.36395,3.38497 11.42166,2.17244 -0.40834,1.49741 -0.82515,2.99468 -1.25096,4.48978 1.90271,1.79925 3.78401,3.63271 5.50924,5.61374 -3.42639,0.33209 -6.86407,-0.30805 -10.27128,0.0121 -4.00373,1.89494 -8.05446,3.86117 -12.50878,4.39453 0.45754,1.03824 0.90894,2.08504 1.35425,3.14037 -2.22195,0.72564 -4.46947,1.80863 -6.86537,1.41328 -4.45378,-0.65665 -8.95496,-1.06041 -13.3437,-2.07437 1.53733,-2.78938 4.59094,-4.0002 7.16536,-5.60164 1.85015,-1.12642 3.84185,-2.10017 6.03083,-2.33357 4.60819,-0.62418 8.74762,-2.82767 12.95566,-4.66136 -0.0621,-2.19069 -0.14862,-4.37996 -0.19691,-6.56533 z"
-       style="fill:#261e1c;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path754"
-       d="m 541.25568,234.34422 c 5.63581,1.52852 11.41908,3.62892 15.69607,7.76294 1.66396,1.45949 1.76212,3.73641 1.46305,5.77509 -4.86307,-2.73752 -9.65432,-5.54346 -14.89742,-7.50029 -0.79776,-1.99965 -1.3875,-4.07364 -2.2617,-6.03774 z"
-       style="fill:none;stroke:#171411;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path756"
-       d="m 541.25568,234.34422 c 5.63581,1.52852 11.41908,3.62892 15.69607,7.76294 1.66396,1.45949 1.76212,3.73641 1.46305,5.77509 -4.86307,-2.73752 -9.65432,-5.54346 -14.89742,-7.50029 -0.79776,-1.99965 -1.3875,-4.07364 -2.2617,-6.03774 z"
-       style="fill:#171411;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path758"
-       d="m 492.22354,237.40819 c 3.44318,-2.04532 7.719,-1.97795 10.96393,0.45395 -1.55249,1.84954 -3.71214,3.12837 -6.19138,2.52525 -1.72511,-0.35402 -5.31463,-0.45341 -4.77255,-2.9792 z"
-       style="fill:none;stroke:#685c45;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path760"
-       d="m 492.22354,237.40819 c 3.44318,-2.04532 7.719,-1.97795 10.96393,0.45395 -1.55249,1.84954 -3.71214,3.12837 -6.19138,2.52525 -1.72511,-0.35402 -5.31463,-0.45341 -4.77255,-2.9792 z"
-       style="fill:#685c45;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path762"
-       d="m 509.22404,237.46884 c 1.23729,-1.34624 3.88082,0.63136 2.28527,1.99974 -1.27895,1.36247 -3.86263,-0.59819 -2.28527,-1.99974 z"
-       style="fill:none;stroke:#debf75;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path764"
-       d="m 509.22404,237.46884 c 1.23729,-1.34624 3.88082,0.63136 2.28527,1.99974 -1.27895,1.36247 -3.86263,-0.59819 -2.28527,-1.99974 z"
-       style="fill:#debf75;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path766"
-       d="m 545.10864,237.06784 c 4.63002,1.55406 9.0662,3.98888 12.0154,7.9993 -4.21741,-2.27838 -8.50226,-4.42449 -13.02901,-6.01912 0.2534,-0.49504 0.76021,-1.48512 1.01361,-1.98018 z"
-       style="fill:none;stroke:#debf75;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path768"
-       d="m 545.10864,237.06784 c 4.63002,1.55406 9.0662,3.98888 12.0154,7.9993 -4.21741,-2.27838 -8.50226,-4.42449 -13.02901,-6.01912 0.2534,-0.49504 0.76021,-1.48512 1.01361,-1.98018 z"
-       style="fill:#debf75;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path770"
-       d="m 523.46928,242.43819 c 2.49187,-1.61872 5.32174,-3.03414 8.30379,-3.35868 1.70522,1.15776 3.28989,2.48624 4.92932,3.74858 -0.39447,0.63105 -1.18339,1.89312 -1.57786,2.52416 -2.90294,0.1772 -5.84105,0.36848 -8.71674,-0.12251 -1.29188,-0.42363 -3.43774,-1.00806 -2.93851,-2.79155 z"
-       style="fill:none;stroke:#2b2b2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path772"
-       d="m 523.46928,242.43819 c 2.49187,-1.61872 5.32174,-3.03414 8.30379,-3.35868 1.70522,1.15776 3.28989,2.48624 4.92932,3.74858 -0.39447,0.63105 -1.18339,1.89312 -1.57786,2.52416 -2.90294,0.1772 -5.84105,0.36848 -8.71674,-0.12251 -1.29188,-0.42363 -3.43774,-1.00806 -2.93851,-2.79155 z"
-       style="fill:#2b2b2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path774"
-       d="m 162.00825,250.34462 c 0.63048,-3.68776 1.25446,-7.3759 1.97175,-11.04565 2.71333,3.86937 4.35183,8.49003 7.56123,11.99259 2.20531,0.76218 4.56741,0.87453 6.87335,1.12545 -6.04103,4.15483 -13.60184,4.50316 -20.66809,3.86131 -11.34985,-1.69237 -22.85278,-2.23823 -34.1235,-4.46095 -6.47824,-1.20473 -13.07197,-1.26697 -19.61884,-1.7668 -13.82257,-1.77982 -27.86441,-2.43987 -41.349105,-6.23381 20.733291,-0.95623 41.448955,-3.0998 62.228715,-2.44036 0.15573,1.27224 0.30073,2.54891 0.43498,3.83004 0.081,1.16626 0.16655,2.33537 0.25661,3.50737 5.05586,0.80058 10.18994,0.89434 15.28709,0.46843 0.38413,-1.4831 0.7753,-2.96102 1.12636,-4.44678 0.9229,-0.0597 1.84758,-0.11679 2.77402,-0.17142 0.29861,1.56439 0.5986,3.12975 0.89586,4.70055 5.41705,0.74499 10.88031,1.10283 16.34957,1.08003 z"
-       style="fill:none;stroke:#ab5e28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path776"
-       d="m 162.00825,250.34462 c 0.63048,-3.68776 1.25446,-7.3759 1.97175,-11.04565 2.71333,3.86937 4.35183,8.49003 7.56123,11.99259 2.20531,0.76218 4.56741,0.87453 6.87335,1.12545 -6.04103,4.15483 -13.60184,4.50316 -20.66809,3.86131 -11.34985,-1.69237 -22.85278,-2.23823 -34.1235,-4.46095 -6.47824,-1.20473 -13.07197,-1.26697 -19.61884,-1.7668 -13.82257,-1.77982 -27.86441,-2.43987 -41.349105,-6.23381 20.733291,-0.95623 41.448955,-3.0998 62.228715,-2.44036 0.15573,1.27224 0.30073,2.54891 0.43498,3.83004 0.081,1.16626 0.16655,2.33537 0.25661,3.50737 5.05586,0.80058 10.18994,0.89434 15.28709,0.46843 0.38413,-1.4831 0.7753,-2.96102 1.12636,-4.44678 0.9229,-0.0597 1.84758,-0.11679 2.77402,-0.17142 0.29861,1.56439 0.5986,3.12975 0.89586,4.70055 5.41705,0.74499 10.88031,1.10283 16.34957,1.08003 z"
-       style="fill:#ab5e28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path778"
-       d="m 506.80762,243.86203 c 2.41198,-2.13548 5.39297,-3.39969 8.47244,-4.24536 -0.71903,1.87059 -1.45549,3.73483 -2.19017,5.6001 -0.38123,-0.086 -1.14369,-0.25785 -1.52493,-0.34378 -1.58794,-0.3618 -3.16936,-0.72135 -4.75734,-1.01096 z"
-       style="fill:none;stroke:#784528;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path780"
-       d="m 506.80762,243.86203 c 2.41198,-2.13548 5.39297,-3.39969 8.47244,-4.24536 -0.71903,1.87059 -1.45549,3.73483 -2.19017,5.6001 -0.38123,-0.086 -1.14369,-0.25785 -1.52493,-0.34378 -1.58794,-0.3618 -3.16936,-0.72135 -4.75734,-1.01096 z"
-       style="fill:#784528;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path782"
-       d="m 241.27496,248.20157 c 3.41321,-1.64555 5.78055,-4.71674 8.24819,-7.47891 -0.11737,4.07251 -0.20217,8.14688 -0.20249,12.22377 4.97316,-0.008 9.79578,-1.23626 14.64965,-2.12706 5.63281,0.0845 11.31627,0.41571 16.86822,-0.84888 -0.37848,-1.94316 -0.74251,-3.88719 -1.20135,-5.80763 1.0785,-0.1156 2.16001,-0.2275 3.24627,-0.33429 -0.0104,2.82637 0.0512,5.65411 0.16465,8.48237 -4.14029,1.51709 -7.64147,4.26696 -11.08381,6.94362 -13.45944,0.10276 -26.92802,0.071 -40.38054,-0.0909 -0.33666,-2.49556 -1.04437,-4.91617 -1.97535,-7.24763 0.82774,-0.21972 1.65828,-0.43694 2.49159,-0.65166 3.11228,-0.83542 6.25682,-1.66341 9.17497,-3.06285 z"
-       style="fill:none;stroke:#b56628;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path784"
-       d="m 241.27496,248.20157 c 3.41321,-1.64555 5.78055,-4.71674 8.24819,-7.47891 -0.11737,4.07251 -0.20217,8.14688 -0.20249,12.22377 4.97316,-0.008 9.79578,-1.23626 14.64965,-2.12706 5.63281,0.0845 11.31627,0.41571 16.86822,-0.84888 -0.37848,-1.94316 -0.74251,-3.88719 -1.20135,-5.80763 1.0785,-0.1156 2.16001,-0.2275 3.24627,-0.33429 -0.0104,2.82637 0.0512,5.65411 0.16465,8.48237 -4.14029,1.51709 -7.64147,4.26696 -11.08381,6.94362 -13.45944,0.10276 -26.92802,0.071 -40.38054,-0.0909 -0.33666,-2.49556 -1.04437,-4.91617 -1.97535,-7.24763 0.82774,-0.21972 1.65828,-0.43694 2.49159,-0.65166 3.11228,-0.83542 6.25682,-1.66341 9.17497,-3.06285 z"
-       style="fill:#b56628;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path786"
-       d="m 348.31656,240.63281 c 1.13186,1.55739 2.30524,3.08623 3.49052,4.60935 4.14577,0.31787 8.46212,0.46719 12.34075,-1.30384 3.67975,-1.98155 7.89447,-1.7097 11.55278,0.20157 4.99681,2.78815 10.57301,0.99521 15.59945,-0.64648 0.31048,0.0603 0.93139,0.18083 1.24184,0.2411 1.83626,0.48213 3.6451,1.08125 5.51831,1.45183 2.57991,0.6591 5.0036,-0.82982 7.3813,-1.61569 1.45357,-0.55724 2.92659,-1.06868 4.4117,-1.5571 6.3604,3.19171 13.32547,-0.19441 19.90878,-0.65199 5.87767,-0.45069 11.89588,-0.42758 17.58966,1.29474 -6.62909,2.50375 -13.85453,2.2973 -20.65716,4.09063 -6.95712,1.90711 -14.1621,2.50069 -21.25009,3.70821 -14.70496,2.37753 -29.58002,3.43755 -44.44078,4.23511 -4.28067,0.21042 -8.46357,1.21316 -12.71746,1.6309 -6.63769,0.85005 -13.38311,-0.4416 -19.12309,-3.8985 3.32518,-1.42544 6.64798,-2.87144 10.07353,-4.04854 2.86832,-0.47114 5.73924,-0.94372 8.61046,-1.4221 0.17769,-2.10698 0.38609,-4.21062 0.4695,-6.3192 z"
-       style="fill:none;stroke:#ae6128;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path788"
-       d="m 348.31656,240.63281 c 1.13186,1.55739 2.30524,3.08623 3.49052,4.60935 4.14577,0.31787 8.46212,0.46719 12.34075,-1.30384 3.67975,-1.98155 7.89447,-1.7097 11.55278,0.20157 4.99681,2.78815 10.57301,0.99521 15.59945,-0.64648 0.31048,0.0603 0.93139,0.18083 1.24184,0.2411 1.83626,0.48213 3.6451,1.08125 5.51831,1.45183 2.57991,0.6591 5.0036,-0.82982 7.3813,-1.61569 1.45357,-0.55724 2.92659,-1.06868 4.4117,-1.5571 6.3604,3.19171 13.32547,-0.19441 19.90878,-0.65199 5.87767,-0.45069 11.89588,-0.42758 17.58966,1.29474 -6.62909,2.50375 -13.85453,2.2973 -20.65716,4.09063 -6.95712,1.90711 -14.1621,2.50069 -21.25009,3.70821 -14.70496,2.37753 -29.58002,3.43755 -44.44078,4.23511 -4.28067,0.21042 -8.46357,1.21316 -12.71746,1.6309 -6.63769,0.85005 -13.38311,-0.4416 -19.12309,-3.8985 3.32518,-1.42544 6.64798,-2.87144 10.07353,-4.04854 2.86832,-0.47114 5.73924,-0.94372 8.61046,-1.4221 0.17769,-2.10698 0.38609,-4.21062 0.4695,-6.3192 z"
-       style="fill:#ae6128;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path790"
-       d="m 526.51338,242.17752 c 2.67327,-1.00516 5.69188,-1.40398 7.70827,1.11261 -2.61859,0.46477 -5.71411,1.19432 -7.70827,-1.11261 z"
-       style="fill:none;stroke:#debf75;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path792"
-       d="m 526.51338,242.17752 c 2.67327,-1.00516 5.69188,-1.40398 7.70827,1.11261 -2.61859,0.46477 -5.71411,1.19432 -7.70827,-1.11261 z"
-       style="fill:#debf75;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path794"
-       d="m 295.18164,241.79459 c 2.84078,0.006 5.68366,-0.0149 8.52837,-0.0667 0.14139,2.49181 0.30214,4.98539 0.43089,7.48295 -2.97727,0.43617 -5.94833,0.90585 -8.90575,1.44259 -0.0297,-2.9552 -0.0418,-5.90761 -0.0535,-8.85885 z"
-       style="fill:none;stroke:#a65c28;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path796"
-       d="m 295.18164,241.79459 c 2.84078,0.006 5.68366,-0.0149 8.52837,-0.0667 0.14139,2.49181 0.30214,4.98539 0.43089,7.48295 -2.97727,0.43617 -5.94833,0.90585 -8.90575,1.44259 -0.0297,-2.9552 -0.0418,-5.90761 -0.0535,-8.85885 z"
-       style="fill:#a65c28;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path798"
-       d="m 516.20314,241.70624 c 1.10153,1.05742 2.14264,2.179 3.13423,3.35512 -1.47259,0.0137 -2.93866,0.0275 -4.39819,0.0416 0.41195,-1.13637 0.83327,-2.2686 1.26396,-3.39668 z"
-       style="fill:none;stroke:#97855e;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path800"
-       d="m 516.20314,241.70624 c 1.10153,1.05742 2.14264,2.179 3.13423,3.35512 -1.47259,0.0137 -2.93866,0.0275 -4.39819,0.0416 0.41195,-1.13637 0.83327,-2.2686 1.26396,-3.39668 z"
-       style="fill:#97855e;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path802"
-       d="m 493.94151,247.75835 c 4.34742,-1.10154 8.49833,-2.87636 12.86611,-3.89632 1.58798,0.28961 3.1694,0.64916 4.75734,1.01096 -2.9318,1.99479 -6.28778,3.15356 -9.65547,4.15428 -2.98455,0.78934 -5.31554,2.88397 -7.99076,4.28926 -2.72104,0.24657 -5.37259,-0.63999 -7.98665,-1.22751 2.39272,-1.89398 5.00385,-3.59851 8.00943,-4.33067 z"
-       style="fill:none;stroke:#a85e2b;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path804"
-       d="m 493.94151,247.75835 c 4.34742,-1.10154 8.49833,-2.87636 12.86611,-3.89632 1.58798,0.28961 3.1694,0.64916 4.75734,1.01096 -2.9318,1.99479 -6.28778,3.15356 -9.65547,4.15428 -2.98455,0.78934 -5.31554,2.88397 -7.99076,4.28926 -2.72104,0.24657 -5.37259,-0.63999 -7.98665,-1.22751 2.39272,-1.89398 5.00385,-3.59851 8.00943,-4.33067 z"
-       style="fill:#a85e2b;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path806"
-       d="m 295.23515,250.65344 c 2.95742,-0.53674 5.92848,-1.00642 8.90575,-1.44259 0.014,0.47506 0.042,1.4252 0.056,1.90027 -7.18327,2.00697 -14.37199,4.3715 -21.92897,4.24177 0.55763,-1.06308 1.11761,-2.12271 1.68394,-3.17841 3.77336,-0.3954 7.5548,-0.78471 11.28328,-1.52104 z"
-       style="fill:none;stroke:#784221;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path808"
-       d="m 295.23515,250.65344 c 2.95742,-0.53674 5.92848,-1.00642 8.90575,-1.44259 0.014,0.47506 0.042,1.4252 0.056,1.90027 -7.18327,2.00697 -14.37199,4.3715 -21.92897,4.24177 0.55763,-1.06308 1.11761,-2.12271 1.68394,-3.17841 3.77336,-0.3954 7.5548,-0.78471 11.28328,-1.52104 z"
-       style="fill:#784221;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path810"
-       d="m 466.73576,251.08168 c 1.91188,-2.07729 4.67994,-2.4816 7.33822,-2.78152 0.4467,0.79759 1.34008,2.39279 1.78677,3.19038 -3.02678,1.05211 -6.21571,0.95981 -9.12499,-0.40886 z"
-       style="fill:none;stroke:#282828;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path812"
-       d="m 466.73576,251.08168 c 1.91188,-2.07729 4.67994,-2.4816 7.33822,-2.78152 0.4467,0.79759 1.34008,2.39279 1.78677,3.19038 -3.02678,1.05211 -6.21571,0.95981 -9.12499,-0.40886 z"
-       style="fill:#282828;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path814"
-       d="m 513.74323,251.65356 c 3.14166,-1.57652 6.63906,-2.32588 10.13429,-2.56276 0.21736,1.2813 0.36793,2.57369 0.45173,3.8772 -3.15089,2.5871 -7.53147,2.9952 -11.24266,1.44704 0.16797,-0.93469 0.38684,-1.85518 0.65664,-2.76148 z"
-       style="fill:none;stroke:#4f3326;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path816"
-       d="m 513.74323,251.65356 c 3.14166,-1.57652 6.63906,-2.32588 10.13429,-2.56276 0.21736,1.2813 0.36793,2.57369 0.45173,3.8772 -3.15089,2.5871 -7.53147,2.9952 -11.24266,1.44704 0.16797,-0.93469 0.38684,-1.85518 0.65664,-2.76148 z"
-       style="fill:#4f3326;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path818"
-       d="m 189.78372,250.11002 c 2.43416,0.0185 4.86814,-0.002 7.30496,-0.0291 -0.0841,0.45537 -0.25225,1.36611 -0.33633,1.82146 -6.07478,1.74371 -12.16093,3.44966 -18.22551,5.22896 -6.91496,-0.56653 -13.86951,-0.23566 -20.78035,-0.853 7.06625,0.64185 14.62706,0.29352 20.66809,-3.86131 3.50958,0.20033 7.02181,0.37518 10.52741,0.67047 0.29246,-0.99162 0.57304,-1.98412 0.84173,-2.97746 z"
-       style="fill:none;stroke:#824723;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path820"
-       d="m 189.78372,250.11002 c 2.43416,0.0185 4.86814,-0.002 7.30496,-0.0291 -0.0841,0.45537 -0.25225,1.36611 -0.33633,1.82146 -6.07478,1.74371 -12.16093,3.44966 -18.22551,5.22896 -6.91496,-0.56653 -13.86951,-0.23566 -20.78035,-0.853 7.06625,0.64185 14.62706,0.29352 20.66809,-3.86131 3.50958,0.20033 7.02181,0.37518 10.52741,0.67047 0.29246,-0.99162 0.57304,-1.98412 0.84173,-2.97746 z"
-       style="fill:#824723;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path822"
-       d="m 210.90439,250.93161 c 2.73428,-0.3999 5.48048,-0.71522 8.2321,-0.99557 -2.32755,1.73454 -4.68166,3.43258 -7.05617,5.10168 6.5065,1.34656 12.87023,3.43881 19.50343,4.12599 13.45252,0.16185 26.9211,0.19361 40.38054,0.0909 6.75682,-0.10699 13.51281,0.28717 20.27057,0.10186 -17.0617,0.9918 -34.16093,0.11509 -51.23808,0.44592 -11.68161,-0.43872 -23.39973,0.78264 -35.04359,-0.54071 -6.93889,-0.75684 -13.92669,-0.20606 -20.87522,-0.68778 l -0.12323,-0.0227 c 5.56942,-0.45488 11.17153,-0.13507 16.75574,-0.31026 -0.97987,-0.8157 -1.94898,-1.63411 -2.92464,-2.44356 0.0525,-1.05652 0.1082,-2.10982 0.1669,-3.15988 2.15558,0.66846 4.29773,1.41461 6.50965,1.89929 2.45695,0.66693 3.80349,-2.32617 5.442,-3.60513 z"
-       style="fill:none;stroke:#703f23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path824"
-       d="m 210.90439,250.93161 c 2.73428,-0.3999 5.48048,-0.71522 8.2321,-0.99557 -2.32755,1.73454 -4.68166,3.43258 -7.05617,5.10168 6.5065,1.34656 12.87023,3.43881 19.50343,4.12599 13.45252,0.16185 26.9211,0.19361 40.38054,0.0909 6.75682,-0.10699 13.51281,0.28717 20.27057,0.10186 -17.0617,0.9918 -34.16093,0.11509 -51.23808,0.44592 -11.68161,-0.43872 -23.39973,0.78264 -35.04359,-0.54071 -6.93889,-0.75684 -13.92669,-0.20606 -20.87522,-0.68778 l -0.12323,-0.0227 c 5.56942,-0.45488 11.17153,-0.13507 16.75574,-0.31026 -0.97987,-0.8157 -1.94898,-1.63411 -2.92464,-2.44356 0.0525,-1.05652 0.1082,-2.10982 0.1669,-3.15988 2.15558,0.66846 4.29773,1.41461 6.50965,1.89929 2.45695,0.66693 3.80349,-2.32617 5.442,-3.60513 z"
-       style="fill:#703f23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path826"
-       d="m 304.27911,254.86011 c 6.34177,-2.48078 12.91271,-4.47151 19.7453,-4.93158 -2.7057,1.74891 -5.4374,3.4555 -8.16113,5.17357 4.71491,1.16571 9.47052,2.24328 14.32217,2.6649 l -0.94254,0.16231 c -9.41623,1.5184 -18.97538,1.168 -28.46679,0.91879 1.93888,-0.16321 3.87462,-0.39275 5.81279,-0.61379 -0.7725,-1.12846 -1.54213,-2.25271 -2.3098,-3.3742 z"
-       style="fill:none;stroke:#663a21;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path828"
-       d="m 304.27911,254.86011 c 6.34177,-2.48078 12.91271,-4.47151 19.7453,-4.93158 -2.7057,1.74891 -5.4374,3.4555 -8.16113,5.17357 4.71491,1.16571 9.47052,2.24328 14.32217,2.6649 l -0.94254,0.16231 c -9.41623,1.5184 -18.97538,1.168 -28.46679,0.91879 1.93888,-0.16321 3.87462,-0.39275 5.81279,-0.61379 -0.7725,-1.12846 -1.54213,-2.25271 -2.3098,-3.3742 z"
-       style="fill:#663a21;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path830"
-       d="m 178.52684,257.13132 c 6.06458,-1.7793 12.15073,-3.48525 18.22551,-5.22896 0.55009,0.18378 1.6503,0.55131 2.20039,0.73509 -0.0587,1.05006 -0.11435,2.10336 -0.1669,3.15988 0.97566,0.80945 1.94477,1.62786 2.92464,2.44356 -5.58421,0.17519 -11.18632,-0.14462 -16.75574,0.31026 -2.166,-0.38079 -4.26396,-1.05362 -6.4279,-1.41983 z"
-       style="fill:none;stroke:#a85923;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path832"
-       d="m 178.52684,257.13132 c 6.06458,-1.7793 12.15073,-3.48525 18.22551,-5.22896 0.55009,0.18378 1.6503,0.55131 2.20039,0.73509 -0.0587,1.05006 -0.11435,2.10336 -0.1669,3.15988 0.97566,0.80945 1.94477,1.62786 2.92464,2.44356 -5.58421,0.17519 -11.18632,-0.14462 -16.75574,0.31026 -2.166,-0.38079 -4.26396,-1.05362 -6.4279,-1.41983 z"
-       style="fill:#a85923;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path834"
-       d="m 532.95911,256.14644 c 2.32968,-3.00054 6.16652,-3.77298 9.63597,-4.67575 -0.54329,1.81949 -0.93543,3.71226 -1.78922,5.42236 -2.44676,1.49828 -5.44955,0.22746 -7.84675,-0.74661 z"
-       style="fill:none;stroke:#573d23;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path836"
-       d="m 532.95911,256.14644 c 2.32968,-3.00054 6.16652,-3.77298 9.63597,-4.67575 -0.54329,1.81949 -0.93543,3.71226 -1.78922,5.42236 -2.44676,1.49828 -5.44955,0.22746 -7.84675,-0.74661 z"
-       style="fill:#573d23;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path838"
-       d="m 300.77612,258.8481 c 9.49141,0.24921 19.05056,0.59961 28.46679,-0.91879 0.53622,0.28471 1.60867,0.85415 2.14488,1.13888 -2.43352,0.73605 -4.91974,1.37669 -7.46608,1.50521 -11.38987,0.27929 -22.83985,-0.52176 -34.16847,0.96314 -22.25205,0.0959 -44.50698,0.0256 -66.75979,0.0263 -5.67308,-0.11046 -11.38859,0.20313 -17.0122,-0.70879 -8.0961,-0.78454 -16.31986,0.39232 -24.37134,-0.94722 1.14558,-0.46862 2.3016,-0.91294 3.46806,-1.33299 6.94853,0.48172 13.93633,-0.0691 20.87522,0.68778 11.64386,1.32335 23.36198,0.10199 35.04359,0.54071 17.07715,-0.33083 34.17638,0.54588 51.23808,-0.44592 2.84595,-0.15478 5.69043,-0.36527 8.54126,-0.50832 z"
-       style="fill:none;stroke:#020202;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path840"
-       d="m 300.77612,258.8481 c 9.49141,0.24921 19.05056,0.59961 28.46679,-0.91879 0.53622,0.28471 1.60867,0.85415 2.14488,1.13888 -2.43352,0.73605 -4.91974,1.37669 -7.46608,1.50521 -11.38987,0.27929 -22.83985,-0.52176 -34.16847,0.96314 -22.25205,0.0959 -44.50698,0.0256 -66.75979,0.0263 -5.67308,-0.11046 -11.38859,0.20313 -17.0122,-0.70879 -8.0961,-0.78454 -16.31986,0.39232 -24.37134,-0.94722 1.14558,-0.46862 2.3016,-0.91294 3.46806,-1.33299 6.94853,0.48172 13.93633,-0.0691 20.87522,0.68778 11.64386,1.32335 23.36198,0.10199 35.04359,0.54071 17.07715,-0.33083 34.17638,0.54588 51.23808,-0.44592 2.84595,-0.15478 5.69043,-0.36527 8.54126,-0.50832 z"
-       style="fill:#020202;fill-rule:nonzero;stroke:none" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path842"
-       d="m 513.17706,259.18939 c 1.17334,0.0333 2.35302,0.0746 3.53899,0.1237 -0.1461,0.47439 -0.43829,1.42316 -0.5844,1.89754 -0.93486,0.20996 -1.86319,0.42351 -2.785,0.64063 -0.0424,-0.66547 -0.12718,-1.9964 -0.16959,-2.66187 z"
-       style="fill:none;stroke:#111111;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path844"
-       d="m 513.17706,259.18939 c 1.17334,0.0333 2.35302,0.0746 3.53899,0.1237 -0.1461,0.47439 -0.43829,1.42316 -0.5844,1.89754 -0.93486,0.20996 -1.86319,0.42351 -2.785,0.64063 -0.0424,-0.66547 -0.12718,-1.9964 -0.16959,-2.66187 z"
-       style="fill:#111111;fill-rule:nonzero;stroke:none" />
-  </g>
-  <!-- hour stroke (DIN 41091.4) -->
-  <symbol
-     id="hourStrokeDIN41091.4">
-    <rect
-       x="97"
-       y="0"
-       width="6"
-       height="7"
-       id="rect5" />
-  </symbol>
-  <!-- minute stroke (DIN 41091.4) -->
-  <symbol
-     id="minuteStrokeDIN41091.4">
-    <rect
-       x="98.75"
-       y="0"
-       width="2.5"
-       height="7"
-       id="rect8" />
-  </symbol>
-  <!-- five minutes strokes (DIN 41091.4) -->
-  <symbol
-     id="fiveMinutesStrokesDIN41091.4">
-    <use
-       xlink:href="#hourStrokeDIN41091.4"
-       id="use11" />
-    <use
-       xlink:href="#minuteStrokeDIN41091.4"
-       transform="rotate( 6, 100, 100)"
-       id="use13" />
-    <use
-       xlink:href="#minuteStrokeDIN41091.4"
-       transform="rotate(12, 100, 100)"
-       id="use15" />
-    <use
-       xlink:href="#minuteStrokeDIN41091.4"
-       transform="rotate(18, 100, 100)"
-       id="use17" />
-    <use
-       xlink:href="#minuteStrokeDIN41091.4"
-       transform="rotate(24, 100, 100)"
-       id="use19" />
-  </symbol>
-  <!-- quarter strokes (DIN 41091.4) -->
-  <symbol
-     id="quarterStrokesDIN41091.4">
-    <use
-       xlink:href="#fiveMinutesStrokesDIN41091.4"
-       id="use22" />
-    <use
-       xlink:href="#fiveMinutesStrokesDIN41091.4"
-       transform="rotate(30, 100, 100)"
-       id="use24" />
-    <use
-       xlink:href="#fiveMinutesStrokesDIN41091.4"
-       transform="rotate(60, 100, 100)"
-       id="use26" />
-  </symbol>
-  <!-- visible dial circle -->
-  <clippath
-     id="dialCircle">
-    <circle
-       cx="100"
-       cy="100"
-       r="100" />
-  </clippath>
-  <!-- clock -->
-  <g
-     id="clock"
-     clip-path="url(#dialCircle)"
-     visibility="visible">
-    <!-- dial -->
-    <g
-       id="dial">
-      <use
-         xlink:href="#quarterStrokesDIN41091.4"
-         style="stroke:none;fill:#ffffff"
-         id="use30" />
-      <use
-         xlink:href="#quarterStrokesDIN41091.4"
-         style="stroke:none;fill:#ffffff"
-         transform="rotate( 90, 100, 100)"
-         id="use32" />
-      <use
-         xlink:href="#quarterStrokesDIN41091.4"
-         style="stroke:none;fill:#ffffff"
-         transform="rotate(180, 100, 100)"
-         id="use34" />
-      <use
-         xlink:href="#quarterStrokesDIN41091.4"
-         style="stroke:none;fill:#ffffff"
-         transform="rotate(270, 100, 100)"
-         id="use36" />
-      <g
-         text-anchor="middle"
-         letter-spacing="-2"
-         font-family="sans-serif"
-         font-size="24px"
-         style="stroke:none"
-         id="g38">
-        <text
-           x="100"
-           y="30"
-           id="text40"
-           style="fill:#ffffff;">12</text>
-        <text
-           x="143"
-           y="41"
-           id="text42"
-           style="fill:#ffffff;">1</text>
-        <text
-           x="171"
-           y="70"
-           id="text44"
-           style="fill:#ffffff;">2</text>
-        <text
-           x="182"
-           y="109"
-           id="text46"
-           style="fill:#ffffff;">3</text>
-        <text
-           x="171"
-           y="147"
-           id="text48"
-           style="fill:#ffffff;">4</text>
-        <text
-           x="142"
-           y="176"
-           id="text50"
-           style="fill:#ffffff;">5</text>
-        <text
-           x="100"
-           y="188"
-           id="text52"
-           style="fill:#ffffff;">6</text>
-        <text
-           x="60"
-           y="176"
-           id="text54"
-           style="fill:#ffffff;">7</text>
-        <text
-           x="30"
-           y="147"
-           id="text56"
-           style="fill:#ffffff;">8</text>
-        <text
-           x="18"
-           y="109"
-           id="text58"
-           style="fill:#ffffff;">9</text>
-        <text
-           x="34"
-           y="70"
-           id="text60"
-           style="fill:#ffffff;">10</text>
-        <text
-           x="61"
-           y="41"
-           id="text62"
-           style="fill:#ffffff;">11</text>
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/panels/clock/script.js b/panels/clock/script.js
deleted file mode 100644
index 3b8e98ff71ef4e107a5a6aba0398142f90da7af5..0000000000000000000000000000000000000000
--- a/panels/clock/script.js
+++ /dev/null
@@ -1,437 +0,0 @@
-function Clock(panel, config) {
-	this.canvas = panel[0].querySelector("canvas");
-	this.pane = this.canvas.getContext("2d");
-	this.bgCanvas = document.createElement("canvas");
-	this.bgPane = this.bgCanvas.getContext("2d");
-
-	this.monthNames		= ["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"];
-	this.dayNames		= ["so","mo","di","mi","do","fr","sa"];
-
-	this.data = {
-		panel: {
-			widht: 0,
-			height: 0
-		},
-		bounds: {
-			outer: {
-				x: 0,
-				y: 0,
-				widht: 0,
-				height: 0
-			},
-			inner: {
-				x: 0,
-				y: 0,
-				widht: 0,
-				height: 0
-			}
-		},
-		colors: {
-			background: "#000",
-			foreground: "#fff",
-			shaddow: "#1a1a1a"
-		},
-		fonts: {
-			fat: "time-fat",
-			medium: "time-medium"
-		},
-		aClock: {
-			bgImage: "background.svg",
-			radius: 0,
-			center: {
-				x: 0,
-				y: 0
-			},
-			bounds: {
-				outer: {
-					x: 0,
-					y: 0,
-					widht: 0,
-					height: 0
-				},
-				inner: {
-					x: 0,
-					y: 0,
-					widht: 0,
-					height: 0
-				}
-			}
-		},
-		dClock: {
-			fonts: {
-				fat: "",
-				big: "",
-				small: ""
-			},
-			bounds: {
-				outer: {
-					x: 0,
-					y: 0,
-					widht: 0,
-					height: 0
-				},
-				inner: {
-					x: 0,
-					y: 0,
-					widht: 0,
-					height: 0
-				}
-			},
-			positions: {
-				hour : {
-					x: 0,
-					y: 0,
-				},
-				pulse : {
-					x: 0,
-					y: 0,
-				},
-				minute : {
-					x: 0,
-					y: 0,
-				},
-				second : {
-					x: 0,
-					y: 0,
-				}
-			}
-		},
-		dDate: {
-			font: "",
-			bounds: {
-				outer: {
-					x: 0,
-					y: 0,
-					widht: 0,
-					height: 0
-				},
-				inner: {
-					x: 0,
-					y: 0,
-					widht: 0,
-					height: 0
-				}
-			},
-			position: {
-				x: 0,
-				y: 0
-			}
-		}
-	};
-	
-    this.resize = function(width, height) {
-        this.data.panel.width = width;
-        this.data.panel.height = height;
-        // canvas
-        this.canvas.width = this.data.panel.width;
-        this.canvas.height = this.data.panel.height;
-        this.pane = this.canvas.getContext("2d");
-        // bgCanvas
-        this.bgCanvas.width = this.data.panel.width;
-        this.bgCanvas.height = this.data.panel.height;
-        this.bgPane = this.bgCanvas.getContext("2d");
-
-        // outer bounds
-        this.data.bounds.outer.x = 10;
-        this.data.bounds.outer.y = 10;
-        this.data.bounds.outer.width = width - 20;
-        this.data.bounds.outer.height = height - 20;
-        var ratio = this.data.bounds.outer.width / this.data.bounds.outer.height;
-
-        if (ratio > 1.5) {
-            // widget
-            if (this.data.bounds.outer.height * 3 < this.data.bounds.outer.width) {
-                this.data.bounds.inner.height = this.data.bounds.outer.height;
-                this.data.bounds.inner.width = this.data.bounds.outer.height * 3;
-            } else {
-                this.data.bounds.inner.height = this.data.bounds.outer.width / 3;
-                this.data.bounds.inner.width = this.data.bounds.outer.width;
-            }
-            this.data.bounds.inner.x = this.data.bounds.outer.x + (this.data.bounds.outer.width - this.data.bounds.inner.width) / 2;
-            this.data.bounds.inner.y = this.data.bounds.outer.y + (this.data.bounds.outer.height - this.data.bounds.inner.height) / 2;
-            // dClock
-            this.data.dClock.bounds.outer.x = this.data.bounds.inner.x + this.data.bounds.inner.width * 0.4;
-            this.data.dClock.bounds.outer.y = this.data.bounds.inner.y;
-            this.data.dClock.bounds.outer.width = this.data.bounds.inner.width * 0.6;
-            this.data.dClock.bounds.outer.height = this.data.bounds.inner.height * 0.6;
-            // dDate
-            this.data.dDate.bounds.outer.x = this.data.bounds.inner.x + this.data.bounds.inner.width * 0.4;
-            this.data.dDate.bounds.outer.y = this.data.bounds.inner.y + this.data.bounds.inner.height * 0.6;
-            this.data.dDate.bounds.outer.width = this.data.bounds.inner.width * 0.6;
-            this.data.dDate.bounds.outer.height = this.data.bounds.inner.height * 0.4;
-            // aClock
-            this.data.aClock.bounds.outer.x = this.data.bounds.inner.x;
-            this.data.aClock.bounds.outer.y = this.data.bounds.inner.y;
-            this.data.aClock.bounds.outer.width = this.data.bounds.inner.width * 0.4;
-            this.data.aClock.bounds.outer.height = this.data.bounds.inner.height;
-        } else if (ratio < 1) {
-            // widget
-            if (this.data.bounds.outer.height * 0.7 < this.data.bounds.outer.width) {
-                this.data.bounds.inner.height = this.data.bounds.outer.height;
-                this.data.bounds.inner.width = this.data.bounds.outer.height * 0.7;
-            } else {
-                this.data.bounds.inner.height = this.data.bounds.outer.width / 0.7;
-                this.data.bounds.inner.width = this.data.bounds.outer.width;
-            }
-            this.data.bounds.inner.x = this.data.bounds.outer.x + (this.data.bounds.outer.width - this.data.bounds.inner.width) / 2;
-            this.data.bounds.inner.y = this.data.bounds.outer.y + (this.data.bounds.outer.height - this.data.bounds.inner.height) / 2;
-            // dClock
-            this.data.dClock.bounds.outer.x = this.data.bounds.inner.x;
-            this.data.dClock.bounds.outer.y = this.data.bounds.inner.y + this.data.bounds.inner.height * 0.7;
-            this.data.dClock.bounds.outer.width = this.data.bounds.inner.width;
-            this.data.dClock.bounds.outer.height = this.data.bounds.inner.height * 0.2;
-            // dDate
-            this.data.dDate.bounds.outer.x = this.data.bounds.inner.x;
-            this.data.dDate.bounds.outer.y = this.data.bounds.inner.y + this.data.bounds.inner.height * 0.9;
-            this.data.dDate.bounds.outer.width = this.data.bounds.inner.width;
-            this.data.dDate.bounds.outer.height = this.data.bounds.inner.height * 0.1;
-            // aClock
-            this.data.aClock.bounds.outer.x = this.data.bounds.inner.x;
-            this.data.aClock.bounds.outer.y = this.data.bounds.inner.y;
-            this.data.aClock.bounds.outer.width = this.data.bounds.inner.width;
-            this.data.aClock.bounds.outer.height = this.data.bounds.inner.height * 0.7;
-        } else {
-            // widget
-            if (this.data.bounds.outer.height * 2 < this.data.bounds.outer.width) {
-                this.data.bounds.inner.height = this.data.bounds.outer.height;
-                this.data.bounds.inner.width = this.data.bounds.outer.height * 2;
-            } else {
-                this.data.bounds.inner.height = this.data.bounds.outer.width / 2;
-                this.data.bounds.inner.width = this.data.bounds.outer.width;
-            }
-            this.data.bounds.inner.x = this.data.bounds.outer.x + (this.data.bounds.outer.width - this.data.bounds.inner.width) / 2;
-            this.data.bounds.inner.y = this.data.bounds.outer.y + (this.data.bounds.outer.height - this.data.bounds.inner.height) / 2;
-            // dClock
-            this.data.dClock.bounds.outer.x = this.data.bounds.inner.x + this.data.bounds.inner.width / 3;
-            this.data.dClock.bounds.outer.y = this.data.bounds.inner.y;
-            this.data.dClock.bounds.outer.width = this.data.bounds.inner.width - this.data.bounds.inner.width / 3;
-            this.data.dClock.bounds.outer.height = this.data.bounds.inner.height - this.data.bounds.inner.height / 3;
-            // dDate
-            this.data.dDate.bounds.outer.x = this.data.bounds.inner.x;
-            this.data.dDate.bounds.outer.y = this.data.bounds.inner.y + this.data.bounds.inner.height / 3 * 2;
-            this.data.dDate.bounds.outer.width = this.data.bounds.inner.width;
-            this.data.dDate.bounds.outer.height = this.data.bounds.inner.height / 3;
-            // aClock
-            this.data.aClock.bounds.outer.x = this.data.bounds.inner.x;
-            this.data.aClock.bounds.outer.y = this.data.bounds.inner.y;
-            this.data.aClock.bounds.outer.width = this.data.bounds.inner.width / 3;
-            this.data.aClock.bounds.outer.height = this.data.bounds.inner.height -  + this.data.bounds.inner.height / 3;
-        }
-        resizeDClock();
-        resizeDDate();
-        resizeAClock();
-        renderBG();
-	}
-
-	this.render = function() {
-		var
-			date = new Date(),
-			n = date.getMilliseconds(),
-			h = date.getHours(),
-			i = date.getMinutes(),
-			s = date.getSeconds(),
-			t = date.getDay(),
-			d = date.getDate(),
-			m = date.getMonth(),
-			y = date.getFullYear();
-		if (d.toString().length < 2)
-			d = "0" + d;
-		if (h.toString().length < 2)
-			h = "0" + h;
-		if (i.toString().length < 2)
-			i = "0" + i;
-		if (s.toString().length < 2)
-			s = "0" + s;
-        // background
-        this.pane.fillStyle = this.data.colors.background;
-		this.pane.fillRect(0, 0, this.data.panel.width, this.data.panel.height);
-        this.pane.drawImage(this.bgCanvas, 0, 0);
-        // foreground dClock
-        this.pane.fillStyle = this.data.colors.foreground;
-        this.pane.font = this.data.dClock.fonts.fat;
-        if (n < 500) this.pane.fillText(":", this.data.dClock.positions.pulse.x, this.data.dClock.positions.pulse.y);
-        this.pane.font = this.data.dClock.fonts.big;
-        this.pane.fillText(h, this.data.dClock.positions.hour.x, this.data.dClock.positions.hour.y);
-        this.pane.fillText(i, this.data.dClock.positions.minute.x, this.data.dClock.positions.minute.y);
-        this.pane.font = this.data.dClock.fonts.small;
-        this.pane.fillText(s, this.data.dClock.positions.second.x, this.data.dClock.positions.second.y);
-        // foreground dDate
-        this.pane.font = this.data.dDate.font;
-        this.pane.fillText(this.dayNames[t] + " " + d + " " + this.monthNames[m] + " " + y, this.data.dDate.position.x, this.data.dDate.position.y);
-        // foreground aClock
-        this.pane.strokeStyle = this.data.colors.foreground;
-        //hour
-        var hour = ((h % 12) * Math.PI / 6) + (i * Math.PI / (6 * 60)) + (s * Math.PI / (360 * 60));
-        renderHand(hour, this.data.aClock.radius * 0.5, this.data.aClock.radius * 0.07);
-        //minute
-        var minute = (i * Math.PI / 30) + (s * Math.PI / (30 * 60));
-        renderHand(minute, this.data.aClock.radius * 0.8, this.data.aClock.radius * 0.07);
-        // second
-        var second = (s * Math.PI / 30);
-        renderHand(second, this.data.aClock.radius * 0.9, this.data.aClock.radius * 0.02);
-        // debug
-        //renderDebug();
-	}
-	
-    var renderHand = function(pos, length, width) {
-        this.pane.beginPath();
-        this.pane.lineWidth = width;
-        this.pane.lineCap = "round";
-		this.pane.translate(this.data.aClock.center.x, this.data.aClock.center.y);
-        this.pane.moveTo(0, 0);
-        this.pane.rotate(pos);
-        this.pane.lineTo(0, -length);
-        this.pane.stroke();
-        this.pane.rotate(-pos);
-		this.pane.translate(-this.data.aClock.center.x, -this.data.aClock.center.y);
-        this.pane.lineWidth = 1;
-    }.bind(this);
-
-    var renderBG = function() {
-        // background dClock
-        this.bgPane.fillStyle = this.data.colors.shaddow;
-        this.bgPane.font = this.data.dClock.fonts.fat;
-        this.bgPane.fillText(":", this.data.dClock.positions.pulse.x, this.data.dClock.positions.pulse.y);
-        this.bgPane.font = this.data.dClock.fonts.big;
-        this.bgPane.fillText("88", this.data.dClock.positions.hour.x, this.data.dClock.positions.hour.y);
-        this.bgPane.fillText("88", this.data.dClock.positions.minute.x, this.data.dClock.positions.minute.y);
-        this.bgPane.font = this.data.dClock.fonts.small;
-        this.bgPane.fillText("88", this.data.dClock.positions.second.x, this.data.dClock.positions.second.y);
-        // background dDate
-        this.bgPane.font = this.data.dDate.font;
-        this.bgPane.fillText("00 00 000 0000", this.data.dDate.position.x, this.data.dDate.position.y);
-        this.bgPane.fillText("** ** *** ****", this.data.dDate.position.x, this.data.dDate.position.y);
-
-        if (typeof this.data.aClock.bgImage == "string") {
-            var img = new Image();
-            img.onload = function(e) {
-                this.data.aClock.bgImage = e.target;
-		        this.bgPane.drawImage(
-                    this.data.aClock.bgImage,
-                    this.data.aClock.bounds.inner.x,
-                    this.data.aClock.bounds.inner.y,
-                    this.data.aClock.bounds.inner.width,
-                    this.data.aClock.bounds.inner.height
-                );
-            }.bind(this);
-            img.src = "panels/clock/"+this.data.aClock.bgImage;
-        } else {
-            this.bgPane.drawImage(
-                this.data.aClock.bgImage,
-                this.data.aClock.bounds.inner.x,
-                this.data.aClock.bounds.inner.y,
-                this.data.aClock.bounds.inner.width,
-                this.data.aClock.bounds.inner.height
-            );
-        }
-    }.bind(this);
-
-    var resizeDClock = function() {
-        var aspect = 6 / 16;
-        var ratio = this.data.dClock.bounds.outer.width * aspect;
-        if (ratio > this.data.dClock.bounds.outer.height) {
-            this.data.dClock.bounds.inner.width	= this.data.dClock.bounds.outer.height / aspect;
-            this.data.dClock.bounds.inner.height	= this.data.dClock.bounds.outer.height;
-        } else if (ratio < this.data.dClock.bounds.outer.height) {
-            this.data.dClock.bounds.inner.width	= this.data.dClock.bounds.outer.width;
-            this.data.dClock.bounds.inner.height	= this.data.dClock.bounds.outer.width * aspect;
-        } else {
-            this.data.dClock.bounds.inner.width	= this.data.dClock.bounds.outer.width;
-            this.data.dClock.bounds.inner.height	= this.data.dClock.bounds.outer.height;
-        }
-        this.data.dClock.bounds.inner.x = this.data.dClock.bounds.outer.x + (this.data.dClock.bounds.outer.width - this.data.dClock.bounds.inner.width) / 2;
-        this.data.dClock.bounds.inner.y = this.data.dClock.bounds.outer.y + (this.data.dClock.bounds.outer.height - this.data.dClock.bounds.inner.height) / 2;
-        this.data.dClock.positions.pulse.x = this.data.dClock.bounds.inner.x + this.data.dClock.bounds.inner.width * 0.315;
-        this.data.dClock.positions.pulse.y = this.data.dClock.bounds.inner.y + this.data.dClock.bounds.inner.height * 0.72;
-        this.data.dClock.positions.hour.x = this.data.dClock.bounds.inner.x + this.data.dClock.bounds.inner.width * 0.02;
-        this.data.dClock.positions.hour.y = this.data.dClock.bounds.inner.y + this.data.dClock.bounds.inner.height * 0.88;
-        this.data.dClock.positions.minute.x = this.data.dClock.bounds.inner.x + this.data.dClock.bounds.inner.width * 0.43;
-        this.data.dClock.positions.minute.y = this.data.dClock.bounds.inner.y + this.data.dClock.bounds.inner.height * 0.88;
-        this.data.dClock.positions.second.x = this.data.dClock.bounds.inner.x + this.data.dClock.bounds.inner.width * 0.79;
-        this.data.dClock.positions.second.y = this.data.dClock.bounds.inner.y + this.data.dClock.bounds.inner.height * 0.85;
-        var
-            bigFontSize = this.data.dClock.bounds.inner.height * 1.3,
-            smlFontSize = this.data.dClock.bounds.inner.height * 0.7;
-        this.data.dClock.fonts.fat   = bigFontSize + "px " + this.data.fonts.fat;
-        this.data.dClock.fonts.big   = bigFontSize + "px " + this.data.fonts.medium;
-        this.data.dClock.fonts.small = smlFontSize + "px " + this.data.fonts.medium;
-    }.bind(this);
-
-    var resizeDDate = function() {
-        var aspect = 2.3 / 16;
-        var ratio = this.data.dDate.bounds.outer.width * aspect;
-        if (ratio > this.data.dDate.bounds.outer.height) {
-            this.data.dDate.bounds.inner.width	= this.data.dDate.bounds.outer.height / aspect;
-            this.data.dDate.bounds.inner.height	= this.data.dDate.bounds.outer.height;
-        } else if (ratio < this.data.dDate.bounds.outer.height) {
-            this.data.dDate.bounds.inner.width	= this.data.dDate.bounds.outer.width;
-            this.data.dDate.bounds.inner.height	= this.data.dDate.bounds.outer.width * aspect;
-        } else {
-            this.data.dDate.bounds.inner.width	= this.data.dDate.bounds.outer.width;
-            this.data.dDate.bounds.inner.height	= this.data.dDate.bounds.outer.height;
-        }
-        this.data.dDate.bounds.inner.x = this.data.dDate.bounds.outer.x + (this.data.dDate.bounds.outer.width - this.data.dDate.bounds.inner.width) / 2;
-        this.data.dDate.bounds.inner.y = this.data.dDate.bounds.outer.y + (this.data.dDate.bounds.outer.height - this.data.dDate.bounds.inner.height) / 2;
-        this.data.dDate.position.x = this.data.dDate.bounds.inner.x + this.data.dDate.bounds.inner.width * 0.02;
-        this.data.dDate.position.y = this.data.dDate.bounds.inner.y + this.data.dDate.bounds.inner.height * 0.88;
-        var fontSize = this.data.dDate.bounds.inner.height * 1.3;
-        this.data.dDate.font = fontSize + "px " + this.data.fonts.medium;
-    }.bind(this);
-
-    var resizeAClock = function() {
-        if (this.data.aClock.bounds.outer.width > this.data.aClock.bounds.outer.height) {
-            this.data.aClock.bounds.inner.width  = this.data.aClock.bounds.outer.height;
-            this.data.aClock.bounds.inner.height = this.data.aClock.bounds.outer.height;
-        } else if (this.data.aClock.bounds.outer.width < this.data.aClock.bounds.outer.height) {
-            this.data.aClock.bounds.inner.width  = this.data.aClock.bounds.outer.width;
-            this.data.aClock.bounds.inner.height = this.data.aClock.bounds.outer.width;
-        } else {
-            this.data.aClock.bounds.inner.width  = this.data.aClock.bounds.outer.width;
-            this.data.aClock.bounds.inner.height = this.data.aClock.bounds.outer.height;
-        }
-        this.data.aClock.bounds.inner.x = this.data.aClock.bounds.outer.x + (this.data.aClock.bounds.outer.width - this.data.aClock.bounds.inner.width) / 2;
-        this.data.aClock.bounds.inner.y = this.data.aClock.bounds.outer.y + (this.data.aClock.bounds.outer.height - this.data.aClock.bounds.inner.height) / 2;
-        this.data.aClock.center.x = this.data.aClock.bounds.inner.x + this.data.aClock.bounds.inner.width / 2;
-        this.data.aClock.center.y = this.data.aClock.bounds.inner.y + this.data.aClock.bounds.inner.height / 2;
-        this.data.aClock.radius = this.data.aClock.bounds.inner.height * 0.45;
-    }.bind(this);
-
-    var renderDebug = function() {
-        // panel bounds
-        this.pane.strokeStyle = "#ff0";
-        this.pane.strokeRect(this.data.bounds.inner.x, this.data.bounds.inner.y, this.data.bounds.inner.width, this.data.bounds.inner.height);
-        this.pane.strokeStyle = "#0ff";
-        this.pane.strokeRect(this.data.bounds.outer.x, this.data.bounds.outer.y, this.data.bounds.outer.width, this.data.bounds.outer.height);
-        // inner bounds
-        this.pane.strokeStyle = "#0f0";
-        this.pane.strokeRect(this.data.dClock.bounds.inner.x, this.data.dClock.bounds.inner.y, this.data.dClock.bounds.inner.width, this.data.dClock.bounds.inner.height);
-        this.pane.strokeRect(this.data.dDate.bounds.inner.x, this.data.dDate.bounds.inner.y, this.data.dDate.bounds.inner.width, this.data.dDate.bounds.inner.height);
-        this.pane.strokeRect(this.data.aClock.bounds.inner.x, this.data.aClock.bounds.inner.y, this.data.aClock.bounds.inner.width, this.data.aClock.bounds.inner.height);
-        // outer bounds
-        this.pane.strokeStyle = "#f0f";
-        this.pane.strokeRect(this.data.dClock.bounds.outer.x, this.data.dClock.bounds.outer.y, this.data.dClock.bounds.outer.width, this.data.dClock.bounds.outer.height);
-        this.pane.strokeRect(this.data.dDate.bounds.outer.x, this.data.dDate.bounds.outer.y, this.data.dDate.bounds.outer.width, this.data.dDate.bounds.outer.height);
-        this.pane.strokeRect(this.data.aClock.bounds.outer.x, this.data.aClock.bounds.outer.y, this.data.aClock.bounds.outer.width, this.data.aClock.bounds.outer.height);
-        this.pane.strokeStyle = "";
-    }.bind(this);
-	
-}
-this.loaded = function(panel, config) {
-	
-	var clock = new Clock(panel, config);
-	
-	window.addEventListener("resize", function() {
-		clock.resize(panel[0].clientWidth, panel[0].clientHeight);
-	}.bind(this));
-	
-	function tick() {
-		clock.render();
-		window.requestAnimationFrame(function() {
-			tick();
-		}, 0);
-	}
-	
-	clock.resize(panel[0].clientWidth, panel[0].clientHeight);
-	tick();
-	
-};
diff --git a/panels/clock/style.css b/panels/clock/style.css
deleted file mode 100644
index 235656c7b276a90d26cba54f8f9fc5369a75d6da..0000000000000000000000000000000000000000
--- a/panels/clock/style.css
+++ /dev/null
@@ -1,8 +0,0 @@
-canvas {
-  position: relative;
-  display: inline;
-  left: 0px;
-  top: 0px;
-  width: 100%;
-  height: 100%;
-}
diff --git a/panels/clock/style.less b/panels/clock/style.less
deleted file mode 100644
index ae1be74a4203b85ff85a773ac881c1efd35c0652..0000000000000000000000000000000000000000
--- a/panels/clock/style.less
+++ /dev/null
@@ -1,8 +0,0 @@
-canvas {
-	position: relative;
-	display: inline;
-	left: 0px;
-	top: 0px;
-	width: 100%;
-	height: 100%;
-}
\ No newline at end of file
diff --git a/panels/clock/template.html b/panels/clock/template.html
deleted file mode 100644
index bbef1f288e4b01a1bff9c9ba7a5824e51dcffe7a..0000000000000000000000000000000000000000
--- a/panels/clock/template.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<canvas>
-</canvas>
\ No newline at end of file
diff --git a/panels/departure/config/default.json b/panels/departure/config/default.json
deleted file mode 100644
index c1477840abfcc18a3593ebb208d2b7efef91e8c0..0000000000000000000000000000000000000000
--- a/panels/departure/config/default.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-	"max":"20",
-    "stops": [
-        "Dortmund/Hbf"
-    ],
-    "filter": {
-        "bl": {
-            "type": [
-                "Bus"
-            ]
-        }
-    }
-}
\ No newline at end of file
diff --git a/panels/departure/config/oh14.json b/panels/departure/config/oh14.json
deleted file mode 100644
index 5a2773d25e62b701dfc932f2c81dc5add5dd62a0..0000000000000000000000000000000000000000
--- a/panels/departure/config/oh14.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-	"max":20,
-    "stops": [
-        "Dortmund/Universität S",
-        "Dortmund/Joseph-von-Fraunhofer Straße",
-        "Dortmund/Meitnerweg"
-    ],
-    "filter": {
-        "bl": {
-            "type": [
-                "H-Bahn"
-            ],
-	    	"destination": [
-				"Dortmund Otto-Hahn-Straße"
-			]
-        }
-    }
-}
diff --git a/panels/departure/script.js b/panels/departure/script.js
deleted file mode 100644
index 8a8434ab81471bff0bee1b498668838615a712f4..0000000000000000000000000000000000000000
--- a/panels/departure/script.js
+++ /dev/null
@@ -1,310 +0,0 @@
-/*
-	< ---------- START fields ---------- >
-	
-	fields = {
-		cont	: <html-object>
-		info	: <message>,
-		erro	: <message>,
-		vrrf	: <message>,
-		dprt	: <departure>[]
-	}
-	
-	<message> = {
-		self	: <html-object>,
-		ttle	: <html-object>,
-		msge	: <html-object>
-	}
-
-	<departure> = {
-		self	: <html-object>,
-		cont	: <html-object>,
-		line	: <html-object>,
-		name	: <html-object>,
-		sttn	: [
-			{
-				self	: <html-object>,
-				time	: <html-object>,
-				dlay	: <html-object>,
-				name	: <html-object>
-			}
-		]
-	}
-	
-	< ---------- END fields ---------- >
-*/
-
-this.loaded = function(panel, config) {
-	console.log("departures: register with config [" + config + "]");
-	// TODO load config
-	var
-		tplDeparture	= $(panel).find('template[data-departure]').html(),
-		tplStop			= $(panel).find('template[data-stop]').html(),
-		tplMsg			= $(panel).find('template[data-msg]').html(),
-		fields			= generate(config, 3, 20, tplDeparture, tplStop, tplMsg);
-	
-	buildDOM(config, fields);
-	
-	$(panel).empty().append(fields.cont);
-
-	//var u = function() {
-	//	console.log("departures: get data [" + config + "]");
-	//	$.get("panels/departure/departures.php?config=" + config , function(decodedData) {
-	//		update(decodedData, fields);
-	//	});
-	//};
-	//setInterval(u, 60000);
-
-	var r = function() {
-		resize(panel, config, fields.cont);
-	};
-	$(window).resize(r);
-	
-	//var worker = new Worker('js/worker/WorkerDeparture.js');
-	var worker = new Worker('panels/departure/worker.js');
-	
-	worker.addEventListener('message', function(e) {
-		var data = e.data;
-		update(data, fields, config);
-	}, false);
-	
-	//worker.postMessage([{cmd:"loadConfig", params:[config]},{cmd:"start"}]);
-	worker.postMessage({cmd:"loadConfig", params:[config]});
-	worker.postMessage({cmd:"start"});
-
-	//u();
-	r();
-}
-
-var update = function(decodedData, fields, config) {
-		
-	console.log("departures: check vrrf errors [" + config + "]");
-	if (!!decodedData.errors) {
-		var msg = "";
-		for (var i in decodedData.errors) {
-			if (decodedData.errors[i]) {
-				msg += (msg.lenth > 0 ? '\r\n' : '') + i + ': ' + decodedData.errors[i]
-			}
-		}
-		$(fields.vrrf.ttle).html('VRRF - Error');
-		$(fields.vrrf.msge).html(msg);
-	} else {
-		$(fields.vrrf.ttle).html('');
-		$(fields.vrrf.msge).html('');
-		$(fields.vrrf.msge).css("display", "none");
-	}
-	
-	console.log("departures: check error [" + config + "]");
-	if (!!decodedData.error) {
-		$(fields.erro.ttle).html('InfoBoard - Error');
-		$(fields.erro.msge).html(decodedData.error);
-	} else {
-		$(fields.erro.ttle).html('');
-		$(fields.erro.msge).html('');
-		$(fields.erro.msge).css("display", "none");
-	}
-	
-	console.log("departures: check information [" + config + "]");
-	if (!!decodedData.info) {
-		$(fields.info.ttle).html('Information');
-		$(fields.info.msge).html(decodedData.info);
-		//$(fields.info.msge).css("display", "");
-	} else {
-		$(fields.info.ttle).html('');
-		$(fields.info.msge).html('');
-		//$(fields.info.msge).css("display", "none");
-	}
-	
-	console.log("departures: updating elements [" + config + "]");
-	if (!!decodedData.lines) {
-		for (var i = 0; i < 20; ++i) {
-			var 
-				actDep	= fields.dprt[i],
-				strDep	= decodedData.lines[i];
-			if (!strDep) {
-				$(actDep.self).css("display", "none");
-				$(actDep.line).html('');
-				$(actDep.name).html('');
-				for (var j = 0; j < 3; ++j) {
-					var actStn = actDep.sttn[j];
-					$(actStn.self).css("display", "none");
-					$(actStn.time).html('');
-					$(actStn.name).html('');
-					//$(actStn.info.self).css("display", "none");
-					//$(actStn.info.msge).html('');
-				}
-			} else {
-				$(actDep.self).css("display", "");
-				$(actDep.line).html(strDep.line.toUpperCase());
-				$(actDep.name).html(strDep.destination.replace("Dortmund ", ""));
-				for (var j = 0; j < 3; ++j) {
-					var 
-						actStn = actDep.sttn[j],
-						strStn = strDep.stops[j];
-					if (!strStn) {
-						$(actStn.self).css("display", "none");
-						$(actStn.time).html('');
-						$(actStn.dlay).html('');
-						$(actStn.name).html('');
-					} else {
-						$(actStn.self).css("display", "");
-						$(actStn.time).html(strStn.time);
-						$(actStn.name).html(strStn.name.replace("Dortmund - ", ""));
-						if (strStn.cancel == 1) {
-							$(actStn.name).css("text-decoration", "outline");
-						} else {
-							$(actStn.name).css("text-decoration", "");
-						}
-							
-						if (strStn.delay > 0) {
-							$(actStn.dlay).html('+' + strStn.delay);
-						} else {
-							$(actStn.dlay).html('');
-						}
-					}
-				}
-			}
-		}
-	}
-}
-
-var resize = function(panel, config, cont) {
-	var
-		scale		= $(panel).innerHeight() / 100,
-		lineHed		= $(cont).find('[data-transport]'),
-		lineLin		= $(lineHed).find('[data-line]'),
-		lineStp		= $(cont).find('[data-stop]'),
-		infoTtl		= $(cont).find('[data-title]'),
-		infoMsg		= $(cont).find('[data-message]'),
-		stopTme		= $(lineStp).find('[data-time]'),
-		stopDly		= $(lineStp).find('[data-delay]'),
-		// setze größen der schriften mit scale * n wobei n in prozent von panelhöhe
-		lineHedH	= scale * 5,		// überschriften der linien
-		lineStpH	= scale * 4,		// haltestellen der linien
-		infoTtlH	= scale * 6,		// überschriften der informationen
-		infoMsgH	= scale * 5,		// die eigentliche nachricht der information
-		// berechne string breite
-		timeWidth	= getStringWidth((lineStpH-2), "00:00"),
-		delayWidth	= getStringWidth((lineStpH-2), "+00");
-	
-	// setze linien überschriften größe
-	$(lineHed).css('height', lineHedH + 'px');
-	$(lineHed).css('fontSize', (lineHedH-2) + 'px');
-	$(lineHed).css('lineHeight', lineHedH + 'px');
-	$(lineLin).css('width', (timeWidth+delayWidth) + 'px');
-
-	// setze linien haltestellen größe
-	$(lineStp).css('height', lineStpH + 'px');
-	$(lineStp).css('fontSize', (lineStpH-2) + 'px');
-	$(lineStp).css('lineHeight', lineStpH + 'px');
-	
-	// setze zeit und delay breite
-	$(stopTme).css('width', timeWidth + 'px');
-	$(stopDly).css('width', delayWidth + 'px');
-	
-	// setze info überschriften größe
-	$(infoTtl).css('height', infoTtlH + 'px');
-	$(infoTtl).css('fontSize', (infoTtlH-2) + 'px');
-	$(infoTtl).css('lineHeight', infoTtlH + 'px');
-
-	// setze info nachricht größe
-	$(infoMsg).css('height', infoMsgH + 'px');
-	$(infoMsg).css('fontSize', (infoMsgH-2) + 'px');
-	$(infoMsg).css('lineHeight', infoMsgH + 'px');
-}
-
-var getStringWidth = function(fontSize, string) {
-	var 
-		o = $('<div>' + string + '</div>')
-		.css({'position': 'absolute', 'float': 'left', 'white-space': 'nowrap', 'visibility': 'hidden', 'font-family': 'display', 'fontSize': fontSize + 'px'})
-		.appendTo($('body')),
-		w = o.width();
-	o.remove();
-	return w;
-}
-
-var generate = function(config, stations, departs, tplDeparture, tplStop, tplMsg) {
-	console.log("departures: generating structure [" + config + "]");
-	var
-		buffer	= null,
-		fields	= {
-			cont	: null,
-			info	: null,
-			erro	: null,
-			vrrf	: null,
-			dprt	: []
-		};
-		
-	// container
-	fields.cont = document.createElement('DIV');
-	$(fields.cont).attr("data-departure-view", "");
-
-	// info
-	buffer = $(tplMsg).clone();
-	fields.info		= {
-		self	: buffer,
-		ttle	: $(buffer).find('[data-title]'),
-		msge	: $(buffer).find('[data-message]')
-	}
-	$(buffer).css("display", "none");
-
-	// error
-	buffer = $(tplMsg).clone();
-	fields.erro		= {
-		self	: buffer,
-		ttle	: $(buffer).find('[data-title]'),
-		msge	: $(buffer).find('[data-message]')
-	}
-	$(buffer).css("display", "none");
-
-	// vrrf error
-	buffer = $(tplMsg).clone();
-	fields.vrrf		= {
-		self	: buffer,
-		ttle	: $(buffer).find('[data-title]'),
-		msge	: $(buffer).find('[data-message]')
-	}
-	$(buffer).css("display", "none");
-	
-	// departures
-	for (var i = 0; i < departs; ++i) {
-		buffer = $(tplDeparture).clone();		
-		var dataBuffer = {
-			self	: buffer,
-			cont	: buffer.find('[data-stops]'),
-			line	: $(buffer).find('[data-transport] [data-line]'),
-			name	: $(buffer).find('[data-transport] [data-name]'),
-			sttn	: []
-		}
-		for (var j = 0; j < stations; ++j) {
-			buffer = $(tplStop).clone();
-			var infoBuffer = $(buffer).find('[data-info]');
-			dataBuffer.sttn.push({
-				self	: buffer,
-				time	: $(buffer).find('[data-time]'),
-				dlay	: $(buffer).find('[data-delay]'),
-				name	: $(buffer).find('[data-name]')
-			});
-		}
-		fields.dprt.push(dataBuffer);
-	}
-	return fields;
-}
-
-var buildDOM = function(config, fields) {
-	console.log("departures: building dom [" + config + "]");
-	var elements = [];	
-	elements.push(fields.info.self);
-	elements.push(fields.erro.self);
-	elements.push(fields.vrrf.self);
-	for (var i = 0; i < fields.dprt.length; ++i) {
-		var 
-			buf = fields.dprt[i],
-			elB = [];
-		for (j = 0; j < buf.sttn.length; ++j) {
-			elB.push(buf.sttn[j].self);
-		}
-		$(buf.cont).append(elB);
-		elements.push(buf.self);
-	}
-	$(fields.cont).append(elements);
-}
diff --git a/panels/departure/style.css b/panels/departure/style.css
deleted file mode 100644
index 608554cfce93b9bfd9648b017903482e170581cd..0000000000000000000000000000000000000000
--- a/panels/departure/style.css
+++ /dev/null
@@ -1,105 +0,0 @@
-[data-departure-view] {
-  position: relative;
-  width: 100%;
-  height: 100%;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #000000;
-  padding: 0px;
-  box-sizing: border-box;
-  overflow: hidden;
-  font-family: display;
-}
-[data-departure-view] [data-departure] {
-  position: relative;
-  width: 100%;
-  background-color: rgba(33, 33, 134, 0.25);
-  color: #FFFFFF;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #000000;
-  padding: 0px;
-  box-sizing: border-box;
-}
-[data-departure-view] [data-departure] [data-transport] {
-  position: relative;
-  display: flex;
-  width: 100%;
-  white-space: nowrap;
-}
-[data-departure-view] [data-departure] [data-transport] [data-line] {
-  position: relative;
-  display: block;
-  background-color: #FFFFFF;
-  color: #0000A0;
-  /*width: 10%;*/
-  height: 100%;
-  text-align: right;
-  padding: 0px 5px;
-}
-[data-departure-view] [data-departure] [data-transport] [data-name] {
-  position: relative;
-  display: block;
-  flex: 1;
-  /*	background-color: #0000A0; */
-  color: #FFFFFF;
-  height: 100%;
-  padding: 0px 5px;
-}
-[data-departure-view] [data-departure] [data-stops] {
-  position: relative;
-  display: block;
-  width: 100%;
-}
-[data-departure-view] [data-departure] [data-stops] [data-stop] {
-  position: relative;
-  display: flex;
-  list-style: none;
-  width: 100%;
-  margin: 1px 0px 0px 0px;
-}
-[data-departure-view] [data-departure] [data-stops] [data-stop] [data-time] {
-  position: relative;
-  height: 100%;
-  overflow: hidden;
-  text-align: right;
-  padding: 0px 5px 0px 0px;
-}
-[data-departure-view] [data-departure] [data-stops] [data-stop] [data-delay] {
-  position: relative;
-  height: 100%;
-  overflow: hidden;
-  text-align: left;
-  padding: 0px 5px 0px 0px;
-  font-weight: bold;
-  color: #B8860B;
-}
-[data-departure-view] [data-departure] [data-stops] [data-stop] [data-name] {
-  position: relative;
-  flex: 1;
-  padding-left: 5px;
-  height: 100%;
-  overflow: hidden;
-}
-[data-departure-view] [data-msg] {
-  position: relative;
-  width: 100%;
-  background-color: #0000A0;
-  color: #FFFFFF;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #000000;
-  padding: 0px;
-  box-sizing: border-box;
-  white-space: nowrap;
-  display: hidden;
-}
-[data-departure-view] [data-msg] [data-title] {
-  width: 100%;
-  background-color: #FFFFFF;
-  color: #0000A0;
-  text-align: center;
-}
-[data-departure-view] [data-msg] [data-message] {
-  width: 100%;
-}
diff --git a/panels/departure/style.less b/panels/departure/style.less
deleted file mode 100644
index e94afccea0aedaea802466fab6590842349ba227..0000000000000000000000000000000000000000
--- a/panels/departure/style.less
+++ /dev/null
@@ -1,116 +0,0 @@
-[data-departure-view] {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	border-style: solid;
-	border-width: 1px;
-	border-color: #000000;
-	padding: 0px;
-	box-sizing: border-box;
-	overflow: hidden;
-	font-family: display;
-
-	[data-departure] {
-		position: relative;
-		width: 100%;
-		background-color: rgba(33, 33, 134, 0.25);
-		color: #FFFFFF;
-		border-style: solid;
-		border-width: 1px;
-		border-color: #000000;
-		padding: 0px;
-		box-sizing: border-box;
-
-		[data-transport] {
-			position: relative;
-			display: flex;
-			width: 100%;
-			white-space: nowrap;
-
-			[data-line] {
-				position: relative;
-				display: block;
-				background-color: #FFFFFF;
-				color: #0000A0;
-				/*width: 10%;*/
-				height: 100%;
-				text-align: right;
-				padding: 0px 5px;
-			}
-
-			[data-name] {
-				position: relative;
-				display: block;
-				flex: 1;
-			/*	background-color: #0000A0; */
-				color: #FFFFFF;
-				height: 100%;
-				padding: 0px 5px;
-			}
-		}
-
-		[data-stops] {
-			position: relative;
-			display: block;
-			width: 100%;
-
-			[data-stop] {
-				position: relative;
-				display: flex;
-				list-style: none;
-				width: 100%;
-				margin: 1px 0px 0px 0px;
-
-				[data-time] {
-					position: relative;
-					height: 100%;
-					overflow: hidden;
-					text-align: right;
-					padding: 0px 5px 0px 0px;
-				}
-				[data-delay] {
-					position: relative;
-					height: 100%;
-					overflow: hidden;
-					text-align: left;
-					padding: 0px 5px 0px 0px;
-					font-weight: bold;
-					color: #B8860B;
-				}
-
-				[data-name] {
-					position: relative;
-					flex: 1;
-					padding-left: 5px;
-					height: 100%;
-					overflow: hidden;
-				}
-			}
-		}
-	}
-	
-	[data-msg] {
-		position: relative;
-		width: 100%;
-		background-color: #0000A0;
-		color: #FFFFFF;
-		border-style: solid;
-		border-width: 1px;
-		border-color: #000000;
-		padding: 0px;
-		box-sizing: border-box;
-		white-space: nowrap;
-		display: hidden;
-		
-		[data-title] {
-			width: 100%;
-			background-color: #FFFFFF;
-			color: #0000A0;
-			text-align: center;
-		}
-		
-		[data-message] {
-			width: 100%;
-		}
-	}
-}
diff --git a/panels/departure/style.less.metall b/panels/departure/style.less.metall
deleted file mode 100644
index 35817e3945a5a842f1a83475e61e9f71117cd62e..0000000000000000000000000000000000000000
--- a/panels/departure/style.less.metall
+++ /dev/null
@@ -1,117 +0,0 @@
-[data-departure-view] {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	border-style: solid;
-	border-width: 1px;
-	border-color: #000000;
-	padding: 0px;
-	box-sizing: border-box;
-	overflow: hidden;
-	font-family: display;
-	/* font-weight: bold */
-
-	[data-departure] {
-		position: relative;
-		width: 100%;
-		background-color: rgba(33, 33, 134, 0.25);
-		color: #FFFFFF;
-		border-style: solid;
-		border-width: 1px;
-		border-color: #000000;
-		padding: 0px;
-		box-sizing: border-box;
-
-		[data-transport] {
-			position: relative;
-			display: inline-table;
-			width: 100%;
-			white-space: nowrap;
-
-			[data-line] {
-				position: relative;
-				display: inline-table;
-				background-color: #FFFFFF;
-				color: #0000A0;
-				width: 10%;
-				height: 100%;
-				text-align: right;
-				padding: 0px 5px;
-			}
-
-			[data-name] {
-				position: relative;
-				display: inline-table;
-			/*	background-color: #0000A0; */
-				color: #FFFFFF;
-				height: 100%;
-				padding: 0px 5px;
-			}
-		}
-
-		[data-stops] {
-			position: relative;
-			display: block;
-			width: 100%;
-
-			[data-stop] {
-				position: relative;
-				display: flex;
-				list-style: none;
-				width: 100%;
-				margin: 1px 0px 0px 0px;
-
-				[data-time] {
-					position: relative;
-					flex: 2;
-					height: 100%;
-					overflow: hidden;
-					text-align: right;
-					padding: 0px 5px 0px 0px;
-				}
-				[data-delay] {
-					position: relative;
-					flex: 1;
-					height: 100%;
-					overflow: hidden;
-					text-align: right;
-					padding: 0px 5px 0px 0px;
-					font-weight: bold;
-					color: #B8860B;
-				}
-
-				[data-name] {
-					position: relative;
-					flex: 16;
-					height: 100%;
-					overflow: hidden;
-				}
-			}
-		}
-	}
-	
-	[data-msg] {
-		position: relative;
-		width: 100%;
-		background-color: #0000A0;
-		color: #FFFFFF;
-		border-style: solid;
-		border-width: 1px;
-		border-color: #000000;
-		padding: 0px;
-		box-sizing: border-box;
-		white-space: nowrap;
-		display: hidden;
-		
-		[data-title] {
-			width: 100%;
-			background-color: #FFFFFF;
-			color: #0000A0;
-			text-align: center;
-		}
-		
-		[data-message] {
-			width: 100%;
-		}
-	}
-}
diff --git a/panels/departure/style.less.vollblau b/panels/departure/style.less.vollblau
deleted file mode 100644
index e7a8f3cec7b29c71fdc19c5a235dab5a739b65de..0000000000000000000000000000000000000000
--- a/panels/departure/style.less.vollblau
+++ /dev/null
@@ -1,118 +0,0 @@
-[data-departure-view] {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	background-color: #000000;
-	border-style: solid;
-	border-width: 1px;
-	border-color: #000000;
-	padding: 0px;
-	box-sizing: border-box;
-	overflow: hidden;
-	font-family: display;
-	/* font-weight: bold */
-
-	[data-departure] {
-		position: relative;
-		width: 100%;
-		background-color: #000063;
-		color: #FFFFFF;
-		border-style: solid;
-		border-width: 1px;
-		border-color: #000000;
-		padding: 0px;
-		box-sizing: border-box;
-
-		[data-transport] {
-			position: relative;
-			display: inline-table;
-			width: 100%;
-			white-space: nowrap;
-
-			[data-line] {
-				position: relative;
-				display: inline-table;
-				background-color: #FFFFFF;
-				color: #0000A0;
-				width: 10%;
-				height: 100%;
-				text-align: right;
-				padding: 0px 5px;
-			}
-
-			[data-name] {
-				position: relative;
-				display: inline-table;
-			/*	background-color: #0000A0; */
-				color: #FFFFFF;
-				height: 100%;
-				padding: 0px 5px;
-			}
-		}
-
-		[data-stops] {
-			position: relative;
-			display: block;
-			width: 100%;
-
-			[data-stop] {
-				position: relative;
-				display: flex;
-				list-style: none;
-				width: 100%;
-				margin: 1px 0px 0px 0px;
-
-				[data-time] {
-					position: relative;
-					flex: 2;
-					height: 100%;
-					overflow: hidden;
-					text-align: right;
-					padding: 0px 5px 0px 0px;
-				}
-				[data-delay] {
-					position: relative;
-					flex: 1;
-					height: 100%;
-					overflow: hidden;
-					text-align: right;
-					padding: 0px 5px 0px 0px;
-					font-weight: bold;
-					color: #B8860B;
-				}
-
-				[data-name] {
-					position: relative;
-					flex: 16;
-					height: 100%;
-					overflow: hidden;
-				}
-			}
-		}
-	}
-	
-	[data-msg] {
-		position: relative;
-		width: 100%;
-		background-color: #0000A0;
-		color: #FFFFFF;
-		border-style: solid;
-		border-width: 1px;
-		border-color: #000000;
-		padding: 0px;
-		box-sizing: border-box;
-		white-space: nowrap;
-		display: hidden;
-		
-		[data-title] {
-			width: 100%;
-			background-color: #FFFFFF;
-			color: #0000A0;
-			text-align: center;
-		}
-		
-		[data-message] {
-			width: 100%;
-		}
-	}
-}
diff --git a/panels/departure/template.html b/panels/departure/template.html
deleted file mode 100644
index eddb45ec360741f9543064d042bbbe607ab3ec3e..0000000000000000000000000000000000000000
--- a/panels/departure/template.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<template data-departure>
-	<div data-departure>
-		<div data-transport>
-			<div data-line></div>
-			<div data-name></div>
-		</div>
-		<div data-stops>
-		</div>
-	</div>
-</template>
-
-<template data-stop>
-	<div data-stop>
-		<div data-time></div>
-		<div data-delay></div>
-		<div data-name></div>
-	</div>
-</template>
-
-<template data-msg>
-	<div data-msg>
-		<div data-title></div>
-		<div data-message></div>
-	</div>
-</template>
\ No newline at end of file
diff --git a/panels/departure/worker.js b/panels/departure/worker.js
deleted file mode 100644
index f550a2f34575494867fb07ecde590a36d2f62393..0000000000000000000000000000000000000000
--- a/panels/departure/worker.js
+++ /dev/null
@@ -1,164 +0,0 @@
-importScripts('../../js/helper/AJAX.js');
-importScripts('../../js/helper/check.js');
-importScripts('../../js/helper/AbstractWorker.js');
-
-class DepartureWorker extends AbstractWorker {
-	
-	constructor() {
-		super();
-		this.setSpeed(360000);
-	}
-	
-	processConfig(config) {
-		if (isObject(config) && isArrayNotEmpty(config['stops'])) {
-			config['stops_converted'] = [];
-			for (var i = 0; i < config['stops'].length; ++i) {
-				config['stops_converted'].push({url:'https://vrrf.finalrewind.org/'+config['stops'][i].split(':').join('/')+'.json',method:'GET',params:{frontend:'json'}});
-			}	
-		}
-		return config;
-	}
-	
-	tick(callback) {
-		var config = this.config;
-		if (isObject(config) && isArrayNotEmpty(config['stops_converted'])) {
-			AJAX.request(config['stops_converted']).then(function(results) {
-				if (results.length == 0) return;
-				var
-					reftime = new Date(),
-					result = {
-						vrrf_version: {
-							actual: '0.0.0.0',
-							expected: '0.0.0.0'
-						},
-						errors: {},
-						info: {},
-						lines: {},
-						raw: {}
-					},
-					rawLines = {};
-				reftime = calcDateValue(reftime.getFullYear(), reftime.getMonth()+1, reftime.getDate(), reftime.getHours(), reftime.getMinutes());
-				for (var i = 0; i < results.length; ++i) {
-					if (!results[i].success) continue;
-					var data = results[i].response;
-					if (!isObject(data)) data = JSON.parse(data);
-					var stopName = config['stops'][i].split('/').join(' - ');
-					result['vrrf_version']['actual'] = data['version'];
-					result['vrrf_version']['expected'] = '0.0.0.0';
-					result['errors'][stopName] = data['error'];
-					result['info'][stopName] = '';
-					result['raw'][stopName] = data['raw'];
-					for (var j = 0; j < data['raw'].length; ++j) {
-						var entry = data['raw'][j];
-						// filter
-						if (isObjectNotEmpty(config['filter']) && !passFilter(config['filter'], entry)) continue;
-						// interprete
-						var
-							schedDate = entry['sched_date'].split('.'),
-							schedTime = entry['sched_time'].split(':'),
-							deptime = calcDateValue(schedDate[2], schedDate[1], schedDate[0], schedTime[0], schedTime[1]);
-						var delay = parseInt(entry['delay']);
-						if (isNaN(delay)) delay = 0;
-						if (((deptime + delay) - reftime) > 0) {
-							var ident = /*entry['lineref']['operator']+'|'+entry['lineref']['type']+'|'+*/entry['line']+'|'+entry['lineref']['identifier']+'|'+entry['key'];
-							if (!isObjectNotEmpty(result['lines'][ident])) {
-								result['lines'][ident] = {
-									timeValue: deptime,
-									line: entry['line'],
-									destination: entry['destination'],
-									type: entry['type'],
-									stops: [{
-										timeValue: deptime,
-										time: entry['sched_time'],
-										delay: entry['delay'],
-										cancel: entry['is_cancelled'],
-										name: stopName,
-										info: entry['info']
-									}]
-								};
-							} else {
-								result['lines'][ident]['stops'].push({
-										timeValue: deptime,
-										time: entry['sched_time'],
-										delay: entry['delay'],
-										cancel: entry['is_cancelled'],
-										name: stopName,
-										info: entry['info']
-									});
-							}
-						}
-					}
-				}
-				result['lines'] = sortData(Object.values(result['lines']));
-				if (isNumber(config.max)) {
-					result['lines'] = result['lines'].slice(0, config.max);
-				}
-				callback(result);
-			});	
-		}
-	}
-	
-}
-
-function passFilter(filter, entry) {
-	if (isObjectNotEmpty(filter['bl'])) {
-		if (isArrayNotEmpty(filter['bl']['line'])
-		&&  arrayContains(filter['bl']['line'], entry['line'])) {
-			return false;
-		}
-		if (isArrayNotEmpty(filter['bl']['type'])
-		&&  arrayContains(filter['bl']['type'], entry['type'])) {
-			return false;
-		}
-		if (isArrayNotEmpty(filter['bl']['platform'])
-		&&  arrayContains(filter['bl']['platform'], entry['platform'])) {
-			return false;
-		}
-		if (isArrayNotEmpty(filter['bl']['destination'])
-		&&  arrayContains(filter['bl']['destination'], entry['destination'])) {
-			return false;
-		}
-	}
-	if (isObjectNotEmpty(filter['wl'])) {
-		if (isArrayNotEmpty(filter['wl']['line'])
-		&&  !arrayContains(filter['wl']['line'], entry['line'])) {
-				return false;
-		}
-		if (isArrayNotEmpty(filter['wl']['type'])
-		&&  !arrayContains(filter['wl']['type'], entry['type'])) {
-				return false;
-		}
-		if (isArrayNotEmpty(filter['wl']['platform'])
-		&&  !arrayContains(filter['wl']['platform'], entry['platform'])) {
-				return false;
-		}
-		if (isArrayNotEmpty(filter['wl']['destination'])
-		&&  !arrayContains(filter['wl']['destination'], entry['destination'])) {
-				return false;
-		}
-	}
-	return true;
-}
-
-function sortData(data) {
-	for (var i = 0; i < data.length; ++i) {
-		data[i]['stops'] = data[i]['stops'].sort(sortFn);
-		data[i]['timeValue'] = data[i]['stops'][0]['timeValue'];
-	}
-	return data.sort(sortFn);
-}
-
-function sortFn(a,b) {
-	return a['timeValue'] - b['timeValue'];
-}
-
-function calcDateValue(year, month, day, hour, minute) {
-	year = parseInt(year) * 12 * 31 * 24 * 60;
-	month = parseInt(month) * 31 * 24 * 60;
-	day = parseInt(day) * 24 * 60;
-	hour = parseInt(hour) * 60;
-	minute = parseInt(minute);
-	return year+month+day+hour+minute;
-}
-
-new DepartureWorker;
diff --git a/panels/itworks/script.js b/panels/itworks/script.js
deleted file mode 100644
index 018678ba81ad5d182fa9439207b5c7b55dd6c0ef..0000000000000000000000000000000000000000
--- a/panels/itworks/script.js
+++ /dev/null
@@ -1,25 +0,0 @@
-var myPanel = null;
-
-this.loaded = function(panel, config) {
-myPanel = panel;
-$(panel).find("span").text(config);
-}
-
-
-this.resize = function() {
-    $(myPanel).textfill({
-        maxFontPixels:-1
-    });
-}
-
-this.checkShowCondition = function() {
-    return 1;
-}
-
-this.show = function() {
-    $(myPanel).css("backgroundColor","red");
-}
-
-this.hide = function() {
-
-}
diff --git a/panels/itworks/style.css b/panels/itworks/style.css
deleted file mode 100644
index 48b327f69245ebd13140357d5b9986b9e5d891a0..0000000000000000000000000000000000000000
--- a/panels/itworks/style.css
+++ /dev/null
@@ -1,4 +0,0 @@
-span {
-  color: white;
-  font-size: 200pt;
-}
diff --git a/panels/itworks/style.less b/panels/itworks/style.less
deleted file mode 100644
index bd6337120ba552c51a0494b738ed766515b3e019..0000000000000000000000000000000000000000
--- a/panels/itworks/style.less
+++ /dev/null
@@ -1,4 +0,0 @@
-span {
-color:white;
-  font-size: 200pt;
-}
\ No newline at end of file
diff --git a/panels/itworks/template.html b/panels/itworks/template.html
deleted file mode 100644
index 42c400528d036235ed09bdf668b99aff035e80b8..0000000000000000000000000000000000000000
--- a/panels/itworks/template.html
+++ /dev/null
@@ -1 +0,0 @@
-<span>It works!</span>
\ No newline at end of file
diff --git a/panels/matekalypse/script.js b/panels/matekalypse/script.js
deleted file mode 100644
index 26775093cf7575388ec860502f19d8a3e0965f55..0000000000000000000000000000000000000000
--- a/panels/matekalypse/script.js
+++ /dev/null
@@ -1,5 +0,0 @@
-this.resize=function() {
-    this.panel.find("#zwei").textfill({
-        maxFontPixels:-1
-    });
-}
\ No newline at end of file
diff --git a/panels/matekalypse/style.css b/panels/matekalypse/style.css
deleted file mode 100644
index 4caf183f0d78c62ec79643c0f5d752e4f151c759..0000000000000000000000000000000000000000
--- a/panels/matekalypse/style.css
+++ /dev/null
@@ -1,22 +0,0 @@
-#eins {
-  color: #C11010;
-  text-align: center;
-  background: linear-gradient(135deg, #fff200 0%, #ffff00 34%, #ffff00 34%, #070000 35%, #000000 47%, #070000 79%, #070000 79%, #ffff00 79%, #ffff00 100%);
-  background-size: 100% 100%;
-  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
-  width: 100%;
-  height: 100%;
-}
-#zwei {
-  width: 100%;
-  word-break: break-all;
-  font-family: vrr;
-  font-size: 142px;
-  height: 100%;
-  white-space: nowrap;
-  overflow: hidden;
-  padding: 5px;
-}
-#zwei span {
-  height: 100%;
-}
diff --git a/panels/matekalypse/style.less b/panels/matekalypse/style.less
deleted file mode 100644
index 6a44ae90de8b1377940ab408c2b4205e2077dcaf..0000000000000000000000000000000000000000
--- a/panels/matekalypse/style.less
+++ /dev/null
@@ -1,23 +0,0 @@
-#eins {
-  color: #C11010;
-  text-align: center;
-  background: linear-gradient(135deg, #fff200 0%,#ffff00 34%,#ffff00 34%,#070000 35%,#000000 47%,#070000 79%,#070000 79%,#ffff00 79%,#ffff00 100%);
-  background-size: 100% 100%;
-  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
-  width:100%;
-  height:100%;
-}
-#zwei{
-  width: 100%;
-  height: 100%;
-  word-break: break-all;
-  font-family: vrr;
-  font-size: 142px;
-  height:100%;
-  white-space: nowrap;
-  overflow:hidden;
-  padding:5px;
-}
-#zwei span {
-  height:100%;
-}
\ No newline at end of file
diff --git a/panels/matekalypse/template.html b/panels/matekalypse/template.html
deleted file mode 100644
index 8f5c4be03f5f04bb36bd3d685f0234caa03d2b9d..0000000000000000000000000000000000000000
--- a/panels/matekalypse/template.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div id="eins">
-    <div id="zwei">
-        <span>MATEKALYPSE!</span>
-    </div>
-</div>
\ No newline at end of file
diff --git a/panels/mensaPlan/.gitignore b/panels/mensaPlan/.gitignore
deleted file mode 100644
index 4f4773fb3403f3ec4097ab7c7b1fdec23b9aa924..0000000000000000000000000000000000000000
--- a/panels/mensaPlan/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-config.php
diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js
deleted file mode 100644
index 6f2a8d458c1a1cc5672d819ef6a5c8ac7beb021c..0000000000000000000000000000000000000000
--- a/panels/mensaPlan/script.js
+++ /dev/null
@@ -1,177 +0,0 @@
-this.tabtime=20;
-
-this.checkShowCondition = function() {
-	return 3*this.tabtime;
-}
-
-this.show = function() {	
-	// switch tabs
-	this.interval=setInterval(function() {
-		var currentTab = $("#tabs").tabs('option', 'active');
-		switch (currentTab) {
-		case 0:
-			currentTab = 1;
-			break;
-		case 1:
-			currentTab = 2;
-			break;
-		case 2:
-			currentTab = 0;
-			break;
-		default:
-			currentTab = 0;
-		}
-		$("#tabs").tabs({
-			active : currentTab
-		});
-	}, this.tabtime*1000);
-}
-
-this.hide = function() {
-	clearInterval(this.interval);
-}
-
-function padTwo(num) {
-	if (num < 10) {
-		return "0" + num
-	} else {
-		return num
-	}
-}
-
-function isNextDay() {
- 	if (new Date().getHours() >= 15) {
-		console.log("NEXT")
-		return true;
-	}
-	console.log("CURRENT")
-	return false;
-}
-
-function calcDateAPI() {
-	if (isNextDay()) {
-		return new Date().getFullYear() + "-" + padTwo(new Date().getMonth()+1) + "-" + (padTwo(new Date().getDate() + 1));
-	} else {
-		return new Date().getFullYear() + "-" + padTwo(new Date().getMonth()+1) + "-" + padTwo(new Date().getDate());
-	}
-}
-
-function calcTextDisplay() {
-	if (isNextDay()) {
-                return "Mensaplan von MORGEN, dem  " + (padTwo(new Date().getDate() + 1)) +"."+ padTwo(new Date().getMonth()+1) +"."+ new Date().getFullYear();
-        } else {
-                return "Mensaplan von HEUTE, dem  " + padTwo(new Date().getDate()) +"."+ padTwo(new Date().getMonth()+1) +"."+ new Date().getFullYear();
-        }
-}
-
-function handleGericht(text) {
-	text = text.replace(/\([^\)]*\)/g, ""); // remove zusatzstoffe
-	text = text.replace(/\s+/g, " "); // fix double Whitespace
-	text = text.replace(/(\s,|,\s)/g, ","); // fix Komma
-	text = text.replace(/,/g, ", "); // fix Komma
-	text = text.replace(/,\sdazu\s\d\sBeilagen\snach\sWahl/g, " "); // remove Beilagen
-	text = text.replace(/\sund\s\d\sBeilagen\snach\sWahl/g, " "); // remove Beilagen
-	text = text.replace(/,\sdazu\s/g, " + "); // replace dazu
-	text = text.replace(/\sund\s/g, " & "); // replace und
-	return text
-}
-
-this.loaded = function(panel, config) {
-	// reload data
-	setInterval(function() {
-		getMensaPlan();
-	}, 30*60*1000);
-
-	function getMensaPlan() {
-		$.getJSON("https://infoscreen.oh14.de/canteen-menu/v3/canteens/341/"+calcDateAPI()).done(function(json) {
-			fillTable(json);
-		}).fail(function(jqxhr, textStatus, error) {
-			var err = textStatus + ", " + error;
-			console.error("MensaPlan: Request Failed: " + err);
-		});
-	}
-
-	function fillTable(json) {
-		document.getElementById("mensaPlanTitleBar").innerHTML = calcTextDisplay();
-		var tableBody1 = document.getElementById("mensaPlanTable1Body");
-		var tableBody3 = document.getElementById("mensaPlanTable3Body");
-		var tableBody4 = document.getElementById("mensaPlanTable4Body");
-		tableBody1.innerHTML = ""; // clear
-		tableBody3.innerHTML = ""; // clear
-		tableBody4.innerHTML = ""; // clear
-		var a = 0;
-		var b = 0;
-		var c = 0;
-		var d = 0;
-		for (var i = 0; i < json.length; i++) {
-			var gericht = json[i];
-			var row = "";
-			switch (gericht.category) {
-			case "1": // Menu 1
-				var row = tableBody1.insertRow(a);
-				a++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "2": // Menu 2
-				var row = tableBody1.insertRow(a);
-				a++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "3": // Tagesgericht
-				var row = tableBody1.insertRow(a);
-				a++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "4": // Vegetarisch
-				var row = tableBody3.insertRow(c);
-				c++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "5": // Aktionsteller
-				var row = tableBody1.insertRow(a);
-				a++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "6": // Aktionsteller Fisch
-        var row = tableBody3.insertRow(c);
-      	c++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "7": // Aktionsteller Vegan
-				var row = tableBody3.insertRow(c);
-				c++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-				break;
-			case "16": // Beilagen
-				var beilagen = gericht.title.de.split(";");
-				for (var j = 0; j < beilagen.length; j++) {
-					if(beilagen[j] != "") {
-						var row = tableBody4.insertRow(d);
-						d++;
-						var cell = row.insertCell(0);
-						cell.innerHTML = handleGericht(beilagen[j]);
-					}
-				}
-				break;
-			default:
-				var row = tableBody3.insertRow(c);
-				c++;
-				var cell = row.insertCell(0);
-				cell.innerHTML = handleGericht(gericht.title.de);
-			}
-		}
-	}
-
-	getMensaPlan();
-
-	$(function() {
-		$("#tabs").tabs();
-	});
-}
diff --git a/panels/mensaPlan/style.css b/panels/mensaPlan/style.css
deleted file mode 100644
index 2a56434624e4122d2fe20c2ade3fe5541bdbe49d..0000000000000000000000000000000000000000
--- a/panels/mensaPlan/style.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/* Table */
-div[data-template=mensaPlan] {
-  color: #ffffff;
-}
-div[data-template=mensaPlan] .ui-widget-header {
-  border: none;
-  background: #2a2a2a;
-  color: inherit;
-}
-div[data-template=mensaPlan] .ui-widget-content {
-  background: #222;
-  border: none;
-  color: white;
-}
-div[data-template=mensaPlan] #mensaPlanTitleBar {
-  text-align: center;
-}
-div[data-template=mensaPlan] .mensaPlanTable td {
-  border-bottom: solid 2px white;
-}
-div[data-template=mensaPlan] .mensaPlanTable tbody {
-  background-color: #000000 0;
-}
-div[data-template=mensaPlan] .ui-state-default,
-div[data-template=mensaPlan] .ui-widget-content .ui-state-default,
-div[data-template=mensaPlan] .ui-widget-header .ui-state-default,
-div[data-template=mensaPlan] .ui-state-active,
-div[data-template=mensaPlan] .ui-widget-content .ui-state-active,
-div[data-template=mensaPlan] .ui-widget-header .ui-state-active {
-  border: none;
-  background: transparent;
-  color: inherit;
-}
-div[data-template=mensaPlan] #tabs {
-  height: 100%;
-}
-div[data-template=mensaPlan] .ui-state-default a,
-div[data-template=mensaPlan] .ui-state-default a:link,
-div[data-template=mensaPlan] .ui-state-default a:visited {
-  color: #9f9f9f;
-}
-div[data-template=mensaPlan] .ui-state-active a,
-div[data-template=mensaPlan] .ui-state-active a:link,
-div[data-template=mensaPlan] .ui-state-active a:visited {
-  color: inherit;
-}
-div[data-template=mensaPlan] .ui-widget {
-  font-family: inherit;
-}
diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less
deleted file mode 100644
index 5214fc4f59a37b9e142eb66df05d80ff385e7155..0000000000000000000000000000000000000000
--- a/panels/mensaPlan/style.less
+++ /dev/null
@@ -1,52 +0,0 @@
-/* Table */
-
-div[data-template=mensaPlan] {
-
-color: #ffffff;
-
-.ui-widget-header {
-	border: none;
-	background: #2a2a2a;
-color: inherit;
-}
-.ui-widget-content {
-background: #222;
-border: none;
-color: white;
-}
-
-#mensaPlanTitleBar {
-	text-align: center;
-}
-
-.mensaPlanTable {
-	td {
-	    border-bottom: solid 2px white;
-	}
-	tbody {
-		background-color: #0000000;
-	}
-}
-
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
-border: none;
-background: transparent;
-color: inherit;
-
-}
-
-#tabs {
-height: 100%;
-}
-
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
-color: #9f9f9f;
-}
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
-color: inherit;
-}
-
-.ui-widget {
-font-family: inherit;
-}
-}
diff --git a/panels/mensaPlan/template.html b/panels/mensaPlan/template.html
deleted file mode 100644
index bcf5d6f659d536ed41c4fa67f838e866eea85cac..0000000000000000000000000000000000000000
--- a/panels/mensaPlan/template.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<div id="tabs">
-	<div id="mensaPlanTitleBar"></div>
-	<ul>
-		<li><a href="#tab-1">Normale Counter</a></li>
-		<li><a href="#tab-3">Sonstige Counter</a></li>
-		<li><a href="#tab-4">Beilagen</a></li>
-	</ul>
-	<div id="tab-1">
-		<table id="mensaPlanTable1" style="width:100%;height:100%" class="mensaPlanTable">
-			<tbody id="mensaPlanTable1Body">
-			</tbody>
-		</table>
-	</div>
-	<div id="tab-3">
-		<table id="mensaPlanTable3" style="width:100%;height:100%" class="mensaPlanTable">
-			<tbody id="mensaPlanTable3Body">
-			</tbody>
-		</table>
-	</div>
-	<div id="tab-4">
-		<table id="mensaPlanTable4" style="width:100%;height:100%" class="mensaPlanTable">
-			<tbody id="mensaPlanTable4Body">
-			</tbody>
-		</table>
-	</div>
-</div>
diff --git a/panels/scrollbar/script.js b/panels/scrollbar/script.js
deleted file mode 100644
index 7bde49502336f59472cfe0629de8dff5b3b670dd..0000000000000000000000000000000000000000
--- a/panels/scrollbar/script.js
+++ /dev/null
@@ -1,122 +0,0 @@
-var CM;
-
-this.loaded = function(panel, config) {
-	console.log("scrollbar: register with config [" + config + "]");
-
-	function CanvasMarquee() {
-		var
-			me = this,
-			bgColor		= null,//panel.css("background-color"),
-			fgColor		= "yellow",
-			font		= "vrr",
-			baseline	= 0.7,
-			textID		= -1,
-			amount		= 2,
-			ticklimit	= 10,
-			delay		= 2,
-			width		= 0,
-			height		= 0,
-			left		= 0,
-			marquee		= null,
-			mctx		= null,
-			strings		= [],
-			texts		= []
-			;
-
-		init = function() {
-			marquee	= $(panel).find('[data-marquee]')[0];
-			width = $(panel).width();
-			height = $(panel).height();
-			$(marquee).attr('width', width).attr('height', height);
-			mctx = marquee.getContext('2d');
-		}
-
-		this.setTexts = function(t) {
-			strings = t;
-			prerender();
-			textID = -1;
-			nextText();
-		}
-
-		this.resize = function() {
-			oldWidth = width;
-			width = $(panel).width();
-			height = $(panel).height();
-			$(marquee).attr('width', width).attr('height', height);
-			mctx = marquee.getContext('2d');
-			prerender();
-			left = left * width / oldWidth;
-		}
-
-		var lastRenderTime = 0;
-		render = function(delta) {
-                        if (delta-lastRenderTime <= ticklimit) {
-				window.requestAnimationFrame(render);
-				return;
-			}
-			lastRenderTime=delta;
-			if (left > -texts[textID].width) {
-
-				left = left - (amount > 0 ? amount : 1);
-				if (bgColor == null) {
-					mctx.clearRect(0, 0, width, height);
-				} else {
-					mctx.fillStyle=bgColor;
-					mctx.fillRect(0, 0, width, height);
-				}
-				mctx.drawImage(texts[textID].text, left, 0);
-				window.requestAnimationFrame(render);
-			} else {
-				setTimeout(nextText, (delay >= 0 ? delay : 0) * 1000);
-			}
-
-		}
-
-		nextText = function() {
-			textID = (textID + 1) % texts.length;
-			left = width;
-			start = new Date();
-			start=null;
-			window.requestAnimationFrame(render);
-		}
-
-		prerender = function() {
-			mctx.font = height + "px " + font;
-			texts = [];
-			for (var i = 0; i < strings.length; ++i) {
-				var
-					text = '+++ ' + strings[i].join(' +++                +++ ') + ' +++',
-					bWidth = mctx.measureText(text).width,
-					buffer = document.createElement('canvas'),
-					bctx;
-				$(buffer).attr('width', bWidth).attr('height', height);
-				bctx = buffer.getContext('2d');
-				bctx.font = height + "px " + font;
-				bctx.fillStyle = fgColor;
-				bctx.fillText(text, 0, height * baseline);
-				texts.push({
-					'text'	: buffer,
-					'width'	: bWidth
-				});
-			}
-		}
-
-		init();
-	}
-	$.get("config/panel/scrollbar/oh14.json", function(decodedData) {
-		CM = new CanvasMarquee();
-		CM.setTexts(decodedData.texts);
-	});
-
-	r = function() {
-		resize();
-	}
-
-	$(window).resize(r);
-
-}
-
-var resize = function() {
-	if (CM)
-		CM.resize();
-}
diff --git a/panels/scrollbar/style.css b/panels/scrollbar/style.css
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/panels/scrollbar/style.less b/panels/scrollbar/style.less
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/panels/scrollbar/template.html b/panels/scrollbar/template.html
deleted file mode 100644
index 14193810647f8842fba29fc2b320b692b0f2e46b..0000000000000000000000000000000000000000
--- a/panels/scrollbar/template.html
+++ /dev/null
@@ -1 +0,0 @@
-<canvas data-marquee></canvas>
\ No newline at end of file
diff --git a/panels/werbung/img/Infodesk.png b/panels/werbung/img/Infodesk.png
deleted file mode 100644
index 2d2a1f0fc880a5d8cbe61c580452d490a2abcf21..0000000000000000000000000000000000000000
Binary files a/panels/werbung/img/Infodesk.png and /dev/null differ
diff --git a/panels/werbung/img/OpenSourceInfoscreen.jpg b/panels/werbung/img/OpenSourceInfoscreen.jpg
deleted file mode 100644
index 7b7d5ed992b86e50ae5904a6150a5ee174332fd7..0000000000000000000000000000000000000000
Binary files a/panels/werbung/img/OpenSourceInfoscreen.jpg and /dev/null differ
diff --git a/panels/werbung/img/neujahr_karaoke_2020.png b/panels/werbung/img/neujahr_karaoke_2020.png
deleted file mode 100644
index 45111675dd6dde3c0a92381273b16931a88c96b1..0000000000000000000000000000000000000000
Binary files a/panels/werbung/img/neujahr_karaoke_2020.png and /dev/null differ
diff --git a/panels/werbung/script.js b/panels/werbung/script.js
deleted file mode 100644
index 74a86086c9cfeca98c9a837c33e6e9427563bde9..0000000000000000000000000000000000000000
--- a/panels/werbung/script.js
+++ /dev/null
@@ -1,72 +0,0 @@
-var nextWerbung=0;
-var werbung_config = null;
-var werbung_img_display = null;
-var werbung_panel = null;
-
-this.loaded=function(panel,config) {
-	werbung_panel = panel;
-	werbung_config = config;
-}
-
-function setNextWerbung() {
-	if(nextWerbung+1<werbung_config.files.length) {
-		console.log("Werbung: SETNEXT - (" + nextWerbung + " + 1)");
-		nextWerbung += 1;
-	} else {
-		console.log("Werbung: SETNEXT - (0)");
-		nextWerbung = 0;
-	}
-}
-
-this.show=function() {
-	$(werbung_panel).find("#werbung_display").attr("src", "panels/werbung/img/"+werbung_config.files[nextWerbung].filename);
-	setNextWerbung();
-}
-
-this.resize=function() {
-}
-
-this.hide = function() {
-}
-
-function isOverDate(day, month, year){
-	console.log("DEBUG: input"+day +" "+ month+" "+year);
-
-	var d = new Date();
-	if((d.getFullYear() > year) || (d.getFullYear() == year && d.getMonth()+1 > month) || (d.getFullYear() == year && d.getMonth()+1 == month && d.getDate() > day)){
-		return true;
-	} else {
-		return false;
-	}
-}
-
-this.checkShowCondition = function() {
-	var werbungOriginalNext = nextWerbung;
-	var firstNotDone = true
-	while(nextWerbung != werbungOriginalNext || firstNotDone){
-		if(werbung_config.files[nextWerbung].startdate == "NEVER") {
-			var skipStartTest = true;
-		} else {
-			var skipStartTest = false;
-		}
-		if(werbung_config.files[nextWerbung].enddate == "NEVER") {
-			var skipEndTest = true;
-		} else {
-			var skipEndTest = false;
-		}
-		if( skipStartTest || isOverDate(werbung_config.files[nextWerbung].startdate.split(".")[0], werbung_config.files[nextWerbung].startdate.split(".")[1], werbung_config.files[nextWerbung].startdate.split(".")[2])) { // did it start
-			if( skipEndTest || !isOverDate(werbung_config.files[nextWerbung].enddate.split(".")[0], werbung_config.files[nextWerbung].enddate.split(".")[1], werbung_config.files[nextWerbung].enddate.split(".")[2])) { // did it end
-				console.log("Werbung: CurrentWerbung = " + nextWerbung);
-				return 20;
-			} else {
-				console.log("Werbung: Skipped - Out Of Date - (" + nextWerbung + ")");
-				setNextWerbung();
-			}
-		} else {
-			console.log("Werbung: Skipped - Not Started - (" + nextWerbung + ")");
-			setNextWerbung();
-		}
-		firstDone = false;
-	}
-	return 0;
-}
diff --git a/panels/werbung/style.css b/panels/werbung/style.css
deleted file mode 100644
index 78f273f768dcfedc308ae53ad767a18e8e21bb77..0000000000000000000000000000000000000000
--- a/panels/werbung/style.css
+++ /dev/null
@@ -1,15 +0,0 @@
-#werbung_container {
-  height: 100%;
-  width: 100%;
-  position: relative;
-}
-#werbung_display {
-  height: 100%;
-  width: auto;
-  max-height: 100%;
-  max-width: 100%;
-  position: absolute;
-  left: 0;
-  right: 0;
-  margin: auto;
-}
diff --git a/panels/werbung/style.less b/panels/werbung/style.less
deleted file mode 100644
index ac616ecd1c739acd7ae4bcc26baa078cfe46894a..0000000000000000000000000000000000000000
--- a/panels/werbung/style.less
+++ /dev/null
@@ -1,16 +0,0 @@
-#werbung_container{
-	height: 100%;
-    width: 100%;
-	position:relative;
-}
-
-#werbung_display{
-	height: 100%;
-	width: auto;
-	max-height: 100%;  
-    max-width: 100%; 
-    position: absolute;  
-    left: 0;  
-    right: 0;  
-    margin: auto;
-}
\ No newline at end of file
diff --git a/panels/werbung/template.html b/panels/werbung/template.html
deleted file mode 100644
index aed18f893da4f43eb004035f7bf362d33373cfb1..0000000000000000000000000000000000000000
--- a/panels/werbung/template.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div id="werbung_container">
-    <img id="werbung_display"/>
-</div>
diff --git a/public/activeConfigs.json b/public/activeConfigs.json
new file mode 100644
index 0000000000000000000000000000000000000000..e41f3842363d5d08665d490c5293d62a986e3bec
--- /dev/null
+++ b/public/activeConfigs.json
@@ -0,0 +1,4 @@
+[
+  "config/default.json",
+  "config/foobar.json"
+]
diff --git a/public/config/default.json b/public/config/default.json
new file mode 100644
index 0000000000000000000000000000000000000000..4b5dab5bf149958b2081b2813e30481cf0a65bc9
--- /dev/null
+++ b/public/config/default.json
@@ -0,0 +1,27 @@
+{
+  "priority": 0,
+  "schedule": {
+    "always": true
+  },
+  "layout": {
+    "type": "xsplit",
+    "cut": 35,
+    "left": {
+      "type": "panel",
+      "name": "departure",
+      "config": "oh14"
+    },
+    "right": {
+      "type": "ysplit",
+      "cut": 30,
+      "up": {
+        "type": "panel",
+        "name": "clock"
+      },
+      "down":	{
+        "type": "panel",
+        "name": "mensaPlan"
+      }
+    }
+  }
+}
diff --git a/public/config/foobar.json b/public/config/foobar.json
new file mode 100644
index 0000000000000000000000000000000000000000..8d222fed87a5d1e4b981f78e863bcfd807070dd8
--- /dev/null
+++ b/public/config/foobar.json
@@ -0,0 +1,31 @@
+{
+  "priority": 1,
+  "schedule": {
+    "time": [
+      {
+        "from": "26.06.2023"
+      }
+    ]
+  },
+  "layout": {
+    "type": "xsplit",
+    "cut": 35,
+    "left": {
+      "type": "panel",
+      "name": "departure",
+      "config": "oh14"
+    },
+    "right": {
+      "type": "ysplit",
+      "cut": 30,
+      "up": {
+        "type": "panel",
+        "name": "clock"
+      },
+      "down":	{
+        "type": "panel",
+        "name": "mensaPlan"
+      }
+    }
+  }
+}
diff --git a/src/hooks/useLayout.ts b/src/hooks/useLayout.ts
new file mode 100644
index 0000000000000000000000000000000000000000..a1ce6d0362fa2004dae7fe182272a0d31f6c0bf3
--- /dev/null
+++ b/src/hooks/useLayout.ts
@@ -0,0 +1,24 @@
+import {useEffect, useState} from "react";
+import {LayoutConfig} from "../types/LayoutConfig";
+import {LayoutService} from "../services/LayoutService";
+
+export default function useLayout(): LayoutConfig | null {
+  const [layout, setLayout] = useState<LayoutConfig | null>(null);
+
+  useEffect(() => {
+    LayoutService.init().then(() => {
+      const refresh = () => {
+        const activeLayout = LayoutService.getActiveLayout();
+
+        if(layout?.id !== activeLayout.id) {
+          setLayout(activeLayout);
+        }
+      };
+
+      window.setInterval(refresh, 10000);
+      refresh();
+    });
+  }, []);
+
+  return layout;
+}
diff --git a/src/layout/HSplit.tsx b/src/layout/HSplit.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..9bb0d3eeae300d2eb5945c05b3958e9fa82a98db
--- /dev/null
+++ b/src/layout/HSplit.tsx
@@ -0,0 +1,26 @@
+import React from 'react';
+
+const HSplit = (props: {
+  top: any,
+  bottom: any,
+  split?: number
+}) => {
+  const split = props.split ?? .5;
+
+  if(split <= 0 || split >= 1) {
+    throw new Error("HSplit has an invalid split");
+  }
+
+  return (
+    <div className={"flex flex-col w-full h-full"}>
+      <div style={{height: `${split * 100}%`}}>
+        {props.top}
+      </div>
+      <div className={"flex-1"}>
+        {props.bottom}
+      </div>
+    </div>
+  );
+};
+
+export default HSplit;
diff --git a/src/layout/LayoutElement.tsx b/src/layout/LayoutElement.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..cbfea13f8ed0e1b545241a05d557404529223437
--- /dev/null
+++ b/src/layout/LayoutElement.tsx
@@ -0,0 +1,9 @@
+import React from 'react';
+import {Layout} from "../types/LayoutConfig";
+import config from "tailwindcss/defaultConfig";
+
+const LayoutElement = (props: {config: Layout}) => {
+  switch (config.type)
+};
+
+export default LayoutElement;
diff --git a/src/layout/VSplit.tsx b/src/layout/VSplit.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..aacb3e474fa117f50f2aaf7f46bd798a436665d7
--- /dev/null
+++ b/src/layout/VSplit.tsx
@@ -0,0 +1,26 @@
+import React from 'react';
+
+const VSplit = (props: {
+  left: any,
+  right: any,
+  split?: number
+}) => {
+  const split = props.split ?? .5;
+
+  if(split <= 0 || split >= 1) {
+    throw new Error("VSplit has an invalid split");
+  }
+
+  return (
+    <div className={"flex flex-row w-full h-full"}>
+      <div style={{width: `${split * 100}%`}}>
+        {props.left}
+      </div>
+      <div className={"flex-1"}>
+        {props.right}
+      </div>
+    </div>
+  );
+};
+
+export default VSplit;
diff --git a/src/meta/PanelWrapper.tsx b/src/meta/PanelWrapper.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..47453e7c38efce14b1d843eb1fdafe87a3e589cb
--- /dev/null
+++ b/src/meta/PanelWrapper.tsx
@@ -0,0 +1,12 @@
+import React from 'react';
+
+const PanelWrapper = (props: {children: any, className?: string}) => {
+  // ToDo: The className thing is not pretty. Re-do
+  return (
+    <div className={`w-full h-full ${props.className ?? ""}`}>
+      {props.children}
+    </div>
+  );
+};
+
+export default PanelWrapper;
diff --git a/src/panels/Fahrplan/Fahrplan.tsx b/src/panels/Fahrplan/Fahrplan.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..90e41d8c2f5bee92809a5d365138786c61ba7bfa
--- /dev/null
+++ b/src/panels/Fahrplan/Fahrplan.tsx
@@ -0,0 +1,37 @@
+import React from 'react';
+import PanelWrapper from "../../meta/PanelWrapper";
+import PlanElement from "./components/PlanElement";
+
+const Fahrplan = () => {
+  return (
+    <PanelWrapper className={"bg-blue-900"}>
+      <PlanElement trainIdentifier={"S1"} trainHeading={"Dortmund Hbf"} stops={[
+        {
+          name: "Essen",
+          time: "10:00",
+          delay: 20
+        },
+        {
+          name: "Nicht Essen",
+          time: "10:00",
+          delay: 20
+        }
+      ]} />
+
+      <PlanElement trainIdentifier={"S1"} trainHeading={"Dortmund Hbf"} stops={[
+        {
+          name: "Essen",
+          time: "10:00",
+          delay: 20
+        },
+        {
+          name: "Nicht Essen",
+          time: "10:00",
+          delay: 20
+        }
+      ]} />
+    </PanelWrapper>
+  );
+};
+
+export default Fahrplan;
diff --git a/src/panels/Fahrplan/components/PlanElement.tsx b/src/panels/Fahrplan/components/PlanElement.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..d785f13210248e5a4fe5d4bb217c9055929ecd98
--- /dev/null
+++ b/src/panels/Fahrplan/components/PlanElement.tsx
@@ -0,0 +1,43 @@
+import React from 'react';
+
+const PlanElement = (props: {
+  trainIdentifier: string,
+  trainHeading: string,
+  stops: {
+    time: string,
+    delay?: number,
+    name: string
+  }[]
+}) => {
+  return (
+    <div className={"grid grid-cols-2"}>
+      <div className={"bg-white text-blue-900 px-4 py-0.5"}>
+        {props.trainIdentifier}
+      </div>
+
+      <div className={"px-2 py-0.5 w-full"}>
+        {props.trainHeading}
+      </div>
+
+      {props.stops.map(stop => (
+        <>
+          <div>
+            {stop.time}
+
+            {(stop.delay && stop.delay > 0) && (
+              <span>
+                  + {stop.delay}
+                </span>
+            )}
+          </div>
+
+          <div>
+            {stop.name}
+          </div>
+        </>
+      ))}
+    </div>
+  );
+};
+
+export default PlanElement;
diff --git a/src/panels/Mensaplan.tsx b/src/panels/Mensaplan.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..5be7012c3666f73da17a0131ba13eacd0450d05a
--- /dev/null
+++ b/src/panels/Mensaplan.tsx
@@ -0,0 +1,11 @@
+import React from 'react';
+
+const Mensaplan = () => {
+  return (
+    <div>
+      Mensaplan
+    </div>
+  );
+};
+
+export default Mensaplan;
diff --git a/src/panels/Uhr.tsx b/src/panels/Uhr.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..64b30babb1f273f1970e344e57d07d2782d459f6
--- /dev/null
+++ b/src/panels/Uhr.tsx
@@ -0,0 +1,11 @@
+import React from 'react';
+
+const Uhr = () => {
+  return (
+    <div>
+      Uhr
+    </div>
+  );
+};
+
+export default Uhr;
diff --git a/src/services/LayoutService.ts b/src/services/LayoutService.ts
new file mode 100644
index 0000000000000000000000000000000000000000..0720b747c895ab46e60aa185f9d0ab7f3f42fc69
--- /dev/null
+++ b/src/services/LayoutService.ts
@@ -0,0 +1,46 @@
+import {LayoutConfig} from "../types/LayoutConfig";
+
+export class LayoutService {
+  static configs: LayoutConfig[] = [];
+
+  static async init(): Promise<void> {
+    try {
+      const activeConfigs = await fetch("/activeConfigs.json").then(content => content.json());
+      const configFetches = (activeConfigs as string[])
+        .map(configPath => fetch(configPath).then(content => content.json()));
+
+      LayoutService.configs = await Promise.all(configFetches);
+    } catch (e) {
+      console.error("LayoutService could not init", e)
+    }
+  }
+
+  static getActiveLayout(): LayoutConfig {
+    const now = new Date();
+
+    const activeConfigs = this.configs.filter(config => {
+      if(config.schedule.always) {
+        return true;
+      }
+
+      return config.schedule.times.reduce((accu, curr) => {
+        if(accu) return true;
+        return (curr.from <= now && curr.to >= now);
+      }, false);
+    });
+
+    /* ToDo: This is not great, as it assumes there is always an active layout. If you don't configure this correctly,
+             consider yourself warned now and don't blame me */
+    return activeConfigs.reduce((accu, curr) => {
+      if(!accu) {
+        return curr;
+      }
+
+      if(accu.priority < curr.priority) {
+        return curr;
+      }
+
+      return accu;
+    })
+  }
+}
diff --git a/src/types/LayoutConfig.ts b/src/types/LayoutConfig.ts
new file mode 100644
index 0000000000000000000000000000000000000000..ca73c85bec07390ef82662f30cd4c1a581d37ab9
--- /dev/null
+++ b/src/types/LayoutConfig.ts
@@ -0,0 +1,38 @@
+export type LayoutConfig = {
+  id: string,
+  priority: number,
+  schedule: LayoutSchedule,
+  layout: Layout
+}
+
+type LayoutSchedule = {
+  always: true
+} | {
+  always?: false,
+  times: {
+    from: Date,
+    to: Date
+  }[]
+}
+
+export type Layout = XSplitLayout | YSplitLayout | Panel;
+
+type XSplitLayout = {
+  type: "xsplit",
+  cut: number,
+  left: Layout,
+  right: Layout
+}
+
+type YSplitLayout = {
+  type: "ysplit",
+  cut: number,
+  left: Layout,
+  right: Layout
+}
+
+interface Panel {
+  type: "panel",
+  name: string,
+  config: Object
+}
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000000000000000000000000000000000000..738485b353c66dc3ffc07b970217e288cb70d329
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,14 @@
+/** @type {import('tailwindcss').Config} */
+module.exports = {
+	content: [
+		"./src/**/*.{js,jsx,ts,tsx}",
+	],
+	theme: {
+		extend: {
+			height: {
+				screen: "100vh"
+			}
+		},
+	},
+	plugins: [],
+}
diff --git a/tmp/.gitignore b/tmp/.gitignore
deleted file mode 100644
index f60b6d626c04360b7cb04a76278cd73eb21e2eed..0000000000000000000000000000000000000000
--- a/tmp/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!.gitignore
-!dummy.txt
diff --git a/tmp/dummy.txt b/tmp/dummy.txt
deleted file mode 100644
index f8da527973d14f0255b708d7c85ce3d7f7ad0041..0000000000000000000000000000000000000000
--- a/tmp/dummy.txt
+++ /dev/null
@@ -1 +0,0 @@
-i'm dummy.txt . i keep the temp-dir! :3