<!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>P2400R1: Library Evolution Report: 2021-02-23 to 2021-05-25</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 800b43329, updated Tue May 25 14:13:32 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">P2400R1<br>Library Evolution Report: <br>2021-02-23 to 2021-05-25</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-06-08">2021-06-08</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="#telecons"><span class="secno">1.1</span> <span class="content">Telecons</span></a>
      <li><a href="#mailing-list-reviews"><span class="secno">1.2</span> <span class="content">Mailing List Reviews</span></a>
      <li><a href="#paper-queues-and-backlog"><span class="secno">1.3</span> <span class="content">Paper Queues and Backlog</span></a>
      <li><a href="#electronic-polling"><span class="secno">1.4</span> <span class="content">Electronic Polling</span></a>
      <li><a href="#prioritization"><span class="secno">1.5</span> <span class="content">Prioritization</span></a>
      <li><a href="#chairing-guide"><span class="secno">1.6</span> <span class="content">Chair Guide</span></a>
      <li><a href="#staff"><span class="secno">1.7</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="#future-of-tses"><span class="secno">2.1</span> <span class="content">Future of Library Technical Specifications</span></a>
      <li>
       <a href="#plenary-approved-priorities"><span class="secno">2.2</span> <span class="content">Plenary Approved Priorities</span></a>
       <ol class="toc">
        <li><a href="#executors"><span class="secno">2.2.1</span> <span class="content">Executors</span></a>
        <li><a href="#coroutines-library-support"><span class="secno">2.2.2</span> <span class="content">Coroutines Library Support</span></a>
        <li><a href="#networking"><span class="secno">2.2.3</span> <span class="content">Networking</span></a>
        <li><a href="#standard-library-modules"><span class="secno">2.2.4</span> <span class="content">Standard Library Modules</span></a>
       </ol>
      <li>
       <a href="#stability"><span class="secno">2.3</span> <span class="content">Stability</span></a>
       <ol class="toc">
        <li><a href="#backports"><span class="secno">2.3.1</span> <span class="content">Backports</span></a>
        <li><a href="#interfaces"><span class="secno">2.3.2</span> <span class="content">Interfaces</span></a>
       </ol>
      <li>
       <a href="#other-highlights"><span class="secno">2.4</span> <span class="content">Other Highlights</span></a>
       <ol class="toc">
        <li><a href="#ranges"><span class="secno">2.4.1</span> <span class="content">Ranges</span></a>
        <li><a href="#formatting-and-printing"><span class="secno">2.4.2</span> <span class="content">Formatting and Printing</span></a>
        <li><a href="#text-and-unicode"><span class="secno">2.4.3</span> <span class="content">Text and Unicode</span></a>
        <li><a href="#expected"><span class="secno">2.4.4</span> <span class="content"><code class="highlight"><c- n>expected</c-></code></span></a>
        <li><a href="#constexpr-cmath"><span class="secno">2.4.5</span> <span class="content"><code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code></span></a>
        <li><a href="#linear-algebra-and-mdspan"><span class="secno">2.4.6</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.5</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-02-23 to 2021-05-25.
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/P2195R0">P2195R0</a>: Electronic Straw Polls</p>
    <li data-md>
     <p><a href="https://wg21.link/P0592R4">P0592R4</a>: Plan and Priorities for C++23</p>
    <li data-md>
     <p><a href="https://wg21.link/P2289R0">P2289R0</a>: 2021 Winter Library Evolution Polls</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>
   </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="telecons"><span class="secno">1.1. </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>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-02-23 to 2021-05-25 
       <th>Since 2020-04-06 
      <tr>
       <th># of Telecons 
       <td>12 + 1 joint with Evolution 
       <td>56 + 1 joint with Evolution 
      <tr>
       <th># of Papers Reviewed On Telecons 
       <td>20 
       <td>86 
      <tr>
       <th>Total # of Attendees 
       <td>90 
       <td>166 
      <tr>
       <th>Mean Telecon Attendance 
       <td>31.75 
       <td>31.4 
      <tr>
       <th>Median Telecon Attendance 
       <td>29.5 
       <td>30.5 
      <tr>
       <th>Mean Telecons Per Attendee 
       <td>4.23 
       <td>10.61 
      <tr>
       <th>Median Telecons Per Attendee 
       <td>3 
       <td>4 
    </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 325.5L733.5 325.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 271.5L733.5 271.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 216.5L733.5 216.5" fill-rule="nonzero" stroke="#999999" stroke-linecap="butt" stroke-width="1.0"></path>
     <path d="M54.5 161.5L733.5 161.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 374.5L733.5 374.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 369.5L733.5 369.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 363.5L733.5 363.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 358.5L733.5 358.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 347.5L733.5 347.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 342.5L733.5 342.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 336.5L733.5 336.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 331.5L733.5 331.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 320.5L733.5 320.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 314.5L733.5 314.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 309.5L733.5 309.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 303.5L733.5 303.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 292.5L733.5 292.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 287.5L733.5 287.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 282.5L733.5 282.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 276.5L733.5 276.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 265.5L733.5 265.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 260.5L733.5 260.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 254.5L733.5 254.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 249.5L733.5 249.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 238.5L733.5 238.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 232.5L733.5 232.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 227.5L733.5 227.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 221.5L733.5 221.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 211.5L733.5 211.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 205.5L733.5 205.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 200.5L733.5 200.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 194.5L733.5 194.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 183.5L733.5 183.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 178.5L733.5 178.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 172.5L733.5 172.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 167.5L733.5 167.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 156.5L733.5 156.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 150.5L733.5 150.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 145.5L733.5 145.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 140.5L733.5 140.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 129.5L733.5 129.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 123.5L733.5 123.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 118.5L733.5 118.5" fill-rule="nonzero" stroke="#000000" stroke-linecap="butt" stroke-opacity="0.0" stroke-width="1.0"></path>
     <path d="M54.5 112.5L733.5 112.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="M67.0 380.0L59.0 380.0L59.0 208.0C59.0 206.89543 59.89543 206.0 61.0 206.0L65.0 206.0C66.10457 206.0 67.0 206.89543 67.0 208.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="M67.0 380.0L59.0 380.0L59.0 208.0C59.0 206.89543 59.89543 206.0 61.0 206.0L65.0 206.0C66.10457 206.0 67.0 206.89543 67.0 208.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M79.0 380.0L71.0 380.0L71.0 175.0C71.0 173.89543 71.89543 173.0 73.0 173.0L77.0 173.0C78.10457 173.0 79.0 173.89543 79.0 175.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="M79.0 380.0L71.0 380.0L71.0 175.0C71.0 173.89543 71.89543 173.0 73.0 173.0L77.0 173.0C78.10457 173.0 79.0 173.89543 79.0 175.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M91.0 380.0L83.0 380.0L83.0 186.0C83.0 184.89543 83.89543 184.0 85.0 184.0L89.0 184.0C90.10457 184.0 91.0 184.89543 91.0 186.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.0L83.0 380.0L83.0 186.0C83.0 184.89543 83.89543 184.0 85.0 184.0L89.0 184.0C90.10457 184.0 91.0 184.89543 91.0 186.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M103.0 380.0L95.0 380.0L95.0 208.0C95.0 206.89543 95.89543 206.0 97.0 206.0L101.0 206.0C102.10457 206.0 103.0 206.89543 103.0 208.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="M103.0 380.0L95.0 380.0L95.0 208.0C95.0 206.89543 95.89543 206.0 97.0 206.0L101.0 206.0C102.10457 206.0 103.0 206.89543 103.0 208.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M115.0 380.0L107.0 380.0L107.0 197.0C107.0 195.89543 107.89543 195.0 109.0 195.0L113.0 195.0C114.10457 195.0 115.0 195.89543 115.0 197.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="M115.0 380.0L107.0 380.0L107.0 197.0C107.0 195.89543 107.89543 195.0 109.0 195.0L113.0 195.0C114.10457 195.0 115.0 195.89543 115.0 197.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M127.0 380.0L119.0 380.0L119.0 202.0C119.0 200.89543 119.89543 200.0 121.0 200.0L125.0 200.0C126.10457 200.0 127.0 200.89543 127.0 202.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="M127.0 380.0L119.0 380.0L119.0 202.0C119.0 200.89543 119.89543 200.0 121.0 200.0L125.0 200.0C126.10457 200.0 127.0 200.89543 127.0 202.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M139.0 380.0L131.0 380.0L131.0 175.0C131.0 173.89543 131.89543 173.0 133.0 173.0L137.0 173.0C138.10457 173.0 139.0 173.89543 139.0 175.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="M139.0 380.0L131.0 380.0L131.0 175.0C131.0 173.89543 131.89543 173.0 133.0 173.0L137.0 173.0C138.10457 173.0 139.0 173.89543 139.0 175.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M151.0 380.0L143.0 380.0L143.0 191.0C143.0 189.89543 143.89543 189.0 145.0 189.0L149.0 189.0C150.10457 189.0 151.0 189.89543 151.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="M151.0 380.0L143.0 380.0L143.0 191.0C143.0 189.89543 143.89543 189.0 145.0 189.0L149.0 189.0C150.10457 189.0 151.0 189.89543 151.0 191.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M163.0 380.0L155.0 380.0L155.0 246.0C155.0 244.89543 155.89543 244.0 157.0 244.0L161.0 244.0C162.10457 244.0 163.0 244.89543 163.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="M163.0 380.0L155.0 380.0L155.0 246.0C155.0 244.89543 155.89543 244.0 157.0 244.0L161.0 244.0C162.10457 244.0 163.0 244.89543 163.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M175.0 380.0L167.0 380.0L167.0 229.0C167.0 227.89543 167.89543 227.0 169.0 227.0L173.0 227.0C174.10457 227.0 175.0 227.89543 175.0 229.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="M175.0 380.0L167.0 380.0L167.0 229.0C167.0 227.89543 167.89543 227.0 169.0 227.0L173.0 227.0C174.10457 227.0 175.0 227.89543 175.0 229.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M187.0 380.0L179.0 380.0L179.0 224.0C179.0 222.89543 179.89543 222.0 181.0 222.0L185.0 222.0C186.10457 222.0 187.0 222.89543 187.0 224.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="M187.0 380.0L179.0 380.0L179.0 224.0C179.0 222.89543 179.89543 222.0 181.0 222.0L185.0 222.0C186.10457 222.0 187.0 222.89543 187.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M199.0 380.0L191.0 380.0L191.0 208.0C191.0 206.89543 191.89543 206.0 193.0 206.0L197.0 206.0C198.10457 206.0 199.0 206.89543 199.0 208.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="M199.0 380.0L191.0 380.0L191.0 208.0C191.0 206.89543 191.89543 206.0 193.0 206.0L197.0 206.0C198.10457 206.0 199.0 206.89543 199.0 208.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M211.0 380.0L203.0 380.0L203.0 109.0C203.0 107.89543 203.89543 107.0 205.0 107.0L209.0 107.0C210.10457 107.0 211.0 107.89543 211.0 109.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="M211.0 380.0L203.0 380.0L203.0 109.0C203.0 107.89543 203.89543 107.0 205.0 107.0L209.0 107.0C210.10457 107.0 211.0 107.89543 211.0 109.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M223.0 380.0L215.0 380.0L215.0 202.0C215.0 200.89543 215.89543 200.0 217.0 200.0L221.0 200.0C222.10457 200.0 223.0 200.89543 223.0 202.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="M223.0 380.0L215.0 380.0L215.0 202.0C215.0 200.89543 215.89543 200.0 217.0 200.0L221.0 200.0C222.10457 200.0 223.0 200.89543 223.0 202.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M235.0 380.0L227.0 380.0L227.0 169.0C227.0 167.89543 227.89543 167.0 229.0 167.0L233.0 167.0C234.10457 167.0 235.0 167.89543 235.0 169.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="M235.0 380.0L227.0 380.0L227.0 169.0C227.0 167.89543 227.89543 167.0 229.0 167.0L233.0 167.0C234.10457 167.0 235.0 167.89543 235.0 169.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M247.0 380.0L239.0 380.0L239.0 213.0C239.0 211.89543 239.89543 211.0 241.0 211.0L245.0 211.0C246.10457 211.0 247.0 211.89543 247.0 213.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="M247.0 380.0L239.0 380.0L239.0 213.0C239.0 211.89543 239.89543 211.0 241.0 211.0L245.0 211.0C246.10457 211.0 247.0 211.89543 247.0 213.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M260.0 380.0L252.0 380.0L252.0 235.0C252.0 233.89543 252.89543 233.0 254.0 233.0L258.0 233.0C259.10458 233.0 260.0 233.89543 260.0 235.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="M260.0 380.0L252.0 380.0L252.0 235.0C252.0 233.89543 252.89543 233.0 254.0 233.0L258.0 233.0C259.10458 233.0 260.0 233.89543 260.0 235.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M272.0 380.0L264.0 380.0L264.0 224.0C264.0 222.89543 264.89542 222.0 266.0 222.0L270.0 222.0C271.10458 222.0 272.0 222.89543 272.0 224.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="M272.0 380.0L264.0 380.0L264.0 224.0C264.0 222.89543 264.89542 222.0 266.0 222.0L270.0 222.0C271.10458 222.0 272.0 222.89543 272.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M284.0 380.0L276.0 380.0L276.0 251.0C276.0 249.89543 276.89542 249.0 278.0 249.0L282.0 249.0C283.10458 249.0 284.0 249.89543 284.0 251.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="M284.0 380.0L276.0 380.0L276.0 251.0C276.0 249.89543 276.89542 249.0 278.0 249.0L282.0 249.0C283.10458 249.0 284.0 249.89543 284.0 251.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M296.0 380.0L288.0 380.0L288.0 235.0C288.0 233.89543 288.89542 233.0 290.0 233.0L294.0 233.0C295.10458 233.0 296.0 233.89543 296.0 235.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="M296.0 380.0L288.0 380.0L288.0 235.0C288.0 233.89543 288.89542 233.0 290.0 233.0L294.0 233.0C295.10458 233.0 296.0 233.89543 296.0 235.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M308.0 380.0L300.0 380.0L300.0 202.0C300.0 200.89543 300.89542 200.0 302.0 200.0L306.0 200.0C307.10458 200.0 308.0 200.89543 308.0 202.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="M308.0 380.0L300.0 380.0L300.0 202.0C300.0 200.89543 300.89542 200.0 302.0 200.0L306.0 200.0C307.10458 200.0 308.0 200.89543 308.0 202.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M320.0 380.0L312.0 380.0L312.0 262.0C312.0 260.89542 312.89542 260.0 314.0 260.0L318.0 260.0C319.10458 260.0 320.0 260.89542 320.0 262.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="M320.0 380.0L312.0 380.0L312.0 262.0C312.0 260.89542 312.89542 260.0 314.0 260.0L318.0 260.0C319.10458 260.0 320.0 260.89542 320.0 262.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M332.0 380.0L324.0 380.0L324.0 224.0C324.0 222.89543 324.89542 222.0 326.0 222.0L330.0 222.0C331.10458 222.0 332.0 222.89543 332.0 224.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="M332.0 380.0L324.0 380.0L324.0 224.0C324.0 222.89543 324.89542 222.0 326.0 222.0L330.0 222.0C331.10458 222.0 332.0 222.89543 332.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M344.0 380.0L336.0 380.0L336.0 219.0C336.0 217.89543 336.89542 217.0 338.0 217.0L342.0 217.0C343.10458 217.0 344.0 217.89543 344.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="M344.0 380.0L336.0 380.0L336.0 219.0C336.0 217.89543 336.89542 217.0 338.0 217.0L342.0 217.0C343.10458 217.0 344.0 217.89543 344.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M356.0 380.0L348.0 380.0L348.0 219.0C348.0 217.89543 348.89542 217.0 350.0 217.0L354.0 217.0C355.10458 217.0 356.0 217.89543 356.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="M356.0 380.0L348.0 380.0L348.0 219.0C348.0 217.89543 348.89542 217.0 350.0 217.0L354.0 217.0C355.10458 217.0 356.0 217.89543 356.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M368.0 380.0L360.0 380.0L360.0 191.0C360.0 189.89543 360.89542 189.0 362.0 189.0L366.0 189.0C367.10458 189.0 368.0 189.89543 368.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="M368.0 380.0L360.0 380.0L360.0 191.0C360.0 189.89543 360.89542 189.0 362.0 189.0L366.0 189.0C367.10458 189.0 368.0 189.89543 368.0 191.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M380.0 380.0L372.0 380.0L372.0 246.0C372.0 244.89543 372.89542 244.0 374.0 244.0L378.0 244.0C379.10458 244.0 380.0 244.89543 380.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="M380.0 380.0L372.0 380.0L372.0 246.0C372.0 244.89543 372.89542 244.0 374.0 244.0L378.0 244.0C379.10458 244.0 380.0 244.89543 380.0 246.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M392.0 380.0L384.0 380.0L384.0 257.0C384.0 255.89543 384.89542 255.0 386.0 255.0L390.0 255.0C391.10458 255.0 392.0 255.89543 392.0 257.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.0L384.0 380.0L384.0 257.0C384.0 255.89543 384.89542 255.0 386.0 255.0L390.0 255.0C391.10458 255.0 392.0 255.89543 392.0 257.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M404.0 380.0L396.0 380.0L396.0 197.0C396.0 195.89543 396.89542 195.0 398.0 195.0L402.0 195.0C403.10458 195.0 404.0 195.89543 404.0 197.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="M404.0 380.0L396.0 380.0L396.0 197.0C396.0 195.89543 396.89542 195.0 398.0 195.0L402.0 195.0C403.10458 195.0 404.0 195.89543 404.0 197.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M416.0 380.0L408.0 380.0L408.0 186.0C408.0 184.89543 408.89542 184.0 410.0 184.0L414.0 184.0C415.10458 184.0 416.0 184.89543 416.0 186.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="M416.0 380.0L408.0 380.0L408.0 186.0C408.0 184.89543 408.89542 184.0 410.0 184.0L414.0 184.0C415.10458 184.0 416.0 184.89543 416.0 186.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M428.0 380.0L420.0 380.0L420.0 229.0C420.0 227.89543 420.89542 227.0 422.0 227.0L426.0 227.0C427.10458 227.0 428.0 227.89543 428.0 229.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="M428.0 380.0L420.0 380.0L420.0 229.0C420.0 227.89543 420.89542 227.0 422.0 227.0L426.0 227.0C427.10458 227.0 428.0 227.89543 428.0 229.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M440.0 380.0L432.0 380.0L432.0 175.0C432.0 173.89543 432.89542 173.0 434.0 173.0L438.0 173.0C439.10458 173.0 440.0 173.89543 440.0 175.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="M440.0 380.0L432.0 380.0L432.0 175.0C432.0 173.89543 432.89542 173.0 434.0 173.0L438.0 173.0C439.10458 173.0 440.0 173.89543 440.0 175.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M452.0 380.0L444.0 380.0L444.0 257.0C444.0 255.89543 444.89542 255.0 446.0 255.0L450.0 255.0C451.10458 255.0 452.0 255.89543 452.0 257.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="M452.0 380.0L444.0 380.0L444.0 257.0C444.0 255.89543 444.89542 255.0 446.0 255.0L450.0 255.0C451.10458 255.0 452.0 255.89543 452.0 257.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M464.0 380.0L456.0 380.0L456.0 224.0C456.0 222.89543 456.89542 222.0 458.0 222.0L462.0 222.0C463.10458 222.0 464.0 222.89543 464.0 224.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="M464.0 380.0L456.0 380.0L456.0 224.0C456.0 222.89543 456.89542 222.0 458.0 222.0L462.0 222.0C463.10458 222.0 464.0 222.89543 464.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M476.0 380.0L468.0 380.0L468.0 235.0C468.0 233.89543 468.89542 233.0 470.0 233.0L474.0 233.0C475.10458 233.0 476.0 233.89543 476.0 235.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="M476.0 380.0L468.0 380.0L468.0 235.0C468.0 233.89543 468.89542 233.0 470.0 233.0L474.0 233.0C475.10458 233.0 476.0 233.89543 476.0 235.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M488.0 380.0L480.0 380.0L480.0 169.0C480.0 167.89543 480.89542 167.0 482.0 167.0L486.0 167.0C487.10458 167.0 488.0 167.89543 488.0 169.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="M488.0 380.0L480.0 380.0L480.0 169.0C480.0 167.89543 480.89542 167.0 482.0 167.0L486.0 167.0C487.10458 167.0 488.0 167.89543 488.0 169.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M500.0 380.0L492.0 380.0L492.0 219.0C492.0 217.89543 492.89542 217.0 494.0 217.0L498.0 217.0C499.10458 217.0 500.0 217.89543 500.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="M500.0 380.0L492.0 380.0L492.0 219.0C492.0 217.89543 492.89542 217.0 494.0 217.0L498.0 217.0C499.10458 217.0 500.0 217.89543 500.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M512.0 380.0L504.0 380.0L504.0 191.0C504.0 189.89543 504.89542 189.0 506.0 189.0L510.0 189.0C511.10458 189.0 512.0 189.89543 512.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="M512.0 380.0L504.0 380.0L504.0 191.0C504.0 189.89543 504.89542 189.0 506.0 189.0L510.0 189.0C511.10458 189.0 512.0 189.89543 512.0 191.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M524.0 380.0L516.0 380.0L516.0 251.0C516.0 249.89543 516.89545 249.0 518.0 249.0L522.0 249.0C523.10455 249.0 524.0 249.89543 524.0 251.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="M524.0 380.0L516.0 380.0L516.0 251.0C516.0 249.89543 516.89545 249.0 518.0 249.0L522.0 249.0C523.10455 249.0 524.0 249.89543 524.0 251.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M536.0 380.0L528.0 380.0L528.0 213.0C528.0 211.89543 528.89545 211.0 530.0 211.0L534.0 211.0C535.10455 211.0 536.0 211.89543 536.0 213.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="M536.0 380.0L528.0 380.0L528.0 213.0C528.0 211.89543 528.89545 211.0 530.0 211.0L534.0 211.0C535.10455 211.0 536.0 211.89543 536.0 213.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M549.0 380.0L541.0 380.0L541.0 219.0C541.0 217.89543 541.89545 217.0 543.0 217.0L547.0 217.0C548.10455 217.0 549.0 217.89543 549.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="M549.0 380.0L541.0 380.0L541.0 219.0C541.0 217.89543 541.89545 217.0 543.0 217.0L547.0 217.0C548.10455 217.0 549.0 217.89543 549.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M561.0 380.0L553.0 380.0L553.0 197.0C553.0 195.89543 553.89545 195.0 555.0 195.0L559.0 195.0C560.10455 195.0 561.0 195.89543 561.0 197.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="M561.0 380.0L553.0 380.0L553.0 197.0C553.0 195.89543 553.89545 195.0 555.0 195.0L559.0 195.0C560.10455 195.0 561.0 195.89543 561.0 197.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M573.0 380.0L565.0 380.0L565.0 219.0C565.0 217.89543 565.89545 217.0 567.0 217.0L571.0 217.0C572.10455 217.0 573.0 217.89543 573.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="M573.0 380.0L565.0 380.0L565.0 219.0C565.0 217.89543 565.89545 217.0 567.0 217.0L571.0 217.0C572.10455 217.0 573.0 217.89543 573.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M585.0 380.0L577.0 380.0L577.0 202.0C577.0 200.89543 577.89545 200.0 579.0 200.0L583.0 200.0C584.10455 200.0 585.0 200.89543 585.0 202.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="M585.0 380.0L577.0 380.0L577.0 202.0C577.0 200.89543 577.89545 200.0 579.0 200.0L583.0 200.0C584.10455 200.0 585.0 200.89543 585.0 202.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M597.0 380.0L589.0 380.0L589.0 208.0C589.0 206.89543 589.89545 206.0 591.0 206.0L595.0 206.0C596.10455 206.0 597.0 206.89543 597.0 208.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="M597.0 380.0L589.0 380.0L589.0 208.0C589.0 206.89543 589.89545 206.0 591.0 206.0L595.0 206.0C596.10455 206.0 597.0 206.89543 597.0 208.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M609.0 380.0L601.0 380.0L601.0 224.0C601.0 222.89543 601.89545 222.0 603.0 222.0L607.0 222.0C608.10455 222.0 609.0 222.89543 609.0 224.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="M609.0 380.0L601.0 380.0L601.0 224.0C601.0 222.89543 601.89545 222.0 603.0 222.0L607.0 222.0C608.10455 222.0 609.0 222.89543 609.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M621.0 380.0L613.0 380.0L613.0 213.0C613.0 211.89543 613.89545 211.0 615.0 211.0L619.0 211.0C620.10455 211.0 621.0 211.89543 621.0 213.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.0L613.0 380.0L613.0 213.0C613.0 211.89543 613.89545 211.0 615.0 211.0L619.0 211.0C620.10455 211.0 621.0 211.89543 621.0 213.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M633.0 380.0L625.0 380.0L625.0 164.0C625.0 162.89543 625.89545 162.0 627.0 162.0L631.0 162.0C632.10455 162.0 633.0 162.89543 633.0 164.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="M633.0 380.0L625.0 380.0L625.0 164.0C625.0 162.89543 625.89545 162.0 627.0 162.0L631.0 162.0C632.10455 162.0 633.0 162.89543 633.0 164.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M645.0 380.0L637.0 380.0L637.0 224.0C637.0 222.89543 637.89545 222.0 639.0 222.0L643.0 222.0C644.10455 222.0 645.0 222.89543 645.0 224.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="M645.0 380.0L637.0 380.0L637.0 224.0C637.0 222.89543 637.89545 222.0 639.0 222.0L643.0 222.0C644.10455 222.0 645.0 222.89543 645.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M657.0 380.0L649.0 380.0L649.0 229.0C649.0 227.89543 649.89545 227.0 651.0 227.0L655.0 227.0C656.10455 227.0 657.0 227.89543 657.0 229.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.0L649.0 380.0L649.0 229.0C649.0 227.89543 649.89545 227.0 651.0 227.0L655.0 227.0C656.10455 227.0 657.0 227.89543 657.0 229.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M669.0 380.0L661.0 380.0L661.0 224.0C661.0 222.89543 661.89545 222.0 663.0 222.0L667.0 222.0C668.10455 222.0 669.0 222.89543 669.0 224.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="M669.0 380.0L661.0 380.0L661.0 224.0C661.0 222.89543 661.89545 222.0 663.0 222.0L667.0 222.0C668.10455 222.0 669.0 222.89543 669.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M681.0 380.0L673.0 380.0L673.0 202.0C673.0 200.89543 673.89545 200.0 675.0 200.0L679.0 200.0C680.10455 200.0 681.0 200.89543 681.0 202.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="M681.0 380.0L673.0 380.0L673.0 202.0C673.0 200.89543 673.89545 200.0 675.0 200.0L679.0 200.0C680.10455 200.0 681.0 200.89543 681.0 202.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M693.0 380.0L685.0 380.0L685.0 219.0C685.0 217.89543 685.89545 217.0 687.0 217.0L691.0 217.0C692.10455 217.0 693.0 217.89543 693.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="M693.0 380.0L685.0 380.0L685.0 219.0C685.0 217.89543 685.89545 217.0 687.0 217.0L691.0 217.0C692.10455 217.0 693.0 217.89543 693.0 219.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M705.0 380.0L697.0 380.0L697.0 153.0C697.0 151.89543 697.89545 151.0 699.0 151.0L703.0 151.0C704.10455 151.0 705.0 151.89543 705.0 153.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="M705.0 380.0L697.0 380.0L697.0 153.0C697.0 151.89543 697.89545 151.0 699.0 151.0L703.0 151.0C704.10455 151.0 705.0 151.89543 705.0 153.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M717.0 380.0L709.0 380.0L709.0 224.0C709.0 222.89543 709.89545 222.0 711.0 222.0L715.0 222.0C716.10455 222.0 717.0 222.89543 717.0 224.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="M717.0 380.0L709.0 380.0L709.0 224.0C709.0 222.89543 709.89545 222.0 711.0 222.0L715.0 222.0C716.10455 222.0 717.0 222.89543 717.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M729.0 380.0L721.0 380.0L721.0 224.0C721.0 222.89543 721.89545 222.0 723.0 222.0L727.0 222.0C728.10455 222.0 729.0 222.89543 729.0 224.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="M729.0 380.0L721.0 380.0L721.0 224.0C721.0 222.89543 721.89545 222.0 723.0 222.0L727.0 222.0C728.10455 222.0 729.0 222.89543 729.0 224.0Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path clip-path="url(#id_0)" d="M111.0 192.47592C111.0 192.47592 111.666664 192.41547 112.0 192.38524C112.333336 192.35501 112.666664 192.32478 113.0 192.29456C113.333336 192.26434 113.666664 192.23412 114.0 192.20389C114.333336 192.17366 114.666664 192.14343 115.0 192.1132C115.333336 192.08298 115.666664 192.05275 116.0 192.02252C116.333336 191.99231 116.666664 191.96208 117.0 191.93185C117.333336 191.90163 117.666664 191.8714 118.0 191.84117C118.333336 191.81094 118.666664 191.78072 119.0 191.75049C119.333336 191.72026 119.666664 191.69005 120.0 191.65982C120.333336 191.6296 120.666664 191.59937 121.0 191.56914C121.333336 191.53891 121.666664 191.50868 122.0 191.47845C122.333336 191.44823 122.666664 191.40352 123.0 191.38779C123.333336 191.37204 123.666664 191.38463 124.0 191.384C124.333336 191.38338 124.666664 191.384 125.0 191.384C125.333336 191.384 125.666664 191.384 126.0 191.384C126.333336 191.384 126.666664 191.384 127.0 191.384C127.333336 191.384 127.666664 191.384 128.0 191.384C128.33333 191.384 128.66667 191.384 129.0 191.384C129.33333 191.384 129.66667 191.384 130.0 191.384C130.33333 191.384 130.66667 191.384 131.0 191.384C131.33333 191.384 131.66667 191.384 132.0 191.384C132.33333 191.384 132.66667 191.384 133.0 191.384C133.33333 191.384 133.66667 191.384 134.0 191.384C134.33333 191.384 134.66667 191.37016 135.0 191.384C135.33333 191.39784 135.66667 191.43808 136.0 191.46704C136.33333 191.49599 136.66667 191.52748 137.0 191.55771C137.33333 191.58794 137.66667 191.61816 138.0 191.64839C138.33333 191.67862 138.66667 191.70885 139.0 191.73907C139.33333 191.7693 139.66667 191.79951 140.0 191.82974C140.33333 191.85997 140.66667 191.8902 141.0 191.92043C141.33333 191.95065 141.66667 191.98088 142.0 192.01111C142.33333 192.04134 142.66667 192.07155 143.0 192.10178C143.33333 192.132 143.66667 192.16223 144.0 192.19246C144.33333 192.22269 144.66667 192.25291 145.0 192.28314C145.33333 192.31337 145.66667 192.3436 146.0 192.37381C146.33333 192.40404 146.66667 192.3551 147.0 192.4645C147.33333 192.5739 147.66667 192.83012 148.0 193.03021C148.33333 193.23029 148.66667 193.45337 149.0 193.66495C149.33333 193.87654 149.66667 194.08812 150.0 194.2997C150.33333 194.51128 150.66667 194.72287 151.0 194.93445C151.33333 195.14603 151.66667 195.35762 152.0 195.5692C152.33333 195.78078 152.66667 195.99236 153.0 196.20395C153.33333 196.41553 153.66667 196.6271 154.0 196.83868C154.33333 197.05028 154.66667 197.26186 155.0 197.47343C155.33333 197.68501 155.66667 197.8966 156.0 198.10818C156.33333 198.31976 156.66667 198.53134 157.0 198.74294C157.33333 198.95451 157.66667 199.16609 158.0 199.37769C158.33333 199.58926 158.66667 199.8134 159.0 200.01242C159.33333 200.21146 159.66667 200.38794 160.0 200.57187C160.33333 200.75578 160.66667 200.93457 161.0 201.11594C161.33333 201.29729 161.66667 201.47864 162.0 201.66C162.33333 201.84135 162.66667 202.0227 163.0 202.20407C163.33333 202.38542 163.66667 202.56679 164.0 202.74814C164.33333 202.92949 164.66667 203.11086 165.0 203.2922C165.33333 203.47356 165.66667 203.65492 166.0 203.83627C166.33333 204.01764 166.66667 204.19899 167.0 204.38034C167.33333 204.5617 167.66667 204.74306 168.0 204.92441C168.33333 205.10577 168.66667 205.28712 169.0 205.46848C169.33333 205.64984 169.66667 205.83119 170.0 206.01256C170.33333 206.19391 170.66667 206.39908 171.0 206.55663C171.33333 206.71416 171.66667 206.83047 172.0 206.9578C172.33333 207.08511 172.66667 207.1996 173.0 207.32051C173.33333 207.4414 173.66667 207.56232 174.0 207.68321C174.33333 207.80412 174.66667 207.92503 175.0 208.04593C175.33333 208.16684 175.66667 208.28773 176.0 208.40865C176.33333 208.52954 176.66667 208.65045 177.0 208.77136C177.33333 208.89226 177.66667 209.01317 178.0 209.13406C178.33333 209.25497 178.66667 209.37589 179.0 209.49678C179.33333 209.61769 179.66667 209.73859 180.0 209.8595C180.33333 209.9804 180.66667 210.1013 181.0 210.22221C181.33333 210.34311 181.66667 210.46402 182.0 210.58492C182.33333 210.70583 182.66667 210.8042 183.0 210.94763C183.33333 211.09106 183.66667 211.27187 184.0 211.44551C184.33333 211.61917 184.66667 211.80823 185.0 211.9896C185.33333 212.17094 185.66667 212.3523 186.0 212.53366C186.33333 212.71501 186.66667 212.89636 187.0 213.07773C187.33333 213.25908 187.66667 213.44043 188.0 213.6218C188.33333 213.80315 188.66667 213.98451 189.0 214.16586C189.33333 214.34721 189.66667 214.52858 190.0 214.70993C190.33333 214.89128 190.66667 215.07265 191.0 215.254C191.33333 215.43536 191.66667 215.61671 192.0 215.79807C192.33333 215.97943 192.66667 216.16078 193.0 216.34213C193.33333 216.5235 193.66667 216.70485 194.0 216.8862C194.33333 217.06757 194.66667 217.47195 195.0 217.43028C195.33333 217.3886 195.66667 216.9952 196.0 216.63614C196.33333 216.27708 196.66667 215.72935 197.0 215.27597C197.33333 214.82257 197.66667 214.36919 198.0 213.91579C198.33333 213.4624 198.66667 213.00902 199.0 212.55562C199.33333 212.10223 199.66667 211.64883 200.0 211.19545C200.33333 210.74205 200.66667 210.28867 201.0 209.83528C201.33333 209.38188 201.66667 208.9285 202.0 208.4751C202.33333 208.02171 202.66667 207.56833 203.0 207.11493C203.33333 206.66154 203.66667 206.20815 204.0 205.75476C204.33333 205.30136 204.66667 204.84798 205.0 204.39459C205.33333 203.9412 205.66667 203.48781 206.0 203.03441C206.33333 202.58102 206.66667 202.0578 207.0 201.67424C207.33333 201.2907 207.66667 201.01086 208.0 200.73311C208.33333 200.45534 208.66667 200.24948 209.0 200.00768C209.33333 199.76587 209.66667 199.52406 210.0 199.28226C210.33333 199.04045 210.66667 198.79863 211.0 198.55682C211.33333 198.31502 211.66667 198.07321 212.0 197.8314C212.33333 197.5896 212.66667 197.34778 213.0 197.10597C213.33333 196.86417 213.66667 196.62236 214.0 196.38055C214.33333 196.13875 214.66667 195.89694 215.0 195.65512C215.33333 195.41331 215.66667 195.17151 216.0 194.9297C216.33333 194.6879 216.66667 194.44609 217.0 194.20427C217.33333 193.96246 217.66667 193.72066 218.0 193.47885C218.33333 193.23705 218.66667 193.02324 219.0 192.75342C219.33333 192.48361 219.66667 192.17514 220.0 191.86C220.33333 191.54485 220.66667 191.19502 221.0 190.86253C221.33333 190.53006 221.66667 190.19757 222.0 189.86508C222.33333 189.5326 222.66667 189.2001 223.0 188.86761C223.33333 188.53514 223.66667 188.20265 224.0 187.87016C224.33333 187.53767 224.66667 187.20518 225.0 186.8727C225.33333 186.54022 225.66667 186.20773 226.0 185.87524C226.33333 185.54276 226.66667 185.21027 227.0 184.87778C227.33333 184.54529 227.66667 184.21281 228.0 183.88033C228.33333 183.54784 228.66667 183.21535 229.0 182.88286C229.33333 182.55037 229.66667 182.2179 230.0 181.8854C230.33333 181.55292 230.66667 181.14223 231.0 180.88794C231.33333 180.63367 231.66667 180.47798 232.0 180.35973C232.33333 180.24146 232.66667 180.23882 233.0 180.17838C233.33333 180.11792 233.66667 180.05746 234.0 179.99701C234.33333 179.93655 234.66667 179.87611 235.0 179.81566C235.33333 179.7552 235.66667 179.69475 236.0 179.6343C236.33333 179.57385 236.66667 179.5134 237.0 179.45294C237.33333 179.39249 237.66667 179.33203 238.0 179.27159C238.33333 179.21114 238.66667 179.15068 239.0 179.09023C239.33333 179.02979 239.66667 178.96933 240.0 178.90887C240.33333 178.84842 240.66667 178.78796 241.0 178.72752C241.33333 178.66707 241.66667 178.60661 242.0 178.54616C242.33333 178.4857 242.66667 178.36894 243.0 178.3648C243.33333 178.36067 243.66667 178.41972 244.0 178.52138C244.33333 178.62305 244.66667 178.82364 245.0 178.97478C245.33333 179.1259 245.66667 179.27702 246.0 179.42816C246.33333 179.57928 246.66667 179.73042 247.0 179.88155C247.33333 180.03268 247.66667 180.1838 248.0 180.33495C248.33333 180.48607 248.66667 180.6372 249.0 180.78833C249.33333 180.93947 249.66667 181.09059 250.0 181.24173C250.33333 181.39285 250.66667 181.54399 251.0 181.69511C251.33333 181.84625 251.66667 181.99738 252.0 182.1485C252.33333 182.29964 252.66667 182.45076 253.0 182.6019C253.33333 182.75302 253.66667 182.90416 254.0 183.05528C254.33333 183.20642 254.66667 183.2391 255.0 183.50868C255.33333 183.77824 255.66667 184.16132 256.0 184.67268C256.33334 185.18407 256.66666 185.94218 257.0 186.57693C257.33334 187.21169 257.66666 187.84642 258.0 188.48117C258.33334 189.11592 258.66666 189.75067 259.0 190.3854C259.33334 191.02016 259.66666 191.6549 260.0 192.28966C260.33334 192.92441 260.66666 193.55914 261.0 194.1939C261.33334 194.82864 261.66666 195.4634 262.0 196.09814C262.33334 196.73288 262.66666 197.36763 263.0 198.00238C263.33334 198.63713 263.66666 199.27188 264.0 199.90662C264.33334 200.54137 264.66666 201.17612 265.0 201.81087C265.33334 202.4456 265.66666 203.08035 266.0 203.7151C266.33334 204.34985 266.66666 205.0657 267.0 205.61934C267.33334 206.17299 267.66666 206.66467 268.0 207.03697C268.33334 207.40926 268.66666 207.58104 269.0 207.85307C269.33334 208.1251 269.66666 208.39714 270.0 208.66917C270.33334 208.94121 270.66666 209.21324 271.0 209.48528C271.33334 209.75731 271.66666 210.02934 272.0 210.30138C272.33334 210.57341 272.66666 210.84544 273.0 211.11748C273.33334 211.38951 273.66666 211.66154 274.0 211.9336C274.33334 212.20563 274.66666 212.47766 275.0 212.7497C275.33334 213.02173 275.66666 213.29376 276.0 213.5658C276.33334 213.83783 276.66666 214.10986 277.0 214.3819C277.33334 214.65393 277.66666 214.92596 278.0 215.198C278.33334 215.47003 278.66666 215.72372 279.0 216.0141C279.33334 216.30449 279.66666 216.60455 280.0 216.94028C280.33334 217.276 280.66666 217.6657 281.0 218.02841C281.33334 218.39113 281.66666 218.75385 282.0 219.11655C282.33334 219.47926 282.66666 219.84198 283.0 220.2047C283.33334 220.5674 283.66666 220.93011 284.0 221.29283C284.33334 221.65553 284.66666 222.01825 285.0 222.38097C285.33334 222.74368 285.66666 223.10638 286.0 223.4691C286.33334 223.83182 286.66666 224.19453 287.0 224.55724C287.33334 224.91995 287.66666 225.28267 288.0 225.64539C288.33334 226.00809 288.66666 226.3708 289.0 226.73352C289.33334 227.09624 289.66666 227.45894 290.0 227.82166C290.33334 228.18437 290.66666 228.62367 291.0 228.90979C291.33334 229.1959 291.66666 229.4638 292.0 229.53835C292.33334 229.61288 292.66666 229.41743 293.0 229.357C293.33334 229.29654 293.66666 229.23608 294.0 229.17563C294.33334 229.11517 294.66666 229.05473 295.0 228.99428C295.33334 228.93382 295.66666 228.87337 296.0 228.81291C296.33334 228.75247 296.66666 228.69202 297.0 228.63156C297.33334 228.5711 297.66666 228.51067 298.0 228.45021C298.33334 228.38976 298.66666 228.3293 299.0 228.26884C299.33334 228.2084 299.66666 228.14795 300.0 228.0875C300.33334 228.02704 300.66666 227.96658 301.0 227.90614C301.33334 227.84569 301.66666 227.78523 302.0 227.72478C302.33334 227.66432 302.66666 227.57008 303.0 227.54343C303.33334 227.51677 303.66666 227.4857 304.0 227.56483C304.33334 227.64397 304.66666 227.86708 305.0 228.01822C305.33334 228.16934 305.66666 228.32048 306.0 228.4716C306.33334 228.62274 306.66666 228.77386 307.0 228.925C307.33334 229.07613 307.66666 229.22726 308.0 229.37839C308.33334 229.52953 308.66666 229.68065 309.0 229.83179C309.33334 229.98291 309.66666 230.13405 310.0 230.28517C310.33334 230.43631 310.66666 230.58743 311.0 230.73856C311.33334 230.8897 311.66666 231.04082 312.0 231.19196C312.33334 231.34308 312.66666 231.49422 313.0 231.64534C313.33334 231.79648 313.66666 231.9476 314.0 232.09874C314.33334 232.24986 314.66666 232.42192 315.0 232.55212C315.33334 232.68234 315.66666 232.82535 316.0 232.88C316.33334 232.93465 316.66666 232.88 317.0 232.88C317.33334 232.88 317.66666 232.88 318.0 232.88C318.33334 232.88 318.66666 232.88 319.0 232.88C319.33334 232.88 319.66666 232.88 320.0 232.88C320.33334 232.88 320.66666 232.88 321.0 232.88C321.33334 232.88 321.66666 232.88 322.0 232.88C322.33334 232.88 322.66666 232.88 323.0 232.88C323.33334 232.88 323.66666 232.88 324.0 232.88C324.33334 232.88 324.66666 232.88 325.0 232.88C325.33334 232.88 325.66666 232.88 326.0 232.88C326.33334 232.88 326.66666 232.90125 327.0 232.88C327.33334 232.85876 327.66666 232.86447 328.0 232.75255C328.33334 232.64062 328.66666 232.38983 329.0 232.20848C329.33334 232.02713 329.66666 231.84576 330.0 231.66441C330.33334 231.48306 330.66666 231.3017 331.0 231.12035C331.33334 230.939 331.66666 230.75763 332.0 230.57628C332.33334 230.39491 332.66666 230.21356 333.0 230.03221C333.33334 229.85085 333.66666 229.6695 334.0 229.48814C334.33334 229.30678 334.66666 229.12543 335.0 228.94408C335.33334 228.76271 335.66666 228.58136 336.0 228.4C336.33334 228.21864 336.66666 228.0373 337.0 227.85593C337.33334 227.67458 337.66666 227.49323 338.0 227.31186C338.33334 227.13051 338.66666 226.94046 339.0 226.76779C339.33334 226.59512 339.66666 226.40318 340.0 226.27586C340.33334 226.14853 340.66666 226.09451 341.0 226.00383C341.33334 225.91315 341.66666 225.82246 342.0 225.7318C342.33334 225.64111 342.66666 225.55043 343.0 225.45976C343.33334 225.36908 343.66666 225.2784 344.0 225.18773C344.33334 225.09705 344.66666 225.00636 345.0 224.9157C345.33334 224.82501 345.66666 224.73433 346.0 224.64366C346.33334 224.55298 346.66666 224.4623 347.0 224.37163C347.33334 224.28094 347.66666 224.19026 348.0 224.09958C348.33334 224.00891 348.66666 223.91823 349.0 223.82755C349.33334 223.73688 349.66666 223.6462 350.0 223.55551C350.33334 223.46484 350.66666 223.3719 351.0 223.28348C351.33334 223.19505 351.66666 223.09828 352.0 223.02496C352.33334 222.95166 352.66666 222.90407 353.0 222.84361C353.33334 222.78316 353.66666 222.7227 354.0 222.66225C354.33334 222.6018 354.66666 222.54135 355.0 222.4809C355.33334 222.42044 355.66666 222.35999 356.0 222.29955C356.33334 222.23909 356.66666 222.17863 357.0 222.11818C357.33334 222.05774 357.66666 221.99728 358.0 221.93683C358.33334 221.87637 358.66666 221.81592 359.0 221.75548C359.33334 221.69502 359.66666 221.63457 360.0 221.57411C360.33334 221.51366 360.66666 221.45322 361.0 221.39276C361.33334 221.3323 361.66666 221.27185 362.0 221.2114C362.33334 221.15096 362.66666 221.0921 363.0 221.03004C363.33334 220.96799 363.66666 220.91621 364.0 220.83904C364.33334 220.76186 364.66666 220.65768 365.0 220.567C365.33334 220.47632 365.66666 220.38565 366.0 220.29497C366.33334 220.20428 366.66666 220.1136 367.0 220.02293C367.33334 219.93225 367.66666 219.84157 368.0 219.7509C368.33334 219.66022 368.66666 219.56953 369.0 219.47887C369.33334 219.38818 369.66666 219.2975 370.0 219.20683C370.33334 219.11615 370.66666 219.02547 371.0 218.9348C371.33334 218.84412 371.66666 218.75343 372.0 218.66277C372.33334 218.57208 372.66666 218.4814 373.0 218.39072C373.33334 218.30005 373.66666 218.20937 374.0 218.11868C374.33334 218.02802 374.66666 217.92865 375.0 217.84665C375.33334 217.76466 375.66666 217.57272 376.0 217.62675C376.33334 217.68079 376.66666 217.98947 377.0 218.17082C377.33334 218.35219 377.66666 218.53354 378.0 218.71489C378.33334 218.89626 378.66666 219.0776 379.0 219.25897C379.33334 219.44032 379.66666 219.62167 380.0 219.80304C380.33334 219.98439 380.66666 220.16574 381.0 220.3471C381.33334 220.52846 381.66666 220.70982 382.0 220.89117C382.33334 221.07253 382.66666 221.25389 383.0 221.43524C383.33334 221.6166 383.66666 221.79796 384.0 221.97931C384.33334 222.16066 384.66666 222.34203 385.0 222.52338C385.33334 222.70474 385.66666 222.8861 386.0 223.06744C386.33334 223.24881 386.66666 223.43338 387.0 223.61151C387.33334 223.78966 387.66666 224.10927 388.0 224.13628C388.33334 224.16328 388.66666 223.89447 389.0 223.77356C389.33334 223.65266 389.66666 223.53175 390.0 223.41086C390.33334 223.28995 390.66666 223.16904 391.0 223.04814C391.33334 222.92723 391.66666 222.80634 392.0 222.68542C392.33334 222.56451 392.66666 222.44362 393.0 222.32271C393.33334 222.20181 393.66666 222.0809 394.0 221.96C394.33334 221.8391 394.66666 221.71819 395.0 221.59729C395.33334 221.47638 395.66666 221.35548 396.0 221.23457C396.33334 221.11368 396.66666 220.99277 397.0 220.87186C397.33334 220.75096 397.66666 220.63005 398.0 220.50916C398.33334 220.38824 398.66666 220.26733 399.0 220.14644C399.33334 220.02553 399.66666 219.9342 400.0 219.78372C400.33334 219.63324 400.66666 219.42422 401.0 219.24352C401.33334 219.0628 401.66666 218.8808 402.0 218.69945C402.33334 218.5181 402.66666 218.33673 403.0 218.15538C403.33334 217.97403 403.66666 217.79266 404.0 217.61131C404.33334 217.42995 404.66666 217.2486 405.0 217.06725C405.33334 216.88588 405.66666 216.70453 406.0 216.52318C406.33334 216.34181 406.66666 216.16046 407.0 215.97911C407.33334 215.79774 407.66666 215.6164 408.0 215.43503C408.33334 215.25368 408.66666 215.07233 409.0 214.89096C409.33334 214.70961 409.66666 214.52826 410.0 214.3469C410.33334 214.16554 410.66666 213.98418 411.0 213.80283C411.33334 213.62148 411.66666 213.2562 412.0 213.25876C412.33334 213.26132 412.66666 213.61917 413.0 213.81819C413.33334 214.01723 413.66666 214.24136 414.0 214.45294C414.33334 214.66452 414.66666 214.87611 415.0 215.08769C415.33334 215.29927 415.66666 215.51085 416.0 215.72244C416.33334 215.93402 416.66666 216.1456 417.0 216.35718C417.33334 216.56877 417.66666 216.78035 418.0 216.99193C418.33334 217.2035 418.66666 217.4151 419.0 217.62668C419.33334 217.83826 419.66666 218.04985 420.0 218.26143C420.33334 218.473 420.66666 218.68459 421.0 218.89618C421.33334 219.10776 421.66666 219.31934 422.0 219.53091C422.33334 219.74251 422.66666 219.95409 423.0 220.16566C423.33334 220.37724 423.66666 220.8589 424.0 220.80042C424.33334 220.74191 424.66666 220.17546 425.0 219.8147C425.33334 219.45395 425.66666 219.02882 426.0 218.63588C426.33334 218.24295 426.66666 217.85 427.0 217.45706C427.33334 217.06413 427.66666 216.67119 428.0 216.27826C428.33334 215.88531 428.66666 215.49237 429.0 215.09944C429.33334 214.7065 429.66666 214.31355 430.0 213.92062C430.33334 213.52768 430.66666 213.13475 431.0 212.7418C431.33334 212.34886 431.66666 211.95593 432.0 211.56299C432.33334 211.17004 432.66666 210.77711 433.0 210.38417C433.33334 209.99123 433.66666 209.5983 434.0 209.20535C434.33334 208.81242 434.66666 208.41948 435.0 208.02654C435.33334 207.6336 435.66666 207.07349 436.0 206.84772C436.33334 206.62196 436.66666 206.7013 437.0 206.672C437.33334 206.64272 437.66666 206.672 438.0 206.672C438.33334 206.672 438.66666 206.672 439.0 206.672C439.33334 206.672 439.66666 206.672 440.0 206.672C440.33334 206.672 440.66666 206.672 441.0 206.672C441.33334 206.672 441.66666 206.672 442.0 206.672C442.33334 206.672 442.66666 206.672 443.0 206.672C443.33334 206.672 443.66666 206.672 444.0 206.672C444.33334 206.672 444.66666 206.672 445.0 206.672C445.33334 206.672 445.66666 206.672 446.0 206.672C446.33334 206.672 446.66666 206.672 447.0 206.672C447.33334 206.672 447.66666 206.61092 448.0 206.672C448.33334 206.73308 448.66666 206.90184 449.0 207.0385C449.33334 207.17514 449.66666 207.34076 450.0 207.49188C450.33334 207.64302 450.66666 207.79414 451.0 207.94528C451.33334 208.0964 451.66666 208.24754 452.0 208.39867C452.33334 208.54979 452.66666 208.70093 453.0 208.85205C453.33334 209.00319 453.66666 209.15431 454.0 209.30545C454.33334 209.45657 454.66666 209.60771 455.0 209.75883C455.33334 209.90997 455.66666 210.0611 456.0 210.21223C456.33334 210.36336 456.66666 210.5145 457.0 210.66562C457.33334 210.81676 457.66666 210.96788 458.0 211.11902C458.33334 211.27014 458.66666 211.42126 459.0 211.5724C459.33334 211.72353 459.66666 211.82837 460.0 212.02579C460.33334 212.22322 460.66666 212.49905 461.0 212.75693C461.33334 213.0148 461.66666 213.301 462.0 213.57303C462.33334 213.84506 462.66666 214.1171 463.0 214.38914C463.33334 214.66118 463.66666 214.93321 464.0 215.20525C464.33334 215.47728 464.66666 215.74931 465.0 216.02135C465.33334 216.29338 465.66666 216.56541 466.0 216.83745C466.33334 217.10948 466.66666 217.38152 467.0 217.65355C467.33334 217.92558 467.66666 218.19762 468.0 218.46965C468.33334 218.74168 468.66666 219.01372 469.0 219.28575C469.33334 219.5578 469.66666 219.82983 470.0 220.10187C470.33334 220.3739 470.66666 220.64594 471.0 220.91797C471.33334 221.19 471.66666 221.68062 472.0 221.73407C472.33334 221.78752 472.66666 221.48749 473.0 221.23868C473.33334 220.98987 473.66666 220.5737 474.0 220.24121C474.33334 219.90874 474.66666 219.57625 475.0 219.24376C475.33334 218.91127 475.66666 218.57878 476.0 218.24629C476.33334 217.91382 476.66666 217.58133 477.0 217.24884C477.33334 216.91635 477.66666 216.58386 478.0 216.25137C478.33334 215.9189 478.66666 215.58641 479.0 215.25392C479.33334 214.92143 479.66666 214.58894 480.0 214.25645C480.33334 213.92398 480.66666 213.59149 481.0 213.259C481.33334 212.92651 481.66666 212.59402 482.0 212.26154C482.33334 211.92905 482.66666 211.59657 483.0 211.26408C483.33334 210.9316 483.66666 210.40369 484.0 210.26662C484.33334 210.12956 484.66666 210.29161 485.0 210.4417C485.33334 210.59178 485.66666 210.92532 486.0 211.16713C486.33334 211.40894 486.66666 211.65074 487.0 211.89255C487.33334 212.13435 487.66666 212.37617 488.0 212.61798C488.33334 212.85979 488.66666 213.1016 489.0 213.3434C489.33334 213.5852 489.66666 213.82703 490.0 214.06883C490.33334 214.31064 490.66666 214.55244 491.0 214.79425C491.33334 215.03606 491.66666 215.27786 492.0 215.51968C492.33334 215.76149 492.66666 216.0033 493.0 216.2451C493.33334 216.48691 493.66666 216.72871 494.0 216.97054C494.33334 217.21234 494.66666 217.45415 495.0 217.69595C495.33334 217.93776 495.66666 218.3724 496.0 218.42139C496.33334 218.47035 496.66666 218.24309 497.0 217.98979C497.33334 217.73651 497.66666 217.26437 498.0 216.90166C498.33334 216.53894 498.66666 216.17622 499.0 215.81352C499.33334 215.4508 499.66666 215.08809 500.0 214.72537C500.33334 214.36267 500.66666 213.99995 501.0 213.63724C501.33334 213.27454 501.66666 212.91182 502.0 212.5491C502.33334 212.18639 502.66666 211.82368 503.0 211.46097C503.33334 211.09825 503.66666 210.73553 504.0 210.37283C504.33334 210.01012 504.66666 209.6474 505.0 209.28468C505.33334 208.92198 505.66666 208.55927 506.0 208.19655C506.33334 207.83383 506.66666 207.47113 507.0 207.10841C507.33334 206.7457 507.66666 206.23003 508.0 206.02028C508.33334 205.81053 508.66666 205.80276 509.0 205.84995C509.33334 205.89713 509.66666 206.1522 510.0 206.30333C510.33334 206.45447 510.66666 206.60559 511.0 206.75673C511.33334 206.90785 511.66666 207.05899 512.0 207.21011C512.3333 207.36125 512.6667 207.51237 513.0 207.66351C513.3333 207.81464 513.6667 207.96576 514.0 208.1169C514.3333 208.26802 514.6667 208.41916 515.0 208.57028C515.3333 208.72142 515.6667 208.87254 516.0 209.02368C516.3333 209.1748 516.6667 209.32594 517.0 209.47707C517.3333 209.6282 517.6667 209.77933 518.0 209.93047C518.3333 210.08159 518.6667 210.23273 519.0 210.38385C519.3333 210.53499 519.6667 210.7613 520.0 210.83723C520.3333 210.91318 520.6667 210.89957 521.0 210.8395C521.3333 210.77942 521.6667 210.59769 522.0 210.47678C522.3333 210.35588 522.6667 210.23497 523.0 210.11407C523.3333 209.99316 523.6667 209.87225 524.0 209.75136C524.3333 209.63045 524.6667 209.50955 525.0 209.38864C525.3333 209.26775 525.6667 209.14684 526.0 209.02592C526.3333 208.90503 526.6667 208.78412 527.0 208.66322C527.3333 208.54231 527.6667 208.42142 528.0 208.3005C528.3333 208.1796 528.6667 208.0587 529.0 207.93779C529.3333 207.8169 529.6667 207.69598 530.0 207.57507C530.3333 207.45418 530.6667 207.33327 531.0 207.21237C531.3333 207.09146 531.6667 206.87032 532.0 206.84966C532.3333 206.829 532.6667 206.91257 533.0 207.08838C533.3333 207.26419 533.6667 207.63245 534.0 207.90448C534.3333 208.17651 534.6667 208.44855 535.0 208.72058C535.3333 208.99261 535.6667 209.26465 536.0 209.53668C536.3333 209.80873 536.6667 210.08076 537.0 210.3528C537.3333 210.62483 537.6667 210.89687 538.0 211.1689C538.3333 211.44093 538.6667 211.71297 539.0 211.985C539.3333 212.25703 539.6667 212.52907 540.0 212.8011C540.3333 213.07314 540.6667 213.34517 541.0 213.6172C541.3333 213.88924 541.6667 214.16127 542.0 214.4333C542.3333 214.70534 542.6667 214.97739 543.0 215.24942C543.3333 215.52145 543.6667 215.88536 544.0 216.06552C544.3333 216.24568 544.6667 216.3467 545.0 216.33038C545.3333 216.31409 545.6667 216.08858 546.0 215.96768C546.3333 215.84677 546.6667 215.72588 547.0 215.60497C547.3333 215.48405 547.6667 215.36316 548.0 215.24225C548.3333 215.12135 548.6667 215.00044 549.0 214.87955C549.3333 214.75864 549.6667 214.63773 550.0 214.51683C550.3333 214.39592 550.6667 214.27502 551.0 214.15411C551.3333 214.0332 551.6667 213.91231 552.0 213.7914C552.3333 213.6705 552.6667 213.54959 553.0 213.4287C553.3333 213.30779 553.6667 213.18687 554.0 213.06598C554.3333 212.94507 554.6667 212.82417 555.0 212.70326C555.3333 212.58237 555.6667 212.40364 556.0 212.34055C556.3333 212.27745 556.6667 212.25179 557.0 212.3247C557.3333 212.39763 557.6667 212.62697 558.0 212.77809C558.3333 212.92923 558.6667 213.08035 559.0 213.23148C559.3333 213.38261 559.6667 213.53374 560.0 213.68488C560.3333 213.836 560.6667 213.98714 561.0 214.13826C561.3333 214.2894 561.6667 214.44052 562.0 214.59166C562.3333 214.74278 562.6667 214.89392 563.0 215.04504C563.3333 215.19618 563.6667 215.3473 564.0 215.49844C564.3333 215.64957 564.6667 215.80069 565.0 215.95183C565.3333 216.10295 565.6667 216.25409 566.0 216.40521C566.3333 216.55635 566.6667 216.70747 567.0 216.85861C567.3333 217.00974 567.6667 217.24179 568.0 217.312C568.3333 217.38222 568.6667 217.42126 569.0 217.27989C569.3333 217.13853 569.6667 216.73582 570.0 216.46379C570.3333 216.19176 570.6667 215.91972 571.0 215.64769C571.3333 215.37566 571.6667 215.10362 572.0 214.83159C572.3333 214.55956 572.6667 214.28752 573.0 214.01549C573.3333 213.74345 573.6667 213.47142 574.0 213.19939C574.3333 212.92734 574.6667 212.6553 575.0 212.38327C575.3333 212.11124 575.6667 211.8392 576.0 211.56717C576.3333 211.29514 576.6667 211.0231 577.0 210.75107C577.3333 210.47903 577.6667 210.207 578.0 209.93497C578.3333 209.66293 578.6667 209.3909 579.0 209.11887C579.3333 208.84683 579.6667 208.5337 580.0 208.30276C580.3333 208.07181 580.6667 207.84323 581.0 207.73318C581.3333 207.62314 581.6667 207.67273 582.0 207.6425C582.3333 207.61227 582.6667 207.58205 583.0 207.55183C583.3333 207.5216 583.6667 207.49138 584.0 207.46115C584.3333 207.43092 584.6667 207.4007 585.0 207.37047C585.3333 207.34024 585.6667 207.31001 586.0 207.2798C586.3333 207.24957 586.6667 207.21935 587.0 207.18912C587.3333 207.15889 587.6667 207.12866 588.0 207.09843C588.3333 207.0682 588.6667 207.03798 589.0 207.00775C589.3333 206.97754 589.6667 206.94731 590.0 206.91708C590.3333 206.88686 590.6667 206.85663 591.0 206.8264C591.3333 206.79617 591.6667 206.75696 592.0 206.73572C592.3333 206.71448 592.6667 206.68997 593.0 206.69896C593.3333 206.70793 593.6667 206.7594 594.0 206.78963C594.3333 206.81985 594.6667 206.85008 595.0 206.88031C595.3333 206.91054 595.6667 206.94077 596.0 206.971C596.3333 207.00122 596.6667 207.03143 597.0 207.06166C597.3333 207.09189 597.6667 207.12212 598.0 207.15234C598.3333 207.18257 598.6667 207.2128 599.0 207.24303C599.3333 207.27325 599.6667 207.30348 600.0 207.3337C600.3333 207.36392 600.6667 207.39415 601.0 207.42438C601.3333 207.4546 601.6667 207.48483 602.0 207.51506C602.3333 207.54529 602.6667 207.57552 603.0 207.60573C603.3333 207.63596 603.6667 207.6585 604.0 207.69641C604.3333 207.73434 604.6667 207.76512 605.0 207.83328C605.3333 207.90143 605.6667 208.01463 606.0 208.10532C606.3333 208.19598 606.6667 208.28667 607.0 208.37735C607.3333 208.46802 607.6667 208.5587 608.0 208.64938C608.3333 208.74005 608.6667 208.83073 609.0 208.92142C609.3333 209.01208 609.6667 209.10277 610.0 209.19345C610.3333 209.28413 610.6667 209.3748 611.0 209.46548C611.3333 209.55617 611.6667 209.64684 612.0 209.73752C612.3333 209.8282 612.6667 209.91887 613.0 210.00955C613.3333 210.10023 613.6667 210.1909 614.0 210.28159C614.3333 210.37227 614.6667 210.46294 615.0 210.55362C615.3333 210.6443 615.6667 210.77664 616.0 210.82565C616.3333 210.87466 616.6667 210.99516 617.0 210.8477C617.3333 210.70024 617.6667 210.24318 618.0 209.94092C618.3333 209.63866 618.6667 209.3364 619.0 209.03413C619.3333 208.73187 619.6667 208.42961 620.0 208.12735C620.3333 207.82509 620.6667 207.52284 621.0 207.22058C621.3333 206.91832 621.6667 206.61606 622.0 206.3138C622.3333 206.01154 622.6667 205.70927 623.0 205.40701C623.3333 205.10475 623.6667 204.80249 624.0 204.50023C624.3333 204.19797 624.6667 203.8957 625.0 203.59344C625.3333 203.29118 625.6667 202.98892 626.0 202.68666C626.3333 202.3844 626.6667 202.08214 627.0 201.77989C627.3333 201.47763 627.6667 201.13951 628.0 200.87311C628.3333 200.6067 628.6667 200.2363 629.0 200.18147C629.3333 200.12665 629.6667 200.42328 630.0 200.54419C630.3333 200.66508 630.6667 200.786 631.0 200.90689C631.3333 201.0278 631.6667 201.14871 632.0 201.2696C632.3333 201.39052 632.6667 201.51141 633.0 201.63232C633.3333 201.75322 633.6667 201.87413 634.0 201.99504C634.3333 202.11594 634.6667 202.23685 635.0 202.35774C635.3333 202.47865 635.6667 202.59955 636.0 202.72046C636.3333 202.84137 636.6667 202.96227 637.0 203.08318C637.3333 203.20407 637.6667 203.32498 638.0 203.44589C638.3333 203.56679 638.6667 203.6877 639.0 203.8086C639.3333 203.9295 639.6667 204.0504 640.0 204.17131C640.3333 204.29222 640.6667 204.41312 641.0 204.53403C641.3333 204.65492 641.6667 204.77583 642.0 204.89673C642.3333 205.01764 642.6667 205.13855 643.0 205.25945C643.3333 205.38036 643.6667 205.50125 644.0 205.62216C644.3333 205.74307 644.6667 205.86397 645.0 205.98488C645.3333 206.10577 645.6667 206.22668 646.0 206.34758C646.3333 206.46849 646.6667 206.5894 647.0 206.7103C647.3333 206.8312 647.6667 206.9521 648.0 207.07301C648.3333 207.19391 648.6667 207.31482 649.0 207.43573C649.3333 207.55663 649.6667 207.67754 650.0 207.79843C650.3333 207.91934 650.6667 208.04025 651.0 208.16115C651.3333 208.28206 651.6667 208.40805 652.0 208.52386C652.3333 208.63966 652.6667 208.80064 653.0 208.856C653.3333 208.91136 653.6667 208.856 654.0 208.856C654.3333 208.856 654.6667 208.856 655.0 208.856C655.3333 208.856 655.6667 208.856 656.0 208.856C656.3333 208.856 656.6667 208.856 657.0 208.856C657.3333 208.856 657.6667 208.856 658.0 208.856C658.3333 208.856 658.6667 208.856 659.0 208.856C659.3333 208.856 659.6667 208.856 660.0 208.856C660.3333 208.856 660.6667 208.856 661.0 208.856C661.3333 208.856 661.6667 208.856 662.0 208.856C662.3333 208.856 662.6667 208.856 663.0 208.856C663.3333 208.856 663.6667 208.85725 664.0 208.856C664.3333 208.85474 664.6667 208.87993 665.0 208.84843C665.3333 208.81696 665.6667 208.72754 666.0 208.66708C666.3333 208.60663 666.6667 208.54617 667.0 208.48572C667.3333 208.42528 667.6667 208.36482 668.0 208.30437C668.3333 208.24391 668.6667 208.18346 669.0 208.12302C669.3333 208.06256 669.6667 208.0021 670.0 207.94165C670.3333 207.88121 670.6667 207.82076 671.0 207.7603C671.3333 207.69984 671.6667 207.63939 672.0 207.57895C672.3333 207.5185 672.6667 207.45804 673.0 207.39758C673.3333 207.33713 673.6667 207.27669 674.0 207.21623C674.3333 207.15578 674.6667 207.09532 675.0 207.03487C675.3333 206.97443 675.6667 206.91397 676.0 206.85352C676.3333 206.79306 676.6667 206.55142 677.0 206.67216C677.3333 206.79291 677.6667 207.27588 678.0 207.57797C678.3333 207.88008 678.6667 208.1825 679.0 208.48476C679.3333 208.78702 679.6667 209.08928 680.0 209.39154C680.3333 209.6938 680.6667 209.99606 681.0 210.29832C681.3333 210.60059 681.6667 210.90285 682.0 211.20511C682.3333 211.50737 682.6667 211.80963 683.0 212.11188C683.3333 212.41414 683.6667 212.7164 684.0 213.01866C684.3333 213.32092 684.6667 213.62318 685.0 213.92545C685.3333 214.2277 685.6667 214.52997 686.0 214.83223C686.3333 215.13449 686.6667 215.43675 687.0 215.73901C687.3333 216.04128 687.6667 216.34354 688.0 216.6458C688.3333 216.94806 688.6667 217.5828 689.0 217.55258C689.3333 217.52235 689.6667 216.84227 690.0 216.46443C690.3333 216.08661 690.6667 215.67856 691.0 215.28561C691.3333 214.89268 691.6667 214.49974 692.0 214.10681C692.3333 213.71387 692.6667 213.32092 693.0 212.928C693.3333 212.53505 693.6667 212.1421 694.0 211.74918C694.3333 211.35623 694.6667 210.9633 695.0 210.57036C695.3333 210.17741 695.6667 209.78448 696.0 209.39154C696.3333 208.9986 696.6667 208.60567 697.0 208.21272C697.3333 207.81978 697.6667 207.42685 698.0 207.0339C698.3333 206.64098 698.6667 206.24803 699.0 205.85509C699.3333 205.46216 699.6667 205.06921 700.0 204.67627C700.3333 204.28334 700.6667 203.72466 701.0 203.49747C701.3333 203.27026 701.6667 203.35896 702.0 203.31313C702.3333 203.26729 702.6667 203.25267 703.0 203.22244C703.3333 203.19221 703.6667 203.162 704.0 203.13177C704.3333 203.10155 704.6667 203.07132 705.0 203.04109C705.3333 203.01086 705.6667 202.98064 706.0 202.95041C706.3333 202.92018 706.6667 202.88997 707.0 202.85974C707.3333 202.82951 707.6667 202.79929 708.0 202.76906C708.3333 202.73883 708.6667 202.7086 709.0 202.67838C709.3333 202.64815 709.6667 202.61792 710.0 202.5877C710.3333 202.55748 710.6667 202.52725 711.0 202.49702C711.3333 202.4668 711.6667 202.43657 712.0 202.40634C712.3333 202.37611 712.6667 202.33272 713.0 202.31567C713.3333 202.29861 713.6667 202.30594 714.0 202.304C714.3333 202.30206 714.6667 202.304 715.0 202.304C715.3333 202.304 715.6667 202.304 716.0 202.304C716.3333 202.304 716.6667 202.304 717.0 202.304C717.3333 202.304 717.6667 202.304 718.0 202.304C718.3333 202.304 718.6667 202.304 719.0 202.304C719.3333 202.304 719.6667 202.304 720.0 202.304C720.3333 202.304 720.6667 202.304 721.0 202.304C721.3333 202.304 721.6667 202.304 722.0 202.304C722.3333 202.304 722.6667 202.304 723.0 202.304C723.3333 202.304 723.6667 202.304 724.0 202.304C724.3333 202.304 724.6667 202.304 725.0 202.304C725.3333 202.304 725.6667 202.304 726.0 202.304C726.3333 202.304 726.6667 202.304 727.0 202.304C727.3333 202.304 727.6667 202.304 728.0 202.304C728.3333 202.304 728.6667 202.304 729.0 202.304C729.3333 202.304 729.6667 202.304 730.0 202.304C730.3333 202.304 730.6667 202.304 731.0 202.304C731.3333 202.304 731.6667 202.304 732.0 202.304C732.3333 202.304 733.0 202.304 733.0 202.304" 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="M36.91875 330.7L35.684376 330.7L35.684376 322.85626Q35.246876 323.27814 34.5125 323.71564Q33.79375 324.1375 33.23125 324.34064L33.23125 323.15314Q34.2625 322.66876 35.028126 321.98126Q35.809376 321.29376 36.121876 320.6375L36.91875 320.6375L36.91875 330.7ZM40.278126 325.7625Q40.278126 323.98126 40.6375 322.90314Q41.0125 321.8094 41.73125 321.23126Q42.45 320.6375 43.54375 320.6375Q44.35625 320.6375 44.965626 320.96564Q45.575 321.29376 45.965626 321.90314Q46.371876 322.5125 46.590626 323.3875Q46.809376 324.2625 46.809376 325.7625Q46.809376 327.52814 46.45 328.60626Q46.090626 329.6844 45.371876 330.27814Q44.653126 330.8719 43.54375 330.8719Q42.10625 330.8719 41.278126 329.825Q40.278126 328.575 40.278126 325.7625ZM41.54375 325.7625Q41.54375 328.23126 42.121876 329.04376Q42.7 329.85626 43.54375 329.85626Q44.403126 329.85626 44.98125 329.04376Q45.559376 328.21564 45.559376 325.7625Q45.559376 323.27814 44.98125 322.46564Q44.403126 321.65314 43.528126 321.65314Q42.684376 321.65314 42.184376 322.3719Q41.54375 323.29376 41.54375 325.7625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M38.746876 274.9125L38.746876 276.1L32.121876 276.1Q32.10625 275.6625 32.2625 275.24063Q32.528126 274.56876 33.075 273.9125Q33.6375 273.25626 34.684376 272.39688Q36.325 271.05313 36.8875 270.27188Q37.465626 269.49063 37.465626 268.7875Q37.465626 268.05313 36.934376 267.55313Q36.41875 267.05313 35.590626 267.05313Q34.7 267.05313 34.153126 267.58438Q33.621876 268.11563 33.621876 269.06876L32.35625 268.92813Q32.48125 267.52188 33.325 266.7875Q34.184376 266.0375 35.60625 266.0375Q37.059376 266.0375 37.8875 266.83438Q38.73125 267.63126 38.73125 268.81876Q38.73125 269.42813 38.48125 270.00626Q38.246876 270.58438 37.66875 271.225Q37.10625 271.86563 35.778126 272.99063Q34.66875 273.9125 34.35625 274.25626Q34.04375 274.58438 33.840626 274.9125L38.746876 274.9125ZM40.278126 271.1625Q40.278126 269.38126 40.6375 268.30313Q41.0125 267.20938 41.73125 266.63126Q42.45 266.0375 43.54375 266.0375Q44.35625 266.0375 44.965626 266.36563Q45.575 266.69376 45.965626 267.30313Q46.371876 267.9125 46.590626 268.7875Q46.809376 269.6625 46.809376 271.1625Q46.809376 272.92813 46.45 274.00626Q46.090626 275.08438 45.371876 275.67813Q44.653126 276.27188 43.54375 276.27188Q42.10625 276.27188 41.278126 275.225Q40.278126 273.975 40.278126 271.1625ZM41.54375 271.1625Q41.54375 273.63126 42.121876 274.44376Q42.7 275.25626 43.54375 275.25626Q44.403126 275.25626 44.98125 274.44376Q45.559376 273.61563 45.559376 271.1625Q45.559376 268.67813 44.98125 267.86563Q44.403126 267.05313 43.528126 267.05313Q42.684376 267.05313 42.184376 267.77188Q41.54375 268.69376 41.54375 271.1625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M32.29375 218.85938L33.5125 218.6875Q33.73125 219.73438 34.23125 220.20312Q34.746876 220.65625 35.48125 220.65625Q36.35625 220.65625 36.95 220.0625Q37.54375 219.45312 37.54375 218.5625Q37.54375 217.71875 36.98125 217.17188Q36.434376 216.625 35.590626 216.625Q35.23125 216.625 34.715626 216.75L34.85625 215.67188Q34.98125 215.6875 35.04375 215.6875Q35.840626 215.6875 36.465626 215.28125Q37.090626 214.875 37.090626 214.01562Q37.090626 213.34375 36.6375 212.90625Q36.184376 212.45312 35.45 212.45312Q34.73125 212.45312 34.246876 212.90625Q33.778126 213.34375 33.6375 214.25L32.41875 214.03125Q32.6375 212.79688 33.434376 212.125Q34.23125 211.4375 35.41875 211.4375Q36.246876 211.4375 36.934376 211.79688Q37.621876 212.14062 37.98125 212.75Q38.35625 213.35938 38.35625 214.04688Q38.35625 214.6875 38.0125 215.21875Q37.66875 215.75 36.98125 216.07812Q37.871876 216.28125 38.35625 216.92188Q38.85625 217.5625 38.85625 218.54688Q38.85625 219.85938 37.8875 220.76562Q36.934376 221.67188 35.48125 221.67188Q34.153126 221.67188 33.278126 220.89062Q32.41875 220.10938 32.29375 218.85938ZM40.278126 216.5625Q40.278126 214.78125 40.6375 213.70312Q41.0125 212.60938 41.73125 212.03125Q42.45 211.4375 43.54375 211.4375Q44.35625 211.4375 44.965626 211.76562Q45.575 212.09375 45.965626 212.70312Q46.371876 213.3125 46.590626 214.1875Q46.809376 215.0625 46.809376 216.5625Q46.809376 218.32812 46.45 219.40625Q46.090626 220.48438 45.371876 221.07812Q44.653126 221.67188 43.54375 221.67188Q42.10625 221.67188 41.278126 220.625Q40.278126 219.375 40.278126 216.5625ZM41.54375 216.5625Q41.54375 219.03125 42.121876 219.84375Q42.7 220.65625 43.54375 220.65625Q44.403126 220.65625 44.98125 219.84375Q45.559376 219.01562 45.559376 216.5625Q45.559376 214.07812 44.98125 213.26562Q44.403126 212.45312 43.528126 212.45312Q42.684376 212.45312 42.184376 213.17188Q41.54375 214.09375 41.54375 216.5625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M36.23125 166.9L36.23125 164.49374L31.871876 164.49374L31.871876 163.36874L36.45 156.88437L37.45 156.88437L37.45 163.36874L38.809376 163.36874L38.809376 164.49374L37.45 164.49374L37.45 166.9L36.23125 166.9ZM36.23125 163.36874L36.23125 158.85312L33.090626 163.36874L36.23125 163.36874ZM40.278126 161.9625Q40.278126 160.18124 40.6375 159.10312Q41.0125 158.00937 41.73125 157.43124Q42.45 156.8375 43.54375 156.8375Q44.35625 156.8375 44.965626 157.16562Q45.575 157.49374 45.965626 158.10312Q46.371876 158.7125 46.590626 159.5875Q46.809376 160.4625 46.809376 161.9625Q46.809376 163.72812 46.45 164.80624Q46.090626 165.88437 45.371876 166.47812Q44.653126 167.07187 43.54375 167.07187Q42.10625 167.07187 41.278126 166.025Q40.278126 164.775 40.278126 161.9625ZM41.54375 161.9625Q41.54375 164.43124 42.121876 165.24374Q42.7 166.05624 43.54375 166.05624Q44.403126 166.05624 44.98125 165.24374Q45.559376 164.41562 45.559376 161.9625Q45.559376 159.47812 44.98125 158.66562Q44.403126 157.85312 43.528126 157.85312Q42.684376 157.85312 42.184376 158.57187Q41.54375 159.49374 41.54375 161.9625Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M32.278126 109.675L33.575 109.56563Q33.715626 110.50313 34.23125 110.9875Q34.7625 111.45625 35.496876 111.45625Q36.3875 111.45625 36.996876 110.78438Q37.621876 110.1125 37.621876 109.01875Q37.621876 107.95625 37.028126 107.34688Q36.434376 106.7375 35.48125 106.7375Q34.8875 106.7375 34.403126 107.01875Q33.934376 107.28438 33.653126 107.70625L32.496876 107.56563L33.465626 102.40938L38.45 102.40938L38.45 103.59688L34.45 103.59688L33.91875 106.28438Q34.825 105.65938 35.809376 105.65938Q37.121876 105.65938 38.0125 106.56563Q38.91875 107.47188 38.91875 108.90938Q38.91875 110.26875 38.1375 111.25313Q37.16875 112.47188 35.496876 112.47188Q34.1375 112.47188 33.2625 111.70625Q32.403126 110.94063 32.278126 109.675ZM40.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="M65.81311 444.2531L66.828735 444.2531L66.828735 449.9406Q66.453735 449.9406 66.09436 449.8156Q65.516235 449.59686 64.953735 449.1281Q64.391235 448.64374 63.65686 447.7375Q62.50061 446.33124 61.828735 445.84686Q61.15686 445.34686 60.56311 445.34686Q59.93811 445.34686 59.516235 445.8Q59.078735 446.2531 59.078735 446.97186Q59.078735 447.7375 59.53186 448.1906Q59.984985 448.64374 60.797485 448.65936L60.68811 449.7375Q59.46936 449.6281 58.84436 448.90936Q58.203735 448.175 58.203735 446.9406Q58.203735 445.70624 58.891235 444.9875Q59.578735 444.26874 60.59436 444.26874Q61.109985 444.26874 61.609985 444.4875Q62.09436 444.6906 62.65686 445.1906Q63.203735 445.675 64.15686 446.8Q64.953735 447.7531 65.25061 448.03436Q65.53186 448.3 65.81311 448.47186L65.81311 444.2531ZM62.59436 442.8Q61.06311 442.8 60.141235 442.4875Q59.203735 442.175 58.703735 441.5656Q58.203735 440.9406 58.203735 440.0031Q58.203735 439.3156 58.484985 438.8Q58.766235 438.26874 59.297485 437.925Q59.81311 437.58124 60.56311 437.39374Q61.31311 437.20624 62.59436 437.20624Q64.109985 437.20624 65.03186 437.51874Q65.953735 437.8156 66.46936 438.4406Q66.96936 439.05 66.96936 440.0031Q66.96936 441.2375 66.078735 441.95624Q65.016235 442.8 62.59436 442.8ZM62.59436 441.72186Q64.703735 441.72186 65.40686 441.22186Q66.109985 440.72186 66.109985 440.0031Q66.109985 439.26874 65.40686 438.78436Q64.703735 438.28436 62.59436 438.28436Q60.46936 438.28436 59.78186 438.78436Q59.078735 439.26874 59.078735 440.01874Q59.078735 440.7375 59.68811 441.175Q60.46936 441.72186 62.59436 441.72186ZM65.81311 430.2531L66.828735 430.2531L66.828735 435.9406Q66.453735 435.9406 66.09436 435.8156Q65.516235 435.59686 64.953735 435.1281Q64.391235 434.64374 63.65686 433.7375Q62.50061 432.33124 61.828735 431.84686Q61.15686 431.34686 60.56311 431.34686Q59.93811 431.34686 59.516235 431.8Q59.078735 432.2531 59.078735 432.97186Q59.078735 433.7375 59.53186 434.1906Q59.984985 434.64374 60.797485 434.65936L60.68811 435.7375Q59.46936 435.6281 58.84436 434.90936Q58.203735 434.175 58.203735 432.9406Q58.203735 431.70624 58.891235 430.9875Q59.578735 430.26874 60.59436 430.26874Q61.109985 430.26874 61.609985 430.4875Q62.09436 430.6906 62.65686 431.1906Q63.203735 431.675 64.15686 432.8Q64.953735 433.7531 65.25061 434.03436Q65.53186 434.3 65.81311 434.47186L65.81311 430.2531ZM62.59436 428.8Q61.06311 428.8 60.141235 428.4875Q59.203735 428.175 58.703735 427.5656Q58.203735 426.9406 58.203735 426.0031Q58.203735 425.3156 58.484985 424.8Q58.766235 424.26874 59.297485 423.925Q59.81311 423.58124 60.56311 423.39374Q61.31311 423.20624 62.59436 423.20624Q64.109985 423.20624 65.03186 423.51874Q65.953735 423.8156 66.46936 424.4406Q66.96936 425.05 66.96936 426.0031Q66.96936 427.2375 66.078735 427.95624Q65.016235 428.8 62.59436 428.8ZM62.59436 427.72186Q64.703735 427.72186 65.40686 427.22186Q66.109985 426.72186 66.109985 426.0031Q66.109985 425.26874 65.40686 424.78436Q64.703735 424.28436 62.59436 424.28436Q60.46936 424.28436 59.78186 424.78436Q59.078735 425.26874 59.078735 426.01874Q59.078735 426.7375 59.68811 427.175Q60.46936 427.72186 62.59436 427.72186ZM64.25061 421.925L63.18811 421.925L63.18811 418.675L64.25061 418.675L64.25061 421.925ZM62.59436 417.8Q61.06311 417.8 60.141235 417.4875Q59.203735 417.175 58.703735 416.5656Q58.203735 415.9406 58.203735 415.0031Q58.203735 414.3156 58.484985 413.8Q58.766235 413.26874 59.297485 412.925Q59.81311 412.58124 60.56311 412.39374Q61.31311 412.20624 62.59436 412.20624Q64.109985 412.20624 65.03186 412.51874Q65.953735 412.8156 66.46936 413.4406Q66.96936 414.05 66.96936 415.0031Q66.96936 416.2375 66.078735 416.95624Q65.016235 417.8 62.59436 417.8ZM62.59436 416.72186Q64.703735 416.72186 65.40686 416.22186Q66.109985 415.72186 66.109985 415.0031Q66.109985 414.26874 65.40686 413.78436Q64.703735 413.28436 62.59436 413.28436Q60.46936 413.28436 59.78186 413.78436Q59.078735 414.26874 59.078735 415.01874Q59.078735 415.7375 59.68811 416.175Q60.46936 416.72186 62.59436 416.72186ZM66.828735 407.425L64.766235 407.425L64.766235 411.14374L63.797485 411.14374L58.234985 407.22186L58.234985 406.3625L63.797485 406.3625L63.797485 405.20624L64.766235 405.20624L64.766235 406.3625L66.828735 406.3625L66.828735 407.425ZM63.797485 407.425L59.93811 407.425L63.797485 410.1125L63.797485 407.425ZM64.25061 403.925L63.18811 403.925L63.18811 400.675L64.25061 400.675L64.25061 403.925ZM62.59436 399.8Q61.06311 399.8 60.141235 399.4875Q59.203735 399.175 58.703735 398.5656Q58.203735 397.9406 58.203735 397.0031Q58.203735 396.3156 58.484985 395.8Q58.766235 395.26874 59.297485 394.925Q59.81311 394.58124 60.56311 394.39374Q61.31311 394.20624 62.59436 394.20624Q64.109985 394.20624 65.03186 394.51874Q65.953735 394.8156 66.46936 395.4406Q66.96936 396.05 66.96936 397.0031Q66.96936 398.2375 66.078735 398.95624Q65.016235 399.8 62.59436 399.8ZM62.59436 398.72186Q64.703735 398.72186 65.40686 398.22186Q66.109985 397.72186 66.109985 397.0031Q66.109985 396.26874 65.40686 395.78436Q64.703735 395.28436 62.59436 395.28436Q60.46936 395.28436 59.78186 395.78436Q59.078735 396.26874 59.078735 397.01874Q59.078735 397.7375 59.68811 398.175Q60.46936 398.72186 62.59436 398.72186ZM60.34436 387.33124L60.422485 388.3781Q59.797485 388.51874 59.516235 388.76874Q59.06311 389.20624 59.06311 389.83124Q59.06311 390.33124 59.34436 390.72186Q59.71936 391.20624 60.422485 391.5031Q61.109985 391.78436 62.391235 391.8Q61.81311 391.425 61.53186 390.8781Q61.25061 390.3156 61.25061 389.70624Q61.25061 388.65936 62.03186 387.925Q62.81311 387.175 64.03186 387.175Q64.84436 387.175 65.547485 387.53436Q66.234985 387.8781 66.609985 388.4875Q66.96936 389.09686 66.96936 389.8625Q66.96936 391.1906 66.00061 392.01874Q65.03186 392.84686 62.81311 392.84686Q60.31311 392.84686 59.18811 391.925Q58.203735 391.1281 58.203735 389.76874Q58.203735 388.7531 58.78186 388.1125Q59.34436 387.45624 60.34436 387.33124ZM64.047485 391.6281Q64.59436 391.6281 65.09436 391.40936Q65.578735 391.175 65.84436 390.76874Q66.109985 390.34686 66.109985 389.8781Q66.109985 389.22186 65.578735 388.7375Q65.03186 388.2531 64.109985 388.2531Q63.21936 388.2531 62.703735 388.7375Q62.18811 389.20624 62.18811 389.925Q62.18811 390.64374 62.703735 391.14374Q63.21936 391.6281 64.047485 391.6281Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M89.89829 444.2531L90.91392 444.2531L90.91392 449.9406Q90.53892 449.9406 90.17954 449.8156Q89.60142 449.59686 89.03892 449.1281Q88.47642 448.64374 87.74204 447.7375Q86.58579 446.33124 85.91392 445.84686Q85.24204 445.34686 84.64829 445.34686Q84.02329 445.34686 83.60142 445.8Q83.16392 446.2531 83.16392 446.97186Q83.16392 447.7375 83.61704 448.1906Q84.07017 448.64374 84.88267 448.65936L84.77329 449.7375Q83.55454 449.6281 82.92954 448.90936Q82.28892 448.175 82.28892 446.9406Q82.28892 445.70624 82.97642 444.9875Q83.66392 444.26874 84.67954 444.26874Q85.19517 444.26874 85.69517 444.4875Q86.17954 444.6906 86.74204 445.1906Q87.28892 445.675 88.24204 446.8Q89.03892 447.7531 89.33579 448.03436Q89.61704 448.3 89.89829 448.47186L89.89829 444.2531ZM86.67954 442.8Q85.14829 442.8 84.22642 442.4875Q83.28892 442.175 82.78892 441.5656Q82.28892 440.9406 82.28892 440.0031Q82.28892 439.3156 82.57017 438.8Q82.85142 438.26874 83.38267 437.925Q83.89829 437.58124 84.64829 437.39374Q85.39829 437.20624 86.67954 437.20624Q88.19517 437.20624 89.11704 437.51874Q90.03892 437.8156 90.55454 438.4406Q91.05454 439.05 91.05454 440.0031Q91.05454 441.2375 90.16392 441.95624Q89.10142 442.8 86.67954 442.8ZM86.67954 441.72186Q88.78892 441.72186 89.49204 441.22186Q90.19517 440.72186 90.19517 440.0031Q90.19517 439.26874 89.49204 438.78436Q88.78892 438.28436 86.67954 438.28436Q84.55454 438.28436 83.86704 438.78436Q83.16392 439.26874 83.16392 440.01874Q83.16392 440.7375 83.77329 441.175Q84.55454 441.72186 86.67954 441.72186ZM89.89829 430.2531L90.91392 430.2531L90.91392 435.9406Q90.53892 435.9406 90.17954 435.8156Q89.60142 435.59686 89.03892 435.1281Q88.47642 434.64374 87.74204 433.7375Q86.58579 432.33124 85.91392 431.84686Q85.24204 431.34686 84.64829 431.34686Q84.02329 431.34686 83.60142 431.8Q83.16392 432.2531 83.16392 432.97186Q83.16392 433.7375 83.61704 434.1906Q84.07017 434.64374 84.88267 434.65936L84.77329 435.7375Q83.55454 435.6281 82.92954 434.90936Q82.28892 434.175 82.28892 432.9406Q82.28892 431.70624 82.97642 430.9875Q83.66392 430.26874 84.67954 430.26874Q85.19517 430.26874 85.69517 430.4875Q86.17954 430.6906 86.74204 431.1906Q87.28892 431.675 88.24204 432.8Q89.03892 433.7531 89.33579 434.03436Q89.61704 434.3 89.89829 434.47186L89.89829 430.2531ZM86.67954 428.8Q85.14829 428.8 84.22642 428.4875Q83.28892 428.175 82.78892 427.5656Q82.28892 426.9406 82.28892 426.0031Q82.28892 425.3156 82.57017 424.8Q82.85142 424.26874 83.38267 423.925Q83.89829 423.58124 84.64829 423.39374Q85.39829 423.20624 86.67954 423.20624Q88.19517 423.20624 89.11704 423.51874Q90.03892 423.8156 90.55454 424.4406Q91.05454 425.05 91.05454 426.0031Q91.05454 427.2375 90.16392 427.95624Q89.10142 428.8 86.67954 428.8ZM86.67954 427.72186Q88.78892 427.72186 89.49204 427.22186Q90.19517 426.72186 90.19517 426.0031Q90.19517 425.26874 89.49204 424.78436Q88.78892 424.28436 86.67954 424.28436Q84.55454 424.28436 83.86704 424.78436Q83.16392 425.26874 83.16392 426.01874Q83.16392 426.7375 83.77329 427.175Q84.55454 427.72186 86.67954 427.72186ZM88.33579 421.925L87.27329 421.925L87.27329 418.675L88.33579 418.675L88.33579 421.925ZM86.67954 417.8Q85.14829 417.8 84.22642 417.4875Q83.28892 417.175 82.78892 416.5656Q82.28892 415.9406 82.28892 415.0031Q82.28892 414.3156 82.57017 413.8Q82.85142 413.26874 83.38267 412.925Q83.89829 412.58124 84.64829 412.39374Q85.39829 412.20624 86.67954 412.20624Q88.19517 412.20624 89.11704 412.51874Q90.03892 412.8156 90.55454 413.4406Q91.05454 414.05 91.05454 415.0031Q91.05454 416.2375 90.16392 416.95624Q89.10142 417.8 86.67954 417.8ZM86.67954 416.72186Q88.78892 416.72186 89.49204 416.22186Q90.19517 415.72186 90.19517 415.0031Q90.19517 414.26874 89.49204 413.78436Q88.78892 413.28436 86.67954 413.28436Q84.55454 413.28436 83.86704 413.78436Q83.16392 414.26874 83.16392 415.01874Q83.16392 415.7375 83.77329 416.175Q84.55454 416.72186 86.67954 416.72186ZM90.91392 407.425L88.85142 407.425L88.85142 411.14374L87.88267 411.14374L82.32017 407.22186L82.32017 406.3625L87.88267 406.3625L87.88267 405.20624L88.85142 405.20624L88.85142 406.3625L90.91392 406.3625L90.91392 407.425ZM87.88267 407.425L84.02329 407.425L87.88267 410.1125L87.88267 407.425ZM88.33579 403.925L87.27329 403.925L87.27329 400.675L88.33579 400.675L88.33579 403.925ZM89.89829 394.2531L90.91392 394.2531L90.91392 399.9406Q90.53892 399.9406 90.17954 399.8156Q89.60142 399.59686 89.03892 399.1281Q88.47642 398.64374 87.74204 397.7375Q86.58579 396.33124 85.91392 395.84686Q85.24204 395.34686 84.64829 395.34686Q84.02329 395.34686 83.60142 395.8Q83.16392 396.2531 83.16392 396.97186Q83.16392 397.7375 83.61704 398.1906Q84.07017 398.64374 84.88267 398.65936L84.77329 399.7375Q83.55454 399.6281 82.92954 398.90936Q82.28892 398.175 82.28892 396.9406Q82.28892 395.70624 82.97642 394.9875Q83.66392 394.26874 84.67954 394.26874Q85.19517 394.26874 85.69517 394.4875Q86.17954 394.6906 86.74204 395.1906Q87.28892 395.675 88.24204 396.8Q89.03892 397.7531 89.33579 398.03436Q89.61704 398.3 89.89829 398.47186L89.89829 394.2531ZM86.67954 392.8Q85.14829 392.8 84.22642 392.4875Q83.28892 392.175 82.78892 391.5656Q82.28892 390.9406 82.28892 390.0031Q82.28892 389.3156 82.57017 388.8Q82.85142 388.26874 83.38267 387.925Q83.89829 387.58124 84.64829 387.39374Q85.39829 387.20624 86.67954 387.20624Q88.19517 387.20624 89.11704 387.51874Q90.03892 387.8156 90.55454 388.4406Q91.05454 389.05 91.05454 390.0031Q91.05454 391.2375 90.16392 391.95624Q89.10142 392.8 86.67954 392.8ZM86.67954 391.72186Q88.78892 391.72186 89.49204 391.22186Q90.19517 390.72186 90.19517 390.0031Q90.19517 389.26874 89.49204 388.78436Q88.78892 388.28436 86.67954 388.28436Q84.55454 388.28436 83.86704 388.78436Q83.16392 389.26874 83.16392 390.01874Q83.16392 390.7375 83.77329 391.175Q84.55454 391.72186 86.67954 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M113.983475 444.2531L114.9991 444.2531L114.9991 449.9406Q114.6241 449.9406 114.264725 449.8156Q113.6866 449.59686 113.1241 449.1281Q112.5616 448.64374 111.827225 447.7375Q110.670975 446.33124 109.9991 445.84686Q109.327225 445.34686 108.733475 445.34686Q108.108475 445.34686 107.6866 445.8Q107.2491 446.2531 107.2491 446.97186Q107.2491 447.7375 107.702225 448.1906Q108.15535 448.64374 108.96785 448.65936L108.858475 449.7375Q107.639725 449.6281 107.014725 448.90936Q106.3741 448.175 106.3741 446.9406Q106.3741 445.70624 107.0616 444.9875Q107.7491 444.26874 108.764725 444.26874Q109.28035 444.26874 109.78035 444.4875Q110.264725 444.6906 110.827225 445.1906Q111.3741 445.675 112.327225 446.8Q113.1241 447.7531 113.420975 448.03436Q113.702225 448.3 113.983475 448.47186L113.983475 444.2531ZM110.764725 442.8Q109.233475 442.8 108.3116 442.4875Q107.3741 442.175 106.8741 441.5656Q106.3741 440.9406 106.3741 440.0031Q106.3741 439.3156 106.65535 438.8Q106.9366 438.26874 107.46785 437.925Q107.983475 437.58124 108.733475 437.39374Q109.483475 437.20624 110.764725 437.20624Q112.28035 437.20624 113.202225 437.51874Q114.1241 437.8156 114.639725 438.4406Q115.139725 439.05 115.139725 440.0031Q115.139725 441.2375 114.2491 441.95624Q113.1866 442.8 110.764725 442.8ZM110.764725 441.72186Q112.8741 441.72186 113.577225 441.22186Q114.28035 440.72186 114.28035 440.0031Q114.28035 439.26874 113.577225 438.78436Q112.8741 438.28436 110.764725 438.28436Q108.639725 438.28436 107.952225 438.78436Q107.2491 439.26874 107.2491 440.01874Q107.2491 440.7375 107.858475 441.175Q108.639725 441.72186 110.764725 441.72186ZM113.983475 430.2531L114.9991 430.2531L114.9991 435.9406Q114.6241 435.9406 114.264725 435.8156Q113.6866 435.59686 113.1241 435.1281Q112.5616 434.64374 111.827225 433.7375Q110.670975 432.33124 109.9991 431.84686Q109.327225 431.34686 108.733475 431.34686Q108.108475 431.34686 107.6866 431.8Q107.2491 432.2531 107.2491 432.97186Q107.2491 433.7375 107.702225 434.1906Q108.15535 434.64374 108.96785 434.65936L108.858475 435.7375Q107.639725 435.6281 107.014725 434.90936Q106.3741 434.175 106.3741 432.9406Q106.3741 431.70624 107.0616 430.9875Q107.7491 430.26874 108.764725 430.26874Q109.28035 430.26874 109.78035 430.4875Q110.264725 430.6906 110.827225 431.1906Q111.3741 431.675 112.327225 432.8Q113.1241 433.7531 113.420975 434.03436Q113.702225 434.3 113.983475 434.47186L113.983475 430.2531ZM110.764725 428.8Q109.233475 428.8 108.3116 428.4875Q107.3741 428.175 106.8741 427.5656Q106.3741 426.9406 106.3741 426.0031Q106.3741 425.3156 106.65535 424.8Q106.9366 424.26874 107.46785 423.925Q107.983475 423.58124 108.733475 423.39374Q109.483475 423.20624 110.764725 423.20624Q112.28035 423.20624 113.202225 423.51874Q114.1241 423.8156 114.639725 424.4406Q115.139725 425.05 115.139725 426.0031Q115.139725 427.2375 114.2491 427.95624Q113.1866 428.8 110.764725 428.8ZM110.764725 427.72186Q112.8741 427.72186 113.577225 427.22186Q114.28035 426.72186 114.28035 426.0031Q114.28035 425.26874 113.577225 424.78436Q112.8741 424.28436 110.764725 424.28436Q108.639725 424.28436 107.952225 424.78436Q107.2491 425.26874 107.2491 426.01874Q107.2491 426.7375 107.858475 427.175Q108.639725 427.72186 110.764725 427.72186ZM112.420975 421.925L111.358475 421.925L111.358475 418.675L112.420975 418.675L112.420975 421.925ZM110.764725 417.8Q109.233475 417.8 108.3116 417.4875Q107.3741 417.175 106.8741 416.5656Q106.3741 415.9406 106.3741 415.0031Q106.3741 414.3156 106.65535 413.8Q106.9366 413.26874 107.46785 412.925Q107.983475 412.58124 108.733475 412.39374Q109.483475 412.20624 110.764725 412.20624Q112.28035 412.20624 113.202225 412.51874Q114.1241 412.8156 114.639725 413.4406Q115.139725 414.05 115.139725 415.0031Q115.139725 416.2375 114.2491 416.95624Q113.1866 417.8 110.764725 417.8ZM110.764725 416.72186Q112.8741 416.72186 113.577225 416.22186Q114.28035 415.72186 114.28035 415.0031Q114.28035 414.26874 113.577225 413.78436Q112.8741 413.28436 110.764725 413.28436Q108.639725 413.28436 107.952225 413.78436Q107.2491 414.26874 107.2491 415.01874Q107.2491 415.7375 107.858475 416.175Q108.639725 416.72186 110.764725 416.72186ZM112.7491 410.8L112.65535 409.6906Q113.46785 409.5656 113.8741 409.1281Q114.28035 408.675 114.28035 408.03436Q114.28035 407.28436 113.702225 406.7531Q113.1241 406.22186 112.1866 406.22186Q111.28035 406.22186 110.764725 406.7375Q110.233475 407.2375 110.233475 408.0656Q110.233475 408.5656 110.46785 408.9875Q110.702225 409.39374 111.0616 409.6281L110.9366 410.6125L106.53035 409.78436L106.53035 405.5031L107.53035 405.5031L107.53035 408.9406L109.84285 409.39374Q109.295975 408.6281 109.295975 407.78436Q109.295975 406.65936 110.077225 405.89374Q110.858475 405.1125 112.09285 405.1125Q113.2491 405.1125 114.108475 405.78436Q115.139725 406.6125 115.139725 408.03436Q115.139725 409.20624 114.483475 409.95624Q113.827225 410.6906 112.7491 410.8ZM112.420975 403.925L111.358475 403.925L111.358475 400.675L112.420975 400.675L112.420975 403.925ZM110.764725 399.8Q109.233475 399.8 108.3116 399.4875Q107.3741 399.175 106.8741 398.5656Q106.3741 397.9406 106.3741 397.0031Q106.3741 396.3156 106.65535 395.8Q106.9366 395.26874 107.46785 394.925Q107.983475 394.58124 108.733475 394.39374Q109.483475 394.20624 110.764725 394.20624Q112.28035 394.20624 113.202225 394.51874Q114.1241 394.8156 114.639725 395.4406Q115.139725 396.05 115.139725 397.0031Q115.139725 398.2375 114.2491 398.95624Q113.1866 399.8 110.764725 399.8ZM110.764725 398.72186Q112.8741 398.72186 113.577225 398.22186Q114.28035 397.72186 114.28035 397.0031Q114.28035 396.26874 113.577225 395.78436Q112.8741 395.28436 110.764725 395.28436Q108.639725 395.28436 107.952225 395.78436Q107.2491 396.26874 107.2491 397.01874Q107.2491 397.7375 107.858475 398.175Q108.639725 398.72186 110.764725 398.72186ZM114.9991 389.425L112.9366 389.425L112.9366 393.14374L111.96785 393.14374L106.40535 389.22186L106.40535 388.3625L111.96785 388.3625L111.96785 387.20624L112.9366 387.20624L112.9366 388.3625L114.9991 388.3625L114.9991 389.425ZM111.96785 389.425L108.108475 389.425L111.96785 392.1125L111.96785 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M138.06866 444.25314L139.08429 444.25314L139.08429 449.94064Q138.70929 449.94064 138.34991 449.81564Q137.77179 449.5969 137.20929 449.12814Q136.64679 448.64377 135.91241 447.73752Q134.75616 446.33127 134.08429 445.8469Q133.41241 445.3469 132.81866 445.3469Q132.19366 445.3469 131.77179 445.80002Q131.33429 446.25314 131.33429 446.9719Q131.33429 447.73752 131.78741 448.19064Q132.24054 448.64377 133.05304 448.6594L132.94366 449.73752Q131.72491 449.62814 131.09991 448.9094Q130.45929 448.17502 130.45929 446.94064Q130.45929 445.70627 131.14679 444.98752Q131.83429 444.26877 132.84991 444.26877Q133.36554 444.26877 133.86554 444.48752Q134.34991 444.69064 134.91241 445.19064Q135.45929 445.67502 136.41241 446.80002Q137.20929 447.75314 137.50616 448.0344Q137.78741 448.30002 138.06866 448.4719L138.06866 444.25314ZM134.84991 442.80002Q133.31866 442.80002 132.39679 442.48752Q131.45929 442.17502 130.95929 441.56564Q130.45929 440.94064 130.45929 440.00314Q130.45929 439.31564 130.74054 438.80002Q131.02179 438.26877 131.55304 437.92502Q132.06866 437.58127 132.81866 437.39377Q133.56866 437.20627 134.84991 437.20627Q136.36554 437.20627 137.28741 437.51877Q138.20929 437.81564 138.72491 438.44064Q139.22491 439.05002 139.22491 440.00314Q139.22491 441.23752 138.33429 441.95627Q137.27179 442.80002 134.84991 442.80002ZM134.84991 441.7219Q136.95929 441.7219 137.66241 441.2219Q138.36554 440.7219 138.36554 440.00314Q138.36554 439.26877 137.66241 438.7844Q136.95929 438.2844 134.84991 438.2844Q132.72491 438.2844 132.03741 438.7844Q131.33429 439.26877 131.33429 440.01877Q131.33429 440.73752 131.94366 441.17502Q132.72491 441.7219 134.84991 441.7219ZM138.06866 430.25314L139.08429 430.25314L139.08429 435.94064Q138.70929 435.94064 138.34991 435.81564Q137.77179 435.5969 137.20929 435.12814Q136.64679 434.64377 135.91241 433.73752Q134.75616 432.33127 134.08429 431.8469Q133.41241 431.3469 132.81866 431.3469Q132.19366 431.3469 131.77179 431.80002Q131.33429 432.25314 131.33429 432.9719Q131.33429 433.73752 131.78741 434.19064Q132.24054 434.64377 133.05304 434.6594L132.94366 435.73752Q131.72491 435.62814 131.09991 434.9094Q130.45929 434.17502 130.45929 432.94064Q130.45929 431.70627 131.14679 430.98752Q131.83429 430.26877 132.84991 430.26877Q133.36554 430.26877 133.86554 430.48752Q134.34991 430.69064 134.91241 431.19064Q135.45929 431.67502 136.41241 432.80002Q137.20929 433.75314 137.50616 434.0344Q137.78741 434.30002 138.06866 434.4719L138.06866 430.25314ZM134.84991 428.80002Q133.31866 428.80002 132.39679 428.48752Q131.45929 428.17502 130.95929 427.56564Q130.45929 426.94064 130.45929 426.00314Q130.45929 425.31564 130.74054 424.80002Q131.02179 424.26877 131.55304 423.92502Q132.06866 423.58127 132.81866 423.39377Q133.56866 423.20627 134.84991 423.20627Q136.36554 423.20627 137.28741 423.51877Q138.20929 423.81564 138.72491 424.44064Q139.22491 425.05002 139.22491 426.00314Q139.22491 427.23752 138.33429 427.95627Q137.27179 428.80002 134.84991 428.80002ZM134.84991 427.7219Q136.95929 427.7219 137.66241 427.2219Q138.36554 426.7219 138.36554 426.00314Q138.36554 425.26877 137.66241 424.7844Q136.95929 424.2844 134.84991 424.2844Q132.72491 424.2844 132.03741 424.7844Q131.33429 425.26877 131.33429 426.01877Q131.33429 426.73752 131.94366 427.17502Q132.72491 427.7219 134.84991 427.7219ZM136.50616 421.92502L135.44366 421.92502L135.44366 418.67502L136.50616 418.67502L136.50616 421.92502ZM134.84991 417.80002Q133.31866 417.80002 132.39679 417.48752Q131.45929 417.17502 130.95929 416.56564Q130.45929 415.94064 130.45929 415.00314Q130.45929 414.31564 130.74054 413.80002Q131.02179 413.26877 131.55304 412.92502Q132.06866 412.58127 132.81866 412.39377Q133.56866 412.20627 134.84991 412.20627Q136.36554 412.20627 137.28741 412.51877Q138.20929 412.81564 138.72491 413.44064Q139.22491 414.05002 139.22491 415.00314Q139.22491 416.23752 138.33429 416.95627Q137.27179 417.80002 134.84991 417.80002ZM134.84991 416.7219Q136.95929 416.7219 137.66241 416.2219Q138.36554 415.7219 138.36554 415.00314Q138.36554 414.26877 137.66241 413.7844Q136.95929 413.2844 134.84991 413.2844Q132.72491 413.2844 132.03741 413.7844Q131.33429 414.26877 131.33429 415.01877Q131.33429 415.73752 131.94366 416.17502Q132.72491 416.7219 134.84991 416.7219ZM136.83429 410.80002L136.74054 409.69064Q137.55304 409.56564 137.95929 409.12814Q138.36554 408.67502 138.36554 408.0344Q138.36554 407.2844 137.78741 406.75314Q137.20929 406.2219 136.27179 406.2219Q135.36554 406.2219 134.84991 406.73752Q134.31866 407.23752 134.31866 408.06564Q134.31866 408.56564 134.55304 408.98752Q134.78741 409.39377 135.14679 409.62814L135.02179 410.61252L130.61554 409.7844L130.61554 405.50314L131.61554 405.50314L131.61554 408.94064L133.92804 409.39377Q133.38116 408.62814 133.38116 407.7844Q133.38116 406.6594 134.16241 405.89377Q134.94366 405.11252 136.17804 405.11252Q137.33429 405.11252 138.19366 405.7844Q139.22491 406.61252 139.22491 408.0344Q139.22491 409.20627 138.56866 409.95627Q137.91241 410.69064 136.83429 410.80002ZM136.50616 403.92502L135.44366 403.92502L135.44366 400.67502L136.50616 400.67502L136.50616 403.92502ZM139.08429 395.83127L139.08429 396.87814L132.36554 396.87814Q132.72491 397.26877 133.09991 397.89377Q133.45929 398.50314 133.63116 398.98752L132.61554 398.98752Q132.19366 398.11252 131.61554 397.45627Q131.02179 396.7844 130.45929 396.50314L130.45929 395.83127L139.08429 395.83127ZM134.42804 391.17502Q134.17804 391.83127 133.74054 392.1594Q133.28741 392.4719 132.67804 392.4719Q131.74054 392.4719 131.09991 391.80002Q130.45929 391.11252 130.45929 390.00314Q130.45929 388.87814 131.11554 388.19064Q131.77179 387.50314 132.70929 387.50314Q133.30304 387.50314 133.74054 387.81564Q134.17804 388.12814 134.42804 388.76877Q134.67804 387.9719 135.25616 387.56564Q135.83429 387.1594 136.63116 387.1594Q137.72491 387.1594 138.47491 387.94064Q139.22491 388.70627 139.22491 389.98752Q139.22491 391.25314 138.47491 392.0344Q137.72491 392.81564 136.59991 392.81564Q135.75616 392.81564 135.19366 392.39377Q134.63116 391.95627 134.42804 391.17502ZM132.63116 391.39377Q133.24054 391.39377 133.63116 391.00314Q134.02179 390.5969 134.02179 389.9719Q134.02179 389.36252 133.64679 388.9719Q133.25616 388.58127 132.69366 388.58127Q132.11554 388.58127 131.72491 388.98752Q131.31866 389.39377 131.31866 389.98752Q131.31866 390.5969 131.70929 391.00314Q132.09991 391.39377 132.63116 391.39377ZM136.59991 391.7219Q137.05304 391.7219 137.47491 391.51877Q137.89679 391.30002 138.13116 390.87814Q138.36554 390.45627 138.36554 389.9719Q138.36554 389.2219 137.88116 388.73752Q137.39679 388.23752 136.64679 388.23752Q135.88116 388.23752 135.38116 388.73752Q134.88116 389.23752 134.88116 390.00314Q134.88116 390.75314 135.38116 391.23752Q135.86554 391.7219 136.59991 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M162.15384 444.2531L163.16946 444.2531L163.16946 449.9406Q162.79446 449.9406 162.43509 449.8156Q161.85696 449.59686 161.29446 449.1281Q160.73196 448.64374 159.99759 447.7375Q158.84134 446.33124 158.16946 445.84686Q157.49759 445.34686 156.90384 445.34686Q156.27884 445.34686 155.85696 445.8Q155.41946 446.2531 155.41946 446.97186Q155.41946 447.7375 155.87259 448.1906Q156.32571 448.64374 157.13821 448.65936L157.02884 449.7375Q155.81009 449.6281 155.18509 448.90936Q154.54446 448.175 154.54446 446.9406Q154.54446 445.70624 155.23196 444.9875Q155.91946 444.26874 156.93509 444.26874Q157.45071 444.26874 157.95071 444.4875Q158.43509 444.6906 158.99759 445.1906Q159.54446 445.675 160.49759 446.8Q161.29446 447.7531 161.59134 448.03436Q161.87259 448.3 162.15384 448.47186L162.15384 444.2531ZM158.93509 442.8Q157.40384 442.8 156.48196 442.4875Q155.54446 442.175 155.04446 441.5656Q154.54446 440.9406 154.54446 440.0031Q154.54446 439.3156 154.82571 438.8Q155.10696 438.26874 155.63821 437.925Q156.15384 437.58124 156.90384 437.39374Q157.65384 437.20624 158.93509 437.20624Q160.45071 437.20624 161.37259 437.51874Q162.29446 437.8156 162.81009 438.4406Q163.31009 439.05 163.31009 440.0031Q163.31009 441.2375 162.41946 441.95624Q161.35696 442.8 158.93509 442.8ZM158.93509 441.72186Q161.04446 441.72186 161.74759 441.22186Q162.45071 440.72186 162.45071 440.0031Q162.45071 439.26874 161.74759 438.78436Q161.04446 438.28436 158.93509 438.28436Q156.81009 438.28436 156.12259 438.78436Q155.41946 439.26874 155.41946 440.01874Q155.41946 440.7375 156.02884 441.175Q156.81009 441.72186 158.93509 441.72186ZM162.15384 430.2531L163.16946 430.2531L163.16946 435.9406Q162.79446 435.9406 162.43509 435.8156Q161.85696 435.59686 161.29446 435.1281Q160.73196 434.64374 159.99759 433.7375Q158.84134 432.33124 158.16946 431.84686Q157.49759 431.34686 156.90384 431.34686Q156.27884 431.34686 155.85696 431.8Q155.41946 432.2531 155.41946 432.97186Q155.41946 433.7375 155.87259 434.1906Q156.32571 434.64374 157.13821 434.65936L157.02884 435.7375Q155.81009 435.6281 155.18509 434.90936Q154.54446 434.175 154.54446 432.9406Q154.54446 431.70624 155.23196 430.9875Q155.91946 430.26874 156.93509 430.26874Q157.45071 430.26874 157.95071 430.4875Q158.43509 430.6906 158.99759 431.1906Q159.54446 431.675 160.49759 432.8Q161.29446 433.7531 161.59134 434.03436Q161.87259 434.3 162.15384 434.47186L162.15384 430.2531ZM158.93509 428.8Q157.40384 428.8 156.48196 428.4875Q155.54446 428.175 155.04446 427.5656Q154.54446 426.9406 154.54446 426.0031Q154.54446 425.3156 154.82571 424.8Q155.10696 424.26874 155.63821 423.925Q156.15384 423.58124 156.90384 423.39374Q157.65384 423.20624 158.93509 423.20624Q160.45071 423.20624 161.37259 423.51874Q162.29446 423.8156 162.81009 424.4406Q163.31009 425.05 163.31009 426.0031Q163.31009 427.2375 162.41946 427.95624Q161.35696 428.8 158.93509 428.8ZM158.93509 427.72186Q161.04446 427.72186 161.74759 427.22186Q162.45071 426.72186 162.45071 426.0031Q162.45071 425.26874 161.74759 424.78436Q161.04446 424.28436 158.93509 424.28436Q156.81009 424.28436 156.12259 424.78436Q155.41946 425.26874 155.41946 426.01874Q155.41946 426.7375 156.02884 427.175Q156.81009 427.72186 158.93509 427.72186ZM160.59134 421.925L159.52884 421.925L159.52884 418.675L160.59134 418.675L160.59134 421.925ZM158.93509 417.8Q157.40384 417.8 156.48196 417.4875Q155.54446 417.175 155.04446 416.5656Q154.54446 415.9406 154.54446 415.0031Q154.54446 414.3156 154.82571 413.8Q155.10696 413.26874 155.63821 412.925Q156.15384 412.58124 156.90384 412.39374Q157.65384 412.20624 158.93509 412.20624Q160.45071 412.20624 161.37259 412.51874Q162.29446 412.8156 162.81009 413.4406Q163.31009 414.05 163.31009 415.0031Q163.31009 416.2375 162.41946 416.95624Q161.35696 417.8 158.93509 417.8ZM158.93509 416.72186Q161.04446 416.72186 161.74759 416.22186Q162.45071 415.72186 162.45071 415.0031Q162.45071 414.26874 161.74759 413.78436Q161.04446 413.28436 158.93509 413.28436Q156.81009 413.28436 156.12259 413.78436Q155.41946 414.26874 155.41946 415.01874Q155.41946 415.7375 156.02884 416.175Q156.81009 416.72186 158.93509 416.72186ZM156.68509 405.33124L156.76321 406.3781Q156.13821 406.51874 155.85696 406.76874Q155.40384 407.20624 155.40384 407.83124Q155.40384 408.33124 155.68509 408.72186Q156.06009 409.20624 156.76321 409.5031Q157.45071 409.78436 158.73196 409.8Q158.15384 409.425 157.87259 408.8781Q157.59134 408.3156 157.59134 407.70624Q157.59134 406.65936 158.37259 405.925Q159.15384 405.175 160.37259 405.175Q161.18509 405.175 161.88821 405.53436Q162.57571 405.8781 162.95071 406.4875Q163.31009 407.09686 163.31009 407.8625Q163.31009 409.1906 162.34134 410.01874Q161.37259 410.84686 159.15384 410.84686Q156.65384 410.84686 155.52884 409.925Q154.54446 409.1281 154.54446 407.76874Q154.54446 406.7531 155.12259 406.1125Q155.68509 405.45624 156.68509 405.33124ZM160.38821 409.6281Q160.93509 409.6281 161.43509 409.40936Q161.91946 409.175 162.18509 408.76874Q162.45071 408.34686 162.45071 407.8781Q162.45071 407.22186 161.91946 406.7375Q161.37259 406.2531 160.45071 406.2531Q159.56009 406.2531 159.04446 406.7375Q158.52884 407.20624 158.52884 407.925Q158.52884 408.64374 159.04446 409.14374Q159.56009 409.6281 160.38821 409.6281ZM160.59134 403.925L159.52884 403.925L159.52884 400.675L160.59134 400.675L160.59134 403.925ZM158.93509 399.8Q157.40384 399.8 156.48196 399.4875Q155.54446 399.175 155.04446 398.5656Q154.54446 397.9406 154.54446 397.0031Q154.54446 396.3156 154.82571 395.8Q155.10696 395.26874 155.63821 394.925Q156.15384 394.58124 156.90384 394.39374Q157.65384 394.20624 158.93509 394.20624Q160.45071 394.20624 161.37259 394.51874Q162.29446 394.8156 162.81009 395.4406Q163.31009 396.05 163.31009 397.0031Q163.31009 398.2375 162.41946 398.95624Q161.35696 399.8 158.93509 399.8ZM158.93509 398.72186Q161.04446 398.72186 161.74759 398.22186Q162.45071 397.72186 162.45071 397.0031Q162.45071 396.26874 161.74759 395.78436Q161.04446 395.28436 158.93509 395.28436Q156.81009 395.28436 156.12259 395.78436Q155.41946 396.26874 155.41946 397.01874Q155.41946 397.7375 156.02884 398.175Q156.81009 398.72186 158.93509 398.72186ZM163.16946 388.83124L163.16946 389.8781L156.45071 389.8781Q156.81009 390.26874 157.18509 390.89374Q157.54446 391.5031 157.71634 391.9875L156.70071 391.9875Q156.27884 391.1125 155.70071 390.45624Q155.10696 389.78436 154.54446 389.5031L154.54446 388.83124L163.16946 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M186.23901 444.25314L187.25464 444.25314L187.25464 449.94064Q186.87964 449.94064 186.52026 449.81564Q185.94214 449.5969 185.37964 449.12814Q184.81714 448.64377 184.08276 447.73752Q182.92651 446.33127 182.25464 445.8469Q181.58276 445.3469 180.98901 445.3469Q180.36401 445.3469 179.94214 445.80002Q179.50464 446.25314 179.50464 446.9719Q179.50464 447.73752 179.95776 448.19064Q180.41089 448.64377 181.22339 448.6594L181.11401 449.73752Q179.89526 449.62814 179.27026 448.9094Q178.62964 448.17502 178.62964 446.94064Q178.62964 445.70627 179.31714 444.98752Q180.00464 444.26877 181.02026 444.26877Q181.53589 444.26877 182.03589 444.48752Q182.52026 444.69064 183.08276 445.19064Q183.62964 445.67502 184.58276 446.80002Q185.37964 447.75314 185.67651 448.0344Q185.95776 448.30002 186.23901 448.4719L186.23901 444.25314ZM183.02026 442.80002Q181.48901 442.80002 180.56714 442.48752Q179.62964 442.17502 179.12964 441.56564Q178.62964 440.94064 178.62964 440.00314Q178.62964 439.31564 178.91089 438.80002Q179.19214 438.26877 179.72339 437.92502Q180.23901 437.58127 180.98901 437.39377Q181.73901 437.20627 183.02026 437.20627Q184.53589 437.20627 185.45776 437.51877Q186.37964 437.81564 186.89526 438.44064Q187.39526 439.05002 187.39526 440.00314Q187.39526 441.23752 186.50464 441.95627Q185.44214 442.80002 183.02026 442.80002ZM183.02026 441.7219Q185.12964 441.7219 185.83276 441.2219Q186.53589 440.7219 186.53589 440.00314Q186.53589 439.26877 185.83276 438.7844Q185.12964 438.2844 183.02026 438.2844Q180.89526 438.2844 180.20776 438.7844Q179.50464 439.26877 179.50464 440.01877Q179.50464 440.73752 180.11401 441.17502Q180.89526 441.7219 183.02026 441.7219ZM186.23901 430.25314L187.25464 430.25314L187.25464 435.94064Q186.87964 435.94064 186.52026 435.81564Q185.94214 435.5969 185.37964 435.12814Q184.81714 434.64377 184.08276 433.73752Q182.92651 432.33127 182.25464 431.8469Q181.58276 431.3469 180.98901 431.3469Q180.36401 431.3469 179.94214 431.80002Q179.50464 432.25314 179.50464 432.9719Q179.50464 433.73752 179.95776 434.19064Q180.41089 434.64377 181.22339 434.6594L181.11401 435.73752Q179.89526 435.62814 179.27026 434.9094Q178.62964 434.17502 178.62964 432.94064Q178.62964 431.70627 179.31714 430.98752Q180.00464 430.26877 181.02026 430.26877Q181.53589 430.26877 182.03589 430.48752Q182.52026 430.69064 183.08276 431.19064Q183.62964 431.67502 184.58276 432.80002Q185.37964 433.75314 185.67651 434.0344Q185.95776 434.30002 186.23901 434.4719L186.23901 430.25314ZM183.02026 428.80002Q181.48901 428.80002 180.56714 428.48752Q179.62964 428.17502 179.12964 427.56564Q178.62964 426.94064 178.62964 426.00314Q178.62964 425.31564 178.91089 424.80002Q179.19214 424.26877 179.72339 423.92502Q180.23901 423.58127 180.98901 423.39377Q181.73901 423.20627 183.02026 423.20627Q184.53589 423.20627 185.45776 423.51877Q186.37964 423.81564 186.89526 424.44064Q187.39526 425.05002 187.39526 426.00314Q187.39526 427.23752 186.50464 427.95627Q185.44214 428.80002 183.02026 428.80002ZM183.02026 427.7219Q185.12964 427.7219 185.83276 427.2219Q186.53589 426.7219 186.53589 426.00314Q186.53589 425.26877 185.83276 424.7844Q185.12964 424.2844 183.02026 424.2844Q180.89526 424.2844 180.20776 424.7844Q179.50464 425.26877 179.50464 426.01877Q179.50464 426.73752 180.11401 427.17502Q180.89526 427.7219 183.02026 427.7219ZM184.67651 421.92502L183.61401 421.92502L183.61401 418.67502L184.67651 418.67502L184.67651 421.92502ZM183.02026 417.80002Q181.48901 417.80002 180.56714 417.48752Q179.62964 417.17502 179.12964 416.56564Q178.62964 415.94064 178.62964 415.00314Q178.62964 414.31564 178.91089 413.80002Q179.19214 413.26877 179.72339 412.92502Q180.23901 412.58127 180.98901 412.39377Q181.73901 412.20627 183.02026 412.20627Q184.53589 412.20627 185.45776 412.51877Q186.37964 412.81564 186.89526 413.44064Q187.39526 414.05002 187.39526 415.00314Q187.39526 416.23752 186.50464 416.95627Q185.44214 417.80002 183.02026 417.80002ZM183.02026 416.7219Q185.12964 416.7219 185.83276 416.2219Q186.53589 415.7219 186.53589 415.00314Q186.53589 414.26877 185.83276 413.7844Q185.12964 413.2844 183.02026 413.2844Q180.89526 413.2844 180.20776 413.7844Q179.50464 414.26877 179.50464 415.01877Q179.50464 415.73752 180.11401 416.17502Q180.89526 416.7219 183.02026 416.7219ZM180.77026 405.33127L180.84839 406.37814Q180.22339 406.51877 179.94214 406.76877Q179.48901 407.20627 179.48901 407.83127Q179.48901 408.33127 179.77026 408.7219Q180.14526 409.20627 180.84839 409.50314Q181.53589 409.7844 182.81714 409.80002Q182.23901 409.42502 181.95776 408.87814Q181.67651 408.31564 181.67651 407.70627Q181.67651 406.6594 182.45776 405.92502Q183.23901 405.17502 184.45776 405.17502Q185.27026 405.17502 185.97339 405.5344Q186.66089 405.87814 187.03589 406.48752Q187.39526 407.0969 187.39526 407.86252Q187.39526 409.19064 186.42651 410.01877Q185.45776 410.8469 183.23901 410.8469Q180.73901 410.8469 179.61401 409.92502Q178.62964 409.12814 178.62964 407.76877Q178.62964 406.75314 179.20776 406.11252Q179.77026 405.45627 180.77026 405.33127ZM184.47339 409.62814Q185.02026 409.62814 185.52026 409.4094Q186.00464 409.17502 186.27026 408.76877Q186.53589 408.3469 186.53589 407.87814Q186.53589 407.2219 186.00464 406.73752Q185.45776 406.25314 184.53589 406.25314Q183.64526 406.25314 183.12964 406.73752Q182.61401 407.20627 182.61401 407.92502Q182.61401 408.64377 183.12964 409.14377Q183.64526 409.62814 184.47339 409.62814ZM184.67651 403.92502L183.61401 403.92502L183.61401 400.67502L184.67651 400.67502L184.67651 403.92502ZM187.25464 395.83127L187.25464 396.87814L180.53589 396.87814Q180.89526 397.26877 181.27026 397.89377Q181.62964 398.50314 181.80151 398.98752L180.78589 398.98752Q180.36401 398.11252 179.78589 397.45627Q179.19214 396.7844 178.62964 396.50314L178.62964 395.83127L187.25464 395.83127ZM185.00464 392.80002L184.91089 391.69064Q185.72339 391.56564 186.12964 391.12814Q186.53589 390.67502 186.53589 390.0344Q186.53589 389.2844 185.95776 388.75314Q185.37964 388.2219 184.44214 388.2219Q183.53589 388.2219 183.02026 388.73752Q182.48901 389.23752 182.48901 390.06564Q182.48901 390.56564 182.72339 390.98752Q182.95776 391.39377 183.31714 391.62814L183.19214 392.61252L178.78589 391.7844L178.78589 387.50314L179.78589 387.50314L179.78589 390.94064L182.09839 391.39377Q181.55151 390.62814 181.55151 389.7844Q181.55151 388.6594 182.33276 387.89377Q183.11401 387.11252 184.34839 387.11252Q185.50464 387.11252 186.36401 387.7844Q187.39526 388.61252 187.39526 390.0344Q187.39526 391.20627 186.73901 391.95627Q186.08276 392.69064 185.00464 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M210.3242 444.2531L211.33983 444.2531L211.33983 449.9406Q210.96483 449.9406 210.60545 449.8156Q210.02733 449.59686 209.46483 449.1281Q208.90233 448.64374 208.16795 447.7375Q207.0117 446.33124 206.33983 445.84686Q205.66795 445.34686 205.0742 445.34686Q204.4492 445.34686 204.02733 445.8Q203.58983 446.2531 203.58983 446.97186Q203.58983 447.7375 204.04295 448.1906Q204.49608 448.64374 205.30858 448.65936L205.1992 449.7375Q203.98045 449.6281 203.35545 448.90936Q202.71483 448.175 202.71483 446.9406Q202.71483 445.70624 203.40233 444.9875Q204.08983 444.26874 205.10545 444.26874Q205.62108 444.26874 206.12108 444.4875Q206.60545 444.6906 207.16795 445.1906Q207.71483 445.675 208.66795 446.8Q209.46483 447.7531 209.7617 448.03436Q210.04295 448.3 210.3242 448.47186L210.3242 444.2531ZM207.10545 442.8Q205.5742 442.8 204.65233 442.4875Q203.71483 442.175 203.21483 441.5656Q202.71483 440.9406 202.71483 440.0031Q202.71483 439.3156 202.99608 438.8Q203.27733 438.26874 203.80858 437.925Q204.3242 437.58124 205.0742 437.39374Q205.8242 437.20624 207.10545 437.20624Q208.62108 437.20624 209.54295 437.51874Q210.46483 437.8156 210.98045 438.4406Q211.48045 439.05 211.48045 440.0031Q211.48045 441.2375 210.58983 441.95624Q209.52733 442.8 207.10545 442.8ZM207.10545 441.72186Q209.21483 441.72186 209.91795 441.22186Q210.62108 440.72186 210.62108 440.0031Q210.62108 439.26874 209.91795 438.78436Q209.21483 438.28436 207.10545 438.28436Q204.98045 438.28436 204.29295 438.78436Q203.58983 439.26874 203.58983 440.01874Q203.58983 440.7375 204.1992 441.175Q204.98045 441.72186 207.10545 441.72186ZM210.3242 430.2531L211.33983 430.2531L211.33983 435.9406Q210.96483 435.9406 210.60545 435.8156Q210.02733 435.59686 209.46483 435.1281Q208.90233 434.64374 208.16795 433.7375Q207.0117 432.33124 206.33983 431.84686Q205.66795 431.34686 205.0742 431.34686Q204.4492 431.34686 204.02733 431.8Q203.58983 432.2531 203.58983 432.97186Q203.58983 433.7375 204.04295 434.1906Q204.49608 434.64374 205.30858 434.65936L205.1992 435.7375Q203.98045 435.6281 203.35545 434.90936Q202.71483 434.175 202.71483 432.9406Q202.71483 431.70624 203.40233 430.9875Q204.08983 430.26874 205.10545 430.26874Q205.62108 430.26874 206.12108 430.4875Q206.60545 430.6906 207.16795 431.1906Q207.71483 431.675 208.66795 432.8Q209.46483 433.7531 209.7617 434.03436Q210.04295 434.3 210.3242 434.47186L210.3242 430.2531ZM207.10545 428.8Q205.5742 428.8 204.65233 428.4875Q203.71483 428.175 203.21483 427.5656Q202.71483 426.9406 202.71483 426.0031Q202.71483 425.3156 202.99608 424.8Q203.27733 424.26874 203.80858 423.925Q204.3242 423.58124 205.0742 423.39374Q205.8242 423.20624 207.10545 423.20624Q208.62108 423.20624 209.54295 423.51874Q210.46483 423.8156 210.98045 424.4406Q211.48045 425.05 211.48045 426.0031Q211.48045 427.2375 210.58983 427.95624Q209.52733 428.8 207.10545 428.8ZM207.10545 427.72186Q209.21483 427.72186 209.91795 427.22186Q210.62108 426.72186 210.62108 426.0031Q210.62108 425.26874 209.91795 424.78436Q209.21483 424.28436 207.10545 424.28436Q204.98045 424.28436 204.29295 424.78436Q203.58983 425.26874 203.58983 426.01874Q203.58983 426.7375 204.1992 427.175Q204.98045 427.72186 207.10545 427.72186ZM208.7617 421.925L207.6992 421.925L207.6992 418.675L208.7617 418.675L208.7617 421.925ZM207.10545 417.8Q205.5742 417.8 204.65233 417.4875Q203.71483 417.175 203.21483 416.5656Q202.71483 415.9406 202.71483 415.0031Q202.71483 414.3156 202.99608 413.8Q203.27733 413.26874 203.80858 412.925Q204.3242 412.58124 205.0742 412.39374Q205.8242 412.20624 207.10545 412.20624Q208.62108 412.20624 209.54295 412.51874Q210.46483 412.8156 210.98045 413.4406Q211.48045 414.05 211.48045 415.0031Q211.48045 416.2375 210.58983 416.95624Q209.52733 417.8 207.10545 417.8ZM207.10545 416.72186Q209.21483 416.72186 209.91795 416.22186Q210.62108 415.72186 210.62108 415.0031Q210.62108 414.26874 209.91795 413.78436Q209.21483 413.28436 207.10545 413.28436Q204.98045 413.28436 204.29295 413.78436Q203.58983 414.26874 203.58983 415.01874Q203.58983 415.7375 204.1992 416.175Q204.98045 416.72186 207.10545 416.72186ZM204.85545 405.33124L204.93358 406.3781Q204.30858 406.51874 204.02733 406.76874Q203.5742 407.20624 203.5742 407.83124Q203.5742 408.33124 203.85545 408.72186Q204.23045 409.20624 204.93358 409.5031Q205.62108 409.78436 206.90233 409.8Q206.3242 409.425 206.04295 408.8781Q205.7617 408.3156 205.7617 407.70624Q205.7617 406.65936 206.54295 405.925Q207.3242 405.175 208.54295 405.175Q209.35545 405.175 210.05858 405.53436Q210.74608 405.8781 211.12108 406.4875Q211.48045 407.09686 211.48045 407.8625Q211.48045 409.1906 210.5117 410.01874Q209.54295 410.84686 207.3242 410.84686Q204.8242 410.84686 203.6992 409.925Q202.71483 409.1281 202.71483 407.76874Q202.71483 406.7531 203.29295 406.1125Q203.85545 405.45624 204.85545 405.33124ZM208.55858 409.6281Q209.10545 409.6281 209.60545 409.40936Q210.08983 409.175 210.35545 408.76874Q210.62108 408.34686 210.62108 407.8781Q210.62108 407.22186 210.08983 406.7375Q209.54295 406.2531 208.62108 406.2531Q207.73045 406.2531 207.21483 406.7375Q206.6992 407.20624 206.6992 407.925Q206.6992 408.64374 207.21483 409.14374Q207.73045 409.6281 208.55858 409.6281ZM208.7617 403.925L207.6992 403.925L207.6992 400.675L208.7617 400.675L208.7617 403.925ZM210.3242 394.2531L211.33983 394.2531L211.33983 399.9406Q210.96483 399.9406 210.60545 399.8156Q210.02733 399.59686 209.46483 399.1281Q208.90233 398.64374 208.16795 397.7375Q207.0117 396.33124 206.33983 395.84686Q205.66795 395.34686 205.0742 395.34686Q204.4492 395.34686 204.02733 395.8Q203.58983 396.2531 203.58983 396.97186Q203.58983 397.7375 204.04295 398.1906Q204.49608 398.64374 205.30858 398.65936L205.1992 399.7375Q203.98045 399.6281 203.35545 398.90936Q202.71483 398.175 202.71483 396.9406Q202.71483 395.70624 203.40233 394.9875Q204.08983 394.26874 205.10545 394.26874Q205.62108 394.26874 206.12108 394.4875Q206.60545 394.6906 207.16795 395.1906Q207.71483 395.675 208.66795 396.8Q209.46483 397.7531 209.7617 398.03436Q210.04295 398.3 210.3242 398.47186L210.3242 394.2531ZM209.35545 392.64374L209.2617 391.6281Q209.98045 391.5031 210.30858 391.14374Q210.62108 390.76874 210.62108 390.20624Q210.62108 389.72186 210.40233 389.3625Q210.16795 388.9875 209.80858 388.7531Q209.43358 388.51874 208.80858 388.3625Q208.16795 388.20624 207.5117 388.20624Q207.43358 388.20624 207.29295 388.20624Q207.79295 388.51874 208.12108 389.0656Q208.43358 389.6125 208.43358 390.2531Q208.43358 391.33124 207.66795 392.0656Q206.8867 392.8 205.62108 392.8Q204.30858 392.8 203.5117 392.03436Q202.71483 391.2531 202.71483 390.09686Q202.71483 389.26874 203.16795 388.58124Q203.62108 387.8781 204.46483 387.51874Q205.29295 387.15936 206.87108 387.15936Q208.5117 387.15936 209.49608 387.51874Q210.46483 387.8625 210.98045 388.58124Q211.48045 389.28436 211.48045 390.22186Q211.48045 391.2375 210.93358 391.8781Q210.37108 392.51874 209.35545 392.64374ZM205.55858 388.33124Q204.65233 388.33124 204.12108 388.8156Q203.58983 389.28436 203.58983 389.97186Q203.58983 390.675 204.16795 391.20624Q204.73045 391.72186 205.65233 391.72186Q206.46483 391.72186 206.98045 391.22186Q207.49608 390.72186 207.49608 390.0031Q207.49608 389.26874 206.98045 388.8Q206.46483 388.33124 205.55858 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M234.40938 444.25314L235.425 444.25314L235.425 449.94064Q235.05 449.94064 234.69063 449.81564Q234.1125 449.5969 233.55 449.12814Q232.9875 448.64377 232.25313 447.73752Q231.09688 446.33127 230.425 445.8469Q229.75313 445.3469 229.15938 445.3469Q228.53438 445.3469 228.1125 445.80002Q227.675 446.25314 227.675 446.9719Q227.675 447.73752 228.12813 448.19064Q228.58125 448.64377 229.39375 448.6594L229.28438 449.73752Q228.06563 449.62814 227.44063 448.9094Q226.8 448.17502 226.8 446.94064Q226.8 445.70627 227.4875 444.98752Q228.175 444.26877 229.19063 444.26877Q229.70625 444.26877 230.20625 444.48752Q230.69063 444.69064 231.25313 445.19064Q231.8 445.67502 232.75313 446.80002Q233.55 447.75314 233.84688 448.0344Q234.12813 448.30002 234.40938 448.4719L234.40938 444.25314ZM231.19063 442.80002Q229.65938 442.80002 228.7375 442.48752Q227.8 442.17502 227.3 441.56564Q226.8 440.94064 226.8 440.00314Q226.8 439.31564 227.08125 438.80002Q227.3625 438.26877 227.89375 437.92502Q228.40938 437.58127 229.15938 437.39377Q229.90938 437.20627 231.19063 437.20627Q232.70625 437.20627 233.62813 437.51877Q234.55 437.81564 235.06563 438.44064Q235.56563 439.05002 235.56563 440.00314Q235.56563 441.23752 234.675 441.95627Q233.6125 442.80002 231.19063 442.80002ZM231.19063 441.7219Q233.3 441.7219 234.00313 441.2219Q234.70625 440.7219 234.70625 440.00314Q234.70625 439.26877 234.00313 438.7844Q233.3 438.2844 231.19063 438.2844Q229.06563 438.2844 228.37813 438.7844Q227.675 439.26877 227.675 440.01877Q227.675 440.73752 228.28438 441.17502Q229.06563 441.7219 231.19063 441.7219ZM234.40938 430.25314L235.425 430.25314L235.425 435.94064Q235.05 435.94064 234.69063 435.81564Q234.1125 435.5969 233.55 435.12814Q232.9875 434.64377 232.25313 433.73752Q231.09688 432.33127 230.425 431.8469Q229.75313 431.3469 229.15938 431.3469Q228.53438 431.3469 228.1125 431.80002Q227.675 432.25314 227.675 432.9719Q227.675 433.73752 228.12813 434.19064Q228.58125 434.64377 229.39375 434.6594L229.28438 435.73752Q228.06563 435.62814 227.44063 434.9094Q226.8 434.17502 226.8 432.94064Q226.8 431.70627 227.4875 430.98752Q228.175 430.26877 229.19063 430.26877Q229.70625 430.26877 230.20625 430.48752Q230.69063 430.69064 231.25313 431.19064Q231.8 431.67502 232.75313 432.80002Q233.55 433.75314 233.84688 434.0344Q234.12813 434.30002 234.40938 434.4719L234.40938 430.25314ZM231.19063 428.80002Q229.65938 428.80002 228.7375 428.48752Q227.8 428.17502 227.3 427.56564Q226.8 426.94064 226.8 426.00314Q226.8 425.31564 227.08125 424.80002Q227.3625 424.26877 227.89375 423.92502Q228.40938 423.58127 229.15938 423.39377Q229.90938 423.20627 231.19063 423.20627Q232.70625 423.20627 233.62813 423.51877Q234.55 423.81564 235.06563 424.44064Q235.56563 425.05002 235.56563 426.00314Q235.56563 427.23752 234.675 427.95627Q233.6125 428.80002 231.19063 428.80002ZM231.19063 427.7219Q233.3 427.7219 234.00313 427.2219Q234.70625 426.7219 234.70625 426.00314Q234.70625 425.26877 234.00313 424.7844Q233.3 424.2844 231.19063 424.2844Q229.06563 424.2844 228.37813 424.7844Q227.675 425.26877 227.675 426.01877Q227.675 426.73752 228.28438 427.17502Q229.06563 427.7219 231.19063 427.7219ZM232.84688 421.92502L231.78438 421.92502L231.78438 418.67502L232.84688 418.67502L232.84688 421.92502ZM231.19063 417.80002Q229.65938 417.80002 228.7375 417.48752Q227.8 417.17502 227.3 416.56564Q226.8 415.94064 226.8 415.00314Q226.8 414.31564 227.08125 413.80002Q227.3625 413.26877 227.89375 412.92502Q228.40938 412.58127 229.15938 412.39377Q229.90938 412.20627 231.19063 412.20627Q232.70625 412.20627 233.62813 412.51877Q234.55 412.81564 235.06563 413.44064Q235.56563 414.05002 235.56563 415.00314Q235.56563 416.23752 234.675 416.95627Q233.6125 417.80002 231.19063 417.80002ZM231.19063 416.7219Q233.3 416.7219 234.00313 416.2219Q234.70625 415.7219 234.70625 415.00314Q234.70625 414.26877 234.00313 413.7844Q233.3 413.2844 231.19063 413.2844Q229.06563 413.2844 228.37813 413.7844Q227.675 414.26877 227.675 415.01877Q227.675 415.73752 228.28438 416.17502Q229.06563 416.7219 231.19063 416.7219ZM227.95625 410.73752L226.94063 410.73752L226.94063 405.17502L227.76875 405.17502Q228.64375 405.98752 230.09688 406.80002Q231.53438 407.5969 233.06563 408.0344Q234.14375 408.36252 235.425 408.44064L235.425 409.5344Q234.40938 409.51877 232.97188 409.14377Q231.53438 408.75314 230.20625 408.05002Q228.87813 407.33127 227.95625 406.51877L227.95625 410.73752ZM232.84688 403.92502L231.78438 403.92502L231.78438 400.67502L232.84688 400.67502L232.84688 403.92502ZM235.425 395.83127L235.425 396.87814L228.70625 396.87814Q229.06563 397.26877 229.44063 397.89377Q229.8 398.50314 229.97188 398.98752L228.95625 398.98752Q228.53438 398.11252 227.95625 397.45627Q227.3625 396.7844 226.8 396.50314L226.8 395.83127L235.425 395.83127ZM233.15938 392.80002L233.01875 391.73752Q233.90938 391.56564 234.31563 391.12814Q234.70625 390.69064 234.70625 390.06564Q234.70625 389.31564 234.19063 388.80002Q233.675 388.2844 232.90938 388.2844Q232.19063 388.2844 231.72188 388.76877Q231.2375 389.23752 231.2375 389.9719Q231.2375 390.26877 231.3625 390.7219L230.425 390.5969Q230.44063 390.48752 230.44063 390.42502Q230.44063 389.75314 230.09688 389.2219Q229.7375 388.67502 229.00313 388.67502Q228.425 388.67502 228.05 389.06564Q227.65938 389.45627 227.65938 390.08127Q227.65938 390.69064 228.05 391.11252Q228.44063 391.51877 229.20625 391.62814L229.01875 392.69064Q227.97188 392.50314 227.39375 391.81564Q226.8 391.12814 226.8 390.11252Q226.8 389.4094 227.1125 388.81564Q227.40938 388.2219 227.925 387.9094Q228.44063 387.5969 229.03438 387.5969Q229.58125 387.5969 230.05 387.89377Q230.50313 388.19064 230.76875 388.76877Q230.94063 388.01877 231.50313 387.5969Q232.05 387.17502 232.89375 387.17502Q234.01875 387.17502 234.8 388.00314Q235.58125 388.81564 235.58125 390.06564Q235.58125 391.19064 234.90938 391.94064Q234.22188 392.69064 233.15938 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M258.49457 444.25314L259.5102 444.25314L259.5102 449.94064Q259.1352 449.94064 258.77582 449.81564Q258.1977 449.5969 257.6352 449.12814Q257.0727 448.64377 256.33832 447.73752Q255.18207 446.33127 254.5102 445.8469Q253.83832 445.3469 253.24457 445.3469Q252.61957 445.3469 252.1977 445.80002Q251.7602 446.25314 251.7602 446.9719Q251.7602 447.73752 252.21332 448.19064Q252.66644 448.64377 253.47894 448.6594L253.36957 449.73752Q252.15082 449.62814 251.52582 448.9094Q250.8852 448.17502 250.8852 446.94064Q250.8852 445.70627 251.5727 444.98752Q252.2602 444.26877 253.27582 444.26877Q253.79144 444.26877 254.29144 444.48752Q254.77582 444.69064 255.33832 445.19064Q255.8852 445.67502 256.83832 446.80002Q257.6352 447.75314 257.93207 448.0344Q258.21332 448.30002 258.49457 448.4719L258.49457 444.25314ZM255.27582 442.80002Q253.74457 442.80002 252.8227 442.48752Q251.8852 442.17502 251.3852 441.56564Q250.8852 440.94064 250.8852 440.00314Q250.8852 439.31564 251.16644 438.80002Q251.4477 438.26877 251.97894 437.92502Q252.49457 437.58127 253.24457 437.39377Q253.99457 437.20627 255.27582 437.20627Q256.79144 437.20627 257.71332 437.51877Q258.6352 437.81564 259.15082 438.44064Q259.65082 439.05002 259.65082 440.00314Q259.65082 441.23752 258.7602 441.95627Q257.6977 442.80002 255.27582 442.80002ZM255.27582 441.7219Q257.3852 441.7219 258.08832 441.2219Q258.79144 440.7219 258.79144 440.00314Q258.79144 439.26877 258.08832 438.7844Q257.3852 438.2844 255.27582 438.2844Q253.15082 438.2844 252.46332 438.7844Q251.7602 439.26877 251.7602 440.01877Q251.7602 440.73752 252.36957 441.17502Q253.15082 441.7219 255.27582 441.7219ZM258.49457 430.25314L259.5102 430.25314L259.5102 435.94064Q259.1352 435.94064 258.77582 435.81564Q258.1977 435.5969 257.6352 435.12814Q257.0727 434.64377 256.33832 433.73752Q255.18207 432.33127 254.5102 431.8469Q253.83832 431.3469 253.24457 431.3469Q252.61957 431.3469 252.1977 431.80002Q251.7602 432.25314 251.7602 432.9719Q251.7602 433.73752 252.21332 434.19064Q252.66644 434.64377 253.47894 434.6594L253.36957 435.73752Q252.15082 435.62814 251.52582 434.9094Q250.8852 434.17502 250.8852 432.94064Q250.8852 431.70627 251.5727 430.98752Q252.2602 430.26877 253.27582 430.26877Q253.79144 430.26877 254.29144 430.48752Q254.77582 430.69064 255.33832 431.19064Q255.8852 431.67502 256.83832 432.80002Q257.6352 433.75314 257.93207 434.0344Q258.21332 434.30002 258.49457 434.4719L258.49457 430.25314ZM255.27582 428.80002Q253.74457 428.80002 252.8227 428.48752Q251.8852 428.17502 251.3852 427.56564Q250.8852 426.94064 250.8852 426.00314Q250.8852 425.31564 251.16644 424.80002Q251.4477 424.26877 251.97894 423.92502Q252.49457 423.58127 253.24457 423.39377Q253.99457 423.20627 255.27582 423.20627Q256.79144 423.20627 257.71332 423.51877Q258.6352 423.81564 259.15082 424.44064Q259.65082 425.05002 259.65082 426.00314Q259.65082 427.23752 258.7602 427.95627Q257.6977 428.80002 255.27582 428.80002ZM255.27582 427.7219Q257.3852 427.7219 258.08832 427.2219Q258.79144 426.7219 258.79144 426.00314Q258.79144 425.26877 258.08832 424.7844Q257.3852 424.2844 255.27582 424.2844Q253.15082 424.2844 252.46332 424.7844Q251.7602 425.26877 251.7602 426.01877Q251.7602 426.73752 252.36957 427.17502Q253.15082 427.7219 255.27582 427.7219ZM256.93207 421.92502L255.86957 421.92502L255.86957 418.67502L256.93207 418.67502L256.93207 421.92502ZM255.27582 417.80002Q253.74457 417.80002 252.8227 417.48752Q251.8852 417.17502 251.3852 416.56564Q250.8852 415.94064 250.8852 415.00314Q250.8852 414.31564 251.16644 413.80002Q251.4477 413.26877 251.97894 412.92502Q252.49457 412.58127 253.24457 412.39377Q253.99457 412.20627 255.27582 412.20627Q256.79144 412.20627 257.71332 412.51877Q258.6352 412.81564 259.15082 413.44064Q259.65082 414.05002 259.65082 415.00314Q259.65082 416.23752 258.7602 416.95627Q257.6977 417.80002 255.27582 417.80002ZM255.27582 416.7219Q257.3852 416.7219 258.08832 416.2219Q258.79144 415.7219 258.79144 415.00314Q258.79144 414.26877 258.08832 413.7844Q257.3852 413.2844 255.27582 413.2844Q253.15082 413.2844 252.46332 413.7844Q251.7602 414.26877 251.7602 415.01877Q251.7602 415.73752 252.36957 416.17502Q253.15082 416.7219 255.27582 416.7219ZM252.04144 410.73752L251.02582 410.73752L251.02582 405.17502L251.85394 405.17502Q252.72894 405.98752 254.18207 406.80002Q255.61957 407.5969 257.15082 408.0344Q258.22894 408.36252 259.5102 408.44064L259.5102 409.5344Q258.49457 409.51877 257.05707 409.14377Q255.61957 408.75314 254.29144 408.05002Q252.96332 407.33127 252.04144 406.51877L252.04144 410.73752ZM256.93207 403.92502L255.86957 403.92502L255.86957 400.67502L256.93207 400.67502L256.93207 403.92502ZM258.49457 394.25314L259.5102 394.25314L259.5102 399.94064Q259.1352 399.94064 258.77582 399.81564Q258.1977 399.5969 257.6352 399.12814Q257.0727 398.64377 256.33832 397.73752Q255.18207 396.33127 254.5102 395.8469Q253.83832 395.3469 253.24457 395.3469Q252.61957 395.3469 252.1977 395.80002Q251.7602 396.25314 251.7602 396.9719Q251.7602 397.73752 252.21332 398.19064Q252.66644 398.64377 253.47894 398.6594L253.36957 399.73752Q252.15082 399.62814 251.52582 398.9094Q250.8852 398.17502 250.8852 396.94064Q250.8852 395.70627 251.5727 394.98752Q252.2602 394.26877 253.27582 394.26877Q253.79144 394.26877 254.29144 394.48752Q254.77582 394.69064 255.33832 395.19064Q255.8852 395.67502 256.83832 396.80002Q257.6352 397.75314 257.93207 398.0344Q258.21332 398.30002 258.49457 398.4719L258.49457 394.25314ZM252.04144 392.73752L251.02582 392.73752L251.02582 387.17502L251.85394 387.17502Q252.72894 387.98752 254.18207 388.80002Q255.61957 389.5969 257.15082 390.0344Q258.22894 390.36252 259.5102 390.44064L259.5102 391.5344Q258.49457 391.51877 257.05707 391.14377Q255.61957 390.75314 254.29144 390.05002Q252.96332 389.33127 252.04144 388.51877L252.04144 392.73752Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M282.57974 444.2531L283.59537 444.2531L283.59537 449.9406Q283.22037 449.9406 282.861 449.8156Q282.28287 449.59686 281.72037 449.1281Q281.15787 448.64374 280.4235 447.7375Q279.26724 446.33124 278.59537 445.84686Q277.9235 445.34686 277.32974 445.34686Q276.70474 445.34686 276.28287 445.8Q275.84537 446.2531 275.84537 446.97186Q275.84537 447.7375 276.2985 448.1906Q276.75162 448.64374 277.56412 448.65936L277.45474 449.7375Q276.236 449.6281 275.611 448.90936Q274.97037 448.175 274.97037 446.9406Q274.97037 445.70624 275.65787 444.9875Q276.34537 444.26874 277.361 444.26874Q277.87662 444.26874 278.37662 444.4875Q278.861 444.6906 279.4235 445.1906Q279.97037 445.675 280.9235 446.8Q281.72037 447.7531 282.01724 448.03436Q282.2985 448.3 282.57974 448.47186L282.57974 444.2531ZM279.361 442.8Q277.82974 442.8 276.90787 442.4875Q275.97037 442.175 275.47037 441.5656Q274.97037 440.9406 274.97037 440.0031Q274.97037 439.3156 275.25162 438.8Q275.53287 438.26874 276.06412 437.925Q276.57974 437.58124 277.32974 437.39374Q278.07974 437.20624 279.361 437.20624Q280.87662 437.20624 281.7985 437.51874Q282.72037 437.8156 283.236 438.4406Q283.736 439.05 283.736 440.0031Q283.736 441.2375 282.84537 441.95624Q281.78287 442.8 279.361 442.8ZM279.361 441.72186Q281.47037 441.72186 282.1735 441.22186Q282.87662 440.72186 282.87662 440.0031Q282.87662 439.26874 282.1735 438.78436Q281.47037 438.28436 279.361 438.28436Q277.236 438.28436 276.5485 438.78436Q275.84537 439.26874 275.84537 440.01874Q275.84537 440.7375 276.45474 441.175Q277.236 441.72186 279.361 441.72186ZM282.57974 430.2531L283.59537 430.2531L283.59537 435.9406Q283.22037 435.9406 282.861 435.8156Q282.28287 435.59686 281.72037 435.1281Q281.15787 434.64374 280.4235 433.7375Q279.26724 432.33124 278.59537 431.84686Q277.9235 431.34686 277.32974 431.34686Q276.70474 431.34686 276.28287 431.8Q275.84537 432.2531 275.84537 432.97186Q275.84537 433.7375 276.2985 434.1906Q276.75162 434.64374 277.56412 434.65936L277.45474 435.7375Q276.236 435.6281 275.611 434.90936Q274.97037 434.175 274.97037 432.9406Q274.97037 431.70624 275.65787 430.9875Q276.34537 430.26874 277.361 430.26874Q277.87662 430.26874 278.37662 430.4875Q278.861 430.6906 279.4235 431.1906Q279.97037 431.675 280.9235 432.8Q281.72037 433.7531 282.01724 434.03436Q282.2985 434.3 282.57974 434.47186L282.57974 430.2531ZM279.361 428.8Q277.82974 428.8 276.90787 428.4875Q275.97037 428.175 275.47037 427.5656Q274.97037 426.9406 274.97037 426.0031Q274.97037 425.3156 275.25162 424.8Q275.53287 424.26874 276.06412 423.925Q276.57974 423.58124 277.32974 423.39374Q278.07974 423.20624 279.361 423.20624Q280.87662 423.20624 281.7985 423.51874Q282.72037 423.8156 283.236 424.4406Q283.736 425.05 283.736 426.0031Q283.736 427.2375 282.84537 427.95624Q281.78287 428.8 279.361 428.8ZM279.361 427.72186Q281.47037 427.72186 282.1735 427.22186Q282.87662 426.72186 282.87662 426.0031Q282.87662 425.26874 282.1735 424.78436Q281.47037 424.28436 279.361 424.28436Q277.236 424.28436 276.5485 424.78436Q275.84537 425.26874 275.84537 426.01874Q275.84537 426.7375 276.45474 427.175Q277.236 427.72186 279.361 427.72186ZM281.01724 421.925L279.95474 421.925L279.95474 418.675L281.01724 418.675L281.01724 421.925ZM279.361 417.8Q277.82974 417.8 276.90787 417.4875Q275.97037 417.175 275.47037 416.5656Q274.97037 415.9406 274.97037 415.0031Q274.97037 414.3156 275.25162 413.8Q275.53287 413.26874 276.06412 412.925Q276.57974 412.58124 277.32974 412.39374Q278.07974 412.20624 279.361 412.20624Q280.87662 412.20624 281.7985 412.51874Q282.72037 412.8156 283.236 413.4406Q283.736 414.05 283.736 415.0031Q283.736 416.2375 282.84537 416.95624Q281.78287 417.8 279.361 417.8ZM279.361 416.72186Q281.47037 416.72186 282.1735 416.22186Q282.87662 415.72186 282.87662 415.0031Q282.87662 414.26874 282.1735 413.78436Q281.47037 413.28436 279.361 413.28436Q277.236 413.28436 276.5485 413.78436Q275.84537 414.26874 275.84537 415.01874Q275.84537 415.7375 276.45474 416.175Q277.236 416.72186 279.361 416.72186ZM278.93912 409.175Q278.68912 409.83124 278.25162 410.15936Q277.7985 410.47186 277.18912 410.47186Q276.25162 410.47186 275.611 409.8Q274.97037 409.1125 274.97037 408.0031Q274.97037 406.8781 275.62662 406.1906Q276.28287 405.5031 277.22037 405.5031Q277.81412 405.5031 278.25162 405.8156Q278.68912 406.1281 278.93912 406.76874Q279.18912 405.97186 279.76724 405.5656Q280.34537 405.15936 281.14224 405.15936Q282.236 405.15936 282.986 405.9406Q283.736 406.70624 283.736 407.9875Q283.736 409.2531 282.986 410.03436Q282.236 410.8156 281.111 410.8156Q280.26724 410.8156 279.70474 410.39374Q279.14224 409.95624 278.93912 409.175ZM277.14224 409.39374Q277.75162 409.39374 278.14224 409.0031Q278.53287 408.59686 278.53287 407.97186Q278.53287 407.3625 278.15787 406.97186Q277.76724 406.58124 277.20474 406.58124Q276.62662 406.58124 276.236 406.9875Q275.82974 407.39374 275.82974 407.9875Q275.82974 408.59686 276.22037 409.0031Q276.611 409.39374 277.14224 409.39374ZM281.111 409.72186Q281.56412 409.72186 281.986 409.51874Q282.40787 409.3 282.64224 408.8781Q282.87662 408.45624 282.87662 407.97186Q282.87662 407.22186 282.39224 406.7375Q281.90787 406.2375 281.15787 406.2375Q280.39224 406.2375 279.89224 406.7375Q279.39224 407.2375 279.39224 408.0031Q279.39224 408.7531 279.89224 409.2375Q280.37662 409.72186 281.111 409.72186ZM281.01724 403.925L279.95474 403.925L279.95474 400.675L281.01724 400.675L281.01724 403.925ZM283.59537 395.83124L283.59537 396.8781L276.87662 396.8781Q277.236 397.26874 277.611 397.89374Q277.97037 398.5031 278.14224 398.9875L277.12662 398.9875Q276.70474 398.1125 276.12662 397.45624Q275.53287 396.78436 274.97037 396.5031L274.97037 395.83124L283.59537 395.83124ZM279.361 392.8Q277.82974 392.8 276.90787 392.4875Q275.97037 392.175 275.47037 391.5656Q274.97037 390.9406 274.97037 390.0031Q274.97037 389.3156 275.25162 388.8Q275.53287 388.26874 276.06412 387.925Q276.57974 387.58124 277.32974 387.39374Q278.07974 387.20624 279.361 387.20624Q280.87662 387.20624 281.7985 387.51874Q282.72037 387.8156 283.236 388.4406Q283.736 389.05 283.736 390.0031Q283.736 391.2375 282.84537 391.95624Q281.78287 392.8 279.361 392.8ZM279.361 391.72186Q281.47037 391.72186 282.1735 391.22186Q282.87662 390.72186 282.87662 390.0031Q282.87662 389.26874 282.1735 388.78436Q281.47037 388.28436 279.361 388.28436Q277.236 388.28436 276.5485 388.78436Q275.84537 389.26874 275.84537 390.01874Q275.84537 390.7375 276.45474 391.175Q277.236 391.72186 279.361 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M306.66492 444.2531L307.68054 444.2531L307.68054 449.9406Q307.30554 449.9406 306.94617 449.8156Q306.36804 449.59686 305.80554 449.1281Q305.24304 448.64374 304.50867 447.7375Q303.35242 446.33124 302.68054 445.84686Q302.00867 445.34686 301.41492 445.34686Q300.78992 445.34686 300.36804 445.8Q299.93054 446.2531 299.93054 446.97186Q299.93054 447.7375 300.38367 448.1906Q300.8368 448.64374 301.6493 448.65936L301.53992 449.7375Q300.32117 449.6281 299.69617 448.90936Q299.05554 448.175 299.05554 446.9406Q299.05554 445.70624 299.74304 444.9875Q300.43054 444.26874 301.44617 444.26874Q301.9618 444.26874 302.4618 444.4875Q302.94617 444.6906 303.50867 445.1906Q304.05554 445.675 305.00867 446.8Q305.80554 447.7531 306.10242 448.03436Q306.38367 448.3 306.66492 448.47186L306.66492 444.2531ZM303.44617 442.8Q301.91492 442.8 300.99304 442.4875Q300.05554 442.175 299.55554 441.5656Q299.05554 440.9406 299.05554 440.0031Q299.05554 439.3156 299.3368 438.8Q299.61804 438.26874 300.1493 437.925Q300.66492 437.58124 301.41492 437.39374Q302.16492 437.20624 303.44617 437.20624Q304.9618 437.20624 305.88367 437.51874Q306.80554 437.8156 307.32117 438.4406Q307.82117 439.05 307.82117 440.0031Q307.82117 441.2375 306.93054 441.95624Q305.86804 442.8 303.44617 442.8ZM303.44617 441.72186Q305.55554 441.72186 306.25867 441.22186Q306.9618 440.72186 306.9618 440.0031Q306.9618 439.26874 306.25867 438.78436Q305.55554 438.28436 303.44617 438.28436Q301.32117 438.28436 300.63367 438.78436Q299.93054 439.26874 299.93054 440.01874Q299.93054 440.7375 300.53992 441.175Q301.32117 441.72186 303.44617 441.72186ZM306.66492 430.2531L307.68054 430.2531L307.68054 435.9406Q307.30554 435.9406 306.94617 435.8156Q306.36804 435.59686 305.80554 435.1281Q305.24304 434.64374 304.50867 433.7375Q303.35242 432.33124 302.68054 431.84686Q302.00867 431.34686 301.41492 431.34686Q300.78992 431.34686 300.36804 431.8Q299.93054 432.2531 299.93054 432.97186Q299.93054 433.7375 300.38367 434.1906Q300.8368 434.64374 301.6493 434.65936L301.53992 435.7375Q300.32117 435.6281 299.69617 434.90936Q299.05554 434.175 299.05554 432.9406Q299.05554 431.70624 299.74304 430.9875Q300.43054 430.26874 301.44617 430.26874Q301.9618 430.26874 302.4618 430.4875Q302.94617 430.6906 303.50867 431.1906Q304.05554 431.675 305.00867 432.8Q305.80554 433.7531 306.10242 434.03436Q306.38367 434.3 306.66492 434.47186L306.66492 430.2531ZM303.44617 428.8Q301.91492 428.8 300.99304 428.4875Q300.05554 428.175 299.55554 427.5656Q299.05554 426.9406 299.05554 426.0031Q299.05554 425.3156 299.3368 424.8Q299.61804 424.26874 300.1493 423.925Q300.66492 423.58124 301.41492 423.39374Q302.16492 423.20624 303.44617 423.20624Q304.9618 423.20624 305.88367 423.51874Q306.80554 423.8156 307.32117 424.4406Q307.82117 425.05 307.82117 426.0031Q307.82117 427.2375 306.93054 427.95624Q305.86804 428.8 303.44617 428.8ZM303.44617 427.72186Q305.55554 427.72186 306.25867 427.22186Q306.9618 426.72186 306.9618 426.0031Q306.9618 425.26874 306.25867 424.78436Q305.55554 424.28436 303.44617 424.28436Q301.32117 424.28436 300.63367 424.78436Q299.93054 425.26874 299.93054 426.01874Q299.93054 426.7375 300.53992 427.175Q301.32117 427.72186 303.44617 427.72186ZM305.10242 421.925L304.03992 421.925L304.03992 418.675L305.10242 418.675L305.10242 421.925ZM303.44617 417.8Q301.91492 417.8 300.99304 417.4875Q300.05554 417.175 299.55554 416.5656Q299.05554 415.9406 299.05554 415.0031Q299.05554 414.3156 299.3368 413.8Q299.61804 413.26874 300.1493 412.925Q300.66492 412.58124 301.41492 412.39374Q302.16492 412.20624 303.44617 412.20624Q304.9618 412.20624 305.88367 412.51874Q306.80554 412.8156 307.32117 413.4406Q307.82117 414.05 307.82117 415.0031Q307.82117 416.2375 306.93054 416.95624Q305.86804 417.8 303.44617 417.8ZM303.44617 416.72186Q305.55554 416.72186 306.25867 416.22186Q306.9618 415.72186 306.9618 415.0031Q306.9618 414.26874 306.25867 413.78436Q305.55554 413.28436 303.44617 413.28436Q301.32117 413.28436 300.63367 413.78436Q299.93054 414.26874 299.93054 415.01874Q299.93054 415.7375 300.53992 416.175Q301.32117 416.72186 303.44617 416.72186ZM303.0243 409.175Q302.7743 409.83124 302.3368 410.15936Q301.88367 410.47186 301.2743 410.47186Q300.3368 410.47186 299.69617 409.8Q299.05554 409.1125 299.05554 408.0031Q299.05554 406.8781 299.7118 406.1906Q300.36804 405.5031 301.30554 405.5031Q301.8993 405.5031 302.3368 405.8156Q302.7743 406.1281 303.0243 406.76874Q303.2743 405.97186 303.85242 405.5656Q304.43054 405.15936 305.22742 405.15936Q306.32117 405.15936 307.07117 405.9406Q307.82117 406.70624 307.82117 407.9875Q307.82117 409.2531 307.07117 410.03436Q306.32117 410.8156 305.19617 410.8156Q304.35242 410.8156 303.78992 410.39374Q303.22742 409.95624 303.0243 409.175ZM301.22742 409.39374Q301.8368 409.39374 302.22742 409.0031Q302.61804 408.59686 302.61804 407.97186Q302.61804 407.3625 302.24304 406.97186Q301.85242 406.58124 301.28992 406.58124Q300.7118 406.58124 300.32117 406.9875Q299.91492 407.39374 299.91492 407.9875Q299.91492 408.59686 300.30554 409.0031Q300.69617 409.39374 301.22742 409.39374ZM305.19617 409.72186Q305.6493 409.72186 306.07117 409.51874Q306.49304 409.3 306.72742 408.8781Q306.9618 408.45624 306.9618 407.97186Q306.9618 407.22186 306.47742 406.7375Q305.99304 406.2375 305.24304 406.2375Q304.47742 406.2375 303.97742 406.7375Q303.47742 407.2375 303.47742 408.0031Q303.47742 408.7531 303.97742 409.2375Q304.4618 409.72186 305.19617 409.72186ZM305.10242 403.925L304.03992 403.925L304.03992 400.675L305.10242 400.675L305.10242 403.925ZM306.66492 394.2531L307.68054 394.2531L307.68054 399.9406Q307.30554 399.9406 306.94617 399.8156Q306.36804 399.59686 305.80554 399.1281Q305.24304 398.64374 304.50867 397.7375Q303.35242 396.33124 302.68054 395.84686Q302.00867 395.34686 301.41492 395.34686Q300.78992 395.34686 300.36804 395.8Q299.93054 396.2531 299.93054 396.97186Q299.93054 397.7375 300.38367 398.1906Q300.8368 398.64374 301.6493 398.65936L301.53992 399.7375Q300.32117 399.6281 299.69617 398.90936Q299.05554 398.175 299.05554 396.9406Q299.05554 395.70624 299.74304 394.9875Q300.43054 394.26874 301.44617 394.26874Q301.9618 394.26874 302.4618 394.4875Q302.94617 394.6906 303.50867 395.1906Q304.05554 395.675 305.00867 396.8Q305.80554 397.7531 306.10242 398.03436Q306.38367 398.3 306.66492 398.47186L306.66492 394.2531ZM307.68054 389.425L305.61804 389.425L305.61804 393.14374L304.6493 393.14374L299.0868 389.22186L299.0868 388.3625L304.6493 388.3625L304.6493 387.20624L305.61804 387.20624L305.61804 388.3625L307.68054 388.3625L307.68054 389.425ZM304.6493 389.425L300.78992 389.425L304.6493 392.1125L304.6493 389.425Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M330.75012 444.2531L331.76575 444.2531L331.76575 449.9406Q331.39075 449.9406 331.03137 449.8156Q330.45325 449.59686 329.89075 449.1281Q329.32825 448.64374 328.59387 447.7375Q327.43762 446.33124 326.76575 445.84686Q326.09387 445.34686 325.50012 445.34686Q324.87512 445.34686 324.45325 445.8Q324.01575 446.2531 324.01575 446.97186Q324.01575 447.7375 324.46887 448.1906Q324.922 448.64374 325.7345 448.65936L325.62512 449.7375Q324.40637 449.6281 323.78137 448.90936Q323.14075 448.175 323.14075 446.9406Q323.14075 445.70624 323.82825 444.9875Q324.51575 444.26874 325.53137 444.26874Q326.047 444.26874 326.547 444.4875Q327.03137 444.6906 327.59387 445.1906Q328.14075 445.675 329.09387 446.8Q329.89075 447.7531 330.18762 448.03436Q330.46887 448.3 330.75012 448.47186L330.75012 444.2531ZM327.53137 442.8Q326.00012 442.8 325.07825 442.4875Q324.14075 442.175 323.64075 441.5656Q323.14075 440.9406 323.14075 440.0031Q323.14075 439.3156 323.422 438.8Q323.70325 438.26874 324.2345 437.925Q324.75012 437.58124 325.50012 437.39374Q326.25012 437.20624 327.53137 437.20624Q329.047 437.20624 329.96887 437.51874Q330.89075 437.8156 331.40637 438.4406Q331.90637 439.05 331.90637 440.0031Q331.90637 441.2375 331.01575 441.95624Q329.95325 442.8 327.53137 442.8ZM327.53137 441.72186Q329.64075 441.72186 330.34387 441.22186Q331.047 440.72186 331.047 440.0031Q331.047 439.26874 330.34387 438.78436Q329.64075 438.28436 327.53137 438.28436Q325.40637 438.28436 324.71887 438.78436Q324.01575 439.26874 324.01575 440.01874Q324.01575 440.7375 324.62512 441.175Q325.40637 441.72186 327.53137 441.72186ZM330.75012 430.2531L331.76575 430.2531L331.76575 435.9406Q331.39075 435.9406 331.03137 435.8156Q330.45325 435.59686 329.89075 435.1281Q329.32825 434.64374 328.59387 433.7375Q327.43762 432.33124 326.76575 431.84686Q326.09387 431.34686 325.50012 431.34686Q324.87512 431.34686 324.45325 431.8Q324.01575 432.2531 324.01575 432.97186Q324.01575 433.7375 324.46887 434.1906Q324.922 434.64374 325.7345 434.65936L325.62512 435.7375Q324.40637 435.6281 323.78137 434.90936Q323.14075 434.175 323.14075 432.9406Q323.14075 431.70624 323.82825 430.9875Q324.51575 430.26874 325.53137 430.26874Q326.047 430.26874 326.547 430.4875Q327.03137 430.6906 327.59387 431.1906Q328.14075 431.675 329.09387 432.8Q329.89075 433.7531 330.18762 434.03436Q330.46887 434.3 330.75012 434.47186L330.75012 430.2531ZM327.53137 428.8Q326.00012 428.8 325.07825 428.4875Q324.14075 428.175 323.64075 427.5656Q323.14075 426.9406 323.14075 426.0031Q323.14075 425.3156 323.422 424.8Q323.70325 424.26874 324.2345 423.925Q324.75012 423.58124 325.50012 423.39374Q326.25012 423.20624 327.53137 423.20624Q329.047 423.20624 329.96887 423.51874Q330.89075 423.8156 331.40637 424.4406Q331.90637 425.05 331.90637 426.0031Q331.90637 427.2375 331.01575 427.95624Q329.95325 428.8 327.53137 428.8ZM327.53137 427.72186Q329.64075 427.72186 330.34387 427.22186Q331.047 426.72186 331.047 426.0031Q331.047 425.26874 330.34387 424.78436Q329.64075 424.28436 327.53137 424.28436Q325.40637 424.28436 324.71887 424.78436Q324.01575 425.26874 324.01575 426.01874Q324.01575 426.7375 324.62512 427.175Q325.40637 427.72186 327.53137 427.72186ZM329.18762 421.925L328.12512 421.925L328.12512 418.675L329.18762 418.675L329.18762 421.925ZM327.53137 417.8Q326.00012 417.8 325.07825 417.4875Q324.14075 417.175 323.64075 416.5656Q323.14075 415.9406 323.14075 415.0031Q323.14075 414.3156 323.422 413.8Q323.70325 413.26874 324.2345 412.925Q324.75012 412.58124 325.50012 412.39374Q326.25012 412.20624 327.53137 412.20624Q329.047 412.20624 329.96887 412.51874Q330.89075 412.8156 331.40637 413.4406Q331.90637 414.05 331.90637 415.0031Q331.90637 416.2375 331.01575 416.95624Q329.95325 417.8 327.53137 417.8ZM327.53137 416.72186Q329.64075 416.72186 330.34387 416.22186Q331.047 415.72186 331.047 415.0031Q331.047 414.26874 330.34387 413.78436Q329.64075 413.28436 327.53137 413.28436Q325.40637 413.28436 324.71887 413.78436Q324.01575 414.26874 324.01575 415.01874Q324.01575 415.7375 324.62512 416.175Q325.40637 416.72186 327.53137 416.72186ZM329.78137 410.64374L329.68762 409.6281Q330.40637 409.5031 330.7345 409.14374Q331.047 408.76874 331.047 408.20624Q331.047 407.72186 330.82825 407.3625Q330.59387 406.9875 330.2345 406.7531Q329.8595 406.51874 329.2345 406.3625Q328.59387 406.20624 327.93762 406.20624Q327.8595 406.20624 327.71887 406.20624Q328.21887 406.51874 328.547 407.0656Q328.8595 407.6125 328.8595 408.2531Q328.8595 409.33124 328.09387 410.0656Q327.31262 410.8 326.047 410.8Q324.7345 410.8 323.93762 410.03436Q323.14075 409.2531 323.14075 408.09686Q323.14075 407.26874 323.59387 406.58124Q324.047 405.8781 324.89075 405.51874Q325.71887 405.15936 327.297 405.15936Q328.93762 405.15936 329.922 405.51874Q330.89075 405.8625 331.40637 406.58124Q331.90637 407.28436 331.90637 408.22186Q331.90637 409.2375 331.3595 409.8781Q330.797 410.51874 329.78137 410.64374ZM325.9845 406.33124Q325.07825 406.33124 324.547 406.8156Q324.01575 407.28436 324.01575 407.97186Q324.01575 408.675 324.59387 409.20624Q325.15637 409.72186 326.07825 409.72186Q326.89075 409.72186 327.40637 409.22186Q327.922 408.72186 327.922 408.0031Q327.922 407.26874 327.40637 406.8Q326.89075 406.33124 325.9845 406.33124ZM329.18762 403.925L328.12512 403.925L328.12512 400.675L329.18762 400.675L329.18762 403.925ZM331.76575 395.83124L331.76575 396.8781L325.047 396.8781Q325.40637 397.26874 325.78137 397.89374Q326.14075 398.5031 326.31262 398.9875L325.297 398.9875Q324.87512 398.1125 324.297 397.45624Q323.70325 396.78436 323.14075 396.5031L323.14075 395.83124L331.76575 395.83124ZM327.53137 392.8Q326.00012 392.8 325.07825 392.4875Q324.14075 392.175 323.64075 391.5656Q323.14075 390.9406 323.14075 390.0031Q323.14075 389.3156 323.422 388.8Q323.70325 388.26874 324.2345 387.925Q324.75012 387.58124 325.50012 387.39374Q326.25012 387.20624 327.53137 387.20624Q329.047 387.20624 329.96887 387.51874Q330.89075 387.8156 331.40637 388.4406Q331.90637 389.05 331.90637 390.0031Q331.90637 391.2375 331.01575 391.95624Q329.95325 392.8 327.53137 392.8ZM327.53137 391.72186Q329.64075 391.72186 330.34387 391.22186Q331.047 390.72186 331.047 390.0031Q331.047 389.26874 330.34387 388.78436Q329.64075 388.28436 327.53137 388.28436Q325.40637 388.28436 324.71887 388.78436Q324.01575 389.26874 324.01575 390.01874Q324.01575 390.7375 324.62512 391.175Q325.40637 391.72186 327.53137 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M354.8353 444.25314L355.85092 444.25314L355.85092 449.94064Q355.47592 449.94064 355.11655 449.81564Q354.53842 449.5969 353.97592 449.12814Q353.41342 448.64377 352.67905 447.73752Q351.5228 446.33127 350.85092 445.8469Q350.17905 445.3469 349.5853 445.3469Q348.9603 445.3469 348.53842 445.80002Q348.10092 446.25314 348.10092 446.9719Q348.10092 447.73752 348.55405 448.19064Q349.00717 448.64377 349.81967 448.6594L349.7103 449.73752Q348.49155 449.62814 347.86655 448.9094Q347.22592 448.17502 347.22592 446.94064Q347.22592 445.70627 347.91342 444.98752Q348.60092 444.26877 349.61655 444.26877Q350.13217 444.26877 350.63217 444.48752Q351.11655 444.69064 351.67905 445.19064Q352.22592 445.67502 353.17905 446.80002Q353.97592 447.75314 354.2728 448.0344Q354.55405 448.30002 354.8353 448.4719L354.8353 444.25314ZM351.61655 442.80002Q350.0853 442.80002 349.16342 442.48752Q348.22592 442.17502 347.72592 441.56564Q347.22592 440.94064 347.22592 440.00314Q347.22592 439.31564 347.50717 438.80002Q347.78842 438.26877 348.31967 437.92502Q348.8353 437.58127 349.5853 437.39377Q350.3353 437.20627 351.61655 437.20627Q353.13217 437.20627 354.05405 437.51877Q354.97592 437.81564 355.49155 438.44064Q355.99155 439.05002 355.99155 440.00314Q355.99155 441.23752 355.10092 441.95627Q354.03842 442.80002 351.61655 442.80002ZM351.61655 441.7219Q353.72592 441.7219 354.42905 441.2219Q355.13217 440.7219 355.13217 440.00314Q355.13217 439.26877 354.42905 438.7844Q353.72592 438.2844 351.61655 438.2844Q349.49155 438.2844 348.80405 438.7844Q348.10092 439.26877 348.10092 440.01877Q348.10092 440.73752 348.7103 441.17502Q349.49155 441.7219 351.61655 441.7219ZM354.8353 430.25314L355.85092 430.25314L355.85092 435.94064Q355.47592 435.94064 355.11655 435.81564Q354.53842 435.5969 353.97592 435.12814Q353.41342 434.64377 352.67905 433.73752Q351.5228 432.33127 350.85092 431.8469Q350.17905 431.3469 349.5853 431.3469Q348.9603 431.3469 348.53842 431.80002Q348.10092 432.25314 348.10092 432.9719Q348.10092 433.73752 348.55405 434.19064Q349.00717 434.64377 349.81967 434.6594L349.7103 435.73752Q348.49155 435.62814 347.86655 434.9094Q347.22592 434.17502 347.22592 432.94064Q347.22592 431.70627 347.91342 430.98752Q348.60092 430.26877 349.61655 430.26877Q350.13217 430.26877 350.63217 430.48752Q351.11655 430.69064 351.67905 431.19064Q352.22592 431.67502 353.17905 432.80002Q353.97592 433.75314 354.2728 434.0344Q354.55405 434.30002 354.8353 434.4719L354.8353 430.25314ZM351.61655 428.80002Q350.0853 428.80002 349.16342 428.48752Q348.22592 428.17502 347.72592 427.56564Q347.22592 426.94064 347.22592 426.00314Q347.22592 425.31564 347.50717 424.80002Q347.78842 424.26877 348.31967 423.92502Q348.8353 423.58127 349.5853 423.39377Q350.3353 423.20627 351.61655 423.20627Q353.13217 423.20627 354.05405 423.51877Q354.97592 423.81564 355.49155 424.44064Q355.99155 425.05002 355.99155 426.00314Q355.99155 427.23752 355.10092 427.95627Q354.03842 428.80002 351.61655 428.80002ZM351.61655 427.7219Q353.72592 427.7219 354.42905 427.2219Q355.13217 426.7219 355.13217 426.00314Q355.13217 425.26877 354.42905 424.7844Q353.72592 424.2844 351.61655 424.2844Q349.49155 424.2844 348.80405 424.7844Q348.10092 425.26877 348.10092 426.01877Q348.10092 426.73752 348.7103 427.17502Q349.49155 427.7219 351.61655 427.7219ZM353.2728 421.92502L352.2103 421.92502L352.2103 418.67502L353.2728 418.67502L353.2728 421.92502ZM351.61655 417.80002Q350.0853 417.80002 349.16342 417.48752Q348.22592 417.17502 347.72592 416.56564Q347.22592 415.94064 347.22592 415.00314Q347.22592 414.31564 347.50717 413.80002Q347.78842 413.26877 348.31967 412.92502Q348.8353 412.58127 349.5853 412.39377Q350.3353 412.20627 351.61655 412.20627Q353.13217 412.20627 354.05405 412.51877Q354.97592 412.81564 355.49155 413.44064Q355.99155 414.05002 355.99155 415.00314Q355.99155 416.23752 355.10092 416.95627Q354.03842 417.80002 351.61655 417.80002ZM351.61655 416.7219Q353.72592 416.7219 354.42905 416.2219Q355.13217 415.7219 355.13217 415.00314Q355.13217 414.26877 354.42905 413.7844Q353.72592 413.2844 351.61655 413.2844Q349.49155 413.2844 348.80405 413.7844Q348.10092 414.26877 348.10092 415.01877Q348.10092 415.73752 348.7103 416.17502Q349.49155 416.7219 351.61655 416.7219ZM353.86655 410.64377L353.7728 409.62814Q354.49155 409.50314 354.81967 409.14377Q355.13217 408.76877 355.13217 408.20627Q355.13217 407.7219 354.91342 407.36252Q354.67905 406.98752 354.31967 406.75314Q353.94467 406.51877 353.31967 406.36252Q352.67905 406.20627 352.0228 406.20627Q351.94467 406.20627 351.80405 406.20627Q352.30405 406.51877 352.63217 407.06564Q352.94467 407.61252 352.94467 408.25314Q352.94467 409.33127 352.17905 410.06564Q351.3978 410.80002 350.13217 410.80002Q348.81967 410.80002 348.0228 410.0344Q347.22592 409.25314 347.22592 408.0969Q347.22592 407.26877 347.67905 406.58127Q348.13217 405.87814 348.97592 405.51877Q349.80405 405.1594 351.38217 405.1594Q353.0228 405.1594 354.00717 405.51877Q354.97592 405.86252 355.49155 406.58127Q355.99155 407.2844 355.99155 408.2219Q355.99155 409.23752 355.44467 409.87814Q354.88217 410.51877 353.86655 410.64377ZM350.06967 406.33127Q349.16342 406.33127 348.63217 406.81564Q348.10092 407.2844 348.10092 407.9719Q348.10092 408.67502 348.67905 409.20627Q349.24155 409.7219 350.16342 409.7219Q350.97592 409.7219 351.49155 409.2219Q352.00717 408.7219 352.00717 408.00314Q352.00717 407.26877 351.49155 406.80002Q350.97592 406.33127 350.06967 406.33127ZM353.2728 403.92502L352.2103 403.92502L352.2103 400.67502L353.2728 400.67502L353.2728 403.92502ZM354.8353 394.25314L355.85092 394.25314L355.85092 399.94064Q355.47592 399.94064 355.11655 399.81564Q354.53842 399.5969 353.97592 399.12814Q353.41342 398.64377 352.67905 397.73752Q351.5228 396.33127 350.85092 395.8469Q350.17905 395.3469 349.5853 395.3469Q348.9603 395.3469 348.53842 395.80002Q348.10092 396.25314 348.10092 396.9719Q348.10092 397.73752 348.55405 398.19064Q349.00717 398.64377 349.81967 398.6594L349.7103 399.73752Q348.49155 399.62814 347.86655 398.9094Q347.22592 398.17502 347.22592 396.94064Q347.22592 395.70627 347.91342 394.98752Q348.60092 394.26877 349.61655 394.26877Q350.13217 394.26877 350.63217 394.48752Q351.11655 394.69064 351.67905 395.19064Q352.22592 395.67502 353.17905 396.80002Q353.97592 397.75314 354.2728 398.0344Q354.55405 398.30002 354.8353 398.4719L354.8353 394.25314ZM355.85092 388.83127L355.85092 389.87814L349.13217 389.87814Q349.49155 390.26877 349.86655 390.89377Q350.22592 391.50314 350.3978 391.98752L349.38217 391.98752Q348.9603 391.11252 348.38217 390.45627Q347.78842 389.7844 347.22592 389.50314L347.22592 388.83127L355.85092 388.83127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M378.92047 444.2531L379.9361 444.2531L379.9361 449.9406Q379.5611 449.9406 379.20172 449.8156Q378.6236 449.59686 378.0611 449.1281Q377.4986 448.64374 376.76422 447.7375Q375.60797 446.33124 374.9361 445.84686Q374.26422 445.34686 373.67047 445.34686Q373.04547 445.34686 372.6236 445.8Q372.1861 446.2531 372.1861 446.97186Q372.1861 447.7375 372.63922 448.1906Q373.09235 448.64374 373.90485 448.65936L373.79547 449.7375Q372.57672 449.6281 371.95172 448.90936Q371.3111 448.175 371.3111 446.9406Q371.3111 445.70624 371.9986 444.9875Q372.6861 444.26874 373.70172 444.26874Q374.21735 444.26874 374.71735 444.4875Q375.20172 444.6906 375.76422 445.1906Q376.3111 445.675 377.26422 446.8Q378.0611 447.7531 378.35797 448.03436Q378.63922 448.3 378.92047 448.47186L378.92047 444.2531ZM375.70172 442.8Q374.17047 442.8 373.2486 442.4875Q372.3111 442.175 371.8111 441.5656Q371.3111 440.9406 371.3111 440.0031Q371.3111 439.3156 371.59235 438.8Q371.8736 438.26874 372.40485 437.925Q372.92047 437.58124 373.67047 437.39374Q374.42047 437.20624 375.70172 437.20624Q377.21735 437.20624 378.13922 437.51874Q379.0611 437.8156 379.57672 438.4406Q380.07672 439.05 380.07672 440.0031Q380.07672 441.2375 379.1861 441.95624Q378.1236 442.8 375.70172 442.8ZM375.70172 441.72186Q377.8111 441.72186 378.51422 441.22186Q379.21735 440.72186 379.21735 440.0031Q379.21735 439.26874 378.51422 438.78436Q377.8111 438.28436 375.70172 438.28436Q373.57672 438.28436 372.88922 438.78436Q372.1861 439.26874 372.1861 440.01874Q372.1861 440.7375 372.79547 441.175Q373.57672 441.72186 375.70172 441.72186ZM378.92047 430.2531L379.9361 430.2531L379.9361 435.9406Q379.5611 435.9406 379.20172 435.8156Q378.6236 435.59686 378.0611 435.1281Q377.4986 434.64374 376.76422 433.7375Q375.60797 432.33124 374.9361 431.84686Q374.26422 431.34686 373.67047 431.34686Q373.04547 431.34686 372.6236 431.8Q372.1861 432.2531 372.1861 432.97186Q372.1861 433.7375 372.63922 434.1906Q373.09235 434.64374 373.90485 434.65936L373.79547 435.7375Q372.57672 435.6281 371.95172 434.90936Q371.3111 434.175 371.3111 432.9406Q371.3111 431.70624 371.9986 430.9875Q372.6861 430.26874 373.70172 430.26874Q374.21735 430.26874 374.71735 430.4875Q375.20172 430.6906 375.76422 431.1906Q376.3111 431.675 377.26422 432.8Q378.0611 433.7531 378.35797 434.03436Q378.63922 434.3 378.92047 434.47186L378.92047 430.2531ZM375.70172 428.8Q374.17047 428.8 373.2486 428.4875Q372.3111 428.175 371.8111 427.5656Q371.3111 426.9406 371.3111 426.0031Q371.3111 425.3156 371.59235 424.8Q371.8736 424.26874 372.40485 423.925Q372.92047 423.58124 373.67047 423.39374Q374.42047 423.20624 375.70172 423.20624Q377.21735 423.20624 378.13922 423.51874Q379.0611 423.8156 379.57672 424.4406Q380.07672 425.05 380.07672 426.0031Q380.07672 427.2375 379.1861 427.95624Q378.1236 428.8 375.70172 428.8ZM375.70172 427.72186Q377.8111 427.72186 378.51422 427.22186Q379.21735 426.72186 379.21735 426.0031Q379.21735 425.26874 378.51422 424.78436Q377.8111 424.28436 375.70172 424.28436Q373.57672 424.28436 372.88922 424.78436Q372.1861 425.26874 372.1861 426.01874Q372.1861 426.7375 372.79547 427.175Q373.57672 427.72186 375.70172 427.72186ZM377.35797 421.925L376.29547 421.925L376.29547 418.675L377.35797 418.675L377.35797 421.925ZM379.9361 413.83124L379.9361 414.8781L373.21735 414.8781Q373.57672 415.26874 373.95172 415.89374Q374.3111 416.5031 374.48297 416.9875L373.46735 416.9875Q373.04547 416.1125 372.46735 415.45624Q371.8736 414.78436 371.3111 414.5031L371.3111 413.83124L379.9361 413.83124ZM375.70172 410.8Q374.17047 410.8 373.2486 410.4875Q372.3111 410.175 371.8111 409.5656Q371.3111 408.9406 371.3111 408.0031Q371.3111 407.3156 371.59235 406.8Q371.8736 406.26874 372.40485 405.925Q372.92047 405.58124 373.67047 405.39374Q374.42047 405.20624 375.70172 405.20624Q377.21735 405.20624 378.13922 405.51874Q379.0611 405.8156 379.57672 406.4406Q380.07672 407.05 380.07672 408.0031Q380.07672 409.2375 379.1861 409.95624Q378.1236 410.8 375.70172 410.8ZM375.70172 409.72186Q377.8111 409.72186 378.51422 409.22186Q379.21735 408.72186 379.21735 408.0031Q379.21735 407.26874 378.51422 406.78436Q377.8111 406.28436 375.70172 406.28436Q373.57672 406.28436 372.88922 406.78436Q372.1861 407.26874 372.1861 408.01874Q372.1861 408.7375 372.79547 409.175Q373.57672 409.72186 375.70172 409.72186ZM377.35797 403.925L376.29547 403.925L376.29547 400.675L377.35797 400.675L377.35797 403.925ZM375.70172 399.8Q374.17047 399.8 373.2486 399.4875Q372.3111 399.175 371.8111 398.5656Q371.3111 397.9406 371.3111 397.0031Q371.3111 396.3156 371.59235 395.8Q371.8736 395.26874 372.40485 394.925Q372.92047 394.58124 373.67047 394.39374Q374.42047 394.20624 375.70172 394.20624Q377.21735 394.20624 378.13922 394.51874Q379.0611 394.8156 379.57672 395.4406Q380.07672 396.05 380.07672 397.0031Q380.07672 398.2375 379.1861 398.95624Q378.1236 399.8 375.70172 399.8ZM375.70172 398.72186Q377.8111 398.72186 378.51422 398.22186Q379.21735 397.72186 379.21735 397.0031Q379.21735 396.26874 378.51422 395.78436Q377.8111 395.28436 375.70172 395.28436Q373.57672 395.28436 372.88922 395.78436Q372.1861 396.26874 372.1861 397.01874Q372.1861 397.7375 372.79547 398.175Q373.57672 398.72186 375.70172 398.72186ZM377.6861 392.8L377.59235 391.6906Q378.40485 391.5656 378.8111 391.1281Q379.21735 390.675 379.21735 390.03436Q379.21735 389.28436 378.63922 388.7531Q378.0611 388.22186 377.1236 388.22186Q376.21735 388.22186 375.70172 388.7375Q375.17047 389.2375 375.17047 390.0656Q375.17047 390.5656 375.40485 390.9875Q375.63922 391.39374 375.9986 391.6281L375.8736 392.6125L371.46735 391.78436L371.46735 387.5031L372.46735 387.5031L372.46735 390.9406L374.77985 391.39374Q374.23297 390.6281 374.23297 389.78436Q374.23297 388.65936 375.01422 387.89374Q375.79547 387.1125 377.02985 387.1125Q378.1861 387.1125 379.04547 387.78436Q380.07672 388.6125 380.07672 390.03436Q380.07672 391.20624 379.42047 391.95624Q378.76422 392.6906 377.6861 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M403.00565 444.2531L404.02127 444.2531L404.02127 449.9406Q403.64627 449.9406 403.2869 449.8156Q402.70877 449.59686 402.14627 449.1281Q401.58377 448.64374 400.8494 447.7375Q399.69315 446.33124 399.02127 445.84686Q398.3494 445.34686 397.75565 445.34686Q397.13065 445.34686 396.70877 445.8Q396.27127 446.2531 396.27127 446.97186Q396.27127 447.7375 396.7244 448.1906Q397.17752 448.64374 397.99002 448.65936L397.88065 449.7375Q396.6619 449.6281 396.0369 448.90936Q395.39627 448.175 395.39627 446.9406Q395.39627 445.70624 396.08377 444.9875Q396.77127 444.26874 397.7869 444.26874Q398.30252 444.26874 398.80252 444.4875Q399.2869 444.6906 399.8494 445.1906Q400.39627 445.675 401.3494 446.8Q402.14627 447.7531 402.44315 448.03436Q402.7244 448.3 403.00565 448.47186L403.00565 444.2531ZM399.7869 442.8Q398.25565 442.8 397.33377 442.4875Q396.39627 442.175 395.89627 441.5656Q395.39627 440.9406 395.39627 440.0031Q395.39627 439.3156 395.67752 438.8Q395.95877 438.26874 396.49002 437.925Q397.00565 437.58124 397.75565 437.39374Q398.50565 437.20624 399.7869 437.20624Q401.30252 437.20624 402.2244 437.51874Q403.14627 437.8156 403.6619 438.4406Q404.1619 439.05 404.1619 440.0031Q404.1619 441.2375 403.27127 441.95624Q402.20877 442.8 399.7869 442.8ZM399.7869 441.72186Q401.89627 441.72186 402.5994 441.22186Q403.30252 440.72186 403.30252 440.0031Q403.30252 439.26874 402.5994 438.78436Q401.89627 438.28436 399.7869 438.28436Q397.6619 438.28436 396.9744 438.78436Q396.27127 439.26874 396.27127 440.01874Q396.27127 440.7375 396.88065 441.175Q397.6619 441.72186 399.7869 441.72186ZM403.00565 430.2531L404.02127 430.2531L404.02127 435.9406Q403.64627 435.9406 403.2869 435.8156Q402.70877 435.59686 402.14627 435.1281Q401.58377 434.64374 400.8494 433.7375Q399.69315 432.33124 399.02127 431.84686Q398.3494 431.34686 397.75565 431.34686Q397.13065 431.34686 396.70877 431.8Q396.27127 432.2531 396.27127 432.97186Q396.27127 433.7375 396.7244 434.1906Q397.17752 434.64374 397.99002 434.65936L397.88065 435.7375Q396.6619 435.6281 396.0369 434.90936Q395.39627 434.175 395.39627 432.9406Q395.39627 431.70624 396.08377 430.9875Q396.77127 430.26874 397.7869 430.26874Q398.30252 430.26874 398.80252 430.4875Q399.2869 430.6906 399.8494 431.1906Q400.39627 431.675 401.3494 432.8Q402.14627 433.7531 402.44315 434.03436Q402.7244 434.3 403.00565 434.47186L403.00565 430.2531ZM399.7869 428.8Q398.25565 428.8 397.33377 428.4875Q396.39627 428.175 395.89627 427.5656Q395.39627 426.9406 395.39627 426.0031Q395.39627 425.3156 395.67752 424.8Q395.95877 424.26874 396.49002 423.925Q397.00565 423.58124 397.75565 423.39374Q398.50565 423.20624 399.7869 423.20624Q401.30252 423.20624 402.2244 423.51874Q403.14627 423.8156 403.6619 424.4406Q404.1619 425.05 404.1619 426.0031Q404.1619 427.2375 403.27127 427.95624Q402.20877 428.8 399.7869 428.8ZM399.7869 427.72186Q401.89627 427.72186 402.5994 427.22186Q403.30252 426.72186 403.30252 426.0031Q403.30252 425.26874 402.5994 424.78436Q401.89627 424.28436 399.7869 424.28436Q397.6619 424.28436 396.9744 424.78436Q396.27127 425.26874 396.27127 426.01874Q396.27127 426.7375 396.88065 427.175Q397.6619 427.72186 399.7869 427.72186ZM401.44315 421.925L400.38065 421.925L400.38065 418.675L401.44315 418.675L401.44315 421.925ZM404.02127 413.83124L404.02127 414.8781L397.30252 414.8781Q397.6619 415.26874 398.0369 415.89374Q398.39627 416.5031 398.56815 416.9875L397.55252 416.9875Q397.13065 416.1125 396.55252 415.45624Q395.95877 414.78436 395.39627 414.5031L395.39627 413.83124L404.02127 413.83124ZM399.7869 410.8Q398.25565 410.8 397.33377 410.4875Q396.39627 410.175 395.89627 409.5656Q395.39627 408.9406 395.39627 408.0031Q395.39627 407.3156 395.67752 406.8Q395.95877 406.26874 396.49002 405.925Q397.00565 405.58124 397.75565 405.39374Q398.50565 405.20624 399.7869 405.20624Q401.30252 405.20624 402.2244 405.51874Q403.14627 405.8156 403.6619 406.4406Q404.1619 407.05 404.1619 408.0031Q404.1619 409.2375 403.27127 409.95624Q402.20877 410.8 399.7869 410.8ZM399.7869 409.72186Q401.89627 409.72186 402.5994 409.22186Q403.30252 408.72186 403.30252 408.0031Q403.30252 407.26874 402.5994 406.78436Q401.89627 406.28436 399.7869 406.28436Q397.6619 406.28436 396.9744 406.78436Q396.27127 407.26874 396.27127 408.01874Q396.27127 408.7375 396.88065 409.175Q397.6619 409.72186 399.7869 409.72186ZM401.44315 403.925L400.38065 403.925L400.38065 400.675L401.44315 400.675L401.44315 403.925ZM404.02127 395.83124L404.02127 396.8781L397.30252 396.8781Q397.6619 397.26874 398.0369 397.89374Q398.39627 398.5031 398.56815 398.9875L397.55252 398.9875Q397.13065 398.1125 396.55252 397.45624Q395.95877 396.78436 395.39627 396.5031L395.39627 395.83124L404.02127 395.83124ZM402.0369 392.64374L401.94315 391.6281Q402.6619 391.5031 402.99002 391.14374Q403.30252 390.76874 403.30252 390.20624Q403.30252 389.72186 403.08377 389.3625Q402.8494 388.9875 402.49002 388.7531Q402.11502 388.51874 401.49002 388.3625Q400.8494 388.20624 400.19315 388.20624Q400.11502 388.20624 399.9744 388.20624Q400.4744 388.51874 400.80252 389.0656Q401.11502 389.6125 401.11502 390.2531Q401.11502 391.33124 400.3494 392.0656Q399.56815 392.8 398.30252 392.8Q396.99002 392.8 396.19315 392.03436Q395.39627 391.2531 395.39627 390.09686Q395.39627 389.26874 395.8494 388.58124Q396.30252 387.8781 397.14627 387.51874Q397.9744 387.15936 399.55252 387.15936Q401.19315 387.15936 402.17752 387.51874Q403.14627 387.8625 403.6619 388.58124Q404.1619 389.28436 404.1619 390.22186Q404.1619 391.2375 403.61502 391.8781Q403.05252 392.51874 402.0369 392.64374ZM398.24002 388.33124Q397.33377 388.33124 396.80252 388.8156Q396.27127 389.28436 396.27127 389.97186Q396.27127 390.675 396.8494 391.20624Q397.4119 391.72186 398.33377 391.72186Q399.14627 391.72186 399.6619 391.22186Q400.17752 390.72186 400.17752 390.0031Q400.17752 389.26874 399.6619 388.8Q399.14627 388.33124 398.24002 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M427.09085 444.2531L428.10648 444.2531L428.10648 449.9406Q427.73148 449.9406 427.3721 449.8156Q426.79398 449.59686 426.23148 449.1281Q425.66898 448.64374 424.9346 447.7375Q423.77835 446.33124 423.10648 445.84686Q422.4346 445.34686 421.84085 445.34686Q421.21585 445.34686 420.79398 445.8Q420.35648 446.2531 420.35648 446.97186Q420.35648 447.7375 420.8096 448.1906Q421.26273 448.64374 422.07523 448.65936L421.96585 449.7375Q420.7471 449.6281 420.1221 448.90936Q419.48148 448.175 419.48148 446.9406Q419.48148 445.70624 420.16898 444.9875Q420.85648 444.26874 421.8721 444.26874Q422.38773 444.26874 422.88773 444.4875Q423.3721 444.6906 423.9346 445.1906Q424.48148 445.675 425.4346 446.8Q426.23148 447.7531 426.52835 448.03436Q426.8096 448.3 427.09085 448.47186L427.09085 444.2531ZM423.8721 442.8Q422.34085 442.8 421.41898 442.4875Q420.48148 442.175 419.98148 441.5656Q419.48148 440.9406 419.48148 440.0031Q419.48148 439.3156 419.76273 438.8Q420.04398 438.26874 420.57523 437.925Q421.09085 437.58124 421.84085 437.39374Q422.59085 437.20624 423.8721 437.20624Q425.38773 437.20624 426.3096 437.51874Q427.23148 437.8156 427.7471 438.4406Q428.2471 439.05 428.2471 440.0031Q428.2471 441.2375 427.35648 441.95624Q426.29398 442.8 423.8721 442.8ZM423.8721 441.72186Q425.98148 441.72186 426.6846 441.22186Q427.38773 440.72186 427.38773 440.0031Q427.38773 439.26874 426.6846 438.78436Q425.98148 438.28436 423.8721 438.28436Q421.7471 438.28436 421.0596 438.78436Q420.35648 439.26874 420.35648 440.01874Q420.35648 440.7375 420.96585 441.175Q421.7471 441.72186 423.8721 441.72186ZM427.09085 430.2531L428.10648 430.2531L428.10648 435.9406Q427.73148 435.9406 427.3721 435.8156Q426.79398 435.59686 426.23148 435.1281Q425.66898 434.64374 424.9346 433.7375Q423.77835 432.33124 423.10648 431.84686Q422.4346 431.34686 421.84085 431.34686Q421.21585 431.34686 420.79398 431.8Q420.35648 432.2531 420.35648 432.97186Q420.35648 433.7375 420.8096 434.1906Q421.26273 434.64374 422.07523 434.65936L421.96585 435.7375Q420.7471 435.6281 420.1221 434.90936Q419.48148 434.175 419.48148 432.9406Q419.48148 431.70624 420.16898 430.9875Q420.85648 430.26874 421.8721 430.26874Q422.38773 430.26874 422.88773 430.4875Q423.3721 430.6906 423.9346 431.1906Q424.48148 431.675 425.4346 432.8Q426.23148 433.7531 426.52835 434.03436Q426.8096 434.3 427.09085 434.47186L427.09085 430.2531ZM423.8721 428.8Q422.34085 428.8 421.41898 428.4875Q420.48148 428.175 419.98148 427.5656Q419.48148 426.9406 419.48148 426.0031Q419.48148 425.3156 419.76273 424.8Q420.04398 424.26874 420.57523 423.925Q421.09085 423.58124 421.84085 423.39374Q422.59085 423.20624 423.8721 423.20624Q425.38773 423.20624 426.3096 423.51874Q427.23148 423.8156 427.7471 424.4406Q428.2471 425.05 428.2471 426.0031Q428.2471 427.2375 427.35648 427.95624Q426.29398 428.8 423.8721 428.8ZM423.8721 427.72186Q425.98148 427.72186 426.6846 427.22186Q427.38773 426.72186 427.38773 426.0031Q427.38773 425.26874 426.6846 424.78436Q425.98148 424.28436 423.8721 424.28436Q421.7471 424.28436 421.0596 424.78436Q420.35648 425.26874 420.35648 426.01874Q420.35648 426.7375 420.96585 427.175Q421.7471 427.72186 423.8721 427.72186ZM425.52835 421.925L424.46585 421.925L424.46585 418.675L425.52835 418.675L425.52835 421.925ZM428.10648 413.83124L428.10648 414.8781L421.38773 414.8781Q421.7471 415.26874 422.1221 415.89374Q422.48148 416.5031 422.65335 416.9875L421.63773 416.9875Q421.21585 416.1125 420.63773 415.45624Q420.04398 414.78436 419.48148 414.5031L419.48148 413.83124L428.10648 413.83124ZM423.8721 410.8Q422.34085 410.8 421.41898 410.4875Q420.48148 410.175 419.98148 409.5656Q419.48148 408.9406 419.48148 408.0031Q419.48148 407.3156 419.76273 406.8Q420.04398 406.26874 420.57523 405.925Q421.09085 405.58124 421.84085 405.39374Q422.59085 405.20624 423.8721 405.20624Q425.38773 405.20624 426.3096 405.51874Q427.23148 405.8156 427.7471 406.4406Q428.2471 407.05 428.2471 408.0031Q428.2471 409.2375 427.35648 409.95624Q426.29398 410.8 423.8721 410.8ZM423.8721 409.72186Q425.98148 409.72186 426.6846 409.22186Q427.38773 408.72186 427.38773 408.0031Q427.38773 407.26874 426.6846 406.78436Q425.98148 406.28436 423.8721 406.28436Q421.7471 406.28436 421.0596 406.78436Q420.35648 407.26874 420.35648 408.01874Q420.35648 408.7375 420.96585 409.175Q421.7471 409.72186 423.8721 409.72186ZM425.52835 403.925L424.46585 403.925L424.46585 400.675L425.52835 400.675L425.52835 403.925ZM427.09085 394.2531L428.10648 394.2531L428.10648 399.9406Q427.73148 399.9406 427.3721 399.8156Q426.79398 399.59686 426.23148 399.1281Q425.66898 398.64374 424.9346 397.7375Q423.77835 396.33124 423.10648 395.84686Q422.4346 395.34686 421.84085 395.34686Q421.21585 395.34686 420.79398 395.8Q420.35648 396.2531 420.35648 396.97186Q420.35648 397.7375 420.8096 398.1906Q421.26273 398.64374 422.07523 398.65936L421.96585 399.7375Q420.7471 399.6281 420.1221 398.90936Q419.48148 398.175 419.48148 396.9406Q419.48148 395.70624 420.16898 394.9875Q420.85648 394.26874 421.8721 394.26874Q422.38773 394.26874 422.88773 394.4875Q423.3721 394.6906 423.9346 395.1906Q424.48148 395.675 425.4346 396.8Q426.23148 397.7531 426.52835 398.03436Q426.8096 398.3 427.09085 398.47186L427.09085 394.2531ZM420.63773 392.7375L419.6221 392.7375L419.6221 387.175L420.45023 387.175Q421.32523 387.9875 422.77835 388.8Q424.21585 389.59686 425.7471 390.03436Q426.82523 390.3625 428.10648 390.4406L428.10648 391.53436Q427.09085 391.51874 425.65335 391.14374Q424.21585 390.7531 422.88773 390.05Q421.5596 389.33124 420.63773 388.51874L420.63773 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M451.17603 444.25314L452.19165 444.25314L452.19165 449.94064Q451.81665 449.94064 451.45728 449.81564Q450.87915 449.5969 450.31665 449.12814Q449.75415 448.64377 449.01978 447.73752Q447.86353 446.33127 447.19165 445.8469Q446.51978 445.3469 445.92603 445.3469Q445.30103 445.3469 444.87915 445.80002Q444.44165 446.25314 444.44165 446.9719Q444.44165 447.73752 444.89478 448.19064Q445.3479 448.64377 446.1604 448.6594L446.05103 449.73752Q444.83228 449.62814 444.20728 448.9094Q443.56665 448.17502 443.56665 446.94064Q443.56665 445.70627 444.25415 444.98752Q444.94165 444.26877 445.95728 444.26877Q446.4729 444.26877 446.9729 444.48752Q447.45728 444.69064 448.01978 445.19064Q448.56665 445.67502 449.51978 446.80002Q450.31665 447.75314 450.61353 448.0344Q450.89478 448.30002 451.17603 448.4719L451.17603 444.25314ZM447.95728 442.80002Q446.42603 442.80002 445.50415 442.48752Q444.56665 442.17502 444.06665 441.56564Q443.56665 440.94064 443.56665 440.00314Q443.56665 439.31564 443.8479 438.80002Q444.12915 438.26877 444.6604 437.92502Q445.17603 437.58127 445.92603 437.39377Q446.67603 437.20627 447.95728 437.20627Q449.4729 437.20627 450.39478 437.51877Q451.31665 437.81564 451.83228 438.44064Q452.33228 439.05002 452.33228 440.00314Q452.33228 441.23752 451.44165 441.95627Q450.37915 442.80002 447.95728 442.80002ZM447.95728 441.7219Q450.06665 441.7219 450.76978 441.2219Q451.4729 440.7219 451.4729 440.00314Q451.4729 439.26877 450.76978 438.7844Q450.06665 438.2844 447.95728 438.2844Q445.83228 438.2844 445.14478 438.7844Q444.44165 439.26877 444.44165 440.01877Q444.44165 440.73752 445.05103 441.17502Q445.83228 441.7219 447.95728 441.7219ZM451.17603 430.25314L452.19165 430.25314L452.19165 435.94064Q451.81665 435.94064 451.45728 435.81564Q450.87915 435.5969 450.31665 435.12814Q449.75415 434.64377 449.01978 433.73752Q447.86353 432.33127 447.19165 431.8469Q446.51978 431.3469 445.92603 431.3469Q445.30103 431.3469 444.87915 431.80002Q444.44165 432.25314 444.44165 432.9719Q444.44165 433.73752 444.89478 434.19064Q445.3479 434.64377 446.1604 434.6594L446.05103 435.73752Q444.83228 435.62814 444.20728 434.9094Q443.56665 434.17502 443.56665 432.94064Q443.56665 431.70627 444.25415 430.98752Q444.94165 430.26877 445.95728 430.26877Q446.4729 430.26877 446.9729 430.48752Q447.45728 430.69064 448.01978 431.19064Q448.56665 431.67502 449.51978 432.80002Q450.31665 433.75314 450.61353 434.0344Q450.89478 434.30002 451.17603 434.4719L451.17603 430.25314ZM447.95728 428.80002Q446.42603 428.80002 445.50415 428.48752Q444.56665 428.17502 444.06665 427.56564Q443.56665 426.94064 443.56665 426.00314Q443.56665 425.31564 443.8479 424.80002Q444.12915 424.26877 444.6604 423.92502Q445.17603 423.58127 445.92603 423.39377Q446.67603 423.20627 447.95728 423.20627Q449.4729 423.20627 450.39478 423.51877Q451.31665 423.81564 451.83228 424.44064Q452.33228 425.05002 452.33228 426.00314Q452.33228 427.23752 451.44165 427.95627Q450.37915 428.80002 447.95728 428.80002ZM447.95728 427.7219Q450.06665 427.7219 450.76978 427.2219Q451.4729 426.7219 451.4729 426.00314Q451.4729 425.26877 450.76978 424.7844Q450.06665 424.2844 447.95728 424.2844Q445.83228 424.2844 445.14478 424.7844Q444.44165 425.26877 444.44165 426.01877Q444.44165 426.73752 445.05103 427.17502Q445.83228 427.7219 447.95728 427.7219ZM449.61353 421.92502L448.55103 421.92502L448.55103 418.67502L449.61353 418.67502L449.61353 421.92502ZM452.19165 413.83127L452.19165 414.87814L445.4729 414.87814Q445.83228 415.26877 446.20728 415.89377Q446.56665 416.50314 446.73853 416.98752L445.7229 416.98752Q445.30103 416.11252 444.7229 415.45627Q444.12915 414.7844 443.56665 414.50314L443.56665 413.83127L452.19165 413.83127ZM452.19165 406.83127L452.19165 407.87814L445.4729 407.87814Q445.83228 408.26877 446.20728 408.89377Q446.56665 409.50314 446.73853 409.98752L445.7229 409.98752Q445.30103 409.11252 444.7229 408.45627Q444.12915 407.7844 443.56665 407.50314L443.56665 406.83127L452.19165 406.83127ZM449.61353 403.92502L448.55103 403.92502L448.55103 400.67502L449.61353 400.67502L449.61353 403.92502ZM452.19165 395.83127L452.19165 396.87814L445.4729 396.87814Q445.83228 397.26877 446.20728 397.89377Q446.56665 398.50314 446.73853 398.98752L445.7229 398.98752Q445.30103 398.11252 444.7229 397.45627Q444.12915 396.7844 443.56665 396.50314L443.56665 395.83127L452.19165 395.83127ZM447.95728 392.80002Q446.42603 392.80002 445.50415 392.48752Q444.56665 392.17502 444.06665 391.56564Q443.56665 390.94064 443.56665 390.00314Q443.56665 389.31564 443.8479 388.80002Q444.12915 388.26877 444.6604 387.92502Q445.17603 387.58127 445.92603 387.39377Q446.67603 387.20627 447.95728 387.20627Q449.4729 387.20627 450.39478 387.51877Q451.31665 387.81564 451.83228 388.44064Q452.33228 389.05002 452.33228 390.00314Q452.33228 391.23752 451.44165 391.95627Q450.37915 392.80002 447.95728 392.80002ZM447.95728 391.7219Q450.06665 391.7219 450.76978 391.2219Q451.4729 390.7219 451.4729 390.00314Q451.4729 389.26877 450.76978 388.7844Q450.06665 388.2844 447.95728 388.2844Q445.83228 388.2844 445.14478 388.7844Q444.44165 389.26877 444.44165 390.01877Q444.44165 390.73752 445.05103 391.17502Q445.83228 391.7219 447.95728 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M475.2612 444.2531L476.27682 444.2531L476.27682 449.9406Q475.90182 449.9406 475.54245 449.8156Q474.96432 449.59686 474.40182 449.1281Q473.83932 448.64374 473.10495 447.7375Q471.9487 446.33124 471.27682 445.84686Q470.60495 445.34686 470.0112 445.34686Q469.3862 445.34686 468.96432 445.8Q468.52682 446.2531 468.52682 446.97186Q468.52682 447.7375 468.97995 448.1906Q469.43307 448.64374 470.24557 448.65936L470.1362 449.7375Q468.91745 449.6281 468.29245 448.90936Q467.65182 448.175 467.65182 446.9406Q467.65182 445.70624 468.33932 444.9875Q469.02682 444.26874 470.04245 444.26874Q470.55807 444.26874 471.05807 444.4875Q471.54245 444.6906 472.10495 445.1906Q472.65182 445.675 473.60495 446.8Q474.40182 447.7531 474.6987 448.03436Q474.97995 448.3 475.2612 448.47186L475.2612 444.2531ZM472.04245 442.8Q470.5112 442.8 469.58932 442.4875Q468.65182 442.175 468.15182 441.5656Q467.65182 440.9406 467.65182 440.0031Q467.65182 439.3156 467.93307 438.8Q468.21432 438.26874 468.74557 437.925Q469.2612 437.58124 470.0112 437.39374Q470.7612 437.20624 472.04245 437.20624Q473.55807 437.20624 474.47995 437.51874Q475.40182 437.8156 475.91745 438.4406Q476.41745 439.05 476.41745 440.0031Q476.41745 441.2375 475.52682 441.95624Q474.46432 442.8 472.04245 442.8ZM472.04245 441.72186Q474.15182 441.72186 474.85495 441.22186Q475.55807 440.72186 475.55807 440.0031Q475.55807 439.26874 474.85495 438.78436Q474.15182 438.28436 472.04245 438.28436Q469.91745 438.28436 469.22995 438.78436Q468.52682 439.26874 468.52682 440.01874Q468.52682 440.7375 469.1362 441.175Q469.91745 441.72186 472.04245 441.72186ZM475.2612 430.2531L476.27682 430.2531L476.27682 435.9406Q475.90182 435.9406 475.54245 435.8156Q474.96432 435.59686 474.40182 435.1281Q473.83932 434.64374 473.10495 433.7375Q471.9487 432.33124 471.27682 431.84686Q470.60495 431.34686 470.0112 431.34686Q469.3862 431.34686 468.96432 431.8Q468.52682 432.2531 468.52682 432.97186Q468.52682 433.7375 468.97995 434.1906Q469.43307 434.64374 470.24557 434.65936L470.1362 435.7375Q468.91745 435.6281 468.29245 434.90936Q467.65182 434.175 467.65182 432.9406Q467.65182 431.70624 468.33932 430.9875Q469.02682 430.26874 470.04245 430.26874Q470.55807 430.26874 471.05807 430.4875Q471.54245 430.6906 472.10495 431.1906Q472.65182 431.675 473.60495 432.8Q474.40182 433.7531 474.6987 434.03436Q474.97995 434.3 475.2612 434.47186L475.2612 430.2531ZM472.04245 428.8Q470.5112 428.8 469.58932 428.4875Q468.65182 428.175 468.15182 427.5656Q467.65182 426.9406 467.65182 426.0031Q467.65182 425.3156 467.93307 424.8Q468.21432 424.26874 468.74557 423.925Q469.2612 423.58124 470.0112 423.39374Q470.7612 423.20624 472.04245 423.20624Q473.55807 423.20624 474.47995 423.51874Q475.40182 423.8156 475.91745 424.4406Q476.41745 425.05 476.41745 426.0031Q476.41745 427.2375 475.52682 427.95624Q474.46432 428.8 472.04245 428.8ZM472.04245 427.72186Q474.15182 427.72186 474.85495 427.22186Q475.55807 426.72186 475.55807 426.0031Q475.55807 425.26874 474.85495 424.78436Q474.15182 424.28436 472.04245 424.28436Q469.91745 424.28436 469.22995 424.78436Q468.52682 425.26874 468.52682 426.01874Q468.52682 426.7375 469.1362 427.175Q469.91745 427.72186 472.04245 427.72186ZM473.6987 421.925L472.6362 421.925L472.6362 418.675L473.6987 418.675L473.6987 421.925ZM476.27682 413.83124L476.27682 414.8781L469.55807 414.8781Q469.91745 415.26874 470.29245 415.89374Q470.65182 416.5031 470.8237 416.9875L469.80807 416.9875Q469.3862 416.1125 468.80807 415.45624Q468.21432 414.78436 467.65182 414.5031L467.65182 413.83124L476.27682 413.83124ZM476.27682 406.83124L476.27682 407.8781L469.55807 407.8781Q469.91745 408.26874 470.29245 408.89374Q470.65182 409.5031 470.8237 409.9875L469.80807 409.9875Q469.3862 409.1125 468.80807 408.45624Q468.21432 407.78436 467.65182 407.5031L467.65182 406.83124L476.27682 406.83124ZM473.6987 403.925L472.6362 403.925L472.6362 400.675L473.6987 400.675L473.6987 403.925ZM474.0112 399.8L473.87057 398.7375Q474.7612 398.5656 475.16745 398.1281Q475.55807 397.6906 475.55807 397.0656Q475.55807 396.3156 475.04245 395.8Q474.52682 395.28436 473.7612 395.28436Q473.04245 395.28436 472.5737 395.76874Q472.08932 396.2375 472.08932 396.97186Q472.08932 397.26874 472.21432 397.72186L471.27682 397.59686Q471.29245 397.4875 471.29245 397.425Q471.29245 396.7531 470.9487 396.22186Q470.58932 395.675 469.85495 395.675Q469.27682 395.675 468.90182 396.0656Q468.5112 396.45624 468.5112 397.08124Q468.5112 397.6906 468.90182 398.1125Q469.29245 398.51874 470.05807 398.6281L469.87057 399.6906Q468.8237 399.5031 468.24557 398.8156Q467.65182 398.1281 467.65182 397.1125Q467.65182 396.40936 467.96432 395.8156Q468.2612 395.22186 468.77682 394.90936Q469.29245 394.59686 469.8862 394.59686Q470.43307 394.59686 470.90182 394.89374Q471.35495 395.1906 471.62057 395.76874Q471.79245 395.01874 472.35495 394.59686Q472.90182 394.175 473.74557 394.175Q474.87057 394.175 475.65182 395.0031Q476.43307 395.8156 476.43307 397.0656Q476.43307 398.1906 475.7612 398.9406Q475.0737 399.6906 474.0112 399.8ZM472.04245 392.8Q470.5112 392.8 469.58932 392.4875Q468.65182 392.175 468.15182 391.5656Q467.65182 390.9406 467.65182 390.0031Q467.65182 389.3156 467.93307 388.8Q468.21432 388.26874 468.74557 387.925Q469.2612 387.58124 470.0112 387.39374Q470.7612 387.20624 472.04245 387.20624Q473.55807 387.20624 474.47995 387.51874Q475.40182 387.8156 475.91745 388.4406Q476.41745 389.05 476.41745 390.0031Q476.41745 391.2375 475.52682 391.95624Q474.46432 392.8 472.04245 392.8ZM472.04245 391.72186Q474.15182 391.72186 474.85495 391.22186Q475.55807 390.72186 475.55807 390.0031Q475.55807 389.26874 474.85495 388.78436Q474.15182 388.28436 472.04245 388.28436Q469.91745 388.28436 469.22995 388.78436Q468.52682 389.26874 468.52682 390.01874Q468.52682 390.7375 469.1362 391.175Q469.91745 391.72186 472.04245 391.72186Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M499.34637 444.25314L500.362 444.25314L500.362 449.94064Q499.987 449.94064 499.62762 449.81564Q499.0495 449.5969 498.487 449.12814Q497.9245 448.64377 497.19012 447.73752Q496.03387 446.33127 495.362 445.8469Q494.69012 445.3469 494.09637 445.3469Q493.47137 445.3469 493.0495 445.80002Q492.612 446.25314 492.612 446.9719Q492.612 447.73752 493.06512 448.19064Q493.51825 448.64377 494.33075 448.6594L494.22137 449.73752Q493.00262 449.62814 492.37762 448.9094Q491.737 448.17502 491.737 446.94064Q491.737 445.70627 492.4245 444.98752Q493.112 444.26877 494.12762 444.26877Q494.64325 444.26877 495.14325 444.48752Q495.62762 444.69064 496.19012 445.19064Q496.737 445.67502 497.69012 446.80002Q498.487 447.75314 498.78387 448.0344Q499.06512 448.30002 499.34637 448.4719L499.34637 444.25314ZM496.12762 442.80002Q494.59637 442.80002 493.6745 442.48752Q492.737 442.17502 492.237 441.56564Q491.737 440.94064 491.737 440.00314Q491.737 439.31564 492.01825 438.80002Q492.2995 438.26877 492.83075 437.92502Q493.34637 437.58127 494.09637 437.39377Q494.84637 437.20627 496.12762 437.20627Q497.64325 437.20627 498.56512 437.51877Q499.487 437.81564 500.00262 438.44064Q500.50262 439.05002 500.50262 440.00314Q500.50262 441.23752 499.612 441.95627Q498.5495 442.80002 496.12762 442.80002ZM496.12762 441.7219Q498.237 441.7219 498.94012 441.2219Q499.64325 440.7219 499.64325 440.00314Q499.64325 439.26877 498.94012 438.7844Q498.237 438.2844 496.12762 438.2844Q494.00262 438.2844 493.31512 438.7844Q492.612 439.26877 492.612 440.01877Q492.612 440.73752 493.22137 441.17502Q494.00262 441.7219 496.12762 441.7219ZM499.34637 430.25314L500.362 430.25314L500.362 435.94064Q499.987 435.94064 499.62762 435.81564Q499.0495 435.5969 498.487 435.12814Q497.9245 434.64377 497.19012 433.73752Q496.03387 432.33127 495.362 431.8469Q494.69012 431.3469 494.09637 431.3469Q493.47137 431.3469 493.0495 431.80002Q492.612 432.25314 492.612 432.9719Q492.612 433.73752 493.06512 434.19064Q493.51825 434.64377 494.33075 434.6594L494.22137 435.73752Q493.00262 435.62814 492.37762 434.9094Q491.737 434.17502 491.737 432.94064Q491.737 431.70627 492.4245 430.98752Q493.112 430.26877 494.12762 430.26877Q494.64325 430.26877 495.14325 430.48752Q495.62762 430.69064 496.19012 431.19064Q496.737 431.67502 497.69012 432.80002Q498.487 433.75314 498.78387 434.0344Q499.06512 434.30002 499.34637 434.4719L499.34637 430.25314ZM496.12762 428.80002Q494.59637 428.80002 493.6745 428.48752Q492.737 428.17502 492.237 427.56564Q491.737 426.94064 491.737 426.00314Q491.737 425.31564 492.01825 424.80002Q492.2995 424.26877 492.83075 423.92502Q493.34637 423.58127 494.09637 423.39377Q494.84637 423.20627 496.12762 423.20627Q497.64325 423.20627 498.56512 423.51877Q499.487 423.81564 500.00262 424.44064Q500.50262 425.05002 500.50262 426.00314Q500.50262 427.23752 499.612 427.95627Q498.5495 428.80002 496.12762 428.80002ZM496.12762 427.7219Q498.237 427.7219 498.94012 427.2219Q499.64325 426.7219 499.64325 426.00314Q499.64325 425.26877 498.94012 424.7844Q498.237 424.2844 496.12762 424.2844Q494.00262 424.2844 493.31512 424.7844Q492.612 425.26877 492.612 426.01877Q492.612 426.73752 493.22137 427.17502Q494.00262 427.7219 496.12762 427.7219ZM497.78387 421.92502L496.72137 421.92502L496.72137 418.67502L497.78387 418.67502L497.78387 421.92502ZM500.362 413.83127L500.362 414.87814L493.64325 414.87814Q494.00262 415.26877 494.37762 415.89377Q494.737 416.50314 494.90887 416.98752L493.89325 416.98752Q493.47137 416.11252 492.89325 415.45627Q492.2995 414.7844 491.737 414.50314L491.737 413.83127L500.362 413.83127ZM499.34637 405.25314L500.362 405.25314L500.362 410.94064Q499.987 410.94064 499.62762 410.81564Q499.0495 410.5969 498.487 410.12814Q497.9245 409.64377 497.19012 408.73752Q496.03387 407.33127 495.362 406.8469Q494.69012 406.3469 494.09637 406.3469Q493.47137 406.3469 493.0495 406.80002Q492.612 407.25314 492.612 407.9719Q492.612 408.73752 493.06512 409.19064Q493.51825 409.64377 494.33075 409.6594L494.22137 410.73752Q493.00262 410.62814 492.37762 409.9094Q491.737 409.17502 491.737 407.94064Q491.737 406.70627 492.4245 405.98752Q493.112 405.26877 494.12762 405.26877Q494.64325 405.26877 495.14325 405.48752Q495.62762 405.69064 496.19012 406.19064Q496.737 406.67502 497.69012 407.80002Q498.487 408.75314 498.78387 409.0344Q499.06512 409.30002 499.34637 409.4719L499.34637 405.25314ZM497.78387 403.92502L496.72137 403.92502L496.72137 400.67502L497.78387 400.67502L497.78387 403.92502ZM500.362 395.83127L500.362 396.87814L493.64325 396.87814Q494.00262 397.26877 494.37762 397.89377Q494.737 398.50314 494.90887 398.98752L493.89325 398.98752Q493.47137 398.11252 492.89325 397.45627Q492.2995 396.7844 491.737 396.50314L491.737 395.83127L500.362 395.83127ZM500.362 389.42502L498.2995 389.42502L498.2995 393.14377L497.33075 393.14377L491.76825 389.2219L491.76825 388.36252L497.33075 388.36252L497.33075 387.20627L498.2995 387.20627L498.2995 388.36252L500.362 388.36252L500.362 389.42502ZM497.33075 389.42502L493.47137 389.42502L497.33075 392.11252L497.33075 389.42502Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M523.4316 444.2531L524.4472 444.2531L524.4472 449.9406Q524.0722 449.9406 523.7128 449.8156Q523.1347 449.59686 522.5722 449.1281Q522.0097 448.64374 521.2753 447.7375Q520.1191 446.33124 519.4472 445.84686Q518.7753 445.34686 518.1816 445.34686Q517.5566 445.34686 517.1347 445.8Q516.6972 446.2531 516.6972 446.97186Q516.6972 447.7375 517.1503 448.1906Q517.60345 448.64374 518.41595 448.65936L518.3066 449.7375Q517.0878 449.6281 516.4628 448.90936Q515.8222 448.175 515.8222 446.9406Q515.8222 445.70624 516.5097 444.9875Q517.1972 444.26874 518.2128 444.26874Q518.72845 444.26874 519.22845 444.4875Q519.7128 444.6906 520.2753 445.1906Q520.8222 445.675 521.7753 446.8Q522.5722 447.7531 522.8691 448.03436Q523.1503 448.3 523.4316 448.47186L523.4316 444.2531ZM520.2128 442.8Q518.6816 442.8 517.7597 442.4875Q516.8222 442.175 516.3222 441.5656Q515.8222 440.9406 515.8222 440.0031Q515.8222 439.3156 516.10345 438.8Q516.3847 438.26874 516.91595 437.925Q517.4316 437.58124 518.1816 437.39374Q518.9316 437.20624 520.2128 437.20624Q521.72845 437.20624 522.6503 437.51874Q523.5722 437.8156 524.0878 438.4406Q524.5878 439.05 524.5878 440.0031Q524.5878 441.2375 523.6972 441.95624Q522.6347 442.8 520.2128 442.8ZM520.2128 441.72186Q522.3222 441.72186 523.0253 441.22186Q523.72845 440.72186 523.72845 440.0031Q523.72845 439.26874 523.0253 438.78436Q522.3222 438.28436 520.2128 438.28436Q518.0878 438.28436 517.4003 438.78436Q516.6972 439.26874 516.6972 440.01874Q516.6972 440.7375 517.3066 441.175Q518.0878 441.72186 520.2128 441.72186ZM523.4316 430.2531L524.4472 430.2531L524.4472 435.9406Q524.0722 435.9406 523.7128 435.8156Q523.1347 435.59686 522.5722 435.1281Q522.0097 434.64374 521.2753 433.7375Q520.1191 432.33124 519.4472 431.84686Q518.7753 431.34686 518.1816 431.34686Q517.5566 431.34686 517.1347 431.8Q516.6972 432.2531 516.6972 432.97186Q516.6972 433.7375 517.1503 434.1906Q517.60345 434.64374 518.41595 434.65936L518.3066 435.7375Q517.0878 435.6281 516.4628 434.90936Q515.8222 434.175 515.8222 432.9406Q515.8222 431.70624 516.5097 430.9875Q517.1972 430.26874 518.2128 430.26874Q518.72845 430.26874 519.22845 430.4875Q519.7128 430.6906 520.2753 431.1906Q520.8222 431.675 521.7753 432.8Q522.5722 433.7531 522.8691 434.03436Q523.1503 434.3 523.4316 434.47186L523.4316 430.2531ZM524.4472 424.83124L524.4472 425.8781L517.72845 425.8781Q518.0878 426.26874 518.4628 426.89374Q518.8222 427.5031 518.9941 427.9875L517.97845 427.9875Q517.5566 427.1125 516.97845 426.45624Q516.3847 425.78436 515.8222 425.5031L515.8222 424.83124L524.4472 424.83124ZM521.8691 421.925L520.8066 421.925L520.8066 418.675L521.8691 418.675L521.8691 421.925ZM520.2128 417.8Q518.6816 417.8 517.7597 417.4875Q516.8222 417.175 516.3222 416.5656Q515.8222 415.9406 515.8222 415.0031Q515.8222 414.3156 516.10345 413.8Q516.3847 413.26874 516.91595 412.925Q517.4316 412.58124 518.1816 412.39374Q518.9316 412.20624 520.2128 412.20624Q521.72845 412.20624 522.6503 412.51874Q523.5722 412.8156 524.0878 413.4406Q524.5878 414.05 524.5878 415.0031Q524.5878 416.2375 523.6972 416.95624Q522.6347 417.8 520.2128 417.8ZM520.2128 416.72186Q522.3222 416.72186 523.0253 416.22186Q523.72845 415.72186 523.72845 415.0031Q523.72845 414.26874 523.0253 413.78436Q522.3222 413.28436 520.2128 413.28436Q518.0878 413.28436 517.4003 413.78436Q516.6972 414.26874 516.6972 415.01874Q516.6972 415.7375 517.3066 416.175Q518.0878 416.72186 520.2128 416.72186ZM524.4472 406.83124L524.4472 407.8781L517.72845 407.8781Q518.0878 408.26874 518.4628 408.89374Q518.8222 409.5031 518.9941 409.9875L517.97845 409.9875Q517.5566 409.1125 516.97845 408.45624Q516.3847 407.78436 515.8222 407.5031L515.8222 406.83124L524.4472 406.83124ZM521.8691 403.925L520.8066 403.925L520.8066 400.675L521.8691 400.675L521.8691 403.925ZM524.4472 395.83124L524.4472 396.8781L517.72845 396.8781Q518.0878 397.26874 518.4628 397.89374Q518.8222 398.5031 518.9941 398.9875L517.97845 398.9875Q517.5566 398.1125 516.97845 397.45624Q516.3847 396.78436 515.8222 396.5031L515.8222 395.83124L524.4472 395.83124ZM524.4472 388.83124L524.4472 389.8781L517.72845 389.8781Q518.0878 390.26874 518.4628 390.89374Q518.8222 391.5031 518.9941 391.9875L517.97845 391.9875Q517.5566 391.1125 516.97845 390.45624Q516.3847 389.78436 515.8222 389.5031L515.8222 388.83124L524.4472 388.83124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M547.5167 444.2531L548.53235 444.2531L548.53235 449.9406Q548.15735 449.9406 547.798 449.8156Q547.21985 449.59686 546.65735 449.1281Q546.09485 448.64374 545.3605 447.7375Q544.2042 446.33124 543.53235 445.84686Q542.8605 445.34686 542.2667 445.34686Q541.6417 445.34686 541.21985 445.8Q540.78235 446.2531 540.78235 446.97186Q540.78235 447.7375 541.2355 448.1906Q541.6886 448.64374 542.5011 448.65936L542.3917 449.7375Q541.173 449.6281 540.548 448.90936Q539.90735 448.175 539.90735 446.9406Q539.90735 445.70624 540.59485 444.9875Q541.28235 444.26874 542.298 444.26874Q542.8136 444.26874 543.3136 444.4875Q543.798 444.6906 544.3605 445.1906Q544.90735 445.675 545.8605 446.8Q546.65735 447.7531 546.9542 448.03436Q547.2355 448.3 547.5167 448.47186L547.5167 444.2531ZM544.298 442.8Q542.7667 442.8 541.84485 442.4875Q540.90735 442.175 540.40735 441.5656Q539.90735 440.9406 539.90735 440.0031Q539.90735 439.3156 540.1886 438.8Q540.46985 438.26874 541.0011 437.925Q541.5167 437.58124 542.2667 437.39374Q543.0167 437.20624 544.298 437.20624Q545.8136 437.20624 546.7355 437.51874Q547.65735 437.8156 548.173 438.4406Q548.673 439.05 548.673 440.0031Q548.673 441.2375 547.78235 441.95624Q546.71985 442.8 544.298 442.8ZM544.298 441.72186Q546.40735 441.72186 547.1105 441.22186Q547.8136 440.72186 547.8136 440.0031Q547.8136 439.26874 547.1105 438.78436Q546.40735 438.28436 544.298 438.28436Q542.173 438.28436 541.4855 438.78436Q540.78235 439.26874 540.78235 440.01874Q540.78235 440.7375 541.3917 441.175Q542.173 441.72186 544.298 441.72186ZM547.5167 430.2531L548.53235 430.2531L548.53235 435.9406Q548.15735 435.9406 547.798 435.8156Q547.21985 435.59686 546.65735 435.1281Q546.09485 434.64374 545.3605 433.7375Q544.2042 432.33124 543.53235 431.84686Q542.8605 431.34686 542.2667 431.34686Q541.6417 431.34686 541.21985 431.8Q540.78235 432.2531 540.78235 432.97186Q540.78235 433.7375 541.2355 434.1906Q541.6886 434.64374 542.5011 434.65936L542.3917 435.7375Q541.173 435.6281 540.548 434.90936Q539.90735 434.175 539.90735 432.9406Q539.90735 431.70624 540.59485 430.9875Q541.28235 430.26874 542.298 430.26874Q542.8136 430.26874 543.3136 430.4875Q543.798 430.6906 544.3605 431.1906Q544.90735 431.675 545.8605 432.8Q546.65735 433.7531 546.9542 434.03436Q547.2355 434.3 547.5167 434.47186L547.5167 430.2531ZM548.53235 424.83124L548.53235 425.8781L541.8136 425.8781Q542.173 426.26874 542.548 426.89374Q542.90735 427.5031 543.0792 427.9875L542.0636 427.9875Q541.6417 427.1125 541.0636 426.45624Q540.46985 425.78436 539.90735 425.5031L539.90735 424.83124L548.53235 424.83124ZM545.9542 421.925L544.8917 421.925L544.8917 418.675L545.9542 418.675L545.9542 421.925ZM544.298 417.8Q542.7667 417.8 541.84485 417.4875Q540.90735 417.175 540.40735 416.5656Q539.90735 415.9406 539.90735 415.0031Q539.90735 414.3156 540.1886 413.8Q540.46985 413.26874 541.0011 412.925Q541.5167 412.58124 542.2667 412.39374Q543.0167 412.20624 544.298 412.20624Q545.8136 412.20624 546.7355 412.51874Q547.65735 412.8156 548.173 413.4406Q548.673 414.05 548.673 415.0031Q548.673 416.2375 547.78235 416.95624Q546.71985 417.8 544.298 417.8ZM544.298 416.72186Q546.40735 416.72186 547.1105 416.22186Q547.8136 415.72186 547.8136 415.0031Q547.8136 414.26874 547.1105 413.78436Q546.40735 413.28436 544.298 413.28436Q542.173 413.28436 541.4855 413.78436Q540.78235 414.26874 540.78235 415.01874Q540.78235 415.7375 541.3917 416.175Q542.173 416.72186 544.298 416.72186ZM548.53235 406.83124L548.53235 407.8781L541.8136 407.8781Q542.173 408.26874 542.548 408.89374Q542.90735 409.5031 543.0792 409.9875L542.0636 409.9875Q541.6417 409.1125 541.0636 408.45624Q540.46985 407.78436 539.90735 407.5031L539.90735 406.83124L548.53235 406.83124ZM545.9542 403.925L544.8917 403.925L544.8917 400.675L545.9542 400.675L545.9542 403.925ZM547.5167 394.2531L548.53235 394.2531L548.53235 399.9406Q548.15735 399.9406 547.798 399.8156Q547.21985 399.59686 546.65735 399.1281Q546.09485 398.64374 545.3605 397.7375Q544.2042 396.33124 543.53235 395.84686Q542.8605 395.34686 542.2667 395.34686Q541.6417 395.34686 541.21985 395.8Q540.78235 396.2531 540.78235 396.97186Q540.78235 397.7375 541.2355 398.1906Q541.6886 398.64374 542.5011 398.65936L542.3917 399.7375Q541.173 399.6281 540.548 398.90936Q539.90735 398.175 539.90735 396.9406Q539.90735 395.70624 540.59485 394.9875Q541.28235 394.26874 542.298 394.26874Q542.8136 394.26874 543.3136 394.4875Q543.798 394.6906 544.3605 395.1906Q544.90735 395.675 545.8605 396.8Q546.65735 397.7531 546.9542 398.03436Q547.2355 398.3 547.5167 398.47186L547.5167 394.2531ZM546.28235 392.8L546.1886 391.6906Q547.0011 391.5656 547.40735 391.1281Q547.8136 390.675 547.8136 390.03436Q547.8136 389.28436 547.2355 388.7531Q546.65735 388.22186 545.71985 388.22186Q544.8136 388.22186 544.298 388.7375Q543.7667 389.2375 543.7667 390.0656Q543.7667 390.5656 544.0011 390.9875Q544.2355 391.39374 544.59485 391.6281L544.46985 392.6125L540.0636 391.78436L540.0636 387.5031L541.0636 387.5031L541.0636 390.9406L543.3761 391.39374Q542.8292 390.6281 542.8292 389.78436Q542.8292 388.65936 543.6105 387.89374Q544.3917 387.1125 545.6261 387.1125Q546.78235 387.1125 547.6417 387.78436Q548.673 388.6125 548.673 390.03436Q548.673 391.20624 548.0167 391.95624Q547.3605 392.6906 546.28235 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M571.6019 444.25314L572.61755 444.25314L572.61755 449.94064Q572.24255 449.94064 571.8832 449.81564Q571.30505 449.5969 570.74255 449.12814Q570.18005 448.64377 569.4457 447.73752Q568.2894 446.33127 567.61755 445.8469Q566.9457 445.3469 566.3519 445.3469Q565.7269 445.3469 565.30505 445.80002Q564.86755 446.25314 564.86755 446.9719Q564.86755 447.73752 565.3207 448.19064Q565.7738 448.64377 566.5863 448.6594L566.4769 449.73752Q565.2582 449.62814 564.6332 448.9094Q563.99255 448.17502 563.99255 446.94064Q563.99255 445.70627 564.68005 444.98752Q565.36755 444.26877 566.3832 444.26877Q566.8988 444.26877 567.3988 444.48752Q567.8832 444.69064 568.4457 445.19064Q568.99255 445.67502 569.9457 446.80002Q570.74255 447.75314 571.0394 448.0344Q571.3207 448.30002 571.6019 448.4719L571.6019 444.25314ZM568.3832 442.80002Q566.8519 442.80002 565.93005 442.48752Q564.99255 442.17502 564.49255 441.56564Q563.99255 440.94064 563.99255 440.00314Q563.99255 439.31564 564.2738 438.80002Q564.55505 438.26877 565.0863 437.92502Q565.6019 437.58127 566.3519 437.39377Q567.1019 437.20627 568.3832 437.20627Q569.8988 437.20627 570.8207 437.51877Q571.74255 437.81564 572.2582 438.44064Q572.7582 439.05002 572.7582 440.00314Q572.7582 441.23752 571.86755 441.95627Q570.80505 442.80002 568.3832 442.80002ZM568.3832 441.7219Q570.49255 441.7219 571.1957 441.2219Q571.8988 440.7219 571.8988 440.00314Q571.8988 439.26877 571.1957 438.7844Q570.49255 438.2844 568.3832 438.2844Q566.2582 438.2844 565.5707 438.7844Q564.86755 439.26877 564.86755 440.01877Q564.86755 440.73752 565.4769 441.17502Q566.2582 441.7219 568.3832 441.7219ZM571.6019 430.25314L572.61755 430.25314L572.61755 435.94064Q572.24255 435.94064 571.8832 435.81564Q571.30505 435.5969 570.74255 435.12814Q570.18005 434.64377 569.4457 433.73752Q568.2894 432.33127 567.61755 431.8469Q566.9457 431.3469 566.3519 431.3469Q565.7269 431.3469 565.30505 431.80002Q564.86755 432.25314 564.86755 432.9719Q564.86755 433.73752 565.3207 434.19064Q565.7738 434.64377 566.5863 434.6594L566.4769 435.73752Q565.2582 435.62814 564.6332 434.9094Q563.99255 434.17502 563.99255 432.94064Q563.99255 431.70627 564.68005 430.98752Q565.36755 430.26877 566.3832 430.26877Q566.8988 430.26877 567.3988 430.48752Q567.8832 430.69064 568.4457 431.19064Q568.99255 431.67502 569.9457 432.80002Q570.74255 433.75314 571.0394 434.0344Q571.3207 434.30002 571.6019 434.4719L571.6019 430.25314ZM572.61755 424.83127L572.61755 425.87814L565.8988 425.87814Q566.2582 426.26877 566.6332 426.89377Q566.99255 427.50314 567.1644 427.98752L566.1488 427.98752Q565.7269 427.11252 565.1488 426.45627Q564.55505 425.7844 563.99255 425.50314L563.99255 424.83127L572.61755 424.83127ZM570.0394 421.92502L568.9769 421.92502L568.9769 418.67502L570.0394 418.67502L570.0394 421.92502ZM568.3832 417.80002Q566.8519 417.80002 565.93005 417.48752Q564.99255 417.17502 564.49255 416.56564Q563.99255 415.94064 563.99255 415.00314Q563.99255 414.31564 564.2738 413.80002Q564.55505 413.26877 565.0863 412.92502Q565.6019 412.58127 566.3519 412.39377Q567.1019 412.20627 568.3832 412.20627Q569.8988 412.20627 570.8207 412.51877Q571.74255 412.81564 572.2582 413.44064Q572.7582 414.05002 572.7582 415.00314Q572.7582 416.23752 571.86755 416.95627Q570.80505 417.80002 568.3832 417.80002ZM568.3832 416.7219Q570.49255 416.7219 571.1957 416.2219Q571.8988 415.7219 571.8988 415.00314Q571.8988 414.26877 571.1957 413.7844Q570.49255 413.2844 568.3832 413.2844Q566.2582 413.2844 565.5707 413.7844Q564.86755 414.26877 564.86755 415.01877Q564.86755 415.73752 565.4769 416.17502Q566.2582 416.7219 568.3832 416.7219ZM571.6019 405.25314L572.61755 405.25314L572.61755 410.94064Q572.24255 410.94064 571.8832 410.81564Q571.30505 410.5969 570.74255 410.12814Q570.18005 409.64377 569.4457 408.73752Q568.2894 407.33127 567.61755 406.8469Q566.9457 406.3469 566.3519 406.3469Q565.7269 406.3469 565.30505 406.80002Q564.86755 407.25314 564.86755 407.9719Q564.86755 408.73752 565.3207 409.19064Q565.7738 409.64377 566.5863 409.6594L566.4769 410.73752Q565.2582 410.62814 564.6332 409.9094Q563.99255 409.17502 563.99255 407.94064Q563.99255 406.70627 564.68005 405.98752Q565.36755 405.26877 566.3832 405.26877Q566.8988 405.26877 567.3988 405.48752Q567.8832 405.69064 568.4457 406.19064Q568.99255 406.67502 569.9457 407.80002Q570.74255 408.75314 571.0394 409.0344Q571.3207 409.30002 571.6019 409.4719L571.6019 405.25314ZM570.0394 403.92502L568.9769 403.92502L568.9769 400.67502L570.0394 400.67502L570.0394 403.92502ZM568.3832 399.80002Q566.8519 399.80002 565.93005 399.48752Q564.99255 399.17502 564.49255 398.56564Q563.99255 397.94064 563.99255 397.00314Q563.99255 396.31564 564.2738 395.80002Q564.55505 395.26877 565.0863 394.92502Q565.6019 394.58127 566.3519 394.39377Q567.1019 394.20627 568.3832 394.20627Q569.8988 394.20627 570.8207 394.51877Q571.74255 394.81564 572.2582 395.44064Q572.7582 396.05002 572.7582 397.00314Q572.7582 398.23752 571.86755 398.95627Q570.80505 399.80002 568.3832 399.80002ZM568.3832 398.7219Q570.49255 398.7219 571.1957 398.2219Q571.8988 397.7219 571.8988 397.00314Q571.8988 396.26877 571.1957 395.7844Q570.49255 395.2844 568.3832 395.2844Q566.2582 395.2844 565.5707 395.7844Q564.86755 396.26877 564.86755 397.01877Q564.86755 397.73752 565.4769 398.17502Q566.2582 398.7219 568.3832 398.7219ZM570.6332 392.64377L570.5394 391.62814Q571.2582 391.50314 571.5863 391.14377Q571.8988 390.76877 571.8988 390.20627Q571.8988 389.7219 571.68005 389.36252Q571.4457 388.98752 571.0863 388.75314Q570.7113 388.51877 570.0863 388.36252Q569.4457 388.20627 568.7894 388.20627Q568.7113 388.20627 568.5707 388.20627Q569.0707 388.51877 569.3988 389.06564Q569.7113 389.61252 569.7113 390.25314Q569.7113 391.33127 568.9457 392.06564Q568.1644 392.80002 566.8988 392.80002Q565.5863 392.80002 564.7894 392.0344Q563.99255 391.25314 563.99255 390.0969Q563.99255 389.26877 564.4457 388.58127Q564.8988 387.87814 565.74255 387.51877Q566.5707 387.1594 568.1488 387.1594Q569.7894 387.1594 570.7738 387.51877Q571.74255 387.86252 572.2582 388.58127Q572.7582 389.2844 572.7582 390.2219Q572.7582 391.23752 572.2113 391.87814Q571.6488 392.51877 570.6332 392.64377ZM566.8363 388.33127Q565.93005 388.33127 565.3988 388.81564Q564.86755 389.2844 564.86755 389.9719Q564.86755 390.67502 565.4457 391.20627Q566.0082 391.7219 566.93005 391.7219Q567.74255 391.7219 568.2582 391.2219Q568.7738 390.7219 568.7738 390.00314Q568.7738 389.26877 568.2582 388.80002Q567.74255 388.33127 566.8363 388.33127Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M595.68713 444.2531L596.70276 444.2531L596.70276 449.9406Q596.32776 449.9406 595.9684 449.8156Q595.39026 449.59686 594.82776 449.1281Q594.26526 448.64374 593.5309 447.7375Q592.37463 446.33124 591.70276 445.84686Q591.0309 445.34686 590.43713 445.34686Q589.81213 445.34686 589.39026 445.8Q588.95276 446.2531 588.95276 446.97186Q588.95276 447.7375 589.4059 448.1906Q589.859 448.64374 590.6715 448.65936L590.56213 449.7375Q589.3434 449.6281 588.7184 448.90936Q588.07776 448.175 588.07776 446.9406Q588.07776 445.70624 588.76526 444.9875Q589.45276 444.26874 590.4684 444.26874Q590.984 444.26874 591.484 444.4875Q591.9684 444.6906 592.5309 445.1906Q593.07776 445.675 594.0309 446.8Q594.82776 447.7531 595.12463 448.03436Q595.4059 448.3 595.68713 448.47186L595.68713 444.2531ZM592.4684 442.8Q590.93713 442.8 590.01526 442.4875Q589.07776 442.175 588.57776 441.5656Q588.07776 440.9406 588.07776 440.0031Q588.07776 439.3156 588.359 438.8Q588.64026 438.26874 589.1715 437.925Q589.68713 437.58124 590.43713 437.39374Q591.18713 437.20624 592.4684 437.20624Q593.984 437.20624 594.9059 437.51874Q595.82776 437.8156 596.3434 438.4406Q596.8434 439.05 596.8434 440.0031Q596.8434 441.2375 595.95276 441.95624Q594.89026 442.8 592.4684 442.8ZM592.4684 441.72186Q594.57776 441.72186 595.2809 441.22186Q595.984 440.72186 595.984 440.0031Q595.984 439.26874 595.2809 438.78436Q594.57776 438.28436 592.4684 438.28436Q590.3434 438.28436 589.6559 438.78436Q588.95276 439.26874 588.95276 440.01874Q588.95276 440.7375 589.56213 441.175Q590.3434 441.72186 592.4684 441.72186ZM595.68713 430.2531L596.70276 430.2531L596.70276 435.9406Q596.32776 435.9406 595.9684 435.8156Q595.39026 435.59686 594.82776 435.1281Q594.26526 434.64374 593.5309 433.7375Q592.37463 432.33124 591.70276 431.84686Q591.0309 431.34686 590.43713 431.34686Q589.81213 431.34686 589.39026 431.8Q588.95276 432.2531 588.95276 432.97186Q588.95276 433.7375 589.4059 434.1906Q589.859 434.64374 590.6715 434.65936L590.56213 435.7375Q589.3434 435.6281 588.7184 434.90936Q588.07776 434.175 588.07776 432.9406Q588.07776 431.70624 588.76526 430.9875Q589.45276 430.26874 590.4684 430.26874Q590.984 430.26874 591.484 430.4875Q591.9684 430.6906 592.5309 431.1906Q593.07776 431.675 594.0309 432.8Q594.82776 433.7531 595.12463 434.03436Q595.4059 434.3 595.68713 434.47186L595.68713 430.2531ZM596.70276 424.83124L596.70276 425.8781L589.984 425.8781Q590.3434 426.26874 590.7184 426.89374Q591.07776 427.5031 591.24963 427.9875L590.234 427.9875Q589.81213 427.1125 589.234 426.45624Q588.64026 425.78436 588.07776 425.5031L588.07776 424.83124L596.70276 424.83124ZM594.12463 421.925L593.06213 421.925L593.06213 418.675L594.12463 418.675L594.12463 421.925ZM592.4684 417.8Q590.93713 417.8 590.01526 417.4875Q589.07776 417.175 588.57776 416.5656Q588.07776 415.9406 588.07776 415.0031Q588.07776 414.3156 588.359 413.8Q588.64026 413.26874 589.1715 412.925Q589.68713 412.58124 590.43713 412.39374Q591.18713 412.20624 592.4684 412.20624Q593.984 412.20624 594.9059 412.51874Q595.82776 412.8156 596.3434 413.4406Q596.8434 414.05 596.8434 415.0031Q596.8434 416.2375 595.95276 416.95624Q594.89026 417.8 592.4684 417.8ZM592.4684 416.72186Q594.57776 416.72186 595.2809 416.22186Q595.984 415.72186 595.984 415.0031Q595.984 414.26874 595.2809 413.78436Q594.57776 413.28436 592.4684 413.28436Q590.3434 413.28436 589.6559 413.78436Q588.95276 414.26874 588.95276 415.01874Q588.95276 415.7375 589.56213 416.175Q590.3434 416.72186 592.4684 416.72186ZM595.68713 405.2531L596.70276 405.2531L596.70276 410.9406Q596.32776 410.9406 595.9684 410.8156Q595.39026 410.59686 594.82776 410.1281Q594.26526 409.64374 593.5309 408.7375Q592.37463 407.33124 591.70276 406.84686Q591.0309 406.34686 590.43713 406.34686Q589.81213 406.34686 589.39026 406.8Q588.95276 407.2531 588.95276 407.97186Q588.95276 408.7375 589.4059 409.1906Q589.859 409.64374 590.6715 409.65936L590.56213 410.7375Q589.3434 410.6281 588.7184 409.90936Q588.07776 409.175 588.07776 407.9406Q588.07776 406.70624 588.76526 405.9875Q589.45276 405.26874 590.4684 405.26874Q590.984 405.26874 591.484 405.4875Q591.9684 405.6906 592.5309 406.1906Q593.07776 406.675 594.0309 407.8Q594.82776 408.7531 595.12463 409.03436Q595.4059 409.3 595.68713 409.47186L595.68713 405.2531ZM594.12463 403.925L593.06213 403.925L593.06213 400.675L594.12463 400.675L594.12463 403.925ZM595.68713 394.2531L596.70276 394.2531L596.70276 399.9406Q596.32776 399.9406 595.9684 399.8156Q595.39026 399.59686 594.82776 399.1281Q594.26526 398.64374 593.5309 397.7375Q592.37463 396.33124 591.70276 395.84686Q591.0309 395.34686 590.43713 395.34686Q589.81213 395.34686 589.39026 395.8Q588.95276 396.2531 588.95276 396.97186Q588.95276 397.7375 589.4059 398.1906Q589.859 398.64374 590.6715 398.65936L590.56213 399.7375Q589.3434 399.6281 588.7184 398.90936Q588.07776 398.175 588.07776 396.9406Q588.07776 395.70624 588.76526 394.9875Q589.45276 394.26874 590.4684 394.26874Q590.984 394.26874 591.484 394.4875Q591.9684 394.6906 592.5309 395.1906Q593.07776 395.675 594.0309 396.8Q594.82776 397.7531 595.12463 398.03436Q595.4059 398.3 595.68713 398.47186L595.68713 394.2531ZM594.43713 392.8L594.2965 391.7375Q595.18713 391.5656 595.5934 391.1281Q595.984 390.6906 595.984 390.0656Q595.984 389.3156 595.4684 388.8Q594.95276 388.28436 594.18713 388.28436Q593.4684 388.28436 592.99963 388.76874Q592.51526 389.2375 592.51526 389.97186Q592.51526 390.26874 592.64026 390.72186L591.70276 390.59686Q591.7184 390.4875 591.7184 390.425Q591.7184 389.7531 591.37463 389.22186Q591.01526 388.675 590.2809 388.675Q589.70276 388.675 589.32776 389.0656Q588.93713 389.45624 588.93713 390.08124Q588.93713 390.6906 589.32776 391.1125Q589.7184 391.51874 590.484 391.6281L590.2965 392.6906Q589.24963 392.5031 588.6715 391.8156Q588.07776 391.1281 588.07776 390.1125Q588.07776 389.40936 588.39026 388.8156Q588.68713 388.22186 589.20276 387.90936Q589.7184 387.59686 590.31213 387.59686Q590.859 387.59686 591.32776 387.89374Q591.7809 388.1906 592.0465 388.76874Q592.2184 388.01874 592.7809 387.59686Q593.32776 387.175 594.1715 387.175Q595.2965 387.175 596.07776 388.0031Q596.859 388.8156 596.859 390.0656Q596.859 391.1906 596.18713 391.9406Q595.49963 392.6906 594.43713 392.8Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M619.7723 444.25314L620.7879 444.25314L620.7879 449.94064Q620.4129 449.94064 620.0535 449.81564Q619.4754 449.5969 618.9129 449.12814Q618.3504 448.64377 617.616 447.73752Q616.4598 446.33127 615.7879 445.8469Q615.116 445.3469 614.5223 445.3469Q613.8973 445.3469 613.4754 445.80002Q613.0379 446.25314 613.0379 446.9719Q613.0379 447.73752 613.491 448.19064Q613.94415 448.64377 614.75665 448.6594L614.6473 449.73752Q613.4285 449.62814 612.8035 448.9094Q612.1629 448.17502 612.1629 446.94064Q612.1629 445.70627 612.8504 444.98752Q613.5379 444.26877 614.5535 444.26877Q615.06915 444.26877 615.56915 444.48752Q616.0535 444.69064 616.616 445.19064Q617.1629 445.67502 618.116 446.80002Q618.9129 447.75314 619.2098 448.0344Q619.491 448.30002 619.7723 448.4719L619.7723 444.25314ZM616.5535 442.80002Q615.0223 442.80002 614.1004 442.48752Q613.1629 442.17502 612.6629 441.56564Q612.1629 440.94064 612.1629 440.00314Q612.1629 439.31564 612.44415 438.80002Q612.7254 438.26877 613.25665 437.92502Q613.7723 437.58127 614.5223 437.39377Q615.2723 437.20627 616.5535 437.20627Q618.06915 437.20627 618.991 437.51877Q619.9129 437.81564 620.4285 438.44064Q620.9285 439.05002 620.9285 440.00314Q620.9285 441.23752 620.0379 441.95627Q618.9754 442.80002 616.5535 442.80002ZM616.5535 441.7219Q618.6629 441.7219 619.366 441.2219Q620.06915 440.7219 620.06915 440.00314Q620.06915 439.26877 619.366 438.7844Q618.6629 438.2844 616.5535 438.2844Q614.4285 438.2844 613.741 438.7844Q613.0379 439.26877 613.0379 440.01877Q613.0379 440.73752 613.6473 441.17502Q614.4285 441.7219 616.5535 441.7219ZM619.7723 430.25314L620.7879 430.25314L620.7879 435.94064Q620.4129 435.94064 620.0535 435.81564Q619.4754 435.5969 618.9129 435.12814Q618.3504 434.64377 617.616 433.73752Q616.4598 432.33127 615.7879 431.8469Q615.116 431.3469 614.5223 431.3469Q613.8973 431.3469 613.4754 431.80002Q613.0379 432.25314 613.0379 432.9719Q613.0379 433.73752 613.491 434.19064Q613.94415 434.64377 614.75665 434.6594L614.6473 435.73752Q613.4285 435.62814 612.8035 434.9094Q612.1629 434.17502 612.1629 432.94064Q612.1629 431.70627 612.8504 430.98752Q613.5379 430.26877 614.5535 430.26877Q615.06915 430.26877 615.56915 430.48752Q616.0535 430.69064 616.616 431.19064Q617.1629 431.67502 618.116 432.80002Q618.9129 433.75314 619.2098 434.0344Q619.491 434.30002 619.7723 434.4719L619.7723 430.25314ZM620.7879 424.83127L620.7879 425.87814L614.06915 425.87814Q614.4285 426.26877 614.8035 426.89377Q615.1629 427.50314 615.3348 427.98752L614.31915 427.98752Q613.8973 427.11252 613.31915 426.45627Q612.7254 425.7844 612.1629 425.50314L612.1629 424.83127L620.7879 424.83127ZM618.2098 421.92502L617.1473 421.92502L617.1473 418.67502L618.2098 418.67502L618.2098 421.92502ZM616.5535 417.80002Q615.0223 417.80002 614.1004 417.48752Q613.1629 417.17502 612.6629 416.56564Q612.1629 415.94064 612.1629 415.00314Q612.1629 414.31564 612.44415 413.80002Q612.7254 413.26877 613.25665 412.92502Q613.7723 412.58127 614.5223 412.39377Q615.2723 412.20627 616.5535 412.20627Q618.06915 412.20627 618.991 412.51877Q619.9129 412.81564 620.4285 413.44064Q620.9285 414.05002 620.9285 415.00314Q620.9285 416.23752 620.0379 416.95627Q618.9754 417.80002 616.5535 417.80002ZM616.5535 416.7219Q618.6629 416.7219 619.366 416.2219Q620.06915 415.7219 620.06915 415.00314Q620.06915 414.26877 619.366 413.7844Q618.6629 413.2844 616.5535 413.2844Q614.4285 413.2844 613.741 413.7844Q613.0379 414.26877 613.0379 415.01877Q613.0379 415.73752 613.6473 416.17502Q614.4285 416.7219 616.5535 416.7219ZM618.5223 410.80002L618.38165 409.73752Q619.2723 409.56564 619.6785 409.12814Q620.06915 408.69064 620.06915 408.06564Q620.06915 407.31564 619.5535 406.80002Q619.0379 406.2844 618.2723 406.2844Q617.5535 406.2844 617.0848 406.76877Q616.6004 407.23752 616.6004 407.9719Q616.6004 408.26877 616.7254 408.7219L615.7879 408.5969Q615.8035 408.48752 615.8035 408.42502Q615.8035 407.75314 615.4598 407.2219Q615.1004 406.67502 614.366 406.67502Q613.7879 406.67502 613.4129 407.06564Q613.0223 407.45627 613.0223 408.08127Q613.0223 408.69064 613.4129 409.11252Q613.8035 409.51877 614.56915 409.62814L614.38165 410.69064Q613.3348 410.50314 612.75665 409.81564Q612.1629 409.12814 612.1629 408.11252Q612.1629 407.4094 612.4754 406.81564Q612.7723 406.2219 613.2879 405.9094Q613.8035 405.5969 614.3973 405.5969Q614.94415 405.5969 615.4129 405.89377Q615.866 406.19064 616.13165 406.76877Q616.3035 406.01877 616.866 405.5969Q617.4129 405.17502 618.25665 405.17502Q619.38165 405.17502 620.1629 406.00314Q620.94415 406.81564 620.94415 408.06564Q620.94415 409.19064 620.2723 409.94064Q619.5848 410.69064 618.5223 410.80002ZM618.2098 403.92502L617.1473 403.92502L617.1473 400.67502L618.2098 400.67502L618.2098 403.92502ZM620.7879 395.83127L620.7879 396.87814L614.06915 396.87814Q614.4285 397.26877 614.8035 397.89377Q615.1629 398.50314 615.3348 398.98752L614.31915 398.98752Q613.8973 398.11252 613.31915 397.45627Q612.7254 396.7844 612.1629 396.50314L612.1629 395.83127L620.7879 395.83127ZM614.3035 387.33127L614.38165 388.37814Q613.75665 388.51877 613.4754 388.76877Q613.0223 389.20627 613.0223 389.83127Q613.0223 390.33127 613.3035 390.7219Q613.6785 391.20627 614.38165 391.50314Q615.06915 391.7844 616.3504 391.80002Q615.7723 391.42502 615.491 390.87814Q615.2098 390.31564 615.2098 389.70627Q615.2098 388.6594 615.991 387.92502Q616.7723 387.17502 617.991 387.17502Q618.8035 387.17502 619.50665 387.5344Q620.19415 387.87814 620.56915 388.48752Q620.9285 389.0969 620.9285 389.86252Q620.9285 391.19064 619.9598 392.01877Q618.991 392.8469 616.7723 392.8469Q614.2723 392.8469 613.1473 391.92502Q612.1629 391.12814 612.1629 389.76877Q612.1629 388.75314 612.741 388.11252Q613.3035 387.45627 614.3035 387.33127ZM618.00665 391.62814Q618.5535 391.62814 619.0535 391.4094Q619.5379 391.17502 619.8035 390.76877Q620.06915 390.3469 620.06915 389.87814Q620.06915 389.2219 619.5379 388.73752Q618.991 388.25314 618.06915 388.25314Q617.1785 388.25314 616.6629 388.73752Q616.1473 389.20627 616.1473 389.92502Q616.1473 390.64377 616.6629 391.14377Q617.1785 391.62814 618.00665 391.62814Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M643.8575 444.25314L644.8731 444.25314L644.8731 449.94064Q644.4981 449.94064 644.13873 449.81564Q643.5606 449.5969 642.9981 449.12814Q642.4356 448.64377 641.70123 447.73752Q640.545 446.33127 639.8731 445.8469Q639.20123 445.3469 638.6075 445.3469Q637.9825 445.3469 637.5606 445.80002Q637.1231 446.25314 637.1231 446.9719Q637.1231 447.73752 637.57623 448.19064Q638.02936 448.64377 638.84186 448.6594L638.7325 449.73752Q637.51373 449.62814 636.88873 448.9094Q636.2481 448.17502 636.2481 446.94064Q636.2481 445.70627 636.9356 444.98752Q637.6231 444.26877 638.63873 444.26877Q639.15436 444.26877 639.65436 444.48752Q640.13873 444.69064 640.70123 445.19064Q641.2481 445.67502 642.20123 446.80002Q642.9981 447.75314 643.295 448.0344Q643.57623 448.30002 643.8575 448.4719L643.8575 444.25314ZM640.63873 442.80002Q639.1075 442.80002 638.1856 442.48752Q637.2481 442.17502 636.7481 441.56564Q636.2481 440.94064 636.2481 440.00314Q636.2481 439.31564 636.52936 438.80002Q636.8106 438.26877 637.34186 437.92502Q637.8575 437.58127 638.6075 437.39377Q639.3575 437.20627 640.63873 437.20627Q642.15436 437.20627 643.07623 437.51877Q643.9981 437.81564 644.51373 438.44064Q645.01373 439.05002 645.01373 440.00314Q645.01373 441.23752 644.1231 441.95627Q643.0606 442.80002 640.63873 442.80002ZM640.63873 441.7219Q642.7481 441.7219 643.45123 441.2219Q644.15436 440.7219 644.15436 440.00314Q644.15436 439.26877 643.45123 438.7844Q642.7481 438.2844 640.63873 438.2844Q638.51373 438.2844 637.82623 438.7844Q637.1231 439.26877 637.1231 440.01877Q637.1231 440.73752 637.7325 441.17502Q638.51373 441.7219 640.63873 441.7219ZM643.8575 430.25314L644.8731 430.25314L644.8731 435.94064Q644.4981 435.94064 644.13873 435.81564Q643.5606 435.5969 642.9981 435.12814Q642.4356 434.64377 641.70123 433.73752Q640.545 432.33127 639.8731 431.8469Q639.20123 431.3469 638.6075 431.3469Q637.9825 431.3469 637.5606 431.80002Q637.1231 432.25314 637.1231 432.9719Q637.1231 433.73752 637.57623 434.19064Q638.02936 434.64377 638.84186 434.6594L638.7325 435.73752Q637.51373 435.62814 636.88873 434.9094Q636.2481 434.17502 636.2481 432.94064Q636.2481 431.70627 636.9356 430.98752Q637.6231 430.26877 638.63873 430.26877Q639.15436 430.26877 639.65436 430.48752Q640.13873 430.69064 640.70123 431.19064Q641.2481 431.67502 642.20123 432.80002Q642.9981 433.75314 643.295 434.0344Q643.57623 434.30002 643.8575 434.4719L643.8575 430.25314ZM644.8731 424.83127L644.8731 425.87814L638.15436 425.87814Q638.51373 426.26877 638.88873 426.89377Q639.2481 427.50314 639.42 427.98752L638.40436 427.98752Q637.9825 427.11252 637.40436 426.45627Q636.8106 425.7844 636.2481 425.50314L636.2481 424.83127L644.8731 424.83127ZM642.295 421.92502L641.2325 421.92502L641.2325 418.67502L642.295 418.67502L642.295 421.92502ZM640.63873 417.80002Q639.1075 417.80002 638.1856 417.48752Q637.2481 417.17502 636.7481 416.56564Q636.2481 415.94064 636.2481 415.00314Q636.2481 414.31564 636.52936 413.80002Q636.8106 413.26877 637.34186 412.92502Q637.8575 412.58127 638.6075 412.39377Q639.3575 412.20627 640.63873 412.20627Q642.15436 412.20627 643.07623 412.51877Q643.9981 412.81564 644.51373 413.44064Q645.01373 414.05002 645.01373 415.00314Q645.01373 416.23752 644.1231 416.95627Q643.0606 417.80002 640.63873 417.80002ZM640.63873 416.7219Q642.7481 416.7219 643.45123 416.2219Q644.15436 415.7219 644.15436 415.00314Q644.15436 414.26877 643.45123 413.7844Q642.7481 413.2844 640.63873 413.2844Q638.51373 413.2844 637.82623 413.7844Q637.1231 414.26877 637.1231 415.01877Q637.1231 415.73752 637.7325 416.17502Q638.51373 416.7219 640.63873 416.7219ZM642.6075 410.80002L642.46686 409.73752Q643.3575 409.56564 643.76373 409.12814Q644.15436 408.69064 644.15436 408.06564Q644.15436 407.31564 643.63873 406.80002Q643.1231 406.2844 642.3575 406.2844Q641.63873 406.2844 641.17 406.76877Q640.6856 407.23752 640.6856 407.9719Q640.6856 408.26877 640.8106 408.7219L639.8731 408.5969Q639.88873 408.48752 639.88873 408.42502Q639.88873 407.75314 639.545 407.2219Q639.1856 406.67502 638.45123 406.67502Q637.8731 406.67502 637.4981 407.06564Q637.1075 407.45627 637.1075 408.08127Q637.1075 408.69064 637.4981 409.11252Q637.88873 409.51877 638.65436 409.62814L638.46686 410.69064Q637.42 410.50314 636.84186 409.81564Q636.2481 409.12814 636.2481 408.11252Q636.2481 407.4094 636.5606 406.81564Q636.8575 406.2219 637.3731 405.9094Q637.88873 405.5969 638.4825 405.5969Q639.02936 405.5969 639.4981 405.89377Q639.95123 406.19064 640.21686 406.76877Q640.38873 406.01877 640.95123 405.5969Q641.4981 405.17502 642.34186 405.17502Q643.46686 405.17502 644.2481 406.00314Q645.02936 406.81564 645.02936 408.06564Q645.02936 409.19064 644.3575 409.94064Q643.67 410.69064 642.6075 410.80002ZM642.295 403.92502L641.2325 403.92502L641.2325 400.67502L642.295 400.67502L642.295 403.92502ZM642.6075 399.80002L642.46686 398.73752Q643.3575 398.56564 643.76373 398.12814Q644.15436 397.69064 644.15436 397.06564Q644.15436 396.31564 643.63873 395.80002Q643.1231 395.2844 642.3575 395.2844Q641.63873 395.2844 641.17 395.76877Q640.6856 396.23752 640.6856 396.9719Q640.6856 397.26877 640.8106 397.7219L639.8731 397.5969Q639.88873 397.48752 639.88873 397.42502Q639.88873 396.75314 639.545 396.2219Q639.1856 395.67502 638.45123 395.67502Q637.8731 395.67502 637.4981 396.06564Q637.1075 396.45627 637.1075 397.08127Q637.1075 397.69064 637.4981 398.11252Q637.88873 398.51877 638.65436 398.62814L638.46686 399.69064Q637.42 399.50314 636.84186 398.81564Q636.2481 398.12814 636.2481 397.11252Q636.2481 396.4094 636.5606 395.81564Q636.8575 395.2219 637.3731 394.9094Q637.88873 394.5969 638.4825 394.5969Q639.02936 394.5969 639.4981 394.89377Q639.95123 395.19064 640.21686 395.76877Q640.38873 395.01877 640.95123 394.5969Q641.4981 394.17502 642.34186 394.17502Q643.46686 394.17502 644.2481 395.00314Q645.02936 395.81564 645.02936 397.06564Q645.02936 398.19064 644.3575 398.94064Q643.67 399.69064 642.6075 399.80002ZM640.63873 392.80002Q639.1075 392.80002 638.1856 392.48752Q637.2481 392.17502 636.7481 391.56564Q636.2481 390.94064 636.2481 390.00314Q636.2481 389.31564 636.52936 388.80002Q636.8106 388.26877 637.34186 387.92502Q637.8575 387.58127 638.6075 387.39377Q639.3575 387.20627 640.63873 387.20627Q642.15436 387.20627 643.07623 387.51877Q643.9981 387.81564 644.51373 388.44064Q645.01373 389.05002 645.01373 390.00314Q645.01373 391.23752 644.1231 391.95627Q643.0606 392.80002 640.63873 392.80002ZM640.63873 391.7219Q642.7481 391.7219 643.45123 391.2219Q644.15436 390.7219 644.15436 390.00314Q644.15436 389.26877 643.45123 388.7844Q642.7481 388.2844 640.63873 388.2844Q638.51373 388.2844 637.82623 388.7844Q637.1231 389.26877 637.1231 390.01877Q637.1231 390.73752 637.7325 391.17502Q638.51373 391.7219 640.63873 391.7219Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M667.9427 444.2531L668.9583 444.2531L668.9583 449.9406Q668.5833 449.9406 668.22394 449.8156Q667.6458 449.59686 667.0833 449.1281Q666.5208 448.64374 665.78644 447.7375Q664.6302 446.33124 663.9583 445.84686Q663.28644 445.34686 662.6927 445.34686Q662.0677 445.34686 661.6458 445.8Q661.2083 446.2531 661.2083 446.97186Q661.2083 447.7375 661.66144 448.1906Q662.11456 448.64374 662.92706 448.65936L662.8177 449.7375Q661.59894 449.6281 660.97394 448.90936Q660.3333 448.175 660.3333 446.9406Q660.3333 445.70624 661.0208 444.9875Q661.7083 444.26874 662.72394 444.26874Q663.23956 444.26874 663.73956 444.4875Q664.22394 444.6906 664.78644 445.1906Q665.3333 445.675 666.28644 446.8Q667.0833 447.7531 667.3802 448.03436Q667.66144 448.3 667.9427 448.47186L667.9427 444.2531ZM664.72394 442.8Q663.1927 442.8 662.2708 442.4875Q661.3333 442.175 660.8333 441.5656Q660.3333 440.9406 660.3333 440.0031Q660.3333 439.3156 660.61456 438.8Q660.8958 438.26874 661.42706 437.925Q661.9427 437.58124 662.6927 437.39374Q663.4427 437.20624 664.72394 437.20624Q666.23956 437.20624 667.16144 437.51874Q668.0833 437.8156 668.59894 438.4406Q669.09894 439.05 669.09894 440.0031Q669.09894 441.2375 668.2083 441.95624Q667.1458 442.8 664.72394 442.8ZM664.72394 441.72186Q666.8333 441.72186 667.53644 441.22186Q668.23956 440.72186 668.23956 440.0031Q668.23956 439.26874 667.53644 438.78436Q666.8333 438.28436 664.72394 438.28436Q662.59894 438.28436 661.91144 438.78436Q661.2083 439.26874 661.2083 440.01874Q661.2083 440.7375 661.8177 441.175Q662.59894 441.72186 664.72394 441.72186ZM667.9427 430.2531L668.9583 430.2531L668.9583 435.9406Q668.5833 435.9406 668.22394 435.8156Q667.6458 435.59686 667.0833 435.1281Q666.5208 434.64374 665.78644 433.7375Q664.6302 432.33124 663.9583 431.84686Q663.28644 431.34686 662.6927 431.34686Q662.0677 431.34686 661.6458 431.8Q661.2083 432.2531 661.2083 432.97186Q661.2083 433.7375 661.66144 434.1906Q662.11456 434.64374 662.92706 434.65936L662.8177 435.7375Q661.59894 435.6281 660.97394 434.90936Q660.3333 434.175 660.3333 432.9406Q660.3333 431.70624 661.0208 430.9875Q661.7083 430.26874 662.72394 430.26874Q663.23956 430.26874 663.73956 430.4875Q664.22394 430.6906 664.78644 431.1906Q665.3333 431.675 666.28644 432.8Q667.0833 433.7531 667.3802 434.03436Q667.66144 434.3 667.9427 434.47186L667.9427 430.2531ZM668.9583 424.83124L668.9583 425.8781L662.23956 425.8781Q662.59894 426.26874 662.97394 426.89374Q663.3333 427.5031 663.5052 427.9875L662.48956 427.9875Q662.0677 427.1125 661.48956 426.45624Q660.8958 425.78436 660.3333 425.5031L660.3333 424.83124L668.9583 424.83124ZM666.3802 421.925L665.3177 421.925L665.3177 418.675L666.3802 418.675L666.3802 421.925ZM664.72394 417.8Q663.1927 417.8 662.2708 417.4875Q661.3333 417.175 660.8333 416.5656Q660.3333 415.9406 660.3333 415.0031Q660.3333 414.3156 660.61456 413.8Q660.8958 413.26874 661.42706 412.925Q661.9427 412.58124 662.6927 412.39374Q663.4427 412.20624 664.72394 412.20624Q666.23956 412.20624 667.16144 412.51874Q668.0833 412.8156 668.59894 413.4406Q669.09894 414.05 669.09894 415.0031Q669.09894 416.2375 668.2083 416.95624Q667.1458 417.8 664.72394 417.8ZM664.72394 416.72186Q666.8333 416.72186 667.53644 416.22186Q668.23956 415.72186 668.23956 415.0031Q668.23956 414.26874 667.53644 413.78436Q666.8333 413.28436 664.72394 413.28436Q662.59894 413.28436 661.91144 413.78436Q661.2083 414.26874 661.2083 415.01874Q661.2083 415.7375 661.8177 416.175Q662.59894 416.72186 664.72394 416.72186ZM668.9583 407.425L666.8958 407.425L666.8958 411.14374L665.92706 411.14374L660.36456 407.22186L660.36456 406.3625L665.92706 406.3625L665.92706 405.20624L666.8958 405.20624L666.8958 406.3625L668.9583 406.3625L668.9583 407.425ZM665.92706 407.425L662.0677 407.425L665.92706 410.1125L665.92706 407.425ZM666.3802 403.925L665.3177 403.925L665.3177 400.675L666.3802 400.675L666.3802 403.925ZM668.9583 395.83124L668.9583 396.8781L662.23956 396.8781Q662.59894 397.26874 662.97394 397.89374Q663.3333 398.5031 663.5052 398.9875L662.48956 398.9875Q662.0677 398.1125 661.48956 397.45624Q660.8958 396.78436 660.3333 396.5031L660.3333 395.83124L668.9583 395.83124ZM666.97394 392.64374L666.8802 391.6281Q667.59894 391.5031 667.92706 391.14374Q668.23956 390.76874 668.23956 390.20624Q668.23956 389.72186 668.0208 389.3625Q667.78644 388.9875 667.42706 388.7531Q667.05206 388.51874 666.42706 388.3625Q665.78644 388.20624 665.1302 388.20624Q665.05206 388.20624 664.91144 388.20624Q665.41144 388.51874 665.73956 389.0656Q666.05206 389.6125 666.05206 390.2531Q666.05206 391.33124 665.28644 392.0656Q664.5052 392.8 663.23956 392.8Q661.92706 392.8 661.1302 392.03436Q660.3333 391.2531 660.3333 390.09686Q660.3333 389.26874 660.78644 388.58124Q661.23956 387.8781 662.0833 387.51874Q662.91144 387.15936 664.48956 387.15936Q666.1302 387.15936 667.11456 387.51874Q668.0833 387.8625 668.59894 388.58124Q669.09894 389.28436 669.09894 390.22186Q669.09894 391.2375 668.55206 391.8781Q667.98956 392.51874 666.97394 392.64374ZM663.17706 388.33124Q662.2708 388.33124 661.73956 388.8156Q661.2083 389.28436 661.2083 389.97186Q661.2083 390.675 661.78644 391.20624Q662.34894 391.72186 663.2708 391.72186Q664.0833 391.72186 664.59894 391.22186Q665.11456 390.72186 665.11456 390.0031Q665.11456 389.26874 664.59894 388.8Q664.0833 388.33124 663.17706 388.33124Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M692.02783 444.25314L693.04346 444.25314L693.04346 449.94064Q692.66846 449.94064 692.3091 449.81564Q691.73096 449.5969 691.16846 449.12814Q690.60596 448.64377 689.8716 447.73752Q688.71533 446.33127 688.04346 445.8469Q687.3716 445.3469 686.77783 445.3469Q686.15283 445.3469 685.73096 445.80002Q685.29346 446.25314 685.29346 446.9719Q685.29346 447.73752 685.7466 448.19064Q686.1997 448.64377 687.0122 448.6594L686.90283 449.73752Q685.6841 449.62814 685.0591 448.9094Q684.41846 448.17502 684.41846 446.94064Q684.41846 445.70627 685.10596 444.98752Q685.79346 444.26877 686.8091 444.26877Q687.3247 444.26877 687.8247 444.48752Q688.3091 444.69064 688.8716 445.19064Q689.41846 445.67502 690.3716 446.80002Q691.16846 447.75314 691.46533 448.0344Q691.7466 448.30002 692.02783 448.4719L692.02783 444.25314ZM688.8091 442.80002Q687.27783 442.80002 686.35596 442.48752Q685.41846 442.17502 684.91846 441.56564Q684.41846 440.94064 684.41846 440.00314Q684.41846 439.31564 684.6997 438.80002Q684.98096 438.26877 685.5122 437.92502Q686.02783 437.58127 686.77783 437.39377Q687.52783 437.20627 688.8091 437.20627Q690.3247 437.20627 691.2466 437.51877Q692.16846 437.81564 692.6841 438.44064Q693.1841 439.05002 693.1841 440.00314Q693.1841 441.23752 692.29346 441.95627Q691.23096 442.80002 688.8091 442.80002ZM688.8091 441.7219Q690.91846 441.7219 691.6216 441.2219Q692.3247 440.7219 692.3247 440.00314Q692.3247 439.26877 691.6216 438.7844Q690.91846 438.2844 688.8091 438.2844Q686.6841 438.2844 685.9966 438.7844Q685.29346 439.26877 685.29346 440.01877Q685.29346 440.73752 685.90283 441.17502Q686.6841 441.7219 688.8091 441.7219ZM692.02783 430.25314L693.04346 430.25314L693.04346 435.94064Q692.66846 435.94064 692.3091 435.81564Q691.73096 435.5969 691.16846 435.12814Q690.60596 434.64377 689.8716 433.73752Q688.71533 432.33127 688.04346 431.8469Q687.3716 431.3469 686.77783 431.3469Q686.15283 431.3469 685.73096 431.80002Q685.29346 432.25314 685.29346 432.9719Q685.29346 433.73752 685.7466 434.19064Q686.1997 434.64377 687.0122 434.6594L686.90283 435.73752Q685.6841 435.62814 685.0591 434.9094Q684.41846 434.17502 684.41846 432.94064Q684.41846 431.70627 685.10596 430.98752Q685.79346 430.26877 686.8091 430.26877Q687.3247 430.26877 687.8247 430.48752Q688.3091 430.69064 688.8716 431.19064Q689.41846 431.67502 690.3716 432.80002Q691.16846 433.75314 691.46533 434.0344Q691.7466 434.30002 692.02783 434.4719L692.02783 430.25314ZM693.04346 424.83127L693.04346 425.87814L686.3247 425.87814Q686.6841 426.26877 687.0591 426.89377Q687.41846 427.50314 687.59033 427.98752L686.5747 427.98752Q686.15283 427.11252 685.5747 426.45627Q684.98096 425.7844 684.41846 425.50314L684.41846 424.83127L693.04346 424.83127ZM690.46533 421.92502L689.40283 421.92502L689.40283 418.67502L690.46533 418.67502L690.46533 421.92502ZM688.8091 417.80002Q687.27783 417.80002 686.35596 417.48752Q685.41846 417.17502 684.91846 416.56564Q684.41846 415.94064 684.41846 415.00314Q684.41846 414.31564 684.6997 413.80002Q684.98096 413.26877 685.5122 412.92502Q686.02783 412.58127 686.77783 412.39377Q687.52783 412.20627 688.8091 412.20627Q690.3247 412.20627 691.2466 412.51877Q692.16846 412.81564 692.6841 413.44064Q693.1841 414.05002 693.1841 415.00314Q693.1841 416.23752 692.29346 416.95627Q691.23096 417.80002 688.8091 417.80002ZM688.8091 416.7219Q690.91846 416.7219 691.6216 416.2219Q692.3247 415.7219 692.3247 415.00314Q692.3247 414.26877 691.6216 413.7844Q690.91846 413.2844 688.8091 413.2844Q686.6841 413.2844 685.9966 413.7844Q685.29346 414.26877 685.29346 415.01877Q685.29346 415.73752 685.90283 416.17502Q686.6841 416.7219 688.8091 416.7219ZM690.79346 410.80002L690.6997 409.69064Q691.5122 409.56564 691.91846 409.12814Q692.3247 408.67502 692.3247 408.0344Q692.3247 407.2844 691.7466 406.75314Q691.16846 406.2219 690.23096 406.2219Q689.3247 406.2219 688.8091 406.73752Q688.27783 407.23752 688.27783 408.06564Q688.27783 408.56564 688.5122 408.98752Q688.7466 409.39377 689.10596 409.62814L688.98096 410.61252L684.5747 409.7844L684.5747 405.50314L685.5747 405.50314L685.5747 408.94064L687.8872 409.39377Q687.34033 408.62814 687.34033 407.7844Q687.34033 406.6594 688.1216 405.89377Q688.90283 405.11252 690.1372 405.11252Q691.29346 405.11252 692.15283 405.7844Q693.1841 406.61252 693.1841 408.0344Q693.1841 409.20627 692.52783 409.95627Q691.8716 410.69064 690.79346 410.80002ZM690.46533 403.92502L689.40283 403.92502L689.40283 400.67502L690.46533 400.67502L690.46533 403.92502ZM688.8091 399.80002Q687.27783 399.80002 686.35596 399.48752Q685.41846 399.17502 684.91846 398.56564Q684.41846 397.94064 684.41846 397.00314Q684.41846 396.31564 684.6997 395.80002Q684.98096 395.26877 685.5122 394.92502Q686.02783 394.58127 686.77783 394.39377Q687.52783 394.20627 688.8091 394.20627Q690.3247 394.20627 691.2466 394.51877Q692.16846 394.81564 692.6841 395.44064Q693.1841 396.05002 693.1841 397.00314Q693.1841 398.23752 692.29346 398.95627Q691.23096 399.80002 688.8091 399.80002ZM688.8091 398.7219Q690.91846 398.7219 691.6216 398.2219Q692.3247 397.7219 692.3247 397.00314Q692.3247 396.26877 691.6216 395.7844Q690.91846 395.2844 688.8091 395.2844Q686.6841 395.2844 685.9966 395.7844Q685.29346 396.26877 685.29346 397.01877Q685.29346 397.73752 685.90283 398.17502Q686.6841 398.7219 688.8091 398.7219ZM690.77783 392.80002L690.6372 391.73752Q691.52783 391.56564 691.9341 391.12814Q692.3247 390.69064 692.3247 390.06564Q692.3247 389.31564 691.8091 388.80002Q691.29346 388.2844 690.52783 388.2844Q689.8091 388.2844 689.34033 388.76877Q688.85596 389.23752 688.85596 389.9719Q688.85596 390.26877 688.98096 390.7219L688.04346 390.5969Q688.0591 390.48752 688.0591 390.42502Q688.0591 389.75314 687.71533 389.2219Q687.35596 388.67502 686.6216 388.67502Q686.04346 388.67502 685.66846 389.06564Q685.27783 389.45627 685.27783 390.08127Q685.27783 390.69064 685.66846 391.11252Q686.0591 391.51877 686.8247 391.62814L686.6372 392.69064Q685.59033 392.50314 685.0122 391.81564Q684.41846 391.12814 684.41846 390.11252Q684.41846 389.4094 684.73096 388.81564Q685.02783 388.2219 685.54346 387.9094Q686.0591 387.5969 686.65283 387.5969Q687.1997 387.5969 687.66846 387.89377Q688.1216 388.19064 688.3872 388.76877Q688.5591 388.01877 689.1216 387.5969Q689.66846 387.17502 690.5122 387.17502Q691.6372 387.17502 692.41846 388.00314Q693.1997 388.81564 693.1997 390.06564Q693.1997 391.19064 692.52783 391.94064Q691.84033 392.69064 690.77783 392.80002Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M716.11304 444.2531L717.12866 444.2531L717.12866 449.9406Q716.75366 449.9406 716.3943 449.8156Q715.81616 449.59686 715.25366 449.1281Q714.69116 448.64374 713.9568 447.7375Q712.80054 446.33124 712.12866 445.84686Q711.4568 445.34686 710.86304 445.34686Q710.23804 445.34686 709.81616 445.8Q709.37866 446.2531 709.37866 446.97186Q709.37866 447.7375 709.8318 448.1906Q710.2849 448.64374 711.0974 448.65936L710.98804 449.7375Q709.7693 449.6281 709.1443 448.90936Q708.50366 448.175 708.50366 446.9406Q708.50366 445.70624 709.19116 444.9875Q709.87866 444.26874 710.8943 444.26874Q711.4099 444.26874 711.9099 444.4875Q712.3943 444.6906 712.9568 445.1906Q713.50366 445.675 714.4568 446.8Q715.25366 447.7531 715.55054 448.03436Q715.8318 448.3 716.11304 448.47186L716.11304 444.2531ZM712.8943 442.8Q711.36304 442.8 710.44116 442.4875Q709.50366 442.175 709.00366 441.5656Q708.50366 440.9406 708.50366 440.0031Q708.50366 439.3156 708.7849 438.8Q709.06616 438.26874 709.5974 437.925Q710.11304 437.58124 710.86304 437.39374Q711.61304 437.20624 712.8943 437.20624Q714.4099 437.20624 715.3318 437.51874Q716.25366 437.8156 716.7693 438.4406Q717.2693 439.05 717.2693 440.0031Q717.2693 441.2375 716.37866 441.95624Q715.31616 442.8 712.8943 442.8ZM712.8943 441.72186Q715.00366 441.72186 715.7068 441.22186Q716.4099 440.72186 716.4099 440.0031Q716.4099 439.26874 715.7068 438.78436Q715.00366 438.28436 712.8943 438.28436Q710.7693 438.28436 710.0818 438.78436Q709.37866 439.26874 709.37866 440.01874Q709.37866 440.7375 709.98804 441.175Q710.7693 441.72186 712.8943 441.72186ZM716.11304 430.2531L717.12866 430.2531L717.12866 435.9406Q716.75366 435.9406 716.3943 435.8156Q715.81616 435.59686 715.25366 435.1281Q714.69116 434.64374 713.9568 433.7375Q712.80054 432.33124 712.12866 431.84686Q711.4568 431.34686 710.86304 431.34686Q710.23804 431.34686 709.81616 431.8Q709.37866 432.2531 709.37866 432.97186Q709.37866 433.7375 709.8318 434.1906Q710.2849 434.64374 711.0974 434.65936L710.98804 435.7375Q709.7693 435.6281 709.1443 434.90936Q708.50366 434.175 708.50366 432.9406Q708.50366 431.70624 709.19116 430.9875Q709.87866 430.26874 710.8943 430.26874Q711.4099 430.26874 711.9099 430.4875Q712.3943 430.6906 712.9568 431.1906Q713.50366 431.675 714.4568 432.8Q715.25366 433.7531 715.55054 434.03436Q715.8318 434.3 716.11304 434.47186L716.11304 430.2531ZM717.12866 424.83124L717.12866 425.8781L710.4099 425.8781Q710.7693 426.26874 711.1443 426.89374Q711.50366 427.5031 711.67554 427.9875L710.6599 427.9875Q710.23804 427.1125 709.6599 426.45624Q709.06616 425.78436 708.50366 425.5031L708.50366 424.83124L717.12866 424.83124ZM714.55054 421.925L713.48804 421.925L713.48804 418.675L714.55054 418.675L714.55054 421.925ZM712.8943 417.8Q711.36304 417.8 710.44116 417.4875Q709.50366 417.175 709.00366 416.5656Q708.50366 415.9406 708.50366 415.0031Q708.50366 414.3156 708.7849 413.8Q709.06616 413.26874 709.5974 412.925Q710.11304 412.58124 710.86304 412.39374Q711.61304 412.20624 712.8943 412.20624Q714.4099 412.20624 715.3318 412.51874Q716.25366 412.8156 716.7693 413.4406Q717.2693 414.05 717.2693 415.0031Q717.2693 416.2375 716.37866 416.95624Q715.31616 417.8 712.8943 417.8ZM712.8943 416.72186Q715.00366 416.72186 715.7068 416.22186Q716.4099 415.72186 716.4099 415.0031Q716.4099 414.26874 715.7068 413.78436Q715.00366 413.28436 712.8943 413.28436Q710.7693 413.28436 710.0818 413.78436Q709.37866 414.26874 709.37866 415.01874Q709.37866 415.7375 709.98804 416.175Q710.7693 416.72186 712.8943 416.72186ZM714.87866 410.8L714.7849 409.6906Q715.5974 409.5656 716.00366 409.1281Q716.4099 408.675 716.4099 408.03436Q716.4099 407.28436 715.8318 406.7531Q715.25366 406.22186 714.31616 406.22186Q713.4099 406.22186 712.8943 406.7375Q712.36304 407.2375 712.36304 408.0656Q712.36304 408.5656 712.5974 408.9875Q712.8318 409.39374 713.19116 409.6281L713.06616 410.6125L708.6599 409.78436L708.6599 405.5031L709.6599 405.5031L709.6599 408.9406L711.9724 409.39374Q711.42554 408.6281 711.42554 407.78436Q711.42554 406.65936 712.2068 405.89374Q712.98804 405.1125 714.2224 405.1125Q715.37866 405.1125 716.23804 405.78436Q717.2693 406.6125 717.2693 408.03436Q717.2693 409.20624 716.61304 409.95624Q715.9568 410.6906 714.87866 410.8ZM714.55054 403.925L713.48804 403.925L713.48804 400.675L714.55054 400.675L714.55054 403.925ZM717.12866 395.83124L717.12866 396.8781L710.4099 396.8781Q710.7693 397.26874 711.1443 397.89374Q711.50366 398.5031 711.67554 398.9875L710.6599 398.9875Q710.23804 398.1125 709.6599 397.45624Q709.06616 396.78436 708.50366 396.5031L708.50366 395.83124L717.12866 395.83124ZM709.6599 392.7375L708.6443 392.7375L708.6443 387.175L709.4724 387.175Q710.3474 387.9875 711.80054 388.8Q713.23804 389.59686 714.7693 390.03436Q715.8474 390.3625 717.12866 390.4406L717.12866 391.53436Q716.11304 391.51874 714.67554 391.14374Q713.23804 390.7531 711.9099 390.05Q710.5818 389.33124 709.6599 388.51874L709.6599 392.7375Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M229.0 70.5C229.0 69.947716 229.44771 69.5 230.0 69.5L240.0 69.5C240.55229 69.5 241.0 69.947716 241.0 70.5L241.0 80.5C241.0 81.052284 240.55229 81.5 240.0 81.5L230.0 81.5C229.44771 81.5 229.0 81.052284 229.0 80.5Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M259.0625 80.5L256.85938 80.5L255.98438 78.21875L251.96875 78.21875L251.14062 80.5L249.0 80.5L252.90625 70.484375L255.04688 70.484375L259.0625 80.5ZM255.32812 76.53125L253.95312 72.8125L252.59375 76.53125L255.32812 76.53125ZM263.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.234375ZM268.32812 73.234375L268.32812 74.765625L267.01562 74.765625L267.01562 77.703125Q267.01562 78.578125 267.04688 78.734375Q267.09375 78.875 267.21875 78.984375Q267.35938 79.078125 267.5625 79.078125Q267.82812 79.078125 268.32812 78.890625L268.48438 80.375Q267.82812 80.671875 266.96875 80.671875Q266.45312 80.671875 266.03125 80.5Q265.625 80.3125 265.42188 80.046875Q265.23438 79.765625 265.15625 79.296875Q265.09375 78.953125 265.09375 77.9375L265.09375 74.765625L264.21875 74.765625L264.21875 73.234375L265.09375 73.234375L265.09375 71.796875L267.01562 70.671875L267.01562 73.234375L268.32812 73.234375ZM274.20312 78.1875L276.125 78.515625Q275.75 79.5625 274.95312 80.125Q274.15625 80.671875 272.96875 80.671875Q271.07812 80.671875 270.15625 79.421875Q269.4375 78.4375 269.4375 76.921875Q269.4375 75.125 270.375 74.109375Q271.32812 73.078125 272.78125 73.078125Q274.39062 73.078125 275.32812 74.15625Q276.26562 75.21875 276.21875 77.421875L271.40625 77.421875Q271.4375 78.28125 271.875 78.765625Q272.32812 79.234375 272.98438 79.234375Q273.4375 79.234375 273.73438 78.984375Q274.04688 78.734375 274.20312 78.1875ZM274.3125 76.25Q274.29688 75.40625 273.89062 74.984375Q273.48438 74.546875 272.89062 74.546875Q272.26562 74.546875 271.84375 75.0Q271.4375 75.46875 271.45312 76.25L274.3125 76.25ZM284.60938 80.5L282.6875 80.5L282.6875 76.796875Q282.6875 75.625 282.5625 75.28125Q282.4375 74.921875 282.15625 74.734375Q281.89062 74.546875 281.5 74.546875Q281.0 74.546875 280.59375 74.828125Q280.20312 75.09375 280.04688 75.546875Q279.90625 76.0 279.90625 77.21875L279.90625 80.5L277.98438 80.5L277.98438 73.234375L279.78125 73.234375L279.78125 74.3125Q280.71875 73.078125 282.17188 73.078125Q282.79688 73.078125 283.32812 73.3125Q283.85938 73.53125 284.125 73.890625Q284.39062 74.25 284.5 74.703125Q284.60938 75.140625 284.60938 75.984375L284.60938 80.5ZM293.65625 80.5L291.875 80.5L291.875 79.4375Q291.4375 80.0625 290.82812 80.375Q290.21875 80.671875 289.60938 80.671875Q288.35938 80.671875 287.46875 79.65625Q286.57812 78.640625 286.57812 76.84375Q286.57812 75.0 287.4375 74.046875Q288.3125 73.078125 289.64062 73.078125Q290.85938 73.078125 291.75 74.09375L291.75 70.484375L293.65625 70.484375L293.65625 80.5ZM288.53125 76.71875Q288.53125 77.875 288.85938 78.390625Q289.32812 79.140625 290.15625 79.140625Q290.8125 79.140625 291.28125 78.578125Q291.75 78.015625 291.75 76.890625Q291.75 75.640625 291.29688 75.09375Q290.84375 74.546875 290.14062 74.546875Q289.45312 74.546875 288.98438 75.09375Q288.53125 75.625 288.53125 76.71875ZM297.4375 75.453125L295.70312 75.140625Q295.98438 74.09375 296.70312 73.59375Q297.42188 73.078125 298.84375 73.078125Q300.125 73.078125 300.75 73.390625Q301.39062 73.6875 301.64062 74.15625Q301.89062 74.625 301.89062 75.875L301.875 78.109375Q301.875 79.078125 301.96875 79.53125Q302.0625 79.984375 302.3125 80.5L300.42188 80.5Q300.34375 80.3125 300.23438 79.9375Q300.1875 79.765625 300.15625 79.703125Q299.67188 80.1875 299.10938 80.4375Q298.54688 80.671875 297.90625 80.671875Q296.79688 80.671875 296.14062 80.0625Q295.5 79.453125 295.5 78.515625Q295.5 77.90625 295.79688 77.421875Q296.09375 76.9375 296.60938 76.6875Q297.14062 76.421875 298.14062 76.234375Q299.48438 75.984375 300.01562 75.765625L300.01562 75.578125Q300.01562 75.015625 299.73438 74.78125Q299.46875 74.546875 298.70312 74.546875Q298.1875 74.546875 297.90625 74.75Q297.625 74.953125 297.4375 75.453125ZM300.01562 77.015625Q299.64062 77.140625 298.84375 77.3125Q298.04688 77.484375 297.79688 77.640625Q297.42188 77.90625 297.42188 78.3125Q297.42188 78.71875 297.71875 79.015625Q298.01562 79.3125 298.48438 79.3125Q299.0 79.3125 299.48438 78.96875Q299.82812 78.703125 299.9375 78.328125Q300.01562 78.09375 300.01562 77.390625L300.01562 77.015625ZM310.60938 80.5L308.6875 80.5L308.6875 76.796875Q308.6875 75.625 308.5625 75.28125Q308.4375 74.921875 308.15625 74.734375Q307.89062 74.546875 307.5 74.546875Q307.0 74.546875 306.59375 74.828125Q306.20312 75.09375 306.04688 75.546875Q305.90625 76.0 305.90625 77.21875L305.90625 80.5L303.98438 80.5L303.98438 73.234375L305.78125 73.234375L305.78125 74.3125Q306.71875 73.078125 308.17188 73.078125Q308.79688 73.078125 309.32812 73.3125Q309.85938 73.53125 310.125 73.890625Q310.39062 74.25 310.5 74.703125Q310.60938 75.140625 310.60938 75.984375L310.60938 80.5ZM319.32812 75.390625L317.4375 75.734375Q317.34375 75.15625 317.0 74.875Q316.67188 74.59375 316.125 74.59375Q315.40625 74.59375 314.98438 75.09375Q314.5625 75.578125 314.5625 76.734375Q314.5625 78.03125 314.98438 78.5625Q315.42188 79.09375 316.15625 79.09375Q316.70312 79.09375 317.04688 78.78125Q317.40625 78.46875 317.54688 77.71875L319.4375 78.03125Q319.14062 79.34375 318.29688 80.015625Q317.46875 80.671875 316.0625 80.671875Q314.46875 80.671875 313.51562 79.671875Q312.57812 78.65625 312.57812 76.875Q312.57812 75.078125 313.53125 74.078125Q314.48438 73.078125 316.10938 73.078125Q317.42188 73.078125 318.20312 73.65625Q319.0 74.21875 319.32812 75.390625ZM325.20312 78.1875L327.125 78.515625Q326.75 79.5625 325.95312 80.125Q325.15625 80.671875 323.96875 80.671875Q322.07812 80.671875 321.15625 79.421875Q320.4375 78.4375 320.4375 76.921875Q320.4375 75.125 321.375 74.109375Q322.32812 73.078125 323.78125 73.078125Q325.39062 73.078125 326.32812 74.15625Q327.26562 75.21875 327.21875 77.421875L322.40625 77.421875Q322.4375 78.28125 322.875 78.765625Q323.32812 79.234375 323.98438 79.234375Q324.4375 79.234375 324.73438 78.984375Q325.04688 78.734375 325.20312 78.1875ZM325.3125 76.25Q325.29688 75.40625 324.89062 74.984375Q324.48438 74.546875 323.89062 74.546875Q323.26562 74.546875 322.84375 75.0Q322.4375 75.46875 322.45312 76.25L325.3125 76.25Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M344.0 75.5L356.0 75.5" fill-rule="nonzero" stroke="#76b900" stroke-linecap="butt" stroke-opacity="0.7019608" stroke-width="4.0"></path>
     <path d="M364.625 77.921875L366.53125 77.71875Q366.625 78.375 367.01562 78.75Q367.42188 79.125 367.95312 79.125Q368.54688 79.125 368.96875 78.640625Q369.39062 78.15625 369.39062 77.171875Q369.39062 76.25 368.96875 75.796875Q368.5625 75.328125 367.89062 75.328125Q367.0625 75.328125 366.40625 76.0625L364.85938 75.828125L365.84375 70.609375L370.92188 70.609375L370.92188 72.40625L367.29688 72.40625L367.0 74.109375Q367.64062 73.796875 368.3125 73.796875Q369.57812 73.796875 370.46875 74.734375Q371.35938 75.65625 371.35938 77.140625Q371.35938 78.375 370.64062 79.34375Q369.67188 80.671875 367.9375 80.671875Q366.54688 80.671875 365.67188 79.9375Q364.79688 79.1875 364.625 77.921875ZM378.4375 80.5L376.04688 70.484375L378.125 70.484375L379.625 77.359375L381.46875 70.484375L383.875 70.484375L385.625 77.484375L387.15625 70.484375L389.20312 70.484375L386.76562 80.5L384.625 80.5L382.625 73.0L380.64062 80.5L378.4375 80.5ZM394.20312 78.1875L396.125 78.515625Q395.75 79.5625 394.95312 80.125Q394.15625 80.671875 392.96875 80.671875Q391.07812 80.671875 390.15625 79.421875Q389.4375 78.4375 389.4375 76.921875Q389.4375 75.125 390.375 74.109375Q391.32812 73.078125 392.78125 73.078125Q394.39062 73.078125 395.32812 74.15625Q396.26562 75.21875 396.21875 77.421875L391.40625 77.421875Q391.4375 78.28125 391.875 78.765625Q392.32812 79.234375 392.98438 79.234375Q393.4375 79.234375 393.73438 78.984375Q394.04688 78.734375 394.20312 78.1875ZM394.3125 76.25Q394.29688 75.40625 393.89062 74.984375Q393.48438 74.546875 392.89062 74.546875Q392.26562 74.546875 391.84375 75.0Q391.4375 75.46875 391.45312 76.25L394.3125 76.25ZM402.20312 78.1875L404.125 78.515625Q403.75 79.5625 402.95312 80.125Q402.15625 80.671875 400.96875 80.671875Q399.07812 80.671875 398.15625 79.421875Q397.4375 78.4375 397.4375 76.921875Q397.4375 75.125 398.375 74.109375Q399.32812 73.078125 400.78125 73.078125Q402.39062 73.078125 403.32812 74.15625Q404.26562 75.21875 404.21875 77.421875L399.40625 77.421875Q399.4375 78.28125 399.875 78.765625Q400.32812 79.234375 400.98438 79.234375Q401.4375 79.234375 401.73438 78.984375Q402.04688 78.734375 402.20312 78.1875ZM402.3125 76.25Q402.29688 75.40625 401.89062 74.984375Q401.48438 74.546875 400.89062 74.546875Q400.26562 74.546875 399.84375 75.0Q399.4375 75.46875 399.45312 76.25L402.3125 76.25ZM405.9375 80.5L405.9375 70.484375L407.85938 70.484375L407.85938 75.796875L410.10938 73.234375L412.46875 73.234375L409.98438 75.890625L412.65625 80.5L410.57812 80.5L408.75 77.234375L407.85938 78.171875L407.85938 80.5L405.9375 80.5ZM417.98438 80.5L417.98438 70.484375L421.01562 70.484375L422.84375 77.3125L424.64062 70.484375L427.67188 70.484375L427.67188 80.5L425.79688 80.5L425.79688 72.609375L423.79688 80.5L421.85938 80.5L419.875 72.609375L419.875 80.5L417.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.5ZM447.0 72.25L447.0 70.484375L448.92188 70.484375L448.92188 72.25L447.0 72.25ZM447.0 80.5L447.0 73.234375L448.92188 73.234375L448.92188 80.5L447.0 80.5ZM457.60938 80.5L455.6875 80.5L455.6875 76.796875Q455.6875 75.625 455.5625 75.28125Q455.4375 74.921875 455.15625 74.734375Q454.89062 74.546875 454.5 74.546875Q454.0 74.546875 453.59375 74.828125Q453.20312 75.09375 453.04688 75.546875Q452.90625 76.0 452.90625 77.21875L452.90625 80.5L450.98438 80.5L450.98438 73.234375L452.78125 73.234375L452.78125 74.3125Q453.71875 73.078125 455.17188 73.078125Q455.79688 73.078125 456.32812 73.3125Q456.85938 73.53125 457.125 73.890625Q457.39062 74.25 457.5 74.703125Q457.60938 75.140625 457.60938 75.984375L457.60938 80.5ZM459.82812 80.984375L462.01562 81.25Q462.07812 81.625 462.28125 81.765625Q462.54688 81.984375 463.14062 81.984375Q463.89062 81.984375 464.26562 81.75Q464.51562 81.59375 464.64062 81.265625Q464.73438 81.03125 464.73438 80.390625L464.73438 79.328125Q463.875 80.5 462.5625 80.5Q461.09375 80.5 460.25 79.265625Q459.57812 78.28125 459.57812 76.828125Q459.57812 75.0 460.45312 74.046875Q461.32812 73.078125 462.64062 73.078125Q463.98438 73.078125 464.85938 74.265625L464.85938 73.234375L466.65625 73.234375L466.65625 79.75Q466.65625 81.046875 466.4375 81.671875Q466.23438 82.3125 465.84375 82.671875Q465.46875 83.03125 464.82812 83.234375Q464.1875 83.453125 463.21875 83.453125Q461.35938 83.453125 460.59375 82.8125Q459.82812 82.1875 459.82812 81.21875Q459.82812 81.109375 459.82812 80.984375ZM461.54688 76.71875Q461.54688 77.875 461.98438 78.421875Q462.4375 78.953125 463.09375 78.953125Q463.79688 78.953125 464.28125 78.40625Q464.76562 77.84375 464.76562 76.765625Q464.76562 75.640625 464.29688 75.09375Q463.84375 74.546875 463.125 74.546875Q462.4375 74.546875 461.98438 75.09375Q461.54688 75.625 461.54688 76.71875ZM482.0625 80.5L479.85938 80.5L478.98438 78.21875L474.96875 78.21875L474.14062 80.5L472.0 80.5L475.90625 70.484375L478.04688 70.484375L482.0625 80.5ZM478.32812 76.53125L476.95312 72.8125L475.59375 76.53125L478.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.5ZM495.20312 78.1875L497.125 78.515625Q496.75 79.5625 495.95312 80.125Q495.15625 80.671875 493.96875 80.671875Q492.07812 80.671875 491.15625 79.421875Q490.4375 78.4375 490.4375 76.921875Q490.4375 75.125 491.375 74.109375Q492.32812 73.078125 493.78125 73.078125Q495.39062 73.078125 496.32812 74.15625Q497.26562 75.21875 497.21875 77.421875L492.40625 77.421875Q492.4375 78.28125 492.875 78.765625Q493.32812 79.234375 493.98438 79.234375Q494.4375 79.234375 494.73438 78.984375Q495.04688 78.734375 495.20312 78.1875ZM495.3125 76.25Q495.29688 75.40625 494.89062 74.984375Q494.48438 74.546875 493.89062 74.546875Q493.26562 74.546875 492.84375 75.0Q492.4375 75.46875 492.45312 76.25L495.3125 76.25ZM500.84375 80.5L498.92188 80.5L498.92188 73.234375L500.70312 73.234375L500.70312 74.265625Q501.17188 73.546875 501.53125 73.3125Q501.89062 73.078125 502.35938 73.078125Q503.01562 73.078125 503.625 73.4375L503.03125 75.109375Q502.54688 74.796875 502.125 74.796875Q501.71875 74.796875 501.4375 75.03125Q501.17188 75.25 501.0 75.828125Q500.84375 76.40625 500.84375 78.25L500.84375 80.5ZM505.4375 75.453125L503.70312 75.140625Q503.98438 74.09375 504.70312 73.59375Q505.42188 73.078125 506.84375 73.078125Q508.125 73.078125 508.75 73.390625Q509.39062 73.6875 509.64062 74.15625Q509.89062 74.625 509.89062 75.875L509.875 78.109375Q509.875 79.078125 509.96875 79.53125Q510.0625 79.984375 510.3125 80.5L508.42188 80.5Q508.34375 80.3125 508.23438 79.9375Q508.1875 79.765625 508.15625 79.703125Q507.67188 80.1875 507.10938 80.4375Q506.54688 80.671875 505.90625 80.671875Q504.79688 80.671875 504.14062 80.0625Q503.5 79.453125 503.5 78.515625Q503.5 77.90625 503.79688 77.421875Q504.09375 76.9375 504.60938 76.6875Q505.14062 76.421875 506.14062 76.234375Q507.48438 75.984375 508.01562 75.765625L508.01562 75.578125Q508.01562 75.015625 507.73438 74.78125Q507.46875 74.546875 506.70312 74.546875Q506.1875 74.546875 505.90625 74.75Q505.625 74.953125 505.4375 75.453125ZM508.01562 77.015625Q507.64062 77.140625 506.84375 77.3125Q506.04688 77.484375 505.79688 77.640625Q505.42188 77.90625 505.42188 78.3125Q505.42188 78.71875 505.71875 79.015625Q506.01562 79.3125 506.48438 79.3125Q507.0 79.3125 507.48438 78.96875Q507.82812 78.703125 507.9375 78.328125Q508.01562 78.09375 508.01562 77.390625L508.01562 77.015625ZM511.82812 80.984375L514.0156 81.25Q514.0781 81.625 514.28125 81.765625Q514.5469 81.984375 515.1406 81.984375Q515.8906 81.984375 516.2656 81.75Q516.5156 81.59375 516.6406 81.265625Q516.7344 81.03125 516.7344 80.390625L516.7344 79.328125Q515.875 80.5 514.5625 80.5Q513.09375 80.5 512.25 79.265625Q511.57812 78.28125 511.57812 76.828125Q511.57812 75.0 512.4531 74.046875Q513.3281 73.078125 514.6406 73.078125Q515.9844 73.078125 516.8594 74.265625L516.8594 73.234375L518.65625 73.234375L518.65625 79.75Q518.65625 81.046875 518.4375 81.671875Q518.2344 82.3125 517.84375 82.671875Q517.46875 83.03125 516.8281 83.234375Q516.1875 83.453125 515.21875 83.453125Q513.3594 83.453125 512.59375 82.8125Q511.82812 82.1875 511.82812 81.21875Q511.82812 81.109375 511.82812 80.984375ZM513.5469 76.71875Q513.5469 77.875 513.9844 78.421875Q514.4375 78.953125 515.09375 78.953125Q515.7969 78.953125 516.28125 78.40625Q516.7656 77.84375 516.7656 76.765625Q516.7656 75.640625 516.2969 75.09375Q515.84375 74.546875 515.125 74.546875Q514.4375 74.546875 513.9844 75.09375Q513.5469 75.625 513.5469 76.71875ZM525.2031 78.1875L527.125 78.515625Q526.75 79.5625 525.9531 80.125Q525.15625 80.671875 523.96875 80.671875Q522.0781 80.671875 521.15625 79.421875Q520.4375 78.4375 520.4375 76.921875Q520.4375 75.125 521.375 74.109375Q522.3281 73.078125 523.78125 73.078125Q525.3906 73.078125 526.3281 74.15625Q527.2656 75.21875 527.21875 77.421875L522.40625 77.421875Q522.4375 78.28125 522.875 78.765625Q523.3281 79.234375 523.9844 79.234375Q524.4375 79.234375 524.7344 78.984375Q525.0469 78.734375 525.2031 78.1875ZM525.3125 76.25Q525.2969 75.40625 524.8906 74.984375Q524.4844 74.546875 523.8906 74.546875Q523.2656 74.546875 522.84375 75.0Q522.4375 75.46875 522.4531 76.25L525.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.916668C389.84744 58.916668 441.35596 107.58071 444.89386 169.8277L327.5 176.5Z" fill="#ff0000" fill-rule="nonzero"></path>
     <path d="M271.94897 72.866394C289.0331 63.708736 308.11624 58.916668 327.5 58.916668L327.5 176.5Z" fill="#76b900" fill-rule="nonzero"></path>
     <path d="M234.78221 104.18643C244.85468 91.2719 257.514 80.60402 271.94897 72.866394L327.5 176.5Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M210.94696 160.96846C213.70654 140.25974 221.9338 120.660194 234.78221 104.18643L327.5 176.5Z" fill="#ff00ff" fill-rule="nonzero"></path>
     <path d="M444.89386 169.8277C447.42868 214.42574 424.4736 256.6085 385.6481 278.699C346.8226 300.78952 298.83286 298.97223 261.78925 274.00864C224.7456 249.04506 205.04651 205.24707 210.94696 160.96846L327.5 176.5Z" fill="#ff9900" fill-rule="nonzero"></path>
     <path d="M64.0 316.95C64.0 320.2637 61.31371 322.95 58.0 322.95C54.68629 322.95 52.0 320.2637 52.0 316.95C52.0 313.6363 54.68629 310.95 58.0 310.95C61.31371 310.95 64.0 313.6363 64.0 316.95Z" fill="#ff0000" fill-rule="nonzero"></path>
     <path d="M72.8125 319.3094L74.421875 319.16876Q74.53125 320.1375 74.9375 320.7625Q75.359375 321.3719 76.234375 321.7625Q77.125 322.1375 78.21875 322.1375Q79.203125 322.1375 79.9375 321.85626Q80.6875 321.5594 81.046875 321.0594Q81.421875 320.54376 81.421875 319.95Q81.421875 319.34064 81.0625 318.8875Q80.71875 318.4344 79.90625 318.1375Q79.390625 317.9344 77.609375 317.5125Q75.84375 317.075 75.125 316.7Q74.203125 316.21564 73.75 315.4969Q73.296875 314.77814 73.296875 313.90314Q73.296875 312.91876 73.84375 312.075Q74.40625 311.23126 75.46875 310.79376Q76.53125 310.34064 77.84375 310.34064Q79.265625 310.34064 80.359375 310.8094Q81.453125 311.2625 82.046875 312.16876Q82.640625 313.0594 82.671875 314.2L81.046875 314.325Q80.90625 313.09064 80.140625 312.46564Q79.390625 311.84064 77.90625 311.84064Q76.359375 311.84064 75.640625 312.41876Q74.9375 312.98126 74.9375 313.77814Q74.9375 314.48126 75.453125 314.91876Q75.9375 315.3719 78.015625 315.84064Q80.09375 316.3094 80.875 316.66876Q82.0 317.1844 82.53125 317.98126Q83.0625 318.77814 83.0625 319.8094Q83.0625 320.84064 82.46875 321.7469Q81.890625 322.65314 80.78125 323.16876Q79.6875 323.66876 78.296875 323.66876Q76.546875 323.66876 75.359375 323.16876Q74.1875 322.65314 73.515625 321.6375Q72.84375 320.60626 72.8125 319.3094ZM85.203125 312.3875L85.203125 310.5594L86.78125 310.5594L86.78125 312.3875L85.203125 312.3875ZM85.203125 323.45L85.203125 314.1219L86.78125 314.1219L86.78125 323.45L85.203125 323.45ZM89.1875 323.45L89.1875 314.1219L90.609375 314.1219L90.609375 315.45Q91.640625 313.90314 93.578125 313.90314Q94.421875 313.90314 95.125 314.21564Q95.84375 314.5125 96.1875 315.0125Q96.546875 315.4969 96.6875 316.16876Q96.765625 316.60626 96.765625 317.71564L96.765625 323.45L95.1875 323.45L95.1875 317.77814Q95.1875 316.8094 95.0 316.325Q94.828125 315.84064 94.34375 315.5594Q93.875 315.27814 93.25 315.27814Q92.234375 315.27814 91.5 315.91876Q90.765625 316.5594 90.765625 318.35626L90.765625 323.45L89.1875 323.45ZM98.890625 324.23126L100.4375 324.45Q100.53125 325.16876 100.96875 325.4969Q101.5625 325.9344 102.578125 325.9344Q103.671875 325.9344 104.265625 325.48126Q104.875 325.04376 105.078125 324.2625Q105.203125 323.77814 105.203125 322.23126Q104.15625 323.45 102.609375 323.45Q100.6875 323.45 99.625 322.0594Q98.578125 320.66876 98.578125 318.73126Q98.578125 317.3875 99.0625 316.2625Q99.546875 315.1375 100.46875 314.52814Q101.390625 313.90314 102.625 313.90314Q104.28125 313.90314 105.34375 315.2469L105.34375 314.1219L106.8125 314.1219L106.8125 322.1844Q106.8125 324.3719 106.359375 325.27814Q105.921875 326.1844 104.953125 326.7Q104.0 327.23126 102.59375 327.23126Q100.921875 327.23126 99.890625 326.48126Q98.859375 325.73126 98.890625 324.23126ZM100.203125 318.6219Q100.203125 320.45 100.9375 321.29376Q101.671875 322.1375 102.765625 322.1375Q103.859375 322.1375 104.59375 321.3094Q105.328125 320.46564 105.328125 318.66876Q105.328125 316.95 104.5625 316.09064Q103.8125 315.21564 102.734375 315.21564Q101.6875 315.21564 100.9375 316.075Q100.203125 316.9344 100.203125 318.6219ZM109.15625 323.45L109.15625 310.5594L110.734375 310.5594L110.734375 323.45L109.15625 323.45ZM119.578125 320.45L121.21875 320.65314Q120.828125 322.075 119.78125 322.8719Q118.734375 323.66876 117.109375 323.66876Q115.0625 323.66876 113.859375 322.40314Q112.65625 321.1375 112.65625 318.85626Q112.65625 316.5125 113.859375 315.21564Q115.078125 313.90314 117.015625 313.90314Q118.890625 313.90314 120.078125 315.1844Q121.265625 316.45 121.265625 318.7625Q121.265625 318.90314 121.25 319.1844L114.296875 319.1844Q114.375 320.73126 115.15625 321.54376Q115.953125 322.35626 117.109375 322.35626Q117.984375 322.35626 118.59375 321.90314Q119.21875 321.45 119.578125 320.45ZM114.375 317.8875L119.59375 317.8875Q119.484375 316.71564 119.0 316.1219Q118.234375 315.2 117.03125 315.2Q115.953125 315.2 115.203125 315.9344Q114.46875 316.66876 114.375 317.8875ZM131.67188 323.45L131.67188 312.09064L127.421875 312.09064L127.421875 310.5594L137.64062 310.5594L137.64062 312.09064L133.375 312.09064L133.375 323.45L131.67188 323.45ZM145.57812 320.45L147.21875 320.65314Q146.82812 322.075 145.78125 322.8719Q144.73438 323.66876 143.10938 323.66876Q141.0625 323.66876 139.85938 322.40314Q138.65625 321.1375 138.65625 318.85626Q138.65625 316.5125 139.85938 315.21564Q141.07812 313.90314 143.01562 313.90314Q144.89062 313.90314 146.07812 315.1844Q147.26562 316.45 147.26562 318.7625Q147.26562 318.90314 147.25 319.1844L140.29688 319.1844Q140.375 320.73126 141.15625 321.54376Q141.95312 322.35626 143.10938 322.35626Q143.98438 322.35626 144.59375 321.90314Q145.21875 321.45 145.57812 320.45ZM140.375 317.8875L145.59375 317.8875Q145.48438 316.71564 145.0 316.1219Q144.23438 315.2 143.03125 315.2Q141.95312 315.2 141.20312 315.9344Q140.46875 316.66876 140.375 317.8875ZM149.15625 323.45L149.15625 310.5594L150.73438 310.5594L150.73438 323.45L149.15625 323.45ZM159.57812 320.45L161.21875 320.65314Q160.82812 322.075 159.78125 322.8719Q158.73438 323.66876 157.10938 323.66876Q155.0625 323.66876 153.85938 322.40314Q152.65625 321.1375 152.65625 318.85626Q152.65625 316.5125 153.85938 315.21564Q155.07812 313.90314 157.01562 313.90314Q158.89062 313.90314 160.07812 315.1844Q161.26562 316.45 161.26562 318.7625Q161.26562 318.90314 161.25 319.1844L154.29688 319.1844Q154.375 320.73126 155.15625 321.54376Q155.95312 322.35626 157.10938 322.35626Q157.98438 322.35626 158.59375 321.90314Q159.21875 321.45 159.57812 320.45ZM154.375 317.8875L159.59375 317.8875Q159.48438 316.71564 159.0 316.1219Q158.23438 315.2 157.03125 315.2Q155.95312 315.2 155.20312 315.9344Q154.46875 316.66876 154.375 317.8875ZM169.28125 320.02814L170.82812 320.23126Q170.57812 321.84064 169.53125 322.7625Q168.48438 323.66876 166.95312 323.66876Q165.03125 323.66876 163.85938 322.41876Q162.70312 321.15314 162.70312 318.825Q162.70312 317.3094 163.20312 316.1844Q163.70312 315.04376 164.71875 314.48126Q165.75 313.90314 166.95312 313.90314Q168.48438 313.90314 169.4375 314.6844Q170.40625 315.45 170.6875 316.85626L169.14062 317.09064Q168.92188 316.15314 168.35938 315.6844Q167.8125 315.2 167.01562 315.2Q165.82812 315.2 165.07812 316.0594Q164.32812 316.91876 164.32812 318.77814Q164.32812 320.65314 165.04688 321.5125Q165.76562 322.35626 166.9375 322.35626Q167.85938 322.35626 168.48438 321.79376Q169.10938 321.21564 169.28125 320.02814ZM171.59375 318.77814Q171.59375 316.1844 173.04688 314.9344Q174.25 313.90314 175.96875 313.90314Q177.90625 313.90314 179.125 315.16876Q180.34375 316.4344 180.34375 318.65314Q180.34375 320.45 179.79688 321.48126Q179.26562 322.5125 178.23438 323.09064Q177.20312 323.66876 175.96875 323.66876Q174.01562 323.66876 172.79688 322.41876Q171.59375 321.15314 171.59375 318.77814ZM173.21875 318.77814Q173.21875 320.575 174.0 321.46564Q174.78125 322.35626 175.96875 322.35626Q177.15625 322.35626 177.9375 321.46564Q178.71875 320.5594 178.71875 318.73126Q178.71875 316.9969 177.92188 316.10626Q177.14062 315.21564 175.96875 315.21564Q174.78125 315.21564 174.0 316.10626Q173.21875 316.9969 173.21875 318.77814ZM182.1875 323.45L182.1875 314.1219L183.60938 314.1219L183.60938 315.45Q184.64062 313.90314 186.57812 313.90314Q187.42188 313.90314 188.125 314.21564Q188.84375 314.5125 189.1875 315.0125Q189.54688 315.4969 189.6875 316.16876Q189.76562 316.60626 189.76562 317.71564L189.76562 323.45L188.1875 323.45L188.1875 317.77814Q188.1875 316.8094 188.0 316.325Q187.82812 315.84064 187.34375 315.5594Q186.875 315.27814 186.25 315.27814Q185.23438 315.27814 184.5 315.91876Q183.76562 316.5594 183.76562 318.35626L183.76562 323.45L182.1875 323.45Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M219.0 316.95C219.0 320.2637 216.3137 322.95 213.0 322.95C209.6863 322.95 207.0 320.2637 207.0 316.95C207.0 313.6363 209.6863 310.95 213.0 310.95C216.3137 310.95 219.0 313.6363 219.0 316.95Z" fill="#ff9900" fill-rule="nonzero"></path>
     <path d="M227.98438 317.8094L227.98438 316.34064L236.51562 312.73126L236.51562 314.3094L229.75 317.09064L236.51562 319.8875L236.51562 321.46564L227.98438 317.8094ZM247.0625 321.9344L247.0625 323.45L238.54688 323.45Q238.53125 322.8719 238.73438 322.35626Q239.0625 321.48126 239.76562 320.6375Q240.48438 319.79376 241.84375 318.6844Q243.9375 316.96564 244.67188 315.96564Q245.42188 314.95 245.42188 314.0594Q245.42188 313.10626 244.75 312.46564Q244.07812 311.825 243.0 311.825Q241.84375 311.825 241.15625 312.5125Q240.48438 313.2 240.46875 314.40314L238.84375 314.23126Q239.01562 312.41876 240.09375 311.46564Q241.1875 310.5125 243.03125 310.5125Q244.875 310.5125 245.95312 311.54376Q247.04688 312.575 247.04688 314.09064Q247.04688 314.85626 246.71875 315.60626Q246.40625 316.35626 245.67188 317.1844Q244.9375 318.0125 243.23438 319.45Q241.8125 320.65314 241.40625 321.075Q241.0 321.4969 240.75 321.9344L247.0625 321.9344ZM248.75 320.075L250.40625 319.9344Q250.59375 321.15314 251.26562 321.7625Q251.9375 322.3719 252.89062 322.3719Q254.03125 322.3719 254.8125 321.5125Q255.60938 320.65314 255.60938 319.21564Q255.60938 317.8719 254.84375 317.09064Q254.09375 316.3094 252.85938 316.3094Q252.09375 316.3094 251.46875 316.65314Q250.85938 316.9969 250.51562 317.5594L249.03125 317.35626L250.28125 310.7469L256.6875 310.7469L256.6875 312.2469L251.54688 312.2469L250.84375 315.71564Q252.01562 314.90314 253.28125 314.90314Q254.96875 314.90314 256.125 316.075Q257.29688 317.2469 257.29688 319.075Q257.29688 320.825 256.26562 322.10626Q255.03125 323.66876 252.89062 323.66876Q251.125 323.66876 250.01562 322.6844Q248.90625 321.7 248.75 320.075ZM259.04688 313.65314Q259.04688 312.27814 259.73438 311.3094Q260.4375 310.34064 261.75 310.34064Q262.96875 310.34064 263.76562 311.21564Q264.5625 312.075 264.5625 313.7625Q264.5625 315.3875 263.75 316.27814Q262.95312 317.15314 261.76562 317.15314Q260.60938 317.15314 259.82812 316.29376Q259.04688 315.41876 259.04688 313.65314ZM261.79688 311.4344Q261.20312 311.4344 260.8125 311.95Q260.42188 312.45 260.42188 313.8094Q260.42188 315.0594 260.8125 315.5594Q261.21875 316.0594 261.79688 316.0594Q262.39062 316.0594 262.78125 315.5594Q263.17188 315.04376 263.17188 313.7Q263.17188 312.45 262.78125 311.95Q262.39062 311.4344 261.79688 311.4344ZM261.8125 323.91876L268.85938 310.34064L270.14062 310.34064L263.10938 323.91876L261.8125 323.91876ZM267.375 320.41876Q267.375 319.04376 268.0625 318.075Q268.76562 317.10626 270.09375 317.10626Q271.3125 317.10626 272.09375 317.98126Q272.89062 318.84064 272.89062 320.52814Q272.89062 322.15314 272.09375 323.04376Q271.29688 323.91876 270.10938 323.91876Q268.9375 323.91876 268.15625 323.04376Q267.375 322.16876 267.375 320.41876ZM270.14062 318.2Q269.54688 318.2 269.15625 318.71564Q268.76562 319.21564 268.76562 320.59064Q268.76562 321.8094 269.15625 322.325Q269.54688 322.84064 270.125 322.84064Q270.73438 322.84064 271.125 322.325Q271.51562 321.8094 271.51562 320.46564Q271.51562 319.21564 271.125 318.71564Q270.73438 318.2 270.14062 318.2ZM279.59375 318.77814Q279.59375 316.1844 281.04688 314.9344Q282.25 313.90314 283.96875 313.90314Q285.90625 313.90314 287.125 315.16876Q288.34375 316.4344 288.34375 318.65314Q288.34375 320.45 287.79688 321.48126Q287.26562 322.5125 286.23438 323.09064Q285.20312 323.66876 283.96875 323.66876Q282.01562 323.66876 280.79688 322.41876Q279.59375 321.15314 279.59375 318.77814ZM281.21875 318.77814Q281.21875 320.575 282.0 321.46564Q282.78125 322.35626 283.96875 322.35626Q285.15625 322.35626 285.9375 321.46564Q286.71875 320.5594 286.71875 318.73126Q286.71875 316.9969 285.92188 316.10626Q285.14062 315.21564 283.96875 315.21564Q282.78125 315.21564 282.0 316.10626Q281.21875 316.9969 281.21875 318.77814ZM290.5625 323.45L290.5625 315.34064L289.17188 315.34064L289.17188 314.1219L290.5625 314.1219L290.5625 313.1219Q290.5625 312.1844 290.73438 311.73126Q290.95312 311.10626 291.53125 310.73126Q292.10938 310.34064 293.15625 310.34064Q293.8125 310.34064 294.625 310.4969L294.39062 311.8875Q293.89062 311.79376 293.45312 311.79376Q292.73438 311.79376 292.4375 312.10626Q292.14062 312.40314 292.14062 313.2469L292.14062 314.1219L293.95312 314.1219L293.95312 315.34064L292.14062 315.34064L292.14062 323.45L290.5625 323.45ZM303.67188 323.45L303.67188 312.09064L299.42188 312.09064L299.42188 310.5594L309.64062 310.5594L309.64062 312.09064L305.375 312.09064L305.375 323.45L303.67188 323.45ZM317.57812 320.45L319.21875 320.65314Q318.82812 322.075 317.78125 322.8719Q316.73438 323.66876 315.10938 323.66876Q313.0625 323.66876 311.85938 322.40314Q310.65625 321.1375 310.65625 318.85626Q310.65625 316.5125 311.85938 315.21564Q313.07812 313.90314 315.01562 313.90314Q316.89062 313.90314 318.07812 315.1844Q319.26562 316.45 319.26562 318.7625Q319.26562 318.90314 319.25 319.1844L312.29688 319.1844Q312.375 320.73126 313.15625 321.54376Q313.95312 322.35626 315.10938 322.35626Q315.98438 322.35626 316.59375 321.90314Q317.21875 321.45 317.57812 320.45ZM312.375 317.8875L317.59375 317.8875Q317.48438 316.71564 317.0 316.1219Q316.23438 315.2 315.03125 315.2Q313.95312 315.2 313.20312 315.9344Q312.46875 316.66876 312.375 317.8875ZM321.15625 323.45L321.15625 310.5594L322.73438 310.5594L322.73438 323.45L321.15625 323.45ZM331.57812 320.45L333.21875 320.65314Q332.82812 322.075 331.78125 322.8719Q330.73438 323.66876 329.10938 323.66876Q327.0625 323.66876 325.85938 322.40314Q324.65625 321.1375 324.65625 318.85626Q324.65625 316.5125 325.85938 315.21564Q327.07812 313.90314 329.01562 313.90314Q330.89062 313.90314 332.07812 315.1844Q333.26562 316.45 333.26562 318.7625Q333.26562 318.90314 333.25 319.1844L326.29688 319.1844Q326.375 320.73126 327.15625 321.54376Q327.95312 322.35626 329.10938 322.35626Q329.98438 322.35626 330.59375 321.90314Q331.21875 321.45 331.57812 320.45ZM326.375 317.8875L331.59375 317.8875Q331.48438 316.71564 331.0 316.1219Q330.23438 315.2 329.03125 315.2Q327.95312 315.2 327.20312 315.9344Q326.46875 316.66876 326.375 317.8875ZM341.28125 320.02814L342.82812 320.23126Q342.57812 321.84064 341.53125 322.7625Q340.48438 323.66876 338.95312 323.66876Q337.03125 323.66876 335.85938 322.41876Q334.70312 321.15314 334.70312 318.825Q334.70312 317.3094 335.20312 316.1844Q335.70312 315.04376 336.71875 314.48126Q337.75 313.90314 338.95312 313.90314Q340.48438 313.90314 341.4375 314.6844Q342.40625 315.45 342.6875 316.85626L341.14062 317.09064Q340.92188 316.15314 340.35938 315.6844Q339.8125 315.2 339.01562 315.2Q337.82812 315.2 337.07812 316.0594Q336.32812 316.91876 336.32812 318.77814Q336.32812 320.65314 337.04688 321.5125Q337.76562 322.35626 338.9375 322.35626Q339.85938 322.35626 340.48438 321.79376Q341.10938 321.21564 341.28125 320.02814ZM343.59375 318.77814Q343.59375 316.1844 345.04688 314.9344Q346.25 313.90314 347.96875 313.90314Q349.90625 313.90314 351.125 315.16876Q352.34375 316.4344 352.34375 318.65314Q352.34375 320.45 351.79688 321.48126Q351.26562 322.5125 350.23438 323.09064Q349.20312 323.66876 347.96875 323.66876Q346.01562 323.66876 344.79688 322.41876Q343.59375 321.15314 343.59375 318.77814ZM345.21875 318.77814Q345.21875 320.575 346.0 321.46564Q346.78125 322.35626 347.96875 322.35626Q349.15625 322.35626 349.9375 321.46564Q350.71875 320.5594 350.71875 318.73126Q350.71875 316.9969 349.92188 316.10626Q349.14062 315.21564 347.96875 315.21564Q346.78125 315.21564 346.0 316.10626Q345.21875 316.9969 345.21875 318.77814ZM354.1875 323.45L354.1875 314.1219L355.60938 314.1219L355.60938 315.45Q356.64062 313.90314 358.57812 313.90314Q359.42188 313.90314 360.125 314.21564Q360.84375 314.5125 361.1875 315.0125Q361.54688 315.4969 361.6875 316.16876Q361.76562 316.60626 361.76562 317.71564L361.76562 323.45L360.1875 323.45L360.1875 317.77814Q360.1875 316.8094 360.0 316.325Q359.82812 315.84064 359.34375 315.5594Q358.875 315.27814 358.25 315.27814Q357.23438 315.27814 356.5 315.91876Q355.76562 316.5594 355.76562 318.35626L355.76562 323.45L354.1875 323.45ZM363.54688 320.66876L365.125 320.41876Q365.25 321.35626 365.84375 321.85626Q366.45312 322.35626 367.53125 322.35626Q368.625 322.35626 369.15625 321.91876Q369.6875 321.46564 369.6875 320.8719Q369.6875 320.34064 369.21875 320.02814Q368.89062 319.825 367.59375 319.4969Q365.85938 319.0594 365.1875 318.7469Q364.51562 318.41876 364.15625 317.85626Q363.8125 317.27814 363.8125 316.59064Q363.8125 315.96564 364.09375 315.4344Q364.39062 314.90314 364.875 314.5594Q365.25 314.27814 365.89062 314.09064Q366.53125 313.90314 367.25 313.90314Q368.35938 313.90314 369.1875 314.23126Q370.01562 314.54376 370.40625 315.09064Q370.8125 315.6219 370.95312 316.52814L369.40625 316.73126Q369.29688 316.0125 368.79688 315.60626Q368.29688 315.2 367.375 315.2Q366.28125 315.2 365.8125 315.5594Q365.34375 315.91876 365.34375 316.40314Q365.34375 316.71564 365.54688 316.96564Q365.73438 317.21564 366.14062 317.3875Q366.39062 317.46564 367.54688 317.79376Q369.21875 318.23126 369.875 318.52814Q370.54688 318.8094 370.92188 319.35626Q371.3125 319.90314 371.3125 320.7Q371.3125 321.4969 370.84375 322.2Q370.39062 322.90314 369.51562 323.29376Q368.64062 323.66876 367.54688 323.66876Q365.71875 323.66876 364.76562 322.91876Q363.8125 322.15314 363.54688 320.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M400.0 316.95C400.0 320.2637 397.31372 322.95 394.0 322.95C390.68628 322.95 388.0 320.2637 388.0 316.95C388.0 313.6363 390.68628 310.95 394.0 310.95C397.31372 310.95 400.0 313.6363 400.0 316.95Z" fill="#ff00ff" fill-rule="nonzero"></path>
     <path d="M417.0625 321.9344L417.0625 323.45L408.54688 323.45Q408.53125 322.8719 408.73438 322.35626Q409.0625 321.48126 409.76562 320.6375Q410.48438 319.79376 411.84375 318.6844Q413.9375 316.96564 414.67188 315.96564Q415.42188 314.95 415.42188 314.0594Q415.42188 313.10626 414.75 312.46564Q414.07812 311.825 413.0 311.825Q411.84375 311.825 411.15625 312.5125Q410.48438 313.2 410.46875 314.40314L408.84375 314.23126Q409.01562 312.41876 410.09375 311.46564Q411.1875 310.5125 413.03125 310.5125Q414.875 310.5125 415.95312 311.54376Q417.04688 312.575 417.04688 314.09064Q417.04688 314.85626 416.71875 315.60626Q416.40625 316.35626 415.67188 317.1844Q414.9375 318.0125 413.23438 319.45Q411.8125 320.65314 411.40625 321.075Q411.0 321.4969 410.75 321.9344L417.0625 321.9344ZM418.75 320.075L420.40625 319.9344Q420.59375 321.15314 421.26562 321.7625Q421.9375 322.3719 422.89062 322.3719Q424.03125 322.3719 424.8125 321.5125Q425.60938 320.65314 425.60938 319.21564Q425.60938 317.8719 424.84375 317.09064Q424.09375 316.3094 422.85938 316.3094Q422.09375 316.3094 421.46875 316.65314Q420.85938 316.9969 420.51562 317.5594L419.03125 317.35626L420.28125 310.7469L426.6875 310.7469L426.6875 312.2469L421.54688 312.2469L420.84375 315.71564Q422.01562 314.90314 423.28125 314.90314Q424.96875 314.90314 426.125 316.075Q427.29688 317.2469 427.29688 319.075Q427.29688 320.825 426.26562 322.10626Q425.03125 323.66876 422.89062 323.66876Q421.125 323.66876 420.01562 322.6844Q418.90625 321.7 418.75 320.075ZM429.04688 313.65314Q429.04688 312.27814 429.73438 311.3094Q430.4375 310.34064 431.75 310.34064Q432.96875 310.34064 433.76562 311.21564Q434.5625 312.075 434.5625 313.7625Q434.5625 315.3875 433.75 316.27814Q432.95312 317.15314 431.76562 317.15314Q430.60938 317.15314 429.82812 316.29376Q429.04688 315.41876 429.04688 313.65314ZM431.79688 311.4344Q431.20312 311.4344 430.8125 311.95Q430.42188 312.45 430.42188 313.8094Q430.42188 315.0594 430.8125 315.5594Q431.21875 316.0594 431.79688 316.0594Q432.39062 316.0594 432.78125 315.5594Q433.17188 315.04376 433.17188 313.7Q433.17188 312.45 432.78125 311.95Q432.39062 311.4344 431.79688 311.4344ZM431.8125 323.91876L438.85938 310.34064L440.14062 310.34064L433.10938 323.91876L431.8125 323.91876ZM437.375 320.41876Q437.375 319.04376 438.0625 318.075Q438.76562 317.10626 440.09375 317.10626Q441.3125 317.10626 442.09375 317.98126Q442.89062 318.84064 442.89062 320.52814Q442.89062 322.15314 442.09375 323.04376Q441.29688 323.91876 440.10938 323.91876Q438.9375 323.91876 438.15625 323.04376Q437.375 322.16876 437.375 320.41876ZM440.14062 318.2Q439.54688 318.2 439.15625 318.71564Q438.76562 319.21564 438.76562 320.59064Q438.76562 321.8094 439.15625 322.325Q439.54688 322.84064 440.125 322.84064Q440.73438 322.84064 441.125 322.325Q441.51562 321.8094 441.51562 320.46564Q441.51562 319.21564 441.125 318.71564Q440.73438 318.2 440.14062 318.2ZM453.64062 322.02814L453.875 323.4344Q453.20312 323.575 452.67188 323.575Q451.8125 323.575 451.32812 323.3094Q450.85938 323.02814 450.67188 322.59064Q450.48438 322.1375 450.48438 320.71564L450.48438 315.34064L449.3125 315.34064L449.3125 314.1219L450.48438 314.1219L450.48438 311.8094L452.04688 310.85626L452.04688 314.1219L453.64062 314.1219L453.64062 315.34064L452.04688 315.34064L452.04688 320.8094Q452.04688 321.48126 452.125 321.6844Q452.21875 321.8719 452.40625 321.98126Q452.59375 322.09064 452.95312 322.09064Q453.20312 322.09064 453.64062 322.02814ZM454.59375 318.77814Q454.59375 316.1844 456.04688 314.9344Q457.25 313.90314 458.96875 313.90314Q460.90625 313.90314 462.125 315.16876Q463.34375 316.4344 463.34375 318.65314Q463.34375 320.45 462.79688 321.48126Q462.26562 322.5125 461.23438 323.09064Q460.20312 323.66876 458.96875 323.66876Q457.01562 323.66876 455.79688 322.41876Q454.59375 321.15314 454.59375 318.77814ZM456.21875 318.77814Q456.21875 320.575 457.0 321.46564Q457.78125 322.35626 458.96875 322.35626Q460.15625 322.35626 460.9375 321.46564Q461.71875 320.5594 461.71875 318.73126Q461.71875 316.9969 460.92188 316.10626Q460.14062 315.21564 458.96875 315.21564Q457.78125 315.21564 457.0 316.10626Q456.21875 316.9969 456.21875 318.77814ZM469.75 320.075L471.40625 319.9344Q471.59375 321.15314 472.26562 321.7625Q472.9375 322.3719 473.89062 322.3719Q475.03125 322.3719 475.8125 321.5125Q476.60938 320.65314 476.60938 319.21564Q476.60938 317.8719 475.84375 317.09064Q475.09375 316.3094 473.85938 316.3094Q473.09375 316.3094 472.46875 316.65314Q471.85938 316.9969 471.51562 317.5594L470.03125 317.35626L471.28125 310.7469L477.6875 310.7469L477.6875 312.2469L472.54688 312.2469L471.84375 315.71564Q473.01562 314.90314 474.28125 314.90314Q475.96875 314.90314 477.125 316.075Q478.29688 317.2469 478.29688 319.075Q478.29688 320.825 477.26562 322.10626Q476.03125 323.66876 473.89062 323.66876Q472.125 323.66876 471.01562 322.6844Q469.90625 321.7 469.75 320.075ZM479.75 317.09064Q479.75 314.8094 480.21875 313.41876Q480.6875 312.02814 481.60938 311.27814Q482.54688 310.5125 483.95312 310.5125Q484.98438 310.5125 485.76562 310.9344Q486.54688 311.34064 487.04688 312.1375Q487.5625 312.91876 487.85938 314.0594Q488.15625 315.1844 488.15625 317.09064Q488.15625 319.35626 487.6875 320.7625Q487.21875 322.15314 486.28125 322.91876Q485.35938 323.66876 483.95312 323.66876Q482.07812 323.66876 481.01562 322.34064Q479.75 320.73126 479.75 317.09064ZM481.375 317.09064Q481.375 320.2625 482.10938 321.325Q482.85938 322.3719 483.95312 322.3719Q485.03125 322.3719 485.78125 321.325Q486.53125 320.2625 486.53125 317.09064Q486.53125 313.91876 485.78125 312.8719Q485.03125 311.825 483.9375 311.825Q482.84375 311.825 482.1875 312.7469Q481.375 313.91876 481.375 317.09064ZM490.04688 313.65314Q490.04688 312.27814 490.73438 311.3094Q491.4375 310.34064 492.75 310.34064Q493.96875 310.34064 494.76562 311.21564Q495.5625 312.075 495.5625 313.7625Q495.5625 315.3875 494.75 316.27814Q493.95312 317.15314 492.76562 317.15314Q491.60938 317.15314 490.82812 316.29376Q490.04688 315.41876 490.04688 313.65314ZM492.79688 311.4344Q492.20312 311.4344 491.8125 311.95Q491.42188 312.45 491.42188 313.8094Q491.42188 315.0594 491.8125 315.5594Q492.21875 316.0594 492.79688 316.0594Q493.39062 316.0594 493.78125 315.5594Q494.17188 315.04376 494.17188 313.7Q494.17188 312.45 493.78125 311.95Q493.39062 311.4344 492.79688 311.4344ZM492.8125 323.91876L499.85938 310.34064L501.14062 310.34064L494.10938 323.91876L492.8125 323.91876ZM498.375 320.41876Q498.375 319.04376 499.0625 318.075Q499.76562 317.10626 501.09375 317.10626Q502.3125 317.10626 503.09375 317.98126Q503.89062 318.84064 503.89062 320.52814Q503.89062 322.15314 503.09375 323.04376Q502.29688 323.91876 501.10938 323.91876Q499.9375 323.91876 499.15625 323.04376Q498.375 322.16876 498.375 320.41876ZM501.14062 318.2Q500.54688 318.2 500.15625 318.71564Q499.76562 319.21564 499.76562 320.59064Q499.76562 321.8094 500.15625 322.325Q500.54688 322.84064 501.125 322.84064Q501.73438 322.84064 502.125 322.325Q502.51562 321.8094 502.51562 320.46564Q502.51562 319.21564 502.125 318.71564Q501.73438 318.2 501.14062 318.2ZM510.59375 318.77814Q510.59375 316.1844 512.0469 314.9344Q513.25 313.90314 514.96875 313.90314Q516.90625 313.90314 518.125 315.16876Q519.34375 316.4344 519.34375 318.65314Q519.34375 320.45 518.7969 321.48126Q518.2656 322.5125 517.2344 323.09064Q516.2031 323.66876 514.96875 323.66876Q513.0156 323.66876 511.79688 322.41876Q510.59375 321.15314 510.59375 318.77814ZM512.21875 318.77814Q512.21875 320.575 513.0 321.46564Q513.78125 322.35626 514.96875 322.35626Q516.15625 322.35626 516.9375 321.46564Q517.71875 320.5594 517.71875 318.73126Q517.71875 316.9969 516.9219 316.10626Q516.1406 315.21564 514.96875 315.21564Q513.78125 315.21564 513.0 316.10626Q512.21875 316.9969 512.21875 318.77814ZM521.5625 323.45L521.5625 315.34064L520.1719 315.34064L520.1719 314.1219L521.5625 314.1219L521.5625 313.1219Q521.5625 312.1844 521.7344 311.73126Q521.9531 311.10626 522.53125 310.73126Q523.1094 310.34064 524.15625 310.34064Q524.8125 310.34064 525.625 310.4969L525.3906 311.8875Q524.8906 311.79376 524.4531 311.79376Q523.7344 311.79376 523.4375 312.10626Q523.1406 312.40314 523.1406 313.2469L523.1406 314.1219L524.9531 314.1219L524.9531 315.34064L523.1406 315.34064L523.1406 323.45L521.5625 323.45ZM534.6719 323.45L534.6719 312.09064L530.4219 312.09064L530.4219 310.5594L540.6406 310.5594L540.6406 312.09064L536.375 312.09064L536.375 323.45L534.6719 323.45ZM548.5781 320.45L550.21875 320.65314Q549.8281 322.075 548.78125 322.8719Q547.7344 323.66876 546.1094 323.66876Q544.0625 323.66876 542.8594 322.40314Q541.65625 321.1375 541.65625 318.85626Q541.65625 316.5125 542.8594 315.21564Q544.0781 313.90314 546.0156 313.90314Q547.8906 313.90314 549.0781 315.1844Q550.2656 316.45 550.2656 318.7625Q550.2656 318.90314 550.25 319.1844L543.2969 319.1844Q543.375 320.73126 544.15625 321.54376Q544.9531 322.35626 546.1094 322.35626Q546.9844 322.35626 547.59375 321.90314Q548.21875 321.45 548.5781 320.45ZM543.375 317.8875L548.59375 317.8875Q548.4844 316.71564 548.0 316.1219Q547.2344 315.2 546.03125 315.2Q544.9531 315.2 544.2031 315.9344Q543.46875 316.66876 543.375 317.8875ZM552.15625 323.45L552.15625 310.5594L553.7344 310.5594L553.7344 323.45L552.15625 323.45ZM562.5781 320.45L564.21875 320.65314Q563.8281 322.075 562.78125 322.8719Q561.7344 323.66876 560.1094 323.66876Q558.0625 323.66876 556.8594 322.40314Q555.65625 321.1375 555.65625 318.85626Q555.65625 316.5125 556.8594 315.21564Q558.0781 313.90314 560.0156 313.90314Q561.8906 313.90314 563.0781 315.1844Q564.2656 316.45 564.2656 318.7625Q564.2656 318.90314 564.25 319.1844L557.2969 319.1844Q557.375 320.73126 558.15625 321.54376Q558.9531 322.35626 560.1094 322.35626Q560.9844 322.35626 561.59375 321.90314Q562.21875 321.45 562.5781 320.45ZM557.375 317.8875L562.59375 317.8875Q562.4844 316.71564 562.0 316.1219Q561.2344 315.2 560.03125 315.2Q558.9531 315.2 558.2031 315.9344Q557.46875 316.66876 557.375 317.8875ZM572.28125 320.02814L573.8281 320.23126Q573.5781 321.84064 572.53125 322.7625Q571.4844 323.66876 569.9531 323.66876Q568.03125 323.66876 566.8594 322.41876Q565.7031 321.15314 565.7031 318.825Q565.7031 317.3094 566.2031 316.1844Q566.7031 315.04376 567.71875 314.48126Q568.75 313.90314 569.9531 313.90314Q571.4844 313.90314 572.4375 314.6844Q573.40625 315.45 573.6875 316.85626L572.1406 317.09064Q571.9219 316.15314 571.3594 315.6844Q570.8125 315.2 570.0156 315.2Q568.8281 315.2 568.0781 316.0594Q567.3281 316.91876 567.3281 318.77814Q567.3281 320.65314 568.0469 321.5125Q568.7656 322.35626 569.9375 322.35626Q570.8594 322.35626 571.4844 321.79376Q572.1094 321.21564 572.28125 320.02814ZM574.59375 318.77814Q574.59375 316.1844 576.0469 314.9344Q577.25 313.90314 578.96875 313.90314Q580.90625 313.90314 582.125 315.16876Q583.34375 316.4344 583.34375 318.65314Q583.34375 320.45 582.7969 321.48126Q582.2656 322.5125 581.2344 323.09064Q580.2031 323.66876 578.96875 323.66876Q577.0156 323.66876 575.7969 322.41876Q574.59375 321.15314 574.59375 318.77814ZM576.21875 318.77814Q576.21875 320.575 577.0 321.46564Q577.78125 322.35626 578.96875 322.35626Q580.15625 322.35626 580.9375 321.46564Q581.71875 320.5594 581.71875 318.73126Q581.71875 316.9969 580.9219 316.10626Q580.1406 315.21564 578.96875 315.21564Q577.78125 315.21564 577.0 316.10626Q576.21875 316.9969 576.21875 318.77814ZM585.1875 323.45L585.1875 314.1219L586.6094 314.1219L586.6094 315.45Q587.6406 313.90314 589.5781 313.90314Q590.4219 313.90314 591.125 314.21564Q591.84375 314.5125 592.1875 315.0125Q592.5469 315.4969 592.6875 316.16876Q592.7656 316.60626 592.7656 317.71564L592.7656 323.45L591.1875 323.45L591.1875 317.77814Q591.1875 316.8094 591.0 316.325Q590.8281 315.84064 590.34375 315.5594Q589.875 315.27814 589.25 315.27814Q588.2344 315.27814 587.5 315.91876Q586.7656 316.5594 586.7656 318.35626L586.7656 323.45L585.1875 323.45ZM594.5469 320.66876L596.125 320.41876Q596.25 321.35626 596.84375 321.85626Q597.4531 322.35626 598.53125 322.35626Q599.625 322.35626 600.15625 321.91876Q600.6875 321.46564 600.6875 320.8719Q600.6875 320.34064 600.21875 320.02814Q599.8906 319.825 598.59375 319.4969Q596.8594 319.0594 596.1875 318.7469Q595.5156 318.41876 595.15625 317.85626Q594.8125 317.27814 594.8125 316.59064Q594.8125 315.96564 595.09375 315.4344Q595.3906 314.90314 595.875 314.5594Q596.25 314.27814 596.8906 314.09064Q597.53125 313.90314 598.25 313.90314Q599.3594 313.90314 600.1875 314.23126Q601.0156 314.54376 601.40625 315.09064Q601.8125 315.6219 601.9531 316.52814L600.40625 316.73126Q600.2969 316.0125 599.7969 315.60626Q599.2969 315.2 598.375 315.2Q597.28125 315.2 596.8125 315.5594Q596.34375 315.91876 596.34375 316.40314Q596.34375 316.71564 596.5469 316.96564Q596.7344 317.21564 597.1406 317.3875Q597.3906 317.46564 598.5469 317.79376Q600.21875 318.23126 600.875 318.52814Q601.5469 318.8094 601.9219 319.35626Q602.3125 319.90314 602.3125 320.7Q602.3125 321.4969 601.84375 322.2Q601.3906 322.90314 600.5156 323.29376Q599.6406 323.66876 598.5469 323.66876Q596.71875 323.66876 595.7656 322.91876Q594.8125 322.15314 594.5469 320.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M136.0 341.95C136.0 345.2637 133.3137 347.95 130.0 347.95C126.686295 347.95 124.0 345.2637 124.0 341.95C124.0 338.6363 126.686295 335.95 130.0 335.95C133.3137 335.95 136.0 338.6363 136.0 341.95Z" fill="#88aaff" fill-rule="nonzero"></path>
     <path d="M144.75 345.075L146.40625 344.9344Q146.59375 346.15314 147.26562 346.7625Q147.9375 347.3719 148.89062 347.3719Q150.03125 347.3719 150.8125 346.5125Q151.60938 345.65314 151.60938 344.21564Q151.60938 342.8719 150.84375 342.09064Q150.09375 341.3094 148.85938 341.3094Q148.09375 341.3094 147.46875 341.65314Q146.85938 341.9969 146.51562 342.5594L145.03125 342.35626L146.28125 335.7469L152.6875 335.7469L152.6875 337.2469L147.54688 337.2469L146.84375 340.71564Q148.01562 339.90314 149.28125 339.90314Q150.96875 339.90314 152.125 341.075Q153.29688 342.2469 153.29688 344.075Q153.29688 345.825 152.26562 347.10626Q151.03125 348.66876 148.89062 348.66876Q147.125 348.66876 146.01562 347.6844Q144.90625 346.7 144.75 345.075ZM154.75 342.09064Q154.75 339.8094 155.21875 338.41876Q155.6875 337.02814 156.60938 336.27814Q157.54688 335.5125 158.95312 335.5125Q159.98438 335.5125 160.76562 335.9344Q161.54688 336.34064 162.04688 337.1375Q162.5625 337.91876 162.85938 339.0594Q163.15625 340.1844 163.15625 342.09064Q163.15625 344.35626 162.6875 345.7625Q162.21875 347.15314 161.28125 347.91876Q160.35938 348.66876 158.95312 348.66876Q157.07812 348.66876 156.01562 347.34064Q154.75 345.73126 154.75 342.09064ZM156.375 342.09064Q156.375 345.2625 157.10938 346.325Q157.85938 347.3719 158.95312 347.3719Q160.03125 347.3719 160.78125 346.325Q161.53125 345.2625 161.53125 342.09064Q161.53125 338.91876 160.78125 337.8719Q160.03125 336.825 158.9375 336.825Q157.84375 336.825 157.1875 337.7469Q156.375 338.91876 156.375 342.09064ZM165.04688 338.65314Q165.04688 337.27814 165.73438 336.3094Q166.4375 335.34064 167.75 335.34064Q168.96875 335.34064 169.76562 336.21564Q170.5625 337.075 170.5625 338.7625Q170.5625 340.3875 169.75 341.27814Q168.95312 342.15314 167.76562 342.15314Q166.60938 342.15314 165.82812 341.29376Q165.04688 340.41876 165.04688 338.65314ZM167.79688 336.4344Q167.20312 336.4344 166.8125 336.95Q166.42188 337.45 166.42188 338.8094Q166.42188 340.0594 166.8125 340.5594Q167.21875 341.0594 167.79688 341.0594Q168.39062 341.0594 168.78125 340.5594Q169.17188 340.04376 169.17188 338.7Q169.17188 337.45 168.78125 336.95Q168.39062 336.4344 167.79688 336.4344ZM167.8125 348.91876L174.85938 335.34064L176.14062 335.34064L169.10938 348.91876L167.8125 348.91876ZM173.375 345.41876Q173.375 344.04376 174.0625 343.075Q174.76562 342.10626 176.09375 342.10626Q177.3125 342.10626 178.09375 342.98126Q178.89062 343.84064 178.89062 345.52814Q178.89062 347.15314 178.09375 348.04376Q177.29688 348.91876 176.10938 348.91876Q174.9375 348.91876 174.15625 348.04376Q173.375 347.16876 173.375 345.41876ZM176.14062 343.2Q175.54688 343.2 175.15625 343.71564Q174.76562 344.21564 174.76562 345.59064Q174.76562 346.8094 175.15625 347.325Q175.54688 347.84064 176.125 347.84064Q176.73438 347.84064 177.125 347.325Q177.51562 346.8094 177.51562 345.46564Q177.51562 344.21564 177.125 343.71564Q176.73438 343.2 176.14062 343.2ZM189.64062 347.02814L189.875 348.4344Q189.20312 348.575 188.67188 348.575Q187.8125 348.575 187.32812 348.3094Q186.85938 348.02814 186.67188 347.59064Q186.48438 347.1375 186.48438 345.71564L186.48438 340.34064L185.3125 340.34064L185.3125 339.1219L186.48438 339.1219L186.48438 336.8094L188.04688 335.85626L188.04688 339.1219L189.64062 339.1219L189.64062 340.34064L188.04688 340.34064L188.04688 345.8094Q188.04688 346.48126 188.125 346.6844Q188.21875 346.8719 188.40625 346.98126Q188.59375 347.09064 188.95312 347.09064Q189.20312 347.09064 189.64062 347.02814ZM190.59375 343.77814Q190.59375 341.1844 192.04688 339.9344Q193.25 338.90314 194.96875 338.90314Q196.90625 338.90314 198.125 340.16876Q199.34375 341.4344 199.34375 343.65314Q199.34375 345.45 198.79688 346.48126Q198.26562 347.5125 197.23438 348.09064Q196.20312 348.66876 194.96875 348.66876Q193.01562 348.66876 191.79688 347.41876Q190.59375 346.15314 190.59375 343.77814ZM192.21875 343.77814Q192.21875 345.575 193.0 346.46564Q193.78125 347.35626 194.96875 347.35626Q196.15625 347.35626 196.9375 346.46564Q197.71875 345.5594 197.71875 343.73126Q197.71875 341.9969 196.92188 341.10626Q196.14062 340.21564 194.96875 340.21564Q193.78125 340.21564 193.0 341.10626Q192.21875 341.9969 192.21875 343.77814ZM205.85938 337.2469L205.85938 335.73126L214.1875 335.73126L214.1875 336.96564Q212.96875 338.27814 211.75 340.45Q210.54688 342.60626 209.89062 344.90314Q209.40625 346.52814 209.28125 348.45L207.65625 348.45Q207.6875 346.9344 208.25 344.77814Q208.82812 342.6219 209.89062 340.6219Q210.95312 338.6219 212.15625 337.2469L205.85938 337.2469ZM215.75 345.075L217.40625 344.9344Q217.59375 346.15314 218.26562 346.7625Q218.9375 347.3719 219.89062 347.3719Q221.03125 347.3719 221.8125 346.5125Q222.60938 345.65314 222.60938 344.21564Q222.60938 342.8719 221.84375 342.09064Q221.09375 341.3094 219.85938 341.3094Q219.09375 341.3094 218.46875 341.65314Q217.85938 341.9969 217.51562 342.5594L216.03125 342.35626L217.28125 335.7469L223.6875 335.7469L223.6875 337.2469L218.54688 337.2469L217.84375 340.71564Q219.01562 339.90314 220.28125 339.90314Q221.96875 339.90314 223.125 341.075Q224.29688 342.2469 224.29688 344.075Q224.29688 345.825 223.26562 347.10626Q222.03125 348.66876 219.89062 348.66876Q218.125 348.66876 217.01562 347.6844Q215.90625 346.7 215.75 345.075ZM226.04688 338.65314Q226.04688 337.27814 226.73438 336.3094Q227.4375 335.34064 228.75 335.34064Q229.96875 335.34064 230.76562 336.21564Q231.5625 337.075 231.5625 338.7625Q231.5625 340.3875 230.75 341.27814Q229.95312 342.15314 228.76562 342.15314Q227.60938 342.15314 226.82812 341.29376Q226.04688 340.41876 226.04688 338.65314ZM228.79688 336.4344Q228.20312 336.4344 227.8125 336.95Q227.42188 337.45 227.42188 338.8094Q227.42188 340.0594 227.8125 340.5594Q228.21875 341.0594 228.79688 341.0594Q229.39062 341.0594 229.78125 340.5594Q230.17188 340.04376 230.17188 338.7Q230.17188 337.45 229.78125 336.95Q229.39062 336.4344 228.79688 336.4344ZM228.8125 348.91876L235.85938 335.34064L237.14062 335.34064L230.10938 348.91876L228.8125 348.91876ZM234.375 345.41876Q234.375 344.04376 235.0625 343.075Q235.76562 342.10626 237.09375 342.10626Q238.3125 342.10626 239.09375 342.98126Q239.89062 343.84064 239.89062 345.52814Q239.89062 347.15314 239.09375 348.04376Q238.29688 348.91876 237.10938 348.91876Q235.9375 348.91876 235.15625 348.04376Q234.375 347.16876 234.375 345.41876ZM237.14062 343.2Q236.54688 343.2 236.15625 343.71564Q235.76562 344.21564 235.76562 345.59064Q235.76562 346.8094 236.15625 347.325Q236.54688 347.84064 237.125 347.84064Q237.73438 347.84064 238.125 347.325Q238.51562 346.8094 238.51562 345.46564Q238.51562 344.21564 238.125 343.71564Q237.73438 343.2 237.14062 343.2ZM246.59375 343.77814Q246.59375 341.1844 248.04688 339.9344Q249.25 338.90314 250.96875 338.90314Q252.90625 338.90314 254.125 340.16876Q255.34375 341.4344 255.34375 343.65314Q255.34375 345.45 254.79688 346.48126Q254.26562 347.5125 253.23438 348.09064Q252.20312 348.66876 250.96875 348.66876Q249.01562 348.66876 247.79688 347.41876Q246.59375 346.15314 246.59375 343.77814ZM248.21875 343.77814Q248.21875 345.575 249.0 346.46564Q249.78125 347.35626 250.96875 347.35626Q252.15625 347.35626 252.9375 346.46564Q253.71875 345.5594 253.71875 343.73126Q253.71875 341.9969 252.92188 341.10626Q252.14062 340.21564 250.96875 340.21564Q249.78125 340.21564 249.0 341.10626Q248.21875 341.9969 248.21875 343.77814ZM257.5625 348.45L257.5625 340.34064L256.17188 340.34064L256.17188 339.1219L257.5625 339.1219L257.5625 338.1219Q257.5625 337.1844 257.73438 336.73126Q257.95312 336.10626 258.53125 335.73126Q259.10938 335.34064 260.15625 335.34064Q260.8125 335.34064 261.625 335.4969L261.39062 336.8875Q260.89062 336.79376 260.45312 336.79376Q259.73438 336.79376 259.4375 337.10626Q259.14062 337.40314 259.14062 338.2469L259.14062 339.1219L260.95312 339.1219L260.95312 340.34064L259.14062 340.34064L259.14062 348.45L257.5625 348.45ZM270.67188 348.45L270.67188 337.09064L266.42188 337.09064L266.42188 335.5594L276.64062 335.5594L276.64062 337.09064L272.375 337.09064L272.375 348.45L270.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.45ZM476.57812 345.45L478.21875 345.65314Q477.82812 347.075 476.78125 347.8719Q475.73438 348.66876 474.10938 348.66876Q472.0625 348.66876 470.85938 347.40314Q469.65625 346.1375 469.65625 343.85626Q469.65625 341.5125 470.85938 340.21564Q472.07812 338.90314 474.01562 338.90314Q475.89062 338.90314 477.07812 340.1844Q478.26562 341.45 478.26562 343.7625Q478.26562 343.90314 478.25 344.1844L471.29688 344.1844Q471.375 345.73126 472.15625 346.54376Q472.95312 347.35626 474.10938 347.35626Q474.98438 347.35626 475.59375 346.90314Q476.21875 346.45 476.57812 345.45ZM471.375 342.8875L476.59375 342.8875Q476.48438 341.71564 476.0 341.1219Q475.23438 340.2 474.03125 340.2Q472.95312 340.2 472.20312 340.9344Q471.46875 341.66876 471.375 342.8875ZM480.15625 348.45L480.15625 335.5594L481.73438 335.5594L481.73438 348.45L480.15625 348.45ZM490.57812 345.45L492.21875 345.65314Q491.82812 347.075 490.78125 347.8719Q489.73438 348.66876 488.10938 348.66876Q486.0625 348.66876 484.85938 347.40314Q483.65625 346.1375 483.65625 343.85626Q483.65625 341.5125 484.85938 340.21564Q486.07812 338.90314 488.01562 338.90314Q489.89062 338.90314 491.07812 340.1844Q492.26562 341.45 492.26562 343.7625Q492.26562 343.90314 492.25 344.1844L485.29688 344.1844Q485.375 345.73126 486.15625 346.54376Q486.95312 347.35626 488.10938 347.35626Q488.98438 347.35626 489.59375 346.90314Q490.21875 346.45 490.57812 345.45ZM485.375 342.8875L490.59375 342.8875Q490.48438 341.71564 490.0 341.1219Q489.23438 340.2 488.03125 340.2Q486.95312 340.2 486.20312 340.9344Q485.46875 341.66876 485.375 342.8875ZM500.28125 345.02814L501.82812 345.23126Q501.57812 346.84064 500.53125 347.7625Q499.48438 348.66876 497.95312 348.66876Q496.03125 348.66876 494.85938 347.41876Q493.70312 346.15314 493.70312 343.825Q493.70312 342.3094 494.20312 341.1844Q494.70312 340.04376 495.71875 339.48126Q496.75 338.90314 497.95312 338.90314Q499.48438 338.90314 500.4375 339.6844Q501.40625 340.45 501.6875 341.85626L500.14062 342.09064Q499.92188 341.15314 499.35938 340.6844Q498.8125 340.2 498.01562 340.2Q496.82812 340.2 496.07812 341.0594Q495.32812 341.91876 495.32812 343.77814Q495.32812 345.65314 496.04688 346.5125Q496.76562 347.35626 497.9375 347.35626Q498.85938 347.35626 499.48438 346.79376Q500.10938 346.21564 500.28125 345.02814ZM502.59375 343.77814Q502.59375 341.1844 504.04688 339.9344Q505.25 338.90314 506.96875 338.90314Q508.90625 338.90314 510.125 340.16876Q511.34375 341.4344 511.34375 343.65314Q511.34375 345.45 510.79688 346.48126Q510.26562 347.5125 509.23438 348.09064Q508.20312 348.66876 506.96875 348.66876Q505.01562 348.66876 503.79688 347.41876Q502.59375 346.15314 502.59375 343.77814ZM504.21875 343.77814Q504.21875 345.575 505.0 346.46564Q505.78125 347.35626 506.96875 347.35626Q508.15625 347.35626 508.9375 346.46564Q509.71875 345.5594 509.71875 343.73126Q509.71875 341.9969 508.92188 341.10626Q508.14062 340.21564 506.96875 340.21564Q505.78125 340.21564 505.0 341.10626Q504.21875 341.9969 504.21875 343.77814ZM513.1875 348.45L513.1875 339.1219L514.6094 339.1219L514.6094 340.45Q515.6406 338.90314 517.5781 338.90314Q518.4219 338.90314 519.125 339.21564Q519.84375 339.5125 520.1875 340.0125Q520.5469 340.4969 520.6875 341.16876Q520.7656 341.60626 520.7656 342.71564L520.7656 348.45L519.1875 348.45L519.1875 342.77814Q519.1875 341.8094 519.0 341.325Q518.8281 340.84064 518.34375 340.5594Q517.875 340.27814 517.25 340.27814Q516.2344 340.27814 515.5 340.91876Q514.7656 341.5594 514.7656 343.35626L514.7656 348.45L513.1875 348.45ZM522.5469 345.66876L524.125 345.41876Q524.25 346.35626 524.84375 346.85626Q525.4531 347.35626 526.53125 347.35626Q527.625 347.35626 528.15625 346.91876Q528.6875 346.46564 528.6875 345.8719Q528.6875 345.34064 528.21875 345.02814Q527.8906 344.825 526.59375 344.4969Q524.8594 344.0594 524.1875 343.7469Q523.5156 343.41876 523.15625 342.85626Q522.8125 342.27814 522.8125 341.59064Q522.8125 340.96564 523.09375 340.4344Q523.3906 339.90314 523.875 339.5594Q524.25 339.27814 524.8906 339.09064Q525.53125 338.90314 526.25 338.90314Q527.3594 338.90314 528.1875 339.23126Q529.0156 339.54376 529.40625 340.09064Q529.8125 340.6219 529.9531 341.52814L528.40625 341.73126Q528.2969 341.0125 527.7969 340.60626Q527.2969 340.2 526.375 340.2Q525.28125 340.2 524.8125 340.5594Q524.34375 340.91876 524.34375 341.40314Q524.34375 341.71564 524.5469 341.96564Q524.7344 342.21564 525.1406 342.3875Q525.3906 342.46564 526.5469 342.79376Q528.21875 343.23126 528.875 343.52814Q529.5469 343.8094 529.9219 344.35626Q530.3125 344.90314 530.3125 345.7Q530.3125 346.4969 529.84375 347.2Q529.3906 347.90314 528.5156 348.29376Q527.6406 348.66876 526.5469 348.66876Q524.71875 348.66876 523.7656 347.91876Q522.8125 347.15314 522.5469 345.66876Z" fill="#999999" fill-rule="nonzero"></path>
     <path d="M54.265625 40.55L54.265625 23.3625L56.53125 23.3625L56.53125 38.51875L65.0 38.51875L65.0 40.55L54.265625 40.55ZM67.09375 25.8L67.09375 23.3625L69.203125 23.3625L69.203125 25.8L67.09375 25.8ZM67.09375 40.55L67.09375 28.096874L69.203125 28.096874L69.203125 40.55L67.09375 40.55ZM74.03125 40.55L72.078125 40.55L72.078125 23.3625L74.1875 23.3625L74.1875 29.503124Q75.515625 27.815624 77.59375 27.815624Q78.734375 27.815624 79.765625 28.284374Q80.796875 28.753124 81.453125 29.596874Q82.109375 30.425 82.484375 31.6125Q82.859375 32.784374 82.859375 34.14375Q82.859375 37.33125 81.28125 39.08125Q79.703125 40.83125 77.484375 40.83125Q75.28125 40.83125 74.03125 38.9875L74.03125 40.55ZM74.0 34.2375Q74.0 36.471874 74.609375 37.471874Q75.609375 39.096874 77.3125 39.096874Q78.6875 39.096874 79.6875 37.89375Q80.703125 36.690624 80.703125 34.315624Q80.703125 31.878124 79.734375 30.721874Q78.78125 29.55 77.40625 29.55Q76.015625 29.55 75.0 30.753124Q74.0 31.95625 74.0 34.2375ZM85.0625 40.55L85.0625 28.096874L86.953125 28.096874L86.953125 29.9875Q87.6875 28.659374 88.296875 28.2375Q88.921875 27.815624 89.65625 27.815624Q90.71875 27.815624 91.828125 28.503124L91.09375 30.45625Q90.328125 30.003124 89.546875 30.003124Q88.859375 30.003124 88.296875 30.425Q87.75 30.83125 87.515625 31.565624Q87.171875 32.690624 87.171875 34.034374L87.171875 40.55L85.0625 40.55ZM101.203125 39.01875Q100.03125 40.003124 98.9375 40.425Q97.859375 40.83125 96.625 40.83125Q94.578125 40.83125 93.46875 39.83125Q92.375 38.83125 92.375 37.26875Q92.375 36.346874 92.78125 35.596874Q93.203125 34.846874 93.875 34.39375Q94.546875 33.925 95.390625 33.690624Q96.015625 33.534374 97.265625 33.378124Q99.828125 33.065624 101.03125 32.64375Q101.046875 32.221874 101.046875 32.096874Q101.046875 30.815624 100.4375 30.284374Q99.640625 29.565624 98.046875 29.565624Q96.546875 29.565624 95.84375 30.096874Q95.140625 30.6125 94.796875 31.940624L92.734375 31.659374Q93.015625 30.33125 93.65625 29.51875Q94.296875 28.70625 95.515625 28.26875Q96.734375 27.815624 98.34375 27.815624Q99.9375 27.815624 100.9375 28.190624Q101.9375 28.565624 102.40625 29.14375Q102.875 29.70625 103.0625 30.58125Q103.15625 31.1125 103.15625 32.51875L103.15625 35.33125Q103.15625 38.26875 103.296875 39.05Q103.4375 39.83125 103.828125 40.55L101.625 40.55Q101.296875 39.89375 101.203125 39.01875ZM101.03125 34.3Q99.875 34.76875 97.578125 35.096874Q96.28125 35.284374 95.734375 35.51875Q95.203125 35.753124 94.90625 36.20625Q94.625 36.659374 94.625 37.20625Q94.625 38.05 95.25 38.6125Q95.890625 39.175 97.125 39.175Q98.34375 39.175 99.296875 38.64375Q100.25 38.1125 100.6875 37.190624Q101.03125 36.471874 101.03125 35.08125L101.03125 34.3ZM106.0625 40.55L106.0625 28.096874L107.953125 28.096874L107.953125 29.9875Q108.6875 28.659374 109.296875 28.2375Q109.921875 27.815624 110.65625 27.815624Q111.71875 27.815624 112.828125 28.503124L112.09375 30.45625Q111.328125 30.003124 110.546875 30.003124Q109.859375 30.003124 109.296875 30.425Q108.75 30.83125 108.515625 31.565624Q108.171875 32.690624 108.171875 34.034374L108.171875 40.55L106.0625 40.55ZM113.984375 45.346874L113.75 43.3625Q114.453125 43.55 114.96875 43.55Q115.671875 43.55 116.09375 43.315624Q116.515625 43.08125 116.78125 42.659374Q116.984375 42.346874 117.421875 41.096874Q117.484375 40.909374 117.609375 40.58125L112.890625 28.096874L115.15625 28.096874L117.75 35.315624Q118.25 36.675 118.65625 38.190624Q119.015625 36.7375 119.515625 35.3625L122.1875 28.096874L124.296875 28.096874L119.5625 40.76875Q118.796875 42.815624 118.375 43.58125Q117.8125 44.628124 117.078125 45.1125Q116.359375 45.596874 115.34375 45.596874Q114.734375 45.596874 113.984375 45.346874ZM133.40625 40.55L133.40625 23.3625L145.82812 23.3625L145.82812 25.39375L135.67188 25.39375L135.67188 30.659374L145.17188 30.659374L145.17188 32.675L135.67188 32.675L135.67188 38.51875L146.21875 38.51875L146.21875 40.55L133.40625 40.55ZM152.54688 40.55L147.8125 28.096874L150.03125 28.096874L152.70312 35.55Q153.14062 36.76875 153.5 38.065624Q153.78125 37.08125 154.28125 35.690624L157.04688 28.096874L159.21875 28.096874L154.51562 40.55L152.54688 40.55ZM160.29688 34.33125Q160.29688 30.8625 162.21875 29.20625Q163.82812 27.815624 166.14062 27.815624Q168.70312 27.815624 170.32812 29.503124Q171.95312 31.190624 171.95312 34.14375Q171.95312 36.55 171.23438 37.925Q170.51562 39.3 169.14062 40.065624Q167.76562 40.83125 166.14062 40.83125Q163.51562 40.83125 161.90625 39.159374Q160.29688 37.471874 160.29688 34.33125ZM162.46875 34.33125Q162.46875 36.721874 163.5 37.909374Q164.54688 39.096874 166.14062 39.096874Q167.70312 39.096874 168.75 37.909374Q169.79688 36.70625 169.79688 34.253124Q169.79688 31.940624 168.73438 30.753124Q167.6875 29.565624 166.14062 29.565624Q164.54688 29.565624 163.5 30.753124Q162.46875 31.940624 162.46875 34.33125ZM174.03125 40.55L174.03125 23.3625L176.14062 23.3625L176.14062 40.55L174.03125 40.55ZM187.23438 40.55L187.23438 38.721874Q185.78125 40.83125 183.29688 40.83125Q182.1875 40.83125 181.23438 40.409374Q180.28125 39.9875 179.8125 39.346874Q179.35938 38.70625 179.17188 37.784374Q179.03125 37.159374 179.03125 35.815624L179.03125 28.096874L181.14062 28.096874L181.14062 35.003124Q181.14062 36.659374 181.28125 37.2375Q181.46875 38.065624 182.10938 38.55Q182.76562 39.01875 183.71875 39.01875Q184.65625 39.01875 185.48438 38.534374Q186.32812 38.034374 186.67188 37.20625Q187.01562 36.3625 187.01562 34.76875L187.01562 28.096874L189.125 28.096874L189.125 40.55L187.23438 40.55ZM196.6875 38.659374L197.0 40.51875Q196.10938 40.721874 195.40625 40.721874Q194.25 40.721874 193.60938 40.3625Q192.98438 39.9875 192.71875 39.39375Q192.46875 38.8 192.46875 36.909374L192.46875 29.7375L190.92188 29.7375L190.92188 28.096874L192.46875 28.096874L192.46875 25.01875L194.5625 23.753124L194.5625 28.096874L196.6875 28.096874L196.6875 29.7375L194.5625 29.7375L194.5625 37.01875Q194.5625 37.925 194.67188 38.190624Q194.79688 38.440624 195.04688 38.596874Q195.29688 38.7375 195.76562 38.7375Q196.10938 38.7375 196.6875 38.659374ZM199.09375 25.8L199.09375 23.3625L201.20312 23.3625L201.20312 25.8L199.09375 25.8ZM199.09375 40.55L199.09375 28.096874L201.20312 28.096874L201.20312 40.55L199.09375 40.55ZM203.29688 34.33125Q203.29688 30.8625 205.21875 29.20625Q206.82812 27.815624 209.14062 27.815624Q211.70312 27.815624 213.32812 29.503124Q214.95312 31.190624 214.95312 34.14375Q214.95312 36.55 214.23438 37.925Q213.51562 39.3 212.14062 40.065624Q210.76562 40.83125 209.14062 40.83125Q206.51562 40.83125 204.90625 39.159374Q203.29688 37.471874 203.29688 34.33125ZM205.46875 34.33125Q205.46875 36.721874 206.5 37.909374Q207.54688 39.096874 209.14062 39.096874Q210.70312 39.096874 211.75 37.909374Q212.79688 36.70625 212.79688 34.253124Q212.79688 31.940624 211.73438 30.753124Q210.6875 29.565624 209.14062 29.565624Q207.54688 29.565624 206.5 30.753124Q205.46875 31.940624 205.46875 34.33125ZM217.07812 40.55L217.07812 28.096874L218.98438 28.096874L218.98438 29.878124Q220.35938 27.815624 222.9375 27.815624Q224.0625 27.815624 225.0 28.221874Q225.95312 28.628124 226.42188 29.284374Q226.89062 29.940624 227.07812 30.846874Q227.20312 31.425 227.20312 32.89375L227.20312 40.55L225.09375 40.55L225.09375 32.971874Q225.09375 31.690624 224.84375 31.05Q224.59375 30.409374 223.96875 30.034374Q223.34375 29.64375 222.5 29.64375Q221.15625 29.64375 220.17188 30.503124Q219.1875 31.3625 219.1875 33.753124L219.1875 40.55L217.07812 40.55ZM241.71875 40.55L241.71875 25.39375L236.0625 25.39375L236.0625 23.3625L249.6875 23.3625L249.6875 25.39375L244.0 25.39375L244.0 40.55L241.71875 40.55ZM260.60938 36.534374L262.78125 36.815624Q262.26562 38.721874 260.875 39.784374Q259.48438 40.83125 257.3125 40.83125Q254.57812 40.83125 252.96875 39.159374Q251.375 37.471874 251.375 34.425Q251.375 31.284374 252.98438 29.55Q254.60938 27.815624 257.1875 27.815624Q259.6875 27.815624 261.26562 29.51875Q262.85938 31.221874 262.85938 34.3Q262.85938 34.4875 262.84375 34.8625L253.5625 34.8625Q253.67188 36.909374 254.71875 38.003124Q255.76562 39.096874 257.32812 39.096874Q258.48438 39.096874 259.29688 38.4875Q260.125 37.878124 260.60938 36.534374ZM253.67188 33.128124L260.625 33.128124Q260.48438 31.565624 259.82812 30.76875Q258.82812 29.55 257.21875 29.55Q255.76562 29.55 254.76562 30.534374Q253.78125 31.503124 253.67188 33.128124ZM265.03125 40.55L265.03125 23.3625L267.14062 23.3625L267.14062 40.55L265.03125 40.55ZM278.60938 36.534374L280.78125 36.815624Q280.26562 38.721874 278.875 39.784374Q277.48438 40.83125 275.3125 40.83125Q272.57812 40.83125 270.96875 39.159374Q269.375 37.471874 269.375 34.425Q269.375 31.284374 270.98438 29.55Q272.60938 27.815624 275.1875 27.815624Q277.6875 27.815624 279.26562 29.51875Q280.85938 31.221874 280.85938 34.3Q280.85938 34.4875 280.84375 34.8625L271.5625 34.8625Q271.67188 36.909374 272.71875 38.003124Q273.76562 39.096874 275.32812 39.096874Q276.48438 39.096874 277.29688 38.4875Q278.125 37.878124 278.60938 36.534374ZM271.67188 33.128124L278.625 33.128124Q278.48438 31.565624 277.82812 30.76875Q276.82812 29.55 275.21875 29.55Q273.76562 29.55 272.76562 30.534374Q271.78125 31.503124 271.67188 33.128124ZM291.20312 35.9875L293.28125 36.253124Q292.9375 38.409374 291.53125 39.628124Q290.14062 40.83125 288.09375 40.83125Q285.54688 40.83125 283.98438 39.159374Q282.4375 37.4875 282.4375 34.378124Q282.4375 32.3625 283.10938 30.846874Q283.78125 29.33125 285.14062 28.58125Q286.5 27.815624 288.10938 27.815624Q290.14062 27.815624 291.42188 28.846874Q292.71875 29.878124 293.07812 31.753124L291.03125 32.08125Q290.73438 30.815624 289.98438 30.190624Q289.25 29.55 288.1875 29.55Q286.59375 29.55 285.59375 30.70625Q284.60938 31.846874 284.60938 34.315624Q284.60938 36.815624 285.5625 37.95625Q286.53125 39.096874 288.07812 39.096874Q289.3125 39.096874 290.14062 38.33125Q290.98438 37.565624 291.20312 35.9875ZM294.29688 34.33125Q294.29688 30.8625 296.21875 29.20625Q297.82812 27.815624 300.14062 27.815624Q302.70312 27.815624 304.32812 29.503124Q305.95312 31.190624 305.95312 34.14375Q305.95312 36.55 305.23438 37.925Q304.51562 39.3 303.14062 40.065624Q301.76562 40.83125 300.14062 40.83125Q297.51562 40.83125 295.90625 39.159374Q294.29688 37.471874 294.29688 34.33125ZM296.46875 34.33125Q296.46875 36.721874 297.5 37.909374Q298.54688 39.096874 300.14062 39.096874Q301.70312 39.096874 302.75 37.909374Q303.79688 36.70625 303.79688 34.253124Q303.79688 31.940624 302.73438 30.753124Q301.6875 29.565624 300.14062 29.565624Q298.54688 29.565624 297.5 30.753124Q296.46875 31.940624 296.46875 34.33125ZM308.07812 40.55L308.07812 28.096874L309.98438 28.096874L309.98438 29.878124Q311.35938 27.815624 313.9375 27.815624Q315.0625 27.815624 316.0 28.221874Q316.95312 28.628124 317.42188 29.284374Q317.89062 29.940624 318.07812 30.846874Q318.20312 31.425 318.20312 32.89375L318.20312 40.55L316.09375 40.55L316.09375 32.971874Q316.09375 31.690624 315.84375 31.05Q315.59375 30.409374 314.96875 30.034374Q314.34375 29.64375 313.5 29.64375Q312.15625 29.64375 311.17188 30.503124Q310.1875 31.3625 310.1875 33.753124L310.1875 40.55L308.07812 40.55ZM328.35938 40.55L328.35938 23.3625L334.82812 23.3625Q336.54688 23.3625 337.45312 23.534374Q338.71875 23.7375 339.5625 24.33125Q340.42188 24.925 340.9375 26.003124Q341.46875 27.065624 341.46875 28.33125Q341.46875 30.534374 340.0625 32.05Q338.67188 33.565624 335.03125 33.565624L330.625 33.565624L330.625 40.55L328.35938 40.55ZM330.625 31.534374L335.0625 31.534374Q337.26562 31.534374 338.1875 30.721874Q339.125 29.89375 339.125 28.409374Q339.125 27.33125 338.57812 26.565624Q338.03125 25.8 337.14062 25.55Q336.5625 25.39375 335.01562 25.39375L330.625 25.39375L330.625 31.534374ZM352.20312 39.01875Q351.03125 40.003124 349.9375 40.425Q348.85938 40.83125 347.625 40.83125Q345.57812 40.83125 344.46875 39.83125Q343.375 38.83125 343.375 37.26875Q343.375 36.346874 343.78125 35.596874Q344.20312 34.846874 344.875 34.39375Q345.54688 33.925 346.39062 33.690624Q347.01562 33.534374 348.26562 33.378124Q350.82812 33.065624 352.03125 32.64375Q352.04688 32.221874 352.04688 32.096874Q352.04688 30.815624 351.4375 30.284374Q350.64062 29.565624 349.04688 29.565624Q347.54688 29.565624 346.84375 30.096874Q346.14062 30.6125 345.79688 31.940624L343.73438 31.659374Q344.01562 30.33125 344.65625 29.51875Q345.29688 28.70625 346.51562 28.26875Q347.73438 27.815624 349.34375 27.815624Q350.9375 27.815624 351.9375 28.190624Q352.9375 28.565624 353.40625 29.14375Q353.875 29.70625 354.0625 30.58125Q354.15625 31.1125 354.15625 32.51875L354.15625 35.33125Q354.15625 38.26875 354.29688 39.05Q354.4375 39.83125 354.82812 40.55L352.625 40.55Q352.29688 39.89375 352.20312 39.01875ZM352.03125 34.3Q350.875 34.76875 348.57812 35.096874Q347.28125 35.284374 346.73438 35.51875Q346.20312 35.753124 345.90625 36.20625Q345.625 36.659374 345.625 37.20625Q345.625 38.05 346.25 38.6125Q346.89062 39.175 348.125 39.175Q349.34375 39.175 350.29688 38.64375Q351.25 38.1125 351.6875 37.190624Q352.03125 36.471874 352.03125 35.08125L352.03125 34.3ZM357.0625 40.55L357.0625 28.096874L358.95312 28.096874L358.95312 29.9875Q359.6875 28.659374 360.29688 28.2375Q360.92188 27.815624 361.65625 27.815624Q362.71875 27.815624 363.82812 28.503124L363.09375 30.45625Q362.32812 30.003124 361.54688 30.003124Q360.85938 30.003124 360.29688 30.425Q359.75 30.83125 359.51562 31.565624Q359.17188 32.690624 359.17188 34.034374L359.17188 40.55L357.0625 40.55ZM369.6875 38.659374L370.0 40.51875Q369.10938 40.721874 368.40625 40.721874Q367.25 40.721874 366.60938 40.3625Q365.98438 39.9875 365.71875 39.39375Q365.46875 38.8 365.46875 36.909374L365.46875 29.7375L363.92188 29.7375L363.92188 28.096874L365.46875 28.096874L365.46875 25.01875L367.5625 23.753124L367.5625 28.096874L369.6875 28.096874L369.6875 29.7375L367.5625 29.7375L367.5625 37.01875Q367.5625 37.925 367.67188 38.190624Q367.79688 38.440624 368.04688 38.596874Q368.29688 38.7375 368.76562 38.7375Q369.10938 38.7375 369.6875 38.659374ZM372.09375 25.8L372.09375 23.3625L374.20312 23.3625L374.20312 25.8L372.09375 25.8ZM372.09375 40.55L372.09375 28.096874L374.20312 28.096874L374.20312 40.55L372.09375 40.55ZM385.20312 35.9875L387.28125 36.253124Q386.9375 38.409374 385.53125 39.628124Q384.14062 40.83125 382.09375 40.83125Q379.54688 40.83125 377.98438 39.159374Q376.4375 37.4875 376.4375 34.378124Q376.4375 32.3625 377.10938 30.846874Q377.78125 29.33125 379.14062 28.58125Q380.5 27.815624 382.10938 27.815624Q384.14062 27.815624 385.42188 28.846874Q386.71875 29.878124 387.07812 31.753124L385.03125 32.08125Q384.73438 30.815624 383.98438 30.190624Q383.25 29.55 382.1875 29.55Q380.59375 29.55 379.59375 30.70625Q378.60938 31.846874 378.60938 34.315624Q378.60938 36.815624 379.5625 37.95625Q380.53125 39.096874 382.07812 39.096874Q383.3125 39.096874 384.14062 38.33125Q384.98438 37.565624 385.20312 35.9875ZM389.09375 25.8L389.09375 23.3625L391.20312 23.3625L391.20312 25.8L389.09375 25.8ZM389.09375 40.55L389.09375 28.096874L391.20312 28.096874L391.20312 40.55L389.09375 40.55ZM394.07812 45.315624L394.07812 28.096874L396.0 28.096874L396.0 29.721874Q396.6875 28.76875 397.53125 28.3Q398.39062 27.815624 399.60938 27.815624Q401.20312 27.815624 402.42188 28.64375Q403.64062 29.45625 404.26562 30.95625Q404.89062 32.45625 404.89062 34.2375Q404.89062 36.14375 404.20312 37.675Q403.51562 39.20625 402.20312 40.01875Q400.90625 40.83125 399.46875 40.83125Q398.40625 40.83125 397.5625 40.39375Q396.73438 39.940624 396.1875 39.253124L396.1875 45.315624L394.07812 45.315624ZM396.0 34.39375Q396.0 36.8 396.96875 37.95625Q397.9375 39.096874 399.32812 39.096874Q400.73438 39.096874 401.73438 37.909374Q402.73438 36.721874 402.73438 34.221874Q402.73438 31.846874 401.75 30.659374Q400.78125 29.471874 399.42188 29.471874Q398.0625 29.471874 397.03125 30.7375Q396.0 31.9875 396.0 34.39375ZM415.20312 39.01875Q414.03125 40.003124 412.9375 40.425Q411.85938 40.83125 410.625 40.83125Q408.57812 40.83125 407.46875 39.83125Q406.375 38.83125 406.375 37.26875Q406.375 36.346874 406.78125 35.596874Q407.20312 34.846874 407.875 34.39375Q408.54688 33.925 409.39062 33.690624Q410.01562 33.534374 411.26562 33.378124Q413.82812 33.065624 415.03125 32.64375Q415.04688 32.221874 415.04688 32.096874Q415.04688 30.815624 414.4375 30.284374Q413.64062 29.565624 412.04688 29.565624Q410.54688 29.565624 409.84375 30.096874Q409.14062 30.6125 408.79688 31.940624L406.73438 31.659374Q407.01562 30.33125 407.65625 29.51875Q408.29688 28.70625 409.51562 28.26875Q410.73438 27.815624 412.34375 27.815624Q413.9375 27.815624 414.9375 28.190624Q415.9375 28.565624 416.40625 29.14375Q416.875 29.70625 417.0625 30.58125Q417.15625 31.1125 417.15625 32.51875L417.15625 35.33125Q417.15625 38.26875 417.29688 39.05Q417.4375 39.83125 417.82812 40.55L415.625 40.55Q415.29688 39.89375 415.20312 39.01875ZM415.03125 34.3Q413.875 34.76875 411.57812 35.096874Q410.28125 35.284374 409.73438 35.51875Q409.20312 35.753124 408.90625 36.20625Q408.625 36.659374 408.625 37.20625Q408.625 38.05 409.25 38.6125Q409.89062 39.175 411.125 39.175Q412.34375 39.175 413.29688 38.64375Q414.25 38.1125 414.6875 37.190624Q415.03125 36.471874 415.03125 35.08125L415.03125 34.3ZM424.6875 38.659374L425.0 40.51875Q424.10938 40.721874 423.40625 40.721874Q422.25 40.721874 421.60938 40.3625Q420.98438 39.9875 420.71875 39.39375Q420.46875 38.8 420.46875 36.909374L420.46875 29.7375L418.92188 29.7375L418.92188 28.096874L420.46875 28.096874L420.46875 25.01875L422.5625 23.753124L422.5625 28.096874L424.6875 28.096874L424.6875 29.7375L422.5625 29.7375L422.5625 37.01875Q422.5625 37.925 422.67188 38.190624Q422.79688 38.440624 423.04688 38.596874Q423.29688 38.7375 423.76562 38.7375Q424.10938 38.7375 424.6875 38.659374ZM427.09375 25.8L427.09375 23.3625L429.20312 23.3625L429.20312 25.8L427.09375 25.8ZM427.09375 40.55L427.09375 28.096874L429.20312 28.096874L429.20312 40.55L427.09375 40.55ZM431.29688 34.33125Q431.29688 30.8625 433.21875 29.20625Q434.82812 27.815624 437.14062 27.815624Q439.70312 27.815624 441.32812 29.503124Q442.95312 31.190624 442.95312 34.14375Q442.95312 36.55 442.23438 37.925Q441.51562 39.3 440.14062 40.065624Q438.76562 40.83125 437.14062 40.83125Q434.51562 40.83125 432.90625 39.159374Q431.29688 37.471874 431.29688 34.33125ZM433.46875 34.33125Q433.46875 36.721874 434.5 37.909374Q435.54688 39.096874 437.14062 39.096874Q438.70312 39.096874 439.75 37.909374Q440.79688 36.70625 440.79688 34.253124Q440.79688 31.940624 439.73438 30.753124Q438.6875 29.565624 437.14062 29.565624Q435.54688 29.565624 434.5 30.753124Q433.46875 31.940624 433.46875 34.33125ZM445.07812 40.55L445.07812 28.096874L446.98438 28.096874L446.98438 29.878124Q448.35938 27.815624 450.9375 27.815624Q452.0625 27.815624 453.0 28.221874Q453.95312 28.628124 454.42188 29.284374Q454.89062 29.940624 455.07812 30.846874Q455.20312 31.425 455.20312 32.89375L455.20312 40.55L453.09375 40.55L453.09375 32.971874Q453.09375 31.690624 452.84375 31.05Q452.59375 30.409374 451.96875 30.034374Q451.34375 29.64375 450.5 29.64375Q449.15625 29.64375 448.17188 30.503124Q447.1875 31.3625 447.1875 33.753124L447.1875 40.55L445.07812 40.55ZM465.35938 40.55L465.35938 23.3625L471.82812 23.3625Q473.54688 23.3625 474.45312 23.534374Q475.71875 23.7375 476.5625 24.33125Q477.42188 24.925 477.9375 26.003124Q478.46875 27.065624 478.46875 28.33125Q478.46875 30.534374 477.0625 32.05Q475.67188 33.565624 472.03125 33.565624L467.625 33.565624L467.625 40.55L465.35938 40.55ZM467.625 31.534374L472.0625 31.534374Q474.26562 31.534374 475.1875 30.721874Q476.125 29.89375 476.125 28.409374Q476.125 27.33125 475.57812 26.565624Q475.03125 25.8 474.14062 25.55Q473.5625 25.39375 472.01562 25.39375L467.625 25.39375L467.625 31.534374ZM489.60938 36.534374L491.78125 36.815624Q491.26562 38.721874 489.875 39.784374Q488.48438 40.83125 486.3125 40.83125Q483.57812 40.83125 481.96875 39.159374Q480.375 37.471874 480.375 34.425Q480.375 31.284374 481.98438 29.55Q483.60938 27.815624 486.1875 27.815624Q488.6875 27.815624 490.26562 29.51875Q491.85938 31.221874 491.85938 34.3Q491.85938 34.4875 491.84375 34.8625L482.5625 34.8625Q482.67188 36.909374 483.71875 38.003124Q484.76562 39.096874 486.32812 39.096874Q487.48438 39.096874 488.29688 38.4875Q489.125 37.878124 489.60938 36.534374ZM482.67188 33.128124L489.625 33.128124Q489.48438 31.565624 488.82812 30.76875Q487.82812 29.55 486.21875 29.55Q484.76562 29.55 483.76562 30.534374Q482.78125 31.503124 482.67188 33.128124ZM494.0625 40.55L494.0625 28.096874L495.95312 28.096874L495.95312 29.9875Q496.6875 28.659374 497.29688 28.2375Q497.92188 27.815624 498.65625 27.815624Q499.71875 27.815624 500.82812 28.503124L500.09375 30.45625Q499.32812 30.003124 498.54688 30.003124Q497.85938 30.003124 497.29688 30.425Q496.75 30.83125 496.51562 31.565624Q496.17188 32.690624 496.17188 34.034374L496.17188 40.55L494.0625 40.55ZM507.46875 40.55L514.0625 23.3625L516.5156 23.3625L523.5469 40.55L520.9531 40.55L518.9531 35.346874L511.76562 35.346874L509.875 40.55L507.46875 40.55ZM512.4219 33.4875L518.25 33.4875L516.4531 28.7375Q515.6406 26.565624 515.2344 25.175Q514.90625 26.83125 514.3125 28.45625L512.4219 33.4875ZM529.6875 38.659374L530.0 40.51875Q529.1094 40.721874 528.40625 40.721874Q527.25 40.721874 526.6094 40.3625Q525.9844 39.9875 525.71875 39.39375Q525.46875 38.8 525.46875 36.909374L525.46875 29.7375L523.9219 29.7375L523.9219 28.096874L525.46875 28.096874L525.46875 25.01875L527.5625 23.753124L527.5625 28.096874L529.6875 28.096874L529.6875 29.7375L527.5625 29.7375L527.5625 37.01875Q527.5625 37.925 527.6719 38.190624Q527.7969 38.440624 528.0469 38.596874Q528.2969 38.7375 528.7656 38.7375Q529.1094 38.7375 529.6875 38.659374ZM536.6875 38.659374L537.0 40.51875Q536.1094 40.721874 535.40625 40.721874Q534.25 40.721874 533.6094 40.3625Q532.9844 39.9875 532.71875 39.39375Q532.46875 38.8 532.46875 36.909374L532.46875 29.7375L530.9219 29.7375L530.9219 28.096874L532.46875 28.096874L532.46875 25.01875L534.5625 23.753124L534.5625 28.096874L536.6875 28.096874L536.6875 29.7375L534.5625 29.7375L534.5625 37.01875Q534.5625 37.925 534.6719 38.190624Q534.7969 38.440624 535.0469 38.596874Q535.2969 38.7375 535.7656 38.7375Q536.1094 38.7375 536.6875 38.659374ZM547.6094 36.534374L549.78125 36.815624Q549.2656 38.721874 547.875 39.784374Q546.4844 40.83125 544.3125 40.83125Q541.5781 40.83125 539.96875 39.159374Q538.375 37.471874 538.375 34.425Q538.375 31.284374 539.9844 29.55Q541.6094 27.815624 544.1875 27.815624Q546.6875 27.815624 548.2656 29.51875Q549.8594 31.221874 549.8594 34.3Q549.8594 34.4875 549.84375 34.8625L540.5625 34.8625Q540.6719 36.909374 541.71875 38.003124Q542.7656 39.096874 544.3281 39.096874Q545.4844 39.096874 546.2969 38.4875Q547.125 37.878124 547.6094 36.534374ZM540.6719 33.128124L547.625 33.128124Q547.4844 31.565624 546.8281 30.76875Q545.8281 29.55 544.21875 29.55Q542.7656 29.55 541.7656 30.534374Q540.78125 31.503124 540.6719 33.128124ZM552.0781 40.55L552.0781 28.096874L553.9844 28.096874L553.9844 29.878124Q555.3594 27.815624 557.9375 27.815624Q559.0625 27.815624 560.0 28.221874Q560.9531 28.628124 561.4219 29.284374Q561.8906 29.940624 562.0781 30.846874Q562.2031 31.425 562.2031 32.89375L562.2031 40.55L560.09375 40.55L560.09375 32.971874Q560.09375 31.690624 559.84375 31.05Q559.59375 30.409374 558.96875 30.034374Q558.34375 29.64375 557.5 29.64375Q556.15625 29.64375 555.1719 30.503124Q554.1875 31.3625 554.1875 33.753124L554.1875 40.55L552.0781 40.55ZM573.15625 40.55L573.15625 38.971874Q571.96875 40.83125 569.6719 40.83125Q568.1875 40.83125 566.9375 40.01875Q565.6875 39.190624 565.0 37.721874Q564.3281 36.253124 564.3281 34.33125Q564.3281 32.471874 564.9375 30.95625Q565.5625 29.440624 566.7969 28.628124Q568.0469 27.815624 569.5781 27.815624Q570.7031 27.815624 571.5781 28.3Q572.46875 28.76875 573.0156 29.534374L573.0156 23.3625L575.1094 23.3625L575.1094 40.55L573.15625 40.55ZM566.4844 34.33125Q566.4844 36.721874 567.4844 37.909374Q568.5 39.096874 569.875 39.096874Q571.2656 39.096874 572.21875 37.971874Q573.1875 36.83125 573.1875 34.51875Q573.1875 31.95625 572.2031 30.76875Q571.21875 29.565624 569.78125 29.565624Q568.375 29.565624 567.4219 30.721874Q566.4844 31.8625 566.4844 34.33125ZM586.6094 36.534374L588.78125 36.815624Q588.2656 38.721874 586.875 39.784374Q585.4844 40.83125 583.3125 40.83125Q580.5781 40.83125 578.96875 39.159374Q577.375 37.471874 577.375 34.425Q577.375 31.284374 578.9844 29.55Q580.6094 27.815624 583.1875 27.815624Q585.6875 27.815624 587.2656 29.51875Q588.8594 31.221874 588.8594 34.3Q588.8594 34.4875 588.84375 34.8625L579.5625 34.8625Q579.6719 36.909374 580.71875 38.003124Q581.7656 39.096874 583.3281 39.096874Q584.4844 39.096874 585.2969 38.4875Q586.125 37.878124 586.6094 36.534374ZM579.6719 33.128124L586.625 33.128124Q586.4844 31.565624 585.8281 30.76875Q584.8281 29.55 583.21875 29.55Q581.7656 29.55 580.7656 30.534374Q579.78125 31.503124 579.6719 33.128124ZM599.6094 36.534374L601.78125 36.815624Q601.2656 38.721874 599.875 39.784374Q598.4844 40.83125 596.3125 40.83125Q593.5781 40.83125 591.96875 39.159374Q590.375 37.471874 590.375 34.425Q590.375 31.284374 591.9844 29.55Q593.6094 27.815624 596.1875 27.815624Q598.6875 27.815624 600.2656 29.51875Q601.8594 31.221874 601.8594 34.3Q601.8594 34.4875 601.84375 34.8625L592.5625 34.8625Q592.6719 36.909374 593.71875 38.003124Q594.7656 39.096874 596.3281 39.096874Q597.4844 39.096874 598.2969 38.4875Q599.125 37.878124 599.6094 36.534374ZM592.6719 33.128124L599.625 33.128124Q599.4844 31.565624 598.8281 30.76875Q597.8281 29.55 596.21875 29.55Q594.7656 29.55 593.7656 30.534374Q592.78125 31.503124 592.6719 33.128124Z" fill="#999999" fill-rule="nonzero"></path>
    </svg>
   </center>
   <h3 class="heading settled" data-level="1.2" id="mailing-list-reviews"><span class="secno">1.2. </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-02-23 to 2021-05-25 
       <th>Since 2020-04-06 
      <tr>
       <th># of Papers Reviewed On The Mailing List 
       <td>8 
       <td>23 
    </table>
   </center>
   <h3 class="heading settled" data-level="1.3" id="paper-queues-and-backlog"><span class="secno">1.3. </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>44 
      <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>3 
      <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>5 
      <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>12 
      <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.4" id="electronic-polling"><span class="secno">1.4. </span><span class="content">Electronic Polling</span><a class="self-link" href="#electronic-polling"></a></h3>
   <p>Library Evolution conducts a quarterly series of electronic polls to affirm
  the decisions we make.</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://wg21.link/P2384R0">P2384R0</a>.</p>
   </ul>
   <p>More details on electronic polling can be found in <a href="https://wg21.link/P2195R0">P2195R0</a>.</p>
   <h3 class="heading settled" data-level="1.5" id="prioritization"><span class="secno">1.5. </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.6" id="chairing-guide"><span class="secno">1.6. </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.7" id="staff"><span class="secno">1.7. </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>
   </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="future-of-tses"><span class="secno">2.1. </span><span class="content">Future of Library Technical Specifications</span><a class="self-link" href="#future-of-tses"></a></h3>
   <p>Over the last decade, we’ve published a number of Technical Specifications, and
  we now have a better sense of what is involved in that process and what we get
  out of it.</p>
   <p>There are a few key takeaways:</p>
   <ul>
    <li data-md>
     <p>Shipping a feature in a Technical Specification does not use less effort than
shipping a feature in the International Standard.
  Roughly the same amount of Library Evolution design effort and Library
specification effort is required.
  We cannot compromise on quality.</p>
    <li data-md>
     <p>Technical Specifications provide implementation experience, but they do not
deliver the levels of usage and deployment experience, or user feedback,
that we had wished for.</p>
   </ul>
   <p>As such, Library Evolution has become more cautious in its use of Technical
  Specifications.
We seem to have consensus that Technical Specifications have a cost associated
  with them and should only be used when we have a clear set of questions that
  we hope to answer through the TS process.</p>
   <p>There is also a feeling that Technical Specifications make it harder for us to
  focus.
If we’re unsure about something, instead of saying "no" to it, we used to say
  "let’s put it in a TS".
However, we now know that putting a facility into a TS uses about the same
  resources as it would take to put it into the International Standard.
As such, we must consider whether we want to be investing our limited time and
  resources into things that we are not confident in.</p>
   <p>Due to the volume of work that is being done on the Standard Library in the
  International Standard, we have had little time and effort to spare on
  Technical Specifications in the past few years.
Some proposals were forwarded to Technical Specifications as long ago as 2017
  and have still not made it to publication.</p>
   <p>One of the original motivations for Technical Specifications was to allow the
  Standard Library to ship new features faster.
After the C++11 cycle, which took over a decade, this rationale made sense.
However, over the last decade we have adopted a three year ship cycle for the
  International Standard.
Unintuitively, the International Standard is often a faster ship vehicle than
  Technical Specifications.</p>
   <p>This has brought into question the future of general-purpose Technical
  Specifications, like the Library Fundamentals TS, which collections of possibly
  unrelated facilities, instead of a focused vehicle with specific goals and
  questions to be addressed.
Library Evolution has not forwarded anything to the Library Fundamentals TS in
  at least a year.</p>
   <p>There are two larger features that were targeting the next revision of the
  Library Fundamentals TS: <a href="https://wg21.link/P0323R10">P0323R10</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>expected</c-></code>) and <a href="https://wg21.link/P0009R12">P0009R12</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>mdspan</c-></code>).
Library Evolution recently reconsidered the ship vehicle for <a href="https://wg21.link/P0323R10">P0323R10</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>expected</c-></code>) and
  decided to send it to C++23 instead.
In 2021-06, Library Evolution will reconsider the ship vehicle for <a href="https://wg21.link/P0009R12">P0009R12</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>mdspan</c-></code>), and it is
  likely that we will retarget it for C++23 as well.
This will leave the Library Fundamentals TS working draft with only a few small
  additions.</p>
   <p>Technical Specifications are not without merit.
But they must be focused and used sparingly.
They are not a mechanism for us to increase the quantity of things that we ship
  or the speed at which we ship.</p>
   <p>Over the next few months, we need to discuss and formalize how we want to use
  Technical Specifications in the future, and decide the fate of TSes that are
  already in the works like the next revision of the Library Fundamentals TS.</p>
   <h3 class="heading settled" data-level="2.2" id="plenary-approved-priorities"><span class="secno">2.2. </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>Revision expected in the 2021-06 mailing. Library Evolution review expected in 2021-07. 
      <tr>
       <td>Coroutines Library Support 
       <td>Parts under review. <span class="warning">Parts need authors and papers</span>. 
      <tr>
       <td>Networking 
       <td><span class="warning">At risk for C++23. Unlikely to make it due to dependencies and time constraints.</span> 
      <tr>
       <td>Standard Library Modules 
       <td><span class="warning">At risk for C++23. Needs authors and papers.</span> 
    </table>
   </center>
   <h4 class="heading settled" data-level="2.2.1" id="executors"><span class="secno">2.2.1. </span><span class="content">Executors</span><a class="self-link" href="#executors"></a></h4>
   <p>In 2020-11, we concluded a series of electronic polls on Executors.
The outcomes of those polls can be found in <a href="https://wg21.link/P2262R0">P2262R0</a>.</p>
   <p>The Executors authors are in the process of revising <a href="https://wg21.link/P0443R14">P0443R14</a> according to
  the outcomes of those polls, which will be published in the 2021-06 mailing.
We expect to resume a Library Evolution review of Executors in 2021-07 and to
  continue that review until the Fall of 2021.
At that point, we will make a decision about whether we want to advance the core
  Executors proposal to Library for C++23.</p>
   <p>We had a joint session with Evolution recently to consider <a href="https://wg21.link/P2279R0">P2279R0</a> (Language mechanism for customization points), an alternative to library-based
  customization mechanisms such as those used in Executors.
We’re interested in seeing further exploration of this, but we cannot hold up
  Library Evolution for it in the meantime.</p>
   <h4 class="heading settled" data-level="2.2.2" id="coroutines-library-support"><span class="secno">2.2.2. </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.2.3" id="networking"><span class="secno">2.2.3. </span><span class="content">Networking</span><a class="self-link" href="#networking"></a></h4>
   <p>Work on Networking has been proceeding in the Networking Study Group, not
  Library Evolution.
This work depends on Executors, but large parts of it should be able to
  proceed independent of Executors.</p>
   <p>This plenary-approved priority is unlikely to make it into C++23.
A substantial Library Evolution design review would be needed prior to merging
  the proposal, and it is unlikely that we will have the time or the venue to
  conduct this review before the C++23 feature freeze.</p>
   <h4 class="heading settled" data-level="2.2.4" id="standard-library-modules"><span class="secno">2.2.4. </span><span class="content">Standard Library Modules</span><a class="self-link" href="#standard-library-modules"></a></h4>
   <p>No further work on Standard Library Modules occurred since the Spring 2020
  due to a lack of new papers and a lack of revisions of existing papers.</p>
   <p>This plenary-approved priority is at risk of missing C++23 unless authors
  actively drive the work.</p>
   <h3 class="heading settled" data-level="2.3" id="stability"><span class="secno">2.3. </span><span class="content">Stability</span><a class="self-link" href="#stability"></a></h3>
   <h4 class="heading settled" data-level="2.3.1" id="backports"><span class="secno">2.3.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.</p>
   <p>Over the past few months, Library Evolution has taken advantage of this window
  to fix a number of issues impacting 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>
   </ul>
   <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>
   <h4 class="heading settled" data-level="2.3.2" id="interfaces"><span class="secno">2.3.2. </span><span class="content">Interfaces</span><a class="self-link" href="#interfaces"></a></h4>
   <p>For many years, the C++ committee has been debating how we should balance
  stability with the need to evolve the Standard Library.
At the 2020 Prague meeting, we discussed this in detail - see <a href="https://wg21.link/P1863R1">P1863R1</a> (ABI - Now or Never) and <a href="https://wg21.link/P2028R0">P2028R0</a> (What is ABI, and What Should
  The C++ Committee Do About It?).</p>
   <p>It seems unlikely that we’ll solve this problem with policy alone, so there is
  an interest within Library Evolution for exploring technical solutions that
  would allow us to build library facilities that will be resilient to future
  changes.
Library Evolution recently discussed one such proposal for a language-based
  solution, <a href="https://wg21.link/P2123R0">P2123R0</a> (Interfaces: A
  Facility to Manage ABI/API Evolution).
We are interested in seeing more exploration of this space and welcome
  papers that do additional fact finding and research into this space so that
  we better understand our needs and how we might benefit from a technical
  solution like <a href="https://wg21.link/P2123R0">P2123R0</a>.</p>
   <h3 class="heading settled" data-level="2.4" id="other-highlights"><span class="secno">2.4. </span><span class="content">Other Highlights</span><a class="self-link" href="#other-highlights"></a></h3>
   <h4 class="heading settled" data-level="2.4.1" id="ranges"><span class="secno">2.4.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).</p>
   <p>Over the past few months, we have reviewed the following ranges proposals, some
  of which make breaking changes from C++20 and are intended as backports:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2325R1">P2325R1</a>:
Views should not be required to be default constructible
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2328R0">P2328R0</a>:
    <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>join_view</c-></code> should join all views of ranges
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2210R2">P2210R2</a>:
Superior String Splitting
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2251R0">P2251R0</a>:
Require <code class="highlight"><c- n>span</c-></code> &amp; <code class="highlight"><c- n>basic_string_view</c-></code> to be Trivially Copyable
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2321R0">P2321R0</a>:
    <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>zip</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2322R2">P2322R2</a>:
    <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2276R0">P2276R0</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/P2302R0">P2302R0</a>:
Prefer <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>contains</c-></code> over <code class="highlight"><c- n>basic_string_view</c-><c- o>::</c-><c- n>contains</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2286R0">P2286R0</a>:
Formatting Ranges</p>
   </ul>
   <p>The following ranges proposals are scheduled for review over the next few
  months:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2374R0">P2374R0</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/P2164R4">P2164R4</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>enumerate</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/P1206R4">P1206R4</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/P2232R2">P2232R2</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2286R1">P2286R1</a>:
Formatting Ranges</p>
    <li data-md>
     <p><a href="https://wg21.link/LWG3534/github">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.4.2" id="formatting-and-printing"><span class="secno">2.4.2. </span><span class="content">Formatting and Printing</span><a class="self-link" href="#formatting-and-printing"></a></h4>
   <p>We began reviewing <a href="https://wg21.link/P2372R0">P2372R0</a> (Fixing
  locale handling in chrono formatters), a proposal which aims to make chrono
  formatters locale-indepenent by default.
This proposal is a change from C++20 and we aim to backport it.
We will review the next revision in 2021-06.</p>
   <p>We’ve continued our work on <a href="https://wg21.link/P2093R5">P2093R5</a> (Formatted Output), which is being reviewed by both Library Evolution and the
  Text and Unicode group (SG16).
We expect it to be sent to us again over the summer, and hopefully it will be
  able to advance to Library for C++23 in the next few months.</p>
   <p>We’ve also refined <a href="https://wg21.link/P2286R1">P2286R1</a> (Formatting
  Ranges) via mailing list to a point where it is ready for review at a Library
  Evolution telecon, which should happen in the Summer of 2021.</p>
   <h4 class="heading settled" data-level="2.4.3" id="text-and-unicode"><span class="secno">2.4.3. </span><span class="content">Text and Unicode</span><a class="self-link" href="#text-and-unicode"></a></h4>
   <p>The Text and Unicode group (SG16) has forwarded us the next revision of <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 plan to review it over the summer and hopefully advance it to Library.</p>
   <h4 class="heading settled" data-level="2.4.4" id="expected"><span class="secno">2.4.4. </span><span class="content"><code class="highlight"><c- n>expected</c-></code></span><a class="self-link" href="#expected"></a></h4>
   <p>We looked at <a href="https://wg21.link/P0323R10">P0323R10</a> (<code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>expected</c-></code>) to reconsider its ship vehicle.
It was originally forwarded to Library in 2017 for the next revision of the
  Library Fundamentals Technical Specification.
We decided that we want to instead ship it in C++23, as we do not believe the
  Technical Specification process will improve the proposal and we do not have
  specific questions for a TS to address.</p>
   <h4 class="heading settled" data-level="2.4.5" id="constexpr-cmath"><span class="secno">2.4.5. </span><span class="content"><code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code></span><a class="self-link" href="#constexpr-cmath"></a></h4>
   <p>At the 2021-02 C++ committee plenary meeting, we did not have consensus to
  advance <a href="https://wg21.link/P0533R6">P0533R6</a> (<code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code>), due to some open questions and concerns that the semantics
  were unclear, especially regarding error cases.
The paper returned to Library Evolution, where made some design changes that we
  believe resolves all of the outstanding concerns.
The paper will advance to Library pending an electronic poll in Summer 2021.</p>
   <p>In 2021-06, Library Evolution will consider the <code class="highlight"><c- k>constexpr</c-></code>ification of
  additional parts of <code class="highlight"><c- o>&lt;</c-><c- n>cmath</c-><c- o>></c-></code>, as discussed in <a href="https://wg21.link/P1383R0">P1383R0</a> and <a href="https://wg21.link/P2337R0">P2337R0</a>.</p>
   <h4 class="heading settled" data-level="2.4.6" id="linear-algebra-and-mdspan"><span class="secno">2.4.6. </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 have received a new revision of <a href="https://wg21.link/P1673R3">P1673R3</a> (BLAS Linear Algebra), which we
  plan to review in 2021-06.
We will also be looking at the latest revision of <a href="https://wg21.link/P0009R11">P0009R11</a> (<code class="highlight"><c- n>mdspan</c-></code>) in 2021-06.
It was advanced to Library a few years ago, but there are some minor changes we
  need to review, and we also want to consider retargeting it from the Library
  Fundamentals TS version 3 to C++23.</p>
   <h3 class="heading settled" data-level="2.5" id="papers-reviewed"><span class="secno">2.5. </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 Spring Library Evolution polling period
  (see <a href="https://wg21.link/P2384R0">P2384R0</a> for details):</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P0323R10">P0323R10</a>: <code class="highlight"><c- n>expected</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2325R2">P2325R2</a>:
Views Should Not Be Required To Be Default Constructible
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2328R0">P2328R0</a>: <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>join_view</c-></code> Should Join All Views Of Ranges
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2210R2">P2210R2</a>:
Superior String Splitting
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2251R1">P2251R1</a>:
Require <code class="highlight"><c- n>span</c-></code> &amp; <code class="highlight"><c- n>basic_string_view</c-></code> To Be Trivially Copyable
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2321R1">P2321R1</a>: <code class="highlight"><c- n>views</c-><c- o>::</c-><c- n>zip</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P1072R7">P1072R7</a>: <code class="highlight"><c- n>basic_string</c-><c- o>::</c-><c- n>resize_and_overwrite</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2340R0">P2340R0</a>:
Clarifying The Status Of The "C Headers"</p>
    <li data-md>
     <p><a href="https://wg21.link/P2301R0">P2301R0</a>:
Add A <code class="highlight"><c- n>pmr</c-></code> Alias For <code class="highlight"><c- n>stacktrace</c-></code></p>
   </ul>
   <p>The following papers were reviewed at Library Evolution telecons:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2279R0">P2279R0</a>:
Language mechanism for customization points</p>
    <li data-md>
     <p><a href="https://wg21.link/P2123R0">P2123R0</a>:
Interfaces: A Facility to Manage ABI/API Evolution</p>
    <li data-md>
     <p><a href="https://wg21.link/P2168R1">P2168R1</a>:
    <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>generator</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2322R2">P2322R2</a>:
    <code class="highlight"><c- n>ranges</c-><c- o>::</c-><c- n>fold</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2276R0">P2276R0</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/P2302R0">P2302R0</a>:
Prefer <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>ranges</c-><c- o>::</c-><c- n>contains</c-></code> over <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>basic_string_view</c-><c- o>::</c-><c- n>contains</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2372R0">P2372R0</a>:
Fixing locale handling in chrono formatters
  (C++20 backport)</p>
    <li data-md>
     <p><a href="https://wg21.link/P2093R5">P2093R5</a>:
Formatted Output</p>
    <li data-md>
     <p><a href="https://wg21.link/P0533R6">P0533R6</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></p>
    <li data-md>
     <p><a href="https://wg21.link/P2273R0">P2273R0</a>: <code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>unique_ptr</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P0870R4">P0870R4</a>:
A proposal for a type trait to detect narrowing conversions</p>
    <li data-md>
     <p><a href="https://wg21.link/P1030R4">P1030R4</a>:
    <code class="highlight"><c- n>std</c-><c- o>::</c-><c- n>filesystem</c-><c- o>::</c-><c- n>path_view</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P1072R7">P1072R7</a>:
    <code class="highlight"><c- n>basic_string</c-><c- o>::</c-><c- n>resize_and_overwrite</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2301R0">P2301R0</a>:
Add a <code class="highlight"><c- n>pmr</c-></code> alias for <code class="highlight"><c- n>stacktrace</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P1315R7">P1315R7</a>: <code class="highlight"><c- n>memset_explicit</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2340R0">P2340R0</a>:
Clarifying the status of the "C headers"</p>
   </ul>
   <p>The following papers were reviewed on the mailing list:</p>
   <ul>
    <li data-md>
     <p><a href="https://wg21.link/P2286R0">P2286R0</a>:
Formatting Ranges</p>
    <li data-md>
     <p><a href="https://wg21.link/P2273R0">P2273R0</a>: <code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- n>unique_ptr</c-></code></p>
    <li data-md>
     <p><a href="https://wg21.link/P2283R0">P2283R0</a>: <code class="highlight"><c- k>constexpr</c-></code> <code class="highlight"><c- o>&lt;</c-><c- n>memory</c-><c- o>></c-></code> algorithms</p>
    <li data-md>
     <p><a href="https://wg21.link/P2291R0">P2291R0</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</p>
    <li data-md>
     <p><a href="https://wg21.link/P2255R1">P2255R1</a>:
A type trait to detect reference binding to temporary</p>
    <li data-md>
     <p><a href="https://wg21.link/P2248R1">P2248R1</a>:
Enabling list-initialization for algorithms</p>
    <li data-md>
     <p><a href="https://wg21.link/P1068R5">P1068R5</a>:
Vector API for Random Number Generation</p>
    <li data-md>
     <p><a href="https://wg21.link/P2047R0">P2047R0</a>:
An allocator-aware <code class="highlight"><c- n>optional</c-></code> type</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>