/* Minification failed. Returning unminified contents.
(5523,18): run-time error CSS1035: Expected colon, found 'col-images'
 */
/*! jQuery UI - v1.10.3 - 2013-11-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.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 2013 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);
}

.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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.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-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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 {
	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: 21px;
	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-menu {
	list-style: none;
	/*padding: 2px;*/
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #DBDBDB !important;
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item:hover {
    background-color: #F6F6F6;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	/*font-weight: normal;
	margin: -1px;*/
    background-color: #F6F6F6;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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-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 overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre 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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	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: 1.1em;
}
.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;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	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;
	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;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover 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;
	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;
	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(/content/images/ui-customs/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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* 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;
}

.ui-menu .ui-menu-item .ui-corner-all {
    border: none !important;
}

/* Overlays */
.ui-widget-overlay {
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=219a089a8b0760df8231)
 * Config saved to config.json and https://gist.github.com/219a089a8b0760df8231
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:1199px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:1199px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:1199px){.navbar{border-radius:4px}}@media (min-width:1199px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:1199px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:1199px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:1199px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:1199px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:1199px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:1199px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:1198px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:1199px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:1198px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:1199px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:1199px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:1199px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:1198px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:1198px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: linear-gradient(top, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: -o-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(top, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

    .datepicker.dropdown-menu th,
    .datepicker.dropdown-menu td {
        padding: 4px 5px;
    }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/content/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('/content/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('/content/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('/content/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('/content/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
body {
}
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position:static;
	margin-top:0;
	margin-right:0;
	margin-left:6px;
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px dashed transparent;
}
.navbar-fixed-bottom .sub-arrow {
	margin-top:-5px;
	border-top:4px dashed transparent;
	border-bottom:4px solid;
}
.navbar-nav ul .sub-arrow {
	position:absolute;
	right:0;
	margin-top:6px;
	margin-right:15px;
	border-top:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
	padding-right:30px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position:absolute;
	top:-2px;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	overflow:hidden;
	border-top:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid;
	border-left:7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top:6px;
	border-top:7px solid;
	border-right:7px dashed transparent;
	border-bottom:7px dashed transparent;
	border-left:7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
	padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left:65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space:normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space:nowrap;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left:0;
	right:auto;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
@font-face {
    font-family: 'Carnas';
    src: local('Carnas W03 Light'), local('Carnas-W03-Light'), url('/Content/fonts/Carnas-W03-Light.woff2') format('woff2'), url('/Content/fonts/Carnas-W03-Light.woff') format('woff'), url('/Content/fonts/Carnas-W03-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Carnas Regular';
    src: local('Carnas W03 Regular'), local('Carnas-W03-Regular'), url('/Content/fonts/Carnas-W03-Regular.woff2') format('woff2'), url('/Content/fonts/Carnas-W03-Regular.woff') format('woff'), url('/Content/fonts/Carnas-W03-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univia Pro';
    src: local('Univia Pro Ultra'), local('Univia-Pro-Ultra'), url('/Content/fonts/UniviaPro-Ultra.woff2') format('woff2'), url('/Content/fonts/UniviaPro-Ultra.woff') format('woff'), url('/Content/fonts/UniviaPro-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Carnas';
    color: #333;
}

html {
    scroll-behavior: smooth;
}

/*safari*/
.tr-coretext .pre-footer li a,
.tr-coretext .navbar-white a,
.tr-coretext a.link-interno-corporativo,
.tr-coretext .item-content-corp-category,
.tr-coretext .optsheader,
.tr-coretext .pre-footer li,
.tr-coretext .text-contacto,
.tr-coretext .text-counter,
.tr-coretext .Header-Solutions,
.tr-coretext .item-content-ind,
.tr-coretext .item-content-corp,
.tr-coretext .tooltipMenu,
.tr-coretext input.button-solutions,
.tr-coretext a.button-solutions,
.tr-coretext .wrapper-breadcrumb,
.tr-coretext .tittle-aseguradoras,
.tr-coretext .tittle-top,
.tr-coretext .detail-top,
.tr-coretext .autor-top,
.tr-coretext .page-detail .intro-corporativo,
.tr-coretext .nuestros-clientes-detail .detail-top,
.tr-coretext .nuestros-clientes-detail .autor-top,
.tr-coretext div#ModalDetailSolutionIndividual li,
.tr-coretext .Category,
.tr-coretext .Category.Selected,
.tr-coretext .FrequentQuestions,
.tr-coretext .item-tab .containerSolutionsTittle,
.tr-coretext .item-content-individual-modal h4,
.tr-coretext .item-content-individual-modal,
.tr-coretext .wrapperPolicy a,
.tr-coretext .containerSolutionsTittle,
.tr-coretext .title-herramienta,
.tr-coretext .description-herramienta,
.tr-coretext .item-content-individual,
.tr-coretext .nuestros-asesores-es,
.tr-coretext .label-solicitar,
.tr-coretext .expose,
.tr-coretext .TextForm,
.tr-coretext .TextFieldInputCheck,
.tr-coretext .title-blue,
.tr-coretext .field-validation-error .span,
.tr-coretext .sub-title,
.tr-coretext .wrapper-steps .item-step .text-step,
.tr-coretext .ContainerPorqueNosEligen .PorqueNosEligenText,
.tr-coretext .PorqueNosEligenTextDetail,
.tr-coretext .item-content-policy,
.tr-coretext .modal-policymedical .title,
.tr-coretext .modal-policymedical .content,
.tr-coretext .modal-policymedical .content-detail,
.tr-coretext .modal-policymedical ul li,
.tr-coretext .title-modal-custom,
.tr-coretext .detail-modal-custom,
.tr-coretext .detail-modal-custom li {
    font-weight: 300;
}

.pull-right.dropdown.hidden-xs.hidden-sm {
    top: 0px;
    padding: 7px 0px;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    width: 50%;
    margin: 20px auto;
    /* border-bottom: solid 3px #7e7e7e; */
    padding: 0 0 10px 0;
    text-align: center;
}

.note {
    font-size: 13px;
    color: #999;
}

/* header */
.navbar-grey {
    background-color: #535353;
    border-color: #535353;
    padding: 0px 0px 0 0;
    margin-bottom: 0px;
    min-height: 75px;
    border-radius: 0;
    border: 0;
}

.navbar-blue {
    height: 36px;
    background-color: #090d00;
    min-height: 17px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.navbar-grey .navbar-brand {
    background: url(/files/logo/logo.png) no-repeat;
    display: block;
    font-size: 0;
    height: 46px;
    margin-top: 20px;
    max-width: 270px;
    color: #fff;
    background-size: 100%;
    width: 60%;
}

.navbar-grey.opacity {
    opacity: 0.95;
}

.navbar-white {
    height: 150px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
    position: absolute;
    width: 100%;
}

    .navbar-white a {
        text-transform: uppercase;
        padding: 10px 13px !important;
        height: 40px;
        color: #090d00;
        font-family: Carnas Regular;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 21px;
        text-align: right;
    }

.navbar-red {
    background-color: #E91C2B;
}

    .navbar-red a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 13px !important;
    }

    .menu-principal a:hover,
    .navbar-red .active a {
        background-color: none !important;
    }

.navbar-red-internal {
    background-color: #90111B;
}

    .navbar-red-internal a {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

        .navbar-red-internal a:hover {
            background-color: #E91C2B !important;
        }

    .navbar-red-internal .active {
        background-color: #590B11 !important;
    }

.nav-login {
    top: 0px;
    padding: 7px 0px;
}

    .nav-login.open {
        background-color: #353535;
    }

        .nav-login.open .dropdown-menu {
            background-color: #424242;
            margin: 0px;
            border-radius: 0px;
            width: 180px;
        }

            .nav-login.open .dropdown-menu a {
                display: block;
                color: #fff;
                padding: 5px 0px 5px 15px;
            }

.optsheader {
    color: #FFFFFF;
    font-family: Carnas;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
}

    .optsheader:hover,
    .optsheader:focus {
        color: #fff;
        text-decoration: none;
    }

    .optsheader span {
        background: url(/content/images/arrow.png) no-repeat right 5px;
        padding-right: 30px;
    }

.col-logo svg {
    margin: 5% 20%;
}

.col-md-9.col-menu {
    padding: 19px 4% 17px 4%;
    width: max-content;
    float: right;
}

.col-menu a:hover {
    text-decoration: none !important;
    border-bottom: solid 2px #BB1A14;
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px;
}

.col-logo {
    cursor: pointer;
}

.img-flag-big {
    height: 70px;
    width: 400px;
    background-color: #003075;
    padding: 25px 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.img-flag-middle {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 55px;
    width: 254px;
    background-color: #865DBD;
    top: 10px;
    position: relative;
}

.img-flag-short {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 20px;
    position: relative;
    height: 29px;
    width: 91px;
    background-color: #21C6FC;
}

.content-flag-detail {
    position: absolute;
    top: 62%;
    right: 2px;
}

.img-flag-big-right {
    height: 28px;
    width: 97px;
    background-color: #003075;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    right: 0px;
}

.img-flag-short-right {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 56px;
    height: 12px;
    width: 42px;
    background-color: #21C6FC;
    right: 0px;
}

.img-flag-middle-right {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 30px;
    height: 24px;
    width: 82px;
    background-color: #865DBD;
    right: 0px;
}

span.lock {
    padding-right: 5px;
    top: 2px;
    position: relative;
}

.sticky-header {
    display: none;
    margin: 15px 0 0 0;
}

.icon-user {
    background: url(/Content/images/btn-header.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.header-movil {
    margin: 10px auto;
}

    .sticky-header .btn-menu,
    .header-movil .btn-menu {
        background-color: #FFFFFF;
        border: none;
        font-size: 28px;
        border-radius: 5px;
        color: #fff;
        width: 50px;
        height: 50px;
        outline: none;
    }

    .sticky-header .btn-login,
    .header-movil .btn-login {
        background-color: #353535;
        border: none;
        border-radius: 5px;
        padding: 3px 10px;
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
        float: left;
        outline: none;
    }

.content-menu-sticky {
    padding: 20px;
}

.navbar-dark-grey {
    background-color: #353535;
    color: #fff;
    margin: 10px 0 0 0;
}

    .navbar-dark-grey .container {
        background: url(/Content/images/menu-login-bg.jpg) no-repeat #353535 right 0px;
		content: '';
    }

    .navbar-dark-grey li {
        list-style: none;
        background: url(/Content/images/icon-key.png) no-repeat left center;
		content: '';
        padding-left: 30px;
        margin: 0 0 10px 0;
    }

    .navbar-dark-grey a {
        font-size: 16px;
        color: #fff;
    }

#contentMenu {
    margin: 10px 0 0 0;
}

    #contentMenu .container {
        background: url(/Content/images/menu-bg.jpg) no-repeat #E91C2B right 0px;
    }

.content-menu-sticky {
}

    .content-menu-sticky .column {
        margin: 0px;
        padding: 0px;
    }

        .content-menu-sticky .column li {
            list-style: none;
        }

        .content-menu-sticky .column > li {
            display: block;
            margin: 0 0 15px 0;
        }

        .content-menu-sticky .column a {
            font-size: 16px;
        }

        .content-menu-sticky .column li > a {
            font-weight: bold;
        }

        .content-menu-sticky .column li li > a {
            text-transform: none;
            font-weight: normal;
        }

/* home  */
.banner-home {
    position: relative;
    top: -178px;
    z-index: 2;
}

.bg-banner-home {
    background-image: url(/files/banners/bg-promo.webp);
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 50%;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-size: cover;
	content: '';
}

.bg-banner-contact {
    background-image: url(/files/banners/port-single-wide-img-5.webp);
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 50%;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-size: cover;
	content: '';
}

.bg-banner-about {
    background-image: url(/files/banners/port-single-titlle-img-2.webp);
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 50%;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-size: cover;
	content: '';
}

.bg-form-contact {
    max-width: 600px;
    display: grid;
    height: max-content;
    padding: 50px;
    margin: 50px auto;
    background: beige;
}

.bg-caracteristicas {
    background-color: #090d00;
}

.bg-caracteristicas-items {
    background-image: url('/files/banners/landing-img-12.png');
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 100px 50px;
    background-position: center;
	content: '';
}

.bg-planes {
    padding: 20px 50px 50px 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 50%;
    background-origin: initial;
    background-clip: initial;
    background-color: #090d00;
    -webkit-background-size: cover;
}

.bg-responsive {
    background-image: url('/files/banners/landing-img-8.png');
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 50px;
    background-position: center;
	content: '';
}

.bg-content {
    background-image: url('/files/banners/landing-img-12.png');
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 50px;
    background-position: center;
	content: '';
}

.bg-custom-container {
    padding: 0px;
}

.bg-custom {
    text-align: center;
    display: block;
    background-image: url('/files/banners/banner-img-4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0% 10% 0%;
	content: '';
}

.bg-custom-item {
    background-color: #090d00;
    padding: 100px 50px;
}

.card {
    text-align: center;
    padding: 10px 50px;
}

.card-img-top {
    position: relative;
    padding-top: 50px;
    max-width: 100px;
}

.card-title {
    font-weight: bold;
}

.card-plan,
.card-custom {
    text-align: center;
    max-width: 315px;
    margin: auto;
}

.card-plan-gold .card-plan-title {
    background-color: #BDAB85;
}

    .card-plan-gold .card-plan-title .plan-title {
        color: #090d00;
    }

.card-plan-gold .card-plan-header,
.card-plan-gold .card-plan-body {
    border-top: solid 5px #BDAB85 !important;
}


.card-category-plan {
    margin: 40px 20px;
    max-width: 100% !important;
}

.card-plan-title {
    background-color: #BB1A14;
    padding: 25px 0px;
}

.card-plan-body {
    background-color: #F8F8F8;
    padding: 15px 0px;
    min-height: 400px;
}

.card-img-botton {
    position: absolute;
    bottom: -50px;
    right: -10px;
    max-width: 150px;
}

.card-custom-top {
    max-width: 200px;
}

.plan-title {
    font-weight: bold;
    color: #fff;
    margin: 0px;
}

h2.plan-title {
    font-size: 36px;
    width: 100%;
    border: none;
    padding: 0px;
}

.web-title {
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 50px 0px;
}

.container-feacture {
    padding: 30% 0%;
}

.container-feacture-2 {
    padding: 20% 0%;
}

.feacture-title {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    font-size: 90px;
    font-family: 'Carnas';
    line-height: 72px;
    letter-spacing: -.065em;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

.feacture-text {
    margin: 0px 0px 15px 0px;
    font-size: 16px;
}

.card-feacture-top {
    position: relative;
    width: -webkit-fill-available;
}

.card-custom-title {
    color: #fff;
    margin: 20px auto 0px;
    text-align: center;
}

.custom-title {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    font-size: 42px;
    width: 100%;
    border: none;
    padding: 0px;
}

.custom-text {
    margin: auto;
    font-size: 16px;
    max-width: 600px;
}

.block-image-left {
    position: relative;
    top: 50px;
    z-index: 2;
    width: -webkit-fill-available;
}

.block-text-right {
    text-align: center;
    padding: 10% 0%;
    color: #fff;
}

.title_regular {
    margin: 15px 0px 2px 0px;
    font-weight: bold;
    line-height: 35px;
    font-size: 36px;
    width: 100%;
    color: white;
    border: 0px;
    padding: 0px;
    text-transform: none;
}

.container-home {
    padding: 50px;
    width: 100%;
    display: table;
}

.padding-title-initial {
    padding-top: 13%;
    padding-bottom: 13%;
}

.title-initial {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    font-size: 90px;
    font-family: 'Carnas';
    line-height: 72px;
    letter-spacing: -.065em;
    text-transform: uppercase;
	width: 100%;
    text-align: left;
    padding: 0px;
    border: none;
}

.text-initial {
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.text-title-center {
    color: #FFFFFF;
    font-family: Carnas Regular;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.template-img-bottom {
    width: -webkit-fill-available;
    padding: 50px 50px 0px;
}

.container-flag {
    top: 53%;
    position: absolute;
}

/* Pagina diseno */
.bg-design {
    text-align: center;
    padding: 50px;
}

.design-img {
    width: -webkit-fill-available;
}

.design-title {
    font-weight: bold;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: none;
    padding: 0px;
}

.design-text {
    font-size: 20px;
    margin: auto;
    line-height: 25px;
}

.design-img {
    width: -webkit-fill-available;
    padding: 20px 210px;
}

.bg-card-design {
    padding: 50px;
    background: black;
    color: #fff;
}

.card-design {
    padding: 0% 6%;
}

.card-design-img {
    max-width: 50px;
}

.card-design-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 30px;
}

.bg-card-template {
    padding: 50px 50px 0px;
    text-align: center;
    display: block;
    background-image: url('/files/banners/Landing-background-img.png');
    background-repeat: no-repeat;
    background-size: cover;
	content: '';
}

.card-template-img {
    width: -webkit-fill-available;
}

.content-template {
    padding-bottom: 50px;
}

.card-template {
    padding-bottom: 20px;
}

.card-degsign-top {
    max-width: 500px;
    margin: 10% auto;
    display: block;
    position: relative;
    width: -webkit-fill-available;
}

.bg-pages {
    padding: 0px 33px;
}

.card-pages-img {
    width: -webkit-fill-available;
}

.card-pages {
    padding: 0px 17px;
}

/* Pagina de planes */
.title-plan {
    color: #fff;
    padding: 30px 0px 0px;
}

    .title-plan .title_regular {
        margin: 0px;
    }

    .title-plan .card-plan-header,
    .title-plan .card-plan-body {
        background-color: #14232B;
        display: grid;
        border-top: solid 5px #BB1A14;
    }

    .title-plan .it-heading {
        padding-bottom: 0px;
    }

.card-plan-desde {
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #7e7e7e;
    width: fit-content;
    margin: 0px auto 10px;
}

.category-plan {
    padding-top: 0px;
}

.card-plan-header {
    padding-bottom: 10px;
}

.container-bar {
    position: relative;
    max-width: 500px;
    width: 100%;
    background: #fff;
    margin: 20% auto;
    padding: 10px 20px;
    border-radius: 7px;
}

    .container-bar .skill-box {
        width: 100%;
        margin: 25px 0;
    }

.skill-box .title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.skill-box .skill-bar {
    height: 8px;
    width: 100%;
    border-radius: 6px;
    margin-top: 6px;
    background: rgba(0,0,0,0.1);
}

.skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    width: 74%;
    border-radius: 6px;
    background: #BB1A14;
    animation: progress 1.2s ease-in-out forwards;
    opacity: 0;
}

.skill-per.css {
    width: 85%;
    animation-delay: 0.1s;
}

.skill-per.javascript {
    width: 90%;
    animation-delay: 0.2s;
}

.skill-per.nodejs {
    width: 74%;
    animation-delay: 0.3s;
}

.container-extras {
    max-width: 1170px;
    margin: auto;
}

/********************************************************
	9. PROCESS CSS START
******************************************************/
.process-circle h2::after {
    animation: rotate-animation 10s infinite linear;
    border: 2px dashed #BDAB85;
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    margin: auto;
    width: auto;
    height: auto;
    border-radius: 100%;
    color: #ffffff;
    z-index: -1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.process-circle h2 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    margin: auto;
    background: rgba(255, 255, 255, 0.102);
    color: #ffffff;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.it-heading {
    padding-bottom: 30px;
    display: block;
}

    .it-heading h3 {
		font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        font-weight: 600;
        z-index: 1;
        color: #BDAB85;
        margin: 0px auto;
		text-align: center;
    }

    .it-heading h2 {
        text-transform: capitalize;
        font-weight: 700;
        z-index: 2;
        position: relative;
        margin: 6px 0 15px;
        color: #fff;
        font-size: 32px;
        line-height: 43px;
        margin: 7px auto 0px;
        text-align: center;
    }

.procees-btn, a.showcoupon, a.procees-btn, a.procees-btn:visited {
    color: #BDAB85;
    text-decoration: none;
    padding-bottom: 5px;
}

a:hover, a:focus {
    color: #BB1A14;
    text-decoration: none;
}

body .procees-btn, .land-blog-read-more, .footer-box .read-more-link {
    position: relative;
}

    .land-blog-read-more:before, body .procees-btn:before, .footer-box .read-more-link:before, .it-read-more:before, .post-edit-link:before {
        position: absolute;
        content: "";
        background: #ffffff;
        height: 1px;
        width: 0%;
        left: 0;
        right: 0;
        bottom: 0;
    }

.fw-main-row, .fw-main-row *, .fw-main-row *:before, .fw-main-row *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.process-box {
    background-color: #14232B;
    padding: 40px 20px;
    min-height: 350px;
    max-width: 315px;
    margin: auto;
}

    .process-box:before {
        top: -30px !important;
        border-radius: 0 0 10px 10px !important;
        transition: all 0.3s;
        z-index: 1;
    }

    .process-box:hover:before {
        opacity: 1 !important;
        visibility: visible !important;
        top: 0px !important;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 0 0 10px 10px !important;
        content: "" !important;
        position: absolute !important;
        width: 80% !important;
        left: 0 !important;
        right: 0 !important;
        background: #BDAB85 !important;
        height: 5px !important;
        margin: auto !important;
        z-index: 1;
    }

    .process-box:after {
        bottom: -30px !important;
        border-radius: 10px 10px 0 0 !important;
        transition: all 0.3s;
        z-index: 1;
    }

    .process-box:hover:after {
        opacity: 1 !important;
        visibility: visible !important;
        bottom: 0px !important;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 10px 10px 0 0 !important;
        content: "" !important;
        position: absolute !important;
        width: 80% !important;
        left: 0 !important;
        right: 0 !important;
        background: #BDAB85 !important;
        height: 5px !important;
        margin: auto !important;
        z-index: 1;
    }

    .process-box h4 {
        color: #fff;
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 10px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.1;
    }

    .process-box p {
        color: #dedede;
    }
	
.icono-redes {
    width: 50px;
    height: 50px;
	float: left;
    margin-right: 20px;
}

.row-text-red {
    padding-top: 7px;
    font-size: 22px;
}

a.texto-redes {
    color: black!important;
}

.row-red {
    padding: 10px 0px;
}
.row {
    margin: 0px!important;
	width: 100%;
}

.it-procees-icon {
    top: 2px;
    vertical-align: text-bottom;
    position: relative;
}

    .it-procees-icon svg {
        fill: #BDAB85;
    }

    .it-procees-icon svg {
        height: 9px;
        width: 6px;
    }

body .procees-btn:before, body .procees-btn:hover:before, body .procees-btn svg, body .procees-btn:hover svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.land-blog-read-more:hover:before, body .procees-btn:hover:before {
    width: 85%;
}

@keyframes progress {
    0% {
        width: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.skill-per .tooltip {
    position: absolute;
    right: -14px;
    top: -28px;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    background: #BB1A14;
    z-index: 1;
    opacity: 1;
}

.tooltip::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: 10px;
    width: 10px;
    z-index: -1;
    background-color: #BB1A14;
    transform: translateX(-50%) rotate(45deg);
}

/*Page corporativo*/
.content-corp-category {
    margin: auto auto 80px;
    position: relative;
    height: 850px;
    width: 95%;
}

.item-corp-category {
    height: 400px;
    width: 560px;
    margin: auto;
}

    .item-corp-category img {
        height: 350px;
        width: 560px;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
        border-radius: 25px;
    }

.item-button-corp-category {
    height: 65px;
    width: fit-content;
    border-radius: 19px;
    top: -41px;
    position: relative;
    color: #FFFFFF;
    font-family: Carnas;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
    text-align: center;
    padding: 14px 20px;
    z-index: 2;
    cursor: pointer;
}

    .item-button-corp-category[aria-expanded="true"] {
        top: -300px;
    }

.item-content-corp-category {
    position: relative;
    top: -335px;
    color: #FFFFFF;
    font-family: Carnas;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 25px;
    padding: 40px 25px 12px;
    height: 270px;
    border-radius: 25px;
}

a.link-interno-corporativo {
    color: #FFFFFF !important;
    font-family: Carnas;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 45px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.category0 a.link-interno-corporativo {
    background: #002151;
}

.category1 a.link-interno-corporativo {
    background: #178AAF;
}

.category2 a.link-interno-corporativo {
    background: #5D4083;
}

.category3 a.link-interno-corporativo {
    background: #B2B2B2;
}

.category3 .item-content-corp-category {
    color: #222222 !important;
}

.item-button-corp-category[aria-expanded="true"]:after {
    color: white;
    font-weight: bold;
    float: right;
    margin: 0px 15px 0px 25px;
    content: "\f103";
    font-family: FontAwesome;
    font-size: larger;
}

.item-button-corp-category[aria-expanded="false"]:after {
    color: white;
    font-weight: bold;
    float: right;
    margin: 0px 15px 0px 25px;
    content: "\f102";
    font-family: FontAwesome;
    font-size: larger;
}

.category0 .item-button-corp-category {
    background-color: #003075;
}

.category0 .item-content-corp-category {
    background-color: #003075;
}

.category1 .item-button-corp-category {
    background-color: #21C6FC;
}

.category1 .item-content-corp-category {
    background-color: #21C6FC;
}

.category2 .item-button-corp-category {
    background-color: #865DBD;
}

.category2 .item-content-corp-category {
    background-color: #865DBD;
}

.category3 .item-button-corp-category {
    background-color: #FFFFFF;
    color: #242424;
}

.category3 .item-content-corp-category {
    background-color: #FFFFFF;
}

.category3 .item-button-corp-category[aria-expanded="true"]:after {
    color: #003075;
}

.category3 .item-button-corp-category[aria-expanded="false"]:after {
    color: #003075;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.01s;
    transition-duration: 0.01s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.item-rectangle-category {
    height: 20px;
    width: 135px;
    border-radius: 10px;
    top: 10px;
    position: relative;
    left: 390px;
}

.category0 .item-rectangle-category {
    background-color: #003075;
}

.category1 .item-rectangle-category {
    background-color: #21C6FC;
}

.category2 .item-rectangle-category {
    background-color: #865DBD;
}

.category3 .item-rectangle-category {
    background-color: #1E1E1E;
}

/* Footer */
.container-svg {
    position: relative;
    top: -20px;
    height: 0px;
}

.map-footer {
    position: relative;
    left: -158px;
    height: 569px;
}

.footer-padding {
    padding: 32px 0px 0px 32px;
}

.pre-footer {
    background-color: #090d00;
    height: auto;
    padding-bottom: 50px;
}

    .pre-footer ul {
        margin: 0px;
        padding: 0px;
    }

    .pre-footer li {
        list-style: none;
        color: #FFFFFF;
        font-family: Carnas;
        padding: 5px 0px;
    }

        .pre-footer li a {
            height: 150px;
            opacity: 0.85;
            color: #FFFFFF;
            font-family: Carnas;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 15px;
            font-weight: initial;
        }

    .pre-footer .group-header {
        margin: 10px 0px;
    }

        .pre-footer .group-header a {
            text-transform: uppercase;
            color: #FFFFFF;
            font-family: Carnas;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 22px;
        }

    .pre-footer .group-separator {
        margin-top: 20px;
    }

    .pre-footer h2 {
        color: #ffffff;
        font-size: 20px;
        background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_5181" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="109" height="12" viewBox="0 0 265.446 20.994" enable-background="new 0 0 265.446 20.994" xml:space="preserve" preserveAspectRatio="xMidYMid"><path fill-rule="evenodd" clip-rule="evenodd" fill="%23BF2826" d="M265.446,15.766c0.004,0.053-0.166-0.06-0.166-0.06 S265.444,15.714,265.446,15.766L265.446,15.766z M172.844,6.915c0.004,0.059-0.238-0.09-0.168-0.093S172.84,6.857,172.844,6.915 L172.844,6.915z M0.329,7.464c0.056,0.082-0.382,0.127-0.323,0.047C0.065,7.431,0.273,7.382,0.329,7.464L0.329,7.464z M0.817,14.578 c-0.032,0.062-0.243-0.099-0.169-0.126C0.72,14.425,0.849,14.52,0.817,14.578L0.817,14.578z M1.151,17.567 c0.008,0.136-0.274,0.169-0.439,0.149c-0.063-0.009-0.184-0.01-0.166-0.061c0.052-0.149,0.359-0.2,0.522-0.119 C1.095,17.55,1.15,17.54,1.151,17.567L1.151,17.567z M1.634,17.482c0.004,0.07-0.28,0.041-0.245-0.025 C1.423,17.393,1.63,17.411,1.634,17.482L1.634,17.482z M1.654,17.813c-0.062,0.057-0.224-0.097-0.172-0.159 C1.533,17.593,1.714,17.76,1.654,17.813L1.654,17.813z M1.713,16.012c0.007,0.116-0.462,0.156-0.404,0.049 S1.707,15.896,1.713,16.012L1.713,16.012z M1.705,13.011c0.004,0.071-0.329,0.013-0.244,0.01 C1.546,13.019,1.701,12.942,1.705,13.011L1.705,13.011z M1.913,13.805c0.005,0.083-0.144,0.105-0.236,0.142 C1.59,13.98,1.53,14.033,1.438,14.056c-0.069,0.016-0.132-0.025-0.205-0.025c-0.101-0.002-0.354,0.038-0.286-0.021 c0.107-0.099,0.246-0.141,0.396-0.184c0.09-0.025,0.145-0.094,0.238-0.108c0.063-0.01,0.104,0.051,0.166,0.059 C1.806,13.785,1.91,13.757,1.913,13.805L1.913,13.805z M2.069,16.531c0.047,0.035-0.223,0.075-0.159,0.074 C1.974,16.602,2.021,16.496,2.069,16.531L2.069,16.531z M2.017,14.199c0.008,0.141-0.185,0.215-0.309,0.313 c-0.248,0.195-1.107,0.395-0.969,0.138c0.031-0.059,0.135-0.043,0.199-0.074c0.236-0.123,0.537-0.061,0.763-0.196 C1.81,14.313,2.011,14.09,2.017,14.199L2.017,14.199z M2.58,16.912c0.004,0.078-0.334-0.053-0.25-0.091 C2.413,16.783,2.575,16.834,2.58,16.912L2.58,16.912z M2.39,12.187c0.006,0.102-0.46-0.118-0.332-0.121 C2.185,12.06,2.384,12.081,2.39,12.187L2.39,12.187z M2.466,13.517c-0.02,0.069-0.238,0.113-0.242,0.042 c-0.004-0.074,0.236-0.148,0.24-0.076C2.465,13.494,2.47,13.506,2.466,13.517L2.466,13.517z M2.371,8.986 C2.375,9.07,2.021,8.999,2.082,8.93C2.142,8.861,2.365,8.901,2.371,8.986L2.371,8.986z M2.832,15.636 c-0.036,0.066-0.243,0.016-0.247-0.058c-0.005-0.07,0.185-0.097,0.241-0.041C2.855,15.562,2.849,15.604,2.832,15.636L2.832,15.636z M2.718,12.239c0.004,0.053-0.217-0.029-0.165-0.06C2.604,12.147,2.716,12.188,2.718,12.239L2.718,12.239z M2.75,12.771 c0.006,0.096-0.432-0.006-0.329-0.055C2.523,12.671,2.744,12.676,2.75,12.771L2.75,12.771z M3.041,16.427 c0.004,0.07-0.313,0.053-0.244,0.01C2.865,16.396,3.037,16.358,3.041,16.427L3.041,16.427z M2.729,9.572 C2.66,9.701,2.475,9.414,2.349,9.32c-0.081-0.06-0.32-0.003-0.291-0.09c0.051-0.146,0.416-0.176,0.526-0.053 c0.06,0.065,0.042,0.149,0.054,0.231C2.648,9.471,2.76,9.516,2.729,9.572L2.729,9.572z M2.936,11.765 c-0.046,0.063-0.319-0.014-0.247-0.056C2.761,11.663,2.982,11.701,2.936,11.765L2.936,11.765z M2.777,7.57 c-0.094,0.105-0.332-0.123-0.34-0.254C2.435,7.269,2.443,7.224,2.47,7.182C2.521,7.104,2.697,6.994,2.75,7.072 C2.853,7.224,2.903,7.429,2.777,7.57L2.777,7.57z M3.16,12.822c0.006,0.1-0.376-0.186-0.256-0.189 C3.025,12.628,3.154,12.724,3.16,12.822L3.16,12.822z M3.324,15.684c0.006,0.124-0.249,0.173-0.399,0.148 c-0.05-0.008-0.122-0.065-0.087-0.098c0.073-0.065,0.172-0.091,0.279-0.11C3.191,15.611,3.32,15.62,3.324,15.684L3.324,15.684z M3.799,15.464c0.005,0.097-0.411,0.142-0.321,0.08C3.568,15.481,3.793,15.369,3.799,15.464L3.799,15.464z M3.915,16.061 c-0.022,0.055-0.208-0.046-0.167-0.095C3.787,15.918,3.938,16.005,3.915,16.061L3.915,16.061z M3.933,16.394 c-0.072,0.1-0.502,0.103-0.406,0.017C3.623,16.323,4.007,16.294,3.933,16.394L3.933,16.394z M4.076,17.456 c-0.086,0.095-0.258,0.089-0.402,0.081c-0.043-0.003-0.139,0.037-0.122,0.005c0.079-0.146,0.513-0.312,0.521-0.153 C4.074,17.411,4.093,17.436,4.076,17.456L4.076,17.456z M4.232,11.648c0.003,0.047-0.123-0.029-0.162,0.005 C4.031,11.688,4.23,11.601,4.232,11.648L4.232,11.648z M5.066,17.685c0.004,0.073-0.337-0.055-0.248-0.058 C4.908,17.623,5.062,17.608,5.066,17.685L5.066,17.685z M5.505,19.667c0.003,0.052-0.166-0.06-0.166-0.06S5.502,19.614,5.505,19.667 L5.505,19.667z M6.013,5.78c0.004,0.051-0.166-0.063-0.166-0.063S6.011,5.728,6.013,5.78L6.013,5.78z M6.501,5.761 c0.004,0.07-0.16-0.027-0.246-0.024C6.195,5.74,6.087,5.679,6.128,5.642C6.222,5.557,6.495,5.646,6.501,5.761L6.501,5.761z M18.269,19.311c0.006,0.093-0.401,0.081-0.324,0.013C18.021,19.254,18.263,19.218,18.269,19.311L18.269,19.311z M19.728,19.188 c-0.104,0.191-0.478-0.001-0.731,0.029c-0.183,0.022-0.677,0.11-0.528,0.019c0.289-0.173,0.652-0.159,1.01-0.138 C19.574,19.103,19.767,19.117,19.728,19.188L19.728,19.188z M19.82,3.717c0.003,0.051-0.166-0.062-0.166-0.062 S19.817,3.664,19.82,3.717L19.82,3.717z M24.339,3.01c0.003,0.051-0.166-0.061-0.166-0.061S24.337,2.957,24.339,3.01L24.339,3.01z M25.226,18.512c0.01,0.162-0.368,0.038-0.566,0.054c-1.025,0.081-1.887,0.264-2.912,0.345c-0.156,0.013-0.292-0.001-0.447,0.019 c-0.465,0.056-1.75,0.238-1.34,0.051c0.36-0.166,0.765-0.062,1.174-0.111c1.16-0.142,2.155-0.255,3.316-0.394 c0.141-0.018,0.264-0.022,0.406-0.016C24.988,18.463,25.22,18.402,25.226,18.512L25.226,18.512z M27.431,18.626 c0.004,0.075-0.289-0.089-0.211-0.125C27.3,18.465,27.427,18.551,27.431,18.626L27.431,18.626z M28.082,18.601 c0.004,0.078-0.332-0.051-0.25-0.089C27.916,18.473,28.078,18.524,28.082,18.601L28.082,18.601z M28.728,18.51 c0.008,0.143-0.643,0.021-0.492-0.049C28.388,18.393,28.72,18.367,28.728,18.51L28.728,18.51z M29.292,18.422 c0.004,0.07-0.313,0.051-0.244,0.01C29.117,18.39,29.289,18.352,29.292,18.422L29.292,18.422z M30.267,18.383 c0.01,0.154-0.695,0.029-0.531-0.046C29.9,18.264,30.259,18.231,30.267,18.383L30.267,18.383z M31.076,18.286 c0.008,0.119-0.506,0.036-0.408-0.05C30.765,18.146,31.07,18.168,31.076,18.286L31.076,18.286z M32.21,18.175 c0.002,0.054-0.166-0.059-0.166-0.059S32.207,18.124,32.21,18.175L32.21,18.175z M48.843,1.47c-0.068,0.063-0.354-0.12-0.252-0.123 C48.695,1.342,48.912,1.407,48.843,1.47L48.843,1.47z M50.32,1.68c0.008,0.13-0.563-0.104-0.414-0.151 C50.054,1.482,50.314,1.55,50.32,1.68L50.32,1.68z M55.671,1.275c0.008,0.135-0.617-0.089-0.453-0.116 C55.38,1.131,55.664,1.139,55.671,1.275L55.671,1.275z M57.789,1.26c0.008,0.158-0.705-0.035-0.537-0.113 c0.051-0.022,0.105-0.008,0.164-0.006C57.554,1.145,57.783,1.145,57.789,1.26L57.789,1.26z M61.138,1.464 c0.004,0.077-0.289-0.087-0.211-0.124C61.007,1.304,61.134,1.39,61.138,1.464L61.138,1.464z M62.361,1.484 c0.01,0.151-0.344,0.043-0.527,0.021c-0.051-0.007-0.17-0.042-0.127-0.063C61.908,1.352,62.351,1.297,62.361,1.484L62.361,1.484z M62.767,1.47c0.004,0.073-0.338-0.054-0.248-0.058C62.609,1.409,62.763,1.396,62.767,1.47L62.767,1.47z M68.939,1.166 c0.006,0.096-0.408,0.018-0.33-0.055C68.689,1.04,68.933,1.07,68.939,1.166L68.939,1.166z M69.283,1.486 c0.006,0.094-0.381-0.063-0.293-0.122C69.08,1.305,69.277,1.392,69.283,1.486L69.283,1.486z M69.599,1.34 c-0.039,0.035-0.105-0.018-0.164-0.026c-0.119-0.021-0.258-0.06-0.293-0.155c-0.01-0.026-0.076-0.064-0.045-0.066 c0.191-0.006,0.406,0.045,0.5,0.184C69.611,1.293,69.619,1.324,69.599,1.34L69.599,1.34z M69.773,1.533 c-0.039,0.035-0.105-0.028-0.164-0.026c-0.039,0.002-0.125-0.063-0.084-0.063C69.621,1.439,69.837,1.476,69.773,1.533L69.773,1.533z M70.343,1.511c-0.037,0.052-0.24-0.089-0.168-0.093C70.246,1.416,70.378,1.462,70.343,1.511L70.343,1.511z M70.896,1.224 c-0.078,0.071-0.213-0.037-0.328-0.053c-0.063-0.01-0.223-0.036-0.166-0.062C70.558,1.039,71.017,1.115,70.896,1.224L70.896,1.224z M71.972,1.516c0.006,0.119-0.537,0.007-0.41-0.052C71.689,1.407,71.964,1.397,71.972,1.516L71.972,1.516z M72.441,1.165 c0.002,0.052-0.102,0.05-0.16,0.072c-0.15,0.056-0.617-0.088-0.453-0.117c0.125-0.021,0.238,0.011,0.367,0.021 C72.281,1.148,72.435,1.094,72.441,1.165L72.441,1.165z M81.811,1.271c0.008,0.16-0.717-0.055-0.537-0.112 c0.121-0.039,0.254-0.029,0.369,0.02C81.706,1.206,81.807,1.213,81.811,1.271L81.811,1.271z M82.542,1.244 c0.004,0.07-0.303,0.029-0.246-0.023C82.354,1.167,82.538,1.174,82.542,1.244L82.542,1.244z M84.028,1.587 c0.002,0.052-0.168-0.06-0.168-0.06S84.024,1.535,84.028,1.587L84.028,1.587z M84.092,1.317c0.006,0.107-0.23,0.076-0.361,0.08 c-0.051,0.003-0.074-0.054-0.125-0.06c-0.039-0.006,0.113-0.058,0.076-0.071c-0.145-0.054-0.514,0.071-0.449-0.048 c0.023-0.043,0.107,0.004,0.162-0.008C83.635,1.163,84.081,1.115,84.092,1.317L84.092,1.317z M85.803,1.319 c0.008,0.125-0.566-0.111-0.414-0.117C85.542,1.197,85.795,1.193,85.803,1.319L85.803,1.319z M85.899,1.581 c0.004,0.054-0.166-0.059-0.166-0.059S85.897,1.53,85.899,1.581L85.899,1.581z M86.288,1.234c0.006,0.104-0.4,0.114-0.367,0.013 C85.956,1.146,86.28,1.13,86.288,1.234L86.288,1.234z M86.778,1.282c0.004,0.077-0.344-0.087-0.25-0.091 C86.624,1.188,86.774,1.204,86.778,1.282L86.778,1.282z M90.604,1.269c0.004,0.053-0.166-0.061-0.166-0.061 S90.602,1.217,90.604,1.269L90.604,1.269z M91.358,1.639c0.01,0.147-0.652-0.041-0.494-0.113c0.154-0.07,0.363-0.016,0.492,0.08 C91.368,1.613,91.358,1.628,91.358,1.639L91.358,1.639z M92.729,1.386c-0.023,0.067-0.268,0.077-0.244,0.011 c0.023-0.069,0.238-0.114,0.242-0.042C92.727,1.366,92.733,1.375,92.729,1.386L92.729,1.386z M93.211,1.303 c0.004,0.052-0.166-0.062-0.166-0.062S93.209,1.249,93.211,1.303L93.211,1.303z M93.866,1.344c-0.068,0.124-0.6-0.051-0.455-0.116 C93.557,1.161,93.934,1.219,93.866,1.344L93.866,1.344z M96.311,1.384c0.008,0.125-0.561-0.081-0.414-0.119 C96.043,1.229,96.303,1.257,96.311,1.384L96.311,1.384z M97.448,1.338c0.074,0.157-0.711,0.046-0.574-0.076 c0.105-0.096,0.303-0.03,0.449,0.016C97.37,1.291,97.43,1.301,97.448,1.338L97.448,1.338z M99.135,2.341 c0.002,0.054-0.166-0.06-0.166-0.06S99.131,2.291,99.135,2.341L99.135,2.341z M99.866,2.314C99.868,2.365,99.7,2.254,99.7,2.254 S99.862,2.261,99.866,2.314L99.866,2.314z M101.075,9.202c-0.029,0.053-0.232,0.061-0.205,0.008 c0.029-0.054,0.199-0.101,0.203-0.042C101.073,9.179,101.081,9.19,101.075,9.202L101.075,9.202z M100.762,2.347 c0.006,0.07-0.303,0.027-0.244-0.024C100.575,2.269,100.758,2.274,100.762,2.347L100.762,2.347z M101.518,2.717 c-0.039,0.112-0.266,0.076-0.404,0.048c-0.09-0.016-0.256-0.128-0.172-0.16c0.09-0.033,0.186-0.017,0.283-0.011 C101.34,2.604,101.549,2.625,101.518,2.717L101.518,2.717z M102.12,8.961c0.002,0.053-0.098,0.058-0.16,0.073 c-0.041,0.009-0.143,0.033-0.121,0.005C101.891,8.965,102.114,8.876,102.12,8.961L102.12,8.961z M109.516,1.61 c0.004,0.093-0.428,0.024-0.328-0.021C109.288,1.543,109.51,1.516,109.516,1.61L109.516,1.61z M110.153,11.318 c0.002,0.054-0.166-0.058-0.166-0.058S110.149,11.269,110.153,11.318L110.153,11.318z M110.235,1.383 c0.004,0.052-0.166-0.061-0.166-0.061S110.233,1.33,110.235,1.383L110.235,1.383z M119.344,6.901 c0.004,0.069-0.313,0.051-0.242,0.009C119.17,6.868,119.34,6.83,119.344,6.901L119.344,6.901z M119.754,6.952 c0.004,0.058-0.238-0.092-0.168-0.095C119.659,6.854,119.752,6.892,119.754,6.952L119.754,6.952z M120.977,6.971 c-0.057,0.107-0.277,0.03-0.408-0.017c-0.047-0.018-0.121-0.065-0.086-0.097c0.037-0.035,0.107-0.049,0.182-0.049 c-0.102-0.024-0.168-0.06-0.107-0.09c0.15-0.067,0.482-0.092,0.49,0.049c0.004,0.057-0.092,0.07-0.203,0.066 C120.942,6.862,121.01,6.912,120.977,6.971L120.977,6.971z M120.758,1.713c0.01,0.174-0.396,0.022-0.609,0.022 c-0.154,0-0.518-0.023-0.414-0.116c0.154-0.141,0.428,0.013,0.654,0.041C120.518,1.676,120.752,1.605,120.758,1.713L120.758,1.713z M121.086,6.033c0.006,0.107-0.471,0.017-0.369-0.052S121.081,5.927,121.086,6.033L121.086,6.033z M121.065,1.368 c0.002,0.041-0.074,0.05-0.119,0.069c-0.035,0.018-0.107-0.037-0.084-0.063C120.903,1.327,121.061,1.31,121.065,1.368L121.065,1.368 z M121.383,6.955c0.006,0.074-0.336-0.052-0.246-0.056C121.227,6.894,121.379,6.881,121.383,6.955L121.383,6.955z M121.954,6.935 c0.004,0.073-0.338-0.056-0.248-0.058C121.795,6.874,121.948,6.859,121.954,6.935L121.954,6.935z M122.053,5.862 c-0.053,0.051-0.25-0.122-0.168-0.126C121.965,5.733,122.108,5.814,122.053,5.862L122.053,5.862z M122.362,6.984 c-0.037,0.071-0.322-0.041-0.248-0.091C122.186,6.845,122.401,6.914,122.362,6.984L122.362,6.984z M122.368,1.384 c0.014,0.246-0.551,0.127-0.85,0.099c-0.104-0.009-0.316,0.027-0.287-0.054c0.018-0.058,0.092-0.082,0.156-0.107 c0.217-0.087,0.457-0.044,0.691,0.006C122.18,1.35,122.364,1.299,122.368,1.384L122.368,1.384z M122.786,5.835 c-0.039,0.034-0.008-0.133-0.008-0.133S122.825,5.8,122.786,5.835L122.786,5.835z M122.977,7.762 c0.004,0.069-0.313,0.021-0.246-0.025C122.799,7.692,122.973,7.69,122.977,7.762L122.977,7.762z M123.094,6.957 c0.006,0.095-0.432-0.008-0.33-0.054C122.868,6.856,123.088,6.86,123.094,6.957L123.094,6.957z M123.237,8.018 c0.002,0.052-0.166-0.06-0.166-0.06S123.233,7.966,123.237,8.018L123.237,8.018z M123.793,7.797c0.008,0.13-0.295-0.024-0.451-0.05 c-0.098-0.016-0.326,0.054-0.285-0.023c0.104-0.191,0.545-0.104,0.734,0.039C123.801,7.771,123.793,7.785,123.793,7.797 L123.793,7.797z M123.825,6.928c0.008,0.143-0.641,0.022-0.49-0.047S123.817,6.787,123.825,6.928L123.825,6.928z M123.885,7.993 c0.004,0.053-0.164-0.061-0.164-0.061S123.883,7.939,123.885,7.993L123.885,7.993z M123.858,6.062C123.86,6.111,123.69,6,123.69,6 S123.854,6.008,123.858,6.062L123.858,6.062z M124.584,17.367c0.006,0.097-0.43-0.008-0.328-0.055 C124.358,17.267,124.581,17.272,124.584,17.367L124.584,17.367z M124.293,6.578c0.016,0.256-0.584,0.072-0.895,0.033 c-0.215-0.027-0.453-0.083-0.543-0.247c-0.047-0.083-0.086-0.191-0.016-0.266c0.045-0.046,0.135,0.039,0.205,0.026 c0.088-0.017,0.203-0.142,0.24-0.075c0.055,0.098-0.326,0.169-0.23,0.242c0.158,0.117,0.402-0.068,0.609-0.022 c0.07,0.014,0.186-0.033,0.205,0.024c0.029,0.08-0.033,0.19,0.055,0.23C124.038,6.578,124.288,6.47,124.293,6.578L124.293,6.578z M124.426,6.039c0.002,0.053-0.166-0.061-0.166-0.061S124.422,5.985,124.426,6.039L124.426,6.039z M124.518,6.235 c0.004,0.059-0.273,0.012-0.203,0.008C124.385,6.24,124.514,6.177,124.518,6.235L124.518,6.235z M124.323,1.375 c0.002,0.054-0.168-0.061-0.168-0.061S124.319,1.324,124.323,1.375L124.323,1.375z M125.178,7.812 c0.01,0.149-0.346,0.041-0.527,0.018c-0.051-0.006-0.17-0.041-0.127-0.061C124.725,7.676,125.168,7.622,125.178,7.812L125.178,7.812 z M125.209,6.942c0.01,0.139-0.33,0.075-0.486,0.019c-0.094-0.035-0.189-0.195-0.094-0.229c0.121-0.045,0.213,0.105,0.334,0.153 C125.043,6.917,125.206,6.868,125.209,6.942L125.209,6.942z M125.971,17.38c0.002,0.06-0.24-0.091-0.17-0.093 C125.874,17.285,125.967,17.323,125.971,17.38L125.971,17.38z M125.958,1.513c-0.074,0.085-0.418-0.043-0.332-0.119 c0.059-0.054,0.162-0.072,0.242-0.044C125.938,1.375,126.004,1.462,125.958,1.513L125.958,1.513z M126.428,6.896 c0.004,0.052-0.166-0.061-0.166-0.061S126.426,6.844,126.428,6.896L126.428,6.896z M126.737,8.018 c0.004,0.073-0.336-0.056-0.246-0.058C126.581,7.956,126.733,7.943,126.737,8.018L126.737,8.018z M126.786,1.748 c0.004,0.053-0.166-0.062-0.166-0.062S126.784,1.695,126.786,1.748L126.786,1.748z M127.165,6.935 c0.006,0.121-0.527-0.009-0.412-0.085C126.868,6.772,127.157,6.813,127.165,6.935L127.165,6.935z M127.489,6.922 c0.004,0.07-0.279,0.041-0.246-0.024C127.278,6.832,127.485,6.852,127.489,6.922L127.489,6.922z M127.838,1.641 c0.004,0.06-0.094,0.078-0.156,0.105c-0.189,0.088-0.775,0.046-0.615-0.076C127.266,1.521,127.827,1.42,127.838,1.641L127.838,1.641 z M129.118,6.926c0.004,0.069-0.17,0.044-0.244,0.009c-0.076-0.033-0.057-0.21,0.029-0.2c0.08,0.008,0.145,0.063,0.17,0.126 C129.084,6.885,129.116,6.899,129.118,6.926L129.118,6.926z M130.821,6.794c0.002,0.052-0.166-0.062-0.166-0.062 S130.817,6.741,130.821,6.794L130.821,6.794z M131.002,1.452c0.006,0.094-0.213-0.01-0.326-0.021c-0.094-0.01-0.332-0.051-0.25-0.09 C130.608,1.259,130.995,1.282,131.002,1.452L131.002,1.452z M131.428,1.771c0.01,0.161-0.633-0.095-0.5-0.215 c0.09-0.08,0.229,0.087,0.334,0.154C131.313,1.741,131.426,1.717,131.428,1.771L131.428,1.771z M133.51,6.824 c0.002,0.053-0.168-0.061-0.168-0.061S133.506,6.771,133.51,6.824L133.51,6.824z M135.663,17.409 c0.002,0.053-0.166-0.061-0.166-0.061S135.659,17.356,135.663,17.409L135.663,17.409z M134.915,1.503 c0.006,0.084-0.34-0.167-0.252-0.124S134.911,1.418,134.915,1.503L134.915,1.503z M136.807,17.498 c-0.029,0.053-0.227-0.059-0.168-0.093C136.696,17.371,136.836,17.444,136.807,17.498L136.807,17.498z M139.356,9.4 c-0.053,0.048-0.25-0.123-0.17-0.129C139.266,9.271,139.411,9.351,139.356,9.4L139.356,9.4z M139.159,1.673 c0.016,0.281-0.629,0.091-0.971,0.104c-0.115,0.005-0.223,0.018-0.326-0.021c-0.059-0.021-0.145-0.012-0.168-0.061 c-0.021-0.048,0.133-0.114,0.074-0.135c-0.17-0.063-0.621-0.036-0.496-0.148c0.086-0.076,0.236-0.019,0.365-0.015 c0.131,0.007,0.238,0.064,0.369,0.053c0.355-0.028,1.307-0.146,1.02,0.027c-0.061,0.038-0.27,0.05-0.199,0.076 C138.942,1.594,139.153,1.568,139.159,1.673L139.159,1.673z M140.799,9.012c0.004,0.052-0.166-0.061-0.166-0.061 S140.797,8.959,140.799,9.012L140.799,9.012z M141.288,17.526c-0.064,0.119-0.293-0.043-0.451-0.048 c-0.334-0.015-1.203,0.045-0.943-0.132c0.131-0.089,0.316-0.03,0.484-0.051C140.708,17.256,141.422,17.278,141.288,17.526 L141.288,17.526z M140.471,1.822c-0.08,0.09-0.439-0.083-0.336-0.152C140.239,1.6,140.549,1.733,140.471,1.822L140.471,1.822z M142.022,17.565c0.006,0.093-0.215,0.002-0.326-0.021c-0.107-0.021-0.34-0.099-0.254-0.157c0.102-0.067,0.25,0.009,0.369,0.052 C141.895,17.47,142.018,17.491,142.022,17.565L142.022,17.565z M144.077,17.888c-0.08,0.07-0.215-0.03-0.328-0.055 c-0.094-0.021-0.334-0.053-0.25-0.091C143.682,17.656,144.219,17.76,144.077,17.888L144.077,17.888z M144.516,2.802 c0.004,0.052-0.217-0.03-0.166-0.061S144.512,2.749,144.516,2.802L144.516,2.802z M145.825,2.886 c-0.07,0.062-0.193-0.023-0.289-0.057c-0.029-0.011-0.068-0.048-0.045-0.066c0.045-0.03,0.125,0.063,0.164,0.028 C145.704,2.747,145.872,2.842,145.825,2.886L145.825,2.886z M146.336,1.865c-0.063,0.114-0.559-0.073-0.414-0.117 c0.08-0.025,0.158,0.027,0.246,0.024C146.239,1.769,146.364,1.812,146.336,1.865L146.336,1.865z M147.172,7.968 c-0.037,0.066-0.252-0.125-0.172-0.162C147.081,7.771,147.209,7.898,147.172,7.968L147.172,7.968z M148.506,9.915 c-0.041,0.079-0.32-0.061-0.252-0.123C148.325,9.73,148.547,9.838,148.506,9.915L148.506,9.915z M150.012,17.726 c0.004,0.066-0.252-0.124-0.17-0.126C149.922,17.597,150.008,17.66,150.012,17.726L150.012,17.726z M151.241,17.88 c-0.059,0.079-0.211-0.026-0.326-0.022c-0.371,0.015-1.404,0.063-1.061-0.06c0.379-0.132,0.775-0.121,1.178-0.045 C151.12,17.771,151.288,17.814,151.241,17.88L151.241,17.88z M151.319,9.273c0.006,0.086-0.275,0.164-0.279,0.078 C151.034,9.268,151.315,9.19,151.319,9.273L151.319,9.273z M151.725,9.26c0.006,0.073-0.326-0.022-0.248-0.058 C151.557,9.165,151.721,9.187,151.725,9.26L151.725,9.26z M152.305,17.971c-0.039,0.072-0.154-0.093-0.25-0.09 c-0.213,0.008-0.811,0.053-0.611-0.009c0.174-0.058,0.348-0.093,0.527-0.056c0.084,0.021,0.176-0.019,0.246,0.024 C152.268,17.873,152.331,17.924,152.305,17.971L152.305,17.971z M153.477,2.857c0.002,0.046-0.125-0.028-0.162,0.007 C153.276,2.898,153.473,2.811,153.477,2.857L153.477,2.857z M154.809,1.939c0.006,0.104-0.445-0.069-0.334-0.119 C154.586,1.769,154.803,1.836,154.809,1.939L154.809,1.939z M155.34,8.386c-0.082,0.113-0.59,0.017-0.451-0.047 C155.028,8.274,155.422,8.274,155.34,8.386L155.34,8.386z M155.432,8.582c0.008,0.127-0.547-0.055-0.412-0.115 C155.153,8.406,155.426,8.458,155.432,8.582L155.432,8.582z M156.045,7.894c0.008,0.141-0.313,0.063-0.484,0.085 c-0.234,0.03-0.648,0.055-0.66-0.143c-0.006-0.116,0.266,0.019,0.408,0.019C155.567,7.855,156.032,7.684,156.045,7.894 L156.045,7.894z M156.028,1.894c-0.063,0.115-0.295-0.08-0.377-0.186c-0.018-0.022-0.07-0.049-0.045-0.065 C155.747,1.548,156.102,1.756,156.028,1.894L156.028,1.894z M156.633,2.536c0.006,0.097-0.432-0.006-0.328-0.053 C156.407,2.436,156.629,2.44,156.633,2.536L156.633,2.536z M158.182,2.545c0.002,0.051-0.166-0.062-0.166-0.062 S158.178,2.492,158.182,2.545L158.182,2.545z M159.241,2.57c0.004,0.053-0.166-0.061-0.166-0.061S159.239,2.519,159.241,2.57 L159.241,2.57z M159.481,6.762c0.004,0.078-0.344-0.087-0.25-0.091C159.327,6.667,159.477,6.684,159.481,6.762L159.481,6.762z M159.887,6.745c0.004,0.053-0.166-0.061-0.166-0.061S159.885,6.692,159.887,6.745L159.887,6.745z M160.866,6.774 c0.006,0.078-0.332-0.052-0.248-0.09C160.7,6.646,160.862,6.697,160.866,6.774L160.866,6.774z M161.764,6.807 c0.01,0.177-0.41,0.016-0.613-0.041c-0.049-0.016-0.17-0.043-0.125-0.063C161.254,6.597,161.752,6.593,161.764,6.807L161.764,6.807z M162.442,1.58c0.008,0.12-0.537,0.008-0.41-0.05C162.159,1.472,162.436,1.462,162.442,1.58L162.442,1.58z M162.825,6.834 c-0.033,0.06-0.244-0.1-0.17-0.128C162.727,6.679,162.856,6.772,162.825,6.834L162.825,6.834z M162.875,6.297 c0.002,0.059-0.24-0.091-0.168-0.093C162.778,6.202,162.872,6.24,162.875,6.297L162.875,6.297z M162.852,1.632 c0.004,0.078-0.332-0.052-0.25-0.091C162.686,1.503,162.848,1.554,162.852,1.632L162.852,1.632z M163.618,6.469 c0.006,0.098-0.205,0.09-0.322,0.079c-0.09-0.007-0.271-0.069-0.209-0.126C163.211,6.31,163.608,6.316,163.618,6.469L163.618,6.469z M163.813,8.462c-0.057,0.063-0.275-0.015-0.25-0.09c0.023-0.068,0.242-0.046,0.246,0.024 C163.811,8.419,163.831,8.443,163.813,8.462L163.813,8.462z M164.028,6.521c0.004,0.059-0.24-0.092-0.168-0.093 C163.93,6.424,164.024,6.463,164.028,6.521L164.028,6.521z M164.616,6.832c-0.047,0.062-0.32-0.015-0.248-0.058 S164.661,6.768,164.616,6.832L164.616,6.832z M164.733,6.026c0.004,0.072-0.326-0.021-0.248-0.057S164.727,5.953,164.733,6.026 L164.733,6.026z M164.85,8.089c0.01,0.188-0.424-0.009-0.652-0.009c-0.135-0.001-0.475-0.016-0.371-0.085 c0.232-0.157,0.572-0.047,0.857,0.033C164.745,8.046,164.846,8.036,164.85,8.089L164.85,8.089z M165.202,8.542 c0.006,0.117-0.451-0.118-0.336-0.188S165.196,8.426,165.202,8.542L165.202,8.542z M165.508,8.198 c0.008,0.133-0.572-0.136-0.418-0.186C165.245,7.964,165.5,8.063,165.508,8.198L165.508,8.198z M165.643,9.125 c0.002,0.053-0.166-0.06-0.166-0.06S165.639,9.074,165.643,9.125L165.643,9.125z M165.752,6.787c0.008,0.143-0.643,0.023-0.49-0.048 C165.413,6.671,165.745,6.646,165.752,6.787L165.752,6.787z M166.266,7.234c0.006,0.105-0.236,0.015-0.365,0.015 c-0.197-0.001-0.711-0.067-0.537-0.147c0.211-0.097,0.459-0.046,0.691,0.008C166.143,7.129,166.262,7.159,166.266,7.234 L166.266,7.234z M166.407,6.828c0.004,0.075-0.338-0.052-0.248-0.056C166.249,6.768,166.403,6.755,166.407,6.828L166.407,6.828z M166.672,7.22c0.006,0.073-0.336-0.055-0.246-0.059S166.668,7.145,166.672,7.22L166.672,7.22z M167.004,1.605 c0.004,0.074-0.338-0.054-0.248-0.058S166.999,1.532,167.004,1.605L167.004,1.605z M167.586,6.117 c-0.049,0.117-0.426-0.12-0.338-0.221c0.061-0.067,0.223-0.041,0.287,0.022C167.59,5.973,167.616,6.05,167.586,6.117L167.586,6.117z M168.288,18.358c-0.029,0.054-0.225-0.059-0.168-0.095C168.176,18.229,168.317,18.305,168.288,18.358L168.288,18.358z M167.729,7.179c-0.064,0.119-0.283,0.083-0.443,0.083c-0.139,0-0.467-0.033-0.373-0.118c0.088-0.079,0.238-0.004,0.365-0.015 C167.438,7.116,167.793,7.06,167.729,7.179L167.729,7.179z M168.032,6.766c0.004,0.063-0.129,0.054-0.199,0.076 c-0.107,0.032-0.213,0.002-0.326,0.011c-0.199,0.018-0.721,0.067-0.572-0.042c0.158-0.121,0.391-0.092,0.605-0.092 C167.713,6.719,168.024,6.626,168.032,6.766L168.032,6.766z M167.999,1.9c0.004,0.094-0.221,0.051-0.326,0.014 c-0.074-0.027,0.076-0.151,0.154-0.139C167.907,1.785,167.995,1.836,167.999,1.9L167.999,1.9z M168.469,1.617 c0.004,0.051-0.166-0.062-0.166-0.062S168.467,1.564,168.469,1.617L168.469,1.617z M168.694,2.674 c0.004,0.071-0.313,0.021-0.246-0.023C168.514,2.604,168.69,2.604,168.694,2.674L168.694,2.674z M168.915,6.533 c-0.029,0.053-0.227-0.06-0.168-0.093C168.803,6.405,168.942,6.48,168.915,6.533L168.915,6.533z M168.983,6.329 c0.004,0.054-0.164-0.06-0.164-0.06S168.981,6.279,168.983,6.329L168.983,6.329z M168.956,2.996 c-0.076,0.106-0.551-0.039-0.412-0.082C168.682,2.869,169.034,2.893,168.956,2.996L168.956,2.996z M169.696,3.103 c-0.096,0.085-0.262-0.05-0.373-0.119c-0.035-0.02-0.121,0.041-0.123,0.006c-0.008-0.145,0.564-0.052,0.494,0.082 C169.686,3.08,169.704,3.095,169.696,3.103L169.696,3.103z M169.993,6.891c-0.063,0.115-0.492-0.01-0.414-0.116 c0.078-0.104,0.453-0.033,0.412,0.085C169.987,6.87,169.999,6.881,169.993,6.891L169.993,6.891z M170.247,8.482 c0.006,0.093-0.213-0.002-0.324,0.013c-0.205,0.025-0.744-0.011-0.576-0.112c0.24-0.146,0.607-0.104,0.855,0.034 C170.229,8.432,170.245,8.456,170.247,8.482L170.247,8.482z M169.936,1.626c0.006,0.097-0.432-0.006-0.328-0.054 C169.709,1.525,169.93,1.53,169.936,1.626L169.936,1.626z M169.944,1.76c0.004,0.052-0.166-0.06-0.166-0.06 S169.942,1.708,169.944,1.76L169.944,1.76z M169.993,2.625c0.004,0.053-0.166-0.062-0.166-0.062S169.991,2.571,169.993,2.625 L169.993,2.625z M170.118,1.952c-0.023,0.055-0.207-0.044-0.168-0.093C169.991,1.812,170.141,1.898,170.118,1.952L170.118,1.952z M171.278,6.576c0.01,0.158-0.334,0.107-0.52,0.152c-0.08,0.021-0.117,0.091-0.199,0.108c-0.141,0.028-0.363,0.061-0.41-0.052 c-0.023-0.059,0.129-0.126,0.072-0.17c-0.287-0.213-0.873,0.166-1.104-0.091c-0.063-0.069,0.18-0.057,0.279-0.076 c0.57-0.11,1.137-0.126,1.674,0.068C171.141,6.543,171.274,6.514,171.278,6.576L171.278,6.576z M171.456,6.835 c0.004,0.054-0.166-0.059-0.166-0.059S171.452,6.784,171.456,6.835L171.456,6.835z M171.495,6.101 c0.008,0.118-0.281,0.004-0.41-0.051c-0.035-0.015-0.121-0.048-0.084-0.064C171.157,5.913,171.487,5.953,171.495,6.101 L171.495,6.101z M172.292,18.606c0.004,0.069-0.281,0.039-0.246-0.025C172.081,18.516,172.288,18.533,172.292,18.606L172.292,18.606 z M171.934,8.084c0.002,0.051-0.166-0.061-0.166-0.061S171.932,8.031,171.934,8.084L171.934,8.084z M171.932,6.617 c-0.119,0.135-0.689-0.067-0.541-0.179c0.117-0.088,0.314-0.051,0.449,0.016C171.907,6.486,171.977,6.566,171.932,6.617 L171.932,6.617z M171.788,2.688c0.006,0.104-0.453-0.09-0.332-0.12C171.579,2.538,171.782,2.585,171.788,2.688L171.788,2.688z M172.698,18.59c0.004,0.053-0.166-0.062-0.166-0.062S172.696,18.537,172.698,18.59L172.698,18.59z M172.432,8.265 c0.006,0.074-0.336-0.053-0.246-0.058C172.276,8.204,172.428,8.19,172.432,8.265L172.432,8.265z M172.235,1.938 c0.006,0.104-0.42-0.042-0.334-0.119c0.082-0.074,0.242,0.021,0.332,0.086C172.243,1.912,172.233,1.927,172.235,1.938L172.235,1.938 z M172.583,6.593c-0.076,0.139-0.641-0.052-0.498-0.148C172.227,6.35,172.657,6.453,172.583,6.593L172.583,6.593z M172.543,1.66 c0.004,0.073-0.336-0.053-0.248-0.058C172.385,1.6,172.54,1.587,172.543,1.66L172.543,1.66z M265.18,15.377 c-0.094,0.171-0.424,0.001-0.652-0.01c-0.682-0.028-1.27,0.017-1.951,0.042c-0.23,0.009-0.422,0.06-0.646,0.093 c-0.1,0.013-0.186,0.001-0.285,0.009c-0.061,0.006-0.068-0.091-0.127-0.094c-0.209-0.014-0.316,0.194-0.516,0.252 c-0.195,0.058-0.76,0.109-0.561,0.155c0.156,0.035,0.393-0.042,0.451,0.083c0.037,0.079-0.211,0.137-0.15,0.205 c0.096,0.106,0.604,0.036,0.453,0.083c-0.625,0.196-1.26-0.059-1.91,0.073c-0.264,0.053-0.498,0.131-0.768,0.097 c-1.029-0.128-1.93,0.061-2.971,0.047c-0.057,0-0.105,0.012-0.162,0.006c-0.141-0.017-0.264,0.027-0.406,0.016 c-0.051-0.003-0.023,0.101-0.074,0.103c-0.172,0.007-0.307-0.217-0.457-0.149c-0.117,0.055-0.205,0.231-0.105,0.305 c0.096,0.071,0.24,0.035,0.369,0.02c0.83-0.102,1.563-0.026,2.395-0.125c0.072-0.011,0.133,0.021,0.205,0.025 c1.137,0.05,2.115-0.015,3.254-0.06c0.684-0.024,1.277-0.091,1.953-0.008c0.051,0.006,0.172,0.042,0.127,0.063 c-0.227,0.104-0.977,0.07-0.727,0.127c0.303,0.069,1.109-0.158,0.898,0.033c-0.27,0.241-0.738,0.06-1.137,0.076 c-2.9,0.11-5.402-0.011-8.293,0.218c-0.172,0.015-0.443-0.053-0.482,0.087c-0.018,0.058,0.041,0.164-0.031,0.167 c-0.102,0.004-0.254-0.084-0.213-0.16c0.025-0.048,0.205-0.036,0.158-0.071c-0.295-0.22-0.74-0.005-1.139,0.011 c-0.557,0.021-2.131,0.059-1.582,0.126c0.605,0.076,1.162-0.135,1.752,0c0.061,0.013,0.209,0.021,0.166,0.06 c-0.23,0.208-0.631,0.059-0.973,0.071c-0.598,0.023-1.113-0.015-1.709,0.033c-0.58,0.045-1.104,0.192-1.666,0.063 c-0.068-0.016-0.182-0.09-0.129-0.129c0.252-0.189,0.635-0.009,0.975-0.037c0.398-0.032,1.514-0.009,1.135-0.11 c-0.367-0.096-0.717-0.038-1.102-0.023c-0.557,0.021-2.088,0.007-1.576,0.193c0.111,0.039,0.393,0.001,0.33,0.088 c-0.066,0.089-0.236,0.037-0.363,0.046c-0.34,0.027-0.633,0.04-0.975,0.037c-0.086,0-0.16,0.006-0.244,0.01 c-0.412,0.016-0.766,0.029-1.178,0.046c-0.178,0.007-0.322-0.053-0.494-0.082c-0.1-0.016-0.174-0.178-0.252-0.122 c-0.043,0.029,0.055,0.105,0.008,0.133c-0.104,0.063-0.242-0.046-0.367-0.02c-0.08,0.017-0.115,0.095-0.197,0.107 c-0.105,0.016-0.195-0.045-0.291-0.088c-0.039-0.02-0.154-0.002-0.123-0.029c0.146-0.133,0.682,0.043,0.604-0.125 c-0.092-0.196-0.5-0.125-0.734-0.036c-0.047,0.018-0.127,0.028-0.119,0.07c0.018,0.082,0.176,0.175,0.096,0.23 c-0.133,0.089-0.316,0.03-0.486,0.05c-0.451,0.056-0.846,0.019-1.301,0.019c-0.713-0.002-1.352-0.124-2.033,0.043 c-0.039,0.01-0.115,0.058-0.078,0.07c0.301,0.108,0.609,0.03,0.939,0.03c0.07,0,0.131-0.015,0.203-0.008 c0.143,0.016,0.264,0.043,0.41,0.051c0.127,0.007,0.236-0.003,0.365-0.014c0.781-0.066,1.57-0.251,2.244,0.082 c0.043,0.021,0.131,0.074,0.086,0.096c-0.125,0.057-0.41-0.067-0.404,0.05c0.004,0.057,0.23,0.063,0.168,0.093 c-0.26,0.119-0.564,0.098-0.854,0.033c-0.029-0.008-0.063-0.044-0.043-0.065c0.053-0.064,0.295-0.046,0.238-0.109 c-0.121-0.133-0.365,0.09-0.566,0.088c-0.172,0-0.326-0.059-0.488-0.014c-0.516,0.142-1.008-0.062-1.551-0.04 c-0.525,0.019-0.98-0.02-1.504,0.023c-0.158,0.013-0.34,0.043-0.451-0.05c-0.09-0.073-0.105-0.346-0.178-0.26 c-0.07,0.086-0.031,0.228-0.146,0.272c-0.232,0.09-0.854-0.089-0.729,0.095c0.031,0.044,0.223,0.035,0.168,0.061 c-0.301,0.137-0.641,0.014-0.98-0.031c-0.619-0.076-1.168,0.056-1.791,0.004c-0.199-0.018-0.381-0.005-0.566,0.055 c-0.066,0.021-0.088,0.093-0.156,0.105c-0.07,0.015-0.232,0.063-0.203,0.008c0.035-0.066,0.156-0.183,0.068-0.201 c-0.221-0.052-0.416,0.101-0.646,0.091c-0.271-0.013-0.6-0.079-0.768,0.097c-0.063,0.065-0.049,0.201-0.15,0.204 c-0.152,0.007-0.289-0.043-0.414-0.116c-0.051-0.03-0.135-0.095-0.088-0.13c0.047-0.036,0.205-0.037,0.158-0.071 c-0.453-0.34-1.156,0.121-1.752,0c-0.156-0.032-0.289-0.091-0.451-0.084c-0.104,0.005-0.139,0.118-0.236,0.144 c-0.17,0.04-0.643,0.06-0.482,0.117c0.209,0.077,0.643-0.177,0.652,0.009c0.014,0.232-0.525,0.054-0.811,0.065 c-0.201,0.006-0.379,0-0.572-0.045c-0.078-0.018-0.096-0.103-0.17-0.126c-0.186-0.06-0.715-0.057-0.566,0.054 c0.127,0.095,0.545,0.029,0.455,0.149c-0.125,0.171-0.449,0.038-0.689,0.027c-0.086-0.004-0.16,0.013-0.244,0.009 c-0.684-0.03-1.246-0.286-1.93-0.259c-0.061,0.001-0.057,0.098-0.115,0.104c-0.281,0.033-1.023-0.127-0.813,0.03 c0.109,0.083,0.541,0.025,0.412,0.085c-0.471,0.217-0.98-0.186-1.52-0.208c-0.406-0.018-0.725,0.178-1.125,0.243 c-0.125,0.021-0.238,0.003-0.365,0.015c-0.086,0.006-0.16-0.015-0.246-0.024c-0.09-0.011-0.166-0.027-0.248-0.058 c-0.047-0.017,0.109-0.072,0.076-0.103c-0.133-0.123-0.367,0.047-0.568,0.055c-0.148,0.006-0.264-0.072-0.41-0.085 c-0.201-0.016-0.365,0.082-0.566,0.091c-0.07,0.001-0.1-0.079-0.168-0.095c-0.301-0.071-0.592-0.007-0.891,0.068 c-0.039,0.008-0.115,0.056-0.078,0.068c0.305,0.111,1.197-0.076,0.941,0.097c-0.285,0.194-0.691-0.061-1.059-0.026 c-0.057,0.007-0.105,0.006-0.162,0.007c-0.084,0.003-0.166,0.008-0.246,0.011c0.051-0.026,0.1-0.092,0.115-0.139 c0.023-0.071-0.264,0.091-0.197,0.141l0.004,0.001c-0.285,0.013-0.557,0.024-0.857-0.001c-0.133-0.012-0.449,0.003-0.371-0.086 c0.035-0.041,0.166-0.077,0.117-0.104c-0.143-0.08-0.318-0.021-0.49-0.015c-0.838,0.032-1.584-0.084-2.396,0.091 c-0.088,0.021-0.283,0.012-0.24,0.075c0.074,0.11,0.477,0.003,0.414,0.119c-0.105,0.194-0.477-0.026-0.734-0.039 c-0.385-0.016-0.729,0.095-1.1,0.009c-0.068-0.015-0.217-0.05-0.168-0.093c0.326-0.292,1.617,0.259,1.379-0.087 c-0.152-0.224-0.582-0.011-0.895,0c-0.84,0.034-1.561,0.027-2.398,0.093c-0.156,0.013-0.293,0.011-0.447-0.016 c-1.414-0.232-2.678-0.013-4.117-0.076c-0.166-0.007-0.563,0.059-0.439,0.15c0.113,0.084,0.547,0.058,0.414,0.117 c-0.498,0.229-1.059-0.025-1.629-0.005c-1.195,0.047-2.223-0.015-3.418,0.032c-0.684,0.026-1.273,0.015-1.957-0.025 c-0.098-0.005-0.256,0.089-0.283,0.011c-0.033-0.089,0.094-0.241-0.016-0.266c-0.123-0.028-0.236,0.015-0.365,0.014 c-0.271,0-0.994-0.029-0.768,0.096c0.148,0.084,0.615,0.006,0.494,0.115c-0.23,0.208-0.637-0.042-0.979-0.029 c-0.883,0.034-3.27,0.356-2.525-0.037c0.107-0.057,0.287,0.039,0.363-0.046c0.201-0.227-0.652-0.084-0.979,0.003 c-0.076,0.021-0.076,0.125-0.154,0.14c-0.242,0.046-0.93-0.034-0.697-0.105c0.176-0.058,0.531,0.035,0.521-0.121 c-0.006-0.104-0.238-0.012-0.367-0.02c-0.369-0.02-0.686,0.04-1.057,0.041c-0.473,0-0.875-0.099-1.348-0.081 c-0.258,0.01-0.908,0.117-0.734-0.039c0.061-0.056,0.262-0.091,0.195-0.14c-0.189-0.143-0.48-0.013-0.73,0.026 c-0.129,0.021-0.242,0.039-0.363,0.082c-0.053,0.019,0.051,0.102,0.008,0.133c-0.311,0.224-0.768-0.038-1.182-0.022 c-1.535,0.059-2.889-0.163-4.391,0.103c-0.111,0.021-0.211,0.008-0.326,0.013c-0.059,0.001,0.107,0.129,0.049,0.131 c-0.154,0.007-0.229-0.152-0.377-0.186c-0.207-0.048-0.414-0.08-0.611-0.009c-0.113,0.038-0.154,0.156-0.275,0.177 c-0.377,0.063-0.715-0.023-1.1-0.025c-0.785-0.002-1.457,0.054-2.238,0.02c-0.291-0.014-0.992,0.091-0.82-0.102 c0.063-0.071,0.332-0.033,0.279-0.111c-0.148-0.215-0.566-0.007-0.859-0.066c-0.084-0.017-0.162,0.026-0.244,0.011 c-0.25-0.052-0.445-0.173-0.703-0.175c-0.143,0-0.264,0.022-0.406,0.016c-0.213-0.01-0.395,0.015-0.609,0.023 c-0.387,0.015-0.715-0.105-1.104-0.091c-0.201,0.009-0.389,0.009-0.564,0.089c-0.057,0.025,0.131,0.092,0.088,0.129 c-0.221,0.199-1.039-0.218-0.936,0.037c0.039,0.091,0.207,0.227,0.098,0.262c-0.131,0.042-0.328-0.009-0.373-0.117 c-0.023-0.058,0.191-0.058,0.156-0.107c-0.098-0.145-0.363,0.081-0.564,0.089c-0.086,0.004,0.029-0.139-0.012-0.2 c-0.031-0.046-0.117-0.028-0.166-0.06c-0.623-0.397-1.461-0.112-2.248-0.147c-0.076-0.004-0.131-0.056-0.207-0.059 c-0.113-0.006-0.211,0.014-0.326,0.013c-0.104,0-0.184-0.047-0.287-0.058c-0.467-0.037-0.879,0.078-1.344,0.02 c-0.902-0.112-1.695,0.007-2.607-0.033c-0.727-0.032-1.352,0.012-2.076-0.02c-1.439-0.063-2.684,0.078-4.115-0.043 c-1.488-0.125-2.779-0.027-4.273,0.03c-0.332,0.013-1.221-0.133-0.91-0.231c0.137-0.044,0.475,0.022,0.404-0.082 c-0.1-0.144-0.383,0.009-0.574-0.044c-0.162-0.047-0.295-0.1-0.455-0.148c-0.084-0.027-0.164,0.113-0.24,0.074 c-0.055-0.027-0.025-0.126-0.09-0.13c-0.172-0.011-0.266,0.178-0.438,0.185c-0.113,0.003-0.369-0.053-0.291-0.124 c0.068-0.063,0.33-0.108,0.236-0.142c-0.248-0.09-0.555-0.101-0.771,0.031c-0.027,0.016-0.006,0.066-0.037,0.068 c-0.232,0.008-0.582-0.06-0.645,0.122c-0.02,0.059,0.037,0.153-0.031,0.169c-0.096,0.023-0.332-0.027-0.283,0.045 c0.055,0.08,0.328,0.089,0.254,0.156c-0.193,0.175-0.531-0.056-0.818-0.068c-0.967-0.041-1.797,0.035-2.764,0.072 c-0.402,0.015-0.777,0.045-1.145-0.089c-0.037-0.014-0.113-0.039-0.086-0.063c0.09-0.082,0.357-0.074,0.316-0.18 c-0.066-0.158-0.371-0.084-0.574-0.076c-0.57,0.02-1.059,0.053-1.629,0.029c-0.059-0.004-0.102,0.047-0.16,0.039 c-0.17-0.025-0.461-0.264-0.303-0.323c0.117-0.043,0.441,0.07,0.365-0.015c-0.355-0.395-1.113-0.042-1.715-0.067 c-0.625-0.026-1.166-0.002-1.791-0.029c-0.486-0.021-0.953-0.041-1.377,0.151c-0.082,0.038-0.014,0.201-0.109,0.205 c-0.084,0.003-0.139-0.058-0.209-0.091c-0.051-0.025-0.158,0.085-0.16,0.039c-0.01-0.136,0.355-0.261,0.225-0.344 c-0.25-0.153-0.582,0.003-0.896,0.002c-3.234-0.008-6.012-0.136-9.242-0.014c-1.012,0.041-1.881-0.06-2.893-0.021 c-0.613,0.023-1.139,0.027-1.752,0.001c-1.367-0.059-2.543,0.01-3.91-0.049c-0.432-0.02-0.809-0.173-1.227-0.087 c-0.941,0.192-1.803-0.064-2.771-0.027c-0.76,0.029-1.453,0.069-2.166-0.149c-0.039-0.014,0.049,0.097,0.006,0.099 c-0.096,0.005-0.154-0.084-0.248-0.09c-0.242-0.012-0.453-0.036-0.693-0.008c-0.17,0.021-0.318,0.037-0.488,0.02 c-0.127-0.013-0.236,0.014-0.365,0.014c-0.07,0-0.133,0.012-0.203,0.009c-0.244-0.012-0.465-0.108-0.693-0.04 c-0.055,0.016,0.049,0.103,0.006,0.133c-0.215,0.155-0.529-0.035-0.814-0.035c-1.098-0.004-2.039-0.015-3.137-0.013 c-0.926,0-1.73,0.115-2.646,0.002c-0.268-0.034-0.502-0.004-0.773-0.006c-0.146,0-0.229-0.149-0.375-0.151 c-0.162-0.002-0.279,0.124-0.441,0.116c-0.283-0.013-0.506-0.219-0.783-0.169c-0.078,0.013-0.076,0.124-0.154,0.139 c-0.172,0.032-0.318-0.066-0.494-0.082c-0.807-0.066-1.508,0.093-2.316,0.057c-0.146-0.007-0.268-0.033-0.41-0.052 c-0.523-0.065-0.982-0.019-1.51-0.041c-0.729-0.031-1.352-0.056-2.08-0.088c-0.146-0.007-0.258,0.077-0.402,0.083 c-0.207,0.007-0.371-0.136-0.578-0.112c-0.283,0.035-0.525,0.134-0.809,0.099c-0.48-0.06-0.906-0.022-1.389-0.08 c-0.16-0.021-0.291-0.063-0.451-0.084c-0.041-0.003-0.045-0.062-0.086-0.062c-0.373-0.003-0.678,0.14-1.051,0.14 c-0.344-0.001-0.646,0.006-0.98-0.062c-0.07-0.017-0.129,0.049-0.201,0.04c-0.102-0.013-0.148-0.115-0.252-0.123 c-0.482-0.037-0.893,0.141-1.377,0.119c-2.137-0.093-3.977-0.006-6.112-0.099c-0.672-0.029-1.25,0.004-1.918-0.06 c-0.115-0.013-0.211-0.043-0.328-0.054c-0.184-0.019-0.344,0.013-0.529,0.02c-0.512,0.02-0.955,0.12-1.461,0.055 c-0.188-0.022-0.348-0.053-0.535-0.078c-0.031-0.005-0.047,0.036-0.078,0.038c-0.869,0.032-1.615-0.006-2.482,0.027 c-1.209,0.045-2.25,0.002-3.461-0.001c-0.557-0.001-1.035-0.048-1.588-0.005c-0.426,0.032-0.805-0.095-1.223-0.021 c-0.793,0.142-1.51,0.157-2.316,0.091c-0.453-0.039-0.83-0.303-1.273-0.218c-0.162,0.03-0.236,0.175-0.396,0.214 c-0.246,0.061-0.477-0.048-0.734-0.039c-5.559,0.214-10.342,0.203-15.883,0.644c-1.076,0.085-2.004,0.133-3.082,0.218 c-0.41,0.033-0.766,0.029-1.178,0.046c-0.113,0.003-0.211,0.003-0.324,0.012c-0.273,0.021-0.5,0.075-0.766,0.129 c-0.041,0.009-0.045-0.063-0.086-0.063c-0.086,0.004-0.156,0.038-0.242,0.042c-0.227,0.009-0.428-0.015-0.65,0.025 c-0.041,0.009,0.049,0.098,0.006,0.1c-0.148,0.006-0.264-0.072-0.412-0.083c-0.441-0.038-0.807,0.163-1.252,0.181 c-0.07,0.003-0.135,0.028-0.203,0.008c-0.084-0.026-0.119-0.118-0.211-0.125c-0.113-0.009-0.361,0.08-0.275,0.143 c0.066,0.05,0.326,0.022,0.246,0.058c-0.248,0.115-0.551,0.126-0.813,0.032c-0.057-0.021,0.133-0.115,0.074-0.138 c-0.248-0.088-0.502,0.009-0.771,0.03c-0.922,0.07-1.725,0.248-2.639,0.134c-0.551-0.066-1.023,0.14-1.58,0.161 c-1.109,0.042-2.082,0.035-3.16,0.255c-0.141,0.027-0.258,0.09-0.402,0.082c-0.07-0.003-0.133,0.008-0.203,0.008 c-0.127,0-0.205-0.114-0.332-0.12c-0.193-0.011-0.33,0.13-0.521,0.152c-0.479,0.059-0.902-0.006-1.381,0.053 c-0.061,0.007-0.057,0.097-0.117,0.105c-0.178,0.021-0.615-0.006-0.494-0.115c0.25-0.224,0.686-0.063,1.053-0.107 c1.426-0.171,2.682-0.141,4.09-0.391c0.105-0.017,0.367-0.06,0.279-0.109c-0.154-0.085-0.346-0.01-0.531-0.013 c-0.117-0.002-0.215-0.077-0.328-0.055c-0.063,0.014-0.014,0.121-0.074,0.136c-0.156,0.038-0.295-0.05-0.453-0.081 c-0.084-0.019-0.158-0.019-0.244-0.024c-0.143-0.014-0.283-0.042-0.408,0.017c-0.078,0.034-0.07,0.14-0.152,0.172 c-0.064,0.025-0.133-0.034-0.205-0.025c-0.564,0.067-1.057,0.061-1.621,0.128c-0.594,0.071-1.099,0.176-1.699,0.197 c-0.441,0.019-0.814,0.081-1.255,0.116c-0.284,0.022-1.034,0.146-0.814-0.001c0.169-0.116,0.765-0.004,0.604-0.124 c-0.14-0.104-0.346-0.062-0.533-0.046c-0.126,0.01-0.215,0.083-0.316,0.146c-0.047,0.026,0.053,0.104,0.008,0.133 c-0.22,0.132-0.498,0.075-0.77,0.096c-0.654,0.049-1.203,0.179-1.861,0.205c-0.953,0.036-1.758,0.24-2.713,0.236 c-0.2,0-0.371,0.006-0.57,0.021c-0.912,0.073-1.671,0.299-2.586,0.334c-0.541,0.021-0.998,0.126-1.54,0.124 c-0.136,0-0.249-0.132-0.372-0.085c-0.092,0.033-0.1,0.145-0.193,0.175c-0.346,0.108-0.688,0.028-1.055,0.074 c-0.521,0.062-0.982-0.007-1.502,0.058c-0.648,0.078-1.215,0.201-1.865,0.137c-0.117-0.011-0.367,0.037-0.329-0.055 c0.027-0.063,0.188-0.142,0.112-0.171c-0.17-0.062-0.346-0.004-0.53-0.014c-0.431-0.017-1.573,0.124-1.228-0.085 c0.206-0.124,0.854-0.182,0.635-0.29c-0.115-0.058-0.25-0.038-0.371-0.087c-0.247-0.101-0.395-0.321-0.67-0.34 C4.824,18.773,4.375,18.99,3.841,19.1c-0.39,0.08-0.699-0.211-1.076-0.324c-0.356-0.107-0.652-0.248-0.923-0.466 c-0.095-0.075-0.16-0.15-0.257-0.224c-0.076-0.057-0.354-0.119-0.252-0.123c0.713-0.027,1.164,0.574,1.87,0.661 c0.112,0.016,0.213,0.008,0.325-0.013c0.264-0.041,0.465-0.152,0.719-0.227c0.484-0.139,0.816-0.418,1.182-0.712 c0.036-0.03,0.164-0.054,0.117-0.071c-0.227-0.082-0.451-0.075-0.697-0.105c-0.212-0.027-0.65,0.227-0.607,0.055 c0.023-0.099,0.117-0.16,0.189-0.239c0.037-0.043,0.043-0.092,0.074-0.136c0.043-0.065,0.278-0.112,0.195-0.142 c-0.144-0.053-0.293,0.036-0.447,0.017c-0.145-0.018-0.258-0.08-0.375-0.151c-0.059-0.037-0.229,0.03-0.205-0.026 c0.043-0.101,0.176-0.138,0.273-0.21c0.041-0.031-0.058-0.111-0.008-0.134c0.105-0.049,0.209,0.093,0.33,0.089 c0.352-0.015,0.631-0.17,0.918-0.337c0.074-0.042,0.263-0.091,0.195-0.141c-0.047-0.035-0.209-0.021-0.166-0.061 c0.233-0.209,1.125-0.071,0.92-0.301c-0.206-0.229-1.262,0.072-0.984-0.096c0.367-0.222,1.636-0.122,1.245-0.314 c-0.223-0.108-0.482-0.029-0.737-0.072c-0.6-0.099-1.133,0.103-1.744,0.101c-0.084,0-0.127-0.094-0.209-0.091 c-0.18,0.006-0.553,0.286-0.48,0.151c0.058-0.104,0.406-0.213,0.271-0.245c-0.082-0.019-0.287,0.069-0.244,0.011 c0.074-0.102,0.432-0.147,0.314-0.213c-0.084-0.048-0.238,0.049-0.287-0.023c-0.154-0.225,0.534-0.202,0.84-0.265 c0.131-0.026,0.234-0.072,0.36-0.114c0.067-0.021,0.135,0.041,0.205,0.026c0.198-0.04,0.324-0.165,0.517-0.221 c0.157-0.046,0.547-0.16,0.395-0.215c-0.104-0.038-0.319,0.106-0.324,0.013c-0.004-0.053,0.126-0.107,0.073-0.136 c-0.224-0.125-0.458,0.173-0.72,0.228c-0.52,0.105-0.959,0.23-1.441,0.422c-0.076,0.031-0.287,0.068-0.244,0.01 c0.07-0.096,0.323-0.008,0.36-0.116c0.027-0.078-0.095-0.154-0.054-0.229c0.137-0.255,0.572-0.212,0.876-0.334 c0.144-0.059,0.294-0.244,0.185-0.341c-0.199-0.173-0.531,0.087-0.805,0.165c-0.209,0.061-0.387,0.197-0.602,0.156 c-0.1-0.019-0.176-0.066-0.252-0.124c-0.105-0.078,0.398-0.119,0.313-0.212c-0.061-0.068-0.193-0.054-0.251-0.125 c-0.113-0.134-0.194-0.337-0.068-0.464c0.074-0.072,0.369-0.166,0.322-0.078c-0.039,0.072-0.145,0.131-0.111,0.205 c0.205,0.436,1.157,0.203,1.626-0.062c0.099-0.057,0.304-0.131,0.231-0.21c-0.102-0.116-0.311,0.078-0.482,0.085 c-0.052,0.003-0.102-0.026-0.126-0.061c-0.075-0.11-0.04-0.28-0.181-0.328c-0.174-0.057-0.629,0.086-0.533-0.046 c0.119-0.16,0.43-0.028,0.646-0.092c0.24-0.068,0.441-0.153,0.635-0.291c0.084-0.06,0.246-0.127,0.192-0.206 c-0.089-0.132-0.241-0.198-0.345-0.321c-0.033-0.039-0.035-0.084-0.048-0.132c-0.011-0.039-0.138-0.021-0.126-0.062 c0.034-0.117,0.232-0.277,0.104-0.336c-0.188-0.087-0.398,0.138-0.605,0.089c-0.063-0.015-0.104-0.067-0.167-0.061 C3.46,11.233,2.96,11.482,3.073,11.33c0.208-0.282,1.341-0.472,0.946-0.537c-0.195-0.032-0.558,0.219-0.566,0.056 c-0.008-0.121,0.313-0.066,0.355-0.181c0.035-0.092-0.006-0.193,0.066-0.27c0.18-0.189,0.653-0.258,0.582-0.489 c-0.086-0.283-0.654,0.125-1.012,0.105C3.373,10.011,3.301,10.021,3.24,9.99C3.087,9.909,2.933,9.838,2.857,9.704 C2.844,9.68,2.791,9.658,2.812,9.639C2.968,9.5,3.375,9.427,3.279,9.255c-0.07-0.128-0.313-0.07-0.456-0.15 c-0.105-0.058-0.073-0.2-0.177-0.259c-0.071-0.04-0.174,0.048-0.244,0.01c-0.143-0.08-0.168-0.227-0.225-0.358 C2.128,8.385,1.951,8.225,2.077,8.168C2.177,8.121,2.291,8.147,2.4,8.121c0.391-0.096,0.727-0.178,1.126-0.243 C3.765,7.84,4.175,7.853,4.165,7.654c-0.007-0.125-0.19-0.195-0.339-0.222C3.593,7.392,3.178,7.485,3.167,7.291 C3.15,6.995,4.079,6.904,3.864,6.666c-0.158-0.177-0.521-0.018-0.741-0.14C3.085,6.506,2.981,6.531,3,6.498 C3.044,6.415,3.273,6.352,3.191,6.29c-0.09-0.067-0.38,0.005-0.33-0.087c0.1-0.185,0.441-0.097,0.685-0.126 c0.382-0.046,0.712-0.204,1.091-0.142C4.769,5.957,4.874,6.01,5.007,6.021c0.613,0.052,1.129-0.16,1.738-0.233 c0.289-0.034,1.02-0.034,0.803-0.197C7.501,5.555,7.339,5.569,7.382,5.53c0.164-0.148,0.445-0.064,0.687-0.094 c0.709-0.086,1.324-0.135,2.02-0.277c0.11-0.022,0.212,0.001,0.325-0.013c2.746-0.331,5.097-0.635,7.844-0.968 c2.105-0.255,3.922-0.409,6.027-0.664c1.438-0.175,2.684-0.296,4.137-0.292c0.643,0.001,1.182-0.17,1.822-0.17 c0.855-0.002,1.6-0.058,2.43-0.228c0.051-0.009,0.166-0.054,0.119-0.069c-0.418-0.152-0.844,0.065-1.299,0.083 c-1.01,0.038-1.871,0.142-2.883,0.143c-0.189,0-0.611,0.063-0.533-0.079c0.051-0.095,0.24-0.016,0.363-0.047 c0.668-0.164,1.336,0.063,1.986-0.143c0.076-0.024,0.203-0.088,0.154-0.14c-0.135-0.15-0.424,0.019-0.648,0.06 c-0.041,0.005,0.035-0.088-0.004-0.101c-0.105-0.037-0.166,0.119-0.277,0.144c-0.371,0.083-0.721-0.02-1.098,0.041 c-0.139,0.024-0.264,0.023-0.406,0.016c-0.199-0.007-0.521-0.135-0.568,0.023c-0.018,0.061,0.029,0.124,0.09,0.162 C27.767,2.98,28.046,3,27.964,3.073c-0.164,0.149-0.445,0.064-0.688,0.093c-1.479,0.18-2.778,0.119-4.258,0.299 c-0.255,0.03-0.976,0.035-0.734-0.039c0.451-0.145,0.895-0.084,1.377-0.12c0.713-0.055,1.375-0.021,2.02-0.277 C25.75,3,25.937,2.996,25.88,2.954c-0.326-0.243-0.822,0.103-1.26,0.048c-0.07-0.008-0.177-0.085-0.129-0.128 c0.221-0.198,0.611,0.003,0.935-0.035c0.649-0.078,1.218-0.062,1.866-0.14c0.719-0.086,1.342-0.118,2.066-0.145 c0.072-0.002,0.133-0.002,0.205-0.01c0.33-0.027,0.598-0.128,0.926-0.167c1.578-0.189,2.949-0.246,4.543-0.307 c0.158-0.007,0.295,0.019,0.451,0.049c0.1,0.018,0.15,0.143,0.25,0.124c0.074-0.016,0.125-0.063,0.199-0.076 c0.086-0.015,0.162,0.008,0.246,0.024c0.057,0.013,0.111-0.065,0.16-0.04c0.047,0.027-0.037,0.107,0.008,0.135 c0.121,0.07,0.264-0.069,0.4-0.117c0.039-0.013-0.037-0.076-0.006-0.099c0.1-0.07,0.236-0.054,0.363-0.08 c0.453-0.103,0.871-0.077,1.334-0.152c0.281-0.045,0.555-0.06,0.816,0.035c0.262,0.096,0.463,0.26,0.748,0.272 c0.357,0.015,0.656-0.077,1.012-0.105c0.102-0.009,0.135-0.146,0.236-0.143c0.217,0.006,0.363,0.177,0.58,0.177 c0.441,0,0.824-0.013,1.258-0.081c0.09-0.014,0.307-0.025,0.24-0.075c-0.09-0.066-0.4-0.107-0.293-0.155 c0.223-0.103,0.447,0.141,0.701,0.173c0.703,0.089,1.322-0.138,2.031-0.078c0.227,0.02,0.66,0.161,0.65-0.024 c-0.006-0.091-0.357-0.124-0.254-0.156c0.197-0.064,0.373,0.101,0.578,0.144c0.359,0.074,0.709,0.035,1.055-0.073 c0.439-0.14,0.863-0.15,1.336-0.152c0.484,0,1.311,0.407,1.383,0.015c0.035-0.186-0.355-0.272-0.582-0.244 c-0.17,0.02-0.625,0.1-0.488,0.018c0.424-0.254,0.975-0.093,1.502-0.091c1.195,0.004,2.244-0.223,3.418-0.031 c0.088,0.015,0.307,0.003,0.246,0.058c-0.203,0.184-1.07-0.002-0.844,0.167c0.209,0.156,0.537,0.028,0.811-0.033 c0.125-0.026,0.371,0.058,0.365-0.046c-0.004-0.063-0.168-0.162-0.092-0.164c0.154-0.006,0.225,0.175,0.377,0.186 c0.143,0.011,0.264-0.021,0.406-0.015c0.229,0.009,0.744,0.143,0.65-0.026c-0.035-0.063-0.23-0.027-0.209-0.091 c0.129-0.374,0.883,0.048,1.35,0.113C57.626,1.439,57.8,1.433,58,1.455c0.104,0.013,0.162,0.165,0.252,0.125 c0.057-0.025,0.012-0.134,0.074-0.136c0.217-0.009,0.367,0.211,0.58,0.177c0.113-0.018,0.164-0.157,0.277-0.144 c0.164,0.018,0.387,0.239,0.455,0.115c0.029-0.054-0.072-0.106-0.051-0.164c0.043-0.109,0.018-0.257,0.145-0.307 c0.287-0.109,0.887-0.161,0.902,0.101c0.004,0.072-0.137,0.15-0.07,0.202c0.047,0.036,0.113,0.03,0.166,0.06 c0.053,0.03-0.133,0.115-0.074,0.136c0.092,0.033,0.186-0.021,0.285-0.012c0.594,0.06,1.133,0.077,1.707-0.064 c0.082-0.02,0.16,0.008,0.242-0.009c0.063-0.013,0.014-0.121,0.074-0.136c0.273-0.067,0.533,0.068,0.816,0.035 c0.113-0.015,0.213,0,0.324-0.013c0.217-0.025,0.766-0.004,0.604-0.123c-0.215-0.162-1.078-0.019-0.82-0.136 c0.186-0.085,0.398,0.003,0.609-0.022c0.324-0.04,0.611-0.047,0.936-0.004c0.117,0.017,0.299-0.038,0.33,0.055 c0.025,0.08-0.039,0.198,0.053,0.231c0.133,0.047,0.404-0.068,0.41,0.053c0.01,0.152-0.615-0.017-0.521,0.117 c0.16,0.235,0.607-0.016,0.936-0.002c0.299,0.013,0.867,0.212,0.854-0.034c-0.004-0.05-0.086-0.076-0.088-0.128 c-0.002-0.032,0.078-0.037,0.076-0.069c-0.002-0.043-0.078-0.046-0.125-0.063c-0.055-0.021-0.068-0.085-0.129-0.095 c-0.088-0.015-0.148,0.08-0.238,0.075c-0.146-0.006-0.494-0.08-0.375-0.151c0.273-0.166,0.633-0.056,0.975-0.038 c0.104,0.006,0.33-0.021,0.287,0.056c-0.045,0.086-0.27,0.05-0.275,0.145c-0.018,0.255,0.484,0.383,0.793,0.335 c0.08-0.013,0.246-0.053,0.197-0.107c-0.131-0.146-0.766,0.025-0.617-0.108c0.287-0.261,0.773,0.149,1.193,0.221 c0.166,0.027,0.316-0.026,0.486-0.02c0.299,0.013,0.572,0.078,0.855,0c0.162-0.044,0.271-0.146,0.438-0.184 c0.129-0.028,0.488,0.032,0.371,0.086c-0.15,0.07-0.611-0.009-0.484,0.087c0.225,0.166,0.559,0.053,0.859,0.065 c0.186,0.008,0.354,0.002,0.527-0.053c0.066-0.021,0.23,0.013,0.201-0.042c-0.029-0.053-0.186-0.091-0.131-0.128 c0.264-0.177,0.635-0.038,0.977-0.036c0.152,0,0.518,0.024,0.414,0.117c-0.27,0.241-1.154-0.25-1.137,0.076 c0.012,0.178,0.398,0.067,0.615,0.076c0.398,0.019,0.742-0.013,1.139-0.042c0.127-0.012,0.459,0.021,0.363-0.049 c-0.092-0.067-0.377-0.081-0.295-0.154c0.113-0.102,0.297,0.073,0.455,0.114c0.055,0.014-0.047,0.118,0.008,0.133 c0.107,0.03,0.227,0.006,0.322-0.044c0.051-0.029,0.146-0.063,0.117-0.106c-0.217-0.314-0.873-0.076-1.199-0.319 c-0.029-0.022,0.037-0.069,0.078-0.071c0.135-0.004,0.236,0.08,0.371,0.088c0.482,0.021,1.002-0.302,1.381-0.054 c0.145,0.095-0.191,0.385-0.016,0.434c0.127,0.036,0.225-0.125,0.359-0.114c0.102,0.009,0.152,0.103,0.252,0.124 c0.049,0.011,0.066-0.066,0.117-0.071c0.113-0.011,0.332,0.116,0.326,0.021c-0.002-0.041-0.131-0.076-0.086-0.099 c0.164-0.072,0.355-0.002,0.531,0.047c0.049,0.015,0.172,0.043,0.127,0.063c-0.139,0.063-0.598,0.048-0.443,0.084 c0.279,0.065,0.559-0.038,0.805-0.163c0.121-0.063,0.391-0.113,0.314-0.214c-0.063-0.078-0.211,0.01-0.326,0.013 c-0.063,0.002-0.01,0.134-0.074,0.137c-0.119,0.005-0.174-0.116-0.254-0.19c-0.053-0.05-0.232-0.085-0.17-0.126 c0.154-0.105,0.371,0.035,0.572,0.043c0.273,0.013,0.504,0.05,0.777,0.07c0.057,0.005-0.045,0.115,0.008,0.133 c0.102,0.037,0.133-0.136,0.234-0.175c0.297-0.116,0.615-0.021,0.938,0.03c0.072,0.012-0.016,0.189,0.051,0.166 c0.123-0.047,0.184-0.16,0.316-0.181c0.168-0.023,0.319-0.011,0.487,0.015c0.09,0.015,0.295-0.005,0.248,0.059 c-0.02,0.029-0.051,0.043-0.076,0.068c-0.047,0.046-0.143-0.054-0.205-0.025c-0.125,0.057-0.092,0.248-0.229,0.274 c-0.099,0.021-0.358-0.011-0.282,0.045c0.223,0.167,0.556,0.067,0.858,0.067C82,1.701,82.846,1.889,83.747,1.666 c0.125-0.03,0.238-0.042,0.361-0.079c0.049-0.015,0.029-0.084,0.074-0.103c0.064-0.031,0.135,0.038,0.207,0.025 c0.176-0.036,0.225-0.343,0.391-0.283c0.111,0.042-0.211,0.221-0.107,0.271c0.189,0.093,0.766-0.022,0.617,0.109 c-0.145,0.13-0.617-0.119-0.607,0.058c0.012,0.188,0.424,0.03,0.654,0.041c0.285,0.011,0.539,0.008,0.811-0.065 c0.061-0.017,0.098-0.056,0.158-0.072c0.125-0.033,0.23-0.074,0.361-0.08c0.158-0.006,0.414,0.076,0.445-0.051 c0.02-0.08-0.074-0.229,0.027-0.233c0.082-0.006,0.125,0.095,0.209,0.091c0.172-0.005,0.324-0.142,0.482-0.084 c0.049,0.016,0.086,0.054,0.088,0.095c0.006,0.111-0.322,0.069-0.316,0.181c0.008,0.127,0.289-0.046,0.445-0.051 c0.432-0.018,0.799,0.053,1.227,0.086c0.082,0.006,0.281,0.059,0.209,0.092c-0.141,0.064-0.59,0.063-0.441,0.116 c0.262,0.095,0.537-0.024,0.809-0.096c0.184-0.051,0.59-0.006,0.521-0.155c-0.045-0.093-0.209-0.078-0.33-0.087 c-0.064-0.004-0.104-0.056-0.168-0.06c-0.041-0.003,0.047,0.086,0.006,0.1c-0.133,0.044-0.264-0.018-0.408-0.018 c-0.217,0-0.805,0.011-0.615-0.076c0.1-0.047,0.219,0.017,0.326-0.014c0.057-0.015,0.059-0.09,0.115-0.104 c0.42-0.102,0.879-0.023,1.232,0.187c0.053,0.03,0.184,0.01,0.166,0.059c-0.066,0.197-0.758,0.082-0.637,0.261 c0.094,0.135,0.348,0.055,0.535,0.078c0.324,0.041,0.736,0.116,0.93-0.104c0.051-0.057-0.051-0.174,0.029-0.201 c0.16-0.05,0.221,0.205,0.381,0.253c0.389,0.115,0.766-0.048,1.178-0.045c0.059,0,0.107,0.006,0.162-0.007 c0.084-0.018,0.174,0.028,0.244-0.009c0.053-0.029,0.02-0.111,0.074-0.137c0.336-0.153,0.715-0.073,1.098-0.041 c0.152,0.013,0.273,0.065,0.412,0.117c0.053,0.019-0.037,0.105,0.008,0.132c0.174,0.104,0.803-0.018,0.605-0.09 c-0.098-0.035-0.361-0.022-0.289-0.087c0.23-0.208,0.635-0.007,0.977-0.006c0.389,0.002,1.023-0.221,1.105,0.092 c0.02,0.08-0.129,0.228-0.027,0.233c0.121,0.008,0.207-0.074,0.318-0.112c0.059-0.019,0.205-0.036,0.158-0.071 c-0.076-0.057-0.32-0.063-0.252-0.123c0.043-0.039,0.178-0.024,0.16-0.074c-0.029-0.079-0.229-0.121-0.174-0.193 c0.197-0.271,0.707-0.124,1.092-0.108c2.234,0.098,4.156,0.016,6.395,0.021c0.256,0,0.926,0.071,0.701,0.173 c-0.09,0.043-0.357,0.021-0.279,0.079c0.184,0.137,0.83,0.057,0.662,0.206c-0.268,0.242-1.156-0.281-1.137,0.045 c0.012,0.211,0.477,0.027,0.734,0.038c0.484,0.021,0.961,0.175,1.383-0.02c0.045-0.021,0.148-0.038,0.119-0.071 c-0.049-0.055-0.168-0.032-0.209-0.092c-0.027-0.041-0.016-0.088-0.008-0.134c0.014-0.084,0.146-0.182,0.236-0.143 c0.078,0.037,0.082,0.148,0.172,0.161c0.063,0.009,0.182-0.024,0.158-0.072c-0.029-0.062-0.225-0.078-0.17-0.126 c0.154-0.139,0.443-0.067,0.652,0.007c0.047,0.018,0.113,0.061,0.086,0.099c-0.047,0.063-0.207,0.111-0.152,0.173 c0.172,0.189,0.807-0.137,0.82,0.1c0.012,0.199-0.475-0.091-0.693-0.007c-0.072,0.029-0.221,0.103-0.154,0.14 c0.236,0.131,0.531,0.021,0.816,0.035c1.494,0.064,2.777-0.002,4.275,0.003c0.135,0,0.459-0.04,0.359-0.112 c-0.242-0.183-0.613,0.05-0.936,0.001c-0.17-0.026-0.285-0.167-0.457-0.148c-0.152,0.015-0.246,0.129-0.398,0.148 c-0.283,0.033-0.541,0.026-0.816-0.035c-0.031-0.009-0.057-0.042-0.045-0.066c0.025-0.047,0.121-0.032,0.158-0.071 c0.092-0.1,0.129-0.233,0.27-0.278c0.523-0.165,1.037,0.15,1.596,0.107c0.133-0.013,0.225-0.1,0.359-0.115 c0.441-0.054,0.822,0.094,1.27,0.117c0.135,0.01,0.229-0.085,0.359-0.112c0.291-0.061,0.557,0.032,0.857,0.032 c1.225,0.004,2.281-0.102,3.5-0.001c0.203,0.018,0.73,0.12,0.541,0.182c-0.244,0.076-0.48-0.138-0.74-0.105 c-0.16,0.019-0.432,0.249-0.439,0.116c-0.004-0.042,0.117-0.079,0.074-0.102c-0.119-0.068-0.494-0.012-0.402,0.08 c0.061,0.062,0.164,0.055,0.25,0.093c0.037,0.015-0.029,0.078,0.006,0.098c0.117,0.071,0.537-0.006,0.41,0.051 c-0.373,0.17-0.793,0.066-1.219,0.047c-0.299-0.012-1.127-0.065-0.854,0.033c0.313,0.114,0.637,0.042,0.979,0.029 c0.398-0.017,0.742,0.024,1.141,0.022c0.559,0,1.035,0.068,1.592,0.072c0.064,0,0.104,0.055,0.166,0.06 c0.072,0.008,0.092-0.083,0.158-0.104c0.15-0.048,0.289,0.08,0.451,0.082c0.471,0.006,0.871-0.054,1.342-0.052 c0.086,0,0.156-0.027,0.242-0.043c0.068-0.011,0.209-0.066,0.156-0.105c-0.199-0.149-0.502,0.028-0.771,0.03 c-0.258,0-0.926-0.071-0.703-0.175c0.303-0.138,0.652,0.179,0.982,0.097c0.1-0.024,0.213-0.138,0.152-0.207 c-0.072-0.078-0.338-0.117-0.256-0.189c0.203-0.182,0.568-0.033,0.857,0.033c0.068,0.016,0.133-0.021,0.203-0.009 c0.078,0.017,0.092,0.111,0.17,0.128c0.096,0.022,0.184-0.011,0.285-0.011c0.385,0,0.715-0.171,1.092-0.108 c0.051,0.008,0.133,0.076,0.088,0.098c-0.254,0.114-0.818-0.074-0.805,0.163c0.008,0.139,0.316-0.02,0.486-0.02 c0.135,0.002,0.443,0.09,0.334,0.155c-0.219,0.131-1-0.019-0.768,0.096c0.258,0.126,0.559,0.059,0.857,0.033 c0.117-0.009,0.396-0.004,0.32-0.08c-0.064-0.063-0.285-0.042-0.25-0.122c0.066-0.155,0.408-0.051,0.572,0.044 c0.041,0.025-0.143,0.036-0.119,0.072c0.129,0.188,0.48,0.072,0.74,0.104c0.662,0.084,1.244,0.013,1.91-0.039 c0.135-0.012,0.461-0.039,0.361-0.113c-0.227-0.169-0.789,0.141-0.861-0.102c-0.023-0.071,0.098-0.111,0.152-0.173 c0.025-0.027-0.037-0.075-0.006-0.099c0.256-0.184,0.633-0.024,0.975-0.037c0.344-0.014,0.666-0.084,0.98,0.029 c0.119,0.043-0.328,0.169-0.23,0.241c0.115,0.086,0.291,0.01,0.447,0.016c0.135,0.007,0.25,0.037,0.371,0.087 c0.041,0.016,0.084,0.014,0.125,0.028c0.162,0.06,0.281,0.169,0.457,0.183c0.369,0.03,0.734,0.106,1.057-0.04 c0.045-0.021,0.113-0.075,0.076-0.104c-0.213-0.158-0.936,0.147-0.818-0.066c0.053-0.099,0.309-0.157,0.23-0.243 c-0.146-0.162-0.795,0.111-0.697-0.073c0.135-0.247,0.65-0.1,0.939,0.03c0.123,0.056,0.25,0.176,0.373,0.119 c0.125-0.058,0.174-0.191,0.314-0.212c0.309-0.046,0.584,0.001,0.896,0.032c0.104,0.009,0.379,0.015,0.289,0.056 c-0.08,0.035-0.158,0.044-0.24,0.075c-0.037,0.014,0.125,0.062,0.084,0.063c-0.26,0.009-0.748-0.284-0.736-0.072 c0.006,0.104,0.211,0.091,0.332,0.122c0.271,0.07,0.527-0.055,0.811-0.065c0.117-0.005,0.213,0.048,0.33,0.055 c0.256,0.013,0.49,0.072,0.732,0.004c0.043-0.011,0.08-0.021,0.119-0.037c0.15-0.06,0.232-0.188,0.395-0.216 c0.338-0.054,0.654-0.061,0.98,0.03c0.098,0.027,0.258-0.026,0.287,0.055c0.033,0.09,0.006,0.179-0.025,0.268 c-0.008,0.025,0.066,0.047,0.045,0.065c-0.201,0.181-0.555,0.045-0.854,0.032c-0.385-0.016-1.445-0.02-1.094,0.109 c0.379,0.137,0.77,0.003,1.184,0.02c0.4,0.019,0.742,0.106,1.145,0.09c0.768-0.028,1.426-0.055,2.193-0.083 c1.109-0.043,2.066-0.037,3.176,0.012c0.262,0.012,0.477,0.115,0.738,0.104c0.174-0.007,0.316-0.048,0.484-0.085 c0.074-0.017,0.256-0.031,0.199-0.075c-0.174-0.127-0.424-0.087-0.658-0.106c-0.076-0.007-0.129-0.061-0.207-0.06 c-0.145,0.006-0.262,0.054-0.402,0.083c-0.428,0.087-0.818,0.016-1.262,0.014c-0.375-0.002-0.727,0.012-1.064-0.126 c-0.082-0.032-0.086-0.138-0.172-0.159c-0.285-0.072-1.023,0.011-0.824-0.168c0.135-0.122,0.371,0.019,0.57,0.012 c0.201-0.009,0.379,0,0.574,0.044c0.076,0.018,0.092,0.109,0.168,0.127c0.088,0.02,0.307-0.026,0.24-0.076 c-0.076-0.057-0.32-0.063-0.25-0.125c0.164-0.146,0.477-0.048,0.693,0.043c0.074,0.029,0.137,0.057,0.209,0.091 c0.051,0.022-0.031,0.099,0.008,0.132c0.145,0.13,0.717,0.163,0.611,0.01c-0.025-0.036-0.176-0.059-0.125-0.06 c0.188-0.01,0.348,0.021,0.531,0.044c0.199,0.025,0.75-0.021,0.566-0.088c-0.117-0.042-0.42-0.044-0.334-0.12 c0.191-0.173,0.529-0.043,0.813-0.032c0.418,0.02,1.594,0.039,1.188,0.121c-0.17,0.036-0.586,0.004-0.48,0.119 c0.172,0.192,0.561-0.005,0.818,0.103c0.195,0.079,0.33,0.219,0.545,0.247c0.943,0.115,1.773,0.024,2.729,0.026 c0.121,0.002,0.41-0.045,0.32-0.112c-0.316-0.235-0.795,0.032-1.221,0.015c-0.26-0.011-0.479-0.082-0.738-0.071 c-0.189,0.007-0.428,0.049-0.533-0.08c-0.033-0.041-0.008-0.097-0.049-0.132c-0.098-0.084-0.262,0.061-0.404,0.05 c-0.1-0.008-0.307-0.13-0.213-0.158c0.119-0.038,0.24,0,0.365-0.015c1.578-0.19,2.963-0.047,4.559-0.041 c0.486,0,0.924-0.077,1.387,0.047c0.086,0.021,0.203-0.01,0.248,0.055c0.063,0.093-0.072,0.304,0.057,0.3 c0.154-0.008,0.248-0.132,0.398-0.148c0.254-0.031,0.936,0.097,0.732-0.028c-0.215-0.134-0.979-0.063-0.742-0.173 c0.439-0.201,0.928,0.11,1.432,0.112c0.189,0.001,0.686-0.013,0.533,0.08c-0.057,0.033-0.133-0.002-0.203,0.009 c-0.174,0.023-0.586,0-0.482,0.117c0.037,0.042,0.209,0.021,0.166,0.06c-0.146,0.133-0.789,0.031-0.604,0.122 c0.49,0.244,1.063,0.036,1.633,0.071c0.09,0.006,0.158,0.048,0.248,0.058c0.102,0.011,0.152,0.145,0.252,0.125 c0.08-0.019,0.119-0.085,0.197-0.109c0.08-0.025,0.156-0.035,0.242-0.041c0.084-0.009,0.158-0.007,0.242-0.011 c0.072-0.002,0.189,0.05,0.205-0.007c0.016-0.069-0.078-0.155-0.012-0.199c0.068-0.047,0.15-0.064,0.24-0.075 c0.266-0.036,0.48,0.114,0.742,0.171c0.041,0.009,0.08-0.014,0.121-0.005c0.373,0.08,1.449,0.085,1.098-0.042 c-0.344-0.124-0.75,0.074-1.064-0.094c-0.094-0.048-0.301-0.134-0.215-0.19c0.07-0.047,0.158-0.045,0.24-0.076 c0.047-0.017-0.16-0.031-0.125-0.062c0.221-0.201,0.611,0.003,0.938,0.03c0.131,0.011,0.248,0.015,0.369,0.053 c0.113,0.035,0.15,0.238,0.256,0.189c0.102-0.046-0.027-0.212,0.066-0.269c0.195-0.117,0.453-0.026,0.691,0.007 c0.117,0.017,0.377-0.033,0.33,0.052c-0.039,0.073-0.309,0.059-0.238,0.111c0.146,0.11,0.369-0.032,0.566-0.056 c0.039-0.005,0.041-0.058,0.078-0.069c0.377-0.12,0.709,0.258,1.113,0.258c0.127,0,0.191-0.135,0.318-0.146 c0.404-0.035,0.758,0.251,1.148,0.154c0.135-0.031,0.131-0.26,0.271-0.241c0.188,0.022,0.307,0.171,0.498,0.18 c0.285,0.013,0.525-0.077,0.811-0.064c0.186,0.009,0.346-0.049,0.527-0.021c0.043,0.007,0.082-0.015,0.123-0.004 c0.053,0.014-0.039,0.104,0.008,0.133c0.072,0.042,0.166-0.032,0.24-0.076c0.031-0.019-0.098-0.032-0.086-0.064 c0.043-0.124,0.285-0.105,0.443-0.083c0.051,0.007,0.139,0.022,0.125,0.063c-0.027,0.08-0.236,0.158-0.15,0.206 c0.119,0.064,0.492-0.048,0.41,0.049c-0.107,0.13-0.617,0.114-0.477,0.22c0.242,0.181,0.611-0.077,0.936-0.035 c0.238,0.028,0.66,0.225,0.51,0.379c-0.223,0.23-0.697-0.005-1.01,0.139c-0.063,0.029-0.154,0.163-0.158,0.105 c-0.004-0.069,0.109-0.173,0.029-0.201c-0.168-0.061-0.359-0.074-0.529-0.014c-0.066,0.025-0.111,0.063-0.156,0.106 c-0.045,0.047-0.135,0.083-0.115,0.14c0.016,0.039,0.092,0.03,0.127,0.061c0.068,0.063,0.184,0.051,0.287,0.056 s0.148,0.126,0.252,0.123c0.127-0.005,0.191-0.129,0.318-0.145c0.227-0.027,0.768,0.132,0.584,0.243 c-0.07,0.042-0.17-0.023-0.244,0.01c-0.066,0.031-0.27,0.05-0.199,0.074c0.285,0.104,0.582-0.01,0.893-0.034 c0.117-0.009,0.213-0.044,0.322-0.078c0.053-0.018-0.061-0.117-0.008-0.133c0.125-0.04,0.404,0.06,0.334,0.154 c-0.037,0.049-0.221,0.081-0.156,0.105c0.379,0.137,0.77,0.004,1.182,0.021c0.215,0.01,0.395-0.057,0.605-0.09 c0.084-0.013,0.164,0.013,0.244-0.009c0.066-0.021-0.217-0.05-0.168-0.093c0.137-0.124,0.377,0.117,0.574,0.076 c0.057-0.011-0.053-0.105-0.008-0.133c0.207-0.124,0.479,0.025,0.734,0.007c0.566-0.047,1.066-0.243,1.621-0.131 c0.346,0.071,0.662,0.025,1.018-0.003c0.113-0.012,0.303,0.078,0.324-0.014c0.018-0.07-0.117-0.152-0.053-0.198 c0.049-0.036,0.217-0.051,0.16-0.074c-0.365-0.131-0.742,0.031-1.137,0.079c-0.039,0.004-0.039,0.06-0.076,0.068 c-0.063,0.014-0.104-0.056-0.166-0.061c-1.553-0.098-2.889-0.131-4.445-0.129c-0.221,0-0.707,0.055-0.617-0.109 c0.025-0.048,0.217-0.051,0.158-0.074c-0.137-0.048-0.488,0.021-0.412-0.082c0.074-0.102,0.262-0.032,0.404-0.05 c0.662-0.08,1.256,0.041,1.91-0.074c0.113-0.019,0.285,0.015,0.32-0.078c0.037-0.095-0.008-0.304,0.107-0.271 c0.086,0.024,0.131,0.161,0.211,0.126c0.105-0.05-0.008-0.235,0.105-0.271c0.084-0.027,0.252,0.131,0.248,0.056 c-0.002-0.05-0.145-0.104-0.088-0.129c0.074-0.034,0.166-0.005,0.244,0.023c0.041,0.017,0.082,0.017,0.125,0.029 c0.055,0.018-0.078,0.103-0.033,0.135c0.129,0.097,0.436-0.057,0.492,0.082c0.023,0.054,0.023,0.108,0.01,0.166 c-0.029,0.123-0.406,0.022-0.398,0.148c0.006,0.107,0.24,0.036,0.369,0.053c0.24,0.029,0.473,0.087,0.693,0.006 c0.055-0.021,0.139-0.059,0.115-0.105c-0.057-0.108-0.338-0.219-0.221-0.291c0.109-0.065,0.24,0.109,0.371,0.086 c0.102-0.017,0.137-0.127,0.236-0.142c0.254-0.04,0.488-0.019,0.736,0.039c0.115,0.026,0.373,0.209,0.254,0.189 c-0.063-0.011-0.105-0.076-0.164-0.061c-0.129,0.035-0.313,0.229-0.189,0.272c0.137,0.05,0.254-0.132,0.4-0.114 c0.121,0.017,0.172,0.147,0.295,0.157c0.197,0.013,0.369-0.022,0.568-0.022c0.258,0,0.482,0.083,0.734,0.038 c0.201-0.035-0.256-0.236-0.348-0.388c-0.014-0.021-0.072-0.05-0.045-0.063c0.16-0.074,0.332-0.077,0.508-0.074 c-0.088-0.021-0.156-0.053-0.109-0.076c0.104-0.046,0.324-0.042,0.33,0.055c0,0.011-0.006,0.021-0.016,0.027 c0.113,0,0.229-0.009,0.34-0.039c0.176-0.048,0.475-0.166,0.529-0.02c0.023,0.067-0.113,0.182-0.029,0.2 c0.18,0.042,0.42-0.076,0.531,0.047c0.027,0.029,0.082,0.073,0.047,0.098c-0.049,0.033-0.096,0.066-0.158,0.073 c-0.117,0.011-0.213-0.071-0.328-0.055c-0.043,0.007,0.041,0.084,0.004,0.099c-0.082,0.04-0.324,0.08-0.238,0.111 c0.326,0.116,0.662-0.117,1.014-0.073c0.359,0.044,0.664,0.097,1.025,0.127c0.162,0.014,0.305,0.03,0.453,0.084 c0.029,0.01-0.061,0.05-0.037,0.067c0.096,0.069,0.428,0.078,0.365-0.013c-0.033-0.052-0.197-0.112-0.129-0.131 c0.137-0.033,0.266,0.013,0.408,0.019c0.344,0.017,0.643,0.007,0.98,0.063c0.137,0.022,0.27,0.195,0.373,0.119 c0.09-0.067,0.115-0.186,0.232-0.209c0.32-0.065,1.049,0.116,0.93-0.137c-0.02-0.038-0.137-0.084-0.088-0.096 c0.307-0.075,0.549,0.219,0.869,0.233c0.215,0.01,0.41-0.013,0.613,0.044c0.068,0.018,0.064,0.104,0.129,0.128 c0.131,0.047,0.291-0.085,0.406-0.016c0.068,0.039,0.205,0.128,0.133,0.161c-0.273,0.126-0.584,0.003-0.896,0.001 c-0.67-0.001-1.252-0.073-1.914,0.007c-0.314,0.039-0.586-0.06-0.9-0.098c-0.381-0.048-0.709,0.125-1.094,0.109 c-1.439-0.064-2.678-0.049-4.119-0.109c-0.135-0.007-0.459,0.038-0.359,0.112c0.33,0.248,1.57-0.152,1.27,0.117 c-0.098,0.09-0.266-0.042-0.41-0.051c-0.385-0.016-0.713,0.029-1.098,0.044c-0.117,0.005-0.363-0.012-0.32,0.078 c0.119,0.251,0.615-0.022,0.938,0.031c0.109,0.019,0.105,0.207,0.215,0.191c0.08-0.012,0.082-0.109,0.156-0.14 c0.09-0.033,0.184-0.003,0.283-0.011c0.486-0.036,0.902,0.074,1.389,0.081c0.064,0,0.029,0.145,0.09,0.131 c0.098-0.025,0.133-0.146,0.236-0.144c0.135,0.004,0.238,0.065,0.371,0.085c0.07,0.012,0.129-0.038,0.201-0.04 c0.301-0.013,1.123-0.055,0.859,0.065c-0.129,0.06-0.465,0.101-0.357,0.181c0.221,0.165,0.557-0.044,0.854-0.032 c0.234,0.011,0.424,0.089,0.658,0.107c0.184,0.016,0.352,0.028,0.527-0.019c0.129-0.035,0.324-0.008,0.361-0.113 c0.027-0.08-0.051-0.184,0.027-0.236c0.209-0.142,0.504,0.037,0.775,0.037c0.115,0,0.225-0.022,0.326,0.021 c0.041,0.019,0.094,0.002,0.125,0.029c0.09,0.082,0.084,0.243,0.217,0.257c0.24,0.027,0.449-0.037,0.691-0.025 c0.189,0.009,0.35-0.056,0.523-0.12c0.109-0.04,0.203-0.083,0.318-0.111c0.1-0.025,0.186,0.063,0.289,0.057 c0.063-0.008,0.018-0.113,0.072-0.137c0.064-0.031,0.146-0.01,0.207,0.023c0.049,0.029,0.143,0.049,0.127,0.097 c-0.02,0.056-0.174,0.105-0.115,0.138c0.109,0.061,0.242,0.073,0.369,0.053c0.045-0.009,0.098-0.007,0.121-0.039 c0.047-0.063-0.014-0.176,0.07-0.202c0.125-0.04,0.424,0.07,0.334,0.152c-0.049,0.044-0.215,0.074-0.156,0.107 c0.111,0.061,0.332-0.02,0.371,0.086c0.033,0.089-0.1,0.27,0.016,0.266c0.182-0.008,0.16-0.255,0.305-0.345 c0.285-0.178,0.715-0.091,1.021,0.061c0.037,0.019-0.029,0.08,0.006,0.099c0.295,0.171,0.664,0.109,1.023,0.095 c0.174-0.006,0.357,0.012,0.484-0.084c0.094-0.07,0.074-0.188,0.146-0.272c0.041-0.048,0.049-0.113,0.115-0.14 c0.176-0.063,0.715,0.058,0.535,0.114c-0.152,0.048-0.537,0.01-0.441,0.116c0.145,0.161,0.451,0.083,0.695,0.074 c0.229-0.009,0.424-0.017,0.65-0.025c0.084-0.004,0.127,0.096,0.209,0.093c0.174-0.007,0.32-0.13,0.484-0.087 c0.078,0.023,0.072,0.116,0.131,0.163c0.041,0.034,0.072,0.086,0.049,0.131c-0.211,0.39-1.836-0.03-1.451,0.257 c0.221,0.164,0.555-0.023,0.854-0.034c0.449-0.017,0.852,0.018,1.271,0.152c0.104,0.033,0.158,0.206,0.252,0.156 c0.145-0.075,0.152-0.254,0.309-0.313c0.287-0.106,0.584,0.032,0.898,0.032c1.936,0.006,7.469-0.072,5.531-0.078 c-1.811-0.005-3.365,0.01-5.174-0.068c-0.697-0.03-1.311,0.123-1.994,0.009c-0.102-0.015-0.322-0.061-0.252-0.122 c0.098-0.088,0.258-0.1,0.402-0.082c0.039,0.006,0.045,0.063,0.084,0.063c0.414-0.016,0.766-0.03,1.18-0.046 c0.145-0.005,0.453,0.028,0.402-0.081c-0.049-0.102-0.398-0.12-0.297-0.189c0.123-0.083,0.266-0.098,0.418-0.087 c-0.047-0.022-0.104-0.058-0.104-0.058s0.164,0.007,0.168,0.061l-0.002,0.003c0.213,0.027,0.443,0.095,0.66,0.104 c0.627,0.027,1.166-0.027,1.785-0.101c0.041-0.006,0.041-0.06,0.078-0.07c0.107-0.033,0.215,0.038,0.326,0.021 c0.08-0.014,0.074-0.137,0.156-0.141c0.086-0.002,0.113,0.149,0.051,0.199c-0.082,0.065-0.344,0.066-0.275,0.144 c0.078,0.087,0.23-0.065,0.361-0.081c0.17-0.02,0.58-0.104,0.438-0.184c-0.09-0.048-0.363-0.023-0.291-0.089 c0.08-0.07,0.238-0.005,0.33,0.055c0.102,0.067,0.176,0.231,0.295,0.189c0.104-0.039,0.164-0.16,0.277-0.144 c0.082,0.011,0.174,0.152,0.209,0.091c0.029-0.054-0.041-0.175,0.031-0.169c0.102,0.012,0.154,0.1,0.252,0.125 c0.094,0.023,0.186-0.025,0.283-0.012c0.08,0.012,0.096,0.103,0.17,0.126c0.201,0.063,0.766,0.03,0.605-0.089 c-0.141-0.105-0.662,0.035-0.533-0.08c0.268-0.241,0.736-0.061,1.135-0.076c0.457-0.019,0.855-0.015,1.307,0.049 c0.115,0.017,0.375-0.033,0.328,0.055c-0.063,0.118-0.303-0.003-0.445,0.051c-0.055,0.021-0.16,0.071-0.115,0.104 c0.191,0.143,0.723-0.173,0.734,0.038c0.004,0.041-0.113,0.073-0.074,0.104c0.084,0.063,0.211-0.014,0.324-0.014 c0.16,0.002,0.48,0.031,0.416,0.152c-0.023,0.043-0.115,0.009-0.16,0.038c-0.092,0.061-0.205,0.089-0.322,0.08 c-0.057-0.005,0.039-0.105-0.008-0.133c-0.051-0.031-0.1,0.053-0.158,0.072c-0.104,0.033-0.287,0.16-0.191,0.208 c0.293,0.144,0.637,0.028,0.979,0.028c1.154-0.002,2.15,0.098,3.299,0.006c0.086-0.006,0.162-0.013,0.242-0.043 c0.055-0.02,0.16-0.069,0.115-0.104c-0.199-0.149-0.502-0.014-0.773-0.003c-0.5,0.019-0.982,0.141-1.428-0.045 c-0.039-0.019-0.098,0-0.123-0.029c-0.049-0.056,0.031-0.188,0.111-0.171c0.082,0.015,0.127,0.095,0.209,0.091 c0.219-0.008,0.408-0.044,0.604-0.122c0.078-0.03,0.275,0.055,0.244-0.011c-0.029-0.063-0.213-0.158-0.131-0.16 c0.15-0.006,0.199,0.171,0.338,0.221c0.158,0.058,0.318,0.039,0.492,0.047c0.113,0.005,0.393,0.063,0.324-0.013 c-0.227-0.253-0.848-0.019-1.035-0.293c-0.049-0.073,0.135-0.149,0.236-0.143c0.141,0.011,0.24,0.152,0.373,0.119 c0.088-0.021,0.139-0.199,0.197-0.141c0.057,0.058,0.014,0.159,0.092,0.196c0.141,0.065,0.295,0.05,0.453,0.084 c0.141,0.029,0.27,0.017,0.41,0.049c0.117,0.027,0.094,0.24,0.215,0.226c0.152-0.018,0.246-0.15,0.4-0.148 c0.221,0.001,0.395,0.11,0.617,0.11c0.184,0,0.342-0.015,0.527-0.021c0.443-0.017,0.811-0.131,1.254-0.146 c0.285-0.012,0.535-0.005,0.816,0.035c0.041,0.004-0.035,0.087,0.006,0.099c0.416,0.124,0.928-0.358,1.256-0.115 c0.066,0.052-0.264,0.091-0.195,0.141c0.158,0.118,0.4,0.072,0.611,0.043c0.135-0.016,0.367-0.003,0.361-0.112 c-0.002-0.042-0.139-0.095-0.088-0.096c0.154-0.008,0.395,0.354,0.262,0.288c-0.068-0.033-0.096-0.15-0.17-0.126 c-0.078,0.024-0.033,0.153-0.111,0.171c-0.277,0.061-0.531-0.047-0.816-0.034c-0.385,0.014-1.471,0.046-1.094,0.106 c0.406,0.068,0.768,0.019,1.182,0.022c0.084,0.001,0.131,0.117,0.209,0.091c0.041-0.011-0.045-0.084-0.006-0.099 c0.08-0.029,0.162,0.036,0.246,0.023c0.041-0.006-0.035,0.091,0.006,0.102c0.238,0.054,0.434-0.151,0.684-0.16 c0.498-0.02,0.945-0.065,1.428,0.044c0.092,0.021,0.215,0.019,0.25,0.09c0.047,0.104-0.061,0.243-0.189,0.275 c-0.26,0.064-0.504,0.006-0.773-0.005c-0.148-0.005-0.512,0.007-0.412-0.083c0.131-0.117,0.664-0.047,0.521-0.154 c-0.223-0.163-0.564,0.022-0.85,0.101c-0.082,0.022-0.248-0.062-0.244,0.009c0.002,0.053,0.125,0.088,0.088,0.13 c-0.061,0.069-0.146,0.101-0.236,0.142c-0.035,0.017-0.041,0.056-0.076,0.071c-0.418,0.155-1.713,0.031-1.293,0.182 c0.406,0.147,1.529-0.211,1.268,0.085c-0.035,0.04-0.166,0.077-0.117,0.104c0.09,0.05,0.178-0.08,0.279-0.11 c0.061-0.018,0.021-0.107,0.074-0.136c0.059-0.034,0.133,0,0.203-0.009c0.393-0.052,0.775,0.091,1.137-0.043 c0.059-0.022-0.145-0.105-0.088-0.13c0.111-0.053,0.238-0.005,0.365-0.015c0.273-0.021,0.5-0.074,0.766-0.129 c0.08-0.019,0.133-0.066,0.197-0.107c0.082-0.053,0.313-0.086,0.236-0.143c-0.158-0.117-0.521,0.149-0.611-0.011 c-0.135-0.244,1.07-0.247,0.938-0.002c-0.021,0.039-0.156,0.044-0.119,0.071c0.289,0.214,1.023,0.139,1.09-0.175 c0.008-0.036,0.063-0.072,0.035-0.102c-0.098-0.109-0.563-0.118-0.418-0.185c0.154-0.071,0.332,0.023,0.492,0.081 c0.039,0.015,0.082-0.017,0.123-0.004c0.059,0.019,0.035,0.101,0.088,0.129c0.355,0.198,0.855-0.16,1.223,0.021 c0.049,0.024,0.061,0.116,0.008,0.133c-0.188,0.06-0.373-0.069-0.572-0.044c-0.301,0.036-1.105,0.036-0.846,0.164 c0.143,0.07,0.303,0.061,0.455,0.116c0.059,0.022,0.033,0.104,0.088,0.13c0.15,0.07,0.633-0.013,0.484-0.084 c-0.121-0.06-0.469-0.035-0.373-0.12c0.182-0.164,0.502-0.052,0.771-0.029c0.127,0.01,0.43,0.055,0.332,0.12 c-0.123,0.084-0.561-0.004-0.443,0.085c0.076,0.056,0.342,0.082,0.252,0.123c-0.461,0.211-0.979-0.01-1.506-0.01 c-0.209,0-0.752,0.087-0.563,0.154c0.406,0.148,0.885-0.135,1.266,0.052c0.176,0.086,0.344,0.355,0.502,0.248 c0.102-0.068,0.119-0.186,0.23-0.243c0.211-0.107,0.922-0.104,0.684-0.158c-0.129-0.03-0.475-0.016-0.371-0.086 c0.133-0.091,0.314-0.045,0.484-0.052c0.514-0.021,1.02,0.216,1.467,0.01c0.045-0.02,0.113-0.075,0.076-0.103 c-0.244-0.183-1.076,0.031-0.908-0.198c0.051-0.069,0.197,0.028,0.285-0.012c0.049-0.022,0.041-0.107-0.008-0.133 c-0.172-0.084-0.748,0.036-0.572-0.044c0.311-0.143,0.66-0.04,1.016-0.04c0.77,0.004,2.943-0.059,2.188-0.184 c-0.227-0.036-0.561,0.099-0.656-0.074c-0.021-0.038,0.09-0.036,0.119-0.071c0.031-0.041-0.088-0.097-0.049-0.132 c0.184-0.164,0.504-0.041,0.768-0.096c0.131-0.025,0.227-0.098,0.361-0.112c0.248-0.031,0.902,0.017,0.699,0.14 c-0.131,0.079-0.52,0-0.441,0.116c0.07,0.101,0.266,0.008,0.408,0.019c0.102,0.008,0.32,0.06,0.252,0.122 c-0.271,0.244-1.428-0.044-1.131,0.177c0.191,0.142,0.477,0.016,0.734,0.007c0.1-0.005,0.188,0.009,0.285,0.021 c0.166,0.02,0.566,0.015,0.455,0.115c-0.082,0.074-0.324,0.013-0.32,0.112c0.004,0.068,0.188,0.111,0.133,0.161 c-0.23,0.208-0.641-0.014-0.975,0.039c-0.076,0.011-0.27,0.048-0.201,0.073c0.457,0.165,0.971-0.153,1.426,0.013 c0.029,0.01,0.066,0.045,0.045,0.063c-0.121,0.109-0.613,0.053-0.479,0.152c0.098,0.073,0.377,0.049,0.334,0.153 c-0.066,0.157-0.637-0.065-0.566,0.088c0.143,0.3,0.719,0.093,1.107,0.125c0.084,0.008,0.158-0.009,0.244-0.009 c0.27,0,0.73,0.189,0.771-0.029c0.02-0.104-0.086-0.211-0.018-0.299c0.055-0.071,0.27-0.12,0.193-0.176 c-0.178-0.134-0.678,0.225-0.689,0.026c-0.016-0.269,0.602-0.089,0.93-0.102c0.287-0.013,1.096-0.015,0.816,0.034 c-0.111,0.021-0.213-0.005-0.324,0.014c-0.043,0.006-0.08,0-0.121,0.005c-0.127,0.014-0.436,0.104-0.318,0.146 c0.455,0.164,0.924-0.077,1.422-0.055c0.5,0.021,0.938-0.003,1.43,0.078c0.039,0.006,0.119,0.048,0.084,0.063 c-0.16,0.075-0.555,0.047-0.477,0.186c0.07,0.127,0.316-0.024,0.484-0.051c0.174-0.029,0.49,0.024,0.482-0.119 c-0.002-0.043-0.127-0.07-0.088-0.098c0.189-0.126,0.451,0.04,0.695,0.04c0.143,0,0.266-0.029,0.406-0.017 c0.063,0.008,0.025,0.134,0.088,0.132c0.123-0.005,0.158-0.151,0.275-0.178c0.164-0.036,0.328-0.068,0.488-0.02 c0.029,0.011,0.055,0.019,0.082,0.03c0.092,0.039,0.137,0.115,0.174,0.194c0.025,0.055,0.217,0.05,0.168,0.093 c-0.072,0.065-0.172,0.092-0.279,0.11c-0.82,0.146-1.568,0.164-2.398,0.06c-0.143-0.019-0.264-0.045-0.41-0.052 c-0.082-0.002-0.115,0.096-0.197,0.109c-0.322,0.048-0.607,0.002-0.936,0.001c-0.584-0.001-1.084,0.035-1.668,0.031 c-0.051,0-0.076-0.075-0.125-0.063c-0.1,0.025-0.135,0.139-0.236,0.144c-0.188,0.006-0.346-0.054-0.533-0.047 c-0.357,0.013-0.67-0.089-1.02-0.029c-0.068,0.013-0.203,0.063-0.156,0.107c0.145,0.135,0.398,0.065,0.615,0.076 c0.393,0.021,0.758,0.013,1.107,0.157c0.131,0.055,0.463,0.162,0.41,0.052c-0.031-0.07-0.232-0.104-0.172-0.16 c0.049-0.045,0.139,0.044,0.205,0.026c1.299-0.388,2.566-0.044,3.941-0.153c1.006-0.079,1.879-0.003,2.889-0.042 c1.125-0.043,2.092,0.006,3.217,0.01c0.117,0,0.408-0.018,0.328,0.054c-0.211,0.188-1.121-0.073-0.889,0.1 c0.098,0.075,0.377,0.05,0.334,0.154c-0.098,0.232-0.553,0.055-0.852,0.066c-0.443,0.017-0.816,0.092-1.254,0.148 c-0.043,0.005,0.035-0.091-0.006-0.101c-0.113-0.025-0.205,0.063-0.32,0.08c-0.041,0.004-0.047-0.07-0.086-0.063 c-0.156,0.021-0.291,0.12-0.443,0.082c-0.098-0.023-0.15-0.104-0.25-0.122c-0.279-0.054-0.523,0.086-0.809,0.097 c-0.516,0.02-0.957-0.096-1.471-0.076c-0.045,0.002,0.008,0.091-0.035,0.101c-0.104,0.025-0.186-0.11-0.291-0.088 c-0.1,0.021-0.135,0.156-0.234,0.142c-0.076-0.011-0.131-0.062-0.207-0.059c-0.229,0.01-0.426,0.053-0.65,0.025 c-0.93-0.117-1.752,0.082-2.688,0.004c-0.256-0.023-0.479-0.023-0.734-0.039c-0.096-0.006-0.166-0.054-0.25-0.092 c-0.068-0.027,0.135-0.133,0.07-0.169c-0.199-0.111-0.445,0.051-0.688,0.06c-0.174,0.006-0.324,0.03-0.484,0.086 c-0.059,0.02-0.018,0.111-0.072,0.136c-0.08,0.035-0.158-0.051-0.248-0.058c-0.104-0.008-0.211-0.2-0.252-0.123 c-0.035,0.064,0.111,0.146,0.053,0.199c-0.154,0.137-0.42,0.057-0.648,0.057c-0.242,0-0.453-0.035-0.693-0.006 c-0.408,0.049-0.762,0.133-1.174,0.111c-0.104-0.006-0.184-0.055-0.289-0.055c-1.863-0.015-3.461,0.065-5.324,0.137 c-0.928,0.035-1.729-0.171-2.652-0.1c-0.072,0.007-0.133,0.016-0.203,0.009c-0.539-0.046-1.004,0.083-1.545,0.059 c-1.352-0.058-2.516,0.073-3.867,0.016c-0.596-0.027-1.109,0.091-1.705,0.065c-0.854-0.036-1.588-0.006-2.441,0.027 c-0.557,0.021-1.104-0.228-1.588-0.006c-0.045,0.021-0.115,0.029-0.119,0.07c-0.008,0.094,0.17,0.261,0.057,0.265 c-0.121,0.006-0.053-0.189-0.137-0.262c-0.201-0.167-0.531-0.031-0.816-0.035c-0.115,0-0.213,0.024-0.326,0.013 c-0.215-0.021-0.396-0.085-0.615-0.076c-0.039,0.002-0.037,0.062-0.076,0.07c-0.484,0.099-0.924,0.05-1.42,0.088 c-0.625,0.046-1.166,0.008-1.787,0.069c-0.064,0.004-0.027,0.171-0.074,0.135c-0.08-0.061-0.029-0.21-0.135-0.228 c-0.133-0.023-0.236,0.158-0.361,0.112c-0.057-0.02-0.025-0.123-0.088-0.129c-0.695-0.067-1.299-0.027-1.998-0.057 c-0.441-0.019-0.822-0.004-1.26,0.048c-0.197,0.025-0.371,0.043-0.568,0.021c-0.129-0.011-0.361,0.086-0.367-0.02 c-0.004-0.041,0.117-0.078,0.074-0.102c-0.201-0.112-0.861,0.143-0.639,0.225c0.08,0.027,0.242-0.048,0.246,0.022 c0.014,0.226-0.775,0.042-0.717,0.263c0.014,0.056,0.107,0.063,0.168,0.092c0.098,0.049,0.383,0.104,0.326,0.022 c-0.031-0.045-0.223-0.034-0.166-0.06c0.213-0.098,0.428,0.119,0.662,0.174c0.238,0.055,0.914,0.007,0.697,0.105 c-0.273,0.127-0.584-0.044-0.896-0.032c-1.082,0.042-2.012,0.012-3.092,0.054c-0.129,0.004-0.291-0.04-0.365,0.046 c-0.063,0.078-0.049,0.193-0.148,0.24c-0.291,0.133-0.703-0.019-0.908-0.232c-0.064-0.067-0.244-0.132-0.174-0.193 c0.23-0.207,0.635,0.028,0.979,0.028c0.371,0.002,0.688-0.011,1.057-0.039c0.285-0.024,0.52-0.109,0.807-0.132 c0.117-0.009,0.211,0.058,0.328,0.055c0.172-0.009,0.584-0.112,0.438-0.184c-0.244-0.122-0.531-0.037-0.816-0.036 c-0.27,0-0.959-0.04-0.742-0.173c0.084-0.049,0.227-0.002,0.281-0.076c0.02-0.028-0.053-0.044-0.086-0.063 c-0.059-0.033-0.102-0.072-0.168-0.093c-0.189-0.058-0.684-0.045-0.564,0.087c0.08,0.091,0.365-0.023,0.371,0.088 c0.023,0.4-0.879,0.232-1.369,0.253c-0.785,0.029-1.459-0.079-2.242-0.049c-0.273,0.011-0.504-0.026-0.777-0.037 c-0.332-0.015-1.154-0.046-0.908-0.231c0.096-0.073,0.482-0.037,0.361-0.08c-0.209-0.076-0.416,0.082-0.646,0.091 c-0.121,0.005-0.211-0.067-0.33-0.088c-0.176-0.028-0.586,0.034-0.48,0.152c0.137,0.151,0.457-0.056,0.654,0.041 c0.428,0.212-0.92,0.088-1.42,0.088c-0.541,0-1.1,0.241-1.547-0.008c-0.047-0.025-0.043-0.097-0.008-0.132 c0.133-0.14,0.766-0.173,0.557-0.221c-0.236-0.055-0.471,0.007-0.695-0.074c-0.039-0.016,0.023-0.073-0.006-0.099 c-0.158-0.138-0.867,0.039-0.646,0.091c0.18,0.041,0.4-0.064,0.531,0.046c0.061,0.05,0.082,0.16,0.012,0.199 c-0.176,0.102-0.803,0.019-0.605,0.091c0.088,0.031,0.314,0.031,0.25,0.09c-0.221,0.198-0.609,0.017-0.938,0.003 c-0.186-0.009-0.373,0.036-0.531-0.046c-0.08-0.043-0.064-0.142-0.133-0.195c-0.111-0.089-0.229-0.154-0.377-0.186 c-0.074-0.017-0.186-0.119-0.207-0.06c-0.078,0.225,0.746,0.376,0.518,0.515c-0.313,0.188-0.734,0.038-1.104-0.058 c-0.09-0.026-0.322-0.041-0.25-0.092c0.178-0.118,0.428,0.038,0.652,0.009c0.117-0.014,0.408-0.014,0.322-0.078 c-0.16-0.12-0.502-0.013-0.58-0.178c-0.047-0.1,0.049-0.241-0.059-0.299c-0.074-0.04-0.299,0.021-0.24,0.076 c0.043,0.039,0.139,0.014,0.166,0.06c0.047,0.075-0.059,0.172-0.15,0.206c-0.104,0.04-0.211,0.008-0.324,0.014 c-0.328,0.013-0.607,0.043-0.934,0.068c-0.143,0.011-0.41-0.068-0.404,0.049c0.006,0.114,0.445,0.02,0.373,0.118 c-0.104,0.141-0.365,0.064-0.564,0.089c-0.256,0.032-0.479-0.013-0.734-0.039c-0.061-0.004-0.07-0.084-0.129-0.095 c-0.088-0.015-0.148,0.073-0.24,0.076c-0.641,0.025-1.209,0.092-1.834-0.029c-0.08-0.017-0.279-0.06-0.209-0.093 c0.213-0.098,0.451,0.026,0.693,0.008c0.131-0.012,0.459-0.01,0.361-0.082c-0.191-0.142-0.506,0.027-0.736-0.07 c-0.119-0.05-0.299-0.26-0.334-0.154c-0.023,0.068,0.053,0.181-0.029,0.201c-0.166,0.04-0.326-0.008-0.492-0.047 c-0.096-0.024-0.207,0.028-0.285-0.022c-0.096-0.063-0.125-0.291-0.217-0.227c-0.096,0.068-0.037,0.223-0.148,0.272 c-0.135,0.063-0.305-0.039-0.445,0.018c-0.088,0.033-0.195,0.166-0.111,0.204c0.063,0.029,0.133-0.011,0.203-0.008 c0.188,0.012,0.658-0.066,0.533,0.046c-0.191,0.173-0.529,0.044-0.813,0.03c-0.328-0.013-0.639,0.079-0.939-0.03 c-0.047-0.016-0.109-0.02-0.125-0.061c-0.025-0.068,0.113-0.182,0.029-0.201c-0.107-0.025-0.133,0.138-0.234,0.176 c-0.039,0.015,0.037,0.077,0.006,0.1c-0.184,0.132-0.479,0.051-0.695-0.041c-0.074-0.029-0.137-0.059-0.209-0.091 c-0.049-0.024,0.027-0.095-0.006-0.133c-0.168-0.186-0.504-0.159-0.783-0.137c-0.133,0.011-0.305,0.013-0.359,0.113 c-0.053,0.097,0.09,0.249-0.023,0.301c-0.127,0.058-0.455-0.028-0.402,0.083c0.043,0.093,0.18,0.118,0.293,0.155 c0.439,0.14,0.941-0.216,1.344-0.017c0.121,0.058-0.174,0.192-0.314,0.21c-0.492,0.059-0.969-0.146-1.424,0.021 c-0.078,0.031-0.221-0.025-0.242,0.044c-0.02,0.069,0.047,0.238-0.027,0.201c-0.102-0.051,0-0.21-0.098-0.264 c-0.217-0.119-0.879-0.047-0.703-0.207c0.076-0.068,0.209-0.035,0.322-0.044c0.256-0.022,0.691,0.146,0.73-0.063 c0.063-0.342-0.842,0.01-1.191-0.187c-0.105-0.057-0.068-0.21-0.178-0.259c-0.074-0.035-0.16,0.019-0.244,0.008 c-0.396-0.048-0.77-0.054-1.111-0.225c-0.133-0.064-0.422-0.24-0.414-0.116c0.004,0.091,0.289,0.125,0.215,0.192 c-0.115,0.104-0.322-0.016-0.488,0.019c-0.281,0.059-0.516,0.176-0.805,0.164c-0.158-0.008-0.561-0.004-0.443,0.083 c0.113,0.084,0.518,0.025,0.414,0.118c-0.18,0.161-0.734-0.024-0.721,0.193c0.006,0.134,0.289,0.076,0.451,0.083 c0.359,0.017,0.67,0.004,1.021,0.061c0.088,0.015,0.301-0.001,0.248,0.059c-0.076,0.083-0.236,0.031-0.363,0.046 c-0.691,0.084-1.301-0.007-1.99,0.076c-0.383,0.047-0.723-0.085-1.102-0.024c-0.129,0.021-0.234,0.053-0.361,0.08 c-0.078,0.019-0.074,0.137-0.154,0.14c-0.16,0.006-0.258-0.156-0.416-0.15c-0.041,0.002-0.041,0.055-0.078,0.069 c-0.092,0.036-0.15,0.097-0.236,0.143c-0.033,0.019-0.059,0.041-0.078,0.07c-0.027,0.041-0.166-0.076-0.162-0.027 c0.018,0.31,0.688,0.158,1.066,0.16c0.186,0,0.344-0.021,0.529-0.021c0.059,0,0.066,0.088,0.127,0.095 c0.111,0.014,0.236-0.071,0.324-0.013c0.096,0.062,0.146,0.232,0.256,0.19c0.148-0.055,0.201-0.199,0.352-0.247 c0.426-0.134,0.848,0.034,1.305,0.016c0.527-0.019,0.98,0.063,1.508,0.044c0.041-0.001,0.045,0.063,0.086,0.063 c0.162-0.007,0.279-0.105,0.441-0.118c0.191-0.015,0.342,0.105,0.535,0.113c0.215,0.01,0.787-0.062,0.613,0.044 c-0.08,0.048-0.186,0.001-0.283,0.009c-0.711,0.059-1.324-0.019-2.037-0.02c-0.129-0.002-0.236,0.033-0.365,0.047 c-0.031,0.002-0.01,0.053-0.037,0.067c-0.07,0.04-0.158-0.015-0.244-0.023c-0.043-0.006,0.043,0.084,0.006,0.099 c-0.066,0.024-0.098-0.096-0.168-0.093c-0.053,0.001,0.127-0.105,0.074-0.103c-0.133,0.006-0.303,0.216-0.188,0.273 c0.293,0.145,0.637,0.029,0.979,0.029c0.297,0,0.977-0.04,0.824,0.168c-0.096,0.132-0.342,0.048-0.527,0.054 c-0.469,0.018-0.889-0.082-1.342,0.018c-0.111,0.026-0.346,0.069-0.277,0.144c0.186,0.207,0.584-0.07,0.895-0.033 c0.174,0.021,0.322,0.046,0.492,0.08c0.229,0.048,0.457,0.01,0.658,0.109c0.32,0.158-1.232-0.095-1.049,0.173 c0.15,0.219,0.813-0.015,0.828,0.234c0.002,0.054-0.088,0.087-0.074,0.136c0.01,0.035-0.004,0.066,0.006,0.102 c0.01,0.031,0.053,0.043,0.084,0.062c0.188,0.113,0.445-0.002,0.656,0.075c0.24,0.087-0.416,0.271-0.678,0.26 c-0.201-0.009-0.373-0.069-0.572-0.045c-0.342,0.042-1.254,0.011-0.967,0.171c0.189,0.105,0.703,0.083,0.584,0.245 c-0.197,0.269-1.113-0.24-1.096,0.074c0.012,0.179,0.398,0.068,0.615,0.075c0.514,0.023,0.955-0.011,1.467,0.012 c0.145,0.006,0.498,0.006,0.402-0.081c-0.094-0.089-0.432-0.102-0.336-0.188c0.299-0.271,1.271,0.182,1.252-0.183 c-0.004-0.063-0.152-0.015-0.207-0.058c-0.104-0.084-0.215-0.173-0.221-0.292c-0.008-0.128,0.15-0.295,0.02-0.367 c-0.096-0.052-0.369-0.052-0.293-0.123c0.1-0.087,0.297-0.021,0.41,0.052c0.041,0.025,0.111,0.022,0.127,0.063 c0.033,0.09-0.141,0.271-0.025,0.267c0.063-0.003,0.096-0.078,0.158-0.072c0.113,0.012,0.18,0.145,0.291,0.123 c0.1-0.021,0.137-0.127,0.236-0.144c0.127-0.019,0.238-0.015,0.365-0.014c0.088,0.001,0.291-0.037,0.246,0.023 c-0.043,0.059-0.201,0.041-0.197,0.107c0.004,0.05,0.07,0.08,0.127,0.096c0.139,0.038,0.365-0.063,0.41,0.051 c0.023,0.056-0.016,0.142,0.051,0.165c0.07,0.026,0.135-0.04,0.199-0.075c0.043-0.022-0.117-0.063-0.086-0.096 c0.111-0.126,0.484-0.063,0.475-0.219c-0.004-0.082-0.115-0.135-0.213-0.159c-0.162-0.039-0.328,0.069-0.486,0.02 c-0.096-0.03-0.271-0.166-0.174-0.192c0.111-0.032,0.379,0.003,0.32-0.08c-0.107-0.157-0.502,0.046-0.617-0.109 c-0.051-0.069,0.031-0.16-0.012-0.233c-0.023-0.037,0.105-0.069,0.074-0.104c-0.236-0.264-0.742-0.038-1.143-0.055 c-0.129-0.005-0.24,0.002-0.367-0.02c-0.129-0.021-0.307,0.041-0.369-0.054c-0.025-0.035,0.027-0.085,0.074-0.102 c0.236-0.083,0.477,0.015,0.734,0.005c0.24-0.01,0.453-0.07,0.689-0.026c0.143,0.026,0.482,0.154,0.41,0.051 c-0.035-0.051-0.184-0.091-0.129-0.129c0.311-0.209,0.742,0.09,1.145,0.09c0.441,0.001,0.818-0.072,1.26-0.049 c0.104,0.006,0.189,0.028,0.289,0.058c0.049,0.012-0.156,0.041-0.119,0.069c0.133,0.1,0.303-0.123,0.48-0.151 c0.547-0.085,1.033,0.094,1.592,0.071c0.654-0.023,1.229,0.068,1.871-0.037c0.168-0.027,0.521-0.062,0.438-0.183 c-0.098-0.143-0.371,0.004-0.57,0.021c-0.17,0.014-0.318,0.04-0.486,0.019c-0.17-0.021-0.324-0.021-0.488,0.02 c-0.043,0.01,0.006,0.083-0.035,0.101c-0.082,0.038-0.164-0.055-0.248-0.091c-0.283-0.118-0.584-0.098-0.902-0.098 c-0.129-0.001-0.238,0.019-0.365,0.014c-0.229-0.011-0.43-0.02-0.65,0.025c-0.152,0.029-0.299,0.059-0.447,0.017 c-0.037-0.011,0.115-0.057,0.078-0.07c-0.234-0.084-0.834,0.254-0.729,0.063c0.244-0.453,1.098-0.192,1.693-0.266 c0.367-0.045,0.688-0.007,1.059-0.007c1.383,0.004,2.57,0.102,3.953,0.049c1.551-0.061,2.885,0.025,4.438,0.029 c0.559,0.002,1.059-0.062,1.594,0.071c0.096,0.025,0.111,0.163,0.213,0.16c0.041-0.002-0.049-0.095-0.006-0.102 c0.352-0.052,0.656-0.132,1.012-0.104c0.076,0.006,0.258,0.012,0.207,0.058c-0.225,0.203-0.793-0.079-0.928,0.171 c-0.041,0.075,0.078,0.164,0.174,0.191c0.189,0.059,0.369-0.052,0.566-0.087c0.125-0.023,0.24-0.034,0.365-0.013 c0.305,0.049,0.574,0.072,0.865,0.165c0.121,0.039,0.383,0.109,0.295,0.189c-0.221,0.198-0.607,0.024-0.934,0.035 c-0.428,0.018-0.814,0.082-1.223-0.02c-0.135-0.034-0.32-0.108-0.299-0.223c0.016-0.081,0.125-0.211,0.027-0.233 c-0.096-0.023-0.182,0.041-0.281,0.043c-0.096,0.004-0.225,0.032-0.24,0.109c-0.02,0.111,0.068,0.284-0.043,0.33 c0.348,0.008,0.715,0.112,1.084,0.099c0.188-0.007,0.348,0.021,0.531,0.047c0.07,0.009,0.074,0.162,0.131,0.128 c0.035-0.022-0.004-0.12,0.035-0.102c0.088,0.044,0.154,0.161,0.094,0.23c-0.135,0.152-0.395-0.215-0.621-0.176 c-0.113,0.018-0.162,0.155-0.277,0.143c-0.268-0.028-0.473-0.16-0.742-0.171c-0.262-0.013-0.969,0-0.738-0.106 c0.08-0.037,0.162-0.061,0.246-0.075c-0.107-0.011-0.217-0.04-0.334-0.055c-0.131-0.017-0.389-0.055-0.334-0.154 c0.055-0.099,0.328-0.17,0.23-0.242c-0.18-0.134-0.453-0.011-0.693-0.04c-0.186-0.023-0.355-0.094-0.533-0.046 c-0.082,0.022-0.188-0.013-0.242,0.044c-0.242,0.255,1.422,0.132,1.076,0.29c-0.174,0.08-0.379,0.001-0.568,0.057 c-0.107,0.03-0.184,0.088-0.275,0.143c-0.063,0.038-0.27,0.049-0.199,0.075c0.193,0.07,0.627-0.024,0.578,0.144 c-0.041,0.139-0.521,0.153-0.393,0.249c0.211,0.157,0.529,0.002,0.814,0.002c0.172,0,0.588,0.059,0.455,0.148 c-0.109,0.075-0.281-0.039-0.406,0.017c-0.07,0.031-0.086,0.104-0.154,0.139c-0.053,0.027-0.025,0.104-0.074,0.136 c-0.059,0.041-0.256,0.031-0.199,0.076c0.105,0.078,0.264-0.012,0.406-0.017c0.064-0.004,0.098-0.063,0.158-0.072 c0.408-0.072,0.771,0.054,1.186,0.087c0.129,0.011,0.238-0.015,0.367-0.013c0.455,0,0.869,0.102,1.301-0.019 c0.057-0.014,0.109-0.017,0.162-0.04c0.143-0.055,0.283-0.094,0.441-0.082c0.189,0.015,0.436,0.213,0.535,0.079 c0.053-0.074,0.002-0.201-0.096-0.23c-0.285-0.084-1.105,0.048-0.861-0.099c0.369-0.223,0.922,0.095,1.297-0.117 c0.078-0.044,0.033-0.249,0.111-0.204c0.188,0.111,0.316,0.284,0.547,0.312c0.254,0.032,0.475-0.038,0.73-0.027 c0.203,0.008,0.639-0.087,0.518-0.221c-0.166-0.184-0.973-0.101-0.746-0.236c0.209-0.128,0.477,0.071,0.736,0.071 c0.342,0,0.738-0.206,0.977-0.004c0.061,0.05-0.021,0.161,0.053,0.198c0.197,0.096,0.416-0.103,0.646-0.093 c0.172,0.008,0.605,0.082,0.455,0.15c-0.186,0.084-0.402-0.047-0.611-0.011c-0.08,0.015-0.23,0.046-0.197,0.107 c0.113,0.202,0.506,0.039,0.773,0.004c0.129-0.017,0.371,0.059,0.365-0.047c-0.004-0.042-0.139-0.096-0.088-0.098 c0.135-0.005,0.205,0.128,0.334,0.155c0.236,0.047,0.912,0.02,0.689-0.061c-0.117-0.041-0.406-0.037-0.332-0.119 c0.049-0.058,0.164-0.047,0.197-0.109c0.021-0.037-0.055-0.063-0.088-0.097c-0.057-0.057-0.094-0.119-0.172-0.16 c-0.252-0.131-0.561,0.049-0.854,0c-0.16-0.026-0.291-0.074-0.453-0.082c-0.043-0.001,0.045,0.084,0.006,0.099 c-0.264,0.093-0.531-0.057-0.816-0.035c-0.795,0.063-1.486,0.088-2.279,0.021c-0.133-0.011-0.404-0.059-0.334-0.152 c0.172-0.235,1.154-0.004,0.924-0.204c-0.139-0.12-0.529-0.124-0.463-0.28c0.1-0.234,0.557,0.078,0.859,0.066 c0.357-0.015,1.242-0.172,1.021,0.061c-0.156,0.163-0.885,0.07-0.682,0.191c0.059,0.036,0.135-0.023,0.203-0.006 c0.143,0.036,0.264,0.071,0.412,0.083c0.072,0.007,0.133,0.018,0.205,0.026c0.584,0.073,2.16-0.015,1.654-0.264 c-0.082-0.041-0.143,0.111-0.238,0.109c-0.266-0.008-0.475-0.148-0.74-0.139c-0.08,0.003-0.08,0.161-0.154,0.139 c-0.078-0.021-0.094-0.107-0.17-0.126c-0.117-0.03-0.395-0.003-0.332-0.089c0.021-0.028,0.053-0.042,0.078-0.067 c0.045-0.047,0.141,0.05,0.205,0.025c0.041-0.017-0.01-0.097,0.035-0.103c0.535-0.068,1.012-0.06,1.547,0.008 c0.619,0.076,1.164-0.063,1.789-0.035c0.715,0.029,1.34-0.027,2.041,0.088c0.293,0.048,0.557,0.025,0.855,0 c0.07-0.005,0.133-0.018,0.203-0.008c0.109,0.016,0.311,0.079,0.254,0.158c-0.076,0.104-0.252,0.122-0.4,0.115 c-0.115-0.007-0.182-0.098-0.293-0.121c-0.316-0.074-0.619,0.016-0.93,0.102c-0.285,0.078-0.648-0.083-0.85,0.1 c-0.309,0.276,0.854,0.025,1.307,0.081c0.158,0.021,0.293,0.056,0.451,0.05c0.74-0.027,1.373-0.083,2.113-0.08 c0.285,0,0.564-0.075,0.816,0.035c0.086,0.038,0.111,0.221,0.012,0.232c-0.115,0.014-0.211-0.053-0.328-0.053 c-0.385-0.002-0.713,0.106-1.096,0.075c-0.059-0.006-0.066-0.093-0.127-0.097c-0.156-0.006-0.287,0.058-0.445,0.051 c-0.215-0.01-0.398-0.031-0.613-0.042c-0.127-0.007-0.236,0.014-0.365,0.014c-0.484-0.001-0.898,0.074-1.381,0.053 c-0.287-0.013-1.055-0.024-0.809,0.098c0.42,0.207,1.66-0.035,1.359,0.281c-0.205,0.215-1.123-0.051-0.926,0.168 c0.16,0.181,0.551-0.056,0.777,0.071c0.041,0.023,0.125,0.069,0.086,0.097c-0.178,0.12-0.836,0.018-0.645,0.124 c0.053,0.03,0.105,0.046,0.166,0.06c0.07,0.017,0.139-0.071,0.201-0.041c0.072,0.035,0.133,0.065,0.209,0.093 c0.047,0.015-0.117,0.078-0.074,0.103c0.176,0.099,0.406,0.033,0.609-0.024c0.068-0.017,0.205,0.019,0.201-0.04 c-0.004-0.075-0.252-0.123-0.172-0.16c0.262-0.119,1.105,0.028,0.85-0.099c-0.326-0.16-1.398-0.008-1.068-0.16 c0.125-0.056,0.334,0.085,0.406-0.015c0.045-0.062-0.092-0.136-0.053-0.198c0.037-0.056,0.006-0.139,0.072-0.17 c0.105-0.05,0.346-0.011,0.332,0.088c-0.01,0.065-0.203,0.085-0.156,0.139c0.068,0.075,0.209-0.052,0.324-0.046 c0.148,0.007,0.525,0.007,0.412,0.083c-0.07,0.049-0.322,0.047-0.24,0.078c0.227,0.08,0.438-0.128,0.682-0.16 c0.107-0.014,0.182,0.088,0.291,0.088c0.145,0.002,0.258-0.089,0.402-0.082c0.148,0.009,0.264,0.098,0.412,0.085 c0.07-0.007,0.053-0.11,0.113-0.138c0.1-0.046,0.213,0.002,0.326-0.013c0.102-0.013,0.191-0.122,0.281-0.077 c0.078,0.039,0.131,0.093,0.17,0.16c0.021,0.032,0.145-0.07,0.121-0.037c-0.086,0.116-0.555,0.178-0.395,0.215 c0.383,0.088,0.738-0.061,1.137-0.044c0.186,0.007,0.346,0,0.527-0.021c0.072-0.008,0.055-0.167,0.115-0.137 c0.104,0.051,0.018,0.24,0.137,0.261c0.168,0.026,0.314-0.054,0.486-0.052c0.199,0,0.52,0.104,0.566-0.056 c0.02-0.069-0.051-0.229,0.029-0.201c0.131,0.048,0.129,0.209,0.258,0.257c0.174,0.063,0.662-0.035,0.535,0.08 c-0.307,0.275-0.846,0.018-1.303,0.017c-0.74-0.002-1.375,0.079-2.113,0.048c-0.146-0.007-0.51,0.002-0.402,0.082 c0.152,0.115,0.375,0.068,0.576,0.111c0.119,0.023,0.176,0.129,0.293,0.155c0.125,0.028,0.238-0.02,0.367-0.014 c0.613,0.026,1.191-0.138,1.754,0.065c0.029,0.011,0.068,0.049,0.045,0.064c-0.102,0.068-0.238-0.047-0.371-0.052 c-0.412-0.019-0.76,0.095-1.174,0.111c-0.938,0.035-1.742,0.066-2.68,0.102c-0.258,0.01-0.479-0.015-0.736-0.038 c-0.094-0.008-0.154-0.086-0.25-0.09c-0.072-0.003-0.129,0.041-0.201,0.041c-0.555,0.002-1.031,0.052-1.586,0.028 c-0.627-0.028-1.168-0.082-1.793-0.032c-0.652,0.053-1.221,0.062-1.873,0.006c-0.287-0.024-0.531-0.092-0.818-0.069 c-0.566,0.047-1.066-0.027-1.625,0.063c-1.467,0.237-2.777-0.004-4.275-0.003c-0.359,0-0.662-0.09-1.023-0.094 c-0.041,0-0.078,0.002-0.121,0.004c-0.982,0.037-3.76,0.082-2.795,0.239c0.701,0.116,1.334,0.002,2.041,0.091 c0.258,0.032,0.914,0.078,0.703,0.207c-0.297,0.178-1.33-0.166-1.057,0.039c0.045,0.033,0.072,0.076,0.129,0.095 c0.256,0.078,0.979-0.08,0.777,0.069c-0.264,0.197-0.664-0.028-1.018,0.007c-0.072,0.007-0.135,0.021-0.201,0.04 c-0.057,0.018,0.006,0.099-0.033,0.136c-0.043,0.037-0.207,0.037-0.16,0.072c0.234,0.175,0.611-0.04,0.9,0.065 c0.123,0.045,0.205,0.127,0.334,0.153c0.266,0.055,0.504,0.032,0.777,0.037c0.063,0.002,0.029,0.147,0.088,0.13 c0.104-0.032,0.092-0.168,0.191-0.207c0.09-0.035,0.186-0.003,0.285-0.012c0.184-0.015,0.344-0.027,0.527-0.02 c0.287,0.013,0.531,0.046,0.816,0.035c0.242-0.01,0.449-0.037,0.691-0.026c0.711,0.03,1.318-0.083,2.031-0.078 c0.086,0,0.162-0.029,0.244-0.009c0.027,0.005,0.092-0.024,0.08-0.004c-0.035,0.067-0.154,0.23-0.07,0.203 c0.137-0.043,0.217-0.146,0.357-0.181c0.334-0.081,0.654,0.035,0.984,0.13c0.328,0.093,1.217,0.049,0.949,0.23 c-0.152,0.104-0.375-0.017-0.568,0.021c-0.119,0.024-0.334,0.09-0.275,0.177c0.061,0.088,0.438,0.04,0.33,0.088 c-0.078,0.036-0.305,0.027-0.238,0.075c0.08,0.063,0.338,0.1,0.252,0.159c-0.273,0.186-0.773-0.144-1.014,0.071 c-0.037,0.034-0.041,0.109,0.008,0.133c0.098,0.049,0.213-0.03,0.326-0.013c0.049,0.009,0.092,0.03,0.125,0.063 c0.072,0.072-0.045,0.217,0.055,0.264c0.348,0.16,0.74-0.061,1.139-0.043c0.189,0.008,0.615,0.017,0.521-0.119 c-0.123-0.182-0.936-0.066-0.699-0.141c0.398-0.127,0.795,0.001,1.223,0.02c1.096,0.047,2.037-0.013,3.131-0.054 c0.201-0.008,0.75,0.011,0.568-0.055c-0.332-0.122-0.701,0.005-1.025-0.128c-0.217-0.088-0.445-0.11-0.625-0.243 c-0.029-0.022-0.107-0.037-0.086-0.063c0.055-0.065,0.197-0.039,0.238-0.11c0.033-0.054-0.014-0.121,0.031-0.168 c0.047-0.046-0.031-0.198,0.031-0.167c0.139,0.068,0.016,0.278,0.143,0.36c0.291,0.188,1.412,0.042,1.057-0.039 c-0.338-0.079-1.094,0.111-0.986-0.164c0.031-0.078,0.109-0.128,0.193-0.174c0.035-0.018,0.039-0.059,0.078-0.069 c0.123-0.029,0.238,0.013,0.367,0.021c0.441,0.018,0.818-0.067,1.26-0.049c0.148,0.006,0.33-0.018,0.412,0.083 c0.055,0.069-0.039,0.198,0.053,0.232c0.049,0.016,0.084-0.04,0.119-0.072c0.059-0.051-0.096-0.136-0.053-0.196 c0.037-0.057,0.137-0.041,0.199-0.075c0.043-0.025,0.072-0.091,0.119-0.07c0.092,0.036,0.08,0.158,0.174,0.193 c0.104,0.036,0.229-0.063,0.324-0.013c0.086,0.045,0.119,0.121,0.174,0.193c0.035,0.042,0.049,0.089,0.088,0.13 c0.029,0.026-0.059,0.069-0.033,0.1c0.061,0.08,0.344,0.08,0.324-0.013c-0.023-0.108-0.133-0.184-0.139-0.294 c-0.002-0.025,0.016-0.048,0.037-0.067c0.076-0.069,0.211-0.066,0.322-0.046c0.094,0.018,0.271,0.014,0.25,0.092 c-0.016,0.048-0.121,0.1-0.074,0.136c0.064,0.046,0.223,0.025,0.242-0.043c0.023-0.081-0.055-0.188,0.027-0.235 c0.164-0.093,0.371-0.015,0.568-0.021c1.453-0.055,2.703-0.022,4.156,0.039c0.285,0.014,0.533,0.071,0.816,0.036 c0.213-0.025,0.434-0.056,0.613,0.043c0.109,0.063,0.084,0.245,0.219,0.26c0.24,0.025,0.816-0.164,0.691,0.005 c-0.084,0.115-0.389-0.009-0.441,0.118c-0.074,0.178,0.588-0.138,0.654,0.041c0.025,0.069-0.08,0.145-0.029,0.201 c0.096,0.106,0.559-0.046,0.451,0.05c-0.277,0.25-0.766,0.112-1.176,0.078c-0.234-0.02-0.402-0.143-0.623-0.209 c-0.201-0.062-0.402,0.01-0.607,0.056c-0.111,0.024-0.33-0.08-0.326,0.013c0.004,0.066,0.094,0.107,0.17,0.127 c0.199,0.052,0.566-0.058,0.576,0.111c0.01,0.165-0.371-0.028-0.572-0.044c-0.24-0.021-0.455-0.05-0.691-0.007 c-0.07,0.012-0.172,0.103-0.115,0.137c0.238,0.146,0.875-0.071,0.824,0.169c-0.014,0.064-0.215,0.095-0.154,0.139 c0.146,0.111,0.371,0.011,0.57,0.011c0.18,0,0.586-0.033,0.48-0.15c-0.043-0.047-0.23-0.064-0.168-0.093 c0.111-0.052,0.236-0.006,0.365-0.015c0.779-0.06,1.451-0.057,2.234-0.085c0.145-0.006,0.266,0.042,0.41,0.05 c0.271,0.013,0.563-0.102,0.775,0.037c0.105,0.068,0.086,0.235,0.219,0.258c0.074,0.013,0.125-0.055,0.199-0.074 c0.061-0.015,0.014-0.117,0.074-0.137c0.059-0.017,0.107,0.038,0.166,0.062c0.053,0.02-0.068,0.096-0.033,0.135 c0.088,0.097,0.512-0.008,0.412,0.084c-0.129,0.114-0.705,0.077-0.523,0.12c0.316,0.072,1.141,0.104,0.93-0.102 c-0.061-0.063-0.168-0.049-0.248-0.092c-0.055-0.029-0.045-0.091-0.09-0.13c-0.074-0.064-0.217-0.022-0.289-0.088 c-0.031-0.029-0.01-0.095,0.035-0.103c0.193-0.034,0.359,0.071,0.537,0.147c0.064,0.025,0.201-0.035,0.205,0.025 c0.002,0.042-0.113,0.073-0.076,0.102c0.078,0.059,0.254,0.004,0.281-0.078c0.018-0.049-0.131-0.091-0.088-0.129 c0.164-0.147,0.445-0.065,0.686-0.093c0.453-0.051,0.852-0.027,1.305,0.018c0.063,0.005,0.199,0.014,0.166,0.06 c-0.074,0.1-0.432,0.146-0.314,0.212c0.359,0.2,1.453-0.184,1.229,0.12c-0.08,0.11-0.297-0.054-0.447-0.018 c-0.068,0.018-0.162,0.094-0.115,0.14c0.217,0.2,0.67,0.123,0.936-0.037c0.025-0.015,0.061-0.05,0.035-0.067 c-0.066-0.052-0.271-0.069-0.209-0.125c0.107-0.1,0.561-0.028,0.439-0.117c-0.352-0.262-1.594,0.219-1.35-0.115 c0.117-0.16,0.426,0.002,0.65-0.024c0.479-0.058,0.912-0.076,1.385,0.013c0.07,0.013,0.133,0,0.203-0.009 c0.039-0.003,0.045,0.062,0.084,0.064c0.072,0.005,0.092-0.084,0.158-0.105c0.066-0.021,0.133,0.03,0.205,0.025 c0.58-0.046,1.084-0.009,1.668-0.031c0.17-0.007,0.318,0.022,0.488,0.016c0.625-0.024,1.162-0.07,1.787-0.068 c0.18,0,0.617,0.004,0.496,0.112c-0.043,0.041-0.162,0.021-0.158,0.075c0.006,0.107,0.113,0.188,0.217,0.256 c0.123,0.082,0.457,0.146,0.449,0.017c-0.004-0.076-0.313-0.032-0.248-0.089c0.102-0.093,0.512-0.064,0.396-0.149 c-0.074-0.056-0.311-0.056-0.25-0.124c0.234-0.265,0.734-0.126,1.133-0.109c0.668,0.029,1.262-0.132,1.914-0.006 c0.08,0.014,0.252,0.033,0.209,0.091c-0.104,0.14-0.689,0.102-0.52,0.187c0.193,0.095,0.609-0.041,0.619,0.143 c0.002,0.043-0.117,0.08-0.074,0.104c0.107,0.062,0.33-0.051,0.369,0.053c0.023,0.066-0.064,0.165,0.01,0.198 c0.158,0.073,0.568-0.019,0.496,0.116c-0.053,0.096-0.24-0.03-0.367-0.02c-0.553,0.043-1.037-0.038-1.588,0.026 c-1.311,0.159-2.461-0.037-3.785,0.012c-0.84,0.033-1.561,0.063-2.4,0.025c-0.301-0.013-0.555,0.074-0.848,0.134 c-0.32,0.064-0.621,0.004-0.939-0.064c-0.074-0.016-0.125,0.086-0.199,0.075c-0.08-0.015-0.092-0.119-0.172-0.126 c-0.281-0.032-0.529,0.054-0.811,0.03c-1.191-0.102-2.221,0.066-3.418,0.064c-0.131,0-0.33,0.051-0.369-0.054 c-0.023-0.065,0.07-0.181-0.012-0.2c-0.221-0.051-0.344,0.213-0.553,0.29c-0.064,0.021-0.133-0.002-0.203,0.008 c-0.297,0.036-0.584,0.065-0.857-0.035c-0.039-0.015-0.094,0.032-0.121,0.005c-0.061-0.056-0.086-0.18-0.172-0.16 c-0.1,0.022-0.139,0.119-0.236,0.143c-0.111,0.026-0.209,0.041-0.324,0.046c-0.854,0.032-1.578,0.162-2.434,0.16 c-0.4-0.001-0.713-0.256-1.111-0.225c-0.082,0.008-0.117,0.091-0.197,0.107c-0.111,0.024-0.215-0.003-0.328-0.02 c-0.041-0.009-0.078,0.003-0.121,0.003c-0.1,0-0.188-0.003-0.285,0.012c-0.391,0.062-0.74-0.006-1.139,0.011 c-0.041,0.001-0.037,0.065-0.078,0.069c-0.225,0.026-0.424-0.008-0.65-0.01c-0.328-0.002-0.611-0.016-0.939-0.029 c-0.17-0.008-0.324-0.024-0.486,0.019c-0.176,0.047-0.35,0.097-0.527,0.053c-0.219-0.053-0.357-0.216-0.584-0.243 c-0.256-0.031-0.666-0.079-0.725,0.127c-0.018,0.058,0.08,0.164,0.01,0.165c-0.191,0.01-0.313-0.208-0.5-0.18 c-0.125,0.02-0.193,0.12-0.316,0.146c-0.125,0.025-0.316-0.115-0.369-0.02c-0.094,0.177,0.424,0.099,0.658,0.107 c0.742,0.034,1.381,0.108,2.121,0.053c1.391-0.106,2.594,0.05,3.992,0.047c0.188,0,0.348,0.02,0.531,0.046 c0.08,0.013,0.092,0.118,0.17,0.128c0.229,0.024,0.371-0.195,0.598-0.224c0.594-0.077,1.115,0.041,1.715,0.067 c0.455,0.021,0.844-0.05,1.301-0.05c1.068,0,1.986,0.058,3.055,0.017c0.084-0.004,0.17-0.046,0.244-0.011 c0.072,0.037,0.047,0.137,0.01,0.2c-0.166,0.28-1.27-0.01-1.045,0.24c0.16,0.18,0.504-0.01,0.771-0.028 c0.16-0.013,0.313-0.011,0.443-0.084c0.125-0.07,0.162-0.227,0.313-0.246c0.115-0.014,0.229,0.005,0.328,0.055 c0.186,0.092-0.662,0.065-0.557,0.22c0.16,0.235,0.609-0.016,0.936,0c0.498,0.02,0.928,0.03,1.426,0.011 c0.586-0.023,1.088,0.045,1.674,0.068c0.131,0.006,0.439,0.006,0.361-0.079c-0.137-0.153-0.393-0.15-0.621-0.177 c-0.492-0.061-0.926,0.028-1.42,0.088c-0.252,0.03-0.807-0.068-0.664-0.241c0.16-0.193,0.531,0.02,0.814,0.034 c0.064,0.004,0.104,0.061,0.168,0.062c0.082,0,0.115-0.094,0.197-0.109c0.236-0.037,0.449-0.016,0.689-0.024 c0.236-0.011,0.424,0.103,0.658,0.106c0.057,0.002-0.059-0.114-0.008-0.132c0.092-0.034,0.188,0.005,0.285-0.012 c0.324-0.056,0.648-0.031,0.941,0.097c0.057,0.026,0.141,0.101,0.09,0.13c-0.07,0.041-0.16-0.002-0.244,0.01 c-0.201,0.026-0.572-0.045-0.564,0.122c0.02,0.328,0.746,0.056,1.146,0.09c0.229,0.019,0.43-0.002,0.654,0.041 c0.1,0.019,0.27,0.163,0.172,0.193c-0.105,0.033-0.211-0.03-0.326-0.021c-0.426,0.034-1.504,0.1-1.162,0.311 c0.174,0.109,0.385-0.113,0.604-0.121c0.273-0.011,0.504,0.08,0.777,0.069c0.082-0.004,0.146,0.137,0.209,0.093 c0.043-0.031-0.053-0.106-0.008-0.134c0.15-0.091,0.346,0.006,0.529,0.013c1.465,0.064,2.725-0.038,4.189-0.095 c0.145-0.004,0.535-0.032,0.402-0.081c-0.365-0.133-0.742-0.004-1.139,0.011c-0.518,0.021-0.955-0.131-1.473-0.111 c-0.668,0.025-1.326,0.342-1.91,0.073c-0.105-0.048-0.322-0.175-0.217-0.226c0.125-0.056,0.314-0.07,0.408,0.019 c0.064,0.06,0.041,0.182,0.135,0.194c0.143,0.021,0.227-0.121,0.355-0.18c0.037-0.017-0.039-0.075-0.006-0.1 c0.088-0.064,0.211,0.053,0.328,0.054c0.053,0,0.037,0.093,0.088,0.096c0.121,0.009,0.201-0.087,0.318-0.11 c0.125-0.026,0.238-0.011,0.367-0.015c0.639-0.024,1.201-0.141,1.83-0.038c0.6,0.101,1.133-0.076,1.744-0.099 c0.145-0.007,0.303,0.132,0.41,0.05c0.061-0.044,0.033-0.149,0.111-0.171c0.049-0.011,0.045,0.073,0.088,0.098 c0.145,0.078,0.268,0.285,0.42,0.217c0.072-0.033,0.23-0.169,0.197-0.107c-0.264,0.487-1.246,0.076-1.814,0.336 c-0.379,0.175,0.813,0.055,1.23,0.152c0.088,0.021,0.086,0.14,0.172,0.161c0.225,0.057,0.416-0.111,0.643-0.158 c0.266-0.055,0.527-0.02,0.777,0.071c0.178,0.063,0.344,0.111,0.537,0.111c0.199,0.002,0.377-0.027,0.57,0.012 c0.105,0.022,0.182,0.083,0.291,0.089c0.313,0.017,0.578-0.13,0.889-0.101c0.299,0.028,0.594,0.119,0.855,0 c0.096-0.043,0.314-0.026,0.279-0.11c-0.033-0.078-0.301-0.118-0.213-0.158c0.174-0.08,0.371,0.02,0.57,0.011 c0.053-0.002,0.039,0.111,0.088,0.099c0.176-0.051,0.295-0.166,0.477-0.186c0.227-0.027,0.426-0.002,0.652,0.007 c0.174,0.009,0.32,0.027,0.492,0.048c0.082,0.011,0.125,0.095,0.209,0.092c0.301-0.012,0.721-0.356,0.848-0.132 c0.029,0.053-0.014,0.135,0.049,0.165c0.201,0.091,0.385-0.154,0.6-0.224c0.174-0.056,0.344,0.038,0.531,0.047 c0.441,0.019,0.822-0.045,1.256-0.115c0.129-0.021,0.439,0.007,0.361-0.08c-0.16-0.18-0.5,0.03-0.771,0.028 c-1.537-0.004-2.855,0.043-4.391,0.103c-0.373,0.015-0.713,0.049-1.063-0.06c-0.029-0.01-0.064-0.01-0.084-0.03 c-0.051-0.058-0.039-0.158,0.029-0.2c0.344-0.208,0.793-0.065,1.219-0.047c0.57,0.025,1.059,0.003,1.629,0.004 c0.078,0,0.131,0.054,0.207,0.058c0.641,0.029,1.186-0.111,1.824-0.136c0.939-0.037,1.744-0.067,2.682-0.103 c0.109-0.005,0.172-0.102,0.279-0.11c0.107-0.01,0.186,0.067,0.291,0.089c0.109,0.021,0.211-0.019,0.324-0.013 c0.227,0.009,0.424-0.047,0.65-0.024c0.027,0.001,0.053-0.004,0.08-0.004c0.061-0.002,0.07,0.08,0.129,0.095 c0.297,0.078,0.582-0.001,0.895,0c0.912,0.002,1.697-0.11,2.605-0.033c0.467,0.038,0.871-0.072,1.34-0.052 c0.611,0.025,1.139,0.021,1.75-0.001c0.166-0.007,0.551,0.104,0.418,0.184c-0.309,0.187-0.713,0.026-1.096,0.043 c-2.092,0.08-3.887,0.082-5.977,0.162c-0.166,0.006-0.592,0.096-0.439,0.149c0.117,0.044,0.266-0.078,0.365-0.013 c0.074,0.049,0.055,0.151,0.133,0.194c0.254,0.135,0.568,0.132,0.859,0.067c0.07-0.015,0.141-0.009,0.201-0.04 c0.076-0.042,0-0.157,0.07-0.204c0.221-0.15,0.531,0.013,0.816,0.035c0.07,0.006,0.133,0.004,0.203-0.008 c0.111-0.019,0.213-0.027,0.324-0.013c0.27,0.033,0.51,0.084,0.777,0.037c0.063-0.011,0.012-0.12,0.072-0.136 c0.096-0.026,0.129,0.113,0.213,0.157c0.037,0.02-0.023,0.076,0.006,0.102c0.283,0.246,0.773,0.07,1.182,0.021 c0.215-0.025,0.395-0.076,0.604-0.122c0.031-0.007,0.053,0.032,0.084,0.029c0.393-0.051,0.75-0.122,1.137-0.043 c0.154,0.031,0.518,0.169,0.451,0.048c-0.029-0.052-0.201-0.125-0.129-0.127c0.262-0.011,0.479,0.137,0.738,0.105 c0.215-0.026,0.742-0.131,0.557-0.224c-0.143-0.068-0.566-0.014-0.453-0.115c0.066-0.06,0.189,0.047,0.285,0.022 c0.242-0.059,0.92,0.039,0.701,0.142c-0.088,0.04-0.287-0.04-0.283,0.043c0.012,0.198,0.449,0.016,0.693,0.007 c0.158-0.007,0.301,0.006,0.449,0.049c0.039,0.011-0.102,0.044-0.076,0.07c0.145,0.16,0.453,0.069,0.693,0.04 c0.438-0.053,0.818-0.062,1.256-0.114c0.141-0.019,0.531-0.073,0.406-0.017c-0.078,0.037-0.307,0.027-0.24,0.077 c0.105,0.078,0.264-0.011,0.406-0.017c0.072-0.003,0.053-0.167,0.115-0.137c0.055,0.025,0.025,0.122,0.088,0.129 c0.268,0.025,0.502-0.031,0.771-0.031c0.443,0.002,0.822,0.021,1.264,0.021c0.113,0,0.213-0.031,0.324-0.013 c0.043,0.006,0.08-0.002,0.123-0.006c0.094-0.007,0.154,0.084,0.25,0.092c0.063,0.005,0.094-0.07,0.158-0.073 c0.162-0.007,0.293,0.053,0.453,0.082c0.434,0.08,0.807-0.164,1.25-0.182c0.357-0.014,0.668,0.074,1.021,0.029 c0.195-0.026,0.369-0.032,0.568-0.022c0.297,0.016,0.529,0.204,0.824,0.167c0.238-0.028,0.453,0.017,0.689-0.025 c0.168-0.03,0.191-0.23,0.352-0.279c0.188-0.061,0.371,0.051,0.572,0.045c1.137-0.045,2.119,0.026,3.254-0.06 c0.426-0.031,0.795-0.002,1.223,0.02c0.063,0.004,0.027,0.143,0.088,0.131c0.105-0.02,0.172-0.102,0.279-0.112 c0.234-0.017,0.424,0.091,0.658,0.108c0.115,0.01,0.383,0.002,0.32-0.078c-0.049-0.063-0.242-0.112-0.172-0.161 c0.145-0.098,0.361-0.016,0.533,0.047c0.029,0.011,0.068,0.05,0.043,0.065c-0.088,0.059-0.328-0.049-0.322,0.044 c0.01,0.18,0.396,0.078,0.615,0.078c0.16,0,0.516-0.069,0.451,0.049c-0.027,0.048-0.199,0.032-0.158,0.073 c0.061,0.06,0.287,0.018,0.248,0.09c-0.098,0.181-0.453-0.035-0.691-0.006c-0.414,0.049-1.553,0.039-1.172,0.177 c0.289,0.106,1.113-0.127,0.9,0.066c-0.137,0.122-0.367,0.072-0.563,0.12c-0.193,0.049-0.365,0.073-0.566,0.089 c-0.121,0.01-0.398,0.038-0.318,0.112c0.209,0.194,0.584,0.052,0.898,0.064c0.646,0.029,2.428-0.089,1.84,0.13 c-0.713,0.266-2.945-0.106-2.23,0.151c0.197,0.073,0.398,0.035,0.613,0.047c0.217,0.007,0.402,0.039,0.615,0.074 c0.094,0.017,0.322,0.041,0.25,0.091c-0.178,0.12-0.418,0.082-0.646,0.091c-0.555,0.021-1.037,0.032-1.58,0.127 c-0.203,0.037-0.762,0.108-0.563,0.155c0.576,0.133,1.113-0.023,1.711,0.002c0.156,0.006,0.305-0.038,0.449,0.015 c0.129,0.047,0.305,0.146,0.258,0.257c-0.043,0.104-0.414,0.105-0.314,0.179c0.158,0.119,0.4,0.014,0.613,0.043 c0.154,0.023,0.299,0.024,0.447-0.017c0.135-0.038,0.264-0.025,0.406-0.016c0.084,0.005,0.16,0.009,0.242-0.01 c0.039-0.007-0.125-0.062-0.084-0.063c0.4-0.015,0.748,0,1.143,0.057c0.043,0.006-0.031,0.083,0.006,0.1 c0.248,0.114,0.604-0.154,0.814,0.002C265.206,15.3,265.198,15.344,265.18,15.377L265.18,15.377z M262,15.298 c0.082-0.018-0.318-0.026-0.244,0.01C261.829,15.343,261.917,15.314,262,15.298L262,15.298z M261.43,16.72 c0.35-0.13-1.467-0.043-1.098,0.042c0.355,0.083,0.705,0.058,1.057-0.04C261.403,16.718,261.417,16.725,261.43,16.72L261.43,16.72z M261.35,15.322c0.129-0.048-0.537-0.031-0.406,0.017C261.073,15.386,261.219,15.371,261.35,15.322L261.35,15.322z M261.098,15.198 c0.088-0.016-0.174-0.192-0.211-0.124C260.85,15.142,261.01,15.216,261.098,15.198L261.098,15.198z M260.426,13.426 c0.119-0.065-0.414-0.137-0.408-0.018C260.026,13.523,260.307,13.49,260.426,13.426L260.426,13.426z M260.387,14.159 c0.057-0.001-0.217-0.006-0.162,0.007C260.28,14.18,260.331,14.161,260.387,14.159L260.387,14.159z M260.157,15.836 c0.094-0.02-0.254-0.17-0.248-0.091C259.913,15.823,260.065,15.855,260.157,15.836L260.157,15.836z M259.819,14.182 c0.057-0.002-0.219-0.006-0.162,0.007C259.711,14.201,259.762,14.183,259.819,14.182L259.819,14.182z M259.747,15.784 c0,0-0.195,0.002-0.16,0.04S259.747,15.784,259.747,15.784L259.747,15.784z M259.555,13.857c0.199-0.072-0.33-0.209-0.543-0.244 c-0.213-0.036-0.764,0.003-0.604,0.122c0.07,0.054,0.172,0.045,0.25,0.09c0.051,0.032-0.121,0.104-0.074,0.137 c0.17,0.127,0.42-0.057,0.646-0.092C259.342,13.854,259.452,13.897,259.555,13.857L259.555,13.857z M259.413,14.196 c0.057-0.001-0.219-0.004-0.162,0.007C259.305,14.216,259.356,14.199,259.413,14.196L259.413,14.196z M259.186,15.939 c0.096-0.054-0.332-0.115-0.326-0.021C258.864,16.013,259.09,15.991,259.186,15.939L259.186,15.939z M259.006,14.212 c0.104-0.038-0.43-0.025-0.326,0.014C258.786,14.263,258.903,14.25,259.006,14.212L259.006,14.212z M258.618,15.961 c-0.055-0.08-0.365-0.075-0.324,0.013c0.031,0.069,0.162,0.082,0.246,0.057C258.579,16.02,258.637,15.991,258.618,15.961 L258.618,15.961z M258.221,14.71c0.18-0.067-0.752-0.045-0.57,0.022C257.833,14.798,258.04,14.776,258.221,14.71L258.221,14.71z M257.745,13.527c-0.027,0.002-0.053,0.009-0.08,0.004C257.635,13.525,257.774,13.525,257.745,13.527L257.745,13.527z M257.59,13.666c0.086-0.046-0.35-0.124-0.289-0.055C257.364,13.68,257.504,13.713,257.59,13.666L257.59,13.666z M257.278,13.88 c0.09-0.081-0.129-0.341-0.219-0.26c-0.049,0.045,0.117,0.145,0.049,0.165c-0.109,0.036-0.363-0.011-0.32,0.079 C256.85,13.995,257.161,13.982,257.278,13.88L257.278,13.88z M257.325,16.145c-0.029,0-0.053,0.007-0.08,0.004 C257.215,16.143,257.354,16.143,257.325,16.145L257.325,16.145z M256.92,14.76c0.35-0.131-1.426-0.12-1.098,0.042 c0.305,0.149,0.674,0.037,1.016-0.039C256.866,14.757,256.895,14.769,256.92,14.76L256.92,14.76z M256.918,16.16 c-0.027,0-0.053,0.007-0.08,0.003C256.809,16.159,256.948,16.159,256.918,16.16L256.918,16.16z M256.749,16.032 c0.035-0.03-0.08-0.081-0.125-0.061C256.579,15.991,256.713,16.064,256.749,16.032L256.749,16.032z M256.549,13.975 c0.082-0.021,0.027-0.17-0.051-0.199c-0.053-0.019-0.107,0.004-0.164,0.007c-0.102,0.003-0.313,0.085-0.234,0.143 c0.105,0.08,0.268,0.08,0.408,0.05C256.522,13.973,256.536,13.978,256.549,13.975L256.549,13.975z M256.5,15.977 c0.156-0.087-0.541-0.199-0.531-0.047c0.004,0.068,0.16-0.022,0.244-0.01C256.315,15.935,256.415,16.022,256.5,15.977L256.5,15.977z M255.862,16.2c0.076-0.04-0.049-0.133-0.092-0.196s0.018-0.157-0.053-0.198c-0.059-0.036-0.129,0.053-0.201,0.041 c-0.125-0.021-0.23-0.182-0.332-0.12c-0.051,0.03-0.027,0.172-0.074,0.136c-0.059-0.044-0.09-0.122-0.17-0.128 c-0.063-0.003-0.014,0.117-0.072,0.138c-0.367,0.128-0.744-0.022-1.141,0.011c-0.34,0.026-0.646,0.156-0.973,0.068 c-0.104-0.026-0.186-0.063-0.291-0.087c-0.232-0.058-0.746-0.101-0.686,0.093c0.105,0.346,0.795,0.134,1.23,0.152 c0.711,0.031,1.324-0.104,2.031-0.043c0.145,0.011,0.268,0.031,0.41,0.049c0.082,0.011,0.127,0.08,0.209,0.093 C255.729,16.217,255.803,16.231,255.862,16.2L255.862,16.2z M253.965,14.339c-0.029,0.001-0.055,0.008-0.082,0.003 C253.856,14.338,253.993,14.339,253.965,14.339L253.965,14.339z M254.016,16.67c0.076-0.038-0.004-0.188-0.092-0.194 c-0.113-0.013-0.371,0.098-0.324,0.011c0.025-0.048,0.215-0.052,0.158-0.072c-0.133-0.048-0.266,0.044-0.404,0.082 c-0.096,0.027-0.328,0.109-0.234,0.143c0.223,0.079,0.453,0.072,0.693,0.039C253.883,16.67,253.956,16.7,254.016,16.67 L254.016,16.67z M253.915,14.874c0.227-0.046-0.43-0.063-0.658-0.106c-0.063-0.013-0.104-0.057-0.166-0.061 c-0.18-0.017-0.635,0.074-0.48,0.151c0.102,0.05,0.213,0.045,0.33,0.055c0.254,0.02,0.475-0.028,0.729-0.063 C253.754,14.839,253.831,14.893,253.915,14.874L253.915,14.874z M252.475,13.93c0.057-0.001-0.217-0.007-0.162,0.006 S252.418,13.932,252.475,13.93L252.475,13.93z M252.325,14.135c0.082-0.017-0.318-0.026-0.244,0.011 C252.153,14.182,252.241,14.151,252.325,14.135L252.325,14.135z M252.227,15.273c0.082-0.019-0.318-0.028-0.244,0.009 S252.143,15.291,252.227,15.273L252.227,15.273z M252.229,16.739c0.117-0.086-0.539-0.087-0.447,0.018 C251.875,16.86,252.112,16.824,252.229,16.739L252.229,16.739z M251.879,14.885c0.219-0.081-0.924-0.026-0.691,0.028 C251.42,14.965,251.659,14.969,251.879,14.885L251.879,14.885z M251.825,15.354c0.057-0.001-0.217-0.007-0.162,0.006 S251.768,15.357,251.825,15.354L251.825,15.354z M251.293,16.043c0.119-0.108-0.445-0.222-0.492-0.082 c-0.018,0.048,0.082,0.062,0.127,0.096C251.022,16.126,251.208,16.119,251.293,16.043L251.293,16.043z M250.995,13.652 c-0.049,0.027-0.166-0.039-0.164,0.007C250.834,13.706,251.042,13.627,250.995,13.652L250.995,13.652z M250.592,13.735 c0.072,0.017-0.254-0.109-0.207-0.059C250.43,13.727,250.518,13.719,250.592,13.735L250.592,13.735z M250.403,16.143 c0.193-0.087-0.4-0.073-0.617-0.109c-0.084-0.014-0.158,0.006-0.244,0.011c-0.082,0.002-0.131-0.12-0.209-0.093 c-0.102,0.035-0.141,0.126-0.232,0.175c-0.098,0.052-0.33-0.047-0.324,0.047c0.004,0.066,0.092,0.108,0.17,0.126 c0.086,0.021,0.15-0.062,0.24-0.076c0.113-0.017,0.213,0.025,0.326,0.021c0.258-0.01,0.486,0.007,0.73-0.061 C250.299,16.167,250.352,16.167,250.403,16.143L250.403,16.143z M250.186,13.75c0.086,0.021-0.252-0.13-0.248-0.056 C249.942,13.768,250.098,13.731,250.186,13.75L250.186,13.75z M250.108,16.688c-0.027,0-0.053,0.008-0.08,0.003 S250.137,16.687,250.108,16.688L250.108,16.688z M248.737,6.938c0.074-0.034-0.316-0.026-0.244,0.011 C248.567,6.983,248.663,6.972,248.737,6.938L248.737,6.938z M248.565,16.746c0.412-0.295-1.008-0.16-1.555-0.14 c-0.088,0.003-0.178-0.005-0.242,0.044c-0.033,0.023-0.139,0.002-0.119,0.036c0.102,0.186,0.451,0.138,0.697,0.107 c0.127-0.016,0.238-0.015,0.365-0.015c0.229,0,0.426,0.008,0.65-0.025C248.432,16.744,248.512,16.785,248.565,16.746L248.565,16.746 z M248.536,16.216c0.273-0.088-0.504-0.296-0.787-0.238c-0.139,0.029-0.189,0.156-0.314,0.213c-0.063,0.028-0.256-0.031-0.203,0.009 c0.184,0.135,0.449,0.114,0.697,0.105c0.209-0.009,0.391-0.062,0.563-0.155C248.516,16.136,248.504,16.225,248.536,16.216 L248.536,16.216z M247.065,16.137c0.078-0.07-0.219-0.083-0.33-0.053c-0.072,0.021-0.203,0.011-0.199,0.073 c0.004,0.053,0.104,0.051,0.166,0.06C246.831,16.239,246.975,16.216,247.065,16.137L247.065,16.137z M246.786,16.949 c0.057-0.004-0.217-0.008-0.162,0.006C246.678,16.966,246.729,16.95,246.786,16.949L246.786,16.949z M246.286,13.9 c0.041,0.031-0.008-0.133-0.008-0.133S246.243,13.868,246.286,13.9L246.286,13.9z M246.245,16.035 c0.32-0.231-0.795-0.002-1.223-0.019c-0.654-0.029-1.242-0.083-1.869,0.072c-0.1,0.023-0.314-0.004-0.281,0.076 c0.066,0.159,0.299,0.236,0.504,0.248c0.297,0.014,0.555-0.023,0.852-0.034c0.414-0.016,0.789,0.011,1.176-0.11 c0.029-0.009,0.053-0.046,0.037-0.068c-0.031-0.047-0.223-0.035-0.168-0.062C245.573,16.002,245.987,16.221,246.245,16.035 L246.245,16.035z M246.124,16.774c0.088-0.022-0.121-0.223-0.172-0.162C245.901,16.676,246.036,16.795,246.124,16.774 L246.124,16.774z M245.911,17.314c0.082-0.016-0.316-0.025-0.244,0.011C245.741,17.361,245.827,17.332,245.911,17.314 L245.911,17.314z M245.637,16.792c0.018-0.029-0.053-0.046-0.086-0.062c-0.326-0.171-0.719-0.073-1.1-0.026 c-0.904,0.11-1.695-0.03-2.609-0.032c-0.076-0.002-0.123,0.063-0.199,0.074c-0.088,0.011-0.156-0.062-0.248-0.058 c-0.166,0.006-0.277,0.116-0.438,0.149c-0.137,0.027-0.441,0.055-0.359,0.147c0.084,0.094,0.264-0.021,0.406-0.017 c0.484,0.021,0.898-0.033,1.381-0.052c0.078-0.003,0.139,0.084,0.207,0.059c0.141-0.053,0.203-0.195,0.355-0.214 c0.26-0.031,0.486,0.043,0.738,0.105c0.238,0.058,0.453,0.138,0.699,0.105c0.133-0.018,0.23-0.078,0.359-0.113 c0.041-0.011-0.037,0.101,0.006,0.101c0.076-0.004,0.123-0.075,0.199-0.075C245.194,16.888,245.526,16.969,245.637,16.792 L245.637,16.792z M245.18,17.343c0.143-0.054-0.523-0.096-0.447,0.019C244.809,17.471,245.036,17.396,245.18,17.343L245.18,17.343z M242.352,16.319c0.084-0.052-0.012-0.28-0.094-0.23c-0.072,0.043-0.123,0.143-0.07,0.203 C242.223,16.33,242.305,16.348,242.352,16.319L242.352,16.319z M241.788,16.406c0.061-0.018-0.029-0.114-0.09-0.129 c-0.111-0.029-0.225-0.009-0.328-0.055c-0.045-0.02,0.143-0.035,0.117-0.071c-0.109-0.16-0.732,0.041-0.6,0.189 c0.16,0.179,0.508,0.048,0.773,0.005C241.711,16.336,241.739,16.419,241.788,16.406L241.788,16.406z M241.368,13.354 c0.174-0.054-0.504-0.299-0.496-0.146c0.006,0.1,0.211,0.07,0.33,0.087C241.264,13.305,241.309,13.375,241.368,13.354 L241.368,13.354z M241.52,17.418c0.057-0.004-0.219-0.007-0.162,0.006C241.413,17.436,241.461,17.419,241.52,17.418L241.52,17.418z M240.815,5.108c-0.031,0.022-0.107,0.049-0.076,0.069C240.768,5.201,240.846,5.087,240.815,5.108L240.815,5.108z M241.1,11.499 c0.07-0.004-0.082-0.171-0.131-0.129C240.922,11.413,241.028,11.502,241.1,11.499L241.1,11.499z M240.95,17.438 c0.105-0.037-0.428-0.023-0.324,0.013C240.729,17.489,240.846,17.479,240.95,17.438L240.95,17.438z M240.723,16.313 c0.068-0.048-0.004-0.188-0.092-0.196c-0.113-0.013-0.229-0.008-0.324,0.046c-0.037,0.021-0.135,0.004-0.119,0.039 C240.258,16.349,240.577,16.416,240.723,16.313L240.723,16.313z M240.301,17.464c0.258-0.098-1.021-0.093-0.813,0.064 c0.139,0.102,0.346-0.023,0.527-0.054C240.114,17.458,240.209,17.497,240.301,17.464L240.301,17.464z M240.026,16.941 c0.119-0.024-0.336-0.188-0.33-0.089C239.702,16.953,239.909,16.965,240.026,16.941L240.026,16.941z M239.083,17.51 c-0.029,0.002-0.055,0.008-0.082,0.003C238.973,17.509,239.11,17.51,239.083,17.51L239.083,17.51z M238.692,16.392 c-0.057,0.01,0.086-0.114,0.033-0.134c-0.064-0.024-0.18,0.114-0.113,0.138C238.637,16.404,238.719,16.387,238.692,16.392 L238.692,16.392z M238.37,17.872c-0.029,0-0.053,0.008-0.082,0.002C238.26,17.87,238.399,17.87,238.37,17.872L238.37,17.872z M237.94,17.487c0.182-0.067-0.715-0.087-0.568,0.022S237.758,17.555,237.94,17.487L237.94,17.487z M237.825,16.891 c0.131-0.04-0.279-0.202-0.373-0.118C237.358,16.857,237.694,16.933,237.825,16.891L237.825,16.891z M237.797,16.426 c0.117,0.027-0.029-0.311-0.137-0.261C237.555,16.214,237.682,16.4,237.797,16.426L237.797,16.426z M237.758,17.161 c0.035-0.03-0.08-0.083-0.125-0.062C237.588,17.12,237.725,17.192,237.758,17.161L237.758,17.161z M237.473,16.438 c0.127-0.036-0.266-0.248-0.334-0.153C237.069,16.379,237.346,16.474,237.473,16.438L237.473,16.438z M237.268,17.113 c0.117-0.023-0.338-0.187-0.332-0.088C236.942,17.125,237.149,17.138,237.268,17.113L237.268,17.113z M237.231,17.915 c0.094-0.05-0.217-0.244-0.252-0.157C236.942,17.844,237.139,17.966,237.231,17.915L237.231,17.915z M236.62,7.204 c0.332-0.239-0.834-0.106-1.264-0.019c-0.049,0.011-0.166,0.054-0.117,0.072c0.313,0.111,0.635,0.008,0.977-0.006 C236.358,7.248,236.512,7.282,236.62,7.204L236.62,7.204z M237.127,17.52c0.041-0.013,0.033-0.085-0.006-0.101 c-0.203-0.085-0.422,0.033-0.648,0.025c-0.613-0.022-2.34-0.022-1.746,0.1c0.277,0.058,0.533,0.001,0.816,0.034 c0.535,0.067,1.021,0.059,1.543-0.059C237.1,17.518,237.114,17.523,237.127,17.52L237.127,17.52z M237.055,16.255 c0.098-0.02-0.357-0.045-0.283,0.011C236.844,16.32,236.959,16.274,237.055,16.255L237.055,16.255z M236.741,17.866 c0.627-0.326-1.379-0.113-2.121-0.085c-0.043,0.002,0.035-0.091-0.006-0.1c-0.197-0.045-0.387,0.039-0.564,0.121 c-0.061,0.028-0.209,0.067-0.156,0.106c0.158,0.117,0.396-0.033,0.609-0.023c0.104,0.005,0.152,0.107,0.252,0.124 c0.125,0.02,0.238-0.01,0.365-0.013c0.484-0.021,0.906-0.008,1.379-0.088C236.584,17.896,236.667,17.905,236.741,17.866 L236.741,17.866z M236.575,16.406c0.121-0.086-0.258-0.128-0.414-0.15c-0.031-0.005-0.049,0.038-0.08,0.036 c-0.248-0.014-0.842,0.003-0.684,0.159c0.145,0.145,0.424-0.017,0.65-0.025C236.233,16.419,236.436,16.506,236.575,16.406 L236.575,16.406z M236.401,13.346c0.08-0.032-0.006-0.177-0.094-0.196c-0.098-0.023-0.311,0.086-0.236,0.142 C236.159,13.356,236.295,13.389,236.401,13.346L236.401,13.346z M235.399,17.185c0.078-0.013-0.115-0.175-0.17-0.127 C235.174,17.106,235.319,17.198,235.399,17.185L235.399,17.185z M235.114,16.463c-0.029,0.002-0.055,0.007-0.082,0.003 C235.004,16.461,235.141,16.461,235.114,16.463L235.114,16.463z M234.809,11.141c-0.029,0.002-0.053,0.007-0.082,0.003 C234.7,11.139,234.836,11.139,234.809,11.141L234.809,11.141z M234.227,5.228c0.086-0.021-0.252-0.13-0.248-0.056 S234.141,5.25,234.227,5.228L234.227,5.228z M234.788,16.476c0.061-0.02-0.168-0.114-0.166-0.062 C234.625,16.467,234.729,16.494,234.788,16.476L234.788,16.476z M234.524,13.284c0.1-0.069-0.424-0.149-0.369-0.053 C234.209,13.33,234.426,13.354,234.524,13.284L234.524,13.284z M234.362,17.559c-0.004-0.071-0.25-0.095-0.246-0.024 c0.004,0.073,0.211,0.124,0.248,0.057C234.37,17.58,234.362,17.569,234.362,17.559L234.362,17.559z M234.293,16.36 c0.143-0.077-0.371-0.052-0.486,0.053c-0.029,0.027-0.146,0.008-0.119,0.038c0.094,0.103,0.311,0.016,0.445-0.051 C234.182,16.374,234.245,16.387,234.293,16.36L234.293,16.36z M234.022,13.037c0.057-0.002-0.217-0.006-0.162,0.006 C233.915,13.056,233.965,13.039,234.022,13.037L234.022,13.037z M233.045,7.34c0.145-0.04-0.225-0.185-0.377-0.185 c-0.119,0-0.205,0.065-0.322,0.079c-0.172,0.021-0.643,0.027-0.484,0.085c0.211,0.075,0.426,0.06,0.654,0.042 c0.072-0.007,0.133-0.007,0.203-0.008C232.833,7.349,232.936,7.371,233.045,7.34L233.045,7.34z M233.325,17.931 c-0.029,0.002-0.053,0.008-0.082,0.003C233.215,17.93,233.354,17.931,233.325,17.931L233.325,17.931z M233,17.943 c0.186-0.211-0.584-0.098-0.902-0.098c-0.152,0-0.512,0.063-0.398,0.147c0.221,0.164,0.557,0.004,0.854-0.032 C232.708,17.941,232.907,18.047,233,17.943L233,17.943z M231.907,4.518c-0.018,0.04-0.102,0.065-0.076,0.103 S231.922,4.478,231.907,4.518L231.907,4.518z M231.297,5.274c-0.037,0.019-0.123-0.03-0.121,0.005S231.334,5.257,231.297,5.274 L231.297,5.274z M231.61,17.863c0.285-0.194-0.686,0.027-1.055,0.041c-0.207,0.007-0.727,0.052-0.563,0.154 c0.318,0.198,0.736-0.078,1.135-0.11c0.17-0.013,0.348,0.032,0.484-0.052C231.624,17.891,231.6,17.872,231.61,17.863L231.61,17.863z M230.047,13.323c0.098-0.086-0.488-0.045-0.404,0.048c0.068,0.074,0.213-0.008,0.326-0.011 C230,13.358,230.026,13.342,230.047,13.323L230.047,13.323z M229.745,18.002c0.07-0.043-0.283-0.02-0.24,0.043 C229.545,18.106,229.676,18.045,229.745,18.002L229.745,18.002z M228.938,5.298c0.057-0.002-0.219-0.005-0.162,0.007 C228.831,5.317,228.881,5.3,228.938,5.298L228.938,5.298z M228.895,4.566c-0.027,0.001-0.053,0.008-0.08,0.002 C228.786,4.564,228.924,4.564,228.895,4.566L228.895,4.566z M228.165,4.594c0.104-0.037-0.43-0.025-0.326,0.012 C227.944,4.645,228.061,4.633,228.165,4.594L228.165,4.594z M228.848,17.969c0.104-0.14-0.715-0.054-0.566,0.057 C228.428,18.136,228.745,18.109,228.848,17.969L228.848,17.969z M228.067,12.866c-0.031,0.021-0.107,0.047-0.076,0.068 C228.02,12.957,228.098,12.844,228.067,12.866L228.067,12.866z M227.592,4.55c-0.037,0.018-0.125-0.03-0.121,0.005 C227.473,4.591,227.629,4.532,227.592,4.55L227.592,4.55z M228.036,18c0.129-0.048-0.512-0.062-0.406,0.017 S227.907,18.049,228.036,18L228.036,18z M227.104,4.568c0.158-0.106-0.646-0.029-0.563,0.122 C226.625,4.843,226.948,4.674,227.104,4.568L227.104,4.568z M225.842,18.086c0.082-0.019-0.318-0.027-0.244,0.007 C225.67,18.131,225.76,18.103,225.842,18.086L225.842,18.086z M225.108,16.646c-0.027,0.002-0.053,0.007-0.08,0.004 C224.999,16.645,225.137,16.645,225.108,16.646L225.108,16.646z M224.118,5.017c0.104-0.04-0.43-0.025-0.326,0.012 C223.897,5.066,224.014,5.055,224.118,5.017L224.118,5.017z M224.702,16.663c-0.027,0-0.053,0.007-0.082,0.002 C224.592,16.659,224.731,16.661,224.702,16.663L224.702,16.663z M223.78,4.83c0,0-0.193,0-0.16,0.038 C223.655,4.906,223.78,4.83,223.78,4.83L223.78,4.83z M223.389,5.11c0.111-0.05-0.068-0.206-0.178-0.26 c-0.162-0.08-0.287,0.193-0.475,0.219c-0.113,0.015-0.408-0.018-0.324,0.045c0.223,0.165,0.566,0.063,0.855,0.002 C223.309,5.107,223.352,5.127,223.389,5.11L223.389,5.11z M223.047,10.524c-0.027,0.001-0.053,0.009-0.08,0.003 C222.938,10.523,223.077,10.523,223.047,10.524L223.047,10.524z M222.59,3.94c0.066-0.03-0.02-0.143-0.092-0.163 c-0.096-0.027-0.324,0.1-0.236,0.142c0.074,0.038,0.164,0.015,0.244-0.009C222.538,3.902,222.563,3.953,222.59,3.94L222.59,3.94z M222.911,16.664c0.082-0.018-0.316-0.026-0.244,0.01C222.739,16.709,222.827,16.682,222.911,16.664L222.911,16.664z M222.668,18.14 c0.07-0.015-0.074-0.166-0.129-0.128C222.485,18.049,222.6,18.153,222.668,18.14L222.668,18.14z M221.76,5.107 c0.357-0.32-0.98-0.095-1.51-0.077c-0.555,0.021-1.043-0.095-1.588-0.003c-0.139,0.021-0.428,0.046-0.359,0.145 c0.086,0.124,0.318,0.048,0.492,0.048c0.867,0,1.621,0.044,2.48-0.061c0.063-0.008,0.104,0.07,0.166,0.059 C221.561,5.2,221.678,5.18,221.76,5.107L221.76,5.107z M221.743,4.774c0.078-0.013-0.1-0.159-0.17-0.127 S221.663,4.787,221.743,4.774L221.743,4.774z M221.219,4.193c0.061-0.018-0.168-0.112-0.166-0.06 C221.057,4.185,221.161,4.212,221.219,4.193L221.219,4.193z M221.206,3.928c-0.029,0.002-0.055,0.008-0.082,0.004 C221.096,3.926,221.233,3.926,221.206,3.928L221.206,3.928z M221.172,4.796c0.047-0.077-0.186-0.073-0.287-0.056 c-0.031,0.005-0.01,0.056-0.037,0.069c-0.09,0.039-0.33,0.106-0.236,0.142C220.801,5.02,221.079,4.947,221.172,4.796L221.172,4.796z M221.852,18.104c-0.027,0-0.053,0.009-0.08,0.003C221.745,18.104,221.881,18.104,221.852,18.104L221.852,18.104z M220.879,3.94 c0.119-0.065-0.412-0.101-0.406,0.017C220.481,4.072,220.762,4.005,220.879,3.94L220.879,3.94z M221.368,16.723 c0.064-0.022-0.068-0.156-0.131-0.127c-0.039,0.017,0.008,0.078,0.047,0.097C221.311,16.705,221.338,16.733,221.368,16.723 L221.368,16.723z M220.911,13.007c-0.029,0.001-0.055,0.008-0.082,0.002C220.801,13.006,220.938,13.006,220.911,13.007 L220.911,13.007z M220.864,13.607c0.082-0.016-0.318-0.024-0.244,0.011C220.692,13.653,220.78,13.626,220.864,13.607L220.864,13.607 z M220.268,4.63c0.109-0.123-0.662-0.016-0.525,0.088C219.881,4.82,220.159,4.754,220.268,4.63L220.268,4.63z M220.202,4.9 c-0.027,0-0.053,0.008-0.08,0.003C220.092,4.898,220.231,4.898,220.202,4.9L220.202,4.9z M219.459,4.728 c0.166-0.09-0.752-0.043-0.568,0.022C219.073,4.815,219.293,4.818,219.459,4.728L219.459,4.728z M220.143,18.104 c0.057-0.001-0.205-0.025-0.162,0.006C220.022,18.142,220.086,18.104,220.143,18.104L220.143,18.104z M219.688,11.586 c0.105-0.037-0.428-0.025-0.324,0.014C219.467,11.636,219.584,11.625,219.688,11.586L219.688,11.586z M219.04,11.612 c0.082-0.019-0.318-0.028-0.244,0.009C218.868,11.657,218.956,11.629,219.04,11.612L219.04,11.612z M218.551,11.63 c0.057-0.001-0.217-0.007-0.162,0.006S218.495,11.633,218.551,11.63L218.551,11.63z M218.104,5.247 c0.105-0.029-0.143-0.142-0.252-0.156c-0.17-0.024-0.328-0.032-0.488,0.017C217.116,5.187,217.852,5.316,218.104,5.247 L218.104,5.247z M218.211,11.377c0.061-0.093-0.258-0.043-0.367,0.015c-0.074,0.038,0.01,0.166-0.068,0.201 c-0.166,0.077-0.664,0.016-0.523,0.121c0.195,0.145,0.498-0.051,0.725-0.161c0.07-0.035,0.078-0.108,0.111-0.172 C218.106,11.35,218.192,11.408,218.211,11.377L218.211,11.377z M218.081,10.515c0.119-0.065-0.416-0.135-0.408-0.018 C217.678,10.614,217.961,10.581,218.081,10.515L218.081,10.515z M217.987,10.317c0.145-0.052-0.523-0.094-0.445,0.019 C217.618,10.447,217.844,10.371,217.987,10.317L217.987,10.317z M217.397,4.273c0.07-0.026-0.018-0.143-0.09-0.164 c-0.176-0.049-0.348-0.035-0.531-0.013c-0.113,0.015-0.371,0.092-0.275,0.145c0.223,0.125,0.518,0.045,0.771-0.03 C217.321,4.198,217.352,4.293,217.397,4.273L217.397,4.273z M217.258,4.68c0,0-0.195,0.002-0.16,0.038 C217.131,4.758,217.258,4.68,217.258,4.68L217.258,4.68z M217.43,10.54c0.027-0.036-0.08-0.083-0.125-0.062 c-0.049,0.022-0.045,0.113,0.008,0.133C217.358,10.629,217.403,10.576,217.43,10.54L217.43,10.54z M217.094,10.353 c0.129-0.049-0.416-0.135-0.408-0.017C216.692,10.453,216.963,10.401,217.094,10.353L217.094,10.353z M216.946,10.626 c0.059-0.004-0.217-0.008-0.162,0.005C216.838,10.643,216.889,10.628,216.946,10.626L216.946,10.626z M216.43,4.444 c0.115-0.104-0.494-0.088-0.484,0.052c0.006,0.129,0.33,0.038,0.443-0.05C216.401,4.438,216.42,4.452,216.43,4.444L216.43,4.444z M216.704,13.501c-0.027,0.024-0.055-0.085-0.084-0.063c-0.047,0.03-0.012,0.133,0.047,0.132 C216.7,13.568,216.725,13.481,216.704,13.501L216.704,13.501z M216.905,18.428c0.082-0.018-0.318-0.026-0.244,0.009 C216.733,18.473,216.821,18.444,216.905,18.428L216.905,18.428z M215.985,5.194c0.139-0.125-0.381-0.167-0.576-0.11 c-0.061,0.018-0.125,0.104-0.074,0.136c0.17,0.106,0.441,0.085,0.609-0.023C215.956,5.188,215.975,5.203,215.985,5.194 L215.985,5.194z M216.272,11.65c0.354-0.131-0.717-0.105-1.104-0.09c-0.033,0-0.061,0.05-0.037,0.068 c0.15,0.111,0.371,0.068,0.574,0.078C215.905,11.714,216.09,11.72,216.272,11.65L216.272,11.65z M215.622,4.542 c0.145-0.044-0.113-0.256-0.262-0.29c-0.061-0.015-0.104,0.091-0.072,0.137C215.352,4.484,215.497,4.581,215.622,4.542 L215.622,4.542z M216.053,13.525c0,0-0.195,0.002-0.16,0.039C215.928,13.604,216.053,13.525,216.053,13.525L216.053,13.525z M215.129,4.494c0.182-0.067-0.717-0.122-0.57-0.012C214.708,4.593,214.948,4.561,215.129,4.494L215.129,4.494z M215.09,5.229 c0.055-0.028-0.027-0.115-0.088-0.132c-0.123-0.029-0.238,0.022-0.367,0.015c-0.441-0.019-1.688,0.045-1.254,0.115 c0.475,0.078,0.898,0.013,1.385,0.013C214.879,5.24,214.995,5.279,215.09,5.229L215.09,5.229z M215.364,11.419 c0.063,0.011-0.057-0.175-0.09-0.13C215.243,11.334,215.301,11.409,215.364,11.419L215.364,11.419z M214.778,4.041 c0.096-0.053-0.332-0.115-0.326-0.021C214.458,4.113,214.682,4.092,214.778,4.041L214.778,4.041z M215.245,17.891 c0.063,0.008-0.037-0.159-0.088-0.13C215.104,17.792,215.182,17.883,215.245,17.891L215.245,17.891z M214.368,3.99 c-0.027,0-0.053,0.008-0.08,0.004C214.258,3.988,214.397,3.988,214.368,3.99L214.368,3.99z M214.854,18.171 c0.086-0.046-0.332,0.006-0.281,0.079C214.624,18.324,214.768,18.22,214.854,18.171L214.854,18.171z M214.676,17.913 c0.18-0.037-0.506-0.299-0.496-0.147c0.006,0.11,0.244,0.047,0.371,0.085C214.598,17.865,214.627,17.922,214.676,17.913 L214.676,17.913z M214.319,11.66c-0.029,0-0.053,0.008-0.082,0.002C214.209,11.658,214.348,11.658,214.319,11.66L214.319,11.66z M214.37,18.259c0.061-0.032-0.061-0.115-0.129-0.13c-0.154-0.032-0.561-0.004-0.443,0.085c0.129,0.095,0.324,0.078,0.492,0.049 C214.317,18.255,214.346,18.27,214.37,18.259L214.37,18.259z M213.831,11.678c0.057-0.002-0.217-0.006-0.162,0.007 S213.774,11.679,213.831,11.678L213.831,11.678z M213.133,5.171c0.02-0.027-0.047-0.071-0.086-0.063 c-0.078,0.014-0.234,0.143-0.154,0.14C212.983,5.244,213.086,5.234,213.133,5.171L213.133,5.171z M213.428,11.761 c0.088,0.013-0.008-0.171-0.092-0.196c-0.111-0.034-0.43,0.04-0.322,0.078c0.133,0.048,0.27,0.08,0.41,0.052 C213.452,11.687,213.401,11.755,213.428,11.761L213.428,11.761z M213.553,18.223c0,0,0.037-0.092-0.006-0.1 c-0.068-0.012-0.209,0.066-0.156,0.105C213.434,18.261,213.553,18.223,213.553,18.223L213.553,18.223z M213.088,11.506 c0.066-0.019-0.059-0.118-0.129-0.127c-0.129-0.02-0.482,0.036-0.361,0.08C212.756,11.516,212.924,11.552,213.088,11.506 L213.088,11.506z M212.727,5.187c0.061-0.054-0.307,0.026-0.24,0.075S212.667,5.24,212.727,5.187L212.727,5.187z M212.592,4.258 c0.418-0.155-0.85-0.119-1.307-0.082c-0.141,0.011-0.463,0.069-0.359,0.146c0.211,0.158,0.529-0.02,0.813-0.03 C212.038,4.279,212.321,4.359,212.592,4.258L212.592,4.258z M213.067,18.24c0.043-0.022-0.139-0.094-0.088-0.096 c0.053-0.003-0.113,0.073-0.074,0.104C212.946,18.279,213.018,18.266,213.067,18.24L213.067,18.24z M212.459,13.331 c-0.027,0-0.053,0.008-0.08,0.004C212.35,13.33,212.489,13.33,212.459,13.331L212.459,13.331z M211.985,5.016 c0.338-0.127-0.736-0.174-1.061-0.027C210.6,5.137,211.647,5.14,211.985,5.016L211.985,5.016z M212.641,17.924 c0.113-0.021-0.416-0.118-0.328-0.054C212.399,17.936,212.528,17.948,212.641,17.924L212.641,17.924z M211.959,7.416 c0.143-0.054-0.541-0.087-0.447,0.017C211.604,7.537,211.817,7.469,211.959,7.416L211.959,7.416z M211.93,8.35 c0.078-0.068-0.332-0.112-0.326-0.02S211.854,8.421,211.93,8.35L211.93,8.35z M211.602,4.028c0.074-0.033-0.316-0.025-0.244,0.01 C211.432,4.075,211.528,4.063,211.602,4.028L211.602,4.028z M211.795,11.688c0.057-0.002-0.217-0.006-0.162,0.007 C211.688,11.709,211.739,11.692,211.795,11.688L211.795,11.688z M211.444,8.369c-0.029,0.001-0.055,0.008-0.082,0.003 S211.471,8.369,211.444,8.369L211.444,8.369z M211.643,13.295c0.201-0.182-1.109-0.093-0.854,0.033 c0.221,0.108,0.492,0.048,0.732-0.027C211.561,13.286,211.616,13.321,211.643,13.295L211.643,13.295z M211.29,11.376 c-0.029,0.001-0.053,0.007-0.08,0.003C211.18,11.374,211.317,11.374,211.29,11.376L211.29,11.376z M210.897,4.522 c0.084-0.016-0.316-0.026-0.244,0.01C210.727,4.568,210.815,4.54,210.897,4.522L210.897,4.522z M210.776,5.262 c0.029-0.035-0.086-0.09-0.125-0.062c-0.047,0.031,0.074,0.118,0.127,0.095C210.792,5.289,210.768,5.271,210.776,5.262 L210.776,5.262z M210.758,4.929c0.037-0.016,0.037-0.101-0.006-0.101c-0.072,0.003-0.203,0.062-0.156,0.107 C210.631,4.971,210.708,4.948,210.758,4.929L210.758,4.929z M210.719,4.263c0.084-0.016-0.316-0.026-0.244,0.009 C210.549,4.309,210.637,4.279,210.719,4.263L210.719,4.263z M210.516,3.537c0.182-0.131-0.898-0.074-0.691,0.027 S210.333,3.668,210.516,3.537L210.516,3.537z M210.45,3.807c-0.029,0.002-0.053,0.007-0.082,0.003 C210.34,3.805,210.477,3.807,210.45,3.807L210.45,3.807z M210.491,8.806c0.057-0.002-0.217-0.006-0.162,0.006 C210.383,8.824,210.434,8.807,210.491,8.806L210.491,8.806z M210.495,10.271c-0.029,0.001-0.055,0.009-0.082,0.003 C210.383,10.271,210.522,10.271,210.495,10.271L210.495,10.271z M210.084,4.555c0.035-0.032-0.08-0.083-0.125-0.063 C209.915,4.514,210.051,4.585,210.084,4.555L210.084,4.555z M210.424,13.342c0.039-0.016,0.037-0.102-0.006-0.1 c-0.07,0.002-0.225,0.091-0.156,0.107C210.317,13.362,210.374,13.362,210.424,13.342L210.424,13.342z M209.803,3.899 c0.08,0.026,0.006-0.251-0.053-0.199C209.694,3.752,209.723,3.87,209.803,3.899L209.803,3.899z M209.745,4.301 c-0.027,0.001-0.053,0.008-0.082,0.003C209.635,4.299,209.774,4.299,209.745,4.301L209.745,4.301z M210.03,13.557 c-0.029,0.002-0.053,0.008-0.08,0.004C209.92,13.556,210.059,13.557,210.03,13.557L210.03,13.557z M209.471,3.777 c0.041-0.012,0.035-0.092-0.006-0.099c-0.139-0.027-0.27-0.047-0.408-0.02c-0.063,0.014-0.125,0.104-0.074,0.138 C209.12,3.881,209.309,3.822,209.471,3.777L209.471,3.777z M209.288,4.853c0.152-0.184-0.555-0.103-0.771,0.028 c-0.025,0.016-0.066,0.057-0.037,0.067c0.209,0.077,0.436,0.066,0.652,0.01C209.2,4.939,209.249,4.9,209.288,4.853L209.288,4.853z M209.526,10.443c0.039-0.064-0.188-0.078-0.246-0.024c-0.049,0.043-0.021,0.168,0.051,0.164 C209.422,10.581,209.485,10.51,209.526,10.443L209.526,10.443z M209.366,9.049c0.096-0.019-0.344-0.055-0.285,0.011 S209.268,9.069,209.366,9.049L209.366,9.049z M209.157,5.389c0.084-0.025-0.018-0.157-0.094-0.196 c-0.221-0.108-0.918-0.046-0.727,0.095c0.199,0.149,0.506,0.013,0.771-0.028C209.165,5.249,209.1,5.407,209.157,5.389L209.157,5.389 z M209.094,4.326c-0.027,0-0.053,0.006-0.08,0.002C208.985,4.325,209.124,4.325,209.094,4.326L209.094,4.326z M208.862,4.534 c0.174-0.081-0.576-0.109-0.566,0.057c0.008,0.127,0.295-0.015,0.445-0.052C208.782,4.528,208.825,4.552,208.862,4.534 L208.862,4.534z M208.739,3.807c0.193-0.139-0.967-0.091-0.732-0.007C208.241,3.885,208.547,3.945,208.739,3.807L208.739,3.807z M208.522,4.28c0.412-0.189-0.875-0.062-1.348-0.08c-0.102-0.005-0.197,0.016-0.287-0.022c-0.055-0.025-0.148-0.011-0.166-0.061 c-0.023-0.066,0.064-0.116,0.113-0.172c0.186-0.211,1.158-0.033,0.887-0.167c-0.283-0.141-0.629-0.15-0.941-0.063 c-0.154,0.041-0.205,0.188-0.352,0.245c-0.123,0.049-0.441,0.025-0.359,0.114c0.064,0.073,0.158,0.107,0.252,0.157 c0.061,0.03,0.059,0.119,0.129,0.129c0.34,0.042,1.211-0.179,0.98,0.028c-0.092,0.082-0.441,0.024-0.361,0.113 c0.172,0.192,0.543,0.169,0.82,0.103c0.104-0.026,0.311-0.026,0.279-0.111c-0.027-0.074-0.197-0.137-0.133-0.195 C208.151,4.196,208.374,4.351,208.522,4.28L208.522,4.28z M208.43,4.085c-0.029,0-0.055,0.006-0.082,0.003 C208.321,4.083,208.458,4.083,208.43,4.085L208.43,4.085z M208.375,11.687c0.104-0.038-0.43-0.024-0.324,0.013 C208.155,11.737,208.272,11.725,208.375,11.687L208.375,11.687z M208.233,10.626c0.119-0.084-0.521-0.095-0.445,0.017 C207.864,10.755,208.116,10.709,208.233,10.626L208.233,10.626z M207.93,5.304c0.047,0.035-0.17-0.113-0.166-0.06 C207.766,5.295,207.881,5.268,207.93,5.304L207.93,5.304z M208.504,18.218c-0.027,0-0.053,0.007-0.08,0.002 C208.397,18.216,208.534,18.216,208.504,18.218L208.504,18.218z M207.624,5.649c0.057-0.002-0.217-0.008-0.162,0.006 C207.516,5.668,207.567,5.649,207.624,5.649L207.624,5.649z M207.575,4.783c-0.031,0.021-0.107,0.048-0.078,0.071 C207.526,4.876,207.606,4.764,207.575,4.783L207.575,4.783z M207.807,11.71c-0.029,0-0.053,0.008-0.082,0.002 C207.698,11.709,207.836,11.709,207.807,11.71L207.807,11.71z M207.252,4.863c0.184-0.133-0.457-0.087-0.695-0.04 c-0.043,0.008-0.121,0-0.119,0.036c0.012,0.188,0.438,0.073,0.652,0.011C207.143,4.854,207.209,4.894,207.252,4.863L207.252,4.863z M207.467,11.456c0.082-0.017-0.316-0.028-0.244,0.009C207.295,11.5,207.383,11.474,207.467,11.456L207.467,11.456z M207.032,5.271 c0.094-0.084-0.234-0.113-0.373-0.117c-0.061-0.004-0.07-0.111-0.127-0.097c-0.105,0.025-0.172,0.103-0.279,0.11 c-0.639,0.051-1.199-0.051-1.83,0.036c-0.1,0.015-0.26-0.1-0.287-0.021c-0.055,0.161,0.344,0.135,0.541,0.18 c0.055,0.013-0.047,0.121,0.008,0.134c0.098,0.022,0.143-0.106,0.236-0.143c0.627-0.249,1.393,0.221,1.99-0.076 C206.946,5.259,207.002,5.296,207.032,5.271L207.032,5.271z M206.366,5.029c0.104-0.038-0.428-0.024-0.324,0.013 C206.145,5.081,206.262,5.068,206.366,5.029L206.366,5.029z M205.709,4.923c0.178-0.161-0.479-0.173-0.742-0.14 c-0.084,0.012-0.158-0.027-0.244-0.023c-0.258,0.009-0.9,0.118-0.68,0.225c0.148,0.074,0.311-0.091,0.482-0.084 c0.307,0.014,0.561,0.182,0.863,0.134C205.508,5.016,205.627,4.996,205.709,4.923L205.709,4.923z M206.145,18.239 c0.082-0.017-0.316-0.025-0.244,0.01C205.975,18.286,206.063,18.257,206.145,18.239L206.145,18.239z M205.204,7.475 c-0.027,0.002-0.053,0.009-0.082,0.003C205.094,7.473,205.233,7.473,205.204,7.475L205.204,7.475z M205.356,13.004 c0.133-0.042-0.041-0.271-0.178-0.294c-0.09-0.016-0.16,0.045-0.24,0.076c-0.082,0.032-0.227,0.128-0.154,0.173 c0.162,0.096,0.381,0.058,0.572,0.011C205.37,12.967,205.344,13.007,205.356,13.004L205.356,13.004z M205.034,7.349 c0.127-0.051-0.301-0.218-0.373-0.118C204.588,7.328,204.907,7.397,205.034,7.349L205.034,7.349z M204.782,4.357 c0.264-0.159-1.201-0.192-0.939-0.03c0.262,0.161,0.65,0.128,0.938-0.002C204.792,4.317,204.77,4.364,204.782,4.357L204.782,4.357z M204.793,11.692c0.195-0.074-0.768-0.095-0.609,0.021C204.342,11.833,204.598,11.765,204.793,11.692L204.793,11.692z M204.36,4.106 c-0.029,0.001-0.055,0.009-0.082,0.003C204.25,4.105,204.387,4.105,204.36,4.106L204.36,4.106z M204.692,12.762 c-0.029,0.002-0.053,0.008-0.082,0.004C204.583,12.76,204.719,12.76,204.692,12.762L204.692,12.762z M204.223,4.579 c0.043-0.022-0.139-0.095-0.086-0.097c0.051-0.001-0.113,0.074-0.076,0.103C204.104,4.617,204.176,4.604,204.223,4.579 L204.223,4.579z M204.926,18.287c0.076-0.041-0.252-0.131-0.248-0.058S204.85,18.327,204.926,18.287L204.926,18.287z M204.034,4.12 c0.064-0.026-0.066-0.157-0.129-0.128c-0.049,0.021-0.043,0.11,0.008,0.132C203.95,4.141,203.997,4.134,204.034,4.12L204.034,4.12z M204.026,5.386c0.104-0.031-0.18-0.224-0.254-0.156C203.698,5.296,203.922,5.42,204.026,5.386L204.026,5.386z M204.29,12.844 c0.049-0.025,0.006-0.112-0.049-0.132c-0.078-0.026-0.158,0.01-0.244,0.01c-0.27-0.001-0.943,0.104-0.719,0.228 s0.52,0.024,0.77-0.063C204.127,12.859,204.215,12.883,204.29,12.844L204.29,12.844z M203.899,7.459 c0.131-0.051-0.459-0.129-0.406-0.018C203.543,7.55,203.77,7.507,203.899,7.459L203.899,7.459z M204.153,13.315 c-0.027,0.002-0.053,0.008-0.08,0.004C204.043,13.313,204.182,13.315,204.153,13.315L204.153,13.315z M203.69,5.2 c0.115-0.105-0.643,0.027-0.484,0.085C203.364,5.342,203.573,5.305,203.69,5.2L203.69,5.2z M203.981,11.723 c0.236-0.17-0.623-0.158-0.898-0.032c-0.262,0.12,0.604,0.167,0.857,0.034C203.952,11.718,203.969,11.73,203.981,11.723 L203.981,11.723z M203.588,4.87c-0.027,0.001-0.053,0.008-0.08,0.003C203.479,4.868,203.618,4.868,203.588,4.87L203.588,4.87z M203.883,11.459c0.303-0.219-0.742-0.104-1.145-0.089c-0.148,0.006-0.461,0.006-0.4,0.116c0.09,0.158,0.398,0.017,0.611,0.009 C203.276,11.482,203.639,11.636,203.883,11.459L203.883,11.459z M203.583,7.604c0.057-0.002-0.217-0.008-0.162,0.006 C203.475,7.622,203.526,7.605,203.583,7.604L203.583,7.604z M204.043,18.521c0.625-0.231-1.271-0.085-1.957-0.058 c-0.244,0.01-0.896-0.01-0.688,0.093c0.342,0.168,0.742,0.006,1.141,0.022c0.512,0.022,0.979,0.078,1.463-0.056 C204.016,18.517,204.03,18.526,204.043,18.521L204.043,18.521z M203.667,13.335c0.082-0.032-0.15-0.182-0.211-0.125 C203.393,13.264,203.584,13.366,203.667,13.335L203.667,13.335z M203.331,7.479c0.08-0.025-0.305-0.005-0.242,0.044 C203.153,7.57,203.25,7.505,203.331,7.479L203.331,7.479z M203.149,4.286c0.033-0.03-0.082-0.082-0.125-0.062 C202.977,4.247,203.114,4.317,203.149,4.286L203.149,4.286z M203.11,12.156c0.057-0.002-0.217-0.008-0.162,0.006 C203.002,12.175,203.053,12.158,203.11,12.156L203.11,12.156z M202.897,8.43c-0.029,0.002-0.053,0.008-0.082,0.003 C202.788,8.428,202.924,8.43,202.897,8.43L202.897,8.43z M203.016,13.36c0.037-0.017,0.037-0.103-0.006-0.102 c-0.072,0.003-0.225,0.092-0.156,0.107C202.909,13.377,202.965,13.379,203.016,13.36L203.016,13.36z M202.993,12.961 c0.328-0.18-0.719-0.206-1.107-0.157c-0.152,0.018-0.445,0.111-0.355,0.213c0.178,0.196,0.555-0.021,0.854-0.032 C202.596,12.977,202.815,13.058,202.993,12.961L202.993,12.961z M202.686,13.306c0.059-0.001-0.217-0.007-0.162,0.006 S202.629,13.308,202.686,13.306L202.686,13.306z M202.208,4.923c0.068-0.019-0.061-0.117-0.129-0.128 c-0.102-0.017-0.375,0.043-0.281,0.078C201.93,4.921,202.069,4.961,202.208,4.923L202.208,4.923z M202.28,13.321 c0.084-0.017-0.316-0.026-0.242,0.009C202.11,13.366,202.198,13.337,202.28,13.321L202.28,13.321z M202.125,10.594 c-0.031,0.034-0.127,0.104-0.076,0.102C202.1,10.694,202.155,10.56,202.125,10.594L202.125,10.594z M201.702,7.477 c0.143-0.054-0.539-0.086-0.447,0.018C201.348,7.596,201.559,7.529,201.702,7.477L201.702,7.477z M201.803,10.672 c-0.027,0.002-0.053,0.008-0.08,0.003C201.694,10.67,201.833,10.672,201.803,10.672L201.803,10.672z M201.405,3.686 c0.17-0.005-0.215-0.285-0.381-0.251c-0.07,0.015-0.174,0.104-0.115,0.139c0.109,0.059,0.24,0.064,0.369,0.052 C201.329,3.619,201.352,3.689,201.405,3.686L201.405,3.686z M201.995,18.266c0.08-0.025-0.295-0.015-0.242,0.043 C201.803,18.366,201.913,18.292,201.995,18.266L201.995,18.266z M201.35,8.423c0.109-0.022-0.334-0.115-0.328-0.021 C201.028,8.495,201.237,8.445,201.35,8.423L201.35,8.423z M201.088,5.3c0.059-0.004-0.217-0.007-0.162,0.005 C200.981,5.318,201.032,5.302,201.088,5.3L201.088,5.3z M201.317,10.691c0.117-0.062-0.279-0.203-0.373-0.119 c-0.086,0.077,0.217,0.167,0.332,0.12C201.288,10.688,201.303,10.697,201.317,10.691L201.317,10.691z M200.877,7.307 c-0.027,0.002-0.053,0.008-0.08,0.004C200.77,7.305,200.907,7.307,200.877,7.307L200.877,7.307z M200.885,11.709 c0.084-0.019-0.316-0.028-0.244,0.009C200.715,11.753,200.803,11.725,200.885,11.709L200.885,11.709z M200.7,8.447 c0.111-0.023-0.332-0.114-0.328-0.021C200.377,8.521,200.588,8.47,200.7,8.447L200.7,8.447z M200.436,3.856 c0.057-0.001-0.217-0.005-0.162,0.008S200.379,3.858,200.436,3.856L200.436,3.856z M201.184,18.364 c0.121-0.049-0.199-0.148-0.334-0.154c-0.17-0.008-0.324-0.056-0.488-0.015c-0.049,0.012-0.115,0.074-0.076,0.103 c0.17,0.126,0.426,0.06,0.654,0.043C201.026,18.333,201.106,18.395,201.184,18.364L201.184,18.364z M200.903,13.44 c0.301-0.095-0.918-0.395-0.902-0.132c0.01,0.178,0.398,0.058,0.615,0.075C200.719,13.394,200.807,13.47,200.903,13.44 L200.903,13.44z M200.881,13.042c0.115-0.029-0.021-0.287-0.137-0.263c-0.078,0.018-0.115,0.083-0.156,0.139 c-0.016,0.022-0.061,0.052-0.037,0.069C200.639,13.052,200.768,13.069,200.881,13.042L200.881,13.042z M201.116,18.566 c0.285-0.106-1.184-0.104-0.896,0C200.506,18.671,200.829,18.672,201.116,18.566L201.116,18.566z M200.667,10.717 c0.131,0.009-0.207-0.27-0.297-0.189C200.282,10.605,200.536,10.706,200.667,10.717L200.667,10.717z M200.569,10.453 c0.109-0.017-0.217-0.244-0.252-0.157C200.28,10.382,200.459,10.47,200.569,10.453L200.569,10.453z M200.276,5.33 c-0.027,0.002-0.053,0.009-0.08,0.003C200.167,5.328,200.305,5.328,200.276,5.33L200.276,5.33z M200.172,4.935 c0.09-0.025-0.043-0.22-0.133-0.196c-0.055,0.016-0.039,0.105,0.008,0.135C200.088,4.896,200.124,4.948,200.172,4.935L200.172,4.935 z M200.305,11.53c0.104,0.013-0.35-0.124-0.287-0.056C200.079,11.543,200.204,11.518,200.305,11.53L200.305,11.53z M200.137,12.87 c0.135-0.121-0.576-0.108-0.566,0.056c0.008,0.141,0.332-0.017,0.484-0.086C200.083,12.827,200.116,12.89,200.137,12.87 L200.137,12.87z M199.473,4.094c0.154-0.057-0.645-0.038-0.488,0.02C199.141,4.169,199.317,4.152,199.473,4.094L199.473,4.094z M199.418,4.563c0.145-0.078-0.17-0.23-0.303-0.321c-0.088-0.061-0.188-0.084-0.293-0.121c-0.082-0.03-0.123-0.146-0.211-0.125 c-0.088,0.019-0.137,0.082-0.195,0.141c-0.059,0.058-0.197,0.107-0.152,0.173c0.057,0.083,0.229,0.005,0.328,0.053 c0.045,0.022,0.045,0.073,0.086,0.098C198.895,4.579,199.2,4.684,199.418,4.563L199.418,4.563z M199.487,12.895 c0.064-0.025-0.066-0.156-0.129-0.127c-0.049,0.021-0.043,0.109,0.008,0.132C199.403,12.915,199.45,12.911,199.487,12.895 L199.487,12.895z M199.227,11.17c0.246-0.177-0.633-0.126-0.939-0.029c-0.029,0.009-0.063,0.054-0.037,0.068 c0.191,0.106,0.426,0.06,0.654,0.041C199.022,11.24,199.139,11.235,199.227,11.17L199.227,11.17z M198.612,3.261 c0.096-0.053-0.381-0.037-0.324,0.047C198.344,3.389,198.516,3.312,198.612,3.261L198.612,3.261z M198.698,10.457 c0.033-0.03-0.082-0.081-0.127-0.061S198.663,10.489,198.698,10.457L198.698,10.457z M198.319,5.272 c0.051-0.003-0.145-0.102-0.125-0.062C198.211,5.249,198.268,5.274,198.319,5.272L198.319,5.272z M198.217,3.476 c0.033-0.031-0.105-0.1-0.127-0.061C198.071,3.453,198.182,3.508,198.217,3.476L198.217,3.476z M198.999,18.581 c0.08-0.013-0.1-0.159-0.17-0.128C198.758,18.485,198.92,18.593,198.999,18.581L198.999,18.581z M198.469,10.734 c0.1-0.04-0.125-0.246-0.215-0.192C198.165,10.595,198.368,10.772,198.469,10.734L198.469,10.734z M198.456,13.335 c-0.029,0.001-0.055,0.007-0.082,0.002C198.344,13.333,198.483,13.333,198.456,13.335L198.456,13.335z M197.891,3.487 c0.191-0.173-1.023-0.124-0.813,0.033C197.29,3.677,197.7,3.66,197.891,3.487L197.891,3.487z M198.51,18.599 c0.244-0.009-0.873-0.175-0.693-0.039c0.148,0.111,0.371,0.052,0.572,0.045C198.432,18.603,198.469,18.601,198.51,18.599 L198.51,18.599z M198.331,18.273c0.096-0.021-0.344-0.056-0.285,0.011C198.104,18.35,198.233,18.292,198.331,18.273L198.331,18.273z M197.436,18.309c0.088-0.041-0.332-0.061-0.285,0.009C197.2,18.39,197.348,18.348,197.436,18.309L197.436,18.309z M196.979,10.324 c0.104-0.039-0.428-0.025-0.324,0.012C196.758,10.375,196.875,10.362,196.979,10.324L196.979,10.324z M196.352,3.614 c-0.029,0-0.055,0.008-0.082,0.003C196.243,3.613,196.379,3.613,196.352,3.614L196.352,3.614z M196.948,18.326 c0.068-0.018-0.061-0.114-0.129-0.129c-0.195-0.041-0.758,0.043-0.564,0.089c0.205,0.047,0.414,0.078,0.611,0.011 C196.895,18.286,196.918,18.333,196.948,18.326L196.948,18.326z M195.672,8.841c0.209-0.076-0.762-0.171-0.65-0.009 C195.133,8.995,195.465,8.917,195.672,8.841L195.672,8.841z M196.147,18.558c0.143-0.055-0.539-0.087-0.445,0.017 C195.793,18.678,196.004,18.609,196.147,18.558L196.147,18.558z M195.725,11.172c0.271-0.103-1.127-0.067-0.854,0.032 C195.145,11.305,195.454,11.272,195.725,11.172L195.725,11.172z M195.592,11.711c0.141-0.084-0.303-0.323-0.418-0.218 c-0.068,0.061-0.115,0.192-0.029,0.233C195.28,11.794,195.467,11.787,195.592,11.711L195.592,11.711z M195.454,10.717 c0.207-0.043-0.223-0.305-0.426-0.352c-0.074-0.017-0.094,0.109-0.072,0.17c0.047,0.126,0.258,0.173,0.416,0.15 C195.403,10.682,195.424,10.721,195.454,10.717L195.454,10.717z M195.075,4.063c-0.029,0-0.053,0.009-0.082,0.001 C194.965,4.063,195.102,4.063,195.075,4.063L195.075,4.063z M195.092,8.662c0.105-0.037-0.428-0.024-0.324,0.013 C194.872,8.713,194.989,8.701,195.092,8.662L195.092,8.662z M195.059,10.931c0.074-0.037,0.033-0.186-0.051-0.198 c-0.184-0.024-0.346,0.022-0.527,0.055c-0.031,0.004-0.061-0.05-0.082-0.031C194.235,10.904,194.854,11.037,195.059,10.931 L195.059,10.931z M194.946,8.936c0.098-0.045-0.195-0.235-0.254-0.157C194.635,8.857,194.848,8.979,194.946,8.936L194.946,8.936z M194.575,5.281c-0.029,0.002-0.055,0.01-0.082,0.004C194.463,5.28,194.602,5.28,194.575,5.281L194.575,5.281z M194.858,11.673 c0.082-0.018-0.316-0.027-0.244,0.008C194.688,11.718,194.776,11.688,194.858,11.673L194.858,11.673z M194.846,11.474 c0.107-0.079-0.414-0.135-0.408-0.018C194.446,11.571,194.739,11.55,194.846,11.474L194.846,11.474z M194.665,11.146 c-0.027,0-0.053,0.009-0.08,0.003C194.555,11.146,194.694,11.146,194.665,11.146L194.665,11.146z M194.524,8.685 c0.273-0.148-1.176-0.145-0.934,0.036c0.074,0.057,0.184-0.061,0.281-0.046C194.096,8.713,194.334,8.788,194.524,8.685 L194.524,8.685z M193.94,4.174c0.117-0.105-0.586-0.03-0.482,0.085C193.561,4.372,193.825,4.278,193.94,4.174L193.94,4.174z M193.907,3.575c0.07-0.004-0.082-0.172-0.129-0.129C193.729,3.489,193.834,3.577,193.907,3.575L193.907,3.575z M194.258,11.161 c0.041-0.012,0.035-0.088-0.006-0.099c-0.141-0.038-0.535,0.065-0.4,0.115C193.983,11.225,194.125,11.204,194.258,11.161 L194.258,11.161z M194.217,10.431c0.17-0.065-0.67-0.15-0.533-0.047c0.117,0.086,0.297,0.049,0.449,0.016 C194.165,10.394,194.188,10.442,194.217,10.431L194.217,10.431z M194.102,8.435c-0.027,0.001-0.053,0.008-0.08,0.003 C193.993,8.433,194.131,8.433,194.102,8.435L194.102,8.435z M194.6,18.55c-0.029,0.001-0.055,0.008-0.082,0.003 S194.627,18.548,194.6,18.55L194.6,18.55z M194.188,11.365c0.082-0.026-0.305-0.006-0.24,0.043 C194.01,11.456,194.108,11.39,194.188,11.365L194.188,11.365z M193.815,4.844c0.041-0.011,0.037-0.092-0.004-0.099 c-0.133-0.026-0.49,0.083-0.361,0.112C193.573,4.888,193.694,4.878,193.815,4.844L193.815,4.844z M194.194,18.565 c0.131-0.049-0.416-0.134-0.408-0.018C193.792,18.665,194.063,18.613,194.194,18.565L194.194,18.565z M193.463,8.659 c0.059-0.002-0.217-0.008-0.162,0.005S193.407,8.661,193.463,8.659L193.463,8.659z M193.266,5.2c0.078-0.073-0.408,0.013-0.32,0.078 c0.043,0.032,0.102-0.038,0.16-0.039C193.165,5.235,193.227,5.234,193.266,5.2L193.266,5.2z M193.163,4.803 c0.051-0.03-0.17-0.112-0.166-0.06C192.999,4.795,193.112,4.834,193.163,4.803L193.163,4.803z M193.313,8.864 c-0.029,0.002-0.053,0.008-0.082,0.004C193.204,8.862,193.342,8.862,193.313,8.864L193.313,8.864z M192.649,4.356 c0.049,0.005-0.004-0.099-0.055-0.128c0.082,0.007,0.174-0.002,0.25-0.013c0.074-0.012,0.146-0.029,0.199-0.075 c0.152-0.138-0.746-0.178-0.652-0.009c0.031,0.057,0.094,0.082,0.17,0.093l-0.002,0.002C192.508,4.258,192.584,4.349,192.649,4.356 L192.649,4.356z M192.92,10.548c0.037-0.069-0.307,0.024-0.24,0.074S192.883,10.614,192.92,10.548L192.92,10.548z M193.282,18.266 c-0.029,0.002-0.055,0.01-0.082,0.004C193.17,18.264,193.309,18.266,193.282,18.266L193.282,18.266z M192.772,12.218 c0.061-0.018-0.168-0.111-0.166-0.059C192.61,12.21,192.713,12.238,192.772,12.218L192.772,12.218z M192.586,8.959 c0.041-0.008,0.035-0.101-0.006-0.1c-0.061,0.002-0.172,0.085-0.117,0.104C192.502,8.978,192.543,8.967,192.586,8.959L192.586,8.959 z M192.315,4.235c-0.031,0.022-0.107,0.047-0.078,0.069C192.268,4.327,192.346,4.214,192.315,4.235L192.315,4.235z M192.217,2.506 c0.033-0.03-0.082-0.083-0.127-0.063C192.045,2.465,192.182,2.536,192.217,2.506L192.217,2.506z M192.54,12.428 c0.057-0.002-0.217-0.006-0.162,0.006C192.432,12.446,192.483,12.429,192.54,12.428L192.54,12.428z M192.334,11.701 c-0.027,0.002-0.053,0.009-0.08,0.004C192.227,11.699,192.364,11.701,192.334,11.701L192.334,11.701z M191.28,6.075 c0.088-0.021-0.25-0.131-0.246-0.058C191.038,6.092,191.194,6.097,191.28,6.075L191.28,6.075z M191.561,12.398 c0.109-0.041-0.336-0.187-0.33-0.088C191.237,12.411,191.45,12.44,191.561,12.398L191.561,12.398z M190.983,6.554 c0.08-0.025-0.307-0.006-0.242,0.041C190.805,6.645,190.901,6.579,190.983,6.554L190.983,6.554z M190.772,4.294 c-0.029,0.001-0.053,0.008-0.082,0.003C190.663,4.293,190.799,4.294,190.772,4.294L190.772,4.294z M190.752,8.229 c0.1-0.046-0.383-0.104-0.326-0.021C190.481,8.291,190.653,8.274,190.752,8.229L190.752,8.229z M190.635,6.167 c0.191-0.061-0.299-0.254-0.504-0.248c-0.148,0.007-0.406-0.006-0.4,0.114c0.012,0.189,0.426,0.032,0.654,0.042 C190.481,6.08,190.545,6.195,190.635,6.167L190.635,6.167z M190.639,9.099c-0.027,0.002-0.053,0.01-0.082,0.004 C190.53,9.099,190.668,9.099,190.639,9.099L190.639,9.099z M190.555,7.637c0.057-0.002-0.217-0.007-0.162,0.006 C190.448,7.656,190.499,7.64,190.555,7.637L190.555,7.637z M190.161,3.584c0.104-0.039-0.43-0.024-0.324,0.013 C189.94,3.636,190.057,3.624,190.161,3.584L190.161,3.584z M190.53,11.438c0.057-0.002-0.219-0.006-0.164,0.007 S190.471,11.439,190.53,11.438L190.53,11.438z M190.358,8.443c0.086,0.021-0.252-0.128-0.248-0.056 C190.114,8.462,190.272,8.424,190.358,8.443L190.358,8.443z M189.987,7.658c0.137-0.055-0.162-0.307-0.299-0.255 c-0.141,0.052,0.031,0.297,0.182,0.326C189.918,7.738,189.94,7.676,189.987,7.658L189.987,7.658z M189.924,7.995 c0.057-0.004-0.217-0.008-0.162,0.006C189.817,8.014,189.868,7.996,189.924,7.995L189.924,7.995z M189.684,3.803 c0.715-0.267-1.457-0.013-2.242-0.046c-0.227-0.011-0.844-0.073-0.648,0.023c0.441,0.218,0.955,0.055,1.469,0.076 C188.76,3.879,189.231,3.972,189.684,3.803L189.684,3.803z M189.897,8.928c-0.029,0.002-0.053,0.01-0.082,0.004 C189.788,8.926,189.924,8.926,189.897,8.928L189.897,8.928z M189.592,3.605c0.078-0.034-0.008-0.171-0.092-0.196 c-0.068-0.019-0.135-0.003-0.205,0.009c-0.08,0.012-0.236,0.047-0.197,0.106c0.086,0.125,0.328,0.097,0.492,0.049 C189.604,3.569,189.581,3.613,189.592,3.605L189.592,3.605z M189.887,10.196c-0.027,0-0.053,0.009-0.08,0.002 C189.778,10.192,189.917,10.194,189.887,10.196L189.887,10.196z M189.557,8.675c0,0-0.176,0.108-0.115,0.137 C189.502,8.843,189.557,8.675,189.557,8.675L189.557,8.675z M189.518,8.011c0.193-0.142-0.828-0.236-0.734-0.04 c0.029,0.063,0.094,0.105,0.17,0.128c0.137,0.038,0.289-0.008,0.402-0.083C189.401,7.986,189.475,8.041,189.518,8.011L189.518,8.011 z M189.635,11.474c0.152-0.059-0.291-0.144-0.455-0.118c-0.041,0.008-0.078,0.006-0.121,0.006c-0.072,0-0.088,0.093-0.156,0.105 c-0.111,0.022-0.332-0.08-0.326,0.012c0.012,0.21,0.482,0.046,0.734,0.006C189.422,11.468,189.532,11.512,189.635,11.474 L189.635,11.474z M189.444,12.413c0.07-0.063-0.26-0.138-0.287-0.056c-0.018,0.048,0.066,0.093,0.127,0.096 C189.342,12.455,189.405,12.448,189.444,12.413L189.444,12.413z M189.077,8.826c-0.029,0.002-0.053,0.008-0.08,0.004 C188.967,8.824,189.106,8.826,189.077,8.826L189.077,8.826z M189.454,18.28c-0.037,0.017-0.123-0.03-0.121,0.004 C189.334,18.319,189.491,18.264,189.454,18.28L189.454,18.28z M188.745,8.706c0.125-0.112-0.346-0.053-0.533-0.046 c-0.076,0.002-0.131-0.063-0.207-0.06c-0.113,0.005-0.164,0.158-0.277,0.144c-0.15-0.019-0.223-0.176-0.377-0.186 c-0.184-0.011-0.654,0.145-0.477,0.186c0.223,0.052,0.451-0.016,0.654,0.075c0.047,0.02-0.154,0.043-0.117,0.071 c0.127,0.094,0.322,0.016,0.488-0.02C188.194,8.812,188.54,8.891,188.745,8.706L188.745,8.706z M188.682,7.642 c0.076-0.04-0.25-0.13-0.246-0.057S188.608,7.684,188.682,7.642L188.682,7.642z M188.875,12.434 c0.109-0.016-0.195-0.233-0.254-0.156C188.565,12.355,188.766,12.451,188.875,12.434L188.875,12.434z M188.266,7.457 c0.014-0.093-0.346,0.068-0.277,0.145c0.053,0.06,0.17-0.031,0.24-0.076C188.254,7.511,188.262,7.485,188.266,7.457L188.266,7.457z M188.268,8.925c-0.029,0-0.053,0.007-0.082,0.001C188.159,8.925,188.295,8.925,188.268,8.925L188.268,8.925z M188.307,12.457 c0.078-0.045-0.037-0.199-0.133-0.196c-0.064,0.004-0.096,0.07-0.158,0.074c-0.189,0.016-0.617-0.016-0.523,0.12 c0.133,0.193,0.533,0.045,0.77-0.064C188.29,12.38,188.282,12.473,188.307,12.457L188.307,12.457z M187.903,6.805 c0.08-0.025-0.293-0.015-0.242,0.043C187.711,6.904,187.821,6.83,187.903,6.805L187.903,6.805z M187.833,18.408 c0.09-0.018-0.174-0.192-0.211-0.124C187.586,18.354,187.745,18.426,187.833,18.408L187.833,18.408z M187.04,5.971 c0.322-0.175-0.715-0.007-1.1-0.024c-0.428-0.019-1.627,0.02-1.215,0.113c0.096,0.022,0.186-0.02,0.283-0.012 c0.582,0.05,1.086,0.026,1.67,0.004C186.809,6.046,186.93,6.031,187.04,5.971L187.04,5.971z M186.907,3.643 c0.119-0.063-0.316-0.225-0.373-0.118C186.477,3.628,186.79,3.704,186.907,3.643L186.907,3.643z M187.333,12.494 c0.117-0.048-0.164-0.194-0.297-0.188c-0.115,0.003-0.361,0.08-0.275,0.145c0.117,0.087,0.297,0.083,0.449,0.048 C187.25,12.489,187.293,12.509,187.333,12.494L187.333,12.494z M186.784,4.315c0.068-0.015-0.076-0.167-0.131-0.131 C186.598,4.223,186.713,4.327,186.784,4.315L186.784,4.315z M187.5,18.289c-0.027,0-0.053,0.008-0.08,0.003 C187.391,18.287,187.53,18.287,187.5,18.289L187.5,18.289z M186.43,3.86c0.055-0.027-0.027-0.113-0.088-0.129 c-0.221-0.057-0.428-0.042-0.656-0.076c-0.031-0.002-0.051-0.027-0.082-0.03c-0.172-0.008-0.381,0.095-0.49-0.014 c-0.053-0.053,0.043-0.146-0.012-0.2c-0.027-0.026-0.08,0.021-0.119,0.038c-0.078,0.037,0,0.156-0.07,0.204 c-0.285,0.192-0.686,0.025-1.055,0.04c-0.527,0.021-1.998-0.017-1.5,0.124c0.471,0.134,0.928-0.009,1.426,0.013 c0.262,0.011,0.494,0.025,0.738,0.104c0.066,0.021,0.15-0.046,0.203-0.008c0.053,0.04,0.068,0.134,0.01,0.166 c-0.059,0.036-0.135-0.04-0.205-0.025c-0.088,0.019-0.152,0.175-0.07,0.203c0.225,0.082,0.453-0.062,0.686-0.126 c0.061-0.016,0.115,0.092,0.166,0.061c0.113-0.068-0.188-0.15-0.297-0.222c-0.057-0.037-0.203,0.033-0.205-0.025 c-0.014-0.211,0.471-0.074,0.727-0.095C185.848,3.837,186.167,3.998,186.43,3.86L186.43,3.86z M186.377,4.328 c0.082-0.029-0.127-0.098-0.211-0.124c-0.061-0.018-0.025-0.13-0.09-0.129c-0.152,0.006-0.279,0.068-0.398,0.147 c-0.043,0.029-0.049,0.124,0.008,0.134c0.125,0.021,0.238-0.005,0.365-0.015C186.165,4.334,186.272,4.369,186.377,4.328 L186.377,4.328z M186.247,3.469c0.033-0.032-0.082-0.083-0.127-0.063C186.075,3.428,186.211,3.499,186.247,3.469L186.247,3.469z M187.012,18.307c0.059-0.002-0.217-0.007-0.162,0.006C186.905,18.326,186.956,18.31,187.012,18.307L187.012,18.307z M186.913,17.977c-0.027,0.002-0.053,0.009-0.08,0.004C186.803,17.977,186.942,17.977,186.913,17.977L186.913,17.977z M186.395,8.93 c0.121-0.048-0.34-0.264-0.334-0.154c0.002,0.049,0.086,0.059,0.127,0.096C186.241,8.917,186.327,8.957,186.395,8.93L186.395,8.93z M186.026,2.478c-0.027,0-0.053,0.006-0.08,0.002C185.917,2.476,186.055,2.476,186.026,2.478L186.026,2.478z M186.288,8.467 c0.061-0.017-0.039-0.097-0.088-0.13c-0.07-0.046-0.158-0.052-0.248-0.056c-0.148-0.009-0.463,0.002-0.4,0.115 c0.082,0.148,0.373,0.073,0.572,0.043C186.18,8.432,186.231,8.482,186.288,8.467L186.288,8.467z M186.606,18.322 c0.143-0.028-0.516-0.131-0.408-0.051C186.303,18.352,186.465,18.352,186.606,18.322L186.606,18.322z M185.807,5.753 c0.074-0.035-0.318-0.027-0.244,0.01C185.635,5.797,185.731,5.786,185.807,5.753L185.807,5.753z M185.711,4.09 c0.084-0.018-0.316-0.027-0.244,0.009C185.542,4.134,185.629,4.105,185.711,4.09L185.711,4.09z M185.678,3.489 c0.119-0.065-0.518-0.131-0.41-0.051S185.555,3.556,185.678,3.489L185.678,3.489z M185.971,11.479 c-0.029,0.002-0.053,0.009-0.082,0.004C185.862,11.478,185.999,11.478,185.971,11.479L185.971,11.479z M185.409,4.5 c0.184-0.131-0.451-0.059-0.693-0.039c-0.131,0.009-0.439-0.008-0.363,0.079c0.172,0.19,0.543,0.134,0.818,0.068 C185.262,4.589,185.336,4.552,185.409,4.5L185.409,4.5z M185.708,11.157c0.279-0.129-0.588-0.148-0.9-0.101 c-0.09,0.015-0.264,0.091-0.195,0.141c0.209,0.158,0.527-0.007,0.813-0.029C185.524,11.159,185.622,11.196,185.708,11.157 L185.708,11.157z M185.579,8.895c0.121-0.095-0.098-0.305-0.264-0.323c-0.088-0.011-0.266,0.006-0.238,0.076 c0.029,0.079,0.242,0.131,0.174,0.193c-0.098,0.087-0.311,0.035-0.41-0.052c-0.027-0.023,0.092-0.037,0.076-0.068 c-0.098-0.208-0.547-0.093-0.771,0.029c-0.043,0.023-0.164,0.054-0.117,0.071c0.184,0.065,0.377,0.007,0.572,0.045 C184.934,8.93,185.329,9.087,185.579,8.895L185.579,8.895z M185.596,10.628c0.057-0.002-0.217-0.008-0.162,0.005 S185.54,10.629,185.596,10.628L185.596,10.628z M185.872,18.284c0.152-0.056-0.299-0.165-0.453-0.114 C185.262,18.218,185.721,18.341,185.872,18.284L185.872,18.284z M185.19,10.643c0.209-0.078-0.822-0.168-0.652-0.041 C184.706,10.728,184.981,10.721,185.19,10.643L185.19,10.643z M184.911,11.454c-0.027,0.002-0.053,0.007-0.08,0.003 C184.801,11.452,184.94,11.452,184.911,11.454L184.911,11.454z M184.432,5.938c-0.027,0.002-0.053,0.009-0.08,0.003 C184.323,5.937,184.461,5.937,184.432,5.938L184.432,5.938z M185.059,18.314c0.098-0.03-0.293-0.14-0.287-0.054 C184.776,18.344,184.963,18.346,185.059,18.314L185.059,18.314z M184.405,11.139c0.039-0.027-0.037-0.086-0.086-0.097 c-0.289-0.065-0.557-0.001-0.855,0c-0.441,0-0.828-0.054-1.262,0.015c-0.082,0.013-0.26,0.063-0.197,0.107 c0.242,0.181,0.607-0.049,0.934-0.034c0.484,0.02,0.951,0.19,1.385,0.014C184.348,11.132,184.383,11.155,184.405,11.139 L184.405,11.139z M183.805,3.495c0.078-0.013-0.102-0.158-0.17-0.127C183.565,3.4,183.725,3.508,183.805,3.495L183.805,3.495z M184.573,18.333c0.057-0.001-0.219-0.006-0.164,0.008C184.465,18.354,184.514,18.337,184.573,18.333L184.573,18.333z M183.874,8.961c0.141,0.012-0.223-0.258-0.338-0.188c-0.047,0.026,0.002,0.101,0.049,0.131c0.057,0.036,0.129-0.038,0.201-0.042 C183.836,8.861,183.823,8.954,183.874,8.961L183.874,8.961z M183.399,3.511c0.076-0.041-0.123-0.141-0.211-0.125 c-0.102,0.018-0.248,0.177-0.152,0.205c0.111,0.031,0.223-0.028,0.322-0.079C183.37,3.506,183.387,3.517,183.399,3.511 L183.399,3.511z M183.336,2.447c-0.027,0-0.053,0.007-0.08,0.003C183.229,2.445,183.366,2.445,183.336,2.447L183.336,2.447z M183.155,10.654c0.094-0.02-0.254-0.168-0.248-0.09C182.911,10.642,183.063,10.674,183.155,10.654L183.155,10.654z M183.512,18.309 c0.104-0.039-0.43-0.026-0.326,0.013C183.292,18.357,183.409,18.346,183.512,18.309L183.512,18.309z M182.479,5.946 c0.047-0.044-0.061-0.113-0.129-0.128c-0.236-0.051-0.873,0.171-0.639,0.224c0.178,0.042,0.344-0.023,0.525-0.053 c0.045-0.008,0.082,0.04,0.125,0.028C182.409,6.004,182.444,5.977,182.479,5.946L182.479,5.946z M182.243,3.221 c-0.029,0.002-0.055,0.009-0.082,0.003C182.133,3.219,182.27,3.221,182.243,3.221L182.243,3.221z M181.784,3.773 c0.166-0.092-0.715-0.09-0.568,0.021C181.364,3.903,181.62,3.862,181.784,3.773L181.784,3.773z M181.924,7.635 c0.051-0.004-0.145-0.101-0.125-0.063C181.817,7.612,181.874,7.637,181.924,7.635L181.924,7.635z M181.801,11.172 c0.373-0.202-0.824-0.188-1.271-0.15c-0.189,0.016-0.602-0.022-0.523,0.121c0.125,0.223,0.557,0.011,0.855,0 c0.314-0.013,0.59,0.08,0.898,0.031C181.774,11.172,181.79,11.179,181.801,11.172L181.801,11.172z M181.12,3.531 c0.107-0.077-0.416-0.135-0.408-0.019C180.717,3.63,181.012,3.607,181.12,3.531L181.12,3.531z M181.487,11.385 c0.1-0.046-0.383-0.102-0.326-0.02C181.215,11.445,181.387,11.43,181.487,11.385L181.487,11.385z M181.102,6.065 c0.082-0.018-0.318-0.026-0.244,0.01C180.932,6.11,181.018,6.082,181.102,6.065L181.102,6.065z M180.971,3.803 c0.211-0.151-0.457-0.202-0.709-0.306c-0.09-0.036-0.156-0.227-0.213-0.158c-0.057,0.067,0.051,0.184-0.027,0.234 c-0.219,0.147-1.004,0.11-0.76,0.229c0.365,0.18,0.793-0.065,1.219-0.046C180.655,3.763,180.842,3.897,180.971,3.803L180.971,3.803z M181.28,10.594c0.234-0.172-1.18-0.037-0.893,0.067c0.221,0.079,0.463,0.011,0.688-0.062 C181.143,10.581,181.225,10.631,181.28,10.594L181.28,10.594z M180.676,5.749c0.082-0.033-0.148-0.18-0.211-0.126 C180.405,5.679,180.594,5.781,180.676,5.749L180.676,5.749z M180.354,11.495c0.104-0.093-0.223-0.179-0.377-0.186 s-0.525,0.077-0.398,0.149c0.119,0.065,0.266,0.038,0.41,0.049C180.116,11.52,180.268,11.571,180.354,11.495L180.354,11.495z M180.676,18.55c0.082-0.017-0.318-0.025-0.244,0.01C180.504,18.596,180.592,18.566,180.676,18.55L180.676,18.55z M179.807,3.383 c0.02-0.031-0.045-0.072-0.084-0.064c-0.107,0.021-0.303,0.211-0.191,0.208C179.645,3.522,179.756,3.465,179.807,3.383 L179.807,3.383z M180.241,12.366c-0.029,0-0.053,0.007-0.082,0.002C180.131,12.365,180.268,12.365,180.241,12.366L180.241,12.366z M179.709,5.919c0.047,0.034-0.17-0.111-0.166-0.06C179.545,5.911,179.663,5.884,179.709,5.919L179.709,5.919z M179.918,12.444 c0.068-0.019-0.059-0.115-0.129-0.126c-0.051-0.01-0.15,0.037-0.117,0.068C179.729,12.444,179.834,12.469,179.918,12.444 L179.918,12.444z M179.842,11.115c0.578-0.217-1.166-0.139-1.801-0.165c-0.063-0.004-0.096,0.059-0.158,0.073 c-0.117,0.026-0.408,0.045-0.318,0.111c0.139,0.103,0.346,0.054,0.531,0.046c0.072-0.002,0.133-0.011,0.203-0.007 c0.398,0.019,0.74-0.028,1.139-0.044C179.579,11.124,179.713,11.162,179.842,11.115L179.842,11.115z M179.805,10.449 c0.096-0.019-0.357-0.045-0.285,0.011C179.594,10.515,179.708,10.469,179.805,10.449L179.805,10.449z M179.167,3.539 c0.166-0.006-0.525-0.24-0.455-0.115C178.78,3.547,178.999,3.545,179.167,3.539L179.167,3.539z M179.487,10.595 c0.061-0.019-0.168-0.113-0.166-0.06C179.325,10.587,179.428,10.614,179.487,10.595L179.487,10.595z M179.014,3.746 c0.486-0.224-1.033-0.095-1.592-0.073c-0.414,0.017-1.553-0.024-1.174,0.113c0.338,0.12,0.688-0.011,1.059-0.009 c0.541,0.001,1.016,0.091,1.547,0.009C178.911,3.775,178.963,3.768,179.014,3.746L179.014,3.746z M179.481,13.328 c-0.031,0.022-0.107,0.048-0.076,0.071C179.434,13.421,179.512,13.308,179.481,13.328L179.481,13.328z M179.266,12.403 c0.107,0.039-0.002-0.319-0.098-0.264C179.075,12.197,179.159,12.364,179.266,12.403L179.266,12.403z M178.946,6.813 c0.096-0.068-0.299-0.22-0.332-0.119C178.579,6.796,178.85,6.885,178.946,6.813L178.946,6.813z M179.454,18.53 c0.057-0.002-0.219-0.006-0.162,0.007C179.344,18.55,179.397,18.531,179.454,18.53L179.454,18.53z M179.057,11.612 c0.063-0.03,0.053-0.195-0.01-0.168C178.985,11.474,178.995,11.64,179.057,11.612L179.057,11.612z M178.965,11.415 c0.25-0.18-0.611-0.123-0.943-0.098c-0.127,0.011-0.41,0.076-0.316,0.146c0.117,0.089,0.291,0.047,0.451,0.051 c0.057,0-0.051,0.133,0.008,0.132c0.133-0.005,0.188-0.143,0.314-0.179C178.641,11.421,178.836,11.508,178.965,11.415 L178.965,11.415z M178.805,8.62c0.037-0.255-0.59-0.082-0.898-0.03c-0.131,0.021-0.395,0.089-0.314,0.177 c0.084,0.095,0.264,0.024,0.408,0.018c0.051-0.001,0.025-0.089,0.074-0.102c0.131-0.032,0.236,0.091,0.371,0.085 c0.117-0.003,0.236-0.015,0.322-0.079C178.792,8.672,178.801,8.646,178.805,8.62L178.805,8.62z M178.512,3.497 c0.07-0.002-0.082-0.171-0.129-0.127C178.334,3.413,178.442,3.5,178.512,3.497L178.512,3.497z M178.694,12.359 c0.074-0.024-0.129-0.185-0.17-0.127C178.481,12.288,178.618,12.383,178.694,12.359L178.694,12.359z M178.086,3.181 c-0.027,0.002-0.053,0.008-0.082,0.003C177.977,3.18,178.116,3.18,178.086,3.181L178.086,3.181z M178.02,3.449 c0.068,0.016,0.049-0.2-0.01-0.166C177.954,3.318,177.952,3.434,178.02,3.449L178.02,3.449z M178.293,9.64 c0.057-0.001-0.217-0.006-0.162,0.007C178.186,9.66,178.237,9.642,178.293,9.64L178.293,9.64z M177.985,4.252 c0.043-0.023-0.139-0.096-0.086-0.098c0.051,0-0.115,0.076-0.076,0.104C177.864,4.289,177.938,4.278,177.985,4.252L177.985,4.252z M178.559,18.563c0.344-0.128-0.695-0.177-1.066-0.125c-0.094,0.014-0.316,0.064-0.236,0.109c0.234,0.131,0.529-0.011,0.813,0.002 C178.241,18.558,178.403,18.623,178.559,18.563L178.559,18.563z M178.206,12.378c-0.029,0-0.053,0.008-0.082,0.004 C178.096,12.376,178.233,12.376,178.206,12.378L178.206,12.378z M177.977,8.386c-0.029,0-0.053,0.009-0.082,0.002 C177.868,8.383,178.006,8.385,177.977,8.386L177.977,8.386z M177.846,7.524c0.129-0.093-0.496-0.155-0.488-0.014 C177.366,7.649,177.717,7.617,177.846,7.524L177.846,7.524z M177.598,3.2c-0.027,0-0.053,0.008-0.08,0.003 C177.491,3.199,177.627,3.199,177.598,3.2L177.598,3.2z M177.653,8.397c0.059-0.018-0.041-0.162-0.09-0.13 C177.514,8.302,177.592,8.417,177.653,8.397L177.653,8.397z M177.799,12.393c-0.047,0.025-0.166-0.04-0.162,0.006 C177.639,12.444,177.846,12.366,177.799,12.393L177.799,12.393z M177.411,5.607c0.021-0.046,0.012-0.133-0.049-0.131 c-0.121,0.004-0.225,0.29-0.105,0.27c0.07-0.012,0.08-0.086,0.113-0.138C177.377,5.599,177.407,5.618,177.411,5.607L177.411,5.607z M177.108,3.152c-0.029,0-0.055,0.008-0.082,0.002C176.999,3.151,177.135,3.151,177.108,3.152L177.108,3.152z M177.26,8.679 c-0.076-0.249-1.074-0.073-0.887,0.135c0.135,0.15,0.422-0.034,0.648-0.024c0.096,0.004,0.197,0.155,0.25,0.09 C177.321,8.821,177.282,8.748,177.26,8.679L177.26,8.679z M177.243,8.346c0.068-0.061-0.15-0.114-0.252-0.122 c-0.057-0.005-0.105,0.004-0.162,0.006c-0.086,0.004-0.213,0.075-0.244,0.009c-0.025-0.053,0.199-0.059,0.156-0.105 c-0.059-0.066-0.186-0.026-0.285-0.021c-0.072,0.001-0.135-0.005-0.205,0.007c-0.078,0.014-0.082,0.109-0.154,0.141 c-0.125,0.051-0.486,0.099-0.357,0.147c0.391,0.141,0.797,0.004,1.219-0.049C177.055,8.346,177.174,8.408,177.243,8.346 L177.243,8.346z M177.073,11.088c0.182-0.068-0.668-0.155-0.57-0.011C176.6,11.219,176.891,11.155,177.073,11.088L177.073,11.088z M176.706,7.501c0.072-0.029-0.09-0.13-0.17-0.127c-0.121,0.005-0.227,0.049-0.32,0.111c-0.049,0.034-0.189,0.027-0.158,0.074 c0.078,0.112,0.295-0.014,0.445-0.051C176.571,7.492,176.641,7.525,176.706,7.501L176.706,7.501z M176.768,11.434 c-0.029,0-0.055,0.006-0.082,0.002S176.795,11.432,176.768,11.434L176.768,11.434z M176.645,9.303 c0.168-0.034-0.619-0.143-0.49-0.047S176.477,9.338,176.645,9.303L176.645,9.303z M176.313,7.782 c0.121-0.263-0.631,0.06-0.973,0.072c-0.086,0.002-0.158-0.031-0.246-0.025c-0.154,0.013-0.289,0.013-0.445,0.017 c-0.084,0.005-0.127-0.09-0.209-0.092c-0.117-0.003-0.207,0.062-0.322,0.079c-0.629,0.103-1.191-0.055-1.834-0.029 c-0.498,0.02-1.893-0.004-1.418,0.122c0.254,0.065,0.828-0.069,0.742,0.139c-0.105,0.243-0.605-0.159-0.9-0.066 c-0.072,0.021-0.004,0.139-0.072,0.17c-0.055,0.024-0.102-0.063-0.166-0.062c-0.129,0.006-0.238-0.02-0.367-0.02 c-0.107,0-0.184-0.074-0.291-0.087c-0.088-0.013-0.15,0.064-0.238,0.075c-0.242,0.028-0.58,0.031-0.639,0.225 c-0.016,0.048,0.117,0.046,0.127,0.095c0.023,0.107,0.02,0.244,0.139,0.294c0.305,0.131,0.646,0.101,0.979,0.029 c0.07-0.015,0.16,0.009,0.201-0.041c0.068-0.082-0.006-0.234,0.107-0.271c0.186-0.059,0.369-0.013,0.568-0.021 c0.299-0.011,0.555-0.021,0.854-0.032c0.045-0.003-0.01-0.104,0.035-0.102c0.121,0.002,0.322,0.057,0.293,0.155 c-0.021,0.076-0.182,0.151-0.109,0.204c0.096,0.074,0.336,0.025,0.361-0.08c0.018-0.068-0.121-0.156-0.053-0.199 c0.152-0.091,0.457,0.188,0.533,0.047c0.064-0.121-0.367-0.166-0.301-0.287c0.076-0.143,0.408-0.246,0.521-0.12 c0.043,0.047-0.021,0.16,0.051,0.164c0.117,0.008,0.203-0.074,0.32-0.08c0.051-0.002,0.121,0.066,0.088,0.099 c-0.043,0.037-0.217,0.051-0.16,0.071c0.275,0.1,0.836-0.345,0.85-0.099c0.014,0.22-0.951,0.112-0.719,0.227 c0.477,0.235,1.035,0.05,1.588,0.007c0.117-0.01,0.232-0.016,0.322-0.078c0.064-0.048,0.107-0.173,0.029-0.202 c-0.141-0.051-0.518-0.024-0.414-0.118c0.211-0.19,0.613,0.146,0.896,0.034C176.159,7.947,176.268,7.884,176.313,7.782 L176.313,7.782z M176.047,3.126c-0.027,0-0.053,0.009-0.08,0.004C175.938,3.125,176.077,3.125,176.047,3.126L176.047,3.126z M175.838,3.734c0.277-0.104-0.563-0.146-0.861-0.101c-0.09,0.015-0.271,0.099-0.195,0.141c0.26,0.145,0.588,0.016,0.895-0.034 C175.731,3.731,175.786,3.753,175.838,3.734L175.838,3.734z M175.981,7.661c0.113-0.034-0.139-0.162-0.254-0.189 c-0.182-0.041-0.348-0.027-0.533-0.047c-0.158-0.015-0.295-0.021-0.451-0.049c-0.254-0.042-0.748-0.283-0.736-0.071 c0.004,0.05,0.111,0.047,0.127,0.095c0.016,0.046-0.076,0.102-0.033,0.135c0.182,0.135,0.455,0.01,0.695,0.04 c0.143,0.018,0.266,0.044,0.41,0.052c0.199,0.007,0.371-0.006,0.568-0.022C175.85,7.596,175.911,7.685,175.981,7.661L175.981,7.661z M175.6,2.41c0.057-0.004-0.219-0.007-0.162,0.007C175.493,2.43,175.543,2.412,175.6,2.41L175.6,2.41z M175.911,9.267 c0.053-0.041-0.098-0.089-0.168-0.095c-0.256-0.022-0.48-0.007-0.736-0.038c-0.438-0.055-0.82-0.068-1.264-0.052 c-0.086,0.003-0.158,0.01-0.244,0.01c-0.172,0-0.316,0.025-0.488,0.018c-0.158-0.007-0.488-0.04-0.443,0.084 c0.021,0.057,0.102,0.073,0.17,0.093c0.318,0.099,0.723-0.19,0.977-0.003c0.041,0.031-0.035,0.102,0.008,0.133 c0.168,0.125,0.459,0.078,0.648-0.025c0.043-0.024-0.146-0.024-0.125-0.062c0.162-0.299,0.74-0.028,1.137-0.045 C175.567,9.279,175.772,9.364,175.911,9.267L175.911,9.267z M175.936,11.131c0.199-0.145-0.482-0.089-0.74-0.138 c-0.059-0.011-0.168-0.075-0.166-0.027c0.014,0.21,0.451,0.21,0.703,0.173C175.801,11.128,175.883,11.169,175.936,11.131 L175.936,11.131z M175.426,5.082c0.082-0.025-0.293-0.014-0.242,0.043C175.237,5.184,175.346,5.108,175.426,5.082L175.426,5.082z M175.604,9.61c0.572-0.213-1.166-0.089-1.795-0.064c-0.145,0.004-0.535,0.034-0.402,0.082c0.354,0.127,0.715,0.024,1.102,0.024 C174.891,9.651,175.254,9.741,175.604,9.61L175.604,9.61z M175.141,8.628c-0.037,0.018-0.123-0.031-0.121,0.005 C175.022,8.668,175.178,8.61,175.141,8.628L175.141,8.628z M174.911,6.037c0.068-0.02-0.059-0.122-0.129-0.128 c-0.121-0.013-0.365,0.108-0.275,0.176c0.08,0.061,0.176-0.083,0.279-0.11C174.834,5.962,174.862,6.05,174.911,6.037L174.911,6.037z M174.616,3.714c0.096-0.02-0.344-0.055-0.285,0.011S174.518,3.734,174.616,3.714L174.616,3.714z M174.807,9.907 c0.131-0.048-0.479-0.12-0.408-0.018S174.676,9.957,174.807,9.907L174.807,9.907z M174.743,8.777 c0.117-0.063-0.279-0.206-0.373-0.118C174.274,8.741,174.624,8.837,174.743,8.777L174.743,8.777z M174.793,12.507 c0.07-0.001-0.082-0.171-0.129-0.127C174.616,12.423,174.721,12.511,174.793,12.507L174.793,12.507z M174.338,5.991 c0.047,0.037-0.168-0.112-0.166-0.06C174.176,5.983,174.292,5.957,174.338,5.991L174.338,5.991z M173.971,2.405 c0.057-0.002-0.219-0.006-0.162,0.007C173.864,2.425,173.915,2.406,173.971,2.405L173.971,2.405z M174.077,5.668 c0.08-0.026-0.293-0.015-0.242,0.043C173.885,5.768,173.995,5.693,174.077,5.668L174.077,5.668z M174.163,8.599 c-0.037,0.018-0.123-0.03-0.121,0.006C174.043,8.639,174.2,8.581,174.163,8.599L174.163,8.599z M174.225,11.131 c0.08-0.014-0.1-0.159-0.17-0.128C173.985,11.035,174.147,11.143,174.225,11.131L174.225,11.131z M173.85,7.41 c0.117-0.189-0.898-0.031-0.727,0.128C173.295,7.698,173.731,7.6,173.85,7.41L173.85,7.41z M173.77,6.014 c0.078-0.012-0.1-0.158-0.17-0.127C173.53,5.919,173.69,6.026,173.77,6.014L173.77,6.014z M173.948,10.54 c0.057-0.002-0.205-0.025-0.162,0.008C173.827,10.577,173.891,10.542,173.948,10.54L173.948,10.54z M173.84,10.078 c0.061-0.04-0.02-0.144-0.092-0.163c-0.164-0.046-0.607,0.057-0.49-0.048c0.049-0.045,0.244,0.007,0.201-0.042 c-0.084-0.094-0.266,0.002-0.406,0.017c-0.045,0.004,0.092,0.097,0.047,0.098c-0.207,0.008-0.371-0.137-0.578-0.11 c-0.082,0.009-0.115,0.095-0.197,0.107c-0.184,0.028-0.348-0.075-0.531-0.047c-0.08,0.013-0.215,0.095-0.154,0.14 c0.148,0.11,0.371,0.045,0.572,0.045c0.229,0,0.42-0.129,0.646-0.092c0.078,0.013,0.094,0.104,0.17,0.127 c0.094,0.026,0.184-0.011,0.283-0.011C173.497,10.099,173.694,10.171,173.84,10.078L173.84,10.078z M173.815,11.079 c-0.027,0-0.053,0.009-0.08,0.004C173.706,11.078,173.844,11.078,173.815,11.079L173.815,11.079z M173.301,2.098 c0.063-0.038-0.016-0.154-0.09-0.164c-0.092-0.011-0.232,0.135-0.152,0.173C173.131,2.143,173.233,2.138,173.301,2.098 L173.301,2.098z M173.512,8.623c0.049-0.022-0.105,0-0.162,0.006c-0.17,0.02-0.326,0.002-0.486,0.054 c-0.084,0.025-0.283,0.011-0.24,0.074c0.119,0.175,0.463,0.069,0.693,0.008C173.403,8.741,173.432,8.66,173.512,8.623L173.512,8.623 z M173.231,3.7c0.182-0.163-1.02-0.061-0.771,0.031c0.209,0.075,0.43,0.079,0.652,0.042C173.163,3.763,173.196,3.731,173.231,3.7 L173.231,3.7z M173.649,12.42c0.059-0.019-0.027-0.12-0.09-0.132c-0.063-0.009-0.199,0.033-0.158,0.074 C173.458,12.418,173.563,12.442,173.649,12.42L173.649,12.42z M173.198,5.968c-0.037,0.018-0.125-0.03-0.123,0.005 S173.235,5.953,173.198,5.968L173.198,5.968z M173.243,11.035c0.066-0.047-0.188-0.076-0.246-0.024S173.176,11.079,173.243,11.035 L173.243,11.035z M172.645,1.99c-0.029,0.001-0.055,0.007-0.082,0.002C172.536,1.988,172.672,1.988,172.645,1.99L172.645,1.99z M172.422,2.397c0.059-0.002-0.217-0.007-0.162,0.006C172.315,2.417,172.366,2.4,172.422,2.397L172.422,2.397z M172.756,9.652 c0.109-0.078-0.518-0.131-0.41-0.051S172.647,9.731,172.756,9.652L172.756,9.652z M172.754,11.052 c0.055-0.017,0.01-0.118-0.047-0.131c-0.051-0.011-0.145,0.036-0.119,0.072C172.62,11.038,172.696,11.071,172.754,11.052 L172.754,11.052z M172.743,12.253c0.043-0.038-0.047-0.168-0.09-0.13C172.61,12.162,172.7,12.292,172.743,12.253L172.743,12.253z M172.366,5.668c0.273-0.087-0.57-0.4-0.787-0.237c-0.074,0.055-0.045,0.225,0.055,0.23c0.172,0.011,0.311-0.078,0.482-0.084 C172.211,5.573,172.276,5.695,172.366,5.668L172.366,5.668z M172.413,9.333c0.277-0.25-0.762-0.298-1.15-0.189 c-0.086,0.023-0.23,0.134-0.152,0.172c0.195,0.096,0.744-0.163,0.652,0.008c-0.029,0.055-0.223,0.084-0.158,0.107 c0.244,0.089,0.592-0.386,0.723-0.194c0.035,0.05-0.023,0.167,0.051,0.164C172.407,9.398,172.391,9.352,172.413,9.333L172.413,9.333 z M172.268,11.071c0.057-0.002-0.217-0.006-0.162,0.007S172.211,11.073,172.268,11.071L172.268,11.071z M171.926,5.084 c0.066-0.102-0.273-0.055-0.408-0.018c-0.07,0.02-0.156-0.068-0.205-0.025c-0.041,0.035,0.045,0.082,0.047,0.131 c0.002,0.033-0.107,0.048-0.076,0.07c0.084,0.063,0.213,0.007,0.324-0.013C171.733,5.207,171.866,5.177,171.926,5.084L171.926,5.084 z M172.104,9.611c0.023-0.045-0.168-0.076-0.166-0.027c0.004,0.058,0.104,0.117,0.168,0.093 C172.133,9.667,172.092,9.632,172.104,9.611L172.104,9.611z M171.778,9.625c0.377-0.142-1.537-0.198-1.182-0.023 c0.332,0.164,0.729,0.142,1.104,0.059C171.729,9.652,171.749,9.634,171.778,9.625L171.778,9.625z M171.729,8.759 c-0.029,0-0.055,0.008-0.082,0.004C171.62,8.757,171.756,8.757,171.729,8.759L171.729,8.759z M171.44,3.702 c0.715-0.266-1.459-0.013-2.242-0.047c-0.199-0.009-0.74-0.063-0.57,0.021c0.443,0.217,0.957,0.055,1.471,0.076 C170.567,3.774,171.012,3.862,171.44,3.702L171.44,3.702z M171.327,3.173c0.158-0.058-0.619-0.143-0.49-0.047 C170.965,3.221,171.17,3.232,171.327,3.173L171.327,3.173z M171.254,1.91c0.111-0.006-0.139-0.26-0.215-0.193 C170.965,1.785,171.145,1.914,171.254,1.91L171.254,1.91z M171.383,5.571c0.129-0.097-0.502-0.226-0.492-0.081 c0.002,0.05,0.086,0.059,0.127,0.096c0.088,0.076,0.268,0.086,0.367,0.02C171.395,5.597,171.374,5.58,171.383,5.571L171.383,5.571z M171.176,3.379c0.072-0.003-0.244-0.039-0.203,0.008S171.106,3.383,171.176,3.379L171.176,3.379z M171.538,11.1 c0.074-0.022-0.117-0.175-0.17-0.126C171.313,11.021,171.461,11.122,171.538,11.1L171.538,11.1z M171.399,8.705 c0.043,0.032-0.006-0.134-0.006-0.134S171.358,8.674,171.399,8.705L171.399,8.705z M170.942,2.12 c-0.049,0.028-0.166-0.039-0.162,0.007C170.782,2.176,170.989,2.096,170.942,2.12L170.942,2.12z M171.362,12.306 c-0.047,0.027-0.166-0.039-0.162,0.007C171.202,12.359,171.409,12.28,171.362,12.306L171.362,12.306z M170.772,1.994 c0.061-0.092-0.412,0.077-0.318,0.146C170.549,2.211,170.711,2.087,170.772,1.994L170.772,1.994z M171.127,11.05 c0.033-0.032-0.082-0.084-0.127-0.063C170.956,11.008,171.092,11.079,171.127,11.05L171.127,11.05z M170.692,3.465 c0.064,0.007-0.037-0.161-0.088-0.13C170.553,3.364,170.629,3.457,170.692,3.465L170.692,3.465z M170.725,5.464 c0.016-0.189-0.438-0.14-0.654-0.076c-0.127,0.038-0.193,0.224-0.316,0.18c-0.053-0.019,0.039-0.105-0.008-0.133 c-0.113-0.067-0.426,0.046-0.357,0.146c0.168,0.248,0.654,0.184,0.982,0.096c0.066-0.019,0.148,0.029,0.203-0.007 C170.655,5.615,170.719,5.547,170.725,5.464L170.725,5.464z M170.551,2.403c0.082-0.018-0.318-0.027-0.244,0.01 C170.379,2.448,170.467,2.419,170.551,2.403L170.551,2.403z M170.956,12.321c0.088-0.063-0.43,0.041-0.322,0.078 C170.741,12.438,170.866,12.386,170.956,12.321L170.956,12.321z M170.784,9.329c-0.031,0.02-0.107,0.047-0.076,0.068 C170.737,9.42,170.815,9.308,170.784,9.329L170.784,9.329z M170.801,11.061c0.488-0.266-1.088-0.043-1.672-0.069 c-0.215-0.009-0.75-0.075-0.609,0.059c0.162,0.149,0.453,0.042,0.697,0.072c0.16,0.021,0.291,0.088,0.453,0.082 c0.082-0.003,0.117-0.091,0.197-0.106C170.184,11.031,170.528,11.209,170.801,11.061L170.801,11.061z M170.467,5.207 c-0.037,0.017-0.125-0.03-0.123,0.006C170.346,5.246,170.504,5.188,170.467,5.207L170.467,5.207z M170.508,10.206 c0.07-0.003-0.082-0.172-0.129-0.13C170.331,10.12,170.438,10.207,170.508,10.206L170.508,10.206z M170.497,11.406 c0.195-0.072-0.691-0.207-0.615-0.041c0.059,0.117,0.295,0.041,0.449,0.016C170.389,11.368,170.442,11.427,170.497,11.406 L170.497,11.406z M170.043,3.489c0.303-0.113-1.189-0.279-0.943-0.098c0.17,0.127,0.426,0.03,0.654,0.042 C169.858,3.438,169.948,3.524,170.043,3.489L170.043,3.489z M170.524,13.339c0.051-0.025,0.01-0.123-0.047-0.131 c-0.227-0.037-0.736,0.175-0.555,0.287c0.072,0.044,0.15-0.067,0.24-0.076C170.293,13.408,170.415,13.397,170.524,13.339 L170.524,13.339z M170.135,7.953c0.201-0.057-0.588-0.318-0.578-0.144c0.01,0.161,0.346,0.188,0.537,0.146 C170.108,7.951,170.122,7.956,170.135,7.953L170.135,7.953z M170.536,17.806c0.248-0.177-0.65-0.163-0.938-0.03 c-0.027,0.013-0.061,0.051-0.037,0.066c0.17,0.127,0.426,0.061,0.654,0.042C170.331,17.874,170.448,17.868,170.536,17.806 L170.536,17.806z M170.223,12.351c0.059-0.003-0.217-0.006-0.162,0.005C170.116,12.368,170.167,12.353,170.223,12.351 L170.223,12.351z M169.928,10.027c0.139-0.075-0.287-0.113-0.455-0.115c-0.051,0-0.074-0.063-0.125-0.062s-0.055,0.064-0.076,0.104 c-0.02,0.038-0.113,0.073-0.074,0.102c0.168,0.126,0.445,0.059,0.65-0.024C169.872,10.021,169.905,10.04,169.928,10.027 L169.928,10.027z M169.7,6.035c0.043-0.002,0.037-0.096-0.006-0.099c-0.096-0.009-0.32,0.069-0.238,0.108 C169.53,6.082,169.614,6.039,169.7,6.035L169.7,6.035z M169.786,10.365c0.086,0.021-0.033-0.249-0.094-0.194 C169.631,10.224,169.698,10.348,169.786,10.365L169.786,10.365z M169.35,4.183c0.057-0.002-0.219-0.007-0.162,0.006 C169.243,4.2,169.293,4.185,169.35,4.183L169.35,4.183z M169.401,7.915c0.531-0.109-1.016-0.219-1.557-0.141 c-0.102,0.014-0.313,0.086-0.236,0.142c0.139,0.104,0.41-0.069,0.533,0.046c0.076,0.071,0.014,0.177,0.055,0.264 c0.016,0.033-0.113,0.058-0.076,0.071c0.234,0.085,0.883-0.099,0.68-0.226c-0.139-0.086-0.596-0.065-0.457-0.15 c0.139-0.083,0.314-0.039,0.484-0.053C169.028,7.854,169.206,7.955,169.401,7.915L169.401,7.915z M169.313,9.252 c0.055-0.029-0.031-0.107-0.088-0.13c-0.525-0.21-1.084,0.088-1.666,0.064c-0.201-0.011-0.713-0.023-0.564,0.087 c0.086,0.064,0.215,0.031,0.328,0.056c0.055,0.011,0.105-0.015,0.162-0.008c0.244,0.03,0.459,0.122,0.697,0.074 c0.152-0.032,0.289-0.033,0.445-0.051c0.043-0.005,0,0.1,0.045,0.097c0.123-0.002,0.16-0.144,0.275-0.175 C169.069,9.23,169.206,9.308,169.313,9.252L169.313,9.252z M169.354,11.383c0.129-0.048-0.512-0.063-0.406,0.016 C169.053,11.478,169.225,11.432,169.354,11.383L169.354,11.383z M168.946,5.664c0.17-0.093-0.709-0.202-0.574-0.076 C168.506,5.713,168.776,5.757,168.946,5.664L168.946,5.664z M169.108,9.927c0.145-0.055-0.568-0.139-0.451-0.05 c0.096,0.07,0.242,0.035,0.369,0.019C169.057,9.892,169.079,9.938,169.108,9.927L169.108,9.927z M169.038,10.129 c0.078,0.018-0.174-0.192-0.17-0.127C168.872,10.066,168.961,10.111,169.038,10.129L169.038,10.129z M168.848,9.669 c0.137-0.052-0.418-0.206-0.41-0.085c0.006,0.11,0.242,0.122,0.371,0.087C168.823,9.667,168.836,9.675,168.848,9.669L168.848,9.669z M168.713,10.141c0.131-0.07-0.563-0.068-0.447,0.018C168.381,10.245,168.583,10.213,168.713,10.141L168.713,10.141z M168.344,3.688 c0.234-0.086-0.922-0.146-0.732-0.004C167.801,3.824,168.11,3.774,168.344,3.688L168.344,3.688z M168.758,12.34 c0.117-0.063-0.262-0.188-0.373-0.118c-0.047,0.027-0.039,0.104,0.006,0.132C168.495,12.416,168.649,12.396,168.758,12.34 L168.758,12.34z M168.186,12.295c0.164-0.054-0.502-0.227-0.494-0.081c0.004,0.078,0.156,0.073,0.25,0.091 C168.024,12.319,168.106,12.319,168.186,12.295L168.186,12.295z M167.905,8.839c-0.027,0-0.053,0.007-0.08,0.004 C167.797,8.837,167.934,8.837,167.905,8.839L167.905,8.839z M167.719,5.578c0.049-0.025,0.01-0.122-0.049-0.131 c-0.154-0.026-0.293,0.015-0.445,0.052c-0.037,0.009-0.113,0.056-0.076,0.068C167.331,5.635,167.551,5.666,167.719,5.578 L167.719,5.578z M167.969,11.368c0.057-0.001-0.217-0.003-0.162,0.008C167.862,11.388,167.913,11.372,167.969,11.368L167.969,11.368 z M167.551,4.052c0.109-0.074-0.51-0.029-0.404,0.049S167.44,4.126,167.551,4.052L167.551,4.052z M167.713,8.313 c-0.029,0.002-0.053,0.007-0.082,0.003C167.604,8.312,167.741,8.312,167.713,8.313L167.713,8.313z M167.37,3.725 c0.061-0.03-0.061-0.113-0.129-0.128c-0.223-0.047-0.869,0.041-0.646,0.091c0.234,0.055,0.455,0.086,0.693,0.041 C167.315,3.723,167.344,3.737,167.37,3.725L167.37,3.725z M167.293,2.395c0.051-0.002-0.145-0.102-0.127-0.061 C167.186,2.372,167.241,2.397,167.293,2.395L167.293,2.395z M167.442,7.856c0.076-0.041-0.252-0.131-0.246-0.057 C167.2,7.873,167.368,7.896,167.442,7.856L167.442,7.856z M167.616,12.318c0.061-0.021-0.168-0.115-0.166-0.062 C167.454,12.307,167.557,12.335,167.616,12.318L167.616,12.318z M167.543,11.052c0.047,0.036-0.168-0.111-0.166-0.059 C167.381,11.044,167.497,11.018,167.543,11.052L167.543,11.052z M167.415,8.791c0.111-0.005-0.17-0.275-0.215-0.192 C167.155,8.683,167.303,8.796,167.415,8.791L167.415,8.791z M166.985,4.141c-0.027,0-0.053,0.008-0.08,0.003 S167.014,4.139,166.985,4.141L166.985,4.141z M166.911,5.676c0.109-0.06-0.447-0.14-0.369-0.052 C166.62,5.711,166.801,5.736,166.911,5.676L166.911,5.676z M166.717,5.149c0.061-0.016-0.025-0.119-0.088-0.13 c-0.063-0.009-0.199,0.034-0.16,0.074C166.528,5.149,166.633,5.174,166.717,5.149L166.717,5.149z M166.6,5.955 c0.182-0.099-0.377-0.242-0.58-0.179c-0.113,0.036-0.211,0.221-0.105,0.271c0.1,0.049,0.203-0.069,0.32-0.08 C166.364,5.959,166.495,6.014,166.6,5.955L166.6,5.955z M166.438,3.095c0.217-0.082-0.428-0.095-0.66-0.143 c-0.166-0.034-0.541-0.081-0.484,0.053c0.021,0.055,0.096,0.085,0.166,0.093c0.072,0.01,0.131-0.048,0.201-0.039 c0.061,0.003,0.07,0.079,0.129,0.094C166.006,3.21,166.229,3.171,166.438,3.095L166.438,3.095z M166.565,11.023 c0.08-0.025-0.25-0.095-0.246-0.024S166.485,11.05,166.565,11.023L166.565,11.023z M166.385,7.896 c0.119-0.065-0.414-0.134-0.406-0.017C165.985,7.996,166.268,7.961,166.385,7.896L166.385,7.896z M165.983,5.112 c0.066-0.046-0.25-0.096-0.246-0.025C165.741,5.159,165.917,5.157,165.983,5.112L165.983,5.112z M165.807,2.052 c0.145-0.131-0.783-0.01-0.605,0.09c0.094,0.053,0.211-0.008,0.326-0.013C165.631,2.125,165.739,2.114,165.807,2.052L165.807,2.052z M165.741,3.721c0.141-0.027-0.518-0.131-0.41-0.051S165.6,3.75,165.741,3.721L165.741,3.721z M165.975,9.247 c0.203-0.066-0.328-0.227-0.543-0.246c-0.076-0.009-0.123,0.066-0.199,0.073c-0.115,0.009-0.4-0.024-0.324,0.047 c0.057,0.053,0.162,0.004,0.246,0.023c0.18,0.042,0.346,0.036,0.531,0.046c0.043,0.001,0.08,0.001,0.123-0.004 C165.872,9.176,165.915,9.265,165.975,9.247L165.975,9.247z M165.577,5.127c0.064-0.023-0.082-0.171-0.129-0.128 C165.399,5.042,165.512,5.151,165.577,5.127L165.577,5.127z M165.436,2.666c0.063-0.05,0.031-0.219-0.053-0.199 c-0.078,0.021-0.113,0.104-0.197,0.107c-0.096,0.005-0.162-0.12-0.25-0.089c-0.084,0.028-0.104,0.138-0.195,0.14 c-0.064,0.002-0.025-0.132-0.09-0.13c-0.063,0.003-0.145,0.022-0.158,0.073C164.428,2.836,165.198,2.855,165.436,2.666 L165.436,2.666z M165.133,3.076c-0.027,0.002-0.053,0.01-0.08,0.004C165.024,3.074,165.163,3.076,165.133,3.076L165.133,3.076z M164.907,1.952c0.074-0.102-0.523,0.017-0.402,0.082C164.624,2.102,164.831,2.056,164.907,1.952L164.907,1.952z M165.112,9.813 c0.047,0.036-0.17-0.111-0.166-0.06C164.948,9.805,165.065,9.777,165.112,9.813L165.112,9.813z M164.877,11.421 c0.107-0.033-0.232-0.202-0.291-0.12C164.528,11.381,164.77,11.456,164.877,11.421L164.877,11.421z M164.297,2.709 c0.09-0.018-0.109-0.214-0.17-0.16C164.065,2.604,164.209,2.729,164.297,2.709L164.297,2.709z M164.26,2.043 c0.057-0.001-0.217-0.005-0.162,0.008C164.153,2.063,164.204,2.047,164.26,2.043L164.26,2.043z M164.317,4.442 c-0.029,0.002-0.055,0.008-0.082,0.004C164.206,4.441,164.344,4.441,164.317,4.442L164.317,4.442z M164.557,10.101 c0.072-0.002-0.08-0.172-0.129-0.129C164.381,10.017,164.487,10.102,164.557,10.101L164.557,10.101z M164.383,11.307 c0.129-0.048-0.537-0.031-0.406,0.016C164.106,11.37,164.252,11.355,164.383,11.307L164.383,11.307z M163.889,2.658 c0.168-0.063-0.619-0.111-0.529,0.021S163.719,2.722,163.889,2.658L163.889,2.658z M163.854,2.06 c0.248-0.136-1.141-0.033-0.854,0.034C163.288,2.159,163.604,2.196,163.854,2.06L163.854,2.06z M163.62,3.668 c-0.047,0.026-0.164-0.04-0.162,0.007C163.461,3.721,163.668,3.643,163.62,3.668L163.62,3.668z M163.372,3.611 c0.105-0.038-0.428-0.023-0.324,0.013C163.153,3.662,163.27,3.651,163.372,3.611L163.372,3.611z M163.635,11.069 c0.09,0.014-0.135-0.229-0.172-0.161C163.428,10.977,163.547,11.053,163.635,11.069L163.635,11.069z M163.079,2.756 c0.258-0.153-0.514-0.314-0.83-0.302c-0.072,0.004,0.09,0.08,0.129,0.129c0.041,0.05-0.074,0.12-0.031,0.168 c0.102,0.113,0.32,0.036,0.49,0.014C162.92,2.754,163.01,2.797,163.079,2.756L163.079,2.756z M163.1,8.822 c-0.027,0.002-0.053,0.009-0.08,0.004C162.991,8.821,163.129,8.821,163.1,8.822L163.1,8.822z M162.803,3.634 c0.059-0.002-0.217-0.007-0.162,0.006C162.696,3.653,162.747,3.638,162.803,3.634L162.803,3.634z M163.059,12.359 c0.189-0.062-0.402-0.305-0.541-0.18c-0.133,0.118,0.348,0.192,0.539,0.146C163.071,12.321,163.045,12.362,163.059,12.359 L163.059,12.359z M162.846,8.633c0.031-0.093-0.213-0.047-0.33-0.054c-0.076-0.006-0.125,0.089-0.199,0.074 c-0.143-0.026-0.23-0.176-0.375-0.152c-0.182,0.027-0.313,0.119-0.479,0.185c-0.08,0.032-0.322,0.046-0.238,0.077 c0.338,0.122,0.688,0.039,1.059,0.025C162.491,8.779,162.79,8.796,162.846,8.633L162.846,8.633z M162.67,5.571 c0.033-0.021,0.035-0.091-0.006-0.099c-0.18-0.035-0.346-0.036-0.529-0.013c-0.146,0.019-0.443,0.083-0.357,0.18 c0.178,0.197,0.598,0.063,0.852-0.064C162.641,5.567,162.659,5.58,162.67,5.571L162.67,5.571z M162.307,2.052 c0.182-0.067-0.668-0.153-0.572-0.011C161.833,2.185,162.124,2.12,162.307,2.052L162.307,2.052z M162.397,5.049 c-0.029,0.002-0.055,0.008-0.082,0.003C162.288,5.049,162.424,5.049,162.397,5.049L162.397,5.049z M162.331,8.186 c0.043-0.04-0.035-0.157-0.088-0.131c-0.074,0.039-0.115,0.193-0.029,0.202C162.264,8.264,162.297,8.217,162.331,8.186 L162.331,8.186z M161.846,2.536c0.129-0.048-0.537-0.03-0.406,0.017C161.569,2.601,161.715,2.586,161.846,2.536L161.846,2.536z M162.182,9.858c0,0-0.195,0.001-0.16,0.039C162.057,9.937,162.182,9.858,162.182,9.858L162.182,9.858z M162.084,8.129 c0.096-0.087-0.475-0.054-0.404,0.048C161.749,8.279,161.987,8.215,162.084,8.129L162.084,8.129z M161.61,2.679 c0,0-0.217,0.052-0.158,0.073C161.508,2.773,161.61,2.679,161.61,2.679L161.61,2.679z M161.575,2.081 c0.244-0.127-0.83-0.305-0.818-0.069c0.01,0.154,0.344,0.086,0.535,0.08C161.389,2.087,161.491,2.123,161.575,2.081L161.575,2.081z M161.555,3.149c0.066-0.023-0.059-0.123-0.129-0.129c-0.131-0.011-0.482,0.036-0.363,0.08c0.156,0.056,0.326,0.054,0.49,0.015 C161.567,3.112,161.542,3.152,161.555,3.149L161.555,3.149z M161.776,9.874c0.088-0.021-0.252-0.131-0.246-0.058 C161.534,9.89,161.69,9.895,161.776,9.874L161.776,9.874z M161.977,17.667c0.088-0.04-0.342-0.055-0.283,0.011 C161.752,17.744,161.891,17.707,161.977,17.667L161.977,17.667z M161.385,7.287c0.057-0.001-0.219-0.005-0.164,0.007 C161.276,7.307,161.327,7.291,161.385,7.287L161.385,7.287z M161.375,8.556c-0.029,0-0.053,0.009-0.082,0.003 C161.266,8.555,161.403,8.555,161.375,8.556L161.375,8.556z M161.094,3.632c0.057-0.002-0.219-0.007-0.162,0.006 C160.987,3.651,161.038,3.636,161.094,3.632L161.094,3.632z M161.229,7.429c-0.047,0.025-0.164-0.042-0.162,0.004 C161.071,7.481,161.276,7.403,161.229,7.429L161.229,7.429z M161.061,5.901c0.213-0.117-0.855-0.123-0.729,0.061 c0.082,0.123,0.332,0.013,0.484-0.051C160.893,5.877,160.989,5.939,161.061,5.901L161.061,5.901z M160.793,2.644 c0.057-0.002-0.219-0.007-0.162,0.007C160.684,2.663,160.737,2.647,160.793,2.644L160.793,2.644z M161.088,9.234 c0.082-0.019-0.316-0.028-0.244,0.009C160.918,9.279,161.006,9.25,161.088,9.234L161.088,9.234z M160.905,7.439 c0.09-0.04-0.111-0.259-0.174-0.192c-0.035,0.037,0.025,0.087,0.049,0.13c0.012,0.026-0.061,0.052-0.037,0.068 C160.784,7.478,160.854,7.464,160.905,7.439L160.905,7.439z M160.844,6.375c0.1-0.067-0.129-0.2-0.258-0.223 c-0.111-0.021-0.328-0.048-0.322,0.047C160.274,6.375,160.676,6.489,160.844,6.375L160.844,6.375z M160.688,3.648 c0.348-0.13-0.736-0.039-1.07-0.192c-0.123-0.058-0.219-0.318-0.297-0.223c-0.08,0.096,0.135,0.267,0.018,0.333 c-0.129,0.073-0.521-0.063-0.443,0.049c0.139,0.206,0.535-0.042,0.814,0.004c0.074,0.013,0.129,0.062,0.207,0.06 C160.186,3.668,160.442,3.739,160.688,3.648L160.688,3.648z M160.624,2.518c0.117-0.218-0.529-0.101-0.82-0.103 c-0.131,0-0.23,0.077-0.361,0.08c-0.301,0.013-0.557-0.045-0.857-0.033c-0.051,0.003-0.027,0.091-0.076,0.104 c-0.049,0.011-0.035-0.091-0.086-0.099c-0.311-0.033-1.182-0.067-0.895,0.036c0.082,0.03,0.326,0.021,0.248,0.056 c-0.387,0.178-0.797-0.168-1.234-0.22c-0.051-0.004-0.041-0.112-0.088-0.095c-0.227,0.084-0.352,0.377-0.592,0.323 c-0.059-0.015-0.066-0.093-0.127-0.097c-0.797-0.033-1.482,0.056-2.279,0.021c-0.213-0.009-0.398-0.036-0.611-0.011 c-0.107,0.014-0.17,0.121-0.279,0.11c-0.127-0.009-0.207-0.104-0.332-0.119c-0.314-0.039-0.568,0.184-0.887,0.167 c-0.121-0.005-0.211-0.229-0.293-0.156c-0.049,0.045,0.041,0.167-0.031,0.169c-0.203,0.008-0.271-0.229-0.465-0.282 c-0.148-0.042-0.295-0.018-0.447,0.017c-0.076,0.017-0.076,0.123-0.154,0.139c-0.074,0.018-0.131-0.046-0.207-0.059 c-0.063-0.009-0.025-0.119-0.088-0.129c-0.09-0.016-0.113,0.109-0.195,0.142c-0.037,0.013,0.125,0.061,0.084,0.063 c-0.477,0.018-0.889-0.242-1.352-0.147c-0.266,0.053-0.516,0.219-0.766,0.129c-0.111-0.042-0.148-0.146-0.256-0.191 c-0.053-0.021-0.102,0.042-0.16,0.04c-0.051-0.002-0.045-0.122-0.088-0.096c-0.072,0.043-0.064,0.153-0.152,0.172 c-0.268,0.055-0.506-0.138-0.779-0.104c-0.133,0.016-0.227,0.097-0.359,0.113c-0.09,0.011-0.158-0.053-0.248-0.057 c-0.271-0.013-0.506-0.036-0.773-0.004c-0.162,0.02-0.449-0.014-0.441,0.116c0.002,0.044,0.137,0.106,0.086,0.098 c-0.305-0.052-0.518-0.279-0.828-0.269c-0.064,0.004-0.016,0.115-0.074,0.137c-0.088,0.031-0.166-0.054-0.25-0.091 c-0.035-0.016,0.107-0.048,0.078-0.069c-0.17-0.127-0.428-0.04-0.652-0.009c-0.115,0.016-0.326-0.018-0.32,0.078 c0.002,0.044,0.131,0.077,0.086,0.099c-0.066,0.03-0.133-0.075-0.207-0.06c-0.043,0.008-0.008-0.117-0.047-0.098 c-0.105,0.048-0.154,0.158-0.273,0.176c-0.168,0.027-0.318-0.001-0.488,0.02c-0.191,0.023-0.664,0.046-0.521,0.153 c0.16,0.118,0.398,0.034,0.613,0.043c0.441,0.02,0.834,0.019,1.258-0.082c0.027-0.005-0.029-0.055-0.004-0.066 c0.189-0.077,0.373,0.103,0.58,0.145c0.141,0.029,0.508-0.035,0.408,0.052c-0.088,0.079-0.35,0.123-0.271,0.211 c0.061,0.067,0.172,0.069,0.25,0.124c0.045,0.03-0.076,0.101-0.033,0.134c0.068,0.05,0.15-0.072,0.24-0.076 c0.186-0.008,0.367,0.054,0.529-0.021c0.123-0.055,0.189-0.153,0.313-0.211c0.063-0.027,0.139,0.017,0.203-0.008 c0.059-0.02-0.131-0.091-0.088-0.129c0.107-0.097,0.303,0.003,0.451,0.049c0.055,0.016-0.076,0.103-0.033,0.135 c0.189,0.141,0.48,0.017,0.73-0.029c0.076-0.013,0.236-0.02,0.199-0.073c-0.039-0.06-0.242-0.03-0.209-0.093 c0.082-0.148,0.379,0.026,0.57-0.021c0.139-0.035,0.246-0.263,0.355-0.182c0.053,0.039-0.168,0.099-0.115,0.138 c0.244,0.182,0.607-0.05,0.936-0.036c0.541,0.023,1.006,0.008,1.547,0.008c0.445,0,0.832,0.155,1.268,0.085 c0.154-0.026,0.291-0.012,0.447-0.018c0.441-0.018,0.838-0.08,1.264,0.018c0.068,0.016,0.205,0.045,0.168,0.094 c-0.141,0.192-0.984-0.006-0.768,0.129c0.311,0.192,0.717,0.106,1.105,0.092c0.342-0.015,0.678,0.098,0.975-0.038 c0.045-0.02,0.135-0.032,0.119-0.069c-0.031-0.077-0.199-0.139-0.135-0.196c0.164-0.148,0.494-0.071,0.695,0.039 c0.047,0.026,0.063,0.119,0.008,0.134c-0.139,0.034-0.488-0.015-0.402,0.082c0.119,0.132,0.371,0.035,0.572,0.045 c0.229,0.009,0.836,0.014,0.646-0.091c-0.111-0.063-0.49-0.033-0.371-0.088c0.076-0.033,0.156-0.027,0.242-0.041 c0.063-0.011,0.094-0.07,0.158-0.073c0.051-0.002,0.039,0.083,0.086,0.098c0.191,0.054,0.365-0.066,0.566-0.091 c0.07-0.007,0.133,0.029,0.205,0.025c0.328-0.013,1.029-0.194,0.939,0.065c-0.025,0.071-0.213,0.116-0.152,0.172 c0.113,0.107,0.594,0.025,0.482-0.084c-0.061-0.062-0.287-0.02-0.248-0.09c0.08-0.15,0.369-0.007,0.568-0.022 c0.24-0.02,0.447-0.041,0.688-0.059c0.109-0.01,0.184,0.083,0.291,0.087c0.082,0.006,0.115-0.118,0.197-0.106 c0.09,0.012,0.158,0.053,0.248,0.058c0.207,0.008,0.697-0.029,0.561-0.155c-0.033-0.032-0.17-0.041-0.125-0.063 c0.299-0.135,0.654,0.058,0.975-0.036C160.524,2.571,160.596,2.565,160.624,2.518L160.624,2.518z M160.596,2.052 c0.057-0.003-0.217-0.007-0.162,0.006C160.489,2.071,160.54,2.054,160.596,2.052L160.596,2.052z M161.077,13.301 c-0.027,0.002-0.053,0.008-0.082,0.004C160.967,13.299,161.106,13.299,161.077,13.301L161.077,13.301z M160.477,5.656 c0.104-0.033-0.18-0.224-0.254-0.156S160.374,5.689,160.477,5.656L160.477,5.656z M160.028,2.072 c0.107-0.033-0.215-0.191-0.293-0.121C159.659,2.021,159.92,2.107,160.028,2.072L160.028,2.072z M160.061,4.072 c0.105-0.034-0.215-0.191-0.293-0.122C159.692,4.021,159.954,4.106,160.061,4.072L160.061,4.072z M159.764,1.75 c0.07-0.013-0.074-0.165-0.129-0.129C159.581,1.659,159.696,1.764,159.764,1.75L159.764,1.75z M159.942,6.277 c0.107-0.034-0.215-0.192-0.291-0.122C159.573,6.224,159.834,6.311,159.942,6.277L159.942,6.277z M160.067,9.872 c0.078-0.011-0.1-0.158-0.17-0.127C159.827,9.777,159.987,9.885,160.067,9.872L160.067,9.872z M159.844,7.414 c0.082-0.017-0.316-0.025-0.244,0.009C159.674,7.459,159.762,7.432,159.844,7.414L159.844,7.414z M159.499,4.227 c0.082-0.031-0.148-0.181-0.211-0.124C159.227,4.156,159.417,4.261,159.499,4.227L159.499,4.227z M159.354,7.366 c0.076-0.068-0.381-0.037-0.324,0.046C159.086,7.494,159.276,7.437,159.354,7.366L159.354,7.366z M159.321,8.235 c-0.027,0.002-0.053,0.007-0.08,0.002C159.211,8.233,159.35,8.233,159.321,8.235L159.321,8.235z M158.776,4.389 c-0.029,0.001-0.053,0.007-0.082,0.003C158.667,4.387,158.803,4.387,158.776,4.389L158.776,4.389z M158.729,3.59 c0.209-0.077-0.857-0.051-0.648,0.024C158.288,3.691,158.522,3.668,158.729,3.59L158.729,3.59z M158.682,4.191 c0.111,0.009-0.139-0.259-0.215-0.192C158.393,4.066,158.573,4.184,158.682,4.191L158.682,4.191z M158.618,3.061 c0.168-0.063-0.617-0.111-0.527,0.021C158.18,3.213,158.45,3.123,158.618,3.061L158.618,3.061z M158.78,8.722 c0.064-0.023-0.068-0.156-0.131-0.128c-0.039,0.018,0.008,0.08,0.047,0.098C158.723,8.705,158.75,8.731,158.78,8.722L158.78,8.722z M158.534,5.864c0.104-0.038-0.428-0.025-0.324,0.013C158.313,5.913,158.43,5.902,158.534,5.864L158.534,5.864z M158.481,9.201 c0.152,0.035-0.066-0.305-0.223-0.325c-0.182-0.026-0.344,0.021-0.527,0.019c-0.129,0-0.24,0.031-0.365,0.015 c-0.076-0.011-0.135,0.108-0.201,0.075c-0.094-0.047-0.139-0.126-0.215-0.191c-0.029-0.026-0.092,0.029-0.121,0.003 c-0.08-0.074-0.014-0.278,0.107-0.271c0.102,0.007,0.16,0.164,0.25,0.123c0.057-0.025,0.027-0.101,0.074-0.136 c0.037-0.028,0.164-0.055,0.119-0.07c-0.178-0.064-0.693-0.02-0.537-0.113c0.219-0.131,0.514-0.057,0.773,0.004 c0.063,0.015,0.129-0.118,0.16-0.073c0.055,0.084-0.246,0.188-0.15,0.241c0.109,0.06,0.336,0.024,0.361-0.08 c0.018-0.075-0.049-0.134-0.092-0.197c-0.035-0.052-0.066-0.102-0.129-0.13c-0.314-0.138-0.664-0.003-1.016,0.039 c-0.164,0.021-0.469-0.054-0.418-0.184c0.029-0.074,0.182-0.15,0.109-0.204c-0.051-0.038-0.139,0.033-0.203,0.008 c-0.295-0.122-0.609-0.049-0.939-0.063c-0.229-0.01-0.697-0.158-0.65,0.025c0.014,0.05,0.141,0.098,0.088,0.128 c-0.098,0.06-0.377,0.025-0.318,0.113c0.031,0.045,0.223,0.035,0.166,0.06c-0.299,0.138-0.637-0.056-0.979-0.029 c-0.541,0.043-0.996,0.14-1.539,0.159c-0.129,0.006-0.301-0.109-0.367-0.019c-0.074,0.103,0.369,0.031,0.375,0.152 c0.002,0.041-0.113,0.073-0.074,0.103c0.041,0.031,0.117,0.024,0.162-0.007c0.07-0.046,0.064-0.153,0.152-0.173 c0.088-0.017,0.158,0.065,0.248,0.058c0.217-0.018,0.762-0.056,0.615,0.077c-0.234,0.21-1.225-0.021-0.969,0.169 c0.223,0.168,0.566-0.027,0.857,0.034c0.07,0.016-0.049,0.134,0.01,0.166c0.131,0.073,0.291,0.01,0.449,0.018 c0.867,0.037,1.621,0.05,2.48-0.063c0.082-0.011,0.137,0.125,0.209,0.092c0.051-0.022,0.051-0.089,0.033-0.135 c-0.023-0.054-0.129-0.045-0.168-0.093c-0.029-0.036,0.117-0.08,0.074-0.103c-0.1-0.056-0.393-0.002-0.33-0.088 c0.066-0.089,0.234-0.041,0.363-0.046c0.127-0.006,0.408,0.035,0.332,0.12c-0.037,0.041-0.145,0.021-0.158,0.071 c-0.031,0.131,0.326,0.157,0.303,0.289c-0.021,0.115-0.178,0.179-0.314,0.212c-0.156,0.037-0.5-0.007-0.441,0.116 c0.098,0.208,0.504,0.021,0.775,0.037c0.057,0.005,0.107-0.012,0.162-0.005c0.283,0.032,0.531,0.016,0.816,0.033 c0.078,0.005,0.131,0.065,0.207,0.06c0.201-0.018,0.395-0.001,0.566-0.088C158.463,9.122,158.45,9.193,158.481,9.201L158.481,9.201z M158.196,4.211c0.043-0.024-0.139-0.096-0.088-0.098c0.053-0.002-0.113,0.075-0.074,0.104 C158.075,4.247,158.149,4.236,158.196,4.211L158.196,4.211z M158.446,10.002c0.182-0.067-0.686-0.076-0.566,0.054 c0.092,0.104,0.295-0.009,0.443-0.049C158.364,9.995,158.407,10.017,158.446,10.002L158.446,10.002z M158.157,7.813 c0.242-0.11-0.51-0.158-0.779-0.104c-0.068,0.014-0.166,0.099-0.113,0.137c0.084,0.063,0.211-0.013,0.324-0.012 C157.788,7.834,157.983,7.893,158.157,7.813L158.157,7.813z M158.137,7.479c0.145-0.047-0.225-0.209-0.377-0.186 c-0.088,0.015-0.277,0.111-0.195,0.141c0.184,0.066,0.387,0.076,0.57,0.011C158.149,7.441,158.125,7.485,158.137,7.479 L158.137,7.479z M157.868,4.156c0.139-0.084-0.25-0.193-0.42-0.218c-0.043-0.005,0.047,0.1,0.006,0.1 c-0.115,0.005-0.332-0.114-0.328-0.021c0.012,0.186,0.398,0.179,0.619,0.145C157.788,4.154,157.833,4.178,157.868,4.156 L157.868,4.156z M157.836,3.624c0.037-0.015,0.037-0.102-0.006-0.1c-0.07,0.003-0.225,0.09-0.156,0.105 C157.729,3.643,157.784,3.645,157.836,3.624L157.836,3.624z M157.788,7.027c0.084,0.009,0.021-0.233-0.053-0.199 C157.659,6.862,157.702,7.017,157.788,7.027L157.788,7.027z M157.256,2.045c0.07-0.013-0.072-0.164-0.129-0.128 C157.073,1.954,157.188,2.06,157.256,2.045L157.256,2.045z M157.637,10.1c0.27-0.102-0.527-0.182-0.824-0.169 c-0.188,0.008-0.68,0-0.525,0.088c0.18,0.098,0.398,0.032,0.613,0.042C157.159,10.072,157.403,10.188,157.637,10.1L157.637,10.1z M157.448,9.64c0.033-0.031-0.082-0.082-0.127-0.062S157.413,9.671,157.448,9.64L157.448,9.64z M156.932,2.058 c0.072-0.001-0.082-0.171-0.129-0.127C156.754,1.974,156.862,2.062,156.932,2.058L156.932,2.058z M157.086,6.187 c0.359-0.259-0.904-0.012-1.352-0.147c-0.119-0.037-0.268-0.212-0.332-0.122c-0.033,0.045,0.053,0.087,0.088,0.131 c0.068,0.084,0.188,0.106,0.295,0.155c0.1,0.047,0.211,0.026,0.326,0.021c0.1-0.003,0.186-0.012,0.285-0.011 C156.639,6.217,156.905,6.316,157.086,6.187L157.086,6.187z M156.696,3.602c-0.029,0.001-0.055,0.008-0.082,0.003 C156.586,3.601,156.723,3.601,156.696,3.602L156.696,3.602z M156.956,9.593c0.076-0.031,0.07-0.182-0.012-0.2 c-0.055-0.014-0.107,0.021-0.162,0.006c-0.053-0.016,0.049-0.121-0.006-0.132c-0.084-0.02-0.156,0.038-0.244,0.041 c-0.059,0.003-0.154,0.067-0.115,0.105c0.043,0.039,0.115,0.028,0.166,0.059C156.694,9.543,156.831,9.642,156.956,9.593 L156.956,9.593z M156.481,4.144c0.059-0.023-0.029-0.146-0.088-0.132c-0.057,0.017-0.092,0.126-0.033,0.137 C156.401,4.154,156.444,4.157,156.481,4.144L156.481,4.144z M156.37,3.614c0.182-0.069-0.75-0.045-0.568,0.021 S156.188,3.682,156.37,3.614L156.37,3.614z M156.506,7.408c0.201-0.109-0.912-0.054-0.691,0.026 C156.036,7.517,156.303,7.518,156.506,7.408L156.506,7.408z M156.379,10.881c0.111-0.101-0.291-0.136-0.455-0.116 c-0.127,0.016-0.189,0.148-0.318,0.146c-0.156-0.004-0.355-0.121-0.447-0.017c-0.211,0.238,0.693,0.182,1.021,0.062 C156.249,10.929,156.327,10.927,156.379,10.881L156.379,10.881z M156.37,12.147c-0.029,0.001-0.053,0.009-0.08,0.003 C156.26,12.147,156.397,12.147,156.37,12.147L156.37,12.147z M155.848,3.034c0.055-0.026-0.133-0.106-0.166-0.062 S155.792,3.06,155.848,3.034L155.848,3.034z M156.088,10.091c0.061-0.03,0.057-0.142-0.01-0.165 c-0.102-0.036-0.322,0.121-0.234,0.175C155.913,10.145,156.016,10.129,156.088,10.091L156.088,10.091z M155.557,3.645 c-0.027,0.002-0.053,0.009-0.08,0.004C155.448,3.643,155.586,3.643,155.557,3.645L155.557,3.645z M155.524,3.047 c0.057-0.004-0.219-0.007-0.162,0.006C155.417,3.063,155.465,3.048,155.524,3.047L155.524,3.047z M156.182,17.422 c0.145-0.044-0.297-0.295-0.377-0.186C155.725,17.345,156.04,17.469,156.182,17.422L156.182,17.422z M155.793,10.637 c0.055-0.019,0.01-0.146-0.047-0.132c-0.055,0.014-0.047,0.121,0.008,0.134C155.768,10.642,155.782,10.641,155.793,10.637 L155.793,10.637z M155.663,9.774c0.059-0.002-0.217-0.006-0.16,0.007C155.555,9.794,155.606,9.776,155.663,9.774L155.663,9.774z M155.649,9.509c0.188-0.069-0.699,0.026-0.576-0.111c0.16-0.182,0.748-0.241,0.586-0.423c-0.033-0.037-0.115,0.031-0.162,0.007 c-0.053-0.029-0.014,0.15-0.074,0.136c-0.137-0.032-0.199-0.155-0.336-0.188c-0.221-0.051-0.424-0.031-0.654-0.041 c-0.355-0.015-0.662,0.002-1.016,0.037c-0.057,0.008-0.105-0.001-0.162,0.01c-0.445,0.078-0.848,0.026-1.299,0.083 c-0.449,0.054-0.863,0.121-1.301,0.016c-0.16-0.039-0.264-0.135-0.418-0.187c-0.125-0.037-0.189,0.142-0.314,0.183 c-0.359,0.111-0.719,0.055-1.1,0.007c-0.07-0.007-0.133,0.016-0.203,0.008c-0.258-0.031-0.479-0.093-0.736-0.072 c-0.215,0.018-0.395,0.066-0.609,0.058c-0.34-0.015-1.227-0.151-0.975,0.037c0.064,0.046,0.213-0.075,0.244-0.01 s-0.07,0.181,0.012,0.2c0.15,0.036,0.291-0.025,0.445-0.052c0.195-0.03,0.375-0.02,0.57,0.012c0.146,0.024,0.266,0.105,0.412,0.085 c0.17-0.023,0.266-0.178,0.438-0.184c0.182-0.007,0.457,0.202,0.344,0.32c-0.088,0.091-0.498,0.153-0.359,0.146 c0.332-0.013,1.213-0.027,0.928-0.167c-0.086-0.043-0.236,0.049-0.287-0.022c-0.123-0.181,0.432-0.211,0.682-0.193 c0.178,0.013,0.346,0.069,0.459,0.183c0.025,0.025,0.119,0.048,0.084,0.063c-0.186,0.085-0.619-0.152-0.609,0.023 c0.004,0.052,0.1,0.078,0.09,0.13c-0.012,0.051,0.209,0.021,0.166,0.06c-0.221,0.198-0.635-0.068-0.936,0.036 c-0.129,0.046-0.221,0.17-0.357,0.148c-0.139-0.024-0.195-0.179-0.336-0.188c-0.158-0.012-0.297,0.006-0.445,0.049 c-0.057,0.016-0.137,0.059-0.117,0.104c0.1,0.238,0.525,0.197,0.828,0.235c0.354,0.044,0.684,0.124,1.02,0.027 c0.41-0.117,0.773-0.282,1.207-0.245c0.455,0.036,0.859-0.01,1.297-0.117c0.055-0.015-0.051-0.102-0.008-0.132 c0.068-0.05,0.307-0.028,0.24-0.077c-0.082-0.062-0.318-0.083-0.254-0.156c0.051-0.059,0.16-0.018,0.242-0.044 c0.049-0.015,0.029-0.087,0.076-0.102c0.215-0.076,0.447,0.021,0.658,0.106c0.09,0.039,0.34,0.083,0.25,0.125 c-0.178,0.081-0.713,0.009-0.563,0.121c0.242,0.181,0.607-0.051,0.934-0.036c0.277,0.013,0.504,0.102,0.781,0.104 c0.057,0,0.105-0.007,0.162-0.007c0.355,0.003,0.672-0.011,1.012-0.105C155.622,9.506,155.635,9.514,155.649,9.509L155.649,9.509z M155.27,4.323c0.057-0.002-0.205-0.026-0.162,0.005C155.151,4.361,155.213,4.325,155.27,4.323L155.27,4.323z M155.28,7.323 c0.152-0.21-0.555,0.021-0.854,0.031c-0.09,0.004-0.158-0.061-0.248-0.056c-0.17,0.006-0.32-0.008-0.488,0.018 c-0.049,0.009-0.104-0.099-0.125-0.061c-0.053,0.098,0.129,0.199,0.258,0.222c0.264,0.048,0.504-0.008,0.773,0.006 C154.844,7.492,155.151,7.498,155.28,7.323L155.28,7.323z M155.342,9.854c0.025-0.105-0.131-0.196-0.256-0.225 c-0.098-0.02-0.184,0.032-0.283,0.046c-0.438,0.053-0.824-0.015-1.26,0.047c-0.094,0.014-0.309,0.057-0.238,0.109 s0.314,0.031,0.25,0.09c-0.049,0.043-0.209,0.066-0.156,0.107c0.336,0.251,0.854-0.208,1.295-0.117 c0.063,0.014,0.109,0.038,0.166,0.06c0.047,0.017-0.121,0.086-0.074,0.104c0.127,0.047,0.234-0.091,0.357-0.147 c0.063-0.028,0.164,0.011,0.201-0.041C155.352,9.877,155.34,9.865,155.342,9.854L155.342,9.854z M154.823,3.605 c-0.029,0.002-0.053,0.009-0.082,0.004C154.713,3.604,154.85,3.604,154.823,3.605L154.823,3.605z M154.885,6.138 c0.092-0.171-0.422,0.086-0.648,0.058c-0.232-0.028-0.426-0.137-0.656-0.107c-0.029,0.004,0.031,0.063,0.004,0.066 c-0.217,0.028-0.803,0.05-0.605,0.123c0.367,0.132,0.744,0.006,1.143,0.021c0.242,0.012,0.477,0.039,0.688-0.059 C154.854,6.219,154.866,6.177,154.885,6.138L154.885,6.138z M155.37,17.454c0.104-0.04-0.43-0.025-0.324,0.013 C155.149,17.504,155.266,17.493,155.37,17.454L155.37,17.454z M154.497,3.619c0.166-0.092-0.732-0.07-0.568,0.022 C154.094,3.732,154.331,3.708,154.497,3.619L154.497,3.619z M154.401,3.355c-0.037,0.017-0.125-0.031-0.123,0.005 C154.282,3.396,154.438,3.339,154.401,3.355L154.401,3.355z M154.489,7.753c0.281-0.252-0.77-0.069-1.186-0.088 c-0.482-0.021-0.924-0.078-1.381,0.054c-0.053,0.016-0.195-0.033-0.162,0.005c0.246,0.274,0.77,0.038,1.184,0.055 c0.176,0.009,0.318,0.074,0.494,0.082c0.201,0.008,0.371,0.051,0.572,0.045c0.121-0.005,0.221-0.055,0.318-0.112 C154.375,7.765,154.45,7.788,154.489,7.753L154.489,7.753z M154.903,17.804c0.096-0.049-0.217-0.191-0.293-0.121 C154.532,17.751,154.805,17.855,154.903,17.804L154.903,17.804z M154.12,6.969c0.197-0.077-0.365-0.17-0.582-0.181 c-0.189-0.009-0.627,0.126-0.475,0.22c0.137,0.083,0.316-0.013,0.486-0.02C153.749,6.981,153.938,7.035,154.12,6.969L154.12,6.969z M153.942,10.974c0.469-0.173-0.967-0.164-1.471-0.077c-0.063,0.012-0.217,0.054-0.158,0.075c0.338,0.12,0.688-0.01,1.059-0.01 C153.571,10.962,153.758,11.041,153.942,10.974L153.942,10.974z M153.426,1.992c0.053-0.038-0.061-0.111-0.129-0.127 c-0.396-0.1-1.527-0.031-1.172,0.145c0.172,0.084,0.373-0.006,0.57,0.012c0.215,0.018,0.402,0.076,0.613,0.041 C153.36,2.057,153.389,2.021,153.426,1.992L153.426,1.992z M153.518,4.989c-0.029,0.002-0.055,0.009-0.082,0.004 S153.545,4.988,153.518,4.989L153.518,4.989z M153.85,12.245c0.082-0.025,0.012-0.151-0.051-0.198 c-0.064-0.048-0.105,0.167-0.029,0.2C153.795,12.258,153.825,12.253,153.85,12.245L153.85,12.245z M153.356,3.595 c0.08-0.025-0.25-0.095-0.246-0.021C153.114,3.643,153.276,3.622,153.356,3.595L153.356,3.595z M153.715,11.316 c0.342-0.126-0.736-0.241-1.063-0.093c-0.291,0.134,0.611,0.134,0.941,0.097C153.637,11.316,153.676,11.33,153.715,11.316 L153.715,11.316z M153.192,5.002c-0.027,0.002-0.053,0.009-0.08,0.003C153.083,5.001,153.221,5.001,153.192,5.002L153.192,5.002z M153.133,5.405c0.004-0.053-0.025-0.124-0.088-0.131c-0.178-0.021-0.588,0.033-0.48,0.151c0.115,0.129,0.375,0.201,0.535,0.114 C153.149,5.513,153.129,5.451,153.133,5.405L153.133,5.405z M153.092,7.54c0.059-0.003-0.217-0.008-0.162,0.006 C152.985,7.559,153.036,7.542,153.092,7.54L153.092,7.54z M153.278,12.2c0.053,0.039,0.039-0.21-0.01-0.168 C153.221,12.077,153.225,12.16,153.278,12.2L153.278,12.2z M153.075,10.074c0.063,0.008-0.037-0.16-0.088-0.131 C152.934,9.976,153.012,10.065,153.075,10.074L153.075,10.074z M152.922,7.412c0.047,0.035-0.168-0.112-0.166-0.059 C152.76,7.405,152.875,7.377,152.922,7.412L152.922,7.412z M153.12,12.272c0.096,0.01-0.047-0.163-0.133-0.195 c-0.107-0.038-0.287,0.035-0.33-0.055c-0.031-0.064,0.1-0.157,0.029-0.201c-0.123-0.075-0.439,0.11-0.354,0.215 c0.113,0.139,0.34,0.146,0.539,0.179c0.059,0.011,0.105-0.025,0.16-0.04C153.083,12.163,153.069,12.268,153.12,12.272L153.12,12.272 z M152.819,7.018c0.115-0.058-0.09-0.228-0.219-0.259c-0.109-0.027-0.211,0.007-0.324,0.013c-0.256,0.01-0.477,0.017-0.732,0.026 c-0.07,0.003-0.256-0.03-0.203,0.009c0.297,0.221,0.713,0.21,1.113,0.226C152.581,7.035,152.709,7.072,152.819,7.018L152.819,7.018z M152.543,3.627c0.066-0.021-0.059-0.117-0.129-0.128c-0.311-0.042-1.16-0.032-0.891,0.102c0.281,0.137,0.615,0.021,0.934-0.038 C152.499,3.557,152.506,3.638,152.543,3.627L152.543,3.627z M152.752,8.688c0.166-0.036-0.592-0.129-0.49-0.016 c0.076,0.083,0.238,0.013,0.367,0.02C152.672,8.693,152.709,8.695,152.752,8.688L152.752,8.688z M152.504,7.229 c0.129-0.047-0.232-0.112-0.373-0.118c-0.162-0.009-0.588,0.063-0.441,0.116C151.952,7.321,152.247,7.326,152.504,7.229 L152.504,7.229z M152.452,6.297c0.131-0.047-0.514-0.095-0.408-0.016C152.149,6.359,152.323,6.346,152.452,6.297L152.452,6.297z M152.364,6.168c0.059-0.019-0.17-0.113-0.166-0.06C152.2,6.16,152.303,6.187,152.364,6.168L152.364,6.168z M152.112,1.776 c-0.027,0.002-0.053,0.009-0.082,0.003C152.002,1.775,152.141,1.775,152.112,1.776L152.112,1.776z M151.883,2.052 c0.111-0.003-0.109-0.163-0.215-0.192c-0.516-0.135-1.002,0.06-1.543,0.06c-0.199,0-0.752-0.045-0.57,0.022 c0.418,0.152,0.85-0.004,1.305,0.017c0.314,0.014,0.594,0.099,0.896,0.032C151.807,1.979,151.833,2.054,151.883,2.052L151.883,2.052 z M152.387,12.302c-0.027,0-0.053,0.007-0.08,0.002C152.28,12.3,152.417,12.3,152.387,12.302L152.387,12.302z M151.883,6.318 c-0.027,0.002-0.053,0.009-0.08,0.004C151.774,6.318,151.913,6.318,151.883,6.318L151.883,6.318z M152.065,10.913 c0.318-0.174-0.691-0.146-1.07-0.192c-0.059-0.008-0.107-0.039-0.164-0.028c-0.168,0.035-0.496,0.134-0.393,0.25 c0.17,0.188,0.531,0.046,0.816,0.034C151.54,10.966,151.827,11.042,152.065,10.913L152.065,10.913z M151.893,12.187 c0.072-0.004-0.082-0.171-0.129-0.129C151.715,12.101,151.823,12.189,151.893,12.187L151.893,12.187z M151.559,6.331 c0.057,0.021-0.064-0.177-0.09-0.129S151.5,6.311,151.559,6.331L151.559,6.331z M151.61,8.662c0.264-0.097-0.539-0.161-0.82-0.1 c-0.037,0.007-0.092,0.038-0.076,0.068c0.104,0.219,0.549,0.121,0.816,0.035C151.555,8.659,151.584,8.674,151.61,8.662L151.61,8.662 z M151.286,3.008c0.131-0.048-0.535-0.031-0.404,0.017C151.01,3.071,151.157,3.057,151.286,3.008L151.286,3.008z M151.129,1.682 c0.043,0.002,0.031-0.084-0.006-0.101c-0.104-0.042-0.408,0.015-0.32,0.079C150.887,1.725,151.014,1.673,151.129,1.682 L151.129,1.682z M151.596,11.263c0.1-0.023,0.004-0.202-0.094-0.228c-0.332-0.085-0.625,0.127-0.969,0.169 c-0.113,0.015-0.391-0.028-0.322,0.046c0.229,0.255,0.717,0.062,1.1,0.024c0.064-0.006,0.012-0.132,0.074-0.136 C151.477,11.135,151.508,11.286,151.596,11.263L151.596,11.263z M151.176,8.213c0.039-0.015,0.033-0.084-0.004-0.101 c-0.369-0.152-0.779-0.068-1.18,0.014c-0.051,0.009-0.156,0.043-0.119,0.07c0.16,0.12,0.398,0.033,0.613,0.042 c0.061,0.004,0.068,0.099,0.127,0.095c0.123-0.003,0.205-0.08,0.32-0.111C151.014,8.201,151.1,8.244,151.176,8.213L151.176,8.213z M150.958,7.222c-0.027,0-0.053,0.009-0.08,0.003C150.848,7.221,150.987,7.221,150.958,7.222L150.958,7.222z M150.819,6.228 c0.119-0.065-0.535-0.032-0.406,0.015C150.543,6.29,150.702,6.292,150.819,6.228L150.819,6.228z M150.479,1.706 c0.09-0.018-0.174-0.193-0.211-0.125C150.231,1.648,150.391,1.725,150.479,1.706L150.479,1.706z M150.583,7.769 c0.068-0.013-0.076-0.165-0.131-0.127C150.397,7.678,150.512,7.783,150.583,7.769L150.583,7.769z M150.559,7.371 c0.096-0.087-0.512-0.064-0.406,0.015C150.258,7.464,150.463,7.455,150.559,7.371L150.559,7.371z M150.227,2.981 c0.082-0.017-0.318-0.026-0.244,0.012C150.055,3.027,150.143,2.998,150.227,2.981L150.227,2.981z M150.147,1.585 c0.107-0.138-0.615-0.103-0.566,0.056c0.025,0.086,0.182,0.099,0.289,0.088C149.985,1.717,150.084,1.665,150.147,1.585 L150.147,1.585z M150.571,10.437c0.125-0.057-0.512-0.062-0.406,0.017S150.448,10.494,150.571,10.437L150.571,10.437z M150.18,3.584 c-0.029,0.002-0.055,0.007-0.082,0.004C150.071,3.582,150.208,3.584,150.18,3.584L150.18,3.584z M150.213,8.45 c0.207-0.076-0.764-0.171-0.652-0.008S150.006,8.527,150.213,8.45L150.213,8.45z M150.172,7.719 c0.057-0.002-0.219-0.008-0.164,0.005C150.065,7.736,150.116,7.721,150.172,7.719L150.172,7.719z M150.342,12.112 c0.068-0.042-0.285-0.019-0.242,0.044C150.143,12.216,150.272,12.154,150.342,12.112L150.342,12.112z M149.879,6.862 c0.096-0.051-0.379-0.037-0.324,0.046C149.612,6.99,149.784,6.915,149.879,6.862L149.879,6.862z M150.053,11.322 c0.205-0.146-0.475-0.165-0.746-0.205c-0.057-0.007-0.102,0.04-0.16,0.04c-0.426,0.017-0.793,0.033-1.221,0.013 c-0.285-0.011-0.527,0.047-0.813,0.033c-0.203-0.011-0.371-0.087-0.574-0.079c-0.357,0.015-0.725-0.067-1.012,0.105 c-0.025,0.017-0.066,0.058-0.037,0.069c0.443,0.16,0.9-0.042,1.383-0.021c0.391,0.018,0.717,0.107,1.107,0.125 c0.439,0.019,0.816-0.063,1.258-0.082C149.522,11.31,149.838,11.478,150.053,11.322L150.053,11.322z M150.026,10.857 c-0.057-0.183-0.715-0.004-0.621-0.176c0.02-0.039,0.164-0.054,0.117-0.07c-0.133-0.049-0.264,0.043-0.402,0.081 c-0.066,0.019-0.16,0.048-0.156,0.106c0.002,0.036-0.146,0.007-0.119,0.037c0.182,0.203,0.564,0.069,0.863,0.136 c0.113,0.023,0.262,0.132,0.328,0.052C150.075,10.975,150.043,10.915,150.026,10.857L150.026,10.857z M149.61,3.605 c0.061-0.016-0.025-0.119-0.088-0.129c-0.063-0.012-0.199,0.033-0.158,0.072C149.42,3.605,149.526,3.63,149.61,3.605L149.61,3.605z M149.735,7.202c0.084-0.017-0.316-0.026-0.244,0.009C149.565,7.248,149.653,7.22,149.735,7.202L149.735,7.202z M149.469,6.813 c0.051-0.047-0.238,0.02-0.201,0.074C149.307,6.94,149.417,6.859,149.469,6.813L149.469,6.813z M149.12,3.559 c0.199-0.092-0.658-0.129-0.648,0.057c0.008,0.131,0.293-0.021,0.445-0.049C148.985,3.552,149.057,3.588,149.12,3.559L149.12,3.559z M149.43,10.414c0.156-0.06-0.645-0.038-0.486,0.019C149.1,10.489,149.274,10.472,149.43,10.414L149.43,10.414z M149.165,8.623 c0.088-0.039-0.332-0.059-0.283,0.011C148.93,8.706,149.079,8.662,149.165,8.623L149.165,8.623z M149.012,7.362 c0.428-0.088-1.689-0.115-1.264-0.018c0.385,0.088,0.742,0.039,1.141,0.022C148.932,7.366,148.971,7.371,149.012,7.362 L149.012,7.362z M148.977,8.164c0.199-0.075-0.396-0.118-0.619-0.109c-0.063,0.002-0.029-0.147-0.088-0.129 c-0.109,0.034-0.168,0.22-0.066,0.269C148.44,8.304,148.729,8.257,148.977,8.164L148.977,8.164z M149.09,17.294 c0.131-0.048-0.414-0.135-0.408-0.018C148.69,17.393,148.961,17.342,149.09,17.294L149.09,17.294z M148.331,3.988 c-0.029,0.002-0.055,0.009-0.082,0.004C148.221,3.986,148.358,3.986,148.331,3.988L148.331,3.988z M148.42,6.984 c0.041-0.007,0.033-0.087-0.006-0.098c-0.102-0.032-0.359,0.051-0.279,0.109C148.209,7.051,148.323,7.003,148.42,6.984L148.42,6.984 z M148.948,17.633c0.016-0.104-0.412,0.075-0.318,0.146c0.078,0.058,0.205-0.02,0.281-0.078 C148.934,17.683,148.944,17.658,148.948,17.633L148.948,17.633z M148.563,10.915c0.076-0.057-0.078-0.165-0.174-0.194 c-0.48-0.148-0.951,0.035-1.463,0.057c-0.145,0.005-0.535,0.034-0.402,0.081c0.379,0.139,0.77,0.004,1.184,0.021 C148.006,10.893,148.338,11.077,148.563,10.915L148.563,10.915z M148.022,7.134c0,0-0.195,0.002-0.16,0.04 C147.895,7.213,148.022,7.134,148.022,7.134L148.022,7.134z M148.016,8.468c0.09,0.008-0.125-0.224-0.172-0.16 C147.797,8.372,147.926,8.458,148.016,8.468L148.016,8.468z M147.92,8.204c0.152-0.098-0.037-0.326-0.188-0.426 c-0.035-0.024-0.002-0.101-0.047-0.097c-0.092,0.003-0.105,0.146-0.195,0.141c-0.221-0.015-0.453-0.231-0.617-0.111 c-0.061,0.047-0.031,0.188-0.113,0.171c-0.105-0.021-0.246-0.169-0.289-0.089c-0.059,0.11,0.348,0.233,0.221,0.293 c-0.119,0.053-0.42-0.189-0.371-0.086c0.117,0.248,0.553,0.205,0.869,0.267c0.105,0.021,0.184,0.099,0.291,0.09 c0.09-0.011,0.119-0.102,0.195-0.144C147.747,8.175,147.852,8.248,147.92,8.204L147.92,8.204z M148.383,17.721 c0.246-0.091-1.033-0.03-0.773,0.03C147.872,17.811,148.135,17.813,148.383,17.721L148.383,17.721z M147.461,1.621 c0,0,0.006-0.147-0.049-0.131c-0.078,0.025-0.072,0.204,0.012,0.2C147.458,1.688,147.461,1.621,147.461,1.621L147.461,1.621z M147.274,4.028c0.209-0.042-0.773-0.161-0.613-0.042c0.117,0.088,0.293,0.064,0.449,0.049 C147.168,4.029,147.219,4.039,147.274,4.028L147.274,4.028z M147.504,9.488c-0.029,0-0.053,0.006-0.082,0.003 C147.395,9.487,147.534,9.487,147.504,9.488L147.504,9.488z M147.167,3.566c-0.029,0.002-0.055,0.009-0.082,0.003 C147.057,3.564,147.194,3.566,147.167,3.566L147.167,3.566z M147.059,1.703c0.07-0.002-0.082-0.171-0.129-0.128 C146.881,1.619,146.989,1.706,147.059,1.703L147.059,1.703z M147.454,10.021c0.07-0.001-0.082-0.171-0.129-0.127 C147.276,9.938,147.383,10.025,147.454,10.021L147.454,10.021z M147.135,7.302c0.207-0.224-0.66-0.131-0.979-0.028 c-0.061,0.018-0.217,0.052-0.158,0.071c0.262,0.095,0.531,0.059,0.814,0.035C146.93,7.371,147.065,7.377,147.135,7.302 L147.135,7.302z M147.114,9.77c-0.037,0.016-0.125-0.03-0.121,0.005C146.995,9.809,147.151,9.753,147.114,9.77L147.114,9.77z M146.725,2.983c0.072-0.003-0.256-0.031-0.203,0.008S146.655,2.985,146.725,2.983L146.725,2.983z M146.887,8.644 c0.07-0.001-0.258-0.03-0.205,0.008C146.735,8.691,146.815,8.647,146.887,8.644L146.887,8.644z M147.331,17.827 c0.137-0.037,0.043-0.313-0.102-0.329c-0.213-0.023-0.389,0.091-0.605,0.091c-0.326,0.001-0.609-0.004-0.934,0.036 c-0.186,0.022-0.648-0.028-0.525,0.087c0.184,0.169,0.506,0.125,0.779,0.103c0.342-0.027,0.631-0.126,0.973-0.104 c0.057,0.005,0.105-0.01,0.162-0.005C147.18,17.713,147.233,17.855,147.331,17.827L147.331,17.827z M146.788,9.781 c0.129-0.026-0.434-0.146-0.369-0.051C146.483,9.822,146.661,9.809,146.788,9.781L146.788,9.781z M146.456,6.796 c-0.029,0-0.055,0.007-0.082,0.002C146.346,6.794,146.483,6.794,146.456,6.796L146.456,6.796z M146.268,3.534 c0.15-0.106-0.719-0.121-0.57-0.012C145.846,3.634,146.118,3.642,146.268,3.534L146.268,3.534z M146.282,9.467 c0.068,0.017-0.066-0.101-0.129-0.127c-0.057-0.025-0.148-0.111-0.166-0.061C145.95,9.383,146.155,9.439,146.282,9.467 L146.282,9.467z M146.182,9.138c0.051-0.029-0.025-0.133-0.09-0.13c-0.08,0.004-0.223,0.105-0.154,0.14 C146.01,9.183,146.112,9.179,146.182,9.138L146.182,9.138z M145.784,9.286c0.125-0.058,0.031-0.281-0.102-0.329 c-0.078-0.029-0.158,0.014-0.242,0.01c-0.258-0.01-0.473,0.052-0.73,0.063c-0.045,0-0.084-0.049-0.123-0.031 c-0.027,0.015-0.045,0.043-0.037,0.068c0.037,0.123,0.223,0.192,0.377,0.187c0.045-0.002,0.002-0.078,0.035-0.102 c0.156-0.117,0.391,0.063,0.578,0.144c0.035,0.017,0.039-0.06,0.078-0.068C145.678,9.212,145.727,9.313,145.784,9.286L145.784,9.286 z M145.456,3.566c-0.027,0-0.053,0.007-0.082,0.003C145.346,3.563,145.485,3.564,145.456,3.566L145.456,3.566z M145.364,1.969 c0.242-0.146-1.078-0.198-0.855-0.033c0.199,0.148,0.506,0.016,0.771-0.029C145.319,1.898,145.333,1.988,145.364,1.969 L145.364,1.969z M145.721,9.623c0.041,0.031-0.008-0.134-0.008-0.134S145.678,9.593,145.721,9.623L145.721,9.623z M145.077,4.046 c-0.031,0.022-0.107,0.048-0.078,0.071C145.03,4.139,145.108,4.025,145.077,4.046L145.077,4.046z M144.883,3.521 c0.275-0.247-0.742-0.171-1.148-0.156c-0.1,0.004-0.188-0.006-0.285,0.012c-0.07,0.011-0.133,0.005-0.203,0.009 c-0.215,0.007-0.428,0.045-0.613-0.045c-0.127-0.06-0.23-0.167-0.375-0.152c-0.041,0.005-0.039,0.059-0.078,0.07 c-0.061,0.016-0.1,0.053-0.158,0.071c-0.037,0.015-0.041,0.058-0.078,0.071c-0.088,0.029-0.154-0.073-0.248-0.09 c-0.527-0.103-1.002,0.081-1.541,0.124c-0.117,0.01-0.363-0.011-0.32,0.078c0.025,0.056,0.102,0.075,0.168,0.095 c0.227,0.069,0.449-0.005,0.691,0.007c0.398,0.018,0.74-0.028,1.139-0.043c0.07-0.003,0.131-0.005,0.203-0.009 c0.727-0.026,1.354-0.007,2.078,0.053c0.09,0.009,0.16,0.068,0.248,0.058C144.553,3.651,144.752,3.638,144.883,3.521L144.883,3.521z M145.018,7.316c0.15-0.068-0.613-0.075-0.486,0.018C144.657,7.429,144.87,7.384,145.018,7.316L145.018,7.316z M144.825,3.923 c0.172-0.206-0.557-0.101-0.861-0.101c-0.227,0.002-0.422,0.044-0.65,0.025c-0.041-0.004-0.078,0.002-0.121,0.005 c-0.096,0.008-0.156-0.075-0.25-0.091c-0.098-0.016-0.182,0.033-0.281,0.045c-0.129,0.015-0.428-0.045-0.365,0.048 c0.076,0.108,0.27,0.073,0.414,0.116c0.18,0.055,0.346,0.094,0.535,0.08c0.41-0.032,0.768-0.03,1.18-0.013 c0.045,0.001,0.08,0.037,0.123,0.028C144.661,4.048,144.76,4.001,144.825,3.923L144.825,3.923z M144.735,9.461 c0.125-0.113-0.662-0.018-0.525,0.087C144.348,9.65,144.608,9.572,144.735,9.461L144.735,9.461z M144.813,12.258 c0.035-0.031-0.08-0.083-0.125-0.063S144.778,12.288,144.813,12.258L144.813,12.258z M144.604,8.599 c0.033-0.031-0.082-0.083-0.125-0.063C144.434,8.558,144.569,8.629,144.604,8.599L144.604,8.599z M144.577,8.133 c0.131-0.049-0.535-0.031-0.406,0.015C144.301,8.196,144.448,8.182,144.577,8.133L144.577,8.133z M144.045,1.686 c0.076-0.034,0.023-0.232-0.053-0.198C143.918,1.522,143.969,1.721,144.045,1.686L144.045,1.686z M144.858,17.323 c0.059-0.08-0.391-0.029-0.322,0.046c0.027,0.029,0.078,0.021,0.123,0.029C144.735,17.405,144.819,17.378,144.858,17.323 L144.858,17.323z M144.206,7.347c0.088-0.018-0.031-0.251-0.092-0.196C144.053,7.204,144.12,7.364,144.206,7.347L144.206,7.347z M144.225,9.081c0.057-0.046-0.092-0.144-0.17-0.127c-0.088,0.017-0.154,0.056-0.24,0.076c-0.098,0.02-0.32-0.066-0.285,0.011 C143.618,9.226,144.047,9.216,144.225,9.081L144.225,9.081z M144.186,8.415c-0.027,0-0.053,0.008-0.08,0.004 C144.077,8.413,144.215,8.413,144.186,8.415L144.186,8.415z M143.958,8.689c0.082-0.032-0.148-0.18-0.211-0.124 C143.686,8.62,143.875,8.722,143.958,8.689L143.958,8.689z M143.926,9.559c0.328-0.092-1.238-0.288-0.982-0.096 c0.18,0.135,0.451,0.05,0.693,0.04C143.741,9.498,143.827,9.585,143.926,9.559L143.926,9.559z M143.846,8.16 c0.084,0.015,0.023-0.231-0.053-0.198C143.719,7.998,143.76,8.146,143.846,8.16L143.846,8.16z M143.547,4.372 c0.096-0.03-0.223-0.204-0.252-0.123c-0.023,0.072,0.082,0.152,0.172,0.159C143.5,4.41,143.518,4.382,143.547,4.372L143.547,4.372z M143.698,8.433c0.061-0.018-0.168-0.112-0.166-0.059C143.536,8.424,143.639,8.452,143.698,8.433L143.698,8.433z M143.602,8.171 c0.299-0.112-1.238-0.142-0.938-0.03c0.26,0.095,0.533,0.066,0.816,0.034C143.522,8.171,143.563,8.186,143.602,8.171L143.602,8.171z M143.883,17.361c0.082-0.041-0.051-0.234-0.133-0.195c-0.078,0.035-0.143,0.159-0.07,0.203 C143.739,17.403,143.823,17.391,143.883,17.361L143.883,17.361z M143.327,9.049c0.115-0.104-0.32-0.043-0.49-0.017 c-0.041,0.009,0.035-0.088-0.004-0.099c-0.074-0.021-0.104,0.111-0.072,0.169c0.051,0.091,0.213,0.111,0.33,0.088 C143.19,9.172,143.256,9.109,143.327,9.049L143.327,9.049z M143.09,4.923c-0.029,0.001-0.053,0.008-0.08,0.002 C142.981,4.921,143.12,4.923,143.09,4.923L143.09,4.923z M143.229,17.32c0.119-0.066-0.414-0.136-0.408-0.021 C142.829,17.419,143.11,17.384,143.229,17.32L143.229,17.32z M142.86,10.865c0.156-0.058-0.496-0.154-0.488-0.015 C142.379,10.991,142.704,10.925,142.86,10.865L142.86,10.865z M142.715,8.339c-0.037,0.016-0.123-0.031-0.121,0.003 C142.596,8.377,142.752,8.32,142.715,8.339L142.715,8.339z M142.518,9.146c0.096-0.052-0.408-0.018-0.324,0.045 C142.28,9.255,142.422,9.197,142.518,9.146L142.518,9.146z M142.375,8.084c-0.037,0.018-0.123-0.031-0.121,0.005 C142.256,8.124,142.413,8.066,142.375,8.084L142.375,8.084z M142.059,3.963c0.057-0.004-0.219-0.006-0.162,0.007 C141.952,3.982,142.002,3.965,142.059,3.963L142.059,3.963z M142,2.965c-0.037,0.016-0.123-0.03-0.121,0.005 C141.881,3.004,142.04,2.947,142,2.965L142,2.965z M142.135,8.158c0.072,0-0.256-0.029-0.203,0.01S142.065,8.162,142.135,8.158 L142.135,8.158z M141.772,3.24c0.043,0.03-0.006-0.133-0.006-0.133S141.731,3.208,141.772,3.24L141.772,3.24z M141.754,2.907 c-0.037,0.018-0.125-0.03-0.123,0.006C141.633,2.947,141.792,2.889,141.754,2.907L141.754,2.907z M142.129,10.894 c0.088-0.017-0.102-0.208-0.172-0.159C141.887,10.78,142.042,10.911,142.129,10.894L142.129,10.894z M142.03,9.163 c0.182-0.16-0.441-0.202-0.705-0.238c-0.07-0.01-0.182,0.063-0.203,0.007c-0.029-0.069,0.156-0.182,0.068-0.201 c-0.137-0.032-0.26,0.043-0.402,0.048c-0.498,0.02-0.928-0.018-1.424,0.021c-0.131,0.011-0.232,0.082-0.363,0.081 c-0.176-0.002-0.33-0.025-0.492-0.081c-0.133-0.047-0.447-0.112-0.338-0.188c0.188-0.125,0.451,0.017,0.693,0.007 c0.279-0.01,0.898,0.005,0.762-0.195c-0.111-0.164-0.43-0.088-0.652-0.041c-0.088,0.017-0.17-0.093-0.248-0.058 c-0.07,0.032-0.08,0.115-0.154,0.139c-0.09,0.028-0.174-0.044-0.25-0.089c-0.033-0.021,0.107-0.048,0.076-0.07 c-0.195-0.147-0.525-0.01-0.74-0.138c-0.041-0.025,0.066-0.063,0.076-0.104c0.008-0.033-0.125-0.062-0.086-0.063 c0.248-0.013,0.508,0.235,0.699,0.105c0.043-0.03,0.039-0.107-0.008-0.134c-0.229-0.126-0.51-0.148-0.779-0.104 c-0.076,0.013-0.127,0.053-0.199,0.075c-0.086,0.026,0.016,0.179-0.07,0.202c-0.148,0.041-0.521-0.062-0.445,0.051 c0.07,0.104,0.404-0.067,0.41,0.052c0.008,0.14-0.521,0.06-0.438,0.184c0.217,0.314,1.496,0.053,1.199,0.32 c-0.154,0.139-0.428-0.049-0.652-0.01c-0.063,0.011-0.217,0.052-0.158,0.073c0.166,0.061,0.617,0.006,0.496,0.114 c-0.203,0.183-0.559-0.021-0.857-0.033c-0.117-0.004-0.205,0.083-0.322,0.078c-0.082-0.003-0.131-0.066-0.209-0.093 c-0.055-0.016-0.109,0.066-0.16,0.041c-0.078-0.039-0.123-0.146-0.211-0.125c-0.137,0.033-0.189,0.154-0.313,0.212 c-0.15,0.069-0.498,0.208-0.352,0.28c0.102,0.05,0.203-0.075,0.322-0.078c0.457-0.019,0.879-0.087,1.305,0.049 c0.113,0.035,0.234,0.027,0.33,0.087c0.092,0.058,0.178,0.117,0.293,0.123c0.131,0.005,0.459-0.01,0.361-0.082 c-0.1-0.073-0.451-0.099-0.334-0.152c0.211-0.099,0.449-0.031,0.689-0.061c0.279-0.034,0.529,0.066,0.783,0.171 c0.182,0.073,0.508,0.235,0.574,0.078c0.023-0.057-0.025-0.131,0.031-0.169c0.064-0.044,0.162,0.012,0.244-0.009 c0.207-0.057,0.686-0.093,0.615,0.076c-0.082,0.19-0.922,0.07-0.686,0.127c0.275,0.063,0.529-0.05,0.809-0.099 c0.125-0.021,0.242-0.041,0.365-0.014c0.055,0.011-0.037,0.105,0.008,0.133c0.084,0.049,0.324,0,0.281-0.077 c-0.035-0.062-0.203-0.129-0.131-0.163C141.413,9.106,141.819,9.354,142.03,9.163L142.03,9.163z M141.893,6.77 c0.057-0.004-0.217-0.006-0.162,0.007C141.786,6.788,141.836,6.771,141.893,6.77L141.893,6.77z M141.432,2.985 c0.035-0.03-0.08-0.082-0.125-0.061C141.262,2.944,141.397,3.018,141.432,2.985L141.432,2.985z M141.801,10.84 c0.111-0.08-0.42-0.205-0.412-0.084C141.395,10.879,141.688,10.919,141.801,10.84L141.801,10.84z M141.487,8.186 c0.115-0.075,0.004-0.311-0.143-0.329c-0.227-0.028-0.449,0.189-0.645,0.092c-0.178-0.087-0.299-0.233-0.504-0.248 c-0.107-0.006-0.377,0.075-0.279,0.112c0.162,0.057,0.629-0.012,0.494,0.08c-0.297,0.201-0.842-0.258-1.102-0.024 c-0.061,0.055,0.291,0.09,0.211,0.125c-0.213,0.098-0.773-0.093-0.686,0.094c0.074,0.157,0.369,0.102,0.576,0.111 c0.342,0.014,0.635-0.066,0.975-0.04c0.072,0.008,0.133,0.023,0.205,0.027c0.064,0.003,0.104,0.057,0.166,0.061 C141.012,8.257,141.284,8.315,141.487,8.186L141.487,8.186z M141.364,6.057c0.221-0.084-0.869-0.107-0.689,0.025 c0.084,0.063,0.195,0.072,0.311,0.058c-0.088,0.013-0.125,0.035-0.061,0.066c0.258,0.127,0.607,0.169,0.857,0.034 c0.184-0.101-0.504-0.142-0.779-0.104c0.107-0.016,0.219-0.052,0.32-0.078C141.336,6.055,141.352,6.062,141.364,6.057L141.364,6.057 z M141.547,12.116c-0.037,0.018-0.123-0.031-0.121,0.005C141.428,12.156,141.584,12.101,141.547,12.116L141.547,12.116z M141.26,8.527c0.063-0.087-0.268-0.173-0.33-0.088C140.868,8.525,141.198,8.611,141.26,8.527L141.26,8.527z M140.911,2.406 c-0.027,0-0.053,0.009-0.08,0.002C140.801,2.405,140.94,2.405,140.911,2.406L140.911,2.406z M140.86,7.209 c0.17-0.093-0.584-0.246-0.574-0.078c0.008,0.133,0.291,0.102,0.453,0.083C140.78,7.209,140.825,7.229,140.86,7.209L140.86,7.209z M140.784,5.879c-0.029,0-0.053,0.008-0.08,0.003C140.674,5.877,140.813,5.877,140.784,5.879L140.784,5.879z M140.52,2.688 c0.105,0.078,0.055-0.401-0.061-0.331c-0.104,0.062-0.037,0.228,0.059,0.297C140.528,2.663,140.508,2.681,140.52,2.688L140.52,2.688 z M140.682,6.949c0.166-0.034-0.592-0.128-0.49-0.015c0.076,0.084,0.24,0.013,0.369,0.02C140.602,6.957,140.641,6.957,140.682,6.949 L140.682,6.949z M140.696,8.615c0.119-0.063-0.279-0.204-0.373-0.118C140.229,8.581,140.579,8.675,140.696,8.615L140.696,8.615z M140.516,9.755c0.059-0.001-0.217-0.006-0.162,0.007S140.459,9.757,140.516,9.755L140.516,9.755z M140.44,8.424 c0.053-0.001-0.143-0.1-0.125-0.061S140.389,8.426,140.44,8.424L140.44,8.424z M140.114,2.703c0.1-0.051,0.014-0.23-0.096-0.263 c-0.115-0.034-0.355,0.018-0.32,0.112C139.743,2.678,139.977,2.771,140.114,2.703L140.114,2.703z M140.1,3.903 c0.146-0.054-0.568-0.136-0.449-0.049c0.096,0.071,0.242,0.081,0.369,0.052C140.047,3.901,140.075,3.913,140.1,3.903L140.1,3.903z M140.415,10.826c0.193-0.139-0.445-0.163-0.701-0.174c-0.471-0.021-0.873,0.054-1.338,0.118c-0.088,0.014-0.322,0.047-0.238,0.076 c0.455,0.165,0.932-0.048,1.426,0.012C139.858,10.896,140.192,10.988,140.415,10.826L140.415,10.826z M140.356,11.228 c-0.027,0.002-0.053,0.009-0.08,0.004C140.249,11.226,140.385,11.228,140.356,11.228L140.356,11.228z M140.042,8.573 c0.086-0.026-0.148-0.18-0.211-0.124C139.77,8.502,139.958,8.601,140.042,8.573L140.042,8.573z M139.973,7.376 c0.115-0.082-0.207-0.16-0.338-0.221c-0.049-0.022,0.039-0.106-0.008-0.133c-0.186-0.104-0.703,0.226-0.512,0.319 c0.158,0.078,0.344-0.028,0.529-0.021C139.762,7.328,139.885,7.439,139.973,7.376L139.973,7.376z M139.459,2.661 c0.24-0.214-1.34-0.078-1.016,0.04c0.314,0.113,0.672,0.033,0.973-0.104C139.444,2.585,139.438,2.681,139.459,2.661L139.459,2.661z M139.368,2.466c0.033-0.032-0.082-0.082-0.127-0.063C139.196,2.425,139.333,2.496,139.368,2.466L139.368,2.466z M139.792,11.316 c0.086,0.01,0.033-0.182-0.051-0.197c-0.051-0.009-0.137,0.03-0.119,0.071C139.651,11.252,139.711,11.308,139.792,11.316 L139.792,11.316z M139.022,3.545c0.066-0.021-0.059-0.117-0.129-0.127c-0.199-0.027-0.76,0.043-0.566,0.088 c0.234,0.054,0.461,0.063,0.693,0.006C139.034,3.51,139.008,3.55,139.022,3.545L139.022,3.545z M138.944,3.614 c-0.027,0.001-0.053,0.008-0.08,0.003C138.834,3.614,138.973,3.614,138.944,3.614L138.944,3.614z M139.127,9.676 c-0.027,0.001-0.053,0.008-0.08,0.002C139.018,9.675,139.157,9.675,139.127,9.676L139.127,9.676z M138.747,7.289 c0.076-0.033-0.316-0.027-0.242,0.01C138.577,7.336,138.672,7.325,138.747,7.289L138.747,7.289z M138.467,3.833 c-0.027,0.002-0.053,0.008-0.08,0.004C138.36,3.832,138.497,3.832,138.467,3.833L138.467,3.833z M138.641,8.294 c0.086,0.063,0.021-0.334-0.055-0.265C138.508,8.099,138.557,8.231,138.641,8.294L138.641,8.294z M138.229,2.51 c0.053-0.024,0.004-0.155-0.047-0.132C138.129,2.401,138.178,2.533,138.229,2.51L138.229,2.51z M138.143,3.846 c0,0-0.195,0-0.16,0.041C138.018,3.924,138.143,3.846,138.143,3.846L138.143,3.846z M137.905,2.521 c0.061-0.04-0.018-0.142-0.092-0.162c-0.104-0.031-0.328,0.128-0.234,0.174C137.676,2.583,137.815,2.579,137.905,2.521 L137.905,2.521z M138.219,9.443c-0.029,0.001-0.053,0.009-0.082,0.003C138.11,9.441,138.247,9.441,138.219,9.443L138.219,9.443z M137.883,3.589c0.082-0.04-0.037-0.198-0.133-0.195c-0.059,0.003,0.008,0.1-0.033,0.134c-0.041,0.041-0.217,0.053-0.158,0.074 C137.663,3.64,137.788,3.638,137.883,3.589L137.883,3.589z M138.157,9.779c-0.027,0.002-0.053,0.008-0.08,0.004 C138.047,9.777,138.186,9.777,138.157,9.779L138.157,9.779z M138.02,7.384c0.088,0.016-0.002-0.198-0.092-0.195 S137.932,7.369,138.02,7.384L138.02,7.384z M137.754,2.728c0.158-0.045-0.369-0.232-0.455-0.116 C137.213,2.729,137.596,2.771,137.754,2.728L137.754,2.728z M137.889,10.789c0.057-0.002-0.217-0.005-0.162,0.008 S137.833,10.791,137.889,10.789L137.889,10.789z M137.614,7.399c0.17-0.093-0.584-0.244-0.574-0.076 c0.006,0.121,0.264,0.099,0.412,0.083C137.508,7.399,137.567,7.425,137.614,7.399L137.614,7.399z M137.307,3.479 c0.016-0.1-0.391,0.032-0.318,0.111c0.043,0.048,0.133-0.021,0.201-0.041C137.239,3.536,137.301,3.521,137.307,3.479L137.307,3.479z M137.25,2.479c0.039-0.015,0.037-0.1-0.006-0.1c-0.07,0.004-0.225,0.091-0.156,0.107C137.143,2.499,137.2,2.499,137.25,2.479 L137.25,2.479z M137.241,8.014c0.053-0.001-0.143-0.101-0.125-0.061C137.135,7.991,137.19,8.016,137.241,8.014L137.241,8.014z M136.821,3.496c0.107-0.078-0.299-0.092-0.408-0.018c-0.049,0.033-0.127,0.107-0.074,0.136 C136.485,3.695,136.688,3.591,136.821,3.496L136.821,3.496z M136.686,2.568c0.143-0.194-0.504-0.114-0.779-0.104 c-1.254,0.047-2.342-0.146-3.584,0.004c-0.359,0.043-1.221-0.033-1.006,0.205c0.119,0.134,0.369-0.038,0.566-0.054 c0.838-0.067,1.59,0.207,2.406,0.041c0.234-0.048,0.451-0.057,0.689-0.026c0.326,0.039,0.613,0.069,0.939,0.029 C136.186,2.633,136.545,2.759,136.686,2.568L136.686,2.568z M136.61,8.372c0.029-0.035-0.086-0.089-0.125-0.063 c-0.047,0.032,0.074,0.12,0.127,0.097C136.625,8.398,136.602,8.382,136.61,8.372L136.61,8.372z M136.67,10.836 c-0.029,0.002-0.053,0.009-0.082,0.004C136.561,10.835,136.698,10.835,136.67,10.836L136.67,10.836z M136.27,3.852 c0.055-0.019,0.008-0.146-0.047-0.132c-0.055,0.013-0.047,0.12,0.006,0.133C136.245,3.855,136.256,3.855,136.27,3.852L136.27,3.852z M135.946,3.864c0.039-0.036,0.01-0.142-0.049-0.132c-0.15,0.021-0.246,0.13-0.398,0.148c-0.223,0.025-0.395-0.151-0.619-0.144 c-0.135,0.005-0.43,0.121-0.314,0.18c0.27,0.133,0.582,0.019,0.896,0.031C135.635,3.957,135.829,3.968,135.946,3.864L135.946,3.864z M136.096,7.926c0.072-0.077,0.016-0.233-0.096-0.265c-0.098-0.028-0.273-0.005-0.281,0.077c-0.008,0.078,0.063,0.143,0.133,0.195 c0.039,0.028,0.076,0.07,0.127,0.063C136.03,7.987,136.065,7.958,136.096,7.926L136.096,7.926z M135.729,2.938 c0.1-0.045-0.408-0.049-0.324,0.013C135.489,3.013,135.631,2.983,135.729,2.938L135.729,2.938z M136.018,9.394 c0.129-0.091-0.57-0.068-0.486,0.053c0.078,0.112,0.313,0.021,0.445-0.049C135.989,9.389,136.006,9.401,136.018,9.394L136.018,9.394 z M135.678,3.474c-0.027,0.002-0.053,0.008-0.08,0.003C135.569,3.472,135.708,3.472,135.678,3.474L135.678,3.474z M135.956,9.731 c0.07-0.003-0.082-0.173-0.129-0.13C135.778,9.645,135.885,9.732,135.956,9.731L135.956,9.731z M135.743,6.006 c0.057-0.004-0.205-0.026-0.162,0.006C135.622,6.042,135.686,6.006,135.743,6.006L135.743,6.006z M135.721,7.074 c0.146-0.159-0.447,0.015-0.689,0.024c-0.256,0.011-0.857-0.155-0.732,0.029c0.072,0.103,0.268,0.031,0.41,0.05 C135.063,7.222,135.506,7.305,135.721,7.074L135.721,7.074z M135.711,6.874c0.104-0.04-0.43-0.026-0.326,0.011 C135.491,6.923,135.608,6.912,135.711,6.874L135.711,6.874z M135.717,8.406c0.078-0.012-0.117-0.175-0.17-0.127 C135.493,8.329,135.637,8.419,135.717,8.406L135.717,8.406z M135.432,3.417c0.051-0.047-0.256,0.031-0.199,0.074 C135.29,3.533,135.379,3.463,135.432,3.417L135.432,3.417z M135.344,6.154c0.375-0.141-1.531-0.13-1.178,0.045 c0.305,0.15,0.666,0.019,1.016-0.039C135.237,6.151,135.292,6.173,135.344,6.154L135.344,6.154z M135.422,8.951 c0.119-0.349-0.826,0.119-1.26,0.048c-0.125-0.021-0.055-0.29-0.178-0.259c-0.098,0.024-0.141,0.111-0.236,0.142 c-0.121,0.039-0.238,0.044-0.361,0.08c-0.053,0.016-0.107-0.005-0.162,0.007c-0.09,0.016-0.207,0.112-0.152,0.173 c0.275,0.307,1.719-0.004,1.313,0.182c-0.254,0.117-1.02,0.006-0.805,0.165c0.295,0.219,0.789,0.082,1.137-0.077 c0.049-0.022-0.055-0.106-0.008-0.132c0.105-0.062,0.242-0.012,0.363-0.049c0.059-0.017,0.023-0.103,0.072-0.135 C135.235,9.035,135.391,9.041,135.422,8.951L135.422,8.951z M135.368,9.42c0.148-0.068-0.613-0.075-0.488,0.02 C135.006,9.533,135.219,9.488,135.368,9.42L135.368,9.42z M135.219,6.825c0.063,0.01-0.057-0.175-0.088-0.131 C135.098,6.739,135.157,6.813,135.219,6.825L135.219,6.825z M135.17,5.96c0.047,0.035-0.17-0.112-0.166-0.06 C135.006,5.953,135.124,5.926,135.17,5.96L135.17,5.96z M134.772,1.843c0.475-0.219-1.008-0.097-1.553-0.076 c-0.145,0.008-0.51,0.004-0.402,0.084c0.182,0.134,0.451,0.039,0.695,0.039C133.954,1.889,134.387,2.018,134.772,1.843 L134.772,1.843z M134.813,6.84c-0.029,0.002-0.053,0.008-0.082,0.004C134.704,6.838,134.842,6.84,134.813,6.84L134.813,6.84z M134.682,5.979c0.123-0.046-0.199-0.159-0.334-0.155c-0.031,0.002-0.07-0.053-0.084-0.028 C134.198,5.919,134.532,6.035,134.682,5.979L134.682,5.979z M134.538,3.451c0.057-0.002-0.217-0.007-0.162,0.006 S134.481,3.453,134.538,3.451L134.538,3.451z M134.426,2.922c-0.029,0.002-0.053,0.008-0.082,0.003 C134.317,2.92,134.454,2.92,134.426,2.922L134.426,2.922z M134.481,6.719c0.057,0-0.219-0.005-0.162,0.008 C134.372,6.739,134.424,6.721,134.481,6.719L134.481,6.719z M134.411,6.923c0.092-0.019-0.254-0.17-0.25-0.091 C134.167,6.91,134.319,6.94,134.411,6.923L134.411,6.923z M134.387,6.522c0.102-0.054-0.42-0.152-0.33-0.085 C134.147,6.502,134.286,6.579,134.387,6.522L134.387,6.522z M134.245,9.73c0.049,0.035-0.168-0.114-0.166-0.062 C134.083,9.722,134.198,9.694,134.245,9.73L134.245,9.73z M134.172,9.865c-0.049,0.026-0.166-0.04-0.162,0.007 C134.012,9.918,134.219,9.84,134.172,9.865L134.172,9.865z M134.016,7.138c0.066-0.03-0.238-0.115-0.207-0.059 S133.95,7.168,134.016,7.138L134.016,7.138z M134,6.872c0.316-0.285-0.852-0.281-1.314-0.216c-0.1,0.013-0.334-0.062-0.285,0.011 c0.072,0.104,0.254,0.083,0.375,0.152c0.061,0.033,0.184-0.032,0.205,0.025c0.111,0.304-0.703,0.206-1.09,0.174 c-0.125-0.011-0.418-0.043-0.332-0.119c0.08-0.072,0.408-0.015,0.322-0.08c-0.129-0.095-0.467-0.08-0.42-0.216 c0.021-0.066,0.16-0.117,0.111-0.173c-0.238-0.264-0.729,0.197-1.129,0.178c-0.104-0.005-0.188-0.074-0.289-0.057 c-0.049,0.01-0.035,0.076-0.074,0.104c-0.115,0.076-0.252,0.109-0.4,0.115c-0.115,0.003-0.178-0.115-0.293-0.123 c-0.184-0.013-0.346-0.004-0.527,0.021c-0.121,0.016-0.205,0.08-0.32,0.112c-0.107,0.03-0.33-0.08-0.324,0.013 c0.002,0.063,0.143,0.116,0.09,0.163c-0.043,0.038-0.109-0.037-0.166-0.062c-0.137-0.052-0.188-0.212-0.338-0.219 c-0.148-0.006-0.254,0.103-0.4,0.115c-0.166,0.013-0.6-0.05-0.455-0.117c0.113-0.05,0.371,0.06,0.363-0.047 c-0.012-0.232-0.529-0.013-0.814-0.002c-0.512,0.021-0.953-0.009-1.465-0.011c-0.191,0-0.559-0.031-0.5-0.18 c0.023-0.057,0.107-0.063,0.158-0.106c0.057-0.047,0.08-0.114,0.154-0.139c0.16-0.056,0.322-0.035,0.484-0.086 c0.039-0.013-0.041-0.08-0.006-0.099c0.232-0.133,0.527-0.044,0.811-0.033c0.338,0.017,0.613,0.208,0.947,0.165 c0.102-0.013,0.285,0.008,0.279-0.076c-0.02-0.375-0.818-0.199-1.273-0.219c-0.361-0.016-0.656,0.11-1.008,0.172 c-0.141,0.024-0.533,0.04-0.408-0.018c0.082-0.038,0.324-0.078,0.238-0.108c-0.238-0.087-0.486-0.021-0.738-0.072 c-0.367-0.076-0.752,0.015-1.066-0.16c-0.068-0.038-0.139-0.056-0.209-0.091c-0.055-0.029-0.031-0.109-0.09-0.129 c-0.07-0.028-0.129,0.047-0.199,0.073c-0.037,0.013,0.111,0.037,0.086,0.062c-0.242,0.218-0.691-0.021-1.014,0.105 c-0.178,0.072-0.42,0.329-0.518,0.188c-0.045-0.064,0.129-0.146,0.07-0.203c-0.096-0.088-0.457-0.059-0.404,0.05 c0.027,0.063,0.223,0.078,0.168,0.126c-0.096,0.087-0.266-0.035-0.406-0.017c-0.24,0.029-0.742,0.332-0.508,0.384 c0.15,0.036,0.287-0.042,0.445-0.049c0.186-0.006,0.35,0.049,0.529,0.013c0.158-0.031,0.434-0.249,0.441-0.116 c0.002,0.041-0.113,0.074-0.076,0.103c0.299,0.221,1.029-0.227,1.146,0.089c0.029,0.082-0.055,0.183-0.152,0.207 c-0.082,0.02-0.217-0.091-0.246-0.024c-0.023,0.059,0.131,0.109,0.092,0.163c-0.125,0.17-0.449,0.037-0.691,0.026 c-0.654-0.028-1.234,0.129-1.873,0.006c-0.08-0.017-0.256-0.037-0.209-0.093c0.08-0.088,0.439-0.135,0.316-0.178 c-0.268-0.098-0.467,0.258-0.756,0.294c-0.217,0.028-0.615-0.054-0.605,0.123c0.008,0.134,0.521,0.155,0.379,0.219 c-0.098,0.047-0.211,0-0.324,0.014c-0.225,0.027-0.422,0.035-0.65,0.025c-0.07-0.003-0.133-0.002-0.203,0.008 c-0.197,0.024-0.373-0.013-0.568,0.021c-0.113,0.021-0.342-0.046-0.322,0.047c0.027,0.134,0.25,0.174,0.416,0.184 c0.104,0.005,0.137-0.121,0.236-0.143c0.07-0.014,0.133,0.036,0.205,0.026c0.367-0.045,0.695-0.024,1.061,0.025 c0.076,0.011,0.131,0.054,0.207,0.059c0.256,0.02,0.48,0.073,0.734,0.039c0.172-0.022,0.32,0.034,0.492,0.049 c0.131,0.011,0.24,0.068,0.369,0.052c0.107-0.016,0.178-0.079,0.279-0.111c0.227-0.071,0.445-0.061,0.688-0.06 c0.043,0,0.08-0.01,0.123-0.005c0.805,0.101,1.51,0.075,2.322,0.045c0.043-0.001,0.08-0.003,0.123-0.005 c0.141-0.007,0.264-0.029,0.406-0.017c0.313,0.026,0.582,0.021,0.896,0.032c0.527,0.022,1.004-0.116,1.508,0.009 c0.121,0.032,0.256,0.179,0.178,0.26c-0.189,0.194-0.559-0.055-0.859-0.067c-0.498-0.02-0.922,0.11-1.42,0.089 c-1.055-0.045-1.965-0.102-3.014-0.018c-0.127,0.009-0.412,0.074-0.318,0.146c0.121,0.089,0.311,0.018,0.453,0.083 c0.107,0.048,0.322,0.176,0.217,0.224c-0.115,0.053-0.238-0.049-0.369-0.051c-0.059-0.002,0.049-0.136-0.008-0.133 c-0.154,0.004-0.211,0.168-0.355,0.213c-0.254,0.081-0.879-0.076-0.766,0.13c0.029,0.052,0.113,0.057,0.168,0.093 c0.174,0.114,0.754,0.096,0.582,0.212c-0.057,0.037-0.244-0.008-0.201,0.041c0.094,0.104,0.291-0.021,0.447-0.017 c0.039,0,0.045,0.058,0.084,0.063c0.424,0.048,0.85,0.191,1.223,0.019c0.045-0.019,0.113-0.074,0.076-0.103 c-0.092-0.066-0.377-0.081-0.295-0.155c0.053-0.046,0.27-0.049,0.199-0.074c-0.195-0.071-0.396,0.044-0.605,0.091 c-0.029,0.006-0.006,0.061-0.037,0.067c-0.053,0.015-0.105,0.005-0.16,0.006c-0.23,0.009-0.549,0.003-0.621-0.176 c-0.012-0.025-0.072-0.053-0.045-0.065c0.199-0.092,0.424-0.007,0.65-0.024c0.154-0.013,0.289-0.018,0.445-0.018 c0.361,0,0.664,0.107,1.023,0.095c0.371-0.015,0.697-0.11,1.057-0.041c0.088,0.018,0.15,0.18,0.211,0.126 c0.039-0.037-0.094-0.104-0.049-0.134c0.197-0.132,0.484-0.084,0.732-0.027c0.076,0.019,0.188,0.063,0.17,0.127 c-0.018,0.058-0.123,0.056-0.156,0.107c-0.025,0.037,0.125,0.068,0.086,0.096c-0.23,0.157-1.125,0-0.85,0.1 c0.416,0.15,0.848-0.015,1.301-0.05c0.127-0.011,0.426,0.045,0.363-0.048c-0.109-0.159-0.678-0.198-0.506-0.313 c0.219-0.149,0.531,0.037,0.814,0.002c0.375-0.045,0.666-0.21,1.043-0.24c0.145-0.011,0.535-0.033,0.404-0.082 c-0.33-0.12-1.314,0.08-1.023-0.095c0.389-0.235,0.916,0.063,1.381-0.052c0.068-0.018,0.174-0.108,0.113-0.138 c-0.277-0.139-1.012,0.084-0.904-0.167c0.064-0.153,0.367-0.038,0.566-0.054c0.213-0.018,0.395-0.048,0.607-0.058 c0.086-0.003,0.158-0.005,0.244-0.008c0.826-0.032,1.537,0.006,2.363,0.041c0.1,0.005,0.186-0.02,0.285-0.011 c0.104,0.009,0.186,0.049,0.287,0.056c0.104,0.007,0.377-0.043,0.281-0.076c-0.133-0.049-0.537,0.006-0.41-0.051 c0.498-0.229,1.104,0.217,1.631,0.036c0.094-0.032,0.109-0.186,0.027-0.233c-0.08-0.051-0.211,0.031-0.285-0.022 C133.083,6.856,133.825,7.029,134,6.872L134,6.872z M134.014,8.538c0,0-0.217,0.052-0.158,0.072S134.014,8.538,134.014,8.538 L134.014,8.538z M133.92,9.743c0.064-0.026-0.061-0.115-0.129-0.13c-0.32-0.065-1.023-0.124-0.93,0.136 c0.094,0.258,0.633,0.039,0.934-0.069C133.842,9.662,133.874,9.76,133.92,9.743L133.92,9.743z M133.563,6.355 c0.059-0.004-0.217-0.006-0.162,0.007S133.506,6.357,133.563,6.355L133.563,6.355z M133.737,10.815 c0.074-0.033-0.316-0.027-0.244,0.01C133.567,10.86,133.663,10.851,133.737,10.815L133.737,10.815z M133.477,7.692 c0.078-0.07-0.332-0.115-0.326-0.021C133.157,7.765,133.401,7.762,133.477,7.692L133.477,7.692z M133.297,5.966 c0.227-0.086-0.467-0.182-0.697-0.106c-0.043,0.014-0.104,0.003-0.121,0.039C132.362,6.111,133.036,6.063,133.297,5.966 L133.297,5.966z M133.227,6.168c0.057-0.003-0.217-0.006-0.162,0.007S133.17,6.17,133.227,6.168L133.227,6.168z M133.098,3.905 c0.057-0.002-0.217-0.006-0.162,0.007C132.991,3.924,133.042,3.908,133.098,3.905L133.098,3.905z M133.165,6.504 c0.107-0.06-0.441-0.07-0.365,0.013C132.875,6.602,133.059,6.562,133.165,6.504L133.165,6.504z M133.004,7.977 c0.113-0.137-0.621-0.204-0.572-0.044S132.891,8.112,133.004,7.977L133.004,7.977z M132.991,7.711 c0.092-0.017-0.057-0.241-0.133-0.194C132.78,7.562,132.897,7.728,132.991,7.711L132.991,7.711z M132.745,4.854 c-0.027,0-0.053,0.007-0.08,0.002C132.635,4.853,132.774,4.853,132.745,4.854L132.745,4.854z M132.809,7.384 c0.082-0.017-0.318-0.025-0.244,0.009C132.637,7.431,132.725,7.401,132.809,7.384L132.809,7.384z M132.665,7.723 c0.061-0.03-0.061-0.113-0.129-0.128c-0.346-0.073-0.664-0.057-1.02-0.027c-0.131,0.01-0.242,0.036-0.361,0.08 c-0.111,0.04-0.123,0.249-0.232,0.209c-0.08-0.028,0.104-0.164,0.029-0.2c-0.199-0.098-0.426-0.057-0.656-0.076 c-0.328-0.027-1.211-0.003-0.93,0.137c0.381,0.187,0.898-0.186,1.264,0.018c0.043,0.023,0.094,0.055,0.088,0.097 c-0.01,0.059-0.088,0.117-0.156,0.106c-0.109-0.018-0.105-0.18-0.215-0.192c-0.27-0.03-0.504,0.05-0.77,0.097 c-0.061,0.011-0.205,0.038-0.158,0.073c0.213,0.158,0.539,0.011,0.818,0.067c0.131,0.026,0.201,0.145,0.334,0.154 c0.121,0.007,0.207-0.076,0.32-0.113c0.113-0.036,0.197-0.121,0.318-0.112c0.072,0.007,0.227,0.06,0.168,0.095 c-0.098,0.059-0.43,0.072-0.318,0.112c0.355,0.13,0.828,0.059,1.09-0.175c0.047-0.043,0.172-0.105,0.113-0.138 c-0.238-0.133-0.967,0.133-0.818-0.069c0.082-0.109,0.293,0.023,0.449,0.017c0.227-0.01,0.428,0.012,0.65-0.025 C132.584,7.721,132.629,7.742,132.665,7.723L132.665,7.723z M132.538,6.928c0.139-0.075-0.342-0.218-0.455-0.115 C131.971,6.914,132.399,7.003,132.538,6.928L132.538,6.928z M132.598,9.393c0.057-0.002-0.219-0.006-0.164,0.006 C132.491,9.411,132.542,9.394,132.598,9.393L132.598,9.393z M132.352,6.534c0.043,0.032-0.008-0.132-0.008-0.132 S132.311,6.504,132.352,6.534L132.352,6.534z M132.334,9.069c0.076-0.068-0.379-0.068-0.324,0.013 c0.037,0.054,0.133,0.075,0.207,0.058C132.266,9.13,132.299,9.099,132.334,9.069L132.334,9.069z M132.028,6.547 c-0.029,0.001-0.053,0.009-0.082,0.003C131.918,6.547,132.055,6.547,132.028,6.547L132.028,6.547z M131.788,2.355 c-0.027,0.002-0.053,0.008-0.08,0.004C131.678,2.354,131.817,2.355,131.788,2.355L131.788,2.355z M132.536,16.862 c-0.027,0.001-0.053,0.009-0.08,0.003C132.426,16.86,132.565,16.86,132.536,16.862L132.536,16.862z M132.11,9.411 c0.221-0.082-0.924-0.026-0.691,0.026C131.653,9.491,131.889,9.492,132.11,9.411L132.11,9.411z M131.68,6.16 c0.236-0.088-0.488-0.132-0.736-0.072c-0.039,0.01-0.115,0.058-0.078,0.07C131.125,6.253,131.42,6.258,131.68,6.16L131.68,6.16z M131.153,2.647c0.076-0.039-0.008-0.172-0.092-0.197c-0.115-0.033-0.379,0.025-0.32,0.113 C130.813,2.669,131.026,2.711,131.153,2.647L131.153,2.647z M131.442,9.103c0.045-0.05-0.146-0.097-0.207-0.058 c-0.047,0.027-0.049,0.127,0.008,0.133C131.317,9.188,131.395,9.154,131.442,9.103L131.442,9.103z M130.981,3.919 c-0.027,0.002-0.053,0.011-0.08,0.004C130.872,3.919,131.01,3.919,130.981,3.919L130.981,3.919z M130.653,3.867 c0.07-0.043-0.285-0.02-0.242,0.041C130.454,3.971,130.583,3.908,130.653,3.867L130.653,3.867z M130.612,6.002 c0.283-0.129-0.58-0.152-0.904-0.167c-0.248-0.009-0.842,0.004-0.684,0.16c0.111,0.109,0.324,0.015,0.49,0.049 c0.158,0.031,0.461,0.215,0.453,0.082c-0.002-0.042-0.127-0.069-0.086-0.097c0.17-0.116,0.502,0.266,0.615,0.11 c0.037-0.052-0.186-0.095-0.129-0.13C130.436,5.97,130.538,6.035,130.612,6.002L130.612,6.002z M130.174,2.618 c0.068-0.015-0.074-0.165-0.129-0.128C129.991,2.526,130.106,2.633,130.174,2.618L130.174,2.618z M129.85,2.631 c0.414-0.226-0.902-0.183-1.396-0.214c-0.09-0.005-0.326-0.021-0.248-0.057c0.139-0.064,0.475-0.068,0.396-0.183 c-0.086-0.122-0.313,0.064-0.484,0.085c-0.17,0.021-0.611-0.041-0.484,0.053c0.076,0.057,0.33,0.07,0.25,0.124 c-0.139,0.094-0.326-0.063-0.494-0.116c-0.066-0.019-0.1-0.109-0.168-0.093c-0.158,0.04-0.238,0.26-0.395,0.217 c-0.098-0.028-0.15-0.109-0.252-0.125c-0.381-0.054-0.703,0.143-1.09,0.143c-0.092,0-0.158-0.062-0.248-0.059 c-0.258,0.011-0.898-0.063-0.729,0.097c0.061,0.055,0.158,0.056,0.248,0.056c0.1,0.001,0.191-0.04,0.285-0.012 c0.215,0.067,0.391,0.186,0.621,0.179c0.326-0.013,0.611-0.043,0.936-0.004c0.127,0.017,0.24,0.029,0.367,0.02 c0.539-0.043,1-0.149,1.541-0.125c0.084,0.004,0.158-0.014,0.244-0.01c0.082,0.004,0.125,0.085,0.209,0.092 c0.297,0.025,0.582,0.042,0.852-0.065C129.821,2.627,129.838,2.637,129.85,2.631L129.85,2.631z M130.084,8.156 c0.07-0.003-0.256-0.032-0.203,0.006C129.934,8.202,130.012,8.158,130.084,8.156L130.084,8.156z M129.641,1.839 c0.135-0.122-0.717-0.089-0.568,0.021C129.219,1.97,129.506,1.959,129.641,1.839L129.641,1.839z M129.608,8.374 c-0.029,0.001-0.053,0.008-0.08,0.003C129.499,8.372,129.637,8.372,129.608,8.374L129.608,8.374z M129.524,11.178 c-0.029,0.001-0.053,0.007-0.082,0.003C129.415,11.176,129.553,11.178,129.524,11.178L129.524,11.178z M129.018,2.328 c-0.029,0.002-0.053,0.009-0.082,0.004C128.909,2.326,129.045,2.328,129.018,2.328L129.018,2.328z M129.073,6.126 c0.164-0.061-0.338-0.042-0.496-0.112c-0.055-0.026,0.121-0.101,0.074-0.137c-0.133-0.099-0.623,0.063-0.48,0.152 c0.051,0.03,0.193,0.013,0.166,0.059c-0.025,0.049-0.217,0.053-0.158,0.074C128.465,6.266,128.788,6.234,129.073,6.126 L129.073,6.126z M128.946,3.933c-0.027,0-0.053,0.008-0.08,0.003C128.836,3.93,128.975,3.932,128.946,3.933L128.946,3.933z M129.118,11.193c0.082-0.018-0.316-0.027-0.244,0.01C128.948,11.237,129.036,11.21,129.118,11.193L129.118,11.193z M129.018,10.864 c0.049-0.026,0.008-0.117-0.049-0.132c-0.109-0.028-0.361,0.08-0.277,0.145C128.776,10.938,128.92,10.913,129.018,10.864 L129.018,10.864z M128.684,7.877c0.129-0.05-0.416-0.135-0.408-0.021C128.282,7.975,128.553,7.924,128.684,7.877L128.684,7.877z M128.129,3.896c-0.027,0.002-0.053,0.008-0.08,0.006C128.022,3.894,128.159,3.896,128.129,3.896L128.129,3.896z M127.993,2.902 c0.143-0.054-0.523-0.095-0.447,0.016C127.622,3.03,127.85,2.955,127.993,2.902L127.993,2.902z M127.95,3.569 c-0.029,0.002-0.055,0.008-0.082,0.004S127.977,3.569,127.95,3.569L127.95,3.569z M127.858,1.974 c-0.047,0.025-0.166-0.04-0.162,0.006C127.698,2.026,127.905,1.948,127.858,1.974L127.858,1.974z M128.176,8.962 c0.139-0.176-0.498-0.088-0.734-0.005c-0.053,0.02-0.117-0.056-0.164-0.027c-0.072,0.043,0.018,0.155,0.094,0.197 C127.614,9.256,128.018,9.162,128.176,8.962L128.176,8.962z M128.042,10.9c0.441-0.229-0.975-0.299-1.475-0.177 c-0.039,0.011-0.107,0.047-0.078,0.069c0.225,0.166,0.561,0.031,0.859,0.067C127.588,10.892,127.836,11.008,128.042,10.9 L128.042,10.9z M127.76,5.979c0.057-0.004-0.217-0.008-0.162,0.005C127.653,5.995,127.704,5.979,127.76,5.979L127.76,5.979z M127.903,11.307c-0.029,0-0.053,0.009-0.082,0.003C127.793,11.305,127.93,11.305,127.903,11.307L127.903,11.307z M127.292,3.463 c0.057-0.004-0.217-0.007-0.162,0.006C127.184,3.48,127.235,3.465,127.292,3.463L127.292,3.463z M127.329,8.395 c0.053-0.124-0.309-0.249-0.416-0.15c-0.051,0.047,0.07,0.102,0.092,0.164c0.025,0.066-0.033,0.186,0.053,0.197 C127.186,8.623,127.286,8.495,127.329,8.395L127.329,8.395z M126.831,3.947c0.07-0.003-0.082-0.172-0.129-0.13 C126.653,3.862,126.758,3.948,126.831,3.947L126.831,3.947z M127.034,8.938c0.088-0.038-0.342-0.054-0.283,0.014 C126.809,9.018,126.948,8.979,127.034,8.938L127.034,8.938z M127.047,12.006c0.031-0.041,0.01-0.123-0.049-0.132 c-0.143-0.023-0.273,0.029-0.402,0.082c-0.039,0.019-0.121,0.002-0.119,0.038c0.008,0.153,0.383,0.106,0.529,0.013 C127.018,11.999,127.04,12.016,127.047,12.006L127.047,12.006z M126.674,8.353c-0.033,0.021,0.031-0.115-0.004-0.1 c-0.064,0.03-0.104,0.17-0.031,0.168C126.67,8.421,126.702,8.337,126.674,8.353L126.674,8.353z M126.325,2.232 c0.051-0.023,0.004-0.155-0.047-0.131C126.225,2.123,126.274,2.255,126.325,2.232L126.325,2.232z M126.61,8.621 c0.055-0.017,0.008-0.144-0.049-0.132c-0.055,0.013-0.047,0.122,0.008,0.134C126.583,8.627,126.596,8.627,126.61,8.621L126.61,8.621 z M126.547,8.957c0.057-0.001-0.219-0.006-0.162,0.007C126.44,8.977,126.491,8.961,126.547,8.957L126.547,8.957z M126.305,6.167 c0.215-0.117-0.924-0.182-0.734-0.039c0.17,0.127,0.426,0.051,0.654,0.042C126.252,6.168,126.282,6.179,126.305,6.167L126.305,6.167 z M125.918,2.246c-0.031,0.022-0.107,0.048-0.076,0.071C125.872,2.339,125.95,2.227,125.918,2.246L125.918,2.246z M126.409,12.229 c0.063,0.01-0.037-0.16-0.088-0.128C126.268,12.132,126.346,12.224,126.409,12.229L126.409,12.229z M126.315,12.034 c0.063-0.038-0.014-0.16-0.09-0.164c-0.111-0.004-0.326,0.124-0.234,0.175C126.084,12.099,126.223,12.088,126.315,12.034 L126.315,12.034z M125.793,2.92c0.072-0.003-0.08-0.173-0.129-0.129C125.618,2.834,125.723,2.922,125.793,2.92L125.793,2.92z M125.983,9.047c-0.029,0-0.055,0.008-0.082,0.002S126.01,9.045,125.983,9.047L125.983,9.047z M125.438,3.8 c0.051-0.061-0.307,0.025-0.24,0.075C125.264,3.926,125.387,3.86,125.438,3.8L125.438,3.8z M125.385,2.867 c0,0-0.195,0.002-0.162,0.04C125.258,2.946,125.385,2.867,125.385,2.867L125.385,2.867z M125.657,9.058 c0.156-0.057-0.643-0.037-0.486,0.02S125.502,9.115,125.657,9.058L125.657,9.058z M125.667,12.058 c0.041-0.087-0.209-0.186-0.293-0.121c-0.092,0.071,0.055,0.289,0.178,0.261C125.62,12.181,125.639,12.112,125.667,12.058 L125.667,12.058z M125.29,8.339c0.074-0.029-0.088-0.13-0.17-0.127c-0.102,0.005-0.33,0.108-0.236,0.143 c0.092,0.033,0.186-0.016,0.285-0.011C125.211,8.346,125.252,8.354,125.29,8.339L125.29,8.339z M125.081,8.948 c0.08-0.15-0.717-0.089-0.568,0.021c0.086,0.065,0.217,0.021,0.328,0.054c0.049,0.015-0.148,0.037-0.117,0.071 C124.805,9.187,125.024,9.052,125.081,8.948L125.081,8.948z M124.629,3.897c0.074-0.042-0.252-0.132-0.248-0.058 C124.385,3.913,124.553,3.938,124.629,3.897L124.629,3.897z M124.499,3.035c0.09,0.015-0.135-0.228-0.172-0.16 C124.29,2.944,124.409,3.021,124.499,3.035L124.499,3.035z M124.186,1.847c0.057-0.001-0.217-0.006-0.162,0.007 C124.079,1.867,124.129,1.851,124.186,1.847L124.186,1.847z M124.147,2.583c0.053-0.021,0.008-0.117-0.049-0.131 c-0.043-0.013-0.074,0.035-0.119,0.036c-0.041,0.002-0.113,0.054-0.078,0.07C123.975,2.596,124.069,2.613,124.147,2.583 L124.147,2.583z M124.397,8.374c-0.025,0.048-0.139,0.138-0.074,0.136C124.387,8.506,124.422,8.326,124.397,8.374L124.397,8.374z M124.186,8.981c0.051-0.024,0.012-0.134-0.047-0.132c-0.09,0.004-0.152,0.173-0.07,0.203 C124.116,9.069,124.143,9.003,124.186,8.981L124.186,8.981z M123.897,3.926c-0.027,0-0.053,0.008-0.08,0.004 C123.788,3.924,123.926,3.924,123.897,3.926L123.897,3.926z M123.698,1.867c0.059-0.002-0.217-0.008-0.162,0.005 S123.641,1.868,123.698,1.867L123.698,1.867z M123.987,8.322c0.076-0.069-0.379-0.037-0.324,0.047 C123.719,8.45,123.909,8.392,123.987,8.322L123.987,8.322z M123.555,5.071c-0.027,0.002-0.053,0.008-0.08,0.003 C123.448,5.071,123.584,5.071,123.555,5.071L123.555,5.071z M123.491,5.342c0.098,0.021-0.18-0.279-0.174-0.194 C123.321,5.232,123.391,5.318,123.491,5.342L123.491,5.342z M123.168,2.555c0,0-0.195,0-0.16,0.037 C123.042,2.631,123.168,2.555,123.168,2.555L123.168,2.555z M123.165,5.354c0.123-0.03-0.061-0.22-0.178-0.261 c-0.105-0.037-0.051,0.232,0.057,0.265C123.083,5.371,123.124,5.363,123.165,5.354L123.165,5.354z M122.754,5.304 c0.232-0.209-0.658-0.132-0.979-0.029c-0.08,0.025-0.197-0.02-0.242,0.042c-0.037,0.051-0.02,0.15,0.051,0.164 c0.152,0.031,0.295-0.046,0.447-0.016c0.111,0.021,0.221,0.025,0.324-0.014c0.037-0.014-0.119-0.047-0.084-0.063 C122.422,5.318,122.639,5.407,122.754,5.304L122.754,5.304z M122.67,3.84c-0.029,0.021-0.105,0.047-0.076,0.068 C122.624,3.932,122.702,3.817,122.67,3.84L122.67,3.84z M122.518,2.578c0.063,0.008-0.037-0.16-0.088-0.13 C122.377,2.479,122.456,2.57,122.518,2.578L122.518,2.578z M122.485,9.113c-0.029,0-0.055,0.009-0.082,0.004 S122.512,9.112,122.485,9.113L122.485,9.113z M122.163,4.925c0.094,0.022-0.068-0.253-0.133-0.194 C121.965,4.788,122.071,4.904,122.163,4.925L122.163,4.925z M122.092,6.528c0.092-0.02-0.254-0.168-0.25-0.09 c0.004,0.042,0.039,0.083,0.088,0.096C121.983,6.548,122.038,6.539,122.092,6.528L122.092,6.528z M122.071,8.995 c0.074-0.043-0.145-0.176-0.211-0.124c-0.061,0.046,0.049,0.172,0.131,0.161C122.022,9.028,122.045,9.012,122.071,8.995 L122.071,8.995z M121.706,2.61c0.057-0.004-0.217-0.007-0.162,0.006C121.598,2.627,121.649,2.611,121.706,2.61L121.706,2.61z M121.682,6.478c0.143-0.077-0.588-0.093-0.486,0.019C121.297,6.608,121.54,6.556,121.682,6.478L121.682,6.478z M121.665,9.012 c0.154-0.138-0.838-0.08-0.65,0.025c0.166,0.091,0.383,0.065,0.57,0.012C121.616,9.039,121.643,9.03,121.665,9.012L121.665,9.012z M121.473,5.686c-0.035,0.017-0.123-0.03-0.121,0.004C121.354,5.726,121.51,5.668,121.473,5.686L121.473,5.686z M121.299,2.625 c0.076-0.039-0.004-0.186-0.094-0.197c-0.184-0.02-0.344,0.008-0.527,0.021c-0.213,0.017-0.395,0.078-0.607,0.057 c-0.031-0.002-0.053-0.023-0.084-0.029c-0.107-0.023-0.109-0.226-0.215-0.192c-0.076,0.024-0.113,0.104-0.197,0.107 c-0.611,0.024-1.158,0.169-1.748,0.034c-0.203-0.047-0.457-0.369-0.541-0.213c-0.023,0.043,0.061,0.116,0.006,0.133 c-0.084,0.027-0.156-0.062-0.246-0.056c-0.043,0,0.043,0.084,0.004,0.098c-0.092,0.034-0.15-0.142-0.25-0.122 c-0.078,0.013-0.076,0.124-0.154,0.137c-0.199,0.039-0.398-0.157-0.576-0.076c-0.07,0.032-0.076,0.123-0.154,0.14 c-0.088,0.017-0.158-0.069-0.248-0.059c-0.846,0.104-1.611-0.142-2.439,0.027c-0.041,0.008-0.039,0.065-0.078,0.069 c-0.072,0.009-0.133-0.03-0.205-0.023c-0.314,0.023-0.602,0.054-0.898-0.032c-0.078-0.024-0.133-0.065-0.209-0.093 c-0.064-0.024,0.057-0.143-0.01-0.166c-0.094-0.035-0.152,0.092-0.236,0.142c-0.082,0.05-0.33,0.109-0.236,0.143 c0.105,0.038,0.404-0.05,0.328,0.021c-0.129,0.115-0.686,0.04-0.523,0.12c0.354,0.174,0.766-0.03,1.178-0.046 c0.414-0.015,0.77,0.004,1.182,0.021c0.1,0.003,0.188,0.001,0.285-0.011c0.113-0.015,0.211-0.02,0.324-0.013 c0.113,0.008,0.213-0.013,0.326-0.013c0.262,0.004,0.477,0.093,0.738,0.105c0.525,0.026,0.977-0.08,1.504-0.058 c0.133,0.006,0.236,0.08,0.371,0.086c0.682,0.029,1.277-0.093,1.953-0.009c0.145,0.019,0.475,0.063,0.375,0.153 c-0.066,0.06-0.287-0.038-0.283,0.043c0.01,0.152,0.504,0.163,0.531,0.013c0.014-0.068-0.109-0.146-0.053-0.196 c0.203-0.183,0.584-0.067,0.857,0.033c0.066,0.023-0.084,0.128-0.031,0.167c0.076,0.056,0.189,0.043,0.287,0.023 c0.063-0.012,0.18-0.025,0.158-0.074c-0.029-0.073-0.229-0.189-0.133-0.194c0.064-0.002,0.105,0.072,0.166,0.06 C121.038,2.678,121.176,2.687,121.299,2.625L121.299,2.625z M121.233,2.895c0.055-0.018,0.008-0.146-0.049-0.133 c-0.055,0.015-0.047,0.122,0.008,0.135C121.206,2.9,121.219,2.898,121.233,2.895L121.233,2.895z M121.483,8.686 c0.15-0.069-0.611-0.011-0.484,0.084C121.127,8.866,121.333,8.753,121.483,8.686L121.483,8.686z M121.438,7.888 c0.129-0.048-0.537-0.032-0.406,0.015C121.161,7.949,121.307,7.936,121.438,7.888L121.438,7.888z M121.178,7.63 c-0.031,0.021-0.107,0.048-0.078,0.07S121.209,7.609,121.178,7.63L121.178,7.63z M120.87,6.509c0.293-0.108-0.918-0.396-0.904-0.134 c0.014,0.229,0.502,0.147,0.781,0.139C120.792,6.512,120.831,6.522,120.87,6.509L120.87,6.509z M120.858,7.709 c0.059-0.031-0.063-0.109-0.131-0.129c-0.26-0.069-0.506-0.036-0.777-0.069c-0.357-0.045-1.316,0.053-1.006,0.206 c0.162,0.08,0.699,0.003,0.533,0.078c-0.285,0.132-0.607-0.01-0.936,0.004c-0.469,0.017-0.932-0.138-1.34,0.05 c-0.098,0.045-0.289,0.099-0.234,0.177c0.027,0.041,0.127-0.01,0.164,0.027c0.025,0.025,0.037-0.074,0.076-0.068 c0.07,0.005,0.066,0.1,0.131,0.127c0.096,0.04,0.199,0.038,0.289,0.088c0.271,0.15,0.473,0.363,0.797,0.403 c0.152,0.019,0.525-0.078,0.398-0.147c-0.148-0.083-0.602,0.003-0.494-0.115c0.191-0.218,0.623,0.02,0.932-0.069 c0.17-0.049,0.373-0.27,0.48-0.151c0.045,0.05-0.129,0.129-0.072,0.17c0.096,0.07,0.428,0.078,0.365-0.015 c-0.035-0.05-0.178-0.085-0.129-0.129c0.098-0.085,0.275,0.004,0.404-0.047c0.053-0.022,0.141,0.07,0.164,0.025 c0.029-0.053-0.063-0.126-0.01-0.166c0.076-0.056,0.33-0.107,0.236-0.143c-0.111-0.04-0.412-0.014-0.33-0.086 C120.485,7.626,120.713,7.783,120.858,7.709L120.858,7.709z M120.764,8.912c0.133-0.119-0.697-0.104-0.57,0.023 c0.117,0.116,0.359,0.041,0.529-0.021C120.735,8.909,120.752,8.923,120.764,8.912L120.764,8.912z M120.292,3.531 c0.07-0.015-0.074-0.167-0.129-0.129C120.108,3.438,120.223,3.544,120.292,3.531L120.292,3.531z M120.327,8.396 c0.053,0.039,0.037-0.21-0.01-0.167C120.268,8.272,120.274,8.357,120.327,8.396L120.327,8.396z M120.018,3.008 c0.115-0.004-0.111-0.305-0.176-0.227C119.778,2.857,119.903,3.012,120.018,3.008L120.018,3.008z M119.95,8.944 c0.076-0.114-0.52-0.03-0.441,0.084c0.037,0.054,0.133,0.076,0.207,0.059c0.066-0.018,0.057-0.103,0.113-0.137 C119.862,8.926,119.93,8.975,119.95,8.944L119.95,8.944z M119.834,9.749c-0.029,0.002-0.055,0.008-0.082,0.004 C119.725,9.747,119.862,9.747,119.834,9.749L119.834,9.749z M119.817,10.882c0.039-0.014,0.037-0.1-0.006-0.098 c-0.07,0.003-0.225,0.089-0.156,0.105C119.709,10.902,119.766,10.902,119.817,10.882L119.817,10.882z M119.233,6.372 c-0.027,0.002-0.053,0.007-0.08,0.003C119.124,6.37,119.262,6.37,119.233,6.372L119.233,6.372z M119.223,9.039 c0.139-0.102-0.619-0.113-0.527,0.021c0.082,0.121,0.352,0.067,0.486-0.019C119.194,9.032,119.213,9.047,119.223,9.039 L119.223,9.039z M119.018,9.714c0.037-0.017,0.037-0.103-0.006-0.101c-0.072,0.003-0.227,0.091-0.158,0.106 C118.911,9.731,118.965,9.732,119.018,9.714L119.018,9.714z M118.559,3.13c0.15,0.024-0.182-0.399-0.26-0.29 c-0.053,0.073,0.098,0.137,0.174,0.194C118.51,3.061,118.508,3.121,118.559,3.13L118.559,3.13z M118.92,10.851 c0.068-0.015-0.074-0.166-0.131-0.128C118.735,10.76,118.85,10.865,118.92,10.851L118.92,10.851z M118.497,3.465 c0.035-0.03-0.08-0.08-0.125-0.061S118.463,3.497,118.497,3.465L118.497,3.465z M118.659,7.726c0.143-0.084-0.5-0.225-0.492-0.08 c0.008,0.142,0.324,0.089,0.49,0.049C118.67,7.69,118.649,7.734,118.659,7.726L118.659,7.726z M118.479,6 c0.068-0.049-0.131-0.161-0.211-0.125c-0.049,0.023-0.039,0.106,0.008,0.133C118.334,6.042,118.426,6.039,118.479,6L118.479,6z M118.637,11.594c0.045-0.06-0.195-0.08-0.246-0.023C118.34,11.629,118.592,11.655,118.637,11.594L118.637,11.594z M118.354,6.672 c0.166-0.092-0.75-0.045-0.568,0.021C117.967,6.76,118.188,6.762,118.354,6.672L118.354,6.672z M117.977,1.486 c-0.057,0.009,0.086-0.116,0.033-0.135c-0.066-0.024-0.18,0.112-0.115,0.137C117.922,1.498,118.004,1.48,117.977,1.486 L117.977,1.486z M118.336,9.205c0.082-0.026-0.25-0.095-0.244-0.022C118.096,9.254,118.256,9.23,118.336,9.205L118.336,9.205z M118.245,9.01c0.076-0.098-0.242-0.162-0.373-0.119c-0.119,0.037,0.051,0.276,0.178,0.26C118.139,9.138,118.196,9.072,118.245,9.01 L118.245,9.01z M117.579,1.635c0.092,0.021-0.07-0.252-0.133-0.195C117.381,1.497,117.487,1.613,117.579,1.635L117.579,1.635z M117.821,7.293c-0.029,0.001-0.055,0.007-0.082,0.003C117.711,7.291,117.848,7.291,117.821,7.293L117.821,7.293z M117.516,1.97 c-0.029,0-0.053,0.009-0.082,0.004C117.407,1.969,117.543,1.969,117.516,1.97L117.516,1.97z M117.94,10.822 c-0.035,0.018-0.123-0.031-0.121,0.003C117.821,10.86,117.977,10.804,117.94,10.822L117.94,10.822z M117.811,8.559 c0.066-0.044-0.188-0.076-0.246-0.023C117.508,8.588,117.745,8.604,117.811,8.559L117.811,8.559z M117.795,9.692 c0.082-0.016-0.318-0.025-0.244,0.011C117.624,9.739,117.711,9.71,117.795,9.692L117.795,9.692z M117.321,2.845 c0.096-0.052-0.332-0.114-0.326-0.022C117,2.917,117.225,2.896,117.321,2.845L117.321,2.845z M117.557,8.369 c0.059-0.03-0.061-0.114-0.131-0.129s-0.129,0.03-0.201,0.043c-0.088,0.012-0.266,0.004-0.24,0.074 c0.027,0.075,0.154,0.095,0.25,0.09C117.352,8.443,117.458,8.421,117.557,8.369L117.557,8.369z M117.426,6.108 c0,0-0.195,0-0.16,0.037C117.301,6.187,117.426,6.108,117.426,6.108L117.426,6.108z M117.524,9.237 c0.129-0.093-0.615-0.109-0.488-0.015S117.395,9.33,117.524,9.237L117.524,9.237z M117.256,5.979 c0.311-0.168-1.25,0.021-1.031-0.227c0.031-0.035,0.166-0.053,0.119-0.07c-0.107-0.039-0.219,0.032-0.322,0.078 c-0.049,0.023,0.055,0.105,0.008,0.132c-0.385,0.232-0.875-0.126-1.352-0.146c-0.301-0.013-0.545,0.12-0.848,0.133 c-0.811,0.03-3.105-0.105-2.318,0.055c0.182,0.037,0.346,0.054,0.533,0.046c0.186-0.007,0.344-0.04,0.527-0.02 c0.064,0.007,0.109,0.039,0.166,0.059c0.082,0.031,0.004,0.185,0.094,0.198c0.254,0.036,0.469-0.085,0.727-0.095 c0.186-0.007,0.352-0.003,0.527-0.055c0.127-0.035,0.252-0.179,0.359-0.114c0.076,0.049,0.051,0.157,0.133,0.196 c0.314,0.146,0.654-0.117,1.008-0.171c0.145-0.023,0.234,0.119,0.375,0.151c0.107,0.025,0.135-0.136,0.236-0.177 C116.532,5.824,116.948,6.149,117.256,5.979L117.256,5.979z M117.346,8.977c0.076-0.084-0.418-0.082-0.365,0.014 C117.034,9.087,117.272,9.063,117.346,8.977L117.346,8.977z M117.02,6.124c0.082-0.027-0.293-0.016-0.242,0.041 C116.831,6.223,116.94,6.149,117.02,6.124L117.02,6.124z M116.917,5.728c0.057-0.002-0.217-0.008-0.162,0.006 C116.809,5.746,116.86,5.729,116.917,5.728L116.917,5.728z M116.672,1.468c0.131-0.048-0.414-0.134-0.406-0.018 C116.272,1.568,116.543,1.518,116.672,1.468L116.672,1.468z M116.61,1.805c-0.027,0.001-0.053,0.007-0.08,0.002 C116.5,1.805,116.639,1.805,116.61,1.805L116.61,1.805z M116.7,9.069c0.234-0.088-0.943-0.09-0.73,0.027 C116.182,9.215,116.467,9.156,116.7,9.069L116.7,9.069z M116.659,8.337c0.059-0.02-0.17-0.112-0.166-0.061 C116.495,8.329,116.6,8.356,116.659,8.337L116.659,8.337z M116.491,6.811c0.047,0.034-0.17-0.113-0.168-0.061 C116.327,6.801,116.442,6.774,116.491,6.811L116.491,6.811z M116.204,1.82c-0.027,0.001-0.053,0.008-0.08,0.002 C116.096,1.818,116.233,1.82,116.204,1.82L116.204,1.82z M116.241,3.887c0.07-0.015-0.074-0.167-0.129-0.128 C116.057,3.795,116.172,3.901,116.241,3.887L116.241,3.887z M116.024,1.494c0.051-0.024,0.002-0.156-0.049-0.132 C115.924,1.384,115.971,1.518,116.024,1.494L116.024,1.494z M116.249,8.285c0,0-0.195,0.002-0.16,0.041 C116.124,8.363,116.249,8.285,116.249,8.285L116.249,8.285z M115.879,1.832c0.096-0.051-0.332-0.115-0.326-0.021 C115.557,1.906,115.784,1.885,115.879,1.832L115.879,1.832z M115.917,3.899c0.092-0.022-0.041-0.216-0.133-0.195 c-0.07,0.014-0.158,0.09-0.115,0.137C115.723,3.901,115.831,3.919,115.917,3.899L115.917,3.899z M116.022,7.161 c0.072-0.045-0.082-0.156-0.172-0.16c-0.084-0.003-0.115,0.104-0.197,0.108c-0.158,0.006-0.506-0.138-0.449-0.017 c0.098,0.209,0.539,0.179,0.777,0.07C115.993,7.156,116.01,7.168,116.022,7.161L116.022,7.161z M116.02,8.561 c0.053-0.038-0.063-0.146-0.129-0.128c-0.08,0.022-0.074,0.195,0.012,0.2C115.954,8.636,115.981,8.59,116.02,8.561L116.02,8.561z M115.917,6.766c0.041,0.014,0.02-0.073-0.006-0.1c-0.025-0.03-0.074,0.029-0.119,0.038c-0.055,0.008-0.164-0.042-0.162,0.004 c0.006,0.09,0.199,0.138,0.291,0.09C115.932,6.792,115.905,6.76,115.917,6.766L115.917,6.766z M115.825,10.836 c0.041-0.008,0.031-0.084-0.006-0.101c-0.121-0.05-0.459,0.04-0.359,0.115C115.553,10.921,115.698,10.855,115.825,10.836 L115.825,10.836z M115.729,9.174c0.096-0.036-0.338-0.131-0.287-0.057C115.493,9.19,115.635,9.208,115.729,9.174L115.729,9.174z M115.34,3.787c0.182-0.069-0.686-0.077-0.568,0.054c0.084,0.095,0.268,0.011,0.406-0.015C115.237,3.815,115.286,3.807,115.34,3.787 L115.34,3.787z M115.149,1.861c0.066-0.022-0.061-0.12-0.131-0.13c-0.074-0.009-0.27,0.05-0.199,0.075 C114.926,1.846,115.038,1.896,115.149,1.861L115.149,1.861z M115.317,7.656c0.143-0.079-0.588-0.063-0.486,0.051 c0.094,0.104,0.313,0.019,0.445-0.05C115.288,7.65,115.305,7.661,115.317,7.656L115.317,7.656z M115.307,8.923 c-0.027,0.002-0.053,0.007-0.08,0.002C115.198,8.921,115.336,8.921,115.307,8.923L115.307,8.923z M115.047,7.198 c0.064-0.022,0.049-0.134-0.01-0.166c-0.168-0.094-0.373-0.036-0.572-0.046c-0.342-0.015-0.676-0.064-0.975,0.071 c-0.076,0.035-0.246-0.027-0.242,0.043c0.006,0.11,0.232,0.225,0.336,0.153c0.043-0.029-0.051-0.102-0.008-0.133 c0.086-0.062,0.178,0.113,0.291,0.124c0.313,0.028,0.576-0.09,0.891-0.102C114.862,7.14,114.952,7.232,115.047,7.198L115.047,7.198z M114.78,6.811c0.088-0.059-0.104-0.186-0.215-0.195c-0.102-0.006-0.146,0.104-0.236,0.144c-0.063,0.029-0.205-0.018-0.201,0.04 c0.01,0.164,0.393,0.088,0.57,0.013C114.723,6.801,114.758,6.824,114.78,6.811L114.78,6.811z M114.495,1.82 c0.107-0.079-0.416-0.137-0.408-0.02C114.092,1.917,114.387,1.897,114.495,1.82L114.495,1.82z M114.76,7.877 c-0.029,0.001-0.055,0.007-0.082,0.003C114.651,7.875,114.788,7.875,114.76,7.877L114.76,7.877z M114.747,9.077 c-0.027,0-0.053,0.008-0.08,0.004C114.637,9.076,114.776,9.076,114.747,9.077L114.747,9.077z M114.711,9.879 c0.109-0.078-0.518-0.132-0.41-0.052S114.602,9.957,114.711,9.879L114.711,9.879z M114.159,1.632 c0.104-0.004,0.004-0.203-0.096-0.229c-0.189-0.048-0.373-0.013-0.568,0.022c-0.057,0.01-0.195,0-0.16,0.038 c0.146,0.165,0.453,0.143,0.697,0.107C114.083,1.563,114.108,1.635,114.159,1.632L114.159,1.632z M114.202,3.83 c0.063-0.055-0.143-0.176-0.211-0.124c-0.043,0.031-0.006,0.115,0.049,0.131S114.165,3.866,114.202,3.83L114.202,3.83z M114.254,6.162c-0.029,0.002-0.053,0.008-0.08,0.003C114.145,6.16,114.284,6.16,114.254,6.162L114.254,6.162z M114.276,7.961 c0.061-0.016-0.027-0.114-0.09-0.13c-0.258-0.065-1.002-0.084-0.771,0.03c0.221,0.109,0.479,0.064,0.736,0.039 C114.202,7.894,114.227,7.975,114.276,7.961L114.276,7.961z M114.182,9.165c0.092-0.02-0.254-0.168-0.25-0.089 C113.936,9.152,114.088,9.185,114.182,9.165L114.182,9.165z M114.131,9.701c-0.029,0-0.053,0.007-0.082,0.003 C114.022,9.699,114.159,9.699,114.131,9.701L114.131,9.701z M113.967,6.84c0.068-0.018-0.092-0.179-0.129-0.128 C113.801,6.762,113.899,6.856,113.967,6.84L113.967,6.84z M113.772,4.847c0.057-0.002-0.217-0.005-0.162,0.008 S113.715,4.849,113.772,4.847L113.772,4.847z M114.034,10.838c0.203-0.106-0.389-0.288-0.625-0.243 c-0.057,0.011-0.107-0.005-0.162,0.007c-0.057,0.013,0.088,0.096,0.047,0.131c-0.121,0.108-0.373-0.223-0.494-0.114 c-0.059,0.054,0.057,0.199-0.029,0.202c-0.166,0.006-0.256-0.158-0.418-0.184c-0.143-0.023-0.443,0.084-0.355,0.179 c0.145,0.161,0.451,0.074,0.695,0.074c0.457,0,0.893,0.118,1.301-0.05C114.004,10.835,114.02,10.845,114.034,10.838L114.034,10.838z M113.895,9.844c0.039-0.029-0.076-0.057-0.088-0.099c-0.006-0.025-0.053-0.019-0.082-0.028c-0.156-0.057-0.324-0.022-0.488,0.018 c-0.121,0.031-0.422,0.088-0.316,0.146c0.234,0.131,0.537,0.032,0.813-0.03C113.788,9.836,113.852,9.874,113.895,9.844 L113.895,9.844z M113.557,3.923c0.09-0.025-0.043-0.221-0.135-0.194c-0.053,0.014-0.037,0.104,0.008,0.132 C113.471,3.885,113.508,3.936,113.557,3.923L113.557,3.923z M113.772,9.113c0.055-0.017,0.008-0.145-0.049-0.13 c-0.055,0.012-0.047,0.119,0.008,0.132C113.745,9.119,113.758,9.119,113.772,9.113L113.772,9.113z M113.813,11.246 c0.068-0.017,0.059-0.146-0.01-0.167c-0.092-0.024-0.299,0.051-0.238,0.109C113.622,11.246,113.727,11.269,113.813,11.246 L113.813,11.246z M113.473,6.725c0.047-0.027,0.01-0.132-0.049-0.131c-0.084,0.003-0.195,0.161-0.113,0.172 C113.37,6.772,113.424,6.753,113.473,6.725L113.473,6.725z M113.122,4.873c-0.027,0-0.053,0.006-0.08,0.001 C113.012,4.871,113.151,4.871,113.122,4.873L113.122,4.873z M113.065,3.873c0.117-0.061-0.279-0.203-0.373-0.118 S112.946,3.936,113.065,3.873L113.065,3.873z M112.967,7.878c-0.027,0.002-0.053,0.008-0.08,0.003 C112.858,7.877,112.997,7.878,112.967,7.878L112.967,7.878z M112.809,5.084c0.119-0.044-0.447-0.139-0.371-0.054 C112.516,5.118,112.688,5.129,112.809,5.084L112.809,5.084z M112.715,4.888c0.055-0.018,0.008-0.119-0.049-0.132 c-0.049-0.011-0.143,0.034-0.117,0.072C112.581,4.873,112.657,4.906,112.715,4.888L112.715,4.888z M112.567,2.293 c-0.027,0.001-0.053,0.009-0.08,0.003C112.458,2.292,112.596,2.292,112.567,2.293L112.567,2.293z M112.997,11.21 c0.203-0.145-1.033-0.029-0.773,0.03c0.248,0.057,0.516,0.084,0.732-0.028C112.967,11.206,112.985,11.219,112.997,11.21 L112.997,11.21z M112.709,7.622c0.117-0.065-0.537-0.031-0.406,0.015C112.434,7.685,112.59,7.686,112.709,7.622L112.709,7.622z M112.602,7.159c0.301-0.219-0.779-0.227-1.146-0.091c-0.053,0.021-0.203,0.008-0.16,0.041c0.146,0.11,0.342,0.164,0.539,0.146 c0.16-0.015,0.281-0.093,0.441-0.116C112.387,7.121,112.516,7.221,112.602,7.159L112.602,7.159z M112.334,3.902 c0.082-0.029-0.01-0.171-0.094-0.196c-0.24-0.072-0.475,0.017-0.73,0.028c-0.385,0.014-0.723-0.085-1.102-0.026 c-0.09,0.015-0.262,0.092-0.195,0.142c0.18,0.134,0.451,0.04,0.695,0.04c0.441,0,0.826,0.08,1.262,0.019 C112.227,3.901,112.282,3.921,112.334,3.902L112.334,3.902z M112.161,2.309c-0.027,0-0.053,0.009-0.08,0.002 C112.051,2.308,112.19,2.308,112.161,2.309L112.161,2.309z M112.112,1.444c0.082-0.018-0.318-0.027-0.244,0.009 C111.94,1.488,112.028,1.461,112.112,1.444L112.112,1.444z M112.514,9.896c0.078-0.013-0.117-0.176-0.17-0.126 C112.29,9.817,112.434,9.907,112.514,9.896L112.514,9.896z M112.176,6.842c0.121-0.005-0.391-0.175-0.33-0.087 C111.905,6.842,112.055,6.846,112.176,6.842L112.176,6.842z M112.155,7.909c0.053-0.001-0.143-0.1-0.125-0.063 C112.047,7.888,112.104,7.911,112.155,7.909L112.155,7.909z M112.139,9.043c-0.029,0.002-0.053,0.009-0.082,0.004 C112.03,9.042,112.167,9.042,112.139,9.043L112.139,9.043z M111.815,7.656c0.182-0.067-0.719-0.122-0.57-0.013 C111.393,7.754,111.633,7.724,111.815,7.656L111.815,7.656z M111.75,10.791c0.193-0.07-0.768-0.094-0.609,0.024 C111.299,10.933,111.555,10.865,111.75,10.791L111.75,10.791z M111.364,6.874c0.057-0.004-0.217-0.009-0.162,0.005 C111.256,6.892,111.307,6.876,111.364,6.874L111.364,6.874z M111.366,8.34c0.068-0.02-0.059-0.119-0.129-0.128 c-0.076-0.01-0.256,0.032-0.199,0.073C111.124,8.35,111.254,8.37,111.366,8.34L111.366,8.34z M111.227,7.345 c0.135-0.005-0.127-0.34-0.219-0.258C110.918,7.168,111.094,7.351,111.227,7.345L111.227,7.345z M111.413,12.006 c-0.027,0.001-0.053,0.008-0.08,0.002C111.303,12.004,111.442,12.004,111.413,12.006L111.413,12.006z M111.01,7.82 c-0.047,0.025-0.164-0.04-0.162,0.007C110.85,7.873,111.057,7.795,111.01,7.82L111.01,7.82z M111.036,9.687 c0.033-0.174-0.412-0.106-0.613-0.043c-0.029,0.008-0.057,0.048-0.037,0.066c0.102,0.102,0.295,0.075,0.451,0.05 C110.913,9.747,111.024,9.747,111.036,9.687L111.036,9.687z M110.6,3.502c0.09,0.008-0.004-0.184-0.092-0.196 c-0.063-0.01-0.189,0.027-0.158,0.071C110.399,3.451,110.499,3.495,110.6,3.502L110.6,3.502z M110.69,7.898 c0.061-0.038-0.02-0.143-0.092-0.162c-0.18-0.052-0.686,0.039-0.521,0.119C110.26,7.947,110.52,8.009,110.69,7.898L110.69,7.898z M110.303,2.579c0.064-0.034-0.168-0.112-0.207-0.058C110.057,2.574,110.239,2.614,110.303,2.579L110.303,2.579z M110.288,2.314 c0.086-0.064-0.227-0.2-0.291-0.122C109.932,2.269,110.204,2.376,110.288,2.314L110.288,2.314z M110.729,11.432 c0.104-0.038-0.43-0.025-0.326,0.013C110.508,11.48,110.625,11.47,110.729,11.432L110.729,11.432z M110.635,11.235 c0.229-0.119-0.484-0.236-0.742-0.171c-0.15,0.035-0.1,0.282,0.021,0.365c0.066,0.045,0.16,0.04,0.246,0.024 c0.041-0.009,0.088,0.016,0.121-0.006c0.072-0.042-0.01-0.167,0.07-0.202C110.438,11.206,110.551,11.277,110.635,11.235 L110.635,11.235z M110.106,3.387c-0.029,0.002-0.053,0.009-0.082,0.004C109.997,3.386,110.133,3.387,110.106,3.387L110.106,3.387z M110.446,10.775c0.113-0.123-0.662-0.016-0.523,0.087C110.061,10.966,110.334,10.896,110.446,10.775L110.446,10.775z M109.975,2.525c0.117-0.104-0.328-0.002-0.49-0.048c-0.039-0.011,0.113-0.057,0.076-0.069c-0.326-0.117-0.662-0.028-1.02-0.026 c-0.611,0-1.143,0.108-1.748,0.033c-0.041-0.005-0.037,0.07-0.078,0.068c-0.127-0.004-0.205-0.109-0.332-0.12 c-0.539-0.044-1.004,0.193-1.541,0.127c-0.082-0.011-0.127-0.077-0.209-0.093c-0.482-0.1-0.934,0.102-1.424,0.021 c-0.434-0.07-0.822-0.067-1.266-0.051c-0.189,0.007-0.35-0.042-0.533-0.078c-0.092-0.021-0.156-0.073-0.25-0.091 c-0.607-0.126-1.162,0.044-1.787,0.068c-0.428,0.015-0.803-0.093-1.223-0.021c-0.199,0.035-0.359,0.114-0.563,0.123 c-0.09,0.003-0.158-0.047-0.248-0.059c-0.689-0.086-1.295,0.074-1.992,0.044c-0.557-0.024-1.035-0.017-1.59-0.039 c-0.041-0.003-0.045-0.062-0.086-0.063c-0.246-0.011-0.439,0.107-0.686,0.126c-0.625,0.047-1.166-0.089-1.795-0.065 c-0.598,0.024-1.111,0.025-1.709,0c-0.191-0.008-0.641,0.138-0.477,0.218c0.078,0.038,0.15-0.087,0.24-0.076 c0.057,0.01,0.105-0.009,0.162-0.006c0.443,0.029,0.824,0.12,1.268,0.085c0.313-0.025,0.584,0.02,0.898,0.032 c0.799,0.035,1.484,0.051,2.283,0.08c0.146,0.005,0.258-0.071,0.402-0.084c0.469-0.036,0.875,0.018,1.344-0.017 c1.221-0.093,2.279,0.111,3.504,0.065c0.514-0.021,0.973-0.104,1.467,0.011c0.068,0.015,0.188,0.093,0.129,0.128 c-0.252,0.153-0.906-0.189-0.893,0.067c0.006,0.07,0.164,0,0.246,0.023c0.08,0.024,0.16-0.006,0.244-0.009 c0.471-0.019,0.934,0.203,1.346,0.016c0.027-0.013,0.01-0.054,0.035-0.069c0.061-0.032-0.064-0.129-0.008-0.166 c0.197-0.134,0.477,0.039,0.734,0.039c1.695,0.002,3.168-0.228,4.844-0.02c0.287,0.035,0.539,0.16,0.82,0.102 c0.041-0.007,0.078-0.002,0.121-0.003c0.043-0.006-0.047-0.095-0.006-0.103c0.059-0.007,0.107,0.036,0.164,0.027 c0.07-0.007,0.133,0,0.203-0.007c0.076-0.008,0.131,0.062,0.207,0.058c0.188-0.007,0.338-0.078,0.525-0.085 C109.532,2.61,109.811,2.674,109.975,2.525L109.975,2.525z M109.881,2.33c-0.027,0-0.053,0.008-0.08,0.004 C109.772,2.328,109.911,2.328,109.881,2.33L109.881,2.33z M110.143,9.72c0.301-0.113-0.617-0.148-0.943-0.097 c-0.074,0.013-0.256,0.031-0.199,0.074c0.273,0.205,0.701,0.105,1.061,0.025C110.088,9.717,110.116,9.73,110.143,9.72L110.143,9.72z M110.11,11.988c0.08-0.04-0.039-0.198-0.135-0.196c-0.102,0.006-0.24,0.166-0.15,0.207 C109.911,12.039,110.024,12.031,110.11,11.988L110.11,11.988z M109.641,3.807c-0.029,0-0.053,0.007-0.08,0.003 C109.532,3.803,109.668,3.805,109.641,3.807L109.641,3.807z M109.309,2.285c-0.027,0-0.053,0.008-0.08,0.004 C109.2,2.283,109.338,2.283,109.309,2.285L109.309,2.285z M109.262,2.887c-0.027,0.002-0.053,0.008-0.08,0.002 C109.153,2.886,109.292,2.886,109.262,2.887L109.262,2.887z M109.586,11.409c0.096-0.054-0.332-0.115-0.326-0.022 C109.266,11.48,109.491,11.46,109.586,11.409L109.586,11.409z M109.495,11.212c0.156-0.084-0.609-0.186-0.531-0.046 C109.04,11.305,109.338,11.297,109.495,11.212L109.495,11.212z M109.471,10.813c0.063-0.042,0.076-0.072,0.055-0.094 c0.066,0,0.141-0.019,0.182-0.049c0.086-0.063-0.332-0.113-0.326-0.021c0,0.013,0.006,0.022,0.014,0.032 c-0.285-0.029-0.924,0.037-1.23,0.048c-0.783,0.03-1.455-0.011-2.238,0.019c-0.1,0.006-0.344-0.054-0.285,0.012 c0.332,0.368,1.035,0.094,1.592,0.072c0.74-0.03,1.406,0.159,2.117-0.015C109.391,10.808,109.438,10.835,109.471,10.813 L109.471,10.813z M108.985,2.296c-0.029,0.002-0.053,0.009-0.082,0.004C108.875,2.296,109.012,2.296,108.985,2.296L108.985,2.296z M108.608,2.845c0.049,0.035-0.168-0.112-0.164-0.061C108.446,2.837,108.561,2.81,108.608,2.845L108.608,2.845z M108.711,8.908 c-0.047,0.027-0.164-0.04-0.162,0.006C108.551,8.962,108.758,8.882,108.711,8.908L108.711,8.908z M108.325,7.856 c0.057-0.002-0.217-0.008-0.162,0.005C108.217,7.875,108.268,7.858,108.325,7.856L108.325,7.856z M108.309,8.99 c0.232-0.087-0.943-0.089-0.73,0.028C107.79,9.136,108.077,9.077,108.309,8.99L108.309,8.99z M107.897,1.806 c0.092,0.008-0.123-0.225-0.17-0.159C107.68,1.708,107.807,1.796,107.897,1.806L107.897,1.806z M108.354,11.188 c0.068-0.013-0.076-0.165-0.131-0.128S108.284,11.203,108.354,11.188L108.354,11.188z M107.686,3.813 c0.098-0.052-0.383-0.104-0.326-0.02C107.417,3.875,107.592,3.866,107.686,3.813L107.686,3.813z M107.838,7.875 c0.057-0.002-0.205-0.024-0.162,0.006C107.717,7.913,107.782,7.878,107.838,7.875L107.838,7.875z M107.518,2.287 c-0.027,0.002-0.053,0.007-0.08,0.004C107.409,2.285,107.547,2.285,107.518,2.287L107.518,2.287z M107.78,8.277 c-0.029,0-0.055,0.008-0.082,0.004C107.67,8.276,107.807,8.276,107.78,8.277L107.78,8.277z M107.715,7.146 c-0.029,0-0.055,0.009-0.082,0.004C107.606,7.145,107.743,7.145,107.715,7.146L107.715,7.146z M107.614,6.817 c-0.027,0-0.053,0.007-0.08,0.004C107.506,6.815,107.643,6.815,107.614,6.817L107.614,6.817z M107.706,9.814 c0.053-0.022,0.01-0.135-0.049-0.133c-0.072,0.004-0.168,0.1-0.115,0.138C107.584,9.851,107.653,9.834,107.706,9.814L107.706,9.814z M107.321,5.962c0.072-0.003-0.256-0.032-0.203,0.006C107.17,6.008,107.25,5.964,107.321,5.962L107.321,5.962z M107.114,3.77 c0.119-0.065-0.512-0.063-0.406,0.015S106.997,3.833,107.114,3.77L107.114,3.77z M107.143,7.102c0.07-0.003-0.256-0.031-0.203,0.009 C106.991,7.148,107.071,7.104,107.143,7.102L107.143,7.102z M107.084,6.104c0.061-0.02-0.168-0.113-0.166-0.061 C106.922,6.097,107.026,6.122,107.084,6.104L107.084,6.104z M107.022,7.84c-0.029,0.002-0.053,0.007-0.082,0.003 C106.913,7.838,107.049,7.84,107.022,7.84L107.022,7.84z M106.59,5.989c0.48-0.099-0.902-0.158-1.395-0.179 c-0.143-0.007-0.264,0.03-0.404,0.048c-0.27,0.031-1.002-0.02-0.768,0.095c0.1,0.051,0.211,0.049,0.328,0.055 c0.387,0.021,0.721,0.01,1.102,0.058c0.24,0.031,0.455,0.046,0.693,0.007c0.082-0.013,0.115-0.096,0.197-0.106 C106.43,5.953,106.506,6.006,106.59,5.989L106.59,5.989z M106.469,3.86c0.078-0.013-0.102-0.16-0.172-0.126 C106.229,3.766,106.389,3.873,106.469,3.86L106.469,3.86z M106.411,7.129c0.057-0.001-0.217-0.006-0.162,0.007 S106.354,7.133,106.411,7.129L106.411,7.129z M106.372,7.865c0.107-0.078-0.414-0.136-0.408-0.019S106.264,7.941,106.372,7.865 L106.372,7.865z M106.239,9.803c0.049-0.025,0.008-0.121-0.049-0.13c-0.09-0.015-0.264,0.089-0.195,0.14 C106.057,9.859,106.167,9.84,106.239,9.803L106.239,9.803z M106,7.078c0.078-0.068-0.332-0.115-0.326-0.021S105.924,7.148,106,7.078 L106,7.078z M105.979,6.68c0.164-0.119-0.396-0.101-0.617-0.11c-0.16-0.007-0.59,0.032-0.443,0.085 c0.082,0.029,0.309,0.002,0.246,0.056c-0.068,0.063-0.311,0.088-0.234,0.143c0.168,0.127,0.422-0.046,0.645-0.091 C105.717,6.732,105.87,6.759,105.979,6.68L105.979,6.68z M105.649,3.759c0.104-0.039-0.43-0.026-0.326,0.013 C105.428,3.81,105.545,3.797,105.649,3.759L105.649,3.759z M105.803,7.886c0.051-0.022,0.002-0.154-0.049-0.132 c-0.063,0.031-0.021,0.169,0.051,0.166C105.819,7.92,105.79,7.893,105.803,7.886L105.803,7.886z M105.723,6.489 c0.42-0.086-1.385-0.45-1.229-0.119c0.098,0.206,0.508-0.117,0.77-0.063C105.438,6.343,105.549,6.524,105.723,6.489L105.723,6.489z M105.797,9.22c0.039-0.014,0.031-0.082-0.006-0.099c-0.186-0.087-0.791-0.034-0.607,0.057c0.148,0.072,0.322,0.074,0.492,0.047 C105.717,9.218,105.758,9.232,105.797,9.22L105.797,9.22z M105.436,7.167c0.146-0.041-0.223-0.184-0.377-0.186 c-0.234,0.002-0.867,0.106-0.643,0.158c0.301,0.069,0.592,0.034,0.895-0.034C105.36,7.095,105.387,7.181,105.436,7.167 L105.436,7.167z M105.602,11.495c-0.027,0-0.053,0.008-0.082,0.002C105.493,11.491,105.631,11.493,105.602,11.495L105.602,11.495z M104.965,1.785c0.082-0.019-0.316-0.027-0.244,0.009C104.795,1.83,104.883,1.801,104.965,1.785L104.965,1.785z M105.217,9.042 c0.107-0.096-0.52-0.03-0.443,0.085C104.852,9.238,105.11,9.138,105.217,9.042L105.217,9.042z M105.161,8.044 c0.107-0.076-0.275-0.059-0.408-0.018c-0.055,0.018-0.203,0.008-0.16,0.04C104.739,8.175,105.01,8.153,105.161,8.044L105.161,8.044z M105.059,11.981c0.084-0.017-0.316-0.025-0.242,0.009C104.889,12.028,104.977,11.999,105.059,11.981L105.059,11.981z M104.409,9.14 c0.141,0.051-0.029-0.312-0.182-0.326c-0.152-0.014-0.398,0.093-0.354,0.215c0.025,0.069,0.158,0.048,0.248,0.055 c0.063,0.007,0.01-0.132,0.072-0.135C104.305,8.944,104.307,9.103,104.409,9.14L104.409,9.14z M104.225,7.347 c0.057-0.002-0.217-0.007-0.162,0.007C104.118,7.366,104.168,7.349,104.225,7.347L104.225,7.347z M103.85,2.229 c0.154-0.112-0.512-0.417-0.502-0.249c0.006,0.092,0.279,0.118,0.215,0.192c-0.031,0.033-0.164,0.055-0.117,0.072 C103.575,2.291,103.745,2.305,103.85,2.229L103.85,2.229z M104.084,7.753c0.059-0.003-0.217-0.008-0.162,0.005 S104.028,7.754,104.084,7.753L104.084,7.753z M103.743,1.764c-0.027,0.002-0.053,0.009-0.082,0.003 C103.633,1.764,103.772,1.764,103.743,1.764L103.743,1.764z M104.122,9.817c-0.027,0.002-0.053,0.008-0.08,0.004 C104.012,9.816,104.151,9.816,104.122,9.817L104.122,9.817z M103.997,7.622c0.061-0.03-0.059-0.121-0.129-0.128 c-0.27-0.025-0.5,0.064-0.771,0.063c-0.514,0-0.961-0.115-1.467-0.044c-0.09,0.013-0.293,0.017-0.24,0.078 c0.084,0.093,0.211,0.13,0.336,0.186c0.07,0.033,0.111,0.082,0.17,0.127c0.07,0.053,0.307,0.027,0.25,0.09 c-0.043,0.048-0.115,0.06-0.156,0.106c-0.023,0.026,0.111,0.039,0.084,0.063c-0.102,0.091-0.4,0.146-0.311,0.247 c0.07,0.079,0.209,0.077,0.33,0.086c0.07,0.007,0.145,0.023,0.203-0.008c0.049-0.025,0.018-0.089,0.033-0.135 c0.018-0.049,0.043-0.089,0.074-0.136c0.023-0.037-0.152-0.026-0.127-0.061c0.09-0.122,0.328-0.024,0.484-0.087 c0.109-0.043,0.158-0.148,0.275-0.177c0.164-0.04,0.611,0.043,0.484-0.051c-0.18-0.135-0.451-0.041-0.693-0.041 c-0.219,0-0.762,0.056-0.615-0.077c0.238-0.215,0.656-0.057,1.014-0.071C103.495,7.642,103.768,7.742,103.997,7.622L103.997,7.622z M104.12,11.219c0.131-0.072-0.561-0.071-0.445,0.017C103.79,11.32,103.991,11.289,104.12,11.219L104.12,11.219z M103.969,8.556 c-0.029,0.002-0.055,0.01-0.082,0.003C103.86,8.556,103.997,8.556,103.969,8.556L103.969,8.556z M103.418,1.776 c0.111-0.022-0.383-0.103-0.328-0.021C103.147,1.839,103.305,1.799,103.418,1.776L103.418,1.776z M103.854,10.828 c0.064-0.026-0.063-0.109-0.129-0.128c-0.34-0.093-0.664-0.056-1.02-0.028c-0.127,0.011-0.412,0.076-0.318,0.146 c0.201,0.148,0.502-0.008,0.771-0.029c0.09-0.006,0.158,0.061,0.248,0.059c0.129-0.007,0.254,0.006,0.363-0.048 C103.797,10.784,103.825,10.84,103.854,10.828L103.854,10.828z M103.67,9.035c0.094-0.063-0.336-0.188-0.33-0.087 C103.344,9.047,103.577,9.098,103.67,9.035L103.67,9.035z M103.317,2.849c0.166-0.092-0.752-0.045-0.57,0.021 C102.93,2.936,103.151,2.938,103.317,2.849L103.317,2.849z M104.034,16.823c0.057-0.004-0.217-0.008-0.162,0.005 S103.977,16.824,104.034,16.823L104.034,16.823z M103.124,2.322c0.066-0.019-0.059-0.12-0.129-0.128 c-0.076-0.01-0.256,0.032-0.201,0.073C102.881,2.332,103.012,2.353,103.124,2.322L103.124,2.322z M103.235,7.118 c0.254-0.228-0.691-0.095-1.066-0.126c-0.256-0.021-0.486-0.066-0.732-0.006c-0.098,0.024-0.313,0.088-0.236,0.143 c0.295,0.22,0.828-0.214,1.139-0.011c0.111,0.071,0.203,0.307,0.299,0.222c0.059-0.053-0.129-0.162-0.053-0.198 C102.784,7.051,103.081,7.256,103.235,7.118L103.235,7.118z M103.219,6.852c0.1-0.045-0.408-0.051-0.324,0.013 C102.979,6.926,103.12,6.897,103.219,6.852L103.219,6.852z M102.93,1.796c0.252-0.228-0.689-0.091-1.064-0.093 c-0.242,0-0.92,0.04-0.686,0.094c0.453,0.104,0.873,0.033,1.344,0.015C102.667,1.806,102.834,1.883,102.93,1.796L102.93,1.796z M102.963,3.795c0.135-0.122-0.717-0.088-0.568,0.022c0.146,0.108,0.383,0.07,0.57,0.011C102.979,3.824,102.954,3.803,102.963,3.795 L102.963,3.795z M103.057,9.725c0.041-0.034,0.004-0.107-0.047-0.131c-0.045-0.022-0.068,0.075-0.119,0.07 c-0.113-0.008-0.332-0.114-0.326-0.021C102.573,9.787,102.94,9.832,103.057,9.725L103.057,9.725z M102.768,6.069 c-0.059,0.009,0.086-0.116,0.033-0.134c-0.066-0.024-0.18,0.112-0.115,0.137C102.711,6.082,102.795,6.063,102.768,6.069 L102.768,6.069z M102.512,1.612c0.111-0.042-0.336-0.188-0.33-0.088S102.401,1.653,102.512,1.612L102.512,1.612z M102.504,2.878 c-0.029,0.002-0.055,0.009-0.082,0.004S102.532,2.878,102.504,2.878L102.504,2.878z M102.899,11.197 c0.057-0.001-0.219-0.005-0.164,0.007C102.79,11.217,102.84,11.201,102.899,11.197L102.899,11.197z M102.409,9.751 c0.066-0.021-0.061-0.115-0.131-0.128c-0.125-0.025-0.48,0.003-0.363,0.046C102.077,9.729,102.243,9.801,102.409,9.751 L102.409,9.751z M101.94,1.568c0.068-0.015-0.074-0.166-0.129-0.129C101.756,1.476,101.872,1.581,101.94,1.568L101.94,1.568z M102.295,9.222c0.072-0.022-0.07-0.103-0.09-0.164c-0.023-0.08,0.033-0.191-0.055-0.231c-0.223-0.103-0.475,0.038-0.73,0.029 c-0.17-0.01-0.322-0.017-0.486,0.017c-0.137,0.029-0.236,0.092-0.359,0.146c-0.078,0.036-0.322,0.047-0.24,0.078 c0.141,0.049,0.375-0.005,0.414,0.117c0.023,0.068-0.023,0.162,0.053,0.197c0.063,0.029,0.133-0.021,0.201-0.041 c0.096-0.029,0.143-0.105,0.236-0.143c0.051-0.02-0.064-0.131-0.008-0.132c0.166-0.008,0.254,0.156,0.418,0.184 c0.213,0.035,0.422-0.024,0.604-0.123C102.278,9.142,102.266,9.23,102.295,9.222L102.295,9.222z M102.024,7.298 c0.096-0.051-0.332-0.114-0.328-0.021C101.702,7.371,101.928,7.351,102.024,7.298L102.024,7.298z M101.901,10.836 c0.318-0.065-1.221-0.169-0.939-0.03c0.221,0.109,0.482,0.075,0.736,0.039C101.766,10.833,101.831,10.851,101.901,10.836 L101.901,10.836z M101.579,8.049c0.113-0.058-0.09-0.227-0.219-0.26C101,7.702,100.502,7.7,100.311,7.964 c-0.018,0.022-0.053,0.045-0.037,0.067c0.037,0.055,0.238,0.002,0.207,0.06c-0.102,0.188-0.867,0.053-0.682,0.192 c0.096,0.071,0.24,0.004,0.367,0.019c0.156,0.021,0.316,0.024,0.445-0.05c0.102-0.058,0.068-0.236,0.191-0.241 c0.1-0.004,0.227,0.089,0.285,0.023c0.043-0.049-0.037-0.146,0.031-0.169c0.061-0.02,0.104,0.053,0.166,0.061 s0.035,0.101,0.09,0.129C101.434,8.087,101.518,8.079,101.579,8.049L101.579,8.049z M101.206,1.528 c0.129-0.118-0.342-0.119-0.537-0.112c-0.217,0.009-0.803,0.05-0.604,0.123c0.234,0.085,0.475-0.029,0.732-0.028 C100.94,1.511,101.108,1.615,101.206,1.528L101.206,1.528z M101.584,9.582c0.172-0.22-1.043-0.061-0.887,0.167 c0.07,0.102,0.27,0.047,0.408,0.018C101.286,9.73,101.483,9.708,101.584,9.582L101.584,9.582z M101.508,8.252 c0.193-0.14-0.883-0.142-0.732,0.027C100.928,8.447,101.315,8.39,101.508,8.252L101.508,8.252z M101.049,7.336 c0.072-0.102-0.412-0.069-0.404,0.048C100.651,7.501,100.975,7.435,101.049,7.336L101.049,7.336z M100.956,7.14 c0.23-0.063-0.385-0.22-0.625-0.244c-0.395-0.038-0.738,0.062-1.137,0.043c-0.248-0.009-0.898,0.016-0.699-0.104 c0.143-0.087,0.568,0.006,0.482-0.118c-0.17-0.249-0.637-0.157-0.984-0.13c-0.117,0.009-0.219,0.031-0.322,0.08 c-0.07,0.031-0.213,0.094-0.154,0.137c0.217,0.164,0.941-0.084,0.822,0.136c-0.092,0.172-0.424-0.008-0.652-0.008 c-0.445-0.001-1.658,0.034-1.252,0.181c0.404,0.148,0.824-0.017,1.264,0.02c0.443,0.036,1.656-0.095,1.268,0.083 c-0.09,0.042-0.375,0.044-0.281,0.079c0.434,0.156,0.877,0.061,1.348,0.081c0.201,0.008,0.385-0.016,0.566-0.088 c0.092-0.038,0.053-0.185,0.15-0.207C100.823,7.063,100.883,7.157,100.956,7.14L100.956,7.14z M100.522,3.822 c0.131-0.094-0.619-0.144-0.49-0.048C100.159,3.87,100.391,3.915,100.522,3.822L100.522,3.822z M100.499,7.689 c0.387-0.21-0.861-0.24-1.311-0.149c-0.059,0.011-0.205,0.007-0.162,0.04c0.076,0.057,0.219,0.044,0.252,0.124 c0.021,0.049-0.115,0.097-0.072,0.136c0.121,0.113,0.695,0.007,0.525-0.055c-0.135-0.049-0.449-0.049-0.375-0.152 c0.125-0.169,0.453-0.023,0.693,0.007C100.206,7.66,100.366,7.763,100.499,7.689L100.499,7.689z M100.434,10.825 c0.119-0.061-0.316-0.224-0.373-0.117C100.004,10.813,100.315,10.888,100.434,10.825L100.434,10.825z M100.266,7.898 c-0.027,0.002-0.053,0.009-0.08,0.004C100.157,7.896,100.295,7.896,100.266,7.898L100.266,7.898z M100.208,9.701 c-0.037,0.018-0.125-0.03-0.123,0.005S100.245,9.686,100.208,9.701L100.208,9.701z M99.661,2.987 c0.109,0.025,0.059-0.27-0.057-0.264c-0.07,0.002-0.117,0.08-0.115,0.138c0.004,0.041,0.076,0.056,0.127,0.063 C99.647,2.927,99.629,2.98,99.661,2.987L99.661,2.987z M99.682,4.788c0.07-0.003-0.082-0.173-0.131-0.13 C99.504,4.701,99.61,4.79,99.682,4.788L99.682,4.788z M99.862,10.782c0.082-0.018-0.318-0.027-0.244,0.007 C99.69,10.826,99.778,10.799,99.862,10.782L99.862,10.782z M99.809,9.85c0.041-0.008,0.035-0.101-0.006-0.099 c-0.061,0.002-0.172,0.083-0.117,0.104C99.725,9.869,99.766,9.859,99.809,9.85L99.809,9.85z M99.467,5.328 c0.146-0.052-0.568-0.138-0.449-0.049c0.096,0.073,0.242,0.081,0.369,0.053C99.415,5.326,99.442,5.339,99.467,5.328L99.467,5.328z M99.604,9.123c0.059,0.022-0.057-0.173-0.09-0.129C99.483,9.039,99.545,9.103,99.604,9.123L99.604,9.123z M99.42,5.932 c0.154-0.212-0.557-0.021-0.857-0.033c-0.232-0.012-0.422-0.109-0.656-0.109c-0.086,0-0.158,0.013-0.244,0.01 c-0.131-0.006-0.439-0.006-0.361,0.08c0.105,0.118,0.324,0.065,0.494,0.115c0.039,0.01-0.115,0.056-0.078,0.068 c0.262,0.094,0.527-0.053,0.813-0.063C98.842,5.985,99.26,6.151,99.42,5.932L99.42,5.932z M99.356,4.799 c0.086-0.021-0.006-0.176-0.092-0.195c-0.248-0.059-0.48,0.034-0.729,0.095c-0.086,0.021-0.305,0.026-0.24,0.076 c0.211,0.156,0.535,0.016,0.813-0.033C99.196,4.728,99.27,4.82,99.356,4.799L99.356,4.799z M99.161,2.808 c-0.027,0.001-0.053,0.007-0.08,0.002C99.051,2.806,99.19,2.808,99.161,2.808L99.161,2.808z M99.104,1.808 c-0.029,0.002-0.053,0.01-0.082,0.004C98.995,1.808,99.131,1.808,99.104,1.808L99.104,1.808z M99.118,3.476 c0.309-0.115-0.578-0.21-0.91-0.266c-0.23-0.037-0.58-0.026-0.643,0.158c-0.035,0.102,0.24,0.038,0.367,0.019 c0.063-0.008,0.01-0.132,0.074-0.136c0.266-0.009,0.438,0.228,0.705,0.24C98.854,3.497,98.989,3.524,99.118,3.476L99.118,3.476z M98.971,3.748c0.07-0.002-0.082-0.173-0.131-0.129C98.793,3.662,98.899,3.75,98.971,3.748L98.971,3.748z M98.875,2.085 c-0.057,0.011,0.086-0.115,0.033-0.136c-0.064-0.022-0.18,0.115-0.115,0.139C98.821,2.096,98.903,2.079,98.875,2.085L98.875,2.085z M98.856,1.753c0.096-0.087-0.512-0.064-0.406,0.014C98.555,1.846,98.76,1.838,98.856,1.753L98.856,1.753z M98.836,2.82 c0.168-0.063-0.666-0.082-0.529,0.02C98.444,2.942,98.668,2.882,98.836,2.82L98.836,2.82z M98.764,1.556 c0.063,0.009-0.037-0.16-0.09-0.131C98.624,1.457,98.702,1.548,98.764,1.556L98.764,1.556z M99.211,10.806 c0.07-0.004-0.082-0.171-0.129-0.128C99.034,10.721,99.141,10.81,99.211,10.806L99.211,10.806z M99.043,7.88 c-0.027,0-0.053,0.008-0.08,0.002C98.934,7.878,99.073,7.878,99.043,7.88L99.043,7.88z M98.627,2.027 c0.111-0.075-0.475-0.054-0.404,0.048C98.293,2.178,98.518,2.102,98.627,2.027L98.627,2.027z M98.866,7.618 c0.168-0.062-0.619-0.111-0.527,0.021C98.428,7.771,98.698,7.682,98.866,7.618L98.866,7.618z M98.649,3.826 c0.09-0.053-0.146-0.132-0.252-0.156c-0.223-0.051-0.428-0.015-0.654-0.042c-0.17-0.022-0.316,0.071-0.486,0.053 c-0.199-0.023-0.684-0.045-0.564,0.087c0.229,0.255,0.715,0.041,1.1,0.026c0.299-0.012,0.568,0.07,0.855,0 C98.661,3.79,98.637,3.833,98.649,3.826L98.649,3.826z M98.202,1.712c0.072-0.004-0.08-0.173-0.129-0.129 C98.026,1.626,98.131,1.713,98.202,1.712L98.202,1.712z M98.083,5.316c0.068-0.021-0.059-0.118-0.129-0.129 c-0.129-0.019-0.482,0.037-0.361,0.08C97.75,5.326,97.918,5.36,98.083,5.316L98.083,5.316z M97.938,2.787 c0.191-0.208-0.584-0.123-0.9-0.099c-0.141,0.011-0.475,0.083-0.359,0.147c0.227,0.124,0.504,0.036,0.775,0.036 C97.627,2.872,97.834,2.902,97.938,2.787L97.938,2.787z M97.915,8.055c0.057-0.002-0.219-0.006-0.162,0.008 C97.805,8.075,97.858,8.057,97.915,8.055L97.915,8.055z M97.821,7.858c0.104-0.038-0.43-0.024-0.324,0.013 C97.6,7.909,97.717,7.896,97.821,7.858L97.821,7.858z M97.409,2.073c0.035-0.03-0.08-0.081-0.125-0.062 C97.239,2.032,97.374,2.104,97.409,2.073L97.409,2.073z M97.409,3.476c0.082,0.02,0.006-0.252-0.053-0.198 C97.297,3.327,97.325,3.456,97.409,3.476L97.409,3.476z M97.227,1.748c0.314-0.145-0.664-0.129-1.023-0.095 c-0.076,0.008-0.27,0.05-0.199,0.075c0.301,0.109,0.611,0.057,0.939,0.031C97.042,1.752,97.141,1.788,97.227,1.748L97.227,1.748z M97.561,9.003c-0.031,0.02-0.107,0.047-0.078,0.069C97.514,9.096,97.592,8.981,97.561,9.003L97.561,9.003z M97.403,7.674 c0.064,0.01-0.037-0.159-0.088-0.128C97.264,7.576,97.34,7.667,97.403,7.674L97.403,7.674z M97.081,2.02 c-0.029,0.002-0.053,0.008-0.082,0.004C96.971,2.018,97.108,2.018,97.081,2.02L97.081,2.02z M97.338,10.812 c-0.027,0.001-0.053,0.007-0.08,0.002C97.229,10.81,97.368,10.812,97.338,10.812L97.338,10.812z M96.833,1.963 c-0.027,0.001-0.053,0.007-0.08,0.002C96.723,1.963,96.862,1.963,96.833,1.963L96.833,1.963z M97.075,7.62 c0.178-0.158-0.479-0.137-0.738-0.104c-0.113,0.015-0.361,0.079-0.277,0.144c0.16,0.118,0.398,0.051,0.613,0.044 C96.817,7.696,96.977,7.708,97.075,7.62L97.075,7.62z M96.672,3.435c0.182-0.066-0.75-0.043-0.568,0.022 C96.286,3.524,96.491,3.504,96.672,3.435L96.672,3.435z M96.448,3.777c0.236-0.17-1.127-0.172-0.895,0.001 c0.199,0.149,0.523,0.09,0.773,0.004C96.366,3.77,96.417,3.801,96.448,3.777L96.448,3.777z M96.538,6.774 c0.107-0.077-0.51-0.029-0.404,0.05S96.43,6.853,96.538,6.774L96.538,6.774z M96.586,9.041c0.08-0.025-0.25-0.095-0.246-0.023 C96.344,9.087,96.504,9.065,96.586,9.041L96.586,9.041z M96.368,6.648c-0.029,0.002-0.053,0.008-0.082,0.003 C96.258,6.646,96.397,6.646,96.368,6.648L96.368,6.648z M96.334,6.05c0.086-0.004,0.029-0.219-0.053-0.198 C96.198,5.871,96.247,6.053,96.334,6.05L96.334,6.05z M96.356,7.849c0.053-0.218-0.883,0.019-0.744-0.171 c0.047-0.063,0.213-0.116,0.154-0.173C95.633,7.38,95.381,7.521,95.2,7.593c-0.063,0.025,0.076,0.144,0.01,0.167 c-0.213,0.067-0.424-0.041-0.654-0.041c-0.229,0-0.553-0.08-0.645,0.091c-0.027,0.047,0.041,0.094,0.088,0.129 c0.197,0.147,0.496,0.224,0.74,0.14c0.096-0.034,0.053-0.184,0.152-0.207c0.137-0.033,0.264,0.019,0.406,0.019 c0.229,0,0.471-0.104,0.652,0.007c0.08,0.051,0.117,0.183,0.213,0.16C96.27,8.029,96.333,7.938,96.356,7.849L96.356,7.849z M96.239,7.252c-0.037,0.019-0.123-0.03-0.121,0.006C96.12,7.293,96.276,7.235,96.239,7.252L96.239,7.252z M96.151,7.123 c0.471-0.363-1.201-0.049-1.84-0.129c-0.211-0.025-0.713-0.13-0.609,0.023c0.207,0.302,0.736,0.322,1.156,0.287 c0.326-0.024,0.605-0.063,0.932-0.101C95.918,7.188,96.055,7.196,96.151,7.123L96.151,7.123z M96.184,9.122 c0.049-0.025,0.008-0.121-0.049-0.132c-0.209-0.034-0.598,0.232-0.607,0.057c-0.002-0.042,0.127-0.104,0.076-0.103 c-0.111,0.006-0.287,0.16-0.193,0.208c0.221,0.107,0.504,0.065,0.732-0.029C96.155,9.119,96.172,9.128,96.184,9.122L96.184,9.122z M96.043,6.661c0.105-0.095-0.563-0.068-0.447,0.018C95.711,6.764,95.938,6.755,96.043,6.661L96.043,6.661z M95.307,3.755 c0.172-0.154-0.922-0.113-0.732,0.029c0.148,0.108,0.375,0.041,0.572,0.011C95.204,3.786,95.266,3.79,95.307,3.755L95.307,3.755z M95.235,6.759c0.09,0.007-0.004-0.188-0.094-0.197c-0.119-0.014-0.342,0.17-0.232,0.21c0.047,0.016,0.068-0.082,0.119-0.072 C95.102,6.716,95.159,6.752,95.235,6.759L95.235,6.759z M95.198,8.961c-0.029,0-0.053,0.008-0.082,0.003 C95.088,8.959,95.225,8.959,95.198,8.961L95.198,8.961z M94.846,2.839c-0.027,0.001-0.053,0.008-0.08,0.003 S94.875,2.839,94.846,2.839L94.846,2.839z M94.795,3.374c0.059-0.002-0.217-0.006-0.162,0.007S94.739,3.377,94.795,3.374 L94.795,3.374z M94.706,1.778c0.34-0.128-0.738-0.243-1.064-0.093c-0.275,0.126,0.59,0.117,0.9,0.066 C94.598,1.741,94.651,1.797,94.706,1.778L94.706,1.778z M94.717,9.112c0.121-0.067-0.518-0.133-0.41-0.051 C94.415,9.142,94.596,9.178,94.717,9.112L94.717,9.112z M94.633,7.647c0.066-0.021-0.061-0.115-0.129-0.128 c-0.223-0.043-0.855,0.016-0.646,0.092c0.248,0.089,0.516,0.066,0.773,0.005C94.645,7.611,94.62,7.652,94.633,7.647L94.633,7.647z M94.586,8.251c0.104-0.039-0.43-0.026-0.324,0.011C94.366,8.3,94.483,8.289,94.586,8.251L94.586,8.251z M94.333,3.792 c0.053-0.017,0.008-0.144-0.049-0.132c-0.055,0.015-0.047,0.122,0.008,0.134C94.305,3.797,94.319,3.797,94.333,3.792L94.333,3.792z M94.202,2.932c-0.029,0-0.055,0.008-0.082,0.003S94.229,2.93,94.202,2.932L94.202,2.932z M93.875,2.942 c-0.027,0.002-0.053,0.008-0.08,0.004C93.766,2.942,93.905,2.942,93.875,2.942L93.875,2.942z M94.141,9.001 c0.043-0.024-0.139-0.095-0.088-0.098c0.053-0.002-0.113,0.074-0.074,0.103C94.02,9.037,94.094,9.026,94.141,9.001L94.141,9.001z M93.743,9.149c0.113,0.014-0.34-0.209-0.293-0.121C93.499,9.112,93.629,9.135,93.743,9.149L93.743,9.149z M93.436,6.627 c-0.029,0.001-0.055,0.009-0.082,0.003C93.327,6.626,93.463,6.626,93.436,6.627L93.436,6.627z M93.137,2.839 c0.25-0.136-1.115-0.161-0.857-0.035c0.209,0.104,0.453,0.065,0.695,0.041C93.032,2.839,93.088,2.864,93.137,2.839L93.137,2.839z M93.069,5.907c-0.029,0.002-0.055,0.008-0.082,0.004C92.959,5.905,93.096,5.905,93.069,5.907L93.069,5.907z M93.047,6.976 c0.098-0.021-0.357-0.045-0.283,0.011C92.836,7.041,92.952,6.995,93.047,6.976L93.047,6.976z M92.663,5.924 c0.232-0.087-0.922-0.113-0.732,0.027c0.18,0.134,0.463,0.036,0.691-0.025C92.635,5.921,92.649,5.928,92.663,5.924L92.663,5.924z M92.612,5.059c0.084-0.018-0.316-0.028-0.242,0.01C92.442,5.105,92.53,5.076,92.612,5.059L92.612,5.059z M92.645,7.058 c0.266-0.19-0.652-0.255-0.986-0.162c-0.061,0.017-0.096,0.069-0.158,0.073c-0.441,0.016-0.834-0.104-1.264-0.019 c-0.1,0.02-0.285-0.008-0.281,0.077c0.008,0.125,0.266,0.088,0.414,0.116c0.137,0.027,0.234,0.114,0.375,0.12 c0.383,0.017,0.723-0.017,1.092-0.108C92.11,7.088,92.43,7.213,92.645,7.058L92.645,7.058z M92.514,7.596 c-0.029,0-0.055,0.008-0.082,0.004C92.405,7.595,92.542,7.595,92.514,7.596L92.514,7.596z M91.829,2.756 c0.059-0.004-0.217-0.007-0.162,0.006C91.721,2.773,91.772,2.757,91.829,2.756L91.829,2.756z M91.157,6.648 c-0.029,0-0.053,0.008-0.082,0.003C91.047,6.646,91.184,6.646,91.157,6.648L91.157,6.648z M91.045,4.718 c-0.027,0.001-0.053,0.008-0.08,0.005C90.936,4.718,91.075,4.718,91.045,4.718L91.045,4.718z M90.639,4.733 c0.057-0.001-0.217-0.006-0.162,0.007C90.532,4.752,90.583,4.737,90.639,4.733L90.639,4.733z M90.42,3.742 c0.139-0.1-0.639-0.101-0.529,0.021C90.002,3.885,90.282,3.843,90.42,3.742L90.42,3.742z M90.348,6.745 c0.115-0.083-0.469-0.234-0.414-0.117S90.233,6.828,90.348,6.745L90.348,6.745z M90.495,10.74c0.111-0.021-0.412-0.085-0.326-0.02 C90.252,10.782,90.383,10.763,90.495,10.74L90.495,10.74z M90.215,7.284c0.086-0.063-0.332-0.115-0.326-0.021 C89.893,7.356,90.129,7.347,90.215,7.284L90.215,7.284z M89.713,2.77c-0.029,0-0.053,0.008-0.082,0.004 C89.604,2.769,89.741,2.769,89.713,2.77L89.713,2.77z M89.729,7.302c0.098-0.069-0.434-0.146-0.371-0.051 C89.422,7.344,89.629,7.374,89.729,7.302L89.729,7.302z M88.799,2.471c0.105-0.038-0.428-0.025-0.324,0.013 S88.696,2.51,88.799,2.471L88.799,2.471z M89.045,8.196c-0.027,0-0.053,0.008-0.08,0.003S89.075,8.194,89.045,8.196L89.045,8.196z M88.954,8c-0.029,0.001-0.053,0.007-0.082,0.002C88.844,7.998,88.983,7.998,88.954,8L88.954,8z M88.51,1.682 c0.131-0.047-0.535-0.031-0.404,0.017C88.235,1.744,88.381,1.729,88.51,1.682L88.51,1.682z M88.668,7.276 c0.104-0.031-0.195-0.235-0.254-0.156C88.358,7.198,88.565,7.311,88.668,7.276L88.668,7.276z M88.452,7.751 c0.125,0.014-0.059-0.226-0.178-0.259c-0.115-0.033-0.41,0.045-0.32,0.111c0.121,0.091,0.295,0.111,0.453,0.082 C88.438,7.682,88.42,7.749,88.452,7.751L88.452,7.751z M88.446,9.085c0.082-0.016-0.316-0.025-0.244,0.011 C88.276,9.13,88.364,9.103,88.446,9.085L88.446,9.085z M88.333,7.089c0.143-0.104-0.246-0.227-0.424-0.282 c-0.107-0.035-0.227-0.067-0.328-0.021c-0.061,0.028,0.217,0.05,0.17,0.093c-0.098,0.087-0.266,0.026-0.406,0.05 c-0.279,0.044-0.537,0.056-0.814-0.003c-0.277-0.057-0.611-0.044-0.805,0.131c-0.059,0.054-0.109,0.173-0.029,0.202 c0.078,0.028,0.158-0.017,0.242-0.01c0.666,0.056,1.264,0.038,1.908-0.106c0.063-0.014,0.096-0.063,0.158-0.073 C88.118,7.052,88.245,7.152,88.333,7.089L88.333,7.089z M87.907,2.506c0.057-0.003-0.217-0.007-0.162,0.005 C87.799,2.523,87.85,2.508,87.907,2.506L87.907,2.506z M87.885,7.84c-0.027,0.002-0.053,0.007-0.08,0.003 C87.776,7.84,87.915,7.84,87.885,7.84L87.885,7.84z M87.877,9.108c-0.029,0-0.055,0.007-0.082,0.002 C87.768,9.106,87.905,9.106,87.877,9.108L87.877,9.108z M87.456,1.723c0.17-0.089-0.586-0.245-0.576-0.078 c0.01,0.156,0.365,0.149,0.535,0.08C87.426,1.719,87.442,1.729,87.456,1.723L87.456,1.723z M87.249,2.397 c0.082-0.025-0.293-0.014-0.242,0.043C87.059,2.496,87.168,2.423,87.249,2.397L87.249,2.397z M87.643,10.717 c-0.057,0.009,0.086-0.115,0.033-0.134c-0.064-0.024-0.18,0.112-0.113,0.138C87.588,10.729,87.67,10.711,87.643,10.717 L87.643,10.717z M86.846,2.479c0.393-0.281-0.953-0.154-1.475-0.176c-0.064-0.004-0.104-0.059-0.166-0.062 c-0.471-0.021-0.881,0.084-1.344,0.018c-0.063-0.008-0.025-0.12-0.088-0.129c-0.23-0.037-0.41,0.132-0.643,0.158 c-0.564,0.063-1.059-0.006-1.629-0.004c-0.672,0-2.517-0.018-1.901,0.205c0.377,0.137,0.768,0.003,1.181,0.021 c0.939,0.041,1.75,0.033,2.686-0.036c1.078-0.081,2.023,0.149,3.096,0.015C86.661,2.478,86.772,2.533,86.846,2.479L86.846,2.479z M87.081,8.004c0.26-0.096-0.756-0.196-0.813,0.032c-0.012,0.051,0.033,0.154,0.09,0.13c0.063-0.029,0.09-0.088,0.156-0.105 c0.029-0.01,0.053,0.036,0.082,0.028C86.764,8.053,86.924,8.064,87.081,8.004L87.081,8.004z M86.76,3.815 c0.082-0.031-0.141-0.173-0.211-0.124C86.479,3.739,86.678,3.85,86.76,3.815L86.76,3.815z M86.93,8.211 c-0.029,0-0.053,0.008-0.082,0.002C86.821,8.209,86.959,8.209,86.93,8.211L86.93,8.211z M86.456,2.762 c0.063,0.007-0.037-0.161-0.088-0.131C86.315,2.661,86.393,2.754,86.456,2.762L86.456,2.762z M86.211,2.77 c-0.027,0.002-0.053,0.008-0.08,0.004C86.102,2.769,86.241,2.77,86.211,2.77L86.211,2.77z M86.252,7.769 c0.037-0.192-0.842-0.016-0.658-0.141c0.168-0.113,0.764-0.002,0.604-0.123c-0.254-0.188-0.652-0.116-0.979-0.03 c-0.104,0.028-0.184,0.069-0.279,0.112c-0.072,0.031-0.037,0.143-0.111,0.171c-0.146,0.055-0.293-0.05-0.451-0.05 c-0.174,0-0.59,0.068-0.492-0.048c0.055-0.065,0.273-0.036,0.238-0.109c-0.107-0.229-0.568-0.139-0.857-0.065 c-0.1,0.023-0.287-0.009-0.281,0.076c0.014,0.235,0.467,0.231,0.748,0.271c0.09,0.013,0.082,0.151,0.172,0.16 c0.326,0.036,0.602-0.12,0.93-0.102c0.402,0.02,0.758,0,1.146,0.089c0.068,0.016,0.1,0.18,0.129,0.128 c0.057-0.107-0.115-0.247-0.02-0.333C86.129,7.742,86.245,7.815,86.252,7.769L86.252,7.769z M85.862,3.784 c0.107-0.034-0.232-0.204-0.291-0.122C85.512,3.742,85.756,3.817,85.862,3.784L85.862,3.784z M85.725,2.789 c-0.029,0.002-0.055,0.008-0.082,0.004C85.616,2.787,85.752,2.787,85.725,2.789L85.725,2.789z M85.399,7.068 c0.121-0.082-0.539-0.085-0.447,0.019C85.045,7.188,85.278,7.15,85.399,7.068L85.399,7.068z M84.721,3.762 c-0.027,0-0.053,0.008-0.082,0.002C84.612,3.76,84.75,3.76,84.721,3.762L84.721,3.762z M84.977,11.086 c-0.027,0-0.053,0.008-0.08,0.003C84.868,11.084,85.006,11.084,84.977,11.086L84.977,11.086z M84.78,7.626 c-0.029,0.001-0.053,0.007-0.082,0.002C84.67,7.626,84.807,7.626,84.78,7.626L84.78,7.626z M84.674,7.23 c0.066-0.022,0.059-0.149-0.008-0.168c-0.061-0.015-0.102,0.053-0.16,0.073c-0.035,0.015-0.111,0.053-0.076,0.07 C84.504,7.243,84.596,7.258,84.674,7.23L84.674,7.23z M84.315,3.775c0.08-0.025-0.305-0.004-0.242,0.044 C84.137,3.867,84.235,3.803,84.315,3.775L84.315,3.775z M84.188,7.249c-0.029,0-0.053,0.007-0.082,0.002 C84.079,7.247,84.217,7.248,84.188,7.249L84.188,7.249z M83.983,3.655c-0.053-0.108-0.473-0.122-0.408-0.018 c0.068,0.112,0.42,0.243,0.414,0.117c-0.004-0.041-0.092-0.055-0.088-0.096C83.903,3.638,83.993,3.679,83.983,3.655L83.983,3.655z M84.168,11.184c0.07-0.014,0.063-0.17-0.01-0.166c-0.072,0.002-0.102,0.158-0.031,0.167C84.141,11.187,84.155,11.185,84.168,11.184 L84.168,11.184z M83.42,3.811c0.105-0.033-0.178-0.223-0.252-0.156C83.092,3.721,83.317,3.843,83.42,3.811L83.42,3.811z M83.446,7.076c0.043-0.038-0.123-0.099-0.166-0.06c-0.049,0.043,0.063,0.15,0.129,0.128C83.438,7.136,83.424,7.096,83.446,7.076 L83.446,7.076z M83.116,7.022c-0.027,0.001-0.053,0.008-0.08,0.003S83.145,7.022,83.116,7.022L83.116,7.022z M82.926,3.695 c0.076-0.068-0.367-0.106-0.326-0.021C82.641,3.763,82.848,3.766,82.926,3.695L82.926,3.695z M82.661,1.906 c0.066-0.045-0.211-0.088-0.246-0.023C82.379,1.948,82.594,1.951,82.661,1.906L82.661,1.906z M82.879,7.165 c0.113-0.062-0.264-0.248-0.334-0.154C82.477,7.105,82.768,7.227,82.879,7.165L82.879,7.165z M82.637,2.907 c0.049-0.027-0.039-0.085-0.049-0.131c-0.012-0.06,0.098-0.144,0.031-0.168c-0.158-0.058-0.336,0.295-0.438,0.185 c-0.051-0.057,0.07-0.182-0.012-0.201c-0.123-0.028-0.242,0.009-0.363,0.046c-0.066,0.023-0.209,0.067-0.156,0.107 c0.109,0.082,0.268,0.055,0.412,0.084C82.26,2.869,82.467,3,82.637,2.907L82.637,2.907z M82.442,3.782 c0.053,0.039,0.039-0.209-0.01-0.167C82.385,3.657,82.389,3.742,82.442,3.782L82.442,3.782z M82.01,1.932 c0.104-0.04-0.428-0.025-0.324,0.012S81.907,1.97,82.01,1.932L82.01,1.932z M82.184,7.791c0.057-0.002-0.219-0.006-0.162,0.008 C82.075,7.812,82.125,7.795,82.184,7.791L82.184,7.791z M82.057,6.996c0.102-0.046-0.336-0.15-0.33-0.054 c0.004,0.063,0.131,0.052,0.207,0.059C81.977,7.006,82.018,7.015,82.057,6.996L82.057,6.996z M81.325,2.759 c0.084-0.018-0.316-0.028-0.242,0.008C81.155,2.804,81.243,2.774,81.325,2.759L81.325,2.759z M80.76,7.113 c0.145-0.112-0.517-0.17-0.571-0.012C80.136,7.26,80.616,7.225,80.76,7.113L80.76,7.113z M80.793,9.112 c0.051-0.002-0.145-0.101-0.125-0.063C80.686,9.09,80.741,9.113,80.793,9.112L80.793,9.112z M80.193,1.468 c-0.027,0-0.053,0.008-0.08,0.004C80.083,1.466,80.222,1.466,80.193,1.468L80.193,1.468z M79.96,1.676 c0.074,0.019-0.252-0.107-0.207-0.057C79.798,1.668,79.886,1.66,79.96,1.676L79.96,1.676z M79.947,7.144 c0.088-0.077-0.459-0.056-0.365,0.014c0.074,0.057,0.186,0.028,0.287,0.023C79.9,7.179,79.927,7.163,79.947,7.144L79.947,7.144z M79.55,1.624c0.271-0.1-1.141-0.031-0.854,0.035C78.986,1.727,79.279,1.728,79.55,1.624L79.55,1.624z M79.373,1.366 c-0.027,0.002-0.053,0.007-0.08,0.003C79.263,1.364,79.402,1.364,79.373,1.366L79.373,1.366z M79.177,3.64 c0.082-0.016-0.316-0.025-0.244,0.01C79.007,3.686,79.095,3.657,79.177,3.64L79.177,3.64z M79.105,2.376 c0.066-0.076-0.33-0.082-0.324,0.013C78.785,2.481,79.039,2.452,79.105,2.376L79.105,2.376z M79.298,7.169 c0.115-0.027-0.141-0.163-0.256-0.189c-0.207-0.049-0.813,0.041-0.605,0.089c0.234,0.055,0.451,0.05,0.693,0.041 C79.195,7.107,79.236,7.184,79.298,7.169L79.298,7.169z M78.775,3.723c-0.029,0-0.053,0.009-0.08,0.004 C78.666,3.721,78.802,3.721,78.775,3.723L78.775,3.723z M78.134,2.479c0.086-0.02-0.006-0.175-0.094-0.196 c-0.137-0.031-0.262,0.037-0.404,0.051c-0.197,0.014-0.377-0.026-0.568,0.021c-0.086,0.02-0.307,0.025-0.24,0.076 c0.273,0.204,0.689,0.022,1.059-0.008C77.976,2.415,78.046,2.501,78.134,2.479L78.134,2.479z M77.552,3.702 c0.127-0.068-0.279-0.18-0.414-0.116c-0.08,0.036,0.086,0.137,0.172,0.16C77.392,3.766,77.48,3.742,77.552,3.702L77.552,3.702z M77.56,6.703c0.084-0.017-0.316-0.028-0.244,0.009C77.39,6.747,77.478,6.719,77.56,6.703L77.56,6.703z M76.902,3.729 c0.086,0.014,0.023-0.233-0.053-0.199C76.775,3.564,76.818,3.714,76.902,3.729L76.902,3.729z M76.667,2.469 c0.055-0.011,0.031-0.099-0.008-0.132c-0.07-0.063-0.342,0.01-0.281,0.076C76.441,2.481,76.566,2.49,76.667,2.469L76.667,2.469z M76.492,3.677c-0.027,0.002-0.053,0.007-0.08,0.004C76.382,3.675,76.521,3.675,76.492,3.677L76.492,3.677z M76.601,7.006 c0.072-0.003-0.256-0.032-0.203,0.009C76.451,7.052,76.531,7.01,76.601,7.006L76.601,7.006z M76.541,5.94 c0.189-0.102-0.818-0.1-0.65,0.026c0.158,0.117,0.418,0.052,0.609-0.024C76.513,5.938,76.529,5.948,76.541,5.94L76.541,5.94z M76.175,2.421c-0.057,0.012,0.088-0.114,0.033-0.134c-0.064-0.024-0.178,0.114-0.113,0.138C76.121,2.434,76.205,2.417,76.175,2.421 L76.175,2.421z M75.841,3.7c0.059-0.001-0.217-0.006-0.162,0.007S75.785,3.704,75.841,3.7L75.841,3.7z M75.724,1.639 c0.074-0.041-0.252-0.13-0.248-0.058C75.48,1.655,75.65,1.68,75.724,1.639L75.724,1.639z M75.494,4.715 c0.086-0.021-0.252-0.132-0.248-0.057C75.25,4.732,75.406,4.737,75.494,4.715L75.494,4.715z M75.523,6.648 c0.068-0.05-0.082-0.159-0.174-0.162c-0.162-0.003-0.295,0.059-0.439,0.117c-0.109,0.045-0.377,0.121-0.275,0.178 c0.021,0.013,0.045,0.02,0.066,0.027c-0.047,0.005-0.096,0.013-0.146,0.009c-0.117-0.005-0.217-0.082-0.328-0.054 c-0.061,0.016-0.066,0.084-0.074,0.138c-0.02,0.139,0.174,0.258,0.342,0.286c0.35,0.058,0.662-0.02,1.018-0.006 c0.129,0.004,0.289,0.069,0.365-0.015c0.121-0.129-0.51-0.377-0.5-0.213c0.004,0.063,0.168,0.159,0.092,0.162 c-0.234,0.009-0.322-0.26-0.549-0.313c-0.01-0.002-0.02-0.004-0.027-0.005c0.125-0.032,0.258-0.105,0.387-0.142 C75.359,6.634,75.458,6.692,75.523,6.648L75.523,6.648z M75.472,5.782c0.037-0.201-0.449-0.096-0.697-0.106 c-0.16-0.006-0.561-0.004-0.443,0.083c0.152,0.115,0.379,0.058,0.576,0.112c0.121,0.033,0.246,0.198,0.332,0.12 c0.043-0.038,0.025-0.103,0.074-0.136c0.033-0.022,0.082,0.009,0.121-0.006C75.464,5.841,75.468,5.809,75.472,5.782L75.472,5.782z M75.294,2.656c-0.049,0.026-0.166-0.042-0.164,0.005C75.134,2.709,75.341,2.631,75.294,2.656L75.294,2.656z M74.761,1.876 c0.07-0.004-0.256-0.032-0.203,0.009C74.609,1.923,74.689,1.879,74.761,1.876L74.761,1.876z M74.841,6.14 c0.135-0.121-0.715-0.088-0.568,0.022C74.419,6.271,74.708,6.261,74.841,6.14L74.841,6.14z M74.667,5.946 c0.131-0.048-0.535-0.031-0.406,0.016C74.392,6.01,74.539,5.995,74.667,5.946L74.667,5.946z M74.132,3.7 c0.035-0.03-0.082-0.083-0.125-0.063C73.962,3.659,74.097,3.731,74.132,3.7L74.132,3.7z M74.14,6.701 c0.285-0.107-1.182-0.104-0.895,0C73.533,6.805,73.855,6.807,74.14,6.701L74.14,6.701z M74.068,6.837 c-0.029,0-0.055,0.008-0.082,0.003S74.095,6.835,74.068,6.837L74.068,6.837z M74.009,7.237c0.053,0.041,0.037-0.208-0.01-0.165 C73.951,7.115,73.957,7.2,74.009,7.237L74.009,7.237z M73.695,7.451c0.057-0.004-0.217-0.007-0.162,0.006S73.638,7.453,73.695,7.451 L73.695,7.451z M73.679,7.186c0.115-0.084-0.195-0.181-0.338-0.221c-0.096-0.027-0.152-0.103-0.252-0.125 c-0.217-0.044-0.77-0.006-0.617-0.143c0.086-0.078,0.459,0.023,0.363-0.047c-0.18-0.134-0.564-0.111-0.689,0.06 c-0.063,0.086,0.025,0.221,0.137,0.261c0.279,0.102,0.578,0.011,0.861,0.102c0.119,0.038,0.205,0.116,0.332,0.119 C73.548,7.193,73.626,7.222,73.679,7.186L73.679,7.186z M73.208,7.47c0.252-0.14-0.561-0.14-0.861-0.101 c-0.121,0.017-0.377,0.121-0.275,0.178c0.201,0.111,0.447-0.049,0.689-0.06C72.917,7.481,73.078,7.54,73.208,7.47L73.208,7.47z M72.945,7.146c-0.027,0-0.053,0.009-0.08,0.002C72.835,7.144,72.974,7.145,72.945,7.146L72.945,7.146z M72.593,2.426 c-0.029,0.002-0.053,0.008-0.08,0.004C72.484,2.425,72.623,2.425,72.593,2.426L72.593,2.426z M72.505,2.296 c-0.029,0-0.055,0.009-0.082,0.004C72.396,2.294,72.533,2.294,72.505,2.296L72.505,2.296z M72.179,2.308 c0.15-0.107-0.648-0.093-0.566,0.056S72.029,2.417,72.179,2.308L72.179,2.308z M72.253,10.708c0.059-0.021-0.17-0.114-0.166-0.063 C72.089,10.698,72.193,10.724,72.253,10.708L72.253,10.708z M71.367,2.339c0.115-0.104-0.492-0.087-0.484,0.052 C70.89,2.532,71.251,2.443,71.367,2.339L71.367,2.339z M71.355,10.675c0.035-0.032-0.08-0.083-0.125-0.062 C71.185,10.633,71.32,10.706,71.355,10.675L71.355,10.675z M70.716,2.363c0.338-0.243-0.82-0.131-1.27-0.149 c-0.129-0.007-0.238,0.027-0.365,0.046c-0.08,0.013-0.258,0.063-0.197,0.109c0.18,0.132,0.451-0.006,0.693,0.005 c0.385,0.017,0.773,0.16,1.098-0.009C70.689,2.36,70.707,2.372,70.716,2.363L70.716,2.363z M68.113,2.397 c0.145-0.028-0.418-0.207-0.412-0.083C67.708,2.436,67.968,2.428,68.113,2.397L68.113,2.397z M68.14,7.131 c0.242-0.043-0.676-0.412-0.664-0.208c0.01,0.162,0.342,0.165,0.539,0.146C68.066,7.063,68.089,7.14,68.14,7.131L68.14,7.131z M67.619,2.283c0.135-0.121-0.715-0.055-0.566,0.055C67.199,2.448,67.484,2.403,67.619,2.283L67.619,2.283z M66.958,3.575 c0.051-0.11-0.41-0.067-0.402,0.049c0.002,0.069,0.127,0.11,0.209,0.093c0.076-0.018,0.117-0.079,0.154-0.14 C66.925,3.566,66.955,3.588,66.958,3.575L66.958,3.575z M66.472,3.593c0.043-0.031,0.004-0.11-0.049-0.13 c-0.064-0.026-0.129,0.037-0.201,0.041c-0.086,0.004-0.248-0.061-0.244,0.009C65.986,3.655,66.343,3.693,66.472,3.593L66.472,3.593z M66.212,3.338c0.084-0.018-0.316-0.027-0.244,0.01C66.042,3.383,66.13,3.354,66.212,3.338L66.212,3.338z M65.904,3.615 c0.039-0.035-0.168-0.074-0.164-0.026C65.742,3.638,65.863,3.651,65.904,3.615L65.904,3.615z M65.558,3.296 c-0.027,0-0.053,0.008-0.08,0.003C65.449,3.294,65.587,3.294,65.558,3.296L65.558,3.296z M65.691,7.023 c0.055-0.018,0.008-0.146-0.049-0.132c-0.055,0.015-0.047,0.121,0.008,0.134C65.664,7.029,65.677,7.029,65.691,7.023L65.691,7.023z M65.181,2.376c0.148-0.107-0.752-0.042-0.568,0.023C64.794,2.465,65.031,2.485,65.181,2.376L65.181,2.376z M64.388,2.741 c0.193-0.027-0.197-0.523-0.309-0.389S64.193,2.769,64.388,2.741L64.388,2.741z M64.275,3.611c0.092-0.021-0.254-0.168-0.25-0.089 C64.029,3.601,64.181,3.63,64.275,3.611L64.275,3.611z M64.066,2.82c0.148-0.047-0.064-0.345-0.223-0.325 c-0.113,0.015-0.188,0.083-0.277,0.143c-0.029,0.022-0.107,0.049-0.076,0.071c0.139,0.102,0.35,0.084,0.531,0.045 C64.052,2.747,64.037,2.829,64.066,2.82L64.066,2.82z M63.552,2.372c0.066-0.021-0.059-0.118-0.129-0.128 c-0.205-0.028-0.752,0.086-0.563,0.155c0.211,0.076,0.438-0.014,0.646-0.092C63.537,2.296,63.523,2.384,63.552,2.372L63.552,2.372z M62.722,16.34c-0.029,0.001-0.053,0.008-0.082,0.003C62.613,16.338,62.751,16.338,62.722,16.34L62.722,16.34z M61.521,2.45 c0.068-0.015-0.074-0.165-0.129-0.128C61.335,2.359,61.451,2.465,61.521,2.45L61.521,2.45z M60.478,1.29 c0.057-0.002-0.219-0.006-0.162,0.007C60.371,1.31,60.419,1.291,60.478,1.29L60.478,1.29z M59.832,1.383 c-0.004-0.063-0.025-0.195-0.092-0.164c-0.078,0.035,0.021,0.24,0.094,0.197C59.843,1.407,59.832,1.394,59.832,1.383L59.832,1.383z M57.533,2.469c0.033-0.029-0.082-0.082-0.127-0.061S57.498,2.501,57.533,2.469L57.533,2.469z M56.931,3.36 c0.043-0.023-0.139-0.095-0.088-0.099c0.053-0.001-0.113,0.076-0.074,0.104C56.81,3.396,56.884,3.386,56.931,3.36L56.931,3.36z M56.869,3.695c0.055-0.017,0.008-0.146-0.049-0.131c-0.053,0.013-0.047,0.119,0.008,0.133C56.841,3.7,56.855,3.699,56.869,3.695 L56.869,3.695z M56.738,2.834c0.084-0.018-0.316-0.026-0.244,0.01C56.568,2.878,56.656,2.852,56.738,2.834L56.738,2.834z M56.382,3.716c0.203-0.147-0.484-0.235-0.742-0.173c-0.039,0.009-0.107,0.047-0.078,0.07c0.174,0.129,0.428,0.146,0.658,0.106 C56.275,3.712,56.339,3.746,56.382,3.716L56.382,3.716z M56.31,2.45c0.012-0.083-0.188-0.076-0.289-0.055 C55.958,2.406,56,2.501,55.947,2.53c-0.096,0.056-0.211-0.064-0.328-0.053c-0.051,0.004-0.084-0.087-0.125-0.063 c-0.07,0.043-0.104,0.164-0.029,0.201c0.248,0.124,0.703,0.06,0.805-0.164C56.273,2.44,56.308,2.462,56.31,2.45L56.31,2.45z M55.322,3.688c0.07-0.002-0.082-0.171-0.131-0.128C55.144,3.603,55.25,3.691,55.322,3.688L55.322,3.688z M55.273,2.822 c0.072-0.019-0.016-0.153-0.092-0.162c-0.07-0.009-0.201,0.06-0.156,0.104C55.082,2.822,55.187,2.847,55.273,2.822L55.273,2.822z M54.785,2.842c0.082-0.032-0.15-0.181-0.211-0.125C54.511,2.771,54.703,2.875,54.785,2.842L54.785,2.842z M54.667,3.646 c0.086-0.063-0.332-0.113-0.326-0.021C54.347,3.72,54.582,3.708,54.667,3.646L54.667,3.646z M53.039,3.643 c-0.031,0.021-0.107,0.047-0.076,0.069C52.992,3.734,53.07,3.622,53.039,3.643L53.039,3.643z M52.892,2.514 c0.053-0.039-0.059-0.119-0.129-0.128c-0.121-0.012-0.377,0.122-0.275,0.178C52.607,2.629,52.789,2.596,52.892,2.514L52.892,2.514z M52.425,1.466c0.084-0.017-0.316-0.026-0.244,0.01C52.255,1.511,52.343,1.482,52.425,1.466L52.425,1.466z M52.068,3.747 c0.066-0.019-0.061-0.115-0.129-0.13c-0.158-0.031-0.59,0.064-0.441,0.118c0.156,0.057,0.33,0.036,0.486-0.019 C52.013,3.706,52.037,3.755,52.068,3.747L52.068,3.747z M51.537,1.568c0.063,0.009-0.057-0.177-0.09-0.133 C51.414,1.48,51.474,1.556,51.537,1.568L51.537,1.568z M51.267,2.576c0.131-0.093-0.619-0.143-0.49-0.048 C50.906,2.625,51.138,2.671,51.267,2.576L51.267,2.576z M51.21,1.579c0.125-0.057-0.535-0.031-0.406,0.015 C50.935,1.643,51.087,1.636,51.21,1.579L51.21,1.579z M51.046,2.985c0.064,0.009-0.037-0.162-0.088-0.13 C50.906,2.887,50.984,2.979,51.046,2.985L51.046,2.985z M50.626,2.734c-0.029,0.002-0.055,0.009-0.082,0.004 C50.517,2.732,50.654,2.732,50.626,2.734L50.626,2.734z M50.533,2.538c0.07-0.002-0.256-0.03-0.203,0.007 C50.382,2.586,50.462,2.542,50.533,2.538L50.533,2.538z M50.134,2.687c0.035-0.063,0.018-0.239-0.053-0.198 c-0.047,0.029-0.023,0.088-0.033,0.135C50.042,2.656,50.119,2.717,50.134,2.687L50.134,2.687z M49.882,2.563 c0.061-0.054-0.322,0.047-0.24,0.074C49.724,2.669,49.822,2.618,49.882,2.563L49.882,2.563z M48.83,2.671 c-0.027,0.001-0.053,0.008-0.08,0.003C48.72,2.669,48.859,2.669,48.83,2.671L48.83,2.671z M48.281,3.026 c0.17-0.028-0.205-0.44-0.303-0.323C47.878,2.821,48.109,3.051,48.281,3.026L48.281,3.026z M48.095,2.633 c0.26-0.099-0.895-0.193-0.813,0.03c0.059,0.159,0.674,0.224,0.574,0.078c-0.035-0.051-0.23-0.065-0.168-0.094 C47.814,2.59,47.966,2.681,48.095,2.633L48.095,2.633z M44.81,2.157c0.203-0.146-1.031-0.03-0.77,0.031 c0.246,0.056,0.514,0.082,0.73-0.029C44.783,2.152,44.8,2.165,44.81,2.157L44.81,2.157z M44.017,2.521 c0.084-0.021,0.033-0.187-0.051-0.198c-0.1-0.015-0.186,0.029-0.283,0.044c-0.094,0.015-0.309,0.058-0.238,0.11 c0.117,0.086,0.293,0.073,0.451,0.048C43.937,2.521,43.976,2.532,44.017,2.521L44.017,2.521z M43.759,2.265 c0.1-0.04-0.145-0.142-0.254-0.157c-0.17-0.023-0.584,0.11-0.438,0.185c0.16,0.078,0.35-0.009,0.527-0.055 C43.65,2.223,43.705,2.285,43.759,2.265L43.759,2.265z M42.781,2.235c0.053-0.037-0.098-0.096-0.168-0.094 c-0.201,0.008-0.367,0.057-0.568,0.057c-0.656-0.002-2.461-0.014-1.861,0.203c0.275,0.1,0.549-0.098,0.85-0.098 c0.584-0.002,1.195,0.218,1.666-0.064C42.722,2.225,42.757,2.252,42.781,2.235L42.781,2.235z M40.341,3.729 c0.057-0.001-0.219-0.007-0.162,0.006C40.234,3.748,40.285,3.731,40.341,3.729L40.341,3.729z M39.777,2.418 c0.053-0.021,0.012-0.135-0.047-0.133c-0.072,0.004-0.168,0.1-0.115,0.14C39.658,2.454,39.726,2.439,39.777,2.418L39.777,2.418z M39.126,2.441c-0.027,0.002-0.053,0.009-0.08,0.004S39.156,2.441,39.126,2.441L39.126,2.441z M38.945,2.116 c-0.057,0.009,0.088-0.115,0.033-0.136c-0.064-0.022-0.18,0.115-0.113,0.14C38.89,2.129,38.974,2.11,38.945,2.116L38.945,2.116z M38.72,2.458c0.094-0.019-0.254-0.169-0.248-0.091C38.476,2.445,38.628,2.478,38.72,2.458L38.72,2.458z M38.541,2.132 c0.068-0.014-0.076-0.167-0.131-0.128C38.355,2.041,38.47,2.146,38.541,2.132L38.541,2.132z M37.89,2.155 c0.059-0.018-0.041-0.163-0.09-0.129C37.751,2.06,37.83,2.176,37.89,2.155L37.89,2.155z M37.339,2.511 c0.188-0.168-0.506-0.138-0.779-0.104c-0.129,0.019-0.385,0.157-0.273,0.212c0.197,0.096,0.424-0.007,0.65-0.026 C37.082,2.581,37.242,2.599,37.339,2.511L37.339,2.511z M37.324,2.245c0.119-0.063-0.277-0.204-0.371-0.12 C36.857,2.211,37.207,2.307,37.324,2.245L37.324,2.245z M34.943,17.537c0.057-0.001-0.219-0.007-0.162,0.007 C34.835,17.557,34.886,17.54,34.943,17.537L34.943,17.537z M32.753,17.688c-0.029,0-0.055,0.009-0.082,0.004 C32.642,17.688,32.781,17.688,32.753,17.688L32.753,17.688z M32.431,17.768c0.053-0.029-0.025-0.122-0.088-0.129 c-0.211-0.026-0.396,0.036-0.609,0.021c-0.129-0.007-0.238,0.006-0.367,0.015c-0.129,0.011-0.408-0.02-0.361,0.08 c0.129,0.273,0.662,0.041,1.02,0.028C32.167,17.777,32.31,17.829,32.431,17.768L32.431,17.768z M30.996,2.621 c-0.029,0.002-0.055,0.008-0.082,0.004C30.886,2.62,31.023,2.62,30.996,2.621L30.996,2.621z M31.017,4.42 c-0.029,0.001-0.055,0.009-0.082,0.003C30.908,4.42,31.044,4.42,31.017,4.42L31.017,4.42z M29.476,4.546 c0.084-0.018-0.316-0.026-0.244,0.009C29.306,4.592,29.394,4.563,29.476,4.546L29.476,4.546z M29.144,4.425 c0.057-0.002-0.219-0.005-0.162,0.007C29.037,4.444,29.087,4.429,29.144,4.425L29.144,4.425z M27.345,2.895 c0.225-0.242-0.732-0.107-1.055,0.04c-0.045,0.021-0.123,0.086-0.076,0.103c0.26,0.094,0.531-0.021,0.811-0.064 C27.14,2.955,27.275,2.971,27.345,2.895L27.345,2.895z M13.125,6.24c0.09,0.011-0.248-0.194-0.211-0.125 C12.951,6.183,13.035,6.229,13.125,6.24L13.125,6.24z M12.633,6.191c0.063-0.035-0.168-0.111-0.208-0.059 C12.386,6.188,12.57,6.228,12.633,6.191L12.633,6.191z M6.421,15.766c-0.002-0.049-0.178-0.039-0.162,0.004 c0.02,0.052,0.111,0.087,0.166,0.062C6.451,15.819,6.423,15.788,6.421,15.766L6.421,15.766z M6.038,17.578 c0.104-0.038-0.43-0.023-0.325,0.013C5.816,17.63,5.933,17.619,6.038,17.578L6.038,17.578z M5.964,16.315 c-0.027,0.002-0.053,0.008-0.08,0.004C5.856,16.313,5.994,16.313,5.964,16.315L5.964,16.315z M5.904,15.251 c-0.028,0.001-0.053,0.008-0.081,0.002C5.794,15.249,5.933,15.251,5.904,15.251L5.904,15.251z M5.319,16.406 c0.089-0.063-0.437,0.061-0.321,0.08S5.23,16.47,5.319,16.406L5.319,16.406z M4.712,7.229C4.684,7.23,4.66,7.235,4.631,7.232 C4.603,7.227,4.741,7.229,4.712,7.229L4.712,7.229z M4.648,6.098c0.083-0.016-0.317-0.026-0.244,0.011 C4.477,6.144,4.565,6.115,4.648,6.098L4.648,6.098z M4.681,10.964c-0.057,0.01,0.088-0.115,0.033-0.134 c-0.064-0.024-0.179,0.113-0.113,0.138C4.626,10.977,4.709,10.959,4.681,10.964L4.681,10.964z M4.623,12.768 c0.104-0.006-0.014-0.179-0.096-0.23c-0.033-0.021,0.035-0.089-0.005-0.1c-0.146-0.041-0.296,0.055-0.399,0.147 c-0.111,0.102,0.29,0.137,0.455,0.116C4.609,12.698,4.59,12.769,4.623,12.768L4.623,12.768z M4.712,18.632 c0.058-0.004-0.217-0.008-0.162,0.006C4.605,18.648,4.656,18.633,4.712,18.632L4.712,18.632z M3.92,6.191 c0.116-0.104-0.628,0.008-0.483,0.088C3.58,6.359,3.804,6.297,3.92,6.191L3.92,6.191z M3.964,8.392 c0.397-0.217-1.634,0.12-1.281,0.382c0.118,0.088,0.295,0.072,0.451,0.049c0.102-0.014,0.303-0.08,0.236-0.142 C3.336,8.648,3.21,8.65,3.245,8.62C3.427,8.455,3.74,8.515,3.964,8.392L3.964,8.392z M3.79,9.599C3.917,9.5,3.336,9.376,3.296,9.518 C3.255,9.658,3.662,9.697,3.79,9.599L3.79,9.599z M3.632,8.271c-0.029,0-0.054,0.009-0.082,0.004C3.523,8.27,3.66,8.27,3.632,8.271 L3.632,8.271z M227.004,11.372c0.014,0.24-0.494-0.225-0.787-0.237c-0.555-0.021-1.027,0.097-1.582,0.095 c-0.129,0-0.238-0.02-0.367-0.02c-0.123,0-0.234-0.001-0.35,0.007c0.018-0.035-0.104-0.158-0.145-0.119 c-0.041,0.036,0.027,0.105,0.094,0.123c-0.029,0.003-0.057,0.004-0.088,0.009c-0.133,0.019-0.365,0.004-0.359,0.113 c0.01,0.173,0.742,0.034,0.578,0.146c-0.186,0.125-0.449,0.036-0.689,0.024c-0.18-0.008-0.664-0.06-0.496-0.113 c0.162-0.051,0.555,0.044,0.484-0.085c-0.109-0.196-0.473-0.107-0.705-0.207c-0.051-0.021,0.031-0.098-0.008-0.134 c-0.061-0.056-0.232-0.104-0.172-0.159c0.096-0.086,0.264-0.012,0.406-0.015c0.248-0.012,0.916,0.007,0.699,0.105 c-0.225,0.103-0.881-0.074-0.729,0.095c0.271,0.302,0.85-0.003,1.305,0.017c0.373,0.016,0.693,0.047,1.064,0.093 c0.549,0.068,1.207-0.293,1.59,0.037C226.838,11.228,226.999,11.265,227.004,11.372L227.004,11.372z M193.114,2.538 c0.01,0.175-0.396,0.015-0.609,0.023c-0.24,0.009-0.453-0.02-0.68-0.043c0.008-0.025-0.188-0.182-0.184-0.124 c0.002,0.059,0.074,0.101,0.145,0.119c-0.072-0.006-0.145-0.013-0.221-0.016c-0.117-0.006-0.213-0.059-0.33-0.055 c-0.041,0.002,0.049,0.095,0.006,0.1c-0.549,0.071-1.033,0.024-1.588-0.005c-0.104-0.006-0.379-0.015-0.289-0.057 c0.104-0.046,0.43-0.04,0.322-0.078c-0.314-0.114-0.646,0.014-0.971,0.104c-0.148,0.039-0.297,0.051-0.447,0.016 c-0.156-0.035-0.291-0.088-0.453-0.082c-0.094,0.004-0.146,0.133-0.238,0.109c-0.086-0.024-0.121-0.138-0.211-0.126 c-0.1,0.015-0.148,0.187-0.236,0.144c-0.07-0.035-0.053-0.187-0.131-0.163c-0.113,0.036-0.16,0.142-0.275,0.178 c-0.014,0.005-0.029,0.009-0.047,0.013c0.158,0.013,0.316,0.052,0.463,0.105c0.047,0.016,0.123,0.019,0.125,0.061 c0.012,0.2-0.451-0.029-0.695-0.04c-0.131-0.005-0.484,0-0.369-0.051c0.033-0.017,0.064-0.027,0.1-0.038 c-0.545,0.011-1.242-0.084-0.914,0.034c0.174,0.063,0.711,0.024,0.533,0.08c-0.354,0.112-0.699-0.083-1.066-0.159 c-0.285-0.058-0.57-0.074-0.787-0.235c-0.191-0.142,0.508-0.17,0.729-0.062c0.104,0.05,0.207,0.28,0.256,0.188 c0.033-0.063-0.086-0.164-0.012-0.199c0.398-0.183,1.52,0.212,1.295-0.115c-0.061-0.092-0.443-0.069-0.332-0.122 c0.143-0.063,0.311,0.019,0.453,0.084c0.098,0.045,0.111,0.16,0.215,0.192c0.48,0.146,0.949-0.059,1.463-0.057 c0.131,0,0.238,0.042,0.369,0.053c0.031,0.002,0.006-0.061,0.037-0.069c0.264-0.064,0.506,0.139,0.779,0.104 c0.215-0.027,0.424-0.022,0.604-0.122c0.037-0.021,0.107-0.004,0.119-0.04c0.02-0.057-0.119-0.18-0.049-0.163 c0.154,0.034,0.229,0.157,0.34,0.252c0.043,0.038-0.111,0.095-0.074,0.138c0.145,0.159,0.887,0.127,0.693,0.006 c-0.152-0.095-0.576-0.037-0.5-0.18c0.021-0.039,0.102-0.032,0.119-0.073c0.02-0.048-0.121-0.084-0.09-0.129 c0.135-0.183,0.871-0.11,0.738,0.071c-0.078,0.104-0.537,0.066-0.4,0.116c0.443,0.16,0.9,0.025,1.387,0.046 c0.039,0.002,0.045,0.058,0.084,0.064c0.143,0.019,0.27-0.009,0.408,0.018c0.07,0.013,0.068,0.098,0.129,0.127 C192.915,2.525,193.11,2.453,193.114,2.538L193.114,2.538z M190.711,10.364c0.025,0.055-0.057,0.104-0.113,0.138 c-0.129,0.077-0.289,0.051-0.443,0.083c-0.051,0.01,0.17,0.043,0.125,0.063c-0.248,0.113-0.5-0.192-0.783-0.171 c-0.172,0.014-0.313,0.067-0.482,0.086c-0.262,0.029-0.918,0.017-0.725,0.16c0.137,0.103,0.488-0.002,0.498,0.148 c0.006,0.105-0.248-0.058-0.369-0.019c-0.166,0.052-0.258,0.233-0.436,0.216c-0.102-0.01-0.086-0.15-0.174-0.193 c-0.078-0.039-0.119-0.119-0.211-0.125c-0.115-0.01-0.221,0.129-0.32,0.078c-0.049-0.024-0.053-0.105-0.008-0.133 c0.186-0.112,0.855-0.014,0.646-0.091c-0.1-0.037-0.311-0.002-0.291-0.088c0.016-0.059,0.086-0.104,0.158-0.106 c0.199-0.007,0.58,0.175,0.57,0.012c-0.006-0.084-0.209-0.047-0.252-0.124c-0.043-0.075,0.068-0.255,0.15-0.207 c0.1,0.062,0.096,0.213,0.217,0.227c0.219,0.023,0.383-0.178,0.602-0.157c0.043,0.005-0.037,0.102,0.006,0.1 c0.33-0.012,0.613-0.212,0.93-0.135c0.201,0.05,0.371,0.112,0.541,0.213c0.049,0.027,0.117-0.072,0.16-0.04 C190.729,10.313,190.702,10.342,190.711,10.364L190.711,10.364z M183.415,6.643c0.01,0.175-0.396,0.017-0.609,0.024 c-0.641,0.024-1.193-0.054-1.834-0.029c-0.355,0.014-0.662,0.029-1.014,0.07c-0.246,0.031-0.91,0.079-0.684,0.16 c0.082,0.031,0.326,0.022,0.248,0.058c-0.148,0.069-0.316,0.012-0.486,0.02c-0.238,0.009-0.648,0.053-0.66-0.143 c-0.004-0.067,0.174-0.124,0.111-0.171c-0.18-0.134-0.451-0.028-0.693-0.039c-0.498-0.021-0.945,0.099-1.426-0.013 c-0.031-0.007-0.072-0.052-0.045-0.064c0.387-0.178,0.814-0.135,1.256-0.115c0.043,0.002,0.078-0.007,0.121-0.005 c1.129,0.049,2.096,0.144,3.225,0.144c0.584-0.002,1.084-0.008,1.668-0.03C182.885,6.498,183.401,6.403,183.415,6.643L183.415,6.643 z M228.491,11.716c-0.049,0.043-0.141-0.021-0.203,0.009c-0.068,0.03-0.125,0.063-0.199,0.073c-0.504,0.082-0.951,0.062-1.459,0.123 c-0.297,0.035-0.555,0.033-0.854,0.031c-0.061,0-0.068-0.095-0.129-0.094c-0.229,0.008-0.416,0.092-0.645,0.091 c-0.545-0.001-1.014-0.006-1.553-0.073c-0.1-0.013-0.127-0.117-0.213-0.158c-0.061-0.031-0.201,0.033-0.205-0.025 c-0.012-0.202,0.439-0.117,0.686-0.126c0.354-0.014,0.691-0.028,1.023-0.04c-0.102-0.013-0.215-0.039-0.295-0.055 c-0.051-0.012-0.172-0.042-0.125-0.063c0.199-0.092,0.643-0.146,0.652,0.041c0.002,0.037-0.018,0.06-0.049,0.071 c0.742-0.021,1.465-0.021,2.254,0.045c0.139,0.013,0.455,0.026,0.373,0.119c-0.029,0.034-0.164,0.053-0.117,0.07 c0.107,0.038,0.219-0.031,0.32-0.078c0.049-0.022-0.053-0.106-0.008-0.133c0.184-0.111,0.451-0.117,0.65-0.025 C228.477,11.556,228.551,11.662,228.491,11.716L228.491,11.716z M237.35,7.176c0.148,0.217-0.545,0.129-0.846,0.166 c-0.479,0.058-0.893,0.14-1.377,0.118c-0.256-0.011-0.475,0.041-0.73,0.028c-0.797-0.034-1.506-0.137-2.279,0.022 c-0.346,0.069-0.662,0.115-1.014,0.07c-0.096-0.011-0.156-0.078-0.25-0.091c-0.273-0.033-1.002,0.033-0.779-0.102 c0.189-0.115,0.758,0.009,0.643-0.158c-0.029-0.043-0.158-0.053-0.127-0.095c0.25-0.34,0.889-0.135,1.375-0.152 c0.398-0.015,0.764-0.084,1.141,0.021c0.037,0.012,0.053,0.044,0.086,0.063c0.09,0.057,0.072,0.184,0.176,0.228 c0.26,0.109,0.996-0.018,0.803-0.198c-0.096-0.088-0.266,0.033-0.406,0.016c-0.041-0.004,0.117-0.07,0.076-0.07 c-0.145,0.006-0.521,0.025-0.41-0.049c0.23-0.157,0.559-0.071,0.854-0.034c0.412,0.051,0.787,0.187,1.186,0.088 c0.533-0.131,1.047-0.25,1.582-0.128c0.029,0.008,0.061,0.045,0.043,0.064c-0.039,0.049-0.203,0.063-0.156,0.106 c0.078,0.074,0.254-0.019,0.328,0.054C237.288,7.167,237.334,7.154,237.35,7.176L237.35,7.176z M243.899,4.924 c0.018,0.315-0.719,0.032-1.094,0.108c-0.211,0.044-0.594,0.301-0.604,0.123c-0.004-0.091,0.316-0.114,0.234-0.175 c-0.197-0.147-0.408,0.283-0.674,0.292c-0.174,0.007-0.32-0.026-0.492-0.048c-0.057-0.007-0.105,0.005-0.162,0.007 c-0.754,0.028-1.4,0.054-2.154,0.083c-0.252,0.01-0.672-0.148-0.588-0.346c0.092-0.219,0.525-0.064,0.809-0.064 c0.656,0.002,1.23-0.109,1.873-0.004c0.102,0.016,0.32,0.061,0.252,0.123c-0.064,0.058-0.309,0.056-0.238,0.109 c0.127,0.094,0.322-0.008,0.486-0.052c0.082-0.022,0.305,0.005,0.24-0.043c-0.07-0.054-0.313-0.033-0.248-0.09 c0.307-0.276,0.84-0.118,1.295-0.117c0.314,0,0.602-0.053,0.898,0.032C243.793,4.881,243.897,4.873,243.899,4.924L243.899,4.924z M241.743,11.342c0.002,0.057-0.105,0.066-0.158,0.105c-0.273,0.206-0.678,0.157-1.051,0.139c-0.24-0.009-0.818-0.125-0.623-0.241 c0.105-0.063,0.244,0.019,0.369,0.053c0.049,0.013-0.156,0.042-0.119,0.07c0.113,0.085,0.32-0.041,0.398-0.149 c0.037-0.048,0.168-0.096,0.115-0.137c-0.076-0.056-0.32-0.061-0.252-0.123c0.154-0.14,0.426,0.059,0.654,0.041 c0.184-0.014,0.678-0.11,0.527-0.021c-0.178,0.107-0.742,0.019-0.602,0.157c0.059,0.058,0.16,0.039,0.248,0.058 c0.063,0.011,0.104,0.053,0.166,0.059C241.53,11.365,241.737,11.248,241.743,11.342L241.743,11.342z M236.106,11.023 c0.012,0.21-0.586-0.112-0.73,0.063c-0.051,0.061,0.01,0.166-0.068,0.201c-0.24,0.11-0.527,0.021-0.779-0.07 c-0.051-0.018-0.125,0.044-0.162,0.007s0.014-0.089,0.033-0.135c0.086-0.203,0.461-0.162,0.725-0.16 c0.229,0,0.424,0.026,0.652,0.043c0.053,0.002,0.068-0.071,0.119-0.073C235.985,10.896,236.1,10.948,236.106,11.023L236.106,11.023z M249.643,7.104c0.008,0.152-0.346-0.002-0.529,0.021c-0.365,0.044-0.689,0.077-1.057,0.04c-0.48-0.047-0.9,0.008-1.385-0.013 c-0.17-0.009-0.32,0.05-0.486,0.019c-0.129-0.024-0.172-0.156-0.297-0.188c-0.111-0.031-0.432-0.01-0.328-0.056 c0.363-0.166,0.773,0.037,1.186,0.089c0.311,0.037,1.193-0.033,0.891-0.102c-0.316-0.073-0.613,0.081-0.936,0.035 c-0.039-0.005-0.096-0.032-0.084-0.063c0.131-0.385,0.889-0.147,1.373-0.186c0.383-0.03,0.758-0.119,1.102,0.023 c0.064,0.027,0.16-0.021,0.205,0.025c0.049,0.057-0.033,0.155-0.113,0.173c-0.098,0.02-0.332-0.029-0.283,0.044 C249.032,7.156,249.629,6.887,249.643,7.104L249.643,7.104z M212.266,9.938c0.01,0.162-0.369,0.029-0.568,0.021 c-0.717-0.032-1.43,0.181-2.043-0.122c-0.068-0.035-0.225-0.078-0.17-0.128c0.25-0.223,0.689,0.057,1.059,0.028 c0.539-0.044,1.033-0.205,1.545-0.061c0.066,0.02,0.172,0.08,0.129,0.129c-0.029,0.033-0.098,0.031-0.117,0.07 C212.073,9.926,212.262,9.887,212.266,9.938L212.266,9.938z M219.852,10.18c0.012,0.199-0.451-0.058-0.693-0.039 c-0.127,0.01-0.201,0.103-0.318,0.145c-0.066,0.025-0.205-0.018-0.201,0.041c0.018,0.316,0.914-0.217,1.102,0.058 c0.094,0.138-0.305,0.147-0.475,0.219c-0.082,0.034-0.135,0.087-0.195,0.141c-0.035,0.03-0.08,0.045-0.119,0.07 c-0.045,0.033,0.088,0.097,0.049,0.132c-0.158,0.143-0.451-0.017-0.658-0.107c-0.035-0.016,0.115-0.056,0.078-0.07 c-0.234-0.085-0.492-0.075-0.734-0.005c-0.057,0.016-0.15,0.065-0.115,0.105c0.123,0.137,0.684-0.035,0.576,0.11 c-0.117,0.16-0.426,0.057-0.65,0.026c-0.111-0.019-0.355-0.046-0.291-0.124c0.059-0.068,0.277-0.065,0.236-0.142 c-0.107-0.191-0.479,0.043-0.729,0.094c-0.332,0.069-1.176-0.155-0.973,0.072c0.113,0.125,0.711,0.021,0.535,0.079 c-0.229,0.07-0.451-0.033-0.695-0.041c-0.072-0.001-0.072-0.163-0.129-0.128c-0.072,0.043,0.004,0.161-0.07,0.204 c-0.094,0.052-0.377-0.061-0.293-0.123c0.049-0.034,0.125-0.028,0.16-0.072c0.045-0.06,0.092-0.154,0.029-0.202 c-0.16-0.118-0.4-0.065-0.613-0.043c-0.08,0.01-0.117,0.196-0.156,0.14c-0.041-0.062-0.004-0.136,0.029-0.2 c0.203-0.376,0.92-0.119,1.414-0.189c0.09-0.012,0.307-0.025,0.24-0.074c-0.094-0.071-0.443-0.071-0.332-0.121 c0.324-0.148,0.693,0.071,1.061,0.026c0.057-0.008,0.105-0.005,0.162-0.007c0.27-0.009,0.502-0.02,0.771-0.028 c0.217-0.011,0.42-0.002,0.615,0.075c0.068,0.026,0.039,0.21,0.092,0.164c0.09-0.08,0.063-0.235,0.188-0.275 c0.254-0.08,0.504,0.023,0.775,0.038C219.641,10.133,219.846,10.085,219.852,10.18L219.852,10.18z M215.52,8.479 c0.012,0.188-0.422,0.017-0.648,0.025c-0.357,0.014-1.338-0.013-1.012,0.106c0.076,0.027,0.127,0.078,0.209,0.091 c0.07,0.013,0.129-0.051,0.201-0.04c0.102,0.014,0.342-0.018,0.287,0.055c-0.088,0.121-0.316,0.045-0.482,0.084 c-0.041,0.012,0.039,0.079,0.006,0.102c-0.197,0.133-0.477,0.028-0.73,0.061c-0.146,0.018-0.256,0.087-0.4,0.115 c-0.039,0.008-0.045-0.067-0.084-0.063c-0.117,0.017-0.207,0.061-0.322,0.08c-0.768,0.124-1.455-0.007-2.236,0.052 c-0.313,0.022-0.584-0.019-0.896-0.032c-0.143-0.005-0.266,0.028-0.406,0.015c-0.092-0.006-0.131-0.087-0.211-0.124 c-0.102-0.047-0.352-0.042-0.293-0.122c0.055-0.073,0.178-0.088,0.281-0.076c0.094,0.008,0.154,0.088,0.25,0.089 c0.043,0.002-0.049-0.095-0.006-0.099c0.143-0.022,0.258-0.076,0.402-0.082c0.1-0.005,0.186,0,0.283-0.011 c0.086-0.012,0.158-0.015,0.244-0.01c0.711,0.03,1.332-0.099,2.035-0.011c0.256,0.03,0.479,0.059,0.734,0.038 c0.199-0.018,0.377,0.021,0.57-0.022c0.104-0.024,0.357-0.051,0.277-0.11c-0.242-0.182-0.609-0.052-0.939-0.063 c-1.096-0.049-4.137,0.325-3.137-0.047c0.172-0.066,0.34-0.075,0.521-0.12c0.061-0.016,0.014-0.12,0.074-0.136 c0.088-0.022,0.131,0.09,0.211,0.124c0.035,0.017-0.115,0.057-0.078,0.069c0.375,0.138,0.715-0.294,1.125-0.276 c0.072,0.004,0.131,0.025,0.205,0.025c0.398,0.002,0.754,0.103,1.141,0.024c0.127-0.028,0.23-0.077,0.361-0.082 c0.41-0.016,0.707,0.273,1.117,0.291c0.439,0.02,0.908-0.233,1.26-0.015C215.475,8.409,215.518,8.438,215.52,8.479L215.52,8.479z M218.157,7.579c0.008,0.14-0.316,0.03-0.486,0.051c-0.299,0.037-0.555,0.066-0.846,0.133c-0.646,0.145-1.244,0.075-1.912,0.039 c-0.072-0.002-0.133-0.023-0.205-0.025c-0.357-0.001-0.662,0.023-1.018,0.007c-0.117-0.007-0.334-0.15-0.33-0.054 c0.006,0.072,0.25,0.197,0.172,0.16c-0.143-0.071-0.289-0.271-0.418-0.185c-0.043,0.029,0.051,0.103,0.008,0.133 c-0.186,0.134-0.453-0.142-0.697-0.106c-0.129,0.019-0.271,0.16-0.361,0.081c-0.063-0.055-0.01-0.169,0.068-0.203 c0.398-0.183,0.846-0.032,1.301-0.05c1.066-0.042,2.014,0.16,3.051-0.051c0.049-0.01,0.164-0.054,0.117-0.07 c-0.17-0.063-0.346-0.03-0.531-0.047c-0.117-0.012-0.27-0.136-0.328-0.054c-0.037,0.051,0.191,0.101,0.129,0.128 c-0.164,0.074-0.346-0.047-0.533-0.046c-0.17,0-0.316,0.019-0.486,0.019c-0.061,0-0.068-0.094-0.127-0.095 c-0.205-0.01-0.361,0.105-0.564,0.122c-0.201,0.016-0.377-0.006-0.572-0.046c-0.201-0.041-0.373-0.078-0.576-0.111 c-0.088-0.015-0.326-0.021-0.248-0.057c0.35-0.161,0.742,0.071,1.143,0.057c0.041-0.002,0.045,0.063,0.086,0.063 c0.135,0.002,0.229-0.087,0.359-0.113c0.221-0.045,0.424,0.003,0.65-0.023c0.689-0.086,1.311-0.124,1.994-0.013 c0.039,0.009,0.121,0.049,0.086,0.064c-0.164,0.075-0.705,0.044-0.525,0.087c0.174,0.039,0.641,0.026,0.496,0.114 c-0.084,0.05-0.377,0.044-0.281,0.077c0.441,0.161,1.025-0.286,1.383-0.019C218.165,7.553,218.157,7.565,218.157,7.579 L218.157,7.579z M206.663,7.352c0.01,0.176-0.396,0.009-0.609,0.024c-0.414,0.031-0.758,0.162-1.172,0.146 c-0.33-0.015-1.213-0.005-0.93,0.135c0.455,0.224,1.553-0.357,1.512,0.076c-0.006,0.057-0.098,0.073-0.158,0.105 c-0.025,0.015-0.047,0.03-0.078,0.035c-0.322,0.051-0.611-0.004-0.936,0.036c-0.549,0.065-1.031,0.052-1.586,0.028 c-0.115-0.005-0.213-0.017-0.326-0.021c-0.258-0.011-0.49,0.059-0.734-0.005c-0.115-0.03-0.188-0.204-0.293-0.155 c-0.057,0.024-0.012,0.126-0.074,0.137c-0.115,0.017-0.211-0.053-0.328-0.055c-0.527-0.011-0.979,0.037-1.504,0.057 c-0.117,0.006-0.213-0.034-0.328-0.053c-0.07-0.013-0.133-0.004-0.203,0.007c-0.043,0.007-0.08,0.013-0.121,0.006 c-0.057-0.012-0.107,0.011-0.164,0.006c-0.258-0.026-0.477-0.06-0.736-0.072c-0.029-0.001,0.033,0.066,0.004,0.066 c-0.174,0.007-0.5-0.189-0.49-0.047c0.002,0.041,0.137,0.095,0.086,0.096c-0.186,0.006-0.313-0.138-0.496-0.147 c-0.172-0.009-0.387,0.132-0.488,0.019c-0.254-0.282,0.791-0.062,1.215-0.113c1.143-0.138,2.148,0.062,3.297-0.026 c0.396-0.031,1.207-0.015,1.641-0.059c-0.092-0.032-0.201-0.106-0.146-0.132c0.088-0.039,0.24,0.037,0.252,0.119 c0.193-0.031,0.258-0.08,0.072-0.166c-0.248-0.113-0.541,0.141-0.811,0.064c-0.037-0.009,0.117-0.07,0.078-0.069 c-0.262,0.011-0.463,0.173-0.725,0.16c-0.131-0.005-0.238-0.046-0.369-0.052c-0.541-0.023-1.025,0.115-1.547-0.007 c-0.221-0.051-0.428-0.069-0.654-0.041c-0.141,0.017-0.264,0.021-0.406,0.016c-0.414-0.018-0.803-0.188-1.184-0.055 c-0.076,0.027-0.115,0.113-0.197,0.107c-0.104-0.007-0.152-0.102-0.252-0.124c-0.439-0.102-0.848-0.035-1.305-0.018 c-0.213,0.009-0.398,0.06-0.609,0.025c-0.049-0.009-0.131-0.077-0.086-0.097c0.211-0.098,0.455-0.009,0.689-0.061 c0.068-0.014,0.131-0.014,0.203-0.007c0.051,0.006,0.025-0.113,0.074-0.104c0.168,0.033,0.287,0.128,0.457,0.148 c0.578,0.072,1.084,0.001,1.67,0.003c0.143,0,0.266,0.005,0.406-0.016c0.041-0.005-0.043-0.082-0.006-0.1 c0.225-0.102,0.479-0.025,0.732,0.005c0.346,0.043,0.637,0.115,0.984,0.13c0.115,0.005,0.211-0.024,0.324-0.047 c0.096-0.017,0.186-0.001,0.283-0.01c0.061-0.005,0.061-0.085,0.117-0.105c0.188-0.065,0.383,0.021,0.574,0.078 c0.295,0.09,0.586,0.066,0.898,0.033c0.055-0.007-0.064-0.132-0.008-0.133c0.131-0.005,0.168,0.217,0.295,0.188 c0.174-0.039,0.301-0.161,0.48-0.152c0.102,0.007,0.148,0.115,0.252,0.125c0.244,0.019,0.441-0.098,0.684-0.127 c0.395-0.048,0.742,0.021,1.139-0.011c0.359-0.028,0.664,0.078,1.023,0.095c0.072,0.004,0.133-0.013,0.205-0.009 C206.401,7.248,206.655,7.227,206.663,7.352L206.663,7.352z M207,9.006c0.02,0.314-0.713,0.028-1.096,0.043 c-0.258,0.009-0.479,0.043-0.729,0.095c-0.15,0.03-0.293,0.041-0.447,0.017c-0.068-0.011-0.098-0.083-0.166-0.095 c-0.045-0.006-0.076,0.048-0.121,0.039c-0.15-0.032-0.299-0.023-0.447,0.018c-0.311,0.086-0.609-0.023-0.938-0.032 c-0.084-0.002-0.176-0.152-0.209-0.091c-0.029,0.054,0.031,0.139-0.031,0.168c-0.049,0.022-0.107,0.02-0.162,0.007 c-0.301-0.069,0.35-0.48,0.664-0.493c0.063-0.002,0.115,0.03,0.166,0.061c0.109,0.064,0.291,0.258,0.334,0.153 c0.02-0.043-0.059-0.152-0.008-0.132c0.131,0.046,0.199,0.158,0.338,0.188c0.08,0.017,0.113-0.111,0.197-0.107 c0.117,0.003,0.213,0.072,0.328,0.054c0.277-0.051,0.48-0.198,0.76-0.23c0.145-0.016,0.51-0.002,0.402-0.082 c-0.221-0.163-0.553,0.032-0.852,0.032c-0.713,0.002-1.359-0.169-2.035,0.013c-0.111,0.03-0.238,0.01-0.322,0.079 c-0.18,0.147-0.168,0.51-0.42,0.482c-0.219-0.023-0.396-0.118-0.617-0.108c-0.117,0.003-0.205,0.063-0.32,0.078 c-0.342,0.045-0.697,0.064-0.984-0.095c-0.047-0.028-0.045-0.084-0.047-0.132c-0.004-0.058,0.104-0.067,0.156-0.105 c0.031-0.024-0.045-0.087-0.006-0.102c0.078-0.028,0.162,0.005,0.246,0.025c0.061,0.014,0.174,0.009,0.166,0.06 c-0.01,0.063-0.146,0.152-0.072,0.17c0.109,0.024,0.211-0.013,0.326-0.013c0.313,0.002,0.607,0.101,0.895,0 c0.066-0.024,0.102-0.152,0.031-0.169c-0.191-0.045-0.742,0.102-0.568,0.021c0.072-0.033,0.121-0.083,0.197-0.107 c0.256-0.081,1.002-0.014,0.766-0.13c-0.305-0.149-0.66,0.008-1.018,0.006c-0.313,0-0.582,0.004-0.895,0.002 c-0.166,0-0.414,0.017-0.455-0.116c-0.035-0.113,0.1-0.267-0.02-0.332c-0.063-0.035-0.273-0.029-0.207-0.06 c0.139-0.064,0.303,0.003,0.451,0.049c0.156,0.049,0.408,0.247,0.455,0.116c0.023-0.067-0.035-0.248,0.029-0.2 c0.09,0.067,0.1,0.195,0.215,0.224c0.232,0.059,0.451,0.005,0.693,0.007c0.064,0.002,0.033,0.156,0.09,0.131 c0.088-0.041,0.1-0.146,0.193-0.173c0.135-0.045,0.408,0.035,0.402-0.082c-0.004-0.044-0.127-0.071-0.088-0.099 c0.066-0.044,0.16,0.004,0.244-0.009c0.439-0.063,0.871-0.082,1.268,0.084c0.039,0.016,0.002,0.089,0.047,0.098 c0.082,0.02,0.164,0,0.244,0.023c0.068,0.021,0.148-0.042,0.205-0.005c0.096,0.06,0.188,0.271,0.254,0.188 c0.051-0.061-0.008-0.166,0.07-0.2c0.299-0.139,0.619,0.119,0.947,0.196c0.33,0.074,0.643-0.06,0.977-0.006 c0.109,0.02,0.34,0.1,0.254,0.158c-0.199,0.136-0.854-0.089-0.727,0.095c0.063,0.091,0.398,0.03,0.332,0.121 c-0.057,0.078-0.336,0.138-0.234,0.175C206.391,9.079,206.987,8.75,207,9.006L207,9.006z M212.694,7.454 c-0.041,0.118-0.264-0.09-0.412-0.085c-0.162,0.007-0.281,0.1-0.441,0.118c-0.186,0.023-0.355,0.007-0.531-0.046 c-0.156-0.049-0.289-0.109-0.455-0.116c-0.17-0.008-0.318-0.002-0.486,0.019c-0.326,0.04-1.219,0.233-0.932,0.102 c0.127-0.057,0.271-0.033,0.402-0.081c0.037-0.014-0.121-0.048-0.086-0.064c0.424-0.192,0.898-0.033,1.383-0.052 c0.215-0.009,0.803-0.018,0.605-0.091c-0.096-0.034-0.379-0.014-0.289-0.056c0.248-0.113,0.523,0.076,0.783,0.17 C212.399,7.33,212.743,7.313,212.694,7.454L212.694,7.454z M213.45,10.692c0.006,0.132-0.287,0.063-0.443,0.083 c-0.268,0.034-0.688,0.207-0.773-0.003c-0.023-0.056,0.006-0.128-0.051-0.165c-0.217-0.14-0.508-0.065-0.779-0.104 c-0.07-0.01-0.133,0-0.203,0.008c-0.1,0.012-0.262-0.068-0.285,0.012c-0.016,0.058,0.066,0.131,0.01,0.166 c-0.07,0.042-0.156,0.04-0.242,0.043c-0.121,0.005-0.229-0.032-0.33-0.088c-0.043-0.022,0.109-0.07,0.074-0.103 c-0.104-0.097-0.297-0.019-0.445,0.018c-0.1,0.023-0.18,0.057-0.281,0.077c-0.094,0.018-0.148,0.082-0.238,0.108 c-0.139,0.044-0.51,0.033-0.4,0.115c0.066,0.05,0.326,0.021,0.248,0.058c-0.363,0.166-0.781,0.112-1.186,0.013 c0.047-0.008,0.094-0.021,0.125-0.038c0.096-0.053-0.332-0.115-0.326-0.021v0.008l-0.125-0.036c-0.174-0.05-0.344,0.038-0.527,0.02 c-0.059-0.005-0.162,0.021-0.164-0.027c-0.008-0.131,0.5-0.192,0.352-0.246c-0.152-0.054-0.566-0.015-0.453-0.115 c0.066-0.062,0.197,0.028,0.283-0.012c0.102-0.046,0.258-0.051,0.277-0.145c0.008-0.041-0.123-0.019-0.125-0.06 c-0.016-0.282,0.629-0.092,0.971-0.105c0.896-0.034,1.678-0.232,2.559-0.099c0.104,0.017,0.191,0.031,0.289,0.058 c0.061,0.016,0.031,0.107,0.088,0.128c0.07,0.026,0.131-0.047,0.201-0.073c0.035-0.014-0.121-0.048-0.086-0.064 c0.178-0.081,0.371,0.088,0.574,0.078c0.033,0,0.053,0.023,0.084,0.031c0.068,0.015,0.053-0.168,0.113-0.137 c0.123,0.059-0.066,0.222-0.021,0.332c0.02,0.045,0.125-0.041,0.162-0.007c0.059,0.056-0.031,0.182,0.053,0.199 c0.16,0.038,0.484-0.281,0.439-0.149c-0.021,0.063-0.209,0.089-0.154,0.14C212.883,10.748,213.436,10.479,213.45,10.692 L213.45,10.692z M225.413,10.567c-0.094,0.17-0.424,0.024-0.65,0.024c-0.484,0-0.904,0.01-1.379,0.086 c-0.197,0.031-0.4,0.074-0.572-0.011c-0.203-0.101-0.402-0.401-0.586-0.278c-0.1,0.067,0.09,0.25-0.023,0.303 c-0.09,0.04-0.15-0.112-0.25-0.125c-0.086-0.01-0.221,0.076-0.244,0.01c-0.045-0.12,0.293-0.365,0.143-0.339 c-0.129,0.022-0.297,0.174-0.361,0.08c-0.035-0.05,0.199-0.059,0.156-0.106c-0.027-0.029-0.146,0.004-0.123-0.029 c0.164-0.222,0.57-0.128,0.885-0.165c0.117-0.015,0.242-0.012,0.33,0.054c0.021,0.017,0.092-0.023,0.08-0.004 c-0.063,0.115-0.467,0.128-0.354,0.214c0.191,0.144,0.494-0.006,0.736,0.071c0.086,0.027,0.084,0.141,0.172,0.16 c0.24,0.056,0.436-0.173,0.684-0.159c0.189,0.012,0.543,0.234,0.533,0.079c-0.002-0.063-0.156-0.131-0.09-0.162 c0.102-0.047,0.232,0,0.328,0.054c0.037,0.019,0.137-0.038,0.123-0.006c-0.037,0.087-0.283,0.157-0.191,0.208 c0.188,0.104,0.641-0.178,0.65,0.01C225.411,10.546,225.418,10.557,225.413,10.567L225.413,10.567z M173.422,18.428 c0.004,0.073-0.338-0.053-0.248-0.058C173.264,18.367,173.417,18.355,173.422,18.428L173.422,18.428z M173.823,2.678 c0.006,0.096-0.43-0.007-0.328-0.053C173.596,2.576,173.819,2.581,173.823,2.678L173.823,2.678z M174.874,8.237 c-0.074,0.085-0.418-0.043-0.332-0.119c0.059-0.054,0.246,0.027,0.242-0.043c-0.004-0.058-0.238-0.09-0.168-0.093 C174.758,7.975,174.958,8.144,174.874,8.237L174.874,8.237z M174.602,2.047c-0.043,0.076-0.32-0.061-0.252-0.123 C174.42,1.861,174.643,1.97,174.602,2.047L174.602,2.047z M174.856,6.506c-0.064,0.119-0.572,0.033-0.449-0.051 c0.068-0.047,0.15-0.06,0.24-0.076c0.055-0.009,0.129-0.043,0.162-0.004C174.844,6.413,174.879,6.461,174.856,6.506L174.856,6.506z M175.834,6.534c-0.045,0.158-0.385,0.089-0.568,0.023c-0.059-0.023-0.131-0.093-0.088-0.13 C175.336,6.283,175.889,6.348,175.834,6.534L175.834,6.534z M175.936,6.864c0.008,0.141-0.643,0.021-0.492-0.049 C175.596,6.747,175.928,6.721,175.936,6.864L175.936,6.864z M176.079,6.524c-0.023,0.056-0.207-0.044-0.168-0.093 C175.952,6.385,176.102,6.47,176.079,6.524L176.079,6.524z M176.374,5.979c0.137,0.152-0.635,0.279-0.646,0.093 c-0.006-0.119,0.258-0.077,0.402-0.083C176.215,5.985,176.323,5.924,176.374,5.979L176.374,5.979z M177.159,6.883 c0.006,0.118-0.271,0.019-0.408-0.018c-0.068-0.018-0.217-0.05-0.168-0.093c0.107-0.098,0.305-0.005,0.451,0.049 C177.079,6.838,177.157,6.842,177.159,6.883L177.159,6.883z M177.081,2.687c0.01,0.15-0.344,0.039-0.527,0.019 c-0.072-0.006-0.254,0.021-0.205-0.024c0.172-0.155,0.541-0.169,0.73-0.028C177.09,2.661,177.081,2.674,177.081,2.687L177.081,2.687 z M177.756,1.66c0.004,0.073-0.338-0.055-0.248-0.058S177.75,1.587,177.756,1.66L177.756,1.66z M177.766,1.859 c0.006,0.078-0.146,0.084-0.238,0.109c-0.025,0.009,0.029,0.078,0.004,0.067c-0.086-0.044-0.068-0.212,0.027-0.235 C177.633,1.783,177.764,1.797,177.766,1.859L177.766,1.859z M178.108,2.112c-0.113,0.103-0.344-0.32-0.184-0.358 c0.049-0.013,0.057,0.062,0.086,0.097C178.077,1.929,178.186,2.042,178.108,2.112L178.108,2.112z M179.192,8.272 c0.006,0.084-0.34-0.167-0.252-0.125C179.028,8.19,179.188,8.188,179.192,8.272L179.192,8.272z M178.954,2.681 c0.01,0.175-0.396,0.016-0.609,0.023c-0.229,0.01-0.869,0.026-0.654-0.041c0.371-0.118,0.748-0.106,1.139-0.043 C178.877,2.627,178.952,2.638,178.954,2.681L178.954,2.681z M180.01,9.774c0.004,0.062-0.195,0.138-0.199,0.074 S180.006,9.712,180.01,9.774L180.01,9.774z M179.627,1.655c0.008,0.142-0.643,0.021-0.49-0.048 C179.288,1.539,179.62,1.513,179.627,1.655L179.627,1.655z M179.725,1.917c-0.053,0.099-0.238,0.019-0.367,0.015 c-0.076-0.001-0.258-0.013-0.207-0.058c0.107-0.098,0.287-0.107,0.443-0.084C179.665,1.799,179.752,1.865,179.725,1.917 L179.725,1.917z M180.17,8.302c0.006,0.078-0.332-0.051-0.25-0.09C180.004,8.174,180.167,8.224,180.17,8.302L180.17,8.302z M180.114,3.037c0.008,0.136-0.6-0.05-0.455-0.117c0.115-0.053,0.258-0.002,0.371,0.053C180.063,2.991,180.112,3.004,180.114,3.037 L180.114,3.037z M180.12,1.703c0.006,0.096-0.432-0.008-0.328-0.055C179.893,1.603,180.114,1.607,180.12,1.703L180.12,1.703z M180.635,7.884c-0.047,0.087-0.234-0.147-0.176-0.227c0.029-0.04,0.129-0.045,0.162-0.007c0.035,0.039,0.02,0.086,0.008,0.133 C180.622,7.818,180.653,7.853,180.635,7.884L180.635,7.884z M180.917,8.54c0.004,0.052-0.166-0.062-0.166-0.062 S180.915,8.487,180.917,8.54L180.917,8.54z M181.821,18.64c0.008,0.152-0.707,0.009-0.531-0.047 C181.463,18.539,181.811,18.485,181.821,18.64L181.821,18.64z M181.016,3.135c0.004,0.075-0.338-0.053-0.248-0.057 C180.858,3.073,181.01,3.062,181.016,3.135L181.016,3.135z M181.583,8.781c-0.07,0.063-0.186-0.061-0.289-0.056 c-0.131,0.005-0.457,0.027-0.369-0.052C181.083,8.53,181.741,8.639,181.583,8.781L181.583,8.781z M181.77,6.374 c0.004,0.052-0.166-0.061-0.166-0.061S181.768,6.322,181.77,6.374L181.77,6.374z M181.805,6.972c0.004,0.063-0.16-0.188-0.092-0.163 C181.784,6.834,181.801,6.91,181.805,6.972L181.805,6.972z M182.067,8.695c0.002,0.053-0.166-0.06-0.166-0.06 S182.063,8.644,182.067,8.695L182.067,8.695z M181.926,1.967c0.016,0.291-0.662,0.069-1.016,0.038 c-0.043-0.002-0.08,0.007-0.123,0.005c-0.311-0.013-1.113-0.016-0.863-0.166c0.102-0.063,0.246,0.026,0.365-0.014 c0.08-0.027,0.223,0.026,0.242-0.044c0.016-0.058-0.043-0.165,0.031-0.167c0.117-0.006-0.008,0.215,0.096,0.264 c0.373,0.171,0.869-0.178,1.223,0.018C181.907,1.917,181.924,1.941,181.926,1.967L181.926,1.967z M182.676,9.405 c0.012,0.198-0.465-0.045-0.689,0.027c-0.096,0.03-0.15,0.098-0.236,0.142c-0.086,0.043-0.256-0.035-0.283,0.043 c-0.02,0.059,0.025,0.132-0.031,0.17c-0.078,0.053-0.303,0.078-0.236,0.141c0.037,0.035,0.129-0.043,0.162-0.004 c0.078,0.085-0.238-0.045-0.369-0.054c-0.043-0.003-0.08,0.015-0.121,0.006c-0.041-0.013-0.08,0.005-0.123,0.004 c-0.146-0.01-0.277-0.031-0.412-0.084c-0.063-0.026-0.215-0.052-0.166-0.095c0.268-0.24,0.869,0.198,1.137-0.043 c0.096-0.087-0.434-0.101-0.336-0.188c0.154-0.139,0.416-0.092,0.646-0.092c0.369,0.002,0.783-0.211,1.057-0.007 C182.686,9.379,182.676,9.394,182.676,9.405L182.676,9.405z M182.75,6.402c0.004,0.073-0.338-0.053-0.248-0.057 C182.592,6.343,182.745,6.329,182.75,6.402L182.75,6.402z M182.883,7.33c-0.061,0.145-0.35,0.062-0.527,0.021 c-0.117-0.026-0.367-0.155-0.256-0.19c0.135-0.043,0.268,0.027,0.41,0.05c0.115,0.02,0.287-0.035,0.328,0.055 C182.85,7.291,182.895,7.305,182.883,7.33L182.883,7.33z M183.1,8.255c-0.135,0.091-0.619,0.049-0.492-0.048 c0.105-0.078,0.285-0.075,0.406-0.015C183.049,8.209,183.131,8.235,183.1,8.255L183.1,8.255z M182.887,3.13 c0.004,0.071-0.303,0.028-0.246-0.024C182.7,3.053,182.883,3.06,182.887,3.13L182.887,3.13z M182.905,1.995 c0.004,0.086-0.186-0.047-0.289-0.056c-0.102-0.006-0.15-0.102-0.25-0.122c-0.076-0.015-0.125,0.085-0.201,0.072 c-0.057-0.007-0.098-0.106-0.047-0.13c0.252-0.115,0.643-0.002,0.785,0.203C182.909,1.974,182.905,1.984,182.905,1.995 L182.905,1.995z M183.428,8.31c0.004,0.075-0.291-0.088-0.211-0.124C183.297,8.147,183.424,8.237,183.428,8.31L183.428,8.31z M183.565,7.838c0.004,0.059-0.23-0.065-0.168-0.093C183.458,7.717,183.561,7.78,183.565,7.838L183.565,7.838z M183.559,2.038 c-0.08,0.071-0.213-0.037-0.33-0.054c-0.063-0.009-0.221-0.035-0.166-0.061C183.221,1.853,183.68,1.929,183.559,2.038L183.559,2.038 z M183.624,3.168c-0.043,0.077-0.32-0.061-0.252-0.123C183.44,2.981,183.665,3.091,183.624,3.168L183.624,3.168z M184.51,18.67 c0.01,0.162-0.369,0.021-0.57,0.021c-0.117,0-0.43-0.007-0.328-0.054c0.248-0.113,0.539-0.095,0.813-0.03 C184.463,18.615,184.508,18.638,184.51,18.67L184.51,18.67z M183.903,6.626c0.004,0.073-0.338-0.055-0.248-0.058 C183.745,6.564,183.897,6.552,183.903,6.626L183.903,6.626z M183.952,7.488c0.002,0.054-0.166-0.058-0.166-0.058 S183.948,7.438,183.952,7.488L183.952,7.488z M184.106,7.351c-0.076,0.068-0.213-0.002-0.324,0.012 c-0.201,0.026-0.658,0.076-0.574-0.076c0.104-0.193,0.484-0.086,0.73-0.028C184.006,7.273,184.155,7.307,184.106,7.351 L184.106,7.351z M184.157,8.215c-0.059,0.053-0.127-0.232-0.053-0.197c0.049,0.023,0.004,0.086,0.008,0.132 C184.114,8.177,184.178,8.196,184.157,8.215L184.157,8.215z M183.961,1.956c0.004,0.073-0.338-0.056-0.248-0.058 C183.803,1.896,183.956,1.883,183.961,1.956L183.961,1.956z M184.555,8.066c0.004,0.074-0.338-0.053-0.248-0.058 C184.397,8.006,184.551,7.993,184.555,8.066L184.555,8.066z M184.651,8.33c-0.031,0.06-0.242-0.101-0.17-0.128 C184.555,8.175,184.684,8.27,184.651,8.33L184.651,8.33z M185.618,9.56c0.004,0.074-0.338-0.054-0.248-0.057 S185.614,9.485,185.618,9.56L185.618,9.56z M185.354,2.102c0.002,0.052-0.166-0.06-0.166-0.06S185.35,2.051,185.354,2.102 L185.354,2.102z M186.202,9.803c-0.104,0.143-0.369,0.059-0.566,0.09c-0.182,0.029-0.344-0.003-0.527,0.02 c-0.24,0.029-0.449,0.037-0.691,0.027c-0.121-0.005-0.213-0.063-0.33-0.089c-0.25-0.05-0.477,0.029-0.729,0.063 c-0.127,0.015-0.24,0.025-0.367,0.013c-0.232-0.023-0.484-0.238-0.656-0.107c-0.074,0.055-0.098,0.197-0.195,0.175 c-0.08-0.021-0.061-0.125-0.131-0.162c-0.096-0.051-0.322-0.031-0.291-0.124c0.043-0.124,0.283-0.076,0.441-0.082 c0.105-0.003,0.178-0.089,0.281-0.077c0.08,0.009,0.094,0.109,0.17,0.127c0.193,0.044,0.379,0.059,0.57,0.011 c0.039-0.01,0.115-0.057,0.078-0.069c-0.176-0.063-0.553-0.167-0.424-0.284c0.098-0.086,0.266,0.018,0.408,0.018 c0.475,0.001,1.637-0.036,1.318,0.249c-0.137,0.122-0.373-0.034-0.574-0.044c-0.18-0.008-0.633,0.076-0.479,0.151 c0.365,0.182,0.805-0.094,1.221-0.013c0.043,0.009,0.078,0.032,0.123,0.028c0.064-0.006,0.107,0.078,0.166,0.061 c0.057-0.018,0.059-0.089,0.117-0.105c0.248-0.067,0.479,0.071,0.738,0.106c0.111,0.015,0.32-0.106,0.324-0.014 C186.2,9.783,186.209,9.794,186.202,9.803L186.202,9.803z M186.346,6.664c0.012,0.178-0.4-0.013-0.611-0.041 c-0.104-0.017-0.379-0.017-0.289-0.057c0.275-0.126,0.666-0.109,0.898,0.065C186.356,6.639,186.346,6.652,186.346,6.664 L186.346,6.664z M186.448,6.994c0.008,0.152-0.371,0.033-0.533-0.045c-0.027-0.015-0.07-0.054-0.043-0.066 C186.051,6.799,186.438,6.825,186.448,6.994L186.448,6.994z M187.024,11.372c-0.049,0.112-0.484,0.051-0.41-0.05 c0.074-0.1,0.4-0.1,0.408,0.017C187.022,11.352,187.028,11.361,187.024,11.372L187.024,11.372z M186.997,6.64 c0.008,0.119-0.535,0.007-0.41-0.051C186.713,6.53,186.991,6.521,186.997,6.64L186.997,6.64z M187.268,9.963 c0.006,0.097-0.43-0.008-0.328-0.054C187.042,9.862,187.264,9.867,187.268,9.963L187.268,9.963z M187.174,6.899 c0.004,0.071-0.303,0.028-0.246-0.023C186.987,6.822,187.17,6.828,187.174,6.899L187.174,6.899z M187.286,1.695 c0.008,0.175-0.396,0.021-0.611,0.021c-0.152,0-0.531-0.035-0.412-0.115c0.166-0.113,0.398,0.024,0.613,0.043 C187.018,1.655,187.278,1.575,187.286,1.695L187.286,1.695z M187.295,1.896c-0.072,0.099-0.266-0.024-0.408-0.02 c-0.117,0.005-0.203,0.075-0.32,0.08c-0.135,0.005-0.252-0.033-0.371-0.086c-0.051-0.023-0.193,0.046-0.162,0.006 c0.184-0.25,0.664-0.13,1.014-0.071C187.139,1.82,187.344,1.828,187.295,1.896L187.295,1.896z M187.897,8.139 c-0.088,0.08-0.238-0.037-0.369-0.053c-0.104-0.011-0.33,0.022-0.289-0.057c0.076-0.137,0.359-0.081,0.529-0.019 C187.833,8.034,187.946,8.096,187.897,8.139L187.897,8.139z M187.75,2.743c0.006,0.097-0.43-0.007-0.328-0.053 C187.526,2.642,187.747,2.648,187.75,2.743L187.75,2.743z M188.598,3.311c0.006,0.119-0.518,0.058-0.408-0.018 c0.088-0.06,0.229-0.061,0.324-0.012C188.542,3.294,188.596,3.285,188.598,3.311L188.598,3.311z M189.133,6.958 c0.008,0.144-0.613,0.025-0.494-0.081C188.758,6.77,189.124,6.813,189.133,6.958L189.133,6.958z M189.76,10.801 c0.004,0.074-0.338-0.054-0.248-0.058C189.602,10.74,189.754,10.728,189.76,10.801L189.76,10.801z M189.616,6.872 c0.006,0.098-0.418,0.007-0.328-0.053C189.377,6.757,189.612,6.776,189.616,6.872L189.616,6.872z M190.026,6.923 c0.006,0.11-0.424-0.071-0.334-0.153c0.064-0.058,0.189,0.029,0.25,0.09C189.967,6.885,190.024,6.891,190.026,6.923L190.026,6.923z M190.667,9.566c0.01,0.175-0.396,0.016-0.609,0.022c-0.6,0.022-1.121,0.08-1.711,0c-0.076-0.011-0.258-0.013-0.207-0.059 c0.316-0.285,0.867-0.119,1.338-0.119c0.389,0,0.77-0.071,1.104,0.092C190.616,9.52,190.665,9.533,190.667,9.566L190.667,9.566z M190.844,9.825c0.006,0.12-0.258,0.077-0.402,0.082c-0.57,0.021-1.057,0.064-1.625,0.063c-0.293,0-0.555-0.037-0.822-0.135 c-0.055-0.019-0.195,0.014-0.164-0.026c0.199-0.271,0.707-0.127,1.094-0.109c0.342,0.015,0.639,0.07,0.979,0.029 c0.297-0.036,0.566-0.032,0.857,0.033C190.797,9.771,190.842,9.794,190.844,9.825L190.844,9.825z M191.674,18.661 c0.01,0.177-0.396,0.017-0.609,0.024c-0.346,0.014-1.285,0.043-0.982-0.096c0.387-0.178,0.822-0.005,1.264,0.018 C191.463,18.613,191.668,18.565,191.674,18.661L191.674,18.661z M191.09,2.749c0.004,0.073-0.338-0.055-0.248-0.058 S191.086,2.676,191.09,2.749L191.09,2.749z M191.649,9.661c0.068,0.206-0.713,0.341-0.727,0.127 c-0.01-0.177,0.615,0.058,0.604-0.123c-0.002-0.057-0.199-0.124-0.129-0.128C191.5,9.535,191.622,9.582,191.649,9.661L191.649,9.661 z M191.778,3.389c0.01,0.147-0.662-0.062-0.494-0.113C191.452,3.223,191.77,3.242,191.778,3.389L191.778,3.389z M192.061,8.313 c-0.025,0.059-0.186,0-0.209-0.061c-0.014-0.04,0.072-0.087,0.119-0.071C192.03,8.204,192.081,8.264,192.061,8.313L192.061,8.313z M192.389,6.967c0.006,0.073-0.336-0.053-0.246-0.059C192.233,6.905,192.385,6.892,192.389,6.967L192.389,6.967z M192.198,2.174 c0.004,0.072-0.291-0.09-0.211-0.125C192.067,2.012,192.194,2.098,192.198,2.174L192.198,2.174z M192.557,2.759 c0.008,0.154-0.695,0.028-0.533-0.045C192.188,2.638,192.547,2.606,192.557,2.759L192.557,2.759z M193.274,9.6 c-0.074,0.177-0.422,0.015-0.65,0.025c-0.23,0.009-0.715-0.006-0.621-0.177c0.053-0.097,0.207,0.134,0.332,0.12 c0.152-0.017,0.25-0.118,0.4-0.148C192.932,9.379,193.34,9.441,193.274,9.6L193.274,9.6z M193.079,3.339 c0.008,0.152-0.344,0.029-0.529,0.021c-0.18-0.009-0.639-0.027-0.494-0.114c0.207-0.126,0.486-0.016,0.734,0.039 C192.891,3.306,193.073,3.255,193.079,3.339L193.079,3.339z M193.323,6.197c0.01,0.163-0.369,0.037-0.568,0.021 c-0.07-0.006-0.234-0.073-0.168-0.094c0.213-0.066,0.432-0.041,0.652,0.008C193.278,6.143,193.321,6.164,193.323,6.197 L193.323,6.197z M193.247,1.999c0.004,0.073-0.338-0.052-0.248-0.056C193.088,1.938,193.243,1.925,193.247,1.999L193.247,1.999z M194.09,9.636c0.006,0.121-0.543-0.025-0.412-0.086C193.807,9.491,194.083,9.514,194.09,9.636L194.09,9.636z M194.542,6.151 c0.01,0.153-0.658,0.066-0.531-0.047C194.135,5.991,194.534,5.997,194.542,6.151L194.542,6.151z M194.61,7.349 c0.012,0.198-0.451-0.05-0.693-0.04c-0.174,0.006-0.609,0.056-0.492-0.048c0.154-0.14,0.424-0.026,0.65-0.026 C194.268,7.234,194.602,7.189,194.61,7.349L194.61,7.349z M194.741,9.61c-0.129,0.144-0.746-0.184-0.545-0.247 c0.133-0.042,0.197,0.169,0.338,0.187c0.074,0.012,0.135-0.108,0.199-0.072C194.78,9.503,194.774,9.571,194.741,9.61L194.741,9.61z M194.737,8.144c-0.021,0.055-0.207-0.045-0.168-0.095C194.61,8.001,194.76,8.087,194.737,8.144L194.737,8.144z M194.487,2.353 c0.006,0.073-0.336-0.055-0.246-0.059C194.331,2.292,194.483,2.279,194.487,2.353L194.487,2.353z M195.114,6.195 c0.008,0.121-0.551-0.041-0.412-0.085C194.84,6.067,195.108,6.074,195.114,6.195L195.114,6.195z M195.307,8.121 c0.002,0.053-0.168-0.061-0.168-0.061S195.303,8.069,195.307,8.121L195.307,8.121z M195.508,11.646 c0.004,0.076-0.291-0.087-0.211-0.124C195.377,11.486,195.504,11.571,195.508,11.646L195.508,11.646z M195.438,7.583 c-0.037,0.067-0.32-0.014-0.248-0.058C195.264,7.481,195.475,7.515,195.438,7.583L195.438,7.583z M195.485,6.981 c0.006,0.095-0.432-0.008-0.328-0.056C195.258,6.879,195.479,6.885,195.485,6.981L195.485,6.981z M195.803,2.568 c0.004,0.073-0.338-0.055-0.248-0.058S195.799,2.495,195.803,2.568L195.803,2.568z M195.875,2.433 c0.01,0.139-0.316,0.029-0.484,0.051c-0.031,0.005-0.047,0.032-0.08,0.037c-0.252,0.034-0.475,0.018-0.73,0.026 c-0.09,0.006-0.309-0.002-0.248-0.055c0.07-0.064,0.18-0.063,0.281-0.079c0.057-0.008,0.105,0,0.162-0.005 c0.227-0.02,0.424-0.018,0.65-0.024C195.584,2.376,195.87,2.302,195.875,2.433L195.875,2.433z M196.303,9.883 c0.006,0.128-0.291,0.024-0.447,0.019c-0.113-0.006-0.211,0.011-0.324,0.011c-0.115,0.002-0.213,0.027-0.326,0.014 c-0.451-0.057-0.848-0.034-1.303-0.017c-0.613,0.023-1.143,0.186-1.746,0.1c-0.115-0.015-0.408,0.017-0.328-0.054 c0.082-0.074,0.209-0.068,0.318-0.111c0.082-0.034,0.107-0.127,0.195-0.141c0.436-0.069,0.822,0.035,1.264,0.017 c0.629-0.023,1.168,0.089,1.795,0.064c0.201-0.008,0.379-0.031,0.572,0.013C196.088,9.822,196.297,9.784,196.303,9.883 L196.303,9.883z M196.249,6.085c0.002,0.052-0.166-0.061-0.166-0.061S196.245,6.032,196.249,6.085L196.249,6.085z M196.127,2.557 c0.004,0.052-0.166-0.062-0.166-0.062S196.125,2.503,196.127,2.557L196.127,2.557z M196.487,8.809 c0.002,0.053-0.168-0.059-0.168-0.059S196.483,8.757,196.487,8.809L196.487,8.809z M196.811,8.798 c0.004,0.058-0.24-0.092-0.168-0.095C196.713,8.701,196.807,8.738,196.811,8.798L196.811,8.798z M196.819,7.529 c0.004,0.074-0.336-0.053-0.246-0.057C196.661,7.469,196.815,7.455,196.819,7.529L196.819,7.529z M196.7,2.601 c-0.037,0.041-0.135-0.015-0.166-0.061c-0.027-0.042,0-0.095,0.033-0.135c0.018-0.021-0.068-0.082-0.045-0.064 C196.618,2.41,196.776,2.516,196.7,2.601L196.7,2.601z M197.034,6.988c0.006,0.122-0.551-0.041-0.412-0.084 C196.76,6.86,197.026,6.867,197.034,6.988L197.034,6.988z M197.262,9.58c0.01,0.174-0.396,0.016-0.609,0.023 c-0.557,0.021-1.082,0.112-1.592-0.071c-0.053-0.02-0.213,0.027-0.162,0.005c0.484-0.222,1.033-0.018,1.588,0.006 C196.758,9.556,197.25,9.357,197.262,9.58L197.262,9.58z M197.768,2.759c0.002,0.052-0.166-0.06-0.166-0.06 S197.766,2.707,197.768,2.759L197.768,2.759z M198.168,8.345c-0.045,0.062-0.158-0.027-0.246-0.024 c-0.063,0.002-0.207-0.021-0.166-0.061C197.858,8.171,198.247,8.24,198.168,8.345L198.168,8.345z M198.338,9.872 c0.004,0.085-0.18,0.057-0.281,0.077c-0.416,0.082-1.604-0.12-1.193-0.221c0.15-0.037,0.291-0.024,0.447-0.019 c0.332,0.015,0.656-0.043,0.941,0.099C198.288,9.825,198.336,9.838,198.338,9.872L198.338,9.872z M197.997,2.483 c-0.051,0.147-0.67-0.093-0.496-0.146C197.672,2.281,198.047,2.338,197.997,2.483L197.997,2.483z M198.825,9.853 c0.006,0.097-0.432-0.006-0.328-0.054C198.598,9.753,198.819,9.757,198.825,9.853L198.825,9.853z M199.186,9.039 c-0.029,0.055-0.227-0.06-0.168-0.093C199.075,8.911,199.215,8.986,199.186,9.039L199.186,9.039z M199.231,9.836 c0.004,0.054-0.217-0.027-0.166-0.059C199.116,9.745,199.229,9.785,199.231,9.836L199.231,9.836z M198.891,2.45 c-0.063,0.144-0.369,0.029-0.533-0.047c-0.039-0.018-0.154-0.002-0.123-0.029C198.391,2.234,198.965,2.271,198.891,2.45 L198.891,2.45z M199.256,8.837c0.004,0.074-0.291-0.089-0.211-0.126C199.124,8.674,199.252,8.763,199.256,8.837L199.256,8.837z M199.299,8.169c-0.07,0.061-0.354-0.12-0.252-0.125C199.149,8.041,199.368,8.106,199.299,8.169L199.299,8.169z M199.305,2.567 c-0.047,0.063-0.32-0.013-0.248-0.057C199.129,2.466,199.35,2.505,199.305,2.567L199.305,2.567z M199.624,8.156 c0.004,0.051-0.166-0.061-0.166-0.061S199.622,8.104,199.624,8.156L199.624,8.156z M199.762,9.15 c0.004,0.052-0.166-0.061-0.166-0.061S199.758,9.098,199.762,9.15L199.762,9.15z M199.836,9.016 c0.004,0.072-0.338-0.055-0.248-0.059C199.678,8.954,199.833,8.94,199.836,9.016L199.836,9.016z M199.891,8.545 c0.008,0.13-0.32,0.023-0.451-0.05c-0.023-0.013-0.072,0.025-0.082,0.006c-0.035-0.099,0.225-0.271,0.275-0.179 c0.029,0.053-0.043,0.127,0.01,0.166C199.709,8.538,199.887,8.473,199.891,8.545L199.891,8.545z M199.997,6.141 c-0.064,0.156-0.367,0.049-0.566,0.057c-0.242,0.007-0.451,0.1-0.689,0.06c-0.055-0.01-0.057-0.111-0.006-0.133 c0.322-0.149,0.688-0.071,1.055-0.04c0.072,0.004,0.203-0.036,0.205,0.024C199.997,6.119,200.002,6.13,199.997,6.141L199.997,6.141z M199.954,2.543c-0.072,0.133-0.633-0.213-0.457-0.183c0.1,0.016,0.154,0.094,0.252,0.123c0.066,0.021,0.201-0.033,0.205,0.026 C199.954,2.521,199.959,2.532,199.954,2.543L199.954,2.543z M199.965,2.743c0.01,0.174-0.396,0.014-0.609,0.021 c-0.145,0.007-0.545-0.008-0.41-0.051c0.307-0.096,0.619-0.109,0.936-0.035C199.918,2.687,199.963,2.709,199.965,2.743 L199.965,2.743z M200.422,2.19c0.006,0.107-0.238-0.046-0.369-0.053c-0.152-0.006-0.547-0.055-0.414-0.116 c0.127-0.058,0.268,0.027,0.41,0.051C200.188,2.096,200.417,2.075,200.422,2.19L200.422,2.19z M200.84,2.374 c0.006,0.095-0.428,0.026-0.326-0.02C200.614,2.308,200.834,2.28,200.84,2.374L200.84,2.374z M201.495,10.951 c0.004,0.097-0.432-0.008-0.33-0.055C201.268,10.851,201.489,10.855,201.495,10.951L201.495,10.951z M201.42,2.553 c0.004,0.052-0.166-0.061-0.166-0.061S201.418,2.501,201.42,2.553L201.42,2.553z M201.471,2.018 c0.004,0.074-0.338-0.054-0.248-0.057S201.467,1.943,201.471,2.018L201.471,2.018z M202.377,2.183 c0.004,0.078-0.154-0.095-0.25-0.089c-0.158,0.004-0.512,0.101-0.449-0.019c0.064-0.116,0.293-0.081,0.445-0.049 C202.231,2.049,202.372,2.092,202.377,2.183L202.377,2.183z M203.096,10.489c0.004,0.059-0.252,0.051-0.203,0.008 C202.94,10.455,203.092,10.432,203.096,10.489L203.096,10.489z M202.92,3.162c-0.098,0.182-0.457,0.004-0.693-0.041 c-0.115-0.021-0.361,0.039-0.328-0.054c0.057-0.167,0.395-0.032,0.609-0.022C202.661,3.051,202.983,3.047,202.92,3.162L202.92,3.162 z M203.522,10.806c-0.061,0.14-0.652-0.041-0.496-0.113S203.581,10.667,203.522,10.806L203.522,10.806z M203.583,10.47 c-0.047,0.113-0.316,0.074-0.408-0.017c-0.063-0.063,0.039-0.198-0.053-0.23c-0.129-0.046-0.219,0.142-0.359,0.146 c-0.146,0.006-0.268-0.05-0.41-0.084c-0.039-0.011-0.037,0.071-0.078,0.067c-0.092-0.002-0.246-0.114-0.172-0.16 c0.252-0.15,0.586-0.078,0.895-0.032C203.237,10.192,203.665,10.282,203.583,10.47L203.583,10.47z M203.264,3.481 c0.01,0.141-0.627,0.068-0.488-0.013C202.915,3.385,203.256,3.342,203.264,3.481L203.264,3.481z M203.831,10.527 c0.004,0.054-0.096,0.071-0.158,0.074C203.608,10.603,203.829,10.475,203.831,10.527L203.831,10.527z M203.696,2.466 c0.008,0.159-0.705-0.035-0.535-0.113C203.329,2.276,203.686,2.308,203.696,2.466L203.696,2.466z M203.918,3.522 c0.117,0.172-0.402,0.212-0.641,0.193c-0.121-0.01-0.424-0.024-0.33-0.088c0.199-0.133,0.854,0.089,0.727-0.095 c-0.037-0.055-0.258-0.011-0.207-0.058C203.575,3.377,203.84,3.409,203.918,3.522L203.918,3.522z M204.219,8.779 c0.004,0.052-0.166-0.06-0.166-0.06S204.217,8.727,204.219,8.779L204.219,8.779z M204.063,3.186 c0.002,0.047-0.129-0.032-0.162,0.005c-0.057,0.064-0.107,0.283-0.111,0.205c-0.004-0.077-0.045-0.163-0.133-0.195 c-0.197-0.07-0.684,0.124-0.613-0.044c0.117-0.274,0.754-0.201,1.018-0.004C204.071,3.16,204.061,3.173,204.063,3.186L204.063,3.186 z M205.436,18.668c0.006,0.099-0.436-0.038-0.33-0.088C205.211,18.531,205.43,18.566,205.436,18.668L205.436,18.668z M205.04,10.282 c0.006,0.117-0.258,0.076-0.404,0.082c-0.063,0.001-0.209-0.022-0.166-0.061c0.117-0.105,0.313-0.078,0.484-0.086 C204.993,10.216,205.036,10.248,205.04,10.282L205.04,10.282z M205.247,11.073c0.004,0.084-0.34-0.082-0.252-0.123 C205.084,10.908,205.241,10.989,205.247,11.073L205.247,11.073z M205.092,6.945c0.004,0.085-0.193-0.021-0.289-0.055 c-0.025-0.01-0.1,0.02-0.08,0.001C204.811,6.813,205.086,6.838,205.092,6.945L205.092,6.945z M205.167,2.543 c0.008,0.166-0.754,0.002-0.576-0.078C204.768,2.384,205.157,2.376,205.167,2.543L205.167,2.543z M205.786,10.521 c-0.047,0.063-0.162-0.039-0.248-0.059c-0.139-0.029-0.41-0.086-0.336-0.188c0.074-0.1,0.293-0.02,0.408,0.052 C205.692,10.378,205.838,10.447,205.786,10.521L205.786,10.521z M206.331,18.633c0.01,0.163-0.371,0.041-0.568,0.022 c-0.072-0.007-0.23-0.065-0.168-0.093c0.199-0.093,0.432-0.044,0.65,0.008C206.284,18.578,206.329,18.601,206.331,18.633 L206.331,18.633z M206.184,10.371c0.004,0.071-0.211,0.04-0.246-0.023c-0.025-0.046,0.057-0.114,0.115-0.104 C206.124,10.255,206.18,10.313,206.184,10.371L206.184,10.371z M206.383,11.03c0.006,0.073-0.338-0.054-0.246-0.058 C206.227,10.97,206.379,10.957,206.383,11.03L206.383,11.03z M206.276,7.7c0.004,0.095-0.213-0.01-0.328-0.021 c-0.094-0.01-0.313-0.032-0.25-0.089C205.838,7.464,206.266,7.531,206.276,7.7L206.276,7.7z M206.668,8.885 c0.004,0.053-0.166-0.059-0.166-0.059S206.667,8.834,206.668,8.885L206.668,8.885z M206.362,2.096 c0.004,0.07-0.166,0.006-0.246-0.023c-0.041-0.015-0.146,0.003-0.123-0.029C206.059,1.951,206.356,1.99,206.362,2.096L206.362,2.096 z M206.915,10.344c0.004,0.07-0.281,0.04-0.246-0.024S206.911,10.271,206.915,10.344L206.915,10.344z M206.905,8.742 c0.006,0.097-0.432-0.005-0.328-0.054C206.678,8.643,206.899,8.647,206.905,8.742L206.905,8.742z M207.026,10.871 c-0.033,0.115-0.355,0.093-0.408-0.018c-0.051-0.108,0.363-0.159,0.404-0.048C207.032,10.828,207.034,10.849,207.026,10.871 L207.026,10.871z M207.254,7.729c0.006,0.106-0.23,0.074-0.363,0.08s-0.332,0.02-0.371-0.086c-0.061-0.167,0.412-0.128,0.607-0.055 C207.174,7.685,207.252,7.688,207.254,7.729L207.254,7.729z M207.479,7.389c0.004,0.073-0.338-0.055-0.248-0.059 C207.321,7.328,207.475,7.314,207.479,7.389L207.479,7.389z M207.547,8.584c-0.07,0.064-0.186-0.041-0.289-0.054 c-0.133-0.019-0.365,0.024-0.371-0.087c-0.002-0.041,0.113-0.074,0.076-0.102c-0.047-0.036-0.223-0.036-0.166-0.061 c0.188-0.087,0.404,0.073,0.58,0.177C207.442,8.497,207.602,8.536,207.547,8.584L207.547,8.584z M207.665,7.78 c0.004,0.075-0.291-0.088-0.211-0.124C207.532,7.618,207.661,7.707,207.665,7.78L207.665,7.78z M207.918,12.238 c0.006,0.095-0.432-0.008-0.328-0.054C207.692,12.136,207.915,12.142,207.918,12.238L207.918,12.238z M207.495,3.387 c0.002,0.052-0.166-0.061-0.166-0.061S207.491,3.335,207.495,3.387L207.495,3.387z M207.885,7.373 c0.002,0.05-0.166-0.061-0.166-0.061S207.881,7.319,207.885,7.373L207.885,7.373z M208.61,18.611 c0.006,0.095-0.217-0.045-0.328-0.02c-0.086,0.018-0.15,0.067-0.24,0.076c-0.402,0.032-1.5,0.038-1.146-0.123 c0.074-0.035,0.158-0.004,0.244-0.01c0.482-0.038,0.9,0.031,1.385,0.013C208.565,18.548,208.608,18.58,208.61,18.611L208.61,18.611z M208.348,12.621c0.006,0.105-0.459-0.115-0.332-0.119C208.143,12.496,208.342,12.518,208.348,12.621L208.348,12.621z M207.909,2.104c0.004,0.051-0.166-0.062-0.166-0.062S207.907,2.052,207.909,2.104L207.909,2.104z M208.295,7.423 c0.004,0.084-0.342-0.083-0.252-0.124S208.29,7.34,208.295,7.423L208.295,7.423z M208.387,3.352c0.01,0.144-0.643,0.022-0.49-0.048 C208.047,3.234,208.379,3.212,208.387,3.352L208.387,3.352z M208.885,9.201c-0.08,0.07-0.213-0.038-0.328-0.056 c-0.064-0.008-0.223-0.033-0.166-0.059C208.547,9.014,209.006,9.092,208.885,9.201L208.885,9.201z M209.086,12.727 c-0.057,0.107-0.436,0.098-0.408-0.017c0.018-0.068,0.115-0.104,0.197-0.108C208.967,12.597,209.124,12.658,209.086,12.727 L209.086,12.727z M208.971,7.863c0.008,0.119-0.537,0.008-0.41-0.051S208.965,7.745,208.971,7.863L208.971,7.863z M209.172,8.522 c0.008,0.142-0.643,0.022-0.492-0.047C208.833,8.406,209.165,8.382,209.172,8.522L209.172,8.522z M208.959,3.396 c0.004,0.053-0.166-0.06-0.166-0.06S208.958,3.346,208.959,3.396L208.959,3.396z M208.993,2.53c0.006,0.12-0.543-0.025-0.412-0.085 C208.709,2.386,208.985,2.406,208.993,2.53L208.993,2.53z M209.635,9.506c0.012,0.198-0.451-0.03-0.693-0.041 c-0.133-0.006-0.484,0.002-0.371-0.052c0.25-0.113,0.537-0.051,0.814,0.001C209.479,9.433,209.631,9.427,209.635,9.506 L209.635,9.506z M210.235,18.55c0.002,0.053-0.168-0.06-0.168-0.06S210.231,18.499,210.235,18.55L210.235,18.55z M209.889,2.562 c0.004,0.052-0.166-0.061-0.166-0.061S209.887,2.51,209.889,2.562L209.889,2.562z M210.374,11.011 c0.006,0.119-0.537,0.007-0.41-0.052C210.09,10.902,210.366,10.893,210.374,11.011L210.374,11.011z M210.452,9.541 c-0.037,0.085-0.316-0.154-0.215-0.192S210.489,9.455,210.452,9.541L210.452,9.541z M210.249,3.147 c0.004,0.053-0.166-0.06-0.166-0.06S210.247,3.097,210.249,3.147L210.249,3.147z M210.67,7.665c0.01,0.163-0.373,0.013-0.566,0.056 c-0.059,0.014-0.057,0.1-0.117,0.104c-0.182,0.017-0.588-0.188-0.422-0.251c0.105-0.039,0.213-0.004,0.326-0.013 c0.256-0.02,0.498-0.047,0.734,0.04C210.655,7.611,210.668,7.64,210.67,7.665L210.67,7.665z M210.942,10.988 c0.006,0.096-0.432-0.006-0.328-0.053c0.074-0.035,0.17-0.013,0.244,0.023C210.885,10.973,210.94,10.962,210.942,10.988 L210.942,10.988z M211.088,7.849c0.004,0.097-0.432-0.006-0.33-0.054C210.862,7.749,211.083,7.753,211.088,7.849L211.088,7.849z M211.584,9.431c0.008,0.118-0.521,0.024-0.41-0.052C211.288,9.305,211.579,9.311,211.584,9.431L211.584,9.431z M211.758,11.023 c0.006,0.12-0.537,0.008-0.41-0.05C211.475,10.915,211.75,10.905,211.758,11.023L211.758,11.023z M211.897,7.751 c-0.047,0.087-0.213-0.013-0.328-0.02c-0.146-0.011-0.322,0.014-0.412-0.084c-0.023-0.027-0.119-0.048-0.084-0.064 c0.225-0.104,0.521-0.08,0.734,0.039C211.86,7.65,211.922,7.704,211.897,7.751L211.897,7.751z M212.409,10.999 c0.004,0.074-0.338-0.054-0.248-0.057C212.25,10.938,212.403,10.927,212.409,10.999L212.409,10.999z M212.434,7.198 c0.004,0.051-0.166-0.061-0.166-0.061S212.432,7.145,212.434,7.198L212.434,7.198z M212.772,10.251 c0.008,0.131-0.408-0.021-0.416-0.15c-0.004-0.079,0.174,0.044,0.25,0.092C212.657,10.223,212.77,10.2,212.772,10.251 L212.772,10.251z M213.518,10.489c-0.078,0.107-0.236-0.127-0.338-0.22c-0.072-0.064-0.318-0.004-0.289-0.09 c0.043-0.124,0.293-0.081,0.443-0.051c0.1,0.021,0.17,0.11,0.174,0.194C213.512,10.382,213.555,10.44,213.518,10.489L213.518,10.489 z M213.885,12.609c0.004,0.093-0.393-0.076-0.293-0.122C213.692,12.442,213.879,12.516,213.885,12.609L213.885,12.609z M213.538,3.688c0.004,0.086-0.354-0.118-0.252-0.123C213.387,3.562,213.532,3.604,213.538,3.688L213.538,3.688z M214.077,10.27 c-0.078,0.068-0.141-0.328-0.057-0.266S214.153,10.198,214.077,10.27L214.077,10.27z M213.858,3.609 c0.004,0.051-0.166-0.061-0.166-0.061S213.856,3.557,213.858,3.609L213.858,3.609z M213.985,4.404 c0.008,0.118-0.508,0.037-0.41-0.051C213.672,4.265,213.979,4.286,213.985,4.404L213.985,4.404z M214.458,12.654 c-0.07,0.063-0.354-0.119-0.252-0.124C214.307,12.526,214.526,12.593,214.458,12.654L214.458,12.654z M214.45,8.253 c0.006,0.097-0.42,0.009-0.328-0.054C214.211,8.139,214.444,8.158,214.45,8.253L214.45,8.253z M214.35,3.657 c0.002,0.051-0.166-0.061-0.166-0.061S214.346,3.604,214.35,3.657L214.35,3.657z M214.729,10.311 c0.006,0.096-0.43-0.009-0.328-0.055C214.504,10.209,214.725,10.215,214.729,10.311L214.729,10.311z M214.42,2.056 c0.008,0.118-0.537,0.006-0.41-0.052C214.137,1.945,214.415,1.936,214.42,2.056L214.42,2.056z M214.651,3.246 c-0.154,0.092-0.576-0.312-0.385-0.319c0.115-0.003,0.209,0.059,0.293,0.121C214.625,3.1,214.723,3.201,214.651,3.246L214.651,3.246 z M214.918,3.636c0.006,0.117-0.537,0.007-0.41-0.052C214.635,3.526,214.911,3.517,214.918,3.636L214.918,3.636z M215.208,8.691 c0.006,0.119-0.441,0.197-0.402,0.082c0.02-0.056,0.092-0.084,0.156-0.105C215.042,8.639,215.204,8.62,215.208,8.691L215.208,8.691z M215.774,18.604c-0.092,0.171-0.422,0.025-0.65,0.025c-0.303-0.002-1.105,0.048-0.859-0.102c0.275-0.166,0.637,0.057,0.979,0.031 C215.428,18.545,215.85,18.465,215.774,18.604L215.774,18.604z M214.993,2.098c0.008,0.127-0.518-0.024-0.414-0.117 C214.682,1.889,214.987,1.974,214.993,2.098L214.993,2.098z M215.594,12.609c-0.057,0.107-0.271,0.015-0.408-0.017 c-0.057-0.013-0.188,0.017-0.164-0.027C215.104,12.414,215.676,12.46,215.594,12.609L215.594,12.609z M215.135,3.16 c0.006,0.091-0.365-0.152-0.254-0.156C214.993,2.998,215.129,3.069,215.135,3.16L215.135,3.16z M215.624,10.274 c-0.051,0.071-0.186,0.01-0.285,0.011c-0.135,0.006-0.262-0.02-0.371-0.083c-0.061-0.037-0.162-0.142-0.09-0.164 c0.143-0.046,0.268,0.078,0.414,0.117C215.413,10.188,215.69,10.186,215.624,10.274L215.624,10.274z M215.622,8.809 c0.006,0.1-0.426-0.024-0.332-0.087C215.385,8.659,215.616,8.709,215.622,8.809L215.622,8.809z M215.709,8.938 c0.004,0.053-0.166-0.059-0.166-0.059S215.708,8.887,215.709,8.938L215.709,8.938z M215.956,3.262 c0.004,0.059-0.066,0.095-0.113,0.139c-0.027,0.023-0.102-0.034-0.086-0.063C215.788,3.278,215.952,3.2,215.956,3.262L215.956,3.262 z M216.309,9.45c0.008,0.13-0.572,0.033-0.449-0.05C215.981,9.317,216.301,9.318,216.309,9.45L216.309,9.45z M216.055,3.591 c0.008,0.117-0.502,0.103-0.406,0.017C215.745,3.522,216.049,3.476,216.055,3.591L216.055,3.591z M216.678,8.768 c0.004,0.078-0.15,0.078-0.238,0.11c-0.068,0.023-0.176,0.095-0.203,0.041C216.178,8.791,216.67,8.633,216.678,8.768L216.678,8.768z M216.803,10.964c0.002,0.052-0.166-0.06-0.166-0.06S216.799,10.911,216.803,10.964L216.803,10.964z M216.891,12.494 c0.002,0.059-0.096,0.076-0.156,0.106c-0.174,0.079-0.393,0.096-0.57,0.022c-0.08-0.036-0.252-0.125-0.172-0.162 c0.125-0.056,0.264-0.01,0.406-0.017C216.573,12.438,216.883,12.353,216.891,12.494L216.891,12.494z M216.454,3.443 c0.004,0.052-0.166-0.061-0.166-0.061S216.452,3.391,216.454,3.443L216.454,3.443z M216.465,3.643 c0.006,0.084-0.34-0.083-0.25-0.122C216.303,3.479,216.461,3.559,216.465,3.643L216.465,3.643z M216.61,3.304 c0.004,0.097-0.432-0.008-0.33-0.055C216.383,3.203,216.604,3.208,216.61,3.304L216.61,3.304z M216.928,8.893 c0.004,0.059-0.23-0.066-0.168-0.093C216.823,8.77,216.926,8.834,216.928,8.893L216.928,8.893z M216.975,8.291 c0.006,0.095-0.43-0.008-0.328-0.054C216.749,8.189,216.971,8.194,216.975,8.291L216.975,8.291z M216.983,8.423 c0.004,0.07-0.303,0.029-0.246-0.024C216.795,8.346,216.979,8.353,216.983,8.423L216.983,8.423z M216.887,3.893 c-0.07,0.13-0.324,0.024-0.49-0.014c-0.068-0.017-0.215-0.051-0.166-0.093C216.387,3.643,216.983,3.718,216.887,3.893L216.887,3.893 z M217.975,7.252c0.004,0.077-0.174,0.052-0.238,0.109c-0.029,0.027,0.01,0.099-0.035,0.101c-0.041,0.002-0.045-0.061-0.084-0.063 c-0.059-0.003,0.076-0.102,0.031-0.136c-0.086-0.063-0.43-0.006-0.328-0.053C217.522,7.118,217.963,7.063,217.975,7.252 L217.975,7.252z M218.086,7.78c0.008,0.12-0.508,0.038-0.41-0.049C217.774,7.643,218.081,7.661,218.086,7.78L218.086,7.78z M218.307,8.773c0.008,0.151-0.346,0.042-0.529,0.02c-0.051-0.007-0.17-0.041-0.125-0.062 C217.852,8.639,218.295,8.584,218.307,8.773L218.307,8.773z M218.303,7.305c0.004,0.075-0.289-0.087-0.211-0.124 C218.172,7.144,218.299,7.232,218.303,7.305L218.303,7.305z M218.563,3.296c0.004,0.052-0.166-0.062-0.166-0.062 S218.561,3.244,218.563,3.296L218.563,3.296z M219.1,12.676c-0.117,0.069-0.266-0.057-0.41-0.05c-0.441,0.016-0.85,0.11-1.264-0.02 c-0.096-0.03-0.313-0.056-0.252-0.123c0.15-0.169,0.477-0.039,0.732-0.028c0.313,0.014,0.582-0.057,0.893-0.033 C218.95,12.431,219.221,12.604,219.1,12.676L219.1,12.676z M219.719,3.584c0.008,0.143-0.607,0.058-0.49-0.048 C219.346,3.432,219.711,3.443,219.719,3.584L219.719,3.584z M220.067,8.237c0.004,0.076-0.338-0.052-0.248-0.056 C219.909,8.179,220.063,8.164,220.067,8.237L220.067,8.237z M219.909,4.044c0.004,0.052-0.219-0.03-0.166-0.061 C219.793,3.953,219.905,3.992,219.909,4.044L219.909,4.044z M220.344,10.229c0.002,0.052-0.166-0.061-0.166-0.061 S220.34,10.177,220.344,10.229L220.344,10.229z M220.034,3.372c0.008,0.154-0.707,0.011-0.533-0.046 C219.676,3.271,220.024,3.219,220.034,3.372L220.034,3.372z M220.254,7.232c0.002,0.05-0.166-0.062-0.166-0.062 S220.25,7.179,220.254,7.232L220.254,7.232z M220.965,12.538c0.006,0.116-0.264,0.063-0.406,0.047 c-0.063-0.005-0.127,0.119-0.158,0.075C220.301,12.515,220.956,12.372,220.965,12.538L220.965,12.538z M220.52,3.354 c0.004,0.07-0.158-0.027-0.244-0.024c-0.061,0.004-0.158,0.089-0.162,0.041C220.108,3.253,220.514,3.236,220.52,3.354L220.52,3.354z M220.961,8.204c0.006,0.118-0.537,0.007-0.41-0.051S220.954,8.086,220.961,8.204L220.961,8.204z M221.053,8.4 c0.012,0.21-0.475,0.029-0.73,0.027c-0.129,0-0.24,0.032-0.367,0.015c-0.111-0.017-0.369-0.051-0.291-0.122 c0.154-0.137,0.422-0.016,0.65-0.023C220.577,8.285,221.042,8.187,221.053,8.4L221.053,8.4z M221.168,10.396 c0.002,0.051-0.219-0.031-0.166-0.061C221.053,10.306,221.165,10.344,221.168,10.396L221.168,10.396z M221.241,10.26 c-0.059,0.081-0.381-0.062-0.291-0.122C221.038,10.078,221.301,10.18,221.241,10.26L221.241,10.26z M221.372,12.522 c0.002,0.052-0.168-0.06-0.168-0.06S221.368,12.471,221.372,12.522L221.372,12.522z M221.375,11.188 c0.004,0.07-0.182-0.039-0.244,0.009c-0.029,0.025-0.107-0.028-0.121,0.006c-0.047,0.112,0.238,0.29,0.1,0.329 c-0.15,0.041-0.258-0.198-0.223-0.324c0.012-0.034-0.045-0.087-0.004-0.1C221.047,11.055,221.368,11.044,221.375,11.188 L221.375,11.188z M221.483,8.784c0.004,0.071-0.305,0.029-0.246-0.023S221.479,8.713,221.483,8.784L221.483,8.784z M221.639,11.512 c0.004,0.074-0.338-0.053-0.248-0.056C221.481,11.45,221.635,11.438,221.639,11.512L221.639,11.512z M221.268,3.591 c-0.059,0.108-0.266-0.016-0.408-0.016c-0.219,0-0.777,0.042-0.615-0.078c0.105-0.079,0.258-0.063,0.402-0.08 c0.098-0.014,0.188-0.031,0.283-0.013c0.074,0.014,0.131-0.102,0.199-0.073C221.239,3.376,221.317,3.5,221.268,3.591L221.268,3.591z M221.778,8.238c0.002,0.061-0.24-0.091-0.168-0.093C221.68,8.144,221.774,8.182,221.778,8.238L221.778,8.238z M221.786,8.372 c0.008,0.153-0.715-0.013-0.533-0.044c0.127-0.023,0.246-0.017,0.367,0.018C221.676,8.361,221.782,8.324,221.786,8.372 L221.786,8.372z M221.889,8.768c0.002,0.054-0.219-0.027-0.166-0.06C221.774,8.677,221.885,8.718,221.889,8.768L221.889,8.768z M222.209,12.957c0.004,0.063-0.131,0.043-0.199,0.074c-0.063,0.027-0.143,0.038-0.203,0.008c-0.055-0.028-0.145-0.104-0.088-0.13 C221.87,12.84,222.202,12.814,222.209,12.957L222.209,12.957z M221.75,3.508c0.004,0.062-0.16-0.189-0.09-0.164 C221.731,3.37,221.747,3.444,221.75,3.508L221.75,3.508z M222.254,10.888c0.002,0.053-0.166-0.06-0.166-0.06 S222.252,10.836,222.254,10.888L222.254,10.888z M222.358,11.284c0.008,0.116-0.266-0.007-0.408-0.018 c-0.127-0.011-0.391-0.027-0.332-0.12c0.09-0.146,0.398-0.107,0.568-0.022c0.037,0.019-0.014,0.069,0.006,0.1 C222.223,11.271,222.356,11.231,222.358,11.284L222.358,11.284z M222.081,3.562c-0.045,0.103-0.328-0.193-0.219-0.259 C221.969,3.236,222.124,3.457,222.081,3.562L222.081,3.562z M222.594,12.543c0.002,0.052-0.166-0.062-0.166-0.062 S222.59,12.491,222.594,12.543L222.594,12.543z M222.573,10.742c-0.059,0.053-0.117-0.245-0.053-0.198 C222.584,10.592,222.629,10.691,222.573,10.742L222.573,10.742z M222.87,11.664c0.002,0.059-0.074,0.091-0.115,0.139 c-0.025,0.03,0.002,0.079-0.035,0.101c-0.229,0.139-0.531-0.058-0.816-0.035c-0.133,0.012-0.229,0.088-0.359,0.113 c-0.158,0.032-0.326,0.002-0.451-0.082c-0.098-0.063-0.131-0.153-0.217-0.225c-0.061-0.05-0.193,0.065-0.244,0.01 c-0.145-0.16,0.529-0.177,0.689-0.027c0.039,0.037-0.002,0.155,0.049,0.131c0.107-0.048,0.16-0.142,0.275-0.176 c0.334-0.107,0.693-0.06,1.021,0.061C222.731,11.695,222.866,11.606,222.87,11.664L222.87,11.664z M222.922,12.596 c-0.051,0.046-0.152-0.127-0.09-0.163C222.893,12.396,222.973,12.549,222.922,12.596L222.922,12.596z M222.942,12.928 c0.004,0.079-0.244,0.033-0.238,0.109c0.002,0.043,0.135,0.085,0.086,0.098c-0.158,0.038-0.504-0.067-0.418-0.184 c0.029-0.04,0.111,0.011,0.164-0.007C222.667,12.9,222.934,12.812,222.942,12.928L222.942,12.928z M222.958,7.527 c0.008,0.131-0.557,0.047-0.449-0.05C222.614,7.382,222.95,7.396,222.958,7.527L222.958,7.527z M223.116,8.855 c0.008,0.15-0.346,0.043-0.529,0.021c-0.051-0.007-0.17-0.042-0.125-0.063C222.663,8.721,223.104,8.668,223.116,8.855L223.116,8.855 z M223.268,10.114c0.006,0.102-0.379,0.006-0.33-0.085S223.262,10.017,223.268,10.114L223.268,10.114z M223.407,12.511 c0.004,0.071-0.281,0.04-0.246-0.023C223.196,12.423,223.401,12.44,223.407,12.511L223.407,12.511z M223.182,7.186 c0.01,0.163-0.371,0.041-0.568,0.022c-0.063-0.006-0.221-0.035-0.166-0.062c0.225-0.102,0.543-0.136,0.732,0.006 C223.192,7.159,223.182,7.174,223.182,7.186L223.182,7.186z M224.334,13.075c-0.074,0.176-0.424,0.025-0.65,0.025 c-0.234-0.001-0.646,0.083-0.658-0.108c-0.004-0.092,0.123-0.171,0.234-0.176c0.123-0.005,0.172,0.146,0.295,0.155 c0.24,0.018,0.498-0.183,0.688-0.059C224.303,12.951,224.358,13.017,224.334,13.075L224.334,13.075z M224.381,12.475 c-0.053,0.096-0.23,0.085-0.363,0.08c-0.141-0.007-0.451-0.119-0.336-0.188C223.883,12.247,224.481,12.287,224.381,12.475 L224.381,12.475z M224.077,2.884c0.008,0.151-0.346,0.043-0.527,0.02c-0.051-0.005-0.172-0.041-0.127-0.062 C223.624,2.751,224.065,2.696,224.077,2.884L224.077,2.884z M224.655,10.129c0.01,0.175-0.396,0.023-0.609,0.023 c-0.137,0-0.48-0.02-0.373-0.086c0.139-0.082,0.314-0.052,0.486-0.052C224.338,10.017,224.645,9.982,224.655,10.129L224.655,10.129z M224.907,13.12c0.006,0.104-0.461-0.114-0.332-0.12C224.702,12.993,224.901,13.017,224.907,13.12L224.907,13.12z M224.649,7.196 c0.035,0.072-0.158,0.065-0.238,0.108c-0.053,0.029-0.102-0.062-0.166-0.06c-0.043,0.002,0.045,0.085,0.006,0.1 c-0.102,0.035-0.271-0.114-0.215-0.192c0.096-0.13,0.363-0.09,0.529-0.02C224.6,7.146,224.635,7.167,224.649,7.196L224.649,7.196z M224.672,7.595c-0.076,0.142-0.684,0.045-0.533-0.047C224.292,7.459,224.747,7.455,224.672,7.595L224.672,7.595z M224.795,8.324 c0.006,0.116-0.266-0.008-0.408-0.019c-0.061-0.002-0.08-0.063-0.127-0.095c-0.041-0.025-0.154,0.103-0.119,0.072 c0.104-0.094,0.246-0.162,0.398-0.15c0.057,0.006-0.039,0.105,0.008,0.134C224.62,8.31,224.792,8.251,224.795,8.324L224.795,8.324z M224.981,8.718c0.008,0.15-0.352,0.061-0.529,0.02c-0.068-0.017-0.186-0.095-0.129-0.129c0.162-0.097,0.4-0.04,0.572,0.045 C224.93,8.672,224.979,8.685,224.981,8.718L224.981,8.718z M225.194,8.175c0.008,0.147-0.664-0.063-0.496-0.114 c0.123-0.039,0.246,0.02,0.369,0.052C225.118,8.126,225.192,8.133,225.194,8.175L225.194,8.175z M225.319,10.371 c0.004,0.048-0.164-0.027-0.164-0.027s0.115-0.059,0.078-0.071C225.184,10.26,225.317,10.328,225.319,10.371L225.319,10.371z M225.09,3.512c0.006,0.118-0.537,0.009-0.41-0.051C224.805,3.403,225.083,3.394,225.09,3.512L225.09,3.512z M225.305,4.436 c0.004,0.061-0.053,0.11-0.113,0.141c-0.102,0.044-0.369-0.054-0.293-0.124c0.076-0.068,0.213-0.07,0.324-0.045 C225.252,4.414,225.303,4.41,225.305,4.436L225.305,4.436z M225.633,10.158c0.002,0.06-0.135-0.003-0.203,0.008 c-0.139,0.025-0.482-0.044-0.375-0.118C225.217,9.939,225.624,9.988,225.633,10.158L225.633,10.158z M225.356,3.902 c0.004,0.048-0.158,0.088-0.16,0.038c-0.004-0.058,0.123-0.156,0.156-0.105C225.366,3.855,225.356,3.879,225.356,3.902 L225.356,3.902z M225.555,7.361v0.012c0.135,0.018,0.277,0.045,0.408,0.039c0.244-0.009,0.453,0.06,0.695,0.041 c0.348-0.028,0.676-0.073,1.002-0.103c-0.025,0-0.051-0.002-0.07,0c-0.348,0.012-1.314-0.015-0.982-0.097 c0.234-0.058,0.463-0.086,0.695-0.086c-0.033-0.003-0.064-0.005-0.092-0.003c-0.285,0.011-1.082,0.048-0.816-0.036 c0.398-0.126,0.801-0.116,1.221-0.046c0.074,0.012,0.201-0.005,0.205,0.059c0.002,0.034-0.012,0.055-0.037,0.067l0,0 c0.076,0.013,0.205-0.005,0.207,0.06c0.002,0.027-0.012,0.046-0.035,0.06c0.293-0.015,0.588-0.011,0.896,0.041 c0.15,0.023,0.428,0.065,0.377,0.184c-0.084,0.198-0.475,0.02-0.73,0.028c-0.143,0.006-0.271,0.056-0.406,0.017 c-0.039-0.011,0.113-0.058,0.076-0.07c-0.262-0.096-0.527,0.074-0.807,0.131c-0.111,0.023-0.213-0.011-0.326-0.02 c-0.297-0.026-0.561-0.021-0.854,0.031c-0.111,0.021-0.361,0.101-0.324,0.014c0.023-0.056,0.166-0.099,0.113-0.138 c-0.225-0.169-1.064,0.082-0.861-0.102c0.031-0.025,0.064-0.047,0.102-0.059c-0.121-0.046-0.244-0.112-0.316-0.166 c-0.039-0.028-0.127-0.069-0.088-0.097c0.199-0.133,0.621-0.025,0.703,0.175C225.52,7.321,225.553,7.336,225.555,7.361 L225.555,7.361z M225.848,12.483c0.006,0.107-0.471,0.017-0.371-0.053C225.579,12.364,225.84,12.376,225.848,12.483L225.848,12.483z M225.84,8.084c0.004,0.096-0.432-0.008-0.33-0.055C225.614,7.984,225.834,7.987,225.84,8.084L225.84,8.084z M225.881,8.815 c0.01,0.162-0.371,0.042-0.568,0.021c-0.064-0.006-0.209-0.021-0.166-0.06c0.088-0.079,0.23-0.082,0.361-0.081 C225.649,8.698,225.875,8.701,225.881,8.815L225.881,8.815z M225.969,10.346c0.008,0.146-0.664-0.061-0.496-0.113 c0.137-0.043,0.287-0.012,0.41,0.052C225.918,10.299,225.967,10.313,225.969,10.346L225.969,10.346z M226,10.879 c0.006,0.124-0.539-0.044-0.414-0.119C225.709,10.686,225.993,10.754,226,10.879L226,10.879z M225.723,4.62 c-0.047,0.054-0.232-0.083-0.17-0.126C225.616,4.452,225.77,4.567,225.723,4.62L225.723,4.62z M225.768,5.42 c0.012,0.209-0.904,0.15-0.732-0.007c0.135-0.12,0.381-0.074,0.568-0.021C225.661,5.408,225.766,5.372,225.768,5.42L225.768,5.42z M226.112,11.408c0.008,0.162-0.371,0.04-0.57,0.02c-0.063-0.005-0.209-0.02-0.166-0.06c0.154-0.139,0.469-0.137,0.65-0.025 C226.057,11.365,226.11,11.374,226.112,11.408L226.112,11.408z M226.346,12.663c0.004,0.077-0.338-0.052-0.248-0.057 C226.188,12.604,226.342,12.591,226.346,12.663L226.346,12.663z M225.92,3.813c0.006,0.097-0.43-0.007-0.328-0.054 C225.696,3.712,225.917,3.717,225.92,3.813L225.92,3.813z M226.116,7.206c0.004,0.094-0.381-0.063-0.293-0.121 C225.913,7.023,226.11,7.111,226.116,7.206L226.116,7.206z M226.305,10.533c0.004,0.052-0.166-0.062-0.166-0.062 S226.303,10.481,226.305,10.533L226.305,10.533z M226.364,10.131c0.004,0.051-0.166-0.061-0.166-0.061S226.36,10.078,226.364,10.131 L226.364,10.131z M226.569,10.855c0.004,0.075-0.291-0.088-0.211-0.124C226.436,10.694,226.565,10.782,226.569,10.855 L226.569,10.855z M226.598,11.388c0.004,0.054-0.166-0.06-0.166-0.06S226.596,11.337,226.598,11.388L226.598,11.388z M226.493,8.126 c-0.066,0.091-0.256,0.003-0.369-0.053c-0.027-0.015-0.072-0.054-0.045-0.066C226.213,7.947,226.573,8.018,226.493,8.126 L226.493,8.126z M226.389,3.463c0.01,0.162-0.367,0.047-0.566,0.054c-0.162,0.006-0.584-0.004-0.453-0.082 c0.23-0.139,0.539-0.095,0.813-0.031C226.256,3.42,226.385,3.4,226.389,3.463L226.389,3.463z M226.694,8.784 c-0.057,0.051-0.162-0.011-0.244,0.01c-0.143,0.036-0.541-0.026-0.41-0.085c0.148-0.068,0.313-0.045,0.484-0.05 C226.604,8.655,226.749,8.735,226.694,8.784L226.694,8.784z M226.862,10.312c0.006,0.077-0.332-0.053-0.248-0.091 C226.696,10.182,226.858,10.233,226.862,10.312L226.862,10.312z M226.819,8.112c-0.023,0.056-0.209-0.045-0.168-0.095 C226.69,7.971,226.842,8.059,226.819,8.112L226.819,8.112z M226.665,3.984c0.006,0.107-0.232,0.076-0.363,0.08 c-0.139,0.008-0.494-0.062-0.373-0.117c0.225-0.104,0.543-0.137,0.734,0.004C226.672,3.959,226.663,3.974,226.665,3.984 L226.665,3.984z M227.147,12.434c0.012,0.21-0.475,0.02-0.73,0.029c-0.146,0.005-0.555-0.047-0.41-0.051 c0.127-0.005,0.236-0.005,0.365-0.014C226.643,12.376,227.135,12.212,227.147,12.434L227.147,12.434z M227.096,10.102 c0.008,0.144-0.643,0.023-0.492-0.048C226.754,9.985,227.088,9.96,227.096,10.102L227.096,10.102z M227.178,8.7 c0.004,0.084-0.18,0.093-0.281,0.077c-0.057-0.011-0.059-0.116-0.008-0.134C226.985,8.61,227.172,8.615,227.178,8.7L227.178,8.7z M227.42,10.089c0.004,0.054-0.166-0.058-0.166-0.058S227.418,10.038,227.42,10.089L227.42,10.089z M227.561,12.551 c-0.055,0.05-0.25-0.123-0.17-0.126S227.616,12.503,227.561,12.551L227.561,12.551z M227.379,3.691 c0.008,0.142-0.313,0.057-0.482,0.084c-0.283,0.047-1.041,0.081-0.818-0.068c0.1-0.067,0.236-0.032,0.363-0.047 c0.324-0.039,0.693-0.184,0.938-0.003C227.389,3.666,227.379,3.681,227.379,3.691L227.379,3.691z M227.903,11.406 c0.008,0.144-0.635,0.003-0.492-0.082C227.551,11.237,227.895,11.262,227.903,11.406L227.903,11.406z M228.049,11.132 c0.004,0.074-0.336-0.053-0.246-0.055C227.891,11.073,228.045,11.059,228.049,11.132L228.049,11.132z M228.084,10.331 c0.006,0.085-0.34-0.082-0.25-0.124C227.924,10.166,228.081,10.248,228.084,10.331L228.084,10.331z M227.868,3.671 c-0.041,0.059-0.236-0.087-0.17-0.126C227.762,3.506,227.909,3.615,227.868,3.671L227.868,3.671z M228.233,10.06 c0.01,0.166-0.752,0.003-0.574-0.078C227.836,9.899,228.223,9.893,228.233,10.06L228.233,10.06z M228.309,11.39 c0.004,0.085-0.316,0.025-0.289-0.056C228.049,11.252,228.303,11.305,228.309,11.39L228.309,11.39z M228.452,12.45 c0.006,0.105-0.455-0.09-0.334-0.119C228.241,12.3,228.446,12.346,228.452,12.45L228.452,12.45z M228.18,3.461 c0.004,0.051-0.166-0.061-0.166-0.061S228.178,3.407,228.18,3.461L228.18,3.461z M228.278,3.723 c-0.059,0.107-0.502,0.103-0.406,0.017S228.334,3.615,228.278,3.723L228.278,3.723z M228.643,10.111 c0.002,0.05-0.166-0.062-0.166-0.062S228.639,10.058,228.643,10.111L228.643,10.111z M228.721,8.641 c0.004,0.073-0.338-0.055-0.248-0.059C228.563,8.581,228.717,8.567,228.721,8.641L228.721,8.641z M228.938,12.433 c0.006,0.085-0.193-0.021-0.287-0.057c-0.041-0.014-0.154-0.001-0.125-0.028C228.625,12.258,228.932,12.311,228.938,12.433 L228.938,12.433z M228.807,7.304c0.006,0.073-0.336-0.055-0.246-0.057C228.651,7.243,228.803,7.23,228.807,7.304L228.807,7.304z M228.766,3.704c-0.055,0.073-0.18,0.094-0.281,0.078c-0.057-0.009-0.057-0.109-0.008-0.133 C228.565,3.603,228.819,3.632,228.766,3.704L228.766,3.704z M229.024,3.961c-0.033,0.062-0.244-0.099-0.17-0.126 C228.926,3.807,229.057,3.901,229.024,3.961L229.024,3.961z M229.45,11.412c0.002,0.013-0.002,0.023-0.008,0.033 c0.236,0.016,0.479,0.042,0.664,0.042c0.572,0.002,1.082-0.09,1.631,0.038c0.078,0.016,0.225,0.077,0.17,0.126 c-0.039,0.034-0.109-0.011-0.162,0.007c-0.061,0.018-0.105,0.101-0.158,0.072c-0.049-0.027,0.01-0.133-0.049-0.131 c-0.234,0.009-0.428,0.234-0.643,0.157c-0.059-0.02-0.025-0.132-0.088-0.13c-0.102,0.005-0.102,0.142-0.193,0.175 c-0.342,0.119-0.689-0.008-1.059,0.007c-0.291,0.011-0.596,0.049-0.82-0.102c-0.033-0.022-0.121,0.039-0.123,0.004 c-0.01-0.187,0.168-0.254,0.416-0.271l-0.025-0.01c-0.104-0.051,0.117-0.237,0.234-0.209 C229.342,11.248,229.444,11.32,229.45,11.412L229.45,11.412z M229.584,8.073c0.012,0.21-0.49-0.072-0.732-0.006 c-0.086,0.025-0.232,0.135-0.152,0.173c0.109,0.055,0.289-0.097,0.365-0.015c0.189,0.21-0.572,0.131-0.887,0.169 c-0.283,0.033-0.555,0.06-0.816-0.035c-0.082-0.03-0.162-0.15-0.092-0.197c0.076-0.052,0.203,0.069,0.285,0.023 c0.076-0.043,0.064-0.157,0.154-0.173c0.277-0.053,0.529,0.003,0.813-0.03c0.338-0.043,0.684-0.117,0.979,0.028 C229.534,8.026,229.583,8.041,229.584,8.073L229.584,8.073z M229.711,10.27c0.002,0.052-0.168-0.061-0.168-0.061 S229.708,10.218,229.711,10.27L229.711,10.27z M229.43,3.945c0.004,0.073-0.338-0.053-0.248-0.056 C229.272,3.885,229.426,3.872,229.43,3.945L229.43,3.945z M229.45,4.278c-0.029,0.054-0.227-0.06-0.168-0.094 C229.338,4.15,229.477,4.225,229.45,4.278L229.45,4.278z M229.938,11.395c0.004,0.077-0.334-0.053-0.25-0.092 C229.772,11.265,229.932,11.316,229.938,11.395L229.938,11.395z M229.577,3.673c0.006,0.097-0.43-0.005-0.328-0.054 C229.35,3.573,229.573,3.577,229.577,3.673L229.577,3.673z M229.75,3.867c0.004,0.052-0.166-0.061-0.166-0.061 S229.749,3.813,229.75,3.867L229.75,3.867z M230.11,8.721c0.004,0.07-0.162-0.047-0.246-0.024c-0.311,0.085-0.65,0.207-0.932,0.069 c-0.049-0.024-0.053-0.105-0.008-0.133c0.252-0.152,0.584-0.07,0.895-0.036C229.932,8.61,230.104,8.627,230.11,8.721L230.11,8.721z M230.442,10.241c0.004,0.07-0.305,0.028-0.246-0.023C230.254,10.165,230.438,10.171,230.442,10.241L230.442,10.241z M230.575,12.57 c0.01,0.162-0.369,0.033-0.568,0.021c-0.09-0.006-0.326-0.021-0.248-0.058c0.139-0.063,0.285-0.089,0.443-0.083 C230.342,12.455,230.569,12.455,230.575,12.57L230.575,12.57z M230.516,8.705c-0.047,0.043-0.225-0.06-0.168-0.095 C230.407,8.577,230.565,8.661,230.516,8.705L230.516,8.705z M230.897,11.091c0.006,0.083-0.34-0.083-0.252-0.125 C230.735,10.927,230.893,11.006,230.897,11.091L230.897,11.091z M230.731,3.896c0.002,0.058-0.24-0.091-0.17-0.093 C230.633,3.8,230.727,3.839,230.731,3.896L230.731,3.896z M231.217,12.412l-0.008,0.011c0.041-0.009,0.084-0.011,0.129-0.016 c0.064-0.008,0.014-0.15,0.074-0.136c0.117,0.026,0.209,0.18,0.137,0.26c-0.105,0.121-0.646,0.051-0.545-0.037 c-0.115,0-0.25-0.033-0.355-0.062c-0.039-0.01-0.113-0.038-0.086-0.063C230.717,12.23,231.334,12.25,231.217,12.412L231.217,12.412z M231.178,8.879c0.002,0.053-0.166-0.061-0.166-0.061S231.174,8.826,231.178,8.879L231.178,8.879z M231.213,8.078 c0.004,0.053-0.166-0.061-0.166-0.061S231.211,8.025,231.213,8.078L231.213,8.078z M231.725,11.326 c0.01,0.174-0.396,0.015-0.609,0.022c-0.344,0.013-1.232,0.161-0.979-0.03c0.314-0.235,0.795-0.087,1.219-0.046 C231.487,11.286,231.719,11.219,231.725,11.326L231.725,11.326z M231.875,8.252c0.01,0.174-0.396,0.016-0.609,0.024 c-0.344,0.013-0.654,0.063-0.979-0.028c-0.07-0.022-0.203,0.033-0.205-0.026c-0.01-0.144,0.316-0.066,0.48-0.118 c0.053-0.018-0.061-0.117-0.008-0.133c0.145-0.047,0.225,0.175,0.377,0.186c0.215,0.013,0.393-0.115,0.605-0.09 C231.68,8.08,231.868,8.135,231.875,8.252L231.875,8.252z M231.879,6.918c0.004,0.053-0.166-0.059-0.166-0.059 S231.877,6.865,231.879,6.918L231.879,6.918z M231.983,8.714c0.01,0.177-0.396,0.017-0.609,0.024c-0.16,0.006-0.443,0.08-0.451-0.05 c-0.01-0.17,0.551-0.325,0.561-0.155c0.004,0.053-0.125,0.107-0.072,0.137C231.577,8.763,231.973,8.55,231.983,8.714L231.983,8.714z M232.354,12.366c0.008,0.13-0.299,0.062-0.445,0.019c-0.049-0.013-0.16-0.031-0.127-0.062 C231.918,12.2,232.346,12.203,232.354,12.366L232.354,12.366z M231.954,3.915c-0.045,0.083-0.34-0.098-0.254-0.156 S231.997,3.832,231.954,3.915L231.954,3.915z M232.348,7.968c0.008,0.141-0.33,0.108-0.486,0.052 c-0.029-0.011-0.107-0.014-0.084-0.03C231.932,7.886,232.338,7.804,232.348,7.968L232.348,7.968z M232.526,8.228 c0.002,0.052-0.166-0.06-0.166-0.06S232.522,8.175,232.526,8.228L232.526,8.228z M232.786,11.352 c-0.063,0.115-0.518-0.023-0.414-0.116C232.475,11.141,232.846,11.236,232.786,11.352L232.786,11.352z M233.016,8.274 c0.006,0.085-0.34-0.082-0.252-0.123C232.854,8.11,233.012,8.19,233.016,8.274L233.016,8.274z M233.192,11.335 c0.004,0.086-0.354-0.12-0.252-0.123C233.042,11.208,233.186,11.252,233.192,11.335L233.192,11.335z M233.211,10.27 c0.008,0.117-0.537,0.005-0.41-0.052C232.928,10.158,233.206,10.148,233.211,10.27L233.211,10.27z M232.961,4.477 c0.008,0.116-0.467-0.233-0.336-0.188C232.756,4.338,232.956,4.361,232.961,4.477L232.961,4.477z M233.241,7.934 c0.008,0.131-0.557,0.047-0.451-0.05C232.897,7.788,233.233,7.802,233.241,7.934L233.241,7.934z M233.143,4.804 c0.004,0.053-0.166-0.061-0.166-0.061S233.141,4.751,233.143,4.804L233.143,4.804z M233.36,8.596 c-0.051,0.096-0.238,0.003-0.365,0.013c-0.197,0.017-0.371,0.039-0.568,0.022c-0.131-0.011-0.363,0.055-0.369-0.052 c-0.008-0.14,0.314-0.039,0.484-0.052C232.829,8.504,233.477,8.38,233.36,8.596L233.36,8.596z M233.157,3.603 c0.008,0.142-0.643,0.021-0.492-0.047C232.817,3.486,233.149,3.461,233.157,3.603L233.157,3.603z M233.76,11.313 c0.006,0.12-0.537,0.007-0.41-0.051C233.477,11.204,233.752,11.194,233.76,11.313L233.76,11.313z M233.772,11.514 c0.006,0.099-0.225,0.051-0.32,0.113c-0.08,0.051-0.055,0.173-0.15,0.204c-0.309,0.105-0.609-0.115-0.943-0.13 c-0.1-0.004-0.195,0.049-0.285,0.01c-0.102-0.041,0.043-0.205,0.148-0.237c0.387-0.122,0.768-0.03,1.182-0.014 C233.534,11.467,233.766,11.406,233.772,11.514L233.772,11.514z M233.983,12.372c0.01,0.165-0.371-0.004-0.57-0.012 c-0.273-0.011-1.033,0.012-0.777-0.07c0.359-0.113,0.729-0.095,1.1-0.008C233.827,12.304,233.979,12.293,233.983,12.372 L233.983,12.372z M233.825,8.177c0.006,0.094-0.209,0.057-0.322,0.047c-0.104-0.009-0.305-0.052-0.252-0.124 c0.088-0.119,0.344-0.058,0.49,0.015C233.774,8.132,233.823,8.145,233.825,8.177L233.825,8.177z M233.711,4.781 c0.004,0.053-0.164-0.061-0.164-0.061S233.709,4.729,233.711,4.781L233.711,4.781z M234.008,9.972c0.008,0.136-0.6-0.05-0.453-0.117 c0.113-0.054,0.258-0.004,0.369,0.053C233.958,9.926,234.006,9.938,234.008,9.972L234.008,9.972z M234.11,10.301 c-0.084,0.152-0.738-0.146-0.541-0.181C233.768,10.087,234.192,10.146,234.11,10.301L234.11,10.301z M234.262,11.561 c-0.047,0.044-0.238-0.091-0.168-0.093C234.167,11.465,234.311,11.518,234.262,11.561L234.262,11.561z M234.204,4.83 c-0.059,0.079-0.381-0.063-0.293-0.122C234,4.647,234.262,4.748,234.204,4.83L234.204,4.83z M234.995,11.534 c-0.023,0.043-0.189,0.016-0.164-0.028c0.021-0.043,0.16-0.052,0.162-0.006C234.993,11.512,235,11.522,234.995,11.534 L234.995,11.534z M235.213,8.259c-0.145,0.163-0.451-0.077-0.697-0.107c-0.205-0.025-0.527,0.053-0.576-0.11 c-0.027-0.09,0.09-0.244,0.191-0.208c0.051,0.018-0.043,0.112,0.008,0.133c0.105,0.041,0.297,0.146,0.328,0.054 c0.023-0.068-0.057-0.208,0.029-0.201c0.191,0.02,0.305,0.155,0.463,0.249c0.09,0.054,0.283,0.069,0.252,0.157 C235.208,8.237,235.221,8.248,235.213,8.259L235.213,8.259z M235.303,6.986c0.006,0.086-0.357,0.009-0.287-0.054 C235.086,6.868,235.299,6.903,235.303,6.986L235.303,6.986z M235.659,13.175c0.002,0.057-0.252,0.052-0.203,0.007 C235.502,13.139,235.655,13.117,235.659,13.175L235.659,13.175z M235.233,4.323c0.008,0.118-0.262,0.058-0.404,0.049 c-0.117-0.006-0.408,0.017-0.328-0.055c0.172-0.154,0.541-0.169,0.73-0.026C235.243,4.297,235.233,4.312,235.233,4.323 L235.233,4.323z M235.473,8.515c0.004,0.053-0.166-0.061-0.166-0.061S235.471,8.463,235.473,8.515L235.473,8.515z M235.524,7.979 c0.006,0.095-0.381-0.063-0.293-0.122C235.321,7.799,235.518,7.886,235.524,7.979L235.524,7.979z M235.709,11.239 c0.004,0.051-0.166-0.061-0.166-0.061S235.708,11.187,235.709,11.239L235.709,11.239z M235.811,11.568 c0.002,0.042-0.076,0.048-0.119,0.071c-0.119,0.069-0.449-0.05-0.375-0.152c0.045-0.061,0.156-0.05,0.242-0.043 C235.661,11.454,235.805,11.484,235.811,11.568L235.811,11.568z M235.528,3.778c0.004,0.052-0.166-0.061-0.166-0.061 S235.526,3.727,235.528,3.778L235.528,3.778z M235.856,8.1c-0.064,0.059-0.229-0.191-0.133-0.194S235.92,8.041,235.856,8.1 L235.856,8.1z M236.04,11.294c-0.039,0.034-0.008-0.135-0.008-0.135S236.077,11.259,236.04,11.294L236.04,11.294z M236.188,12.487 c-0.102,0.241-0.553-0.154-0.863-0.168c-0.33-0.014-1.111,0.17-0.941-0.063c0.074-0.099,0.266-0.004,0.406-0.016 c0.496-0.039,1.598-0.159,1.396,0.214C236.18,12.465,236.194,12.477,236.188,12.487L236.188,12.487z M236.502,12.275 c0.004,0.058-0.238-0.091-0.168-0.093C236.405,12.18,236.499,12.216,236.502,12.275L236.502,12.275z M236.127,4.289 c0.008,0.163-0.371,0.041-0.568,0.021c-0.057-0.006-0.213,0.028-0.164,0.005C235.62,4.214,236.116,4.079,236.127,4.289 L236.127,4.289z M236.69,11.269c0.002,0.058-0.24-0.091-0.17-0.095C236.592,11.172,236.686,11.21,236.69,11.269L236.69,11.269z M236.827,12.263c0.004,0.052-0.166-0.061-0.166-0.061S236.825,12.21,236.827,12.263L236.827,12.263z M236.641,4.735 c0.01,0.165-0.367,0.048-0.566,0.056c-0.344,0.013-1.311,0.02-0.98-0.062c0.193-0.048,0.398-0.023,0.563-0.123 c0.041-0.025-0.121-0.064-0.088-0.096c0.098-0.088,0.273-0.021,0.408,0.017c0.059,0.018,0.164,0.056,0.129,0.096 c-0.031,0.034-0.166,0.055-0.119,0.072C236.198,4.771,236.631,4.548,236.641,4.735L236.641,4.735z M236.833,8.063 c0.006,0.127-0.305,0.069-0.447,0.017c-0.076-0.026-0.209-0.138-0.133-0.161c0.102-0.032,0.186,0.069,0.291,0.089 C236.645,8.023,236.827,7.977,236.833,8.063L236.833,8.063z M237.502,18.37c0.002,0.053-0.166-0.059-0.166-0.059 S237.499,18.319,237.502,18.37L237.502,18.37z M237.254,11.181c0.006,0.116-0.533,0.038-0.408-0.02 C236.971,11.104,237.247,11.064,237.254,11.181L237.254,11.181z M237.477,12.238c0.008,0.142-0.643,0.021-0.49-0.047 C237.137,12.121,237.469,12.097,237.477,12.238L237.477,12.238z M237.268,4.312c0.004,0.053-0.166-0.06-0.166-0.06 S237.266,4.261,237.268,4.312L237.268,4.312z M237.588,9.901c0.004,0.072-0.338-0.055-0.248-0.058 C237.43,9.84,237.584,9.827,237.588,9.901L237.588,9.901z M237.819,8.225c0.01,0.19-0.643-0.138-0.549-0.313 c0.084-0.153,0.438,0.09,0.504,0.247C237.784,8.186,237.817,8.199,237.819,8.225L237.819,8.225z M237.977,11.02 c0.004,0.052-0.166-0.061-0.166-0.061S237.975,10.966,237.977,11.02L237.977,11.02z M237.702,4.764 c-0.041,0.076-0.32-0.063-0.252-0.125C237.518,4.576,237.743,4.685,237.702,4.764L237.702,4.764z M237.995,8.484 c0.01,0.163-0.369,0.034-0.568,0.021c-0.09-0.005-0.326-0.02-0.248-0.057c0.225-0.104,0.512-0.136,0.732-0.027 C237.944,8.438,237.993,8.452,237.995,8.484L237.995,8.484z M237.997,7.085c0.039,0.057-0.078,0.156-0.154,0.139 c-0.096-0.021-0.111-0.219-0.014-0.233C237.899,6.981,237.961,7.033,237.997,7.085L237.997,7.085z M238.127,7.947 c0.004,0.051-0.166-0.062-0.166-0.062S238.125,7.894,238.127,7.947L238.127,7.947z M238,4.284c0.004,0.097-0.432-0.008-0.33-0.054 C237.774,4.183,237.995,4.188,238,4.284L238,4.284z M238.29,5.073c0.01,0.166-0.699-0.004-0.564,0.121 c0.061,0.056,0.295-0.007,0.248,0.058c-0.066,0.09-0.236,0.026-0.363,0.046c-0.285,0.047-1.074,0.015-0.82-0.1 c0.188-0.088,0.559,0.112,0.607-0.059c0.018-0.058-0.029-0.133,0.031-0.168c0.223-0.127,0.541-0.11,0.773,0.004 C238.247,4.998,238.286,5.03,238.29,5.073L238.29,5.073z M238.7,12.258c0.006,0.095-0.213-0.025-0.326-0.02 c-0.064,0.001-0.219-0.031-0.166-0.062C238.348,12.092,238.692,12.114,238.7,12.258L238.7,12.258z M238.381,5.27 c0.004,0.073-0.326-0.021-0.248-0.057C238.213,5.177,238.377,5.196,238.381,5.27L238.381,5.27z M238.887,11.25 c-0.082,0.148-0.371-0.002-0.572-0.011c-0.234-0.012-0.814,0.033-0.656-0.108c0.152-0.138,0.422-0.033,0.65-0.026 C238.52,11.115,238.971,11.092,238.887,11.25L238.887,11.25z M239.083,4.708c0.008,0.141-0.324,0.057-0.486,0.02 c-0.07-0.017-0.23-0.066-0.17-0.093c0.188-0.087,0.416-0.063,0.611,0.01C239.067,4.655,239.081,4.684,239.083,4.708L239.083,4.708z M239.436,10.896c0.008,0.131-0.285,0.065-0.443,0.085c-0.232,0.027-0.846,0.005-0.656-0.109c0.057-0.035,0.133,0.002,0.203-0.007 c0.197-0.028,0.371,0.001,0.57,0.011C239.223,10.881,239.43,10.802,239.436,10.896L239.436,10.896z M239.233,4.503 c0.01,0.167-0.752,0.004-0.574-0.078S239.223,4.338,239.233,4.503L239.233,4.503z M239.629,11.421 c0.004,0.074-0.152,0.063-0.24,0.078c-0.309,0.048-0.596-0.019-0.893,0.067c-0.09,0.025-0.145,0.089-0.238,0.108 c-0.361,0.073-1.145,0.063-1.031-0.228c0.018-0.045,0.113,0.016,0.162-0.006c0.039-0.019,0.08-0.002,0.123-0.006 c0.666-0.059,1.254-0.18,1.91-0.072C239.497,11.376,239.625,11.359,239.629,11.421L239.629,11.421z M239.7,11.219 c0.004,0.067-0.252-0.123-0.17-0.127C239.61,11.089,239.696,11.153,239.7,11.219L239.7,11.219z M239.764,10.95 c-0.035,0.049-0.238-0.092-0.166-0.093C239.668,10.854,239.801,10.9,239.764,10.95L239.764,10.95z M239.795,7.216 c0.008,0.118-0.535,0.006-0.41-0.051c0.047-0.023,0.115-0.037,0.182-0.042c-0.066-0.012-0.133-0.022-0.186-0.025 c-0.113-0.007-0.24,0.075-0.324,0.013c-0.053-0.038,0.039-0.124-0.01-0.167c-0.082-0.073-0.438-0.038-0.33-0.087 c0.152-0.069,0.316,0.073,0.492,0.081c0.039,0.001,0.045,0.063,0.086,0.063c0.143,0.007,0.262-0.068,0.404-0.049 c0.102,0.015,0.246,0.04,0.25,0.124c0.006,0.079-0.082,0.089-0.195,0.078C239.778,7.168,239.795,7.188,239.795,7.216L239.795,7.216z M240.268,11.197c-0.063,0.114-0.537-0.042-0.414-0.118C239.977,11.006,240.329,11.083,240.268,11.197L240.268,11.197z M240.436,8.458c0.006,0.097-0.43-0.008-0.328-0.054C240.209,8.356,240.432,8.361,240.436,8.458L240.436,8.458z M240.438,7.058 c0.006,0.097-0.432-0.009-0.328-0.055C240.211,6.957,240.432,6.961,240.438,7.058L240.438,7.058z M240.776,12.978 c0.01,0.163-0.701,0.143-0.568,0.022c0.096-0.086,0.264-0.067,0.404-0.049C240.67,12.959,240.774,12.929,240.776,12.978 L240.776,12.978z M240.383,4.658c0.01,0.176-0.396,0.016-0.611,0.025c-0.189,0.005-0.699-0.004-0.533-0.08 c0.174-0.081,0.377-0.004,0.566-0.056c0.088-0.023,0.105-0.152,0.197-0.141c0.141,0.018,0.289,0.077,0.336,0.187 C240.348,4.619,240.381,4.633,240.383,4.658L240.383,4.658z M240.657,8.049c0.006,0.073-0.336-0.054-0.246-0.058 S240.653,7.975,240.657,8.049L240.657,8.049z M241.086,8.433c0.004,0.052-0.166-0.061-0.166-0.061S241.084,8.38,241.086,8.433 L241.086,8.433z M241.553,10.881c0.008,0.152-0.344,0.035-0.529,0.021c-0.076-0.007-0.266-0.021-0.207-0.06 c0.176-0.119,0.441-0.101,0.65-0.024C241.504,10.832,241.551,10.849,241.553,10.881L241.553,10.881z M241.417,4.219 c0.008,0.153-0.707,0.01-0.533-0.045C241.059,4.118,241.407,4.066,241.417,4.219L241.417,4.219z M241.438,4.619 c0.006,0.099-0.217-0.123-0.33-0.089c-0.088,0.029-0.168,0.164-0.238,0.11c-0.041-0.032-0.004-0.088-0.008-0.132 c-0.002-0.054-0.131-0.093-0.088-0.132c0.039-0.035,0.105,0.022,0.164,0.027C241.133,4.423,241.43,4.457,241.438,4.619 L241.438,4.619z M241.877,10.868c0.004,0.059-0.238-0.09-0.168-0.093C241.782,10.772,241.874,10.812,241.877,10.868L241.877,10.868z M241.958,8c-0.045,0.084-0.211,0.018-0.324,0.013c-0.104-0.007-0.168-0.077-0.252-0.125c-0.07-0.041-0.242,0.048-0.246-0.024 c-0.01-0.186,0.449-0.148,0.648-0.058C241.874,7.846,241.999,7.923,241.958,8L241.958,8z M241.848,4.67 c0.006,0.082-0.34-0.083-0.252-0.125C241.686,4.505,241.844,4.585,241.848,4.67L241.848,4.67z M241.997,7.264 c0.01,0.165-0.371-0.017-0.57-0.012c-0.357,0.015-1.334,0.084-1.021-0.061c0.117-0.054,0.449-0.03,0.359-0.113 c-0.055-0.051-0.242-0.03-0.209-0.092c0.049-0.089,0.205-0.074,0.322-0.08c0.07-0.002,0.139-0.029,0.203-0.007 c0.094,0.035,0.264,0.152,0.174,0.193c-0.076,0.035-0.285-0.019-0.242,0.043C241.184,7.384,241.981,6.979,241.997,7.264 L241.997,7.264z M242.377,11.05c0.008,0.141-0.578,0.107-0.49-0.015c0.053-0.071,0.182-0.04,0.283-0.044 C242.247,10.988,242.374,10.986,242.377,11.05L242.377,11.05z M242.305,8.386c0.006,0.097-0.432-0.008-0.328-0.055 C242.079,8.283,242.299,8.289,242.305,8.386L242.305,8.386z M242.163,4.457c0.008,0.128-0.305,0.069-0.447,0.018 c-0.029-0.011-0.066-0.046-0.045-0.066C241.788,4.305,242.155,4.315,242.163,4.457L242.163,4.457z M242.356,7.851 c0.006,0.095-0.354,0.136-0.322,0.044C242.065,7.806,242.35,7.756,242.356,7.851L242.356,7.851z M242.557,4.243 c0.002,0.051-0.166-0.061-0.166-0.061S242.553,4.189,242.557,4.243L242.557,4.243z M242.95,11.094 c0.006,0.121-0.551-0.041-0.412-0.083C242.676,10.966,242.942,10.974,242.95,11.094L242.95,11.094z M243.37,12.745 c0.01,0.175-0.396,0.015-0.609,0.023c-0.191,0.008-0.646,0.046-0.535-0.079c0.123-0.137,0.357-0.124,0.563-0.154 c0.027-0.005-0.031-0.077-0.004-0.067c0.064,0.023,0.102,0.073,0.168,0.094C243.108,12.606,243.362,12.609,243.37,12.745 L243.37,12.745z M243.071,7.023c-0.049-0.021-0.113-0.063-0.113-0.063s0.154,0.009,0.164,0.057c0.197-0.016,0.441,0.079,0.658,0.079 c0.186,0,0.348-0.101,0.525-0.053c0.068,0.019,0.127,0.068,0.129,0.128c0.012,0.188-0.424-0.003-0.65,0.023 c-0.301,0.038-1.064,0.086-0.859-0.099C242.965,7.058,243.016,7.035,243.071,7.023L243.071,7.023z M243.067,4.623 c0.01,0.141-0.643,0.021-0.49-0.047C242.727,4.505,243.059,4.481,243.067,4.623L243.067,4.623z M243.614,12.736 c-0.063,0.054-0.264-0.156-0.172-0.16C243.532,12.572,243.674,12.68,243.614,12.736L243.614,12.736z M243.374,4.278 c-0.053,0.06-0.152,0.061-0.24,0.075c-0.07,0.013-0.158,0.053-0.203,0.008c-0.082-0.081,0.023-0.25,0.146-0.271 C243.206,4.066,243.45,4.189,243.374,4.278L243.374,4.278z M244.096,12.651c0.006,0.092-0.404,0.048-0.326-0.021 C243.846,12.56,244.09,12.557,244.096,12.651L244.096,12.651z M244.112,12.916c0.006,0.095-0.404,0.049-0.326-0.02 C243.862,12.827,244.106,12.822,244.112,12.916L244.112,12.916z M244.303,7.709c0.002,0.053-0.166-0.06-0.166-0.06 S244.299,7.657,244.303,7.709L244.303,7.709z M244.227,4.979c0.004,0.058-0.238-0.091-0.168-0.093 C244.131,4.883,244.225,4.921,244.227,4.979L244.227,4.979z M244.401,5.172c0.004,0.052-0.166-0.062-0.166-0.062 S244.399,5.12,244.401,5.172L244.401,5.172z M245.368,17.803c0.008,0.117-0.256,0.077-0.402,0.081 c-0.326,0.013-0.605,0.036-0.934,0.036c-0.127,0-0.443-0.069-0.332-0.12c0.111-0.052,0.238,0.029,0.367,0.019 c0.301-0.022,0.545-0.131,0.848-0.131c0.107,0,0.186,0.062,0.289,0.088C245.26,17.79,245.366,17.755,245.368,17.803L245.368,17.803z M244.879,7.82c0.004,0.073-0.338-0.053-0.248-0.058C244.721,7.76,244.875,7.747,244.879,7.82L244.879,7.82z M245.229,6.807 c0.004,0.097-0.432-0.008-0.33-0.054C245.002,6.706,245.223,6.71,245.229,6.807L245.229,6.807z M245.321,7.003 c0.006,0.096-0.354,0.171-0.32,0.08C245.032,6.99,245.315,6.906,245.321,7.003L245.321,7.003z M245.915,4.579 c-0.047,0.044-0.133,0.015-0.203,0.01c-0.121-0.013-0.4-0.106-0.293-0.155c0.111-0.053,0.236-0.064,0.363-0.049 c0.045,0.005,0.094,0.002,0.123,0.029s-0.021,0.065-0.035,0.1C245.862,4.54,245.936,4.561,245.915,4.579L245.915,4.579z M246.241,4.567c0.002,0.059-0.24-0.091-0.168-0.093C246.143,4.472,246.237,4.511,246.241,4.567L246.241,4.567z M246.43,7.894 c-0.059,0.054-0.139-0.195-0.053-0.197c0.057-0.002,0.008,0.132,0.008,0.132S246.452,7.875,246.43,7.894L246.43,7.894z M246.92,5.074c0.01,0.163-0.377,0.067-0.568,0.022c-0.063-0.015-0.223-0.035-0.166-0.061c0.199-0.091,0.48-0.15,0.65-0.023 C246.866,5.034,246.918,5.042,246.92,5.074L246.92,5.074z M247.157,7.8c-0.068,0.062-0.354-0.12-0.25-0.124 C247.008,7.672,247.227,7.736,247.157,7.8L247.157,7.8z M246.985,3.339c0.004,0.095-0.428,0.025-0.328-0.021 C246.758,3.271,246.979,3.245,246.985,3.339L246.985,3.339z M247.042,4.338c0.008,0.139-0.604,0.121-0.488,0.019 C246.668,4.252,247.034,4.196,247.042,4.338L247.042,4.338z M247.053,4.537c0.002,0.052-0.166-0.061-0.166-0.061 S247.049,4.484,247.053,4.537L247.053,4.537z M247.594,12.583c0.008,0.141-0.314,0.047-0.484,0.053 c-0.145,0.005-0.266-0.024-0.408-0.019c-0.172,0.007-0.318,0.02-0.488,0.02c-0.688-0.006-2.514,0.242-1.959-0.093 c0.127-0.075,0.287-0.038,0.443-0.05c0.246-0.018,0.451,0.063,0.697,0.073c0.525,0.023,0.98-0.155,1.502-0.091 C247.141,12.507,247.583,12.38,247.594,12.583L247.594,12.583z M247.891,17.772c0.006,0.107-0.238,0.044-0.361,0.08 c-0.121,0.035-0.439,0.118-0.318,0.146c0.154,0.035,0.59-0.013,0.451,0.049c-0.285,0.132-0.617,0.104-0.936,0.037 c-0.086-0.02-0.162-0.032-0.246-0.058c-0.061-0.019-0.037-0.101-0.09-0.13c-0.229-0.126-1.02,0.008-0.779-0.104 c0.275-0.125,0.576-0.088,0.891-0.101c0.428-0.016,0.799-0.032,1.223,0.021C247.788,17.721,247.889,17.721,247.891,17.772 L247.891,17.772z M248.069,18.033c-0.029,0.053-0.225-0.06-0.168-0.095C247.958,17.905,248.098,17.98,248.069,18.033L248.069,18.033 z M247.401,4.924l-0.002,0.001c0.139-0.026,0.293-0.009,0.412,0.049c0.033,0.018,0.082,0.03,0.084,0.064 c0.008,0.116-0.262,0.036-0.404,0.049c-0.117,0.008-0.406,0.017-0.328-0.055c0.029-0.025,0.063-0.048,0.102-0.065 c-0.109-0.016-0.248-0.094-0.357-0.124c-0.084-0.024-0.271,0.014-0.248-0.058C246.731,4.576,247.538,4.737,247.401,4.924 L247.401,4.924z M248.475,18.017c-0.041,0.057-0.234-0.087-0.17-0.126C248.37,17.851,248.516,17.961,248.475,18.017L248.475,18.017z M248.245,8.292c0.006,0.096-0.432-0.009-0.328-0.055C248.018,8.19,248.239,8.196,248.245,8.292L248.245,8.292z M248.725,11.006 c0.004,0.053-0.166-0.06-0.166-0.06S248.723,10.955,248.725,11.006L248.725,11.006z M249.114,17.793 c0.008,0.144-0.658-0.03-0.494-0.081C248.784,17.658,249.106,17.649,249.114,17.793L249.114,17.793z M248.377,3.486 c0.006,0.106-0.232,0.075-0.363,0.08c-0.051,0.002-0.16-0.03-0.125-0.063C248.004,3.4,248.368,3.346,248.377,3.486L248.377,3.486z M248.616,7.678c0.006,0.104-0.242-0.013-0.365,0.013c-0.041,0.01-0.08,0.015-0.121,0.006c-0.039-0.009-0.037,0.071-0.078,0.069 c-0.092-0.006-0.166-0.061-0.211-0.126c-0.016-0.022-0.072-0.051-0.045-0.063c0.201-0.093,0.455-0.052,0.654,0.041 C248.506,7.643,248.614,7.626,248.616,7.678L248.616,7.678z M248.651,8.276c0.002,0.052-0.166-0.062-0.166-0.062 S248.647,8.224,248.651,8.276L248.651,8.276z M248.895,12.533c0.006,0.107-0.232,0.088-0.363,0.08 c-0.121-0.007-0.4-0.106-0.293-0.155c0.186-0.085,0.416-0.06,0.611,0.011C248.879,12.479,248.893,12.507,248.895,12.533 L248.895,12.533z M248.69,3.273c0.008,0.12-0.537,0.007-0.41-0.051C248.407,3.166,248.684,3.154,248.69,3.273L248.69,3.273z M248.706,3.539c-0.049,0.043-0.227-0.058-0.168-0.093C248.594,3.411,248.754,3.497,248.706,3.539L248.706,3.539z M249.844,17.764 c0.01,0.147-0.662-0.061-0.494-0.112c0.08-0.026,0.158,0.026,0.246,0.023C249.69,17.669,249.84,17.686,249.844,17.764 L249.844,17.764z M249.692,12.236c0.006,0.104-0.455-0.089-0.334-0.12C249.481,12.085,249.686,12.132,249.692,12.236L249.692,12.236 z M249.362,5.049c0.008,0.151-0.344,0.035-0.529,0.02c-0.125-0.01-0.443-0.069-0.332-0.12c0.139-0.064,0.293,0.036,0.451,0.05 C249.096,5.009,249.354,4.929,249.362,5.049L249.362,5.049z M249.782,10.966c0.004,0.054-0.166-0.061-0.166-0.061 S249.778,10.915,249.782,10.966L249.782,10.966z M249.676,7.704c-0.029,0.07-0.281-0.078-0.211-0.127 C249.536,7.531,249.706,7.631,249.676,7.704L249.676,7.704z M250.25,17.748c0.004,0.053-0.166-0.06-0.166-0.06 S250.249,17.697,250.25,17.748L250.25,17.748z M249.571,4.439c0.004,0.072-0.313,0.022-0.246-0.023 C249.393,4.371,249.567,4.369,249.571,4.439L249.571,4.439z M249.727,4.301c-0.055,0.05-0.252-0.123-0.172-0.127 C249.637,4.17,249.78,4.252,249.727,4.301L249.727,4.301z M249.838,4.83c-0.07,0.13-0.609,0.058-0.492-0.049 C249.463,4.678,249.909,4.7,249.838,4.83L249.838,4.83z M249.954,4.025c-0.109,0.15-0.395,0.035-0.609,0.024 c-0.102-0.007-0.377-0.015-0.287-0.056c0.248-0.115,0.531-0.111,0.811-0.064C249.918,3.937,249.981,3.99,249.954,4.025 L249.954,4.025z M249.981,4.49c0.004,0.054-0.166-0.059-0.166-0.059S249.979,4.439,249.981,4.49L249.981,4.49z M250.161,7.617 c0.004,0.072-0.16-0.025-0.246-0.024c-0.061,0.003-0.168-0.058-0.127-0.094C249.881,7.414,250.153,7.503,250.161,7.617 L250.161,7.617z M251.063,17.718c0.008,0.141-0.641,0.021-0.49-0.049C250.723,17.602,251.055,17.576,251.063,17.718L251.063,17.718z M250.469,4.474c0.006,0.095-0.432-0.009-0.33-0.054C250.243,4.371,250.463,4.377,250.469,4.474L250.469,4.474z M250.686,8.265 c0.004,0.065-0.244-0.153-0.17-0.128C250.588,8.164,250.682,8.199,250.686,8.265L250.686,8.265z M250.922,6.721 c0.004,0.043-0.07,0.056-0.117,0.073c-0.17,0.059-0.346-0.021-0.529-0.015c-0.041,0.002-0.039,0.068-0.078,0.07 c-0.145,0.005-0.271-0.015-0.41-0.052c-0.096-0.025-0.246,0.122-0.283,0.046c-0.15-0.319,0.756-0.212,1.172-0.18 C250.766,6.672,250.918,6.648,250.922,6.721L250.922,6.721z M250.922,3.854c0.004,0.064-0.139,0.038-0.199,0.075 c-0.184,0.109-0.805,0.162-0.65,0.023c0.107-0.097,0.299-0.029,0.443-0.083c0.035-0.015-0.121-0.048-0.086-0.063 C250.583,3.737,250.915,3.714,250.922,3.854L250.922,3.854z M251.25,8.177c0.008,0.117-0.504,0.069-0.408-0.019 C250.938,8.071,251.245,8.059,251.25,8.177L251.25,8.177z M251.092,3.982c0.002,0.051-0.166-0.062-0.166-0.062 S251.088,3.93,251.092,3.982L251.092,3.982z M251.149,4.98c0.01,0.174-0.396,0.014-0.609,0.021 c-0.342,0.015-1.299,0.072-0.979-0.028c0.451-0.143,0.9-0.1,1.381-0.053C251.018,4.929,251.145,4.918,251.149,4.98L251.149,4.98z M251.305,7.707c-0.023,0.044-0.188,0.017-0.164-0.027c0.023-0.041,0.16-0.053,0.162-0.007 C251.303,7.686,251.311,7.696,251.305,7.707L251.305,7.707z M252.124,17.744c0.008,0.146-0.633-0.021-0.494-0.114 C251.768,17.536,252.116,17.597,252.124,17.744L252.124,17.744z M251.387,3.437c0.014,0.233-1.047,0.104-0.816-0.034 c0.184-0.11,0.438-0.02,0.654,0.041C251.278,3.459,251.383,3.391,251.387,3.437L251.387,3.437z M251.817,10.955 c-0.059,0.053-0.16-0.036-0.246-0.024c-0.326,0.046-1.248,0.033-0.939-0.064c0.279-0.088,0.559-0.038,0.855,0 C251.606,10.882,251.899,10.881,251.817,10.955L251.817,10.955z M251.905,12.485c-0.059,0.167-0.398-0.006-0.609,0.021 c-0.268,0.036-0.762,0.22-0.775-0.003c0-0.024-0.027-0.054-0.002-0.065c0.223-0.104,0.475-0.029,0.729-0.063 C251.479,12.348,251.967,12.3,251.905,12.485L251.905,12.485z M251.663,6.827c0.002,0.051-0.166-0.062-0.166-0.062 S251.659,6.774,251.663,6.827L251.663,6.827z M251.711,7.692c-0.031,0.09-0.355-0.045-0.291-0.123 C251.485,7.492,251.743,7.602,251.711,7.692L251.711,7.692z M251.85,4.42c0.008,0.141-0.643,0.021-0.49-0.048 C251.51,4.302,251.842,4.278,251.85,4.42L251.85,4.42z M252.311,12.469c0.002,0.052-0.219-0.028-0.166-0.06 C252.196,12.378,252.307,12.416,252.311,12.469L252.311,12.469z M252.473,8.196c0.008,0.149-0.344,0.039-0.527,0.021 c-0.107-0.012-0.363-0.024-0.291-0.09c0.135-0.121,0.371-0.005,0.57,0.012C252.315,8.145,252.469,8.122,252.473,8.196L252.473,8.196 z M252.717,12.453c0.002,0.06-0.24-0.089-0.168-0.093C252.62,12.357,252.713,12.396,252.717,12.453L252.717,12.453z M253.354,17.896 c0.004,0.074-0.338-0.055-0.248-0.057C253.196,17.837,253.35,17.824,253.354,17.896L253.354,17.896z M253.504,17.69 c0.004,0.073-0.336-0.052-0.248-0.058C253.346,17.63,253.5,17.617,253.504,17.69L253.504,17.69z M253.231,4.366 c0.01,0.151-0.344,0.042-0.527,0.021c-0.051-0.006-0.17-0.042-0.125-0.062C252.778,4.233,253.221,4.179,253.231,4.366L253.231,4.366 z M253.53,8.156c0.002,0.051-0.166-0.061-0.166-0.061S253.526,8.104,253.53,8.156L253.53,8.156z M253.534,3.955 c0.01,0.175-0.396,0.022-0.609,0.024c-0.131,0-0.484,0-0.369-0.054c0.273-0.126,0.592-0.104,0.895-0.035 C253.487,3.901,253.532,3.921,253.534,3.955L253.534,3.955z M253.625,4.152c0.01,0.174-0.395,0.015-0.609,0.021 c-0.172,0.009-0.652,0.004-0.49-0.048c0.332-0.104,0.674-0.116,1.016-0.038C253.581,4.097,253.624,4.118,253.625,4.152 L253.625,4.152z M253.657,4.685c0.006,0.095-0.432-0.009-0.328-0.055C253.43,4.581,253.651,4.587,253.657,4.685L253.657,4.685z M253.909,7.674c-0.064,0.091-0.443-0.07-0.332-0.121C253.688,7.503,253.975,7.585,253.909,7.674L253.909,7.674z M253.834,4.943 c0.01,0.164-0.369,0.022-0.568,0.022c-0.119,0-0.432-0.008-0.33-0.055c0.25-0.113,0.539-0.095,0.813-0.032 C253.788,4.889,253.833,4.909,253.834,4.943L253.834,4.943z M254.18,8.131c0.004,0.073-0.338-0.055-0.248-0.058 C254.022,8.069,254.176,8.057,254.18,8.131L254.18,8.131z M255.106,17.23c0.012,0.174-0.395,0.015-0.607,0.021 c-0.371,0.015-0.723,0.099-1.061-0.024c-0.066-0.024-0.254,0.018-0.205-0.026c0.297-0.267,0.82-0.035,1.262-0.017 C254.709,17.194,255.096,17.053,255.106,17.23L255.106,17.23z M254.633,7.513c0.004,0.074-0.156,0.052-0.24,0.076 c-0.072,0.021-0.162,0.13-0.199,0.072C254.112,7.544,254.625,7.377,254.633,7.513L254.633,7.513z M254.749,8.108 c0.006,0.096-0.432-0.007-0.33-0.054C254.522,8.007,254.743,8.013,254.749,8.108L254.749,8.108z M255.536,17.612 c0.008,0.143-0.643,0.022-0.49-0.047C255.196,17.496,255.528,17.471,255.536,17.612L255.536,17.612z M256.362,12.114 c0.004,0.058-0.24-0.092-0.168-0.095C256.264,12.019,256.358,12.055,256.362,12.114L256.362,12.114z M256.674,17.569 c0.002,0.053-0.219-0.029-0.166-0.06C256.559,17.479,256.67,17.516,256.674,17.569L256.674,17.569z M256.223,6.852 c0.01,0.165-0.369,0.035-0.568,0.022c-0.09-0.006-0.326-0.021-0.248-0.059c0.188-0.084,0.391-0.104,0.605-0.089 c0.029,0.004,0.055-0.008,0.082-0.004C256.165,6.734,256.219,6.794,256.223,6.852L256.223,6.852z M256.153,4.188 c-0.055,0.048-0.25-0.125-0.17-0.128S256.208,4.139,256.153,4.188L256.153,4.188z M256.686,12.101 c0.004,0.052-0.166-0.06-0.166-0.06S256.684,12.049,256.686,12.101L256.686,12.101z M257.057,17.154 c0.008,0.118-0.264,0.017-0.406,0.015c-0.115,0-0.373,0.065-0.326-0.021c0.086-0.16,0.43-0.154,0.607-0.057 C256.973,17.116,257.055,17.113,257.057,17.154L257.057,17.154z M256.405,4.312c0.006,0.119-0.537,0.006-0.41-0.051 C256.122,4.202,256.397,4.193,256.405,4.312L256.405,4.312z M256.702,8.1c-0.061,0.084-0.408,0.019-0.328-0.052 C256.452,7.975,256.762,8.018,256.702,8.1L256.702,8.1z M256.854,10.761c0.004,0.074-0.338-0.053-0.248-0.057 S256.85,10.688,256.854,10.761L256.854,10.761z M256.879,4.092c0.01,0.166-0.744,0.069-0.57-0.011 c0.125-0.056,0.266-0.031,0.406-0.017C256.774,4.074,256.877,4.044,256.879,4.092L256.879,4.092z M257.788,17.126 c0.008,0.143-0.641,0.021-0.49-0.048C257.448,17.01,257.78,16.985,257.788,17.126L257.788,17.126z M257.442,6.805 c0.004,0.053-0.166-0.06-0.166-0.06S257.44,6.753,257.442,6.805L257.442,6.805z M257.596,8.066c0.008,0.154-0.707,0.009-0.533-0.047 C257.239,7.964,257.586,7.913,257.596,8.066L257.596,8.066z M257.813,7.592c-0.047,0.134-0.318-0.015-0.488-0.016 c-0.158,0-0.502,0.107-0.449-0.015c0.033-0.08,0.135-0.13,0.236-0.143c0.188-0.027,0.371-0.001,0.533,0.079 C257.706,7.527,257.833,7.535,257.813,7.592L257.813,7.592z M258.09,12.448c0.008,0.117-0.264-0.013-0.408-0.02 c-1.184-0.051-4.549,0.078-3.385-0.102c0.449-0.07,0.848,0.018,1.305,0.016c0.668-0.001,1.24-0.048,1.908-0.073 c0.188-0.009,0.643-0.078,0.533,0.047c-0.031,0.033-0.102,0.031-0.119,0.069C257.903,12.436,258.088,12.396,258.09,12.448 L258.09,12.448z M258.002,8.051c0.004,0.073-0.338-0.053-0.248-0.058C257.844,7.989,257.999,7.977,258.002,8.051L258.002,8.051z M258.254,6.774c0.008,0.136-0.582-0.029-0.453-0.117c0.125-0.084,0.332-0.006,0.451,0.084 C258.264,6.749,258.254,6.764,258.254,6.774L258.254,6.774z M258.571,12.296c0.006,0.117-0.402,0.101-0.408-0.019 C258.157,12.16,258.563,12.18,258.571,12.296L258.571,12.296z M258.864,17.419c-0.07,0.063-0.203-0.008-0.289-0.056 c-0.025-0.015-0.072-0.053-0.045-0.065C258.641,17.247,258.95,17.342,258.864,17.419L258.864,17.419z M259.014,17.213 c-0.066,0.076-0.219,0.011-0.326-0.021c-0.086-0.026-0.24-0.111-0.172-0.16C258.659,16.929,259.127,17.087,259.014,17.213 L259.014,17.213z M258.631,4.826c0.01,0.175-0.396,0.016-0.609,0.022c-0.543,0.021-2.078,0.035-1.551-0.072 c0.607-0.124,1.164-0.029,1.791-0.002C258.393,4.778,258.625,4.718,258.631,4.826L258.631,4.826z M259.35,17.4 c0.006,0.094-0.391-0.077-0.291-0.122C259.159,17.232,259.346,17.306,259.35,17.4L259.35,17.4z M259.124,12.008 c0.004,0.052-0.166-0.06-0.166-0.06S259.122,11.956,259.124,12.008L259.124,12.008z M259.499,17.127 c0.004,0.086-0.18,0.095-0.281,0.078c-0.055-0.009-0.059-0.115-0.008-0.133C259.305,17.038,259.493,17.044,259.499,17.127 L259.499,17.127z M259.106,7.407c0.004,0.096-0.408,0.018-0.33-0.053C258.856,7.282,259.1,7.313,259.106,7.407L259.106,7.407z M259.698,12.053c0.004,0.105-0.455-0.091-0.334-0.121C259.487,11.901,259.69,11.948,259.698,12.053L259.698,12.053z M260.071,17.172c-0.078,0.071-0.215-0.031-0.328-0.054c-0.063-0.012-0.148-0.11-0.09-0.13 C259.809,16.939,260.182,17.072,260.071,17.172L260.071,17.172z M259.793,8.049c-0.088,0.078-0.24-0.038-0.369-0.053 c-0.104-0.011-0.379-0.014-0.289-0.057C259.34,7.846,259.952,7.907,259.793,8.049L259.793,8.049z M260.038,12.306 c0.01,0.187-0.426-0.001-0.65,0.026c-0.23,0.027-0.75,0.097-0.656-0.075c0.047-0.087,0.213,0.035,0.326,0.021 c0.338-0.045,0.725-0.193,0.979-0.005C260.045,12.28,260.036,12.295,260.038,12.306L260.038,12.306z M260.524,12.288 c0.004,0.074-0.289-0.089-0.211-0.126C260.393,12.125,260.52,12.214,260.524,12.288L260.524,12.288z M261.221,15.929 c0.002,0.051-0.166-0.061-0.166-0.061S261.217,15.875,261.221,15.929L261.221,15.929z M261.309,16.058 c0.004,0.053-0.166-0.061-0.166-0.061S261.307,16.005,261.309,16.058L261.309,16.058z M261.159,11.996 c0.008,0.142-0.643,0.022-0.49-0.047C260.819,11.88,261.151,11.855,261.159,11.996L261.159,11.996z M262.034,15.896 c0.004,0.053-0.166-0.06-0.166-0.06S262.032,15.846,262.034,15.896L262.034,15.896z M262.049,16.163 c0.004,0.085-0.178,0.087-0.281,0.077c-0.031-0.003-0.074-0.058-0.045-0.065C261.833,16.149,262.043,16.069,262.049,16.163 L262.049,16.163z M262.141,13.493c0.002,0.057-0.24-0.092-0.168-0.094C262.043,13.397,262.137,13.434,262.141,13.493L262.141,13.493 z M262.374,16.15c0.004,0.052-0.166-0.061-0.166-0.061S262.372,16.098,262.374,16.15L262.374,16.15z M262.635,15.008 c-0.078,0.112-0.539-0.069-0.416-0.151c0.088-0.061,0.213-0.027,0.324-0.013c0.031,0.004,0.059-0.055,0.08-0.037 c0.037,0.037-0.004,0.094-0.033,0.135C262.573,14.963,262.649,14.985,262.635,15.008L262.635,15.008z M262.688,15.938 c0.006,0.119-0.537,0.008-0.41-0.051S262.68,15.819,262.688,15.938L262.688,15.938z M263.084,14.322 c0.002,0.054-0.166-0.06-0.166-0.06S263.081,14.272,263.084,14.322L263.084,14.322z M263.375,16.579 c0.004,0.052-0.166-0.061-0.166-0.061S263.374,16.527,263.375,16.579L263.375,16.579z M263.983,15.821 c0.014,0.211-0.475,0.028-0.73,0.028c-0.117,0-0.432-0.008-0.328-0.055c0.271-0.124,0.598-0.118,0.893-0.033 C263.877,15.778,263.981,15.77,263.983,15.821L263.983,15.821z M264.559,13.066c-0.107,0.098-0.322-0.127-0.451-0.05 c-0.047,0.028-0.076,0.102-0.033,0.135c0.047,0.034,0.223,0.034,0.166,0.06c-0.322,0.149-0.688,0.072-1.055,0.042 c-0.135-0.011-0.391-0.055-0.336-0.154c0.078-0.144,0.334-0.129,0.523-0.121c0.131,0.007,0.238,0.045,0.369,0.054 C264.028,13.05,264.752,12.894,264.559,13.066L264.559,13.066z"></path></svg>');
        content: '';
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: bottom;
        background-color: transparent;
        line-height: 55px;
        width: fit-content;
		text-align: left;
		margin: 0px;
		text-transform: none;
		font-weight: 100;
		padding: 0px;
    }

    .pre-footer .row-text-red,
    .pre-footer a {
        color: #ffffff !important;
        opacity: 0.8;
        font-size: 14px;
        line-height: 26px;
    }

    .pre-footer .icono-redes {
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 10px;
        top: 8px;
        position: relative;
    }

    .pre-footer .copyright {
        margin-bottom: 0px;
        line-height: 30px;
    }

img.wp-image {
    top: 55px;
    position: relative;
}

.itSignature a {
    opacity: 0.85;
    color: #FFFFFF;
    font-family: Carnas;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.itSignature-social {
    padding-left: 10px;
    float: left;
}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding: 0px 10px 0px 0px;
}

.text-contacto {
    opacity: 0.85;
    color: #FFFFFF;
    font-family: Carnas;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
}

.footer {
    padding: 20px 0px;
    background-color: #F1F1F1;
}

    .footer p {
        font-size: 12px;
        color: #474747;
        margin-bottom: 5px;
    }

#itsignature {
    font-family: Arial;
    margin-top: 15px;
    text-align: center
}

.itsignaturewhitebg {
    color: #fff;
    font-family: 10px Arial, Helvetica, sans-serif;
    margin: 0
}

    .itsignaturewhitebg a {
        color: #000;
        font-family: Arial;
        font-size: 10px;
        text-decoration: none
    }

        .itsignaturewhitebg a span {
            color: #000;
            font-weight: normal
        }

    .itsignaturewhitebg .itdotred {
        color: #e20e15;
        font: 14px Verdana, Arial, Helvetica, sans-serif
    }

.social-header {
    float: left;
    margin: auto 8px;
    padding-top: 7px;
}

.divisor-clientes {
    border-left: solid 2px #FFFFFF;
    height: 20px;
    width: 2px;
    opacity: 0.2;
    float: right;
    margin: 6px 15px 0px 10px;
}

.subscription {
    color: #ccc;
    font-size: 12px;
    margin: 10px 0 0 0;
}

    .subscription .title {
        color: #fff;
        margin: 0 0 10px 0;
    }

    .subscription .right {
        padding-right: 0px;
    }

    .subscription .left {
        padding-left: 0px;
    }

    .subscription .error {
        color: red;
    }

.footer-social {
}

    .footer-social ul {
        width: 460px;
    }

    .footer-social li {
        list-style: none;
        float: left;
        margin: 0 20px 0 0;
    }

/* home */
.owl-carousel .owl-item img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.owl-controls .owl-pagination .owl-page span {
    background-color: #828385;
}

.owl-controls .owl-pagination .owl-page:hover span {
    background-color: #E91C2B;
}

.owl-controls .owl-pagination .owl-page.active span,
.owl-controls .owl-pagination .owl-page.active:hover span {
    background-color: #E91C2B;
}

.owl-buttons {
    display: none;
}

.owl-controls .owl-buttons {
    height: 0;
}

    .owl-controls .owl-buttons > div {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        background-color: transparent !important;
    }

        .owl-controls .owl-buttons > div button {
            font-size: 60px;
            background-color: transparent;
            border: none;
        }

        .owl-controls .owl-buttons > div:hover {
            color: #e7e7e7;
        }

        .owl-controls .owl-buttons > div.owl-prev {
            left: 60px;
        }

        .owl-controls .owl-buttons > div.owl-next {
            right: 60px;
        }

.section-home .title-red {
    font-size: 40px;
    color: #E91C2B;
    text-transform: uppercase;
    border-bottom: solid 2px #f1f1f1;
    margin: 20px 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.line {
    border-bottom: solid 2px #E5E5E5;
    height: 11px;
}

.col-divisor {
    padding: 0px 50px;
    margin: 40px 0;
}

internal-template .col-divisor {
    padding: 0px;
}

.line-icon-divisor {
    width: fit-content;
    margin: auto;
}

.content-line {
    width: 47%;
    float: left;
}

.content-line-icon {
    width: 5%;
    float: left;
}

.section-home .subtitle-grey {
    font-size: 40px;
    color: #828385;
    margin: 10px 0 20px 0;
}

.section-home .text {
    font-size: 20px;
    color: #7F7F83;
}

.cifras-counter {
    position: relative;
    height: 96px;
    width: fit-content;
}

.svg-cifras {
    margin: 47px auto;
}

.counter {
    padding-top: 35px;
    color: #21C6FC;
    font-family: Carnas;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 56px;
    width: fit-content;
    float: left;
}

.counter-add {
    float: left;
    width: fit-content;
    color: #21C6FC;
    font-family: Carnas;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin: 48px auto auto auto;
}

.counter-before {
    float: left;
    width: fit-content;
    color: #21C6FC;
    font-family: Carnas;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin: 48px auto auto auto;
}

.text-counter {
    color: #666666;
    font-family: Carnas Regular;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: left;
    width: 140px;
}

.counter-xl {
    width: 165px;
    height: 165px;
    padding-top: 60px;
}

    .counter-xl + .text-counter {
        font-size: 18px;
    }

.section-home .col-2-nuestra-historia {
    padding-top: 90px;
}

    .section-home .col-2-nuestra-historia a {
        color: #E91B2B;
        font-size: 25px;
        margin-bottom: 20px;
        display: block;
    }

        .section-home .col-2-nuestra-historia a img {
            margin-bottom: 10px;
        }

.section-home .separator {
    border-top: dotted 3px #535353;
    height: 10px;
    display: block;
    margin: 20px 0 20px 0;
}

.buttons-lg a {
    margin: 10px 0px;
    display: block;
}

.section-card {
    background: url(/files/tarjeta/background.jpg) no-repeat #E2A95F top left;
    padding: 20px 0px;
	content: '';
}

    .section-card .title-white {
        font-size: 40px;
        color: #fff;
        border-bottom: solid 3px #fff;
        width: 50%;
        display: block;
        margin: auto auto 20px auto;
        text-align: center;
        text-transform: uppercase;
    }

    .section-card .text-tarjeta {
        font-size: 25px;
        color: #fff;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-card .item-card a img {
        border-radius: 8px;
    }

    .section-card .item-card a span {
        background-color: #fff;
        display: block;
        border-radius: 20px;
        padding: 5px 10px;
        text-align: center;
        color: #E91C2B;
        font-size: 15px;
        margin: 10px 0px;
        font-weight: bold;
    }

    .section-card .item-card a:hover {
        text-decoration: none;
    }

        .section-card .item-card a:hover span {
            background-color: #E91C2B;
            color: #fff;
            text-decoration: none;
        }

@media (max-width: 800px) {
    .section-card .movil-card {
        text-align: center;
        margin: 0 5px;
    }

        .section-card .movil-card .title-white {
            width: 100%;
        }
}

.section-business {
    background: url(/files/consumo-empresarial/background.jpg) no-repeat #E51C2A 15% 0px;
    color: #fff;
	content: '';
}

    .section-business .title-white {
        font-size: 40px;
        border-bottom: solid 3px #fff;
        display: block;
        margin: 30px auto 20px auto;
        text-align: center;
        text-transform: uppercase;
    }

    .section-business .text-25 {
        font-size: 25px;
        text-align: center;
        border-bottom: solid 3px #fff;
        display: block;
        padding: 5px 0 10px 0px;
    }

    .section-business .text-20 {
        font-size: 20px;
        margin: 20px 0 20px 0;
    }

    .section-business .text-19 {
        font-size: 19px;
        margin: 5px 0 20px 0px;
    }

.section-grey {
    background-color: #f1f1f1;
    padding-bottom: 30px;
    color: #7F7F83;
}

.section-white {
    background-color: #ffffff;
    padding: 20px 0px;
    color: #7F7F83;
}

.section-dark-grey {
    background-color: #E0E0E0;
    padding-bottom: 30px;
}

.filiales-bg {
    background: url(/files/nuestra-empresa/filiales/bg-filiales.jpg) no-repeat #E0E0E0 3% top;
	content: '';
}

.section-job {
    background: url(/files/laboral/background.jpg) no-repeat #f1f1f1 75% top;
	content: '';
    padding: 10px 0;
}

    .section-job .title-black,
    .section-grey .title-black,
    .section-dark-grey .title-black {
        font-size: 40px;
        border-bottom: solid 3px #7E7E7E;
        display: block;
        margin: 30px auto 20px auto;
        text-align: center;
        text-transform: uppercase;
    }

    .section-job .text-25,
    .section-grey .text-25,
    .section-dark-grey .text-25 {
        font-size: 25px;
        text-align: center;
        display: block;
        padding: 5px 0 10px 0px;
    }

    .section-job .title-red,
    .section-grey .title-red,
    .section-white .title-red {
        font-size: 40px !important;
        border-bottom: solid 3px #DBDBDB !important;
        display: block;
        margin: 30px auto 20px auto !important;
        text-align: left;
        text-transform: uppercase;
        color: #E91B2B;
    }

    .section-job .text-20,
    .section-grey .text-20,
    .section-white .text-20 {
        font-size: 20px;
        display: block;
        padding: 5px 0 10px 0px;
    }

.section-social {
    padding: 10px 0;
}

.section-consumer {
    padding: 10px 0;
}

    .section-consumer img {
        width: 100%;
    }

    .section-social .title-black,
    .section-consumer .title-black {
        font-size: 40px;
        border-bottom: solid 3px #7E7E7E;
        display: block;
        margin: 30px auto 20px auto;
        text-align: center;
        text-transform: uppercase;
        width: 50%;
    }

.section-social .text-25 {
    font-size: 25px;
    text-align: center;
    display: block;
    padding: 5px 0 10px 0px;
    margin: 10px 0 20px 0;
}

.section-social .item-social a span {
    background-color: #E91C2B;
    display: block;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 10px 0px;
    font-weight: bold;
}

.section-provider {
    background: url(/files/proveedor/background.jpg) no-repeat #E51C2A 0px 0px;
	content: '';
    color: #fff;
    padding: 10px 0;
}

    .section-provider .title-white {
        font-size: 32px;
        display: block;
        margin: 30px auto 20px auto;
        font-style: italic;
    }

    .section-provider p {
        font-size: 16px;
        display: block;
        padding: 5px 0 10px 0px;
    }

    .section-provider .text-18 {
        font-size: 18px;
        display: block;
        padding: 5px 0 10px 0px;
    }

    .section-provider ul {
        margin: 0px;
        padding: 0px;
    }

    .section-provider li {
        float: left;
        list-style: none;
        padding: 5px 20px 5px 0;
    }

        .section-provider li a {
            display: block;
            min-height: 180px;
            max-width: 160px;
            background-color: #8C111A;
            color: #fff;
            font-size: 15px;
            margin: 0 0 20px 0;
        }

            .section-provider li a:hover {
                background-color: #fff !important;
                color: #E91B2B;
                text-decoration: none;
            }

            .section-provider li a.document {
                background: url(/files/proveedor/document.png) no-repeat #8C111A center 20px;
				content: '';
                padding: 110px 5px 5px 5px;
                text-align: center;
                font-weight: bold;
            }

            .section-provider li a.request {
                background: url(/files/proveedor/request.png) no-repeat #8C111A center 20px;
				content: '';
                padding: 110px 5px 5px 5px;
                text-align: center;
                font-weight: bold;
            }

            .section-provider li a.reserve {
                background: url(/files/proveedor/reserve.png) no-repeat #8C111A center 20px;
				content: '';
                padding: 110px 5px 5px 5px;
                text-align: center;
                font-weight: bold;
            }

            .section-provider li a.contact {
                background: url(/files/proveedor/contact.png) no-repeat #8C111A center 20px;
				content: '';
                padding: 110px 5px 5px 5px;
                text-align: center;
                font-weight: bold;
            }

.section-sites {
    background-color: #f1f1f1;
    padding: 30px 0px;
}

    .section-sites .container {
        background-color: #fff;
        color: #333;
    }

    .section-sites .row {
        background-color: #fff;
        border-right: solid 1px #E8E4D7;
        border-left: solid 1px #E8E4D7;
        border-bottom: solid 1px #BAB7AC;
    }

        .section-sites .row > div {
            padding: 0 20px;
            border-right: solid 1px #f1f1f1;
            margin: 20px 0px;
            min-height: 295px;
        }

    .section-sites .subtitle {
        font-size: 20px;
        border-radius: 30px;
        background-color: #dcdcdc;
        padding: 10px 10px 10px 60px;
        margin: 0 0 20px 0;
        font-weight: bold;
    }

    .section-sites .text {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .section-sites .text-small {
        font-size: 13px;
        margin: 0 0 20px 0;
    }

    .section-sites .subtitle.tienda {
        background: url(/files/prefooter/icon-tienda.png) no-repeat #dcdcdc 20px center;
		content: '';
    }

    .section-sites .subtitle.app {
        background: url(/files/prefooter/icon-app.png) no-repeat #dcdcdc 20px center;
		content: '';
        padding: 10px 10px 10px 80px;
    }

    .section-sites .subtitle.locales {
        background: url(/files/prefooter/icon-locales.png) no-repeat #dcdcdc 20px center;
		content: '';
    }

    .section-sites .subtitle.cupones {
        background: url(/files/prefooter/icon-cupones.png) no-repeat #dcdcdc 20px center;
		content: '';
    }

.section-consumer .row > div {
    margin: 20px 0px;
    min-height: 384px;
}

.section-consumer .box {
    color: #333;
    background-color: #eee;
    padding: 10px;
    min-height: 190px;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(214, 207, 214, 1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(214, 207, 214, 1);
    box-shadow: 4px 4px 5px 0px rgba(214, 207, 214, 1);
}

    .section-consumer .box .subtitle {
        font-size: 20px;
        margin: 5px 0 20px 0px;
    }

    .section-consumer .box p {
        font-size: 15px;
    }

    .section-consumer .box a {
        color: #333;
        font-size: 16px;
        text-decoration: underline;
        display: block;
        margin: 0 0 10px 0;
    }

    .section-consumer .box .title-radio {
        background: url() no-repeat;
        padding-left: 50px;
    }

    .section-consumer .box .magazine {
        background: url() no-repeat;
        padding-left: 50px;
        padding-bottom: 10px;
    }

.section-advertising {
    background: url() no-repeat #E51C2A 10% 0px;
    color: #fff;
}

    .section-advertising a {
        color: #fff;
    }

.section-responsabilidad {
    background: url() no-repeat #E0E0E0 10% 0px;
}

.section-winners {
    background: url() no-repeat #F1F1F1 70% 0px;
}

.section-mision .container {
    background: url() no-repeat #F1F1F1 right 0px;
    padding-bottom: 20px;
}

.section-vision .container {
    background: url() no-repeat #F1F1F1 left 0px;
    min-height: 360px;
}

.section-valores .container {
    background: url() no-repeat #F1F1F1 right 0px;
    padding-bottom: 20px;
}

.section-grey.section-mision,
.section-grey.section-vision,
.section-grey.section-valores {
    padding-bottom: 0px;
}

/* Soluciones */
.content-corp {
    padding: 0px 15px;
}

.Header-Solutions {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
    margin: 25px auto;
}

.col-individual {
    width: 20%;
    float: left;
}

.content-ind-item-col {
    width: 100%;
    margin: auto;
}

.item-ind {
    height: 360px;
    width: 90%;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
}

    .item-ind img {
        width: 100%;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

    .item-ind a:hover {
        text-decoration: none;
    }

.item-tittle-ind {
    color: #333333;
    font-family: Carnas;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    padding: 15px;
}

.content-ind {
    padding: 10px 40px;
}

.item-content-ind {
    color: #222222;
    font-family: Carnas;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 0px 15px 15px 15px;
}

.item-corp {
    height: 470px;
    width: 90%;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
}

    .item-corp img {
        width: 100%;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

    .item-corp a:hover {
        text-decoration: none;
    }

.item-tittle-corp {
    color: #333333;
    font-family: Carnas Regular;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    padding: 30px 30px 15px 30px;
}

.item-content-corp {
    color: #222222;
    font-family: Carnas Regular;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 0px 30px 30px 30px;
}

/*tooltip menu*/
.tooltipMenu {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 13px !important;
    color: #003075;
    font-family: Carnas Regular;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
    cursor: pointer;
    height: 40px;
}

    .tooltipMenu .tooltiptext {
        visibility: hidden;
        width: 250px;
        height: 235px;
        background-color: #003075;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 90%;
        left: -4%;
        opacity: 0;
        transition: opacity 0.3s;
        margin-top: 15px;
    }

a.tooltiptextitem.tooltiptextitem-bold {
    font-weight: bold;
}

a.tooltiptextitem:hover {
    border: 0px;
    cursor: pointer;
    background-color: #001F4C;
}

a.tooltiptextitem-line:hover {
    border-bottom: solid 1px #dbdbdb;
}

.tooltipMenu:hover {
    border-bottom: solid 2px #BB1A14;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #003075 transparent;
}

.tooltipMenu .tooltiptext.activeToolCorp {
    visibility: visible;
    opacity: 1;
}

.tooltipMenu-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

a.tooltiptextitem {
    text-transform: none;
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-align: left !important;
    padding: 5px 10px !important;
    margin: 10px 15px !important;
    height: 30px;
    border-radius: 8px !important;
    font-weight: 100;
}

a.tooltiptextitem-line {
    width: 80%;
    height: 2px;
    border-bottom: solid 1px #dbdbdb;
    padding: 2px !important;
    font-size: 2px !important;
    display: block;
    margin: auto;
}

.Footer-Solutions {
    text-align: center;
    padding: 70px 0px 40px;
}

input.button-solutions {
    border-radius: 5px;
    background-color: #21C6FC;
    color: #FFFFFF !important;
    font-family: Carnas Regular;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding: 15px;
    border: 0px;
    width: 141px;
}

a.button-solutions {
    border-radius: 5px;
    background-color: #21C6FC;
    color: #FFFFFF !important;
    font-family: Carnas Regular;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding: 15px;
}

    a.button-solutions:hover {
        text-decoration: none;
        cursor: pointer;
    }

/* concursos */
.last-contest {
    margin: 20px 0 40px 0;
}

    .last-contest img {
        border: solid 1px #dbdbdb;
        padding: 10px 20px;
        border-radius: 8px;
    }

    .last-contest .title {
        background-color: #E91C2B;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 15px;
        margin: 0 0 10px 0;
        padding: 5px 20px;
    }

    .last-contest .date {
        font-size: 16px;
    }

    .last-contest table {
        font-size: 15px;
        width: 99%;
    }

        .last-contest table thead td {
            background-color: #535353;
            color: #fff;
            text-transform: uppercase;
            padding: 3px 10px;
        }

        .last-contest table tbody td {
            background-color: #d6d6d6;
            color: #333;
            text-transform: uppercase;
            padding: 3px 10px;
        }

    .last-contest .panel-heading {
        padding: 10px 15px 0 15px;
    }

    .last-contest .panel-title > a::before {
        padding-right: 0px;
        margin-top: -5px;
    }

.conditions-link {
    padding: 20px 0 0 0;
    display: block;
}

.nano {
    height: 280px !important;
}

    .nano .nano-content {
        padding: 10px;
    }

    .nano .nano-pane {
        background: #888;
    }

    .nano .nano-slider {
        background: #111;
    }

.historic-contest {
}

    .historic-contest .years {
        margin: 20px 30px 20px 70px;
    }

    .historic-contest .owl-controls .owl-buttons > div button {
        font-size: 40px;
        color: #E91C2B;
    }

    .historic-contest .owl-controls .owl-buttons > div.owl-prev {
        left: -90px;
        opacity: 1;
        top: 6px;
    }

    .historic-contest .owl-controls .owl-buttons > div.owl-next {
        right: -60px;
        opacity: 1;
        top: 6px;
    }

    .historic-contest .owl-item .item {
        display: block;
        text-align: center;
        margin: 0 20px;
        color: #d6d6d6;
        font-size: 32px;
        padding: 3px 0;
        cursor: pointer;
        max-width: 200px;
    }

        .historic-contest .owl-item .item.active {
            background-color: #E91C2B;
            border-radius: 30px;
            color: #fff;
        }

    .historic-contest .content-historic {
        background-color: #dbdbdb;
        padding: 20px;
        border-radius: 5px;
        overflow: auto;
        margin: 10px 0 40px 0;
    }

        .historic-contest .content-historic .item-historic {
            background-color: #fff;
            padding: 10px;
            border-radius: 5px;
            margin: 10px 0 20px 0;
            font-size: 13px;
            min-height: 306px;
            text-align: center;
        }

            .historic-contest .content-historic .item-historic a {
                text-decoration: none;
                color: #333;
                outline: none;
            }

            .historic-contest .content-historic .item-historic strong {
                display: block;
            }

            .historic-contest .content-historic .item-historic span {
                display: block;
            }

/* botones */
.btn-red {
    color: #ffffff;
    background-color: #BB1A14;
    border-color: #BB1A14;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    white-space: normal;
    text-transform: uppercase;
    display: inline-block;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #BDAB85;
        border-color: #BDAB85;
        text-decoration: none;
    }

    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled,
    .btn-red[disabled],
    fieldset[disabled] .btn-red,
    .btn-red.disabled:hover,
    .btn-red[disabled]:hover,
    fieldset[disabled] .btn-red:hover,
    .btn-red.disabled:focus,
    .btn-red[disabled]:focus,
    fieldset[disabled] .btn-red:focus,
    .btn-red.disabled:active,
    .btn-red[disabled]:active,
    fieldset[disabled] .btn-red:active,
    .btn-red.disabled.active,
    .btn-red[disabled].active,
    fieldset[disabled] .btn-red.active {
        background-color: #E91C2B;
        border-color: #E91C2B;
    }

    .btn-red .badge {
        color: #E91C2B;
        background-color: #ffffff;
    }

.btn-white {
    color: #E91C2B;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 25px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        color: #E91C2B;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled,
    .btn-white[disabled],
    fieldset[disabled] .btn-white,
    .btn-white.disabled:hover,
    .btn-white[disabled]:hover,
    fieldset[disabled] .btn-white:hover,
    .btn-white.disabled:focus,
    .btn-white[disabled]:focus,
    fieldset[disabled] .btn-white:focus,
    .btn-white.disabled:active,
    .btn-white[disabled]:active,
    fieldset[disabled] .btn-white:active,
    .btn-white.disabled.active,
    .btn-white[disabled].active,
    fieldset[disabled] .btn-white.active {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .btn-white .badge {
        color: #FFFFFF;
        background-color: #E91C2B;
    }

.btn-dark-red {
    color: #ffffff;
    background-color: #C61825;
    border-color: #C61825;
    font-size: 15px;
}

    .btn-dark-red:hover,
    .btn-dark-red:focus,
    .btn-dark-red:active,
    .btn-dark-red.active,
    .open .dropdown-toggle.btn-dark-red {
        color: #ffffff;
        background-color: #C61825;
        border-color: #C61825;
    }

    .btn-dark-red:active,
    .btn-dark-red.active,
    .open .dropdown-toggle.btn-dark-red {
        background-image: none;
    }

    .btn-dark-red.disabled,
    .btn-dark-red[disabled],
    fieldset[disabled] .btn-dark-red,
    .btn-dark-red.disabled:hover,
    .btn-dark-red[disabled]:hover,
    fieldset[disabled] .btn-dark-red:hover,
    .btn-dark-red.disabled:focus,
    .btn-dark-red[disabled]:focus,
    fieldset[disabled] .btn-dark-red:focus,
    .btn-dark-red.disabled:active,
    .btn-dark-red[disabled]:active,
    fieldset[disabled] .btn-dark-red:active,
    .btn-dark-red.disabled.active,
    .btn-dark-red[disabled].active,
    fieldset[disabled] .btn-dark-red.active {
        background-color: #C61825;
        border-color: #C61825;
    }

    .btn-dark-red .badge {
        color: #C61825;
        background-color: #ffffff;
    }

.btn-grey {
    color: #FFFFFF;
    background-color: #7E7E7E;
    border-color: #7E7E7E;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
}

    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey:active,
    .btn-grey.active,
    .open .dropdown-toggle.btn-grey {
        color: #FFFFFF;
        background-color: #333333;
        border-color: #7E7E7E;
    }

    .btn-grey:active,
    .btn-grey.active,
    .open .dropdown-toggle.btn-grey {
        background-image: none;
    }

    .btn-grey.disabled,
    .btn-grey[disabled],
    fieldset[disabled] .btn-grey,
    .btn-grey.disabled:hover,
    .btn-grey[disabled]:hover,
    fieldset[disabled] .btn-grey:hover,
    .btn-grey.disabled:focus,
    .btn-grey[disabled]:focus,
    fieldset[disabled] .btn-grey:focus,
    .btn-grey.disabled:active,
    .btn-grey[disabled]:active,
    fieldset[disabled] .btn-grey:active,
    .btn-grey.disabled.active,
    .btn-grey[disabled].active,
    fieldset[disabled] .btn-grey.active {
        background-color: #7E7E7E;
        border-color: #7E7E7E;
    }

    .btn-grey .badge {
        color: #7E7E7E;
        background-color: #FFFFFF;
    }

.link-red {
    color: #E91C2B;
    font-size: 15px;
    text-decoration: underline;
}

.margin-left {
    margin-left: 30px;
}

/* breadcrumb */
.wrapper-breadcrumb {
    background-color: #dbdbdb;
    font-family: Carnas;
}

.Breadcrumb li + li:before {
    color: transparent!important;
}

.Breadcrumb {
    padding: 8px 0px;
    list-style: none;
    margin: 0px;
    /*margin-top:-17px;*/
}

    .Breadcrumb > li {
        display: inline-block;
        list-style: none;
    }

        .Breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc
        }

    .Breadcrumb > .active {
        color: #777
    }

    .Breadcrumb li a {
        color: transparent;
        font-size: 16px;
        cursor: pointer;
    }

    .Breadcrumb li:last-child a {
        color: transparent;
    }

    .Breadcrumb li + li:before {
        color: #666;
        /*content: "";*/
        font-family: FontAwesome;
        font-size: 20px;
        padding: 0 10px
    }

/* paginas internas */
.wrapper-imagePage img {
    width: 100%;
}

.image-title {
    text-align: center;
}

    .image-title img {
        margin: 20px 0px;
    }

.internal-template p {
    font-size: 16px;
}

.internal-template .text-18 {
    font-size: 18px;
}

.internal-template .text-20 {
    font-size: 20px;
}

.internal-template .title-red {
    font-size: 40px;
    color: #E91B2B;
    font-weight: bold;
    border-bottom: solid 3px #F1F1F1;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.internal-template ul li {
    color: #7F7F83;
    font-size: 20px;
}

.internal-template .img-grey {
    border: solid 20px #DBDBDB;
    margin: 0 0 20px 0;
}

.internal-template .text-grey {
    font-size: 20px;
    color: #7F7F83;
}

.internal-template .section-yellow {
    background-color: #FFFBEC;
}

.internal-template .separator {
    border-top: dotted 3px #535353;
    height: 10px;
    display: block;
    margin: 20px 0 20px 0;
}

.internal-template .text-cursive {
    font-style: italic;
}

.internal-template .text-intro-grey {
    color: #7E7E7E;
    font-size: 25px;
}

.internal-template .title-border {
    color: #E91B2B;
    font-size: 30px;
    display: block;
    margin: 20px auto 30px auto;
    text-align: center;
    border-top: solid 3px #F1F1F1;
    border-bottom: dotted 3px #535353;
    padding: 10px 0px;
}

.image-bn {
    filter: grayscale(100%);
    text-align: center;
    padding: 10px;
}

.internal-template {
    min-height: 500px;
}

    .internal-template .col-divisor {
        padding: 0px !important;
    }

.image-bn img {
    width: 140px;
    height: auto;
}

.image-bn:hover {
    filter: none;
}

.tittle-aseguradoras {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.internal-template .box-white .box {
    background-color: #fff;
    margin: 10px 5px;
    width: 48%;
    padding: 20px 30px;
    min-height: 820px;
    border-right: solid 1px #E8E4D7;
    border-left: solid 1px #E8E4D7;
    border-bottom: solid 1px #BAB7AC;
}

    .internal-template .box-white .box .title-dotted {
        display: block;
        width: 60%;
        text-align: center;
        border-bottom: dotted 2px #535353;
        margin: 20px auto;
        font-size: 40px;
        padding: 0 0 20px 0;
    }

    .internal-template .box-white .box .img-center {
        display: block;
        text-align: center;
        margin: 20px auto;
    }

.page-detail .img-flag-light {
    width: 166px;
    height: 38px;
    background: #21C6FC;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    font-size: 0;
    bottom: -20px;
    left: 0;
}

.page-detail .img-flag-dark {
    width: 166px;
    height: 38px;
    background: #003075;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    font-size: 0;
    bottom: -20px;
    left: 0;
}

.page-detail .img-flag-purple {
    width: 166px;
    height: 38px;
    background: #865DBD;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    font-size: 0;
    bottom: -20px;
    left: 0;
}

.page-detail .img-flag-black {
    width: 166px;
    height: 38px;
    background: #1E1E1E;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    font-size: 0;
    bottom: -20px;
    left: 0;
}

/* Pagina interna detalle */
.page-detail .wrapper-imagePage {
    height: 395px;
    position: relative;
    display: block;
}

.page-detail .narbar.navbar-white.hidden-xs.hidden-sm {
    height: 85px;
}

.tittle-detail-text {
    width: 70%;
    margin: 13% auto;
}

.tittle-top {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 52px;
}

.detail-top {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 30px;
}

.autor-top {
    color: #ABABAB;
    font-family: Carnas;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 20px;
}

.page-detail .intro-corporativo {
    color: #7D7D7D;
    font-family: Carnas;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 31px;
    text-align: center;
    width: 77%;
    margin: auto;
    padding: 110px 0px 60px;
}

.banner-detail img {
    border-bottom-right-radius: 20px;
}

.page-detail .tittle-detail-text {
    text-align: left;
    margin: 10% auto;
}

.nuestros-clientes-detail .tittle-top {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
}

.nuestros-clientes-detail .detail-top {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.nuestros-clientes-detail .autor-top {
    color: #666666;
    font-family: Carnas;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.nuestros-clientes-detail .tittle-detail-text {
    text-align: center;
    margin: 5% auto;
    width: 83%;
}

/* Nuestros clientes */
* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #003075;
    font-weight: bold;
    font-size: 35px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
        text-decoration: none !important;
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active,
    .dot:hover {
        background-color: transparent;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_5181" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="109" height="12" viewBox="0 0 265.446 20.994" enable-background="new 0 0 265.446 20.994" xml:space="preserve" preserveAspectRatio="xMidYMid"><path fill-rule="evenodd" clip-rule="evenodd" fill="%23BF2826" d="M265.446,15.766c0.004,0.053-0.166-0.06-0.166-0.06 S265.444,15.714,265.446,15.766L265.446,15.766z M172.844,6.915c0.004,0.059-0.238-0.09-0.168-0.093S172.84,6.857,172.844,6.915 L172.844,6.915z M0.329,7.464c0.056,0.082-0.382,0.127-0.323,0.047C0.065,7.431,0.273,7.382,0.329,7.464L0.329,7.464z M0.817,14.578 c-0.032,0.062-0.243-0.099-0.169-0.126C0.72,14.425,0.849,14.52,0.817,14.578L0.817,14.578z M1.151,17.567 c0.008,0.136-0.274,0.169-0.439,0.149c-0.063-0.009-0.184-0.01-0.166-0.061c0.052-0.149,0.359-0.2,0.522-0.119 C1.095,17.55,1.15,17.54,1.151,17.567L1.151,17.567z M1.634,17.482c0.004,0.07-0.28,0.041-0.245-0.025 C1.423,17.393,1.63,17.411,1.634,17.482L1.634,17.482z M1.654,17.813c-0.062,0.057-0.224-0.097-0.172-0.159 C1.533,17.593,1.714,17.76,1.654,17.813L1.654,17.813z M1.713,16.012c0.007,0.116-0.462,0.156-0.404,0.049 S1.707,15.896,1.713,16.012L1.713,16.012z M1.705,13.011c0.004,0.071-0.329,0.013-0.244,0.01 C1.546,13.019,1.701,12.942,1.705,13.011L1.705,13.011z M1.913,13.805c0.005,0.083-0.144,0.105-0.236,0.142 C1.59,13.98,1.53,14.033,1.438,14.056c-0.069,0.016-0.132-0.025-0.205-0.025c-0.101-0.002-0.354,0.038-0.286-0.021 c0.107-0.099,0.246-0.141,0.396-0.184c0.09-0.025,0.145-0.094,0.238-0.108c0.063-0.01,0.104,0.051,0.166,0.059 C1.806,13.785,1.91,13.757,1.913,13.805L1.913,13.805z M2.069,16.531c0.047,0.035-0.223,0.075-0.159,0.074 C1.974,16.602,2.021,16.496,2.069,16.531L2.069,16.531z M2.017,14.199c0.008,0.141-0.185,0.215-0.309,0.313 c-0.248,0.195-1.107,0.395-0.969,0.138c0.031-0.059,0.135-0.043,0.199-0.074c0.236-0.123,0.537-0.061,0.763-0.196 C1.81,14.313,2.011,14.09,2.017,14.199L2.017,14.199z M2.58,16.912c0.004,0.078-0.334-0.053-0.25-0.091 C2.413,16.783,2.575,16.834,2.58,16.912L2.58,16.912z M2.39,12.187c0.006,0.102-0.46-0.118-0.332-0.121 C2.185,12.06,2.384,12.081,2.39,12.187L2.39,12.187z M2.466,13.517c-0.02,0.069-0.238,0.113-0.242,0.042 c-0.004-0.074,0.236-0.148,0.24-0.076C2.465,13.494,2.47,13.506,2.466,13.517L2.466,13.517z M2.371,8.986 C2.375,9.07,2.021,8.999,2.082,8.93C2.142,8.861,2.365,8.901,2.371,8.986L2.371,8.986z M2.832,15.636 c-0.036,0.066-0.243,0.016-0.247-0.058c-0.005-0.07,0.185-0.097,0.241-0.041C2.855,15.562,2.849,15.604,2.832,15.636L2.832,15.636z M2.718,12.239c0.004,0.053-0.217-0.029-0.165-0.06C2.604,12.147,2.716,12.188,2.718,12.239L2.718,12.239z M2.75,12.771 c0.006,0.096-0.432-0.006-0.329-0.055C2.523,12.671,2.744,12.676,2.75,12.771L2.75,12.771z M3.041,16.427 c0.004,0.07-0.313,0.053-0.244,0.01C2.865,16.396,3.037,16.358,3.041,16.427L3.041,16.427z M2.729,9.572 C2.66,9.701,2.475,9.414,2.349,9.32c-0.081-0.06-0.32-0.003-0.291-0.09c0.051-0.146,0.416-0.176,0.526-0.053 c0.06,0.065,0.042,0.149,0.054,0.231C2.648,9.471,2.76,9.516,2.729,9.572L2.729,9.572z M2.936,11.765 c-0.046,0.063-0.319-0.014-0.247-0.056C2.761,11.663,2.982,11.701,2.936,11.765L2.936,11.765z M2.777,7.57 c-0.094,0.105-0.332-0.123-0.34-0.254C2.435,7.269,2.443,7.224,2.47,7.182C2.521,7.104,2.697,6.994,2.75,7.072 C2.853,7.224,2.903,7.429,2.777,7.57L2.777,7.57z M3.16,12.822c0.006,0.1-0.376-0.186-0.256-0.189 C3.025,12.628,3.154,12.724,3.16,12.822L3.16,12.822z M3.324,15.684c0.006,0.124-0.249,0.173-0.399,0.148 c-0.05-0.008-0.122-0.065-0.087-0.098c0.073-0.065,0.172-0.091,0.279-0.11C3.191,15.611,3.32,15.62,3.324,15.684L3.324,15.684z M3.799,15.464c0.005,0.097-0.411,0.142-0.321,0.08C3.568,15.481,3.793,15.369,3.799,15.464L3.799,15.464z M3.915,16.061 c-0.022,0.055-0.208-0.046-0.167-0.095C3.787,15.918,3.938,16.005,3.915,16.061L3.915,16.061z M3.933,16.394 c-0.072,0.1-0.502,0.103-0.406,0.017C3.623,16.323,4.007,16.294,3.933,16.394L3.933,16.394z M4.076,17.456 c-0.086,0.095-0.258,0.089-0.402,0.081c-0.043-0.003-0.139,0.037-0.122,0.005c0.079-0.146,0.513-0.312,0.521-0.153 C4.074,17.411,4.093,17.436,4.076,17.456L4.076,17.456z M4.232,11.648c0.003,0.047-0.123-0.029-0.162,0.005 C4.031,11.688,4.23,11.601,4.232,11.648L4.232,11.648z M5.066,17.685c0.004,0.073-0.337-0.055-0.248-0.058 C4.908,17.623,5.062,17.608,5.066,17.685L5.066,17.685z M5.505,19.667c0.003,0.052-0.166-0.06-0.166-0.06S5.502,19.614,5.505,19.667 L5.505,19.667z M6.013,5.78c0.004,0.051-0.166-0.063-0.166-0.063S6.011,5.728,6.013,5.78L6.013,5.78z M6.501,5.761 c0.004,0.07-0.16-0.027-0.246-0.024C6.195,5.74,6.087,5.679,6.128,5.642C6.222,5.557,6.495,5.646,6.501,5.761L6.501,5.761z M18.269,19.311c0.006,0.093-0.401,0.081-0.324,0.013C18.021,19.254,18.263,19.218,18.269,19.311L18.269,19.311z M19.728,19.188 c-0.104,0.191-0.478-0.001-0.731,0.029c-0.183,0.022-0.677,0.11-0.528,0.019c0.289-0.173,0.652-0.159,1.01-0.138 C19.574,19.103,19.767,19.117,19.728,19.188L19.728,19.188z M19.82,3.717c0.003,0.051-0.166-0.062-0.166-0.062 S19.817,3.664,19.82,3.717L19.82,3.717z M24.339,3.01c0.003,0.051-0.166-0.061-0.166-0.061S24.337,2.957,24.339,3.01L24.339,3.01z M25.226,18.512c0.01,0.162-0.368,0.038-0.566,0.054c-1.025,0.081-1.887,0.264-2.912,0.345c-0.156,0.013-0.292-0.001-0.447,0.019 c-0.465,0.056-1.75,0.238-1.34,0.051c0.36-0.166,0.765-0.062,1.174-0.111c1.16-0.142,2.155-0.255,3.316-0.394 c0.141-0.018,0.264-0.022,0.406-0.016C24.988,18.463,25.22,18.402,25.226,18.512L25.226,18.512z M27.431,18.626 c0.004,0.075-0.289-0.089-0.211-0.125C27.3,18.465,27.427,18.551,27.431,18.626L27.431,18.626z M28.082,18.601 c0.004,0.078-0.332-0.051-0.25-0.089C27.916,18.473,28.078,18.524,28.082,18.601L28.082,18.601z M28.728,18.51 c0.008,0.143-0.643,0.021-0.492-0.049C28.388,18.393,28.72,18.367,28.728,18.51L28.728,18.51z M29.292,18.422 c0.004,0.07-0.313,0.051-0.244,0.01C29.117,18.39,29.289,18.352,29.292,18.422L29.292,18.422z M30.267,18.383 c0.01,0.154-0.695,0.029-0.531-0.046C29.9,18.264,30.259,18.231,30.267,18.383L30.267,18.383z M31.076,18.286 c0.008,0.119-0.506,0.036-0.408-0.05C30.765,18.146,31.07,18.168,31.076,18.286L31.076,18.286z M32.21,18.175 c0.002,0.054-0.166-0.059-0.166-0.059S32.207,18.124,32.21,18.175L32.21,18.175z M48.843,1.47c-0.068,0.063-0.354-0.12-0.252-0.123 C48.695,1.342,48.912,1.407,48.843,1.47L48.843,1.47z M50.32,1.68c0.008,0.13-0.563-0.104-0.414-0.151 C50.054,1.482,50.314,1.55,50.32,1.68L50.32,1.68z M55.671,1.275c0.008,0.135-0.617-0.089-0.453-0.116 C55.38,1.131,55.664,1.139,55.671,1.275L55.671,1.275z M57.789,1.26c0.008,0.158-0.705-0.035-0.537-0.113 c0.051-0.022,0.105-0.008,0.164-0.006C57.554,1.145,57.783,1.145,57.789,1.26L57.789,1.26z M61.138,1.464 c0.004,0.077-0.289-0.087-0.211-0.124C61.007,1.304,61.134,1.39,61.138,1.464L61.138,1.464z M62.361,1.484 c0.01,0.151-0.344,0.043-0.527,0.021c-0.051-0.007-0.17-0.042-0.127-0.063C61.908,1.352,62.351,1.297,62.361,1.484L62.361,1.484z M62.767,1.47c0.004,0.073-0.338-0.054-0.248-0.058C62.609,1.409,62.763,1.396,62.767,1.47L62.767,1.47z M68.939,1.166 c0.006,0.096-0.408,0.018-0.33-0.055C68.689,1.04,68.933,1.07,68.939,1.166L68.939,1.166z M69.283,1.486 c0.006,0.094-0.381-0.063-0.293-0.122C69.08,1.305,69.277,1.392,69.283,1.486L69.283,1.486z M69.599,1.34 c-0.039,0.035-0.105-0.018-0.164-0.026c-0.119-0.021-0.258-0.06-0.293-0.155c-0.01-0.026-0.076-0.064-0.045-0.066 c0.191-0.006,0.406,0.045,0.5,0.184C69.611,1.293,69.619,1.324,69.599,1.34L69.599,1.34z M69.773,1.533 c-0.039,0.035-0.105-0.028-0.164-0.026c-0.039,0.002-0.125-0.063-0.084-0.063C69.621,1.439,69.837,1.476,69.773,1.533L69.773,1.533z M70.343,1.511c-0.037,0.052-0.24-0.089-0.168-0.093C70.246,1.416,70.378,1.462,70.343,1.511L70.343,1.511z M70.896,1.224 c-0.078,0.071-0.213-0.037-0.328-0.053c-0.063-0.01-0.223-0.036-0.166-0.062C70.558,1.039,71.017,1.115,70.896,1.224L70.896,1.224z M71.972,1.516c0.006,0.119-0.537,0.007-0.41-0.052C71.689,1.407,71.964,1.397,71.972,1.516L71.972,1.516z M72.441,1.165 c0.002,0.052-0.102,0.05-0.16,0.072c-0.15,0.056-0.617-0.088-0.453-0.117c0.125-0.021,0.238,0.011,0.367,0.021 C72.281,1.148,72.435,1.094,72.441,1.165L72.441,1.165z M81.811,1.271c0.008,0.16-0.717-0.055-0.537-0.112 c0.121-0.039,0.254-0.029,0.369,0.02C81.706,1.206,81.807,1.213,81.811,1.271L81.811,1.271z M82.542,1.244 c0.004,0.07-0.303,0.029-0.246-0.023C82.354,1.167,82.538,1.174,82.542,1.244L82.542,1.244z M84.028,1.587 c0.002,0.052-0.168-0.06-0.168-0.06S84.024,1.535,84.028,1.587L84.028,1.587z M84.092,1.317c0.006,0.107-0.23,0.076-0.361,0.08 c-0.051,0.003-0.074-0.054-0.125-0.06c-0.039-0.006,0.113-0.058,0.076-0.071c-0.145-0.054-0.514,0.071-0.449-0.048 c0.023-0.043,0.107,0.004,0.162-0.008C83.635,1.163,84.081,1.115,84.092,1.317L84.092,1.317z M85.803,1.319 c0.008,0.125-0.566-0.111-0.414-0.117C85.542,1.197,85.795,1.193,85.803,1.319L85.803,1.319z M85.899,1.581 c0.004,0.054-0.166-0.059-0.166-0.059S85.897,1.53,85.899,1.581L85.899,1.581z M86.288,1.234c0.006,0.104-0.4,0.114-0.367,0.013 C85.956,1.146,86.28,1.13,86.288,1.234L86.288,1.234z M86.778,1.282c0.004,0.077-0.344-0.087-0.25-0.091 C86.624,1.188,86.774,1.204,86.778,1.282L86.778,1.282z M90.604,1.269c0.004,0.053-0.166-0.061-0.166-0.061 S90.602,1.217,90.604,1.269L90.604,1.269z M91.358,1.639c0.01,0.147-0.652-0.041-0.494-0.113c0.154-0.07,0.363-0.016,0.492,0.08 C91.368,1.613,91.358,1.628,91.358,1.639L91.358,1.639z M92.729,1.386c-0.023,0.067-0.268,0.077-0.244,0.011 c0.023-0.069,0.238-0.114,0.242-0.042C92.727,1.366,92.733,1.375,92.729,1.386L92.729,1.386z M93.211,1.303 c0.004,0.052-0.166-0.062-0.166-0.062S93.209,1.249,93.211,1.303L93.211,1.303z M93.866,1.344c-0.068,0.124-0.6-0.051-0.455-0.116 C93.557,1.161,93.934,1.219,93.866,1.344L93.866,1.344z M96.311,1.384c0.008,0.125-0.561-0.081-0.414-0.119 C96.043,1.229,96.303,1.257,96.311,1.384L96.311,1.384z M97.448,1.338c0.074,0.157-0.711,0.046-0.574-0.076 c0.105-0.096,0.303-0.03,0.449,0.016C97.37,1.291,97.43,1.301,97.448,1.338L97.448,1.338z M99.135,2.341 c0.002,0.054-0.166-0.06-0.166-0.06S99.131,2.291,99.135,2.341L99.135,2.341z M99.866,2.314C99.868,2.365,99.7,2.254,99.7,2.254 S99.862,2.261,99.866,2.314L99.866,2.314z M101.075,9.202c-0.029,0.053-0.232,0.061-0.205,0.008 c0.029-0.054,0.199-0.101,0.203-0.042C101.073,9.179,101.081,9.19,101.075,9.202L101.075,9.202z M100.762,2.347 c0.006,0.07-0.303,0.027-0.244-0.024C100.575,2.269,100.758,2.274,100.762,2.347L100.762,2.347z M101.518,2.717 c-0.039,0.112-0.266,0.076-0.404,0.048c-0.09-0.016-0.256-0.128-0.172-0.16c0.09-0.033,0.186-0.017,0.283-0.011 C101.34,2.604,101.549,2.625,101.518,2.717L101.518,2.717z M102.12,8.961c0.002,0.053-0.098,0.058-0.16,0.073 c-0.041,0.009-0.143,0.033-0.121,0.005C101.891,8.965,102.114,8.876,102.12,8.961L102.12,8.961z M109.516,1.61 c0.004,0.093-0.428,0.024-0.328-0.021C109.288,1.543,109.51,1.516,109.516,1.61L109.516,1.61z M110.153,11.318 c0.002,0.054-0.166-0.058-0.166-0.058S110.149,11.269,110.153,11.318L110.153,11.318z M110.235,1.383 c0.004,0.052-0.166-0.061-0.166-0.061S110.233,1.33,110.235,1.383L110.235,1.383z M119.344,6.901 c0.004,0.069-0.313,0.051-0.242,0.009C119.17,6.868,119.34,6.83,119.344,6.901L119.344,6.901z M119.754,6.952 c0.004,0.058-0.238-0.092-0.168-0.095C119.659,6.854,119.752,6.892,119.754,6.952L119.754,6.952z M120.977,6.971 c-0.057,0.107-0.277,0.03-0.408-0.017c-0.047-0.018-0.121-0.065-0.086-0.097c0.037-0.035,0.107-0.049,0.182-0.049 c-0.102-0.024-0.168-0.06-0.107-0.09c0.15-0.067,0.482-0.092,0.49,0.049c0.004,0.057-0.092,0.07-0.203,0.066 C120.942,6.862,121.01,6.912,120.977,6.971L120.977,6.971z M120.758,1.713c0.01,0.174-0.396,0.022-0.609,0.022 c-0.154,0-0.518-0.023-0.414-0.116c0.154-0.141,0.428,0.013,0.654,0.041C120.518,1.676,120.752,1.605,120.758,1.713L120.758,1.713z M121.086,6.033c0.006,0.107-0.471,0.017-0.369-0.052S121.081,5.927,121.086,6.033L121.086,6.033z M121.065,1.368 c0.002,0.041-0.074,0.05-0.119,0.069c-0.035,0.018-0.107-0.037-0.084-0.063C120.903,1.327,121.061,1.31,121.065,1.368L121.065,1.368 z M121.383,6.955c0.006,0.074-0.336-0.052-0.246-0.056C121.227,6.894,121.379,6.881,121.383,6.955L121.383,6.955z M121.954,6.935 c0.004,0.073-0.338-0.056-0.248-0.058C121.795,6.874,121.948,6.859,121.954,6.935L121.954,6.935z M122.053,5.862 c-0.053,0.051-0.25-0.122-0.168-0.126C121.965,5.733,122.108,5.814,122.053,5.862L122.053,5.862z M122.362,6.984 c-0.037,0.071-0.322-0.041-0.248-0.091C122.186,6.845,122.401,6.914,122.362,6.984L122.362,6.984z M122.368,1.384 c0.014,0.246-0.551,0.127-0.85,0.099c-0.104-0.009-0.316,0.027-0.287-0.054c0.018-0.058,0.092-0.082,0.156-0.107 c0.217-0.087,0.457-0.044,0.691,0.006C122.18,1.35,122.364,1.299,122.368,1.384L122.368,1.384z M122.786,5.835 c-0.039,0.034-0.008-0.133-0.008-0.133S122.825,5.8,122.786,5.835L122.786,5.835z M122.977,7.762 c0.004,0.069-0.313,0.021-0.246-0.025C122.799,7.692,122.973,7.69,122.977,7.762L122.977,7.762z M123.094,6.957 c0.006,0.095-0.432-0.008-0.33-0.054C122.868,6.856,123.088,6.86,123.094,6.957L123.094,6.957z M123.237,8.018 c0.002,0.052-0.166-0.06-0.166-0.06S123.233,7.966,123.237,8.018L123.237,8.018z M123.793,7.797c0.008,0.13-0.295-0.024-0.451-0.05 c-0.098-0.016-0.326,0.054-0.285-0.023c0.104-0.191,0.545-0.104,0.734,0.039C123.801,7.771,123.793,7.785,123.793,7.797 L123.793,7.797z M123.825,6.928c0.008,0.143-0.641,0.022-0.49-0.047S123.817,6.787,123.825,6.928L123.825,6.928z M123.885,7.993 c0.004,0.053-0.164-0.061-0.164-0.061S123.883,7.939,123.885,7.993L123.885,7.993z M123.858,6.062C123.86,6.111,123.69,6,123.69,6 S123.854,6.008,123.858,6.062L123.858,6.062z M124.584,17.367c0.006,0.097-0.43-0.008-0.328-0.055 C124.358,17.267,124.581,17.272,124.584,17.367L124.584,17.367z M124.293,6.578c0.016,0.256-0.584,0.072-0.895,0.033 c-0.215-0.027-0.453-0.083-0.543-0.247c-0.047-0.083-0.086-0.191-0.016-0.266c0.045-0.046,0.135,0.039,0.205,0.026 c0.088-0.017,0.203-0.142,0.24-0.075c0.055,0.098-0.326,0.169-0.23,0.242c0.158,0.117,0.402-0.068,0.609-0.022 c0.07,0.014,0.186-0.033,0.205,0.024c0.029,0.08-0.033,0.19,0.055,0.23C124.038,6.578,124.288,6.47,124.293,6.578L124.293,6.578z M124.426,6.039c0.002,0.053-0.166-0.061-0.166-0.061S124.422,5.985,124.426,6.039L124.426,6.039z M124.518,6.235 c0.004,0.059-0.273,0.012-0.203,0.008C124.385,6.24,124.514,6.177,124.518,6.235L124.518,6.235z M124.323,1.375 c0.002,0.054-0.168-0.061-0.168-0.061S124.319,1.324,124.323,1.375L124.323,1.375z M125.178,7.812 c0.01,0.149-0.346,0.041-0.527,0.018c-0.051-0.006-0.17-0.041-0.127-0.061C124.725,7.676,125.168,7.622,125.178,7.812L125.178,7.812 z M125.209,6.942c0.01,0.139-0.33,0.075-0.486,0.019c-0.094-0.035-0.189-0.195-0.094-0.229c0.121-0.045,0.213,0.105,0.334,0.153 C125.043,6.917,125.206,6.868,125.209,6.942L125.209,6.942z M125.971,17.38c0.002,0.06-0.24-0.091-0.17-0.093 C125.874,17.285,125.967,17.323,125.971,17.38L125.971,17.38z M125.958,1.513c-0.074,0.085-0.418-0.043-0.332-0.119 c0.059-0.054,0.162-0.072,0.242-0.044C125.938,1.375,126.004,1.462,125.958,1.513L125.958,1.513z M126.428,6.896 c0.004,0.052-0.166-0.061-0.166-0.061S126.426,6.844,126.428,6.896L126.428,6.896z M126.737,8.018 c0.004,0.073-0.336-0.056-0.246-0.058C126.581,7.956,126.733,7.943,126.737,8.018L126.737,8.018z M126.786,1.748 c0.004,0.053-0.166-0.062-0.166-0.062S126.784,1.695,126.786,1.748L126.786,1.748z M127.165,6.935 c0.006,0.121-0.527-0.009-0.412-0.085C126.868,6.772,127.157,6.813,127.165,6.935L127.165,6.935z M127.489,6.922 c0.004,0.07-0.279,0.041-0.246-0.024C127.278,6.832,127.485,6.852,127.489,6.922L127.489,6.922z M127.838,1.641 c0.004,0.06-0.094,0.078-0.156,0.105c-0.189,0.088-0.775,0.046-0.615-0.076C127.266,1.521,127.827,1.42,127.838,1.641L127.838,1.641 z M129.118,6.926c0.004,0.069-0.17,0.044-0.244,0.009c-0.076-0.033-0.057-0.21,0.029-0.2c0.08,0.008,0.145,0.063,0.17,0.126 C129.084,6.885,129.116,6.899,129.118,6.926L129.118,6.926z M130.821,6.794c0.002,0.052-0.166-0.062-0.166-0.062 S130.817,6.741,130.821,6.794L130.821,6.794z M131.002,1.452c0.006,0.094-0.213-0.01-0.326-0.021c-0.094-0.01-0.332-0.051-0.25-0.09 C130.608,1.259,130.995,1.282,131.002,1.452L131.002,1.452z M131.428,1.771c0.01,0.161-0.633-0.095-0.5-0.215 c0.09-0.08,0.229,0.087,0.334,0.154C131.313,1.741,131.426,1.717,131.428,1.771L131.428,1.771z M133.51,6.824 c0.002,0.053-0.168-0.061-0.168-0.061S133.506,6.771,133.51,6.824L133.51,6.824z M135.663,17.409 c0.002,0.053-0.166-0.061-0.166-0.061S135.659,17.356,135.663,17.409L135.663,17.409z M134.915,1.503 c0.006,0.084-0.34-0.167-0.252-0.124S134.911,1.418,134.915,1.503L134.915,1.503z M136.807,17.498 c-0.029,0.053-0.227-0.059-0.168-0.093C136.696,17.371,136.836,17.444,136.807,17.498L136.807,17.498z M139.356,9.4 c-0.053,0.048-0.25-0.123-0.17-0.129C139.266,9.271,139.411,9.351,139.356,9.4L139.356,9.4z M139.159,1.673 c0.016,0.281-0.629,0.091-0.971,0.104c-0.115,0.005-0.223,0.018-0.326-0.021c-0.059-0.021-0.145-0.012-0.168-0.061 c-0.021-0.048,0.133-0.114,0.074-0.135c-0.17-0.063-0.621-0.036-0.496-0.148c0.086-0.076,0.236-0.019,0.365-0.015 c0.131,0.007,0.238,0.064,0.369,0.053c0.355-0.028,1.307-0.146,1.02,0.027c-0.061,0.038-0.27,0.05-0.199,0.076 C138.942,1.594,139.153,1.568,139.159,1.673L139.159,1.673z M140.799,9.012c0.004,0.052-0.166-0.061-0.166-0.061 S140.797,8.959,140.799,9.012L140.799,9.012z M141.288,17.526c-0.064,0.119-0.293-0.043-0.451-0.048 c-0.334-0.015-1.203,0.045-0.943-0.132c0.131-0.089,0.316-0.03,0.484-0.051C140.708,17.256,141.422,17.278,141.288,17.526 L141.288,17.526z M140.471,1.822c-0.08,0.09-0.439-0.083-0.336-0.152C140.239,1.6,140.549,1.733,140.471,1.822L140.471,1.822z M142.022,17.565c0.006,0.093-0.215,0.002-0.326-0.021c-0.107-0.021-0.34-0.099-0.254-0.157c0.102-0.067,0.25,0.009,0.369,0.052 C141.895,17.47,142.018,17.491,142.022,17.565L142.022,17.565z M144.077,17.888c-0.08,0.07-0.215-0.03-0.328-0.055 c-0.094-0.021-0.334-0.053-0.25-0.091C143.682,17.656,144.219,17.76,144.077,17.888L144.077,17.888z M144.516,2.802 c0.004,0.052-0.217-0.03-0.166-0.061S144.512,2.749,144.516,2.802L144.516,2.802z M145.825,2.886 c-0.07,0.062-0.193-0.023-0.289-0.057c-0.029-0.011-0.068-0.048-0.045-0.066c0.045-0.03,0.125,0.063,0.164,0.028 C145.704,2.747,145.872,2.842,145.825,2.886L145.825,2.886z M146.336,1.865c-0.063,0.114-0.559-0.073-0.414-0.117 c0.08-0.025,0.158,0.027,0.246,0.024C146.239,1.769,146.364,1.812,146.336,1.865L146.336,1.865z M147.172,7.968 c-0.037,0.066-0.252-0.125-0.172-0.162C147.081,7.771,147.209,7.898,147.172,7.968L147.172,7.968z M148.506,9.915 c-0.041,0.079-0.32-0.061-0.252-0.123C148.325,9.73,148.547,9.838,148.506,9.915L148.506,9.915z M150.012,17.726 c0.004,0.066-0.252-0.124-0.17-0.126C149.922,17.597,150.008,17.66,150.012,17.726L150.012,17.726z M151.241,17.88 c-0.059,0.079-0.211-0.026-0.326-0.022c-0.371,0.015-1.404,0.063-1.061-0.06c0.379-0.132,0.775-0.121,1.178-0.045 C151.12,17.771,151.288,17.814,151.241,17.88L151.241,17.88z M151.319,9.273c0.006,0.086-0.275,0.164-0.279,0.078 C151.034,9.268,151.315,9.19,151.319,9.273L151.319,9.273z M151.725,9.26c0.006,0.073-0.326-0.022-0.248-0.058 C151.557,9.165,151.721,9.187,151.725,9.26L151.725,9.26z M152.305,17.971c-0.039,0.072-0.154-0.093-0.25-0.09 c-0.213,0.008-0.811,0.053-0.611-0.009c0.174-0.058,0.348-0.093,0.527-0.056c0.084,0.021,0.176-0.019,0.246,0.024 C152.268,17.873,152.331,17.924,152.305,17.971L152.305,17.971z M153.477,2.857c0.002,0.046-0.125-0.028-0.162,0.007 C153.276,2.898,153.473,2.811,153.477,2.857L153.477,2.857z M154.809,1.939c0.006,0.104-0.445-0.069-0.334-0.119 C154.586,1.769,154.803,1.836,154.809,1.939L154.809,1.939z M155.34,8.386c-0.082,0.113-0.59,0.017-0.451-0.047 C155.028,8.274,155.422,8.274,155.34,8.386L155.34,8.386z M155.432,8.582c0.008,0.127-0.547-0.055-0.412-0.115 C155.153,8.406,155.426,8.458,155.432,8.582L155.432,8.582z M156.045,7.894c0.008,0.141-0.313,0.063-0.484,0.085 c-0.234,0.03-0.648,0.055-0.66-0.143c-0.006-0.116,0.266,0.019,0.408,0.019C155.567,7.855,156.032,7.684,156.045,7.894 L156.045,7.894z M156.028,1.894c-0.063,0.115-0.295-0.08-0.377-0.186c-0.018-0.022-0.07-0.049-0.045-0.065 C155.747,1.548,156.102,1.756,156.028,1.894L156.028,1.894z M156.633,2.536c0.006,0.097-0.432-0.006-0.328-0.053 C156.407,2.436,156.629,2.44,156.633,2.536L156.633,2.536z M158.182,2.545c0.002,0.051-0.166-0.062-0.166-0.062 S158.178,2.492,158.182,2.545L158.182,2.545z M159.241,2.57c0.004,0.053-0.166-0.061-0.166-0.061S159.239,2.519,159.241,2.57 L159.241,2.57z M159.481,6.762c0.004,0.078-0.344-0.087-0.25-0.091C159.327,6.667,159.477,6.684,159.481,6.762L159.481,6.762z M159.887,6.745c0.004,0.053-0.166-0.061-0.166-0.061S159.885,6.692,159.887,6.745L159.887,6.745z M160.866,6.774 c0.006,0.078-0.332-0.052-0.248-0.09C160.7,6.646,160.862,6.697,160.866,6.774L160.866,6.774z M161.764,6.807 c0.01,0.177-0.41,0.016-0.613-0.041c-0.049-0.016-0.17-0.043-0.125-0.063C161.254,6.597,161.752,6.593,161.764,6.807L161.764,6.807z M162.442,1.58c0.008,0.12-0.537,0.008-0.41-0.05C162.159,1.472,162.436,1.462,162.442,1.58L162.442,1.58z M162.825,6.834 c-0.033,0.06-0.244-0.1-0.17-0.128C162.727,6.679,162.856,6.772,162.825,6.834L162.825,6.834z M162.875,6.297 c0.002,0.059-0.24-0.091-0.168-0.093C162.778,6.202,162.872,6.24,162.875,6.297L162.875,6.297z M162.852,1.632 c0.004,0.078-0.332-0.052-0.25-0.091C162.686,1.503,162.848,1.554,162.852,1.632L162.852,1.632z M163.618,6.469 c0.006,0.098-0.205,0.09-0.322,0.079c-0.09-0.007-0.271-0.069-0.209-0.126C163.211,6.31,163.608,6.316,163.618,6.469L163.618,6.469z M163.813,8.462c-0.057,0.063-0.275-0.015-0.25-0.09c0.023-0.068,0.242-0.046,0.246,0.024 C163.811,8.419,163.831,8.443,163.813,8.462L163.813,8.462z M164.028,6.521c0.004,0.059-0.24-0.092-0.168-0.093 C163.93,6.424,164.024,6.463,164.028,6.521L164.028,6.521z M164.616,6.832c-0.047,0.062-0.32-0.015-0.248-0.058 S164.661,6.768,164.616,6.832L164.616,6.832z M164.733,6.026c0.004,0.072-0.326-0.021-0.248-0.057S164.727,5.953,164.733,6.026 L164.733,6.026z M164.85,8.089c0.01,0.188-0.424-0.009-0.652-0.009c-0.135-0.001-0.475-0.016-0.371-0.085 c0.232-0.157,0.572-0.047,0.857,0.033C164.745,8.046,164.846,8.036,164.85,8.089L164.85,8.089z M165.202,8.542 c0.006,0.117-0.451-0.118-0.336-0.188S165.196,8.426,165.202,8.542L165.202,8.542z M165.508,8.198 c0.008,0.133-0.572-0.136-0.418-0.186C165.245,7.964,165.5,8.063,165.508,8.198L165.508,8.198z M165.643,9.125 c0.002,0.053-0.166-0.06-0.166-0.06S165.639,9.074,165.643,9.125L165.643,9.125z M165.752,6.787c0.008,0.143-0.643,0.023-0.49-0.048 C165.413,6.671,165.745,6.646,165.752,6.787L165.752,6.787z M166.266,7.234c0.006,0.105-0.236,0.015-0.365,0.015 c-0.197-0.001-0.711-0.067-0.537-0.147c0.211-0.097,0.459-0.046,0.691,0.008C166.143,7.129,166.262,7.159,166.266,7.234 L166.266,7.234z M166.407,6.828c0.004,0.075-0.338-0.052-0.248-0.056C166.249,6.768,166.403,6.755,166.407,6.828L166.407,6.828z M166.672,7.22c0.006,0.073-0.336-0.055-0.246-0.059S166.668,7.145,166.672,7.22L166.672,7.22z M167.004,1.605 c0.004,0.074-0.338-0.054-0.248-0.058S166.999,1.532,167.004,1.605L167.004,1.605z M167.586,6.117 c-0.049,0.117-0.426-0.12-0.338-0.221c0.061-0.067,0.223-0.041,0.287,0.022C167.59,5.973,167.616,6.05,167.586,6.117L167.586,6.117z M168.288,18.358c-0.029,0.054-0.225-0.059-0.168-0.095C168.176,18.229,168.317,18.305,168.288,18.358L168.288,18.358z M167.729,7.179c-0.064,0.119-0.283,0.083-0.443,0.083c-0.139,0-0.467-0.033-0.373-0.118c0.088-0.079,0.238-0.004,0.365-0.015 C167.438,7.116,167.793,7.06,167.729,7.179L167.729,7.179z M168.032,6.766c0.004,0.063-0.129,0.054-0.199,0.076 c-0.107,0.032-0.213,0.002-0.326,0.011c-0.199,0.018-0.721,0.067-0.572-0.042c0.158-0.121,0.391-0.092,0.605-0.092 C167.713,6.719,168.024,6.626,168.032,6.766L168.032,6.766z M167.999,1.9c0.004,0.094-0.221,0.051-0.326,0.014 c-0.074-0.027,0.076-0.151,0.154-0.139C167.907,1.785,167.995,1.836,167.999,1.9L167.999,1.9z M168.469,1.617 c0.004,0.051-0.166-0.062-0.166-0.062S168.467,1.564,168.469,1.617L168.469,1.617z M168.694,2.674 c0.004,0.071-0.313,0.021-0.246-0.023C168.514,2.604,168.69,2.604,168.694,2.674L168.694,2.674z M168.915,6.533 c-0.029,0.053-0.227-0.06-0.168-0.093C168.803,6.405,168.942,6.48,168.915,6.533L168.915,6.533z M168.983,6.329 c0.004,0.054-0.164-0.06-0.164-0.06S168.981,6.279,168.983,6.329L168.983,6.329z M168.956,2.996 c-0.076,0.106-0.551-0.039-0.412-0.082C168.682,2.869,169.034,2.893,168.956,2.996L168.956,2.996z M169.696,3.103 c-0.096,0.085-0.262-0.05-0.373-0.119c-0.035-0.02-0.121,0.041-0.123,0.006c-0.008-0.145,0.564-0.052,0.494,0.082 C169.686,3.08,169.704,3.095,169.696,3.103L169.696,3.103z M169.993,6.891c-0.063,0.115-0.492-0.01-0.414-0.116 c0.078-0.104,0.453-0.033,0.412,0.085C169.987,6.87,169.999,6.881,169.993,6.891L169.993,6.891z M170.247,8.482 c0.006,0.093-0.213-0.002-0.324,0.013c-0.205,0.025-0.744-0.011-0.576-0.112c0.24-0.146,0.607-0.104,0.855,0.034 C170.229,8.432,170.245,8.456,170.247,8.482L170.247,8.482z M169.936,1.626c0.006,0.097-0.432-0.006-0.328-0.054 C169.709,1.525,169.93,1.53,169.936,1.626L169.936,1.626z M169.944,1.76c0.004,0.052-0.166-0.06-0.166-0.06 S169.942,1.708,169.944,1.76L169.944,1.76z M169.993,2.625c0.004,0.053-0.166-0.062-0.166-0.062S169.991,2.571,169.993,2.625 L169.993,2.625z M170.118,1.952c-0.023,0.055-0.207-0.044-0.168-0.093C169.991,1.812,170.141,1.898,170.118,1.952L170.118,1.952z M171.278,6.576c0.01,0.158-0.334,0.107-0.52,0.152c-0.08,0.021-0.117,0.091-0.199,0.108c-0.141,0.028-0.363,0.061-0.41-0.052 c-0.023-0.059,0.129-0.126,0.072-0.17c-0.287-0.213-0.873,0.166-1.104-0.091c-0.063-0.069,0.18-0.057,0.279-0.076 c0.57-0.11,1.137-0.126,1.674,0.068C171.141,6.543,171.274,6.514,171.278,6.576L171.278,6.576z M171.456,6.835 c0.004,0.054-0.166-0.059-0.166-0.059S171.452,6.784,171.456,6.835L171.456,6.835z M171.495,6.101 c0.008,0.118-0.281,0.004-0.41-0.051c-0.035-0.015-0.121-0.048-0.084-0.064C171.157,5.913,171.487,5.953,171.495,6.101 L171.495,6.101z M172.292,18.606c0.004,0.069-0.281,0.039-0.246-0.025C172.081,18.516,172.288,18.533,172.292,18.606L172.292,18.606 z M171.934,8.084c0.002,0.051-0.166-0.061-0.166-0.061S171.932,8.031,171.934,8.084L171.934,8.084z M171.932,6.617 c-0.119,0.135-0.689-0.067-0.541-0.179c0.117-0.088,0.314-0.051,0.449,0.016C171.907,6.486,171.977,6.566,171.932,6.617 L171.932,6.617z M171.788,2.688c0.006,0.104-0.453-0.09-0.332-0.12C171.579,2.538,171.782,2.585,171.788,2.688L171.788,2.688z M172.698,18.59c0.004,0.053-0.166-0.062-0.166-0.062S172.696,18.537,172.698,18.59L172.698,18.59z M172.432,8.265 c0.006,0.074-0.336-0.053-0.246-0.058C172.276,8.204,172.428,8.19,172.432,8.265L172.432,8.265z M172.235,1.938 c0.006,0.104-0.42-0.042-0.334-0.119c0.082-0.074,0.242,0.021,0.332,0.086C172.243,1.912,172.233,1.927,172.235,1.938L172.235,1.938 z M172.583,6.593c-0.076,0.139-0.641-0.052-0.498-0.148C172.227,6.35,172.657,6.453,172.583,6.593L172.583,6.593z M172.543,1.66 c0.004,0.073-0.336-0.053-0.248-0.058C172.385,1.6,172.54,1.587,172.543,1.66L172.543,1.66z M265.18,15.377 c-0.094,0.171-0.424,0.001-0.652-0.01c-0.682-0.028-1.27,0.017-1.951,0.042c-0.23,0.009-0.422,0.06-0.646,0.093 c-0.1,0.013-0.186,0.001-0.285,0.009c-0.061,0.006-0.068-0.091-0.127-0.094c-0.209-0.014-0.316,0.194-0.516,0.252 c-0.195,0.058-0.76,0.109-0.561,0.155c0.156,0.035,0.393-0.042,0.451,0.083c0.037,0.079-0.211,0.137-0.15,0.205 c0.096,0.106,0.604,0.036,0.453,0.083c-0.625,0.196-1.26-0.059-1.91,0.073c-0.264,0.053-0.498,0.131-0.768,0.097 c-1.029-0.128-1.93,0.061-2.971,0.047c-0.057,0-0.105,0.012-0.162,0.006c-0.141-0.017-0.264,0.027-0.406,0.016 c-0.051-0.003-0.023,0.101-0.074,0.103c-0.172,0.007-0.307-0.217-0.457-0.149c-0.117,0.055-0.205,0.231-0.105,0.305 c0.096,0.071,0.24,0.035,0.369,0.02c0.83-0.102,1.563-0.026,2.395-0.125c0.072-0.011,0.133,0.021,0.205,0.025 c1.137,0.05,2.115-0.015,3.254-0.06c0.684-0.024,1.277-0.091,1.953-0.008c0.051,0.006,0.172,0.042,0.127,0.063 c-0.227,0.104-0.977,0.07-0.727,0.127c0.303,0.069,1.109-0.158,0.898,0.033c-0.27,0.241-0.738,0.06-1.137,0.076 c-2.9,0.11-5.402-0.011-8.293,0.218c-0.172,0.015-0.443-0.053-0.482,0.087c-0.018,0.058,0.041,0.164-0.031,0.167 c-0.102,0.004-0.254-0.084-0.213-0.16c0.025-0.048,0.205-0.036,0.158-0.071c-0.295-0.22-0.74-0.005-1.139,0.011 c-0.557,0.021-2.131,0.059-1.582,0.126c0.605,0.076,1.162-0.135,1.752,0c0.061,0.013,0.209,0.021,0.166,0.06 c-0.23,0.208-0.631,0.059-0.973,0.071c-0.598,0.023-1.113-0.015-1.709,0.033c-0.58,0.045-1.104,0.192-1.666,0.063 c-0.068-0.016-0.182-0.09-0.129-0.129c0.252-0.189,0.635-0.009,0.975-0.037c0.398-0.032,1.514-0.009,1.135-0.11 c-0.367-0.096-0.717-0.038-1.102-0.023c-0.557,0.021-2.088,0.007-1.576,0.193c0.111,0.039,0.393,0.001,0.33,0.088 c-0.066,0.089-0.236,0.037-0.363,0.046c-0.34,0.027-0.633,0.04-0.975,0.037c-0.086,0-0.16,0.006-0.244,0.01 c-0.412,0.016-0.766,0.029-1.178,0.046c-0.178,0.007-0.322-0.053-0.494-0.082c-0.1-0.016-0.174-0.178-0.252-0.122 c-0.043,0.029,0.055,0.105,0.008,0.133c-0.104,0.063-0.242-0.046-0.367-0.02c-0.08,0.017-0.115,0.095-0.197,0.107 c-0.105,0.016-0.195-0.045-0.291-0.088c-0.039-0.02-0.154-0.002-0.123-0.029c0.146-0.133,0.682,0.043,0.604-0.125 c-0.092-0.196-0.5-0.125-0.734-0.036c-0.047,0.018-0.127,0.028-0.119,0.07c0.018,0.082,0.176,0.175,0.096,0.23 c-0.133,0.089-0.316,0.03-0.486,0.05c-0.451,0.056-0.846,0.019-1.301,0.019c-0.713-0.002-1.352-0.124-2.033,0.043 c-0.039,0.01-0.115,0.058-0.078,0.07c0.301,0.108,0.609,0.03,0.939,0.03c0.07,0,0.131-0.015,0.203-0.008 c0.143,0.016,0.264,0.043,0.41,0.051c0.127,0.007,0.236-0.003,0.365-0.014c0.781-0.066,1.57-0.251,2.244,0.082 c0.043,0.021,0.131,0.074,0.086,0.096c-0.125,0.057-0.41-0.067-0.404,0.05c0.004,0.057,0.23,0.063,0.168,0.093 c-0.26,0.119-0.564,0.098-0.854,0.033c-0.029-0.008-0.063-0.044-0.043-0.065c0.053-0.064,0.295-0.046,0.238-0.109 c-0.121-0.133-0.365,0.09-0.566,0.088c-0.172,0-0.326-0.059-0.488-0.014c-0.516,0.142-1.008-0.062-1.551-0.04 c-0.525,0.019-0.98-0.02-1.504,0.023c-0.158,0.013-0.34,0.043-0.451-0.05c-0.09-0.073-0.105-0.346-0.178-0.26 c-0.07,0.086-0.031,0.228-0.146,0.272c-0.232,0.09-0.854-0.089-0.729,0.095c0.031,0.044,0.223,0.035,0.168,0.061 c-0.301,0.137-0.641,0.014-0.98-0.031c-0.619-0.076-1.168,0.056-1.791,0.004c-0.199-0.018-0.381-0.005-0.566,0.055 c-0.066,0.021-0.088,0.093-0.156,0.105c-0.07,0.015-0.232,0.063-0.203,0.008c0.035-0.066,0.156-0.183,0.068-0.201 c-0.221-0.052-0.416,0.101-0.646,0.091c-0.271-0.013-0.6-0.079-0.768,0.097c-0.063,0.065-0.049,0.201-0.15,0.204 c-0.152,0.007-0.289-0.043-0.414-0.116c-0.051-0.03-0.135-0.095-0.088-0.13c0.047-0.036,0.205-0.037,0.158-0.071 c-0.453-0.34-1.156,0.121-1.752,0c-0.156-0.032-0.289-0.091-0.451-0.084c-0.104,0.005-0.139,0.118-0.236,0.144 c-0.17,0.04-0.643,0.06-0.482,0.117c0.209,0.077,0.643-0.177,0.652,0.009c0.014,0.232-0.525,0.054-0.811,0.065 c-0.201,0.006-0.379,0-0.572-0.045c-0.078-0.018-0.096-0.103-0.17-0.126c-0.186-0.06-0.715-0.057-0.566,0.054 c0.127,0.095,0.545,0.029,0.455,0.149c-0.125,0.171-0.449,0.038-0.689,0.027c-0.086-0.004-0.16,0.013-0.244,0.009 c-0.684-0.03-1.246-0.286-1.93-0.259c-0.061,0.001-0.057,0.098-0.115,0.104c-0.281,0.033-1.023-0.127-0.813,0.03 c0.109,0.083,0.541,0.025,0.412,0.085c-0.471,0.217-0.98-0.186-1.52-0.208c-0.406-0.018-0.725,0.178-1.125,0.243 c-0.125,0.021-0.238,0.003-0.365,0.015c-0.086,0.006-0.16-0.015-0.246-0.024c-0.09-0.011-0.166-0.027-0.248-0.058 c-0.047-0.017,0.109-0.072,0.076-0.103c-0.133-0.123-0.367,0.047-0.568,0.055c-0.148,0.006-0.264-0.072-0.41-0.085 c-0.201-0.016-0.365,0.082-0.566,0.091c-0.07,0.001-0.1-0.079-0.168-0.095c-0.301-0.071-0.592-0.007-0.891,0.068 c-0.039,0.008-0.115,0.056-0.078,0.068c0.305,0.111,1.197-0.076,0.941,0.097c-0.285,0.194-0.691-0.061-1.059-0.026 c-0.057,0.007-0.105,0.006-0.162,0.007c-0.084,0.003-0.166,0.008-0.246,0.011c0.051-0.026,0.1-0.092,0.115-0.139 c0.023-0.071-0.264,0.091-0.197,0.141l0.004,0.001c-0.285,0.013-0.557,0.024-0.857-0.001c-0.133-0.012-0.449,0.003-0.371-0.086 c0.035-0.041,0.166-0.077,0.117-0.104c-0.143-0.08-0.318-0.021-0.49-0.015c-0.838,0.032-1.584-0.084-2.396,0.091 c-0.088,0.021-0.283,0.012-0.24,0.075c0.074,0.11,0.477,0.003,0.414,0.119c-0.105,0.194-0.477-0.026-0.734-0.039 c-0.385-0.016-0.729,0.095-1.1,0.009c-0.068-0.015-0.217-0.05-0.168-0.093c0.326-0.292,1.617,0.259,1.379-0.087 c-0.152-0.224-0.582-0.011-0.895,0c-0.84,0.034-1.561,0.027-2.398,0.093c-0.156,0.013-0.293,0.011-0.447-0.016 c-1.414-0.232-2.678-0.013-4.117-0.076c-0.166-0.007-0.563,0.059-0.439,0.15c0.113,0.084,0.547,0.058,0.414,0.117 c-0.498,0.229-1.059-0.025-1.629-0.005c-1.195,0.047-2.223-0.015-3.418,0.032c-0.684,0.026-1.273,0.015-1.957-0.025 c-0.098-0.005-0.256,0.089-0.283,0.011c-0.033-0.089,0.094-0.241-0.016-0.266c-0.123-0.028-0.236,0.015-0.365,0.014 c-0.271,0-0.994-0.029-0.768,0.096c0.148,0.084,0.615,0.006,0.494,0.115c-0.23,0.208-0.637-0.042-0.979-0.029 c-0.883,0.034-3.27,0.356-2.525-0.037c0.107-0.057,0.287,0.039,0.363-0.046c0.201-0.227-0.652-0.084-0.979,0.003 c-0.076,0.021-0.076,0.125-0.154,0.14c-0.242,0.046-0.93-0.034-0.697-0.105c0.176-0.058,0.531,0.035,0.521-0.121 c-0.006-0.104-0.238-0.012-0.367-0.02c-0.369-0.02-0.686,0.04-1.057,0.041c-0.473,0-0.875-0.099-1.348-0.081 c-0.258,0.01-0.908,0.117-0.734-0.039c0.061-0.056,0.262-0.091,0.195-0.14c-0.189-0.143-0.48-0.013-0.73,0.026 c-0.129,0.021-0.242,0.039-0.363,0.082c-0.053,0.019,0.051,0.102,0.008,0.133c-0.311,0.224-0.768-0.038-1.182-0.022 c-1.535,0.059-2.889-0.163-4.391,0.103c-0.111,0.021-0.211,0.008-0.326,0.013c-0.059,0.001,0.107,0.129,0.049,0.131 c-0.154,0.007-0.229-0.152-0.377-0.186c-0.207-0.048-0.414-0.08-0.611-0.009c-0.113,0.038-0.154,0.156-0.275,0.177 c-0.377,0.063-0.715-0.023-1.1-0.025c-0.785-0.002-1.457,0.054-2.238,0.02c-0.291-0.014-0.992,0.091-0.82-0.102 c0.063-0.071,0.332-0.033,0.279-0.111c-0.148-0.215-0.566-0.007-0.859-0.066c-0.084-0.017-0.162,0.026-0.244,0.011 c-0.25-0.052-0.445-0.173-0.703-0.175c-0.143,0-0.264,0.022-0.406,0.016c-0.213-0.01-0.395,0.015-0.609,0.023 c-0.387,0.015-0.715-0.105-1.104-0.091c-0.201,0.009-0.389,0.009-0.564,0.089c-0.057,0.025,0.131,0.092,0.088,0.129 c-0.221,0.199-1.039-0.218-0.936,0.037c0.039,0.091,0.207,0.227,0.098,0.262c-0.131,0.042-0.328-0.009-0.373-0.117 c-0.023-0.058,0.191-0.058,0.156-0.107c-0.098-0.145-0.363,0.081-0.564,0.089c-0.086,0.004,0.029-0.139-0.012-0.2 c-0.031-0.046-0.117-0.028-0.166-0.06c-0.623-0.397-1.461-0.112-2.248-0.147c-0.076-0.004-0.131-0.056-0.207-0.059 c-0.113-0.006-0.211,0.014-0.326,0.013c-0.104,0-0.184-0.047-0.287-0.058c-0.467-0.037-0.879,0.078-1.344,0.02 c-0.902-0.112-1.695,0.007-2.607-0.033c-0.727-0.032-1.352,0.012-2.076-0.02c-1.439-0.063-2.684,0.078-4.115-0.043 c-1.488-0.125-2.779-0.027-4.273,0.03c-0.332,0.013-1.221-0.133-0.91-0.231c0.137-0.044,0.475,0.022,0.404-0.082 c-0.1-0.144-0.383,0.009-0.574-0.044c-0.162-0.047-0.295-0.1-0.455-0.148c-0.084-0.027-0.164,0.113-0.24,0.074 c-0.055-0.027-0.025-0.126-0.09-0.13c-0.172-0.011-0.266,0.178-0.438,0.185c-0.113,0.003-0.369-0.053-0.291-0.124 c0.068-0.063,0.33-0.108,0.236-0.142c-0.248-0.09-0.555-0.101-0.771,0.031c-0.027,0.016-0.006,0.066-0.037,0.068 c-0.232,0.008-0.582-0.06-0.645,0.122c-0.02,0.059,0.037,0.153-0.031,0.169c-0.096,0.023-0.332-0.027-0.283,0.045 c0.055,0.08,0.328,0.089,0.254,0.156c-0.193,0.175-0.531-0.056-0.818-0.068c-0.967-0.041-1.797,0.035-2.764,0.072 c-0.402,0.015-0.777,0.045-1.145-0.089c-0.037-0.014-0.113-0.039-0.086-0.063c0.09-0.082,0.357-0.074,0.316-0.18 c-0.066-0.158-0.371-0.084-0.574-0.076c-0.57,0.02-1.059,0.053-1.629,0.029c-0.059-0.004-0.102,0.047-0.16,0.039 c-0.17-0.025-0.461-0.264-0.303-0.323c0.117-0.043,0.441,0.07,0.365-0.015c-0.355-0.395-1.113-0.042-1.715-0.067 c-0.625-0.026-1.166-0.002-1.791-0.029c-0.486-0.021-0.953-0.041-1.377,0.151c-0.082,0.038-0.014,0.201-0.109,0.205 c-0.084,0.003-0.139-0.058-0.209-0.091c-0.051-0.025-0.158,0.085-0.16,0.039c-0.01-0.136,0.355-0.261,0.225-0.344 c-0.25-0.153-0.582,0.003-0.896,0.002c-3.234-0.008-6.012-0.136-9.242-0.014c-1.012,0.041-1.881-0.06-2.893-0.021 c-0.613,0.023-1.139,0.027-1.752,0.001c-1.367-0.059-2.543,0.01-3.91-0.049c-0.432-0.02-0.809-0.173-1.227-0.087 c-0.941,0.192-1.803-0.064-2.771-0.027c-0.76,0.029-1.453,0.069-2.166-0.149c-0.039-0.014,0.049,0.097,0.006,0.099 c-0.096,0.005-0.154-0.084-0.248-0.09c-0.242-0.012-0.453-0.036-0.693-0.008c-0.17,0.021-0.318,0.037-0.488,0.02 c-0.127-0.013-0.236,0.014-0.365,0.014c-0.07,0-0.133,0.012-0.203,0.009c-0.244-0.012-0.465-0.108-0.693-0.04 c-0.055,0.016,0.049,0.103,0.006,0.133c-0.215,0.155-0.529-0.035-0.814-0.035c-1.098-0.004-2.039-0.015-3.137-0.013 c-0.926,0-1.73,0.115-2.646,0.002c-0.268-0.034-0.502-0.004-0.773-0.006c-0.146,0-0.229-0.149-0.375-0.151 c-0.162-0.002-0.279,0.124-0.441,0.116c-0.283-0.013-0.506-0.219-0.783-0.169c-0.078,0.013-0.076,0.124-0.154,0.139 c-0.172,0.032-0.318-0.066-0.494-0.082c-0.807-0.066-1.508,0.093-2.316,0.057c-0.146-0.007-0.268-0.033-0.41-0.052 c-0.523-0.065-0.982-0.019-1.51-0.041c-0.729-0.031-1.352-0.056-2.08-0.088c-0.146-0.007-0.258,0.077-0.402,0.083 c-0.207,0.007-0.371-0.136-0.578-0.112c-0.283,0.035-0.525,0.134-0.809,0.099c-0.48-0.06-0.906-0.022-1.389-0.08 c-0.16-0.021-0.291-0.063-0.451-0.084c-0.041-0.003-0.045-0.062-0.086-0.062c-0.373-0.003-0.678,0.14-1.051,0.14 c-0.344-0.001-0.646,0.006-0.98-0.062c-0.07-0.017-0.129,0.049-0.201,0.04c-0.102-0.013-0.148-0.115-0.252-0.123 c-0.482-0.037-0.893,0.141-1.377,0.119c-2.137-0.093-3.977-0.006-6.112-0.099c-0.672-0.029-1.25,0.004-1.918-0.06 c-0.115-0.013-0.211-0.043-0.328-0.054c-0.184-0.019-0.344,0.013-0.529,0.02c-0.512,0.02-0.955,0.12-1.461,0.055 c-0.188-0.022-0.348-0.053-0.535-0.078c-0.031-0.005-0.047,0.036-0.078,0.038c-0.869,0.032-1.615-0.006-2.482,0.027 c-1.209,0.045-2.25,0.002-3.461-0.001c-0.557-0.001-1.035-0.048-1.588-0.005c-0.426,0.032-0.805-0.095-1.223-0.021 c-0.793,0.142-1.51,0.157-2.316,0.091c-0.453-0.039-0.83-0.303-1.273-0.218c-0.162,0.03-0.236,0.175-0.396,0.214 c-0.246,0.061-0.477-0.048-0.734-0.039c-5.559,0.214-10.342,0.203-15.883,0.644c-1.076,0.085-2.004,0.133-3.082,0.218 c-0.41,0.033-0.766,0.029-1.178,0.046c-0.113,0.003-0.211,0.003-0.324,0.012c-0.273,0.021-0.5,0.075-0.766,0.129 c-0.041,0.009-0.045-0.063-0.086-0.063c-0.086,0.004-0.156,0.038-0.242,0.042c-0.227,0.009-0.428-0.015-0.65,0.025 c-0.041,0.009,0.049,0.098,0.006,0.1c-0.148,0.006-0.264-0.072-0.412-0.083c-0.441-0.038-0.807,0.163-1.252,0.181 c-0.07,0.003-0.135,0.028-0.203,0.008c-0.084-0.026-0.119-0.118-0.211-0.125c-0.113-0.009-0.361,0.08-0.275,0.143 c0.066,0.05,0.326,0.022,0.246,0.058c-0.248,0.115-0.551,0.126-0.813,0.032c-0.057-0.021,0.133-0.115,0.074-0.138 c-0.248-0.088-0.502,0.009-0.771,0.03c-0.922,0.07-1.725,0.248-2.639,0.134c-0.551-0.066-1.023,0.14-1.58,0.161 c-1.109,0.042-2.082,0.035-3.16,0.255c-0.141,0.027-0.258,0.09-0.402,0.082c-0.07-0.003-0.133,0.008-0.203,0.008 c-0.127,0-0.205-0.114-0.332-0.12c-0.193-0.011-0.33,0.13-0.521,0.152c-0.479,0.059-0.902-0.006-1.381,0.053 c-0.061,0.007-0.057,0.097-0.117,0.105c-0.178,0.021-0.615-0.006-0.494-0.115c0.25-0.224,0.686-0.063,1.053-0.107 c1.426-0.171,2.682-0.141,4.09-0.391c0.105-0.017,0.367-0.06,0.279-0.109c-0.154-0.085-0.346-0.01-0.531-0.013 c-0.117-0.002-0.215-0.077-0.328-0.055c-0.063,0.014-0.014,0.121-0.074,0.136c-0.156,0.038-0.295-0.05-0.453-0.081 c-0.084-0.019-0.158-0.019-0.244-0.024c-0.143-0.014-0.283-0.042-0.408,0.017c-0.078,0.034-0.07,0.14-0.152,0.172 c-0.064,0.025-0.133-0.034-0.205-0.025c-0.564,0.067-1.057,0.061-1.621,0.128c-0.594,0.071-1.099,0.176-1.699,0.197 c-0.441,0.019-0.814,0.081-1.255,0.116c-0.284,0.022-1.034,0.146-0.814-0.001c0.169-0.116,0.765-0.004,0.604-0.124 c-0.14-0.104-0.346-0.062-0.533-0.046c-0.126,0.01-0.215,0.083-0.316,0.146c-0.047,0.026,0.053,0.104,0.008,0.133 c-0.22,0.132-0.498,0.075-0.77,0.096c-0.654,0.049-1.203,0.179-1.861,0.205c-0.953,0.036-1.758,0.24-2.713,0.236 c-0.2,0-0.371,0.006-0.57,0.021c-0.912,0.073-1.671,0.299-2.586,0.334c-0.541,0.021-0.998,0.126-1.54,0.124 c-0.136,0-0.249-0.132-0.372-0.085c-0.092,0.033-0.1,0.145-0.193,0.175c-0.346,0.108-0.688,0.028-1.055,0.074 c-0.521,0.062-0.982-0.007-1.502,0.058c-0.648,0.078-1.215,0.201-1.865,0.137c-0.117-0.011-0.367,0.037-0.329-0.055 c0.027-0.063,0.188-0.142,0.112-0.171c-0.17-0.062-0.346-0.004-0.53-0.014c-0.431-0.017-1.573,0.124-1.228-0.085 c0.206-0.124,0.854-0.182,0.635-0.29c-0.115-0.058-0.25-0.038-0.371-0.087c-0.247-0.101-0.395-0.321-0.67-0.34 C4.824,18.773,4.375,18.99,3.841,19.1c-0.39,0.08-0.699-0.211-1.076-0.324c-0.356-0.107-0.652-0.248-0.923-0.466 c-0.095-0.075-0.16-0.15-0.257-0.224c-0.076-0.057-0.354-0.119-0.252-0.123c0.713-0.027,1.164,0.574,1.87,0.661 c0.112,0.016,0.213,0.008,0.325-0.013c0.264-0.041,0.465-0.152,0.719-0.227c0.484-0.139,0.816-0.418,1.182-0.712 c0.036-0.03,0.164-0.054,0.117-0.071c-0.227-0.082-0.451-0.075-0.697-0.105c-0.212-0.027-0.65,0.227-0.607,0.055 c0.023-0.099,0.117-0.16,0.189-0.239c0.037-0.043,0.043-0.092,0.074-0.136c0.043-0.065,0.278-0.112,0.195-0.142 c-0.144-0.053-0.293,0.036-0.447,0.017c-0.145-0.018-0.258-0.08-0.375-0.151c-0.059-0.037-0.229,0.03-0.205-0.026 c0.043-0.101,0.176-0.138,0.273-0.21c0.041-0.031-0.058-0.111-0.008-0.134c0.105-0.049,0.209,0.093,0.33,0.089 c0.352-0.015,0.631-0.17,0.918-0.337c0.074-0.042,0.263-0.091,0.195-0.141c-0.047-0.035-0.209-0.021-0.166-0.061 c0.233-0.209,1.125-0.071,0.92-0.301c-0.206-0.229-1.262,0.072-0.984-0.096c0.367-0.222,1.636-0.122,1.245-0.314 c-0.223-0.108-0.482-0.029-0.737-0.072c-0.6-0.099-1.133,0.103-1.744,0.101c-0.084,0-0.127-0.094-0.209-0.091 c-0.18,0.006-0.553,0.286-0.48,0.151c0.058-0.104,0.406-0.213,0.271-0.245c-0.082-0.019-0.287,0.069-0.244,0.011 c0.074-0.102,0.432-0.147,0.314-0.213c-0.084-0.048-0.238,0.049-0.287-0.023c-0.154-0.225,0.534-0.202,0.84-0.265 c0.131-0.026,0.234-0.072,0.36-0.114c0.067-0.021,0.135,0.041,0.205,0.026c0.198-0.04,0.324-0.165,0.517-0.221 c0.157-0.046,0.547-0.16,0.395-0.215c-0.104-0.038-0.319,0.106-0.324,0.013c-0.004-0.053,0.126-0.107,0.073-0.136 c-0.224-0.125-0.458,0.173-0.72,0.228c-0.52,0.105-0.959,0.23-1.441,0.422c-0.076,0.031-0.287,0.068-0.244,0.01 c0.07-0.096,0.323-0.008,0.36-0.116c0.027-0.078-0.095-0.154-0.054-0.229c0.137-0.255,0.572-0.212,0.876-0.334 c0.144-0.059,0.294-0.244,0.185-0.341c-0.199-0.173-0.531,0.087-0.805,0.165c-0.209,0.061-0.387,0.197-0.602,0.156 c-0.1-0.019-0.176-0.066-0.252-0.124c-0.105-0.078,0.398-0.119,0.313-0.212c-0.061-0.068-0.193-0.054-0.251-0.125 c-0.113-0.134-0.194-0.337-0.068-0.464c0.074-0.072,0.369-0.166,0.322-0.078c-0.039,0.072-0.145,0.131-0.111,0.205 c0.205,0.436,1.157,0.203,1.626-0.062c0.099-0.057,0.304-0.131,0.231-0.21c-0.102-0.116-0.311,0.078-0.482,0.085 c-0.052,0.003-0.102-0.026-0.126-0.061c-0.075-0.11-0.04-0.28-0.181-0.328c-0.174-0.057-0.629,0.086-0.533-0.046 c0.119-0.16,0.43-0.028,0.646-0.092c0.24-0.068,0.441-0.153,0.635-0.291c0.084-0.06,0.246-0.127,0.192-0.206 c-0.089-0.132-0.241-0.198-0.345-0.321c-0.033-0.039-0.035-0.084-0.048-0.132c-0.011-0.039-0.138-0.021-0.126-0.062 c0.034-0.117,0.232-0.277,0.104-0.336c-0.188-0.087-0.398,0.138-0.605,0.089c-0.063-0.015-0.104-0.067-0.167-0.061 C3.46,11.233,2.96,11.482,3.073,11.33c0.208-0.282,1.341-0.472,0.946-0.537c-0.195-0.032-0.558,0.219-0.566,0.056 c-0.008-0.121,0.313-0.066,0.355-0.181c0.035-0.092-0.006-0.193,0.066-0.27c0.18-0.189,0.653-0.258,0.582-0.489 c-0.086-0.283-0.654,0.125-1.012,0.105C3.373,10.011,3.301,10.021,3.24,9.99C3.087,9.909,2.933,9.838,2.857,9.704 C2.844,9.68,2.791,9.658,2.812,9.639C2.968,9.5,3.375,9.427,3.279,9.255c-0.07-0.128-0.313-0.07-0.456-0.15 c-0.105-0.058-0.073-0.2-0.177-0.259c-0.071-0.04-0.174,0.048-0.244,0.01c-0.143-0.08-0.168-0.227-0.225-0.358 C2.128,8.385,1.951,8.225,2.077,8.168C2.177,8.121,2.291,8.147,2.4,8.121c0.391-0.096,0.727-0.178,1.126-0.243 C3.765,7.84,4.175,7.853,4.165,7.654c-0.007-0.125-0.19-0.195-0.339-0.222C3.593,7.392,3.178,7.485,3.167,7.291 C3.15,6.995,4.079,6.904,3.864,6.666c-0.158-0.177-0.521-0.018-0.741-0.14C3.085,6.506,2.981,6.531,3,6.498 C3.044,6.415,3.273,6.352,3.191,6.29c-0.09-0.067-0.38,0.005-0.33-0.087c0.1-0.185,0.441-0.097,0.685-0.126 c0.382-0.046,0.712-0.204,1.091-0.142C4.769,5.957,4.874,6.01,5.007,6.021c0.613,0.052,1.129-0.16,1.738-0.233 c0.289-0.034,1.02-0.034,0.803-0.197C7.501,5.555,7.339,5.569,7.382,5.53c0.164-0.148,0.445-0.064,0.687-0.094 c0.709-0.086,1.324-0.135,2.02-0.277c0.11-0.022,0.212,0.001,0.325-0.013c2.746-0.331,5.097-0.635,7.844-0.968 c2.105-0.255,3.922-0.409,6.027-0.664c1.438-0.175,2.684-0.296,4.137-0.292c0.643,0.001,1.182-0.17,1.822-0.17 c0.855-0.002,1.6-0.058,2.43-0.228c0.051-0.009,0.166-0.054,0.119-0.069c-0.418-0.152-0.844,0.065-1.299,0.083 c-1.01,0.038-1.871,0.142-2.883,0.143c-0.189,0-0.611,0.063-0.533-0.079c0.051-0.095,0.24-0.016,0.363-0.047 c0.668-0.164,1.336,0.063,1.986-0.143c0.076-0.024,0.203-0.088,0.154-0.14c-0.135-0.15-0.424,0.019-0.648,0.06 c-0.041,0.005,0.035-0.088-0.004-0.101c-0.105-0.037-0.166,0.119-0.277,0.144c-0.371,0.083-0.721-0.02-1.098,0.041 c-0.139,0.024-0.264,0.023-0.406,0.016c-0.199-0.007-0.521-0.135-0.568,0.023c-0.018,0.061,0.029,0.124,0.09,0.162 C27.767,2.98,28.046,3,27.964,3.073c-0.164,0.149-0.445,0.064-0.688,0.093c-1.479,0.18-2.778,0.119-4.258,0.299 c-0.255,0.03-0.976,0.035-0.734-0.039c0.451-0.145,0.895-0.084,1.377-0.12c0.713-0.055,1.375-0.021,2.02-0.277 C25.75,3,25.937,2.996,25.88,2.954c-0.326-0.243-0.822,0.103-1.26,0.048c-0.07-0.008-0.177-0.085-0.129-0.128 c0.221-0.198,0.611,0.003,0.935-0.035c0.649-0.078,1.218-0.062,1.866-0.14c0.719-0.086,1.342-0.118,2.066-0.145 c0.072-0.002,0.133-0.002,0.205-0.01c0.33-0.027,0.598-0.128,0.926-0.167c1.578-0.189,2.949-0.246,4.543-0.307 c0.158-0.007,0.295,0.019,0.451,0.049c0.1,0.018,0.15,0.143,0.25,0.124c0.074-0.016,0.125-0.063,0.199-0.076 c0.086-0.015,0.162,0.008,0.246,0.024c0.057,0.013,0.111-0.065,0.16-0.04c0.047,0.027-0.037,0.107,0.008,0.135 c0.121,0.07,0.264-0.069,0.4-0.117c0.039-0.013-0.037-0.076-0.006-0.099c0.1-0.07,0.236-0.054,0.363-0.08 c0.453-0.103,0.871-0.077,1.334-0.152c0.281-0.045,0.555-0.06,0.816,0.035c0.262,0.096,0.463,0.26,0.748,0.272 c0.357,0.015,0.656-0.077,1.012-0.105c0.102-0.009,0.135-0.146,0.236-0.143c0.217,0.006,0.363,0.177,0.58,0.177 c0.441,0,0.824-0.013,1.258-0.081c0.09-0.014,0.307-0.025,0.24-0.075c-0.09-0.066-0.4-0.107-0.293-0.155 c0.223-0.103,0.447,0.141,0.701,0.173c0.703,0.089,1.322-0.138,2.031-0.078c0.227,0.02,0.66,0.161,0.65-0.024 c-0.006-0.091-0.357-0.124-0.254-0.156c0.197-0.064,0.373,0.101,0.578,0.144c0.359,0.074,0.709,0.035,1.055-0.073 c0.439-0.14,0.863-0.15,1.336-0.152c0.484,0,1.311,0.407,1.383,0.015c0.035-0.186-0.355-0.272-0.582-0.244 c-0.17,0.02-0.625,0.1-0.488,0.018c0.424-0.254,0.975-0.093,1.502-0.091c1.195,0.004,2.244-0.223,3.418-0.031 c0.088,0.015,0.307,0.003,0.246,0.058c-0.203,0.184-1.07-0.002-0.844,0.167c0.209,0.156,0.537,0.028,0.811-0.033 c0.125-0.026,0.371,0.058,0.365-0.046c-0.004-0.063-0.168-0.162-0.092-0.164c0.154-0.006,0.225,0.175,0.377,0.186 c0.143,0.011,0.264-0.021,0.406-0.015c0.229,0.009,0.744,0.143,0.65-0.026c-0.035-0.063-0.23-0.027-0.209-0.091 c0.129-0.374,0.883,0.048,1.35,0.113C57.626,1.439,57.8,1.433,58,1.455c0.104,0.013,0.162,0.165,0.252,0.125 c0.057-0.025,0.012-0.134,0.074-0.136c0.217-0.009,0.367,0.211,0.58,0.177c0.113-0.018,0.164-0.157,0.277-0.144 c0.164,0.018,0.387,0.239,0.455,0.115c0.029-0.054-0.072-0.106-0.051-0.164c0.043-0.109,0.018-0.257,0.145-0.307 c0.287-0.109,0.887-0.161,0.902,0.101c0.004,0.072-0.137,0.15-0.07,0.202c0.047,0.036,0.113,0.03,0.166,0.06 c0.053,0.03-0.133,0.115-0.074,0.136c0.092,0.033,0.186-0.021,0.285-0.012c0.594,0.06,1.133,0.077,1.707-0.064 c0.082-0.02,0.16,0.008,0.242-0.009c0.063-0.013,0.014-0.121,0.074-0.136c0.273-0.067,0.533,0.068,0.816,0.035 c0.113-0.015,0.213,0,0.324-0.013c0.217-0.025,0.766-0.004,0.604-0.123c-0.215-0.162-1.078-0.019-0.82-0.136 c0.186-0.085,0.398,0.003,0.609-0.022c0.324-0.04,0.611-0.047,0.936-0.004c0.117,0.017,0.299-0.038,0.33,0.055 c0.025,0.08-0.039,0.198,0.053,0.231c0.133,0.047,0.404-0.068,0.41,0.053c0.01,0.152-0.615-0.017-0.521,0.117 c0.16,0.235,0.607-0.016,0.936-0.002c0.299,0.013,0.867,0.212,0.854-0.034c-0.004-0.05-0.086-0.076-0.088-0.128 c-0.002-0.032,0.078-0.037,0.076-0.069c-0.002-0.043-0.078-0.046-0.125-0.063c-0.055-0.021-0.068-0.085-0.129-0.095 c-0.088-0.015-0.148,0.08-0.238,0.075c-0.146-0.006-0.494-0.08-0.375-0.151c0.273-0.166,0.633-0.056,0.975-0.038 c0.104,0.006,0.33-0.021,0.287,0.056c-0.045,0.086-0.27,0.05-0.275,0.145c-0.018,0.255,0.484,0.383,0.793,0.335 c0.08-0.013,0.246-0.053,0.197-0.107c-0.131-0.146-0.766,0.025-0.617-0.108c0.287-0.261,0.773,0.149,1.193,0.221 c0.166,0.027,0.316-0.026,0.486-0.02c0.299,0.013,0.572,0.078,0.855,0c0.162-0.044,0.271-0.146,0.438-0.184 c0.129-0.028,0.488,0.032,0.371,0.086c-0.15,0.07-0.611-0.009-0.484,0.087c0.225,0.166,0.559,0.053,0.859,0.065 c0.186,0.008,0.354,0.002,0.527-0.053c0.066-0.021,0.23,0.013,0.201-0.042c-0.029-0.053-0.186-0.091-0.131-0.128 c0.264-0.177,0.635-0.038,0.977-0.036c0.152,0,0.518,0.024,0.414,0.117c-0.27,0.241-1.154-0.25-1.137,0.076 c0.012,0.178,0.398,0.067,0.615,0.076c0.398,0.019,0.742-0.013,1.139-0.042c0.127-0.012,0.459,0.021,0.363-0.049 c-0.092-0.067-0.377-0.081-0.295-0.154c0.113-0.102,0.297,0.073,0.455,0.114c0.055,0.014-0.047,0.118,0.008,0.133 c0.107,0.03,0.227,0.006,0.322-0.044c0.051-0.029,0.146-0.063,0.117-0.106c-0.217-0.314-0.873-0.076-1.199-0.319 c-0.029-0.022,0.037-0.069,0.078-0.071c0.135-0.004,0.236,0.08,0.371,0.088c0.482,0.021,1.002-0.302,1.381-0.054 c0.145,0.095-0.191,0.385-0.016,0.434c0.127,0.036,0.225-0.125,0.359-0.114c0.102,0.009,0.152,0.103,0.252,0.124 c0.049,0.011,0.066-0.066,0.117-0.071c0.113-0.011,0.332,0.116,0.326,0.021c-0.002-0.041-0.131-0.076-0.086-0.099 c0.164-0.072,0.355-0.002,0.531,0.047c0.049,0.015,0.172,0.043,0.127,0.063c-0.139,0.063-0.598,0.048-0.443,0.084 c0.279,0.065,0.559-0.038,0.805-0.163c0.121-0.063,0.391-0.113,0.314-0.214c-0.063-0.078-0.211,0.01-0.326,0.013 c-0.063,0.002-0.01,0.134-0.074,0.137c-0.119,0.005-0.174-0.116-0.254-0.19c-0.053-0.05-0.232-0.085-0.17-0.126 c0.154-0.105,0.371,0.035,0.572,0.043c0.273,0.013,0.504,0.05,0.777,0.07c0.057,0.005-0.045,0.115,0.008,0.133 c0.102,0.037,0.133-0.136,0.234-0.175c0.297-0.116,0.615-0.021,0.938,0.03c0.072,0.012-0.016,0.189,0.051,0.166 c0.123-0.047,0.184-0.16,0.316-0.181c0.168-0.023,0.319-0.011,0.487,0.015c0.09,0.015,0.295-0.005,0.248,0.059 c-0.02,0.029-0.051,0.043-0.076,0.068c-0.047,0.046-0.143-0.054-0.205-0.025c-0.125,0.057-0.092,0.248-0.229,0.274 c-0.099,0.021-0.358-0.011-0.282,0.045c0.223,0.167,0.556,0.067,0.858,0.067C82,1.701,82.846,1.889,83.747,1.666 c0.125-0.03,0.238-0.042,0.361-0.079c0.049-0.015,0.029-0.084,0.074-0.103c0.064-0.031,0.135,0.038,0.207,0.025 c0.176-0.036,0.225-0.343,0.391-0.283c0.111,0.042-0.211,0.221-0.107,0.271c0.189,0.093,0.766-0.022,0.617,0.109 c-0.145,0.13-0.617-0.119-0.607,0.058c0.012,0.188,0.424,0.03,0.654,0.041c0.285,0.011,0.539,0.008,0.811-0.065 c0.061-0.017,0.098-0.056,0.158-0.072c0.125-0.033,0.23-0.074,0.361-0.08c0.158-0.006,0.414,0.076,0.445-0.051 c0.02-0.08-0.074-0.229,0.027-0.233c0.082-0.006,0.125,0.095,0.209,0.091c0.172-0.005,0.324-0.142,0.482-0.084 c0.049,0.016,0.086,0.054,0.088,0.095c0.006,0.111-0.322,0.069-0.316,0.181c0.008,0.127,0.289-0.046,0.445-0.051 c0.432-0.018,0.799,0.053,1.227,0.086c0.082,0.006,0.281,0.059,0.209,0.092c-0.141,0.064-0.59,0.063-0.441,0.116 c0.262,0.095,0.537-0.024,0.809-0.096c0.184-0.051,0.59-0.006,0.521-0.155c-0.045-0.093-0.209-0.078-0.33-0.087 c-0.064-0.004-0.104-0.056-0.168-0.06c-0.041-0.003,0.047,0.086,0.006,0.1c-0.133,0.044-0.264-0.018-0.408-0.018 c-0.217,0-0.805,0.011-0.615-0.076c0.1-0.047,0.219,0.017,0.326-0.014c0.057-0.015,0.059-0.09,0.115-0.104 c0.42-0.102,0.879-0.023,1.232,0.187c0.053,0.03,0.184,0.01,0.166,0.059c-0.066,0.197-0.758,0.082-0.637,0.261 c0.094,0.135,0.348,0.055,0.535,0.078c0.324,0.041,0.736,0.116,0.93-0.104c0.051-0.057-0.051-0.174,0.029-0.201 c0.16-0.05,0.221,0.205,0.381,0.253c0.389,0.115,0.766-0.048,1.178-0.045c0.059,0,0.107,0.006,0.162-0.007 c0.084-0.018,0.174,0.028,0.244-0.009c0.053-0.029,0.02-0.111,0.074-0.137c0.336-0.153,0.715-0.073,1.098-0.041 c0.152,0.013,0.273,0.065,0.412,0.117c0.053,0.019-0.037,0.105,0.008,0.132c0.174,0.104,0.803-0.018,0.605-0.09 c-0.098-0.035-0.361-0.022-0.289-0.087c0.23-0.208,0.635-0.007,0.977-0.006c0.389,0.002,1.023-0.221,1.105,0.092 c0.02,0.08-0.129,0.228-0.027,0.233c0.121,0.008,0.207-0.074,0.318-0.112c0.059-0.019,0.205-0.036,0.158-0.071 c-0.076-0.057-0.32-0.063-0.252-0.123c0.043-0.039,0.178-0.024,0.16-0.074c-0.029-0.079-0.229-0.121-0.174-0.193 c0.197-0.271,0.707-0.124,1.092-0.108c2.234,0.098,4.156,0.016,6.395,0.021c0.256,0,0.926,0.071,0.701,0.173 c-0.09,0.043-0.357,0.021-0.279,0.079c0.184,0.137,0.83,0.057,0.662,0.206c-0.268,0.242-1.156-0.281-1.137,0.045 c0.012,0.211,0.477,0.027,0.734,0.038c0.484,0.021,0.961,0.175,1.383-0.02c0.045-0.021,0.148-0.038,0.119-0.071 c-0.049-0.055-0.168-0.032-0.209-0.092c-0.027-0.041-0.016-0.088-0.008-0.134c0.014-0.084,0.146-0.182,0.236-0.143 c0.078,0.037,0.082,0.148,0.172,0.161c0.063,0.009,0.182-0.024,0.158-0.072c-0.029-0.062-0.225-0.078-0.17-0.126 c0.154-0.139,0.443-0.067,0.652,0.007c0.047,0.018,0.113,0.061,0.086,0.099c-0.047,0.063-0.207,0.111-0.152,0.173 c0.172,0.189,0.807-0.137,0.82,0.1c0.012,0.199-0.475-0.091-0.693-0.007c-0.072,0.029-0.221,0.103-0.154,0.14 c0.236,0.131,0.531,0.021,0.816,0.035c1.494,0.064,2.777-0.002,4.275,0.003c0.135,0,0.459-0.04,0.359-0.112 c-0.242-0.183-0.613,0.05-0.936,0.001c-0.17-0.026-0.285-0.167-0.457-0.148c-0.152,0.015-0.246,0.129-0.398,0.148 c-0.283,0.033-0.541,0.026-0.816-0.035c-0.031-0.009-0.057-0.042-0.045-0.066c0.025-0.047,0.121-0.032,0.158-0.071 c0.092-0.1,0.129-0.233,0.27-0.278c0.523-0.165,1.037,0.15,1.596,0.107c0.133-0.013,0.225-0.1,0.359-0.115 c0.441-0.054,0.822,0.094,1.27,0.117c0.135,0.01,0.229-0.085,0.359-0.112c0.291-0.061,0.557,0.032,0.857,0.032 c1.225,0.004,2.281-0.102,3.5-0.001c0.203,0.018,0.73,0.12,0.541,0.182c-0.244,0.076-0.48-0.138-0.74-0.105 c-0.16,0.019-0.432,0.249-0.439,0.116c-0.004-0.042,0.117-0.079,0.074-0.102c-0.119-0.068-0.494-0.012-0.402,0.08 c0.061,0.062,0.164,0.055,0.25,0.093c0.037,0.015-0.029,0.078,0.006,0.098c0.117,0.071,0.537-0.006,0.41,0.051 c-0.373,0.17-0.793,0.066-1.219,0.047c-0.299-0.012-1.127-0.065-0.854,0.033c0.313,0.114,0.637,0.042,0.979,0.029 c0.398-0.017,0.742,0.024,1.141,0.022c0.559,0,1.035,0.068,1.592,0.072c0.064,0,0.104,0.055,0.166,0.06 c0.072,0.008,0.092-0.083,0.158-0.104c0.15-0.048,0.289,0.08,0.451,0.082c0.471,0.006,0.871-0.054,1.342-0.052 c0.086,0,0.156-0.027,0.242-0.043c0.068-0.011,0.209-0.066,0.156-0.105c-0.199-0.149-0.502,0.028-0.771,0.03 c-0.258,0-0.926-0.071-0.703-0.175c0.303-0.138,0.652,0.179,0.982,0.097c0.1-0.024,0.213-0.138,0.152-0.207 c-0.072-0.078-0.338-0.117-0.256-0.189c0.203-0.182,0.568-0.033,0.857,0.033c0.068,0.016,0.133-0.021,0.203-0.009 c0.078,0.017,0.092,0.111,0.17,0.128c0.096,0.022,0.184-0.011,0.285-0.011c0.385,0,0.715-0.171,1.092-0.108 c0.051,0.008,0.133,0.076,0.088,0.098c-0.254,0.114-0.818-0.074-0.805,0.163c0.008,0.139,0.316-0.02,0.486-0.02 c0.135,0.002,0.443,0.09,0.334,0.155c-0.219,0.131-1-0.019-0.768,0.096c0.258,0.126,0.559,0.059,0.857,0.033 c0.117-0.009,0.396-0.004,0.32-0.08c-0.064-0.063-0.285-0.042-0.25-0.122c0.066-0.155,0.408-0.051,0.572,0.044 c0.041,0.025-0.143,0.036-0.119,0.072c0.129,0.188,0.48,0.072,0.74,0.104c0.662,0.084,1.244,0.013,1.91-0.039 c0.135-0.012,0.461-0.039,0.361-0.113c-0.227-0.169-0.789,0.141-0.861-0.102c-0.023-0.071,0.098-0.111,0.152-0.173 c0.025-0.027-0.037-0.075-0.006-0.099c0.256-0.184,0.633-0.024,0.975-0.037c0.344-0.014,0.666-0.084,0.98,0.029 c0.119,0.043-0.328,0.169-0.23,0.241c0.115,0.086,0.291,0.01,0.447,0.016c0.135,0.007,0.25,0.037,0.371,0.087 c0.041,0.016,0.084,0.014,0.125,0.028c0.162,0.06,0.281,0.169,0.457,0.183c0.369,0.03,0.734,0.106,1.057-0.04 c0.045-0.021,0.113-0.075,0.076-0.104c-0.213-0.158-0.936,0.147-0.818-0.066c0.053-0.099,0.309-0.157,0.23-0.243 c-0.146-0.162-0.795,0.111-0.697-0.073c0.135-0.247,0.65-0.1,0.939,0.03c0.123,0.056,0.25,0.176,0.373,0.119 c0.125-0.058,0.174-0.191,0.314-0.212c0.309-0.046,0.584,0.001,0.896,0.032c0.104,0.009,0.379,0.015,0.289,0.056 c-0.08,0.035-0.158,0.044-0.24,0.075c-0.037,0.014,0.125,0.062,0.084,0.063c-0.26,0.009-0.748-0.284-0.736-0.072 c0.006,0.104,0.211,0.091,0.332,0.122c0.271,0.07,0.527-0.055,0.811-0.065c0.117-0.005,0.213,0.048,0.33,0.055 c0.256,0.013,0.49,0.072,0.732,0.004c0.043-0.011,0.08-0.021,0.119-0.037c0.15-0.06,0.232-0.188,0.395-0.216 c0.338-0.054,0.654-0.061,0.98,0.03c0.098,0.027,0.258-0.026,0.287,0.055c0.033,0.09,0.006,0.179-0.025,0.268 c-0.008,0.025,0.066,0.047,0.045,0.065c-0.201,0.181-0.555,0.045-0.854,0.032c-0.385-0.016-1.445-0.02-1.094,0.109 c0.379,0.137,0.77,0.003,1.184,0.02c0.4,0.019,0.742,0.106,1.145,0.09c0.768-0.028,1.426-0.055,2.193-0.083 c1.109-0.043,2.066-0.037,3.176,0.012c0.262,0.012,0.477,0.115,0.738,0.104c0.174-0.007,0.316-0.048,0.484-0.085 c0.074-0.017,0.256-0.031,0.199-0.075c-0.174-0.127-0.424-0.087-0.658-0.106c-0.076-0.007-0.129-0.061-0.207-0.06 c-0.145,0.006-0.262,0.054-0.402,0.083c-0.428,0.087-0.818,0.016-1.262,0.014c-0.375-0.002-0.727,0.012-1.064-0.126 c-0.082-0.032-0.086-0.138-0.172-0.159c-0.285-0.072-1.023,0.011-0.824-0.168c0.135-0.122,0.371,0.019,0.57,0.012 c0.201-0.009,0.379,0,0.574,0.044c0.076,0.018,0.092,0.109,0.168,0.127c0.088,0.02,0.307-0.026,0.24-0.076 c-0.076-0.057-0.32-0.063-0.25-0.125c0.164-0.146,0.477-0.048,0.693,0.043c0.074,0.029,0.137,0.057,0.209,0.091 c0.051,0.022-0.031,0.099,0.008,0.132c0.145,0.13,0.717,0.163,0.611,0.01c-0.025-0.036-0.176-0.059-0.125-0.06 c0.188-0.01,0.348,0.021,0.531,0.044c0.199,0.025,0.75-0.021,0.566-0.088c-0.117-0.042-0.42-0.044-0.334-0.12 c0.191-0.173,0.529-0.043,0.813-0.032c0.418,0.02,1.594,0.039,1.188,0.121c-0.17,0.036-0.586,0.004-0.48,0.119 c0.172,0.192,0.561-0.005,0.818,0.103c0.195,0.079,0.33,0.219,0.545,0.247c0.943,0.115,1.773,0.024,2.729,0.026 c0.121,0.002,0.41-0.045,0.32-0.112c-0.316-0.235-0.795,0.032-1.221,0.015c-0.26-0.011-0.479-0.082-0.738-0.071 c-0.189,0.007-0.428,0.049-0.533-0.08c-0.033-0.041-0.008-0.097-0.049-0.132c-0.098-0.084-0.262,0.061-0.404,0.05 c-0.1-0.008-0.307-0.13-0.213-0.158c0.119-0.038,0.24,0,0.365-0.015c1.578-0.19,2.963-0.047,4.559-0.041 c0.486,0,0.924-0.077,1.387,0.047c0.086,0.021,0.203-0.01,0.248,0.055c0.063,0.093-0.072,0.304,0.057,0.3 c0.154-0.008,0.248-0.132,0.398-0.148c0.254-0.031,0.936,0.097,0.732-0.028c-0.215-0.134-0.979-0.063-0.742-0.173 c0.439-0.201,0.928,0.11,1.432,0.112c0.189,0.001,0.686-0.013,0.533,0.08c-0.057,0.033-0.133-0.002-0.203,0.009 c-0.174,0.023-0.586,0-0.482,0.117c0.037,0.042,0.209,0.021,0.166,0.06c-0.146,0.133-0.789,0.031-0.604,0.122 c0.49,0.244,1.063,0.036,1.633,0.071c0.09,0.006,0.158,0.048,0.248,0.058c0.102,0.011,0.152,0.145,0.252,0.125 c0.08-0.019,0.119-0.085,0.197-0.109c0.08-0.025,0.156-0.035,0.242-0.041c0.084-0.009,0.158-0.007,0.242-0.011 c0.072-0.002,0.189,0.05,0.205-0.007c0.016-0.069-0.078-0.155-0.012-0.199c0.068-0.047,0.15-0.064,0.24-0.075 c0.266-0.036,0.48,0.114,0.742,0.171c0.041,0.009,0.08-0.014,0.121-0.005c0.373,0.08,1.449,0.085,1.098-0.042 c-0.344-0.124-0.75,0.074-1.064-0.094c-0.094-0.048-0.301-0.134-0.215-0.19c0.07-0.047,0.158-0.045,0.24-0.076 c0.047-0.017-0.16-0.031-0.125-0.062c0.221-0.201,0.611,0.003,0.938,0.03c0.131,0.011,0.248,0.015,0.369,0.053 c0.113,0.035,0.15,0.238,0.256,0.189c0.102-0.046-0.027-0.212,0.066-0.269c0.195-0.117,0.453-0.026,0.691,0.007 c0.117,0.017,0.377-0.033,0.33,0.052c-0.039,0.073-0.309,0.059-0.238,0.111c0.146,0.11,0.369-0.032,0.566-0.056 c0.039-0.005,0.041-0.058,0.078-0.069c0.377-0.12,0.709,0.258,1.113,0.258c0.127,0,0.191-0.135,0.318-0.146 c0.404-0.035,0.758,0.251,1.148,0.154c0.135-0.031,0.131-0.26,0.271-0.241c0.188,0.022,0.307,0.171,0.498,0.18 c0.285,0.013,0.525-0.077,0.811-0.064c0.186,0.009,0.346-0.049,0.527-0.021c0.043,0.007,0.082-0.015,0.123-0.004 c0.053,0.014-0.039,0.104,0.008,0.133c0.072,0.042,0.166-0.032,0.24-0.076c0.031-0.019-0.098-0.032-0.086-0.064 c0.043-0.124,0.285-0.105,0.443-0.083c0.051,0.007,0.139,0.022,0.125,0.063c-0.027,0.08-0.236,0.158-0.15,0.206 c0.119,0.064,0.492-0.048,0.41,0.049c-0.107,0.13-0.617,0.114-0.477,0.22c0.242,0.181,0.611-0.077,0.936-0.035 c0.238,0.028,0.66,0.225,0.51,0.379c-0.223,0.23-0.697-0.005-1.01,0.139c-0.063,0.029-0.154,0.163-0.158,0.105 c-0.004-0.069,0.109-0.173,0.029-0.201c-0.168-0.061-0.359-0.074-0.529-0.014c-0.066,0.025-0.111,0.063-0.156,0.106 c-0.045,0.047-0.135,0.083-0.115,0.14c0.016,0.039,0.092,0.03,0.127,0.061c0.068,0.063,0.184,0.051,0.287,0.056 s0.148,0.126,0.252,0.123c0.127-0.005,0.191-0.129,0.318-0.145c0.227-0.027,0.768,0.132,0.584,0.243 c-0.07,0.042-0.17-0.023-0.244,0.01c-0.066,0.031-0.27,0.05-0.199,0.074c0.285,0.104,0.582-0.01,0.893-0.034 c0.117-0.009,0.213-0.044,0.322-0.078c0.053-0.018-0.061-0.117-0.008-0.133c0.125-0.04,0.404,0.06,0.334,0.154 c-0.037,0.049-0.221,0.081-0.156,0.105c0.379,0.137,0.77,0.004,1.182,0.021c0.215,0.01,0.395-0.057,0.605-0.09 c0.084-0.013,0.164,0.013,0.244-0.009c0.066-0.021-0.217-0.05-0.168-0.093c0.137-0.124,0.377,0.117,0.574,0.076 c0.057-0.011-0.053-0.105-0.008-0.133c0.207-0.124,0.479,0.025,0.734,0.007c0.566-0.047,1.066-0.243,1.621-0.131 c0.346,0.071,0.662,0.025,1.018-0.003c0.113-0.012,0.303,0.078,0.324-0.014c0.018-0.07-0.117-0.152-0.053-0.198 c0.049-0.036,0.217-0.051,0.16-0.074c-0.365-0.131-0.742,0.031-1.137,0.079c-0.039,0.004-0.039,0.06-0.076,0.068 c-0.063,0.014-0.104-0.056-0.166-0.061c-1.553-0.098-2.889-0.131-4.445-0.129c-0.221,0-0.707,0.055-0.617-0.109 c0.025-0.048,0.217-0.051,0.158-0.074c-0.137-0.048-0.488,0.021-0.412-0.082c0.074-0.102,0.262-0.032,0.404-0.05 c0.662-0.08,1.256,0.041,1.91-0.074c0.113-0.019,0.285,0.015,0.32-0.078c0.037-0.095-0.008-0.304,0.107-0.271 c0.086,0.024,0.131,0.161,0.211,0.126c0.105-0.05-0.008-0.235,0.105-0.271c0.084-0.027,0.252,0.131,0.248,0.056 c-0.002-0.05-0.145-0.104-0.088-0.129c0.074-0.034,0.166-0.005,0.244,0.023c0.041,0.017,0.082,0.017,0.125,0.029 c0.055,0.018-0.078,0.103-0.033,0.135c0.129,0.097,0.436-0.057,0.492,0.082c0.023,0.054,0.023,0.108,0.01,0.166 c-0.029,0.123-0.406,0.022-0.398,0.148c0.006,0.107,0.24,0.036,0.369,0.053c0.24,0.029,0.473,0.087,0.693,0.006 c0.055-0.021,0.139-0.059,0.115-0.105c-0.057-0.108-0.338-0.219-0.221-0.291c0.109-0.065,0.24,0.109,0.371,0.086 c0.102-0.017,0.137-0.127,0.236-0.142c0.254-0.04,0.488-0.019,0.736,0.039c0.115,0.026,0.373,0.209,0.254,0.189 c-0.063-0.011-0.105-0.076-0.164-0.061c-0.129,0.035-0.313,0.229-0.189,0.272c0.137,0.05,0.254-0.132,0.4-0.114 c0.121,0.017,0.172,0.147,0.295,0.157c0.197,0.013,0.369-0.022,0.568-0.022c0.258,0,0.482,0.083,0.734,0.038 c0.201-0.035-0.256-0.236-0.348-0.388c-0.014-0.021-0.072-0.05-0.045-0.063c0.16-0.074,0.332-0.077,0.508-0.074 c-0.088-0.021-0.156-0.053-0.109-0.076c0.104-0.046,0.324-0.042,0.33,0.055c0,0.011-0.006,0.021-0.016,0.027 c0.113,0,0.229-0.009,0.34-0.039c0.176-0.048,0.475-0.166,0.529-0.02c0.023,0.067-0.113,0.182-0.029,0.2 c0.18,0.042,0.42-0.076,0.531,0.047c0.027,0.029,0.082,0.073,0.047,0.098c-0.049,0.033-0.096,0.066-0.158,0.073 c-0.117,0.011-0.213-0.071-0.328-0.055c-0.043,0.007,0.041,0.084,0.004,0.099c-0.082,0.04-0.324,0.08-0.238,0.111 c0.326,0.116,0.662-0.117,1.014-0.073c0.359,0.044,0.664,0.097,1.025,0.127c0.162,0.014,0.305,0.03,0.453,0.084 c0.029,0.01-0.061,0.05-0.037,0.067c0.096,0.069,0.428,0.078,0.365-0.013c-0.033-0.052-0.197-0.112-0.129-0.131 c0.137-0.033,0.266,0.013,0.408,0.019c0.344,0.017,0.643,0.007,0.98,0.063c0.137,0.022,0.27,0.195,0.373,0.119 c0.09-0.067,0.115-0.186,0.232-0.209c0.32-0.065,1.049,0.116,0.93-0.137c-0.02-0.038-0.137-0.084-0.088-0.096 c0.307-0.075,0.549,0.219,0.869,0.233c0.215,0.01,0.41-0.013,0.613,0.044c0.068,0.018,0.064,0.104,0.129,0.128 c0.131,0.047,0.291-0.085,0.406-0.016c0.068,0.039,0.205,0.128,0.133,0.161c-0.273,0.126-0.584,0.003-0.896,0.001 c-0.67-0.001-1.252-0.073-1.914,0.007c-0.314,0.039-0.586-0.06-0.9-0.098c-0.381-0.048-0.709,0.125-1.094,0.109 c-1.439-0.064-2.678-0.049-4.119-0.109c-0.135-0.007-0.459,0.038-0.359,0.112c0.33,0.248,1.57-0.152,1.27,0.117 c-0.098,0.09-0.266-0.042-0.41-0.051c-0.385-0.016-0.713,0.029-1.098,0.044c-0.117,0.005-0.363-0.012-0.32,0.078 c0.119,0.251,0.615-0.022,0.938,0.031c0.109,0.019,0.105,0.207,0.215,0.191c0.08-0.012,0.082-0.109,0.156-0.14 c0.09-0.033,0.184-0.003,0.283-0.011c0.486-0.036,0.902,0.074,1.389,0.081c0.064,0,0.029,0.145,0.09,0.131 c0.098-0.025,0.133-0.146,0.236-0.144c0.135,0.004,0.238,0.065,0.371,0.085c0.07,0.012,0.129-0.038,0.201-0.04 c0.301-0.013,1.123-0.055,0.859,0.065c-0.129,0.06-0.465,0.101-0.357,0.181c0.221,0.165,0.557-0.044,0.854-0.032 c0.234,0.011,0.424,0.089,0.658,0.107c0.184,0.016,0.352,0.028,0.527-0.019c0.129-0.035,0.324-0.008,0.361-0.113 c0.027-0.08-0.051-0.184,0.027-0.236c0.209-0.142,0.504,0.037,0.775,0.037c0.115,0,0.225-0.022,0.326,0.021 c0.041,0.019,0.094,0.002,0.125,0.029c0.09,0.082,0.084,0.243,0.217,0.257c0.24,0.027,0.449-0.037,0.691-0.025 c0.189,0.009,0.35-0.056,0.523-0.12c0.109-0.04,0.203-0.083,0.318-0.111c0.1-0.025,0.186,0.063,0.289,0.057 c0.063-0.008,0.018-0.113,0.072-0.137c0.064-0.031,0.146-0.01,0.207,0.023c0.049,0.029,0.143,0.049,0.127,0.097 c-0.02,0.056-0.174,0.105-0.115,0.138c0.109,0.061,0.242,0.073,0.369,0.053c0.045-0.009,0.098-0.007,0.121-0.039 c0.047-0.063-0.014-0.176,0.07-0.202c0.125-0.04,0.424,0.07,0.334,0.152c-0.049,0.044-0.215,0.074-0.156,0.107 c0.111,0.061,0.332-0.02,0.371,0.086c0.033,0.089-0.1,0.27,0.016,0.266c0.182-0.008,0.16-0.255,0.305-0.345 c0.285-0.178,0.715-0.091,1.021,0.061c0.037,0.019-0.029,0.08,0.006,0.099c0.295,0.171,0.664,0.109,1.023,0.095 c0.174-0.006,0.357,0.012,0.484-0.084c0.094-0.07,0.074-0.188,0.146-0.272c0.041-0.048,0.049-0.113,0.115-0.14 c0.176-0.063,0.715,0.058,0.535,0.114c-0.152,0.048-0.537,0.01-0.441,0.116c0.145,0.161,0.451,0.083,0.695,0.074 c0.229-0.009,0.424-0.017,0.65-0.025c0.084-0.004,0.127,0.096,0.209,0.093c0.174-0.007,0.32-0.13,0.484-0.087 c0.078,0.023,0.072,0.116,0.131,0.163c0.041,0.034,0.072,0.086,0.049,0.131c-0.211,0.39-1.836-0.03-1.451,0.257 c0.221,0.164,0.555-0.023,0.854-0.034c0.449-0.017,0.852,0.018,1.271,0.152c0.104,0.033,0.158,0.206,0.252,0.156 c0.145-0.075,0.152-0.254,0.309-0.313c0.287-0.106,0.584,0.032,0.898,0.032c1.936,0.006,7.469-0.072,5.531-0.078 c-1.811-0.005-3.365,0.01-5.174-0.068c-0.697-0.03-1.311,0.123-1.994,0.009c-0.102-0.015-0.322-0.061-0.252-0.122 c0.098-0.088,0.258-0.1,0.402-0.082c0.039,0.006,0.045,0.063,0.084,0.063c0.414-0.016,0.766-0.03,1.18-0.046 c0.145-0.005,0.453,0.028,0.402-0.081c-0.049-0.102-0.398-0.12-0.297-0.189c0.123-0.083,0.266-0.098,0.418-0.087 c-0.047-0.022-0.104-0.058-0.104-0.058s0.164,0.007,0.168,0.061l-0.002,0.003c0.213,0.027,0.443,0.095,0.66,0.104 c0.627,0.027,1.166-0.027,1.785-0.101c0.041-0.006,0.041-0.06,0.078-0.07c0.107-0.033,0.215,0.038,0.326,0.021 c0.08-0.014,0.074-0.137,0.156-0.141c0.086-0.002,0.113,0.149,0.051,0.199c-0.082,0.065-0.344,0.066-0.275,0.144 c0.078,0.087,0.23-0.065,0.361-0.081c0.17-0.02,0.58-0.104,0.438-0.184c-0.09-0.048-0.363-0.023-0.291-0.089 c0.08-0.07,0.238-0.005,0.33,0.055c0.102,0.067,0.176,0.231,0.295,0.189c0.104-0.039,0.164-0.16,0.277-0.144 c0.082,0.011,0.174,0.152,0.209,0.091c0.029-0.054-0.041-0.175,0.031-0.169c0.102,0.012,0.154,0.1,0.252,0.125 c0.094,0.023,0.186-0.025,0.283-0.012c0.08,0.012,0.096,0.103,0.17,0.126c0.201,0.063,0.766,0.03,0.605-0.089 c-0.141-0.105-0.662,0.035-0.533-0.08c0.268-0.241,0.736-0.061,1.135-0.076c0.457-0.019,0.855-0.015,1.307,0.049 c0.115,0.017,0.375-0.033,0.328,0.055c-0.063,0.118-0.303-0.003-0.445,0.051c-0.055,0.021-0.16,0.071-0.115,0.104 c0.191,0.143,0.723-0.173,0.734,0.038c0.004,0.041-0.113,0.073-0.074,0.104c0.084,0.063,0.211-0.014,0.324-0.014 c0.16,0.002,0.48,0.031,0.416,0.152c-0.023,0.043-0.115,0.009-0.16,0.038c-0.092,0.061-0.205,0.089-0.322,0.08 c-0.057-0.005,0.039-0.105-0.008-0.133c-0.051-0.031-0.1,0.053-0.158,0.072c-0.104,0.033-0.287,0.16-0.191,0.208 c0.293,0.144,0.637,0.028,0.979,0.028c1.154-0.002,2.15,0.098,3.299,0.006c0.086-0.006,0.162-0.013,0.242-0.043 c0.055-0.02,0.16-0.069,0.115-0.104c-0.199-0.149-0.502-0.014-0.773-0.003c-0.5,0.019-0.982,0.141-1.428-0.045 c-0.039-0.019-0.098,0-0.123-0.029c-0.049-0.056,0.031-0.188,0.111-0.171c0.082,0.015,0.127,0.095,0.209,0.091 c0.219-0.008,0.408-0.044,0.604-0.122c0.078-0.03,0.275,0.055,0.244-0.011c-0.029-0.063-0.213-0.158-0.131-0.16 c0.15-0.006,0.199,0.171,0.338,0.221c0.158,0.058,0.318,0.039,0.492,0.047c0.113,0.005,0.393,0.063,0.324-0.013 c-0.227-0.253-0.848-0.019-1.035-0.293c-0.049-0.073,0.135-0.149,0.236-0.143c0.141,0.011,0.24,0.152,0.373,0.119 c0.088-0.021,0.139-0.199,0.197-0.141c0.057,0.058,0.014,0.159,0.092,0.196c0.141,0.065,0.295,0.05,0.453,0.084 c0.141,0.029,0.27,0.017,0.41,0.049c0.117,0.027,0.094,0.24,0.215,0.226c0.152-0.018,0.246-0.15,0.4-0.148 c0.221,0.001,0.395,0.11,0.617,0.11c0.184,0,0.342-0.015,0.527-0.021c0.443-0.017,0.811-0.131,1.254-0.146 c0.285-0.012,0.535-0.005,0.816,0.035c0.041,0.004-0.035,0.087,0.006,0.099c0.416,0.124,0.928-0.358,1.256-0.115 c0.066,0.052-0.264,0.091-0.195,0.141c0.158,0.118,0.4,0.072,0.611,0.043c0.135-0.016,0.367-0.003,0.361-0.112 c-0.002-0.042-0.139-0.095-0.088-0.096c0.154-0.008,0.395,0.354,0.262,0.288c-0.068-0.033-0.096-0.15-0.17-0.126 c-0.078,0.024-0.033,0.153-0.111,0.171c-0.277,0.061-0.531-0.047-0.816-0.034c-0.385,0.014-1.471,0.046-1.094,0.106 c0.406,0.068,0.768,0.019,1.182,0.022c0.084,0.001,0.131,0.117,0.209,0.091c0.041-0.011-0.045-0.084-0.006-0.099 c0.08-0.029,0.162,0.036,0.246,0.023c0.041-0.006-0.035,0.091,0.006,0.102c0.238,0.054,0.434-0.151,0.684-0.16 c0.498-0.02,0.945-0.065,1.428,0.044c0.092,0.021,0.215,0.019,0.25,0.09c0.047,0.104-0.061,0.243-0.189,0.275 c-0.26,0.064-0.504,0.006-0.773-0.005c-0.148-0.005-0.512,0.007-0.412-0.083c0.131-0.117,0.664-0.047,0.521-0.154 c-0.223-0.163-0.564,0.022-0.85,0.101c-0.082,0.022-0.248-0.062-0.244,0.009c0.002,0.053,0.125,0.088,0.088,0.13 c-0.061,0.069-0.146,0.101-0.236,0.142c-0.035,0.017-0.041,0.056-0.076,0.071c-0.418,0.155-1.713,0.031-1.293,0.182 c0.406,0.147,1.529-0.211,1.268,0.085c-0.035,0.04-0.166,0.077-0.117,0.104c0.09,0.05,0.178-0.08,0.279-0.11 c0.061-0.018,0.021-0.107,0.074-0.136c0.059-0.034,0.133,0,0.203-0.009c0.393-0.052,0.775,0.091,1.137-0.043 c0.059-0.022-0.145-0.105-0.088-0.13c0.111-0.053,0.238-0.005,0.365-0.015c0.273-0.021,0.5-0.074,0.766-0.129 c0.08-0.019,0.133-0.066,0.197-0.107c0.082-0.053,0.313-0.086,0.236-0.143c-0.158-0.117-0.521,0.149-0.611-0.011 c-0.135-0.244,1.07-0.247,0.938-0.002c-0.021,0.039-0.156,0.044-0.119,0.071c0.289,0.214,1.023,0.139,1.09-0.175 c0.008-0.036,0.063-0.072,0.035-0.102c-0.098-0.109-0.563-0.118-0.418-0.185c0.154-0.071,0.332,0.023,0.492,0.081 c0.039,0.015,0.082-0.017,0.123-0.004c0.059,0.019,0.035,0.101,0.088,0.129c0.355,0.198,0.855-0.16,1.223,0.021 c0.049,0.024,0.061,0.116,0.008,0.133c-0.188,0.06-0.373-0.069-0.572-0.044c-0.301,0.036-1.105,0.036-0.846,0.164 c0.143,0.07,0.303,0.061,0.455,0.116c0.059,0.022,0.033,0.104,0.088,0.13c0.15,0.07,0.633-0.013,0.484-0.084 c-0.121-0.06-0.469-0.035-0.373-0.12c0.182-0.164,0.502-0.052,0.771-0.029c0.127,0.01,0.43,0.055,0.332,0.12 c-0.123,0.084-0.561-0.004-0.443,0.085c0.076,0.056,0.342,0.082,0.252,0.123c-0.461,0.211-0.979-0.01-1.506-0.01 c-0.209,0-0.752,0.087-0.563,0.154c0.406,0.148,0.885-0.135,1.266,0.052c0.176,0.086,0.344,0.355,0.502,0.248 c0.102-0.068,0.119-0.186,0.23-0.243c0.211-0.107,0.922-0.104,0.684-0.158c-0.129-0.03-0.475-0.016-0.371-0.086 c0.133-0.091,0.314-0.045,0.484-0.052c0.514-0.021,1.02,0.216,1.467,0.01c0.045-0.02,0.113-0.075,0.076-0.103 c-0.244-0.183-1.076,0.031-0.908-0.198c0.051-0.069,0.197,0.028,0.285-0.012c0.049-0.022,0.041-0.107-0.008-0.133 c-0.172-0.084-0.748,0.036-0.572-0.044c0.311-0.143,0.66-0.04,1.016-0.04c0.77,0.004,2.943-0.059,2.188-0.184 c-0.227-0.036-0.561,0.099-0.656-0.074c-0.021-0.038,0.09-0.036,0.119-0.071c0.031-0.041-0.088-0.097-0.049-0.132 c0.184-0.164,0.504-0.041,0.768-0.096c0.131-0.025,0.227-0.098,0.361-0.112c0.248-0.031,0.902,0.017,0.699,0.14 c-0.131,0.079-0.52,0-0.441,0.116c0.07,0.101,0.266,0.008,0.408,0.019c0.102,0.008,0.32,0.06,0.252,0.122 c-0.271,0.244-1.428-0.044-1.131,0.177c0.191,0.142,0.477,0.016,0.734,0.007c0.1-0.005,0.188,0.009,0.285,0.021 c0.166,0.02,0.566,0.015,0.455,0.115c-0.082,0.074-0.324,0.013-0.32,0.112c0.004,0.068,0.188,0.111,0.133,0.161 c-0.23,0.208-0.641-0.014-0.975,0.039c-0.076,0.011-0.27,0.048-0.201,0.073c0.457,0.165,0.971-0.153,1.426,0.013 c0.029,0.01,0.066,0.045,0.045,0.063c-0.121,0.109-0.613,0.053-0.479,0.152c0.098,0.073,0.377,0.049,0.334,0.153 c-0.066,0.157-0.637-0.065-0.566,0.088c0.143,0.3,0.719,0.093,1.107,0.125c0.084,0.008,0.158-0.009,0.244-0.009 c0.27,0,0.73,0.189,0.771-0.029c0.02-0.104-0.086-0.211-0.018-0.299c0.055-0.071,0.27-0.12,0.193-0.176 c-0.178-0.134-0.678,0.225-0.689,0.026c-0.016-0.269,0.602-0.089,0.93-0.102c0.287-0.013,1.096-0.015,0.816,0.034 c-0.111,0.021-0.213-0.005-0.324,0.014c-0.043,0.006-0.08,0-0.121,0.005c-0.127,0.014-0.436,0.104-0.318,0.146 c0.455,0.164,0.924-0.077,1.422-0.055c0.5,0.021,0.938-0.003,1.43,0.078c0.039,0.006,0.119,0.048,0.084,0.063 c-0.16,0.075-0.555,0.047-0.477,0.186c0.07,0.127,0.316-0.024,0.484-0.051c0.174-0.029,0.49,0.024,0.482-0.119 c-0.002-0.043-0.127-0.07-0.088-0.098c0.189-0.126,0.451,0.04,0.695,0.04c0.143,0,0.266-0.029,0.406-0.017 c0.063,0.008,0.025,0.134,0.088,0.132c0.123-0.005,0.158-0.151,0.275-0.178c0.164-0.036,0.328-0.068,0.488-0.02 c0.029,0.011,0.055,0.019,0.082,0.03c0.092,0.039,0.137,0.115,0.174,0.194c0.025,0.055,0.217,0.05,0.168,0.093 c-0.072,0.065-0.172,0.092-0.279,0.11c-0.82,0.146-1.568,0.164-2.398,0.06c-0.143-0.019-0.264-0.045-0.41-0.052 c-0.082-0.002-0.115,0.096-0.197,0.109c-0.322,0.048-0.607,0.002-0.936,0.001c-0.584-0.001-1.084,0.035-1.668,0.031 c-0.051,0-0.076-0.075-0.125-0.063c-0.1,0.025-0.135,0.139-0.236,0.144c-0.188,0.006-0.346-0.054-0.533-0.047 c-0.357,0.013-0.67-0.089-1.02-0.029c-0.068,0.013-0.203,0.063-0.156,0.107c0.145,0.135,0.398,0.065,0.615,0.076 c0.393,0.021,0.758,0.013,1.107,0.157c0.131,0.055,0.463,0.162,0.41,0.052c-0.031-0.07-0.232-0.104-0.172-0.16 c0.049-0.045,0.139,0.044,0.205,0.026c1.299-0.388,2.566-0.044,3.941-0.153c1.006-0.079,1.879-0.003,2.889-0.042 c1.125-0.043,2.092,0.006,3.217,0.01c0.117,0,0.408-0.018,0.328,0.054c-0.211,0.188-1.121-0.073-0.889,0.1 c0.098,0.075,0.377,0.05,0.334,0.154c-0.098,0.232-0.553,0.055-0.852,0.066c-0.443,0.017-0.816,0.092-1.254,0.148 c-0.043,0.005,0.035-0.091-0.006-0.101c-0.113-0.025-0.205,0.063-0.32,0.08c-0.041,0.004-0.047-0.07-0.086-0.063 c-0.156,0.021-0.291,0.12-0.443,0.082c-0.098-0.023-0.15-0.104-0.25-0.122c-0.279-0.054-0.523,0.086-0.809,0.097 c-0.516,0.02-0.957-0.096-1.471-0.076c-0.045,0.002,0.008,0.091-0.035,0.101c-0.104,0.025-0.186-0.11-0.291-0.088 c-0.1,0.021-0.135,0.156-0.234,0.142c-0.076-0.011-0.131-0.062-0.207-0.059c-0.229,0.01-0.426,0.053-0.65,0.025 c-0.93-0.117-1.752,0.082-2.688,0.004c-0.256-0.023-0.479-0.023-0.734-0.039c-0.096-0.006-0.166-0.054-0.25-0.092 c-0.068-0.027,0.135-0.133,0.07-0.169c-0.199-0.111-0.445,0.051-0.688,0.06c-0.174,0.006-0.324,0.03-0.484,0.086 c-0.059,0.02-0.018,0.111-0.072,0.136c-0.08,0.035-0.158-0.051-0.248-0.058c-0.104-0.008-0.211-0.2-0.252-0.123 c-0.035,0.064,0.111,0.146,0.053,0.199c-0.154,0.137-0.42,0.057-0.648,0.057c-0.242,0-0.453-0.035-0.693-0.006 c-0.408,0.049-0.762,0.133-1.174,0.111c-0.104-0.006-0.184-0.055-0.289-0.055c-1.863-0.015-3.461,0.065-5.324,0.137 c-0.928,0.035-1.729-0.171-2.652-0.1c-0.072,0.007-0.133,0.016-0.203,0.009c-0.539-0.046-1.004,0.083-1.545,0.059 c-1.352-0.058-2.516,0.073-3.867,0.016c-0.596-0.027-1.109,0.091-1.705,0.065c-0.854-0.036-1.588-0.006-2.441,0.027 c-0.557,0.021-1.104-0.228-1.588-0.006c-0.045,0.021-0.115,0.029-0.119,0.07c-0.008,0.094,0.17,0.261,0.057,0.265 c-0.121,0.006-0.053-0.189-0.137-0.262c-0.201-0.167-0.531-0.031-0.816-0.035c-0.115,0-0.213,0.024-0.326,0.013 c-0.215-0.021-0.396-0.085-0.615-0.076c-0.039,0.002-0.037,0.062-0.076,0.07c-0.484,0.099-0.924,0.05-1.42,0.088 c-0.625,0.046-1.166,0.008-1.787,0.069c-0.064,0.004-0.027,0.171-0.074,0.135c-0.08-0.061-0.029-0.21-0.135-0.228 c-0.133-0.023-0.236,0.158-0.361,0.112c-0.057-0.02-0.025-0.123-0.088-0.129c-0.695-0.067-1.299-0.027-1.998-0.057 c-0.441-0.019-0.822-0.004-1.26,0.048c-0.197,0.025-0.371,0.043-0.568,0.021c-0.129-0.011-0.361,0.086-0.367-0.02 c-0.004-0.041,0.117-0.078,0.074-0.102c-0.201-0.112-0.861,0.143-0.639,0.225c0.08,0.027,0.242-0.048,0.246,0.022 c0.014,0.226-0.775,0.042-0.717,0.263c0.014,0.056,0.107,0.063,0.168,0.092c0.098,0.049,0.383,0.104,0.326,0.022 c-0.031-0.045-0.223-0.034-0.166-0.06c0.213-0.098,0.428,0.119,0.662,0.174c0.238,0.055,0.914,0.007,0.697,0.105 c-0.273,0.127-0.584-0.044-0.896-0.032c-1.082,0.042-2.012,0.012-3.092,0.054c-0.129,0.004-0.291-0.04-0.365,0.046 c-0.063,0.078-0.049,0.193-0.148,0.24c-0.291,0.133-0.703-0.019-0.908-0.232c-0.064-0.067-0.244-0.132-0.174-0.193 c0.23-0.207,0.635,0.028,0.979,0.028c0.371,0.002,0.688-0.011,1.057-0.039c0.285-0.024,0.52-0.109,0.807-0.132 c0.117-0.009,0.211,0.058,0.328,0.055c0.172-0.009,0.584-0.112,0.438-0.184c-0.244-0.122-0.531-0.037-0.816-0.036 c-0.27,0-0.959-0.04-0.742-0.173c0.084-0.049,0.227-0.002,0.281-0.076c0.02-0.028-0.053-0.044-0.086-0.063 c-0.059-0.033-0.102-0.072-0.168-0.093c-0.189-0.058-0.684-0.045-0.564,0.087c0.08,0.091,0.365-0.023,0.371,0.088 c0.023,0.4-0.879,0.232-1.369,0.253c-0.785,0.029-1.459-0.079-2.242-0.049c-0.273,0.011-0.504-0.026-0.777-0.037 c-0.332-0.015-1.154-0.046-0.908-0.231c0.096-0.073,0.482-0.037,0.361-0.08c-0.209-0.076-0.416,0.082-0.646,0.091 c-0.121,0.005-0.211-0.067-0.33-0.088c-0.176-0.028-0.586,0.034-0.48,0.152c0.137,0.151,0.457-0.056,0.654,0.041 c0.428,0.212-0.92,0.088-1.42,0.088c-0.541,0-1.1,0.241-1.547-0.008c-0.047-0.025-0.043-0.097-0.008-0.132 c0.133-0.14,0.766-0.173,0.557-0.221c-0.236-0.055-0.471,0.007-0.695-0.074c-0.039-0.016,0.023-0.073-0.006-0.099 c-0.158-0.138-0.867,0.039-0.646,0.091c0.18,0.041,0.4-0.064,0.531,0.046c0.061,0.05,0.082,0.16,0.012,0.199 c-0.176,0.102-0.803,0.019-0.605,0.091c0.088,0.031,0.314,0.031,0.25,0.09c-0.221,0.198-0.609,0.017-0.938,0.003 c-0.186-0.009-0.373,0.036-0.531-0.046c-0.08-0.043-0.064-0.142-0.133-0.195c-0.111-0.089-0.229-0.154-0.377-0.186 c-0.074-0.017-0.186-0.119-0.207-0.06c-0.078,0.225,0.746,0.376,0.518,0.515c-0.313,0.188-0.734,0.038-1.104-0.058 c-0.09-0.026-0.322-0.041-0.25-0.092c0.178-0.118,0.428,0.038,0.652,0.009c0.117-0.014,0.408-0.014,0.322-0.078 c-0.16-0.12-0.502-0.013-0.58-0.178c-0.047-0.1,0.049-0.241-0.059-0.299c-0.074-0.04-0.299,0.021-0.24,0.076 c0.043,0.039,0.139,0.014,0.166,0.06c0.047,0.075-0.059,0.172-0.15,0.206c-0.104,0.04-0.211,0.008-0.324,0.014 c-0.328,0.013-0.607,0.043-0.934,0.068c-0.143,0.011-0.41-0.068-0.404,0.049c0.006,0.114,0.445,0.02,0.373,0.118 c-0.104,0.141-0.365,0.064-0.564,0.089c-0.256,0.032-0.479-0.013-0.734-0.039c-0.061-0.004-0.07-0.084-0.129-0.095 c-0.088-0.015-0.148,0.073-0.24,0.076c-0.641,0.025-1.209,0.092-1.834-0.029c-0.08-0.017-0.279-0.06-0.209-0.093 c0.213-0.098,0.451,0.026,0.693,0.008c0.131-0.012,0.459-0.01,0.361-0.082c-0.191-0.142-0.506,0.027-0.736-0.07 c-0.119-0.05-0.299-0.26-0.334-0.154c-0.023,0.068,0.053,0.181-0.029,0.201c-0.166,0.04-0.326-0.008-0.492-0.047 c-0.096-0.024-0.207,0.028-0.285-0.022c-0.096-0.063-0.125-0.291-0.217-0.227c-0.096,0.068-0.037,0.223-0.148,0.272 c-0.135,0.063-0.305-0.039-0.445,0.018c-0.088,0.033-0.195,0.166-0.111,0.204c0.063,0.029,0.133-0.011,0.203-0.008 c0.188,0.012,0.658-0.066,0.533,0.046c-0.191,0.173-0.529,0.044-0.813,0.03c-0.328-0.013-0.639,0.079-0.939-0.03 c-0.047-0.016-0.109-0.02-0.125-0.061c-0.025-0.068,0.113-0.182,0.029-0.201c-0.107-0.025-0.133,0.138-0.234,0.176 c-0.039,0.015,0.037,0.077,0.006,0.1c-0.184,0.132-0.479,0.051-0.695-0.041c-0.074-0.029-0.137-0.059-0.209-0.091 c-0.049-0.024,0.027-0.095-0.006-0.133c-0.168-0.186-0.504-0.159-0.783-0.137c-0.133,0.011-0.305,0.013-0.359,0.113 c-0.053,0.097,0.09,0.249-0.023,0.301c-0.127,0.058-0.455-0.028-0.402,0.083c0.043,0.093,0.18,0.118,0.293,0.155 c0.439,0.14,0.941-0.216,1.344-0.017c0.121,0.058-0.174,0.192-0.314,0.21c-0.492,0.059-0.969-0.146-1.424,0.021 c-0.078,0.031-0.221-0.025-0.242,0.044c-0.02,0.069,0.047,0.238-0.027,0.201c-0.102-0.051,0-0.21-0.098-0.264 c-0.217-0.119-0.879-0.047-0.703-0.207c0.076-0.068,0.209-0.035,0.322-0.044c0.256-0.022,0.691,0.146,0.73-0.063 c0.063-0.342-0.842,0.01-1.191-0.187c-0.105-0.057-0.068-0.21-0.178-0.259c-0.074-0.035-0.16,0.019-0.244,0.008 c-0.396-0.048-0.77-0.054-1.111-0.225c-0.133-0.064-0.422-0.24-0.414-0.116c0.004,0.091,0.289,0.125,0.215,0.192 c-0.115,0.104-0.322-0.016-0.488,0.019c-0.281,0.059-0.516,0.176-0.805,0.164c-0.158-0.008-0.561-0.004-0.443,0.083 c0.113,0.084,0.518,0.025,0.414,0.118c-0.18,0.161-0.734-0.024-0.721,0.193c0.006,0.134,0.289,0.076,0.451,0.083 c0.359,0.017,0.67,0.004,1.021,0.061c0.088,0.015,0.301-0.001,0.248,0.059c-0.076,0.083-0.236,0.031-0.363,0.046 c-0.691,0.084-1.301-0.007-1.99,0.076c-0.383,0.047-0.723-0.085-1.102-0.024c-0.129,0.021-0.234,0.053-0.361,0.08 c-0.078,0.019-0.074,0.137-0.154,0.14c-0.16,0.006-0.258-0.156-0.416-0.15c-0.041,0.002-0.041,0.055-0.078,0.069 c-0.092,0.036-0.15,0.097-0.236,0.143c-0.033,0.019-0.059,0.041-0.078,0.07c-0.027,0.041-0.166-0.076-0.162-0.027 c0.018,0.31,0.688,0.158,1.066,0.16c0.186,0,0.344-0.021,0.529-0.021c0.059,0,0.066,0.088,0.127,0.095 c0.111,0.014,0.236-0.071,0.324-0.013c0.096,0.062,0.146,0.232,0.256,0.19c0.148-0.055,0.201-0.199,0.352-0.247 c0.426-0.134,0.848,0.034,1.305,0.016c0.527-0.019,0.98,0.063,1.508,0.044c0.041-0.001,0.045,0.063,0.086,0.063 c0.162-0.007,0.279-0.105,0.441-0.118c0.191-0.015,0.342,0.105,0.535,0.113c0.215,0.01,0.787-0.062,0.613,0.044 c-0.08,0.048-0.186,0.001-0.283,0.009c-0.711,0.059-1.324-0.019-2.037-0.02c-0.129-0.002-0.236,0.033-0.365,0.047 c-0.031,0.002-0.01,0.053-0.037,0.067c-0.07,0.04-0.158-0.015-0.244-0.023c-0.043-0.006,0.043,0.084,0.006,0.099 c-0.066,0.024-0.098-0.096-0.168-0.093c-0.053,0.001,0.127-0.105,0.074-0.103c-0.133,0.006-0.303,0.216-0.188,0.273 c0.293,0.145,0.637,0.029,0.979,0.029c0.297,0,0.977-0.04,0.824,0.168c-0.096,0.132-0.342,0.048-0.527,0.054 c-0.469,0.018-0.889-0.082-1.342,0.018c-0.111,0.026-0.346,0.069-0.277,0.144c0.186,0.207,0.584-0.07,0.895-0.033 c0.174,0.021,0.322,0.046,0.492,0.08c0.229,0.048,0.457,0.01,0.658,0.109c0.32,0.158-1.232-0.095-1.049,0.173 c0.15,0.219,0.813-0.015,0.828,0.234c0.002,0.054-0.088,0.087-0.074,0.136c0.01,0.035-0.004,0.066,0.006,0.102 c0.01,0.031,0.053,0.043,0.084,0.062c0.188,0.113,0.445-0.002,0.656,0.075c0.24,0.087-0.416,0.271-0.678,0.26 c-0.201-0.009-0.373-0.069-0.572-0.045c-0.342,0.042-1.254,0.011-0.967,0.171c0.189,0.105,0.703,0.083,0.584,0.245 c-0.197,0.269-1.113-0.24-1.096,0.074c0.012,0.179,0.398,0.068,0.615,0.075c0.514,0.023,0.955-0.011,1.467,0.012 c0.145,0.006,0.498,0.006,0.402-0.081c-0.094-0.089-0.432-0.102-0.336-0.188c0.299-0.271,1.271,0.182,1.252-0.183 c-0.004-0.063-0.152-0.015-0.207-0.058c-0.104-0.084-0.215-0.173-0.221-0.292c-0.008-0.128,0.15-0.295,0.02-0.367 c-0.096-0.052-0.369-0.052-0.293-0.123c0.1-0.087,0.297-0.021,0.41,0.052c0.041,0.025,0.111,0.022,0.127,0.063 c0.033,0.09-0.141,0.271-0.025,0.267c0.063-0.003,0.096-0.078,0.158-0.072c0.113,0.012,0.18,0.145,0.291,0.123 c0.1-0.021,0.137-0.127,0.236-0.144c0.127-0.019,0.238-0.015,0.365-0.014c0.088,0.001,0.291-0.037,0.246,0.023 c-0.043,0.059-0.201,0.041-0.197,0.107c0.004,0.05,0.07,0.08,0.127,0.096c0.139,0.038,0.365-0.063,0.41,0.051 c0.023,0.056-0.016,0.142,0.051,0.165c0.07,0.026,0.135-0.04,0.199-0.075c0.043-0.022-0.117-0.063-0.086-0.096 c0.111-0.126,0.484-0.063,0.475-0.219c-0.004-0.082-0.115-0.135-0.213-0.159c-0.162-0.039-0.328,0.069-0.486,0.02 c-0.096-0.03-0.271-0.166-0.174-0.192c0.111-0.032,0.379,0.003,0.32-0.08c-0.107-0.157-0.502,0.046-0.617-0.109 c-0.051-0.069,0.031-0.16-0.012-0.233c-0.023-0.037,0.105-0.069,0.074-0.104c-0.236-0.264-0.742-0.038-1.143-0.055 c-0.129-0.005-0.24,0.002-0.367-0.02c-0.129-0.021-0.307,0.041-0.369-0.054c-0.025-0.035,0.027-0.085,0.074-0.102 c0.236-0.083,0.477,0.015,0.734,0.005c0.24-0.01,0.453-0.07,0.689-0.026c0.143,0.026,0.482,0.154,0.41,0.051 c-0.035-0.051-0.184-0.091-0.129-0.129c0.311-0.209,0.742,0.09,1.145,0.09c0.441,0.001,0.818-0.072,1.26-0.049 c0.104,0.006,0.189,0.028,0.289,0.058c0.049,0.012-0.156,0.041-0.119,0.069c0.133,0.1,0.303-0.123,0.48-0.151 c0.547-0.085,1.033,0.094,1.592,0.071c0.654-0.023,1.229,0.068,1.871-0.037c0.168-0.027,0.521-0.062,0.438-0.183 c-0.098-0.143-0.371,0.004-0.57,0.021c-0.17,0.014-0.318,0.04-0.486,0.019c-0.17-0.021-0.324-0.021-0.488,0.02 c-0.043,0.01,0.006,0.083-0.035,0.101c-0.082,0.038-0.164-0.055-0.248-0.091c-0.283-0.118-0.584-0.098-0.902-0.098 c-0.129-0.001-0.238,0.019-0.365,0.014c-0.229-0.011-0.43-0.02-0.65,0.025c-0.152,0.029-0.299,0.059-0.447,0.017 c-0.037-0.011,0.115-0.057,0.078-0.07c-0.234-0.084-0.834,0.254-0.729,0.063c0.244-0.453,1.098-0.192,1.693-0.266 c0.367-0.045,0.688-0.007,1.059-0.007c1.383,0.004,2.57,0.102,3.953,0.049c1.551-0.061,2.885,0.025,4.438,0.029 c0.559,0.002,1.059-0.062,1.594,0.071c0.096,0.025,0.111,0.163,0.213,0.16c0.041-0.002-0.049-0.095-0.006-0.102 c0.352-0.052,0.656-0.132,1.012-0.104c0.076,0.006,0.258,0.012,0.207,0.058c-0.225,0.203-0.793-0.079-0.928,0.171 c-0.041,0.075,0.078,0.164,0.174,0.191c0.189,0.059,0.369-0.052,0.566-0.087c0.125-0.023,0.24-0.034,0.365-0.013 c0.305,0.049,0.574,0.072,0.865,0.165c0.121,0.039,0.383,0.109,0.295,0.189c-0.221,0.198-0.607,0.024-0.934,0.035 c-0.428,0.018-0.814,0.082-1.223-0.02c-0.135-0.034-0.32-0.108-0.299-0.223c0.016-0.081,0.125-0.211,0.027-0.233 c-0.096-0.023-0.182,0.041-0.281,0.043c-0.096,0.004-0.225,0.032-0.24,0.109c-0.02,0.111,0.068,0.284-0.043,0.33 c0.348,0.008,0.715,0.112,1.084,0.099c0.188-0.007,0.348,0.021,0.531,0.047c0.07,0.009,0.074,0.162,0.131,0.128 c0.035-0.022-0.004-0.12,0.035-0.102c0.088,0.044,0.154,0.161,0.094,0.23c-0.135,0.152-0.395-0.215-0.621-0.176 c-0.113,0.018-0.162,0.155-0.277,0.143c-0.268-0.028-0.473-0.16-0.742-0.171c-0.262-0.013-0.969,0-0.738-0.106 c0.08-0.037,0.162-0.061,0.246-0.075c-0.107-0.011-0.217-0.04-0.334-0.055c-0.131-0.017-0.389-0.055-0.334-0.154 c0.055-0.099,0.328-0.17,0.23-0.242c-0.18-0.134-0.453-0.011-0.693-0.04c-0.186-0.023-0.355-0.094-0.533-0.046 c-0.082,0.022-0.188-0.013-0.242,0.044c-0.242,0.255,1.422,0.132,1.076,0.29c-0.174,0.08-0.379,0.001-0.568,0.057 c-0.107,0.03-0.184,0.088-0.275,0.143c-0.063,0.038-0.27,0.049-0.199,0.075c0.193,0.07,0.627-0.024,0.578,0.144 c-0.041,0.139-0.521,0.153-0.393,0.249c0.211,0.157,0.529,0.002,0.814,0.002c0.172,0,0.588,0.059,0.455,0.148 c-0.109,0.075-0.281-0.039-0.406,0.017c-0.07,0.031-0.086,0.104-0.154,0.139c-0.053,0.027-0.025,0.104-0.074,0.136 c-0.059,0.041-0.256,0.031-0.199,0.076c0.105,0.078,0.264-0.012,0.406-0.017c0.064-0.004,0.098-0.063,0.158-0.072 c0.408-0.072,0.771,0.054,1.186,0.087c0.129,0.011,0.238-0.015,0.367-0.013c0.455,0,0.869,0.102,1.301-0.019 c0.057-0.014,0.109-0.017,0.162-0.04c0.143-0.055,0.283-0.094,0.441-0.082c0.189,0.015,0.436,0.213,0.535,0.079 c0.053-0.074,0.002-0.201-0.096-0.23c-0.285-0.084-1.105,0.048-0.861-0.099c0.369-0.223,0.922,0.095,1.297-0.117 c0.078-0.044,0.033-0.249,0.111-0.204c0.188,0.111,0.316,0.284,0.547,0.312c0.254,0.032,0.475-0.038,0.73-0.027 c0.203,0.008,0.639-0.087,0.518-0.221c-0.166-0.184-0.973-0.101-0.746-0.236c0.209-0.128,0.477,0.071,0.736,0.071 c0.342,0,0.738-0.206,0.977-0.004c0.061,0.05-0.021,0.161,0.053,0.198c0.197,0.096,0.416-0.103,0.646-0.093 c0.172,0.008,0.605,0.082,0.455,0.15c-0.186,0.084-0.402-0.047-0.611-0.011c-0.08,0.015-0.23,0.046-0.197,0.107 c0.113,0.202,0.506,0.039,0.773,0.004c0.129-0.017,0.371,0.059,0.365-0.047c-0.004-0.042-0.139-0.096-0.088-0.098 c0.135-0.005,0.205,0.128,0.334,0.155c0.236,0.047,0.912,0.02,0.689-0.061c-0.117-0.041-0.406-0.037-0.332-0.119 c0.049-0.058,0.164-0.047,0.197-0.109c0.021-0.037-0.055-0.063-0.088-0.097c-0.057-0.057-0.094-0.119-0.172-0.16 c-0.252-0.131-0.561,0.049-0.854,0c-0.16-0.026-0.291-0.074-0.453-0.082c-0.043-0.001,0.045,0.084,0.006,0.099 c-0.264,0.093-0.531-0.057-0.816-0.035c-0.795,0.063-1.486,0.088-2.279,0.021c-0.133-0.011-0.404-0.059-0.334-0.152 c0.172-0.235,1.154-0.004,0.924-0.204c-0.139-0.12-0.529-0.124-0.463-0.28c0.1-0.234,0.557,0.078,0.859,0.066 c0.357-0.015,1.242-0.172,1.021,0.061c-0.156,0.163-0.885,0.07-0.682,0.191c0.059,0.036,0.135-0.023,0.203-0.006 c0.143,0.036,0.264,0.071,0.412,0.083c0.072,0.007,0.133,0.018,0.205,0.026c0.584,0.073,2.16-0.015,1.654-0.264 c-0.082-0.041-0.143,0.111-0.238,0.109c-0.266-0.008-0.475-0.148-0.74-0.139c-0.08,0.003-0.08,0.161-0.154,0.139 c-0.078-0.021-0.094-0.107-0.17-0.126c-0.117-0.03-0.395-0.003-0.332-0.089c0.021-0.028,0.053-0.042,0.078-0.067 c0.045-0.047,0.141,0.05,0.205,0.025c0.041-0.017-0.01-0.097,0.035-0.103c0.535-0.068,1.012-0.06,1.547,0.008 c0.619,0.076,1.164-0.063,1.789-0.035c0.715,0.029,1.34-0.027,2.041,0.088c0.293,0.048,0.557,0.025,0.855,0 c0.07-0.005,0.133-0.018,0.203-0.008c0.109,0.016,0.311,0.079,0.254,0.158c-0.076,0.104-0.252,0.122-0.4,0.115 c-0.115-0.007-0.182-0.098-0.293-0.121c-0.316-0.074-0.619,0.016-0.93,0.102c-0.285,0.078-0.648-0.083-0.85,0.1 c-0.309,0.276,0.854,0.025,1.307,0.081c0.158,0.021,0.293,0.056,0.451,0.05c0.74-0.027,1.373-0.083,2.113-0.08 c0.285,0,0.564-0.075,0.816,0.035c0.086,0.038,0.111,0.221,0.012,0.232c-0.115,0.014-0.211-0.053-0.328-0.053 c-0.385-0.002-0.713,0.106-1.096,0.075c-0.059-0.006-0.066-0.093-0.127-0.097c-0.156-0.006-0.287,0.058-0.445,0.051 c-0.215-0.01-0.398-0.031-0.613-0.042c-0.127-0.007-0.236,0.014-0.365,0.014c-0.484-0.001-0.898,0.074-1.381,0.053 c-0.287-0.013-1.055-0.024-0.809,0.098c0.42,0.207,1.66-0.035,1.359,0.281c-0.205,0.215-1.123-0.051-0.926,0.168 c0.16,0.181,0.551-0.056,0.777,0.071c0.041,0.023,0.125,0.069,0.086,0.097c-0.178,0.12-0.836,0.018-0.645,0.124 c0.053,0.03,0.105,0.046,0.166,0.06c0.07,0.017,0.139-0.071,0.201-0.041c0.072,0.035,0.133,0.065,0.209,0.093 c0.047,0.015-0.117,0.078-0.074,0.103c0.176,0.099,0.406,0.033,0.609-0.024c0.068-0.017,0.205,0.019,0.201-0.04 c-0.004-0.075-0.252-0.123-0.172-0.16c0.262-0.119,1.105,0.028,0.85-0.099c-0.326-0.16-1.398-0.008-1.068-0.16 c0.125-0.056,0.334,0.085,0.406-0.015c0.045-0.062-0.092-0.136-0.053-0.198c0.037-0.056,0.006-0.139,0.072-0.17 c0.105-0.05,0.346-0.011,0.332,0.088c-0.01,0.065-0.203,0.085-0.156,0.139c0.068,0.075,0.209-0.052,0.324-0.046 c0.148,0.007,0.525,0.007,0.412,0.083c-0.07,0.049-0.322,0.047-0.24,0.078c0.227,0.08,0.438-0.128,0.682-0.16 c0.107-0.014,0.182,0.088,0.291,0.088c0.145,0.002,0.258-0.089,0.402-0.082c0.148,0.009,0.264,0.098,0.412,0.085 c0.07-0.007,0.053-0.11,0.113-0.138c0.1-0.046,0.213,0.002,0.326-0.013c0.102-0.013,0.191-0.122,0.281-0.077 c0.078,0.039,0.131,0.093,0.17,0.16c0.021,0.032,0.145-0.07,0.121-0.037c-0.086,0.116-0.555,0.178-0.395,0.215 c0.383,0.088,0.738-0.061,1.137-0.044c0.186,0.007,0.346,0,0.527-0.021c0.072-0.008,0.055-0.167,0.115-0.137 c0.104,0.051,0.018,0.24,0.137,0.261c0.168,0.026,0.314-0.054,0.486-0.052c0.199,0,0.52,0.104,0.566-0.056 c0.02-0.069-0.051-0.229,0.029-0.201c0.131,0.048,0.129,0.209,0.258,0.257c0.174,0.063,0.662-0.035,0.535,0.08 c-0.307,0.275-0.846,0.018-1.303,0.017c-0.74-0.002-1.375,0.079-2.113,0.048c-0.146-0.007-0.51,0.002-0.402,0.082 c0.152,0.115,0.375,0.068,0.576,0.111c0.119,0.023,0.176,0.129,0.293,0.155c0.125,0.028,0.238-0.02,0.367-0.014 c0.613,0.026,1.191-0.138,1.754,0.065c0.029,0.011,0.068,0.049,0.045,0.064c-0.102,0.068-0.238-0.047-0.371-0.052 c-0.412-0.019-0.76,0.095-1.174,0.111c-0.938,0.035-1.742,0.066-2.68,0.102c-0.258,0.01-0.479-0.015-0.736-0.038 c-0.094-0.008-0.154-0.086-0.25-0.09c-0.072-0.003-0.129,0.041-0.201,0.041c-0.555,0.002-1.031,0.052-1.586,0.028 c-0.627-0.028-1.168-0.082-1.793-0.032c-0.652,0.053-1.221,0.062-1.873,0.006c-0.287-0.024-0.531-0.092-0.818-0.069 c-0.566,0.047-1.066-0.027-1.625,0.063c-1.467,0.237-2.777-0.004-4.275-0.003c-0.359,0-0.662-0.09-1.023-0.094 c-0.041,0-0.078,0.002-0.121,0.004c-0.982,0.037-3.76,0.082-2.795,0.239c0.701,0.116,1.334,0.002,2.041,0.091 c0.258,0.032,0.914,0.078,0.703,0.207c-0.297,0.178-1.33-0.166-1.057,0.039c0.045,0.033,0.072,0.076,0.129,0.095 c0.256,0.078,0.979-0.08,0.777,0.069c-0.264,0.197-0.664-0.028-1.018,0.007c-0.072,0.007-0.135,0.021-0.201,0.04 c-0.057,0.018,0.006,0.099-0.033,0.136c-0.043,0.037-0.207,0.037-0.16,0.072c0.234,0.175,0.611-0.04,0.9,0.065 c0.123,0.045,0.205,0.127,0.334,0.153c0.266,0.055,0.504,0.032,0.777,0.037c0.063,0.002,0.029,0.147,0.088,0.13 c0.104-0.032,0.092-0.168,0.191-0.207c0.09-0.035,0.186-0.003,0.285-0.012c0.184-0.015,0.344-0.027,0.527-0.02 c0.287,0.013,0.531,0.046,0.816,0.035c0.242-0.01,0.449-0.037,0.691-0.026c0.711,0.03,1.318-0.083,2.031-0.078 c0.086,0,0.162-0.029,0.244-0.009c0.027,0.005,0.092-0.024,0.08-0.004c-0.035,0.067-0.154,0.23-0.07,0.203 c0.137-0.043,0.217-0.146,0.357-0.181c0.334-0.081,0.654,0.035,0.984,0.13c0.328,0.093,1.217,0.049,0.949,0.23 c-0.152,0.104-0.375-0.017-0.568,0.021c-0.119,0.024-0.334,0.09-0.275,0.177c0.061,0.088,0.438,0.04,0.33,0.088 c-0.078,0.036-0.305,0.027-0.238,0.075c0.08,0.063,0.338,0.1,0.252,0.159c-0.273,0.186-0.773-0.144-1.014,0.071 c-0.037,0.034-0.041,0.109,0.008,0.133c0.098,0.049,0.213-0.03,0.326-0.013c0.049,0.009,0.092,0.03,0.125,0.063 c0.072,0.072-0.045,0.217,0.055,0.264c0.348,0.16,0.74-0.061,1.139-0.043c0.189,0.008,0.615,0.017,0.521-0.119 c-0.123-0.182-0.936-0.066-0.699-0.141c0.398-0.127,0.795,0.001,1.223,0.02c1.096,0.047,2.037-0.013,3.131-0.054 c0.201-0.008,0.75,0.011,0.568-0.055c-0.332-0.122-0.701,0.005-1.025-0.128c-0.217-0.088-0.445-0.11-0.625-0.243 c-0.029-0.022-0.107-0.037-0.086-0.063c0.055-0.065,0.197-0.039,0.238-0.11c0.033-0.054-0.014-0.121,0.031-0.168 c0.047-0.046-0.031-0.198,0.031-0.167c0.139,0.068,0.016,0.278,0.143,0.36c0.291,0.188,1.412,0.042,1.057-0.039 c-0.338-0.079-1.094,0.111-0.986-0.164c0.031-0.078,0.109-0.128,0.193-0.174c0.035-0.018,0.039-0.059,0.078-0.069 c0.123-0.029,0.238,0.013,0.367,0.021c0.441,0.018,0.818-0.067,1.26-0.049c0.148,0.006,0.33-0.018,0.412,0.083 c0.055,0.069-0.039,0.198,0.053,0.232c0.049,0.016,0.084-0.04,0.119-0.072c0.059-0.051-0.096-0.136-0.053-0.196 c0.037-0.057,0.137-0.041,0.199-0.075c0.043-0.025,0.072-0.091,0.119-0.07c0.092,0.036,0.08,0.158,0.174,0.193 c0.104,0.036,0.229-0.063,0.324-0.013c0.086,0.045,0.119,0.121,0.174,0.193c0.035,0.042,0.049,0.089,0.088,0.13 c0.029,0.026-0.059,0.069-0.033,0.1c0.061,0.08,0.344,0.08,0.324-0.013c-0.023-0.108-0.133-0.184-0.139-0.294 c-0.002-0.025,0.016-0.048,0.037-0.067c0.076-0.069,0.211-0.066,0.322-0.046c0.094,0.018,0.271,0.014,0.25,0.092 c-0.016,0.048-0.121,0.1-0.074,0.136c0.064,0.046,0.223,0.025,0.242-0.043c0.023-0.081-0.055-0.188,0.027-0.235 c0.164-0.093,0.371-0.015,0.568-0.021c1.453-0.055,2.703-0.022,4.156,0.039c0.285,0.014,0.533,0.071,0.816,0.036 c0.213-0.025,0.434-0.056,0.613,0.043c0.109,0.063,0.084,0.245,0.219,0.26c0.24,0.025,0.816-0.164,0.691,0.005 c-0.084,0.115-0.389-0.009-0.441,0.118c-0.074,0.178,0.588-0.138,0.654,0.041c0.025,0.069-0.08,0.145-0.029,0.201 c0.096,0.106,0.559-0.046,0.451,0.05c-0.277,0.25-0.766,0.112-1.176,0.078c-0.234-0.02-0.402-0.143-0.623-0.209 c-0.201-0.062-0.402,0.01-0.607,0.056c-0.111,0.024-0.33-0.08-0.326,0.013c0.004,0.066,0.094,0.107,0.17,0.127 c0.199,0.052,0.566-0.058,0.576,0.111c0.01,0.165-0.371-0.028-0.572-0.044c-0.24-0.021-0.455-0.05-0.691-0.007 c-0.07,0.012-0.172,0.103-0.115,0.137c0.238,0.146,0.875-0.071,0.824,0.169c-0.014,0.064-0.215,0.095-0.154,0.139 c0.146,0.111,0.371,0.011,0.57,0.011c0.18,0,0.586-0.033,0.48-0.15c-0.043-0.047-0.23-0.064-0.168-0.093 c0.111-0.052,0.236-0.006,0.365-0.015c0.779-0.06,1.451-0.057,2.234-0.085c0.145-0.006,0.266,0.042,0.41,0.05 c0.271,0.013,0.563-0.102,0.775,0.037c0.105,0.068,0.086,0.235,0.219,0.258c0.074,0.013,0.125-0.055,0.199-0.074 c0.061-0.015,0.014-0.117,0.074-0.137c0.059-0.017,0.107,0.038,0.166,0.062c0.053,0.02-0.068,0.096-0.033,0.135 c0.088,0.097,0.512-0.008,0.412,0.084c-0.129,0.114-0.705,0.077-0.523,0.12c0.316,0.072,1.141,0.104,0.93-0.102 c-0.061-0.063-0.168-0.049-0.248-0.092c-0.055-0.029-0.045-0.091-0.09-0.13c-0.074-0.064-0.217-0.022-0.289-0.088 c-0.031-0.029-0.01-0.095,0.035-0.103c0.193-0.034,0.359,0.071,0.537,0.147c0.064,0.025,0.201-0.035,0.205,0.025 c0.002,0.042-0.113,0.073-0.076,0.102c0.078,0.059,0.254,0.004,0.281-0.078c0.018-0.049-0.131-0.091-0.088-0.129 c0.164-0.147,0.445-0.065,0.686-0.093c0.453-0.051,0.852-0.027,1.305,0.018c0.063,0.005,0.199,0.014,0.166,0.06 c-0.074,0.1-0.432,0.146-0.314,0.212c0.359,0.2,1.453-0.184,1.229,0.12c-0.08,0.11-0.297-0.054-0.447-0.018 c-0.068,0.018-0.162,0.094-0.115,0.14c0.217,0.2,0.67,0.123,0.936-0.037c0.025-0.015,0.061-0.05,0.035-0.067 c-0.066-0.052-0.271-0.069-0.209-0.125c0.107-0.1,0.561-0.028,0.439-0.117c-0.352-0.262-1.594,0.219-1.35-0.115 c0.117-0.16,0.426,0.002,0.65-0.024c0.479-0.058,0.912-0.076,1.385,0.013c0.07,0.013,0.133,0,0.203-0.009 c0.039-0.003,0.045,0.062,0.084,0.064c0.072,0.005,0.092-0.084,0.158-0.105c0.066-0.021,0.133,0.03,0.205,0.025 c0.58-0.046,1.084-0.009,1.668-0.031c0.17-0.007,0.318,0.022,0.488,0.016c0.625-0.024,1.162-0.07,1.787-0.068 c0.18,0,0.617,0.004,0.496,0.112c-0.043,0.041-0.162,0.021-0.158,0.075c0.006,0.107,0.113,0.188,0.217,0.256 c0.123,0.082,0.457,0.146,0.449,0.017c-0.004-0.076-0.313-0.032-0.248-0.089c0.102-0.093,0.512-0.064,0.396-0.149 c-0.074-0.056-0.311-0.056-0.25-0.124c0.234-0.265,0.734-0.126,1.133-0.109c0.668,0.029,1.262-0.132,1.914-0.006 c0.08,0.014,0.252,0.033,0.209,0.091c-0.104,0.14-0.689,0.102-0.52,0.187c0.193,0.095,0.609-0.041,0.619,0.143 c0.002,0.043-0.117,0.08-0.074,0.104c0.107,0.062,0.33-0.051,0.369,0.053c0.023,0.066-0.064,0.165,0.01,0.198 c0.158,0.073,0.568-0.019,0.496,0.116c-0.053,0.096-0.24-0.03-0.367-0.02c-0.553,0.043-1.037-0.038-1.588,0.026 c-1.311,0.159-2.461-0.037-3.785,0.012c-0.84,0.033-1.561,0.063-2.4,0.025c-0.301-0.013-0.555,0.074-0.848,0.134 c-0.32,0.064-0.621,0.004-0.939-0.064c-0.074-0.016-0.125,0.086-0.199,0.075c-0.08-0.015-0.092-0.119-0.172-0.126 c-0.281-0.032-0.529,0.054-0.811,0.03c-1.191-0.102-2.221,0.066-3.418,0.064c-0.131,0-0.33,0.051-0.369-0.054 c-0.023-0.065,0.07-0.181-0.012-0.2c-0.221-0.051-0.344,0.213-0.553,0.29c-0.064,0.021-0.133-0.002-0.203,0.008 c-0.297,0.036-0.584,0.065-0.857-0.035c-0.039-0.015-0.094,0.032-0.121,0.005c-0.061-0.056-0.086-0.18-0.172-0.16 c-0.1,0.022-0.139,0.119-0.236,0.143c-0.111,0.026-0.209,0.041-0.324,0.046c-0.854,0.032-1.578,0.162-2.434,0.16 c-0.4-0.001-0.713-0.256-1.111-0.225c-0.082,0.008-0.117,0.091-0.197,0.107c-0.111,0.024-0.215-0.003-0.328-0.02 c-0.041-0.009-0.078,0.003-0.121,0.003c-0.1,0-0.188-0.003-0.285,0.012c-0.391,0.062-0.74-0.006-1.139,0.011 c-0.041,0.001-0.037,0.065-0.078,0.069c-0.225,0.026-0.424-0.008-0.65-0.01c-0.328-0.002-0.611-0.016-0.939-0.029 c-0.17-0.008-0.324-0.024-0.486,0.019c-0.176,0.047-0.35,0.097-0.527,0.053c-0.219-0.053-0.357-0.216-0.584-0.243 c-0.256-0.031-0.666-0.079-0.725,0.127c-0.018,0.058,0.08,0.164,0.01,0.165c-0.191,0.01-0.313-0.208-0.5-0.18 c-0.125,0.02-0.193,0.12-0.316,0.146c-0.125,0.025-0.316-0.115-0.369-0.02c-0.094,0.177,0.424,0.099,0.658,0.107 c0.742,0.034,1.381,0.108,2.121,0.053c1.391-0.106,2.594,0.05,3.992,0.047c0.188,0,0.348,0.02,0.531,0.046 c0.08,0.013,0.092,0.118,0.17,0.128c0.229,0.024,0.371-0.195,0.598-0.224c0.594-0.077,1.115,0.041,1.715,0.067 c0.455,0.021,0.844-0.05,1.301-0.05c1.068,0,1.986,0.058,3.055,0.017c0.084-0.004,0.17-0.046,0.244-0.011 c0.072,0.037,0.047,0.137,0.01,0.2c-0.166,0.28-1.27-0.01-1.045,0.24c0.16,0.18,0.504-0.01,0.771-0.028 c0.16-0.013,0.313-0.011,0.443-0.084c0.125-0.07,0.162-0.227,0.313-0.246c0.115-0.014,0.229,0.005,0.328,0.055 c0.186,0.092-0.662,0.065-0.557,0.22c0.16,0.235,0.609-0.016,0.936,0c0.498,0.02,0.928,0.03,1.426,0.011 c0.586-0.023,1.088,0.045,1.674,0.068c0.131,0.006,0.439,0.006,0.361-0.079c-0.137-0.153-0.393-0.15-0.621-0.177 c-0.492-0.061-0.926,0.028-1.42,0.088c-0.252,0.03-0.807-0.068-0.664-0.241c0.16-0.193,0.531,0.02,0.814,0.034 c0.064,0.004,0.104,0.061,0.168,0.062c0.082,0,0.115-0.094,0.197-0.109c0.236-0.037,0.449-0.016,0.689-0.024 c0.236-0.011,0.424,0.103,0.658,0.106c0.057,0.002-0.059-0.114-0.008-0.132c0.092-0.034,0.188,0.005,0.285-0.012 c0.324-0.056,0.648-0.031,0.941,0.097c0.057,0.026,0.141,0.101,0.09,0.13c-0.07,0.041-0.16-0.002-0.244,0.01 c-0.201,0.026-0.572-0.045-0.564,0.122c0.02,0.328,0.746,0.056,1.146,0.09c0.229,0.019,0.43-0.002,0.654,0.041 c0.1,0.019,0.27,0.163,0.172,0.193c-0.105,0.033-0.211-0.03-0.326-0.021c-0.426,0.034-1.504,0.1-1.162,0.311 c0.174,0.109,0.385-0.113,0.604-0.121c0.273-0.011,0.504,0.08,0.777,0.069c0.082-0.004,0.146,0.137,0.209,0.093 c0.043-0.031-0.053-0.106-0.008-0.134c0.15-0.091,0.346,0.006,0.529,0.013c1.465,0.064,2.725-0.038,4.189-0.095 c0.145-0.004,0.535-0.032,0.402-0.081c-0.365-0.133-0.742-0.004-1.139,0.011c-0.518,0.021-0.955-0.131-1.473-0.111 c-0.668,0.025-1.326,0.342-1.91,0.073c-0.105-0.048-0.322-0.175-0.217-0.226c0.125-0.056,0.314-0.07,0.408,0.019 c0.064,0.06,0.041,0.182,0.135,0.194c0.143,0.021,0.227-0.121,0.355-0.18c0.037-0.017-0.039-0.075-0.006-0.1 c0.088-0.064,0.211,0.053,0.328,0.054c0.053,0,0.037,0.093,0.088,0.096c0.121,0.009,0.201-0.087,0.318-0.11 c0.125-0.026,0.238-0.011,0.367-0.015c0.639-0.024,1.201-0.141,1.83-0.038c0.6,0.101,1.133-0.076,1.744-0.099 c0.145-0.007,0.303,0.132,0.41,0.05c0.061-0.044,0.033-0.149,0.111-0.171c0.049-0.011,0.045,0.073,0.088,0.098 c0.145,0.078,0.268,0.285,0.42,0.217c0.072-0.033,0.23-0.169,0.197-0.107c-0.264,0.487-1.246,0.076-1.814,0.336 c-0.379,0.175,0.813,0.055,1.23,0.152c0.088,0.021,0.086,0.14,0.172,0.161c0.225,0.057,0.416-0.111,0.643-0.158 c0.266-0.055,0.527-0.02,0.777,0.071c0.178,0.063,0.344,0.111,0.537,0.111c0.199,0.002,0.377-0.027,0.57,0.012 c0.105,0.022,0.182,0.083,0.291,0.089c0.313,0.017,0.578-0.13,0.889-0.101c0.299,0.028,0.594,0.119,0.855,0 c0.096-0.043,0.314-0.026,0.279-0.11c-0.033-0.078-0.301-0.118-0.213-0.158c0.174-0.08,0.371,0.02,0.57,0.011 c0.053-0.002,0.039,0.111,0.088,0.099c0.176-0.051,0.295-0.166,0.477-0.186c0.227-0.027,0.426-0.002,0.652,0.007 c0.174,0.009,0.32,0.027,0.492,0.048c0.082,0.011,0.125,0.095,0.209,0.092c0.301-0.012,0.721-0.356,0.848-0.132 c0.029,0.053-0.014,0.135,0.049,0.165c0.201,0.091,0.385-0.154,0.6-0.224c0.174-0.056,0.344,0.038,0.531,0.047 c0.441,0.019,0.822-0.045,1.256-0.115c0.129-0.021,0.439,0.007,0.361-0.08c-0.16-0.18-0.5,0.03-0.771,0.028 c-1.537-0.004-2.855,0.043-4.391,0.103c-0.373,0.015-0.713,0.049-1.063-0.06c-0.029-0.01-0.064-0.01-0.084-0.03 c-0.051-0.058-0.039-0.158,0.029-0.2c0.344-0.208,0.793-0.065,1.219-0.047c0.57,0.025,1.059,0.003,1.629,0.004 c0.078,0,0.131,0.054,0.207,0.058c0.641,0.029,1.186-0.111,1.824-0.136c0.939-0.037,1.744-0.067,2.682-0.103 c0.109-0.005,0.172-0.102,0.279-0.11c0.107-0.01,0.186,0.067,0.291,0.089c0.109,0.021,0.211-0.019,0.324-0.013 c0.227,0.009,0.424-0.047,0.65-0.024c0.027,0.001,0.053-0.004,0.08-0.004c0.061-0.002,0.07,0.08,0.129,0.095 c0.297,0.078,0.582-0.001,0.895,0c0.912,0.002,1.697-0.11,2.605-0.033c0.467,0.038,0.871-0.072,1.34-0.052 c0.611,0.025,1.139,0.021,1.75-0.001c0.166-0.007,0.551,0.104,0.418,0.184c-0.309,0.187-0.713,0.026-1.096,0.043 c-2.092,0.08-3.887,0.082-5.977,0.162c-0.166,0.006-0.592,0.096-0.439,0.149c0.117,0.044,0.266-0.078,0.365-0.013 c0.074,0.049,0.055,0.151,0.133,0.194c0.254,0.135,0.568,0.132,0.859,0.067c0.07-0.015,0.141-0.009,0.201-0.04 c0.076-0.042,0-0.157,0.07-0.204c0.221-0.15,0.531,0.013,0.816,0.035c0.07,0.006,0.133,0.004,0.203-0.008 c0.111-0.019,0.213-0.027,0.324-0.013c0.27,0.033,0.51,0.084,0.777,0.037c0.063-0.011,0.012-0.12,0.072-0.136 c0.096-0.026,0.129,0.113,0.213,0.157c0.037,0.02-0.023,0.076,0.006,0.102c0.283,0.246,0.773,0.07,1.182,0.021 c0.215-0.025,0.395-0.076,0.604-0.122c0.031-0.007,0.053,0.032,0.084,0.029c0.393-0.051,0.75-0.122,1.137-0.043 c0.154,0.031,0.518,0.169,0.451,0.048c-0.029-0.052-0.201-0.125-0.129-0.127c0.262-0.011,0.479,0.137,0.738,0.105 c0.215-0.026,0.742-0.131,0.557-0.224c-0.143-0.068-0.566-0.014-0.453-0.115c0.066-0.06,0.189,0.047,0.285,0.022 c0.242-0.059,0.92,0.039,0.701,0.142c-0.088,0.04-0.287-0.04-0.283,0.043c0.012,0.198,0.449,0.016,0.693,0.007 c0.158-0.007,0.301,0.006,0.449,0.049c0.039,0.011-0.102,0.044-0.076,0.07c0.145,0.16,0.453,0.069,0.693,0.04 c0.438-0.053,0.818-0.062,1.256-0.114c0.141-0.019,0.531-0.073,0.406-0.017c-0.078,0.037-0.307,0.027-0.24,0.077 c0.105,0.078,0.264-0.011,0.406-0.017c0.072-0.003,0.053-0.167,0.115-0.137c0.055,0.025,0.025,0.122,0.088,0.129 c0.268,0.025,0.502-0.031,0.771-0.031c0.443,0.002,0.822,0.021,1.264,0.021c0.113,0,0.213-0.031,0.324-0.013 c0.043,0.006,0.08-0.002,0.123-0.006c0.094-0.007,0.154,0.084,0.25,0.092c0.063,0.005,0.094-0.07,0.158-0.073 c0.162-0.007,0.293,0.053,0.453,0.082c0.434,0.08,0.807-0.164,1.25-0.182c0.357-0.014,0.668,0.074,1.021,0.029 c0.195-0.026,0.369-0.032,0.568-0.022c0.297,0.016,0.529,0.204,0.824,0.167c0.238-0.028,0.453,0.017,0.689-0.025 c0.168-0.03,0.191-0.23,0.352-0.279c0.188-0.061,0.371,0.051,0.572,0.045c1.137-0.045,2.119,0.026,3.254-0.06 c0.426-0.031,0.795-0.002,1.223,0.02c0.063,0.004,0.027,0.143,0.088,0.131c0.105-0.02,0.172-0.102,0.279-0.112 c0.234-0.017,0.424,0.091,0.658,0.108c0.115,0.01,0.383,0.002,0.32-0.078c-0.049-0.063-0.242-0.112-0.172-0.161 c0.145-0.098,0.361-0.016,0.533,0.047c0.029,0.011,0.068,0.05,0.043,0.065c-0.088,0.059-0.328-0.049-0.322,0.044 c0.01,0.18,0.396,0.078,0.615,0.078c0.16,0,0.516-0.069,0.451,0.049c-0.027,0.048-0.199,0.032-0.158,0.073 c0.061,0.06,0.287,0.018,0.248,0.09c-0.098,0.181-0.453-0.035-0.691-0.006c-0.414,0.049-1.553,0.039-1.172,0.177 c0.289,0.106,1.113-0.127,0.9,0.066c-0.137,0.122-0.367,0.072-0.563,0.12c-0.193,0.049-0.365,0.073-0.566,0.089 c-0.121,0.01-0.398,0.038-0.318,0.112c0.209,0.194,0.584,0.052,0.898,0.064c0.646,0.029,2.428-0.089,1.84,0.13 c-0.713,0.266-2.945-0.106-2.23,0.151c0.197,0.073,0.398,0.035,0.613,0.047c0.217,0.007,0.402,0.039,0.615,0.074 c0.094,0.017,0.322,0.041,0.25,0.091c-0.178,0.12-0.418,0.082-0.646,0.091c-0.555,0.021-1.037,0.032-1.58,0.127 c-0.203,0.037-0.762,0.108-0.563,0.155c0.576,0.133,1.113-0.023,1.711,0.002c0.156,0.006,0.305-0.038,0.449,0.015 c0.129,0.047,0.305,0.146,0.258,0.257c-0.043,0.104-0.414,0.105-0.314,0.179c0.158,0.119,0.4,0.014,0.613,0.043 c0.154,0.023,0.299,0.024,0.447-0.017c0.135-0.038,0.264-0.025,0.406-0.016c0.084,0.005,0.16,0.009,0.242-0.01 c0.039-0.007-0.125-0.062-0.084-0.063c0.4-0.015,0.748,0,1.143,0.057c0.043,0.006-0.031,0.083,0.006,0.1 c0.248,0.114,0.604-0.154,0.814,0.002C265.206,15.3,265.198,15.344,265.18,15.377L265.18,15.377z M262,15.298 c0.082-0.018-0.318-0.026-0.244,0.01C261.829,15.343,261.917,15.314,262,15.298L262,15.298z M261.43,16.72 c0.35-0.13-1.467-0.043-1.098,0.042c0.355,0.083,0.705,0.058,1.057-0.04C261.403,16.718,261.417,16.725,261.43,16.72L261.43,16.72z M261.35,15.322c0.129-0.048-0.537-0.031-0.406,0.017C261.073,15.386,261.219,15.371,261.35,15.322L261.35,15.322z M261.098,15.198 c0.088-0.016-0.174-0.192-0.211-0.124C260.85,15.142,261.01,15.216,261.098,15.198L261.098,15.198z M260.426,13.426 c0.119-0.065-0.414-0.137-0.408-0.018C260.026,13.523,260.307,13.49,260.426,13.426L260.426,13.426z M260.387,14.159 c0.057-0.001-0.217-0.006-0.162,0.007C260.28,14.18,260.331,14.161,260.387,14.159L260.387,14.159z M260.157,15.836 c0.094-0.02-0.254-0.17-0.248-0.091C259.913,15.823,260.065,15.855,260.157,15.836L260.157,15.836z M259.819,14.182 c0.057-0.002-0.219-0.006-0.162,0.007C259.711,14.201,259.762,14.183,259.819,14.182L259.819,14.182z M259.747,15.784 c0,0-0.195,0.002-0.16,0.04S259.747,15.784,259.747,15.784L259.747,15.784z M259.555,13.857c0.199-0.072-0.33-0.209-0.543-0.244 c-0.213-0.036-0.764,0.003-0.604,0.122c0.07,0.054,0.172,0.045,0.25,0.09c0.051,0.032-0.121,0.104-0.074,0.137 c0.17,0.127,0.42-0.057,0.646-0.092C259.342,13.854,259.452,13.897,259.555,13.857L259.555,13.857z M259.413,14.196 c0.057-0.001-0.219-0.004-0.162,0.007C259.305,14.216,259.356,14.199,259.413,14.196L259.413,14.196z M259.186,15.939 c0.096-0.054-0.332-0.115-0.326-0.021C258.864,16.013,259.09,15.991,259.186,15.939L259.186,15.939z M259.006,14.212 c0.104-0.038-0.43-0.025-0.326,0.014C258.786,14.263,258.903,14.25,259.006,14.212L259.006,14.212z M258.618,15.961 c-0.055-0.08-0.365-0.075-0.324,0.013c0.031,0.069,0.162,0.082,0.246,0.057C258.579,16.02,258.637,15.991,258.618,15.961 L258.618,15.961z M258.221,14.71c0.18-0.067-0.752-0.045-0.57,0.022C257.833,14.798,258.04,14.776,258.221,14.71L258.221,14.71z M257.745,13.527c-0.027,0.002-0.053,0.009-0.08,0.004C257.635,13.525,257.774,13.525,257.745,13.527L257.745,13.527z M257.59,13.666c0.086-0.046-0.35-0.124-0.289-0.055C257.364,13.68,257.504,13.713,257.59,13.666L257.59,13.666z M257.278,13.88 c0.09-0.081-0.129-0.341-0.219-0.26c-0.049,0.045,0.117,0.145,0.049,0.165c-0.109,0.036-0.363-0.011-0.32,0.079 C256.85,13.995,257.161,13.982,257.278,13.88L257.278,13.88z M257.325,16.145c-0.029,0-0.053,0.007-0.08,0.004 C257.215,16.143,257.354,16.143,257.325,16.145L257.325,16.145z M256.92,14.76c0.35-0.131-1.426-0.12-1.098,0.042 c0.305,0.149,0.674,0.037,1.016-0.039C256.866,14.757,256.895,14.769,256.92,14.76L256.92,14.76z M256.918,16.16 c-0.027,0-0.053,0.007-0.08,0.003C256.809,16.159,256.948,16.159,256.918,16.16L256.918,16.16z M256.749,16.032 c0.035-0.03-0.08-0.081-0.125-0.061C256.579,15.991,256.713,16.064,256.749,16.032L256.749,16.032z M256.549,13.975 c0.082-0.021,0.027-0.17-0.051-0.199c-0.053-0.019-0.107,0.004-0.164,0.007c-0.102,0.003-0.313,0.085-0.234,0.143 c0.105,0.08,0.268,0.08,0.408,0.05C256.522,13.973,256.536,13.978,256.549,13.975L256.549,13.975z M256.5,15.977 c0.156-0.087-0.541-0.199-0.531-0.047c0.004,0.068,0.16-0.022,0.244-0.01C256.315,15.935,256.415,16.022,256.5,15.977L256.5,15.977z M255.862,16.2c0.076-0.04-0.049-0.133-0.092-0.196s0.018-0.157-0.053-0.198c-0.059-0.036-0.129,0.053-0.201,0.041 c-0.125-0.021-0.23-0.182-0.332-0.12c-0.051,0.03-0.027,0.172-0.074,0.136c-0.059-0.044-0.09-0.122-0.17-0.128 c-0.063-0.003-0.014,0.117-0.072,0.138c-0.367,0.128-0.744-0.022-1.141,0.011c-0.34,0.026-0.646,0.156-0.973,0.068 c-0.104-0.026-0.186-0.063-0.291-0.087c-0.232-0.058-0.746-0.101-0.686,0.093c0.105,0.346,0.795,0.134,1.23,0.152 c0.711,0.031,1.324-0.104,2.031-0.043c0.145,0.011,0.268,0.031,0.41,0.049c0.082,0.011,0.127,0.08,0.209,0.093 C255.729,16.217,255.803,16.231,255.862,16.2L255.862,16.2z M253.965,14.339c-0.029,0.001-0.055,0.008-0.082,0.003 C253.856,14.338,253.993,14.339,253.965,14.339L253.965,14.339z M254.016,16.67c0.076-0.038-0.004-0.188-0.092-0.194 c-0.113-0.013-0.371,0.098-0.324,0.011c0.025-0.048,0.215-0.052,0.158-0.072c-0.133-0.048-0.266,0.044-0.404,0.082 c-0.096,0.027-0.328,0.109-0.234,0.143c0.223,0.079,0.453,0.072,0.693,0.039C253.883,16.67,253.956,16.7,254.016,16.67 L254.016,16.67z M253.915,14.874c0.227-0.046-0.43-0.063-0.658-0.106c-0.063-0.013-0.104-0.057-0.166-0.061 c-0.18-0.017-0.635,0.074-0.48,0.151c0.102,0.05,0.213,0.045,0.33,0.055c0.254,0.02,0.475-0.028,0.729-0.063 C253.754,14.839,253.831,14.893,253.915,14.874L253.915,14.874z M252.475,13.93c0.057-0.001-0.217-0.007-0.162,0.006 S252.418,13.932,252.475,13.93L252.475,13.93z M252.325,14.135c0.082-0.017-0.318-0.026-0.244,0.011 C252.153,14.182,252.241,14.151,252.325,14.135L252.325,14.135z M252.227,15.273c0.082-0.019-0.318-0.028-0.244,0.009 S252.143,15.291,252.227,15.273L252.227,15.273z M252.229,16.739c0.117-0.086-0.539-0.087-0.447,0.018 C251.875,16.86,252.112,16.824,252.229,16.739L252.229,16.739z M251.879,14.885c0.219-0.081-0.924-0.026-0.691,0.028 C251.42,14.965,251.659,14.969,251.879,14.885L251.879,14.885z M251.825,15.354c0.057-0.001-0.217-0.007-0.162,0.006 S251.768,15.357,251.825,15.354L251.825,15.354z M251.293,16.043c0.119-0.108-0.445-0.222-0.492-0.082 c-0.018,0.048,0.082,0.062,0.127,0.096C251.022,16.126,251.208,16.119,251.293,16.043L251.293,16.043z M250.995,13.652 c-0.049,0.027-0.166-0.039-0.164,0.007C250.834,13.706,251.042,13.627,250.995,13.652L250.995,13.652z M250.592,13.735 c0.072,0.017-0.254-0.109-0.207-0.059C250.43,13.727,250.518,13.719,250.592,13.735L250.592,13.735z M250.403,16.143 c0.193-0.087-0.4-0.073-0.617-0.109c-0.084-0.014-0.158,0.006-0.244,0.011c-0.082,0.002-0.131-0.12-0.209-0.093 c-0.102,0.035-0.141,0.126-0.232,0.175c-0.098,0.052-0.33-0.047-0.324,0.047c0.004,0.066,0.092,0.108,0.17,0.126 c0.086,0.021,0.15-0.062,0.24-0.076c0.113-0.017,0.213,0.025,0.326,0.021c0.258-0.01,0.486,0.007,0.73-0.061 C250.299,16.167,250.352,16.167,250.403,16.143L250.403,16.143z M250.186,13.75c0.086,0.021-0.252-0.13-0.248-0.056 C249.942,13.768,250.098,13.731,250.186,13.75L250.186,13.75z M250.108,16.688c-0.027,0-0.053,0.008-0.08,0.003 S250.137,16.687,250.108,16.688L250.108,16.688z M248.737,6.938c0.074-0.034-0.316-0.026-0.244,0.011 C248.567,6.983,248.663,6.972,248.737,6.938L248.737,6.938z M248.565,16.746c0.412-0.295-1.008-0.16-1.555-0.14 c-0.088,0.003-0.178-0.005-0.242,0.044c-0.033,0.023-0.139,0.002-0.119,0.036c0.102,0.186,0.451,0.138,0.697,0.107 c0.127-0.016,0.238-0.015,0.365-0.015c0.229,0,0.426,0.008,0.65-0.025C248.432,16.744,248.512,16.785,248.565,16.746L248.565,16.746 z M248.536,16.216c0.273-0.088-0.504-0.296-0.787-0.238c-0.139,0.029-0.189,0.156-0.314,0.213c-0.063,0.028-0.256-0.031-0.203,0.009 c0.184,0.135,0.449,0.114,0.697,0.105c0.209-0.009,0.391-0.062,0.563-0.155C248.516,16.136,248.504,16.225,248.536,16.216 L248.536,16.216z M247.065,16.137c0.078-0.07-0.219-0.083-0.33-0.053c-0.072,0.021-0.203,0.011-0.199,0.073 c0.004,0.053,0.104,0.051,0.166,0.06C246.831,16.239,246.975,16.216,247.065,16.137L247.065,16.137z M246.786,16.949 c0.057-0.004-0.217-0.008-0.162,0.006C246.678,16.966,246.729,16.95,246.786,16.949L246.786,16.949z M246.286,13.9 c0.041,0.031-0.008-0.133-0.008-0.133S246.243,13.868,246.286,13.9L246.286,13.9z M246.245,16.035 c0.32-0.231-0.795-0.002-1.223-0.019c-0.654-0.029-1.242-0.083-1.869,0.072c-0.1,0.023-0.314-0.004-0.281,0.076 c0.066,0.159,0.299,0.236,0.504,0.248c0.297,0.014,0.555-0.023,0.852-0.034c0.414-0.016,0.789,0.011,1.176-0.11 c0.029-0.009,0.053-0.046,0.037-0.068c-0.031-0.047-0.223-0.035-0.168-0.062C245.573,16.002,245.987,16.221,246.245,16.035 L246.245,16.035z M246.124,16.774c0.088-0.022-0.121-0.223-0.172-0.162C245.901,16.676,246.036,16.795,246.124,16.774 L246.124,16.774z M245.911,17.314c0.082-0.016-0.316-0.025-0.244,0.011C245.741,17.361,245.827,17.332,245.911,17.314 L245.911,17.314z M245.637,16.792c0.018-0.029-0.053-0.046-0.086-0.062c-0.326-0.171-0.719-0.073-1.1-0.026 c-0.904,0.11-1.695-0.03-2.609-0.032c-0.076-0.002-0.123,0.063-0.199,0.074c-0.088,0.011-0.156-0.062-0.248-0.058 c-0.166,0.006-0.277,0.116-0.438,0.149c-0.137,0.027-0.441,0.055-0.359,0.147c0.084,0.094,0.264-0.021,0.406-0.017 c0.484,0.021,0.898-0.033,1.381-0.052c0.078-0.003,0.139,0.084,0.207,0.059c0.141-0.053,0.203-0.195,0.355-0.214 c0.26-0.031,0.486,0.043,0.738,0.105c0.238,0.058,0.453,0.138,0.699,0.105c0.133-0.018,0.23-0.078,0.359-0.113 c0.041-0.011-0.037,0.101,0.006,0.101c0.076-0.004,0.123-0.075,0.199-0.075C245.194,16.888,245.526,16.969,245.637,16.792 L245.637,16.792z M245.18,17.343c0.143-0.054-0.523-0.096-0.447,0.019C244.809,17.471,245.036,17.396,245.18,17.343L245.18,17.343z M242.352,16.319c0.084-0.052-0.012-0.28-0.094-0.23c-0.072,0.043-0.123,0.143-0.07,0.203 C242.223,16.33,242.305,16.348,242.352,16.319L242.352,16.319z M241.788,16.406c0.061-0.018-0.029-0.114-0.09-0.129 c-0.111-0.029-0.225-0.009-0.328-0.055c-0.045-0.02,0.143-0.035,0.117-0.071c-0.109-0.16-0.732,0.041-0.6,0.189 c0.16,0.179,0.508,0.048,0.773,0.005C241.711,16.336,241.739,16.419,241.788,16.406L241.788,16.406z M241.368,13.354 c0.174-0.054-0.504-0.299-0.496-0.146c0.006,0.1,0.211,0.07,0.33,0.087C241.264,13.305,241.309,13.375,241.368,13.354 L241.368,13.354z M241.52,17.418c0.057-0.004-0.219-0.007-0.162,0.006C241.413,17.436,241.461,17.419,241.52,17.418L241.52,17.418z M240.815,5.108c-0.031,0.022-0.107,0.049-0.076,0.069C240.768,5.201,240.846,5.087,240.815,5.108L240.815,5.108z M241.1,11.499 c0.07-0.004-0.082-0.171-0.131-0.129C240.922,11.413,241.028,11.502,241.1,11.499L241.1,11.499z M240.95,17.438 c0.105-0.037-0.428-0.023-0.324,0.013C240.729,17.489,240.846,17.479,240.95,17.438L240.95,17.438z M240.723,16.313 c0.068-0.048-0.004-0.188-0.092-0.196c-0.113-0.013-0.229-0.008-0.324,0.046c-0.037,0.021-0.135,0.004-0.119,0.039 C240.258,16.349,240.577,16.416,240.723,16.313L240.723,16.313z M240.301,17.464c0.258-0.098-1.021-0.093-0.813,0.064 c0.139,0.102,0.346-0.023,0.527-0.054C240.114,17.458,240.209,17.497,240.301,17.464L240.301,17.464z M240.026,16.941 c0.119-0.024-0.336-0.188-0.33-0.089C239.702,16.953,239.909,16.965,240.026,16.941L240.026,16.941z M239.083,17.51 c-0.029,0.002-0.055,0.008-0.082,0.003C238.973,17.509,239.11,17.51,239.083,17.51L239.083,17.51z M238.692,16.392 c-0.057,0.01,0.086-0.114,0.033-0.134c-0.064-0.024-0.18,0.114-0.113,0.138C238.637,16.404,238.719,16.387,238.692,16.392 L238.692,16.392z M238.37,17.872c-0.029,0-0.053,0.008-0.082,0.002C238.26,17.87,238.399,17.87,238.37,17.872L238.37,17.872z M237.94,17.487c0.182-0.067-0.715-0.087-0.568,0.022S237.758,17.555,237.94,17.487L237.94,17.487z M237.825,16.891 c0.131-0.04-0.279-0.202-0.373-0.118C237.358,16.857,237.694,16.933,237.825,16.891L237.825,16.891z M237.797,16.426 c0.117,0.027-0.029-0.311-0.137-0.261C237.555,16.214,237.682,16.4,237.797,16.426L237.797,16.426z M237.758,17.161 c0.035-0.03-0.08-0.083-0.125-0.062C237.588,17.12,237.725,17.192,237.758,17.161L237.758,17.161z M237.473,16.438 c0.127-0.036-0.266-0.248-0.334-0.153C237.069,16.379,237.346,16.474,237.473,16.438L237.473,16.438z M237.268,17.113 c0.117-0.023-0.338-0.187-0.332-0.088C236.942,17.125,237.149,17.138,237.268,17.113L237.268,17.113z M237.231,17.915 c0.094-0.05-0.217-0.244-0.252-0.157C236.942,17.844,237.139,17.966,237.231,17.915L237.231,17.915z M236.62,7.204 c0.332-0.239-0.834-0.106-1.264-0.019c-0.049,0.011-0.166,0.054-0.117,0.072c0.313,0.111,0.635,0.008,0.977-0.006 C236.358,7.248,236.512,7.282,236.62,7.204L236.62,7.204z M237.127,17.52c0.041-0.013,0.033-0.085-0.006-0.101 c-0.203-0.085-0.422,0.033-0.648,0.025c-0.613-0.022-2.34-0.022-1.746,0.1c0.277,0.058,0.533,0.001,0.816,0.034 c0.535,0.067,1.021,0.059,1.543-0.059C237.1,17.518,237.114,17.523,237.127,17.52L237.127,17.52z M237.055,16.255 c0.098-0.02-0.357-0.045-0.283,0.011C236.844,16.32,236.959,16.274,237.055,16.255L237.055,16.255z M236.741,17.866 c0.627-0.326-1.379-0.113-2.121-0.085c-0.043,0.002,0.035-0.091-0.006-0.1c-0.197-0.045-0.387,0.039-0.564,0.121 c-0.061,0.028-0.209,0.067-0.156,0.106c0.158,0.117,0.396-0.033,0.609-0.023c0.104,0.005,0.152,0.107,0.252,0.124 c0.125,0.02,0.238-0.01,0.365-0.013c0.484-0.021,0.906-0.008,1.379-0.088C236.584,17.896,236.667,17.905,236.741,17.866 L236.741,17.866z M236.575,16.406c0.121-0.086-0.258-0.128-0.414-0.15c-0.031-0.005-0.049,0.038-0.08,0.036 c-0.248-0.014-0.842,0.003-0.684,0.159c0.145,0.145,0.424-0.017,0.65-0.025C236.233,16.419,236.436,16.506,236.575,16.406 L236.575,16.406z M236.401,13.346c0.08-0.032-0.006-0.177-0.094-0.196c-0.098-0.023-0.311,0.086-0.236,0.142 C236.159,13.356,236.295,13.389,236.401,13.346L236.401,13.346z M235.399,17.185c0.078-0.013-0.115-0.175-0.17-0.127 C235.174,17.106,235.319,17.198,235.399,17.185L235.399,17.185z M235.114,16.463c-0.029,0.002-0.055,0.007-0.082,0.003 C235.004,16.461,235.141,16.461,235.114,16.463L235.114,16.463z M234.809,11.141c-0.029,0.002-0.053,0.007-0.082,0.003 C234.7,11.139,234.836,11.139,234.809,11.141L234.809,11.141z M234.227,5.228c0.086-0.021-0.252-0.13-0.248-0.056 S234.141,5.25,234.227,5.228L234.227,5.228z M234.788,16.476c0.061-0.02-0.168-0.114-0.166-0.062 C234.625,16.467,234.729,16.494,234.788,16.476L234.788,16.476z M234.524,13.284c0.1-0.069-0.424-0.149-0.369-0.053 C234.209,13.33,234.426,13.354,234.524,13.284L234.524,13.284z M234.362,17.559c-0.004-0.071-0.25-0.095-0.246-0.024 c0.004,0.073,0.211,0.124,0.248,0.057C234.37,17.58,234.362,17.569,234.362,17.559L234.362,17.559z M234.293,16.36 c0.143-0.077-0.371-0.052-0.486,0.053c-0.029,0.027-0.146,0.008-0.119,0.038c0.094,0.103,0.311,0.016,0.445-0.051 C234.182,16.374,234.245,16.387,234.293,16.36L234.293,16.36z M234.022,13.037c0.057-0.002-0.217-0.006-0.162,0.006 C233.915,13.056,233.965,13.039,234.022,13.037L234.022,13.037z M233.045,7.34c0.145-0.04-0.225-0.185-0.377-0.185 c-0.119,0-0.205,0.065-0.322,0.079c-0.172,0.021-0.643,0.027-0.484,0.085c0.211,0.075,0.426,0.06,0.654,0.042 c0.072-0.007,0.133-0.007,0.203-0.008C232.833,7.349,232.936,7.371,233.045,7.34L233.045,7.34z M233.325,17.931 c-0.029,0.002-0.053,0.008-0.082,0.003C233.215,17.93,233.354,17.931,233.325,17.931L233.325,17.931z M233,17.943 c0.186-0.211-0.584-0.098-0.902-0.098c-0.152,0-0.512,0.063-0.398,0.147c0.221,0.164,0.557,0.004,0.854-0.032 C232.708,17.941,232.907,18.047,233,17.943L233,17.943z M231.907,4.518c-0.018,0.04-0.102,0.065-0.076,0.103 S231.922,4.478,231.907,4.518L231.907,4.518z M231.297,5.274c-0.037,0.019-0.123-0.03-0.121,0.005S231.334,5.257,231.297,5.274 L231.297,5.274z M231.61,17.863c0.285-0.194-0.686,0.027-1.055,0.041c-0.207,0.007-0.727,0.052-0.563,0.154 c0.318,0.198,0.736-0.078,1.135-0.11c0.17-0.013,0.348,0.032,0.484-0.052C231.624,17.891,231.6,17.872,231.61,17.863L231.61,17.863z M230.047,13.323c0.098-0.086-0.488-0.045-0.404,0.048c0.068,0.074,0.213-0.008,0.326-0.011 C230,13.358,230.026,13.342,230.047,13.323L230.047,13.323z M229.745,18.002c0.07-0.043-0.283-0.02-0.24,0.043 C229.545,18.106,229.676,18.045,229.745,18.002L229.745,18.002z M228.938,5.298c0.057-0.002-0.219-0.005-0.162,0.007 C228.831,5.317,228.881,5.3,228.938,5.298L228.938,5.298z M228.895,4.566c-0.027,0.001-0.053,0.008-0.08,0.002 C228.786,4.564,228.924,4.564,228.895,4.566L228.895,4.566z M228.165,4.594c0.104-0.037-0.43-0.025-0.326,0.012 C227.944,4.645,228.061,4.633,228.165,4.594L228.165,4.594z M228.848,17.969c0.104-0.14-0.715-0.054-0.566,0.057 C228.428,18.136,228.745,18.109,228.848,17.969L228.848,17.969z M228.067,12.866c-0.031,0.021-0.107,0.047-0.076,0.068 C228.02,12.957,228.098,12.844,228.067,12.866L228.067,12.866z M227.592,4.55c-0.037,0.018-0.125-0.03-0.121,0.005 C227.473,4.591,227.629,4.532,227.592,4.55L227.592,4.55z M228.036,18c0.129-0.048-0.512-0.062-0.406,0.017 S227.907,18.049,228.036,18L228.036,18z M227.104,4.568c0.158-0.106-0.646-0.029-0.563,0.122 C226.625,4.843,226.948,4.674,227.104,4.568L227.104,4.568z M225.842,18.086c0.082-0.019-0.318-0.027-0.244,0.007 C225.67,18.131,225.76,18.103,225.842,18.086L225.842,18.086z M225.108,16.646c-0.027,0.002-0.053,0.007-0.08,0.004 C224.999,16.645,225.137,16.645,225.108,16.646L225.108,16.646z M224.118,5.017c0.104-0.04-0.43-0.025-0.326,0.012 C223.897,5.066,224.014,5.055,224.118,5.017L224.118,5.017z M224.702,16.663c-0.027,0-0.053,0.007-0.082,0.002 C224.592,16.659,224.731,16.661,224.702,16.663L224.702,16.663z M223.78,4.83c0,0-0.193,0-0.16,0.038 C223.655,4.906,223.78,4.83,223.78,4.83L223.78,4.83z M223.389,5.11c0.111-0.05-0.068-0.206-0.178-0.26 c-0.162-0.08-0.287,0.193-0.475,0.219c-0.113,0.015-0.408-0.018-0.324,0.045c0.223,0.165,0.566,0.063,0.855,0.002 C223.309,5.107,223.352,5.127,223.389,5.11L223.389,5.11z M223.047,10.524c-0.027,0.001-0.053,0.009-0.08,0.003 C222.938,10.523,223.077,10.523,223.047,10.524L223.047,10.524z M222.59,3.94c0.066-0.03-0.02-0.143-0.092-0.163 c-0.096-0.027-0.324,0.1-0.236,0.142c0.074,0.038,0.164,0.015,0.244-0.009C222.538,3.902,222.563,3.953,222.59,3.94L222.59,3.94z M222.911,16.664c0.082-0.018-0.316-0.026-0.244,0.01C222.739,16.709,222.827,16.682,222.911,16.664L222.911,16.664z M222.668,18.14 c0.07-0.015-0.074-0.166-0.129-0.128C222.485,18.049,222.6,18.153,222.668,18.14L222.668,18.14z M221.76,5.107 c0.357-0.32-0.98-0.095-1.51-0.077c-0.555,0.021-1.043-0.095-1.588-0.003c-0.139,0.021-0.428,0.046-0.359,0.145 c0.086,0.124,0.318,0.048,0.492,0.048c0.867,0,1.621,0.044,2.48-0.061c0.063-0.008,0.104,0.07,0.166,0.059 C221.561,5.2,221.678,5.18,221.76,5.107L221.76,5.107z M221.743,4.774c0.078-0.013-0.1-0.159-0.17-0.127 S221.663,4.787,221.743,4.774L221.743,4.774z M221.219,4.193c0.061-0.018-0.168-0.112-0.166-0.06 C221.057,4.185,221.161,4.212,221.219,4.193L221.219,4.193z M221.206,3.928c-0.029,0.002-0.055,0.008-0.082,0.004 C221.096,3.926,221.233,3.926,221.206,3.928L221.206,3.928z M221.172,4.796c0.047-0.077-0.186-0.073-0.287-0.056 c-0.031,0.005-0.01,0.056-0.037,0.069c-0.09,0.039-0.33,0.106-0.236,0.142C220.801,5.02,221.079,4.947,221.172,4.796L221.172,4.796z M221.852,18.104c-0.027,0-0.053,0.009-0.08,0.003C221.745,18.104,221.881,18.104,221.852,18.104L221.852,18.104z M220.879,3.94 c0.119-0.065-0.412-0.101-0.406,0.017C220.481,4.072,220.762,4.005,220.879,3.94L220.879,3.94z M221.368,16.723 c0.064-0.022-0.068-0.156-0.131-0.127c-0.039,0.017,0.008,0.078,0.047,0.097C221.311,16.705,221.338,16.733,221.368,16.723 L221.368,16.723z M220.911,13.007c-0.029,0.001-0.055,0.008-0.082,0.002C220.801,13.006,220.938,13.006,220.911,13.007 L220.911,13.007z M220.864,13.607c0.082-0.016-0.318-0.024-0.244,0.011C220.692,13.653,220.78,13.626,220.864,13.607L220.864,13.607 z M220.268,4.63c0.109-0.123-0.662-0.016-0.525,0.088C219.881,4.82,220.159,4.754,220.268,4.63L220.268,4.63z M220.202,4.9 c-0.027,0-0.053,0.008-0.08,0.003C220.092,4.898,220.231,4.898,220.202,4.9L220.202,4.9z M219.459,4.728 c0.166-0.09-0.752-0.043-0.568,0.022C219.073,4.815,219.293,4.818,219.459,4.728L219.459,4.728z M220.143,18.104 c0.057-0.001-0.205-0.025-0.162,0.006C220.022,18.142,220.086,18.104,220.143,18.104L220.143,18.104z M219.688,11.586 c0.105-0.037-0.428-0.025-0.324,0.014C219.467,11.636,219.584,11.625,219.688,11.586L219.688,11.586z M219.04,11.612 c0.082-0.019-0.318-0.028-0.244,0.009C218.868,11.657,218.956,11.629,219.04,11.612L219.04,11.612z M218.551,11.63 c0.057-0.001-0.217-0.007-0.162,0.006S218.495,11.633,218.551,11.63L218.551,11.63z M218.104,5.247 c0.105-0.029-0.143-0.142-0.252-0.156c-0.17-0.024-0.328-0.032-0.488,0.017C217.116,5.187,217.852,5.316,218.104,5.247 L218.104,5.247z M218.211,11.377c0.061-0.093-0.258-0.043-0.367,0.015c-0.074,0.038,0.01,0.166-0.068,0.201 c-0.166,0.077-0.664,0.016-0.523,0.121c0.195,0.145,0.498-0.051,0.725-0.161c0.07-0.035,0.078-0.108,0.111-0.172 C218.106,11.35,218.192,11.408,218.211,11.377L218.211,11.377z M218.081,10.515c0.119-0.065-0.416-0.135-0.408-0.018 C217.678,10.614,217.961,10.581,218.081,10.515L218.081,10.515z M217.987,10.317c0.145-0.052-0.523-0.094-0.445,0.019 C217.618,10.447,217.844,10.371,217.987,10.317L217.987,10.317z M217.397,4.273c0.07-0.026-0.018-0.143-0.09-0.164 c-0.176-0.049-0.348-0.035-0.531-0.013c-0.113,0.015-0.371,0.092-0.275,0.145c0.223,0.125,0.518,0.045,0.771-0.03 C217.321,4.198,217.352,4.293,217.397,4.273L217.397,4.273z M217.258,4.68c0,0-0.195,0.002-0.16,0.038 C217.131,4.758,217.258,4.68,217.258,4.68L217.258,4.68z M217.43,10.54c0.027-0.036-0.08-0.083-0.125-0.062 c-0.049,0.022-0.045,0.113,0.008,0.133C217.358,10.629,217.403,10.576,217.43,10.54L217.43,10.54z M217.094,10.353 c0.129-0.049-0.416-0.135-0.408-0.017C216.692,10.453,216.963,10.401,217.094,10.353L217.094,10.353z M216.946,10.626 c0.059-0.004-0.217-0.008-0.162,0.005C216.838,10.643,216.889,10.628,216.946,10.626L216.946,10.626z M216.43,4.444 c0.115-0.104-0.494-0.088-0.484,0.052c0.006,0.129,0.33,0.038,0.443-0.05C216.401,4.438,216.42,4.452,216.43,4.444L216.43,4.444z M216.704,13.501c-0.027,0.024-0.055-0.085-0.084-0.063c-0.047,0.03-0.012,0.133,0.047,0.132 C216.7,13.568,216.725,13.481,216.704,13.501L216.704,13.501z M216.905,18.428c0.082-0.018-0.318-0.026-0.244,0.009 C216.733,18.473,216.821,18.444,216.905,18.428L216.905,18.428z M215.985,5.194c0.139-0.125-0.381-0.167-0.576-0.11 c-0.061,0.018-0.125,0.104-0.074,0.136c0.17,0.106,0.441,0.085,0.609-0.023C215.956,5.188,215.975,5.203,215.985,5.194 L215.985,5.194z M216.272,11.65c0.354-0.131-0.717-0.105-1.104-0.09c-0.033,0-0.061,0.05-0.037,0.068 c0.15,0.111,0.371,0.068,0.574,0.078C215.905,11.714,216.09,11.72,216.272,11.65L216.272,11.65z M215.622,4.542 c0.145-0.044-0.113-0.256-0.262-0.29c-0.061-0.015-0.104,0.091-0.072,0.137C215.352,4.484,215.497,4.581,215.622,4.542 L215.622,4.542z M216.053,13.525c0,0-0.195,0.002-0.16,0.039C215.928,13.604,216.053,13.525,216.053,13.525L216.053,13.525z M215.129,4.494c0.182-0.067-0.717-0.122-0.57-0.012C214.708,4.593,214.948,4.561,215.129,4.494L215.129,4.494z M215.09,5.229 c0.055-0.028-0.027-0.115-0.088-0.132c-0.123-0.029-0.238,0.022-0.367,0.015c-0.441-0.019-1.688,0.045-1.254,0.115 c0.475,0.078,0.898,0.013,1.385,0.013C214.879,5.24,214.995,5.279,215.09,5.229L215.09,5.229z M215.364,11.419 c0.063,0.011-0.057-0.175-0.09-0.13C215.243,11.334,215.301,11.409,215.364,11.419L215.364,11.419z M214.778,4.041 c0.096-0.053-0.332-0.115-0.326-0.021C214.458,4.113,214.682,4.092,214.778,4.041L214.778,4.041z M215.245,17.891 c0.063,0.008-0.037-0.159-0.088-0.13C215.104,17.792,215.182,17.883,215.245,17.891L215.245,17.891z M214.368,3.99 c-0.027,0-0.053,0.008-0.08,0.004C214.258,3.988,214.397,3.988,214.368,3.99L214.368,3.99z M214.854,18.171 c0.086-0.046-0.332,0.006-0.281,0.079C214.624,18.324,214.768,18.22,214.854,18.171L214.854,18.171z M214.676,17.913 c0.18-0.037-0.506-0.299-0.496-0.147c0.006,0.11,0.244,0.047,0.371,0.085C214.598,17.865,214.627,17.922,214.676,17.913 L214.676,17.913z M214.319,11.66c-0.029,0-0.053,0.008-0.082,0.002C214.209,11.658,214.348,11.658,214.319,11.66L214.319,11.66z M214.37,18.259c0.061-0.032-0.061-0.115-0.129-0.13c-0.154-0.032-0.561-0.004-0.443,0.085c0.129,0.095,0.324,0.078,0.492,0.049 C214.317,18.255,214.346,18.27,214.37,18.259L214.37,18.259z M213.831,11.678c0.057-0.002-0.217-0.006-0.162,0.007 S213.774,11.679,213.831,11.678L213.831,11.678z M213.133,5.171c0.02-0.027-0.047-0.071-0.086-0.063 c-0.078,0.014-0.234,0.143-0.154,0.14C212.983,5.244,213.086,5.234,213.133,5.171L213.133,5.171z M213.428,11.761 c0.088,0.013-0.008-0.171-0.092-0.196c-0.111-0.034-0.43,0.04-0.322,0.078c0.133,0.048,0.27,0.08,0.41,0.052 C213.452,11.687,213.401,11.755,213.428,11.761L213.428,11.761z M213.553,18.223c0,0,0.037-0.092-0.006-0.1 c-0.068-0.012-0.209,0.066-0.156,0.105C213.434,18.261,213.553,18.223,213.553,18.223L213.553,18.223z M213.088,11.506 c0.066-0.019-0.059-0.118-0.129-0.127c-0.129-0.02-0.482,0.036-0.361,0.08C212.756,11.516,212.924,11.552,213.088,11.506 L213.088,11.506z M212.727,5.187c0.061-0.054-0.307,0.026-0.24,0.075S212.667,5.24,212.727,5.187L212.727,5.187z M212.592,4.258 c0.418-0.155-0.85-0.119-1.307-0.082c-0.141,0.011-0.463,0.069-0.359,0.146c0.211,0.158,0.529-0.02,0.813-0.03 C212.038,4.279,212.321,4.359,212.592,4.258L212.592,4.258z M213.067,18.24c0.043-0.022-0.139-0.094-0.088-0.096 c0.053-0.003-0.113,0.073-0.074,0.104C212.946,18.279,213.018,18.266,213.067,18.24L213.067,18.24z M212.459,13.331 c-0.027,0-0.053,0.008-0.08,0.004C212.35,13.33,212.489,13.33,212.459,13.331L212.459,13.331z M211.985,5.016 c0.338-0.127-0.736-0.174-1.061-0.027C210.6,5.137,211.647,5.14,211.985,5.016L211.985,5.016z M212.641,17.924 c0.113-0.021-0.416-0.118-0.328-0.054C212.399,17.936,212.528,17.948,212.641,17.924L212.641,17.924z M211.959,7.416 c0.143-0.054-0.541-0.087-0.447,0.017C211.604,7.537,211.817,7.469,211.959,7.416L211.959,7.416z M211.93,8.35 c0.078-0.068-0.332-0.112-0.326-0.02S211.854,8.421,211.93,8.35L211.93,8.35z M211.602,4.028c0.074-0.033-0.316-0.025-0.244,0.01 C211.432,4.075,211.528,4.063,211.602,4.028L211.602,4.028z M211.795,11.688c0.057-0.002-0.217-0.006-0.162,0.007 C211.688,11.709,211.739,11.692,211.795,11.688L211.795,11.688z M211.444,8.369c-0.029,0.001-0.055,0.008-0.082,0.003 S211.471,8.369,211.444,8.369L211.444,8.369z M211.643,13.295c0.201-0.182-1.109-0.093-0.854,0.033 c0.221,0.108,0.492,0.048,0.732-0.027C211.561,13.286,211.616,13.321,211.643,13.295L211.643,13.295z M211.29,11.376 c-0.029,0.001-0.053,0.007-0.08,0.003C211.18,11.374,211.317,11.374,211.29,11.376L211.29,11.376z M210.897,4.522 c0.084-0.016-0.316-0.026-0.244,0.01C210.727,4.568,210.815,4.54,210.897,4.522L210.897,4.522z M210.776,5.262 c0.029-0.035-0.086-0.09-0.125-0.062c-0.047,0.031,0.074,0.118,0.127,0.095C210.792,5.289,210.768,5.271,210.776,5.262 L210.776,5.262z M210.758,4.929c0.037-0.016,0.037-0.101-0.006-0.101c-0.072,0.003-0.203,0.062-0.156,0.107 C210.631,4.971,210.708,4.948,210.758,4.929L210.758,4.929z M210.719,4.263c0.084-0.016-0.316-0.026-0.244,0.009 C210.549,4.309,210.637,4.279,210.719,4.263L210.719,4.263z M210.516,3.537c0.182-0.131-0.898-0.074-0.691,0.027 S210.333,3.668,210.516,3.537L210.516,3.537z M210.45,3.807c-0.029,0.002-0.053,0.007-0.082,0.003 C210.34,3.805,210.477,3.807,210.45,3.807L210.45,3.807z M210.491,8.806c0.057-0.002-0.217-0.006-0.162,0.006 C210.383,8.824,210.434,8.807,210.491,8.806L210.491,8.806z M210.495,10.271c-0.029,0.001-0.055,0.009-0.082,0.003 C210.383,10.271,210.522,10.271,210.495,10.271L210.495,10.271z M210.084,4.555c0.035-0.032-0.08-0.083-0.125-0.063 C209.915,4.514,210.051,4.585,210.084,4.555L210.084,4.555z M210.424,13.342c0.039-0.016,0.037-0.102-0.006-0.1 c-0.07,0.002-0.225,0.091-0.156,0.107C210.317,13.362,210.374,13.362,210.424,13.342L210.424,13.342z M209.803,3.899 c0.08,0.026,0.006-0.251-0.053-0.199C209.694,3.752,209.723,3.87,209.803,3.899L209.803,3.899z M209.745,4.301 c-0.027,0.001-0.053,0.008-0.082,0.003C209.635,4.299,209.774,4.299,209.745,4.301L209.745,4.301z M210.03,13.557 c-0.029,0.002-0.053,0.008-0.08,0.004C209.92,13.556,210.059,13.557,210.03,13.557L210.03,13.557z M209.471,3.777 c0.041-0.012,0.035-0.092-0.006-0.099c-0.139-0.027-0.27-0.047-0.408-0.02c-0.063,0.014-0.125,0.104-0.074,0.138 C209.12,3.881,209.309,3.822,209.471,3.777L209.471,3.777z M209.288,4.853c0.152-0.184-0.555-0.103-0.771,0.028 c-0.025,0.016-0.066,0.057-0.037,0.067c0.209,0.077,0.436,0.066,0.652,0.01C209.2,4.939,209.249,4.9,209.288,4.853L209.288,4.853z M209.526,10.443c0.039-0.064-0.188-0.078-0.246-0.024c-0.049,0.043-0.021,0.168,0.051,0.164 C209.422,10.581,209.485,10.51,209.526,10.443L209.526,10.443z M209.366,9.049c0.096-0.019-0.344-0.055-0.285,0.011 S209.268,9.069,209.366,9.049L209.366,9.049z M209.157,5.389c0.084-0.025-0.018-0.157-0.094-0.196 c-0.221-0.108-0.918-0.046-0.727,0.095c0.199,0.149,0.506,0.013,0.771-0.028C209.165,5.249,209.1,5.407,209.157,5.389L209.157,5.389 z M209.094,4.326c-0.027,0-0.053,0.006-0.08,0.002C208.985,4.325,209.124,4.325,209.094,4.326L209.094,4.326z M208.862,4.534 c0.174-0.081-0.576-0.109-0.566,0.057c0.008,0.127,0.295-0.015,0.445-0.052C208.782,4.528,208.825,4.552,208.862,4.534 L208.862,4.534z M208.739,3.807c0.193-0.139-0.967-0.091-0.732-0.007C208.241,3.885,208.547,3.945,208.739,3.807L208.739,3.807z M208.522,4.28c0.412-0.189-0.875-0.062-1.348-0.08c-0.102-0.005-0.197,0.016-0.287-0.022c-0.055-0.025-0.148-0.011-0.166-0.061 c-0.023-0.066,0.064-0.116,0.113-0.172c0.186-0.211,1.158-0.033,0.887-0.167c-0.283-0.141-0.629-0.15-0.941-0.063 c-0.154,0.041-0.205,0.188-0.352,0.245c-0.123,0.049-0.441,0.025-0.359,0.114c0.064,0.073,0.158,0.107,0.252,0.157 c0.061,0.03,0.059,0.119,0.129,0.129c0.34,0.042,1.211-0.179,0.98,0.028c-0.092,0.082-0.441,0.024-0.361,0.113 c0.172,0.192,0.543,0.169,0.82,0.103c0.104-0.026,0.311-0.026,0.279-0.111c-0.027-0.074-0.197-0.137-0.133-0.195 C208.151,4.196,208.374,4.351,208.522,4.28L208.522,4.28z M208.43,4.085c-0.029,0-0.055,0.006-0.082,0.003 C208.321,4.083,208.458,4.083,208.43,4.085L208.43,4.085z M208.375,11.687c0.104-0.038-0.43-0.024-0.324,0.013 C208.155,11.737,208.272,11.725,208.375,11.687L208.375,11.687z M208.233,10.626c0.119-0.084-0.521-0.095-0.445,0.017 C207.864,10.755,208.116,10.709,208.233,10.626L208.233,10.626z M207.93,5.304c0.047,0.035-0.17-0.113-0.166-0.06 C207.766,5.295,207.881,5.268,207.93,5.304L207.93,5.304z M208.504,18.218c-0.027,0-0.053,0.007-0.08,0.002 C208.397,18.216,208.534,18.216,208.504,18.218L208.504,18.218z M207.624,5.649c0.057-0.002-0.217-0.008-0.162,0.006 C207.516,5.668,207.567,5.649,207.624,5.649L207.624,5.649z M207.575,4.783c-0.031,0.021-0.107,0.048-0.078,0.071 C207.526,4.876,207.606,4.764,207.575,4.783L207.575,4.783z M207.807,11.71c-0.029,0-0.053,0.008-0.082,0.002 C207.698,11.709,207.836,11.709,207.807,11.71L207.807,11.71z M207.252,4.863c0.184-0.133-0.457-0.087-0.695-0.04 c-0.043,0.008-0.121,0-0.119,0.036c0.012,0.188,0.438,0.073,0.652,0.011C207.143,4.854,207.209,4.894,207.252,4.863L207.252,4.863z M207.467,11.456c0.082-0.017-0.316-0.028-0.244,0.009C207.295,11.5,207.383,11.474,207.467,11.456L207.467,11.456z M207.032,5.271 c0.094-0.084-0.234-0.113-0.373-0.117c-0.061-0.004-0.07-0.111-0.127-0.097c-0.105,0.025-0.172,0.103-0.279,0.11 c-0.639,0.051-1.199-0.051-1.83,0.036c-0.1,0.015-0.26-0.1-0.287-0.021c-0.055,0.161,0.344,0.135,0.541,0.18 c0.055,0.013-0.047,0.121,0.008,0.134c0.098,0.022,0.143-0.106,0.236-0.143c0.627-0.249,1.393,0.221,1.99-0.076 C206.946,5.259,207.002,5.296,207.032,5.271L207.032,5.271z M206.366,5.029c0.104-0.038-0.428-0.024-0.324,0.013 C206.145,5.081,206.262,5.068,206.366,5.029L206.366,5.029z M205.709,4.923c0.178-0.161-0.479-0.173-0.742-0.14 c-0.084,0.012-0.158-0.027-0.244-0.023c-0.258,0.009-0.9,0.118-0.68,0.225c0.148,0.074,0.311-0.091,0.482-0.084 c0.307,0.014,0.561,0.182,0.863,0.134C205.508,5.016,205.627,4.996,205.709,4.923L205.709,4.923z M206.145,18.239 c0.082-0.017-0.316-0.025-0.244,0.01C205.975,18.286,206.063,18.257,206.145,18.239L206.145,18.239z M205.204,7.475 c-0.027,0.002-0.053,0.009-0.082,0.003C205.094,7.473,205.233,7.473,205.204,7.475L205.204,7.475z M205.356,13.004 c0.133-0.042-0.041-0.271-0.178-0.294c-0.09-0.016-0.16,0.045-0.24,0.076c-0.082,0.032-0.227,0.128-0.154,0.173 c0.162,0.096,0.381,0.058,0.572,0.011C205.37,12.967,205.344,13.007,205.356,13.004L205.356,13.004z M205.034,7.349 c0.127-0.051-0.301-0.218-0.373-0.118C204.588,7.328,204.907,7.397,205.034,7.349L205.034,7.349z M204.782,4.357 c0.264-0.159-1.201-0.192-0.939-0.03c0.262,0.161,0.65,0.128,0.938-0.002C204.792,4.317,204.77,4.364,204.782,4.357L204.782,4.357z M204.793,11.692c0.195-0.074-0.768-0.095-0.609,0.021C204.342,11.833,204.598,11.765,204.793,11.692L204.793,11.692z M204.36,4.106 c-0.029,0.001-0.055,0.009-0.082,0.003C204.25,4.105,204.387,4.105,204.36,4.106L204.36,4.106z M204.692,12.762 c-0.029,0.002-0.053,0.008-0.082,0.004C204.583,12.76,204.719,12.76,204.692,12.762L204.692,12.762z M204.223,4.579 c0.043-0.022-0.139-0.095-0.086-0.097c0.051-0.001-0.113,0.074-0.076,0.103C204.104,4.617,204.176,4.604,204.223,4.579 L204.223,4.579z M204.926,18.287c0.076-0.041-0.252-0.131-0.248-0.058S204.85,18.327,204.926,18.287L204.926,18.287z M204.034,4.12 c0.064-0.026-0.066-0.157-0.129-0.128c-0.049,0.021-0.043,0.11,0.008,0.132C203.95,4.141,203.997,4.134,204.034,4.12L204.034,4.12z M204.026,5.386c0.104-0.031-0.18-0.224-0.254-0.156C203.698,5.296,203.922,5.42,204.026,5.386L204.026,5.386z M204.29,12.844 c0.049-0.025,0.006-0.112-0.049-0.132c-0.078-0.026-0.158,0.01-0.244,0.01c-0.27-0.001-0.943,0.104-0.719,0.228 s0.52,0.024,0.77-0.063C204.127,12.859,204.215,12.883,204.29,12.844L204.29,12.844z M203.899,7.459 c0.131-0.051-0.459-0.129-0.406-0.018C203.543,7.55,203.77,7.507,203.899,7.459L203.899,7.459z M204.153,13.315 c-0.027,0.002-0.053,0.008-0.08,0.004C204.043,13.313,204.182,13.315,204.153,13.315L204.153,13.315z M203.69,5.2 c0.115-0.105-0.643,0.027-0.484,0.085C203.364,5.342,203.573,5.305,203.69,5.2L203.69,5.2z M203.981,11.723 c0.236-0.17-0.623-0.158-0.898-0.032c-0.262,0.12,0.604,0.167,0.857,0.034C203.952,11.718,203.969,11.73,203.981,11.723 L203.981,11.723z M203.588,4.87c-0.027,0.001-0.053,0.008-0.08,0.003C203.479,4.868,203.618,4.868,203.588,4.87L203.588,4.87z M203.883,11.459c0.303-0.219-0.742-0.104-1.145-0.089c-0.148,0.006-0.461,0.006-0.4,0.116c0.09,0.158,0.398,0.017,0.611,0.009 C203.276,11.482,203.639,11.636,203.883,11.459L203.883,11.459z M203.583,7.604c0.057-0.002-0.217-0.008-0.162,0.006 C203.475,7.622,203.526,7.605,203.583,7.604L203.583,7.604z M204.043,18.521c0.625-0.231-1.271-0.085-1.957-0.058 c-0.244,0.01-0.896-0.01-0.688,0.093c0.342,0.168,0.742,0.006,1.141,0.022c0.512,0.022,0.979,0.078,1.463-0.056 C204.016,18.517,204.03,18.526,204.043,18.521L204.043,18.521z M203.667,13.335c0.082-0.032-0.15-0.182-0.211-0.125 C203.393,13.264,203.584,13.366,203.667,13.335L203.667,13.335z M203.331,7.479c0.08-0.025-0.305-0.005-0.242,0.044 C203.153,7.57,203.25,7.505,203.331,7.479L203.331,7.479z M203.149,4.286c0.033-0.03-0.082-0.082-0.125-0.062 C202.977,4.247,203.114,4.317,203.149,4.286L203.149,4.286z M203.11,12.156c0.057-0.002-0.217-0.008-0.162,0.006 C203.002,12.175,203.053,12.158,203.11,12.156L203.11,12.156z M202.897,8.43c-0.029,0.002-0.053,0.008-0.082,0.003 C202.788,8.428,202.924,8.43,202.897,8.43L202.897,8.43z M203.016,13.36c0.037-0.017,0.037-0.103-0.006-0.102 c-0.072,0.003-0.225,0.092-0.156,0.107C202.909,13.377,202.965,13.379,203.016,13.36L203.016,13.36z M202.993,12.961 c0.328-0.18-0.719-0.206-1.107-0.157c-0.152,0.018-0.445,0.111-0.355,0.213c0.178,0.196,0.555-0.021,0.854-0.032 C202.596,12.977,202.815,13.058,202.993,12.961L202.993,12.961z M202.686,13.306c0.059-0.001-0.217-0.007-0.162,0.006 S202.629,13.308,202.686,13.306L202.686,13.306z M202.208,4.923c0.068-0.019-0.061-0.117-0.129-0.128 c-0.102-0.017-0.375,0.043-0.281,0.078C201.93,4.921,202.069,4.961,202.208,4.923L202.208,4.923z M202.28,13.321 c0.084-0.017-0.316-0.026-0.242,0.009C202.11,13.366,202.198,13.337,202.28,13.321L202.28,13.321z M202.125,10.594 c-0.031,0.034-0.127,0.104-0.076,0.102C202.1,10.694,202.155,10.56,202.125,10.594L202.125,10.594z M201.702,7.477 c0.143-0.054-0.539-0.086-0.447,0.018C201.348,7.596,201.559,7.529,201.702,7.477L201.702,7.477z M201.803,10.672 c-0.027,0.002-0.053,0.008-0.08,0.003C201.694,10.67,201.833,10.672,201.803,10.672L201.803,10.672z M201.405,3.686 c0.17-0.005-0.215-0.285-0.381-0.251c-0.07,0.015-0.174,0.104-0.115,0.139c0.109,0.059,0.24,0.064,0.369,0.052 C201.329,3.619,201.352,3.689,201.405,3.686L201.405,3.686z M201.995,18.266c0.08-0.025-0.295-0.015-0.242,0.043 C201.803,18.366,201.913,18.292,201.995,18.266L201.995,18.266z M201.35,8.423c0.109-0.022-0.334-0.115-0.328-0.021 C201.028,8.495,201.237,8.445,201.35,8.423L201.35,8.423z M201.088,5.3c0.059-0.004-0.217-0.007-0.162,0.005 C200.981,5.318,201.032,5.302,201.088,5.3L201.088,5.3z M201.317,10.691c0.117-0.062-0.279-0.203-0.373-0.119 c-0.086,0.077,0.217,0.167,0.332,0.12C201.288,10.688,201.303,10.697,201.317,10.691L201.317,10.691z M200.877,7.307 c-0.027,0.002-0.053,0.008-0.08,0.004C200.77,7.305,200.907,7.307,200.877,7.307L200.877,7.307z M200.885,11.709 c0.084-0.019-0.316-0.028-0.244,0.009C200.715,11.753,200.803,11.725,200.885,11.709L200.885,11.709z M200.7,8.447 c0.111-0.023-0.332-0.114-0.328-0.021C200.377,8.521,200.588,8.47,200.7,8.447L200.7,8.447z M200.436,3.856 c0.057-0.001-0.217-0.005-0.162,0.008S200.379,3.858,200.436,3.856L200.436,3.856z M201.184,18.364 c0.121-0.049-0.199-0.148-0.334-0.154c-0.17-0.008-0.324-0.056-0.488-0.015c-0.049,0.012-0.115,0.074-0.076,0.103 c0.17,0.126,0.426,0.06,0.654,0.043C201.026,18.333,201.106,18.395,201.184,18.364L201.184,18.364z M200.903,13.44 c0.301-0.095-0.918-0.395-0.902-0.132c0.01,0.178,0.398,0.058,0.615,0.075C200.719,13.394,200.807,13.47,200.903,13.44 L200.903,13.44z M200.881,13.042c0.115-0.029-0.021-0.287-0.137-0.263c-0.078,0.018-0.115,0.083-0.156,0.139 c-0.016,0.022-0.061,0.052-0.037,0.069C200.639,13.052,200.768,13.069,200.881,13.042L200.881,13.042z M201.116,18.566 c0.285-0.106-1.184-0.104-0.896,0C200.506,18.671,200.829,18.672,201.116,18.566L201.116,18.566z M200.667,10.717 c0.131,0.009-0.207-0.27-0.297-0.189C200.282,10.605,200.536,10.706,200.667,10.717L200.667,10.717z M200.569,10.453 c0.109-0.017-0.217-0.244-0.252-0.157C200.28,10.382,200.459,10.47,200.569,10.453L200.569,10.453z M200.276,5.33 c-0.027,0.002-0.053,0.009-0.08,0.003C200.167,5.328,200.305,5.328,200.276,5.33L200.276,5.33z M200.172,4.935 c0.09-0.025-0.043-0.22-0.133-0.196c-0.055,0.016-0.039,0.105,0.008,0.135C200.088,4.896,200.124,4.948,200.172,4.935L200.172,4.935 z M200.305,11.53c0.104,0.013-0.35-0.124-0.287-0.056C200.079,11.543,200.204,11.518,200.305,11.53L200.305,11.53z M200.137,12.87 c0.135-0.121-0.576-0.108-0.566,0.056c0.008,0.141,0.332-0.017,0.484-0.086C200.083,12.827,200.116,12.89,200.137,12.87 L200.137,12.87z M199.473,4.094c0.154-0.057-0.645-0.038-0.488,0.02C199.141,4.169,199.317,4.152,199.473,4.094L199.473,4.094z M199.418,4.563c0.145-0.078-0.17-0.23-0.303-0.321c-0.088-0.061-0.188-0.084-0.293-0.121c-0.082-0.03-0.123-0.146-0.211-0.125 c-0.088,0.019-0.137,0.082-0.195,0.141c-0.059,0.058-0.197,0.107-0.152,0.173c0.057,0.083,0.229,0.005,0.328,0.053 c0.045,0.022,0.045,0.073,0.086,0.098C198.895,4.579,199.2,4.684,199.418,4.563L199.418,4.563z M199.487,12.895 c0.064-0.025-0.066-0.156-0.129-0.127c-0.049,0.021-0.043,0.109,0.008,0.132C199.403,12.915,199.45,12.911,199.487,12.895 L199.487,12.895z M199.227,11.17c0.246-0.177-0.633-0.126-0.939-0.029c-0.029,0.009-0.063,0.054-0.037,0.068 c0.191,0.106,0.426,0.06,0.654,0.041C199.022,11.24,199.139,11.235,199.227,11.17L199.227,11.17z M198.612,3.261 c0.096-0.053-0.381-0.037-0.324,0.047C198.344,3.389,198.516,3.312,198.612,3.261L198.612,3.261z M198.698,10.457 c0.033-0.03-0.082-0.081-0.127-0.061S198.663,10.489,198.698,10.457L198.698,10.457z M198.319,5.272 c0.051-0.003-0.145-0.102-0.125-0.062C198.211,5.249,198.268,5.274,198.319,5.272L198.319,5.272z M198.217,3.476 c0.033-0.031-0.105-0.1-0.127-0.061C198.071,3.453,198.182,3.508,198.217,3.476L198.217,3.476z M198.999,18.581 c0.08-0.013-0.1-0.159-0.17-0.128C198.758,18.485,198.92,18.593,198.999,18.581L198.999,18.581z M198.469,10.734 c0.1-0.04-0.125-0.246-0.215-0.192C198.165,10.595,198.368,10.772,198.469,10.734L198.469,10.734z M198.456,13.335 c-0.029,0.001-0.055,0.007-0.082,0.002C198.344,13.333,198.483,13.333,198.456,13.335L198.456,13.335z M197.891,3.487 c0.191-0.173-1.023-0.124-0.813,0.033C197.29,3.677,197.7,3.66,197.891,3.487L197.891,3.487z M198.51,18.599 c0.244-0.009-0.873-0.175-0.693-0.039c0.148,0.111,0.371,0.052,0.572,0.045C198.432,18.603,198.469,18.601,198.51,18.599 L198.51,18.599z M198.331,18.273c0.096-0.021-0.344-0.056-0.285,0.011C198.104,18.35,198.233,18.292,198.331,18.273L198.331,18.273z M197.436,18.309c0.088-0.041-0.332-0.061-0.285,0.009C197.2,18.39,197.348,18.348,197.436,18.309L197.436,18.309z M196.979,10.324 c0.104-0.039-0.428-0.025-0.324,0.012C196.758,10.375,196.875,10.362,196.979,10.324L196.979,10.324z M196.352,3.614 c-0.029,0-0.055,0.008-0.082,0.003C196.243,3.613,196.379,3.613,196.352,3.614L196.352,3.614z M196.948,18.326 c0.068-0.018-0.061-0.114-0.129-0.129c-0.195-0.041-0.758,0.043-0.564,0.089c0.205,0.047,0.414,0.078,0.611,0.011 C196.895,18.286,196.918,18.333,196.948,18.326L196.948,18.326z M195.672,8.841c0.209-0.076-0.762-0.171-0.65-0.009 C195.133,8.995,195.465,8.917,195.672,8.841L195.672,8.841z M196.147,18.558c0.143-0.055-0.539-0.087-0.445,0.017 C195.793,18.678,196.004,18.609,196.147,18.558L196.147,18.558z M195.725,11.172c0.271-0.103-1.127-0.067-0.854,0.032 C195.145,11.305,195.454,11.272,195.725,11.172L195.725,11.172z M195.592,11.711c0.141-0.084-0.303-0.323-0.418-0.218 c-0.068,0.061-0.115,0.192-0.029,0.233C195.28,11.794,195.467,11.787,195.592,11.711L195.592,11.711z M195.454,10.717 c0.207-0.043-0.223-0.305-0.426-0.352c-0.074-0.017-0.094,0.109-0.072,0.17c0.047,0.126,0.258,0.173,0.416,0.15 C195.403,10.682,195.424,10.721,195.454,10.717L195.454,10.717z M195.075,4.063c-0.029,0-0.053,0.009-0.082,0.001 C194.965,4.063,195.102,4.063,195.075,4.063L195.075,4.063z M195.092,8.662c0.105-0.037-0.428-0.024-0.324,0.013 C194.872,8.713,194.989,8.701,195.092,8.662L195.092,8.662z M195.059,10.931c0.074-0.037,0.033-0.186-0.051-0.198 c-0.184-0.024-0.346,0.022-0.527,0.055c-0.031,0.004-0.061-0.05-0.082-0.031C194.235,10.904,194.854,11.037,195.059,10.931 L195.059,10.931z M194.946,8.936c0.098-0.045-0.195-0.235-0.254-0.157C194.635,8.857,194.848,8.979,194.946,8.936L194.946,8.936z M194.575,5.281c-0.029,0.002-0.055,0.01-0.082,0.004C194.463,5.28,194.602,5.28,194.575,5.281L194.575,5.281z M194.858,11.673 c0.082-0.018-0.316-0.027-0.244,0.008C194.688,11.718,194.776,11.688,194.858,11.673L194.858,11.673z M194.846,11.474 c0.107-0.079-0.414-0.135-0.408-0.018C194.446,11.571,194.739,11.55,194.846,11.474L194.846,11.474z M194.665,11.146 c-0.027,0-0.053,0.009-0.08,0.003C194.555,11.146,194.694,11.146,194.665,11.146L194.665,11.146z M194.524,8.685 c0.273-0.148-1.176-0.145-0.934,0.036c0.074,0.057,0.184-0.061,0.281-0.046C194.096,8.713,194.334,8.788,194.524,8.685 L194.524,8.685z M193.94,4.174c0.117-0.105-0.586-0.03-0.482,0.085C193.561,4.372,193.825,4.278,193.94,4.174L193.94,4.174z M193.907,3.575c0.07-0.004-0.082-0.172-0.129-0.129C193.729,3.489,193.834,3.577,193.907,3.575L193.907,3.575z M194.258,11.161 c0.041-0.012,0.035-0.088-0.006-0.099c-0.141-0.038-0.535,0.065-0.4,0.115C193.983,11.225,194.125,11.204,194.258,11.161 L194.258,11.161z M194.217,10.431c0.17-0.065-0.67-0.15-0.533-0.047c0.117,0.086,0.297,0.049,0.449,0.016 C194.165,10.394,194.188,10.442,194.217,10.431L194.217,10.431z M194.102,8.435c-0.027,0.001-0.053,0.008-0.08,0.003 C193.993,8.433,194.131,8.433,194.102,8.435L194.102,8.435z M194.6,18.55c-0.029,0.001-0.055,0.008-0.082,0.003 S194.627,18.548,194.6,18.55L194.6,18.55z M194.188,11.365c0.082-0.026-0.305-0.006-0.24,0.043 C194.01,11.456,194.108,11.39,194.188,11.365L194.188,11.365z M193.815,4.844c0.041-0.011,0.037-0.092-0.004-0.099 c-0.133-0.026-0.49,0.083-0.361,0.112C193.573,4.888,193.694,4.878,193.815,4.844L193.815,4.844z M194.194,18.565 c0.131-0.049-0.416-0.134-0.408-0.018C193.792,18.665,194.063,18.613,194.194,18.565L194.194,18.565z M193.463,8.659 c0.059-0.002-0.217-0.008-0.162,0.005S193.407,8.661,193.463,8.659L193.463,8.659z M193.266,5.2c0.078-0.073-0.408,0.013-0.32,0.078 c0.043,0.032,0.102-0.038,0.16-0.039C193.165,5.235,193.227,5.234,193.266,5.2L193.266,5.2z M193.163,4.803 c0.051-0.03-0.17-0.112-0.166-0.06C192.999,4.795,193.112,4.834,193.163,4.803L193.163,4.803z M193.313,8.864 c-0.029,0.002-0.053,0.008-0.082,0.004C193.204,8.862,193.342,8.862,193.313,8.864L193.313,8.864z M192.649,4.356 c0.049,0.005-0.004-0.099-0.055-0.128c0.082,0.007,0.174-0.002,0.25-0.013c0.074-0.012,0.146-0.029,0.199-0.075 c0.152-0.138-0.746-0.178-0.652-0.009c0.031,0.057,0.094,0.082,0.17,0.093l-0.002,0.002C192.508,4.258,192.584,4.349,192.649,4.356 L192.649,4.356z M192.92,10.548c0.037-0.069-0.307,0.024-0.24,0.074S192.883,10.614,192.92,10.548L192.92,10.548z M193.282,18.266 c-0.029,0.002-0.055,0.01-0.082,0.004C193.17,18.264,193.309,18.266,193.282,18.266L193.282,18.266z M192.772,12.218 c0.061-0.018-0.168-0.111-0.166-0.059C192.61,12.21,192.713,12.238,192.772,12.218L192.772,12.218z M192.586,8.959 c0.041-0.008,0.035-0.101-0.006-0.1c-0.061,0.002-0.172,0.085-0.117,0.104C192.502,8.978,192.543,8.967,192.586,8.959L192.586,8.959 z M192.315,4.235c-0.031,0.022-0.107,0.047-0.078,0.069C192.268,4.327,192.346,4.214,192.315,4.235L192.315,4.235z M192.217,2.506 c0.033-0.03-0.082-0.083-0.127-0.063C192.045,2.465,192.182,2.536,192.217,2.506L192.217,2.506z M192.54,12.428 c0.057-0.002-0.217-0.006-0.162,0.006C192.432,12.446,192.483,12.429,192.54,12.428L192.54,12.428z M192.334,11.701 c-0.027,0.002-0.053,0.009-0.08,0.004C192.227,11.699,192.364,11.701,192.334,11.701L192.334,11.701z M191.28,6.075 c0.088-0.021-0.25-0.131-0.246-0.058C191.038,6.092,191.194,6.097,191.28,6.075L191.28,6.075z M191.561,12.398 c0.109-0.041-0.336-0.187-0.33-0.088C191.237,12.411,191.45,12.44,191.561,12.398L191.561,12.398z M190.983,6.554 c0.08-0.025-0.307-0.006-0.242,0.041C190.805,6.645,190.901,6.579,190.983,6.554L190.983,6.554z M190.772,4.294 c-0.029,0.001-0.053,0.008-0.082,0.003C190.663,4.293,190.799,4.294,190.772,4.294L190.772,4.294z M190.752,8.229 c0.1-0.046-0.383-0.104-0.326-0.021C190.481,8.291,190.653,8.274,190.752,8.229L190.752,8.229z M190.635,6.167 c0.191-0.061-0.299-0.254-0.504-0.248c-0.148,0.007-0.406-0.006-0.4,0.114c0.012,0.189,0.426,0.032,0.654,0.042 C190.481,6.08,190.545,6.195,190.635,6.167L190.635,6.167z M190.639,9.099c-0.027,0.002-0.053,0.01-0.082,0.004 C190.53,9.099,190.668,9.099,190.639,9.099L190.639,9.099z M190.555,7.637c0.057-0.002-0.217-0.007-0.162,0.006 C190.448,7.656,190.499,7.64,190.555,7.637L190.555,7.637z M190.161,3.584c0.104-0.039-0.43-0.024-0.324,0.013 C189.94,3.636,190.057,3.624,190.161,3.584L190.161,3.584z M190.53,11.438c0.057-0.002-0.219-0.006-0.164,0.007 S190.471,11.439,190.53,11.438L190.53,11.438z M190.358,8.443c0.086,0.021-0.252-0.128-0.248-0.056 C190.114,8.462,190.272,8.424,190.358,8.443L190.358,8.443z M189.987,7.658c0.137-0.055-0.162-0.307-0.299-0.255 c-0.141,0.052,0.031,0.297,0.182,0.326C189.918,7.738,189.94,7.676,189.987,7.658L189.987,7.658z M189.924,7.995 c0.057-0.004-0.217-0.008-0.162,0.006C189.817,8.014,189.868,7.996,189.924,7.995L189.924,7.995z M189.684,3.803 c0.715-0.267-1.457-0.013-2.242-0.046c-0.227-0.011-0.844-0.073-0.648,0.023c0.441,0.218,0.955,0.055,1.469,0.076 C188.76,3.879,189.231,3.972,189.684,3.803L189.684,3.803z M189.897,8.928c-0.029,0.002-0.053,0.01-0.082,0.004 C189.788,8.926,189.924,8.926,189.897,8.928L189.897,8.928z M189.592,3.605c0.078-0.034-0.008-0.171-0.092-0.196 c-0.068-0.019-0.135-0.003-0.205,0.009c-0.08,0.012-0.236,0.047-0.197,0.106c0.086,0.125,0.328,0.097,0.492,0.049 C189.604,3.569,189.581,3.613,189.592,3.605L189.592,3.605z M189.887,10.196c-0.027,0-0.053,0.009-0.08,0.002 C189.778,10.192,189.917,10.194,189.887,10.196L189.887,10.196z M189.557,8.675c0,0-0.176,0.108-0.115,0.137 C189.502,8.843,189.557,8.675,189.557,8.675L189.557,8.675z M189.518,8.011c0.193-0.142-0.828-0.236-0.734-0.04 c0.029,0.063,0.094,0.105,0.17,0.128c0.137,0.038,0.289-0.008,0.402-0.083C189.401,7.986,189.475,8.041,189.518,8.011L189.518,8.011 z M189.635,11.474c0.152-0.059-0.291-0.144-0.455-0.118c-0.041,0.008-0.078,0.006-0.121,0.006c-0.072,0-0.088,0.093-0.156,0.105 c-0.111,0.022-0.332-0.08-0.326,0.012c0.012,0.21,0.482,0.046,0.734,0.006C189.422,11.468,189.532,11.512,189.635,11.474 L189.635,11.474z M189.444,12.413c0.07-0.063-0.26-0.138-0.287-0.056c-0.018,0.048,0.066,0.093,0.127,0.096 C189.342,12.455,189.405,12.448,189.444,12.413L189.444,12.413z M189.077,8.826c-0.029,0.002-0.053,0.008-0.08,0.004 C188.967,8.824,189.106,8.826,189.077,8.826L189.077,8.826z M189.454,18.28c-0.037,0.017-0.123-0.03-0.121,0.004 C189.334,18.319,189.491,18.264,189.454,18.28L189.454,18.28z M188.745,8.706c0.125-0.112-0.346-0.053-0.533-0.046 c-0.076,0.002-0.131-0.063-0.207-0.06c-0.113,0.005-0.164,0.158-0.277,0.144c-0.15-0.019-0.223-0.176-0.377-0.186 c-0.184-0.011-0.654,0.145-0.477,0.186c0.223,0.052,0.451-0.016,0.654,0.075c0.047,0.02-0.154,0.043-0.117,0.071 c0.127,0.094,0.322,0.016,0.488-0.02C188.194,8.812,188.54,8.891,188.745,8.706L188.745,8.706z M188.682,7.642 c0.076-0.04-0.25-0.13-0.246-0.057S188.608,7.684,188.682,7.642L188.682,7.642z M188.875,12.434 c0.109-0.016-0.195-0.233-0.254-0.156C188.565,12.355,188.766,12.451,188.875,12.434L188.875,12.434z M188.266,7.457 c0.014-0.093-0.346,0.068-0.277,0.145c0.053,0.06,0.17-0.031,0.24-0.076C188.254,7.511,188.262,7.485,188.266,7.457L188.266,7.457z M188.268,8.925c-0.029,0-0.053,0.007-0.082,0.001C188.159,8.925,188.295,8.925,188.268,8.925L188.268,8.925z M188.307,12.457 c0.078-0.045-0.037-0.199-0.133-0.196c-0.064,0.004-0.096,0.07-0.158,0.074c-0.189,0.016-0.617-0.016-0.523,0.12 c0.133,0.193,0.533,0.045,0.77-0.064C188.29,12.38,188.282,12.473,188.307,12.457L188.307,12.457z M187.903,6.805 c0.08-0.025-0.293-0.015-0.242,0.043C187.711,6.904,187.821,6.83,187.903,6.805L187.903,6.805z M187.833,18.408 c0.09-0.018-0.174-0.192-0.211-0.124C187.586,18.354,187.745,18.426,187.833,18.408L187.833,18.408z M187.04,5.971 c0.322-0.175-0.715-0.007-1.1-0.024c-0.428-0.019-1.627,0.02-1.215,0.113c0.096,0.022,0.186-0.02,0.283-0.012 c0.582,0.05,1.086,0.026,1.67,0.004C186.809,6.046,186.93,6.031,187.04,5.971L187.04,5.971z M186.907,3.643 c0.119-0.063-0.316-0.225-0.373-0.118C186.477,3.628,186.79,3.704,186.907,3.643L186.907,3.643z M187.333,12.494 c0.117-0.048-0.164-0.194-0.297-0.188c-0.115,0.003-0.361,0.08-0.275,0.145c0.117,0.087,0.297,0.083,0.449,0.048 C187.25,12.489,187.293,12.509,187.333,12.494L187.333,12.494z M186.784,4.315c0.068-0.015-0.076-0.167-0.131-0.131 C186.598,4.223,186.713,4.327,186.784,4.315L186.784,4.315z M187.5,18.289c-0.027,0-0.053,0.008-0.08,0.003 C187.391,18.287,187.53,18.287,187.5,18.289L187.5,18.289z M186.43,3.86c0.055-0.027-0.027-0.113-0.088-0.129 c-0.221-0.057-0.428-0.042-0.656-0.076c-0.031-0.002-0.051-0.027-0.082-0.03c-0.172-0.008-0.381,0.095-0.49-0.014 c-0.053-0.053,0.043-0.146-0.012-0.2c-0.027-0.026-0.08,0.021-0.119,0.038c-0.078,0.037,0,0.156-0.07,0.204 c-0.285,0.192-0.686,0.025-1.055,0.04c-0.527,0.021-1.998-0.017-1.5,0.124c0.471,0.134,0.928-0.009,1.426,0.013 c0.262,0.011,0.494,0.025,0.738,0.104c0.066,0.021,0.15-0.046,0.203-0.008c0.053,0.04,0.068,0.134,0.01,0.166 c-0.059,0.036-0.135-0.04-0.205-0.025c-0.088,0.019-0.152,0.175-0.07,0.203c0.225,0.082,0.453-0.062,0.686-0.126 c0.061-0.016,0.115,0.092,0.166,0.061c0.113-0.068-0.188-0.15-0.297-0.222c-0.057-0.037-0.203,0.033-0.205-0.025 c-0.014-0.211,0.471-0.074,0.727-0.095C185.848,3.837,186.167,3.998,186.43,3.86L186.43,3.86z M186.377,4.328 c0.082-0.029-0.127-0.098-0.211-0.124c-0.061-0.018-0.025-0.13-0.09-0.129c-0.152,0.006-0.279,0.068-0.398,0.147 c-0.043,0.029-0.049,0.124,0.008,0.134c0.125,0.021,0.238-0.005,0.365-0.015C186.165,4.334,186.272,4.369,186.377,4.328 L186.377,4.328z M186.247,3.469c0.033-0.032-0.082-0.083-0.127-0.063C186.075,3.428,186.211,3.499,186.247,3.469L186.247,3.469z M187.012,18.307c0.059-0.002-0.217-0.007-0.162,0.006C186.905,18.326,186.956,18.31,187.012,18.307L187.012,18.307z M186.913,17.977c-0.027,0.002-0.053,0.009-0.08,0.004C186.803,17.977,186.942,17.977,186.913,17.977L186.913,17.977z M186.395,8.93 c0.121-0.048-0.34-0.264-0.334-0.154c0.002,0.049,0.086,0.059,0.127,0.096C186.241,8.917,186.327,8.957,186.395,8.93L186.395,8.93z M186.026,2.478c-0.027,0-0.053,0.006-0.08,0.002C185.917,2.476,186.055,2.476,186.026,2.478L186.026,2.478z M186.288,8.467 c0.061-0.017-0.039-0.097-0.088-0.13c-0.07-0.046-0.158-0.052-0.248-0.056c-0.148-0.009-0.463,0.002-0.4,0.115 c0.082,0.148,0.373,0.073,0.572,0.043C186.18,8.432,186.231,8.482,186.288,8.467L186.288,8.467z M186.606,18.322 c0.143-0.028-0.516-0.131-0.408-0.051C186.303,18.352,186.465,18.352,186.606,18.322L186.606,18.322z M185.807,5.753 c0.074-0.035-0.318-0.027-0.244,0.01C185.635,5.797,185.731,5.786,185.807,5.753L185.807,5.753z M185.711,4.09 c0.084-0.018-0.316-0.027-0.244,0.009C185.542,4.134,185.629,4.105,185.711,4.09L185.711,4.09z M185.678,3.489 c0.119-0.065-0.518-0.131-0.41-0.051S185.555,3.556,185.678,3.489L185.678,3.489z M185.971,11.479 c-0.029,0.002-0.053,0.009-0.082,0.004C185.862,11.478,185.999,11.478,185.971,11.479L185.971,11.479z M185.409,4.5 c0.184-0.131-0.451-0.059-0.693-0.039c-0.131,0.009-0.439-0.008-0.363,0.079c0.172,0.19,0.543,0.134,0.818,0.068 C185.262,4.589,185.336,4.552,185.409,4.5L185.409,4.5z M185.708,11.157c0.279-0.129-0.588-0.148-0.9-0.101 c-0.09,0.015-0.264,0.091-0.195,0.141c0.209,0.158,0.527-0.007,0.813-0.029C185.524,11.159,185.622,11.196,185.708,11.157 L185.708,11.157z M185.579,8.895c0.121-0.095-0.098-0.305-0.264-0.323c-0.088-0.011-0.266,0.006-0.238,0.076 c0.029,0.079,0.242,0.131,0.174,0.193c-0.098,0.087-0.311,0.035-0.41-0.052c-0.027-0.023,0.092-0.037,0.076-0.068 c-0.098-0.208-0.547-0.093-0.771,0.029c-0.043,0.023-0.164,0.054-0.117,0.071c0.184,0.065,0.377,0.007,0.572,0.045 C184.934,8.93,185.329,9.087,185.579,8.895L185.579,8.895z M185.596,10.628c0.057-0.002-0.217-0.008-0.162,0.005 S185.54,10.629,185.596,10.628L185.596,10.628z M185.872,18.284c0.152-0.056-0.299-0.165-0.453-0.114 C185.262,18.218,185.721,18.341,185.872,18.284L185.872,18.284z M185.19,10.643c0.209-0.078-0.822-0.168-0.652-0.041 C184.706,10.728,184.981,10.721,185.19,10.643L185.19,10.643z M184.911,11.454c-0.027,0.002-0.053,0.007-0.08,0.003 C184.801,11.452,184.94,11.452,184.911,11.454L184.911,11.454z M184.432,5.938c-0.027,0.002-0.053,0.009-0.08,0.003 C184.323,5.937,184.461,5.937,184.432,5.938L184.432,5.938z M185.059,18.314c0.098-0.03-0.293-0.14-0.287-0.054 C184.776,18.344,184.963,18.346,185.059,18.314L185.059,18.314z M184.405,11.139c0.039-0.027-0.037-0.086-0.086-0.097 c-0.289-0.065-0.557-0.001-0.855,0c-0.441,0-0.828-0.054-1.262,0.015c-0.082,0.013-0.26,0.063-0.197,0.107 c0.242,0.181,0.607-0.049,0.934-0.034c0.484,0.02,0.951,0.19,1.385,0.014C184.348,11.132,184.383,11.155,184.405,11.139 L184.405,11.139z M183.805,3.495c0.078-0.013-0.102-0.158-0.17-0.127C183.565,3.4,183.725,3.508,183.805,3.495L183.805,3.495z M184.573,18.333c0.057-0.001-0.219-0.006-0.164,0.008C184.465,18.354,184.514,18.337,184.573,18.333L184.573,18.333z M183.874,8.961c0.141,0.012-0.223-0.258-0.338-0.188c-0.047,0.026,0.002,0.101,0.049,0.131c0.057,0.036,0.129-0.038,0.201-0.042 C183.836,8.861,183.823,8.954,183.874,8.961L183.874,8.961z M183.399,3.511c0.076-0.041-0.123-0.141-0.211-0.125 c-0.102,0.018-0.248,0.177-0.152,0.205c0.111,0.031,0.223-0.028,0.322-0.079C183.37,3.506,183.387,3.517,183.399,3.511 L183.399,3.511z M183.336,2.447c-0.027,0-0.053,0.007-0.08,0.003C183.229,2.445,183.366,2.445,183.336,2.447L183.336,2.447z M183.155,10.654c0.094-0.02-0.254-0.168-0.248-0.09C182.911,10.642,183.063,10.674,183.155,10.654L183.155,10.654z M183.512,18.309 c0.104-0.039-0.43-0.026-0.326,0.013C183.292,18.357,183.409,18.346,183.512,18.309L183.512,18.309z M182.479,5.946 c0.047-0.044-0.061-0.113-0.129-0.128c-0.236-0.051-0.873,0.171-0.639,0.224c0.178,0.042,0.344-0.023,0.525-0.053 c0.045-0.008,0.082,0.04,0.125,0.028C182.409,6.004,182.444,5.977,182.479,5.946L182.479,5.946z M182.243,3.221 c-0.029,0.002-0.055,0.009-0.082,0.003C182.133,3.219,182.27,3.221,182.243,3.221L182.243,3.221z M181.784,3.773 c0.166-0.092-0.715-0.09-0.568,0.021C181.364,3.903,181.62,3.862,181.784,3.773L181.784,3.773z M181.924,7.635 c0.051-0.004-0.145-0.101-0.125-0.063C181.817,7.612,181.874,7.637,181.924,7.635L181.924,7.635z M181.801,11.172 c0.373-0.202-0.824-0.188-1.271-0.15c-0.189,0.016-0.602-0.022-0.523,0.121c0.125,0.223,0.557,0.011,0.855,0 c0.314-0.013,0.59,0.08,0.898,0.031C181.774,11.172,181.79,11.179,181.801,11.172L181.801,11.172z M181.12,3.531 c0.107-0.077-0.416-0.135-0.408-0.019C180.717,3.63,181.012,3.607,181.12,3.531L181.12,3.531z M181.487,11.385 c0.1-0.046-0.383-0.102-0.326-0.02C181.215,11.445,181.387,11.43,181.487,11.385L181.487,11.385z M181.102,6.065 c0.082-0.018-0.318-0.026-0.244,0.01C180.932,6.11,181.018,6.082,181.102,6.065L181.102,6.065z M180.971,3.803 c0.211-0.151-0.457-0.202-0.709-0.306c-0.09-0.036-0.156-0.227-0.213-0.158c-0.057,0.067,0.051,0.184-0.027,0.234 c-0.219,0.147-1.004,0.11-0.76,0.229c0.365,0.18,0.793-0.065,1.219-0.046C180.655,3.763,180.842,3.897,180.971,3.803L180.971,3.803z M181.28,10.594c0.234-0.172-1.18-0.037-0.893,0.067c0.221,0.079,0.463,0.011,0.688-0.062 C181.143,10.581,181.225,10.631,181.28,10.594L181.28,10.594z M180.676,5.749c0.082-0.033-0.148-0.18-0.211-0.126 C180.405,5.679,180.594,5.781,180.676,5.749L180.676,5.749z M180.354,11.495c0.104-0.093-0.223-0.179-0.377-0.186 s-0.525,0.077-0.398,0.149c0.119,0.065,0.266,0.038,0.41,0.049C180.116,11.52,180.268,11.571,180.354,11.495L180.354,11.495z M180.676,18.55c0.082-0.017-0.318-0.025-0.244,0.01C180.504,18.596,180.592,18.566,180.676,18.55L180.676,18.55z M179.807,3.383 c0.02-0.031-0.045-0.072-0.084-0.064c-0.107,0.021-0.303,0.211-0.191,0.208C179.645,3.522,179.756,3.465,179.807,3.383 L179.807,3.383z M180.241,12.366c-0.029,0-0.053,0.007-0.082,0.002C180.131,12.365,180.268,12.365,180.241,12.366L180.241,12.366z M179.709,5.919c0.047,0.034-0.17-0.111-0.166-0.06C179.545,5.911,179.663,5.884,179.709,5.919L179.709,5.919z M179.918,12.444 c0.068-0.019-0.059-0.115-0.129-0.126c-0.051-0.01-0.15,0.037-0.117,0.068C179.729,12.444,179.834,12.469,179.918,12.444 L179.918,12.444z M179.842,11.115c0.578-0.217-1.166-0.139-1.801-0.165c-0.063-0.004-0.096,0.059-0.158,0.073 c-0.117,0.026-0.408,0.045-0.318,0.111c0.139,0.103,0.346,0.054,0.531,0.046c0.072-0.002,0.133-0.011,0.203-0.007 c0.398,0.019,0.74-0.028,1.139-0.044C179.579,11.124,179.713,11.162,179.842,11.115L179.842,11.115z M179.805,10.449 c0.096-0.019-0.357-0.045-0.285,0.011C179.594,10.515,179.708,10.469,179.805,10.449L179.805,10.449z M179.167,3.539 c0.166-0.006-0.525-0.24-0.455-0.115C178.78,3.547,178.999,3.545,179.167,3.539L179.167,3.539z M179.487,10.595 c0.061-0.019-0.168-0.113-0.166-0.06C179.325,10.587,179.428,10.614,179.487,10.595L179.487,10.595z M179.014,3.746 c0.486-0.224-1.033-0.095-1.592-0.073c-0.414,0.017-1.553-0.024-1.174,0.113c0.338,0.12,0.688-0.011,1.059-0.009 c0.541,0.001,1.016,0.091,1.547,0.009C178.911,3.775,178.963,3.768,179.014,3.746L179.014,3.746z M179.481,13.328 c-0.031,0.022-0.107,0.048-0.076,0.071C179.434,13.421,179.512,13.308,179.481,13.328L179.481,13.328z M179.266,12.403 c0.107,0.039-0.002-0.319-0.098-0.264C179.075,12.197,179.159,12.364,179.266,12.403L179.266,12.403z M178.946,6.813 c0.096-0.068-0.299-0.22-0.332-0.119C178.579,6.796,178.85,6.885,178.946,6.813L178.946,6.813z M179.454,18.53 c0.057-0.002-0.219-0.006-0.162,0.007C179.344,18.55,179.397,18.531,179.454,18.53L179.454,18.53z M179.057,11.612 c0.063-0.03,0.053-0.195-0.01-0.168C178.985,11.474,178.995,11.64,179.057,11.612L179.057,11.612z M178.965,11.415 c0.25-0.18-0.611-0.123-0.943-0.098c-0.127,0.011-0.41,0.076-0.316,0.146c0.117,0.089,0.291,0.047,0.451,0.051 c0.057,0-0.051,0.133,0.008,0.132c0.133-0.005,0.188-0.143,0.314-0.179C178.641,11.421,178.836,11.508,178.965,11.415 L178.965,11.415z M178.805,8.62c0.037-0.255-0.59-0.082-0.898-0.03c-0.131,0.021-0.395,0.089-0.314,0.177 c0.084,0.095,0.264,0.024,0.408,0.018c0.051-0.001,0.025-0.089,0.074-0.102c0.131-0.032,0.236,0.091,0.371,0.085 c0.117-0.003,0.236-0.015,0.322-0.079C178.792,8.672,178.801,8.646,178.805,8.62L178.805,8.62z M178.512,3.497 c0.07-0.002-0.082-0.171-0.129-0.127C178.334,3.413,178.442,3.5,178.512,3.497L178.512,3.497z M178.694,12.359 c0.074-0.024-0.129-0.185-0.17-0.127C178.481,12.288,178.618,12.383,178.694,12.359L178.694,12.359z M178.086,3.181 c-0.027,0.002-0.053,0.008-0.082,0.003C177.977,3.18,178.116,3.18,178.086,3.181L178.086,3.181z M178.02,3.449 c0.068,0.016,0.049-0.2-0.01-0.166C177.954,3.318,177.952,3.434,178.02,3.449L178.02,3.449z M178.293,9.64 c0.057-0.001-0.217-0.006-0.162,0.007C178.186,9.66,178.237,9.642,178.293,9.64L178.293,9.64z M177.985,4.252 c0.043-0.023-0.139-0.096-0.086-0.098c0.051,0-0.115,0.076-0.076,0.104C177.864,4.289,177.938,4.278,177.985,4.252L177.985,4.252z M178.559,18.563c0.344-0.128-0.695-0.177-1.066-0.125c-0.094,0.014-0.316,0.064-0.236,0.109c0.234,0.131,0.529-0.011,0.813,0.002 C178.241,18.558,178.403,18.623,178.559,18.563L178.559,18.563z M178.206,12.378c-0.029,0-0.053,0.008-0.082,0.004 C178.096,12.376,178.233,12.376,178.206,12.378L178.206,12.378z M177.977,8.386c-0.029,0-0.053,0.009-0.082,0.002 C177.868,8.383,178.006,8.385,177.977,8.386L177.977,8.386z M177.846,7.524c0.129-0.093-0.496-0.155-0.488-0.014 C177.366,7.649,177.717,7.617,177.846,7.524L177.846,7.524z M177.598,3.2c-0.027,0-0.053,0.008-0.08,0.003 C177.491,3.199,177.627,3.199,177.598,3.2L177.598,3.2z M177.653,8.397c0.059-0.018-0.041-0.162-0.09-0.13 C177.514,8.302,177.592,8.417,177.653,8.397L177.653,8.397z M177.799,12.393c-0.047,0.025-0.166-0.04-0.162,0.006 C177.639,12.444,177.846,12.366,177.799,12.393L177.799,12.393z M177.411,5.607c0.021-0.046,0.012-0.133-0.049-0.131 c-0.121,0.004-0.225,0.29-0.105,0.27c0.07-0.012,0.08-0.086,0.113-0.138C177.377,5.599,177.407,5.618,177.411,5.607L177.411,5.607z M177.108,3.152c-0.029,0-0.055,0.008-0.082,0.002C176.999,3.151,177.135,3.151,177.108,3.152L177.108,3.152z M177.26,8.679 c-0.076-0.249-1.074-0.073-0.887,0.135c0.135,0.15,0.422-0.034,0.648-0.024c0.096,0.004,0.197,0.155,0.25,0.09 C177.321,8.821,177.282,8.748,177.26,8.679L177.26,8.679z M177.243,8.346c0.068-0.061-0.15-0.114-0.252-0.122 c-0.057-0.005-0.105,0.004-0.162,0.006c-0.086,0.004-0.213,0.075-0.244,0.009c-0.025-0.053,0.199-0.059,0.156-0.105 c-0.059-0.066-0.186-0.026-0.285-0.021c-0.072,0.001-0.135-0.005-0.205,0.007c-0.078,0.014-0.082,0.109-0.154,0.141 c-0.125,0.051-0.486,0.099-0.357,0.147c0.391,0.141,0.797,0.004,1.219-0.049C177.055,8.346,177.174,8.408,177.243,8.346 L177.243,8.346z M177.073,11.088c0.182-0.068-0.668-0.155-0.57-0.011C176.6,11.219,176.891,11.155,177.073,11.088L177.073,11.088z M176.706,7.501c0.072-0.029-0.09-0.13-0.17-0.127c-0.121,0.005-0.227,0.049-0.32,0.111c-0.049,0.034-0.189,0.027-0.158,0.074 c0.078,0.112,0.295-0.014,0.445-0.051C176.571,7.492,176.641,7.525,176.706,7.501L176.706,7.501z M176.768,11.434 c-0.029,0-0.055,0.006-0.082,0.002S176.795,11.432,176.768,11.434L176.768,11.434z M176.645,9.303 c0.168-0.034-0.619-0.143-0.49-0.047S176.477,9.338,176.645,9.303L176.645,9.303z M176.313,7.782 c0.121-0.263-0.631,0.06-0.973,0.072c-0.086,0.002-0.158-0.031-0.246-0.025c-0.154,0.013-0.289,0.013-0.445,0.017 c-0.084,0.005-0.127-0.09-0.209-0.092c-0.117-0.003-0.207,0.062-0.322,0.079c-0.629,0.103-1.191-0.055-1.834-0.029 c-0.498,0.02-1.893-0.004-1.418,0.122c0.254,0.065,0.828-0.069,0.742,0.139c-0.105,0.243-0.605-0.159-0.9-0.066 c-0.072,0.021-0.004,0.139-0.072,0.17c-0.055,0.024-0.102-0.063-0.166-0.062c-0.129,0.006-0.238-0.02-0.367-0.02 c-0.107,0-0.184-0.074-0.291-0.087c-0.088-0.013-0.15,0.064-0.238,0.075c-0.242,0.028-0.58,0.031-0.639,0.225 c-0.016,0.048,0.117,0.046,0.127,0.095c0.023,0.107,0.02,0.244,0.139,0.294c0.305,0.131,0.646,0.101,0.979,0.029 c0.07-0.015,0.16,0.009,0.201-0.041c0.068-0.082-0.006-0.234,0.107-0.271c0.186-0.059,0.369-0.013,0.568-0.021 c0.299-0.011,0.555-0.021,0.854-0.032c0.045-0.003-0.01-0.104,0.035-0.102c0.121,0.002,0.322,0.057,0.293,0.155 c-0.021,0.076-0.182,0.151-0.109,0.204c0.096,0.074,0.336,0.025,0.361-0.08c0.018-0.068-0.121-0.156-0.053-0.199 c0.152-0.091,0.457,0.188,0.533,0.047c0.064-0.121-0.367-0.166-0.301-0.287c0.076-0.143,0.408-0.246,0.521-0.12 c0.043,0.047-0.021,0.16,0.051,0.164c0.117,0.008,0.203-0.074,0.32-0.08c0.051-0.002,0.121,0.066,0.088,0.099 c-0.043,0.037-0.217,0.051-0.16,0.071c0.275,0.1,0.836-0.345,0.85-0.099c0.014,0.22-0.951,0.112-0.719,0.227 c0.477,0.235,1.035,0.05,1.588,0.007c0.117-0.01,0.232-0.016,0.322-0.078c0.064-0.048,0.107-0.173,0.029-0.202 c-0.141-0.051-0.518-0.024-0.414-0.118c0.211-0.19,0.613,0.146,0.896,0.034C176.159,7.947,176.268,7.884,176.313,7.782 L176.313,7.782z M176.047,3.126c-0.027,0-0.053,0.009-0.08,0.004C175.938,3.125,176.077,3.125,176.047,3.126L176.047,3.126z M175.838,3.734c0.277-0.104-0.563-0.146-0.861-0.101c-0.09,0.015-0.271,0.099-0.195,0.141c0.26,0.145,0.588,0.016,0.895-0.034 C175.731,3.731,175.786,3.753,175.838,3.734L175.838,3.734z M175.981,7.661c0.113-0.034-0.139-0.162-0.254-0.189 c-0.182-0.041-0.348-0.027-0.533-0.047c-0.158-0.015-0.295-0.021-0.451-0.049c-0.254-0.042-0.748-0.283-0.736-0.071 c0.004,0.05,0.111,0.047,0.127,0.095c0.016,0.046-0.076,0.102-0.033,0.135c0.182,0.135,0.455,0.01,0.695,0.04 c0.143,0.018,0.266,0.044,0.41,0.052c0.199,0.007,0.371-0.006,0.568-0.022C175.85,7.596,175.911,7.685,175.981,7.661L175.981,7.661z M175.6,2.41c0.057-0.004-0.219-0.007-0.162,0.007C175.493,2.43,175.543,2.412,175.6,2.41L175.6,2.41z M175.911,9.267 c0.053-0.041-0.098-0.089-0.168-0.095c-0.256-0.022-0.48-0.007-0.736-0.038c-0.438-0.055-0.82-0.068-1.264-0.052 c-0.086,0.003-0.158,0.01-0.244,0.01c-0.172,0-0.316,0.025-0.488,0.018c-0.158-0.007-0.488-0.04-0.443,0.084 c0.021,0.057,0.102,0.073,0.17,0.093c0.318,0.099,0.723-0.19,0.977-0.003c0.041,0.031-0.035,0.102,0.008,0.133 c0.168,0.125,0.459,0.078,0.648-0.025c0.043-0.024-0.146-0.024-0.125-0.062c0.162-0.299,0.74-0.028,1.137-0.045 C175.567,9.279,175.772,9.364,175.911,9.267L175.911,9.267z M175.936,11.131c0.199-0.145-0.482-0.089-0.74-0.138 c-0.059-0.011-0.168-0.075-0.166-0.027c0.014,0.21,0.451,0.21,0.703,0.173C175.801,11.128,175.883,11.169,175.936,11.131 L175.936,11.131z M175.426,5.082c0.082-0.025-0.293-0.014-0.242,0.043C175.237,5.184,175.346,5.108,175.426,5.082L175.426,5.082z M175.604,9.61c0.572-0.213-1.166-0.089-1.795-0.064c-0.145,0.004-0.535,0.034-0.402,0.082c0.354,0.127,0.715,0.024,1.102,0.024 C174.891,9.651,175.254,9.741,175.604,9.61L175.604,9.61z M175.141,8.628c-0.037,0.018-0.123-0.031-0.121,0.005 C175.022,8.668,175.178,8.61,175.141,8.628L175.141,8.628z M174.911,6.037c0.068-0.02-0.059-0.122-0.129-0.128 c-0.121-0.013-0.365,0.108-0.275,0.176c0.08,0.061,0.176-0.083,0.279-0.11C174.834,5.962,174.862,6.05,174.911,6.037L174.911,6.037z M174.616,3.714c0.096-0.02-0.344-0.055-0.285,0.011S174.518,3.734,174.616,3.714L174.616,3.714z M174.807,9.907 c0.131-0.048-0.479-0.12-0.408-0.018S174.676,9.957,174.807,9.907L174.807,9.907z M174.743,8.777 c0.117-0.063-0.279-0.206-0.373-0.118C174.274,8.741,174.624,8.837,174.743,8.777L174.743,8.777z M174.793,12.507 c0.07-0.001-0.082-0.171-0.129-0.127C174.616,12.423,174.721,12.511,174.793,12.507L174.793,12.507z M174.338,5.991 c0.047,0.037-0.168-0.112-0.166-0.06C174.176,5.983,174.292,5.957,174.338,5.991L174.338,5.991z M173.971,2.405 c0.057-0.002-0.219-0.006-0.162,0.007C173.864,2.425,173.915,2.406,173.971,2.405L173.971,2.405z M174.077,5.668 c0.08-0.026-0.293-0.015-0.242,0.043C173.885,5.768,173.995,5.693,174.077,5.668L174.077,5.668z M174.163,8.599 c-0.037,0.018-0.123-0.03-0.121,0.006C174.043,8.639,174.2,8.581,174.163,8.599L174.163,8.599z M174.225,11.131 c0.08-0.014-0.1-0.159-0.17-0.128C173.985,11.035,174.147,11.143,174.225,11.131L174.225,11.131z M173.85,7.41 c0.117-0.189-0.898-0.031-0.727,0.128C173.295,7.698,173.731,7.6,173.85,7.41L173.85,7.41z M173.77,6.014 c0.078-0.012-0.1-0.158-0.17-0.127C173.53,5.919,173.69,6.026,173.77,6.014L173.77,6.014z M173.948,10.54 c0.057-0.002-0.205-0.025-0.162,0.008C173.827,10.577,173.891,10.542,173.948,10.54L173.948,10.54z M173.84,10.078 c0.061-0.04-0.02-0.144-0.092-0.163c-0.164-0.046-0.607,0.057-0.49-0.048c0.049-0.045,0.244,0.007,0.201-0.042 c-0.084-0.094-0.266,0.002-0.406,0.017c-0.045,0.004,0.092,0.097,0.047,0.098c-0.207,0.008-0.371-0.137-0.578-0.11 c-0.082,0.009-0.115,0.095-0.197,0.107c-0.184,0.028-0.348-0.075-0.531-0.047c-0.08,0.013-0.215,0.095-0.154,0.14 c0.148,0.11,0.371,0.045,0.572,0.045c0.229,0,0.42-0.129,0.646-0.092c0.078,0.013,0.094,0.104,0.17,0.127 c0.094,0.026,0.184-0.011,0.283-0.011C173.497,10.099,173.694,10.171,173.84,10.078L173.84,10.078z M173.815,11.079 c-0.027,0-0.053,0.009-0.08,0.004C173.706,11.078,173.844,11.078,173.815,11.079L173.815,11.079z M173.301,2.098 c0.063-0.038-0.016-0.154-0.09-0.164c-0.092-0.011-0.232,0.135-0.152,0.173C173.131,2.143,173.233,2.138,173.301,2.098 L173.301,2.098z M173.512,8.623c0.049-0.022-0.105,0-0.162,0.006c-0.17,0.02-0.326,0.002-0.486,0.054 c-0.084,0.025-0.283,0.011-0.24,0.074c0.119,0.175,0.463,0.069,0.693,0.008C173.403,8.741,173.432,8.66,173.512,8.623L173.512,8.623 z M173.231,3.7c0.182-0.163-1.02-0.061-0.771,0.031c0.209,0.075,0.43,0.079,0.652,0.042C173.163,3.763,173.196,3.731,173.231,3.7 L173.231,3.7z M173.649,12.42c0.059-0.019-0.027-0.12-0.09-0.132c-0.063-0.009-0.199,0.033-0.158,0.074 C173.458,12.418,173.563,12.442,173.649,12.42L173.649,12.42z M173.198,5.968c-0.037,0.018-0.125-0.03-0.123,0.005 S173.235,5.953,173.198,5.968L173.198,5.968z M173.243,11.035c0.066-0.047-0.188-0.076-0.246-0.024S173.176,11.079,173.243,11.035 L173.243,11.035z M172.645,1.99c-0.029,0.001-0.055,0.007-0.082,0.002C172.536,1.988,172.672,1.988,172.645,1.99L172.645,1.99z M172.422,2.397c0.059-0.002-0.217-0.007-0.162,0.006C172.315,2.417,172.366,2.4,172.422,2.397L172.422,2.397z M172.756,9.652 c0.109-0.078-0.518-0.131-0.41-0.051S172.647,9.731,172.756,9.652L172.756,9.652z M172.754,11.052 c0.055-0.017,0.01-0.118-0.047-0.131c-0.051-0.011-0.145,0.036-0.119,0.072C172.62,11.038,172.696,11.071,172.754,11.052 L172.754,11.052z M172.743,12.253c0.043-0.038-0.047-0.168-0.09-0.13C172.61,12.162,172.7,12.292,172.743,12.253L172.743,12.253z M172.366,5.668c0.273-0.087-0.57-0.4-0.787-0.237c-0.074,0.055-0.045,0.225,0.055,0.23c0.172,0.011,0.311-0.078,0.482-0.084 C172.211,5.573,172.276,5.695,172.366,5.668L172.366,5.668z M172.413,9.333c0.277-0.25-0.762-0.298-1.15-0.189 c-0.086,0.023-0.23,0.134-0.152,0.172c0.195,0.096,0.744-0.163,0.652,0.008c-0.029,0.055-0.223,0.084-0.158,0.107 c0.244,0.089,0.592-0.386,0.723-0.194c0.035,0.05-0.023,0.167,0.051,0.164C172.407,9.398,172.391,9.352,172.413,9.333L172.413,9.333 z M172.268,11.071c0.057-0.002-0.217-0.006-0.162,0.007S172.211,11.073,172.268,11.071L172.268,11.071z M171.926,5.084 c0.066-0.102-0.273-0.055-0.408-0.018c-0.07,0.02-0.156-0.068-0.205-0.025c-0.041,0.035,0.045,0.082,0.047,0.131 c0.002,0.033-0.107,0.048-0.076,0.07c0.084,0.063,0.213,0.007,0.324-0.013C171.733,5.207,171.866,5.177,171.926,5.084L171.926,5.084 z M172.104,9.611c0.023-0.045-0.168-0.076-0.166-0.027c0.004,0.058,0.104,0.117,0.168,0.093 C172.133,9.667,172.092,9.632,172.104,9.611L172.104,9.611z M171.778,9.625c0.377-0.142-1.537-0.198-1.182-0.023 c0.332,0.164,0.729,0.142,1.104,0.059C171.729,9.652,171.749,9.634,171.778,9.625L171.778,9.625z M171.729,8.759 c-0.029,0-0.055,0.008-0.082,0.004C171.62,8.757,171.756,8.757,171.729,8.759L171.729,8.759z M171.44,3.702 c0.715-0.266-1.459-0.013-2.242-0.047c-0.199-0.009-0.74-0.063-0.57,0.021c0.443,0.217,0.957,0.055,1.471,0.076 C170.567,3.774,171.012,3.862,171.44,3.702L171.44,3.702z M171.327,3.173c0.158-0.058-0.619-0.143-0.49-0.047 C170.965,3.221,171.17,3.232,171.327,3.173L171.327,3.173z M171.254,1.91c0.111-0.006-0.139-0.26-0.215-0.193 C170.965,1.785,171.145,1.914,171.254,1.91L171.254,1.91z M171.383,5.571c0.129-0.097-0.502-0.226-0.492-0.081 c0.002,0.05,0.086,0.059,0.127,0.096c0.088,0.076,0.268,0.086,0.367,0.02C171.395,5.597,171.374,5.58,171.383,5.571L171.383,5.571z M171.176,3.379c0.072-0.003-0.244-0.039-0.203,0.008S171.106,3.383,171.176,3.379L171.176,3.379z M171.538,11.1 c0.074-0.022-0.117-0.175-0.17-0.126C171.313,11.021,171.461,11.122,171.538,11.1L171.538,11.1z M171.399,8.705 c0.043,0.032-0.006-0.134-0.006-0.134S171.358,8.674,171.399,8.705L171.399,8.705z M170.942,2.12 c-0.049,0.028-0.166-0.039-0.162,0.007C170.782,2.176,170.989,2.096,170.942,2.12L170.942,2.12z M171.362,12.306 c-0.047,0.027-0.166-0.039-0.162,0.007C171.202,12.359,171.409,12.28,171.362,12.306L171.362,12.306z M170.772,1.994 c0.061-0.092-0.412,0.077-0.318,0.146C170.549,2.211,170.711,2.087,170.772,1.994L170.772,1.994z M171.127,11.05 c0.033-0.032-0.082-0.084-0.127-0.063C170.956,11.008,171.092,11.079,171.127,11.05L171.127,11.05z M170.692,3.465 c0.064,0.007-0.037-0.161-0.088-0.13C170.553,3.364,170.629,3.457,170.692,3.465L170.692,3.465z M170.725,5.464 c0.016-0.189-0.438-0.14-0.654-0.076c-0.127,0.038-0.193,0.224-0.316,0.18c-0.053-0.019,0.039-0.105-0.008-0.133 c-0.113-0.067-0.426,0.046-0.357,0.146c0.168,0.248,0.654,0.184,0.982,0.096c0.066-0.019,0.148,0.029,0.203-0.007 C170.655,5.615,170.719,5.547,170.725,5.464L170.725,5.464z M170.551,2.403c0.082-0.018-0.318-0.027-0.244,0.01 C170.379,2.448,170.467,2.419,170.551,2.403L170.551,2.403z M170.956,12.321c0.088-0.063-0.43,0.041-0.322,0.078 C170.741,12.438,170.866,12.386,170.956,12.321L170.956,12.321z M170.784,9.329c-0.031,0.02-0.107,0.047-0.076,0.068 C170.737,9.42,170.815,9.308,170.784,9.329L170.784,9.329z M170.801,11.061c0.488-0.266-1.088-0.043-1.672-0.069 c-0.215-0.009-0.75-0.075-0.609,0.059c0.162,0.149,0.453,0.042,0.697,0.072c0.16,0.021,0.291,0.088,0.453,0.082 c0.082-0.003,0.117-0.091,0.197-0.106C170.184,11.031,170.528,11.209,170.801,11.061L170.801,11.061z M170.467,5.207 c-0.037,0.017-0.125-0.03-0.123,0.006C170.346,5.246,170.504,5.188,170.467,5.207L170.467,5.207z M170.508,10.206 c0.07-0.003-0.082-0.172-0.129-0.13C170.331,10.12,170.438,10.207,170.508,10.206L170.508,10.206z M170.497,11.406 c0.195-0.072-0.691-0.207-0.615-0.041c0.059,0.117,0.295,0.041,0.449,0.016C170.389,11.368,170.442,11.427,170.497,11.406 L170.497,11.406z M170.043,3.489c0.303-0.113-1.189-0.279-0.943-0.098c0.17,0.127,0.426,0.03,0.654,0.042 C169.858,3.438,169.948,3.524,170.043,3.489L170.043,3.489z M170.524,13.339c0.051-0.025,0.01-0.123-0.047-0.131 c-0.227-0.037-0.736,0.175-0.555,0.287c0.072,0.044,0.15-0.067,0.24-0.076C170.293,13.408,170.415,13.397,170.524,13.339 L170.524,13.339z M170.135,7.953c0.201-0.057-0.588-0.318-0.578-0.144c0.01,0.161,0.346,0.188,0.537,0.146 C170.108,7.951,170.122,7.956,170.135,7.953L170.135,7.953z M170.536,17.806c0.248-0.177-0.65-0.163-0.938-0.03 c-0.027,0.013-0.061,0.051-0.037,0.066c0.17,0.127,0.426,0.061,0.654,0.042C170.331,17.874,170.448,17.868,170.536,17.806 L170.536,17.806z M170.223,12.351c0.059-0.003-0.217-0.006-0.162,0.005C170.116,12.368,170.167,12.353,170.223,12.351 L170.223,12.351z M169.928,10.027c0.139-0.075-0.287-0.113-0.455-0.115c-0.051,0-0.074-0.063-0.125-0.062s-0.055,0.064-0.076,0.104 c-0.02,0.038-0.113,0.073-0.074,0.102c0.168,0.126,0.445,0.059,0.65-0.024C169.872,10.021,169.905,10.04,169.928,10.027 L169.928,10.027z M169.7,6.035c0.043-0.002,0.037-0.096-0.006-0.099c-0.096-0.009-0.32,0.069-0.238,0.108 C169.53,6.082,169.614,6.039,169.7,6.035L169.7,6.035z M169.786,10.365c0.086,0.021-0.033-0.249-0.094-0.194 C169.631,10.224,169.698,10.348,169.786,10.365L169.786,10.365z M169.35,4.183c0.057-0.002-0.219-0.007-0.162,0.006 C169.243,4.2,169.293,4.185,169.35,4.183L169.35,4.183z M169.401,7.915c0.531-0.109-1.016-0.219-1.557-0.141 c-0.102,0.014-0.313,0.086-0.236,0.142c0.139,0.104,0.41-0.069,0.533,0.046c0.076,0.071,0.014,0.177,0.055,0.264 c0.016,0.033-0.113,0.058-0.076,0.071c0.234,0.085,0.883-0.099,0.68-0.226c-0.139-0.086-0.596-0.065-0.457-0.15 c0.139-0.083,0.314-0.039,0.484-0.053C169.028,7.854,169.206,7.955,169.401,7.915L169.401,7.915z M169.313,9.252 c0.055-0.029-0.031-0.107-0.088-0.13c-0.525-0.21-1.084,0.088-1.666,0.064c-0.201-0.011-0.713-0.023-0.564,0.087 c0.086,0.064,0.215,0.031,0.328,0.056c0.055,0.011,0.105-0.015,0.162-0.008c0.244,0.03,0.459,0.122,0.697,0.074 c0.152-0.032,0.289-0.033,0.445-0.051c0.043-0.005,0,0.1,0.045,0.097c0.123-0.002,0.16-0.144,0.275-0.175 C169.069,9.23,169.206,9.308,169.313,9.252L169.313,9.252z M169.354,11.383c0.129-0.048-0.512-0.063-0.406,0.016 C169.053,11.478,169.225,11.432,169.354,11.383L169.354,11.383z M168.946,5.664c0.17-0.093-0.709-0.202-0.574-0.076 C168.506,5.713,168.776,5.757,168.946,5.664L168.946,5.664z M169.108,9.927c0.145-0.055-0.568-0.139-0.451-0.05 c0.096,0.07,0.242,0.035,0.369,0.019C169.057,9.892,169.079,9.938,169.108,9.927L169.108,9.927z M169.038,10.129 c0.078,0.018-0.174-0.192-0.17-0.127C168.872,10.066,168.961,10.111,169.038,10.129L169.038,10.129z M168.848,9.669 c0.137-0.052-0.418-0.206-0.41-0.085c0.006,0.11,0.242,0.122,0.371,0.087C168.823,9.667,168.836,9.675,168.848,9.669L168.848,9.669z M168.713,10.141c0.131-0.07-0.563-0.068-0.447,0.018C168.381,10.245,168.583,10.213,168.713,10.141L168.713,10.141z M168.344,3.688 c0.234-0.086-0.922-0.146-0.732-0.004C167.801,3.824,168.11,3.774,168.344,3.688L168.344,3.688z M168.758,12.34 c0.117-0.063-0.262-0.188-0.373-0.118c-0.047,0.027-0.039,0.104,0.006,0.132C168.495,12.416,168.649,12.396,168.758,12.34 L168.758,12.34z M168.186,12.295c0.164-0.054-0.502-0.227-0.494-0.081c0.004,0.078,0.156,0.073,0.25,0.091 C168.024,12.319,168.106,12.319,168.186,12.295L168.186,12.295z M167.905,8.839c-0.027,0-0.053,0.007-0.08,0.004 C167.797,8.837,167.934,8.837,167.905,8.839L167.905,8.839z M167.719,5.578c0.049-0.025,0.01-0.122-0.049-0.131 c-0.154-0.026-0.293,0.015-0.445,0.052c-0.037,0.009-0.113,0.056-0.076,0.068C167.331,5.635,167.551,5.666,167.719,5.578 L167.719,5.578z M167.969,11.368c0.057-0.001-0.217-0.003-0.162,0.008C167.862,11.388,167.913,11.372,167.969,11.368L167.969,11.368 z M167.551,4.052c0.109-0.074-0.51-0.029-0.404,0.049S167.44,4.126,167.551,4.052L167.551,4.052z M167.713,8.313 c-0.029,0.002-0.053,0.007-0.082,0.003C167.604,8.312,167.741,8.312,167.713,8.313L167.713,8.313z M167.37,3.725 c0.061-0.03-0.061-0.113-0.129-0.128c-0.223-0.047-0.869,0.041-0.646,0.091c0.234,0.055,0.455,0.086,0.693,0.041 C167.315,3.723,167.344,3.737,167.37,3.725L167.37,3.725z M167.293,2.395c0.051-0.002-0.145-0.102-0.127-0.061 C167.186,2.372,167.241,2.397,167.293,2.395L167.293,2.395z M167.442,7.856c0.076-0.041-0.252-0.131-0.246-0.057 C167.2,7.873,167.368,7.896,167.442,7.856L167.442,7.856z M167.616,12.318c0.061-0.021-0.168-0.115-0.166-0.062 C167.454,12.307,167.557,12.335,167.616,12.318L167.616,12.318z M167.543,11.052c0.047,0.036-0.168-0.111-0.166-0.059 C167.381,11.044,167.497,11.018,167.543,11.052L167.543,11.052z M167.415,8.791c0.111-0.005-0.17-0.275-0.215-0.192 C167.155,8.683,167.303,8.796,167.415,8.791L167.415,8.791z M166.985,4.141c-0.027,0-0.053,0.008-0.08,0.003 S167.014,4.139,166.985,4.141L166.985,4.141z M166.911,5.676c0.109-0.06-0.447-0.14-0.369-0.052 C166.62,5.711,166.801,5.736,166.911,5.676L166.911,5.676z M166.717,5.149c0.061-0.016-0.025-0.119-0.088-0.13 c-0.063-0.009-0.199,0.034-0.16,0.074C166.528,5.149,166.633,5.174,166.717,5.149L166.717,5.149z M166.6,5.955 c0.182-0.099-0.377-0.242-0.58-0.179c-0.113,0.036-0.211,0.221-0.105,0.271c0.1,0.049,0.203-0.069,0.32-0.08 C166.364,5.959,166.495,6.014,166.6,5.955L166.6,5.955z M166.438,3.095c0.217-0.082-0.428-0.095-0.66-0.143 c-0.166-0.034-0.541-0.081-0.484,0.053c0.021,0.055,0.096,0.085,0.166,0.093c0.072,0.01,0.131-0.048,0.201-0.039 c0.061,0.003,0.07,0.079,0.129,0.094C166.006,3.21,166.229,3.171,166.438,3.095L166.438,3.095z M166.565,11.023 c0.08-0.025-0.25-0.095-0.246-0.024S166.485,11.05,166.565,11.023L166.565,11.023z M166.385,7.896 c0.119-0.065-0.414-0.134-0.406-0.017C165.985,7.996,166.268,7.961,166.385,7.896L166.385,7.896z M165.983,5.112 c0.066-0.046-0.25-0.096-0.246-0.025C165.741,5.159,165.917,5.157,165.983,5.112L165.983,5.112z M165.807,2.052 c0.145-0.131-0.783-0.01-0.605,0.09c0.094,0.053,0.211-0.008,0.326-0.013C165.631,2.125,165.739,2.114,165.807,2.052L165.807,2.052z M165.741,3.721c0.141-0.027-0.518-0.131-0.41-0.051S165.6,3.75,165.741,3.721L165.741,3.721z M165.975,9.247 c0.203-0.066-0.328-0.227-0.543-0.246c-0.076-0.009-0.123,0.066-0.199,0.073c-0.115,0.009-0.4-0.024-0.324,0.047 c0.057,0.053,0.162,0.004,0.246,0.023c0.18,0.042,0.346,0.036,0.531,0.046c0.043,0.001,0.08,0.001,0.123-0.004 C165.872,9.176,165.915,9.265,165.975,9.247L165.975,9.247z M165.577,5.127c0.064-0.023-0.082-0.171-0.129-0.128 C165.399,5.042,165.512,5.151,165.577,5.127L165.577,5.127z M165.436,2.666c0.063-0.05,0.031-0.219-0.053-0.199 c-0.078,0.021-0.113,0.104-0.197,0.107c-0.096,0.005-0.162-0.12-0.25-0.089c-0.084,0.028-0.104,0.138-0.195,0.14 c-0.064,0.002-0.025-0.132-0.09-0.13c-0.063,0.003-0.145,0.022-0.158,0.073C164.428,2.836,165.198,2.855,165.436,2.666 L165.436,2.666z M165.133,3.076c-0.027,0.002-0.053,0.01-0.08,0.004C165.024,3.074,165.163,3.076,165.133,3.076L165.133,3.076z M164.907,1.952c0.074-0.102-0.523,0.017-0.402,0.082C164.624,2.102,164.831,2.056,164.907,1.952L164.907,1.952z M165.112,9.813 c0.047,0.036-0.17-0.111-0.166-0.06C164.948,9.805,165.065,9.777,165.112,9.813L165.112,9.813z M164.877,11.421 c0.107-0.033-0.232-0.202-0.291-0.12C164.528,11.381,164.77,11.456,164.877,11.421L164.877,11.421z M164.297,2.709 c0.09-0.018-0.109-0.214-0.17-0.16C164.065,2.604,164.209,2.729,164.297,2.709L164.297,2.709z M164.26,2.043 c0.057-0.001-0.217-0.005-0.162,0.008C164.153,2.063,164.204,2.047,164.26,2.043L164.26,2.043z M164.317,4.442 c-0.029,0.002-0.055,0.008-0.082,0.004C164.206,4.441,164.344,4.441,164.317,4.442L164.317,4.442z M164.557,10.101 c0.072-0.002-0.08-0.172-0.129-0.129C164.381,10.017,164.487,10.102,164.557,10.101L164.557,10.101z M164.383,11.307 c0.129-0.048-0.537-0.031-0.406,0.016C164.106,11.37,164.252,11.355,164.383,11.307L164.383,11.307z M163.889,2.658 c0.168-0.063-0.619-0.111-0.529,0.021S163.719,2.722,163.889,2.658L163.889,2.658z M163.854,2.06 c0.248-0.136-1.141-0.033-0.854,0.034C163.288,2.159,163.604,2.196,163.854,2.06L163.854,2.06z M163.62,3.668 c-0.047,0.026-0.164-0.04-0.162,0.007C163.461,3.721,163.668,3.643,163.62,3.668L163.62,3.668z M163.372,3.611 c0.105-0.038-0.428-0.023-0.324,0.013C163.153,3.662,163.27,3.651,163.372,3.611L163.372,3.611z M163.635,11.069 c0.09,0.014-0.135-0.229-0.172-0.161C163.428,10.977,163.547,11.053,163.635,11.069L163.635,11.069z M163.079,2.756 c0.258-0.153-0.514-0.314-0.83-0.302c-0.072,0.004,0.09,0.08,0.129,0.129c0.041,0.05-0.074,0.12-0.031,0.168 c0.102,0.113,0.32,0.036,0.49,0.014C162.92,2.754,163.01,2.797,163.079,2.756L163.079,2.756z M163.1,8.822 c-0.027,0.002-0.053,0.009-0.08,0.004C162.991,8.821,163.129,8.821,163.1,8.822L163.1,8.822z M162.803,3.634 c0.059-0.002-0.217-0.007-0.162,0.006C162.696,3.653,162.747,3.638,162.803,3.634L162.803,3.634z M163.059,12.359 c0.189-0.062-0.402-0.305-0.541-0.18c-0.133,0.118,0.348,0.192,0.539,0.146C163.071,12.321,163.045,12.362,163.059,12.359 L163.059,12.359z M162.846,8.633c0.031-0.093-0.213-0.047-0.33-0.054c-0.076-0.006-0.125,0.089-0.199,0.074 c-0.143-0.026-0.23-0.176-0.375-0.152c-0.182,0.027-0.313,0.119-0.479,0.185c-0.08,0.032-0.322,0.046-0.238,0.077 c0.338,0.122,0.688,0.039,1.059,0.025C162.491,8.779,162.79,8.796,162.846,8.633L162.846,8.633z M162.67,5.571 c0.033-0.021,0.035-0.091-0.006-0.099c-0.18-0.035-0.346-0.036-0.529-0.013c-0.146,0.019-0.443,0.083-0.357,0.18 c0.178,0.197,0.598,0.063,0.852-0.064C162.641,5.567,162.659,5.58,162.67,5.571L162.67,5.571z M162.307,2.052 c0.182-0.067-0.668-0.153-0.572-0.011C161.833,2.185,162.124,2.12,162.307,2.052L162.307,2.052z M162.397,5.049 c-0.029,0.002-0.055,0.008-0.082,0.003C162.288,5.049,162.424,5.049,162.397,5.049L162.397,5.049z M162.331,8.186 c0.043-0.04-0.035-0.157-0.088-0.131c-0.074,0.039-0.115,0.193-0.029,0.202C162.264,8.264,162.297,8.217,162.331,8.186 L162.331,8.186z M161.846,2.536c0.129-0.048-0.537-0.03-0.406,0.017C161.569,2.601,161.715,2.586,161.846,2.536L161.846,2.536z M162.182,9.858c0,0-0.195,0.001-0.16,0.039C162.057,9.937,162.182,9.858,162.182,9.858L162.182,9.858z M162.084,8.129 c0.096-0.087-0.475-0.054-0.404,0.048C161.749,8.279,161.987,8.215,162.084,8.129L162.084,8.129z M161.61,2.679 c0,0-0.217,0.052-0.158,0.073C161.508,2.773,161.61,2.679,161.61,2.679L161.61,2.679z M161.575,2.081 c0.244-0.127-0.83-0.305-0.818-0.069c0.01,0.154,0.344,0.086,0.535,0.08C161.389,2.087,161.491,2.123,161.575,2.081L161.575,2.081z M161.555,3.149c0.066-0.023-0.059-0.123-0.129-0.129c-0.131-0.011-0.482,0.036-0.363,0.08c0.156,0.056,0.326,0.054,0.49,0.015 C161.567,3.112,161.542,3.152,161.555,3.149L161.555,3.149z M161.776,9.874c0.088-0.021-0.252-0.131-0.246-0.058 C161.534,9.89,161.69,9.895,161.776,9.874L161.776,9.874z M161.977,17.667c0.088-0.04-0.342-0.055-0.283,0.011 C161.752,17.744,161.891,17.707,161.977,17.667L161.977,17.667z M161.385,7.287c0.057-0.001-0.219-0.005-0.164,0.007 C161.276,7.307,161.327,7.291,161.385,7.287L161.385,7.287z M161.375,8.556c-0.029,0-0.053,0.009-0.082,0.003 C161.266,8.555,161.403,8.555,161.375,8.556L161.375,8.556z M161.094,3.632c0.057-0.002-0.219-0.007-0.162,0.006 C160.987,3.651,161.038,3.636,161.094,3.632L161.094,3.632z M161.229,7.429c-0.047,0.025-0.164-0.042-0.162,0.004 C161.071,7.481,161.276,7.403,161.229,7.429L161.229,7.429z M161.061,5.901c0.213-0.117-0.855-0.123-0.729,0.061 c0.082,0.123,0.332,0.013,0.484-0.051C160.893,5.877,160.989,5.939,161.061,5.901L161.061,5.901z M160.793,2.644 c0.057-0.002-0.219-0.007-0.162,0.007C160.684,2.663,160.737,2.647,160.793,2.644L160.793,2.644z M161.088,9.234 c0.082-0.019-0.316-0.028-0.244,0.009C160.918,9.279,161.006,9.25,161.088,9.234L161.088,9.234z M160.905,7.439 c0.09-0.04-0.111-0.259-0.174-0.192c-0.035,0.037,0.025,0.087,0.049,0.13c0.012,0.026-0.061,0.052-0.037,0.068 C160.784,7.478,160.854,7.464,160.905,7.439L160.905,7.439z M160.844,6.375c0.1-0.067-0.129-0.2-0.258-0.223 c-0.111-0.021-0.328-0.048-0.322,0.047C160.274,6.375,160.676,6.489,160.844,6.375L160.844,6.375z M160.688,3.648 c0.348-0.13-0.736-0.039-1.07-0.192c-0.123-0.058-0.219-0.318-0.297-0.223c-0.08,0.096,0.135,0.267,0.018,0.333 c-0.129,0.073-0.521-0.063-0.443,0.049c0.139,0.206,0.535-0.042,0.814,0.004c0.074,0.013,0.129,0.062,0.207,0.06 C160.186,3.668,160.442,3.739,160.688,3.648L160.688,3.648z M160.624,2.518c0.117-0.218-0.529-0.101-0.82-0.103 c-0.131,0-0.23,0.077-0.361,0.08c-0.301,0.013-0.557-0.045-0.857-0.033c-0.051,0.003-0.027,0.091-0.076,0.104 c-0.049,0.011-0.035-0.091-0.086-0.099c-0.311-0.033-1.182-0.067-0.895,0.036c0.082,0.03,0.326,0.021,0.248,0.056 c-0.387,0.178-0.797-0.168-1.234-0.22c-0.051-0.004-0.041-0.112-0.088-0.095c-0.227,0.084-0.352,0.377-0.592,0.323 c-0.059-0.015-0.066-0.093-0.127-0.097c-0.797-0.033-1.482,0.056-2.279,0.021c-0.213-0.009-0.398-0.036-0.611-0.011 c-0.107,0.014-0.17,0.121-0.279,0.11c-0.127-0.009-0.207-0.104-0.332-0.119c-0.314-0.039-0.568,0.184-0.887,0.167 c-0.121-0.005-0.211-0.229-0.293-0.156c-0.049,0.045,0.041,0.167-0.031,0.169c-0.203,0.008-0.271-0.229-0.465-0.282 c-0.148-0.042-0.295-0.018-0.447,0.017c-0.076,0.017-0.076,0.123-0.154,0.139c-0.074,0.018-0.131-0.046-0.207-0.059 c-0.063-0.009-0.025-0.119-0.088-0.129c-0.09-0.016-0.113,0.109-0.195,0.142c-0.037,0.013,0.125,0.061,0.084,0.063 c-0.477,0.018-0.889-0.242-1.352-0.147c-0.266,0.053-0.516,0.219-0.766,0.129c-0.111-0.042-0.148-0.146-0.256-0.191 c-0.053-0.021-0.102,0.042-0.16,0.04c-0.051-0.002-0.045-0.122-0.088-0.096c-0.072,0.043-0.064,0.153-0.152,0.172 c-0.268,0.055-0.506-0.138-0.779-0.104c-0.133,0.016-0.227,0.097-0.359,0.113c-0.09,0.011-0.158-0.053-0.248-0.057 c-0.271-0.013-0.506-0.036-0.773-0.004c-0.162,0.02-0.449-0.014-0.441,0.116c0.002,0.044,0.137,0.106,0.086,0.098 c-0.305-0.052-0.518-0.279-0.828-0.269c-0.064,0.004-0.016,0.115-0.074,0.137c-0.088,0.031-0.166-0.054-0.25-0.091 c-0.035-0.016,0.107-0.048,0.078-0.069c-0.17-0.127-0.428-0.04-0.652-0.009c-0.115,0.016-0.326-0.018-0.32,0.078 c0.002,0.044,0.131,0.077,0.086,0.099c-0.066,0.03-0.133-0.075-0.207-0.06c-0.043,0.008-0.008-0.117-0.047-0.098 c-0.105,0.048-0.154,0.158-0.273,0.176c-0.168,0.027-0.318-0.001-0.488,0.02c-0.191,0.023-0.664,0.046-0.521,0.153 c0.16,0.118,0.398,0.034,0.613,0.043c0.441,0.02,0.834,0.019,1.258-0.082c0.027-0.005-0.029-0.055-0.004-0.066 c0.189-0.077,0.373,0.103,0.58,0.145c0.141,0.029,0.508-0.035,0.408,0.052c-0.088,0.079-0.35,0.123-0.271,0.211 c0.061,0.067,0.172,0.069,0.25,0.124c0.045,0.03-0.076,0.101-0.033,0.134c0.068,0.05,0.15-0.072,0.24-0.076 c0.186-0.008,0.367,0.054,0.529-0.021c0.123-0.055,0.189-0.153,0.313-0.211c0.063-0.027,0.139,0.017,0.203-0.008 c0.059-0.02-0.131-0.091-0.088-0.129c0.107-0.097,0.303,0.003,0.451,0.049c0.055,0.016-0.076,0.103-0.033,0.135 c0.189,0.141,0.48,0.017,0.73-0.029c0.076-0.013,0.236-0.02,0.199-0.073c-0.039-0.06-0.242-0.03-0.209-0.093 c0.082-0.148,0.379,0.026,0.57-0.021c0.139-0.035,0.246-0.263,0.355-0.182c0.053,0.039-0.168,0.099-0.115,0.138 c0.244,0.182,0.607-0.05,0.936-0.036c0.541,0.023,1.006,0.008,1.547,0.008c0.445,0,0.832,0.155,1.268,0.085 c0.154-0.026,0.291-0.012,0.447-0.018c0.441-0.018,0.838-0.08,1.264,0.018c0.068,0.016,0.205,0.045,0.168,0.094 c-0.141,0.192-0.984-0.006-0.768,0.129c0.311,0.192,0.717,0.106,1.105,0.092c0.342-0.015,0.678,0.098,0.975-0.038 c0.045-0.02,0.135-0.032,0.119-0.069c-0.031-0.077-0.199-0.139-0.135-0.196c0.164-0.148,0.494-0.071,0.695,0.039 c0.047,0.026,0.063,0.119,0.008,0.134c-0.139,0.034-0.488-0.015-0.402,0.082c0.119,0.132,0.371,0.035,0.572,0.045 c0.229,0.009,0.836,0.014,0.646-0.091c-0.111-0.063-0.49-0.033-0.371-0.088c0.076-0.033,0.156-0.027,0.242-0.041 c0.063-0.011,0.094-0.07,0.158-0.073c0.051-0.002,0.039,0.083,0.086,0.098c0.191,0.054,0.365-0.066,0.566-0.091 c0.07-0.007,0.133,0.029,0.205,0.025c0.328-0.013,1.029-0.194,0.939,0.065c-0.025,0.071-0.213,0.116-0.152,0.172 c0.113,0.107,0.594,0.025,0.482-0.084c-0.061-0.062-0.287-0.02-0.248-0.09c0.08-0.15,0.369-0.007,0.568-0.022 c0.24-0.02,0.447-0.041,0.688-0.059c0.109-0.01,0.184,0.083,0.291,0.087c0.082,0.006,0.115-0.118,0.197-0.106 c0.09,0.012,0.158,0.053,0.248,0.058c0.207,0.008,0.697-0.029,0.561-0.155c-0.033-0.032-0.17-0.041-0.125-0.063 c0.299-0.135,0.654,0.058,0.975-0.036C160.524,2.571,160.596,2.565,160.624,2.518L160.624,2.518z M160.596,2.052 c0.057-0.003-0.217-0.007-0.162,0.006C160.489,2.071,160.54,2.054,160.596,2.052L160.596,2.052z M161.077,13.301 c-0.027,0.002-0.053,0.008-0.082,0.004C160.967,13.299,161.106,13.299,161.077,13.301L161.077,13.301z M160.477,5.656 c0.104-0.033-0.18-0.224-0.254-0.156S160.374,5.689,160.477,5.656L160.477,5.656z M160.028,2.072 c0.107-0.033-0.215-0.191-0.293-0.121C159.659,2.021,159.92,2.107,160.028,2.072L160.028,2.072z M160.061,4.072 c0.105-0.034-0.215-0.191-0.293-0.122C159.692,4.021,159.954,4.106,160.061,4.072L160.061,4.072z M159.764,1.75 c0.07-0.013-0.074-0.165-0.129-0.129C159.581,1.659,159.696,1.764,159.764,1.75L159.764,1.75z M159.942,6.277 c0.107-0.034-0.215-0.192-0.291-0.122C159.573,6.224,159.834,6.311,159.942,6.277L159.942,6.277z M160.067,9.872 c0.078-0.011-0.1-0.158-0.17-0.127C159.827,9.777,159.987,9.885,160.067,9.872L160.067,9.872z M159.844,7.414 c0.082-0.017-0.316-0.025-0.244,0.009C159.674,7.459,159.762,7.432,159.844,7.414L159.844,7.414z M159.499,4.227 c0.082-0.031-0.148-0.181-0.211-0.124C159.227,4.156,159.417,4.261,159.499,4.227L159.499,4.227z M159.354,7.366 c0.076-0.068-0.381-0.037-0.324,0.046C159.086,7.494,159.276,7.437,159.354,7.366L159.354,7.366z M159.321,8.235 c-0.027,0.002-0.053,0.007-0.08,0.002C159.211,8.233,159.35,8.233,159.321,8.235L159.321,8.235z M158.776,4.389 c-0.029,0.001-0.053,0.007-0.082,0.003C158.667,4.387,158.803,4.387,158.776,4.389L158.776,4.389z M158.729,3.59 c0.209-0.077-0.857-0.051-0.648,0.024C158.288,3.691,158.522,3.668,158.729,3.59L158.729,3.59z M158.682,4.191 c0.111,0.009-0.139-0.259-0.215-0.192C158.393,4.066,158.573,4.184,158.682,4.191L158.682,4.191z M158.618,3.061 c0.168-0.063-0.617-0.111-0.527,0.021C158.18,3.213,158.45,3.123,158.618,3.061L158.618,3.061z M158.78,8.722 c0.064-0.023-0.068-0.156-0.131-0.128c-0.039,0.018,0.008,0.08,0.047,0.098C158.723,8.705,158.75,8.731,158.78,8.722L158.78,8.722z M158.534,5.864c0.104-0.038-0.428-0.025-0.324,0.013C158.313,5.913,158.43,5.902,158.534,5.864L158.534,5.864z M158.481,9.201 c0.152,0.035-0.066-0.305-0.223-0.325c-0.182-0.026-0.344,0.021-0.527,0.019c-0.129,0-0.24,0.031-0.365,0.015 c-0.076-0.011-0.135,0.108-0.201,0.075c-0.094-0.047-0.139-0.126-0.215-0.191c-0.029-0.026-0.092,0.029-0.121,0.003 c-0.08-0.074-0.014-0.278,0.107-0.271c0.102,0.007,0.16,0.164,0.25,0.123c0.057-0.025,0.027-0.101,0.074-0.136 c0.037-0.028,0.164-0.055,0.119-0.07c-0.178-0.064-0.693-0.02-0.537-0.113c0.219-0.131,0.514-0.057,0.773,0.004 c0.063,0.015,0.129-0.118,0.16-0.073c0.055,0.084-0.246,0.188-0.15,0.241c0.109,0.06,0.336,0.024,0.361-0.08 c0.018-0.075-0.049-0.134-0.092-0.197c-0.035-0.052-0.066-0.102-0.129-0.13c-0.314-0.138-0.664-0.003-1.016,0.039 c-0.164,0.021-0.469-0.054-0.418-0.184c0.029-0.074,0.182-0.15,0.109-0.204c-0.051-0.038-0.139,0.033-0.203,0.008 c-0.295-0.122-0.609-0.049-0.939-0.063c-0.229-0.01-0.697-0.158-0.65,0.025c0.014,0.05,0.141,0.098,0.088,0.128 c-0.098,0.06-0.377,0.025-0.318,0.113c0.031,0.045,0.223,0.035,0.166,0.06c-0.299,0.138-0.637-0.056-0.979-0.029 c-0.541,0.043-0.996,0.14-1.539,0.159c-0.129,0.006-0.301-0.109-0.367-0.019c-0.074,0.103,0.369,0.031,0.375,0.152 c0.002,0.041-0.113,0.073-0.074,0.103c0.041,0.031,0.117,0.024,0.162-0.007c0.07-0.046,0.064-0.153,0.152-0.173 c0.088-0.017,0.158,0.065,0.248,0.058c0.217-0.018,0.762-0.056,0.615,0.077c-0.234,0.21-1.225-0.021-0.969,0.169 c0.223,0.168,0.566-0.027,0.857,0.034c0.07,0.016-0.049,0.134,0.01,0.166c0.131,0.073,0.291,0.01,0.449,0.018 c0.867,0.037,1.621,0.05,2.48-0.063c0.082-0.011,0.137,0.125,0.209,0.092c0.051-0.022,0.051-0.089,0.033-0.135 c-0.023-0.054-0.129-0.045-0.168-0.093c-0.029-0.036,0.117-0.08,0.074-0.103c-0.1-0.056-0.393-0.002-0.33-0.088 c0.066-0.089,0.234-0.041,0.363-0.046c0.127-0.006,0.408,0.035,0.332,0.12c-0.037,0.041-0.145,0.021-0.158,0.071 c-0.031,0.131,0.326,0.157,0.303,0.289c-0.021,0.115-0.178,0.179-0.314,0.212c-0.156,0.037-0.5-0.007-0.441,0.116 c0.098,0.208,0.504,0.021,0.775,0.037c0.057,0.005,0.107-0.012,0.162-0.005c0.283,0.032,0.531,0.016,0.816,0.033 c0.078,0.005,0.131,0.065,0.207,0.06c0.201-0.018,0.395-0.001,0.566-0.088C158.463,9.122,158.45,9.193,158.481,9.201L158.481,9.201z M158.196,4.211c0.043-0.024-0.139-0.096-0.088-0.098c0.053-0.002-0.113,0.075-0.074,0.104 C158.075,4.247,158.149,4.236,158.196,4.211L158.196,4.211z M158.446,10.002c0.182-0.067-0.686-0.076-0.566,0.054 c0.092,0.104,0.295-0.009,0.443-0.049C158.364,9.995,158.407,10.017,158.446,10.002L158.446,10.002z M158.157,7.813 c0.242-0.11-0.51-0.158-0.779-0.104c-0.068,0.014-0.166,0.099-0.113,0.137c0.084,0.063,0.211-0.013,0.324-0.012 C157.788,7.834,157.983,7.893,158.157,7.813L158.157,7.813z M158.137,7.479c0.145-0.047-0.225-0.209-0.377-0.186 c-0.088,0.015-0.277,0.111-0.195,0.141c0.184,0.066,0.387,0.076,0.57,0.011C158.149,7.441,158.125,7.485,158.137,7.479 L158.137,7.479z M157.868,4.156c0.139-0.084-0.25-0.193-0.42-0.218c-0.043-0.005,0.047,0.1,0.006,0.1 c-0.115,0.005-0.332-0.114-0.328-0.021c0.012,0.186,0.398,0.179,0.619,0.145C157.788,4.154,157.833,4.178,157.868,4.156 L157.868,4.156z M157.836,3.624c0.037-0.015,0.037-0.102-0.006-0.1c-0.07,0.003-0.225,0.09-0.156,0.105 C157.729,3.643,157.784,3.645,157.836,3.624L157.836,3.624z M157.788,7.027c0.084,0.009,0.021-0.233-0.053-0.199 C157.659,6.862,157.702,7.017,157.788,7.027L157.788,7.027z M157.256,2.045c0.07-0.013-0.072-0.164-0.129-0.128 C157.073,1.954,157.188,2.06,157.256,2.045L157.256,2.045z M157.637,10.1c0.27-0.102-0.527-0.182-0.824-0.169 c-0.188,0.008-0.68,0-0.525,0.088c0.18,0.098,0.398,0.032,0.613,0.042C157.159,10.072,157.403,10.188,157.637,10.1L157.637,10.1z M157.448,9.64c0.033-0.031-0.082-0.082-0.127-0.062S157.413,9.671,157.448,9.64L157.448,9.64z M156.932,2.058 c0.072-0.001-0.082-0.171-0.129-0.127C156.754,1.974,156.862,2.062,156.932,2.058L156.932,2.058z M157.086,6.187 c0.359-0.259-0.904-0.012-1.352-0.147c-0.119-0.037-0.268-0.212-0.332-0.122c-0.033,0.045,0.053,0.087,0.088,0.131 c0.068,0.084,0.188,0.106,0.295,0.155c0.1,0.047,0.211,0.026,0.326,0.021c0.1-0.003,0.186-0.012,0.285-0.011 C156.639,6.217,156.905,6.316,157.086,6.187L157.086,6.187z M156.696,3.602c-0.029,0.001-0.055,0.008-0.082,0.003 C156.586,3.601,156.723,3.601,156.696,3.602L156.696,3.602z M156.956,9.593c0.076-0.031,0.07-0.182-0.012-0.2 c-0.055-0.014-0.107,0.021-0.162,0.006c-0.053-0.016,0.049-0.121-0.006-0.132c-0.084-0.02-0.156,0.038-0.244,0.041 c-0.059,0.003-0.154,0.067-0.115,0.105c0.043,0.039,0.115,0.028,0.166,0.059C156.694,9.543,156.831,9.642,156.956,9.593 L156.956,9.593z M156.481,4.144c0.059-0.023-0.029-0.146-0.088-0.132c-0.057,0.017-0.092,0.126-0.033,0.137 C156.401,4.154,156.444,4.157,156.481,4.144L156.481,4.144z M156.37,3.614c0.182-0.069-0.75-0.045-0.568,0.021 S156.188,3.682,156.37,3.614L156.37,3.614z M156.506,7.408c0.201-0.109-0.912-0.054-0.691,0.026 C156.036,7.517,156.303,7.518,156.506,7.408L156.506,7.408z M156.379,10.881c0.111-0.101-0.291-0.136-0.455-0.116 c-0.127,0.016-0.189,0.148-0.318,0.146c-0.156-0.004-0.355-0.121-0.447-0.017c-0.211,0.238,0.693,0.182,1.021,0.062 C156.249,10.929,156.327,10.927,156.379,10.881L156.379,10.881z M156.37,12.147c-0.029,0.001-0.053,0.009-0.08,0.003 C156.26,12.147,156.397,12.147,156.37,12.147L156.37,12.147z M155.848,3.034c0.055-0.026-0.133-0.106-0.166-0.062 S155.792,3.06,155.848,3.034L155.848,3.034z M156.088,10.091c0.061-0.03,0.057-0.142-0.01-0.165 c-0.102-0.036-0.322,0.121-0.234,0.175C155.913,10.145,156.016,10.129,156.088,10.091L156.088,10.091z M155.557,3.645 c-0.027,0.002-0.053,0.009-0.08,0.004C155.448,3.643,155.586,3.643,155.557,3.645L155.557,3.645z M155.524,3.047 c0.057-0.004-0.219-0.007-0.162,0.006C155.417,3.063,155.465,3.048,155.524,3.047L155.524,3.047z M156.182,17.422 c0.145-0.044-0.297-0.295-0.377-0.186C155.725,17.345,156.04,17.469,156.182,17.422L156.182,17.422z M155.793,10.637 c0.055-0.019,0.01-0.146-0.047-0.132c-0.055,0.014-0.047,0.121,0.008,0.134C155.768,10.642,155.782,10.641,155.793,10.637 L155.793,10.637z M155.663,9.774c0.059-0.002-0.217-0.006-0.16,0.007C155.555,9.794,155.606,9.776,155.663,9.774L155.663,9.774z M155.649,9.509c0.188-0.069-0.699,0.026-0.576-0.111c0.16-0.182,0.748-0.241,0.586-0.423c-0.033-0.037-0.115,0.031-0.162,0.007 c-0.053-0.029-0.014,0.15-0.074,0.136c-0.137-0.032-0.199-0.155-0.336-0.188c-0.221-0.051-0.424-0.031-0.654-0.041 c-0.355-0.015-0.662,0.002-1.016,0.037c-0.057,0.008-0.105-0.001-0.162,0.01c-0.445,0.078-0.848,0.026-1.299,0.083 c-0.449,0.054-0.863,0.121-1.301,0.016c-0.16-0.039-0.264-0.135-0.418-0.187c-0.125-0.037-0.189,0.142-0.314,0.183 c-0.359,0.111-0.719,0.055-1.1,0.007c-0.07-0.007-0.133,0.016-0.203,0.008c-0.258-0.031-0.479-0.093-0.736-0.072 c-0.215,0.018-0.395,0.066-0.609,0.058c-0.34-0.015-1.227-0.151-0.975,0.037c0.064,0.046,0.213-0.075,0.244-0.01 s-0.07,0.181,0.012,0.2c0.15,0.036,0.291-0.025,0.445-0.052c0.195-0.03,0.375-0.02,0.57,0.012c0.146,0.024,0.266,0.105,0.412,0.085 c0.17-0.023,0.266-0.178,0.438-0.184c0.182-0.007,0.457,0.202,0.344,0.32c-0.088,0.091-0.498,0.153-0.359,0.146 c0.332-0.013,1.213-0.027,0.928-0.167c-0.086-0.043-0.236,0.049-0.287-0.022c-0.123-0.181,0.432-0.211,0.682-0.193 c0.178,0.013,0.346,0.069,0.459,0.183c0.025,0.025,0.119,0.048,0.084,0.063c-0.186,0.085-0.619-0.152-0.609,0.023 c0.004,0.052,0.1,0.078,0.09,0.13c-0.012,0.051,0.209,0.021,0.166,0.06c-0.221,0.198-0.635-0.068-0.936,0.036 c-0.129,0.046-0.221,0.17-0.357,0.148c-0.139-0.024-0.195-0.179-0.336-0.188c-0.158-0.012-0.297,0.006-0.445,0.049 c-0.057,0.016-0.137,0.059-0.117,0.104c0.1,0.238,0.525,0.197,0.828,0.235c0.354,0.044,0.684,0.124,1.02,0.027 c0.41-0.117,0.773-0.282,1.207-0.245c0.455,0.036,0.859-0.01,1.297-0.117c0.055-0.015-0.051-0.102-0.008-0.132 c0.068-0.05,0.307-0.028,0.24-0.077c-0.082-0.062-0.318-0.083-0.254-0.156c0.051-0.059,0.16-0.018,0.242-0.044 c0.049-0.015,0.029-0.087,0.076-0.102c0.215-0.076,0.447,0.021,0.658,0.106c0.09,0.039,0.34,0.083,0.25,0.125 c-0.178,0.081-0.713,0.009-0.563,0.121c0.242,0.181,0.607-0.051,0.934-0.036c0.277,0.013,0.504,0.102,0.781,0.104 c0.057,0,0.105-0.007,0.162-0.007c0.355,0.003,0.672-0.011,1.012-0.105C155.622,9.506,155.635,9.514,155.649,9.509L155.649,9.509z M155.27,4.323c0.057-0.002-0.205-0.026-0.162,0.005C155.151,4.361,155.213,4.325,155.27,4.323L155.27,4.323z M155.28,7.323 c0.152-0.21-0.555,0.021-0.854,0.031c-0.09,0.004-0.158-0.061-0.248-0.056c-0.17,0.006-0.32-0.008-0.488,0.018 c-0.049,0.009-0.104-0.099-0.125-0.061c-0.053,0.098,0.129,0.199,0.258,0.222c0.264,0.048,0.504-0.008,0.773,0.006 C154.844,7.492,155.151,7.498,155.28,7.323L155.28,7.323z M155.342,9.854c0.025-0.105-0.131-0.196-0.256-0.225 c-0.098-0.02-0.184,0.032-0.283,0.046c-0.438,0.053-0.824-0.015-1.26,0.047c-0.094,0.014-0.309,0.057-0.238,0.109 s0.314,0.031,0.25,0.09c-0.049,0.043-0.209,0.066-0.156,0.107c0.336,0.251,0.854-0.208,1.295-0.117 c0.063,0.014,0.109,0.038,0.166,0.06c0.047,0.017-0.121,0.086-0.074,0.104c0.127,0.047,0.234-0.091,0.357-0.147 c0.063-0.028,0.164,0.011,0.201-0.041C155.352,9.877,155.34,9.865,155.342,9.854L155.342,9.854z M154.823,3.605 c-0.029,0.002-0.053,0.009-0.082,0.004C154.713,3.604,154.85,3.604,154.823,3.605L154.823,3.605z M154.885,6.138 c0.092-0.171-0.422,0.086-0.648,0.058c-0.232-0.028-0.426-0.137-0.656-0.107c-0.029,0.004,0.031,0.063,0.004,0.066 c-0.217,0.028-0.803,0.05-0.605,0.123c0.367,0.132,0.744,0.006,1.143,0.021c0.242,0.012,0.477,0.039,0.688-0.059 C154.854,6.219,154.866,6.177,154.885,6.138L154.885,6.138z M155.37,17.454c0.104-0.04-0.43-0.025-0.324,0.013 C155.149,17.504,155.266,17.493,155.37,17.454L155.37,17.454z M154.497,3.619c0.166-0.092-0.732-0.07-0.568,0.022 C154.094,3.732,154.331,3.708,154.497,3.619L154.497,3.619z M154.401,3.355c-0.037,0.017-0.125-0.031-0.123,0.005 C154.282,3.396,154.438,3.339,154.401,3.355L154.401,3.355z M154.489,7.753c0.281-0.252-0.77-0.069-1.186-0.088 c-0.482-0.021-0.924-0.078-1.381,0.054c-0.053,0.016-0.195-0.033-0.162,0.005c0.246,0.274,0.77,0.038,1.184,0.055 c0.176,0.009,0.318,0.074,0.494,0.082c0.201,0.008,0.371,0.051,0.572,0.045c0.121-0.005,0.221-0.055,0.318-0.112 C154.375,7.765,154.45,7.788,154.489,7.753L154.489,7.753z M154.903,17.804c0.096-0.049-0.217-0.191-0.293-0.121 C154.532,17.751,154.805,17.855,154.903,17.804L154.903,17.804z M154.12,6.969c0.197-0.077-0.365-0.17-0.582-0.181 c-0.189-0.009-0.627,0.126-0.475,0.22c0.137,0.083,0.316-0.013,0.486-0.02C153.749,6.981,153.938,7.035,154.12,6.969L154.12,6.969z M153.942,10.974c0.469-0.173-0.967-0.164-1.471-0.077c-0.063,0.012-0.217,0.054-0.158,0.075c0.338,0.12,0.688-0.01,1.059-0.01 C153.571,10.962,153.758,11.041,153.942,10.974L153.942,10.974z M153.426,1.992c0.053-0.038-0.061-0.111-0.129-0.127 c-0.396-0.1-1.527-0.031-1.172,0.145c0.172,0.084,0.373-0.006,0.57,0.012c0.215,0.018,0.402,0.076,0.613,0.041 C153.36,2.057,153.389,2.021,153.426,1.992L153.426,1.992z M153.518,4.989c-0.029,0.002-0.055,0.009-0.082,0.004 S153.545,4.988,153.518,4.989L153.518,4.989z M153.85,12.245c0.082-0.025,0.012-0.151-0.051-0.198 c-0.064-0.048-0.105,0.167-0.029,0.2C153.795,12.258,153.825,12.253,153.85,12.245L153.85,12.245z M153.356,3.595 c0.08-0.025-0.25-0.095-0.246-0.021C153.114,3.643,153.276,3.622,153.356,3.595L153.356,3.595z M153.715,11.316 c0.342-0.126-0.736-0.241-1.063-0.093c-0.291,0.134,0.611,0.134,0.941,0.097C153.637,11.316,153.676,11.33,153.715,11.316 L153.715,11.316z M153.192,5.002c-0.027,0.002-0.053,0.009-0.08,0.003C153.083,5.001,153.221,5.001,153.192,5.002L153.192,5.002z M153.133,5.405c0.004-0.053-0.025-0.124-0.088-0.131c-0.178-0.021-0.588,0.033-0.48,0.151c0.115,0.129,0.375,0.201,0.535,0.114 C153.149,5.513,153.129,5.451,153.133,5.405L153.133,5.405z M153.092,7.54c0.059-0.003-0.217-0.008-0.162,0.006 C152.985,7.559,153.036,7.542,153.092,7.54L153.092,7.54z M153.278,12.2c0.053,0.039,0.039-0.21-0.01-0.168 C153.221,12.077,153.225,12.16,153.278,12.2L153.278,12.2z M153.075,10.074c0.063,0.008-0.037-0.16-0.088-0.131 C152.934,9.976,153.012,10.065,153.075,10.074L153.075,10.074z M152.922,7.412c0.047,0.035-0.168-0.112-0.166-0.059 C152.76,7.405,152.875,7.377,152.922,7.412L152.922,7.412z M153.12,12.272c0.096,0.01-0.047-0.163-0.133-0.195 c-0.107-0.038-0.287,0.035-0.33-0.055c-0.031-0.064,0.1-0.157,0.029-0.201c-0.123-0.075-0.439,0.11-0.354,0.215 c0.113,0.139,0.34,0.146,0.539,0.179c0.059,0.011,0.105-0.025,0.16-0.04C153.083,12.163,153.069,12.268,153.12,12.272L153.12,12.272 z M152.819,7.018c0.115-0.058-0.09-0.228-0.219-0.259c-0.109-0.027-0.211,0.007-0.324,0.013c-0.256,0.01-0.477,0.017-0.732,0.026 c-0.07,0.003-0.256-0.03-0.203,0.009c0.297,0.221,0.713,0.21,1.113,0.226C152.581,7.035,152.709,7.072,152.819,7.018L152.819,7.018z M152.543,3.627c0.066-0.021-0.059-0.117-0.129-0.128c-0.311-0.042-1.16-0.032-0.891,0.102c0.281,0.137,0.615,0.021,0.934-0.038 C152.499,3.557,152.506,3.638,152.543,3.627L152.543,3.627z M152.752,8.688c0.166-0.036-0.592-0.129-0.49-0.016 c0.076,0.083,0.238,0.013,0.367,0.02C152.672,8.693,152.709,8.695,152.752,8.688L152.752,8.688z M152.504,7.229 c0.129-0.047-0.232-0.112-0.373-0.118c-0.162-0.009-0.588,0.063-0.441,0.116C151.952,7.321,152.247,7.326,152.504,7.229 L152.504,7.229z M152.452,6.297c0.131-0.047-0.514-0.095-0.408-0.016C152.149,6.359,152.323,6.346,152.452,6.297L152.452,6.297z M152.364,6.168c0.059-0.019-0.17-0.113-0.166-0.06C152.2,6.16,152.303,6.187,152.364,6.168L152.364,6.168z M152.112,1.776 c-0.027,0.002-0.053,0.009-0.082,0.003C152.002,1.775,152.141,1.775,152.112,1.776L152.112,1.776z M151.883,2.052 c0.111-0.003-0.109-0.163-0.215-0.192c-0.516-0.135-1.002,0.06-1.543,0.06c-0.199,0-0.752-0.045-0.57,0.022 c0.418,0.152,0.85-0.004,1.305,0.017c0.314,0.014,0.594,0.099,0.896,0.032C151.807,1.979,151.833,2.054,151.883,2.052L151.883,2.052 z M152.387,12.302c-0.027,0-0.053,0.007-0.08,0.002C152.28,12.3,152.417,12.3,152.387,12.302L152.387,12.302z M151.883,6.318 c-0.027,0.002-0.053,0.009-0.08,0.004C151.774,6.318,151.913,6.318,151.883,6.318L151.883,6.318z M152.065,10.913 c0.318-0.174-0.691-0.146-1.07-0.192c-0.059-0.008-0.107-0.039-0.164-0.028c-0.168,0.035-0.496,0.134-0.393,0.25 c0.17,0.188,0.531,0.046,0.816,0.034C151.54,10.966,151.827,11.042,152.065,10.913L152.065,10.913z M151.893,12.187 c0.072-0.004-0.082-0.171-0.129-0.129C151.715,12.101,151.823,12.189,151.893,12.187L151.893,12.187z M151.559,6.331 c0.057,0.021-0.064-0.177-0.09-0.129S151.5,6.311,151.559,6.331L151.559,6.331z M151.61,8.662c0.264-0.097-0.539-0.161-0.82-0.1 c-0.037,0.007-0.092,0.038-0.076,0.068c0.104,0.219,0.549,0.121,0.816,0.035C151.555,8.659,151.584,8.674,151.61,8.662L151.61,8.662 z M151.286,3.008c0.131-0.048-0.535-0.031-0.404,0.017C151.01,3.071,151.157,3.057,151.286,3.008L151.286,3.008z M151.129,1.682 c0.043,0.002,0.031-0.084-0.006-0.101c-0.104-0.042-0.408,0.015-0.32,0.079C150.887,1.725,151.014,1.673,151.129,1.682 L151.129,1.682z M151.596,11.263c0.1-0.023,0.004-0.202-0.094-0.228c-0.332-0.085-0.625,0.127-0.969,0.169 c-0.113,0.015-0.391-0.028-0.322,0.046c0.229,0.255,0.717,0.062,1.1,0.024c0.064-0.006,0.012-0.132,0.074-0.136 C151.477,11.135,151.508,11.286,151.596,11.263L151.596,11.263z M151.176,8.213c0.039-0.015,0.033-0.084-0.004-0.101 c-0.369-0.152-0.779-0.068-1.18,0.014c-0.051,0.009-0.156,0.043-0.119,0.07c0.16,0.12,0.398,0.033,0.613,0.042 c0.061,0.004,0.068,0.099,0.127,0.095c0.123-0.003,0.205-0.08,0.32-0.111C151.014,8.201,151.1,8.244,151.176,8.213L151.176,8.213z M150.958,7.222c-0.027,0-0.053,0.009-0.08,0.003C150.848,7.221,150.987,7.221,150.958,7.222L150.958,7.222z M150.819,6.228 c0.119-0.065-0.535-0.032-0.406,0.015C150.543,6.29,150.702,6.292,150.819,6.228L150.819,6.228z M150.479,1.706 c0.09-0.018-0.174-0.193-0.211-0.125C150.231,1.648,150.391,1.725,150.479,1.706L150.479,1.706z M150.583,7.769 c0.068-0.013-0.076-0.165-0.131-0.127C150.397,7.678,150.512,7.783,150.583,7.769L150.583,7.769z M150.559,7.371 c0.096-0.087-0.512-0.064-0.406,0.015C150.258,7.464,150.463,7.455,150.559,7.371L150.559,7.371z M150.227,2.981 c0.082-0.017-0.318-0.026-0.244,0.012C150.055,3.027,150.143,2.998,150.227,2.981L150.227,2.981z M150.147,1.585 c0.107-0.138-0.615-0.103-0.566,0.056c0.025,0.086,0.182,0.099,0.289,0.088C149.985,1.717,150.084,1.665,150.147,1.585 L150.147,1.585z M150.571,10.437c0.125-0.057-0.512-0.062-0.406,0.017S150.448,10.494,150.571,10.437L150.571,10.437z M150.18,3.584 c-0.029,0.002-0.055,0.007-0.082,0.004C150.071,3.582,150.208,3.584,150.18,3.584L150.18,3.584z M150.213,8.45 c0.207-0.076-0.764-0.171-0.652-0.008S150.006,8.527,150.213,8.45L150.213,8.45z M150.172,7.719 c0.057-0.002-0.219-0.008-0.164,0.005C150.065,7.736,150.116,7.721,150.172,7.719L150.172,7.719z M150.342,12.112 c0.068-0.042-0.285-0.019-0.242,0.044C150.143,12.216,150.272,12.154,150.342,12.112L150.342,12.112z M149.879,6.862 c0.096-0.051-0.379-0.037-0.324,0.046C149.612,6.99,149.784,6.915,149.879,6.862L149.879,6.862z M150.053,11.322 c0.205-0.146-0.475-0.165-0.746-0.205c-0.057-0.007-0.102,0.04-0.16,0.04c-0.426,0.017-0.793,0.033-1.221,0.013 c-0.285-0.011-0.527,0.047-0.813,0.033c-0.203-0.011-0.371-0.087-0.574-0.079c-0.357,0.015-0.725-0.067-1.012,0.105 c-0.025,0.017-0.066,0.058-0.037,0.069c0.443,0.16,0.9-0.042,1.383-0.021c0.391,0.018,0.717,0.107,1.107,0.125 c0.439,0.019,0.816-0.063,1.258-0.082C149.522,11.31,149.838,11.478,150.053,11.322L150.053,11.322z M150.026,10.857 c-0.057-0.183-0.715-0.004-0.621-0.176c0.02-0.039,0.164-0.054,0.117-0.07c-0.133-0.049-0.264,0.043-0.402,0.081 c-0.066,0.019-0.16,0.048-0.156,0.106c0.002,0.036-0.146,0.007-0.119,0.037c0.182,0.203,0.564,0.069,0.863,0.136 c0.113,0.023,0.262,0.132,0.328,0.052C150.075,10.975,150.043,10.915,150.026,10.857L150.026,10.857z M149.61,3.605 c0.061-0.016-0.025-0.119-0.088-0.129c-0.063-0.012-0.199,0.033-0.158,0.072C149.42,3.605,149.526,3.63,149.61,3.605L149.61,3.605z M149.735,7.202c0.084-0.017-0.316-0.026-0.244,0.009C149.565,7.248,149.653,7.22,149.735,7.202L149.735,7.202z M149.469,6.813 c0.051-0.047-0.238,0.02-0.201,0.074C149.307,6.94,149.417,6.859,149.469,6.813L149.469,6.813z M149.12,3.559 c0.199-0.092-0.658-0.129-0.648,0.057c0.008,0.131,0.293-0.021,0.445-0.049C148.985,3.552,149.057,3.588,149.12,3.559L149.12,3.559z M149.43,10.414c0.156-0.06-0.645-0.038-0.486,0.019C149.1,10.489,149.274,10.472,149.43,10.414L149.43,10.414z M149.165,8.623 c0.088-0.039-0.332-0.059-0.283,0.011C148.93,8.706,149.079,8.662,149.165,8.623L149.165,8.623z M149.012,7.362 c0.428-0.088-1.689-0.115-1.264-0.018c0.385,0.088,0.742,0.039,1.141,0.022C148.932,7.366,148.971,7.371,149.012,7.362 L149.012,7.362z M148.977,8.164c0.199-0.075-0.396-0.118-0.619-0.109c-0.063,0.002-0.029-0.147-0.088-0.129 c-0.109,0.034-0.168,0.22-0.066,0.269C148.44,8.304,148.729,8.257,148.977,8.164L148.977,8.164z M149.09,17.294 c0.131-0.048-0.414-0.135-0.408-0.018C148.69,17.393,148.961,17.342,149.09,17.294L149.09,17.294z M148.331,3.988 c-0.029,0.002-0.055,0.009-0.082,0.004C148.221,3.986,148.358,3.986,148.331,3.988L148.331,3.988z M148.42,6.984 c0.041-0.007,0.033-0.087-0.006-0.098c-0.102-0.032-0.359,0.051-0.279,0.109C148.209,7.051,148.323,7.003,148.42,6.984L148.42,6.984 z M148.948,17.633c0.016-0.104-0.412,0.075-0.318,0.146c0.078,0.058,0.205-0.02,0.281-0.078 C148.934,17.683,148.944,17.658,148.948,17.633L148.948,17.633z M148.563,10.915c0.076-0.057-0.078-0.165-0.174-0.194 c-0.48-0.148-0.951,0.035-1.463,0.057c-0.145,0.005-0.535,0.034-0.402,0.081c0.379,0.139,0.77,0.004,1.184,0.021 C148.006,10.893,148.338,11.077,148.563,10.915L148.563,10.915z M148.022,7.134c0,0-0.195,0.002-0.16,0.04 C147.895,7.213,148.022,7.134,148.022,7.134L148.022,7.134z M148.016,8.468c0.09,0.008-0.125-0.224-0.172-0.16 C147.797,8.372,147.926,8.458,148.016,8.468L148.016,8.468z M147.92,8.204c0.152-0.098-0.037-0.326-0.188-0.426 c-0.035-0.024-0.002-0.101-0.047-0.097c-0.092,0.003-0.105,0.146-0.195,0.141c-0.221-0.015-0.453-0.231-0.617-0.111 c-0.061,0.047-0.031,0.188-0.113,0.171c-0.105-0.021-0.246-0.169-0.289-0.089c-0.059,0.11,0.348,0.233,0.221,0.293 c-0.119,0.053-0.42-0.189-0.371-0.086c0.117,0.248,0.553,0.205,0.869,0.267c0.105,0.021,0.184,0.099,0.291,0.09 c0.09-0.011,0.119-0.102,0.195-0.144C147.747,8.175,147.852,8.248,147.92,8.204L147.92,8.204z M148.383,17.721 c0.246-0.091-1.033-0.03-0.773,0.03C147.872,17.811,148.135,17.813,148.383,17.721L148.383,17.721z M147.461,1.621 c0,0,0.006-0.147-0.049-0.131c-0.078,0.025-0.072,0.204,0.012,0.2C147.458,1.688,147.461,1.621,147.461,1.621L147.461,1.621z M147.274,4.028c0.209-0.042-0.773-0.161-0.613-0.042c0.117,0.088,0.293,0.064,0.449,0.049 C147.168,4.029,147.219,4.039,147.274,4.028L147.274,4.028z M147.504,9.488c-0.029,0-0.053,0.006-0.082,0.003 C147.395,9.487,147.534,9.487,147.504,9.488L147.504,9.488z M147.167,3.566c-0.029,0.002-0.055,0.009-0.082,0.003 C147.057,3.564,147.194,3.566,147.167,3.566L147.167,3.566z M147.059,1.703c0.07-0.002-0.082-0.171-0.129-0.128 C146.881,1.619,146.989,1.706,147.059,1.703L147.059,1.703z M147.454,10.021c0.07-0.001-0.082-0.171-0.129-0.127 C147.276,9.938,147.383,10.025,147.454,10.021L147.454,10.021z M147.135,7.302c0.207-0.224-0.66-0.131-0.979-0.028 c-0.061,0.018-0.217,0.052-0.158,0.071c0.262,0.095,0.531,0.059,0.814,0.035C146.93,7.371,147.065,7.377,147.135,7.302 L147.135,7.302z M147.114,9.77c-0.037,0.016-0.125-0.03-0.121,0.005C146.995,9.809,147.151,9.753,147.114,9.77L147.114,9.77z M146.725,2.983c0.072-0.003-0.256-0.031-0.203,0.008S146.655,2.985,146.725,2.983L146.725,2.983z M146.887,8.644 c0.07-0.001-0.258-0.03-0.205,0.008C146.735,8.691,146.815,8.647,146.887,8.644L146.887,8.644z M147.331,17.827 c0.137-0.037,0.043-0.313-0.102-0.329c-0.213-0.023-0.389,0.091-0.605,0.091c-0.326,0.001-0.609-0.004-0.934,0.036 c-0.186,0.022-0.648-0.028-0.525,0.087c0.184,0.169,0.506,0.125,0.779,0.103c0.342-0.027,0.631-0.126,0.973-0.104 c0.057,0.005,0.105-0.01,0.162-0.005C147.18,17.713,147.233,17.855,147.331,17.827L147.331,17.827z M146.788,9.781 c0.129-0.026-0.434-0.146-0.369-0.051C146.483,9.822,146.661,9.809,146.788,9.781L146.788,9.781z M146.456,6.796 c-0.029,0-0.055,0.007-0.082,0.002C146.346,6.794,146.483,6.794,146.456,6.796L146.456,6.796z M146.268,3.534 c0.15-0.106-0.719-0.121-0.57-0.012C145.846,3.634,146.118,3.642,146.268,3.534L146.268,3.534z M146.282,9.467 c0.068,0.017-0.066-0.101-0.129-0.127c-0.057-0.025-0.148-0.111-0.166-0.061C145.95,9.383,146.155,9.439,146.282,9.467 L146.282,9.467z M146.182,9.138c0.051-0.029-0.025-0.133-0.09-0.13c-0.08,0.004-0.223,0.105-0.154,0.14 C146.01,9.183,146.112,9.179,146.182,9.138L146.182,9.138z M145.784,9.286c0.125-0.058,0.031-0.281-0.102-0.329 c-0.078-0.029-0.158,0.014-0.242,0.01c-0.258-0.01-0.473,0.052-0.73,0.063c-0.045,0-0.084-0.049-0.123-0.031 c-0.027,0.015-0.045,0.043-0.037,0.068c0.037,0.123,0.223,0.192,0.377,0.187c0.045-0.002,0.002-0.078,0.035-0.102 c0.156-0.117,0.391,0.063,0.578,0.144c0.035,0.017,0.039-0.06,0.078-0.068C145.678,9.212,145.727,9.313,145.784,9.286L145.784,9.286 z M145.456,3.566c-0.027,0-0.053,0.007-0.082,0.003C145.346,3.563,145.485,3.564,145.456,3.566L145.456,3.566z M145.364,1.969 c0.242-0.146-1.078-0.198-0.855-0.033c0.199,0.148,0.506,0.016,0.771-0.029C145.319,1.898,145.333,1.988,145.364,1.969 L145.364,1.969z M145.721,9.623c0.041,0.031-0.008-0.134-0.008-0.134S145.678,9.593,145.721,9.623L145.721,9.623z M145.077,4.046 c-0.031,0.022-0.107,0.048-0.078,0.071C145.03,4.139,145.108,4.025,145.077,4.046L145.077,4.046z M144.883,3.521 c0.275-0.247-0.742-0.171-1.148-0.156c-0.1,0.004-0.188-0.006-0.285,0.012c-0.07,0.011-0.133,0.005-0.203,0.009 c-0.215,0.007-0.428,0.045-0.613-0.045c-0.127-0.06-0.23-0.167-0.375-0.152c-0.041,0.005-0.039,0.059-0.078,0.07 c-0.061,0.016-0.1,0.053-0.158,0.071c-0.037,0.015-0.041,0.058-0.078,0.071c-0.088,0.029-0.154-0.073-0.248-0.09 c-0.527-0.103-1.002,0.081-1.541,0.124c-0.117,0.01-0.363-0.011-0.32,0.078c0.025,0.056,0.102,0.075,0.168,0.095 c0.227,0.069,0.449-0.005,0.691,0.007c0.398,0.018,0.74-0.028,1.139-0.043c0.07-0.003,0.131-0.005,0.203-0.009 c0.727-0.026,1.354-0.007,2.078,0.053c0.09,0.009,0.16,0.068,0.248,0.058C144.553,3.651,144.752,3.638,144.883,3.521L144.883,3.521z M145.018,7.316c0.15-0.068-0.613-0.075-0.486,0.018C144.657,7.429,144.87,7.384,145.018,7.316L145.018,7.316z M144.825,3.923 c0.172-0.206-0.557-0.101-0.861-0.101c-0.227,0.002-0.422,0.044-0.65,0.025c-0.041-0.004-0.078,0.002-0.121,0.005 c-0.096,0.008-0.156-0.075-0.25-0.091c-0.098-0.016-0.182,0.033-0.281,0.045c-0.129,0.015-0.428-0.045-0.365,0.048 c0.076,0.108,0.27,0.073,0.414,0.116c0.18,0.055,0.346,0.094,0.535,0.08c0.41-0.032,0.768-0.03,1.18-0.013 c0.045,0.001,0.08,0.037,0.123,0.028C144.661,4.048,144.76,4.001,144.825,3.923L144.825,3.923z M144.735,9.461 c0.125-0.113-0.662-0.018-0.525,0.087C144.348,9.65,144.608,9.572,144.735,9.461L144.735,9.461z M144.813,12.258 c0.035-0.031-0.08-0.083-0.125-0.063S144.778,12.288,144.813,12.258L144.813,12.258z M144.604,8.599 c0.033-0.031-0.082-0.083-0.125-0.063C144.434,8.558,144.569,8.629,144.604,8.599L144.604,8.599z M144.577,8.133 c0.131-0.049-0.535-0.031-0.406,0.015C144.301,8.196,144.448,8.182,144.577,8.133L144.577,8.133z M144.045,1.686 c0.076-0.034,0.023-0.232-0.053-0.198C143.918,1.522,143.969,1.721,144.045,1.686L144.045,1.686z M144.858,17.323 c0.059-0.08-0.391-0.029-0.322,0.046c0.027,0.029,0.078,0.021,0.123,0.029C144.735,17.405,144.819,17.378,144.858,17.323 L144.858,17.323z M144.206,7.347c0.088-0.018-0.031-0.251-0.092-0.196C144.053,7.204,144.12,7.364,144.206,7.347L144.206,7.347z M144.225,9.081c0.057-0.046-0.092-0.144-0.17-0.127c-0.088,0.017-0.154,0.056-0.24,0.076c-0.098,0.02-0.32-0.066-0.285,0.011 C143.618,9.226,144.047,9.216,144.225,9.081L144.225,9.081z M144.186,8.415c-0.027,0-0.053,0.008-0.08,0.004 C144.077,8.413,144.215,8.413,144.186,8.415L144.186,8.415z M143.958,8.689c0.082-0.032-0.148-0.18-0.211-0.124 C143.686,8.62,143.875,8.722,143.958,8.689L143.958,8.689z M143.926,9.559c0.328-0.092-1.238-0.288-0.982-0.096 c0.18,0.135,0.451,0.05,0.693,0.04C143.741,9.498,143.827,9.585,143.926,9.559L143.926,9.559z M143.846,8.16 c0.084,0.015,0.023-0.231-0.053-0.198C143.719,7.998,143.76,8.146,143.846,8.16L143.846,8.16z M143.547,4.372 c0.096-0.03-0.223-0.204-0.252-0.123c-0.023,0.072,0.082,0.152,0.172,0.159C143.5,4.41,143.518,4.382,143.547,4.372L143.547,4.372z M143.698,8.433c0.061-0.018-0.168-0.112-0.166-0.059C143.536,8.424,143.639,8.452,143.698,8.433L143.698,8.433z M143.602,8.171 c0.299-0.112-1.238-0.142-0.938-0.03c0.26,0.095,0.533,0.066,0.816,0.034C143.522,8.171,143.563,8.186,143.602,8.171L143.602,8.171z M143.883,17.361c0.082-0.041-0.051-0.234-0.133-0.195c-0.078,0.035-0.143,0.159-0.07,0.203 C143.739,17.403,143.823,17.391,143.883,17.361L143.883,17.361z M143.327,9.049c0.115-0.104-0.32-0.043-0.49-0.017 c-0.041,0.009,0.035-0.088-0.004-0.099c-0.074-0.021-0.104,0.111-0.072,0.169c0.051,0.091,0.213,0.111,0.33,0.088 C143.19,9.172,143.256,9.109,143.327,9.049L143.327,9.049z M143.09,4.923c-0.029,0.001-0.053,0.008-0.08,0.002 C142.981,4.921,143.12,4.923,143.09,4.923L143.09,4.923z M143.229,17.32c0.119-0.066-0.414-0.136-0.408-0.021 C142.829,17.419,143.11,17.384,143.229,17.32L143.229,17.32z M142.86,10.865c0.156-0.058-0.496-0.154-0.488-0.015 C142.379,10.991,142.704,10.925,142.86,10.865L142.86,10.865z M142.715,8.339c-0.037,0.016-0.123-0.031-0.121,0.003 C142.596,8.377,142.752,8.32,142.715,8.339L142.715,8.339z M142.518,9.146c0.096-0.052-0.408-0.018-0.324,0.045 C142.28,9.255,142.422,9.197,142.518,9.146L142.518,9.146z M142.375,8.084c-0.037,0.018-0.123-0.031-0.121,0.005 C142.256,8.124,142.413,8.066,142.375,8.084L142.375,8.084z M142.059,3.963c0.057-0.004-0.219-0.006-0.162,0.007 C141.952,3.982,142.002,3.965,142.059,3.963L142.059,3.963z M142,2.965c-0.037,0.016-0.123-0.03-0.121,0.005 C141.881,3.004,142.04,2.947,142,2.965L142,2.965z M142.135,8.158c0.072,0-0.256-0.029-0.203,0.01S142.065,8.162,142.135,8.158 L142.135,8.158z M141.772,3.24c0.043,0.03-0.006-0.133-0.006-0.133S141.731,3.208,141.772,3.24L141.772,3.24z M141.754,2.907 c-0.037,0.018-0.125-0.03-0.123,0.006C141.633,2.947,141.792,2.889,141.754,2.907L141.754,2.907z M142.129,10.894 c0.088-0.017-0.102-0.208-0.172-0.159C141.887,10.78,142.042,10.911,142.129,10.894L142.129,10.894z M142.03,9.163 c0.182-0.16-0.441-0.202-0.705-0.238c-0.07-0.01-0.182,0.063-0.203,0.007c-0.029-0.069,0.156-0.182,0.068-0.201 c-0.137-0.032-0.26,0.043-0.402,0.048c-0.498,0.02-0.928-0.018-1.424,0.021c-0.131,0.011-0.232,0.082-0.363,0.081 c-0.176-0.002-0.33-0.025-0.492-0.081c-0.133-0.047-0.447-0.112-0.338-0.188c0.188-0.125,0.451,0.017,0.693,0.007 c0.279-0.01,0.898,0.005,0.762-0.195c-0.111-0.164-0.43-0.088-0.652-0.041c-0.088,0.017-0.17-0.093-0.248-0.058 c-0.07,0.032-0.08,0.115-0.154,0.139c-0.09,0.028-0.174-0.044-0.25-0.089c-0.033-0.021,0.107-0.048,0.076-0.07 c-0.195-0.147-0.525-0.01-0.74-0.138c-0.041-0.025,0.066-0.063,0.076-0.104c0.008-0.033-0.125-0.062-0.086-0.063 c0.248-0.013,0.508,0.235,0.699,0.105c0.043-0.03,0.039-0.107-0.008-0.134c-0.229-0.126-0.51-0.148-0.779-0.104 c-0.076,0.013-0.127,0.053-0.199,0.075c-0.086,0.026,0.016,0.179-0.07,0.202c-0.148,0.041-0.521-0.062-0.445,0.051 c0.07,0.104,0.404-0.067,0.41,0.052c0.008,0.14-0.521,0.06-0.438,0.184c0.217,0.314,1.496,0.053,1.199,0.32 c-0.154,0.139-0.428-0.049-0.652-0.01c-0.063,0.011-0.217,0.052-0.158,0.073c0.166,0.061,0.617,0.006,0.496,0.114 c-0.203,0.183-0.559-0.021-0.857-0.033c-0.117-0.004-0.205,0.083-0.322,0.078c-0.082-0.003-0.131-0.066-0.209-0.093 c-0.055-0.016-0.109,0.066-0.16,0.041c-0.078-0.039-0.123-0.146-0.211-0.125c-0.137,0.033-0.189,0.154-0.313,0.212 c-0.15,0.069-0.498,0.208-0.352,0.28c0.102,0.05,0.203-0.075,0.322-0.078c0.457-0.019,0.879-0.087,1.305,0.049 c0.113,0.035,0.234,0.027,0.33,0.087c0.092,0.058,0.178,0.117,0.293,0.123c0.131,0.005,0.459-0.01,0.361-0.082 c-0.1-0.073-0.451-0.099-0.334-0.152c0.211-0.099,0.449-0.031,0.689-0.061c0.279-0.034,0.529,0.066,0.783,0.171 c0.182,0.073,0.508,0.235,0.574,0.078c0.023-0.057-0.025-0.131,0.031-0.169c0.064-0.044,0.162,0.012,0.244-0.009 c0.207-0.057,0.686-0.093,0.615,0.076c-0.082,0.19-0.922,0.07-0.686,0.127c0.275,0.063,0.529-0.05,0.809-0.099 c0.125-0.021,0.242-0.041,0.365-0.014c0.055,0.011-0.037,0.105,0.008,0.133c0.084,0.049,0.324,0,0.281-0.077 c-0.035-0.062-0.203-0.129-0.131-0.163C141.413,9.106,141.819,9.354,142.03,9.163L142.03,9.163z M141.893,6.77 c0.057-0.004-0.217-0.006-0.162,0.007C141.786,6.788,141.836,6.771,141.893,6.77L141.893,6.77z M141.432,2.985 c0.035-0.03-0.08-0.082-0.125-0.061C141.262,2.944,141.397,3.018,141.432,2.985L141.432,2.985z M141.801,10.84 c0.111-0.08-0.42-0.205-0.412-0.084C141.395,10.879,141.688,10.919,141.801,10.84L141.801,10.84z M141.487,8.186 c0.115-0.075,0.004-0.311-0.143-0.329c-0.227-0.028-0.449,0.189-0.645,0.092c-0.178-0.087-0.299-0.233-0.504-0.248 c-0.107-0.006-0.377,0.075-0.279,0.112c0.162,0.057,0.629-0.012,0.494,0.08c-0.297,0.201-0.842-0.258-1.102-0.024 c-0.061,0.055,0.291,0.09,0.211,0.125c-0.213,0.098-0.773-0.093-0.686,0.094c0.074,0.157,0.369,0.102,0.576,0.111 c0.342,0.014,0.635-0.066,0.975-0.04c0.072,0.008,0.133,0.023,0.205,0.027c0.064,0.003,0.104,0.057,0.166,0.061 C141.012,8.257,141.284,8.315,141.487,8.186L141.487,8.186z M141.364,6.057c0.221-0.084-0.869-0.107-0.689,0.025 c0.084,0.063,0.195,0.072,0.311,0.058c-0.088,0.013-0.125,0.035-0.061,0.066c0.258,0.127,0.607,0.169,0.857,0.034 c0.184-0.101-0.504-0.142-0.779-0.104c0.107-0.016,0.219-0.052,0.32-0.078C141.336,6.055,141.352,6.062,141.364,6.057L141.364,6.057 z M141.547,12.116c-0.037,0.018-0.123-0.031-0.121,0.005C141.428,12.156,141.584,12.101,141.547,12.116L141.547,12.116z M141.26,8.527c0.063-0.087-0.268-0.173-0.33-0.088C140.868,8.525,141.198,8.611,141.26,8.527L141.26,8.527z M140.911,2.406 c-0.027,0-0.053,0.009-0.08,0.002C140.801,2.405,140.94,2.405,140.911,2.406L140.911,2.406z M140.86,7.209 c0.17-0.093-0.584-0.246-0.574-0.078c0.008,0.133,0.291,0.102,0.453,0.083C140.78,7.209,140.825,7.229,140.86,7.209L140.86,7.209z M140.784,5.879c-0.029,0-0.053,0.008-0.08,0.003C140.674,5.877,140.813,5.877,140.784,5.879L140.784,5.879z M140.52,2.688 c0.105,0.078,0.055-0.401-0.061-0.331c-0.104,0.062-0.037,0.228,0.059,0.297C140.528,2.663,140.508,2.681,140.52,2.688L140.52,2.688 z M140.682,6.949c0.166-0.034-0.592-0.128-0.49-0.015c0.076,0.084,0.24,0.013,0.369,0.02C140.602,6.957,140.641,6.957,140.682,6.949 L140.682,6.949z M140.696,8.615c0.119-0.063-0.279-0.204-0.373-0.118C140.229,8.581,140.579,8.675,140.696,8.615L140.696,8.615z M140.516,9.755c0.059-0.001-0.217-0.006-0.162,0.007S140.459,9.757,140.516,9.755L140.516,9.755z M140.44,8.424 c0.053-0.001-0.143-0.1-0.125-0.061S140.389,8.426,140.44,8.424L140.44,8.424z M140.114,2.703c0.1-0.051,0.014-0.23-0.096-0.263 c-0.115-0.034-0.355,0.018-0.32,0.112C139.743,2.678,139.977,2.771,140.114,2.703L140.114,2.703z M140.1,3.903 c0.146-0.054-0.568-0.136-0.449-0.049c0.096,0.071,0.242,0.081,0.369,0.052C140.047,3.901,140.075,3.913,140.1,3.903L140.1,3.903z M140.415,10.826c0.193-0.139-0.445-0.163-0.701-0.174c-0.471-0.021-0.873,0.054-1.338,0.118c-0.088,0.014-0.322,0.047-0.238,0.076 c0.455,0.165,0.932-0.048,1.426,0.012C139.858,10.896,140.192,10.988,140.415,10.826L140.415,10.826z M140.356,11.228 c-0.027,0.002-0.053,0.009-0.08,0.004C140.249,11.226,140.385,11.228,140.356,11.228L140.356,11.228z M140.042,8.573 c0.086-0.026-0.148-0.18-0.211-0.124C139.77,8.502,139.958,8.601,140.042,8.573L140.042,8.573z M139.973,7.376 c0.115-0.082-0.207-0.16-0.338-0.221c-0.049-0.022,0.039-0.106-0.008-0.133c-0.186-0.104-0.703,0.226-0.512,0.319 c0.158,0.078,0.344-0.028,0.529-0.021C139.762,7.328,139.885,7.439,139.973,7.376L139.973,7.376z M139.459,2.661 c0.24-0.214-1.34-0.078-1.016,0.04c0.314,0.113,0.672,0.033,0.973-0.104C139.444,2.585,139.438,2.681,139.459,2.661L139.459,2.661z M139.368,2.466c0.033-0.032-0.082-0.082-0.127-0.063C139.196,2.425,139.333,2.496,139.368,2.466L139.368,2.466z M139.792,11.316 c0.086,0.01,0.033-0.182-0.051-0.197c-0.051-0.009-0.137,0.03-0.119,0.071C139.651,11.252,139.711,11.308,139.792,11.316 L139.792,11.316z M139.022,3.545c0.066-0.021-0.059-0.117-0.129-0.127c-0.199-0.027-0.76,0.043-0.566,0.088 c0.234,0.054,0.461,0.063,0.693,0.006C139.034,3.51,139.008,3.55,139.022,3.545L139.022,3.545z M138.944,3.614 c-0.027,0.001-0.053,0.008-0.08,0.003C138.834,3.614,138.973,3.614,138.944,3.614L138.944,3.614z M139.127,9.676 c-0.027,0.001-0.053,0.008-0.08,0.002C139.018,9.675,139.157,9.675,139.127,9.676L139.127,9.676z M138.747,7.289 c0.076-0.033-0.316-0.027-0.242,0.01C138.577,7.336,138.672,7.325,138.747,7.289L138.747,7.289z M138.467,3.833 c-0.027,0.002-0.053,0.008-0.08,0.004C138.36,3.832,138.497,3.832,138.467,3.833L138.467,3.833z M138.641,8.294 c0.086,0.063,0.021-0.334-0.055-0.265C138.508,8.099,138.557,8.231,138.641,8.294L138.641,8.294z M138.229,2.51 c0.053-0.024,0.004-0.155-0.047-0.132C138.129,2.401,138.178,2.533,138.229,2.51L138.229,2.51z M138.143,3.846 c0,0-0.195,0-0.16,0.041C138.018,3.924,138.143,3.846,138.143,3.846L138.143,3.846z M137.905,2.521 c0.061-0.04-0.018-0.142-0.092-0.162c-0.104-0.031-0.328,0.128-0.234,0.174C137.676,2.583,137.815,2.579,137.905,2.521 L137.905,2.521z M138.219,9.443c-0.029,0.001-0.053,0.009-0.082,0.003C138.11,9.441,138.247,9.441,138.219,9.443L138.219,9.443z M137.883,3.589c0.082-0.04-0.037-0.198-0.133-0.195c-0.059,0.003,0.008,0.1-0.033,0.134c-0.041,0.041-0.217,0.053-0.158,0.074 C137.663,3.64,137.788,3.638,137.883,3.589L137.883,3.589z M138.157,9.779c-0.027,0.002-0.053,0.008-0.08,0.004 C138.047,9.777,138.186,9.777,138.157,9.779L138.157,9.779z M138.02,7.384c0.088,0.016-0.002-0.198-0.092-0.195 S137.932,7.369,138.02,7.384L138.02,7.384z M137.754,2.728c0.158-0.045-0.369-0.232-0.455-0.116 C137.213,2.729,137.596,2.771,137.754,2.728L137.754,2.728z M137.889,10.789c0.057-0.002-0.217-0.005-0.162,0.008 S137.833,10.791,137.889,10.789L137.889,10.789z M137.614,7.399c0.17-0.093-0.584-0.244-0.574-0.076 c0.006,0.121,0.264,0.099,0.412,0.083C137.508,7.399,137.567,7.425,137.614,7.399L137.614,7.399z M137.307,3.479 c0.016-0.1-0.391,0.032-0.318,0.111c0.043,0.048,0.133-0.021,0.201-0.041C137.239,3.536,137.301,3.521,137.307,3.479L137.307,3.479z M137.25,2.479c0.039-0.015,0.037-0.1-0.006-0.1c-0.07,0.004-0.225,0.091-0.156,0.107C137.143,2.499,137.2,2.499,137.25,2.479 L137.25,2.479z M137.241,8.014c0.053-0.001-0.143-0.101-0.125-0.061C137.135,7.991,137.19,8.016,137.241,8.014L137.241,8.014z M136.821,3.496c0.107-0.078-0.299-0.092-0.408-0.018c-0.049,0.033-0.127,0.107-0.074,0.136 C136.485,3.695,136.688,3.591,136.821,3.496L136.821,3.496z M136.686,2.568c0.143-0.194-0.504-0.114-0.779-0.104 c-1.254,0.047-2.342-0.146-3.584,0.004c-0.359,0.043-1.221-0.033-1.006,0.205c0.119,0.134,0.369-0.038,0.566-0.054 c0.838-0.067,1.59,0.207,2.406,0.041c0.234-0.048,0.451-0.057,0.689-0.026c0.326,0.039,0.613,0.069,0.939,0.029 C136.186,2.633,136.545,2.759,136.686,2.568L136.686,2.568z M136.61,8.372c0.029-0.035-0.086-0.089-0.125-0.063 c-0.047,0.032,0.074,0.12,0.127,0.097C136.625,8.398,136.602,8.382,136.61,8.372L136.61,8.372z M136.67,10.836 c-0.029,0.002-0.053,0.009-0.082,0.004C136.561,10.835,136.698,10.835,136.67,10.836L136.67,10.836z M136.27,3.852 c0.055-0.019,0.008-0.146-0.047-0.132c-0.055,0.013-0.047,0.12,0.006,0.133C136.245,3.855,136.256,3.855,136.27,3.852L136.27,3.852z M135.946,3.864c0.039-0.036,0.01-0.142-0.049-0.132c-0.15,0.021-0.246,0.13-0.398,0.148c-0.223,0.025-0.395-0.151-0.619-0.144 c-0.135,0.005-0.43,0.121-0.314,0.18c0.27,0.133,0.582,0.019,0.896,0.031C135.635,3.957,135.829,3.968,135.946,3.864L135.946,3.864z M136.096,7.926c0.072-0.077,0.016-0.233-0.096-0.265c-0.098-0.028-0.273-0.005-0.281,0.077c-0.008,0.078,0.063,0.143,0.133,0.195 c0.039,0.028,0.076,0.07,0.127,0.063C136.03,7.987,136.065,7.958,136.096,7.926L136.096,7.926z M135.729,2.938 c0.1-0.045-0.408-0.049-0.324,0.013C135.489,3.013,135.631,2.983,135.729,2.938L135.729,2.938z M136.018,9.394 c0.129-0.091-0.57-0.068-0.486,0.053c0.078,0.112,0.313,0.021,0.445-0.049C135.989,9.389,136.006,9.401,136.018,9.394L136.018,9.394 z M135.678,3.474c-0.027,0.002-0.053,0.008-0.08,0.003C135.569,3.472,135.708,3.472,135.678,3.474L135.678,3.474z M135.956,9.731 c0.07-0.003-0.082-0.173-0.129-0.13C135.778,9.645,135.885,9.732,135.956,9.731L135.956,9.731z M135.743,6.006 c0.057-0.004-0.205-0.026-0.162,0.006C135.622,6.042,135.686,6.006,135.743,6.006L135.743,6.006z M135.721,7.074 c0.146-0.159-0.447,0.015-0.689,0.024c-0.256,0.011-0.857-0.155-0.732,0.029c0.072,0.103,0.268,0.031,0.41,0.05 C135.063,7.222,135.506,7.305,135.721,7.074L135.721,7.074z M135.711,6.874c0.104-0.04-0.43-0.026-0.326,0.011 C135.491,6.923,135.608,6.912,135.711,6.874L135.711,6.874z M135.717,8.406c0.078-0.012-0.117-0.175-0.17-0.127 C135.493,8.329,135.637,8.419,135.717,8.406L135.717,8.406z M135.432,3.417c0.051-0.047-0.256,0.031-0.199,0.074 C135.29,3.533,135.379,3.463,135.432,3.417L135.432,3.417z M135.344,6.154c0.375-0.141-1.531-0.13-1.178,0.045 c0.305,0.15,0.666,0.019,1.016-0.039C135.237,6.151,135.292,6.173,135.344,6.154L135.344,6.154z M135.422,8.951 c0.119-0.349-0.826,0.119-1.26,0.048c-0.125-0.021-0.055-0.29-0.178-0.259c-0.098,0.024-0.141,0.111-0.236,0.142 c-0.121,0.039-0.238,0.044-0.361,0.08c-0.053,0.016-0.107-0.005-0.162,0.007c-0.09,0.016-0.207,0.112-0.152,0.173 c0.275,0.307,1.719-0.004,1.313,0.182c-0.254,0.117-1.02,0.006-0.805,0.165c0.295,0.219,0.789,0.082,1.137-0.077 c0.049-0.022-0.055-0.106-0.008-0.132c0.105-0.062,0.242-0.012,0.363-0.049c0.059-0.017,0.023-0.103,0.072-0.135 C135.235,9.035,135.391,9.041,135.422,8.951L135.422,8.951z M135.368,9.42c0.148-0.068-0.613-0.075-0.488,0.02 C135.006,9.533,135.219,9.488,135.368,9.42L135.368,9.42z M135.219,6.825c0.063,0.01-0.057-0.175-0.088-0.131 C135.098,6.739,135.157,6.813,135.219,6.825L135.219,6.825z M135.17,5.96c0.047,0.035-0.17-0.112-0.166-0.06 C135.006,5.953,135.124,5.926,135.17,5.96L135.17,5.96z M134.772,1.843c0.475-0.219-1.008-0.097-1.553-0.076 c-0.145,0.008-0.51,0.004-0.402,0.084c0.182,0.134,0.451,0.039,0.695,0.039C133.954,1.889,134.387,2.018,134.772,1.843 L134.772,1.843z M134.813,6.84c-0.029,0.002-0.053,0.008-0.082,0.004C134.704,6.838,134.842,6.84,134.813,6.84L134.813,6.84z M134.682,5.979c0.123-0.046-0.199-0.159-0.334-0.155c-0.031,0.002-0.07-0.053-0.084-0.028 C134.198,5.919,134.532,6.035,134.682,5.979L134.682,5.979z M134.538,3.451c0.057-0.002-0.217-0.007-0.162,0.006 S134.481,3.453,134.538,3.451L134.538,3.451z M134.426,2.922c-0.029,0.002-0.053,0.008-0.082,0.003 C134.317,2.92,134.454,2.92,134.426,2.922L134.426,2.922z M134.481,6.719c0.057,0-0.219-0.005-0.162,0.008 C134.372,6.739,134.424,6.721,134.481,6.719L134.481,6.719z M134.411,6.923c0.092-0.019-0.254-0.17-0.25-0.091 C134.167,6.91,134.319,6.94,134.411,6.923L134.411,6.923z M134.387,6.522c0.102-0.054-0.42-0.152-0.33-0.085 C134.147,6.502,134.286,6.579,134.387,6.522L134.387,6.522z M134.245,9.73c0.049,0.035-0.168-0.114-0.166-0.062 C134.083,9.722,134.198,9.694,134.245,9.73L134.245,9.73z M134.172,9.865c-0.049,0.026-0.166-0.04-0.162,0.007 C134.012,9.918,134.219,9.84,134.172,9.865L134.172,9.865z M134.016,7.138c0.066-0.03-0.238-0.115-0.207-0.059 S133.95,7.168,134.016,7.138L134.016,7.138z M134,6.872c0.316-0.285-0.852-0.281-1.314-0.216c-0.1,0.013-0.334-0.062-0.285,0.011 c0.072,0.104,0.254,0.083,0.375,0.152c0.061,0.033,0.184-0.032,0.205,0.025c0.111,0.304-0.703,0.206-1.09,0.174 c-0.125-0.011-0.418-0.043-0.332-0.119c0.08-0.072,0.408-0.015,0.322-0.08c-0.129-0.095-0.467-0.08-0.42-0.216 c0.021-0.066,0.16-0.117,0.111-0.173c-0.238-0.264-0.729,0.197-1.129,0.178c-0.104-0.005-0.188-0.074-0.289-0.057 c-0.049,0.01-0.035,0.076-0.074,0.104c-0.115,0.076-0.252,0.109-0.4,0.115c-0.115,0.003-0.178-0.115-0.293-0.123 c-0.184-0.013-0.346-0.004-0.527,0.021c-0.121,0.016-0.205,0.08-0.32,0.112c-0.107,0.03-0.33-0.08-0.324,0.013 c0.002,0.063,0.143,0.116,0.09,0.163c-0.043,0.038-0.109-0.037-0.166-0.062c-0.137-0.052-0.188-0.212-0.338-0.219 c-0.148-0.006-0.254,0.103-0.4,0.115c-0.166,0.013-0.6-0.05-0.455-0.117c0.113-0.05,0.371,0.06,0.363-0.047 c-0.012-0.232-0.529-0.013-0.814-0.002c-0.512,0.021-0.953-0.009-1.465-0.011c-0.191,0-0.559-0.031-0.5-0.18 c0.023-0.057,0.107-0.063,0.158-0.106c0.057-0.047,0.08-0.114,0.154-0.139c0.16-0.056,0.322-0.035,0.484-0.086 c0.039-0.013-0.041-0.08-0.006-0.099c0.232-0.133,0.527-0.044,0.811-0.033c0.338,0.017,0.613,0.208,0.947,0.165 c0.102-0.013,0.285,0.008,0.279-0.076c-0.02-0.375-0.818-0.199-1.273-0.219c-0.361-0.016-0.656,0.11-1.008,0.172 c-0.141,0.024-0.533,0.04-0.408-0.018c0.082-0.038,0.324-0.078,0.238-0.108c-0.238-0.087-0.486-0.021-0.738-0.072 c-0.367-0.076-0.752,0.015-1.066-0.16c-0.068-0.038-0.139-0.056-0.209-0.091c-0.055-0.029-0.031-0.109-0.09-0.129 c-0.07-0.028-0.129,0.047-0.199,0.073c-0.037,0.013,0.111,0.037,0.086,0.062c-0.242,0.218-0.691-0.021-1.014,0.105 c-0.178,0.072-0.42,0.329-0.518,0.188c-0.045-0.064,0.129-0.146,0.07-0.203c-0.096-0.088-0.457-0.059-0.404,0.05 c0.027,0.063,0.223,0.078,0.168,0.126c-0.096,0.087-0.266-0.035-0.406-0.017c-0.24,0.029-0.742,0.332-0.508,0.384 c0.15,0.036,0.287-0.042,0.445-0.049c0.186-0.006,0.35,0.049,0.529,0.013c0.158-0.031,0.434-0.249,0.441-0.116 c0.002,0.041-0.113,0.074-0.076,0.103c0.299,0.221,1.029-0.227,1.146,0.089c0.029,0.082-0.055,0.183-0.152,0.207 c-0.082,0.02-0.217-0.091-0.246-0.024c-0.023,0.059,0.131,0.109,0.092,0.163c-0.125,0.17-0.449,0.037-0.691,0.026 c-0.654-0.028-1.234,0.129-1.873,0.006c-0.08-0.017-0.256-0.037-0.209-0.093c0.08-0.088,0.439-0.135,0.316-0.178 c-0.268-0.098-0.467,0.258-0.756,0.294c-0.217,0.028-0.615-0.054-0.605,0.123c0.008,0.134,0.521,0.155,0.379,0.219 c-0.098,0.047-0.211,0-0.324,0.014c-0.225,0.027-0.422,0.035-0.65,0.025c-0.07-0.003-0.133-0.002-0.203,0.008 c-0.197,0.024-0.373-0.013-0.568,0.021c-0.113,0.021-0.342-0.046-0.322,0.047c0.027,0.134,0.25,0.174,0.416,0.184 c0.104,0.005,0.137-0.121,0.236-0.143c0.07-0.014,0.133,0.036,0.205,0.026c0.367-0.045,0.695-0.024,1.061,0.025 c0.076,0.011,0.131,0.054,0.207,0.059c0.256,0.02,0.48,0.073,0.734,0.039c0.172-0.022,0.32,0.034,0.492,0.049 c0.131,0.011,0.24,0.068,0.369,0.052c0.107-0.016,0.178-0.079,0.279-0.111c0.227-0.071,0.445-0.061,0.688-0.06 c0.043,0,0.08-0.01,0.123-0.005c0.805,0.101,1.51,0.075,2.322,0.045c0.043-0.001,0.08-0.003,0.123-0.005 c0.141-0.007,0.264-0.029,0.406-0.017c0.313,0.026,0.582,0.021,0.896,0.032c0.527,0.022,1.004-0.116,1.508,0.009 c0.121,0.032,0.256,0.179,0.178,0.26c-0.189,0.194-0.559-0.055-0.859-0.067c-0.498-0.02-0.922,0.11-1.42,0.089 c-1.055-0.045-1.965-0.102-3.014-0.018c-0.127,0.009-0.412,0.074-0.318,0.146c0.121,0.089,0.311,0.018,0.453,0.083 c0.107,0.048,0.322,0.176,0.217,0.224c-0.115,0.053-0.238-0.049-0.369-0.051c-0.059-0.002,0.049-0.136-0.008-0.133 c-0.154,0.004-0.211,0.168-0.355,0.213c-0.254,0.081-0.879-0.076-0.766,0.13c0.029,0.052,0.113,0.057,0.168,0.093 c0.174,0.114,0.754,0.096,0.582,0.212c-0.057,0.037-0.244-0.008-0.201,0.041c0.094,0.104,0.291-0.021,0.447-0.017 c0.039,0,0.045,0.058,0.084,0.063c0.424,0.048,0.85,0.191,1.223,0.019c0.045-0.019,0.113-0.074,0.076-0.103 c-0.092-0.066-0.377-0.081-0.295-0.155c0.053-0.046,0.27-0.049,0.199-0.074c-0.195-0.071-0.396,0.044-0.605,0.091 c-0.029,0.006-0.006,0.061-0.037,0.067c-0.053,0.015-0.105,0.005-0.16,0.006c-0.23,0.009-0.549,0.003-0.621-0.176 c-0.012-0.025-0.072-0.053-0.045-0.065c0.199-0.092,0.424-0.007,0.65-0.024c0.154-0.013,0.289-0.018,0.445-0.018 c0.361,0,0.664,0.107,1.023,0.095c0.371-0.015,0.697-0.11,1.057-0.041c0.088,0.018,0.15,0.18,0.211,0.126 c0.039-0.037-0.094-0.104-0.049-0.134c0.197-0.132,0.484-0.084,0.732-0.027c0.076,0.019,0.188,0.063,0.17,0.127 c-0.018,0.058-0.123,0.056-0.156,0.107c-0.025,0.037,0.125,0.068,0.086,0.096c-0.23,0.157-1.125,0-0.85,0.1 c0.416,0.15,0.848-0.015,1.301-0.05c0.127-0.011,0.426,0.045,0.363-0.048c-0.109-0.159-0.678-0.198-0.506-0.313 c0.219-0.149,0.531,0.037,0.814,0.002c0.375-0.045,0.666-0.21,1.043-0.24c0.145-0.011,0.535-0.033,0.404-0.082 c-0.33-0.12-1.314,0.08-1.023-0.095c0.389-0.235,0.916,0.063,1.381-0.052c0.068-0.018,0.174-0.108,0.113-0.138 c-0.277-0.139-1.012,0.084-0.904-0.167c0.064-0.153,0.367-0.038,0.566-0.054c0.213-0.018,0.395-0.048,0.607-0.058 c0.086-0.003,0.158-0.005,0.244-0.008c0.826-0.032,1.537,0.006,2.363,0.041c0.1,0.005,0.186-0.02,0.285-0.011 c0.104,0.009,0.186,0.049,0.287,0.056c0.104,0.007,0.377-0.043,0.281-0.076c-0.133-0.049-0.537,0.006-0.41-0.051 c0.498-0.229,1.104,0.217,1.631,0.036c0.094-0.032,0.109-0.186,0.027-0.233c-0.08-0.051-0.211,0.031-0.285-0.022 C133.083,6.856,133.825,7.029,134,6.872L134,6.872z M134.014,8.538c0,0-0.217,0.052-0.158,0.072S134.014,8.538,134.014,8.538 L134.014,8.538z M133.92,9.743c0.064-0.026-0.061-0.115-0.129-0.13c-0.32-0.065-1.023-0.124-0.93,0.136 c0.094,0.258,0.633,0.039,0.934-0.069C133.842,9.662,133.874,9.76,133.92,9.743L133.92,9.743z M133.563,6.355 c0.059-0.004-0.217-0.006-0.162,0.007S133.506,6.357,133.563,6.355L133.563,6.355z M133.737,10.815 c0.074-0.033-0.316-0.027-0.244,0.01C133.567,10.86,133.663,10.851,133.737,10.815L133.737,10.815z M133.477,7.692 c0.078-0.07-0.332-0.115-0.326-0.021C133.157,7.765,133.401,7.762,133.477,7.692L133.477,7.692z M133.297,5.966 c0.227-0.086-0.467-0.182-0.697-0.106c-0.043,0.014-0.104,0.003-0.121,0.039C132.362,6.111,133.036,6.063,133.297,5.966 L133.297,5.966z M133.227,6.168c0.057-0.003-0.217-0.006-0.162,0.007S133.17,6.17,133.227,6.168L133.227,6.168z M133.098,3.905 c0.057-0.002-0.217-0.006-0.162,0.007C132.991,3.924,133.042,3.908,133.098,3.905L133.098,3.905z M133.165,6.504 c0.107-0.06-0.441-0.07-0.365,0.013C132.875,6.602,133.059,6.562,133.165,6.504L133.165,6.504z M133.004,7.977 c0.113-0.137-0.621-0.204-0.572-0.044S132.891,8.112,133.004,7.977L133.004,7.977z M132.991,7.711 c0.092-0.017-0.057-0.241-0.133-0.194C132.78,7.562,132.897,7.728,132.991,7.711L132.991,7.711z M132.745,4.854 c-0.027,0-0.053,0.007-0.08,0.002C132.635,4.853,132.774,4.853,132.745,4.854L132.745,4.854z M132.809,7.384 c0.082-0.017-0.318-0.025-0.244,0.009C132.637,7.431,132.725,7.401,132.809,7.384L132.809,7.384z M132.665,7.723 c0.061-0.03-0.061-0.113-0.129-0.128c-0.346-0.073-0.664-0.057-1.02-0.027c-0.131,0.01-0.242,0.036-0.361,0.08 c-0.111,0.04-0.123,0.249-0.232,0.209c-0.08-0.028,0.104-0.164,0.029-0.2c-0.199-0.098-0.426-0.057-0.656-0.076 c-0.328-0.027-1.211-0.003-0.93,0.137c0.381,0.187,0.898-0.186,1.264,0.018c0.043,0.023,0.094,0.055,0.088,0.097 c-0.01,0.059-0.088,0.117-0.156,0.106c-0.109-0.018-0.105-0.18-0.215-0.192c-0.27-0.03-0.504,0.05-0.77,0.097 c-0.061,0.011-0.205,0.038-0.158,0.073c0.213,0.158,0.539,0.011,0.818,0.067c0.131,0.026,0.201,0.145,0.334,0.154 c0.121,0.007,0.207-0.076,0.32-0.113c0.113-0.036,0.197-0.121,0.318-0.112c0.072,0.007,0.227,0.06,0.168,0.095 c-0.098,0.059-0.43,0.072-0.318,0.112c0.355,0.13,0.828,0.059,1.09-0.175c0.047-0.043,0.172-0.105,0.113-0.138 c-0.238-0.133-0.967,0.133-0.818-0.069c0.082-0.109,0.293,0.023,0.449,0.017c0.227-0.01,0.428,0.012,0.65-0.025 C132.584,7.721,132.629,7.742,132.665,7.723L132.665,7.723z M132.538,6.928c0.139-0.075-0.342-0.218-0.455-0.115 C131.971,6.914,132.399,7.003,132.538,6.928L132.538,6.928z M132.598,9.393c0.057-0.002-0.219-0.006-0.164,0.006 C132.491,9.411,132.542,9.394,132.598,9.393L132.598,9.393z M132.352,6.534c0.043,0.032-0.008-0.132-0.008-0.132 S132.311,6.504,132.352,6.534L132.352,6.534z M132.334,9.069c0.076-0.068-0.379-0.068-0.324,0.013 c0.037,0.054,0.133,0.075,0.207,0.058C132.266,9.13,132.299,9.099,132.334,9.069L132.334,9.069z M132.028,6.547 c-0.029,0.001-0.053,0.009-0.082,0.003C131.918,6.547,132.055,6.547,132.028,6.547L132.028,6.547z M131.788,2.355 c-0.027,0.002-0.053,0.008-0.08,0.004C131.678,2.354,131.817,2.355,131.788,2.355L131.788,2.355z M132.536,16.862 c-0.027,0.001-0.053,0.009-0.08,0.003C132.426,16.86,132.565,16.86,132.536,16.862L132.536,16.862z M132.11,9.411 c0.221-0.082-0.924-0.026-0.691,0.026C131.653,9.491,131.889,9.492,132.11,9.411L132.11,9.411z M131.68,6.16 c0.236-0.088-0.488-0.132-0.736-0.072c-0.039,0.01-0.115,0.058-0.078,0.07C131.125,6.253,131.42,6.258,131.68,6.16L131.68,6.16z M131.153,2.647c0.076-0.039-0.008-0.172-0.092-0.197c-0.115-0.033-0.379,0.025-0.32,0.113 C130.813,2.669,131.026,2.711,131.153,2.647L131.153,2.647z M131.442,9.103c0.045-0.05-0.146-0.097-0.207-0.058 c-0.047,0.027-0.049,0.127,0.008,0.133C131.317,9.188,131.395,9.154,131.442,9.103L131.442,9.103z M130.981,3.919 c-0.027,0.002-0.053,0.011-0.08,0.004C130.872,3.919,131.01,3.919,130.981,3.919L130.981,3.919z M130.653,3.867 c0.07-0.043-0.285-0.02-0.242,0.041C130.454,3.971,130.583,3.908,130.653,3.867L130.653,3.867z M130.612,6.002 c0.283-0.129-0.58-0.152-0.904-0.167c-0.248-0.009-0.842,0.004-0.684,0.16c0.111,0.109,0.324,0.015,0.49,0.049 c0.158,0.031,0.461,0.215,0.453,0.082c-0.002-0.042-0.127-0.069-0.086-0.097c0.17-0.116,0.502,0.266,0.615,0.11 c0.037-0.052-0.186-0.095-0.129-0.13C130.436,5.97,130.538,6.035,130.612,6.002L130.612,6.002z M130.174,2.618 c0.068-0.015-0.074-0.165-0.129-0.128C129.991,2.526,130.106,2.633,130.174,2.618L130.174,2.618z M129.85,2.631 c0.414-0.226-0.902-0.183-1.396-0.214c-0.09-0.005-0.326-0.021-0.248-0.057c0.139-0.064,0.475-0.068,0.396-0.183 c-0.086-0.122-0.313,0.064-0.484,0.085c-0.17,0.021-0.611-0.041-0.484,0.053c0.076,0.057,0.33,0.07,0.25,0.124 c-0.139,0.094-0.326-0.063-0.494-0.116c-0.066-0.019-0.1-0.109-0.168-0.093c-0.158,0.04-0.238,0.26-0.395,0.217 c-0.098-0.028-0.15-0.109-0.252-0.125c-0.381-0.054-0.703,0.143-1.09,0.143c-0.092,0-0.158-0.062-0.248-0.059 c-0.258,0.011-0.898-0.063-0.729,0.097c0.061,0.055,0.158,0.056,0.248,0.056c0.1,0.001,0.191-0.04,0.285-0.012 c0.215,0.067,0.391,0.186,0.621,0.179c0.326-0.013,0.611-0.043,0.936-0.004c0.127,0.017,0.24,0.029,0.367,0.02 c0.539-0.043,1-0.149,1.541-0.125c0.084,0.004,0.158-0.014,0.244-0.01c0.082,0.004,0.125,0.085,0.209,0.092 c0.297,0.025,0.582,0.042,0.852-0.065C129.821,2.627,129.838,2.637,129.85,2.631L129.85,2.631z M130.084,8.156 c0.07-0.003-0.256-0.032-0.203,0.006C129.934,8.202,130.012,8.158,130.084,8.156L130.084,8.156z M129.641,1.839 c0.135-0.122-0.717-0.089-0.568,0.021C129.219,1.97,129.506,1.959,129.641,1.839L129.641,1.839z M129.608,8.374 c-0.029,0.001-0.053,0.008-0.08,0.003C129.499,8.372,129.637,8.372,129.608,8.374L129.608,8.374z M129.524,11.178 c-0.029,0.001-0.053,0.007-0.082,0.003C129.415,11.176,129.553,11.178,129.524,11.178L129.524,11.178z M129.018,2.328 c-0.029,0.002-0.053,0.009-0.082,0.004C128.909,2.326,129.045,2.328,129.018,2.328L129.018,2.328z M129.073,6.126 c0.164-0.061-0.338-0.042-0.496-0.112c-0.055-0.026,0.121-0.101,0.074-0.137c-0.133-0.099-0.623,0.063-0.48,0.152 c0.051,0.03,0.193,0.013,0.166,0.059c-0.025,0.049-0.217,0.053-0.158,0.074C128.465,6.266,128.788,6.234,129.073,6.126 L129.073,6.126z M128.946,3.933c-0.027,0-0.053,0.008-0.08,0.003C128.836,3.93,128.975,3.932,128.946,3.933L128.946,3.933z M129.118,11.193c0.082-0.018-0.316-0.027-0.244,0.01C128.948,11.237,129.036,11.21,129.118,11.193L129.118,11.193z M129.018,10.864 c0.049-0.026,0.008-0.117-0.049-0.132c-0.109-0.028-0.361,0.08-0.277,0.145C128.776,10.938,128.92,10.913,129.018,10.864 L129.018,10.864z M128.684,7.877c0.129-0.05-0.416-0.135-0.408-0.021C128.282,7.975,128.553,7.924,128.684,7.877L128.684,7.877z M128.129,3.896c-0.027,0.002-0.053,0.008-0.08,0.006C128.022,3.894,128.159,3.896,128.129,3.896L128.129,3.896z M127.993,2.902 c0.143-0.054-0.523-0.095-0.447,0.016C127.622,3.03,127.85,2.955,127.993,2.902L127.993,2.902z M127.95,3.569 c-0.029,0.002-0.055,0.008-0.082,0.004S127.977,3.569,127.95,3.569L127.95,3.569z M127.858,1.974 c-0.047,0.025-0.166-0.04-0.162,0.006C127.698,2.026,127.905,1.948,127.858,1.974L127.858,1.974z M128.176,8.962 c0.139-0.176-0.498-0.088-0.734-0.005c-0.053,0.02-0.117-0.056-0.164-0.027c-0.072,0.043,0.018,0.155,0.094,0.197 C127.614,9.256,128.018,9.162,128.176,8.962L128.176,8.962z M128.042,10.9c0.441-0.229-0.975-0.299-1.475-0.177 c-0.039,0.011-0.107,0.047-0.078,0.069c0.225,0.166,0.561,0.031,0.859,0.067C127.588,10.892,127.836,11.008,128.042,10.9 L128.042,10.9z M127.76,5.979c0.057-0.004-0.217-0.008-0.162,0.005C127.653,5.995,127.704,5.979,127.76,5.979L127.76,5.979z M127.903,11.307c-0.029,0-0.053,0.009-0.082,0.003C127.793,11.305,127.93,11.305,127.903,11.307L127.903,11.307z M127.292,3.463 c0.057-0.004-0.217-0.007-0.162,0.006C127.184,3.48,127.235,3.465,127.292,3.463L127.292,3.463z M127.329,8.395 c0.053-0.124-0.309-0.249-0.416-0.15c-0.051,0.047,0.07,0.102,0.092,0.164c0.025,0.066-0.033,0.186,0.053,0.197 C127.186,8.623,127.286,8.495,127.329,8.395L127.329,8.395z M126.831,3.947c0.07-0.003-0.082-0.172-0.129-0.13 C126.653,3.862,126.758,3.948,126.831,3.947L126.831,3.947z M127.034,8.938c0.088-0.038-0.342-0.054-0.283,0.014 C126.809,9.018,126.948,8.979,127.034,8.938L127.034,8.938z M127.047,12.006c0.031-0.041,0.01-0.123-0.049-0.132 c-0.143-0.023-0.273,0.029-0.402,0.082c-0.039,0.019-0.121,0.002-0.119,0.038c0.008,0.153,0.383,0.106,0.529,0.013 C127.018,11.999,127.04,12.016,127.047,12.006L127.047,12.006z M126.674,8.353c-0.033,0.021,0.031-0.115-0.004-0.1 c-0.064,0.03-0.104,0.17-0.031,0.168C126.67,8.421,126.702,8.337,126.674,8.353L126.674,8.353z M126.325,2.232 c0.051-0.023,0.004-0.155-0.047-0.131C126.225,2.123,126.274,2.255,126.325,2.232L126.325,2.232z M126.61,8.621 c0.055-0.017,0.008-0.144-0.049-0.132c-0.055,0.013-0.047,0.122,0.008,0.134C126.583,8.627,126.596,8.627,126.61,8.621L126.61,8.621 z M126.547,8.957c0.057-0.001-0.219-0.006-0.162,0.007C126.44,8.977,126.491,8.961,126.547,8.957L126.547,8.957z M126.305,6.167 c0.215-0.117-0.924-0.182-0.734-0.039c0.17,0.127,0.426,0.051,0.654,0.042C126.252,6.168,126.282,6.179,126.305,6.167L126.305,6.167 z M125.918,2.246c-0.031,0.022-0.107,0.048-0.076,0.071C125.872,2.339,125.95,2.227,125.918,2.246L125.918,2.246z M126.409,12.229 c0.063,0.01-0.037-0.16-0.088-0.128C126.268,12.132,126.346,12.224,126.409,12.229L126.409,12.229z M126.315,12.034 c0.063-0.038-0.014-0.16-0.09-0.164c-0.111-0.004-0.326,0.124-0.234,0.175C126.084,12.099,126.223,12.088,126.315,12.034 L126.315,12.034z M125.793,2.92c0.072-0.003-0.08-0.173-0.129-0.129C125.618,2.834,125.723,2.922,125.793,2.92L125.793,2.92z M125.983,9.047c-0.029,0-0.055,0.008-0.082,0.002S126.01,9.045,125.983,9.047L125.983,9.047z M125.438,3.8 c0.051-0.061-0.307,0.025-0.24,0.075C125.264,3.926,125.387,3.86,125.438,3.8L125.438,3.8z M125.385,2.867 c0,0-0.195,0.002-0.162,0.04C125.258,2.946,125.385,2.867,125.385,2.867L125.385,2.867z M125.657,9.058 c0.156-0.057-0.643-0.037-0.486,0.02S125.502,9.115,125.657,9.058L125.657,9.058z M125.667,12.058 c0.041-0.087-0.209-0.186-0.293-0.121c-0.092,0.071,0.055,0.289,0.178,0.261C125.62,12.181,125.639,12.112,125.667,12.058 L125.667,12.058z M125.29,8.339c0.074-0.029-0.088-0.13-0.17-0.127c-0.102,0.005-0.33,0.108-0.236,0.143 c0.092,0.033,0.186-0.016,0.285-0.011C125.211,8.346,125.252,8.354,125.29,8.339L125.29,8.339z M125.081,8.948 c0.08-0.15-0.717-0.089-0.568,0.021c0.086,0.065,0.217,0.021,0.328,0.054c0.049,0.015-0.148,0.037-0.117,0.071 C124.805,9.187,125.024,9.052,125.081,8.948L125.081,8.948z M124.629,3.897c0.074-0.042-0.252-0.132-0.248-0.058 C124.385,3.913,124.553,3.938,124.629,3.897L124.629,3.897z M124.499,3.035c0.09,0.015-0.135-0.228-0.172-0.16 C124.29,2.944,124.409,3.021,124.499,3.035L124.499,3.035z M124.186,1.847c0.057-0.001-0.217-0.006-0.162,0.007 C124.079,1.867,124.129,1.851,124.186,1.847L124.186,1.847z M124.147,2.583c0.053-0.021,0.008-0.117-0.049-0.131 c-0.043-0.013-0.074,0.035-0.119,0.036c-0.041,0.002-0.113,0.054-0.078,0.07C123.975,2.596,124.069,2.613,124.147,2.583 L124.147,2.583z M124.397,8.374c-0.025,0.048-0.139,0.138-0.074,0.136C124.387,8.506,124.422,8.326,124.397,8.374L124.397,8.374z M124.186,8.981c0.051-0.024,0.012-0.134-0.047-0.132c-0.09,0.004-0.152,0.173-0.07,0.203 C124.116,9.069,124.143,9.003,124.186,8.981L124.186,8.981z M123.897,3.926c-0.027,0-0.053,0.008-0.08,0.004 C123.788,3.924,123.926,3.924,123.897,3.926L123.897,3.926z M123.698,1.867c0.059-0.002-0.217-0.008-0.162,0.005 S123.641,1.868,123.698,1.867L123.698,1.867z M123.987,8.322c0.076-0.069-0.379-0.037-0.324,0.047 C123.719,8.45,123.909,8.392,123.987,8.322L123.987,8.322z M123.555,5.071c-0.027,0.002-0.053,0.008-0.08,0.003 C123.448,5.071,123.584,5.071,123.555,5.071L123.555,5.071z M123.491,5.342c0.098,0.021-0.18-0.279-0.174-0.194 C123.321,5.232,123.391,5.318,123.491,5.342L123.491,5.342z M123.168,2.555c0,0-0.195,0-0.16,0.037 C123.042,2.631,123.168,2.555,123.168,2.555L123.168,2.555z M123.165,5.354c0.123-0.03-0.061-0.22-0.178-0.261 c-0.105-0.037-0.051,0.232,0.057,0.265C123.083,5.371,123.124,5.363,123.165,5.354L123.165,5.354z M122.754,5.304 c0.232-0.209-0.658-0.132-0.979-0.029c-0.08,0.025-0.197-0.02-0.242,0.042c-0.037,0.051-0.02,0.15,0.051,0.164 c0.152,0.031,0.295-0.046,0.447-0.016c0.111,0.021,0.221,0.025,0.324-0.014c0.037-0.014-0.119-0.047-0.084-0.063 C122.422,5.318,122.639,5.407,122.754,5.304L122.754,5.304z M122.67,3.84c-0.029,0.021-0.105,0.047-0.076,0.068 C122.624,3.932,122.702,3.817,122.67,3.84L122.67,3.84z M122.518,2.578c0.063,0.008-0.037-0.16-0.088-0.13 C122.377,2.479,122.456,2.57,122.518,2.578L122.518,2.578z M122.485,9.113c-0.029,0-0.055,0.009-0.082,0.004 S122.512,9.112,122.485,9.113L122.485,9.113z M122.163,4.925c0.094,0.022-0.068-0.253-0.133-0.194 C121.965,4.788,122.071,4.904,122.163,4.925L122.163,4.925z M122.092,6.528c0.092-0.02-0.254-0.168-0.25-0.09 c0.004,0.042,0.039,0.083,0.088,0.096C121.983,6.548,122.038,6.539,122.092,6.528L122.092,6.528z M122.071,8.995 c0.074-0.043-0.145-0.176-0.211-0.124c-0.061,0.046,0.049,0.172,0.131,0.161C122.022,9.028,122.045,9.012,122.071,8.995 L122.071,8.995z M121.706,2.61c0.057-0.004-0.217-0.007-0.162,0.006C121.598,2.627,121.649,2.611,121.706,2.61L121.706,2.61z M121.682,6.478c0.143-0.077-0.588-0.093-0.486,0.019C121.297,6.608,121.54,6.556,121.682,6.478L121.682,6.478z M121.665,9.012 c0.154-0.138-0.838-0.08-0.65,0.025c0.166,0.091,0.383,0.065,0.57,0.012C121.616,9.039,121.643,9.03,121.665,9.012L121.665,9.012z M121.473,5.686c-0.035,0.017-0.123-0.03-0.121,0.004C121.354,5.726,121.51,5.668,121.473,5.686L121.473,5.686z M121.299,2.625 c0.076-0.039-0.004-0.186-0.094-0.197c-0.184-0.02-0.344,0.008-0.527,0.021c-0.213,0.017-0.395,0.078-0.607,0.057 c-0.031-0.002-0.053-0.023-0.084-0.029c-0.107-0.023-0.109-0.226-0.215-0.192c-0.076,0.024-0.113,0.104-0.197,0.107 c-0.611,0.024-1.158,0.169-1.748,0.034c-0.203-0.047-0.457-0.369-0.541-0.213c-0.023,0.043,0.061,0.116,0.006,0.133 c-0.084,0.027-0.156-0.062-0.246-0.056c-0.043,0,0.043,0.084,0.004,0.098c-0.092,0.034-0.15-0.142-0.25-0.122 c-0.078,0.013-0.076,0.124-0.154,0.137c-0.199,0.039-0.398-0.157-0.576-0.076c-0.07,0.032-0.076,0.123-0.154,0.14 c-0.088,0.017-0.158-0.069-0.248-0.059c-0.846,0.104-1.611-0.142-2.439,0.027c-0.041,0.008-0.039,0.065-0.078,0.069 c-0.072,0.009-0.133-0.03-0.205-0.023c-0.314,0.023-0.602,0.054-0.898-0.032c-0.078-0.024-0.133-0.065-0.209-0.093 c-0.064-0.024,0.057-0.143-0.01-0.166c-0.094-0.035-0.152,0.092-0.236,0.142c-0.082,0.05-0.33,0.109-0.236,0.143 c0.105,0.038,0.404-0.05,0.328,0.021c-0.129,0.115-0.686,0.04-0.523,0.12c0.354,0.174,0.766-0.03,1.178-0.046 c0.414-0.015,0.77,0.004,1.182,0.021c0.1,0.003,0.188,0.001,0.285-0.011c0.113-0.015,0.211-0.02,0.324-0.013 c0.113,0.008,0.213-0.013,0.326-0.013c0.262,0.004,0.477,0.093,0.738,0.105c0.525,0.026,0.977-0.08,1.504-0.058 c0.133,0.006,0.236,0.08,0.371,0.086c0.682,0.029,1.277-0.093,1.953-0.009c0.145,0.019,0.475,0.063,0.375,0.153 c-0.066,0.06-0.287-0.038-0.283,0.043c0.01,0.152,0.504,0.163,0.531,0.013c0.014-0.068-0.109-0.146-0.053-0.196 c0.203-0.183,0.584-0.067,0.857,0.033c0.066,0.023-0.084,0.128-0.031,0.167c0.076,0.056,0.189,0.043,0.287,0.023 c0.063-0.012,0.18-0.025,0.158-0.074c-0.029-0.073-0.229-0.189-0.133-0.194c0.064-0.002,0.105,0.072,0.166,0.06 C121.038,2.678,121.176,2.687,121.299,2.625L121.299,2.625z M121.233,2.895c0.055-0.018,0.008-0.146-0.049-0.133 c-0.055,0.015-0.047,0.122,0.008,0.135C121.206,2.9,121.219,2.898,121.233,2.895L121.233,2.895z M121.483,8.686 c0.15-0.069-0.611-0.011-0.484,0.084C121.127,8.866,121.333,8.753,121.483,8.686L121.483,8.686z M121.438,7.888 c0.129-0.048-0.537-0.032-0.406,0.015C121.161,7.949,121.307,7.936,121.438,7.888L121.438,7.888z M121.178,7.63 c-0.031,0.021-0.107,0.048-0.078,0.07S121.209,7.609,121.178,7.63L121.178,7.63z M120.87,6.509c0.293-0.108-0.918-0.396-0.904-0.134 c0.014,0.229,0.502,0.147,0.781,0.139C120.792,6.512,120.831,6.522,120.87,6.509L120.87,6.509z M120.858,7.709 c0.059-0.031-0.063-0.109-0.131-0.129c-0.26-0.069-0.506-0.036-0.777-0.069c-0.357-0.045-1.316,0.053-1.006,0.206 c0.162,0.08,0.699,0.003,0.533,0.078c-0.285,0.132-0.607-0.01-0.936,0.004c-0.469,0.017-0.932-0.138-1.34,0.05 c-0.098,0.045-0.289,0.099-0.234,0.177c0.027,0.041,0.127-0.01,0.164,0.027c0.025,0.025,0.037-0.074,0.076-0.068 c0.07,0.005,0.066,0.1,0.131,0.127c0.096,0.04,0.199,0.038,0.289,0.088c0.271,0.15,0.473,0.363,0.797,0.403 c0.152,0.019,0.525-0.078,0.398-0.147c-0.148-0.083-0.602,0.003-0.494-0.115c0.191-0.218,0.623,0.02,0.932-0.069 c0.17-0.049,0.373-0.27,0.48-0.151c0.045,0.05-0.129,0.129-0.072,0.17c0.096,0.07,0.428,0.078,0.365-0.015 c-0.035-0.05-0.178-0.085-0.129-0.129c0.098-0.085,0.275,0.004,0.404-0.047c0.053-0.022,0.141,0.07,0.164,0.025 c0.029-0.053-0.063-0.126-0.01-0.166c0.076-0.056,0.33-0.107,0.236-0.143c-0.111-0.04-0.412-0.014-0.33-0.086 C120.485,7.626,120.713,7.783,120.858,7.709L120.858,7.709z M120.764,8.912c0.133-0.119-0.697-0.104-0.57,0.023 c0.117,0.116,0.359,0.041,0.529-0.021C120.735,8.909,120.752,8.923,120.764,8.912L120.764,8.912z M120.292,3.531 c0.07-0.015-0.074-0.167-0.129-0.129C120.108,3.438,120.223,3.544,120.292,3.531L120.292,3.531z M120.327,8.396 c0.053,0.039,0.037-0.21-0.01-0.167C120.268,8.272,120.274,8.357,120.327,8.396L120.327,8.396z M120.018,3.008 c0.115-0.004-0.111-0.305-0.176-0.227C119.778,2.857,119.903,3.012,120.018,3.008L120.018,3.008z M119.95,8.944 c0.076-0.114-0.52-0.03-0.441,0.084c0.037,0.054,0.133,0.076,0.207,0.059c0.066-0.018,0.057-0.103,0.113-0.137 C119.862,8.926,119.93,8.975,119.95,8.944L119.95,8.944z M119.834,9.749c-0.029,0.002-0.055,0.008-0.082,0.004 C119.725,9.747,119.862,9.747,119.834,9.749L119.834,9.749z M119.817,10.882c0.039-0.014,0.037-0.1-0.006-0.098 c-0.07,0.003-0.225,0.089-0.156,0.105C119.709,10.902,119.766,10.902,119.817,10.882L119.817,10.882z M119.233,6.372 c-0.027,0.002-0.053,0.007-0.08,0.003C119.124,6.37,119.262,6.37,119.233,6.372L119.233,6.372z M119.223,9.039 c0.139-0.102-0.619-0.113-0.527,0.021c0.082,0.121,0.352,0.067,0.486-0.019C119.194,9.032,119.213,9.047,119.223,9.039 L119.223,9.039z M119.018,9.714c0.037-0.017,0.037-0.103-0.006-0.101c-0.072,0.003-0.227,0.091-0.158,0.106 C118.911,9.731,118.965,9.732,119.018,9.714L119.018,9.714z M118.559,3.13c0.15,0.024-0.182-0.399-0.26-0.29 c-0.053,0.073,0.098,0.137,0.174,0.194C118.51,3.061,118.508,3.121,118.559,3.13L118.559,3.13z M118.92,10.851 c0.068-0.015-0.074-0.166-0.131-0.128C118.735,10.76,118.85,10.865,118.92,10.851L118.92,10.851z M118.497,3.465 c0.035-0.03-0.08-0.08-0.125-0.061S118.463,3.497,118.497,3.465L118.497,3.465z M118.659,7.726c0.143-0.084-0.5-0.225-0.492-0.08 c0.008,0.142,0.324,0.089,0.49,0.049C118.67,7.69,118.649,7.734,118.659,7.726L118.659,7.726z M118.479,6 c0.068-0.049-0.131-0.161-0.211-0.125c-0.049,0.023-0.039,0.106,0.008,0.133C118.334,6.042,118.426,6.039,118.479,6L118.479,6z M118.637,11.594c0.045-0.06-0.195-0.08-0.246-0.023C118.34,11.629,118.592,11.655,118.637,11.594L118.637,11.594z M118.354,6.672 c0.166-0.092-0.75-0.045-0.568,0.021C117.967,6.76,118.188,6.762,118.354,6.672L118.354,6.672z M117.977,1.486 c-0.057,0.009,0.086-0.116,0.033-0.135c-0.066-0.024-0.18,0.112-0.115,0.137C117.922,1.498,118.004,1.48,117.977,1.486 L117.977,1.486z M118.336,9.205c0.082-0.026-0.25-0.095-0.244-0.022C118.096,9.254,118.256,9.23,118.336,9.205L118.336,9.205z M118.245,9.01c0.076-0.098-0.242-0.162-0.373-0.119c-0.119,0.037,0.051,0.276,0.178,0.26C118.139,9.138,118.196,9.072,118.245,9.01 L118.245,9.01z M117.579,1.635c0.092,0.021-0.07-0.252-0.133-0.195C117.381,1.497,117.487,1.613,117.579,1.635L117.579,1.635z M117.821,7.293c-0.029,0.001-0.055,0.007-0.082,0.003C117.711,7.291,117.848,7.291,117.821,7.293L117.821,7.293z M117.516,1.97 c-0.029,0-0.053,0.009-0.082,0.004C117.407,1.969,117.543,1.969,117.516,1.97L117.516,1.97z M117.94,10.822 c-0.035,0.018-0.123-0.031-0.121,0.003C117.821,10.86,117.977,10.804,117.94,10.822L117.94,10.822z M117.811,8.559 c0.066-0.044-0.188-0.076-0.246-0.023C117.508,8.588,117.745,8.604,117.811,8.559L117.811,8.559z M117.795,9.692 c0.082-0.016-0.318-0.025-0.244,0.011C117.624,9.739,117.711,9.71,117.795,9.692L117.795,9.692z M117.321,2.845 c0.096-0.052-0.332-0.114-0.326-0.022C117,2.917,117.225,2.896,117.321,2.845L117.321,2.845z M117.557,8.369 c0.059-0.03-0.061-0.114-0.131-0.129s-0.129,0.03-0.201,0.043c-0.088,0.012-0.266,0.004-0.24,0.074 c0.027,0.075,0.154,0.095,0.25,0.09C117.352,8.443,117.458,8.421,117.557,8.369L117.557,8.369z M117.426,6.108 c0,0-0.195,0-0.16,0.037C117.301,6.187,117.426,6.108,117.426,6.108L117.426,6.108z M117.524,9.237 c0.129-0.093-0.615-0.109-0.488-0.015S117.395,9.33,117.524,9.237L117.524,9.237z M117.256,5.979 c0.311-0.168-1.25,0.021-1.031-0.227c0.031-0.035,0.166-0.053,0.119-0.07c-0.107-0.039-0.219,0.032-0.322,0.078 c-0.049,0.023,0.055,0.105,0.008,0.132c-0.385,0.232-0.875-0.126-1.352-0.146c-0.301-0.013-0.545,0.12-0.848,0.133 c-0.811,0.03-3.105-0.105-2.318,0.055c0.182,0.037,0.346,0.054,0.533,0.046c0.186-0.007,0.344-0.04,0.527-0.02 c0.064,0.007,0.109,0.039,0.166,0.059c0.082,0.031,0.004,0.185,0.094,0.198c0.254,0.036,0.469-0.085,0.727-0.095 c0.186-0.007,0.352-0.003,0.527-0.055c0.127-0.035,0.252-0.179,0.359-0.114c0.076,0.049,0.051,0.157,0.133,0.196 c0.314,0.146,0.654-0.117,1.008-0.171c0.145-0.023,0.234,0.119,0.375,0.151c0.107,0.025,0.135-0.136,0.236-0.177 C116.532,5.824,116.948,6.149,117.256,5.979L117.256,5.979z M117.346,8.977c0.076-0.084-0.418-0.082-0.365,0.014 C117.034,9.087,117.272,9.063,117.346,8.977L117.346,8.977z M117.02,6.124c0.082-0.027-0.293-0.016-0.242,0.041 C116.831,6.223,116.94,6.149,117.02,6.124L117.02,6.124z M116.917,5.728c0.057-0.002-0.217-0.008-0.162,0.006 C116.809,5.746,116.86,5.729,116.917,5.728L116.917,5.728z M116.672,1.468c0.131-0.048-0.414-0.134-0.406-0.018 C116.272,1.568,116.543,1.518,116.672,1.468L116.672,1.468z M116.61,1.805c-0.027,0.001-0.053,0.007-0.08,0.002 C116.5,1.805,116.639,1.805,116.61,1.805L116.61,1.805z M116.7,9.069c0.234-0.088-0.943-0.09-0.73,0.027 C116.182,9.215,116.467,9.156,116.7,9.069L116.7,9.069z M116.659,8.337c0.059-0.02-0.17-0.112-0.166-0.061 C116.495,8.329,116.6,8.356,116.659,8.337L116.659,8.337z M116.491,6.811c0.047,0.034-0.17-0.113-0.168-0.061 C116.327,6.801,116.442,6.774,116.491,6.811L116.491,6.811z M116.204,1.82c-0.027,0.001-0.053,0.008-0.08,0.002 C116.096,1.818,116.233,1.82,116.204,1.82L116.204,1.82z M116.241,3.887c0.07-0.015-0.074-0.167-0.129-0.128 C116.057,3.795,116.172,3.901,116.241,3.887L116.241,3.887z M116.024,1.494c0.051-0.024,0.002-0.156-0.049-0.132 C115.924,1.384,115.971,1.518,116.024,1.494L116.024,1.494z M116.249,8.285c0,0-0.195,0.002-0.16,0.041 C116.124,8.363,116.249,8.285,116.249,8.285L116.249,8.285z M115.879,1.832c0.096-0.051-0.332-0.115-0.326-0.021 C115.557,1.906,115.784,1.885,115.879,1.832L115.879,1.832z M115.917,3.899c0.092-0.022-0.041-0.216-0.133-0.195 c-0.07,0.014-0.158,0.09-0.115,0.137C115.723,3.901,115.831,3.919,115.917,3.899L115.917,3.899z M116.022,7.161 c0.072-0.045-0.082-0.156-0.172-0.16c-0.084-0.003-0.115,0.104-0.197,0.108c-0.158,0.006-0.506-0.138-0.449-0.017 c0.098,0.209,0.539,0.179,0.777,0.07C115.993,7.156,116.01,7.168,116.022,7.161L116.022,7.161z M116.02,8.561 c0.053-0.038-0.063-0.146-0.129-0.128c-0.08,0.022-0.074,0.195,0.012,0.2C115.954,8.636,115.981,8.59,116.02,8.561L116.02,8.561z M115.917,6.766c0.041,0.014,0.02-0.073-0.006-0.1c-0.025-0.03-0.074,0.029-0.119,0.038c-0.055,0.008-0.164-0.042-0.162,0.004 c0.006,0.09,0.199,0.138,0.291,0.09C115.932,6.792,115.905,6.76,115.917,6.766L115.917,6.766z M115.825,10.836 c0.041-0.008,0.031-0.084-0.006-0.101c-0.121-0.05-0.459,0.04-0.359,0.115C115.553,10.921,115.698,10.855,115.825,10.836 L115.825,10.836z M115.729,9.174c0.096-0.036-0.338-0.131-0.287-0.057C115.493,9.19,115.635,9.208,115.729,9.174L115.729,9.174z M115.34,3.787c0.182-0.069-0.686-0.077-0.568,0.054c0.084,0.095,0.268,0.011,0.406-0.015C115.237,3.815,115.286,3.807,115.34,3.787 L115.34,3.787z M115.149,1.861c0.066-0.022-0.061-0.12-0.131-0.13c-0.074-0.009-0.27,0.05-0.199,0.075 C114.926,1.846,115.038,1.896,115.149,1.861L115.149,1.861z M115.317,7.656c0.143-0.079-0.588-0.063-0.486,0.051 c0.094,0.104,0.313,0.019,0.445-0.05C115.288,7.65,115.305,7.661,115.317,7.656L115.317,7.656z M115.307,8.923 c-0.027,0.002-0.053,0.007-0.08,0.002C115.198,8.921,115.336,8.921,115.307,8.923L115.307,8.923z M115.047,7.198 c0.064-0.022,0.049-0.134-0.01-0.166c-0.168-0.094-0.373-0.036-0.572-0.046c-0.342-0.015-0.676-0.064-0.975,0.071 c-0.076,0.035-0.246-0.027-0.242,0.043c0.006,0.11,0.232,0.225,0.336,0.153c0.043-0.029-0.051-0.102-0.008-0.133 c0.086-0.062,0.178,0.113,0.291,0.124c0.313,0.028,0.576-0.09,0.891-0.102C114.862,7.14,114.952,7.232,115.047,7.198L115.047,7.198z M114.78,6.811c0.088-0.059-0.104-0.186-0.215-0.195c-0.102-0.006-0.146,0.104-0.236,0.144c-0.063,0.029-0.205-0.018-0.201,0.04 c0.01,0.164,0.393,0.088,0.57,0.013C114.723,6.801,114.758,6.824,114.78,6.811L114.78,6.811z M114.495,1.82 c0.107-0.079-0.416-0.137-0.408-0.02C114.092,1.917,114.387,1.897,114.495,1.82L114.495,1.82z M114.76,7.877 c-0.029,0.001-0.055,0.007-0.082,0.003C114.651,7.875,114.788,7.875,114.76,7.877L114.76,7.877z M114.747,9.077 c-0.027,0-0.053,0.008-0.08,0.004C114.637,9.076,114.776,9.076,114.747,9.077L114.747,9.077z M114.711,9.879 c0.109-0.078-0.518-0.132-0.41-0.052S114.602,9.957,114.711,9.879L114.711,9.879z M114.159,1.632 c0.104-0.004,0.004-0.203-0.096-0.229c-0.189-0.048-0.373-0.013-0.568,0.022c-0.057,0.01-0.195,0-0.16,0.038 c0.146,0.165,0.453,0.143,0.697,0.107C114.083,1.563,114.108,1.635,114.159,1.632L114.159,1.632z M114.202,3.83 c0.063-0.055-0.143-0.176-0.211-0.124c-0.043,0.031-0.006,0.115,0.049,0.131S114.165,3.866,114.202,3.83L114.202,3.83z M114.254,6.162c-0.029,0.002-0.053,0.008-0.08,0.003C114.145,6.16,114.284,6.16,114.254,6.162L114.254,6.162z M114.276,7.961 c0.061-0.016-0.027-0.114-0.09-0.13c-0.258-0.065-1.002-0.084-0.771,0.03c0.221,0.109,0.479,0.064,0.736,0.039 C114.202,7.894,114.227,7.975,114.276,7.961L114.276,7.961z M114.182,9.165c0.092-0.02-0.254-0.168-0.25-0.089 C113.936,9.152,114.088,9.185,114.182,9.165L114.182,9.165z M114.131,9.701c-0.029,0-0.053,0.007-0.082,0.003 C114.022,9.699,114.159,9.699,114.131,9.701L114.131,9.701z M113.967,6.84c0.068-0.018-0.092-0.179-0.129-0.128 C113.801,6.762,113.899,6.856,113.967,6.84L113.967,6.84z M113.772,4.847c0.057-0.002-0.217-0.005-0.162,0.008 S113.715,4.849,113.772,4.847L113.772,4.847z M114.034,10.838c0.203-0.106-0.389-0.288-0.625-0.243 c-0.057,0.011-0.107-0.005-0.162,0.007c-0.057,0.013,0.088,0.096,0.047,0.131c-0.121,0.108-0.373-0.223-0.494-0.114 c-0.059,0.054,0.057,0.199-0.029,0.202c-0.166,0.006-0.256-0.158-0.418-0.184c-0.143-0.023-0.443,0.084-0.355,0.179 c0.145,0.161,0.451,0.074,0.695,0.074c0.457,0,0.893,0.118,1.301-0.05C114.004,10.835,114.02,10.845,114.034,10.838L114.034,10.838z M113.895,9.844c0.039-0.029-0.076-0.057-0.088-0.099c-0.006-0.025-0.053-0.019-0.082-0.028c-0.156-0.057-0.324-0.022-0.488,0.018 c-0.121,0.031-0.422,0.088-0.316,0.146c0.234,0.131,0.537,0.032,0.813-0.03C113.788,9.836,113.852,9.874,113.895,9.844 L113.895,9.844z M113.557,3.923c0.09-0.025-0.043-0.221-0.135-0.194c-0.053,0.014-0.037,0.104,0.008,0.132 C113.471,3.885,113.508,3.936,113.557,3.923L113.557,3.923z M113.772,9.113c0.055-0.017,0.008-0.145-0.049-0.13 c-0.055,0.012-0.047,0.119,0.008,0.132C113.745,9.119,113.758,9.119,113.772,9.113L113.772,9.113z M113.813,11.246 c0.068-0.017,0.059-0.146-0.01-0.167c-0.092-0.024-0.299,0.051-0.238,0.109C113.622,11.246,113.727,11.269,113.813,11.246 L113.813,11.246z M113.473,6.725c0.047-0.027,0.01-0.132-0.049-0.131c-0.084,0.003-0.195,0.161-0.113,0.172 C113.37,6.772,113.424,6.753,113.473,6.725L113.473,6.725z M113.122,4.873c-0.027,0-0.053,0.006-0.08,0.001 C113.012,4.871,113.151,4.871,113.122,4.873L113.122,4.873z M113.065,3.873c0.117-0.061-0.279-0.203-0.373-0.118 S112.946,3.936,113.065,3.873L113.065,3.873z M112.967,7.878c-0.027,0.002-0.053,0.008-0.08,0.003 C112.858,7.877,112.997,7.878,112.967,7.878L112.967,7.878z M112.809,5.084c0.119-0.044-0.447-0.139-0.371-0.054 C112.516,5.118,112.688,5.129,112.809,5.084L112.809,5.084z M112.715,4.888c0.055-0.018,0.008-0.119-0.049-0.132 c-0.049-0.011-0.143,0.034-0.117,0.072C112.581,4.873,112.657,4.906,112.715,4.888L112.715,4.888z M112.567,2.293 c-0.027,0.001-0.053,0.009-0.08,0.003C112.458,2.292,112.596,2.292,112.567,2.293L112.567,2.293z M112.997,11.21 c0.203-0.145-1.033-0.029-0.773,0.03c0.248,0.057,0.516,0.084,0.732-0.028C112.967,11.206,112.985,11.219,112.997,11.21 L112.997,11.21z M112.709,7.622c0.117-0.065-0.537-0.031-0.406,0.015C112.434,7.685,112.59,7.686,112.709,7.622L112.709,7.622z M112.602,7.159c0.301-0.219-0.779-0.227-1.146-0.091c-0.053,0.021-0.203,0.008-0.16,0.041c0.146,0.11,0.342,0.164,0.539,0.146 c0.16-0.015,0.281-0.093,0.441-0.116C112.387,7.121,112.516,7.221,112.602,7.159L112.602,7.159z M112.334,3.902 c0.082-0.029-0.01-0.171-0.094-0.196c-0.24-0.072-0.475,0.017-0.73,0.028c-0.385,0.014-0.723-0.085-1.102-0.026 c-0.09,0.015-0.262,0.092-0.195,0.142c0.18,0.134,0.451,0.04,0.695,0.04c0.441,0,0.826,0.08,1.262,0.019 C112.227,3.901,112.282,3.921,112.334,3.902L112.334,3.902z M112.161,2.309c-0.027,0-0.053,0.009-0.08,0.002 C112.051,2.308,112.19,2.308,112.161,2.309L112.161,2.309z M112.112,1.444c0.082-0.018-0.318-0.027-0.244,0.009 C111.94,1.488,112.028,1.461,112.112,1.444L112.112,1.444z M112.514,9.896c0.078-0.013-0.117-0.176-0.17-0.126 C112.29,9.817,112.434,9.907,112.514,9.896L112.514,9.896z M112.176,6.842c0.121-0.005-0.391-0.175-0.33-0.087 C111.905,6.842,112.055,6.846,112.176,6.842L112.176,6.842z M112.155,7.909c0.053-0.001-0.143-0.1-0.125-0.063 C112.047,7.888,112.104,7.911,112.155,7.909L112.155,7.909z M112.139,9.043c-0.029,0.002-0.053,0.009-0.082,0.004 C112.03,9.042,112.167,9.042,112.139,9.043L112.139,9.043z M111.815,7.656c0.182-0.067-0.719-0.122-0.57-0.013 C111.393,7.754,111.633,7.724,111.815,7.656L111.815,7.656z M111.75,10.791c0.193-0.07-0.768-0.094-0.609,0.024 C111.299,10.933,111.555,10.865,111.75,10.791L111.75,10.791z M111.364,6.874c0.057-0.004-0.217-0.009-0.162,0.005 C111.256,6.892,111.307,6.876,111.364,6.874L111.364,6.874z M111.366,8.34c0.068-0.02-0.059-0.119-0.129-0.128 c-0.076-0.01-0.256,0.032-0.199,0.073C111.124,8.35,111.254,8.37,111.366,8.34L111.366,8.34z M111.227,7.345 c0.135-0.005-0.127-0.34-0.219-0.258C110.918,7.168,111.094,7.351,111.227,7.345L111.227,7.345z M111.413,12.006 c-0.027,0.001-0.053,0.008-0.08,0.002C111.303,12.004,111.442,12.004,111.413,12.006L111.413,12.006z M111.01,7.82 c-0.047,0.025-0.164-0.04-0.162,0.007C110.85,7.873,111.057,7.795,111.01,7.82L111.01,7.82z M111.036,9.687 c0.033-0.174-0.412-0.106-0.613-0.043c-0.029,0.008-0.057,0.048-0.037,0.066c0.102,0.102,0.295,0.075,0.451,0.05 C110.913,9.747,111.024,9.747,111.036,9.687L111.036,9.687z M110.6,3.502c0.09,0.008-0.004-0.184-0.092-0.196 c-0.063-0.01-0.189,0.027-0.158,0.071C110.399,3.451,110.499,3.495,110.6,3.502L110.6,3.502z M110.69,7.898 c0.061-0.038-0.02-0.143-0.092-0.162c-0.18-0.052-0.686,0.039-0.521,0.119C110.26,7.947,110.52,8.009,110.69,7.898L110.69,7.898z M110.303,2.579c0.064-0.034-0.168-0.112-0.207-0.058C110.057,2.574,110.239,2.614,110.303,2.579L110.303,2.579z M110.288,2.314 c0.086-0.064-0.227-0.2-0.291-0.122C109.932,2.269,110.204,2.376,110.288,2.314L110.288,2.314z M110.729,11.432 c0.104-0.038-0.43-0.025-0.326,0.013C110.508,11.48,110.625,11.47,110.729,11.432L110.729,11.432z M110.635,11.235 c0.229-0.119-0.484-0.236-0.742-0.171c-0.15,0.035-0.1,0.282,0.021,0.365c0.066,0.045,0.16,0.04,0.246,0.024 c0.041-0.009,0.088,0.016,0.121-0.006c0.072-0.042-0.01-0.167,0.07-0.202C110.438,11.206,110.551,11.277,110.635,11.235 L110.635,11.235z M110.106,3.387c-0.029,0.002-0.053,0.009-0.082,0.004C109.997,3.386,110.133,3.387,110.106,3.387L110.106,3.387z M110.446,10.775c0.113-0.123-0.662-0.016-0.523,0.087C110.061,10.966,110.334,10.896,110.446,10.775L110.446,10.775z M109.975,2.525c0.117-0.104-0.328-0.002-0.49-0.048c-0.039-0.011,0.113-0.057,0.076-0.069c-0.326-0.117-0.662-0.028-1.02-0.026 c-0.611,0-1.143,0.108-1.748,0.033c-0.041-0.005-0.037,0.07-0.078,0.068c-0.127-0.004-0.205-0.109-0.332-0.12 c-0.539-0.044-1.004,0.193-1.541,0.127c-0.082-0.011-0.127-0.077-0.209-0.093c-0.482-0.1-0.934,0.102-1.424,0.021 c-0.434-0.07-0.822-0.067-1.266-0.051c-0.189,0.007-0.35-0.042-0.533-0.078c-0.092-0.021-0.156-0.073-0.25-0.091 c-0.607-0.126-1.162,0.044-1.787,0.068c-0.428,0.015-0.803-0.093-1.223-0.021c-0.199,0.035-0.359,0.114-0.563,0.123 c-0.09,0.003-0.158-0.047-0.248-0.059c-0.689-0.086-1.295,0.074-1.992,0.044c-0.557-0.024-1.035-0.017-1.59-0.039 c-0.041-0.003-0.045-0.062-0.086-0.063c-0.246-0.011-0.439,0.107-0.686,0.126c-0.625,0.047-1.166-0.089-1.795-0.065 c-0.598,0.024-1.111,0.025-1.709,0c-0.191-0.008-0.641,0.138-0.477,0.218c0.078,0.038,0.15-0.087,0.24-0.076 c0.057,0.01,0.105-0.009,0.162-0.006c0.443,0.029,0.824,0.12,1.268,0.085c0.313-0.025,0.584,0.02,0.898,0.032 c0.799,0.035,1.484,0.051,2.283,0.08c0.146,0.005,0.258-0.071,0.402-0.084c0.469-0.036,0.875,0.018,1.344-0.017 c1.221-0.093,2.279,0.111,3.504,0.065c0.514-0.021,0.973-0.104,1.467,0.011c0.068,0.015,0.188,0.093,0.129,0.128 c-0.252,0.153-0.906-0.189-0.893,0.067c0.006,0.07,0.164,0,0.246,0.023c0.08,0.024,0.16-0.006,0.244-0.009 c0.471-0.019,0.934,0.203,1.346,0.016c0.027-0.013,0.01-0.054,0.035-0.069c0.061-0.032-0.064-0.129-0.008-0.166 c0.197-0.134,0.477,0.039,0.734,0.039c1.695,0.002,3.168-0.228,4.844-0.02c0.287,0.035,0.539,0.16,0.82,0.102 c0.041-0.007,0.078-0.002,0.121-0.003c0.043-0.006-0.047-0.095-0.006-0.103c0.059-0.007,0.107,0.036,0.164,0.027 c0.07-0.007,0.133,0,0.203-0.007c0.076-0.008,0.131,0.062,0.207,0.058c0.188-0.007,0.338-0.078,0.525-0.085 C109.532,2.61,109.811,2.674,109.975,2.525L109.975,2.525z M109.881,2.33c-0.027,0-0.053,0.008-0.08,0.004 C109.772,2.328,109.911,2.328,109.881,2.33L109.881,2.33z M110.143,9.72c0.301-0.113-0.617-0.148-0.943-0.097 c-0.074,0.013-0.256,0.031-0.199,0.074c0.273,0.205,0.701,0.105,1.061,0.025C110.088,9.717,110.116,9.73,110.143,9.72L110.143,9.72z M110.11,11.988c0.08-0.04-0.039-0.198-0.135-0.196c-0.102,0.006-0.24,0.166-0.15,0.207 C109.911,12.039,110.024,12.031,110.11,11.988L110.11,11.988z M109.641,3.807c-0.029,0-0.053,0.007-0.08,0.003 C109.532,3.803,109.668,3.805,109.641,3.807L109.641,3.807z M109.309,2.285c-0.027,0-0.053,0.008-0.08,0.004 C109.2,2.283,109.338,2.283,109.309,2.285L109.309,2.285z M109.262,2.887c-0.027,0.002-0.053,0.008-0.08,0.002 C109.153,2.886,109.292,2.886,109.262,2.887L109.262,2.887z M109.586,11.409c0.096-0.054-0.332-0.115-0.326-0.022 C109.266,11.48,109.491,11.46,109.586,11.409L109.586,11.409z M109.495,11.212c0.156-0.084-0.609-0.186-0.531-0.046 C109.04,11.305,109.338,11.297,109.495,11.212L109.495,11.212z M109.471,10.813c0.063-0.042,0.076-0.072,0.055-0.094 c0.066,0,0.141-0.019,0.182-0.049c0.086-0.063-0.332-0.113-0.326-0.021c0,0.013,0.006,0.022,0.014,0.032 c-0.285-0.029-0.924,0.037-1.23,0.048c-0.783,0.03-1.455-0.011-2.238,0.019c-0.1,0.006-0.344-0.054-0.285,0.012 c0.332,0.368,1.035,0.094,1.592,0.072c0.74-0.03,1.406,0.159,2.117-0.015C109.391,10.808,109.438,10.835,109.471,10.813 L109.471,10.813z M108.985,2.296c-0.029,0.002-0.053,0.009-0.082,0.004C108.875,2.296,109.012,2.296,108.985,2.296L108.985,2.296z M108.608,2.845c0.049,0.035-0.168-0.112-0.164-0.061C108.446,2.837,108.561,2.81,108.608,2.845L108.608,2.845z M108.711,8.908 c-0.047,0.027-0.164-0.04-0.162,0.006C108.551,8.962,108.758,8.882,108.711,8.908L108.711,8.908z M108.325,7.856 c0.057-0.002-0.217-0.008-0.162,0.005C108.217,7.875,108.268,7.858,108.325,7.856L108.325,7.856z M108.309,8.99 c0.232-0.087-0.943-0.089-0.73,0.028C107.79,9.136,108.077,9.077,108.309,8.99L108.309,8.99z M107.897,1.806 c0.092,0.008-0.123-0.225-0.17-0.159C107.68,1.708,107.807,1.796,107.897,1.806L107.897,1.806z M108.354,11.188 c0.068-0.013-0.076-0.165-0.131-0.128S108.284,11.203,108.354,11.188L108.354,11.188z M107.686,3.813 c0.098-0.052-0.383-0.104-0.326-0.02C107.417,3.875,107.592,3.866,107.686,3.813L107.686,3.813z M107.838,7.875 c0.057-0.002-0.205-0.024-0.162,0.006C107.717,7.913,107.782,7.878,107.838,7.875L107.838,7.875z M107.518,2.287 c-0.027,0.002-0.053,0.007-0.08,0.004C107.409,2.285,107.547,2.285,107.518,2.287L107.518,2.287z M107.78,8.277 c-0.029,0-0.055,0.008-0.082,0.004C107.67,8.276,107.807,8.276,107.78,8.277L107.78,8.277z M107.715,7.146 c-0.029,0-0.055,0.009-0.082,0.004C107.606,7.145,107.743,7.145,107.715,7.146L107.715,7.146z M107.614,6.817 c-0.027,0-0.053,0.007-0.08,0.004C107.506,6.815,107.643,6.815,107.614,6.817L107.614,6.817z M107.706,9.814 c0.053-0.022,0.01-0.135-0.049-0.133c-0.072,0.004-0.168,0.1-0.115,0.138C107.584,9.851,107.653,9.834,107.706,9.814L107.706,9.814z M107.321,5.962c0.072-0.003-0.256-0.032-0.203,0.006C107.17,6.008,107.25,5.964,107.321,5.962L107.321,5.962z M107.114,3.77 c0.119-0.065-0.512-0.063-0.406,0.015S106.997,3.833,107.114,3.77L107.114,3.77z M107.143,7.102c0.07-0.003-0.256-0.031-0.203,0.009 C106.991,7.148,107.071,7.104,107.143,7.102L107.143,7.102z M107.084,6.104c0.061-0.02-0.168-0.113-0.166-0.061 C106.922,6.097,107.026,6.122,107.084,6.104L107.084,6.104z M107.022,7.84c-0.029,0.002-0.053,0.007-0.082,0.003 C106.913,7.838,107.049,7.84,107.022,7.84L107.022,7.84z M106.59,5.989c0.48-0.099-0.902-0.158-1.395-0.179 c-0.143-0.007-0.264,0.03-0.404,0.048c-0.27,0.031-1.002-0.02-0.768,0.095c0.1,0.051,0.211,0.049,0.328,0.055 c0.387,0.021,0.721,0.01,1.102,0.058c0.24,0.031,0.455,0.046,0.693,0.007c0.082-0.013,0.115-0.096,0.197-0.106 C106.43,5.953,106.506,6.006,106.59,5.989L106.59,5.989z M106.469,3.86c0.078-0.013-0.102-0.16-0.172-0.126 C106.229,3.766,106.389,3.873,106.469,3.86L106.469,3.86z M106.411,7.129c0.057-0.001-0.217-0.006-0.162,0.007 S106.354,7.133,106.411,7.129L106.411,7.129z M106.372,7.865c0.107-0.078-0.414-0.136-0.408-0.019S106.264,7.941,106.372,7.865 L106.372,7.865z M106.239,9.803c0.049-0.025,0.008-0.121-0.049-0.13c-0.09-0.015-0.264,0.089-0.195,0.14 C106.057,9.859,106.167,9.84,106.239,9.803L106.239,9.803z M106,7.078c0.078-0.068-0.332-0.115-0.326-0.021S105.924,7.148,106,7.078 L106,7.078z M105.979,6.68c0.164-0.119-0.396-0.101-0.617-0.11c-0.16-0.007-0.59,0.032-0.443,0.085 c0.082,0.029,0.309,0.002,0.246,0.056c-0.068,0.063-0.311,0.088-0.234,0.143c0.168,0.127,0.422-0.046,0.645-0.091 C105.717,6.732,105.87,6.759,105.979,6.68L105.979,6.68z M105.649,3.759c0.104-0.039-0.43-0.026-0.326,0.013 C105.428,3.81,105.545,3.797,105.649,3.759L105.649,3.759z M105.803,7.886c0.051-0.022,0.002-0.154-0.049-0.132 c-0.063,0.031-0.021,0.169,0.051,0.166C105.819,7.92,105.79,7.893,105.803,7.886L105.803,7.886z M105.723,6.489 c0.42-0.086-1.385-0.45-1.229-0.119c0.098,0.206,0.508-0.117,0.77-0.063C105.438,6.343,105.549,6.524,105.723,6.489L105.723,6.489z M105.797,9.22c0.039-0.014,0.031-0.082-0.006-0.099c-0.186-0.087-0.791-0.034-0.607,0.057c0.148,0.072,0.322,0.074,0.492,0.047 C105.717,9.218,105.758,9.232,105.797,9.22L105.797,9.22z M105.436,7.167c0.146-0.041-0.223-0.184-0.377-0.186 c-0.234,0.002-0.867,0.106-0.643,0.158c0.301,0.069,0.592,0.034,0.895-0.034C105.36,7.095,105.387,7.181,105.436,7.167 L105.436,7.167z M105.602,11.495c-0.027,0-0.053,0.008-0.082,0.002C105.493,11.491,105.631,11.493,105.602,11.495L105.602,11.495z M104.965,1.785c0.082-0.019-0.316-0.027-0.244,0.009C104.795,1.83,104.883,1.801,104.965,1.785L104.965,1.785z M105.217,9.042 c0.107-0.096-0.52-0.03-0.443,0.085C104.852,9.238,105.11,9.138,105.217,9.042L105.217,9.042z M105.161,8.044 c0.107-0.076-0.275-0.059-0.408-0.018c-0.055,0.018-0.203,0.008-0.16,0.04C104.739,8.175,105.01,8.153,105.161,8.044L105.161,8.044z M105.059,11.981c0.084-0.017-0.316-0.025-0.242,0.009C104.889,12.028,104.977,11.999,105.059,11.981L105.059,11.981z M104.409,9.14 c0.141,0.051-0.029-0.312-0.182-0.326c-0.152-0.014-0.398,0.093-0.354,0.215c0.025,0.069,0.158,0.048,0.248,0.055 c0.063,0.007,0.01-0.132,0.072-0.135C104.305,8.944,104.307,9.103,104.409,9.14L104.409,9.14z M104.225,7.347 c0.057-0.002-0.217-0.007-0.162,0.007C104.118,7.366,104.168,7.349,104.225,7.347L104.225,7.347z M103.85,2.229 c0.154-0.112-0.512-0.417-0.502-0.249c0.006,0.092,0.279,0.118,0.215,0.192c-0.031,0.033-0.164,0.055-0.117,0.072 C103.575,2.291,103.745,2.305,103.85,2.229L103.85,2.229z M104.084,7.753c0.059-0.003-0.217-0.008-0.162,0.005 S104.028,7.754,104.084,7.753L104.084,7.753z M103.743,1.764c-0.027,0.002-0.053,0.009-0.082,0.003 C103.633,1.764,103.772,1.764,103.743,1.764L103.743,1.764z M104.122,9.817c-0.027,0.002-0.053,0.008-0.08,0.004 C104.012,9.816,104.151,9.816,104.122,9.817L104.122,9.817z M103.997,7.622c0.061-0.03-0.059-0.121-0.129-0.128 c-0.27-0.025-0.5,0.064-0.771,0.063c-0.514,0-0.961-0.115-1.467-0.044c-0.09,0.013-0.293,0.017-0.24,0.078 c0.084,0.093,0.211,0.13,0.336,0.186c0.07,0.033,0.111,0.082,0.17,0.127c0.07,0.053,0.307,0.027,0.25,0.09 c-0.043,0.048-0.115,0.06-0.156,0.106c-0.023,0.026,0.111,0.039,0.084,0.063c-0.102,0.091-0.4,0.146-0.311,0.247 c0.07,0.079,0.209,0.077,0.33,0.086c0.07,0.007,0.145,0.023,0.203-0.008c0.049-0.025,0.018-0.089,0.033-0.135 c0.018-0.049,0.043-0.089,0.074-0.136c0.023-0.037-0.152-0.026-0.127-0.061c0.09-0.122,0.328-0.024,0.484-0.087 c0.109-0.043,0.158-0.148,0.275-0.177c0.164-0.04,0.611,0.043,0.484-0.051c-0.18-0.135-0.451-0.041-0.693-0.041 c-0.219,0-0.762,0.056-0.615-0.077c0.238-0.215,0.656-0.057,1.014-0.071C103.495,7.642,103.768,7.742,103.997,7.622L103.997,7.622z M104.12,11.219c0.131-0.072-0.561-0.071-0.445,0.017C103.79,11.32,103.991,11.289,104.12,11.219L104.12,11.219z M103.969,8.556 c-0.029,0.002-0.055,0.01-0.082,0.003C103.86,8.556,103.997,8.556,103.969,8.556L103.969,8.556z M103.418,1.776 c0.111-0.022-0.383-0.103-0.328-0.021C103.147,1.839,103.305,1.799,103.418,1.776L103.418,1.776z M103.854,10.828 c0.064-0.026-0.063-0.109-0.129-0.128c-0.34-0.093-0.664-0.056-1.02-0.028c-0.127,0.011-0.412,0.076-0.318,0.146 c0.201,0.148,0.502-0.008,0.771-0.029c0.09-0.006,0.158,0.061,0.248,0.059c0.129-0.007,0.254,0.006,0.363-0.048 C103.797,10.784,103.825,10.84,103.854,10.828L103.854,10.828z M103.67,9.035c0.094-0.063-0.336-0.188-0.33-0.087 C103.344,9.047,103.577,9.098,103.67,9.035L103.67,9.035z M103.317,2.849c0.166-0.092-0.752-0.045-0.57,0.021 C102.93,2.936,103.151,2.938,103.317,2.849L103.317,2.849z M104.034,16.823c0.057-0.004-0.217-0.008-0.162,0.005 S103.977,16.824,104.034,16.823L104.034,16.823z M103.124,2.322c0.066-0.019-0.059-0.12-0.129-0.128 c-0.076-0.01-0.256,0.032-0.201,0.073C102.881,2.332,103.012,2.353,103.124,2.322L103.124,2.322z M103.235,7.118 c0.254-0.228-0.691-0.095-1.066-0.126c-0.256-0.021-0.486-0.066-0.732-0.006c-0.098,0.024-0.313,0.088-0.236,0.143 c0.295,0.22,0.828-0.214,1.139-0.011c0.111,0.071,0.203,0.307,0.299,0.222c0.059-0.053-0.129-0.162-0.053-0.198 C102.784,7.051,103.081,7.256,103.235,7.118L103.235,7.118z M103.219,6.852c0.1-0.045-0.408-0.051-0.324,0.013 C102.979,6.926,103.12,6.897,103.219,6.852L103.219,6.852z M102.93,1.796c0.252-0.228-0.689-0.091-1.064-0.093 c-0.242,0-0.92,0.04-0.686,0.094c0.453,0.104,0.873,0.033,1.344,0.015C102.667,1.806,102.834,1.883,102.93,1.796L102.93,1.796z M102.963,3.795c0.135-0.122-0.717-0.088-0.568,0.022c0.146,0.108,0.383,0.07,0.57,0.011C102.979,3.824,102.954,3.803,102.963,3.795 L102.963,3.795z M103.057,9.725c0.041-0.034,0.004-0.107-0.047-0.131c-0.045-0.022-0.068,0.075-0.119,0.07 c-0.113-0.008-0.332-0.114-0.326-0.021C102.573,9.787,102.94,9.832,103.057,9.725L103.057,9.725z M102.768,6.069 c-0.059,0.009,0.086-0.116,0.033-0.134c-0.066-0.024-0.18,0.112-0.115,0.137C102.711,6.082,102.795,6.063,102.768,6.069 L102.768,6.069z M102.512,1.612c0.111-0.042-0.336-0.188-0.33-0.088S102.401,1.653,102.512,1.612L102.512,1.612z M102.504,2.878 c-0.029,0.002-0.055,0.009-0.082,0.004S102.532,2.878,102.504,2.878L102.504,2.878z M102.899,11.197 c0.057-0.001-0.219-0.005-0.164,0.007C102.79,11.217,102.84,11.201,102.899,11.197L102.899,11.197z M102.409,9.751 c0.066-0.021-0.061-0.115-0.131-0.128c-0.125-0.025-0.48,0.003-0.363,0.046C102.077,9.729,102.243,9.801,102.409,9.751 L102.409,9.751z M101.94,1.568c0.068-0.015-0.074-0.166-0.129-0.129C101.756,1.476,101.872,1.581,101.94,1.568L101.94,1.568z M102.295,9.222c0.072-0.022-0.07-0.103-0.09-0.164c-0.023-0.08,0.033-0.191-0.055-0.231c-0.223-0.103-0.475,0.038-0.73,0.029 c-0.17-0.01-0.322-0.017-0.486,0.017c-0.137,0.029-0.236,0.092-0.359,0.146c-0.078,0.036-0.322,0.047-0.24,0.078 c0.141,0.049,0.375-0.005,0.414,0.117c0.023,0.068-0.023,0.162,0.053,0.197c0.063,0.029,0.133-0.021,0.201-0.041 c0.096-0.029,0.143-0.105,0.236-0.143c0.051-0.02-0.064-0.131-0.008-0.132c0.166-0.008,0.254,0.156,0.418,0.184 c0.213,0.035,0.422-0.024,0.604-0.123C102.278,9.142,102.266,9.23,102.295,9.222L102.295,9.222z M102.024,7.298 c0.096-0.051-0.332-0.114-0.328-0.021C101.702,7.371,101.928,7.351,102.024,7.298L102.024,7.298z M101.901,10.836 c0.318-0.065-1.221-0.169-0.939-0.03c0.221,0.109,0.482,0.075,0.736,0.039C101.766,10.833,101.831,10.851,101.901,10.836 L101.901,10.836z M101.579,8.049c0.113-0.058-0.09-0.227-0.219-0.26C101,7.702,100.502,7.7,100.311,7.964 c-0.018,0.022-0.053,0.045-0.037,0.067c0.037,0.055,0.238,0.002,0.207,0.06c-0.102,0.188-0.867,0.053-0.682,0.192 c0.096,0.071,0.24,0.004,0.367,0.019c0.156,0.021,0.316,0.024,0.445-0.05c0.102-0.058,0.068-0.236,0.191-0.241 c0.1-0.004,0.227,0.089,0.285,0.023c0.043-0.049-0.037-0.146,0.031-0.169c0.061-0.02,0.104,0.053,0.166,0.061 s0.035,0.101,0.09,0.129C101.434,8.087,101.518,8.079,101.579,8.049L101.579,8.049z M101.206,1.528 c0.129-0.118-0.342-0.119-0.537-0.112c-0.217,0.009-0.803,0.05-0.604,0.123c0.234,0.085,0.475-0.029,0.732-0.028 C100.94,1.511,101.108,1.615,101.206,1.528L101.206,1.528z M101.584,9.582c0.172-0.22-1.043-0.061-0.887,0.167 c0.07,0.102,0.27,0.047,0.408,0.018C101.286,9.73,101.483,9.708,101.584,9.582L101.584,9.582z M101.508,8.252 c0.193-0.14-0.883-0.142-0.732,0.027C100.928,8.447,101.315,8.39,101.508,8.252L101.508,8.252z M101.049,7.336 c0.072-0.102-0.412-0.069-0.404,0.048C100.651,7.501,100.975,7.435,101.049,7.336L101.049,7.336z M100.956,7.14 c0.23-0.063-0.385-0.22-0.625-0.244c-0.395-0.038-0.738,0.062-1.137,0.043c-0.248-0.009-0.898,0.016-0.699-0.104 c0.143-0.087,0.568,0.006,0.482-0.118c-0.17-0.249-0.637-0.157-0.984-0.13c-0.117,0.009-0.219,0.031-0.322,0.08 c-0.07,0.031-0.213,0.094-0.154,0.137c0.217,0.164,0.941-0.084,0.822,0.136c-0.092,0.172-0.424-0.008-0.652-0.008 c-0.445-0.001-1.658,0.034-1.252,0.181c0.404,0.148,0.824-0.017,1.264,0.02c0.443,0.036,1.656-0.095,1.268,0.083 c-0.09,0.042-0.375,0.044-0.281,0.079c0.434,0.156,0.877,0.061,1.348,0.081c0.201,0.008,0.385-0.016,0.566-0.088 c0.092-0.038,0.053-0.185,0.15-0.207C100.823,7.063,100.883,7.157,100.956,7.14L100.956,7.14z M100.522,3.822 c0.131-0.094-0.619-0.144-0.49-0.048C100.159,3.87,100.391,3.915,100.522,3.822L100.522,3.822z M100.499,7.689 c0.387-0.21-0.861-0.24-1.311-0.149c-0.059,0.011-0.205,0.007-0.162,0.04c0.076,0.057,0.219,0.044,0.252,0.124 c0.021,0.049-0.115,0.097-0.072,0.136c0.121,0.113,0.695,0.007,0.525-0.055c-0.135-0.049-0.449-0.049-0.375-0.152 c0.125-0.169,0.453-0.023,0.693,0.007C100.206,7.66,100.366,7.763,100.499,7.689L100.499,7.689z M100.434,10.825 c0.119-0.061-0.316-0.224-0.373-0.117C100.004,10.813,100.315,10.888,100.434,10.825L100.434,10.825z M100.266,7.898 c-0.027,0.002-0.053,0.009-0.08,0.004C100.157,7.896,100.295,7.896,100.266,7.898L100.266,7.898z M100.208,9.701 c-0.037,0.018-0.125-0.03-0.123,0.005S100.245,9.686,100.208,9.701L100.208,9.701z M99.661,2.987 c0.109,0.025,0.059-0.27-0.057-0.264c-0.07,0.002-0.117,0.08-0.115,0.138c0.004,0.041,0.076,0.056,0.127,0.063 C99.647,2.927,99.629,2.98,99.661,2.987L99.661,2.987z M99.682,4.788c0.07-0.003-0.082-0.173-0.131-0.13 C99.504,4.701,99.61,4.79,99.682,4.788L99.682,4.788z M99.862,10.782c0.082-0.018-0.318-0.027-0.244,0.007 C99.69,10.826,99.778,10.799,99.862,10.782L99.862,10.782z M99.809,9.85c0.041-0.008,0.035-0.101-0.006-0.099 c-0.061,0.002-0.172,0.083-0.117,0.104C99.725,9.869,99.766,9.859,99.809,9.85L99.809,9.85z M99.467,5.328 c0.146-0.052-0.568-0.138-0.449-0.049c0.096,0.073,0.242,0.081,0.369,0.053C99.415,5.326,99.442,5.339,99.467,5.328L99.467,5.328z M99.604,9.123c0.059,0.022-0.057-0.173-0.09-0.129C99.483,9.039,99.545,9.103,99.604,9.123L99.604,9.123z M99.42,5.932 c0.154-0.212-0.557-0.021-0.857-0.033c-0.232-0.012-0.422-0.109-0.656-0.109c-0.086,0-0.158,0.013-0.244,0.01 c-0.131-0.006-0.439-0.006-0.361,0.08c0.105,0.118,0.324,0.065,0.494,0.115c0.039,0.01-0.115,0.056-0.078,0.068 c0.262,0.094,0.527-0.053,0.813-0.063C98.842,5.985,99.26,6.151,99.42,5.932L99.42,5.932z M99.356,4.799 c0.086-0.021-0.006-0.176-0.092-0.195c-0.248-0.059-0.48,0.034-0.729,0.095c-0.086,0.021-0.305,0.026-0.24,0.076 c0.211,0.156,0.535,0.016,0.813-0.033C99.196,4.728,99.27,4.82,99.356,4.799L99.356,4.799z M99.161,2.808 c-0.027,0.001-0.053,0.007-0.08,0.002C99.051,2.806,99.19,2.808,99.161,2.808L99.161,2.808z M99.104,1.808 c-0.029,0.002-0.053,0.01-0.082,0.004C98.995,1.808,99.131,1.808,99.104,1.808L99.104,1.808z M99.118,3.476 c0.309-0.115-0.578-0.21-0.91-0.266c-0.23-0.037-0.58-0.026-0.643,0.158c-0.035,0.102,0.24,0.038,0.367,0.019 c0.063-0.008,0.01-0.132,0.074-0.136c0.266-0.009,0.438,0.228,0.705,0.24C98.854,3.497,98.989,3.524,99.118,3.476L99.118,3.476z M98.971,3.748c0.07-0.002-0.082-0.173-0.131-0.129C98.793,3.662,98.899,3.75,98.971,3.748L98.971,3.748z M98.875,2.085 c-0.057,0.011,0.086-0.115,0.033-0.136c-0.064-0.022-0.18,0.115-0.115,0.139C98.821,2.096,98.903,2.079,98.875,2.085L98.875,2.085z M98.856,1.753c0.096-0.087-0.512-0.064-0.406,0.014C98.555,1.846,98.76,1.838,98.856,1.753L98.856,1.753z M98.836,2.82 c0.168-0.063-0.666-0.082-0.529,0.02C98.444,2.942,98.668,2.882,98.836,2.82L98.836,2.82z M98.764,1.556 c0.063,0.009-0.037-0.16-0.09-0.131C98.624,1.457,98.702,1.548,98.764,1.556L98.764,1.556z M99.211,10.806 c0.07-0.004-0.082-0.171-0.129-0.128C99.034,10.721,99.141,10.81,99.211,10.806L99.211,10.806z M99.043,7.88 c-0.027,0-0.053,0.008-0.08,0.002C98.934,7.878,99.073,7.878,99.043,7.88L99.043,7.88z M98.627,2.027 c0.111-0.075-0.475-0.054-0.404,0.048C98.293,2.178,98.518,2.102,98.627,2.027L98.627,2.027z M98.866,7.618 c0.168-0.062-0.619-0.111-0.527,0.021C98.428,7.771,98.698,7.682,98.866,7.618L98.866,7.618z M98.649,3.826 c0.09-0.053-0.146-0.132-0.252-0.156c-0.223-0.051-0.428-0.015-0.654-0.042c-0.17-0.022-0.316,0.071-0.486,0.053 c-0.199-0.023-0.684-0.045-0.564,0.087c0.229,0.255,0.715,0.041,1.1,0.026c0.299-0.012,0.568,0.07,0.855,0 C98.661,3.79,98.637,3.833,98.649,3.826L98.649,3.826z M98.202,1.712c0.072-0.004-0.08-0.173-0.129-0.129 C98.026,1.626,98.131,1.713,98.202,1.712L98.202,1.712z M98.083,5.316c0.068-0.021-0.059-0.118-0.129-0.129 c-0.129-0.019-0.482,0.037-0.361,0.08C97.75,5.326,97.918,5.36,98.083,5.316L98.083,5.316z M97.938,2.787 c0.191-0.208-0.584-0.123-0.9-0.099c-0.141,0.011-0.475,0.083-0.359,0.147c0.227,0.124,0.504,0.036,0.775,0.036 C97.627,2.872,97.834,2.902,97.938,2.787L97.938,2.787z M97.915,8.055c0.057-0.002-0.219-0.006-0.162,0.008 C97.805,8.075,97.858,8.057,97.915,8.055L97.915,8.055z M97.821,7.858c0.104-0.038-0.43-0.024-0.324,0.013 C97.6,7.909,97.717,7.896,97.821,7.858L97.821,7.858z M97.409,2.073c0.035-0.03-0.08-0.081-0.125-0.062 C97.239,2.032,97.374,2.104,97.409,2.073L97.409,2.073z M97.409,3.476c0.082,0.02,0.006-0.252-0.053-0.198 C97.297,3.327,97.325,3.456,97.409,3.476L97.409,3.476z M97.227,1.748c0.314-0.145-0.664-0.129-1.023-0.095 c-0.076,0.008-0.27,0.05-0.199,0.075c0.301,0.109,0.611,0.057,0.939,0.031C97.042,1.752,97.141,1.788,97.227,1.748L97.227,1.748z M97.561,9.003c-0.031,0.02-0.107,0.047-0.078,0.069C97.514,9.096,97.592,8.981,97.561,9.003L97.561,9.003z M97.403,7.674 c0.064,0.01-0.037-0.159-0.088-0.128C97.264,7.576,97.34,7.667,97.403,7.674L97.403,7.674z M97.081,2.02 c-0.029,0.002-0.053,0.008-0.082,0.004C96.971,2.018,97.108,2.018,97.081,2.02L97.081,2.02z M97.338,10.812 c-0.027,0.001-0.053,0.007-0.08,0.002C97.229,10.81,97.368,10.812,97.338,10.812L97.338,10.812z M96.833,1.963 c-0.027,0.001-0.053,0.007-0.08,0.002C96.723,1.963,96.862,1.963,96.833,1.963L96.833,1.963z M97.075,7.62 c0.178-0.158-0.479-0.137-0.738-0.104c-0.113,0.015-0.361,0.079-0.277,0.144c0.16,0.118,0.398,0.051,0.613,0.044 C96.817,7.696,96.977,7.708,97.075,7.62L97.075,7.62z M96.672,3.435c0.182-0.066-0.75-0.043-0.568,0.022 C96.286,3.524,96.491,3.504,96.672,3.435L96.672,3.435z M96.448,3.777c0.236-0.17-1.127-0.172-0.895,0.001 c0.199,0.149,0.523,0.09,0.773,0.004C96.366,3.77,96.417,3.801,96.448,3.777L96.448,3.777z M96.538,6.774 c0.107-0.077-0.51-0.029-0.404,0.05S96.43,6.853,96.538,6.774L96.538,6.774z M96.586,9.041c0.08-0.025-0.25-0.095-0.246-0.023 C96.344,9.087,96.504,9.065,96.586,9.041L96.586,9.041z M96.368,6.648c-0.029,0.002-0.053,0.008-0.082,0.003 C96.258,6.646,96.397,6.646,96.368,6.648L96.368,6.648z M96.334,6.05c0.086-0.004,0.029-0.219-0.053-0.198 C96.198,5.871,96.247,6.053,96.334,6.05L96.334,6.05z M96.356,7.849c0.053-0.218-0.883,0.019-0.744-0.171 c0.047-0.063,0.213-0.116,0.154-0.173C95.633,7.38,95.381,7.521,95.2,7.593c-0.063,0.025,0.076,0.144,0.01,0.167 c-0.213,0.067-0.424-0.041-0.654-0.041c-0.229,0-0.553-0.08-0.645,0.091c-0.027,0.047,0.041,0.094,0.088,0.129 c0.197,0.147,0.496,0.224,0.74,0.14c0.096-0.034,0.053-0.184,0.152-0.207c0.137-0.033,0.264,0.019,0.406,0.019 c0.229,0,0.471-0.104,0.652,0.007c0.08,0.051,0.117,0.183,0.213,0.16C96.27,8.029,96.333,7.938,96.356,7.849L96.356,7.849z M96.239,7.252c-0.037,0.019-0.123-0.03-0.121,0.006C96.12,7.293,96.276,7.235,96.239,7.252L96.239,7.252z M96.151,7.123 c0.471-0.363-1.201-0.049-1.84-0.129c-0.211-0.025-0.713-0.13-0.609,0.023c0.207,0.302,0.736,0.322,1.156,0.287 c0.326-0.024,0.605-0.063,0.932-0.101C95.918,7.188,96.055,7.196,96.151,7.123L96.151,7.123z M96.184,9.122 c0.049-0.025,0.008-0.121-0.049-0.132c-0.209-0.034-0.598,0.232-0.607,0.057c-0.002-0.042,0.127-0.104,0.076-0.103 c-0.111,0.006-0.287,0.16-0.193,0.208c0.221,0.107,0.504,0.065,0.732-0.029C96.155,9.119,96.172,9.128,96.184,9.122L96.184,9.122z M96.043,6.661c0.105-0.095-0.563-0.068-0.447,0.018C95.711,6.764,95.938,6.755,96.043,6.661L96.043,6.661z M95.307,3.755 c0.172-0.154-0.922-0.113-0.732,0.029c0.148,0.108,0.375,0.041,0.572,0.011C95.204,3.786,95.266,3.79,95.307,3.755L95.307,3.755z M95.235,6.759c0.09,0.007-0.004-0.188-0.094-0.197c-0.119-0.014-0.342,0.17-0.232,0.21c0.047,0.016,0.068-0.082,0.119-0.072 C95.102,6.716,95.159,6.752,95.235,6.759L95.235,6.759z M95.198,8.961c-0.029,0-0.053,0.008-0.082,0.003 C95.088,8.959,95.225,8.959,95.198,8.961L95.198,8.961z M94.846,2.839c-0.027,0.001-0.053,0.008-0.08,0.003 S94.875,2.839,94.846,2.839L94.846,2.839z M94.795,3.374c0.059-0.002-0.217-0.006-0.162,0.007S94.739,3.377,94.795,3.374 L94.795,3.374z M94.706,1.778c0.34-0.128-0.738-0.243-1.064-0.093c-0.275,0.126,0.59,0.117,0.9,0.066 C94.598,1.741,94.651,1.797,94.706,1.778L94.706,1.778z M94.717,9.112c0.121-0.067-0.518-0.133-0.41-0.051 C94.415,9.142,94.596,9.178,94.717,9.112L94.717,9.112z M94.633,7.647c0.066-0.021-0.061-0.115-0.129-0.128 c-0.223-0.043-0.855,0.016-0.646,0.092c0.248,0.089,0.516,0.066,0.773,0.005C94.645,7.611,94.62,7.652,94.633,7.647L94.633,7.647z M94.586,8.251c0.104-0.039-0.43-0.026-0.324,0.011C94.366,8.3,94.483,8.289,94.586,8.251L94.586,8.251z M94.333,3.792 c0.053-0.017,0.008-0.144-0.049-0.132c-0.055,0.015-0.047,0.122,0.008,0.134C94.305,3.797,94.319,3.797,94.333,3.792L94.333,3.792z M94.202,2.932c-0.029,0-0.055,0.008-0.082,0.003S94.229,2.93,94.202,2.932L94.202,2.932z M93.875,2.942 c-0.027,0.002-0.053,0.008-0.08,0.004C93.766,2.942,93.905,2.942,93.875,2.942L93.875,2.942z M94.141,9.001 c0.043-0.024-0.139-0.095-0.088-0.098c0.053-0.002-0.113,0.074-0.074,0.103C94.02,9.037,94.094,9.026,94.141,9.001L94.141,9.001z M93.743,9.149c0.113,0.014-0.34-0.209-0.293-0.121C93.499,9.112,93.629,9.135,93.743,9.149L93.743,9.149z M93.436,6.627 c-0.029,0.001-0.055,0.009-0.082,0.003C93.327,6.626,93.463,6.626,93.436,6.627L93.436,6.627z M93.137,2.839 c0.25-0.136-1.115-0.161-0.857-0.035c0.209,0.104,0.453,0.065,0.695,0.041C93.032,2.839,93.088,2.864,93.137,2.839L93.137,2.839z M93.069,5.907c-0.029,0.002-0.055,0.008-0.082,0.004C92.959,5.905,93.096,5.905,93.069,5.907L93.069,5.907z M93.047,6.976 c0.098-0.021-0.357-0.045-0.283,0.011C92.836,7.041,92.952,6.995,93.047,6.976L93.047,6.976z M92.663,5.924 c0.232-0.087-0.922-0.113-0.732,0.027c0.18,0.134,0.463,0.036,0.691-0.025C92.635,5.921,92.649,5.928,92.663,5.924L92.663,5.924z M92.612,5.059c0.084-0.018-0.316-0.028-0.242,0.01C92.442,5.105,92.53,5.076,92.612,5.059L92.612,5.059z M92.645,7.058 c0.266-0.19-0.652-0.255-0.986-0.162c-0.061,0.017-0.096,0.069-0.158,0.073c-0.441,0.016-0.834-0.104-1.264-0.019 c-0.1,0.02-0.285-0.008-0.281,0.077c0.008,0.125,0.266,0.088,0.414,0.116c0.137,0.027,0.234,0.114,0.375,0.12 c0.383,0.017,0.723-0.017,1.092-0.108C92.11,7.088,92.43,7.213,92.645,7.058L92.645,7.058z M92.514,7.596 c-0.029,0-0.055,0.008-0.082,0.004C92.405,7.595,92.542,7.595,92.514,7.596L92.514,7.596z M91.829,2.756 c0.059-0.004-0.217-0.007-0.162,0.006C91.721,2.773,91.772,2.757,91.829,2.756L91.829,2.756z M91.157,6.648 c-0.029,0-0.053,0.008-0.082,0.003C91.047,6.646,91.184,6.646,91.157,6.648L91.157,6.648z M91.045,4.718 c-0.027,0.001-0.053,0.008-0.08,0.005C90.936,4.718,91.075,4.718,91.045,4.718L91.045,4.718z M90.639,4.733 c0.057-0.001-0.217-0.006-0.162,0.007C90.532,4.752,90.583,4.737,90.639,4.733L90.639,4.733z M90.42,3.742 c0.139-0.1-0.639-0.101-0.529,0.021C90.002,3.885,90.282,3.843,90.42,3.742L90.42,3.742z M90.348,6.745 c0.115-0.083-0.469-0.234-0.414-0.117S90.233,6.828,90.348,6.745L90.348,6.745z M90.495,10.74c0.111-0.021-0.412-0.085-0.326-0.02 C90.252,10.782,90.383,10.763,90.495,10.74L90.495,10.74z M90.215,7.284c0.086-0.063-0.332-0.115-0.326-0.021 C89.893,7.356,90.129,7.347,90.215,7.284L90.215,7.284z M89.713,2.77c-0.029,0-0.053,0.008-0.082,0.004 C89.604,2.769,89.741,2.769,89.713,2.77L89.713,2.77z M89.729,7.302c0.098-0.069-0.434-0.146-0.371-0.051 C89.422,7.344,89.629,7.374,89.729,7.302L89.729,7.302z M88.799,2.471c0.105-0.038-0.428-0.025-0.324,0.013 S88.696,2.51,88.799,2.471L88.799,2.471z M89.045,8.196c-0.027,0-0.053,0.008-0.08,0.003S89.075,8.194,89.045,8.196L89.045,8.196z M88.954,8c-0.029,0.001-0.053,0.007-0.082,0.002C88.844,7.998,88.983,7.998,88.954,8L88.954,8z M88.51,1.682 c0.131-0.047-0.535-0.031-0.404,0.017C88.235,1.744,88.381,1.729,88.51,1.682L88.51,1.682z M88.668,7.276 c0.104-0.031-0.195-0.235-0.254-0.156C88.358,7.198,88.565,7.311,88.668,7.276L88.668,7.276z M88.452,7.751 c0.125,0.014-0.059-0.226-0.178-0.259c-0.115-0.033-0.41,0.045-0.32,0.111c0.121,0.091,0.295,0.111,0.453,0.082 C88.438,7.682,88.42,7.749,88.452,7.751L88.452,7.751z M88.446,9.085c0.082-0.016-0.316-0.025-0.244,0.011 C88.276,9.13,88.364,9.103,88.446,9.085L88.446,9.085z M88.333,7.089c0.143-0.104-0.246-0.227-0.424-0.282 c-0.107-0.035-0.227-0.067-0.328-0.021c-0.061,0.028,0.217,0.05,0.17,0.093c-0.098,0.087-0.266,0.026-0.406,0.05 c-0.279,0.044-0.537,0.056-0.814-0.003c-0.277-0.057-0.611-0.044-0.805,0.131c-0.059,0.054-0.109,0.173-0.029,0.202 c0.078,0.028,0.158-0.017,0.242-0.01c0.666,0.056,1.264,0.038,1.908-0.106c0.063-0.014,0.096-0.063,0.158-0.073 C88.118,7.052,88.245,7.152,88.333,7.089L88.333,7.089z M87.907,2.506c0.057-0.003-0.217-0.007-0.162,0.005 C87.799,2.523,87.85,2.508,87.907,2.506L87.907,2.506z M87.885,7.84c-0.027,0.002-0.053,0.007-0.08,0.003 C87.776,7.84,87.915,7.84,87.885,7.84L87.885,7.84z M87.877,9.108c-0.029,0-0.055,0.007-0.082,0.002 C87.768,9.106,87.905,9.106,87.877,9.108L87.877,9.108z M87.456,1.723c0.17-0.089-0.586-0.245-0.576-0.078 c0.01,0.156,0.365,0.149,0.535,0.08C87.426,1.719,87.442,1.729,87.456,1.723L87.456,1.723z M87.249,2.397 c0.082-0.025-0.293-0.014-0.242,0.043C87.059,2.496,87.168,2.423,87.249,2.397L87.249,2.397z M87.643,10.717 c-0.057,0.009,0.086-0.115,0.033-0.134c-0.064-0.024-0.18,0.112-0.113,0.138C87.588,10.729,87.67,10.711,87.643,10.717 L87.643,10.717z M86.846,2.479c0.393-0.281-0.953-0.154-1.475-0.176c-0.064-0.004-0.104-0.059-0.166-0.062 c-0.471-0.021-0.881,0.084-1.344,0.018c-0.063-0.008-0.025-0.12-0.088-0.129c-0.23-0.037-0.41,0.132-0.643,0.158 c-0.564,0.063-1.059-0.006-1.629-0.004c-0.672,0-2.517-0.018-1.901,0.205c0.377,0.137,0.768,0.003,1.181,0.021 c0.939,0.041,1.75,0.033,2.686-0.036c1.078-0.081,2.023,0.149,3.096,0.015C86.661,2.478,86.772,2.533,86.846,2.479L86.846,2.479z M87.081,8.004c0.26-0.096-0.756-0.196-0.813,0.032c-0.012,0.051,0.033,0.154,0.09,0.13c0.063-0.029,0.09-0.088,0.156-0.105 c0.029-0.01,0.053,0.036,0.082,0.028C86.764,8.053,86.924,8.064,87.081,8.004L87.081,8.004z M86.76,3.815 c0.082-0.031-0.141-0.173-0.211-0.124C86.479,3.739,86.678,3.85,86.76,3.815L86.76,3.815z M86.93,8.211 c-0.029,0-0.053,0.008-0.082,0.002C86.821,8.209,86.959,8.209,86.93,8.211L86.93,8.211z M86.456,2.762 c0.063,0.007-0.037-0.161-0.088-0.131C86.315,2.661,86.393,2.754,86.456,2.762L86.456,2.762z M86.211,2.77 c-0.027,0.002-0.053,0.008-0.08,0.004C86.102,2.769,86.241,2.77,86.211,2.77L86.211,2.77z M86.252,7.769 c0.037-0.192-0.842-0.016-0.658-0.141c0.168-0.113,0.764-0.002,0.604-0.123c-0.254-0.188-0.652-0.116-0.979-0.03 c-0.104,0.028-0.184,0.069-0.279,0.112c-0.072,0.031-0.037,0.143-0.111,0.171c-0.146,0.055-0.293-0.05-0.451-0.05 c-0.174,0-0.59,0.068-0.492-0.048c0.055-0.065,0.273-0.036,0.238-0.109c-0.107-0.229-0.568-0.139-0.857-0.065 c-0.1,0.023-0.287-0.009-0.281,0.076c0.014,0.235,0.467,0.231,0.748,0.271c0.09,0.013,0.082,0.151,0.172,0.16 c0.326,0.036,0.602-0.12,0.93-0.102c0.402,0.02,0.758,0,1.146,0.089c0.068,0.016,0.1,0.18,0.129,0.128 c0.057-0.107-0.115-0.247-0.02-0.333C86.129,7.742,86.245,7.815,86.252,7.769L86.252,7.769z M85.862,3.784 c0.107-0.034-0.232-0.204-0.291-0.122C85.512,3.742,85.756,3.817,85.862,3.784L85.862,3.784z M85.725,2.789 c-0.029,0.002-0.055,0.008-0.082,0.004C85.616,2.787,85.752,2.787,85.725,2.789L85.725,2.789z M85.399,7.068 c0.121-0.082-0.539-0.085-0.447,0.019C85.045,7.188,85.278,7.15,85.399,7.068L85.399,7.068z M84.721,3.762 c-0.027,0-0.053,0.008-0.082,0.002C84.612,3.76,84.75,3.76,84.721,3.762L84.721,3.762z M84.977,11.086 c-0.027,0-0.053,0.008-0.08,0.003C84.868,11.084,85.006,11.084,84.977,11.086L84.977,11.086z M84.78,7.626 c-0.029,0.001-0.053,0.007-0.082,0.002C84.67,7.626,84.807,7.626,84.78,7.626L84.78,7.626z M84.674,7.23 c0.066-0.022,0.059-0.149-0.008-0.168c-0.061-0.015-0.102,0.053-0.16,0.073c-0.035,0.015-0.111,0.053-0.076,0.07 C84.504,7.243,84.596,7.258,84.674,7.23L84.674,7.23z M84.315,3.775c0.08-0.025-0.305-0.004-0.242,0.044 C84.137,3.867,84.235,3.803,84.315,3.775L84.315,3.775z M84.188,7.249c-0.029,0-0.053,0.007-0.082,0.002 C84.079,7.247,84.217,7.248,84.188,7.249L84.188,7.249z M83.983,3.655c-0.053-0.108-0.473-0.122-0.408-0.018 c0.068,0.112,0.42,0.243,0.414,0.117c-0.004-0.041-0.092-0.055-0.088-0.096C83.903,3.638,83.993,3.679,83.983,3.655L83.983,3.655z M84.168,11.184c0.07-0.014,0.063-0.17-0.01-0.166c-0.072,0.002-0.102,0.158-0.031,0.167C84.141,11.187,84.155,11.185,84.168,11.184 L84.168,11.184z M83.42,3.811c0.105-0.033-0.178-0.223-0.252-0.156C83.092,3.721,83.317,3.843,83.42,3.811L83.42,3.811z M83.446,7.076c0.043-0.038-0.123-0.099-0.166-0.06c-0.049,0.043,0.063,0.15,0.129,0.128C83.438,7.136,83.424,7.096,83.446,7.076 L83.446,7.076z M83.116,7.022c-0.027,0.001-0.053,0.008-0.08,0.003S83.145,7.022,83.116,7.022L83.116,7.022z M82.926,3.695 c0.076-0.068-0.367-0.106-0.326-0.021C82.641,3.763,82.848,3.766,82.926,3.695L82.926,3.695z M82.661,1.906 c0.066-0.045-0.211-0.088-0.246-0.023C82.379,1.948,82.594,1.951,82.661,1.906L82.661,1.906z M82.879,7.165 c0.113-0.062-0.264-0.248-0.334-0.154C82.477,7.105,82.768,7.227,82.879,7.165L82.879,7.165z M82.637,2.907 c0.049-0.027-0.039-0.085-0.049-0.131c-0.012-0.06,0.098-0.144,0.031-0.168c-0.158-0.058-0.336,0.295-0.438,0.185 c-0.051-0.057,0.07-0.182-0.012-0.201c-0.123-0.028-0.242,0.009-0.363,0.046c-0.066,0.023-0.209,0.067-0.156,0.107 c0.109,0.082,0.268,0.055,0.412,0.084C82.26,2.869,82.467,3,82.637,2.907L82.637,2.907z M82.442,3.782 c0.053,0.039,0.039-0.209-0.01-0.167C82.385,3.657,82.389,3.742,82.442,3.782L82.442,3.782z M82.01,1.932 c0.104-0.04-0.428-0.025-0.324,0.012S81.907,1.97,82.01,1.932L82.01,1.932z M82.184,7.791c0.057-0.002-0.219-0.006-0.162,0.008 C82.075,7.812,82.125,7.795,82.184,7.791L82.184,7.791z M82.057,6.996c0.102-0.046-0.336-0.15-0.33-0.054 c0.004,0.063,0.131,0.052,0.207,0.059C81.977,7.006,82.018,7.015,82.057,6.996L82.057,6.996z M81.325,2.759 c0.084-0.018-0.316-0.028-0.242,0.008C81.155,2.804,81.243,2.774,81.325,2.759L81.325,2.759z M80.76,7.113 c0.145-0.112-0.517-0.17-0.571-0.012C80.136,7.26,80.616,7.225,80.76,7.113L80.76,7.113z M80.793,9.112 c0.051-0.002-0.145-0.101-0.125-0.063C80.686,9.09,80.741,9.113,80.793,9.112L80.793,9.112z M80.193,1.468 c-0.027,0-0.053,0.008-0.08,0.004C80.083,1.466,80.222,1.466,80.193,1.468L80.193,1.468z M79.96,1.676 c0.074,0.019-0.252-0.107-0.207-0.057C79.798,1.668,79.886,1.66,79.96,1.676L79.96,1.676z M79.947,7.144 c0.088-0.077-0.459-0.056-0.365,0.014c0.074,0.057,0.186,0.028,0.287,0.023C79.9,7.179,79.927,7.163,79.947,7.144L79.947,7.144z M79.55,1.624c0.271-0.1-1.141-0.031-0.854,0.035C78.986,1.727,79.279,1.728,79.55,1.624L79.55,1.624z M79.373,1.366 c-0.027,0.002-0.053,0.007-0.08,0.003C79.263,1.364,79.402,1.364,79.373,1.366L79.373,1.366z M79.177,3.64 c0.082-0.016-0.316-0.025-0.244,0.01C79.007,3.686,79.095,3.657,79.177,3.64L79.177,3.64z M79.105,2.376 c0.066-0.076-0.33-0.082-0.324,0.013C78.785,2.481,79.039,2.452,79.105,2.376L79.105,2.376z M79.298,7.169 c0.115-0.027-0.141-0.163-0.256-0.189c-0.207-0.049-0.813,0.041-0.605,0.089c0.234,0.055,0.451,0.05,0.693,0.041 C79.195,7.107,79.236,7.184,79.298,7.169L79.298,7.169z M78.775,3.723c-0.029,0-0.053,0.009-0.08,0.004 C78.666,3.721,78.802,3.721,78.775,3.723L78.775,3.723z M78.134,2.479c0.086-0.02-0.006-0.175-0.094-0.196 c-0.137-0.031-0.262,0.037-0.404,0.051c-0.197,0.014-0.377-0.026-0.568,0.021c-0.086,0.02-0.307,0.025-0.24,0.076 c0.273,0.204,0.689,0.022,1.059-0.008C77.976,2.415,78.046,2.501,78.134,2.479L78.134,2.479z M77.552,3.702 c0.127-0.068-0.279-0.18-0.414-0.116c-0.08,0.036,0.086,0.137,0.172,0.16C77.392,3.766,77.48,3.742,77.552,3.702L77.552,3.702z M77.56,6.703c0.084-0.017-0.316-0.028-0.244,0.009C77.39,6.747,77.478,6.719,77.56,6.703L77.56,6.703z M76.902,3.729 c0.086,0.014,0.023-0.233-0.053-0.199C76.775,3.564,76.818,3.714,76.902,3.729L76.902,3.729z M76.667,2.469 c0.055-0.011,0.031-0.099-0.008-0.132c-0.07-0.063-0.342,0.01-0.281,0.076C76.441,2.481,76.566,2.49,76.667,2.469L76.667,2.469z M76.492,3.677c-0.027,0.002-0.053,0.007-0.08,0.004C76.382,3.675,76.521,3.675,76.492,3.677L76.492,3.677z M76.601,7.006 c0.072-0.003-0.256-0.032-0.203,0.009C76.451,7.052,76.531,7.01,76.601,7.006L76.601,7.006z M76.541,5.94 c0.189-0.102-0.818-0.1-0.65,0.026c0.158,0.117,0.418,0.052,0.609-0.024C76.513,5.938,76.529,5.948,76.541,5.94L76.541,5.94z M76.175,2.421c-0.057,0.012,0.088-0.114,0.033-0.134c-0.064-0.024-0.178,0.114-0.113,0.138C76.121,2.434,76.205,2.417,76.175,2.421 L76.175,2.421z M75.841,3.7c0.059-0.001-0.217-0.006-0.162,0.007S75.785,3.704,75.841,3.7L75.841,3.7z M75.724,1.639 c0.074-0.041-0.252-0.13-0.248-0.058C75.48,1.655,75.65,1.68,75.724,1.639L75.724,1.639z M75.494,4.715 c0.086-0.021-0.252-0.132-0.248-0.057C75.25,4.732,75.406,4.737,75.494,4.715L75.494,4.715z M75.523,6.648 c0.068-0.05-0.082-0.159-0.174-0.162c-0.162-0.003-0.295,0.059-0.439,0.117c-0.109,0.045-0.377,0.121-0.275,0.178 c0.021,0.013,0.045,0.02,0.066,0.027c-0.047,0.005-0.096,0.013-0.146,0.009c-0.117-0.005-0.217-0.082-0.328-0.054 c-0.061,0.016-0.066,0.084-0.074,0.138c-0.02,0.139,0.174,0.258,0.342,0.286c0.35,0.058,0.662-0.02,1.018-0.006 c0.129,0.004,0.289,0.069,0.365-0.015c0.121-0.129-0.51-0.377-0.5-0.213c0.004,0.063,0.168,0.159,0.092,0.162 c-0.234,0.009-0.322-0.26-0.549-0.313c-0.01-0.002-0.02-0.004-0.027-0.005c0.125-0.032,0.258-0.105,0.387-0.142 C75.359,6.634,75.458,6.692,75.523,6.648L75.523,6.648z M75.472,5.782c0.037-0.201-0.449-0.096-0.697-0.106 c-0.16-0.006-0.561-0.004-0.443,0.083c0.152,0.115,0.379,0.058,0.576,0.112c0.121,0.033,0.246,0.198,0.332,0.12 c0.043-0.038,0.025-0.103,0.074-0.136c0.033-0.022,0.082,0.009,0.121-0.006C75.464,5.841,75.468,5.809,75.472,5.782L75.472,5.782z M75.294,2.656c-0.049,0.026-0.166-0.042-0.164,0.005C75.134,2.709,75.341,2.631,75.294,2.656L75.294,2.656z M74.761,1.876 c0.07-0.004-0.256-0.032-0.203,0.009C74.609,1.923,74.689,1.879,74.761,1.876L74.761,1.876z M74.841,6.14 c0.135-0.121-0.715-0.088-0.568,0.022C74.419,6.271,74.708,6.261,74.841,6.14L74.841,6.14z M74.667,5.946 c0.131-0.048-0.535-0.031-0.406,0.016C74.392,6.01,74.539,5.995,74.667,5.946L74.667,5.946z M74.132,3.7 c0.035-0.03-0.082-0.083-0.125-0.063C73.962,3.659,74.097,3.731,74.132,3.7L74.132,3.7z M74.14,6.701 c0.285-0.107-1.182-0.104-0.895,0C73.533,6.805,73.855,6.807,74.14,6.701L74.14,6.701z M74.068,6.837 c-0.029,0-0.055,0.008-0.082,0.003S74.095,6.835,74.068,6.837L74.068,6.837z M74.009,7.237c0.053,0.041,0.037-0.208-0.01-0.165 C73.951,7.115,73.957,7.2,74.009,7.237L74.009,7.237z M73.695,7.451c0.057-0.004-0.217-0.007-0.162,0.006S73.638,7.453,73.695,7.451 L73.695,7.451z M73.679,7.186c0.115-0.084-0.195-0.181-0.338-0.221c-0.096-0.027-0.152-0.103-0.252-0.125 c-0.217-0.044-0.77-0.006-0.617-0.143c0.086-0.078,0.459,0.023,0.363-0.047c-0.18-0.134-0.564-0.111-0.689,0.06 c-0.063,0.086,0.025,0.221,0.137,0.261c0.279,0.102,0.578,0.011,0.861,0.102c0.119,0.038,0.205,0.116,0.332,0.119 C73.548,7.193,73.626,7.222,73.679,7.186L73.679,7.186z M73.208,7.47c0.252-0.14-0.561-0.14-0.861-0.101 c-0.121,0.017-0.377,0.121-0.275,0.178c0.201,0.111,0.447-0.049,0.689-0.06C72.917,7.481,73.078,7.54,73.208,7.47L73.208,7.47z M72.945,7.146c-0.027,0-0.053,0.009-0.08,0.002C72.835,7.144,72.974,7.145,72.945,7.146L72.945,7.146z M72.593,2.426 c-0.029,0.002-0.053,0.008-0.08,0.004C72.484,2.425,72.623,2.425,72.593,2.426L72.593,2.426z M72.505,2.296 c-0.029,0-0.055,0.009-0.082,0.004C72.396,2.294,72.533,2.294,72.505,2.296L72.505,2.296z M72.179,2.308 c0.15-0.107-0.648-0.093-0.566,0.056S72.029,2.417,72.179,2.308L72.179,2.308z M72.253,10.708c0.059-0.021-0.17-0.114-0.166-0.063 C72.089,10.698,72.193,10.724,72.253,10.708L72.253,10.708z M71.367,2.339c0.115-0.104-0.492-0.087-0.484,0.052 C70.89,2.532,71.251,2.443,71.367,2.339L71.367,2.339z M71.355,10.675c0.035-0.032-0.08-0.083-0.125-0.062 C71.185,10.633,71.32,10.706,71.355,10.675L71.355,10.675z M70.716,2.363c0.338-0.243-0.82-0.131-1.27-0.149 c-0.129-0.007-0.238,0.027-0.365,0.046c-0.08,0.013-0.258,0.063-0.197,0.109c0.18,0.132,0.451-0.006,0.693,0.005 c0.385,0.017,0.773,0.16,1.098-0.009C70.689,2.36,70.707,2.372,70.716,2.363L70.716,2.363z M68.113,2.397 c0.145-0.028-0.418-0.207-0.412-0.083C67.708,2.436,67.968,2.428,68.113,2.397L68.113,2.397z M68.14,7.131 c0.242-0.043-0.676-0.412-0.664-0.208c0.01,0.162,0.342,0.165,0.539,0.146C68.066,7.063,68.089,7.14,68.14,7.131L68.14,7.131z M67.619,2.283c0.135-0.121-0.715-0.055-0.566,0.055C67.199,2.448,67.484,2.403,67.619,2.283L67.619,2.283z M66.958,3.575 c0.051-0.11-0.41-0.067-0.402,0.049c0.002,0.069,0.127,0.11,0.209,0.093c0.076-0.018,0.117-0.079,0.154-0.14 C66.925,3.566,66.955,3.588,66.958,3.575L66.958,3.575z M66.472,3.593c0.043-0.031,0.004-0.11-0.049-0.13 c-0.064-0.026-0.129,0.037-0.201,0.041c-0.086,0.004-0.248-0.061-0.244,0.009C65.986,3.655,66.343,3.693,66.472,3.593L66.472,3.593z M66.212,3.338c0.084-0.018-0.316-0.027-0.244,0.01C66.042,3.383,66.13,3.354,66.212,3.338L66.212,3.338z M65.904,3.615 c0.039-0.035-0.168-0.074-0.164-0.026C65.742,3.638,65.863,3.651,65.904,3.615L65.904,3.615z M65.558,3.296 c-0.027,0-0.053,0.008-0.08,0.003C65.449,3.294,65.587,3.294,65.558,3.296L65.558,3.296z M65.691,7.023 c0.055-0.018,0.008-0.146-0.049-0.132c-0.055,0.015-0.047,0.121,0.008,0.134C65.664,7.029,65.677,7.029,65.691,7.023L65.691,7.023z M65.181,2.376c0.148-0.107-0.752-0.042-0.568,0.023C64.794,2.465,65.031,2.485,65.181,2.376L65.181,2.376z M64.388,2.741 c0.193-0.027-0.197-0.523-0.309-0.389S64.193,2.769,64.388,2.741L64.388,2.741z M64.275,3.611c0.092-0.021-0.254-0.168-0.25-0.089 C64.029,3.601,64.181,3.63,64.275,3.611L64.275,3.611z M64.066,2.82c0.148-0.047-0.064-0.345-0.223-0.325 c-0.113,0.015-0.188,0.083-0.277,0.143c-0.029,0.022-0.107,0.049-0.076,0.071c0.139,0.102,0.35,0.084,0.531,0.045 C64.052,2.747,64.037,2.829,64.066,2.82L64.066,2.82z M63.552,2.372c0.066-0.021-0.059-0.118-0.129-0.128 c-0.205-0.028-0.752,0.086-0.563,0.155c0.211,0.076,0.438-0.014,0.646-0.092C63.537,2.296,63.523,2.384,63.552,2.372L63.552,2.372z M62.722,16.34c-0.029,0.001-0.053,0.008-0.082,0.003C62.613,16.338,62.751,16.338,62.722,16.34L62.722,16.34z M61.521,2.45 c0.068-0.015-0.074-0.165-0.129-0.128C61.335,2.359,61.451,2.465,61.521,2.45L61.521,2.45z M60.478,1.29 c0.057-0.002-0.219-0.006-0.162,0.007C60.371,1.31,60.419,1.291,60.478,1.29L60.478,1.29z M59.832,1.383 c-0.004-0.063-0.025-0.195-0.092-0.164c-0.078,0.035,0.021,0.24,0.094,0.197C59.843,1.407,59.832,1.394,59.832,1.383L59.832,1.383z M57.533,2.469c0.033-0.029-0.082-0.082-0.127-0.061S57.498,2.501,57.533,2.469L57.533,2.469z M56.931,3.36 c0.043-0.023-0.139-0.095-0.088-0.099c0.053-0.001-0.113,0.076-0.074,0.104C56.81,3.396,56.884,3.386,56.931,3.36L56.931,3.36z M56.869,3.695c0.055-0.017,0.008-0.146-0.049-0.131c-0.053,0.013-0.047,0.119,0.008,0.133C56.841,3.7,56.855,3.699,56.869,3.695 L56.869,3.695z M56.738,2.834c0.084-0.018-0.316-0.026-0.244,0.01C56.568,2.878,56.656,2.852,56.738,2.834L56.738,2.834z M56.382,3.716c0.203-0.147-0.484-0.235-0.742-0.173c-0.039,0.009-0.107,0.047-0.078,0.07c0.174,0.129,0.428,0.146,0.658,0.106 C56.275,3.712,56.339,3.746,56.382,3.716L56.382,3.716z M56.31,2.45c0.012-0.083-0.188-0.076-0.289-0.055 C55.958,2.406,56,2.501,55.947,2.53c-0.096,0.056-0.211-0.064-0.328-0.053c-0.051,0.004-0.084-0.087-0.125-0.063 c-0.07,0.043-0.104,0.164-0.029,0.201c0.248,0.124,0.703,0.06,0.805-0.164C56.273,2.44,56.308,2.462,56.31,2.45L56.31,2.45z M55.322,3.688c0.07-0.002-0.082-0.171-0.131-0.128C55.144,3.603,55.25,3.691,55.322,3.688L55.322,3.688z M55.273,2.822 c0.072-0.019-0.016-0.153-0.092-0.162c-0.07-0.009-0.201,0.06-0.156,0.104C55.082,2.822,55.187,2.847,55.273,2.822L55.273,2.822z M54.785,2.842c0.082-0.032-0.15-0.181-0.211-0.125C54.511,2.771,54.703,2.875,54.785,2.842L54.785,2.842z M54.667,3.646 c0.086-0.063-0.332-0.113-0.326-0.021C54.347,3.72,54.582,3.708,54.667,3.646L54.667,3.646z M53.039,3.643 c-0.031,0.021-0.107,0.047-0.076,0.069C52.992,3.734,53.07,3.622,53.039,3.643L53.039,3.643z M52.892,2.514 c0.053-0.039-0.059-0.119-0.129-0.128c-0.121-0.012-0.377,0.122-0.275,0.178C52.607,2.629,52.789,2.596,52.892,2.514L52.892,2.514z M52.425,1.466c0.084-0.017-0.316-0.026-0.244,0.01C52.255,1.511,52.343,1.482,52.425,1.466L52.425,1.466z M52.068,3.747 c0.066-0.019-0.061-0.115-0.129-0.13c-0.158-0.031-0.59,0.064-0.441,0.118c0.156,0.057,0.33,0.036,0.486-0.019 C52.013,3.706,52.037,3.755,52.068,3.747L52.068,3.747z M51.537,1.568c0.063,0.009-0.057-0.177-0.09-0.133 C51.414,1.48,51.474,1.556,51.537,1.568L51.537,1.568z M51.267,2.576c0.131-0.093-0.619-0.143-0.49-0.048 C50.906,2.625,51.138,2.671,51.267,2.576L51.267,2.576z M51.21,1.579c0.125-0.057-0.535-0.031-0.406,0.015 C50.935,1.643,51.087,1.636,51.21,1.579L51.21,1.579z M51.046,2.985c0.064,0.009-0.037-0.162-0.088-0.13 C50.906,2.887,50.984,2.979,51.046,2.985L51.046,2.985z M50.626,2.734c-0.029,0.002-0.055,0.009-0.082,0.004 C50.517,2.732,50.654,2.732,50.626,2.734L50.626,2.734z M50.533,2.538c0.07-0.002-0.256-0.03-0.203,0.007 C50.382,2.586,50.462,2.542,50.533,2.538L50.533,2.538z M50.134,2.687c0.035-0.063,0.018-0.239-0.053-0.198 c-0.047,0.029-0.023,0.088-0.033,0.135C50.042,2.656,50.119,2.717,50.134,2.687L50.134,2.687z M49.882,2.563 c0.061-0.054-0.322,0.047-0.24,0.074C49.724,2.669,49.822,2.618,49.882,2.563L49.882,2.563z M48.83,2.671 c-0.027,0.001-0.053,0.008-0.08,0.003C48.72,2.669,48.859,2.669,48.83,2.671L48.83,2.671z M48.281,3.026 c0.17-0.028-0.205-0.44-0.303-0.323C47.878,2.821,48.109,3.051,48.281,3.026L48.281,3.026z M48.095,2.633 c0.26-0.099-0.895-0.193-0.813,0.03c0.059,0.159,0.674,0.224,0.574,0.078c-0.035-0.051-0.23-0.065-0.168-0.094 C47.814,2.59,47.966,2.681,48.095,2.633L48.095,2.633z M44.81,2.157c0.203-0.146-1.031-0.03-0.77,0.031 c0.246,0.056,0.514,0.082,0.73-0.029C44.783,2.152,44.8,2.165,44.81,2.157L44.81,2.157z M44.017,2.521 c0.084-0.021,0.033-0.187-0.051-0.198c-0.1-0.015-0.186,0.029-0.283,0.044c-0.094,0.015-0.309,0.058-0.238,0.11 c0.117,0.086,0.293,0.073,0.451,0.048C43.937,2.521,43.976,2.532,44.017,2.521L44.017,2.521z M43.759,2.265 c0.1-0.04-0.145-0.142-0.254-0.157c-0.17-0.023-0.584,0.11-0.438,0.185c0.16,0.078,0.35-0.009,0.527-0.055 C43.65,2.223,43.705,2.285,43.759,2.265L43.759,2.265z M42.781,2.235c0.053-0.037-0.098-0.096-0.168-0.094 c-0.201,0.008-0.367,0.057-0.568,0.057c-0.656-0.002-2.461-0.014-1.861,0.203c0.275,0.1,0.549-0.098,0.85-0.098 c0.584-0.002,1.195,0.218,1.666-0.064C42.722,2.225,42.757,2.252,42.781,2.235L42.781,2.235z M40.341,3.729 c0.057-0.001-0.219-0.007-0.162,0.006C40.234,3.748,40.285,3.731,40.341,3.729L40.341,3.729z M39.777,2.418 c0.053-0.021,0.012-0.135-0.047-0.133c-0.072,0.004-0.168,0.1-0.115,0.14C39.658,2.454,39.726,2.439,39.777,2.418L39.777,2.418z M39.126,2.441c-0.027,0.002-0.053,0.009-0.08,0.004S39.156,2.441,39.126,2.441L39.126,2.441z M38.945,2.116 c-0.057,0.009,0.088-0.115,0.033-0.136c-0.064-0.022-0.18,0.115-0.113,0.14C38.89,2.129,38.974,2.11,38.945,2.116L38.945,2.116z M38.72,2.458c0.094-0.019-0.254-0.169-0.248-0.091C38.476,2.445,38.628,2.478,38.72,2.458L38.72,2.458z M38.541,2.132 c0.068-0.014-0.076-0.167-0.131-0.128C38.355,2.041,38.47,2.146,38.541,2.132L38.541,2.132z M37.89,2.155 c0.059-0.018-0.041-0.163-0.09-0.129C37.751,2.06,37.83,2.176,37.89,2.155L37.89,2.155z M37.339,2.511 c0.188-0.168-0.506-0.138-0.779-0.104c-0.129,0.019-0.385,0.157-0.273,0.212c0.197,0.096,0.424-0.007,0.65-0.026 C37.082,2.581,37.242,2.599,37.339,2.511L37.339,2.511z M37.324,2.245c0.119-0.063-0.277-0.204-0.371-0.12 C36.857,2.211,37.207,2.307,37.324,2.245L37.324,2.245z M34.943,17.537c0.057-0.001-0.219-0.007-0.162,0.007 C34.835,17.557,34.886,17.54,34.943,17.537L34.943,17.537z M32.753,17.688c-0.029,0-0.055,0.009-0.082,0.004 C32.642,17.688,32.781,17.688,32.753,17.688L32.753,17.688z M32.431,17.768c0.053-0.029-0.025-0.122-0.088-0.129 c-0.211-0.026-0.396,0.036-0.609,0.021c-0.129-0.007-0.238,0.006-0.367,0.015c-0.129,0.011-0.408-0.02-0.361,0.08 c0.129,0.273,0.662,0.041,1.02,0.028C32.167,17.777,32.31,17.829,32.431,17.768L32.431,17.768z M30.996,2.621 c-0.029,0.002-0.055,0.008-0.082,0.004C30.886,2.62,31.023,2.62,30.996,2.621L30.996,2.621z M31.017,4.42 c-0.029,0.001-0.055,0.009-0.082,0.003C30.908,4.42,31.044,4.42,31.017,4.42L31.017,4.42z M29.476,4.546 c0.084-0.018-0.316-0.026-0.244,0.009C29.306,4.592,29.394,4.563,29.476,4.546L29.476,4.546z M29.144,4.425 c0.057-0.002-0.219-0.005-0.162,0.007C29.037,4.444,29.087,4.429,29.144,4.425L29.144,4.425z M27.345,2.895 c0.225-0.242-0.732-0.107-1.055,0.04c-0.045,0.021-0.123,0.086-0.076,0.103c0.26,0.094,0.531-0.021,0.811-0.064 C27.14,2.955,27.275,2.971,27.345,2.895L27.345,2.895z M13.125,6.24c0.09,0.011-0.248-0.194-0.211-0.125 C12.951,6.183,13.035,6.229,13.125,6.24L13.125,6.24z M12.633,6.191c0.063-0.035-0.168-0.111-0.208-0.059 C12.386,6.188,12.57,6.228,12.633,6.191L12.633,6.191z M6.421,15.766c-0.002-0.049-0.178-0.039-0.162,0.004 c0.02,0.052,0.111,0.087,0.166,0.062C6.451,15.819,6.423,15.788,6.421,15.766L6.421,15.766z M6.038,17.578 c0.104-0.038-0.43-0.023-0.325,0.013C5.816,17.63,5.933,17.619,6.038,17.578L6.038,17.578z M5.964,16.315 c-0.027,0.002-0.053,0.008-0.08,0.004C5.856,16.313,5.994,16.313,5.964,16.315L5.964,16.315z M5.904,15.251 c-0.028,0.001-0.053,0.008-0.081,0.002C5.794,15.249,5.933,15.251,5.904,15.251L5.904,15.251z M5.319,16.406 c0.089-0.063-0.437,0.061-0.321,0.08S5.23,16.47,5.319,16.406L5.319,16.406z M4.712,7.229C4.684,7.23,4.66,7.235,4.631,7.232 C4.603,7.227,4.741,7.229,4.712,7.229L4.712,7.229z M4.648,6.098c0.083-0.016-0.317-0.026-0.244,0.011 C4.477,6.144,4.565,6.115,4.648,6.098L4.648,6.098z M4.681,10.964c-0.057,0.01,0.088-0.115,0.033-0.134 c-0.064-0.024-0.179,0.113-0.113,0.138C4.626,10.977,4.709,10.959,4.681,10.964L4.681,10.964z M4.623,12.768 c0.104-0.006-0.014-0.179-0.096-0.23c-0.033-0.021,0.035-0.089-0.005-0.1c-0.146-0.041-0.296,0.055-0.399,0.147 c-0.111,0.102,0.29,0.137,0.455,0.116C4.609,12.698,4.59,12.769,4.623,12.768L4.623,12.768z M4.712,18.632 c0.058-0.004-0.217-0.008-0.162,0.006C4.605,18.648,4.656,18.633,4.712,18.632L4.712,18.632z M3.92,6.191 c0.116-0.104-0.628,0.008-0.483,0.088C3.58,6.359,3.804,6.297,3.92,6.191L3.92,6.191z M3.964,8.392 c0.397-0.217-1.634,0.12-1.281,0.382c0.118,0.088,0.295,0.072,0.451,0.049c0.102-0.014,0.303-0.08,0.236-0.142 C3.336,8.648,3.21,8.65,3.245,8.62C3.427,8.455,3.74,8.515,3.964,8.392L3.964,8.392z M3.79,9.599C3.917,9.5,3.336,9.376,3.296,9.518 C3.255,9.658,3.662,9.697,3.79,9.599L3.79,9.599z M3.632,8.271c-0.029,0-0.054,0.009-0.082,0.004C3.523,8.27,3.66,8.27,3.632,8.271 L3.632,8.271z M227.004,11.372c0.014,0.24-0.494-0.225-0.787-0.237c-0.555-0.021-1.027,0.097-1.582,0.095 c-0.129,0-0.238-0.02-0.367-0.02c-0.123,0-0.234-0.001-0.35,0.007c0.018-0.035-0.104-0.158-0.145-0.119 c-0.041,0.036,0.027,0.105,0.094,0.123c-0.029,0.003-0.057,0.004-0.088,0.009c-0.133,0.019-0.365,0.004-0.359,0.113 c0.01,0.173,0.742,0.034,0.578,0.146c-0.186,0.125-0.449,0.036-0.689,0.024c-0.18-0.008-0.664-0.06-0.496-0.113 c0.162-0.051,0.555,0.044,0.484-0.085c-0.109-0.196-0.473-0.107-0.705-0.207c-0.051-0.021,0.031-0.098-0.008-0.134 c-0.061-0.056-0.232-0.104-0.172-0.159c0.096-0.086,0.264-0.012,0.406-0.015c0.248-0.012,0.916,0.007,0.699,0.105 c-0.225,0.103-0.881-0.074-0.729,0.095c0.271,0.302,0.85-0.003,1.305,0.017c0.373,0.016,0.693,0.047,1.064,0.093 c0.549,0.068,1.207-0.293,1.59,0.037C226.838,11.228,226.999,11.265,227.004,11.372L227.004,11.372z M193.114,2.538 c0.01,0.175-0.396,0.015-0.609,0.023c-0.24,0.009-0.453-0.02-0.68-0.043c0.008-0.025-0.188-0.182-0.184-0.124 c0.002,0.059,0.074,0.101,0.145,0.119c-0.072-0.006-0.145-0.013-0.221-0.016c-0.117-0.006-0.213-0.059-0.33-0.055 c-0.041,0.002,0.049,0.095,0.006,0.1c-0.549,0.071-1.033,0.024-1.588-0.005c-0.104-0.006-0.379-0.015-0.289-0.057 c0.104-0.046,0.43-0.04,0.322-0.078c-0.314-0.114-0.646,0.014-0.971,0.104c-0.148,0.039-0.297,0.051-0.447,0.016 c-0.156-0.035-0.291-0.088-0.453-0.082c-0.094,0.004-0.146,0.133-0.238,0.109c-0.086-0.024-0.121-0.138-0.211-0.126 c-0.1,0.015-0.148,0.187-0.236,0.144c-0.07-0.035-0.053-0.187-0.131-0.163c-0.113,0.036-0.16,0.142-0.275,0.178 c-0.014,0.005-0.029,0.009-0.047,0.013c0.158,0.013,0.316,0.052,0.463,0.105c0.047,0.016,0.123,0.019,0.125,0.061 c0.012,0.2-0.451-0.029-0.695-0.04c-0.131-0.005-0.484,0-0.369-0.051c0.033-0.017,0.064-0.027,0.1-0.038 c-0.545,0.011-1.242-0.084-0.914,0.034c0.174,0.063,0.711,0.024,0.533,0.08c-0.354,0.112-0.699-0.083-1.066-0.159 c-0.285-0.058-0.57-0.074-0.787-0.235c-0.191-0.142,0.508-0.17,0.729-0.062c0.104,0.05,0.207,0.28,0.256,0.188 c0.033-0.063-0.086-0.164-0.012-0.199c0.398-0.183,1.52,0.212,1.295-0.115c-0.061-0.092-0.443-0.069-0.332-0.122 c0.143-0.063,0.311,0.019,0.453,0.084c0.098,0.045,0.111,0.16,0.215,0.192c0.48,0.146,0.949-0.059,1.463-0.057 c0.131,0,0.238,0.042,0.369,0.053c0.031,0.002,0.006-0.061,0.037-0.069c0.264-0.064,0.506,0.139,0.779,0.104 c0.215-0.027,0.424-0.022,0.604-0.122c0.037-0.021,0.107-0.004,0.119-0.04c0.02-0.057-0.119-0.18-0.049-0.163 c0.154,0.034,0.229,0.157,0.34,0.252c0.043,0.038-0.111,0.095-0.074,0.138c0.145,0.159,0.887,0.127,0.693,0.006 c-0.152-0.095-0.576-0.037-0.5-0.18c0.021-0.039,0.102-0.032,0.119-0.073c0.02-0.048-0.121-0.084-0.09-0.129 c0.135-0.183,0.871-0.11,0.738,0.071c-0.078,0.104-0.537,0.066-0.4,0.116c0.443,0.16,0.9,0.025,1.387,0.046 c0.039,0.002,0.045,0.058,0.084,0.064c0.143,0.019,0.27-0.009,0.408,0.018c0.07,0.013,0.068,0.098,0.129,0.127 C192.915,2.525,193.11,2.453,193.114,2.538L193.114,2.538z M190.711,10.364c0.025,0.055-0.057,0.104-0.113,0.138 c-0.129,0.077-0.289,0.051-0.443,0.083c-0.051,0.01,0.17,0.043,0.125,0.063c-0.248,0.113-0.5-0.192-0.783-0.171 c-0.172,0.014-0.313,0.067-0.482,0.086c-0.262,0.029-0.918,0.017-0.725,0.16c0.137,0.103,0.488-0.002,0.498,0.148 c0.006,0.105-0.248-0.058-0.369-0.019c-0.166,0.052-0.258,0.233-0.436,0.216c-0.102-0.01-0.086-0.15-0.174-0.193 c-0.078-0.039-0.119-0.119-0.211-0.125c-0.115-0.01-0.221,0.129-0.32,0.078c-0.049-0.024-0.053-0.105-0.008-0.133 c0.186-0.112,0.855-0.014,0.646-0.091c-0.1-0.037-0.311-0.002-0.291-0.088c0.016-0.059,0.086-0.104,0.158-0.106 c0.199-0.007,0.58,0.175,0.57,0.012c-0.006-0.084-0.209-0.047-0.252-0.124c-0.043-0.075,0.068-0.255,0.15-0.207 c0.1,0.062,0.096,0.213,0.217,0.227c0.219,0.023,0.383-0.178,0.602-0.157c0.043,0.005-0.037,0.102,0.006,0.1 c0.33-0.012,0.613-0.212,0.93-0.135c0.201,0.05,0.371,0.112,0.541,0.213c0.049,0.027,0.117-0.072,0.16-0.04 C190.729,10.313,190.702,10.342,190.711,10.364L190.711,10.364z M183.415,6.643c0.01,0.175-0.396,0.017-0.609,0.024 c-0.641,0.024-1.193-0.054-1.834-0.029c-0.355,0.014-0.662,0.029-1.014,0.07c-0.246,0.031-0.91,0.079-0.684,0.16 c0.082,0.031,0.326,0.022,0.248,0.058c-0.148,0.069-0.316,0.012-0.486,0.02c-0.238,0.009-0.648,0.053-0.66-0.143 c-0.004-0.067,0.174-0.124,0.111-0.171c-0.18-0.134-0.451-0.028-0.693-0.039c-0.498-0.021-0.945,0.099-1.426-0.013 c-0.031-0.007-0.072-0.052-0.045-0.064c0.387-0.178,0.814-0.135,1.256-0.115c0.043,0.002,0.078-0.007,0.121-0.005 c1.129,0.049,2.096,0.144,3.225,0.144c0.584-0.002,1.084-0.008,1.668-0.03C182.885,6.498,183.401,6.403,183.415,6.643L183.415,6.643 z M228.491,11.716c-0.049,0.043-0.141-0.021-0.203,0.009c-0.068,0.03-0.125,0.063-0.199,0.073c-0.504,0.082-0.951,0.062-1.459,0.123 c-0.297,0.035-0.555,0.033-0.854,0.031c-0.061,0-0.068-0.095-0.129-0.094c-0.229,0.008-0.416,0.092-0.645,0.091 c-0.545-0.001-1.014-0.006-1.553-0.073c-0.1-0.013-0.127-0.117-0.213-0.158c-0.061-0.031-0.201,0.033-0.205-0.025 c-0.012-0.202,0.439-0.117,0.686-0.126c0.354-0.014,0.691-0.028,1.023-0.04c-0.102-0.013-0.215-0.039-0.295-0.055 c-0.051-0.012-0.172-0.042-0.125-0.063c0.199-0.092,0.643-0.146,0.652,0.041c0.002,0.037-0.018,0.06-0.049,0.071 c0.742-0.021,1.465-0.021,2.254,0.045c0.139,0.013,0.455,0.026,0.373,0.119c-0.029,0.034-0.164,0.053-0.117,0.07 c0.107,0.038,0.219-0.031,0.32-0.078c0.049-0.022-0.053-0.106-0.008-0.133c0.184-0.111,0.451-0.117,0.65-0.025 C228.477,11.556,228.551,11.662,228.491,11.716L228.491,11.716z M237.35,7.176c0.148,0.217-0.545,0.129-0.846,0.166 c-0.479,0.058-0.893,0.14-1.377,0.118c-0.256-0.011-0.475,0.041-0.73,0.028c-0.797-0.034-1.506-0.137-2.279,0.022 c-0.346,0.069-0.662,0.115-1.014,0.07c-0.096-0.011-0.156-0.078-0.25-0.091c-0.273-0.033-1.002,0.033-0.779-0.102 c0.189-0.115,0.758,0.009,0.643-0.158c-0.029-0.043-0.158-0.053-0.127-0.095c0.25-0.34,0.889-0.135,1.375-0.152 c0.398-0.015,0.764-0.084,1.141,0.021c0.037,0.012,0.053,0.044,0.086,0.063c0.09,0.057,0.072,0.184,0.176,0.228 c0.26,0.109,0.996-0.018,0.803-0.198c-0.096-0.088-0.266,0.033-0.406,0.016c-0.041-0.004,0.117-0.07,0.076-0.07 c-0.145,0.006-0.521,0.025-0.41-0.049c0.23-0.157,0.559-0.071,0.854-0.034c0.412,0.051,0.787,0.187,1.186,0.088 c0.533-0.131,1.047-0.25,1.582-0.128c0.029,0.008,0.061,0.045,0.043,0.064c-0.039,0.049-0.203,0.063-0.156,0.106 c0.078,0.074,0.254-0.019,0.328,0.054C237.288,7.167,237.334,7.154,237.35,7.176L237.35,7.176z M243.899,4.924 c0.018,0.315-0.719,0.032-1.094,0.108c-0.211,0.044-0.594,0.301-0.604,0.123c-0.004-0.091,0.316-0.114,0.234-0.175 c-0.197-0.147-0.408,0.283-0.674,0.292c-0.174,0.007-0.32-0.026-0.492-0.048c-0.057-0.007-0.105,0.005-0.162,0.007 c-0.754,0.028-1.4,0.054-2.154,0.083c-0.252,0.01-0.672-0.148-0.588-0.346c0.092-0.219,0.525-0.064,0.809-0.064 c0.656,0.002,1.23-0.109,1.873-0.004c0.102,0.016,0.32,0.061,0.252,0.123c-0.064,0.058-0.309,0.056-0.238,0.109 c0.127,0.094,0.322-0.008,0.486-0.052c0.082-0.022,0.305,0.005,0.24-0.043c-0.07-0.054-0.313-0.033-0.248-0.09 c0.307-0.276,0.84-0.118,1.295-0.117c0.314,0,0.602-0.053,0.898,0.032C243.793,4.881,243.897,4.873,243.899,4.924L243.899,4.924z M241.743,11.342c0.002,0.057-0.105,0.066-0.158,0.105c-0.273,0.206-0.678,0.157-1.051,0.139c-0.24-0.009-0.818-0.125-0.623-0.241 c0.105-0.063,0.244,0.019,0.369,0.053c0.049,0.013-0.156,0.042-0.119,0.07c0.113,0.085,0.32-0.041,0.398-0.149 c0.037-0.048,0.168-0.096,0.115-0.137c-0.076-0.056-0.32-0.061-0.252-0.123c0.154-0.14,0.426,0.059,0.654,0.041 c0.184-0.014,0.678-0.11,0.527-0.021c-0.178,0.107-0.742,0.019-0.602,0.157c0.059,0.058,0.16,0.039,0.248,0.058 c0.063,0.011,0.104,0.053,0.166,0.059C241.53,11.365,241.737,11.248,241.743,11.342L241.743,11.342z M236.106,11.023 c0.012,0.21-0.586-0.112-0.73,0.063c-0.051,0.061,0.01,0.166-0.068,0.201c-0.24,0.11-0.527,0.021-0.779-0.07 c-0.051-0.018-0.125,0.044-0.162,0.007s0.014-0.089,0.033-0.135c0.086-0.203,0.461-0.162,0.725-0.16 c0.229,0,0.424,0.026,0.652,0.043c0.053,0.002,0.068-0.071,0.119-0.073C235.985,10.896,236.1,10.948,236.106,11.023L236.106,11.023z M249.643,7.104c0.008,0.152-0.346-0.002-0.529,0.021c-0.365,0.044-0.689,0.077-1.057,0.04c-0.48-0.047-0.9,0.008-1.385-0.013 c-0.17-0.009-0.32,0.05-0.486,0.019c-0.129-0.024-0.172-0.156-0.297-0.188c-0.111-0.031-0.432-0.01-0.328-0.056 c0.363-0.166,0.773,0.037,1.186,0.089c0.311,0.037,1.193-0.033,0.891-0.102c-0.316-0.073-0.613,0.081-0.936,0.035 c-0.039-0.005-0.096-0.032-0.084-0.063c0.131-0.385,0.889-0.147,1.373-0.186c0.383-0.03,0.758-0.119,1.102,0.023 c0.064,0.027,0.16-0.021,0.205,0.025c0.049,0.057-0.033,0.155-0.113,0.173c-0.098,0.02-0.332-0.029-0.283,0.044 C249.032,7.156,249.629,6.887,249.643,7.104L249.643,7.104z M212.266,9.938c0.01,0.162-0.369,0.029-0.568,0.021 c-0.717-0.032-1.43,0.181-2.043-0.122c-0.068-0.035-0.225-0.078-0.17-0.128c0.25-0.223,0.689,0.057,1.059,0.028 c0.539-0.044,1.033-0.205,1.545-0.061c0.066,0.02,0.172,0.08,0.129,0.129c-0.029,0.033-0.098,0.031-0.117,0.07 C212.073,9.926,212.262,9.887,212.266,9.938L212.266,9.938z M219.852,10.18c0.012,0.199-0.451-0.058-0.693-0.039 c-0.127,0.01-0.201,0.103-0.318,0.145c-0.066,0.025-0.205-0.018-0.201,0.041c0.018,0.316,0.914-0.217,1.102,0.058 c0.094,0.138-0.305,0.147-0.475,0.219c-0.082,0.034-0.135,0.087-0.195,0.141c-0.035,0.03-0.08,0.045-0.119,0.07 c-0.045,0.033,0.088,0.097,0.049,0.132c-0.158,0.143-0.451-0.017-0.658-0.107c-0.035-0.016,0.115-0.056,0.078-0.07 c-0.234-0.085-0.492-0.075-0.734-0.005c-0.057,0.016-0.15,0.065-0.115,0.105c0.123,0.137,0.684-0.035,0.576,0.11 c-0.117,0.16-0.426,0.057-0.65,0.026c-0.111-0.019-0.355-0.046-0.291-0.124c0.059-0.068,0.277-0.065,0.236-0.142 c-0.107-0.191-0.479,0.043-0.729,0.094c-0.332,0.069-1.176-0.155-0.973,0.072c0.113,0.125,0.711,0.021,0.535,0.079 c-0.229,0.07-0.451-0.033-0.695-0.041c-0.072-0.001-0.072-0.163-0.129-0.128c-0.072,0.043,0.004,0.161-0.07,0.204 c-0.094,0.052-0.377-0.061-0.293-0.123c0.049-0.034,0.125-0.028,0.16-0.072c0.045-0.06,0.092-0.154,0.029-0.202 c-0.16-0.118-0.4-0.065-0.613-0.043c-0.08,0.01-0.117,0.196-0.156,0.14c-0.041-0.062-0.004-0.136,0.029-0.2 c0.203-0.376,0.92-0.119,1.414-0.189c0.09-0.012,0.307-0.025,0.24-0.074c-0.094-0.071-0.443-0.071-0.332-0.121 c0.324-0.148,0.693,0.071,1.061,0.026c0.057-0.008,0.105-0.005,0.162-0.007c0.27-0.009,0.502-0.02,0.771-0.028 c0.217-0.011,0.42-0.002,0.615,0.075c0.068,0.026,0.039,0.21,0.092,0.164c0.09-0.08,0.063-0.235,0.188-0.275 c0.254-0.08,0.504,0.023,0.775,0.038C219.641,10.133,219.846,10.085,219.852,10.18L219.852,10.18z M215.52,8.479 c0.012,0.188-0.422,0.017-0.648,0.025c-0.357,0.014-1.338-0.013-1.012,0.106c0.076,0.027,0.127,0.078,0.209,0.091 c0.07,0.013,0.129-0.051,0.201-0.04c0.102,0.014,0.342-0.018,0.287,0.055c-0.088,0.121-0.316,0.045-0.482,0.084 c-0.041,0.012,0.039,0.079,0.006,0.102c-0.197,0.133-0.477,0.028-0.73,0.061c-0.146,0.018-0.256,0.087-0.4,0.115 c-0.039,0.008-0.045-0.067-0.084-0.063c-0.117,0.017-0.207,0.061-0.322,0.08c-0.768,0.124-1.455-0.007-2.236,0.052 c-0.313,0.022-0.584-0.019-0.896-0.032c-0.143-0.005-0.266,0.028-0.406,0.015c-0.092-0.006-0.131-0.087-0.211-0.124 c-0.102-0.047-0.352-0.042-0.293-0.122c0.055-0.073,0.178-0.088,0.281-0.076c0.094,0.008,0.154,0.088,0.25,0.089 c0.043,0.002-0.049-0.095-0.006-0.099c0.143-0.022,0.258-0.076,0.402-0.082c0.1-0.005,0.186,0,0.283-0.011 c0.086-0.012,0.158-0.015,0.244-0.01c0.711,0.03,1.332-0.099,2.035-0.011c0.256,0.03,0.479,0.059,0.734,0.038 c0.199-0.018,0.377,0.021,0.57-0.022c0.104-0.024,0.357-0.051,0.277-0.11c-0.242-0.182-0.609-0.052-0.939-0.063 c-1.096-0.049-4.137,0.325-3.137-0.047c0.172-0.066,0.34-0.075,0.521-0.12c0.061-0.016,0.014-0.12,0.074-0.136 c0.088-0.022,0.131,0.09,0.211,0.124c0.035,0.017-0.115,0.057-0.078,0.069c0.375,0.138,0.715-0.294,1.125-0.276 c0.072,0.004,0.131,0.025,0.205,0.025c0.398,0.002,0.754,0.103,1.141,0.024c0.127-0.028,0.23-0.077,0.361-0.082 c0.41-0.016,0.707,0.273,1.117,0.291c0.439,0.02,0.908-0.233,1.26-0.015C215.475,8.409,215.518,8.438,215.52,8.479L215.52,8.479z M218.157,7.579c0.008,0.14-0.316,0.03-0.486,0.051c-0.299,0.037-0.555,0.066-0.846,0.133c-0.646,0.145-1.244,0.075-1.912,0.039 c-0.072-0.002-0.133-0.023-0.205-0.025c-0.357-0.001-0.662,0.023-1.018,0.007c-0.117-0.007-0.334-0.15-0.33-0.054 c0.006,0.072,0.25,0.197,0.172,0.16c-0.143-0.071-0.289-0.271-0.418-0.185c-0.043,0.029,0.051,0.103,0.008,0.133 c-0.186,0.134-0.453-0.142-0.697-0.106c-0.129,0.019-0.271,0.16-0.361,0.081c-0.063-0.055-0.01-0.169,0.068-0.203 c0.398-0.183,0.846-0.032,1.301-0.05c1.066-0.042,2.014,0.16,3.051-0.051c0.049-0.01,0.164-0.054,0.117-0.07 c-0.17-0.063-0.346-0.03-0.531-0.047c-0.117-0.012-0.27-0.136-0.328-0.054c-0.037,0.051,0.191,0.101,0.129,0.128 c-0.164,0.074-0.346-0.047-0.533-0.046c-0.17,0-0.316,0.019-0.486,0.019c-0.061,0-0.068-0.094-0.127-0.095 c-0.205-0.01-0.361,0.105-0.564,0.122c-0.201,0.016-0.377-0.006-0.572-0.046c-0.201-0.041-0.373-0.078-0.576-0.111 c-0.088-0.015-0.326-0.021-0.248-0.057c0.35-0.161,0.742,0.071,1.143,0.057c0.041-0.002,0.045,0.063,0.086,0.063 c0.135,0.002,0.229-0.087,0.359-0.113c0.221-0.045,0.424,0.003,0.65-0.023c0.689-0.086,1.311-0.124,1.994-0.013 c0.039,0.009,0.121,0.049,0.086,0.064c-0.164,0.075-0.705,0.044-0.525,0.087c0.174,0.039,0.641,0.026,0.496,0.114 c-0.084,0.05-0.377,0.044-0.281,0.077c0.441,0.161,1.025-0.286,1.383-0.019C218.165,7.553,218.157,7.565,218.157,7.579 L218.157,7.579z M206.663,7.352c0.01,0.176-0.396,0.009-0.609,0.024c-0.414,0.031-0.758,0.162-1.172,0.146 c-0.33-0.015-1.213-0.005-0.93,0.135c0.455,0.224,1.553-0.357,1.512,0.076c-0.006,0.057-0.098,0.073-0.158,0.105 c-0.025,0.015-0.047,0.03-0.078,0.035c-0.322,0.051-0.611-0.004-0.936,0.036c-0.549,0.065-1.031,0.052-1.586,0.028 c-0.115-0.005-0.213-0.017-0.326-0.021c-0.258-0.011-0.49,0.059-0.734-0.005c-0.115-0.03-0.188-0.204-0.293-0.155 c-0.057,0.024-0.012,0.126-0.074,0.137c-0.115,0.017-0.211-0.053-0.328-0.055c-0.527-0.011-0.979,0.037-1.504,0.057 c-0.117,0.006-0.213-0.034-0.328-0.053c-0.07-0.013-0.133-0.004-0.203,0.007c-0.043,0.007-0.08,0.013-0.121,0.006 c-0.057-0.012-0.107,0.011-0.164,0.006c-0.258-0.026-0.477-0.06-0.736-0.072c-0.029-0.001,0.033,0.066,0.004,0.066 c-0.174,0.007-0.5-0.189-0.49-0.047c0.002,0.041,0.137,0.095,0.086,0.096c-0.186,0.006-0.313-0.138-0.496-0.147 c-0.172-0.009-0.387,0.132-0.488,0.019c-0.254-0.282,0.791-0.062,1.215-0.113c1.143-0.138,2.148,0.062,3.297-0.026 c0.396-0.031,1.207-0.015,1.641-0.059c-0.092-0.032-0.201-0.106-0.146-0.132c0.088-0.039,0.24,0.037,0.252,0.119 c0.193-0.031,0.258-0.08,0.072-0.166c-0.248-0.113-0.541,0.141-0.811,0.064c-0.037-0.009,0.117-0.07,0.078-0.069 c-0.262,0.011-0.463,0.173-0.725,0.16c-0.131-0.005-0.238-0.046-0.369-0.052c-0.541-0.023-1.025,0.115-1.547-0.007 c-0.221-0.051-0.428-0.069-0.654-0.041c-0.141,0.017-0.264,0.021-0.406,0.016c-0.414-0.018-0.803-0.188-1.184-0.055 c-0.076,0.027-0.115,0.113-0.197,0.107c-0.104-0.007-0.152-0.102-0.252-0.124c-0.439-0.102-0.848-0.035-1.305-0.018 c-0.213,0.009-0.398,0.06-0.609,0.025c-0.049-0.009-0.131-0.077-0.086-0.097c0.211-0.098,0.455-0.009,0.689-0.061 c0.068-0.014,0.131-0.014,0.203-0.007c0.051,0.006,0.025-0.113,0.074-0.104c0.168,0.033,0.287,0.128,0.457,0.148 c0.578,0.072,1.084,0.001,1.67,0.003c0.143,0,0.266,0.005,0.406-0.016c0.041-0.005-0.043-0.082-0.006-0.1 c0.225-0.102,0.479-0.025,0.732,0.005c0.346,0.043,0.637,0.115,0.984,0.13c0.115,0.005,0.211-0.024,0.324-0.047 c0.096-0.017,0.186-0.001,0.283-0.01c0.061-0.005,0.061-0.085,0.117-0.105c0.188-0.065,0.383,0.021,0.574,0.078 c0.295,0.09,0.586,0.066,0.898,0.033c0.055-0.007-0.064-0.132-0.008-0.133c0.131-0.005,0.168,0.217,0.295,0.188 c0.174-0.039,0.301-0.161,0.48-0.152c0.102,0.007,0.148,0.115,0.252,0.125c0.244,0.019,0.441-0.098,0.684-0.127 c0.395-0.048,0.742,0.021,1.139-0.011c0.359-0.028,0.664,0.078,1.023,0.095c0.072,0.004,0.133-0.013,0.205-0.009 C206.401,7.248,206.655,7.227,206.663,7.352L206.663,7.352z M207,9.006c0.02,0.314-0.713,0.028-1.096,0.043 c-0.258,0.009-0.479,0.043-0.729,0.095c-0.15,0.03-0.293,0.041-0.447,0.017c-0.068-0.011-0.098-0.083-0.166-0.095 c-0.045-0.006-0.076,0.048-0.121,0.039c-0.15-0.032-0.299-0.023-0.447,0.018c-0.311,0.086-0.609-0.023-0.938-0.032 c-0.084-0.002-0.176-0.152-0.209-0.091c-0.029,0.054,0.031,0.139-0.031,0.168c-0.049,0.022-0.107,0.02-0.162,0.007 c-0.301-0.069,0.35-0.48,0.664-0.493c0.063-0.002,0.115,0.03,0.166,0.061c0.109,0.064,0.291,0.258,0.334,0.153 c0.02-0.043-0.059-0.152-0.008-0.132c0.131,0.046,0.199,0.158,0.338,0.188c0.08,0.017,0.113-0.111,0.197-0.107 c0.117,0.003,0.213,0.072,0.328,0.054c0.277-0.051,0.48-0.198,0.76-0.23c0.145-0.016,0.51-0.002,0.402-0.082 c-0.221-0.163-0.553,0.032-0.852,0.032c-0.713,0.002-1.359-0.169-2.035,0.013c-0.111,0.03-0.238,0.01-0.322,0.079 c-0.18,0.147-0.168,0.51-0.42,0.482c-0.219-0.023-0.396-0.118-0.617-0.108c-0.117,0.003-0.205,0.063-0.32,0.078 c-0.342,0.045-0.697,0.064-0.984-0.095c-0.047-0.028-0.045-0.084-0.047-0.132c-0.004-0.058,0.104-0.067,0.156-0.105 c0.031-0.024-0.045-0.087-0.006-0.102c0.078-0.028,0.162,0.005,0.246,0.025c0.061,0.014,0.174,0.009,0.166,0.06 c-0.01,0.063-0.146,0.152-0.072,0.17c0.109,0.024,0.211-0.013,0.326-0.013c0.313,0.002,0.607,0.101,0.895,0 c0.066-0.024,0.102-0.152,0.031-0.169c-0.191-0.045-0.742,0.102-0.568,0.021c0.072-0.033,0.121-0.083,0.197-0.107 c0.256-0.081,1.002-0.014,0.766-0.13c-0.305-0.149-0.66,0.008-1.018,0.006c-0.313,0-0.582,0.004-0.895,0.002 c-0.166,0-0.414,0.017-0.455-0.116c-0.035-0.113,0.1-0.267-0.02-0.332c-0.063-0.035-0.273-0.029-0.207-0.06 c0.139-0.064,0.303,0.003,0.451,0.049c0.156,0.049,0.408,0.247,0.455,0.116c0.023-0.067-0.035-0.248,0.029-0.2 c0.09,0.067,0.1,0.195,0.215,0.224c0.232,0.059,0.451,0.005,0.693,0.007c0.064,0.002,0.033,0.156,0.09,0.131 c0.088-0.041,0.1-0.146,0.193-0.173c0.135-0.045,0.408,0.035,0.402-0.082c-0.004-0.044-0.127-0.071-0.088-0.099 c0.066-0.044,0.16,0.004,0.244-0.009c0.439-0.063,0.871-0.082,1.268,0.084c0.039,0.016,0.002,0.089,0.047,0.098 c0.082,0.02,0.164,0,0.244,0.023c0.068,0.021,0.148-0.042,0.205-0.005c0.096,0.06,0.188,0.271,0.254,0.188 c0.051-0.061-0.008-0.166,0.07-0.2c0.299-0.139,0.619,0.119,0.947,0.196c0.33,0.074,0.643-0.06,0.977-0.006 c0.109,0.02,0.34,0.1,0.254,0.158c-0.199,0.136-0.854-0.089-0.727,0.095c0.063,0.091,0.398,0.03,0.332,0.121 c-0.057,0.078-0.336,0.138-0.234,0.175C206.391,9.079,206.987,8.75,207,9.006L207,9.006z M212.694,7.454 c-0.041,0.118-0.264-0.09-0.412-0.085c-0.162,0.007-0.281,0.1-0.441,0.118c-0.186,0.023-0.355,0.007-0.531-0.046 c-0.156-0.049-0.289-0.109-0.455-0.116c-0.17-0.008-0.318-0.002-0.486,0.019c-0.326,0.04-1.219,0.233-0.932,0.102 c0.127-0.057,0.271-0.033,0.402-0.081c0.037-0.014-0.121-0.048-0.086-0.064c0.424-0.192,0.898-0.033,1.383-0.052 c0.215-0.009,0.803-0.018,0.605-0.091c-0.096-0.034-0.379-0.014-0.289-0.056c0.248-0.113,0.523,0.076,0.783,0.17 C212.399,7.33,212.743,7.313,212.694,7.454L212.694,7.454z M213.45,10.692c0.006,0.132-0.287,0.063-0.443,0.083 c-0.268,0.034-0.688,0.207-0.773-0.003c-0.023-0.056,0.006-0.128-0.051-0.165c-0.217-0.14-0.508-0.065-0.779-0.104 c-0.07-0.01-0.133,0-0.203,0.008c-0.1,0.012-0.262-0.068-0.285,0.012c-0.016,0.058,0.066,0.131,0.01,0.166 c-0.07,0.042-0.156,0.04-0.242,0.043c-0.121,0.005-0.229-0.032-0.33-0.088c-0.043-0.022,0.109-0.07,0.074-0.103 c-0.104-0.097-0.297-0.019-0.445,0.018c-0.1,0.023-0.18,0.057-0.281,0.077c-0.094,0.018-0.148,0.082-0.238,0.108 c-0.139,0.044-0.51,0.033-0.4,0.115c0.066,0.05,0.326,0.021,0.248,0.058c-0.363,0.166-0.781,0.112-1.186,0.013 c0.047-0.008,0.094-0.021,0.125-0.038c0.096-0.053-0.332-0.115-0.326-0.021v0.008l-0.125-0.036c-0.174-0.05-0.344,0.038-0.527,0.02 c-0.059-0.005-0.162,0.021-0.164-0.027c-0.008-0.131,0.5-0.192,0.352-0.246c-0.152-0.054-0.566-0.015-0.453-0.115 c0.066-0.062,0.197,0.028,0.283-0.012c0.102-0.046,0.258-0.051,0.277-0.145c0.008-0.041-0.123-0.019-0.125-0.06 c-0.016-0.282,0.629-0.092,0.971-0.105c0.896-0.034,1.678-0.232,2.559-0.099c0.104,0.017,0.191,0.031,0.289,0.058 c0.061,0.016,0.031,0.107,0.088,0.128c0.07,0.026,0.131-0.047,0.201-0.073c0.035-0.014-0.121-0.048-0.086-0.064 c0.178-0.081,0.371,0.088,0.574,0.078c0.033,0,0.053,0.023,0.084,0.031c0.068,0.015,0.053-0.168,0.113-0.137 c0.123,0.059-0.066,0.222-0.021,0.332c0.02,0.045,0.125-0.041,0.162-0.007c0.059,0.056-0.031,0.182,0.053,0.199 c0.16,0.038,0.484-0.281,0.439-0.149c-0.021,0.063-0.209,0.089-0.154,0.14C212.883,10.748,213.436,10.479,213.45,10.692 L213.45,10.692z M225.413,10.567c-0.094,0.17-0.424,0.024-0.65,0.024c-0.484,0-0.904,0.01-1.379,0.086 c-0.197,0.031-0.4,0.074-0.572-0.011c-0.203-0.101-0.402-0.401-0.586-0.278c-0.1,0.067,0.09,0.25-0.023,0.303 c-0.09,0.04-0.15-0.112-0.25-0.125c-0.086-0.01-0.221,0.076-0.244,0.01c-0.045-0.12,0.293-0.365,0.143-0.339 c-0.129,0.022-0.297,0.174-0.361,0.08c-0.035-0.05,0.199-0.059,0.156-0.106c-0.027-0.029-0.146,0.004-0.123-0.029 c0.164-0.222,0.57-0.128,0.885-0.165c0.117-0.015,0.242-0.012,0.33,0.054c0.021,0.017,0.092-0.023,0.08-0.004 c-0.063,0.115-0.467,0.128-0.354,0.214c0.191,0.144,0.494-0.006,0.736,0.071c0.086,0.027,0.084,0.141,0.172,0.16 c0.24,0.056,0.436-0.173,0.684-0.159c0.189,0.012,0.543,0.234,0.533,0.079c-0.002-0.063-0.156-0.131-0.09-0.162 c0.102-0.047,0.232,0,0.328,0.054c0.037,0.019,0.137-0.038,0.123-0.006c-0.037,0.087-0.283,0.157-0.191,0.208 c0.188,0.104,0.641-0.178,0.65,0.01C225.411,10.546,225.418,10.557,225.413,10.567L225.413,10.567z M173.422,18.428 c0.004,0.073-0.338-0.053-0.248-0.058C173.264,18.367,173.417,18.355,173.422,18.428L173.422,18.428z M173.823,2.678 c0.006,0.096-0.43-0.007-0.328-0.053C173.596,2.576,173.819,2.581,173.823,2.678L173.823,2.678z M174.874,8.237 c-0.074,0.085-0.418-0.043-0.332-0.119c0.059-0.054,0.246,0.027,0.242-0.043c-0.004-0.058-0.238-0.09-0.168-0.093 C174.758,7.975,174.958,8.144,174.874,8.237L174.874,8.237z M174.602,2.047c-0.043,0.076-0.32-0.061-0.252-0.123 C174.42,1.861,174.643,1.97,174.602,2.047L174.602,2.047z M174.856,6.506c-0.064,0.119-0.572,0.033-0.449-0.051 c0.068-0.047,0.15-0.06,0.24-0.076c0.055-0.009,0.129-0.043,0.162-0.004C174.844,6.413,174.879,6.461,174.856,6.506L174.856,6.506z M175.834,6.534c-0.045,0.158-0.385,0.089-0.568,0.023c-0.059-0.023-0.131-0.093-0.088-0.13 C175.336,6.283,175.889,6.348,175.834,6.534L175.834,6.534z M175.936,6.864c0.008,0.141-0.643,0.021-0.492-0.049 C175.596,6.747,175.928,6.721,175.936,6.864L175.936,6.864z M176.079,6.524c-0.023,0.056-0.207-0.044-0.168-0.093 C175.952,6.385,176.102,6.47,176.079,6.524L176.079,6.524z M176.374,5.979c0.137,0.152-0.635,0.279-0.646,0.093 c-0.006-0.119,0.258-0.077,0.402-0.083C176.215,5.985,176.323,5.924,176.374,5.979L176.374,5.979z M177.159,6.883 c0.006,0.118-0.271,0.019-0.408-0.018c-0.068-0.018-0.217-0.05-0.168-0.093c0.107-0.098,0.305-0.005,0.451,0.049 C177.079,6.838,177.157,6.842,177.159,6.883L177.159,6.883z M177.081,2.687c0.01,0.15-0.344,0.039-0.527,0.019 c-0.072-0.006-0.254,0.021-0.205-0.024c0.172-0.155,0.541-0.169,0.73-0.028C177.09,2.661,177.081,2.674,177.081,2.687L177.081,2.687 z M177.756,1.66c0.004,0.073-0.338-0.055-0.248-0.058S177.75,1.587,177.756,1.66L177.756,1.66z M177.766,1.859 c0.006,0.078-0.146,0.084-0.238,0.109c-0.025,0.009,0.029,0.078,0.004,0.067c-0.086-0.044-0.068-0.212,0.027-0.235 C177.633,1.783,177.764,1.797,177.766,1.859L177.766,1.859z M178.108,2.112c-0.113,0.103-0.344-0.32-0.184-0.358 c0.049-0.013,0.057,0.062,0.086,0.097C178.077,1.929,178.186,2.042,178.108,2.112L178.108,2.112z M179.192,8.272 c0.006,0.084-0.34-0.167-0.252-0.125C179.028,8.19,179.188,8.188,179.192,8.272L179.192,8.272z M178.954,2.681 c0.01,0.175-0.396,0.016-0.609,0.023c-0.229,0.01-0.869,0.026-0.654-0.041c0.371-0.118,0.748-0.106,1.139-0.043 C178.877,2.627,178.952,2.638,178.954,2.681L178.954,2.681z M180.01,9.774c0.004,0.062-0.195,0.138-0.199,0.074 S180.006,9.712,180.01,9.774L180.01,9.774z M179.627,1.655c0.008,0.142-0.643,0.021-0.49-0.048 C179.288,1.539,179.62,1.513,179.627,1.655L179.627,1.655z M179.725,1.917c-0.053,0.099-0.238,0.019-0.367,0.015 c-0.076-0.001-0.258-0.013-0.207-0.058c0.107-0.098,0.287-0.107,0.443-0.084C179.665,1.799,179.752,1.865,179.725,1.917 L179.725,1.917z M180.17,8.302c0.006,0.078-0.332-0.051-0.25-0.09C180.004,8.174,180.167,8.224,180.17,8.302L180.17,8.302z M180.114,3.037c0.008,0.136-0.6-0.05-0.455-0.117c0.115-0.053,0.258-0.002,0.371,0.053C180.063,2.991,180.112,3.004,180.114,3.037 L180.114,3.037z M180.12,1.703c0.006,0.096-0.432-0.008-0.328-0.055C179.893,1.603,180.114,1.607,180.12,1.703L180.12,1.703z M180.635,7.884c-0.047,0.087-0.234-0.147-0.176-0.227c0.029-0.04,0.129-0.045,0.162-0.007c0.035,0.039,0.02,0.086,0.008,0.133 C180.622,7.818,180.653,7.853,180.635,7.884L180.635,7.884z M180.917,8.54c0.004,0.052-0.166-0.062-0.166-0.062 S180.915,8.487,180.917,8.54L180.917,8.54z M181.821,18.64c0.008,0.152-0.707,0.009-0.531-0.047 C181.463,18.539,181.811,18.485,181.821,18.64L181.821,18.64z M181.016,3.135c0.004,0.075-0.338-0.053-0.248-0.057 C180.858,3.073,181.01,3.062,181.016,3.135L181.016,3.135z M181.583,8.781c-0.07,0.063-0.186-0.061-0.289-0.056 c-0.131,0.005-0.457,0.027-0.369-0.052C181.083,8.53,181.741,8.639,181.583,8.781L181.583,8.781z M181.77,6.374 c0.004,0.052-0.166-0.061-0.166-0.061S181.768,6.322,181.77,6.374L181.77,6.374z M181.805,6.972c0.004,0.063-0.16-0.188-0.092-0.163 C181.784,6.834,181.801,6.91,181.805,6.972L181.805,6.972z M182.067,8.695c0.002,0.053-0.166-0.06-0.166-0.06 S182.063,8.644,182.067,8.695L182.067,8.695z M181.926,1.967c0.016,0.291-0.662,0.069-1.016,0.038 c-0.043-0.002-0.08,0.007-0.123,0.005c-0.311-0.013-1.113-0.016-0.863-0.166c0.102-0.063,0.246,0.026,0.365-0.014 c0.08-0.027,0.223,0.026,0.242-0.044c0.016-0.058-0.043-0.165,0.031-0.167c0.117-0.006-0.008,0.215,0.096,0.264 c0.373,0.171,0.869-0.178,1.223,0.018C181.907,1.917,181.924,1.941,181.926,1.967L181.926,1.967z M182.676,9.405 c0.012,0.198-0.465-0.045-0.689,0.027c-0.096,0.03-0.15,0.098-0.236,0.142c-0.086,0.043-0.256-0.035-0.283,0.043 c-0.02,0.059,0.025,0.132-0.031,0.17c-0.078,0.053-0.303,0.078-0.236,0.141c0.037,0.035,0.129-0.043,0.162-0.004 c0.078,0.085-0.238-0.045-0.369-0.054c-0.043-0.003-0.08,0.015-0.121,0.006c-0.041-0.013-0.08,0.005-0.123,0.004 c-0.146-0.01-0.277-0.031-0.412-0.084c-0.063-0.026-0.215-0.052-0.166-0.095c0.268-0.24,0.869,0.198,1.137-0.043 c0.096-0.087-0.434-0.101-0.336-0.188c0.154-0.139,0.416-0.092,0.646-0.092c0.369,0.002,0.783-0.211,1.057-0.007 C182.686,9.379,182.676,9.394,182.676,9.405L182.676,9.405z M182.75,6.402c0.004,0.073-0.338-0.053-0.248-0.057 C182.592,6.343,182.745,6.329,182.75,6.402L182.75,6.402z M182.883,7.33c-0.061,0.145-0.35,0.062-0.527,0.021 c-0.117-0.026-0.367-0.155-0.256-0.19c0.135-0.043,0.268,0.027,0.41,0.05c0.115,0.02,0.287-0.035,0.328,0.055 C182.85,7.291,182.895,7.305,182.883,7.33L182.883,7.33z M183.1,8.255c-0.135,0.091-0.619,0.049-0.492-0.048 c0.105-0.078,0.285-0.075,0.406-0.015C183.049,8.209,183.131,8.235,183.1,8.255L183.1,8.255z M182.887,3.13 c0.004,0.071-0.303,0.028-0.246-0.024C182.7,3.053,182.883,3.06,182.887,3.13L182.887,3.13z M182.905,1.995 c0.004,0.086-0.186-0.047-0.289-0.056c-0.102-0.006-0.15-0.102-0.25-0.122c-0.076-0.015-0.125,0.085-0.201,0.072 c-0.057-0.007-0.098-0.106-0.047-0.13c0.252-0.115,0.643-0.002,0.785,0.203C182.909,1.974,182.905,1.984,182.905,1.995 L182.905,1.995z M183.428,8.31c0.004,0.075-0.291-0.088-0.211-0.124C183.297,8.147,183.424,8.237,183.428,8.31L183.428,8.31z M183.565,7.838c0.004,0.059-0.23-0.065-0.168-0.093C183.458,7.717,183.561,7.78,183.565,7.838L183.565,7.838z M183.559,2.038 c-0.08,0.071-0.213-0.037-0.33-0.054c-0.063-0.009-0.221-0.035-0.166-0.061C183.221,1.853,183.68,1.929,183.559,2.038L183.559,2.038 z M183.624,3.168c-0.043,0.077-0.32-0.061-0.252-0.123C183.44,2.981,183.665,3.091,183.624,3.168L183.624,3.168z M184.51,18.67 c0.01,0.162-0.369,0.021-0.57,0.021c-0.117,0-0.43-0.007-0.328-0.054c0.248-0.113,0.539-0.095,0.813-0.03 C184.463,18.615,184.508,18.638,184.51,18.67L184.51,18.67z M183.903,6.626c0.004,0.073-0.338-0.055-0.248-0.058 C183.745,6.564,183.897,6.552,183.903,6.626L183.903,6.626z M183.952,7.488c0.002,0.054-0.166-0.058-0.166-0.058 S183.948,7.438,183.952,7.488L183.952,7.488z M184.106,7.351c-0.076,0.068-0.213-0.002-0.324,0.012 c-0.201,0.026-0.658,0.076-0.574-0.076c0.104-0.193,0.484-0.086,0.73-0.028C184.006,7.273,184.155,7.307,184.106,7.351 L184.106,7.351z M184.157,8.215c-0.059,0.053-0.127-0.232-0.053-0.197c0.049,0.023,0.004,0.086,0.008,0.132 C184.114,8.177,184.178,8.196,184.157,8.215L184.157,8.215z M183.961,1.956c0.004,0.073-0.338-0.056-0.248-0.058 C183.803,1.896,183.956,1.883,183.961,1.956L183.961,1.956z M184.555,8.066c0.004,0.074-0.338-0.053-0.248-0.058 C184.397,8.006,184.551,7.993,184.555,8.066L184.555,8.066z M184.651,8.33c-0.031,0.06-0.242-0.101-0.17-0.128 C184.555,8.175,184.684,8.27,184.651,8.33L184.651,8.33z M185.618,9.56c0.004,0.074-0.338-0.054-0.248-0.057 S185.614,9.485,185.618,9.56L185.618,9.56z M185.354,2.102c0.002,0.052-0.166-0.06-0.166-0.06S185.35,2.051,185.354,2.102 L185.354,2.102z M186.202,9.803c-0.104,0.143-0.369,0.059-0.566,0.09c-0.182,0.029-0.344-0.003-0.527,0.02 c-0.24,0.029-0.449,0.037-0.691,0.027c-0.121-0.005-0.213-0.063-0.33-0.089c-0.25-0.05-0.477,0.029-0.729,0.063 c-0.127,0.015-0.24,0.025-0.367,0.013c-0.232-0.023-0.484-0.238-0.656-0.107c-0.074,0.055-0.098,0.197-0.195,0.175 c-0.08-0.021-0.061-0.125-0.131-0.162c-0.096-0.051-0.322-0.031-0.291-0.124c0.043-0.124,0.283-0.076,0.441-0.082 c0.105-0.003,0.178-0.089,0.281-0.077c0.08,0.009,0.094,0.109,0.17,0.127c0.193,0.044,0.379,0.059,0.57,0.011 c0.039-0.01,0.115-0.057,0.078-0.069c-0.176-0.063-0.553-0.167-0.424-0.284c0.098-0.086,0.266,0.018,0.408,0.018 c0.475,0.001,1.637-0.036,1.318,0.249c-0.137,0.122-0.373-0.034-0.574-0.044c-0.18-0.008-0.633,0.076-0.479,0.151 c0.365,0.182,0.805-0.094,1.221-0.013c0.043,0.009,0.078,0.032,0.123,0.028c0.064-0.006,0.107,0.078,0.166,0.061 c0.057-0.018,0.059-0.089,0.117-0.105c0.248-0.067,0.479,0.071,0.738,0.106c0.111,0.015,0.32-0.106,0.324-0.014 C186.2,9.783,186.209,9.794,186.202,9.803L186.202,9.803z M186.346,6.664c0.012,0.178-0.4-0.013-0.611-0.041 c-0.104-0.017-0.379-0.017-0.289-0.057c0.275-0.126,0.666-0.109,0.898,0.065C186.356,6.639,186.346,6.652,186.346,6.664 L186.346,6.664z M186.448,6.994c0.008,0.152-0.371,0.033-0.533-0.045c-0.027-0.015-0.07-0.054-0.043-0.066 C186.051,6.799,186.438,6.825,186.448,6.994L186.448,6.994z M187.024,11.372c-0.049,0.112-0.484,0.051-0.41-0.05 c0.074-0.1,0.4-0.1,0.408,0.017C187.022,11.352,187.028,11.361,187.024,11.372L187.024,11.372z M186.997,6.64 c0.008,0.119-0.535,0.007-0.41-0.051C186.713,6.53,186.991,6.521,186.997,6.64L186.997,6.64z M187.268,9.963 c0.006,0.097-0.43-0.008-0.328-0.054C187.042,9.862,187.264,9.867,187.268,9.963L187.268,9.963z M187.174,6.899 c0.004,0.071-0.303,0.028-0.246-0.023C186.987,6.822,187.17,6.828,187.174,6.899L187.174,6.899z M187.286,1.695 c0.008,0.175-0.396,0.021-0.611,0.021c-0.152,0-0.531-0.035-0.412-0.115c0.166-0.113,0.398,0.024,0.613,0.043 C187.018,1.655,187.278,1.575,187.286,1.695L187.286,1.695z M187.295,1.896c-0.072,0.099-0.266-0.024-0.408-0.02 c-0.117,0.005-0.203,0.075-0.32,0.08c-0.135,0.005-0.252-0.033-0.371-0.086c-0.051-0.023-0.193,0.046-0.162,0.006 c0.184-0.25,0.664-0.13,1.014-0.071C187.139,1.82,187.344,1.828,187.295,1.896L187.295,1.896z M187.897,8.139 c-0.088,0.08-0.238-0.037-0.369-0.053c-0.104-0.011-0.33,0.022-0.289-0.057c0.076-0.137,0.359-0.081,0.529-0.019 C187.833,8.034,187.946,8.096,187.897,8.139L187.897,8.139z M187.75,2.743c0.006,0.097-0.43-0.007-0.328-0.053 C187.526,2.642,187.747,2.648,187.75,2.743L187.75,2.743z M188.598,3.311c0.006,0.119-0.518,0.058-0.408-0.018 c0.088-0.06,0.229-0.061,0.324-0.012C188.542,3.294,188.596,3.285,188.598,3.311L188.598,3.311z M189.133,6.958 c0.008,0.144-0.613,0.025-0.494-0.081C188.758,6.77,189.124,6.813,189.133,6.958L189.133,6.958z M189.76,10.801 c0.004,0.074-0.338-0.054-0.248-0.058C189.602,10.74,189.754,10.728,189.76,10.801L189.76,10.801z M189.616,6.872 c0.006,0.098-0.418,0.007-0.328-0.053C189.377,6.757,189.612,6.776,189.616,6.872L189.616,6.872z M190.026,6.923 c0.006,0.11-0.424-0.071-0.334-0.153c0.064-0.058,0.189,0.029,0.25,0.09C189.967,6.885,190.024,6.891,190.026,6.923L190.026,6.923z M190.667,9.566c0.01,0.175-0.396,0.016-0.609,0.022c-0.6,0.022-1.121,0.08-1.711,0c-0.076-0.011-0.258-0.013-0.207-0.059 c0.316-0.285,0.867-0.119,1.338-0.119c0.389,0,0.77-0.071,1.104,0.092C190.616,9.52,190.665,9.533,190.667,9.566L190.667,9.566z M190.844,9.825c0.006,0.12-0.258,0.077-0.402,0.082c-0.57,0.021-1.057,0.064-1.625,0.063c-0.293,0-0.555-0.037-0.822-0.135 c-0.055-0.019-0.195,0.014-0.164-0.026c0.199-0.271,0.707-0.127,1.094-0.109c0.342,0.015,0.639,0.07,0.979,0.029 c0.297-0.036,0.566-0.032,0.857,0.033C190.797,9.771,190.842,9.794,190.844,9.825L190.844,9.825z M191.674,18.661 c0.01,0.177-0.396,0.017-0.609,0.024c-0.346,0.014-1.285,0.043-0.982-0.096c0.387-0.178,0.822-0.005,1.264,0.018 C191.463,18.613,191.668,18.565,191.674,18.661L191.674,18.661z M191.09,2.749c0.004,0.073-0.338-0.055-0.248-0.058 S191.086,2.676,191.09,2.749L191.09,2.749z M191.649,9.661c0.068,0.206-0.713,0.341-0.727,0.127 c-0.01-0.177,0.615,0.058,0.604-0.123c-0.002-0.057-0.199-0.124-0.129-0.128C191.5,9.535,191.622,9.582,191.649,9.661L191.649,9.661 z M191.778,3.389c0.01,0.147-0.662-0.062-0.494-0.113C191.452,3.223,191.77,3.242,191.778,3.389L191.778,3.389z M192.061,8.313 c-0.025,0.059-0.186,0-0.209-0.061c-0.014-0.04,0.072-0.087,0.119-0.071C192.03,8.204,192.081,8.264,192.061,8.313L192.061,8.313z M192.389,6.967c0.006,0.073-0.336-0.053-0.246-0.059C192.233,6.905,192.385,6.892,192.389,6.967L192.389,6.967z M192.198,2.174 c0.004,0.072-0.291-0.09-0.211-0.125C192.067,2.012,192.194,2.098,192.198,2.174L192.198,2.174z M192.557,2.759 c0.008,0.154-0.695,0.028-0.533-0.045C192.188,2.638,192.547,2.606,192.557,2.759L192.557,2.759z M193.274,9.6 c-0.074,0.177-0.422,0.015-0.65,0.025c-0.23,0.009-0.715-0.006-0.621-0.177c0.053-0.097,0.207,0.134,0.332,0.12 c0.152-0.017,0.25-0.118,0.4-0.148C192.932,9.379,193.34,9.441,193.274,9.6L193.274,9.6z M193.079,3.339 c0.008,0.152-0.344,0.029-0.529,0.021c-0.18-0.009-0.639-0.027-0.494-0.114c0.207-0.126,0.486-0.016,0.734,0.039 C192.891,3.306,193.073,3.255,193.079,3.339L193.079,3.339z M193.323,6.197c0.01,0.163-0.369,0.037-0.568,0.021 c-0.07-0.006-0.234-0.073-0.168-0.094c0.213-0.066,0.432-0.041,0.652,0.008C193.278,6.143,193.321,6.164,193.323,6.197 L193.323,6.197z M193.247,1.999c0.004,0.073-0.338-0.052-0.248-0.056C193.088,1.938,193.243,1.925,193.247,1.999L193.247,1.999z M194.09,9.636c0.006,0.121-0.543-0.025-0.412-0.086C193.807,9.491,194.083,9.514,194.09,9.636L194.09,9.636z M194.542,6.151 c0.01,0.153-0.658,0.066-0.531-0.047C194.135,5.991,194.534,5.997,194.542,6.151L194.542,6.151z M194.61,7.349 c0.012,0.198-0.451-0.05-0.693-0.04c-0.174,0.006-0.609,0.056-0.492-0.048c0.154-0.14,0.424-0.026,0.65-0.026 C194.268,7.234,194.602,7.189,194.61,7.349L194.61,7.349z M194.741,9.61c-0.129,0.144-0.746-0.184-0.545-0.247 c0.133-0.042,0.197,0.169,0.338,0.187c0.074,0.012,0.135-0.108,0.199-0.072C194.78,9.503,194.774,9.571,194.741,9.61L194.741,9.61z M194.737,8.144c-0.021,0.055-0.207-0.045-0.168-0.095C194.61,8.001,194.76,8.087,194.737,8.144L194.737,8.144z M194.487,2.353 c0.006,0.073-0.336-0.055-0.246-0.059C194.331,2.292,194.483,2.279,194.487,2.353L194.487,2.353z M195.114,6.195 c0.008,0.121-0.551-0.041-0.412-0.085C194.84,6.067,195.108,6.074,195.114,6.195L195.114,6.195z M195.307,8.121 c0.002,0.053-0.168-0.061-0.168-0.061S195.303,8.069,195.307,8.121L195.307,8.121z M195.508,11.646 c0.004,0.076-0.291-0.087-0.211-0.124C195.377,11.486,195.504,11.571,195.508,11.646L195.508,11.646z M195.438,7.583 c-0.037,0.067-0.32-0.014-0.248-0.058C195.264,7.481,195.475,7.515,195.438,7.583L195.438,7.583z M195.485,6.981 c0.006,0.095-0.432-0.008-0.328-0.056C195.258,6.879,195.479,6.885,195.485,6.981L195.485,6.981z M195.803,2.568 c0.004,0.073-0.338-0.055-0.248-0.058S195.799,2.495,195.803,2.568L195.803,2.568z M195.875,2.433 c0.01,0.139-0.316,0.029-0.484,0.051c-0.031,0.005-0.047,0.032-0.08,0.037c-0.252,0.034-0.475,0.018-0.73,0.026 c-0.09,0.006-0.309-0.002-0.248-0.055c0.07-0.064,0.18-0.063,0.281-0.079c0.057-0.008,0.105,0,0.162-0.005 c0.227-0.02,0.424-0.018,0.65-0.024C195.584,2.376,195.87,2.302,195.875,2.433L195.875,2.433z M196.303,9.883 c0.006,0.128-0.291,0.024-0.447,0.019c-0.113-0.006-0.211,0.011-0.324,0.011c-0.115,0.002-0.213,0.027-0.326,0.014 c-0.451-0.057-0.848-0.034-1.303-0.017c-0.613,0.023-1.143,0.186-1.746,0.1c-0.115-0.015-0.408,0.017-0.328-0.054 c0.082-0.074,0.209-0.068,0.318-0.111c0.082-0.034,0.107-0.127,0.195-0.141c0.436-0.069,0.822,0.035,1.264,0.017 c0.629-0.023,1.168,0.089,1.795,0.064c0.201-0.008,0.379-0.031,0.572,0.013C196.088,9.822,196.297,9.784,196.303,9.883 L196.303,9.883z M196.249,6.085c0.002,0.052-0.166-0.061-0.166-0.061S196.245,6.032,196.249,6.085L196.249,6.085z M196.127,2.557 c0.004,0.052-0.166-0.062-0.166-0.062S196.125,2.503,196.127,2.557L196.127,2.557z M196.487,8.809 c0.002,0.053-0.168-0.059-0.168-0.059S196.483,8.757,196.487,8.809L196.487,8.809z M196.811,8.798 c0.004,0.058-0.24-0.092-0.168-0.095C196.713,8.701,196.807,8.738,196.811,8.798L196.811,8.798z M196.819,7.529 c0.004,0.074-0.336-0.053-0.246-0.057C196.661,7.469,196.815,7.455,196.819,7.529L196.819,7.529z M196.7,2.601 c-0.037,0.041-0.135-0.015-0.166-0.061c-0.027-0.042,0-0.095,0.033-0.135c0.018-0.021-0.068-0.082-0.045-0.064 C196.618,2.41,196.776,2.516,196.7,2.601L196.7,2.601z M197.034,6.988c0.006,0.122-0.551-0.041-0.412-0.084 C196.76,6.86,197.026,6.867,197.034,6.988L197.034,6.988z M197.262,9.58c0.01,0.174-0.396,0.016-0.609,0.023 c-0.557,0.021-1.082,0.112-1.592-0.071c-0.053-0.02-0.213,0.027-0.162,0.005c0.484-0.222,1.033-0.018,1.588,0.006 C196.758,9.556,197.25,9.357,197.262,9.58L197.262,9.58z M197.768,2.759c0.002,0.052-0.166-0.06-0.166-0.06 S197.766,2.707,197.768,2.759L197.768,2.759z M198.168,8.345c-0.045,0.062-0.158-0.027-0.246-0.024 c-0.063,0.002-0.207-0.021-0.166-0.061C197.858,8.171,198.247,8.24,198.168,8.345L198.168,8.345z M198.338,9.872 c0.004,0.085-0.18,0.057-0.281,0.077c-0.416,0.082-1.604-0.12-1.193-0.221c0.15-0.037,0.291-0.024,0.447-0.019 c0.332,0.015,0.656-0.043,0.941,0.099C198.288,9.825,198.336,9.838,198.338,9.872L198.338,9.872z M197.997,2.483 c-0.051,0.147-0.67-0.093-0.496-0.146C197.672,2.281,198.047,2.338,197.997,2.483L197.997,2.483z M198.825,9.853 c0.006,0.097-0.432-0.006-0.328-0.054C198.598,9.753,198.819,9.757,198.825,9.853L198.825,9.853z M199.186,9.039 c-0.029,0.055-0.227-0.06-0.168-0.093C199.075,8.911,199.215,8.986,199.186,9.039L199.186,9.039z M199.231,9.836 c0.004,0.054-0.217-0.027-0.166-0.059C199.116,9.745,199.229,9.785,199.231,9.836L199.231,9.836z M198.891,2.45 c-0.063,0.144-0.369,0.029-0.533-0.047c-0.039-0.018-0.154-0.002-0.123-0.029C198.391,2.234,198.965,2.271,198.891,2.45 L198.891,2.45z M199.256,8.837c0.004,0.074-0.291-0.089-0.211-0.126C199.124,8.674,199.252,8.763,199.256,8.837L199.256,8.837z M199.299,8.169c-0.07,0.061-0.354-0.12-0.252-0.125C199.149,8.041,199.368,8.106,199.299,8.169L199.299,8.169z M199.305,2.567 c-0.047,0.063-0.32-0.013-0.248-0.057C199.129,2.466,199.35,2.505,199.305,2.567L199.305,2.567z M199.624,8.156 c0.004,0.051-0.166-0.061-0.166-0.061S199.622,8.104,199.624,8.156L199.624,8.156z M199.762,9.15 c0.004,0.052-0.166-0.061-0.166-0.061S199.758,9.098,199.762,9.15L199.762,9.15z M199.836,9.016 c0.004,0.072-0.338-0.055-0.248-0.059C199.678,8.954,199.833,8.94,199.836,9.016L199.836,9.016z M199.891,8.545 c0.008,0.13-0.32,0.023-0.451-0.05c-0.023-0.013-0.072,0.025-0.082,0.006c-0.035-0.099,0.225-0.271,0.275-0.179 c0.029,0.053-0.043,0.127,0.01,0.166C199.709,8.538,199.887,8.473,199.891,8.545L199.891,8.545z M199.997,6.141 c-0.064,0.156-0.367,0.049-0.566,0.057c-0.242,0.007-0.451,0.1-0.689,0.06c-0.055-0.01-0.057-0.111-0.006-0.133 c0.322-0.149,0.688-0.071,1.055-0.04c0.072,0.004,0.203-0.036,0.205,0.024C199.997,6.119,200.002,6.13,199.997,6.141L199.997,6.141z M199.954,2.543c-0.072,0.133-0.633-0.213-0.457-0.183c0.1,0.016,0.154,0.094,0.252,0.123c0.066,0.021,0.201-0.033,0.205,0.026 C199.954,2.521,199.959,2.532,199.954,2.543L199.954,2.543z M199.965,2.743c0.01,0.174-0.396,0.014-0.609,0.021 c-0.145,0.007-0.545-0.008-0.41-0.051c0.307-0.096,0.619-0.109,0.936-0.035C199.918,2.687,199.963,2.709,199.965,2.743 L199.965,2.743z M200.422,2.19c0.006,0.107-0.238-0.046-0.369-0.053c-0.152-0.006-0.547-0.055-0.414-0.116 c0.127-0.058,0.268,0.027,0.41,0.051C200.188,2.096,200.417,2.075,200.422,2.19L200.422,2.19z M200.84,2.374 c0.006,0.095-0.428,0.026-0.326-0.02C200.614,2.308,200.834,2.28,200.84,2.374L200.84,2.374z M201.495,10.951 c0.004,0.097-0.432-0.008-0.33-0.055C201.268,10.851,201.489,10.855,201.495,10.951L201.495,10.951z M201.42,2.553 c0.004,0.052-0.166-0.061-0.166-0.061S201.418,2.501,201.42,2.553L201.42,2.553z M201.471,2.018 c0.004,0.074-0.338-0.054-0.248-0.057S201.467,1.943,201.471,2.018L201.471,2.018z M202.377,2.183 c0.004,0.078-0.154-0.095-0.25-0.089c-0.158,0.004-0.512,0.101-0.449-0.019c0.064-0.116,0.293-0.081,0.445-0.049 C202.231,2.049,202.372,2.092,202.377,2.183L202.377,2.183z M203.096,10.489c0.004,0.059-0.252,0.051-0.203,0.008 C202.94,10.455,203.092,10.432,203.096,10.489L203.096,10.489z M202.92,3.162c-0.098,0.182-0.457,0.004-0.693-0.041 c-0.115-0.021-0.361,0.039-0.328-0.054c0.057-0.167,0.395-0.032,0.609-0.022C202.661,3.051,202.983,3.047,202.92,3.162L202.92,3.162 z M203.522,10.806c-0.061,0.14-0.652-0.041-0.496-0.113S203.581,10.667,203.522,10.806L203.522,10.806z M203.583,10.47 c-0.047,0.113-0.316,0.074-0.408-0.017c-0.063-0.063,0.039-0.198-0.053-0.23c-0.129-0.046-0.219,0.142-0.359,0.146 c-0.146,0.006-0.268-0.05-0.41-0.084c-0.039-0.011-0.037,0.071-0.078,0.067c-0.092-0.002-0.246-0.114-0.172-0.16 c0.252-0.15,0.586-0.078,0.895-0.032C203.237,10.192,203.665,10.282,203.583,10.47L203.583,10.47z M203.264,3.481 c0.01,0.141-0.627,0.068-0.488-0.013C202.915,3.385,203.256,3.342,203.264,3.481L203.264,3.481z M203.831,10.527 c0.004,0.054-0.096,0.071-0.158,0.074C203.608,10.603,203.829,10.475,203.831,10.527L203.831,10.527z M203.696,2.466 c0.008,0.159-0.705-0.035-0.535-0.113C203.329,2.276,203.686,2.308,203.696,2.466L203.696,2.466z M203.918,3.522 c0.117,0.172-0.402,0.212-0.641,0.193c-0.121-0.01-0.424-0.024-0.33-0.088c0.199-0.133,0.854,0.089,0.727-0.095 c-0.037-0.055-0.258-0.011-0.207-0.058C203.575,3.377,203.84,3.409,203.918,3.522L203.918,3.522z M204.219,8.779 c0.004,0.052-0.166-0.06-0.166-0.06S204.217,8.727,204.219,8.779L204.219,8.779z M204.063,3.186 c0.002,0.047-0.129-0.032-0.162,0.005c-0.057,0.064-0.107,0.283-0.111,0.205c-0.004-0.077-0.045-0.163-0.133-0.195 c-0.197-0.07-0.684,0.124-0.613-0.044c0.117-0.274,0.754-0.201,1.018-0.004C204.071,3.16,204.061,3.173,204.063,3.186L204.063,3.186 z M205.436,18.668c0.006,0.099-0.436-0.038-0.33-0.088C205.211,18.531,205.43,18.566,205.436,18.668L205.436,18.668z M205.04,10.282 c0.006,0.117-0.258,0.076-0.404,0.082c-0.063,0.001-0.209-0.022-0.166-0.061c0.117-0.105,0.313-0.078,0.484-0.086 C204.993,10.216,205.036,10.248,205.04,10.282L205.04,10.282z M205.247,11.073c0.004,0.084-0.34-0.082-0.252-0.123 C205.084,10.908,205.241,10.989,205.247,11.073L205.247,11.073z M205.092,6.945c0.004,0.085-0.193-0.021-0.289-0.055 c-0.025-0.01-0.1,0.02-0.08,0.001C204.811,6.813,205.086,6.838,205.092,6.945L205.092,6.945z M205.167,2.543 c0.008,0.166-0.754,0.002-0.576-0.078C204.768,2.384,205.157,2.376,205.167,2.543L205.167,2.543z M205.786,10.521 c-0.047,0.063-0.162-0.039-0.248-0.059c-0.139-0.029-0.41-0.086-0.336-0.188c0.074-0.1,0.293-0.02,0.408,0.052 C205.692,10.378,205.838,10.447,205.786,10.521L205.786,10.521z M206.331,18.633c0.01,0.163-0.371,0.041-0.568,0.022 c-0.072-0.007-0.23-0.065-0.168-0.093c0.199-0.093,0.432-0.044,0.65,0.008C206.284,18.578,206.329,18.601,206.331,18.633 L206.331,18.633z M206.184,10.371c0.004,0.071-0.211,0.04-0.246-0.023c-0.025-0.046,0.057-0.114,0.115-0.104 C206.124,10.255,206.18,10.313,206.184,10.371L206.184,10.371z M206.383,11.03c0.006,0.073-0.338-0.054-0.246-0.058 C206.227,10.97,206.379,10.957,206.383,11.03L206.383,11.03z M206.276,7.7c0.004,0.095-0.213-0.01-0.328-0.021 c-0.094-0.01-0.313-0.032-0.25-0.089C205.838,7.464,206.266,7.531,206.276,7.7L206.276,7.7z M206.668,8.885 c0.004,0.053-0.166-0.059-0.166-0.059S206.667,8.834,206.668,8.885L206.668,8.885z M206.362,2.096 c0.004,0.07-0.166,0.006-0.246-0.023c-0.041-0.015-0.146,0.003-0.123-0.029C206.059,1.951,206.356,1.99,206.362,2.096L206.362,2.096 z M206.915,10.344c0.004,0.07-0.281,0.04-0.246-0.024S206.911,10.271,206.915,10.344L206.915,10.344z M206.905,8.742 c0.006,0.097-0.432-0.005-0.328-0.054C206.678,8.643,206.899,8.647,206.905,8.742L206.905,8.742z M207.026,10.871 c-0.033,0.115-0.355,0.093-0.408-0.018c-0.051-0.108,0.363-0.159,0.404-0.048C207.032,10.828,207.034,10.849,207.026,10.871 L207.026,10.871z M207.254,7.729c0.006,0.106-0.23,0.074-0.363,0.08s-0.332,0.02-0.371-0.086c-0.061-0.167,0.412-0.128,0.607-0.055 C207.174,7.685,207.252,7.688,207.254,7.729L207.254,7.729z M207.479,7.389c0.004,0.073-0.338-0.055-0.248-0.059 C207.321,7.328,207.475,7.314,207.479,7.389L207.479,7.389z M207.547,8.584c-0.07,0.064-0.186-0.041-0.289-0.054 c-0.133-0.019-0.365,0.024-0.371-0.087c-0.002-0.041,0.113-0.074,0.076-0.102c-0.047-0.036-0.223-0.036-0.166-0.061 c0.188-0.087,0.404,0.073,0.58,0.177C207.442,8.497,207.602,8.536,207.547,8.584L207.547,8.584z M207.665,7.78 c0.004,0.075-0.291-0.088-0.211-0.124C207.532,7.618,207.661,7.707,207.665,7.78L207.665,7.78z M207.918,12.238 c0.006,0.095-0.432-0.008-0.328-0.054C207.692,12.136,207.915,12.142,207.918,12.238L207.918,12.238z M207.495,3.387 c0.002,0.052-0.166-0.061-0.166-0.061S207.491,3.335,207.495,3.387L207.495,3.387z M207.885,7.373 c0.002,0.05-0.166-0.061-0.166-0.061S207.881,7.319,207.885,7.373L207.885,7.373z M208.61,18.611 c0.006,0.095-0.217-0.045-0.328-0.02c-0.086,0.018-0.15,0.067-0.24,0.076c-0.402,0.032-1.5,0.038-1.146-0.123 c0.074-0.035,0.158-0.004,0.244-0.01c0.482-0.038,0.9,0.031,1.385,0.013C208.565,18.548,208.608,18.58,208.61,18.611L208.61,18.611z M208.348,12.621c0.006,0.105-0.459-0.115-0.332-0.119C208.143,12.496,208.342,12.518,208.348,12.621L208.348,12.621z M207.909,2.104c0.004,0.051-0.166-0.062-0.166-0.062S207.907,2.052,207.909,2.104L207.909,2.104z M208.295,7.423 c0.004,0.084-0.342-0.083-0.252-0.124S208.29,7.34,208.295,7.423L208.295,7.423z M208.387,3.352c0.01,0.144-0.643,0.022-0.49-0.048 C208.047,3.234,208.379,3.212,208.387,3.352L208.387,3.352z M208.885,9.201c-0.08,0.07-0.213-0.038-0.328-0.056 c-0.064-0.008-0.223-0.033-0.166-0.059C208.547,9.014,209.006,9.092,208.885,9.201L208.885,9.201z M209.086,12.727 c-0.057,0.107-0.436,0.098-0.408-0.017c0.018-0.068,0.115-0.104,0.197-0.108C208.967,12.597,209.124,12.658,209.086,12.727 L209.086,12.727z M208.971,7.863c0.008,0.119-0.537,0.008-0.41-0.051S208.965,7.745,208.971,7.863L208.971,7.863z M209.172,8.522 c0.008,0.142-0.643,0.022-0.492-0.047C208.833,8.406,209.165,8.382,209.172,8.522L209.172,8.522z M208.959,3.396 c0.004,0.053-0.166-0.06-0.166-0.06S208.958,3.346,208.959,3.396L208.959,3.396z M208.993,2.53c0.006,0.12-0.543-0.025-0.412-0.085 C208.709,2.386,208.985,2.406,208.993,2.53L208.993,2.53z M209.635,9.506c0.012,0.198-0.451-0.03-0.693-0.041 c-0.133-0.006-0.484,0.002-0.371-0.052c0.25-0.113,0.537-0.051,0.814,0.001C209.479,9.433,209.631,9.427,209.635,9.506 L209.635,9.506z M210.235,18.55c0.002,0.053-0.168-0.06-0.168-0.06S210.231,18.499,210.235,18.55L210.235,18.55z M209.889,2.562 c0.004,0.052-0.166-0.061-0.166-0.061S209.887,2.51,209.889,2.562L209.889,2.562z M210.374,11.011 c0.006,0.119-0.537,0.007-0.41-0.052C210.09,10.902,210.366,10.893,210.374,11.011L210.374,11.011z M210.452,9.541 c-0.037,0.085-0.316-0.154-0.215-0.192S210.489,9.455,210.452,9.541L210.452,9.541z M210.249,3.147 c0.004,0.053-0.166-0.06-0.166-0.06S210.247,3.097,210.249,3.147L210.249,3.147z M210.67,7.665c0.01,0.163-0.373,0.013-0.566,0.056 c-0.059,0.014-0.057,0.1-0.117,0.104c-0.182,0.017-0.588-0.188-0.422-0.251c0.105-0.039,0.213-0.004,0.326-0.013 c0.256-0.02,0.498-0.047,0.734,0.04C210.655,7.611,210.668,7.64,210.67,7.665L210.67,7.665z M210.942,10.988 c0.006,0.096-0.432-0.006-0.328-0.053c0.074-0.035,0.17-0.013,0.244,0.023C210.885,10.973,210.94,10.962,210.942,10.988 L210.942,10.988z M211.088,7.849c0.004,0.097-0.432-0.006-0.33-0.054C210.862,7.749,211.083,7.753,211.088,7.849L211.088,7.849z M211.584,9.431c0.008,0.118-0.521,0.024-0.41-0.052C211.288,9.305,211.579,9.311,211.584,9.431L211.584,9.431z M211.758,11.023 c0.006,0.12-0.537,0.008-0.41-0.05C211.475,10.915,211.75,10.905,211.758,11.023L211.758,11.023z M211.897,7.751 c-0.047,0.087-0.213-0.013-0.328-0.02c-0.146-0.011-0.322,0.014-0.412-0.084c-0.023-0.027-0.119-0.048-0.084-0.064 c0.225-0.104,0.521-0.08,0.734,0.039C211.86,7.65,211.922,7.704,211.897,7.751L211.897,7.751z M212.409,10.999 c0.004,0.074-0.338-0.054-0.248-0.057C212.25,10.938,212.403,10.927,212.409,10.999L212.409,10.999z M212.434,7.198 c0.004,0.051-0.166-0.061-0.166-0.061S212.432,7.145,212.434,7.198L212.434,7.198z M212.772,10.251 c0.008,0.131-0.408-0.021-0.416-0.15c-0.004-0.079,0.174,0.044,0.25,0.092C212.657,10.223,212.77,10.2,212.772,10.251 L212.772,10.251z M213.518,10.489c-0.078,0.107-0.236-0.127-0.338-0.22c-0.072-0.064-0.318-0.004-0.289-0.09 c0.043-0.124,0.293-0.081,0.443-0.051c0.1,0.021,0.17,0.11,0.174,0.194C213.512,10.382,213.555,10.44,213.518,10.489L213.518,10.489 z M213.885,12.609c0.004,0.093-0.393-0.076-0.293-0.122C213.692,12.442,213.879,12.516,213.885,12.609L213.885,12.609z M213.538,3.688c0.004,0.086-0.354-0.118-0.252-0.123C213.387,3.562,213.532,3.604,213.538,3.688L213.538,3.688z M214.077,10.27 c-0.078,0.068-0.141-0.328-0.057-0.266S214.153,10.198,214.077,10.27L214.077,10.27z M213.858,3.609 c0.004,0.051-0.166-0.061-0.166-0.061S213.856,3.557,213.858,3.609L213.858,3.609z M213.985,4.404 c0.008,0.118-0.508,0.037-0.41-0.051C213.672,4.265,213.979,4.286,213.985,4.404L213.985,4.404z M214.458,12.654 c-0.07,0.063-0.354-0.119-0.252-0.124C214.307,12.526,214.526,12.593,214.458,12.654L214.458,12.654z M214.45,8.253 c0.006,0.097-0.42,0.009-0.328-0.054C214.211,8.139,214.444,8.158,214.45,8.253L214.45,8.253z M214.35,3.657 c0.002,0.051-0.166-0.061-0.166-0.061S214.346,3.604,214.35,3.657L214.35,3.657z M214.729,10.311 c0.006,0.096-0.43-0.009-0.328-0.055C214.504,10.209,214.725,10.215,214.729,10.311L214.729,10.311z M214.42,2.056 c0.008,0.118-0.537,0.006-0.41-0.052C214.137,1.945,214.415,1.936,214.42,2.056L214.42,2.056z M214.651,3.246 c-0.154,0.092-0.576-0.312-0.385-0.319c0.115-0.003,0.209,0.059,0.293,0.121C214.625,3.1,214.723,3.201,214.651,3.246L214.651,3.246 z M214.918,3.636c0.006,0.117-0.537,0.007-0.41-0.052C214.635,3.526,214.911,3.517,214.918,3.636L214.918,3.636z M215.208,8.691 c0.006,0.119-0.441,0.197-0.402,0.082c0.02-0.056,0.092-0.084,0.156-0.105C215.042,8.639,215.204,8.62,215.208,8.691L215.208,8.691z M215.774,18.604c-0.092,0.171-0.422,0.025-0.65,0.025c-0.303-0.002-1.105,0.048-0.859-0.102c0.275-0.166,0.637,0.057,0.979,0.031 C215.428,18.545,215.85,18.465,215.774,18.604L215.774,18.604z M214.993,2.098c0.008,0.127-0.518-0.024-0.414-0.117 C214.682,1.889,214.987,1.974,214.993,2.098L214.993,2.098z M215.594,12.609c-0.057,0.107-0.271,0.015-0.408-0.017 c-0.057-0.013-0.188,0.017-0.164-0.027C215.104,12.414,215.676,12.46,215.594,12.609L215.594,12.609z M215.135,3.16 c0.006,0.091-0.365-0.152-0.254-0.156C214.993,2.998,215.129,3.069,215.135,3.16L215.135,3.16z M215.624,10.274 c-0.051,0.071-0.186,0.01-0.285,0.011c-0.135,0.006-0.262-0.02-0.371-0.083c-0.061-0.037-0.162-0.142-0.09-0.164 c0.143-0.046,0.268,0.078,0.414,0.117C215.413,10.188,215.69,10.186,215.624,10.274L215.624,10.274z M215.622,8.809 c0.006,0.1-0.426-0.024-0.332-0.087C215.385,8.659,215.616,8.709,215.622,8.809L215.622,8.809z M215.709,8.938 c0.004,0.053-0.166-0.059-0.166-0.059S215.708,8.887,215.709,8.938L215.709,8.938z M215.956,3.262 c0.004,0.059-0.066,0.095-0.113,0.139c-0.027,0.023-0.102-0.034-0.086-0.063C215.788,3.278,215.952,3.2,215.956,3.262L215.956,3.262 z M216.309,9.45c0.008,0.13-0.572,0.033-0.449-0.05C215.981,9.317,216.301,9.318,216.309,9.45L216.309,9.45z M216.055,3.591 c0.008,0.117-0.502,0.103-0.406,0.017C215.745,3.522,216.049,3.476,216.055,3.591L216.055,3.591z M216.678,8.768 c0.004,0.078-0.15,0.078-0.238,0.11c-0.068,0.023-0.176,0.095-0.203,0.041C216.178,8.791,216.67,8.633,216.678,8.768L216.678,8.768z M216.803,10.964c0.002,0.052-0.166-0.06-0.166-0.06S216.799,10.911,216.803,10.964L216.803,10.964z M216.891,12.494 c0.002,0.059-0.096,0.076-0.156,0.106c-0.174,0.079-0.393,0.096-0.57,0.022c-0.08-0.036-0.252-0.125-0.172-0.162 c0.125-0.056,0.264-0.01,0.406-0.017C216.573,12.438,216.883,12.353,216.891,12.494L216.891,12.494z M216.454,3.443 c0.004,0.052-0.166-0.061-0.166-0.061S216.452,3.391,216.454,3.443L216.454,3.443z M216.465,3.643 c0.006,0.084-0.34-0.083-0.25-0.122C216.303,3.479,216.461,3.559,216.465,3.643L216.465,3.643z M216.61,3.304 c0.004,0.097-0.432-0.008-0.33-0.055C216.383,3.203,216.604,3.208,216.61,3.304L216.61,3.304z M216.928,8.893 c0.004,0.059-0.23-0.066-0.168-0.093C216.823,8.77,216.926,8.834,216.928,8.893L216.928,8.893z M216.975,8.291 c0.006,0.095-0.43-0.008-0.328-0.054C216.749,8.189,216.971,8.194,216.975,8.291L216.975,8.291z M216.983,8.423 c0.004,0.07-0.303,0.029-0.246-0.024C216.795,8.346,216.979,8.353,216.983,8.423L216.983,8.423z M216.887,3.893 c-0.07,0.13-0.324,0.024-0.49-0.014c-0.068-0.017-0.215-0.051-0.166-0.093C216.387,3.643,216.983,3.718,216.887,3.893L216.887,3.893 z M217.975,7.252c0.004,0.077-0.174,0.052-0.238,0.109c-0.029,0.027,0.01,0.099-0.035,0.101c-0.041,0.002-0.045-0.061-0.084-0.063 c-0.059-0.003,0.076-0.102,0.031-0.136c-0.086-0.063-0.43-0.006-0.328-0.053C217.522,7.118,217.963,7.063,217.975,7.252 L217.975,7.252z M218.086,7.78c0.008,0.12-0.508,0.038-0.41-0.049C217.774,7.643,218.081,7.661,218.086,7.78L218.086,7.78z M218.307,8.773c0.008,0.151-0.346,0.042-0.529,0.02c-0.051-0.007-0.17-0.041-0.125-0.062 C217.852,8.639,218.295,8.584,218.307,8.773L218.307,8.773z M218.303,7.305c0.004,0.075-0.289-0.087-0.211-0.124 C218.172,7.144,218.299,7.232,218.303,7.305L218.303,7.305z M218.563,3.296c0.004,0.052-0.166-0.062-0.166-0.062 S218.561,3.244,218.563,3.296L218.563,3.296z M219.1,12.676c-0.117,0.069-0.266-0.057-0.41-0.05c-0.441,0.016-0.85,0.11-1.264-0.02 c-0.096-0.03-0.313-0.056-0.252-0.123c0.15-0.169,0.477-0.039,0.732-0.028c0.313,0.014,0.582-0.057,0.893-0.033 C218.95,12.431,219.221,12.604,219.1,12.676L219.1,12.676z M219.719,3.584c0.008,0.143-0.607,0.058-0.49-0.048 C219.346,3.432,219.711,3.443,219.719,3.584L219.719,3.584z M220.067,8.237c0.004,0.076-0.338-0.052-0.248-0.056 C219.909,8.179,220.063,8.164,220.067,8.237L220.067,8.237z M219.909,4.044c0.004,0.052-0.219-0.03-0.166-0.061 C219.793,3.953,219.905,3.992,219.909,4.044L219.909,4.044z M220.344,10.229c0.002,0.052-0.166-0.061-0.166-0.061 S220.34,10.177,220.344,10.229L220.344,10.229z M220.034,3.372c0.008,0.154-0.707,0.011-0.533-0.046 C219.676,3.271,220.024,3.219,220.034,3.372L220.034,3.372z M220.254,7.232c0.002,0.05-0.166-0.062-0.166-0.062 S220.25,7.179,220.254,7.232L220.254,7.232z M220.965,12.538c0.006,0.116-0.264,0.063-0.406,0.047 c-0.063-0.005-0.127,0.119-0.158,0.075C220.301,12.515,220.956,12.372,220.965,12.538L220.965,12.538z M220.52,3.354 c0.004,0.07-0.158-0.027-0.244-0.024c-0.061,0.004-0.158,0.089-0.162,0.041C220.108,3.253,220.514,3.236,220.52,3.354L220.52,3.354z M220.961,8.204c0.006,0.118-0.537,0.007-0.41-0.051S220.954,8.086,220.961,8.204L220.961,8.204z M221.053,8.4 c0.012,0.21-0.475,0.029-0.73,0.027c-0.129,0-0.24,0.032-0.367,0.015c-0.111-0.017-0.369-0.051-0.291-0.122 c0.154-0.137,0.422-0.016,0.65-0.023C220.577,8.285,221.042,8.187,221.053,8.4L221.053,8.4z M221.168,10.396 c0.002,0.051-0.219-0.031-0.166-0.061C221.053,10.306,221.165,10.344,221.168,10.396L221.168,10.396z M221.241,10.26 c-0.059,0.081-0.381-0.062-0.291-0.122C221.038,10.078,221.301,10.18,221.241,10.26L221.241,10.26z M221.372,12.522 c0.002,0.052-0.168-0.06-0.168-0.06S221.368,12.471,221.372,12.522L221.372,12.522z M221.375,11.188 c0.004,0.07-0.182-0.039-0.244,0.009c-0.029,0.025-0.107-0.028-0.121,0.006c-0.047,0.112,0.238,0.29,0.1,0.329 c-0.15,0.041-0.258-0.198-0.223-0.324c0.012-0.034-0.045-0.087-0.004-0.1C221.047,11.055,221.368,11.044,221.375,11.188 L221.375,11.188z M221.483,8.784c0.004,0.071-0.305,0.029-0.246-0.023S221.479,8.713,221.483,8.784L221.483,8.784z M221.639,11.512 c0.004,0.074-0.338-0.053-0.248-0.056C221.481,11.45,221.635,11.438,221.639,11.512L221.639,11.512z M221.268,3.591 c-0.059,0.108-0.266-0.016-0.408-0.016c-0.219,0-0.777,0.042-0.615-0.078c0.105-0.079,0.258-0.063,0.402-0.08 c0.098-0.014,0.188-0.031,0.283-0.013c0.074,0.014,0.131-0.102,0.199-0.073C221.239,3.376,221.317,3.5,221.268,3.591L221.268,3.591z M221.778,8.238c0.002,0.061-0.24-0.091-0.168-0.093C221.68,8.144,221.774,8.182,221.778,8.238L221.778,8.238z M221.786,8.372 c0.008,0.153-0.715-0.013-0.533-0.044c0.127-0.023,0.246-0.017,0.367,0.018C221.676,8.361,221.782,8.324,221.786,8.372 L221.786,8.372z M221.889,8.768c0.002,0.054-0.219-0.027-0.166-0.06C221.774,8.677,221.885,8.718,221.889,8.768L221.889,8.768z M222.209,12.957c0.004,0.063-0.131,0.043-0.199,0.074c-0.063,0.027-0.143,0.038-0.203,0.008c-0.055-0.028-0.145-0.104-0.088-0.13 C221.87,12.84,222.202,12.814,222.209,12.957L222.209,12.957z M221.75,3.508c0.004,0.062-0.16-0.189-0.09-0.164 C221.731,3.37,221.747,3.444,221.75,3.508L221.75,3.508z M222.254,10.888c0.002,0.053-0.166-0.06-0.166-0.06 S222.252,10.836,222.254,10.888L222.254,10.888z M222.358,11.284c0.008,0.116-0.266-0.007-0.408-0.018 c-0.127-0.011-0.391-0.027-0.332-0.12c0.09-0.146,0.398-0.107,0.568-0.022c0.037,0.019-0.014,0.069,0.006,0.1 C222.223,11.271,222.356,11.231,222.358,11.284L222.358,11.284z M222.081,3.562c-0.045,0.103-0.328-0.193-0.219-0.259 C221.969,3.236,222.124,3.457,222.081,3.562L222.081,3.562z M222.594,12.543c0.002,0.052-0.166-0.062-0.166-0.062 S222.59,12.491,222.594,12.543L222.594,12.543z M222.573,10.742c-0.059,0.053-0.117-0.245-0.053-0.198 C222.584,10.592,222.629,10.691,222.573,10.742L222.573,10.742z M222.87,11.664c0.002,0.059-0.074,0.091-0.115,0.139 c-0.025,0.03,0.002,0.079-0.035,0.101c-0.229,0.139-0.531-0.058-0.816-0.035c-0.133,0.012-0.229,0.088-0.359,0.113 c-0.158,0.032-0.326,0.002-0.451-0.082c-0.098-0.063-0.131-0.153-0.217-0.225c-0.061-0.05-0.193,0.065-0.244,0.01 c-0.145-0.16,0.529-0.177,0.689-0.027c0.039,0.037-0.002,0.155,0.049,0.131c0.107-0.048,0.16-0.142,0.275-0.176 c0.334-0.107,0.693-0.06,1.021,0.061C222.731,11.695,222.866,11.606,222.87,11.664L222.87,11.664z M222.922,12.596 c-0.051,0.046-0.152-0.127-0.09-0.163C222.893,12.396,222.973,12.549,222.922,12.596L222.922,12.596z M222.942,12.928 c0.004,0.079-0.244,0.033-0.238,0.109c0.002,0.043,0.135,0.085,0.086,0.098c-0.158,0.038-0.504-0.067-0.418-0.184 c0.029-0.04,0.111,0.011,0.164-0.007C222.667,12.9,222.934,12.812,222.942,12.928L222.942,12.928z M222.958,7.527 c0.008,0.131-0.557,0.047-0.449-0.05C222.614,7.382,222.95,7.396,222.958,7.527L222.958,7.527z M223.116,8.855 c0.008,0.15-0.346,0.043-0.529,0.021c-0.051-0.007-0.17-0.042-0.125-0.063C222.663,8.721,223.104,8.668,223.116,8.855L223.116,8.855 z M223.268,10.114c0.006,0.102-0.379,0.006-0.33-0.085S223.262,10.017,223.268,10.114L223.268,10.114z M223.407,12.511 c0.004,0.071-0.281,0.04-0.246-0.023C223.196,12.423,223.401,12.44,223.407,12.511L223.407,12.511z M223.182,7.186 c0.01,0.163-0.371,0.041-0.568,0.022c-0.063-0.006-0.221-0.035-0.166-0.062c0.225-0.102,0.543-0.136,0.732,0.006 C223.192,7.159,223.182,7.174,223.182,7.186L223.182,7.186z M224.334,13.075c-0.074,0.176-0.424,0.025-0.65,0.025 c-0.234-0.001-0.646,0.083-0.658-0.108c-0.004-0.092,0.123-0.171,0.234-0.176c0.123-0.005,0.172,0.146,0.295,0.155 c0.24,0.018,0.498-0.183,0.688-0.059C224.303,12.951,224.358,13.017,224.334,13.075L224.334,13.075z M224.381,12.475 c-0.053,0.096-0.23,0.085-0.363,0.08c-0.141-0.007-0.451-0.119-0.336-0.188C223.883,12.247,224.481,12.287,224.381,12.475 L224.381,12.475z M224.077,2.884c0.008,0.151-0.346,0.043-0.527,0.02c-0.051-0.005-0.172-0.041-0.127-0.062 C223.624,2.751,224.065,2.696,224.077,2.884L224.077,2.884z M224.655,10.129c0.01,0.175-0.396,0.023-0.609,0.023 c-0.137,0-0.48-0.02-0.373-0.086c0.139-0.082,0.314-0.052,0.486-0.052C224.338,10.017,224.645,9.982,224.655,10.129L224.655,10.129z M224.907,13.12c0.006,0.104-0.461-0.114-0.332-0.12C224.702,12.993,224.901,13.017,224.907,13.12L224.907,13.12z M224.649,7.196 c0.035,0.072-0.158,0.065-0.238,0.108c-0.053,0.029-0.102-0.062-0.166-0.06c-0.043,0.002,0.045,0.085,0.006,0.1 c-0.102,0.035-0.271-0.114-0.215-0.192c0.096-0.13,0.363-0.09,0.529-0.02C224.6,7.146,224.635,7.167,224.649,7.196L224.649,7.196z M224.672,7.595c-0.076,0.142-0.684,0.045-0.533-0.047C224.292,7.459,224.747,7.455,224.672,7.595L224.672,7.595z M224.795,8.324 c0.006,0.116-0.266-0.008-0.408-0.019c-0.061-0.002-0.08-0.063-0.127-0.095c-0.041-0.025-0.154,0.103-0.119,0.072 c0.104-0.094,0.246-0.162,0.398-0.15c0.057,0.006-0.039,0.105,0.008,0.134C224.62,8.31,224.792,8.251,224.795,8.324L224.795,8.324z M224.981,8.718c0.008,0.15-0.352,0.061-0.529,0.02c-0.068-0.017-0.186-0.095-0.129-0.129c0.162-0.097,0.4-0.04,0.572,0.045 C224.93,8.672,224.979,8.685,224.981,8.718L224.981,8.718z M225.194,8.175c0.008,0.147-0.664-0.063-0.496-0.114 c0.123-0.039,0.246,0.02,0.369,0.052C225.118,8.126,225.192,8.133,225.194,8.175L225.194,8.175z M225.319,10.371 c0.004,0.048-0.164-0.027-0.164-0.027s0.115-0.059,0.078-0.071C225.184,10.26,225.317,10.328,225.319,10.371L225.319,10.371z M225.09,3.512c0.006,0.118-0.537,0.009-0.41-0.051C224.805,3.403,225.083,3.394,225.09,3.512L225.09,3.512z M225.305,4.436 c0.004,0.061-0.053,0.11-0.113,0.141c-0.102,0.044-0.369-0.054-0.293-0.124c0.076-0.068,0.213-0.07,0.324-0.045 C225.252,4.414,225.303,4.41,225.305,4.436L225.305,4.436z M225.633,10.158c0.002,0.06-0.135-0.003-0.203,0.008 c-0.139,0.025-0.482-0.044-0.375-0.118C225.217,9.939,225.624,9.988,225.633,10.158L225.633,10.158z M225.356,3.902 c0.004,0.048-0.158,0.088-0.16,0.038c-0.004-0.058,0.123-0.156,0.156-0.105C225.366,3.855,225.356,3.879,225.356,3.902 L225.356,3.902z M225.555,7.361v0.012c0.135,0.018,0.277,0.045,0.408,0.039c0.244-0.009,0.453,0.06,0.695,0.041 c0.348-0.028,0.676-0.073,1.002-0.103c-0.025,0-0.051-0.002-0.07,0c-0.348,0.012-1.314-0.015-0.982-0.097 c0.234-0.058,0.463-0.086,0.695-0.086c-0.033-0.003-0.064-0.005-0.092-0.003c-0.285,0.011-1.082,0.048-0.816-0.036 c0.398-0.126,0.801-0.116,1.221-0.046c0.074,0.012,0.201-0.005,0.205,0.059c0.002,0.034-0.012,0.055-0.037,0.067l0,0 c0.076,0.013,0.205-0.005,0.207,0.06c0.002,0.027-0.012,0.046-0.035,0.06c0.293-0.015,0.588-0.011,0.896,0.041 c0.15,0.023,0.428,0.065,0.377,0.184c-0.084,0.198-0.475,0.02-0.73,0.028c-0.143,0.006-0.271,0.056-0.406,0.017 c-0.039-0.011,0.113-0.058,0.076-0.07c-0.262-0.096-0.527,0.074-0.807,0.131c-0.111,0.023-0.213-0.011-0.326-0.02 c-0.297-0.026-0.561-0.021-0.854,0.031c-0.111,0.021-0.361,0.101-0.324,0.014c0.023-0.056,0.166-0.099,0.113-0.138 c-0.225-0.169-1.064,0.082-0.861-0.102c0.031-0.025,0.064-0.047,0.102-0.059c-0.121-0.046-0.244-0.112-0.316-0.166 c-0.039-0.028-0.127-0.069-0.088-0.097c0.199-0.133,0.621-0.025,0.703,0.175C225.52,7.321,225.553,7.336,225.555,7.361 L225.555,7.361z M225.848,12.483c0.006,0.107-0.471,0.017-0.371-0.053C225.579,12.364,225.84,12.376,225.848,12.483L225.848,12.483z M225.84,8.084c0.004,0.096-0.432-0.008-0.33-0.055C225.614,7.984,225.834,7.987,225.84,8.084L225.84,8.084z M225.881,8.815 c0.01,0.162-0.371,0.042-0.568,0.021c-0.064-0.006-0.209-0.021-0.166-0.06c0.088-0.079,0.23-0.082,0.361-0.081 C225.649,8.698,225.875,8.701,225.881,8.815L225.881,8.815z M225.969,10.346c0.008,0.146-0.664-0.061-0.496-0.113 c0.137-0.043,0.287-0.012,0.41,0.052C225.918,10.299,225.967,10.313,225.969,10.346L225.969,10.346z M226,10.879 c0.006,0.124-0.539-0.044-0.414-0.119C225.709,10.686,225.993,10.754,226,10.879L226,10.879z M225.723,4.62 c-0.047,0.054-0.232-0.083-0.17-0.126C225.616,4.452,225.77,4.567,225.723,4.62L225.723,4.62z M225.768,5.42 c0.012,0.209-0.904,0.15-0.732-0.007c0.135-0.12,0.381-0.074,0.568-0.021C225.661,5.408,225.766,5.372,225.768,5.42L225.768,5.42z M226.112,11.408c0.008,0.162-0.371,0.04-0.57,0.02c-0.063-0.005-0.209-0.02-0.166-0.06c0.154-0.139,0.469-0.137,0.65-0.025 C226.057,11.365,226.11,11.374,226.112,11.408L226.112,11.408z M226.346,12.663c0.004,0.077-0.338-0.052-0.248-0.057 C226.188,12.604,226.342,12.591,226.346,12.663L226.346,12.663z M225.92,3.813c0.006,0.097-0.43-0.007-0.328-0.054 C225.696,3.712,225.917,3.717,225.92,3.813L225.92,3.813z M226.116,7.206c0.004,0.094-0.381-0.063-0.293-0.121 C225.913,7.023,226.11,7.111,226.116,7.206L226.116,7.206z M226.305,10.533c0.004,0.052-0.166-0.062-0.166-0.062 S226.303,10.481,226.305,10.533L226.305,10.533z M226.364,10.131c0.004,0.051-0.166-0.061-0.166-0.061S226.36,10.078,226.364,10.131 L226.364,10.131z M226.569,10.855c0.004,0.075-0.291-0.088-0.211-0.124C226.436,10.694,226.565,10.782,226.569,10.855 L226.569,10.855z M226.598,11.388c0.004,0.054-0.166-0.06-0.166-0.06S226.596,11.337,226.598,11.388L226.598,11.388z M226.493,8.126 c-0.066,0.091-0.256,0.003-0.369-0.053c-0.027-0.015-0.072-0.054-0.045-0.066C226.213,7.947,226.573,8.018,226.493,8.126 L226.493,8.126z M226.389,3.463c0.01,0.162-0.367,0.047-0.566,0.054c-0.162,0.006-0.584-0.004-0.453-0.082 c0.23-0.139,0.539-0.095,0.813-0.031C226.256,3.42,226.385,3.4,226.389,3.463L226.389,3.463z M226.694,8.784 c-0.057,0.051-0.162-0.011-0.244,0.01c-0.143,0.036-0.541-0.026-0.41-0.085c0.148-0.068,0.313-0.045,0.484-0.05 C226.604,8.655,226.749,8.735,226.694,8.784L226.694,8.784z M226.862,10.312c0.006,0.077-0.332-0.053-0.248-0.091 C226.696,10.182,226.858,10.233,226.862,10.312L226.862,10.312z M226.819,8.112c-0.023,0.056-0.209-0.045-0.168-0.095 C226.69,7.971,226.842,8.059,226.819,8.112L226.819,8.112z M226.665,3.984c0.006,0.107-0.232,0.076-0.363,0.08 c-0.139,0.008-0.494-0.062-0.373-0.117c0.225-0.104,0.543-0.137,0.734,0.004C226.672,3.959,226.663,3.974,226.665,3.984 L226.665,3.984z M227.147,12.434c0.012,0.21-0.475,0.02-0.73,0.029c-0.146,0.005-0.555-0.047-0.41-0.051 c0.127-0.005,0.236-0.005,0.365-0.014C226.643,12.376,227.135,12.212,227.147,12.434L227.147,12.434z M227.096,10.102 c0.008,0.144-0.643,0.023-0.492-0.048C226.754,9.985,227.088,9.96,227.096,10.102L227.096,10.102z M227.178,8.7 c0.004,0.084-0.18,0.093-0.281,0.077c-0.057-0.011-0.059-0.116-0.008-0.134C226.985,8.61,227.172,8.615,227.178,8.7L227.178,8.7z M227.42,10.089c0.004,0.054-0.166-0.058-0.166-0.058S227.418,10.038,227.42,10.089L227.42,10.089z M227.561,12.551 c-0.055,0.05-0.25-0.123-0.17-0.126S227.616,12.503,227.561,12.551L227.561,12.551z M227.379,3.691 c0.008,0.142-0.313,0.057-0.482,0.084c-0.283,0.047-1.041,0.081-0.818-0.068c0.1-0.067,0.236-0.032,0.363-0.047 c0.324-0.039,0.693-0.184,0.938-0.003C227.389,3.666,227.379,3.681,227.379,3.691L227.379,3.691z M227.903,11.406 c0.008,0.144-0.635,0.003-0.492-0.082C227.551,11.237,227.895,11.262,227.903,11.406L227.903,11.406z M228.049,11.132 c0.004,0.074-0.336-0.053-0.246-0.055C227.891,11.073,228.045,11.059,228.049,11.132L228.049,11.132z M228.084,10.331 c0.006,0.085-0.34-0.082-0.25-0.124C227.924,10.166,228.081,10.248,228.084,10.331L228.084,10.331z M227.868,3.671 c-0.041,0.059-0.236-0.087-0.17-0.126C227.762,3.506,227.909,3.615,227.868,3.671L227.868,3.671z M228.233,10.06 c0.01,0.166-0.752,0.003-0.574-0.078C227.836,9.899,228.223,9.893,228.233,10.06L228.233,10.06z M228.309,11.39 c0.004,0.085-0.316,0.025-0.289-0.056C228.049,11.252,228.303,11.305,228.309,11.39L228.309,11.39z M228.452,12.45 c0.006,0.105-0.455-0.09-0.334-0.119C228.241,12.3,228.446,12.346,228.452,12.45L228.452,12.45z M228.18,3.461 c0.004,0.051-0.166-0.061-0.166-0.061S228.178,3.407,228.18,3.461L228.18,3.461z M228.278,3.723 c-0.059,0.107-0.502,0.103-0.406,0.017S228.334,3.615,228.278,3.723L228.278,3.723z M228.643,10.111 c0.002,0.05-0.166-0.062-0.166-0.062S228.639,10.058,228.643,10.111L228.643,10.111z M228.721,8.641 c0.004,0.073-0.338-0.055-0.248-0.059C228.563,8.581,228.717,8.567,228.721,8.641L228.721,8.641z M228.938,12.433 c0.006,0.085-0.193-0.021-0.287-0.057c-0.041-0.014-0.154-0.001-0.125-0.028C228.625,12.258,228.932,12.311,228.938,12.433 L228.938,12.433z M228.807,7.304c0.006,0.073-0.336-0.055-0.246-0.057C228.651,7.243,228.803,7.23,228.807,7.304L228.807,7.304z M228.766,3.704c-0.055,0.073-0.18,0.094-0.281,0.078c-0.057-0.009-0.057-0.109-0.008-0.133 C228.565,3.603,228.819,3.632,228.766,3.704L228.766,3.704z M229.024,3.961c-0.033,0.062-0.244-0.099-0.17-0.126 C228.926,3.807,229.057,3.901,229.024,3.961L229.024,3.961z M229.45,11.412c0.002,0.013-0.002,0.023-0.008,0.033 c0.236,0.016,0.479,0.042,0.664,0.042c0.572,0.002,1.082-0.09,1.631,0.038c0.078,0.016,0.225,0.077,0.17,0.126 c-0.039,0.034-0.109-0.011-0.162,0.007c-0.061,0.018-0.105,0.101-0.158,0.072c-0.049-0.027,0.01-0.133-0.049-0.131 c-0.234,0.009-0.428,0.234-0.643,0.157c-0.059-0.02-0.025-0.132-0.088-0.13c-0.102,0.005-0.102,0.142-0.193,0.175 c-0.342,0.119-0.689-0.008-1.059,0.007c-0.291,0.011-0.596,0.049-0.82-0.102c-0.033-0.022-0.121,0.039-0.123,0.004 c-0.01-0.187,0.168-0.254,0.416-0.271l-0.025-0.01c-0.104-0.051,0.117-0.237,0.234-0.209 C229.342,11.248,229.444,11.32,229.45,11.412L229.45,11.412z M229.584,8.073c0.012,0.21-0.49-0.072-0.732-0.006 c-0.086,0.025-0.232,0.135-0.152,0.173c0.109,0.055,0.289-0.097,0.365-0.015c0.189,0.21-0.572,0.131-0.887,0.169 c-0.283,0.033-0.555,0.06-0.816-0.035c-0.082-0.03-0.162-0.15-0.092-0.197c0.076-0.052,0.203,0.069,0.285,0.023 c0.076-0.043,0.064-0.157,0.154-0.173c0.277-0.053,0.529,0.003,0.813-0.03c0.338-0.043,0.684-0.117,0.979,0.028 C229.534,8.026,229.583,8.041,229.584,8.073L229.584,8.073z M229.711,10.27c0.002,0.052-0.168-0.061-0.168-0.061 S229.708,10.218,229.711,10.27L229.711,10.27z M229.43,3.945c0.004,0.073-0.338-0.053-0.248-0.056 C229.272,3.885,229.426,3.872,229.43,3.945L229.43,3.945z M229.45,4.278c-0.029,0.054-0.227-0.06-0.168-0.094 C229.338,4.15,229.477,4.225,229.45,4.278L229.45,4.278z M229.938,11.395c0.004,0.077-0.334-0.053-0.25-0.092 C229.772,11.265,229.932,11.316,229.938,11.395L229.938,11.395z M229.577,3.673c0.006,0.097-0.43-0.005-0.328-0.054 C229.35,3.573,229.573,3.577,229.577,3.673L229.577,3.673z M229.75,3.867c0.004,0.052-0.166-0.061-0.166-0.061 S229.749,3.813,229.75,3.867L229.75,3.867z M230.11,8.721c0.004,0.07-0.162-0.047-0.246-0.024c-0.311,0.085-0.65,0.207-0.932,0.069 c-0.049-0.024-0.053-0.105-0.008-0.133c0.252-0.152,0.584-0.07,0.895-0.036C229.932,8.61,230.104,8.627,230.11,8.721L230.11,8.721z M230.442,10.241c0.004,0.07-0.305,0.028-0.246-0.023C230.254,10.165,230.438,10.171,230.442,10.241L230.442,10.241z M230.575,12.57 c0.01,0.162-0.369,0.033-0.568,0.021c-0.09-0.006-0.326-0.021-0.248-0.058c0.139-0.063,0.285-0.089,0.443-0.083 C230.342,12.455,230.569,12.455,230.575,12.57L230.575,12.57z M230.516,8.705c-0.047,0.043-0.225-0.06-0.168-0.095 C230.407,8.577,230.565,8.661,230.516,8.705L230.516,8.705z M230.897,11.091c0.006,0.083-0.34-0.083-0.252-0.125 C230.735,10.927,230.893,11.006,230.897,11.091L230.897,11.091z M230.731,3.896c0.002,0.058-0.24-0.091-0.17-0.093 C230.633,3.8,230.727,3.839,230.731,3.896L230.731,3.896z M231.217,12.412l-0.008,0.011c0.041-0.009,0.084-0.011,0.129-0.016 c0.064-0.008,0.014-0.15,0.074-0.136c0.117,0.026,0.209,0.18,0.137,0.26c-0.105,0.121-0.646,0.051-0.545-0.037 c-0.115,0-0.25-0.033-0.355-0.062c-0.039-0.01-0.113-0.038-0.086-0.063C230.717,12.23,231.334,12.25,231.217,12.412L231.217,12.412z M231.178,8.879c0.002,0.053-0.166-0.061-0.166-0.061S231.174,8.826,231.178,8.879L231.178,8.879z M231.213,8.078 c0.004,0.053-0.166-0.061-0.166-0.061S231.211,8.025,231.213,8.078L231.213,8.078z M231.725,11.326 c0.01,0.174-0.396,0.015-0.609,0.022c-0.344,0.013-1.232,0.161-0.979-0.03c0.314-0.235,0.795-0.087,1.219-0.046 C231.487,11.286,231.719,11.219,231.725,11.326L231.725,11.326z M231.875,8.252c0.01,0.174-0.396,0.016-0.609,0.024 c-0.344,0.013-0.654,0.063-0.979-0.028c-0.07-0.022-0.203,0.033-0.205-0.026c-0.01-0.144,0.316-0.066,0.48-0.118 c0.053-0.018-0.061-0.117-0.008-0.133c0.145-0.047,0.225,0.175,0.377,0.186c0.215,0.013,0.393-0.115,0.605-0.09 C231.68,8.08,231.868,8.135,231.875,8.252L231.875,8.252z M231.879,6.918c0.004,0.053-0.166-0.059-0.166-0.059 S231.877,6.865,231.879,6.918L231.879,6.918z M231.983,8.714c0.01,0.177-0.396,0.017-0.609,0.024c-0.16,0.006-0.443,0.08-0.451-0.05 c-0.01-0.17,0.551-0.325,0.561-0.155c0.004,0.053-0.125,0.107-0.072,0.137C231.577,8.763,231.973,8.55,231.983,8.714L231.983,8.714z M232.354,12.366c0.008,0.13-0.299,0.062-0.445,0.019c-0.049-0.013-0.16-0.031-0.127-0.062 C231.918,12.2,232.346,12.203,232.354,12.366L232.354,12.366z M231.954,3.915c-0.045,0.083-0.34-0.098-0.254-0.156 S231.997,3.832,231.954,3.915L231.954,3.915z M232.348,7.968c0.008,0.141-0.33,0.108-0.486,0.052 c-0.029-0.011-0.107-0.014-0.084-0.03C231.932,7.886,232.338,7.804,232.348,7.968L232.348,7.968z M232.526,8.228 c0.002,0.052-0.166-0.06-0.166-0.06S232.522,8.175,232.526,8.228L232.526,8.228z M232.786,11.352 c-0.063,0.115-0.518-0.023-0.414-0.116C232.475,11.141,232.846,11.236,232.786,11.352L232.786,11.352z M233.016,8.274 c0.006,0.085-0.34-0.082-0.252-0.123C232.854,8.11,233.012,8.19,233.016,8.274L233.016,8.274z M233.192,11.335 c0.004,0.086-0.354-0.12-0.252-0.123C233.042,11.208,233.186,11.252,233.192,11.335L233.192,11.335z M233.211,10.27 c0.008,0.117-0.537,0.005-0.41-0.052C232.928,10.158,233.206,10.148,233.211,10.27L233.211,10.27z M232.961,4.477 c0.008,0.116-0.467-0.233-0.336-0.188C232.756,4.338,232.956,4.361,232.961,4.477L232.961,4.477z M233.241,7.934 c0.008,0.131-0.557,0.047-0.451-0.05C232.897,7.788,233.233,7.802,233.241,7.934L233.241,7.934z M233.143,4.804 c0.004,0.053-0.166-0.061-0.166-0.061S233.141,4.751,233.143,4.804L233.143,4.804z M233.36,8.596 c-0.051,0.096-0.238,0.003-0.365,0.013c-0.197,0.017-0.371,0.039-0.568,0.022c-0.131-0.011-0.363,0.055-0.369-0.052 c-0.008-0.14,0.314-0.039,0.484-0.052C232.829,8.504,233.477,8.38,233.36,8.596L233.36,8.596z M233.157,3.603 c0.008,0.142-0.643,0.021-0.492-0.047C232.817,3.486,233.149,3.461,233.157,3.603L233.157,3.603z M233.76,11.313 c0.006,0.12-0.537,0.007-0.41-0.051C233.477,11.204,233.752,11.194,233.76,11.313L233.76,11.313z M233.772,11.514 c0.006,0.099-0.225,0.051-0.32,0.113c-0.08,0.051-0.055,0.173-0.15,0.204c-0.309,0.105-0.609-0.115-0.943-0.13 c-0.1-0.004-0.195,0.049-0.285,0.01c-0.102-0.041,0.043-0.205,0.148-0.237c0.387-0.122,0.768-0.03,1.182-0.014 C233.534,11.467,233.766,11.406,233.772,11.514L233.772,11.514z M233.983,12.372c0.01,0.165-0.371-0.004-0.57-0.012 c-0.273-0.011-1.033,0.012-0.777-0.07c0.359-0.113,0.729-0.095,1.1-0.008C233.827,12.304,233.979,12.293,233.983,12.372 L233.983,12.372z M233.825,8.177c0.006,0.094-0.209,0.057-0.322,0.047c-0.104-0.009-0.305-0.052-0.252-0.124 c0.088-0.119,0.344-0.058,0.49,0.015C233.774,8.132,233.823,8.145,233.825,8.177L233.825,8.177z M233.711,4.781 c0.004,0.053-0.164-0.061-0.164-0.061S233.709,4.729,233.711,4.781L233.711,4.781z M234.008,9.972c0.008,0.136-0.6-0.05-0.453-0.117 c0.113-0.054,0.258-0.004,0.369,0.053C233.958,9.926,234.006,9.938,234.008,9.972L234.008,9.972z M234.11,10.301 c-0.084,0.152-0.738-0.146-0.541-0.181C233.768,10.087,234.192,10.146,234.11,10.301L234.11,10.301z M234.262,11.561 c-0.047,0.044-0.238-0.091-0.168-0.093C234.167,11.465,234.311,11.518,234.262,11.561L234.262,11.561z M234.204,4.83 c-0.059,0.079-0.381-0.063-0.293-0.122C234,4.647,234.262,4.748,234.204,4.83L234.204,4.83z M234.995,11.534 c-0.023,0.043-0.189,0.016-0.164-0.028c0.021-0.043,0.16-0.052,0.162-0.006C234.993,11.512,235,11.522,234.995,11.534 L234.995,11.534z M235.213,8.259c-0.145,0.163-0.451-0.077-0.697-0.107c-0.205-0.025-0.527,0.053-0.576-0.11 c-0.027-0.09,0.09-0.244,0.191-0.208c0.051,0.018-0.043,0.112,0.008,0.133c0.105,0.041,0.297,0.146,0.328,0.054 c0.023-0.068-0.057-0.208,0.029-0.201c0.191,0.02,0.305,0.155,0.463,0.249c0.09,0.054,0.283,0.069,0.252,0.157 C235.208,8.237,235.221,8.248,235.213,8.259L235.213,8.259z M235.303,6.986c0.006,0.086-0.357,0.009-0.287-0.054 C235.086,6.868,235.299,6.903,235.303,6.986L235.303,6.986z M235.659,13.175c0.002,0.057-0.252,0.052-0.203,0.007 C235.502,13.139,235.655,13.117,235.659,13.175L235.659,13.175z M235.233,4.323c0.008,0.118-0.262,0.058-0.404,0.049 c-0.117-0.006-0.408,0.017-0.328-0.055c0.172-0.154,0.541-0.169,0.73-0.026C235.243,4.297,235.233,4.312,235.233,4.323 L235.233,4.323z M235.473,8.515c0.004,0.053-0.166-0.061-0.166-0.061S235.471,8.463,235.473,8.515L235.473,8.515z M235.524,7.979 c0.006,0.095-0.381-0.063-0.293-0.122C235.321,7.799,235.518,7.886,235.524,7.979L235.524,7.979z M235.709,11.239 c0.004,0.051-0.166-0.061-0.166-0.061S235.708,11.187,235.709,11.239L235.709,11.239z M235.811,11.568 c0.002,0.042-0.076,0.048-0.119,0.071c-0.119,0.069-0.449-0.05-0.375-0.152c0.045-0.061,0.156-0.05,0.242-0.043 C235.661,11.454,235.805,11.484,235.811,11.568L235.811,11.568z M235.528,3.778c0.004,0.052-0.166-0.061-0.166-0.061 S235.526,3.727,235.528,3.778L235.528,3.778z M235.856,8.1c-0.064,0.059-0.229-0.191-0.133-0.194S235.92,8.041,235.856,8.1 L235.856,8.1z M236.04,11.294c-0.039,0.034-0.008-0.135-0.008-0.135S236.077,11.259,236.04,11.294L236.04,11.294z M236.188,12.487 c-0.102,0.241-0.553-0.154-0.863-0.168c-0.33-0.014-1.111,0.17-0.941-0.063c0.074-0.099,0.266-0.004,0.406-0.016 c0.496-0.039,1.598-0.159,1.396,0.214C236.18,12.465,236.194,12.477,236.188,12.487L236.188,12.487z M236.502,12.275 c0.004,0.058-0.238-0.091-0.168-0.093C236.405,12.18,236.499,12.216,236.502,12.275L236.502,12.275z M236.127,4.289 c0.008,0.163-0.371,0.041-0.568,0.021c-0.057-0.006-0.213,0.028-0.164,0.005C235.62,4.214,236.116,4.079,236.127,4.289 L236.127,4.289z M236.69,11.269c0.002,0.058-0.24-0.091-0.17-0.095C236.592,11.172,236.686,11.21,236.69,11.269L236.69,11.269z M236.827,12.263c0.004,0.052-0.166-0.061-0.166-0.061S236.825,12.21,236.827,12.263L236.827,12.263z M236.641,4.735 c0.01,0.165-0.367,0.048-0.566,0.056c-0.344,0.013-1.311,0.02-0.98-0.062c0.193-0.048,0.398-0.023,0.563-0.123 c0.041-0.025-0.121-0.064-0.088-0.096c0.098-0.088,0.273-0.021,0.408,0.017c0.059,0.018,0.164,0.056,0.129,0.096 c-0.031,0.034-0.166,0.055-0.119,0.072C236.198,4.771,236.631,4.548,236.641,4.735L236.641,4.735z M236.833,8.063 c0.006,0.127-0.305,0.069-0.447,0.017c-0.076-0.026-0.209-0.138-0.133-0.161c0.102-0.032,0.186,0.069,0.291,0.089 C236.645,8.023,236.827,7.977,236.833,8.063L236.833,8.063z M237.502,18.37c0.002,0.053-0.166-0.059-0.166-0.059 S237.499,18.319,237.502,18.37L237.502,18.37z M237.254,11.181c0.006,0.116-0.533,0.038-0.408-0.02 C236.971,11.104,237.247,11.064,237.254,11.181L237.254,11.181z M237.477,12.238c0.008,0.142-0.643,0.021-0.49-0.047 C237.137,12.121,237.469,12.097,237.477,12.238L237.477,12.238z M237.268,4.312c0.004,0.053-0.166-0.06-0.166-0.06 S237.266,4.261,237.268,4.312L237.268,4.312z M237.588,9.901c0.004,0.072-0.338-0.055-0.248-0.058 C237.43,9.84,237.584,9.827,237.588,9.901L237.588,9.901z M237.819,8.225c0.01,0.19-0.643-0.138-0.549-0.313 c0.084-0.153,0.438,0.09,0.504,0.247C237.784,8.186,237.817,8.199,237.819,8.225L237.819,8.225z M237.977,11.02 c0.004,0.052-0.166-0.061-0.166-0.061S237.975,10.966,237.977,11.02L237.977,11.02z M237.702,4.764 c-0.041,0.076-0.32-0.063-0.252-0.125C237.518,4.576,237.743,4.685,237.702,4.764L237.702,4.764z M237.995,8.484 c0.01,0.163-0.369,0.034-0.568,0.021c-0.09-0.005-0.326-0.02-0.248-0.057c0.225-0.104,0.512-0.136,0.732-0.027 C237.944,8.438,237.993,8.452,237.995,8.484L237.995,8.484z M237.997,7.085c0.039,0.057-0.078,0.156-0.154,0.139 c-0.096-0.021-0.111-0.219-0.014-0.233C237.899,6.981,237.961,7.033,237.997,7.085L237.997,7.085z M238.127,7.947 c0.004,0.051-0.166-0.062-0.166-0.062S238.125,7.894,238.127,7.947L238.127,7.947z M238,4.284c0.004,0.097-0.432-0.008-0.33-0.054 C237.774,4.183,237.995,4.188,238,4.284L238,4.284z M238.29,5.073c0.01,0.166-0.699-0.004-0.564,0.121 c0.061,0.056,0.295-0.007,0.248,0.058c-0.066,0.09-0.236,0.026-0.363,0.046c-0.285,0.047-1.074,0.015-0.82-0.1 c0.188-0.088,0.559,0.112,0.607-0.059c0.018-0.058-0.029-0.133,0.031-0.168c0.223-0.127,0.541-0.11,0.773,0.004 C238.247,4.998,238.286,5.03,238.29,5.073L238.29,5.073z M238.7,12.258c0.006,0.095-0.213-0.025-0.326-0.02 c-0.064,0.001-0.219-0.031-0.166-0.062C238.348,12.092,238.692,12.114,238.7,12.258L238.7,12.258z M238.381,5.27 c0.004,0.073-0.326-0.021-0.248-0.057C238.213,5.177,238.377,5.196,238.381,5.27L238.381,5.27z M238.887,11.25 c-0.082,0.148-0.371-0.002-0.572-0.011c-0.234-0.012-0.814,0.033-0.656-0.108c0.152-0.138,0.422-0.033,0.65-0.026 C238.52,11.115,238.971,11.092,238.887,11.25L238.887,11.25z M239.083,4.708c0.008,0.141-0.324,0.057-0.486,0.02 c-0.07-0.017-0.23-0.066-0.17-0.093c0.188-0.087,0.416-0.063,0.611,0.01C239.067,4.655,239.081,4.684,239.083,4.708L239.083,4.708z M239.436,10.896c0.008,0.131-0.285,0.065-0.443,0.085c-0.232,0.027-0.846,0.005-0.656-0.109c0.057-0.035,0.133,0.002,0.203-0.007 c0.197-0.028,0.371,0.001,0.57,0.011C239.223,10.881,239.43,10.802,239.436,10.896L239.436,10.896z M239.233,4.503 c0.01,0.167-0.752,0.004-0.574-0.078S239.223,4.338,239.233,4.503L239.233,4.503z M239.629,11.421 c0.004,0.074-0.152,0.063-0.24,0.078c-0.309,0.048-0.596-0.019-0.893,0.067c-0.09,0.025-0.145,0.089-0.238,0.108 c-0.361,0.073-1.145,0.063-1.031-0.228c0.018-0.045,0.113,0.016,0.162-0.006c0.039-0.019,0.08-0.002,0.123-0.006 c0.666-0.059,1.254-0.18,1.91-0.072C239.497,11.376,239.625,11.359,239.629,11.421L239.629,11.421z M239.7,11.219 c0.004,0.067-0.252-0.123-0.17-0.127C239.61,11.089,239.696,11.153,239.7,11.219L239.7,11.219z M239.764,10.95 c-0.035,0.049-0.238-0.092-0.166-0.093C239.668,10.854,239.801,10.9,239.764,10.95L239.764,10.95z M239.795,7.216 c0.008,0.118-0.535,0.006-0.41-0.051c0.047-0.023,0.115-0.037,0.182-0.042c-0.066-0.012-0.133-0.022-0.186-0.025 c-0.113-0.007-0.24,0.075-0.324,0.013c-0.053-0.038,0.039-0.124-0.01-0.167c-0.082-0.073-0.438-0.038-0.33-0.087 c0.152-0.069,0.316,0.073,0.492,0.081c0.039,0.001,0.045,0.063,0.086,0.063c0.143,0.007,0.262-0.068,0.404-0.049 c0.102,0.015,0.246,0.04,0.25,0.124c0.006,0.079-0.082,0.089-0.195,0.078C239.778,7.168,239.795,7.188,239.795,7.216L239.795,7.216z M240.268,11.197c-0.063,0.114-0.537-0.042-0.414-0.118C239.977,11.006,240.329,11.083,240.268,11.197L240.268,11.197z M240.436,8.458c0.006,0.097-0.43-0.008-0.328-0.054C240.209,8.356,240.432,8.361,240.436,8.458L240.436,8.458z M240.438,7.058 c0.006,0.097-0.432-0.009-0.328-0.055C240.211,6.957,240.432,6.961,240.438,7.058L240.438,7.058z M240.776,12.978 c0.01,0.163-0.701,0.143-0.568,0.022c0.096-0.086,0.264-0.067,0.404-0.049C240.67,12.959,240.774,12.929,240.776,12.978 L240.776,12.978z M240.383,4.658c0.01,0.176-0.396,0.016-0.611,0.025c-0.189,0.005-0.699-0.004-0.533-0.08 c0.174-0.081,0.377-0.004,0.566-0.056c0.088-0.023,0.105-0.152,0.197-0.141c0.141,0.018,0.289,0.077,0.336,0.187 C240.348,4.619,240.381,4.633,240.383,4.658L240.383,4.658z M240.657,8.049c0.006,0.073-0.336-0.054-0.246-0.058 S240.653,7.975,240.657,8.049L240.657,8.049z M241.086,8.433c0.004,0.052-0.166-0.061-0.166-0.061S241.084,8.38,241.086,8.433 L241.086,8.433z M241.553,10.881c0.008,0.152-0.344,0.035-0.529,0.021c-0.076-0.007-0.266-0.021-0.207-0.06 c0.176-0.119,0.441-0.101,0.65-0.024C241.504,10.832,241.551,10.849,241.553,10.881L241.553,10.881z M241.417,4.219 c0.008,0.153-0.707,0.01-0.533-0.045C241.059,4.118,241.407,4.066,241.417,4.219L241.417,4.219z M241.438,4.619 c0.006,0.099-0.217-0.123-0.33-0.089c-0.088,0.029-0.168,0.164-0.238,0.11c-0.041-0.032-0.004-0.088-0.008-0.132 c-0.002-0.054-0.131-0.093-0.088-0.132c0.039-0.035,0.105,0.022,0.164,0.027C241.133,4.423,241.43,4.457,241.438,4.619 L241.438,4.619z M241.877,10.868c0.004,0.059-0.238-0.09-0.168-0.093C241.782,10.772,241.874,10.812,241.877,10.868L241.877,10.868z M241.958,8c-0.045,0.084-0.211,0.018-0.324,0.013c-0.104-0.007-0.168-0.077-0.252-0.125c-0.07-0.041-0.242,0.048-0.246-0.024 c-0.01-0.186,0.449-0.148,0.648-0.058C241.874,7.846,241.999,7.923,241.958,8L241.958,8z M241.848,4.67 c0.006,0.082-0.34-0.083-0.252-0.125C241.686,4.505,241.844,4.585,241.848,4.67L241.848,4.67z M241.997,7.264 c0.01,0.165-0.371-0.017-0.57-0.012c-0.357,0.015-1.334,0.084-1.021-0.061c0.117-0.054,0.449-0.03,0.359-0.113 c-0.055-0.051-0.242-0.03-0.209-0.092c0.049-0.089,0.205-0.074,0.322-0.08c0.07-0.002,0.139-0.029,0.203-0.007 c0.094,0.035,0.264,0.152,0.174,0.193c-0.076,0.035-0.285-0.019-0.242,0.043C241.184,7.384,241.981,6.979,241.997,7.264 L241.997,7.264z M242.377,11.05c0.008,0.141-0.578,0.107-0.49-0.015c0.053-0.071,0.182-0.04,0.283-0.044 C242.247,10.988,242.374,10.986,242.377,11.05L242.377,11.05z M242.305,8.386c0.006,0.097-0.432-0.008-0.328-0.055 C242.079,8.283,242.299,8.289,242.305,8.386L242.305,8.386z M242.163,4.457c0.008,0.128-0.305,0.069-0.447,0.018 c-0.029-0.011-0.066-0.046-0.045-0.066C241.788,4.305,242.155,4.315,242.163,4.457L242.163,4.457z M242.356,7.851 c0.006,0.095-0.354,0.136-0.322,0.044C242.065,7.806,242.35,7.756,242.356,7.851L242.356,7.851z M242.557,4.243 c0.002,0.051-0.166-0.061-0.166-0.061S242.553,4.189,242.557,4.243L242.557,4.243z M242.95,11.094 c0.006,0.121-0.551-0.041-0.412-0.083C242.676,10.966,242.942,10.974,242.95,11.094L242.95,11.094z M243.37,12.745 c0.01,0.175-0.396,0.015-0.609,0.023c-0.191,0.008-0.646,0.046-0.535-0.079c0.123-0.137,0.357-0.124,0.563-0.154 c0.027-0.005-0.031-0.077-0.004-0.067c0.064,0.023,0.102,0.073,0.168,0.094C243.108,12.606,243.362,12.609,243.37,12.745 L243.37,12.745z M243.071,7.023c-0.049-0.021-0.113-0.063-0.113-0.063s0.154,0.009,0.164,0.057c0.197-0.016,0.441,0.079,0.658,0.079 c0.186,0,0.348-0.101,0.525-0.053c0.068,0.019,0.127,0.068,0.129,0.128c0.012,0.188-0.424-0.003-0.65,0.023 c-0.301,0.038-1.064,0.086-0.859-0.099C242.965,7.058,243.016,7.035,243.071,7.023L243.071,7.023z M243.067,4.623 c0.01,0.141-0.643,0.021-0.49-0.047C242.727,4.505,243.059,4.481,243.067,4.623L243.067,4.623z M243.614,12.736 c-0.063,0.054-0.264-0.156-0.172-0.16C243.532,12.572,243.674,12.68,243.614,12.736L243.614,12.736z M243.374,4.278 c-0.053,0.06-0.152,0.061-0.24,0.075c-0.07,0.013-0.158,0.053-0.203,0.008c-0.082-0.081,0.023-0.25,0.146-0.271 C243.206,4.066,243.45,4.189,243.374,4.278L243.374,4.278z M244.096,12.651c0.006,0.092-0.404,0.048-0.326-0.021 C243.846,12.56,244.09,12.557,244.096,12.651L244.096,12.651z M244.112,12.916c0.006,0.095-0.404,0.049-0.326-0.02 C243.862,12.827,244.106,12.822,244.112,12.916L244.112,12.916z M244.303,7.709c0.002,0.053-0.166-0.06-0.166-0.06 S244.299,7.657,244.303,7.709L244.303,7.709z M244.227,4.979c0.004,0.058-0.238-0.091-0.168-0.093 C244.131,4.883,244.225,4.921,244.227,4.979L244.227,4.979z M244.401,5.172c0.004,0.052-0.166-0.062-0.166-0.062 S244.399,5.12,244.401,5.172L244.401,5.172z M245.368,17.803c0.008,0.117-0.256,0.077-0.402,0.081 c-0.326,0.013-0.605,0.036-0.934,0.036c-0.127,0-0.443-0.069-0.332-0.12c0.111-0.052,0.238,0.029,0.367,0.019 c0.301-0.022,0.545-0.131,0.848-0.131c0.107,0,0.186,0.062,0.289,0.088C245.26,17.79,245.366,17.755,245.368,17.803L245.368,17.803z M244.879,7.82c0.004,0.073-0.338-0.053-0.248-0.058C244.721,7.76,244.875,7.747,244.879,7.82L244.879,7.82z M245.229,6.807 c0.004,0.097-0.432-0.008-0.33-0.054C245.002,6.706,245.223,6.71,245.229,6.807L245.229,6.807z M245.321,7.003 c0.006,0.096-0.354,0.171-0.32,0.08C245.032,6.99,245.315,6.906,245.321,7.003L245.321,7.003z M245.915,4.579 c-0.047,0.044-0.133,0.015-0.203,0.01c-0.121-0.013-0.4-0.106-0.293-0.155c0.111-0.053,0.236-0.064,0.363-0.049 c0.045,0.005,0.094,0.002,0.123,0.029s-0.021,0.065-0.035,0.1C245.862,4.54,245.936,4.561,245.915,4.579L245.915,4.579z M246.241,4.567c0.002,0.059-0.24-0.091-0.168-0.093C246.143,4.472,246.237,4.511,246.241,4.567L246.241,4.567z M246.43,7.894 c-0.059,0.054-0.139-0.195-0.053-0.197c0.057-0.002,0.008,0.132,0.008,0.132S246.452,7.875,246.43,7.894L246.43,7.894z M246.92,5.074c0.01,0.163-0.377,0.067-0.568,0.022c-0.063-0.015-0.223-0.035-0.166-0.061c0.199-0.091,0.48-0.15,0.65-0.023 C246.866,5.034,246.918,5.042,246.92,5.074L246.92,5.074z M247.157,7.8c-0.068,0.062-0.354-0.12-0.25-0.124 C247.008,7.672,247.227,7.736,247.157,7.8L247.157,7.8z M246.985,3.339c0.004,0.095-0.428,0.025-0.328-0.021 C246.758,3.271,246.979,3.245,246.985,3.339L246.985,3.339z M247.042,4.338c0.008,0.139-0.604,0.121-0.488,0.019 C246.668,4.252,247.034,4.196,247.042,4.338L247.042,4.338z M247.053,4.537c0.002,0.052-0.166-0.061-0.166-0.061 S247.049,4.484,247.053,4.537L247.053,4.537z M247.594,12.583c0.008,0.141-0.314,0.047-0.484,0.053 c-0.145,0.005-0.266-0.024-0.408-0.019c-0.172,0.007-0.318,0.02-0.488,0.02c-0.688-0.006-2.514,0.242-1.959-0.093 c0.127-0.075,0.287-0.038,0.443-0.05c0.246-0.018,0.451,0.063,0.697,0.073c0.525,0.023,0.98-0.155,1.502-0.091 C247.141,12.507,247.583,12.38,247.594,12.583L247.594,12.583z M247.891,17.772c0.006,0.107-0.238,0.044-0.361,0.08 c-0.121,0.035-0.439,0.118-0.318,0.146c0.154,0.035,0.59-0.013,0.451,0.049c-0.285,0.132-0.617,0.104-0.936,0.037 c-0.086-0.02-0.162-0.032-0.246-0.058c-0.061-0.019-0.037-0.101-0.09-0.13c-0.229-0.126-1.02,0.008-0.779-0.104 c0.275-0.125,0.576-0.088,0.891-0.101c0.428-0.016,0.799-0.032,1.223,0.021C247.788,17.721,247.889,17.721,247.891,17.772 L247.891,17.772z M248.069,18.033c-0.029,0.053-0.225-0.06-0.168-0.095C247.958,17.905,248.098,17.98,248.069,18.033L248.069,18.033 z M247.401,4.924l-0.002,0.001c0.139-0.026,0.293-0.009,0.412,0.049c0.033,0.018,0.082,0.03,0.084,0.064 c0.008,0.116-0.262,0.036-0.404,0.049c-0.117,0.008-0.406,0.017-0.328-0.055c0.029-0.025,0.063-0.048,0.102-0.065 c-0.109-0.016-0.248-0.094-0.357-0.124c-0.084-0.024-0.271,0.014-0.248-0.058C246.731,4.576,247.538,4.737,247.401,4.924 L247.401,4.924z M248.475,18.017c-0.041,0.057-0.234-0.087-0.17-0.126C248.37,17.851,248.516,17.961,248.475,18.017L248.475,18.017z M248.245,8.292c0.006,0.096-0.432-0.009-0.328-0.055C248.018,8.19,248.239,8.196,248.245,8.292L248.245,8.292z M248.725,11.006 c0.004,0.053-0.166-0.06-0.166-0.06S248.723,10.955,248.725,11.006L248.725,11.006z M249.114,17.793 c0.008,0.144-0.658-0.03-0.494-0.081C248.784,17.658,249.106,17.649,249.114,17.793L249.114,17.793z M248.377,3.486 c0.006,0.106-0.232,0.075-0.363,0.08c-0.051,0.002-0.16-0.03-0.125-0.063C248.004,3.4,248.368,3.346,248.377,3.486L248.377,3.486z M248.616,7.678c0.006,0.104-0.242-0.013-0.365,0.013c-0.041,0.01-0.08,0.015-0.121,0.006c-0.039-0.009-0.037,0.071-0.078,0.069 c-0.092-0.006-0.166-0.061-0.211-0.126c-0.016-0.022-0.072-0.051-0.045-0.063c0.201-0.093,0.455-0.052,0.654,0.041 C248.506,7.643,248.614,7.626,248.616,7.678L248.616,7.678z M248.651,8.276c0.002,0.052-0.166-0.062-0.166-0.062 S248.647,8.224,248.651,8.276L248.651,8.276z M248.895,12.533c0.006,0.107-0.232,0.088-0.363,0.08 c-0.121-0.007-0.4-0.106-0.293-0.155c0.186-0.085,0.416-0.06,0.611,0.011C248.879,12.479,248.893,12.507,248.895,12.533 L248.895,12.533z M248.69,3.273c0.008,0.12-0.537,0.007-0.41-0.051C248.407,3.166,248.684,3.154,248.69,3.273L248.69,3.273z M248.706,3.539c-0.049,0.043-0.227-0.058-0.168-0.093C248.594,3.411,248.754,3.497,248.706,3.539L248.706,3.539z M249.844,17.764 c0.01,0.147-0.662-0.061-0.494-0.112c0.08-0.026,0.158,0.026,0.246,0.023C249.69,17.669,249.84,17.686,249.844,17.764 L249.844,17.764z M249.692,12.236c0.006,0.104-0.455-0.089-0.334-0.12C249.481,12.085,249.686,12.132,249.692,12.236L249.692,12.236 z M249.362,5.049c0.008,0.151-0.344,0.035-0.529,0.02c-0.125-0.01-0.443-0.069-0.332-0.12c0.139-0.064,0.293,0.036,0.451,0.05 C249.096,5.009,249.354,4.929,249.362,5.049L249.362,5.049z M249.782,10.966c0.004,0.054-0.166-0.061-0.166-0.061 S249.778,10.915,249.782,10.966L249.782,10.966z M249.676,7.704c-0.029,0.07-0.281-0.078-0.211-0.127 C249.536,7.531,249.706,7.631,249.676,7.704L249.676,7.704z M250.25,17.748c0.004,0.053-0.166-0.06-0.166-0.06 S250.249,17.697,250.25,17.748L250.25,17.748z M249.571,4.439c0.004,0.072-0.313,0.022-0.246-0.023 C249.393,4.371,249.567,4.369,249.571,4.439L249.571,4.439z M249.727,4.301c-0.055,0.05-0.252-0.123-0.172-0.127 C249.637,4.17,249.78,4.252,249.727,4.301L249.727,4.301z M249.838,4.83c-0.07,0.13-0.609,0.058-0.492-0.049 C249.463,4.678,249.909,4.7,249.838,4.83L249.838,4.83z M249.954,4.025c-0.109,0.15-0.395,0.035-0.609,0.024 c-0.102-0.007-0.377-0.015-0.287-0.056c0.248-0.115,0.531-0.111,0.811-0.064C249.918,3.937,249.981,3.99,249.954,4.025 L249.954,4.025z M249.981,4.49c0.004,0.054-0.166-0.059-0.166-0.059S249.979,4.439,249.981,4.49L249.981,4.49z M250.161,7.617 c0.004,0.072-0.16-0.025-0.246-0.024c-0.061,0.003-0.168-0.058-0.127-0.094C249.881,7.414,250.153,7.503,250.161,7.617 L250.161,7.617z M251.063,17.718c0.008,0.141-0.641,0.021-0.49-0.049C250.723,17.602,251.055,17.576,251.063,17.718L251.063,17.718z M250.469,4.474c0.006,0.095-0.432-0.009-0.33-0.054C250.243,4.371,250.463,4.377,250.469,4.474L250.469,4.474z M250.686,8.265 c0.004,0.065-0.244-0.153-0.17-0.128C250.588,8.164,250.682,8.199,250.686,8.265L250.686,8.265z M250.922,6.721 c0.004,0.043-0.07,0.056-0.117,0.073c-0.17,0.059-0.346-0.021-0.529-0.015c-0.041,0.002-0.039,0.068-0.078,0.07 c-0.145,0.005-0.271-0.015-0.41-0.052c-0.096-0.025-0.246,0.122-0.283,0.046c-0.15-0.319,0.756-0.212,1.172-0.18 C250.766,6.672,250.918,6.648,250.922,6.721L250.922,6.721z M250.922,3.854c0.004,0.064-0.139,0.038-0.199,0.075 c-0.184,0.109-0.805,0.162-0.65,0.023c0.107-0.097,0.299-0.029,0.443-0.083c0.035-0.015-0.121-0.048-0.086-0.063 C250.583,3.737,250.915,3.714,250.922,3.854L250.922,3.854z M251.25,8.177c0.008,0.117-0.504,0.069-0.408-0.019 C250.938,8.071,251.245,8.059,251.25,8.177L251.25,8.177z M251.092,3.982c0.002,0.051-0.166-0.062-0.166-0.062 S251.088,3.93,251.092,3.982L251.092,3.982z M251.149,4.98c0.01,0.174-0.396,0.014-0.609,0.021 c-0.342,0.015-1.299,0.072-0.979-0.028c0.451-0.143,0.9-0.1,1.381-0.053C251.018,4.929,251.145,4.918,251.149,4.98L251.149,4.98z M251.305,7.707c-0.023,0.044-0.188,0.017-0.164-0.027c0.023-0.041,0.16-0.053,0.162-0.007 C251.303,7.686,251.311,7.696,251.305,7.707L251.305,7.707z M252.124,17.744c0.008,0.146-0.633-0.021-0.494-0.114 C251.768,17.536,252.116,17.597,252.124,17.744L252.124,17.744z M251.387,3.437c0.014,0.233-1.047,0.104-0.816-0.034 c0.184-0.11,0.438-0.02,0.654,0.041C251.278,3.459,251.383,3.391,251.387,3.437L251.387,3.437z M251.817,10.955 c-0.059,0.053-0.16-0.036-0.246-0.024c-0.326,0.046-1.248,0.033-0.939-0.064c0.279-0.088,0.559-0.038,0.855,0 C251.606,10.882,251.899,10.881,251.817,10.955L251.817,10.955z M251.905,12.485c-0.059,0.167-0.398-0.006-0.609,0.021 c-0.268,0.036-0.762,0.22-0.775-0.003c0-0.024-0.027-0.054-0.002-0.065c0.223-0.104,0.475-0.029,0.729-0.063 C251.479,12.348,251.967,12.3,251.905,12.485L251.905,12.485z M251.663,6.827c0.002,0.051-0.166-0.062-0.166-0.062 S251.659,6.774,251.663,6.827L251.663,6.827z M251.711,7.692c-0.031,0.09-0.355-0.045-0.291-0.123 C251.485,7.492,251.743,7.602,251.711,7.692L251.711,7.692z M251.85,4.42c0.008,0.141-0.643,0.021-0.49-0.048 C251.51,4.302,251.842,4.278,251.85,4.42L251.85,4.42z M252.311,12.469c0.002,0.052-0.219-0.028-0.166-0.06 C252.196,12.378,252.307,12.416,252.311,12.469L252.311,12.469z M252.473,8.196c0.008,0.149-0.344,0.039-0.527,0.021 c-0.107-0.012-0.363-0.024-0.291-0.09c0.135-0.121,0.371-0.005,0.57,0.012C252.315,8.145,252.469,8.122,252.473,8.196L252.473,8.196 z M252.717,12.453c0.002,0.06-0.24-0.089-0.168-0.093C252.62,12.357,252.713,12.396,252.717,12.453L252.717,12.453z M253.354,17.896 c0.004,0.074-0.338-0.055-0.248-0.057C253.196,17.837,253.35,17.824,253.354,17.896L253.354,17.896z M253.504,17.69 c0.004,0.073-0.336-0.052-0.248-0.058C253.346,17.63,253.5,17.617,253.504,17.69L253.504,17.69z M253.231,4.366 c0.01,0.151-0.344,0.042-0.527,0.021c-0.051-0.006-0.17-0.042-0.125-0.062C252.778,4.233,253.221,4.179,253.231,4.366L253.231,4.366 z M253.53,8.156c0.002,0.051-0.166-0.061-0.166-0.061S253.526,8.104,253.53,8.156L253.53,8.156z M253.534,3.955 c0.01,0.175-0.396,0.022-0.609,0.024c-0.131,0-0.484,0-0.369-0.054c0.273-0.126,0.592-0.104,0.895-0.035 C253.487,3.901,253.532,3.921,253.534,3.955L253.534,3.955z M253.625,4.152c0.01,0.174-0.395,0.015-0.609,0.021 c-0.172,0.009-0.652,0.004-0.49-0.048c0.332-0.104,0.674-0.116,1.016-0.038C253.581,4.097,253.624,4.118,253.625,4.152 L253.625,4.152z M253.657,4.685c0.006,0.095-0.432-0.009-0.328-0.055C253.43,4.581,253.651,4.587,253.657,4.685L253.657,4.685z M253.909,7.674c-0.064,0.091-0.443-0.07-0.332-0.121C253.688,7.503,253.975,7.585,253.909,7.674L253.909,7.674z M253.834,4.943 c0.01,0.164-0.369,0.022-0.568,0.022c-0.119,0-0.432-0.008-0.33-0.055c0.25-0.113,0.539-0.095,0.813-0.032 C253.788,4.889,253.833,4.909,253.834,4.943L253.834,4.943z M254.18,8.131c0.004,0.073-0.338-0.055-0.248-0.058 C254.022,8.069,254.176,8.057,254.18,8.131L254.18,8.131z M255.106,17.23c0.012,0.174-0.395,0.015-0.607,0.021 c-0.371,0.015-0.723,0.099-1.061-0.024c-0.066-0.024-0.254,0.018-0.205-0.026c0.297-0.267,0.82-0.035,1.262-0.017 C254.709,17.194,255.096,17.053,255.106,17.23L255.106,17.23z M254.633,7.513c0.004,0.074-0.156,0.052-0.24,0.076 c-0.072,0.021-0.162,0.13-0.199,0.072C254.112,7.544,254.625,7.377,254.633,7.513L254.633,7.513z M254.749,8.108 c0.006,0.096-0.432-0.007-0.33-0.054C254.522,8.007,254.743,8.013,254.749,8.108L254.749,8.108z M255.536,17.612 c0.008,0.143-0.643,0.022-0.49-0.047C255.196,17.496,255.528,17.471,255.536,17.612L255.536,17.612z M256.362,12.114 c0.004,0.058-0.24-0.092-0.168-0.095C256.264,12.019,256.358,12.055,256.362,12.114L256.362,12.114z M256.674,17.569 c0.002,0.053-0.219-0.029-0.166-0.06C256.559,17.479,256.67,17.516,256.674,17.569L256.674,17.569z M256.223,6.852 c0.01,0.165-0.369,0.035-0.568,0.022c-0.09-0.006-0.326-0.021-0.248-0.059c0.188-0.084,0.391-0.104,0.605-0.089 c0.029,0.004,0.055-0.008,0.082-0.004C256.165,6.734,256.219,6.794,256.223,6.852L256.223,6.852z M256.153,4.188 c-0.055,0.048-0.25-0.125-0.17-0.128S256.208,4.139,256.153,4.188L256.153,4.188z M256.686,12.101 c0.004,0.052-0.166-0.06-0.166-0.06S256.684,12.049,256.686,12.101L256.686,12.101z M257.057,17.154 c0.008,0.118-0.264,0.017-0.406,0.015c-0.115,0-0.373,0.065-0.326-0.021c0.086-0.16,0.43-0.154,0.607-0.057 C256.973,17.116,257.055,17.113,257.057,17.154L257.057,17.154z M256.405,4.312c0.006,0.119-0.537,0.006-0.41-0.051 C256.122,4.202,256.397,4.193,256.405,4.312L256.405,4.312z M256.702,8.1c-0.061,0.084-0.408,0.019-0.328-0.052 C256.452,7.975,256.762,8.018,256.702,8.1L256.702,8.1z M256.854,10.761c0.004,0.074-0.338-0.053-0.248-0.057 S256.85,10.688,256.854,10.761L256.854,10.761z M256.879,4.092c0.01,0.166-0.744,0.069-0.57-0.011 c0.125-0.056,0.266-0.031,0.406-0.017C256.774,4.074,256.877,4.044,256.879,4.092L256.879,4.092z M257.788,17.126 c0.008,0.143-0.641,0.021-0.49-0.048C257.448,17.01,257.78,16.985,257.788,17.126L257.788,17.126z M257.442,6.805 c0.004,0.053-0.166-0.06-0.166-0.06S257.44,6.753,257.442,6.805L257.442,6.805z M257.596,8.066c0.008,0.154-0.707,0.009-0.533-0.047 C257.239,7.964,257.586,7.913,257.596,8.066L257.596,8.066z M257.813,7.592c-0.047,0.134-0.318-0.015-0.488-0.016 c-0.158,0-0.502,0.107-0.449-0.015c0.033-0.08,0.135-0.13,0.236-0.143c0.188-0.027,0.371-0.001,0.533,0.079 C257.706,7.527,257.833,7.535,257.813,7.592L257.813,7.592z M258.09,12.448c0.008,0.117-0.264-0.013-0.408-0.02 c-1.184-0.051-4.549,0.078-3.385-0.102c0.449-0.07,0.848,0.018,1.305,0.016c0.668-0.001,1.24-0.048,1.908-0.073 c0.188-0.009,0.643-0.078,0.533,0.047c-0.031,0.033-0.102,0.031-0.119,0.069C257.903,12.436,258.088,12.396,258.09,12.448 L258.09,12.448z M258.002,8.051c0.004,0.073-0.338-0.053-0.248-0.058C257.844,7.989,257.999,7.977,258.002,8.051L258.002,8.051z M258.254,6.774c0.008,0.136-0.582-0.029-0.453-0.117c0.125-0.084,0.332-0.006,0.451,0.084 C258.264,6.749,258.254,6.764,258.254,6.774L258.254,6.774z M258.571,12.296c0.006,0.117-0.402,0.101-0.408-0.019 C258.157,12.16,258.563,12.18,258.571,12.296L258.571,12.296z M258.864,17.419c-0.07,0.063-0.203-0.008-0.289-0.056 c-0.025-0.015-0.072-0.053-0.045-0.065C258.641,17.247,258.95,17.342,258.864,17.419L258.864,17.419z M259.014,17.213 c-0.066,0.076-0.219,0.011-0.326-0.021c-0.086-0.026-0.24-0.111-0.172-0.16C258.659,16.929,259.127,17.087,259.014,17.213 L259.014,17.213z M258.631,4.826c0.01,0.175-0.396,0.016-0.609,0.022c-0.543,0.021-2.078,0.035-1.551-0.072 c0.607-0.124,1.164-0.029,1.791-0.002C258.393,4.778,258.625,4.718,258.631,4.826L258.631,4.826z M259.35,17.4 c0.006,0.094-0.391-0.077-0.291-0.122C259.159,17.232,259.346,17.306,259.35,17.4L259.35,17.4z M259.124,12.008 c0.004,0.052-0.166-0.06-0.166-0.06S259.122,11.956,259.124,12.008L259.124,12.008z M259.499,17.127 c0.004,0.086-0.18,0.095-0.281,0.078c-0.055-0.009-0.059-0.115-0.008-0.133C259.305,17.038,259.493,17.044,259.499,17.127 L259.499,17.127z M259.106,7.407c0.004,0.096-0.408,0.018-0.33-0.053C258.856,7.282,259.1,7.313,259.106,7.407L259.106,7.407z M259.698,12.053c0.004,0.105-0.455-0.091-0.334-0.121C259.487,11.901,259.69,11.948,259.698,12.053L259.698,12.053z M260.071,17.172c-0.078,0.071-0.215-0.031-0.328-0.054c-0.063-0.012-0.148-0.11-0.09-0.13 C259.809,16.939,260.182,17.072,260.071,17.172L260.071,17.172z M259.793,8.049c-0.088,0.078-0.24-0.038-0.369-0.053 c-0.104-0.011-0.379-0.014-0.289-0.057C259.34,7.846,259.952,7.907,259.793,8.049L259.793,8.049z M260.038,12.306 c0.01,0.187-0.426-0.001-0.65,0.026c-0.23,0.027-0.75,0.097-0.656-0.075c0.047-0.087,0.213,0.035,0.326,0.021 c0.338-0.045,0.725-0.193,0.979-0.005C260.045,12.28,260.036,12.295,260.038,12.306L260.038,12.306z M260.524,12.288 c0.004,0.074-0.289-0.089-0.211-0.126C260.393,12.125,260.52,12.214,260.524,12.288L260.524,12.288z M261.221,15.929 c0.002,0.051-0.166-0.061-0.166-0.061S261.217,15.875,261.221,15.929L261.221,15.929z M261.309,16.058 c0.004,0.053-0.166-0.061-0.166-0.061S261.307,16.005,261.309,16.058L261.309,16.058z M261.159,11.996 c0.008,0.142-0.643,0.022-0.49-0.047C260.819,11.88,261.151,11.855,261.159,11.996L261.159,11.996z M262.034,15.896 c0.004,0.053-0.166-0.06-0.166-0.06S262.032,15.846,262.034,15.896L262.034,15.896z M262.049,16.163 c0.004,0.085-0.178,0.087-0.281,0.077c-0.031-0.003-0.074-0.058-0.045-0.065C261.833,16.149,262.043,16.069,262.049,16.163 L262.049,16.163z M262.141,13.493c0.002,0.057-0.24-0.092-0.168-0.094C262.043,13.397,262.137,13.434,262.141,13.493L262.141,13.493 z M262.374,16.15c0.004,0.052-0.166-0.061-0.166-0.061S262.372,16.098,262.374,16.15L262.374,16.15z M262.635,15.008 c-0.078,0.112-0.539-0.069-0.416-0.151c0.088-0.061,0.213-0.027,0.324-0.013c0.031,0.004,0.059-0.055,0.08-0.037 c0.037,0.037-0.004,0.094-0.033,0.135C262.573,14.963,262.649,14.985,262.635,15.008L262.635,15.008z M262.688,15.938 c0.006,0.119-0.537,0.008-0.41-0.051S262.68,15.819,262.688,15.938L262.688,15.938z M263.084,14.322 c0.002,0.054-0.166-0.06-0.166-0.06S263.081,14.272,263.084,14.322L263.084,14.322z M263.375,16.579 c0.004,0.052-0.166-0.061-0.166-0.061S263.374,16.527,263.375,16.579L263.375,16.579z M263.983,15.821 c0.014,0.211-0.475,0.028-0.73,0.028c-0.117,0-0.432-0.008-0.328-0.055c0.271-0.124,0.598-0.118,0.893-0.033 C263.877,15.778,263.981,15.77,263.983,15.821L263.983,15.821z M264.559,13.066c-0.107,0.098-0.322-0.127-0.451-0.05 c-0.047,0.028-0.076,0.102-0.033,0.135c0.047,0.034,0.223,0.034,0.166,0.06c-0.322,0.149-0.688,0.072-1.055,0.042 c-0.135-0.011-0.391-0.055-0.336-0.154c0.078-0.144,0.334-0.129,0.523-0.121c0.131,0.007,0.238,0.045,0.369,0.054 C264.028,13.05,264.752,12.894,264.559,13.066L264.559,13.066z"></path></svg>');
	content: '';
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: bottom;
    background-color: transparent;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* formulario de contacto */
#contact-form {
    padding: 0 0 40px 0;
}

    #contact-form .fieldset {
        padding: 10px 0;
    }

    #contact-form .btn-red {
        width: 100%;
    }

.field-validation-error {
    font-size: 12px;
    color: red;
}

#message-send {
    font-size: 25px;
    color: #7E7E7E;
    display: block;
    text-align: center;
    margin: 50px 0px;
}

#contact-form .phone-sm {
    width: 20%;
    float: left;
    margin: 0 10px 0 0;
}

#contact-form .phone-lg {
    width: 50%;
    float: left;
}

    #contact-form .phone-sm span,
    #contact-form .phone-lg span {
        font-size: 13px;
        color: #999;
    }

#contact-form.form-provider textarea {
    height: 130px;
}

.banner {
    border: 1px solid #999999;
    min-height: 190px;
    border-radius: 5px;
    background-image: url('/files/hazte-proveedor/fondo.jpg');
	content: '';
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    margin-top: 40px;
    position: relative;
}

    .banner .img {
        margin-top: 15%;
    }

    .banner .img-international {
        margin-top: 35%;
    }

    .banner .button {
        background-color: #999;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        display: table;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
        padding: 15px;
        min-height: 77px;
        width: 100%;
        margin-top: 16%;
    }

        .banner .button a {
            color: #fff;
            text-decoration: none;
            margin: 0;
            padding: 0 1rem;
            display: table-cell;
            vertical-align: middle;
        }

    .banner .content {
        font-size: 25px;
        font-weight: bold;
        margin-top: 12%;
    }

/* memorias */
.anual-memory {
    padding: 30px 0px;
}

.anual-memory-bg {
    background: url(/files/sostenibilidad/background-section.png) no-repeat #f1f1f1 90%;
	content: '';
}

.anual-memory .title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
}

.anual-memory .item-memory {
    clear: both;
    margin: 60px 0 10px 0;
}

    .anual-memory .item-memory .subtitle {
        color: #E91B2B;
        font-size: 30px;
        position: relative;
        top: -70px;
        font-weight: bold;
    }

    .anual-memory .item-memory .box-red {
        border-top: solid 5px #E91C2B;
        position: relative;
        padding: 20px 30px 20px 20px;
        border-right: solid 1px #f1f1f1;
        border-left: solid 1px #f1f1f1;
        border-bottom: solid 1px #b0b0b0;
        background-color: #fff;
        min-height: 260px;
    }

    .anual-memory .item-memory img {
        float: left;
        position: relative;
        top: -80px;
        border: solid 8px #fff;
        margin: 0 20px 0 0;
        -webkit-box-shadow: 4px 6px 5px 0px rgba(186, 186, 186, 1);
        -moz-box-shadow: 4px 6px 5px 0px rgba(186, 186, 186, 1);
        box-shadow: 4px 6px 5px 0px rgba(186, 186, 186, 1);
    }

    .anual-memory .item-memory .excerpt {
        margin: -40px 0 30px 0;
    }

.list-memory .item-memory {
    padding-bottom: 40px;
}

.detail-memory {
}

    .detail-memory .date {
        display: block;
        text-align: center;
        color: #7E7E7E;
        font-size: 25px;
        text-transform: capitalize;
        margin: 5px 0px 50px 0px;
    }

    .detail-memory .content {
        background: url(/Files/sostenibilidad/content-bg.png) no-repeat #f1f1f1 15px 25px;
		content: '';
        padding: 25px 20px 20px 90px;
        margin: 30px 0px;
        border-bottom: solid 1px #bababa;
        position: relative;
    }

        .detail-memory .content > .row {
            border-left: solid 2px #dbdbdb;
        }

    .detail-memory .main-img {
        border: solid 8px #fff;
        margin: 0 20px 0 0;
        -webkit-box-shadow: 4px 6px 5px 0px rgba(186, 186, 186, 1);
        -moz-box-shadow: 4px 6px 5px 0px rgba(186, 186, 186, 1);
        box-shadow: 4px 6px 5px 0px rgba(186, 186, 186, 1);
    }

    .detail-memory .subtitle {
        font-size: 30px;
        color: #333;
    }

.page-detail {
    overflow-x: hidden;
}

.section-angle-left {
    position: relative;
    z-index: 1;
}

    .section-angle-left:before,
    .section-angle-left:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
    }

    .section-angle-left:before {
        top: 0;
        -webkit-transform: skewY(1.5deg);
        -ms-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        border-top: solid 3px #E91C2B;
    }

    .section-angle-left:after {
        bottom: 0;
        -webkit-transform: skewY(-1.5deg);
        -ms-transform: skewY(-1.5deg);
        transform: skewY(-1.5deg);
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

.border-red {
    border-top: solid 3px #E91C2B;
    margin: 50px 0 30px 0;
    padding: 10px 0 40px 0px;
}

.section-angle-right {
    position: relative;
    z-index: 1;
    margin: 50px 0 0 0;
}

    .section-angle-right:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
    }

    .section-angle-right:before {
        top: -45px;
        -webkit-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        transform: skewY(-1deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        border-top: solid 3px #E91C2B;
    }

.detail-memory.section-video {
    padding: 30px 0;
}

.gallery-memory .col-main-image {
    margin-bottom: 20px;
}

    .gallery-memory .col-main-image img {
        border: solid 15px #fff;
        display: block;
        margin: auto;
    }

.gallery-memory .col-images {
    background-color: #dbdbdb;
    padding: 5px 50px 0 50px;
    position: relative;
    max-width: 585px;
}

    .gallery-memory .col-images .wrapper {
        col-md-6 col-images
    }

    .gallery-memory .col-images img {
        float: left;
        max-height: 100px;
        margin: 0 5px 5px 0;
        cursor: pointer;
        max-width: 160px;
    }

        .gallery-memory .col-images img:nth-child(3n+4) {
            clear: left;
        }

.gallery-memory .owl-theme .owl-controls .owl-buttons div {
    color: #E91C2B;
    opacity: 1;
}

.section-video .video {
    float: left;
    margin: 10px 10px 0 0;
}

.section-video:after {
    clear: both;
}

#owl-detail .owl-item > div {
    width: 500px !important;
    height: 320px;
}

#owl-detail .owl-controls .owl-buttons > div {
    top: 40%;
}

    #owl-detail .owl-controls .owl-buttons > div.owl-next {
        right: -35px;
    }

    #owl-detail .owl-controls .owl-buttons > div.owl-prev {
        left: -65px;
    }

/* Polizas */
.padding-polizas {
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-Individual {
    cursor: pointer;
}

.letter {
    color: #FFFFFF;
    font-family: "Univia Pro";
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03px;
    line-height: 30px;
    text-align: center;
    padding: 17px 0px;
}

.content-contactenos {
    text-align: center;
    padding: 10px;
}

div#ModalDetailSolutionIndividual li {
    color: #222222;
    font-family: 'Carnas';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 10px;
}

#ModalDetailSolutionIndividual .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.item-tab .IconContainerModal {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    text-align: center;
}

.Category {
    border-radius: 8px;
    background-color: #F3F3F3;
    margin: 5px;
    padding: 7px;
    color: #003075;
    font-family: Carnas;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.containerSolutionsCategories {
    width: 70%;
    margin: 5% auto;
    text-align: center;
}

.Category.Selected {
    background-color: #003075;
    color: #FFFFFF;
    font-family: Carnas;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.item-tab .item-tittle-individual-modal {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    display: block;
    margin-top: 10px;
}

.FrequentQuestions {
    color: #003075;
    font-family: Carnas;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.item-tab .containerSolutionsTittle {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
}

.item-tab .containerSolutionsIndDetail {
    padding: 24px;
    position: relative;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    height: 178px;
    cursor: pointer;
    margin-top: 0px;
}

.item-tab .IconContainer {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -24px;
    margin-left: 20px;
}

.item-tab .item-tittle-individual {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    margin-left: 25%;
    position: relative;
}

.item-tittle-individual-modal {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
}

.item-content-individual-modal h4 {
    color: #003075 !important;
    font-family: Carnas;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.item-content-individual-modal {
    font-size: 17px;
    font-family: Carnas;
}

.modal-content {
    padding: 10px;
}

.wrapperPolicy a {
    border-radius: 5px;
    background-color: #21C6FC;
    padding: 11px;
    color: #FFFFFF !important;
    font-family: Carnas;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}

.containerSolutionsTittle {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 43px;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.soluciones {
    list-style: none;
    height: 50px;
    padding-top: 10px;
    background: #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

    .soluciones a {
        list-style: none;
        margin: 0 20px;
        font-size: 20px;
    }

    .soluciones[aria-expanded="false"]:after {
        color: #003075;
        font-weight: bold;
        float: right;
        margin: 0px 15px 0px 0px;
        content: "\f078";
        font-family: FontAwesome;
        font-size: larger;
    }

    .soluciones[aria-expanded="true"]:after {
        color: #003075;
        font-weight: bold;
        float: right;
        margin: 0px 15px 0px 0px;
        content: "\f077";
        font-family: FontAwesome;
        font-size: larger;
    }

.soluciones-item {
    background-color: #003075;
}

.item-movil {
    padding: 5px 25px;
}

    .item-movil a.link-interno-corporativo:hover {
        opacity: 0.35;
        border-radius: 8px;
        background-color: #000000;
        width: 100%;
    }

.item-herramienta {
    cursor: pointer;
}

/* mapa del sitio */
.sitemap {
    margin: 10px 60px;
    overflow: hidden;
    color: #e91b2b;
    width: 35%;
    float: left;
    font-family: Carnas;
}

    .sitemap > li {
        float: left;
        margin: 0 15px 20px 0;
        width: 100%;
        font-family: Carnas;
    }

    .sitemap li a {
        font-size: 18px;
        color: #333;
        font-family: Carnas;
    }

    .sitemap li p a {
        font-size: 16px;
        font-family: Carnas;
    }

    .sitemap h3 {
        font-weight: bold;
        font-family: Carnas;
    }

/* noticias */
.last-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-news {
    padding: 10px 0 20px 0;
}

.block-news .title {
    color: #fff;
    background-color: #E91C2B;
    font-size: 25px;
    display: block;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 5px -1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 10px 5px -1px rgba(204, 204, 204, 1);
    box-shadow: 0px 10px 5px -1px rgba(204, 204, 204, 1);
    z-index: 10;
    position: relative;
}

.block-news .box-grey {
    background-color: #eee;
    padding: 25px 10px 15px 10px;
    border-radius: 0 0 5px 5px;
    margin: 0 8px;
}

.block-news .box-white {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.block-news img {
    max-width: 122px;
    max-height: 81px;
    float: left;
    margin: 0 10px 10px 0;
}

.block-news .btn-grey {
    width: 100%;
}

.news-list {
    margin: 10px 0 20px 0;
}

    .news-list .item-news:after {
        clear: both;
    }

    .news-list .item-news {
        border-radius: 16px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
        padding-bottom: 5px;
    }

        .news-list .item-news .box-red {
            border-top: solid 5px #E91C2B;
            padding: 10px;
            overflow: auto;
            border-right: solid 1px #e8e8e8;
            border-left: solid 1px #e8e8e8;
            border-bottom: solid 1px #bababa;
            margin: 0 0 30px 0;
        }

        .news-list .item-news .content {
            margin: 15px;
        }

        .news-list .item-news img {
            margin: 0 0px 20px 0;
            max-width: 100%;
            border-radius: 16px 16px 0 0;
        }

        .news-list .item-news .subtitle {
            color: #333;
            margin: 0 0 10px 0;
            font-family: Carnas;
            font-size: 17px;
            letter-spacing: 0;
            line-height: 21px;
            font-weight: bold;
            min-height: 63px;
            max-height: 63px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            color: #333;
            word-break: break-word;
            white-space: normal;
        }

        .news-list .item-news .date {
            color: #666666;
            font-family: Carnas;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 14px;
            margin: 0 0 10px 0;
        }

            .news-list .item-news .date .date-text {
                text-transform: capitalize;
            }

        .news-list .item-news .excerpt {
            color: #ABABAB;
            font-family: Carnas;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 18px;
            margin: 0 0 20px 0;
            min-height: 108px;
            max-height: 108px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            word-break: break-word;
            white-space: normal;
        }

        .news-list .item-news .buttons a {
            color: #003075;
            font-family: Carnas;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 18px;
            font-weight: bold;
        }

.pagination li a {
    margin: 0 5px 0 0;
    border-radius: 5px;
    color: #666666;
    font-size: 13px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    font-weight: bold;
    background-color: #fff;
    color: #333;
    border-color: #ddd;
}


.news-detail {
    font-family: Carnas;
    margin: 40px 0 80px 0;
}

    .news-detail .content,
    .news-detail .content li {
        color: #333333;
        font-family: Carnas;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.4em;
        margin-bottom: 1em;
    }

        .news-detail .content figure {
            margin: 20px 0 30px 0;
        }

    .news-detail .author {
        font-family: Carnas;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 17px;
    }

        .news-detail .author figure {
            float: left;
            margin: 0 20px 30px 0;
        }

            .news-detail .author figure img {
                box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
                border-radius: 8px;
            }

    .news-detail .links a {
        color: #003075;
    }

    .news-detail h1 {
        color: #1E1E1E;
        font-family: Carnas Regular;
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 58px;
    }

.other-articles {
    clear: both;
    margin: 20px 0 0 0;
}

    .other-articles h5 {
        color: #1E1E1E;
        font-family: Carnas;
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 35px;
    }

    .other-articles ul {
        padding: 0px;
        margin: 0px 0 30px 0;
    }

        .other-articles ul li {
            list-style: none;
            border-bottom: 1px solid #DDDDDD;
            padding: 10px 0 10px 0;
        }

    .other-articles li a {
        color: #003075;
        font-family: Carnas;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 21px;
    }

.back-articles {
    color: #003075 !important;
    font-family: Carnas;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
}

/* mapa del sitio */
.map-title {
    color: #1E1E1E;
    font-family: Carnas Regular;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 52px;
    font-weight: bold;
    padding: 30px;
}

/* resoluciones */
.resolutions {
}

    .resolutions .item-resolution {
    }

        .resolutions .item-resolution .title {
            color: #333;
            font-size: 32px;
            margin: 20px 0px;
            clear: both;
        }

        .resolutions .item-resolution .images:after {
            clear: both;
        }

        .resolutions .item-resolution img {
            border: solid 10px #dbdbdb;
            float: left;
            margin: 0px 20px 20px 0px;
            max-width: 245px;
            max-height: 345px;
        }

/* promocion*/
.active-contests {
    margin: 20px 0 30px 0;
}

    .active-contests .promotion {
        margin: 10px 0 20px 0;
    }

        .active-contests .promotion strong {
            display: block;
        }

        .active-contests .promotion span {
            display: block;
        }

        .active-contests .promotion strong.title {
            text-align: center;
            margin-bottom: 30px;
        }

/*  Hazte proveedor */
.spanish .head {
    font-size: 32px;
    min-height: 135px;
}

.english .head {
    font-size: 32px;
    min-height: 135px;
}

hr {
    height: 3px;
    background-color: #F1F1F1;
}

.table-responsive th {
    background-color: #535353;
    color: #fff;
    height: 48px;
}

.table-responsive td {
    background-color: #D6D6D6;
    color: #333333;
}

.list-new li {
    font-size: 15px !important;
    color: #333333;
}

.panel-title {
    height: 50px;
    padding: 10px 10px;
}

    .panel-title > a {
        color: #333333;
        font-size: 25px;
    }

        .panel-title > a:before {
            float: right !important;
            font-family: FontAwesome;
            content: "\f077";
            color: #999999;
            padding-right: 25px;
        }

        .panel-title > a.collapsed:before {
            float: right !important;
            content: "\f078";
        }

        .panel-title > a:hover,
        .panel-title > a:active,
        .panel-title > a:focus {
            text-decoration: none;
        }

.panel-group {
    margin-bottom: 25px;
}

.servi-cliente {
    min-height: 183px;
    border: 1px solid #999999;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .servi-cliente img {
        float: left;
        margin-top: 50px;
        padding-left: 10px;
    }

    .servi-cliente .content {
        font-size: 15px;
        padding: 40px 10px 40px 80px;
    }

    .servi-cliente a {
        margin-top: 25px;
        white-space: normal;
    }

.content .cell {
    font-size: 30px;
}

.content-green h3 {
    font-size: 25px;
    color: #5FAC31;
    margin: 50px 25px 25px 0;
}

.empresarial {
    width: 1167px;
    height: 180px;
    display: block;
    position: relative;
}

    .empresarial p {
        font-size: 35px;
        width: 760px;
        float: left;
        position: absolute;
        top: 30px;
        left: 400px;
    }

    .empresarial img {
        float: left;
        position: absolute;
        top: 30px;
        left: 40px;
    }

.section-consumo {
    background: url(/files/consumo-empresarial/bg-consumo-cupo.png) no-repeat #771411 15% 0px;
	content: '';
    min-height: 313px;
}

.empresarial-title {
    font-size: 35px;
}

.content-consumo {
    padding-bottom: 20px;
}

.content-cupo {
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    margin-top: 60px;
}

.col-md-6 .new {
    width: 560px;
}

.newbox {
    padding: 0 !important;
}

.section-gray {
    background-color: #F1F1F1;
}

.requisito {
    height: 245px;
    background-color: #E91C2B;
    margin-top: 50px;
    background-image: url('/files/consumo-empresarial/requisitos.jpg');
	content: '';
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    border-radius: 3px;
}

    .requisito .requisito-title {
        color: #FFFFFF;
        font-size: 50px;
    }

.req-content p {
    font-size: 32px;
}

.req-content-one {
    float: left;
    margin-bottom: 30px;
}

.req-content-principal {
    margin-top: 35px;
    margin-bottom: 40px;
    display: inline-block;
}

    .req-content-principal .button {
        height: 60px;
        background-color: #E91C2B;
        border-radius: 5px;
        text-align: center;
        display: table;
        background-image: url('/files/consumo-empresarial/btn.jpg');
		content: '';
        background-size: 5px 3px;
        background-position: bottom;
        background-repeat: repeat-x;
        margin: 0 auto;
    }

        .req-content-principal .button a {
            color: #FFF;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
            display: table-cell;
            vertical-align: middle;
        }

.req-prefooter {
    width: 100%;
    min-height: 320px;
    background-color: #771411;
    color: #ffffff;
    padding-bottom: 15px;
}

    .req-prefooter img {
        margin-top: 35px;
        float: left;
        display: inline-block;
        margin-right: 30px;
    }

    .req-prefooter p {
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        margin-top: 35px;
        margin-bottom: 30px;
        float: left;
        display: inline-block;
    }

    .req-prefooter .title-req {
        font-size: 30px;
        font-weight: bold;
        margin-top: 25px;
    }

.prefooter-cont {
    min-height: 130px;
    width: 100%;
    background-color: #5F100E;
    border-radius: 3px;
    margin-top: 20px;
    padding: 20px;
}

.tarjeta-content {
    margin-bottom: 25px;
    text-align: center;
}

    .tarjeta-content div {
        font-size: 15px;
        font-weight: bold;
        margin-top: 15px;
    }

    .tarjeta-content img {
        border: 1px solid #999999;
        border-radius: 10px;
        box-shadow: 2px 2px 5px #999;
    }

.tarj-content {
    width: 348px;
    margin: 0 auto;
}

    .tarj-content span {
        font-size: 15px;
        color: #333;
    }

.row-tarj {
    background-color: #fff;
    border-right: solid 1px #E8E4D7;
    border-left: solid 1px #E8E4D7;
}

    .row-tarj a {
        padding: 5px 10px;
    }

    .row-tarj > div {
        padding: 0 10px;
        border-right: solid 1px #f1f1f1;
        margin: 20px 0px;
        min-height: 295px;
    }

        .row-tarj > div:last-child {
            border-right: none !important;
        }

    .row-tarj .subtitle {
        font-size: 20px;
        border-radius: 30px;
        background-color: #dcdcdc;
        padding: 10px 10px 10px 60px;
        margin: 0 0 20px 0;
        font-weight: bold;
    }

.padding-footer {
    padding-top: 30px;
}

.row-tarj .text {
    font-size: 16px;
    margin: 0 0 20px 10px;
}

.row-tarj .subtitle.enlinea {
    background: url(/files/prefooter/icon-enlinea.png) no-repeat #dcdcdc 20px center;
	content: '';
}

.row-tarj .subtitle.facturas {
    background: url(/files/prefooter/icon-factura.png) no-repeat #dcdcdc 20px center;
	content: '';
}

.row-tarj .subtitle.kioskos {
    background: url(/files/prefooter/icon-kiosko.png) no-repeat #dcdcdc 20px center;
	content: '';
}

.row-tarj .button {
    width: 169px;
    height: 40px;
    background-color: #E91C2B;
    border-radius: 5px;
    text-align: center;
    display: table;
    background-image: url('/files/consumo-empresarial/btn.jpg');
    background-size: 5px 3px;
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0 auto;
}

    .row-tarj .button a {
        margin: 0;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

.section-tarj {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .section-tarj img {
        margin-top: 80px;
    }

    .section-tarj p {
        font-size: 40px;
        text-align: center;
    }

    .section-tarj > span {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }

.catalog-btn {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.section-tarj .button a {
    margin: 0;
    padding: 0 1rem;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

    .section-tarj .button a span {
        margin-left: 5px;
    }

.section-tarj-issue {
    height: 300px;
    margin-bottom: 30px;
    margin-top: 85px;
}

    .section-tarj-issue img {
        margin: 0 auto;
        margin-top: 80px;
    }

/*locals-map*/
.container-maps {
    border: 2px solid #DBDBDB;
    position: relative;
    padding: 30px;
    margin: 20px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#local-map {
    margin-top: 20px;
}

.form-control {
    background-color: #EDEDED;
    font-size: 15px;
    padding: 5px 12px;
    height: 40px;
}

.states-map .loader,
.local-name-map .loader-local {
    position: absolute;
    display: block;
    margin: 5px 45%;
}

.logo-movil svg {
    width: 110px;
}

@media (max-width: 900px) {

    .container-home,
    .bg-responsive,
    .bg-caracteristicas-items,
    .bg-planes,
    .bg-responsive,
    .bg-content,
    .bg-custom-item,
    .template-img-bottom,
    .bg-design,
    .bg-card-design,
    .bg-card-template {
        padding: 25px;
    }

    .bg-caracteristicas-items,
    .bg-planes,
    .bg-custom-item,
    .bg-card-design {
        display: inline-block;
    }
	
	.bg-banner-contact {
		background-image: none;
	}
	
	.bg-form-contact {
		padding: 25px;
		margin: 0px;
		background: beige;
	}

	.bg-form-contact h3 {
		font-size: 18px;
	}
	
	.wrapper-breadcrumb {
		height: 0px !important;
	}
	
	.row-text-red {
		padding-top: 5px;
		font-size: 15px;
	}

    .title-initial {
        font-size: 40px;
        line-height: 33px;
    }

    .btn-red {
        padding: 6px 12px;
        width: auto;
    }

    .title_regular {
        margin: 45px 0px 2px 0px;
        line-height: 23px;
        font-size: 22px;
    }

    .card {
        padding: 0px;
    }

    .card-plan,
    .card-custom {
        margin-bottom: 20%;
    }

    .container-feacture {
        padding: 10% 0%;
        text-align: center;
    }

    .feacture-title {
        margin: 0px 0px 15px 0px;
        font-size: 40px;
        line-height: 35px;
    }

    .custom-title {
        margin: 0px 0px 15px 0px;
        font-size: 30px;
    }

    .custom-text {
        font-size: 18px;
        max-width: 400px;
    }

    .bg-custom {
        background-size: cover;
        padding: 25px 25px 200px;
        background-position: bottom;
    }

    .card-custom-title {
        margin: 10px auto 0px;
        font-size: 20px;
    }

    .container-home {
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    }

    .padding-title-initial {
        padding: 50px 0px;
        text-align: center;
    }

    .icon-movil img {
        width: 35px;
        height: 35px;
    }

    .text-header-movil {
        color: #fff;
        font-size: 18px;
        margin: 5px;
    }

    .design-title {
        font-size: 30px;
    }

    .design-img {
        width: -webkit-fill-available;
        padding: 20px 0px;
    }

    .card-design {
        padding: 0px 10px 20px;
    }

    .card-design-title {
        font-size: 30px;
    }

    .card-template h3 {
        font-size: 15px;
    }

    .card-pages {
        padding: 0px;
    }

    img.wp-image {
        top: 25px;
    }

    .header-movil {
        margin: 10px auto;
        width: 100%;
    }

        .header-movil .btn-menu {
            font-size: 25px;
            width: 35px;
            height: 35px;
            line-height: 20px;
        }
}

@media (min-width: 767px) and (max-width: 900px) {
}

@media (max-width: 767px) {
    .container-maps {
        padding: 20px 0;
    }

    h2 {
        width: 100%;
        font-size: 28px;
    }

    .pre-footer {
        background-image: none !important;
    }

    .custom-text {
        font-size: 13px;
    }

    .bg-custom {
        background-size: contain;
        padding: 25px 25px 100px;
        background-position: bottom;
    }

    .bg-caracteristicas-items,
    .bg-planes,
    .bg-custom-item {
        display: block;
    }

    .bg-card-design,
    .bg-pages {
        text-align: center;
    }

    .content-template,
    .bg-pages,
    .bg-card-template .col-lg-12 {
        padding: 0px;
    }
}

.header-movil span.fa.fa-bars {
    color: #003075;
}

.solicitala {
    position: relative;
    width: 100%;
    height: 400px;
    background: #FF9943;
    transform: skew(0deg, -2deg);
    margin-top: 10px;
}

    .solicitala .container {
        transform: skew(0deg, 2deg);
        background-image: url('/files/tarjeta/solicitala.png');
        background-position: left;
        background-repeat: no-repeat;
        height: 400px;
    }

    .solicitala .main-solicita {
        color: #ffffff;
        margin-top: 10%;
    }

    .solicitala .title-solicita {
        font-weight: bold;
        font-size: 40px;
    }

    .solicitala .content-solicita {
        font-size: 25px;
    }

    .solicitala p {
        position: absolute;
        top: 120px;
        left: 400px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        width: 600px;
        height: 61px;
    }

    .solicitala a {
        padding: 5px 10px;
        margin-top: 20px;
    }

        .solicitala a .fa,
        .section-tarj a .fa {
            margin-left: 15px;
        }

    .solicitala p span {
        font-size: 25px;
        color: #fff;
        display: inline-block;
    }

/*points*/
.content-points {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .content-points .background-gray {
        background-color: #DCDCDC;
        padding: 15px 10px;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        margin-left: 0;
        margin-right: 0;
    }

#points-form label {
    font-size: 20px;
    margin-top: 5px;
    padding-left: 30px;
}

#btn-getPoints {
    height: 40px;
    padding: 0 50px;
    font-size: 15px;
}

.detail-points-content {
    display: none;
    background-color: #EEEEEE;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

#detail-points .box-points {
    background-color: #ffffff;
    padding: 15px 20px;
    border-right: solid 1px #E8E4D7;
    border-left: solid 1px #E8E4D7;
    border-bottom: solid 1px #BAB7AC;
    min-height: 150px;
}

.total-points-logo {
    background: url(/files/puntos-mas/total-points-logo.png) no-repeat;
    min-height: 140px;
    min-height: 140px;
    position: absolute;
    top: 5px;
    left: 25px;
    width: 145px;
}

.content-total-points {
    border: 3px solid #E91B2B;
    margin-left: 70px;
    min-height: 119px;
    padding-left: 60px;
}

    .content-total-points .title-box {
        font-weight: bold;
        font-size: 16px !important;
        margin-top: 30px;
    }

    .content-total-points .TotalPoints {
        color: #E91B2B;
        font-size: 60px;
        font-weight: bold;
        margin-top: 8px;
        text-align: center;
    }

.box-points .title-box {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
}

.content-expire-points {
    background: url(/files/puntos-mas/masito-points-logo.png) no-repeat;
    padding-left: 90px;
    padding-right: 0;
    font-weight: bold;
    font-size: 60px;
    background-position: 10px;
    min-height: 85px;
    text-align: center;
}

.content-expiration-points {
    background: url(/files/puntos-mas/expiration-points-logo.png) no-repeat;
    padding-left: 80px;
    padding-right: 0;
    font-weight: bold;
    font-size: 30px;
    background-position: 10px;
    min-height: 85px;
    text-align: center;
    text-transform: capitalize;
}

/* Herramientas */
.bloque-herramienta {
    height: 270px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    width: 90%;
    margin: 10px auto;
}

.title-herramienta {
    color: #003075;
    font-family: Carnas Regular;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding: 10px 0px;
}

.icon-herramientas {
    height: 80px;
    width: 80px;
    margin: 15px auto;
}

.description-herramienta {
    color: #333333;
    font-family: Carnas;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    padding: 10px;
}

@media (max-width: 991px) {
    .cifras-counter {
        width: auto;
    }

    .padding-150-top {
        top: 0px !important;
        position: relative;
    }

    #points-form .fieldset {
        padding-bottom: 15px;
    }

    #detail-points .box-points {
        margin-bottom: 20px;
    }

    #contentMenuMovil ul,
    #contentLoginMovil ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
        z-index: 3;
        position: relative;
    }

    #contentMenuMovil li,
    #contentLoginMovil li {
        list-style: none;
        height: 50px;
        padding-top: 10px;
        background: #FFFFFF;
        border-top: 1px solid #FFFFFF;
    }

    .navbar-white {
        background: #FFFFFF;
    }

    .line-movil {
        border-top: 2px solid #E5E5E5 !important;
        width: 90%;
        margin: auto;
        height: 5px !important;
    }

    li.content-line-movil {
        height: 30px !important;
    }

    span.lock {
        padding-right: 5px;
        top: 1px;
        position: relative;
    }

    #contentLoginMovil li {
        border-top: 1px solid #484848 !important;
        padding-left: inherit;
        margin: auto;
    }

        #contentMenuMovil li a,
        #contentLoginMovil li a {
            list-style: none;
            margin: 0 20px;
            font-size: 20px;
        }

    .navbar-red .menu-principal-mobile .active {
        background-color: #90111B !important;
    }

    .btn-contentMenuMovil[aria-expanded="true"] .fa:after {
        content: "";
        background-color: #FFFFFF;
        width: 50px;
        height: 28px;
        position: absolute;
        top: 55px;
        margin-left: -37px;
    }

    .btn-contentLoginMovil[aria-expanded="true"] .icon-user:after {
        content: "";
        background-color: #353535;
        width: 50px;
        height: 28px;
        position: absolute;
        top: 55px;
        margin-left: -25px;
    }

    .section-mision .container,
    .section-vision .container,
    .section-valores .container {
        background: none;
    }

    .panel-title > a {
        font-size: 16px;
    }

    .block-news img {
        max-width: 60px;
    }

    .wrapper-steps .item-step:not(:last-child) .number-step::after {
        content: none !important;
    }

    .container-flag {
        top: 42%;
    }

    .content-flag-detail {
        top: 21%;
    }

    .img-flag-big {
        height: 49px;
        width: 242px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 12px 0px;
    }

    .img-flag-middle {
        height: 45px;
        width: 196px;
        top: 5px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .img-flag-short {
        height: 21px;
        width: 106px;
        top: 10px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .text-title-center {
        font-size: 15px;
        font-weight: bold;
        line-height: 25px;
    }

    table.historical-points thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    table.historical-points tr {
        border: 2px solid #ccc;
        border-bottom: 0;
    }

        /* Leave a space between table rows */
        table.historical-points tr + tr {
            margin-top: 1.5em;
        }

    /* Get table cells to act like rows */
    table.historical-points tr,
    table.historical-points td {
        display: block;
    }

    table.historical-points td {
        border: none;
        border-bottom: 2px solid #ccc;
        /* Leave a space for data labels */
        padding-left: 50%;
    }

    table.tableinside td {
        padding-left: 0;
        text-align: center;
    }

    /* Add data labels */
    table.historical-points td:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
    }

    table.historical-points {
        text-align: left;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: auto !important;
    }

    .navbar-white {
        height: auto;
    }

    .footer-padding {
        padding: 32px 0px 0px 0px;
    }

    .col-divisor {
        width: 90%;
        margin: auto;
    }

    .content-line-icon {
        width: auto;
        float: left;
        margin: 0px 5px;
    }

    .content-line {
        width: 45%;
        float: left;
    }
}

/*points history table*/
table.historical-points {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    table.historical-points th {
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border: 2px solid #eee;
        background-color: #535353 !important;
    }

    table.historical-points th,
    table.historical-points td {
        line-height: 1.5;
        border: 2px solid #eee;
        padding: 9px 6px;
        font-weight: bold;
    }

    table.historical-points td {
        text-transform: capitalize;
        background-color: #D6D6D6;
    }

.total-history-points {
    background-color: #e91c2b;
    text-align: center;
    max-width: 230px;
    position: relative;
    float: right;
    margin: 10px;
    padding: 10px 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    min-width: 230px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.awards-container {
    background-color: #ffffff;
    padding: 15px 20px;
    border-right: solid 1px #E8E4D7;
    border-left: solid 1px #E8E4D7;
    border-bottom: solid 1px #BAB7AC;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .awards-container .container-products {
        margin: 10px;
        text-align: center;
        min-height: 40px;
        border-left: 1px solid #d6d6d6;
        padding-left: 20px;
    }

.owl-item:first-child .container-products {
    border-left: 0 !important;
}

.awards-container .owl-carousel .owl-item img {
    min-height: 173px !important;
}

.container-products .item-title {
    font-weight: bold;
    font-size: 12px;
    min-height: 40px;
    margin-top: 10px;
}

.awards-container .message-no-awards {
    text-align: center;
    font-weight: bold;
}

.item-total-points {
    background-color: #e91c2b;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px;
    margin-top: 10px;
}

.item-statistical {
    font-size: 12px;
    margin-top: 10px;
}

.awards-container .owl-theme .owl-controls .owl-buttons div {
    color: #d6d6d6 !important;
}

.owl-controls .owl-pagination .owl-page.active span,
.owl-controls .owl-pagination .owl-page.active:hover span {
    height: 16px;
    width: 16px;
    background-color: #21C6FC;
}

.owl-theme .owl-controls .owl-page span {
    height: 16px !important;
    width: 16px !important;
}

.owl-theme .owl-controls .owl-page {
    background: none !important;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: relative !important;
    top: -80px !important;
}

.awards-container .owl-controls .owl-buttons > div.owl-prev {
    left: -30px !important;
    color: #c5c5c5 !important;
    margin-top: -20px;
}

.awards-container .owl-controls .owl-buttons > div.owl-next {
    right: 0 !important;
    color: #c5c5c5 !important;
    margin-top: -20px;
}

/* Stack rows vertically on small screens */
@media (max-width: 30em) {

    /* Hide column labels */
    table .historical-points thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    table.historical-points tr {
        border: 2px solid #ccc;
        border-bottom: 0;
    }

        /* Leave a space between table rows */
        table.historical-points tr + tr {
            margin-top: 1.5em;
        }

    /* Get table cells to act like rows */
    table.historical-points tr,
    table.historical-points td {
        display: block;
    }

    table.historical-points td {
        border: none;
        border-bottom: 2px solid #ccc;
        /* Leave a space for data labels */
        padding-left: 50%;
    }

        /* Add data labels */
        table.historical-points td:before {
            content: attr(data-label);
            display: inline-block;
            font-weight: bold;
            line-height: 1.5;
            margin-left: -100%;
            width: 100%;
        }
}

/* Stack labels vertically on smaller screens */
@media (max-width: 30em) {
    table.historical-points td {
        padding-left: 0.75em;
    }

        table.historical-points td:before {
            display: block;
            margin-bottom: 0.75em;
            margin-left: 0;
        }
}

/* Stack labels vertically on smaller screens */
@media (max-width: 30em) {
    table.historical-points td {
        padding-left: 0.75em;
    }

        table.historical-points td:before {
            display: block;
            margin-bottom: 0.75em;
            margin-left: 0;
        }
}

/*Mobile home*/
@media(max-width: 320px) {
    .navbar-grey .navbar-brand {
        width: 55% !important;
    }

    .buttons-lg a {
        white-space: normal !important;
        font-size: 13px;
    }

    .section-provider li a {
        max-width: 125px !important;
    }

    .total-points-logo {
        background-size: 100px;
    }

    .content-total-points {
        margin-left: 30px;
    }

    .footer-social li {
        margin: 0px 5px 0 0 !important;
    }
}

@media (max-width : 380px) {
    .section-home .title-red {
        font-size: 28px;
        color: #E91C2B;
        border-bottom: solid 2px #E91C2B;
        font-weight: bold;
    }

    .section-home .subtitle-grey,
    .section-card .text-tarjeta {
        font-size: 20px;
    }

    .section-business .text-25 {
        font-size: 15px;
    }

    .section-home .text {
        font-size: 15px;
    }

    .section-card .title-white,
    .section-business .title-white,
    .section-job .title-red,
    .section-grey .title-red,
    .section-white .title-red {
        font-size: 28px !important;
    }

    .section-job .title-black {
        font-size: 28px;
        margin: inherit;
        font-weight: bold;
        padding-top: 120px;
    }

    .section-grey .title-black,
    .section-dark-grey .title-black,
    .section-provider .title-white {
        font-size: 28px;
        margin: inherit;
        font-weight: bold;
    }

    .section-job .text-25 {
        font-weight: bold;
        font-size: 18px;
    }

    .section-social .text-25 {
        font-size: 20px;
    }

    .btn-white {
        width: 100%;
        margin-top: 10px;
        padding: 5px;
    }

    .section-provider {
        background: #E51C2A !important;
    }

        .section-provider li {
            padding: 10px;
        }

            .section-provider li a {
                min-height: 170px;
                max-width: 145px;
                font-size: 13px;
            }

    .section-sites .subtitle,
    .row-tarj .subtitle {
        font-size: 12px !important;
        padding: 10px 10px 10px 40px;
    }

        .section-sites .subtitle.tienda,
        .row-tarj .subtitle.enlinea,
        .row-tarj .subtitle.facturas,
        .row-tarj .subtitle.kioskos {
            background-position: 10px;
            background-size: 12%;
        }

    .row-tarj a {
        font-size: 15px;
    }

    .section-sites .subtitle.app {
        padding: 10px 10px 10px 60px;
        background-position: 10px;
        background-size: 25%;
    }

    .section-sites .subtitle.locales {
        background-position: 13px;
        background-size: 12%;
    }

    .section-sites .subtitle.cupones {
        background-position: 13px;
        background-size: 15%;
    }

    .section-sites .text {
        font-size: 12px;
    }

    .footer-social {
        float: none !important;
        display: block;
        text-align: center;
    }

        .footer-social ul {
            width: 100%;
            padding-left: 0;
        }

        .footer-social li {
            margin: 0px 10px 0 0;
            float: none;
            display: inline-block;
        }
}

@media (max-width : 767px) {

    .section-social .title-black,
    .section-consumer .title-black {
        font-size: 28px;
        margin: initial;
        width: 100%;
        font-weight: bold;
    }

    .section-home {
        background: url(/files/nuestra-empresa/bg-mobile-empresa.jpg) no-repeat top;
        background-size: 100%;
        background-position: 0 -18%;
    }

    #owl-home .owl-controls .owl-buttons {
        display: none;
    }

    .section-sites .row > div {
        padding: 0 10px;
    }

    .section-consumer .row > div.radio-mobile {
        min-height: inherit;
    }

    .internal-template .box-white .box {
        margin: 10px auto;
        width: 90%;
    }

    .banner {
        display: grid;
        padding-bottom: 20px;
        background: none;
        min-height: 340px;
    }

        .banner .content {
            margin-top: 20px;
            text-align: center;
        }

        .banner .button {
            min-height: auto;
            margin-top: 20px;
        }

    .banner-red .content-red span {
        color: #fff;
        font-size: 40px;
    }

    .requisito .requisito-title {
        font-size: 30px;
    }

    .solicitala .container {
        background-image: none;
    }

    .solicitala {
        height: 300px;
    }

    /* responsive swp*/
    .navbar-blue {
        height: auto;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.11);
    }

    .logo-movil {
        padding-left: 3%;
    }

    .banner-home {
        position: relative;
        top: 0px;
        z-index: -1;
        height: auto;
    }

    .pre-footer {
        height: auto;
    }

        .pre-footer .container {
            height: auto;
        }

    .bloque-contacto-ciudad {
        padding: 10px 0px;
    }

    .padding-footer {
        padding-top: 0px;
    }

    .banner-home img {
        width: 100%;
    }

    .owl-pagination {
        display: none;
    }

    .itSignature-social {
        padding-left: 0px;
        padding-right: 5px;
        padding-top: 5px;
    }

    .container-swp-cifras {
        overflow: auto;
        white-space: normal;
    }

    .pre-footer-height {
        min-height: 205px;
    }

    .col-sm-12.col-md-7.text-contacto.padding-footer {
        text-align: center;
        padding: 15px 0px;
    }

    .col-sm-12.col-md-5.text-contacto.padding-footer {
        width: max-content;
        margin: auto;
    }

    .content-corp-item {
        overflow: auto;
        white-space: normal;
    }

    .content-ind-item {
        overflow: auto;
        white-space: normal;
    }

    .content-ind {
        padding: 0px 15px;
    }

    .item-corp {
        height: 455px;
        width: 90%;
        margin: 10px 10px 10px 0px;
    }

    .text-counter-xs {
        width: 165px;
    }

    .text-counter {
        width: 126px;
    }

    .svg-cifras {
        width: 170px;
        float: left;
    }

    .containerSolutionsCategories {
        width: 100%;
    }

    .tittle-top {
        text-align: center;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 44px;
    }

    .detail-top {
        display: none;
    }

    .autor-top {
        display: none;
    }

    .intro-corporativo {
        padding: 15px 0px !important;
    }

    .nuestros-clientes-detail .detail-top {
        display: block;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        padding: 10px;
    }

    .tittle-aseguradoras {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 43px;
        text-align: center;
    }

    .image-bn img {
        width: 100px;
        height: auto;
    }

    .containerSolutionsCategories {
        width: auto !important;
        text-align: left !important;
        padding: 15px;
    }

    .containerSolutionsIndDetail {
        height: auto !important;
    }

    .description-herramienta {
        text-align: left;
        padding: 0px;
    }

    .title-herramienta {
        text-align: left;
        font-size: 22px;
        padding: 0px;
    }

    .bloque-herramienta {
        height: auto;
        min-height: 100px;
    }

    .icon-herramientas {
        margin: 15px 0px;
        float: left;
    }

    .content-flag-detail {
        position: relative;
        float: right;
        top: -35px;
    }

    .img-flag-big-right {
        height: 16px;
        width: 55px;
    }

    .img-flag-middle-right {
        height: 14px;
        width: 46px;
        top: 20px;
    }

    .img-flag-short-right {
        height: 7px;
        width: 24px;
        top: 38px;
    }
}

@media (max-width : 991px) {
    .last-news-center {
        display: inherit;
        align-items: center;
        justify-content: center;
    }

    .section-consumer .box a {
        color: #ffffff !important;
    }

    /*swp responsive*/
    .banner-home {
        position: relative;
        top: 0px;
        z-index: -1;
        height: auto;
    }

    .container-wps-cifras {
        overflow: auto;
        white-space: normal;
    }

    .content-corp-item-col {
        width: max-content;
    }

    .navbar-blue {
        height: auto;
    }

    #contentMenuMovil ul,
    #contentLoginMovil ul {
        margin: 0px 0 0 0;
        background: #ffffff;
    }

    .line-movil {
        border-top: 2px solid #E5E5E5 !important;
        width: 90%;
        margin: auto;
        height: 5px !important;
    }

    li.content-line-movil {
        height: 30px !important;
    }

    .pre-footer {
        height: auto;
    }

    .bloque-contacto-ciudad {
        padding: 10px 0px;
    }

    .itSignature-social {
        padding-left: 0px;
        padding-right: 5px;
        padding-top: 5px;
    }

    .pre-footer-height {
        min-height: 205px;
    }

    .col-sm-12.col-md-7.text-contacto.padding-footer {
        text-align: center;
        padding: 15px 0px;
    }

    .col-sm-12.col-md-5.text-contacto.padding-footer {
        width: max-content;
        margin: auto;
        float: initial;
    }

    .item-ind {
        margin: 10px 10px 10px 0px;
        width: 200px;
    }

    .content-corp-item {
        overflow: auto;
        white-space: normal;
    }

    .content-ind-item-col {
        width: max-content;
    }

    .content-ind-item {
        overflow: auto;
        white-space: normal;
    }

    .content-ind {
        padding: 0px 15px;
    }

    .item-corp {
        height: 455px;
        width: 250px;
        margin: 10px 10px 10px 0px;
    }

        .item-corp img {
            width: 250px;
        }

    .col-xs-cifras {
        float: left;
        width: 180px;
        padding-left: 15px;
    }

    .col-xs-cifras-ultimate {
        width: 182px;
        float: left;
    }

    .text-counter-xs {
        width: 165px;
    }

    .text-counter {
        width: 126px;
    }

    .svg-cifras {
        width: 200px;
        float: left;
    }

    /* wps corporativo */
    .item-corp-category img {
        width: 324px !important;
        height: auto !important;
    }

    .item-corp-category {
        height: auto !important;
        width: 324px !important;
        margin: auto !important;
    }

    .item-rectangle-category {
        left: 60% !important;
        height: 13px !important;
        width: 90px !important;
        border-radius: 10px !important;
    }

    .internal-template h2 {
        top: 0px !important;
        width: auto !important;
        padding: 30px 10px !important;
        z-index: 1;
    }

    a.firstTitle {
        float: inherit !important;
        color: #1E1E1E !important;
        font-size: 34px !important;
        letter-spacing: 0 !important;
        line-height: 44px !important;
        text-align: center !important;
    }

    a.firstSecond {
        float: inherit !important;
        color: #1E1E1E !important;
        font-size: 44px !important;
        font-weight: bold !important;
        letter-spacing: 0 !important;
        line-height: 52px !important;
        text-align: center !important;
    }

    .intro-corporativo {
        color: #7D7D7D !important;
        font-size: 22px !important;
        line-height: 31px !important;
        text-align: center !important;
        width: 90% !important;
        margin-bottom: 25px !important;
    }

    .item-button-corp-category {
        height: auto !important;
        width: auto !important;
        border-radius: 9px !important;
        font-size: 21px !important;
        line-height: 27px !important;
        padding: 10px 0px !important;
    }

    .item-content-corp-category {
        line-height: 20px !important;
        height: auto !important;
        top: -235px;
    }

    .content-corp-category {
        margin: auto !important;
        position: relative !important;
        height: 1060px !important;
        width: 90% !important;
    }

    a.link-interno-corporativo {
        white-space: break-spaces;
    }

    .item-button-corp-category[aria-expanded="true"] {
        top: -200px;
    }

    .col-xs-cifras {
        padding-left: 15px;
    }

    .row-swp-cifras {
        width: 1200px;
        top: 0px !important;
    }

    .sitemap {
        margin: 0px 30px 0px 30px;
        overflow: hidden;
        color: #e91b2b;
        width: 100%;
        float: none;
    }
}

@media (min-width: 1920px) and (min-width: 1660px) {
    .pre-footer .container {
        width: 100%;
        padding-right: 0px;
    }

    .container.container-swp-cifras.aos-init.aos-animate {
        width: 90%;
    }

    .content-flag-detail {
        top: 54%;
    }
}

@media (max-width: 1659px) and (min-width: 1367px) {
    .pre-footer .container {
        width: 100%;
    }

    .container.container-swp-cifras.aos-init.aos-animate {
        width: 90%;
    }

    .content-flag-detail {
        top: 62%;
    }
}

@media (max-width : 1200px) {

    .banner .img,
    .banner .img-international {
        margin-top: 20px;
    }

    .banner .img-cont {
        float: none;
        position: relative;
        top: initial;
        left: initial;
    }

    .banner .content-cont {
        height: auto;
        width: 100%;
        float: none;
        position: relative;
        top: initial;
        left: initial;
        font-size: 25px;
    }

    .banner-red {
        width: 100%;
        height: 245px;
        border-radius: 5px;
        background-image: url(/files/hazte-proveedor/hazte-proveedor-lineamientos.png);
        background-color: #999;
        background-position: right;
        background-repeat: no-repeat;
        display: block;
        margin-top: 48px;
        position: relative;
        margin-bottom: 47px;
    }
}

@media (min-width : 992px) {
    .section-consumer .btn.btn-grey.btn-lg {
        background-color: transparent;
        border-color: transparent;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
        box-shadow: none;
        text-decoration: underline !important;
        padding: 0;
        text-align: left;
    }
}

@media (max-width: 991px) and (min-width: 750px) {
    .container-flag {
        top: 60%;
    }
}

@media (max-width: 540px) and (min-width: 321px) {
    .section-sites .row > div {
        min-height: 320px;
    }
}

@media (max-width: 360px) {
    .soluciones a {
        margin: auto;
    }

    .content-flag-detail {
        display: none;
    }

    .counter-add {
        font-size: 34px;
    }

    .counter {
        font-size: 50px;
    }

    .counter-before {
        font-size: 34px;
    }
}

/*ticker-band*/
#ticker-band {
    background-color: #FFCC00;
    text-align: center;
    padding: 9px;
    font-size: 16px;
}

    #ticker-band a {
        text-decoration: underline;
        color: #333;
    }

/*form-subscription*/
#form-subscription .form-control {
    width: 70%;
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
    padding-left: 10px;
    height: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline;
    border: 0px inset;
}

#form-subscription #send-subscription {
    margin-top: -5px;
    font-size: 14px;
    font-weight: normal;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    width: 27%;
    padding: 8px 0px;
    margin-left: -5px;
}

iframe {
    max-width: 100%;
}

/* sidebar */
.sidebar {
    position: fixed;
    z-index: 777;
    top: 25%;
    right: 0px;
}

    .sidebar ul {
        top: 20%;
        margin: 0px;
        padding: 0px;
    }

        .sidebar ul li {
            list-style: none;
            margin: 0 0 10px 0;
        }

            .sidebar ul li a {
                display: block;
                min-height: 51px;
                background-color: #dcdcdc;
                padding: 10px 10px 10px 15px;
                -webkit-border-top-left-radius: 40px;
                -webkit-border-bottom-left-radius: 40px;
                -moz-border-radius-topleft: 40px;
                -moz-border-radius-bottomleft: 40px;
                border-top-left-radius: 40px;
                border-bottom-left-radius: 40px;
            }

                .sidebar ul li a:hover {
                    background-color: #bbb;
                }

#form-contact .country-list,
#form-contact #Country {
    text-transform: uppercase;
}

.cols-tarjeta-mas {
    margin: 50px 0 0 0;
}

    .cols-tarjeta-mas h4 {
        font-size: 25px;
        color: #5FAC31;
        display: block;
        text-align: center;
    }

    .cols-tarjeta-mas .text {
        margin-bottom: 20px;
    }

        .cols-tarjeta-mas .text strong {
            font-size: 14px;
        }

        .cols-tarjeta-mas .text > div {
            padding-left: 50px;
            font-size: 11px;
        }

        .cols-tarjeta-mas .text img {
            float: left;
        }

    .cols-tarjeta-mas .description {
        display: block;
        text-align: center;
    }

.img-round {
    border-radius: 10px;
    max-width: 300px;
    margin: 20px 0 40px 0;
}

.item-tittle-individual {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
}

.item-content-individual {
    color: #333333 !important;
    font-family: Carnas !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    line-height: 16px !important;
    padding-top: 10px !important;
}

.containerSolutionsInd {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.containerSolutionsIndDetail {
    padding: 24px;
    border-radius: 16px;
    background-color: #FFFFFF;
    position: relative;
    margin-top: -60px;
    height: 150px;
}

.nuestros-asesores-es {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 22px !important;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-bottom: 19px;
}

.bnt-solicitar {
    height: 52px;
    width: 215px;
    border-radius: 5px;
    background-color: #21C6FC;
    padding-top: 11px;
}

.label-solicitar {
    color: #FFFFFF;
    font-family: Carnas Regular;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}

.IconContainer {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -35px;
    margin-right: 20px;
}

.expose {
    box-sizing: border-box;
    border: 1px solid #003075;
    border-radius: 8.5px;
    background-color: #FFFFFF;
    color: #333333;
    font-family: Carnas;
    font-size: 11px;
    letter-spacing: -0.64px;
    line-height: 14px;
    text-align: center;
    height: 19px;
    width: 40px;
    padding: 1px;
    position: relative;
    top: -75px;
    left: 37px;
}

.TitleForm {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
}

.TextForm {
    color: #222222;
    font-family: Carnas;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
}

.TitleField {
    color: #222222;
    font-family: Carnas;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    padding-bottom: 5px;
}

.FieldInputText {
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.SubTitleForm {
    color: #333333;
    font-family: Carnas;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.TextFieldInputCheck {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.32px;
    line-height: 22px;
}

/*loading*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #21C6FC;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*Fin loading*/
.field-validation-error .span {
    color: #F54B5E;
    font-family: Carnas;
    letter-spacing: 0.21px;
    line-height: 14px;
}

.title-blue {
    color: #003075;
    font-family: Carnas Regular;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    margin-bottom: 25px;
}

.sub-title {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.wrapper-steps .item-step {
    min-height: 150px;
    margin-bottom: 20px;
}

    .wrapper-steps .item-step .number-step {
        padding: 20px 20px;
        height: 70px;
        width: 70px;
        border-radius: 14px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        color: #191919;
        font-family: "Univia Pro";
        font-size: 28px;
        font-weight: 900;
        letter-spacing: -0.03px;
        line-height: 34px;
        text-align: center;
    }

    .wrapper-steps .item-step:not(:last-child) .number-step::after {
        content: "";
        height: 15px;
        border-bottom: 2px dashed #E3E3E3;
        width: 50%;
        position: absolute;
        left: 74%;
    }

    .wrapper-steps .item-step .text-step {
        color: #333333;
        font-family: Carnas Regular;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 19px;
        text-align: center;
        margin-top: 20px;
    }

.CloseModalCustom {
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 15px;
    z-index: 99999;
}

.ContainerPorqueNosEligen {
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .ContainerPorqueNosEligen .itemPorqueNosEligen {
        min-height: 276px;
        border-right: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
    }

    .ContainerPorqueNosEligen .PorqueNosEligenImg {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .ContainerPorqueNosEligen .PorqueNosEligenText {
        color: #003075;
        font-family: Carnas Regular;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 23px;
        padding-right: 23px;
    }

.iconPorqueNosEligen {
    font-size: 40px;
    color: #003075;
    bottom: 0;
    position: absolute;
    left: 45%;
    cursor: pointer;
}

.PorqueNosEligenTextDetail {
    color: #333333;
    font-family: Carnas;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: left !important;
    position: absolute;
    top: 35%;
    padding-right: 15px;
}

.iconPorqueNosEligenDetail {
    font-size: 40px;
    color: #003075;
    top: 0;
    position: absolute;
    left: 45%;
    cursor: pointer;
}

.DetailPorqueNosEligen {
    display: none;
}

@media (max-width: 992px) {
    .FullContainerPorqueNosEligen {
        padding-left: 12%;
        padding-right: 11%;
    }
}

.container-PolicyMedical {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 24px;
    border-radius: 16px;
    background-color: #FFFFFF;
    position: relative;
    min-height: 180px;
    margin-bottom: 45px;
}

.icon-policy {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    display: inline-block;
    color: #FFFFFF;
    font-family: "Univia Pro";
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03px;
    line-height: 30px;
    text-align: center;
    border: 4px solid #003075;
    background-color: #21c6fc;
    padding-top: 17px;
    margin-right: 15px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.icon-policy-massive {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    display: inline-block;
    color: #003075;
    font-family: "Univia Pro";
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03px;
    line-height: 30px;
    text-align: center;
    border: 4px solid #865DBD;
    background-color: #ffffff;
    padding-top: 17px;
    margin-right: 15px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.modal-content .icon-policy-massive {
    position: relative;
    margin-right: 0;
    top: 0;
    left: 0;
    display: block;
}

.item-tittle-policy {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    padding-left: 80px;
}

.item-content-policy {
    color: #333333;
    font-family: 'Carnas Regular';
    font-size: 13px !important;
    letter-spacing: 0;
    line-height: 17px;
    padding-top: 15px;
}

.wrapperPolicy {
    margin-bottom: 50px;
}

.modal-content .icon-policy {
    position: relative;
    margin-right: 0;
    top: 0;
    left: 0;
    display: block;
}

.modal-content .item-tittle-policy {
    padding: 0;
    margin-top: 15px;
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
}

.wrapperPolicy .modal-header {
    border-bottom: 0;
}

.wrapperPolicy button.close {
    position: absolute;
    right: 0;
    top: 20px;
}

.modal-policymedical .title {
    color: #003075;
    font-family: Carnas;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.modal-policymedical .content {
    color: #222222;
    font-family: 'Carnas';
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
}

.modal-policymedical .content-detail {
    margin-bottom: 20px;
    font-family: 'Carnas';
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
}

.modal-policymedical ul li {
    color: #222222;
    font-family: 'Carnas';
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 10px;
}

.container-PolicyMedical {
    cursor: pointer;
}

.item-tittle-modal {
    color: #1E1E1E;
    font-family: Carnas;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.modal .containerModal {
    padding-left: 20px;
    padding-right: 20px;
}

.title-modal-custom {
    color: #003075 !important;
    font-family: Carnas;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.detail-modal-custom,
.detail-modal-custom li {
    margin-top: 6px;
    color: #222222 !important;
    font-family: Carnas;
    font-size: 17px !important;
    letter-spacing: 0;
    line-height: 22px !important;
}

    .detail-modal-custom li {
        line-height: 18px !important;
    }

.modal-body {
    max-height: 580px;
    overflow-y: auto;
}

    .modal-body::-webkit-scrollbar {
        width: 8px;
        /* Tamaño del scroll en vertical */
        height: 8px;
        /* Tamaño del scroll en horizontal */
    }

    .modal-body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

        .modal-body::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

        .modal-body::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

.container-Individual {
    cursor: pointer;
}

.IconContainerModal {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    text-align: center;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.padding-100-top {
    top: -100px;
    position: relative;
}

.padding-150-top {
    top: -150px;
    position: relative;
}

/* Animation */
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInRigth {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRigth {
    -webkit-animation-name: fadeInRigth;
    animation-name: fadeInRigth;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

