<!doctype html><html lang="en">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
  <title>P2400R2: Library Evolution Report: 2021-06-01 to 2021-09-20</title>
<style data-fill-with="stylesheet">/******************************************************************************
 *                   Style sheet for the W3C specifications                   *
 *
 * Special classes handled by this style sheet include:
 *
 * Indices
 *   - .toc for the Table of Contents (<ol class="toc">)
 *     + <span class="secno"> for the section numbers
 *   - #toc for the Table of Contents (<nav id="toc">)
 *   - ul.index for Indices (<a href="#ref">term</a><span>, in § N.M</span>)
 *   - table.index for Index Tables (e.g. for properties or elements)
 *
 * Structural Markup
 *   - table.data for general data tables
 *     -> use 'scope' attribute, <colgroup>, <thead>, and <tbody> for best results !
 *     -> use <table class='complex data'> for extra-complex tables
 *     -> use <td class='long'> for paragraph-length cell content
 *     -> use <td class='pre'> when manual line breaks/indentation would help readability
 *   - dl.switch for switch statements
 *   - ol.algorithm for algorithms (helps to visualize nesting)
 *   - .figure and .caption (HTML4) and figure and figcaption (HTML5)
 *     -> .sidefigure for right-floated figures
 *   - ins/del
 *     -> ins/del.c### for candidate and proposed changes (amendments)
 *
 * Code
 *   - pre and code
 *
 * Special Sections
 *   - .note       for informative notes             (div, p, span, aside, details)
 *   - .example    for informative examples          (div, p, pre, span)
 *   - .issue      for issues                        (div, p, span)
 *   - .advisement for loud normative statements     (div, p, strong)
 *   - .annoying-warning for spec obsoletion notices (div, aside, details)
 *   - .correction for "candidate corrections"       (div, aside, details, section)
 *   - .addition   for "candidate additions"         (div, aside, details, section)
 *   - .correction.proposed for "proposed corrections" (div, aside, details, section)
 *   - .addition.proposed   for "proposed additions"   (div, aside, details, section)
 *
 * Definition Boxes
 *   - pre.def   for WebIDL definitions
 *   - table.def for tables that define other entities (e.g. CSS properties)
 *   - dl.def    for definition lists that define other entitles (e.g. HTML elements)
 *
 * Numbering
 *   - .secno for section numbers in .toc and headings (<span class='secno'>3.2</span>)
 *   - .marker for source-inserted example/figure/issue numbers (<span class='marker'>Issue 4</span>)
 *   - ::before styled for CSS-generated issue/example/figure numbers:
 *     -> Documents wishing to use this only need to add
 *        figcaption::before,
 *        .caption::before { content: "Figure "  counter(figure) " ";  }
 *        .example::before { content: "Example " counter(example) " "; }
 *        .issue::before   { content: "Issue "   counter(issue) " ";   }
 *
 * Header Stuff (ignore, just don't conflict with these classes)
 *   - .head for the header
 *   - .copyright for the copyright
 *
 * Outdated warning for old specs
 *
 * Miscellaneous
 *   - .overlarge for things that should be as wide as possible, even if
 *     that overflows the body text area. This can be used on an item or
 *     on its container, depending on the effect desired.
 *     Note that this styling basically doesn't help at all when printing,
 *     since A4 paper isn't much wider than the max-width here.
 *     It's better to design things to fit into a narrower measure if possible.
 *
 *   - js-added ToC jump links (see fixup.js)
 *
 ******************************************************************************/

/* color variables included separately for reliability */

/******************************************************************************/
/*                                    Body                                    */
/******************************************************************************/

	html {
	}

	body {
		counter-reset: example figure issue;

		/* Layout */
		max-width: 50em;			  /* limit line length to 50em for readability   */
		margin: 0 auto;				/* center text within page                    */
		padding: 1.6em 1.5em 2em 50px; /* assume 16px font size for downlevel clients */
		padding: 1.6em 1.5em 2em calc(26px + 1.5em); /* leave space for status flag    */

		/* Typography */
		line-height: 1.5;
		font-family: sans-serif;
		widows: 2;
		orphans: 2;
		word-wrap: break-word;
		overflow-wrap: break-word;
		hyphens: auto;

		color: black;
		color: var(--text);
		background: white top left fixed no-repeat;
		background: var(--bg) top left fixed no-repeat;
		background-size: 25px auto;
	}


/******************************************************************************/
/*                         Front Matter & Navigation                          */
/******************************************************************************/

/** Header ********************************************************************/

	div.head { margin-bottom: 1em; }
	div.head hr { border-style: solid; }

	div.head h1 {
		font-weight: bold;
		margin: 0 0 .1em;
		font-size: 220%;
	}

	div.head h2 { margin-bottom: 1.5em;}

/** W3C Logo ******************************************************************/

	.head .logo {
		float: right;
		margin: 0.4rem 0 0.2rem .4rem;
	}

	.head img[src*="logos/W3C"] {
		display: block;
		border: solid #1a5e9a;
		border: solid var(--logo-bg);
		border-width: .65rem .7rem .6rem;
		border-radius: .4rem;
		background: #1a5e9a;
		background: var(--logo-bg);
		color: white;
		color: var(--logo-text);
		font-weight: bold;
	}

	.head a:hover > img[src*="logos/W3C"],
	.head a:focus > img[src*="logos/W3C"] {
		opacity: .8;
	}

	.head a:active > img[src*="logos/W3C"] {
		background: #c00;
		background: var(--logo-active-bg);
		border-color: #c00;
		border-color: var(--logo-active-bg);
	}

	/* see also additional rules in Link Styling section */

/** Copyright *****************************************************************/

	p.copyright,
	p.copyright small { font-size: small; }

/** Back to Top / ToC Toggle **************************************************/

	@media print {
		#toc-nav {
			display: none;
		}
	}
	@media not print {
		#toc-nav {
			position: fixed;
			z-index: 3;
			bottom: 0; left: 0;
			margin: 0;
			min-width: 1.33em;
			border-top-right-radius: 2rem;
			box-shadow: 0 0 2px;
			font-size: 1.5em;
		}
		#toc-nav > a {
			display: block;
			white-space: nowrap;

			height: 1.33em;
			padding: .1em 0.3em;
			margin: 0;

			box-shadow: 0 0 2px;
			border: none;
			border-top-right-radius: 1.33em;

			color: #707070;
			color: var(--tocnav-normal-text);
			background: white;
			background: var(--tocnav-normal-bg);
		}
		#toc-nav > a:hover,
		#toc-nav > a:focus {
			color: black;
			color: var(--tocnav-hover-text);
			background: #f8f8f8;
			background: var(--tocnav-hover-bg);
		}
		#toc-nav > a:active {
			color: #c00;
			color: var(--tocnav-active-text);
			background: white;
			background: var(--tocnav-active-bg);
		}

		#toc-nav > #toc-jump {
			padding-bottom: 2em;
			margin-bottom: -1.9em;
		}

		/* statusbar gets in the way on keyboard focus; remove once browsers fix */
		#toc-nav > a[href="#toc"]:not(:hover):focus:last-child {
			padding-bottom: 1.5rem;
		}

		#toc-nav:not(:hover) > a:not(:focus) > span + span {
			/* Ideally this uses :focus-within on #toc-nav */
			display: none;
		}
		#toc-nav > a > span + span {
			padding-right: 0.2em;
		}
	}

/** ToC Sidebar ***************************************************************/

	/* Floating sidebar */
	@media screen {
		body.toc-sidebar #toc {
			position: fixed;
			top: 0; bottom: 0;
			left: 0;
			width: 23.5em;
			max-width: 80%;
			max-width: calc(100% - 2em - 26px);
			overflow: auto;
			padding: 0 1em;
			padding-left: 42px;
			padding-left: calc(1em + 26px);
			color: black;
			color: var(--tocsidebar-text);
			background: inherit;
			background-color: #f7f8f9;
			background-color: var(--tocsidebar-bg);
			z-index: 1;
			box-shadow: -.1em 0 .25em rgba(0,0,0,.1) inset;
			box-shadow: -.1em 0 .25em var(--tocsidebar-shadow) inset;
		}
		body.toc-sidebar #toc h2 {
			margin-top: .8rem;
			font-variant: small-caps;
			font-variant: all-small-caps;
			text-transform: lowercase;
			font-weight: bold;
			color: gray;
			color: hsla(203,20%,40%,.7);
			color: var(--tocsidebar-heading-text);
		}
		body.toc-sidebar #toc-jump:not(:focus) {
			width: 0;
			height: 0;
			padding: 0;
			position: absolute;
			overflow: hidden;
		}
	}
	/* Hide main scroller when only the ToC is visible anyway */
	@media screen and (max-width: 28em) {
		body.toc-sidebar {
			overflow: hidden;
		}
	}

	/* Sidebar with its own space */
	@media screen and (min-width: 78em) {
		body:not(.toc-inline) #toc {
			position: fixed;
			top: 0; bottom: 0;
			left: 0;
			width: 23.5em;
			overflow: auto;
			padding: 0 1em;
			padding-left: 42px;
			padding-left: calc(1em + 26px);
			color: black;
			color: var(--tocsidebar-text);
			background: inherit;
			background-color: #f7f8f9;
			background-color: var(--tocsidebar-bg);
			z-index: 1;
			box-shadow: -.1em 0 .25em rgba(0,0,0,.1) inset;
			box-shadow: -.1em 0 .25em var(--tocsidebar-shadow) inset;
		}
		body:not(.toc-inline) #toc h2 {
			margin-top: .8rem;
			font-variant: small-caps;
			font-variant: all-small-caps;
			text-transform: lowercase;
			font-weight: bold;
			color: gray;
			color: hsla(203,20%,40%,.7);
			color: var(--tocsidebar-heading-text);
		}

		body:not(.toc-inline) {
			padding-left: 29em;
		}
		/* See also Overflow section at the bottom */

		body:not(.toc-inline) #toc-jump:not(:focus) {
			width: 0;
			height: 0;
			padding: 0;
			position: absolute;
			overflow: hidden;
		}
	}
	@media screen and (min-width: 90em) {
		body:not(.toc-inline) {
			margin: 0 4em;
		}
	}

/******************************************************************************/
/*                                Sectioning                                  */
/******************************************************************************/

/** Headings ******************************************************************/

	h1, h2, h3, h4, h5, h6, dt {
		page-break-after: avoid;
		page-break-inside: avoid;
		font: 100% sans-serif;   /* Reset all font styling to clear out UA styles */
		font-family: inherit;	/* Inherit the font family. */
		line-height: 1.2;		/* Keep wrapped headings compact */
		hyphens: manual;		/* Hyphenated headings look weird */
	}

	h2, h3, h4, h5, h6 {
		margin-top: 3rem;
	}

	h1, h2, h3 {
		color: #005A9C;
		color: var(--heading-text);
	}

	h1 { font-size: 170%; }
	h2 { font-size: 140%; }
	h3 { font-size: 120%; }
	h4 { font-weight: bold; }
	h5 { font-style: italic; }
	h6 { font-variant: small-caps; }
	dt { font-weight: bold; }

/** Subheadings ***************************************************************/

	h1 + h2,
	#profile-and-date {
		/* #profile-and-date is a subtitle in an H2 under the H1 */
		margin-top: 0;
	}
	h2 + h3,
	h3 + h4,
	h4 + h5,
	h5 + h6 {
		margin-top: 1.2em; /* = 1 x line-height */
	}

/** Section divider ***********************************************************/

	:not(.head) > :not(.head) + hr {
		font-size: 1.5em;
		text-align: center;
		margin: 1em auto;
		height: auto;
		color: black;
		color: var(--hr-text);
		border: transparent solid 0;
		background: transparent;
	}
	:not(.head) > hr::before {
		content: "\2727\2003\2003\2727\2003\2003\2727";
	}

/******************************************************************************/
/*                            Paragraphs and Lists                            */
/******************************************************************************/

	p {
		margin: 1em 0;
	}

	dd > p:first-child,
	li > p:first-child {
		margin-top: 0;
	}

	ul, ol {
		margin-left: 0;
		padding-left: 2em;
	}

	li {
		margin: 0.25em 0 0.5em;
		padding: 0;
	}

	dl dd {
		margin: 0 0 .5em 2em;
	}

	.head dd + dd { /* compact for header */
		margin-top: -.5em;
	}

	/* Style for algorithms */
	ol.algorithm ol:not(.algorithm),
	.algorithm > ol ol:not(.algorithm) {
	border-left: 0.5em solid #DEF;
	border-left: 0.5em solid var(--algo-border);
	}

	/* Put nice boxes around each algorithm. */
	[data-algorithm]:not(.heading) {
	 padding: .5em;
	 border: thin solid #ddd;
	 border: thin solid var(--algo-border);
	 border-radius: .5em;
	 margin: .5em calc(-0.5em - 1px);
	}
	[data-algorithm]:not(.heading) > :first-child {
	 margin-top: 0;
	}
	[data-algorithm]:not(.heading) > :last-child {
	 margin-bottom: 0;
	}

	/* Style for switch/case <dl>s */
	dl.switch > dd > ol.only,
	dl.switch > dd > .only > ol {
	margin-left: 0;
	}
	dl.switch > dd > ol.algorithm,
	dl.switch > dd > .algorithm > ol {
	margin-left: -2em;
	}
	dl.switch {
	padding-left: 2em;
	}
	dl.switch > dt {
	text-indent: -1.5em;
	margin-top: 1em;
	}
	dl.switch > dt + dt {
	margin-top: 0;
	}
	dl.switch > dt::before {
	content: '\21AA';
	padding: 0 0.5em 0 0;
	display: inline-block;
	width: 1em;
	text-align: right;
	line-height: 0.5em;
	}

/** Terminology Markup ********************************************************/


/******************************************************************************/
/*                                 Inline Markup                              */
/******************************************************************************/

/** Terminology Markup ********************************************************/
	dfn   { /* Defining instance */
		font-weight: bolder;
	}
	a > i { /* Instance of term */
		font-style: normal;
	}
	dt dfn code, code.idl {
		font-size: inherit;
	}
	dfn var {
		font-style: normal;
	}

/** Change Marking ************************************************************/

	del {
		color: #aa0000;
		color: var(--del-text);
		background: transparent;
		background: var(--del-bg);
		text-decoration: line-through;
	}
	ins {
		color: #006100;
		color: var(--ins-text);
		background: transparent;
		background: var(--ins-bg);
		text-decoration: underline;
	}

	/* for amendments (candidate/proposed changes) */

	.amendment ins, .correction ins, .addition ins,
	ins[class^=c] {
		text-decoration-style: dotted;
	}
	.amendment del, .correction del, .addition del,
	del[class^=c] {
		text-decoration-style: dotted;
	}
	.amendment.proposed ins, .correction.proposed ins, .addition.proposed ins,
	ins[class^=c].proposed {
		text-decoration-style: double;
	}
	.amendment.proposed del, .correction.proposed del, .addition.proposed del,
	del[class^=c].proposed {
		text-decoration-style: double;
	}

/** Miscellaneous improvements to inline formatting ***************************/

	sup {
		vertical-align: super;
		font-size: 80%
	}

/******************************************************************************/
/*                                    Code                                    */
/******************************************************************************/

/** General monospace/pre rules ***********************************************/

	pre, code, samp {
		font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
		font-size: .9em;
		hyphens: none;
		text-transform: none;
		text-align: left;
		text-align: start;
		font-variant: normal;
		orphans: 3;
		widows: 3;
		page-break-before: avoid;
	}
	pre code,
	code code {
		font-size: 100%;
	}

	pre {
		margin-top: 1em;
		margin-bottom: 1em;
		overflow: auto;
	}

/** Inline Code fragments *****************************************************/

	/* Do something nice. */

/******************************************************************************/
/*                                    Links                                   */
/******************************************************************************/

/** General Hyperlinks ********************************************************/

	/* We hyperlink a lot, so make it less intrusive */
	a[href] {
		color: #034575;
		color: var(--a-normal-text);
		text-decoration: underline #707070;
		text-decoration: underline var(--a-normal-underline);
		text-decoration-skip-ink: none;
	}
	a:visited {
		color: #034575;
		color: var(--a-visited-text);
		text-decoration-color: #bbb;
		text-decoration-color: var(--a-visited-underline);
	}

	/* Indicate interaction with the link */
	a[href]:focus,
	a[href]:hover {
		text-decoration-thickness: 2px;
	}
	a[href]:active {
		color: #c00;
		color: var(--a-active-text);
		text-decoration-color: #c00;
		text-decoration-color: var(--a-active-underline);
	}

	/* Backout above styling for W3C logo */
	.head .logo,
	.head .logo a {
		border: none;
		text-decoration: none;
		background: transparent;
	}

/******************************************************************************/
/*                                    Images                                  */
/******************************************************************************/

	img {
		border-style: none;
	}

	img, svg {
		/* Intentionally not color-scheme aware. */
		background: white;
	}

	/* For autogen numbers, add
	  .caption::before, figcaption::before { content: "Figure " counter(figure) ". "; }
	*/

	figure, .figure, .sidefigure {
		page-break-inside: avoid;
		text-align: center;
		margin: 2.5em 0;
	}
	.figure img,	.sidefigure img,	figure img,
	.figure object, .sidefigure object, figure object {
		max-width: 100%;
		margin: auto;
		height: auto;
	}
	.figure pre, .sidefigure pre, figure pre {
		text-align: left;
		display: table;
		margin: 1em auto;
	}
	.figure table, figure table {
		margin: auto;
	}
	@media screen and (min-width: 20em) {
		.sidefigure {
			float: right;
			width: 50%;
			margin: 0 0 0.5em 0.5em;
		}
	}
	.caption, figcaption, caption {
		font-style: italic;
		font-size: 90%;
	}
	.caption::before, figcaption::before, figcaption > .marker {
		font-weight: bold;
	}
	.caption, figcaption {
		counter-increment: figure;
	}

	/* DL list is indented 2em, but figure inside it is not */
	dd > .figure, dd > figure { margin-left: -2em; }

/******************************************************************************/
/*                             Colored Boxes                                  */
/******************************************************************************/

	.issue, .note, .example, .assertion, .advisement, blockquote,
	.amendment, .correction, .addition {
		margin: 1em auto;
		padding: .5em;
		border: .5em;
		border-left-style: solid;
		page-break-inside: avoid;
	}
	span.issue, span.note {
		padding: .1em .5em .15em;
		border-right-style: solid;
	}

	blockquote > :first-child,
	.note  > p:first-child,
	.issue > p:first-child,
	.amendment > p:first-child,
	.correction > p:first-child,
	.addition > p:first-child {
		margin-top: 0;
	}
	blockquote > :last-child,
	.note  > p:last-child,
	.issue > p:last-child,
	.amendment > p:last-child,
	.correction > p:last-child,
	.addition > p:last-child {
		margin-bottom: 0;
	}


	.issue::before, .issue > .marker,
	.example::before, .example > .marker,
	.note::before, .note > .marker,
	details.note > summary > .marker,
	.amendment::before, .amendment > .marker,
	details.amendment > summary > .marker,
	.addition::before, .addition > .marker,
	addition.amendment > summary > .marker,
	.correction::before, .correction > .marker,
	correction.amendment > summary > .marker
	{
		text-transform: uppercase;
		padding-right: 1em;
	}

	.example::before, .example > .marker {
		display: block;
		padding-right: 0em;
	}

/** Blockquotes ***************************************************************/

	blockquote {
		border-color: silver;
		border-color: var(--blockquote-border);
		background: transparent;
		background: var(--blockquote-bg);
		color: currentcolor;
		color: var(--blockquote-text);
	}

/** Open issue ****************************************************************/

	.issue {
		border-color: #e05252;
		border-color: var(--issue-border);
		background: #fbe9e9;
		background: var(--issue-bg);
		color: black;
		color: var(--issue-text);
		counter-increment: issue;
		overflow: auto;
	}
	.issue::before, .issue > .marker {
		color: #831616;
		color: var(--issueheading-text);
	}
	/* Add .issue::before { content: "Issue " counter(issue) " "; } for autogen numbers,
	  or use class="marker" to mark up the issue number in source. */

/** Example *******************************************************************/

	.example {
		border-color: #e0cb52;
		border-color: var(--example-border);
		background: #fcfaee;
		background: var(--example-bg);
		color: black;
		color: var(--example-text);
		counter-increment: example;
		overflow: auto;
		clear: both;
	}
	.example::before, .example > .marker {
		color: #574b0f;
		color: var(--exampleheading-text);
	}
	/* Add .example::before { content: "Example " counter(example) " "; } for autogen numbers,
	  or use class="marker" to mark up the example number in source. */

/** Non-normative Note ********************************************************/

	.note {
		border-color: #52e052;
		border-color: var(--note-border);
		background: #e9fbe9;
		background: var(--note-bg);
		color: black;
		color: var(--note-text);
		overflow: auto;
	}

	.note::before, .note > .marker,
	details.note > summary {
		color: hsl(120, 70%, 30%);
		color: var(--noteheading-text);
	}
	/* Add .note::before { content: "Note "; } for autogen label,
	  or use class="marker" to mark up the label in source. */

	details.note[open] > summary {
		border-bottom: 1px silver solid;
		border-bottom: 1px var(--notesummary-underline) solid;
	}

/** Assertion Box *************************************************************/
	/*  for assertions in algorithms */

	.assertion {
		border-color: #AAA;
		border-color: var(--assertion-border);
		background: #EEE;
		background: var(--assertion-bg);
		color: black;
		color: var(--assertion-text);
	}

/** Advisement Box ************************************************************/
	/*  for attention-grabbing normative statements */

	.advisement {
		border-color: orange;
		border-color: var(--advisement-border);
		border-style: none solid;
		background: #fec;
		background: var(--advisement-bg);
		color: black;
		color: var(--advisement-text);
	}
	strong.advisement {
		display: block;
		text-align: center;
	}
	.advisement::before, .advisement > .marker {
		color: #b35f00;
		color: var(--advisementheading-text);
	}

/** Amendment Box *************************************************************/

	.amendment, .correction, .addition {
		border-color: #330099;
		border-color: var(--amendment-border);
		background: #F5F0FF;
		background: var(--amendment-bg);
		color: black;
		color: var(--amendment-text);
	}
	.amendment.proposed, .correction.proposed, .addition.proposed {
		border-style: solid;
		border-block-width: 0.25em;
	}
	.amendment::before, .amendment > .marker,
	details.amendment > summary::before, details.amendment > summary > .marker,
	.correction::before, .correction > .marker,
	details.correction > summary::before, details.correction > summary > .marker,
	.addition::before, .addition > .marker,
	details.addition > summary::before, details.addition > summary > .marker {
		color: #220066;
		color: var(--amendmentheading-text);
	}
	.amendment.proposed::before, .amendment.proposed > .marker,
	details.amendment.proposed > summary::before, details.amendment.proposed > summary > .marker,
	.correction.proposed::before, .correction.proposed > .marker,
	details.correction.proposed > summary::before, details.correction.proposed > summary > .marker,
	.addition.proposed::before, .addition.proposed > .marker,
	details.addition.proposed > summary::before, details.addition.proposed > summary > .marker {
		font-weight: bold;
	}

/** Spec Obsoletion Notice ****************************************************/
	/* obnoxious obsoletion notice for older/abandoned specs. */

	details {
		display: block;
	}
	summary {
		font-weight: bolder;
	}

	.annoying-warning:not(details),
	details.annoying-warning:not([open]) > summary,
	details.annoying-warning[open] {
		background: hsla(40,100%,50%,0.95);
		background: var(--warning-bg);
		color: black;
		color: var(--warning-text);
		padding: .75em 1em;
		border: red;
		border: var(--warning-border);
		border-style: solid none;
		box-shadow: 0 2px 8px black;
		text-align: center;
	}
	.annoying-warning :last-child {
		margin-bottom: 0;
	}

@media not print {
	details.annoying-warning[open] {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 2em;
		z-index: 1000;
	}
}

	details.annoying-warning:not([open]) > summary {
		text-align: center;
	}

/** Entity Definition Boxes ***************************************************/

	.def {
		padding: .5em 1em;
		background: #def;
		background: var(--def-bg);
		margin: 1.2em 0;
		border-left: 0.5em solid #8ccbf2;
		border-left: 0.5em solid var(--def-border);
		color: black;
		color: var(--def-text);
	}

/******************************************************************************/
/*                                    Tables                                  */
/******************************************************************************/

	th, td {
		text-align: left;
		text-align: start;
	}

/** Property/Descriptor Definition Tables *************************************/

	table.def {
		/* inherits .def box styling, see above */
		width: 100%;
		border-spacing: 0;
	}

	table.def td,
	table.def th {
		padding: 0.5em;
		vertical-align: baseline;
		border-bottom: 1px solid #bbd7e9;
		border-bottom: 1px solid var(--defrow-border);
	}

	table.def > tbody > tr:last-child th,
	table.def > tbody > tr:last-child td {
		border-bottom: 0;
	}

	table.def th {
		font-style: italic;
		font-weight: normal;
		padding-left: 1em;
		width: 3em;
	}

	/* For when values are extra-complex and need formatting for readability */
	table td.pre {
		white-space: pre-wrap;
	}

	/* A footnote at the bottom of a def table */
	table.def td.footnote {
		padding-top: 0.6em;
	}
	table.def td.footnote::before {
		content: " ";
		display: block;
		height: 0.6em;
		width: 4em;
		border-top: thin solid;
	}

/** Data tables (and properly marked-up index tables) *************************/
	/*
		<table class="data"> highlights structural relationships in a table
		when correct markup is used (e.g. thead/tbody, th vs. td, scope attribute)

		Use class="complex data" for particularly complicated tables --
		(This will draw more lines: busier, but clearer.)

		Use class="long" on table cells with paragraph-like contents
		(This will adjust text alignment accordingly.)
		Alternately use class="longlastcol" on tables, to have the last column assume "long".
	*/

	table {
		word-wrap: normal;
		overflow-wrap: normal;
		hyphens: manual;
	}

	table.data,
	table.index {
		margin: 1em auto;
		border-collapse: collapse;
		border: hidden;
		width: 100%;
	}
	table.data caption,
	table.index caption {
		max-width: 50em;
		margin: 0 auto 1em;
	}

	table.data td,  table.data th,
	table.index td, table.index th {
		padding: 0.5em 1em;
		border-width: 1px;
		border-color: silver;
		border-color: var(--datacell-border);
		border-top-style: solid;
	}

	table.data thead td:empty {
		padding: 0;
		border: 0;
	}

	table.data  thead,
	table.index thead,
	table.data  tbody,
	table.index tbody {
		border-bottom: 2px solid;
	}

	table.data colgroup,
	table.index colgroup {
		border-left: 2px solid;
	}

	table.data  tbody th:first-child,
	table.index tbody th:first-child  {
		border-right: 2px solid;
		border-top: 1px solid silver;
		border-top: 1px solid var(--datacell-border);
		padding-right: 1em;
	}

	table.data th[colspan],
	table.data td[colspan] {
		text-align: center;
	}

	table.complex.data th,
	table.complex.data td {
		border: 1px solid silver;
		border: 1px solid var(--datacell-border);
		text-align: center;
	}

	table.data.longlastcol td:last-child,
	table.data td.long {
		vertical-align: baseline;
		text-align: left;
	}

	table.data img {
		vertical-align: middle;
	}


/*
Alternate table alignment rules

	table.data,
	table.index {
		text-align: center;
	}

	table.data  thead th[scope="row"],
	table.index thead th[scope="row"] {
		text-align: right;
	}

	table.data  tbody th:first-child,
	table.index tbody th:first-child  {
		text-align: right;
	}

Possible extra rowspan handling

	table.data  tbody th[rowspan]:not([rowspan='1']),
	table.index tbody th[rowspan]:not([rowspan='1']),
	table.data  tbody td[rowspan]:not([rowspan='1']),
	table.index tbody td[rowspan]:not([rowspan='1']) {
		border-left: 1px solid silver;
	}

	table.data  tbody th[rowspan]:first-child,
	table.index tbody th[rowspan]:first-child,
	table.data  tbody td[rowspan]:first-child,
	table.index tbody td[rowspan]:first-child{
		border-left: 0;
		border-right: 1px solid silver;
	}
*/

/******************************************************************************/
/*                                  Indices                                   */
/******************************************************************************/


/** Table of Contents *********************************************************/

	.toc a {
		/* More spacing; use padding to make it part of the click target. */
		padding: 0.1rem 1px 0;
		/* Larger, more consistently-sized click target */
		display: block;
		/* Switch to using border-bottom for underlines */
		text-decoration: none;
		border-bottom: 1px solid;
		/* Reverse color scheme */
		color: black;
		color: var(--toclink-text);
		border-color: #3980b5;
		border-color: var(--toclink-underline);
	}
	.toc a:visited {
		color: black;
		color: var(--toclink-visited-text);
		border-color: #054572;
		border-color: var(--toclink-visited-underline);
	}
	.toc a:focus,
	.toc a:hover {
		background: rgba(75%, 75%, 75%, .25);
		background: var(--a-hover-bg);
		border-bottom-width: 3px;
		margin-bottom: -2px;
	}
	.toc a:not(:focus):not(:hover) {
		/* Allow colors to cascade through from link styling */
		border-bottom-color: transparent;
	}

	.toc, .toc ol, .toc ul, .toc li {
		list-style: none; /* Numbers must be inlined into source */
		/* because generated content isn't search/selectable and markers can't do multilevel yet */
		margin:  0;
		padding: 0;
	}
	.toc {
		line-height: 1.1em;
	}

	/* ToC not indented until third level, but font style & margins show hierarchy */
	.toc > li			{ font-weight: bold;   }
	.toc > li li		 { font-weight: normal; }
	.toc > li li li	  { font-size:   95%;	}
	.toc > li li li li	{ font-size:   90%;	}
	.toc > li li li li li { font-size:   85%;	}

	/* @supports not (display:grid) { */
		.toc > li			{ margin: 1.5rem 0;	}
		.toc > li li		 { margin: 0.3rem 0;	}
		.toc > li li li	  { margin-left: 2rem;   }

		/* Section numbers in a column of their own */
		.toc .secno {
			float: left;
			width: 4rem;
			white-space: nowrap;
		}
		.toc > li li li li .secno { font-size: 85%; }
		.toc > li li li li li .secno { font-size: 100%; }

		.toc li {
			clear: both;
		}

		:not(li) > .toc			 { margin-left:  5rem; }
		.toc .secno				 { margin-left: -5rem; }
		.toc > li li li .secno	  { margin-left: -7rem; }
		.toc > li li li li .secno	{ margin-left: -9rem; }
		.toc > li li li li li .secno { margin-left: -11rem; }

		/* Tighten up indentation in narrow ToCs */
		@media (max-width: 30em) {
			:not(li) > .toc			 { margin-left:  4rem; }
			.toc .secno				 { margin-left: -4rem; }
			.toc > li li li			 { margin-left:  1rem; }
			.toc > li li li .secno	  { margin-left: -5rem; }
			.toc > li li li li .secno	{ margin-left: -6rem; }
			.toc > li li li li li .secno { margin-left: -7rem; }
		}
		/* Loosen it on wide screens */
		@media screen and (min-width: 78em) {
			body:not(.toc-inline) :not(li) > .toc			 { margin-left:  4rem; }
			body:not(.toc-inline) .toc .secno				 { margin-left: -4rem; }
			body:not(.toc-inline) .toc > li li li			 { margin-left:  1rem; }
			body:not(.toc-inline) .toc > li li li .secno	  { margin-left: -5rem; }
			body:not(.toc-inline) .toc > li li li li .secno	{ margin-left: -6rem; }
			body:not(.toc-inline) .toc > li li li li li .secno { margin-left: -7rem; }
	}
	/* } */

	@supports (display:grid) and (display:contents) {
		/* Use #toc over .toc to override non-@supports rules. */
		#toc {
			display: grid;
			align-content: start;
			grid-template-columns: auto 1fr;
			grid-column-gap: 1rem;
			column-gap: 1rem;
			grid-row-gap: .6rem;
			row-gap: .6rem;
		}
		#toc h2 {
			grid-column: 1 / -1;
			margin-bottom: 0;
		}
		#toc ol,
		#toc li,
		#toc a {
			display: contents;
			/* Switch <a> to subgrid when supported */
		}
		#toc span {
			margin: 0;
		}
		#toc > .toc > li > a > span {
			/* The spans of the top-level list,
			  comprising the first items of each top-level section. */
			margin-top: 1.1rem;
		}
		#toc#toc .secno { /* Ugh, need more specificity to override base.css */
			grid-column: 1;
			width: auto;
			margin-left: 0;
		}
		#toc .content {
			grid-column: 2;
			width: auto;
			margin-right: 1rem;
		}
		#toc .content:hover,
		#toc .content:focus {
			background: rgba(75%, 75%, 75%, .25);
			background: var(--a-hover-bg);
			border-bottom: 3px solid #054572;
			border-bottom: 3px solid var(--toclink-underline);
			margin-bottom: -3px;
		}
		#toc li li li .content {
			margin-left: 1rem;
		}
		#toc li li li li .content {
			margin-left: 2rem;
		}
	}


/** Index *********************************************************************/

	/* Index Lists: Layout */
	ul.index	  { margin-left: 0; columns: 15em; text-indent: 1em hanging; }
	ul.index li	{ margin-left: 0; list-style: none; break-inside: avoid; }
	ul.index li li { margin-left: 1em; }
	ul.index dl	{ margin-top: 0; }
	ul.index dt	{ margin: .2em 0 .2em 20px;}
	ul.index dd	{ margin: .2em 0 .2em 40px;}
	/* Index Lists: Typography */
	ul.index ul,
	ul.index dl { font-size: smaller; }
	@media not print {
		ul.index li span:not(.dfn-paneled) {
			white-space: nowrap;
			color: transparent; }
		ul.index li a:hover + span,
		ul.index li a:focus + span {
			color: #707070;
			color: var(--indexinfo-text);
		}
	}

/** Index Tables *****************************************************/
	/* See also the data table styling section, which this effectively subclasses */

	table.index {
		font-size: small;
		border-collapse: collapse;
		border-spacing: 0;
		text-align: left;
		margin: 1em 0;
	}

	table.index td,
	table.index th {
		padding: 0.4em;
	}

	table.index tr:hover td:not([rowspan]),
	table.index tr:hover th:not([rowspan]) {
		color: black;
		color: var(--indextable-hover-text);
		background: #f7f8f9;
		background: var(--indextable-hover-bg);
	}

	/* The link in the first column in the property table (formerly a TD) */
	table.index th:first-child a {
		font-weight: bold;
	}

/** Outdated warning **********************************************************/

.outdated-spec {
	color: black;
	color: var(--outdatedspec-text);
	background-color: rgba(0,0,0,0.5);
	background-color: var(--outdatedspec-bg);
}

.outdated-warning {
	position: fixed;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	background: maroon;
	background: var(--outdated-bg);
	color: white;
	color: var(--outdated-text);
	border-radius: 1em;
	box-shadow: 0 0 1em red;
	box-shadow: 0 0 1em var(--outdated-shadow);
	padding: 2em;
	text-align: center;
	z-index: 2;
}

.outdated-warning a {
	color: currentcolor;
	background: transparent;
}

.edited-rec-warning {
	background: darkorange;
	background: var(--editedrec-bg);
	box-shadow: 0 0 1em;
}

.outdated-warning button {
	color: var(--outdated-text);
	border-radius: 1em;
	box-shadow: 0 0 1em red;
	box-shadow: 0 0 1em var(--outdated-shadow);
	padding: 2em;
	text-align: center;
	z-index: 2;
}

.outdated-warning a {
	color: currentcolor;
	background: transparent;
}

.edited-rec-warning {
	background: darkorange;
	background: var(--editedrec-bg);
	box-shadow: 0 0 1em;
}

.outdated-warning button {
	position: absolute;
	top: 0;
	right:0;
	margin: 0;
	border: 0;
	padding: 0.25em 0.5em;
	background: transparent;
	color: white;
	color: var(--outdated-text);
	font:1em sans-serif;
	text-align:center;
}

.outdated-warning span {
	display: block;
}

.outdated-collapsed {
	bottom: 0;
	border-radius: 0;
	width: 100%;
	padding: 0;
}

/******************************************************************************/
/*                                    Print                                   */
/******************************************************************************/

	@media print {
		/* Pages have their own margins. */
		html {
			margin: 0;
		}
		/* Serif for print. */
		body {
			font-family: serif;
		}

		.outdated-warning {
			position: absolute;
			border-style: solid;
			border-color: red;
		}

		.outdated-warning input {
			display: none;
		}
	}
	@page {
		margin: 1.5cm 1.1cm;
	}



/******************************************************************************/
/*                             Overflow Control                               */
/******************************************************************************/

	.figure .caption, .sidefigure .caption, figcaption {
		/* in case figure is overlarge, limit caption to 50em */
		max-width: 50rem;
		margin-left: auto;
		margin-right: auto;
	}
	.overlarge {
		/* Magic to create good item positioning:
		  "content column" is 50ems wide at max; less on smaller screens.
		  Extra space (after ToC + content) is empty on the right.

		  1. When item < content column, centers item in column.
		  2. When content < item < available, left-aligns.
		  3. When item > available, fills available + scroll bar.
		*/
		display: grid;
		grid-template-columns: minmax(0, 50em);
	}
	.overlarge > table {
		/* limit preferred width of table */
		max-width: 50em;
		margin-left: auto;
		margin-right: auto;
	}

	@media (min-width: 55em) {
		.overlarge {
			margin-right: calc(13px + 26.5rem - 50vw);
			max-width: none;
		}
	}
	@media screen and (min-width: 78em) {
		body:not(.toc-inline) .overlarge {
			/* 30.5em body padding 50em content area */
			margin-right: calc(40em - 50vw) !important;
		}
	}
	@media screen and (min-width: 90em) {
		body:not(.toc-inline) .overlarge {
			/* 4em html margin 30.5em body padding 50em content area */
			margin-right: calc(84.5em - 100vw) !important;
		}
	}

	@media not print {
		.overlarge {
			overflow-x: auto;
			/* See Lea Verou's explanation background-attachment:
			* http://lea.verou.me/2012/04/background-attachment-local/
			*
			background: top left  / 4em 100% linear-gradient(to right,  #ffffff, rgba(255, 255, 255, 0)) local,
						top right / 4em 100% linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)) local,
						top left  / 1em 100% linear-gradient(to right,  #c3c3c5, rgba(195, 195, 197, 0)) scroll,
						top right / 1em 100% linear-gradient(to left, #c3c3c5, rgba(195, 195, 197, 0)) scroll,
						white;
			background-repeat: no-repeat;
			*/
		}
	}
</style>
<style type="text/css">
    table, th, td {
      border: 1px solid black;
      border-collapse: collapse;
      vertical-align: top;
    }
    th, td {
      border-left: none;
      border-right: none;
      padding: 0px 10px;
    }
    th {
      text-align: center;
    }

    del { background: #fcc; color: #000; text-decoration: line-through; }
    ins { background: #cfc; color: #000; }
    blockquote .highlight:not(.idl) { background: initial; margin: initial; padding: 0.5em }
    blockquote ul { background: inherit; }
    blockquote code.highlight:not(.idl) { padding: initial; }
    blockquote c-[a] { color: inherit; } /* Keyword.Declaration */
    blockquote c-[b] { color: inherit; } /* Keyword.Type */
    blockquote c-[c] { color: inherit; } /* Comment */
    blockquote c-[d] { color: inherit; } /* Comment.Multiline */
    blockquote c-[e] { color: inherit; } /* Name.Attribute */
    blockquote c-[f] { color: inherit; } /* Name.Tag */
    blockquote c-[g] { color: inherit; } /* Name.Variable */
    blockquote c-[k] { color: inherit; } /* Keyword */
    blockquote c-[l] { color: inherit; } /* Literal */
    blockquote c-[m] { color: inherit; } /* Literal.Number */
    blockquote c-[n] { color: inherit; } /* Name */
    blockquote c-[o] { color: inherit; } /* Operator */
    blockquote c-[p] { color: inherit; } /* Punctuation */
    blockquote c-[s] { color: inherit; } /* Literal.String */
    blockquote c-[t] { color: inherit; } /* Literal.String.Single */
    blockquote c-[u] { color: inherit; } /* Literal.String.Double */
    blockquote c-[cp] { color: inherit; } /* Comment.Preproc */
    blockquote c-[c1] { color: inherit; } /* Comment.Single */
    blockquote c-[cs] { color: inherit; } /* Comment.Special */
    blockquote c-[kc] { color: inherit; } /* Keyword.Constant */
    blockquote c-[kn] { color: inherit; } /* Keyword.Namespace */
    blockquote c-[kp] { color: inherit; } /* Keyword.Pseudo */
    blockquote c-[kr] { color: inherit; } /* Keyword.Reserved */
    blockquote c-[ld] { color: inherit; } /* Literal.Date */
    blockquote c-[nc] { color: inherit; } /* Name.Class */
    blockquote c-[no] { color: inherit; } /* Name.Constant */
    blockquote c-[nd] { color: inherit; } /* Name.Decorator */
    blockquote c-[ni] { color: inherit; } /* Name.Entity */
    blockquote c-[ne] { color: inherit; } /* Name.Exception */
    blockquote c-[nf] { color: inherit; } /* Name.Function */
    blockquote c-[nl] { color: inherit; } /* Name.Label */
    blockquote c-[nn] { color: inherit; } /* Name.Namespace */
    blockquote c-[py] { color: inherit; } /* Name.Property */
    blockquote c-[ow] { color: inherit; } /* Operator.Word */
    blockquote c-[mb] { color: inherit; } /* Literal.Number.Bin */
    blockquote c-[mf] { color: inherit; } /* Literal.Number.Float */
    blockquote c-[mh] { color: inherit; } /* Literal.Number.Hex */
    blockquote c-[mi] { color: inherit; } /* Literal.Number.Integer */
    blockquote c-[mo] { color: inherit; } /* Literal.Number.Oct */
    blockquote c-[sb] { color: inherit; } /* Literal.String.Backtick */
    blockquote c-[sc] { color: inherit; } /* Literal.String.Char */
    blockquote c-[sd] { color: inherit; } /* Literal.String.Doc */
    blockquote c-[se] { color: inherit; } /* Literal.String.Escape */
    blockquote c-[sh] { color: inherit; } /* Literal.String.Heredoc */
    blockquote c-[si] { color: inherit; } /* Literal.String.Interpol */
    blockquote c-[sx] { color: inherit; } /* Literal.String.Other */
    blockquote c-[sr] { color: inherit; } /* Literal.String.Regex */
    blockquote c-[ss] { color: inherit; } /* Literal.String.Symbol */
    blockquote c-[vc] { color: inherit; } /* Name.Variable.Class */
    blockquote c-[vg] { color: inherit; } /* Name.Variable.Global */
    blockquote c-[vi] { color: inherit; } /* Name.Variable.Instance */
    blockquote c-[il] { color: inherit; } /* Literal.Number.Integer.Long */
  </style>
  <meta content="Bikeshed version a210b7d86, updated Thu Sep 16 13:45:19 2021 -0700" name="generator">
  <link href="https://wg21.link/P2400" rel="canonical">
  <link href="https://isocpp.org/favicon.ico" rel="icon">
<style>
svg {
  background: transparent;
}
th {
  text-align: left;
}
table, th, tr, td {
  border: 2px solid black !important;
}
@media (prefers-color-scheme: dark) {
  table, th, tr, td {
    border: 2px solid white !important;
  }
}
.warning {
  color: red;
  font-weight: bold;
}
</style>
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
    color: var(--a-normal-text);
    font-size: inherit;
    font-family: inherit;
}
.css::before, .property::before, .descriptor::before {
    content: "‘";
}
.css::after, .property::after, .descriptor::after {
    content: "’";
}
.property, .descriptor {
    /* Don't wrap property and descriptor names */
    white-space: nowrap;
}
.type { /* CSS value <type> */
    font-style: italic;
}
pre .property::before, pre .property::after {
    content: "";
}
[data-link-type="property"]::before,
[data-link-type="propdesc"]::before,
[data-link-type="descriptor"]::before,
[data-link-type="value"]::before,
[data-link-type="function"]::before,
[data-link-type="at-rule"]::before,
[data-link-type="selector"]::before,
[data-link-type="maybe"]::before {
    content: "‘";
}
[data-link-type="property"]::after,
[data-link-type="propdesc"]::after,
[data-link-type="descriptor"]::after,
[data-link-type="value"]::after,
[data-link-type="function"]::after,
[data-link-type="at-rule"]::after,
[data-link-type="selector"]::after,
[data-link-type="maybe"]::after {
    content: "’";
}

[data-link-type].production::before,
[data-link-type].production::after,
.prod [data-link-type]::before,
.prod [data-link-type]::after {
    content: "";
}

[data-link-type=element],
[data-link-type=element-attr] {
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
    font-size: .9em;
}
[data-link-type=element]::before { content: "<" }
[data-link-type=element]::after  { content: ">" }

[data-link-type=biblio] {
    white-space: pre;
}</style>
<style>/* style-colors */

/* Any --*-text not paired with a --*-bg is assumed to have a transparent bg */
:root {
    color-scheme: light dark;

    --text: black;
    --bg: white;

    --unofficial-watermark: url(https://www.w3.org/StyleSheets/TR/2016/logos/UD-watermark);

    --logo-bg: #1a5e9a;
    --logo-active-bg: #c00;
    --logo-text: white;

    --tocnav-normal-text: #707070;
    --tocnav-normal-bg: var(--bg);
    --tocnav-hover-text: var(--tocnav-normal-text);
    --tocnav-hover-bg: #f8f8f8;
    --tocnav-active-text: #c00;
    --tocnav-active-bg: var(--tocnav-normal-bg);

    --tocsidebar-text: var(--text);
    --tocsidebar-bg: #f7f8f9;
    --tocsidebar-shadow: rgba(0,0,0,.1);
    --tocsidebar-heading-text: hsla(203,20%,40%,.7);

    --toclink-text: var(--text);
    --toclink-underline: #3980b5;
    --toclink-visited-text: var(--toclink-text);
    --toclink-visited-underline: #054572;

    --heading-text: #005a9c;

    --hr-text: var(--text);

    --algo-border: #def;

    --del-text: red;
    --del-bg: transparent;
    --ins-text: #080;
    --ins-bg: transparent;

    --a-normal-text: #034575;
    --a-normal-underline: #bbb;
    --a-visited-text: var(--a-normal-text);
    --a-visited-underline: #707070;
    --a-hover-bg: rgba(75%, 75%, 75%, .25);
    --a-active-text: #c00;
    --a-active-underline: #c00;

    --blockquote-border: silver;
    --blockquote-bg: transparent;
    --blockquote-text: currentcolor;

    --issue-border: #e05252;
    --issue-bg: #fbe9e9;
    --issue-text: var(--text);
    --issueheading-text: #831616;

    --example-border: #e0cb52;
    --example-bg: #fcfaee;
    --example-text: var(--text);
    --exampleheading-text: #574b0f;

    --note-border: #52e052;
    --note-bg: #e9fbe9;
    --note-text: var(--text);
    --noteheading-text: hsl(120, 70%, 30%);
    --notesummary-underline: silver;

    --assertion-border: #aaa;
    --assertion-bg: #eee;
    --assertion-text: black;

    --advisement-border: orange;
    --advisement-bg: #fec;
    --advisement-text: var(--text);
    --advisementheading-text: #b35f00;

    --warning-border: red;
    --warning-bg: hsla(40,100%,50%,0.95);
    --warning-text: var(--text);

    --amendment-border: #330099;
    --amendment-bg: #F5F0FF;
    --amendment-text: var(--text);
    --amendmentheading-text: #220066;

    --def-border: #8ccbf2;
    --def-bg: #def;
    --def-text: var(--text);
    --defrow-border: #bbd7e9;

    --datacell-border: silver;

    --indexinfo-text: #707070;

    --indextable-hover-text: black;
    --indextable-hover-bg: #f7f8f9;

    --outdatedspec-bg: rgba(0, 0, 0, .5);
    --outdatedspec-text: black;
    --outdated-bg: maroon;
    --outdated-text: white;
    --outdated-shadow: red;

    --editedrec-bg: darkorange;
}</style>
<style>/* style-counters */

body {
    counter-reset: example figure issue;
}
.issue {
    counter-increment: issue;
}
.issue:not(.no-marker)::before {
    content: "Issue " counter(issue);
}

.example {
    counter-increment: example;
}
.example:not(.no-marker)::before {
    content: "Example " counter(example);
}
.invalid.example:not(.no-marker)::before,
.illegal.example:not(.no-marker)::before {
    content: "Invalid Example" counter(example);
}

figcaption {
    counter-increment: figure;
}
figcaption:not(.no-marker)::before {
    content: "Figure " counter(figure) " ";
}</style>
<style>/* style-md-lists */

/* This is a weird hack for me not yet following the commonmark spec
   regarding paragraph and lists. */
[data-md] > :first-child {
    margin-top: 0;
}
[data-md] > :last-child {
    margin-bottom: 0;
}</style>
<style>/* style-selflinks */

:root {
    --selflink-text: white;
    --selflink-bg: gray;
    --selflink-hover-text: black;
}
.heading, .issue, .note, .example, li, dt {
    position: relative;
}
a.self-link {
    position: absolute;
    top: 0;
    left: calc(-1 * (3.5rem - 26px));
    width: calc(3.5rem - 26px);
    height: 2em;
    text-align: center;
    border: none;
    transition: opacity .2s;
    opacity: .5;
}
a.self-link:hover {
    opacity: 1;
}
.heading > a.self-link {
    font-size: 83%;
}
li > a.self-link {
    left: calc(-1 * (3.5rem - 26px) - 2em);
}
dfn > a.self-link {
    top: auto;
    left: auto;
    opacity: 0;
    width: 1.5em;
    height: 1.5em;
    background: var(--selflink-bg);
    color: var(--selflink-text);
    font-style: normal;
    transition: opacity .2s, background-color .2s, color .2s;
}
dfn:hover > a.self-link {
    opacity: 1;
}
dfn > a.self-link:hover {
    color: var(--selflink-hover-text);
}

a.self-link::before            { content: "¶"; }
.heading > a.self-link::before { content: "§"; }
dfn > a.self-link::before      { content: "#"; }
</style>
<style>/* style-darkmode */

@media (prefers-color-scheme: dark) {
    :root {
        --text: #ddd;
        --bg: black;

        --unofficial-watermark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cg fill='%23100808' transform='translate(200 200) rotate(-45) translate(-200 -200)' stroke='%23100808' stroke-width='3'%3E%3Ctext x='50%25' y='220' style='font: bold 70px sans-serif; text-anchor: middle; letter-spacing: 6px;'%3EUNOFFICIAL%3C/text%3E%3Ctext x='50%25' y='305' style='font: bold 70px sans-serif; text-anchor: middle; letter-spacing: 6px;'%3EDRAFT%3C/text%3E%3C/g%3E%3C/svg%3E");

        --logo-bg: #1a5e9a;
        --logo-active-bg: #c00;
        --logo-text: white;

        --tocnav-normal-text: #999;
        --tocnav-normal-bg: var(--bg);
        --tocnav-hover-text: var(--tocnav-normal-text);
        --tocnav-hover-bg: #080808;
        --tocnav-active-text: #f44;
        --tocnav-active-bg: var(--tocnav-normal-bg);

        --tocsidebar-text: var(--text);
        --tocsidebar-bg: #080808;
        --tocsidebar-shadow: rgba(255,255,255,.1);
        --tocsidebar-heading-text: hsla(203,20%,40%,.7);

        --toclink-text: var(--text);
        --toclink-underline: #6af;
        --toclink-visited-text: var(--toclink-text);
        --toclink-visited-underline: #054572;

        --heading-text: #8af;

        --hr-text: var(--text);

        --algo-border: #456;

        --del-text: #f44;
        --del-bg: transparent;
        --ins-text: #4a4;
        --ins-bg: transparent;

        --a-normal-text: #6af;
        --a-normal-underline: #555;
        --a-visited-text: var(--a-normal-text);
        --a-visited-underline: var(--a-normal-underline);
        --a-hover-bg: rgba(25%, 25%, 25%, .2);
        --a-active-text: #f44;
        --a-active-underline: var(--a-active-text);

        --borderedblock-bg: rgba(255, 255, 255, .05);

        --blockquote-border: silver;
        --blockquote-bg: var(--borderedblock-bg);
        --blockquote-text: currentcolor;

        --issue-border: #e05252;
        --issue-bg: var(--borderedblock-bg);
        --issue-text: var(--text);
        --issueheading-text: hsl(0deg, 70%, 70%);

        --example-border: hsl(50deg, 90%, 60%);
        --example-bg: var(--borderedblock-bg);
        --example-text: var(--text);
        --exampleheading-text: hsl(50deg, 70%, 70%);

        --note-border: hsl(120deg, 100%, 35%);
        --note-bg: var(--borderedblock-bg);
        --note-text: var(--text);
        --noteheading-text: hsl(120, 70%, 70%);
        --notesummary-underline: silver;

        --assertion-border: #444;
        --assertion-bg: var(--borderedblock-bg);
        --assertion-text: var(--text);

        --advisement-border: orange;
        --advisement-bg: #222218;
        --advisement-text: var(--text);
        --advisementheading-text: #f84;

        --warning-border: red;
        --warning-bg: hsla(40,100%,20%,0.95);
        --warning-text: var(--text);

        --amendment-border: #330099;
        --amendment-bg: #080010;
        --amendment-text: var(--text);
        --amendmentheading-text: #cc00ff;

        --def-border: #8ccbf2;
        --def-bg: #080818;
        --def-text: var(--text);
        --defrow-border: #136;

        --datacell-border: silver;

        --indexinfo-text: #aaa;

        --indextable-hover-text: var(--text);
        --indextable-hover-bg: #181818;

        --outdatedspec-bg: rgba(255, 255, 255, .5);
        --outdatedspec-text: black;
        --outdated-bg: maroon;
        --outdated-text: white;
        --outdated-shadow: red;

        --editedrec-bg: darkorange;
    }
    /* In case a transparent-bg image doesn't expect to be on a dark bg,
       which is quite common in practice... */
    img { background: white; }
}
@media (prefers-color-scheme: dark) {
    :root {
        --selflink-text: black;
        --selflink-bg: silver;
        --selflink-hover-text: white;
    }
}

@media (prefers-color-scheme: dark) {
    .highlight:not(.idl) { background: rgba(255, 255, 255, .05); }

    c-[a] { color: #d33682 } /* Keyword.Declaration */
    c-[b] { color: #d33682 } /* Keyword.Type */
    c-[c] { color: #2aa198 } /* Comment */
    c-[d] { color: #2aa198 } /* Comment.Multiline */
    c-[e] { color: #268bd2 } /* Name.Attribute */
    c-[f] { color: #b58900 } /* Name.Tag */
    c-[g] { color: #cb4b16 } /* Name.Variable */
    c-[k] { color: #d33682 } /* Keyword */
    c-[l] { color: #657b83 } /* Literal */
    c-[m] { color: #657b83 } /* Literal.Number */
    c-[n] { color: #268bd2 } /* Name */
    c-[o] { color: #657b83 } /* Operator */
    c-[p] { color: #657b83 } /* Punctuation */
    c-[s] { color: #6c71c4 } /* Literal.String */
    c-[t] { color: #6c71c4 } /* Literal.String.Single */
    c-[u] { color: #6c71c4 } /* Literal.String.Double */
    c-[ch] { color: #2aa198 } /* Comment.Hashbang */
    c-[cp] { color: #2aa198 } /* Comment.Preproc */
    c-[cpf] { color: #2aa198 } /* Comment.PreprocFile */
    c-[c1] { color: #2aa198 } /* Comment.Single */
    c-[cs] { color: #2aa198 } /* Comment.Special */
    c-[kc] { color: #d33682 } /* Keyword.Constant */
    c-[kn] { color: #d33682 } /* Keyword.Namespace */
    c-[kp] { color: #d33682 } /* Keyword.Pseudo */
    c-[kr] { color: #d33682 } /* Keyword.Reserved */
    c-[ld] { color: #657b83 } /* Literal.Date */
    c-[nc] { color: #268bd2 } /* Name.Class */
    c-[no] { color: #268bd2 } /* Name.Constant */
    c-[nd] { color: #268bd2 } /* Name.Decorator */
    c-[ni] { color: #268bd2 } /* Name.Entity */
    c-[ne] { color: #268bd2 } /* Name.Exception */
    c-[nf] { color: #268bd2 } /* Name.Function */
    c-[nl] { color: #268bd2 } /* Name.Label */
    c-[nn] { color: #268bd2 } /* Name.Namespace */
    c-[py] { color: #268bd2 } /* Name.Property */
    c-[ow] { color: #657b83 } /* Operator.Word */
    c-[mb] { color: #657b83 } /* Literal.Number.Bin */
    c-[mf] { color: #657b83 } /* Literal.Number.Float */
    c-[mh] { color: #657b83 } /* Literal.Number.Hex */
    c-[mi] { color: #657b83 } /* Literal.Number.Integer */
    c-[mo] { color: #657b83 } /* Literal.Number.Oct */
    c-[sa] { color: #6c71c4 } /* Literal.String.Affix */
    c-[sb] { color: #6c71c4 } /* Literal.String.Backtick */
    c-[sc] { color: #6c71c4 } /* Literal.String.Char */
    c-[dl] { color: #6c71c4 } /* Literal.String.Delimiter */
    c-[sd] { color: #6c71c4 } /* Literal.String.Doc */
    c-[se] { color: #6c71c4 } /* Literal.String.Escape */
    c-[sh] { color: #6c71c4 } /* Literal.String.Heredoc */
    c-[si] { color: #6c71c4 } /* Literal.String.Interpol */
    c-[sx] { color: #6c71c4 } /* Literal.String.Other */
    c-[sr] { color: #6c71c4 } /* Literal.String.Regex */
    c-[ss] { color: #6c71c4 } /* Literal.String.Symbol */
    c-[fm] { color: #268bd2 } /* Name.Function.Magic */
    c-[vc] { color: #cb4b16 } /* Name.Variable.Class */
    c-[vg] { color: #cb4b16 } /* Name.Variable.Global */
    c-[vi] { color: #cb4b16 } /* Name.Variable.Instance */
    c-[vm] { color: #cb4b16 } /* Name.Variable.Magic */
    c-[il] { color: #657b83 } /* Literal.Number.Integer.Long */
}
</style>
 <body class="h-entry">
  <div class="head">
   <p data-fill-with="logo"></p>
   <h1 class="p-name no-ref" id="title">P2400R2<br>Library Evolution Report: <br>2021-06-01 to 2021-09-20</h1>
   <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="2021-09-28">2021-09-28</time></span></h2>
   <div data-fill-with="spec-metadata">
    <dl>
     <dt class="editor">Authors:
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:brycelelbach@gmail.com">Bryce Adelstein Lelbach (he/him/his) — Library Evolution Chair</a> (<span class="p-org org">NVIDIA</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:f.fracassi@gmx.net">Fabio Fracassi — Library Evolution Vice Chair</a> (<span class="p-org org">CODE University of Applied Sciences</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:ben.craig@gmail.com">Ben Craig — Library Evolution Vice Chair</a> (<span class="p-org org">NI</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:Billy.Baker@flightsafety.com">Billy Baker — Library Incubator Chair</a> (<span class="p-org org">FlightSafety</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:nliber@gmail.com">Nevin Liber — Library Incubator Vice Chair</a> (<span class="p-org org">Argonne National Laboratory</span>)
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:sinbal2l@gmail.com">Inbal Levi — Ranges Chair (SG9) and Library Mailing List Review Manager</a>
     <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:corentin.jabot@gmail.com">Corentin Jabot — Library Mailing List Review Manager</a>
     <dt>Source:
     <dd><a href="https://github.com/brycelelbach/wg21_p2400_library_evolution_report/blob/main/library_evolution_report.bs">GitHub</a>
     <dt>Issue Tracking:
     <dd><a href="https://github.com/brycelelbach/wg21_p2400_library_evolution_report/issues">GitHub</a>
     <dt>Project:
     <dd>ISO/IEC JTC1/SC22/WG21 14882: Programming Language — C++
     <dt>Audience:
     <dd>WG21
    </dl>
   </div>
   <div data-fill-with="warning"></div>
   <hr title="Separator for header">
  </div>
  <nav data-fill-with="table-of-contents" id="toc">
   <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
   <ol class="toc" role="directory">
    <li>
     <a href="#execution"><span class="secno">1</span> <span class="content">Execution</span></a>
     <ol class="toc">
      <li><a href="#c++23-schedule"><span class="secno">1.1</span> <span class="content">C++23 Schedule</span></a>
      <li><a href="#telecons"><span class="secno">1.2</span> <span class="content">Telecons</span></a>
      <li><a href="#mailing-list-reviews"><span class="secno">1.3</span> <span class="content">Mailing List Reviews</span></a>
      <li><a href="#paper-queues-and-backlog"><span class="secno">1.4</span> <span class="content">Paper Queues and Backlog</span></a>
      <li>
       <a href="#electronic-polling"><span class="secno">1.5</span> <span class="content">Electronic Polling</span></a>
       <ol class="toc">
        <li><a href="#expedited-electronic-polling"><span class="secno">1.5.1</span> <span class="content">Expedited Advancement to Electronic Polling</span></a>
       </ol>
      <li><a href="#prioritization"><span class="secno">1.6</span> <span class="content">Prioritization</span></a>
      <li><a href="#chairing-guide"><span class="secno">1.7</span> <span class="content">Chair Guide</span></a>
      <li><a href="#staff"><span class="secno">1.8</span> <span class="content">Staff</span></a>
     </ol>
    <li>
     <a href="#technical"><span class="secno">2</span> <span class="content">Technical</span></a>
     <ol class="toc">
      <li>
       <a href="#plenary-approved-priorities"><span class="secno">2.1</span> <span class="content">Plenary Approved Priorities</span></a>
       <ol class="toc">
        <li><a href="#executors"><span class="secno">2.1.1</span> <span class="content">Executors</span></a>
        <li><a href="#networking"><span class="secno">2.1.2</span> <span class="content">Networking</span></a>
        <li><a href="#coroutines-library-support"><span class="secno">2.1.3</span> <span class="content">Coroutines Library Support</span></a>
        <li><a href="#standard-library-modules"><span class="secno">2.1.4</span> <span class="content">Standard Library Modules</span></a>
       </ol>
      <li>
       <a href="#stability"><span class="secno">2.2</span> <span class="content">Stability</span></a>
       <ol class="toc">
        <li><a href="#backports"><span class="secno">2.2.1</span> <span class="content">Backports</span></a>
       </ol>
      <li>
       <a href="#other-highlights"><span class="secno">2.3</span> <span class="content">Other Highlights</span></a>
       <ol class="toc">
        <li><a href="#ranges"><span class="secno">2.3.1</span> <span class="content">Ranges</span></a>
        <li><a href="#formatting-and-printing"><span class="secno">2.3.2</span> <span class="content">Formatting and Printing</span></a>
        <li><a href="#text-and-unicode"><span class="secno">2.3.3</span> <span class="content">Text and Unicode</span></a>
        <li><a href="#constexprification"><span class="secno">2.3.4</span> <span class="content"><code class="highlight"><c- k>constexpr</c-></code>ification</span></a>
        <li><a href="#linear-algebra-and-mdspan"><span class="secno">2.3.5</span> <span class="content">Linear Algebra and <code class="highlight"><c- n>mdspan</c-></code></span></a>
       </ol>
      <li><a href="#papers-reviewed"><span class="secno">2.4</span> <span class="content">Papers Reviewed</span></a>
     </ol>
   </ol>
  </nav>
  <main>
   <p>This report summarizes the activities of C++'s Library Evolution group from
  2021-06-01 to 2021-09-20.
It is split into two sections; one focused on <em>execution</em> (process, logistics,
  and operations) and one focused on <em>technical</em> work (papers we processed, etc).</p>
   <p>Readers are encouraged to also look at:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2145R1">P2145R1</a>: Evolving C++ Remotely</p>
    <li data-md>
     <p><a href="https://wg21.link/P2138R3">P2138R3</a>: Rules of Design &lt;=> Specification Engagement</p>
    <li data-md>
     <p><a href="https://wg21.link/P2195R2">P2195R2</a>: Electronic Straw Polls</p>
    <li data-md>
     <p><a href="https://wg21.link/P0592R4">P0592R4</a>: Plan and Priorities for C++23</p>
   </ul>
   <p>Prior Library Evolution reports:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2247R1">2020-04-06 to 2020-10-22</a></p>
    <li data-md>
     <p><a href="https://wg21.link/P2400R0">2020-10-27 to 2021-02-16</a></p>
    <li data-md>
     <p><a href="https://wg21.link/P2400R1">2020-02-23 to 2021-05-25</a></p>
   </ul>
   <h2 class="heading settled" data-level="1" id="execution"><span class="secno">1. </span><span class="content">Execution</span><a class="self-link" href="#execution"></a></h2>
   <h3 class="heading settled" data-level="1.1" id="c++23-schedule"><span class="secno">1.1. </span><span class="content">C++23 Schedule</span><a class="self-link" href="#c++23-schedule"></a></h3>
   <p>We are now approaching the end of the C++23 design cycle.</p>
   <p>As per <a href="https://wg21.link/P1000R4">P1000R4</a> (C++ IS Schedule), C++23
  needs to be feature complete by the 2022-02 plenary meeting.
Any papers targeting C++23 will have to be advanced to electronic polling by
  the end of 2021, so that we can conduct a final electronic polling period.</p>
   <p>C++23 will be the first C++ design cycle developed entirely under <a href="https://wg21.link/P2145R1">our remote procedures</a>.</p>
   <h3 class="heading settled" data-level="1.2" id="telecons"><span class="secno">1.2. </span><span class="content">Telecons</span><a class="self-link" href="#telecons"></a></h3>
   <p>Since 2020-04, Library Evolution has held a 90 minute telecon twice a week to
  review papers.
Typically, 1 or 2 papers are reviewed at each telecon.</p>
   <p>Library Evolution is planning on holding additional telecons in 2021-10 to help
  complete C++23.
These extra telecons will be held over the course of two days and will be between
  3 and 4 hours.</p>
   <p>The agenda for upcoming telecon reviews can be found <a href="https://github.com/cplusplus/LEWG/wiki/2021-Telecons">here</a>.
For details on how to participate in telecon reviews, please view the calendar
  on <a href="https://documents.isocpp.org">documents.isocpp.org</a> or <a href="mailto:brycelelbach@gmail.com">contact Bryce Adelstein Lelbach</a>.</p>
   <p>More details on how we use telecons can be found in <a href="https://wg21.link/P2145R1">P2145R1</a>.</p>
   <center>
    <table>
     <tbody>
      <tr>
       <th>
       <th>2021-06-01 to 2021-09-20 
       <th>Since 2020-04-06 
      <tr>
       <th># of Telecons 
       <td>17 
       <td>74 
      <tr>
       <th># of Papers Reviewed On Telecons 
       <td>21 
       <td>107 
      <tr>
       <th>Total # of Attendees 
       <td>119 
       <td>196 
      <tr>
       <th>Mean Attendees Per Telecon 
       <td>31.24 
       <td>31.68 
      <tr>
       <th>Median Attendees Per Telecoon 
       <td>30 
       <td>30.5 
      <tr>
       <th>Mean Telecons Per Attendee 
       <td>4.46 
       <td>4.5 
      <tr>
       <th>Median Telecons Per Attendee 
       <td>3 
       <td>4.5 
    </table>
    <svg fill="none" height="474" stroke="none" stroke-linecap="square" stroke-miterlimit="10" version="1.1" viewBox="0.0 0.0 757.0 474.0" width="757" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
     <path d="M0 0L757.0 0L757.0 474.0L0 474.0L0 0Z" fill="#ffffff" fill-opacity="0.0" fill-rule="nonzero"></path>
     <path d="M54.5 380.5L733.5 380.5" fill-rule="nonzero" stroke="#333333" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 289.5L733.5 289.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 198.5L733.5 198.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 107.5L733.5 107.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 371.5L733.5 371.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 362.5L733.5 362.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 353.5L733.5 353.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 343.5L733.5 343.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 334.5L733.5 334.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 325.5L733.5 325.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 316.5L733.5 316.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 307.5L733.5 307.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 298.5L733.5 298.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 280.5L733.5 280.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 271.5L733.5 271.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 262.5L733.5 262.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 252.5L733.5 252.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 243.5L733.5 243.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 234.5L733.5 234.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 225.5L733.5 225.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 216.5L733.5 216.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 207.5L733.5 207.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 189.5L733.5 189.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 180.5L733.5 180.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 171.5L733.5 171.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 161.5L733.5 161.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 152.5L733.5 152.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 143.5L733.5 143.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 134.5L733.5 134.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 125.5L733.5 125.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 116.5L733.5 116.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <clipPath id="id_0">
      <path clip-rule="nonzero" d="M54.7 107.3L733.3 107.3L733.3 380.3L54.7 380.3L54.7 107.3Z"></path>
     </clipPath>
     <path clip-path="url(#id_0)" d="M64.0 380.0L58.0 380.0L58.0 237.0C58.0 235.89543 58.89543 235.0 60.0 235.0L62.0 235.0C63.10457 235.0 64.0 235.89543 64.0 237.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M64.0 380.0L58.0 380.0L58.0 237.0C58.0 235.89543 58.89543 235.0 60.0 235.0L62.0 235.0C63.10457 235.0 64.0 235.89543 64.0 237.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M73.0 380.0L67.0 380.0L67.0 209.0C67.0 207.89543 67.89543 207.0 69.0 207.0L71.0 207.0C72.10457 207.0 73.0 207.89543 73.0 209.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M73.0 380.0L67.0 380.0L67.0 209.0C67.0 207.89543 67.89543 207.0 69.0 207.0L71.0 207.0C72.10457 207.0 73.0 207.89543 73.0 209.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M82.0 380.0L76.0 380.0L76.0 219.0C76.0 217.89543 76.89543 217.0 78.0 217.0L80.0 217.0C81.10457 217.0 82.0 217.89543 82.0 219.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M82.0 380.0L76.0 380.0L76.0 219.0C76.0 217.89543 76.89543 217.0 78.0 217.0L80.0 217.0C81.10457 217.0 82.0 217.89543 82.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L85.0 380.0L85.0 237.0C85.0 235.89543 85.89543 235.0 87.0 235.0L89.0 235.0C90.10457 235.0 91.0 235.89543 91.0 237.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L85.0 380.0L85.0 237.0C85.0 235.89543 85.89543 235.0 87.0 235.0L89.0 235.0C90.10457 235.0 91.0 235.89543 91.0 237.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M100.0 380.0L94.0 380.0L94.0 228.0C94.0 226.89543 94.89543 226.0 96.0 226.0L98.0 226.0C99.10457 226.0 100.0 226.89543 100.0 228.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M100.0 380.0L94.0 380.0L94.0 228.0C94.0 226.89543 94.89543 226.0 96.0 226.0L98.0 226.0C99.10457 226.0 100.0 226.89543 100.0 228.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M109.0 380.0L103.0 380.0L103.0 232.0C103.0 230.89543 103.89543 230.0 105.0 230.0L107.0 230.0C108.10457 230.0 109.0 230.89543 109.0 232.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M109.0 380.0L103.0 380.0L103.0 232.0C103.0 230.89543 103.89543 230.0 105.0 230.0L107.0 230.0C108.10457 230.0 109.0 230.89543 109.0 232.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M119.0 380.0L113.0 380.0L113.0 209.0C113.0 207.89543 113.89543 207.0 115.0 207.0L117.0 207.0C118.10457 207.0 119.0 207.89543 119.0 209.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M119.0 380.0L113.0 380.0L113.0 209.0C113.0 207.89543 113.89543 207.0 115.0 207.0L117.0 207.0C118.10457 207.0 119.0 207.89543 119.0 209.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M128.0 380.0L122.0 380.0L122.0 223.0C122.0 221.89543 122.89543 221.0 124.0 221.0L126.0 221.0C127.10457 221.0 128.0 221.89543 128.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M128.0 380.0L122.0 380.0L122.0 223.0C122.0 221.89543 122.89543 221.0 124.0 221.0L126.0 221.0C127.10457 221.0 128.0 221.89543 128.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M137.0 380.0L131.0 380.0L131.0 269.0C131.0 267.89542 131.89543 267.0 133.0 267.0L135.0 267.0C136.10457 267.0 137.0 267.89542 137.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M137.0 380.0L131.0 380.0L131.0 269.0C131.0 267.89542 131.89543 267.0 133.0 267.0L135.0 267.0C136.10457 267.0 137.0 267.89542 137.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M146.0 380.0L140.0 380.0L140.0 255.0C140.0 253.89543 140.89543 253.0 142.0 253.0L144.0 253.0C145.10457 253.0 146.0 253.89543 146.0 255.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M146.0 380.0L140.0 380.0L140.0 255.0C140.0 253.89543 140.89543 253.0 142.0 253.0L144.0 253.0C145.10457 253.0 146.0 253.89543 146.0 255.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M155.0 380.0L149.0 380.0L149.0 250.0C149.0 248.89543 149.89543 248.0 151.0 248.0L153.0 248.0C154.10457 248.0 155.0 248.89543 155.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M155.0 380.0L149.0 380.0L149.0 250.0C149.0 248.89543 149.89543 248.0 151.0 248.0L153.0 248.0C154.10457 248.0 155.0 248.89543 155.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M164.0 380.0L158.0 380.0L158.0 237.0C158.0 235.89543 158.89543 235.0 160.0 235.0L162.0 235.0C163.10457 235.0 164.0 235.89543 164.0 237.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M164.0 380.0L158.0 380.0L158.0 237.0C158.0 235.89543 158.89543 235.0 160.0 235.0L162.0 235.0C163.10457 235.0 164.0 235.89543 164.0 237.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M173.0 380.0L167.0 380.0L167.0 155.0C167.0 153.89543 167.89543 153.0 169.0 153.0L171.0 153.0C172.10457 153.0 173.0 153.89543 173.0 155.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M173.0 380.0L167.0 380.0L167.0 155.0C167.0 153.89543 167.89543 153.0 169.0 153.0L171.0 153.0C172.10457 153.0 173.0 153.89543 173.0 155.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M183.0 380.0L177.0 380.0L177.0 232.0C177.0 230.89543 177.89543 230.0 179.0 230.0L181.0 230.0C182.10457 230.0 183.0 230.89543 183.0 232.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M183.0 380.0L177.0 380.0L177.0 232.0C177.0 230.89543 177.89543 230.0 179.0 230.0L181.0 230.0C182.10457 230.0 183.0 230.89543 183.0 232.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M192.0 380.0L186.0 380.0L186.0 205.0C186.0 203.89543 186.89543 203.0 188.0 203.0L190.0 203.0C191.10457 203.0 192.0 203.89543 192.0 205.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M192.0 380.0L186.0 380.0L186.0 205.0C186.0 203.89543 186.89543 203.0 188.0 203.0L190.0 203.0C191.10457 203.0 192.0 203.89543 192.0 205.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M201.0 380.0L195.0 380.0L195.0 241.0C195.0 239.89543 195.89543 239.0 197.0 239.0L199.0 239.0C200.10457 239.0 201.0 239.89543 201.0 241.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M201.0 380.0L195.0 380.0L195.0 241.0C195.0 239.89543 195.89543 239.0 197.0 239.0L199.0 239.0C200.10457 239.0 201.0 239.89543 201.0 241.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M210.0 380.0L204.0 380.0L204.0 259.0C204.0 257.89542 204.89543 257.0 206.0 257.0L208.0 257.0C209.10457 257.0 210.0 257.89542 210.0 259.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M210.0 380.0L204.0 380.0L204.0 259.0C204.0 257.89542 204.89543 257.0 206.0 257.0L208.0 257.0C209.10457 257.0 210.0 257.89542 210.0 259.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M219.0 380.0L213.0 380.0L213.0 250.0C213.0 248.89543 213.89543 248.0 215.0 248.0L217.0 248.0C218.10457 248.0 219.0 248.89543 219.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M219.0 380.0L213.0 380.0L213.0 250.0C213.0 248.89543 213.89543 248.0 215.0 248.0L217.0 248.0C218.10457 248.0 219.0 248.89543 219.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M228.0 380.0L222.0 380.0L222.0 273.0C222.0 271.89542 222.89543 271.0 224.0 271.0L226.0 271.0C227.10457 271.0 228.0 271.89542 228.0 273.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M228.0 380.0L222.0 380.0L222.0 273.0C222.0 271.89542 222.89543 271.0 224.0 271.0L226.0 271.0C227.10457 271.0 228.0 271.89542 228.0 273.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M237.0 380.0L231.0 380.0L231.0 259.0C231.0 257.89542 231.89543 257.0 233.0 257.0L235.0 257.0C236.10457 257.0 237.0 257.89542 237.0 259.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M237.0 380.0L231.0 380.0L231.0 259.0C231.0 257.89542 231.89543 257.0 233.0 257.0L235.0 257.0C236.10457 257.0 237.0 257.89542 237.0 259.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M246.0 380.0L240.0 380.0L240.0 232.0C240.0 230.89543 240.89543 230.0 242.0 230.0L244.0 230.0C245.10457 230.0 246.0 230.89543 246.0 232.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M246.0 380.0L240.0 380.0L240.0 232.0C240.0 230.89543 240.89543 230.0 242.0 230.0L244.0 230.0C245.10457 230.0 246.0 230.89543 246.0 232.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M256.0 380.0L250.0 380.0L250.0 282.0C250.0 280.89542 250.89543 280.0 252.0 280.0L254.0 280.0C255.10457 280.0 256.0 280.89542 256.0 282.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M256.0 380.0L250.0 380.0L250.0 282.0C250.0 280.89542 250.89543 280.0 252.0 280.0L254.0 280.0C255.10457 280.0 256.0 280.89542 256.0 282.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M265.0 380.0L259.0 380.0L259.0 250.0C259.0 248.89543 259.89542 248.0 261.0 248.0L263.0 248.0C264.10458 248.0 265.0 248.89543 265.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M265.0 380.0L259.0 380.0L259.0 250.0C259.0 248.89543 259.89542 248.0 261.0 248.0L263.0 248.0C264.10458 248.0 265.0 248.89543 265.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M274.0 380.0L268.0 380.0L268.0 246.0C268.0 244.89543 268.89542 244.0 270.0 244.0L272.0 244.0C273.10458 244.0 274.0 244.89543 274.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M274.0 380.0L268.0 380.0L268.0 246.0C268.0 244.89543 268.89542 244.0 270.0 244.0L272.0 244.0C273.10458 244.0 274.0 244.89543 274.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M283.0 380.0L277.0 380.0L277.0 246.0C277.0 244.89543 277.89542 244.0 279.0 244.0L281.0 244.0C282.10458 244.0 283.0 244.89543 283.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M283.0 380.0L277.0 380.0L277.0 246.0C277.0 244.89543 277.89542 244.0 279.0 244.0L281.0 244.0C282.10458 244.0 283.0 244.89543 283.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M292.0 380.0L286.0 380.0L286.0 223.0C286.0 221.89543 286.89542 221.0 288.0 221.0L290.0 221.0C291.10458 221.0 292.0 221.89543 292.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M292.0 380.0L286.0 380.0L286.0 223.0C286.0 221.89543 286.89542 221.0 288.0 221.0L290.0 221.0C291.10458 221.0 292.0 221.89543 292.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M301.0 380.0L295.0 380.0L295.0 269.0C295.0 267.89542 295.89542 267.0 297.0 267.0L299.0 267.0C300.10458 267.0 301.0 267.89542 301.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M301.0 380.0L295.0 380.0L295.0 269.0C295.0 267.89542 295.89542 267.0 297.0 267.0L299.0 267.0C300.10458 267.0 301.0 267.89542 301.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M310.0 380.0L304.0 380.0L304.0 278.0C304.0 276.89542 304.89542 276.0 306.0 276.0L308.0 276.0C309.10458 276.0 310.0 276.89542 310.0 278.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M310.0 380.0L304.0 380.0L304.0 278.0C304.0 276.89542 304.89542 276.0 306.0 276.0L308.0 276.0C309.10458 276.0 310.0 276.89542 310.0 278.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M319.0 380.0L313.0 380.0L313.0 228.0C313.0 226.89543 313.89542 226.0 315.0 226.0L317.0 226.0C318.10458 226.0 319.0 226.89543 319.0 228.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M319.0 380.0L313.0 380.0L313.0 228.0C313.0 226.89543 313.89542 226.0 315.0 226.0L317.0 226.0C318.10458 226.0 319.0 226.89543 319.0 228.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M329.0 380.0L323.0 380.0L323.0 219.0C323.0 217.89543 323.89542 217.0 325.0 217.0L327.0 217.0C328.10458 217.0 329.0 217.89543 329.0 219.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M329.0 380.0L323.0 380.0L323.0 219.0C323.0 217.89543 323.89542 217.0 325.0 217.0L327.0 217.0C328.10458 217.0 329.0 217.89543 329.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M338.0 380.0L332.0 380.0L332.0 255.0C332.0 253.89543 332.89542 253.0 334.0 253.0L336.0 253.0C337.10458 253.0 338.0 253.89543 338.0 255.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M338.0 380.0L332.0 380.0L332.0 255.0C332.0 253.89543 332.89542 253.0 334.0 253.0L336.0 253.0C337.10458 253.0 338.0 253.89543 338.0 255.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M347.0 380.0L341.0 380.0L341.0 209.0C341.0 207.89543 341.89542 207.0 343.0 207.0L345.0 207.0C346.10458 207.0 347.0 207.89543 347.0 209.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M347.0 380.0L341.0 380.0L341.0 209.0C341.0 207.89543 341.89542 207.0 343.0 207.0L345.0 207.0C346.10458 207.0 347.0 207.89543 347.0 209.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M356.0 380.0L350.0 380.0L350.0 278.0C350.0 276.89542 350.89542 276.0 352.0 276.0L354.0 276.0C355.10458 276.0 356.0 276.89542 356.0 278.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M356.0 380.0L350.0 380.0L350.0 278.0C350.0 276.89542 350.89542 276.0 352.0 276.0L354.0 276.0C355.10458 276.0 356.0 276.89542 356.0 278.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M365.0 380.0L359.0 380.0L359.0 250.0C359.0 248.89543 359.89542 248.0 361.0 248.0L363.0 248.0C364.10458 248.0 365.0 248.89543 365.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M365.0 380.0L359.0 380.0L359.0 250.0C359.0 248.89543 359.89542 248.0 361.0 248.0L363.0 248.0C364.10458 248.0 365.0 248.89543 365.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M374.0 380.0L368.0 380.0L368.0 259.0C368.0 257.89542 368.89542 257.0 370.0 257.0L372.0 257.0C373.10458 257.0 374.0 257.89542 374.0 259.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M374.0 380.0L368.0 380.0L368.0 259.0C368.0 257.89542 368.89542 257.0 370.0 257.0L372.0 257.0C373.10458 257.0 374.0 257.89542 374.0 259.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M383.0 380.0L377.0 380.0L377.0 205.0C377.0 203.89543 377.89542 203.0 379.0 203.0L381.0 203.0C382.10458 203.0 383.0 203.89543 383.0 205.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M383.0 380.0L377.0 380.0L377.0 205.0C377.0 203.89543 377.89542 203.0 379.0 203.0L381.0 203.0C382.10458 203.0 383.0 203.89543 383.0 205.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M392.0 380.0L386.0 380.0L386.0 246.0C386.0 244.89543 386.89542 244.0 388.0 244.0L390.0 244.0C391.10458 244.0 392.0 244.89543 392.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M392.0 380.0L386.0 380.0L386.0 246.0C386.0 244.89543 386.89542 244.0 388.0 244.0L390.0 244.0C391.10458 244.0 392.0 244.89543 392.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M402.0 380.0L396.0 380.0L396.0 223.0C396.0 221.89543 396.89542 221.0 398.0 221.0L400.0 221.0C401.10458 221.0 402.0 221.89543 402.0 223.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M402.0 380.0L396.0 380.0L396.0 223.0C396.0 221.89543 396.89542 221.0 398.0 221.0L400.0 221.0C401.10458 221.0 402.0 221.89543 402.0 223.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M411.0 380.0L405.0 380.0L405.0 273.0C405.0 271.89542 405.89542 271.0 407.0 271.0L409.0 271.0C410.10458 271.0 411.0 271.89542 411.0 273.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M411.0 380.0L405.0 380.0L405.0 273.0C405.0 271.89542 405.89542 271.0 407.0 271.0L409.0 271.0C410.10458 271.0 411.0 271.89542 411.0 273.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M420.0 380.0L414.0 380.0L414.0 241.0C414.0 239.89543 414.89542 239.0 416.0 239.0L418.0 239.0C419.10458 239.0 420.0 239.89543 420.0 241.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M420.0 380.0L414.0 380.0L414.0 241.0C414.0 239.89543 414.89542 239.0 416.0 239.0L418.0 239.0C419.10458 239.0 420.0 239.89543 420.0 241.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M429.0 380.0L423.0 380.0L423.0 246.0C423.0 244.89543 423.89542 244.0 425.0 244.0L427.0 244.0C428.10458 244.0 429.0 244.89543 429.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M429.0 380.0L423.0 380.0L423.0 246.0C423.0 244.89543 423.89542 244.0 425.0 244.0L427.0 244.0C428.10458 244.0 429.0 244.89543 429.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M438.0 380.0L432.0 380.0L432.0 228.0C432.0 226.89543 432.89542 226.0 434.0 226.0L436.0 226.0C437.10458 226.0 438.0 226.89543 438.0 228.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M438.0 380.0L432.0 380.0L432.0 228.0C432.0 226.89543 432.89542 226.0 434.0 226.0L436.0 226.0C437.10458 226.0 438.0 226.89543 438.0 228.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M447.0 380.0L441.0 380.0L441.0 246.0C441.0 244.89543 441.89542 244.0 443.0 244.0L445.0 244.0C446.10458 244.0 447.0 244.89543 447.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M447.0 380.0L441.0 380.0L441.0 246.0C441.0 244.89543 441.89542 244.0 443.0 244.0L445.0 244.0C446.10458 244.0 447.0 244.89543 447.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M456.0 380.0L450.0 380.0L450.0 232.0C450.0 230.89543 450.89542 230.0 452.0 230.0L454.0 230.0C455.10458 230.0 456.0 230.89543 456.0 232.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M456.0 380.0L450.0 380.0L450.0 232.0C450.0 230.89543 450.89542 230.0 452.0 230.0L454.0 230.0C455.10458 230.0 456.0 230.89543 456.0 232.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M465.0 380.0L459.0 380.0L459.0 237.0C459.0 235.89543 459.89542 235.0 461.0 235.0L463.0 235.0C464.10458 235.0 465.0 235.89543 465.0 237.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M465.0 380.0L459.0 380.0L459.0 237.0C459.0 235.89543 459.89542 235.0 461.0 235.0L463.0 235.0C464.10458 235.0 465.0 235.89543 465.0 237.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M475.0 380.0L469.0 380.0L469.0 146.0C469.0 144.89543 469.89542 144.0 471.0 144.0L473.0 144.0C474.10458 144.0 475.0 144.89543 475.0 146.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M475.0 380.0L469.0 380.0L469.0 146.0C469.0 144.89543 469.89542 144.0 471.0 144.0L473.0 144.0C474.10458 144.0 475.0 144.89543 475.0 146.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M484.0 380.0L478.0 380.0L478.0 250.0C478.0 248.89543 478.89542 248.0 480.0 248.0L482.0 248.0C483.10458 248.0 484.0 248.89543 484.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M484.0 380.0L478.0 380.0L478.0 250.0C478.0 248.89543 478.89542 248.0 480.0 248.0L482.0 248.0C483.10458 248.0 484.0 248.89543 484.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M493.0 380.0L487.0 380.0L487.0 241.0C487.0 239.89543 487.89542 239.0 489.0 239.0L491.0 239.0C492.10458 239.0 493.0 239.89543 493.0 241.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M493.0 380.0L487.0 380.0L487.0 241.0C487.0 239.89543 487.89542 239.0 489.0 239.0L491.0 239.0C492.10458 239.0 493.0 239.89543 493.0 241.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M502.0 380.0L496.0 380.0L496.0 200.0C496.0 198.89543 496.89542 198.0 498.0 198.0L500.0 198.0C501.10458 198.0 502.0 198.89543 502.0 200.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M502.0 380.0L496.0 380.0L496.0 200.0C496.0 198.89543 496.89542 198.0 498.0 198.0L500.0 198.0C501.10458 198.0 502.0 198.89543 502.0 200.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M511.0 380.0L505.0 380.0L505.0 250.0C505.0 248.89543 505.89542 248.0 507.0 248.0L509.0 248.0C510.10458 248.0 511.0 248.89543 511.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M511.0 380.0L505.0 380.0L505.0 250.0C505.0 248.89543 505.89542 248.0 507.0 248.0L509.0 248.0C510.10458 248.0 511.0 248.89543 511.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M520.0 380.0L514.0 380.0L514.0 255.0C514.0 253.89543 514.89545 253.0 516.0 253.0L518.0 253.0C519.10455 253.0 520.0 253.89543 520.0 255.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M520.0 380.0L514.0 380.0L514.0 255.0C514.0 253.89543 514.89545 253.0 516.0 253.0L518.0 253.0C519.10455 253.0 520.0 253.89543 520.0 255.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M529.0 380.0L523.0 380.0L523.0 250.0C523.0 248.89543 523.89545 248.0 525.0 248.0L527.0 248.0C528.10455 248.0 529.0 248.89543 529.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M529.0 380.0L523.0 380.0L523.0 250.0C523.0 248.89543 523.89545 248.0 525.0 248.0L527.0 248.0C528.10455 248.0 529.0 248.89543 529.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M538.0 380.0L532.0 380.0L532.0 232.0C532.0 230.89543 532.89545 230.0 534.0 230.0L536.0 230.0C537.10455 230.0 538.0 230.89543 538.0 232.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M538.0 380.0L532.0 380.0L532.0 232.0C532.0 230.89543 532.89545 230.0 534.0 230.0L536.0 230.0C537.10455 230.0 538.0 230.89543 538.0 232.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M548.0 380.0L542.0 380.0L542.0 246.0C542.0 244.89543 542.89545 244.0 544.0 244.0L546.0 244.0C547.10455 244.0 548.0 244.89543 548.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M548.0 380.0L542.0 380.0L542.0 246.0C542.0 244.89543 542.89545 244.0 544.0 244.0L546.0 244.0C547.10455 244.0 548.0 244.89543 548.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M557.0 380.0L551.0 380.0L551.0 191.0C551.0 189.89543 551.89545 189.0 553.0 189.0L555.0 189.0C556.10455 189.0 557.0 189.89543 557.0 191.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M557.0 380.0L551.0 380.0L551.0 191.0C551.0 189.89543 551.89545 189.0 553.0 189.0L555.0 189.0C556.10455 189.0 557.0 189.89543 557.0 191.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M566.0 380.0L560.0 380.0L560.0 250.0C560.0 248.89543 560.89545 248.0 562.0 248.0L564.0 248.0C565.10455 248.0 566.0 248.89543 566.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M566.0 380.0L560.0 380.0L560.0 250.0C560.0 248.89543 560.89545 248.0 562.0 248.0L564.0 248.0C565.10455 248.0 566.0 248.89543 566.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M575.0 380.0L569.0 380.0L569.0 250.0C569.0 248.89543 569.89545 248.0 571.0 248.0L573.0 248.0C574.10455 248.0 575.0 248.89543 575.0 250.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M575.0 380.0L569.0 380.0L569.0 250.0C569.0 248.89543 569.89545 248.0 571.0 248.0L573.0 248.0C574.10455 248.0 575.0 248.89543 575.0 250.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M584.0 380.0L578.0 380.0L578.0 241.0C578.0 239.89543 578.89545 239.0 580.0 239.0L582.0 239.0C583.10455 239.0 584.0 239.89543 584.0 241.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M584.0 380.0L578.0 380.0L578.0 241.0C578.0 239.89543 578.89545 239.0 580.0 239.0L582.0 239.0C583.10455 239.0 584.0 239.89543 584.0 241.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M593.0 380.0L587.0 380.0L587.0 259.0C587.0 257.89542 587.89545 257.0 589.0 257.0L591.0 257.0C592.10455 257.0 593.0 257.89542 593.0 259.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M593.0 380.0L587.0 380.0L587.0 259.0C587.0 257.89542 587.89545 257.0 589.0 257.0L591.0 257.0C592.10455 257.0 593.0 257.89542 593.0 259.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M602.0 380.0L596.0 380.0L596.0 255.0C596.0 253.89543 596.89545 253.0 598.0 253.0L600.0 253.0C601.10455 253.0 602.0 253.89543 602.0 255.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M602.0 380.0L596.0 380.0L596.0 255.0C596.0 253.89543 596.89545 253.0 598.0 253.0L600.0 253.0C601.10455 253.0 602.0 253.89543 602.0 255.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M611.0 380.0L605.0 380.0L605.0 228.0C605.0 226.89543 605.89545 226.0 607.0 226.0L609.0 226.0C610.10455 226.0 611.0 226.89543 611.0 228.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M611.0 380.0L605.0 380.0L605.0 228.0C605.0 226.89543 605.89545 226.0 607.0 226.0L609.0 226.0C610.10455 226.0 611.0 226.89543 611.0 228.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M621.0 380.0L615.0 380.0L615.0 246.0C615.0 244.89543 615.89545 244.0 617.0 244.0L619.0 244.0C620.10455 244.0 621.0 244.89543 621.0 246.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M621.0 380.0L615.0 380.0L615.0 246.0C615.0 244.89543 615.89545 244.0 617.0 244.0L619.0 244.0C620.10455 244.0 621.0 244.89543 621.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M630.0 380.0L624.0 380.0L624.0 132.0C624.0 130.89543 624.89545 130.0 626.0 130.0L628.0 130.0C629.10455 130.0 630.0 130.89543 630.0 132.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M630.0 380.0L624.0 380.0L624.0 132.0C624.0 130.89543 624.89545 130.0 626.0 130.0L628.0 130.0C629.10455 130.0 630.0 130.89543 630.0 132.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M639.0 380.0L633.0 380.0L633.0 209.0C633.0 207.89543 633.89545 207.0 635.0 207.0L637.0 207.0C638.10455 207.0 639.0 207.89543 639.0 209.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M639.0 380.0L633.0 380.0L633.0 209.0C633.0 207.89543 633.89545 207.0 635.0 207.0L637.0 207.0C638.10455 207.0 639.0 207.89543 639.0 209.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M648.0 380.0L642.0 380.0L642.0 291.0C642.0 289.89542 642.89545 289.0 644.0 289.0L646.0 289.0C647.10455 289.0 648.0 289.89542 648.0 291.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M648.0 380.0L642.0 380.0L642.0 291.0C642.0 289.89542 642.89545 289.0 644.0 289.0L646.0 289.0C647.10455 289.0 648.0 289.89542 648.0 291.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M657.0 380.0L651.0 380.0L651.0 191.0C651.0 189.89543 651.89545 189.0 653.0 189.0L655.0 189.0C656.10455 189.0 657.0 189.89543 657.0 191.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M657.0 380.0L651.0 380.0L651.0 191.0C651.0 189.89543 651.89545 189.0 653.0 189.0L655.0 189.0C656.10455 189.0 657.0 189.89543 657.0 191.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M666.0 380.0L660.0 380.0L660.0 232.0C660.0 230.89543 660.89545 230.0 662.0 230.0L664.0 230.0C665.10455 230.0 666.0 230.89543 666.0 232.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M666.0 380.0L660.0 380.0L660.0 232.0C660.0 230.89543 660.89545 230.0 662.0 230.0L664.0 230.0C665.10455 230.0 666.0 230.89543 666.0 232.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M675.0 380.0L669.0 380.0L669.0 255.0C669.0 253.89543 669.89545 253.0 671.0 253.0L673.0 253.0C674.10455 253.0 675.0 253.89543 675.0 255.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M675.0 380.0L669.0 380.0L669.0 255.0C669.0 253.89543 669.89545 253.0 671.0 253.0L673.0 253.0C674.10455 253.0 675.0 253.89543 675.0 255.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M685.0 380.0L679.0 380.0L679.0 228.0C679.0 226.89543 679.89545 226.0 681.0 226.0L683.0 226.0C684.10455 226.0 685.0 226.89543 685.0 228.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M685.0 380.0L679.0 380.0L679.0 228.0C679.0 226.89543 679.89545 226.0 681.0 226.0L683.0 226.0C684.10455 226.0 685.0 226.89543 685.0 228.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M694.0 380.0L688.0 380.0L688.0 296.0C688.0 294.89542 688.89545 294.0 690.0 294.0L692.0 294.0C693.10455 294.0 694.0 294.89542 694.0 296.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M694.0 380.0L688.0 380.0L688.0 296.0C688.0 294.89542 688.89545 294.0 690.0 294.0L692.0 294.0C693.10455 294.0 694.0 294.89542 694.0 296.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M703.0 380.0L697.0 380.0L697.0 282.0C697.0 280.89542 697.89545 280.0 699.0 280.0L701.0 280.0C702.10455 280.0 703.0 280.89542 703.0 282.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M703.0 380.0L697.0 380.0L697.0 282.0C697.0 280.89542 697.89545 280.0 699.0 280.0L701.0 280.0C702.10455 280.0 703.0 280.89542 703.0 282.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M712.0 380.0L706.0 380.0L706.0 269.0C706.0 267.89542 706.89545 267.0 708.0 267.0L710.0 267.0C711.10455 267.0 712.0 267.89542 712.0 269.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M712.0 380.0L706.0 380.0L706.0 269.0C706.0 267.89542 706.89545 267.0 708.0 267.0L710.0 267.0C711.10455 267.0 712.0 267.89542 712.0 269.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M721.0 380.0L715.0 380.0L715.0 259.0C715.0 257.89542 715.89545 257.0 717.0 257.0L719.0 257.0C720.10455 257.0 721.0 257.89542 721.0 259.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M721.0 380.0L715.0 380.0L715.0 259.0C715.0 257.89542 715.89545 257.0 717.0 257.0L719.0 257.0C720.10455 257.0 721.0 257.89542 721.0 259.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M730.0 380.0L724.0 380.0L724.0 209.0C724.0 207.89543 724.89545 207.0 726.0 207.0L728.0 207.0C729.10455 207.0 730.0 207.89543 730.0 209.0Z" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="2.0"></path>
     <path clip-path="url(#id_0)" d="M730.0 380.0L724.0 380.0L724.0 209.0C724.0 207.89543 724.89545 207.0 726.0 207.0L728.0 207.0C729.10455 207.0 730.0 207.89543 730.0 209.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M98.0 223.7171C98.0 223.7171 98.666664 223.65063 99.0 223.6174C99.333336 223.58417 99.666664 223.55093 100.0 223.5177C100.333336 223.48447 100.666664 223.45123 101.0 223.418C101.333336 223.38477 101.666664 223.35153 102.0 223.3183C102.333336 223.28506 102.666664 223.25183 103.0 223.2186C103.333336 223.18536 103.666664 223.15213 104.0 223.1189C104.333336 223.08565 104.666664 223.05241 105.0 223.01918C105.333336 222.98595 105.666664 222.94435 106.0 222.91948C106.333336 222.89462 106.666664 222.87825 107.0 222.87C107.333336 222.86176 107.666664 222.87 108.0 222.87C108.333336 222.87 108.666664 222.87 109.0 222.87C109.333336 222.87 109.666664 222.87 110.0 222.87C110.333336 222.87 110.666664 222.87 111.0 222.87C111.333336 222.87 111.666664 222.87 112.0 222.87C112.333336 222.87 112.666664 222.87 113.0 222.87C113.333336 222.87 113.666664 222.87 114.0 222.87C114.333336 222.87 114.666664 222.86374 115.0 222.87C115.333336 222.87625 115.666664 222.88467 116.0 222.90755C116.333336 222.93042 116.666664 222.97401 117.0 223.00725C117.333336 223.04048 117.666664 223.07372 118.0 223.10695C118.333336 223.14018 118.666664 223.17342 119.0 223.20665C119.333336 223.2399 119.666664 223.27313 120.0 223.30637C120.333336 223.3396 120.666664 223.37283 121.0 223.40607C121.333336 223.4393 121.666664 223.47253 122.0 223.50577C122.333336 223.539 122.666664 223.57224 123.0 223.60547C123.333336 223.6387 123.666664 223.64706 124.0 223.70517C124.333336 223.76328 124.666664 223.79631 125.0 223.95413C125.333336 224.11194 125.666664 224.4194 126.0 224.65205C126.333336 224.88469 126.666664 225.11732 127.0 225.34998C127.333336 225.58261 127.666664 225.81525 128.0 226.0479C128.33333 226.28053 128.66667 226.51317 129.0 226.74582C129.33333 226.97845 129.66667 227.21109 130.0 227.44374C130.33333 227.67638 130.66667 227.90901 131.0 228.14166C131.33333 228.3743 131.66667 228.60693 132.0 228.83958C132.33333 229.07222 132.66667 229.3069 133.0 229.5375C133.33333 229.76811 133.66667 230.00923 134.0 230.22322C134.33333 230.43721 134.66667 230.62202 135.0 230.82144C135.33333 231.02084 135.66667 231.22025 136.0 231.41966C136.33333 231.61906 136.66667 231.81847 137.0 232.01787C137.33333 232.21729 137.66667 232.41669 138.0 232.61609C138.33333 232.81549 138.66667 233.01491 139.0 233.21431C139.33333 233.41371 139.66667 233.61313 140.0 233.81253C140.33333 234.01193 140.66667 234.21133 141.0 234.41075C141.33333 234.61015 141.66667 234.80956 142.0 235.00897C142.33333 235.20837 142.66667 235.44086 143.0 235.60718C143.33333 235.77351 143.66667 235.87384 144.0 236.00693C144.33333 236.14003 144.66667 236.27281 145.0 236.40575C145.33333 236.53868 145.66667 236.67162 146.0 236.80457C146.33333 236.9375 146.66667 237.07043 147.0 237.20337C147.33333 237.3363 147.66667 237.46925 148.0 237.60219C148.33333 237.73512 148.66667 237.86806 149.0 238.00099C149.33333 238.13393 149.66667 238.26688 150.0 238.39981C150.33333 238.53275 150.66667 238.66568 151.0 238.79861C151.33333 238.93156 151.66667 239.03564 152.0 239.19743C152.33333 239.35922 152.66667 239.57434 153.0 239.76936C153.33333 239.96439 153.66667 240.16818 154.0 240.36758C154.33333 240.56699 154.66667 240.7664 155.0 240.9658C155.33333 241.1652 155.66667 241.36462 156.0 241.56403C156.33333 241.76343 156.66667 241.96283 157.0 242.16225C157.33333 242.36165 157.66667 242.56105 158.0 242.76045C158.33333 242.95987 158.66667 243.15927 159.0 243.35867C159.33333 243.55809 159.66667 243.75749 160.0 243.9569C160.33333 244.1563 160.66667 244.61432 161.0 244.55511C161.33333 244.49591 161.66667 244.00983 162.0 243.60167C162.33333 243.1935 162.66667 242.60463 163.0 242.10612C163.33333 241.6076 163.66667 241.10909 164.0 240.61058C164.33333 240.11206 164.66667 239.61354 165.0 239.11504C165.33333 238.61652 165.66667 238.118 166.0 237.61948C166.33333 237.12097 166.66667 236.62245 167.0 236.12393C167.33333 235.62543 167.66667 235.1269 168.0 234.62839C168.33333 234.12988 168.66667 233.63136 169.0 233.13284C169.33333 232.63432 169.66667 232.06439 170.0 231.6373C170.33333 231.2102 170.66667 230.88104 171.0 230.57027C171.33333 230.25949 171.66667 230.03851 172.0 229.77264C172.33333 229.50677 172.66667 229.24089 173.0 228.97502C173.33333 228.70914 173.66667 228.44327 174.0 228.1774C174.33333 227.91151 174.66667 227.64565 175.0 227.37978C175.33333 227.11389 175.66667 226.84802 176.0 226.58214C176.33333 226.31627 176.66667 226.0504 177.0 225.78452C177.33333 225.51865 177.66667 225.25278 178.0 224.9869C178.33333 224.72102 178.66667 224.47942 179.0 224.18927C179.33333 223.89912 179.66667 223.58601 180.0 223.24602C180.33333 222.90602 180.66667 222.51486 181.0 222.14928C181.33333 221.7837 181.66667 221.41812 182.0 221.05255C182.33333 220.68697 182.66667 220.3214 183.0 219.95581C183.33333 219.59024 183.66667 219.22466 184.0 218.85909C184.33333 218.4935 184.66667 218.12793 185.0 217.76234C185.33333 217.39677 185.66667 217.03119 186.0 216.66562C186.33333 216.30003 186.66667 215.93446 187.0 215.56888C187.33333 215.20331 187.66667 214.78392 188.0 214.47215C188.33333 214.16037 188.66667 213.86047 189.0 213.69826C189.33333 213.53604 189.66667 213.56532 190.0 213.49886C190.33333 213.43239 190.66667 213.3659 191.0 213.29944C191.33333 213.23297 191.66667 213.1665 192.0 213.10004C192.33333 213.03357 192.66667 212.9671 193.0 212.90063C193.33333 212.83417 193.66667 212.7677 194.0 212.70123C194.33333 212.63475 194.66667 212.56828 195.0 212.50182C195.33333 212.43535 195.66667 212.36888 196.0 212.30241C196.33333 212.23595 196.66667 212.14241 197.0 212.10301C197.33333 212.0636 197.66667 211.98907 198.0 212.066C198.33333 212.14291 198.66667 212.39835 199.0 212.56451C199.33333 212.73068 199.66667 212.89685 200.0 213.06303C200.33333 213.2292 200.66667 213.39537 201.0 213.56154C201.33333 213.7277 201.66667 213.89389 202.0 214.06006C202.33333 214.22623 202.66667 214.3924 203.0 214.55858C203.33333 214.72475 203.66667 214.89091 204.0 215.05708C204.33333 215.22327 204.66667 215.38943 205.0 215.5556C205.33333 215.72177 205.66667 215.85988 206.0 216.05412C206.33333 216.24837 206.66667 216.26094 207.0 216.72107C207.33333 217.18118 207.66667 218.11691 208.0 218.81483C208.33333 219.51276 208.66667 220.21068 209.0 220.90858C209.33333 221.6065 209.66667 222.30443 210.0 223.00235C210.33333 223.70027 210.66667 224.3982 211.0 225.09612C211.33333 225.79404 211.66667 226.49196 212.0 227.18988C212.33333 227.8878 212.66667 228.58572 213.0 229.28365C213.33333 229.98157 213.66667 230.67949 214.0 231.37741C214.33333 232.07533 214.66667 232.77325 215.0 233.47118C215.33333 234.1691 215.66667 235.06213 216.0 235.56494C216.33333 236.06775 216.66667 236.18462 217.0 236.48802C217.33333 236.79141 217.66667 237.08624 218.0 237.38535C218.33333 237.68445 218.66667 237.98357 219.0 238.28267C219.33333 238.58179 219.66667 238.88089 220.0 239.18C220.33333 239.47911 220.66667 239.77821 221.0 240.07733C221.33333 240.37643 221.66667 240.67555 222.0 240.97466C222.33333 241.27376 222.66667 241.57288 223.0 241.87198C223.33333 242.1711 223.66667 242.4702 224.0 242.76932C224.33333 243.06842 224.66667 243.32509 225.0 243.66664C225.33333 244.0082 225.66667 244.42722 226.0 244.81862C226.33333 245.21002 226.66667 245.61624 227.0 246.01506C227.33333 246.41386 227.66667 246.81268 228.0 247.21149C228.33333 247.6103 228.66667 248.00912 229.0 248.40793C229.33333 248.80675 229.66667 249.20555 230.0 249.60437C230.33333 250.00317 230.66667 250.402 231.0 250.80081C231.33333 251.19962 231.66667 251.59843 232.0 251.99724C232.33333 252.39606 232.66667 252.79486 233.0 253.19368C233.33333 253.59248 233.66667 254.1598 234.0 254.39012C234.33333 254.62044 234.66667 254.5779 235.0 254.57558C235.33333 254.57326 235.66667 254.44264 236.0 254.37617C236.33333 254.3097 236.66667 254.24323 237.0 254.17676C237.33333 254.11029 237.66667 254.04382 238.0 253.97736C238.33333 253.91089 238.66667 253.84442 239.0 253.77795C239.33333 253.71149 239.66667 253.64502 240.0 253.57854C240.33333 253.51207 240.66667 253.4456 241.0 253.37914C241.33333 253.31267 241.66667 253.2462 242.0 253.17973C242.33333 253.11327 242.66667 252.97733 243.0 252.98033C243.33333 252.98332 243.66667 253.07838 244.0 253.19771C244.33333 253.31702 244.66667 253.53004 245.0 253.69621C245.33333 253.86238 245.66667 254.02856 246.0 254.19473C246.33333 254.3609 246.66667 254.52707 247.0 254.69325C247.33333 254.85942 247.66667 255.02559 248.0 255.19176C248.33333 255.35794 248.66667 255.52411 249.0 255.69028C249.33333 255.85645 249.66667 256.0226 250.0 256.18878C250.33333 256.35495 250.66667 256.52115 251.0 256.68732C251.33333 256.8535 251.66667 257.05872 252.0 257.18582C252.33333 257.31293 252.66667 257.40598 253.0 257.45C253.33333 257.49402 253.66667 257.45 254.0 257.45C254.33333 257.45 254.66667 257.45 255.0 257.45C255.33333 257.45 255.66667 257.45 256.0 257.45C256.33334 257.45 256.66666 257.45 257.0 257.45C257.33334 257.45 257.66666 257.45 258.0 257.45C258.33334 257.45 258.66666 257.45 259.0 257.45C259.33334 257.45 259.66666 257.45 260.0 257.45C260.33334 257.45 260.66666 257.4842 261.0 257.45C261.33334 257.4158 261.66666 257.37872 262.0 257.24484C262.33334 257.11093 262.66666 256.846 263.0 256.6466C263.33334 256.4472 263.66666 256.2478 264.0 256.0484C264.33334 255.84898 264.66666 255.64958 265.0 255.45016C265.33334 255.25076 265.66666 255.05136 266.0 254.85196C266.33334 254.65254 266.66666 254.45314 267.0 254.25374C267.33334 254.05434 267.66666 253.85492 268.0 253.65552C268.33334 253.45612 268.66666 253.2567 269.0 253.0573C269.33334 252.8579 269.66666 252.64772 270.0 252.45908C270.33334 252.27043 270.66666 252.06422 271.0 251.92543C271.33334 251.78664 271.66666 251.72603 272.0 251.62633C272.33334 251.52661 272.66666 251.42691 273.0 251.32721C273.33334 251.22751 273.66666 251.1278 274.0 251.0281C274.33334 250.9284 274.66666 250.8287 275.0 250.72899C275.33334 250.62929 275.66666 250.52959 276.0 250.42989C276.33334 250.33018 276.66666 250.23048 277.0 250.13078C277.33334 250.03107 277.66666 249.93137 278.0 249.83167C278.33334 249.73196 278.66666 249.63078 279.0 249.53256C279.33334 249.43433 279.66666 249.32391 280.0 249.2423C280.33334 249.16069 280.66666 249.10936 281.0 249.0429C281.33334 248.97643 281.66666 248.90996 282.0 248.84349C282.33334 248.77702 282.66666 248.71056 283.0 248.64407C283.33334 248.5776 283.66666 248.51114 284.0 248.44467C284.33334 248.3782 284.66666 248.31174 285.0 248.24527C285.33334 248.1788 285.66666 248.11234 286.0 248.04587C286.33334 247.9794 286.66666 247.91292 287.0 247.84645C287.33334 247.77998 287.66666 247.71352 288.0 247.64705C288.33334 247.58058 288.66666 247.53009 289.0 247.44765C289.33334 247.36519 289.66666 247.25142 290.0 247.15236C290.33334 247.05328 290.66666 246.95296 291.0 246.85324C291.33334 246.75354 291.66666 246.65384 292.0 246.55414C292.33334 246.45444 292.66666 246.35474 293.0 246.25504C293.33334 246.15532 293.66666 246.05562 294.0 245.95592C294.33334 245.85622 294.66666 245.75652 295.0 245.65681C295.33334 245.55711 295.66666 245.4574 296.0 245.3577C296.33334 245.258 296.66666 245.1583 297.0 245.0586C297.33334 244.9589 297.66666 244.73438 298.0 244.75948C298.33334 244.78459 298.66666 245.03459 299.0 245.20926C299.33334 245.38391 299.66666 245.60806 300.0 245.80746C300.33334 246.00688 300.66666 246.20628 301.0 246.40569C301.33334 246.6051 301.66666 246.8045 302.0 247.0039C302.33334 247.20331 302.66666 247.40273 303.0 247.60213C303.33334 247.80153 303.66666 248.00095 304.0 248.20035C304.33334 248.39975 304.66666 248.59915 305.0 248.79857C305.33334 248.99797 305.66666 249.19737 306.0 249.39677C306.33334 249.59619 306.66666 249.91315 307.0 249.995C307.33334 250.07684 307.66666 249.97218 308.0 249.88785C308.33334 249.80353 308.66666 249.62198 309.0 249.48904C309.33334 249.35611 309.66666 249.22316 310.0 249.09023C310.33334 248.95729 310.66666 248.82436 311.0 248.69142C311.33334 248.55849 311.66666 248.42554 312.0 248.2926C312.33334 248.15967 312.66666 248.02673 313.0 247.8938C313.33334 247.76085 313.66666 247.62791 314.0 247.49498C314.33334 247.36205 314.66666 247.22911 315.0 247.09618C315.33334 246.96323 315.66666 246.84958 316.0 246.69736C316.33334 246.54514 316.66666 246.36827 317.0 246.18282C317.33334 245.99736 317.66666 245.784 318.0 245.5846C318.33334 245.3852 318.66666 245.18579 319.0 244.98637C319.33334 244.78697 319.66666 244.58757 320.0 244.38817C320.33334 244.18875 320.66666 243.98935 321.0 243.78995C321.33334 243.59053 321.66666 243.39113 322.0 243.19173C322.33334 242.99232 322.66666 242.79291 323.0 242.5935C323.33334 242.3941 323.66666 242.19469 324.0 241.99529C324.33334 241.79588 324.66666 241.49857 325.0 241.39706C325.33334 241.29558 325.66666 241.2718 326.0 241.38634C326.33334 241.50087 326.66666 241.85162 327.0 242.08426C327.33334 242.31691 327.66666 242.54955 328.0 242.78218C328.33334 243.01483 328.66666 243.24747 329.0 243.4801C329.33334 243.71275 329.66666 243.94539 330.0 244.17802C330.33334 244.41066 330.66666 244.64331 331.0 244.87595C331.33334 245.10858 331.66666 245.34123 332.0 245.57387C332.33334 245.8065 332.66666 246.03915 333.0 246.27179C333.33334 246.50443 333.66666 246.84547 334.0 246.96971C334.33334 247.09395 334.66666 247.22536 335.0 247.01726C335.33334 246.80916 335.66666 246.15315 336.0 245.72112C336.33334 245.28906 336.66666 244.85703 337.0 244.42497C337.33334 243.99292 337.66666 243.56088 338.0 243.12883C338.33334 242.69678 338.66666 242.26474 339.0 241.83269C339.33334 241.40065 339.66666 240.9686 340.0 240.53654C340.33334 240.1045 340.66666 239.67245 341.0 239.24042C341.33334 238.80836 341.66666 238.37631 342.0 237.94427C342.33334 237.51222 342.66666 237.03717 343.0 236.64813C343.33334 236.2591 343.66666 235.78302 344.0 235.61C344.33334 235.43698 344.66666 235.61 345.0 235.61C345.33334 235.61 345.66666 235.61 346.0 235.61C346.33334 235.61 346.66666 235.61 347.0 235.61C347.33334 235.61 347.66666 235.61 348.0 235.61C348.33334 235.61 348.66666 235.61 349.0 235.61C349.33334 235.61 349.66666 235.61 350.0 235.61C350.33334 235.61 350.66666 235.61 351.0 235.61C351.33334 235.61 351.66666 235.60402 352.0 235.61C352.33334 235.61598 352.66666 235.55681 353.0 235.64587C353.33334 235.73494 353.66666 235.97821 354.0 236.1444C354.33334 236.31056 354.66666 236.47673 355.0 236.6429C355.33334 236.80907 355.66666 236.97525 356.0 237.14142C356.33334 237.30759 356.66666 237.47375 357.0 237.63994C357.33334 237.8061 357.66666 237.97227 358.0 238.13844C358.33334 238.30463 358.66666 238.4708 359.0 238.63696C359.33334 238.80313 359.66666 238.96931 360.0 239.13548C360.33334 239.30165 360.66666 239.46782 361.0 239.63399C361.33334 239.80017 361.66666 239.90353 362.0 240.1325C362.33334 240.36148 362.66666 240.7124 363.0 241.00784C363.33334 241.30328 363.66666 241.60606 364.0 241.90517C364.33334 242.20428 364.66666 242.50339 365.0 242.8025C365.33334 243.10161 365.66666 243.40071 366.0 243.69983C366.33334 243.99893 366.66666 244.29805 367.0 244.59715C367.33334 244.89627 367.66666 245.19537 368.0 245.49448C368.33334 245.7936 368.66666 246.0927 369.0 246.39182C369.33334 246.69092 369.66666 246.99004 370.0 247.28914C370.33334 247.58824 370.66666 248.15913 371.0 248.18646C371.33334 248.2138 371.66666 247.75815 372.0 247.45314C372.33334 247.14813 372.66666 246.72198 373.0 246.35641C373.33334 245.99083 373.66666 245.62526 374.0 245.25967C374.33334 244.8941 374.66666 244.52852 375.0 244.16293C375.33334 243.79736 375.66666 243.43178 376.0 243.06621C376.33334 242.70062 376.66666 242.33505 377.0 241.96947C377.33334 241.6039 377.66666 241.23831 378.0 240.87274C378.33334 240.50716 378.66666 240.14159 379.0 239.776C379.33334 239.41043 379.66666 238.8268 380.0 238.67928C380.33334 238.53175 380.66666 238.72267 381.0 238.89088C381.33334 239.05908 381.66666 239.42264 382.0 239.6885C382.33334 239.95438 382.66666 240.22026 383.0 240.48613C383.33334 240.752 383.66666 241.01788 384.0 241.28375C384.33334 241.54964 384.66666 241.8155 385.0 242.08138C385.33334 242.34726 385.66666 242.61313 386.0 242.879C386.33334 243.14488 386.66666 243.41075 387.0 243.67664C387.33334 243.9425 387.66666 244.20837 388.0 244.47426C388.33334 244.74013 388.66666 245.1933 389.0 245.27188C389.33334 245.35046 389.66666 245.19951 390.0 244.94574C390.33334 244.69199 390.66666 244.14812 391.0 243.74931C391.33334 243.3505 391.66666 242.95169 392.0 242.55287C392.33334 242.15407 392.66666 241.75525 393.0 241.35643C393.33334 240.95763 393.66666 240.5588 394.0 240.16C394.33334 239.76118 394.66666 239.36238 395.0 238.96356C395.33334 238.56476 395.66666 238.16594 396.0 237.76712C396.33334 237.36832 396.66666 236.9695 397.0 236.5707C397.33334 236.17188 397.66666 235.64977 398.0 235.37425C398.33334 235.09874 398.66666 234.9106 399.0 234.91757C399.33334 234.92455 399.66666 235.24992 400.0 235.41609C400.33334 235.58226 400.66666 235.74843 401.0 235.91461C401.33334 236.08078 401.66666 236.24695 402.0 236.41312C402.33334 236.5793 402.66666 236.74547 403.0 236.91164C403.33334 237.0778 403.66666 237.24399 404.0 237.41016C404.33334 237.57632 404.66666 237.7425 405.0 237.90868C405.33334 238.07484 405.66666 238.24101 406.0 238.40718C406.33334 238.57335 406.66666 238.7858 407.0 238.9057C407.33334 239.0256 407.66666 239.15628 408.0 239.12663C408.33334 239.09698 408.66666 238.86075 409.0 238.72781C409.33334 238.59488 409.66666 238.46194 410.0 238.32901C410.33334 238.19606 410.66666 238.06313 411.0 237.93019C411.33334 237.79726 411.66666 237.66432 412.0 237.53137C412.33334 237.39844 412.66666 237.2655 413.0 237.13257C413.33334 236.99963 413.66666 236.8667 414.0 236.73375C414.33334 236.60081 414.66666 236.46788 415.0 236.33495C415.33334 236.20201 415.66666 236.0297 416.0 235.93613C416.33334 235.84256 416.66666 235.65108 417.0 235.77353C417.33334 235.896 417.66666 236.37175 418.0 236.67087C418.33334 236.96997 418.66666 237.26907 419.0 237.56819C419.33334 237.8673 419.66666 238.16641 420.0 238.46552C420.33334 238.76463 420.66666 239.06374 421.0 239.36284C421.33334 239.66196 421.66666 239.96106 422.0 240.26018C422.33334 240.55928 422.66666 240.85838 423.0 241.1575C423.33334 241.4566 423.66666 241.75572 424.0 242.05482C424.33334 242.35394 424.66666 242.66496 425.0 242.95215C425.33334 243.23935 425.66666 243.70683 426.0 243.77802C426.33334 243.84918 426.66666 243.51213 427.0 243.3792C427.33334 243.24626 427.66666 243.11333 428.0 242.98038C428.33334 242.84744 428.66666 242.71451 429.0 242.58157C429.33334 242.44864 429.66666 242.31569 430.0 242.18275C430.33334 242.04982 430.66666 241.91689 431.0 241.78395C431.33334 241.65102 431.66666 241.51807 432.0 241.38513C432.33334 241.2522 432.66666 241.11926 433.0 240.98633C433.33334 240.85338 433.66666 240.72044 434.0 240.58751C434.33334 240.45457 434.66666 240.18285 435.0 240.18869C435.33334 240.19455 435.66666 240.46724 436.0 240.62265C436.33334 240.77806 436.66666 240.95499 437.0 241.12115C437.33334 241.28734 437.66666 241.4535 438.0 241.61967C438.33334 241.78584 438.66666 241.95201 439.0 242.1182C439.33334 242.28436 439.66666 242.45053 440.0 242.6167C440.33334 242.78288 440.66666 242.94905 441.0 243.11522C441.33334 243.28139 441.66666 243.44757 442.0 243.61374C442.33334 243.7799 442.66666 243.94608 443.0 244.11224C443.33334 244.27843 443.66666 244.63092 444.0 244.61076C444.33334 244.5906 444.66666 244.2441 445.0 243.99129C445.33334 243.7385 445.66666 243.39308 446.0 243.09396C446.33334 242.79486 446.66666 242.49574 447.0 242.19664C447.33334 241.89752 447.66666 241.59842 448.0 241.29932C448.33334 241.0002 448.66666 240.7011 449.0 240.40198C449.33334 240.10287 449.66666 239.80377 450.0 239.50465C450.33334 239.20555 450.66666 238.90643 451.0 238.60733C451.33334 238.30821 451.66666 238.00911 452.0 237.71C452.33334 237.41089 452.66666 237.0222 453.0 236.81267C453.33334 236.60313 453.66666 236.5294 454.0 236.45282C454.33334 236.37622 454.66666 236.38635 455.0 236.35312C455.33334 236.31989 455.66666 236.28665 456.0 236.2534C456.33334 236.22017 456.66666 236.18694 457.0 236.1537C457.33334 236.12047 457.66666 236.08723 458.0 236.054C458.33334 236.02077 458.66666 235.98753 459.0 235.9543C459.33334 235.92107 459.66666 235.88783 460.0 235.8546C460.33334 235.82137 460.66666 235.78813 461.0 235.7549C461.33334 235.72166 461.66666 235.87921 462.0 235.6552C462.33334 235.43117 462.66666 234.98373 463.0 234.41075C463.33334 233.83777 463.66666 232.94844 464.0 232.21729C464.33334 231.48613 464.66666 230.75497 465.0 230.02382C465.33334 229.29266 465.66666 228.56151 466.0 227.83034C466.33334 227.09918 466.66666 226.36803 467.0 225.63687C467.33334 224.90572 467.66666 224.17456 468.0 223.4434C468.33334 222.71225 468.66666 221.9811 469.0 221.24994C469.33334 220.51878 469.66666 219.78763 470.0 219.05647C470.33334 218.32532 470.66666 217.40588 471.0 216.863C471.33334 216.32013 471.66666 215.89342 472.0 215.7992C472.33334 215.70499 472.66666 216.13155 473.0 216.29771C473.33334 216.46388 473.66666 216.63005 474.0 216.79622C474.33334 216.9624 474.66666 217.12857 475.0 217.29474C475.33334 217.4609 475.66666 217.62709 476.0 217.79326C476.33334 217.95943 476.66666 218.1256 477.0 218.29178C477.33334 218.45795 477.66666 218.62411 478.0 218.79028C478.33334 218.95647 478.66666 219.12263 479.0 219.2888C479.33334 219.45497 479.66666 219.65031 480.0 219.78732C480.33334 219.92432 480.66666 220.07353 481.0 220.11084C481.33334 220.14813 481.66666 220.04436 482.0 220.01112C482.33334 219.97789 482.66666 219.94466 483.0 219.91142C483.33334 219.87819 483.66666 219.84496 484.0 219.81172C484.33334 219.77849 484.66666 219.74525 485.0 219.71202C485.33334 219.67879 485.66666 219.64555 486.0 219.61232C486.33334 219.57909 486.66666 219.54585 487.0 219.51262C487.33334 219.47939 487.66666 219.44615 488.0 219.41292C488.33334 219.37968 488.66666 219.36293 489.0 219.3132C489.33334 219.26347 489.66666 219.26398 490.0 219.11455C490.33334 218.9651 490.66666 218.64926 491.0 218.41663C491.33334 218.18398 491.66666 217.95134 492.0 217.7187C492.33334 217.48605 492.66666 217.25342 493.0 217.02078C493.33334 216.78813 493.66666 216.5555 494.0 216.32286C494.33334 216.09021 494.66666 215.85757 495.0 215.62494C495.33334 215.39229 495.66666 215.15965 496.0 214.92702C496.33334 214.69437 496.66666 214.46173 497.0 214.2291C497.33334 213.99644 497.66666 213.75745 498.0 213.53117C498.33334 213.3049 498.66666 212.93156 499.0 212.87146C499.33334 212.81137 499.66666 213.07088 500.0 213.17058C500.33334 213.27028 500.66666 213.36998 501.0 213.46968C501.33334 213.56938 501.66666 213.66908 502.0 213.7688C502.33334 213.8685 502.66666 213.9682 503.0 214.0679C503.33334 214.1676 503.66666 214.2673 504.0 214.367C504.33334 214.46672 504.66666 214.56642 505.0 214.66612C505.33334 214.76582 505.66666 214.86552 506.0 214.96523C506.33334 215.06493 506.66666 215.16464 507.0 215.26434C507.33334 215.36404 507.66666 215.14577 508.0 215.56345C508.33334 215.98114 508.66666 217.00381 509.0 217.77046C509.33334 218.53711 509.66666 219.3657 510.0 220.16333C510.33334 220.96095 510.66666 221.75858 511.0 222.55621C511.33334 223.35384 511.66666 224.15146 512.0 224.94908C512.3333 225.7467 512.6667 226.54433 513.0 227.34195C513.3333 228.13957 513.6667 228.93721 514.0 229.73483C514.3333 230.53246 514.6667 231.33008 515.0 232.1277C515.3333 232.92532 515.6667 233.72295 516.0 234.52057C516.3333 235.3182 516.6667 236.42854 517.0 236.91345C517.3333 237.39835 517.6667 237.3439 518.0 237.43C518.3333 237.5161 518.6667 237.43 519.0 237.43C519.3333 237.43 519.6667 237.43 520.0 237.43C520.3333 237.43 520.6667 237.43 521.0 237.43C521.3333 237.43 521.6667 237.43 522.0 237.43C522.3333 237.43 522.6667 237.43 523.0 237.43C523.3333 237.43 523.6667 237.43 524.0 237.43C524.3333 237.43 524.6667 237.43 525.0 237.43C525.3333 237.43 525.6667 237.45184 526.0 237.43C526.3333 237.40816 526.6667 237.35405 527.0 237.29898C527.3333 237.24391 527.6667 237.16605 528.0 237.09958C528.3333 237.03311 528.6667 236.96664 529.0 236.90018C529.3333 236.83371 529.6667 236.76724 530.0 236.70076C530.3333 236.6343 530.6667 236.56783 531.0 236.50136C531.3333 236.43489 531.6667 236.36842 532.0 236.30196C532.3333 236.23549 532.6667 236.16902 533.0 236.10255C533.3333 236.03607 533.6667 235.9696 534.0 235.90314C534.3333 235.83667 534.6667 235.66454 535.0 235.70374C535.3333 235.74294 535.6667 235.89975 536.0 236.13835C536.3333 236.37695 536.6667 236.80304 537.0 237.13538C537.3333 237.46773 537.6667 237.80006 538.0 238.13242C538.3333 238.46475 538.6667 238.7971 539.0 239.12944C539.3333 239.46179 539.6667 239.79413 540.0 240.12648C540.3333 240.45882 540.6667 240.79117 541.0 241.1235C541.3333 241.45586 541.6667 241.7882 542.0 242.12053C542.3333 242.45288 542.6667 242.78522 543.0 243.11757C543.3333 243.4499 543.6667 243.93622 544.0 244.1146C544.3333 244.29298 544.6667 244.3917 545.0 244.18788C545.3333 243.98407 545.6667 243.32379 546.0 242.89174C546.3333 242.4597 546.6667 242.02765 547.0 241.5956C547.3333 241.16356 547.6667 240.7315 548.0 240.29947C548.3333 239.86742 548.6667 239.43536 549.0 239.00333C549.3333 238.57127 549.6667 238.13924 550.0 237.70718C550.3333 237.27513 550.6667 236.8431 551.0 236.41104C551.3333 235.979 551.6667 235.54695 552.0 235.1149C552.3333 234.68286 552.6667 234.19583 553.0 233.81877C553.3333 233.4417 553.6667 233.03017 554.0 232.85251C554.3333 232.67485 554.6667 232.78604 555.0 232.7528C555.3333 232.71957 555.6667 232.68634 556.0 232.6531C556.3333 232.61987 556.6667 232.58664 557.0 232.5534C557.3333 232.52017 557.6667 232.48694 558.0 232.4537C558.3333 232.42046 558.6667 232.38722 559.0 232.35399C559.3333 232.32076 559.6667 232.28752 560.0 232.25429C560.3333 232.22105 560.6667 232.18782 561.0 232.15459C561.3333 232.12135 561.6667 232.08565 562.0 232.05489C562.3333 232.02412 562.6667 231.98415 563.0 231.97C563.3333 231.95586 563.6667 231.97 564.0 231.97C564.3333 231.97 564.6667 231.97 565.0 231.97C565.3333 231.97 565.6667 231.97 566.0 231.97C566.3333 231.97 566.6667 231.97 567.0 231.97C567.3333 231.97 567.6667 231.97 568.0 231.97C568.3333 231.97 568.6667 231.97 569.0 231.97C569.3333 231.97 569.6667 231.97 570.0 231.97C570.3333 231.97 570.6667 231.96928 571.0 231.97C571.3333 231.97072 571.6667 231.94034 572.0 231.97429C572.3333 232.00824 572.6667 232.10722 573.0 232.17369C573.3333 232.24017 573.6667 232.30664 574.0 232.37311C574.3333 232.43958 574.6667 232.50604 575.0 232.57251C575.3333 232.63898 575.6667 232.70544 576.0 232.77191C576.3333 232.83838 576.6667 232.90485 577.0 232.97133C577.3333 233.0378 577.6667 233.10426 578.0 233.17073C578.3333 233.2372 578.6667 233.30367 579.0 233.37013C579.3333 233.4366 579.6667 233.50307 580.0 233.56953C580.3333 233.636 580.6667 233.68762 581.0 233.76895C581.3333 233.85028 581.6667 233.95958 582.0 234.05753C582.3333 234.15547 582.6667 234.25693 583.0 234.35664C583.3333 234.45634 583.6667 234.55605 584.0 234.65575C584.3333 234.75545 584.6667 234.85515 585.0 234.95485C585.3333 235.05457 585.6667 235.15427 586.0 235.25397C586.3333 235.35367 586.6667 235.45337 587.0 235.55307C587.3333 235.65277 587.6667 235.75249 588.0 235.85219C588.3333 235.95189 588.6667 236.05159 589.0 236.15129C589.3333 236.25099 589.6667 236.21045 590.0 236.45041C590.3333 236.69037 590.6667 237.1683 591.0 237.59105C591.3333 238.01381 591.6667 238.52162 592.0 238.9869C592.3333 239.45218 592.6667 239.91747 593.0 240.38274C593.3333 240.84802 593.6667 241.31331 594.0 241.77858C594.3333 242.24387 594.6667 242.70914 595.0 243.17442C595.3333 243.63971 595.6667 244.10498 596.0 244.57027C596.3333 245.03555 596.6667 245.50082 597.0 245.96611C597.3333 246.4314 597.6667 246.89667 598.0 247.36195C598.3333 247.82724 598.6667 248.49464 599.0 248.7578C599.3333 249.02095 599.6667 248.99342 600.0 248.94084C600.3333 248.88826 600.6667 248.6085 601.0 248.44232C601.3333 248.27615 601.6667 248.10999 602.0 247.94382C602.3333 247.77763 602.6667 247.61147 603.0 247.4453C603.3333 247.27913 603.6667 247.11296 604.0 246.94678C604.3333 246.78061 604.6667 246.61444 605.0 246.44827C605.3333 246.28209 605.6667 246.11592 606.0 245.94975C606.3333 245.78358 606.6667 245.6174 607.0 245.45123C607.3333 245.28506 607.6667 245.0848 608.0 244.95271C608.3333 244.82065 608.6667 244.72444 609.0 244.65884C609.3333 244.59325 609.6667 244.59238 610.0 244.55914C610.3333 244.52591 610.6667 244.49268 611.0 244.45944C611.3333 244.4262 611.6667 244.39296 612.0 244.35973C612.3333 244.32649 612.6667 244.29326 613.0 244.26003C613.3333 244.22679 613.6667 244.19356 614.0 244.16032C614.3333 244.12709 614.6667 244.09386 615.0 244.06062C615.3333 244.02739 615.6667 243.99416 616.0 243.96092C616.3333 243.92769 616.6667 244.04198 617.0 243.86122C617.3333 243.68045 617.6667 243.43929 618.0 242.87633C618.3333 242.31335 618.6667 241.28107 619.0 240.48344C619.3333 239.68582 619.6667 238.8882 620.0 238.09058C620.3333 237.29295 620.6667 236.49533 621.0 235.69771C621.3333 234.90007 621.6667 234.10245 622.0 233.30482C622.3333 232.5072 622.6667 231.70958 623.0 230.91196C623.3333 230.11433 623.6667 229.31671 624.0 228.51907C624.3333 227.72145 624.6667 226.92383 625.0 226.1262C625.3333 225.32858 625.6667 224.47502 626.0 223.73334C626.3333 222.99164 626.6667 222.20172 627.0 221.67604C627.3333 221.15038 627.6667 220.94489 628.0 220.57932C628.3333 220.21373 628.6667 219.84816 629.0 219.48257C629.3333 219.117 629.6667 218.75142 630.0 218.38585C630.3333 218.02026 630.6667 217.6547 631.0 217.28911C631.3333 216.92354 631.6667 216.55795 632.0 216.19238C632.3333 215.8268 632.6667 215.46121 633.0 215.09564C633.3333 214.73006 633.6667 214.36449 634.0 213.9989C634.3333 213.63333 634.6667 213.22614 635.0 212.90218C635.3333 212.57822 635.6667 212.06337 636.0 212.05513C636.3333 212.0469 636.6667 212.58688 637.0 212.85275C637.3333 213.11864 637.6667 213.3845 638.0 213.65039C638.3333 213.91626 638.6667 214.18213 639.0 214.44801C639.3333 214.71388 639.6667 214.97975 640.0 215.24564C640.3333 215.5115 640.6667 215.77737 641.0 216.04326C641.3333 216.30913 641.6667 216.57501 642.0 216.84088C642.3333 217.10675 642.6667 217.37263 643.0 217.6385C643.3333 217.90437 643.6667 218.17151 644.0 218.43613C644.3333 218.70076 644.6667 219.2275 645.0 219.22624C645.3333 219.22499 645.6667 218.69449 646.0 218.42862C646.3333 218.16275 646.6667 217.89687 647.0 217.631C647.3333 217.36513 647.6667 217.09924 648.0 216.83337C648.3333 216.56749 648.6667 216.30162 649.0 216.03575C649.3333 215.76987 649.6667 215.504 650.0 215.23813C650.3333 214.97224 650.6667 214.70638 651.0 214.44049C651.3333 214.17462 651.6667 213.90875 652.0 213.64287C652.3333 213.377 652.6667 213.11113 653.0 212.84525C653.3333 212.57938 653.6667 212.24059 654.0 212.04762C654.3333 211.85466 654.6667 211.79738 655.0 211.6875C655.3333 211.57762 655.6667 211.4881 656.0 211.3884C656.3333 211.28868 656.6667 211.18898 657.0 211.08928C657.3333 210.98958 657.6667 210.88988 658.0 210.79018C658.3333 210.69048 658.6667 210.59076 659.0 210.49106C659.3333 210.39136 659.6667 210.29166 660.0 210.19196C660.3333 210.09225 660.6667 209.99255 661.0 209.89284C661.3333 209.79314 661.6667 209.69344 662.0 209.59373C662.3333 209.49403 662.6667 209.02019 663.0 209.29463C663.3333 209.56906 663.6667 210.46739 664.0 211.24034C664.3333 212.01329 664.6667 213.035 665.0 213.93233C665.3333 214.82965 665.6667 215.72699 666.0 216.62431C666.3333 217.52164 666.6667 218.41896 667.0 219.3163C667.3333 220.21362 667.6667 221.11095 668.0 222.00827C668.3333 222.90561 668.6667 223.80293 669.0 224.70026C669.3333 225.59758 669.6667 226.49492 670.0 227.39224C670.3333 228.28957 670.6667 229.18689 671.0 230.08423C671.3333 230.98155 671.6667 232.11714 672.0 232.7762C672.3333 233.43527 672.6667 233.76175 673.0 234.03862C673.3333 234.31549 673.6667 234.30449 674.0 234.43744C674.3333 234.57037 674.6667 234.70331 675.0 234.83624C675.3333 234.96918 675.6667 235.10213 676.0 235.23506C676.3333 235.368 676.6667 235.50093 677.0 235.63387C677.3333 235.7668 677.6667 235.89975 678.0 236.03268C678.3333 236.16562 678.6667 236.29855 679.0 236.43149C679.3333 236.56444 679.6667 236.69737 680.0 236.8303C680.3333 236.96324 680.6667 237.12093 681.0 237.22913C681.3333 237.33731 681.6667 237.42114 682.0 237.47948C682.3333 237.53783 682.6667 237.54594 683.0 237.5792C683.3333 237.61243 683.6667 237.64566 684.0 237.6789C684.3333 237.71213 684.6667 237.74536 685.0 237.7786C685.3333 237.81183 685.6667 237.84506 686.0 237.8783C686.3333 237.91153 686.6667 237.94476 687.0 237.978C687.3333 238.01123 687.6667 238.04446 688.0 238.0777C688.3333 238.11093 688.6667 238.14417 689.0 238.1774C689.3333 238.21063 689.6667 238.1273 690.0 238.27711C690.3333 238.42691 690.6667 238.61069 691.0 239.0762C691.3333 239.54173 691.6667 240.40558 692.0 241.07027C692.3333 241.73495 692.6667 242.39964 693.0 243.06433C693.3333 243.72902 693.6667 244.3937 694.0 245.0584C694.3333 245.72308 694.6667 246.38777 695.0 247.05246C695.3333 247.71713 695.6667 248.38182 696.0 249.04651C696.3333 249.7112 696.6667 250.37589 697.0 251.04057C697.3333 251.70526 697.6667 252.36995 698.0 253.03464C698.3333 253.69933 698.6667 254.4123 699.0 255.0287C699.3333 255.64511 699.6667 256.3161 700.0 256.7331C700.3333 257.15012 700.6667 257.26486 701.0 257.53073C701.3333 257.7966 701.6667 258.06247 702.0 258.32834C702.3333 258.59424 702.6667 258.8601 703.0 259.12598C703.3333 259.39185 703.6667 259.6577 704.0 259.9236C704.3333 260.18948 704.6667 260.45535 705.0 260.72122C705.3333 260.9871 705.6667 261.253 706.0 261.51886C706.3333 261.78473 706.6667 262.0506 707.0 262.31647C707.3333 262.58234 707.6667 262.8616 708.0 263.1141C708.3333 263.3666 708.6667 263.69528 709.0 263.83145C709.3333 263.96765 709.6667 263.89795 710.0 263.93118C710.3333 263.96442 710.6667 263.99765 711.0 264.03088C711.3333 264.06412 711.6667 264.09735 712.0 264.13058C712.3333 264.16382 712.6667 264.19705 713.0 264.2303C713.3333 264.26352 713.6667 264.29675 714.0 264.33C714.3333 264.36322 714.6667 264.39645 715.0 264.4297C715.3333 264.46292 715.6667 264.49615 716.0 264.5294C716.3333 264.56262 716.6667 264.59586 717.0 264.6291C717.3333 264.66232 717.6667 264.77765 718.0 264.7288C718.3333 264.67996 718.6667 264.46796 719.0 264.33603C719.3333 264.20407 719.6667 264.07013 720.0 263.9372C720.3333 263.80426 720.6667 263.67133 721.0 263.5384C721.3333 263.40546 721.6667 263.27252 722.0 263.1396C722.3333 263.00665 722.6667 262.87372 723.0 262.74075C723.3333 262.60782 723.6667 262.47488 724.0 262.34195C724.3333 262.209 724.6667 262.07608 725.0 261.94315C725.3333 261.8102 725.6667 261.67728 726.0 261.54434C726.3333 261.41138 726.6667 261.27844 727.0 261.1455C727.3333 261.01257 727.6667 260.87964 728.0 260.7467C728.3333 260.61377 728.6667 260.48083 729.0 260.3479C729.3333 260.21497 729.6667 260.08203 730.0 259.94907C730.3333 259.81613 730.6667 259.6832 731.0 259.55026C731.3333 259.41733 731.6667 259.2844 732.0 259.15146C732.3333 259.01852 733.0 258.75266 733.0 258.75266" fill-rule="nonzero" stroke="#76b900" stroke-linecap="butt" stroke-opacity="0.7019608" stroke-width="8.0"></path>
     <path d="M40.278126 380.3625Q40.278126 378.58124 40.6375 377.5031Q41.0125 376.40936 41.73125 375.83124Q42.45 375.2375 43.54375 375.2375Q44.35625 375.2375 44.965626 375.5656Q45.575 375.89374 45.965626 376.5031Q46.371876 377.1125 46.590626 377.9875Q46.809376 378.8625 46.809376 380.3625Q46.809376 382.1281 46.45 383.20624Q46.090626 384.28436 45.371876 384.8781Q44.653126 385.47186 43.54375 385.47186Q42.10625 385.47186 41.278126 384.425Q40.278126 383.175 40.278126 380.3625ZM41.54375 380.3625Q41.54375 382.83124 42.121876 383.64374Q42.7 384.45624 43.54375 384.45624Q44.403126 384.45624 44.98125 383.64374Q45.559376 382.8156 45.559376 380.3625Q45.559376 377.8781 44.98125 377.0656Q44.403126 376.2531 43.528126 376.2531Q42.684376 376.2531 42.184376 376.97186Q41.54375 377.89374 41.54375 380.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.746876 293.1125L38.746876 294.3L32.121876 294.3Q32.10625 293.8625 32.2625 293.4406Q32.528126 292.76874 33.075 292.1125Q33.6375 291.45624 34.684376 290.59686Q36.325 289.2531 36.8875 288.47186Q37.465626 287.6906 37.465626 286.9875Q37.465626 286.2531 36.934376 285.7531Q36.41875 285.2531 35.590626 285.2531Q34.7 285.2531 34.153126 285.78436Q33.621876 286.3156 33.621876 287.26874L32.35625 287.1281Q32.48125 285.72186 33.325 284.9875Q34.184376 284.2375 35.60625 284.2375Q37.059376 284.2375 37.8875 285.03436Q38.73125 285.83124 38.73125 287.01874Q38.73125 287.6281 38.48125 288.20624Q38.246876 288.78436 37.66875 289.425Q37.10625 290.0656 35.778126 291.1906Q34.66875 292.1125 34.35625 292.45624Q34.04375 292.78436 33.840626 293.1125L38.746876 293.1125ZM40.278126 289.3625Q40.278126 287.58124 40.6375 286.5031Q41.0125 285.40936 41.73125 284.83124Q42.45 284.2375 43.54375 284.2375Q44.35625 284.2375 44.965626 284.5656Q45.575 284.89374 45.965626 285.5031Q46.371876 286.1125 46.590626 286.9875Q46.809376 287.8625 46.809376 289.3625Q46.809376 291.1281 46.45 292.20624Q46.090626 293.28436 45.371876 293.8781Q44.653126 294.47186 43.54375 294.47186Q42.10625 294.47186 41.278126 293.425Q40.278126 292.175 40.278126 289.3625ZM41.54375 289.3625Q41.54375 291.83124 42.121876 292.64374Q42.7 293.45624 43.54375 293.45624Q44.403126 293.45624 44.98125 292.64374Q45.559376 291.8156 45.559376 289.3625Q45.559376 286.8781 44.98125 286.0656Q44.403126 285.2531 43.528126 285.2531Q42.684376 285.2531 42.184376 285.97186Q41.54375 286.89374 41.54375 289.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M36.23125 203.3L36.23125 200.89375L31.871876 200.89375L31.871876 199.76875L36.45 193.28438L37.45 193.28438L37.45 199.76875L38.809376 199.76875L38.809376 200.89375L37.45 200.89375L37.45 203.3L36.23125 203.3ZM36.23125 199.76875L36.23125 195.25313L33.090626 199.76875L36.23125 199.76875ZM40.278126 198.3625Q40.278126 196.58125 40.6375 195.50313Q41.0125 194.40938 41.73125 193.83125Q42.45 193.2375 43.54375 193.2375Q44.35625 193.2375 44.965626 193.56563Q45.575 193.89375 45.965626 194.50313Q46.371876 195.1125 46.590626 195.9875Q46.809376 196.8625 46.809376 198.3625Q46.809376 200.12813 46.45 201.20625Q46.090626 202.28438 45.371876 202.87813Q44.653126 203.47188 43.54375 203.47188Q42.10625 203.47188 41.278126 202.425Q40.278126 201.175 40.278126 198.3625ZM41.54375 198.3625Q41.54375 200.83125 42.121876 201.64375Q42.7 202.45625 43.54375 202.45625Q44.403126 202.45625 44.98125 201.64375Q45.559376 200.81563 45.559376 198.3625Q45.559376 195.87813 44.98125 195.06563Q44.403126 194.25313 43.528126 194.25313Q42.684376 194.25313 42.184376 194.97188Q41.54375 195.89375 41.54375 198.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.66875 104.7375L37.45 104.83125Q37.278126 104.09688 36.98125 103.76875Q36.48125 103.25313 35.746876 103.25313Q35.153126 103.25313 34.715626 103.58125Q34.1375 104.00313 33.79375 104.81563Q33.465626 105.62813 33.45 107.12813Q33.8875 106.45625 34.528126 106.12813Q35.184376 105.8 35.8875 105.8Q37.121876 105.8 37.98125 106.70625Q38.840626 107.6125 38.840626 109.05Q38.840626 109.9875 38.434376 110.8Q38.028126 111.6125 37.309376 112.05Q36.60625 112.47188 35.7 112.47188Q34.16875 112.47188 33.2 111.34688Q32.23125 110.20625 32.23125 107.6125Q32.23125 104.70625 33.29375 103.37813Q34.23125 102.2375 35.825 102.2375Q37.0125 102.2375 37.7625 102.90938Q38.5125 103.56563 38.66875 104.7375ZM33.6375 109.05Q33.6375 109.69063 33.903126 110.26875Q34.184376 110.84688 34.66875 111.15938Q35.153126 111.45625 35.684376 111.45625Q36.465626 111.45625 37.028126 110.83125Q37.590626 110.20625 37.590626 109.12813Q37.590626 108.08125 37.028126 107.4875Q36.48125 106.87813 35.6375 106.87813Q34.809376 106.87813 34.215626 107.4875Q33.6375 108.08125 33.6375 109.05ZM40.278126 107.3625Q40.278126 105.58125 40.6375 104.50313Q41.0125 103.40938 41.73125 102.83125Q42.45 102.2375 43.54375 102.2375Q44.35625 102.2375 44.965626 102.56563Q45.575 102.89375 45.965626 103.50313Q46.371876 104.1125 46.590626 104.9875Q46.809376 105.8625 46.809376 107.3625Q46.809376 109.12813 46.45 110.20625Q46.090626 111.28438 45.371876 111.87813Q44.653126 112.47188 43.54375 112.47188Q42.10625 112.47188 41.278126 111.425Q40.278126 110.175 40.278126 107.3625ZM41.54375 107.3625Q41.54375 109.83125 42.121876 110.64375Q42.7 111.45625 43.54375 111.45625Q44.403126 111.45625 44.98125 110.64375Q45.559376 109.81563 45.559376 107.3625Q45.559376 104.87813 44.98125 104.06563Q44.403126 103.25313 43.528126 103.25313Q42.684376 103.25313 42.184376 103.97188Q41.54375 104.89375 41.54375 107.3625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M63.845158 444.2531L64.86078 444.2531L64.86078 449.9406Q64.48578 449.9406 64.1264 449.8156Q63.548283 449.59686 62.985783 449.1281Q62.423283 448.64374 61.688908 447.7375Q60.532658 446.33124 59.860783 445.84686Q59.188908 445.34686 58.595158 445.34686Q57.970158 445.34686 57.548283 445.8Q57.110783 446.2531 57.110783 446.97186Q57.110783 447.7375 57.563908 448.1906Q58.017033 448.64374 58.829533 448.65936L58.720158 449.7375Q57.501408 449.6281 56.876408 448.90936Q56.235783 448.175 56.235783 446.9406Q56.235783 445.70624 56.923283 444.9875Q57.610783 444.26874 58.626408 444.26874Q59.142033 444.26874 59.642033 444.4875Q60.126408 444.6906 60.688908 445.1906Q61.235783 445.675 62.188908 446.8Q62.985783 447.7531 63.282658 448.03436Q63.563908 448.3 63.845158 448.47186L63.845158 444.2531ZM60.626408 442.8Q59.095158 442.8 58.173283 442.4875Q57.235783 442.175 56.735783 441.5656Q56.235783 440.9406 56.235783 440.0031Q56.235783 439.3156 56.517033 438.8Q56.798283 438.26874 57.329533 437.925Q57.845158 437.58124 58.595158 437.39374Q59.345158 437.20624 60.626408 437.20624Q62.142033 437.20624 63.063908 437.51874Q63.985783 437.8156 64.5014 438.4406Q65.0014 439.05 65.0014 440.0031Q65.0014 441.2375 64.11078 441.95624Q63.048283 442.8 60.626408 442.8ZM60.626408 441.72186Q62.735783 441.72186 63.438908 441.22186Q64.14203 440.72186 64.14203 440.0031Q64.14203 439.26874 63.438908 438.78436Q62.735783 438.28436 60.626408 438.28436Q58.501408 438.28436 57.813908 438.78436Q57.110783 439.26874 57.110783 440.01874Q57.110783 440.7375 57.720158 441.175Q58.501408 441.72186 60.626408 441.72186ZM63.845158 430.2531L64.86078 430.2531L64.86078 435.9406Q64.48578 435.9406 64.1264 435.8156Q63.548283 435.59686 62.985783 435.1281Q62.423283 434.64374 61.688908 433.7375Q60.532658 432.33124 59.860783 431.84686Q59.188908 431.34686 58.595158 431.34686Q57.970158 431.34686 57.548283 431.8Q57.110783 432.2531 57.110783 432.97186Q57.110783 433.7375 57.563908 434.1906Q58.017033 434.64374 58.829533 434.65936L58.720158 435.7375Q57.501408 435.6281 56.876408 434.90936Q56.235783 434.175 56.235783 432.9406Q56.235783 431.70624 56.923283 430.9875Q57.610783 430.26874 58.626408 430.26874Q59.142033 430.26874 59.642033 430.4875Q60.126408 430.6906 60.688908 431.1906Q61.235783 431.675 62.188908 432.8Q62.985783 433.7531 63.282658 434.03436Q63.563908 434.3 63.845158 434.47186L63.845158 430.2531ZM60.626408 428.8Q59.095158 428.8 58.173283 428.4875Q57.235783 428.175 56.735783 427.5656Q56.235783 426.9406 56.235783 426.0031Q56.235783 425.3156 56.517033 424.8Q56.798283 424.26874 57.329533 423.925Q57.845158 423.58124 58.595158 423.39374Q59.345158 423.20624 60.626408 423.20624Q62.142033 423.20624 63.063908 423.51874Q63.985783 423.8156 64.5014 424.4406Q65.0014 425.05 65.0014 426.0031Q65.0014 427.2375 64.11078 427.95624Q63.048283 428.8 60.626408 428.8ZM60.626408 427.72186Q62.735783 427.72186 63.438908 427.22186Q64.14203 426.72186 64.14203 426.0031Q64.14203 425.26874 63.438908 424.78436Q62.735783 424.28436 60.626408 424.28436Q58.501408 424.28436 57.813908 424.78436Q57.110783 425.26874 57.110783 426.01874Q57.110783 426.7375 57.720158 427.175Q58.501408 427.72186 60.626408 427.72186ZM62.282658 421.925L61.220158 421.925L61.220158 418.675L62.282658 418.675L62.282658 421.925ZM60.626408 417.8Q59.095158 417.8 58.173283 417.4875Q57.235783 417.175 56.735783 416.5656Q56.235783 415.9406 56.235783 415.0031Q56.235783 414.3156 56.517033 413.8Q56.798283 413.26874 57.329533 412.925Q57.845158 412.58124 58.595158 412.39374Q59.345158 412.20624 60.626408 412.20624Q62.142033 412.20624 63.063908 412.51874Q63.985783 412.8156 64.5014 413.4406Q65.0014 414.05 65.0014 415.0031Q65.0014 416.2375 64.11078 416.95624Q63.048283 417.8 60.626408 417.8ZM60.626408 416.72186Q62.735783 416.72186 63.438908 416.22186Q64.14203 415.72186 64.14203 415.0031Q64.14203 414.26874 63.438908 413.78436Q62.735783 413.28436 60.626408 413.28436Q58.501408 413.28436 57.813908 413.78436Q57.110783 414.26874 57.110783 415.01874Q57.110783 415.7375 57.720158 416.175Q58.501408 416.72186 60.626408 416.72186ZM64.86078 407.425L62.798283 407.425L62.798283 411.14374L61.829533 411.14374L56.267033 407.22186L56.267033 406.3625L61.829533 406.3625L61.829533 405.20624L62.798283 405.20624L62.798283 406.3625L64.86078 406.3625L64.86078 407.425ZM61.829533 407.425L57.970158 407.425L61.829533 410.1125L61.829533 407.425ZM62.282658 403.925L61.220158 403.925L61.220158 400.675L62.282658 400.675L62.282658 403.925ZM60.626408 399.8Q59.095158 399.8 58.173283 399.4875Q57.235783 399.175 56.735783 398.5656Q56.235783 397.9406 56.235783 397.0031Q56.235783 396.3156 56.517033 395.8Q56.798283 395.26874 57.329533 394.925Q57.845158 394.58124 58.595158 394.39374Q59.345158 394.20624 60.626408 394.20624Q62.142033 394.20624 63.063908 394.51874Q63.985783 394.8156 64.5014 395.4406Q65.0014 396.05 65.0014 397.0031Q65.0014 398.2375 64.11078 398.95624Q63.048283 399.8 60.626408 399.8ZM60.626408 398.72186Q62.735783 398.72186 63.438908 398.22186Q64.14203 397.72186 64.14203 397.0031Q64.14203 396.26874 63.438908 395.78436Q62.735783 395.28436 60.626408 395.28436Q58.501408 395.28436 57.813908 395.78436Q57.110783 396.26874 57.110783 397.01874Q57.110783 397.7375 57.720158 398.175Q58.501408 398.72186 60.626408 398.72186ZM58.376408 387.33124L58.454533 388.3781Q57.829533 388.51874 57.548283 388.76874Q57.095158 389.20624 57.095158 389.83124Q57.095158 390.33124 57.376408 390.72186Q57.751408 391.20624 58.454533 391.5031Q59.142033 391.78436 60.423283 391.8Q59.845158 391.425 59.563908 390.8781Q59.282658 390.3156 59.282658 389.70624Q59.282658 388.65936 60.063908 387.925Q60.845158 387.175 62.063908 387.175Q62.876408 387.175 63.579533 387.53436Q64.26703 387.8781 64.64203 388.4875Q65.0014 389.09686 65.0014 389.8625Q65.0014 391.1906 64.03265 392.01874Q63.063908 392.84686 60.845158 392.84686Q58.345158 392.84686 57.220158 391.925Q56.235783 391.1281 56.235783 389.76874Q56.235783 388.7531 56.813908 388.1125Q57.376408 387.45624 58.376408 387.33124ZM62.079533 391.6281Q62.626408 391.6281 63.126408 391.40936Q63.610783 391.175 63.876408 390.76874Q64.14203 390.34686 64.14203 389.8781Q64.14203 389.22186 63.610783 388.7375Q63.063908 388.2531 62.142033 388.2531Q61.251408 388.2531 60.735783 388.7375Q60.220158 389.20624 60.220158 389.925Q60.220158 390.64374 60.735783 391.14374Q61.251408 391.6281 62.079533 391.6281Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M82.09936 444.2531L83.11498 444.2531L83.11498 449.9406Q82.73998 449.9406 82.38061 449.8156Q81.80248 449.59686 81.23998 449.1281Q80.67748 448.64374 79.94311 447.7375Q78.78686 446.33124 78.11498 445.84686Q77.44311 445.34686 76.84936 445.34686Q76.22436 445.34686 75.80248 445.8Q75.36498 446.2531 75.36498 446.97186Q75.36498 447.7375 75.81811 448.1906Q76.27123 448.64374 77.08373 448.65936L76.97436 449.7375Q75.75561 449.6281 75.13061 448.90936Q74.48998 448.175 74.48998 446.9406Q74.48998 445.70624 75.17748 444.9875Q75.86498 444.26874 76.88061 444.26874Q77.39623 444.26874 77.89623 444.4875Q78.38061 444.6906 78.94311 445.1906Q79.48998 445.675 80.44311 446.8Q81.23998 447.7531 81.53686 448.03436Q81.81811 448.3 82.09936 448.47186L82.09936 444.2531ZM78.88061 442.8Q77.34936 442.8 76.42748 442.4875Q75.48998 442.175 74.98998 441.5656Q74.48998 440.9406 74.48998 440.0031Q74.48998 439.3156 74.77123 438.8Q75.05248 438.26874 75.58373 437.925Q76.09936 437.58124 76.84936 437.39374Q77.59936 437.20624 78.88061 437.20624Q80.39623 437.20624 81.31811 437.51874Q82.23998 437.8156 82.75561 438.4406Q83.25561 439.05 83.25561 440.0031Q83.25561 441.2375 82.36498 441.95624Q81.30248 442.8 78.88061 442.8ZM78.88061 441.72186Q80.98998 441.72186 81.69311 441.22186Q82.39623 440.72186 82.39623 440.0031Q82.39623 439.26874 81.69311 438.78436Q80.98998 438.28436 78.88061 438.28436Q76.75561 438.28436 76.06811 438.78436Q75.36498 439.26874 75.36498 440.01874Q75.36498 440.7375 75.97436 441.175Q76.75561 441.72186 78.88061 441.72186ZM82.09936 430.2531L83.11498 430.2531L83.11498 435.9406Q82.73998 435.9406 82.38061 435.8156Q81.80248 435.59686 81.23998 435.1281Q80.67748 434.64374 79.94311 433.7375Q78.78686 432.33124 78.11498 431.84686Q77.44311 431.34686 76.84936 431.34686Q76.22436 431.34686 75.80248 431.8Q75.36498 432.2531 75.36498 432.97186Q75.36498 433.7375 75.81811 434.1906Q76.27123 434.64374 77.08373 434.65936L76.97436 435.7375Q75.75561 435.6281 75.13061 434.90936Q74.48998 434.175 74.48998 432.9406Q74.48998 431.70624 75.17748 430.9875Q75.86498 430.26874 76.88061 430.26874Q77.39623 430.26874 77.89623 430.4875Q78.38061 430.6906 78.94311 431.1906Q79.48998 431.675 80.44311 432.8Q81.23998 433.7531 81.53686 434.03436Q81.81811 434.3 82.09936 434.47186L82.09936 430.2531ZM78.88061 428.8Q77.34936 428.8 76.42748 428.4875Q75.48998 428.175 74.98998 427.5656Q74.48998 426.9406 74.48998 426.0031Q74.48998 425.3156 74.77123 424.8Q75.05248 424.26874 75.58373 423.925Q76.09936 423.58124 76.84936 423.39374Q77.59936 423.20624 78.88061 423.20624Q80.39623 423.20624 81.31811 423.51874Q82.23998 423.8156 82.75561 424.4406Q83.25561 425.05 83.25561 426.0031Q83.25561 427.2375 82.36498 427.95624Q81.30248 428.8 78.88061 428.8ZM78.88061 427.72186Q80.98998 427.72186 81.69311 427.22186Q82.39623 426.72186 82.39623 426.0031Q82.39623 425.26874 81.69311 424.78436Q80.98998 424.28436 78.88061 424.28436Q76.75561 424.28436 76.06811 424.78436Q75.36498 425.26874 75.36498 426.01874Q75.36498 426.7375 75.97436 427.175Q76.75561 427.72186 78.88061 427.72186ZM80.53686 421.925L79.47436 421.925L79.47436 418.675L80.53686 418.675L80.53686 421.925ZM78.88061 417.80002Q77.34936 417.80002 76.42748 417.48752Q75.48998 417.17502 74.98998 416.56564Q74.48998 415.94064 74.48998 415.00314Q74.48998 414.31564 74.77123 413.80002Q75.05248 413.26877 75.58373 412.92502Q76.09936 412.58127 76.84936 412.39377Q77.59936 412.20627 78.88061 412.20627Q80.39623 412.20627 81.31811 412.51877Q82.23998 412.81564 82.75561 413.44064Q83.25561 414.05002 83.25561 415.00314Q83.25561 416.23752 82.36498 416.95627Q81.30248 417.80002 78.88061 417.80002ZM78.88061 416.7219Q80.98998 416.7219 81.69311 416.2219Q82.39623 415.7219 82.39623 415.00314Q82.39623 414.26877 81.69311 413.7844Q80.98998 413.2844 78.88061 413.2844Q76.75561 413.2844 76.06811 413.7844Q75.36498 414.26877 75.36498 415.01877Q75.36498 415.73752 75.97436 416.17502Q76.75561 416.7219 78.88061 416.7219ZM83.11498 407.42502L81.05248 407.42502L81.05248 411.14377L80.08373 411.14377L74.52123 407.2219L74.52123 406.36252L80.08373 406.36252L80.08373 405.20627L81.05248 405.20627L81.05248 406.36252L83.11498 406.36252L83.11498 407.42502ZM80.08373 407.42502L76.22436 407.42502L80.08373 410.11252L80.08373 407.42502ZM80.53686 403.92502L79.47436 403.92502L79.47436 400.67502L80.53686 400.67502L80.53686 403.92502ZM82.09936 394.25314L83.11498 394.25314L83.11498 399.94064Q82.73998 399.94064 82.38061 399.81564Q81.80248 399.5969 81.23998 399.12814Q80.67748 398.64377 79.94311 397.73752Q78.78686 396.33127 78.11498 395.8469Q77.44311 395.3469 76.84936 395.3469Q76.22436 395.3469 75.80248 395.80002Q75.36498 396.25314 75.36498 396.9719Q75.36498 397.73752 75.81811 398.19064Q76.27123 398.64377 77.08373 398.6594L76.97436 399.73752Q75.75561 399.62814 75.13061 398.9094Q74.48998 398.17502 74.48998 396.94064Q74.48998 395.70627 75.17748 394.98752Q75.86498 394.26877 76.88061 394.26877Q77.39623 394.26877 77.89623 394.48752Q78.38061 394.69064 78.94311 395.19064Q79.48998 395.67502 80.44311 396.80002Q81.23998 397.75314 81.53686 398.0344Q81.81811 398.30002 82.09936 398.4719L82.09936 394.25314ZM78.88061 392.80002Q77.34936 392.80002 76.42748 392.48752Q75.48998 392.17502 74.98998 391.56564Q74.48998 390.94064 74.48998 390.00314Q74.48998 389.31564 74.77123 388.80002Q75.05248 388.26877 75.58373 387.92502Q76.09936 387.58127 76.84936 387.39377Q77.59936 387.20627 78.88061 387.20627Q80.39623 387.20627 81.31811 387.51877Q82.23998 387.81564 82.75561 388.44064Q83.25561 389.05002 83.25561 390.00314Q83.25561 391.23752 82.36498 391.95627Q81.30248 392.80002 78.88061 392.80002ZM78.88061 391.7219Q80.98998 391.7219 81.69311 391.2219Q82.39623 390.7219 82.39623 390.00314Q82.39623 389.26877 81.69311 388.7844Q80.98998 388.2844 78.88061 388.2844Q76.75561 388.2844 76.06811 388.7844Q75.36498 389.26877 75.36498 390.01877Q75.36498 390.73752 75.97436 391.17502Q76.75561 391.7219 78.88061 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M100.35356 444.2531L101.36919 444.2531L101.36919 449.9406Q100.99419 449.9406 100.63481 449.8156Q100.05669 449.59686 99.49419 449.1281Q98.93169 448.64374 98.19731 447.7375Q97.04106 446.33124 96.36919 445.84686Q95.69731 445.34686 95.10356 445.34686Q94.47856 445.34686 94.05669 445.8Q93.61919 446.2531 93.61919 446.97186Q93.61919 447.7375 94.07231 448.1906Q94.52544 448.64374 95.33794 448.65936L95.22856 449.7375Q94.00981 449.6281 93.38481 448.90936Q92.74419 448.175 92.74419 446.9406Q92.74419 445.70624 93.43169 444.9875Q94.11919 444.26874 95.13481 444.26874Q95.65044 444.26874 96.15044 444.4875Q96.63481 444.6906 97.19731 445.1906Q97.74419 445.675 98.69731 446.8Q99.49419 447.7531 99.79106 448.03436Q100.07231 448.3 100.35356 448.47186L100.35356 444.2531ZM97.13481 442.8Q95.60356 442.8 94.68169 442.4875Q93.74419 442.175 93.24419 441.5656Q92.74419 440.9406 92.74419 440.0031Q92.74419 439.3156 93.02544 438.8Q93.30669 438.26874 93.83794 437.925Q94.35356 437.58124 95.10356 437.39374Q95.85356 437.20624 97.13481 437.20624Q98.65044 437.20624 99.57231 437.51874Q100.49419 437.8156 101.00981 438.4406Q101.50981 439.05 101.50981 440.0031Q101.50981 441.2375 100.61919 441.95624Q99.55669 442.8 97.13481 442.8ZM97.13481 441.72186Q99.24419 441.72186 99.94731 441.22186Q100.65044 440.72186 100.65044 440.0031Q100.65044 439.26874 99.94731 438.78436Q99.24419 438.28436 97.13481 438.28436Q95.00981 438.28436 94.32231 438.78436Q93.61919 439.26874 93.61919 440.01874Q93.61919 440.7375 94.22856 441.175Q95.00981 441.72186 97.13481 441.72186ZM100.35356 430.2531L101.36919 430.2531L101.36919 435.9406Q100.99419 435.9406 100.63481 435.8156Q100.05669 435.59686 99.49419 435.1281Q98.93169 434.64374 98.19731 433.7375Q97.04106 432.33124 96.36919 431.84686Q95.69731 431.34686 95.10356 431.34686Q94.47856 431.34686 94.05669 431.8Q93.61919 432.2531 93.61919 432.97186Q93.61919 433.7375 94.07231 434.1906Q94.52544 434.64374 95.33794 434.65936L95.22856 435.7375Q94.00981 435.6281 93.38481 434.90936Q92.74419 434.175 92.74419 432.9406Q92.74419 431.70624 93.43169 430.9875Q94.11919 430.26874 95.13481 430.26874Q95.65044 430.26874 96.15044 430.4875Q96.63481 430.6906 97.19731 431.1906Q97.74419 431.675 98.69731 432.8Q99.49419 433.7531 99.79106 434.03436Q100.07231 434.3 100.35356 434.47186L100.35356 430.2531ZM97.13481 428.8Q95.60356 428.8 94.68169 428.4875Q93.74419 428.175 93.24419 427.5656Q92.74419 426.9406 92.74419 426.0031Q92.74419 425.3156 93.02544 424.8Q93.30669 424.26874 93.83794 423.925Q94.35356 423.58124 95.10356 423.39374Q95.85356 423.20624 97.13481 423.20624Q98.65044 423.20624 99.57231 423.51874Q100.49419 423.8156 101.00981 424.4406Q101.50981 425.05 101.50981 426.0031Q101.50981 427.2375 100.61919 427.95624Q99.55669 428.8 97.13481 428.8ZM97.13481 427.72186Q99.24419 427.72186 99.94731 427.22186Q100.65044 426.72186 100.65044 426.0031Q100.65044 425.26874 99.94731 424.78436Q99.24419 424.28436 97.13481 424.28436Q95.00981 424.28436 94.32231 424.78436Q93.61919 425.26874 93.61919 426.01874Q93.61919 426.7375 94.22856 427.175Q95.00981 427.72186 97.13481 427.72186ZM98.79106 421.925L97.72856 421.925L97.72856 418.675L98.79106 418.675L98.79106 421.925ZM97.13481 417.8Q95.60356 417.8 94.68169 417.4875Q93.74419 417.175 93.24419 416.5656Q92.74419 415.9406 92.74419 415.0031Q92.74419 414.3156 93.02544 413.8Q93.30669 413.26874 93.83794 412.925Q94.35356 412.58124 95.10356 412.39374Q95.85356 412.20624 97.13481 412.20624Q98.65044 412.20624 99.57231 412.51874Q100.49419 412.8156 101.00981 413.4406Q101.50981 414.05 101.50981 415.0031Q101.50981 416.2375 100.61919 416.95624Q99.55669 417.8 97.13481 417.8ZM97.13481 416.72186Q99.24419 416.72186 99.94731 416.22186Q100.65044 415.72186 100.65044 415.0031Q100.65044 414.26874 99.94731 413.78436Q99.24419 413.28436 97.13481 413.28436Q95.00981 413.28436 94.32231 413.78436Q93.61919 414.26874 93.61919 415.01874Q93.61919 415.7375 94.22856 416.175Q95.00981 416.72186 97.13481 416.72186ZM99.11919 410.8L99.02544 409.6906Q99.83794 409.5656 100.24419 409.1281Q100.65044 408.675 100.65044 408.03436Q100.65044 407.28436 100.07231 406.7531Q99.49419 406.22186 98.55669 406.22186Q97.65044 406.22186 97.13481 406.7375Q96.60356 407.2375 96.60356 408.0656Q96.60356 408.5656 96.83794 408.9875Q97.07231 409.39374 97.43169 409.6281L97.30669 410.6125L92.90044 409.78436L92.90044 405.5031L93.90044 405.5031L93.90044 408.9406L96.21294 409.39374Q95.66606 408.6281 95.66606 407.78436Q95.66606 406.65936 96.44731 405.89374Q97.22856 405.1125 98.46294 405.1125Q99.61919 405.1125 100.47856 405.78436Q101.50981 406.6125 101.50981 408.03436Q101.50981 409.20624 100.85356 409.95624Q100.19731 410.6906 99.11919 410.8ZM98.79106 403.925L97.72856 403.925L97.72856 400.675L98.79106 400.675L98.79106 403.925ZM97.13481 399.8Q95.60356 399.8 94.68169 399.4875Q93.74419 399.175 93.24419 398.5656Q92.74419 397.9406 92.74419 397.0031Q92.74419 396.3156 93.02544 395.8Q93.30669 395.26874 93.83794 394.925Q94.35356 394.58124 95.10356 394.39374Q95.85356 394.20624 97.13481 394.20624Q98.65044 394.20624 99.57231 394.51874Q100.49419 394.8156 101.00981 395.4406Q101.50981 396.05 101.50981 397.0031Q101.50981 398.2375 100.61919 398.95624Q99.55669 399.8 97.13481 399.8ZM97.13481 398.72186Q99.24419 398.72186 99.94731 398.22186Q100.65044 397.72186 100.65044 397.0031Q100.65044 396.26874 99.94731 395.78436Q99.24419 395.28436 97.13481 395.28436Q95.00981 395.28436 94.32231 395.78436Q93.61919 396.26874 93.61919 397.01874Q93.61919 397.7375 94.22856 398.175Q95.00981 398.72186 97.13481 398.72186ZM101.36919 389.425L99.30669 389.425L99.30669 393.14374L98.33794 393.14374L92.77544 389.22186L92.77544 388.3625L98.33794 388.3625L98.33794 387.20624L99.30669 387.20624L99.30669 388.3625L101.36919 388.3625L101.36919 389.425ZM98.33794 389.425L94.47856 389.425L98.33794 392.1125L98.33794 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M118.607765 444.25314L119.62339 444.25314L119.62339 449.94064Q119.24839 449.94064 118.889015 449.81564Q118.31089 449.5969 117.74839 449.12814Q117.18589 448.64377 116.451515 447.73752Q115.295265 446.33127 114.62339 445.8469Q113.951515 445.3469 113.357765 445.3469Q112.732765 445.3469 112.31089 445.80002Q111.87339 446.25314 111.87339 446.9719Q111.87339 447.73752 112.326515 448.19064Q112.77964 448.64377 113.59214 448.6594L113.482765 449.73752Q112.264015 449.62814 111.639015 448.9094Q110.99839 448.17502 110.99839 446.94064Q110.99839 445.70627 111.68589 444.98752Q112.37339 444.26877 113.389015 444.26877Q113.90464 444.26877 114.40464 444.48752Q114.889015 444.69064 115.451515 445.19064Q115.99839 445.67502 116.951515 446.80002Q117.74839 447.75314 118.045265 448.0344Q118.326515 448.30002 118.607765 448.4719L118.607765 444.25314ZM115.389015 442.80002Q113.857765 442.80002 112.93589 442.48752Q111.99839 442.17502 111.49839 441.56564Q110.99839 440.94064 110.99839 440.00314Q110.99839 439.31564 111.27964 438.80002Q111.56089 438.26877 112.09214 437.92502Q112.607765 437.58127 113.357765 437.39377Q114.107765 437.20627 115.389015 437.20627Q116.90464 437.20627 117.826515 437.51877Q118.74839 437.81564 119.264015 438.44064Q119.764015 439.05002 119.764015 440.00314Q119.764015 441.23752 118.87339 441.95627Q117.81089 442.80002 115.389015 442.80002ZM115.389015 441.7219Q117.49839 441.7219 118.201515 441.2219Q118.90464 440.7219 118.90464 440.00314Q118.90464 439.26877 118.201515 438.7844Q117.49839 438.2844 115.389015 438.2844Q113.264015 438.2844 112.576515 438.7844Q111.87339 439.26877 111.87339 440.01877Q111.87339 440.73752 112.482765 441.17502Q113.264015 441.7219 115.389015 441.7219ZM118.607765 430.25314L119.62339 430.25314L119.62339 435.94064Q119.24839 435.94064 118.889015 435.81564Q118.31089 435.5969 117.74839 435.12814Q117.18589 434.64377 116.451515 433.73752Q115.295265 432.33127 114.62339 431.8469Q113.951515 431.3469 113.357765 431.3469Q112.732765 431.3469 112.31089 431.80002Q111.87339 432.25314 111.87339 432.9719Q111.87339 433.73752 112.326515 434.19064Q112.77964 434.64377 113.59214 434.6594L113.482765 435.73752Q112.264015 435.62814 111.639015 434.9094Q110.99839 434.17502 110.99839 432.94064Q110.99839 431.70627 111.68589 430.98752Q112.37339 430.26877 113.389015 430.26877Q113.90464 430.26877 114.40464 430.48752Q114.889015 430.69064 115.451515 431.19064Q115.99839 431.67502 116.951515 432.80002Q117.74839 433.75314 118.045265 434.0344Q118.326515 434.30002 118.607765 434.4719L118.607765 430.25314ZM115.389015 428.80002Q113.857765 428.80002 112.93589 428.48752Q111.99839 428.17502 111.49839 427.56564Q110.99839 426.94064 110.99839 426.00314Q110.99839 425.31564 111.27964 424.80002Q111.56089 424.26877 112.09214 423.92502Q112.607765 423.58127 113.357765 423.39377Q114.107765 423.20627 115.389015 423.20627Q116.90464 423.20627 117.826515 423.51877Q118.74839 423.81564 119.264015 424.44064Q119.764015 425.05002 119.764015 426.00314Q119.764015 427.23752 118.87339 427.95627Q117.81089 428.80002 115.389015 428.80002ZM115.389015 427.7219Q117.49839 427.7219 118.201515 427.2219Q118.90464 426.7219 118.90464 426.00314Q118.90464 425.26877 118.201515 424.7844Q117.49839 424.2844 115.389015 424.2844Q113.264015 424.2844 112.576515 424.7844Q111.87339 425.26877 111.87339 426.01877Q111.87339 426.73752 112.482765 427.17502Q113.264015 427.7219 115.389015 427.7219ZM117.045265 421.92502L115.982765 421.92502L115.982765 418.67502L117.045265 418.67502L117.045265 421.92502ZM115.389015 417.80002Q113.857765 417.80002 112.93589 417.48752Q111.99839 417.17502 111.49839 416.56564Q110.99839 415.94064 110.99839 415.00314Q110.99839 414.31564 111.27964 413.80002Q111.56089 413.26877 112.09214 412.92502Q112.607765 412.58127 113.357765 412.39377Q114.107765 412.20627 115.389015 412.20627Q116.90464 412.20627 117.826515 412.51877Q118.74839 412.81564 119.264015 413.44064Q119.764015 414.05002 119.764015 415.00314Q119.764015 416.23752 118.87339 416.95627Q117.81089 417.80002 115.389015 417.80002ZM115.389015 416.7219Q117.49839 416.7219 118.201515 416.2219Q118.90464 415.7219 118.90464 415.00314Q118.90464 414.26877 118.201515 413.7844Q117.49839 413.2844 115.389015 413.2844Q113.264015 413.2844 112.576515 413.7844Q111.87339 414.26877 111.87339 415.01877Q111.87339 415.73752 112.482765 416.17502Q113.264015 416.7219 115.389015 416.7219ZM117.37339 410.80002L117.27964 409.69064Q118.09214 409.56564 118.49839 409.12814Q118.90464 408.67502 118.90464 408.0344Q118.90464 407.2844 118.326515 406.75314Q117.74839 406.2219 116.81089 406.2219Q115.90464 406.2219 115.389015 406.73752Q114.857765 407.23752 114.857765 408.06564Q114.857765 408.56564 115.09214 408.98752Q115.326515 409.39377 115.68589 409.62814L115.56089 410.61252L111.15464 409.7844L111.15464 405.50314L112.15464 405.50314L112.15464 408.94064L114.46714 409.39377Q113.920265 408.62814 113.920265 407.7844Q113.920265 406.6594 114.701515 405.89377Q115.482765 405.11252 116.71714 405.11252Q117.87339 405.11252 118.732765 405.7844Q119.764015 406.61252 119.764015 408.0344Q119.764015 409.20627 119.107765 409.95627Q118.451515 410.69064 117.37339 410.80002ZM117.045265 403.92502L115.982765 403.92502L115.982765 400.67502L117.045265 400.67502L117.045265 403.92502ZM119.62339 395.83127L119.62339 396.87814L112.90464 396.87814Q113.264015 397.26877 113.639015 397.89377Q113.99839 398.50314 114.170265 398.98752L113.15464 398.98752Q112.732765 398.11252 112.15464 397.45627Q111.56089 396.7844 110.99839 396.50314L110.99839 395.83127L119.62339 395.83127ZM114.96714 391.17502Q114.71714 391.83127 114.27964 392.1594Q113.826515 392.4719 113.21714 392.4719Q112.27964 392.4719 111.639015 391.80002Q110.99839 391.11252 110.99839 390.00314Q110.99839 388.87814 111.65464 388.19064Q112.31089 387.50314 113.24839 387.50314Q113.84214 387.50314 114.27964 387.81564Q114.71714 388.12814 114.96714 388.76877Q115.21714 387.9719 115.795265 387.56564Q116.37339 387.1594 117.170265 387.1594Q118.264015 387.1594 119.014015 387.94064Q119.764015 388.70627 119.764015 389.98752Q119.764015 391.25314 119.014015 392.0344Q118.264015 392.81564 117.139015 392.81564Q116.295265 392.81564 115.732765 392.39377Q115.170265 391.95627 114.96714 391.17502ZM113.170265 391.39377Q113.77964 391.39377 114.170265 391.00314Q114.56089 390.5969 114.56089 389.9719Q114.56089 389.36252 114.18589 388.9719Q113.795265 388.58127 113.232765 388.58127Q112.65464 388.58127 112.264015 388.98752Q111.857765 389.39377 111.857765 389.98752Q111.857765 390.5969 112.24839 391.00314Q112.639015 391.39377 113.170265 391.39377ZM117.139015 391.7219Q117.59214 391.7219 118.014015 391.51877Q118.43589 391.30002 118.670265 390.87814Q118.90464 390.45627 118.90464 389.9719Q118.90464 389.2219 118.420265 388.73752Q117.93589 388.23752 117.18589 388.23752Q116.420265 388.23752 115.920265 388.73752Q115.420265 389.23752 115.420265 390.00314Q115.420265 390.75314 115.920265 391.23752Q116.40464 391.7219 117.139015 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M136.86197 444.2531L137.8776 444.2531L137.8776 449.9406Q137.5026 449.9406 137.14322 449.8156Q136.5651 449.59686 136.0026 449.1281Q135.4401 448.64374 134.70572 447.7375Q133.54947 446.33124 132.8776 445.84686Q132.20572 445.34686 131.61197 445.34686Q130.98697 445.34686 130.5651 445.8Q130.1276 446.2531 130.1276 446.97186Q130.1276 447.7375 130.58072 448.1906Q131.03384 448.64374 131.84634 448.65936L131.73697 449.7375Q130.51822 449.6281 129.89322 448.90936Q129.2526 448.175 129.2526 446.9406Q129.2526 445.70624 129.9401 444.9875Q130.6276 444.26874 131.64322 444.26874Q132.15884 444.26874 132.65884 444.4875Q133.14322 444.6906 133.70572 445.1906Q134.2526 445.675 135.20572 446.8Q136.0026 447.7531 136.29947 448.03436Q136.58072 448.3 136.86197 448.47186L136.86197 444.2531ZM133.64322 442.8Q132.11197 442.8 131.1901 442.4875Q130.2526 442.175 129.7526 441.5656Q129.2526 440.9406 129.2526 440.0031Q129.2526 439.3156 129.53384 438.8Q129.8151 438.26874 130.34634 437.925Q130.86197 437.58124 131.61197 437.39374Q132.36197 437.20624 133.64322 437.20624Q135.15884 437.20624 136.08072 437.51874Q137.0026 437.8156 137.51822 438.4406Q138.01822 439.05 138.01822 440.0031Q138.01822 441.2375 137.1276 441.95624Q136.0651 442.8 133.64322 442.8ZM133.64322 441.72186Q135.7526 441.72186 136.45572 441.22186Q137.15884 440.72186 137.15884 440.0031Q137.15884 439.26874 136.45572 438.78436Q135.7526 438.28436 133.64322 438.28436Q131.51822 438.28436 130.83072 438.78436Q130.1276 439.26874 130.1276 440.01874Q130.1276 440.7375 130.73697 441.175Q131.51822 441.72186 133.64322 441.72186ZM136.86197 430.2531L137.8776 430.2531L137.8776 435.9406Q137.5026 435.9406 137.14322 435.8156Q136.5651 435.59686 136.0026 435.1281Q135.4401 434.64374 134.70572 433.7375Q133.54947 432.33124 132.8776 431.84686Q132.20572 431.34686 131.61197 431.34686Q130.98697 431.34686 130.5651 431.8Q130.1276 432.2531 130.1276 432.97186Q130.1276 433.7375 130.58072 434.1906Q131.03384 434.64374 131.84634 434.65936L131.73697 435.7375Q130.51822 435.6281 129.89322 434.90936Q129.2526 434.175 129.2526 432.9406Q129.2526 431.70624 129.9401 430.9875Q130.6276 430.26874 131.64322 430.26874Q132.15884 430.26874 132.65884 430.4875Q133.14322 430.6906 133.70572 431.1906Q134.2526 431.675 135.20572 432.8Q136.0026 433.7531 136.29947 434.03436Q136.58072 434.3 136.86197 434.47186L136.86197 430.2531ZM133.64322 428.8Q132.11197 428.8 131.1901 428.4875Q130.2526 428.175 129.7526 427.5656Q129.2526 426.9406 129.2526 426.0031Q129.2526 425.3156 129.53384 424.8Q129.8151 424.26874 130.34634 423.925Q130.86197 423.58124 131.61197 423.39374Q132.36197 423.20624 133.64322 423.20624Q135.15884 423.20624 136.08072 423.51874Q137.0026 423.8156 137.51822 424.4406Q138.01822 425.05 138.01822 426.0031Q138.01822 427.2375 137.1276 427.95624Q136.0651 428.8 133.64322 428.8ZM133.64322 427.72186Q135.7526 427.72186 136.45572 427.22186Q137.15884 426.72186 137.15884 426.0031Q137.15884 425.26874 136.45572 424.78436Q135.7526 424.28436 133.64322 424.28436Q131.51822 424.28436 130.83072 424.78436Q130.1276 425.26874 130.1276 426.01874Q130.1276 426.7375 130.73697 427.175Q131.51822 427.72186 133.64322 427.72186ZM135.29947 421.925L134.23697 421.925L134.23697 418.675L135.29947 418.675L135.29947 421.925ZM133.64322 417.8Q132.11197 417.8 131.1901 417.4875Q130.2526 417.175 129.7526 416.5656Q129.2526 415.9406 129.2526 415.0031Q129.2526 414.3156 129.53384 413.8Q129.8151 413.26874 130.34634 412.925Q130.86197 412.58124 131.61197 412.39374Q132.36197 412.20624 133.64322 412.20624Q135.15884 412.20624 136.08072 412.51874Q137.0026 412.8156 137.51822 413.4406Q138.01822 414.05 138.01822 415.0031Q138.01822 416.2375 137.1276 416.95624Q136.0651 417.8 133.64322 417.8ZM133.64322 416.72186Q135.7526 416.72186 136.45572 416.22186Q137.15884 415.72186 137.15884 415.0031Q137.15884 414.26874 136.45572 413.78436Q135.7526 413.28436 133.64322 413.28436Q131.51822 413.28436 130.83072 413.78436Q130.1276 414.26874 130.1276 415.01874Q130.1276 415.7375 130.73697 416.175Q131.51822 416.72186 133.64322 416.72186ZM131.39322 405.33124L131.47134 406.3781Q130.84634 406.51874 130.5651 406.76874Q130.11197 407.20624 130.11197 407.83124Q130.11197 408.33124 130.39322 408.72186Q130.76822 409.20624 131.47134 409.5031Q132.15884 409.78436 133.4401 409.8Q132.86197 409.425 132.58072 408.8781Q132.29947 408.3156 132.29947 407.70624Q132.29947 406.65936 133.08072 405.925Q133.86197 405.175 135.08072 405.175Q135.89322 405.175 136.59634 405.53436Q137.28384 405.8781 137.65884 406.4875Q138.01822 407.09686 138.01822 407.8625Q138.01822 409.1906 137.04947 410.01874Q136.08072 410.84686 133.86197 410.84686Q131.36197 410.84686 130.23697 409.925Q129.2526 409.1281 129.2526 407.76874Q129.2526 406.7531 129.83072 406.1125Q130.39322 405.45624 131.39322 405.33124ZM135.09634 409.6281Q135.64322 409.6281 136.14322 409.40936Q136.6276 409.175 136.89322 408.76874Q137.15884 408.34686 137.15884 407.8781Q137.15884 407.22186 136.6276 406.7375Q136.08072 406.2531 135.15884 406.2531Q134.26822 406.2531 133.7526 406.7375Q133.23697 407.20624 133.23697 407.925Q133.23697 408.64374 133.7526 409.14374Q134.26822 409.6281 135.09634 409.6281ZM135.29947 403.925L134.23697 403.925L134.23697 400.675L135.29947 400.675L135.29947 403.925ZM133.64322 399.8Q132.11197 399.8 131.1901 399.4875Q130.2526 399.175 129.7526 398.5656Q129.2526 397.9406 129.2526 397.0031Q129.2526 396.3156 129.53384 395.8Q129.8151 395.26874 130.34634 394.925Q130.86197 394.58124 131.61197 394.39374Q132.36197 394.20624 133.64322 394.20624Q135.15884 394.20624 136.08072 394.51874Q137.0026 394.8156 137.51822 395.4406Q138.01822 396.05 138.01822 397.0031Q138.01822 398.2375 137.1276 398.95624Q136.0651 399.8 133.64322 399.8ZM133.64322 398.72186Q135.7526 398.72186 136.45572 398.22186Q137.15884 397.72186 137.15884 397.0031Q137.15884 396.26874 136.45572 395.78436Q135.7526 395.28436 133.64322 395.28436Q131.51822 395.28436 130.83072 395.78436Q130.1276 396.26874 130.1276 397.01874Q130.1276 397.7375 130.73697 398.175Q131.51822 398.72186 133.64322 398.72186ZM137.8776 388.83124L137.8776 389.8781L131.15884 389.8781Q131.51822 390.26874 131.89322 390.89374Q132.2526 391.5031 132.42447 391.9875L131.40884 391.9875Q130.98697 391.1125 130.40884 390.45624Q129.8151 389.78436 129.2526 389.5031L129.2526 388.83124L137.8776 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M155.11617 444.25314L156.13179 444.25314L156.13179 449.94064Q155.75679 449.94064 155.39742 449.81564Q154.81929 449.5969 154.25679 449.12814Q153.69429 448.64377 152.95992 447.73752Q151.80367 446.33127 151.13179 445.8469Q150.45992 445.3469 149.86617 445.3469Q149.24117 445.3469 148.81929 445.80002Q148.38179 446.25314 148.38179 446.9719Q148.38179 447.73752 148.83492 448.19064Q149.28804 448.64377 150.10054 448.6594L149.99117 449.73752Q148.77242 449.62814 148.14742 448.9094Q147.50679 448.17502 147.50679 446.94064Q147.50679 445.70627 148.19429 444.98752Q148.88179 444.26877 149.89742 444.26877Q150.41304 444.26877 150.91304 444.48752Q151.39742 444.69064 151.95992 445.19064Q152.50679 445.67502 153.45992 446.80002Q154.25679 447.75314 154.55367 448.0344Q154.83492 448.30002 155.11617 448.4719L155.11617 444.25314ZM151.89742 442.80002Q150.36617 442.80002 149.44429 442.48752Q148.50679 442.17502 148.00679 441.56564Q147.50679 440.94064 147.50679 440.00314Q147.50679 439.31564 147.78804 438.80002Q148.06929 438.26877 148.60054 437.92502Q149.11617 437.58127 149.86617 437.39377Q150.61617 437.20627 151.89742 437.20627Q153.41304 437.20627 154.33492 437.51877Q155.25679 437.81564 155.77242 438.44064Q156.27242 439.05002 156.27242 440.00314Q156.27242 441.23752 155.38179 441.95627Q154.31929 442.80002 151.89742 442.80002ZM151.89742 441.7219Q154.00679 441.7219 154.70992 441.2219Q155.41304 440.7219 155.41304 440.00314Q155.41304 439.26877 154.70992 438.7844Q154.00679 438.2844 151.89742 438.2844Q149.77242 438.2844 149.08492 438.7844Q148.38179 439.26877 148.38179 440.01877Q148.38179 440.73752 148.99117 441.17502Q149.77242 441.7219 151.89742 441.7219ZM155.11617 430.25314L156.13179 430.25314L156.13179 435.94064Q155.75679 435.94064 155.39742 435.81564Q154.81929 435.5969 154.25679 435.12814Q153.69429 434.64377 152.95992 433.73752Q151.80367 432.33127 151.13179 431.8469Q150.45992 431.3469 149.86617 431.3469Q149.24117 431.3469 148.81929 431.80002Q148.38179 432.25314 148.38179 432.9719Q148.38179 433.73752 148.83492 434.19064Q149.28804 434.64377 150.10054 434.6594L149.99117 435.73752Q148.77242 435.62814 148.14742 434.9094Q147.50679 434.17502 147.50679 432.94064Q147.50679 431.70627 148.19429 430.98752Q148.88179 430.26877 149.89742 430.26877Q150.41304 430.26877 150.91304 430.48752Q151.39742 430.69064 151.95992 431.19064Q152.50679 431.67502 153.45992 432.80002Q154.25679 433.75314 154.55367 434.0344Q154.83492 434.30002 155.11617 434.4719L155.11617 430.25314ZM151.89742 428.80002Q150.36617 428.80002 149.44429 428.48752Q148.50679 428.17502 148.00679 427.56564Q147.50679 426.94064 147.50679 426.00314Q147.50679 425.31564 147.78804 424.80002Q148.06929 424.26877 148.60054 423.92502Q149.11617 423.58127 149.86617 423.39377Q150.61617 423.20627 151.89742 423.20627Q153.41304 423.20627 154.33492 423.51877Q155.25679 423.81564 155.77242 424.44064Q156.27242 425.05002 156.27242 426.00314Q156.27242 427.23752 155.38179 427.95627Q154.31929 428.80002 151.89742 428.80002ZM151.89742 427.7219Q154.00679 427.7219 154.70992 427.2219Q155.41304 426.7219 155.41304 426.00314Q155.41304 425.26877 154.70992 424.7844Q154.00679 424.2844 151.89742 424.2844Q149.77242 424.2844 149.08492 424.7844Q148.38179 425.26877 148.38179 426.01877Q148.38179 426.73752 148.99117 427.17502Q149.77242 427.7219 151.89742 427.7219ZM153.55367 421.92502L152.49117 421.92502L152.49117 418.67502L153.55367 418.67502L153.55367 421.92502ZM151.89742 417.80002Q150.36617 417.80002 149.44429 417.48752Q148.50679 417.17502 148.00679 416.56564Q147.50679 415.94064 147.50679 415.00314Q147.50679 414.31564 147.78804 413.80002Q148.06929 413.26877 148.60054 412.92502Q149.11617 412.58127 149.86617 412.39377Q150.61617 412.20627 151.89742 412.20627Q153.41304 412.20627 154.33492 412.51877Q155.25679 412.81564 155.77242 413.44064Q156.27242 414.05002 156.27242 415.00314Q156.27242 416.23752 155.38179 416.95627Q154.31929 417.80002 151.89742 417.80002ZM151.89742 416.7219Q154.00679 416.7219 154.70992 416.2219Q155.41304 415.7219 155.41304 415.00314Q155.41304 414.26877 154.70992 413.7844Q154.00679 413.2844 151.89742 413.2844Q149.77242 413.2844 149.08492 413.7844Q148.38179 414.26877 148.38179 415.01877Q148.38179 415.73752 148.99117 416.17502Q149.77242 416.7219 151.89742 416.7219ZM149.64742 405.33127L149.72554 406.37814Q149.10054 406.51877 148.81929 406.76877Q148.36617 407.20627 148.36617 407.83127Q148.36617 408.33127 148.64742 408.7219Q149.02242 409.20627 149.72554 409.50314Q150.41304 409.7844 151.69429 409.80002Q151.11617 409.42502 150.83492 408.87814Q150.55367 408.31564 150.55367 407.70627Q150.55367 406.6594 151.33492 405.92502Q152.11617 405.17502 153.33492 405.17502Q154.14742 405.17502 154.85054 405.5344Q155.53804 405.87814 155.91304 406.48752Q156.27242 407.0969 156.27242 407.86252Q156.27242 409.19064 155.30367 410.01877Q154.33492 410.8469 152.11617 410.8469Q149.61617 410.8469 148.49117 409.92502Q147.50679 409.12814 147.50679 407.76877Q147.50679 406.75314 148.08492 406.11252Q148.64742 405.45627 149.64742 405.33127ZM153.35054 409.62814Q153.89742 409.62814 154.39742 409.4094Q154.88179 409.17502 155.14742 408.76877Q155.41304 408.3469 155.41304 407.87814Q155.41304 407.2219 154.88179 406.73752Q154.33492 406.25314 153.41304 406.25314Q152.52242 406.25314 152.00679 406.73752Q151.49117 407.20627 151.49117 407.92502Q151.49117 408.64377 152.00679 409.14377Q152.52242 409.62814 153.35054 409.62814ZM153.55367 403.92502L152.49117 403.92502L152.49117 400.67502L153.55367 400.67502L153.55367 403.92502ZM156.13179 395.83127L156.13179 396.87814L149.41304 396.87814Q149.77242 397.26877 150.14742 397.89377Q150.50679 398.50314 150.67867 398.98752L149.66304 398.98752Q149.24117 398.11252 148.66304 397.45627Q148.06929 396.7844 147.50679 396.50314L147.50679 395.83127L156.13179 395.83127ZM153.88179 392.80002L153.78804 391.69064Q154.60054 391.56564 155.00679 391.12814Q155.41304 390.67502 155.41304 390.0344Q155.41304 389.2844 154.83492 388.75314Q154.25679 388.2219 153.31929 388.2219Q152.41304 388.2219 151.89742 388.73752Q151.36617 389.23752 151.36617 390.06564Q151.36617 390.56564 151.60054 390.98752Q151.83492 391.39377 152.19429 391.62814L152.06929 392.61252L147.66304 391.7844L147.66304 387.50314L148.66304 387.50314L148.66304 390.94064L150.97554 391.39377Q150.42867 390.62814 150.42867 389.7844Q150.42867 388.6594 151.20992 387.89377Q151.99117 387.11252 153.22554 387.11252Q154.38179 387.11252 155.24117 387.7844Q156.27242 388.61252 156.27242 390.0344Q156.27242 391.20627 155.61617 391.95627Q154.95992 392.69064 153.88179 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M173.37038 444.2531L174.386 444.2531L174.386 449.9406Q174.011 449.9406 173.65163 449.8156Q173.0735 449.59686 172.511 449.1281Q171.9485 448.64374 171.21413 447.7375Q170.05788 446.33124 169.386 445.84686Q168.71413 445.34686 168.12038 445.34686Q167.49538 445.34686 167.0735 445.8Q166.636 446.2531 166.636 446.97186Q166.636 447.7375 167.08913 448.1906Q167.54225 448.64374 168.35475 448.65936L168.24538 449.7375Q167.02663 449.6281 166.40163 448.90936Q165.761 448.175 165.761 446.9406Q165.761 445.70624 166.4485 444.9875Q167.136 444.26874 168.15163 444.26874Q168.66725 444.26874 169.16725 444.4875Q169.65163 444.6906 170.21413 445.1906Q170.761 445.675 171.71413 446.8Q172.511 447.7531 172.80788 448.03436Q173.08913 448.3 173.37038 448.47186L173.37038 444.2531ZM170.15163 442.8Q168.62038 442.8 167.6985 442.4875Q166.761 442.175 166.261 441.5656Q165.761 440.9406 165.761 440.0031Q165.761 439.3156 166.04225 438.8Q166.3235 438.26874 166.85475 437.925Q167.37038 437.58124 168.12038 437.39374Q168.87038 437.20624 170.15163 437.20624Q171.66725 437.20624 172.58913 437.51874Q173.511 437.8156 174.02663 438.4406Q174.52663 439.05 174.52663 440.0031Q174.52663 441.2375 173.636 441.95624Q172.5735 442.8 170.15163 442.8ZM170.15163 441.72186Q172.261 441.72186 172.96413 441.22186Q173.66725 440.72186 173.66725 440.0031Q173.66725 439.26874 172.96413 438.78436Q172.261 438.28436 170.15163 438.28436Q168.02663 438.28436 167.33913 438.78436Q166.636 439.26874 166.636 440.01874Q166.636 440.7375 167.24538 441.175Q168.02663 441.72186 170.15163 441.72186ZM173.37038 430.2531L174.386 430.2531L174.386 435.9406Q174.011 435.9406 173.65163 435.8156Q173.0735 435.59686 172.511 435.1281Q171.9485 434.64374 171.21413 433.7375Q170.05788 432.33124 169.386 431.84686Q168.71413 431.34686 168.12038 431.34686Q167.49538 431.34686 167.0735 431.8Q166.636 432.2531 166.636 432.97186Q166.636 433.7375 167.08913 434.1906Q167.54225 434.64374 168.35475 434.65936L168.24538 435.7375Q167.02663 435.6281 166.40163 434.90936Q165.761 434.175 165.761 432.9406Q165.761 431.70624 166.4485 430.9875Q167.136 430.26874 168.15163 430.26874Q168.66725 430.26874 169.16725 430.4875Q169.65163 430.6906 170.21413 431.1906Q170.761 431.675 171.71413 432.8Q172.511 433.7531 172.80788 434.03436Q173.08913 434.3 173.37038 434.47186L173.37038 430.2531ZM170.15163 428.8Q168.62038 428.8 167.6985 428.4875Q166.761 428.175 166.261 427.5656Q165.761 426.9406 165.761 426.0031Q165.761 425.3156 166.04225 424.8Q166.3235 424.26874 166.85475 423.925Q167.37038 423.58124 168.12038 423.39374Q168.87038 423.20624 170.15163 423.20624Q171.66725 423.20624 172.58913 423.51874Q173.511 423.8156 174.02663 424.4406Q174.52663 425.05 174.52663 426.0031Q174.52663 427.2375 173.636 427.95624Q172.5735 428.8 170.15163 428.8ZM170.15163 427.72186Q172.261 427.72186 172.96413 427.22186Q173.66725 426.72186 173.66725 426.0031Q173.66725 425.26874 172.96413 424.78436Q172.261 424.28436 170.15163 424.28436Q168.02663 424.28436 167.33913 424.78436Q166.636 425.26874 166.636 426.01874Q166.636 426.7375 167.24538 427.175Q168.02663 427.72186 170.15163 427.72186ZM171.80788 421.925L170.74538 421.925L170.74538 418.675L171.80788 418.675L171.80788 421.925ZM170.15163 417.8Q168.62038 417.8 167.6985 417.4875Q166.761 417.175 166.261 416.5656Q165.761 415.9406 165.761 415.0031Q165.761 414.3156 166.04225 413.8Q166.3235 413.26874 166.85475 412.925Q167.37038 412.58124 168.12038 412.39374Q168.87038 412.20624 170.15163 412.20624Q171.66725 412.20624 172.58913 412.51874Q173.511 412.8156 174.02663 413.4406Q174.52663 414.05 174.52663 415.0031Q174.52663 416.2375 173.636 416.95624Q172.5735 417.8 170.15163 417.8ZM170.15163 416.72186Q172.261 416.72186 172.96413 416.22186Q173.66725 415.72186 173.66725 415.0031Q173.66725 414.26874 172.96413 413.78436Q172.261 413.28436 170.15163 413.28436Q168.02663 413.28436 167.33913 413.78436Q166.636 414.26874 166.636 415.01874Q166.636 415.7375 167.24538 416.175Q168.02663 416.72186 170.15163 416.72186ZM167.90163 405.33124L167.97975 406.3781Q167.35475 406.51874 167.0735 406.76874Q166.62038 407.20624 166.62038 407.83124Q166.62038 408.33124 166.90163 408.72186Q167.27663 409.20624 167.97975 409.5031Q168.66725 409.78436 169.9485 409.8Q169.37038 409.425 169.08913 408.8781Q168.80788 408.3156 168.80788 407.70624Q168.80788 406.65936 169.58913 405.925Q170.37038 405.175 171.58913 405.175Q172.40163 405.175 173.10475 405.53436Q173.79225 405.8781 174.16725 406.4875Q174.52663 407.09686 174.52663 407.8625Q174.52663 409.1906 173.55788 410.01874Q172.58913 410.84686 170.37038 410.84686Q167.87038 410.84686 166.74538 409.925Q165.761 409.1281 165.761 407.76874Q165.761 406.7531 166.33913 406.1125Q166.90163 405.45624 167.90163 405.33124ZM171.60475 409.6281Q172.15163 409.6281 172.65163 409.40936Q173.136 409.175 173.40163 408.76874Q173.66725 408.34686 173.66725 407.8781Q173.66725 407.22186 173.136 406.7375Q172.58913 406.2531 171.66725 406.2531Q170.77663 406.2531 170.261 406.7375Q169.74538 407.20624 169.74538 407.925Q169.74538 408.64374 170.261 409.14374Q170.77663 409.6281 171.60475 409.6281ZM171.80788 403.925L170.74538 403.925L170.74538 400.675L171.80788 400.675L171.80788 403.925ZM173.37038 394.2531L174.386 394.2531L174.386 399.9406Q174.011 399.9406 173.65163 399.8156Q173.0735 399.59686 172.511 399.1281Q171.9485 398.64374 171.21413 397.7375Q170.05788 396.33124 169.386 395.84686Q168.71413 395.34686 168.12038 395.34686Q167.49538 395.34686 167.0735 395.8Q166.636 396.2531 166.636 396.97186Q166.636 397.7375 167.08913 398.1906Q167.54225 398.64374 168.35475 398.65936L168.24538 399.7375Q167.02663 399.6281 166.40163 398.90936Q165.761 398.175 165.761 396.9406Q165.761 395.70624 166.4485 394.9875Q167.136 394.26874 168.15163 394.26874Q168.66725 394.26874 169.16725 394.4875Q169.65163 394.6906 170.21413 395.1906Q170.761 395.675 171.71413 396.8Q172.511 397.7531 172.80788 398.03436Q173.08913 398.3 173.37038 398.47186L173.37038 394.2531ZM172.40163 392.64374L172.30788 391.6281Q173.02663 391.5031 173.35475 391.14374Q173.66725 390.76874 173.66725 390.20624Q173.66725 389.72186 173.4485 389.3625Q173.21413 388.9875 172.85475 388.7531Q172.47975 388.51874 171.85475 388.3625Q171.21413 388.20624 170.55788 388.20624Q170.47975 388.20624 170.33913 388.20624Q170.83913 388.51874 171.16725 389.0656Q171.47975 389.6125 171.47975 390.2531Q171.47975 391.33124 170.71413 392.0656Q169.93288 392.8 168.66725 392.8Q167.35475 392.8 166.55788 392.03436Q165.761 391.2531 165.761 390.09686Q165.761 389.26874 166.21413 388.58124Q166.66725 387.8781 167.511 387.51874Q168.33913 387.15936 169.91725 387.15936Q171.55788 387.15936 172.54225 387.51874Q173.511 387.8625 174.02663 388.58124Q174.52663 389.28436 174.52663 390.22186Q174.52663 391.2375 173.97975 391.8781Q173.41725 392.51874 172.40163 392.64374ZM168.60475 388.33124Q167.6985 388.33124 167.16725 388.8156Q166.636 389.28436 166.636 389.97186Q166.636 390.675 167.21413 391.20624Q167.77663 391.72186 168.6985 391.72186Q169.511 391.72186 170.02663 391.22186Q170.54225 390.72186 170.54225 390.0031Q170.54225 389.26874 170.02663 388.8Q169.511 388.33124 168.60475 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M191.62457 444.2531L192.6402 444.2531L192.6402 449.9406Q192.2652 449.9406 191.90582 449.8156Q191.3277 449.59686 190.7652 449.1281Q190.2027 448.64374 189.46832 447.7375Q188.31207 446.33124 187.6402 445.84686Q186.96832 445.34686 186.37457 445.34686Q185.74957 445.34686 185.3277 445.8Q184.8902 446.2531 184.8902 446.97186Q184.8902 447.7375 185.34332 448.1906Q185.79645 448.64374 186.60895 448.65936L186.49957 449.7375Q185.28082 449.6281 184.65582 448.90936Q184.0152 448.175 184.0152 446.9406Q184.0152 445.70624 184.7027 444.9875Q185.3902 444.26874 186.40582 444.26874Q186.92145 444.26874 187.42145 444.4875Q187.90582 444.6906 188.46832 445.1906Q189.0152 445.675 189.96832 446.8Q190.7652 447.7531 191.06207 448.03436Q191.34332 448.3 191.62457 448.47186L191.62457 444.2531ZM188.40582 442.8Q186.87457 442.8 185.9527 442.4875Q185.0152 442.175 184.5152 441.5656Q184.0152 440.9406 184.0152 440.0031Q184.0152 439.3156 184.29645 438.8Q184.5777 438.26874 185.10895 437.925Q185.62457 437.58124 186.37457 437.39374Q187.12457 437.20624 188.40582 437.20624Q189.92145 437.20624 190.84332 437.51874Q191.7652 437.8156 192.28082 438.4406Q192.78082 439.05 192.78082 440.0031Q192.78082 441.2375 191.8902 441.95624Q190.8277 442.8 188.40582 442.8ZM188.40582 441.72186Q190.5152 441.72186 191.21832 441.22186Q191.92145 440.72186 191.92145 440.0031Q191.92145 439.26874 191.21832 438.78436Q190.5152 438.28436 188.40582 438.28436Q186.28082 438.28436 185.59332 438.78436Q184.8902 439.26874 184.8902 440.01874Q184.8902 440.7375 185.49957 441.175Q186.28082 441.72186 188.40582 441.72186ZM191.62457 430.2531L192.6402 430.2531L192.6402 435.9406Q192.2652 435.9406 191.90582 435.8156Q191.3277 435.59686 190.7652 435.1281Q190.2027 434.64374 189.46832 433.7375Q188.31207 432.33124 187.6402 431.84686Q186.96832 431.34686 186.37457 431.34686Q185.74957 431.34686 185.3277 431.8Q184.8902 432.2531 184.8902 432.97186Q184.8902 433.7375 185.34332 434.1906Q185.79645 434.64374 186.60895 434.65936L186.49957 435.7375Q185.28082 435.6281 184.65582 434.90936Q184.0152 434.175 184.0152 432.9406Q184.0152 431.70624 184.7027 430.9875Q185.3902 430.26874 186.40582 430.26874Q186.92145 430.26874 187.42145 430.4875Q187.90582 430.6906 188.46832 431.1906Q189.0152 431.675 189.96832 432.8Q190.7652 433.7531 191.06207 434.03436Q191.34332 434.3 191.62457 434.47186L191.62457 430.2531ZM188.40582 428.8Q186.87457 428.8 185.9527 428.4875Q185.0152 428.175 184.5152 427.5656Q184.0152 426.9406 184.0152 426.0031Q184.0152 425.3156 184.29645 424.8Q184.5777 424.26874 185.10895 423.925Q185.62457 423.58124 186.37457 423.39374Q187.12457 423.20624 188.40582 423.20624Q189.92145 423.20624 190.84332 423.51874Q191.7652 423.8156 192.28082 424.4406Q192.78082 425.05 192.78082 426.0031Q192.78082 427.2375 191.8902 427.95624Q190.8277 428.8 188.40582 428.8ZM188.40582 427.72186Q190.5152 427.72186 191.21832 427.22186Q191.92145 426.72186 191.92145 426.0031Q191.92145 425.26874 191.21832 424.78436Q190.5152 424.28436 188.40582 424.28436Q186.28082 424.28436 185.59332 424.78436Q184.8902 425.26874 184.8902 426.01874Q184.8902 426.7375 185.49957 427.175Q186.28082 427.72186 188.40582 427.72186ZM190.06207 421.925L188.99957 421.925L188.99957 418.675L190.06207 418.675L190.06207 421.925ZM188.40582 417.8Q186.87457 417.8 185.9527 417.4875Q185.0152 417.175 184.5152 416.5656Q184.0152 415.9406 184.0152 415.0031Q184.0152 414.3156 184.29645 413.8Q184.5777 413.26874 185.10895 412.925Q185.62457 412.58124 186.37457 412.39374Q187.12457 412.20624 188.40582 412.20624Q189.92145 412.20624 190.84332 412.51874Q191.7652 412.8156 192.28082 413.4406Q192.78082 414.05 192.78082 415.0031Q192.78082 416.2375 191.8902 416.95624Q190.8277 417.8 188.40582 417.8ZM188.40582 416.72186Q190.5152 416.72186 191.21832 416.22186Q191.92145 415.72186 191.92145 415.0031Q191.92145 414.26874 191.21832 413.78436Q190.5152 413.28436 188.40582 413.28436Q186.28082 413.28436 185.59332 413.78436Q184.8902 414.26874 184.8902 415.01874Q184.8902 415.7375 185.49957 416.175Q186.28082 416.72186 188.40582 416.72186ZM185.17145 410.7375L184.15582 410.7375L184.15582 405.175L184.98395 405.175Q185.85895 405.9875 187.31207 406.8Q188.74957 407.59686 190.28082 408.03436Q191.35895 408.3625 192.6402 408.4406L192.6402 409.53436Q191.62457 409.51874 190.18707 409.14374Q188.74957 408.7531 187.42145 408.05Q186.09332 407.33124 185.17145 406.51874L185.17145 410.7375ZM190.06207 403.925L188.99957 403.925L188.99957 400.675L190.06207 400.675L190.06207 403.925ZM192.6402 395.83127L192.6402 396.87814L185.92145 396.87814Q186.28082 397.26877 186.65582 397.89377Q187.0152 398.50314 187.18707 398.98752L186.17145 398.98752Q185.74957 398.11252 185.17145 397.45627Q184.5777 396.7844 184.0152 396.50314L184.0152 395.83127L192.6402 395.83127ZM190.37457 392.80002L190.23395 391.73752Q191.12457 391.56564 191.53082 391.12814Q191.92145 390.69064 191.92145 390.06564Q191.92145 389.31564 191.40582 388.80002Q190.8902 388.2844 190.12457 388.2844Q189.40582 388.2844 188.93707 388.76877Q188.4527 389.23752 188.4527 389.9719Q188.4527 390.26877 188.5777 390.7219L187.6402 390.5969Q187.65582 390.48752 187.65582 390.42502Q187.65582 389.75314 187.31207 389.2219Q186.9527 388.67502 186.21832 388.67502Q185.6402 388.67502 185.2652 389.06564Q184.87457 389.45627 184.87457 390.08127Q184.87457 390.69064 185.2652 391.11252Q185.65582 391.51877 186.42145 391.62814L186.23395 392.69064Q185.18707 392.50314 184.60895 391.81564Q184.0152 391.12814 184.0152 390.11252Q184.0152 389.4094 184.3277 388.81564Q184.62457 388.2219 185.1402 387.9094Q185.65582 387.5969 186.24957 387.5969Q186.79645 387.5969 187.2652 387.89377Q187.71832 388.19064 187.98395 388.76877Q188.15582 388.01877 188.71832 387.5969Q189.2652 387.17502 190.10895 387.17502Q191.23395 387.17502 192.0152 388.00314Q192.79645 388.81564 192.79645 390.06564Q192.79645 391.19064 192.12457 391.94064Q191.43707 392.69064 190.37457 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M209.87878 444.2531L210.89441 444.2531L210.89441 449.9406Q210.51941 449.9406 210.16003 449.8156Q209.58191 449.59686 209.01941 449.1281Q208.45691 448.64374 207.72253 447.7375Q206.56628 446.33124 205.89441 445.84686Q205.22253 445.34686 204.62878 445.34686Q204.00378 445.34686 203.58191 445.8Q203.14441 446.2531 203.14441 446.97186Q203.14441 447.7375 203.59753 448.1906Q204.05066 448.64374 204.86316 448.65936L204.75378 449.7375Q203.53503 449.6281 202.91003 448.90936Q202.26941 448.175 202.26941 446.9406Q202.26941 445.70624 202.95691 444.9875Q203.64441 444.26874 204.66003 444.26874Q205.17566 444.26874 205.67566 444.4875Q206.16003 444.6906 206.72253 445.1906Q207.26941 445.675 208.22253 446.8Q209.01941 447.7531 209.31628 448.03436Q209.59753 448.3 209.87878 448.47186L209.87878 444.2531ZM206.66003 442.8Q205.12878 442.8 204.20691 442.4875Q203.26941 442.175 202.76941 441.5656Q202.26941 440.9406 202.26941 440.0031Q202.26941 439.3156 202.55066 438.8Q202.83191 438.26874 203.36316 437.925Q203.87878 437.58124 204.62878 437.39374Q205.37878 437.20624 206.66003 437.20624Q208.17566 437.20624 209.09753 437.51874Q210.01941 437.8156 210.53503 438.4406Q211.03503 439.05 211.03503 440.0031Q211.03503 441.2375 210.14441 441.95624Q209.08191 442.8 206.66003 442.8ZM206.66003 441.72186Q208.76941 441.72186 209.47253 441.22186Q210.17566 440.72186 210.17566 440.0031Q210.17566 439.26874 209.47253 438.78436Q208.76941 438.28436 206.66003 438.28436Q204.53503 438.28436 203.84753 438.78436Q203.14441 439.26874 203.14441 440.01874Q203.14441 440.7375 203.75378 441.175Q204.53503 441.72186 206.66003 441.72186ZM209.87878 430.2531L210.89441 430.2531L210.89441 435.9406Q210.51941 435.9406 210.16003 435.8156Q209.58191 435.59686 209.01941 435.1281Q208.45691 434.64374 207.72253 433.7375Q206.56628 432.33124 205.89441 431.84686Q205.22253 431.34686 204.62878 431.34686Q204.00378 431.34686 203.58191 431.8Q203.14441 432.2531 203.14441 432.97186Q203.14441 433.7375 203.59753 434.1906Q204.05066 434.64374 204.86316 434.65936L204.75378 435.7375Q203.53503 435.6281 202.91003 434.90936Q202.26941 434.175 202.26941 432.9406Q202.26941 431.70624 202.95691 430.9875Q203.64441 430.26874 204.66003 430.26874Q205.17566 430.26874 205.67566 430.4875Q206.16003 430.6906 206.72253 431.1906Q207.26941 431.675 208.22253 432.8Q209.01941 433.7531 209.31628 434.03436Q209.59753 434.3 209.87878 434.47186L209.87878 430.2531ZM206.66003 428.8Q205.12878 428.8 204.20691 428.4875Q203.26941 428.175 202.76941 427.5656Q202.26941 426.9406 202.26941 426.0031Q202.26941 425.3156 202.55066 424.8Q202.83191 424.26874 203.36316 423.925Q203.87878 423.58124 204.62878 423.39374Q205.37878 423.20624 206.66003 423.20624Q208.17566 423.20624 209.09753 423.51874Q210.01941 423.8156 210.53503 424.4406Q211.03503 425.05 211.03503 426.0031Q211.03503 427.2375 210.14441 427.95624Q209.08191 428.8 206.66003 428.8ZM206.66003 427.72186Q208.76941 427.72186 209.47253 427.22186Q210.17566 426.72186 210.17566 426.0031Q210.17566 425.26874 209.47253 424.78436Q208.76941 424.28436 206.66003 424.28436Q204.53503 424.28436 203.84753 424.78436Q203.14441 425.26874 203.14441 426.01874Q203.14441 426.7375 203.75378 427.175Q204.53503 427.72186 206.66003 427.72186ZM208.31628 421.925L207.25378 421.925L207.25378 418.675L208.31628 418.675L208.31628 421.925ZM206.66003 417.80002Q205.12878 417.80002 204.20691 417.48752Q203.26941 417.17502 202.76941 416.56564Q202.26941 415.94064 202.26941 415.00314Q202.26941 414.31564 202.55066 413.80002Q202.83191 413.26877 203.36316 412.92502Q203.87878 412.58127 204.62878 412.39377Q205.37878 412.20627 206.66003 412.20627Q208.17566 412.20627 209.09753 412.51877Q210.01941 412.81564 210.53503 413.44064Q211.03503 414.05002 211.03503 415.00314Q211.03503 416.23752 210.14441 416.95627Q209.08191 417.80002 206.66003 417.80002ZM206.66003 416.7219Q208.76941 416.7219 209.47253 416.2219Q210.17566 415.7219 210.17566 415.00314Q210.17566 414.26877 209.47253 413.7844Q208.76941 413.2844 206.66003 413.2844Q204.53503 413.2844 203.84753 413.7844Q203.14441 414.26877 203.14441 415.01877Q203.14441 415.73752 203.75378 416.17502Q204.53503 416.7219 206.66003 416.7219ZM203.42566 410.73752L202.41003 410.73752L202.41003 405.17502L203.23816 405.17502Q204.11316 405.98752 205.56628 406.80002Q207.00378 407.5969 208.53503 408.0344Q209.61316 408.36252 210.89441 408.44064L210.89441 409.5344Q209.87878 409.51877 208.44128 409.14377Q207.00378 408.75314 205.67566 408.05002Q204.34753 407.33127 203.42566 406.51877L203.42566 410.73752ZM208.31628 403.92502L207.25378 403.92502L207.25378 400.67502L208.31628 400.67502L208.31628 403.92502ZM209.87878 394.25314L210.89441 394.25314L210.89441 399.94064Q210.51941 399.94064 210.16003 399.81564Q209.58191 399.5969 209.01941 399.12814Q208.45691 398.64377 207.72253 397.73752Q206.56628 396.33127 205.89441 395.8469Q205.22253 395.3469 204.62878 395.3469Q204.00378 395.3469 203.58191 395.80002Q203.14441 396.25314 203.14441 396.9719Q203.14441 397.73752 203.59753 398.19064Q204.05066 398.64377 204.86316 398.6594L204.75378 399.73752Q203.53503 399.62814 202.91003 398.9094Q202.26941 398.17502 202.26941 396.94064Q202.26941 395.70627 202.95691 394.98752Q203.64441 394.26877 204.66003 394.26877Q205.17566 394.26877 205.67566 394.48752Q206.16003 394.69064 206.72253 395.19064Q207.26941 395.67502 208.22253 396.80002Q209.01941 397.75314 209.31628 398.0344Q209.59753 398.30002 209.87878 398.4719L209.87878 394.25314ZM203.42566 392.73752L202.41003 392.73752L202.41003 387.17502L203.23816 387.17502Q204.11316 387.98752 205.56628 388.80002Q207.00378 389.5969 208.53503 390.0344Q209.61316 390.36252 210.89441 390.44064L210.89441 391.5344Q209.87878 391.51877 208.44128 391.14377Q207.00378 390.75314 205.67566 390.05002Q204.34753 389.33127 203.42566 388.51877L203.42566 392.73752Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M228.13298 444.2531L229.1486 444.2531L229.1486 449.9406Q228.7736 449.9406 228.41423 449.8156Q227.8361 449.59686 227.2736 449.1281Q226.7111 448.64374 225.97673 447.7375Q224.82048 446.33124 224.1486 445.84686Q223.47673 445.34686 222.88298 445.34686Q222.25798 445.34686 221.8361 445.8Q221.3986 446.2531 221.3986 446.97186Q221.3986 447.7375 221.85173 448.1906Q222.30486 448.64374 223.11736 448.65936L223.00798 449.7375Q221.78923 449.6281 221.16423 448.90936Q220.5236 448.175 220.5236 446.9406Q220.5236 445.70624 221.2111 444.9875Q221.8986 444.26874 222.91423 444.26874Q223.42986 444.26874 223.92986 444.4875Q224.41423 444.6906 224.97673 445.1906Q225.5236 445.675 226.47673 446.8Q227.2736 447.7531 227.57048 448.03436Q227.85173 448.3 228.13298 448.47186L228.13298 444.2531ZM224.91423 442.8Q223.38298 442.8 222.4611 442.4875Q221.5236 442.175 221.0236 441.5656Q220.5236 440.9406 220.5236 440.0031Q220.5236 439.3156 220.80486 438.8Q221.0861 438.26874 221.61736 437.925Q222.13298 437.58124 222.88298 437.39374Q223.63298 437.20624 224.91423 437.20624Q226.42986 437.20624 227.35173 437.51874Q228.2736 437.8156 228.78923 438.4406Q229.28923 439.05 229.28923 440.0031Q229.28923 441.2375 228.3986 441.95624Q227.3361 442.8 224.91423 442.8ZM224.91423 441.72186Q227.0236 441.72186 227.72673 441.22186Q228.42986 440.72186 228.42986 440.0031Q228.42986 439.26874 227.72673 438.78436Q227.0236 438.28436 224.91423 438.28436Q222.78923 438.28436 222.10173 438.78436Q221.3986 439.26874 221.3986 440.01874Q221.3986 440.7375 222.00798 441.175Q222.78923 441.72186 224.91423 441.72186ZM228.13298 430.2531L229.1486 430.2531L229.1486 435.9406Q228.7736 435.9406 228.41423 435.8156Q227.8361 435.59686 227.2736 435.1281Q226.7111 434.64374 225.97673 433.7375Q224.82048 432.33124 224.1486 431.84686Q223.47673 431.34686 222.88298 431.34686Q222.25798 431.34686 221.8361 431.8Q221.3986 432.2531 221.3986 432.97186Q221.3986 433.7375 221.85173 434.1906Q222.30486 434.64374 223.11736 434.65936L223.00798 435.7375Q221.78923 435.6281 221.16423 434.90936Q220.5236 434.175 220.5236 432.9406Q220.5236 431.70624 221.2111 430.9875Q221.8986 430.26874 222.91423 430.26874Q223.42986 430.26874 223.92986 430.4875Q224.41423 430.6906 224.97673 431.1906Q225.5236 431.675 226.47673 432.8Q227.2736 433.7531 227.57048 434.03436Q227.85173 434.3 228.13298 434.47186L228.13298 430.2531ZM224.91423 428.8Q223.38298 428.8 222.4611 428.4875Q221.5236 428.175 221.0236 427.5656Q220.5236 426.9406 220.5236 426.0031Q220.5236 425.3156 220.80486 424.8Q221.0861 424.26874 221.61736 423.925Q222.13298 423.58124 222.88298 423.39374Q223.63298 423.20624 224.91423 423.20624Q226.42986 423.20624 227.35173 423.51874Q228.2736 423.8156 228.78923 424.4406Q229.28923 425.05 229.28923 426.0031Q229.28923 427.2375 228.3986 427.95624Q227.3361 428.8 224.91423 428.8ZM224.91423 427.72186Q227.0236 427.72186 227.72673 427.22186Q228.42986 426.72186 228.42986 426.0031Q228.42986 425.26874 227.72673 424.78436Q227.0236 424.28436 224.91423 424.28436Q222.78923 424.28436 222.10173 424.78436Q221.3986 425.26874 221.3986 426.01874Q221.3986 426.7375 222.00798 427.175Q222.78923 427.72186 224.91423 427.72186ZM226.57048 421.925L225.50798 421.925L225.50798 418.675L226.57048 418.675L226.57048 421.925ZM224.91423 417.8Q223.38298 417.8 222.4611 417.4875Q221.5236 417.175 221.0236 416.5656Q220.5236 415.9406 220.5236 415.0031Q220.5236 414.3156 220.80486 413.8Q221.0861 413.26874 221.61736 412.925Q222.13298 412.58124 222.88298 412.39374Q223.63298 412.20624 224.91423 412.20624Q226.42986 412.20624 227.35173 412.51874Q228.2736 412.8156 228.78923 413.4406Q229.28923 414.05 229.28923 415.0031Q229.28923 416.2375 228.3986 416.95624Q227.3361 417.8 224.91423 417.8ZM224.91423 416.72186Q227.0236 416.72186 227.72673 416.22186Q228.42986 415.72186 228.42986 415.0031Q228.42986 414.26874 227.72673 413.78436Q227.0236 413.28436 224.91423 413.28436Q222.78923 413.28436 222.10173 413.78436Q221.3986 414.26874 221.3986 415.01874Q221.3986 415.7375 222.00798 416.175Q222.78923 416.72186 224.91423 416.72186ZM224.49236 409.175Q224.24236 409.83124 223.80486 410.15936Q223.35173 410.47186 222.74236 410.47186Q221.80486 410.47186 221.16423 409.8Q220.5236 409.1125 220.5236 408.0031Q220.5236 406.8781 221.17986 406.1906Q221.8361 405.5031 222.7736 405.5031Q223.36736 405.5031 223.80486 405.8156Q224.24236 406.1281 224.49236 406.76874Q224.74236 405.97186 225.32048 405.5656Q225.8986 405.15936 226.69548 405.15936Q227.78923 405.15936 228.53923 405.9406Q229.28923 406.70624 229.28923 407.9875Q229.28923 409.2531 228.53923 410.03436Q227.78923 410.8156 226.66423 410.8156Q225.82048 410.8156 225.25798 410.39374Q224.69548 409.95624 224.49236 409.175ZM222.69548 409.39374Q223.30486 409.39374 223.69548 409.0031Q224.0861 408.59686 224.0861 407.97186Q224.0861 407.3625 223.7111 406.97186Q223.32048 406.58124 222.75798 406.58124Q222.17986 406.58124 221.78923 406.9875Q221.38298 407.39374 221.38298 407.9875Q221.38298 408.59686 221.7736 409.0031Q222.16423 409.39374 222.69548 409.39374ZM226.66423 409.72186Q227.11736 409.72186 227.53923 409.51874Q227.9611 409.3 228.19548 408.8781Q228.42986 408.45624 228.42986 407.97186Q228.42986 407.22186 227.94548 406.7375Q227.4611 406.2375 226.7111 406.2375Q225.94548 406.2375 225.44548 406.7375Q224.94548 407.2375 224.94548 408.0031Q224.94548 408.7531 225.44548 409.2375Q225.92986 409.72186 226.66423 409.72186ZM226.57048 403.925L225.50798 403.925L225.50798 400.675L226.57048 400.675L226.57048 403.925ZM229.1486 395.83124L229.1486 396.8781L222.42986 396.8781Q222.78923 397.26874 223.16423 397.89374Q223.5236 398.5031 223.69548 398.9875L222.67986 398.9875Q222.25798 398.1125 221.67986 397.45624Q221.0861 396.78436 220.5236 396.5031L220.5236 395.83124L229.1486 395.83124ZM224.91423 392.8Q223.38298 392.8 222.4611 392.4875Q221.5236 392.175 221.0236 391.5656Q220.5236 390.9406 220.5236 390.0031Q220.5236 389.3156 220.80486 388.8Q221.0861 388.26874 221.61736 387.925Q222.13298 387.58124 222.88298 387.39374Q223.63298 387.20624 224.91423 387.20624Q226.42986 387.20624 227.35173 387.51874Q228.2736 387.8156 228.78923 388.4406Q229.28923 389.05 229.28923 390.0031Q229.28923 391.2375 228.3986 391.95624Q227.3361 392.8 224.91423 392.8ZM224.91423 391.72186Q227.0236 391.72186 227.72673 391.22186Q228.42986 390.72186 228.42986 390.0031Q228.42986 389.26874 227.72673 388.78436Q227.0236 388.28436 224.91423 388.28436Q222.78923 388.28436 222.10173 388.78436Q221.3986 389.26874 221.3986 390.01874Q221.3986 390.7375 222.00798 391.175Q222.78923 391.72186 224.91423 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M246.38719 444.2531L247.40282 444.2531L247.40282 449.9406Q247.02782 449.9406 246.66844 449.8156Q246.09032 449.59686 245.52782 449.1281Q244.96532 448.64374 244.23094 447.7375Q243.07469 446.33124 242.40282 445.84686Q241.73094 445.34686 241.13719 445.34686Q240.51219 445.34686 240.09032 445.8Q239.65282 446.2531 239.65282 446.97186Q239.65282 447.7375 240.10594 448.1906Q240.55907 448.64374 241.37157 448.65936L241.26219 449.7375Q240.04344 449.6281 239.41844 448.90936Q238.77782 448.175 238.77782 446.9406Q238.77782 445.70624 239.46532 444.9875Q240.15282 444.26874 241.16844 444.26874Q241.68407 444.26874 242.18407 444.4875Q242.66844 444.6906 243.23094 445.1906Q243.77782 445.675 244.73094 446.8Q245.52782 447.7531 245.82469 448.03436Q246.10594 448.3 246.38719 448.47186L246.38719 444.2531ZM243.16844 442.8Q241.63719 442.8 240.71532 442.4875Q239.77782 442.175 239.27782 441.5656Q238.77782 440.9406 238.77782 440.0031Q238.77782 439.3156 239.05907 438.8Q239.34032 438.26874 239.87157 437.925Q240.38719 437.58124 241.13719 437.39374Q241.88719 437.20624 243.16844 437.20624Q244.68407 437.20624 245.60594 437.51874Q246.52782 437.8156 247.04344 438.4406Q247.54344 439.05 247.54344 440.0031Q247.54344 441.2375 246.65282 441.95624Q245.59032 442.8 243.16844 442.8ZM243.16844 441.72186Q245.27782 441.72186 245.98094 441.22186Q246.68407 440.72186 246.68407 440.0031Q246.68407 439.26874 245.98094 438.78436Q245.27782 438.28436 243.16844 438.28436Q241.04344 438.28436 240.35594 438.78436Q239.65282 439.26874 239.65282 440.01874Q239.65282 440.7375 240.26219 441.175Q241.04344 441.72186 243.16844 441.72186ZM246.38719 430.2531L247.40282 430.2531L247.40282 435.9406Q247.02782 435.9406 246.66844 435.8156Q246.09032 435.59686 245.52782 435.1281Q244.96532 434.64374 244.23094 433.7375Q243.07469 432.33124 242.40282 431.84686Q241.73094 431.34686 241.13719 431.34686Q240.51219 431.34686 240.09032 431.8Q239.65282 432.2531 239.65282 432.97186Q239.65282 433.7375 240.10594 434.1906Q240.55907 434.64374 241.37157 434.65936L241.26219 435.7375Q240.04344 435.6281 239.41844 434.90936Q238.77782 434.175 238.77782 432.9406Q238.77782 431.70624 239.46532 430.9875Q240.15282 430.26874 241.16844 430.26874Q241.68407 430.26874 242.18407 430.4875Q242.66844 430.6906 243.23094 431.1906Q243.77782 431.675 244.73094 432.8Q245.52782 433.7531 245.82469 434.03436Q246.10594 434.3 246.38719 434.47186L246.38719 430.2531ZM243.16844 428.8Q241.63719 428.8 240.71532 428.4875Q239.77782 428.175 239.27782 427.5656Q238.77782 426.9406 238.77782 426.0031Q238.77782 425.3156 239.05907 424.8Q239.34032 424.26874 239.87157 423.925Q240.38719 423.58124 241.13719 423.39374Q241.88719 423.20624 243.16844 423.20624Q244.68407 423.20624 245.60594 423.51874Q246.52782 423.8156 247.04344 424.4406Q247.54344 425.05 247.54344 426.0031Q247.54344 427.2375 246.65282 427.95624Q245.59032 428.8 243.16844 428.8ZM243.16844 427.72186Q245.27782 427.72186 245.98094 427.22186Q246.68407 426.72186 246.68407 426.0031Q246.68407 425.26874 245.98094 424.78436Q245.27782 424.28436 243.16844 424.28436Q241.04344 424.28436 240.35594 424.78436Q239.65282 425.26874 239.65282 426.01874Q239.65282 426.7375 240.26219 427.175Q241.04344 427.72186 243.16844 427.72186ZM244.82469 421.925L243.76219 421.925L243.76219 418.675L244.82469 418.675L244.82469 421.925ZM243.16844 417.8Q241.63719 417.8 240.71532 417.4875Q239.77782 417.175 239.27782 416.5656Q238.77782 415.9406 238.77782 415.0031Q238.77782 414.3156 239.05907 413.8Q239.34032 413.26874 239.87157 412.925Q240.38719 412.58124 241.13719 412.39374Q241.88719 412.20624 243.16844 412.20624Q244.68407 412.20624 245.60594 412.51874Q246.52782 412.8156 247.04344 413.4406Q247.54344 414.05 247.54344 415.0031Q247.54344 416.2375 246.65282 416.95624Q245.59032 417.8 243.16844 417.8ZM243.16844 416.72186Q245.27782 416.72186 245.98094 416.22186Q246.68407 415.72186 246.68407 415.0031Q246.68407 414.26874 245.98094 413.78436Q245.27782 413.28436 243.16844 413.28436Q241.04344 413.28436 240.35594 413.78436Q239.65282 414.26874 239.65282 415.01874Q239.65282 415.7375 240.26219 416.175Q241.04344 416.72186 243.16844 416.72186ZM242.74657 409.175Q242.49657 409.83124 242.05907 410.15936Q241.60594 410.47186 240.99657 410.47186Q240.05907 410.47186 239.41844 409.8Q238.77782 409.1125 238.77782 408.0031Q238.77782 406.8781 239.43407 406.1906Q240.09032 405.5031 241.02782 405.5031Q241.62157 405.5031 242.05907 405.8156Q242.49657 406.1281 242.74657 406.76874Q242.99657 405.97186 243.57469 405.5656Q244.15282 405.15936 244.94969 405.15936Q246.04344 405.15936 246.79344 405.9406Q247.54344 406.70624 247.54344 407.9875Q247.54344 409.2531 246.79344 410.03436Q246.04344 410.8156 244.91844 410.8156Q244.07469 410.8156 243.51219 410.39374Q242.94969 409.95624 242.74657 409.175ZM240.94969 409.39374Q241.55907 409.39374 241.94969 409.0031Q242.34032 408.59686 242.34032 407.97186Q242.34032 407.3625 241.96532 406.97186Q241.57469 406.58124 241.01219 406.58124Q240.43407 406.58124 240.04344 406.9875Q239.63719 407.39374 239.63719 407.9875Q239.63719 408.59686 240.02782 409.0031Q240.41844 409.39374 240.94969 409.39374ZM244.91844 409.72186Q245.37157 409.72186 245.79344 409.51874Q246.21532 409.3 246.44969 408.8781Q246.68407 408.45624 246.68407 407.97186Q246.68407 407.22186 246.19969 406.7375Q245.71532 406.2375 244.96532 406.2375Q244.19969 406.2375 243.69969 406.7375Q243.19969 407.2375 243.19969 408.0031Q243.19969 408.7531 243.69969 409.2375Q244.18407 409.72186 244.91844 409.72186ZM244.82469 403.925L243.76219 403.925L243.76219 400.675L244.82469 400.675L244.82469 403.925ZM246.38719 394.2531L247.40282 394.2531L247.40282 399.9406Q247.02782 399.9406 246.66844 399.8156Q246.09032 399.59686 245.52782 399.1281Q244.96532 398.64374 244.23094 397.7375Q243.07469 396.33124 242.40282 395.84686Q241.73094 395.34686 241.13719 395.34686Q240.51219 395.34686 240.09032 395.8Q239.65282 396.2531 239.65282 396.97186Q239.65282 397.7375 240.10594 398.1906Q240.55907 398.64374 241.37157 398.65936L241.26219 399.7375Q240.04344 399.6281 239.41844 398.90936Q238.77782 398.175 238.77782 396.9406Q238.77782 395.70624 239.46532 394.9875Q240.15282 394.26874 241.16844 394.26874Q241.68407 394.26874 242.18407 394.4875Q242.66844 394.6906 243.23094 395.1906Q243.77782 395.675 244.73094 396.8Q245.52782 397.7531 245.82469 398.03436Q246.10594 398.3 246.38719 398.47186L246.38719 394.2531ZM247.40282 389.425L245.34032 389.425L245.34032 393.14374L244.37157 393.14374L238.80907 389.22186L238.80907 388.3625L244.37157 388.3625L244.37157 387.20624L245.34032 387.20624L245.34032 388.3625L247.40282 388.3625L247.40282 389.425ZM244.37157 389.425L240.51219 389.425L244.37157 392.1125L244.37157 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M264.6414 444.25314L265.657 444.25314L265.657 449.94064Q265.282 449.94064 264.92264 449.81564Q264.3445 449.5969 263.782 449.12814Q263.2195 448.64377 262.48514 447.73752Q261.3289 446.33127 260.657 445.8469Q259.98514 445.3469 259.3914 445.3469Q258.7664 445.3469 258.3445 445.80002Q257.907 446.25314 257.907 446.9719Q257.907 447.73752 258.36014 448.19064Q258.81326 448.64377 259.62576 448.6594L259.5164 449.73752Q258.29764 449.62814 257.67264 448.9094Q257.032 448.17502 257.032 446.94064Q257.032 445.70627 257.7195 444.98752Q258.407 444.26877 259.42264 444.26877Q259.93826 444.26877 260.43826 444.48752Q260.92264 444.69064 261.48514 445.19064Q262.032 445.67502 262.98514 446.80002Q263.782 447.75314 264.0789 448.0344Q264.36014 448.30002 264.6414 448.4719L264.6414 444.25314ZM261.42264 442.80002Q259.8914 442.80002 258.9695 442.48752Q258.032 442.17502 257.532 441.56564Q257.032 440.94064 257.032 440.00314Q257.032 439.31564 257.31326 438.80002Q257.5945 438.26877 258.12576 437.92502Q258.6414 437.58127 259.3914 437.39377Q260.1414 437.20627 261.42264 437.20627Q262.93826 437.20627 263.86014 437.51877Q264.782 437.81564 265.29764 438.44064Q265.79764 439.05002 265.79764 440.00314Q265.79764 441.23752 264.907 441.95627Q263.8445 442.80002 261.42264 442.80002ZM261.42264 441.7219Q263.532 441.7219 264.23514 441.2219Q264.93826 440.7219 264.93826 440.00314Q264.93826 439.26877 264.23514 438.7844Q263.532 438.2844 261.42264 438.2844Q259.29764 438.2844 258.61014 438.7844Q257.907 439.26877 257.907 440.01877Q257.907 440.73752 258.5164 441.17502Q259.29764 441.7219 261.42264 441.7219ZM264.6414 430.25314L265.657 430.25314L265.657 435.94064Q265.282 435.94064 264.92264 435.81564Q264.3445 435.5969 263.782 435.12814Q263.2195 434.64377 262.48514 433.73752Q261.3289 432.33127 260.657 431.8469Q259.98514 431.3469 259.3914 431.3469Q258.7664 431.3469 258.3445 431.80002Q257.907 432.25314 257.907 432.9719Q257.907 433.73752 258.36014 434.19064Q258.81326 434.64377 259.62576 434.6594L259.5164 435.73752Q258.29764 435.62814 257.67264 434.9094Q257.032 434.17502 257.032 432.94064Q257.032 431.70627 257.7195 430.98752Q258.407 430.26877 259.42264 430.26877Q259.93826 430.26877 260.43826 430.48752Q260.92264 430.69064 261.48514 431.19064Q262.032 431.67502 262.98514 432.80002Q263.782 433.75314 264.0789 434.0344Q264.36014 434.30002 264.6414 434.4719L264.6414 430.25314ZM261.42264 428.80002Q259.8914 428.80002 258.9695 428.48752Q258.032 428.17502 257.532 427.56564Q257.032 426.94064 257.032 426.00314Q257.032 425.31564 257.31326 424.80002Q257.5945 424.26877 258.12576 423.92502Q258.6414 423.58127 259.3914 423.39377Q260.1414 423.20627 261.42264 423.20627Q262.93826 423.20627 263.86014 423.51877Q264.782 423.81564 265.29764 424.44064Q265.79764 425.05002 265.79764 426.00314Q265.79764 427.23752 264.907 427.95627Q263.8445 428.80002 261.42264 428.80002ZM261.42264 427.7219Q263.532 427.7219 264.23514 427.2219Q264.93826 426.7219 264.93826 426.00314Q264.93826 425.26877 264.23514 424.7844Q263.532 424.2844 261.42264 424.2844Q259.29764 424.2844 258.61014 424.7844Q257.907 425.26877 257.907 426.01877Q257.907 426.73752 258.5164 427.17502Q259.29764 427.7219 261.42264 427.7219ZM263.0789 421.92502L262.0164 421.92502L262.0164 418.67502L263.0789 418.67502L263.0789 421.92502ZM261.42264 417.80002Q259.8914 417.80002 258.9695 417.48752Q258.032 417.17502 257.532 416.56564Q257.032 415.94064 257.032 415.00314Q257.032 414.31564 257.31326 413.80002Q257.5945 413.26877 258.12576 412.92502Q258.6414 412.58127 259.3914 412.39377Q260.1414 412.20627 261.42264 412.20627Q262.93826 412.20627 263.86014 412.51877Q264.782 412.81564 265.29764 413.44064Q265.79764 414.05002 265.79764 415.00314Q265.79764 416.23752 264.907 416.95627Q263.8445 417.80002 261.42264 417.80002ZM261.42264 416.7219Q263.532 416.7219 264.23514 416.2219Q264.93826 415.7219 264.93826 415.00314Q264.93826 414.26877 264.23514 413.7844Q263.532 413.2844 261.42264 413.2844Q259.29764 413.2844 258.61014 413.7844Q257.907 414.26877 257.907 415.01877Q257.907 415.73752 258.5164 416.17502Q259.29764 416.7219 261.42264 416.7219ZM263.67264 410.64377L263.5789 409.62814Q264.29764 409.50314 264.62576 409.14377Q264.93826 408.76877 264.93826 408.20627Q264.93826 407.7219 264.7195 407.36252Q264.48514 406.98752 264.12576 406.75314Q263.75076 406.51877 263.12576 406.36252Q262.48514 406.20627 261.8289 406.20627Q261.75076 406.20627 261.61014 406.20627Q262.11014 406.51877 262.43826 407.06564Q262.75076 407.61252 262.75076 408.25314Q262.75076 409.33127 261.98514 410.06564Q261.2039 410.80002 259.93826 410.80002Q258.62576 410.80002 257.8289 410.0344Q257.032 409.25314 257.032 408.0969Q257.032 407.26877 257.48514 406.58127Q257.93826 405.87814 258.782 405.51877Q259.61014 405.1594 261.18826 405.1594Q262.8289 405.1594 263.81326 405.51877Q264.782 405.86252 265.29764 406.58127Q265.79764 407.2844 265.79764 408.2219Q265.79764 409.23752 265.25076 409.87814Q264.68826 410.51877 263.67264 410.64377ZM259.87576 406.33127Q258.9695 406.33127 258.43826 406.81564Q257.907 407.2844 257.907 407.9719Q257.907 408.67502 258.48514 409.20627Q259.04764 409.7219 259.9695 409.7219Q260.782 409.7219 261.29764 409.2219Q261.81326 408.7219 261.81326 408.00314Q261.81326 407.26877 261.29764 406.80002Q260.782 406.33127 259.87576 406.33127ZM263.0789 403.92502L262.0164 403.92502L262.0164 400.67502L263.0789 400.67502L263.0789 403.92502ZM265.657 395.83127L265.657 396.87814L258.93826 396.87814Q259.29764 397.26877 259.67264 397.89377Q260.032 398.50314 260.2039 398.98752L259.18826 398.98752Q258.7664 398.11252 258.18826 397.45627Q257.5945 396.7844 257.032 396.50314L257.032 395.83127L265.657 395.83127ZM261.42264 392.80002Q259.8914 392.80002 258.9695 392.48752Q258.032 392.17502 257.532 391.56564Q257.032 390.94064 257.032 390.00314Q257.032 389.31564 257.31326 388.80002Q257.5945 388.26877 258.12576 387.92502Q258.6414 387.58127 259.3914 387.39377Q260.1414 387.20627 261.42264 387.20627Q262.93826 387.20627 263.86014 387.51877Q264.782 387.81564 265.29764 388.44064Q265.79764 389.05002 265.79764 390.00314Q265.79764 391.23752 264.907 391.95627Q263.8445 392.80002 261.42264 392.80002ZM261.42264 391.7219Q263.532 391.7219 264.23514 391.2219Q264.93826 390.7219 264.93826 390.00314Q264.93826 389.26877 264.23514 388.7844Q263.532 388.2844 261.42264 388.2844Q259.29764 388.2844 258.61014 388.7844Q257.907 389.26877 257.907 390.01877Q257.907 390.73752 258.5164 391.17502Q259.29764 391.7219 261.42264 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M282.8956 444.25314L283.91122 444.25314L283.91122 449.94064Q283.53622 449.94064 283.17685 449.81564Q282.59872 449.5969 282.03622 449.12814Q281.47372 448.64377 280.73935 447.73752Q279.5831 446.33127 278.91122 445.8469Q278.23935 445.3469 277.6456 445.3469Q277.0206 445.3469 276.59872 445.80002Q276.16122 446.25314 276.16122 446.9719Q276.16122 447.73752 276.61435 448.19064Q277.06747 448.64377 277.87997 448.6594L277.7706 449.73752Q276.55185 449.62814 275.92685 448.9094Q275.28622 448.17502 275.28622 446.94064Q275.28622 445.70627 275.97372 444.98752Q276.66122 444.26877 277.67685 444.26877Q278.19247 444.26877 278.69247 444.48752Q279.17685 444.69064 279.73935 445.19064Q280.28622 445.67502 281.23935 446.80002Q282.03622 447.75314 282.3331 448.0344Q282.61435 448.30002 282.8956 448.4719L282.8956 444.25314ZM279.67685 442.80002Q278.1456 442.80002 277.22372 442.48752Q276.28622 442.17502 275.78622 441.56564Q275.28622 440.94064 275.28622 440.00314Q275.28622 439.31564 275.56747 438.80002Q275.84872 438.26877 276.37997 437.92502Q276.8956 437.58127 277.6456 437.39377Q278.3956 437.20627 279.67685 437.20627Q281.19247 437.20627 282.11435 437.51877Q283.03622 437.81564 283.55185 438.44064Q284.05185 439.05002 284.05185 440.00314Q284.05185 441.23752 283.16122 441.95627Q282.09872 442.80002 279.67685 442.80002ZM279.67685 441.7219Q281.78622 441.7219 282.48935 441.2219Q283.19247 440.7219 283.19247 440.00314Q283.19247 439.26877 282.48935 438.7844Q281.78622 438.2844 279.67685 438.2844Q277.55185 438.2844 276.86435 438.7844Q276.16122 439.26877 276.16122 440.01877Q276.16122 440.73752 276.7706 441.17502Q277.55185 441.7219 279.67685 441.7219ZM282.8956 430.25314L283.91122 430.25314L283.91122 435.94064Q283.53622 435.94064 283.17685 435.81564Q282.59872 435.5969 282.03622 435.12814Q281.47372 434.64377 280.73935 433.73752Q279.5831 432.33127 278.91122 431.8469Q278.23935 431.3469 277.6456 431.3469Q277.0206 431.3469 276.59872 431.80002Q276.16122 432.25314 276.16122 432.9719Q276.16122 433.73752 276.61435 434.19064Q277.06747 434.64377 277.87997 434.6594L277.7706 435.73752Q276.55185 435.62814 275.92685 434.9094Q275.28622 434.17502 275.28622 432.94064Q275.28622 431.70627 275.97372 430.98752Q276.66122 430.26877 277.67685 430.26877Q278.19247 430.26877 278.69247 430.48752Q279.17685 430.69064 279.73935 431.19064Q280.28622 431.67502 281.23935 432.80002Q282.03622 433.75314 282.3331 434.0344Q282.61435 434.30002 282.8956 434.4719L282.8956 430.25314ZM279.67685 428.80002Q278.1456 428.80002 277.22372 428.48752Q276.28622 428.17502 275.78622 427.56564Q275.28622 426.94064 275.28622 426.00314Q275.28622 425.31564 275.56747 424.80002Q275.84872 424.26877 276.37997 423.92502Q276.8956 423.58127 277.6456 423.39377Q278.3956 423.20627 279.67685 423.20627Q281.19247 423.20627 282.11435 423.51877Q283.03622 423.81564 283.55185 424.44064Q284.05185 425.05002 284.05185 426.00314Q284.05185 427.23752 283.16122 427.95627Q282.09872 428.80002 279.67685 428.80002ZM279.67685 427.7219Q281.78622 427.7219 282.48935 427.2219Q283.19247 426.7219 283.19247 426.00314Q283.19247 425.26877 282.48935 424.7844Q281.78622 424.2844 279.67685 424.2844Q277.55185 424.2844 276.86435 424.7844Q276.16122 425.26877 276.16122 426.01877Q276.16122 426.73752 276.7706 427.17502Q277.55185 427.7219 279.67685 427.7219ZM281.3331 421.92502L280.2706 421.92502L280.2706 418.67502L281.3331 418.67502L281.3331 421.92502ZM279.67685 417.80002Q278.1456 417.80002 277.22372 417.48752Q276.28622 417.17502 275.78622 416.56564Q275.28622 415.94064 275.28622 415.00314Q275.28622 414.31564 275.56747 413.80002Q275.84872 413.26877 276.37997 412.92502Q276.8956 412.58127 277.6456 412.39377Q278.3956 412.20627 279.67685 412.20627Q281.19247 412.20627 282.11435 412.51877Q283.03622 412.81564 283.55185 413.44064Q284.05185 414.05002 284.05185 415.00314Q284.05185 416.23752 283.16122 416.95627Q282.09872 417.80002 279.67685 417.80002ZM279.67685 416.7219Q281.78622 416.7219 282.48935 416.2219Q283.19247 415.7219 283.19247 415.00314Q283.19247 414.26877 282.48935 413.7844Q281.78622 413.2844 279.67685 413.2844Q277.55185 413.2844 276.86435 413.7844Q276.16122 414.26877 276.16122 415.01877Q276.16122 415.73752 276.7706 416.17502Q277.55185 416.7219 279.67685 416.7219ZM281.92685 410.64377L281.8331 409.62814Q282.55185 409.50314 282.87997 409.14377Q283.19247 408.76877 283.19247 408.20627Q283.19247 407.7219 282.97372 407.36252Q282.73935 406.98752 282.37997 406.75314Q282.00497 406.51877 281.37997 406.36252Q280.73935 406.20627 280.0831 406.20627Q280.00497 406.20627 279.86435 406.20627Q280.36435 406.51877 280.69247 407.06564Q281.00497 407.61252 281.00497 408.25314Q281.00497 409.33127 280.23935 410.06564Q279.4581 410.80002 278.19247 410.80002Q276.87997 410.80002 276.0831 410.0344Q275.28622 409.25314 275.28622 408.0969Q275.28622 407.26877 275.73935 406.58127Q276.19247 405.87814 277.03622 405.51877Q277.86435 405.1594 279.44247 405.1594Q281.0831 405.1594 282.06747 405.51877Q283.03622 405.86252 283.55185 406.58127Q284.05185 407.2844 284.05185 408.2219Q284.05185 409.23752 283.50497 409.87814Q282.94247 410.51877 281.92685 410.64377ZM278.12997 406.33127Q277.22372 406.33127 276.69247 406.81564Q276.16122 407.2844 276.16122 407.9719Q276.16122 408.67502 276.73935 409.20627Q277.30185 409.7219 278.22372 409.7219Q279.03622 409.7219 279.55185 409.2219Q280.06747 408.7219 280.06747 408.00314Q280.06747 407.26877 279.55185 406.80002Q279.03622 406.33127 278.12997 406.33127ZM281.3331 403.92502L280.2706 403.92502L280.2706 400.67502L281.3331 400.67502L281.3331 403.92502ZM282.8956 394.25314L283.91122 394.25314L283.91122 399.94064Q283.53622 399.94064 283.17685 399.81564Q282.59872 399.5969 282.03622 399.12814Q281.47372 398.64377 280.73935 397.73752Q279.5831 396.33127 278.91122 395.8469Q278.23935 395.3469 277.6456 395.3469Q277.0206 395.3469 276.59872 395.80002Q276.16122 396.25314 276.16122 396.9719Q276.16122 397.73752 276.61435 398.19064Q277.06747 398.64377 277.87997 398.6594L277.7706 399.73752Q276.55185 399.62814 275.92685 398.9094Q275.28622 398.17502 275.28622 396.94064Q275.28622 395.70627 275.97372 394.98752Q276.66122 394.26877 277.67685 394.26877Q278.19247 394.26877 278.69247 394.48752Q279.17685 394.69064 279.73935 395.19064Q280.28622 395.67502 281.23935 396.80002Q282.03622 397.75314 282.3331 398.0344Q282.61435 398.30002 282.8956 398.4719L282.8956 394.25314ZM283.91122 388.83127L283.91122 389.87814L277.19247 389.87814Q277.55185 390.26877 277.92685 390.89377Q278.28622 391.50314 278.4581 391.98752L277.44247 391.98752Q277.0206 391.11252 276.44247 390.45627Q275.84872 389.7844 275.28622 389.50314L275.28622 388.83127L283.91122 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M301.1498 444.2531L302.16544 444.2531L302.16544 449.9406Q301.79044 449.9406 301.43106 449.8156Q300.85294 449.59686 300.29044 449.1281Q299.72794 448.64374 298.99356 447.7375Q297.8373 446.33124 297.16544 445.84686Q296.49356 445.34686 295.8998 445.34686Q295.2748 445.34686 294.85294 445.8Q294.41544 446.2531 294.41544 446.97186Q294.41544 447.7375 294.86856 448.1906Q295.3217 448.64374 296.1342 448.65936L296.0248 449.7375Q294.80606 449.6281 294.18106 448.90936Q293.54044 448.175 293.54044 446.9406Q293.54044 445.70624 294.22794 444.9875Q294.91544 444.26874 295.93106 444.26874Q296.4467 444.26874 296.9467 444.4875Q297.43106 444.6906 297.99356 445.1906Q298.54044 445.675 299.49356 446.8Q300.29044 447.7531 300.5873 448.03436Q300.86856 448.3 301.1498 448.47186L301.1498 444.2531ZM297.93106 442.8Q296.3998 442.8 295.47794 442.4875Q294.54044 442.175 294.04044 441.5656Q293.54044 440.9406 293.54044 440.0031Q293.54044 439.3156 293.8217 438.8Q294.10294 438.26874 294.6342 437.925Q295.1498 437.58124 295.8998 437.39374Q296.6498 437.20624 297.93106 437.20624Q299.4467 437.20624 300.36856 437.51874Q301.29044 437.8156 301.80606 438.4406Q302.30606 439.05 302.30606 440.0031Q302.30606 441.2375 301.41544 441.95624Q300.35294 442.8 297.93106 442.8ZM297.93106 441.72186Q300.04044 441.72186 300.74356 441.22186Q301.4467 440.72186 301.4467 440.0031Q301.4467 439.26874 300.74356 438.78436Q300.04044 438.28436 297.93106 438.28436Q295.80606 438.28436 295.11856 438.78436Q294.41544 439.26874 294.41544 440.01874Q294.41544 440.7375 295.0248 441.175Q295.80606 441.72186 297.93106 441.72186ZM301.1498 430.2531L302.16544 430.2531L302.16544 435.9406Q301.79044 435.9406 301.43106 435.8156Q300.85294 435.59686 300.29044 435.1281Q299.72794 434.64374 298.99356 433.7375Q297.8373 432.33124 297.16544 431.84686Q296.49356 431.34686 295.8998 431.34686Q295.2748 431.34686 294.85294 431.8Q294.41544 432.2531 294.41544 432.97186Q294.41544 433.7375 294.86856 434.1906Q295.3217 434.64374 296.1342 434.65936L296.0248 435.7375Q294.80606 435.6281 294.18106 434.90936Q293.54044 434.175 293.54044 432.9406Q293.54044 431.70624 294.22794 430.9875Q294.91544 430.26874 295.93106 430.26874Q296.4467 430.26874 296.9467 430.4875Q297.43106 430.6906 297.99356 431.1906Q298.54044 431.675 299.49356 432.8Q300.29044 433.7531 300.5873 434.03436Q300.86856 434.3 301.1498 434.47186L301.1498 430.2531ZM297.93106 428.8Q296.3998 428.8 295.47794 428.4875Q294.54044 428.175 294.04044 427.5656Q293.54044 426.9406 293.54044 426.0031Q293.54044 425.3156 293.8217 424.8Q294.10294 424.26874 294.6342 423.925Q295.1498 423.58124 295.8998 423.39374Q296.6498 423.20624 297.93106 423.20624Q299.4467 423.20624 300.36856 423.51874Q301.29044 423.8156 301.80606 424.4406Q302.30606 425.05 302.30606 426.0031Q302.30606 427.2375 301.41544 427.95624Q300.35294 428.8 297.93106 428.8ZM297.93106 427.72186Q300.04044 427.72186 300.74356 427.22186Q301.4467 426.72186 301.4467 426.0031Q301.4467 425.26874 300.74356 424.78436Q300.04044 424.28436 297.93106 424.28436Q295.80606 424.28436 295.11856 424.78436Q294.41544 425.26874 294.41544 426.01874Q294.41544 426.7375 295.0248 427.175Q295.80606 427.72186 297.93106 427.72186ZM299.5873 421.925L298.5248 421.925L298.5248 418.675L299.5873 418.675L299.5873 421.925ZM302.16544 413.83124L302.16544 414.8781L295.4467 414.8781Q295.80606 415.26874 296.18106 415.89374Q296.54044 416.5031 296.7123 416.9875L295.6967 416.9875Q295.2748 416.1125 294.6967 415.45624Q294.10294 414.78436 293.54044 414.5031L293.54044 413.83124L302.16544 413.83124ZM297.93106 410.8Q296.3998 410.8 295.47794 410.4875Q294.54044 410.175 294.04044 409.5656Q293.54044 408.9406 293.54044 408.0031Q293.54044 407.3156 293.8217 406.8Q294.10294 406.26874 294.6342 405.925Q295.1498 405.58124 295.8998 405.39374Q296.6498 405.20624 297.93106 405.20624Q299.4467 405.20624 300.36856 405.51874Q301.29044 405.8156 301.80606 406.4406Q302.30606 407.05 302.30606 408.0031Q302.30606 409.2375 301.41544 409.95624Q300.35294 410.8 297.93106 410.8ZM297.93106 409.72186Q300.04044 409.72186 300.74356 409.22186Q301.4467 408.72186 301.4467 408.0031Q301.4467 407.26874 300.74356 406.78436Q300.04044 406.28436 297.93106 406.28436Q295.80606 406.28436 295.11856 406.78436Q294.41544 407.26874 294.41544 408.01874Q294.41544 408.7375 295.0248 409.175Q295.80606 409.72186 297.93106 409.72186ZM299.5873 403.925L298.5248 403.925L298.5248 400.675L299.5873 400.675L299.5873 403.925ZM297.93106 399.8Q296.3998 399.8 295.47794 399.4875Q294.54044 399.175 294.04044 398.5656Q293.54044 397.9406 293.54044 397.0031Q293.54044 396.3156 293.8217 395.8Q294.10294 395.26874 294.6342 394.925Q295.1498 394.58124 295.8998 394.39374Q296.6498 394.20624 297.93106 394.20624Q299.4467 394.20624 300.36856 394.51874Q301.29044 394.8156 301.80606 395.4406Q302.30606 396.05 302.30606 397.0031Q302.30606 398.2375 301.41544 398.95624Q300.35294 399.8 297.93106 399.8ZM297.93106 398.72186Q300.04044 398.72186 300.74356 398.22186Q301.4467 397.72186 301.4467 397.0031Q301.4467 396.26874 300.74356 395.78436Q300.04044 395.28436 297.93106 395.28436Q295.80606 395.28436 295.11856 395.78436Q294.41544 396.26874 294.41544 397.01874Q294.41544 397.7375 295.0248 398.175Q295.80606 398.72186 297.93106 398.72186ZM299.91544 392.8L299.8217 391.6906Q300.6342 391.5656 301.04044 391.1281Q301.4467 390.675 301.4467 390.03436Q301.4467 389.28436 300.86856 388.7531Q300.29044 388.22186 299.35294 388.22186Q298.4467 388.22186 297.93106 388.7375Q297.3998 389.2375 297.3998 390.0656Q297.3998 390.5656 297.6342 390.9875Q297.86856 391.39374 298.22794 391.6281L298.10294 392.6125L293.6967 391.78436L293.6967 387.5031L294.6967 387.5031L294.6967 390.9406L297.0092 391.39374Q296.4623 390.6281 296.4623 389.78436Q296.4623 388.65936 297.24356 387.89374Q298.0248 387.1125 299.2592 387.1125Q300.41544 387.1125 301.2748 387.78436Q302.30606 388.6125 302.30606 390.03436Q302.30606 391.20624 301.6498 391.95624Q300.99356 392.6906 299.91544 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M319.404 444.2531L320.41962 444.2531L320.41962 449.9406Q320.04462 449.9406 319.68524 449.8156Q319.10712 449.59686 318.54462 449.1281Q317.98212 448.64374 317.24774 447.7375Q316.0915 446.33124 315.41962 445.84686Q314.74774 445.34686 314.154 445.34686Q313.529 445.34686 313.10712 445.8Q312.66962 446.2531 312.66962 446.97186Q312.66962 447.7375 313.12274 448.1906Q313.57587 448.64374 314.38837 448.65936L314.279 449.7375Q313.06024 449.6281 312.43524 448.90936Q311.79462 448.175 311.79462 446.9406Q311.79462 445.70624 312.48212 444.9875Q313.16962 444.26874 314.18524 444.26874Q314.70087 444.26874 315.20087 444.4875Q315.68524 444.6906 316.24774 445.1906Q316.79462 445.675 317.74774 446.8Q318.54462 447.7531 318.8415 448.03436Q319.12274 448.3 319.404 448.47186L319.404 444.2531ZM316.18524 442.8Q314.654 442.8 313.73212 442.4875Q312.79462 442.175 312.29462 441.5656Q311.79462 440.9406 311.79462 440.0031Q311.79462 439.3156 312.07587 438.8Q312.35712 438.26874 312.88837 437.925Q313.404 437.58124 314.154 437.39374Q314.904 437.20624 316.18524 437.20624Q317.70087 437.20624 318.62274 437.51874Q319.54462 437.8156 320.06024 438.4406Q320.56024 439.05 320.56024 440.0031Q320.56024 441.2375 319.66962 441.95624Q318.60712 442.8 316.18524 442.8ZM316.18524 441.72186Q318.29462 441.72186 318.99774 441.22186Q319.70087 440.72186 319.70087 440.0031Q319.70087 439.26874 318.99774 438.78436Q318.29462 438.28436 316.18524 438.28436Q314.06024 438.28436 313.37274 438.78436Q312.66962 439.26874 312.66962 440.01874Q312.66962 440.7375 313.279 441.175Q314.06024 441.72186 316.18524 441.72186ZM319.404 430.2531L320.41962 430.2531L320.41962 435.9406Q320.04462 435.9406 319.68524 435.8156Q319.10712 435.59686 318.54462 435.1281Q317.98212 434.64374 317.24774 433.7375Q316.0915 432.33124 315.41962 431.84686Q314.74774 431.34686 314.154 431.34686Q313.529 431.34686 313.10712 431.8Q312.66962 432.2531 312.66962 432.97186Q312.66962 433.7375 313.12274 434.1906Q313.57587 434.64374 314.38837 434.65936L314.279 435.7375Q313.06024 435.6281 312.43524 434.90936Q311.79462 434.175 311.79462 432.9406Q311.79462 431.70624 312.48212 430.9875Q313.16962 430.26874 314.18524 430.26874Q314.70087 430.26874 315.20087 430.4875Q315.68524 430.6906 316.24774 431.1906Q316.79462 431.675 317.74774 432.8Q318.54462 433.7531 318.8415 434.03436Q319.12274 434.3 319.404 434.47186L319.404 430.2531ZM316.18524 428.8Q314.654 428.8 313.73212 428.4875Q312.79462 428.175 312.29462 427.5656Q311.79462 426.9406 311.79462 426.0031Q311.79462 425.3156 312.07587 424.8Q312.35712 424.26874 312.88837 423.925Q313.404 423.58124 314.154 423.39374Q314.904 423.20624 316.18524 423.20624Q317.70087 423.20624 318.62274 423.51874Q319.54462 423.8156 320.06024 424.4406Q320.56024 425.05 320.56024 426.0031Q320.56024 427.2375 319.66962 427.95624Q318.60712 428.8 316.18524 428.8ZM316.18524 427.72186Q318.29462 427.72186 318.99774 427.22186Q319.70087 426.72186 319.70087 426.0031Q319.70087 425.26874 318.99774 424.78436Q318.29462 424.28436 316.18524 424.28436Q314.06024 424.28436 313.37274 424.78436Q312.66962 425.26874 312.66962 426.01874Q312.66962 426.7375 313.279 427.175Q314.06024 427.72186 316.18524 427.72186ZM317.8415 421.925L316.779 421.925L316.779 418.675L317.8415 418.675L317.8415 421.925ZM320.41962 413.83124L320.41962 414.8781L313.70087 414.8781Q314.06024 415.26874 314.43524 415.89374Q314.79462 416.5031 314.9665 416.9875L313.95087 416.9875Q313.529 416.1125 312.95087 415.45624Q312.35712 414.78436 311.79462 414.5031L311.79462 413.83124L320.41962 413.83124ZM316.18524 410.8Q314.654 410.8 313.73212 410.4875Q312.79462 410.175 312.29462 409.5656Q311.79462 408.9406 311.79462 408.0031Q311.79462 407.3156 312.07587 406.8Q312.35712 406.26874 312.88837 405.925Q313.404 405.58124 314.154 405.39374Q314.904 405.20624 316.18524 405.20624Q317.70087 405.20624 318.62274 405.51874Q319.54462 405.8156 320.06024 406.4406Q320.56024 407.05 320.56024 408.0031Q320.56024 409.2375 319.66962 409.95624Q318.60712 410.8 316.18524 410.8ZM316.18524 409.72186Q318.29462 409.72186 318.99774 409.22186Q319.70087 408.72186 319.70087 408.0031Q319.70087 407.26874 318.99774 406.78436Q318.29462 406.28436 316.18524 406.28436Q314.06024 406.28436 313.37274 406.78436Q312.66962 407.26874 312.66962 408.01874Q312.66962 408.7375 313.279 409.175Q314.06024 409.72186 316.18524 409.72186ZM317.8415 403.925L316.779 403.925L316.779 400.675L317.8415 400.675L317.8415 403.925ZM320.41962 395.83124L320.41962 396.8781L313.70087 396.8781Q314.06024 397.26874 314.43524 397.89374Q314.79462 398.5031 314.9665 398.9875L313.95087 398.9875Q313.529 398.1125 312.95087 397.45624Q312.35712 396.78436 311.79462 396.5031L311.79462 395.83124L320.41962 395.83124ZM318.43524 392.64374L318.3415 391.6281Q319.06024 391.5031 319.38837 391.14374Q319.70087 390.76874 319.70087 390.20624Q319.70087 389.72186 319.48212 389.3625Q319.24774 388.9875 318.88837 388.7531Q318.51337 388.51874 317.88837 388.3625Q317.24774 388.20624 316.5915 388.20624Q316.51337 388.20624 316.37274 388.20624Q316.87274 388.51874 317.20087 389.0656Q317.51337 389.6125 317.51337 390.2531Q317.51337 391.33124 316.74774 392.0656Q315.9665 392.8 314.70087 392.8Q313.38837 392.8 312.5915 392.03436Q311.79462 391.2531 311.79462 390.09686Q311.79462 389.26874 312.24774 388.58124Q312.70087 387.8781 313.54462 387.51874Q314.37274 387.15936 315.95087 387.15936Q317.5915 387.15936 318.57587 387.51874Q319.54462 387.8625 320.06024 388.58124Q320.56024 389.28436 320.56024 390.22186Q320.56024 391.2375 320.01337 391.8781Q319.45087 392.51874 318.43524 392.64374ZM314.63837 388.33124Q313.73212 388.33124 313.20087 388.8156Q312.66962 389.28436 312.66962 389.97186Q312.66962 390.675 313.24774 391.20624Q313.81024 391.72186 314.73212 391.72186Q315.54462 391.72186 316.06024 391.22186Q316.57587 390.72186 316.57587 390.0031Q316.57587 389.26874 316.06024 388.8Q315.54462 388.33124 314.63837 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M337.6582 444.25314L338.67383 444.25314L338.67383 449.94064Q338.29883 449.94064 337.93945 449.81564Q337.36133 449.5969 336.79883 449.12814Q336.23633 448.64377 335.50195 447.73752Q334.3457 446.33127 333.67383 445.8469Q333.00195 445.3469 332.4082 445.3469Q331.7832 445.3469 331.36133 445.80002Q330.92383 446.25314 330.92383 446.9719Q330.92383 447.73752 331.37695 448.19064Q331.83008 448.64377 332.64258 448.6594L332.5332 449.73752Q331.31445 449.62814 330.68945 448.9094Q330.04883 448.17502 330.04883 446.94064Q330.04883 445.70627 330.73633 444.98752Q331.42383 444.26877 332.43945 444.26877Q332.95508 444.26877 333.45508 444.48752Q333.93945 444.69064 334.50195 445.19064Q335.04883 445.67502 336.00195 446.80002Q336.79883 447.75314 337.0957 448.0344Q337.37695 448.30002 337.6582 448.4719L337.6582 444.25314ZM334.43945 442.80002Q332.9082 442.80002 331.98633 442.48752Q331.04883 442.17502 330.54883 441.56564Q330.04883 440.94064 330.04883 440.00314Q330.04883 439.31564 330.33008 438.80002Q330.61133 438.26877 331.14258 437.92502Q331.6582 437.58127 332.4082 437.39377Q333.1582 437.20627 334.43945 437.20627Q335.95508 437.20627 336.87695 437.51877Q337.79883 437.81564 338.31445 438.44064Q338.81445 439.05002 338.81445 440.00314Q338.81445 441.23752 337.92383 441.95627Q336.86133 442.80002 334.43945 442.80002ZM334.43945 441.7219Q336.54883 441.7219 337.25195 441.2219Q337.95508 440.7219 337.95508 440.00314Q337.95508 439.26877 337.25195 438.7844Q336.54883 438.2844 334.43945 438.2844Q332.31445 438.2844 331.62695 438.7844Q330.92383 439.26877 330.92383 440.01877Q330.92383 440.73752 331.5332 441.17502Q332.31445 441.7219 334.43945 441.7219ZM337.6582 430.25314L338.67383 430.25314L338.67383 435.94064Q338.29883 435.94064 337.93945 435.81564Q337.36133 435.5969 336.79883 435.12814Q336.23633 434.64377 335.50195 433.73752Q334.3457 432.33127 333.67383 431.8469Q333.00195 431.3469 332.4082 431.3469Q331.7832 431.3469 331.36133 431.80002Q330.92383 432.25314 330.92383 432.9719Q330.92383 433.73752 331.37695 434.19064Q331.83008 434.64377 332.64258 434.6594L332.5332 435.73752Q331.31445 435.62814 330.68945 434.9094Q330.04883 434.17502 330.04883 432.94064Q330.04883 431.70627 330.73633 430.98752Q331.42383 430.26877 332.43945 430.26877Q332.95508 430.26877 333.45508 430.48752Q333.93945 430.69064 334.50195 431.19064Q335.04883 431.67502 336.00195 432.80002Q336.79883 433.75314 337.0957 434.0344Q337.37695 434.30002 337.6582 434.4719L337.6582 430.25314ZM334.43945 428.80002Q332.9082 428.80002 331.98633 428.48752Q331.04883 428.17502 330.54883 427.56564Q330.04883 426.94064 330.04883 426.00314Q330.04883 425.31564 330.33008 424.80002Q330.61133 424.26877 331.14258 423.92502Q331.6582 423.58127 332.4082 423.39377Q333.1582 423.20627 334.43945 423.20627Q335.95508 423.20627 336.87695 423.51877Q337.79883 423.81564 338.31445 424.44064Q338.81445 425.05002 338.81445 426.00314Q338.81445 427.23752 337.92383 427.95627Q336.86133 428.80002 334.43945 428.80002ZM334.43945 427.7219Q336.54883 427.7219 337.25195 427.2219Q337.95508 426.7219 337.95508 426.00314Q337.95508 425.26877 337.25195 424.7844Q336.54883 424.2844 334.43945 424.2844Q332.31445 424.2844 331.62695 424.7844Q330.92383 425.26877 330.92383 426.01877Q330.92383 426.73752 331.5332 427.17502Q332.31445 427.7219 334.43945 427.7219ZM336.0957 421.92502L335.0332 421.92502L335.0332 418.67502L336.0957 418.67502L336.0957 421.92502ZM338.67383 413.83127L338.67383 414.87814L331.95508 414.87814Q332.31445 415.26877 332.68945 415.89377Q333.04883 416.50314 333.2207 416.98752L332.20508 416.98752Q331.7832 416.11252 331.20508 415.45627Q330.61133 414.7844 330.04883 414.50314L330.04883 413.83127L338.67383 413.83127ZM334.43945 410.80002Q332.9082 410.80002 331.98633 410.48752Q331.04883 410.17502 330.54883 409.56564Q330.04883 408.94064 330.04883 408.00314Q330.04883 407.31564 330.33008 406.80002Q330.61133 406.26877 331.14258 405.92502Q331.6582 405.58127 332.4082 405.39377Q333.1582 405.20627 334.43945 405.20627Q335.95508 405.20627 336.87695 405.51877Q337.79883 405.81564 338.31445 406.44064Q338.81445 407.05002 338.81445 408.00314Q338.81445 409.23752 337.92383 409.95627Q336.86133 410.80002 334.43945 410.80002ZM334.43945 409.7219Q336.54883 409.7219 337.25195 409.2219Q337.95508 408.7219 337.95508 408.00314Q337.95508 407.26877 337.25195 406.7844Q336.54883 406.2844 334.43945 406.2844Q332.31445 406.2844 331.62695 406.7844Q330.92383 407.26877 330.92383 408.01877Q330.92383 408.73752 331.5332 409.17502Q332.31445 409.7219 334.43945 409.7219ZM336.0957 403.92502L335.0332 403.92502L335.0332 400.67502L336.0957 400.67502L336.0957 403.92502ZM337.6582 394.25314L338.67383 394.25314L338.67383 399.94064Q338.29883 399.94064 337.93945 399.81564Q337.36133 399.5969 336.79883 399.12814Q336.23633 398.64377 335.50195 397.73752Q334.3457 396.33127 333.67383 395.8469Q333.00195 395.3469 332.4082 395.3469Q331.7832 395.3469 331.36133 395.80002Q330.92383 396.25314 330.92383 396.9719Q330.92383 397.73752 331.37695 398.19064Q331.83008 398.64377 332.64258 398.6594L332.5332 399.73752Q331.31445 399.62814 330.68945 398.9094Q330.04883 398.17502 330.04883 396.94064Q330.04883 395.70627 330.73633 394.98752Q331.42383 394.26877 332.43945 394.26877Q332.95508 394.26877 333.45508 394.48752Q333.93945 394.69064 334.50195 395.19064Q335.04883 395.67502 336.00195 396.80002Q336.79883 397.75314 337.0957 398.0344Q337.37695 398.30002 337.6582 398.4719L337.6582 394.25314ZM331.20508 392.73752L330.18945 392.73752L330.18945 387.17502L331.01758 387.17502Q331.89258 387.98752 333.3457 388.80002Q334.7832 389.5969 336.31445 390.0344Q337.39258 390.36252 338.67383 390.44064L338.67383 391.5344Q337.6582 391.51877 336.2207 391.14377Q334.7832 390.75314 333.45508 390.05002Q332.12695 389.33127 331.20508 388.51877L331.20508 392.73752Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M355.9124 444.25314L356.92804 444.25314L356.92804 449.94064Q356.55304 449.94064 356.19366 449.81564Q355.61554 449.5969 355.05304 449.12814Q354.49054 448.64377 353.75616 447.73752Q352.5999 446.33127 351.92804 445.8469Q351.25616 445.3469 350.6624 445.3469Q350.0374 445.3469 349.61554 445.80002Q349.17804 446.25314 349.17804 446.9719Q349.17804 447.73752 349.63116 448.19064Q350.0843 448.64377 350.8968 448.6594L350.7874 449.73752Q349.56866 449.62814 348.94366 448.9094Q348.30304 448.17502 348.30304 446.94064Q348.30304 445.70627 348.99054 444.98752Q349.67804 444.26877 350.69366 444.26877Q351.2093 444.26877 351.7093 444.48752Q352.19366 444.69064 352.75616 445.19064Q353.30304 445.67502 354.25616 446.80002Q355.05304 447.75314 355.3499 448.0344Q355.63116 448.30002 355.9124 448.4719L355.9124 444.25314ZM352.69366 442.80002Q351.1624 442.80002 350.24054 442.48752Q349.30304 442.17502 348.80304 441.56564Q348.30304 440.94064 348.30304 440.00314Q348.30304 439.31564 348.5843 438.80002Q348.86554 438.26877 349.3968 437.92502Q349.9124 437.58127 350.6624 437.39377Q351.4124 437.20627 352.69366 437.20627Q354.2093 437.20627 355.13116 437.51877Q356.05304 437.81564 356.56866 438.44064Q357.06866 439.05002 357.06866 440.00314Q357.06866 441.23752 356.17804 441.95627Q355.11554 442.80002 352.69366 442.80002ZM352.69366 441.7219Q354.80304 441.7219 355.50616 441.2219Q356.2093 440.7219 356.2093 440.00314Q356.2093 439.26877 355.50616 438.7844Q354.80304 438.2844 352.69366 438.2844Q350.56866 438.2844 349.88116 438.7844Q349.17804 439.26877 349.17804 440.01877Q349.17804 440.73752 349.7874 441.17502Q350.56866 441.7219 352.69366 441.7219ZM355.9124 430.25314L356.92804 430.25314L356.92804 435.94064Q356.55304 435.94064 356.19366 435.81564Q355.61554 435.5969 355.05304 435.12814Q354.49054 434.64377 353.75616 433.73752Q352.5999 432.33127 351.92804 431.8469Q351.25616 431.3469 350.6624 431.3469Q350.0374 431.3469 349.61554 431.80002Q349.17804 432.25314 349.17804 432.9719Q349.17804 433.73752 349.63116 434.19064Q350.0843 434.64377 350.8968 434.6594L350.7874 435.73752Q349.56866 435.62814 348.94366 434.9094Q348.30304 434.17502 348.30304 432.94064Q348.30304 431.70627 348.99054 430.98752Q349.67804 430.26877 350.69366 430.26877Q351.2093 430.26877 351.7093 430.48752Q352.19366 430.69064 352.75616 431.19064Q353.30304 431.67502 354.25616 432.80002Q355.05304 433.75314 355.3499 434.0344Q355.63116 434.30002 355.9124 434.4719L355.9124 430.25314ZM352.69366 428.80002Q351.1624 428.80002 350.24054 428.48752Q349.30304 428.17502 348.80304 427.56564Q348.30304 426.94064 348.30304 426.00314Q348.30304 425.31564 348.5843 424.80002Q348.86554 424.26877 349.3968 423.92502Q349.9124 423.58127 350.6624 423.39377Q351.4124 423.20627 352.69366 423.20627Q354.2093 423.20627 355.13116 423.51877Q356.05304 423.81564 356.56866 424.44064Q357.06866 425.05002 357.06866 426.00314Q357.06866 427.23752 356.17804 427.95627Q355.11554 428.80002 352.69366 428.80002ZM352.69366 427.7219Q354.80304 427.7219 355.50616 427.2219Q356.2093 426.7219 356.2093 426.00314Q356.2093 425.26877 355.50616 424.7844Q354.80304 424.2844 352.69366 424.2844Q350.56866 424.2844 349.88116 424.7844Q349.17804 425.26877 349.17804 426.01877Q349.17804 426.73752 349.7874 427.17502Q350.56866 427.7219 352.69366 427.7219ZM354.3499 421.92502L353.2874 421.92502L353.2874 418.67502L354.3499 418.67502L354.3499 421.92502ZM356.92804 413.83127L356.92804 414.87814L350.2093 414.87814Q350.56866 415.26877 350.94366 415.89377Q351.30304 416.50314 351.4749 416.98752L350.4593 416.98752Q350.0374 416.11252 349.4593 415.45627Q348.86554 414.7844 348.30304 414.50314L348.30304 413.83127L356.92804 413.83127ZM356.92804 406.83127L356.92804 407.87814L350.2093 407.87814Q350.56866 408.26877 350.94366 408.89377Q351.30304 409.50314 351.4749 409.98752L350.4593 409.98752Q350.0374 409.11252 349.4593 408.45627Q348.86554 407.7844 348.30304 407.50314L348.30304 406.83127L356.92804 406.83127ZM354.3499 403.92502L353.2874 403.92502L353.2874 400.67502L354.3499 400.67502L354.3499 403.92502ZM356.92804 395.83127L356.92804 396.87814L350.2093 396.87814Q350.56866 397.26877 350.94366 397.89377Q351.30304 398.50314 351.4749 398.98752L350.4593 398.98752Q350.0374 398.11252 349.4593 397.45627Q348.86554 396.7844 348.30304 396.50314L348.30304 395.83127L356.92804 395.83127ZM352.69366 392.80002Q351.1624 392.80002 350.24054 392.48752Q349.30304 392.17502 348.80304 391.56564Q348.30304 390.94064 348.30304 390.00314Q348.30304 389.31564 348.5843 388.80002Q348.86554 388.26877 349.3968 387.92502Q349.9124 387.58127 350.6624 387.39377Q351.4124 387.20627 352.69366 387.20627Q354.2093 387.20627 355.13116 387.51877Q356.05304 387.81564 356.56866 388.44064Q357.06866 389.05002 357.06866 390.00314Q357.06866 391.23752 356.17804 391.95627Q355.11554 392.80002 352.69366 392.80002ZM352.69366 391.7219Q354.80304 391.7219 355.50616 391.2219Q356.2093 390.7219 356.2093 390.00314Q356.2093 389.26877 355.50616 388.7844Q354.80304 388.2844 352.69366 388.2844Q350.56866 388.2844 349.88116 388.7844Q349.17804 389.26877 349.17804 390.01877Q349.17804 390.73752 349.7874 391.17502Q350.56866 391.7219 352.69366 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M374.1666 444.2531L375.18222 444.2531L375.18222 449.9406Q374.80722 449.9406 374.44785 449.8156Q373.86972 449.59686 373.30722 449.1281Q372.74472 448.64374 372.01035 447.7375Q370.8541 446.33124 370.18222 445.84686Q369.51035 445.34686 368.9166 445.34686Q368.2916 445.34686 367.86972 445.8Q367.43222 446.2531 367.43222 446.97186Q367.43222 447.7375 367.88535 448.1906Q368.33847 448.64374 369.15097 448.65936L369.0416 449.7375Q367.82285 449.6281 367.19785 448.90936Q366.55722 448.175 366.55722 446.9406Q366.55722 445.70624 367.24472 444.9875Q367.93222 444.26874 368.94785 444.26874Q369.46347 444.26874 369.96347 444.4875Q370.44785 444.6906 371.01035 445.1906Q371.55722 445.675 372.51035 446.8Q373.30722 447.7531 373.6041 448.03436Q373.88535 448.3 374.1666 448.47186L374.1666 444.2531ZM370.94785 442.8Q369.4166 442.8 368.49472 442.4875Q367.55722 442.175 367.05722 441.5656Q366.55722 440.9406 366.55722 440.0031Q366.55722 439.3156 366.83847 438.8Q367.11972 438.26874 367.65097 437.925Q368.1666 437.58124 368.9166 437.39374Q369.6666 437.20624 370.94785 437.20624Q372.46347 437.20624 373.38535 437.51874Q374.30722 437.8156 374.82285 438.4406Q375.32285 439.05 375.32285 440.0031Q375.32285 441.2375 374.43222 441.95624Q373.36972 442.8 370.94785 442.8ZM370.94785 441.72186Q373.05722 441.72186 373.76035 441.22186Q374.46347 440.72186 374.46347 440.0031Q374.46347 439.26874 373.76035 438.78436Q373.05722 438.28436 370.94785 438.28436Q368.82285 438.28436 368.13535 438.78436Q367.43222 439.26874 367.43222 440.01874Q367.43222 440.7375 368.0416 441.175Q368.82285 441.72186 370.94785 441.72186ZM374.1666 430.2531L375.18222 430.2531L375.18222 435.9406Q374.80722 435.9406 374.44785 435.8156Q373.86972 435.59686 373.30722 435.1281Q372.74472 434.64374 372.01035 433.7375Q370.8541 432.33124 370.18222 431.84686Q369.51035 431.34686 368.9166 431.34686Q368.2916 431.34686 367.86972 431.8Q367.43222 432.2531 367.43222 432.97186Q367.43222 433.7375 367.88535 434.1906Q368.33847 434.64374 369.15097 434.65936L369.0416 435.7375Q367.82285 435.6281 367.19785 434.90936Q366.55722 434.175 366.55722 432.9406Q366.55722 431.70624 367.24472 430.9875Q367.93222 430.26874 368.94785 430.26874Q369.46347 430.26874 369.96347 430.4875Q370.44785 430.6906 371.01035 431.1906Q371.55722 431.675 372.51035 432.8Q373.30722 433.7531 373.6041 434.03436Q373.88535 434.3 374.1666 434.47186L374.1666 430.2531ZM370.94785 428.8Q369.4166 428.8 368.49472 428.4875Q367.55722 428.175 367.05722 427.5656Q366.55722 426.9406 366.55722 426.0031Q366.55722 425.3156 366.83847 424.8Q367.11972 424.26874 367.65097 423.925Q368.1666 423.58124 368.9166 423.39374Q369.6666 423.20624 370.94785 423.20624Q372.46347 423.20624 373.38535 423.51874Q374.30722 423.8156 374.82285 424.4406Q375.32285 425.05 375.32285 426.0031Q375.32285 427.2375 374.43222 427.95624Q373.36972 428.8 370.94785 428.8ZM370.94785 427.72186Q373.05722 427.72186 373.76035 427.22186Q374.46347 426.72186 374.46347 426.0031Q374.46347 425.26874 373.76035 424.78436Q373.05722 424.28436 370.94785 424.28436Q368.82285 424.28436 368.13535 424.78436Q367.43222 425.26874 367.43222 426.01874Q367.43222 426.7375 368.0416 427.175Q368.82285 427.72186 370.94785 427.72186ZM372.6041 421.925L371.5416 421.925L371.5416 418.675L372.6041 418.675L372.6041 421.925ZM375.18222 413.83124L375.18222 414.8781L368.46347 414.8781Q368.82285 415.26874 369.19785 415.89374Q369.55722 416.5031 369.7291 416.9875L368.71347 416.9875Q368.2916 416.1125 367.71347 415.45624Q367.11972 414.78436 366.55722 414.5031L366.55722 413.83124L375.18222 413.83124ZM375.18222 406.83124L375.18222 407.8781L368.46347 407.8781Q368.82285 408.26874 369.19785 408.89374Q369.55722 409.5031 369.7291 409.9875L368.71347 409.9875Q368.2916 409.1125 367.71347 408.45624Q367.11972 407.78436 366.55722 407.5031L366.55722 406.83124L375.18222 406.83124ZM372.6041 403.925L371.5416 403.925L371.5416 400.675L372.6041 400.675L372.6041 403.925ZM372.9166 399.8L372.77597 398.7375Q373.6666 398.5656 374.07285 398.1281Q374.46347 397.6906 374.46347 397.0656Q374.46347 396.3156 373.94785 395.8Q373.43222 395.28436 372.6666 395.28436Q371.94785 395.28436 371.4791 395.76874Q370.99472 396.2375 370.99472 396.97186Q370.99472 397.26874 371.11972 397.72186L370.18222 397.59686Q370.19785 397.4875 370.19785 397.425Q370.19785 396.7531 369.8541 396.22186Q369.49472 395.675 368.76035 395.675Q368.18222 395.675 367.80722 396.0656Q367.4166 396.45624 367.4166 397.08124Q367.4166 397.6906 367.80722 398.1125Q368.19785 398.51874 368.96347 398.6281L368.77597 399.6906Q367.7291 399.5031 367.15097 398.8156Q366.55722 398.1281 366.55722 397.1125Q366.55722 396.40936 366.86972 395.8156Q367.1666 395.22186 367.68222 394.90936Q368.19785 394.59686 368.7916 394.59686Q369.33847 394.59686 369.80722 394.89374Q370.26035 395.1906 370.52597 395.76874Q370.69785 395.01874 371.26035 394.59686Q371.80722 394.175 372.65097 394.175Q373.77597 394.175 374.55722 395.0031Q375.33847 395.8156 375.33847 397.0656Q375.33847 398.1906 374.6666 398.9406Q373.9791 399.6906 372.9166 399.8ZM370.94785 392.8Q369.4166 392.8 368.49472 392.4875Q367.55722 392.175 367.05722 391.5656Q366.55722 390.9406 366.55722 390.0031Q366.55722 389.3156 366.83847 388.8Q367.11972 388.26874 367.65097 387.925Q368.1666 387.58124 368.9166 387.39374Q369.6666 387.20624 370.94785 387.20624Q372.46347 387.20624 373.38535 387.51874Q374.30722 387.8156 374.82285 388.4406Q375.32285 389.05 375.32285 390.0031Q375.32285 391.2375 374.43222 391.95624Q373.36972 392.8 370.94785 392.8ZM370.94785 391.72186Q373.05722 391.72186 373.76035 391.22186Q374.46347 390.72186 374.46347 390.0031Q374.46347 389.26874 373.76035 388.78436Q373.05722 388.28436 370.94785 388.28436Q368.82285 388.28436 368.13535 388.78436Q367.43222 389.26874 367.43222 390.01874Q367.43222 390.7375 368.0416 391.175Q368.82285 391.72186 370.94785 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M392.4208 444.2531L393.43643 444.2531L393.43643 449.9406Q393.06143 449.9406 392.70206 449.8156Q392.12393 449.59686 391.56143 449.1281Q390.99893 448.64374 390.26456 447.7375Q389.1083 446.33124 388.43643 445.84686Q387.76456 445.34686 387.1708 445.34686Q386.5458 445.34686 386.12393 445.8Q385.68643 446.2531 385.68643 446.97186Q385.68643 447.7375 386.13956 448.1906Q386.59268 448.64374 387.40518 448.65936L387.2958 449.7375Q386.07706 449.6281 385.45206 448.90936Q384.81143 448.175 384.81143 446.9406Q384.81143 445.70624 385.49893 444.9875Q386.18643 444.26874 387.20206 444.26874Q387.71768 444.26874 388.21768 444.4875Q388.70206 444.6906 389.26456 445.1906Q389.81143 445.675 390.76456 446.8Q391.56143 447.7531 391.8583 448.03436Q392.13956 448.3 392.4208 448.47186L392.4208 444.2531ZM389.20206 442.8Q387.6708 442.8 386.74893 442.4875Q385.81143 442.175 385.31143 441.5656Q384.81143 440.9406 384.81143 440.0031Q384.81143 439.3156 385.09268 438.8Q385.37393 438.26874 385.90518 437.925Q386.4208 437.58124 387.1708 437.39374Q387.9208 437.20624 389.20206 437.20624Q390.71768 437.20624 391.63956 437.51874Q392.56143 437.8156 393.07706 438.4406Q393.57706 439.05 393.57706 440.0031Q393.57706 441.2375 392.68643 441.95624Q391.62393 442.8 389.20206 442.8ZM389.20206 441.72186Q391.31143 441.72186 392.01456 441.22186Q392.71768 440.72186 392.71768 440.0031Q392.71768 439.26874 392.01456 438.78436Q391.31143 438.28436 389.20206 438.28436Q387.07706 438.28436 386.38956 438.78436Q385.68643 439.26874 385.68643 440.01874Q385.68643 440.7375 386.2958 441.175Q387.07706 441.72186 389.20206 441.72186ZM392.4208 430.2531L393.43643 430.2531L393.43643 435.9406Q393.06143 435.9406 392.70206 435.8156Q392.12393 435.59686 391.56143 435.1281Q390.99893 434.64374 390.26456 433.7375Q389.1083 432.33124 388.43643 431.84686Q387.76456 431.34686 387.1708 431.34686Q386.5458 431.34686 386.12393 431.8Q385.68643 432.2531 385.68643 432.97186Q385.68643 433.7375 386.13956 434.1906Q386.59268 434.64374 387.40518 434.65936L387.2958 435.7375Q386.07706 435.6281 385.45206 434.90936Q384.81143 434.175 384.81143 432.9406Q384.81143 431.70624 385.49893 430.9875Q386.18643 430.26874 387.20206 430.26874Q387.71768 430.26874 388.21768 430.4875Q388.70206 430.6906 389.26456 431.1906Q389.81143 431.675 390.76456 432.8Q391.56143 433.7531 391.8583 434.03436Q392.13956 434.3 392.4208 434.47186L392.4208 430.2531ZM389.20206 428.8Q387.6708 428.8 386.74893 428.4875Q385.81143 428.175 385.31143 427.5656Q384.81143 426.9406 384.81143 426.0031Q384.81143 425.3156 385.09268 424.8Q385.37393 424.26874 385.90518 423.925Q386.4208 423.58124 387.1708 423.39374Q387.9208 423.20624 389.20206 423.20624Q390.71768 423.20624 391.63956 423.51874Q392.56143 423.8156 393.07706 424.4406Q393.57706 425.05 393.57706 426.0031Q393.57706 427.2375 392.68643 427.95624Q391.62393 428.8 389.20206 428.8ZM389.20206 427.72186Q391.31143 427.72186 392.01456 427.22186Q392.71768 426.72186 392.71768 426.0031Q392.71768 425.26874 392.01456 424.78436Q391.31143 424.28436 389.20206 424.28436Q387.07706 424.28436 386.38956 424.78436Q385.68643 425.26874 385.68643 426.01874Q385.68643 426.7375 386.2958 427.175Q387.07706 427.72186 389.20206 427.72186ZM390.8583 421.925L389.7958 421.925L389.7958 418.675L390.8583 418.675L390.8583 421.925ZM393.43643 413.83124L393.43643 414.8781L386.71768 414.8781Q387.07706 415.26874 387.45206 415.89374Q387.81143 416.5031 387.9833 416.9875L386.96768 416.9875Q386.5458 416.1125 385.96768 415.45624Q385.37393 414.78436 384.81143 414.5031L384.81143 413.83124L393.43643 413.83124ZM392.4208 405.2531L393.43643 405.2531L393.43643 410.9406Q393.06143 410.9406 392.70206 410.8156Q392.12393 410.59686 391.56143 410.1281Q390.99893 409.64374 390.26456 408.7375Q389.1083 407.33124 388.43643 406.84686Q387.76456 406.34686 387.1708 406.34686Q386.5458 406.34686 386.12393 406.8Q385.68643 407.2531 385.68643 407.97186Q385.68643 408.7375 386.13956 409.1906Q386.59268 409.64374 387.40518 409.65936L387.2958 410.7375Q386.07706 410.6281 385.45206 409.90936Q384.81143 409.175 384.81143 407.9406Q384.81143 406.70624 385.49893 405.9875Q386.18643 405.26874 387.20206 405.26874Q387.71768 405.26874 388.21768 405.4875Q388.70206 405.6906 389.26456 406.1906Q389.81143 406.675 390.76456 407.8Q391.56143 408.7531 391.8583 409.03436Q392.13956 409.3 392.4208 409.47186L392.4208 405.2531ZM390.8583 403.925L389.7958 403.925L389.7958 400.675L390.8583 400.675L390.8583 403.925ZM393.43643 395.83124L393.43643 396.8781L386.71768 396.8781Q387.07706 397.26874 387.45206 397.89374Q387.81143 398.5031 387.9833 398.9875L386.96768 398.9875Q386.5458 398.1125 385.96768 397.45624Q385.37393 396.78436 384.81143 396.5031L384.81143 395.83124L393.43643 395.83124ZM393.43643 389.425L391.37393 389.425L391.37393 393.14374L390.40518 393.14374L384.84268 389.22186L384.84268 388.3625L390.40518 388.3625L390.40518 387.20624L391.37393 387.20624L391.37393 388.3625L393.43643 388.3625L393.43643 389.425ZM390.40518 389.425L386.5458 389.425L390.40518 392.1125L390.40518 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M410.67502 444.25314L411.69064 444.25314L411.69064 449.94064Q411.31564 449.94064 410.95627 449.81564Q410.37814 449.5969 409.81564 449.12814Q409.25314 448.64377 408.51877 447.73752Q407.36252 446.33127 406.69064 445.8469Q406.01877 445.3469 405.42502 445.3469Q404.80002 445.3469 404.37814 445.80002Q403.94064 446.25314 403.94064 446.9719Q403.94064 447.73752 404.39377 448.19064Q404.8469 448.64377 405.6594 448.6594L405.55002 449.73752Q404.33127 449.62814 403.70627 448.9094Q403.06564 448.17502 403.06564 446.94064Q403.06564 445.70627 403.75314 444.98752Q404.44064 444.26877 405.45627 444.26877Q405.9719 444.26877 406.4719 444.48752Q406.95627 444.69064 407.51877 445.19064Q408.06564 445.67502 409.01877 446.80002Q409.81564 447.75314 410.11252 448.0344Q410.39377 448.30002 410.67502 448.4719L410.67502 444.25314ZM407.45627 442.80002Q405.92502 442.80002 405.00314 442.48752Q404.06564 442.17502 403.56564 441.56564Q403.06564 440.94064 403.06564 440.00314Q403.06564 439.31564 403.3469 438.80002Q403.62814 438.26877 404.1594 437.92502Q404.67502 437.58127 405.42502 437.39377Q406.17502 437.20627 407.45627 437.20627Q408.9719 437.20627 409.89377 437.51877Q410.81564 437.81564 411.33127 438.44064Q411.83127 439.05002 411.83127 440.00314Q411.83127 441.23752 410.94064 441.95627Q409.87814 442.80002 407.45627 442.80002ZM407.45627 441.7219Q409.56564 441.7219 410.26877 441.2219Q410.9719 440.7219 410.9719 440.00314Q410.9719 439.26877 410.26877 438.7844Q409.56564 438.2844 407.45627 438.2844Q405.33127 438.2844 404.64377 438.7844Q403.94064 439.26877 403.94064 440.01877Q403.94064 440.73752 404.55002 441.17502Q405.33127 441.7219 407.45627 441.7219ZM410.67502 430.25314L411.69064 430.25314L411.69064 435.94064Q411.31564 435.94064 410.95627 435.81564Q410.37814 435.5969 409.81564 435.12814Q409.25314 434.64377 408.51877 433.73752Q407.36252 432.33127 406.69064 431.8469Q406.01877 431.3469 405.42502 431.3469Q404.80002 431.3469 404.37814 431.80002Q403.94064 432.25314 403.94064 432.9719Q403.94064 433.73752 404.39377 434.19064Q404.8469 434.64377 405.6594 434.6594L405.55002 435.73752Q404.33127 435.62814 403.70627 434.9094Q403.06564 434.17502 403.06564 432.94064Q403.06564 431.70627 403.75314 430.98752Q404.44064 430.26877 405.45627 430.26877Q405.9719 430.26877 406.4719 430.48752Q406.95627 430.69064 407.51877 431.19064Q408.06564 431.67502 409.01877 432.80002Q409.81564 433.75314 410.11252 434.0344Q410.39377 434.30002 410.67502 434.4719L410.67502 430.25314ZM411.69064 424.83127L411.69064 425.87814L404.9719 425.87814Q405.33127 426.26877 405.70627 426.89377Q406.06564 427.50314 406.23752 427.98752L405.2219 427.98752Q404.80002 427.11252 404.2219 426.45627Q403.62814 425.7844 403.06564 425.50314L403.06564 424.83127L411.69064 424.83127ZM409.11252 421.92502L408.05002 421.92502L408.05002 418.67502L409.11252 418.67502L409.11252 421.92502ZM407.45627 417.80002Q405.92502 417.80002 405.00314 417.48752Q404.06564 417.17502 403.56564 416.56564Q403.06564 415.94064 403.06564 415.00314Q403.06564 414.31564 403.3469 413.80002Q403.62814 413.26877 404.1594 412.92502Q404.67502 412.58127 405.42502 412.39377Q406.17502 412.20627 407.45627 412.20627Q408.9719 412.20627 409.89377 412.51877Q410.81564 412.81564 411.33127 413.44064Q411.83127 414.05002 411.83127 415.00314Q411.83127 416.23752 410.94064 416.95627Q409.87814 417.80002 407.45627 417.80002ZM407.45627 416.7219Q409.56564 416.7219 410.26877 416.2219Q410.9719 415.7219 410.9719 415.00314Q410.9719 414.26877 410.26877 413.7844Q409.56564 413.2844 407.45627 413.2844Q405.33127 413.2844 404.64377 413.7844Q403.94064 414.26877 403.94064 415.01877Q403.94064 415.73752 404.55002 416.17502Q405.33127 416.7219 407.45627 416.7219ZM411.69064 406.83127L411.69064 407.87814L404.9719 407.87814Q405.33127 408.26877 405.70627 408.89377Q406.06564 409.50314 406.23752 409.98752L405.2219 409.98752Q404.80002 409.11252 404.2219 408.45627Q403.62814 407.7844 403.06564 407.50314L403.06564 406.83127L411.69064 406.83127ZM409.11252 403.92502L408.05002 403.92502L408.05002 400.67502L409.11252 400.67502L409.11252 403.92502ZM411.69064 395.83127L411.69064 396.87814L404.9719 396.87814Q405.33127 397.26877 405.70627 397.89377Q406.06564 398.50314 406.23752 398.98752L405.2219 398.98752Q404.80002 398.11252 404.2219 397.45627Q403.62814 396.7844 403.06564 396.50314L403.06564 395.83127L411.69064 395.83127ZM411.69064 388.83127L411.69064 389.87814L404.9719 389.87814Q405.33127 390.26877 405.70627 390.89377Q406.06564 391.50314 406.23752 391.98752L405.2219 391.98752Q404.80002 391.11252 404.2219 390.45627Q403.62814 389.7844 403.06564 389.50314L403.06564 388.83127L411.69064 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M428.92923 444.2531L429.94485 444.2531L429.94485 449.9406Q429.56985 449.9406 429.21048 449.8156Q428.63235 449.59686 428.06985 449.1281Q427.50735 448.64374 426.77298 447.7375Q425.61673 446.33124 424.94485 445.84686Q424.27298 445.34686 423.67923 445.34686Q423.05423 445.34686 422.63235 445.8Q422.19485 446.2531 422.19485 446.97186Q422.19485 447.7375 422.64798 448.1906Q423.1011 448.64374 423.9136 448.65936L423.80423 449.7375Q422.58548 449.6281 421.96048 448.90936Q421.31985 448.175 421.31985 446.9406Q421.31985 445.70624 422.00735 444.9875Q422.69485 444.26874 423.71048 444.26874Q424.2261 444.26874 424.7261 444.4875Q425.21048 444.6906 425.77298 445.1906Q426.31985 445.675 427.27298 446.8Q428.06985 447.7531 428.36673 448.03436Q428.64798 448.3 428.92923 448.47186L428.92923 444.2531ZM425.71048 442.8Q424.17923 442.8 423.25735 442.4875Q422.31985 442.175 421.81985 441.5656Q421.31985 440.9406 421.31985 440.0031Q421.31985 439.3156 421.6011 438.8Q421.88235 438.26874 422.4136 437.925Q422.92923 437.58124 423.67923 437.39374Q424.42923 437.20624 425.71048 437.20624Q427.2261 437.20624 428.14798 437.51874Q429.06985 437.8156 429.58548 438.4406Q430.08548 439.05 430.08548 440.0031Q430.08548 441.2375 429.19485 441.95624Q428.13235 442.8 425.71048 442.8ZM425.71048 441.72186Q427.81985 441.72186 428.52298 441.22186Q429.2261 440.72186 429.2261 440.0031Q429.2261 439.26874 428.52298 438.78436Q427.81985 438.28436 425.71048 438.28436Q423.58548 438.28436 422.89798 438.78436Q422.19485 439.26874 422.19485 440.01874Q422.19485 440.7375 422.80423 441.175Q423.58548 441.72186 425.71048 441.72186ZM428.92923 430.2531L429.94485 430.2531L429.94485 435.9406Q429.56985 435.9406 429.21048 435.8156Q428.63235 435.59686 428.06985 435.1281Q427.50735 434.64374 426.77298 433.7375Q425.61673 432.33124 424.94485 431.84686Q424.27298 431.34686 423.67923 431.34686Q423.05423 431.34686 422.63235 431.8Q422.19485 432.2531 422.19485 432.97186Q422.19485 433.7375 422.64798 434.1906Q423.1011 434.64374 423.9136 434.65936L423.80423 435.7375Q422.58548 435.6281 421.96048 434.90936Q421.31985 434.175 421.31985 432.9406Q421.31985 431.70624 422.00735 430.9875Q422.69485 430.26874 423.71048 430.26874Q424.2261 430.26874 424.7261 430.4875Q425.21048 430.6906 425.77298 431.1906Q426.31985 431.675 427.27298 432.8Q428.06985 433.7531 428.36673 434.03436Q428.64798 434.3 428.92923 434.47186L428.92923 430.2531ZM429.94485 424.83124L429.94485 425.8781L423.2261 425.8781Q423.58548 426.26874 423.96048 426.89374Q424.31985 427.5031 424.49173 427.9875L423.4761 427.9875Q423.05423 427.1125 422.4761 426.45624Q421.88235 425.78436 421.31985 425.5031L421.31985 424.83124L429.94485 424.83124ZM427.36673 421.925L426.30423 421.925L426.30423 418.675L427.36673 418.675L427.36673 421.925ZM425.71048 417.8Q424.17923 417.8 423.25735 417.4875Q422.31985 417.175 421.81985 416.5656Q421.31985 415.9406 421.31985 415.0031Q421.31985 414.3156 421.6011 413.8Q421.88235 413.26874 422.4136 412.925Q422.92923 412.58124 423.67923 412.39374Q424.42923 412.20624 425.71048 412.20624Q427.2261 412.20624 428.14798 412.51874Q429.06985 412.8156 429.58548 413.4406Q430.08548 414.05 430.08548 415.0031Q430.08548 416.2375 429.19485 416.95624Q428.13235 417.8 425.71048 417.8ZM425.71048 416.72186Q427.81985 416.72186 428.52298 416.22186Q429.2261 415.72186 429.2261 415.0031Q429.2261 414.26874 428.52298 413.78436Q427.81985 413.28436 425.71048 413.28436Q423.58548 413.28436 422.89798 413.78436Q422.19485 414.26874 422.19485 415.01874Q422.19485 415.7375 422.80423 416.175Q423.58548 416.72186 425.71048 416.72186ZM429.94485 406.83124L429.94485 407.8781L423.2261 407.8781Q423.58548 408.26874 423.96048 408.89374Q424.31985 409.5031 424.49173 409.9875L423.4761 409.9875Q423.05423 409.1125 422.4761 408.45624Q421.88235 407.78436 421.31985 407.5031L421.31985 406.83124L429.94485 406.83124ZM427.36673 403.925L426.30423 403.925L426.30423 400.675L427.36673 400.675L427.36673 403.925ZM428.92923 394.2531L429.94485 394.2531L429.94485 399.9406Q429.56985 399.9406 429.21048 399.8156Q428.63235 399.59686 428.06985 399.1281Q427.50735 398.64374 426.77298 397.7375Q425.61673 396.33124 424.94485 395.84686Q424.27298 395.34686 423.67923 395.34686Q423.05423 395.34686 422.63235 395.8Q422.19485 396.2531 422.19485 396.97186Q422.19485 397.7375 422.64798 398.1906Q423.1011 398.64374 423.9136 398.65936L423.80423 399.7375Q422.58548 399.6281 421.96048 398.90936Q421.31985 398.175 421.31985 396.9406Q421.31985 395.70624 422.00735 394.9875Q422.69485 394.26874 423.71048 394.26874Q424.2261 394.26874 424.7261 394.4875Q425.21048 394.6906 425.77298 395.1906Q426.31985 395.675 427.27298 396.8Q428.06985 397.7531 428.36673 398.03436Q428.64798 398.3 428.92923 398.47186L428.92923 394.2531ZM427.69485 392.8L427.6011 391.6906Q428.4136 391.5656 428.81985 391.1281Q429.2261 390.675 429.2261 390.03436Q429.2261 389.28436 428.64798 388.7531Q428.06985 388.22186 427.13235 388.22186Q426.2261 388.22186 425.71048 388.7375Q425.17923 389.2375 425.17923 390.0656Q425.17923 390.5656 425.4136 390.9875Q425.64798 391.39374 426.00735 391.6281L425.88235 392.6125L421.4761 391.78436L421.4761 387.5031L422.4761 387.5031L422.4761 390.9406L424.7886 391.39374Q424.24173 390.6281 424.24173 389.78436Q424.24173 388.65936 425.02298 387.89374Q425.80423 387.1125 427.0386 387.1125Q428.19485 387.1125 429.05423 387.78436Q430.08548 388.6125 430.08548 390.03436Q430.08548 391.20624 429.42923 391.95624Q428.77298 392.6906 427.69485 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M447.1834 444.2531L448.19904 444.2531L448.19904 449.9406Q447.82404 449.9406 447.46466 449.8156Q446.88654 449.59686 446.32404 449.1281Q445.76154 448.64374 445.02716 447.7375Q443.8709 446.33124 443.19904 445.84686Q442.52716 445.34686 441.9334 445.34686Q441.3084 445.34686 440.88654 445.8Q440.44904 446.2531 440.44904 446.97186Q440.44904 447.7375 440.90216 448.1906Q441.3553 448.64374 442.1678 448.65936L442.0584 449.7375Q440.83966 449.6281 440.21466 448.90936Q439.57404 448.175 439.57404 446.9406Q439.57404 445.70624 440.26154 444.9875Q440.94904 444.26874 441.96466 444.26874Q442.4803 444.26874 442.9803 444.4875Q443.46466 444.6906 444.02716 445.1906Q444.57404 445.675 445.52716 446.8Q446.32404 447.7531 446.6209 448.03436Q446.90216 448.3 447.1834 448.47186L447.1834 444.2531ZM443.96466 442.8Q442.4334 442.8 441.51154 442.4875Q440.57404 442.175 440.07404 441.5656Q439.57404 440.9406 439.57404 440.0031Q439.57404 439.3156 439.8553 438.8Q440.13654 438.26874 440.6678 437.925Q441.1834 437.58124 441.9334 437.39374Q442.6834 437.20624 443.96466 437.20624Q445.4803 437.20624 446.40216 437.51874Q447.32404 437.8156 447.83966 438.4406Q448.33966 439.05 448.33966 440.0031Q448.33966 441.2375 447.44904 441.95624Q446.38654 442.8 443.96466 442.8ZM443.96466 441.72186Q446.07404 441.72186 446.77716 441.22186Q447.4803 440.72186 447.4803 440.0031Q447.4803 439.26874 446.77716 438.78436Q446.07404 438.28436 443.96466 438.28436Q441.83966 438.28436 441.15216 438.78436Q440.44904 439.26874 440.44904 440.01874Q440.44904 440.7375 441.0584 441.175Q441.83966 441.72186 443.96466 441.72186ZM447.1834 430.2531L448.19904 430.2531L448.19904 435.9406Q447.82404 435.9406 447.46466 435.8156Q446.88654 435.59686 446.32404 435.1281Q445.76154 434.64374 445.02716 433.7375Q443.8709 432.33124 443.19904 431.84686Q442.52716 431.34686 441.9334 431.34686Q441.3084 431.34686 440.88654 431.8Q440.44904 432.2531 440.44904 432.97186Q440.44904 433.7375 440.90216 434.1906Q441.3553 434.64374 442.1678 434.65936L442.0584 435.7375Q440.83966 435.6281 440.21466 434.90936Q439.57404 434.175 439.57404 432.9406Q439.57404 431.70624 440.26154 430.9875Q440.94904 430.26874 441.96466 430.26874Q442.4803 430.26874 442.9803 430.4875Q443.46466 430.6906 444.02716 431.1906Q444.57404 431.675 445.52716 432.8Q446.32404 433.7531 446.6209 434.03436Q446.90216 434.3 447.1834 434.47186L447.1834 430.2531ZM448.19904 424.83124L448.19904 425.8781L441.4803 425.8781Q441.83966 426.26874 442.21466 426.89374Q442.57404 427.5031 442.7459 427.9875L441.7303 427.9875Q441.3084 427.1125 440.7303 426.45624Q440.13654 425.78436 439.57404 425.5031L439.57404 424.83124L448.19904 424.83124ZM445.6209 421.925L444.5584 421.925L444.5584 418.675L445.6209 418.675L445.6209 421.925ZM443.96466 417.8Q442.4334 417.8 441.51154 417.4875Q440.57404 417.175 440.07404 416.5656Q439.57404 415.9406 439.57404 415.0031Q439.57404 414.3156 439.8553 413.8Q440.13654 413.26874 440.6678 412.925Q441.1834 412.58124 441.9334 412.39374Q442.6834 412.20624 443.96466 412.20624Q445.4803 412.20624 446.40216 412.51874Q447.32404 412.8156 447.83966 413.4406Q448.33966 414.05 448.33966 415.0031Q448.33966 416.2375 447.44904 416.95624Q446.38654 417.8 443.96466 417.8ZM443.96466 416.72186Q446.07404 416.72186 446.77716 416.22186Q447.4803 415.72186 447.4803 415.0031Q447.4803 414.26874 446.77716 413.78436Q446.07404 413.28436 443.96466 413.28436Q441.83966 413.28436 441.15216 413.78436Q440.44904 414.26874 440.44904 415.01874Q440.44904 415.7375 441.0584 416.175Q441.83966 416.72186 443.96466 416.72186ZM447.1834 405.2531L448.19904 405.2531L448.19904 410.9406Q447.82404 410.9406 447.46466 410.8156Q446.88654 410.59686 446.32404 410.1281Q445.76154 409.64374 445.02716 408.7375Q443.8709 407.33124 443.19904 406.84686Q442.52716 406.34686 441.9334 406.34686Q441.3084 406.34686 440.88654 406.8Q440.44904 407.2531 440.44904 407.97186Q440.44904 408.7375 440.90216 409.1906Q441.3553 409.64374 442.1678 409.65936L442.0584 410.7375Q440.83966 410.6281 440.21466 409.90936Q439.57404 409.175 439.57404 407.9406Q439.57404 406.70624 440.26154 405.9875Q440.94904 405.26874 441.96466 405.26874Q442.4803 405.26874 442.9803 405.4875Q443.46466 405.6906 444.02716 406.1906Q444.57404 406.675 445.52716 407.8Q446.32404 408.7531 446.6209 409.03436Q446.90216 409.3 447.1834 409.47186L447.1834 405.2531ZM445.6209 403.925L444.5584 403.925L444.5584 400.675L445.6209 400.675L445.6209 403.925ZM443.96466 399.8Q442.4334 399.8 441.51154 399.4875Q440.57404 399.17496 440.07404 398.56558Q439.57404 397.94058 439.57404 397.00308Q439.57404 396.31558 439.8553 395.79996Q440.13654 395.2687 440.6678 394.92496Q441.1834 394.5812 441.9334 394.3937Q442.6834 394.2062 443.96466 394.2062Q445.4803 394.2062 446.40216 394.5187Q447.32404 394.81558 447.83966 395.44058Q448.33966 396.04996 448.33966 397.00308Q448.33966 398.23746 447.44904 398.9562Q446.38654 399.8 443.96466 399.8ZM443.96466 398.72183Q446.07404 398.72183 446.77716 398.22183Q447.4803 397.72183 447.4803 397.00308Q447.4803 396.2687 446.77716 395.78433Q446.07404 395.28433 443.96466 395.28433Q441.83966 395.28433 441.15216 395.78433Q440.44904 396.2687 440.44904 397.0187Q440.44904 397.73746 441.0584 398.17496Q441.83966 398.72183 443.96466 398.72183ZM446.21466 392.6437L446.1209 391.62808Q446.83966 391.50308 447.1678 391.1437Q447.4803 390.7687 447.4803 390.2062Q447.4803 389.72183 447.26154 389.36246Q447.02716 388.98746 446.6678 388.75308Q446.2928 388.5187 445.6678 388.36246Q445.02716 388.2062 444.3709 388.2062Q444.2928 388.2062 444.15216 388.2062Q444.65216 388.5187 444.9803 389.06558Q445.2928 389.61246 445.2928 390.25308Q445.2928 391.3312 444.52716 392.06558Q443.7459 392.79996 442.4803 392.79996Q441.1678 392.79996 440.3709 392.03433Q439.57404 391.25308 439.57404 390.09683Q439.57404 389.2687 440.02716 388.5812Q440.4803 387.87808 441.32404 387.5187Q442.15216 387.15933 443.7303 387.15933Q445.3709 387.15933 446.3553 387.5187Q447.32404 387.86246 447.83966 388.5812Q448.33966 389.28433 448.33966 390.22183Q448.33966 391.23746 447.7928 391.87808Q447.2303 392.5187 446.21466 392.6437ZM442.4178 388.3312Q441.51154 388.3312 440.9803 388.81558Q440.44904 389.28433 440.44904 389.97183Q440.44904 390.67496 441.02716 391.2062Q441.58966 391.72183 442.51154 391.72183Q443.32404 391.72183 443.83966 391.22183Q444.3553 390.72183 444.3553 390.00308Q444.3553 389.2687 443.83966 388.79996Q443.32404 388.3312 442.4178 388.3312Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M465.43762 444.25314L466.45325 444.25314L466.45325 449.94064Q466.07825 449.94064 465.71887 449.81564Q465.14075 449.5969 464.57825 449.12814Q464.01575 448.64377 463.28137 447.73752Q462.12512 446.33127 461.45325 445.8469Q460.78137 445.3469 460.18762 445.3469Q459.56262 445.3469 459.14075 445.80002Q458.70325 446.25314 458.70325 446.9719Q458.70325 447.73752 459.15637 448.19064Q459.6095 448.64377 460.422 448.6594L460.31262 449.73752Q459.09387 449.62814 458.46887 448.9094Q457.82825 448.17502 457.82825 446.94064Q457.82825 445.70627 458.51575 444.98752Q459.20325 444.26877 460.21887 444.26877Q460.7345 444.26877 461.2345 444.48752Q461.71887 444.69064 462.28137 445.19064Q462.82825 445.67502 463.78137 446.80002Q464.57825 447.75314 464.87512 448.0344Q465.15637 448.30002 465.43762 448.4719L465.43762 444.25314ZM462.21887 442.80002Q460.68762 442.80002 459.76575 442.48752Q458.82825 442.17502 458.32825 441.56564Q457.82825 440.94064 457.82825 440.00314Q457.82825 439.31564 458.1095 438.80002Q458.39075 438.26877 458.922 437.92502Q459.43762 437.58127 460.18762 437.39377Q460.93762 437.20627 462.21887 437.20627Q463.7345 437.20627 464.65637 437.51877Q465.57825 437.81564 466.09387 438.44064Q466.59387 439.05002 466.59387 440.00314Q466.59387 441.23752 465.70325 441.95627Q464.64075 442.80002 462.21887 442.80002ZM462.21887 441.7219Q464.32825 441.7219 465.03137 441.2219Q465.7345 440.7219 465.7345 440.00314Q465.7345 439.26877 465.03137 438.7844Q464.32825 438.2844 462.21887 438.2844Q460.09387 438.2844 459.40637 438.7844Q458.70325 439.26877 458.70325 440.01877Q458.70325 440.73752 459.31262 441.17502Q460.09387 441.7219 462.21887 441.7219ZM465.43762 430.25314L466.45325 430.25314L466.45325 435.94064Q466.07825 435.94064 465.71887 435.81564Q465.14075 435.5969 464.57825 435.12814Q464.01575 434.64377 463.28137 433.73752Q462.12512 432.33127 461.45325 431.8469Q460.78137 431.3469 460.18762 431.3469Q459.56262 431.3469 459.14075 431.80002Q458.70325 432.25314 458.70325 432.9719Q458.70325 433.73752 459.15637 434.19064Q459.6095 434.64377 460.422 434.6594L460.31262 435.73752Q459.09387 435.62814 458.46887 434.9094Q457.82825 434.17502 457.82825 432.94064Q457.82825 431.70627 458.51575 430.98752Q459.20325 430.26877 460.21887 430.26877Q460.7345 430.26877 461.2345 430.48752Q461.71887 430.69064 462.28137 431.19064Q462.82825 431.67502 463.78137 432.80002Q464.57825 433.75314 464.87512 434.0344Q465.15637 434.30002 465.43762 434.4719L465.43762 430.25314ZM466.45325 424.83127L466.45325 425.87814L459.7345 425.87814Q460.09387 426.26877 460.46887 426.89377Q460.82825 427.50314 461.00012 427.98752L459.9845 427.98752Q459.56262 427.11252 458.9845 426.45627Q458.39075 425.7844 457.82825 425.50314L457.82825 424.83127L466.45325 424.83127ZM463.87512 421.92502L462.81262 421.92502L462.81262 418.67502L463.87512 418.67502L463.87512 421.92502ZM462.21887 417.80002Q460.68762 417.80002 459.76575 417.48752Q458.82825 417.17502 458.32825 416.56564Q457.82825 415.94064 457.82825 415.00314Q457.82825 414.31564 458.1095 413.80002Q458.39075 413.26877 458.922 412.92502Q459.43762 412.58127 460.18762 412.39377Q460.93762 412.20627 462.21887 412.20627Q463.7345 412.20627 464.65637 412.51877Q465.57825 412.81564 466.09387 413.44064Q466.59387 414.05002 466.59387 415.00314Q466.59387 416.23752 465.70325 416.95627Q464.64075 417.80002 462.21887 417.80002ZM462.21887 416.7219Q464.32825 416.7219 465.03137 416.2219Q465.7345 415.7219 465.7345 415.00314Q465.7345 414.26877 465.03137 413.7844Q464.32825 413.2844 462.21887 413.2844Q460.09387 413.2844 459.40637 413.7844Q458.70325 414.26877 458.70325 415.01877Q458.70325 415.73752 459.31262 416.17502Q460.09387 416.7219 462.21887 416.7219ZM465.43762 405.25314L466.45325 405.25314L466.45325 410.94064Q466.07825 410.94064 465.71887 410.81564Q465.14075 410.5969 464.57825 410.12814Q464.01575 409.64377 463.28137 408.73752Q462.12512 407.33127 461.45325 406.8469Q460.78137 406.3469 460.18762 406.3469Q459.56262 406.3469 459.14075 406.80002Q458.70325 407.25314 458.70325 407.9719Q458.70325 408.73752 459.15637 409.19064Q459.6095 409.64377 460.422 409.6594L460.31262 410.73752Q459.09387 410.62814 458.46887 409.9094Q457.82825 409.17502 457.82825 407.94064Q457.82825 406.70627 458.51575 405.98752Q459.20325 405.26877 460.21887 405.26877Q460.7345 405.26877 461.2345 405.48752Q461.71887 405.69064 462.28137 406.19064Q462.82825 406.67502 463.78137 407.80002Q464.57825 408.75314 464.87512 409.0344Q465.15637 409.30002 465.43762 409.4719L465.43762 405.25314ZM463.87512 403.92502L462.81262 403.92502L462.81262 400.67502L463.87512 400.67502L463.87512 403.92502ZM465.43762 394.25314L466.45325 394.25314L466.45325 399.94064Q466.07825 399.94064 465.71887 399.81564Q465.14075 399.5969 464.57825 399.12814Q464.01575 398.64377 463.28137 397.73752Q462.12512 396.33127 461.45325 395.8469Q460.78137 395.3469 460.18762 395.3469Q459.56262 395.3469 459.14075 395.80002Q458.70325 396.25314 458.70325 396.9719Q458.70325 397.73752 459.15637 398.19064Q459.6095 398.64377 460.422 398.6594L460.31262 399.73752Q459.09387 399.62814 458.46887 398.9094Q457.82825 398.17502 457.82825 396.94064Q457.82825 395.70627 458.51575 394.98752Q459.20325 394.26877 460.21887 394.26877Q460.7345 394.26877 461.2345 394.48752Q461.71887 394.69064 462.28137 395.19064Q462.82825 395.67502 463.78137 396.80002Q464.57825 397.75314 464.87512 398.0344Q465.15637 398.30002 465.43762 398.4719L465.43762 394.25314ZM464.18762 392.80002L464.047 391.73752Q464.93762 391.56564 465.34387 391.12814Q465.7345 390.69064 465.7345 390.06564Q465.7345 389.31564 465.21887 388.80002Q464.70325 388.2844 463.93762 388.2844Q463.21887 388.2844 462.75012 388.76877Q462.26575 389.23752 462.26575 389.9719Q462.26575 390.26877 462.39075 390.7219L461.45325 390.5969Q461.46887 390.48752 461.46887 390.42502Q461.46887 389.75314 461.12512 389.2219Q460.76575 388.67502 460.03137 388.67502Q459.45325 388.67502 459.07825 389.06564Q458.68762 389.45627 458.68762 390.08127Q458.68762 390.69064 459.07825 391.11252Q459.46887 391.51877 460.2345 391.62814L460.047 392.69064Q459.00012 392.50314 458.422 391.81564Q457.82825 391.12814 457.82825 390.11252Q457.82825 389.4094 458.14075 388.81564Q458.43762 388.2219 458.95325 387.9094Q459.46887 387.5969 460.06262 387.5969Q460.6095 387.5969 461.07825 387.89377Q461.53137 388.19064 461.797 388.76877Q461.96887 388.01877 462.53137 387.5969Q463.07825 387.17502 463.922 387.17502Q465.047 387.17502 465.82825 388.00314Q466.6095 388.81564 466.6095 390.06564Q466.6095 391.19064 465.93762 391.94064Q465.25012 392.69064 464.18762 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M483.69183 444.25314L484.70746 444.25314L484.70746 449.94064Q484.33246 449.94064 483.97308 449.81564Q483.39496 449.5969 482.83246 449.12814Q482.26996 448.64377 481.53558 447.73752Q480.37933 446.33127 479.70746 445.8469Q479.03558 445.3469 478.44183 445.3469Q477.81683 445.3469 477.39496 445.80002Q476.95746 446.25314 476.95746 446.9719Q476.95746 447.73752 477.41058 448.19064Q477.8637 448.64377 478.6762 448.6594L478.56683 449.73752Q477.34808 449.62814 476.72308 448.9094Q476.08246 448.17502 476.08246 446.94064Q476.08246 445.70627 476.76996 444.98752Q477.45746 444.26877 478.47308 444.26877Q478.9887 444.26877 479.4887 444.48752Q479.97308 444.69064 480.53558 445.19064Q481.08246 445.67502 482.03558 446.80002Q482.83246 447.75314 483.12933 448.0344Q483.41058 448.30002 483.69183 448.4719L483.69183 444.25314ZM480.47308 442.80002Q478.94183 442.80002 478.01996 442.48752Q477.08246 442.17502 476.58246 441.56564Q476.08246 440.94064 476.08246 440.00314Q476.08246 439.31564 476.3637 438.80002Q476.64496 438.26877 477.1762 437.92502Q477.69183 437.58127 478.44183 437.39377Q479.19183 437.20627 480.47308 437.20627Q481.9887 437.20627 482.91058 437.51877Q483.83246 437.81564 484.34808 438.44064Q484.84808 439.05002 484.84808 440.00314Q484.84808 441.23752 483.95746 441.95627Q482.89496 442.80002 480.47308 442.80002ZM480.47308 441.7219Q482.58246 441.7219 483.28558 441.2219Q483.9887 440.7219 483.9887 440.00314Q483.9887 439.26877 483.28558 438.7844Q482.58246 438.2844 480.47308 438.2844Q478.34808 438.2844 477.66058 438.7844Q476.95746 439.26877 476.95746 440.01877Q476.95746 440.73752 477.56683 441.17502Q478.34808 441.7219 480.47308 441.7219ZM483.69183 430.25314L484.70746 430.25314L484.70746 435.94064Q484.33246 435.94064 483.97308 435.81564Q483.39496 435.5969 482.83246 435.12814Q482.26996 434.64377 481.53558 433.73752Q480.37933 432.33127 479.70746 431.8469Q479.03558 431.3469 478.44183 431.3469Q477.81683 431.3469 477.39496 431.80002Q476.95746 432.25314 476.95746 432.9719Q476.95746 433.73752 477.41058 434.19064Q477.8637 434.64377 478.6762 434.6594L478.56683 435.73752Q477.34808 435.62814 476.72308 434.9094Q476.08246 434.17502 476.08246 432.94064Q476.08246 431.70627 476.76996 430.98752Q477.45746 430.26877 478.47308 430.26877Q478.9887 430.26877 479.4887 430.48752Q479.97308 430.69064 480.53558 431.19064Q481.08246 431.67502 482.03558 432.80002Q482.83246 433.75314 483.12933 434.0344Q483.41058 434.30002 483.69183 434.4719L483.69183 430.25314ZM484.70746 424.83127L484.70746 425.87814L477.9887 425.87814Q478.34808 426.26877 478.72308 426.89377Q479.08246 427.50314 479.25433 427.98752L478.2387 427.98752Q477.81683 427.11252 477.2387 426.45627Q476.64496 425.7844 476.08246 425.50314L476.08246 424.83127L484.70746 424.83127ZM482.12933 421.92502L481.06683 421.92502L481.06683 418.67502L482.12933 418.67502L482.12933 421.92502ZM480.47308 417.80002Q478.94183 417.80002 478.01996 417.48752Q477.08246 417.17502 476.58246 416.56564Q476.08246 415.94064 476.08246 415.00314Q476.08246 414.31564 476.3637 413.80002Q476.64496 413.26877 477.1762 412.92502Q477.69183 412.58127 478.44183 412.39377Q479.19183 412.20627 480.47308 412.20627Q481.9887 412.20627 482.91058 412.51877Q483.83246 412.81564 484.34808 413.44064Q484.84808 414.05002 484.84808 415.00314Q484.84808 416.23752 483.95746 416.95627Q482.89496 417.80002 480.47308 417.80002ZM480.47308 416.7219Q482.58246 416.7219 483.28558 416.2219Q483.9887 415.7219 483.9887 415.00314Q483.9887 414.26877 483.28558 413.7844Q482.58246 413.2844 480.47308 413.2844Q478.34808 413.2844 477.66058 413.7844Q476.95746 414.26877 476.95746 415.01877Q476.95746 415.73752 477.56683 416.17502Q478.34808 416.7219 480.47308 416.7219ZM482.44183 410.80002L482.3012 409.73752Q483.19183 409.56564 483.59808 409.12814Q483.9887 408.69064 483.9887 408.06564Q483.9887 407.31564 483.47308 406.80002Q482.95746 406.2844 482.19183 406.2844Q481.47308 406.2844 481.00433 406.76877Q480.51996 407.23752 480.51996 407.9719Q480.51996 408.26877 480.64496 408.7219L479.70746 408.5969Q479.72308 408.48752 479.72308 408.42502Q479.72308 407.75314 479.37933 407.2219Q479.01996 406.67502 478.28558 406.67502Q477.70746 406.67502 477.33246 407.06564Q476.94183 407.45627 476.94183 408.08127Q476.94183 408.69064 477.33246 409.11252Q477.72308 409.51877 478.4887 409.62814L478.3012 410.69064Q477.25433 410.50314 476.6762 409.81564Q476.08246 409.12814 476.08246 408.11252Q476.08246 407.4094 476.39496 406.81564Q476.69183 406.2219 477.20746 405.9094Q477.72308 405.5969 478.31683 405.5969Q478.8637 405.5969 479.33246 405.89377Q479.78558 406.19064 480.0512 406.76877Q480.22308 406.01877 480.78558 405.5969Q481.33246 405.17502 482.1762 405.17502Q483.3012 405.17502 484.08246 406.00314Q484.8637 406.81564 484.8637 408.06564Q484.8637 409.19064 484.19183 409.94064Q483.50433 410.69064 482.44183 410.80002ZM482.12933 403.92502L481.06683 403.92502L481.06683 400.67502L482.12933 400.67502L482.12933 403.92502ZM480.47308 399.80002Q478.94183 399.80002 478.01996 399.48752Q477.08246 399.17502 476.58246 398.56564Q476.08246 397.94064 476.08246 397.00314Q476.08246 396.31564 476.3637 395.80002Q476.64496 395.26877 477.1762 394.92502Q477.69183 394.58127 478.44183 394.39377Q479.19183 394.20627 480.47308 394.20627Q481.9887 394.20627 482.91058 394.51877Q483.83246 394.81564 484.34808 395.44064Q484.84808 396.05002 484.84808 397.00314Q484.84808 398.23752 483.95746 398.95627Q482.89496 399.80002 480.47308 399.80002ZM480.47308 398.7219Q482.58246 398.7219 483.28558 398.2219Q483.9887 397.7219 483.9887 397.00314Q483.9887 396.26877 483.28558 395.7844Q482.58246 395.2844 480.47308 395.2844Q478.34808 395.2844 477.66058 395.7844Q476.95746 396.26877 476.95746 397.01877Q476.95746 397.73752 477.56683 398.17502Q478.34808 398.7219 480.47308 398.7219ZM480.0512 391.17502Q479.8012 391.83127 479.3637 392.1594Q478.91058 392.4719 478.3012 392.4719Q477.3637 392.4719 476.72308 391.80002Q476.08246 391.11252 476.08246 390.00314Q476.08246 388.87814 476.7387 388.19064Q477.39496 387.50314 478.33246 387.50314Q478.9262 387.50314 479.3637 387.81564Q479.8012 388.12814 480.0512 388.76877Q480.3012 387.9719 480.87933 387.56564Q481.45746 387.1594 482.25433 387.1594Q483.34808 387.1594 484.09808 387.94064Q484.84808 388.70627 484.84808 389.98752Q484.84808 391.25314 484.09808 392.0344Q483.34808 392.81564 482.22308 392.81564Q481.37933 392.81564 480.81683 392.39377Q480.25433 391.95627 480.0512 391.17502ZM478.25433 391.39377Q478.8637 391.39377 479.25433 391.00314Q479.64496 390.5969 479.64496 389.9719Q479.64496 389.36252 479.26996 388.9719Q478.87933 388.58127 478.31683 388.58127Q477.7387 388.58127 477.34808 388.98752Q476.94183 389.39377 476.94183 389.98752Q476.94183 390.5969 477.33246 391.00314Q477.72308 391.39377 478.25433 391.39377ZM482.22308 391.7219Q482.6762 391.7219 483.09808 391.51877Q483.51996 391.30002 483.75433 390.87814Q483.9887 390.45627 483.9887 389.9719Q483.9887 389.2219 483.50433 388.73752Q483.01996 388.23752 482.26996 388.23752Q481.50433 388.23752 481.00433 388.73752Q480.50433 389.23752 480.50433 390.00314Q480.50433 390.75314 481.00433 391.23752Q481.4887 391.7219 482.22308 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M501.94604 444.2531L502.96167 444.2531L502.96167 449.9406Q502.58667 449.9406 502.2273 449.8156Q501.64917 449.59686 501.08667 449.1281Q500.52417 448.64374 499.7898 447.7375Q498.63354 446.33124 497.96167 445.84686Q497.2898 445.34686 496.69604 445.34686Q496.07104 445.34686 495.64917 445.8Q495.21167 446.2531 495.21167 446.97186Q495.21167 447.7375 495.6648 448.1906Q496.11792 448.64374 496.93042 448.65936L496.82104 449.7375Q495.6023 449.6281 494.9773 448.90936Q494.33667 448.175 494.33667 446.9406Q494.33667 445.70624 495.02417 444.9875Q495.71167 444.26874 496.7273 444.26874Q497.24292 444.26874 497.74292 444.4875Q498.2273 444.6906 498.7898 445.1906Q499.33667 445.675 500.2898 446.8Q501.08667 447.7531 501.38354 448.03436Q501.6648 448.3 501.94604 448.47186L501.94604 444.2531ZM498.7273 442.8Q497.19604 442.8 496.27417 442.4875Q495.33667 442.175 494.83667 441.5656Q494.33667 440.9406 494.33667 440.0031Q494.33667 439.3156 494.61792 438.8Q494.89917 438.26874 495.43042 437.925Q495.94604 437.58124 496.69604 437.39374Q497.44604 437.20624 498.7273 437.20624Q500.24292 437.20624 501.1648 437.51874Q502.08667 437.8156 502.6023 438.4406Q503.1023 439.05 503.1023 440.0031Q503.1023 441.2375 502.21167 441.95624Q501.14917 442.8 498.7273 442.8ZM498.7273 441.72186Q500.83667 441.72186 501.5398 441.22186Q502.24292 440.72186 502.24292 440.0031Q502.24292 439.26874 501.5398 438.78436Q500.83667 438.28436 498.7273 438.28436Q496.6023 438.28436 495.9148 438.78436Q495.21167 439.26874 495.21167 440.01874Q495.21167 440.7375 495.82104 441.175Q496.6023 441.72186 498.7273 441.72186ZM501.94604 430.2531L502.96167 430.2531L502.96167 435.9406Q502.58667 435.9406 502.2273 435.8156Q501.64917 435.59686 501.08667 435.1281Q500.52417 434.64374 499.7898 433.7375Q498.63354 432.33124 497.96167 431.84686Q497.2898 431.34686 496.69604 431.34686Q496.07104 431.34686 495.64917 431.8Q495.21167 432.2531 495.21167 432.97186Q495.21167 433.7375 495.6648 434.1906Q496.11792 434.64374 496.93042 434.65936L496.82104 435.7375Q495.6023 435.6281 494.9773 434.90936Q494.33667 434.175 494.33667 432.9406Q494.33667 431.70624 495.02417 430.9875Q495.71167 430.26874 496.7273 430.26874Q497.24292 430.26874 497.74292 430.4875Q498.2273 430.6906 498.7898 431.1906Q499.33667 431.675 500.2898 432.8Q501.08667 433.7531 501.38354 434.03436Q501.6648 434.3 501.94604 434.47186L501.94604 430.2531ZM502.96167 424.83124L502.96167 425.8781L496.24292 425.8781Q496.6023 426.26874 496.9773 426.89374Q497.33667 427.5031 497.50854 427.9875L496.49292 427.9875Q496.07104 427.1125 495.49292 426.45624Q494.89917 425.78436 494.33667 425.5031L494.33667 424.83124L502.96167 424.83124ZM500.38354 421.925L499.32104 421.925L499.32104 418.675L500.38354 418.675L500.38354 421.925ZM498.7273 417.8Q497.19604 417.8 496.27417 417.4875Q495.33667 417.175 494.83667 416.5656Q494.33667 415.9406 494.33667 415.0031Q494.33667 414.3156 494.61792 413.8Q494.89917 413.26874 495.43042 412.925Q495.94604 412.58124 496.69604 412.39374Q497.44604 412.20624 498.7273 412.20624Q500.24292 412.20624 501.1648 412.51874Q502.08667 412.8156 502.6023 413.4406Q503.1023 414.05 503.1023 415.0031Q503.1023 416.2375 502.21167 416.95624Q501.14917 417.8 498.7273 417.8ZM498.7273 416.72186Q500.83667 416.72186 501.5398 416.22186Q502.24292 415.72186 502.24292 415.0031Q502.24292 414.26874 501.5398 413.78436Q500.83667 413.28436 498.7273 413.28436Q496.6023 413.28436 495.9148 413.78436Q495.21167 414.26874 495.21167 415.01874Q495.21167 415.7375 495.82104 416.175Q496.6023 416.72186 498.7273 416.72186ZM500.69604 410.8L500.55542 409.7375Q501.44604 409.5656 501.8523 409.1281Q502.24292 408.6906 502.24292 408.0656Q502.24292 407.3156 501.7273 406.8Q501.21167 406.28436 500.44604 406.28436Q499.7273 406.28436 499.25854 406.76874Q498.77417 407.2375 498.77417 407.97186Q498.77417 408.26874 498.89917 408.72186L497.96167 408.59686Q497.9773 408.4875 497.9773 408.425Q497.9773 407.7531 497.63354 407.22186Q497.27417 406.675 496.5398 406.675Q495.96167 406.675 495.58667 407.0656Q495.19604 407.45624 495.19604 408.08124Q495.19604 408.6906 495.58667 409.1125Q495.9773 409.51874 496.74292 409.6281L496.55542 410.6906Q495.50854 410.5031 494.93042 409.8156Q494.33667 409.1281 494.33667 408.1125Q494.33667 407.40936 494.64917 406.8156Q494.94604 406.22186 495.46167 405.90936Q495.9773 405.59686 496.57104 405.59686Q497.11792 405.59686 497.58667 405.89374Q498.0398 406.1906 498.30542 406.76874Q498.4773 406.01874 499.0398 405.59686Q499.58667 405.175 500.43042 405.175Q501.55542 405.175 502.33667 406.0031Q503.11792 406.8156 503.11792 408.0656Q503.11792 409.1906 502.44604 409.9406Q501.75854 410.6906 500.69604 410.8ZM500.38354 403.925L499.32104 403.925L499.32104 400.675L500.38354 400.675L500.38354 403.925ZM501.94604 394.2531L502.96167 394.2531L502.96167 399.9406Q502.58667 399.9406 502.2273 399.8156Q501.64917 399.59686 501.08667 399.1281Q500.52417 398.64374 499.7898 397.7375Q498.63354 396.33124 497.96167 395.84686Q497.2898 395.34686 496.69604 395.34686Q496.07104 395.34686 495.64917 395.8Q495.21167 396.2531 495.21167 396.97186Q495.21167 397.7375 495.6648 398.1906Q496.11792 398.64374 496.93042 398.65936L496.82104 399.7375Q495.6023 399.6281 494.9773 398.90936Q494.33667 398.175 494.33667 396.9406Q494.33667 395.70624 495.02417 394.9875Q495.71167 394.26874 496.7273 394.26874Q497.24292 394.26874 497.74292 394.4875Q498.2273 394.6906 498.7898 395.1906Q499.33667 395.675 500.2898 396.8Q501.08667 397.7531 501.38354 398.03436Q501.6648 398.3 501.94604 398.47186L501.94604 394.2531ZM501.94604 387.2531L502.96167 387.2531L502.96167 392.9406Q502.58667 392.9406 502.2273 392.8156Q501.64917 392.59686 501.08667 392.1281Q500.52417 391.64374 499.7898 390.7375Q498.63354 389.33124 497.96167 388.84686Q497.2898 388.34686 496.69604 388.34686Q496.07104 388.34686 495.64917 388.8Q495.21167 389.2531 495.21167 389.97186Q495.21167 390.7375 495.6648 391.1906Q496.11792 391.64374 496.93042 391.65936L496.82104 392.7375Q495.6023 392.6281 494.9773 391.90936Q494.33667 391.175 494.33667 389.9406Q494.33667 388.70624 495.02417 387.9875Q495.71167 387.26874 496.7273 387.26874Q497.24292 387.26874 497.74292 387.4875Q498.2273 387.6906 498.7898 388.1906Q499.33667 388.675 500.2898 389.8Q501.08667 390.7531 501.38354 391.03436Q501.6648 391.3 501.94604 391.47186L501.94604 387.2531Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M520.20026 444.2531L521.2159 444.2531L521.2159 449.9406Q520.8409 449.9406 520.4815 449.8156Q519.9034 449.59686 519.3409 449.1281Q518.7784 448.64374 518.044 447.7375Q516.88776 446.33124 516.2159 445.84686Q515.544 445.34686 514.95026 445.34686Q514.32526 445.34686 513.9034 445.8Q513.4659 446.2531 513.4659 446.97186Q513.4659 447.7375 513.919 448.1906Q514.37213 448.64374 515.18463 448.65936L515.07526 449.7375Q513.8565 449.6281 513.2315 448.90936Q512.5909 448.175 512.5909 446.9406Q512.5909 445.70624 513.2784 444.9875Q513.9659 444.26874 514.9815 444.26874Q515.49713 444.26874 515.99713 444.4875Q516.4815 444.6906 517.044 445.1906Q517.5909 445.675 518.544 446.8Q519.3409 447.7531 519.63776 448.03436Q519.919 448.3 520.20026 448.47186L520.20026 444.2531ZM516.9815 442.8Q515.45026 442.8 514.5284 442.4875Q513.5909 442.175 513.0909 441.5656Q512.5909 440.9406 512.5909 440.0031Q512.5909 439.3156 512.87213 438.8Q513.1534 438.26874 513.68463 437.925Q514.20026 437.58124 514.95026 437.39374Q515.70026 437.20624 516.9815 437.20624Q518.49713 437.20624 519.419 437.51874Q520.3409 437.8156 520.8565 438.4406Q521.3565 439.05 521.3565 440.0031Q521.3565 441.2375 520.4659 441.95624Q519.4034 442.8 516.9815 442.8ZM516.9815 441.72186Q519.0909 441.72186 519.794 441.22186Q520.49713 440.72186 520.49713 440.0031Q520.49713 439.26874 519.794 438.78436Q519.0909 438.28436 516.9815 438.28436Q514.8565 438.28436 514.169 438.78436Q513.4659 439.26874 513.4659 440.01874Q513.4659 440.7375 514.07526 441.175Q514.8565 441.72186 516.9815 441.72186ZM520.20026 430.2531L521.2159 430.2531L521.2159 435.9406Q520.8409 435.9406 520.4815 435.8156Q519.9034 435.59686 519.3409 435.1281Q518.7784 434.64374 518.044 433.7375Q516.88776 432.33124 516.2159 431.84686Q515.544 431.34686 514.95026 431.34686Q514.32526 431.34686 513.9034 431.8Q513.4659 432.2531 513.4659 432.97186Q513.4659 433.7375 513.919 434.1906Q514.37213 434.64374 515.18463 434.65936L515.07526 435.7375Q513.8565 435.6281 513.2315 434.90936Q512.5909 434.175 512.5909 432.9406Q512.5909 431.70624 513.2784 430.9875Q513.9659 430.26874 514.9815 430.26874Q515.49713 430.26874 515.99713 430.4875Q516.4815 430.6906 517.044 431.1906Q517.5909 431.675 518.544 432.8Q519.3409 433.7531 519.63776 434.03436Q519.919 434.3 520.20026 434.47186L520.20026 430.2531ZM521.2159 424.83124L521.2159 425.8781L514.49713 425.8781Q514.8565 426.26874 515.2315 426.89374Q515.5909 427.5031 515.76276 427.9875L514.74713 427.9875Q514.32526 427.1125 513.74713 426.45624Q513.1534 425.78436 512.5909 425.5031L512.5909 424.83124L521.2159 424.83124ZM518.63776 421.925L517.57526 421.925L517.57526 418.675L518.63776 418.675L518.63776 421.925ZM516.9815 417.8Q515.45026 417.8 514.5284 417.4875Q513.5909 417.175 513.0909 416.5656Q512.5909 415.9406 512.5909 415.0031Q512.5909 414.3156 512.87213 413.8Q513.1534 413.26874 513.68463 412.925Q514.20026 412.58124 514.95026 412.39374Q515.70026 412.20624 516.9815 412.20624Q518.49713 412.20624 519.419 412.51874Q520.3409 412.8156 520.8565 413.4406Q521.3565 414.05 521.3565 415.0031Q521.3565 416.2375 520.4659 416.95624Q519.4034 417.8 516.9815 417.8ZM516.9815 416.72186Q519.0909 416.72186 519.794 416.22186Q520.49713 415.72186 520.49713 415.0031Q520.49713 414.26874 519.794 413.78436Q519.0909 413.28436 516.9815 413.28436Q514.8565 413.28436 514.169 413.78436Q513.4659 414.26874 513.4659 415.01874Q513.4659 415.7375 514.07526 416.175Q514.8565 416.72186 516.9815 416.72186ZM521.2159 407.425L519.1534 407.425L519.1534 411.14374L518.18463 411.14374L512.62213 407.22186L512.62213 406.3625L518.18463 406.3625L518.18463 405.20624L519.1534 405.20624L519.1534 406.3625L521.2159 406.3625L521.2159 407.425ZM518.18463 407.425L514.32526 407.425L518.18463 410.1125L518.18463 407.425ZM518.63776 403.925L517.57526 403.925L517.57526 400.675L518.63776 400.675L518.63776 403.925ZM516.9815 399.8Q515.45026 399.8 514.5284 399.4875Q513.5909 399.175 513.0909 398.5656Q512.5909 397.9406 512.5909 397.0031Q512.5909 396.3156 512.87213 395.8Q513.1534 395.26874 513.68463 394.925Q514.20026 394.58124 514.95026 394.39374Q515.70026 394.20624 516.9815 394.20624Q518.49713 394.20624 519.419 394.51874Q520.3409 394.8156 520.8565 395.4406Q521.3565 396.05 521.3565 397.0031Q521.3565 398.2375 520.4659 398.95624Q519.4034 399.8 516.9815 399.8ZM516.9815 398.72186Q519.0909 398.72186 519.794 398.22186Q520.49713 397.72186 520.49713 397.0031Q520.49713 396.26874 519.794 395.78436Q519.0909 395.28436 516.9815 395.28436Q514.8565 395.28436 514.169 395.78436Q513.4659 396.26874 513.4659 397.01874Q513.4659 397.7375 514.07526 398.175Q514.8565 398.72186 516.9815 398.72186ZM514.7315 387.33124L514.80963 388.3781Q514.18463 388.51874 513.9034 388.76874Q513.45026 389.20624 513.45026 389.83124Q513.45026 390.33124 513.7315 390.72186Q514.1065 391.20624 514.80963 391.5031Q515.49713 391.78436 516.7784 391.8Q516.20026 391.425 515.919 390.8781Q515.63776 390.3156 515.63776 389.70624Q515.63776 388.65936 516.419 387.925Q517.20026 387.175 518.419 387.175Q519.2315 387.175 519.93463 387.53436Q520.62213 387.8781 520.99713 388.4875Q521.3565 389.09686 521.3565 389.8625Q521.3565 391.1906 520.38776 392.01874Q519.419 392.84686 517.20026 392.84686Q514.70026 392.84686 513.57526 391.925Q512.5909 391.1281 512.5909 389.76874Q512.5909 388.7531 513.169 388.1125Q513.7315 387.45624 514.7315 387.33124ZM518.43463 391.6281Q518.9815 391.6281 519.4815 391.40936Q519.9659 391.175 520.2315 390.76874Q520.49713 390.34686 520.49713 389.8781Q520.49713 389.22186 519.9659 388.7375Q519.419 388.2531 518.49713 388.2531Q517.6065 388.2531 517.0909 388.7375Q516.57526 389.20624 516.57526 389.925Q516.57526 390.64374 517.0909 391.14374Q517.6065 391.6281 518.43463 391.6281Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M538.4544 444.2531L539.47003 444.2531L539.47003 449.9406Q539.09503 449.9406 538.73566 449.8156Q538.15753 449.59686 537.59503 449.1281Q537.03253 448.64374 536.29816 447.7375Q535.1419 446.33124 534.47003 445.84686Q533.79816 445.34686 533.2044 445.34686Q532.5794 445.34686 532.15753 445.8Q531.72003 446.2531 531.72003 446.97186Q531.72003 447.7375 532.17316 448.1906Q532.6263 448.64374 533.4388 448.65936L533.3294 449.7375Q532.11066 449.6281 531.48566 448.90936Q530.84503 448.175 530.84503 446.9406Q530.84503 445.70624 531.53253 444.9875Q532.22003 444.26874 533.23566 444.26874Q533.7513 444.26874 534.2513 444.4875Q534.73566 444.6906 535.29816 445.1906Q535.84503 445.675 536.79816 446.8Q537.59503 447.7531 537.8919 448.03436Q538.17316 448.3 538.4544 448.47186L538.4544 444.2531ZM535.23566 442.8Q533.7044 442.8 532.78253 442.4875Q531.84503 442.175 531.34503 441.5656Q530.84503 440.9406 530.84503 440.0031Q530.84503 439.3156 531.1263 438.8Q531.40753 438.26874 531.9388 437.925Q532.4544 437.58124 533.2044 437.39374Q533.9544 437.20624 535.23566 437.20624Q536.7513 437.20624 537.67316 437.51874Q538.59503 437.8156 539.11066 438.4406Q539.61066 439.05 539.61066 440.0031Q539.61066 441.2375 538.72003 441.95624Q537.65753 442.8 535.23566 442.8ZM535.23566 441.72186Q537.34503 441.72186 538.04816 441.22186Q538.7513 440.72186 538.7513 440.0031Q538.7513 439.26874 538.04816 438.78436Q537.34503 438.28436 535.23566 438.28436Q533.11066 438.28436 532.42316 438.78436Q531.72003 439.26874 531.72003 440.01874Q531.72003 440.7375 532.3294 441.175Q533.11066 441.72186 535.23566 441.72186ZM538.4544 430.2531L539.47003 430.2531L539.47003 435.9406Q539.09503 435.9406 538.73566 435.8156Q538.15753 435.59686 537.59503 435.1281Q537.03253 434.64374 536.29816 433.7375Q535.1419 432.33124 534.47003 431.84686Q533.79816 431.34686 533.2044 431.34686Q532.5794 431.34686 532.15753 431.8Q531.72003 432.2531 531.72003 432.97186Q531.72003 433.7375 532.17316 434.1906Q532.6263 434.64374 533.4388 434.65936L533.3294 435.7375Q532.11066 435.6281 531.48566 434.90936Q530.84503 434.175 530.84503 432.9406Q530.84503 431.70624 531.53253 430.9875Q532.22003 430.26874 533.23566 430.26874Q533.7513 430.26874 534.2513 430.4875Q534.73566 430.6906 535.29816 431.1906Q535.84503 431.675 536.79816 432.8Q537.59503 433.7531 537.8919 434.03436Q538.17316 434.3 538.4544 434.47186L538.4544 430.2531ZM539.47003 424.83124L539.47003 425.8781L532.7513 425.8781Q533.11066 426.26874 533.48566 426.89374Q533.84503 427.5031 534.0169 427.9875L533.0013 427.9875Q532.5794 427.1125 532.0013 426.45624Q531.40753 425.78436 530.84503 425.5031L530.84503 424.83124L539.47003 424.83124ZM536.8919 421.925L535.8294 421.925L535.8294 418.675L536.8919 418.675L536.8919 421.925ZM535.23566 417.8Q533.7044 417.8 532.78253 417.4875Q531.84503 417.175 531.34503 416.5656Q530.84503 415.9406 530.84503 415.0031Q530.84503 414.3156 531.1263 413.8Q531.40753 413.26874 531.9388 412.925Q532.4544 412.58124 533.2044 412.39374Q533.9544 412.20624 535.23566 412.20624Q536.7513 412.20624 537.67316 412.51874Q538.59503 412.8156 539.11066 413.4406Q539.61066 414.05 539.61066 415.0031Q539.61066 416.2375 538.72003 416.95624Q537.65753 417.8 535.23566 417.8ZM535.23566 416.72186Q537.34503 416.72186 538.04816 416.22186Q538.7513 415.72186 538.7513 415.0031Q538.7513 414.26874 538.04816 413.78436Q537.34503 413.28436 535.23566 413.28436Q533.11066 413.28436 532.42316 413.78436Q531.72003 414.26874 531.72003 415.01874Q531.72003 415.7375 532.3294 416.175Q533.11066 416.72186 535.23566 416.72186ZM539.47003 407.425L537.40753 407.425L537.40753 411.14374L536.4388 411.14374L530.8763 407.22186L530.8763 406.3625L536.4388 406.3625L536.4388 405.20624L537.40753 405.20624L537.40753 406.3625L539.47003 406.3625L539.47003 407.425ZM536.4388 407.425L532.5794 407.425L536.4388 410.1125L536.4388 407.425ZM536.8919 403.925L535.8294 403.925L535.8294 400.675L536.8919 400.675L536.8919 403.925ZM538.4544 394.2531L539.47003 394.2531L539.47003 399.9406Q539.09503 399.9406 538.73566 399.8156Q538.15753 399.59686 537.59503 399.1281Q537.03253 398.64374 536.29816 397.7375Q535.1419 396.33124 534.47003 395.84686Q533.79816 395.34686 533.2044 395.34686Q532.5794 395.34686 532.15753 395.8Q531.72003 396.2531 531.72003 396.97186Q531.72003 397.7375 532.17316 398.1906Q532.6263 398.64374 533.4388 398.65936L533.3294 399.7375Q532.11066 399.6281 531.48566 398.90936Q530.84503 398.175 530.84503 396.9406Q530.84503 395.70624 531.53253 394.9875Q532.22003 394.26874 533.23566 394.26874Q533.7513 394.26874 534.2513 394.4875Q534.73566 394.6906 535.29816 395.1906Q535.84503 395.675 536.79816 396.8Q537.59503 397.7531 537.8919 398.03436Q538.17316 398.3 538.4544 398.47186L538.4544 394.2531ZM532.0013 392.7375L530.98566 392.7375L530.98566 387.175L531.8138 387.175Q532.6888 387.9875 534.1419 388.8Q535.5794 389.59686 537.11066 390.03436Q538.1888 390.3625 539.47003 390.4406L539.47003 391.53436Q538.4544 391.51874 537.0169 391.14374Q535.5794 390.7531 534.2513 390.05Q532.92316 389.33124 532.0013 388.51874L532.0013 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M556.7086 444.2531L557.72424 444.2531L557.72424 449.9406Q557.34924 449.9406 556.98987 449.8156Q556.41174 449.59686 555.84924 449.1281Q555.28674 448.64374 554.55237 447.7375Q553.3961 446.33124 552.72424 445.84686Q552.05237 445.34686 551.4586 445.34686Q550.8336 445.34686 550.41174 445.8Q549.97424 446.2531 549.97424 446.97186Q549.97424 447.7375 550.42737 448.1906Q550.8805 448.64374 551.693 448.65936L551.5836 449.7375Q550.36487 449.6281 549.73987 448.90936Q549.09924 448.175 549.09924 446.9406Q549.09924 445.70624 549.78674 444.9875Q550.47424 444.26874 551.48987 444.26874Q552.0055 444.26874 552.5055 444.4875Q552.98987 444.6906 553.55237 445.1906Q554.09924 445.675 555.05237 446.8Q555.84924 447.7531 556.1461 448.03436Q556.42737 448.3 556.7086 448.47186L556.7086 444.2531ZM553.48987 442.8Q551.9586 442.8 551.03674 442.4875Q550.09924 442.175 549.59924 441.5656Q549.09924 440.9406 549.09924 440.0031Q549.09924 439.3156 549.3805 438.8Q549.66174 438.26874 550.193 437.925Q550.7086 437.58124 551.4586 437.39374Q552.2086 437.20624 553.48987 437.20624Q555.0055 437.20624 555.92737 437.51874Q556.84924 437.8156 557.36487 438.4406Q557.86487 439.05 557.86487 440.0031Q557.86487 441.2375 556.97424 441.95624Q555.91174 442.8 553.48987 442.8ZM553.48987 441.72186Q555.59924 441.72186 556.30237 441.22186Q557.0055 440.72186 557.0055 440.0031Q557.0055 439.26874 556.30237 438.78436Q555.59924 438.28436 553.48987 438.28436Q551.36487 438.28436 550.67737 438.78436Q549.97424 439.26874 549.97424 440.01874Q549.97424 440.7375 550.5836 441.175Q551.36487 441.72186 553.48987 441.72186ZM556.7086 430.2531L557.72424 430.2531L557.72424 435.9406Q557.34924 435.9406 556.98987 435.8156Q556.41174 435.59686 555.84924 435.1281Q555.28674 434.64374 554.55237 433.7375Q553.3961 432.33124 552.72424 431.84686Q552.05237 431.34686 551.4586 431.34686Q550.8336 431.34686 550.41174 431.8Q549.97424 432.2531 549.97424 432.97186Q549.97424 433.7375 550.42737 434.1906Q550.8805 434.64374 551.693 434.65936L551.5836 435.7375Q550.36487 435.6281 549.73987 434.90936Q549.09924 434.175 549.09924 432.9406Q549.09924 431.70624 549.78674 430.9875Q550.47424 430.26874 551.48987 430.26874Q552.0055 430.26874 552.5055 430.4875Q552.98987 430.6906 553.55237 431.1906Q554.09924 431.675 555.05237 432.8Q555.84924 433.7531 556.1461 434.03436Q556.42737 434.3 556.7086 434.47186L556.7086 430.2531ZM557.72424 424.83124L557.72424 425.8781L551.0055 425.8781Q551.36487 426.26874 551.73987 426.89374Q552.09924 427.5031 552.2711 427.9875L551.2555 427.9875Q550.8336 427.1125 550.2555 426.45624Q549.66174 425.78436 549.09924 425.5031L549.09924 424.83124L557.72424 424.83124ZM555.1461 421.925L554.0836 421.925L554.0836 418.675L555.1461 418.675L555.1461 421.925ZM553.48987 417.8Q551.9586 417.8 551.03674 417.4875Q550.09924 417.175 549.59924 416.5656Q549.09924 415.9406 549.09924 415.0031Q549.09924 414.3156 549.3805 413.8Q549.66174 413.26874 550.193 412.925Q550.7086 412.58124 551.4586 412.39374Q552.2086 412.20624 553.48987 412.20624Q555.0055 412.20624 555.92737 412.51874Q556.84924 412.8156 557.36487 413.4406Q557.86487 414.05 557.86487 415.0031Q557.86487 416.2375 556.97424 416.95624Q555.91174 417.8 553.48987 417.8ZM553.48987 416.72186Q555.59924 416.72186 556.30237 416.22186Q557.0055 415.72186 557.0055 415.0031Q557.0055 414.26874 556.30237 413.78436Q555.59924 413.28436 553.48987 413.28436Q551.36487 413.28436 550.67737 413.78436Q549.97424 414.26874 549.97424 415.01874Q549.97424 415.7375 550.5836 416.175Q551.36487 416.72186 553.48987 416.72186ZM555.47424 410.8L555.3805 409.6906Q556.193 409.5656 556.59924 409.1281Q557.0055 408.675 557.0055 408.03436Q557.0055 407.28436 556.42737 406.7531Q555.84924 406.22186 554.91174 406.22186Q554.0055 406.22186 553.48987 406.7375Q552.9586 407.2375 552.9586 408.0656Q552.9586 408.5656 553.193 408.9875Q553.42737 409.39374 553.78674 409.6281L553.66174 410.6125L549.2555 409.78436L549.2555 405.5031L550.2555 405.5031L550.2555 408.9406L552.568 409.39374Q552.0211 408.6281 552.0211 407.78436Q552.0211 406.65936 552.80237 405.89374Q553.5836 405.1125 554.818 405.1125Q555.97424 405.1125 556.8336 405.78436Q557.86487 406.6125 557.86487 408.03436Q557.86487 409.20624 557.2086 409.95624Q556.55237 410.6906 555.47424 410.8ZM555.1461 403.925L554.0836 403.925L554.0836 400.675L555.1461 400.675L555.1461 403.925ZM557.72424 395.83124L557.72424 396.8781L551.0055 396.8781Q551.36487 397.26874 551.73987 397.89374Q552.09924 398.5031 552.2711 398.9875L551.2555 398.9875Q550.8336 398.1125 550.2555 397.45624Q549.66174 396.78436 549.09924 396.5031L549.09924 395.83124L557.72424 395.83124ZM557.72424 388.83124L557.72424 389.8781L551.0055 389.8781Q551.36487 390.26874 551.73987 390.89374Q552.09924 391.5031 552.2711 391.9875L551.2555 391.9875Q550.8336 391.1125 550.2555 390.45624Q549.66174 389.78436 549.09924 389.5031L549.09924 388.83124L557.72424 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M574.9628 444.25314L575.97845 444.25314L575.97845 449.94064Q575.60345 449.94064 575.2441 449.81564Q574.66595 449.5969 574.10345 449.12814Q573.54095 448.64377 572.8066 447.73752Q571.6503 446.33127 570.97845 445.8469Q570.3066 445.3469 569.7128 445.3469Q569.0878 445.3469 568.66595 445.80002Q568.22845 446.25314 568.22845 446.9719Q568.22845 447.73752 568.6816 448.19064Q569.1347 448.64377 569.9472 448.6594L569.8378 449.73752Q568.6191 449.62814 567.9941 448.9094Q567.35345 448.17502 567.35345 446.94064Q567.35345 445.70627 568.04095 444.98752Q568.72845 444.26877 569.7441 444.26877Q570.2597 444.26877 570.7597 444.48752Q571.2441 444.69064 571.8066 445.19064Q572.35345 445.67502 573.3066 446.80002Q574.10345 447.75314 574.4003 448.0344Q574.6816 448.30002 574.9628 448.4719L574.9628 444.25314ZM571.7441 442.80002Q570.2128 442.80002 569.29095 442.48752Q568.35345 442.17502 567.85345 441.56564Q567.35345 440.94064 567.35345 440.00314Q567.35345 439.31564 567.6347 438.80002Q567.91595 438.26877 568.4472 437.92502Q568.9628 437.58127 569.7128 437.39377Q570.4628 437.20627 571.7441 437.20627Q573.2597 437.20627 574.1816 437.51877Q575.10345 437.81564 575.6191 438.44064Q576.1191 439.05002 576.1191 440.00314Q576.1191 441.23752 575.22845 441.95627Q574.16595 442.80002 571.7441 442.80002ZM571.7441 441.7219Q573.85345 441.7219 574.5566 441.2219Q575.2597 440.7219 575.2597 440.00314Q575.2597 439.26877 574.5566 438.7844Q573.85345 438.2844 571.7441 438.2844Q569.6191 438.2844 568.9316 438.7844Q568.22845 439.26877 568.22845 440.01877Q568.22845 440.73752 568.8378 441.17502Q569.6191 441.7219 571.7441 441.7219ZM574.9628 430.25314L575.97845 430.25314L575.97845 435.94064Q575.60345 435.94064 575.2441 435.81564Q574.66595 435.5969 574.10345 435.12814Q573.54095 434.64377 572.8066 433.73752Q571.6503 432.33127 570.97845 431.8469Q570.3066 431.3469 569.7128 431.3469Q569.0878 431.3469 568.66595 431.80002Q568.22845 432.25314 568.22845 432.9719Q568.22845 433.73752 568.6816 434.19064Q569.1347 434.64377 569.9472 434.6594L569.8378 435.73752Q568.6191 435.62814 567.9941 434.9094Q567.35345 434.17502 567.35345 432.94064Q567.35345 431.70627 568.04095 430.98752Q568.72845 430.26877 569.7441 430.26877Q570.2597 430.26877 570.7597 430.48752Q571.2441 430.69064 571.8066 431.19064Q572.35345 431.67502 573.3066 432.80002Q574.10345 433.75314 574.4003 434.0344Q574.6816 434.30002 574.9628 434.4719L574.9628 430.25314ZM575.97845 424.83127L575.97845 425.87814L569.2597 425.87814Q569.6191 426.26877 569.9941 426.89377Q570.35345 427.50314 570.5253 427.98752L569.5097 427.98752Q569.0878 427.11252 568.5097 426.45627Q567.91595 425.7844 567.35345 425.50314L567.35345 424.83127L575.97845 424.83127ZM573.4003 421.92502L572.3378 421.92502L572.3378 418.67502L573.4003 418.67502L573.4003 421.92502ZM571.7441 417.80002Q570.2128 417.80002 569.29095 417.48752Q568.35345 417.17502 567.85345 416.56564Q567.35345 415.94064 567.35345 415.00314Q567.35345 414.31564 567.6347 413.80002Q567.91595 413.26877 568.4472 412.92502Q568.9628 412.58127 569.7128 412.39377Q570.4628 412.20627 571.7441 412.20627Q573.2597 412.20627 574.1816 412.51877Q575.10345 412.81564 575.6191 413.44064Q576.1191 414.05002 576.1191 415.00314Q576.1191 416.23752 575.22845 416.95627Q574.16595 417.80002 571.7441 417.80002ZM571.7441 416.7219Q573.85345 416.7219 574.5566 416.2219Q575.2597 415.7219 575.2597 415.00314Q575.2597 414.26877 574.5566 413.7844Q573.85345 413.2844 571.7441 413.2844Q569.6191 413.2844 568.9316 413.7844Q568.22845 414.26877 568.22845 415.01877Q568.22845 415.73752 568.8378 416.17502Q569.6191 416.7219 571.7441 416.7219ZM573.72845 410.80002L573.6347 409.69064Q574.4472 409.56564 574.85345 409.12814Q575.2597 408.67502 575.2597 408.0344Q575.2597 407.2844 574.6816 406.75314Q574.10345 406.2219 573.16595 406.2219Q572.2597 406.2219 571.7441 406.73752Q571.2128 407.23752 571.2128 408.06564Q571.2128 408.56564 571.4472 408.98752Q571.6816 409.39377 572.04095 409.62814L571.91595 410.61252L567.5097 409.7844L567.5097 405.50314L568.5097 405.50314L568.5097 408.94064L570.8222 409.39377Q570.2753 408.62814 570.2753 407.7844Q570.2753 406.6594 571.0566 405.89377Q571.8378 405.11252 573.0722 405.11252Q574.22845 405.11252 575.0878 405.7844Q576.1191 406.61252 576.1191 408.0344Q576.1191 409.20627 575.4628 409.95627Q574.8066 410.69064 573.72845 410.80002ZM573.4003 403.92502L572.3378 403.92502L572.3378 400.67502L573.4003 400.67502L573.4003 403.92502ZM574.9628 394.25314L575.97845 394.25314L575.97845 399.94064Q575.60345 399.94064 575.2441 399.81564Q574.66595 399.5969 574.10345 399.12814Q573.54095 398.64377 572.8066 397.73752Q571.6503 396.33127 570.97845 395.8469Q570.3066 395.3469 569.7128 395.3469Q569.0878 395.3469 568.66595 395.80002Q568.22845 396.25314 568.22845 396.9719Q568.22845 397.73752 568.6816 398.19064Q569.1347 398.64377 569.9472 398.6594L569.8378 399.73752Q568.6191 399.62814 567.9941 398.9094Q567.35345 398.17502 567.35345 396.94064Q567.35345 395.70627 568.04095 394.98752Q568.72845 394.26877 569.7441 394.26877Q570.2597 394.26877 570.7597 394.48752Q571.2441 394.69064 571.8066 395.19064Q572.35345 395.67502 573.3066 396.80002Q574.10345 397.75314 574.4003 398.0344Q574.6816 398.30002 574.9628 398.4719L574.9628 394.25314ZM573.72845 392.80002L573.6347 391.69064Q574.4472 391.56564 574.85345 391.12814Q575.2597 390.67502 575.2597 390.0344Q575.2597 389.2844 574.6816 388.75314Q574.10345 388.2219 573.16595 388.2219Q572.2597 388.2219 571.7441 388.73752Q571.2128 389.23752 571.2128 390.06564Q571.2128 390.56564 571.4472 390.98752Q571.6816 391.39377 572.04095 391.62814L571.91595 392.61252L567.5097 391.7844L567.5097 387.50314L568.5097 387.50314L568.5097 390.94064L570.8222 391.39377Q570.2753 390.62814 570.2753 389.7844Q570.2753 388.6594 571.0566 387.89377Q571.8378 387.11252 573.0722 387.11252Q574.22845 387.11252 575.0878 387.7844Q576.1191 388.61252 576.1191 390.0344Q576.1191 391.20627 575.4628 391.95627Q574.8066 392.69064 573.72845 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M593.21704 444.25314L594.23267 444.25314L594.23267 449.94064Q593.85767 449.94064 593.4983 449.81564Q592.92017 449.5969 592.35767 449.12814Q591.79517 448.64377 591.0608 447.73752Q589.90454 446.33127 589.23267 445.8469Q588.5608 445.3469 587.96704 445.3469Q587.34204 445.3469 586.92017 445.80002Q586.48267 446.25314 586.48267 446.9719Q586.48267 447.73752 586.9358 448.19064Q587.3889 448.64377 588.2014 448.6594L588.09204 449.73752Q586.8733 449.62814 586.2483 448.9094Q585.60767 448.17502 585.60767 446.94064Q585.60767 445.70627 586.29517 444.98752Q586.98267 444.26877 587.9983 444.26877Q588.5139 444.26877 589.0139 444.48752Q589.4983 444.69064 590.0608 445.19064Q590.60767 445.67502 591.5608 446.80002Q592.35767 447.75314 592.65454 448.0344Q592.9358 448.30002 593.21704 448.4719L593.21704 444.25314ZM589.9983 442.80002Q588.46704 442.80002 587.54517 442.48752Q586.60767 442.17502 586.10767 441.56564Q585.60767 440.94064 585.60767 440.00314Q585.60767 439.31564 585.8889 438.80002Q586.17017 438.26877 586.7014 437.92502Q587.21704 437.58127 587.96704 437.39377Q588.71704 437.20627 589.9983 437.20627Q591.5139 437.20627 592.4358 437.51877Q593.35767 437.81564 593.8733 438.44064Q594.3733 439.05002 594.3733 440.00314Q594.3733 441.23752 593.48267 441.95627Q592.42017 442.80002 589.9983 442.80002ZM589.9983 441.7219Q592.10767 441.7219 592.8108 441.2219Q593.5139 440.7219 593.5139 440.00314Q593.5139 439.26877 592.8108 438.7844Q592.10767 438.2844 589.9983 438.2844Q587.8733 438.2844 587.1858 438.7844Q586.48267 439.26877 586.48267 440.01877Q586.48267 440.73752 587.09204 441.17502Q587.8733 441.7219 589.9983 441.7219ZM593.21704 430.25314L594.23267 430.25314L594.23267 435.94064Q593.85767 435.94064 593.4983 435.81564Q592.92017 435.5969 592.35767 435.12814Q591.79517 434.64377 591.0608 433.73752Q589.90454 432.33127 589.23267 431.8469Q588.5608 431.3469 587.96704 431.3469Q587.34204 431.3469 586.92017 431.80002Q586.48267 432.25314 586.48267 432.9719Q586.48267 433.73752 586.9358 434.19064Q587.3889 434.64377 588.2014 434.6594L588.09204 435.73752Q586.8733 435.62814 586.2483 434.9094Q585.60767 434.17502 585.60767 432.94064Q585.60767 431.70627 586.29517 430.98752Q586.98267 430.26877 587.9983 430.26877Q588.5139 430.26877 589.0139 430.48752Q589.4983 430.69064 590.0608 431.19064Q590.60767 431.67502 591.5608 432.80002Q592.35767 433.75314 592.65454 434.0344Q592.9358 434.30002 593.21704 434.4719L593.21704 430.25314ZM594.23267 424.83127L594.23267 425.87814L587.5139 425.87814Q587.8733 426.26877 588.2483 426.89377Q588.60767 427.50314 588.77954 427.98752L587.7639 427.98752Q587.34204 427.11252 586.7639 426.45627Q586.17017 425.7844 585.60767 425.50314L585.60767 424.83127L594.23267 424.83127ZM591.65454 421.92502L590.59204 421.92502L590.59204 418.67502L591.65454 418.67502L591.65454 421.92502ZM589.9983 417.80002Q588.46704 417.80002 587.54517 417.48752Q586.60767 417.17502 586.10767 416.56564Q585.60767 415.94064 585.60767 415.00314Q585.60767 414.31564 585.8889 413.80002Q586.17017 413.26877 586.7014 412.92502Q587.21704 412.58127 587.96704 412.39377Q588.71704 412.20627 589.9983 412.20627Q591.5139 412.20627 592.4358 412.51877Q593.35767 412.81564 593.8733 413.44064Q594.3733 414.05002 594.3733 415.00314Q594.3733 416.23752 593.48267 416.95627Q592.42017 417.80002 589.9983 417.80002ZM589.9983 416.7219Q592.10767 416.7219 592.8108 416.2219Q593.5139 415.7219 593.5139 415.00314Q593.5139 414.26877 592.8108 413.7844Q592.10767 413.2844 589.9983 413.2844Q587.8733 413.2844 587.1858 413.7844Q586.48267 414.26877 586.48267 415.01877Q586.48267 415.73752 587.09204 416.17502Q587.8733 416.7219 589.9983 416.7219ZM587.7483 405.33127L587.8264 406.37814Q587.2014 406.51877 586.92017 406.76877Q586.46704 407.20627 586.46704 407.83127Q586.46704 408.33127 586.7483 408.7219Q587.1233 409.20627 587.8264 409.50314Q588.5139 409.7844 589.79517 409.80002Q589.21704 409.42502 588.9358 408.87814Q588.65454 408.31564 588.65454 407.70627Q588.65454 406.6594 589.4358 405.92502Q590.21704 405.17502 591.4358 405.17502Q592.2483 405.17502 592.9514 405.5344Q593.6389 405.87814 594.0139 406.48752Q594.3733 407.0969 594.3733 407.86252Q594.3733 409.19064 593.40454 410.01877Q592.4358 410.8469 590.21704 410.8469Q587.71704 410.8469 586.59204 409.92502Q585.60767 409.12814 585.60767 407.76877Q585.60767 406.75314 586.1858 406.11252Q586.7483 405.45627 587.7483 405.33127ZM591.4514 409.62814Q591.9983 409.62814 592.4983 409.4094Q592.98267 409.17502 593.2483 408.76877Q593.5139 408.3469 593.5139 407.87814Q593.5139 407.2219 592.98267 406.73752Q592.4358 406.25314 591.5139 406.25314Q590.6233 406.25314 590.10767 406.73752Q589.59204 407.20627 589.59204 407.92502Q589.59204 408.64377 590.10767 409.14377Q590.6233 409.62814 591.4514 409.62814ZM591.65454 403.92502L590.59204 403.92502L590.59204 400.67502L591.65454 400.67502L591.65454 403.92502ZM589.9983 399.80002Q588.46704 399.80002 587.54517 399.48752Q586.60767 399.17502 586.10767 398.56564Q585.60767 397.94064 585.60767 397.00314Q585.60767 396.31564 585.8889 395.80002Q586.17017 395.26877 586.7014 394.92502Q587.21704 394.58127 587.96704 394.39377Q588.71704 394.20627 589.9983 394.20627Q591.5139 394.20627 592.4358 394.51877Q593.35767 394.81564 593.8733 395.44064Q594.3733 396.05002 594.3733 397.00314Q594.3733 398.23752 593.48267 398.95627Q592.42017 399.80002 589.9983 399.80002ZM589.9983 398.7219Q592.10767 398.7219 592.8108 398.2219Q593.5139 397.7219 593.5139 397.00314Q593.5139 396.26877 592.8108 395.7844Q592.10767 395.2844 589.9983 395.2844Q587.8733 395.2844 587.1858 395.7844Q586.48267 396.26877 586.48267 397.01877Q586.48267 397.73752 587.09204 398.17502Q587.8733 398.7219 589.9983 398.7219ZM589.5764 391.17502Q589.3264 391.83127 588.8889 392.1594Q588.4358 392.4719 587.8264 392.4719Q586.8889 392.4719 586.2483 391.80002Q585.60767 391.11252 585.60767 390.00314Q585.60767 388.87814 586.2639 388.19064Q586.92017 387.50314 587.85767 387.50314Q588.4514 387.50314 588.8889 387.81564Q589.3264 388.12814 589.5764 388.76877Q589.8264 387.9719 590.40454 387.56564Q590.98267 387.1594 591.77954 387.1594Q592.8733 387.1594 593.6233 387.94064Q594.3733 388.70627 594.3733 389.98752Q594.3733 391.25314 593.6233 392.0344Q592.8733 392.81564 591.7483 392.81564Q590.90454 392.81564 590.34204 392.39377Q589.77954 391.95627 589.5764 391.17502ZM587.77954 391.39377Q588.3889 391.39377 588.77954 391.00314Q589.17017 390.5969 589.17017 389.9719Q589.17017 389.36252 588.79517 388.9719Q588.40454 388.58127 587.84204 388.58127Q587.2639 388.58127 586.8733 388.98752Q586.46704 389.39377 586.46704 389.98752Q586.46704 390.5969 586.85767 391.00314Q587.2483 391.39377 587.77954 391.39377ZM591.7483 391.7219Q592.2014 391.7219 592.6233 391.51877Q593.04517 391.30002 593.27954 390.87814Q593.5139 390.45627 593.5139 389.9719Q593.5139 389.2219 593.02954 388.73752Q592.54517 388.23752 591.79517 388.23752Q591.02954 388.23752 590.52954 388.73752Q590.02954 389.23752 590.02954 390.00314Q590.02954 390.75314 590.52954 391.23752Q591.0139 391.7219 591.7483 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M611.47125 444.25314L612.4869 444.25314L612.4869 449.94064Q612.1119 449.94064 611.7525 449.81564Q611.1744 449.5969 610.6119 449.12814Q610.0494 448.64377 609.315 447.73752Q608.15875 446.33127 607.4869 445.8469Q606.815 445.3469 606.22125 445.3469Q605.59625 445.3469 605.1744 445.80002Q604.7369 446.25314 604.7369 446.9719Q604.7369 447.73752 605.19 448.19064Q605.6431 448.64377 606.4556 448.6594L606.34625 449.73752Q605.1275 449.62814 604.5025 448.9094Q603.8619 448.17502 603.8619 446.94064Q603.8619 445.70627 604.5494 444.98752Q605.2369 444.26877 606.2525 444.26877Q606.7681 444.26877 607.2681 444.48752Q607.7525 444.69064 608.315 445.19064Q608.8619 445.67502 609.815 446.80002Q610.6119 447.75314 610.90875 448.0344Q611.19 448.30002 611.47125 448.4719L611.47125 444.25314ZM608.2525 442.80002Q606.72125 442.80002 605.7994 442.48752Q604.8619 442.17502 604.3619 441.56564Q603.8619 440.94064 603.8619 440.00314Q603.8619 439.31564 604.1431 438.80002Q604.4244 438.26877 604.9556 437.92502Q605.47125 437.58127 606.22125 437.39377Q606.97125 437.20627 608.2525 437.20627Q609.7681 437.20627 610.69 437.51877Q611.6119 437.81564 612.1275 438.44064Q612.6275 439.05002 612.6275 440.00314Q612.6275 441.23752 611.7369 441.95627Q610.6744 442.80002 608.2525 442.80002ZM608.2525 441.7219Q610.3619 441.7219 611.065 441.2219Q611.7681 440.7219 611.7681 440.00314Q611.7681 439.26877 611.065 438.7844Q610.3619 438.2844 608.2525 438.2844Q606.1275 438.2844 605.44 438.7844Q604.7369 439.26877 604.7369 440.01877Q604.7369 440.73752 605.34625 441.17502Q606.1275 441.7219 608.2525 441.7219ZM611.47125 430.25314L612.4869 430.25314L612.4869 435.94064Q612.1119 435.94064 611.7525 435.81564Q611.1744 435.5969 610.6119 435.12814Q610.0494 434.64377 609.315 433.73752Q608.15875 432.33127 607.4869 431.8469Q606.815 431.3469 606.22125 431.3469Q605.59625 431.3469 605.1744 431.80002Q604.7369 432.25314 604.7369 432.9719Q604.7369 433.73752 605.19 434.19064Q605.6431 434.64377 606.4556 434.6594L606.34625 435.73752Q605.1275 435.62814 604.5025 434.9094Q603.8619 434.17502 603.8619 432.94064Q603.8619 431.70627 604.5494 430.98752Q605.2369 430.26877 606.2525 430.26877Q606.7681 430.26877 607.2681 430.48752Q607.7525 430.69064 608.315 431.19064Q608.8619 431.67502 609.815 432.80002Q610.6119 433.75314 610.90875 434.0344Q611.19 434.30002 611.47125 434.4719L611.47125 430.25314ZM612.4869 424.83127L612.4869 425.87814L605.7681 425.87814Q606.1275 426.26877 606.5025 426.89377Q606.8619 427.50314 607.03375 427.98752L606.0181 427.98752Q605.59625 427.11252 605.0181 426.45627Q604.4244 425.7844 603.8619 425.50314L603.8619 424.83127L612.4869 424.83127ZM609.90875 421.92502L608.84625 421.92502L608.84625 418.67502L609.90875 418.67502L609.90875 421.92502ZM608.2525 417.80002Q606.72125 417.80002 605.7994 417.48752Q604.8619 417.17502 604.3619 416.56564Q603.8619 415.94064 603.8619 415.00314Q603.8619 414.31564 604.1431 413.80002Q604.4244 413.26877 604.9556 412.92502Q605.47125 412.58127 606.22125 412.39377Q606.97125 412.20627 608.2525 412.20627Q609.7681 412.20627 610.69 412.51877Q611.6119 412.81564 612.1275 413.44064Q612.6275 414.05002 612.6275 415.00314Q612.6275 416.23752 611.7369 416.95627Q610.6744 417.80002 608.2525 417.80002ZM608.2525 416.7219Q610.3619 416.7219 611.065 416.2219Q611.7681 415.7219 611.7681 415.00314Q611.7681 414.26877 611.065 413.7844Q610.3619 413.2844 608.2525 413.2844Q606.1275 413.2844 605.44 413.7844Q604.7369 414.26877 604.7369 415.01877Q604.7369 415.73752 605.34625 416.17502Q606.1275 416.7219 608.2525 416.7219ZM606.0025 405.33127L606.0806 406.37814Q605.4556 406.51877 605.1744 406.76877Q604.72125 407.20627 604.72125 407.83127Q604.72125 408.33127 605.0025 408.7219Q605.3775 409.20627 606.0806 409.50314Q606.7681 409.7844 608.0494 409.80002Q607.47125 409.42502 607.19 408.87814Q606.90875 408.31564 606.90875 407.70627Q606.90875 406.6594 607.69 405.92502Q608.47125 405.17502 609.69 405.17502Q610.5025 405.17502 611.2056 405.5344Q611.8931 405.87814 612.2681 406.48752Q612.6275 407.0969 612.6275 407.86252Q612.6275 409.19064 611.65875 410.01877Q610.69 410.8469 608.47125 410.8469Q605.97125 410.8469 604.84625 409.92502Q603.8619 409.12814 603.8619 407.76877Q603.8619 406.75314 604.44 406.11252Q605.0025 405.45627 606.0025 405.33127ZM609.7056 409.62814Q610.2525 409.62814 610.7525 409.4094Q611.2369 409.17502 611.5025 408.76877Q611.7681 408.3469 611.7681 407.87814Q611.7681 407.2219 611.2369 406.73752Q610.69 406.25314 609.7681 406.25314Q608.8775 406.25314 608.3619 406.73752Q607.84625 407.20627 607.84625 407.92502Q607.84625 408.64377 608.3619 409.14377Q608.8775 409.62814 609.7056 409.62814ZM609.90875 403.92502L608.84625 403.92502L608.84625 400.67502L609.90875 400.67502L609.90875 403.92502ZM611.47125 394.25314L612.4869 394.25314L612.4869 399.94064Q612.1119 399.94064 611.7525 399.81564Q611.1744 399.5969 610.6119 399.12814Q610.0494 398.64377 609.315 397.73752Q608.15875 396.33127 607.4869 395.8469Q606.815 395.3469 606.22125 395.3469Q605.59625 395.3469 605.1744 395.80002Q604.7369 396.25314 604.7369 396.9719Q604.7369 397.73752 605.19 398.19064Q605.6431 398.64377 606.4556 398.6594L606.34625 399.73752Q605.1275 399.62814 604.5025 398.9094Q603.8619 398.17502 603.8619 396.94064Q603.8619 395.70627 604.5494 394.98752Q605.2369 394.26877 606.2525 394.26877Q606.7681 394.26877 607.2681 394.48752Q607.7525 394.69064 608.315 395.19064Q608.8619 395.67502 609.815 396.80002Q610.6119 397.75314 610.90875 398.0344Q611.19 398.30002 611.47125 398.4719L611.47125 394.25314ZM611.47125 387.25314L612.4869 387.25314L612.4869 392.94064Q612.1119 392.94064 611.7525 392.81564Q611.1744 392.5969 610.6119 392.12814Q610.0494 391.64377 609.315 390.73752Q608.15875 389.33127 607.4869 388.8469Q606.815 388.3469 606.22125 388.3469Q605.59625 388.3469 605.1744 388.80002Q604.7369 389.25314 604.7369 389.9719Q604.7369 390.73752 605.19 391.19064Q605.6431 391.64377 606.4556 391.6594L606.34625 392.73752Q605.1275 392.62814 604.5025 391.9094Q603.8619 391.17502 603.8619 389.94064Q603.8619 388.70627 604.5494 387.98752Q605.2369 387.26877 606.2525 387.26877Q606.7681 387.26877 607.2681 387.48752Q607.7525 387.69064 608.315 388.19064Q608.8619 388.67502 609.815 389.80002Q610.6119 390.75314 610.90875 391.0344Q611.19 391.30002 611.47125 391.4719L611.47125 387.25314Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M629.72546 444.2531L630.7411 444.2531L630.7411 449.9406Q630.3661 449.9406 630.0067 449.8156Q629.4286 449.59686 628.8661 449.1281Q628.3036 448.64374 627.5692 447.7375Q626.41296 446.33124 625.7411 445.84686Q625.0692 445.34686 624.47546 445.34686Q623.85046 445.34686 623.4286 445.8Q622.9911 446.2531 622.9911 446.97186Q622.9911 447.7375 623.4442 448.1906Q623.89734 448.64374 624.70984 448.65936L624.60046 449.7375Q623.3817 449.6281 622.7567 448.90936Q622.1161 448.175 622.1161 446.9406Q622.1161 445.70624 622.8036 444.9875Q623.4911 444.26874 624.5067 444.26874Q625.02234 444.26874 625.52234 444.4875Q626.0067 444.6906 626.5692 445.1906Q627.1161 445.675 628.0692 446.8Q628.8661 447.7531 629.16296 448.03436Q629.4442 448.3 629.72546 448.47186L629.72546 444.2531ZM626.5067 442.8Q624.97546 442.8 624.0536 442.4875Q623.1161 442.175 622.6161 441.5656Q622.1161 440.9406 622.1161 440.0031Q622.1161 439.3156 622.39734 438.8Q622.6786 438.26874 623.20984 437.925Q623.72546 437.58124 624.47546 437.39374Q625.22546 437.20624 626.5067 437.20624Q628.02234 437.20624 628.9442 437.51874Q629.8661 437.8156 630.3817 438.4406Q630.8817 439.05 630.8817 440.0031Q630.8817 441.2375 629.9911 441.95624Q628.9286 442.8 626.5067 442.8ZM626.5067 441.72186Q628.6161 441.72186 629.3192 441.22186Q630.02234 440.72186 630.02234 440.0031Q630.02234 439.26874 629.3192 438.78436Q628.6161 438.28436 626.5067 438.28436Q624.3817 438.28436 623.6942 438.78436Q622.9911 439.26874 622.9911 440.01874Q622.9911 440.7375 623.60046 441.175Q624.3817 441.72186 626.5067 441.72186ZM629.72546 430.2531L630.7411 430.2531L630.7411 435.9406Q630.3661 435.9406 630.0067 435.8156Q629.4286 435.59686 628.8661 435.1281Q628.3036 434.64374 627.5692 433.7375Q626.41296 432.33124 625.7411 431.84686Q625.0692 431.34686 624.47546 431.34686Q623.85046 431.34686 623.4286 431.8Q622.9911 432.2531 622.9911 432.97186Q622.9911 433.7375 623.4442 434.1906Q623.89734 434.64374 624.70984 434.65936L624.60046 435.7375Q623.3817 435.6281 622.7567 434.90936Q622.1161 434.175 622.1161 432.9406Q622.1161 431.70624 622.8036 430.9875Q623.4911 430.26874 624.5067 430.26874Q625.02234 430.26874 625.52234 430.4875Q626.0067 430.6906 626.5692 431.1906Q627.1161 431.675 628.0692 432.8Q628.8661 433.7531 629.16296 434.03436Q629.4442 434.3 629.72546 434.47186L629.72546 430.2531ZM630.7411 424.83124L630.7411 425.8781L624.02234 425.8781Q624.3817 426.26874 624.7567 426.89374Q625.1161 427.5031 625.28796 427.9875L624.27234 427.9875Q623.85046 427.1125 623.27234 426.45624Q622.6786 425.78436 622.1161 425.5031L622.1161 424.83124L630.7411 424.83124ZM628.16296 421.925L627.10046 421.925L627.10046 418.675L628.16296 418.675L628.16296 421.925ZM626.5067 417.8Q624.97546 417.8 624.0536 417.4875Q623.1161 417.175 622.6161 416.5656Q622.1161 415.9406 622.1161 415.0031Q622.1161 414.3156 622.39734 413.8Q622.6786 413.26874 623.20984 412.925Q623.72546 412.58124 624.47546 412.39374Q625.22546 412.20624 626.5067 412.20624Q628.02234 412.20624 628.9442 412.51874Q629.8661 412.8156 630.3817 413.4406Q630.8817 414.05 630.8817 415.0031Q630.8817 416.2375 629.9911 416.95624Q628.9286 417.8 626.5067 417.8ZM626.5067 416.72186Q628.6161 416.72186 629.3192 416.22186Q630.02234 415.72186 630.02234 415.0031Q630.02234 414.26874 629.3192 413.78436Q628.6161 413.28436 626.5067 413.28436Q624.3817 413.28436 623.6942 413.78436Q622.9911 414.26874 622.9911 415.01874Q622.9911 415.7375 623.60046 416.175Q624.3817 416.72186 626.5067 416.72186ZM623.27234 410.7375L622.2567 410.7375L622.2567 405.175L623.08484 405.175Q623.95984 405.9875 625.41296 406.8Q626.85046 407.59686 628.3817 408.03436Q629.45984 408.3625 630.7411 408.4406L630.7411 409.53436Q629.72546 409.51874 628.28796 409.14374Q626.85046 408.7531 625.52234 408.05Q624.1942 407.33124 623.27234 406.51874L623.27234 410.7375ZM628.16296 403.925L627.10046 403.925L627.10046 400.675L628.16296 400.675L628.16296 403.925ZM626.5067 399.8Q624.97546 399.8 624.0536 399.4875Q623.1161 399.175 622.6161 398.5656Q622.1161 397.9406 622.1161 397.0031Q622.1161 396.3156 622.39734 395.8Q622.6786 395.26874 623.20984 394.925Q623.72546 394.58124 624.47546 394.39374Q625.22546 394.20624 626.5067 394.20624Q628.02234 394.20624 628.9442 394.51874Q629.8661 394.8156 630.3817 395.4406Q630.8817 396.05 630.8817 397.0031Q630.8817 398.2375 629.9911 398.95624Q628.9286 399.8 626.5067 399.8ZM626.5067 398.72186Q628.6161 398.72186 629.3192 398.22186Q630.02234 397.72186 630.02234 397.0031Q630.02234 396.26874 629.3192 395.78436Q628.6161 395.28436 626.5067 395.28436Q624.3817 395.28436 623.6942 395.78436Q622.9911 396.26874 622.9911 397.01874Q622.9911 397.7375 623.60046 398.175Q624.3817 398.72186 626.5067 398.72186ZM624.2567 387.33124L624.33484 388.3781Q623.70984 388.51874 623.4286 388.76874Q622.97546 389.20624 622.97546 389.83124Q622.97546 390.33124 623.2567 390.72186Q623.6317 391.20624 624.33484 391.5031Q625.02234 391.78436 626.3036 391.8Q625.72546 391.425 625.4442 390.8781Q625.16296 390.3156 625.16296 389.70624Q625.16296 388.65936 625.9442 387.925Q626.72546 387.175 627.9442 387.175Q628.7567 387.175 629.45984 387.53436Q630.14734 387.8781 630.52234 388.4875Q630.8817 389.09686 630.8817 389.8625Q630.8817 391.1906 629.91296 392.01874Q628.9442 392.84686 626.72546 392.84686Q624.22546 392.84686 623.10046 391.925Q622.1161 391.1281 622.1161 389.76874Q622.1161 388.7531 622.6942 388.1125Q623.2567 387.45624 624.2567 387.33124ZM627.95984 391.6281Q628.5067 391.6281 629.0067 391.40936Q629.4911 391.175 629.7567 390.76874Q630.02234 390.34686 630.02234 389.8781Q630.02234 389.22186 629.4911 388.7375Q628.9442 388.2531 628.02234 388.2531Q627.1317 388.2531 626.6161 388.7375Q626.10046 389.20624 626.10046 389.925Q626.10046 390.64374 626.6161 391.14374Q627.1317 391.6281 627.95984 391.6281Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M647.9797 444.2531L648.9953 444.2531L648.9953 449.9406Q648.6203 449.9406 648.2609 449.8156Q647.6828 449.59686 647.1203 449.1281Q646.5578 448.64374 645.8234 447.7375Q644.6672 446.33124 643.9953 445.84686Q643.3234 445.34686 642.7297 445.34686Q642.1047 445.34686 641.6828 445.8Q641.2453 446.2531 641.2453 446.97186Q641.2453 447.7375 641.6984 448.1906Q642.15155 448.64374 642.96405 448.65936L642.8547 449.7375Q641.6359 449.6281 641.0109 448.90936Q640.3703 448.175 640.3703 446.9406Q640.3703 445.70624 641.0578 444.9875Q641.7453 444.26874 642.7609 444.26874Q643.27655 444.26874 643.77655 444.4875Q644.2609 444.6906 644.8234 445.1906Q645.3703 445.675 646.3234 446.8Q647.1203 447.7531 647.4172 448.03436Q647.6984 448.3 647.9797 448.47186L647.9797 444.2531ZM644.7609 442.8Q643.2297 442.8 642.3078 442.4875Q641.3703 442.175 640.8703 441.5656Q640.3703 440.9406 640.3703 440.0031Q640.3703 439.3156 640.65155 438.8Q640.9328 438.26874 641.46405 437.925Q641.9797 437.58124 642.7297 437.39374Q643.4797 437.20624 644.7609 437.20624Q646.27655 437.20624 647.1984 437.51874Q648.1203 437.8156 648.6359 438.4406Q649.1359 439.05 649.1359 440.0031Q649.1359 441.2375 648.2453 441.95624Q647.1828 442.8 644.7609 442.8ZM644.7609 441.72186Q646.8703 441.72186 647.5734 441.22186Q648.27655 440.72186 648.27655 440.0031Q648.27655 439.26874 647.5734 438.78436Q646.8703 438.28436 644.7609 438.28436Q642.6359 438.28436 641.9484 438.78436Q641.2453 439.26874 641.2453 440.01874Q641.2453 440.7375 641.8547 441.175Q642.6359 441.72186 644.7609 441.72186ZM647.9797 430.2531L648.9953 430.2531L648.9953 435.9406Q648.6203 435.9406 648.2609 435.8156Q647.6828 435.59686 647.1203 435.1281Q646.5578 434.64374 645.8234 433.7375Q644.6672 432.33124 643.9953 431.84686Q643.3234 431.34686 642.7297 431.34686Q642.1047 431.34686 641.6828 431.8Q641.2453 432.2531 641.2453 432.97186Q641.2453 433.7375 641.6984 434.1906Q642.15155 434.64374 642.96405 434.65936L642.8547 435.7375Q641.6359 435.6281 641.0109 434.90936Q640.3703 434.175 640.3703 432.9406Q640.3703 431.70624 641.0578 430.9875Q641.7453 430.26874 642.7609 430.26874Q643.27655 430.26874 643.77655 430.4875Q644.2609 430.6906 644.8234 431.1906Q645.3703 431.675 646.3234 432.8Q647.1203 433.7531 647.4172 434.03436Q647.6984 434.3 647.9797 434.47186L647.9797 430.2531ZM648.9953 424.83124L648.9953 425.8781L642.27655 425.8781Q642.6359 426.26874 643.0109 426.89374Q643.3703 427.5031 643.5422 427.9875L642.52655 427.9875Q642.1047 427.1125 641.52655 426.45624Q640.9328 425.78436 640.3703 425.5031L640.3703 424.83124L648.9953 424.83124ZM646.4172 421.925L645.3547 421.925L645.3547 418.675L646.4172 418.675L646.4172 421.925ZM644.7609 417.8Q643.2297 417.8 642.3078 417.4875Q641.3703 417.175 640.8703 416.5656Q640.3703 415.9406 640.3703 415.0031Q640.3703 414.3156 640.65155 413.8Q640.9328 413.26874 641.46405 412.925Q641.9797 412.58124 642.7297 412.39374Q643.4797 412.20624 644.7609 412.20624Q646.27655 412.20624 647.1984 412.51874Q648.1203 412.8156 648.6359 413.4406Q649.1359 414.05 649.1359 415.0031Q649.1359 416.2375 648.2453 416.95624Q647.1828 417.8 644.7609 417.8ZM644.7609 416.72186Q646.8703 416.72186 647.5734 416.22186Q648.27655 415.72186 648.27655 415.0031Q648.27655 414.26874 647.5734 413.78436Q646.8703 413.28436 644.7609 413.28436Q642.6359 413.28436 641.9484 413.78436Q641.2453 414.26874 641.2453 415.01874Q641.2453 415.7375 641.8547 416.175Q642.6359 416.72186 644.7609 416.72186ZM641.52655 410.7375L640.5109 410.7375L640.5109 405.175L641.33905 405.175Q642.21405 405.9875 643.6672 406.8Q645.1047 407.59686 646.6359 408.03436Q647.71405 408.3625 648.9953 408.4406L648.9953 409.53436Q647.9797 409.51874 646.5422 409.14374Q645.1047 408.7531 643.77655 408.05Q642.4484 407.33124 641.52655 406.51874L641.52655 410.7375ZM646.4172 403.925L645.3547 403.925L645.3547 400.675L646.4172 400.675L646.4172 403.925ZM647.9797 394.2531L648.9953 394.2531L648.9953 399.9406Q648.6203 399.9406 648.2609 399.8156Q647.6828 399.59686 647.1203 399.1281Q646.5578 398.64374 645.8234 397.7375Q644.6672 396.33124 643.9953 395.84686Q643.3234 395.34686 642.7297 395.34686Q642.1047 395.34686 641.6828 395.8Q641.2453 396.2531 641.2453 396.97186Q641.2453 397.7375 641.6984 398.1906Q642.15155 398.64374 642.96405 398.65936L642.8547 399.7375Q641.6359 399.6281 641.0109 398.90936Q640.3703 398.175 640.3703 396.9406Q640.3703 395.70624 641.0578 394.9875Q641.7453 394.26874 642.7609 394.26874Q643.27655 394.26874 643.77655 394.4875Q644.2609 394.6906 644.8234 395.1906Q645.3703 395.675 646.3234 396.8Q647.1203 397.7531 647.4172 398.03436Q647.6984 398.3 647.9797 398.47186L647.9797 394.2531ZM644.7609 392.8Q643.2297 392.8 642.3078 392.4875Q641.3703 392.175 640.8703 391.5656Q640.3703 390.9406 640.3703 390.0031Q640.3703 389.3156 640.65155 388.8Q640.9328 388.26874 641.46405 387.925Q641.9797 387.58124 642.7297 387.39374Q643.4797 387.20624 644.7609 387.20624Q646.27655 387.20624 647.1984 387.51874Q648.1203 387.8156 648.6359 388.4406Q649.1359 389.05 649.1359 390.0031Q649.1359 391.2375 648.2453 391.95624Q647.1828 392.8 644.7609 392.8ZM644.7609 391.72186Q646.8703 391.72186 647.5734 391.22186Q648.27655 390.72186 648.27655 390.0031Q648.27655 389.26874 647.5734 388.78436Q646.8703 388.28436 644.7609 388.28436Q642.6359 388.28436 641.9484 388.78436Q641.2453 389.26874 641.2453 390.01874Q641.2453 390.7375 641.8547 391.175Q642.6359 391.72186 644.7609 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M666.2339 444.2531L667.2495 444.2531L667.2495 449.9406Q666.8745 449.9406 666.51514 449.8156Q665.937 449.59686 665.3745 449.1281Q664.812 448.64374 664.07764 447.7375Q662.9214 446.33124 662.2495 445.84686Q661.57764 445.34686 660.9839 445.34686Q660.3589 445.34686 659.937 445.8Q659.4995 446.2531 659.4995 446.97186Q659.4995 447.7375 659.95264 448.1906Q660.40576 448.64374 661.21826 448.65936L661.1089 449.7375Q659.89014 449.6281 659.26514 448.90936Q658.6245 448.175 658.6245 446.9406Q658.6245 445.70624 659.312 444.9875Q659.9995 444.26874 661.01514 444.26874Q661.53076 444.26874 662.03076 444.4875Q662.51514 444.6906 663.07764 445.1906Q663.6245 445.675 664.57764 446.8Q665.3745 447.7531 665.6714 448.03436Q665.95264 448.3 666.2339 448.47186L666.2339 444.2531ZM663.01514 442.8Q661.4839 442.8 660.562 442.4875Q659.6245 442.175 659.1245 441.5656Q658.6245 440.9406 658.6245 440.0031Q658.6245 439.3156 658.90576 438.8Q659.187 438.26874 659.71826 437.925Q660.2339 437.58124 660.9839 437.39374Q661.7339 437.20624 663.01514 437.20624Q664.53076 437.20624 665.45264 437.51874Q666.3745 437.8156 666.89014 438.4406Q667.39014 439.05 667.39014 440.0031Q667.39014 441.2375 666.4995 441.95624Q665.437 442.8 663.01514 442.8ZM663.01514 441.72186Q665.1245 441.72186 665.82764 441.22186Q666.53076 440.72186 666.53076 440.0031Q666.53076 439.26874 665.82764 438.78436Q665.1245 438.28436 663.01514 438.28436Q660.89014 438.28436 660.20264 438.78436Q659.4995 439.26874 659.4995 440.01874Q659.4995 440.7375 660.1089 441.175Q660.89014 441.72186 663.01514 441.72186ZM666.2339 430.2531L667.2495 430.2531L667.2495 435.9406Q666.8745 435.9406 666.51514 435.8156Q665.937 435.59686 665.3745 435.1281Q664.812 434.64374 664.07764 433.7375Q662.9214 432.33124 662.2495 431.84686Q661.57764 431.34686 660.9839 431.34686Q660.3589 431.34686 659.937 431.8Q659.4995 432.2531 659.4995 432.97186Q659.4995 433.7375 659.95264 434.1906Q660.40576 434.64374 661.21826 434.65936L661.1089 435.7375Q659.89014 435.6281 659.26514 434.90936Q658.6245 434.175 658.6245 432.9406Q658.6245 431.70624 659.312 430.9875Q659.9995 430.26874 661.01514 430.26874Q661.53076 430.26874 662.03076 430.4875Q662.51514 430.6906 663.07764 431.1906Q663.6245 431.675 664.57764 432.8Q665.3745 433.7531 665.6714 434.03436Q665.95264 434.3 666.2339 434.47186L666.2339 430.2531ZM667.2495 424.83124L667.2495 425.8781L660.53076 425.8781Q660.89014 426.26874 661.26514 426.89374Q661.6245 427.5031 661.7964 427.9875L660.78076 427.9875Q660.3589 427.1125 659.78076 426.45624Q659.187 425.78436 658.6245 425.5031L658.6245 424.83124L667.2495 424.83124ZM664.6714 421.925L663.6089 421.925L663.6089 418.675L664.6714 418.675L664.6714 421.925ZM663.01514 417.8Q661.4839 417.8 660.562 417.4875Q659.6245 417.175 659.1245 416.5656Q658.6245 415.9406 658.6245 415.0031Q658.6245 414.3156 658.90576 413.8Q659.187 413.26874 659.71826 412.925Q660.2339 412.58124 660.9839 412.39374Q661.7339 412.20624 663.01514 412.20624Q664.53076 412.20624 665.45264 412.51874Q666.3745 412.8156 666.89014 413.4406Q667.39014 414.05 667.39014 415.0031Q667.39014 416.2375 666.4995 416.95624Q665.437 417.8 663.01514 417.8ZM663.01514 416.72186Q665.1245 416.72186 665.82764 416.22186Q666.53076 415.72186 666.53076 415.0031Q666.53076 414.26874 665.82764 413.78436Q665.1245 413.28436 663.01514 413.28436Q660.89014 413.28436 660.20264 413.78436Q659.4995 414.26874 659.4995 415.01874Q659.4995 415.7375 660.1089 416.175Q660.89014 416.72186 663.01514 416.72186ZM662.59326 409.175Q662.34326 409.83124 661.90576 410.15936Q661.45264 410.47186 660.84326 410.47186Q659.90576 410.47186 659.26514 409.8Q658.6245 409.1125 658.6245 408.0031Q658.6245 406.8781 659.28076 406.1906Q659.937 405.5031 660.8745 405.5031Q661.46826 405.5031 661.90576 405.8156Q662.34326 406.1281 662.59326 406.76874Q662.84326 405.97186 663.4214 405.5656Q663.9995 405.15936 664.7964 405.15936Q665.89014 405.15936 666.64014 405.9406Q667.39014 406.70624 667.39014 407.9875Q667.39014 409.2531 666.64014 410.03436Q665.89014 410.8156 664.76514 410.8156Q663.9214 410.8156 663.3589 410.39374Q662.7964 409.95624 662.59326 409.175ZM660.7964 409.39374Q661.40576 409.39374 661.7964 409.0031Q662.187 408.59686 662.187 407.97186Q662.187 407.3625 661.812 406.97186Q661.4214 406.58124 660.8589 406.58124Q660.28076 406.58124 659.89014 406.9875Q659.4839 407.39374 659.4839 407.9875Q659.4839 408.59686 659.8745 409.0031Q660.26514 409.39374 660.7964 409.39374ZM664.76514 409.72186Q665.21826 409.72186 665.64014 409.51874Q666.062 409.3 666.2964 408.8781Q666.53076 408.45624 666.53076 407.97186Q666.53076 407.22186 666.0464 406.7375Q665.562 406.2375 664.812 406.2375Q664.0464 406.2375 663.5464 406.7375Q663.0464 407.2375 663.0464 408.0031Q663.0464 408.7531 663.5464 409.2375Q664.03076 409.72186 664.76514 409.72186ZM664.6714 403.925L663.6089 403.925L663.6089 400.675L664.6714 400.675L664.6714 403.925ZM663.01514 399.8Q661.4839 399.8 660.562 399.4875Q659.6245 399.175 659.1245 398.5656Q658.6245 397.9406 658.6245 397.0031Q658.6245 396.3156 658.90576 395.8Q659.187 395.26874 659.71826 394.925Q660.2339 394.58124 660.9839 394.39374Q661.7339 394.20624 663.01514 394.20624Q664.53076 394.20624 665.45264 394.51874Q666.3745 394.8156 666.89014 395.4406Q667.39014 396.05 667.39014 397.0031Q667.39014 398.2375 666.4995 398.95624Q665.437 399.8 663.01514 399.8ZM663.01514 398.72186Q665.1245 398.72186 665.82764 398.22186Q666.53076 397.72186 666.53076 397.0031Q666.53076 396.26874 665.82764 395.78436Q665.1245 395.28436 663.01514 395.28436Q660.89014 395.28436 660.20264 395.78436Q659.4995 396.26874 659.4995 397.01874Q659.4995 397.7375 660.1089 398.175Q660.89014 398.72186 663.01514 398.72186ZM664.9839 392.8L664.84326 391.7375Q665.7339 391.5656 666.14014 391.1281Q666.53076 390.6906 666.53076 390.0656Q666.53076 389.3156 666.01514 388.8Q665.4995 388.28436 664.7339 388.28436Q664.01514 388.28436 663.5464 388.76874Q663.062 389.2375 663.062 389.97186Q663.062 390.26874 663.187 390.72186L662.2495 390.59686Q662.26514 390.4875 662.26514 390.425Q662.26514 389.7531 661.9214 389.22186Q661.562 388.675 660.82764 388.675Q660.2495 388.675 659.8745 389.0656Q659.4839 389.45624 659.4839 390.08124Q659.4839 390.6906 659.8745 391.1125Q660.26514 391.51874 661.03076 391.6281L660.84326 392.6906Q659.7964 392.5031 659.21826 391.8156Q658.6245 391.1281 658.6245 390.1125Q658.6245 389.40936 658.937 388.8156Q659.2339 388.22186 659.7495 387.90936Q660.26514 387.59686 660.8589 387.59686Q661.40576 387.59686 661.8745 387.89374Q662.32764 388.1906 662.59326 388.76874Q662.76514 388.01874 663.32764 387.59686Q663.8745 387.175 664.71826 387.175Q665.84326 387.175 666.6245 388.0031Q667.40576 388.8156 667.40576 390.0656Q667.40576 391.1906 666.7339 391.9406Q666.0464 392.6906 664.9839 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M684.48804 444.2531L685.50366 444.2531L685.50366 449.9406Q685.12866 449.9406 684.7693 449.8156Q684.19116 449.59686 683.62866 449.1281Q683.06616 448.64374 682.3318 447.7375Q681.17554 446.33124 680.50366 445.84686Q679.8318 445.34686 679.23804 445.34686Q678.61304 445.34686 678.19116 445.8Q677.75366 446.2531 677.75366 446.97186Q677.75366 447.7375 678.2068 448.1906Q678.6599 448.64374 679.4724 448.65936L679.36304 449.7375Q678.1443 449.6281 677.5193 448.90936Q676.87866 448.175 676.87866 446.9406Q676.87866 445.70624 677.56616 444.9875Q678.25366 444.26874 679.2693 444.26874Q679.7849 444.26874 680.2849 444.4875Q680.7693 444.6906 681.3318 445.1906Q681.87866 445.675 682.8318 446.8Q683.62866 447.7531 683.92554 448.03436Q684.2068 448.3 684.48804 448.47186L684.48804 444.2531ZM681.2693 442.8Q679.73804 442.8 678.81616 442.4875Q677.87866 442.175 677.37866 441.5656Q676.87866 440.9406 676.87866 440.0031Q676.87866 439.3156 677.1599 438.8Q677.44116 438.26874 677.9724 437.925Q678.48804 437.58124 679.23804 437.39374Q679.98804 437.20624 681.2693 437.20624Q682.7849 437.20624 683.7068 437.51874Q684.62866 437.8156 685.1443 438.4406Q685.6443 439.05 685.6443 440.0031Q685.6443 441.2375 684.75366 441.95624Q683.69116 442.8 681.2693 442.8ZM681.2693 441.72186Q683.37866 441.72186 684.0818 441.22186Q684.7849 440.72186 684.7849 440.0031Q684.7849 439.26874 684.0818 438.78436Q683.37866 438.28436 681.2693 438.28436Q679.1443 438.28436 678.4568 438.78436Q677.75366 439.26874 677.75366 440.01874Q677.75366 440.7375 678.36304 441.175Q679.1443 441.72186 681.2693 441.72186ZM684.48804 430.2531L685.50366 430.2531L685.50366 435.9406Q685.12866 435.9406 684.7693 435.8156Q684.19116 435.59686 683.62866 435.1281Q683.06616 434.64374 682.3318 433.7375Q681.17554 432.33124 680.50366 431.84686Q679.8318 431.34686 679.23804 431.34686Q678.61304 431.34686 678.19116 431.8Q677.75366 432.2531 677.75366 432.97186Q677.75366 433.7375 678.2068 434.1906Q678.6599 434.64374 679.4724 434.65936L679.36304 435.7375Q678.1443 435.6281 677.5193 434.90936Q676.87866 434.175 676.87866 432.9406Q676.87866 431.70624 677.56616 430.9875Q678.25366 430.26874 679.2693 430.26874Q679.7849 430.26874 680.2849 430.4875Q680.7693 430.6906 681.3318 431.1906Q681.87866 431.675 682.8318 432.8Q683.62866 433.7531 683.92554 434.03436Q684.2068 434.3 684.48804 434.47186L684.48804 430.2531ZM685.50366 424.83124L685.50366 425.8781L678.7849 425.8781Q679.1443 426.26874 679.5193 426.89374Q679.87866 427.5031 680.05054 427.9875L679.0349 427.9875Q678.61304 427.1125 678.0349 426.45624Q677.44116 425.78436 676.87866 425.5031L676.87866 424.83124L685.50366 424.83124ZM682.92554 421.925L681.86304 421.925L681.86304 418.675L682.92554 418.675L682.92554 421.925ZM681.2693 417.8Q679.73804 417.8 678.81616 417.4875Q677.87866 417.175 677.37866 416.5656Q676.87866 415.9406 676.87866 415.0031Q676.87866 414.3156 677.1599 413.8Q677.44116 413.26874 677.9724 412.925Q678.48804 412.58124 679.23804 412.39374Q679.98804 412.20624 681.2693 412.20624Q682.7849 412.20624 683.7068 412.51874Q684.62866 412.8156 685.1443 413.4406Q685.6443 414.05 685.6443 415.0031Q685.6443 416.2375 684.75366 416.95624Q683.69116 417.8 681.2693 417.8ZM681.2693 416.72186Q683.37866 416.72186 684.0818 416.22186Q684.7849 415.72186 684.7849 415.0031Q684.7849 414.26874 684.0818 413.78436Q683.37866 413.28436 681.2693 413.28436Q679.1443 413.28436 678.4568 413.78436Q677.75366 414.26874 677.75366 415.01874Q677.75366 415.7375 678.36304 416.175Q679.1443 416.72186 681.2693 416.72186ZM680.8474 409.175Q680.5974 409.83124 680.1599 410.15936Q679.7068 410.47186 679.0974 410.47186Q678.1599 410.47186 677.5193 409.8Q676.87866 409.1125 676.87866 408.0031Q676.87866 406.8781 677.5349 406.1906Q678.19116 405.5031 679.12866 405.5031Q679.7224 405.5031 680.1599 405.8156Q680.5974 406.1281 680.8474 406.76874Q681.0974 405.97186 681.67554 405.5656Q682.25366 405.15936 683.05054 405.15936Q684.1443 405.15936 684.8943 405.9406Q685.6443 406.70624 685.6443 407.9875Q685.6443 409.2531 684.8943 410.03436Q684.1443 410.8156 683.0193 410.8156Q682.17554 410.8156 681.61304 410.39374Q681.05054 409.95624 680.8474 409.175ZM679.05054 409.39374Q679.6599 409.39374 680.05054 409.0031Q680.44116 408.59686 680.44116 407.97186Q680.44116 407.3625 680.06616 406.97186Q679.67554 406.58124 679.11304 406.58124Q678.5349 406.58124 678.1443 406.9875Q677.73804 407.39374 677.73804 407.9875Q677.73804 408.59686 678.12866 409.0031Q678.5193 409.39374 679.05054 409.39374ZM683.0193 409.72186Q683.4724 409.72186 683.8943 409.51874Q684.31616 409.3 684.55054 408.8781Q684.7849 408.45624 684.7849 407.97186Q684.7849 407.22186 684.30054 406.7375Q683.81616 406.2375 683.06616 406.2375Q682.30054 406.2375 681.80054 406.7375Q681.30054 407.2375 681.30054 408.0031Q681.30054 408.7531 681.80054 409.2375Q682.2849 409.72186 683.0193 409.72186ZM682.92554 403.925L681.86304 403.925L681.86304 400.675L682.92554 400.675L682.92554 403.925ZM685.50366 395.83124L685.50366 396.8781L678.7849 396.8781Q679.1443 397.26874 679.5193 397.89374Q679.87866 398.5031 680.05054 398.9875L679.0349 398.9875Q678.61304 398.1125 678.0349 397.45624Q677.44116 396.78436 676.87866 396.5031L676.87866 395.83124L685.50366 395.83124ZM678.0349 392.7375L677.0193 392.7375L677.0193 387.175L677.8474 387.175Q678.7224 387.9875 680.17554 388.8Q681.61304 389.59686 683.1443 390.03436Q684.2224 390.3625 685.50366 390.4406L685.50366 391.53436Q684.48804 391.51874 683.05054 391.14374Q681.61304 390.7531 680.2849 390.05Q678.9568 389.33124 678.0349 388.51874L678.0349 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M702.74225 444.25314L703.7579 444.25314L703.7579 449.94064Q703.3829 449.94064 703.0235 449.81564Q702.4454 449.5969 701.8829 449.12814Q701.3204 448.64377 700.586 447.73752Q699.42975 446.33127 698.7579 445.8469Q698.086 445.3469 697.49225 445.3469Q696.86725 445.3469 696.4454 445.80002Q696.0079 446.25314 696.0079 446.9719Q696.0079 447.73752 696.461 448.19064Q696.9141 448.64377 697.7266 448.6594L697.61725 449.73752Q696.3985 449.62814 695.7735 448.9094Q695.1329 448.17502 695.1329 446.94064Q695.1329 445.70627 695.8204 444.98752Q696.5079 444.26877 697.5235 444.26877Q698.0391 444.26877 698.5391 444.48752Q699.0235 444.69064 699.586 445.19064Q700.1329 445.67502 701.086 446.80002Q701.8829 447.75314 702.17975 448.0344Q702.461 448.30002 702.74225 448.4719L702.74225 444.25314ZM699.5235 442.80002Q697.99225 442.80002 697.0704 442.48752Q696.1329 442.17502 695.6329 441.56564Q695.1329 440.94064 695.1329 440.00314Q695.1329 439.31564 695.4141 438.80002Q695.6954 438.26877 696.2266 437.92502Q696.74225 437.58127 697.49225 437.39377Q698.24225 437.20627 699.5235 437.20627Q701.0391 437.20627 701.961 437.51877Q702.8829 437.81564 703.3985 438.44064Q703.8985 439.05002 703.8985 440.00314Q703.8985 441.23752 703.0079 441.95627Q701.9454 442.80002 699.5235 442.80002ZM699.5235 441.7219Q701.6329 441.7219 702.336 441.2219Q703.0391 440.7219 703.0391 440.00314Q703.0391 439.26877 702.336 438.7844Q701.6329 438.2844 699.5235 438.2844Q697.3985 438.2844 696.711 438.7844Q696.0079 439.26877 696.0079 440.01877Q696.0079 440.73752 696.61725 441.17502Q697.3985 441.7219 699.5235 441.7219ZM702.74225 430.25314L703.7579 430.25314L703.7579 435.94064Q703.3829 435.94064 703.0235 435.81564Q702.4454 435.5969 701.8829 435.12814Q701.3204 434.64377 700.586 433.73752Q699.42975 432.33127 698.7579 431.8469Q698.086 431.3469 697.49225 431.3469Q696.86725 431.3469 696.4454 431.80002Q696.0079 432.25314 696.0079 432.9719Q696.0079 433.73752 696.461 434.19064Q696.9141 434.64377 697.7266 434.6594L697.61725 435.73752Q696.3985 435.62814 695.7735 434.9094Q695.1329 434.17502 695.1329 432.94064Q695.1329 431.70627 695.8204 430.98752Q696.5079 430.26877 697.5235 430.26877Q698.0391 430.26877 698.5391 430.48752Q699.0235 430.69064 699.586 431.19064Q700.1329 431.67502 701.086 432.80002Q701.8829 433.75314 702.17975 434.0344Q702.461 434.30002 702.74225 434.4719L702.74225 430.25314ZM703.7579 424.83127L703.7579 425.87814L697.0391 425.87814Q697.3985 426.26877 697.7735 426.89377Q698.1329 427.50314 698.30475 427.98752L697.2891 427.98752Q696.86725 427.11252 696.2891 426.45627Q695.6954 425.7844 695.1329 425.50314L695.1329 424.83127L703.7579 424.83127ZM701.17975 421.92502L700.11725 421.92502L700.11725 418.67502L701.17975 418.67502L701.17975 421.92502ZM699.5235 417.80002Q697.99225 417.80002 697.0704 417.48752Q696.1329 417.17502 695.6329 416.56564Q695.1329 415.94064 695.1329 415.00314Q695.1329 414.31564 695.4141 413.80002Q695.6954 413.26877 696.2266 412.92502Q696.74225 412.58127 697.49225 412.39377Q698.24225 412.20627 699.5235 412.20627Q701.0391 412.20627 701.961 412.51877Q702.8829 412.81564 703.3985 413.44064Q703.8985 414.05002 703.8985 415.00314Q703.8985 416.23752 703.0079 416.95627Q701.9454 417.80002 699.5235 417.80002ZM699.5235 416.7219Q701.6329 416.7219 702.336 416.2219Q703.0391 415.7219 703.0391 415.00314Q703.0391 414.26877 702.336 413.7844Q701.6329 413.2844 699.5235 413.2844Q697.3985 413.2844 696.711 413.7844Q696.0079 414.26877 696.0079 415.01877Q696.0079 415.73752 696.61725 416.17502Q697.3985 416.7219 699.5235 416.7219ZM699.1016 409.17502Q698.8516 409.83127 698.4141 410.1594Q697.961 410.4719 697.3516 410.4719Q696.4141 410.4719 695.7735 409.80002Q695.1329 409.11252 695.1329 408.00314Q695.1329 406.87814 695.7891 406.19064Q696.4454 405.50314 697.3829 405.50314Q697.9766 405.50314 698.4141 405.81564Q698.8516 406.12814 699.1016 406.76877Q699.3516 405.9719 699.92975 405.56564Q700.5079 405.1594 701.30475 405.1594Q702.3985 405.1594 703.1485 405.94064Q703.8985 406.70627 703.8985 407.98752Q703.8985 409.25314 703.1485 410.0344Q702.3985 410.81564 701.2735 410.81564Q700.42975 410.81564 699.86725 410.39377Q699.30475 409.95627 699.1016 409.17502ZM697.30475 409.39377Q697.9141 409.39377 698.30475 409.00314Q698.6954 408.5969 698.6954 407.9719Q698.6954 407.36252 698.3204 406.9719Q697.92975 406.58127 697.36725 406.58127Q696.7891 406.58127 696.3985 406.98752Q695.99225 407.39377 695.99225 407.98752Q695.99225 408.5969 696.3829 409.00314Q696.7735 409.39377 697.30475 409.39377ZM701.2735 409.7219Q701.7266 409.7219 702.1485 409.51877Q702.5704 409.30002 702.80475 408.87814Q703.0391 408.45627 703.0391 407.9719Q703.0391 407.2219 702.55475 406.73752Q702.0704 406.23752 701.3204 406.23752Q700.55475 406.23752 700.05475 406.73752Q699.55475 407.23752 699.55475 408.00314Q699.55475 408.75314 700.05475 409.23752Q700.5391 409.7219 701.2735 409.7219ZM701.17975 403.92502L700.11725 403.92502L700.11725 400.67502L701.17975 400.67502L701.17975 403.92502ZM701.49225 399.80002L701.3516 398.73752Q702.24225 398.56564 702.6485 398.12814Q703.0391 397.69064 703.0391 397.06564Q703.0391 396.31564 702.5235 395.80002Q702.0079 395.2844 701.24225 395.2844Q700.5235 395.2844 700.05475 395.76877Q699.5704 396.23752 699.5704 396.9719Q699.5704 397.26877 699.6954 397.7219L698.7579 397.5969Q698.7735 397.48752 698.7735 397.42502Q698.7735 396.75314 698.42975 396.2219Q698.0704 395.67502 697.336 395.67502Q696.7579 395.67502 696.3829 396.06564Q695.99225 396.45627 695.99225 397.08127Q695.99225 397.69064 696.3829 398.11252Q696.7735 398.51877 697.5391 398.62814L697.3516 399.69064Q696.30475 399.50314 695.7266 398.81564Q695.1329 398.12814 695.1329 397.11252Q695.1329 396.4094 695.4454 395.81564Q695.74225 395.2219 696.2579 394.9094Q696.7735 394.5969 697.36725 394.5969Q697.9141 394.5969 698.3829 394.89377Q698.836 395.19064 699.1016 395.76877Q699.2735 395.01877 699.836 394.5969Q700.3829 394.17502 701.2266 394.17502Q702.3516 394.17502 703.1329 395.00314Q703.9141 395.81564 703.9141 397.06564Q703.9141 398.19064 703.24225 398.94064Q702.55475 399.69064 701.49225 399.80002ZM703.7579 388.83127L703.7579 389.87814L697.0391 389.87814Q697.3985 390.26877 697.7735 390.89377Q698.1329 391.50314 698.30475 391.98752L697.2891 391.98752Q696.86725 391.11252 696.2891 390.45627Q695.6954 389.7844 695.1329 389.50314L695.1329 388.83127L703.7579 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M720.99646 444.25314L722.0121 444.25314L722.0121 449.94064Q721.6371 449.94064 721.2777 449.81564Q720.6996 449.5969 720.1371 449.12814Q719.5746 448.64377 718.8402 447.73752Q717.68396 446.33127 717.0121 445.8469Q716.3402 445.3469 715.74646 445.3469Q715.12146 445.3469 714.6996 445.80002Q714.2621 446.25314 714.2621 446.9719Q714.2621 447.73752 714.7152 448.19064Q715.16833 448.64377 715.98083 448.6594L715.87146 449.73752Q714.6527 449.62814 714.0277 448.9094Q713.3871 448.17502 713.3871 446.94064Q713.3871 445.70627 714.0746 444.98752Q714.7621 444.26877 715.7777 444.26877Q716.29333 444.26877 716.79333 444.48752Q717.2777 444.69064 717.8402 445.19064Q718.3871 445.67502 719.3402 446.80002Q720.1371 447.75314 720.43396 448.0344Q720.7152 448.30002 720.99646 448.4719L720.99646 444.25314ZM717.7777 442.80002Q716.24646 442.80002 715.3246 442.48752Q714.3871 442.17502 713.8871 441.56564Q713.3871 440.94064 713.3871 440.00314Q713.3871 439.31564 713.66833 438.80002Q713.9496 438.26877 714.48083 437.92502Q714.99646 437.58127 715.74646 437.39377Q716.49646 437.20627 717.7777 437.20627Q719.29333 437.20627 720.2152 437.51877Q721.1371 437.81564 721.6527 438.44064Q722.1527 439.05002 722.1527 440.00314Q722.1527 441.23752 721.2621 441.95627Q720.1996 442.80002 717.7777 442.80002ZM717.7777 441.7219Q719.8871 441.7219 720.5902 441.2219Q721.29333 440.7219 721.29333 440.00314Q721.29333 439.26877 720.5902 438.7844Q719.8871 438.2844 717.7777 438.2844Q715.6527 438.2844 714.9652 438.7844Q714.2621 439.26877 714.2621 440.01877Q714.2621 440.73752 714.87146 441.17502Q715.6527 441.7219 717.7777 441.7219ZM720.99646 430.25314L722.0121 430.25314L722.0121 435.94064Q721.6371 435.94064 721.2777 435.81564Q720.6996 435.5969 720.1371 435.12814Q719.5746 434.64377 718.8402 433.73752Q717.68396 432.33127 717.0121 431.8469Q716.3402 431.3469 715.74646 431.3469Q715.12146 431.3469 714.6996 431.80002Q714.2621 432.25314 714.2621 432.9719Q714.2621 433.73752 714.7152 434.19064Q715.16833 434.64377 715.98083 434.6594L715.87146 435.73752Q714.6527 435.62814 714.0277 434.9094Q713.3871 434.17502 713.3871 432.94064Q713.3871 431.70627 714.0746 430.98752Q714.7621 430.26877 715.7777 430.26877Q716.29333 430.26877 716.79333 430.48752Q717.2777 430.69064 717.8402 431.19064Q718.3871 431.67502 719.3402 432.80002Q720.1371 433.75314 720.43396 434.0344Q720.7152 434.30002 720.99646 434.4719L720.99646 430.25314ZM722.0121 424.83127L722.0121 425.87814L715.29333 425.87814Q715.6527 426.26877 716.0277 426.89377Q716.3871 427.50314 716.55896 427.98752L715.54333 427.98752Q715.12146 427.11252 714.54333 426.45627Q713.9496 425.7844 713.3871 425.50314L713.3871 424.83127L722.0121 424.83127ZM719.43396 421.92502L718.37146 421.92502L718.37146 418.67502L719.43396 418.67502L719.43396 421.92502ZM717.7777 417.80002Q716.24646 417.80002 715.3246 417.48752Q714.3871 417.17502 713.8871 416.56564Q713.3871 415.94064 713.3871 415.00314Q713.3871 414.31564 713.66833 413.80002Q713.9496 413.26877 714.48083 412.92502Q714.99646 412.58127 715.74646 412.39377Q716.49646 412.20627 717.7777 412.20627Q719.29333 412.20627 720.2152 412.51877Q721.1371 412.81564 721.6527 413.44064Q722.1527 414.05002 722.1527 415.00314Q722.1527 416.23752 721.2621 416.95627Q720.1996 417.80002 717.7777 417.80002ZM717.7777 416.7219Q719.8871 416.7219 720.5902 416.2219Q721.29333 415.7219 721.29333 415.00314Q721.29333 414.26877 720.5902 413.7844Q719.8871 413.2844 717.7777 413.2844Q715.6527 413.2844 714.9652 413.7844Q714.2621 414.26877 714.2621 415.01877Q714.2621 415.73752 714.87146 416.17502Q715.6527 416.7219 717.7777 416.7219ZM720.0277 410.64377L719.93396 409.62814Q720.6527 409.50314 720.98083 409.14377Q721.29333 408.76877 721.29333 408.20627Q721.29333 407.7219 721.0746 407.36252Q720.8402 406.98752 720.48083 406.75314Q720.10583 406.51877 719.48083 406.36252Q718.8402 406.20627 718.18396 406.20627Q718.10583 406.20627 717.9652 406.20627Q718.4652 406.51877 718.79333 407.06564Q719.10583 407.61252 719.10583 408.25314Q719.10583 409.33127 718.3402 410.06564Q717.55896 410.80002 716.29333 410.80002Q714.98083 410.80002 714.18396 410.0344Q713.3871 409.25314 713.3871 408.0969Q713.3871 407.26877 713.8402 406.58127Q714.29333 405.87814 715.1371 405.51877Q715.9652 405.1594 717.54333 405.1594Q719.18396 405.1594 720.16833 405.51877Q721.1371 405.86252 721.6527 406.58127Q722.1527 407.2844 722.1527 408.2219Q722.1527 409.23752 721.60583 409.87814Q721.04333 410.51877 720.0277 410.64377ZM716.23083 406.33127Q715.3246 406.33127 714.79333 406.81564Q714.2621 407.2844 714.2621 407.9719Q714.2621 408.67502 714.8402 409.20627Q715.4027 409.7219 716.3246 409.7219Q717.1371 409.7219 717.6527 409.2219Q718.16833 408.7219 718.16833 408.00314Q718.16833 407.26877 717.6527 406.80002Q717.1371 406.33127 716.23083 406.33127ZM719.43396 403.92502L718.37146 403.92502L718.37146 400.67502L719.43396 400.67502L719.43396 403.92502ZM722.0121 395.83127L722.0121 396.87814L715.29333 396.87814Q715.6527 397.26877 716.0277 397.89377Q716.3871 398.50314 716.55896 398.98752L715.54333 398.98752Q715.12146 398.11252 714.54333 397.45627Q713.9496 396.7844 713.3871 396.50314L713.3871 395.83127L722.0121 395.83127ZM722.0121 389.42502L719.9496 389.42502L719.9496 393.14377L718.98083 393.14377L713.41833 389.2219L713.41833 388.36252L718.98083 388.36252L718.98083 387.20627L719.9496 387.20627L719.9496 388.36252L722.0121 388.36252L722.0121 389.42502ZM718.98083 389.42502L715.12146 389.42502L718.98083 392.11252L718.98083 389.42502Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M225.0 70.5C225.0 69.947716 225.44771 69.5 226.0 69.5L236.0 69.5C236.55229 69.5 237.0 69.947716 237.0 70.5L237.0 80.5C237.0 81.052284 236.55229 81.5 236.0 81.5L226.0 81.5C225.44771 81.5 225.0 81.052284 225.0 80.5Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M255.0625 80.5L252.85938 80.5L251.98438 78.21875L247.96875 78.21875L247.14062 80.5L245.0 80.5L248.90625 70.484375L251.04688 70.484375L255.0625 80.5ZM251.32812 76.53125L249.95312 72.8125L248.59375 76.53125L251.32812 76.53125ZM258.32812 73.234375L258.32812 74.765625L257.01562 74.765625L257.01562 77.703125Q257.01562 78.578125 257.04688 78.734375Q257.09375 78.875 257.21875 78.984375Q257.35938 79.078125 257.5625 79.078125Q257.82812 79.078125 258.32812 78.890625L258.48438 80.375Q257.82812 80.671875 256.96875 80.671875Q256.45312 80.671875 256.03125 80.5Q255.625 80.3125 255.42188 80.046875Q255.23438 79.765625 255.15625 79.296875Q255.09375 78.953125 255.09375 77.9375L255.09375 74.765625L254.21875 74.765625L254.21875 73.234375L255.09375 73.234375L255.09375 71.796875L257.01562 70.671875L257.01562 73.234375L258.32812 73.234375ZM263.32812 73.234375L263.32812 74.765625L262.01562 74.765625L262.01562 77.703125Q262.01562 78.578125 262.04688 78.734375Q262.09375 78.875 262.21875 78.984375Q262.35938 79.078125 262.5625 79.078125Q262.82812 79.078125 263.32812 78.890625L263.48438 80.375Q262.82812 80.671875 261.96875 80.671875Q261.45312 80.671875 261.03125 80.5Q260.625 80.3125 260.42188 80.046875Q260.23438 79.765625 260.15625 79.296875Q260.09375 78.953125 260.09375 77.9375L260.09375 74.765625L259.21875 74.765625L259.21875 73.234375L260.09375 73.234375L260.09375 71.796875L262.01562 70.671875L262.01562 73.234375L263.32812 73.234375ZM269.20312 78.1875L271.125 78.515625Q270.75 79.5625 269.95312 80.125Q269.15625 80.671875 267.96875 80.671875Q266.07812 80.671875 265.15625 79.421875Q264.4375 78.4375 264.4375 76.921875Q264.4375 75.125 265.375 74.109375Q266.32812 73.078125 267.78125 73.078125Q269.39062 73.078125 270.32812 74.15625Q271.26562 75.21875 271.21875 77.421875L266.40625 77.421875Q266.4375 78.28125 266.875 78.765625Q267.32812 79.234375 267.98438 79.234375Q268.4375 79.234375 268.73438 78.984375Q269.04688 78.734375 269.20312 78.1875ZM269.3125 76.25Q269.29688 75.40625 268.89062 74.984375Q268.48438 74.546875 267.89062 74.546875Q267.26562 74.546875 266.84375 75.0Q266.4375 75.46875 266.45312 76.25L269.3125 76.25ZM280.60938 80.5L278.6875 80.5L278.6875 76.796875Q278.6875 75.625 278.5625 75.28125Q278.4375 74.921875 278.15625 74.734375Q277.89062 74.546875 277.5 74.546875Q277.0 74.546875 276.59375 74.828125Q276.20312 75.09375 276.04688 75.546875Q275.90625 76.0 275.90625 77.21875L275.90625 80.5L273.98438 80.5L273.98438 73.234375L275.78125 73.234375L275.78125 74.3125Q276.71875 73.078125 278.17188 73.078125Q278.79688 73.078125 279.32812 73.3125Q279.85938 73.53125 280.125 73.890625Q280.39062 74.25 280.5 74.703125Q280.60938 75.140625 280.60938 75.984375L280.60938 80.5ZM289.65625 80.5L287.875 80.5L287.875 79.4375Q287.4375 80.0625 286.82812 80.375Q286.21875 80.671875 285.60938 80.671875Q284.35938 80.671875 283.46875 79.65625Q282.57812 78.640625 282.57812 76.84375Q282.57812 75.0 283.4375 74.046875Q284.3125 73.078125 285.64062 73.078125Q286.85938 73.078125 287.75 74.09375L287.75 70.484375L289.65625 70.484375L289.65625 80.5ZM284.53125 76.71875Q284.53125 77.875 284.85938 78.390625Q285.32812 79.140625 286.15625 79.140625Q286.8125 79.140625 287.28125 78.578125Q287.75 78.015625 287.75 76.890625Q287.75 75.640625 287.29688 75.09375Q286.84375 74.546875 286.14062 74.546875Q285.45312 74.546875 284.98438 75.09375Q284.53125 75.625 284.53125 76.71875ZM293.4375 75.453125L291.70312 75.140625Q291.98438 74.09375 292.70312 73.59375Q293.42188 73.078125 294.84375 73.078125Q296.125 73.078125 296.75 73.390625Q297.39062 73.6875 297.64062 74.15625Q297.89062 74.625 297.89062 75.875L297.875 78.109375Q297.875 79.078125 297.96875 79.53125Q298.0625 79.984375 298.3125 80.5L296.42188 80.5Q296.34375 80.3125 296.23438 79.9375Q296.1875 79.765625 296.15625 79.703125Q295.67188 80.1875 295.10938 80.4375Q294.54688 80.671875 293.90625 80.671875Q292.79688 80.671875 292.14062 80.0625Q291.5 79.453125 291.5 78.515625Q291.5 77.90625 291.79688 77.421875Q292.09375 76.9375 292.60938 76.6875Q293.14062 76.421875 294.14062 76.234375Q295.48438 75.984375 296.01562 75.765625L296.01562 75.578125Q296.01562 75.015625 295.73438 74.78125Q295.46875 74.546875 294.70312 74.546875Q294.1875 74.546875 293.90625 74.75Q293.625 74.953125 293.4375 75.453125ZM296.01562 77.015625Q295.64062 77.140625 294.84375 77.3125Q294.04688 77.484375 293.79688 77.640625Q293.42188 77.90625 293.42188 78.3125Q293.42188 78.71875 293.71875 79.015625Q294.01562 79.3125 294.48438 79.3125Q295.0 79.3125 295.48438 78.96875Q295.82812 78.703125 295.9375 78.328125Q296.01562 78.09375 296.01562 77.390625L296.01562 77.015625ZM306.60938 80.5L304.6875 80.5L304.6875 76.796875Q304.6875 75.625 304.5625 75.28125Q304.4375 74.921875 304.15625 74.734375Q303.89062 74.546875 303.5 74.546875Q303.0 74.546875 302.59375 74.828125Q302.20312 75.09375 302.04688 75.546875Q301.90625 76.0 301.90625 77.21875L301.90625 80.5L299.98438 80.5L299.98438 73.234375L301.78125 73.234375L301.78125 74.3125Q302.71875 73.078125 304.17188 73.078125Q304.79688 73.078125 305.32812 73.3125Q305.85938 73.53125 306.125 73.890625Q306.39062 74.25 306.5 74.703125Q306.60938 75.140625 306.60938 75.984375L306.60938 80.5ZM315.32812 75.390625L313.4375 75.734375Q313.34375 75.15625 313.0 74.875Q312.67188 74.59375 312.125 74.59375Q311.40625 74.59375 310.98438 75.09375Q310.5625 75.578125 310.5625 76.734375Q310.5625 78.03125 310.98438 78.5625Q311.42188 79.09375 312.15625 79.09375Q312.70312 79.09375 313.04688 78.78125Q313.40625 78.46875 313.54688 77.71875L315.4375 78.03125Q315.14062 79.34375 314.29688 80.015625Q313.46875 80.671875 312.0625 80.671875Q310.46875 80.671875 309.51562 79.671875Q308.57812 78.65625 308.57812 76.875Q308.57812 75.078125 309.53125 74.078125Q310.48438 73.078125 312.10938 73.078125Q313.42188 73.078125 314.20312 73.65625Q315.0 74.21875 315.32812 75.390625ZM321.20312 78.1875L323.125 78.515625Q322.75 79.5625 321.95312 80.125Q321.15625 80.671875 319.96875 80.671875Q318.07812 80.671875 317.15625 79.421875Q316.4375 78.4375 316.4375 76.921875Q316.4375 75.125 317.375 74.109375Q318.32812 73.078125 319.78125 73.078125Q321.39062 73.078125 322.32812 74.15625Q323.26562 75.21875 323.21875 77.421875L318.40625 77.421875Q318.4375 78.28125 318.875 78.765625Q319.32812 79.234375 319.98438 79.234375Q320.4375 79.234375 320.73438 78.984375Q321.04688 78.734375 321.20312 78.1875ZM321.3125 76.25Q321.29688 75.40625 320.89062 74.984375Q320.48438 74.546875 319.89062 74.546875Q319.26562 74.546875 318.84375 75.0Q318.4375 75.46875 318.45312 76.25L321.3125 76.25Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M341.0 75.5L353.0 75.5" fill-rule="nonzero" stroke="#76b900" stroke-linecap="butt" stroke-opacity="0.7019608" stroke-width="4.0"></path>
     <path d="M361.625 77.921875L363.53125 77.71875Q363.625 78.375 364.01562 78.75Q364.42188 79.125 364.95312 79.125Q365.54688 79.125 365.96875 78.640625Q366.39062 78.15625 366.39062 77.171875Q366.39062 76.25 365.96875 75.796875Q365.5625 75.328125 364.89062 75.328125Q364.0625 75.328125 363.40625 76.0625L361.85938 75.828125L362.84375 70.609375L367.92188 70.609375L367.92188 72.40625L364.29688 72.40625L364.0 74.109375Q364.64062 73.796875 365.3125 73.796875Q366.57812 73.796875 367.46875 74.734375Q368.35938 75.65625 368.35938 77.140625Q368.35938 78.375 367.64062 79.34375Q366.67188 80.671875 364.9375 80.671875Q363.54688 80.671875 362.67188 79.9375Q361.79688 79.1875 361.625 77.921875ZM375.4375 80.5L373.04688 70.484375L375.125 70.484375L376.625 77.359375L378.46875 70.484375L380.875 70.484375L382.625 77.484375L384.15625 70.484375L386.20312 70.484375L383.76562 80.5L381.625 80.5L379.625 73.0L377.64062 80.5L375.4375 80.5ZM391.20312 78.1875L393.125 78.515625Q392.75 79.5625 391.95312 80.125Q391.15625 80.671875 389.96875 80.671875Q388.07812 80.671875 387.15625 79.421875Q386.4375 78.4375 386.4375 76.921875Q386.4375 75.125 387.375 74.109375Q388.32812 73.078125 389.78125 73.078125Q391.39062 73.078125 392.32812 74.15625Q393.26562 75.21875 393.21875 77.421875L388.40625 77.421875Q388.4375 78.28125 388.875 78.765625Q389.32812 79.234375 389.98438 79.234375Q390.4375 79.234375 390.73438 78.984375Q391.04688 78.734375 391.20312 78.1875ZM391.3125 76.25Q391.29688 75.40625 390.89062 74.984375Q390.48438 74.546875 389.89062 74.546875Q389.26562 74.546875 388.84375 75.0Q388.4375 75.46875 388.45312 76.25L391.3125 76.25ZM400.20312 78.1875L402.125 78.515625Q401.75 79.5625 400.95312 80.125Q400.15625 80.671875 398.96875 80.671875Q397.07812 80.671875 396.15625 79.421875Q395.4375 78.4375 395.4375 76.921875Q395.4375 75.125 396.375 74.109375Q397.32812 73.078125 398.78125 73.078125Q400.39062 73.078125 401.32812 74.15625Q402.26562 75.21875 402.21875 77.421875L397.40625 77.421875Q397.4375 78.28125 397.875 78.765625Q398.32812 79.234375 398.98438 79.234375Q399.4375 79.234375 399.73438 78.984375Q400.04688 78.734375 400.20312 78.1875ZM400.3125 76.25Q400.29688 75.40625 399.89062 74.984375Q399.48438 74.546875 398.89062 74.546875Q398.26562 74.546875 397.84375 75.0Q397.4375 75.46875 397.45312 76.25L400.3125 76.25ZM404.9375 80.5L404.9375 70.484375L406.85938 70.484375L406.85938 75.796875L409.10938 73.234375L411.46875 73.234375L408.98438 75.890625L411.65625 80.5L409.57812 80.5L407.75 77.234375L406.85938 78.171875L406.85938 80.5L404.9375 80.5ZM416.98438 80.5L416.98438 70.484375L420.01562 70.484375L421.84375 77.3125L423.64062 70.484375L426.67188 70.484375L426.67188 80.5L424.79688 80.5L424.79688 72.609375L422.79688 80.5L420.85938 80.5L418.875 72.609375L418.875 80.5L416.98438 80.5ZM429.5625 76.765625Q429.5625 75.8125 430.03125 74.921875Q430.5 74.015625 431.35938 73.546875Q432.23438 73.078125 433.29688 73.078125Q434.95312 73.078125 436.0 74.15625Q437.04688 75.21875 437.04688 76.84375Q437.04688 78.5 435.98438 79.59375Q434.92188 80.671875 433.3125 80.671875Q432.3125 80.671875 431.40625 80.21875Q430.5 79.765625 430.03125 78.890625Q429.5625 78.015625 429.5625 76.765625ZM431.53125 76.875Q431.53125 77.953125 432.04688 78.53125Q432.5625 79.09375 433.3125 79.09375Q434.0625 79.09375 434.5625 78.53125Q435.07812 77.953125 435.07812 76.859375Q435.07812 75.796875 434.5625 75.21875Q434.0625 74.640625 433.3125 74.640625Q432.5625 74.640625 432.04688 75.21875Q431.53125 75.796875 431.53125 76.875ZM441.0 80.5L438.07812 73.234375L440.09375 73.234375L441.45312 76.9375L441.85938 78.1875Q442.01562 77.703125 442.04688 77.5625Q442.15625 77.25 442.26562 76.9375L443.64062 73.234375L445.60938 73.234375L442.73438 80.5L441.0 80.5ZM448.0 72.25L448.0 70.484375L449.92188 70.484375L449.92188 72.25L448.0 72.25ZM448.0 80.5L448.0 73.234375L449.92188 73.234375L449.92188 80.5L448.0 80.5ZM458.60938 80.5L456.6875 80.5L456.6875 76.796875Q456.6875 75.625 456.5625 75.28125Q456.4375 74.921875 456.15625 74.734375Q455.89062 74.546875 455.5 74.546875Q455.0 74.546875 454.59375 74.828125Q454.20312 75.09375 454.04688 75.546875Q453.90625 76.0 453.90625 77.21875L453.90625 80.5L451.98438 80.5L451.98438 73.234375L453.78125 73.234375L453.78125 74.3125Q454.71875 73.078125 456.17188 73.078125Q456.79688 73.078125 457.32812 73.3125Q457.85938 73.53125 458.125 73.890625Q458.39062 74.25 458.5 74.703125Q458.60938 75.140625 458.60938 75.984375L458.60938 80.5ZM460.82812 80.984375L463.01562 81.25Q463.07812 81.625 463.28125 81.765625Q463.54688 81.984375 464.14062 81.984375Q464.89062 81.984375 465.26562 81.75Q465.51562 81.59375 465.64062 81.265625Q465.73438 81.03125 465.73438 80.390625L465.73438 79.328125Q464.875 80.5 463.5625 80.5Q462.09375 80.5 461.25 79.265625Q460.57812 78.28125 460.57812 76.828125Q460.57812 75.0 461.45312 74.046875Q462.32812 73.078125 463.64062 73.078125Q464.98438 73.078125 465.85938 74.265625L465.85938 73.234375L467.65625 73.234375L467.65625 79.75Q467.65625 81.046875 467.4375 81.671875Q467.23438 82.3125 466.84375 82.671875Q466.46875 83.03125 465.82812 83.234375Q465.1875 83.453125 464.21875 83.453125Q462.35938 83.453125 461.59375 82.8125Q460.82812 82.1875 460.82812 81.21875Q460.82812 81.109375 460.82812 80.984375ZM462.54688 76.71875Q462.54688 77.875 462.98438 78.421875Q463.4375 78.953125 464.09375 78.953125Q464.79688 78.953125 465.28125 78.40625Q465.76562 77.84375 465.76562 76.765625Q465.76562 75.640625 465.29688 75.09375Q464.84375 74.546875 464.125 74.546875Q463.4375 74.546875 462.98438 75.09375Q462.54688 75.625 462.54688 76.71875ZM483.0625 80.5L480.85938 80.5L479.98438 78.21875L475.96875 78.21875L475.14062 80.5L473.0 80.5L476.90625 70.484375L479.04688 70.484375L483.0625 80.5ZM479.32812 76.53125L477.95312 72.8125L476.59375 76.53125L479.32812 76.53125ZM485.0 80.5L482.07812 73.234375L484.09375 73.234375L485.45312 76.9375L485.85938 78.1875Q486.01562 77.703125 486.04688 77.5625Q486.15625 77.25 486.26562 76.9375L487.64062 73.234375L489.60938 73.234375L486.73438 80.5L485.0 80.5ZM496.20312 78.1875L498.125 78.515625Q497.75 79.5625 496.95312 80.125Q496.15625 80.671875 494.96875 80.671875Q493.07812 80.671875 492.15625 79.421875Q491.4375 78.4375 491.4375 76.921875Q491.4375 75.125 492.375 74.109375Q493.32812 73.078125 494.78125 73.078125Q496.39062 73.078125 497.32812 74.15625Q498.26562 75.21875 498.21875 77.421875L493.40625 77.421875Q493.4375 78.28125 493.875 78.765625Q494.32812 79.234375 494.98438 79.234375Q495.4375 79.234375 495.73438 78.984375Q496.04688 78.734375 496.20312 78.1875ZM496.3125 76.25Q496.29688 75.40625 495.89062 74.984375Q495.48438 74.546875 494.89062 74.546875Q494.26562 74.546875 493.84375 75.0Q493.4375 75.46875 493.45312 76.25L496.3125 76.25ZM502.84375 80.5L500.92188 80.5L500.92188 73.234375L502.70312 73.234375L502.70312 74.265625Q503.17188 73.546875 503.53125 73.3125Q503.89062 73.078125 504.35938 73.078125Q505.01562 73.078125 505.625 73.4375L505.03125 75.109375Q504.54688 74.796875 504.125 74.796875Q503.71875 74.796875 503.4375 75.03125Q503.17188 75.25 503.0 75.828125Q502.84375 76.40625 502.84375 78.25L502.84375 80.5ZM508.4375 75.453125L506.70312 75.140625Q506.98438 74.09375 507.70312 73.59375Q508.42188 73.078125 509.84375 73.078125Q511.125 73.078125 511.75 73.390625Q512.3906 73.6875 512.6406 74.15625Q512.8906 74.625 512.8906 75.875L512.875 78.109375Q512.875 79.078125 512.96875 79.53125Q513.0625 79.984375 513.3125 80.5L511.42188 80.5Q511.34375 80.3125 511.23438 79.9375Q511.1875 79.765625 511.15625 79.703125Q510.67188 80.1875 510.10938 80.4375Q509.54688 80.671875 508.90625 80.671875Q507.79688 80.671875 507.14062 80.0625Q506.5 79.453125 506.5 78.515625Q506.5 77.90625 506.79688 77.421875Q507.09375 76.9375 507.60938 76.6875Q508.14062 76.421875 509.14062 76.234375Q510.48438 75.984375 511.01562 75.765625L511.01562 75.578125Q511.01562 75.015625 510.73438 74.78125Q510.46875 74.546875 509.70312 74.546875Q509.1875 74.546875 508.90625 74.75Q508.625 74.953125 508.4375 75.453125ZM511.01562 77.015625Q510.64062 77.140625 509.84375 77.3125Q509.04688 77.484375 508.79688 77.640625Q508.42188 77.90625 508.42188 78.3125Q508.42188 78.71875 508.71875 79.015625Q509.01562 79.3125 509.48438 79.3125Q510.0 79.3125 510.48438 78.96875Q510.82812 78.703125 510.9375 78.328125Q511.01562 78.09375 511.01562 77.390625L511.01562 77.015625ZM514.8281 80.984375L517.0156 81.25Q517.0781 81.625 517.28125 81.765625Q517.5469 81.984375 518.1406 81.984375Q518.8906 81.984375 519.2656 81.75Q519.5156 81.59375 519.6406 81.265625Q519.7344 81.03125 519.7344 80.390625L519.7344 79.328125Q518.875 80.5 517.5625 80.5Q516.09375 80.5 515.25 79.265625Q514.5781 78.28125 514.5781 76.828125Q514.5781 75.0 515.4531 74.046875Q516.3281 73.078125 517.6406 73.078125Q518.9844 73.078125 519.8594 74.265625L519.8594 73.234375L521.65625 73.234375L521.65625 79.75Q521.65625 81.046875 521.4375 81.671875Q521.2344 82.3125 520.84375 82.671875Q520.46875 83.03125 519.8281 83.234375Q519.1875 83.453125 518.21875 83.453125Q516.3594 83.453125 515.59375 82.8125Q514.8281 82.1875 514.8281 81.21875Q514.8281 81.109375 514.8281 80.984375ZM516.5469 76.71875Q516.5469 77.875 516.9844 78.421875Q517.4375 78.953125 518.09375 78.953125Q518.7969 78.953125 519.28125 78.40625Q519.7656 77.84375 519.7656 76.765625Q519.7656 75.640625 519.2969 75.09375Q518.84375 74.546875 518.125 74.546875Q517.4375 74.546875 516.9844 75.09375Q516.5469 75.625 516.5469 76.71875ZM528.2031 78.1875L530.125 78.515625Q529.75 79.5625 528.9531 80.125Q528.15625 80.671875 526.96875 80.671875Q525.0781 80.671875 524.15625 79.421875Q523.4375 78.4375 523.4375 76.921875Q523.4375 75.125 524.375 74.109375Q525.3281 73.078125 526.78125 73.078125Q528.3906 73.078125 529.3281 74.15625Q530.2656 75.21875 530.21875 77.421875L525.40625 77.421875Q525.4375 78.28125 525.875 78.765625Q526.3281 79.234375 526.9844 79.234375Q527.4375 79.234375 527.7344 78.984375Q528.0469 78.734375 528.2031 78.1875ZM528.3125 76.25Q528.2969 75.40625 527.8906 74.984375Q527.4844 74.546875 526.8906 74.546875Q526.2656 74.546875 525.84375 75.0Q525.4375 75.46875 525.4531 76.25L528.3125 76.25Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M163.34375 45.7L163.34375 28.653126L166.8125 28.653126L166.8125 42.809376L175.4375 42.809376L175.4375 45.7L163.34375 45.7ZM178.21875 31.559376L178.21875 28.5125L181.51562 28.5125L181.51562 31.559376L178.21875 31.559376ZM178.21875 45.7L178.21875 33.246876L181.51562 33.246876L181.51562 45.7L178.21875 45.7ZM185.07812 45.7L185.07812 28.5125L188.375 28.5125L188.375 34.7Q189.90625 32.965626 191.98438 32.965626Q194.26562 32.965626 195.75 34.621876Q197.23438 36.2625 197.23438 39.340626Q197.23438 42.528126 195.71875 44.2625Q194.20312 45.98125 192.03125 45.98125Q190.96875 45.98125 189.92188 45.45Q188.89062 44.91875 188.14062 43.871876L188.14062 45.7L185.07812 45.7ZM188.35938 39.2Q188.35938 41.1375 188.96875 42.059376Q189.8125 43.371876 191.23438 43.371876Q192.32812 43.371876 193.09375 42.45Q193.85938 41.5125 193.85938 39.5125Q193.85938 37.371876 193.07812 36.434376Q192.3125 35.496876 191.10938 35.496876Q189.92188 35.496876 189.14062 36.41875Q188.35938 37.325 188.35938 39.2ZM203.375 45.7L200.07812 45.7L200.07812 33.246876L203.14062 33.246876L203.14062 35.028126Q203.92188 33.7625 204.54688 33.371876Q205.1875 32.965626 205.98438 32.965626Q207.10938 32.965626 208.14062 33.590626L207.125 36.465626Q206.29688 35.91875 205.57812 35.91875Q204.89062 35.91875 204.40625 36.309376Q203.92188 36.684376 203.64062 37.684376Q203.375 38.684376 203.375 41.85625L203.375 45.7ZM211.6875 37.04375L208.70312 36.5125Q209.20312 34.7 210.42188 33.840626Q211.65625 32.965626 214.09375 32.965626Q216.29688 32.965626 217.375 33.496876Q218.45312 34.0125 218.89062 34.825Q219.32812 35.621876 219.32812 37.7625L219.29688 41.60625Q219.29688 43.246876 219.45312 44.028126Q219.60938 44.809376 220.04688 45.7L216.78125 45.7Q216.65625 45.371876 216.46875 44.73125Q216.39062 44.434376 216.34375 44.340626Q215.5 45.153126 214.53125 45.575Q213.57812 45.98125 212.5 45.98125Q210.57812 45.98125 209.46875 44.934376Q208.35938 43.8875 208.35938 42.29375Q208.35938 41.246876 208.85938 40.41875Q209.35938 39.590626 210.26562 39.153126Q211.1875 38.715626 212.89062 38.3875Q215.20312 37.95 216.09375 37.575L216.09375 37.246876Q216.09375 36.29375 215.625 35.903126Q215.15625 35.496876 213.85938 35.496876Q212.96875 35.496876 212.46875 35.840626Q211.98438 36.184376 211.6875 37.04375ZM216.09375 39.715626Q215.45312 39.934376 214.07812 40.23125Q212.71875 40.5125 212.29688 40.79375Q211.65625 41.2625 211.65625 41.965626Q211.65625 42.653126 212.17188 43.153126Q212.6875 43.653126 213.48438 43.653126Q214.375 43.653126 215.17188 43.075Q215.78125 42.621876 215.96875 41.98125Q216.09375 41.559376 216.09375 40.371876L216.09375 39.715626ZM225.375 45.7L222.07812 45.7L222.07812 33.246876L225.14062 33.246876L225.14062 35.028126Q225.92188 33.7625 226.54688 33.371876Q227.1875 32.965626 227.98438 32.965626Q229.10938 32.965626 230.14062 33.590626L229.125 36.465626Q228.29688 35.91875 227.57812 35.91875Q226.89062 35.91875 226.40625 36.309376Q225.92188 36.684376 225.64062 37.684376Q225.375 38.684376 225.375 41.85625L225.375 45.7ZM229.67188 33.246876L233.17188 33.246876L236.14062 42.090626L239.04688 33.246876L242.46875 33.246876L238.0625 45.23125L237.28125 47.403126Q236.84375 48.496876 236.45312 49.059376Q236.0625 49.6375 235.54688 49.996876Q235.04688 50.35625 234.29688 50.54375Q233.5625 50.746876 232.625 50.746876Q231.67188 50.746876 230.75 50.559376L230.46875 47.98125Q231.23438 48.121876 231.85938 48.121876Q233.0 48.121876 233.54688 47.45Q234.10938 46.778126 234.40625 45.73125L229.67188 33.246876ZM251.25 45.7L251.25 28.5125L263.98438 28.5125L263.98438 31.41875L254.71875 31.41875L254.71875 35.23125L263.34375 35.23125L263.34375 38.121876L254.71875 38.121876L254.71875 42.809376L264.3125 42.809376L264.3125 45.7L251.25 45.7ZM270.64062 45.7L265.625 33.246876L269.09375 33.246876L271.4375 39.60625L272.10938 41.73125Q272.375 40.91875 272.45312 40.653126Q272.60938 40.1375 272.79688 39.60625L275.17188 33.246876L278.5625 33.246876L273.60938 45.7L270.64062 45.7ZM279.46875 39.29375Q279.46875 37.653126 280.26562 36.121876Q281.07812 34.590626 282.5625 33.778126Q284.04688 32.965626 285.875 32.965626Q288.70312 32.965626 290.5 34.809376Q292.3125 36.6375 292.3125 39.434376Q292.3125 42.2625 290.48438 44.121876Q288.65625 45.98125 285.89062 45.98125Q284.1875 45.98125 282.625 45.215626Q281.07812 44.434376 280.26562 42.95Q279.46875 41.45 279.46875 39.29375ZM282.84375 39.48125Q282.84375 41.325 283.71875 42.309376Q284.59375 43.29375 285.89062 43.29375Q287.17188 43.29375 288.04688 42.309376Q288.92188 41.325 288.92188 39.45Q288.92188 37.621876 288.04688 36.6375Q287.17188 35.653126 285.89062 35.653126Q284.59375 35.653126 283.71875 36.6375Q282.84375 37.621876 282.84375 39.48125ZM295.21875 45.7L295.21875 28.5125L298.51562 28.5125L298.51562 45.7L295.21875 45.7ZM310.42188 45.7L310.42188 43.840626Q309.73438 44.825 308.625 45.403126Q307.51562 45.98125 306.29688 45.98125Q305.03125 45.98125 304.03125 45.434376Q303.04688 44.871876 302.59375 43.8875Q302.15625 42.8875 302.15625 41.121876L302.15625 33.246876L305.45312 33.246876L305.45312 38.965626Q305.45312 41.590626 305.625 42.184376Q305.8125 42.778126 306.28125 43.121876Q306.76562 43.465626 307.51562 43.465626Q308.35938 43.465626 309.01562 43.0125Q309.6875 42.54375 309.9375 41.85625Q310.1875 41.16875 310.1875 38.496876L310.1875 33.246876L313.46875 33.246876L313.46875 45.7L310.42188 45.7ZM322.9375 33.246876L322.9375 35.871876L320.6875 35.871876L320.6875 40.8875Q320.6875 42.41875 320.75 42.66875Q320.8125 42.91875 321.03125 43.090626Q321.26562 43.246876 321.59375 43.246876Q322.04688 43.246876 322.92188 42.934376L323.20312 45.48125Q322.04688 45.98125 320.59375 45.98125Q319.70312 45.98125 318.98438 45.684376Q318.28125 45.3875 317.9375 44.91875Q317.60938 44.434376 317.48438 43.621876Q317.375 43.04375 317.375 41.309376L317.375 35.871876L315.85938 35.871876L315.85938 33.246876L317.375 33.246876L317.375 30.778126L320.6875 28.85625L320.6875 33.246876L322.9375 33.246876ZM325.21875 31.559376L325.21875 28.5125L328.51562 28.5125L328.51562 31.559376L325.21875 31.559376ZM325.21875 45.7L325.21875 33.246876L328.51562 33.246876L328.51562 45.7L325.21875 45.7ZM331.46875 39.29375Q331.46875 37.653126 332.26562 36.121876Q333.07812 34.590626 334.5625 33.778126Q336.04688 32.965626 337.875 32.965626Q340.70312 32.965626 342.5 34.809376Q344.3125 36.6375 344.3125 39.434376Q344.3125 42.2625 342.48438 44.121876Q340.65625 45.98125 337.89062 45.98125Q336.1875 45.98125 334.625 45.215626Q333.07812 44.434376 332.26562 42.95Q331.46875 41.45 331.46875 39.29375ZM334.84375 39.48125Q334.84375 41.325 335.71875 42.309376Q336.59375 43.29375 337.89062 43.29375Q339.17188 43.29375 340.04688 42.309376Q340.92188 41.325 340.92188 39.45Q340.92188 37.621876 340.04688 36.6375Q339.17188 35.653126 337.89062 35.653126Q336.59375 35.653126 335.71875 36.6375Q334.84375 37.621876 334.84375 39.48125ZM358.54688 45.7L355.25 45.7L355.25 39.340626Q355.25 37.325 355.03125 36.746876Q354.82812 36.153126 354.34375 35.825Q353.875 35.496876 353.21875 35.496876Q352.35938 35.496876 351.67188 35.965626Q351.0 36.434376 350.75 37.215626Q350.5 37.98125 350.5 40.059376L350.5 45.7L347.20312 45.7L347.20312 33.246876L350.26562 33.246876L350.26562 35.075Q351.89062 32.965626 354.35938 32.965626Q355.45312 32.965626 356.34375 33.371876Q357.25 33.7625 357.71875 34.371876Q358.1875 34.98125 358.35938 35.7625Q358.54688 36.528126 358.54688 37.965626L358.54688 45.7ZM373.10938 45.7L373.10938 31.41875L368.01562 31.41875L368.01562 28.5125L381.67188 28.5125L381.67188 31.41875L376.57812 31.41875L376.57812 45.7L373.10938 45.7ZM391.4375 41.73125L394.71875 42.29375Q394.07812 44.090626 392.70312 45.04375Q391.34375 45.98125 389.29688 45.98125Q386.04688 45.98125 384.5 43.85625Q383.26562 42.153126 383.26562 39.575Q383.26562 36.48125 384.875 34.73125Q386.5 32.965626 388.96875 32.965626Q391.75 32.965626 393.34375 34.809376Q394.95312 36.6375 394.89062 40.41875L386.64062 40.41875Q386.67188 41.8875 387.4375 42.7Q388.20312 43.5125 389.32812 43.5125Q390.10938 43.5125 390.625 43.090626Q391.15625 42.66875 391.4375 41.73125ZM391.625 38.403126Q391.57812 36.98125 390.875 36.246876Q390.17188 35.496876 389.17188 35.496876Q388.09375 35.496876 387.39062 36.278126Q386.6875 37.059376 386.70312 38.403126L391.625 38.403126ZM397.21875 45.7L397.21875 28.5125L400.51562 28.5125L400.51562 45.7L397.21875 45.7ZM411.4375 41.73125L414.71875 42.29375Q414.07812 44.090626 412.70312 45.04375Q411.34375 45.98125 409.29688 45.98125Q406.04688 45.98125 404.5 43.85625Q403.26562 42.153126 403.26562 39.575Q403.26562 36.48125 404.875 34.73125Q406.5 32.965626 408.96875 32.965626Q411.75 32.965626 413.34375 34.809376Q414.95312 36.6375 414.89062 40.41875L406.64062 40.41875Q406.67188 41.8875 407.4375 42.7Q408.20312 43.5125 409.32812 43.5125Q410.10938 43.5125 410.625 43.090626Q411.15625 42.66875 411.4375 41.73125ZM411.625 38.403126Q411.57812 36.98125 410.875 36.246876Q410.17188 35.496876 409.17188 35.496876Q408.09375 35.496876 407.39062 36.278126Q406.6875 37.059376 406.70312 38.403126L411.625 38.403126ZM428.07812 36.934376L424.82812 37.5125Q424.67188 36.54375 424.07812 36.059376Q423.5 35.559376 422.57812 35.559376Q421.34375 35.559376 420.60938 36.41875Q419.89062 37.2625 419.89062 39.246876Q419.89062 41.465626 420.625 42.3875Q421.375 43.29375 422.625 43.29375Q423.5625 43.29375 424.15625 42.7625Q424.76562 42.23125 425.0 40.934376L428.23438 41.48125Q427.73438 43.7 426.29688 44.840626Q424.875 45.98125 422.46875 45.98125Q419.75 45.98125 418.125 44.2625Q416.5 42.528126 416.5 39.48125Q416.5 36.403126 418.125 34.684376Q419.75 32.965626 422.53125 32.965626Q424.8125 32.965626 426.14062 33.95Q427.48438 34.934376 428.07812 36.934376ZM429.46875 39.29375Q429.46875 37.653126 430.26562 36.121876Q431.07812 34.590626 432.5625 33.778126Q434.04688 32.965626 435.875 32.965626Q438.70312 32.965626 440.5 34.809376Q442.3125 36.6375 442.3125 39.434376Q442.3125 42.2625 440.48438 44.121876Q438.65625 45.98125 435.89062 45.98125Q434.1875 45.98125 432.625 45.215626Q431.07812 44.434376 430.26562 42.95Q429.46875 41.45 429.46875 39.29375ZM432.84375 39.48125Q432.84375 41.325 433.71875 42.309376Q434.59375 43.29375 435.89062 43.29375Q437.17188 43.29375 438.04688 42.309376Q438.92188 41.325 438.92188 39.45Q438.92188 37.621876 438.04688 36.6375Q437.17188 35.653126 435.89062 35.653126Q434.59375 35.653126 433.71875 36.6375Q432.84375 37.621876 432.84375 39.48125ZM456.54688 45.7L453.25 45.7L453.25 39.340626Q453.25 37.325 453.03125 36.746876Q452.82812 36.153126 452.34375 35.825Q451.875 35.496876 451.21875 35.496876Q450.35938 35.496876 449.67188 35.965626Q449.0 36.434376 448.75 37.215626Q448.5 37.98125 448.5 40.059376L448.5 45.7L445.20312 45.7L445.20312 33.246876L448.26562 33.246876L448.26562 35.075Q449.89062 32.965626 452.35938 32.965626Q453.45312 32.965626 454.34375 33.371876Q455.25 33.7625 455.71875 34.371876Q456.1875 34.98125 456.35938 35.7625Q456.54688 36.528126 456.54688 37.965626L456.54688 45.7ZM482.73438 45.7L478.96875 45.7L477.46875 41.79375L470.59375 41.79375L469.1875 45.7L465.5 45.7L472.1875 28.5125L475.85938 28.5125L482.73438 45.7ZM476.35938 38.903126L473.98438 32.528126L471.67188 38.903126L476.35938 38.903126ZM489.9375 33.246876L489.9375 35.871876L487.6875 35.871876L487.6875 40.8875Q487.6875 42.41875 487.75 42.66875Q487.8125 42.91875 488.03125 43.090626Q488.26562 43.246876 488.59375 43.246876Q489.04688 43.246876 489.92188 42.934376L490.20312 45.48125Q489.04688 45.98125 487.59375 45.98125Q486.70312 45.98125 485.98438 45.684376Q485.28125 45.3875 484.9375 44.91875Q484.60938 44.434376 484.48438 43.621876Q484.375 43.04375 484.375 41.309376L484.375 35.871876L482.85938 35.871876L482.85938 33.246876L484.375 33.246876L484.375 30.778126L487.6875 28.85625L487.6875 33.246876L489.9375 33.246876ZM497.9375 33.246876L497.9375 35.871876L495.6875 35.871876L495.6875 40.8875Q495.6875 42.41875 495.75 42.66875Q495.8125 42.91875 496.03125 43.090626Q496.26562 43.246876 496.59375 43.246876Q497.04688 43.246876 497.92188 42.934376L498.20312 45.48125Q497.04688 45.98125 495.59375 45.98125Q494.70312 45.98125 493.98438 45.684376Q493.28125 45.3875 492.9375 44.91875Q492.60938 44.434376 492.48438 43.621876Q492.375 43.04375 492.375 41.309376L492.375 35.871876L490.85938 35.871876L490.85938 33.246876L492.375 33.246876L492.375 30.778126L495.6875 28.85625L495.6875 33.246876L497.9375 33.246876ZM507.4375 41.73125L510.71875 42.29375Q510.07812 44.090626 508.70312 45.04375Q507.34375 45.98125 505.29688 45.98125Q502.04688 45.98125 500.5 43.85625Q499.26562 42.153126 499.26562 39.575Q499.26562 36.48125 500.875 34.73125Q502.5 32.965626 504.96875 32.965626Q507.75 32.965626 509.34375 34.809376Q510.95312 36.6375 510.89062 40.41875L502.64062 40.41875Q502.67188 41.8875 503.4375 42.7Q504.20312 43.5125 505.32812 43.5125Q506.10938 43.5125 506.625 43.090626Q507.15625 42.66875 507.4375 41.73125ZM507.625 38.403126Q507.57812 36.98125 506.875 36.246876Q506.17188 35.496876 505.17188 35.496876Q504.09375 35.496876 503.39062 36.278126Q502.6875 37.059376 502.70312 38.403126L507.625 38.403126ZM524.5469 45.7L521.25 45.7L521.25 39.340626Q521.25 37.325 521.03125 36.746876Q520.8281 36.153126 520.34375 35.825Q519.875 35.496876 519.21875 35.496876Q518.3594 35.496876 517.6719 35.965626Q517.0 36.434376 516.75 37.215626Q516.5 37.98125 516.5 40.059376L516.5 45.7L513.2031 45.7L513.2031 33.246876L516.2656 33.246876L516.2656 35.075Q517.8906 32.965626 520.3594 32.965626Q521.4531 32.965626 522.34375 33.371876Q523.25 33.7625 523.71875 34.371876Q524.1875 34.98125 524.3594 35.7625Q524.5469 36.528126 524.5469 37.965626L524.5469 45.7ZM539.6406 45.7L536.5781 45.7L536.5781 43.871876Q535.8125 44.934376 534.78125 45.465626Q533.75 45.98125 532.6875 45.98125Q530.5469 45.98125 529.0156 44.2625Q527.4844 42.528126 527.4844 39.434376Q527.4844 36.2625 528.96875 34.621876Q530.46875 32.965626 532.7344 32.965626Q534.8281 32.965626 536.34375 34.7L536.34375 28.5125L539.6406 28.5125L539.6406 45.7ZM530.84375 39.2Q530.84375 41.2 531.40625 42.090626Q532.2031 43.371876 533.625 43.371876Q534.7656 43.371876 535.5625 42.41875Q536.3594 41.45 536.3594 39.528126Q536.3594 37.371876 535.5781 36.434376Q534.8125 35.496876 533.6094 35.496876Q532.4375 35.496876 531.6406 36.434376Q530.84375 37.35625 530.84375 39.2ZM545.6875 37.04375L542.7031 36.5125Q543.2031 34.7 544.4219 33.840626Q545.65625 32.965626 548.09375 32.965626Q550.2969 32.965626 551.375 33.496876Q552.4531 34.0125 552.8906 34.825Q553.3281 35.621876 553.3281 37.7625L553.2969 41.60625Q553.2969 43.246876 553.4531 44.028126Q553.6094 44.809376 554.0469 45.7L550.78125 45.7Q550.65625 45.371876 550.46875 44.73125Q550.3906 44.434376 550.34375 44.340626Q549.5 45.153126 548.53125 45.575Q547.5781 45.98125 546.5 45.98125Q544.5781 45.98125 543.46875 44.934376Q542.3594 43.8875 542.3594 42.29375Q542.3594 41.246876 542.8594 40.41875Q543.3594 39.590626 544.2656 39.153126Q545.1875 38.715626 546.8906 38.3875Q549.2031 37.95 550.09375 37.575L550.09375 37.246876Q550.09375 36.29375 549.625 35.903126Q549.15625 35.496876 547.8594 35.496876Q546.96875 35.496876 546.46875 35.840626Q545.9844 36.184376 545.6875 37.04375ZM550.09375 39.715626Q549.4531 39.934376 548.0781 40.23125Q546.71875 40.5125 546.2969 40.79375Q545.65625 41.2625 545.65625 41.965626Q545.65625 42.653126 546.1719 43.153126Q546.6875 43.653126 547.4844 43.653126Q548.375 43.653126 549.1719 43.075Q549.78125 42.621876 549.96875 41.98125Q550.09375 41.559376 550.09375 40.371876L550.09375 39.715626ZM567.5469 45.7L564.25 45.7L564.25 39.340626Q564.25 37.325 564.03125 36.746876Q563.8281 36.153126 563.34375 35.825Q562.875 35.496876 562.21875 35.496876Q561.3594 35.496876 560.6719 35.965626Q560.0 36.434376 559.75 37.215626Q559.5 37.98125 559.5 40.059376L559.5 45.7L556.2031 45.7L556.2031 33.246876L559.2656 33.246876L559.2656 35.075Q560.8906 32.965626 563.3594 32.965626Q564.4531 32.965626 565.34375 33.371876Q566.25 33.7625 566.71875 34.371876Q567.1875 34.98125 567.3594 35.7625Q567.5469 36.528126 567.5469 37.965626L567.5469 45.7ZM582.0781 36.934376L578.8281 37.5125Q578.6719 36.54375 578.0781 36.059376Q577.5 35.559376 576.5781 35.559376Q575.34375 35.559376 574.6094 36.41875Q573.8906 37.2625 573.8906 39.246876Q573.8906 41.465626 574.625 42.3875Q575.375 43.29375 576.625 43.29375Q577.5625 43.29375 578.15625 42.7625Q578.7656 42.23125 579.0 40.934376L582.2344 41.48125Q581.7344 43.7 580.2969 44.840626Q578.875 45.98125 576.46875 45.98125Q573.75 45.98125 572.125 44.2625Q570.5 42.528126 570.5 39.48125Q570.5 36.403126 572.125 34.684376Q573.75 32.965626 576.53125 32.965626Q578.8125 32.965626 580.1406 33.95Q581.4844 34.934376 582.0781 36.934376ZM591.4375 41.73125L594.71875 42.29375Q594.0781 44.090626 592.7031 45.04375Q591.34375 45.98125 589.2969 45.98125Q586.0469 45.98125 584.5 43.85625Q583.2656 42.153126 583.2656 39.575Q583.2656 36.48125 584.875 34.73125Q586.5 32.965626 588.96875 32.965626Q591.75 32.965626 593.34375 34.809376Q594.9531 36.6375 594.8906 40.41875L586.6406 40.41875Q586.6719 41.8875 587.4375 42.7Q588.2031 43.5125 589.3281 43.5125Q590.1094 43.5125 590.625 43.090626Q591.15625 42.66875 591.4375 41.73125ZM591.625 38.403126Q591.5781 36.98125 590.875 36.246876Q590.1719 35.496876 589.1719 35.496876Q588.09375 35.496876 587.3906 36.278126Q586.6875 37.059376 586.7031 38.403126L591.625 38.403126Z" fill="#999999" fill-rule="nonzero"></path>
    </svg>
    <svg fill="none" height="371" stroke="none" stroke-linecap="square" stroke-miterlimit="10" version="1.1" viewBox="0.0 0.0 655.0 371.0" width="655" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
     <path d="M0 0L655.0 0L655.0 371.0L0 371.0L0 0Z" fill="#ffffff" fill-opacity="0.0" fill-rule="nonzero"></path>
     <path d="M327.5 58.916668C359.33865 58.916668 389.8163 71.82806 411.9659 94.699326C434.1155 117.5706 446.0434 148.44644 445.02292 180.26874L327.5 176.5Z" fill="#ff0000" fill-rule="nonzero"></path>
     <path d="M294.0443 63.776638C304.90387 60.553574 316.1722 58.916668 327.5 58.916668L327.5 176.5Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M248.44862 89.45564C261.52533 77.57971 277.1098 68.80271 294.0443 63.776638L327.5 176.5Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M213.76225 146.67445C219.5391 124.64483 231.58919 104.76694 248.44862 89.45564L327.5 176.5Z" fill="#ff00ff" fill-rule="nonzero"></path>
     <path d="M445.02292 180.26874C443.57526 225.41243 416.39697 265.73688 375.09576 284.01968C333.7946 302.3025 285.6713 295.31183 251.27914 266.03336C216.887 236.75488 202.30545 190.36415 213.76225 146.67445L327.5 176.5Z" fill="#ff9900" fill-rule="nonzero"></path>
     <path d="M62.5 316.95C62.5 320.2637 59.81371 322.95 56.5 322.95C53.18629 322.95 50.5 320.2637 50.5 316.95C50.5 313.6363 53.18629 310.95 56.5 310.95C59.81371 310.95 62.5 313.6363 62.5 316.95Z" fill="#ff0000" fill-rule="nonzero"></path>
     <path d="M71.3125 319.3094L72.921875 319.16876Q73.03125 320.1375 73.4375 320.7625Q73.859375 321.3719 74.734375 321.7625Q75.625 322.1375 76.71875 322.1375Q77.703125 322.1375 78.4375 321.85626Q79.1875 321.5594 79.546875 321.0594Q79.921875 320.54376 79.921875 319.95Q79.921875 319.34064 79.5625 318.8875Q79.21875 318.4344 78.40625 318.1375Q77.890625 317.9344 76.109375 317.5125Q74.34375 317.075 73.625 316.7Q72.703125 316.21564 72.25 315.4969Q71.796875 314.77814 71.796875 313.90314Q71.796875 312.91876 72.34375 312.075Q72.90625 311.23126 73.96875 310.79376Q75.03125 310.34064 76.34375 310.34064Q77.765625 310.34064 78.859375 310.8094Q79.953125 311.2625 80.546875 312.16876Q81.140625 313.0594 81.171875 314.2L79.546875 314.325Q79.40625 313.09064 78.640625 312.46564Q77.890625 311.84064 76.40625 311.84064Q74.859375 311.84064 74.140625 312.41876Q73.4375 312.98126 73.4375 313.77814Q73.4375 314.48126 73.953125 314.91876Q74.4375 315.3719 76.515625 315.84064Q78.59375 316.3094 79.375 316.66876Q80.5 317.1844 81.03125 317.98126Q81.5625 318.77814 81.5625 319.8094Q81.5625 320.84064 80.96875 321.7469Q80.390625 322.65314 79.28125 323.16876Q78.1875 323.66876 76.796875 323.66876Q75.046875 323.66876 73.859375 323.16876Q72.6875 322.65314 72.015625 321.6375Q71.34375 320.60626 71.3125 319.3094ZM83.703125 312.3875L83.703125 310.5594L85.28125 310.5594L85.28125 312.3875L83.703125 312.3875ZM83.703125 323.45L83.703125 314.1219L85.28125 314.1219L85.28125 323.45L83.703125 323.45ZM87.6875 323.45L87.6875 314.1219L89.109375 314.1219L89.109375 315.45Q90.140625 313.90314 92.078125 313.90314Q92.921875 313.90314 93.625 314.21564Q94.34375 314.5125 94.6875 315.0125Q95.046875 315.4969 95.1875 316.16876Q95.265625 316.60626 95.265625 317.71564L95.265625 323.45L93.6875 323.45L93.6875 317.77814Q93.6875 316.8094 93.5 316.325Q93.328125 315.84064 92.84375 315.5594Q92.375 315.27814 91.75 315.27814Q90.734375 315.27814 90.0 315.91876Q89.265625 316.5594 89.265625 318.35626L89.265625 323.45L87.6875 323.45ZM97.390625 324.23126L98.9375 324.45Q99.03125 325.16876 99.46875 325.4969Q100.0625 325.9344 101.078125 325.9344Q102.171875 325.9344 102.765625 325.48126Q103.375 325.04376 103.578125 324.2625Q103.703125 323.77814 103.703125 322.23126Q102.65625 323.45 101.109375 323.45Q99.1875 323.45 98.125 322.0594Q97.078125 320.66876 97.078125 318.73126Q97.078125 317.3875 97.5625 316.2625Q98.046875 315.1375 98.96875 314.52814Q99.890625 313.90314 101.125 313.90314Q102.78125 313.90314 103.84375 315.2469L103.84375 314.1219L105.3125 314.1219L105.3125 322.1844Q105.3125 324.3719 104.859375 325.27814Q104.421875 326.1844 103.453125 326.7Q102.5 327.23126 101.09375 327.23126Q99.421875 327.23126 98.390625 326.48126Q97.359375 325.73126 97.390625 324.23126ZM98.703125 318.6219Q98.703125 320.45 99.4375 321.29376Q100.171875 322.1375 101.265625 322.1375Q102.359375 322.1375 103.09375 321.3094Q103.828125 320.46564 103.828125 318.66876Q103.828125 316.95 103.0625 316.09064Q102.3125 315.21564 101.234375 315.21564Q100.1875 315.21564 99.4375 316.075Q98.703125 316.9344 98.703125 318.6219ZM107.65625 323.45L107.65625 310.5594L109.234375 310.5594L109.234375 323.45L107.65625 323.45ZM118.078125 320.45L119.71875 320.65314Q119.328125 322.075 118.28125 322.8719Q117.234375 323.66876 115.609375 323.66876Q113.5625 323.66876 112.359375 322.40314Q111.15625 321.1375 111.15625 318.85626Q111.15625 316.5125 112.359375 315.21564Q113.578125 313.90314 115.515625 313.90314Q117.390625 313.90314 118.578125 315.1844Q119.765625 316.45 119.765625 318.7625Q119.765625 318.90314 119.75 319.1844L112.796875 319.1844Q112.875 320.73126 113.65625 321.54376Q114.453125 322.35626 115.609375 322.35626Q116.484375 322.35626 117.09375 321.90314Q117.71875 321.45 118.078125 320.45ZM112.875 317.8875L118.09375 317.8875Q117.984375 316.71564 117.5 316.1219Q116.734375 315.2 115.53125 315.2Q114.453125 315.2 113.703125 315.9344Q112.96875 316.66876 112.875 317.8875ZM130.17188 323.45L130.17188 312.09064L125.921875 312.09064L125.921875 310.5594L136.14062 310.5594L136.14062 312.09064L131.875 312.09064L131.875 323.45L130.17188 323.45ZM145.07812 320.45L146.71875 320.65314Q146.32812 322.075 145.28125 322.8719Q144.23438 323.66876 142.60938 323.66876Q140.5625 323.66876 139.35938 322.40314Q138.15625 321.1375 138.15625 318.85626Q138.15625 316.5125 139.35938 315.21564Q140.57812 313.90314 142.51562 313.90314Q144.39062 313.90314 145.57812 315.1844Q146.76562 316.45 146.76562 318.7625Q146.76562 318.90314 146.75 319.1844L139.79688 319.1844Q139.875 320.73126 140.65625 321.54376Q141.45312 322.35626 142.60938 322.35626Q143.48438 322.35626 144.09375 321.90314Q144.71875 321.45 145.07812 320.45ZM139.875 317.8875L145.09375 317.8875Q144.98438 316.71564 144.5 316.1219Q143.73438 315.2 142.53125 315.2Q141.45312 315.2 140.70312 315.9344Q139.96875 316.66876 139.875 317.8875ZM148.65625 323.45L148.65625 310.5594L150.23438 310.5594L150.23438 323.45L148.65625 323.45ZM159.07812 320.45L160.71875 320.65314Q160.32812 322.075 159.28125 322.8719Q158.23438 323.66876 156.60938 323.66876Q154.5625 323.66876 153.35938 322.40314Q152.15625 321.1375 152.15625 318.85626Q152.15625 316.5125 153.35938 315.21564Q154.57812 313.90314 156.51562 313.90314Q158.39062 313.90314 159.57812 315.1844Q160.76562 316.45 160.76562 318.7625Q160.76562 318.90314 160.75 319.1844L153.79688 319.1844Q153.875 320.73126 154.65625 321.54376Q155.45312 322.35626 156.60938 322.35626Q157.48438 322.35626 158.09375 321.90314Q158.71875 321.45 159.07812 320.45ZM153.875 317.8875L159.09375 317.8875Q158.98438 316.71564 158.5 316.1219Q157.73438 315.2 156.53125 315.2Q155.45312 315.2 154.70312 315.9344Q153.96875 316.66876 153.875 317.8875ZM168.78125 320.02814L170.32812 320.23126Q170.07812 321.84064 169.03125 322.7625Q167.98438 323.66876 166.45312 323.66876Q164.53125 323.66876 163.35938 322.41876Q162.20312 321.15314 162.20312 318.825Q162.20312 317.3094 162.70312 316.1844Q163.20312 315.04376 164.21875 314.48126Q165.25 313.90314 166.45312 313.90314Q167.98438 313.90314 168.9375 314.6844Q169.90625 315.45 170.1875 316.85626L168.64062 317.09064Q168.42188 316.15314 167.85938 315.6844Q167.3125 315.2 166.51562 315.2Q165.32812 315.2 164.57812 316.0594Q163.82812 316.91876 163.82812 318.77814Q163.82812 320.65314 164.54688 321.5125Q165.26562 322.35626 166.4375 322.35626Q167.35938 322.35626 167.98438 321.79376Q168.60938 321.21564 168.78125 320.02814ZM171.09375 318.77814Q171.09375 316.1844 172.54688 314.9344Q173.75 313.90314 175.46875 313.90314Q177.40625 313.90314 178.625 315.16876Q179.84375 316.4344 179.84375 318.65314Q179.84375 320.45 179.29688 321.48126Q178.76562 322.5125 177.73438 323.09064Q176.70312 323.66876 175.46875 323.66876Q173.51562 323.66876 172.29688 322.41876Q171.09375 321.15314 171.09375 318.77814ZM172.71875 318.77814Q172.71875 320.575 173.5 321.46564Q174.28125 322.35626 175.46875 322.35626Q176.65625 322.35626 177.4375 321.46564Q178.21875 320.5594 178.21875 318.73126Q178.21875 316.9969 177.42188 316.10626Q176.64062 315.21564 175.46875 315.21564Q174.28125 315.21564 173.5 316.10626Q172.71875 316.9969 172.71875 318.77814ZM181.6875 323.45L181.6875 314.1219L183.10938 314.1219L183.10938 315.45Q184.14062 313.90314 186.07812 313.90314Q186.92188 313.90314 187.625 314.21564Q188.34375 314.5125 188.6875 315.0125Q189.04688 315.4969 189.1875 316.16876Q189.26562 316.60626 189.26562 317.71564L189.26562 323.45L187.6875 323.45L187.6875 317.77814Q187.6875 316.8094 187.5 316.325Q187.32812 315.84064 186.84375 315.5594Q186.375 315.27814 185.75 315.27814Q184.73438 315.27814 184.0 315.91876Q183.26562 316.5594 183.26562 318.35626L183.26562 323.45L181.6875 323.45Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M218.5 316.95C218.5 320.2637 215.8137 322.95 212.5 322.95C209.1863 322.95 206.5 320.2637 206.5 316.95C206.5 313.6363 209.1863 310.95 212.5 310.95C215.8137 310.95 218.5 313.6363 218.5 316.95Z" fill="#ff9900" fill-rule="nonzero"></path>
     <path d="M227.48438 317.8094L227.48438 316.34064L236.01562 312.73126L236.01562 314.3094L229.25 317.09064L236.01562 319.8875L236.01562 321.46564L227.48438 317.8094ZM246.5625 321.9344L246.5625 323.45L238.04688 323.45Q238.03125 322.8719 238.23438 322.35626Q238.5625 321.48126 239.26562 320.6375Q239.98438 319.79376 241.34375 318.6844Q243.4375 316.96564 244.17188 315.96564Q244.92188 314.95 244.92188 314.0594Q244.92188 313.10626 244.25 312.46564Q243.57812 311.825 242.5 311.825Q241.34375 311.825 240.65625 312.5125Q239.98438 313.2 239.96875 314.40314L238.34375 314.23126Q238.51562 312.41876 239.59375 311.46564Q240.6875 310.5125 242.53125 310.5125Q244.375 310.5125 245.45312 311.54376Q246.54688 312.575 246.54688 314.09064Q246.54688 314.85626 246.21875 315.60626Q245.90625 316.35626 245.17188 317.1844Q244.4375 318.0125 242.73438 319.45Q241.3125 320.65314 240.90625 321.075Q240.5 321.4969 240.25 321.9344L246.5625 321.9344ZM248.25 320.075L249.90625 319.9344Q250.09375 321.15314 250.76562 321.7625Q251.4375 322.3719 252.39062 322.3719Q253.53125 322.3719 254.3125 321.5125Q255.10938 320.65314 255.10938 319.21564Q255.10938 317.8719 254.34375 317.09064Q253.59375 316.3094 252.35938 316.3094Q251.59375 316.3094 250.96875 316.65314Q250.35938 316.9969 250.01562 317.5594L248.53125 317.35626L249.78125 310.7469L256.1875 310.7469L256.1875 312.2469L251.04688 312.2469L250.34375 315.71564Q251.51562 314.90314 252.78125 314.90314Q254.46875 314.90314 255.625 316.075Q256.79688 317.2469 256.79688 319.075Q256.79688 320.825 255.76562 322.10626Q254.53125 323.66876 252.39062 323.66876Q250.625 323.66876 249.51562 322.6844Q248.40625 321.7 248.25 320.075ZM258.54688 313.65314Q258.54688 312.27814 259.23438 311.3094Q259.9375 310.34064 261.25 310.34064Q262.46875 310.34064 263.26562 311.21564Q264.0625 312.075 264.0625 313.7625Q264.0625 315.3875 263.25 316.27814Q262.45312 317.15314 261.26562 317.15314Q260.10938 317.15314 259.32812 316.29376Q258.54688 315.41876 258.54688 313.65314ZM261.29688 311.4344Q260.70312 311.4344 260.3125 311.95Q259.92188 312.45 259.92188 313.8094Q259.92188 315.0594 260.3125 315.5594Q260.71875 316.0594 261.29688 316.0594Q261.89062 316.0594 262.28125 315.5594Q262.67188 315.04376 262.67188 313.7Q262.67188 312.45 262.28125 311.95Q261.89062 311.4344 261.29688 311.4344ZM261.3125 323.91876L268.35938 310.34064L269.64062 310.34064L262.60938 323.91876L261.3125 323.91876ZM266.875 320.41876Q266.875 319.04376 267.5625 318.075Q268.26562 317.10626 269.59375 317.10626Q270.8125 317.10626 271.59375 317.98126Q272.39062 318.84064 272.39062 320.52814Q272.39062 322.15314 271.59375 323.04376Q270.79688 323.91876 269.60938 323.91876Q268.4375 323.91876 267.65625 323.04376Q266.875 322.16876 266.875 320.41876ZM269.64062 318.2Q269.04688 318.2 268.65625 318.71564Q268.26562 319.21564 268.26562 320.59064Q268.26562 321.8094 268.65625 322.325Q269.04688 322.84064 269.625 322.84064Q270.23438 322.84064 270.625 322.325Q271.01562 321.8094 271.01562 320.46564Q271.01562 319.21564 270.625 318.71564Q270.23438 318.2 269.64062 318.2ZM279.09375 318.77814Q279.09375 316.1844 280.54688 314.9344Q281.75 313.90314 283.46875 313.90314Q285.40625 313.90314 286.625 315.16876Q287.84375 316.4344 287.84375 318.65314Q287.84375 320.45 287.29688 321.48126Q286.76562 322.5125 285.73438 323.09064Q284.70312 323.66876 283.46875 323.66876Q281.51562 323.66876 280.29688 322.41876Q279.09375 321.15314 279.09375 318.77814ZM280.71875 318.77814Q280.71875 320.575 281.5 321.46564Q282.28125 322.35626 283.46875 322.35626Q284.65625 322.35626 285.4375 321.46564Q286.21875 320.5594 286.21875 318.73126Q286.21875 316.9969 285.42188 316.10626Q284.64062 315.21564 283.46875 315.21564Q282.28125 315.21564 281.5 316.10626Q280.71875 316.9969 280.71875 318.77814ZM290.0625 323.45L290.0625 315.34064L288.67188 315.34064L288.67188 314.1219L290.0625 314.1219L290.0625 313.1219Q290.0625 312.1844 290.23438 311.73126Q290.45312 311.10626 291.03125 310.73126Q291.60938 310.34064 292.65625 310.34064Q293.3125 310.34064 294.125 310.4969L293.89062 311.8875Q293.39062 311.79376 292.95312 311.79376Q292.23438 311.79376 291.9375 312.10626Q291.64062 312.40314 291.64062 313.2469L291.64062 314.1219L293.45312 314.1219L293.45312 315.34064L291.64062 315.34064L291.64062 323.45L290.0625 323.45ZM303.17188 323.45L303.17188 312.09064L298.92188 312.09064L298.92188 310.5594L309.14062 310.5594L309.14062 312.09064L304.875 312.09064L304.875 323.45L303.17188 323.45ZM318.07812 320.45L319.71875 320.65314Q319.32812 322.075 318.28125 322.8719Q317.23438 323.66876 315.60938 323.66876Q313.5625 323.66876 312.35938 322.40314Q311.15625 321.1375 311.15625 318.85626Q311.15625 316.5125 312.35938 315.21564Q313.57812 313.90314 315.51562 313.90314Q317.39062 313.90314 318.57812 315.1844Q319.76562 316.45 319.76562 318.7625Q319.76562 318.90314 319.75 319.1844L312.79688 319.1844Q312.875 320.73126 313.65625 321.54376Q314.45312 322.35626 315.60938 322.35626Q316.48438 322.35626 317.09375 321.90314Q317.71875 321.45 318.07812 320.45ZM312.875 317.8875L318.09375 317.8875Q317.98438 316.71564 317.5 316.1219Q316.73438 315.2 315.53125 315.2Q314.45312 315.2 313.70312 315.9344Q312.96875 316.66876 312.875 317.8875ZM321.65625 323.45L321.65625 310.5594L323.23438 310.5594L323.23438 323.45L321.65625 323.45ZM332.07812 320.45L333.71875 320.65314Q333.32812 322.075 332.28125 322.8719Q331.23438 323.66876 329.60938 323.66876Q327.5625 323.66876 326.35938 322.40314Q325.15625 321.1375 325.15625 318.85626Q325.15625 316.5125 326.35938 315.21564Q327.57812 313.90314 329.51562 313.90314Q331.39062 313.90314 332.57812 315.1844Q333.76562 316.45 333.76562 318.7625Q333.76562 318.90314 333.75 319.1844L326.79688 319.1844Q326.875 320.73126 327.65625 321.54376Q328.45312 322.35626 329.60938 322.35626Q330.48438 322.35626 331.09375 321.90314Q331.71875 321.45 332.07812 320.45ZM326.875 317.8875L332.09375 317.8875Q331.98438 316.71564 331.5 316.1219Q330.73438 315.2 329.53125 315.2Q328.45312 315.2 327.70312 315.9344Q326.96875 316.66876 326.875 317.8875ZM341.78125 320.02814L343.32812 320.23126Q343.07812 321.84064 342.03125 322.7625Q340.98438 323.66876 339.45312 323.66876Q337.53125 323.66876 336.35938 322.41876Q335.20312 321.15314 335.20312 318.825Q335.20312 317.3094 335.70312 316.1844Q336.20312 315.04376 337.21875 314.48126Q338.25 313.90314 339.45312 313.90314Q340.98438 313.90314 341.9375 314.6844Q342.90625 315.45 343.1875 316.85626L341.64062 317.09064Q341.42188 316.15314 340.85938 315.6844Q340.3125 315.2 339.51562 315.2Q338.32812 315.2 337.57812 316.0594Q336.82812 316.91876 336.82812 318.77814Q336.82812 320.65314 337.54688 321.5125Q338.26562 322.35626 339.4375 322.35626Q340.35938 322.35626 340.98438 321.79376Q341.60938 321.21564 341.78125 320.02814ZM344.09375 318.77814Q344.09375 316.1844 345.54688 314.9344Q346.75 313.90314 348.46875 313.90314Q350.40625 313.90314 351.625 315.16876Q352.84375 316.4344 352.84375 318.65314Q352.84375 320.45 352.29688 321.48126Q351.76562 322.5125 350.73438 323.09064Q349.70312 323.66876 348.46875 323.66876Q346.51562 323.66876 345.29688 322.41876Q344.09375 321.15314 344.09375 318.77814ZM345.71875 318.77814Q345.71875 320.575 346.5 321.46564Q347.28125 322.35626 348.46875 322.35626Q349.65625 322.35626 350.4375 321.46564Q351.21875 320.5594 351.21875 318.73126Q351.21875 316.9969 350.42188 316.10626Q349.64062 315.21564 348.46875 315.21564Q347.28125 315.21564 346.5 316.10626Q345.71875 316.9969 345.71875 318.77814ZM354.6875 323.45L354.6875 314.1219L356.10938 314.1219L356.10938 315.45Q357.14062 313.90314 359.07812 313.90314Q359.92188 313.90314 360.625 314.21564Q361.34375 314.5125 361.6875 315.0125Q362.04688 315.4969 362.1875 316.16876Q362.26562 316.60626 362.26562 317.71564L362.26562 323.45L360.6875 323.45L360.6875 317.77814Q360.6875 316.8094 360.5 316.325Q360.32812 315.84064 359.84375 315.5594Q359.375 315.27814 358.75 315.27814Q357.73438 315.27814 357.0 315.91876Q356.26562 316.5594 356.26562 318.35626L356.26562 323.45L354.6875 323.45ZM364.04688 320.66876L365.625 320.41876Q365.75 321.35626 366.34375 321.85626Q366.95312 322.35626 368.03125 322.35626Q369.125 322.35626 369.65625 321.91876Q370.1875 321.46564 370.1875 320.8719Q370.1875 320.34064 369.71875 320.02814Q369.39062 319.825 368.09375 319.4969Q366.35938 319.0594 365.6875 318.7469Q365.01562 318.41876 364.65625 317.85626Q364.3125 317.27814 364.3125 316.59064Q364.3125 315.96564 364.59375 315.4344Q364.89062 314.90314 365.375 314.5594Q365.75 314.27814 366.39062 314.09064Q367.03125 313.90314 367.75 313.90314Q368.85938 313.90314 369.6875 314.23126Q370.51562 314.54376 370.90625 315.09064Q371.3125 315.6219 371.45312 316.52814L369.90625 316.73126Q369.79688 316.0125 369.29688 315.60626Q368.79688 315.2 367.875 315.2Q366.78125 315.2 366.3125 315.5594Q365.84375 315.91876 365.84375 316.40314Q365.84375 316.71564 366.04688 316.96564Q366.23438 317.21564 366.64062 317.3875Q366.89062 317.46564 368.04688 317.79376Q369.71875 318.23126 370.375 318.52814Q371.04688 318.8094 371.42188 319.35626Q371.8125 319.90314 371.8125 320.7Q371.8125 321.4969 371.34375 322.2Q370.89062 322.90314 370.01562 323.29376Q369.14062 323.66876 368.04688 323.66876Q366.21875 323.66876 365.26562 322.91876Q364.3125 322.15314 364.04688 320.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M400.5 316.95C400.5 320.2637 397.81372 322.95 394.5 322.95C391.18628 322.95 388.5 320.2637 388.5 316.95C388.5 313.6363 391.18628 310.95 394.5 310.95C397.81372 310.95 400.5 313.6363 400.5 316.95Z" fill="#ff00ff" fill-rule="nonzero"></path>
     <path d="M417.5625 321.9344L417.5625 323.45L409.04688 323.45Q409.03125 322.8719 409.23438 322.35626Q409.5625 321.48126 410.26562 320.6375Q410.98438 319.79376 412.34375 318.6844Q414.4375 316.96564 415.17188 315.96564Q415.92188 314.95 415.92188 314.0594Q415.92188 313.10626 415.25 312.46564Q414.57812 311.825 413.5 311.825Q412.34375 311.825 411.65625 312.5125Q410.98438 313.2 410.96875 314.40314L409.34375 314.23126Q409.51562 312.41876 410.59375 311.46564Q411.6875 310.5125 413.53125 310.5125Q415.375 310.5125 416.45312 311.54376Q417.54688 312.575 417.54688 314.09064Q417.54688 314.85626 417.21875 315.60626Q416.90625 316.35626 416.17188 317.1844Q415.4375 318.0125 413.73438 319.45Q412.3125 320.65314 411.90625 321.075Q411.5 321.4969 411.25 321.9344L417.5625 321.9344ZM419.25 320.075L420.90625 319.9344Q421.09375 321.15314 421.76562 321.7625Q422.4375 322.3719 423.39062 322.3719Q424.53125 322.3719 425.3125 321.5125Q426.10938 320.65314 426.10938 319.21564Q426.10938 317.8719 425.34375 317.09064Q424.59375 316.3094 423.35938 316.3094Q422.59375 316.3094 421.96875 316.65314Q421.35938 316.9969 421.01562 317.5594L419.53125 317.35626L420.78125 310.7469L427.1875 310.7469L427.1875 312.2469L422.04688 312.2469L421.34375 315.71564Q422.51562 314.90314 423.78125 314.90314Q425.46875 314.90314 426.625 316.075Q427.79688 317.2469 427.79688 319.075Q427.79688 320.825 426.76562 322.10626Q425.53125 323.66876 423.39062 323.66876Q421.625 323.66876 420.51562 322.6844Q419.40625 321.7 419.25 320.075ZM429.54688 313.65314Q429.54688 312.27814 430.23438 311.3094Q430.9375 310.34064 432.25 310.34064Q433.46875 310.34064 434.26562 311.21564Q435.0625 312.075 435.0625 313.7625Q435.0625 315.3875 434.25 316.27814Q433.45312 317.15314 432.26562 317.15314Q431.10938 317.15314 430.32812 316.29376Q429.54688 315.41876 429.54688 313.65314ZM432.29688 311.4344Q431.70312 311.4344 431.3125 311.95Q430.92188 312.45 430.92188 313.8094Q430.92188 315.0594 431.3125 315.5594Q431.71875 316.0594 432.29688 316.0594Q432.89062 316.0594 433.28125 315.5594Q433.67188 315.04376 433.67188 313.7Q433.67188 312.45 433.28125 311.95Q432.89062 311.4344 432.29688 311.4344ZM432.3125 323.91876L439.35938 310.34064L440.64062 310.34064L433.60938 323.91876L432.3125 323.91876ZM437.875 320.41876Q437.875 319.04376 438.5625 318.075Q439.26562 317.10626 440.59375 317.10626Q441.8125 317.10626 442.59375 317.98126Q443.39062 318.84064 443.39062 320.52814Q443.39062 322.15314 442.59375 323.04376Q441.79688 323.91876 440.60938 323.91876Q439.4375 323.91876 438.65625 323.04376Q437.875 322.16876 437.875 320.41876ZM440.64062 318.2Q440.04688 318.2 439.65625 318.71564Q439.26562 319.21564 439.26562 320.59064Q439.26562 321.8094 439.65625 322.325Q440.04688 322.84064 440.625 322.84064Q441.23438 322.84064 441.625 322.325Q442.01562 321.8094 442.01562 320.46564Q442.01562 319.21564 441.625 318.71564Q441.23438 318.2 440.64062 318.2ZM454.14062 322.02814L454.375 323.4344Q453.70312 323.575 453.17188 323.575Q452.3125 323.575 451.82812 323.3094Q451.35938 323.02814 451.17188 322.59064Q450.98438 322.1375 450.98438 320.71564L450.98438 315.34064L449.8125 315.34064L449.8125 314.1219L450.98438 314.1219L450.98438 311.8094L452.54688 310.85626L452.54688 314.1219L454.14062 314.1219L454.14062 315.34064L452.54688 315.34064L452.54688 320.8094Q452.54688 321.48126 452.625 321.6844Q452.71875 321.8719 452.90625 321.98126Q453.09375 322.09064 453.45312 322.09064Q453.70312 322.09064 454.14062 322.02814ZM455.09375 318.77814Q455.09375 316.1844 456.54688 314.9344Q457.75 313.90314 459.46875 313.90314Q461.40625 313.90314 462.625 315.16876Q463.84375 316.4344 463.84375 318.65314Q463.84375 320.45 463.29688 321.48126Q462.76562 322.5125 461.73438 323.09064Q460.70312 323.66876 459.46875 323.66876Q457.51562 323.66876 456.29688 322.41876Q455.09375 321.15314 455.09375 318.77814ZM456.71875 318.77814Q456.71875 320.575 457.5 321.46564Q458.28125 322.35626 459.46875 322.35626Q460.65625 322.35626 461.4375 321.46564Q462.21875 320.5594 462.21875 318.73126Q462.21875 316.9969 461.42188 316.10626Q460.64062 315.21564 459.46875 315.21564Q458.28125 315.21564 457.5 316.10626Q456.71875 316.9969 456.71875 318.77814ZM470.25 320.075L471.90625 319.9344Q472.09375 321.15314 472.76562 321.7625Q473.4375 322.3719 474.39062 322.3719Q475.53125 322.3719 476.3125 321.5125Q477.10938 320.65314 477.10938 319.21564Q477.10938 317.8719 476.34375 317.09064Q475.59375 316.3094 474.35938 316.3094Q473.59375 316.3094 472.96875 316.65314Q472.35938 316.9969 472.01562 317.5594L470.53125 317.35626L471.78125 310.7469L478.1875 310.7469L478.1875 312.2469L473.04688 312.2469L472.34375 315.71564Q473.51562 314.90314 474.78125 314.90314Q476.46875 314.90314 477.625 316.075Q478.79688 317.2469 478.79688 319.075Q478.79688 320.825 477.76562 322.10626Q476.53125 323.66876 474.39062 323.66876Q472.625 323.66876 471.51562 322.6844Q470.40625 321.7 470.25 320.075ZM480.25 317.09064Q480.25 314.8094 480.71875 313.41876Q481.1875 312.02814 482.10938 311.27814Q483.04688 310.5125 484.45312 310.5125Q485.48438 310.5125 486.26562 310.9344Q487.04688 311.34064 487.54688 312.1375Q488.0625 312.91876 488.35938 314.0594Q488.65625 315.1844 488.65625 317.09064Q488.65625 319.35626 488.1875 320.7625Q487.71875 322.15314 486.78125 322.91876Q485.85938 323.66876 484.45312 323.66876Q482.57812 323.66876 481.51562 322.34064Q480.25 320.73126 480.25 317.09064ZM481.875 317.09064Q481.875 320.2625 482.60938 321.325Q483.35938 322.3719 484.45312 322.3719Q485.53125 322.3719 486.28125 321.325Q487.03125 320.2625 487.03125 317.09064Q487.03125 313.91876 486.28125 312.8719Q485.53125 311.825 484.4375 311.825Q483.34375 311.825 482.6875 312.7469Q481.875 313.91876 481.875 317.09064ZM490.54688 313.65314Q490.54688 312.27814 491.23438 311.3094Q491.9375 310.34064 493.25 310.34064Q494.46875 310.34064 495.26562 311.21564Q496.0625 312.075 496.0625 313.7625Q496.0625 315.3875 495.25 316.27814Q494.45312 317.15314 493.26562 317.15314Q492.10938 317.15314 491.32812 316.29376Q490.54688 315.41876 490.54688 313.65314ZM493.29688 311.4344Q492.70312 311.4344 492.3125 311.95Q491.92188 312.45 491.92188 313.8094Q491.92188 315.0594 492.3125 315.5594Q492.71875 316.0594 493.29688 316.0594Q493.89062 316.0594 494.28125 315.5594Q494.67188 315.04376 494.67188 313.7Q494.67188 312.45 494.28125 311.95Q493.89062 311.4344 493.29688 311.4344ZM493.3125 323.91876L500.35938 310.34064L501.64062 310.34064L494.60938 323.91876L493.3125 323.91876ZM498.875 320.41876Q498.875 319.04376 499.5625 318.075Q500.26562 317.10626 501.59375 317.10626Q502.8125 317.10626 503.59375 317.98126Q504.39062 318.84064 504.39062 320.52814Q504.39062 322.15314 503.59375 323.04376Q502.79688 323.91876 501.60938 323.91876Q500.4375 323.91876 499.65625 323.04376Q498.875 322.16876 498.875 320.41876ZM501.64062 318.2Q501.04688 318.2 500.65625 318.71564Q500.26562 319.21564 500.26562 320.59064Q500.26562 321.8094 500.65625 322.325Q501.04688 322.84064 501.625 322.84064Q502.23438 322.84064 502.625 322.325Q503.01562 321.8094 503.01562 320.46564Q503.01562 319.21564 502.625 318.71564Q502.23438 318.2 501.64062 318.2ZM511.09375 318.77814Q511.09375 316.1844 512.5469 314.9344Q513.75 313.90314 515.46875 313.90314Q517.40625 313.90314 518.625 315.16876Q519.84375 316.4344 519.84375 318.65314Q519.84375 320.45 519.2969 321.48126Q518.7656 322.5125 517.7344 323.09064Q516.7031 323.66876 515.46875 323.66876Q513.5156 323.66876 512.2969 322.41876Q511.09375 321.15314 511.09375 318.77814ZM512.71875 318.77814Q512.71875 320.575 513.5 321.46564Q514.28125 322.35626 515.46875 322.35626Q516.65625 322.35626 517.4375 321.46564Q518.21875 320.5594 518.21875 318.73126Q518.21875 316.9969 517.4219 316.10626Q516.6406 315.21564 515.46875 315.21564Q514.28125 315.21564 513.5 316.10626Q512.71875 316.9969 512.71875 318.77814ZM522.0625 323.45L522.0625 315.34064L520.6719 315.34064L520.6719 314.1219L522.0625 314.1219L522.0625 313.1219Q522.0625 312.1844 522.2344 311.73126Q522.4531 311.10626 523.03125 310.73126Q523.6094 310.34064 524.65625 310.34064Q525.3125 310.34064 526.125 310.4969L525.8906 311.8875Q525.3906 311.79376 524.9531 311.79376Q524.2344 311.79376 523.9375 312.10626Q523.6406 312.40314 523.6406 313.2469L523.6406 314.1219L525.4531 314.1219L525.4531 315.34064L523.6406 315.34064L523.6406 323.45L522.0625 323.45ZM535.1719 323.45L535.1719 312.09064L530.9219 312.09064L530.9219 310.5594L541.1406 310.5594L541.1406 312.09064L536.875 312.09064L536.875 323.45L535.1719 323.45ZM550.0781 320.45L551.71875 320.65314Q551.3281 322.075 550.28125 322.8719Q549.2344 323.66876 547.6094 323.66876Q545.5625 323.66876 544.3594 322.40314Q543.15625 321.1375 543.15625 318.85626Q543.15625 316.5125 544.3594 315.21564Q545.5781 313.90314 547.5156 313.90314Q549.3906 313.90314 550.5781 315.1844Q551.7656 316.45 551.7656 318.7625Q551.7656 318.90314 551.75 319.1844L544.7969 319.1844Q544.875 320.73126 545.65625 321.54376Q546.4531 322.35626 547.6094 322.35626Q548.4844 322.35626 549.09375 321.90314Q549.71875 321.45 550.0781 320.45ZM544.875 317.8875L550.09375 317.8875Q549.9844 316.71564 549.5 316.1219Q548.7344 315.2 547.53125 315.2Q546.4531 315.2 545.7031 315.9344Q544.96875 316.66876 544.875 317.8875ZM553.65625 323.45L553.65625 310.5594L555.2344 310.5594L555.2344 323.45L553.65625 323.45ZM564.0781 320.45L565.71875 320.65314Q565.3281 322.075 564.28125 322.8719Q563.2344 323.66876 561.6094 323.66876Q559.5625 323.66876 558.3594 322.40314Q557.15625 321.1375 557.15625 318.85626Q557.15625 316.5125 558.3594 315.21564Q559.5781 313.90314 561.5156 313.90314Q563.3906 313.90314 564.5781 315.1844Q565.7656 316.45 565.7656 318.7625Q565.7656 318.90314 565.75 319.1844L558.7969 319.1844Q558.875 320.73126 559.65625 321.54376Q560.4531 322.35626 561.6094 322.35626Q562.4844 322.35626 563.09375 321.90314Q563.71875 321.45 564.0781 320.45ZM558.875 317.8875L564.09375 317.8875Q563.9844 316.71564 563.5 316.1219Q562.7344 315.2 561.53125 315.2Q560.4531 315.2 559.7031 315.9344Q558.96875 316.66876 558.875 317.8875ZM573.78125 320.02814L575.3281 320.23126Q575.0781 321.84064 574.03125 322.7625Q572.9844 323.66876 571.4531 323.66876Q569.53125 323.66876 568.3594 322.41876Q567.2031 321.15314 567.2031 318.825Q567.2031 317.3094 567.7031 316.1844Q568.2031 315.04376 569.21875 314.48126Q570.25 313.90314 571.4531 313.90314Q572.9844 313.90314 573.9375 314.6844Q574.90625 315.45 575.1875 316.85626L573.6406 317.09064Q573.4219 316.15314 572.8594 315.6844Q572.3125 315.2 571.5156 315.2Q570.3281 315.2 569.5781 316.0594Q568.8281 316.91876 568.8281 318.77814Q568.8281 320.65314 569.5469 321.5125Q570.2656 322.35626 571.4375 322.35626Q572.3594 322.35626 572.9844 321.79376Q573.6094 321.21564 573.78125 320.02814ZM576.09375 318.77814Q576.09375 316.1844 577.5469 314.9344Q578.75 313.90314 580.46875 313.90314Q582.40625 313.90314 583.625 315.16876Q584.84375 316.4344 584.84375 318.65314Q584.84375 320.45 584.2969 321.48126Q583.7656 322.5125 582.7344 323.09064Q581.7031 323.66876 580.46875 323.66876Q578.5156 323.66876 577.2969 322.41876Q576.09375 321.15314 576.09375 318.77814ZM577.71875 318.77814Q577.71875 320.575 578.5 321.46564Q579.28125 322.35626 580.46875 322.35626Q581.65625 322.35626 582.4375 321.46564Q583.21875 320.5594 583.21875 318.73126Q583.21875 316.9969 582.4219 316.10626Q581.6406 315.21564 580.46875 315.21564Q579.28125 315.21564 578.5 316.10626Q577.71875 316.9969 577.71875 318.77814ZM586.6875 323.45L586.6875 314.1219L588.1094 314.1219L588.1094 315.45Q589.1406 313.90314 591.0781 313.90314Q591.9219 313.90314 592.625 314.21564Q593.34375 314.5125 593.6875 315.0125Q594.0469 315.4969 594.1875 316.16876Q594.2656 316.60626 594.2656 317.71564L594.2656 323.45L592.6875 323.45L592.6875 317.77814Q592.6875 316.8094 592.5 316.325Q592.3281 315.84064 591.84375 315.5594Q591.375 315.27814 590.75 315.27814Q589.7344 315.27814 589.0 315.91876Q588.2656 316.5594 588.2656 318.35626L588.2656 323.45L586.6875 323.45ZM596.0469 320.66876L597.625 320.41876Q597.75 321.35626 598.34375 321.85626Q598.9531 322.35626 600.03125 322.35626Q601.125 322.35626 601.65625 321.91876Q602.1875 321.46564 602.1875 320.8719Q602.1875 320.34064 601.71875 320.02814Q601.3906 319.825 600.09375 319.4969Q598.3594 319.0594 597.6875 318.7469Q597.0156 318.41876 596.65625 317.85626Q596.3125 317.27814 596.3125 316.59064Q596.3125 315.96564 596.59375 315.4344Q596.8906 314.90314 597.375 314.5594Q597.75 314.27814 598.3906 314.09064Q599.03125 313.90314 599.75 313.90314Q600.8594 313.90314 601.6875 314.23126Q602.5156 314.54376 602.90625 315.09064Q603.3125 315.6219 603.4531 316.52814L601.90625 316.73126Q601.7969 316.0125 601.2969 315.60626Q600.7969 315.2 599.875 315.2Q598.78125 315.2 598.3125 315.5594Q597.84375 315.91876 597.84375 316.40314Q597.84375 316.71564 598.0469 316.96564Q598.2344 317.21564 598.6406 317.3875Q598.8906 317.46564 600.0469 317.79376Q601.71875 318.23126 602.375 318.52814Q603.0469 318.8094 603.4219 319.35626Q603.8125 319.90314 603.8125 320.7Q603.8125 321.4969 603.34375 322.2Q602.8906 322.90314 602.0156 323.29376Q601.1406 323.66876 600.0469 323.66876Q598.21875 323.66876 597.2656 322.91876Q596.3125 322.15314 596.0469 320.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M135.0 341.95C135.0 345.2637 132.3137 347.95 129.0 347.95C125.686295 347.95 123.0 345.2637 123.0 341.95C123.0 338.6363 125.686295 335.95 129.0 335.95C132.3137 335.95 135.0 338.6363 135.0 341.95Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M143.75 345.075L145.40625 344.9344Q145.59375 346.15314 146.26562 346.7625Q146.9375 347.3719 147.89062 347.3719Q149.03125 347.3719 149.8125 346.5125Q150.60938 345.65314 150.60938 344.21564Q150.60938 342.8719 149.84375 342.09064Q149.09375 341.3094 147.85938 341.3094Q147.09375 341.3094 146.46875 341.65314Q145.85938 341.9969 145.51562 342.5594L144.03125 342.35626L145.28125 335.7469L151.6875 335.7469L151.6875 337.2469L146.54688 337.2469L145.84375 340.71564Q147.01562 339.90314 148.28125 339.90314Q149.96875 339.90314 151.125 341.075Q152.29688 342.2469 152.29688 344.075Q152.29688 345.825 151.26562 347.10626Q150.03125 348.66876 147.89062 348.66876Q146.125 348.66876 145.01562 347.6844Q143.90625 346.7 143.75 345.075ZM153.75 342.09064Q153.75 339.8094 154.21875 338.41876Q154.6875 337.02814 155.60938 336.27814Q156.54688 335.5125 157.95312 335.5125Q158.98438 335.5125 159.76562 335.9344Q160.54688 336.34064 161.04688 337.1375Q161.5625 337.91876 161.85938 339.0594Q162.15625 340.1844 162.15625 342.09064Q162.15625 344.35626 161.6875 345.7625Q161.21875 347.15314 160.28125 347.91876Q159.35938 348.66876 157.95312 348.66876Q156.07812 348.66876 155.01562 347.34064Q153.75 345.73126 153.75 342.09064ZM155.375 342.09064Q155.375 345.2625 156.10938 346.325Q156.85938 347.3719 157.95312 347.3719Q159.03125 347.3719 159.78125 346.325Q160.53125 345.2625 160.53125 342.09064Q160.53125 338.91876 159.78125 337.8719Q159.03125 336.825 157.9375 336.825Q156.84375 336.825 156.1875 337.7469Q155.375 338.91876 155.375 342.09064ZM164.04688 338.65314Q164.04688 337.27814 164.73438 336.3094Q165.4375 335.34064 166.75 335.34064Q167.96875 335.34064 168.76562 336.21564Q169.5625 337.075 169.5625 338.7625Q169.5625 340.3875 168.75 341.27814Q167.95312 342.15314 166.76562 342.15314Q165.60938 342.15314 164.82812 341.29376Q164.04688 340.41876 164.04688 338.65314ZM166.79688 336.4344Q166.20312 336.4344 165.8125 336.95Q165.42188 337.45 165.42188 338.8094Q165.42188 340.0594 165.8125 340.5594Q166.21875 341.0594 166.79688 341.0594Q167.39062 341.0594 167.78125 340.5594Q168.17188 340.04376 168.17188 338.7Q168.17188 337.45 167.78125 336.95Q167.39062 336.4344 166.79688 336.4344ZM166.8125 348.91876L173.85938 335.34064L175.14062 335.34064L168.10938 348.91876L166.8125 348.91876ZM172.375 345.41876Q172.375 344.04376 173.0625 343.075Q173.76562 342.10626 175.09375 342.10626Q176.3125 342.10626 177.09375 342.98126Q177.89062 343.84064 177.89062 345.52814Q177.89062 347.15314 177.09375 348.04376Q176.29688 348.91876 175.10938 348.91876Q173.9375 348.91876 173.15625 348.04376Q172.375 347.16876 172.375 345.41876ZM175.14062 343.2Q174.54688 343.2 174.15625 343.71564Q173.76562 344.21564 173.76562 345.59064Q173.76562 346.8094 174.15625 347.325Q174.54688 347.84064 175.125 347.84064Q175.73438 347.84064 176.125 347.325Q176.51562 346.8094 176.51562 345.46564Q176.51562 344.21564 176.125 343.71564Q175.73438 343.2 175.14062 343.2ZM188.64062 347.02814L188.875 348.4344Q188.20312 348.575 187.67188 348.575Q186.8125 348.575 186.32812 348.3094Q185.85938 348.02814 185.67188 347.59064Q185.48438 347.1375 185.48438 345.71564L185.48438 340.34064L184.3125 340.34064L184.3125 339.1219L185.48438 339.1219L185.48438 336.8094L187.04688 335.85626L187.04688 339.1219L188.64062 339.1219L188.64062 340.34064L187.04688 340.34064L187.04688 345.8094Q187.04688 346.48126 187.125 346.6844Q187.21875 346.8719 187.40625 346.98126Q187.59375 347.09064 187.95312 347.09064Q188.20312 347.09064 188.64062 347.02814ZM189.59375 343.77814Q189.59375 341.1844 191.04688 339.9344Q192.25 338.90314 193.96875 338.90314Q195.90625 338.90314 197.125 340.16876Q198.34375 341.4344 198.34375 343.65314Q198.34375 345.45 197.79688 346.48126Q197.26562 347.5125 196.23438 348.09064Q195.20312 348.66876 193.96875 348.66876Q192.01562 348.66876 190.79688 347.41876Q189.59375 346.15314 189.59375 343.77814ZM191.21875 343.77814Q191.21875 345.575 192.0 346.46564Q192.78125 347.35626 193.96875 347.35626Q195.15625 347.35626 195.9375 346.46564Q196.71875 345.5594 196.71875 343.73126Q196.71875 341.9969 195.92188 341.10626Q195.14062 340.21564 193.96875 340.21564Q192.78125 340.21564 192.0 341.10626Q191.21875 341.9969 191.21875 343.77814ZM204.85938 337.2469L204.85938 335.73126L213.1875 335.73126L213.1875 336.96564Q211.96875 338.27814 210.75 340.45Q209.54688 342.60626 208.89062 344.90314Q208.40625 346.52814 208.28125 348.45L206.65625 348.45Q206.6875 346.9344 207.25 344.77814Q207.82812 342.6219 208.89062 340.6219Q209.95312 338.6219 211.15625 337.2469L204.85938 337.2469ZM214.75 345.075L216.40625 344.9344Q216.59375 346.15314 217.26562 346.7625Q217.9375 347.3719 218.89062 347.3719Q220.03125 347.3719 220.8125 346.5125Q221.60938 345.65314 221.60938 344.21564Q221.60938 342.8719 220.84375 342.09064Q220.09375 341.3094 218.85938 341.3094Q218.09375 341.3094 217.46875 341.65314Q216.85938 341.9969 216.51562 342.5594L215.03125 342.35626L216.28125 335.7469L222.6875 335.7469L222.6875 337.2469L217.54688 337.2469L216.84375 340.71564Q218.01562 339.90314 219.28125 339.90314Q220.96875 339.90314 222.125 341.075Q223.29688 342.2469 223.29688 344.075Q223.29688 345.825 222.26562 347.10626Q221.03125 348.66876 218.89062 348.66876Q217.125 348.66876 216.01562 347.6844Q214.90625 346.7 214.75 345.075ZM225.04688 338.65314Q225.04688 337.27814 225.73438 336.3094Q226.4375 335.34064 227.75 335.34064Q228.96875 335.34064 229.76562 336.21564Q230.5625 337.075 230.5625 338.7625Q230.5625 340.3875 229.75 341.27814Q228.95312 342.15314 227.76562 342.15314Q226.60938 342.15314 225.82812 341.29376Q225.04688 340.41876 225.04688 338.65314ZM227.79688 336.4344Q227.20312 336.4344 226.8125 336.95Q226.42188 337.45 226.42188 338.8094Q226.42188 340.0594 226.8125 340.5594Q227.21875 341.0594 227.79688 341.0594Q228.39062 341.0594 228.78125 340.5594Q229.17188 340.04376 229.17188 338.7Q229.17188 337.45 228.78125 336.95Q228.39062 336.4344 227.79688 336.4344ZM227.8125 348.91876L234.85938 335.34064L236.14062 335.34064L229.10938 348.91876L227.8125 348.91876ZM233.375 345.41876Q233.375 344.04376 234.0625 343.075Q234.76562 342.10626 236.09375 342.10626Q237.3125 342.10626 238.09375 342.98126Q238.89062 343.84064 238.89062 345.52814Q238.89062 347.15314 238.09375 348.04376Q237.29688 348.91876 236.10938 348.91876Q234.9375 348.91876 234.15625 348.04376Q233.375 347.16876 233.375 345.41876ZM236.14062 343.2Q235.54688 343.2 235.15625 343.71564Q234.76562 344.21564 234.76562 345.59064Q234.76562 346.8094 235.15625 347.325Q235.54688 347.84064 236.125 347.84064Q236.73438 347.84064 237.125 347.325Q237.51562 346.8094 237.51562 345.46564Q237.51562 344.21564 237.125 343.71564Q236.73438 343.2 236.14062 343.2ZM245.59375 343.77814Q245.59375 341.1844 247.04688 339.9344Q248.25 338.90314 249.96875 338.90314Q251.90625 338.90314 253.125 340.16876Q254.34375 341.4344 254.34375 343.65314Q254.34375 345.45 253.79688 346.48126Q253.26562 347.5125 252.23438 348.09064Q251.20312 348.66876 249.96875 348.66876Q248.01562 348.66876 246.79688 347.41876Q245.59375 346.15314 245.59375 343.77814ZM247.21875 343.77814Q247.21875 345.575 248.0 346.46564Q248.78125 347.35626 249.96875 347.35626Q251.15625 347.35626 251.9375 346.46564Q252.71875 345.5594 252.71875 343.73126Q252.71875 341.9969 251.92188 341.10626Q251.14062 340.21564 249.96875 340.21564Q248.78125 340.21564 248.0 341.10626Q247.21875 341.9969 247.21875 343.77814ZM256.5625 348.45L256.5625 340.34064L255.17188 340.34064L255.17188 339.1219L256.5625 339.1219L256.5625 338.1219Q256.5625 337.1844 256.73438 336.73126Q256.95312 336.10626 257.53125 335.73126Q258.10938 335.34064 259.15625 335.34064Q259.8125 335.34064 260.625 335.4969L260.39062 336.8875Q259.89062 336.79376 259.45312 336.79376Q258.73438 336.79376 258.4375 337.10626Q258.14062 337.40314 258.14062 338.2469L258.14062 339.1219L259.95312 339.1219L259.95312 340.34064L258.14062 340.34064L258.14062 348.45L256.5625 348.45ZM269.67188 348.45L269.67188 337.09064L265.42188 337.09064L265.42188 335.5594L275.64062 335.5594L275.64062 337.09064L271.375 337.09064L271.375 348.45L269.67188 348.45ZM284.57812 345.45L286.21875 345.65314Q285.82812 347.075 284.78125 347.8719Q283.73438 348.66876 282.10938 348.66876Q280.0625 348.66876 278.85938 347.40314Q277.65625 346.1375 277.65625 343.85626Q277.65625 341.5125 278.85938 340.21564Q280.07812 338.90314 282.01562 338.90314Q283.89062 338.90314 285.07812 340.1844Q286.26562 341.45 286.26562 343.7625Q286.26562 343.90314 286.25 344.1844L279.29688 344.1844Q279.375 345.73126 280.15625 346.54376Q280.95312 347.35626 282.10938 347.35626Q282.98438 347.35626 283.59375 346.90314Q284.21875 346.45 284.57812 345.45ZM279.375 342.8875L284.59375 342.8875Q284.48438 341.71564 284.0 341.1219Q283.23438 340.2 282.03125 340.2Q280.95312 340.2 280.20312 340.9344Q279.46875 341.66876 279.375 342.8875ZM288.15625 348.45L288.15625 335.5594L289.73438 335.5594L289.73438 348.45L288.15625 348.45ZM298.57812 345.45L300.21875 345.65314Q299.82812 347.075 298.78125 347.8719Q297.73438 348.66876 296.10938 348.66876Q294.0625 348.66876 292.85938 347.40314Q291.65625 346.1375 291.65625 343.85626Q291.65625 341.5125 292.85938 340.21564Q294.07812 338.90314 296.01562 338.90314Q297.89062 338.90314 299.07812 340.1844Q300.26562 341.45 300.26562 343.7625Q300.26562 343.90314 300.25 344.1844L293.29688 344.1844Q293.375 345.73126 294.15625 346.54376Q294.95312 347.35626 296.10938 347.35626Q296.98438 347.35626 297.59375 346.90314Q298.21875 346.45 298.57812 345.45ZM293.375 342.8875L298.59375 342.8875Q298.48438 341.71564 298.0 341.1219Q297.23438 340.2 296.03125 340.2Q294.95312 340.2 294.20312 340.9344Q293.46875 341.66876 293.375 342.8875ZM308.28125 345.02814L309.82812 345.23126Q309.57812 346.84064 308.53125 347.7625Q307.48438 348.66876 305.95312 348.66876Q304.03125 348.66876 302.85938 347.41876Q301.70312 346.15314 301.70312 343.825Q301.70312 342.3094 302.20312 341.1844Q302.70312 340.04376 303.71875 339.48126Q304.75 338.90314 305.95312 338.90314Q307.48438 338.90314 308.4375 339.6844Q309.40625 340.45 309.6875 341.85626L308.14062 342.09064Q307.92188 341.15314 307.35938 340.6844Q306.8125 340.2 306.01562 340.2Q304.82812 340.2 304.07812 341.0594Q303.32812 341.91876 303.32812 343.77814Q303.32812 345.65314 304.04688 346.5125Q304.76562 347.35626 305.9375 347.35626Q306.85938 347.35626 307.48438 346.79376Q308.10938 346.21564 308.28125 345.02814ZM310.59375 343.77814Q310.59375 341.1844 312.04688 339.9344Q313.25 338.90314 314.96875 338.90314Q316.90625 338.90314 318.125 340.16876Q319.34375 341.4344 319.34375 343.65314Q319.34375 345.45 318.79688 346.48126Q318.26562 347.5125 317.23438 348.09064Q316.20312 348.66876 314.96875 348.66876Q313.01562 348.66876 311.79688 347.41876Q310.59375 346.15314 310.59375 343.77814ZM312.21875 343.77814Q312.21875 345.575 313.0 346.46564Q313.78125 347.35626 314.96875 347.35626Q316.15625 347.35626 316.9375 346.46564Q317.71875 345.5594 317.71875 343.73126Q317.71875 341.9969 316.92188 341.10626Q316.14062 340.21564 314.96875 340.21564Q313.78125 340.21564 313.0 341.10626Q312.21875 341.9969 312.21875 343.77814ZM321.1875 348.45L321.1875 339.1219L322.60938 339.1219L322.60938 340.45Q323.64062 338.90314 325.57812 338.90314Q326.42188 338.90314 327.125 339.21564Q327.84375 339.5125 328.1875 340.0125Q328.54688 340.4969 328.6875 341.16876Q328.76562 341.60626 328.76562 342.71564L328.76562 348.45L327.1875 348.45L327.1875 342.77814Q327.1875 341.8094 327.0 341.325Q326.82812 340.84064 326.34375 340.5594Q325.875 340.27814 325.25 340.27814Q324.23438 340.27814 323.5 340.91876Q322.76562 341.5594 322.76562 343.35626L322.76562 348.45L321.1875 348.45ZM330.54688 345.66876L332.125 345.41876Q332.25 346.35626 332.84375 346.85626Q333.45312 347.35626 334.53125 347.35626Q335.625 347.35626 336.15625 346.91876Q336.6875 346.46564 336.6875 345.8719Q336.6875 345.34064 336.21875 345.02814Q335.89062 344.825 334.59375 344.4969Q332.85938 344.0594 332.1875 343.7469Q331.51562 343.41876 331.15625 342.85626Q330.8125 342.27814 330.8125 341.59064Q330.8125 340.96564 331.09375 340.4344Q331.39062 339.90314 331.875 339.5594Q332.25 339.27814 332.89062 339.09064Q333.53125 338.90314 334.25 338.90314Q335.35938 338.90314 336.1875 339.23126Q337.01562 339.54376 337.40625 340.09064Q337.8125 340.6219 337.95312 341.52814L336.40625 341.73126Q336.29688 341.0125 335.79688 340.60626Q335.29688 340.2 334.375 340.2Q333.28125 340.2 332.8125 340.5594Q332.34375 340.91876 332.34375 341.40314Q332.34375 341.71564 332.54688 341.96564Q332.73438 342.21564 333.14062 342.3875Q333.39062 342.46564 334.54688 342.79376Q336.21875 343.23126 336.875 343.52814Q337.54688 343.8094 337.92188 344.35626Q338.3125 344.90314 338.3125 345.7Q338.3125 346.4969 337.84375 347.2Q337.39062 347.90314 336.51562 348.29376Q335.64062 348.66876 334.54688 348.66876Q332.71875 348.66876 331.76562 347.91876Q330.8125 347.15314 330.54688 345.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M367.0 341.95C367.0 345.2637 364.31372 347.95 361.0 347.95C357.68628 347.95 355.0 345.2637 355.0 341.95C355.0 338.6363 357.68628 335.95 361.0 335.95C364.31372 335.95 367.0 338.6363 367.0 341.95Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M384.51562 342.8094L375.98438 346.46564L375.98438 344.8875L382.75 342.09064L375.98438 339.3094L375.98438 337.73126L384.51562 341.34064L384.51562 342.8094ZM395.51562 340.8719L387.0 340.8719L387.0 339.40314L395.51562 339.40314L395.51562 340.8719ZM395.51562 344.77814L387.0 344.77814L387.0 343.3094L395.51562 343.3094L395.51562 344.77814ZM397.85938 337.2469L397.85938 335.73126L406.1875 335.73126L406.1875 336.96564Q404.96875 338.27814 403.75 340.45Q402.54688 342.60626 401.89062 344.90314Q401.40625 346.52814 401.28125 348.45L399.65625 348.45Q399.6875 346.9344 400.25 344.77814Q400.82812 342.6219 401.89062 340.6219Q402.95312 338.6219 404.15625 337.2469L397.85938 337.2469ZM407.75 345.075L409.40625 344.9344Q409.59375 346.15314 410.26562 346.7625Q410.9375 347.3719 411.89062 347.3719Q413.03125 347.3719 413.8125 346.5125Q414.60938 345.65314 414.60938 344.21564Q414.60938 342.8719 413.84375 342.09064Q413.09375 341.3094 411.85938 341.3094Q411.09375 341.3094 410.46875 341.65314Q409.85938 341.9969 409.51562 342.5594L408.03125 342.35626L409.28125 335.7469L415.6875 335.7469L415.6875 337.2469L410.54688 337.2469L409.84375 340.71564Q411.01562 339.90314 412.28125 339.90314Q413.96875 339.90314 415.125 341.075Q416.29688 342.2469 416.29688 344.075Q416.29688 345.825 415.26562 347.10626Q414.03125 348.66876 411.89062 348.66876Q410.125 348.66876 409.01562 347.6844Q407.90625 346.7 407.75 345.075ZM418.04688 338.65314Q418.04688 337.27814 418.73438 336.3094Q419.4375 335.34064 420.75 335.34064Q421.96875 335.34064 422.76562 336.21564Q423.5625 337.075 423.5625 338.7625Q423.5625 340.3875 422.75 341.27814Q421.95312 342.15314 420.76562 342.15314Q419.60938 342.15314 418.82812 341.29376Q418.04688 340.41876 418.04688 338.65314ZM420.79688 336.4344Q420.20312 336.4344 419.8125 336.95Q419.42188 337.45 419.42188 338.8094Q419.42188 340.0594 419.8125 340.5594Q420.21875 341.0594 420.79688 341.0594Q421.39062 341.0594 421.78125 340.5594Q422.17188 340.04376 422.17188 338.7Q422.17188 337.45 421.78125 336.95Q421.39062 336.4344 420.79688 336.4344ZM420.8125 348.91876L427.85938 335.34064L429.14062 335.34064L422.10938 348.91876L420.8125 348.91876ZM426.375 345.41876Q426.375 344.04376 427.0625 343.075Q427.76562 342.10626 429.09375 342.10626Q430.3125 342.10626 431.09375 342.98126Q431.89062 343.84064 431.89062 345.52814Q431.89062 347.15314 431.09375 348.04376Q430.29688 348.91876 429.10938 348.91876Q427.9375 348.91876 427.15625 348.04376Q426.375 347.16876 426.375 345.41876ZM429.14062 343.2Q428.54688 343.2 428.15625 343.71564Q427.76562 344.21564 427.76562 345.59064Q427.76562 346.8094 428.15625 347.325Q428.54688 347.84064 429.125 347.84064Q429.73438 347.84064 430.125 347.325Q430.51562 346.8094 430.51562 345.46564Q430.51562 344.21564 430.125 343.71564Q429.73438 343.2 429.14062 343.2ZM438.59375 343.77814Q438.59375 341.1844 440.04688 339.9344Q441.25 338.90314 442.96875 338.90314Q444.90625 338.90314 446.125 340.16876Q447.34375 341.4344 447.34375 343.65314Q447.34375 345.45 446.79688 346.48126Q446.26562 347.5125 445.23438 348.09064Q444.20312 348.66876 442.96875 348.66876Q441.01562 348.66876 439.79688 347.41876Q438.59375 346.15314 438.59375 343.77814ZM440.21875 343.77814Q440.21875 345.575 441.0 346.46564Q441.78125 347.35626 442.96875 347.35626Q444.15625 347.35626 444.9375 346.46564Q445.71875 345.5594 445.71875 343.73126Q445.71875 341.9969 444.92188 341.10626Q444.14062 340.21564 442.96875 340.21564Q441.78125 340.21564 441.0 341.10626Q440.21875 341.9969 440.21875 343.77814ZM449.5625 348.45L449.5625 340.34064L448.17188 340.34064L448.17188 339.1219L449.5625 339.1219L449.5625 338.1219Q449.5625 337.1844 449.73438 336.73126Q449.95312 336.10626 450.53125 335.73126Q451.10938 335.34064 452.15625 335.34064Q452.8125 335.34064 453.625 335.4969L453.39062 336.8875Q452.89062 336.79376 452.45312 336.79376Q451.73438 336.79376 451.4375 337.10626Q451.14062 337.40314 451.14062 338.2469L451.14062 339.1219L452.95312 339.1219L452.95312 340.34064L451.14062 340.34064L451.14062 348.45L449.5625 348.45ZM462.67188 348.45L462.67188 337.09064L458.42188 337.09064L458.42188 335.5594L468.64062 335.5594L468.64062 337.09064L464.375 337.09064L464.375 348.45L462.67188 348.45ZM477.57812 345.45L479.21875 345.65314Q478.82812 347.075 477.78125 347.8719Q476.73438 348.66876 475.10938 348.66876Q473.0625 348.66876 471.85938 347.40314Q470.65625 346.1375 470.65625 343.85626Q470.65625 341.5125 471.85938 340.21564Q473.07812 338.90314 475.01562 338.90314Q476.89062 338.90314 478.07812 340.1844Q479.26562 341.45 479.26562 343.7625Q479.26562 343.90314 479.25 344.1844L472.29688 344.1844Q472.375 345.73126 473.15625 346.54376Q473.95312 347.35626 475.10938 347.35626Q475.98438 347.35626 476.59375 346.90314Q477.21875 346.45 477.57812 345.45ZM472.375 342.8875L477.59375 342.8875Q477.48438 341.71564 477.0 341.1219Q476.23438 340.2 475.03125 340.2Q473.95312 340.2 473.20312 340.9344Q472.46875 341.66876 472.375 342.8875ZM481.15625 348.45L481.15625 335.5594L482.73438 335.5594L482.73438 348.45L481.15625 348.45ZM491.57812 345.45L493.21875 345.65314Q492.82812 347.075 491.78125 347.8719Q490.73438 348.66876 489.10938 348.66876Q487.0625 348.66876 485.85938 347.40314Q484.65625 346.1375 484.65625 343.85626Q484.65625 341.5125 485.85938 340.21564Q487.07812 338.90314 489.01562 338.90314Q490.89062 338.90314 492.07812 340.1844Q493.26562 341.45 493.26562 343.7625Q493.26562 343.90314 493.25 344.1844L486.29688 344.1844Q486.375 345.73126 487.15625 346.54376Q487.95312 347.35626 489.10938 347.35626Q489.98438 347.35626 490.59375 346.90314Q491.21875 346.45 491.57812 345.45ZM486.375 342.8875L491.59375 342.8875Q491.48438 341.71564 491.0 341.1219Q490.23438 340.2 489.03125 340.2Q487.95312 340.2 487.20312 340.9344Q486.46875 341.66876 486.375 342.8875ZM501.28125 345.02814L502.82812 345.23126Q502.57812 346.84064 501.53125 347.7625Q500.48438 348.66876 498.95312 348.66876Q497.03125 348.66876 495.85938 347.41876Q494.70312 346.15314 494.70312 343.825Q494.70312 342.3094 495.20312 341.1844Q495.70312 340.04376 496.71875 339.48126Q497.75 338.90314 498.95312 338.90314Q500.48438 338.90314 501.4375 339.6844Q502.40625 340.45 502.6875 341.85626L501.14062 342.09064Q500.92188 341.15314 500.35938 340.6844Q499.8125 340.2 499.01562 340.2Q497.82812 340.2 497.07812 341.0594Q496.32812 341.91876 496.32812 343.77814Q496.32812 345.65314 497.04688 346.5125Q497.76562 347.35626 498.9375 347.35626Q499.85938 347.35626 500.48438 346.79376Q501.10938 346.21564 501.28125 345.02814ZM503.59375 343.77814Q503.59375 341.1844 505.04688 339.9344Q506.25 338.90314 507.96875 338.90314Q509.90625 338.90314 511.125 340.16876Q512.34375 341.4344 512.34375 343.65314Q512.34375 345.45 511.79688 346.48126Q511.26562 347.5125 510.23438 348.09064Q509.20312 348.66876 507.96875 348.66876Q506.01562 348.66876 504.79688 347.41876Q503.59375 346.15314 503.59375 343.77814ZM505.21875 343.77814Q505.21875 345.575 506.0 346.46564Q506.78125 347.35626 507.96875 347.35626Q509.15625 347.35626 509.9375 346.46564Q510.71875 345.5594 510.71875 343.73126Q510.71875 341.9969 509.92188 341.10626Q509.14062 340.21564 507.96875 340.21564Q506.78125 340.21564 506.0 341.10626Q505.21875 341.9969 505.21875 343.77814ZM514.1875 348.45L514.1875 339.1219L515.6094 339.1219L515.6094 340.45Q516.6406 338.90314 518.5781 338.90314Q519.4219 338.90314 520.125 339.21564Q520.84375 339.5125 521.1875 340.0125Q521.5469 340.4969 521.6875 341.16876Q521.7656 341.60626 521.7656 342.71564L521.7656 348.45L520.1875 348.45L520.1875 342.77814Q520.1875 341.8094 520.0 341.325Q519.8281 340.84064 519.34375 340.5594Q518.875 340.27814 518.25 340.27814Q517.2344 340.27814 516.5 340.91876Q515.7656 341.5594 515.7656 343.35626L515.7656 348.45L514.1875 348.45ZM523.5469 345.66876L525.125 345.41876Q525.25 346.35626 525.84375 346.85626Q526.4531 347.35626 527.53125 347.35626Q528.625 347.35626 529.15625 346.91876Q529.6875 346.46564 529.6875 345.8719Q529.6875 345.34064 529.21875 345.02814Q528.8906 344.825 527.59375 344.4969Q525.8594 344.0594 525.1875 343.7469Q524.5156 343.41876 524.15625 342.85626Q523.8125 342.27814 523.8125 341.59064Q523.8125 340.96564 524.09375 340.4344Q524.3906 339.90314 524.875 339.5594Q525.25 339.27814 525.8906 339.09064Q526.53125 338.90314 527.25 338.90314Q528.3594 338.90314 529.1875 339.23126Q530.0156 339.54376 530.40625 340.09064Q530.8125 340.6219 530.9531 341.52814L529.40625 341.73126Q529.2969 341.0125 528.7969 340.60626Q528.2969 340.2 527.375 340.2Q526.28125 340.2 525.8125 340.5594Q525.34375 340.91876 525.34375 341.40314Q525.34375 341.71564 525.5469 341.96564Q525.7344 342.21564 526.1406 342.3875Q526.3906 342.46564 527.5469 342.79376Q529.21875 343.23126 529.875 343.52814Q530.5469 343.8094 530.9219 344.35626Q531.3125 344.90314 531.3125 345.7Q531.3125 346.4969 530.84375 347.2Q530.3906 347.90314 529.5156 348.29376Q528.6406 348.66876 527.5469 348.66876Q525.71875 348.66876 524.7656 347.91876Q523.8125 347.15314 523.5469 345.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M50.765625 40.55L50.765625 23.3625L53.03125 23.3625L53.03125 38.51875L61.5 38.51875L61.5 40.55L50.765625 40.55ZM63.59375 25.8L63.59375 23.3625L65.703125 23.3625L65.703125 25.8L63.59375 25.8ZM63.59375 40.55L63.59375 28.096874L65.703125 28.096874L65.703125 40.55L63.59375 40.55ZM70.53125 40.55L68.578125 40.55L68.578125 23.3625L70.6875 23.3625L70.6875 29.503124Q72.015625 27.815624 74.09375 27.815624Q75.234375 27.815624 76.265625 28.284374Q77.296875 28.753124 77.953125 29.596874Q78.609375 30.425 78.984375 31.6125Q79.359375 32.784374 79.359375 34.14375Q79.359375 37.33125 77.78125 39.08125Q76.203125 40.83125 73.984375 40.83125Q71.78125 40.83125 70.53125 38.9875L70.53125 40.55ZM70.5 34.2375Q70.5 36.471874 71.109375 37.471874Q72.109375 39.096874 73.8125 39.096874Q75.1875 39.096874 76.1875 37.89375Q77.203125 36.690624 77.203125 34.315624Q77.203125 31.878124 76.234375 30.721874Q75.28125 29.55 73.90625 29.55Q72.515625 29.55 71.5 30.753124Q70.5 31.95625 70.5 34.2375ZM82.5625 40.55L82.5625 28.096874L84.453125 28.096874L84.453125 29.9875Q85.1875 28.659374 85.796875 28.2375Q86.421875 27.815624 87.15625 27.815624Q88.21875 27.815624 89.328125 28.503124L88.59375 30.45625Q87.828125 30.003124 87.046875 30.003124Q86.359375 30.003124 85.796875 30.425Q85.25 30.83125 85.015625 31.565624Q84.671875 32.690624 84.671875 34.034374L84.671875 40.55L82.5625 40.55ZM98.703125 39.01875Q97.53125 40.003124 96.4375 40.425Q95.359375 40.83125 94.125 40.83125Q92.078125 40.83125 90.96875 39.83125Q89.875 38.83125 89.875 37.26875Q89.875 36.346874 90.28125 35.596874Q90.703125 34.846874 91.375 34.39375Q92.046875 33.925 92.890625 33.690624Q93.515625 33.534374 94.765625 33.378124Q97.328125 33.065624 98.53125 32.64375Q98.546875 32.221874 98.546875 32.096874Q98.546875 30.815624 97.9375 30.284374Q97.140625 29.565624 95.546875 29.565624Q94.046875 29.565624 93.34375 30.096874Q92.640625 30.6125 92.296875 31.940624L90.234375 31.659374Q90.515625 30.33125 91.15625 29.51875Q91.796875 28.70625 93.015625 28.26875Q94.234375 27.815624 95.84375 27.815624Q97.4375 27.815624 98.4375 28.190624Q99.4375 28.565624 99.90625 29.14375Q100.375 29.70625 100.5625 30.58125Q100.65625 31.1125 100.65625 32.51875L100.65625 35.33125Q100.65625 38.26875 100.796875 39.05Q100.9375 39.83125 101.328125 40.55L99.125 40.55Q98.796875 39.89375 98.703125 39.01875ZM98.53125 34.3Q97.375 34.76875 95.078125 35.096874Q93.78125 35.284374 93.234375 35.51875Q92.703125 35.753124 92.40625 36.20625Q92.125 36.659374 92.125 37.20625Q92.125 38.05 92.75 38.6125Q93.390625 39.175 94.625 39.175Q95.84375 39.175 96.796875 38.64375Q97.75 38.1125 98.1875 37.190624Q98.53125 36.471874 98.53125 35.08125L98.53125 34.3ZM103.5625 40.55L103.5625 28.096874L105.453125 28.096874L105.453125 29.9875Q106.1875 28.659374 106.796875 28.2375Q107.421875 27.815624 108.15625 27.815624Q109.21875 27.815624 110.328125 28.503124L109.59375 30.45625Q108.828125 30.003124 108.046875 30.003124Q107.359375 30.003124 106.796875 30.425Q106.25 30.83125 106.015625 31.565624Q105.671875 32.690624 105.671875 34.034374L105.671875 40.55L103.5625 40.55ZM111.484375 45.346874L111.25 43.3625Q111.953125 43.55 112.46875 43.55Q113.171875 43.55 113.59375 43.315624Q114.015625 43.08125 114.28125 42.659374Q114.484375 42.346874 114.921875 41.096874Q114.984375 40.909374 115.109375 40.58125L110.390625 28.096874L112.65625 28.096874L115.25 35.315624Q115.75 36.675 116.15625 38.190624Q116.515625 36.7375 117.015625 35.3625L119.6875 28.096874L121.796875 28.096874L117.0625 40.76875Q116.296875 42.815624 115.875 43.58125Q115.3125 44.628124 114.578125 45.1125Q113.859375 45.596874 112.84375 45.596874Q112.234375 45.596874 111.484375 45.346874ZM130.90625 40.55L130.90625 23.3625L143.32812 23.3625L143.32812 25.39375L133.17188 25.39375L133.17188 30.659374L142.67188 30.659374L142.67188 32.675L133.17188 32.675L133.17188 38.51875L143.71875 38.51875L143.71875 40.55L130.90625 40.55ZM150.04688 40.55L145.3125 28.096874L147.53125 28.096874L150.20312 35.55Q150.64062 36.76875 151.0 38.065624Q151.28125 37.08125 151.78125 35.690624L154.54688 28.096874L156.71875 28.096874L152.01562 40.55L150.04688 40.55ZM156.79688 34.33125Q156.79688 30.8625 158.71875 29.20625Q160.32812 27.815624 162.64062 27.815624Q165.20312 27.815624 166.82812 29.503124Q168.45312 31.190624 168.45312 34.14375Q168.45312 36.55 167.73438 37.925Q167.01562 39.3 165.64062 40.065624Q164.26562 40.83125 162.64062 40.83125Q160.01562 40.83125 158.40625 39.159374Q156.79688 37.471874 156.79688 34.33125ZM158.96875 34.33125Q158.96875 36.721874 160.0 37.909374Q161.04688 39.096874 162.64062 39.096874Q164.20312 39.096874 165.25 37.909374Q166.29688 36.70625 166.29688 34.253124Q166.29688 31.940624 165.23438 30.753124Q164.1875 29.565624 162.64062 29.565624Q161.04688 29.565624 160.0 30.753124Q158.96875 31.940624 158.96875 34.33125ZM170.53125 40.55L170.53125 23.3625L172.64062 23.3625L172.64062 40.55L170.53125 40.55ZM184.73438 40.55L184.73438 38.721874Q183.28125 40.83125 180.79688 40.83125Q179.6875 40.83125 178.73438 40.409374Q177.78125 39.9875 177.3125 39.346874Q176.85938 38.70625 176.67188 37.784374Q176.53125 37.159374 176.53125 35.815624L176.53125 28.096874L178.64062 28.096874L178.64062 35.003124Q178.64062 36.659374 178.78125 37.2375Q178.96875 38.065624 179.60938 38.55Q180.26562 39.01875 181.21875 39.01875Q182.15625 39.01875 182.98438 38.534374Q183.82812 38.034374 184.17188 37.20625Q184.51562 36.3625 184.51562 34.76875L184.51562 28.096874L186.625 28.096874L186.625 40.55L184.73438 40.55ZM195.1875 38.659374L195.5 40.51875Q194.60938 40.721874 193.90625 40.721874Q192.75 40.721874 192.10938 40.3625Q191.48438 39.9875 191.21875 39.39375Q190.96875 38.8 190.96875 36.909374L190.96875 29.7375L189.42188 29.7375L189.42188 28.096874L190.96875 28.096874L190.96875 25.01875L193.0625 23.753124L193.0625 28.096874L195.1875 28.096874L195.1875 29.7375L193.0625 29.7375L193.0625 37.01875Q193.0625 37.925 193.17188 38.190624Q193.29688 38.440624 193.54688 38.596874Q193.79688 38.7375 194.26562 38.7375Q194.60938 38.7375 195.1875 38.659374ZM197.59375 25.8L197.59375 23.3625L199.70312 23.3625L199.70312 25.8L197.59375 25.8ZM197.59375 40.55L197.59375 28.096874L199.70312 28.096874L199.70312 40.55L197.59375 40.55ZM201.79688 34.33125Q201.79688 30.8625 203.71875 29.20625Q205.32812 27.815624 207.64062 27.815624Q210.20312 27.815624 211.82812 29.503124Q213.45312 31.190624 213.45312 34.14375Q213.45312 36.55 212.73438 37.925Q212.01562 39.3 210.64062 40.065624Q209.26562 40.83125 207.64062 40.83125Q205.01562 40.83125 203.40625 39.159374Q201.79688 37.471874 201.79688 34.33125ZM203.96875 34.33125Q203.96875 36.721874 205.0 37.909374Q206.04688 39.096874 207.64062 39.096874Q209.20312 39.096874 210.25 37.909374Q211.29688 36.70625 211.29688 34.253124Q211.29688 31.940624 210.23438 30.753124Q209.1875 29.565624 207.64062 29.565624Q206.04688 29.565624 205.0 30.753124Q203.96875 31.940624 203.96875 34.33125ZM215.57812 40.55L215.57812 28.096874L217.48438 28.096874L217.48438 29.878124Q218.85938 27.815624 221.4375 27.815624Q222.5625 27.815624 223.5 28.221874Q224.45312 28.628124 224.92188 29.284374Q225.39062 29.940624 225.57812 30.846874Q225.70312 31.425 225.70312 32.89375L225.70312 40.55L223.59375 40.55L223.59375 32.971874Q223.59375 31.690624 223.34375 31.05Q223.09375 30.409374 222.46875 30.034374Q221.84375 29.64375 221.0 29.64375Q219.65625 29.64375 218.67188 30.503124Q217.6875 31.3625 217.6875 33.753124L217.6875 40.55L215.57812 40.55ZM241.21875 40.55L241.21875 25.39375L235.5625 25.39375L235.5625 23.3625L249.1875 23.3625L249.1875 25.39375L243.5 25.39375L243.5 40.55L241.21875 40.55ZM259.10938 36.534374L261.28125 36.815624Q260.76562 38.721874 259.375 39.784374Q257.98438 40.83125 255.8125 40.83125Q253.07812 40.83125 251.46875 39.159374Q249.875 37.471874 249.875 34.425Q249.875 31.284374 251.48438 29.55Q253.10938 27.815624 255.6875 27.815624Q258.1875 27.815624 259.76562 29.51875Q261.35938 31.221874 261.35938 34.3Q261.35938 34.4875 261.34375 34.8625L252.0625 34.8625Q252.17188 36.909374 253.21875 38.003124Q254.26562 39.096874 255.82812 39.096874Q256.98438 39.096874 257.79688 38.4875Q258.625 37.878124 259.10938 36.534374ZM252.17188 33.128124L259.125 33.128124Q258.98438 31.565624 258.32812 30.76875Q257.32812 29.55 255.71875 29.55Q254.26562 29.55 253.26562 30.534374Q252.28125 31.503124 252.17188 33.128124ZM263.53125 40.55L263.53125 23.3625L265.64062 23.3625L265.64062 40.55L263.53125 40.55ZM278.10938 36.534374L280.28125 36.815624Q279.76562 38.721874 278.375 39.784374Q276.98438 40.83125 274.8125 40.83125Q272.07812 40.83125 270.46875 39.159374Q268.875 37.471874 268.875 34.425Q268.875 31.284374 270.48438 29.55Q272.10938 27.815624 274.6875 27.815624Q277.1875 27.815624 278.76562 29.51875Q280.35938 31.221874 280.35938 34.3Q280.35938 34.4875 280.34375 34.8625L271.0625 34.8625Q271.17188 36.909374 272.21875 38.003124Q273.26562 39.096874 274.82812 39.096874Q275.98438 39.096874 276.79688 38.4875Q277.625 37.878124 278.10938 36.534374ZM271.17188 33.128124L278.125 33.128124Q277.98438 31.565624 277.32812 30.76875Q276.32812 29.55 274.71875 29.55Q273.26562 29.55 272.26562 30.534374Q271.28125 31.503124 271.17188 33.128124ZM290.70312 35.9875L292.78125 36.253124Q292.4375 38.409374 291.03125 39.628124Q289.64062 40.83125 287.59375 40.83125Q285.04688 40.83125 283.48438 39.159374Q281.9375 37.4875 281.9375 34.378124Q281.9375 32.3625 282.60938 30.846874Q283.28125 29.33125 284.64062 28.58125Q286.0 27.815624 287.60938 27.815624Q289.64062 27.815624 290.92188 28.846874Q292.21875 29.878124 292.57812 31.753124L290.53125 32.08125Q290.23438 30.815624 289.48438 30.190624Q288.75 29.55 287.6875 29.55Q286.09375 29.55 285.09375 30.70625Q284.10938 31.846874 284.10938 34.315624Q284.10938 36.815624 285.0625 37.95625Q286.03125 39.096874 287.57812 39.096874Q288.8125 39.096874 289.64062 38.33125Q290.48438 37.565624 290.70312 35.9875ZM293.79688 34.33125Q293.79688 30.8625 295.71875 29.20625Q297.32812 27.815624 299.64062 27.815624Q302.20312 27.815624 303.82812 29.503124Q305.45312 31.190624 305.45312 34.14375Q305.45312 36.55 304.73438 37.925Q304.01562 39.3 302.64062 40.065624Q301.26562 40.83125 299.64062 40.83125Q297.01562 40.83125 295.40625 39.159374Q293.79688 37.471874 293.79688 34.33125ZM295.96875 34.33125Q295.96875 36.721874 297.0 37.909374Q298.04688 39.096874 299.64062 39.096874Q301.20312 39.096874 302.25 37.909374Q303.29688 36.70625 303.29688 34.253124Q303.29688 31.940624 302.23438 30.753124Q301.1875 29.565624 299.64062 29.565624Q298.04688 29.565624 297.0 30.753124Q295.96875 31.940624 295.96875 34.33125ZM307.57812 40.55L307.57812 28.096874L309.48438 28.096874L309.48438 29.878124Q310.85938 27.815624 313.4375 27.815624Q314.5625 27.815624 315.5 28.221874Q316.45312 28.628124 316.92188 29.284374Q317.39062 29.940624 317.57812 30.846874Q317.70312 31.425 317.70312 32.89375L317.70312 40.55L315.59375 40.55L315.59375 32.971874Q315.59375 31.690624 315.34375 31.05Q315.09375 30.409374 314.46875 30.034374Q313.84375 29.64375 313.0 29.64375Q311.65625 29.64375 310.67188 30.503124Q309.6875 31.3625 309.6875 33.753124L309.6875 40.55L307.57812 40.55ZM328.85938 40.55L328.85938 23.3625L335.32812 23.3625Q337.04688 23.3625 337.95312 23.534374Q339.21875 23.7375 340.0625 24.33125Q340.92188 24.925 341.4375 26.003124Q341.96875 27.065624 341.96875 28.33125Q341.96875 30.534374 340.5625 32.05Q339.17188 33.565624 335.53125 33.565624L331.125 33.565624L331.125 40.55L328.85938 40.55ZM331.125 31.534374L335.5625 31.534374Q337.76562 31.534374 338.6875 30.721874Q339.625 29.89375 339.625 28.409374Q339.625 27.33125 339.07812 26.565624Q338.53125 25.8 337.64062 25.55Q337.0625 25.39375 335.51562 25.39375L331.125 25.39375L331.125 31.534374ZM352.70312 39.01875Q351.53125 40.003124 350.4375 40.425Q349.35938 40.83125 348.125 40.83125Q346.07812 40.83125 344.96875 39.83125Q343.875 38.83125 343.875 37.26875Q343.875 36.346874 344.28125 35.596874Q344.70312 34.846874 345.375 34.39375Q346.04688 33.925 346.89062 33.690624Q347.51562 33.534374 348.76562 33.378124Q351.32812 33.065624 352.53125 32.64375Q352.54688 32.221874 352.54688 32.096874Q352.54688 30.815624 351.9375 30.284374Q351.14062 29.565624 349.54688 29.565624Q348.04688 29.565624 347.34375 30.096874Q346.64062 30.6125 346.29688 31.940624L344.23438 31.659374Q344.51562 30.33125 345.15625 29.51875Q345.79688 28.70625 347.01562 28.26875Q348.23438 27.815624 349.84375 27.815624Q351.4375 27.815624 352.4375 28.190624Q353.4375 28.565624 353.90625 29.14375Q354.375 29.70625 354.5625 30.58125Q354.65625 31.1125 354.65625 32.51875L354.65625 35.33125Q354.65625 38.26875 354.79688 39.05Q354.9375 39.83125 355.32812 40.55L353.125 40.55Q352.79688 39.89375 352.70312 39.01875ZM352.53125 34.3Q351.375 34.76875 349.07812 35.096874Q347.78125 35.284374 347.23438 35.51875Q346.70312 35.753124 346.40625 36.20625Q346.125 36.659374 346.125 37.20625Q346.125 38.05 346.75 38.6125Q347.39062 39.175 348.625 39.175Q349.84375 39.175 350.79688 38.64375Q351.75 38.1125 352.1875 37.190624Q352.53125 36.471874 352.53125 35.08125L352.53125 34.3ZM357.5625 40.55L357.5625 28.096874L359.45312 28.096874L359.45312 29.9875Q360.1875 28.659374 360.79688 28.2375Q361.42188 27.815624 362.15625 27.815624Q363.21875 27.815624 364.32812 28.503124L363.59375 30.45625Q362.82812 30.003124 362.04688 30.003124Q361.35938 30.003124 360.79688 30.425Q360.25 30.83125 360.01562 31.565624Q359.67188 32.690624 359.67188 34.034374L359.67188 40.55L357.5625 40.55ZM370.1875 38.659374L370.5 40.51875Q369.60938 40.721874 368.90625 40.721874Q367.75 40.721874 367.10938 40.3625Q366.48438 39.9875 366.21875 39.39375Q365.96875 38.8 365.96875 36.909374L365.96875 29.7375L364.42188 29.7375L364.42188 28.096874L365.96875 28.096874L365.96875 25.01875L368.0625 23.753124L368.0625 28.096874L370.1875 28.096874L370.1875 29.7375L368.0625 29.7375L368.0625 37.01875Q368.0625 37.925 368.17188 38.190624Q368.29688 38.440624 368.54688 38.596874Q368.79688 38.7375 369.26562 38.7375Q369.60938 38.7375 370.1875 38.659374ZM372.59375 25.8L372.59375 23.3625L374.70312 23.3625L374.70312 25.8L372.59375 25.8ZM372.59375 40.55L372.59375 28.096874L374.70312 28.096874L374.70312 40.55L372.59375 40.55ZM385.70312 35.9875L387.78125 36.253124Q387.4375 38.409374 386.03125 39.628124Q384.64062 40.83125 382.59375 40.83125Q380.04688 40.83125 378.48438 39.159374Q376.9375 37.4875 376.9375 34.378124Q376.9375 32.3625 377.60938 30.846874Q378.28125 29.33125 379.64062 28.58125Q381.0 27.815624 382.60938 27.815624Q384.64062 27.815624 385.92188 28.846874Q387.21875 29.878124 387.57812 31.753124L385.53125 32.08125Q385.23438 30.815624 384.48438 30.190624Q383.75 29.55 382.6875 29.55Q381.09375 29.55 380.09375 30.70625Q379.10938 31.846874 379.10938 34.315624Q379.10938 36.815624 380.0625 37.95625Q381.03125 39.096874 382.57812 39.096874Q383.8125 39.096874 384.64062 38.33125Q385.48438 37.565624 385.70312 35.9875ZM389.59375 25.8L389.59375 23.3625L391.70312 23.3625L391.70312 25.8L389.59375 25.8ZM389.59375 40.55L389.59375 28.096874L391.70312 28.096874L391.70312 40.55L389.59375 40.55ZM394.57812 45.315624L394.57812 28.096874L396.5 28.096874L396.5 29.721874Q397.1875 28.76875 398.03125 28.3Q398.89062 27.815624 400.10938 27.815624Q401.70312 27.815624 402.92188 28.64375Q404.14062 29.45625 404.76562 30.95625Q405.39062 32.45625 405.39062 34.2375Q405.39062 36.14375 404.70312 37.675Q404.01562 39.20625 402.70312 40.01875Q401.40625 40.83125 399.96875 40.83125Q398.90625 40.83125 398.0625 40.39375Q397.23438 39.940624 396.6875 39.253124L396.6875 45.315624L394.57812 45.315624ZM396.5 34.39375Q396.5 36.8 397.46875 37.95625Q398.4375 39.096874 399.82812 39.096874Q401.23438 39.096874 402.23438 37.909374Q403.23438 36.721874 403.23438 34.221874Q403.23438 31.846874 402.25 30.659374Q401.28125 29.471874 399.92188 29.471874Q398.5625 29.471874 397.53125 30.7375Q396.5 31.9875 396.5 34.39375ZM416.70312 39.01875Q415.53125 40.003124 414.4375 40.425Q413.35938 40.83125 412.125 40.83125Q410.07812 40.83125 408.96875 39.83125Q407.875 38.83125 407.875 37.26875Q407.875 36.346874 408.28125 35.596874Q408.70312 34.846874 409.375 34.39375Q410.04688 33.925 410.89062 33.690624Q411.51562 33.534374 412.76562 33.378124Q415.32812 33.065624 416.53125 32.64375Q416.54688 32.221874 416.54688 32.096874Q416.54688 30.815624 415.9375 30.284374Q415.14062 29.565624 413.54688 29.565624Q412.04688 29.565624 411.34375 30.096874Q410.64062 30.6125 410.29688 31.940624L408.23438 31.659374Q408.51562 30.33125 409.15625 29.51875Q409.79688 28.70625 411.01562 28.26875Q412.23438 27.815624 413.84375 27.815624Q415.4375 27.815624 416.4375 28.190624Q417.4375 28.565624 417.90625 29.14375Q418.375 29.70625 418.5625 30.58125Q418.65625 31.1125 418.65625 32.51875L418.65625 35.33125Q418.65625 38.26875 418.79688 39.05Q418.9375 39.83125 419.32812 40.55L417.125 40.55Q416.79688 39.89375 416.70312 39.01875ZM416.53125 34.3Q415.375 34.76875 413.07812 35.096874Q411.78125 35.284374 411.23438 35.51875Q410.70312 35.753124 410.40625 36.20625Q410.125 36.659374 410.125 37.20625Q410.125 38.05 410.75 38.6125Q411.39062 39.175 412.625 39.175Q413.84375 39.175 414.79688 38.64375Q415.75 38.1125 416.1875 37.190624Q416.53125 36.471874 416.53125 35.08125L416.53125 34.3ZM426.1875 38.659374L426.5 40.51875Q425.60938 40.721874 424.90625 40.721874Q423.75 40.721874 423.10938 40.3625Q422.48438 39.9875 422.21875 39.39375Q421.96875 38.8 421.96875 36.909374L421.96875 29.7375L420.42188 29.7375L420.42188 28.096874L421.96875 28.096874L421.96875 25.01875L424.0625 23.753124L424.0625 28.096874L426.1875 28.096874L426.1875 29.7375L424.0625 29.7375L424.0625 37.01875Q424.0625 37.925 424.17188 38.190624Q424.29688 38.440624 424.54688 38.596874Q424.79688 38.7375 425.26562 38.7375Q425.60938 38.7375 426.1875 38.659374ZM428.59375 25.8L428.59375 23.3625L430.70312 23.3625L430.70312 25.8L428.59375 25.8ZM428.59375 40.55L428.59375 28.096874L430.70312 28.096874L430.70312 40.55L428.59375 40.55ZM432.79688 34.33125Q432.79688 30.8625 434.71875 29.20625Q436.32812 27.815624 438.64062 27.815624Q441.20312 27.815624 442.82812 29.503124Q444.45312 31.190624 444.45312 34.14375Q444.45312 36.55 443.73438 37.925Q443.01562 39.3 441.64062 40.065624Q440.26562 40.83125 438.64062 40.83125Q436.01562 40.83125 434.40625 39.159374Q432.79688 37.471874 432.79688 34.33125ZM434.96875 34.33125Q434.96875 36.721874 436.0 37.909374Q437.04688 39.096874 438.64062 39.096874Q440.20312 39.096874 441.25 37.909374Q442.29688 36.70625 442.29688 34.253124Q442.29688 31.940624 441.23438 30.753124Q440.1875 29.565624 438.64062 29.565624Q437.04688 29.565624 436.0 30.753124Q434.96875 31.940624 434.96875 34.33125ZM446.57812 40.55L446.57812 28.096874L448.48438 28.096874L448.48438 29.878124Q449.85938 27.815624 452.4375 27.815624Q453.5625 27.815624 454.5 28.221874Q455.45312 28.628124 455.92188 29.284374Q456.39062 29.940624 456.57812 30.846874Q456.70312 31.425 456.70312 32.89375L456.70312 40.55L454.59375 40.55L454.59375 32.971874Q454.59375 31.690624 454.34375 31.05Q454.09375 30.409374 453.46875 30.034374Q452.84375 29.64375 452.0 29.64375Q450.65625 29.64375 449.67188 30.503124Q448.6875 31.3625 448.6875 33.753124L448.6875 40.55L446.57812 40.55ZM467.85938 40.55L467.85938 23.3625L474.32812 23.3625Q476.04688 23.3625 476.95312 23.534374Q478.21875 23.7375 479.0625 24.33125Q479.92188 24.925 480.4375 26.003124Q480.96875 27.065624 480.96875 28.33125Q480.96875 30.534374 479.5625 32.05Q478.17188 33.565624 474.53125 33.565624L470.125 33.565624L470.125 40.55L467.85938 40.55ZM470.125 31.534374L474.5625 31.534374Q476.76562 31.534374 477.6875 30.721874Q478.625 29.89375 478.625 28.409374Q478.625 27.33125 478.07812 26.565624Q477.53125 25.8 476.64062 25.55Q476.0625 25.39375 474.51562 25.39375L470.125 25.39375L470.125 31.534374ZM492.10938 36.534374L494.28125 36.815624Q493.76562 38.721874 492.375 39.784374Q490.98438 40.83125 488.8125 40.83125Q486.07812 40.83125 484.46875 39.159374Q482.875 37.471874 482.875 34.425Q482.875 31.284374 484.48438 29.55Q486.10938 27.815624 488.6875 27.815624Q491.1875 27.815624 492.76562 29.51875Q494.35938 31.221874 494.35938 34.3Q494.35938 34.4875 494.34375 34.8625L485.0625 34.8625Q485.17188 36.909374 486.21875 38.003124Q487.26562 39.096874 488.82812 39.096874Q489.98438 39.096874 490.79688 38.4875Q491.625 37.878124 492.10938 36.534374ZM485.17188 33.128124L492.125 33.128124Q491.98438 31.565624 491.32812 30.76875Q490.32812 29.55 488.71875 29.55Q487.26562 29.55 486.26562 30.534374Q485.28125 31.503124 485.17188 33.128124ZM496.5625 40.55L496.5625 28.096874L498.45312 28.096874L498.45312 29.9875Q499.1875 28.659374 499.79688 28.2375Q500.42188 27.815624 501.15625 27.815624Q502.21875 27.815624 503.32812 28.503124L502.59375 30.45625Q501.82812 30.003124 501.04688 30.003124Q500.35938 30.003124 499.79688 30.425Q499.25 30.83125 499.01562 31.565624Q498.67188 32.690624 498.67188 34.034374L498.67188 40.55L496.5625 40.55ZM509.96875 40.55L516.5625 23.3625L519.0156 23.3625L526.0469 40.55L523.4531 40.55L521.4531 35.346874L514.2656 35.346874L512.375 40.55L509.96875 40.55ZM514.9219 33.4875L520.75 33.4875L518.9531 28.7375Q518.1406 26.565624 517.7344 25.175Q517.40625 26.83125 516.8125 28.45625L514.9219 33.4875ZM531.1875 38.659374L531.5 40.51875Q530.6094 40.721874 529.90625 40.721874Q528.75 40.721874 528.1094 40.3625Q527.4844 39.9875 527.21875 39.39375Q526.96875 38.8 526.96875 36.909374L526.96875 29.7375L525.4219 29.7375L525.4219 28.096874L526.96875 28.096874L526.96875 25.01875L529.0625 23.753124L529.0625 28.096874L531.1875 28.096874L531.1875 29.7375L529.0625 29.7375L529.0625 37.01875Q529.0625 37.925 529.1719 38.190624Q529.2969 38.440624 529.5469 38.596874Q529.7969 38.7375 530.2656 38.7375Q530.6094 38.7375 531.1875 38.659374ZM538.1875 38.659374L538.5 40.51875Q537.6094 40.721874 536.90625 40.721874Q535.75 40.721874 535.1094 40.3625Q534.4844 39.9875 534.21875 39.39375Q533.96875 38.8 533.96875 36.909374L533.96875 29.7375L532.4219 29.7375L532.4219 28.096874L533.96875 28.096874L533.96875 25.01875L536.0625 23.753124L536.0625 28.096874L538.1875 28.096874L538.1875 29.7375L536.0625 29.7375L536.0625 37.01875Q536.0625 37.925 536.1719 38.190624Q536.2969 38.440624 536.5469 38.596874Q536.7969 38.7375 537.2656 38.7375Q537.6094 38.7375 538.1875 38.659374ZM549.1094 36.534374L551.28125 36.815624Q550.7656 38.721874 549.375 39.784374Q547.9844 40.83125 545.8125 40.83125Q543.0781 40.83125 541.46875 39.159374Q539.875 37.471874 539.875 34.425Q539.875 31.284374 541.4844 29.55Q543.1094 27.815624 545.6875 27.815624Q548.1875 27.815624 549.7656 29.51875Q551.3594 31.221874 551.3594 34.3Q551.3594 34.4875 551.34375 34.8625L542.0625 34.8625Q542.1719 36.909374 543.21875 38.003124Q544.2656 39.096874 545.8281 39.096874Q546.9844 39.096874 547.7969 38.4875Q548.625 37.878124 549.1094 36.534374ZM542.1719 33.128124L549.125 33.128124Q548.9844 31.565624 548.3281 30.76875Q547.3281 29.55 545.71875 29.55Q544.2656 29.55 543.2656 30.534374Q542.28125 31.503124 542.1719 33.128124ZM553.5781 40.55L553.5781 28.096874L555.4844 28.096874L555.4844 29.878124Q556.8594 27.815624 559.4375 27.815624Q560.5625 27.815624 561.5 28.221874Q562.4531 28.628124 562.9219 29.284374Q563.3906 29.940624 563.5781 30.846874Q563.7031 31.425 563.7031 32.89375L563.7031 40.55L561.59375 40.55L561.59375 32.971874Q561.59375 31.690624 561.34375 31.05Q561.09375 30.409374 560.46875 30.034374Q559.84375 29.64375 559.0 29.64375Q557.65625 29.64375 556.6719 30.503124Q555.6875 31.3625 555.6875 33.753124L555.6875 40.55L553.5781 40.55ZM575.65625 40.55L575.65625 38.971874Q574.46875 40.83125 572.1719 40.83125Q570.6875 40.83125 569.4375 40.01875Q568.1875 39.190624 567.5 37.721874Q566.8281 36.253124 566.8281 34.33125Q566.8281 32.471874 567.4375 30.95625Q568.0625 29.440624 569.2969 28.628124Q570.5469 27.815624 572.0781 27.815624Q573.2031 27.815624 574.0781 28.3Q574.96875 28.76875 575.5156 29.534374L575.5156 23.3625L577.6094 23.3625L577.6094 40.55L575.65625 40.55ZM568.9844 34.33125Q568.9844 36.721874 569.9844 37.909374Q571.0 39.096874 572.375 39.096874Q573.7656 39.096874 574.71875 37.971874Q575.6875 36.83125 575.6875 34.51875Q575.6875 31.95625 574.7031 30.76875Q573.71875 29.565624 572.28125 29.565624Q570.875 29.565624 569.9219 30.721874Q568.9844 31.8625 568.9844 34.33125ZM590.1094 36.534374L592.28125 36.815624Q591.7656 38.721874 590.375 39.784374Q588.9844 40.83125 586.8125 40.83125Q584.0781 40.83125 582.46875 39.159374Q580.875 37.471874 580.875 34.425Q580.875 31.284374 582.4844 29.55Q584.1094 27.815624 586.6875 27.815624Q589.1875 27.815624 590.7656 29.51875Q592.3594 31.221874 592.3594 34.3Q592.3594 34.4875 592.34375 34.8625L583.0625 34.8625Q583.1719 36.909374 584.21875 38.003124Q585.2656 39.096874 586.8281 39.096874Q587.9844 39.096874 588.7969 38.4875Q589.625 37.878124 590.1094 36.534374ZM583.1719 33.128124L590.125 33.128124Q589.9844 31.565624 589.3281 30.76875Q588.3281 29.55 586.71875 29.55Q585.2656 29.55 584.2656 30.534374Q583.28125 31.503124 583.1719 33.128124ZM603.1094 36.534374L605.28125 36.815624Q604.7656 38.721874 603.375 39.784374Q601.9844 40.83125 599.8125 40.83125Q597.0781 40.83125 595.46875 39.159374Q593.875 37.471874 593.875 34.425Q593.875 31.284374 595.4844 29.55Q597.1094 27.815624 599.6875 27.815624Q602.1875 27.815624 603.7656 29.51875Q605.3594 31.221874 605.3594 34.3Q605.3594 34.4875 605.34375 34.8625L596.0625 34.8625Q596.1719 36.909374 597.21875 38.003124Q598.2656 39.096874 599.8281 39.096874Q600.9844 39.096874 601.7969 38.4875Q602.625 37.878124 603.1094 36.534374ZM596.1719 33.128124L603.125 33.128124Q602.9844 31.565624 602.3281 30.76875Q601.3281 29.55 599.71875 29.55Q598.2656 29.55 597.2656 30.534374Q596.28125 31.503124 596.1719 33.128124Z" fill="#999999" fill-rule="nonzero"></path>
    </svg>
   </center>
   <h3 class="heading settled" data-level="1.3" id="mailing-list-reviews"><span class="secno">1.3. </span><span class="content">Mailing List Reviews</span><a class="self-link" href="#mailing-list-reviews"></a></h3>
   <p>In addition to telecons, we review some papers via mailing list discussions.</p>
   <p>Mailing list reviews are critical to our operations, as they allow us to increase
  our paper-processing bandwidth without increasing the frequency or duration
  of telecons.
Additionally, certain classes of papers tend to be particularly well suited for
  mailing list reviews, such as new proposals which tend need feedback, not
  decision making.</p>
   <p>We conduct 2 to 3 mailing list reviews concurrently, and each review lasts for
  a few weeks.</p>
   <p>The agenda for upcoming mailing list reviews can be found <a href="https://github.com/cplusplus/LEWG/wiki/2021-Mailing-List-Reviews">here</a>.
For details on how to participate in mailing list reviews, please <a href="mailto:brycelelbach@gmail.com">contact Bryce Adelstein Lelbach</a>.</p>
   <p>More details on how we use mailing lists can be found in <a href="https://wg21.link/P2145R1">P2145R1</a>.</p>
   <center>
    <table>
     <tbody>
      <tr>
       <th>
       <th>2021-06-01 to 2021-09-20 
       <th>Since 2020-04-06 
      <tr>
       <th># of Papers Reviewed On The Mailing List 
       <td>12 
       <td>35 
    </table>
   </center>
   <h3 class="heading settled" data-level="1.4" id="paper-queues-and-backlog"><span class="secno">1.4. </span><span class="content">Paper Queues and Backlog</span><a class="self-link" href="#paper-queues-and-backlog"></a></h3>
   <center>
    <table>
     <tbody>
      <tr>
       <th>Queue 
       <th># of Papers 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred">Active</a> 
       <td>41 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Aready-for-library-evolution-meeting-review+-label%3Aready-for-library-evolution-mailing-list-review+-label%3Aready-for-library-evolution-electronic-poll+-label%3Aexpedited-library-evolution-electronic-poll+-label%3Alibrary-evolution-deferred">Ready for Triage</a> 
       <td>0 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+label%3Alibrary-evolution-deferred">Deferred</a> 
       <td>9 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-mailing-list-review+-label%3Ascheduled-for-library-evolution">Ready for Mailing List Review</a> 
       <td>8 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-mailing-list-review+label%3Ascheduled-for-library-evolution">Scheduled for Mailing List Review</a> 
       <td>8 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-meeting-review+-label%3Ascheduled-for-library-evolution">Ready for Meeting Review</a> 
       <td>14 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+-label%3Aneeds-revision+-label%3Alibrary-evolution-deferred+label%3Aready-for-library-evolution-meeting-review+label%3Ascheduled-for-library-evolution">Scheduled for Meeting Review</a> 
       <td>9 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3Aexpedited-library-evolution-electronic-poll+-label%3Aready-for-library-evolution-electronic-poll+-label%3Ascheduled-for-library-evolution">Expedited Electronic Poll Candidates</a> 
       <td>3 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3Aready-for-library-evolution-electronic-poll+-label%3Ascheduled-for-library-evolution">Ready for Electronic Poll</a> 
       <td>1 
      <tr>
       <td><a href="https://github.com/cplusplus/papers/issues?q=is%3Aissue+is%3Aopen+label%3ALEWG+label%3Aready-for-library-evolution-electronic-poll+label%3Ascheduled-for-library-evolution">Scheduled for Electronic Poll</a> 
       <td>0 
    </table>
   </center>
   <p>The above information is as of the publication of this paper.
For up to date counts and more details on the various queues of papers being
  handled by Library Evolution, please see <a href="https://github.com/cplusplus/LEWG/wiki/Paper-Queries">the paper queries GitHub wiki page</a>.</p>
   <h3 class="heading settled" data-level="1.5" id="electronic-polling"><span class="secno">1.5. </span><span class="content">Electronic Polling</span><a class="self-link" href="#electronic-polling"></a></h3>
   <p>Library Evolution typically conducts a quarterly series of electronic polls to
  affirm the decisions we make.
Until 2022-02, Library Evolution will instead coonduct electronic polls every
  month as we work towards completion of C++23.</p>
   <p>The following polling periods have been conducted over the past year:</p>
   <ul>
    <li data-md>
     <p>2020 Fall - completed, outcomes can be found in <a href="https://wg21.link/P2262R0">P2262R0</a>.</p>
    <li data-md>
     <p>2021 Winter - completed, outcomes can be found in <a href="https://wg21.link/P2368R0">P2368R0</a>.</p>
    <li data-md>
     <p>2021 Spring - completed, outcomes can be found in <a href="https://isocpp.org/files/papers/P2384R1.html">P2384R1</a>.</p>
    <li data-md>
     <p>2021 Summer - completed, outcomes can be found in <a href="https://isocpp.org/files/papers/P2435R1.html">P2435R1</a>.</p>
    <li data-md>
     <p>2021 September - completed, outcomes can be found in <a href="https://isocpp.org/files/papers/P2451R0.html">P2451R0</a>.</p>
   </ul>
   <p>More details on electronic polling can be found in <a href="https://wg21.link/P2195R2">P2195R2</a>.</p>
   <h4 class="heading settled" data-level="1.5.1" id="expedited-electronic-polling"><span class="secno">1.5.1. </span><span class="content">Expedited Advancement to Electronic Polling</span><a class="self-link" href="#expedited-electronic-polling"></a></h4>
   <p>Library Evolution telecons are the best way for us to review papers remotely,
  but our telecon time is limited.
We started mailing list reviews of papers to reduce the demands on Library
  Evolution telecon time, but until recently, all papers have still required
  some telecon review before they are advanced to electronic polls and out
  of Library Evolution.</p>
   <p>In the last few months, we have begun experimenting with advancing papers
  directly from mailing list review to electronic polling.
The procedure is intended for smaller matters, non-controversial matters, and
  matters that we believe will not benefit from telecon discussion.
It works as follows:</p>
   <p>0.) A mailing list thread is started on lib-ext@ proposing that a paper be
      advanced directly to electronic polling.
    Background on the paper, its maturity, and the outcomes of previous
      discussions is provided.
1.) Participants are asked to take a stance on the motion by replying with
      either a "+1" or a "-1".
2.) When the thread reaches its nature conclusion, the chairs determine whether
      it is suitable for the paper to proceed to electronic polling.
    Typically, we are looking for strong and vocal support; a lack of objections
      is not sufficient.</p>
   <h3 class="heading settled" data-level="1.6" id="prioritization"><span class="secno">1.6. </span><span class="content">Prioritization</span><a class="self-link" href="#prioritization"></a></h3>
   <p>In conjunction with Library, we’ve prioritized all the papers that have been
  forwarded to Library, using the priority levels identified in <a href="https://wg21.link/P0592R4">P0592R4</a> (Plan and Priorities for C++23).
See the <a href="https://github.com/cplusplus/LEWG/wiki/LWG-Priorities">prioritized list of papers</a> for details.</p>
   <h3 class="heading settled" data-level="1.7" id="chairing-guide"><span class="secno">1.7. </span><span class="content">Chair Guide</span><a class="self-link" href="#chairing-guide"></a></h3>
   <p>We have developed a Library Evolution chairing guide, which can be found on the <a href="https://github.com/cplusplus/LEWG/wiki">Library Evolution GitHub wiki</a></p>
   <h3 class="heading settled" data-level="1.8" id="staff"><span class="secno">1.8. </span><span class="content">Staff</span><a class="self-link" href="#staff"></a></h3>
   <p>Library Evolution is organized by a team, not a single individual:</p>
   <ul>
    <li data-md>
     <p>Bryce Adelstein Lelbach, Chair</p>
    <li data-md>
     <p>Fabio Fracassi, Vice Chair</p>
    <li data-md>
     <p>Ben Craig, Vice Chair</p>
    <li data-md>
     <p>Billy Baker, Incubator Chair</p>
    <li data-md>
     <p>Nevin Liber, Incubator Vice Chair</p>
    <li data-md>
     <p>Corentin Jabot, Mailing List Review Manager</p>
    <li data-md>
     <p>Inbal Levi, Mailing List Review Manager and Algorithms Task Force Chair</p>
   </ul>
   <p>Leadership by a group instead of a team has a number of benefits:</p>
   <ul>
    <li data-md>
     <p>Increases our capacity and capabilities.</p>
    <li data-md>
     <p>Reduces the burden on each leader.</p>
    <li data-md>
     <p>Builds institutional knowledge and redundancy.</p>
   </ul>
   <p>We hold a regular staff meeting every two weeks to discuss our operations and
  make plans for the future.</p>
   <p>Additionally, the following noble individuals take minutes for Library
  Evolution, and deserve accolades:</p>
   <ul>
    <li data-md>
     <p>Ben Craig</p>
    <li data-md>
     <p>Inbal Levi</p>
    <li data-md>
     <p>Mark Hoemmen</p>
    <li data-md>
     <p>Guy Davidson</p>
    <li data-md>
     <p>Dietmar Kühl</p>
   </ul>
   <h2 class="heading settled" data-level="2" id="technical"><span class="secno">2. </span><span class="content">Technical</span><a class="self-link" href="#technical"></a></h2>
   <h3 class="heading settled" data-level="2.1" id="plenary-approved-priorities"><span class="secno">2.1. </span><span class="content">Plenary Approved Priorities</span><a class="self-link" href="#plenary-approved-priorities"></a></h3>
   <p>A plenary of the C++ Committee approved <a href="https://wg21.link/P0592R4">P0592R4</a> (Plan and Priorities for C++23).
This section describes the status of the priority Standard Library features
  described in that plan.</p>
   <center>
    <table>
     <tbody>
      <tr>
       <th>Plenary Approved Priority 
       <th>Status 
      <tr>
       <td>Executors 
       <td>Review scheduled. <span class="warning">At risk for C++23.</span> 
      <tr>
       <td>Networking 
       <td>Review scheduled. <span class="warning">At risk for C++23.</span> 
      <tr>
       <td>Coroutines Library Support 
       <td>Waiting for revisions. <span class="warning">At risk for C++23; active authors and champions needed.</span> 
      <tr>
       <td>Standard Library Modules 
       <td>Review scheduled. On track for C++23. 
    </table>
   </center>
   <h4 class="heading settled" data-level="2.1.1" id="executors"><span class="secno">2.1.1. </span><span class="content">Executors</span><a class="self-link" href="#executors"></a></h4>
   <p>Over the Summer of 2021, Library Evolution reviewed <a href="https://wg21.link/P2300R0">P2300R0</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code>), a new
  streamlined Executors proposal from some of the authors of <a href="https://wg21.link/P0443R14">P0443R14</a> (A Unified Executors Proposal
  for C++).
The aim of P2300 was to simplify Executors down to a minimal core and make the
  proposal more accessible and easier to understand.
The new proposal was well received by Library Evolution, and we had consensus
  that we want to proceed with P2300 instead of P0443.</p>
   <p>However, there is still disagreement between the proponents of P2300 and the
  proponents of <a href="https://wg21.link/P2444R0">P2444R0</a>, the async
  model of the Networking TS.
During our discussions, we have begun to question whether we need to pursue
  a single unified asynchronous model for both the Networking TS and structured
  concurrency.</p>
   <p>It is unclear at this point whether P2300, or any other form of Executors, will
  be ready for C++23.
While we have consensus on the design of P2300, there are still questions about
  field experience and maturity.
Given that the window for C++23 closes at the end of 2021, the likelihood of
  including Executors in C++23 is rapidly diminishing.</p>
   <h4 class="heading settled" data-level="2.1.2" id="networking"><span class="secno">2.1.2. </span><span class="content">Networking</span><a class="self-link" href="#networking"></a></h4>
   <p>As part of our discussion of Executors and its relationship to the Networking TS,
  some have suggested that we should consider shipping the Networking TS as-is
  in C++23.
This will be given due consideration and a decision will be made by 2021-10.</p>
   <h4 class="heading settled" data-level="2.1.3" id="coroutines-library-support"><span class="secno">2.1.3. </span><span class="content">Coroutines Library Support</span><a class="self-link" href="#coroutines-library-support"></a></h4>
   <p>A revision of <a href="https://wg21.link/P2168R1">P2168R1</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code>) was
  recently received and reviewed multiple times in 2021-02, 2021-03, and 2021-04.
The authors have been given thorough feedback and will return with a revision
  in the coming months.</p>
   <p>Otherwise, no further work on the Coroutines Library Support has occurred since
  Spring 2020 due to a lack of new papers and a lack of revisions of existing
  papers.</p>
   <p>Some of the other work on Coroutines Library Support depends on Executors and
  may be blocked for now.</p>
   <h4 class="heading settled" data-level="2.1.4" id="standard-library-modules"><span class="secno">2.1.4. </span><span class="content">Standard Library Modules</span><a class="self-link" href="#standard-library-modules"></a></h4>
   <p>In 2021-09, we reviewed <a href="https://wg21.link/P2412R0">P2412R0</a> (Minimal
  Modules for the Standard Library), which proposes that we add one big <code class="highlight"><c- n>std</c-></code> module for C++23.
Library Evolution was in favor of this plan.
The paper should return for another round of review in 2021-10, at which point
  it will hopefully be advanced to electronic polling for C++23.</p>
   <p>We also plan to review the latest revision of <a href="https://wg21.link/P0581R2">P0581R2</a> (Standard Library Modules), a
  more future looking proposal that suggests a fine grained set of standard
  library modules in addition to one big <code class="highlight"><c- n>std</c-></code> module.</p>
   <h3 class="heading settled" data-level="2.2" id="stability"><span class="secno">2.2. </span><span class="content">Stability</span><a class="self-link" href="#stability"></a></h3>
   <h4 class="heading settled" data-level="2.2.1" id="backports"><span class="secno">2.2.1. </span><span class="content">Backports</span><a class="self-link" href="#backports"></a></h4>
   <p>Typically, it is very difficult or impossible to make breaking changes to
  Standard C++ facilities after they have shipped in a particular C++ Standard.
However, sometimes there is a small window of opportunity to make such changes.</p>
   <p>If no implementation has shipped a particular Standard C++ facility in production,
  then no one is using the facility yet.
Therefore, it is possible for the C++ committee to make what would be a
  breaking change to said facility in the next C++ Standard without actually
  causing any breakage.
This is only possible if all vendors agree to accept the change and apply
  it as a backport to their implementation of the older C++ Standard.</p>
   <p>Backporting breaking changes to Standard C++ facilities in this way is an
  extraordinary measure and must only be done with the utmost of care.
It should not be considered the norm and we should not assume that we will be
  able to do it in the future.</p>
   <p>When we make these changes, we are effectively changing a C++ Standard after it
  has shipped.
This can cause a great deal of uncertainty in the ecosystem for both users and
  vendors, because it makes it unclear when a C++ Standard is complete and
  stable.
It may even slow down adoption of C++20.
As such, this is a tool we must use very delicately.</p>
   <p>Over the past few months, Library Evolution has taken advantage of this window
  to fix a number of issues, mostly relating to ranges and text formatting in
  C++20:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2372R0">P2372R0</a>:
Fixing locale handling in chrono formatters</p>
    <li data-md>
     <p><a href="https://wg21.link/P2216R3">P2216R3</a>: <code class="highlight"><c- n>format</c-></code> improvements</p>
    <li data-md>
     <p><a href="https://wg21.link/P2328R1">P2328R1</a>: <code class="highlight"><c- n>join_view</c-></code> should join all views of ranges</p>
    <li data-md>
     <p><a href="https://wg21.link/P2325R3">P2325R3</a>:
Views should not be required to be default constructible</p>
    <li data-md>
     <p><a href="https://wg21.link/P2210R2">P2210R2</a>:
Superior string splitting</p>
    <li data-md>
     <p><a href="https://wg21.link/P2367R0">P2367R0</a>: Remove misuses of
list-initialization from Clause 24</p>
    <li data-md>
     <p><a href="https://wg21.link/P2281R1">P2281R1</a>: Clarifying range adaptor
objects</p>
    <li data-md>
     <p><a href="https://wg21.link/P2231R1">P2231R1</a>: Missing constexpr in <code class="highlight"><c- n>optional</c-></code> and <code class="highlight"><c- n>variant</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2166R1">P2166R1</a>: Prohibit <code class="highlight"><c- n>basic_string</c-></code> and <code class="highlight"><c- n>basic_string_view</c-></code> construction from <code class="highlight"><c- k>nullptr</c-></code></p>
   </ul>
   <p>We expect the following three C++20 backports to be moved at the 2021-10
  plenary meeting:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2418R2">P2418R2</a>: Add support for <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code>-like types to <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2415R2">P2415R2</a>: What is a <code class="highlight"><c- n>view</c-></code>?</p>
    <li data-md>
     <p><a href="https://wg21.link/P2432R1">P2432R1</a>: Fix <code class="highlight"><c- n>istream_view</c-></code></p>
   </ul>
   <p>Library Evolution does not expect to consider any additional backports for
  C++20.</p>
   <p>The above information is as of the publication of this paper.
For up to date information and more details on Library backports <a href="https://github.com/cplusplus/LEWG/wiki/Backports">the backports GitHub wikipage</a>.</p>
   <h3 class="heading settled" data-level="2.3" id="other-highlights"><span class="secno">2.3. </span><span class="content">Other Highlights</span><a class="self-link" href="#other-highlights"></a></h3>
   <h4 class="heading settled" data-level="2.3.1" id="ranges"><span class="secno">2.3.1. </span><span class="content">Ranges</span><a class="self-link" href="#ranges"></a></h4>
   <p>We are making significant progress on the objectives laid out in <a href="https://wg21.link/P2214R0">P2214R0</a> (A Plan for C++23 Ranges).
We expect to deliver at least all of the tier 1 components of P2214R0.</p>
   <p>The following ranges proposals were advanced to Library Working Group for C++23
  by electronic poll:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P1206R6">P1206R6</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>to</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2415R1">P2415R1</a>: What Is A <code class="highlight"><c- n>view</c-></code>?</p>
    <li data-md>
     <p><a href="https://wg21.link/P2432R0">P2432R0</a>: Fix <code class="highlight"><c- n>istream_view</c-></code></p>
   </ul>
   <p>Over the past few months, we have reviewed the following ranges proposals at
  Library Evolution telecons:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P1206R6">P1206R6</a>: Conversions from ranges to
  containers</p>
    <li data-md>
     <p><a href="https://wg21.link/P1664R3">P1664R3</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>reconstructible_range</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2138R4">P2138R4</a>: Rules of Design &lt;=>
  Specification Engagement</p>
    <li data-md>
     <p><a href="https://wg21.link/P2276R1">P2276R1</a>: Fix <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>cbegin</c-><c- p>()</c-></code>, <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>ranges</c-><c- o>::</c-><c- n>cbegin</c-></code>, and <code class="highlight"><c- n>cbegin</c-><c- p>()</c-></code> for <code class="highlight"><c- n>span</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2374R1">P2374R1</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>cartesian_product</c-></code></p>
   </ul>
   <p>The following ranges papers were reviewed at Ranges Study Group (SG9) telecons:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2408R0">P2408R0</a>: Ranges views as inputs to
  non-Ranges algorithms</p>
    <li data-md>
     <p><a href="https://wg21.link/LWG3564">LWG3564</a>: <code class="highlight"><c- n>transform_view</c-><c- o>::</c-><c- n>iterator</c-><c- o>::</c-><c- n>value_type</c-></code> and <code class="highlight"><c- n>iterator_category</c-></code> should use <code class="highlight"><c- k>const</c-> <c- n>F</c-><c- o>&amp;</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2165R2">P2165R2</a>: Compatibility between <code class="highlight"><c- n>tuple</c-></code>, <code class="highlight"><c- n>pair</c-></code> and <code class="highlight"><c- n>tuple</c-></code>-like objects</p>
    <li data-md>
     <p><a href="https://wg21.link/P2387R0">P2387R0</a>: Pipe support for user-defined
  range adaptors</p>
    <li data-md>
     <p><a href="https://wg21.link/P1664R5">P1664R5</a>: <code class="highlight"><c- n>reconstructible_range</c-></code> - a
  concept for putting ranges back together</p>
    <li data-md>
     <p><a href="https://wg21.link/LWG3564">LWG3564</a>: <code class="highlight"><c- n>transform</c-></code> function constness</p>
    <li data-md>
     <p><a href="https://wg21.link/LWG3534">LWG3534</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>set_intersection</c-></code> and <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>set_difference</c-></code> algorithm requirements are too strict</p>
   </ul>
   <h4 class="heading settled" data-level="2.3.2" id="formatting-and-printing"><span class="secno">2.3.2. </span><span class="content">Formatting and Printing</span><a class="self-link" href="#formatting-and-printing"></a></h4>
   <p><a href="https://wg21.link/P2093R5">P2093R5</a> (Formatted Output) continues
  to mature.
The Text and Unicode group (SG16) has sent it back to Library Evolution for
  what should be a final review for C++23 in 2021-11.</p>
   <p>We’ve made progress on <a href="https://wg21.link/P2286R1">P2286R1</a> (Formatting
  Ranges) as well, reviewing it at a Library Evolution telecon.
We expect it to advance in time for C++23.</p>
   <p>We also reviewed and advanced <a href="https://wg21.link/P2418R0">P2418R0</a> (Add Support For <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code>-like Types To <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code>) to Library
  Working Group for C++23 and as a backport for C++20.</p>
   <h4 class="heading settled" data-level="2.3.3" id="text-and-unicode"><span class="secno">2.3.3. </span><span class="content">Text and Unicode</span><a class="self-link" href="#text-and-unicode"></a></h4>
   <p>We’ve nearly completed our work on <a href="https://wg21.link/P1885R5">P1885R5</a> (Naming Text Encodings to
  Demystify Them), which is a part of the roadmap laid our in <a href="https://wg21.link/P1238R0">P1238R0</a> (Unicode Direction) and one of
  their priorities for C++23.
We are planning to take another look at it in the next few months and then
  hopefully advance it for C++23.</p>
   <h4 class="heading settled" data-level="2.3.4" id="constexprification"><span class="secno">2.3.4. </span><span class="content"><code class="highlight"><c- k>constexpr</c-></code>ification</span><a class="self-link" href="#constexprification"></a></h4>
   <p>Over the summer, we advanced <a href="https://wg21.link/P0533R8">P0533R8</a> (<code class="highlight"><c- k>constexpr</c-></code> For <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code> And <code class="highlight"><c- o>&lt;</c-><c- n>cstdlib</c-><c- o>></c-></code>) back to Library Working Group
  for C++23.
We also reviewed <a href="https://wg21.link/P1383R0">P1383R0</a> (More
  constexpr for <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code>) and <a href="https://wg21.link/P2337R0">P2337R0</a> (Less constexpr for <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code>).</p>
   <p>We also advanced the following <code class="highlight"><c- k>constexpr</c-></code>ification proposals to Library Working
  Group by electronic poll:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P0533R8">P0533R8</a>: <code class="highlight"><c- k>constexpr</c-></code> For <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code> And <code class="highlight"><c- o>&lt;</c-><c- n>cstdlib</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2273R2">P2273R2</a>: Making <code class="highlight"><c- n>unique_ptr</c-></code> <code class="highlight"><c- k>constexpr</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2291R2">P2291R2</a>: Add <code class="highlight"><c- k>constexpr</c-></code> Modifiers To
  Functions <code class="highlight"><c- n>to_chars</c-></code> And <code class="highlight"><c- n>from_chars</c-></code> For Integral Types In <code class="highlight"><c- o>&lt;</c-><c- n>charconv</c-><c- o>></c-></code> Header</p>
   </ul>
   <p>And the following papers were reviewed on the Library Evolution mailing list:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2417R0">P2417R0</a>: A more <code class="highlight"><c- k>constexpr</c-></code> bitset</p>
   </ul>
   <h4 class="heading settled" data-level="2.3.5" id="linear-algebra-and-mdspan"><span class="secno">2.3.5. </span><span class="content">Linear Algebra and <code class="highlight"><c- n>mdspan</c-></code></span><a class="self-link" href="#linear-algebra-and-mdspan"></a></h4>
   <p>We looked at <a href="https://wg21.link/P0009R12">P0009R12</a> (<code class="highlight"><c- n>mdspan</c-></code>) and
  some papers modifying it (<a href="https://wg21.link/P2299R3">P2299R3</a>)
  over the summer.
We decided to retarget <code class="highlight"><c- n>mdspan</c-></code> for C++23.
We expect to review the paper again in 2021-11.</p>
   <h3 class="heading settled" data-level="2.4" id="papers-reviewed"><span class="secno">2.4. </span><span class="content">Papers Reviewed</span><a class="self-link" href="#papers-reviewed"></a></h3>
   <p>The following papers were reviewed at Library Evolution telecons and advanced
  to Library Working Group in the 2021 Summer Library Evolution polling period
  (see <a href="https://wg21.link/P2435R1">P2435R1</a> for details):</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2372R1">P2372R1</a>: Fixing Locale Handling In Chrono Formatters</p>
    <li data-md>
     <p><a href="https://wg21.link/P1206R6">P1206R6</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>to</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P0533R8">P0533R8</a>: <code class="highlight"><c- k>constexpr</c-></code> For <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code> And <code class="highlight"><c- o>&lt;</c-><c- n>cstdlib</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2273R2">P2273R2</a>: Making <code class="highlight"><c- n>unique_ptr</c-></code> <code class="highlight"><c- k>constexpr</c-></code></p>
   </ul>
   <p>The following papers were reviewed at Library Evolution telecons and advanced
  to Library Working Group in the 2021 September Library Evolution polling period
  (see <a href="https://wg21.link/P2451R0">P2451R0</a> for details):</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2418R0">P2418R0</a>: Add Support For <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code>-like Types To <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2415R1">P2415R1</a>: What Is A <code class="highlight"><c- n>view</c-></code>?</p>
    <li data-md>
     <p><a href="https://wg21.link/P2432R0">P2432R0</a>: Fix <code class="highlight"><c- n>istream_view</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2351R0">P2351R0</a>: Mark All Library Static Cast Wrappers As <code class="highlight"><c- p>[[</c-><c- n>nodiscard</c-><c- p>]]</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2291R2">P2291R2</a>: Add <code class="highlight"><c- k>constexpr</c-></code> Modifiers To Functions <code class="highlight"><c- n>to_chars</c-></code> And <code class="highlight"><c- n>from_chars</c-></code> For Integral Types In <code class="highlight"><c- o>&lt;</c-><c- n>charconv</c-><c- o>></c-></code> Header</p>
   </ul>
   <p>The following papers were reviewed at Library Evolution telecons:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P0009R12">P0009R12</a>: <code class="highlight"><c- n>mdspan</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P1206R6">P1206R6</a>: Conversions from ranges to containers</p>
    <li data-md>
     <p><a href="https://wg21.link/P1383R0">P1383R0</a>: More constexpr for <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2337R0">P2337R0</a>: Less constexpr for <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P1664R3">P1664R3</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>reconstructible_range</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P1673R3">P1673R3</a>: BLAS Linear Algebra</p>
    <li data-md>
     <p><a href="https://wg21.link/P1885R5">P1885R5</a>: Naming Text Encodings to Demystify Them</p>
    <li data-md>
     <p><a href="https://wg21.link/P2138R4">P2138R4</a>: Rules of Design &lt;=> Specification Engagement</p>
    <li data-md>
     <p><a href="https://wg21.link/P2276R1">P2276R1</a>: Fix <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>cbegin</c-><c- p>()</c-></code>, <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>ranges</c-><c- o>::</c-><c- n>cbegin</c-></code>, and <code class="highlight"><c- n>cbegin</c-><c- p>()</c-></code> for <code class="highlight"><c- n>span</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2286R2">P2286R2</a>: Formatting Ranges</p>
    <li data-md>
     <p><a href="https://wg21.link/P2299R3">P2299R3</a>: <code class="highlight"><c- n>mdspan</c-></code>s of All Dynamic Extents</p>
    <li data-md>
     <p><a href="https://wg21.link/P2300R1">P2300R1</a>: <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2345R0">P2345R0</a>: Relaxing Requirements of Moved-From Objects</p>
    <li data-md>
     <p><a href="https://wg21.link/P2372R1">P2372R1</a>: Fixing locale handling in chrono formatters</p>
    <li data-md>
     <p><a href="https://wg21.link/P2374R1">P2374R1</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>cartesian_product</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2412R0">P2412R0</a>: Minimal Module Support for the Standard Library</p>
    <li data-md>
     <p><a href="https://wg21.link/P2415R1">P2415R1</a>: What is a <code class="highlight"><c- n>view</c-></code>?</p>
    <li data-md>
     <p><a href="https://wg21.link/P2418R0">P2418R0</a>: Adding support for <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code> to <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>format</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2428R0">P2428R0</a>: Issues and questions with P2300 <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>execution</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2432R0">P2432R0</a>: Fix <code class="highlight"><c- n>istream_view</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2444R0">P2444R0</a>: Asio Async Model</p>
   </ul>
   <p>The following papers were reviewed on the Library Evolution mailing list:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2332R0">P2332R0</a>: Establishing <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>hive</c-></code> as replacement name for the proposed <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>colony</c-></code> container</p>
    <li data-md>
     <p><a href="https://wg21.link/P2066R7">P2066R7</a>: Suggested draft TS for C++ Extensions for Minimal Transactional Memory</p>
    <li data-md>
     <p><a href="https://wg21.link/P1339R1">P1339R1</a>: Disallowing the friending of names in namespace <code class="highlight"><c- n>std</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2226R0">P2226R0</a>: A proposal for an idiom to move from an object and reset it to its default constructed state</p>
    <li data-md>
     <p><a href="https://wg21.link/P2291R1">P2291R1</a>: Add Constexpr Modifiers to Functions <code class="highlight"><c- n>to_chars</c-></code> and <code class="highlight"><c- n>from_chars</c-></code> for Integral Types in Header</p>
    <li data-md>
     <p><a href="https://wg21.link/P2249R0">P2249R0</a>: Mixed comparisons for smart pointers</p>
    <li data-md>
     <p><a href="https://wg21.link/P2351R0">P2351R0</a>: Mark all library static cast wrappers as <code class="highlight"><c- p>[[</c-><c- n>nodiscard</c-><c- p>]]</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2377R0">P2377R0</a>: <code class="highlight"><c- p>[[</c-><c- n>nodiscard</c-><c- p>]]</c-></code> in the Standard Library: Clause 23 Iterators library</p>
    <li data-md>
     <p><a href="https://wg21.link/P0493R2">P0493R2</a>: Atomic maximum/minimum</p>
    <li data-md>
     <p><a href="https://wg21.link/P2413R0">P2413R0</a>: Remove unsafe conversions of <code class="highlight"><c- n>unique_ptr</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2370R0">P2370R0</a>: Stacktrace from exception</p>
    <li data-md>
     <p><a href="https://wg21.link/P2417R0">P2417R0</a>: A more <code class="highlight"><c- k>constexpr</c-></code> bitset</p>
   </ul>
  </main>
<script>
(function() {
  "use strict";
  var collapseSidebarText = '<span aria-hidden="true">←</span> '
                          + '<span>Collapse Sidebar</span>';
  var expandSidebarText   = '<span aria-hidden="true">→</span> '
                          + '<span>Pop Out Sidebar</span>';
  var tocJumpText         = '<span aria-hidden="true">↑</span> '
                          + '<span>Jump to Table of Contents</span>';

  var sidebarMedia = window.matchMedia('screen and (min-width: 78em)');
  var autoToggle   = function(e){ toggleSidebar(e.matches) };
  if(sidebarMedia.addListener) {
    sidebarMedia.addListener(autoToggle);
  }

  function toggleSidebar(on) {
    if (on == undefined) {
      on = !document.body.classList.contains('toc-sidebar');
    }

    /* Don’t scroll to compensate for the ToC if we’re above it already. */
    var headY = 0;
    var head = document.querySelector('.head');
    if (head) {
      // terrible approx of "top of ToC"
      headY += head.offsetTop + head.offsetHeight;
    }
    var skipScroll = window.scrollY < headY;

    var toggle = document.getElementById('toc-toggle');
    var tocNav = document.getElementById('toc');
    if (on) {
      var tocHeight = tocNav.offsetHeight;
      document.body.classList.add('toc-sidebar');
      document.body.classList.remove('toc-inline');
      toggle.innerHTML = collapseSidebarText;
      if (!skipScroll) {
        window.scrollBy(0, 0 - tocHeight);
      }
      tocNav.focus();
      sidebarMedia.addListener(autoToggle); // auto-collapse when out of room
    }
    else {
      document.body.classList.add('toc-inline');
      document.body.classList.remove('toc-sidebar');
      toggle.innerHTML = expandSidebarText;
      if (!skipScroll) {
        window.scrollBy(0, tocNav.offsetHeight);
      }
      if (toggle.matches(':hover')) {
        /* Unfocus button when not using keyboard navigation,
           because I don’t know where else to send the focus. */
        toggle.blur();
      }
    }
  }

  function createSidebarToggle() {
    /* Create the sidebar toggle in JS; it shouldn’t exist when JS is off. */
    var toggle = document.createElement('a');
      /* This should probably be a button, but appearance isn’t standards-track.*/
    toggle.id = 'toc-toggle';
    toggle.class = 'toc-toggle';
    toggle.href = '#toc';
    toggle.innerHTML = collapseSidebarText;

    sidebarMedia.addListener(autoToggle);
    var toggler = function(e) {
      e.preventDefault();
      sidebarMedia.removeListener(autoToggle); // persist explicit off states
      toggleSidebar();
      return false;
    }
    toggle.addEventListener('click', toggler, false);


    /* Get <nav id=toc-nav>, or make it if we don’t have one. */
    var tocNav = document.getElementById('toc-nav');
    if (!tocNav) {
      tocNav = document.createElement('p');
      tocNav.id = 'toc-nav';
      /* Prepend for better keyboard navigation */
      document.body.insertBefore(tocNav, document.body.firstChild);
    }
    /* While we’re at it, make sure we have a Jump to Toc link. */
    var tocJump = document.getElementById('toc-jump');
    if (!tocJump) {
      tocJump = document.createElement('a');
      tocJump.id = 'toc-jump';
      tocJump.href = '#toc';
      tocJump.innerHTML = tocJumpText;
      tocNav.appendChild(tocJump);
    }

    tocNav.appendChild(toggle);
  }

  var toc = document.getElementById('toc');
  if (toc) {
    createSidebarToggle();
    toggleSidebar(sidebarMedia.matches);

    /* If the sidebar has been manually opened and is currently overlaying the text
       (window too small for the MQ to add the margin to body),
       then auto-close the sidebar once you click on something in there. */
    toc.addEventListener('click', function(e) {
      if(e.target.tagName.toLowerCase() == "a" && document.body.classList.contains('toc-sidebar') && !sidebarMedia.matches) {
        toggleSidebar(false);
      }
    }, false);
  }
  else {
    console.warn("Can’t find Table of Contents. Please use <nav id='toc'> around the ToC.");
  }

  /* Wrap tables in case they overflow */
  var tables = document.querySelectorAll(':not(.overlarge) > table.data, :not(.overlarge) > table.index');
  var numTables = tables.length;
  for (var i = 0; i < numTables; i++) {
    var table = tables[i];
    var wrapper = document.createElement('div');
    wrapper.className = 'overlarge';
    table.parentNode.insertBefore(wrapper, table);
    wrapper.appendChild(table);
  }

})();
</script>