.animate-up,
.bar,
.container,
.content,
.info,
.profile,
.profile-info,
.profile-list,
.profile-photo,
.profile-position,
.profile-preword,
.profile-title,
.progress-line,
.row,
.section,
.section-about,
.section-box,
.section-skills,
.section-smallpad,
.section-txt-btn,
.skill-bars,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

mark {
	padding-left: 10px;
	padding-right: 10px;
}

.inner-container {
	width: 100%;
	max-width: 1000px;
	overflow: visible;
	margin: 0 auto
}

.pagination {
	position: absolute !important;
	width: 100%;
	text-align: center;
	right: 0;
	padding: 0 0 0 0 !important;
	bottom: 30px;
	z-index: 999;
}

.pagination__item {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	font-size: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	margin: 0 5px;
	transition: 0.2s ease-in-out;
}
.pagination__item.is-current, .pagination__item:hover {
	background-color: #fff;
}
.container {
	position: relative;
	margin: 0 auto;
	/* NO LEFT PADDING FOR CONTROLS IS INCLUDED IN JAVASCRIPT LINE 48: let pagination = '<div class="pagination"><div class="container" style="padding: 0">'; */
}
@media (max-width: 980px) {
	.container {
		padding-right: 40px;
		padding-left: 40px;
   }
   .pagination__item {
		width: 40px;
		height: 40px;
		margin: 0 5px 0 5px
	}
	.pagination {
		padding: 0 0 30px 0 !important;
	}
	.slideshow__slide-caption-subtitle-label {
		font-size: 60px;
	}
	.slideshow__slide-caption-title {
		line-height: 1.2;
		max-width: 100% !important;
		margin-right: 0;
	}
	mark {
		padding: 0;
	}
}
@media (min-width: 981px) and (max-width: 1599px) {
	.container {
		padding-right: 7.5rem;
		padding-left: 7.5rem;
		max-width: 140rem;
   }
}
@media (min-width: 1600px) {
	.container {
		padding-right: 9.5625rem;
		padding-left: 9.5625rem;
		max-width: 144.125rem;
   }
}
.background-absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}
.slideshow {
	position: relative;
	color: #fff;
	background-color: #1e1e22;
	overflow: hidden;
	height: 100vh;
	min-height: 400px;
}
.slideshow__slide {
	visibility: hidden;
	transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
	visibility: visible;
	transition-delay: 0s;
}
@media (max-width: 699px) {
	.slideshow .slideshow__slide {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
   }
}
@media (min-width: 700px) {
	.slideshow .slideshow__slide {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
   }
}
.slideshow__slide-background-load-wrap {
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(0, 100%, 0);
	overflow: hidden;
}
.is-loaded .slideshow__slide-background-load-wrap {
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}
.slideshow__slide.is-prev .slideshow__slide-background-parallax, .slideshow__slide.is-next .slideshow__slide-background-parallax {
	transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow__slide-background-parallax, .slideshow__slide.is-next-section .slideshow__slide-background-parallax {
	transform: none !important;
}
.slideshow__slide-background-load {
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(0, -50%, 0);
}
.is-loaded .slideshow__slide-background-load {
	transform: translate3d(0, 0, 0);
}
.slideshow__slide-background-wrap {
	transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-background-wrap {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-background-wrap {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: none;
}
.slideshow__slide-background {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	transform: scale(1);
	overflow: hidden;
}
.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
	transform: scale(0.5);
	transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
	transform: scale(0.5);
	transition-delay: 0s;
	transition: none;
}
.slideshow__slide-image-wrap {
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
	transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-image-wrap {
	transform: translate3d(0, 50%, 0);
}
.slideshow__slide-image {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	transform: scale(1);
}
.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
	transform: scale(1.25);
	transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
	transform: scale(1.25);
	transition-delay: 0s;
	transition: none;
}
.slideshow__slide-image::before, .slideshow__slide-image::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.35;
}
.slideshow__slide-image::before {
	background-color: #1e1e22;
}
.slideshow__slide-image::after {
	background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}
.slideshow__slide.is-prev .slideshow_container, .slideshow__slide.is-next .slideshow_container {
	transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow_container, .slideshow__slide.is-next-section .slideshow_container {
	transform: none !important;
}
.slideshow__slide-caption-text {
	position: relative;
	height: 100%;
	padding-top: 33vh;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-caption-text {
	transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-caption-text {
	transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
	transform: translate3d(0, -100%, 0);
	transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-caption-text {
	transform: translate3d(0, 100%, 0);
	transition: none;
}
.slideshow__slide-caption {
	position: relative;
	height: 100%;
	transform: translate3d(0, 100%, 0);
	transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.is-loaded .slideshow__slide-caption {
	transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-title {
	line-height: 1.2;
	max-width: 80%;
}
@media (max-height: 500px) {
	.slideshow__slide-caption-title {
		margin-bottom: 0 !important;
   }
}
@media (max-width: 699px) {
	.slideshow__slide-caption-title {
		font-size: 40px;
		margin-bottom: 20px;
   }
	.slideshow.-full .slideshow__slide-caption-title {
		margin-bottom: 30px;
		
   }
}
@media (min-width: 700px) {
	.slideshow__slide-caption-title {
		font-size: 5.625rem;
		margin-bottom: 1.25rem;
   }
}
@media (min-width: 700px) and (max-width: 749px) {
	.slideshow__slide-caption-title {
		font-size: 4.375rem;
   }
}
@media (min-width: 1600px) {
	.slideshow__slide-caption-title {
		font-size: 6.25rem;
   }
}
.slideshow__slide-caption-title.-full {
	width: 100%;
}
.slideshow__slide-caption-subtitle {
	display: inline-block;
	padding: 1.875rem 0;
}
.slideshow__slide-caption-subtitle.-load {
	transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	-webkit-transform: translate3d(0, 3.75rem, 0);
	transform: translate3d(0, 3.75rem, 0);
}
.is-loaded .slideshow__slide-caption-subtitle.-load {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load, body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-subtitle-label {
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateZ(0);
	display: inline-block;
	font-size: 25px;
}
.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label, .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
	transform: translateX(20px);
}
button, .c-header-filters_button, .o-button {
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: none;
	color: inherit;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font: inherit;
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
button:hover, .c-header-filters_button:hover, .o-button:hover {
	text-decoration: none;
}
@media (min-width: 1200px) {
	body {
		overflow: visible;
		height: 100%;
   }
}
@media (min-width: 1200px) {
	.o-scroll {
		height: 100%;
   }
}
img, svg {
	max-width: 100%;
}
a, .o-link {
	color: #1a0dab;
	transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover, .o-link:hover {
	color: #13097c;
}
a.-normal, .o-link.-normal {
	color: currentColor;
	text-decoration: none;
}
a.-normal:hover, .o-link.-normal:hover {
	text-decoration: underline;
}
a.-blue:hover, .o-link.-blue:hover {
	text-decoration: none;
	color: #0084c0;
}
a.-hover, .o-link.-hover {
	position: relative;
	text-decoration: none;
	color: #fff;
}
a.-hover::after, .o-link.-hover::after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	border-bottom: 1px solid;
	transform: scaleX(0);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center left;
}
a.-hover:hover::after, .o-link.-hover:hover::after {
	transform: scaleX(1);
}
p {
	margin: 0;
}
.o-wrap {
	overflow: hidden;
}
.o-page.-anim {
	transform: translate3d(0, 9.375rem, 0);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-loaded .o-page.-anim {
	transform: translate3d(0, 0, 0);
}
.o-barba, .o-barba_container {
	height: 100%;
}
strong {
	font-weight: 700;
}
.js-parallax {
	transform: translateZ(0);
	will-change: transform;
}
.scroll-content {
	overflow: hidden;
}
.o-blockquote.-nomargin {
	margin: 0;
}
.o-action-link {
	display: block;
	padding-top: 12.8125rem;
	padding-bottom: 7.5rem;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}
@media (max-width: 699px) {
	.o-action-link {
		font-size: 40px;
		padding-top: 120px;
   }
}
@media (max-width: 1199px) {
	.o-action-link {
		color: #1e1e22;
   }
}
@media (min-width: 700px) {
	.o-action-link {
		font-size: 5.625rem;
   }
}
@media (min-width: 1200px) {
	.o-action-link {
		color: #fff;
   }
}
.o-action-link:hover {
	color: #fff;
}
.o-action-link_label {
	display: inline-block;
	position: relative;
}
.o-action-link_label::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 0.1875rem solid;
	transform: scaleX(0);
	transform-origin: center left;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-action-link:hover .o-action-link_label::after {
	transform: scaleX(1);
}
@media (max-width: 699px) {
	h1, .o-h1 {
		font-size: 26px;
   }
}
@media (min-width: 700px) {
	h1, .o-h1 {
		font-size: 60px;
   }
}
@media (min-width: 1600px) {
	h1, .o-h1 {
		font-size: 4.375rem;
   }
}
@media (max-width: 1599px) {
	h2, .o-h2 {
		font-size: 1.5625rem;
   }
}
@media (min-width: 1600px) {
	h2, .o-h2 {
		font-size: 2.25rem;
   }
}
.o-hsub {
	font-size: 0.75rem;
	padding: 1.25rem 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 500;
}
.o-hsub::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid;
	width: 2.5rem;
	background-color: #1e1e22;
	margin-right: 1.125rem;
	margin-bottom: 1rem;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center left;
}
.o-hsub.-link {
	color: #fff;
	text-decoration: none;
}
.o-hsub.-link:hover::before, .o-hsub-wrap:hover .o-hsub.-link::before {
	transform: scaleX(1.8);
}
.o-hsub.-link.-dark {
	color: #1e1e22;
}
.o-hsub.-link.-dark:hover {
	color: #1e1e22;
}
.o-hsub.-h {
	vertical-align: middle;
}
@media (max-width: 699px) {
	.o-hsub.-h {
		display: block;
		margin-top: 20px;
   }
}
@media (min-width: 700px) {
	.o-hsub.-h {
		margin-left: 2.5rem;
   }
}
.o-hsub_label {
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateZ(0);
	display: inline-block;
}
.o-hsub.-link:hover .o-hsub_label, .o-hsub-wrap:hover .o-hsub_label {
	transform: translateX(20px);
}
.is-loaded .o-loader {
	visibility: hidden;
	transition-delay: 0.6s;
}
.o-container {
	position: relative;
	margin: 0 auto;
}
@media (max-width: 699px) {
	.o-container {
		padding-right: 40px;
		padding-left: 40px;
   }
	.o-container.-small {
		padding-right: 20px;
		padding-left: 20px;
   }
}
@media (min-width: 700px) and (max-width: 1599px) {
	.o-container {
		padding-right: 7.5rem;
		padding-left: 7.5rem;
		max-width: 140rem;
   }
}
@media (min-width: 1600px) {
	.o-container {
		padding-right: 9.5625rem;
		padding-left: 9.5625rem;
		max-width: 144.125rem;
   }
}
.o-section {
	position: relative;
}
.o-section.-offset {
	margin-top: -9.375rem;
	background-color: #f6f6f6;
}
.o-section.-padding {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.o-section.-padding-top {
	padding-top: 7.5rem;
}
@media (max-width: 699px) {
	.o-section.-bottom {
		padding-bottom: 60px;
   }
}
@media (min-width: 700px) {
	.o-section.-bottom {
		padding-bottom: 7.5rem;
   }
}
.o-section.-left {
	margin-right: 15rem;
}
.o-section.-right {
	margin-left: 15rem;
}
.o-section.-left-large {
	margin-right: 22.5rem;
}
.o-section.-right.-padding {
	padding-left: 9.5625rem;
}
.o-section_image {
	position: relative;
	overflow: hidden;
}
.o-section_image.-small {
	padding-bottom: 57.144%;
}
.o-section_image.-large {
	padding-bottom: 55%;
}
.o-section_image.-padding-left {
	margin-left: 7.5rem;
}
.o-section_image.-left {
	margin-right: 15rem;
}
@media (max-width: 1599px) {
	.o-section_image.-left {
		margin-left: -7.5rem;
   }
}
@media (min-width: 1600px) {
	.o-section_image.-left {
		margin-left: -9.5625rem;
   }
}
.o-section_image.-right {
	margin-left: 15rem;
}
@media (max-width: 1599px) {
	.o-section_image.-right {
		margin-right: -7.5rem;
   }
}
@media (min-width: 1600px) {
	.o-section_image.-right {
		margin-right: -9.5625rem;
   }
}
.o-section_image img {
	width: 100%;
}
.o-grid {
	margin-left: 0;
	letter-spacing: normal;
	font-size: 0;
}
.o-grid.-margin {
	margin-left: -3.75rem;
}
.o-grid_item {
	display: inline-block;
	padding-left: 0;
	width: 100%;
	vertical-align: top;
	font-size: 1rem;
}
@media (max-width: 699px) {
	.o-grid_item.-button {
		width: 100%;
   }
}
@media (min-width: 700px) and (max-width: 999px) {
	.o-grid_item.-button {
		margin-bottom: 60px;
   }
}
@media (min-width: 1000px) {
	.o-grid_item.-button {
		width: 18.75rem;
   }
}
@media (max-width: 699px) {
	.o-grid_item.-button-content {
		margin-bottom: 30px;
   }
}
@media (min-width: 700px) and (max-width: 999px) {
	.o-grid_item.-button-content {
		margin-bottom: 60px;
   }
}
@media (min-width: 1000px) {
	.o-grid_item.-button-content {
		width: calc(100% - 18.75rem);
   }
}
.o-grid.-margin .o-grid_item {
	padding-left: 3.75rem;
}
@media (min-width: 700px) {
	.o-grid_item.-half {
		width: 50%;
   }
}
@media (min-width: 700px) and (max-width: 1199px) {
	.o-grid_item.-half.-large {
		width: 100%;
   }
}
@media (min-width: 700px) and (max-width: 999px) {
	.o-grid_item.-half.-medium {
		width: 100%;
   }
}
@media (min-width: 700px) and (max-width: 1199px) {
	.o-grid_item.-third {
		width: 50%;
   }
}
@media (min-width: 1200px) {
	.o-grid_item.-third {
		width: 33.3333333333%;
   }
}
.o-form {
	padding-bottom: 11.25rem;
}
@media (max-width: 699px) {
	.o-form_item {
		margin-bottom: 35px;
   }
}
@media (min-width: 700px) {
	.o-form_item {
		margin-bottom: 2.9375rem;
   }
}
.o-form_fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
@media (max-width: 699px) {
	.o-form_fieldset {
		margin-bottom: 20px;
   }
}
@media (min-width: 700px) {
	.o-form_fieldset {
		margin-bottom: 3.75rem;
   }
}
.o-form_button {
	text-align: right;
}
.o-label {
	display: block;
	height: 100%;
	color: #b3b3b3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.875rem;
	transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 699px) {
	.o-label {
		font-size: 9px;
   }
}
@media (min-width: 700px) {
	.o-label {
		font-size: 0.5625rem;
   }
}
.o-input-wrap .o-label {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-input:focus ~ .o-label, .o-select:focus ~ .o-label, .o-textarea:focus ~ .o-label, .o-label.is-active {
	-webkit-transform: translateY(-1.875rem);
	-ms-transform: translateY(-1.875rem);
	transform: translateY(-1.875rem);
}
.o-input.has-error ~ .o-label, .has-error.o-select ~ .o-label, .has-error.o-textarea ~ .o-label {
	color: #cc3d3d;
}
.o-input-wrap {
	position: relative;
}
.o-input, .o-select, .o-textarea {
	padding: 0.875rem;
	background-color: transparent;
	border-bottom: 1px solid #b3b3b3;
	transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 699px) {
	.o-input, .o-select, .o-textarea {
		font-size: 14px;
   }
}
@media (min-width: 700px) {
	.o-input, .o-select, .o-textarea {
		font-size: 0.875rem;
   }
}
.o-input::-webkit-input-placeholder, .o-select::-webkit-input-placeholder, .o-textarea::-webkit-input-placeholder {
	color: #b3b3b3;
}
.o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
	color: #b3b3b3;
}
.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
	color: #b3b3b3;
}
.o-input.-search, .-search.o-select, .-search.o-textarea {
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	border-bottom: none;
}
@media (max-width: 699px) {
	.o-input.-search, .-search.o-select, .-search.o-textarea {
		font-size: 26px;
   }
}
@media (min-width: 700px) {
	.o-input.-search, .-search.o-select, .-search.o-textarea {
		font-size: 3.75rem;
   }
}
.o-input.-search::-webkit-input-placeholder, .-search.o-select::-webkit-input-placeholder, .-search.o-textarea::-webkit-input-placeholder {
	color: #000;
}
.o-input.-search:-ms-input-placeholder, .-search.o-select:-ms-input-placeholder, .-search.o-textarea:-ms-input-placeholder {
	color: #000;
}
.o-input.-search::placeholder, .-search.o-select::placeholder, .-search.o-textarea::placeholder {
	color: #000;
}
.-mobile .o-input.-search, .-mobile .-search.o-select, .-mobile .-search.o-textarea {
	font-size: 26px;
	padding: 0;
}
.o-input.-search.-light, .-search.-light.o-select, .-search.-light.o-textarea {
	color: #1e1e22;
}
.o-input.-search.-light::-webkit-input-placeholder, .-search.-light.o-select::-webkit-input-placeholder, .-search.-light.o-textarea::-webkit-input-placeholder {
	color: #b3b3b3;
}
.o-input.-search.-light:-ms-input-placeholder, .-search.-light.o-select:-ms-input-placeholder, .-search.-light.o-textarea:-ms-input-placeholder {
	color: #b3b3b3;
}
.o-input.-search.-light::placeholder, .-search.-light.o-select::placeholder, .-search.-light.o-textarea::placeholder {
	color: #b3b3b3;
}
.o-input.has-error, .has-error.o-select, .has-error.o-textarea {
	border-color: #cc3d3d;
}
.o-input:focus, .o-select:focus, .o-textarea:focus {
	outline: none;
}
.o-input-line {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #1e1e22;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}
.o-input:focus ~ .o-input-line, .o-select:focus ~ .o-input-line, .o-textarea:focus ~ .o-input-line {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.o-input-lines::before, .o-input-lines::after {
	content: "";
	position: absolute;
	bottom: 0;
	border-right: 1px solid #b3b3b3;
	height: 0.375rem;
	transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-input.has-error ~ .o-input-lines::before, .has-error.o-select ~ .o-input-lines::before, .has-error.o-textarea ~ .o-input-lines::before, .o-input.has-error ~ .o-input-lines::after, .has-error.o-select ~ .o-input-lines::after, .has-error.o-textarea ~ .o-input-lines::after {
	border-color: #cc3d3d;
}
.o-input-lines::before {
	left: 0;
	transition-delay: 0.3s;
}
.o-input-lines::after {
	right: 0;
}
.o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before, .o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
	border-color: #1e1e22;
}
.o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before {
	transition-delay: 0s;
}
.o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
	transition-delay: 0.3s;
}
.o-checkbox, .o-radio {
	position: absolute;
	width: 0;
	opacity: 0;
}
.o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-radio-label::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.o-checkbox-label, .o-radio-label {
	position: relative;
	display: inline-block;
	margin-right: 0.5em;
	line-height: 1.4;
	margin-right: 4.0625rem;
	cursor: pointer;
	padding-top: 0.125rem;
}
@media (max-width: 699px) {
	.o-checkbox-label, .o-radio-label {
		font-size: 12px;
		padding-left: 27px;
   }
}
@media (min-width: 700px) {
	.o-checkbox-label, .o-radio-label {
		font-size: 0.875rem;
		padding-left: 1.1875rem;
   }
}
.o-checkbox-label.-uppsercase, .-uppsercase.o-radio-label {
	text-transform: uppercase;
}
.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	padding: 0;
	content: "";
	border: 1px solid;
	transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 699px) {
	.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
		width: 12px;
		height: 12px;
		margin-top: -6px;
   }
}
@media (min-width: 700px) {
	.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
		margin-top: -0.28125rem;
		width: 0.5625rem;
		height: 0.5625rem;
   }
}
.o-checkbox-label::after, .o-radio-label::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #1e1e22 transparent transparent transparent;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 699px) {
	.o-checkbox-label::after, .o-radio-label::after {
		border-width: 12px 12px 0 0;
   }
}
@media (min-width: 700px) {
	.o-checkbox-label::after, .o-radio-label::after {
		border-width: 0.5625rem 0.5625rem 0 0;
   }
}
.o-checkbox-label.has-error::before, .has-error.o-radio-label::before {
	border-color: #cc3d3d;
}
.o-checkbox-label_text {
	display: inline-block;
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.o-checkbox-label:hover .o-checkbox-label_text, .o-radio-label:hover .o-checkbox-label_text {
	-webkit-transform: translateX(0.3125rem);
	-ms-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}
.o-radio-label::before, .o-radio-label::after {
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.o-radio-label::after {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
}
.o-radio:checked + .o-radio-label::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.o-select {
	position: relative;
	z-index: 1;
	padding-right: 2.5rem;
}
.o-select:focus {
	border-bottom-color: #1e1e22;
}
.o-select-wrap {
	position: relative;
}
.o-select-wrap::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 2.5rem;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
	background-position: center;
	background-size: 10px;
	background-repeat: no-repeat;
	content: "";
	pointer-events: none;
}
.o-textarea-wrap {
	position: relative;
}
.o-textarea {
	min-height: 9.375rem;
}
.o-button {
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #1e1e22;
	white-space: nowrap;
	font-size: 0;
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.o-button:before {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
}
.o-button > * {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}
@media (max-width: 699px) {
	.o-button {
		height: 60px;
		padding: 0 20px;
   }
}
@media (min-width: 700px) {
	.o-button {
		height: 3.75rem;
		padding: 0 1.875rem;
   }
}
.o-button::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1e1e22;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.o-button:hover {
	color: #fff;
	transition-delay: 0s;
}
.o-button:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition-delay: 0s;
}
@media (min-width: 1200px) {
	.o-button.-anim {
		border-color: transparent;
   }
}
.o-button.-left::after {
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}
.o-button.-white {
	border-color: #fff;
}
.o-button.-white::after {
	background-color: #fff;
}
.o-button.-white:hover {
	color: #000;
}
@media (max-width: 699px) {
	.o-button.-width {
		width: 100%;
   }
}
@media (min-width: 700px) {
	.o-button.-width {
		width: 15rem;
   }
}
.o-button.-form {
	width: 11.25rem;
}
.o-button.-form:focus {
	color: #fff;
	transition-delay: 0s;
}
.o-button.-form:focus::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition-delay: 0s;
}
.square-left {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.square-right {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}


.o-button.-square {
	padding: 0;
}
@media (max-width: 980px) {
	.o-button.-square {
		display: none;
   }
}
@media (min-width: 981px) {
	.o-button.-square {
		width: 6.75rem;
		height: 6.75rem;
   }
}
.o-button-group .o-button + .o-button {
	border-left: none;
}
@media (max-width: 699px) {
	.o-button.-padding {
		padding: 1.25rem;
   }
}
@media (min-width: 700px) {
	.o-button.-padding {
		padding: 1.25rem 2.5rem;
   }
}
.o-button_label {
	display: inline-block;
	position: relative;
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	line-height: 1.4;
	z-index: 2;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 500;
	font-size: 0.75rem;
}
.o-button:hover .o-button_label {
	-webkit-transform: translateX(0.5rem);
	-ms-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
	transition-delay: 0.075s;
}
.o-button.-left:hover .o-button_label {
	-webkit-transform: translateX(-0.5rem);
	-ms-transform: translateX(-0.5rem);
	transform: translateX(-0.5rem);
}
.o-button.-square:hover .o-button_label {
	-webkit-transform: translateX(0.375rem);
	-ms-transform: translateX(0.375rem);
	transform: translateX(0.375rem);
}
.o-button.-left.-square:hover .o-button_label {
	-webkit-transform: translateX(-0.375rem);
	-ms-transform: translateX(-0.375rem);
	transform: translateX(-0.375rem);
}
.o-button-group {
	margin-left: 0;
	letter-spacing: normal;
	font-size: 0;
}
.o-button_icon {
	position: relative;
	width: 2.1875rem;
	height: 2.1875rem;
	fill: #1e1e22;
	transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.o-button.-white .o-button_icon {
	fill: #fff;
}
.o-button:hover .o-button_icon {
	fill: #f6f6f6;
	transition-delay: 0s;
}
.o-button.-white:hover .o-button_icon {
	fill: #1e1e22;
}
.o-button_line::before, .o-button_line::after {
	content: "";
	position: absolute;
	background-color: #1e1e22;
}
.is-mobile .o-button_line::before, .is-mobile .o-button_line::after {
	display: none;
}
.o-button_line::before {
	width: 1px;
	top: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-button_line::after {
	height: 1px;
	right: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-button_line:first-of-type::before {
	left: 0;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
.o-button_line:first-of-type::after {
	top: 0;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}
.o-button_line:last-of-type::before {
	right: 0;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}
.o-button_line:last-of-type::after {
	bottom: 0;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}
.o-button.is-inview .o-button_line::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.o-button.is-inview .o-button_line::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.o-button.is-inview .o-button_line:first-of-type::before {
	transition-delay: 1.15s;
}
.o-button.is-inview .o-button_line:first-of-type::after {
	transition-delay: 0.1s;
}
.o-button.is-inview .o-button_line:last-of-type::before {
	transition-delay: 0.55s;
}
.o-button.is-inview .o-button_line:last-of-type::after {
	transition-delay: 0.7s;
}
.c-header-home_footer {
	z-index: 3;
	position: absolute;
	text-align: center;
	right: 0;
	bottom: 0;
	left: 0;
}
.c-header-home_controls, .c-header-home_buttons {
	margin-left: 0;
	letter-spacing: normal;
	font-size: 0;
	transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
@media (max-width: 699px) {
	.c-header-home_controls, .c-header-home_buttons {
		padding-bottom: 40px;
   }
}
@media (min-width: 700px) {
	.c-header-home_controls, .c-header-home_buttons {
		padding-bottom: 5.625rem;
   }
}
@media (min-width: 700px) and (max-width: 749px) {
	.c-header-home_controls, .c-header-home_buttons {
		padding-bottom: 3.75rem;
   }
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
body[data-route-option="prev-section"] .c-header-home_controls, body[data-route-option="prev-section"] .c-header-home_buttons, body[data-route-option="next-section"] .c-header-home_controls, body[data-route-option="next-section"] .c-header-home_buttons {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.c-header-home_controls {
	transition-delay: 0.65s;
}


.creative-p-padding {
	padding: 15vh 50px 50px 50px
}

.creative-p {
	font-size: 2.5vh;
	position: relative;
	z-index: 100;
}

@media (max-width: 1249px) {
	.creative-p-padding {
		padding: 15vh 50px 50px 50px
	}
	.creative-p {
		font-size: 2.5vh;
	}
}
@media (max-width: 1024px) {
	.creative-p-padding {
		padding: 16vh 50px 50px 50px
	}
	.creative-p {
		font-size: 2.5vh;
	}
}

.desktop-hidden {
	display: none;
}

.swiper-scrollbar-drag,
.swiper-scrollbar {
	display: none;
}

@media (max-width: 829px) {
	.creative-p-padding {
		padding: 108px 40px 25px 40px
	}
	.creative-p {
		font-size: calc(1vh + 10px);
	}
	.mobile-hidden {
		display: none;
	}
	.desktop-hidden {
		display: block;
	}
	.column {
		height: auto;
	}
	.swiper-scrollbar-drag,
	.swiper-scrollbar {
		display: block;
	}
	.swiper-scrollbar-drag {
  		box-shadow: 0px 0px 5px white;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
}

.scroll-container {
height: 100vh;
}

.fullscreen {
	height: 100vh
}

.fullscreen-crop {
	height: 100vh;
	width: auto; 
	object-fit: cover;
}

.scroll-container {
	overflow: auto;
	scroll-snap-type: y mandatory;
}

.during-scroll {
	scroll-snap-type: none !important;
}

.scroll-snap {
	scroll-snap-align: start;
}

.creative-footer-fix {
	position: inherit !important;
}

.left-col-padding {
	padding-left: 10px;
}
.right-col-padding {
	padding-right: 1px;
}

/* ============= AVRA =================*/
.avra {
	background-color: black;
}

@media (max-width: 829px) {
	.video-foreground iframe {
		padding-top:108px;
		max-height: calc(25vh + 108px);
	}
}
.blackbg {
	background-color: black;
	color: rgb(226, 226, 226);
}
.video-foreground iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.avra-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	padding-bottom: 5vh;
}


/* ============= POG Bot =================*/
.pog {
	background-color: #111;
	color: white;
}

.discord-embed {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 102px
}

.mobile-discord-div {
	padding: 10px 10px 10px 10px
}

.prevent-oversize {
	box-sizing: border-box;
}

.pog-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	max-width: 300px;
	height: auto;
	padding-bottom: 2vh;
	position: relative;
	z-index: 100;
}

@media (max-width: 961px) {
	.pog-img {
		display: none
	}
}

.btn2 {
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border: none;
	cursor: pointer;
	margin-bottom: 0;
	background-image: none;
	width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .17);
	background-color: #66d6ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 100;
}

@media (max-width: 829px) {
	.pog {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='2560' preserveAspectRatio='none' viewBox='0 0 1440 2560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1798%26quot%3b)' fill='none'%3e%3crect width='1440' height='2560' x='0' y='0' fill='rgba(22%2c 22%2c 22%2c 1)'%3e%3c/rect%3e%3cg mask='url(%26quot%3b%23SvgjsMask1799%26quot%3b)'%3e%3cpath d='M1337.5 1437.5L1337.5 1612.5L1037.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 2087.5L1137.5 2312.5L1137.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 262.5L1437.5 262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1612.5L787.5 1612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 1062.5L1437.5 1212.5L1412.5 1237.5L1412.5 1437.5L1437.5 1462.5L1437.5 1537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 462.5L1287.5 262.5L1337.5 212.5L1337.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 887.5L1437.5 937.5L1437.5 1037.5L1112.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 762.5L1112.5 762.5L1362.5 1012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 87.5L1287.5 237.5L962.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 1387.5L412.5 1237.5L412.5 912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 1912.5L1287.5 1612.5L1312.5 1612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 212.5L1112.5 212.5L1037.5 287.5L962.5 287.5L787.5 112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 712.5L237.5 787.5L237.5 1062.5L312.5 1137.5L362.5 1137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 87.5L187.5 212.5L12.5 212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 662.5L1187.5 812.5L1412.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M762.5 737.5L762.5 587.5L1062.5 287.5L1087.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M756.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 812.5L287.5 762.5L687.5 362.5L712.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 2562.5L512.5 2362.5L587.5 2287.5L587.5 2212.5L712.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 1587.5L487.5 1587.5L287.5 1787.5L287.5 1887.5L212.5 1962.5L187.5 1962.5L162.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 862.5L787.5 712.5L787.5 587.5L812.5 562.5L937.5 562.5L987.5 612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 2037.5L1012.5 2012.5L1262.5 2012.5L1287.5 1987.5L1312.5 1987.5L1437.5 1862.5L1437.5 1837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 1787.5L1437.5 1812.5L1387.5 1862.5L1112.5 1862.5L987.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 487.5L1187.5 637.5L1437.5 887.5L1437.5 912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 2462.5L987.5 2212.5L1012.5 2212.5L1112.5 2312.5L1112.5 2412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 787.5L12.5 812.5L12.5 1262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1237.5L712.5 1087.5L512.5 887.5L512.5 762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 612.5L712.5 562.5L887.5 387.5L887.5 237.5L787.5 137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 2237.5L1262.5 2062.5L1437.5 2062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 1362.5L212.5 1362.5L62.5 1212.5L62.5 1137.5L212.5 987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 912.5L337.5 812.5L312.5 787.5L312.5 762.5L637.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 2412.5L1162.5 2462.5L1162.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 2462.5L1087.5 2562.5L1112.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 2262.5L487.5 2262.5L562.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 362.5L337.5 237.5L412.5 162.5L412.5 137.5L287.5 12.5L162.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 887.5L187.5 962.5L212.5 962.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 1087.5L687.5 1087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 2412.5L1412.5 2412.5L1387.5 2437.5L1387.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1712.5L512.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 1712.5L787.5 1812.5L987.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 637.5L1287.5 612.5L1437.5 462.5L1437.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1562.5L137.5 1562.5L12.5 1687.5L12.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1287.5L812.5 1212.5L812.5 1012.5L1012.5 812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 12.5L362.5 337.5L362.5 362.5L237.5 487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 737.5L737.5 787.5L737.5 1187.5L762.5 1212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 2487.5L462.5 2487.5L487.5 2462.5L487.5 2362.5L562.5 2287.5L562.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1987.5L487.5 1762.5L337.5 1762.5L312.5 1787.5L312.5 1862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1387.5L462.5 1387.5L487.5 1362.5L487.5 1337.5L262.5 1112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 512.5L462.5 462.5L337.5 462.5L312.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 1287.5L1112.5 1037.5L962.5 887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 2387.5L762.5 2562.5L537.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 787.5L887.5 787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 1087.5L1087.5 1187.5L1087.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 162.5L87.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 1087.5L187.5 1312.5L212.5 1337.5L437.5 1337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 1237.5L1412.5 1212.5L1412.5 1087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 1487.5L712.5 1412.5L1037.5 1412.5L1062.5 1437.5L1062.5 1487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 237.5L1012.5 262.5L1037.5 262.5L1287.5 12.5L1312.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 1412.5L1112.5 1412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1231.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1737.5L812.5 1637.5L1187.5 1637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 2362.5L712.5 2362.5L787.5 2287.5L787.5 2237.5L862.5 2162.5L962.5 2162.5L987.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 2362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 2537.5L337.5 2537.5L462.5 2412.5L462.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 1187.5L312.5 1187.5L437.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 1487.5L612.5 1462.5L537.5 1387.5L512.5 1387.5L162.5 1737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 62.5L1287.5 37.5L1312.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 137.5L862.5 12.5L712.5 12.5L537.5 187.5L537.5 212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 737.5L712.5 812.5L712.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 2187.5L512.5 2037.5L462.5 1987.5L462.5 1912.5L537.5 1837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 662.5L1012.5 662.5L937.5 737.5L837.5 737.5L812.5 712.5L812.5 587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 1312.5L937.5 1312.5L1012.5 1387.5L1062.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1787.5L1387.5 1662.5L1437.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 762.5L87.5 812.5L37.5 862.5L37.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 1562.5L1387.5 1287.5L1312.5 1212.5L1312.5 1187.5L1387.5 1112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 2462.5L1262.5 2312.5L1162.5 2212.5L1162.5 2187.5L1262.5 2087.5L1337.5 2087.5L1362.5 2112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 1887.5L1287.5 1887.5L1187.5 1987.5L1012.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 1387.5L687.5 1412.5L637.5 1462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 2012.5L487.5 2212.5L512.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 912.5L662.5 912.5L687.5 937.5L687.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 787.5L812.5 762.5L787.5 762.5L762.5 787.5L762.5 812.5L837.5 887.5L912.5 887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 1562.5L1412.5 1537.5L1412.5 1462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 1162.5L1187.5 1262.5L1112.5 1337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 1337.5L537.5 1337.5L512.5 1312.5L512.5 1137.5L537.5 1112.5L637.5 1112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M762.5 2287.5L762.5 2087.5L737.5 2062.5L737.5 2037.5L562.5 1862.5L537.5 1862.5L512.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M756.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 137.5L12.5 162.5L12.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 187.5L1087.5 187.5L1262.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 887.5L312.5 862.5L312.5 812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 2412.5L762.5 2537.5L537.5 2537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 2062.5L587.5 2037.5L487.5 1937.5L487.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 2462.5L287.5 2437.5L412.5 2437.5L437.5 2412.5L437.5 2337.5L387.5 2287.5L212.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 2287.5L1062.5 2387.5L1112.5 2437.5L1112.5 2537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 512.5L1112.5 462.5L1087.5 462.5L1012.5 537.5L1012.5 562.5L987.5 587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 2287.5L962.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 1912.5L412.5 1787.5L487.5 1787.5L512.5 1812.5L512.5 1837.5L337.5 2012.5L337.5 2037.5L362.5 2062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 812.5L412.5 887.5L462.5 937.5L487.5 937.5L537.5 987.5L587.5 987.5L662.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 1037.5L1362.5 1087.5L1212.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 12.5L1162.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1312.5 687.5L1437.5 562.5L1437.5 487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1306.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 1712.5L812.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 2437.5L1037.5 2487.5L1087.5 2537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1912.5L712.5 1862.5L712.5 1762.5L562.5 1612.5L562.5 1587.5L712.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 1662.5L137.5 1587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 1012.5L437.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 1787.5L1012.5 1687.5L1012.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 1337.5L787.5 1262.5L1037.5 1012.5L1037.5 987.5L962.5 912.5L937.5 912.5L912.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 637.5L362.5 487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 862.5L187.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 2287.5L987.5 2237.5L1012.5 2237.5L1037.5 2262.5L1037.5 2412.5L1087.5 2462.5L1087.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 2462.5L337.5 2487.5L337.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 2362.5L187.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 2362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 1587.5L862.5 1587.5L887.5 1562.5L937.5 1562.5L1037.5 1462.5L1037.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 2137.5L387.5 2137.5L487.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 987.5L1112.5 812.5L1037.5 812.5L1012.5 787.5L987.5 787.5L937.5 837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 837.5L837.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 537.5L1412.5 562.5L1287.5 687.5L1287.5 712.5L1437.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2412.5L712.5 2412.5L937.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 312.5L787.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 862.5L1387.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 2037.5L1437.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 62.5L562.5 187.5L562.5 462.5L537.5 487.5L512.5 487.5L487.5 462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 712.5L662.5 812.5L687.5 812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 387.5L1412.5 412.5L1412.5 462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 2487.5L1437.5 2437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 937.5L1162.5 887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 1087.5L1012.5 1062.5L1062.5 1012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1237.5L287.5 1212.5L312.5 1212.5L412.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 1662.5L62.5 1662.5L37.5 1687.5L37.5 1837.5L237.5 2037.5L237.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 337.5L962.5 312.5L1012.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 87.5L1387.5 87.5L1437.5 137.5L1437.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 1212.5L212.5 1012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 1812.5L412.5 1812.5L312.5 1912.5L312.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 1612.5L237.5 1612.5L437.5 1412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 537.5L1262.5 587.5L1262.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 437.5L1062.5 437.5L1262.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2462.5L762.5 2387.5L787.5 2387.5L837.5 2337.5L837.5 2312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 137.5L1237.5 187.5L1262.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 2312.5L87.5 2312.5L112.5 2337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1512.5L737.5 1437.5L912.5 1437.5L962.5 1487.5L987.5 1487.5L1012.5 1462.5L1012.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 1312.5L562.5 1187.5L587.5 1162.5L587.5 1137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1312.5 1562.5L1312.5 1312.5L1337.5 1287.5L1337.5 1262.5L1287.5 1212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1306.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 2387.5L1362.5 2437.5L1362.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M762.5 1087.5L762.5 1187.5L787.5 1212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M756.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 2437.5L137.5 2362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 2362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 2437.5L187.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 1637.5L337.5 1612.5L312.5 1612.5L87.5 1837.5L62.5 1837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 887.5L87.5 837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 87.5L587.5 12.5L662.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 2487.5L912.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 512.5L387.5 562.5L412.5 587.5L412.5 612.5L387.5 637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1312.5 262.5L1412.5 362.5L1412.5 387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1306.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 1512.5L1162.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 487.5L962.5 437.5L937.5 437.5L837.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 1262.5L987.5 1337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 1362.5L937.5 1337.5L812.5 1337.5L787.5 1362.5L787.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 1012.5L1187.5 912.5L1162.5 912.5L1087.5 987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 437.5L337.5 412.5L512.5 237.5L537.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 1537.5L62.5 1612.5L12.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1562.5L262.5 1412.5L237.5 1387.5L12.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 712.5L887.5 712.5L962.5 637.5L962.5 612.5L937.5 587.5L837.5 587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 1462.5L137.5 1412.5L237.5 1412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1337.5L1262.5 1587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 887.5L762.5 937.5L762.5 1062.5L787.5 1087.5L787.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 962.5L462.5 1137.5L487.5 1162.5L487.5 1287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 287.5L587.5 387.5L587.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 1662.5L387.5 1662.5L512.5 1537.5L512.5 1487.5L487.5 1462.5L462.5 1462.5L337.5 1587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 512.5L662.5 512.5L787.5 387.5L787.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 2212.5L37.5 1862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 1837.5L337.5 1962.5L337.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 87.5L212.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 1037.5L587.5 1062.5L487.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1137.5 112.5L1137.5 87.5L1062.5 12.5L887.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1131.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 662.5L737.5 637.5L737.5 562.5L762.5 537.5L787.5 537.5L837.5 487.5L837.5 462.5L962.5 337.5L987.5 337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 2487.5L937.5 2437.5L937.5 2412.5L1012.5 2337.5L1012.5 2262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 762.5L337.5 662.5L362.5 662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 937.5L537.5 937.5L562.5 962.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 2112.5L737.5 2312.5L712.5 2337.5L562.5 2337.5L537.5 2362.5L537.5 2437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 1737.5L462.5 1637.5L487.5 1612.5L537.5 1612.5L687.5 1762.5L687.5 1862.5L662.5 1887.5L637.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 162.5L1087.5 62.5L1062.5 37.5L1012.5 37.5L962.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1162.5L612.5 1162.5L587.5 1187.5L587.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 2312.5L1287.5 2112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1637.5L737.5 1637.5L762.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 437.5L362.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2137.5L712.5 2162.5L712.5 2312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2187.5L637.5 2187.5L612.5 2212.5L612.5 2312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 1937.5L1262.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 287.5L362.5 412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 62.5L1437.5 112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1862.5L162.5 1912.5L187.5 1937.5L212.5 1937.5L262.5 1887.5L262.5 1687.5L287.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 387.5L1062.5 412.5L962.5 412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 1812.5L812.5 1737.5L887.5 1662.5L987.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 812.5L437.5 862.5L462.5 887.5L487.5 887.5L512.5 912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 762.5L1412.5 662.5L1387.5 637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 1912.5L962.5 1962.5L987.5 1962.5L1012.5 1937.5L1012.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 2012.5L62.5 1987.5L62.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1662.5L737.5 1687.5L712.5 1712.5L687.5 1712.5L612.5 1637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 362.5L112.5 512.5L287.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 562.5L1262.5 562.5L1212.5 512.5L1212.5 387.5L1262.5 337.5L1262.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 112.5L737.5 162.5L762.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 62.5L937.5 62.5L912.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 2387.5L662.5 2437.5L687.5 2437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 2187.5L212.5 2162.5L162.5 2112.5L162.5 1987.5L87.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 1587.5L912.5 1462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 1737.5L987.5 1737.5L862.5 1862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 912.5L262.5 962.5L262.5 1062.5L312.5 1112.5L387.5 1112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 2137.5L1162.5 2037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 862.5L537.5 812.5L537.5 687.5L762.5 462.5L787.5 462.5L837.5 412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 337.5L862.5 387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 537.5L1087.5 737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 437.5L1337.5 537.5L1312.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 1737.5L1412.5 1812.5L1387.5 1837.5L1212.5 1837.5L1187.5 1812.5L1187.5 1787.5L1337.5 1637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 1812.5L1062.5 1762.5L1162.5 1662.5L1212.5 1662.5L1237.5 1637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1687.5L62.5 1687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 1712.5L1412.5 1587.5L1412.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 12.5L187.5 62.5L187.5 112.5L212.5 137.5L237.5 137.5L287.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 2112.5L662.5 2112.5L712.5 2062.5L712.5 2037.5L637.5 1962.5L537.5 1962.5L512.5 1937.5L512.5 1912.5L537.5 1887.5L562.5 1887.5L612.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 1437.5L37.5 1412.5L112.5 1412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 1287.5L712.5 1287.5L762.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 1362.5L337.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 12.5L437.5 137.5L437.5 237.5L362.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 2062.5L887.5 2137.5L937.5 2137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 1012.5L837.5 1037.5L837.5 1087.5L887.5 1137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 862.5L762.5 887.5L762.5 912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1937.5L1212.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 187.5L312.5 237.5L312.5 362.5L162.5 512.5L137.5 512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 1587.5L1237.5 1587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 1037.5L1337.5 1087.5L1212.5 1212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 1262.5L987.5 1287.5L962.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 2212.5L887.5 2212.5L912.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 1062.5L112.5 912.5L62.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 1137.5L1087.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 987.5L787.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 2012.5L137.5 2087.5L137.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 1537.5L12.5 1512.5L12.5 1462.5L37.5 1437.5L87.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 2137.5L537.5 2062.5L537.5 2012.5L512.5 1987.5L487.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2262.5L637.5 2312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 2137.5L1137.5 2062.5L1137.5 2037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 312.5L287.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 112.5L1012.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 937.5L312.5 937.5L287.5 962.5L287.5 1062.5L312.5 1087.5L387.5 1087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 2562.5L487.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 112.5L1237.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1231.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 2237.5L1137.5 2262.5L1112.5 2262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 962.5L662.5 1012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 987.5L312.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 1462.5L62.5 1512.5L37.5 1512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 12.5L1112.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1231.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 887.5L212.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 737.5L87.5 687.5L87.5 362.5L187.5 262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2487.5L787.5 2487.5L937.5 2337.5L937.5 2312.5L987.5 2262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 162.5L337.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 862.5L1062.5 837.5L1112.5 837.5L1137.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 1037.5L587.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 1787.5L837.5 1737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 987.5L1287.5 887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 2437.5L162.5 2412.5L137.5 2387.5L12.5 2387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 1337.5L12.5 1287.5L37.5 1262.5L87.5 1262.5L187.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 2487.5L1187.5 2487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 612.5L537.5 637.5L437.5 737.5L412.5 737.5L387.5 712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 1587.5L1012.5 1587.5L1062.5 1537.5L1062.5 1512.5L1037.5 1487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 887.5L587.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 187.5L612.5 262.5L587.5 287.5L587.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 1937.5L137.5 1987.5L137.5 2062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 62.5L862.5 162.5L887.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 1762.5L87.5 1787.5L112.5 1787.5L137.5 1762.5L137.5 1712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 587.5L1162.5 662.5L1112.5 712.5L1112.5 737.5L1162.5 787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 912.5L162.5 737.5L112.5 687.5L112.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 2512.5L62.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 812.5L462.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 162.5L162.5 187.5L37.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 2562.5L87.5 2412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 737.5L712.5 637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 712.5L1387.5 737.5L1387.5 787.5L1437.5 837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 2112.5L1312.5 2187.5L1312.5 2262.5L1387.5 2337.5L1437.5 2337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1487.5L737.5 1462.5L887.5 1462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 487.5L337.5 562.5L337.5 637.5L312.5 662.5L287.5 662.5L162.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 2112.5L437.5 2087.5L437.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 62.5L437.5 112.5L412.5 112.5L312.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 1512.5L187.5 1537.5L87.5 1537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 512.5L587.5 587.5L562.5 612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 212.5L637.5 137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 2487.5L1337.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1912.5L887.5 2062.5L887.5 2112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 2237.5L662.5 2262.5L637.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 1887.5L787.5 1912.5L837.5 1962.5L912.5 1962.5L962.5 2012.5L962.5 2112.5L1062.5 2212.5L1087.5 2212.5L1137.5 2162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 2162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 87.5L62.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 337.5L662.5 362.5L612.5 412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 2012.5L1312.5 2037.5L1412.5 2037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 362.5L162.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 412.5L37.5 337.5L62.5 312.5L62.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 1312.5L612.5 1237.5L612.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 62.5L1387.5 12.5L1362.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 1137.5L537.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 237.5L837.5 337.5L812.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 212.5L637.5 162.5L612.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 37.5L412.5 12.5L337.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 1687.5L287.5 1762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 2387.5L637.5 2387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 1712.5L912.5 1687.5L987.5 1687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1312.5L262.5 1262.5L287.5 1237.5L312.5 1237.5L387.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 387.5L487.5 362.5L487.5 312.5L537.5 262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M437.5 662.5L562.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M431.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 487.5L12.5 512.5L12.5 687.5L37.5 712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 1512.5L1237.5 1462.5L1237.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 437.5L762.5 337.5L762.5 212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 712.5L237.5 662.5L137.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 2187.5L1437.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 1787.5L237.5 1762.5L212.5 1737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 212.5L912.5 212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 337.5L137.5 487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 637.5L437.5 712.5L412.5 712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 487.5L162.5 387.5L212.5 337.5L287.5 337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 287.5L1112.5 362.5L1012.5 362.5L987.5 387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 2462.5L537.5 2487.5L537.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1137.5 2112.5L1112.5 2137.5L1112.5 2162.5L1087.5 2187.5L1062.5 2187.5L987.5 2112.5L987.5 2062.5L1012.5 2037.5L1112.5 2037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1131.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 237.5L1362.5 212.5L1362.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 2337.5L212.5 2487.5L212.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 1787.5L1237.5 1812.5L1387.5 1812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 1362.5L1187.5 1337.5L1162.5 1337.5L1112.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 1012.5L587.5 1012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 337.5L1187.5 387.5L1162.5 387.5L1137.5 412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1231.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 787.5L112.5 712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 1437.5L1437.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 787.5L662.5 737.5L662.5 712.5L687.5 687.5L737.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 1562.5L1112.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 1387.5L812.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 162.5L462.5 137.5L487.5 112.5L562.5 112.5L637.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1387.5L762.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 512.5L262.5 512.5L312.5 562.5L312.5 637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 1962.5L1412.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 1962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M762.5 1337.5L737.5 1337.5L712.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M756.25 1337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 2162.5L312.5 2187.5L262.5 2237.5L187.5 2237.5L162.5 2212.5L162.5 2137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 2162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 2412.5L1312.5 2462.5L1287.5 2462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 562.5L37.5 512.5L62.5 487.5L62.5 337.5L162.5 237.5L287.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 1737.5L387.5 1712.5L412.5 1687.5L437.5 1687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 1037.5L1037.5 1062.5L1037.5 1112.5L1062.5 1137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 687.5L212.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 1812.5L562.5 1812.5L487.5 1737.5L487.5 1637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 2212.5L687.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1862.5L612.5 1862.5L587.5 1837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 537.5L287.5 612.5L287.5 637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 37.5L837.5 137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 2437.5L662.5 2462.5L662.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 1362.5L62.5 1287.5L37.5 1287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 2337.5L162.5 2362.5L212.5 2412.5L262.5 2412.5L362.5 2312.5L387.5 2312.5L412.5 2337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 2362.5L1237.5 2312.5L1187.5 2262.5L1162.5 2262.5L1137.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1231.25 2362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 237.5L412.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 2437.5L962.5 2437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 287.5L537.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1312.5 1287.5L1312.5 1262.5L1287.5 1237.5L1262.5 1237.5L1187.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1306.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M762.5 2037.5L862.5 2137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M756.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 412.5L387.5 412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 2062.5L462.5 2162.5L487.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 2262.5L837.5 2262.5L862.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1587.5L687.5 1537.5L687.5 1512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1312.5L1287.5 1337.5L1287.5 1587.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 1162.5L987.5 1237.5L1012.5 1262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 2512.5L237.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 962.5L162.5 987.5L162.5 1012.5L137.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 2337.5L1337.5 2312.5L1312.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1987.5L262.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 1737.5L887.5 1762.5L912.5 1762.5L962.5 1712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 537.5L62.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 1737.5L1412.5 1687.5L1437.5 1687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 2387.5L1387.5 2362.5L1437.5 2362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M762.5 1562.5L787.5 1562.5L862.5 1487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M756.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 587.5L1062.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 1737.5L537.5 1637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 1637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 837.5L887.5 837.5L912.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 712.5L212.5 712.5L237.5 737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 1187.5L862.5 1162.5L862.5 1137.5L837.5 1112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 312.5L687.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1887.5L687.5 1912.5L687.5 1937.5L787.5 2037.5L837.5 2037.5L862.5 2062.5L862.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 1687.5L587.5 1787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 2387.5L262.5 2387.5L312.5 2337.5L312.5 2312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 1812.5L987.5 1762.5L1037.5 1762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 937.5L1062.5 937.5L987.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 262.5L112.5 262.5L137.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 2212.5L87.5 2287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 2262.5L1387.5 2212.5L1437.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 812.5L187.5 837.5L212.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1087.5 1787.5L1087.5 1762.5L1162.5 1687.5L1187.5 1687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1081.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 1687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 137.5L887.5 87.5L887.5 62.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 2112.5L12.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1212.5L212.5 1262.5L212.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1737.5L1237.5 1762.5L1237.5 1787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 2212.5L112.5 2187.5L112.5 2112.5L87.5 2087.5L87.5 2062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1312.5 162.5L1312.5 62.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1306.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 1912.5L437.5 1837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 2162.5L337.5 2162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 2162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 2162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M287.5 1537.5L287.5 1412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M281.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 187.5L662.5 112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 2412.5L1312.5 2437.5L1287.5 2437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M712.5 1362.5L762.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M706.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 1612.5L487.5 1537.5L487.5 1487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 1237.5L962.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 1787.5L662.5 1787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 1862.5L237.5 1837.5L187.5 1787.5L187.5 1762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 837.5L1212.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 1537.5L562.5 1562.5L537.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 2412.5L787.5 2462.5L762.5 2462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 237.5L1187.5 262.5L1212.5 262.5L1237.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 1887.5L937.5 1912.5L962.5 1937.5L987.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 1612.5L37.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 12.5L437.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 1962.5L1387.5 1987.5L1387.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 1962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1762.5L737.5 1737.5L762.5 1712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 512.5L1287.5 487.5L1262.5 462.5L1262.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 887.5L662.5 837.5L687.5 837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 112.5L237.5 112.5L262.5 87.5L262.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 2512.5L12.5 2537.5L12.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 2137.5L287.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 1112.5L1187.5 1087.5L1262.5 1012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 1012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1187.5L112.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 1312.5L1262.5 1262.5L1287.5 1262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 2062.5L412.5 2037.5L412.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 987.5L337.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 812.5L137.5 787.5L137.5 737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 1112.5L1062.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 662.5L1212.5 637.5L1212.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1231.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 1237.5L462.5 1162.5L437.5 1137.5L437.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 2562.5L937.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 162.5L112.5 12.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 262.5L212.5 262.5L187.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 1487.5L737.5 1487.5L712.5 1512.5L712.5 1537.5L737.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 562.5L1137.5 537.5L1162.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 437.5L187.5 387.5L212.5 362.5L287.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1312.5L612.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 1112.5L962.5 1062.5L962.5 1037.5L1012.5 987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 1462.5L312.5 1512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 1937.5L1087.5 1937.5L1062.5 1962.5L1037.5 1962.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 1962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 162.5L1037.5 87.5L1062.5 62.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 2037.5L662.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 1237.5L1137.5 1262.5L1137.5 1287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 637.5L612.5 637.5L562.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 1662.5L1087.5 1662.5L1037.5 1712.5L1012.5 1712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1962.5L787.5 2012.5L812.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 462.5L612.5 487.5L612.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 387.5L437.5 387.5L462.5 362.5L462.5 337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 662.5L862.5 612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 1912.5L862.5 1912.5L887.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 2412.5L12.5 2462.5L12.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 287.5L1112.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 37.5L937.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1137.5 1437.5L1137.5 1537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1131.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 1237.5L1037.5 1187.5L962.5 1112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 787.5L1212.5 812.5L1237.5 837.5L1287.5 837.5L1312.5 812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 637.5L1062.5 587.5L1062.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 1212.5L637.5 1212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 1362.5L87.5 1337.5L62.5 1312.5L37.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 62.5L712.5 62.5L687.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 2487.5L562.5 2487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 2487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1612.5L637.5 1612.5L612.5 1587.5L612.5 1562.5L637.5 1537.5L662.5 1537.5L737.5 1612.5L762.5 1612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 1162.5L662.5 1187.5L637.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 337.5L1312.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 1087.5L1312.5 1062.5L1312.5 987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 2187.5L362.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 362.5L1312.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 2462.5L562.5 2437.5L562.5 2362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 2362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 887.5L262.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 912.5L1362.5 887.5L1312.5 887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 37.5L587.5 37.5L537.5 87.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1137.5 1112.5L1137.5 1187.5L1162.5 1212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1131.25 1112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M487.5 2337.5L537.5 2287.5L537.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M481.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 2512.5L337.5 2562.5L262.5 2562.5L237.5 2537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 1937.5L587.5 1937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 1137.5L1162.5 1162.5L1162.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 2562.5L887.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 1412.5L662.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 2112.5L1062.5 2112.5L1087.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1337.5 1412.5L1362.5 1437.5L1362.5 1612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1331.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 2312.5L1437.5 2312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 2012.5L587.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 2012.5L912.5 1987.5L837.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 1537.5L937.5 1487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 2187.5L587.5 2137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 1412.5L312.5 1412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 1412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 1362.5L937.5 1387.5L987.5 1387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 1387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 487.5L662.5 462.5L762.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 162.5L1387.5 137.5L1387.5 112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 1087.5L1262.5 1137.5L1212.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1462.5L237.5 1462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1087.5L187.5 1062.5L187.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 162.5L312.5 212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 112.5L1037.5 62.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 287.5L12.5 312.5L12.5 487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 2187.5L787.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1312.5 1787.5L1337.5 1762.5L1337.5 1737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1306.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 1737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 2212.5L312.5 2237.5L287.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M862.5 987.5L937.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M856.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M987.5 1437.5L937.5 1437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M981.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 1437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 1987.5L612.5 2012.5L587.5 2012.5L562.5 1987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 937.5L937.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 2212.5L1237.5 2187.5L1187.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1362.5 737.5L1337.5 712.5L1337.5 687.5L1362.5 662.5L1387.5 662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1356.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 1087.5L1262.5 1037.5L1287.5 1037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 1037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 762.5L487.5 787.5L487.5 837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 312.5L1137.5 312.5L1162.5 287.5L1162.5 262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 2537.5L1287.5 2537.5L1312.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 737.5L1437.5 612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 2537.5L887.5 2537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1137.5 1887.5L1212.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1131.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 1712.5L112.5 1762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 687.5L612.5 662.5L637.5 662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 1062.5L1237.5 987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 2062.5L1237.5 2037.5L1287.5 2037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 562.5L412.5 537.5L437.5 512.5L462.5 512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 862.5L787.5 812.5L787.5 787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 1237.5L887.5 1287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 1287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 1862.5L962.5 1812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 687.5L937.5 637.5L937.5 612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 62.5L787.5 37.5L712.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M112.5 1862.5L137.5 1887.5L137.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M106.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 2462.5L137.5 2487.5L162.5 2512.5L162.5 2537.5L137.5 2562.5L112.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 2462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM106.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M662.5 262.5L637.5 287.5L612.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M656.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 1362.5L562.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 2262.5L1262.5 2237.5L1237.5 2212.5L1212.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 212.5L812.5 337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M787.5 937.5L787.5 962.5L812.5 987.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M781.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 987.5L962.5 937.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 1187.5L87.5 1137.5L137.5 1087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 1087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 187.5L1387.5 212.5L1412.5 237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 2287.5L37.5 2262.5L12.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 2287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 637.5L687.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 262.5L587.5 187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 1262.5L887.5 1262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 2262.5L1412.5 2237.5L1387.5 2237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 2237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 1962.5L1112.5 1912.5L1112.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 1962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 2212.5L262.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 2062.5L212.5 2037.5L187.5 2012.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 2012.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 712.5L712.5 737.5L712.5 762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1112.5 637.5L1112.5 587.5L1137.5 562.5L1162.5 562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1106.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 162.5L337.5 212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 2187.5L1262.5 2112.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 2062.5L1012.5 2062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 2512.5L562.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 2062.5L262.5 2112.5L237.5 2112.5L212.5 2137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 2062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 1537.5L987.5 1537.5L962.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 1537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 2562.5L1212.5 2562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 387.5L212.5 412.5L212.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 1162.5L337.5 1162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 787.5L612.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 2087.5L1187.5 2037.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1137.5 587.5L1137.5 637.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1131.25 587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1162.5 2312.5L1162.5 2387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1156.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 537.5L987.5 512.5L987.5 487.5L962.5 462.5L937.5 462.5L862.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 1712.5L562.5 1787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 1937.5L1162.5 1912.5L1137.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 1937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 787.5L212.5 762.5L212.5 737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 1162.5L1387.5 1212.5L1362.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M412.5 1587.5L387.5 1612.5L362.5 1612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M406.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 1612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 687.5L1012.5 687.5L962.5 737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 37.5L1137.5 37.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 312.5L912.5 362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1062.5 112.5L1062.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1056.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M612.5 1512.5L562.5 1462.5L512.5 1462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M606.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 1462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 1962.5L1312.5 1962.5L1362.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 1962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M962.5 2512.5L987.5 2537.5L1012.5 2537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M956.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 2537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 2137.5L1337.5 2187.5L1337.5 2212.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 2137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 1587.5L162.5 1637.5L162.5 1662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 1587.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 1662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 112.5L787.5 87.5L787.5 62.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 1212.5L912.5 1212.5L937.5 1187.5L937.5 1162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 1212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 1162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 1837.5L187.5 1812.5L162.5 1787.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 1137.5L162.5 1162.5L137.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M837.5 937.5L862.5 937.5L887.5 912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M831.25 937.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M262.5 1137.5L237.5 1162.5L237.5 1187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M256.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 2412.5L312.5 2412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1187.5 987.5L1162.5 987.5L1137.5 1012.5L1137.5 1087.5L1162.5 1112.5L1162.5 1137.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1181.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 1137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 462.5L337.5 487.5L337.5 537.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M62.5 2212.5L62.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M56.25 2212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM56.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M462.5 2037.5L487.5 2062.5L487.5 2162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M456.25 2037.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 2162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 2312.5L1212.5 2362.5L1187.5 2387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M637.5 187.5L637.5 262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M631.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M537.5 837.5L537.5 862.5L587.5 912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M531.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 2512.5L1262.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 712.5L737.5 762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 2312.5L12.5 2262.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 2312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 2262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M737.5 1862.5L762.5 1887.5L762.5 1912.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M731.25 1862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM756.25 1912.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M337.5 2387.5L387.5 2337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M331.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M387.5 987.5L362.5 1012.5L362.5 1062.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M381.25 987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 1062.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 1987.5L287.5 2037.5L287.5 2062.5L262.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 1987.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 1262.5L287.5 1287.5L287.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 112.5L937.5 162.5L987.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 812.5L137.5 862.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 862.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1037.5 1787.5L1037.5 1837.5L987.5 1887.5L962.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1031.25 1787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1387.5 2162.5L1437.5 2112.5L1437.5 2087.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1381.25 2162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 2087.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M312.5 137.5L287.5 137.5L262.5 162.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M306.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M587.5 2387.5L587.5 2437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M581.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 2437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 1887.5L812.5 1862.5L762.5 1812.5L737.5 1812.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 1812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M162.5 662.5L212.5 662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M156.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M562.5 787.5L562.5 737.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M556.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 737.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 2412.5L962.5 2412.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 2412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M212.5 787.5L212.5 837.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M206.25 787.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 662.5L887.5 612.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 612.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 337.5L737.5 337.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M12.5 237.5L12.5 287.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M6.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M812.5 1362.5L887.5 1362.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M806.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 1362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M937.5 712.5L987.5 662.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M931.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 662.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M237.5 1262.5L237.5 1312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M231.25 1262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 1312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1287.5 2337.5L1287.5 2362.5L1312.5 2387.5L1337.5 2387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1281.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 387.5L462.5 437.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M912.5 1837.5L912.5 1887.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M906.25 1837.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 1887.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 1512.5L187.5 1512.5L212.5 1487.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M131.25 1512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 1487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1212.5 962.5L1137.5 962.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1206.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 962.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M362.5 812.5L362.5 787.5L337.5 762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M356.25 812.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M187.5 1562.5L237.5 1562.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M181.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 1562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M887.5 2337.5L862.5 2362.5L862.5 2387.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M881.25 2337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 2387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 1187.5L1012.5 1237.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 1187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 1237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M512.5 362.5L512.5 312.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M506.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M37.5 637.5L37.5 687.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M31.25 637.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 687.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1012.5 712.5L1062.5 712.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1006.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1412.5 2562.5L1412.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1406.25 2562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M87.5 2112.5L87.5 2187.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M81.25 2112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 2187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 2512.5L737.5 2512.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M681.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 2512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1262.5 512.5L1237.5 487.5L1237.5 462.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1256.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1437.5 1712.5L1437.5 1762.5' stroke-width='4.17' stroke='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3cpath d='M1431.25 1712.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 1762.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(37%2c 37%2c 37%2c 1)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1798'%3e%3crect width='1440' height='2560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cmask id='SvgjsMask1799'%3e%3crect width='1440' height='2560' fill='white'%3e%3c/rect%3e%3cpath d='M1334.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 2362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 2362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 2362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 2162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 1962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 1337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 2162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 2362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 1637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 1687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 2162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 2162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 1962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 1012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 1962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 2487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 2362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 1112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 1412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 1387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 1737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 1437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 1037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 1287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 2462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM109.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M784.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 1087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 2287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 2237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 1962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 2012.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 2062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 1537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 1937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 1612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 1462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 1962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 2537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 2137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 1587.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 1662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 1212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 1162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 937.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 1137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 2212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM59.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 2037.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 2162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 2312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 2262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 1862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM759.37 1912.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 1062.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 1987.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 862.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 1787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 2162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 2087.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 2437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 1812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M559.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 737.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 2412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 787.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 612.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 1362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 662.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 1262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 1312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 1837.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 1887.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 1512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 1487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 962.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 812.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 1562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 2337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 2387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 1187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 1237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 637.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 687.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 2562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 2112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 2187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 2512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 1712.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 1762.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
		color: white;
	}
	.circuit {
		display: none;
	}
}

.circuit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .path {
	animation: draw 100s infinite;
	animation-timing-function: linear;
  }
  .path-01 {
	animation-delay: 0s;
  }
  .path-02 {
	animation-delay: 1s;
  }
  .path-03 {
	animation-delay: 2s;
  }
  .path-04 {
	animation-delay: 3s;
  }
  .path-05 {
	animation-delay: 4s;
  }  
  
  @keyframes draw {
	0% {
	}
	100% {
	  stroke-dashoffset: 0;
	  stroke-opacity: 1;
	}
  }

/* ============= CASCO =================*/
.casco {
	background-color: black;
}

/* ============= VORON =================*/
.voron {
	background: linear-gradient(-45deg, #330D12, #311635, #111E38, #093A2E);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
	color: white
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.voron-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	max-width: 600px;
	height: auto;
	padding-bottom: 8vh;
	position: relative;
	z-index: 100;
}

@media (max-width: 1227px) {
	.voron-logo {
		display: none
	}
}

.photo-sub {
	font-size: 2vh;
	text-align: center;
}
.voron-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	padding-top: 6vh;
	padding-bottom: 3vh;
}

@media (max-width: 830px) {
	.toggle-hidden-p {
		display: block
	}
}

@media (max-width: 994px) {
	.toggle-hidden-p {
		display: none
	}
}

/* ============= PCs =================*/
.pc {
	background: #444;
	color: white
}

.swiper {
	width: 100vw;
	height: 100vh;
}

.swiper-button-next {
	padding-right: 80px;
	color: #66d6ff !important
}

.swiper-button-prev {
	padding-left: 80px;
	color: #66d6ff !important
	
}

/* Style the video: 100% width and height to cover the entire window -- DEPRECATED, NOW USING SLIDESHOW
#pc-b-roll {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
} */
  
/* ============= GALLERY =================*/
.gallery {
	background-color: #1a1a1a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23161616' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
	color: white
}

.min-fullscreen {
	min-height: 100vh;
}



/* ============= WEBSITE =================*/
.website {
	background: linear-gradient(-45deg, #330D12, #311635, #111E38, #093A2E);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
	color: white
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.monkeydg-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	max-width: 600px;
	height: auto;
	padding-bottom: 8vh;
	position: relative;
	z-index: 100;
}

.aws-architecture {
	display: block
}
.aws-icons {
	display: none
}

@media (max-width: 1227px) {
	.aws-architecture {
		display: none
	}
	.aws-icons {
		display: block
	}
}

.aws-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	padding-top: 9vh;
	padding-bottom: 3vh;
}
