/* This is an example to import fonts from css */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  margin: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
#hubspot-messages-iframe-container {
    z-index: 13 !important;
}
button.oembed_custom-thumbnail{
	 box-shadow: 0 11px 30px rgb(154 161 177 / 20%) !important;
}
button, .button, .button_cta a {
  background-color: rgba(255, 204, 0, 1.0);
  border: 0px solid rgba(238, 238, 238, 1.0);
  border-radius: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.945rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  text-transform: uppercae;
  /* To affect HubSpot CTAs */
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .button_cta a:hover, .button_cta a:focus, .button_cta a:active {
  background-color: rgba(255, 204, 0, 1.0);
  border-color: rgba(255, 204, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  transform: scale(1.05);
}

button:disabled, .button:disabled, .button_cta a:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button a, .button a, .button_cta a a {
  color: rgba(0, 0, 0, 1.0);
}

button a:hover, .button a:hover, .button_cta a a:hover {
  color: #000000 !important;
  text-decoration: none;
}

/* 
 This class allows the use of CTAS 
 */
.button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
  padding: 0;
  border: none;
  display: inline-block;
}

.button_cta:after, .button_cta.button--outlined:after, .button_cta.button--arrow:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
    text-align: left;
  }
}

.widget-type-cta {
  background-color: rgba(255, 204, 0, 1.0);
  border: 0px solid rgba(238, 238, 238, 1.0);
  border-radius: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(255, 204, 0, 1.0);
  border-color: rgba(255, 204, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  transform: scale(1.05);
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: rgba(0, 0, 0, 1.0);
}

.widget-type-cta a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined, .button_cta.button--outlined a {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--outlined a, .button_cta.button--outlined a a {
  color: inherit;
}

.button--arrow, .button_cta.button--arrow a {
  color: #3D3C3A;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after, .button_cta.button--arrow a:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%233D3C3A'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  transition: margin .15s linear;
}


.button--arrow:hover, .button--arrow:focus, .button--arrow:active, .button_cta.button--arrow a:hover, .button_cta.button--arrow a:focus, .button_cta.button--arrow a:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #000000;
  transform: none;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after, .button_cta.button--arrow a:hover:after, .button_cta.button--arrow a:focus:after, .button_cta.button--arrow a:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23000000'/%3E%3C/svg%3E");
  margin-left: 10px;
}



.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a, .button_cta.button--arrow a:hover a, .button_cta.button--arrow a:focus a, .button_cta.button--arrow a:active a {
  color: inherit;
}

.button--arrow:disabled, .button_cta.button--arrow a:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a, .button_cta.button--arrow a a {
  color: inherit;
}

/* Parts Page CTA override  */
/* Form */
form, .submitted-message {
  font-family: Anton, sans-serif;
}

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  border-color: #DADADA;
  color: #000000;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000000;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  width: 100%;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
  background-color: #000000;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background: #000000 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-size: 12px;
  font-weight: normal;
  font-family: Roboto, sans-serif;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #000000;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(255, 204, 0, 1.0);
  border: 0px solid rgba(238, 238, 238, 1.0);
  border-radius: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(255, 204, 0, 1.0);
  border-color: rgba(255, 204, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  transform: scale(1.05);
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: rgba(0, 0, 0, 1.0);
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
body {
  scroll-behavior: auto;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #000000;
}

/* Table Cells */
th,
td {
  border: 1px solid #000000;
  color: #000000;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(0, 0, 0, 1.0);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000;
}
.kl-tooltip {
  position: relative;
}

.kl-tooltip > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 120px;
  left: -22px;
  width: max-content;
  display: block;
  max-width: 360px;
  border-radius: 6px;
  padding: 20px 16px;
  margin-top: 12px;
  background-color: white;
  z-index: 9;
  box-shadow: 0 8px 40px 0px #e6e6e6;
}

.kl-tooltip > div:after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 32px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.kl-tooltip:hover > div {
  visibility: visible;
  opacity: 1;
}

.kl-tooltip--dark > div {
  background-color: black;
}

.kl-tooltip--dark > div h1, .kl-tooltip--dark > div h2, .kl-tooltip--dark > div h3, .kl-tooltip--dark > div h4, .kl-tooltip--dark > div h5, .kl-tooltip--dark > div h6, .kl-tooltip--dark > div p {
  color: white;
}

.kl-tooltip--dark > div:after {
  border-color: transparent transparent black transparent;
}
html {
  font-size: 18px;
}

body {
  font-family: Roboto, sans-serif;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 18px;
  line-height: 1.375;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #AF0E0E;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Anton, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: Anton, sans-serif;
  font-size: 60px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h2 {
  font-family: Anton, sans-serif;
  font-size: 44px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h3 {
  font-family: Anton, sans-serif;
  font-size: 32px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h4 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h6 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #F1C233;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* .no-header-footer-lp p{
	font-size:24px;
	line-height:34px;
} */

.col-520{
  max-width:520px !important;	
}

@media(max-width:768px){
/* 	.no-header-footer-lp p{
	font-size:20px !important;
	line-height:30px !important;
} */
	
	.quote-mobile > em{
		font-size: 20px;
		line-height: 30px;
	}
	
	.author{
		font-size:16px;
	}
	
	.no-header-footer-lp .mobile-font{
		font-size: 16px !important;
		line-height: 26px !important;
	}
	
	.no-header-footer-lp .mobile{
		font-size: 16px !important;
		line-height: 28px !important;
	}
}



/* Focus styles */
:focus {
  outline: auto;
  outline-color: #000000;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 80px 0;
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}

.blog-subscribe__header {
  flex-basis: 465px;
  flex-grow: 1;
  max-width: 680px;
}

.blog-subscribe__form {
  flex-basis: 450px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 32px 0 0;
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 32px 25px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  overflow: hidden;
  padding: 26px;
}

.kl-card-grid__image {
  background-position: top !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  display: block;
  height: 200px;
  width: 100%;
	object-fit:cover;
	object-position: center;
	margin-bottom: 20px !important;
	pointer-events: none;
}

a .kl-card-grid__image {
	pointer-events: none !important;
}

.kl-card-grid__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
/*   padding: 20px 24px; */
  color: #3D3C3A;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #3D3C3A;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 0px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 16px 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 16px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #000000;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-custom-anchor {
  scroll-margin-top: 100px;
}
.kl-custom-image {
  display: block;
	border:0.5px solid rgba(0,0,0,.2);
  box-shadow: 0 11px 30px rgba(154,161,177,.2);
}

.kl-custom-image img {
  display: block;
}

.kl-custom-image--center img {
  margin: 0 auto;
}

.kl-custom-image--right img {
  margin: 0 0 0 auto;
}


.hs-image-widget{
/* 	border:0.5px solid rgba(0,0,0,.2);
  box-shadow: 0 11px 30px rgba(154,161,177,.45); */
}
.kl-rich-text__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 .75rem;
}

.kl-rich-text img {
  max-width: 100%;
}

.kl-rich-text h1 {
  color: #3D3C3A;
}

.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -10px;
}

.kl-rich-text__buttons .button, .kl-rich-text__buttons .button_cta {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons .button, .kl-rich-text__buttons .button_cta {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
  font-family: 'Roboto';
	font-size: 24px;
	font-weight:700;
	line-height: 34px;
}

.kl-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3D3C3A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #3D3C3A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 12px;
}

.kl-featured-card {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kl-footer {
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p, .kl-footer a, .kl-footer div, .kl-footer span {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__wrapper {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.kl-footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin: -0.625rem -1.25rem;
}

.kl-footer__legal > span {
  margin: 0.625rem 1.25rem;
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__legal a {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: #000000;
  text-decoration: none;
}

.kl-footer__byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: -0.625rem -1.25rem;
}

@media screen and (max-width: 680px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  margin: 0.625rem 1.25rem;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
}

.kl-footer__byline a {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__byline a:hover, .kl-footer__byline a:focus, .kl-footer__byline a:active {
  color: #000000;
  text-decoration: none;
}

.kl-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  .kl-footer__content {
    padding: 0 0 32px !important;
  }
}

@media screen and (max-width: 680px) {
  .kl-footer__content {
    display: block;
  }
}

.kl-footer__address {
  margin: 32px 0 16px;
}

.kl-footer__address p {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__info {
  flex-basis: 250px;
}

.kl-footer__info img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}

.kl-footer__info p {
  font-size: 0.875em;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px 16px;
}

.kl-footer__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: rgba(0, 0, 0, 1.0);
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover svg {
  fill: #000000;
}

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0;
}

@media screen and (max-width: 680px) {
  .kl-footer__menu {
    margin: 16px -16px 0;
  }
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__menu h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 2rem;
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__menu a {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 17px;
  color: rgba(0, 0, 0, 1.0);
  margin: 0 0 1.375em;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #000000;
  text-decoration: none;
}

.kl-footer__group {
  margin: 16px 42px;
}

@media screen and (max-width: 680px) {
  .kl-footer__group {
    margin: 16px;
  }
}
.kl-hero-01 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 64px 0;
}

.kl-hero-01__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 64px 0;
  }
}

.kl-hero-03__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos--1 {
  flex-wrap: wrap;
}

.kl-logos--1 .kl-logos__item {
  flex-basis: calc(100% / 1);
}

.kl-logos--2 {
  flex-wrap: wrap;
}

.kl-logos--2 .kl-logos__item {
  flex-basis: calc(100% / 2);
}

.kl-logos--3 {
  flex-wrap: wrap;
}

.kl-logos--3 .kl-logos__item {
  flex-basis: calc(100% / 3);
}

@media screen and (max-width: 340px) {
  .kl-logos--3 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--4 {
  flex-wrap: wrap;
}

.kl-logos--4 .kl-logos__item {
  flex-basis: calc(100% / 4);
}

@media screen and (max-width: 480px) {
  .kl-logos--4 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--4 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--5 {
  flex-wrap: wrap;
}

.kl-logos--5 .kl-logos__item {
  flex-basis: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--6 {
  flex-wrap: wrap;
}

.kl-logos--6 .kl-logos__item {
  flex-basis: calc(100% / 6);
}

@media screen and (max-width: 768px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--7 {
  flex-wrap: wrap;
}

.kl-logos--7 .kl-logos__item {
  flex-basis: calc(100% / 7);
}

@media screen and (max-width: 920px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--8 {
  flex-wrap: wrap;
}

.kl-logos--8 .kl-logos__item {
  flex-basis: calc(100% / 8);
}

@media screen and (max-width: 920px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--9 {
  flex-wrap: wrap;
}

.kl-logos--9 .kl-logos__item {
  flex-basis: calc(100% / 9);
}

@media screen and (max-width: 920px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--10 {
  flex-wrap: wrap;
}

.kl-logos--10 .kl-logos__item {
  flex-basis: calc(100% / 10);
}

@media screen and (max-width: 920px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--11 {
  flex-wrap: wrap;
}

.kl-logos--11 .kl-logos__item {
  flex-basis: calc(100% / 11);
}

@media screen and (max-width: 920px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--12 {
  flex-wrap: wrap;
}

.kl-logos--12 .kl-logos__item {
  flex-basis: calc(100% / 12);
}

@media screen and (max-width: 920px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos__item {
  padding: 16px 24px;
}

.kl-logos__item a {
  display: block;
}

.kl-logos__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 25px;
  right: 25px;
  display: block;
  background: white;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__close {
    top: 0;
    right: 0;
  }
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__wrapper {
    display: block;
  }
}

.kl-about-modal__container {
  max-width: 980px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}

.kl-about-modal__image {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__image {
    width: 100%;
  }
}

.kl-about-modal__image img {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__image img {
    object-fit: unset;
  }
}

.kl-about-modal__content {
  padding: 42px 50px;
  flex-basis: 650px;
}

.kl-about-modal__header {
  margin: 0 0 30px;
}

.kl-about-modal__header h1, .kl-about-modal__header h2, .kl-about-modal__header h3, .kl-about-modal__header h4, .kl-about-modal__header h5, .kl-about-modal__header h6 {
  margin: 0 0 10px;
  font-weight: bold;
}

.kl-about-modal__header h4 {
  color: #000000;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #3D3C3A;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #000000;
  /*fill: $secondary-color;*/
}
.kl-offer-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-offer-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-offer-modal__close {
  position: absolute;
  z-index: 13;
  top: 25px;
  right: 25px;
  display: block;
  background: white;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__close {
    top: 0;
    right: 0;
  }
}

.kl-offer-modal__close svg {
  display: block;
}

.kl-offer-modal__wrapper {
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__wrapper {
    display: block;
  }
}

.kl-offer-modal__container {
  max-width: 980px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-offer-modal:target {
  visibility: visible;
}

.kl-offer-modal:target .kl-offer-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-offer-modal:target .kl-offer-modal__container {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__close {
    top: 8px;
    right: 8px;
  }
}

.kl-offer-modal__wrapper {
  padding: 48px 64px;
}

@media screen and (max-width: 480px) {
  .kl-offer-modal__wrapper {
    padding: 32px;
  }
}

.kl-offer-modal__wrapper--center {
  align-items: center;
}

.kl-offer-modal__wrapper--bottom {
  align-items: flex-end;
}

.kl-offer-modal__content {
  flex-basis: 400px;
  flex-grow: 1;
}

.kl-offer-modal__form {
  margin-left: 36px;
  flex-basis: 50%;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__form {
    margin: 36px 0 0;
  }
}
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-header-placeholder {
  height: 100px;
}

.kl-navbar {
  height: 100px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar {
    justify-content: space-between;
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.kl-navbar__logo {
  width: auto;
  display: block;
  margin-right: 42px;
}

.kl-navbar__mobile {
  display: flex;
}

.kl-navbar__mobile .hs_cos_wrapper_type_language_switcher {
  display: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar__mobile .hs_cos_wrapper_type_language_switcher {
    display: block;
  }
}

.kl-navbar__mobile .hs_cos_wrapper_type_language_switcher + .kl-navbar__hamburger {
  margin-left: 32px;
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__content {
    background-color: rgba(255, 255, 255, 1.0);
    position: fixed;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    bottom: 0;
    padding: 45px 10%;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 32px;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 920px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
}

.kl-navbar__item--active .kl-navbar__button {
  color: #000000;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kl-navbar__item {
    margin: 0 16px;
  }
}

.kl-navbar__button {
  font-weight: bold;
/*   font-size: 18px; */
	font-size:22px;
  font-family: Roboto, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #000000;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.kl-navbar__button > span:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

/*  Submenu hover effect  */
a.kl-navbar-submenu__button > span:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}


.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active, .kl-navbar__button--active {
  text-decoration: none;
  color: #000000;
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after, .kl-navbar__button--active > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar-submenu__button:hover > span:after, .kl-navbar-submenu__button:focus > span:after, .kl-navbar-submenu__button:active > span:after, .kl-navbar-submenu__button--active > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
	
  align-items: center;
}

.kl-navbar__end > span + a {
  margin-left: 25px;
}

@media screen and (max-width: 920px) {
	.kl-navbar__end {
		flex-direction: column !important;
		width:100% !important;
	}
	
	.kl-navbar__end > span + a {
    margin-left: 0;
		width: 100%;
  }
	
	.Navbar__button{
		width: 100%;
	}
	
	#hs_cos_wrapper_Navbar > header > nav > div.kl-navbar__content > div > a:nth-child(1){
		width:100%;
	}
	
	.kl-navbar__end > a + a, .kl-navbar__end > a:not(:first-child) {
  margin-top:20px;
	margin-left:0px !important;
	width:100% !important;
}
}

.kl-navbar__end > a + a, .kl-navbar__end > a:not(:first-child) {
  margin-left:25px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__end .hs_cos_wrapper_type_language_switcher {
    display: none;
  }
}

.kl-navbar__end > .button_cta:not(:first-child) {
  margin-left: 25px;
	
}

.kl-navbar__panel {
  background-color: rgba(255, 255, 255, 1.0);
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 650px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin: 0 16px;
  color: #000000;
}

@media screen and (max-width: 920px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 920px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: #000000;
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #000000;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 920px) {
  .kl-navbar .hamburger {
    display: block;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -24px;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 12px 24px;
  margin: 20px 0 0;
  width: 220px;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: visable;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
	display:table;
	padding-bottom:5px;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding-bottom:10px;
  font-weight: bold;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  line-height: 1rem;
  word-break: normal;
  color: #000000;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu__item a {
    padding: 12px 0;
  }
	
	.kl-navbar__parent>a{
		font-size:22px !important;
	}
	.kl-navbar__button {

		font-size:22px !important;
	}
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
	
	 .kl-navbar__button--active > a{
		pointer-events: auto ;
	}
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 16px;
  border-right: 4px solid #000000;
  border-bottom: 4px solid #000000;
  transform: rotate(45deg);
  transform-origin: 8px 8px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #000000;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}


/* Mobile Meun Style settings */

@media screen and (max-width: 768px){
	.kl-navbar__content {
		justify-content: flex-start;
	}
	
}

/* Updated CTA Style */

a#cta_button_20434426_8a0bb81c-61c1-4e90-bce9-e7160ffc570b:hover{
	background-color: #fc0 !important;
	border-color: #fc0 !important;
	color: #000;
	text-decoration: none;
	transform: scale(1.05);
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}


/*  Offer Bar v2  */


.kl-offer-02 {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
}

.kl-offer-02__content {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
  
}

.kl-offer-02__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-02__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

/* .kl-offer-02__image{
  margin:40px;
  padding-bottom:22px;
} */

@media screen and (max-width: 480px) {
  .kl-offer-02__text {
    margin: 0;
  }
}

.kl-offer-02__text h1, .kl-offer-02__text h2, .kl-offer-02__text h3, .kl-offer-02__text h4, .kl-offer-02__text h5, .kl-offer-02__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-02__button {
  flex-shrink: 0;
}

.kl-offer-02__image {
  flex-basis: 260px;
  margin: 40px;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-02__image {
    padding: 0;
  }
}

.kl-offer-02__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: Anton, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #000000;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__bullet {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  flex-shrink: 0;
}

.kl-pricing__bullet img {
  display: block;
}

.kl-pricing__button .button_cta {
  width: 100%;
}

.kl-pricing__button .button_cta a {
  padding-left: 0;
  padding-right: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-pricing-table {
  overflow-x: auto;
}

.kl-pricing-table > table {
  border: none;
  margin: 0;
  background: transparent;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table > table {
    width: 100%;
  }
}

.kl-pricing-table__features {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__features {
    width: 50%;
  }
}

.kl-pricing-table__plans {
  text-align: left;
  padding: 32px;
}

.kl-pricing-table__plans .button {
  width: 100%;
}

.kl-pricing-table__plans h3 {
  font-size: 18px;
}

.kl-pricing-table__plans h4, .kl-pricing-table__plans h5 {
  font-weight: bold;
  color: #000000;
}

.kl-pricing-table__plans > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.kl-pricing-table th, .kl-pricing-table td {
  vertical-align: middle;
  border: none;
}

.kl-pricing-table th {
  font-weight: normal;
  background: transparent;
  text-align: left;
}

.kl-pricing-table th p {
  color: #3D3C3A;
}

.kl-pricing-table th.kl-pricing-table__featured {
  background: #000000;
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.kl-pricing-table th.kl-pricing-table__featured h1, .kl-pricing-table th.kl-pricing-table__featured h2, .kl-pricing-table th.kl-pricing-table__featured h3, .kl-pricing-table th.kl-pricing-table__featured h4, .kl-pricing-table th.kl-pricing-table__featured h5, .kl-pricing-table th.kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table th.kl-pricing-table__featured .button {
  border-color: white;
  color: white;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table thead .kl-pricing-table__features {
    display: none;
  }
}

.kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
  border-top-left-radius: 0px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
    border-top-left-radius: 0;
  }
}

.kl-pricing-table tbody tr:first-child td:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  background: #E0E9FF;
}

.kl-pricing-table tbody tr:first-child .kl-pricing-table__featured:before {
  display: none;
}

.kl-pricing-table tbody tr:last-child .kl-pricing-table__featured {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table tbody tr:last-child .kl-pricing-table__featured {
    border-bottom-left-radius: 0;
  }
}

.kl-pricing-table tbody tr:last-child .kl-pricing-table__features {
  border-bottom-left-radius: 0px;
}

.kl-pricing-table tbody tr + tr .kl-pricing-table__features:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  background: #E0E9FF;
}

.kl-pricing-table tbody .kl-pricing-table__features {
  position: relative;
  background: #000000;
  color: white;
  padding: 12px 38px 12px 32px;
}

.kl-pricing-table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 12px 16px;
}

.kl-pricing-table td img {
  display: block;
  margin: 0 auto;
}

.kl-pricing-table td:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #E0E9FF;
  z-index: -1;
}

.kl-pricing-table td.kl-pricing-table__featured {
  background: #000000;
  color: white;
}

.kl-pricing-table td.kl-pricing-table__featured h3, .kl-pricing-table td.kl-pricing-table__featured h4, .kl-pricing-table td.kl-pricing-table__featured h5, .kl-pricing-table td.kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table td.kl-pricing-table__featured:after, .kl-pricing-table td.kl-pricing-table__featured:before {
  display: none;
}

.kl-pricing-table__navbar {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__navbar {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table__navbar {
    display: block;
  }
}

.kl-pricing-table__navbar .kl-pricing-table__featured {
  background: #000000;
  border: none;
}

.kl-pricing-table__navbar .kl-pricing-table__featured h1, .kl-pricing-table__navbar .kl-pricing-table__featured h2, .kl-pricing-table__navbar .kl-pricing-table__featured h3, .kl-pricing-table__navbar .kl-pricing-table__featured h4, .kl-pricing-table__navbar .kl-pricing-table__featured h5, .kl-pricing-table__navbar .kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table__navbar .kl-pricing-table__featured:hover {
  background: #000000;
}

.kl-pricing-table__tab {
  flex-basis: 200px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #e0e9ff;
}

.kl-pricing-table__tab h1, .kl-pricing-table__tab h2, .kl-pricing-table__tab h3, .kl-pricing-table__tab h4, .kl-pricing-table__tab h5, .kl-pricing-table__tab h6, .kl-pricing-table__tab p {
  margin: 0;
}

.kl-pricing-table__tab:hover {
  background: #e0e9ff;
  transition: background .25s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__hide {
    display: none;
  }
}

.kl-pricing-table__tooltip {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='info-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 15px;
}
.kl-pricing-table-02 {
  overflow-x: auto;
}

.kl-pricing-table-02 > table {
  border: none;
  margin: 0;
  background: transparent;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02 > table {
    width: 100%;
  }
}

.kl-pricing-table-02__features {
  width: 250px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__features {
    width: 50%;
  }
}

.kl-pricing-table-02__plans {
  text-align: left;
  padding: 32px;
}

.kl-pricing-table-02__plans .button {
  width: 100%;
}

.kl-pricing-table-02__plans h3 {
  font-size: 18px;
}

.kl-pricing-table-02__plans h4, .kl-pricing-table-02__plans h5 {
  font-weight: bold;
  color: #000000;
}

.kl-pricing-table-02__plans > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.kl-pricing-table-02 th, .kl-pricing-table-02 td {
  vertical-align: middle;
  border: 1px solid #000000;
}

.kl-pricing-table-02 th {
  font-weight: normal;
  background: transparent;
  text-align: center;
}

.kl-pricing-table-02 th p {
  color: #3D3C3A;
}

.kl-pricing-table-02 thead .kl-pricing-table-02__features {
  border-top: none;
  border-left: none;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02 thead .kl-pricing-table-02__features {
    display: none;
  }
}

.kl-pricing-table-02 tbody .kl-pricing-table-02__features {
  position: relative;
  padding: 20px 20px 20px 32px;
}

.kl-pricing-table-02 td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 12px 12px;
}

.kl-pricing-table-02 td img {
  display: block;
  margin: 0 auto;
}

.kl-pricing-table-02__navbar {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__navbar {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table-02__navbar {
    display: block;
  }
}

.kl-pricing-table-02__tab {
  flex-basis: 200px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
}

.kl-pricing-table-02__tab h1, .kl-pricing-table-02__tab h2, .kl-pricing-table-02__tab h3, .kl-pricing-table-02__tab h4, .kl-pricing-table-02__tab h5, .kl-pricing-table-02__tab h6, .kl-pricing-table-02__tab p {
  margin: 0;
}

.kl-pricing-table-02__tab:hover {
  cursor: pointer;
}

.kl-pricing-table-02__tab--active {
  background-color: #000000;
  color: white;
}

.kl-pricing-table-02__tab--active h1, .kl-pricing-table-02__tab--active h2, .kl-pricing-table-02__tab--active h3, .kl-pricing-table-02__tab--active h4, .kl-pricing-table-02__tab--active h5, .kl-pricing-table-02__tab--active p {
  color: inherit;
}

.kl-pricing-table-02__tab + .kl-pricing-table-02__tab {
  border-left: 1px solid #000000;
}

@media screen and (max-width: 480px) {
  .kl-pricing-table-02__tab + .kl-pricing-table-02__tab {
    border-left: none;
    border-top: 1px solid #000000;
  }
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__hide {
    display: none;
  }
}

.kl-pricing-table-02__highlight {
  background: #F2F5FB;
}

.kl-pricing-table-02__highlight th {
  font-weight: bold;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}

.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 50px;
  margin: 0;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #000000;
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 530px) {
  .kl-features-02 {
    display: block;
  }
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02__card {
  flex-basis: 225px;
  flex-grow: 1;
  margin: 16px;
  display: block;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.kl-features-02__card p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 24px;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 24px;
  width: 24px;
  fill: #000000;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #000000;
  font-size: 22px;
  font-weight:bold;
}

.kl-features-03__titles li h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #000000;
  font-size: 22px;
  font-weight:bold;
}

.kl-features-03__titles {
  list-style: none;
  padding-right: 20px;
  padding-left:20px;
  margin: 0 0 1px;
  display: flex;
  justify-content: flex-start;;
  background-color:#ffffff;
  font-size: 22px;
  font-weight:bold;
}

.kl-features-03__titles li {
	margin-right: 30px !important;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
		padding: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f8f8f8;
    text-align: center;
		margin-right: 0!important;
  }
  .kl-features-03__titles li + li {
    border-top: 1px solid #dadada;
  }
	
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
	
	.kl-features-03__titles li h4 {
		position: relative;
		display: inline-block;
		padding: 15px 0 !important;
		margin: 0;
    margin-right: 30px;
  }
	
	.kl-features-03__image {
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		flex-basis: 360px;
		flex-grow: 1;
		display: flex;
		margin-left: 0px !important;
	}
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  margin-right: 30px !important;
  padding-bottom:20px;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0px;
  height: 8px;
  background-color: #F1C233;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #f8f8f8;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  margin-left: 50px;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}

.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}
.kl-card {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  
  padding: 32px 25px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 600px;
}


@media(max-width: 768px){
	.kl-card{
		margin-bottom:30px;
	}
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #000000;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-timeline__entry {
  position: relative;
  padding-bottom: 50px;
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #000000;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
}

.kl-timeline__entry--odd {
  margin-right: 50%;
  padding-right: 50px;
  text-align: right;
}

.kl-timeline__entry--odd:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(4px);
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--odd:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:after {
    left: 0;
  }
}

.kl-timeline__entry--even {
  margin-left: 50%;
  padding-left: 50px;
}

.kl-timeline__entry--even:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(-5px);
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--even:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:after {
    left: 0;
  }
}

.kl-timeline__entry--last:after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    margin: 0;
    padding: 0 0 50px 50px;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    padding: 0 0 20px 20px;
  }
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	
	body > div.body-wrapper.hs-content-id-80367276357.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd_area-row-1-background-color.dnd-section > div{
		display: flex;
		flex-direction: column-reverse;
	}
	
	
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.lang_switcher_class {
  display: flex !important;
}

.lang_list_class {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  margin-top: 20px !important;
}

.lang_list_class:before {
  border: none !important;
  background: white;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
}

.lang_list_class:after {
  top: -23px !important;
}

.lang_list_class li {
  word-break: keep-all;
  border-left: none !important;
  border-right: none !important;
}

.lang_list_class li:first-child {
  border-top: none !important;
}

.lang_list_class li:last-child {
  border-bottom: none !important;
}
/* Blog header */
.blog-header {
  background-color: rgba(242, 245, 251, 1.0);
  padding: 82px 0;
  /* Blog header - author listing */
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 380px;
  flex-basis: 380px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

.blog-header__title span {
  color: #000000;
}

.blog-header__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #3D3C3A;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-tags {
  list-style: none;
  padding: 0;
  margin: -7px;
  max-width: 680px;
}

.blog-tags li {
  display: inline-block;
  margin: 7px;
}

.blog-tags__link {
  background-color: rgba(255, 204, 0, 1.0);
  border: 0px solid rgba(238, 238, 238, 1.0);
  border-radius: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  background-color: transparent;
  color: #dadada;
  border: 1px solid #dadada;
}

.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  background-color: rgba(255, 204, 0, 1.0);
  border-color: rgba(255, 204, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  transform: scale(1.05);
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a {
  color: rgba(0, 0, 0, 1.0);
}

.blog-tags__link a:hover {
  color: white;
  text-decoration: none;
}

.blog-tags__link--current {
  background-color: #000000;
  border: none;
  color: white;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 0px;
  height: 100%;
  overflow: hidden;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #3D3C3A;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: #3D3C3A;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('//20434426.fs1.hubspotusercontent-na1.net/hubfs/20434426/raw_assets/public/milton-cat-theme/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  font-family: Anton, sans-serif;
  font-weight: bold;
  color: #3D3C3A;
  font-size: 1rem;
  line-height: 1;
  margin: 0 16px;
  text-decoration: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #000000;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #000000;
}

.blog-pagination__ellipsis {
  color: #3D3C3A;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blog-header--post {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post {
  margin: 0 auto;
  padding: 4.5rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
  max-width: 680px;
  margin: auto;
} 

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: #000000;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #C6C6C6;
}

.blog-post__divider {
  margin: 64px 0 52px;
}

.blog-post__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 auto 1rem;
  max-width: 680px;
} 

.blog-post__title {
  margin: 0 auto 1rem;
  max-width: 680px;
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto 2.5rem;
  max-width: 680px;
}

.blog-post__body-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: #000000;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #3D3C3A;
}
.kl-documentation__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 1380px) {
  .kl-documentation__container {
    padding: 0px;
  }
}

@media screen and (max-width: 680px) {
  .kl-documentation__container {
    display: block;
  }
}

.kl-documentation__toc {
  width: 250px;
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  padding: 16px 16px 0 0;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .kl-documentation__toc {
    position: static;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
    overflow-y: auto;
    border-bottom: 1px solid #ececec;
    height: auto;
  }
}

.kl-documentation__toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kl-documentation__toc li {
  margin-bottom: 16px;
}

@media screen and (max-width: 680px) {
  .kl-documentation__toc li {
    margin-bottom: 8px;
  }
}

.kl-documentation__toc a {
  color: #3D3C3A;
}

.kl-documentation__contents {
  padding: 16px 0;
  width: calc(100% - 269px);
}

@media screen and (max-width: 680px) {
  .kl-documentation__contents {
    width: 100%;
  }
}

.kl-documentation__module {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 32px;
  scroll-margin-top: 100px;
}

.kl-documentation__module:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.kl-documentation__module-preview {
  margin: 0 0 32px;
}

.kl-documentation__fields {
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.kl-documentation__fields .depth0 {
  background-color: #f5f5f5;
}

.kl-documentation__fields thead th {
  font-size: 14px;
  padding: 12px;
  font-weight: bold;
  text-align: left;
  color: black;
  background-color: #d7ddec;
}

.kl-documentation__fields th, .kl-documentation__fields td {
  border: 1px solid #c0cbe4;
  padding: 6px 12px;
  font-size: 12px;
}

.kl-documentation .content-wrapper {
  padding: 0 20px !important;
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 900px !important;
  padding: 120px 20px;
	font-family:'Roboto' ,sans-serif !important;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: left;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(//20434426.fs1.hubspotusercontent-na1.net/hubfs/20434426/raw_assets/public/milton-cat-theme/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-preferences {
      font-family: 'Roboto' ,sans-serif !important;
}

.systems-page--subscription-preferences form input[type="submit"] {
		background: #C9453C !important;
	  color:#ffffff !important;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs span{
	font-family: 'Roboto' ,sans-serif !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.systems-page--subscription-confirmation .page-header {
  text-align: left;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: left !important;
  margin: 0 0 2rem;
	font-family: 'Roboto';
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
	font-family: 'Roboto' ,sans-serif !important;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
	font-family: 'Roboto' ,sans-serif !important;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 0 32px 15px ;
}

.systems-page--subscription-preferences .email-prefs .item{
	  background: #F5F5F5 !important;
    padding: 25px 20px !important;
    border-radius: 20px !important;
    margin-bottom: 15px !important;
	  font-family: 'Roboto' ,sans-serif !important;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
	font-family: 'Roboto' ,sans-serif !important;
	display: flex;
  align-items: baseline;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 12px;
}

.systems-page__preheader {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #000000;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 42px 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #DADADA;
}

/* Search pages */
.hs-search-field {
  max-width: 750px;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #3D3C3A;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Anton, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #000000;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #3D3C3A;
  font-family: Anton, sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 20px !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}


.systems-page--subscription-confirmation #submitbutton{
	background: #C9453C !important;
	color:#ffffff !important;
}
.no-scroll {
  overflow: hidden;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.yellow-tread{
	background-color:#FFC324;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='664' viewBox='0 0 1440 664' fill='none'%3e%3cpath d='M1050.39 -260.963L1019.26 -340.47L1010.84 -335.191L1011.97 -329.205C1013.66 -329.92 1013.91 -329.734 1014.68 -327.523C1015.52 -325.082 1016.97 -321.991 1013.31 -322.321L1024.68 -262.236L1050.49 -261.025L1050.39 -260.963ZM210.115 274.386C211.603 275.109 212.522 276.465 212.946 278.132C213.888 278.645 215.784 277.595 215.397 280.391C213.922 280.901 209.572 281.557 208.761 282.686C208.421 283.245 208.056 283.543 207.678 283.71C207.585 283.562 207.64 283.32 207.578 283.221L206.717 278.654L210.016 274.448L210.115 274.386ZM712.753 40.566L738.244 59.4354L728.191 80.5025L695.231 56.1022L712.753 40.566ZM820.608 -106.111L836.81 -126.616L842.842 -94.8603L825.592 -79.7707L820.608 -106.111ZM563.283 268.941C562.44 269.469 562.167 268.812 562.135 267.66L508.227 209.398L498.066 233.155L557.74 277.384L566.163 272.104L563.233 268.972L563.283 268.941ZM510.953 218.592L512.081 218.299C512.395 221.552 511.619 220.865 510.953 218.592ZM182.044 269.347C182.044 269.347 182.006 268.957 181.981 268.696C182.676 269.365 183.358 269.903 184.189 270.348C183.991 270.472 183.805 270.727 183.638 270.901L182.504 270.852C181.964 270.432 181.542 269.868 182.174 269.334L182.044 269.347ZM217.862 407.535C217.169 407.969 216.481 408.193 215.867 408.095L214.755 410.724L274.428 454.953L276.856 453.432C275.275 453.111 273.91 452.035 273.852 450.07C273.833 449.599 273.925 449.196 274.067 448.762C273.076 448.832 272.196 448.969 271.359 449.286C268.178 448.175 269.042 445.149 267.806 442.957C266.955 441.489 265.461 440.977 265.062 439.019C270.159 435.479 269.232 448.204 274.045 446.085C276.92 444.835 272.889 443.359 273.467 439.547L261.471 426.572C261.373 427.737 260.469 428.718 259.315 427.647C259.121 426.458 259.865 425.992 260.825 425.873L255.755 420.425L256.354 423.914C254.494 423.148 252.373 422.407 251.719 420.263L254.669 419.243L234.691 397.608C233.99 397.702 233.346 397.554 233.283 396.904C233.382 396.841 233.611 396.767 233.871 396.742L228.801 391.294C226.795 398.003 230.656 403.173 223.126 408.997C221.269 410.437 220.895 408.739 219.784 407.848C219.034 407.973 218.421 407.875 217.875 407.665L217.862 407.535ZM253.241 427.866L251.048 428.551C250.562 426.785 253.059 426.255 253.241 427.866ZM249.849 416.398C249.567 418.921 249.211 421.767 247.484 423.746C228.139 422.829 243.775 406.267 249.849 416.398ZM229.688 407.575C231.704 408.588 234.286 411.938 231.927 413.9C228.29 414.592 227.115 411.948 227.074 408.799C227.687 408.346 228.895 407.52 229.688 407.575ZM176.707 187.612C176.786 191.702 177.098 197.924 174.431 196.422C175.194 191.803 173.179 191.893 170.892 191.877L170.712 191.369L176.707 187.612ZM939.342 -155.274L931.75 -195.574L955.092 -195.438L960.962 -164.271L939.342 -155.274ZM892.123 -125.679L884.531 -165.979L907.873 -165.843L913.744 -134.676L892.123 -125.679ZM978.515 -215.432L984.547 -183.676L967.298 -168.587L962.313 -194.927L978.515 -215.432ZM192.066 284.456C193.9 284.41 195.678 283.503 197.133 282.522C198.593 284.851 196.969 285.454 194.806 285.085C195.154 285.971 194.275 286.66 193.581 287.095C195.821 288.796 196.474 290.94 195.169 293.482L193.392 294.39C191.779 293.468 189.825 292.002 189.44 291.277C189.549 289.691 186.152 288.784 185.986 284.886L187.181 284.481C188.809 282.564 190.463 282.01 191.954 284.388L192.066 284.456ZM937.329 -154.081L920.079 -138.992L915.887 -161.205C917.553 -162.732 918.64 -165.621 916.122 -166.666L931.346 -185.868L937.378 -154.112L937.329 -154.081ZM797.686 -66.4891L790.094 -106.789L813.436 -106.653L819.306 -75.4859L797.686 -66.4891ZM872.861 -109.397L890.11 -124.486L884.078 -156.242L867.876 -135.737L872.861 -109.397ZM881.804 -135.427C880.117 -136.026 879.75 -137.383 880.25 -139.007C881.136 -139.355 881.985 -139.542 882.933 -139.791C888.801 -141.33 885.065 -134.297 881.804 -135.427ZM681.127 109.794L691.025 89.0303L665.534 70.1609L659.51 75.5238C659.807 75.3374 660.247 75.2687 660.588 75.262C662.194 75.8425 666.376 74.8081 667.314 76.0836C670.525 76.693 670.138 79.4886 668.25 81.431C663.851 82.6702 658.074 82.151 658.562 76.3245L649.61 84.2819C649.809 85.2609 649.463 86.0299 648.633 86.1363L679.924 109.306C680.407 109.416 680.842 109.558 681.127 109.794ZM680.243 91.096C681.184 90.506 682.466 89.9093 683.063 91.1915C681.95 93.2692 680.829 93.9029 680.243 91.096ZM866.525 -105.081L860.655 -136.248L837.313 -136.384L844.905 -96.084L866.525 -105.081ZM851.533 -103.896C850.418 -103.473 849.036 -103.366 849.375 -105.027C849.806 -107.092 849.718 -108.554 848.978 -110.505C854.138 -112.843 853.107 -104.468 851.533 -103.896ZM1018.33 -249.014L1005.42 -317.303L995.377 -325.502L987.598 -320.626C988.082 -320.515 988.46 -320.131 988.715 -319.394C987.299 -316.919 986.282 -317.11 985.716 -319.446L973.428 -311.744L974.852 -308.152C975.807 -307.508 976.807 -305.582 979.812 -306.293C981.569 -304.151 979.154 -302.499 976.791 -303.295L1004.65 -232.089L1018.35 -249.095L1018.33 -249.014ZM1008.31 -281.304L1009.44 -281.597L1010.05 -281.288C1009.72 -278.393 1009.04 -279.142 1008.31 -281.304ZM435.919 254.235L435.2 254.41C435.2 254.41 435.292 254.007 435.379 253.814L435.919 254.235ZM286.666 447.283L284.288 448.773L280.589 444.743C282.019 443.502 283.387 442.161 284.247 441.001C284.883 443.777 285.735 445.796 286.697 447.332L286.666 447.283ZM506.356 174.482L523.878 158.946L549.369 177.815L539.317 198.882L506.356 174.482ZM247.439 381.062L228.137 385.5C226.954 386.586 229.837 387.333 229.357 389.428L246.957 408.482C246.839 408.073 246.64 407.645 246.603 407.255C249.102 403.204 253.548 410.078 249.161 410.896L274.035 437.811C274.035 437.811 274.14 437.538 274.177 437.377C274.524 437.159 274.933 437.041 275.28 436.824C277.29 433.425 284.296 434.692 284.327 429.566C285.944 429.174 287.19 429.29 288.102 429.754C284.889 422.866 287.327 424.995 294.457 421.837C294.716 420.157 295.693 418.854 296.733 417.65L247.358 381.043L247.439 381.062ZM263.265 424.481L263.563 424.295C263.749 424.592 264.24 425.595 264.004 425.329L263.265 424.481ZM264.265 405.155C265.503 403.827 267.711 404.927 267.663 406.613L264.316 406.779L264.234 405.106L264.265 405.155ZM265.203 401.807C264.114 403.594 262.361 404.761 260.397 405.371C257.66 401.774 264.384 396.317 265.203 401.807ZM281.693 450.469C281.535 448.015 280.288 446.795 278.806 446.413C279.004 446.289 279.19 446.034 279.406 445.83L282.981 449.661L281.742 450.438L281.693 450.469ZM428.052 248.401L427.004 247.609C425.999 246.997 424.802 246.298 424.063 245.45L410.031 235.063L388.931 244.009L410.464 259.977L425.924 256.566C424.336 255.354 423.292 253.799 423.68 251.555C425.643 249.842 425.688 251.125 427.355 251.253C429.077 250.036 428.971 249.206 428.083 248.451L428.052 248.401ZM400.623 245.927C401.88 245.07 402.909 245.391 403.239 246.909C401.705 249.527 400.948 248.208 400.623 245.927ZM447.974 346.25L444.971 333.641L440.3 330.152C435.435 330.648 429.805 329.484 431.009 325.349C431.554 325.007 432.112 324.796 432.719 324.553L389.144 292.246L367.866 297.164L425.975 360.038L447.974 346.25ZM384.168 308.751C381.69 309.752 380.796 308.105 380.731 305.799C383.333 304.445 384.546 308.032 384.168 308.751ZM413.202 330.3C410.163 329.306 409.659 327.069 410.808 324.278C414.054 323.072 416.431 325.653 418.111 320.184C419.611 320.486 420.356 321.675 420.315 323.15C415.253 325.425 420.006 329.485 421.634 332.743C418.089 338.208 410.49 337.864 413.22 330.219L413.202 330.3ZM433.736 325.295L436.596 327.436C435.103 328.027 434.271 327.03 433.736 325.295ZM188.659 501.327C191.278 499.34 193.153 506.515 188.497 505.914L187.895 505.394C187.918 503.999 188.233 502.629 188.708 501.296L188.659 501.327ZM471.856 331.282L413.871 268.606L403.71 292.363L463.383 336.592L471.806 331.313L471.856 331.282ZM431.855 291.904C433.118 290.837 434.469 290.68 435.035 292.464C433.532 295.131 432.422 294.792 431.855 291.904ZM434.977 311.2C434.977 311.2 435.306 311.063 435.485 311.02C428.935 301.67 446.664 298.355 445.144 307.381C444.7 309.867 441.869 310.745 439.211 311.238C439.874 311.857 440.402 312.699 440.776 313.845C441.964 317.723 435.843 314.453 434.928 311.231L434.977 311.2ZM480.7 295.515C479.859 296.594 479.672 295.746 479.652 294.723L450.761 273.292C449.523 274.069 448.458 275.564 447.474 276.526C446.92 274.32 446.911 272.324 447.455 270.879L436.363 262.651L419.738 266.516C419.676 266.968 419.664 267.39 419.312 267.818C417.864 269.692 416.146 269.043 415.264 267.526L415.115 267.619L473.193 330.443L495.192 316.655L492.19 304.046L480.7 295.515ZM441.986 284.175C440.024 281.816 442.139 277.593 440.264 275.593C437.023 275.486 440.327 271.069 441.448 270.435C445.771 267.863 443.644 281.755 442.017 284.224L441.986 284.175ZM480.004 304.094L483.35 303.376C483.061 310.182 486.347 311.02 488.275 316.298C484.646 318.987 481.613 322.406 479.523 326.338C477.573 323.006 478.176 319.454 476.219 315.781C478.18 312.965 477.696 312.303 477.543 309.086C479.842 308.129 480.782 306.435 480.054 304.063L480.004 304.094ZM459.138 204.077L476.66 188.541L502.151 207.41L492.098 228.477L459.138 204.077ZM95.6133 384.033L102.298 381.155C102.966 385.084 99.1206 383.353 98.6886 384.866L95.6133 384.033ZM185.27 502.968L181.572 498.938C182.272 498.844 182.917 498.992 183.475 499.332C183.487 499.462 183.5 499.592 183.512 499.722C183.643 499.71 183.791 499.617 183.971 499.573C184.349 499.957 184.71 500.421 184.983 501.078C185.226 501.685 185.307 502.255 185.27 502.968ZM483.275 184.671L504.375 175.724L530.325 194.996L504.808 200.639L483.275 184.671ZM103.556 386.025L103.152 385.932C103.152 385.932 103.425 386.037 103.556 386.025ZM141.792 386.693C142.646 385.192 142.557 383.178 140.534 381.272C138.52 381.361 137.021 382.163 135.689 383.342L128.402 379.422L140.396 375.217C140.944 377.081 142.711 377.147 145.127 376.047C145.38 375.681 145.454 375.359 145.479 375.067L148.876 375.974C147.18 377.451 145.595 378.997 144.072 380.641C143.765 382.904 144.468 385.016 145.289 386.986L143.548 387.732L141.743 386.724L141.792 386.693ZM112.974 394.336C113.785 393.207 114.379 392.283 114.806 391.532L115.047 391.588L122.655 388.751C124.915 392.027 131.709 392.737 131.837 385.343L132.084 385.188L134.528 386.554C135.131 388.177 136.279 388.907 137.475 389.054C137.873 389.909 138.357 390.571 138.878 391.073L121.869 404.563C120.167 401.627 118.973 398.512 118.027 395.24C115.963 395.361 114.308 395.363 112.974 394.336ZM268.282 323.699L247.182 332.645L268.715 348.613L294.232 342.97L268.282 323.699ZM268.946 334.668C269.838 334.109 270.637 333.953 271.394 334.72C273.622 336.843 278.845 335.708 279.153 338.621C279.297 339.842 278.429 339.558 277.709 339.181C276.797 338.717 276.073 339.102 275.466 339.896C272.18 344.233 267.84 337.638 268.865 334.649L268.946 334.668ZM313.295 325.709L287.804 306.84L270.282 322.376L294.929 340.67C294.929 340.67 295.313 340.292 295.623 340.235C295.921 340.601 296.374 341.214 296.648 341.87L303.211 346.727L313.264 325.66L313.295 325.709ZM279.006 325.395L280.085 325.133C280.448 328.356 279.722 327.638 279.006 325.395ZM294.208 323.113C291.933 323.227 290.017 322.152 289.053 320.064C290.19 316.592 295.448 318.816 295.279 321.959L294.208 323.113ZM896.761 64.8282L838.776 2.15262L828.615 25.9097L888.288 70.1385L896.711 64.8592L896.761 64.8282ZM885.098 56.6811C882.429 58.1474 880.148 57.921 880.54 54.363C883.854 53.0447 887.124 55.6186 885.098 56.6811ZM885.205 63.2383L886.333 62.9454L886.941 63.2545C886.616 66.1493 885.89 65.4313 885.205 63.2383ZM870.197 -97.7909L885.392 -89.5122L870.876 -84.4852L851.098 -89.6156L870.166 -97.8404L870.197 -97.7909ZM899.144 -85.849L918.212 -94.0738L898.434 -99.2042L883.918 -94.1772L899.113 -85.8985L899.144 -85.849ZM900.636 -92.718C899.766 -94.1052 899.616 -95.6669 901.238 -97.3734C904.94 -95.7607 903.095 -94.1902 900.636 -92.718ZM870.514 -81.9808L887.613 -88.2819L895.986 -83.7314L874.214 -66.4975L851.708 -72.1263L834.281 -65.6885L826.019 -70.1709L848.008 -87.6096L870.514 -81.9808ZM201.692 310.716C198.52 306.425 200.269 302.5 203.687 299.805L202.402 293.02C199.659 295.361 197.034 297.558 193.933 296.465C191.97 297.627 190.094 299.148 188.887 301.077C187.802 300.446 184.507 302.235 181.062 303.566L183.42 316.027L184.228 317.315L183.732 317.625L183.832 318.115L201.711 310.635L201.692 310.716ZM183.512 304.722C183.322 301.115 190.11 302.036 189.655 305.495C187.613 307.741 185.725 305.06 183.512 304.722ZM917.732 -111.576L934.831 -117.877L943.204 -113.326L921.433 -96.0925L898.927 -101.721L881.499 -95.2834L873.238 -99.7658L895.226 -117.204L917.732 -111.576ZM823.295 -52.3859L840.394 -58.6869L848.767 -54.1365L826.995 -36.9026L804.49 -42.5314L787.062 -36.0935L778.801 -40.576L800.789 -58.0147L823.295 -52.3859ZM850.88 93.5846L792.771 30.7109L814.049 25.7927L869.926 67.1569L872.928 79.7654L850.929 93.5536L850.88 93.5846ZM822.929 -68.1649L838.124 -59.8863L823.608 -54.8592L803.83 -59.9895L822.898 -68.2145L822.929 -68.1649ZM931.087 -123.741L945.603 -128.768L965.381 -123.638L946.313 -115.413L931.118 -123.692L931.087 -123.741ZM836.65 -64.5512L851.166 -69.5782L870.944 -64.4479L851.876 -56.223L836.681 -64.5017L836.65 -64.5512ZM920.066 50.1519L917.064 37.5435L878.812 9.21459C879.494 9.75283 879.873 10.6882 879.614 11.8166C876.939 13.4935 875.822 12.2616 875.806 9.37351C876.784 8.62224 877.807 8.60228 878.589 9.07848L861.218 -3.77126L839.94 1.14696L898.049 64.0208L920.048 50.2326L920.066 50.1519ZM864.115 23.5322C862.637 21.2844 861.209 19.0056 859.96 16.6831C861.112 16.099 861.751 16.4576 862.842 16.8776C868.845 19.1876 864.52 20.1044 864.164 23.5013L864.115 23.5322ZM874.916 27.1127C876.148 25.9955 877.53 25.8883 878.097 27.6725C876.606 29.918 875.607 29.6467 874.916 27.1127ZM907.689 34.5871L908.816 34.2944L909.424 34.6035C909.099 37.4983 908.373 36.7803 907.689 34.5871ZM775.729 -38.6506L790.924 -30.3719L776.408 -25.3449L756.63 -30.4752L775.698 -38.7001L775.729 -38.6506ZM991.167 5.58873L933.182 -57.0869L923.021 -33.3297L982.694 10.8991L991.117 5.61978L991.167 5.58873ZM936.941 -39.6389C939.052 -41.4453 942.234 -39.7823 944.572 -38.6946C946.825 -35.7598 938.186 -34.8992 936.941 -39.6389ZM964.634 -156.981L979.83 -148.702L965.313 -143.675L945.535 -148.805L964.603 -157.03L964.634 -156.981ZM181.978 358.539C182.012 360.795 182.9 362.102 184.239 362.918L176.109 369.325C175.774 369.121 175.408 368.867 175.104 368.713C174.65 367.548 175.479 365.787 175.948 364.664C177.888 364.346 179.908 364.046 181.755 363.578C182.802 363.267 182.268 362.636 181.666 362.116C180.841 361.46 175.762 364.367 174.541 359.336C174.826 359.02 178.115 357.441 180.63 356.279L183.043 357.596C182.615 357.795 182.25 358.093 181.947 358.49L181.978 358.539ZM964.951 -141.171L982.05 -147.472L990.423 -142.921L968.651 -125.687L946.145 -131.316L928.718 -124.878L920.456 -129.361L942.445 -146.799L964.951 -141.171ZM943.979 35.2332L885.994 -27.4424L875.833 -3.68528L935.507 40.5435L943.93 35.2642L943.979 35.2332ZM908.284 9.44202C905.136 10.035 904.018 7.69994 903.723 4.91751C907.545 3.41878 912.953 6.10146 908.284 9.44202ZM175.845 381.566L193.367 366.03L218.858 384.899L215.581 391.783C215.159 391.771 214.688 391.79 214.236 391.729C211.585 388.491 206.22 390.06 208.86 394.823C209.944 394.35 211.506 394.199 213.166 393.986C212.207 395.209 211.484 396.697 211.2 398.117C211.511 398.612 211.728 398.959 211.977 399.355L208.787 406.047L201.795 400.838C202.896 398.63 200.49 398.205 198.315 398.258L191.211 392.98L193.275 392.86C193.384 390.17 189.366 388.824 188.749 391.143L175.876 381.615L175.845 381.566ZM967.316 20.6066L964.313 7.99804L908.486 -33.3972L887.208 -28.479L898.056 -16.7858C897.87 -17.0831 897.752 -17.4919 897.571 -17.9999L898.699 -18.2927L899.307 -17.9836C899.172 -16.6571 898.931 -16.161 898.671 -16.1359L945.335 34.3142L967.335 20.526L967.316 20.6066ZM906.715 -22.3505C904.776 -21.4802 902.446 -21.1238 901.903 -23.7509C903.799 -24.8009 905.596 -24.6855 906.776 -22.803L906.665 -22.3194L906.715 -22.3505ZM924.7 -3.12401L925.828 -3.41682L926.436 -3.10773C926.111 -0.212934 925.384 -0.930915 924.7 -3.12401ZM949.695 25.8546C947.34 25.9507 946.718 24.4083 947.23 22.3623C950.26 21.3605 951.762 23.317 949.695 25.8546ZM917.416 -127.386L932.611 -119.107L918.095 -114.08L898.317 -119.21L917.384 -127.435L917.416 -127.386ZM849.542 94.4231L791.557 31.7475L781.396 55.5046L841.069 99.7334L849.493 94.4541L849.542 94.4231ZM798.08 48.981C799.337 48.1241 800.366 48.445 800.697 49.963C799.163 52.5805 798.405 51.2614 798.08 48.981ZM799.375 53.6897C800.855 52.9687 802.747 54.336 801.807 55.4776C799.554 58.2696 799.198 55.9397 799.375 53.6897ZM724.888 -16.3766L719.018 -47.5436L695.675 -47.6801L703.267 -7.37982L724.888 -16.3766ZM710.065 -24.0608C708.952 -21.9831 707.831 -21.3494 707.245 -24.1562C708.186 -24.7463 709.468 -25.343 710.065 -24.0608ZM712.295 -24.9067L713.423 -25.1994L714.031 -24.8904C713.706 -21.9955 712.98 -22.7135 712.295 -24.9067ZM572.698 161.744L564.801 155.861C562.559 157.128 560.192 158.197 557.695 158.727C555.245 157.572 555.648 157.112 554.945 155C553.524 153.614 553.321 150.428 553.343 147.379L551.674 146.148L550.819 146.545C551.205 148.373 550.123 150.501 547.594 150.429C546.249 150.376 545.139 150.036 544.234 149.362L530.654 155.113L552.187 171.081L568.286 167.477C568.432 165.729 568.418 163.944 568.324 163.244C570.281 162.293 571.607 161.876 572.779 161.763L572.698 161.744ZM567.542 162.216C564.774 164.296 563.353 163.461 563.188 160.115C564.464 159.729 568.432 160.002 567.542 162.216ZM199.224 437.364C199.224 437.364 199.074 436.906 199.148 436.584C200.908 436.309 202.345 435.408 202.188 433.505C205.433 431.747 208.482 435.84 207.541 436.981C206.483 438.266 202.412 439.368 200.341 438.596L224.948 465.195C225.92 464.103 227.227 463.215 228.627 462.476C227.253 464.579 228.402 466.412 228.975 468.537C228.777 468.661 228.61 468.835 228.492 468.978L236.821 477.972C237.005 476.614 237.152 475.418 237.158 474.656C237.307 469.939 243.847 476.19 242.253 469.461C244.556 467.742 245.427 470.232 246.366 472.611L259.198 464.568L256.196 451.959L214.83 421.304C214.532 421.49 214.185 421.708 213.764 421.696C212.976 420.879 212.175 419.931 211.604 418.91L200.4 410.613L179.121 415.531L199.304 437.383L199.224 437.364ZM187.303 415.372L185.109 416.057C184.624 414.291 187.121 413.761 187.303 415.372ZM196.058 413.265C197.916 411.825 201.332 412.651 201.682 415.192C199.776 417.215 195.523 416.706 196.058 413.265ZM188.97 425.85C184.901 418.257 198.039 416.095 196.103 424.347C195.572 426.474 190.49 426.623 188.97 425.85ZM240.483 456.839L244.952 457.143C246.599 460.32 244.241 463.385 240.832 463.451C239.381 462.567 240.15 458.29 240.483 456.839ZM229.268 454.139C228.491 452.901 227.888 451.278 227.93 449.802C232.604 445.7 235.758 455.246 229.268 454.139ZM218.572 451.389C220.864 449.539 223.209 452.071 223.175 454.438C220.754 456.301 217.925 454.21 218.572 451.389ZM220.288 445.208C220.635 444.99 221.013 444.822 222.024 445.224C221.723 447.827 221.091 447.81 220.288 445.208ZM230.548 436.914C233.046 436.935 235.452 437.911 236.304 440.482C234.944 442.715 233.079 443.815 230.377 443.577C228.59 441.937 228.833 438.472 230.548 436.914ZM216.455 432.706C218.262 435.92 217.32 440.582 215.948 443.788C213.723 443.871 211.54 443.031 210.793 440.739C213.487 438.43 210.987 432.13 216.455 432.706ZM219.089 427.88C219.758 427.185 220.526 426.98 221.017 427.983C220.581 430.81 219.805 430.123 219.089 427.88ZM214.534 427.769L216.207 427.686C216.642 428.931 214.126 428.99 214.534 427.769ZM633.845 215.262L605.159 194.048C603.252 194.967 601.932 195.174 603.02 198.562C601.8 199.258 600.517 199.303 599.524 198.269C596.769 195.304 591.32 190.025 589.612 186.749C590.417 185.83 591.377 185.16 592.368 184.539L577.969 173.897L556.69 178.816L614.799 241.689L636.749 227.932L633.746 215.324L633.845 215.262ZM583.998 182.746C585.49 181.604 586.712 182.563 586.925 184.223C585.094 187.027 584.31 184.896 583.998 182.746ZM587.678 191.48C584.749 193.523 582.888 192.757 582.438 189.175C583.763 188.758 588.846 189.161 587.678 191.48ZM586.929 79.9584L567.861 88.1833L587.639 93.3136L602.156 88.2866L586.96 80.0079L586.929 79.9584ZM582.764 85.5357C583.749 85.1253 589.253 84.4363 588.227 86.8734C585.83 88.4446 583.463 88.9621 582.764 85.5357ZM789.524 -34.8076L804.04 -39.8347L823.818 -34.7044L804.751 -26.4795L789.555 -34.7581L789.524 -34.8076ZM803.723 123.279L745.614 60.4049L766.893 55.4867L822.769 96.8509L825.772 109.459L803.773 123.248L803.723 123.279ZM633.785 139.742L643.837 118.675L635.177 112.234C631.514 112.667 626.494 118.09 623.218 109.449C620.37 107.438 613.99 111.023 616.086 106.328C617.644 102.868 618.901 102.011 620.971 101.68L618.396 99.7743L600.874 115.311L633.834 139.711L633.785 139.742ZM635.745 126.024C633.985 125.747 632.508 124.602 632.153 122.824C636.883 118.479 638.653 126.478 635.745 126.024ZM638.666 121.985L639.794 121.692L640.402 122.001C640.077 124.896 639.35 124.178 638.666 121.985ZM773.47 -76.4974L778.454 -50.1572L795.704 -65.2469L789.672 -97.0025L773.47 -76.4974ZM778.018 -72.6546C779.195 -72.9784 779.748 -72.4275 780.9 -73.0116C783.731 -74.4409 783.421 -73.8331 783.765 -71.6334C788.456 -67.673 781.989 -64.4478 780.716 -66.479C779.536 -68.3615 778.64 -70.5606 777.969 -72.6236L778.018 -72.6546ZM223.66 399.278C222.012 399.621 220.389 400.224 218.952 401.125L221.053 396.219C222.621 396.41 223.93 397.176 223.66 399.278ZM750.498 -36.8446L745.29 -64.424C745.29 -64.424 745.965 -64.2265 746.499 -64.1466L747.482 -65.6602C750.622 -62.5221 753.185 -60.1952 756.075 -58.5566C758.269 -58.6897 759.078 -60.9219 758.171 -62.6994L759.693 -65.4471C757.26 -68.3382 754.424 -70.7702 751.254 -72.8546L744.404 -69.2509L742.907 -77.1448L766.249 -77.0084L772.119 -45.8414L750.498 -36.8446ZM706.414 1.27431L684.426 18.713L692.687 23.1954L710.114 16.7576L732.62 22.3864L754.392 5.15256L746.019 0.602026L728.92 6.90307L706.414 1.27431ZM739.592 11.0477C743.192 10.516 739.751 14.605 738.941 15.734C739.131 14.1657 739.321 12.5974 739.592 11.0477ZM742.225 -5.23119L756.741 -10.2582L776.519 -5.12794L757.451 3.09702L742.256 -5.18165L742.225 -5.23119ZM728.504 -8.84493L743.7 -0.566259L729.184 4.46078L709.405 -0.669578L728.473 -8.89447L728.504 -8.84493ZM776.039 -22.6297L793.139 -28.9308L801.512 -24.3803L779.74 -7.14643L757.234 -12.7752L739.806 -6.33742L731.545 -10.8199L753.533 -28.2585L776.039 -22.6297ZM681.286 20.75L696.481 29.0287L681.965 34.0557L662.187 28.9254L681.255 20.7004L681.286 20.75ZM634.384 66.155L651.483 59.854L659.856 64.4045L638.084 81.6383L615.578 76.0096L598.151 82.4474L589.889 77.9649L611.878 60.5263L634.384 66.155ZM614.95 58.6009L634.728 63.7312L636.481 63.1153C634.72 62.2872 633.323 60.6094 632.968 58.8311C634.925 57.8803 634.761 60.2605 636.7 59.9418C638.51 59.6357 639.663 60.1548 639.839 61.9767L649.244 58.7042L634.049 50.4255L614.981 58.6505L614.95 58.6009ZM635.957 54.6809C639.63 53.2753 642.901 56.4008 640.794 57.4449C637.685 58.9798 635.639 58.4681 635.957 54.6809ZM659.096 30.9314L637.108 48.37L645.369 52.8525L662.797 46.4147L684.739 51.914C684.739 51.914 684.844 51.6412 684.93 51.4489C685.389 51.2996 685.909 51.2493 686.349 51.1806L707.025 34.8406L698.652 30.2902L681.553 36.5911L659.047 30.9624L659.096 30.9314ZM673.127 44.8391C673.797 45.2473 674.474 45.9963 674.028 46.8274C672.866 48.9362 672.484 45.7944 673.127 44.8391ZM694.988 24.4443L709.504 19.4173L729.282 24.5476L710.214 32.7725L695.019 24.4939L694.988 24.4443ZM815.69 -113.517L784.436 -193.222L806.435 -207.01L816.473 -198.812L829.343 -130.492L815.641 -113.486L815.69 -113.517ZM910.127 -172.707L878.873 -252.412L900.872 -266.2L910.911 -258.001L923.78 -189.682L910.078 -172.676L910.127 -172.707ZM916.281 -275.858L924.704 -281.137L955.835 -201.63L930.024 -202.842L916.232 -275.827L916.281 -275.858ZM869.063 -246.263L877.486 -251.542L908.616 -172.035L882.806 -173.247L869.013 -246.232L869.063 -246.263ZM957.346 -202.302L926.092 -282.007L948.091 -295.795L958.129 -287.596L961.498 -269.559C960.816 -269.546 960.11 -269.241 959.355 -268.354L958.952 -268.446C957.487 -270.564 955.522 -270.506 953.534 -269.053C953.265 -265.848 954.619 -263.798 957.941 -263.673L959.18 -264.449C959.842 -265.485 961.106 -265.449 962.191 -265.37L970.887 -219.345L957.185 -202.339L957.346 -202.302ZM307.585 288.852L329.357 271.619L320.984 267.068L303.885 273.369L297.344 271.742C296.949 273.093 296.392 274.408 295.444 274.657C293.968 273.512 293.26 272.162 293.091 270.681L289.643 269.806C289.643 269.806 289.396 269.961 289.24 269.713L281.379 267.74L259.39 285.179L267.652 289.661L285.079 283.224L287.64 283.896C287.453 283.047 287.365 282.136 287.426 281.132C289.524 279.195 290.044 273.418 291.464 273.702C293.682 277.901 300.63 277.755 299.794 283.799C299.616 284.946 299.183 285.907 298.546 286.652L307.567 288.933L307.585 288.852ZM310.078 279.286C309.338 277.335 312.065 277.281 313.261 277.429C313.654 279.046 311.131 279.316 310.078 279.286ZM876.611 -160.118L863.742 -228.438L853.703 -236.636L831.754 -222.879L863.008 -143.174L876.71 -160.18L876.611 -160.118ZM866.205 -149.525C864.361 -146.851 862.23 -151.242 861.602 -152.574C863.82 -152.998 865.18 -151.159 866.205 -149.525ZM237.998 328.672L227.324 322.873C226.454 321.486 225.021 320.521 222.914 320.462L222.852 320.363L237.318 315.367L252.62 319.3C252.899 319.746 253.179 320.192 253.526 320.526C254.227 320.433 254.784 320.221 255.311 319.96L257.065 320.447L237.998 328.672ZM260.335 318.398L282.107 301.164L273.734 296.613L256.635 302.914L234.129 297.286L212.141 314.724L220.402 319.207L237.829 312.769L251.587 316.222C251.518 315.23 251.74 314.263 252.625 313.363C254.627 313.143 256.822 313.562 258.768 314.136C258.857 315.598 258.499 316.789 257.936 317.763L260.385 318.367L260.335 318.398ZM227.063 312.548C223.862 315.037 218.685 313.935 219.634 309.062C221.652 307.659 224.685 308.863 226.848 309.232L227.063 312.548ZM276.838 300.464L273.491 300.63C272.607 297.458 276.903 298.146 276.838 300.464ZM693.249 0.969474C691.362 -1.16007 685.638 1.59932 682.733 2.79938L678.934 -17.2454L685.748 -25.8631C686.411 -25.7958 687.142 -25.8402 687.96 -26.0767C687.718 -26.6839 687.438 -27.1297 687.06 -27.5134L695.136 -37.7505L701.168 -5.99494L693.249 0.969474ZM783.166 -192.495L791.535 -171.105C791.535 -171.105 791.218 -171.39 791.107 -171.458C790.531 -171.166 787.04 -172.221 786.667 -172.816C783.441 -170.587 780.768 -171.327 777.657 -171.447L774.694 -187.185L783.117 -192.464L783.166 -192.495ZM271.613 295.321L257.097 300.348L237.319 295.218L256.386 286.993L271.582 295.271L271.613 295.321ZM303.636 257.447L318.831 265.726L304.315 270.753L298.035 269.1C298.035 269.1 298.183 268.456 298.269 268.263C297.04 266.963 295.348 266.575 293.694 267.129C293.589 267.402 293.533 267.644 293.509 267.935L284.618 265.641L303.686 257.416L303.636 257.447ZM782.291 -101.071L771.181 -159.867C768.269 -159.008 763.888 -158.401 761.559 -157.493C760.415 -160.088 761.846 -165.401 763.083 -167.832C765.233 -168.697 767.657 -167.801 769.728 -167.581L769.403 -169.31L759.365 -177.509L737.366 -163.72L755.104 -118.463C756.368 -118.979 757.688 -118.634 758.447 -116.763C758.318 -115.647 757.693 -114.772 756.845 -114.034L768.62 -84.015L782.322 -101.021L782.291 -101.071ZM759.186 -171.738C756.61 -170.123 755.629 -171.027 756.326 -173.879C757.98 -174.984 759.593 -173.511 759.186 -171.738ZM745.264 -162.46L746.392 -162.753L746.999 -162.444C746.674 -159.549 745.948 -160.267 745.264 -162.46ZM734.885 -118.901C735.896 -118.499 736.938 -118.048 738.029 -117.628L738.323 -115.949C740.436 -116.101 740.899 -117.564 741.436 -119.35C739.401 -121.386 737.217 -123.329 734.878 -124.969C736.976 -127.457 735.457 -128.229 733.151 -128.164L727.574 -157.652L735.997 -162.931L753.797 -117.575C752.609 -116.278 751.787 -114.176 752.354 -111.84C753.401 -112.151 754.516 -112.574 755.507 -113.195L767.146 -83.5049L741.335 -84.7164L734.873 -119.031L734.885 -118.901ZM694.129 -54.9914L719.94 -53.7798L688.81 -133.287L680.387 -128.008L694.179 -55.0224L694.129 -54.9914ZM704.422 -72.4827L705.55 -72.7754L706.157 -72.4664C705.832 -69.5716 705.106 -70.2896 704.422 -72.4827ZM707.654 -69.7476L708.782 -70.0403L709.39 -69.7313C709.065 -66.8365 708.339 -67.5545 707.654 -69.7476ZM580.098 263.508C578.969 262.698 577.209 262.973 575.524 264.029C575.73 264.797 576.022 265.373 576.382 265.837L567.661 271.303L564.465 267.855C564.942 267.073 564.111 266.628 563.236 266.555L509.534 208.51L530.812 203.591L586.689 244.956L589.692 257.564L580.129 263.558L580.098 263.508ZM674.586 -25.2843C674.586 -25.2843 674.12 -25.4758 673.829 -25.5003L642.91 -104.45L664.909 -118.238L674.948 -110.039L687.817 -41.7197L674.536 -25.2533L674.586 -25.2843ZM209.891 330.073L190.113 324.943L209.18 316.718L218.273 321.645C218.273 321.645 217.944 321.782 217.715 321.857C217.147 323.593 217.304 325.495 217.889 327.199L209.86 330.024L209.891 330.073ZM746.725 159.072L687.052 114.843L697.213 91.086L755.198 153.762L746.775 159.041L746.725 159.072ZM445.273 168.743L426.205 176.968L445.984 182.098L460.5 177.071L445.304 168.793L445.273 168.743ZM450.214 174.203C453.132 173.685 453.562 175.692 451.643 177.585C448.378 178.321 449.038 176.182 450.214 174.203ZM213.247 347.98L235.019 330.746L228.42 327.154C228.248 328.642 227.593 330.019 226.515 330.832C223.369 333.08 220.504 331.701 218.809 329.107L209.497 332.528L186.991 326.899L174.18 337.068C175.827 336.173 177.068 337.603 176.872 339.382C174.345 340.966 173.563 339.938 173.963 337.273L169.665 340.656C169.531 342.534 169.267 344.425 168.743 346.341L171.651 347.899C171.564 346.988 171.395 346.059 170.997 345.204C173.011 344.563 174.371 346.402 174.509 348.385L177.198 347.39L174.793 347.517C173.431 343.471 179.443 343.153 179.707 346.438L190.741 342.351L213.247 347.98ZM197.218 331.875L196.177 332.527L195.494 331.437L196.535 330.785L197.218 331.875ZM195.681 336.909C194.293 337.779 190.296 338.559 188.636 338.772L189.038 333.138C187.698 332.321 186.761 331.046 186.48 329.497C187.328 328.758 188.493 328.304 189.324 329.301C192.279 332.693 200.734 333.742 195.6 336.891L195.681 336.909ZM205.721 336.413C207.196 336.454 208.456 337.804 209.201 338.993C207.511 340.811 204.044 338.361 205.721 336.413ZM821.962 -216.811L830.385 -222.09L861.515 -142.583L835.705 -143.795L821.912 -216.78L821.962 -216.811ZM779.815 -160.517C785.194 -160.852 792.215 -162.423 793.81 -165.493L804.299 -138.739C803.89 -138.621 803.543 -138.403 803.196 -138.186C803.626 -136.178 804.333 -135.931 805.07 -136.738L814.377 -112.97L788.567 -114.181L779.846 -160.467L779.815 -160.517ZM285.334 298.935L270.138 290.656L284.654 285.629L289.453 286.899C291.079 288.502 293.466 289.007 295.542 288.466L304.433 290.759L285.365 298.984L285.334 298.935ZM413.269 206.536L398.753 211.563L378.974 206.433L398.042 198.208L413.238 206.487L413.269 206.536ZM646.526 111.953L643.38 109.577C643.639 108.449 643.675 107.184 643.245 105.728C642.353 106.287 641.412 106.877 640.52 107.436L635.911 104.046C634.483 101.767 632.969 100.784 631.159 100.538L627.79 98.0265C627.79 98.0265 627.889 97.9644 627.939 97.9334C627.944 97.171 628.011 95.9561 628.016 94.6422L646.061 86.9888L672.011 106.261L646.494 111.903L646.526 111.953ZM445.608 184.473L462.708 178.172L471.081 182.722L449.309 199.956L426.803 194.327L409.375 200.765L401.114 196.283L423.103 178.844L445.608 184.473ZM327.637 238.816C327.637 238.816 327.464 239.201 327.359 239.473C326.737 242.555 331.429 242.995 331.576 245.87C333.614 244.938 334.324 242.768 334.625 240.716C334.314 240.22 333.731 239.62 333.049 239.082L338.945 240.561L338.493 241.051L339.779 243.764C341.378 243.452 342.604 242.546 343.874 241.819L351.14 243.613L353.879 242.587C354.599 243.515 356.563 243.457 357.524 243.338C357.145 242.954 356.481 242.335 355.731 241.909L368.289 237.281L376.662 241.831L371.683 245.78C371.664 244.757 370.875 243.94 368.639 244.445L367.7 247.793C368.035 247.997 368.308 248.102 368.631 248.176L354.841 259.096L332.335 253.468L314.907 259.905L306.646 255.423L309.451 253.182C311.492 254.456 313.526 255.941 315.13 254.866C315.253 253.41 314.971 251.309 314.361 249.345L327.637 238.816ZM150.505 359.083L154.516 360.088C153.872 360.492 153.228 360.895 152.428 361.051C151.548 360.637 150.952 359.907 150.455 359.114L150.505 359.083ZM223.471 248.35L229.216 278.767C233.713 275.811 241.248 274.4 242.162 281.694C242.299 282.574 242.213 283.318 242.096 284.012L252.702 279.573L247.393 251.504C247.393 251.504 247.196 252.18 247.06 252.403C243.888 253.839 242.924 251.2 243.101 248.398L223.49 248.269L223.471 248.35ZM231.762 267.304C236.798 264.217 239.847 274.588 235.983 272.387C233.986 271.292 232.348 269.559 231.762 267.304ZM379.721 239.776L364.526 231.497L379.042 226.47L398.82 231.6L379.752 239.825L379.721 239.776ZM343.793 230.899L350.805 227.883L366.001 236.162L351.484 241.189L347.876 240.277L347.8 238.944C346.553 238.277 345.469 238.749 344.398 239.352L331.706 236.059L342.677 231.322C342.677 231.322 342.455 231.737 342.48 231.997C343.062 232.046 343.719 231.773 344.072 231.345L343.761 230.849L343.793 230.899ZM380.229 224.07C382.052 219.822 379.412 215.06 375.747 212.734L374.978 212.94C374.925 215.388 373.669 216.796 371.594 217.89C367.115 220.214 371.441 224.472 376.586 224.974L362.126 230.31L353.864 225.828L375.853 208.389L398.359 214.018L415.458 207.717L423.831 212.268L402.059 229.501L380.198 224.02L380.229 224.07ZM426.971 210.23L411.776 201.952L426.292 196.925L446.07 202.055L427.002 210.28L426.971 210.23ZM166.838 360.369L168.461 359.766C167.898 360.188 167.371 360.449 166.838 360.369ZM493.307 172.38L474.239 180.604L459.044 172.326L473.56 167.299L493.338 172.429L493.307 172.38ZM586.616 169.306L596.668 148.239L595.254 147.193C594.629 148.068 594.029 148.651 592.862 147.45C591.05 145.55 589.368 143.637 587.754 141.613L571.146 129.32L561.779 137.606C563.808 139.853 565.665 143.036 566.956 144.435C566.992 148.346 567.398 150.645 566.162 154.179L580.226 164.616C581.098 163.035 582.448 161.775 584.245 161.339C585.362 163.122 587.178 162.605 588.633 161.624C589.713 167.641 584.082 165.374 582.689 166.454L586.535 169.287L586.616 169.306ZM580.695 147.417C579.245 147.636 577.913 148.264 576.879 149.257C573.481 147.798 572.095 145.148 573.039 141.589C576.185 139.341 574.533 146.725 580.644 146.345L580.695 147.417ZM583.082 153.097C582.987 151.294 582.73 149.453 582.325 147.706C587.09 146.72 586.819 152.894 583.082 153.097ZM126.075 381.985L128.791 383.457C128.345 383.736 127.899 384.015 127.497 384.475C127.074 383.36 126.608 382.617 126.124 381.954L126.075 381.985ZM177.908 298.643L178.319 300.731C178.319 300.731 177.873 300.459 177.637 300.193L177.326 299.698C177.561 299.412 177.704 298.978 177.908 298.643ZM177.226 283.131L176.615 280.064C177.149 281.247 177.374 282.486 177.226 283.131ZM180.694 301.658L179.228 293.813C184.177 290.919 184.549 301.312 180.694 301.658ZM160.246 368.02C162.374 364.478 163.883 366.224 166.5 367.757C168.113 368.679 169.703 366.922 170.999 367.008C172.19 367.917 172.8 369.881 173.583 371.46L169.069 375.049C169.069 375.049 169.279 374.503 169.359 373.97C168.868 372.966 168.099 373.172 167.431 373.867C167.73 374.784 168.022 375.36 168.307 375.595L166.016 377.445L159.959 375.928C163.042 373.581 163.846 371.56 160.296 367.989L160.246 368.02ZM190.816 358.106L183.721 354.273C183.887 353.547 183.651 352.73 182.708 352.768C181.753 352.125 180.879 352.052 180.061 352.288L175.571 349.858L190.087 344.831L209.865 349.962L190.797 358.187L190.816 358.106ZM612.489 181.518C612.757 182.937 614.491 186.474 613.444 187.337C612.614 187.443 611.641 187.432 610.655 187.291L592.491 173.835L592.769 173.177C593.711 173.139 594.882 172.474 596.04 171.679C597.5 169.384 596.253 168.717 594.592 168.93L596.416 164.682C596.794 165.065 597.34 165.275 598.145 164.909C599.558 164.299 600.611 164.329 601.865 165.338C604.656 167.59 606.33 162.332 601.555 160.219C600.674 159.805 599.725 159.502 598.758 159.28L602.633 150.158L614.661 163.182C612.66 169.129 611.385 175.793 612.44 181.549L612.489 181.518ZM154.307 377.262L162.715 379.445L151.892 384.089C151.347 383.879 150.85 383.638 150.453 383.335C150.182 379.71 152.754 379.409 154.307 377.262ZM652.195 218.113L616.772 191.875C617.559 191.589 618.501 191.551 619.666 191.648C621.123 191.77 624.316 192.46 625.536 191.765C628.751 189.957 631.002 186.062 634.136 184.235L660.569 212.865L652.146 218.144L652.195 218.113ZM161.452 350.013C164.908 353.436 164.713 350.592 165.912 348.322L174.701 353.095C173.487 353.58 172.311 355.007 171.166 356.483L164.531 358.779C162.707 357.852 162.476 356.272 163.75 354.231C163.278 353.147 161.877 352.783 160.823 352.754C160.652 354.793 159.892 356.994 157.45 356.731C157.178 357.178 156.893 357.494 156.59 357.891L142.819 354.308L161.181 346.388C161.368 347.237 162.082 348.376 161.47 349.933L161.452 350.013ZM589.222 120.613L598.762 116.565L624.712 135.837L599.195 141.48L593.823 137.533C595.656 135.832 597.991 134.713 596.896 131.535C595.889 128.717 593.729 126.482 590.725 128.296C591.597 131.889 590.284 132.988 588.612 133.623L577.631 125.462L583.262 123.106C585.317 125.613 588.949 125.683 589.172 120.644L589.222 120.613ZM296.898 435.971C297.608 433.8 298.672 431.754 300.244 430.078C301.906 430.969 302.699 430.472 302.622 428.588C303.354 428.543 304.017 428.611 304.761 428.696L306.237 435.016L296.922 440.854C298.234 439.204 299.572 437.814 296.929 436.02L296.898 435.971ZM551.792 116.057C551.23 117.583 549.676 118.626 548.325 119.334C548.319 119.545 548.363 119.725 548.357 119.936L540.247 122.741L520.469 117.611L539.537 109.386L551.761 116.008L551.792 116.057ZM473.948 150.081C473.948 150.081 473.948 150.081 473.898 150.112C474.099 152.194 474.969 154.133 475.957 155.929C480.318 164.098 484.919 155.142 479.989 153.333C478.705 152.826 477.886 151.96 477.153 150.901L492.684 154.76L509.784 148.459L518.157 153.01L496.385 170.243L473.879 164.615L456.451 171.052L448.19 166.57L458.097 158.704C460.609 159.408 463.688 158.375 461.745 155.935L461.714 155.886L470.259 149.15L474.029 150.099L473.948 150.081ZM353.394 405.322L352.653 402.268C351.041 402.45 349.417 402.501 347.843 402.522C347.06 400.391 343.944 402.137 341.922 396.158C344.363 395.319 345.98 394.374 346.393 392.391C347.838 392.934 349.09 392.839 350.329 392.615L301.922 356.781C301.922 356.781 302.015 356.93 301.996 357.01C293.171 357.574 296.478 370.337 287.224 370.547C286.324 369.662 285.456 368.827 284.401 368.246L331.364 419.061L347.169 409.154C346.427 405.548 335.918 402.544 333.086 402.87C331.995 403.002 331.072 402.959 331.758 401.632C332.512 400.193 333.706 398.134 335.354 397.791C337.314 398.495 335.169 403.772 341.675 401.489C343.823 404.145 346.571 406.217 349.696 407.571L353.313 405.304L353.394 405.322ZM326.197 405.532C328.105 404.612 332.041 405.388 330.161 408.223C327.039 410.179 325.922 408.947 326.197 405.532ZM296.009 372.562C293.172 373.651 291.868 372.122 291.654 369.358C293.743 368.946 295.244 370.351 296.102 372.159L296.04 372.612L296.009 372.562ZM294.788 377.33L293.97 372.943L298.992 373.798C299.33 376.76 297.603 378.188 294.738 377.361L294.788 377.33ZM277.995 437.192C279.78 437.177 281.541 437.454 283.048 438.096C280.973 439.741 279.349 439.241 277.995 437.192ZM298.188 426.468C299.451 425.4 300.802 425.243 301.368 427.028C299.877 429.273 298.83 429.033 298.188 426.468ZM309.122 242.968L323.344 230.535L317.312 198.78L301.111 219.285L305.895 244.646C306.267 244.137 306.656 243.548 307.059 243.089C307.777 242.914 308.428 242.851 309.073 242.999L309.122 242.968ZM307.975 221.538L305.23 222.223L305.096 218.926C306.887 218.701 308.01 219.722 307.975 221.538ZM310.872 223.517C312.599 222.09 314.738 222.75 314.685 225.198C312.526 228.139 311.414 226.144 310.872 223.517ZM281.344 367.332C281.344 367.332 281.406 367.431 281.437 367.481L329.865 419.862L326.149 422.191C326.03 421.231 325.849 420.171 326.139 419.093C325.592 417.779 324.049 417.85 322.884 418.304C324.052 420.608 323.738 422.529 323.027 424.148L321.442 425.142L317.198 422.005C320.22 419.559 319.483 414.639 318.387 410.909C315.939 410.857 313.622 411.343 311.242 411.731C309.922 411.937 309.121 410.438 307.844 410.273C306.147 411.75 304.982 412.204 304.04 412.242L261.8 380.962L271.961 357.205L281.313 367.283L281.344 367.332ZM332.644 304.06C334.068 302.477 336.698 299.517 337.629 300.452C339.255 302.055 340.676 303.441 342.84 304.362C342.236 306.811 345.479 308.573 343.457 311.842C343.612 312.09 343.705 312.238 343.829 312.436L344.45 312.876C344.964 313.036 345.54 312.744 346.402 312.687C348.071 313.918 347.271 314.074 345.802 313.822L350.269 317.095L360.321 296.028L334.83 277.158L317.308 292.695L332.644 304.06ZM355.635 295.377L355.768 298.122C352.324 299.453 351.995 294.415 355.635 295.377ZM339.69 313.651C339.957 313.415 340.477 313.364 341.159 313.351L339.69 313.651ZM276.57 355.42C276.727 357.323 277.3 359.448 278.226 361.696L273.156 356.249L276.52 355.451L276.57 355.42ZM766.394 7.01452L787.494 -1.93199L805.832 11.6912C806.113 13.2403 806.919 13.4251 807.755 13.108L813.475 17.3892L787.958 23.032L766.425 7.06407L766.394 7.01452ZM296.977 353.187L298.789 354.536C298.256 354.456 297.704 354.457 297.283 354.445C297.164 354.036 297.096 353.596 296.977 353.187ZM377.114 390.317L354.586 365.934C354.715 369.993 351.997 367.97 348.433 367.237C349.118 365.358 350.927 364.501 352.792 363.953L319.179 327.61L309.018 351.367L353.579 384.367C353.9 383.338 354.172 382.34 354.4 381.162C360.774 378.34 364.981 387.364 363.369 391.618L368.741 395.565L377.164 390.286L377.114 390.317ZM357.303 373.132C357.898 372.759 359.31 372.15 360.035 372.316C361.86 374.347 358.19 379.062 357.303 373.132ZM564.535 89.923L558.776 94.4984C557.805 96.1421 556.449 97.0612 554.993 97.4908L542.596 107.331L550.857 111.813L561.005 108.075C561.005 108.075 560.974 108.025 561.042 107.914C561.389 107.696 561.681 107.721 562.022 107.714L568.366 105.394L590.871 111.023L612.643 93.7887L604.27 89.2382L587.171 95.5392L564.665 89.9105L564.535 89.923ZM585.886 103.728C588.879 103.439 590.326 105.637 587.706 107.624C584.124 108.075 584.159 106.259 585.886 103.728ZM596.407 96.5124C598.681 95.8462 600.184 98.3544 598.724 100.098C595.638 100.79 595.561 98.9059 596.407 96.5124ZM400.532 375.709L397.529 363.1L341.653 321.736L331.757 324.005C331.757 324.005 331.361 324.254 330.989 324.211L320.374 326.654L378.483 389.528L400.482 375.74L400.532 375.709ZM333.481 324.994L334.559 324.733C334.923 327.955 334.197 327.237 333.481 324.994ZM357.501 342.509C358.759 341.652 359.788 341.973 360.118 343.491C358.584 346.108 357.827 344.789 357.501 342.509ZM366.231 365.466C362.867 366.264 360.975 364.896 361.187 361.382C365.368 358.693 368.357 364.893 366.231 365.466ZM370.268 279.857C371.742 278.795 372.202 279.749 373.331 280.559C377.39 280.43 381.549 280.239 382.646 285.072L388.539 283.793L362.589 264.521L341.489 273.468L363.022 289.436L370.172 287.852C364.77 284.959 370.189 286.117 370.219 279.888L370.268 279.857ZM374.038 276.183C375.197 275.94 377.781 275.769 377.437 277.641C376.346 277.773 374.028 277.708 374.038 276.183ZM424.364 360.772L397.001 331.207C396.978 333.153 395.381 334.569 391.488 333.973C389.837 332.109 388.342 326.422 391.08 324.844L366.41 298.146L359.723 313.791C360.274 313.791 360.907 313.808 361.737 313.702C363.366 312.336 364.553 310.488 364.793 308.337C365.269 308.107 365.92 308.044 366.435 308.204C368.75 310.687 370.136 313.889 370.921 317.123C369.292 318.489 367.74 331.537 359.082 322.128C358.406 321.379 357.748 320.55 357.22 319.707L356.249 321.903L415.923 366.131L424.346 360.852L424.364 360.772ZM374.014 327.674L373.329 324.929L376.125 325.316C376.12 326.63 375.365 327.517 374.063 327.643L374.014 327.674ZM380.893 332.264C379.579 332.259 378.692 331.504 378.566 330.203C380.165 329.891 381.052 330.646 380.893 332.264ZM402.569 343.174C403.312 342.708 404.303 342.087 405.164 342.03C409.869 342.049 404.113 349.382 402.569 343.174ZM406.767 349.651C407.187 348.56 407.849 347.524 408.573 346.587C412.343 348.088 405.289 353.13 406.767 349.651ZM408.196 358.209C406.701 357.144 406.5 355.062 406.418 353.389C410.043 353.118 408.956 356.007 408.196 358.209ZM359.424 384.775L360.082 385.053C359.781 387.656 359.149 387.638 358.346 385.037C358.693 384.819 359.071 384.651 359.424 384.775ZM349.461 397.506C350.043 397.003 350.687 396.599 351.27 396.648L351.706 398.445C350.778 399.717 349.947 399.823 349.461 397.506ZM822.454 21.1456L832.507 0.078416L832.414 -0.0702047C830.461 -0.43332 828.755 -1.50325 827.978 -3.29337L807.097 -18.7725L789.575 -3.23627L807.454 9.98464C809.592 9.54183 809.921 10.5082 809.489 11.4695L822.585 21.133L822.454 21.1456ZM801.855 3.69515C798.819 4.35611 798.073 2.61554 798.572 -0.112143C800.753 -0.926935 802.665 2.01447 801.855 3.69515ZM907.931 -41.8812L882.414 -36.2385L860.881 -52.2064L881.981 -61.1529L907.931 -41.8812ZM813.662 -22.6114L834.762 -31.558L860.712 -12.2863L835.195 -6.64356L813.662 -22.6114ZM372.545 199.698L364.953 159.398L388.295 159.534L390.597 171.685C389.214 171.241 386.513 172.106 385.099 171.06C384.447 170.572 383.902 170.913 383.37 171.385C381.934 172.837 380.591 174.438 379.409 176.076C380.036 182.582 389.08 177.742 391.059 174.294L394.134 190.652L372.514 199.649L372.545 199.698ZM569.552 30.5418C574.39 28.1306 574.22 31.2731 573.753 34.6019L578.079 34.7883L568.952 11.5278C568.642 11.584 568.239 10.94 567.803 9.6948L568.163 9.60757L560.957 -8.71591C559.124 -7.5669 557.921 -7.50329 558.575 -10.5349C559.039 -10.895 559.516 -11.1249 559.956 -11.1937L546.85 -44.6567L538.427 -39.3774L541.533 -22.9698C541.533 -22.9698 541.681 -23.6146 541.786 -23.8874C546.587 -26.1374 549.451 -25.8623 552.246 -20.852C551.213 -19.3074 548.516 -14.5811 546.775 -14.3866C545.034 -14.1922 543.619 -15.2378 542.638 -16.6929L552.17 33.6389L568.664 34.4104C569.103 33.2384 569.411 32.079 569.453 30.6039L569.552 30.5418ZM550.916 -8.77081C550.541 -11.0201 553.159 -14.11 554.185 -11.9236C555.453 -9.13007 554.953 -7.5056 550.916 -8.77081ZM546.236 -3.90552C547.177 -4.49556 548.46 -5.09227 549.056 -3.81012C547.894 -1.70134 546.822 -1.09871 546.236 -3.90552ZM562.534 8.44362C559.02 9.33455 557.451 8.04131 558.363 4.43302C560.65 3.89698 565.096 5.59546 562.534 8.44362ZM556.125 13.6335L557.86 13.6498C557.535 16.5446 556.809 15.8266 556.125 13.6335ZM551.248 19.7261L552.376 19.4333L552.983 19.7424C552.658 22.6372 551.932 21.9192 551.248 19.7261ZM558.226 28.8772C556.375 30.6584 554.232 31.8636 554.06 28.1762C555.354 27.158 557.027 26.5236 558.226 28.8772ZM566.465 30.6822C564.276 29.5013 563.549 27.6801 564.023 25.2438C565.478 24.2626 567.887 22.8216 569.612 23.8109C569.553 26.4698 568.496 28.8574 566.515 30.6512L566.465 30.6822ZM545.994 46.6872L533.124 -21.6324L523.086 -29.8311L504.704 -18.3099C504.928 -17.6222 504.476 -17.132 503.118 -17.3161L501.136 -16.074L532.391 63.6313L546.093 46.6251L545.994 46.6872ZM523.303 -19.6856C524.126 -20.133 525.924 -20.0176 525.461 -18.5543C523.653 -17.145 522.562 -17.0134 523.303 -19.6856ZM518.12 -10.2272C514.41 -8.10881 508.855 -14.2187 507.624 -17.1733C508.51 -17.5216 515.698 -14.0914 516.945 -13.4237C517.769 -13.871 519.952 -12.4794 518.12 -10.2272ZM517.869 22.8444C519.163 21.8263 520.483 21.62 521.049 23.4042C519.589 25.6993 518.51 25.4095 517.869 22.8444ZM240.443 336.317L222.921 351.853L255.881 376.254L265.934 355.187L240.443 336.317ZM233.113 354.021C233.993 353.884 234.855 354.379 235.389 355.01C234.807 355.513 233.971 355.83 233.196 355.695L233.113 354.021ZM232.764 346.857C233.373 348.821 229.964 348.336 228.947 348.145C228.337 346.181 231.747 346.667 232.764 346.857ZM200.186 362.376C200.186 362.376 200.471 362.06 200.558 361.868L220.951 353.226L246.901 372.497L221.384 378.14L200.137 362.407L200.186 362.376ZM494.969 127.245L489.985 100.905L506.187 80.4L512.219 112.156L494.969 127.245ZM331.01 305.636C326.322 309.609 325.761 307.062 322.2 309.087C322.58 311.126 324.033 312.562 325.924 313.377C326.576 314.418 326.887 315.465 327.006 316.425L315.791 318.901L299.946 307.165C302.386 305.221 304.341 302.064 301.364 300.618L301.301 299.967L315.308 294.017L330.929 305.617L331.01 305.636ZM604.865 247.64L545.192 203.411L555.353 179.654L613.337 242.33L604.914 247.609L604.865 247.64ZM677.508 13.1813L671.638 -17.9856L648.296 -18.1221L655.888 22.1781L677.508 13.1813ZM661.349 17.7891C657.725 14.5401 653.682 12.934 657.5 7.57408C659.904 6.89534 662.108 5.2376 664.451 5.01138C670.016 4.42144 670.007 11.6728 665.442 14.189C664.073 14.9779 662.804 16.8079 661.349 17.7891ZM624.051 45.3752C625.187 41.9029 622.349 41.8881 620.877 39.4295C619.001 36.3269 618.776 35.0877 614.683 37.5846C615.438 41.8725 610.449 47.3455 613.158 47.9245C615.599 47.0846 616.982 47.529 618.42 47.7316L608.75 51.7916L601.158 11.4914L613.907 11.5736C615.862 13.5915 618.778 15.4903 620.281 18.5501C622.458 19.6008 624.462 21.036 626.249 22.6761C626.404 22.9238 626.59 23.221 626.746 23.4687L630.37 42.7948L624.082 45.4248L624.051 45.3752ZM584.422 41.7153L589.406 68.0554L606.656 52.9658L600.624 21.2102L584.422 41.7153ZM591.245 55.7937L592.98 55.81C592.655 58.7048 591.929 57.9868 591.245 55.7937ZM597.562 41.7598C601.848 38.7978 606.131 44.5313 602.453 47.2508C601.276 48.1262 599.982 48.5927 599.1 47.0755C598.155 45.4591 597.608 43.5943 597.513 41.7909L597.562 41.7598ZM467.013 140.558L459.421 100.258L482.764 100.394L488.634 131.561L467.013 140.558ZM407.571 266.482L397.518 287.549L364.558 263.149L382.08 247.613L407.571 266.482ZM682.989 4.63976C683.852 5.68597 685.13 6.40324 686.506 6.50681L683.794 8.89657L682.989 4.63976ZM457.477 230.165L482.994 224.523L457.044 205.251L435.944 214.198L457.477 230.165ZM459.775 218.306C457.136 219.822 456.187 218.968 456.853 216.066C459.194 214.737 460.862 215.416 459.775 218.306ZM441.415 161.156L435.545 129.989L412.203 129.853L419.795 170.153L441.415 161.156ZM430.44 152.233C430.985 151.892 432.465 151.171 433.172 151.418C434.997 153.448 431.327 158.163 430.44 152.233ZM426.463 159.211C417.499 157.791 423.442 151.858 427.92 154.71C428.362 156.296 427.695 158.094 426.463 159.211ZM346.947 220.296L341.077 189.129L317.734 188.993L325.326 229.293L346.947 220.296ZM328.466 222.081L328.853 218.734L330.526 218.651C330.714 220.051 330.512 222.593 328.466 222.081ZM338.211 218.25C337.601 216.286 340.98 216.722 341.997 216.913C342.607 218.877 339.197 218.391 338.211 218.25ZM442.171 227.545C441.111 227.175 440.039 227.778 439.228 228.355C440.013 231.589 441.499 230.106 442.252 227.564L454.758 236.838L444.706 257.905L435.934 251.397C435.934 251.397 435.989 251.155 436.057 251.043C437.565 247.614 438.986 249 441.774 247.943C445.956 246.357 443.015 243.646 439.087 244.866C438.353 247.879 435.748 246.476 433.403 245.047C433.332 242.401 430.634 240.849 428.248 240.895C427.1 239.614 425.692 238.909 423.798 241.614C423.662 241.837 423.625 241.998 423.508 242.141L411.764 233.424L429.286 217.888L442.159 227.415L442.171 227.545ZM364.5 169.135L349.932 187.512C350.199 188.38 349.983 188.584 349.344 188.226L348.267 189.591L353.251 215.931L370.501 200.841L364.469 169.086L364.5 169.135ZM358.788 186.447C360.367 185.664 364.72 186.662 366.357 187.292C367.521 192.013 355.296 194.639 358.788 186.447ZM352.478 186.4C355.301 184.078 356.522 188.557 357.026 190.794C357.157 191.333 356.42 191.588 356.048 191.545C353.296 191.338 352.165 188.873 352.428 186.431L352.478 186.4ZM541.246 287.514C541.469 287.098 541.722 286.732 542.069 286.515L542.188 286.924L541.246 287.514ZM510.378 306.861L518.306 301.892C518.219 301.533 518.1 301.124 518.013 300.765L499.245 280.51C499.245 280.51 499.061 281.316 498.788 281.763L497.599 282.508C495.659 282.275 493.687 281.441 493.028 279.508C494.081 278.986 496.026 278.457 497.483 278.579L460.816 238.906L450.655 262.663L510.329 306.892L510.378 306.861ZM463.713 255.859C461.18 257.654 459.581 257.414 460.246 253.961C462.023 252.502 464.268 253.441 463.713 255.859ZM505.791 301.525C505.759 300.372 507.011 295.654 508.91 297.362C513.706 301.601 505.968 304.45 505.791 301.525ZM411.669 139.571L417.701 171.327L400.451 186.417L395.467 160.077L411.669 139.571ZM520.603 300.383L536.359 290.508C536.002 287.075 538.413 281.562 540.151 278.609L539.104 274.297L483.277 232.902L461.999 237.82L517.166 297.431C517.166 297.431 517.048 297.022 516.986 296.923C518.617 297.764 519.784 298.965 520.603 300.383ZM487.332 244.437C488.25 244.689 489.26 244.539 490.128 244.272C489.15 246.126 488.123 246.908 487.332 244.437ZM514.013 278.638C509.749 278.55 509.95 280.633 507.515 281.262L507.062 281.2C506.893 279.719 506.364 278.326 505.124 277.447C500.172 278.135 502.847 270.732 495.652 271.584C493.341 271.86 493.281 268.792 493.453 267.304C497.174 268.837 500.011 267.748 502.276 265.086C504.83 264.866 505.21 266.905 506.798 268.117C508.435 268.196 509.592 266.849 510.44 265.559C514.868 262.715 512.932 271.518 515.854 273.206C516.47 274.959 515.841 277.699 513.982 278.588L514.013 278.638ZM527.702 270.748C527.937 270.463 528.804 270.195 528.953 270.654C529.88 273.454 528.403 271.758 527.702 270.748ZM525.303 295.989C521.306 296.769 521.588 294.798 523.513 292.142C525.415 291.433 527.064 291.642 527.339 293.953C527.514 295.224 526.412 295.777 525.303 295.989ZM348.706 260.319L348.801 262.123L332.23 269.266L317.034 260.987L331.551 255.96L348.688 260.4L348.706 260.319ZM2241.93 -967.755L2241.9 -968.015C2241.9 -968.015 2242.16 -968.04 2242.29 -968.053L2241.9 -967.804L2241.93 -967.755ZM2213.97 -954.442L2213.69 -955.991C2214.68 -956.061 2215.72 -955.95 2216.83 -955.611L2213.97 -954.442ZM2208.19 -994.707C2208.05 -988.547 2208.85 -982.765 2218.2 -980.069C2221.31 -982.918 2224.55 -985.569 2227.64 -988.678C2225.64 -990.324 2226.89 -993.177 2224.33 -994.611L2229.67 -994.575L2232.53 -979.326C2230.37 -977.488 2227.24 -978.42 2225.19 -981.138C2223.26 -979.035 2220.97 -977.736 2219.21 -975.255C2224.85 -971.884 2222.56 -965.622 2225.73 -961.331C2221.6 -960.328 2217.7 -958.507 2213.13 -958.748L2206.33 -994.711L2208.19 -994.707ZM2237.48 -991.257L2236.94 -994.095L2240.64 -998.76C2242.46 -997.622 2243.36 -996.186 2243.38 -994.401C2242.06 -991.647 2239.49 -992.239 2237.53 -991.288L2237.48 -991.257ZM2626.93 -1210.78L2620.19 -1204.91C2619.97 -1205.25 2619.66 -1205.54 2619.39 -1205.85L2618.35 -1211.48C2620.34 -1212.59 2623.78 -1211.85 2626.88 -1210.75L2626.93 -1210.78ZM2317.15 -1061.89C2316.96 -1061.43 2316.69 -1060.98 2316.33 -1060.55L2299.26 -1061.37L2297.07 -1072.9C2299.5 -1073.32 2302.12 -1073.1 2304.56 -1072.08C2305.3 -1070.13 2302.43 -1066.88 2306.04 -1065.97C2309.3 -1070.57 2313.07 -1073.69 2316.23 -1078.56C2316.93 -1082.18 2313.55 -1084.27 2314.2 -1087.85L2323.71 -1063.66C2323.21 -1063.35 2322.72 -1063.03 2321.97 -1062.91C2317.2 -1064.13 2320.3 -1068.21 2316.5 -1069.76C2312.52 -1067.96 2315.08 -1063.77 2317.15 -1061.89ZM2244.99 -970.362C2244.24 -972.102 2242.4 -973.501 2243.42 -975.938C2242.26 -976.587 2241.2 -976.957 2240.2 -977.229L2239.3 -982.186C2243.81 -976.316 2251.09 -972.737 2255.59 -983.286C2246.52 -989.608 2251.18 -995.706 2255.35 -1003.49L2259.26 -982.826L2245.03 -970.393L2244.99 -970.362ZM2211.6 -955.369L2211.99 -953.2L2208.79 -950.369C2208.7 -952.724 2209.82 -954.461 2211.6 -955.369ZM2399.65 -1078.14C2399.21 -1079.17 2398.49 -1080.1 2398.99 -1081.51L2399.65 -1078.14ZM2331.46 -1004.27C2329.14 -1004.89 2330.3 -1006.79 2327.44 -1007.27C2326.63 -1006.36 2325.89 -1005.34 2325.2 -1004.35L2314.71 -1007.1L2316.78 -1007.98L2316.89 -1007.91C2317.94 -1008.22 2319.04 -1008.77 2320.08 -1009.43L2332.75 -1014.88C2334 -1014.63 2335.24 -1014.1 2336.57 -1012.86C2336.75 -1013.11 2336.97 -1013.32 2337.19 -1013.52L2346.61 -1008.39C2341.63 -1006.99 2335.62 -1008.2 2331.53 -1004.38L2331.46 -1004.27ZM2407.19 -1080.65C2408.64 -1079.21 2408.88 -1077.29 2409.18 -1075.48L2405.29 -1073.87C2405.29 -1073.87 2405.23 -1073.97 2405.2 -1074.02C2404.37 -1073.91 2403.53 -1073.94 2402.79 -1073.68L2401.21 -1082.15C2403.16 -1081.78 2405.42 -1080.71 2407.29 -1080.71L2407.19 -1080.65ZM2371.41 -1071.34C2372.52 -1070.44 2373.43 -1069.43 2374.23 -1068.48L2376.22 -1057.93C2375.51 -1057.97 2374.85 -1057.69 2374.43 -1056.94C2374.97 -1055.42 2373.94 -1053.32 2372.8 -1051.16C2370.82 -1049.92 2367.51 -1052.12 2365.81 -1050.1C2364.63 -1048.8 2363.9 -1047.65 2363.33 -1046.47L2355.68 -1043.26L2353.95 -1052.39C2357.66 -1054.3 2361.89 -1054.81 2365.66 -1056.62C2369.83 -1062.07 2366.1 -1067.8 2371.44 -1071.29L2371.41 -1071.34ZM2348.92 -1067.04C2345.12 -1066.93 2346.01 -1062.53 2346.23 -1059.21C2343.27 -1059.42 2340.19 -1060.05 2337.12 -1060.54L2347.63 -1073.82L2348.92 -1067.04ZM2319.5 -1053.85L2324.21 -1053.83L2324.48 -1052.41C2323.1 -1051.2 2320.53 -1052.42 2319.5 -1053.85ZM2251.44 -1004.77C2251.23 -1004.22 2251.1 -1003.66 2251.91 -1003.47C2251.65 -1002.9 2251.34 -1002.29 2251.08 -1001.71C2250.53 -1001.92 2249.97 -1002.05 2249.78 -1001.25C2249.21 -1001.5 2248.6 -1001.81 2248.02 -1002.07C2248.23 -1002.62 2248.36 -1003.18 2247.55 -1003.37C2247.81 -1003.95 2248.12 -1004.55 2248.38 -1005.13C2248.93 -1004.92 2249.49 -1004.79 2249.68 -1005.6C2250.25 -1005.34 2250.86 -1005.03 2251.44 -1004.77ZM2297.28 -975.885C2295 -977.215 2291.87 -977.805 2290.42 -976.824C2289.92 -975.2 2289.3 -973.984 2288.62 -972.868L2287.19 -972.389L2280.7 -974.047C2280.52 -976.972 2280.4 -979.928 2278.14 -982.101L2286.51 -985.694L2301.71 -977.416L2297.23 -975.854L2297.28 -975.885ZM2253.94 -954.861C2253.4 -958.25 2251.83 -961.198 2249.85 -964.028L2264.37 -975.544L2269.46 -974.249C2267.72 -968.88 2267.92 -962.515 2270.71 -959.37L2268.02 -960.03L2253.89 -954.83L2253.94 -954.861ZM2240.2 -942.868C2241.88 -944.817 2244.04 -947.757 2243.26 -950.099C2238.71 -953.179 2236.28 -950.344 2234.57 -945.476C2234.89 -944.851 2235.46 -944.381 2236.01 -943.83L2220.2 -947.924L2222.59 -948.944C2222.59 -948.944 2222.85 -948.758 2223.04 -948.671C2226.01 -949.983 2229.73 -949.344 2232.67 -950.705C2232.4 -951.572 2232.34 -952.433 2232.35 -953.196L2239.31 -956.18L2254.51 -947.901L2240.17 -942.918L2240.2 -942.868ZM2242.4 -958.186L2244.53 -959.862C2244.58 -958.79 2244.73 -957.78 2245.01 -956.783L2242.4 -958.186ZM2267.41 -977.519L2272.03 -979.514C2271.42 -978.72 2270.86 -977.747 2270.38 -976.754L2267.33 -977.537L2267.41 -977.519ZM2289.57 -987.75L2311.56 -1005.19L2323.43 -1002.21C2321.21 -999.369 2318.87 -996.936 2315.79 -996.455C2314.02 -997.965 2311.26 -1000.72 2308.67 -999.786C2308.12 -995.924 2310.57 -993.114 2308.99 -988.811C2309.54 -988.601 2309.96 -988.248 2310.44 -987.926L2297.88 -983.298L2289.62 -987.781L2289.57 -987.75ZM2226.31 -925.397C2224.33 -923.262 2220.77 -925.65 2218.44 -924.742C2217.72 -925.33 2217.52 -926.098 2217.44 -926.879L2220.34 -927.868L2226.35 -926.321C2226.35 -926.321 2226.33 -925.688 2226.34 -925.348L2226.31 -925.397ZM2224.1 -915.936L2220.94 -914.581L2210.8 -920.09C2211.72 -921.913 2210.21 -922.897 2209.94 -924.316L2213.86 -925.666C2216.92 -921.653 2217.83 -917.459 2223.03 -916.096C2223.38 -915.973 2223.72 -915.979 2224.1 -915.936ZM2172.93 -918.298L2191.99 -926.523L2196.45 -924.143C2199.6 -920.664 2202.83 -917.718 2206.4 -917.958L2192.71 -913.168L2172.93 -918.298ZM2220.77 -930.484L2217.2 -929.141C2217.09 -929.971 2216.84 -930.708 2215.99 -931.284C2211.51 -932.059 2208.66 -928.342 2205.59 -925.314C2203.53 -928.162 2200.79 -928.239 2198.6 -926.662L2195.05 -928.578L2217.04 -946.017L2236.78 -941.067C2232.34 -939.115 2227.45 -934.807 2226.4 -929.11L2220.74 -930.534L2220.77 -930.484ZM1098.73 -291.402L1106.2 -300.634C1101.36 -298.775 1097.77 -301.423 1101.01 -307.594C1102.85 -308.402 1105.22 -310.233 1107.23 -309.009C1107.55 -308.173 1107.39 -307.317 1106.66 -306.721C1108.27 -306.692 1109.32 -306.111 1109.81 -305.108L1112.44 -308.408L1099.57 -376.728L1089.53 -384.927L1067.53 -371.139L1098.78 -291.433L1098.73 -291.402ZM1083.84 -351.278C1088.55 -354.228 1087.64 -351.933 1091.03 -350.265C1092.99 -343.282 1081.22 -344.116 1083.84 -351.278ZM2211.66 -927.187C2211.66 -927.187 2211.98 -927.454 2212.08 -927.727C2212.14 -927.628 2212.21 -927.529 2212.27 -927.43L2211.61 -927.156L2211.66 -927.187ZM2195.93 -972.113C2195.93 -972.113 2195.71 -972.119 2195.55 -972.156L2199.72 -977.392C2200.2 -977.07 2200.66 -976.668 2201.07 -976.235C2203.67 -976.827 2205.48 -978.999 2206.46 -981.615L2210.73 -959.173C2208.94 -959.499 2207.06 -960.184 2205 -961.378C2202.96 -958.239 2199.99 -957.479 2197.73 -955.028C2202.52 -955.201 2203.08 -949.686 2206.64 -948.743L2194.65 -938.259L2189.66 -964.599L2190.03 -965.108C2190.03 -965.108 2190.31 -965.003 2190.42 -964.935C2192.1 -967.645 2197.05 -968.123 2195.93 -972.113ZM2399.73 -1076.8L2400.66 -1071.8C2400.66 -1071.8 2400.66 -1071.8 2400.61 -1071.77L2393.29 -1065.38C2390.83 -1066.67 2389.26 -1069.28 2389.15 -1072.87C2392.64 -1072.7 2396.77 -1070.95 2398.78 -1074.9C2399.39 -1075.69 2399.62 -1076.32 2399.67 -1076.9L2399.73 -1076.8ZM151.8 297.618L148.213 288.481C146.478 289.568 145.19 290.375 144.349 291.455C144.528 291.411 144.72 291.498 145.161 291.981L144.121 292.633C144.121 292.633 144.12 292.081 144.126 291.87C143.396 293.018 143.125 294.568 143.233 297.053C139.838 298.353 136.623 294.434 134.711 292.044C137.082 289.109 134.518 286.231 132.619 283.971C131.191 282.244 125.995 270.32 122.841 275.747L126.833 296.982C129.478 295.807 134.948 293.413 133.868 297.195C133.467 298.758 133.097 299.818 132.285 300.396L141.391 300.83C141.471 300.297 141.582 299.813 141.557 299.553C143.372 298.484 145.081 297.137 147.152 298.461C147.246 298.609 147.308 298.708 147.32 298.839C148.677 298.471 150.251 297.899 151.67 297.631L151.8 297.618ZM132.627 285.415L131.586 286.067L130.903 284.977L131.944 284.325L132.627 285.415ZM112.389 269.532C112.389 269.532 112.687 269.346 112.866 269.302L113.403 272.14C112.745 271.862 112.397 270.976 112.389 269.532ZM144.116 283.596C143.537 286.857 140.163 284.556 138.637 283.442C137.303 282.415 138.206 280.883 139.141 279.952C140.676 278.438 143.712 282.401 144.147 283.646L144.116 283.596ZM2383.23 -1059.63C2383.94 -1059.38 2384.71 -1059.25 2385.59 -1059.18C2385.24 -1058.41 2384.86 -1057.69 2384.57 -1056.95L2383.89 -1056.39L2383.28 -1059.66L2383.23 -1059.63ZM117.214 292.315L115.137 281.404C114.566 280.933 114.064 280.351 113.164 280.018C110.978 281.043 109.056 280.73 107.368 279.028C107.426 280.992 106.821 282.89 105.769 284.515C99.3016 282.013 101.4 289.876 95.0836 289.487C95.213 288.923 95.3921 288.328 95.6022 287.782C94.7546 289.072 93.4419 290.171 91.9489 290.762L96.2636 301.72C96.2636 301.72 96.3376 301.398 96.3746 301.236C99.6157 300.792 102.19 302.146 103.204 305.306C102.549 307.234 100.97 308.569 99.1857 309.135L107.48 330.296L115.55 320.269C113.105 318.351 111.974 315.334 114.635 311.872C115.712 310.508 118.079 309.99 120.571 310.222L119.853 306.325C119.853 306.325 119.748 306.598 119.773 306.858C119.671 309.889 118.227 309.345 116.058 310.29C112.05 312.043 115.463 304.936 115.162 302.364C112.444 299.238 108.158 302.2 104.569 301.759C103.766 299.157 104.485 298.431 102.74 295.867C101.728 294.362 101.534 293.173 103.622 292.761C105.76 292.318 106.589 291.108 106.227 288.989C107.993 288.503 116.057 288.486 115.155 291.122C114.852 292.07 114.215 292.815 113.832 293.745C113.362 294.867 113.877 295.028 114.546 294.884C114.428 294.476 114.309 294.067 114.29 293.596C115.181 292.485 116.278 292.143 117.264 292.284L117.214 292.315ZM107.882 320.038C109.958 319.496 111.577 320.206 112.924 322.467L112.863 322.919C109.927 324.07 108.363 323.117 107.882 320.038ZM106.531 315.019C106.409 316.476 105.065 316.974 103.869 317.378C103.898 315.773 104.976 314.959 106.531 315.019ZM164.607 217.414L167.87 234.621C171.879 233.971 179.783 235.021 179.985 237.654C180.079 238.906 179.255 239.353 178.176 239.064C176.161 238.601 174.277 238.678 172.301 239.158L171.658 240.665C172.706 240.905 173.544 242.243 172.492 243.317L170.298 243.45L170.165 241.256C170.4 240.97 170.648 240.815 170.908 240.79C170.232 240.593 169.6 240.575 169.074 240.836L172.417 258.613C173.657 258.388 173.295 256.821 173.852 256.057C176.565 254.771 177.49 255.365 176.03 258.211C177.744 260.725 182.661 257.23 183.936 255.74C185.879 258.18 190.073 256.172 191.961 254.782C192.193 251.187 187.226 249.538 184.357 250.026C181.847 250.425 180.978 254.213 176.109 251.952C173.446 248.032 181.619 251.603 181.803 244.519C184.318 243.357 188.145 245.719 189.864 247.471C190.186 247.545 190.546 247.458 190.905 247.37L175.498 208.035C174.575 207.993 174.34 208.278 174.397 209.691C174.48 211.916 173.534 213.82 171.838 215.297C170.06 215.653 168.311 215.507 166.557 215.019C166.168 216.712 165.45 217.438 164.669 217.513L164.607 217.414ZM175.519 245.835C176.157 245.091 176.956 244.935 177.447 245.938C177.011 248.765 176.235 248.078 175.519 245.835ZM22.7572 396.507C21.4696 397.866 19.2816 397.788 18.0468 396.699L17.8612 396.953L20.163 409.104C20.4108 408.949 20.7081 408.763 21.2101 408.793L21.8946 410.986L20.5621 411.062L21.7533 417.147C21.7533 417.147 22.1127 417.06 22.2739 417.097C21.7619 419.143 22.2594 420.487 23.6434 422.034C23.3025 422.041 22.9802 421.967 22.6393 421.974L22.9075 423.393L40.1572 408.303L34.1252 376.547L19.6561 394.862L22.1665 395.014L22.8193 396.606L22.7572 396.507ZM33.8844 408.094C35.0386 409.165 34.3145 410.102 32.8948 409.819C32.8321 409.168 33.3705 408.486 33.8844 408.094ZM29.0657 400.626L24.6784 401.444C23.7634 398.222 29.1363 397.546 29.0657 400.626ZM70.4334 407.061C69.938 407.371 69.3309 407.614 68.8043 407.875C67.3787 407.802 66.3923 407.109 65.5916 406.162L67.4315 405.354L70.452 406.98L70.4334 407.061ZM58.9652 436.329C59.7917 438.088 60.5686 439.878 61.0172 441.805L52.2143 445.598C51.1209 443.523 49.4085 442.112 46.8056 442.363C46.472 443.263 46.0082 444.174 45.594 445.055L40.2726 442.18C40.3571 440.333 40.5592 438.343 40.3029 436.503L42.2854 435.812L42.119 436.537C45.5589 436.521 49.2624 434.061 52.5484 434.9C52.5174 434.85 52.4553 434.751 52.4242 434.702L58.9962 436.379L58.9652 436.329ZM2366.4 -1164.66C2366.27 -1161.34 2360.36 -1161.08 2362.24 -1155.77C2357.36 -1154.65 2353.32 -1153.71 2348.93 -1153.99L2344.05 -1166.52C2344.77 -1166.7 2345.44 -1167.05 2346.09 -1167.67C2349.47 -1166.68 2346.78 -1163.48 2350.16 -1162.49C2352.75 -1165.42 2355.1 -1163.1 2358.12 -1160.92C2360.44 -1163.27 2362.33 -1166.87 2366.35 -1164.63L2366.4 -1164.66ZM3.48143 468.482L-1.50836 468.229C-1.53481 466.865 -2.14988 465.664 -1.85393 464.374L-13.1917 468.306L2.00368 476.585L7.17644 474.378C5.83139 474.324 5.54398 472.434 7.02512 472.265L7.63492 474.228L17.9494 469.765C17.7935 468.965 17.6375 468.166 17.3825 467.429L1.40498 463.298C3.02354 464.008 3.8322 466.399 3.54353 468.581L3.48143 468.482ZM10.5627 465.907C13.4008 465.37 14.0272 470.774 10.2265 469.775L10.5627 465.907ZM77.9435 400.214C76.8528 400.346 76.1148 400.05 75.581 399.418L70.6025 403.366L74.3735 405.419C75.0612 405.195 75.7674 404.89 76.4862 404.716C76.8965 405.701 77.4554 406.593 78.1134 407.422L78.8639 407.849L92.8157 402.692C90.8636 402.881 88.7495 402.481 86.8832 401.926C86.4564 397.501 92.12 396.297 95.005 398.698C95.013 400.142 94.0478 401.575 93.0945 402.587L96.2913 401.411L115.22 406.177C116.329 405.965 117.339 405.815 117.276 405.164C117.119 402.71 115.252 401.603 112.369 400.857C112.598 395.607 104.363 397.663 108.894 392.339C108.707 391.491 108.358 390.605 107.862 389.812L92.5724 386.008L85.8353 391.335C87.9064 392.107 90.1011 392.526 92.3135 392.312L92.9934 395.819L90.5385 395.426C88.6008 397.399 81.9819 397.959 79.8599 396.115L77.6864 397.822C78.3319 398.522 78.612 399.519 77.925 400.295L77.9435 400.214ZM105.047 399.305L108.312 398.569C109.034 400.601 105.142 401.108 105.047 399.305ZM34.6463 366.699L42.2382 406.999L48.0491 404.599L44.9131 404.77C45.2077 402.377 46.6624 400.845 49.1166 400.687L49.7403 403.884L63.8091 398.033L57.939 366.866L34.5967 366.73L34.6463 366.699ZM52.8556 386.613L52.6409 383.297L54.3143 383.214C54.7622 384.59 54.7834 386.715 52.8556 386.613ZM44.0494 387.647L45.7736 388.636C45.2683 391.023 44.1988 393.281 41.652 393.842C42.2756 391.864 42.117 388.858 44.0989 387.616L44.0494 387.647ZM137.733 274.624C136.766 273.851 136.479 272.512 135.177 272.087C135.966 268.832 138.055 268.971 140.484 268.553L142.648 274.097C140.974 274.18 139.363 274.362 137.702 274.575L137.733 274.624ZM2420.86 -1102.54C2420.86 -1102.54 2420.38 -1102.65 2420.08 -1102.8C2420.31 -1103.43 2420.43 -1104 2420.51 -1104.53L2420.91 -1102.57L2420.86 -1102.54ZM2380.23 -1084.46C2383.32 -1082.94 2384.05 -1080.57 2383.33 -1077.64C2382.14 -1077.78 2381.02 -1077.7 2379.8 -1077.77L2378.87 -1082.77L2380.23 -1084.46ZM2453.36 -1137.12C2450.69 -1139.18 2447.22 -1137.9 2443.72 -1137.43L2442.74 -1142.61L2455.62 -1142.54C2455.16 -1140.87 2454.49 -1139.07 2453.41 -1137.15L2453.36 -1137.12ZM2407.64 -1119.78C2407.9 -1122.22 2409.77 -1125.74 2412.36 -1123.71C2412.66 -1122.79 2412.33 -1121 2411.63 -1119.59L2407.64 -1119.78ZM2334.68 -1037C2336.41 -1036.22 2338.47 -1035.58 2341.41 -1034.31C2343.44 -1038 2346.74 -1038.14 2349.96 -1038.5L2342.84 -1032.25C2341.47 -1032.01 2340.18 -1031.54 2339.32 -1029.83C2339.41 -1029.68 2339.4 -1029.47 2339.45 -1029.29L2336.59 -1026.81L2334.68 -1037ZM2333.48 -1043.22L2332.16 -1050.05C2332.16 -1050.05 2332.41 -1050.21 2332.56 -1050.3C2334.76 -1047.88 2340.95 -1046.93 2338.91 -1043.03C2337.73 -1041.39 2335.56 -1042.31 2333.48 -1043.22ZM2490.12 -1172.17L2500.38 -1172.11C2500.38 -1172.11 2500.66 -1171.66 2500.76 -1171.38C2497.4 -1165.62 2499.91 -1164.16 2498.91 -1158.15C2494.35 -1158.6 2492.38 -1161.09 2491.38 -1164.33L2490.42 -1169.39C2490.3 -1170.35 2490.21 -1171.26 2490.09 -1172.22L2490.12 -1172.17ZM2325.34 -1074.27C2325.31 -1071.56 2326.44 -1067.44 2325.09 -1064.87L2315.51 -1089.29C2318.58 -1092.32 2322.61 -1090.29 2325.84 -1089.21C2325.32 -1094 2329.35 -1093.07 2331.81 -1095.1C2334.56 -1094.13 2333.44 -1089.97 2336.3 -1093.01C2336.07 -1103.28 2333.94 -1112.85 2328.94 -1121.38C2330 -1122.87 2330.79 -1124.26 2331.39 -1125.61L2339.2 -1084.2C2338.16 -1081.89 2336.75 -1079.63 2334.53 -1077.55C2335.22 -1076.67 2336.18 -1075.13 2337.29 -1073.69L2333.61 -1069.1C2332.86 -1072.29 2332.36 -1075.5 2331.84 -1078.76C2329.14 -1078.66 2327.23 -1076.42 2325.37 -1074.22L2325.34 -1074.27ZM2402.13 -1127.37C2403.74 -1129.76 2405.87 -1130.54 2408.65 -1129.73C2409.98 -1126.29 2403.68 -1123.02 2402.13 -1127.37ZM2480.48 -1220.91L2480.45 -1220.96C2482.57 -1227.61 2486.6 -1233.17 2490.67 -1238.13L2492.02 -1234.77C2487.73 -1233.25 2486.45 -1225.48 2484.85 -1221.1C2483.09 -1221.93 2482.56 -1219.25 2480.53 -1220.95L2480.48 -1220.91ZM2351.04 -1080.72C2353.33 -1078.15 2351.22 -1073.93 2350.65 -1070.33L2348.73 -1080.65C2349.48 -1080.78 2350.21 -1080.82 2351.07 -1080.67L2351.04 -1080.72ZM2473.19 -1212.41C2467.74 -1211.96 2465.45 -1218.25 2461.94 -1220.88C2464.23 -1224.05 2467.67 -1224.06 2470.14 -1226.85C2470.82 -1229.07 2467.87 -1229.92 2469.52 -1232.47L2473.09 -1213.66C2473.08 -1213.24 2473.1 -1212.77 2473.19 -1212.41ZM2461.93 -1142.49L2464.85 -1142.46C2464.54 -1141.85 2464.2 -1141.3 2463.69 -1140.9C2462.53 -1141.21 2462.11 -1141.78 2461.92 -1142.41L2461.93 -1142.49ZM2418.76 -1046.99C2418.76 -1046.99 2418.37 -1046.74 2418.17 -1046.61L2413.8 -1047.74C2415.41 -1049.58 2417.18 -1051.38 2419.5 -1053.18C2422.68 -1050.75 2424.64 -1047.84 2425.84 -1044.73L2419.86 -1046.22C2419.54 -1046.51 2419.23 -1046.79 2418.76 -1046.99ZM2526.47 -1015.2C2526.05 -1017.07 2525.24 -1020.02 2528.04 -1020.94C2530.45 -1019.63 2531.09 -1017.61 2529.52 -1014.84C2528.37 -1015.35 2527.74 -1014.27 2526.42 -1015.17L2526.47 -1015.2ZM2591.12 -1008.73L2589.01 -1010.99C2589.87 -1011.05 2590.71 -1011.02 2591.68 -1010.8C2591.33 -1010.03 2591.13 -1009.36 2591.12 -1008.73ZM2451.16 -955.99C2451.56 -955.897 2451.98 -955.885 2452.37 -955.923L2456.87 -952.601C2456.73 -951.064 2456.06 -949.606 2454.48 -949.034C2451.08 -950.492 2450.52 -953.038 2451.24 -955.971L2451.16 -955.99ZM2508.48 -978.941C2504.93 -980.306 2502.37 -982.293 2500.89 -984.541L2508.48 -978.941ZM2631.38 -1081.57L2647.9 -1069.3C2648.94 -1066.43 2649.76 -1063.36 2648.36 -1060.2C2637.12 -1060.19 2629.94 -1070.87 2631.38 -1081.57ZM2675.68 -1059.45L2675.17 -1059.82C2673.63 -1061.06 2672.98 -1063.21 2674.56 -1065.3C2678.43 -1066.62 2682.6 -1063.93 2679.15 -1058.86C2677.97 -1058.54 2676.68 -1058.84 2675.68 -1059.45ZM2591.34 -1037.99C2594.12 -1037.73 2597.26 -1043.08 2599.21 -1038.64C2593.23 -1036.62 2583.72 -1028.79 2580.33 -1037.71C2582.83 -1041 2585.32 -1044.29 2588.95 -1044.56C2590.78 -1042.74 2587.58 -1039.15 2591.31 -1038.04L2591.34 -1037.99ZM2630.22 -1112.04C2629.25 -1109.08 2627.59 -1107.21 2625.88 -1105.66L2629.18 -1113.38C2629.63 -1112.98 2630.04 -1112.55 2630.22 -1112.04ZM2564.78 -1046.11C2560.33 -1046.84 2560.61 -1051.23 2554.88 -1052.88C2553.86 -1052.65 2553.11 -1051.63 2552.4 -1050.57L2546.51 -1056.88C2546.86 -1058.75 2547.96 -1060.41 2550.21 -1061.54C2549.11 -1062.65 2548.59 -1063.91 2547.49 -1065.01C2547.91 -1065.55 2548.34 -1065.96 2548.81 -1066.32L2555.39 -1067.82C2558.88 -1065.88 2559.15 -1062.8 2563.03 -1061.02C2565.27 -1060.98 2567.08 -1062.04 2568.79 -1063.39L2574.08 -1059.46C2574.08 -1059.46 2574.08 -1059.25 2574.01 -1059.14C2566.58 -1060.42 2564.32 -1052.03 2564.7 -1046.13L2564.78 -1046.11ZM2641.17 -1113.52C2639.92 -1113.97 2639.1 -1114.84 2638.79 -1116.1L2641.17 -1113.52ZM2482.21 -978.349C2482.85 -979.645 2480.6 -983.553 2483.42 -983.247C2483.12 -981.195 2487.8 -980.885 2485.31 -978.018C2484.16 -978.537 2483.53 -977.452 2482.21 -978.349ZM2517.3 -997.788C2516.24 -992.643 2516.85 -988.262 2515.51 -984.454L2500.86 -995.281C2503.49 -999.003 2509.19 -1000.92 2517.33 -997.739L2517.3 -997.788ZM2503.05 -1004.45C2501.64 -1005.37 2501.96 -1007.84 2501.98 -1011.44C2505.26 -1012.81 2505.35 -1015.42 2506.05 -1017.72L2511.53 -1011.84C2508.49 -1007.66 2507.81 -1001.36 2503.05 -1004.45ZM2447.3 -970.407L2443.45 -973.24C2444.74 -977.568 2445.74 -981.92 2446.85 -986.204C2453.93 -989.12 2464.81 -980.557 2455.93 -975.469C2452.16 -976.419 2452.85 -980.926 2449.21 -979.681C2449.51 -976.899 2448.56 -973.681 2447.3 -970.407ZM2310.31 -942.992C2314.89 -943.172 2318.03 -947.415 2321.66 -950.314C2319.64 -953.535 2313.6 -950.508 2312.31 -955.768C2314.08 -957.568 2316.83 -961.774 2317.55 -965.128L2318.23 -965.693L2331.22 -956.097C2332.46 -949.492 2335.11 -942.944 2340.62 -940.324L2338.02 -934.897C2335.8 -935.576 2333.8 -936.46 2332.2 -937.803C2332.52 -934.208 2332.46 -930.446 2332.32 -926.703L2310.39 -942.974L2310.31 -942.992ZM2620.82 -1111.52L2616.9 -1103.34L2611.5 -1107.34C2614.8 -1108.24 2617.91 -1109.56 2620.82 -1111.52ZM2232.99 -871.138C2233.58 -871.511 2234.22 -871.704 2235.01 -871.438C2235.73 -870.51 2236.14 -869.525 2236.53 -868.459L2232.94 -871.107L2232.99 -871.138ZM1167.39 -239.897L1184.91 -255.433L1210.4 -236.563L1200.35 -215.496L1167.39 -239.897ZM2243.92 -876.607L2249.21 -887.652L2247.25 -889.118C2246.91 -886.905 2244.42 -885.272 2242.06 -886.62C2241.52 -888.355 2242.88 -890.377 2244.74 -890.925L2223.67 -906.49L2207.86 -892.512C2208.57 -891.713 2209.29 -890.995 2210.25 -890.563C2209.82 -889.942 2209.31 -889.421 2208.83 -888.981L2228.92 -874.108C2228.82 -875.911 2229.09 -877.802 2230.34 -880.103C2235.56 -882.893 2239.24 -879.334 2243.87 -876.576L2243.92 -876.607ZM2235.84 -889.487C2232.83 -889.118 2228.13 -893.208 2225.61 -895.355C2227.64 -898.494 2231.05 -898.009 2234.31 -897.772C2233.9 -894.685 2237.32 -892.966 2235.84 -889.487ZM2663.62 -1048.85C2660.27 -1045.17 2652.34 -1048.13 2656.44 -1054.36C2659.57 -1055.42 2665.95 -1053.49 2663.62 -1048.85ZM2464.04 -967.373C2458.26 -965.686 2457.69 -974.3 2461.59 -976.121C2464.45 -973.981 2466.7 -971.598 2464.04 -967.373ZM2481.96 -944.726L2478.48 -947.306C2478.57 -950.467 2480.23 -954.962 2482.74 -956.465C2486.69 -954.456 2484.8 -947.68 2481.96 -944.726ZM2451.97 -966.917L2450.27 -968.198C2450.27 -968.198 2450.32 -968.229 2450.34 -968.31C2450.91 -968.05 2451.52 -967.741 2452.1 -967.482C2452.01 -967.289 2452.01 -967.079 2451.97 -966.917ZM2686.79 -1066.49L2682.54 -1071.07C2682.72 -1071.45 2682.89 -1071.84 2683.06 -1072.22C2684.52 -1075.07 2688.7 -1070.37 2689.59 -1074.58C2688.71 -1075 2688.84 -1075.77 2688.24 -1076.29C2685.21 -1077.16 2683.09 -1075.48 2679.9 -1076.93C2680.32 -1080.78 2682.29 -1084.02 2684.48 -1086.7C2696.8 -1084.21 2694.39 -1065.38 2686.83 -1066.44L2686.79 -1066.49ZM2560.53 -1004.67C2560.53 -1004.67 2560.69 -1004.63 2560.79 -1004.69L2566.34 -1000.58C2565.64 -999.935 2564.78 -999.326 2564.19 -998.613C2561.7 -1000.16 2560.51 -1002.17 2560.48 -1004.64L2560.53 -1004.67ZM2554.42 -986.898C2557.94 -987.659 2561.3 -983.412 2559.89 -980.045C2556.36 -979.284 2553.49 -983.761 2554.42 -986.898ZM2539.04 -984.232C2539.04 -984.232 2539.04 -984.232 2539.09 -984.263C2543.61 -983.438 2548.58 -981.238 2552.33 -982.415C2550.67 -978.681 2549.94 -975.327 2550.36 -972.006L2539.04 -984.232ZM2446.35 -1064.41C2446.35 -1064.41 2446.35 -1064.41 2446.4 -1064.44L2451.53 -1061.66C2450.39 -1058.95 2448.52 -1058.19 2446.04 -1059.18C2446.46 -1061.04 2445.18 -1062.3 2446.32 -1064.46L2446.35 -1064.41ZM2653.93 -1207.22C2651.43 -1199.1 2646.26 -1198.54 2640.51 -1199.35C2641.69 -1202.31 2641.71 -1207.56 2643.73 -1211.72L2652.15 -1209.62C2652.73 -1208.81 2653.36 -1208.03 2653.93 -1207.22ZM2413.23 -1067.81C2412.87 -1066.96 2412.55 -1066.14 2412.19 -1065.29L2409.22 -1066.06L2413.28 -1067.84L2413.23 -1067.81ZM2520.22 -1048.4C2519.13 -1053.45 2525.28 -1052.54 2527.02 -1056.05C2524.38 -1059.5 2516.37 -1061.04 2514.89 -1064.94C2516.37 -1068.42 2519.12 -1068.21 2520.87 -1070.82C2523.3 -1069.24 2525.98 -1068.5 2528.64 -1067.89L2532.37 -1065.13L2525.09 -1049.87C2523.71 -1048.66 2522.17 -1048.04 2520.22 -1048.4ZM2473.31 -1102.98L2475.43 -1103.89L2475.7 -1103.79C2475.02 -1103.22 2474.22 -1102.86 2473.31 -1102.98ZM2613.95 -1191.19C2613.95 -1191.19 2613.91 -1191.24 2613.93 -1191.32L2617.14 -1192.71L2619.77 -1191.26C2618.19 -1190.26 2616.31 -1190.06 2613.95 -1191.19ZM2411.05 -1062.92C2410.28 -1061.4 2409.38 -1060.08 2408.26 -1059.45C2407.08 -1060.02 2405.89 -1060.59 2404.74 -1061.1C2404.72 -1061.79 2404.81 -1062.53 2405.03 -1063.29L2406.12 -1064.18L2411.1 -1062.95L2411.05 -1062.92ZM-20.2328 468.303C-22.4181 470.432 -24.8393 472.294 -27.4343 473.99C-30.0947 472.828 -32.7709 473.953 -34.0763 475.945L-26.4255 477.912L-11.9094 472.885L-20.2823 468.334L-20.2328 468.303ZM-15.9148 471.669C-15.4345 474.197 -19.4333 473.322 -20.7718 473.609C-20.9171 471.285 -17.3154 471.857 -15.9148 471.669ZM2595.68 -1149.11L2588.89 -1143.75C2587.82 -1146.67 2587.54 -1150.08 2586.42 -1153.31L2587.3 -1153.66L2595.68 -1149.11ZM2353.16 -1013.46C2352.34 -1011.91 2351.37 -1010.82 2350.29 -1010.01L2347.5 -1011.5L2353.16 -1013.46ZM2362.4 -1036.71C2362.4 -1036.71 2362.4 -1036.5 2362.41 -1036.37L2361.98 -1036.51L2362.42 -1036.79L2362.4 -1036.71ZM2496.05 -1096.53C2496.05 -1096.53 2496.05 -1096.53 2495.97 -1096.55L2491.6 -1098.91C2491.12 -1099.45 2490.8 -1100.07 2490.56 -1100.68L2502.35 -1104.76C2501.82 -1101.32 2499.83 -1098 2496.09 -1096.48L2496.05 -1096.53ZM2490.21 -1102.67C2490.09 -1106.05 2491.91 -1110.08 2492.07 -1113.57C2498.35 -1117.43 2502.29 -1112.79 2502.46 -1107.24L2490.18 -1102.72L2490.21 -1102.67ZM2635.52 -1192.78C2635.8 -1193.99 2636.38 -1195.25 2637.12 -1196.61C2638.95 -1196.45 2641.7 -1196.79 2643.41 -1195.72L2635.52 -1192.78ZM2626.48 -1199.6C2625.13 -1197.58 2623.8 -1195.3 2622.33 -1193.55L2620.23 -1194.72L2626.45 -1199.65L2626.48 -1199.6ZM2454.5 -1074.97C2454.35 -1074.33 2454.12 -1073.7 2453.69 -1072.95C2452.96 -1073.25 2452.32 -1073.61 2451.78 -1074.03L2454.5 -1074.97ZM2357.23 -1006.21C2356.37 -1008.78 2355.54 -1011.43 2353.38 -1013.46L2360.85 -1016.07C2360.62 -1014.34 2360.62 -1012.68 2363.44 -1012.04C2362.36 -1009.36 2357.91 -1006.99 2360.99 -1004.5C2362.4 -1004.56 2363.53 -1004.3 2364.56 -1003.98L2362.77 -1003.2L2357.2 -1006.26L2357.23 -1006.21ZM2353.64 -996.301C2353.94 -996.698 2354.29 -997.126 2354.6 -997.734C2354.7 -997.585 2354.89 -997.499 2355.03 -997.381L2353.64 -996.301ZM2282.91 -967.22C2281.85 -968.353 2281.38 -969.778 2281.16 -971.228L2286.57 -969.859C2285.8 -969.102 2285.03 -968.345 2284.25 -967.718C2285.81 -963.797 2285.42 -959.135 2286.95 -955.264L2276.21 -957.983C2276.39 -963.964 2278.67 -965.182 2282.93 -967.301L2282.91 -967.22ZM2560.67 -1077.56L2559.34 -1077.27C2556.48 -1077.96 2554.74 -1080.53 2552.92 -1083.32L2560.67 -1077.56ZM2306.27 -966.613L2298.34 -960.33C2295.01 -960.797 2292.13 -962.305 2291.71 -965.286C2293.8 -969.769 2297.77 -968.944 2299.86 -973.428C2299.67 -973.725 2299.49 -974.022 2299.25 -974.289L2304.07 -976.068L2312.44 -971.517L2310.1 -969.636C2308.41 -969.473 2306.82 -968.82 2305.77 -967.405C2305.88 -967.127 2306.12 -966.86 2306.27 -966.613ZM2438.15 -1076.94C2438.17 -1075.92 2437.63 -1074.68 2436.87 -1073.37L2433.62 -1075.14C2434.64 -1076.6 2435.99 -1077.52 2438.12 -1076.99L2438.15 -1076.94ZM2436.49 -1057.13C2434.42 -1057.35 2432.63 -1058.23 2431.04 -1059.44L2436.74 -1061.57C2436.8 -1060.16 2437.47 -1058.98 2436.46 -1057.18L2436.49 -1057.13ZM2339.6 -1015.72C2343.34 -1018.9 2348.19 -1020.63 2352.3 -1016.16C2354.65 -1017.15 2356.42 -1019.71 2358.77 -1020.7C2360.23 -1020.24 2360.76 -1019.4 2360.88 -1018.44L2345.18 -1012.66L2339.63 -1015.68L2339.6 -1015.72ZM2350.73 -1024.5C2349.61 -1024.97 2348.92 -1025.63 2348.45 -1026.38L2358.82 -1034.6L2362.16 -1033.8C2362.13 -1033.29 2362.07 -1032.84 2361.94 -1032.28C2362.47 -1029.78 2369.24 -1029.54 2366.53 -1025.84C2363.41 -1022.44 2362.09 -1026.09 2357.69 -1027.82C2355.06 -1027.62 2354.2 -1022.6 2350.75 -1024.58L2350.73 -1024.5ZM2374.07 -1033.4C2373.96 -1036.22 2374.38 -1038.42 2377.54 -1040.19C2377.09 -1041.02 2376.52 -1041.83 2376.12 -1042.68L2380.96 -1044.75L2386.31 -1041.83C2386.67 -1039.5 2386.95 -1037.19 2385.55 -1034.24C2382.44 -1036.02 2380.78 -1033.81 2378.95 -1032.11L2374.02 -1033.37L2374.07 -1033.4ZM2424.61 -1071.35C2428.37 -1070.74 2426.12 -1067.95 2429.14 -1067.09C2430.48 -1067.92 2431.24 -1070.13 2432.11 -1072.26L2435.13 -1070.63C2433.13 -1067.44 2431.45 -1064.39 2434.66 -1063.02L2429.17 -1061.1C2426.45 -1064.02 2424.82 -1068.04 2424.66 -1071.38L2424.61 -1071.35ZM2452.57 -1077.83C2453.08 -1077.67 2453.45 -1077.42 2453.76 -1077.13L2450.75 -1076C2451.24 -1076.86 2451.87 -1077.4 2452.55 -1077.75L2452.57 -1077.83ZM660.459 60.8524C660.378 60.2823 660.395 59.6501 660.494 59.0364C663.09 57.8926 666.216 54.6222 668.519 58.0775C668.359 59.1437 668.05 59.7515 667.586 60.1116L675.305 56.7918C675.118 56.4945 675.062 56.1847 674.944 55.7758L676.072 55.483L676.679 55.7921C676.679 55.7921 676.624 56.0339 676.618 56.2446L681.939 53.9444L662.161 48.814L647.645 53.8411L660.509 60.8213L660.459 60.8524ZM671.052 55.7314C672.154 55.1783 673.065 55.0903 672.422 56.5972C671.217 59.6296 671.041 57.2561 671.052 55.7314ZM712.066 -147.932L722.104 -139.733L735.023 -71.4449L721.321 -54.4386L690.067 -134.144L712.016 -147.901L712.066 -147.932ZM1003.17 -231.368L974.111 -305.479C974.111 -305.479 974.049 -305.579 974.018 -305.628L972.022 -310.794L963.599 -305.515L977.391 -232.53L1003.2 -231.318L1003.17 -231.368ZM980.954 -248.977C985.864 -253.366 985.917 -250.639 989.713 -248.326C991.995 -246.996 992.865 -245.609 990.394 -243.715C989.984 -239.525 980.487 -240.473 980.935 -248.897L980.954 -248.977ZM157.948 429.976C160.221 429.309 160.774 430.412 161.092 431.8C160.385 431.001 159.349 430.339 157.948 429.976ZM183.049 183.637C183.168 184.597 183.777 185.458 184.873 185.116L184.337 182.829L192.661 177.612L202.7 185.811L204.178 193.785C201.859 192.617 198.591 191.146 198.56 191.097C197.736 191.544 189.36 194.586 188.969 194.624C187.963 192.908 188.227 191.018 189.614 189.597C189.421 188.958 188.658 188.402 188.1 188.061C185.267 187.836 182.551 186.916 180.126 185.469L183.049 183.637ZM514.374 111.081L514.193 110.021C515.878 108.965 517.724 107.946 519.726 107.727C519.077 104.269 515.98 101.311 512.871 102.846L506.801 70.6997L530.143 70.8361L536.014 102.003L514.393 111L514.374 111.081ZM615.135 78.4955L634.913 83.6258L615.845 91.8508L603.59 85.1796C603.59 85.1796 603.627 85.0184 603.664 84.8572L603.056 84.5482L602.597 84.6975L600.631 83.6527L615.148 78.6256L615.135 78.4955ZM170.857 295.541C169.953 296.522 169.061 297.081 168.144 297.379L159.598 308.187L164.582 334.527L164.681 334.465C164.498 332.302 164.638 330.214 165.33 328.124C166.972 327.44 168.626 326.886 170.901 326.772C170.914 327.453 171.026 328.073 171.12 328.773L181.782 319.469L178.944 304.48C177.079 305.028 175.35 305.353 173.886 304.89C172.713 303.348 170.346 303.865 171.385 301.559C172.782 298.613 172.289 295.955 170.855 293.886L170.434 294.426C170.521 294.786 170.639 295.194 170.807 295.572L170.857 295.541ZM166.608 319.043L170.945 317.704L170.559 321.052L166.559 319.074L166.608 319.043ZM208.12 167.923L217.577 218.026C219.803 218.494 222.383 219.637 223.623 220.515C222.963 223.206 220.609 223.854 218.507 223.032L221.863 240.939L247.673 242.151L237.353 215.775C235.728 215.275 234.214 213.74 233.684 211.243C234.26 210.951 234.799 210.82 235.388 210.658L217.936 166.187C216.918 165.445 216.037 164.479 215.354 163.389L208.12 167.923ZM214.017 169.954C215.85 168.805 218.83 167.283 218.239 170.965C216.674 173.533 213.179 173.792 214.017 169.954ZM126.113 378.304L143.541 371.866L151.564 373.876C152.294 373.28 152.994 372.634 153.756 372.088C153.91 371.232 153.84 370.241 152.469 369.375C154.246 362.189 144.737 361.111 141.199 367.468C141.047 364.804 140.049 364.532 138.07 363.357C136.284 362.269 135.897 360.441 136.769 358.859L118.317 373.461C118.751 373.603 119.247 373.844 119.718 374.376C120.622 373.396 121.805 372.31 123.112 371.973C126.424 373.624 122.818 374.918 120.935 375.546L126.095 378.384L126.113 378.304ZM124.06 371.724C123.954 370.894 124.418 369.982 125.049 369.448C126.141 370.42 125.467 371.877 124.06 371.724ZM157.29 429.698C157.29 429.698 156.416 429.624 155.995 429.612C156.261 429.377 156.651 429.339 157.29 429.698ZM155.288 393.691L152.856 391.903L157.93 389.758C158.085 390.006 158.24 390.254 158.253 390.384C160.639 390.337 164.061 390.952 166.07 391.625C166.586 392.889 167.084 394.785 168.918 394.187C171.797 396.799 176.757 392.38 176.908 389.318C174.551 388.311 172.171 387.595 169.653 387.102C169.43 386.415 169.336 385.715 169.211 384.965L173.956 382.957L183.46 389.972C182.66 389.577 179.867 391.396 179.173 391.831C180.812 393.564 182.368 393.624 183.406 391.317C183.752 390.548 183.714 390.158 183.491 390.022L199.906 402.228L174.389 407.871L158.545 396.135C158.628 393.185 156.936 393.348 155.238 393.722L155.288 393.691ZM232.079 288.289L231.144 288.669L230.963 287.609C231.329 287.863 231.695 288.116 232.079 288.289ZM108.561 383.992C109.092 381.865 109.734 379.807 110.425 377.717L114.762 375.827L116.151 376.612L116.022 377.728L117.956 377.62L123.308 380.545C121.71 380.857 120.777 383.442 121.829 386.992L115.423 389.213C114.912 387.187 110.029 388.316 108.462 384.054L108.561 383.992ZM731.285 -20.5934L726.301 -46.9335L742.503 -67.4386L748.535 -35.683L731.285 -20.5934ZM663.163 62.1937C664.419 60.7851 665.765 60.8391 666.874 60.6269L663.163 62.1937ZM146.872 461.413L142.938 457.117C144.475 457.257 146.706 456.963 147.735 457.284C147.824 458.747 147.46 460.148 146.872 461.413ZM155.294 470.556C155.666 470.599 156.075 470.48 156.466 470.443C156.324 470.877 156.219 471.15 156.145 471.472L155.294 470.556ZM176.078 476.85C176.747 476.155 177.515 475.949 178.006 476.953C177.569 479.78 176.794 479.093 176.078 476.85ZM146.21 395.724L133.648 406.84C135.453 408.4 137.115 403.563 138.966 406.957C140.618 409.924 135.644 412.558 132.026 413.722L136.666 417.162C136.726 415.606 136.985 413.926 137.659 412.469C138.848 412.275 140.038 412.082 141.768 412.309C142.917 414.693 144.885 417.393 147.865 416.422C149.028 418.937 148.514 419.879 145.761 419.121C143.573 418.492 143.047 419.856 142.101 421.208L147.87 425.458C148.378 425.278 148.917 425.147 149.63 425.183L150.159 427.129L151.859 428.409C151.983 428.056 152.057 427.734 152.341 427.417C154.841 423.918 158.219 428.977 159.812 423.701C157.4 423.487 155.596 422.479 154.837 420.057C156.484 419.162 158.498 419.073 160.26 419.901C162.045 425.061 163.743 424.687 166.749 425.08L168.01 422.358C167.173 422.123 166.41 421.566 165.925 420.352C167.101 418.925 167.669 417.189 167.704 415.373C168.801 415.031 170.078 415.196 171.281 415.684L171.782 414.612L167.141 411.172C164.912 413.121 168.007 414.424 164.836 416.412C164.258 415.049 163.547 411.493 164.605 410.208C164.791 409.954 165.02 409.879 165.268 409.724L146.34 395.711L146.21 395.724ZM156.445 407.318C161.023 405.484 160.492 412.234 158.421 411.462C156.542 410.777 155.889 409.185 156.445 407.318ZM128.173 317.947C127.822 320.03 126.633 321.327 124.992 322.011L117.268 331.82C119.183 331.792 121.242 332.434 121.027 334.294C120.677 336.928 116.834 336.301 115.399 334.233L112.54 337.819L117.524 364.159L121.035 361.062L121.268 359.122C121.653 359.295 122 359.629 122.267 359.945L129.171 353.893C127.421 352.643 125.182 351.493 124.287 349.294C127.497 348.8 130.603 349.131 133.579 350.026L134.743 349.02L128.711 317.264L128.222 317.916L128.173 317.947ZM126.19 328.988C126.772 328.485 127.64 328.217 128.383 328.303L128.466 329.976C127.667 330.132 126.724 329.619 126.19 328.988ZM146.192 441.829L139.562 443.362C139.909 443.697 140.275 443.95 140.604 444.365C140.409 447.247 141.603 450.363 137.532 450.914C137.511 449.34 137.07 448.857 135.602 449.156C135.602 449.156 135.602 449.156 135.552 449.187L142.118 456.25C144.399 455.925 145.339 454.232 145.181 451.778C145.881 451.132 146.841 450.462 147.833 450.944C149.718 451.97 155.083 455.025 155.377 457.255C155.866 461.227 152.135 461.772 149.794 463.101C149.348 463.381 149.243 463.653 149.299 463.963L152.669 467.578C152.723 466.233 152.988 464.894 153.427 463.722C157.127 463.68 158.889 465.611 158.708 469.175C160.906 467.728 162.491 465.631 162.989 462.904C163.987 462.624 167.918 463.61 169.077 463.918C169.553 462.585 169.917 461.184 170.386 459.51C172.175 458.181 175.592 459.007 176.01 461.436C175.577 462.397 174.816 463.496 173.844 464.036C173.412 465.549 170.599 466.346 171.061 469.506C172.124 477.258 163.42 480.988 163.305 477.611C163.241 475.857 162.782 476.006 161.863 474.65C160.509 472.6 158.687 472.776 157.404 472.821L164.821 480.801C164.821 480.801 164.969 480.707 165.069 480.645C167.763 479.439 170.272 477.936 172.439 475.888C172.784 474.567 173.061 468.183 173.08 468.103C175.087 467.121 177.391 465.401 177.04 462.86C178.712 461.123 183.63 463.905 181.683 467.955C180.786 469.828 179.842 472.835 180.433 474.88C181.099 477.153 181.709 479.669 178.158 480.169C175.308 480.576 173.838 479.772 171.187 481.709C170.426 482.256 168.877 483.088 167.309 483.45L180.423 497.656C180.658 496.819 180.892 495.982 180.873 494.96C182.453 494.728 184.04 494.838 185.932 496.205C185.092 498.939 185.726 500.612 188.85 500.31C189.344 498.897 190.601 498.04 191.762 499.451C192.656 500.547 194.3 502.069 195.789 503.344C196.328 503.213 196.849 503.163 197.351 503.193L211.868 494.094L210.392 487.775C208.471 488.564 206.944 491.523 204.612 490.224C204.74 488.557 206.437 487.631 206.944 486.348C205.785 486.591 204.508 486.425 203.28 485.677C200.265 483.84 197.682 484.562 199.992 478.56C201.008 478.199 202.477 477.9 204.07 477.798L157.015 442.912C155.182 444.061 152.902 444.937 150.243 445.431C148.408 444.373 147.179 443.073 146.278 441.637L146.192 441.829ZM210.139 493.867C208.895 495.958 206.171 498.217 205.814 494.784C206.928 493.81 208.829 492.549 210.139 493.867ZM184.133 490.363C184.544 491.899 182.356 491.822 181.42 491.649C181.009 490.113 183.197 490.191 184.133 490.363ZM176.477 489.158C177.518 488.506 179.612 487.884 180.203 489.376C178.638 491.944 177.225 492.554 176.477 489.158ZM175.449 484.214C176.015 485.998 175.008 488.906 172.867 487.143C173.306 485.971 174.191 484.519 175.449 484.214ZM181.763 478.324C185.619 478.529 188.46 480.751 189.327 484.555L188.256 485.709C186.316 486.028 184.826 484.201 184.223 482.578C183.175 481.786 180.848 479.726 181.782 478.243L181.763 478.324ZM143.66 449.902C144.416 449.566 147.756 448.508 147.528 450.237C146.921 450.48 143.012 451.619 143.66 449.902ZM785.413 29.8716L776.411 48.7618C775.735 48.0128 774.823 47.5491 773.54 47.5943C773.441 48.2079 773.231 48.7537 773.021 49.2993L742.35 26.5694L759.872 11.0331L785.363 29.9026L785.413 29.8716ZM740.449 27.83L719.349 36.7766L740.882 52.7445L766.399 47.1017L740.449 27.83ZM754.534 40.3929C757.459 44.839 753.002 44.6651 749.824 45.7602C748.399 46.2393 747.741 45.9613 748.384 44.4543C749.082 42.7056 752.746 37.6496 754.534 40.3929ZM742.165 42.3491L743.9 42.3655C743.575 45.2602 742.849 44.5422 742.165 42.3491ZM741.326 35.8364C742.572 35.4009 744.338 35.4667 744.817 36.8916C743.054 39.5837 741.887 38.3829 741.326 35.8364ZM683.936 198.288L680.934 185.679L671.876 178.936C671.679 180.163 670.535 181.64 667.481 183.485C663.7 182.957 660.167 178.201 660.386 174.476C656.197 175.17 654.355 169.148 651.474 175.232C651.804 176.198 652.802 176.469 653.565 177.026C654.566 180.056 653.134 179.642 651.112 178.288C649.837 179.777 648.282 180.269 645.758 179.435C644.546 181.575 642.571 183.158 640.154 183.707C638.418 183.139 636.924 183.178 635.648 183.564L661.987 212.045L672.491 205.461C672.491 205.461 672.175 205.177 672.032 205.059C672.323 204.532 673.109 203.694 673.759 203.631C674.175 203.854 674.596 203.866 675.018 203.878L683.986 198.257L683.936 198.288ZM649.515 195.228C645.859 196.553 643.277 188.029 642.672 185.302C643.267 184.93 644.555 184.122 645.324 184.468C648.834 185.995 650.053 189.371 654.778 185.788C655.49 185.273 655.551 184.269 655.475 183.488C658.586 183.056 659.438 185.076 659.15 187.809C651.441 189.053 653.704 189.36 649.564 195.197L649.515 195.228ZM660.156 189.525L661.892 189.541C661.567 192.436 660.841 191.718 660.156 189.525ZM658.343 196.871C660.307 196.261 661.51 196.749 660.701 198.982C659.817 201.536 655.273 200.452 658.343 196.871ZM854.328 -48.2373L879.819 -29.3679L869.766 -8.30072L836.806 -32.7011L854.328 -48.2373ZM651.106 163.525L625.076 144.234L603.797 149.153L615.211 161.527C615.631 160.436 616.051 159.344 616.502 158.302C622.698 161.251 625.892 157.868 628.408 162.433C635.045 166.967 627.553 173.733 632.368 172.164C635.478 171.181 641.304 171.118 641.696 167.008C642.513 166.771 649.185 168.386 650.777 167.733C649.721 166.049 649.942 164.53 651.106 163.525ZM619.885 151.697C617.81 152.791 616.061 152.644 614.099 154.358C614.096 152.151 614.143 149.914 614.27 147.695C620.569 144.092 621.91 150.635 619.885 151.697ZM686.426 63.4148C686.263 62.2747 685.636 61.4946 684.842 60.8883L693.199 57.3754L719.149 76.6471L693.632 82.2899L672.099 66.322L680.277 62.8528C681.125 67.2893 687.071 68.7379 686.426 63.4148ZM177.666 416.513L173.933 425.201C174.336 425.293 174.733 425.596 175.019 426.383C175.498 427.808 174.013 429.843 173.016 430.675C169.425 433.753 171.234 438.622 174.412 436.976C174.999 440.334 173.221 441.241 170.164 440.328C169.799 440.626 169.527 441.073 169.236 441.6L174.67 445.646C174.831 445.132 175.103 444.685 175.406 444.288C175.587 444.796 175.724 445.676 175.576 446.32L218.642 478.256C219.887 477.269 220.654 475.96 220.465 474.008C226.337 470.604 225.317 478.006 225.879 481.656C225.285 482.028 224.87 482.357 224.666 482.692L227.16 484.579L235.583 479.3L230.891 474.236C230.566 477.131 229.84 476.413 229.155 474.22L230.234 473.958L230.891 474.236L226.987 469.99C225.649 470.828 224.082 471.19 222.785 470.002C222.839 468.657 223.259 467.565 223.872 466.56L177.648 416.593L177.666 416.513ZM213.313 468.762C213.915 469.282 215.038 470.855 213.998 471.507C212.462 472.47 211.361 468.951 213.313 468.762ZM184.162 442.733C187.012 441.223 189.091 438.816 191.39 443.033C192.989 442.721 194.038 444.065 193.091 445.417C190.345 445.551 188.878 446.954 189.284 449.804C186.653 451.661 184.71 444.598 184.162 442.733ZM363.407 152.087L389.217 153.298L358.087 73.7911L349.664 79.0704L356.127 113.385C356.127 113.385 356.468 113.378 356.629 113.415C357.894 114.002 366.744 123.498 360.478 123.63C359.646 122.634 358.722 122.04 357.724 121.768L361.323 140.834C361.484 140.32 361.793 139.712 362.133 139.154C365.164 138.703 365.935 140.704 363.563 142.536C362.584 142.735 362.001 142.686 361.666 142.482L363.488 152.105L363.407 152.087ZM361.736 92.2742L362.863 91.9814L363.471 92.2905C363.146 95.1853 362.42 94.4673 361.736 92.2742ZM376.836 150.501C377.778 149.911 379.06 149.314 379.657 150.596C378.544 152.674 377.422 153.308 376.836 150.501ZM315.465 177.995C315.465 177.995 315.57 177.722 315.545 177.462L315.353 177.375L311.579 157.591C312.286 157.838 313.085 157.682 313.908 156.683C315.338 154.89 312.623 149.346 309.732 147.708L305.852 127.093C305.951 126.479 306.018 125.816 305.775 125.209C305.39 123.933 307.683 119.114 305.091 112.666L303.951 113.38C305.379 115.107 305.166 118.621 304.711 121.529L302.266 108.709L310.689 103.43L341.819 182.937L316.009 181.725L315.285 178.038L315.465 177.995ZM357.113 165.278L351.992 138.058C345.001 138.575 345.277 131.088 349.034 126.732C349.344 126.676 349.604 126.651 349.895 126.675L344.325 96.9766L334.286 88.7778L312.287 102.566L343.541 182.271L357.243 165.265L357.113 165.278ZM330.547 113.202C328.813 114.289 326.564 114.664 324.543 114.964C322.204 112.773 326.184 108.553 326.782 105.763C329.86 103.627 333.425 104.36 333.685 108.959C330.809 109.105 333.402 111.481 330.547 113.202ZM353.989 164.476C353.146 165.004 352.198 165.253 350.89 164.486C350.177 165.002 338.522 172.721 340.76 168.144C341.224 167.232 342.735 166.009 341.575 165.149C340.638 164.426 338.933 163.907 338.46 162.823C340.6 158.86 344.009 163.969 344.687 161.197C345.076 159.505 345.595 158.351 342.813 159.198C340.778 157.713 340.261 155.346 340.735 152.91C345.333 152.098 352.942 160.164 354.007 164.395L353.989 164.476ZM404.332 135.683L402.13 124.021C400.915 123.955 399.688 123.758 398.553 123.158L397.838 116.292C395.487 115.074 394.548 112.696 395.382 110.172C396.509 109.328 397.81 108.65 399.198 108.333L391.481 67.2826L381.443 59.0838L359.444 72.872L379.631 124.46C379.853 123.493 380.335 122.501 381.345 121.799C386.51 118.148 388.674 124.244 385.63 128.636C384.411 130.435 382.917 130.474 381.739 129.695L390.667 152.528L404.369 135.521L404.332 135.683ZM385.436 117.096C385.783 116.878 386.526 116.413 386.991 116.604C386.808 118.513 386.356 119.555 385.436 117.096ZM390.558 124.167C391.803 123.18 393.172 122.942 393.738 124.727C392.236 127.394 391.126 127.054 390.558 124.167ZM412.285 121.176C413.585 119.395 414.866 117.695 416.277 115.983C421.166 110.02 416.075 102.999 408.199 109.591L403.358 83.9202C403.979 84.3594 404.58 84.8793 404.997 85.6534C406.09 87.7282 408.211 88.4691 409.938 86.4898C412.636 83.4183 409.728 82.4119 407.848 81.1749C405.684 79.7027 405.345 76.7406 402.211 78.0153L396.864 49.556L405.287 44.2768L417.169 74.5743C417.083 75.3181 417.09 76.2106 417.271 77.2702C417.49 78.7202 416.505 79.6821 418.744 80.2804C419.011 80.5961 419.395 80.7691 419.711 81.0538L426.886 99.3277C425.336 99.0571 422.801 98.6452 421.493 98.9816C422.092 101.919 425.209 101.276 427.825 101.706L436.436 123.703L410.756 122.479C411.35 122.106 411.864 121.715 412.304 121.095L412.285 121.176ZM457.875 92.9463L483.686 94.1579L470.2 59.7596C470.2 59.7596 470.015 60.0139 469.916 60.076C464.514 57.7342 463.542 53.0996 465.537 47.9156L452.475 14.6322L444.052 19.9116L457.844 92.8968L457.875 92.9463ZM457.226 84.3137L459.506 82.8852C460.513 85.7038 459.249 85.6684 457.226 84.3137ZM293.902 218.904L270.56 218.768L272.674 230.069C273.511 230.304 274.33 230.619 275.092 230.624C277.039 230.646 277.635 231.928 277.78 233.701C277.995 237.016 275.869 237.038 274.259 238.323L278.151 259.068L299.772 250.071L293.902 218.904ZM277.099 223.915C275.861 225.243 273.684 224.193 273.7 222.457C274.938 221.129 277.115 222.18 277.099 223.915ZM485.098 93.5486L471.265 58.2645C473.145 55.4296 475.365 50.9333 474.619 48.6411C473.614 48.5804 469.573 48.0776 467.192 47.9134L453.844 13.8434L465.091 6.79399C465.595 8.4791 466.916 9.37604 469.377 9.00712C468.849 8.16492 468.165 6.52336 467.37 5.36546L475.744 0.117284L485.782 8.31599L498.701 76.6045L484.999 93.6107L485.098 93.5486ZM218.016 299.104C217.213 296.502 213.773 295.968 210.179 296.84L208.713 288.996C210.088 288.548 211.632 288.478 213.318 289.076C214.948 288.814 218.516 287.13 218.042 284.942C216.672 278.901 216.852 274.234 215.915 268.335C215.71 268.119 215.468 268.063 215.295 267.896L223.018 258.087L229.05 289.843L218.103 299.464C218.103 299.464 218.159 299.222 218.146 299.092L218.016 299.104ZM255.339 138.328L269.131 211.313L294.941 212.525L263.811 133.018L255.388 138.297L255.339 138.328ZM274.471 183.057C275.828 183.241 277.54 184.1 277.35 185.669L274.605 186.354L274.44 183.007L274.471 183.057ZM265.278 151.213C269.711 147.606 272.814 156.08 269.584 155.552C267.29 155.195 265.702 153.431 265.278 151.213ZM310.025 194.86L307.162 179.611C305.563 179.923 303.858 179.405 303.248 177.441C304.251 176.95 305.367 176.527 306.513 176.154L299.314 138.022C299.122 138.487 299.061 138.94 298.838 139.355C296.089 136.731 297.51 132.391 297.592 128.889L297.187 126.59L294.109 124.103C292.133 124.582 290.38 125.75 287.708 125.01C287.737 123.956 288.113 121.582 288.637 119.666L287.099 118.422L265.1 132.211L296.354 211.916L310.056 194.91L310.025 194.86ZM275.995 157.192C276.485 157.092 276.702 157.439 276.616 158.182C276.32 159.472 276.088 157.34 275.995 157.192ZM293.912 145.479C295.293 144.82 296.911 144.428 298.492 144.748C304.332 145.918 295.509 153.862 293.912 145.479ZM294.786 155.902L287.382 158.404C286.324 154.513 283.518 155.651 280.177 155.606C279.4 153.816 275.036 148.615 275.382 147.295C275.925 145.298 279.097 144.414 278.624 142.227L280.903 140.798C281.803 142.235 282.375 143.808 282.198 145.507C286.325 145.266 289.224 143.725 291.74 148.289C291.562 149.436 291.575 150.67 291.918 151.766C293.896 152.389 294.784 153.696 294.805 155.822L294.786 155.902ZM298.062 178.966C297.477 177.263 299.316 175.903 300.725 177.159C301.099 178.857 299.326 179.002 298.062 178.966ZM233.204 157.515C232.871 158.966 232.463 160.187 232.043 161.278C233.247 162.318 233.782 164.053 233.541 164.549C231.967 165.121 230.864 165.123 230.082 164.646C227.223 168.233 223.331 168.74 220.125 167.368L236.862 210.148C236.862 210.148 237.172 210.091 237.321 209.998C238.557 207.567 240.087 206.815 241.9 209.267C242.37 213.32 240.904 215.274 239.026 215.692L249.123 241.381L250.367 239.842C250.298 239.402 250.279 238.931 250.291 238.509C250.7 238.391 251.022 238.465 251.326 238.62L262.794 224.325L249.924 156.005L239.886 147.807L229.332 154.421C230.945 155.342 232.328 156.338 233.241 157.354L233.204 157.515ZM260.682 226.131C258.465 227.659 257.473 227.177 258.183 224.455C259.638 223.474 261.089 224.358 260.682 226.131ZM247.008 220.28C248.953 219.199 250.569 217.703 252.432 220.124C255.571 222.711 255.13 222.228 255.395 225.512C255.634 228.536 251.245 232.874 248.646 231.26C245.823 229.51 247.614 223.558 247.058 220.249L247.008 220.28ZM245.408 188.438C244.5 185.557 241.641 184.52 239.569 182.645C244.27 174.73 257.462 187.3 245.408 188.438ZM270.981 244.103C271.655 243.198 272.143 241.995 272.564 240.903L276.238 260.198L258.988 275.288L254.004 248.948L270.206 228.443L270.461 229.731C270.461 229.731 270.17 229.707 270.071 229.769C270.091 231.343 270.57 232.768 271.278 234.118L272.083 238.375C270.981 238.928 269.251 238.701 268.389 238.207C267.218 238.32 265.799 239.14 265.522 240.349C266.887 241.977 268.569 243.338 270.981 244.103ZM429.933 102.317L438.028 123.05L440.114 120.432C440.291 118.734 441.009 117.456 442.181 117.895L451.681 106.075L438.811 37.7556L438.749 37.6565C437.679 39.3624 434.303 41.1332 432.453 38.2909C433.617 37.2853 435.041 36.2546 436.59 35.9737L428.723 29.5879L406.774 43.3451L418.077 72.2799C419.735 69.8606 423.237 69.9427 423.306 65.7591C424.787 65.0382 431.868 67.0865 434.156 63.0301L436.016 63.2446C436.347 65.3142 437.428 67.2589 438.564 68.9618L437.785 70.6919C436.266 69.9192 435.306 70.5899 434.036 71.3167C423.572 70.1468 428.26 71.9008 426.362 81.0945C424.876 82.0262 423.327 82.3071 421.876 81.9744L428.491 98.805C429.575 98.3325 430.61 97.8911 431.644 97.4497C432.191 98.2113 435.545 98.9382 436.561 99.129C440.026 104.547 433.72 102.083 429.822 102.249L429.933 102.317ZM430.613 33.9239L431.74 33.6311L432.348 33.9402C432.023 36.835 431.297 36.117 430.613 33.9239ZM435.867 83.4867L434.826 84.1389L434.143 83.049L435.184 82.3968L435.867 83.4867ZM431.498 94.5741C432.521 94.5541 437.707 93.5804 436.588 95.3173C435.01 97.7551 432.895 96.2518 431.498 94.5741ZM531.034 64.5504L499.904 -14.9567L491.481 -9.67745L497.975 24.6868C498.876 26.675 500.059 30.764 499.16 30.9821L505.243 63.2582L531.053 64.4698L531.034 64.5504ZM510.467 52.3246C510.868 51.3139 511.158 50.235 511.256 49.0698C511.702 48.7902 512.334 48.808 512.799 48.9995C514.904 52.0275 513.951 53.039 510.516 52.2936L510.467 52.3246ZM447.943 156.927L442.959 130.587L445.651 127.174C445.651 127.174 446.221 127.093 446.549 126.956C446.394 126.708 446.449 126.467 446.375 126.237L459.111 110.113L465.143 141.868L447.893 156.958L447.943 156.927ZM492.479 139.018L507.675 147.297L493.159 152.324L473.38 147.193L492.448 138.969L492.479 139.018ZM558.406 121.434C556.16 124.567 555.755 127.995 550.758 126.849C549.758 125.474 548.313 124.379 546.063 124.203C545.368 124.086 546.905 123.675 547.004 123.613C547.871 123.345 548.243 122.836 548.409 122.111L540.015 125.233L517.509 119.604L495.52 137.043L503.782 141.526L510.782 138.932C510.782 138.932 510.869 138.74 510.887 138.659C511.247 138.572 511.507 138.547 511.848 138.54L521.259 135.057L543.765 140.685L565.536 123.452L557.163 118.901L556.916 119.056C557.233 119.893 557.73 120.685 558.406 121.434ZM516.394 136.104C514.196 138.103 511.556 132.789 515.212 132.567C515.087 131.266 514.751 129.958 514.266 128.744C516.248 127.502 519.371 127.2 520.217 129.982L516.394 136.104ZM144.999 311.541C144.129 310.154 143.142 308.909 142.174 307.584L129.003 307.49L136.595 347.79L148.235 342.91C147.763 341.826 147.489 340.618 147.382 339.787C149.426 338.644 150.87 338.636 152.517 336.638C153.681 336.184 154.624 336.697 155.201 337.508C156.056 337.111 156.911 336.713 157.779 336.445L152.345 307.627L148.583 307.57C148.447 308.345 147.953 309.207 146.752 310.373C146.914 311.514 145.805 311.726 145.017 311.46L144.999 311.541ZM142.263 329.747L143.467 331.339C142.199 333.169 139.995 330.203 142.263 329.747ZM567.966 108.059L587.744 113.19L568.676 121.415L556.644 114.88C556.644 114.88 556.705 114.427 556.792 114.235C556.073 113.858 555.44 113.84 554.87 113.921L553.512 113.185L561.541 110.361C562.069 111.203 563.067 111.475 564.753 110.97C564.653 110.481 564.491 109.892 564.311 109.384L568.096 108.047L567.966 108.059ZM-24.7928 495.381C-19.2561 491.773 -27.4553 487.389 -21.0359 485.85C-19.081 487.868 -16.3843 488.317 -13.5825 488.493L-22.908 495.856L-24.8734 495.363L-24.7928 495.381ZM671.426 -24.2699C671.426 -24.2699 671.438 -24.6914 671.462 -24.9827C671.71 -25.138 671.958 -25.2932 672.267 -25.3494L648.25 -86.6817C647.879 -86.1731 647.444 -86.8666 646.934 -88.341L647.522 -88.5029L641.622 -103.642L633.199 -98.3632L646.991 -25.378L671.457 -24.2204L671.426 -24.2699ZM648.12 -45.2681C649.408 -46.0755 650.889 -46.7964 652.395 -46.7054C657.466 -46.4333 650.118 -38.447 648.12 -45.2681ZM626.934 4.72022L640.636 -12.286L632.489 -55.3435C629.575 -55.5876 627.212 -57.4872 626.618 -61.1864C629.324 -63.3655 630.046 -61.3336 631.497 -60.4492L627.717 -80.5745L617.678 -88.7732L595.679 -74.9851L626.934 4.72022ZM625.297 -77.6088C626.238 -78.1989 627.52 -78.7955 628.117 -77.5134C626.954 -75.4046 625.914 -74.7525 625.297 -77.6088ZM611.618 -61.4455L612.746 -61.7383L613.385 -61.3796C613.06 -58.4848 612.334 -59.2028 611.65 -61.3959L611.618 -61.4455ZM609.714 -52.5925C609.606 -59.7013 618.038 -57.8097 616.606 -52.4963C615.749 -49.1298 611.259 -51.008 609.714 -52.5925ZM599.661 4.14895L625.472 5.36055L594.341 -74.1466L585.918 -68.8674L592.369 -34.6828C593.247 -35.9235 594.194 -37.2759 595.24 -38.1388C600.454 -42.3726 600.11 -24.4233 593.385 -29.3168L595.556 -17.7051L595.56 -19.5707C603.685 -20.5917 596.805 -10.2075 601.605 -8.3855C605.232 -7.002 605.72 -3.58149 603.157 -0.733326C597.098 -3.35314 601.077 -9.22766 596.898 -10.6104L599.649 4.01885L599.661 4.14895ZM597.009 -41.5932L598.136 -41.886L598.775 -41.5274C598.45 -38.6326 597.724 -39.3506 597.04 -41.5437L597.009 -41.5932ZM548.461 -45.3901L579.715 34.3151L593.417 17.3089L582.307 -41.487C581.34 -41.7088 580.83 -42.6317 581.157 -44.4232L581.714 -44.6347L580.498 -50.9796L570.46 -59.1783L548.461 -45.3901ZM586.383 18.1983L587.511 17.9055L588.119 18.2146C587.794 21.1094 587.068 20.3914 586.383 18.1983ZM570.632 -19.265C573.389 -20.3718 574.357 -19.0467 575.377 -16.6496C573.253 -14.9733 571.671 -10.67 567.813 -13.082C567.259 -15.2877 569.58 -17.6397 570.632 -19.265ZM624.562 11.7268L625.716 17.9727C624.715 15.4949 623.845 13.0045 623.198 11.7534L624.562 11.7268ZM647.985 -8.26719L631.783 12.2379L636.768 38.578L654.017 23.4884L647.985 -8.26719ZM640.159 13.8196C637.248 15.2304 634.16 14.8192 636.864 10.9854C639.265 7.54866 643.746 12.0547 640.159 13.8196ZM513.963 140.043L520.698 137.685L540.476 142.816L521.408 151.041L506.213 142.762L510.308 141.368C510.328 142.391 510.893 143.072 512.64 142.667C513.539 142.449 514.126 141.183 513.994 140.093L513.963 140.043ZM-49.1826 561.729C-48.8893 563.409 -52.063 563.19 -54.1459 562.839L-57.1512 563.55L-50.4298 570.86C-50.0407 569.72 -49.8623 568.573 -50.0189 567.222C-47.9914 567.814 -44.2489 566.848 -42.7532 568.464C-44.8018 570.921 -44.4146 573.301 -43.9958 576.281C-41.4404 577.716 -37.3002 577.605 -37.0848 581.472L-39.2523 582.968L-36.8132 585.649C-34.7045 581.636 -26.543 580.454 -27.8662 588.252C-26.7741 589.224 -25.402 591.193 -26.5283 592.589C-28.3253 593.025 -29.9075 591.602 -30.5292 590.06C-30.7703 590.556 -31.1231 590.984 -31.5565 591.393L-15.4512 608.831C-14.5779 608.353 -13.6173 608.234 -12.3581 609.032C-12.512 609.887 -12.8087 610.625 -13.1363 611.313L0.858788 626.486L9.33138 621.175C9.33138 621.175 9.24417 620.816 9.2501 620.605L10.0746 620.709L15.3761 617.387C15.3761 617.387 14.88 617.146 14.6072 617.041C11.2775 616.022 8.81012 620.674 4.81195 620.351C3.69413 618.567 2.65029 616.461 2.2387 614.373L5.89065 610.29C8.28347 610.585 10.1511 612.243 12.6364 612.135C13.4827 614.916 15.3371 615.893 17.6058 615.989L22.7587 612.76L19.7559 600.151L0.0654919 585.581L-1.46254 587.988C-2.23219 587.09 -1.8061 585.788 -1.1567 584.622L-31.2074 562.332C-30.6716 564.618 -30.3154 566.948 -28.5224 568.377C-30.3121 569.706 -30.7871 571.591 -29.3779 573.398C-32.4406 572.696 -37.7079 573.651 -40.0228 571.169C-38.0958 565.545 -43.0915 565.502 -45.5253 562.059L-39.9846 561.761C-38.808 560.885 -37.8673 559.744 -36.6907 558.868L-49.3623 561.773L-49.1826 561.729ZM-5.21457 616.906C-3.97656 615.578 -1.7687 616.678 -1.81625 618.364L-5.16302 618.529L-5.24561 616.856L-5.21457 616.906ZM7.49659 605.696L7.96562 604.022L9.63969 604.49L9.17065 606.165L7.49659 605.696ZM-5.56413 609.742C-4.71457 610.106 -4.15565 610.998 -4.35912 611.884L-6.55243 612.569C-6.67135 611.609 -6.20165 610.486 -5.61369 609.773L-5.56413 609.742ZM10.8822 596.673C11.9795 596.883 13.2063 596.528 14.1477 595.938C13.7091 597.11 13.5373 598.597 13.8115 599.806L10.8512 596.624L10.8822 596.673ZM-4.92342 601.405L-4.70734 605.823C-6.54787 606.08 -7.67096 605.059 -7.58642 603.212L-4.92342 601.405ZM-13.1279 602.959C-12.7539 604.657 -14.5264 604.801 -15.7908 604.766C-16.4066 603.013 -14.5363 601.703 -13.1279 602.959ZM6.41169 595.266C4.0202 596.075 2.6527 597.967 -0.118008 597.841C-1.22855 596.95 -1.67052 595.364 -1.40563 594.025C0.32785 592.386 6.32708 591.938 6.41169 595.266ZM-13.4259 597.418C-15.0597 594.371 -15.6153 591.062 -12.7858 588.53C-10.3732 589.847 -7.73854 590.197 -5.57168 588.149C-3.17485 591.752 -3.46019 596.692 -8.40504 597.722C-9.84391 596.967 -11.9395 596.487 -13.4259 597.418ZM-23.3474 588.525L-21.674 588.443C-21.3609 591.144 -18.5393 592.343 -17.9783 594.89L-21.7122 597.851C-22.1001 594.92 -24.3727 591.514 -23.3474 588.525ZM-24.546 576.373C-23.3073 575.597 -21.6841 574.993 -20.2089 575.035C-19.8224 576.863 -23.5603 576.514 -24.546 576.373ZM-58.3648 564.586L-51.091 572.448C-52.699 575.388 -55.5595 577.871 -57.5771 580.377C-60.1311 580.046 -61.6777 577.358 -60.6702 575.002L-62.9448 575.116L-60.3552 569.008C-59.6179 568.753 -58.9613 568.479 -58.3046 568.206C-58.2623 567.282 -58.5299 566.415 -58.8781 565.529L-58.4453 564.568L-58.3648 564.586ZM68.1633 492.735L75.8357 476.679C75.8839 475.545 75.9876 474.169 76.0359 473.035L52.5487 455.6C52.3941 455.904 52.2705 456.258 52.116 456.562C51.3662 456.687 50.7029 456.619 50.1076 456.44L45.7984 460.245C49.1874 459.156 52.6135 463.081 49.8343 466.134C47.2439 466.516 42.9775 464.773 44.1825 461.741L34.2142 470.611L66.0143 494.151C66.7509 493.345 67.5251 492.928 68.1944 492.785L68.1633 492.735ZM58.2224 467.846L55.4768 467.98L56.4664 466.255C57.2413 466.391 58.3142 466.891 58.2224 467.846ZM61.7471 481.507L58.4003 481.673C57.9953 479.926 57.3736 478.383 56.4606 476.816C60.1826 474.277 62.4123 478.054 61.6975 481.538L61.7471 481.507ZM66.4317 485.678C66.2692 484.538 66.0921 481.613 67.8897 481.728C68.1328 482.887 68.372 485.911 66.4317 485.678ZM-55.1373 583.609C-51.9517 583.407 -50.2756 585.53 -48.2587 587.647C-49.4458 590.047 -49.5839 593.791 -47.8272 595.933C-39.0302 592.352 -39.657 601.922 -41.9052 603.4C-42.7435 602.062 -44.2881 601.029 -45.9053 601.422C-45.6933 602.531 -45.9212 603.709 -46.3413 604.8L-59.611 594.969L-58.9603 594.907C-59.7709 590.861 -56.728 590.54 -54.3194 588.548C-54.1357 586.639 -54.1622 585.275 -55.1373 583.609ZM136.152 534.926C134.368 536.044 132.156 536.81 129.744 535.493C130.071 534.804 131.55 532.429 131.469 531.859C126.96 529.509 127.504 533.791 126.78 534.728C123.552 535.303 123.338 533.09 124.091 530.548C127.455 528.647 129.873 529.753 133.009 529.582L115.297 510.46C115.297 510.46 114.943 510.337 114.8 510.219C114.738 510.12 114.837 510.058 114.825 509.928L114.67 509.68C114.67 509.68 114.571 509.743 114.521 509.774C113.208 510.321 113.001 508.449 112.188 507.924C109.449 507.847 107.352 506.814 107.714 503.758C108.061 503.541 108.34 503.435 108.668 503.298L94.9401 488.442C93.4834 488.32 92.3795 487.77 91.5418 486.984C90.1598 487.091 89.5447 485.889 89.5738 484.284C89.7224 484.191 89.8215 484.129 89.9701 484.036C89.8519 483.627 89.7336 483.218 89.7145 482.747L83.4337 475.919L79.5585 485.041C81.2273 486.272 82.3346 489.58 83.638 491.11C83.021 493.428 79.301 492.448 77.4386 490.027L73.3038 499.726L89.6878 511.883C89.8351 510.686 90.3913 509.372 91.6557 509.407L92.3409 512.152L90.6245 512.607L127.859 540.193C128.417 539.982 129.036 539.869 129.842 540.054C130.116 540.711 130.451 541.466 130.688 542.284L133.008 544.004L141.431 538.725L136.534 533.445C136.392 533.879 136.312 534.412 136.307 535.174L136.152 534.926ZM86.9763 499.299C86.0144 498.314 85.48 497.131 85.2864 495.942C84.3516 496.873 82.3181 496.491 82.3644 493.702L85.1093 493.017C85.1093 493.017 85.3267 493.363 85.3703 493.543C85.4072 493.382 85.4132 493.171 85.4687 492.929C90.4129 491.349 90.5629 497.534 86.9763 499.299ZM85.7754 505.641L82.8963 503.029L85.5593 501.222L85.7754 505.641ZM94.0617 505.208L97.3273 504.472C98.377 506.368 93.7605 507.26 94.0617 505.208ZM114.724 529.036L114.591 526.842L118.459 526.626C119.062 528.801 116.505 530.335 114.693 528.986L114.724 529.036ZM41.9031 596.068C42.3946 597.623 43.6412 598.291 45.055 598.785L46.8387 597.667L37.5976 587.657C33.7553 588.134 22.6328 585.582 21.8367 583.321C22.9882 582.186 24.5116 581.093 26.1725 580.88C26.3027 586.042 29.1572 583.77 32.0865 581.727L11.0224 558.91C11.0224 558.91 10.7503 559.357 10.5831 559.531L7.23635 559.696C7.6129 558.425 7.93991 557.185 8.15525 555.877L-5.68462 540.953C-5.51348 544.089 -3.49912 549.174 -4.79656 552.609C-9.07881 553.154 -13.4549 552.999 -17.5535 551.635C-17.5231 551.133 -17.5733 550.612 -17.5925 550.141L-21.2576 558.718L-18.1433 561.044C-18.5232 559.557 -16.3351 559.634 -15.4486 559.838C-15.0376 561.374 -17.1761 561.266 -18.1122 561.093L12.0501 583.452C11.0815 582.127 10.5154 580.343 10.4579 578.93C2.11864 576.635 -0.662774 567.683 7.61764 567.461L7.1486 569.136C10.7299 568.133 13.0356 573.243 16.6393 570.294C16.8646 572.085 16.5502 578.63 19.7325 575.67C22.0665 573.448 24.75 573.215 26.4274 576.442C25.4378 578.166 22.6605 577.699 21.0195 578.934C18.846 580.642 18.5045 585.272 15.3064 585.344C14.8849 585.332 14.5499 585.128 14.1965 585.005L21.6657 590.536L38.4156 602.946L40.3975 601.704C40.2522 599.38 40.5593 597.118 41.9031 596.068ZM-8.31704 557.783C-9.2796 556.247 -5.76039 555.146 -5.57208 557.098C-6.09199 557.7 -7.66497 558.823 -8.31704 557.783ZM-3.16204 561.383C-2.58662 560.54 -0.179301 557.444 0.622733 559.494C-0.454759 560.308 -1.79254 561.146 -3.16204 561.383ZM-9.55825 566.703L-9.64084 565.03L-7.96745 564.947C-7.83598 566.038 -8.42393 566.751 -9.55825 566.703ZM33.4026 593.737L28.4135 594.035L28.2483 590.688C30.7191 588.795 33.0835 591.246 33.4026 593.737ZM-36.2238 596.389C-35.836 594.145 -37.2828 591.946 -39.317 591.013C-38.6933 589.035 -39.1234 587.028 -39.4729 585.039L-37.3007 587.403C-37.3007 587.403 -37.3192 587.484 -37.3377 587.565C-37.3298 589.009 -36.2199 589.348 -35.2402 589.7L-33.7134 591.365C-33.7134 591.365 -33.6817 591.966 -33.7742 592.369C-33.4828 592.394 -33.2041 592.288 -32.9253 592.182L-29.1147 596.28C-29.1147 596.28 -29.772 596.002 -30.243 596.021C-32.437 596.154 -34.2134 598.165 -36.3044 596.37L-36.2238 596.389ZM-13.9529 612.653C-15.4009 614.527 -17.544 615.732 -20.246 616.046C-24.7569 612.042 -28.8026 613.404 -30.5777 616.518L-22.5687 622.47C-20.246 621.221 -18.0678 623.375 -18.2138 625.674L-11.7309 630.512C-9.38235 630.075 -6.94858 628.343 -4.61653 629.641C-4.68458 629.753 -4.67201 629.883 -4.69051 629.964L-0.47898 627.324L-13.9713 612.734L-13.9529 612.653ZM-11.8262 618.359C-12.8416 619.271 -14.879 620.755 -16.1633 619.697C-16.6258 616.537 -12.0674 613.68 -11.8262 618.359ZM-27.1783 598.379L-22.9581 602.91C-22.9581 602.91 -23.0698 602.842 -23.1689 602.904C-24.7471 604.79 -21.9447 605.518 -21.8 607.29C-26.1324 607.314 -25.8108 601.662 -27.1473 598.428L-27.1783 598.379ZM-64.2489 578.211C-63.318 579.145 -62.4678 580.061 -63.6681 581.78C-64.7027 582.221 -65.0753 581.627 -65.4974 581.063L-64.2489 578.211ZM-66.2822 583.004C-65.3058 585.773 -63.7202 589.955 -62.6942 592.693L-68.6063 588.325L-66.3318 583.035L-66.2822 583.004ZM-16.7395 609.639C-17.5818 610.167 -18.3745 610.663 -19.4223 610.423C-21.4868 609.992 -20.7277 607.239 -20.848 605.175L-16.7395 609.639ZM89.1493 456.19C91.0017 455.512 92.5125 454.289 93.6574 452.813L79.3703 442.24L68.6159 446.772L70.8905 446.658C70.0059 448.109 69.6426 450.062 70.035 451.679C71.7091 452.148 73.2913 453.571 72.996 455.412L70.333 457.219C69.2225 456.328 68.3716 454.861 68.4442 453.435C66.8864 451.72 65.5955 450.321 65.3821 448.109L58.2394 451.137L59.6848 452.232L60.0257 452.225C60.0257 452.225 60.0198 452.436 60.0013 452.516L68.0103 458.468L69.2126 458.405C69.2998 458.764 69.0831 458.969 69.0276 459.21L78.42 466.158C79.263 466.182 80.1806 466.435 80.7758 466.614C80.8379 466.713 80.7699 466.824 80.8009 466.874L96.3602 463.401C93.787 462.599 91.3796 460.52 89.1182 456.141L89.1493 456.19ZM80.3437 457.776C81.0307 457.001 82.3758 457.055 82.5694 458.244C81.8823 459.02 80.5683 459.015 80.3437 457.776ZM24.005 490.327L24.2976 486.28C27.6325 486.535 29.6422 482.585 33.022 484.124C31.6247 481.894 34.1391 480.18 34.3471 477.98C37.3279 477.561 37.2203 480.802 39.0318 482.151C36.8953 483.697 34.6908 485.355 33.789 487.99C31.5706 488.414 29.7968 487.456 27.6458 487.217C27.2137 488.73 26.0629 490.417 24.3525 490.661L32.5848 496.749L46.5268 493.669C47.2885 493.122 48.0502 492.576 48.9546 492.147C49.3887 492.289 49.8353 492.561 50.2819 492.833L58.1513 491.075L32.2013 471.804L25.1577 474.769C24.0742 475.793 23.0152 476.526 21.069 476.504L11.1014 480.75L24.005 490.327ZM20.5696 478.68L19.5291 479.332L18.846 478.242L19.8865 477.59L20.5696 478.68ZM43.9325 490.741L43.4641 492.966C43.0294 492.273 42.271 490.402 43.9325 490.741ZM0.642691 519.667C1.17249 516.989 3.64522 516.75 6.1497 517.113L-15.0173 501.398L-18.2511 502.735C-18.2511 502.735 -18.0588 502.822 -17.9967 502.921C-21.6744 506.192 -27.0348 506.999 -31.5265 508.641C-31.5886 508.542 -31.6196 508.492 -31.6507 508.443L-36.0677 510.314L-32.0477 513.315L-30.7608 511.404L-29.0874 511.321L-28.3521 514.586C-28.8416 514.686 -29.269 514.885 -29.6779 515.003L-23.6232 519.489C-23.2783 517.617 -24.3215 516.062 -25.588 514.372C-22.15 512.7 -12.9903 511.789 -17.0855 518.358C-15.4689 522.589 -9.33161 518.398 -7.46198 521.711C-9.15914 522.637 -11.7673 523.65 -11.8578 525.708L1.28486 522.784C0.757006 521.942 0.427341 520.975 0.692249 519.636L0.642691 519.667ZM-13.2804 507.693C-14.9868 506.072 -13.1047 504.34 -11.2199 504.815C-11.0448 506.085 -12.2273 507.171 -13.2804 507.693ZM-66.0148 522.322L-70.114 525.581L-71.0316 525.328L-66.9239 518.889C-65.4421 519.271 -65.7129 520.821 -65.9653 522.29L-66.0148 522.322ZM-78.1557 543.8C-77.4614 538.742 -72.5464 533.592 -72.8951 542.504C-69.7068 544.508 -69.1221 546.212 -71.0835 549.028L-63.726 554.491L-62.8711 554.093C-63.1373 554.329 -63.2734 554.552 -63.2794 554.763L-61.7533 555.877L-58.1779 555.085C-58.3213 554.416 -57.876 553.585 -56.7292 553.763L-56.6598 554.754L-49.0195 553.071C-49.0883 552.631 -49.157 552.191 -49.077 551.658C-47.8938 551.123 -45.8049 551.263 -44.4156 552.048L-36.2363 550.234L-50.6971 539.494L-49.6718 541.68C-51.0709 542.971 -53.1989 541.338 -54.1918 540.304L-51.2058 539.123L-55.5918 535.868C-55.2747 536.705 -55.2674 537.597 -55.9478 538.714C-60.0907 536.618 -64.3095 538.365 -68.0196 540.484C-69.508 539.76 -71.2574 538.511 -71.5508 536.832C-68.3295 535.365 -63.4771 534.738 -60.8214 532.039L-62.2669 530.944L-83.1687 539.766L-83.2242 540.008L-78.2178 543.701L-78.1557 543.8ZM-53.444 543.7C-51.1145 547.967 -56.6783 549.66 -59.8408 548.468C-61.2348 543.821 -56.2444 544.627 -53.444 543.7ZM-68.9445 544.513C-66.6904 542.825 -64.0412 544.959 -61.729 545.235C-61.6377 548.904 -68.6372 547.426 -68.9445 544.513ZM-91.0713 534.645L-88.6421 534.226L-91.3679 535.383C-91.3679 535.383 -91.1268 534.887 -91.0713 534.645ZM-103.271 691.682L-107.769 688.359C-108.072 683.581 -106.4 677.22 -102.767 677.841L-100.154 680.689C-100.68 682.053 -101.875 683.009 -101.823 684.633C-99.9013 684.946 -98.0284 685.843 -96.139 685.003L-95.5557 685.604C-95.518 685.994 -95.3006 686.341 -95.0648 686.607L-101.605 690.706C-101.605 690.706 -101.816 690.7 -101.946 690.713C-101.915 690.762 -101.884 690.812 -101.853 690.862L-103.141 691.669L-103.271 691.682ZM-107.08 617.338C-104.836 617.726 -102.518 617.791 -100.335 618.631C-100.091 620.341 -102.129 621.273 -103.517 621.591C-103.398 623.103 -102.268 624.465 -101.157 625.356C-101.863 626.213 -102.035 627.149 -102.078 628.072L-111.247 621.261C-110.212 620.819 -109.103 620.607 -108.068 620.717C-107.232 619.848 -106.837 618.497 -107.13 617.369L-107.08 617.338ZM-91.3184 632.576C-91.3296 633.549 -91.8178 634.752 -92.8589 634.853L-76.9837 646.639C-76.9837 646.639 -76.4506 646.718 -76.1592 646.743C-76.0846 646.972 -75.9789 647.251 -75.8236 647.498L-63.2364 656.791C-62.2382 657.062 -61.376 657.557 -60.9162 658.511L-56.0215 662.136L-54.2378 661.018C-54.2378 661.018 -54.0403 660.342 -53.8177 659.927C-58.3642 657.187 -60.5708 652.015 -61.6801 647.052L-60.1395 644.775C-59.7306 644.657 -59.3401 644.619 -58.9497 644.582L-70.8036 631.725C-71.2192 631.502 -71.5667 631.168 -71.7471 630.66L-79.6352 622.148C-79.4065 626.697 -78.3594 631.561 -84.023 632.765C-83.6616 629.157 -85.8873 628.689 -88.189 626.889C-87.6395 620.058 -92.8512 620.771 -95.9675 616.79C-97.3977 618.032 -98.9515 619.627 -99.6188 621.425C-98.2539 622.502 -96.2449 623.175 -94.547 622.8L-92.137 627.086C-80.3334 629.072 -89.0978 644.157 -91.3184 632.576ZM-65.4793 652.331C-65.2752 651.996 -64.308 652.218 -64.7282 653.31C-65.4787 652.883 -65.5659 652.524 -65.4793 652.331ZM-72.2912 647.079L-69.5456 646.945C-68.8922 649.088 -72.7596 649.304 -72.2912 647.079ZM-80.0648 656.367C-80.0648 656.367 -80.0595 655.605 -79.9485 655.121L-75.5315 658.425C-77.4037 658.08 -79.7027 658.486 -80.0648 656.367ZM-78.1568 558.223C-80.1995 560.469 -83.0528 558.669 -85.3717 558.053L-84.1164 560.716C-85.9001 561.834 -87.7829 563.014 -88.8901 564.881C-91.4382 564.339 -94.1032 564.491 -96.7068 564.191C-97.4771 562.742 -98.9543 561.045 -100.739 561.06C-99.6532 562.243 -99.05 563.866 -99.0791 565.471L-94.0417 569.214C-92.8162 567.756 -91.6714 566.279 -89.961 566.035C-87.8106 565.722 -80.9551 571.155 -74.7134 571.314C-74.1004 570.861 -72.1304 570.04 -72.4877 571.782C-75.4976 573.807 -78.5318 576.122 -79.2711 579.898C-79.5254 579.712 -79.8167 579.688 -80.0585 579.632L-74.5435 583.697L-74.4384 583.424C-75.3072 582.589 -75.9903 581.499 -75.9236 580.284L-72.6588 578.997C-72.6588 578.997 -72.5345 579.195 -72.4724 579.294L-68.0952 570.202C-68.6283 570.122 -69.2295 570.154 -69.7752 569.944L-69.908 567.75C-69.2276 566.634 -67.9624 567.221 -66.8341 567.48L-65.8511 565.414L-66.8757 563.78L-64.732 563.126L-64.4909 562.63L-71.8795 557.117L-72.1768 557.304L-72.1834 556.963L-79.5099 551.549C-80.0173 552.282 -80.7294 552.797 -80.666 553.999C-79.6294 555.213 -78.5678 556.686 -78.2249 558.334L-78.1568 558.223ZM-78.3285 564.886L-76.6551 564.803L-76.5725 566.476L-78.3285 564.886ZM-80.1354 562.223C-81.0524 562.522 -83.2027 562.834 -82.9319 561.285C-82.1087 560.286 -80.7003 561.542 -80.1354 562.223ZM-101.818 571.121C-101.813 569.807 -100.885 568.535 -99.8698 567.623L-95.4838 570.877C-96.9821 572.23 -98.754 572.926 -101.737 571.139L-101.818 571.121ZM-101.502 576.029C-101.813 575.533 -102.569 575.318 -102.592 577.264L-101.749 577.287C-100.801 577.038 -101.056 576.301 -101.552 576.06L-101.502 576.029ZM-101.904 577.04L-102.438 576.408C-102.228 575.862 -101.837 575.825 -101.904 577.04ZM22.6511 518.777L20.9684 516.312C21.9653 515.48 23.2106 515.045 24.5491 514.758L22.6511 518.777ZM734.24 85.1986L788.652 125.548C790.573 124.759 791.814 126.189 792.021 128.06L793.944 129.477L802.367 124.198L772.124 91.4701C771.766 92.6606 771.201 91.9796 770.635 90.1954L770.833 90.0711L744.382 61.5221L734.221 85.2793L734.24 85.1986ZM765.421 99.6043C767.188 99.6701 768.631 99.1105 770.261 98.848C771.581 98.6417 771.032 100.849 770.351 101.414C767.75 103.32 765.89 103.105 765.421 99.6043ZM752.575 86.2651C751.333 84.2835 751.05 75.3529 751.462 72.8175C755.669 71.4918 757.279 75.9335 755.275 79.1217C758.599 80.3507 758.072 85.7868 752.575 86.2651ZM-14.5657 526.232L-20.3351 521.982C-17.8485 522.977 -15.5534 524.436 -13.2273 525.945L-14.5657 526.232ZM929.806 -65.6663L955.323 -71.3091L929.373 -90.5807L908.273 -81.6342L929.806 -65.6663ZM930.145 -77.678C930.993 -78.4167 932.188 -79.3727 933.403 -79.3061C937.661 -79.0081 932.011 -71.9476 930.145 -77.678ZM89.8458 473.487C89.6106 473.773 89.2948 474.04 88.6937 474.071C87.3737 474.278 86.0848 474.534 84.7279 474.901L90.3632 481.029C94.9096 478.594 101.077 483.699 97.0225 488.241L110.248 502.515C111.438 502.322 112.634 502.469 114.092 503.143C114.802 500.972 116.034 500.407 117.772 502.078C119.191 501.809 119.174 503.545 120.402 503.742C123.32 502.672 126.642 502.246 129.575 503.512C130.284 505.966 121.318 507.515 119.347 507.784C118.548 507.94 117.625 508.449 116.702 508.959C116.795 509.107 116.907 509.175 116.981 509.405C116.932 509.436 116.833 509.498 116.814 509.578L134.967 529.183C134.967 529.183 135.017 529.152 135.066 529.121C134.92 526.245 133.891 520.749 139.398 523.37C141.401 529.428 142.566 523.799 150.075 521.577C152.525 522.732 154.94 525.704 156.573 528.751L164.6 523.72L163.323 518.38C163.028 520.772 159.718 520.225 158.965 518.144L163.223 517.89L161.616 511.031L150.666 502.921C148.102 504.666 145.321 506.064 145.131 502.457C145.093 501.515 145.494 500.504 146.088 499.58L117.483 478.384C116.524 479.606 114.832 480.321 112.849 479.909C111.637 477.425 111.492 475.653 111.937 474.27L105.77 469.717L89.7837 473.388L89.8458 473.487ZM156.318 511.937C153.145 522.62 153.553 517.327 149.222 517.902C148.212 518.053 147.647 517.372 147.819 515.884C149.498 515.59 150.433 514.659 150.238 512.918C152.331 511.192 153.892 510.49 156.318 511.937ZM137.383 517.732C134.588 517.897 132.832 516.307 132.748 513.53C135.422 510.198 139.443 514.302 137.383 517.732ZM130.984 515.671C131.984 517.045 132.383 519.003 132.224 520.621C125.8 523.474 127.507 510.674 130.984 515.671ZM135.665 506.182C136.488 505.183 137.896 506.439 138.461 507.12C137.544 507.419 135.394 507.732 135.665 506.182ZM116.588 491.711C118.038 491.492 121.447 491.425 121.14 493.688C119.728 494.849 117.469 492.676 116.588 491.711ZM-20.5304 539.838L-17.2042 532.923L-23.0047 528.623C-23.2584 528.989 -23.5741 529.256 -24.287 529.22C-24.3372 528.7 -24.3874 528.179 -24.2764 527.695L-29.6488 523.748C-29.8648 524.505 -30.7632 524.723 -31.6868 524.681C-31.8242 523.801 -31.6888 523.026 -30.9205 522.82L-37.0869 518.267C-38.1777 518.399 -39.0636 518.747 -39.1679 519.571C-38.2311 520.295 -37.6841 521.608 -37.881 522.836C-39.8946 523.477 -42.2411 525.569 -44.412 524.307C-45.3944 521.749 -42.4314 521.962 -42.9547 519.806C-45.0132 519.164 -46.456 520.275 -48.4452 520.625L-48.7068 519.547L-52.8675 523.259C-51.3876 527.161 -57.0195 528.966 -57.289 531.619C-57.289 531.619 -57.2269 531.718 -57.2765 531.749L-33.3116 549.505C-32.5988 549.541 -32.0413 549.33 -32.0175 548.487C-31.9653 545.487 -38.4977 545.855 -39.5303 542.776C-35.5751 538.296 -42.2925 534.295 -40.2598 528.95C-41.3129 529.472 -42.72 529.319 -43.0874 527.962C-39.0681 525.236 -36.4671 528.505 -32.5244 529.07C-33.3601 529.939 -34.0029 531.446 -32.9109 532.417L-29.0435 532.201C-30.109 537.768 -27.9824 543.474 -30.3745 548.906L-25.1363 549.556L-21.1177 541.103C-22.04 542.164 -23.4894 542.935 -23.4068 544.608C-25.7058 545.014 -27.0832 543.807 -26.8877 541.477C-24.8424 541.437 -22.1186 538.625 -20.3574 539.454C-20.3448 539.584 -20.4439 539.646 -20.4809 539.807L-20.5304 539.838ZM-44.2969 537.483L-44.2143 539.157C-45.7007 540.088 -45.9154 536.773 -44.2969 537.483ZM-46.2683 532.026C-49.9857 533.252 -52.0614 528.619 -51.6373 525.662L-48.9241 524.375C-48.3143 526.339 -50.3088 527.451 -49.7796 529.396C-48.1868 529.295 -45.868 529.912 -46.2993 531.976L-46.2683 532.026ZM27.9803 507.57C27.2219 505.7 25.8504 504.282 23.1351 503.914C23.6537 502.209 23.7693 500.411 23.7237 498.577L30.0328 503.248L27.9803 507.57ZM917.115 -37.9083L927.167 -58.9753L901.677 -77.8448L899.113 -75.5483C899.87 -74.7807 895.463 -70.3621 892.724 -69.8874L884.155 -62.3086L917.115 -37.9083ZM900.896 -67.4192C900.912 -69.1545 901.381 -70.8286 902.123 -72.3976C906.26 -75.2664 907.768 -63.1704 900.896 -67.4192ZM912.934 -50.7445L914.062 -51.0373L914.67 -50.7282C914.345 -47.8334 913.619 -48.5514 912.934 -50.7445ZM986.61 -184.9L979.018 -225.2L1002.36 -225.064L1008.23 -193.897L986.61 -184.9ZM1031.82 -213.302L1014.57 -198.213L1009.58 -224.553L1025.78 -245.058L1031.82 -213.302ZM56.9932 589.094C57.0572 585.673 56.8551 582.488 55.909 579.217L59.777 579.552C59.2915 582.962 59.6615 586.525 62.1673 587.991L70.0949 583.022L67.0921 570.413L33.9893 545.896C33.8433 548.195 32.0913 549.914 32.2182 552.319C32.2823 554.073 34.3898 554.132 34.107 556.103C33.6704 558.93 30.3989 559.876 29.4661 562.462C35.1212 559.263 28.583 570.192 28.2242 570.831C27.3694 571.228 25.9319 571.577 24.6053 571.443L33.3126 580.821C34.4522 580.107 35.5858 579.603 36.522 579.775C38.2145 580.164 37.9959 583.889 38.3209 586.169L48.1765 596.829L59.6714 589.624C58.7723 589.29 57.8857 589.087 56.9747 589.175L56.9932 589.094ZM50.5957 593.311C51.8681 594.791 50.4173 594.458 49.5367 594.044L50.6267 593.361L50.5957 593.311ZM40.1911 574.509C38.9517 574.733 35.5184 575.091 35.6895 573.052C37.0887 571.761 40.0582 572.315 40.1911 574.509ZM47.3246 574.109C47.0042 575.69 47.18 577.511 47.5909 579.048C45.5945 578.505 44.4581 576.802 44.028 574.795L47.2935 574.059L47.3246 574.109ZM52.4796 577.709L52.2642 573.842L55.1426 575.902L52.4796 577.709ZM548.986 91.8712L542.25 97.7494L537.266 71.4093L543.256 63.7905C544.2 65.4069 546.232 64.1336 547.693 62.9417C548.298 61.0444 546.408 61.332 544.754 61.8858L553.468 50.9041L554.765 57.8192C553.696 60.6281 553.83 63.3736 556.039 65.5771C556.119 65.5956 556.169 65.5645 556.281 65.6325L559.531 82.7093L551.364 89.8289C550.726 90.0219 550.019 90.3265 549.19 90.9846C549.066 91.338 549.091 91.5983 548.986 91.8712ZM562.19 77.5926C564.098 77.2244 566.968 77.2888 568.736 78.4578L583.182 72.4392L577.312 41.2722L571.344 41.2181C569.572 41.9147 567.725 41.8303 566.689 41.1685L553.939 41.0863L557.145 57.9833C558.007 58.478 558.399 59.5435 558.185 61.4031C561.476 61.4793 561.604 64.9871 558.586 65.5675L561.581 81.3554L564.585 80.0933C563.549 79.4315 562.649 78.5464 562.227 77.4314L562.19 77.5926ZM571.214 52.1326C568.028 51.7835 567.598 49.776 568.648 47.0476C571.559 45.0852 571.757 50.1362 571.214 52.1326ZM575.483 71.0549C576.424 70.4649 577.706 69.8682 578.303 71.1504C577.19 73.2281 576.069 73.8617 575.483 71.0549ZM570.893 73.8624L572.071 73.5385L572.678 73.8476C572.353 76.7424 571.627 76.0244 570.943 73.8313L570.893 73.8624ZM580.678 61.7266C578.393 63.3659 577.233 62.5059 577.211 59.8285C578.778 58.9154 580.849 59.6873 580.678 61.7266ZM1003.45 -149.223L993.513 -144.927L978.318 -153.206L992.834 -158.233L1010.89 -153.54C1010.89 -153.54 1010.89 -153.54 1010.84 -153.509C1005.49 -152.362 1003.34 -151.497 1003.4 -149.192L1003.45 -149.223ZM177.159 207.822L192.429 246.829C193.297 246.561 194.015 246.387 194.524 246.758C195.697 247.748 196.714 248.491 198.338 248.439C200.792 253.456 196.839 254.416 199.415 257.976C198.722 258.411 198.01 258.926 197.347 259.41L200.145 266.627C202.205 263.197 198.347 261.337 200.878 257.887C202.929 257.085 204.863 257.529 203.751 260.158C202.723 260.94 202.789 264.349 201.274 267.437C200.995 267.543 200.766 267.618 200.506 267.643L201.836 271.087L215.538 254.081L204.753 197.014C202.672 198.318 199.121 198.819 197.194 199.819C197.972 202.161 197.546 204.014 194.844 204.328C193.343 202.923 192.516 200.612 190.97 199.028C187.03 194.942 189.304 204.626 184.707 201.366C183.243 200.352 180.634 195.639 179.79 200.239C184.503 202.253 180.456 207.136 177.091 207.934L177.159 207.822ZM191.846 231.255C192.193 231.038 192.62 230.839 193.463 230.862C193.999 233.149 193.429 233.23 191.846 231.255ZM200.504 271.715L192.986 271.39C192.986 271.39 192.893 271.242 192.911 271.161C192.713 271.285 192.583 271.298 192.403 271.341L187.413 271.088C188.878 268.03 184.031 267.894 181.993 268.275C181.804 266.323 183.098 265.305 185.386 265.32C186.202 263.98 185.724 263.107 187.837 262.956C186.988 257.416 192.206 262.219 195.148 260.857C195.446 260.671 195.743 260.485 196.04 260.298L200.504 271.715ZM19.9617 524.395L17.2445 522.372C18.1311 522.576 19.0857 522.667 20.2445 522.424L22.1008 519.881L19.9122 524.426L19.9617 524.395ZM36.0909 505.316L25.93 529.073L45.0001 543.203L46.8036 543.108C46.8849 543.678 46.7613 544.032 46.5262 544.317L85.6527 573.271L94.0758 567.992L57.6762 528.634C56.8392 528.4 56.0517 528.134 55.4313 527.695C55.6355 527.36 55.759 527.007 55.8825 526.653L42.8308 512.546C40.6428 512.468 38.7573 511.442 38.9033 509.142C38.9092 508.932 39.0453 508.708 39.1319 508.516L36.1094 505.235L36.0909 505.316ZM71.1561 553.445C71.4548 554.362 71.7673 556.512 70.2174 556.241L71.1561 553.445ZM60.543 551.816L61.5835 551.164L62.2666 552.254L61.2261 552.906L60.543 551.816ZM58.6911 537.521C60.5487 536.08 63.7713 535.717 63.7628 538.896C60.7192 538.664 54.7761 539.422 53.0677 536.146C55.4638 534.023 56.503 537.443 58.6911 537.521ZM48.2871 519.27C48.9544 522.646 52.0178 523.901 54.2085 526.185C52.177 527.458 49.6203 524.92 47.4634 524.892C47.9198 523.088 45.6095 519.292 48.2376 519.301L48.2871 519.27ZM33.0331 524C34.6628 523.738 36.3059 524.157 36.4631 526.059L33.1163 526.225L32.9835 524.031L33.0331 524ZM43.7353 517.292C43.7756 519.889 41.8122 521.051 39.5317 521.376C38.6689 520.33 38.0598 518.917 38.2441 517.56C39.6988 516.027 42.0421 516.352 43.7848 517.261L43.7353 517.292ZM-27.3064 554.021L-30.644 551.559L-30.391 550.642C-29.4416 551.496 -28.0212 552.33 -26.6141 552.483L-27.356 554.052L-27.3064 554.021ZM-46.54 517.499L-43.1285 514.463C-43.0954 516.168 -43.7633 517.414 -46.54 517.499ZM37.3355 504.329L40.0911 507.294C42.4502 505.332 47.7743 505.238 48.8432 507.605C49.8936 510.051 47.5715 511.852 44.8946 512.425L56.4507 524.917C57.0478 521.576 56.442 517.746 59.2034 515.326C62.8614 516.207 62.0514 512.713 64.6107 512.282C65.6505 516.253 69.8318 519.291 69.1243 523.667C68.4287 527.622 64.2284 529.289 60.2923 529.065L79.5937 549.95C79.0771 548.135 78.5109 546.351 77.4182 544.828C78.5512 543.773 79.6234 543.722 80.6341 544.123C81.3384 542.164 82.5638 540.706 84.3879 542.184C85.5295 543.125 86.6638 543.173 87.8793 543.791C87.9725 543.94 87.8859 544.132 87.8985 544.262C88.6119 539.675 90.5284 535.576 94.4731 537.795C94.1936 537.35 94.1368 536.488 94.2161 535.403C95.0399 534.956 97.3772 535.492 96.418 536.714C95.5578 537.875 94.9507 538.117 94.5847 537.863C95.174 538.253 95.7944 538.692 96.4583 539.311C96.4544 541.177 94.3417 541.88 94.4804 543.863C94.6502 545.896 97.1481 545.917 96.8905 548.149C96.5107 551.837 90.2472 554.176 87.6159 551.409C87.4784 550.529 87.446 549.376 87.4507 548.062C86.3633 550.952 83.7373 552.598 81.7395 550.952L80.6303 551.164L95.4136 567.153L111.12 557.309C109.241 556.623 107.553 554.921 107.098 552.653C109.63 549.756 114.763 550.679 116.273 554.079L117.363 553.396L114.36 540.787L96.7356 527.752C96.2897 528.032 95.9059 528.41 95.5221 528.789C95.9006 529.172 96.2792 529.556 96.7072 529.909C97.689 531.916 96.1101 533.25 94.1387 532.968L93.5355 531.345C93.5355 531.345 93.2131 531.271 93.052 531.234C92.47 531.737 91.8073 532.221 91.008 532.377C91.1995 531.912 91.298 531.298 91.3838 530.554C90.7325 530.066 90.2172 529.354 90.0487 528.424C89.2671 527.948 88.6838 527.348 88.218 526.604C88.4011 529.319 89.7924 531.759 89.4674 534.654L85.0801 535.471C84.2424 534.685 83.6895 533.583 83.4463 532.424C82.2631 532.959 81.5992 532.34 81.6401 530.313C81.8383 530.189 81.987 530.096 82.2162 530.021C80.1074 528.859 78.9143 526.294 76.3292 525.914C76.0603 523.943 76.4481 521.699 77.1027 519.771C81.4821 517.509 86.4666 518.525 88.9202 522.99C89.2981 522.822 89.707 522.704 90.0664 522.617L58.5208 499.262L37.2424 504.18L37.3355 504.329ZM110.837 538.58L111.052 541.895L108.256 541.508C108 539.668 109.052 538.594 110.868 538.629L110.837 538.58ZM99.7542 538.074C100.491 537.818 103.026 537.127 103.102 538.46C102.364 538.715 99.8302 539.406 99.7542 538.074ZM68.7954 533.603C71.8429 531.969 74.5912 534.041 72.2017 536.505C69.7236 537.506 68.8291 535.859 68.7954 533.603ZM-4.35545 538.119C-4.76439 538.237 -5.04911 538.553 -5.2843 538.839L8.44392 553.695C8.45581 553.274 8.59784 552.84 8.57867 552.369C12.2538 552.066 12.7282 554.805 11.8139 557.31L21.8431 568.137C22.6947 564.981 29.3215 565.865 28.46 560.746C21.884 560.935 17.5218 556.838 17.3836 550.231C20.5236 548.194 23.2665 545.854 27.1795 547.473C29.3298 547.16 30.4549 544.661 32.3265 544.454L29.02 542.041C29.0761 542.351 29.1323 542.66 29.1389 543.001C25.7036 546.88 20.2051 541.08 17.0677 545.323C18.9545 542.277 14.8328 542.308 13.0676 543.345C13.7711 540.834 15.5885 536.797 18.1325 534.029L11.4264 529.055L-8.464 533.655C-6.25086 533.993 -4.50149 535.243 -4.37395 538.199L-4.35545 538.119ZM2.47874 531.075L5.82619 531.461C8.39544 534.129 9.38778 539.786 6.39117 542.492C4.69862 542.104 4.62791 540.009 5.10355 538.676C3.45125 535.71 -0.621571 535.157 2.47874 531.075ZM146.447 535.167L142.731 537.496L137.741 532.067C138.417 532.265 139.255 533.051 140.223 533.824C142.506 535.705 144.601 535.634 146.497 535.136L146.447 535.167ZM-59.5174 528.945C-59.5174 528.945 -59.232 529.18 -59.1078 529.378C-59.2128 529.651 -59.2994 529.843 -59.4354 530.066L-60.1674 529.559L-59.4863 528.994L-59.5174 528.945ZM-99.2074 607.988C-98.7753 606.475 -97.3451 605.233 -96.0694 604.296L-94.7474 605.744C-94.7474 605.744 -94.8525 606.017 -94.9516 606.079C-94.7157 606.346 -94.4244 606.37 -94.1826 606.425L-92.4821 608.258C-94.0795 609.673 -94.2122 612.654 -90.152 613.076C-90.0073 614.849 -91.8095 616.047 -93.284 616.558C-97.1963 615.491 -95.4437 609.148 -99.2569 608.019L-99.2074 607.988ZM-95.5944 602.411L-93.925 604.194C-93.3383 602.377 -93.2663 600.4 -91.303 599.238C-89.8125 601.616 -85.9082 601.239 -85.4642 604.48L-88.729 605.767C-89.1334 604.572 -90.1765 603.018 -91.6081 603.156C-91.7502 603.59 -92.2013 604.632 -92.7272 605.444L-90.7598 607.592C-90.7598 607.592 -90.45 607.536 -90.3198 607.523C-90.3568 607.685 -90.3938 607.846 -90.3502 608.026L-87.154 611.473C-86.1069 611.162 -84.9977 610.95 -83.9625 611.06L-82.8083 612.131C-82.3663 613.717 -82.8301 614.629 -83.5171 615.404L-82.0215 617.02C-81.5577 616.108 -80.6969 615.5 -78.205 615.732C-79.1272 616.793 -79.4912 618.194 -79.5823 619.7L-74.0712 625.63C-73.6187 625.692 -73.3023 625.976 -73.221 626.547L-70.2917 629.679L-68.6183 629.596L-68.9387 631.177L-56.911 644.201C-54.5248 644.154 -52.2739 644.883 -50.0099 646.293C-45.8697 646.182 -43.9288 641.791 -39.745 641.86L-38.978 645.727C-41.1673 649.721 -47.1064 648.613 -50.2827 651.363L-46.1431 655.876C-45.8954 655.72 -45.6476 655.565 -45.3999 655.41L-29.5943 645.504C-31.5729 644.329 -34.5775 645.591 -36.3645 643.951C-34.9132 639.66 -28.649 643.048 -25.365 642.232C-25.0868 641.574 -24.8583 640.948 -24.6297 640.322L-27.1964 629.51L-31.297 626.491C-34.1417 626.687 -37.2903 626.728 -38.564 624.146L-37.7489 621.703L-45.3608 616.054C-44.3051 617.738 -42.6488 618.839 -41.0052 619.81C-39.3555 625.746 -44.7912 625.771 -48.9928 626.335L-49.329 630.203C-52.4644 630.926 -61.9127 644.369 -66.5545 629.475C-60.5922 629.189 -55.339 621.825 -49.6264 625.214C-50.7515 622.538 -48.8978 617.788 -51.1803 616.458C-48.8873 616.263 -47.9934 617.359 -45.8384 615.732L-51.6389 611.433C-51.6389 611.433 -52.2275 611.595 -52.5188 611.57C-53.0711 611.019 -53.3816 610.524 -53.5435 609.935L-58.9469 605.939C-59.7522 606.305 -60.6381 606.654 -61.6548 606.463L-61.5214 604.033L-77.9859 591.858C-77.2401 593.598 -76.4076 595.147 -76.6481 596.194L-80.5148 596.962C-79.7226 606.264 -87.3696 597.256 -88.852 596.322C-89.257 594.575 -88.7352 590.453 -91.3942 590.394L-92.2504 594.864C-95.5033 595.73 -96.3298 593.971 -98.9961 593.02C-99.2359 594.619 -99.5253 596.25 -99.9758 597.843L-97.363 600.69C-96.8609 600.721 -96.3588 600.751 -95.8693 600.651L-95.7741 602.455L-95.5944 602.411ZM-37.2664 636.236C-36.3237 636.749 -35.8202 637.882 -35.9801 638.949C-37.195 638.882 -39.2741 636.666 -37.2664 636.236ZM-59.5202 613.612C-62.2592 614.087 -62.5909 611.466 -62.5315 609.358C-59.9292 608.555 -58.2274 611.491 -59.5202 613.612ZM-58.8358 615.805L-57.6314 617.397C-58.516 618.848 -61.0357 616.149 -58.8358 615.805ZM-60.8963 618.684C-63.7462 619.642 -66.8261 620.123 -69.6199 621.391C-72.5902 620.286 -73.1524 616.636 -73.3665 613.872C-68.7745 608.096 -62.904 613.939 -60.9148 618.764L-60.8963 618.684ZM-76.8416 600.18C-75.0381 600.085 -73.1229 600.057 -71.3002 600.433C-76.3157 604.542 -66.9743 605.243 -67.5213 609.105C-69.2145 608.165 -71.2175 607.281 -73.1453 607.178L-76.2766 611.211C-76.7622 609.445 -77.6455 606.825 -79.3203 605.805C-80.44 607.541 -84.1052 605.767 -85.4635 605.032C-85.1484 604.213 -78.4575 601.676 -76.8727 600.13L-76.8416 600.18ZM-48.0332 656.163C-49.4351 655.248 -50.973 654.556 -51.2605 652.666L-48.0332 656.163ZM-84.7307 616.441L-82.5896 618.756C-82.7745 619.562 -83.0897 620.38 -84 621.02L-86.2766 619.48C-86.3962 617.968 -85.579 617.18 -84.6812 616.41L-84.7307 616.441ZM1167.84 -343.549L1191.18 -343.412L1197.06 -312.245L1175.43 -303.249L1167.84 -343.549ZM1245.62 -372.496L1261.83 -393.001L1267.86 -361.246L1250.61 -346.156L1245.62 -372.496ZM1292.84 -402.091L1309.05 -422.596L1315.08 -390.841L1297.83 -375.751L1292.84 -402.091ZM1906.69 -786.825L1922.89 -807.33L1928.92 -775.575L1911.67 -760.485L1906.69 -786.825ZM1262.28 -402.739L1285.62 -402.602L1291.49 -371.435L1269.87 -362.438L1262.28 -402.739ZM1340.06 -431.686L1356.26 -452.191L1362.3 -420.436L1345.05 -405.346L1340.06 -431.686ZM1403.94 -491.523L1427.28 -491.387L1433.15 -460.22L1411.53 -451.223L1403.94 -491.523ZM1387.28 -461.281L1403.48 -481.786L1409.51 -450.031L1392.26 -434.941L1387.28 -461.281ZM1356.72 -461.928L1380.06 -461.792L1385.93 -430.625L1364.31 -421.628L1356.72 -461.928ZM1120.62 -313.954L1143.97 -313.817L1149.84 -282.65L1128.22 -273.654L1120.62 -313.954ZM1103.97 -283.711L1120.17 -304.216L1126.2 -272.461L1108.95 -257.371L1103.97 -283.711ZM1073.41 -284.359L1096.75 -284.223L1102.62 -253.055L1081 -244.059L1073.41 -284.359ZM1215.06 -373.144L1238.4 -373.007L1244.27 -341.84L1222.65 -332.843L1215.06 -373.144ZM2645.42 -1214.09L2647.91 -1215.17C2648.56 -1214.48 2649.15 -1213.74 2649.78 -1212.96L2645.42 -1214.09ZM1451.15 -521.118L1474.5 -520.982L1480.37 -489.815L1458.75 -480.818L1451.15 -521.118ZM1198.41 -342.901L1214.61 -363.406L1220.64 -331.651L1203.39 -316.561L1198.41 -342.901ZM1151.19 -313.306L1167.39 -333.811L1173.42 -302.056L1156.17 -286.966L1151.19 -313.306ZM1434.5 -490.876L1450.7 -511.381L1456.73 -479.626L1439.48 -464.536L1434.5 -490.876ZM1734.47 -698.688L1757.81 -698.551L1763.68 -667.385L1742.06 -658.388L1734.47 -698.688ZM1765.03 -698.04L1781.23 -718.546L1787.26 -686.79L1770.01 -671.7L1765.03 -698.04ZM1717.81 -668.445L1734.01 -688.951L1740 -657.164L1722.75 -642.074L1717.76 -668.414L1717.81 -668.445ZM1687.25 -669.093L1710.59 -668.957L1716.46 -637.79L1694.84 -628.793L1687.25 -669.093ZM1781.68 -728.283L1805.03 -728.146L1810.9 -696.979L1789.28 -687.983L1781.68 -728.283ZM1812.25 -727.635L1828.45 -748.141L1834.48 -716.385L1817.23 -701.295L1812.25 -727.635ZM1481.72 -520.471L1497.92 -540.976L1503.95 -509.22L1486.7 -494.131L1481.72 -520.471ZM1859.47 -757.23L1875.67 -777.735L1881.65 -745.949L1864.4 -730.859L1859.42 -757.199L1859.47 -757.23ZM1828.9 -757.878L1852.25 -757.741L1858.12 -726.574L1836.49 -717.578L1828.9 -757.878ZM1876.12 -787.473L1899.46 -787.336L1905.33 -756.169L1883.71 -747.172L1876.12 -787.473ZM1545.59 -580.308L1568.93 -580.172L1574.8 -549.005L1553.18 -540.008L1545.59 -580.308ZM1576.16 -579.661L1592.36 -600.166L1598.39 -568.41L1581.14 -553.321L1576.16 -579.661ZM1528.94 -550.066L1545.14 -570.571L1551.17 -538.815L1533.92 -523.726L1528.94 -550.066ZM1498.37 -550.713L1521.72 -550.577L1527.59 -519.41L1505.96 -510.413L1498.37 -550.713ZM1640.03 -639.498L1663.37 -639.362L1669.24 -608.195L1647.62 -599.198L1640.03 -639.498ZM1670.59 -638.851L1686.79 -659.356L1692.83 -627.6L1675.58 -612.511L1670.59 -638.851ZM1592.81 -609.903L1616.15 -609.767L1622.02 -578.6L1600.4 -569.603L1592.81 -609.903ZM1623.37 -609.256L1639.58 -629.761L1645.61 -598.005L1628.36 -582.916L1623.37 -609.256ZM1309.5 -432.334L1332.84 -432.197L1338.71 -401.03L1317.09 -392.033L1309.5 -432.334ZM1967.56 -775.917L1959.3 -780.4L1981.24 -797.807L2003.74 -792.179L2020.84 -798.479L2029.21 -793.929L2007.44 -776.695L1984.94 -782.324L1967.51 -775.886L1967.56 -775.917ZM2017.18 -804.325L2031.69 -809.352L2051.47 -804.222L2032.4 -795.997L2017.21 -804.276L2017.18 -804.325ZM2018.7 -799.691L2004.18 -794.664L1984.41 -799.795L2003.47 -808.02L2018.67 -799.741L2018.7 -799.691ZM1969.96 -774.73L1984.47 -779.757L2004.25 -774.627L1985.13 -766.371L1969.94 -774.65L1969.96 -774.73ZM1971.48 -770.097L1956.97 -765.07L1937.19 -770.2L1956.26 -778.425L1971.45 -770.146L1971.48 -770.097ZM2062.08 -835.089L2053.81 -839.571L2075.8 -857.01L2098.31 -851.381L2115.41 -857.682L2123.78 -853.132L2102.01 -835.898L2079.5 -841.526L2062.08 -835.089ZM2065.92 -829.286L2051.4 -824.259L2031.62 -829.39L2050.69 -837.615L2065.94 -829.367L2065.92 -829.286ZM2111.61 -863.515L2126.13 -868.542L2145.91 -863.412L2126.84 -855.187L2111.64 -863.466L2111.61 -863.515ZM2064.39 -833.92L2078.91 -838.947L2098.69 -833.817L2079.62 -825.592L2064.43 -833.871L2064.39 -833.92ZM2014.83 -805.543L2006.56 -810.026L2028.5 -827.433L2051.01 -821.805L2068.11 -828.106L2076.48 -823.555L2054.71 -806.321L2032.2 -811.95L2014.78 -805.512L2014.83 -805.543ZM1825.95 -687.164L1817.69 -691.646L1839.68 -709.085L1862.18 -703.456L1879.28 -709.757L1887.66 -705.206L1865.88 -687.973L1843.38 -693.601L1825.95 -687.164ZM1875.57 -715.572L1890.09 -720.599L1909.86 -715.468L1890.8 -707.243L1875.6 -715.522L1875.57 -715.572ZM1877.09 -710.938L1862.58 -705.911L1842.8 -711.041L1861.87 -719.266L1877.06 -710.987L1877.09 -710.938ZM1829.88 -681.343L1815.36 -676.316L1795.58 -681.446L1814.65 -689.671L1829.84 -681.392L1829.88 -681.343ZM1924.31 -740.533L1909.8 -735.506L1890.02 -740.636L1909.09 -748.861L1924.28 -740.582L1924.31 -740.533ZM1922.79 -745.167L1937.35 -750.225L1957.13 -745.094L1938.06 -736.869L1922.87 -745.148L1922.79 -745.167ZM1873.22 -716.79L1864.96 -721.272L1886.95 -738.711L1909.45 -733.082L1926.55 -739.383L1934.92 -734.832L1913.15 -717.599L1890.65 -723.227L1873.22 -716.79ZM1920.44 -746.384L1912.18 -750.867L1934.17 -768.306L1956.67 -762.677L1973.77 -768.978L1982.14 -764.427L1960.37 -747.194L1937.87 -752.822L1920.44 -746.384ZM2324.29 -988.186C2324.78 -988.838 2325.58 -988.653 2326 -989.533C2329.65 -988.652 2329.74 -986.427 2332.71 -985.322C2335.93 -987.34 2339.01 -989.687 2343.17 -989.116C2344.15 -991.181 2342.87 -992.45 2344.74 -994.864C2347.14 -995.883 2349.76 -994.009 2352.16 -995.028L2338.1 -983.872L2323.94 -987.417C2323.94 -987.417 2324.13 -987.882 2324.32 -988.137L2324.29 -988.186ZM2415.71 -1037.76C2414.32 -1036.13 2412.49 -1035.74 2410.95 -1034.57C2408.7 -1035.51 2406.59 -1036.46 2406 -1037.95C2408.33 -1040.72 2410.14 -1043.24 2412.01 -1045.65L2417.29 -1044.27C2417.55 -1042.64 2418.97 -1041.04 2420.86 -1041.88C2421.05 -1042.35 2421.16 -1042.83 2421.22 -1043.28L2427.07 -1041.77C2427.22 -1041.31 2427.32 -1040.82 2427.42 -1040.33L2417.35 -1036.03C2416.78 -1036.5 2416.2 -1037.1 2415.68 -1037.81L2415.71 -1037.76ZM2587.86 -1157.39C2593.76 -1161.08 2601.34 -1160.11 2608.44 -1160.35C2609.09 -1158.97 2610.31 -1157.8 2611.58 -1156.66L2599.09 -1151.25L2587.89 -1157.34L2587.86 -1157.39ZM2381.47 -1011.68L2382.12 -1011.53L2381.36 -1011.19C2381.36 -1011.19 2381.49 -1011.55 2381.52 -1011.71L2381.47 -1011.68ZM2382.47 -1015.27C2384.61 -1015.16 2386.58 -1015.43 2388.44 -1015.98L2385.32 -1013.47L2382.2 -1014.27C2382.2 -1014.27 2382.37 -1014.86 2382.5 -1015.22L2382.47 -1015.27ZM2644.72 -1193.85C2643.21 -1189.32 2639.58 -1190.49 2636.28 -1190.91L2644.72 -1193.85ZM2158.93 -893.172L2173.5 -898.23L2193.27 -893.1L2174.21 -884.875L2159.01 -893.154L2158.93 -893.172ZM2113.24 -858.944L2098.72 -853.916L2078.94 -859.047L2098.01 -867.272L2113.26 -859.024L2113.24 -858.944ZM2156.61 -894.341L2148.35 -898.823L2170.34 -916.262L2192.84 -910.633L2209.94 -916.934L2218.32 -912.384L2213.95 -908.888C2213.48 -910.183 2212.13 -911.129 2210.83 -912.107C2208.01 -911.099 2208.08 -907.35 2208.84 -905.479C2209.03 -905.393 2209.2 -905.356 2209.39 -905.269L2200.94 -898.595C2200.94 -898.595 2200.49 -898.657 2200.23 -898.631C2200.12 -898.359 2200.07 -898.117 2200.01 -897.875L2196.55 -895.15L2174.04 -900.778L2156.61 -894.341ZM2160.46 -888.538L2145.94 -883.511L2126.16 -888.642L2145.23 -896.867L2160.42 -888.588L2160.46 -888.538ZM2109.39 -864.746L2101.13 -869.228L2123.07 -886.636L2145.58 -881.007L2162.68 -887.308L2171.05 -882.758L2149.28 -865.524L2126.77 -871.152L2109.34 -864.715L2109.39 -864.746ZM-106.605 605.103C-104.95 605.101 -101.709 605.208 -100.981 607.029C-102.011 611.332 -105.351 606.663 -107.644 606.858L-109.102 610.808C-106.17 621.874 -112.156 617.277 -113.009 619.881L-115.726 617.858L-114.737 615.582C-114.742 616.344 -114.617 617.094 -114.245 617.689C-111.251 617.951 -109.979 613.704 -112.318 612.065C-112.807 612.164 -113.172 612.462 -113.488 612.729L-112.011 609.25C-110.685 608.833 -109.484 608.218 -108.666 607.43C-108.935 606.011 -109.499 605.33 -110.206 605.083L-108.241 600.401C-107.167 601.453 -106.323 602.58 -106.605 605.103ZM2237.35 -923.416L2240.39 -922.633L2234.84 -920.258C2235.78 -921.189 2236.62 -922.268 2237.35 -923.416ZM2300.49 -981.895L2312.38 -986.038C2314.98 -982.559 2315.33 -977.812 2321.32 -979.704C2322.19 -981.626 2322.25 -983.182 2322.7 -984.986L2334.72 -981.891L2315.65 -973.666L2300.46 -981.944L2300.49 -981.895ZM2240.47 -940.346L2257.01 -946.436L2265.39 -941.885L2243.62 -924.651L2238.85 -925.872C2241.33 -930.604 2242.25 -936.078 2240.52 -940.377L2240.47 -940.346ZM2095.56 -905.205L2111.76 -925.71L2117.79 -893.955L2100.54 -878.865L2095.56 -905.205ZM-57.6924 449.276C-58.3431 449.339 -59.0064 449.272 -59.6202 449.173C-59.8097 451.293 -60.6005 453.445 -62.6696 454.328C-61.3285 456.247 -59.9312 458.476 -59.5751 460.806C-60.7147 461.521 -61.4195 462.928 -61.0337 464.205C-59.793 465.083 -58.0754 465.732 -56.5632 465.612C-57.8686 462.428 -57.3131 460.562 -55.8332 459.289L-54.311 467.443L-61.7471 473.967C-63.7455 471.77 -65.1184 469.249 -65.4196 466.126C-68.6799 466.099 -71.8358 465.248 -74.948 464.576L-76.3454 457.172C-75.5764 457.518 -74.7889 457.783 -74.1375 458.272L-73.3705 462.139C-71.9138 462.261 -70.3771 461.849 -68.9832 461.321C-71.5168 457.389 -66.9835 454.271 -67.3542 450.156C-68.4951 449.768 -69.8712 449.664 -71.2784 449.511L-64.6503 441.148C-63.8503 441.543 -62.9327 441.796 -61.7429 441.602C-61.3855 439.86 -60.8048 438.254 -60.1746 436.617L-57.7915 449.338L-57.6924 449.276ZM-71.5112 482.502L-71.9915 479.974C-70.6715 479.768 -69.2525 479.499 -67.7839 479.2L-71.5422 482.452L-71.5112 482.502ZM18.9009 436.599C18.9438 436.227 18.9372 435.886 18.9306 435.546L20.2935 434.967L35.4889 443.246L20.9728 448.273L1.19462 443.143L17.1093 436.273C17.6364 436.564 18.2007 436.693 18.9194 436.519L18.9009 436.599ZM-46.7004 425.964L-55.4274 425.914L-55.2721 426.161L-57.9847 427.999C-57.9767 429.444 -58.2912 430.814 -58.6862 432.165L-54.6627 453.449C-54.372 452.922 -54.2425 452.358 -54.4976 451.621L-51.3655 448.14C-52.2363 445.649 -52.3076 443.003 -52.8686 440.456C-50.3978 438.563 -47.0015 438.366 -44.1951 437.228C-44.4884 435.549 -44.063 433.695 -43.3397 432.207C-39.0085 431.079 -39.7775 435.908 -36.5106 436.276C-35.7667 436.362 -35.1286 436.169 -34.6826 435.889L-36.5292 426.006L-41.9154 426.001C-43.2968 426.66 -44.846 426.941 -46.4328 426.831C-46.489 426.522 -46.5947 426.243 -46.7004 425.964ZM-39.7379 427.603C-38.449 427.348 -37.0908 428.083 -36.3396 429.062C-37.5776 430.39 -39.7855 429.289 -39.7379 427.603ZM-53.1349 435.517C-51.9807 436.588 -52.7048 437.525 -54.1245 437.241C-54.1872 436.591 -53.6488 435.908 -53.1349 435.517ZM-30.5785 457.192L-32.2315 448.499C-32.2315 448.499 -32.4429 447.941 -32.5176 447.712L-32.4185 447.65L-33.4855 441.763L-33.8554 443.375C-36.0626 442.826 -38.2876 442.91 -40.5503 442.603L-39.5098 441.951C-44.1621 438.933 -46.3216 447.048 -50.212 448.659C-48.5175 450.702 -45.2262 450.778 -44.9249 453.901C-47.0422 455.918 -50.8904 456.605 -53.7833 457.935L-52.2611 466.09C-52.2611 466.09 -51.7531 465.909 -51.4928 465.884L-43.9411 462.738C-43.9411 462.738 -43.9411 462.738 -43.8915 462.707L-30.6591 457.173L-30.5785 457.192ZM-39.7712 456.398L-37.9644 459.061L-41.8317 459.277C-42.0068 458.006 -40.8553 456.871 -39.7712 456.398ZM27.6318 429.609C28.0738 431.195 29.5629 432.47 30.9707 433.174C30.7798 434.191 30.5955 435.549 30.5598 436.813L23.3529 432.912L27.5512 429.59L27.6318 429.609ZM57.8095 418.63L45.4529 415.541L39.0812 420.57L39.2622 421.629L37.855 421.476L29.5575 428.057C32.4769 428.09 34.077 434.057 38.7054 432.743C39.2267 433.244 39.5682 433.789 39.8107 434.396L42.8774 433.233L43.5307 430.202C45.8165 429.114 47.844 429.706 49.4942 431.018L57.6782 433.065C57.4047 432.408 57.1127 431.832 56.8887 431.144C58.4676 424.635 65.6282 426.15 70.5011 427.098C71.6578 425.2 72.7287 424.046 73.7441 423.133C72.337 422.98 71.1214 422.362 70.2698 420.343C70.2698 420.343 70.1892 420.324 70.1086 420.306L67.8288 421.183L60.4012 419.352C59.6335 420.109 58.4068 420.464 57.8789 419.621C57.6305 419.225 57.6054 418.965 57.7104 418.692L57.8095 418.63ZM47.2441 425.666L45.9062 421.329L48.5699 420.074C48.776 421.394 49.2088 425.608 47.1945 425.697L47.2441 425.666ZM62.0666 412.65C63.9137 412.734 65.5296 411.238 66.321 409.638C67.4567 410.789 67.1429 412.711 66.5371 414.057C67.0478 416.083 67.6384 417.576 68.3711 418.635L68.272 418.697L48.4938 413.566L60.8278 408.251C60.7988 409.856 61.2533 411.572 62.0355 412.6L62.0666 412.65ZM-16.4912 446.085C-17.4458 445.994 -18.308 445.499 -18.7552 444.675C-17.7392 444.314 -16.593 443.941 -15.4897 443.94L-15.7916 445.44L-6.97486 437.706L-13.0069 405.95L-21.2006 416.33C-20.057 418.925 -19.0872 421.353 -21.0367 423.748L-18.7601 425.289C-21.7779 425.869 -24.9827 425.601 -28.2495 425.233L-29.2583 426.486L-24.2741 452.826L-16.5718 446.067L-16.4912 446.085ZM-17.9053 419.716C-19.6032 414.915 -12.9882 416.22 -10.8233 417.692C-10.9429 421.355 -15.6869 419.291 -17.9053 419.716ZM-16.6177 423.532C-15.9306 422.756 -14.5856 422.81 -14.3735 423.919C-15.0606 424.695 -16.3746 424.69 -16.6177 423.532ZM-11.9324 428.255C-13.5377 428.226 -14.351 427.148 -14.2909 425.593C-13.1705 424.407 -11.501 426.19 -10.8926 427.051L-11.9324 428.255ZM-18.3299 432.471C-18.8393 431.548 -20.1263 428.284 -17.9937 428.603C-17.6581 429.359 -16.2529 433.033 -18.3299 432.471ZM-18.717 435.267L-20.3904 435.35L-20.473 433.676L-18.717 435.267ZM-11.4514 436.509L-13.6446 437.194L-13.2576 434.398C-12.1913 434.558 -11.2235 435.331 -11.5009 436.54L-11.4514 436.509ZM-12.91 439.908L-11.2366 439.825C-10.7702 441.12 -13.3176 441.129 -12.91 439.908ZM-57.0258 452.101L-56.6327 454.27C-56.6327 454.27 -57.2775 454.122 -57.6124 453.918C-57.7062 453.218 -57.3971 452.61 -57.0753 452.132L-57.0258 452.101ZM61.0936 274.565L51.0552 266.366L29.0562 280.154L43.6607 317.439C46.4722 310.364 50.5477 313.123 54.2448 320.673C59.1982 321.639 63.6945 323.858 67.8691 326.555C68.5403 328.066 68.8397 329.535 69.1574 330.923C69.2631 331.201 69.3193 331.511 69.3754 331.821C69.8861 333.847 70.6136 335.668 72.8531 337.37C72.7124 338.907 73.0857 340.053 73.6076 341.106L64.8741 294.69C64.403 294.709 63.8514 294.71 63.3493 294.68C62.0452 292.599 59.9054 291.387 59.6543 288.784C59.4528 286.15 60.7271 284.11 62.6099 282.93L61.0441 274.596L61.0936 274.565ZM47.2825 283.359C47.0579 287.295 49.7693 294.704 42.8577 294.137C42.4712 292.309 40.7965 291.288 40.918 289.28C43.8981 288.309 45.0535 285.308 47.2329 283.39L47.2825 283.359ZM34.5269 283.487C35.4069 283.35 36.269 283.845 36.8028 284.476C35.8806 285.537 34.3737 284.895 34.5269 283.487ZM51.2706 275.408L51.6578 272.612C52.3779 273.541 53.1363 275.412 51.2706 275.408ZM-24.0486 316.543C-23.9694 315.459 -23.8405 314.343 -23.7117 313.227L-27.9232 315.867L-27.8611 315.966C-27.2098 316.455 -26.5088 316.912 -25.6718 317.147C-26.1256 321.157 -24.6444 326.163 -25.2032 330.447L-22.4521 345.076C-22.0062 344.796 -21.4486 344.585 -20.897 344.584L-20.0797 348.971C-17.1472 349.686 -15.4969 350.998 -15.9144 354.296C-14.1273 355.936 -9.38795 354.138 -9.63762 357.814C-12.0971 358.734 -16.7209 358.734 -17.1569 362.113C-17.9008 362.027 -18.6077 361.78 -19.3146 361.533L-14.1308 388.852L-5.81872 389.231C-6.60093 388.204 -7.59981 387.381 -7.00592 386.456C-4.25897 387.426 -0.974971 386.61 1.88229 386.544C2.11941 382.738 7.32788 384.442 6.954 387.919L2.01442 388.186C1.56256 388.676 1.12919 389.086 0.646277 389.527L11.6796 390.064L-13.2643 326.483C-13.2643 326.483 -13.8159 326.483 -14.0762 326.509C-14.1759 326.019 -13.9844 325.554 -13.7617 325.138L-19.1957 311.294C-18.5667 313.729 -17.8267 315.68 -17.8545 318.388C-20.2962 318.677 -21.712 316.528 -24.0486 316.543ZM5.13512 375.328C6.19609 376.25 5.55333 377.757 4.14617 377.604C3.99024 376.804 4.50355 375.862 5.13512 375.328ZM-10.2466 366.752L-8.5732 366.669C-6.40628 369.796 -6.2523 374.116 -7.40704 377.669C-2.86847 378.964 -4.48629 383.98 -8.17989 384.363C-11.2605 379.118 -7.81011 372.401 -10.2466 366.752ZM-11.0645 361.813L-7.19716 361.597C-6.8285 364.057 -8.87316 364.649 -10.931 364.559L-11.0645 361.813ZM5.54898 297.372L3.83658 295.961L-0.672235 298.787L-0.602177 300.33C-1.61755 301.242 -2.80142 301.225 -3.69461 300.681L-18.1624 309.749L-12.455 324.25C-12.455 324.25 -11.8102 324.398 -11.4627 324.733C-11.3504 325.352 -11.5545 325.687 -11.7897 325.973L-4.78279 343.869C-3.71784 342.925 -1.43667 343.151 -0.945144 344.706C-2.02396 344.417 -3.30691 344.462 -4.39101 344.934L13.0735 389.535L23.514 376.574C23.514 376.574 23.4579 376.264 23.4638 376.053C23.625 376.09 23.7056 376.109 23.8172 376.177L26.794 372.448L21.872 346.207C16.1793 349.016 10.6873 343.557 14.8275 338.271C17.034 338.268 18.4081 336.717 19.9005 335.574L14.0052 304.147L11.0706 301.777C10.0625 303.582 7.84477 304.558 4.60035 302.244C4.17025 300.237 4.745 298.842 5.62955 297.39L5.54898 297.372ZM13.5556 378.192C14.4013 380.422 12.6625 382.823 10.3734 381.153C10.0609 379.003 11.5783 378.121 13.5556 378.192ZM17.6831 362.426C18.8524 360.658 20.2265 359.107 21.886 357.791C22.7983 358.806 23.3579 360.249 23.1736 361.607C20.169 362.869 17.0588 363.852 13.899 364.867C13.562 363.008 16.301 362.533 17.6335 362.457L17.6831 362.426ZM7.66556 340.828C9.86154 342.349 6.26373 345.087 5.52314 342.584L7.66556 340.828ZM11.3168 336.193C11.2098 334.811 12.683 333.198 13.9798 334.386C14.1364 335.737 12.3395 336.173 11.3168 336.193ZM6.24513 334.818C5.44776 336.628 4.79309 338.557 4.31811 340.442C1.10809 340.935 -3.68419 340.006 -3.71397 335.884C-3.66449 330.678 5.31488 329.259 6.21407 334.768L6.24513 334.818ZM-1.53469 323.616C-0.918283 325.921 -5.84664 325.215 -6.99352 325.037C-7.21355 322.483 -2.96696 323.203 -1.53469 323.616ZM4.34875 309.44C8.87545 311.157 13.9274 311.51 13.6684 317.814C10.7524 320.538 8.74877 324.278 4.69051 325.511C2.16554 323.574 0.290602 321.023 -0.679921 318.043C1.24449 315.388 1.40695 311.353 4.42935 309.459L4.34875 309.44ZM42.864 319.802L27.6378 280.974L19.8589 285.85C20.0954 286.667 20.2638 287.597 20.3643 288.638C20.1971 288.812 19.9183 288.917 19.7512 289.091L22.421 303.15C23.5864 303.248 24.7333 303.426 25.6132 303.289C28.52 298.017 35.4494 303.127 30.2476 306.939C28.0286 306.812 25.7117 307.85 23.4127 308.256L31.6283 351.754C31.6283 351.754 31.9005 351.307 32.0986 351.183C32.6014 351.765 32.869 352.632 32.7831 353.376L31.9712 353.402L33.0877 359.257L58.8982 360.469L58.034 358.319C55.2428 356.618 53.2067 354.03 52.5883 350.071C47.9116 347.344 39.503 349.233 39.9211 341.312C31.9247 335.49 40.2612 330.403 44.0796 325.595C40.0834 326.926 36.4618 325.332 32.3956 325.121C33.6481 320.403 38.4377 319.126 42.6605 320.688C42.7345 320.366 42.8706 320.142 42.9446 319.82L42.864 319.802ZM51.2651 357.869L51.3477 359.543C49.8613 360.474 49.6465 357.159 51.2651 357.869ZM25.0551 313.299C24.4453 311.335 27.8238 311.771 28.8405 311.961C29.4503 313.925 26.0718 313.49 25.0551 313.299ZM-50.162 382.454L-49.6461 383.718C-50.929 383.763 -52.2437 383.207 -53.1435 382.322C-55.3989 382.907 -51.9695 384.415 -53.5299 385.669C-58.5369 386.599 -58.0706 377.544 -52.7571 378.974C-51.8685 380.833 -50.9251 381.897 -50.1125 382.423L-50.162 382.454ZM-42.5039 334.114C-44.9747 336.007 -45.7145 339.231 -47.6145 341.595C-43.4802 341.695 -42.2349 346.435 -38.4593 347.173C-37.751 353.699 -46.0882 358.234 -48.6283 364.311C-47.7159 365.326 -47.1563 366.77 -47.3406 368.127C-48.9163 367.045 -51.831 365.698 -53.4839 367.354C-53.4508 369.059 -53.2989 371.724 -51.0428 371.69C-50.98 372.34 -51.5125 372.812 -52.076 373.234L-50.6833 376.778C-50.2566 376.027 -50.8783 374.485 -49.1857 374.873L-46.3892 375.811C-46.0133 379.164 -46.9335 381.88 -48.445 382.551L-46.7353 386.931C-46.3005 387.624 -45.8969 388.268 -45.6604 389.086C-45.7099 389.117 -45.7595 389.148 -45.8401 389.13L-42.5883 397.511C-41.0312 398.674 -39.5797 399.558 -39.003 399.818C-32.9946 396.742 -27.2524 388.727 -22.8697 389.223L-25.1279 377.252C-25.593 377.06 -25.9346 376.515 -25.8983 375.803C-25.7186 375.759 -25.5759 375.877 -25.4147 375.914L-30.2866 350.193C-30.7457 349.791 -31.2359 349.339 -31.7942 348.999C-31.4414 348.571 -31.076 348.273 -30.7107 347.975L-32.4014 338.891C-33.8773 338.298 -35.3657 337.575 -36.8594 337.614C-37.4144 334.857 -40.1177 334.067 -42.6156 334.046L-42.5039 334.114ZM-35.1552 368.08C-31.2019 372.296 -35.6142 378.028 -36.5694 382.56C-33.6805 383.095 -33.9566 380.232 -31.7131 380.068L-29.3553 382.179C-35.0824 382.18 -34.6608 387.367 -38.3643 389.826C-40.0159 387.411 -35.0526 386.301 -36.5199 382.529C-40.9257 383.427 -43.8807 379.483 -45.1558 375.797C-39.3991 374.742 -38.2132 371.239 -35.025 368.068L-35.1552 368.08ZM-42.6674 362.921C-41.0376 362.659 -39.1528 363.133 -37.6459 363.776C-38.5595 366.833 -40.9193 368.243 -44.0434 367.993C-43.9463 366.276 -43.3286 364.509 -42.6674 362.921ZM-47.4573 389.522L-45.0822 395.624C-47.8867 393.241 -49.9538 390.604 -47.4573 389.522ZM-8.71089 396.288L-12.6529 396.275L-9.65872 412.063C-7.4192 408.589 -4.90023 405.561 -0.518892 404.954C1.23449 409.514 -5.20199 417.412 -9.41558 413.222L-5.01147 436.544L1.27644 433.914C0.865507 432.378 0.163219 430.817 -0.32832 429.262C0.295966 427.835 1.67008 426.284 3.40556 426.3C4.09595 428.283 5.18272 430.017 5.87312 431.999L16.6586 427.516L10.7885 396.349L6.34435 396.306C7.02084 397.055 6.95414 398.269 5.81388 398.432C5.11889 397.764 5.11756 396.66 6.05301 396.281L-8.01063 396.194C-8.01063 396.194 -8.407 396.443 -8.69834 396.418C-8.76044 396.319 -8.66135 396.257 -8.64286 396.177L-8.71089 396.288ZM7.9969 419.973C8.6569 422.457 11.6265 423.011 11.6919 425.868C8.96681 427.576 5.19655 426.075 4.34362 422.952C4.96791 421.526 6.34201 419.975 8.07751 419.991L7.9969 419.973ZM3.36183 415.771C4.09909 415.515 6.63327 414.824 6.70926 416.157C5.71304 417.54 4.1011 417.17 3.36183 415.771ZM-57.8194 339.297C-60.162 339.523 -61.6009 338.769 -62.6685 337.506L-57.9615 334.556C-57.4019 335.999 -57.1026 337.467 -57.8194 339.297ZM5.1438 484.898L4.46138 484.36L-13.0605 499.896L-9.46858 502.544C-9.46858 502.544 -9.28295 502.29 -9.18386 502.227L-8.656 503.07L11.016 517.72C12.1556 517.006 13.2139 515.721 13.0262 514.321C12.7448 512.22 8.302 513.28 6.83208 512.476C6.62194 507.846 9.69053 503.163 8.29653 498.517C11.8197 500.725 15.7346 498.823 19.3285 497.95C19.2208 496.017 16.3768 496.764 16.9686 494.185C17.26 494.21 17.4707 494.216 17.731 494.19L5.98745 485.473L6.14009 488.69L3.34427 488.303L4.28233 484.955L5.1438 484.898ZM3.38802 498.833C3.05106 496.974 4.35051 495.194 5.91752 494.28C8.60964 496.043 6.33909 499.467 3.38802 498.833ZM-2.70504 498.581C-2.25117 499.745 -1.52246 502.67 -3.61139 502.53L-2.70504 498.581ZM-151.616 574.248L-154.155 576.254C-154.577 575.69 -154.9 575.065 -154.864 574.352C-154.736 572.684 -153.184 574.058 -151.616 574.248ZM-75.4288 528.222C-75.479 527.701 -75.2874 527.236 -75.0027 526.92L-73.3597 527.339L-75.4288 528.222ZM-86.3984 549.588C-86.471 551.013 -85.6201 552.481 -84.5096 553.372L-87.6416 556.853C-91.5163 556.177 -89.697 548.619 -91.5534 545.987C-92.4644 546.075 -93.2386 546.492 -93.9693 547.088L-89.9263 543.519L-82.4881 549C-83.8021 548.995 -85.1035 549.121 -86.3178 549.606L-86.3984 549.588ZM104.485 431.881C104.873 434.812 106.567 436.855 109.357 437.452C107.093 440.666 109.74 441.697 111.31 442.991L111.878 445.878C115.732 445.532 116.05 441.745 117.683 439.065L124.135 443.854C124.135 443.854 124.29 444.101 124.303 444.232L118.665 456.046C116.911 456.11 114.759 455.871 112.734 451.759C111.97 450.099 110.829 450.261 109.566 451.329C109.76 453.07 110.995 454.159 112.688 454.548C112.543 457.95 114.026 458.884 117.094 459.376L115.87 461.937C114.779 462.069 113.919 462.678 113.976 464.091L114.838 464.034L114.337 465.106L108.394 460.689C109.447 460.167 110.45 459.676 111.534 459.204C98.5051 448.325 111.337 449.529 110.887 447.051C110.351 444.213 106.145 446.642 105.429 448.471C102.1 448.556 98.735 448.802 95.5005 449.587C95.3274 449.972 95.1544 450.356 94.9007 450.722L81.3767 440.706L98.8985 425.17L106.765 431.004C106.015 431.129 105.278 431.384 104.516 431.93L104.485 431.881ZM-167.133 596.946L-166.397 596.14L-166.866 597.814L-167.133 596.946ZM-141.919 587.077L-138.102 586.341C-136.717 588.992 -130.599 594.128 -127.66 594.632C-125.174 595.075 -125.973 590.607 -124.009 590.549C-121.573 590.471 -122.918 595.593 -122.556 597.16C-120.509 598.775 -118.344 600.247 -116.179 601.719L-118.386 606.346C-119.61 603.732 -125.033 604.44 -127.115 604.641C-129.046 602.331 -130.016 599.352 -130.894 596.52C-131.718 596.416 -132.443 596.801 -132.932 597.453C-132.493 596.281 -132.116 595.01 -132.18 593.807C-134.645 595.49 -136.129 593.453 -137.804 591.881C-142.674 593.14 -144.617 590.7 -145.317 586.171C-149.166 585.754 -148.578 590.216 -152.918 589.348C-152.417 588.275 -152.096 587.246 -151.775 586.216L-145.386 580.556C-143.227 582.238 -141.328 583.947 -141.969 587.108L-141.919 587.077ZM-99.6652 552.314L-93.9752 547.298C-95.8204 548.869 -97.3233 551.536 -99.6652 552.314ZM-45.8757 492.793L-60.1626 497.746C-57.7809 499.013 -55.2104 497.609 -52.5639 497.537C-52.4939 499.081 -52.6967 500.519 -53.0422 501.839L-45.1964 506.099L-36.2944 502.245C-38.9846 496.962 -34.0635 496.775 -30.2172 499.609L-26.079 497.843L-28.962 497.097C-29.2408 497.203 -29.4701 497.278 -29.8295 497.365C-29.9537 497.167 -30.1089 496.919 -30.2331 496.721L-45.8077 492.682L-45.8757 492.793ZM-45.5143 494.361C-43.6989 493.844 -40.6382 492.892 -40.4426 495.736L-43.1063 496.992L-45.4648 494.33L-45.5143 494.361ZM-37.8366 477.543L-38.6419 477.909C-38.6419 477.909 -38.9524 477.414 -39.0766 477.216L-37.7871 477.511L-37.8366 477.543ZM-56.6317 480.697L-60.6133 483.814C-60.6364 485.208 -60.8081 486.696 -61.3954 487.961C-62.6784 488.006 -63.6707 487.524 -64.4958 486.868L-71.0843 492.102L-69.8687 492.72C-69.8687 492.72 -69.6269 492.775 -69.4657 492.812L-69.5027 492.974L-67.2823 494.204C-65.4239 493.315 -63.4784 492.786 -61.1476 492.981L-61.0201 495.937L-45.445 490.177L-37.0998 492.261C-37.0998 492.261 -37.3172 491.914 -37.4414 491.716C-34.9085 489.922 -29.2858 490.745 -29.4524 486.295C-29.5363 483.519 -35.0783 487.889 -33.0152 482.042C-29.1095 482.768 -27.3654 484.78 -22.9227 483.721L-20.1262 484.659L-15.2699 482.167C-14.1991 475.838 -6.27145 476.044 -1.92904 479.119L-1.19838 478.523L-9.57135 473.972L-26.6705 480.273L-34.6933 478.263C-34.7171 479.106 -34.6292 480.017 -34.1509 480.891C-37.197 483.628 -41.8828 493.879 -45.0176 484.803L-40.7315 482.393L-44.2937 478.691C-50.1991 479.84 -51.7357 485.426 -50.8616 490.674C-54.5829 488.591 -55.5363 484.427 -56.7433 480.629L-56.6317 480.697ZM-30.7737 480.223L-29.7332 479.571L-29.0501 480.661L-30.0906 481.313L-30.7737 480.223ZM-103.753 544.25C-110.277 541.438 -101.855 540.231 -95.9203 538.029L-103.753 544.25ZM-36.8107 475.105L-40.5803 474.156C-40.8723 473.58 -41.1954 472.954 -41.6856 472.503C-42.7082 472.523 -43.7864 472.784 -44.7839 473.065L-45.9434 472.756L-38.9803 469.772C-38.829 471.885 -37.7858 473.44 -36.7301 475.124L-36.8107 475.105ZM-46.4084 477.74C-48.7543 480.383 -50.8372 480.033 -50.91 476.283L-52.9698 479.713C-53.7507 479.789 -54.1788 479.436 -54.6874 479.065L-49.0959 474.663L-46.6964 475.298C-46.4599 476.116 -46.3536 476.946 -46.4579 477.771L-46.4084 477.74ZM-54.2967 504.903L-49.4714 507.537C-49.9913 508.138 -50.6347 509.094 -50.5283 509.924L-62.925 519.764C-65.8154 518.125 -67.6843 515.364 -66.1643 511.513C-61.0324 511.332 -56.6472 508.86 -54.2967 504.903ZM15.8113 449.507L-1.7967 445.087L-4.9175 447.595C-4.08575 448.591 -3.42709 449.973 -2.90517 451.026C-4.08569 453.767 -9.16664 455.019 -11.1096 452.58C-11.0601 452.549 -11.0415 452.468 -10.9425 452.406L-17.4133 457.497C-16.8861 457.787 -16.2909 457.966 -15.7512 458.387L-14.2106 456.11L-13.4752 459.376C-14.5322 461.763 -15.9863 463.847 -17.6636 465.796L-15.4432 467.026L1.98433 460.588L18.1911 464.645C19.957 464.159 22.1767 464.838 23.8871 464.594C24.1976 465.09 24.477 465.535 24.7876 466.031L42.6272 451.883C42.9912 450.481 43.5474 449.167 44.2153 447.92L37.8395 444.464L20.7403 450.765L19.0167 450.327L18.7703 451.586C17.2396 451.786 16.1231 451.106 15.9229 449.575L15.8113 449.507ZM12.8127 455.734L17.2819 456.038C18.4143 459.606 14.0608 462.68 10.9353 461.326C10.9947 459.219 11.9037 457.476 12.8623 455.703L12.8127 455.734ZM-5.26881 459.476C-6.55704 460.284 -8.09962 460.905 -9.60588 460.815C-10.0175 458.726 -5.92221 457.333 -5.26881 459.476ZM7.65775 452.133C5.8615 453.121 3.33987 453.943 1.59642 452.482C-0.321502 445.128 8.2331 446.115 7.65775 452.133ZM-48.3549 508.217C-48.3549 508.217 -48.4791 508.019 -48.5101 507.969L-48.2062 508.124L-48.3053 508.186L-48.3549 508.217ZM2287.98 -1005.38C2291.97 -1005.4 2295.93 -1005.68 2298.79 -1005.53C2300.03 -1008.17 2301.29 -1010.9 2302.53 -1013.54C2303.71 -1013.31 2305.14 -1012.9 2306.67 -1012.33L2292.4 -999.87C2290.98 -1000.71 2289.8 -1000.04 2289.21 -998.905L2287.95 -1005.43L2287.98 -1005.38ZM2142.88 -934.862L2159.08 -955.367L2165.11 -923.612L2147.86 -908.522L2142.88 -934.862ZM2159.53 -965.104L2182.87 -964.968L2188.74 -933.801L2167.12 -924.804L2159.53 -965.104ZM2285.19 -1020.06L2284.53 -1023.65L2300.73 -1044.15L2303.87 -1027.69C2302.85 -1028.23 2301.82 -1029.1 2300.76 -1030.57C2296.44 -1028.21 2290.98 -1029 2288.73 -1021.03C2287.61 -1020.61 2286.43 -1020.28 2285.23 -1020.01L2285.19 -1020.06ZM2530.26 -1157.79C2526.09 -1156.62 2527.24 -1162.17 2524.38 -1163.76C2528.33 -1166.38 2524.44 -1168.08 2527.24 -1172.18C2530.08 -1172.51 2532.88 -1172.88 2536 -1172.42C2540 -1166.03 2530.23 -1164.67 2530.26 -1157.79ZM2573.86 -1186.22C2573.09 -1188.22 2574.92 -1191.92 2577.74 -1189.83C2578.56 -1187.86 2576.69 -1184.13 2573.86 -1186.22ZM2714.48 -1269.18C2714.44 -1268.25 2714.24 -1267.24 2713.97 -1266.24L2713.41 -1269.34C2713.41 -1269.34 2714.12 -1269.3 2714.53 -1269.21L2714.48 -1269.18ZM2315.17 -1033.67C2312.87 -1031.06 2309.7 -1027.21 2306.24 -1027.11L2302.29 -1048.16C2303.98 -1049.98 2305.37 -1051.95 2305.99 -1053.93L2311.12 -1053.9C2310.38 -1052.54 2310.31 -1051.12 2311.67 -1049.49C2314.87 -1049.56 2317.62 -1050.8 2321.36 -1049.35C2322.21 -1046.44 2319.06 -1042.11 2316.73 -1041.76C2312.34 -1043.36 2314.35 -1047.31 2309.05 -1048.61C2304.88 -1046.34 2305.83 -1040.86 2308.86 -1038.89C2311.32 -1038.16 2312.79 -1040.33 2315.44 -1039.08C2317.5 -1036.79 2319.82 -1031.76 2323.08 -1032.28C2321.97 -1036.69 2324.38 -1038.13 2327.17 -1039.74L2330.39 -1022.72L2329.4 -1022.31C2324.5 -1024.62 2321.02 -1030.51 2315.16 -1033.8L2315.17 -1033.67ZM2257.29 -1006.78C2257.84 -1007.88 2258.31 -1009 2258.67 -1010.19C2253.53 -1012.77 2258.75 -1019.08 2255.7 -1022.41C2255.19 -1022.57 2254.73 -1022.63 2254.25 -1022.75L2253.94 -1024.34L2277.28 -1024.21L2278.31 -1018.71C2275.43 -1018.01 2272.65 -1016.96 2270.37 -1014.42C2271.14 -1008.9 2275.47 -1006.72 2280.71 -1005.86L2283.1 -993.009L2261.48 -984.012L2257.19 -1006.72L2257.29 -1006.78ZM2001.24 -846.158L2017.44 -866.663L2023.42 -834.876L2006.17 -819.787L2001.19 -846.127L2001.24 -846.158ZM2017.89 -876.4L2041.24 -876.264L2047.11 -845.097L2025.49 -836.1L2017.89 -876.4ZM1970.68 -846.805L1994.02 -846.669L1999.89 -815.502L1978.27 -806.505L1970.68 -846.805ZM2112.33 -935.59L2135.67 -935.454L2141.54 -904.287L2119.92 -895.29L2112.33 -935.59ZM1954.02 -816.563L1970.22 -837.068L1976.26 -805.312L1959.01 -790.223L1954.02 -816.563ZM2048.46 -875.753L2064.66 -896.258L2070.69 -864.502L2053.44 -849.413L2048.46 -875.753ZM1828.42 -686.088L1842.94 -691.115L1862.71 -685.985L1843.65 -677.76L1828.45 -686.039L1828.42 -686.088ZM2065.11 -905.995L2088.46 -905.859L2094.33 -874.692L2072.71 -865.695L2065.11 -905.995ZM144.602 208.838C144.496 208.559 144.409 208.2 144.303 207.921L123.493 220.964L129.698 236.81L130.039 236.803C132.901 235.424 133.423 236.476 136.275 237.173C138.347 233.321 140.357 235.098 141.861 238.157C138.507 242.606 147.319 241.912 146.849 247.658C146.471 252.449 142.656 254.841 140.083 249.415C141.748 247.336 137.663 242.03 133.373 246.306L138.216 258.658C138.216 258.658 138.315 258.596 138.346 258.646C139.376 258.967 139.997 259.957 140.592 260.688C141.629 261.901 145.673 259.435 146.132 264.461C144.852 266.713 143.365 267.644 141.909 268.074L144.241 273.996C145.263 273.976 146.255 273.906 147.259 273.967C147.309 273.936 150.429 265.701 151.4 264.609C152.393 265.091 158.781 268.126 159.363 268.175C161.309 268.197 163.569 266.297 165.157 266.958L161.558 247.893C160.709 248.08 160.368 248.638 160.363 249.4C160.754 249.914 161.046 250.49 161.208 251.079L160.155 251.601C159.995 252.115 159.499 252.426 158.594 252.303C158.272 252.229 157.962 252.285 157.528 252.143C155.384 252.797 155.753 255.257 158.616 254.981C165.024 254.414 160.752 258.61 157.066 259.885C155.998 263.246 153.631 263.763 152.95 259.705C152.42 256.656 145.733 257.328 148.696 252.918C149.525 251.708 150.02 250.294 150.061 248.819C154.404 247.27 157.52 246.076 161.407 246.331L155.549 215.294L148.191 209.28C147.23 209.399 146.065 209.301 144.651 208.807L144.602 208.838ZM141.204 222.905C144.282 220.769 146.1 227.634 149.061 226.744C150.335 224.152 146.885 221.07 151.42 219.056C153.687 218.048 153.571 219.846 153.17 221.408C152.368 224.533 155.584 228.452 151.868 231.333C148.568 233.884 139.86 229.13 141.253 222.874L141.204 222.905ZM134.655 219.834C135.323 219.139 136.092 218.933 136.582 219.937C136.146 222.763 135.37 222.076 134.655 219.834ZM141.634 215.114L138.42 217.474C137.211 216.645 136.05 215.233 136.011 213.74C137.353 211.587 142.145 211.965 141.634 215.114ZM2664.57 -1365.21C2665.75 -1364.98 2666.79 -1364.53 2667.43 -1363.62C2666.84 -1362.69 2665.98 -1362.3 2665.1 -1362.16L2664.52 -1365.18L2664.57 -1365.21ZM2401.52 -1186.26C2404 -1187.26 2404.92 -1185.01 2406.88 -1183.75C2408.49 -1185.38 2411.36 -1187.73 2412.58 -1184.36C2406.05 -1177.16 2391.21 -1182.56 2396.51 -1194.02C2397.88 -1194.26 2399.45 -1194.07 2401.38 -1192.86C2402.35 -1190.99 2398.93 -1187.53 2401.57 -1186.29L2401.52 -1186.26ZM1923.37 -817.018L1946.71 -816.882L1952.58 -785.715L1930.96 -776.718L1923.37 -817.018ZM128.448 238.008L122.106 221.834L113.683 227.113L117.426 246.848C119.99 245.103 120.621 249.744 121.336 251.435C122.691 254.588 120.05 253.898 118.392 251.693L119.646 258.429C120.204 258.217 120.761 258.006 121.319 257.794C123.338 261.566 123.82 260.022 126.676 259.405C130.704 263.849 134.556 260.745 136.835 259.317L131.78 246.407C127.614 245.706 124.615 251.933 123.767 246.945C126.249 244.63 127.814 242.062 128.889 239.042L128.709 238.534L128.498 238.528L128.497 237.977L128.448 238.008ZM115.549 232.292C116.147 230.054 120.68 232.112 120.595 227.68C126.33 224.499 121.963 231.515 119.863 232.9C118.358 233.912 114.512 236.254 115.549 232.292ZM2667.44 -1263.85C2668.81 -1266.29 2670.77 -1266.9 2673.55 -1265.33C2672.72 -1263.57 2675.45 -1263.07 2673.69 -1260.93C2671.91 -1260.23 2668.04 -1262.01 2667.44 -1263.85ZM108.312 244.97L98.2738 236.771L76.2747 250.559L84.2515 270.883C84.8619 268.224 85.0198 265.503 84.7872 262.819C88.9934 260.942 86.5426 269.033 85.7452 270.844C85.9514 272.164 85.257 272.047 84.5066 271.621L88.125 280.807C89.8016 278.307 91.7267 276.204 92.3034 276.463C94.1044 279.337 96.9332 281.428 96.6525 285.054C96.6096 285.426 96.5045 285.698 96.381 286.052C97.0119 284.967 97.7855 283.999 98.8134 283.216C98.8854 281.239 100.871 278.131 100.176 276.911C98.921 274.8 99.5704 273.634 101.85 272.757C104.25 273.943 103.068 275.581 103.609 276.554C106.168 276.123 107.821 274.466 109.995 273.31C111.017 272.738 111.065 271.604 110.748 270.216C108.112 269.315 106.492 266.949 104.964 264.733L107.026 262.406C107.026 262.406 107.311 262.641 107.423 262.709C107.36 262.61 107.298 262.511 107.267 262.461C108.656 262.695 110.057 262.507 111.482 262.028L108.263 245.001L108.312 244.97ZM95.584 262.539C95.3627 264.057 95.5133 265.619 96.8419 267.408C94.8052 269.444 98.0153 274.125 93.6868 272.284C91.9479 269.51 91.2 266.114 91.0969 262.867C92.5708 261.805 94.2052 260.229 95.5529 262.489L95.584 262.539ZM89.1267 242.987L90.8859 242.16C95.9966 239.854 90.1758 249.506 89.1267 242.987ZM2556.89 -1273.08C2556.17 -1269.73 2551.87 -1271.18 2552.91 -1273.83C2554.94 -1273.45 2555.88 -1275.69 2556.89 -1273.08ZM87.0363 282.594L74.8689 251.509L66.4459 256.789L71.4552 283.389C72.5162 284.311 73.305 285.68 73.4623 287.582C73.6003 289.014 73.3414 290.142 72.9087 291.103L73.0018 291.252C73.4477 290.972 73.9683 290.922 74.3535 291.647C74.0642 293.277 73.7299 293.625 73.3328 293.321L80.2383 329.774L106.049 330.985L101.827 320.176C100.354 321.789 99.0365 319.027 98.2107 317.819C96.8465 317.294 96.0148 316.298 96.0564 314.822C97.6419 313.829 98.7577 313.957 99.676 314.762L97.6801 309.596C96.8682 309.621 96.0127 309.468 95.1942 309.153C95.2543 307.597 95.426 306.109 95.6968 304.559L90.4743 291.272C88.1753 291.678 85.943 290.869 85.1773 288.106C84.8846 286.978 85.8055 284.814 87.0673 282.643L87.0363 282.594ZM87.4355 300.077C88.8856 299.858 90.2009 300.966 90.8656 302.136C89.3118 303.731 87.4996 301.831 87.4355 300.077ZM82.6418 287.694C83.3103 286.999 84.0786 286.793 84.5695 287.797C84.1328 290.624 83.3573 289.937 82.6418 287.694ZM2465.32 -1152.83L2466.46 -1150.02C2466.37 -1149.62 2466.31 -1149.17 2466.26 -1148.8L2448.77 -1149.63C2447.75 -1151.69 2446.31 -1153.54 2444.51 -1155.31C2448.91 -1157.44 2451.25 -1165.26 2457.53 -1162.3C2461.93 -1159.46 2455.31 -1152.63 2461.79 -1150.55C2463.73 -1149.21 2464.09 -1152.27 2465.34 -1152.91L2465.32 -1152.83ZM2631.32 -1269.84C2631 -1269.36 2630.48 -1268.97 2629.95 -1268.71L2629.56 -1270.67C2630.13 -1270.41 2630.69 -1270.07 2631.24 -1269.86L2631.32 -1269.84ZM2485.58 -1194.51C2493.73 -1191.96 2495.47 -1185.66 2497.57 -1179.12L2488.39 -1179.57L2485.58 -1194.51ZM2631.63 -1260.86L2635.02 -1260.85C2638.16 -1257.5 2638.32 -1251.95 2635.88 -1249.24C2635.15 -1249.75 2634.33 -1250.27 2633.6 -1250.78L2631.71 -1260.84L2631.63 -1260.86ZM2677.96 -1332.61C2679.07 -1329.3 2675 -1328.75 2672.82 -1328.49C2671.83 -1331.39 2675.05 -1334.17 2677.96 -1332.61ZM2505.64 -1235.17C2503.37 -1234.71 2502.02 -1231.59 2500.08 -1230.16C2498.52 -1231.67 2496.58 -1233 2494 -1234.15L2491.91 -1239.46C2496.29 -1244.69 2500.57 -1249.31 2502.49 -1253.96C2510.37 -1254.83 2506.87 -1245.87 2511.56 -1243.22C2511.98 -1244.11 2512.75 -1243.97 2513.27 -1244.57C2514.46 -1249.18 2508.99 -1251.41 2509.89 -1255.91C2512.19 -1256.32 2515.4 -1254.39 2517.85 -1254.34C2520.12 -1248.52 2518.08 -1241.1 2513.13 -1232.68C2511.21 -1231.89 2508.22 -1234.02 2505.59 -1235.13L2505.64 -1235.17ZM2503.85 -1209.06L2502.6 -1212.28C2504.46 -1222.42 2520.58 -1218.38 2522.17 -1210.12C2518.39 -1208.45 2519.7 -1214.72 2515.92 -1213.04C2515.21 -1210.32 2515.06 -1207.81 2514.35 -1205.09C2510.71 -1203.08 2508.39 -1207.22 2503.85 -1209.06ZM2470.88 -1204.75C2472.58 -1204.78 2473.97 -1204 2475.25 -1202.94L2479.7 -1179.23C2470.82 -1183.26 2467.14 -1195.3 2470.88 -1204.75ZM2274.32 -948.448C2273.82 -947.586 2273.41 -946.705 2273.01 -945.905L2268.5 -943.972L2254.35 -951.669C2254.35 -951.669 2254.37 -952.301 2254.37 -952.642L2267.83 -957.358L2276.37 -955.188C2276.11 -954.611 2275.8 -954.003 2275.54 -953.427C2276.69 -951.594 2282.69 -949.073 2284.1 -953.202L2287.63 -952.308L2278.02 -948.149C2276.73 -948.445 2275.48 -948.691 2274.38 -948.56L2274.32 -948.448ZM2113.72 -796.731L2171.71 -734.055L2163.28 -728.776L2103.61 -773.005L2113.77 -796.762L2113.72 -796.731ZM2136.21 -802.686L2192.04 -761.29L2195.04 -748.682L2173.04 -734.894L2114.93 -797.768L2136.21 -802.686ZM2088.99 -773.091L2144.82 -731.695L2147.82 -719.087L2125.83 -705.299L2067.72 -768.173L2088.99 -773.091ZM2041.78 -743.496L2097.65 -702.132L2100.61 -689.492L2078.61 -675.704L2020.5 -738.578L2041.78 -743.496ZM2066.5 -767.136L2124.44 -704.429L2116.01 -699.15L2056.34 -743.379L2066.5 -767.136ZM2208.16 -855.921L2266.14 -793.245L2257.72 -787.966L2198.05 -832.195L2208.21 -855.952L2208.16 -855.921ZM2209.37 -856.957L2267.48 -794.084L2289.48 -807.872L2286.48 -820.48L2230.65 -861.876L2209.37 -856.957ZM2256.68 -836.307C2257.23 -836.097 2257.79 -835.968 2257.98 -836.774C2258.55 -836.514 2259.16 -836.205 2259.74 -835.946C2259.53 -835.4 2259.4 -834.836 2260.2 -834.651C2259.95 -834.074 2259.64 -833.466 2259.38 -832.89C2258.83 -833.1 2258.27 -833.229 2258.08 -832.423C2257.51 -832.683 2256.9 -832.992 2256.32 -833.251C2256.53 -833.797 2256.66 -834.361 2255.85 -834.546C2256.11 -835.123 2256.42 -835.73 2256.68 -836.307ZM2183.43 -832.281L2239.26 -790.885L2242.26 -778.277L2220.26 -764.489L2162.15 -827.362L2183.43 -832.281ZM2160.94 -826.326L2218.92 -763.65L2210.5 -758.371L2150.83 -802.6L2160.99 -826.357L2160.94 -826.326ZM1994.56 -713.901L2050.43 -672.537L2053.44 -659.928L2031.44 -646.14L1973.33 -709.014L1994.61 -713.932L1994.56 -713.901ZM1877.63 -648.756L1935.61 -586.081L1927.19 -580.801L1867.52 -625.03L1877.68 -648.787L1877.63 -648.756ZM1830.41 -619.161L1888.39 -556.486L1879.97 -551.206L1820.3 -595.435L1830.46 -619.192L1830.41 -619.161ZM2019.28 -737.541L2077.27 -674.865L2068.85 -669.586L2009.17 -713.815L2019.33 -737.572L2019.28 -737.541ZM1852.9 -625.116L1908.78 -583.752L1911.78 -571.143L1889.78 -557.355L1831.67 -620.229L1852.95 -625.147L1852.9 -625.116ZM1900.12 -654.711L1956 -613.347L1958.95 -600.707L1937 -586.95L1878.89 -649.824L1900.17 -654.742L1900.12 -654.711ZM1947.34 -684.306L2003.22 -642.942L2006.22 -630.333L1984.22 -616.545L1926.11 -679.419L1947.39 -684.337L1947.34 -684.306ZM2269.88 -843.545L2304.94 -817.561L2307.17 -818.958C2307.17 -818.958 2307.21 -819.12 2307.27 -819.231C2307.3 -819.182 2307.43 -819.194 2307.52 -819.176L2313.31 -822.809L2298.15 -839.182C2298.15 -839.182 2298.05 -838.909 2297.91 -838.686C2294.69 -837.43 2296.88 -841.424 2292.96 -842.07C2288.66 -841.655 2286.33 -835.912 2281.67 -836.514C2284.67 -841.978 2281.32 -842.364 2278.35 -845.676C2274.96 -849.421 2276.08 -855.23 2280.03 -858.737L2261.43 -878.824C2258.44 -878.324 2255.4 -878.215 2252.85 -879.86L2250.28 -873.832C2249.59 -871.402 2251.68 -869.948 2250.43 -867.306C2249.26 -867.193 2248.22 -867.093 2247.27 -866.844L2245.04 -861.715L2252.22 -856.419C2253.41 -857.164 2254.67 -857.681 2256.37 -856.951C2256.39 -855.929 2256.04 -854.949 2255.45 -854.025L2266.14 -846.1C2266.79 -846.503 2267.32 -847.186 2267.62 -848.475C2267.84 -852.411 2261.51 -861.414 2270.82 -860.001C2270.89 -856.803 2270.32 -853.412 2273.26 -851.253C2271.24 -849.298 2269.98 -846.365 2269.7 -843.501L2269.88 -843.545ZM2260.76 -865.913C2259.56 -866.401 2258.98 -865.347 2257.66 -866.244C2256.46 -869.359 2259.76 -867.288 2260.66 -870.264C2259.97 -872.246 2255.7 -872.885 2257.88 -875.906C2262.27 -876.383 2262.83 -870.105 2260.79 -865.864L2260.76 -865.913ZM1972.11 -707.977L2030.1 -645.302L2021.68 -640.022L1962 -684.251L1972.16 -708.008L1972.11 -707.977ZM1924.9 -678.382L1982.88 -615.707L1974.46 -610.427L1914.78 -654.656L1924.95 -678.413L1924.9 -678.382ZM2287.54 -850.82L2291.18 -846.889C2290.77 -846.771 2290.38 -846.733 2289.87 -846.893C2288.5 -847.97 2287.84 -849.351 2287.54 -850.82ZM2398.88 -894.724C2401.89 -897.3 2405.39 -898.531 2409.8 -897.223C2411.36 -901.998 2408.84 -905.248 2409.01 -909.494C2402.66 -909.932 2395.48 -912.81 2390.08 -910.739C2389.49 -909.474 2388.34 -908.128 2387.1 -906.8L2355.15 -941.36C2355.15 -941.36 2355.65 -941.67 2355.87 -941.875C2357.53 -943.953 2356.13 -945.631 2356.27 -946.958L2358.87 -947.55C2363.24 -943.323 2370.05 -942.142 2376.09 -941.096C2376.9 -937.602 2371.54 -935.692 2375.4 -932.728C2376.91 -932.637 2378.2 -933.104 2379.34 -934.159C2382.57 -937.913 2379.31 -941.46 2382.27 -943.243L2385.35 -940.966C2385.09 -938.734 2381.01 -935.896 2383.69 -934.264C2386.94 -931.82 2387.45 -936.965 2389.55 -937.798L2395.68 -933.294C2396.4 -931.603 2396.62 -929.812 2397.06 -928.015C2399.4 -926.928 2402.07 -925.084 2403.22 -927.323C2403.32 -927.385 2403.31 -927.516 2403.37 -927.627L2428.13 -909.265L2428.22 -908.906C2427.97 -909.091 2427.76 -909.308 2427.43 -909.512C2420.86 -911.952 2416.96 -901.224 2423.35 -898.4C2419.43 -895.947 2418.78 -892.705 2419.59 -889.421L2409.14 -882.868L2397.93 -895.026C2397.93 -895.026 2398.46 -894.735 2398.86 -894.643L2398.88 -894.724ZM2423.92 -894.961C2425.21 -898.948 2428.31 -897.855 2430.61 -899.154L2431.19 -896.688L2424.89 -892.744C2424.92 -893.587 2424.53 -894.311 2424 -894.943L2423.92 -894.961ZM2324.87 -915.134C2325.68 -917.918 2327.93 -916.638 2329.33 -917.929L2339.63 -910.307C2337.67 -908.594 2335.61 -907.029 2332.55 -908.283C2332.31 -904.477 2334.68 -901.685 2334.16 -897.774C2333.06 -896.118 2330.92 -897.119 2329.82 -895.463C2326.09 -896.784 2326.43 -901.966 2322.64 -900.969C2323.15 -898.943 2323.25 -896.799 2323.66 -894.711L2311.73 -907.586C2317.53 -910.327 2323.84 -903.45 2329.06 -907.684C2325.99 -909.489 2326.15 -912.551 2324.93 -915.035L2324.87 -915.134ZM2369.14 -888.437C2368.62 -887.835 2367.94 -887.27 2366.98 -886.81C2363.55 -887.555 2364.18 -889.744 2361.15 -890.608C2361.32 -891.885 2361.67 -892.865 2362.15 -893.646L2369.19 -888.468L2369.14 -888.437ZM2515.19 -962.935C2517.59 -964.847 2520.21 -965.942 2522.93 -966.887L2524.83 -958.901C2521.46 -958.996 2517.92 -960.572 2515.28 -962.917L2515.19 -962.935ZM2445.89 -906.803L2413.7 -930.647C2415.46 -932.025 2415.76 -934.629 2416.51 -937.381C2423.05 -936.857 2426.13 -933.266 2431.56 -934.736C2433.5 -931.745 2431.19 -927.187 2434.47 -924.694C2437 -925.515 2438.59 -926.72 2439.65 -928.215L2454.94 -911.643L2448.2 -907.42C2447.89 -907.574 2447.64 -907.76 2447.21 -907.902C2446.66 -907.561 2446.28 -907.182 2445.89 -906.803ZM2434.52 -955.013C2437.01 -958.091 2438.87 -961.396 2440.36 -964.745L2444.23 -961.862C2442.57 -956.263 2442.67 -951.15 2449.6 -947.906C2449.12 -943.052 2448.37 -938.093 2450.86 -934.34C2452.8 -933.767 2453.75 -935.881 2455.2 -936.652C2459.64 -928.805 2466.61 -934.969 2471.68 -927.867C2473.41 -929.294 2475.21 -930.282 2476.93 -931.71L2478.22 -926.239L2456.23 -912.451L2440.36 -929.622C2443.09 -936.716 2435.01 -948.283 2434.47 -954.982L2434.52 -955.013ZM2393.6 -890.589C2390.16 -893.541 2389.56 -888.885 2387.36 -885.573L2375.47 -894.407C2375.76 -894.724 2376.06 -895.121 2376.35 -895.437C2370.68 -900.512 2374.97 -909.201 2366.2 -913.162C2363.63 -911.206 2359.54 -910.575 2359.41 -906.28L2340.11 -920.546C2345.96 -921.242 2350.71 -924.775 2355.68 -927.75C2353.66 -930.97 2349.33 -932.049 2344.76 -933.053L2349.7 -944.563C2351.07 -943.145 2350 -940.888 2352.71 -939.968C2352.92 -940.303 2353.17 -940.458 2353.41 -940.614L2385.83 -905.521C2381.87 -901.382 2378.13 -897.318 2387.75 -894.306C2389.25 -896.211 2391.32 -896.542 2393.13 -897.61L2407.62 -881.986L2399.2 -876.707L2392.46 -881.731C2393.61 -885.073 2394.17 -888.253 2393.55 -890.558L2393.6 -890.589ZM2339.89 -877.075L2329.42 -888.384C2331.1 -889.781 2332.48 -892.095 2334.14 -893.411C2337.16 -892.547 2334.86 -889.724 2338.68 -889.146C2340.7 -889.657 2341.33 -894.052 2343.35 -894.563C2347.74 -893.726 2347.07 -890.955 2349.65 -889.471C2352.81 -891.037 2353.13 -895.927 2355.36 -898.639L2359.6 -895.502C2358.87 -894.906 2358.21 -894.211 2357.93 -893.213C2358.41 -892.129 2359.49 -891.287 2361.07 -890.626C2361.34 -884.373 2355.49 -883.126 2352.1 -880.723C2346.86 -885.234 2341.86 -883.411 2337.65 -879.879C2339.33 -879.07 2339.92 -878.128 2339.89 -877.075ZM2352 -852.578C2349.91 -857.342 2344.41 -854.236 2342.57 -860.258C2341.12 -859.146 2339.8 -857.837 2338.08 -857.512L2336.8 -858.44C2337.5 -859.637 2339.81 -861.568 2338.53 -863.178C2331.35 -862.406 2332.89 -866.889 2329.09 -870.856C2325.39 -868.949 2327.12 -866.174 2329.38 -864.002L2324.09 -867.931C2326.39 -871.094 2325.75 -874.211 2325.85 -877.794C2321.62 -878.253 2318.91 -874.549 2314.76 -874.779L2304.94 -882.08C2304.53 -887.688 2304.98 -893.694 2307.31 -898.333C2303.43 -897.485 2301.63 -900.018 2298.48 -900.317C2297.95 -895.984 2300.77 -891.055 2297.55 -887.592L2292.43 -891.354L2302.42 -914.726C2302.42 -914.726 2302.89 -914.535 2303.13 -914.479L2310.11 -906.983C2310.11 -906.983 2310.17 -906.884 2310.2 -906.834L2310.25 -906.865L2324.76 -891.192C2325.41 -889.941 2326.34 -888.795 2327.85 -887.812L2339.44 -875.271C2338.23 -872.79 2335.56 -870.22 2337.59 -867.973C2340.35 -866.322 2341.46 -869.292 2342.84 -871.606L2357.79 -855.45C2357.79 -855.45 2357.74 -855.419 2357.73 -855.338C2357.81 -855.32 2357.92 -855.251 2357.95 -855.202L2358.33 -854.818C2358.33 -854.818 2358.3 -854.316 2358.19 -854.043C2358.69 -853.802 2359.23 -853.592 2359.76 -853.302L2360.58 -852.435L2352.16 -847.156L2349.04 -849.482C2350.03 -850.655 2351.05 -851.778 2352.16 -852.542L2352 -852.578ZM2291.39 -881.454L2295.49 -878.435C2295.05 -878.156 2294.48 -878.074 2294.2 -877.417C2292.95 -878.636 2292.08 -880.023 2291.39 -881.454ZM2280.82 -851.09C2281.03 -851.636 2281.16 -852.2 2280.35 -852.384C2280.61 -852.961 2280.92 -853.569 2281.18 -854.146C2281.78 -853.967 2282.29 -853.806 2282.48 -854.612C2283.05 -854.353 2283.66 -854.044 2284.24 -853.784C2284.03 -853.238 2283.85 -852.643 2284.7 -852.489C2284.44 -851.913 2284.13 -851.305 2283.87 -850.728C2283.33 -850.938 2282.76 -851.068 2282.58 -850.262C2282 -850.521 2281.4 -850.83 2280.82 -851.09ZM2298.69 -840.968L2314.64 -823.778L2329.11 -832.846C2327.91 -833.203 2326.6 -833.759 2325.25 -834.706C2324.23 -836.551 2327.7 -840.039 2325.06 -841.282C2326.44 -844.909 2330.12 -842.243 2331.53 -845.821C2330.62 -848.702 2329.06 -851.309 2325.15 -853.138C2323.46 -852.975 2321.71 -853.121 2320.8 -850.827C2318.06 -847.383 2322.48 -846.497 2320.58 -843.37C2318.66 -842.581 2315.67 -844.709 2313.04 -845.821C2304.8 -833.966 2292.86 -853.461 2305.26 -857.022C2307.75 -855.687 2308.21 -853.63 2310.67 -852.344C2314.87 -852.907 2318.49 -855.174 2321.44 -859.163L2298.16 -876.381C2294.15 -873.314 2288.88 -873.462 2284.66 -870.952C2281.12 -875.708 2276.83 -871.221 2273.54 -875.028C2270.61 -878.501 2273.18 -885.081 2274.11 -890.635L2266.68 -888.946C2266.4 -885.871 2266.89 -883.002 2265.95 -879.654C2265.07 -879.517 2264.19 -879.379 2263.26 -879.211L2281.24 -859.773C2283.08 -860.922 2285.31 -861.768 2287.95 -861.84C2287.97 -859.163 2287.24 -856.149 2287.16 -853.41L2292.5 -847.647C2293.24 -848.113 2294.14 -848.331 2295.4 -847.533C2295.77 -845.073 2298.93 -843.67 2298.69 -840.968ZM2294.01 -867.705C2293.46 -867.915 2292.9 -868.044 2292.71 -867.238C2292.13 -867.498 2291.53 -867.807 2290.95 -868.067C2291.16 -868.612 2291.29 -869.176 2290.48 -869.361C2290.79 -869.969 2291.05 -870.546 2291.31 -871.122C2291.86 -870.912 2292.42 -870.783 2292.61 -871.589C2293.18 -871.33 2293.79 -871.02 2294.37 -870.761C2294.16 -870.215 2294.03 -869.651 2294.83 -869.466C2294.58 -868.889 2294.27 -868.282 2294.01 -867.705ZM2362.05 -855.492C2361.24 -855.677 2361.37 -856.242 2361.58 -856.787C2361 -857.047 2360.39 -857.356 2359.82 -857.615C2359.63 -856.809 2359.07 -856.939 2358.52 -857.149C2358.52 -857.149 2358.52 -857.149 2358.46 -857.037L2352.68 -863.283C2354.37 -868.832 2360.6 -868.252 2366.07 -868.78C2368.52 -873.902 2367.78 -875.854 2371.53 -878.133C2369.76 -880.957 2369.83 -884.037 2370.9 -887.057L2380.83 -879.689L2380.92 -879.329C2376.72 -875.456 2374.87 -872.361 2383.54 -868.208L2383.79 -867.049L2361.84 -853.292L2361.29 -853.843C2361.53 -854.339 2361.74 -854.885 2362.03 -855.412L2362.05 -855.492ZM2353.66 -872.389C2353.87 -872.935 2354 -873.499 2353.2 -873.684C2353.46 -874.26 2353.77 -874.868 2354.03 -875.445C2354.57 -875.235 2355.14 -875.105 2355.32 -875.911C2355.9 -875.652 2356.51 -875.343 2357.08 -875.083C2356.87 -874.537 2356.74 -873.973 2357.55 -873.789C2357.29 -873.212 2356.98 -872.604 2356.72 -872.027C2356.17 -872.237 2355.61 -872.367 2355.42 -871.561C2354.85 -871.82 2354.24 -872.129 2353.66 -872.389ZM2346.59 -873.545C2347.34 -872.015 2347.49 -870.242 2347.81 -868.514L2343.7 -872.977C2344.44 -873.784 2345.29 -874.181 2346.59 -873.545ZM1169.24 -204.9L1227.22 -142.225L1218.8 -136.945L1159.13 -181.174L1169.29 -204.931L1169.24 -204.9ZM1212.32 -224.796C1212.81 -224.896 1213.33 -225.287 1213.92 -226.212C1213.77 -226.67 1213.58 -226.967 1213.3 -227.202L1216.41 -234.464L1274.39 -171.789L1265.97 -166.509L1206.3 -210.738L1212.32 -224.796ZM1238.98 -240.401L1294.86 -199.036L1297.86 -186.428L1275.86 -172.64L1217.75 -235.513L1239.03 -240.432L1238.98 -240.401ZM1191.76 -210.806L1247.64 -169.441L1250.64 -156.833L1228.64 -143.045L1170.53 -205.918L1191.81 -210.837L1191.76 -210.806ZM1263.71 -264.041L1321.69 -201.365L1313.27 -196.086L1253.59 -240.315L1263.76 -264.072L1263.71 -264.041ZM2526.44 -976.263L2525.82 -976.702C2525.28 -979.54 2528.75 -982.055 2530.42 -984.003C2532.69 -980.938 2534.93 -976.82 2539.31 -979.844C2539.81 -980.917 2539.02 -981.523 2538.68 -982.279L2549.32 -970.802L2540.9 -965.523L2532.3 -971.864C2531.72 -974.33 2529.75 -975.716 2526.47 -976.214L2526.44 -976.263ZM1358.14 -323.23L1416.13 -260.555L1407.71 -255.276L1348.03 -299.504L1358.19 -323.262L1358.14 -323.23ZM1333.42 -299.59L1389.29 -258.226L1392.25 -245.587L1370.3 -231.83L1312.19 -294.703L1333.47 -299.621L1333.42 -299.59ZM1310.92 -293.636L1368.91 -230.96L1360.49 -225.681L1300.81 -269.909L1310.97 -293.667L1310.92 -293.636ZM1286.2 -269.996L1342.07 -228.631L1345.08 -216.023L1323.08 -202.235L1264.97 -265.108L1286.25 -270.027L1286.2 -269.996ZM1122.05 -175.256L1151.47 -143.395C1151.47 -143.395 1150.84 -143.202 1150.49 -142.985C1150.8 -140.834 1151.55 -139.645 1152.97 -141.779L1168.57 -124.923C1168.06 -125.084 1167.7 -125.207 1167.65 -125.176C1167.62 -121.154 1171.03 -119.014 1173.91 -119.16L1179.99 -112.549L1171.56 -107.27L1111.89 -151.499L1122.05 -175.256ZM1027.61 -116.066L1038.38 -104.391C1036.37 -104.302 1034.59 -103.946 1033.72 -103.127L1036.2 -95.9842C1037.8 -91.3318 1044.84 -88.9116 1048.03 -93.9484L1085.55 -53.3593L1077.13 -48.0801L1017.45 -92.3088L1027.61 -116.066ZM1002.89 -92.4259L1050.82 -56.9142C1050.82 -56.9142 1050.62 -56.4492 1050.55 -56.1268C1051.51 -54.0394 1052.13 -51.7346 1052.28 -49.4107C1054.82 -48.8687 1057.07 -48.6918 1059.22 -48.7938L1061.67 -38.3911L1039.67 -24.6029L981.559 -87.4766L1002.84 -92.3949L1002.89 -92.4259ZM1805.6 -595.54L1861.43 -554.144L1864.43 -541.536L1842.43 -527.748L1784.32 -590.621L1805.6 -595.54ZM1048.82 -95.5485L1086.95 -54.3094L1108.95 -68.0976L1105.95 -80.7061L1050.07 -122.07L1028.8 -117.152L1040.56 -104.444C1044.04 -104.281 1047.85 -103.493 1049.63 -102.745C1049.82 -99.6899 1049.44 -97.3157 1048.74 -95.5669L1048.82 -95.5485ZM1075.42 -96.4886C1076.68 -97.3455 1077.71 -97.0246 1078.04 -95.5066C1076.48 -92.9386 1075.75 -94.2082 1075.42 -96.4886ZM1380.64 -329.185L1436.46 -287.79L1439.46 -275.182L1417.47 -261.393L1359.36 -324.267L1380.64 -329.185ZM1177.54 -121.849C1176.94 -122.028 1174.2 -122.997 1171.77 -123.893L1123.31 -176.323L1144.59 -181.242L1200.47 -139.877L1203.47 -127.269L1181.47 -113.481L1175.73 -119.677C1176.58 -120.075 1177.3 -120.801 1177.59 -121.88L1177.54 -121.849ZM1074.1 -143.962C1074.69 -144.124 1075.22 -144.385 1075.74 -144.646L1132.77 -82.9542L1124.34 -77.675L1064.67 -121.904L1074.1 -143.962ZM1079.18 -147.421L1097.32 -151.616L1153.15 -110.22L1156.15 -97.6119L1134.15 -83.8237L1077.16 -145.466C1077.97 -146.043 1078.64 -146.738 1079.21 -147.371L1079.18 -147.421ZM970.234 -62.7139L1029.91 -18.4852L1038.33 -23.7644L1021.58 -41.9017C1021.22 -39.3973 1020.55 -40.0162 1019.9 -42.1597L1021.03 -42.4526L980.345 -86.44L970.184 -62.6829L970.234 -62.7139ZM994.211 -64.9769C995.654 -66.0882 997.1 -64.9931 996.711 -63.3006C994.494 -61.773 993.502 -62.2551 994.211 -64.9769ZM1663.9 -506.724L1719.72 -465.329L1722.73 -452.72L1700.73 -438.932L1642.62 -501.806L1663.9 -506.724ZM1688.62 -530.364L1746.61 -467.688L1738.19 -462.409L1678.51 -506.638L1688.67 -530.395L1688.62 -530.364ZM1711.12 -536.319L1766.99 -494.955L1769.99 -482.346L1748 -468.558L1689.89 -531.432L1711.17 -536.35L1711.12 -536.319ZM1616.68 -477.129L1672.51 -435.734L1675.46 -423.094L1653.51 -409.337L1595.4 -472.211L1616.68 -477.129ZM1641.41 -500.769L1699.34 -438.062L1690.92 -432.783L1631.24 -477.012L1641.41 -500.769ZM1783.06 -589.554L1841 -526.847L1832.57 -521.568L1772.9 -565.797L1783.06 -589.554ZM1758.33 -565.914L1814.21 -524.549L1817.16 -511.91L1795.21 -498.153L1737.11 -561.027L1758.38 -565.945L1758.33 -565.914ZM1735.84 -559.959L1793.83 -497.283L1785.4 -492.004L1725.73 -536.233L1735.89 -559.99L1735.84 -559.959ZM1546.97 -441.579L1604.95 -378.904L1596.53 -373.624L1536.86 -417.853L1547.02 -441.61L1546.97 -441.579ZM1475.02 -388.344L1530.85 -346.949L1533.8 -334.309L1511.85 -320.552L1453.74 -383.426L1475.02 -388.344ZM1452.53 -382.389L1510.52 -319.714L1502.09 -314.434L1442.42 -358.663L1452.58 -382.42L1452.53 -382.389ZM1427.8 -358.749L1483.63 -317.354L1486.63 -304.745L1464.68 -290.988L1406.58 -353.862L1427.85 -358.78L1427.8 -358.749ZM1499.75 -411.984L1557.73 -349.309L1549.31 -344.029L1489.64 -388.258L1499.8 -412.015L1499.75 -411.984ZM1522.24 -417.939L1578.07 -376.544L1581.07 -363.935L1559.07 -350.147L1500.96 -413.021L1522.24 -417.939ZM1569.46 -447.534L1625.29 -406.139L1628.29 -393.53L1606.29 -379.742L1548.18 -442.616L1569.46 -447.534ZM1405.31 -352.794L1463.3 -290.119L1454.87 -284.839L1395.2 -329.068L1405.36 -352.825L1405.31 -352.794ZM1594.19 -471.174L1652.17 -408.498L1643.75 -403.219L1584.08 -447.448L1594.24 -471.205L1594.19 -471.174ZM1778.62 -657.426L1770.35 -661.908L1792.34 -679.347L1814.85 -673.718L1831.95 -680.019L1840.32 -675.469L1818.55 -658.235L1796.04 -663.864L1778.62 -657.426ZM1404.71 -414.864L1390.19 -409.837L1370.42 -414.968L1389.48 -423.192L1404.68 -414.914L1404.71 -414.864ZM1400.87 -420.666L1392.61 -425.149L1414.54 -442.556L1437.05 -436.928L1454.15 -443.229L1462.52 -438.678L1440.75 -421.444L1418.24 -427.073L1400.82 -420.635L1400.87 -420.666ZM1450.49 -449.075L1465 -454.102L1484.78 -448.971L1465.71 -440.746L1450.52 -449.025L1450.49 -449.075ZM2587.53 -1001.79C2583.65 -1005.01 2582.42 -1000.79 2579.11 -1002.44C2577.97 -1005.8 2582.01 -1006.4 2582.86 -1010.45C2584.33 -1010.2 2585.7 -1010.44 2587.02 -1010.64L2596.49 -1000.37L2590.2 -996.422C2590.08 -998.486 2589.73 -1000.47 2587.48 -1001.75L2587.53 -1001.79ZM1452.01 -444.441L1437.49 -439.414L1417.72 -444.544L1436.78 -452.769L1451.98 -444.49L1452.01 -444.441ZM1353.73 -391.053L1345.47 -395.535L1367.41 -412.943L1389.91 -407.314L1407.01 -413.615L1415.38 -409.065L1393.61 -391.831L1371.11 -397.46L1353.68 -391.022L1353.73 -391.053ZM1495.38 -479.838L1487.12 -484.32L1509.11 -501.759L1531.62 -496.13L1548.72 -502.431L1557.09 -497.881L1535.32 -480.647L1512.81 -486.276L1495.38 -479.838ZM1497.73 -478.62L1512.25 -483.647L1532.03 -478.517L1512.96 -470.292L1497.77 -478.57L1497.73 -478.62ZM1448.17 -450.243L1439.9 -454.725L1461.89 -472.164L1484.4 -466.535L1501.5 -472.836L1509.87 -468.286L1488.1 -451.052L1465.59 -456.681L1448.17 -450.243ZM1499.23 -474.036L1484.71 -469.009L1464.93 -474.139L1484 -482.364L1499.25 -474.116L1499.23 -474.036ZM1263.14 -326.061L1248.62 -321.034L1228.84 -326.164L1247.91 -334.389L1263.1 -326.111L1263.14 -326.061ZM1259.29 -331.863L1251.03 -336.346L1273.02 -353.784L1295.52 -348.155L1312.62 -354.457L1321 -349.906L1299.22 -332.672L1276.72 -338.301L1259.29 -331.863ZM1357.57 -385.251L1343.06 -380.224L1323.28 -385.354L1342.35 -393.579L1357.54 -385.3L1357.57 -385.251ZM1308.83 -360.29L1323.35 -365.317L1343.12 -360.186L1324.06 -351.962L1308.86 -360.24L1308.83 -360.29ZM1261.61 -330.695L1276.13 -335.722L1295.91 -330.592L1276.84 -322.367L1261.64 -330.645L1261.61 -330.695ZM1356.05 -389.885L1370.56 -394.912L1390.34 -389.781L1371.27 -381.557L1356.08 -389.835L1356.05 -389.885ZM1306.48 -361.508L1298.22 -365.99L1320.21 -383.429L1342.71 -377.8L1359.81 -384.101L1368.18 -379.551L1346.41 -362.317L1323.91 -367.945L1306.48 -361.508ZM1310.32 -355.705L1295.81 -350.678L1276.03 -355.809L1295.1 -364.034L1310.29 -355.755L1310.32 -355.705ZM1782.51 -651.655L1767.99 -646.628L1748.21 -651.758L1767.28 -659.983L1782.48 -651.704L1782.51 -651.655ZM1735.29 -622.06L1720.77 -617.033L1701 -622.163L1720.06 -630.388L1735.26 -622.109L1735.29 -622.06ZM1686.55 -597.099L1701.06 -602.126L1720.84 -596.995L1701.77 -588.77L1686.58 -597.049L1686.55 -597.099ZM1684.15 -598.286L1675.89 -602.768L1697.87 -620.207L1720.38 -614.578L1737.48 -620.879L1745.85 -616.328L1724.08 -599.095L1701.57 -604.723L1684.15 -598.286ZM1687.99 -592.483L1673.47 -587.456L1653.7 -592.587L1672.76 -600.812L1687.96 -592.533L1687.99 -592.483ZM1733.69 -626.712L1748.2 -631.739L1767.98 -626.609L1748.91 -618.384L1733.72 -626.663L1733.69 -626.712ZM1731.29 -627.899L1723.02 -632.381L1745.01 -649.82L1767.52 -644.191L1784.62 -650.492L1792.99 -645.942L1771.22 -628.708L1748.71 -634.337L1731.29 -627.899ZM1211.88 -302.355L1203.62 -306.837L1225.61 -324.276L1248.11 -318.647L1265.21 -324.948L1273.59 -320.398L1251.81 -303.164L1229.31 -308.793L1211.88 -302.355ZM1780.85 -656.276L1795.42 -661.334L1815.2 -656.204L1796.13 -647.979L1780.89 -656.226L1780.85 -656.276ZM1636.85 -568.709L1628.59 -573.192L1650.57 -590.63L1673.08 -585.002L1690.18 -591.302L1698.55 -586.752L1676.78 -569.518L1654.28 -575.147L1636.85 -568.709ZM1592.03 -537.927L1606.55 -542.954L1626.32 -537.824L1607.26 -529.599L1592.06 -537.878L1592.03 -537.927ZM1593.55 -533.293L1579.04 -528.267L1559.26 -533.397L1578.33 -541.622L1593.52 -533.343L1593.55 -533.293ZM1542.49 -509.501L1534.23 -513.983L1556.22 -531.422L1578.72 -525.793L1595.82 -532.094L1604.2 -527.544L1582.42 -510.31L1559.92 -515.939L1542.49 -509.501ZM1544.89 -508.314L1559.41 -513.341L1579.19 -508.211L1560.12 -499.986L1544.92 -508.264L1544.89 -508.314ZM1546.42 -503.68L1531.9 -498.653L1512.12 -503.783L1531.19 -512.008L1546.38 -503.73L1546.42 -503.68ZM1589.79 -539.077L1581.53 -543.56L1603.52 -560.998L1626.02 -555.37L1643.12 -561.671L1651.5 -557.12L1629.72 -539.886L1607.22 -545.515L1589.79 -539.077ZM1640.85 -562.87L1626.34 -557.843L1606.56 -562.973L1625.63 -571.198L1640.82 -562.92L1640.85 -562.87ZM1639.33 -567.504L1653.84 -572.531L1673.62 -567.401L1654.55 -559.176L1639.36 -567.454L1639.33 -567.504ZM1403.24 -419.529L1417.75 -424.556L1437.53 -419.426L1418.46 -411.201L1403.22 -419.449L1403.24 -419.529ZM2638.14 -1094.23C2641 -1090.22 2645.07 -1091.88 2649.25 -1090.15C2649.51 -1086.45 2644.89 -1084.24 2649.53 -1081.35C2648.83 -1080.92 2648.32 -1080.53 2647.87 -1080.04L2634.52 -1089.89C2635.5 -1091.4 2636.68 -1092.83 2638.17 -1094.18L2638.14 -1094.23ZM2663.24 -1092.29C2663.24 -1092.29 2663.15 -1092.1 2663.13 -1092.02L2661.02 -1094.29C2662 -1093.93 2662.92 -1093.13 2663.27 -1092.24L2663.24 -1092.29ZM1215.8 -296.534L1201.29 -291.507L1181.51 -296.637L1200.58 -304.862L1215.77 -296.584L1215.8 -296.534ZM2698.16 -1096.58C2698.02 -1093.94 2698.89 -1092.22 2702.34 -1092.44C2702.21 -1088.36 2701.42 -1084.76 2700.85 -1082.27C2703.7 -1083.22 2707.12 -1080.19 2707.56 -1078.05C2705.97 -1076.3 2704.65 -1073.88 2702.88 -1072.64C2697.95 -1074.79 2700.22 -1079.53 2699.09 -1083.09C2697.24 -1083.52 2695.97 -1082.24 2693.81 -1083.37C2692.11 -1086.52 2698.43 -1088 2694.92 -1090.41C2691.97 -1092.36 2691.29 -1088.28 2688.34 -1090.23C2686.29 -1092.94 2684.04 -1095.54 2685.01 -1099.39C2688.73 -1099.3 2692.98 -1097.69 2696.77 -1097.58L2698.19 -1096.54L2698.16 -1096.58ZM2581.48 -1075.07C2584.86 -1080.36 2590.22 -1081.17 2594.99 -1082.71L2603.08 -1073.98C2600.79 -1072.89 2600.62 -1070.85 2599.72 -1067.67C2594.79 -1064.3 2580.38 -1066.38 2581.48 -1075.07ZM2643.62 -1113.12L2638.67 -1118.5C2638.94 -1120.05 2639.75 -1121.94 2641.24 -1124.19C2645.27 -1125.47 2650.28 -1124.19 2653.48 -1127.79L2655.41 -1128.24L2658.74 -1125.77C2656.73 -1117.75 2648.98 -1113.17 2643.62 -1113.12ZM2673.55 -1132.98C2674.7 -1135.22 2676.45 -1135.84 2678.78 -1134.88C2678.51 -1133.54 2679.26 -1132.56 2678.03 -1130.89C2676.33 -1130.31 2674.21 -1131.26 2673.55 -1132.98ZM2604.77 -1092.43C2602.66 -1093.59 2602.07 -1095.29 2602.05 -1097.21L2608.27 -1098.62L2616.02 -1092.86C2612.35 -1089.8 2608.51 -1087.11 2604.49 -1084.94C2602.12 -1080.9 2604.3 -1078.54 2604.01 -1075.25L2596.59 -1083.23C2600.3 -1084.59 2603.47 -1086.78 2604.72 -1092.4L2604.77 -1092.43ZM2597.9 -1001.32L2597.76 -1001.43C2597.76 -1001.43 2597.82 -1001.33 2597.9 -1001.32ZM2665.39 -1045.69C2664.98 -1046.67 2665.35 -1048.07 2665.98 -1049.16L2666.89 -1045.39C2666.41 -1045.5 2665.93 -1045.61 2665.39 -1045.69ZM2657.94 -1092.49C2658.12 -1093.3 2658.49 -1093.81 2658.99 -1094.12L2662.21 -1090.62C2660.78 -1089.72 2658.48 -1090.97 2657.94 -1092.49ZM1117.51 -243.066L1109.24 -247.548L1131.23 -264.987L1153.74 -259.358L1170.84 -265.659L1179.21 -261.109L1157.44 -243.875L1134.93 -249.504L1117.51 -243.066ZM1167.07 -271.443L1181.59 -276.47L1201.37 -271.34L1182.3 -263.115L1167.11 -271.393L1167.07 -271.443ZM1070.29 -213.471L1062.03 -217.953L1084.01 -235.392L1106.52 -229.763L1123.62 -236.064L1131.99 -231.514L1110.22 -214.28L1087.71 -219.909L1070.29 -213.471ZM1119.91 -241.879L1134.42 -246.906L1154.2 -241.776L1135.13 -233.551L1119.94 -241.829L1119.91 -241.879ZM1214.34 -301.069L1228.86 -306.096L1248.64 -300.966L1229.57 -292.741L1214.37 -301.019L1214.34 -301.069ZM1164.77 -272.692L1156.51 -277.174L1178.5 -294.613L1201.01 -288.984L1218.11 -295.285L1226.48 -290.735L1204.71 -273.501L1182.2 -279.13L1164.77 -272.692ZM1168.62 -266.89L1154.1 -261.863L1134.32 -266.993L1153.39 -275.218L1168.59 -266.939L1168.62 -266.89ZM1121.4 -237.295L1106.88 -232.268L1087.1 -237.398L1106.17 -245.623L1121.37 -237.344L1121.4 -237.295ZM2620.95 -1152.39L2622.21 -1152.9C2624.41 -1152.69 2626.31 -1153.4 2628.71 -1152.77C2628.8 -1148.89 2624.43 -1149.25 2625.85 -1144.35C2621.25 -1143.54 2619.59 -1148.5 2621 -1152.42L2620.95 -1152.39ZM2617.9 -1143.71C2615.61 -1143.18 2612.19 -1145.66 2609.69 -1145.68L2608.02 -1146.91L2617.37 -1150.83C2618.79 -1148.89 2619.37 -1146.64 2617.88 -1143.63L2617.9 -1143.71ZM2600.12 -1135.74C2598 -1136.14 2596.3 -1136.66 2594.92 -1137.32L2601.43 -1143.12L2605.27 -1140.29C2603.8 -1138.12 2602.04 -1136.74 2600.12 -1135.74ZM1074.21 -207.65L1059.7 -202.623L1039.92 -207.753L1058.98 -215.978L1074.18 -207.7L1074.21 -207.65ZM2540.23 -1095.31C2540.23 -1095.31 2540.33 -1095.92 2540.53 -1096.26C2542.03 -1098.16 2544.84 -1096.54 2545.71 -1100.33C2546.76 -1102.51 2546.14 -1104.05 2545.24 -1105.49L2549.6 -1109.32C2549.6 -1109.32 2549.71 -1109.25 2549.82 -1109.19C2547.96 -1106.09 2553.24 -1100.98 2556.12 -1104.09C2556.06 -1106.06 2554.51 -1107.98 2557.28 -1108.96C2562.42 -1107.15 2554.26 -1100.45 2558.89 -1098.45C2558.27 -1095.37 2555.67 -1097.88 2555.01 -1094.85C2555.82 -1091.69 2558.52 -1089.25 2563.57 -1087.58C2563.78 -1084.61 2563.17 -1081.39 2563.05 -1078.28L2540.16 -1095.2L2540.23 -1095.31ZM1025.5 -182.64L1040.02 -187.667L1059.79 -182.536L1040.73 -174.311L1025.53 -182.59L1025.5 -182.64ZM1072.72 -212.235L1087.23 -217.262L1107.01 -212.131L1087.94 -203.906L1072.75 -212.185L1072.72 -212.235ZM1023.15 -183.857L1014.89 -188.34L1036.88 -205.779L1059.38 -200.15L1076.48 -206.451L1084.85 -201.9L1063.08 -184.666L1040.58 -190.295L1023.15 -183.857ZM2167.32 -1051.55C2170.65 -1051.08 2172.49 -1052.44 2173.57 -1048.63C2169.92 -1041.79 2164.08 -1041.1 2158.01 -1041.09L2153.89 -1051.62L2175.84 -1065.37L2185.88 -1057.18L2190.38 -1033.36C2186.21 -1032.54 2177.73 -1037.92 2175.09 -1040.27C2177.64 -1046.77 2181.79 -1048.95 2185.27 -1052.86C2183.04 -1054.98 2180.23 -1056.95 2178.51 -1059.25C2176.26 -1056.67 2172.63 -1057.84 2169.29 -1058.1C2168.21 -1055.76 2166.59 -1053.16 2167.31 -1051.47L2167.32 -1051.55ZM1105.27 -394.38L1113.7 -399.66L1144.83 -320.153L1119.02 -321.364L1105.22 -394.349L1105.27 -394.38ZM1176.76 -357.834C1175.11 -357.832 1172.84 -358.48 1171.41 -357.238C1169.98 -355.997 1170.5 -351.975 1172.33 -350.707L1166.28 -350.99L1152.49 -423.975L1160.91 -429.255L1192.04 -349.748L1174.68 -350.592C1178.92 -352.079 1183.41 -357.793 1176.71 -357.803L1176.76 -357.834ZM1146.31 -320.874L1115.05 -400.579L1115.89 -401.107C1116.04 -400.438 1116.26 -399.75 1116.49 -399.062C1117.17 -399.076 1117.38 -400.384 1117.33 -402.007L1137.05 -414.367L1147.09 -406.168L1160.01 -337.88L1146.31 -320.874ZM1058.02 -364.835L1066.45 -370.114L1097.58 -290.607L1071.77 -291.819L1057.97 -364.804L1058.02 -364.835ZM1240.74 -380.063L1209.49 -459.769L1231.49 -473.557L1241.53 -465.358L1254.45 -397.07L1240.74 -380.063ZM1051.87 -261.684L1020.62 -341.389L1042.61 -355.177L1052.65 -346.978L1065.52 -278.659L1051.82 -261.653L1051.87 -261.684ZM1246.93 -483.165L1255.35 -488.445L1286.48 -408.937L1260.67 -410.149L1246.88 -483.134L1246.93 -483.165ZM1199.71 -453.57L1208.13 -458.85L1239.26 -379.342L1213.45 -380.554L1199.66 -453.539L1199.71 -453.57ZM1193.56 -350.419L1162.3 -430.124L1184.3 -443.912L1194.34 -435.714L1207.21 -367.394L1193.51 -350.388L1193.56 -350.419ZM2330.12 -965.554L2324.83 -969.482L2345.93 -978.429L2354.99 -971.685C2350.77 -971.803 2343.79 -975.017 2344.51 -968.913C2348.19 -967.009 2349.84 -970.532 2353.31 -969.185C2352.42 -959.038 2337.2 -959.433 2331.79 -967.291C2331.38 -966.41 2330.6 -966.546 2330.08 -965.944C2330.12 -965.894 2330.08 -965.733 2330.09 -965.603L2330.12 -965.554ZM2382.96 -995.429C2382.39 -994.033 2381.14 -993.387 2379.8 -993.311L2376.61 -995.656C2378.01 -998.261 2381.89 -998.136 2382.91 -995.398L2382.96 -995.429ZM2357.1 -972.94L2350.76 -977.66C2353.75 -977.949 2357.93 -976.356 2357.1 -972.94ZM1049.98 -170.45L1070.07 -155.577C1071.7 -156.05 1073.35 -155.842 1074.86 -155.199L1097.03 -160.125L1082.17 -171.168C1082.32 -170.71 1082.46 -170.382 1082.59 -169.843C1079.49 -164.105 1071.92 -167.709 1070.62 -172.758C1072.52 -173.678 1073.18 -171.534 1074.5 -171.741C1075.87 -171.978 1077.22 -173.238 1078.5 -173.835L1071.03 -179.366L1049.93 -170.419L1049.98 -170.45ZM1068.83 -165.362C1070.05 -166.058 1072.36 -166.333 1072.9 -164.599C1071.13 -162.247 1069.78 -162.642 1068.83 -165.362ZM1055.45 -223.492L1033.83 -214.495L1026.24 -254.795L1049.58 -254.659L1055.45 -223.492ZM1671.85 -749.489L1680.27 -754.768L1711.4 -675.261L1685.59 -676.472L1671.8 -749.458L1671.85 -749.489ZM1037.62 -172.436L1025.03 -162.471C1024.82 -163.581 1024.52 -164.708 1023.92 -165.78L1021.6 -165.634C1022.59 -164.049 1022.82 -162.258 1022.44 -160.435L1021.76 -159.87C1018.47 -160.498 1015.13 -158.337 1012.89 -155.966L993.395 -160.862L975.967 -154.424L967.706 -158.906L989.694 -176.345L1012.2 -170.716L1029.3 -177.017L1037.67 -172.467L1037.62 -172.436ZM992.717 -178.239L1011.78 -186.464L1026.98 -178.185L1012.46 -173.158L992.686 -178.289L992.717 -178.239ZM1388.58 -571.95L1397.01 -577.229L1428.14 -497.722L1402.33 -498.934L1388.54 -571.919L1388.58 -571.95ZM1530.24 -660.735L1538.66 -666.014L1569.79 -586.507L1543.98 -587.719L1530.19 -660.704L1530.24 -660.735ZM1577.46 -690.33L1585.88 -695.609L1617.01 -616.102L1591.2 -617.313L1577.41 -690.299L1577.46 -690.33ZM1571.26 -587.147L1540 -666.853L1562 -680.641L1572.04 -672.442L1584.96 -604.154L1571.26 -587.147ZM1524.04 -557.552L1492.78 -637.258L1514.78 -651.046L1524.87 -642.878L1537.79 -574.59L1524.09 -557.584L1524.04 -557.552ZM1665.69 -646.337L1634.44 -726.042L1656.44 -739.831L1666.53 -731.663L1679.44 -663.374L1665.74 -646.368L1665.69 -646.337ZM1482.97 -631.109L1491.4 -636.388L1522.53 -556.881L1496.72 -558.093L1482.92 -631.078L1482.97 -631.109ZM1618.47 -616.742L1587.22 -696.447L1609.22 -710.236L1619.26 -702.037L1632.18 -633.749L1618.47 -616.742ZM1287.94 -409.578L1256.69 -489.283L1278.69 -503.071L1288.73 -494.872L1301.6 -426.553L1287.89 -409.547L1287.94 -409.578ZM1624.63 -719.894L1633.05 -725.173L1664.18 -645.666L1638.37 -646.877L1624.58 -719.863L1624.63 -719.894ZM1341.32 -542.324L1349.74 -547.603L1380.87 -468.096L1355.06 -469.308L1341.27 -542.293L1341.32 -542.324ZM1476.82 -527.957L1445.56 -607.663L1467.56 -621.451L1477.6 -613.252L1490.52 -544.964L1476.82 -527.957ZM1382.38 -468.768L1351.13 -548.473L1373.13 -562.261L1383.16 -554.062L1396.08 -485.774L1382.38 -468.768ZM1294.15 -512.76L1302.57 -518.04L1333.75 -438.563L1307.94 -439.775L1294.15 -512.76ZM1335.21 -439.204L1303.96 -518.909L1325.96 -532.697L1336 -524.498L1348.91 -456.21L1335.21 -439.204ZM2393.18 -1007.97L2402.35 -1001.16C2396.52 -999.996 2389.67 -1001.36 2384.35 -1004.23L2393.18 -1007.97ZM1435.8 -601.545L1444.23 -606.824L1475.36 -527.317L1449.55 -528.529L1435.75 -601.514L1435.8 -601.545ZM1429.6 -498.363L1398.35 -578.068L1420.34 -591.856L1430.38 -583.657L1443.25 -515.338L1429.55 -498.331L1429.6 -498.363ZM1061.77 -227.727L1056.78 -254.067L1072.98 -274.572L1079.02 -242.816L1061.77 -227.727ZM2230.42 -910.243L2251.52 -919.189L2277.47 -899.918L2251.96 -894.275L2242.96 -900.919C2246.65 -901.643 2249.03 -907.968 2248.08 -910.818C2245.28 -911.756 2242.89 -911.499 2240.62 -911.043C2239.55 -907.683 2240.78 -905.069 2241.18 -902.218L2230.46 -910.193L2230.42 -910.243ZM2405.58 -988.077C2407.7 -987.677 2409.78 -987.326 2411.88 -987.056L2405.4 -985.616C2405.5 -986.441 2405.64 -987.216 2405.58 -988.077ZM2280.5 -941.007L2296.53 -947.808C2296.53 -947.808 2296.69 -947.771 2296.77 -947.753C2298.47 -946.683 2297.47 -944.537 2297.78 -942.938C2299.75 -942.997 2301.99 -943.712 2303.78 -945.041L2322.52 -931.115C2321.7 -930.327 2320.94 -929.439 2320.22 -928.502L2303.19 -924.73C2301.4 -930.783 2295.25 -937.834 2287.46 -936.95C2286.92 -935.716 2286.64 -934.507 2286.38 -933.379L2279.82 -938.235C2280.07 -939.153 2280.33 -940.071 2280.55 -941.038L2280.5 -941.007ZM2285.97 -924.565C2280.33 -921.236 2278.95 -928.51 2276.97 -931.55L2285.97 -924.906C2285.97 -924.906 2285.96 -924.695 2285.97 -924.565ZM2425.9 -1001.36C2428.75 -1002.32 2430.32 -1006.96 2432.37 -1010.18L2438.17 -1005.88L2428.12 -984.816L2424.02 -987.835C2427.61 -989.6 2428.86 -993.556 2425.85 -1001.33L2425.9 -1001.36ZM2402.95 -976.422L2417.47 -979.794C2416.71 -972.077 2413.11 -967.814 2408.18 -964.659L2401.02 -972.453C2401.71 -973.78 2402.34 -975.076 2402.92 -976.471L2402.95 -976.422ZM2309.58 -943.499L2305.45 -946.568C2306.55 -947.883 2307.23 -949.552 2307.22 -951.547C2308.57 -954.251 2314.04 -950.918 2314.76 -949.097C2313.93 -944.918 2309.01 -946.938 2309.58 -943.499ZM2388.77 -977.469C2388.77 -977.469 2388.9 -977.692 2388.89 -977.822L2390.96 -976.288L2390.61 -975.519C2389.76 -975.884 2389.1 -976.502 2388.77 -977.469ZM2159.15 -861.223L2176.67 -876.759L2202.16 -857.89L2192.11 -836.823L2159.15 -861.223ZM2088.88 -821.39L2109.98 -830.336L2135.93 -811.065L2110.41 -805.422L2088.88 -821.39ZM2136.1 -850.985L2157.2 -859.931L2183.15 -840.66L2157.63 -835.017L2136.1 -850.985ZM2111.93 -831.628L2129.45 -847.164L2154.94 -828.295L2144.89 -807.228L2111.93 -831.628ZM2064.71 -802.033L2082.23 -817.569L2107.73 -798.7L2097.67 -777.633L2064.71 -802.033ZM2399.54 -954C2398.02 -953.459 2395.95 -954.441 2393.8 -955.573C2394.85 -961.27 2397.68 -966.009 2400.31 -970.834L2406.91 -963.722C2406.16 -963.256 2405.41 -962.92 2404.63 -962.504C2408.88 -956.609 2412.45 -948.495 2403.39 -943.574C2401.9 -944.297 2400.44 -944.971 2398.9 -945.663C2398.29 -948.519 2403.41 -951.247 2399.59 -954.031L2399.54 -954ZM2254.6 -919.671C2257.72 -919.761 2261.35 -921.136 2263.66 -923.067C2266.52 -915.961 2279.3 -916.933 2278.56 -908.534C2281.63 -906.939 2282.8 -910.362 2285.08 -910.898C2288.46 -909.91 2285.78 -906.709 2289.16 -905.722C2292.86 -908.732 2292.36 -914.7 2293.66 -919.239L2295.72 -917.705C2295.81 -917.345 2295.98 -916.967 2296.31 -916.553L2286.5 -895.982L2254.55 -919.639L2254.6 -919.671ZM2323.76 -930.236L2324.8 -929.444L2324.54 -929.419C2324.28 -929.735 2323.99 -929.97 2323.73 -930.286L2323.76 -930.236ZM2183.32 -880.58L2204.42 -889.526L2204.45 -889.477C2204.36 -889.074 2204.25 -888.59 2203.95 -888.063C2204.9 -887.761 2205.8 -887.768 2206.63 -887.874L2229.43 -870.979C2229.43 -870.979 2229.44 -870.848 2229.46 -870.718C2229.76 -870.564 2229.98 -870.428 2230.26 -870.323L2230.32 -870.224L2204.85 -864.612L2183.32 -880.58ZM2468.97 -1035.47C2465.8 -1034.03 2463.68 -1039.74 2467.08 -1040.7C2469.27 -1039.52 2469.93 -1037.79 2468.97 -1035.47ZM2540.43 -1091.02C2540.56 -1091.59 2540.54 -1092.06 2540.44 -1092.55L2542.43 -1091.03C2541.8 -1091.05 2541.16 -1091.07 2540.38 -1090.99L2540.43 -1091.02ZM2405.06 -1001.9L2395.24 -1009.2L2406.04 -1018.73C2406.83 -1013.5 2405.14 -1007.39 2405.75 -1002.12C2405.55 -1002 2405.34 -1002 2405.11 -1001.93L2405.06 -1001.9ZM2458 -1035.14C2457.06 -1038.07 2460.28 -1040.86 2463.17 -1039.22C2464.16 -1036.32 2460.89 -1033.51 2458 -1035.14ZM2348.61 -980.106C2348.64 -979.715 2348.76 -979.306 2348.85 -978.947L2347.97 -979.572L2348.61 -980.106ZM2444.33 -1003.88L2448.82 -999.03C2447.27 -995.78 2444.92 -992.375 2443.85 -988.673C2442.34 -987.45 2439.87 -988.866 2437.92 -988.888L2444.35 -1003.96L2444.33 -1003.88ZM2371.01 -991.043C2367.08 -989.061 2362.52 -988.962 2358.04 -988.504L2365.5 -995.108L2371.01 -991.043ZM2473.9 -1061.19C2474.03 -1059.89 2474.58 -1058.79 2473.64 -1057.09C2471.7 -1057.33 2470.13 -1056.75 2468.25 -1056.89L2466.61 -1058.07L2473.93 -1061.14L2473.9 -1061.19ZM2427.49 -1031.96L2428.15 -1032.24C2428.15 -1032.24 2428.18 -1031.84 2428.15 -1031.68C2427.87 -1031.79 2427.68 -1031.87 2427.44 -1031.93L2427.49 -1031.96ZM2536.16 -1056.88L2538.65 -1062.71C2539.17 -1061.87 2539.63 -1060.92 2539.96 -1059.74C2538.89 -1058.25 2537.55 -1057.41 2536.11 -1056.85L2536.16 -1056.88ZM2548.2 -1047.24C2547.68 -1049.4 2546.8 -1052.02 2546.64 -1054.47L2551.71 -1049.03C2550.81 -1047.71 2549.81 -1046.66 2548.2 -1047.24ZM2492.91 -1001.13L2488.89 -1004.13C2488.92 -1005.74 2489.19 -1007.29 2490.81 -1007.89C2492 -1007.32 2493.18 -1006.76 2494.42 -1006.22C2494.93 -1004.95 2494.14 -1002.59 2492.91 -1001.13ZM2512.66 -1012.89L2506.85 -1019.19C2507.43 -1020.24 2508.35 -1021.09 2510.21 -1021.64C2509.26 -1024.49 2505.25 -1026.26 2507.8 -1030.34C2515.87 -1033.32 2526.01 -1027.82 2522.16 -1019.33C2520.93 -1016.55 2514.98 -1015.24 2512.71 -1012.92L2512.66 -1012.89ZM2440.17 -978.362C2438.6 -979.444 2436.71 -980.47 2434.69 -981.273L2436.13 -984.591C2437.24 -982.386 2440.02 -980.816 2440.17 -978.362ZM2468.5 -1020.48C2470.68 -1027.02 2465.72 -1024.8 2463.03 -1027.33C2468.65 -1027.4 2471.96 -1033.89 2477.84 -1033.44C2479.83 -1029.16 2478.01 -1023.47 2477.28 -1018.25L2475.9 -1015.38C2472.85 -1015.75 2473.75 -1021.69 2468.5 -1020.48ZM2499.69 -1036.02L2501.25 -1036.38C2502.82 -1036.19 2504.64 -1035.05 2505.06 -1033.73C2504.64 -1032.84 2504.23 -1031.96 2503.81 -1031.08C2500.96 -1030.13 2498.31 -1033.15 2499.69 -1036.02ZM2449.92 -1005.86C2450.33 -1004.11 2450.13 -1002.34 2449.48 -1000.62L2445.58 -1004.86L2449.92 -1005.86ZM1813.5 -838.273L1821.93 -843.553L1853.06 -764.046L1827.25 -765.257L1813.45 -838.242L1813.5 -838.273ZM2349.79 -1147.56L2349.85 -1147.46C2349.85 -1147.46 2349.85 -1147.46 2349.82 -1147.51L2349.79 -1147.56ZM2319.18 -1140.03C2320.05 -1144.03 2325.43 -1140.84 2326.22 -1138.92C2325.34 -1134.93 2319.97 -1138.11 2319.18 -1140.03ZM2353.19 -1150.17C2352.98 -1149.63 2352.8 -1149.03 2353.66 -1148.88C2353.4 -1148.3 2353.09 -1147.69 2352.83 -1147.12C2352.4 -1147.26 2351.96 -1147.4 2351.71 -1147.03L2350.38 -1150.48C2350.86 -1150.37 2351.28 -1150.36 2351.48 -1151.03C2352.06 -1150.77 2352.66 -1150.46 2353.24 -1150.2L2353.19 -1150.17ZM2300.52 -1130.27C2300.14 -1130.1 2299.92 -1129.9 2299.63 -1129.71L2297.67 -1134.7C2298.61 -1137.28 2299.27 -1139.97 2299.1 -1142.56L2307.22 -1147.65C2310.14 -1142.99 2321.69 -1142.85 2318.85 -1134.72C2314.19 -1132.35 2309.67 -1130.42 2310.37 -1123.47C2308.17 -1122.02 2305.2 -1122.58 2303.17 -1120.75L2302.11 -1123.54C2302.11 -1123.54 2302.67 -1123.54 2302.99 -1123.68C2303.8 -1126.46 2303.02 -1128.59 2300.63 -1130.2L2300.52 -1130.27ZM2161.99 -1035.51C2164.14 -1033.4 2163.52 -1031.3 2162.6 -1029.13L2160.06 -1035.61C2160.84 -1035.48 2161.55 -1035.44 2161.99 -1035.51ZM2349.27 -1116.25C2346.23 -1113.72 2344.51 -1110.85 2343.48 -1107.86L2339.14 -1130.74C2339.14 -1130.74 2339.5 -1130.62 2339.64 -1130.5C2339.83 -1131.31 2340.39 -1131.18 2340.94 -1130.97C2341.2 -1131.54 2341.5 -1132.15 2341.76 -1132.73C2340.96 -1132.91 2341.09 -1133.48 2341.3 -1134.02C2340.72 -1134.28 2340.11 -1134.59 2339.54 -1134.85C2339.37 -1134.13 2338.95 -1134.14 2338.48 -1134.33L2335.33 -1150.92C2343.28 -1148.93 2345.77 -1139.11 2347.08 -1132.4C2354.08 -1130.03 2354.29 -1125.19 2354.44 -1120.32C2350.23 -1118.23 2350.44 -1126.71 2346.9 -1122.77C2345.41 -1119.76 2347.97 -1118.2 2349.27 -1116.25ZM2170.32 -1037.07C2171.1 -1040.46 2174.96 -1038.81 2175.6 -1036.8C2174.78 -1033.38 2170.96 -1035.06 2170.32 -1037.07ZM2311.92 -1098.43L2305.74 -1114.22C2306.06 -1113.94 2306.33 -1113.62 2306.73 -1113.32C2309.03 -1114.49 2311.28 -1115.63 2313.2 -1117.86C2318.49 -1114.14 2312.96 -1106.46 2315.37 -1101.62C2314.22 -1100.49 2313.08 -1099.43 2311.9 -1098.35L2311.92 -1098.43ZM2327 -1146.38L2327.54 -1145.96L2328.27 -1142.14C2327.52 -1142.02 2326.68 -1142.04 2325.75 -1142.43C2325.27 -1143.85 2325.9 -1145.49 2327.05 -1146.41L2327 -1146.38ZM2282.06 -1081.44C2282.36 -1084.25 2283.43 -1086.51 2285.39 -1088.56C2285.42 -1088.51 2285.45 -1088.46 2285.53 -1088.45L2287.27 -1079.18C2285.62 -1079.94 2284.6 -1081.79 2282.06 -1081.44ZM2273.59 -1086.48C2276.77 -1089.44 2279.09 -1089.03 2278.21 -1094.07C2280.01 -1095.27 2281.97 -1096.01 2284.07 -1096.29L2280.27 -1116.34L2277.16 -1118.87C2274.7 -1118.5 2272.54 -1118.87 2270.85 -1122.44C2267.07 -1121.1 2272.27 -1119.19 2271.45 -1116.74C2268.47 -1115.77 2264.77 -1117.94 2261 -1118.68L2255.1 -1114.98C2254.35 -1112.1 2253.31 -1109.03 2251.04 -1107.81C2250.07 -1108.8 2249.34 -1109.85 2248.71 -1110.98L2248.31 -1110.73L2258.97 -1083.59C2260.16 -1083.79 2261.43 -1083.96 2262.71 -1084.01C2263.92 -1080.76 2263.83 -1077.05 2264.33 -1073.5C2271.3 -1072.83 2274.71 -1067.17 2280.39 -1063.83C2287.6 -1071.94 2279.51 -1080.67 2273.64 -1086.51L2273.59 -1086.48ZM2261.65 -1105.08C2261.39 -1104.5 2261.08 -1103.9 2260.82 -1103.32C2260.28 -1103.53 2259.71 -1103.66 2259.53 -1102.85C2258.95 -1103.11 2258.34 -1103.42 2257.77 -1103.68C2257.98 -1104.23 2258.11 -1104.79 2257.3 -1104.98C2257.56 -1105.55 2257.87 -1106.16 2258.13 -1106.74C2258.67 -1106.53 2259.24 -1106.4 2259.42 -1107.2C2260 -1106.94 2260.61 -1106.63 2261.18 -1106.37C2260.97 -1105.83 2260.84 -1105.26 2261.65 -1105.08ZM2278.35 -1105.96C2275.43 -1104.13 2268.59 -1107.77 2271.59 -1112.34C2274.33 -1112.82 2278.83 -1108.95 2278.35 -1105.96ZM2265.34 -1098.97C2266.12 -1102.36 2269.98 -1100.71 2270.62 -1098.7C2269.84 -1095.31 2265.98 -1096.96 2265.34 -1098.97ZM2257.31 -1083.38C2256.07 -1083.16 2254.8 -1082.98 2253.5 -1082.86C2253.19 -1085.43 2254.14 -1088.44 2254.25 -1091.13L2257.31 -1083.38ZM2246.08 -1109.33L2246.92 -1109.86L2252.19 -1096.39C2248.03 -1094.33 2248.21 -1089.41 2245.44 -1086.57C2246.25 -1083.63 2249.5 -1086.15 2250.39 -1083.19C2249.31 -1078.09 2246.12 -1078.65 2243.61 -1077.49L2242.61 -1082.93C2242.93 -1083.2 2243.23 -1083.6 2243.4 -1084.32C2242.99 -1084.76 2242.59 -1085.06 2242.14 -1085.33L2239.43 -1099.57C2244.06 -1100.89 2246.55 -1105.07 2246.08 -1109.33ZM2347.25 -1154.04C2344.26 -1154.51 2341.06 -1155.54 2337.21 -1157.61C2337.08 -1160.02 2336.6 -1162.34 2338.78 -1165.57C2339.96 -1165.89 2341.32 -1165.92 2342.54 -1166.06L2347.25 -1154.04ZM1712.94 -675.883L1681.69 -755.588L1703.69 -769.376L1713.73 -761.177L1726.64 -692.889L1712.94 -675.883ZM2309.44 -1095.77C2307.68 -1096.6 2305.87 -1097.4 2304.08 -1098.28C2302.05 -1096.45 2299.88 -1094.95 2298.57 -1091.1C2296.93 -1090.96 2295.35 -1091.28 2293.75 -1091.74L2289.79 -1112.71C2292.4 -1112.07 2294.78 -1110.46 2296.8 -1108.13C2297.58 -1109.31 2298.98 -1108.95 2299.77 -1110C2299.46 -1111.59 2300.49 -1113.69 2298.75 -1114.81C2293.65 -1116.23 2293 -1118.38 2288.65 -1118.48L2287.58 -1124.16C2288.21 -1125.25 2288.75 -1126.48 2288.75 -1128.13C2290.78 -1129.41 2294.04 -1127.17 2295.74 -1129.2C2296.06 -1130.23 2296.48 -1131.32 2296.85 -1132.38L2298.39 -1128.38C2297.56 -1126.62 2298.46 -1124.42 2300.24 -1123.67L2301.98 -1119.25C2301.98 -1119.25 2301.79 -1118.99 2301.7 -1118.8C2301.99 -1118.56 2302.19 -1118.35 2302.43 -1118.08L2310.66 -1097.02C2310.23 -1096.61 2309.75 -1096.17 2309.37 -1095.66L2309.44 -1095.77ZM71.3323 432.718C72.641 433.485 73.7819 433.874 74.8297 434.114L71.5602 436.715L68.8694 436.056C69.5994 434.908 70.41 433.779 71.3323 432.718ZM2244.79 -1024.96L2236.24 -1070.31C2235.82 -1070.54 2235.36 -1070.73 2234.94 -1070.95C2232.68 -1069.05 2230.13 -1067.94 2228.09 -1065.48C2224.22 -1070.65 2213.21 -1064.99 2213.78 -1074.32C2217.96 -1071.83 2226.11 -1072.93 2226.33 -1080.39C2229.04 -1079.6 2231.53 -1081.23 2233.87 -1082.9L2233.15 -1086.8L2226.71 -1092.01C2224.26 -1090.2 2221.59 -1089.84 2218.19 -1091.85L2201.14 -1081.16L2223.54 -1024.06C2223.54 -1024.06 2223.8 -1024.09 2223.96 -1024.05C2226.25 -1022.17 2224.32 -1018.75 2228.55 -1017.61C2233.81 -1020.56 2239.28 -1022.95 2244.89 -1025.02L2244.79 -1024.96ZM2233.27 -1034.85C2227.5 -1032.06 2229.41 -1039.47 2225.6 -1041.7C2223.51 -1041.29 2221.89 -1039.8 2219.02 -1041.52C2219.31 -1042.59 2218.69 -1043.37 2218.09 -1044.1C2221.88 -1046.76 2222.57 -1047.74 2224.94 -1051.78C2231.03 -1052.42 2240.19 -1049.47 2238.83 -1042.06C2236.45 -1039.81 2233 -1039.03 2233.32 -1034.88L2233.27 -1034.85ZM113.647 427.45C113.857 426.904 114.228 426.395 114.438 425.85C117.25 423.949 118.953 427.988 119.416 431.7L123.802 434.954C126.2 434.486 128.76 434.607 128.639 437.167L145.797 433.382C146.731 431.899 148.193 430.707 150.175 430.017L147.601 428.111L146.448 428.144C146.392 427.834 146.497 427.561 146.521 427.27L140.466 422.785C138.751 423.791 137.54 422.41 136.986 420.205L126.688 412.583L105.588 421.529L113.628 427.53L113.647 427.45ZM117.291 422.474C117.443 419.964 118.978 418.45 121.495 418.391L121.191 423.411C119.853 423.698 118.34 423.266 117.242 422.505L117.291 422.474ZM66.2395 439.567C66.5738 439.22 66.877 438.823 67.1802 438.426L68.2591 438.715L66.1899 439.598L66.2395 439.567ZM731.174 168.612L728.171 156.004L672.294 114.64L651.016 119.558L709.125 182.432L731.124 168.643L731.174 168.612ZM684.927 151.642C686.055 151.349 688.299 151.185 688.994 152.405C687.225 154.757 685.823 154.393 684.927 151.642ZM684.173 142.731C682.557 144.226 682.406 147.288 678.785 146.797C674.31 146.153 673.865 137.185 673.167 133.759C675.837 132.844 682.422 140.378 684.123 142.762L684.173 142.731ZM700.664 146.471C699.445 147.718 697.766 148.563 696.061 148.045C693.603 144.894 694.377 139.302 693.808 135.312C695.865 134.299 702.414 143.097 703.625 145.029C702.983 147.088 702.208 146.401 700.695 146.52L700.664 146.471ZM701.72 168.856C695.376 171.176 700.959 164.779 699.439 163.454C698.173 162.316 697.304 160.929 699.124 159.098C701.257 159.969 704.814 159.258 705.538 162.944C707.249 163.252 708.681 164.217 709.83 165.498C707.473 169.115 703.244 162.588 701.671 168.887L701.72 168.856ZM77.9959 417.915C78.3923 417.667 78.677 417.35 79.0423 417.052L84.9775 414.85L85.0396 414.95C84.3221 416.227 83.5862 417.586 82.8192 418.894C81.3619 418.221 79.7809 417.9 78.0144 417.835L77.9959 417.915ZM707.868 183.288L649.883 120.613L640.365 142.863C640.799 143.557 641.018 144.455 641.105 145.366L643.649 147.222C645.167 146.892 646.94 147.298 646 148.991L699.395 188.599L707.818 183.32L707.868 183.288ZM643.611 141.656C644.652 141.004 646.746 140.382 647.337 141.875C645.821 144.412 644.34 145.132 643.611 141.656ZM697.952 184.535C699.377 184.056 700.784 184.209 701.964 186.092C699.605 188.053 698.087 187.832 697.952 184.535ZM129.088 449.444L122.332 465.201C123.572 464.976 124.471 465.31 125.327 466.015C127.942 465.343 130.947 464.632 133.44 465.416C133.51 467.511 133.048 469.526 132.152 471.398C134.038 472.976 136.098 474.721 137.412 475.277C145.994 473.004 152.137 478.4 138.335 479.392C137.198 477.689 134.681 476.645 132.703 476.573C132.277 477.323 131.763 477.714 131.267 478.025L151.355 492.898C151.061 490.667 151.269 488.467 152.834 486.45C154.493 489.206 157.395 490.975 158.806 493.886C157.387 494.154 156.961 495.456 156.665 496.746L157.713 497.538C160.161 497.039 163.043 496.682 163.019 497.524C162.886 500.506 162.385 501.027 165.726 501.072C167.511 501.057 167.653 500.623 167.117 498.337C169.576 497.417 170.539 498.952 170.554 501.289C171.566 502.794 170.75 504.133 168.977 504.278C168.338 503.92 167.7 504.113 167.025 504.467L180.009 514.062L182.883 512.261C182.255 510.93 184.111 507.834 184.907 504.92L179.917 499.492C179.917 499.492 179.818 499.554 179.769 499.585C179.769 499.585 179.837 499.473 179.855 499.393L165.246 483.57C165.246 483.57 164.57 483.373 164.284 483.138C163.906 482.754 163.788 482.345 163.781 482.004L149.848 466.931C149.429 468.574 146.799 467.462 145.434 466.385C146.412 465.083 145.408 465.022 144.527 464.608C145.078 464.056 145.567 463.404 146.006 462.784L133.631 449.425C132.168 449.514 130.644 449.504 129.187 449.382L129.088 449.444ZM164.716 491.424L162.358 489.313C163.521 487.756 166.134 490.052 164.716 491.424ZM89.8153 417.614L93.2824 419.513L81.3501 428.992C81.3805 428.49 81.3303 427.97 81.3296 427.418C83.988 426.925 86.0313 425.23 87.0942 422.632C87.0011 422.483 86.8584 422.366 86.6846 422.199C88.0541 421.961 89.2869 421.396 90.0539 420.087C90.0776 419.244 90.0208 418.383 89.8649 417.583L89.8153 417.614ZM107.694 292.762C108.078 292.383 108.748 292.24 109.219 292.22C118.234 295.264 104.384 302.565 107.694 292.762ZM117.645 300.049C117.979 299.702 118.233 299.336 118.487 298.97L119.36 303.667C118.337 303.135 117.511 301.927 117.614 300L117.645 300.049ZM153.768 279.617C155.955 279.143 161.639 278.962 163.221 280.937C164.177 282.132 164.055 283.589 163.629 284.891C163.127 284.86 162.606 284.911 161.987 285.023C160.025 287.288 159.954 290.368 161.017 292.945L155.905 299.323C155.47 298.078 154.608 297.583 153.473 297.535L150.309 289.513C151.723 290.559 153.379 291.108 155.201 290.932C154.647 289.278 154.273 287.58 153.93 285.932C153.394 283.094 150.332 282.944 148.748 280.417C149.854 277.447 151.8 277.469 153.799 279.667L153.768 279.617ZM60.0932 359.513C60.0932 359.513 60.3661 359.618 60.4777 359.686L60.2425 359.971L60.0932 359.513ZM82.7201 413.781L82.2616 413.931C82.2616 413.931 82.4287 413.757 82.4968 413.645L82.689 413.732L82.7201 413.781ZM81.1959 409.147L96.3913 417.426L114.982 409.431C114.53 409.37 114.065 409.178 113.736 408.763L95.712 404.12L81.1959 409.147ZM102.278 411.183C101.802 411.965 100.86 412.555 100.085 411.868C99.5993 410.102 102.096 409.572 102.278 411.183ZM98.7153 406.93C98.9155 408.461 96.5544 408.768 95.5006 408.738C95.2694 407.158 97.6305 406.851 98.7153 406.93ZM81.7968 337.215L89.3887 377.515L111.009 368.519L105.139 337.352L99.9326 337.303C99.9326 337.303 99.9762 337.482 99.9888 337.613C99.4186 337.694 98.8545 337.565 98.3273 337.274L81.7658 337.166L81.7968 337.215ZM95.5258 357.798L98.2714 357.665C99.3139 358.667 99.5636 360.167 99.522 361.642C101.246 362.08 102.723 363.776 102.26 365.791L103.643 366.235L103.858 369.551C101.883 371.134 99.4706 370.368 97.2449 369.9C96.1694 367.193 94.5488 364.828 92.9467 362.382L95.4762 357.83L95.5258 357.798ZM89.858 345.342C93.2973 344.774 96.9915 344.942 96.7366 349.38C92.6406 350.222 91.5124 355.139 87.0749 355.436C86.1103 352.245 89.7629 348.714 89.858 345.342ZM73.5376 390.763C73.4999 390.372 73.4437 390.062 73.4556 389.641C73.9452 389.541 74.4473 389.571 74.9183 389.552L84.1499 381.489C84.0924 380.076 84.0845 378.632 84.1948 377.597C85.0127 377.36 86.147 377.408 87.1947 377.649L81.3622 346.872L65.1604 367.377L70.1446 393.717L73.5871 390.731L73.5376 390.763ZM74.0204 379.972C72.7817 380.748 71.1585 381.351 69.6833 381.31C68.6223 380.388 67.7218 378.951 67.7945 377.525C69.8305 374.938 72.9395 378.027 74.0204 379.972ZM162.141 197.293C162.346 197.51 162.6 197.696 162.854 197.881C164.044 197.687 164.676 197.154 164.985 196.546C166.712 199.742 169.789 206.853 168.792 207.684C166.982 207.99 164.365 207.008 162.605 206.732L161.289 199.898C161.796 199.166 162.018 198.198 162.091 197.324L162.141 197.293ZM2096.86 -1015.87L2105.29 -1021.15L2136.42 -941.646L2110.61 -942.858L2096.81 -1015.84L2096.86 -1015.87ZM2002.43 -956.684L2010.85 -961.963L2041.98 -882.456L2016.17 -883.668L2002.38 -956.653L2002.43 -956.684ZM1996.27 -853.533L1965.02 -933.238L1987.02 -947.026L1997.06 -938.828L2009.92 -870.508L1996.22 -853.502L1996.27 -853.533ZM1949.05 -823.938L1917.8 -903.643L1939.8 -917.431L1949.89 -909.264L1962.76 -840.944L1949.05 -823.938ZM1955.21 -927.089L1963.63 -932.369L1994.76 -852.861L1968.95 -854.073L1955.16 -927.058L1955.21 -927.089ZM2090.66 -912.692L2059.41 -992.397L2081.4 -1006.19L2091.44 -997.986L2104.36 -929.698L2090.66 -912.692ZM2043.44 -883.097L2012.19 -962.802L2034.19 -976.59L2044.22 -968.391L2057.09 -900.072L2043.39 -883.066L2043.44 -883.097ZM2049.6 -986.248L2058.02 -991.527L2089.15 -912.02L2063.34 -913.232L2049.55 -986.217L2049.6 -986.248ZM1907.94 -897.463L1916.36 -902.743L1947.49 -823.235L1921.68 -824.447L1907.89 -897.432L1907.94 -897.463ZM2532.68 -1285.51L2531.59 -1288.35L2533.28 -1289.4C2533.71 -1288.16 2533.51 -1286.72 2533.26 -1285.25C2533.06 -1285.34 2532.87 -1285.42 2532.68 -1285.51ZM1807.32 -735.172L1776.06 -814.877L1798.06 -828.665L1808.15 -820.497L1821.07 -752.209L1807.37 -735.203L1807.32 -735.172ZM1766.25 -808.728L1774.68 -814.007L1805.81 -734.5L1780 -735.712L1766.2 -808.697L1766.25 -808.728ZM1719.03 -779.133L1727.46 -784.412L1758.59 -704.905L1732.78 -706.117L1718.98 -779.102L1719.03 -779.133ZM1760.1 -705.577L1728.84 -785.282L1750.79 -799.039L1760.88 -790.871L1773.8 -722.583L1760.1 -705.577ZM2041.49 -791.962L2062.59 -800.909L2088.54 -781.637L2063.02 -775.994L2041.49 -791.962ZM1860.77 -867.899L1869.19 -873.179L1900.32 -793.672L1874.51 -794.883L1860.72 -867.868L1860.77 -867.899ZM1854.57 -764.717L1823.31 -844.422L1845.31 -858.21L1855.35 -850.012L1868.22 -781.692L1854.52 -764.686L1854.57 -764.717ZM1901.79 -794.312L1870.53 -874.017L1892.53 -887.805L1902.57 -879.607L1915.44 -811.287L1901.74 -794.281L1901.79 -794.312ZM2378.52 -1139.48C2376.09 -1144.58 2376.31 -1150.72 2378.34 -1156.62L2380.97 -1142.74C2380.05 -1141.13 2379.12 -1139.86 2378.57 -1139.51L2378.52 -1139.48ZM2442.96 -1177.73C2440.39 -1178.74 2439.9 -1174.02 2436.85 -1176.25C2437.17 -1178.59 2434.99 -1179.98 2435.36 -1182.35C2437.34 -1182.83 2444.12 -1180.6 2442.96 -1177.73ZM2412.64 -1194.06C2416.12 -1189.82 2420.64 -1190.1 2424.77 -1190.34L2425.52 -1186.39C2420.22 -1186.25 2413.95 -1188.33 2410.13 -1190.9C2410.79 -1192.49 2411.64 -1193.57 2412.72 -1194.04L2412.64 -1194.06ZM2370.62 -1122.59C2366.33 -1124.25 2365.19 -1127.06 2366.88 -1130.87C2369.57 -1130.21 2371.61 -1131.36 2374.33 -1130.65C2374.67 -1127.13 2373.89 -1124.09 2370.59 -1122.64L2370.62 -1122.59ZM2430.81 -1158.25C2428.26 -1159 2425.93 -1158.98 2422.86 -1157.82C2424.17 -1161.68 2426.34 -1163.17 2428.37 -1165C2428.75 -1164.61 2429.26 -1164.24 2429.72 -1163.84L2430.79 -1158.16L2430.81 -1158.25ZM2373.53 -1161.33C2373.19 -1163.19 2374.66 -1164.8 2376.59 -1165.8L2377.36 -1161.6C2376.37 -1160.76 2375.13 -1160.54 2373.53 -1161.33ZM2502.7 -1261.55C2497.59 -1263.31 2489.12 -1257.79 2484.52 -1258.29L2484.27 -1258.69L2498.44 -1267.57C2500.8 -1266.01 2503.13 -1264.5 2502.65 -1261.51L2502.7 -1261.55ZM2137.88 -942.287L2106.62 -1021.99L2128.62 -1035.78L2138.66 -1027.58L2140.52 -1017.57C2135.92 -1017.31 2129.62 -1021.64 2126.45 -1017.44C2131.36 -1014.45 2129.15 -999.053 2137.78 -1004.54C2134.86 -1006.57 2131.03 -1007.83 2133.16 -1013.23C2134.91 -1016.95 2138.5 -1015.61 2140.62 -1013.01C2140.85 -1013.08 2141.07 -1013.29 2141.31 -1013.44L2148.87 -973.532C2147.77 -970.772 2148.19 -967.24 2150.51 -964.968L2151.61 -959.243L2137.91 -942.237L2137.88 -942.287ZM2220.87 -989.679C2219.14 -991.22 2217.6 -992.805 2216.51 -994.539L2223.16 -994.498C2222.04 -992.209 2223.49 -990.563 2220.87 -989.679ZM2180.56 -984.63C2180.67 -989.186 2178.28 -993.552 2183.75 -996.156C2183.13 -996.936 2182.53 -997.667 2182.82 -998.746C2179.78 -999.529 2177.58 -998.082 2174.96 -997.75L2166.18 -1020.12C2168.83 -1016.34 2170.66 -1012.1 2174.77 -1018.75C2178.5 -1014.12 2182.96 -1019.12 2187.54 -1018.19C2188.59 -1020.92 2190.34 -1022.43 2192.14 -1023.84L2194.53 -1011.33C2193.23 -1011.76 2192.18 -1012.34 2190.35 -1012.5C2187.4 -1008.72 2195.09 -1008.78 2193.59 -1005.57C2194.39 -1005.17 2195.09 -1005.05 2195.67 -1005.21L2198.71 -989.247C2193.95 -989.575 2189.78 -988.2 2186.7 -983.858C2188.13 -982.13 2190 -981.234 2192.04 -980.512L2185.05 -971.85L2180.1 -984.481C2180.1 -984.481 2180.36 -984.506 2180.51 -984.599L2180.56 -984.63ZM2165.47 -973.244C2164.33 -973.422 2163.48 -972.894 2162.65 -972.236L2157.96 -972.465C2157.91 -973.748 2158.8 -975.41 2158.35 -976.575C2157.85 -976.816 2157.45 -976.908 2156.96 -977.019L2144.03 -1045.44L2152.46 -1050.72L2156.22 -1041.07C2155.75 -1041.05 2155.25 -1041.08 2154.78 -1041.06C2153.06 -1038.74 2155.54 -1036.99 2158.14 -1036.14L2161.7 -1027.05C2161.3 -1026.04 2160.95 -1025.06 2160.94 -1024.08C2161.73 -1024.03 2162.47 -1023.73 2163.14 -1023.32L2173.35 -997.227C2172.1 -994.164 2169.5 -990.603 2170.25 -988.311C2174.81 -988.41 2175.57 -984.333 2178.47 -984.219L2183.55 -971.26L2165.26 -972.146C2165.26 -972.146 2165.46 -972.822 2165.39 -973.262L2165.47 -973.244ZM2227.41 -1013.93C2228.18 -1014.68 2228.93 -1015.36 2229.8 -1015.84C2234.27 -1012.57 2232.65 -1007 2232.12 -1001.9L2227.41 -1013.93ZM2214.7 -1001.61C2214.7 -1001.61 2214.71 -1002.04 2214.77 -1002.28C2212.96 -1003.07 2211.64 -1002.53 2210.37 -1001.8L2205.04 -1002.05L2203.59 -1009.76C2205.61 -1009.51 2206.76 -1012.3 2206.16 -1013.92C2204.77 -1014.92 2203.63 -1014.55 2202.87 -1013.66L2199.4 -1031.98C2199.71 -1032.58 2200.02 -1033.19 2200.28 -1033.98C2200.14 -1034.86 2199.47 -1035.82 2198.48 -1036.64L2197.05 -1044.31C2202.45 -1044.72 2201.7 -1036.11 2206.81 -1036.34C2205.35 -1045.16 2205.52 -1054.58 2202.97 -1063.06C2198.91 -1061.27 2196.57 -1056.63 2195.56 -1051.86L2193.23 -1064.06C2194.22 -1063.37 2195.17 -1062.72 2195.93 -1061.96C2198.13 -1064.72 2200.77 -1066.23 2202.73 -1069.6C2199.87 -1072.29 2199.11 -1075.82 2197.4 -1078.88L2199.58 -1080.25L2221.61 -1023.95C2217.82 -1023.51 2214.73 -1020.95 2211.1 -1020.13C2209.43 -1017.08 2209.22 -1014.54 2210.88 -1012.67C2215.04 -1010.66 2217.49 -1013.57 2220.5 -1014.71C2223.59 -1014.08 2221.08 -1011.48 2224.16 -1010.86C2224.84 -1011.42 2225.49 -1012.03 2226.11 -1012.7L2230.77 -1000.85L2214.65 -1001.58L2214.7 -1001.61ZM2249.45 -1046.37C2249.45 -1046.37 2250.11 -1046.3 2250.45 -1046.31C2252.85 -1050.3 2251.11 -1054.73 2247.58 -1056.17L2244.6 -1072.17C2245.46 -1070.78 2246.01 -1069.26 2246.42 -1067.72C2248.23 -1066.93 2248.68 -1069.62 2250.82 -1067.86C2254.04 -1061.39 2255.36 -1054.22 2258.82 -1047.83C2261.76 -1048.64 2259.21 -1051.94 2262.2 -1052.78C2266.4 -1049.82 2268.02 -1040.41 2274.07 -1040.55L2278.02 -1030.4L2252.21 -1031.61L2249.4 -1046.34L2249.45 -1046.37ZM2290.6 -1044.91L2279.45 -1031.09L2275.66 -1040.78C2275.66 -1040.78 2275.92 -1040.81 2276.1 -1040.85C2276.51 -1043.94 2271.61 -1045.15 2274.53 -1049.19C2277.16 -1050.83 2281.93 -1046.51 2284.21 -1049.04C2289.56 -1055.92 2282.51 -1058.26 2283.37 -1063.49C2285.06 -1064.21 2287.91 -1061.85 2289.06 -1064.09C2288.9 -1065.23 2289.14 -1066.28 2289.49 -1067.26L2292.81 -1049.74C2291.95 -1049.48 2290.98 -1049.36 2289.89 -1049.57C2288.97 -1047.61 2289.66 -1046.18 2290.55 -1044.88L2290.6 -1044.91ZM1710.94 -584.717L1732.04 -593.664L1757.99 -574.392L1732.47 -568.749L1710.94 -584.717ZM1522.06 -466.337L1543.16 -475.284L1569.16 -456.043L1543.65 -450.4L1522.11 -466.368L1522.06 -466.337ZM978.493 -121.436L996.015 -136.973L1004.36 -130.817C1004.15 -130.482 1004.01 -130.048 1003.76 -129.682C1003.75 -128.92 1004.55 -127.762 1004.97 -127.198C1006.37 -127.386 1007.11 -127.852 1007.58 -128.423L1021.51 -118.103L1011.45 -97.036L978.493 -121.436ZM1545.12 -476.576L1562.64 -492.112L1588.13 -473.242L1578.08 -452.175L1545.12 -476.576ZM1569.28 -495.932L1590.38 -504.879L1616.33 -485.607L1590.82 -479.964L1569.28 -495.932ZM1474.85 -436.742L1495.95 -445.689L1521.9 -426.417L1496.38 -420.774L1474.85 -436.742ZM1592.33 -506.17L1609.86 -521.707L1635.35 -502.837L1625.29 -481.77L1592.33 -506.17ZM1497.9 -446.981L1515.42 -462.517L1540.91 -443.647L1530.86 -422.58L1497.9 -446.981ZM976.975 -95.2302L1002.49 -100.873L976.542 -120.145L955.442 -111.198L976.975 -95.2302ZM981.076 -107.185C982.333 -108.042 983.362 -107.721 983.693 -106.203C982.159 -103.585 981.401 -104.904 981.076 -107.185ZM931.274 -91.8414L948.796 -107.378L974.287 -88.5082L964.234 -67.4411L931.274 -91.8414ZM1663.72 -555.122L1684.82 -564.069L1710.82 -544.828L1685.3 -539.185L1663.77 -555.153L1663.72 -555.122ZM1639.55 -535.765L1657.07 -551.302L1682.57 -532.432L1672.51 -511.365L1639.55 -535.765ZM1686.77 -565.36L1704.29 -580.896L1729.78 -562.027L1719.73 -540.96L1686.77 -565.36ZM1616.5 -525.527L1637.6 -534.474L1663.55 -515.202L1638.04 -509.559L1616.5 -525.527ZM1014.52 -8.90776L992.517 4.88038L934.408 -57.9933L955.377 -62.8553C955.377 -62.8553 955.792 -62.6328 955.972 -62.6765L1011.48 -21.5658L1014.49 -8.9573L1014.52 -8.90776ZM757.415 152.234C757.415 152.234 757.415 152.234 757.465 152.203L778.374 139.098L775.371 126.489L719.494 85.1252L698.216 90.0434L756.325 152.917L757.316 152.296L757.415 152.234ZM747.96 118.76C749.087 118.467 751.331 118.303 752.027 119.523C750.201 122.116 748.831 121.802 747.96 118.76ZM1025.68 -151.081L1043.2 -166.617L1043.93 -166.11C1044.52 -164.617 1045.65 -163.596 1047.53 -163.462L1068.66 -147.797L1058.61 -126.73L1025.65 -151.13L1025.68 -151.081ZM1450.65 -417.435L1468.17 -432.971L1493.66 -414.102L1483.61 -393.035L1450.65 -417.435ZM1285.94 -318.412L1307.04 -327.359L1332.99 -308.087L1307.47 -302.444L1285.94 -318.412ZM1120.12 -210.271L1137.64 -225.807L1163.13 -206.938L1153.08 -185.87L1120.12 -210.271ZM1308.99 -328.65L1326.51 -344.187L1352 -325.317L1341.95 -304.25L1308.99 -328.65ZM1333.16 -348.007L1354.26 -356.954L1380.21 -337.682L1354.69 -332.039L1333.16 -348.007ZM1214.55 -269.461L1232.08 -284.997L1257.57 -266.127L1247.51 -245.06L1214.55 -269.461ZM1238.72 -288.817L1259.82 -297.764L1285.77 -278.492L1260.26 -272.849L1238.72 -288.817ZM1191.5 -259.222L1212.6 -268.169L1238.55 -248.897L1213.04 -243.254L1191.5 -259.222ZM1165.82 -213.659L1191.34 -219.302L1165.39 -238.574L1144.29 -229.627L1165.82 -213.659ZM1157.59 -222.716C1155.21 -222.539 1156.16 -227.412 1155.83 -229.481C1158.81 -231.004 1161.31 -230.431 1163.48 -227.855C1166.26 -224.63 1159.34 -227.193 1157.59 -222.716ZM1096.99 -200.051L1118.09 -208.997L1144.04 -189.726L1118.52 -184.083L1096.99 -200.051ZM1403.35 -387.859L1420.87 -403.395L1446.36 -384.526L1436.31 -363.458L1403.35 -387.859ZM1427.52 -407.215L1448.62 -416.162L1474.57 -396.89L1449.05 -391.247L1427.52 -407.215ZM1380.3 -377.621L1401.4 -386.567L1427.4 -367.326L1401.88 -361.684L1380.35 -377.652L1380.3 -377.621ZM1008.46 -136.493C1008.8 -137.603 1009.27 -138.725 1010.26 -139.898C1009.29 -140.461 1008.56 -140.417 1007.98 -140.124C1007.81 -139.188 1007.44 -138.339 1007.19 -137.421L1002.58 -140.811L1007.65 -142.956C1011.7 -142.454 1018.65 -142.81 1016.27 -146.494C1016.27 -146.494 1016.24 -146.544 1016.21 -146.593L1023.68 -149.758L1049.63 -130.486L1024.11 -124.844L1008.49 -136.444L1008.46 -136.493ZM1105.78 -156.294L1115.83 -177.361L1090.34 -196.23L1072.82 -180.694L1105.78 -156.294ZM1092.72 -168.325L1093.73 -168.475C1093.72 -166.399 1093.36 -166.312 1092.72 -168.325ZM-121.744 613.211L-124.858 610.885C-123.663 609.929 -121.438 609.845 -119.883 609.354L-121.744 613.211ZM1356.29 -358.227L1373.81 -373.763L1399.3 -354.894L1389.25 -333.826L1356.29 -358.227ZM1261.85 -299.037L1279.38 -314.573L1304.87 -295.704L1294.81 -274.637L1261.85 -299.037ZM-120.552 625.023C-123.038 624.58 -125.57 626.374 -124.046 631.008C-122.633 631.502 -120.797 632.559 -120.565 634.14C-121.431 636.062 -124.096 636.214 -124.769 638.223C-127.343 636.869 -129.935 635.596 -132.719 634.788L-135.901 637.748C-134.964 639.024 -134.448 640.288 -134.143 641.545L-127.862 648.373C-126.307 647.33 -123.66 647.81 -122.03 648.099L-120.742 651.915C-116.492 650.217 -109.855 644.401 -106.915 651.184C-107.557 653.242 -107.815 655.474 -108.81 657.409C-110.942 658.193 -113.412 655.463 -114.903 657.157C-111.387 659.024 -110.998 662.506 -111.962 665.594L-105.6 672.441C-104.307 670.871 -103.001 669.431 -100.93 669.652C-99.739 670.561 -96.7475 678.967 -95.8688 682.902L-93.3802 685.551L-89.9614 683.408C-90.0486 683.049 -90.1358 682.69 -90.2231 682.33C-89.5545 681.635 -88.6805 681.709 -87.8804 682.104L-79.3088 676.732C-78.9263 675.25 -77.2971 674.436 -76.0386 674.682L-71.4307 671.794L-73.8541 661.652L-76.9709 662.294C-76.9412 661.24 -77.2042 659.059 -78.7778 659.631L-79.1649 662.427C-84.4315 663.934 -85.3175 659.107 -89.86 659.677L-91.318 663.627L-94.3616 658.22C-92.9868 657.221 -91.1529 656.623 -89.4234 656.85C-89.9526 654.905 -88.6346 653.044 -86.8938 652.298C-87.9238 651.425 -88.5019 650.063 -88.6089 648.681L-109.714 633.065C-110.767 633.587 -111.944 633.911 -112.85 633.237L-112.983 631.043L-112.369 631.141L-114.069 629.861C-114.069 629.861 -114.038 629.91 -114.106 630.022L-116.851 630.156C-116.741 629.121 -116.909 628.191 -117.295 627.466L-120.49 625.122L-120.552 625.023ZM-82.7533 678.063C-83.075 678.54 -83.6881 678.994 -84.2708 678.945C-84.3838 677.774 -83.7086 677.419 -82.7533 678.063ZM-93.9236 656.497C-94.2222 655.58 -94.8083 652.773 -92.9855 653.149C-91.7131 654.628 -91.6121 656.221 -93.9236 656.497ZM-103.751 658.654C-103.601 660.216 -105.08 661.488 -106.332 662.135C-107.525 659.019 -108.024 656.571 -103.751 658.654ZM-93.7526 649.282L-96.4975 649.968C-96.2274 647.866 -97.4 646.876 -99.3766 647.356C-98.9591 644.058 -94.6029 648.366 -93.7526 649.282ZM-109.051 642.931C-108.275 643.618 -108.33 644.963 -109.519 645.157C-110.295 644.47 -110.241 643.125 -109.051 642.931ZM-115.194 642.159L-117.002 638.944C-115.05 638.204 -111.252 636.997 -109.317 637.992C-109.363 641.333 -112.262 642.322 -115.163 642.208L-115.194 642.159ZM-116.735 644.435C-118.103 645.776 -120.198 645.847 -121.724 644.733C-122.883 639.25 -116.233 639.29 -116.735 644.435ZM1758.16 -614.312L1779.26 -623.258L1805.21 -603.987L1779.69 -598.344L1758.16 -614.312ZM1805.38 -643.907L1826.48 -652.853L1852.48 -633.613L1826.96 -627.97L1805.43 -643.938L1805.38 -643.907ZM1828.43 -654.145L1845.95 -669.681L1871.44 -650.812L1861.39 -629.745L1828.43 -654.145ZM1852.6 -673.502L1873.7 -682.448L1899.65 -663.177L1874.13 -657.534L1852.6 -673.502ZM-110.542 676.228L-109.806 679.493L-115.817 680.914C-115.963 678.038 -112.511 677.6 -113.42 674.168C-112.149 674.544 -110.445 674.511 -109.603 673.431C-109.377 670.599 -113.169 671.595 -113.686 669.228C-113.247 668.608 -112.888 667.969 -112.592 667.231L-106.64 673.644C-107.729 674.879 -108.881 676.015 -110.542 676.228ZM1922.91 -713.366L1940.44 -728.902L1965.93 -710.033L1955.87 -688.966L1922.91 -713.366ZM-124.179 654.69L-120.337 658.837C-122.239 659.546 -123.942 660.683 -125.751 661.541C-123.973 656.01 -130.603 656.992 -127.945 661.674C-130.86 660.326 -133.044 657.832 -135.978 656.565C-136.173 653.72 -132.821 653.344 -132.408 650.809C-133.768 648.97 -133.703 646.652 -133.829 644.247L-127.263 651.31C-126.375 652.617 -125.351 653.7 -124.098 654.708L-124.179 654.69ZM2017.35 -772.556L2034.87 -788.092L2060.36 -769.223L2050.31 -748.156L2017.35 -772.556ZM1781.26 -624.581L1798.78 -640.117L1824.27 -621.248L1814.22 -600.181L1781.26 -624.581ZM1899.86 -703.128L1920.96 -712.074L1946.91 -692.803L1921.4 -687.16L1899.86 -703.128ZM1970.13 -742.961L1987.65 -758.497L2013.15 -739.628L2003.09 -718.561L1970.13 -742.961ZM1875.7 -683.771L1893.22 -699.307L1918.71 -680.438L1908.66 -659.371L1875.7 -683.771ZM1994.3 -762.318L2015.4 -771.264L2041.35 -751.992L2015.83 -746.35L1994.3 -762.318ZM1947.08 -732.723L1968.18 -741.669L1994.13 -722.398L1968.61 -716.755L1947.08 -732.723ZM1734.04 -594.986L1751.56 -610.522L1777.05 -591.653L1767 -570.586L1734.04 -594.986Z' fill='%23F6BC20'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
	background-position: top;
	background-size: cover;
}